:root {
  color-scheme: dark;
  --navy: #071426;
  --surface: #10243e;
  --blue: #53a4e8;
  --text: #edf5fc;
  --muted: #a9bdd0;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; color: var(--text); background: radial-gradient(circle at 70% 10%, #173f68 0, var(--navy) 42%, #040b14 100%); }
.topbar { display: flex; justify-content: space-between; align-items: center; padding: 1.25rem clamp(1.5rem, 5vw, 5rem); border-bottom: 1px solid rgba(255,255,255,.1); }
.brand { color: var(--text); text-decoration: none; font-size: 1.4rem; font-weight: 750; letter-spacing: -.04em; }
.brand span { color: var(--blue); }
.version, footer { color: var(--muted); font-size: .85rem; }
main { width: min(1100px, calc(100% - 3rem)); margin: 0 auto; }
.hero { max-width: 780px; padding: clamp(4rem, 10vw, 8rem) 0 3rem; }
.eyebrow { color: var(--blue); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 700; }
h1 { margin: .7rem 0 1.2rem; font-size: clamp(2.6rem, 7vw, 5.5rem); line-height: .97; letter-spacing: -.06em; }
.lead { color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.6; }
.status-card { margin-top: 2rem; padding: 1.25rem 1.4rem; border: 1px solid rgba(83,164,232,.35); border-radius: 14px; background: rgba(16,36,62,.68); }
.status-card p { margin: .55rem 0 0; color: var(--muted); }
.links { display: flex; gap: 1rem; margin-top: 1.5rem; }
.links a { color: var(--text); text-decoration: none; border-bottom: 1px solid var(--blue); padding-bottom: .2rem; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding: 3rem 0 5rem; }
.principles article { padding: 1.25rem; border-top: 1px solid rgba(255,255,255,.18); }
.principles h2 { font-size: 1rem; }
.principles p { color: var(--muted); line-height: 1.5; }
.workspace, .supporting { padding: 2rem 0; }
.section-heading h2, .supporting h2 { margin: .35rem 0 1.4rem; font-size: clamp(1.8rem, 4vw, 3rem); letter-spacing: -.04em; }
.workspace-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.workspace-grid a { min-height: 115px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.1rem; color: var(--text); text-decoration: none; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(16,36,62,.56); }
.workspace-grid a:hover { border-color: var(--blue); transform: translateY(-2px); }
.workspace-grid span { color: var(--muted); font-size: .82rem; }
.resource-hero { max-width: 850px; padding: 4rem 0 2rem; }
.resource-hero h1 { font-size: clamp(2.4rem, 6vw, 4.5rem); }
code { color: #9bd0fb; }
.record-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; padding: 1rem 0 5rem; }
.record-list article, .empty-state { padding: 1.25rem; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(16,36,62,.58); }
.record-list h2 { margin: .7rem 0 .4rem; font-size: 1.15rem; }
.record-list p { color: var(--muted); line-height: 1.5; }
.record-id { color: var(--blue); font-family: ui-monospace, monospace; font-size: .75rem; }
.record-version { float: right; color: var(--muted); font-size: .75rem; }
.status { display: inline-block; margin-top: .4rem; padding: .25rem .5rem; border: 1px solid rgba(83,164,232,.45); border-radius: 999px; color: var(--blue); font-size: .72rem; }
.commission-hero { max-width: 980px; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; margin-top: 2rem; }
.metric-row div { padding: 1rem; border-top: 1px solid rgba(83,164,232,.5); }
.metric-row strong { display: block; font-size: 2rem; }
.metric-row span { color: var(--muted); font-size: .78rem; }
.engine-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: 1rem 0 3rem; }
.engine-card { padding: 1.5rem; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(16,36,62,.65); }
.engine-card.dynamics { border-top-color: #22d3ee; }
.engine-card.capability { border-top-color: #34d399; }
.engine-card h2 { font-size: 1.6rem; }
.engine-card p, .engine-card li { color: var(--muted); line-height: 1.5; }
.engine-card a { color: var(--text); text-decoration: none; border-bottom: 1px solid var(--blue); }
.tag-list { display: flex; flex-wrap: wrap; gap: .4rem; margin: 1.2rem 0; }
.tag-list span { padding: .3rem .55rem; border-radius: 999px; background: rgba(34,211,238,.1); color: #9ce9f3; font-size: .7rem; }
.challenge-section { padding: 1rem 0 3rem; }
.challenge-section > h2 { font-size: clamp(1.8rem, 4vw, 3rem); }
.challenge-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: .65rem; }
.challenge-grid article { padding: 1rem; border-top: 1px solid rgba(255,255,255,.2); }
.challenge-grid article > span { color: var(--blue); font-family: ui-monospace, monospace; }
.challenge-grid h3 { font-size: .92rem; line-height: 1.35; }
.challenge-grid p { color: var(--muted); font-size: .75rem; }
footer { padding: 1.5rem clamp(1.5rem, 5vw, 5rem); border-top: 1px solid rgba(255,255,255,.1); }
.topbar nav { display: flex; gap: 1rem; margin-left: auto; margin-right: 1.25rem; }
.topbar nav a { color: var(--text); text-decoration: none; font-size: .85rem; }
.map-layout { width: min(1500px, calc(100% - 2rem)); display: grid; grid-template-columns: minmax(290px, 390px) 1fr; gap: 1.2rem; padding: 1.2rem 0; }
.map-controls, .map-stage { background: rgba(13, 34, 52, .88); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; padding: 1.2rem; }
.map-controls h1 { font-size: 2rem; margin: .25rem 0 .75rem; }
.map-notice { color: #b7ff3c; font-size: .86rem; line-height: 1.5; }
.map-controls fieldset { border: 1px solid rgba(255,255,255,.14); border-radius: 12px; margin: 1rem 0; padding: .8rem; }
.map-controls legend, .control-label { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.checkbox-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .45rem; margin-top: .6rem; }
.checkbox-grid label { color: var(--text); font-size: .75rem; }
.map-controls select { width: 100%; margin: .35rem 0 1rem; padding: .7rem; background: #071522; color: var(--text); border: 1px solid rgba(255,255,255,.14); border-radius: 8px; }
.recurrence-panel { border-top: 1px solid rgba(255,255,255,.14); padding-top: 1rem; }
.recurrence-panel h2 { font-size: 1rem; }
.recurrence-panel button { border: 0; border-radius: 8px; padding: .7rem 1rem; background: var(--blue); color: #04101b; font-weight: 700; cursor: pointer; }
.recurrence-panel pre { white-space: pre-wrap; color: #9fdfd8; font-size: .78rem; }
.map-stage { min-width: 0; }
.map-toolbar, .map-boundary { display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .75rem; padding: .4rem 0 .8rem; }
#europe-map { width: 100%; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; }
#europe-gis { width: 100%; height: min(74vh, 780px); min-height: 560px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; overflow: hidden; }
.gis-layout { grid-template-columns: minmax(310px, 400px) 1fr; }
.gis-stage { min-height: 680px; }
.gis-legend { display: grid; gap: .45rem; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); padding: .75rem 0; margin: .5rem 0; }
.gis-legend h2 { margin: 0 0 .25rem; font-size: .9rem; }
.gis-legend span { color: var(--muted); font-size: .78rem; }
.swatch { display: inline-block; width: .8rem; height: .8rem; border-radius: 3px; margin-right: .4rem; vertical-align: -.08rem; }
.swatch.eu { background: #235bff; } .swatch.candidate { background: #8b5cf6; } .swatch.potential { background: #ff4fd8; }
.toggle { display: block; color: var(--text); font-size: .84rem; margin: .2rem 0 1rem; }
.gis-status { color: #9fdfd8; font-size: .78rem; margin: .7rem 0; }
.territory-results { max-height: 150px; overflow: auto; padding: 0; margin: .5rem 0; list-style: none; }
.territory-results button { width: 100%; text-align: left; padding: .35rem .5rem; color: var(--muted); background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.07); cursor: pointer; }
.territory-results button:hover, .territory-results button:focus { color: var(--text); background: rgba(73,165,207,.12); outline: 2px solid var(--blue); }
.maplibregl-ctrl-group { background: #102c42; }
.maplibregl-ctrl-group button { filter: invert(1); }
.map-grid-line { stroke: rgba(157, 188, 210, .12); stroke-width: 1; }
.territory-shape { stroke: #d8f2f0; stroke-width: 2; fill-opacity: .72; cursor: pointer; transition: fill-opacity .2s, stroke-width .2s; }
.territory-shape:hover, .territory-shape:focus { fill-opacity: 1; stroke-width: 5; outline: none; }
.map-detail { display: flex; flex-wrap: wrap; gap: .8rem 1.5rem; min-height: 2rem; padding: 1rem 0; color: var(--muted); }
.map-detail strong { color: var(--text); width: 100%; }
.map-boundary { border-top: 1px solid rgba(255,255,255,.14); }
@media (max-width: 900px) { .map-layout { grid-template-columns: 1fr; } .checkbox-grid { grid-template-columns: 1fr; } .topbar nav { display: none; } }
@media (max-width: 900px) { .challenge-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) { .principles, .workspace-grid, .record-list, .engine-grid, .metric-row, .challenge-grid { grid-template-columns: 1fr; } .version { display: none; } }

/* European strategic GIS control room */
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
body.map-console { height: 100vh; min-height: 620px; overflow: hidden; background: #05060b; color: #f2f6ff; }
.console-header { position: relative; z-index: 20; height: 48px; display: flex; align-items: center; gap: .85rem; padding: 0 1rem; border-bottom: 1px solid #172039; background: rgba(21,22,21,.97); box-shadow: 0 8px 28px rgba(0,0,0,.24); }
.console-header .brand { flex: 0 0 auto; font-size: 1.15rem; }
.scope-chip, .header-period, .commission-link { flex: 0 0 auto; color: #9eabd0; font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; }
.scope-chip { display: flex; align-items: center; gap: .4rem; padding: .35rem .55rem; border: 1px solid #263554; border-radius: 999px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #b7ff3c; box-shadow: 0 0 0 4px rgba(183,255,60,.14); }
.header-period { display: flex; align-items: center; gap: .4rem; }
.header-period select { max-width: 180px; padding: .32rem .45rem; border: 1px solid #263554; border-radius: 5px; background: #0c1120; color: #f2f6ff; font-size: .72rem; }
.signal-ticker { min-width: 0; flex: 1; height: 30px; display: flex; align-items: center; overflow: hidden; border-left: 1px solid #263554; }
.signal-ticker strong { align-self: stretch; display: flex; align-items: center; padding: 0 .7rem; color: #05060b; background: #36d7ff; font-size: .64rem; letter-spacing: .08em; white-space: nowrap; }
.ticker-track { min-width: 0; display: flex; gap: 2rem; padding-left: 1rem; color: #9ca9c8; font-size: .72rem; white-space: nowrap; overflow: hidden; mask-image: linear-gradient(to right, #000 85%, transparent); }
.ticker-track span::before { content: '•'; margin-right: .55rem; color: #36d7ff; }
.commission-link { color: #e9f2ff; text-decoration: none; }
.console-stage { position: relative; width: 100%; height: calc(100vh - 48px); margin: 0; overflow: hidden; }
.console-stage #europe-gis { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; border: 0; border-radius: 0; background: #05060b; }
.console-panel { position: absolute; z-index: 10; top: 14px; bottom: 46px; width: min(330px, calc(100vw - 28px)); border: 1px solid rgba(232,233,227,.14); border-radius: 9px; background: rgba(25,26,24,.94); box-shadow: 0 18px 50px rgba(0,0,0,.35); backdrop-filter: blur(12px); overflow: hidden; }
.layer-panel { left: 14px; transition: transform .2s ease; }
.layer-panel.is-collapsed { transform: translateX(calc(-100% + 44px)); }
.evidence-panel { right: 14px; transform: translateX(calc(100% + 20px)); transition: transform .2s ease; }
.evidence-panel.is-open { transform: translateX(0); }
.panel-heading { min-height: 58px; display: flex; align-items: flex-start; justify-content: space-between; gap: .5rem; padding: .8rem .85rem; border-bottom: 1px solid rgba(232,233,227,.12); }
.panel-heading .eyebrow { margin: 0 0 .25rem; color: #36d7ff; font-size: .61rem; letter-spacing: .11em; }
.panel-heading h1, .panel-heading h2 { margin: 0; color: #f5f8ff; font-size: 1rem; line-height: 1.15; letter-spacing: -.01em; }
.icon-button { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #283755; border-radius: 5px; background: #0c1120; color: #e9f2ff; font-size: 1.1rem; cursor: pointer; }
.icon-button:hover, .icon-button:focus { border-color: #36d7ff; outline: none; }
.panel-content { height: calc(100% - 58px); padding: .85rem; overflow-y: auto; scrollbar-color: #33466d transparent; }
.panel-content .control-label { display: block; margin-bottom: .25rem; color: #8493b5; font-size: .62rem; }
.panel-content select { width: 100%; margin: 0 0 .85rem; padding: .6rem .65rem; border: 1px solid #24324f; border-radius: 6px; background: #090d18; color: #f2f6ff; }
.layer-switches, .dimension-switches { display: grid; gap: .15rem; margin: .15rem 0 .8rem; padding: .6rem 0; border: 0; border-top: 1px solid #1c2944; border-bottom: 1px solid #1c2944; }
.layer-switches legend, .dimension-switches legend { padding: 0 0 .4rem; color: #8493b5; font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; }
.layer-switches label { display: grid; grid-template-columns: 18px 1fr auto; align-items: center; gap: .4rem; padding: .35rem .15rem; color: #dce8ff; font-size: .75rem; }
.dimension-switches { grid-template-columns: 1fr 1fr; column-gap: .55rem; }
.dimension-switches legend, .dimension-switches small { grid-column: 1 / -1; }
.dimension-switches label { display: grid; grid-template-columns: 16px 1fr; align-items: center; gap: .3rem; padding: .26rem .1rem; color: #dce8ff; font-size: .67rem; text-transform: capitalize; }
.dimension-switches small { margin-top: .35rem; color: #7585aa; font-size: .6rem; line-height: 1.4; }
.dimension-switches input { accent-color: #36d7ff; }
.layer-switches label b { color: #36d7ff; font-size: .55rem; letter-spacing: .06em; }
.layer-switches .disabled-layer { opacity: .47; }
.layer-switches input { accent-color: #36d7ff; }
.map-console .gis-legend { gap: .4rem; margin: 0 0 .65rem; padding: .55rem 0; border-top: 0; border-bottom-color: #1c2944; }
.map-console .gis-legend h2 { color: #dce8ff; font-size: .72rem; }
.map-console .gis-legend span { color: #93a3c5; font-size: .7rem; }
.map-console .swatch { width: 9px; height: 9px; border-radius: 50%; }
.method-boundary { color: #93a3c5; font-size: .7rem; line-height: 1.45; }
.method-boundary summary { color: #dce8ff; cursor: pointer; }
.method-boundary p { padding-left: .7rem; border-left: 1px solid #263654; }
.map-readout { position: absolute; z-index: 8; left: 360px; top: 14px; display: flex; flex-wrap: wrap; gap: .45rem 1rem; max-width: calc(100% - 720px); padding: .48rem .7rem; border: 1px solid rgba(232,233,227,.12); border-radius: 6px; background: rgba(25,26,24,.86); color: #a4b2d0; font-size: .68rem; backdrop-filter: blur(8px); }
.map-readout span:first-child { color: #b7ff3c; }
.evidence-detail { display: grid; gap: .65rem; padding: .9rem; color: #9eadd0; font-size: .76rem; line-height: 1.45; }
.evidence-detail strong { color: #f5f8ff; font-size: 1.05rem; }
.map-console .territory-results { max-height: none; margin: 0; padding: 0 .85rem .85rem; }
.map-console .territory-results button { padding: .48rem .35rem; color: #9ca9c8; font-size: .7rem; }
.map-console .territory-results button:hover, .map-console .territory-results button:focus { color: #f5f8ff; background: rgba(225,184,90,.08); outline: 1px solid #36d7ff; }
.console-footer { position: absolute; z-index: 9; right: 0; bottom: 0; left: 0; min-height: 32px; display: flex; justify-content: center; gap: 1.4rem; align-items: center; padding: .45rem 1rem; border-top: 1px solid #172039; background: rgba(21,22,21,.95); color: #898b85; font-size: .62rem; }
.map-console .maplibregl-ctrl-top-right { top: 10px; right: 10px; }
.map-console .maplibregl-ctrl-group { background: #0c1120; border: 1px solid #40423d; box-shadow: none; }
.map-console .maplibregl-ctrl-group button { filter: invert(1); }
.map-console .maplibregl-ctrl-attrib { color: #7180a2; background: rgba(21,22,21,.82); }
.map-console .maplibregl-ctrl-attrib a { color: #afbddb; }
@media (max-width: 980px) {
  .signal-ticker { display: none; }
  .map-readout { left: 360px; right: 60px; max-width: none; }
}
@media (max-width: 700px) {
  body.map-console { overflow: hidden; }
  .scope-chip, .header-period, .commission-link { display: none; }
  .console-header { justify-content: space-between; }
  .layer-panel { width: min(300px, calc(100vw - 28px)); }
  .map-readout { left: 58px; right: 58px; top: 10px; justify-content: center; }
  .map-readout span:last-child { display: none; }
  .console-footer { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .console-footer span:not(:first-child) { display: none; }
}

/* Public product narrative */
.public-home { background: #04050a; color: #f5f8ff; }
.public-nav { position: sticky; top: 0; z-index: 30; height: 68px; display: flex; align-items: center; gap: 2rem; padding: 0 clamp(1.5rem, 5vw, 5rem); border-bottom: 1px solid #18223a; background: rgba(4,5,10,.90); backdrop-filter: blur(16px); }
.public-nav nav { display: flex; gap: 1.5rem; margin-left: auto; }
.public-nav nav a, .text-action { color: #afbddb; text-decoration: none; font-size: .82rem; }
.nav-cta, .primary-action { display: inline-flex; align-items: center; justify-content: center; padding: .75rem 1rem; border: 1px solid #36d7ff; border-radius: 4px; background: #36d7ff; color: #03050a; font-size: .76rem; font-weight: 750; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; }
.public-main { width: min(1240px, calc(100% - 3rem)); }
.public-hero { min-height: 760px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 4rem; padding: 5rem 0; }
.public-hero h1 { max-width: 760px; margin: .8rem 0 1.6rem; font-size: clamp(3.5rem, 7vw, 7rem); line-height: .89; }
.public-hero h1 em { color: #36d7ff; font-family: Georgia, serif; font-weight: 400; }
.public-hero .lead { max-width: 700px; color: #a2b0d0; }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; margin-top: 2rem; }
.hero-orbit { position: relative; width: min(44vw, 500px); aspect-ratio: 1; justify-self: center; border: 1px solid #1d2945; border-radius: 50%; background: radial-gradient(circle, rgba(54,215,255,.14), transparent 52%); }
.hero-orbit::before, .hero-orbit::after { content: ''; position: absolute; inset: 16%; border: 1px solid #233251; border-radius: 50%; }
.hero-orbit::after { inset: 32%; }
.orbit-core { position: absolute; inset: 39%; z-index: 2; display: grid; place-content: center; text-align: center; border-radius: 50%; background: #36d7ff; color: #03050a; box-shadow: 0 0 60px rgba(54,215,255,.20); }
.orbit-core strong { font-size: .95rem; }.orbit-core span { font-size: .55rem; }
.orbit-node { position: absolute; padding: .45rem .65rem; border: 1px solid #304268; border-radius: 999px; background: #090d18; color: #dce8ff; font-size: .68rem; }
.orbit-node.n1 { top: 7%; left: 42%; }.orbit-node.n2 { top: 28%; right: -3%; }.orbit-node.n3 { bottom: 15%; right: 6%; }.orbit-node.n4 { bottom: 5%; left: 28%; }.orbit-node.n5 { top: 47%; left: -4%; }.orbit-node.n6 { top: 17%; left: 4%; }
.public-statement { max-width: 980px; padding: 8rem 0; border-top: 1px solid #1b2742; }
.public-statement p { color: #8493b5; }.public-statement h2 { margin: .6rem 0 0; font-size: clamp(2.4rem, 5vw, 5rem); line-height: 1; letter-spacing: -.05em; }
.public-section { padding: 7rem 0; border-top: 1px solid #1b2742; }
.section-intro { max-width: 780px; margin-bottom: 3.5rem; }.section-intro h2, .algorithm-section h2, .testing-section h2, .public-cta h2 { margin: .6rem 0 1rem; font-size: clamp(2.2rem, 4.5vw, 4.5rem); line-height: 1; letter-spacing: -.05em; }.section-intro > p:last-child, .algorithm-section p, .testing-section p, .public-cta p { color: #9eadd0; line-height: 1.65; }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #1c2945; }.method-grid article { min-height: 260px; padding: 1.5rem; background: #070a12; }.method-grid article > span, .lens-list article > span { color: #36d7ff; font: .7rem ui-monospace, monospace; }.method-grid h3 { margin-top: 4.5rem; font-size: 1.15rem; }.method-grid p { color: #8e9dbe; font-size: .82rem; line-height: 1.55; }
.public-dimension-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; }.public-dimension-grid span { padding: 1.1rem; border-left: 2px solid #36d7ff; background: #090d18; color: #e1ebff; font-size: .86rem; }
.algorithm-section { display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: 5rem; }.algorithm-mark { width: min(100%, 390px); aspect-ratio: 1; display: grid; place-content: center; position: relative; border: 1px solid #283858; border-radius: 50%; color: #36d7ff; text-align: center; }.algorithm-mark::before, .algorithm-mark::after { content: ''; position: absolute; inset: 13%; border: 1px dashed #30446d; border-radius: 50%; }.algorithm-mark::after { inset: 29%; }.algorithm-mark span, .algorithm-mark b { position: relative; z-index: 2; display: block; font-size: 4rem; line-height: .75; }.algorithm-mark b { font-size: 2rem; color: #f4f7ff; }
.lens-list { display: grid; gap: 0; }.lens-list article { display: grid; grid-template-columns: 55px 1fr; align-items: center; padding: 1.25rem 0; border-top: 1px solid #1b2946; }.lens-list article:last-child { border-bottom: 1px solid #1b2946; }.lens-list h3 { margin: 0; font-size: clamp(1rem, 2vw, 1.45rem); font-weight: 500; }
.lens-list .active-lens { grid-template-columns: 72px 1fr; margin-bottom: .8rem; padding: 1.6rem 1.4rem; border: 1px solid rgba(54,215,255,.42); border-left: 3px solid #36d7ff; background: linear-gradient(110deg, rgba(35,91,255,.22), rgba(139,92,246,.13) 58%, rgba(255,79,216,.08)); box-shadow: 0 0 42px rgba(35,91,255,.10); }
.lens-list .active-lens > span { color: #b7ff3c; font-size: .74rem; font-weight: 800; }.lens-copy .lens-status { margin: 0 0 .45rem; color: #b7ff3c; font: 700 .66rem ui-monospace, monospace; letter-spacing: .08em; text-transform: uppercase; }.lens-copy h3 { color: #f5f8ff; font-size: clamp(1.35rem, 2.5vw, 2.2rem); }.lens-copy > p:last-child { max-width: 920px; margin: .7rem 0 0; color: #afbddb; font-size: .78rem; line-height: 1.55; }
.lens-list .future-lens { grid-template-columns: 55px 1fr auto; gap: 1rem; opacity: .72; }.lens-list .future-lens > span { color: #8b5cf6; }.lens-list .future-lens h3 { color: #bac6df; }.lens-list .future-lens::after { content: 'EXPANSION LENS'; justify-self: end; color: #7484a9; font: .58rem ui-monospace, monospace; letter-spacing: .06em; }
.testing-section { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }.testing-section > div { padding-right: 2rem; }
.public-cta { padding-bottom: 9rem; text-align: center; }.public-cta p { max-width: 720px; margin: 0 auto 2rem; }.public-footer { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 2rem clamp(1.5rem, 5vw, 5rem); background: #020307; }

/* Search, dimension graph and contextual bulletin */
.briefing-panel { width: min(410px, calc(100vw - 28px)); }
.briefing-content { height: calc(100% - 58px); overflow-y: auto; scrollbar-color: #33466d transparent; }
.territory-search { padding: .85rem; border-bottom: 1px solid #1c2944; }.territory-search label { display: block; margin-bottom: .4rem; color: #36d7ff; font-size: .62rem; text-transform: uppercase; letter-spacing: .09em; }.territory-search > div { display: grid; grid-template-columns: 1fr auto; }.territory-search input { min-width: 0; padding: .7rem; border: 1px solid #30446d; border-right: 0; border-radius: 5px 0 0 5px; background: #070a12; color: #f4f7ff; }.territory-search button { padding: 0 .9rem; border: 1px solid #36d7ff; border-radius: 0 5px 5px 0; background: #36d7ff; color: #070a12; font-weight: 750; cursor: pointer; }.territory-search small { display: block; margin-top: .45rem; color: #81847c; font-size: .61rem; line-height: 1.4; }
.briefing-summary, .dimension-graph-section, .priority-list-section, .related-section, .briefing-method { margin: 0 .85rem; padding: .85rem 0; border-bottom: 1px solid #1c2944; }.briefing-title, .subsection-heading { display: flex; align-items: center; justify-content: space-between; gap: .8rem; }.briefing-title span { color: #f5f8ff; font-size: 1rem; font-weight: 700; }.briefing-title b { padding: .28rem .4rem; border-radius: 3px; font-size: .58rem; text-transform: uppercase; letter-spacing: .05em; }.briefing-title b.elevated { background: #7d1f70; color: #ffd8f8; }.briefing-title b.moderate { background: #51329a; color: #e7dcff; }.briefing-title b.lower { background: #155d74; color: #c8f8ff; }.briefing-title b.missing { background: #353732; color: #b8bbb3; }.briefing-summary p { margin: .65rem 0 0; color: #b8bbb4; font-size: .74rem; line-height: 1.55; }.subsection-heading h3, .related-section h3 { margin: 0; color: #e1e2dc; font-size: .72rem; }.subsection-heading span { color: #777a73; font-size: .58rem; text-transform: uppercase; }
#dimension-graph { display: block; width: 100%; max-height: 310px; margin: .3rem auto; overflow: visible; }.graph-edge { stroke: #444740; stroke-width: .8; }.graph-edge.related-edge { stroke: #36d7ff; stroke-width: 1.5; stroke-dasharray: 3 3; }.graph-core { fill: #36d7ff; }.graph-core-label { fill: #03050a; font-size: 11px; font-weight: 800; text-anchor: middle; }.graph-core-sub { fill: #06384a; font-size: 6px; text-anchor: middle; }.graph-node { stroke-width: 2; }.graph-node.available.lower { fill: #3b9671; stroke: #86d6b5; }.graph-node.available.moderate { fill: #7450d6; stroke: #cdbdff; }.graph-node.available.elevated { fill: #c62ca8; stroke: #ff9bea; }.graph-node.missing { fill: #282a26; stroke: #5a5d55; stroke-dasharray: 2 2; }.graph-node.context_only { fill: #315776; stroke: #78a9cf; }.related-ring { fill: none; stroke: #36d7ff; stroke-width: 1; }.graph-node-label { fill: #aeb1a9; font-size: 6.4px; text-anchor: middle; }.graph-key { display: flex; justify-content: center; gap: .8rem; color: #80837c; font-size: .57rem; }.graph-key i { display: inline-block; width: 7px; height: 7px; margin-right: .25rem; border-radius: 50%; }.graph-key i.available { background: #7450d6; }.graph-key i.missing { border: 1px dashed #666961; }.graph-key i.related { border: 1px solid #36d7ff; }
.priority-list { display: grid; gap: .75rem; margin-top: .75rem; }.priority-row > div:first-child { display: flex; justify-content: space-between; gap: .5rem; color: #c9cbc4; font-size: .66rem; }.priority-row b { font-size: .6rem; text-transform: uppercase; }.priority-track { height: 4px; margin: .3rem 0; overflow: hidden; border-radius: 2px; background: #1b2946; }.priority-track i { display: block; height: 100%; }.priority-track i.elevated { background: #ff4fd8; }.priority-track i.moderate { background: #8b5cf6; }.priority-track i.lower { background: #36d7ff; }.priority-row small, .missing-comparison { color: #747770; font-size: .57rem; }.related-dimensions { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: .55rem; }.related-dimensions button { padding: .34rem .48rem; border: 1px solid #55574f; border-radius: 999px; background: transparent; color: #d0d2ca; font-size: .58rem; cursor: pointer; }.related-dimensions button:hover { border-color: #36d7ff; }.related-dimensions span { color: #7f827a; font-size: .63rem; }.briefing-method { color: #93a3c5; font-size: .63rem; }.briefing-method summary { color: #d5d7cf; cursor: pointer; }.briefing-method ul { padding-left: 1rem; line-height: 1.45; }.compact-detail { margin: 0 .85rem; padding: .85rem 0; border-bottom: 1px solid #1c2944; }

@media (max-width: 900px) { .public-hero, .algorithm-section, .testing-section { grid-template-columns: 1fr; }.hero-orbit { width: min(80vw, 480px); }.method-grid { grid-template-columns: 1fr 1fr; }.public-dimension-grid { grid-template-columns: 1fr 1fr; }.public-nav nav { display: none; } }
@media (max-width: 620px) { .public-main { width: min(100% - 2rem, 1240px); }.public-hero { min-height: auto; }.hero-orbit { display: none; }.method-grid, .public-dimension-grid { grid-template-columns: 1fr; }.hero-actions { align-items: flex-start; flex-direction: column; }.public-footer { align-items: flex-start; flex-direction: column; }.lens-list .active-lens { grid-template-columns: 42px 1fr; padding: 1.2rem .9rem; }.lens-list .future-lens { grid-template-columns: 38px 1fr; gap: .5rem; }.lens-list .future-lens::after { display: none; } }

/* Decomposable multi-territory comparisons */
.dimension-actions { grid-column: 1 / -1; display: flex; justify-content: flex-end; gap: .35rem; margin: -.2rem 0 .25rem; }
.dimension-actions button { padding: .25rem .45rem; border: 1px solid #4a4c46; border-radius: 3px; background: transparent; color: #bfc1ba; font-size: .56rem; cursor: pointer; }
.dimension-actions button:hover { border-color: #36d7ff; color: #f5f8ff; }
.territory-comparison { margin: 0 .85rem; padding: .85rem 0; border-bottom: 1px solid #1c2944; }
.territory-comparison > label { display: block; margin-bottom: .4rem; color: #36d7ff; font-size: .62rem; text-transform: uppercase; letter-spacing: .09em; }
.territory-comparison textarea { width: 100%; resize: vertical; padding: .58rem; border: 1px solid #30446d; border-radius: 5px; background: #070a12; color: #f4f7ff; font: .7rem Inter, sans-serif; }
.comparison-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .35rem; margin-top: .4rem; }
.comparison-actions button { padding: .48rem; border: 1px solid #55574f; border-radius: 4px; background: #0e1424; color: #e1ebff; font-size: .59rem; font-weight: 700; cursor: pointer; }
.comparison-actions button:first-child { border-color: #36d7ff; background: #36d7ff; color: #161713; }
.territory-comparison small { display: block; margin-top: .4rem; color: #81847c; font-size: .59rem; line-height: 1.35; }
.comparison-section { margin: 0 .85rem; padding: .85rem 0; border-bottom: 1px solid #1c2944; }
.comparison-section > p { margin: .55rem 0 0; color: #747770; font-size: .56rem; line-height: 1.4; }
.comparison-chart { max-height: 330px; margin-top: .65rem; overflow: auto; scrollbar-color: #33466d transparent; }
.comparison-placeholder { margin: 0; padding: .55rem 0; color: #7484a9; font-size: .6rem; line-height: 1.45; }
.comparison-dimension-title { margin-bottom: .45rem; color: #e9f2ff; font-size: .65rem; }
.comparison-bar-row { display: grid; grid-template-columns: 27px 1fr 72px; align-items: center; gap: .35rem; margin: .28rem 0; }
.comparison-bar-row > span { color: #c7c9c2; font: 600 .58rem ui-monospace, monospace; }
.comparison-bar-row > b { color: #8493b5; font-size: .51rem; font-weight: 500; text-transform: uppercase; }
.comparison-bar-track { height: 7px; overflow: hidden; border-radius: 2px; background: #1b2946; }
.comparison-bar-track i { display: block; height: 100%; }
.comparison-bar-track.elevated i { background: #ff4fd8; }.comparison-bar-track.moderate i { background: #8b5cf6; }.comparison-bar-track.lower i { background: #36d7ff; }
.comparison-bar-track.missing, .comparison-bar-track.context_only { border: 1px dashed #555850; background: transparent; }
.comparison-matrix { --dimension-count: 1; min-width: max-content; display: grid; grid-template-columns: 58px repeat(var(--dimension-count), minmax(44px, 64px)); gap: 2px; }
.matrix-corner, .matrix-column-label, .matrix-country, .matrix-cell { min-height: 28px; display: flex; align-items: center; justify-content: center; padding: .25rem; border-radius: 2px; }
.matrix-corner, .matrix-column-label { position: sticky; top: 0; z-index: 2; background: #262722; color: #aeb0a9; font-size: .5rem; line-height: 1.1; text-align: center; }
.matrix-country { position: sticky; left: 0; z-index: 1; justify-content: flex-start; background: #20211e; color: #d4d6cf; font: 600 .58rem ui-monospace, monospace; }
.matrix-cell { color: #070a12; font: 700 .58rem ui-monospace, monospace; }
.matrix-cell.elevated { background: #ff4fd8; }.matrix-cell.moderate { background: #8b5cf6; }.matrix-cell.lower { background: #36d7ff; }
.matrix-cell.missing { border: 1px dashed #4e514a; background: #101728; color: #6f726b; }.matrix-cell.context_only { border: 1px solid #315fa7; background: #112c55; color: #8fd6ff; }

/* Unified cold-spectrum identity */
:root {
  --ink: #03050a;
  --surface-cold: #080c16;
  --surface-raised: #0d1426;
  --cyan: #36d7ff;
  --electric-blue: #235bff;
  --purple: #8b5cf6;
  --pink: #ff4fd8;
  --acid: #b7ff3c;
  --blue: var(--cyan);
  --navy: var(--ink);
  --surface: var(--surface-raised);
  --muted: #9eadd0;
}
body { background: radial-gradient(circle at 72% 8%, rgba(35,91,255,.28) 0, #080c18 34%, #03050a 76%); }
.public-home { background: radial-gradient(circle at 78% 8%, rgba(139,92,246,.20), transparent 34%), radial-gradient(circle at 18% 26%, rgba(54,215,255,.12), transparent 28%), #03050a; }
.public-nav { background: rgba(3,5,10,.88); border-bottom-color: rgba(125,220,255,.18); }
.nav-cta, .primary-action { border-color: var(--cyan); background: linear-gradient(120deg, var(--cyan), #75a7ff); color: var(--ink); box-shadow: 0 0 28px rgba(54,215,255,.16); }
.public-hero h1 em, .eyebrow, .brand span { color: var(--cyan); }
.hero-orbit { border-color: rgba(54,215,255,.32); background: radial-gradient(circle, rgba(139,92,246,.25), transparent 54%); box-shadow: 0 0 90px rgba(35,91,255,.12); }
.hero-orbit::before { border-color: rgba(255,79,216,.32); }
.hero-orbit::after { border-color: rgba(183,255,60,.24); }
.orbit-core { background: linear-gradient(135deg, var(--cyan), var(--purple)); color: var(--ink); box-shadow: 0 0 60px rgba(54,215,255,.25); }
.orbit-node { border-color: rgba(125,220,255,.32); background: rgba(8,12,22,.92); }
.orbit-node:nth-of-type(3n+1) { color: #8fe8ff; }
.orbit-node:nth-of-type(3n+2) { color: #d0b7ff; }
.orbit-node:nth-of-type(3n) { color: #ff9bea; }
.public-dimension-grid span { border-left-color: var(--cyan); background: linear-gradient(110deg, rgba(35,91,255,.15), rgba(139,92,246,.08)); }
.public-dimension-grid span:nth-child(3n+2) { border-left-color: var(--purple); }
.public-dimension-grid span:nth-child(3n) { border-left-color: var(--pink); }
.progress-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; }
.progress-grid article { min-height: 250px; padding: 1.4rem; border: 1px solid rgba(125,220,255,.16); background: linear-gradient(145deg, rgba(35,91,255,.12), rgba(139,92,246,.06)); }
.progress-grid article:first-child { border-top: 2px solid var(--cyan); }
.progress-grid article:nth-child(2) { border-top: 2px solid var(--purple); }
.progress-grid article:nth-child(3) { border-top: 2px solid var(--pink); }
.progress-grid article:nth-child(4) { border-top: 2px solid var(--acid); }
.progress-grid span { color: var(--cyan); font: .7rem ui-monospace, monospace; }
.progress-grid h3 { margin-top: 3.2rem; font-size: 1.08rem; }
.progress-grid p, .research-note { color: #9eadd0; font-size: .82rem; line-height: 1.6; }
.research-note { margin-top: 1.2rem; padding: 1.1rem 1.3rem; border-left: 2px solid var(--acid); background: rgba(183,255,60,.05); }
.research-note strong { color: var(--acid); }
body.map-console, .console-stage #europe-gis { background: #03050a; }
.console-header, .console-footer { background: rgba(3,5,10,.96); border-color: rgba(125,220,255,.16); }
.console-panel { background: rgba(6,9,18,.94); border-color: rgba(125,220,255,.18); box-shadow: 0 18px 60px rgba(0,0,0,.58), 0 0 34px rgba(35,91,255,.08); }
.signal-ticker strong { background: linear-gradient(120deg, var(--cyan), #75a7ff); color: var(--ink); }
.ticker-track span::before, .panel-heading .eyebrow, .territory-search label, .territory-comparison > label { color: var(--cyan); }
.map-home-link { flex: 0 0 auto; color: #dbe8ff; text-decoration: none; font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; }
.dimension-switches input, .layer-switches input { accent-color: var(--cyan); }
.layer-help { display: block; margin: 0 0 .55rem; color: #7f90b6; font-size: .6rem; line-height: 1.4; }
.legend-group { display: grid; gap: .4rem; }
.legend-group + .legend-group { margin-top: .7rem; padding-top: .7rem; border-top: 1px solid rgba(125,220,255,.14); }
.legend-group h2, .legend-group h3 { margin: 0; color: #e9f2ff; font-size: .7rem; letter-spacing: .02em; }
.legend-group p { margin: -.12rem 0 .15rem; color: #7484a9; font-size: .57rem; line-height: 1.35; }
.legend-rows { display: grid; gap: .4rem; }
.swatch.eu { background: #253247; border: 1px solid #72829c; }
.swatch.candidate { background: #0f5a5e; border: 1px solid #55d9d2; }
.swatch.potential { background: #58667a; border: 1px solid #c0cee0; }
.analysis-swatch { border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.layer-rationale { grid-column: 1 / -1; margin-top: .4rem; padding-top: .55rem; border-top: 1px solid rgba(125,220,255,.12); color: #8e9fc2; font-size: .59rem; line-height: 1.45; }
.layer-rationale summary { color: #b7ff3c; cursor: pointer; font-weight: 700; }
.layer-rationale p { margin: .5rem 0 0; }
.layer-rationale strong { color: #dce8ff; }
.briefing-title b.elevated { background: #7d1f70; color: #ffd8f8; }
.briefing-title b.moderate { background: #51329a; color: #e7dcff; }
.briefing-title b.lower { background: #155d74; color: #c8f8ff; }
.graph-core { fill: var(--cyan); }
.graph-edge.related-edge, .related-ring { stroke: var(--pink); }
.graph-node.available.lower { fill: #168db5; stroke: #7ddcff; }
.graph-node.available.moderate { fill: #6743c5; stroke: #bfa8ff; }
.graph-node.available.elevated { fill: #c62ca8; stroke: #ff9bea; }
.graph-key i.available { background: var(--purple); }
.graph-key i.related { border-color: var(--pink); }
.priority-track i.lower, .comparison-bar-track.lower i, .matrix-cell.lower { background: var(--cyan); }
.priority-track i.moderate, .comparison-bar-track.moderate i, .matrix-cell.moderate { background: var(--purple); }
.priority-track i.elevated, .comparison-bar-track.elevated i, .matrix-cell.elevated { background: var(--pink); }
@media (max-width: 900px) { .progress-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .progress-grid { grid-template-columns: 1fr; } }
