:root{
  --bg:#f7f6fb; --paper:#ffffff; --ink:#1d1b2e; --muted:#68657a;
  --accent:#4c3f91; --accent-strong:#33266f; --accent2:#ebe8f7; --teal:#247c78; --warn:#fff3d6; --border:#dedbea;
}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.55}
a{color:var(--accent);text-underline-offset:2px}
header{background:linear-gradient(110deg,#28205f,#51409a 58%,#6d4fa6);color:white;padding:18px 0;position:sticky;top:0;z-index:5}
.wrap{width:min(1120px,92%);margin:auto}
nav{display:flex;gap:18px;flex-wrap:wrap;align-items:center}
nav strong{margin-right:auto;font-size:18px}
nav a{color:white;text-decoration:none;font-size:14px}
.hero{padding:70px 0 48px;background:linear-gradient(135deg,#080d10 0%,#0b1216 56%,#10171d 100%);color:#f4efe7;border-bottom:1px solid #29323a}
.hero h1{font-size:clamp(36px,6vw,68px);line-height:1.03;margin:0 0 18px;max-width:900px}
.hero p{font-size:20px;max-width:760px;color:#c5ccd0}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px}
.card{background:var(--paper);border:1px solid var(--border);border-radius:18px;padding:22px;box-shadow:0 8px 30px rgba(52,38,111,.07)}
.card h3{margin-top:0}
.btn{display:inline-block;background:var(--accent);color:white!important;text-decoration:none;border:0;border-radius:10px;padding:12px 17px;font-weight:700;cursor:pointer}
.btn.secondary{background:#eeecf7;color:#302668!important}
section{padding:42px 0}
.notice{background:var(--warn);border-left:5px solid #b98513;padding:16px 18px;border-radius:10px;margin:20px 0}
.danger{background:#fde8e8;border-left:5px solid #a22;padding:16px 18px;border-radius:10px;margin:20px 0}
label{font-weight:700;display:block;margin-top:15px}
input,select,textarea{width:100%;padding:12px;border:1px solid #cbc7dc;border-radius:9px;background:white;font:inherit}
textarea{min-height:110px}
.small{font-size:13px;color:var(--muted)}
.badge{display:inline-block;background:var(--accent2);color:#33266f;padding:5px 9px;border-radius:999px;font-size:12px;margin:2px 4px 2px 0}
table{width:100%;border-collapse:collapse;background:white;border-radius:12px;overflow:hidden}
th,td{padding:12px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}
footer{padding:40px 0;color:var(--muted)}
code{background:#efedf7;padding:2px 5px;border-radius:4px}

.narrow{max-width:780px}.form-stack{display:grid;gap:1rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}
.form-stack label,.form-grid label{display:grid;gap:.35rem;font-weight:600}input,select,textarea{width:100%;box-sizing:border-box;padding:.8rem;border:1px solid #cbc7dc;border-radius:.55rem;background:white;font:inherit}
textarea{min-height:120px}.cards,.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem}.link-card{text-decoration:none;color:inherit}.inline{display:inline}
.secondary{background:#eeecf7;color:#302668}.pill{display:inline-block;padding:.2rem .55rem;border-radius:999px;background:#ebe8f7}.big{font-size:2rem;font-weight:700}
table{width:100%;border-collapse:collapse;background:white}th,td{padding:.75rem;border-bottom:1px solid #e5e7eb;text-align:left}code{background:#eef2ef;padding:.15rem .35rem;border-radius:.25rem}


/* v4 layout + screenshot/print fixes */
.site-header{position:relative;z-index:10}
main{display:block;min-height:60vh}
.checkbox-row{display:flex!important;align-items:flex-start;gap:.6rem}
.checkbox-row input{width:auto!important;margin-top:.25rem}
fieldset{border:1px solid #dedbea;border-radius:.7rem;padding:1rem;display:grid;gap:.55rem}
legend{font-weight:700;padding:0 .35rem}
.full-width{grid-column:1/-1}
.status-row{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.75rem}
.mini-pill{display:inline-block;border-radius:999px;padding:.18rem .5rem;background:#efedf7;font-size:.8rem}
.mini-pill.complete{background:#dff3f1;color:#155f5b}
.profile-summary{margin-bottom:1.5rem}
.workflow-grid{margin-bottom:1.5rem}

@media print{
  .site-header{position:static!important;display:block!important;break-inside:avoid}
  .site-header .nav{display:block!important}
  .site-header nav{display:none!important}
  main{display:block!important}
  section,.card,form,table{break-inside:auto}
  .card{box-shadow:none!important}
  footer{break-before:auto}
  a[href]:after{content:""}
}


/* V4.1.2 profile usability refinement */
.experience-class-fieldset{gap:1rem}
.class-help{margin:.1rem 0 .35rem}
.experience-class-row{display:grid;gap:.25rem;padding:.35rem 0}
.experience-class-row>label{margin:0;font-weight:700}
.field-help{font-size:.9rem;color:var(--muted);font-weight:400;line-height:1.4;margin-bottom:.2rem}
.condition-fieldset{display:flex;flex-direction:column;align-items:stretch;gap:.2rem}
.condition-fieldset .condition-option,
.condition-option{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:.65rem!important;width:100%;margin:.1rem 0!important;padding:.3rem .15rem;font-weight:600}
.condition-fieldset .condition-option input[type="checkbox"],
.condition-option input[type="checkbox"]{appearance:auto!important;-webkit-appearance:checkbox!important;width:1.05rem!important;height:1.05rem!important;min-width:1.05rem!important;flex:0 0 1.05rem!important;margin:0!important;padding:0!important}
.profile-save-wrap{margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--border);text-align:center}
.profile-save-button{display:block!important;width:100%!important;min-height:58px;padding:1rem 1.5rem!important;border-radius:12px!important;font-size:1.1rem!important;font-weight:800!important;letter-spacing:.01em}
.save-note{margin:.55rem 0 0}
@media print{.profile-save-button{border:2px solid #333!important;color:#111!important;background:#fff!important}}


/* V4.1.3 visual + accessibility refinement */
.btn:hover,.profile-save-button:hover{background:var(--accent-strong)}
.btn:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #9a8bd0;outline-offset:2px}
input:focus,select:focus,textarea:focus{border-color:#7566b3;box-shadow:0 0 0 3px rgba(117,102,179,.12)}
.condition-fieldset .condition-option,.condition-option{display:inline-flex!important;width:max-content!important;max-width:100%!important;align-self:flex-start!important;gap:.5rem!important;padding:.35rem .15rem!important}
.condition-fieldset .condition-option input[type="checkbox"],.condition-option input[type="checkbox"]{order:0!important;margin:0!important}
.condition-fieldset .condition-option{color:var(--ink)}
.profile-save-button{background:linear-gradient(110deg,#40327f,#6650ad)!important;box-shadow:0 8px 20px rgba(76,63,145,.20)}
.profile-save-button:hover{background:linear-gradient(110deg,#33266f,#51409a)!important}
.notice{background:#f5f1ff;border-left-color:#7c63b6}


/* V4.1.3-r2 corrected checkbox adjacency + cache-busted visual release */
.condition-fieldset .condition-option,
fieldset .condition-option {
  display: grid !important;
  grid-template-columns: 1.1rem max-content !important;
  column-gap: .5rem !important;
  align-items: center !important;
  justify-content: start !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: .08rem 0 !important;
  padding: .28rem .1rem !important;
}
.condition-fieldset .condition-option input[type="checkbox"],
fieldset .condition-option input[type="checkbox"] {
  width: 1.05rem !important;
  height: 1.05rem !important;
  min-width: 1.05rem !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-self: start !important;
}
.condition-option > span {
  display: inline !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.35;
}


/* V4.1.4 global control alignment + community dashboard */
label.checkbox-row, .checkbox-row {
  display:grid!important; grid-template-columns:1.15rem minmax(0,1fr)!important; column-gap:.5rem!important;
  align-items:start!important; justify-content:start!important; width:fit-content!important; max-width:100%!important;
  margin:.15rem 0!important; padding:.25rem 0!important; font-weight:600!important;
}
label.checkbox-row > input[type="checkbox"], label.checkbox-row > input[type="radio"],
.checkbox-row > input[type="checkbox"], .checkbox-row > input[type="radio"] {
  width:1.05rem!important; height:1.05rem!important; min-width:1.05rem!important; margin:.16rem 0 0 0!important; padding:0!important; justify-self:start!important;
}
label.checkbox-row > span, .checkbox-row > span { margin:0!important; padding:0!important; line-height:1.4!important; }
.form-stack > label:has(> input[type="checkbox"]), .form-stack > label:has(> input[type="radio"]) {
  display:grid!important; grid-template-columns:1.15rem minmax(0,1fr)!important; column-gap:.5rem!important; align-items:start!important; width:fit-content!important; max-width:100%!important;
}
.form-stack > label:has(> input[type="checkbox"]) > input, .form-stack > label:has(> input[type="radio"]) > input { width:1.05rem!important; height:1.05rem!important; margin:.18rem 0 0!important; }
.dashboard-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1rem;align-items:end;margin-bottom:1.25rem}
.dashboard-filters label{margin-top:0}.dashboard-filter-actions{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}
.dashboard-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1.25rem 0}
.dashboard-panel{margin:1rem 0}.bar-row{display:grid;grid-template-columns:minmax(150px,1.2fr) minmax(180px,3fr) 3rem;gap:.75rem;align-items:center;margin:.65rem 0}
.bar-label{font-weight:650}.bar-track{height:14px;background:#ece9f5;border-radius:999px;overflow:hidden}.bar-fill{height:100%;background:linear-gradient(90deg,#4c3f91,#7a62ba);border-radius:999px}.bar-value{text-align:right;font-variant-numeric:tabular-nums}
@media(max-width:620px){.bar-row{grid-template-columns:1fr 3rem}.bar-track{grid-column:1/-1;grid-row:2}.bar-value{grid-column:2;grid-row:1}}


/* V4.1.5 assessment clarity, policy coverage, dashboard visuals */
.scale-anchor{display:block;font-size:.86rem;color:var(--muted);font-weight:500;margin-top:.15rem}
.form-save-button{display:block;width:100%;min-height:56px;margin-top:1rem;font-size:1.05rem;background:linear-gradient(110deg,#40327f,#6650ad);box-shadow:0 8px 20px rgba(76,63,145,.18)}
.form-save-button:hover{background:linear-gradient(110deg,#33266f,#51409a)}
.table-scroll{overflow-x:auto;border-radius:12px}
.policy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin:1rem 0 2rem}.policy-card h3{margin-bottom:.35rem}.policy-meta{display:flex;gap:.65rem;align-items:center;flex-wrap:wrap}
.dashboard-flow{display:grid;grid-template-columns:repeat(7,auto);gap:.7rem;align-items:center;justify-content:center;margin:1.25rem 0 1.5rem}.dashboard-flow>div{display:grid;gap:.25rem;text-align:center;background:white;border:1px solid var(--border);border-radius:14px;padding:1rem;min-width:135px}.dashboard-flow strong{display:grid;place-items:center;width:2rem;height:2rem;margin:auto;border-radius:50%;background:var(--accent);color:white}.flow-arrow{font-size:1.5rem;color:var(--accent)}
.dashboard-preview{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem}.preview-chart{border:1px dashed #b9b3cf;border-radius:14px;padding:1rem;background:#faf9fd}.preview-bar{height:14px;background:#ece9f5;border-radius:999px;margin:.75rem 0;overflow:hidden}.preview-bar span{display:block;height:100%;background:linear-gradient(90deg,#c8c1e2,#a99bce);border-radius:999px}.trend-placeholder{height:120px;display:flex;align-items:end;gap:8%;padding:1rem;background:linear-gradient(180deg,#faf9fd,#f1eef9);border-radius:10px}.trend-placeholder span{display:block;width:12%;background:#b8add8;border-radius:8px 8px 0 0}.trend-placeholder span:nth-child(1){height:35%}.trend-placeholder span:nth-child(2){height:55%}.trend-placeholder span:nth-child(3){height:43%}.trend-placeholder span:nth-child(4){height:68%}.trend-placeholder span:nth-child(5){height:77%}
@media(max-width:850px){.dashboard-flow{grid-template-columns:1fr}.flow-arrow{transform:rotate(90deg);justify-self:center}.dashboard-flow>div{width:100%}}

.form-stack > .btn{display:block;width:100%;min-height:56px;margin-top:1rem;font-size:1.05rem}


/* V4.1.6 accessible dark theme — near-black + #408091 teal + #3F4364 indigo */
:root{--bg:#080d10;--surface:#0d1418;--surface2:#111b21;--ink:#f4efe7;--muted:#c5ccd0;--accent:#408091;--accent-strong:#4f98aa;--indigo:#3F4364;--border:#56607a;--warm:#e8ddd0}
html{color-scheme:dark}body{background:var(--bg);color:var(--ink)}
a{color:#79c2d0}a:hover{color:#a5dbe4}.site-header{background:#070b0e;border-bottom:1px solid #408091;box-shadow:0 4px 18px rgba(0,0,0,.28)}
.nav{align-items:center}.brand{font-size:1.45rem!important;font-weight:850!important;color:#8bd0dc!important;text-decoration:none!important;letter-spacing:.01em;margin-right:1.5rem}.brand:hover{color:#b3e3ea!important}.site-header nav a{color:var(--warm)}.site-header nav a:hover{color:#8bd0dc}
h1,h2,h3,h4{color:var(--ink)}.card,.notice,fieldset,.policy-card,.dashboard-panel,.preview-chart{background:var(--surface);color:var(--ink);border-color:var(--border)}
.notice{background:#10171d;border-left-color:#408091}.muted,.small,.field-help,.scale-anchor{color:var(--muted)!important}
input,select,textarea{background:#111a20!important;color:var(--ink)!important;border:1px solid #65708c!important}input::placeholder,textarea::placeholder{color:#9ba6ac}option{background:#111a20;color:var(--ink)}
input:focus,select:focus,textarea:focus{border-color:#63adbd!important;box-shadow:0 0 0 3px rgba(64,128,145,.28)!important}.btn,.profile-save-button,.form-save-button{background:#408091!important;color:#fff!important;border:1px solid #78bdca!important;box-shadow:0 8px 20px rgba(0,0,0,.25)!important}.btn:hover,.profile-save-button:hover,.form-save-button:hover{background:#4f98aa!important}
.secondary{background:#3F4364!important;color:#fff!important}.pill,.mini-pill{background:#242b40;color:#f4efe7}.mini-pill.complete{background:#173f45;color:#bdebf0}
table{background:var(--surface)!important;color:var(--ink)}th,td{border-bottom-color:#35404a}.substance-history-table select{min-width:190px}
.profile-section{border:1px solid var(--border);border-radius:12px;padding:1rem;background:#0b1216}.profile-section h3{color:#8bd0dc;margin-top:0}
.profile-save-wrap{border-top-color:#35404a}.dashboard-flow>div{background:var(--surface)!important;border-color:var(--border)!important}.dashboard-flow strong{background:#408091!important}.bar-track,.preview-bar{background:#202a31!important}.bar-fill,.preview-bar span{background:linear-gradient(90deg,#408091,#6670a0)!important}.trend-placeholder{background:linear-gradient(180deg,#10171d,#111b21)!important}.trend-placeholder span{background:#408091!important}
footer{color:var(--muted);border-top-color:#29323a}fieldset legend{color:#8bd0dc}.condition-option,.checkbox-row{color:var(--ink)!important}
@media print{html{color-scheme:light}body,.card,.notice,fieldset,table{background:white!important;color:#111!important}h1,h2,h3,h4,.muted,.small,.field-help{color:#111!important}.site-header{background:white!important}.brand{color:#111!important}}

/* V4.1.6-r1 presentation hotfix — remove legacy light-theme surfaces */
.hero{
  background:linear-gradient(135deg,#080d10 0%,#0b1216 56%,#10171d 100%)!important;
  color:var(--ink)!important;
  border-bottom:1px solid #29323a;
}
.hero h1{color:var(--ink)!important}
.hero p,.hero .lead{color:var(--muted)!important}
.hero .notice{background:#10171d!important;color:var(--ink)!important;border-left-color:#408091!important}
.hero .btn.secondary{background:#3F4364!important;color:#fff!important;border-color:#69719a!important}

/* Legacy components that could otherwise retain light backgrounds on dark pages. */
.danger{background:#241517!important;color:var(--ink)!important;border-left-color:#c86a73!important}
.badge{background:#242b40!important;color:#f4efe7!important}
code{background:#172128!important;color:#e8f0f2!important}
.link-card{color:inherit!important}

/* Keep generic page surfaces dark even when older templates use bare section/table/card classes. */
main,section{color:var(--ink)}
.card,fieldset,table,.policy-card,.dashboard-panel,.preview-chart{background-color:var(--surface)!important}

/* Visible keyboard focus on the dark landing page and navigation. */
.btn:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
  outline:3px solid #79c2d0!important;
  outline-offset:3px!important;
}

@media print{
  .hero,.hero .notice,.danger,.badge,code{background:#fff!important;color:#111!important}
  .hero p,.hero .lead{color:#111!important}
}


/* V4.1.6-r2 landing page definitive fix */
body.home-page, body.home-page main, body.home-page #main-content {background:#080d10!important;color:#f4efe7!important;}
body.home-page .hero {background:#080d10!important;background-image:linear-gradient(135deg,#080d10 0%,#0b1216 56%,#10171d 100%)!important;color:#f4efe7!important;}
body.home-page .hero h1 {color:#f4efe7!important;}
body.home-page .hero .lead, body.home-page .hero p {color:#c5ccd0!important;}
body.home-page .hero .notice {background:#10171d!important;color:#f4efe7!important;border-left:4px solid #408091!important;}
body.home-page .hero .btn.secondary {background:#3F4364!important;color:#ffffff!important;border-color:#7b84ad!important;}


/* V4.1.8 global registry + policy map + events */
.skip-link{position:absolute;left:-9999px;top:0}.skip-link:focus{left:1rem;top:1rem;z-index:99;background:#fff;color:#111;padding:.7rem 1rem;border-radius:.4rem}
.global-mark{font-size:.78rem;color:#c5ccd0;white-space:nowrap;margin-right:auto}.eyebrow{font-size:.8rem!important;letter-spacing:.14em;text-transform:uppercase;font-weight:850;color:#8bd0dc!important}.hero-actions{display:flex;gap:.7rem;flex-wrap:wrap;align-items:center;margin:1.25rem 0}.global-flow{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;margin:1.3rem 0;color:#e8ddd0;font-weight:700}.global-flow span{border:1px solid #56607a;border-radius:999px;padding:.5rem .8rem;background:#0d1418}.tile-map{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:.55rem;margin:1.4rem 0 2rem}.state-tile{display:grid;gap:.2rem;min-height:76px;padding:.7rem .8rem;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--ink);text-decoration:none}.state-tile:hover,.state-tile:focus-visible{border-color:#79c2d0;background:#111b21}.state-tile span{font-size:.75rem;color:var(--muted)}.state-tile.verified{border-left:4px solid #408091}.state-tile.pending{border-left:4px solid #8d789a}.territory-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.65rem;margin-bottom:1rem}.status-banner{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:.8rem 1rem;border-radius:10px;margin:1rem 0;background:#0d1418;border:1px solid var(--border)}.status-banner.verified{border-left:5px solid #408091}.status-banner.pending{border-left:5px solid #8d789a}.event-categories{display:flex;gap:.4rem;flex-wrap:wrap;margin:1rem 0}.event-list{display:grid;gap:1rem}.event-card{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:start}.empty-state{text-align:center;padding:2rem}.lead{font-size:1.15rem;color:var(--muted)}
@media(max-width:850px){.global-mark{width:100%;order:2}.event-card{grid-template-columns:1fr}.site-header nav{margin-top:.5rem}}


/* V4.1.9 — global hero hierarchy + extended longitudinal follow-up */
body.home-page .hero-global{padding:72px 0 50px;background:
 radial-gradient(circle at 82% 34%,rgba(64,128,145,.18),transparent 26%),
 linear-gradient(135deg,#061017 0%,#08141b 58%,#0a1017 100%)!important;}
.hero-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(250px,.65fr);gap:3rem;align-items:center;}
body.home-page .hero-kicker{font-size:clamp(1.15rem,2.1vw,1.65rem)!important;line-height:1.15;letter-spacing:.08em;font-weight:900;color:#7fe7ee!important;margin:0 0 1rem;text-shadow:0 0 18px rgba(127,231,238,.16);}
body.home-page .hero h1{font-size:clamp(2.35rem,4.5vw,4.3rem)!important;line-height:1.04;max-width:920px;margin-bottom:1.15rem;}
body.home-page .hero .lead{font-size:clamp(1.05rem,1.45vw,1.3rem)!important;line-height:1.55;max-width:820px;}
.hero-orbit{min-height:320px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:left;color:#9bd9e3;border-left:1px solid rgba(127,231,238,.2);padding-left:2rem;}
.orbit-globe{width:190px;height:190px;border-radius:50%;display:grid;place-items:center;font-size:10rem;line-height:1;color:#5ec5d1;background:radial-gradient(circle at 35% 35%,rgba(127,231,238,.18),rgba(63,67,100,.08) 55%,transparent 70%);filter:drop-shadow(0 0 24px rgba(64,128,145,.28));}
.hero-orbit p{font-size:.92rem!important;line-height:2.05;letter-spacing:.22em;color:#9bd9e3!important;margin:1rem 0 0;}
.hero-orbit strong{color:#f4efe7;}
.home-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.1rem;}
.secondary-features{margin-top:1rem;}
@media(max-width:900px){.hero-layout{grid-template-columns:1fr}.hero-orbit{display:none}.home-feature-grid{grid-template-columns:1fr}.global-mark{display:none}}
@media(max-width:600px){body.home-page .hero-global{padding-top:48px}body.home-page .hero-kicker{font-size:1.05rem!important}body.home-page .hero h1{font-size:2.25rem!important}.global-flow b{display:none}}


/* V4.1.9-r3 functional corrections */
.research-status-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin:1.4rem 0 2rem}.assessment-timeline{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;margin:1rem 0 2rem}.assessment-timeline span{border:1px solid #53636f;border-radius:999px;padding:.5rem .75rem;background:#0f171c}.assessment-timeline b{color:#7fe7ee}.narrow{max-width:900px}.baseline-checklist{display:grid;gap:1rem}.baseline-step{display:grid;grid-template-columns:54px 1fr;gap:1rem}.step-num{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#408091;color:#fff;font-weight:800}.status-line{color:#9bd9e3}.baseline-prompt a{color:#7fe7ee}
.policy-map-shell{margin:1.25rem 0;background:#0b1216;border:1px solid #425363;border-radius:16px;padding:1rem}.us-policy-map{min-height:420px;display:grid;place-items:center}.policy-svg{width:100%;max-height:650px;height:auto;display:block}.policy-svg .policy-region{fill:#26343d!important;stroke:#c7d1d5!important;stroke-width:1.2!important;cursor:pointer;transition:fill .15s ease,filter .15s ease}.policy-svg .policy-region.verified{fill:#2c7180!important}.policy-svg .policy-region.pending{fill:#493f57!important}.policy-svg .policy-region:hover,.policy-svg .policy-region:focus{fill:#7fe7ee!important;filter:drop-shadow(0 0 5px rgba(127,231,238,.5));outline:none}.map-loading,.map-error{padding:4rem 1rem;text-align:center;color:#c5ccd0}.map-status{min-height:1.5rem;color:#9bd9e3;margin-top:.4rem}.map-legend{display:flex;gap:1rem;flex-wrap:wrap;margin:.5rem 0 1rem}.map-legend span{display:flex;align-items:center;gap:.4rem}.legend-swatch{display:inline-block;width:18px;height:12px;border-radius:3px;border:1px solid #c7d1d5}.legend-swatch.verified{background:#2c7180}.legend-swatch.pending{background:#493f57}.jurisdiction-fallback{margin:1rem 0}.jurisdiction-fallback summary{cursor:pointer;font-weight:750}.jurisdiction-link-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.5rem;margin-top:1rem}.jurisdiction-link-list a{display:flex;justify-content:space-between;gap:.5rem;flex-direction:column;padding:.7rem;border:1px solid #425363;border-radius:10px;text-decoration:none;background:#0f171c}.jurisdiction-link-list a span{font-size:.8rem;color:#aeb9be}.event-list{display:grid;gap:1rem;margin-top:1rem}.event-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem}.event-card h2{margin:.35rem 0 .4rem}@media(max-width:720px){.event-card{grid-template-columns:1fr}.us-policy-map{min-height:280px}}

/* V4.1.9-r4 — true geographic policy map using Wikimedia Commons USA + territories SVG */
.policy-map-shell{overflow:hidden}
.us-policy-map{min-height:440px;position:relative}
.policy-svg{width:100%;height:auto;max-height:680px;display:block;background:#091115;border-radius:12px}
.policy-svg [id].policy-region{fill:#493f57!important;stroke:#d9e1e4!important;stroke-width:1.15!important;cursor:pointer;transition:fill .16s ease,filter .16s ease,stroke-width .16s ease}
.policy-svg [id].policy-region.verified{fill:#2c7180!important}
.policy-svg [id].policy-region.pending{fill:#493f57!important}
.policy-svg [id].policy-region:hover,
.policy-svg [id].policy-region:focus{fill:#7fe7ee!important;stroke:#ffffff!important;stroke-width:2!important;filter:drop-shadow(0 0 5px rgba(127,231,238,.55));outline:none}
.policy-map-fallback-visual{width:100%;display:grid;gap:.8rem}
.policy-map-fallback-visual img{display:block;width:100%;height:auto;max-height:680px;object-fit:contain;background:#091115;border-radius:12px}
.map-fallback-message{padding:.8rem 1rem;border:1px solid #425363;border-radius:10px;color:#c5ccd0;background:#0f171c}
.map-attribution{line-height:1.55}.map-attribution a{color:#8bd0dc}
@media(max-width:720px){.us-policy-map{min-height:300px}.policy-svg,.policy-map-fallback-visual img{max-height:460px}}

/* V4.1.9-r5 — robust map underlay + explicit 56-jurisdiction hotspot layer */
.us-policy-map.r5{min-height:0;display:block}
.policy-map-stage{position:relative;width:100%;aspect-ratio:960/603;background:#091115;border-radius:12px;overflow:hidden}
.policy-map-image{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block;z-index:1}
.policy-map-hotspots{position:absolute;inset:0;z-index:2;pointer-events:none}
.map-hotspot{position:absolute;transform:translate(-50%,-50%);width:25px;height:25px;border-radius:999px;display:grid;place-items:center;text-decoration:none;font-size:9px;font-weight:850;line-height:1;color:#fff!important;border:1px solid rgba(255,255,255,.88);box-shadow:0 2px 7px rgba(0,0,0,.65);pointer-events:auto;transition:transform .12s ease,background .12s ease,box-shadow .12s ease;letter-spacing:-.02em}
.map-hotspot.pending{background:#493f57}
.map-hotspot.verified{background:#2c7180}
.map-hotspot:hover,.map-hotspot:focus-visible{background:#7fe7ee;color:#071015!important;transform:translate(-50%,-50%) scale(1.35);box-shadow:0 0 0 3px rgba(127,231,238,.25),0 3px 12px rgba(0,0,0,.75);outline:2px solid #fff;outline-offset:2px;z-index:4}
.map-hotspot[data-code="DC"],.map-hotspot[data-code="RI"],.map-hotspot[data-code="DE"],.map-hotspot[data-code="NJ"]{width:22px;height:22px;font-size:8px}
.map-image-failed .policy-map-image{display:none}
.map-image-failed .policy-map-stage{min-height:420px}
@media(max-width:760px){.map-hotspot{width:19px;height:19px;font-size:7px}.map-hotspot[data-code="DC"],.map-hotspot[data-code="RI"],.map-hotspot[data-code="DE"],.map-hotspot[data-code="NJ"]{width:18px;height:18px;font-size:6px}.policy-map-stage{min-width:680px}.policy-map-shell{overflow-x:auto}.policy-map-shell .us-policy-map.r5{min-width:680px}}

/* V4.1.9-r6 — compact, calibrated geographic policy map */
.policy-page>.wrap{max-width:1180px}
.policy-map-shell{max-width:1040px;margin:1.15rem auto;padding:.8rem}
.us-policy-map.r6{min-height:0;display:block}
.us-policy-map.r6 .policy-map-stage{width:100%;max-width:980px;margin:0 auto;aspect-ratio:958/602}
.us-policy-map.r6 .map-hotspot{width:19px;height:19px;font-size:7px;border-width:1px;box-shadow:0 1px 5px rgba(0,0,0,.7)}
.us-policy-map.r6 .map-hotspot[data-code="DC"],.us-policy-map.r6 .map-hotspot[data-code="RI"],.us-policy-map.r6 .map-hotspot[data-code="DE"],.us-policy-map.r6 .map-hotspot[data-code="NJ"]{width:17px;height:17px;font-size:6px}
.us-policy-map.r6 .map-hotspot:hover,.us-policy-map.r6 .map-hotspot:focus-visible{transform:translate(-50%,-50%) scale(1.45)}
.us-policy-map.r6 .map-status{text-align:center;margin:.55rem 0 0}
.policy-page .map-legend,.policy-page .jurisdiction-fallback,.policy-page .map-attribution{max-width:1040px;margin-left:auto;margin-right:auto}
@media(max-width:760px){.policy-page>.wrap{padding-left:.75rem;padding-right:.75rem}.policy-map-shell{max-width:none}.us-policy-map.r6 .policy-map-stage{min-width:680px;max-width:none}.us-policy-map.r6 .map-hotspot{width:17px;height:17px;font-size:6px}}

/* V4.1.9-r7 — compact full-map fit + cartographic callouts for small Northeast jurisdictions */
.policy-map-shell{max-width:940px;margin:1.1rem auto;padding:.75rem;overflow:visible}
.us-policy-map.r7{min-height:0;display:block}
.us-policy-map.r7 .policy-map-stage{width:100%;max-width:900px;margin:0 auto;aspect-ratio:958/602;overflow:hidden}
.us-policy-map.r7 .policy-map-image{object-fit:contain}
.us-policy-map.r7 .map-status{text-align:center;margin:.55rem 0 0}
.us-policy-map.r7 .map-hotspot{width:18px;height:18px;font-size:6.5px;border-width:1px;box-shadow:0 1px 5px rgba(0,0,0,.72)}
.us-policy-map.r7 .map-hotspot.callout{width:24px;height:18px;border-radius:6px;font-size:7px;z-index:5}
.us-policy-map.r7 .map-hotspot:hover,.us-policy-map.r7 .map-hotspot:focus-visible{transform:translate(-50%,-50%) scale(1.38)}
.map-anchor{position:absolute;transform:translate(-50%,-50%);width:7px;height:7px;border-radius:50%;border:1px solid rgba(255,255,255,.95);z-index:3;pointer-events:none}
.map-anchor.pending{background:#493f57}.map-anchor.verified{background:#2c7180}
.map-leader{position:absolute;height:1px;background:rgba(235,243,246,.82);transform-origin:0 50%;z-index:2;pointer-events:none;box-shadow:0 0 0 0.2px rgba(0,0,0,.3)}
.policy-page .map-legend,.policy-page .jurisdiction-fallback,.policy-page .map-attribution{max-width:940px;margin-left:auto;margin-right:auto}
@media(max-width:980px){.policy-map-shell{max-width:calc(100vw - 1.5rem)}.us-policy-map.r7 .policy-map-stage{max-width:100%}}
@media(max-width:760px){.policy-page>.wrap{padding-left:.75rem;padding-right:.75rem}.policy-map-shell{max-width:none;overflow-x:auto}.us-policy-map.r7 .policy-map-stage{min-width:700px;max-width:none}.us-policy-map.r7 .map-hotspot{width:17px;height:17px;font-size:6px}.us-policy-map.r7 .map-hotspot.callout{width:23px;height:17px;font-size:6.5px}}


/* V4.1.10 — federal real-world-evidence + interoperability layer */
.cde-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:1rem;margin:1rem 0 2rem}.cde-card{margin:0}.cde-head{display:flex;justify-content:space-between;gap:.6rem;align-items:center;flex-wrap:wrap}.cde-card code{font-size:.77rem;overflow-wrap:anywhere}.cde-card dl{display:grid;grid-template-columns:120px 1fr;gap:.45rem .75rem;margin:1rem 0 0}.cde-card dt{font-weight:800;color:#9bd9e3}.cde-card dd{margin:0;color:#d8dee1}.standards-list{display:grid;gap:.55rem;padding-left:1.25rem}.source-card,.federal-card{margin-bottom:1rem}.federal-meta{display:flex;gap:.7rem;align-items:center;flex-wrap:wrap}.source-type{font-size:.78rem;color:#9bd9e3;border:1px solid #425363;border-radius:999px;padding:.25rem .55rem}.federal-card h2{margin-top:.7rem}@media(max-width:600px){.cde-card dl{grid-template-columns:1fr}.cde-card dt{margin-top:.35rem}}

/* V4.1.11 — Maryland gold-standard policy profile */
.md-policy-page{padding:2.5rem 0 4rem}.md-wrap{max-width:1080px}.md-title-row{display:flex;align-items:end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.md-title-row h1{margin-bottom:.2rem}.md-subtitle{margin:0;color:var(--muted)}.md-classification{border:1px solid #68adba;background:#123038;color:#bdebf0;border-radius:999px;padding:.5rem .8rem;font-weight:800}.md-badges{display:flex;gap:.55rem;flex-wrap:wrap;margin:1rem 0 1.25rem}.md-badges span{border:1px solid #425363;background:#0f171c;border-radius:999px;padding:.42rem .7rem;font-size:.86rem}.md-summary-card h2{max-width:850px}.md-section-nav{display:flex;gap:.5rem;flex-wrap:wrap;margin:1.3rem 0 2.2rem;padding:.8rem;border:1px solid #354a56;background:#0b1216;border-radius:14px}.md-section-nav a{padding:.45rem .65rem;border-radius:8px;text-decoration:none}.md-section-nav a:hover{background:#16313a}.md-policy-page section[id],.md-policy-page section:not(:first-child){scroll-margin-top:100px;margin-top:2.4rem}.md-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1rem}.md-card{margin:0}.md-card h3{margin-top:.35rem}.md-dimension-list{display:grid;gap:.65rem}.md-dimension{display:grid;grid-template-columns:190px 1fr;gap:1rem;padding:1rem;border:1px solid #425363;border-radius:12px;background:#0d1418}.md-dimension strong{color:#9bd9e3}.md-timeline{display:grid;gap:1rem}.md-law-card{margin:0}.md-law-head,.md-source-head{display:flex;justify-content:space-between;align-items:center;gap:.7rem;flex-wrap:wrap}.md-year{font-weight:900;color:#8bd0dc;font-size:1.05rem}.md-law-title{font-weight:700;color:#d9e1e4}.md-actions{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1rem}.md-actions .btn{width:auto!important;display:inline-flex!important;min-height:auto!important;margin-top:0!important}.md-reports .btn{width:auto!important;display:inline-flex!important}.md-keydates{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.8rem;margin:1.2rem 0}.md-keydates>div{padding:1rem;border:1px solid #425363;border-radius:12px;background:#0f171c}.md-keydates strong,.md-keydates span{display:block}.md-keydates strong{font-size:1.05rem;color:#8bd0dc;margin-bottom:.25rem}.md-source-list{display:grid;gap:.8rem}.md-source-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;margin:0}.md-source-card h3{margin:.55rem 0 .35rem}.md-source-card .btn{white-space:nowrap;width:auto!important;display:inline-flex!important;min-height:auto!important;margin-top:0!important}.md-policy-page .source-type{display:inline-block}.md-policy-page .notice{margin-top:1rem}
@media(max-width:720px){.md-dimension{grid-template-columns:1fr}.md-source-card{grid-template-columns:1fr}.md-source-card .btn{justify-self:start}.md-section-nav{position:static}.md-policy-page{padding-top:1.5rem}}

/* V4.1.11 — prevent long data-storage paths from overflowing CDE cards */
.cde-card dd,.cde-card dt{min-width:0}.cde-card dd{overflow-wrap:anywhere;word-break:break-word}

/* V4.1.12 — Maryland evaluation-first research layer */
.md-evaluation{margin-top:3rem}.md-evaluation>h3{margin-top:2rem}.md-model-grid,.md-alignment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.md-model-card,.md-alignment-card{height:100%}.md-model-card h4,.md-alignment-card h4{margin:.1rem 0 .55rem;font-size:1.05rem}.md-model-card p,.md-alignment-card p{margin:0}.md-evaluation .notice{margin-top:1rem}@media(max-width:760px){.md-model-grid,.md-alignment-grid{grid-template-columns:1fr}}

/* V4.1.13 — approved landing page + functional events filters + readability pass */
:root{--neon:#55e4ef;--neon2:#84f1d6;--deep:#020a12;--deep2:#07131d;--panel:#071720;--line:#16708a}
html{scroll-behavior:smooth}
body{background:#03090d}
.modern-header{position:sticky;top:0;background:rgba(3,13,22,.97)!important;border-bottom:1px solid rgba(53,184,219,.36)!important;backdrop-filter:blur(12px);padding:0!important}
.header-inner{width:min(1600px,96%);margin:auto;min-height:80px;display:grid;grid-template-columns:280px minmax(0,1fr) auto;gap:1.5rem;align-items:center}
.brand-lockup{display:flex;align-items:center;gap:.75rem;color:#fff!important;text-decoration:none;font-size:1.25rem;font-weight:850;line-height:1.05}.brand-brain{width:47px;height:47px;fill:none;stroke:#20c8e7;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 7px rgba(32,200,231,.18))}
.main-nav{display:flex;justify-content:center;gap:1.6rem;flex-wrap:nowrap}.main-nav a{font-size:.91rem!important;color:#f4f7f8!important;white-space:nowrap;padding:28px 0 20px;position:relative}.main-nav a.active,.main-nav a:hover{color:var(--neon)!important}.main-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:12px;height:2px;background:var(--neon)}
.header-actions{display:flex;align-items:center;gap:.85rem}.search-link{width:34px;height:34px;display:grid;place-items:center}.search-link svg{width:25px;height:25px;fill:none;stroke:#fff;stroke-width:2}.header-btn{display:inline-flex;align-items:center;justify-content:center;min-width:100px;height:47px;border:1px solid #14b5db;border-radius:11px;text-decoration:none!important;font-weight:800;color:#fff!important}.header-btn.join{background:linear-gradient(110deg,#69edf3,#2dc5eb);color:#021018!important;border-color:transparent;min-width:120px}.header-btn:hover{box-shadow:0 0 22px rgba(48,212,235,.18)}
.site-footer{padding:0!important;background:#061421;border-top:1px solid rgba(53,184,219,.35);color:#d8e1e6}.footer-inner{width:min(1600px,96%);margin:auto;min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.footer-note{display:flex;align-items:center;gap:1rem;max-width:1230px}.footer-note p{margin:0;font-size:.91rem}.footer-globe{font-size:2rem;color:#fff}.crisis-btn{white-space:nowrap;border:1px solid #18b6db;border-radius:9px;padding:.7rem 1rem;text-decoration:none;color:var(--neon)!important;font-weight:700}

.approved-home main{background:#020a12}.approved-hero{position:relative;min-height:610px;overflow:hidden;background:radial-gradient(circle at 75% 32%,rgba(18,93,143,.27),transparent 28%),linear-gradient(90deg,#02080e 0%,#03101a 57%,#020b13 100%);border-bottom:1px solid rgba(43,167,200,.28)}
.approved-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 10% 20%,rgba(90,225,239,.24) 0 1px,transparent 1.5px),radial-gradient(circle at 83% 20%,rgba(90,225,239,.22) 0 1px,transparent 1.5px);background-size:110px 110px,150px 150px;opacity:.22;pointer-events:none}
.approved-hero-earth{position:absolute;right:6%;top:0;width:47%;height:74%;background:url('/static/images/earth_hero.jpg') center/cover no-repeat;opacity:.96;filter:saturate(1.14) contrast(1.03);mask-image:linear-gradient(to right,transparent 0%,#000 14%,#000 84%,transparent 100%),linear-gradient(to bottom,#000 0%,#000 82%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 14%,#000 84%,transparent 100%)}
.approved-hero-inner{position:relative;z-index:1;width:min(1600px,94%);margin:auto;display:grid;grid-template-columns:minmax(650px,1.35fr) minmax(340px,.6fr);min-height:610px;gap:2rem;padding:38px 0 18px}.approved-copy{max-width:980px}.approved-copy h1{font-size:clamp(3.4rem,5.3vw,6.2rem);line-height:.92;letter-spacing:.005em;margin:0;color:#f7f7f3;font-weight:950;text-shadow:0 3px 20px rgba(0,0,0,.3)}.approved-subhead{font-size:clamp(2rem,3.25vw,3.75rem);line-height:1;margin:.75rem 0 1.2rem;color:var(--neon);font-weight:900;white-space:nowrap}.approved-tagline{font-size:1.52rem;margin:.4rem 0 1rem;color:#f4f4f0}.approved-lead{font-size:1.2rem;line-height:1.5;color:#d2d9dd;max-width:840px;margin:0 0 1.4rem}.approved-actions{display:flex;gap:1.1rem;align-items:center;flex-wrap:wrap;margin-bottom:1.3rem}.approved-btn{min-width:245px;min-height:58px;display:inline-flex;align-items:center;justify-content:center;gap:1rem;border-radius:15px;font-size:1.18rem;font-weight:900;text-decoration:none!important;border:1px solid #22c4e8;cursor:pointer}.approved-btn.primary{background:linear-gradient(105deg,#66edf2,#75f0d1);color:#001218!important;box-shadow:0 0 25px rgba(71,238,219,.18)}.approved-btn.secondary{background:rgba(4,22,34,.72);color:#fff!important}.approved-btn:hover{transform:translateY(-1px)}
.approved-steps{display:grid;grid-template-columns:1fr 28px 1fr 28px 1fr;gap:.55rem;align-items:stretch;margin-top:1.1rem;max-width:960px}.approved-step{min-height:162px;border:1px solid rgba(40,161,194,.6);border-radius:17px;background:rgba(5,23,34,.8);display:grid;grid-template-columns:70px 1fr;gap:.8rem;padding:1rem 1.05rem;align-items:start}.approved-step h2{font-size:1.16rem;line-height:1.2;margin:.15rem 0 .65rem;color:#fff}.approved-step p{font-size:.93rem;line-height:1.45;margin:0;color:#cbd4d8}.step-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 40% 30%,#0a507e,#082c4c);border:1px solid #19a8d5;color:#56e1ec;font-size:2rem;font-weight:900}.step-icon.people{font-size:.72rem;letter-spacing:-.1em}.step-arrow{display:grid;place-items:center;color:#73f4df;font-size:2.8rem;font-weight:200}
.approved-right{align-self:stretch;display:flex;flex-direction:column;justify-content:flex-start;padding-top:105px;position:relative}.tomorrow{margin:0 0 auto auto;color:#8bdcf2;font-size:1.17rem;line-height:2.25;letter-spacing:.31em;max-width:255px}.value-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:0 0 8px;border-left:1px solid rgba(56,140,167,.45);padding-left:2rem}.value-row div{text-align:center;color:#fff;display:grid;place-items:center;gap:.45rem}.value-row strong{font-size:1rem;line-height:1.15}.value-icon{font-size:2.4rem;color:#63ecdf}
.approved-info-strip{padding:10px 0 14px!important;background:#03101a}.approved-info-grid{width:min(1600px,97%);margin:auto;display:grid;grid-template-columns:repeat(5,1fr);border:1px solid rgba(37,151,184,.5);border-radius:18px;background:linear-gradient(180deg,rgba(7,28,41,.92),rgba(4,20,31,.96));overflow:hidden}.approved-info-grid article{padding:1.1rem 1.25rem;text-align:center;min-height:185px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid rgba(44,120,145,.45)}.approved-info-grid article:last-child{border-right:0}.approved-info-grid article>span{font-size:1.9rem;color:#3cd3ed;min-height:34px}.approved-info-grid h3{margin:.45rem 0 .5rem;color:#7ce9f5;font-size:.9rem;letter-spacing:.08em}.approved-info-grid p{margin:0;color:#e1e8eb;font-size:.95rem;line-height:1.45}

.events-page{background:#030b10}.events-wrap{max-width:1180px}.events-page h1{font-size:2.35rem;margin:.25rem 0 .55rem}.events-eyebrow{font-size:1rem!important}.events-lead{font-size:1.22rem!important;max-width:980px;line-height:1.55}.event-filterbar{display:grid;grid-template-columns:1.1fr repeat(6,1fr);gap:.75rem;margin:1.2rem 0 1rem}.event-filter{min-height:72px;border:1px solid #257f9a;background:#06151e;color:#f7fbfc;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:.55rem;font-size:.95rem;font-weight:800;line-height:1.15;padding:.65rem .7rem;cursor:pointer}.event-filter.active{background:linear-gradient(110deg,#57e6ed,#39c9ed);color:#011219;border-color:transparent}.filter-icon{font-size:1.2rem;color:#66e7ed}.event-filter.active .filter-icon{color:#011219}.event-tools{display:grid;grid-template-columns:minmax(320px,1fr) 170px 170px;gap:.75rem;margin-bottom:1.2rem}.event-tools input,.event-tools select{background:#06151e;color:#e9f1f4;border-color:#285365;font-size:.98rem}.event-tools input::placeholder{color:#9cafb8}.event-search{margin:0}.event-card{position:relative;background:#07141b!important;border-color:#2b5c6d!important;border-radius:16px!important;padding:1.35rem!important}.event-card h2{font-size:1.38rem!important;line-height:1.25;margin:.55rem 0 .65rem}.event-category{display:inline-block;border-radius:999px;background:#24294a;color:#fff;padding:.35rem .65rem;font-size:.82rem}.event-meta{font-size:1.02rem!important;margin:.25rem 0 .65rem;color:#e6ecef!important}.event-summary{font-size:1rem!important;line-height:1.55;color:#d3dde1!important}.event-source{font-size:.95rem;font-weight:700}.event-verified{font-size:.84rem;color:#b9c6cb;white-space:nowrap}.empty-state{font-size:1.05rem}

.md-policy-page>.wrap>p.eyebrow,.md-policy-page .eyebrow{font-size:1rem!important;letter-spacing:.13em!important}.md-policy-page .md-section-nav{font-size:.96rem}.md-policy-page .source-type,.md-policy-page .mini-pill{font-size:.86rem!important}.md-title-row h1{font-size:2.55rem}.md-subtitle{font-size:1.05rem}.md-summary-card h2{font-size:1.65rem;line-height:1.28}.md-policy-page section>h2{font-size:1.65rem}.md-policy-page h3{font-size:1.12rem}

.sr-only,.skip-link:not(:focus){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:1380px){.header-inner{grid-template-columns:240px 1fr auto;gap:.9rem}.main-nav{gap:.9rem}.main-nav a{font-size:.82rem!important}.brand-lockup{font-size:1.08rem}.approved-subhead{white-space:normal}.approved-hero-inner{grid-template-columns:minmax(600px,1.4fr) 320px}.approved-copy h1{font-size:4.55rem}.approved-subhead{font-size:2.85rem}}
@media(max-width:1100px){.header-inner{grid-template-columns:1fr auto}.main-nav{grid-column:1/-1;order:3;justify-content:flex-start;overflow-x:auto;padding-bottom:.25rem}.main-nav a{padding:8px 0 14px}.main-nav a.active:after{bottom:5px}.approved-hero-earth{right:-8%;width:62%;opacity:.58}.approved-hero-inner{grid-template-columns:1fr}.approved-right{display:none}.approved-copy{max-width:880px}.approved-info-grid{grid-template-columns:repeat(2,1fr)}.approved-info-grid article{border-bottom:1px solid rgba(44,120,145,.45)}.event-filterbar{grid-template-columns:repeat(4,1fr)}}
@media(max-width:760px){.header-inner{width:94%;min-height:70px}.brand-lockup{font-size:1rem}.brand-brain{width:38px;height:38px}.header-actions .search-link,.header-btn.ghost{display:none}.header-btn.join{min-width:85px;height:42px}.approved-hero{min-height:auto}.approved-hero-earth{width:100%;right:-36%;height:46%;top:0;opacity:.35}.approved-hero-inner{padding:2.2rem 0 1.2rem;min-height:auto}.approved-copy h1{font-size:clamp(2.65rem,12vw,4rem)}.approved-subhead{font-size:clamp(1.65rem,7vw,2.5rem)}.approved-tagline{font-size:1.18rem}.approved-lead{font-size:1rem}.approved-btn{min-width:100%;min-height:54px}.approved-steps{grid-template-columns:1fr}.step-arrow{transform:rotate(90deg);height:22px}.approved-step{min-height:auto}.approved-info-grid{grid-template-columns:1fr}.approved-info-grid article{border-right:0}.footer-inner{flex-direction:column;align-items:stretch;padding:1rem 0}.crisis-btn{align-self:flex-start}.event-filterbar{grid-template-columns:repeat(2,1fr)}.event-tools{grid-template-columns:1fr}.event-card{grid-template-columns:1fr!important}.event-verified{order:-1}.events-page h1{font-size:2rem}.md-policy-page>.wrap>p.eyebrow,.md-policy-page .eyebrow{font-size:.93rem!important}}

/* V4.1.14 — approved landing page scale correction + clean Earth artwork */
@media (min-width:1101px){
  .approved-hero{min-height:540px}
  .approved-hero-inner{
    width:min(1540px,92%);
    min-height:540px;
    grid-template-columns:minmax(590px,1.28fr) minmax(320px,.62fr);
    gap:1.4rem;
    padding:32px 0 14px;
  }
  .approved-copy{max-width:900px}
  .approved-copy h1{
    font-size:clamp(3.25rem,4.35vw,5.15rem);
    line-height:.94;
    letter-spacing:0;
  }
  .approved-subhead{
    font-size:clamp(1.85rem,2.7vw,3.05rem);
    margin:.62rem 0 1rem;
  }
  .approved-tagline{font-size:1.28rem;margin:.35rem 0 .8rem}
  .approved-lead{font-size:1.08rem;line-height:1.45;max-width:790px;margin-bottom:1.05rem}
  .approved-actions{margin-bottom:1rem}
  .approved-btn{min-width:220px;min-height:52px;font-size:1.08rem;border-radius:13px}
  .approved-hero-earth{
    right:7%;
    top:0;
    width:48%;
    height:67%;
    background-size:contain;
    background-position:center top;
    background-repeat:no-repeat;
    opacity:.98;
    -webkit-mask-image:linear-gradient(to right,transparent 0%,#000 10%,#000 92%,transparent 100%);
    mask-image:linear-gradient(to right,transparent 0%,#000 10%,#000 92%,transparent 100%);
  }
  .approved-right{padding-top:72px}
  .tomorrow{font-size:1.03rem;line-height:2.15;max-width:235px;letter-spacing:.29em}
  .approved-step{min-height:132px}
  .approved-step h3{font-size:1.02rem}
  .approved-step p{font-size:.9rem}
  .value-icon{font-size:2.05rem}
  .value-row strong{font-size:.92rem}
}

/* V4.1.15 — approved landing composition: edge-to-edge blended Earth, no image box */
@media (min-width:1101px){
  .approved-hero{
    min-height:600px;
    isolation:isolate;
    background:
      radial-gradient(circle at 72% 36%,rgba(18,113,173,.16),transparent 35%),
      linear-gradient(90deg,#02080e 0%,#03101a 58%,#020b13 100%);
  }
  .approved-hero-earth{
    inset:0;
    width:100%;
    height:100%;
    right:auto;
    top:auto;
    background-image:url('/static/images/earth_hero.jpg');
    background-repeat:no-repeat;
    background-size:auto 108%;
    background-position:79% 48%;
    opacity:.96;
    filter:saturate(1.15) contrast(1.06) brightness(.93);
    -webkit-mask-image:
      linear-gradient(to right,transparent 0%,transparent 44%,rgba(0,0,0,.28) 51%,#000 61%,#000 91%,transparent 100%),
      linear-gradient(to bottom,#000 0%,#000 82%,transparent 100%);
    -webkit-mask-composite:source-in;
    mask-image:
      linear-gradient(to right,transparent 0%,transparent 44%,rgba(0,0,0,.28) 51%,#000 61%,#000 91%,transparent 100%),
      linear-gradient(to bottom,#000 0%,#000 82%,transparent 100%);
    mask-composite:intersect;
    z-index:0;
  }
  .approved-hero::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:0;
    pointer-events:none;
    background:
      linear-gradient(90deg,rgba(2,8,14,.98) 0%,rgba(2,8,14,.94) 37%,rgba(2,8,14,.57) 51%,rgba(2,8,14,.06) 68%,rgba(2,8,14,.18) 100%),
      linear-gradient(to bottom,transparent 0%,transparent 73%,rgba(2,10,18,.78) 92%,#020a12 100%);
  }
  .approved-hero-inner{
    width:min(1550px,92%);
    min-height:600px;
    grid-template-columns:minmax(620px,1.25fr) minmax(360px,.72fr);
    gap:1rem;
    padding:48px 0 22px;
    z-index:2;
  }
  .approved-copy{max-width:900px}
  .approved-copy h1{
    font-size:clamp(3rem,3.8vw,4.65rem);
    line-height:.94;
  }
  .approved-subhead{
    font-size:clamp(1.75rem,2.35vw,2.8rem);
    margin:.7rem 0 1rem;
    white-space:nowrap;
  }
  .approved-tagline{font-size:1.18rem}
  .approved-lead{font-size:1.03rem;max-width:820px}
  .approved-actions{margin-bottom:1rem}
  .approved-btn{min-width:230px;min-height:54px;font-size:1.06rem}
  .approved-steps{max-width:940px;margin-top:.9rem}
  .approved-step{min-height:145px;padding:.9rem .95rem;grid-template-columns:62px 1fr}
  .step-icon{width:52px;height:52px;font-size:1.7rem}
  .approved-step h2{font-size:1.03rem;margin:.1rem 0 .48rem}
  .approved-step p{font-size:.87rem;line-height:1.4}
  .approved-right{padding-top:82px;z-index:3}
  .tomorrow{font-size:1.02rem;line-height:2.35;letter-spacing:.31em;max-width:245px;margin-right:0}
  .value-row{margin-top:auto;margin-bottom:10px;padding-left:1.5rem}
  .value-icon{font-size:2.1rem}
  .value-row strong{font-size:.9rem}
}

@media (min-width:1101px) and (max-width:1450px){
  .approved-copy h1{font-size:3.7rem}
  .approved-subhead{font-size:2.15rem;white-space:normal}
  .approved-hero-earth{background-position:84% 48%;background-size:auto 104%}
}

/* V4.1.16 — precision pass against approved landing-page reference */
@media (min-width:1101px){
  body.approved-home main{background:#020914}
  .approved-hero{
    min-height:590px;
    overflow:hidden;
    isolation:isolate;
    background:
      radial-gradient(circle at 72% 34%,rgba(7,92,153,.20),transparent 34%),
      radial-gradient(circle at 45% 55%,rgba(7,73,112,.10),transparent 44%),
      linear-gradient(90deg,#020812 0%,#02101c 52%,#020a13 100%);
    border-bottom:1px solid rgba(47,176,205,.24);
  }
  .approved-hero:before{
    opacity:.16;
    background-size:130px 130px,180px 180px;
  }
  .approved-hero-earth{
    position:absolute;
    z-index:0;
    top:-64px;
    right:2.5%;
    bottom:auto;
    left:auto;
    width:57%;
    height:670px;
    background-image:url('/static/images/earth_hero.jpg');
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    opacity:.98;
    filter:saturate(1.22) contrast(1.08) brightness(.92);
    mix-blend-mode:screen;
    -webkit-mask-image:radial-gradient(ellipse 74% 76% at 51% 50%,#000 0%,#000 69%,rgba(0,0,0,.86) 78%,rgba(0,0,0,.35) 89%,transparent 100%);
    mask-image:radial-gradient(ellipse 74% 76% at 51% 50%,#000 0%,#000 69%,rgba(0,0,0,.86) 78%,rgba(0,0,0,.35) 89%,transparent 100%);
    pointer-events:none;
  }
  .approved-hero::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:0;
    pointer-events:none;
    background:
      linear-gradient(90deg,rgba(2,8,18,.99) 0%,rgba(2,8,18,.98) 29%,rgba(2,8,18,.88) 43%,rgba(2,8,18,.30) 56%,rgba(2,8,18,.02) 70%,rgba(2,8,18,.16) 100%),
      linear-gradient(to bottom,transparent 0%,transparent 80%,rgba(2,9,20,.56) 92%,#020914 100%);
  }
  .approved-hero-inner{
    position:relative;
    z-index:2;
    width:min(1560px,94%);
    margin:0 auto;
    min-height:590px;
    display:grid;
    grid-template-columns:minmax(820px,1.45fr) minmax(330px,.55fr);
    gap:1rem;
    padding:38px 0 16px;
  }
  .approved-copy{max-width:1020px}
  .approved-copy h1{
    margin:0;
    color:#fbfaf5;
    font-size:clamp(3.45rem,4.1vw,4.75rem);
    line-height:.92;
    letter-spacing:.002em;
    font-weight:950;
    text-shadow:0 3px 22px rgba(0,0,0,.34);
  }
  .approved-copy h1 .title-line-two{white-space:nowrap}
  .approved-subhead{
    margin:.65rem 0 1rem;
    color:#57deee;
    font-size:clamp(2rem,2.55vw,2.95rem);
    line-height:1;
    font-weight:900;
    letter-spacing:.01em;
    white-space:nowrap;
  }
  .approved-tagline{
    margin:.2rem 0 1rem;
    max-width:920px;
    font-size:1.18rem;
    line-height:1.35;
    color:#f3f3ef;
  }
  .approved-lead{
    max-width:860px;
    margin:0 0 1.18rem;
    font-size:1.02rem;
    line-height:1.52;
    color:#d0d8dd;
  }
  .approved-actions{gap:1rem;margin:0 0 1.1rem}
  .approved-btn{
    min-width:245px;
    min-height:54px;
    border-radius:14px;
    font-size:1.04rem;
  }
  .approved-steps{
    display:grid;
    grid-template-columns:290px 26px 290px 26px 290px;
    align-items:stretch;
    gap:0;
    max-width:922px;
    margin-top:.75rem;
  }
  .approved-step{
    min-height:145px;
    padding:.92rem 1rem;
    grid-template-columns:60px 1fr;
    border-color:rgba(43,177,213,.54);
    background:linear-gradient(180deg,rgba(5,25,40,.72),rgba(3,16,28,.74));
  }
  .step-icon{width:51px;height:51px;font-size:1.65rem}
  .approved-step h2{font-size:1.02rem;line-height:1.18;margin:.04rem 0 .48rem}
  .approved-step p{font-size:.86rem;line-height:1.42}
  .step-arrow{font-size:2.1rem;color:#64ede4;align-self:center;justify-self:center}
  .approved-right{
    position:relative;
    z-index:3;
    min-height:520px;
    padding-top:80px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:stretch;
  }
  .tomorrow{
    align-self:flex-end;
    width:230px;
    margin:0 12px 0 0;
    color:#87d8ef;
    font-size:.96rem;
    line-height:2.38;
    letter-spacing:.32em;
    text-align:left;
  }
  .value-row{
    margin:0 0 8px auto;
    padding:0 0 0 1.6rem;
    width:410px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    border-left:1px solid rgba(74,180,201,.35);
  }
  .value-row>div{padding:.2rem .7rem;text-align:center}
  .value-icon{font-size:2rem;color:#66e9dc}
  .value-row strong{display:block;margin-top:.28rem;font-size:.88rem;line-height:1.22;color:#f6f2ed}

  .approved-info-strip{
    background:#020914;
    padding:0 0 10px;
  }
  .approved-info-grid{
    width:min(1600px,97%);
    margin:0 auto;
    border:1px solid rgba(36,153,190,.52);
    border-radius:15px;
    overflow:hidden;
    background:linear-gradient(180deg,rgba(4,29,47,.78),rgba(4,20,34,.88));
    display:grid;
    grid-template-columns:repeat(5,1fr);
  }
  .approved-info-grid article{
    min-height:166px;
    padding:1.05rem 1.25rem .9rem;
    border-right:1px solid rgba(44,130,157,.40);
  }
  .approved-info-grid article:last-child{border-right:0}
  .approved-info-grid article>span{font-size:1.85rem;line-height:1;color:#48d8ed}
  .approved-info-grid h3{margin:.45rem 0 .45rem;font-size:.86rem;letter-spacing:.055em;color:#8eeaff}
  .approved-info-grid p{margin:0;font-size:.88rem;line-height:1.38;color:#e5eaed}
}

@media (min-width:1101px) and (max-width:1350px){
  .approved-hero-inner{grid-template-columns:minmax(710px,1.42fr) minmax(290px,.58fr);width:95%}
  .approved-copy h1{font-size:3.55rem}
  .approved-subhead{font-size:2.15rem}
  .approved-hero-earth{right:-2%;width:61%;height:650px}
  .approved-steps{grid-template-columns:255px 22px 255px 22px 255px;max-width:809px}
  .approved-step{padding:.8rem .8rem;grid-template-columns:52px 1fr}
  .step-icon{width:46px;height:46px}
  .tomorrow{font-size:.88rem;width:210px}
  .value-row{width:350px}
}

/* V4.1.17 — approved landing page: smaller, better-proportioned Earth */
@media (min-width:1101px){
  .approved-hero-earth{
    top:-18px;
    right:7.5%;
    width:43%;
    height:555px;
    background-position:center center;
    background-size:contain;
    opacity:.97;
    filter:saturate(1.18) contrast(1.06) brightness(.94);
    -webkit-mask-image:radial-gradient(ellipse 71% 73% at 51% 50%,#000 0%,#000 67%,rgba(0,0,0,.82) 77%,rgba(0,0,0,.30) 89%,transparent 100%);
    mask-image:radial-gradient(ellipse 71% 73% at 51% 50%,#000 0%,#000 67%,rgba(0,0,0,.82) 77%,rgba(0,0,0,.30) 89%,transparent 100%);
  }
  .approved-hero::after{
    background:
      linear-gradient(90deg,rgba(2,8,18,.995) 0%,rgba(2,8,18,.985) 31%,rgba(2,8,18,.91) 44%,rgba(2,8,18,.45) 55%,rgba(2,8,18,.08) 66%,rgba(2,8,18,.14) 100%),
      linear-gradient(to bottom,transparent 0%,transparent 80%,rgba(2,9,20,.58) 92%,#020914 100%);
  }
}

@media (min-width:1101px) and (max-width:1350px){
  .approved-hero-earth{
    top:0;
    right:4.5%;
    width:45%;
    height:520px;
  }
}

/* V4.1.18 — approved landing page: right-shifted, edge-feathered Earth */
@media (min-width:1101px){
  .approved-hero-earth{
    top:-22px;
    right:-3.5%;
    width:42%;
    height:545px;
    background-position:center center;
    background-size:contain;
    opacity:.96;
    filter:saturate(1.16) contrast(1.05) brightness(.93);
    -webkit-mask-image:radial-gradient(ellipse 68% 72% at 55% 48%,#000 0%,#000 62%,rgba(0,0,0,.78) 72%,rgba(0,0,0,.22) 85%,transparent 97%);
    mask-image:radial-gradient(ellipse 68% 72% at 55% 48%,#000 0%,#000 62%,rgba(0,0,0,.78) 72%,rgba(0,0,0,.22) 85%,transparent 97%);
  }
  .approved-hero::after{
    background:
      linear-gradient(90deg,rgba(2,8,18,.998) 0%,rgba(2,8,18,.994) 38%,rgba(2,8,18,.96) 48%,rgba(2,8,18,.66) 57%,rgba(2,8,18,.18) 68%,rgba(2,8,18,.08) 100%),
      linear-gradient(to bottom,rgba(2,9,20,.04) 0%,transparent 68%,rgba(2,9,20,.36) 84%,rgba(2,9,20,.86) 95%,#020914 100%);
  }
}

@media (min-width:1101px) and (max-width:1350px){
  .approved-hero-earth{
    top:-5px;
    right:-5.5%;
    width:43%;
    height:510px;
  }
}

/* V4.1.19 — far-right Earth + production SVG icon pass */
.ui-icon{display:inline-flex;align-items:center;justify-content:center;color:#48dfee}
.ui-icon svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;overflow:visible}
.step-icon.ui-icon svg{width:29px;height:29px}
.value-icon.ui-icon{font-size:2rem;line-height:1}
.value-icon.ui-icon svg{width:35px;height:35px}
.info-icon.ui-icon{font-size:1rem;line-height:1}
.info-icon.ui-icon svg{width:38px;height:38px}

@media (min-width:1101px){
  .approved-hero-earth{
    top:-10px;
    right:-15.5%;
    width:36%;
    height:515px;
    background-position:center center;
    background-size:contain;
    opacity:.97;
    filter:saturate(1.18) contrast(1.06) brightness(.95);
    -webkit-mask-image:radial-gradient(ellipse 65% 70% at 58% 48%,#000 0%,#000 60%,rgba(0,0,0,.76) 71%,rgba(0,0,0,.18) 85%,transparent 97%);
    mask-image:radial-gradient(ellipse 65% 70% at 58% 48%,#000 0%,#000 60%,rgba(0,0,0,.76) 71%,rgba(0,0,0,.18) 85%,transparent 97%);
  }
  .approved-hero::after{
    background:
      linear-gradient(90deg,rgba(2,8,18,.999) 0%,rgba(2,8,18,.996) 45%,rgba(2,8,18,.97) 56%,rgba(2,8,18,.69) 65%,rgba(2,8,18,.18) 76%,rgba(2,8,18,.05) 100%),
      linear-gradient(to bottom,rgba(2,9,20,.03) 0%,transparent 70%,rgba(2,9,20,.34) 84%,rgba(2,9,20,.90) 96%,#020914 100%);
  }
  .tomorrow{margin-right:52px}
  .value-row{margin-right:10px}
  .approved-info-grid article>span.info-icon{display:flex;margin:0 auto;font-size:1rem;color:#48d8ed}
  .crisis-btn{color:#fff!important}
}

@media (min-width:1101px) and (max-width:1350px){
  .approved-hero-earth{
    top:0;
    right:-17%;
    width:38%;
    height:490px;
  }
  .tomorrow{margin-right:28px}
}

/* V4.1.20 — deterministic landing-page icon repair
   Explicitly controls SVG geometry so deployment/browser CSS cannot black-fill or hide icons. */
.approved-home .ui-icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#48dfee !important;
}
.approved-home .ui-icon svg{
  display:block !important;
  overflow:visible !important;
  fill:none !important;
  stroke:#48dfee !important;
  stroke-width:1.9 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  vector-effect:non-scaling-stroke;
}
.approved-home .ui-icon svg path,
.approved-home .ui-icon svg circle,
.approved-home .ui-icon svg rect,
.approved-home .ui-icon svg ellipse,
.approved-home .ui-icon svg line,
.approved-home .ui-icon svg polyline,
.approved-home .ui-icon svg polygon{
  fill:none !important;
  stroke:#48dfee !important;
  stroke-width:1.9 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
.approved-home .step-icon.ui-icon{
  width:51px !important;
  height:51px !important;
  flex:0 0 51px !important;
  border-radius:50% !important;
  background:radial-gradient(circle at 40% 30%,#0a507e,#082c4c) !important;
  border:1px solid #19a8d5 !important;
}
.approved-home .step-icon.ui-icon svg{
  width:29px !important;
  height:29px !important;
}
.approved-home .value-icon.ui-icon{
  width:42px !important;
  height:42px !important;
  margin:0 auto !important;
}
.approved-home .value-icon.ui-icon svg{
  width:35px !important;
  height:35px !important;
}
.approved-home .approved-info-grid article > .info-icon.ui-icon{
  display:flex !important;
  width:46px !important;
  height:46px !important;
  margin:0 auto .15rem !important;
  color:#48d8ed !important;
}
.approved-home .approved-info-grid article > .info-icon.ui-icon svg{
  display:block !important;
  width:38px !important;
  height:38px !important;
  opacity:1 !important;
  visibility:visible !important;
}
.approved-home .approved-info-grid article > .info-icon.ui-icon svg path,
.approved-home .approved-info-grid article > .info-icon.ui-icon svg circle,
.approved-home .approved-info-grid article > .info-icon.ui-icon svg rect,
.approved-home .approved-info-grid article > .info-icon.ui-icon svg ellipse{
  stroke:#48d8ed !important;
}

/* V4.1.21 — true interactive SVG U.S. policy map */
.policy-page-v421{background:radial-gradient(circle at 72% 24%,rgba(0,183,220,.07),transparent 28%)}
.policy-map-deck{max-width:900px;font-size:1.08rem;color:#c9d8e3;margin:.5rem 0 1rem}
.policy-v421-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.55fr);gap:20px;margin-top:24px;align-items:start}
.policy-v421-map-card,.policy-v421-panel,.policy-v421-territories{border:1px solid rgba(50,213,238,.34);background:linear-gradient(180deg,rgba(4,31,45,.84),rgba(2,18,29,.94));border-radius:18px}
.policy-v421-map-card{position:relative;padding:18px;overflow:hidden}
.policy-v421-map-heading{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:2px 4px 12px}
.policy-v421-map-heading strong{display:block;color:#f4fbff;font-size:1.05rem;margin-top:4px}
.policy-v421-kicker{font-size:.72rem;letter-spacing:.16em;color:#48d8eb;font-weight:800}
.policy-v421-live{font-size:.68rem;letter-spacing:.14em;color:#bceff5;white-space:nowrap}.policy-v421-live i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#43e0e9;margin-right:7px;box-shadow:0 0 10px rgba(67,224,233,.7)}
.policy-v421-map{min-height:470px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 45%,rgba(19,77,94,.2),transparent 55%);border-radius:12px}
.policy-v421-map svg{width:100%;height:auto;max-height:560px;display:block}
.policy-state{cursor:pointer;stroke:#0a2533;stroke-width:1.2;vector-effect:non-scaling-stroke;transition:fill .14s ease,stroke .14s ease,filter .14s ease}
.policy-state.pending{fill:#183442}.policy-state.regulated{fill:#19a6a4}.policy-state.development{fill:#3ecbd1}.policy-state.local{fill:#587ca8}
.policy-state:hover,.policy-state:focus{stroke:#7af4ff;stroke-width:2.5;filter:brightness(1.24);outline:none}
.policy-state-borders{fill:none;stroke:rgba(190,237,244,.34);stroke-width:.7;pointer-events:none;vector-effect:non-scaling-stroke}
.policy-state-label{fill:#f5fbff;font-size:12px;font-weight:800;text-anchor:middle;paint-order:stroke;stroke:#071b27;stroke-width:2.6px;stroke-linejoin:round}
.policy-v421-tooltip{position:absolute;z-index:8;width:230px;padding:11px 12px;border:1px solid rgba(77,226,241,.7);border-radius:10px;background:rgba(1,18,29,.96);box-shadow:0 12px 32px rgba(0,0,0,.3);pointer-events:none}.policy-v421-tooltip strong,.policy-v421-tooltip span,.policy-v421-tooltip small{display:block}.policy-v421-tooltip strong{color:white;font-size:.95rem}.policy-v421-tooltip span{color:#4de2ee;font-size:.78rem;font-weight:800;margin-top:3px}.policy-v421-tooltip small{color:#a9c0ce;margin-top:6px}
.policy-v421-loading,.policy-v421-error{display:flex;flex-direction:column;gap:6px;align-items:center;text-align:center;color:#9fc2cf}.policy-v421-error strong{color:white}
.policy-v421-side{display:grid;gap:16px}.policy-v421-panel{padding:18px}.policy-v421-panel h2{font-size:1.35rem;margin:.4rem 0 .55rem;color:#fff}.policy-v421-panel p{font-size:.9rem;color:#b8ccd7;line-height:1.55}.policy-v421-panel p strong{color:#50deeb}
.policy-v421-open{display:inline-flex;margin-top:8px;min-height:42px;align-items:center;padding:0 14px;border:1px solid #34d5e7;border-radius:9px;color:#fff;font-weight:800;text-decoration:none}.policy-v421-open:hover{background:rgba(52,213,231,.1)}.policy-v421-open.disabled{opacity:.42;pointer-events:none}
.policy-v421-legend{display:grid;gap:10px;margin-top:12px}.policy-v421-legend span{display:grid;grid-template-columns:18px 1fr;gap:9px;align-items:center;color:#d9e8ef;font-size:.84rem}.policy-v421-legend .swatch{width:16px;height:16px;border-radius:4px;border:1px solid rgba(255,255,255,.22)}.swatch.regulated{background:#19a6a4}.swatch.development{background:#3ecbd1}.swatch.local{background:#587ca8}.swatch.pending{background:#183442}
.policy-v421-mini-links{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:11px}.policy-v421-mini-links a{display:flex;justify-content:space-between;gap:8px;padding:8px 9px;border:1px solid rgba(55,199,220,.22);border-radius:7px;color:#dcecf2;text-decoration:none;font-size:.78rem}.policy-v421-mini-links a:hover{border-color:#46dbe8;color:white;background:rgba(52,213,231,.06)}.policy-v421-mini-links b{color:#48dbe9}
.policy-v421-territories{margin-top:20px;padding:15px;display:grid;grid-template-columns:1.35fr repeat(5,1fr);gap:9px;align-items:stretch}.policy-v421-territory-intro{padding:8px 10px}.policy-v421-territory-intro strong{display:block;color:white;margin-top:5px}.policy-v421-territory-intro p{font-size:.78rem;color:#a9c0cd;margin:.35rem 0 0}.policy-v421-territory{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:92px;padding:12px;border:1px solid rgba(54,208,228,.22);border-radius:10px;text-decoration:none}.policy-v421-territory:hover{border-color:#4bdde9;background:rgba(52,213,231,.06)}.policy-v421-territory span{color:#f4fbff;font-weight:800;font-size:.82rem}.policy-v421-territory small{color:#7fc5d1;font-size:.68rem;margin-top:5px}.policy-v421-territory b{position:absolute;right:10px;bottom:8px;color:#49deea}
.policy-v421-fallback{margin-top:18px}
@media(max-width:980px){.policy-v421-layout{grid-template-columns:1fr}.policy-v421-side{grid-template-columns:1fr 1fr}.northeast-panel{grid-column:1/-1}.policy-v421-territories{grid-template-columns:repeat(2,1fr)}.policy-v421-territory-intro{grid-column:1/-1}.policy-v421-map{min-height:360px}}
@media(max-width:620px){.policy-v421-map-card{padding:10px}.policy-v421-map-heading{display:block}.policy-v421-live{display:inline-block;margin-top:8px}.policy-v421-map{min-height:280px}.policy-state-label{font-size:10px}.policy-v421-side{grid-template-columns:1fr}.northeast-panel{grid-column:auto}.policy-v421-territories{grid-template-columns:1fr}.policy-v421-mini-links{grid-template-columns:1fr}.policy-v421-tooltip{display:none}}

/* V4.1.22 — bundled interactive U.S. map: no external map runtime dependency */
.policy-v422-map{min-height:470px;position:relative}
.policy-v422-map svg{width:100%;height:auto;display:block;overflow:visible}
.policy-map-bg{fill:transparent}
.policy-state-link{outline:none}
.policy-state-link.selected .policy-state{stroke:#8af8ff;stroke-width:2.35;filter:brightness(1.2)}
.policy-state-link:focus .policy-state{stroke:#8af8ff;stroke-width:2.6;filter:brightness(1.22)}
.policy-state-label-layer{pointer-events:none}
.policy-map-inset-labels text{fill:#7bbdca;font-size:10px;font-weight:800;letter-spacing:.12em}
@media(max-width:620px){
  .policy-v422-map{min-height:275px}
  .policy-map-inset-labels text{font-size:9px}
}

/* V4.1.23 — Night Earth landing refresh
   Uses the user-supplied Vecteezy night-Earth photograph as the hero asset.
   The source image has a naturally black surround, so the hero's right side is
   deliberately near-black and the image is blended with layered gradients rather
   than clipped into a visible rectangular panel. */
@media (min-width:1101px){
  .approved-home .approved-hero{
    min-height:560px;
    background:
      radial-gradient(circle at 72% 30%,rgba(14,75,116,.22),transparent 28%),
      linear-gradient(90deg,#020a12 0%,#020a12 49%,#01060b 68%,#000 100%);
  }
  .approved-home .approved-hero-earth{
    top:-18px;
    right:-8.5%;
    width:53%;
    height:590px;
    background-image:url('/static/images/night_earth_vecteezy.jpeg');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:contain;
    opacity:.98;
    filter:saturate(1.08) contrast(1.05) brightness(.91);
    -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.16) 7%,rgba(0,0,0,.72) 20%,#000 32%,#000 100%),linear-gradient(to bottom,rgba(0,0,0,.92) 0%,#000 72%,rgba(0,0,0,.75) 88%,transparent 100%);
    -webkit-mask-composite:source-in;
    mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.16) 7%,rgba(0,0,0,.72) 20%,#000 32%,#000 100%),linear-gradient(to bottom,rgba(0,0,0,.92) 0%,#000 72%,rgba(0,0,0,.75) 88%,transparent 100%);
    mask-composite:intersect;
  }
  .approved-home .approved-hero::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:0;
    pointer-events:none;
    background:
      linear-gradient(90deg,rgba(2,10,18,1) 0%,rgba(2,10,18,1) 48%,rgba(2,10,18,.95) 56%,rgba(2,8,14,.64) 65%,rgba(0,0,0,.15) 76%,rgba(0,0,0,.02) 100%),
      linear-gradient(to bottom,rgba(2,10,18,.02) 0%,transparent 72%,rgba(2,10,18,.38) 86%,#020a12 100%);
  }
  .approved-home .approved-hero-inner{
    min-height:560px;
  }
  .approved-home .approved-copy{
    position:relative;
    z-index:2;
  }
  .approved-home .approved-right{
    position:relative;
    z-index:2;
  }
  .approved-home .tomorrow{
    margin-right:72px;
  }
  .approved-home .value-row{
    margin-right:18px;
  }
}

@media (min-width:1101px) and (max-width:1350px){
  .approved-home .approved-hero-earth{
    top:-2px;
    right:-12%;
    width:55%;
    height:535px;
  }
  .approved-home .tomorrow{margin-right:44px}
}

@media (max-width:1100px){
  .approved-home .approved-hero-earth{
    background-image:url('/static/images/night_earth_vecteezy.jpeg');
    background-size:cover;
    background-position:63% center;
    opacity:.34;
    -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 38%,#000 100%),linear-gradient(to bottom,#000 0%,rgba(0,0,0,.7) 72%,transparent 100%);
    -webkit-mask-composite:source-in;
    mask-image:linear-gradient(90deg,transparent 0%,#000 38%,#000 100%),linear-gradient(to bottom,#000 0%,rgba(0,0,0,.7) 72%,transparent 100%);
    mask-composite:intersect;
  }
}

.hero-image-credit{
  width:min(1540px,92%);
  margin:.45rem auto .7rem;
  text-align:right;
  color:#718792;
  font-size:.68rem;
  line-height:1.35;
}
.hero-image-credit a{color:#8da7b2;text-decoration:none}
.hero-image-credit a:hover,.hero-image-credit a:focus-visible{color:#fff;text-decoration:underline}

/* V4.1.24 — Hero message left shift
   Keep the V4.1.23 Night Earth composition intact, but move the
   PEOPLE / EXPERIENCES / DATA / A BRIGHTER TOMORROW message off the globe
   and into the open negative space between the main copy and Earth. */
@media (min-width:1351px){
  .approved-home .tomorrow{
    margin-right:235px;
  }
}
@media (min-width:1101px) and (max-width:1350px){
  .approved-home .tomorrow{
    margin-right:145px;
  }
}

/* V4.1.25 — Hero message further-left precision
   Move the vertical PEOPLE / EXPERIENCES / DATA / A BRIGHTER TOMORROW
   block farther into the open negative space. Earth, hero scale, cards,
   icon system, and V4.1.22 interactive policy map remain unchanged. */
@media (min-width:1351px){
  .approved-home .tomorrow{
    margin-right:355px;
  }
}
@media (min-width:1101px) and (max-width:1350px){
  .approved-home .tomorrow{
    margin-right:225px;
  }
}

/* V4.1.26 — participant sign-in and access-key flow */
.access-section{padding:64px 0 84px}.access-wrap{max-width:760px}.access-lead{max-width:680px;color:#c8d9e3;font-size:1.05rem;line-height:1.7}.access-notice{margin:24px 0}.access-form{margin-top:22px}.access-form input{width:100%}.access-error{margin:18px 0;padding:14px 16px;border:1px solid rgba(255,120,120,.55);border-radius:12px;background:rgba(120,24,24,.2);color:#ffe7e7}.access-secondary{margin-top:22px}.access-secondary h2{margin-top:0}.access-recovery{margin-top:24px;color:#aebfca;line-height:1.65}.credential-card{margin-top:24px}.credential-label{margin:18px 0 8px;color:#78e9f5;font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.credential-value{padding:14px 16px;border:1px solid rgba(67,221,239,.32);border-radius:10px;background:#04141d;font-size:1.2rem}.credential-value code{color:#fff}.access-key-box{box-sizing:border-box;width:100%;padding:14px 16px;border:1px solid rgba(67,221,239,.32);border-radius:10px;background:#04141d;color:#fff;font:600 .92rem/1.5 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;resize:none;overflow-wrap:anywhere}.access-actions,.workspace-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:22px}.inline-form{display:inline;margin:0}.workspace-actions .inline-form .btn{margin:0}@media(max-width:640px){.access-section{padding:40px 0 64px}.access-actions .btn,.workspace-actions .btn{width:100%;text-align:center}.inline-form{width:100%}.inline-form .btn{width:100%}}
