:root {
  color-scheme:dark;
  --black:#070706;
  --black-soft:#0c0b09;
  --panel:#0f0e0c;
  --ivory:#f3efe6;
  --muted:rgba(243,239,230,.52);
  --faint:rgba(243,239,230,.28);
  --line:rgba(243,239,230,.11);
  --line-strong:rgba(243,239,230,.2);
  --gold:#b9a27d;
  --gold-light:#d6bd94;
  --gold-rgb:185,162,125;
  --serif:"Bodoni 72",Didot,"Iowan Old Style",Georgia,serif;
  --sans:"Avenir Next",Avenir,"Helvetica Neue",Arial,sans-serif;
}

* { box-sizing:border-box; }
html { min-width:320px; background:var(--black); scroll-behavior:smooth; }
body { min-width:320px; margin:0; color:var(--ivory); background:var(--black); font-family:var(--sans); -webkit-font-smoothing:antialiased; }
button,input,select { font:inherit; }
button,a { -webkit-tap-highlight-color:transparent; }
button { color:inherit; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
::selection { color:#080706; background:var(--gold-light); }

.shell { width:min(1500px,calc(100% - clamp(32px,7vw,112px))); margin-inline:auto; }
.eyebrow { margin:0; color:var(--gold-light); font-size:8px; font-weight:700; letter-spacing:.24em; line-height:1.4; text-transform:uppercase; }

.phone-gate {
  position:fixed;
  z-index:11000;
  inset:0;
  min-height:100svh;
  padding:max(26px,env(safe-area-inset-top)) max(22px,env(safe-area-inset-right)) max(26px,env(safe-area-inset-bottom)) max(22px,env(safe-area-inset-left));
  overflow:auto;
  background:#050504;
}
.phone-gate[hidden] { display:none; }
.phone-gate-aura { position:absolute; inset:-15%; background:radial-gradient(circle at 50% 37%,rgba(var(--gold-rgb),.16),transparent 25%),radial-gradient(circle at 50% 48%,rgba(var(--gold-rgb),.045),transparent 48%); animation:accessBreathe 8s ease-in-out infinite alternate; }
.phone-gate-panel { position:relative; display:grid; min-height:calc(100svh - max(52px,env(safe-area-inset-top) + env(safe-area-inset-bottom))); place-content:center; justify-items:center; width:min(100%,520px); margin:auto; padding:56px 26px; text-align:center; }
.phone-gate-panel::before { content:""; position:absolute; inset:0; border:1px solid var(--line); pointer-events:none; }
.phone-gate-logo { width:min(270px,72vw); height:auto; margin-bottom:30px; object-fit:contain; }
.phone-gate-rule { display:flex; justify-content:center; align-items:center; width:100%; margin-bottom:34px; }
.phone-gate-rule::before,.phone-gate-rule::after { content:""; width:min(22vw,76px); height:1px; background:linear-gradient(to right,transparent,var(--line-strong)); }
.phone-gate-rule::after { transform:scaleX(-1); }
.phone-gate-rule i { width:6px; height:6px; margin:0 14px; border:1px solid var(--gold); border-radius:50%; box-shadow:0 0 16px rgba(var(--gold-rgb),.42); }
.phone-gate-panel h1 { margin:19px 0 25px; outline:0; font:400 clamp(3.25rem,15vw,5.2rem)/.86 var(--serif); letter-spacing:-.055em; }
.phone-gate-panel h1 em { color:var(--gold-light); font-weight:400; font-style:italic; }
.phone-gate-copy { max-width:360px; margin:0; color:var(--muted); font-size:.88rem; line-height:1.75; }
.phone-gate-devices { display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:10px; margin:30px 0; color:rgba(243,239,230,.46); font-size:7px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.phone-gate-devices i { width:3px; height:3px; border-radius:50%; background:var(--gold); }
.phone-gate-panel .button { width:min(100%,280px); }
.phone-gate-panel > small { max-width:300px; margin-top:18px; color:var(--faint); font-size:.68rem; line-height:1.55; }
.is-phone-blocked { overflow:hidden; }
.is-phone-blocked .access-gate,.is-phone-blocked .atlas-app,.is-phone-blocked .cursor-dot,.is-phone-blocked .cursor-ring { display:none !important; }
.is-checking-device .access-gate { visibility:hidden; }

.access-gate {
  position:fixed;
  z-index:10000;
  inset:0;
  display:grid;
  place-items:center;
  padding:24px;
  overflow:hidden;
  background:#050504;
  transition:opacity .7s ease,visibility .7s ease;
}
.access-gate.is-leaving { opacity:0; visibility:hidden; }
.access-aura { position:absolute; inset:-20%; background:radial-gradient(circle at 50% 48%,rgba(var(--gold-rgb),.14),transparent 24%),radial-gradient(circle at 50% 50%,rgba(var(--gold-rgb),.035),transparent 48%); animation:accessBreathe 8s ease-in-out infinite alternate; }
.access-panel { position:relative; width:min(460px,100%); padding:52px 48px 44px; border:1px solid var(--line); background:rgba(8,8,7,.78); box-shadow:0 40px 130px rgba(0,0,0,.55); backdrop-filter:blur(18px); text-align:center; }
.access-panel::before,.access-panel::after { content:""; position:absolute; width:34px; height:34px; pointer-events:none; }
.access-panel::before { top:14px; left:14px; border-top:1px solid rgba(var(--gold-rgb),.5); border-left:1px solid rgba(var(--gold-rgb),.5); }
.access-panel::after { right:14px; bottom:14px; border-right:1px solid rgba(var(--gold-rgb),.5); border-bottom:1px solid rgba(var(--gold-rgb),.5); }
.access-logo { width:min(300px,82%); height:auto; margin:0 auto 34px; object-fit:contain; }
.access-panel h1 { margin:16px 0 13px; font:400 clamp(3rem,10vw,5rem)/.9 var(--serif); letter-spacing:-.045em; }
.access-copy { margin:0 auto 30px; color:var(--muted); font-size:.82rem; line-height:1.65; }
.access-field { display:grid; gap:9px; text-align:left; }
.access-field span { color:var(--faint); font-size:7px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; }
.access-field input { width:100%; height:50px; padding:0 14px; border:1px solid var(--line-strong); border-radius:0; outline:0; color:var(--ivory); background:rgba(255,255,255,.025); letter-spacing:.06em; }
.access-field input:focus { border-color:var(--gold); box-shadow:0 0 0 3px rgba(var(--gold-rgb),.08); }
.access-panel .button { width:100%; margin-top:12px; }
.access-status { min-height:18px; margin:13px 0 0; color:var(--gold-light); font-size:.73rem; }
.is-locked .atlas-app { visibility:hidden; }

.atlas-app { min-height:100vh; opacity:1; transition:opacity .55s ease; }
.topbar { position:sticky; z-index:100; top:0; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; min-height:82px; padding:0 clamp(22px,4.7vw,74px); border-bottom:1px solid var(--line); background:rgba(7,7,6,.84); backdrop-filter:blur(20px); }
.brand { display:flex; justify-self:start; align-items:center; width:clamp(150px,13vw,190px); min-width:0; }
.brand-lockup { display:grid; width:100%; line-height:1; }
.brand-name { display:block; aspect-ratio:910/205; overflow:hidden; }
.brand-name img { width:100%; max-width:none; height:auto; }
.brand-visuals { justify-self:end; margin-top:1px; padding-right:1.5%; color:#d1aa70; font-size:clamp(9px,.86vw,12px); font-weight:600; letter-spacing:.32em; line-height:1; }
.product-mark { display:flex; align-items:baseline; gap:9px; color:rgba(243,239,230,.64); font-size:7px; letter-spacing:.18em; text-transform:uppercase; }
.product-mark span { color:var(--gold-light); }
.product-mark strong { font-size:8px; font-weight:700; }
.product-mark small { padding-left:9px; border-left:1px solid var(--line-strong); color:rgba(243,239,230,.3); font-size:6px; }
.topbar-tools { display:flex; justify-self:end; align-items:center; gap:24px; }
.data-pulse { display:flex; align-items:center; gap:8px; color:var(--faint); font-size:7px; font-weight:650; letter-spacing:.13em; text-transform:uppercase; }
.data-pulse i { width:5px; height:5px; border-radius:50%; background:#92ad81; box-shadow:0 0 12px rgba(146,173,129,.56); }
.language { display:flex; gap:2px; padding:3px; border:1px solid var(--line); }
.language button { appearance:none; width:35px; height:25px; border:0; color:var(--faint); background:transparent; cursor:pointer; font-size:7px; font-weight:700; letter-spacing:.12em; }
.language button[aria-pressed="true"] { color:#080706; background:var(--gold-light); }
.exit-link { display:flex; align-items:center; gap:10px; color:var(--faint); font-size:7px; font-weight:650; letter-spacing:.16em; text-transform:uppercase; }
.exit-link i { display:grid; width:29px; height:29px; place-items:center; border:1px solid var(--line-strong); border-radius:50%; color:var(--ivory); font:300 17px/1 var(--sans); font-style:normal; transition:.25s ease; }
.exit-link:hover i { border-color:var(--gold); transform:rotate(90deg); }

.hero { display:grid; grid-template-columns:minmax(0,1fr) minmax(520px,.92fr); gap:clamp(60px,8vw,145px); align-items:end; min-height:calc(100svh - 82px); padding-block:clamp(90px,12vh,160px) clamp(72px,10vh,118px); }
.hero-copy { align-self:center; }
.hero-copy h1 { max-width:790px; margin:24px 0 36px; font:400 clamp(4rem,7.4vw,8.6rem)/.86 var(--serif); letter-spacing:-.058em; }
.hero-copy h1 em,.section-heading h2 em,.method-copy h2 em,.handoff h2 em,.analysis-heading h2 em { color:var(--gold-light); font-weight:400; font-style:italic; }
.hero-copy > p:last-child { max-width:610px; margin:0; color:var(--muted); font-size:clamp(.9rem,1.2vw,1.08rem); line-height:1.82; }

.planner { position:relative; padding:clamp(30px,4vw,50px); border:1px solid var(--line); background:linear-gradient(145deg,rgba(255,255,255,.025),transparent 48%),var(--black-soft); box-shadow:0 32px 100px rgba(0,0,0,.28); }
.planner::after { content:""; position:absolute; right:0; bottom:0; width:58px; height:58px; border-right:1px solid rgba(var(--gold-rgb),.56); border-bottom:1px solid rgba(var(--gold-rgb),.56); pointer-events:none; }
.planner-heading { display:flex; justify-content:space-between; align-items:center; gap:20px; margin-bottom:32px; }
.planner-heading > span { color:rgba(243,239,230,.22); font-size:7px; font-variant-numeric:tabular-nums; letter-spacing:.12em; }
.planner-grid { display:grid; grid-template-columns:1fr 1fr; gap:26px 18px; }
.field { position:relative; display:grid; align-content:start; gap:10px; min-width:0; }
.field > span,.field > label { color:rgba(243,239,230,.38); font-size:7px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.field input,.field select { appearance:none; width:100%; height:50px; padding:0 1px; border:0; border-bottom:1px solid var(--line-strong); border-radius:0; outline:0; color:var(--ivory); background:transparent; font-size:1rem; }
.field input::placeholder { color:rgba(243,239,230,.34); opacity:1; }
.field input[readonly] { cursor:pointer; }
.field input[type="date"]::-webkit-calendar-picker-indicator { width:20px; height:20px; padding:8px 2px 8px 12px; cursor:pointer; filter:sepia(1) saturate(.65) brightness(1.55); opacity:.8; }
.field select { padding-right:24px; background-image:linear-gradient(45deg,transparent 50%,var(--gold) 50%),linear-gradient(135deg,var(--gold) 50%,transparent 50%); background-position:calc(100% - 9px) 22px,calc(100% - 4px) 22px; background-size:5px 5px; background-repeat:no-repeat; }
.field input:focus,.field select:focus { border-color:var(--gold-light); }
.field small { min-height:16px; color:rgba(243,239,230,.58); font-size:.72rem; line-height:1.45; letter-spacing:.015em; }
.field-location { grid-column:1/-1; }
.location-results { position:absolute; z-index:30; top:82px; right:0; left:0; max-height:330px; overflow-y:auto; border:1px solid var(--line-strong); background:#0b0a09; box-shadow:0 24px 80px rgba(0,0,0,.58); }
.location-option { appearance:none; display:flex; width:100%; justify-content:space-between; align-items:center; gap:18px; min-height:76px; padding:14px 16px; border:0; border-bottom:1px solid rgba(243,239,230,.09); color:var(--ivory); background:transparent; cursor:pointer; text-align:left; }
.location-option:hover,.location-option[aria-selected="true"] { background:rgba(var(--gold-rgb),.09); }
.location-option > span:first-child { min-width:0; }
.location-option strong { display:block; overflow:hidden; font-size:1rem; font-weight:540; line-height:1.25; text-overflow:ellipsis; white-space:nowrap; }
.location-option small { display:block; margin-top:6px; color:rgba(243,239,230,.58); font-size:.72rem; line-height:1.45; letter-spacing:.015em; white-space:normal; }
.location-option > span:last-child { flex:0 0 auto; align-self:flex-start; padding-top:4px; color:var(--gold-light); font-size:8px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.location-option-empty { cursor:default; }
.time-picker { position:absolute; z-index:40; top:74px; right:0; display:grid; width:min(390px,calc(100vw - 40px)); padding:22px; border:1px solid var(--line-strong); background:linear-gradient(145deg,rgba(var(--gold-rgb),.07),transparent 46%),#0a0908; box-shadow:0 28px 90px rgba(0,0,0,.68); }
.time-picker[hidden] { display:none; }
.time-picker-heading { display:flex; justify-content:space-between; align-items:center; padding-bottom:18px; border-bottom:1px solid var(--line); color:var(--gold-light); font-size:7px; font-weight:750; letter-spacing:.17em; text-transform:uppercase; }
.time-picker-heading button { appearance:none; display:grid; width:30px; height:30px; padding:0; place-items:center; border:1px solid var(--line-strong); border-radius:50%; color:var(--ivory); background:transparent; cursor:pointer; font:300 1.1rem/1 var(--sans); }
.time-picker-controls { display:grid; grid-template-columns:1fr auto 1fr; gap:15px; align-items:center; padding:24px 0 20px; }
.time-picker-controls label { display:grid; gap:9px; color:var(--faint); font-size:7px; font-weight:700; letter-spacing:.14em; text-align:center; text-transform:uppercase; }
.time-picker-controls select { height:72px; padding:0 28px 0 12px; border:1px solid var(--line-strong); color:var(--ivory); background-color:rgba(255,255,255,.025); background-position:calc(100% - 18px) 33px,calc(100% - 13px) 33px; font:400 2rem/1 var(--serif); font-variant-numeric:tabular-nums; text-align:center; text-align-last:center; }
.time-picker-controls select option { color:var(--ivory); background:#0a0908; }
.time-picker-controls > i { color:var(--gold-light); font:400 2.1rem/1 var(--serif); font-style:normal; }
.time-picker-rule { position:relative; height:1px; margin:0 0 20px; background:linear-gradient(to right,transparent,var(--gold),transparent); }
.time-picker-rule i { position:absolute; top:50%; left:50%; width:7px; height:7px; border:1px solid var(--gold); border-radius:50%; background:#0a0908; transform:translate(-50%,-50%); }
.time-picker-confirm { width:100%; }
.planner-actions { display:flex; justify-content:flex-end; align-items:center; gap:18px; margin-top:34px; }
.text-button { appearance:none; display:flex; align-items:center; gap:10px; padding:0; border:0; color:var(--muted); background:transparent; cursor:pointer; font-size:7px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.planner-privacy { margin:20px 0 0; color:rgba(243,239,230,.5); font-size:.7rem; line-height:1.55; }
.source-credit a { color:inherit; text-decoration:underline; text-decoration-color:rgba(var(--gold-rgb),.35); text-underline-offset:3px; }

.button { appearance:none; display:inline-flex; justify-content:center; align-items:center; gap:20px; min-height:48px; padding:0 22px; border:1px solid var(--line-strong); border-radius:0; cursor:pointer; font-size:7px; font-weight:750; letter-spacing:.17em; text-transform:uppercase; transition:color .25s ease,background .25s ease,border-color .25s ease,transform .25s ease; }
.button:hover,.button:focus-visible { transform:translateY(-1px); }
.button-primary { border-color:var(--gold-light); color:#080706; background:var(--gold-light); }
.button-primary:hover,.button-primary:focus-visible { color:var(--ivory); background:transparent; }
.button-secondary { color:var(--ivory); background:transparent; }
.button-secondary:hover,.button-secondary:focus-visible { border-color:var(--gold); color:var(--gold-light); }

.analysis { padding-block:clamp(80px,10vw,150px); border-top:1px solid var(--line); }
.analysis-heading { display:flex; justify-content:space-between; align-items:end; gap:40px; margin-bottom:48px; }
.analysis-heading h2 { margin:18px 0 0; font:400 clamp(3.5rem,6.5vw,7.2rem)/.88 var(--serif); letter-spacing:-.05em; }
.analysis-state { display:flex; align-items:center; gap:10px; margin-bottom:11px; color:var(--faint); font-size:7px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.analysis-state i { width:7px; height:7px; border:1px solid var(--gold); border-radius:50%; box-shadow:0 0 0 5px rgba(var(--gold-rgb),.06); }
.analysis-state[data-state="ready"] i { border-color:#92ad81; background:#92ad81; }
.analysis-state[data-state="error"] i { border-color:#a76f60; background:#a76f60; }

.light-stage { position:relative; height:min(72vh,780px); min-height:580px; overflow:hidden; border:1px solid var(--line); background:#090806; isolation:isolate; }
#light-canvas { position:absolute; z-index:0; inset:0; width:100%; height:100%; }
.stage-grid { position:absolute; z-index:1; inset:0; pointer-events:none; background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size:8.333% 16.667%; mask-image:linear-gradient(to bottom,transparent,black 40%,black); }
.stage-topline { position:absolute; z-index:3; top:32px; right:34px; left:34px; display:flex; justify-content:space-between; gap:22px; color:rgba(243,239,230,.35); font-size:7px; font-weight:700; font-variant-numeric:tabular-nums; letter-spacing:.16em; text-transform:uppercase; }
.stage-topline span:first-child { color:var(--gold-light); }
.compass { position:absolute; z-index:4; top:50%; right:7%; width:130px; height:130px; border:1px solid rgba(243,239,230,.13); border-radius:50%; transform:translateY(-50%); }
.compass::before,.compass::after { content:""; position:absolute; top:50%; left:50%; background:rgba(243,239,230,.08); transform:translate(-50%,-50%); }
.compass::before { width:1px; height:100%; }.compass::after { width:100%; height:1px; }
.compass span { position:absolute; color:rgba(243,239,230,.35); font-size:6px; font-weight:700; }
.compass span:nth-child(1) { top:7px; left:50%; transform:translateX(-50%); }
.compass span:nth-child(2) { top:50%; right:8px; transform:translateY(-50%); }
.compass span:nth-child(3) { bottom:7px; left:50%; transform:translateX(-50%); }
.compass span:nth-child(4) { top:50%; left:8px; transform:translateY(-50%); }
.compass i { position:absolute; top:50%; left:50%; width:1px; height:50px; background:linear-gradient(to top,transparent,var(--gold-light)); transform:translate(-50%,-100%) rotate(0deg); transform-origin:50% 100%; transition:transform .45s cubic-bezier(.2,.75,.2,1); }
.compass i::before { content:""; position:absolute; top:-3px; left:-3px; width:7px; height:7px; border-radius:50%; background:var(--gold-light); box-shadow:0 0 18px rgba(var(--gold-rgb),.7); }

.probability { position:absolute; z-index:5; bottom:42px; left:42px; display:flex; align-items:center; gap:23px; max-width:440px; padding:20px 24px 20px 20px; border:1px solid rgba(243,239,230,.13); background:rgba(8,8,7,.66); backdrop-filter:blur(14px); }
.probability-ring { --probability:0; display:grid; grid-template-columns:auto auto; align-items:end; justify-content:center; width:90px; height:90px; padding-bottom:27px; border-radius:50%; background:radial-gradient(circle at center,#0b0a08 0 60%,transparent 61%),conic-gradient(var(--gold-light) calc(var(--probability)*1%),rgba(243,239,230,.09) 0); box-shadow:inset 0 0 28px rgba(0,0,0,.44); }
.probability-ring strong { font-size:1.3rem; font-weight:500; font-variant-numeric:tabular-nums; line-height:1; }.probability-ring small { color:var(--gold-light); font-size:.55rem; line-height:1.2; }
.probability > div:last-child { display:grid; gap:7px; }
.probability p { margin:0; color:var(--faint); font-size:7px; font-weight:700; letter-spacing:.13em; line-height:1.5; text-transform:uppercase; }
.probability > div > strong { font:400 clamp(1.4rem,2vw,2.05rem)/1 var(--serif); }
.probability > div > span { color:rgba(243,239,230,.34); font-size:.67rem; line-height:1.45; }
.stage-time,.stage-sun { position:absolute; z-index:4; bottom:42px; display:grid; gap:7px; text-align:right; }
.stage-time { right:42px; }.stage-sun { right:210px; }
.stage-time span,.stage-sun span { color:var(--faint); font-size:6px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.stage-time strong,.stage-sun strong { font-size:.9rem; font-weight:500; font-variant-numeric:tabular-nums; letter-spacing:.05em; }
.stage-time small { color:rgba(243,239,230,.42); font-size:7px; font-variant-numeric:tabular-nums; letter-spacing:.06em; }

.time-control { display:grid; grid-template-columns:290px 1fr; gap:40px; align-items:center; padding:30px 2px; border-bottom:1px solid var(--line); }
.time-control-copy { display:grid; gap:7px; }
.time-control-copy span { color:var(--faint); font-size:7px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.time-control-copy strong { font:400 1.2rem/1.3 var(--serif); }
.time-control > input { appearance:none; width:100%; height:2px; outline:0; background:linear-gradient(to right,#101c31 0%,#c79263 23%,#e6c997 50%,#b97650 77%,#101c31 100%); cursor:pointer; }
.time-control > input::-webkit-slider-thumb { appearance:none; width:19px; height:19px; border:5px solid var(--black); border-radius:50%; background:var(--gold-light); box-shadow:0 0 0 1px var(--gold-light),0 0 22px rgba(var(--gold-rgb),.5); }
.time-markers { grid-column:2; display:flex; justify-content:space-between; margin-top:-28px; color:rgba(243,239,230,.24); font-size:6px; font-variant-numeric:tabular-nums; }

.metric-grid { display:grid; grid-template-columns:repeat(4,1fr); margin-top:34px; border-top:1px solid var(--line); border-left:1px solid var(--line); }
.metric { min-height:175px; padding:27px 28px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); background:rgba(255,255,255,.009); }
.metric-primary { grid-column:span 2; background:linear-gradient(135deg,rgba(var(--gold-rgb),.09),transparent 65%); }
.metric p { margin:0 0 26px; color:var(--faint); font-size:7px; font-weight:700; letter-spacing:.15em; text-transform:uppercase; }
.metric strong { display:block; margin-bottom:11px; font:400 clamp(1.35rem,2.2vw,2.15rem)/1 var(--serif); font-variant-numeric:tabular-nums; }
.metric span { color:rgba(243,239,230,.38); font-size:.72rem; line-height:1.55; }

.decision,.forecast-layers,.method,.handoff,.disclaimer { padding-block:clamp(85px,11vw,160px); border-top:1px solid var(--line); }
.section-heading { display:grid; grid-template-columns:minmax(0,1fr) minmax(300px,480px); column-gap:80px; align-items:end; margin-bottom:56px; }
.section-heading .eyebrow { grid-column:1/-1; margin-bottom:20px; }
.section-heading h2,.method-copy h2,.handoff h2 { margin:0; font:400 clamp(3.2rem,5.6vw,6.6rem)/.9 var(--serif); letter-spacing:-.052em; }
.section-heading > p:last-child { margin:0 0 8px; color:var(--muted); font-size:.9rem; line-height:1.75; }
.window-list { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.window-card { appearance:none; position:relative; min-height:310px; padding:32px; overflow:hidden; border:0; border-right:1px solid var(--line); border-bottom:1px solid var(--line); color:var(--ivory); background:rgba(255,255,255,.009); cursor:pointer; text-align:left; }
.window-card::before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 70% 20%,rgba(var(--gold-rgb),.12),transparent 34%); opacity:0; transition:opacity .3s ease; }
.window-card:hover::before,.window-card.is-best::before { opacity:1; }
.window-card.is-best { background:rgba(var(--gold-rgb),.035); }
.window-card > * { position:relative; }
.window-index { display:flex; justify-content:space-between; color:var(--faint); font-size:7px; letter-spacing:.15em; }
.window-index i { width:8px; height:8px; border:1px solid var(--gold); border-radius:50%; }.window-card.is-best .window-index i { background:var(--gold); box-shadow:0 0 18px rgba(var(--gold-rgb),.55); }
.window-card h3 { margin:60px 0 10px; font:400 clamp(2.2rem,3vw,3.4rem)/.9 var(--serif); }
.window-card > p { margin:0; color:var(--muted); font-size:.78rem; line-height:1.6; }
.window-score { position:absolute; right:30px; bottom:27px; color:var(--gold-light); font-size:1rem; font-variant-numeric:tabular-nums; }
.window-score small { font-size:.55rem; }

.section-heading-narrow { display:block; max-width:880px; }
.layer-track { position:relative; display:grid; grid-template-columns:repeat(4,1fr); gap:0; margin-top:80px; }
.layer-track::before { content:""; position:absolute; top:44px; right:0; left:0; height:1px; background:linear-gradient(to right,var(--gold),var(--line-strong)); }
.layer-track article { position:relative; padding:0 32px 0 0; }
.layer-track article > span { color:var(--faint); font-size:7px; font-variant-numeric:tabular-nums; }
.layer-track article > i { display:block; width:12px; height:12px; margin:29px 0 36px; border:1px solid var(--gold); border-radius:50%; background:var(--black); box-shadow:0 0 0 7px var(--black); }
.layer-track article.is-active > i { background:var(--gold-light); box-shadow:0 0 0 7px var(--black),0 0 24px rgba(var(--gold-rgb),.6); }
.layer-track h3 { margin:0 0 14px; font:400 1.45rem/1.1 var(--serif); }
.layer-track p { max-width:260px; margin:0 0 22px; color:var(--muted); font-size:.76rem; line-height:1.6; }
.layer-track small { color:rgba(243,239,230,.25); font-size:6px; font-weight:700; letter-spacing:.14em; }

.method-card { display:grid; grid-template-columns:1fr minmax(320px,.42fr); gap:90px; align-items:end; padding:clamp(36px,5vw,72px); border:1px solid var(--line); background:linear-gradient(135deg,rgba(var(--gold-rgb),.06),transparent 40%),var(--black-soft); }
.method-copy h2 { margin:22px 0 28px; font-size:clamp(3rem,5vw,5.8rem); }
.method-copy > p:not(.eyebrow) { max-width:760px; margin:0 0 30px; color:var(--muted); font-size:.9rem; line-height:1.8; }
.text-button { color:var(--gold-light); }
.text-button i { font-size:1rem; font-style:normal; transition:transform .25s ease; }.text-button[aria-expanded="true"] i { transform:rotate(45deg); }
.method-score { display:grid; gap:14px; padding:28px; border-left:1px solid var(--line-strong); }
.method-score span { color:var(--faint); font-size:7px; font-weight:700; letter-spacing:.15em; text-transform:uppercase; }
.method-score strong { font-size:1rem; font-weight:500; font-variant-numeric:tabular-nums; letter-spacing:.08em; overflow-wrap:anywhere; }
.method-score small { color:rgba(243,239,230,.3); font-size:.68rem; line-height:1.5; }
.method-details { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--line); border-top:0; }
.method-details > div { padding:30px; border-right:1px solid var(--line); }.method-details > div:last-child { border-right:0; }
.method-details span { color:var(--gold); font-size:7px; }.method-details h3 { margin:28px 0 12px; font:400 1.25rem/1.1 var(--serif); }.method-details p { margin:0; color:var(--muted); font-size:.72rem; line-height:1.65; }

.handoff { display:grid; grid-template-columns:1fr auto; gap:80px; align-items:end; }
.handoff h2 { margin:20px 0 0; }
.handoff-actions { display:grid; grid-template-columns:1fr 1fr; gap:9px; width:min(560px,100%); }
.handoff-actions .button:first-child { grid-column:1/-1; }.handoff-actions p { grid-column:1/-1; min-height:18px; margin:6px 0 0; color:var(--gold-light); font-size:.7rem; text-align:center; }

.disclaimer { display:grid; grid-template-columns:180px 1fr; gap:70px; align-items:start; padding-block:70px; }
.disclaimer-mark { display:grid; width:124px; height:124px; place-items:center; border:1px solid rgba(var(--gold-rgb),.38); border-radius:50%; color:var(--gold-light); font:400 1.1rem/1 var(--serif); letter-spacing:.16em; }
.disclaimer h2 { margin:15px 0 18px; font:400 clamp(2rem,3vw,3rem)/1 var(--serif); }
.disclaimer div:last-child > p:not(.eyebrow):not(.source-credit) { max-width:1080px; margin:0; color:var(--muted); font-size:.78rem; line-height:1.8; }
.source-credit { margin:24px 0 0; color:rgba(243,239,230,.25); font-size:6px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.footer { display:grid; grid-template-columns:1fr auto 1fr; gap:30px; align-items:center; min-height:100px; border-top:1px solid var(--line); color:var(--faint); font-size:7px; letter-spacing:.11em; text-transform:uppercase; }
.footer strong { color:var(--gold-light); font-size:7px; }.footer span:last-child { justify-self:end; }

.cursor-dot,.cursor-ring { display:none; }
@media (hover:hover) and (pointer:fine) {
  body,.atlas-app a,.atlas-app button,.atlas-app input,.atlas-app select { cursor:none !important; }
  .cursor-dot,.cursor-ring { position:fixed; z-index:20000; top:0; left:0; display:block; pointer-events:none; opacity:0; }
  .cursor-dot { width:4px; height:4px; border-radius:50%; background:var(--gold-light); transform:translate(-50%,-50%); }
  .cursor-ring { width:30px; height:30px; border:1px solid rgba(var(--gold-rgb),.62); border-radius:50%; transform:translate(-50%,-50%); transition:width .2s ease,height .2s ease,background .2s ease; }
  body.has-cursor .cursor-dot,body.has-cursor .cursor-ring { opacity:1; }
  body.cursor-active .cursor-ring { width:46px; height:46px; background:rgba(var(--gold-rgb),.08); }
}

@keyframes accessBreathe { to { transform:scale(1.08); opacity:.78; } }
@keyframes pulse { 50% { opacity:.3; transform:scale(.65); } }
.analysis-state[data-state="loading"] i { animation:pulse 1.2s ease-in-out infinite; }

@media (max-width:1100px) {
  .topbar { grid-template-columns:1fr auto; }.product-mark { display:none; }
  .hero { grid-template-columns:1fr; min-height:auto; }.hero-copy { padding-top:20px; }.planner { width:100%; }
  .section-heading { grid-template-columns:1fr; }.section-heading > p:last-child { max-width:580px; margin-top:28px; }
  .stage-sun { display:none; }
  .metric-grid { grid-template-columns:repeat(2,1fr); }
  .method-card { grid-template-columns:1fr; gap:45px; }.method-score { border-top:1px solid var(--line-strong); border-left:0; }
  .method-details { grid-template-columns:repeat(2,1fr); }.method-details > div:nth-child(2) { border-right:0; }.method-details > div:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .handoff { grid-template-columns:1fr; }.handoff-actions { width:100%; }
}

@media (max-width:760px) {
  .shell { width:calc(100% - 32px); }
  .access-panel { padding:42px 26px 34px; }.access-logo { margin-bottom:28px; }
  .topbar { min-height:72px; padding:0 16px; }.brand { width:138px; }.topbar-tools { gap:11px; }.data-pulse { display:none; }.exit-link > span { display:none; }.exit-link i { width:28px; height:28px; }
  .hero { gap:55px; padding-block:70px 80px; }.hero-copy h1 { margin-block:20px 28px; font-size:clamp(3.6rem,17vw,5.4rem); }.hero-copy > p:last-child { font-size:.86rem; }
  .planner { padding:28px 20px; }.planner-grid { grid-template-columns:1fr; gap:22px; }.field-location { grid-column:auto; }.planner-actions { align-items:stretch; flex-direction:column; }.planner-actions .button { width:100%; }
  .field small { font-size:.75rem; }.planner-privacy { font-size:.72rem; }
  .time-picker { position:fixed; top:auto; right:16px; bottom:16px; left:16px; width:auto; padding:22px 18px calc(22px + env(safe-area-inset-bottom)); }
  .location-results { max-height:440px; }.location-option { min-height:82px; padding:15px 14px; }.location-option strong { font-size:1.02rem; }.location-option small { font-size:.74rem; }.location-option > span:last-child { font-size:7px; }
  .analysis { padding-block:78px; }.analysis-heading { display:block; }.analysis-heading h2 { margin-bottom:24px; font-size:clamp(3.2rem,15vw,5rem); }.analysis-state { margin:0; }
  .light-stage { height:68svh; min-height:560px; }.stage-topline { top:22px; right:20px; left:20px; font-size:6px; }.stage-topline span:last-child { display:none; }.compass { top:30%; right:22px; width:96px; height:96px; }.compass i { height:36px; }
  .probability { right:16px; bottom:78px; left:16px; max-width:none; padding:16px; }.probability-ring { width:76px; height:76px; padding-bottom:23px; }.probability > div > strong { font-size:1.25rem; }
  .stage-time { right:20px; bottom:27px; }.stage-sun { display:none; }
  .time-control { grid-template-columns:1fr; gap:25px; padding-block:26px 40px; }.time-markers { grid-column:1; margin-top:-15px; }
  .metric-grid { grid-template-columns:1fr; }.metric-primary { grid-column:auto; }.metric { min-height:145px; }
  .decision,.forecast-layers,.method,.handoff,.disclaimer { padding-block:78px; }.section-heading h2,.method-copy h2,.handoff h2 { font-size:clamp(3rem,13vw,4.5rem); }
  .window-list { grid-template-columns:1fr; }.window-card { min-height:245px; }.window-card h3 { margin-top:45px; }
  .layer-track { grid-template-columns:1fr; gap:0; margin-top:50px; }.layer-track::before { top:0; bottom:0; left:5px; width:1px; height:auto; }.layer-track article { padding:0 0 40px 38px; }.layer-track article > span { position:absolute; top:3px; right:0; }.layer-track article > i { position:absolute; top:0; left:0; margin:0; }.layer-track h3 { margin-top:0; }
  .method-card { padding:30px 22px; }.method-details { grid-template-columns:1fr; }.method-details > div,.method-details > div:nth-child(2) { border-right:0; border-bottom:1px solid var(--line); }.method-details > div:last-child { border-bottom:0; }
  .handoff-actions { grid-template-columns:1fr; }.handoff-actions .button:first-child { grid-column:auto; }.handoff-actions p { grid-column:auto; }
  .disclaimer { grid-template-columns:1fr; gap:35px; }.disclaimer-mark { width:90px; height:90px; }
  .footer { grid-template-columns:1fr; gap:9px; padding-block:28px; text-align:center; }.footer span:last-child { justify-self:center; }
}

@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation:none !important; transition:none !important; }
}

@media print {
  :root { color-scheme:light; --black:#fff; --black-soft:#fff; --panel:#fff; --ivory:#111; --muted:#444; --faint:#666; --line:#ccc; --line-strong:#999; }
  body { color:#111; background:#fff; }
  .topbar,.hero,.time-control,.decision,.forecast-layers,.method .text-button,.handoff,.footer,.cursor-dot,.cursor-ring { display:none !important; }
  .analysis,.method,.disclaimer { width:100%; padding:28px 0; border:0; break-inside:avoid; }
  .light-stage { height:480px; border-color:#999; background:#080706; -webkit-print-color-adjust:exact; print-color-adjust:exact; }
  .metric-grid,.method-card,.method-details { break-inside:avoid; }
  .method-details[hidden] { display:grid !important; }
  .method-card { border-color:#aaa; }
  .disclaimer { grid-template-columns:110px 1fr; }
}
