:root {
  --navy-950: #062536;
  --navy-900: #092f45;
  --navy-800: #0d4059;
  --teal-700: #08776e;
  --teal-600: #0b8f82;
  --teal-100: #d9f2ee;
  --amber-500: #d58a1f;
  --amber-100: #fff0d4;
  --cream: #fbf8f1;
  --paper: #fffdfa;
  --ink: #16303d;
  --muted: #61727a;
  --line: #d9e1e2;
  --danger: #a73535;
  --danger-bg: #fff0ed;
  --success: #177249;
  --success-bg: #e7f5ec;
  --info-bg: #eaf4f7;
  --shadow: 0 14px 40px rgba(9, 47, 69, .09);
  --radius: 18px;
  --content: 1180px;
  font-family: Inter, "Noto Sans Devanagari", "Nirmala UI", Mangal, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--cream); color: var(--ink); line-height: 1.55; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: var(--teal-700); }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-950); line-height: 1.16; letter-spacing: -.02em; }
h1 { font-size: clamp(2.25rem, 5vw, 4.75rem); }
h2 { font-size: clamp(1.65rem, 3vw, 2.65rem); }
h3 { font-size: 1.18rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -60px; padding: 10px 16px; background: white; color: var(--navy-950); border: 2px solid var(--teal-700); border-radius: 8px; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid #e49b2d; outline-offset: 3px; }
.demo-ribbon { padding: 7px 16px; background: var(--amber-100); color: #65430f; text-align: center; font-size: .78rem; font-weight: 700; border-bottom: 1px solid #efd59b; }
.site-header { position: sticky; z-index: 40; top: 0; background: rgba(251, 248, 241, .95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(9,47,69,.1); }
.nav-wrap { width: min(var(--content), calc(100% - 40px)); min-height: 76px; margin: auto; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy-950); text-decoration: none; flex: 0 0 auto; }
.brand strong { display: block; font-size: 1.22rem; letter-spacing: -.02em; }
.brand small { display: block; font-size: .66rem; color: var(--teal-700); font-weight: 700; letter-spacing: .04em; }
.brand-mark { position: relative; display: inline-block; width: 38px; height: 38px; border-radius: 12px; background: var(--navy-900); overflow: hidden; box-shadow: inset 0 0 0 1px rgba(255,255,255,.15); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; width: 23px; height: 8px; left: 7px; border: 3px solid #fff; border-bottom: 0; border-radius: 12px 12px 0 0; }
.brand-mark::before { top: 8px; }
.brand-mark::after { bottom: 7px; transform: rotate(180deg); border-color: #56d0c3; }
.brand-mark i, .brand-mark b { position: absolute; z-index: 2; width: 4px; height: 17px; top: 11px; background: #fff; border-radius: 5px; }
.brand-mark i { left: 10px; }.brand-mark b { right: 10px; background: #56d0c3; }
.primary-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.primary-nav a { color: var(--ink); text-decoration: none; font-size: .9rem; font-weight: 700; white-space: nowrap; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--teal-700); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-control select { min-height: 40px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); padding: 0 30px 0 10px; color: var(--navy-950); }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy-950); border-radius: 2px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 11px 20px; border: 1px solid transparent; border-radius: 12px; background: var(--teal-700); color: white; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { background: var(--teal-600); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(8,119,110,.18); }
.button:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.button-secondary { background: var(--navy-900); }.button-secondary:hover { background: var(--navy-800); }
.button-ghost { background: transparent; color: var(--navy-900); border-color: var(--line); }.button-ghost:hover { background: white; }
.button-small { min-height: 40px; padding: 7px 13px; font-size: .88rem; }
.button-danger { background: var(--danger); }
.button-danger-outline { border-color: #d8a4a4; background: white; color: var(--danger); }.button-danger-outline:hover { border-color: var(--danger); background: var(--danger-bg); box-shadow: none; }
.mobile-auth-link, [hidden] { display: none !important; }
.text-link { border: 0; padding: 0; background: transparent; color: var(--teal-700); text-decoration: underline; font-weight: 700; cursor: pointer; }
.app-shell:not(.with-sidebar) main { min-height: 64vh; }
.page { width: min(var(--content), calc(100% - 40px)); margin: 0 auto; padding: 56px 0 76px; }
.page-narrow { max-width: 780px; }
.page-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.page-heading h1 { margin-bottom: 8px; font-size: clamp(2rem, 4vw, 3.25rem); }
.page-heading p { max-width: 680px; margin-bottom: 0; color: var(--muted); }
.eyebrow { margin-bottom: 12px; color: var(--teal-700); font-size: .77rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero { position: relative; overflow: hidden; background: var(--navy-950); color: white; }
.hero::after { content: ""; position: absolute; right: -8vw; bottom: -23vw; width: 55vw; height: 55vw; border: 1px solid rgba(86,208,195,.2); border-radius: 50%; box-shadow: 0 0 0 5vw rgba(86,208,195,.04), 0 0 0 11vw rgba(86,208,195,.035); }
.hero-inner { position: relative; z-index: 2; width: min(var(--content), calc(100% - 40px)); min-height: 590px; margin: auto; padding: 86px 0 80px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: center; gap: 70px; }
.hero h1 { max-width: 800px; color: white; margin-bottom: 22px; }
.hero .hindi-line { display: block; margin-bottom: 16px; color: #8ce6db; font-size: clamp(1.35rem, 2.6vw, 2.3rem); }
.hero-copy > p:not(.eyebrow) { max-width: 700px; color: #d0dce1; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero .button-ghost { color: white; border-color: rgba(255,255,255,.3); }.hero .button-ghost:hover { background: rgba(255,255,255,.08); }
.trust-card { padding: 28px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 22px; backdrop-filter: blur(10px); }
.trust-card h2 { color: white; font-size: 1.3rem; }
.trust-list { display: grid; gap: 16px; padding: 0; margin: 24px 0 0; list-style: none; }
.trust-list li { position: relative; padding-left: 30px; color: #dce8eb; }
.trust-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: var(--teal-600); color: white; font-size: .75rem; font-weight: 900; }
.section { padding: 76px 0; }.section-white { background: var(--paper); }.section-inner { width: min(var(--content), calc(100% - 40px)); margin: auto; }
.section-heading { max-width: 720px; margin-bottom: 34px; }.section-heading p { color: var(--muted); }
.emergency-banner { width: min(var(--content), calc(100% - 40px)); margin: -32px auto 0; position: relative; z-index: 4; padding: 20px 24px; display: flex; align-items: center; gap: 16px; border: 1px solid #f0c4bc; border-radius: 16px; background: var(--danger-bg); box-shadow: var(--shadow); }
.emergency-icon { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--danger); color: white; font-weight: 900; font-size: 1.25rem; }
.emergency-banner h2 { margin: 0 0 4px; color: #742424; font-size: 1.02rem; }.emergency-banner p { margin: 0; color: #753a34; font-size: .9rem; }
.grid { display: grid; gap: 20px; }.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 5px 20px rgba(9,47,69,.04); }
.card:hover.card-link { border-color: #95c8c4; transform: translateY(-2px); }
.card-link { color: inherit; text-decoration: none; transition: .18s ease; }
.feature-card { min-height: 205px; }.feature-number { display: block; margin-bottom: 25px; color: var(--amber-500); font-size: .76rem; font-weight: 900; letter-spacing: .1em; }.feature-card p, .card p { color: var(--muted); }
.stat-card { padding: 22px; }.stat-card strong { display: block; color: var(--navy-950); font-size: 2.15rem; line-height: 1.1; }.stat-card span { display: block; margin-top: 8px; color: var(--muted); font-size: .86rem; font-weight: 700; }
.status-pill, .tag { display: inline-flex; align-items: center; padding: 5px 10px; border-radius: 999px; background: var(--info-bg); color: var(--navy-800); font-size: .73rem; font-weight: 800; text-transform: capitalize; }
.status-pill[data-status="resolved"], .status-pill[data-status="completed"] { background: var(--success-bg); color: var(--success); }
.status-pill[data-status="received"], .status-pill[data-status="registered"] { background: var(--amber-100); color: #7a4e0d; }
.status-pill[data-status="invalid"], .status-pill[data-status="outside_jurisdiction"] { background: var(--danger-bg); color: var(--danger); }
.status-pill[data-status="pending"] { background: var(--amber-100); color: #7a4e0d; }.status-pill[data-status="approved"] { background: var(--success-bg); color: var(--success); }.status-pill[data-status="rejected"] { background: var(--danger-bg); color: var(--danger); }
.status-pill[data-status="pending_acknowledgement"] { background: var(--amber-100); color: #7a4e0d; }
.status-pill[data-status="acknowledged"], .status-pill[data-status="internally_assigned"], .status-pill[data-status="in_progress"] { background: #eaf4f7; color: var(--navy-800); }
.status-pill[data-status="resolution_submitted"] { background: var(--success-bg); color: var(--success); }
.status-pill[data-status="returned"] { background: var(--danger-bg); color: var(--danger); }
.case-list, .event-list, .timeline { display: grid; gap: 14px; }
.case-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; padding: 19px 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); color: inherit; text-decoration: none; }
.case-row:hover { border-color: #8dc4bf; }.case-row h3 { margin: 4px 0 6px; font-size: 1.04rem; }.case-row p { margin: 0; color: var(--muted); font-size: .86rem; }.case-row-meta { text-align: right; }
.case-number { color: var(--teal-700); font-size: .78rem; font-weight: 900; letter-spacing: .04em; }
.event-card { display: grid; grid-template-columns: 74px minmax(0, 1fr) auto; align-items: center; gap: 22px; }
.date-tile { padding: 10px; border-radius: 12px; background: var(--navy-900); color: white; text-align: center; }.date-tile strong { display: block; font-size: 1.55rem; }.date-tile small { text-transform: uppercase; font-weight: 800; }
.event-card h3 { margin: 0 0 6px; }.event-card p { margin: 0; font-size: .88rem; }
.form-card { padding: clamp(24px, 5vw, 44px); }.form-section { margin-bottom: 32px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }.form-section:last-of-type { border-bottom: 0; }
.form-section h2 { margin-bottom: 18px; font-size: 1.25rem; }.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.field-full { grid-column: 1 / -1; }
.field { display: grid; gap: 7px; }.field label, .field > span:first-child { color: var(--navy-950); font-size: .87rem; font-weight: 800; }.field small { color: var(--muted); }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #b8c5c9; border-radius: 10px; background: white; color: var(--ink); }
.field textarea { min-height: 140px; resize: vertical; }.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal-700); box-shadow: 0 0 0 3px rgba(8,119,110,.1); outline: 0; }
.office-picker { position: relative; }.office-combobox { display: grid; grid-template-columns: minmax(0, 1fr) 48px; }.field .office-combobox input { border-radius: 10px 0 0 10px; }.office-combobox button { min-height: 48px; border: 1px solid #b8c5c9; border-left: 0; border-radius: 0 10px 10px 0; background: #f5faf9; color: var(--teal-700); cursor: pointer; font-size: 1.25rem; font-weight: 900; }.office-combobox button:hover, .office-combobox button:focus-visible { background: #e6f5f2; outline: 3px solid rgba(8,119,110,.12); }
.office-search-results { position: absolute; z-index: 20; top: 78px; right: 0; left: 0; max-height: 390px; overflow-y: auto; border: 1px solid #aebfc0; border-radius: 12px; background: white; box-shadow: 0 18px 46px rgba(20,39,51,.18); }.office-search-option { width: 100%; padding: 13px 14px; display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; border: 0; border-bottom: 1px solid #e3e9e8; background: white; color: var(--ink); text-align: left; cursor: pointer; }.office-search-option:last-child { border-bottom: 0; }.office-search-option:hover, .office-search-option.active { background: #eef8f6; }.office-search-option > span:first-child { display: grid; gap: 3px; }.office-search-option strong { color: var(--navy-950); }.office-search-option small { color: var(--muted); font-size: .76rem; }.office-option-badges { flex: 0 0 auto; display: grid; justify-items: end; gap: 5px; }.office-option-badges em, .office-route-state { padding: 4px 7px; border-radius: 999px; background: var(--amber-100); color: #6e4917; font-size: .63rem; font-style: normal; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; }.office-option-badges .verified { background: #e6f5f2; color: var(--teal-700); }.office-option-badges .queued { background: #f2f4f4; color: var(--muted); }.office-search-empty { padding: 18px; color: var(--muted); font-size: .84rem; }
.office-routing-status { min-height: 62px; padding: 11px 13px; display: grid; grid-template-columns: max-content 1fr; gap: 5px 9px; align-items: center; border: 1px solid #d5e7e4; border-radius: 10px; background: #f4faf8; }.office-routing-status strong { color: var(--navy-950); font-size: .82rem; }.office-routing-status small { grid-column: 2; color: var(--muted); font-size: .76rem; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.choice { position: relative; display: block; }.choice input { position: absolute; opacity: 0; }.choice span { height: 100%; display: block; padding: 17px; border: 1px solid var(--line); border-radius: 12px; background: white; cursor: pointer; }.choice strong { display: block; margin-bottom: 4px; color: var(--navy-950); }.choice small { color: var(--muted); }.choice input:checked + span { border-color: var(--teal-700); box-shadow: inset 0 0 0 1px var(--teal-700); background: #f0faf8; }.choice input:focus-visible + span { outline: 3px solid var(--amber-500); }
.checkbox { display: flex; align-items: flex-start; gap: 10px; }.checkbox input { flex: 0 0 auto; width: 19px; height: 19px; margin-top: 3px; accent-color: var(--teal-700); }
.form-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }.form-error { padding: 12px 15px; border-radius: 10px; background: var(--danger-bg); color: var(--danger); font-weight: 700; }
.notice { padding: 16px 18px; border-left: 4px solid var(--teal-700); border-radius: 8px; background: var(--info-bg); color: var(--navy-800); }.notice-warning { border-color: var(--amber-500); background: var(--amber-100); color: #69450f; }.notice-danger { border-color: var(--danger); background: var(--danger-bg); color: #7d2c2c; }
.auth-layout { min-height: 660px; display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); }.auth-aside { display: grid; align-content: center; padding: clamp(40px, 8vw, 100px); background: var(--navy-950); color: white; }.auth-aside h1 { color: white; font-size: clamp(2.2rem, 4vw, 3.8rem); }.auth-aside p { color: #c7d8de; }.auth-panel { display: grid; align-content: center; padding: clamp(32px, 7vw, 90px); }.auth-panel form { max-width: 490px; width: 100%; }.auth-panel h2 { font-size: 2rem; }
.demo-login-panel { margin-top: 24px; padding: 18px; border: 1px solid #d6e2e1; border-radius: 12px; background: #f4faf9; }.demo-login-panel > p { margin: 4px 0 12px; color: var(--muted); font-size: .8rem; }.demo-login-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }.demo-login-option { min-width: 0; padding: 10px; display: grid; justify-items: start; border: 1px solid var(--line); border-radius: 9px; background: white; color: var(--ink); text-align: left; cursor: pointer; }.demo-login-option:hover { border-color: var(--teal-700); background: #f8fffd; }.demo-login-option span { font-size: .8rem; font-weight: 800; }.demo-login-option small { color: var(--muted); font-size: .68rem; }.auth-switch { margin: 16px 0 0; color: var(--muted); font-size: .83rem; }.office-registration-layout .auth-panel form { max-width: 620px; }.registration-warning { margin: 0 0 22px; border-color: var(--amber-500); background: var(--amber-100); color: #69450f; }.registration-success > span { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 50%; background: var(--success-bg); color: var(--success); font-size: 1.6rem; font-weight: 900; }
.otp-verification { padding: 16px; border: 1px solid #cddfdd; border-radius: 12px; background: #f5faf9; }.otp-verification-heading, .otp-request-row, .otp-code-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }.otp-verification-heading > span { color: var(--navy-950); font-size: .86rem; font-weight: 900; }.otp-verification-heading > small { color: var(--teal-700); font-size: .67rem; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; }.otp-request-row > span { flex: 1; color: var(--muted); font-size: .76rem; }.otp-request-row > span.otp-verified { color: var(--success); font-weight: 900; }.otp-code-row { align-items: end; padding-top: 5px; }.otp-code-row > div { flex: 1; display: grid; gap: 6px; }.otp-code-row label { font-size: .76rem; }.field .otp-code-row input { letter-spacing: .28em; font-size: 1.05rem; font-weight: 900; }.otp-development-code { padding: 10px 12px; display: grid; gap: 2px; border-radius: 9px; background: var(--amber-100); color: #69450f; }.otp-development-code strong { font-size: .86rem; }.otp-development-code small { color: #7a5b2c; }.otp-change-destination { width: fit-content; padding: 0; border: 0; background: transparent; color: var(--teal-700); cursor: pointer; font-size: .75rem; font-weight: 900; text-decoration: underline; }
.dashboard-nav { position: sticky; top: 76px; align-self: start; width: 260px; height: calc(100vh - 76px); padding: 28px 18px; overflow-y: auto; background: var(--navy-950); color: white; }
.dashboard-nav .nav-user { margin-bottom: 24px; padding: 0 10px 20px; border-bottom: 1px solid rgba(255,255,255,.12); }.dashboard-nav .nav-user strong { display: block; }.dashboard-nav .nav-user small { color: #a9c1ca; }
.dashboard-nav nav { display: grid; gap: 5px; }.dashboard-nav a { display: flex; padding: 10px 12px; border-radius: 9px; color: #dce8ec; text-decoration: none; font-size: .88rem; font-weight: 700; }.dashboard-nav a:hover, .dashboard-nav a[aria-current="page"] { background: rgba(86,208,195,.14); color: white; }
.app-shell.with-sidebar { display: grid; grid-template-columns: 260px minmax(0, 1fr); }.app-shell.with-sidebar main { min-width: 0; }.app-shell.with-sidebar .page { width: min(1000px, calc(100% - 48px)); }
.dashboard-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 30px; }.dashboard-top h1 { margin-bottom: 5px; font-size: clamp(2rem, 4vw, 3rem); }.dashboard-top p { margin: 0; color: var(--muted); }
.toolbar { display: flex; flex-wrap: wrap; align-items: end; gap: 12px; margin-bottom: 20px; }.toolbar .field { min-width: 180px; }.toolbar input, .toolbar select { min-height: 42px; }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .7fr); gap: 22px; }.detail-stack { display: grid; align-content: start; gap: 20px; }
.meta-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 15px; }.meta-item small { display: block; margin-bottom: 3px; color: var(--muted); }.meta-item strong { font-size: .94rem; }
.registration-review-section { margin-bottom: 48px; }.registration-review-list { display: grid; gap: 16px; }.registration-review-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }.registration-review-heading h3 { margin: 4px 0; }.registration-review-heading p { margin: 0; }.registration-review-card .meta-list { margin: 20px 0; }.registration-review-card dt { color: var(--muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }.registration-review-card dd { margin: 2px 0 0; overflow-wrap: anywhere; font-size: .88rem; }.registration-review-actions { padding-top: 18px; display: flex; flex-wrap: wrap; align-items: end; gap: 12px; border-top: 1px solid var(--line); }.registration-review-actions .field { flex: 1 1 280px; }.compact-checkbox { align-items: center; min-height: 40px; }.compact-checkbox input { margin-top: 0; }.staff-directory-heading { margin-top: 8px; }
.timeline { position: relative; }.timeline::before { content: ""; position: absolute; left: 11px; top: 10px; bottom: 10px; width: 2px; background: var(--line); }.timeline-item { position: relative; padding-left: 39px; }.timeline-dot { position: absolute; z-index: 2; left: 4px; top: 3px; width: 16px; height: 16px; border: 3px solid var(--paper); border-radius: 50%; background: var(--teal-600); box-shadow: 0 0 0 1px var(--teal-600); }.timeline-item h3 { margin: 0 0 3px; font-size: .96rem; text-transform: capitalize; }.timeline-item p { margin: 0; font-size: .86rem; }.timeline-item time { color: var(--muted); font-size: .76rem; }
.acknowledgement { position: relative; overflow: hidden; }.acknowledgement::before { content: "JANSETU ACKNOWLEDGEMENT"; position: absolute; right: -60px; top: 50px; transform: rotate(45deg); color: rgba(8,119,110,.08); font-size: 1.1rem; font-weight: 900; letter-spacing: .1em; }
.token { padding: 25px; border: 2px dashed var(--teal-600); border-radius: 16px; background: #f2fbf9; text-align: center; }.token strong { display: block; margin: 6px 0; color: var(--navy-950); font-size: 2rem; letter-spacing: .08em; }
.chart-list { display: grid; gap: 14px; }.chart-row { display: grid; grid-template-columns: minmax(120px, .7fr) minmax(150px, 1fr) 42px; align-items: center; gap: 12px; font-size: .84rem; }.chart-track { height: 10px; overflow: hidden; border-radius: 999px; background: #e7eeee; }.chart-bar { height: 100%; border-radius: inherit; background: var(--teal-600); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }table { width: 100%; border-collapse: collapse; font-size: .86rem; }th, td { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }th { color: var(--navy-950); background: #f4f7f6; font-size: .75rem; text-transform: uppercase; letter-spacing: .04em; }tr:last-child td { border-bottom: 0; }
.empty-state { padding: 50px 24px; border: 1px dashed #aebdc0; border-radius: var(--radius); text-align: center; background: rgba(255,255,255,.45); }.empty-state h2 { font-size: 1.3rem; }.empty-state p { max-width: 490px; margin: 0 auto 18px; color: var(--muted); }
.page-loader { min-height: 460px; display: grid; place-content: center; justify-items: center; color: var(--muted); }.page-loader span { width: 36px; height: 36px; border: 3px solid var(--line); border-top-color: var(--teal-700); border-radius: 50%; animation: spin .8s linear infinite; }
.toast-region { position: fixed; z-index: 80; right: 18px; bottom: 18px; display: grid; gap: 10px; }.toast { max-width: 380px; padding: 14px 17px; border-radius: 12px; background: var(--navy-950); color: white; box-shadow: var(--shadow); animation: toast-in .22s ease; }.toast.error { background: #762d2d; }
.site-footer { padding: 42px max(20px, calc((100% - var(--content)) / 2)); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; border-top: 1px solid #174657; background: var(--navy-950); color: white; }.site-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }.site-footer nav a { color: #dbe8eb; text-decoration: none; font-size: .82rem; font-weight: 700; }.site-footer p { margin: 0; color: #9eb6bf; font-size: .77rem; }.site-footer .brand strong { color: white; }.site-footer .brand small { color: #70d4c8; }.brand-footer .brand-mark { width: 32px; height: 32px; transform: scale(.84); margin: -3px; }

/* Editorial civic-service direction, adapted from the earlier interactive interface. */
:root { --orange: #ee7627; --orange-dark: #d95f14; --orange-soft: #fff1e7; --mint-soft: #eaf7f4; --editorial-cream: #fcfaf5; }
.demo-ribbon { background: var(--navy-950); color: #dbe8eb; border: 0; }
.brand-mark { width: 32px; height: 34px; overflow: visible; border-radius: 0; background: transparent; box-shadow: none; }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; top: auto; bottom: 2px; width: 5px; border: 0; border-radius: 4px 4px 0 0; }
.brand-mark::before { left: 3px; height: 14px; background: var(--orange); }
.brand-mark::after { left: 12px; height: 24px; background: #e5a32f; transform: none; }
.brand-mark i { left: 21px; top: auto; bottom: 2px; width: 5px; height: 31px; background: var(--teal-700); }
.brand-mark b { display: none; }
.brand > span:last-child strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.home-reference { background: #fff; overflow: hidden; }
.home-reference h1, .home-reference h2, .home-reference h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; letter-spacing: -.035em; }
.home-emergency { width: 100%; min-height: 42px; padding: 10px max(20px, calc((100% - var(--content)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid #eadfd2; background: #fff9f0; color: #614b3c; font-size: .82rem; }
.home-emergency div { display: flex; align-items: center; gap: 7px; }.home-emergency div > span { width: 20px; height: 20px; display: inline-grid; place-items: center; border: 1px solid #8b6c58; border-radius: 50%; font-weight: 900; }.home-emergency p { margin: 0; }.home-emergency a { color: #8b2e24; font-weight: 900; text-underline-offset: 2px; }
.editorial-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 75% 42%, rgba(8,119,110,.08), transparent 30%), linear-gradient(105deg, #fdfbf6 0%, #f8f6ef 100%); }
.editorial-hero::before, .editorial-hero::after { content: ""; position: absolute; right: -140px; top: 80px; width: 520px; height: 520px; border: 1px solid rgba(8,119,110,.13); border-radius: 50%; }
.editorial-hero::after { right: -40px; top: 175px; width: 360px; height: 360px; }
.editorial-hero-inner { position: relative; z-index: 2; width: min(var(--content), calc(100% - 40px)); min-height: 650px; margin: auto; padding: 86px 0 82px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(370px, .8fr); align-items: center; gap: 90px; }
.editorial-copy .eyebrow, .reference-heading .eyebrow, .workflow-copy .eyebrow, .home-final-cta .eyebrow { color: var(--orange-dark); }
.editorial-copy h1 { max-width: 700px; margin: 18px 0 24px; color: var(--navy-950); font-size: clamp(3.5rem, 6vw, 5.75rem); line-height: .93; }
.editorial-copy h1 em { color: var(--orange-dark); font-weight: 500; }
.editorial-lead { max-width: 670px; color: #52666e; font-size: 1.14rem; }
.button-orange { background: var(--orange); box-shadow: 0 9px 24px rgba(238,118,39,.2); }.button-orange:hover { background: var(--orange-dark); box-shadow: 0 11px 25px rgba(238,118,39,.26); }
.button-ghost-light { border-color: #b8c5c7; background: white; color: var(--navy-950); }.button-ghost-light:hover { border-color: var(--teal-700); background: white; }
.home-trust-points { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 25px; color: #536970; font-size: .78rem; font-weight: 700; }.home-trust-points span::first-letter { color: var(--teal-700); }
.home-promise-line { margin-top: 24px; padding-left: 14px; border-left: 3px solid var(--orange); color: #52666e; font-size: .82rem; }.home-promise-line strong { color: var(--navy-950); font-size: .94rem; }
.area-finder-card { position: relative; padding: 30px; border: 1px solid #d5deda; border-radius: 21px; background: rgba(255,255,255,.95); box-shadow: 0 24px 60px rgba(9,47,69,.12); }
.finder-title { display: flex; gap: 13px; align-items: center; }.finder-title .eyebrow { margin-bottom: 1px; color: var(--orange-dark); }.finder-title h2 { margin: 0; font-size: 1.8rem; }
.finder-pin { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 11px; background: var(--teal-100); color: var(--teal-700); font-size: 1.3rem; font-weight: 900; }
.area-finder-card > p { margin: 12px 0 15px; color: var(--muted); font-size: .9rem; }.area-finder-card label { display: block; margin-bottom: 6px; color: var(--navy-950); font-size: .78rem; font-weight: 800; }
.finder-search { display: grid; grid-template-columns: 1fr 48px; }.finder-search input { min-width: 0; height: 50px; padding: 0 14px; border: 1px solid #bac7c8; border-right: 0; border-radius: 9px 0 0 9px; }.finder-search button { border: 0; border-radius: 0 9px 9px 0; background: var(--teal-700); color: white; font-size: 1.25rem; cursor: pointer; }
.finder-location { padding: 10px 0; border: 0; background: transparent; color: var(--teal-700); font-size: .78rem; font-weight: 800; cursor: pointer; }
.finder-result { min-height: 79px; margin: 4px 0 16px; padding: 13px; display: flex; align-items: center; gap: 14px; border: 1px solid #e3ddd2; border-radius: 10px; background: #f8f5ef; }.finder-result > div { display: grid; }.finder-result small { color: var(--orange-dark); font-size: .63rem; font-weight: 900; letter-spacing: .09em; }.finder-result strong { color: var(--navy-950); font-family: Georgia, "Times New Roman", serif; }.finder-result span, .finder-result em { color: var(--muted); font-size: .7rem; font-style: normal; }
.finder-map { position: relative; flex: 0 0 56px; width: 56px; height: 52px; overflow: hidden; border-radius: 6px; background: linear-gradient(35deg, transparent 45%, rgba(255,255,255,.8) 46% 53%, transparent 54%), linear-gradient(-35deg, #d7e7e1 45%, #f7fbf9 46% 53%, #d7e7e1 54%); }.finder-map::after { content: ""; position: absolute; left: 24px; top: 19px; width: 10px; height: 10px; border: 3px solid white; border-radius: 50%; background: var(--orange); box-shadow: 0 2px 8px rgba(0,0,0,.2); }
.finder-directory { display: flex; justify-content: space-between; padding-top: 15px; border-top: 1px solid var(--line); text-decoration: none; font-size: .84rem; font-weight: 800; }
.reference-section { padding: 88px 0; }.reference-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 60px; align-items: end; margin-bottom: 36px; }.reference-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -43px; }.reference-heading h2 { max-width: 720px; margin: 0; font-size: clamp(2.35rem, 4vw, 3.65rem); line-height: 1.04; }.reference-heading > p:not(.eyebrow) { margin: 0; color: var(--muted); }
.need-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }.need-card { min-height: 260px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 15px; background: white; color: inherit; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }.need-card:hover { transform: translateY(-4px); border-color: #a6c8c5; box-shadow: 0 16px 34px rgba(9,47,69,.09); }.need-card h3 { margin: 28px 0 10px; font-size: 1.37rem; }.need-card p { color: var(--muted); font-size: .85rem; }.need-card > strong { margin-top: auto; color: var(--teal-700); font-size: .82rem; }
.need-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; font-size: 1.15rem; font-weight: 900; }.need-orange { background: var(--orange-soft); color: var(--orange-dark); }.need-teal { background: var(--mint-soft); color: var(--teal-700); }.need-blue { background: #edf3fb; color: #476b96; }.need-amber { background: #fff6d9; color: #9a7210; }
.workflow-showcase { padding: 92px 0; background: linear-gradient(135deg, var(--navy-950), #073b48); color: white; }.workflow-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: center; gap: 90px; }.workflow-copy h2 { color: white; font-size: clamp(2.5rem, 4.7vw, 4.2rem); }.workflow-copy > p:not(.eyebrow) { color: #c2d3d8; }.workflow-copy ul { display: grid; gap: 14px; padding: 0; margin: 28px 0; list-style: none; }.workflow-copy li::before { content: "✓"; display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 10px; border: 1px solid #58beb4; border-radius: 50%; color: #7be0d5; font-size: .68rem; }.button-outline-white { border-color: rgba(255,255,255,.45); background: transparent; color: white; }.button-outline-white:hover { background: rgba(255,255,255,.08); }
.workflow-case { padding: 31px; border-radius: 18px; background: white; color: var(--ink); box-shadow: 0 24px 60px rgba(0,0,0,.2); }.workflow-case-top { display: flex; justify-content: space-between; align-items: start; }.workflow-case-top > div { display: grid; }.workflow-case-top small, .workflow-next small { color: var(--muted); font-size: .63rem; font-weight: 900; letter-spacing: .1em; }.workflow-case-top strong { color: var(--navy-950); font-size: .83rem; }.workflow-case h3 { margin: 24px 0 4px; font-size: 1.75rem; }.workflow-location { color: var(--muted); font-size: .78rem; }.workflow-progress { height: 5px; margin: 21px 0; overflow: hidden; border-radius: 5px; background: #e5eceb; }.workflow-progress i { display: block; width: 76%; height: 100%; background: var(--teal-700); }.workflow-case ol { position: relative; display: grid; gap: 17px; padding: 0; list-style: none; }.workflow-case ol::before { content: ""; position: absolute; left: 11px; top: 12px; bottom: 13px; width: 1px; background: #c9dad7; }.workflow-case li { position: relative; z-index: 2; display: grid; grid-template-columns: 23px 1fr; gap: 11px; }.workflow-case li > span { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--mint-soft); color: var(--teal-700); font-size: .65rem; }.workflow-case li > div { display: grid; }.workflow-case li strong { font-size: .85rem; }.workflow-case li small { color: var(--muted); font-size: .7rem; }.workflow-case li.muted { opacity: .6; }.workflow-next { margin-top: 25px; padding: 14px; display: grid; border-left: 3px solid var(--orange); border-radius: 5px; background: #fff7ef; }.workflow-next small { color: var(--orange-dark); }.workflow-next strong { font-size: .8rem; }
.public-issues { background: var(--editorial-cream); }.split-heading { grid-template-columns: 1fr auto; }.split-heading .eyebrow { grid-column: 1 / -1; }.split-heading > a { align-self: end; font-weight: 800; text-decoration: none; }.public-issue-list { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: white; }.public-issue-list article { min-height: 120px; padding: 19px 22px; display: grid; grid-template-columns: 90px 1fr 30px; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }.public-issue-list article:last-child { border-bottom: 0; }.issue-count { padding-right: 20px; display: grid; justify-items: center; border-right: 1px solid var(--line); color: var(--teal-700); }.issue-count strong { font: 600 2rem/1 Georgia, serif; }.issue-count small { color: var(--muted); font-size: .63rem; }.public-issue-list h3 { margin: 3px 0; font-size: 1.2rem; }.public-issue-list p { margin: 0 0 5px; color: var(--muted); font-size: .78rem; }.public-issue-list article > a { text-decoration: none; font-size: 1.4rem; }.privacy-band { margin-top: 17px; padding: 16px 20px; display: flex; align-items: center; gap: 12px; border: 1px solid #bfe0dc; border-radius: 10px; background: #eaf8f6; }.privacy-band > span { color: var(--teal-700); font-size: 1.4rem; }.privacy-band p { margin: 0; color: #3f6168; font-size: .8rem; }
.events-reference .reference-heading { max-width: 860px; grid-template-columns: 1fr; }.events-reference .reference-heading .eyebrow { grid-column: auto; margin-bottom: -43px; }.events-reference .event-card { border-radius: 13px; box-shadow: none; }.events-reference .date-tile { border: 1px solid #efdac7; background: #fff8f0; color: var(--navy-950); }.events-reference .event-card .tag { color: var(--teal-700); background: transparent; padding-left: 0; text-transform: uppercase; letter-spacing: .08em; }
.home-metrics { padding: 55px 0; background: #e8f2ef; }.home-metrics .section-inner { display: grid; grid-template-columns: repeat(5, 1fr); gap: 25px; }.home-metrics div > div { display: grid; justify-items: center; text-align: center; }.home-metrics strong { color: var(--teal-700); font: 600 2.1rem Georgia, serif; }.home-metrics span { color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.home-final-cta { padding: 74px 0; background: linear-gradient(110deg, var(--orange-dark), var(--orange)); color: white; }.home-final-cta .section-inner { max-width: 850px; margin-left: max(20px, calc((100% - var(--content)) / 2)); }.home-final-cta .eyebrow { color: #ffe5d5; }.home-final-cta h2 { max-width: 760px; color: white; font-size: clamp(2.5rem, 5vw, 4.25rem); }.home-final-cta p { max-width: 680px; }.home-final-cta small { display: block; margin-top: 8px; opacity: .8; }.button-white { background: white; color: var(--navy-950); }.button-white:hover { background: #fff7f0; color: var(--orange-dark); }
.case-wizard-progress { margin: 0 0 20px; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #eadfd2; border-radius: 13px; background: #fffaf3; }.case-wizard-progress > div { display: grid; }.case-wizard-progress small { color: var(--orange-dark); font-size: .7rem; font-weight: 900; letter-spacing: .08em; }.case-wizard-progress strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }.wizard-dots { display: flex; gap: 7px; }.wizard-dots i { width: 30px; height: 5px; border-radius: 999px; background: #dedfda; }.wizard-dots i.active { background: var(--orange); }.wizard-step-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 22px; }.wizard-step-actions .button:last-child { margin-left: auto; }.wizard-section[hidden], .form-actions[hidden] { display: none !important; }

/* Public representative directory and civic-service profile timeline. */
.representative-photo { position: relative; display: block; overflow: hidden; background: #dce9e5; }.representative-photo img { width: 300%; max-width: none; height: 100%; display: block; }.representative-photo-left img { transform: translateX(0); }.representative-photo-center img { transform: translateX(-33.3333%); }.representative-photo-right img { transform: translateX(-66.6666%); }
.representative-photo-single img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transform: none; }.representative-initials { display: grid; place-items: center; background: linear-gradient(145deg, #d8e8e5, #edf3f1); color: var(--teal-700); font: 800 1.65rem/1 Georgia, serif; letter-spacing: .04em; }.profile-main-photo.representative-initials { font-size: 3rem; }
.representative-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }.representative-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 10px 30px rgba(9,47,69,.06); }.representative-card-cover { height: 104px; }.theme-teal { background: linear-gradient(135deg, #0f6f69, #a5d8cf); }.theme-navy { background: linear-gradient(135deg, #092f45, #477d8c); }.theme-terracotta { background: linear-gradient(135deg, #b6572d, #efbd86); }.theme-civic { background: linear-gradient(135deg, #315f69, #d6b46a); }.representative-card-photo { width: 104px; height: 104px; margin: -56px 0 0 24px; border: 5px solid white; border-radius: 50%; box-shadow: 0 4px 18px rgba(9,47,69,.16); }.representative-card-body { padding: 15px 24px 24px; }.representative-card-body .tag { margin-bottom: 11px; }.representative-card h3 { margin: 0 0 7px; font: 600 1.55rem/1.1 Georgia, serif; }.representative-card-body > p { color: var(--muted); font-size: .84rem; }.representative-headline { min-height: 44px; color: var(--navy-950) !important; font-weight: 800; }.representative-party { min-height: 22px; }.representative-card-meta { margin: 18px 0; padding-top: 14px; display: flex; justify-content: space-between; gap: 10px; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; }.representative-card-meta span { display: grid; }.representative-card-meta strong { color: var(--teal-700); font-size: 1.1rem; }.representative-card .button { width: 100%; }
.representative-home-section { background: #f6f3eb; }.directory-proof { margin: -8px 0 26px; padding: 18px 22px; display: flex; align-items: center; gap: 14px; border-left: 4px solid var(--orange); background: white; }.directory-proof strong { color: var(--navy-950); font: 600 2rem Georgia, serif; }.directory-proof span { color: var(--muted); }.profile-disclaimer { margin: 20px 0 0; color: var(--muted); font-size: .72rem; }
.representative-directory .page-heading { margin-bottom: 22px; }.directory-source-grid { margin: 24px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.directory-source-grid article { padding: 20px; display: grid; border: 1px solid var(--line); border-radius: 14px; background: white; }.directory-source-grid strong { color: var(--teal-700); font: 600 2rem Georgia, serif; }.directory-source-grid span { color: var(--navy-950); font-weight: 800; }.directory-source-grid a, .directory-source-grid small { margin-top: 8px; color: var(--muted); font-size: .72rem; }.locality-search-card { padding: 22px; }.directory-search-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }.directory-results-heading { margin: 40px 0 20px; }.directory-results-heading h2 { margin: 0; font-size: 1.85rem; }
.directory-source-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }.roster-filter-card { margin-top: 26px; padding: 20px; display: grid; grid-template-columns: minmax(0, 2fr) minmax(170px, .7fr) minmax(170px, .7fr); gap: 14px; align-items: end; }.roster-search-field { min-width: 0; }.roster-locality-note { margin: 14px 0 0; color: var(--muted); font-size: .75rem; }.directory-results-heading > span { color: var(--muted); font-weight: 800; }.roster-load-more { padding-top: 26px; text-align: center; }.roster-load-more .button { min-width: 240px; }.roster-load-more .button[hidden] { display: none; }
.official-verified { padding: 5px 9px; border-radius: 999px; background: #e5edf6; color: #244e73; font-size: .7rem; font-weight: 900; }.profile-sidebar .card > small { display: block; margin-top: 12px; color: var(--muted); }
.representative-profile-page { padding-bottom: 64px; background: #f6f3eb; }
.profile-cover { position: relative; height: 290px; overflow: hidden; }.profile-cover-pattern { position: absolute; inset: 0; opacity: .34; background: radial-gradient(circle at 15% 30%, transparent 0 54px, rgba(255,255,255,.28) 55px 57px, transparent 58px), radial-gradient(circle at 77% 32%, transparent 0 120px, rgba(255,255,255,.2) 121px 123px, transparent 124px), linear-gradient(115deg, transparent 0 58%, rgba(255,255,255,.12) 58% 59%, transparent 59%); }
.profile-cover-story { position: absolute; right: max(24px, calc((100% - var(--content)) / 2)); bottom: 32px; width: min(420px, calc(100% - 48px)); padding: 18px 22px; display: grid; gap: 3px; border: 1px solid rgba(255,255,255,.35); border-radius: 15px; background: rgba(5,35,50,.7); color: white; backdrop-filter: blur(8px); }.profile-cover-story span { color: #f8bd8f; font-size: .7rem; font-weight: 900; letter-spacing: .16em; }.profile-cover-story strong { font: 600 1.28rem Georgia, serif; }.profile-cover-story small { color: #d7e7e9; }
.profile-identity { position: relative; z-index: 2; min-height: 172px; display: flex; align-items: flex-end; gap: 24px; }.profile-main-photo { flex: 0 0 168px; width: 168px; height: 168px; margin-top: -74px; border: 7px solid white; border-radius: 50%; box-shadow: 0 10px 28px rgba(9,47,69,.18); }
.profile-title { min-width: 0; padding: 28px 0 22px; }.profile-title-line { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }.profile-title h1 { margin: 0; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1; }.profile-title > p { margin: 9px 0 5px; color: var(--teal-700); font-weight: 900; }.profile-title > strong { display: block; max-width: 700px; color: #536970; font-size: .9rem; }
.profile-actions { margin-left: auto; padding-bottom: 28px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }.profile-actions .button { white-space: nowrap; }
.profile-tabs { min-height: 58px; display: flex; align-items: center; gap: 32px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.profile-tabs a { padding: 19px 0 16px; border-bottom: 3px solid transparent; color: #52666e; font-size: .78rem; font-weight: 900; text-decoration: none; }.profile-tabs a:hover { border-color: var(--orange); color: var(--navy-950); }
.profile-content { padding-top: 30px; display: grid; grid-template-columns: 330px minmax(0, 1fr); gap: 28px; align-items: start; }.profile-sidebar { display: grid; gap: 18px; }.profile-sidebar .card { padding: 22px; }.profile-sidebar h2 { margin: 3px 0 12px; font-size: 1.35rem; }.profile-sidebar p { font-size: .82rem; }.profile-about-list { margin: 18px 0 0; display: grid; }.profile-about-list > div { padding: 11px 0; display: grid; grid-template-columns: minmax(95px, .8fr) minmax(0, 1.2fr); gap: 10px; border-top: 1px solid var(--line); }.profile-about-list dt { color: var(--muted); font-size: .68rem; font-weight: 900; text-transform: uppercase; }.profile-about-list dd { margin: 0; color: var(--navy-950); font-size: .76rem; font-weight: 800; text-align: right; }.priority-list { margin: 0; padding: 0; display: grid; gap: 10px; list-style: none; }.priority-list li { position: relative; padding-left: 22px; color: #425b63; font-size: .8rem; }.priority-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 15px; height: 15px; display: grid; place-items: center; border-radius: 50%; background: var(--mint-soft); color: var(--teal-700); font-size: .58rem; }.public-boundary-card { border-left: 4px solid var(--orange); }.public-boundary-card ul { margin: 0; padding-left: 18px; display: grid; gap: 9px; color: #536970; font-size: .76rem; }
.profile-feed { min-width: 0; }.profile-stats { margin-bottom: 20px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: white; }.profile-stats > div { padding: 18px; display: grid; border-right: 1px solid var(--line); }.profile-stats > div:last-child { border-right: 0; }.profile-stats strong { color: var(--teal-700); font: 600 1.8rem Georgia, serif; }.profile-stats span { color: var(--muted); font-size: .68rem; font-weight: 800; }
.profile-media-library { margin-bottom: 28px; padding: 24px; border: 1px solid #d9d3c7; border-radius: 18px; background: #fffdf8; }.profile-library-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }.profile-library-heading h2 { margin: 2px 0 0; font-size: 1.7rem; }.profile-library-heading > span { color: var(--teal-700); font-size: .74rem; font-weight: 900; }.profile-library-note { max-width: 780px; margin: 10px 0 18px; color: var(--muted); font-size: .76rem; }.profile-media-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }.profile-media-card { min-width: 0; padding: 0; overflow: hidden; display: grid; grid-template-rows: 150px 1fr; border: 1px solid var(--line); border-radius: 12px; background: white; color: inherit; text-align: left; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }.profile-media-card:hover, .profile-media-card:focus-visible { transform: translateY(-3px); border-color: #8dbab5; box-shadow: 0 12px 25px rgba(9,47,69,.1); }.profile-media-thumb { overflow: hidden; background: #e4ece9; }.profile-media-thumb img { width: 100%; height: 100%; object-fit: cover; }.profile-media-copy { padding: 12px; display: grid; align-content: start; gap: 5px; }.profile-media-copy small { color: var(--orange-dark); font-size: .59rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }.profile-media-copy strong { color: var(--navy-950); font: 600 .98rem/1.13 Georgia, serif; }.profile-media-copy > span { display: -webkit-box; overflow: hidden; color: var(--muted); font-size: .65rem; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.feed-heading { margin: 30px 0 16px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }.feed-heading h2 { margin: 2px 0 0; font-size: 2rem; }.feed-heading > span { color: var(--muted); font-size: .7rem; font-weight: 800; }.profile-post-list { display: grid; gap: 18px; }.profile-post { padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: white; box-shadow: 0 8px 26px rgba(9,47,69,.045); }.profile-post > header { display: flex; justify-content: space-between; gap: 18px; }.profile-post h3 { margin: 8px 0 4px; font-size: 1.42rem; }.profile-post header p { margin: 0; color: var(--muted); font-size: .7rem; }.profile-post > p { margin: 18px 0; color: #425b63; }.profile-post > footer { margin-top: 17px; padding-top: 13px; display: flex; flex-wrap: wrap; gap: 8px 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: .68rem; font-weight: 800; }.profile-post > footer a { margin-left: auto; }.post-disclaimer { margin-top: 12px; padding: 10px 12px; display: block; border-radius: 8px; background: #f7f3ec; color: #6b7474; font-size: .65rem; }.evidence-badge { flex: 0 0 auto; height: fit-content; padding: 6px 9px; border-radius: 999px; font-size: .63rem; font-weight: 900; }.evidence-official { background: #e5edf6; color: #244e73; }.evidence-report { background: #eaf7f4; color: #08675f; }.evidence-supplied { background: #fff1e6; color: #a94f18; }.evidence-recorded { background: #eef2e8; color: #4f6b2f; }
.profile-post-media { margin: 18px 0 0; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #f4f1ea; }.profile-media-open { width: 100%; padding: 0; display: block; border: 0; background: transparent; cursor: zoom-in; }.profile-post-media img { width: 100%; max-height: 570px; display: block; object-fit: contain; background: #eee8dd; }.profile-post-media figcaption, .before-after figcaption { padding: 10px 13px; color: var(--muted); font-size: .65rem; }.before-after { margin: 18px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--line); border-radius: 12px; }.before-after > div { position: relative; min-width: 0; background: #e7ecea; }.before-after > div + div { border-left: 1px solid white; }.before-after > div > span { position: absolute; z-index: 2; left: 10px; top: 10px; padding: 5px 8px; border-radius: 999px; background: rgba(5,35,50,.82); color: white; font-size: .6rem; font-weight: 900; }.before-after img { width: 100%; height: 380px; display: block; object-fit: cover; }.before-after figcaption { grid-column: 1 / -1; background: #f7f4ee; }
.profile-media-dialog { width: min(920px, calc(100% - 30px)); max-height: calc(100vh - 30px); padding: 0; overflow: auto; border: 0; border-radius: 18px; background: white; box-shadow: 0 28px 90px rgba(0,0,0,.38); }.profile-media-dialog::backdrop { background: rgba(3,24,34,.78); backdrop-filter: blur(3px); }.profile-dialog-bar { position: sticky; z-index: 3; top: 0; padding: 15px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); }.profile-dialog-bar h2 { margin: 2px 0 0; font-size: 1.2rem; }.profile-dialog-bar small { color: var(--orange-dark); font-size: .62rem; font-weight: 900; text-transform: uppercase; }.profile-dialog-close { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--navy-950); font-size: 1.5rem; cursor: pointer; }.profile-media-dialog > img { width: 100%; max-height: 72vh; display: block; object-fit: contain; background: #eee9df; }.profile-media-dialog > p { margin: 16px 20px 5px; }.profile-media-dialog > small { margin: 0 20px 20px; display: block; color: var(--muted); }.profile-page-disclaimer { margin-top: 34px; padding: 18px 20px; border: 1px solid #c5d9d6; border-radius: 12px; background: #eaf5f3; color: #47636a; font-size: .76rem; }
.timeline-department-action .timeline-dot { background: var(--orange); box-shadow: 0 0 0 1px var(--orange); }
.department-dashboard .dashboard-top { align-items: flex-start; }.department-identity-badge { max-width: 330px; padding: 8px 12px; border: 1px solid #b8d6d2; border-radius: 999px; background: var(--mint-soft); color: var(--teal-700); font-size: .75rem; font-weight: 800; text-align: center; }
.department-boundary-notice { border-color: var(--orange); background: var(--orange-soft); color: #6f452d; }
.notification-scope { display: inline-block; margin-bottom: 5px; color: var(--teal-700); font-size: .68rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }.notification-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.office-inbox-alert { margin: -8px 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--navy-800); text-decoration: none; }.office-inbox-alert span { display: grid; gap: 2px; }.office-inbox-alert small { color: var(--muted); }.office-inbox-alert b { color: var(--teal-700); white-space: nowrap; }
.department-action-card { border-top: 4px solid var(--teal-700); }.department-action-card.resolution-card { border-top-color: var(--success); }.department-action-card .eyebrow { margin-bottom: 8px; }.department-referral-summary { background: linear-gradient(145deg, #f2faf8, white); }.department-referral-notice { margin-bottom: 14px; }.privacy-hint { padding: 10px 12px; border-radius: 8px; background: #f4f7f6; font-size: .78rem; }.internal-owner { display: block; margin-top: 8px; color: var(--teal-700); font-weight: 800; }
@keyframes spin { to { transform: rotate(360deg); } }@keyframes toast-in { from { transform: translateY(8px); opacity: 0; } }
@media (max-width: 1050px) {
  .primary-nav { position: fixed; left: 0; right: 0; top: 112px; display: none; padding: 18px 20px 24px; flex-direction: column; align-items: stretch; gap: 5px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }.primary-nav.open { display: flex; }.primary-nav a { padding: 11px; }.nav-toggle { display: block; }.header-actions { margin-left: 0; }
  .hero-inner { grid-template-columns: 1fr; min-height: auto; }.trust-card { max-width: 650px; }.grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer { grid-template-columns: 1fr; }.site-footer nav { order: 2; }.site-footer p { order: 3; }
  .editorial-hero-inner { grid-template-columns: 1fr; gap: 48px; }.area-finder-card { max-width: 700px; }.need-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.workflow-layout { grid-template-columns: 1fr; }.workflow-case { max-width: 720px; }.home-metrics .section-inner { grid-template-columns: repeat(3, 1fr); }
  .representative-card-grid, .directory-source-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }.profile-content { grid-template-columns: 290px minmax(0, 1fr); }.profile-identity { align-items: center; flex-wrap: wrap; }.profile-actions { width: 100%; padding: 0 0 22px 192px; margin-top: -22px; }.profile-media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 780px) {
  .nav-wrap { width: calc(100% - 28px); min-height: 68px; gap: 10px; }.brand small { display: none; }.language-control select { max-width: 94px; }.primary-nav { top: 104px; }
  .hero-inner { padding: 62px 0 74px; gap: 42px; }.emergency-banner { align-items: flex-start; }.section { padding: 56px 0; }.grid-3, .grid-2 { grid-template-columns: 1fr; }.grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form-grid, .choice-grid { grid-template-columns: 1fr; }.field-full { grid-column: auto; }.auth-layout { grid-template-columns: 1fr; }.auth-aside { min-height: 360px; }.auth-panel { min-height: 600px; }
  .app-shell.with-sidebar { display: block; }.dashboard-nav { position: static; width: 100%; height: auto; padding: 12px 20px; overflow-x: auto; }.dashboard-nav .nav-user { display: none; }.dashboard-nav nav { display: flex; width: max-content; }.dashboard-nav a { white-space: nowrap; }.app-shell.with-sidebar .page { width: calc(100% - 32px); }
  .detail-grid { grid-template-columns: 1fr; }.event-card { grid-template-columns: 64px minmax(0, 1fr); }.event-card .event-action { grid-column: 1 / -1; }.page-heading, .dashboard-top { align-items: flex-start; flex-direction: column; }
  .home-emergency { align-items: flex-start; flex-direction: column; gap: 3px; }.editorial-hero-inner { min-height: auto; padding: 62px 0; }.editorial-copy h1 { font-size: clamp(3rem, 12vw, 4.3rem); }.reference-heading, .split-heading { grid-template-columns: 1fr; gap: 18px; }.reference-heading .eyebrow, .events-reference .reference-heading .eyebrow { grid-column: auto; margin-bottom: -7px; }.need-grid { grid-template-columns: 1fr; }.need-card { min-height: 220px; }.workflow-showcase { padding: 70px 0; }.workflow-layout { gap: 45px; }.home-metrics .section-inner { grid-template-columns: repeat(2, 1fr); }.public-issue-list article { grid-template-columns: 70px 1fr 20px; gap: 12px; padding: 16px 13px; }
  .representative-card-grid, .directory-source-grid, .profile-content, .roster-filter-card { grid-template-columns: 1fr; }.directory-search-row { grid-template-columns: 1fr; }.profile-cover { height: 210px; }.profile-cover-story { display: none; }.profile-identity { align-items: center; flex-direction: column; text-align: center; }.profile-main-photo { margin-top: -76px; }.profile-title { padding: 0; }.profile-title-line { justify-content: center; }.profile-actions { width: auto; padding: 0 0 24px; margin: 0; }.profile-tabs { overflow-x: auto; }.profile-tabs a { white-space: nowrap; }.profile-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }.profile-feed { grid-row: 1; }.before-after img { height: 280px; }.profile-library-heading, .feed-heading { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
  .demo-ribbon { font-size: .68rem; }.nav-wrap { min-height: 62px; }.brand strong { font-size: 1rem; }.brand-mark { width: 34px; height: 34px; }.header-actions .button { display: none; }.primary-nav { top: 98px; }
  .primary-nav .mobile-auth-link { display: block !important; }.demo-login-options { grid-template-columns: 1fr; }.registration-review-heading { align-items: flex-start; flex-direction: column; }.registration-review-actions > .button { width: 100%; }
  .otp-verification-heading, .otp-request-row, .otp-code-row { align-items: stretch; flex-direction: column; }.otp-request-row .button, .otp-code-row .button { width: 100%; }
  .page, .section-inner, .hero-inner, .emergency-banner { width: calc(100% - 28px); }.page { padding-top: 38px; }.hero h1 { font-size: 2.25rem; }.hero .hindi-line { font-size: 1.35rem; }.hero-actions .button { width: 100%; }.trust-card { padding: 22px; }
  .emergency-banner { padding: 16px; }.emergency-icon { width: 34px; height: 34px; flex-basis: 34px; }.grid-4 { grid-template-columns: 1fr; }.card { padding: 19px; }.stat-card strong { font-size: 1.75rem; }
  .case-row { grid-template-columns: 1fr; }.case-row-meta { text-align: left; }.meta-list { grid-template-columns: 1fr; }.event-card { align-items: start; gap: 15px; }.form-card { padding: 20px; }.form-actions .button { width: 100%; }
  .office-routing-status { grid-template-columns: 1fr; }.office-routing-status small { grid-column: 1; }.office-search-option { display: grid; }.office-option-badges { display: flex; justify-items: start; flex-wrap: wrap; }.notification-actions { justify-content: flex-start; }
  .site-footer nav { display: grid; gap: 9px; }.chart-row { grid-template-columns: 105px 1fr 32px; gap: 8px; }.toast-region { left: 12px; right: 12px; }.toast { max-width: none; }
  .home-emergency { padding: 11px 14px; font-size: .73rem; }.editorial-hero-inner { width: calc(100% - 24px); }.editorial-copy h1 { font-size: 3.05rem; }.editorial-lead { font-size: 1rem; }.home-trust-points { display: grid; gap: 11px; }.area-finder-card { padding: 20px; }.reference-section { padding: 64px 0; }.reference-heading h2, .workflow-copy h2 { font-size: 2.45rem; }.workflow-case { padding: 20px; }.workflow-case h3 { font-size: 1.45rem; }.public-issue-list article { grid-template-columns: 1fr 18px; }.issue-count { display: none; }.home-metrics .section-inner { grid-template-columns: 1fr 1fr; }.home-final-cta { padding: 62px 0; }.home-final-cta .section-inner { width: calc(100% - 28px); margin: auto; }.case-wizard-progress { align-items: flex-start; flex-direction: column; gap: 14px; }
  .profile-sidebar, .profile-stats, .before-after, .profile-media-grid { grid-template-columns: 1fr; }.profile-actions { width: 100%; flex-direction: column; }.profile-actions .button { width: 100%; }.profile-tabs { width: calc(100% - 28px); gap: 20px; }.profile-content { width: calc(100% - 28px); }.profile-main-photo { width: 138px; height: 138px; flex-basis: 138px; }.profile-post { padding: 18px; }.profile-post header { flex-direction: column; }.profile-post > footer a { width: 100%; margin-left: 0; }.before-after > div + div { border-left: 0; border-top: 1px solid white; }.before-after figcaption { grid-column: auto; }.profile-media-library { padding: 16px; }.profile-media-card { grid-template-rows: 190px 1fr; }.directory-proof { align-items: flex-start; flex-direction: column; }.directory-source-grid strong { font-size: 1.7rem; }
}
@media print {
  .site-header, .demo-ribbon, .site-footer, .dashboard-nav, .no-print, .toast-region { display: none !important; }.app-shell.with-sidebar { display: block; }.page { width: 100%; padding: 0; }.acknowledgement { box-shadow: none; border: 2px solid #333; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
