@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Source+Sans+3:wght@400;500;600;700&display=swap";:root{--bg: #f5f3ef;--surface: #ffffff;--surface-soft: #fbf9f6;--surface-tint: #f3f7fc;--line: rgba(22, 28, 45, .1);--line-strong: rgba(22, 28, 45, .18);--ink: #303030;--muted: #6a6d73;--brand: #e20e17;--brand-dark: #bb0b12;--green: #2f855a;--yellow: #c78b14;--red: #d32f2f;--blue: #4f8fcf;--violet: #8b5cf6;--shadow-panel: 0 18px 45px rgba(33, 38, 48, .07);--shadow-card: 0 8px 22px rgba(33, 38, 48, .05);--radius-xl: 34px;--radius-lg: 24px;--radius-md: 18px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:linear-gradient(180deg,#f5f3efeb,#f5f3ef),radial-gradient(circle at top right,rgba(79,143,207,.1),transparent 25%)}body{margin:0;min-height:100vh;font-family:"Source Sans 3",Trebuchet MS,sans-serif;color:var(--ink);background:transparent}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select{font:inherit;outline:none}.page-shell{width:min(1480px,calc(100vw - 32px));margin:0 auto;padding:14px 0 56px}.dashboard{display:grid;gap:28px;margin-top:18px}.site-header,.panel,.metric-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-panel)}.site-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:16px 26px;border-radius:999px}.site-header__brand{display:flex;align-items:center;gap:16px}.site-header__logo{width:120px}.site-header__divider{width:1px;height:42px;background:var(--line)}.site-header__kicker,.site-header__subtitle{margin:0}.site-header__kicker{font-family:Barlow Condensed,Arial Narrow,sans-serif;font-size:1.15rem;letter-spacing:.04em;text-transform:uppercase}.site-header__subtitle{color:var(--muted);font-size:.96rem}.site-header__nav{display:flex;justify-content:center;flex-wrap:wrap;gap:22px;color:var(--muted)}.site-header__nav a{position:relative;padding-bottom:4px}.site-header__nav a:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:var(--brand);transform:scaleX(0);transform-origin:left;transition:transform .16s ease}.site-header__nav a:hover:after{transform:scaleX(1)}.hero{border-radius:var(--radius-xl)}.hero--landing{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:32px;padding:52px 54px;background:linear-gradient(180deg,#fffffffa,#f7f5f1f5),var(--surface)}.hero__content{display:grid;align-content:center;gap:18px}.eyebrow,.panel__label,.meta-label,.aside-card__label{margin:0;color:var(--brand);text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;font-weight:700}h1,h2,h3{margin:0;font-family:Barlow Condensed,Arial Narrow,sans-serif;font-weight:700;letter-spacing:.01em;text-transform:uppercase}h1{max-width:620px;font-size:clamp(3.1rem,6vw,5.4rem);line-height:.9}h1 span{color:var(--brand)}h2{font-size:clamp(2rem,3vw,3rem);line-height:.95}h3{font-size:1.35rem}.hero__copy,.panel__hint,.status-message,.aside-card__copy{margin:0;color:var(--muted);line-height:1.5;font-size:1.03rem}.status-message--error{color:var(--brand-dark);font-weight:700}.hero__actions,.panel__controls{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-start}.button{min-height:46px;padding:11px 20px;border-radius:999px;border:1px solid transparent;background:var(--brand);color:#fff;font-weight:700;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease}.button:hover{transform:translateY(-1px);background:var(--brand-dark)}.button--ghost,.button--outline{background:transparent;color:var(--brand);border-color:#e20e1759}.button--ghost:hover,.button--outline:hover{background:#e20e1714}.hero__status-row,.metric-grid,.intro-meta,.green-phase-summary,.comparison-grid{display:grid;gap:16px}.hero__status-row{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-stat,.intro-meta>div,.metric-card,.green-phase-stat,.comparison-panel{padding:18px 20px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-card)}.hero-stat strong,.intro-meta strong,.metric-card strong{display:block;margin-top:8px;font-size:1.35rem;letter-spacing:-.03em}.hero__art{display:grid;place-items:center;min-height:420px}.hero-illustration{position:relative;width:min(100%,480px);aspect-ratio:1 / .8}.hero-illustration__card{position:absolute;width:62%;height:42%;border-radius:22px}.hero-illustration__card--back{top:7%;right:18%;background:#ece7df;transform:rotate(-8deg)}.hero-illustration__card--front{top:13%;right:12%;padding:22px 24px;border:2px solid rgba(48,48,48,.16);background:#fff;box-shadow:0 18px 36px #22222214;transform:rotate(-2deg)}.hero-illustration__line{display:block;height:10px;margin-bottom:18px;border-radius:999px;background:#e20e172e}.hero-illustration__line--short{width:62%;background:#4f8fcf38}.hero-figure{position:absolute;bottom:0;width:120px;height:190px}.hero-figure__head{position:absolute;top:10px;left:46px;width:28px;height:28px;border-radius:50%;background:#2f3442}.hero-figure__body{position:absolute;top:38px;left:20px;width:82px;height:126px;border-radius:28px 28px 18px 18px}.hero-figure--left{left:8%;transform:rotate(10deg)}.hero-figure--left .hero-figure__body{background:linear-gradient(180deg,#00b7c3 0,#00b7c3 42%,#f42535 42%,#f42535)}.hero-figure--right{right:6%;transform:rotate(-12deg)}.hero-figure--right .hero-figure__body{background:linear-gradient(180deg,#3576cf 0,#3576cf 44%,#f07d18 44%,#f07d18)}.panel{padding:32px;border-radius:var(--radius-xl)}.panel--current{background:linear-gradient(180deg,#fffffffa,#faf7f2f5)}.panel__header{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:18px}.panel__header--controls{align-items:flex-start}.panel__header--story .panel__hint{max-width:460px}.panel__header-side{display:flex;align-items:center;gap:12px}.current-layout,.story-grid{display:grid;gap:22px}.current-layout{grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr)}.current-layout__main{display:grid;gap:18px}.current-layout__aside{padding:26px;border-radius:var(--radius-lg);background:var(--surface-tint);border:1px solid rgba(79,143,207,.18)}.aside-card__copy+.aside-card__copy{margin-top:14px}.intro-meta{grid-template-columns:repeat(4,minmax(0,1fr))}.intro-meta--compact>div{padding:16px 18px}.status-rail{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.status-rail__item{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md)}.status-rail__item strong{display:block;font-size:1rem}.status-rail__item p{margin:4px 0 0;color:var(--muted);font-size:.94rem}.status-rail__dot{flex:0 0 auto;width:12px;height:12px;margin-top:5px;border-radius:50%;background:currentColor}.status-rail__item--possible{color:var(--green)}.status-rail__item--waiting_list{color:var(--yellow)}.status-rail__item--not_possible{color:var(--red)}.metric-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.metric-card{position:relative;overflow:hidden}.metric-card:before{content:"";position:absolute;inset:0 auto 0 0;width:6px;background:#30303014}.metric-card--green:before{background:var(--green)}.metric-card--priority:before{background:#177245}.metric-card--yellow:before{background:var(--yellow)}.metric-card--red:before{background:var(--red)}.metric-card__label{color:var(--muted)}.story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.story-grid--asym{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.panel--split{height:100%}.control-pill{display:inline-flex;align-items:center;gap:10px;min-height:46px;padding:10px 14px;background:var(--surface-soft);border:1px solid var(--line-strong);border-radius:var(--radius-md);color:var(--muted);font-weight:700}.control-pill--wide{min-width:min(320px,100%)}.control-pill select,.control-pill input{min-width:110px;border:none;background:transparent;color:var(--ink);font-weight:700}.chart{width:100%;height:430px}.chart--lg{height:470px}.chart--xl{height:760px}.chart--comparison{height:560px}.timeline-summary,.phase-legend{display:flex;flex-wrap:wrap;gap:10px 14px}.timeline-summary{margin:0 0 16px}.timeline-summary span,.phase-legend__item{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:var(--surface-soft);border:1px solid var(--line);color:var(--muted)}.event-ticker{max-height:620px;overflow-y:auto;padding-right:8px;display:grid;gap:12px}.event-item{display:grid;grid-template-columns:minmax(210px,240px) minmax(0,1fr);gap:16px;align-items:center;padding:16px 18px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-soft)}.event-item--green{border-color:#2f855a38;background:#2f855a14}.event-item--yellow{border-color:#c78b143d;background:#c78b1414}.event-item--red{border-color:#d32f2f33;background:#d32f2f14}.event-item__time strong{font-size:1rem;letter-spacing:-.01em}.event-item__summary{margin:0;line-height:1.4}.event-ticker__status{margin:0;padding:8px 0 4px;text-align:center;color:var(--muted)}.green-phase-panel{display:grid;gap:16px}.green-phase-overview{display:grid;gap:14px;grid-template-columns:1fr}.green-phase-rank-card{padding:22px 24px;border-radius:var(--radius-lg);border:1px solid rgba(47,133,90,.2);background:linear-gradient(135deg,#2f855a1f,#fffffffa)}.green-phase-rank-card__eyebrow{margin:0;color:var(--muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700}.green-phase-rank-card__value{margin:8px 0 0;font-family:Barlow Condensed,Arial Narrow,sans-serif;font-size:clamp(2.4rem,5vw,4.3rem);line-height:.92;color:var(--green)}.green-phase-rank-card__value span{color:var(--ink)}.green-phase-rank-card__copy{margin:10px 0 0;font-weight:600}.green-phase-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.green-phase-stat__label,.green-phase-list__header span,.green-phase-entry__period,.green-phase-entry__meta,.phase-legend__label{color:var(--muted)}.green-phase-stat strong{display:block;margin-top:8px;font-size:1.14rem}.green-phase-list{padding:18px 20px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-soft)}.green-phase-list__header{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:8px}.green-phase-entry,.green-phase-gap{display:grid;grid-template-columns:58px minmax(0,1fr);gap:12px;align-items:center;padding:12px 0;border-top:1px solid var(--line)}.green-phase-entry:first-of-type,.green-phase-gap:first-of-type{border-top:none}.green-phase-entry--current{margin-top:4px;padding:14px;border:1px solid rgba(226,14,23,.14);border-radius:var(--radius-md);background:#e20e170a}.green-phase-entry__rank{display:flex;justify-content:center}.green-phase-entry__rank-number{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;border-radius:999px;background:#2f855a1f;color:var(--green);font-weight:800}.green-phase-entry__body{display:grid;grid-template-columns:minmax(140px,180px) minmax(220px,1fr);gap:10px 18px;align-items:center}.green-phase-entry__headline{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.green-phase-entry__tag,.green-phase-site-pill{display:inline-flex;align-items:center;border-radius:999px;font-weight:700}.green-phase-entry__tag{min-height:24px;padding:3px 8px;background:#e20e171f;color:var(--brand-dark);font-size:.88rem}.green-phase-entry__period,.green-phase-entry__meta{margin:0}.green-phase-entry__sites{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:8px}.green-phase-site-pill{min-height:28px;padding:4px 10px;background:#3030300f;font-size:.92rem}.green-phase-gap{color:var(--muted)}.green-phase-gap__body{display:flex;align-items:center;gap:10px}.green-phase-gap__line{flex:1 1 auto;height:1px;background:var(--line-strong)}.phase-legend{margin-top:12px}.phase-legend--secondary{margin-top:8px}.phase-legend__swatch{width:14px;height:14px;border-radius:4px;border:1px solid rgba(48,48,48,.08)}.comparison-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.comparison-panel{padding:14px 14px 8px;background:var(--surface-soft)}.comparison-panel__title{margin:2px 4px 10px;font-size:1rem;color:var(--ink)}.info-tooltip{position:relative;flex:0 0 auto}.info-tooltip__trigger{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;border:1px solid var(--line-strong);background:#fff;color:var(--ink);font-weight:800;cursor:help}.info-tooltip__trigger--label{width:auto;min-width:34px;padding:0 14px}.info-tooltip__content{position:absolute;top:calc(100% + 8px);right:0;width:min(360px,74vw);padding:14px 16px;border-radius:16px;border:1px solid var(--line-strong);background:#fff;box-shadow:var(--shadow-card);color:var(--ink);line-height:1.45;white-space:pre-line;opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .14s ease,transform .14s ease;z-index:10}.info-tooltip__content--legend{width:min(460px,82vw)}.info-tooltip__content--legend .phase-legend{margin-top:0}.info-tooltip:hover .info-tooltip__content,.info-tooltip:focus-within .info-tooltip__content{opacity:1;pointer-events:auto;transform:translateY(0)}@media(max-width:1260px){.site-header{grid-template-columns:1fr;justify-items:start;border-radius:28px}.site-header__nav{justify-content:flex-start}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.comparison-grid,.hero--landing{grid-template-columns:1fr}.current-layout,.story-grid,.story-grid--asym,.green-phase-summary,.intro-meta,.hero__status-row{grid-template-columns:1fr 1fr}}@media(max-width:900px){.page-shell{width:min(100vw - 20px,1480px)}.panel,.hero--landing{padding:24px}.hero__art{min-height:300px}.panel__header,.panel__header--controls,.panel__header-side,.hero__actions,.panel__controls{flex-direction:column;align-items:stretch}.metric-grid,.intro-meta,.hero__status-row,.green-phase-summary,.current-layout,.story-grid,.story-grid--asym,.event-item,.green-phase-entry__body{grid-template-columns:1fr}.chart--xl{height:560px}}@media(max-width:640px){h1{font-size:2.8rem}h2{font-size:2rem}.site-header{padding:18px}.site-header__brand{flex-wrap:wrap}.site-header__divider{display:none}.control-pill,.button{width:100%;justify-content:space-between}.metric-grid{grid-template-columns:1fr}.chart,.chart--lg,.chart--xl,.chart--comparison{height:380px}.hero-figure{width:90px;height:150px}.hero-figure__head{left:34px}.hero-figure__body{left:12px;width:64px;height:104px}}
