:root{--bg: #101116;--bg-2: #171923;--panel: rgba(24, 25, 32, .86);--panel-2: rgba(32, 34, 43, .94);--card: #181a22;--card-soft: #20232d;--line: rgba(184, 190, 204, .15);--line-strong: rgba(117, 157, 255, .42);--text: #eef6f5;--muted: #a9b0bc;--subtle: #7d8492;--green: #75a7ff;--green-dark: #526dce;--orange: #f4b860;--red: #f87171;--blue: #8fb8ff;color:var(--text);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 18% -10%,rgba(117,157,255,.16),transparent 30rem),radial-gradient(circle at 90% 0%,rgba(244,184,96,.12),transparent 24rem),linear-gradient(180deg,#101116,#151720 48%,#101116)}button,input{font:inherit}button{cursor:pointer}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:70px;padding:12px clamp(16px,4vw,54px);border-bottom:1px solid var(--line);background:#101116d6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:10px;padding:0;border:0;background:transparent;color:var(--text);text-align:left}.brandMark{width:38px;height:38px;border-radius:10px;box-shadow:0 10px 28px #75a7ff24}.brandText{display:grid;align-content:center}.brand strong{font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:800;line-height:.9}.brand small{margin-top:5px;color:var(--blue);font-size:.68rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.menuButton{display:none;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--line);border-radius:8px;background:#ffffff0a;color:var(--text)}nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}nav button{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#ffffff09;color:var(--muted);transition:border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease}nav button:hover,nav button.active{border-color:var(--line-strong);background:#759dff14;color:var(--text);box-shadow:0 12px 34px #00000038}main{min-height:calc(100vh - 124px)}.homeHero,.intro,.page{width:min(1180px,calc(100% - 36px));margin:0 auto}.homeHero{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);gap:clamp(28px,6vw,72px);align-items:center;min-height:calc(100vh - 70px);padding:clamp(30px,5vw,58px) 0 clamp(30px,5vw,58px)}.heroCopy{max-width:690px}.eyebrow,.pageIntro span,.sectionHeader span,.panelHeader span{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:.78rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}h1,h2,h3,p{margin:0}.heroCopy h1,.pageIntro h1,.sectionHeader h2{color:var(--text);font-family:Georgia,Times New Roman,serif;letter-spacing:0}.heroCopy h1{margin-top:18px;font-size:clamp(2.85rem,6.15vw,5.55rem);line-height:.92}.heroCopy p{max-width:650px;margin-top:24px;color:var(--muted);font-size:clamp(1rem,2vw,1.22rem);line-height:1.65}.heroActions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.heroActions button,.infoCard button,.solidButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 16px;border:1px solid rgba(117,157,255,.42);border-radius:8px;background:linear-gradient(180deg,var(--green),var(--green-dark));color:#070a12;font-weight:900;box-shadow:0 18px 40px #759dff29}.heroActions .ghostButton,.infoCard button{background:#ffffff0b;color:var(--text);box-shadow:none}.heroActions button:hover,.infoCard button:hover,.solidButton:hover,.shareButton:hover{filter:brightness(1.08)}.heroViz{position:relative;min-height:500px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,#22232bf5,#121319f0),linear-gradient(90deg,rgba(154,178,205,.06) 1px,transparent 1px),linear-gradient(0deg,rgba(154,178,205,.06) 1px,transparent 1px);background-size:auto,42px 42px,42px 42px;box-shadow:0 30px 90px #00000061}.heroViz svg{position:absolute;inset:auto 5% 8%;width:90%;overflow:visible}.vizGrid{fill:none;stroke:#9ab2cd1f;stroke-width:1}.vizLineOne,.vizLineTwo{fill:none;stroke-linecap:round;stroke-linejoin:round}.vizLineOne{stroke:var(--green);stroke-width:8}.vizLineTwo{stroke:var(--orange);stroke-width:5}.vizStat{position:absolute;right:8%;display:grid;gap:6px;width:min(230px,42%);padding:18px;border:1px solid var(--line);border-radius:8px;background:#101116b8;box-shadow:0 18px 42px #00000042}.vizStat.primary{left:8%;right:auto;top:10%;width:min(320px,70%)}.vizStat:not(.primary){top:28%}.vizStat span,.vizStat small{color:var(--muted);font-size:.82rem;font-weight:900;text-transform:uppercase}.vizStat strong{color:var(--text);font-size:clamp(2rem,5vw,4.2rem);line-height:1}.intro{padding:20px 0 74px}.sectionHeader{display:grid;gap:10px;max-width:760px}.sectionHeader h2,.pageIntro h1{font-size:clamp(2.4rem,5.8vw,4.8rem);line-height:1}.cardGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:stretch;margin-top:24px}.infoCard{display:grid;grid-template-rows:auto 1fr auto;gap:18px;min-height:300px;padding:20px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(180deg,#1f212ae0,#14151ce0);box-shadow:0 18px 48px #00000038}.cardIcon{display:inline-flex;align-items:center;gap:10px;width:fit-content;padding:8px 10px;border:1px solid var(--line);border-radius:8px;color:var(--green);font-size:.78rem;font-weight:900;text-transform:uppercase}.infoCard h3{margin-bottom:10px;color:var(--text);font-size:1.3rem;line-height:1.1}.cardQuestion{display:block;margin-bottom:9px;color:var(--blue);font-size:.86rem;font-weight:950;line-height:1.3}.infoCard p{color:var(--muted);font-size:.96rem;line-height:1.48}.miniGoals{display:grid;gap:8px;margin:0;padding:0;list-style:none}.miniGoals li{position:relative;padding-left:18px;color:#c3d0d6;font-size:.9rem;font-weight:750;line-height:1.35}.miniGoals li:before{content:"";position:absolute;left:0;top:.48em;width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 14px #759dff85}.infoCard button{width:100%}.page{padding:72px 0 70px}.pageIntro{display:grid;gap:12px;max-width:920px;margin-bottom:24px}.pageIntro p{max-width:780px;color:var(--muted);font-size:1.08rem;line-height:1.6}.pageGuidance{max-width:920px;margin:-8px 0 18px;padding:14px 16px;border:1px solid rgba(154,178,205,.14);border-radius:8px;background:#ffffff09;color:#c3d0d6;font-size:.98rem;line-height:1.5}.toolFrame{display:grid;grid-template-columns:minmax(280px,370px) minmax(0,1fr);gap:18px;align-items:start}.inputPanel,.resultPanel{border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:0 22px 64px #00000047}.inputPanel{position:sticky;top:90px;padding:18px}.resultPanel{padding:18px}.panelHeader{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:16px}.panelHeader h2{color:var(--text);font-size:1.08rem}.panelHeader span{color:var(--subtle);font-size:.68rem}.fieldsGrid{display:grid;gap:14px}.inputGroup{display:grid;gap:10px;padding:12px;border:1px solid rgba(154,178,205,.12);border-radius:8px;background:#0e0f1447}.inputGroup h3{color:var(--text);font-size:.92rem}.inputGroup>div{display:grid;gap:10px}.scenarioStep{display:grid;gap:12px;padding:14px;border:1px solid rgba(154,178,205,.14);border-radius:8px;background:#0e0f144d}.scenarioStepHeader{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start}.scenarioStepHeader>span{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid rgba(117,157,255,.34);border-radius:8px;color:var(--green);font-size:.78rem;font-weight:900}.scenarioStepHeader h3{color:var(--text);font-size:1rem}.scenarioStepHeader p{margin-top:5px;color:var(--muted);font-size:.86rem;line-height:1.4}.scenarioStepFields{display:grid;gap:10px}.field{display:grid;gap:7px}.field span,.fieldBlock>span{color:#cbd8dc;font-size:.86rem;font-weight:800}.fieldBlock{display:grid;gap:9px}.inputShell{display:flex;align-items:center;min-height:46px;overflow:hidden;border:1px solid rgba(154,178,205,.18);border-radius:8px;background:#0e0f148c}.inputShell:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #759dff1f}.inputShell b{min-width:34px;color:var(--subtle);text-align:center}.inputShell input{width:100%;min-width:0;padding:0 12px;border:0;outline:0;background:transparent;color:var(--text);font-weight:850}.textInputShell input{padding-left:16px}.presetButtons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:5px;border:1px solid rgba(154,178,205,.18);border-radius:8px;background:#0e0f148c}.presetButtons button{min-height:38px;padding:0 8px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--muted);font-size:.78rem;font-weight:900;line-height:1.1}.presetButtons button.active,.presetButtons button:hover{border-color:#759dff57;background:#759dff1f;color:var(--text)}.statsGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:18px;container-type:inline-size}.answerCard{display:grid;gap:8px;margin-bottom:14px;padding:18px;border:1px solid rgba(117,157,255,.32);border-radius:8px;background:linear-gradient(180deg,#759dff26,#0e0f147a)}.answerCard.warn{border-color:#ffb86b61;background:linear-gradient(180deg,#ffb86b26,#0e0f147a)}.answerCard span{color:var(--green);font-size:.75rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.answerCard.warn span{color:var(--orange)}.answerCard strong{color:var(--text);font-size:clamp(1.3rem,2.5vw,2.1rem);line-height:1.05}.answerCard p{max-width:760px;color:var(--muted);font-size:.98rem;line-height:1.5}.stat{min-width:0;min-height:126px;padding:16px;border:1px solid rgba(154,178,205,.14);border-radius:8px;background:#0e0f147a;container-type:inline-size}.stat span,.stat small{display:block;color:var(--subtle);font-size:.76rem;font-weight:900;text-transform:uppercase}.stat strong{display:block;margin-top:10px;color:var(--text);font-size:clamp(1.45rem,15cqw,2.55rem);line-height:1.05;white-space:nowrap;letter-spacing:-.02em}.stat small{margin-top:8px;color:var(--muted);text-transform:none}.compactStats{grid-template-columns:repeat(4,minmax(0,1fr))}.compactStats .stat{min-height:112px;padding:16px}.compactStats .stat strong{font-size:clamp(1.35rem,6cqw,2rem)}.shareButton{display:inline-flex;align-items:center;justify-content:center;justify-self:start;gap:8px;min-height:42px;margin-bottom:14px;padding:0 14px;border:1px solid rgba(117,157,255,.34);border-radius:8px;background:#759dff14;color:var(--text);font-weight:900}.stat.accent{border-color:#759dff5c;background:linear-gradient(180deg,#759dff26,#0e0f146b)}.stat.warn{border-color:#ffb86b61;background:linear-gradient(180deg,#ffb86b24,#0e0f146b)}.chartWrap{position:relative;overflow:hidden;border:1px solid rgba(154,178,205,.16);border-radius:8px;background:linear-gradient(180deg,#121319f5,#0e0f14fa),linear-gradient(90deg,rgba(154,178,205,.04) 1px,transparent 1px)}.chartWrap svg{display:block;width:100%;min-height:280px}.grid{stroke:#9ab2cd1c}.axisLine,.xTick{stroke:#9ab2cd3d}.axisLabel{fill:#91a3b2;font-size:12px;font-weight:800}.yAxis{text-anchor:end}.xAxis{text-anchor:middle}.line{fill:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 6px 10px rgba(0,0,0,.26))}.hoverTarget{fill:transparent;outline:none;cursor:crosshair}.hoverTarget:focus-visible{stroke:#759dff59;stroke-width:2}.hoverRule{stroke:#eef6f561;stroke-width:1.5;stroke-dasharray:5 6}.hoverDot{stroke:#071019;stroke-width:3}.chartTooltip{position:absolute;z-index:2;display:grid;gap:7px;min-width:210px;max-width:min(300px,calc(100% - 28px));padding:12px;border:1px solid rgba(117,157,255,.34);border-radius:8px;background:#0e0f14f0;color:var(--text);box-shadow:0 18px 42px #00000061;pointer-events:none;transform:translate(-50%,calc(-100% - 14px))}.chartTooltip.below{transform:translate(-50%,14px)}.chartTooltip.left{transform:translateY(calc(-100% - 14px))}.chartTooltip.left.below{transform:translateY(14px)}.chartTooltip.right{transform:translate(-100%,calc(-100% - 14px))}.chartTooltip.right.below{transform:translate(-100%,14px)}.chartTooltip:after{content:"";position:absolute;left:50%;bottom:-6px;width:10px;height:10px;border-right:1px solid rgba(117,157,255,.34);border-bottom:1px solid rgba(117,157,255,.34);background:#0e0f14f0;transform:translate(-50%) rotate(45deg)}.chartTooltip.below:after{top:-6px;bottom:auto;border:0;border-left:1px solid rgba(117,157,255,.34);border-top:1px solid rgba(117,157,255,.34)}.chartTooltip.left:after{left:18px;transform:rotate(45deg)}.chartTooltip.right:after{left:auto;right:18px;transform:rotate(45deg)}.chartTooltip strong{font-size:.9rem}.chartTooltip span{display:flex;align-items:center;gap:8px;color:#c3d0d6;font-size:.82rem;font-weight:800}.chartTooltip i{flex:0 0 auto;width:10px;height:10px;border-radius:50%}.legend{display:flex;flex-wrap:wrap;gap:14px;padding:0 18px 18px;color:#c3d0d6;font-size:.9rem;font-weight:800}.legend span{display:inline-flex;align-items:center;gap:8px}.legend i{width:12px;height:12px;border-radius:50%}.phaseEditor{display:grid;gap:12px;margin:6px 0;padding:14px;border:1px solid rgba(154,178,205,.14);border-radius:8px;background:#0e0f1461}.phaseEditorHeader{display:grid;gap:5px}.phaseEditor h3{color:var(--text);font-size:1rem}.phaseEditor p{color:var(--muted);font-size:.86rem;line-height:1.4}.solidButton{width:100%}.phaseCard{display:grid;gap:10px;padding:12px;border:1px solid rgba(154,178,205,.14);border-radius:8px;background:#ffffff09}.phaseCardHeader{display:flex;align-items:center;justify-content:space-between;gap:10px}.phaseCardHeader strong{color:var(--text);font-size:.96rem}.plannerShell{display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px;align-items:start}.plannerStepper{position:sticky;top:90px;display:grid;gap:8px;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:0 22px 64px #00000047}.plannerStepper button{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center;min-height:46px;padding:8px 10px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--muted);text-align:left;font-weight:850}.plannerStepper button span{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid rgba(154,178,205,.16);border-radius:8px;color:var(--subtle);font-size:.76rem;font-weight:950}.plannerStepper button.active,.plannerStepper button:hover{border-color:var(--line-strong);background:#759dff14;color:var(--text)}.plannerStepper button.complete span,.plannerStepper button.active span{border-color:#759dff61;color:var(--green)}.plannerStage{min-width:0;padding:22px;border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:0 22px 64px #00000047}.plannerStageHeader{display:grid;gap:10px;max-width:860px;margin-bottom:20px}.plannerStageHeader>span{color:var(--green);font-size:.75rem;font-weight:950;letter-spacing:.11em;text-transform:uppercase}.plannerStageHeader h2{color:var(--text);font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.7rem);line-height:1}.plannerStageHeader p{color:var(--muted);font-size:1rem;line-height:1.55}.plannerForm,.repeaterList,.plannerReview{display:grid;gap:14px}.plannerForm{grid-template-columns:repeat(2,minmax(0,1fr))}.repeaterList{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.repeaterCard{display:grid;gap:12px;padding:14px;border:1px solid rgba(154,178,205,.14);border-radius:8px;background:#0e0f145c}.featuredCard{grid-column:1 / -1;border-color:#759dff3d;background:linear-gradient(180deg,#759dff1a,#0e0f1461)}.emptyPlannerCard{display:grid;gap:8px;padding:18px;border:1px dashed rgba(184,190,204,.22);border-radius:8px;background:#0e0f1447}.emptyPlannerCard strong{color:var(--text);font-size:1rem}.emptyPlannerCard p{color:var(--muted);font-size:.92rem;line-height:1.45}.repeaterHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:32px}.repeaterHeader strong{min-width:0;overflow-wrap:anywhere;color:var(--text);font-size:1rem}.repeaterHeader button,.toggleRow input{flex:0 0 auto}.repeaterHeader button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;border-radius:8px;background:transparent;color:var(--subtle)}.repeaterHeader button:hover:not(:disabled){background:#f871711f;color:var(--red)}.repeaterHeader button:disabled{cursor:not-allowed;opacity:.35}.toggleRow{display:flex;align-items:center;gap:10px;min-height:42px;padding:10px 12px;border:1px solid rgba(154,178,205,.14);border-radius:8px;background:#ffffff09;color:#cbd8dc;font-size:.86rem;font-weight:850}.toggleRow input{width:18px;height:18px;accent-color:var(--green)}.fieldNote{margin:0;padding:10px 12px;border:1px solid rgba(184,190,204,.12);border-radius:8px;background:#ffffff07;color:var(--muted);font-size:.84rem;font-weight:750;line-height:1.4}.reviewToolsGrid{display:grid;align-items:start;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.reviewTool{display:grid;align-content:start;gap:12px;min-width:0;padding:16px;border:1px solid rgba(184,190,204,.14);border-radius:8px;background:#0e0f146b}.toolHeader{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.toolHeader span{color:var(--subtle);font-size:.76rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.toolHeader strong{min-width:0;color:var(--text);font-size:1rem;overflow-wrap:anywhere;text-align:right}.compactFields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.toolNote{margin:0;color:var(--muted);font-size:.92rem;line-height:1.45}.pressureList,.assumptionList{display:grid;align-content:start;gap:8px}.pressureItem,.assumptionList>div{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid rgba(184,190,204,.1)}.pressureItem:first-child,.assumptionList>div:first-child{border-top:0;padding-top:0}.pressureItem span,.assumptionList span{color:var(--muted);font-size:.9rem;font-weight:800}.pressureItem span{display:grid;gap:4px}.pressureItem b{color:var(--text);font-size:.92rem}.pressureItem small{color:var(--subtle);font-size:.78rem;font-weight:800;line-height:1.35}.pressureItem strong,.assumptionList strong{color:var(--text);font-size:.92rem;text-align:right}.plannerActions{display:flex;justify-content:space-between;gap:12px;margin-top:22px;padding-top:18px;border-top:1px solid rgba(154,178,205,.12)}.plannerActions button,.exportButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 16px;border-radius:8px;font-weight:900}.plannerActions .ghostButton{border:1px solid var(--line);background:#ffffff09;color:var(--text)}.plannerActions button:disabled{cursor:not-allowed;filter:none;opacity:.45}.plannerActions .solidButton{width:auto}.planSummaryGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px;container-type:inline-size}.exportButton{width:fit-content;margin-top:2px;border:1px solid rgba(117,157,255,.42);background:linear-gradient(180deg,var(--green),var(--green-dark));color:#070a12;box-shadow:0 18px 40px #759dff29}.repeaterList>.solidButton{grid-column:1 / -1}.removePhase{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:0;border-radius:8px;background:transparent;color:var(--subtle)}.removePhase:hover:not(:disabled){background:#f871711f;color:var(--red)}.removePhase:disabled{cursor:not-allowed;opacity:.35}footer{display:flex;align-items:center;justify-content:center;min-height:54px;padding:10px;border-top:1px solid var(--line);color:var(--subtle);font-weight:800}@media(max-width:1080px){.homeHero{grid-template-columns:1fr;min-height:auto}.heroViz{min-height:410px}.cardGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.toolFrame,.plannerShell{grid-template-columns:1fr}.plannerStepper{position:static;grid-template-columns:repeat(3,minmax(0,1fr))}.inputPanel{position:static}.fieldsGrid,.statsGrid,.reviewToolsGrid,.planSummaryGrid,.repeaterList{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.topbar{flex-wrap:wrap}.menuButton{display:inline-flex}nav{display:none;width:100%;grid-template-columns:1fr}nav.open{display:grid}nav button{justify-content:flex-start}.homeHero,.intro,.page{width:calc(100% - 28px)}.heroViz{min-height:340px}.vizStat.primary{width:calc(100% - 36px);left:18px}.vizStat:not(.primary){display:none}.cardGrid,.fieldsGrid,.statsGrid,.plannerForm,.compactFields,.reviewToolsGrid,.repeaterList,.planSummaryGrid{grid-template-columns:1fr}.toolHeader,.pressureItem,.assumptionList>div{display:grid;text-align:left}.toolHeader strong,.pressureItem strong,.assumptionList strong{text-align:left}.plannerStepper{grid-template-columns:1fr}.plannerStage{padding:16px}.plannerActions{flex-direction:column}.plannerActions .solidButton,.plannerActions .ghostButton,.exportButton{width:100%}.infoCard{min-height:250px}}
