:root {
  --ink: #182b2a;
  --muted: #6d7c79;
  --line: #dce5e1;
  --paper: #f5f8f5;
  --card: #ffffff;
  --forest: #174944;
  --forest-deep: #103a36;
  --mint: #d9eee4;
  --mint-strong: #b8e1cf;
  --coral: #ef765f;
  --coral-pale: #fff0ec;
  --amber: #dc9d39;
  --amber-pale: #fff5df;
  --blue: #558ca0;
  --blue-pale: #eaf5f7;
  --slate-pale: #eef2f0;
  --shadow: 0 12px 35px rgba(23, 73, 68, 0.08);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
button, select { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { height: 78px; padding: 0 max(5vw, 24px); display: flex; align-items: center; justify-content: space-between; background: rgba(245, 248, 245, .92); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; gap: 12px; align-items: center; color: var(--ink); text-decoration: none; }
.brand-mark, .brand-footer { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: #f5fbf6; background: var(--forest); font-size: 11px; letter-spacing: .08em; font-weight: 800; }
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 15px; letter-spacing: -.02em; }
.brand small { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.header-meta { display: flex; gap: 17px; align-items: center; }
.fixture-chip { display: inline-flex; gap: 7px; align-items: center; color: var(--forest); font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.fixture-chip i { width: 7px; height: 7px; border-radius: 50%; background: #61b68d; box-shadow: 0 0 0 4px #dff3e8; }
.avatar { width: 32px; height: 32px; border: 1px solid #b9d5c8; border-radius: 50%; color: var(--forest); background: var(--mint); font-size: 10px; font-weight: 800; }

.page-shell { max-width: 1260px; margin: 0 auto; padding: 0 30px 70px; }
.hero { position: relative; min-height: 365px; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 76px 5% 69px; overflow: hidden; color: #f3fbf5; background: var(--forest); border-radius: 0 0 18px 18px; }
.hero::before, .hero::after { position: absolute; content: ""; border-radius: 50%; pointer-events: none; }
.hero::before { width: 470px; height: 470px; top: -300px; right: 4%; border: 1px solid rgba(191, 230, 210, .19); box-shadow: 0 0 0 36px rgba(191, 230, 210, .04), 0 0 0 72px rgba(191, 230, 210, .03); }
.hero::after { width: 580px; height: 580px; right: -240px; bottom: -450px; background: rgba(215, 239, 226, .06); }
.hero-copy, .hero-note { position: relative; z-index: 1; }
.hero-copy { max-width: 625px; }
.eyebrow { margin: 0 0 15px; color: #84ae9d; font-size: 10px; font-weight: 800; letter-spacing: .17em; line-height: 1.4; }
.hero h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin-bottom: 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 5vw, 67px); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
em { color: #94cdb1; font-style: normal; }
.hero-lede { max-width: 510px; margin-bottom: 28px; color: #bdd5ca; font-size: 15px; line-height: 1.65; }
.hero-actions { display: flex; gap: 18px; align-items: center; }
.button { border: 0; border-radius: 7px; padding: 12px 17px; font-size: 12px; font-weight: 800; transition: transform .18s ease, background .18s ease; }
.button:hover, .small-button:hover, .icon-button:hover { transform: translateY(-1px); }
.button-primary { color: var(--forest-deep); background: #e3f5e9; box-shadow: 0 6px 13px rgba(0, 0, 0, .12); }
.button-primary:hover { background: #fff; }
.button-quiet { padding-right: 0; color: #c3ddd0; background: transparent; }
.button-quiet:hover { color: #fff; }
.hero-note { width: min(300px, 100%); padding: 20px; color: var(--ink); background: #eef7f0; border: 1px solid rgba(255, 255, 255, .26); border-radius: 11px; box-shadow: 0 17px 42px rgba(6, 35, 31, .2); }
.note-kicker { display: flex; align-items: center; gap: 9px; color: #32705e; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-note p { margin: 20px 0 30px; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.35; letter-spacing: -.02em; }
.note-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 9px; }
.confidence { display: inline-flex; align-items: center; padding: 4px 7px; border-radius: 4px; font-size: 9px; font-weight: 800; white-space: nowrap; }
.confidence-medium { color: #966119; background: #fcebc4; }
.confidence-high { color: #2e745e; background: var(--mint); }

.workspace { padding-top: 53px; }
.section-heading, .brief-heading, .toolbar, .board-intro, .card-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.section-heading { margin-bottom: 24px; }
.section-heading h2, .brief-heading h2 { margin-bottom: 0; font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 400; letter-spacing: -.045em; }
.cluster-controls, .filters { display: flex; gap: 8px; align-items: center; }
.select-wrap, .filter-pill { position: relative; display: inline-flex; align-items: center; }
.select-wrap select, .filter-pill select { appearance: none; padding: 10px 34px 10px 13px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: var(--card); font-size: 11px; font-weight: 700; outline: none; }
.select-wrap::after, .filter-pill::after { position: absolute; right: 12px; content: "⌄"; color: var(--muted); pointer-events: none; font-size: 12px; }
.icon-button { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 6px; color: var(--forest); background: var(--card); font-size: 18px; transition: transform .18s ease; }
.summary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-bottom: 41px; }
.summary-card { min-height: 129px; padding: 20px 21px; border: 1px solid var(--line); border-radius: 9px; background: var(--card); box-shadow: 0 3px 10px rgba(23, 73, 68, .025); }
.summary-label, .summary-foot { display: block; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.summary-card strong { display: block; margin: 12px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 400; letter-spacing: -.05em; }
.summary-card strong small { color: var(--muted); font-family: inherit; font-size: 13px; letter-spacing: -.02em; }
.summary-foot { display: flex; gap: 7px; align-items: center; font-size: 9px; letter-spacing: .01em; text-transform: none; }
.signal-dot { display: inline-block; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; }
.green { background: #57ad83; } .amber { background: var(--amber); } .blue { background: var(--blue); } .slate { background: #9aa9a4; }
.toolbar { align-items: flex-end; margin-bottom: 19px; border-bottom: 1px solid var(--line); }
.view-tabs { display: flex; gap: 22px; }
.view-tab { position: relative; padding: 0 0 13px; border: 0; color: #8a9691; background: transparent; font-size: 11px; font-weight: 800; }
.view-tab.active { color: var(--forest); }
.view-tab.active::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; content: ""; background: var(--coral); }
.filter-pill { margin-bottom: 8px; }
.filter-pill select { padding: 8px 28px 8px 27px; font-size: 10px; font-weight: 700; }
.filter-pill::after { right: 8px; }
.filter-icon { position: absolute; left: 9px; z-index: 1; color: var(--forest); font-size: 12px; pointer-events: none; }
.view-panel { min-height: 300px; }
.hidden { display: none !important; }
.board-intro { align-items: flex-end; margin-bottom: 17px; }
.board-intro h3 { margin-bottom: 5px; font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 400; letter-spacing: -.03em; }
.board-intro p { margin-bottom: 0; color: var(--muted); font-size: 11px; }
.legend { display: flex; gap: 16px; align-items: center; color: var(--muted); font-size: 9px; font-weight: 700; }
.legend span { display: inline-flex; gap: 5px; align-items: center; }
.legend-swatch { display: inline-block; width: 8px; height: 8px; border-radius: 2px; }
.legend-swatch.opportunity { background: var(--mint-strong); } .legend-swatch.pressure { background: #f8c2b7; } .legend-swatch.neutral { background: #e1e9e5; }
.board-shell { overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: var(--card); box-shadow: var(--shadow); }
.board-scroll { overflow-x: auto; }
.board { display: grid; grid-template-columns: 188px repeat(7, minmax(106px, 1fr)); min-width: 930px; }
.board > div { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.board > div:nth-child(8n) { border-right: 0; }
.board-header { min-height: 69px; padding: 13px 12px 10px; background: #f8fbf8; }
.board-header:first-child { display: flex; align-items: flex-end; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.day-name { display: block; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.day-date { display: block; margin-top: 7px; font-family: Georgia, "Times New Roman", serif; font-size: 19px; letter-spacing: -.04em; }
.day-date.today { color: var(--coral); }
.site-label { min-height: 127px; padding: 18px 14px; background: #fbfcfb; }
.site-label strong { display: block; margin-bottom: 7px; font-family: Georgia, "Times New Roman", serif; font-size: 14px; font-weight: 400; line-height: 1.15; }
.site-label small { display: inline-flex; gap: 5px; align-items: center; color: var(--muted); font-size: 9px; }
.site-label small::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--mint-strong); }
.window { min-height: 127px; padding: 12px 10px; background: var(--card); transition: background .18s ease, box-shadow .18s ease; }
.window:hover, .window:focus { position: relative; z-index: 1; outline: 0; background: #f7fcf8; box-shadow: inset 0 0 0 2px var(--forest); }
.window .daypart { display: block; margin-bottom: 9px; color: #8b9893; font-size: 9px; }
.window .band { display: inline-block; max-width: 100%; overflow: hidden; padding: 6px 6px; border-radius: 4px; font-size: 9px; font-weight: 800; letter-spacing: .01em; text-overflow: ellipsis; white-space: nowrap; }
.band-opportunity { color: #30785b; background: var(--mint); } .band-pressure { color: #b3574a; background: var(--coral-pale); } .band-neutral { color: #60716b; background: var(--slate-pale); }
.window .window-meta { display: flex; gap: 5px; align-items: center; margin-top: 11px; color: #81908a; font-size: 9px; }
.window .window-meta .signal-dot { width: 5px; height: 5px; }
.window.insufficient .band { color: #75827e; background: repeating-linear-gradient(135deg, #eef2f0, #eef2f0 4px, #e6ece8 4px, #e6ece8 8px); }
.board-footnote { display: flex; gap: 7px; align-items: center; margin-top: 13px; color: var(--muted); font-size: 10px; }

.dispersal-layout { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(360px, 1.25fr); gap: 15px; }
.planner-card, .alternatives-card { padding: 22px; border: 1px solid var(--line); border-radius: 9px; background: var(--card); box-shadow: var(--shadow); }
.card-kicker { color: #889791; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.planner-card h3, .alternatives-card h3 { margin: 7px 0 9px; font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 400; letter-spacing: -.04em; }
.planner-card > p { max-width: 400px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.evidence-stack { margin-top: 20px; border-top: 1px solid var(--line); }
.evidence-row { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.evidence-icon { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 auto; border-radius: 7px; font-size: 10px; font-weight: 800; }
.evidence-icon.event { color: #a95447; background: var(--coral-pale); } .evidence-icon.weather { color: #7b5f1b; background: var(--amber-pale); } .evidence-icon.access { color: #367286; background: var(--blue-pale); }
.evidence-row div { min-width: 0; flex: 1; }
.evidence-row strong, .evidence-row small { display: block; }
.evidence-row strong { font-size: 11px; } .evidence-row small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.evidence-row b { color: var(--muted); font-size: 9px; font-weight: 800; }
.alternatives-card { padding: 22px 24px; }
.card-heading { align-items: flex-start; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.alternative { display: flex; align-items: center; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.alt-rank { color: #a8b5af; font-family: Georgia, "Times New Roman", serif; font-size: 17px; }
.alt-main { min-width: 0; flex: 1; }
.alt-main strong, .alt-main > span { display: block; } .alt-main strong { font-family: Georgia, "Times New Roman", serif; font-size: 15px; font-weight: 400; } .alt-main > span { margin-top: 4px; color: var(--muted); font-size: 10px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; } .tag-row span { padding: 3px 5px; border-radius: 3px; color: #4e7965; background: #eff8f1; font-size: 8px; font-weight: 800; }
.small-button { padding: 7px 8px; border: 1px solid #bcd4c6; border-radius: 5px; color: var(--forest); background: transparent; font-size: 9px; font-weight: 800; transition: transform .18s ease, background .18s ease; } .small-button:hover { background: var(--mint); }
.dispersal-note { display: flex; gap: 7px; align-items: flex-start; margin: 16px 0 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.source-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; } .source-health-card { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--card); } .source-health-card.warning { border-color: #ecd7a9; background: #fffdf7; }
.source-top { display: flex; gap: 7px; align-items: center; } .source-top strong { flex: 1; font-size: 11px; } .source-status { width: 7px; height: 7px; border-radius: 50%; background: #5aaf81; } .warning-dot { background: var(--amber); }
.health-label { padding: 4px 5px; border-radius: 3px; font-size: 8px; font-weight: 800; text-transform: uppercase; } .health-label.good { color: #31745b; background: var(--mint); } .health-label.warn { color: #936219; background: var(--amber-pale); }
.source-health-card p { margin: 17px 0 6px; color: var(--muted); font-size: 10px; line-height: 1.4; } .source-health-card small { color: #9aa7a2; font-size: 9px; } .source-footnote { margin-top: 14px; color: var(--muted); font-size: 10px; }

.brief-section { padding-top: 73px; } .review-badge { display: inline-flex; gap: 7px; align-items: center; padding: 7px 9px; border: 1px solid #ead7b2; border-radius: 5px; color: #91631d; background: var(--amber-pale); font-size: 9px; font-weight: 800; }
.attention-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 21px; } .attention-card { min-height: 208px; padding: 20px; border-radius: 9px; } .pressure-card { background: var(--coral-pale); } .opportunity-card { background: var(--mint); } .neutral-card { background: #edf2f0; }
.attention-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; } .band-label { padding: 5px 7px; border-radius: 3px; font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; } .pressure-label { color: #ad5648; background: #ffd9d0; } .opportunity-label { color: #31755a; background: #c2e8d4; } .neutral-label { color: #5f736a; background: #dce6e1; } .attention-date { color: #8e9894; font-size: 9px; font-weight: 700; }
.attention-card h3 { margin: 26px 0 9px; font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 400; letter-spacing: -.04em; } .attention-card p { max-width: 310px; min-height: 46px; margin-bottom: 14px; color: #687a73; font-size: 11px; line-height: 1.5; }
.text-button { padding: 0; border: 0; color: var(--forest); background: transparent; font-size: 10px; font-weight: 800; } .text-button span { margin-left: 5px; color: var(--coral); font-size: 14px; }
.method-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; margin-top: 80px; padding: 52px 5%; border-radius: 12px; background: var(--forest-deep); color: #eef8f1; } .method-copy h2 { margin-bottom: 17px; font-family: Georgia, "Times New Roman", serif; font-size: 39px; font-weight: 400; line-height: .99; letter-spacing: -.05em; } .method-copy > p:not(.eyebrow) { max-width: 380px; color: #b9d2c6; font-size: 12px; line-height: 1.65; } .method-copy .text-button { margin-top: 7px; color: #d1ebdc; }
.method-steps { display: grid; gap: 10px; align-content: center; } .method-step { display: grid; grid-template-columns: 35px 1fr; gap: 15px; padding: 16px 0; border-bottom: 1px solid rgba(209, 235, 220, .18); } .method-step:last-child { border-bottom: 0; } .method-step > span { color: #7fae9b; font-family: Georgia, "Times New Roman", serif; font-size: 15px; } .method-step strong { font-family: Georgia, "Times New Roman", serif; font-size: 17px; font-weight: 400; } .method-step p { margin: 4px 0 0; color: #a9c8b9; font-size: 10px; line-height: 1.5; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 1260px; margin: 0 auto; padding: 25px 30px 35px; color: #8a9792; font-size: 9px; } .site-footer > div { display: flex; gap: 10px; align-items: center; } .brand-footer { width: 22px; height: 22px; border-radius: 6px; font-size: 8px; }

.detail-dialog { width: min(550px, calc(100% - 30px)); padding: 0; border: 0; border-radius: 11px; color: var(--ink); background: var(--card); box-shadow: 0 25px 80px rgba(8, 35, 31, .25); } .detail-dialog::backdrop { background: rgba(10, 36, 32, .46); backdrop-filter: blur(3px); } .dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 24px 24px 16px; border-bottom: 1px solid var(--line); } .dialog-head h2 { margin: 7px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; letter-spacing: -.04em; } .close-button { width: 26px; height: 26px; border: 0; border-radius: 50%; color: var(--muted); background: var(--slate-pale); font-size: 19px; line-height: 1; } .dialog-body { padding: 20px 24px; } .dialog-summary { display: flex; align-items: center; gap: 10px; margin-bottom: 19px; } .dialog-summary .band { padding: 7px 9px; border-radius: 4px; font-size: 10px; font-weight: 800; } .dialog-summary p { margin: 0; color: var(--muted); font-size: 11px; } .evidence-list { display: grid; gap: 9px; } .evidence-item { display: grid; grid-template-columns: 29px 1fr auto; gap: 10px; align-items: start; padding: 11px; border: 1px solid var(--line); border-radius: 7px; } .evidence-item strong, .evidence-item p, .evidence-item small { display: block; } .evidence-item strong { font-size: 11px; } .evidence-item p { margin: 4px 0 4px; color: var(--muted); font-size: 10px; line-height: 1.4; } .evidence-item small { color: #9aa7a2; font-size: 8px; } .evidence-direction { color: #729080; font-size: 9px; font-weight: 800; } .dialog-callout { margin-top: 15px; padding: 12px; border-left: 3px solid var(--amber); border-radius: 4px; color: #80601f; background: var(--amber-pale); font-size: 10px; line-height: 1.5; } .dialog-actions { display: flex; gap: 9px; justify-content: flex-end; padding: 15px 24px 21px; border-top: 1px solid var(--line); } .dialog-actions .button { font-size: 10px; }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 5; max-width: 280px; padding: 12px 15px; border-radius: 7px; color: #effbf3; background: var(--forest-deep); box-shadow: var(--shadow); font-size: 11px; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; } .toast.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 860px) { .hero { align-items: flex-start; flex-direction: column; padding: 55px 6%; } .hero-note { width: min(450px, 100%); } .dispersal-layout, .method-section { grid-template-columns: 1fr; gap: 20px; } .method-section { padding: 39px 7%; } .source-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 650px) { .site-header { height: 66px; padding: 0 18px; } .brand small, .fixture-chip { display: none; } .page-shell { padding: 0 16px 45px; } .hero { min-height: 0; margin: 0 -16px; border-radius: 0 0 13px 13px; padding: 45px 23px 35px; } .hero h1 { font-size: 43px; } .hero-lede { font-size: 13px; } .hero-actions { align-items: flex-start; flex-direction: column; gap: 5px; } .hero-note { margin-top: 13px; } .workspace { padding-top: 38px; } .section-heading, .toolbar, .board-intro, .brief-heading { align-items: flex-start; flex-direction: column; } .cluster-controls { width: 100%; } .select-wrap { flex: 1; } .select-wrap select { width: 100%; } .summary-grid, .attention-grid { grid-template-columns: 1fr; } .summary-grid { gap: 8px; margin-bottom: 34px; } .summary-card { min-height: 112px; } .toolbar { gap: 15px; } .filters { width: 100%; } .filter-pill { flex: 1; } .filter-pill select { width: 100%; } .legend { align-items: flex-start; flex-wrap: wrap; } .board-intro { gap: 13px; } .source-grid { grid-template-columns: 1fr; } .site-footer { align-items: flex-start; flex-direction: column; padding: 22px 18px 30px; } .method-section { margin-top: 55px; } .method-copy h2 { font-size: 35px; } .dialog-actions { flex-wrap: wrap; } }
