/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--ink:#101828;--navy:#0b1736;--blue:#2857f5;--cyan:#20c7b7;--amber:#f0b63b;--paper:#f4f7fb;--white:#fff;--muted:#64718b;--line:#d7deea;--display:"Arial Narrow", "DIN Condensed", "PingFang SC", "Microsoft YaHei", sans-serif;--body:"Aptos", "PingFang SC", "Microsoft YaHei", sans-serif;--utility:"SFMono-Regular", "Roboto Mono", "Cascadia Code", monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--body);-webkit-font-smoothing:antialiased;margin:0}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--blue);outline-offset:5px}main{min-height:100vh;overflow:hidden}.topbar{border-bottom:1px solid var(--line);z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f3f6faeb;grid-template-columns:1fr auto 1fr;align-items:center;height:72px;padding:0 clamp(24px,5vw,84px);display:grid;position:sticky;top:0}.brand{font-family:var(--utility);letter-spacing:.12em;align-items:center;gap:12px;font-size:10px;font-weight:700;line-height:1.3;display:flex}.brand-mark{background:var(--blue);color:var(--white);letter-spacing:-.05em;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;display:flex}.brand small{color:var(--muted);letter-spacing:.18em;margin-top:2px;font-size:8px;display:block}nav{gap:30px;display:flex}nav a{color:#59667d;font-size:13px;font-weight:600;position:relative}nav a:after{background:var(--blue);content:"";transform-origin:0;width:100%;height:2px;transition:transform .18s;position:absolute;bottom:-9px;left:0;transform:scaleX(0)}nav a:hover:after,nav a:focus-visible:after{transform:scaleX(1)}.report-date{color:var(--muted);font-family:var(--utility);letter-spacing:.14em;justify-self:end;font-size:10px}.hero{background:linear-gradient(#0b173606 1px, transparent 1px), linear-gradient(90deg, #0b173606 1px, transparent 1px), var(--paper);background-size:48px 48px;min-height:calc(100vh - 72px);padding:clamp(54px,7vw,92px) clamp(24px,7vw,112px) 42px;position:relative}.hero:before{background:var(--blue);content:"";width:34%;height:7px;position:absolute;top:0;left:0}.hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(390px,.75fr);align-items:end;gap:clamp(48px,7vw,112px);max-width:1440px;margin:0 auto;display:grid}.hero-copy{animation:.52s cubic-bezier(.2,.8,.2,1) both report-enter}.eyebrow,.section-kicker{color:var(--blue);font-family:var(--utility);letter-spacing:.16em;font-size:11px;font-weight:700}.eyebrow{align-items:center;gap:10px;margin-bottom:28px;display:flex}.status-dot{background:var(--cyan);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 6px #20c7b721}.hero h1{font-family:var(--display);letter-spacing:-.075em;max-width:900px;margin:0;font-size:clamp(58px,6.4vw,98px);font-weight:900;font-stretch:75%;line-height:.96}.hero h1 em{color:var(--blue);font-style:normal}.hero-lead{border-left:3px solid var(--cyan);color:#526079;max-width:630px;margin:34px 0 0;padding-left:20px;font-size:17px;line-height:1.85}.hero-thesis{border-top:1px solid var(--line);grid-template-columns:auto 1fr;align-items:center;gap:18px;max-width:630px;margin-top:28px;padding-top:20px;display:grid}.hero-thesis span{color:var(--blue);font-family:var(--utility);letter-spacing:.14em;font-size:9px;font-weight:700}.hero-thesis strong{font-size:15px;line-height:1.5}.hero-command{background:var(--navy);color:var(--white);align-self:end;min-height:472px;padding:28px;animation:.62s cubic-bezier(.2,.8,.2,1) 80ms both report-panel-enter;position:relative;box-shadow:22px 22px #2257f51a}.hero-command:before,.hero-command:after{border-color:var(--cyan);content:"";border-style:solid;width:26px;height:26px;position:absolute}.hero-command:before{border-width:2px 0 0 2px;top:14px;left:14px}.hero-command:after{border-width:0 2px 2px 0;bottom:14px;right:14px}.command-head{color:#aeb9d2;font-family:var(--utility);letter-spacing:.13em;border-bottom:1px solid #ffffff24;justify-content:space-between;align-items:center;padding-bottom:18px;font-size:9px;display:flex}.live-label{color:var(--cyan);align-items:center;gap:7px;display:flex}.live-label:before{background:var(--cyan);content:"";border-radius:50%;width:6px;height:6px;animation:1.8s infinite pulse}.command-main{grid-template-columns:auto 1fr;align-items:end;padding:48px 8px 34px;display:grid}.big-number{font-family:var(--display);letter-spacing:-.08em;font-size:clamp(112px,10vw,158px);font-weight:900;line-height:.74;display:block}.big-unit{color:var(--cyan);margin:0 0 15px 18px;font-size:22px;font-weight:700;display:block}.command-main p{color:#9eabc5;font-family:var(--utility);letter-spacing:.08em;grid-column:1/-1;margin:22px 0 0 4px;font-size:10px;line-height:1.6}.command-progress{border-top:1px solid #ffffff24;padding-top:20px}.progress-caption{color:#aeb9d2;font-family:var(--utility);letter-spacing:.1em;justify-content:space-between;font-size:8px;display:flex}.progress-bar{gap:3px;height:7px;margin:14px 0 0;display:flex}.progress-bar i{display:block}.progress-bar .active{background:var(--cyan);flex:3}.progress-bar .proposed{background:var(--blue);flex:4}.progress-bar .candidate{background:#697791;flex:5}.command-stats{border-top:0;grid-template-columns:repeat(3,1fr);padding-top:20px;display:grid}.command-stats div{border-right:1px solid #ffffff1f;padding-left:14px}.command-stats div:first-child{padding-left:0}.command-stats div:last-child{border:0}.command-stats strong{font-family:var(--utility);margin-bottom:5px;font-size:22px;display:block}.command-stats span{color:#8f9cb6;font-size:10px}.system-route{max-width:1440px;margin:clamp(56px,6vw,82px) auto 0}.route-label{color:var(--muted);font-family:var(--utility);letter-spacing:.15em;justify-content:space-between;margin-bottom:17px;font-size:8px;display:flex}.route-line{background:var(--line);grid-template-columns:repeat(12,1fr);height:2px;display:grid;position:relative}.route-stop{color:var(--muted);text-align:center;position:relative}.route-stop i{background:var(--paper);border:3px solid var(--blue);border-radius:50%;width:15px;height:15px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.route-stop.active i{background:var(--cyan);border-color:var(--navy)}.route-stop.candidate i{border-color:#a6b1c4}.route-stop.clarify i{border-color:var(--amber)}.route-stop small{font-family:var(--utility);letter-spacing:.08em;margin-top:16px;font-size:7px;display:block}.section-shell{max-width:1680px;margin:0 auto;padding:clamp(84px,10vw,150px) clamp(24px,7vw,112px)}.section-heading{max-width:960px;margin-bottom:62px}.section-heading.compact{margin-bottom:46px}.section-heading h2{font-family:var(--display);letter-spacing:-.055em;margin:18px 0 20px;font-size:clamp(38px,4.5vw,68px);font-weight:900;line-height:1.08}.section-heading p{color:var(--muted);margin:0;font-size:16px;line-height:1.7}.objective{background:var(--white)}.kr-grid{border-left:1px solid var(--line);border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.kr-card{border-bottom:1px solid var(--line);border-right:1px solid var(--line);min-height:344px;padding:25px;transition:background .18s,transform .18s}.kr-card:hover{background:#f7f9fc;transform:translateY(-4px)}.kr-topline{color:var(--muted);font-family:var(--utility);letter-spacing:.11em;justify-content:space-between;font-size:9px;display:flex}.kr-metric{color:var(--blue);font-family:var(--display);letter-spacing:-.07em;margin:46px 0 36px;font-size:clamp(58px,5.5vw,88px);font-weight:900}.kr-card h3{margin:0 0 13px;font-size:19px}.kr-card p{color:var(--muted);margin:0;font-size:13px;line-height:1.75}.modules{background:linear-gradient(#0b173605 1px, transparent 1px), linear-gradient(90deg, #0b173605 1px, transparent 1px), var(--paper);background-size:40px 40px;max-width:none}.module-status-band{grid-template-columns:repeat(3,1fr);gap:12px;max-width:1456px;margin:-10px auto 28px;display:grid}.module-status-band article{background:var(--white);border:1px solid var(--line);min-height:170px;padding:22px 24px;position:relative}.module-status-band article:after{content:"";width:calc(100% + 2px);height:5px;position:absolute;bottom:-1px;left:-1px}.module-status-band article.active:after{background:var(--cyan)}.module-status-band article.proposed:after{background:var(--blue)}.module-status-band article.candidate:after{background:#a6b1c4}.status-band-top{justify-content:space-between;align-items:start;display:flex}.status-band-top small{color:var(--muted);font-family:var(--utility);letter-spacing:.14em;font-size:8px}.status-band-top strong{color:var(--ink);font-family:var(--display);letter-spacing:-.07em;font-size:48px;line-height:.8}.module-status-band h3{margin:28px 0 8px;font-size:17px}.module-status-band p{color:var(--muted);margin:0;font-size:11px;line-height:1.55}.legend{flex-wrap:wrap;justify-content:flex-end;gap:22px;margin:-80px 0 46px;display:flex}.legend span{color:var(--muted);align-items:center;gap:7px;font-size:11px;display:flex}.legend i{background:var(--blue);border-radius:50%;width:8px;height:8px}.legend i.active{background:var(--cyan)}.legend i.clarify{background:var(--amber)}.legend i.candidate{background:#a6b1c4}.module-grid{grid-template-columns:repeat(3,1fr);gap:16px;max-width:1456px;margin:0 auto;display:grid}.module-card{background:var(--white);border:1px solid var(--line);min-height:272px;padding:24px;transition:border-color .18s,box-shadow .18s,transform .18s;position:relative}.module-card.active{background:linear-gradient(150deg,#fff 58%,#eefbf8 100%)}.module-card:before{background:var(--blue);content:"";width:68px;height:4px;position:absolute;top:-1px;left:-1px}.module-card.active:before{background:var(--cyan)}.module-card.candidate:before{background:#a6b1c4}.module-card.clarify:before{background:var(--amber)}.module-card:hover{border-color:#99a7bf;transform:translateY(-4px);box-shadow:0 18px 40px #0b173614}.module-head{justify-content:space-between;align-items:center;display:flex}.module-code{color:var(--muted);font-family:var(--utility);letter-spacing:.14em;font-size:9px;font-weight:700}.status-pill{color:var(--blue);background:#edf1fb;padding:6px 9px;font-size:10px;font-weight:700}.active .status-pill{color:#087f75;background:#def8f4}.candidate .status-pill{color:#68758b;background:#edf0f4}.clarify .status-pill{color:#8a5a00;background:#fff4d8}.department{color:var(--muted);margin:32px 0 8px;font-size:12px}.module-card h3{font-family:var(--display);letter-spacing:-.025em;margin:0;font-size:23px}.flow{grid-template-columns:repeat(4,1fr);gap:0;margin-top:34px;display:grid;position:relative}.running-case{background:var(--blue);color:var(--white);grid-template-columns:180px minmax(0,1.45fr) minmax(300px,.85fr);max-width:1456px;margin:22px auto 0;display:grid;overflow:hidden}.running-case-lead{background:#08184e38;flex-direction:column;justify-content:space-between;min-height:230px;padding:24px;display:flex}.running-case-lead span,.running-case-copy>span,.running-case-facts dt{font-family:var(--utility);letter-spacing:.14em;font-size:8px}.running-case-lead strong{font-family:var(--display);letter-spacing:-.08em;font-size:78px;line-height:.8}.running-case-lead small{color:#d9e1ff;font-size:11px}.running-case-copy{padding:34px 38px}.running-case-copy>span{color:#b8fff6}.running-case-copy h3{font-family:var(--display);letter-spacing:-.045em;margin:24px 0 14px;font-size:clamp(28px,3vw,42px)}.running-case-copy p{color:#e3e9ff;max-width:720px;margin:0;font-size:12px;line-height:1.8}.running-case-facts{background:#08184e2e;grid-template-rows:repeat(2,1fr);margin:0;display:grid}.running-case-facts div{flex-direction:column;justify-content:center;padding:24px 28px;display:flex}.running-case-facts div+div{border-top:1px solid #ffffff2e}.running-case-facts dt{color:#b8fff6;margin-bottom:12px}.running-case-facts dd{color:#e1e7fb;margin:0;font-size:11px;line-height:1.6}.flow:before{background:var(--line);content:"";height:1px;position:absolute;top:9px;left:9px;right:9px}.flow span{color:var(--muted);text-align:center;font-size:9px;line-height:1.4;position:relative}.flow i{background:var(--white);color:var(--muted);font-family:var(--utility);z-index:1;border:1px solid #9dabc0;border-radius:50%;justify-content:center;align-items:center;width:19px;height:19px;margin:0 auto 9px;font-size:7px;font-style:normal;display:flex;position:relative}.shared-rule{background:var(--navy);color:var(--white);grid-template-columns:170px minmax(0,1.5fr) minmax(280px,.8fr);align-items:stretch;gap:0;max-width:1456px;margin:14px auto 0;display:grid}.shared-rule-mark{background:var(--blue);flex-direction:column;justify-content:space-between;min-height:228px;padding:24px;display:flex}.shared-rule-mark span,.shared-rule-copy>span{font-family:var(--utility);letter-spacing:.14em;font-size:8px}.shared-rule-mark strong{font-family:var(--display);letter-spacing:-.08em;font-size:74px;line-height:.8}.shared-rule-mark small{color:#dbe4ff;font-size:11px}.shared-rule-copy{padding:32px 36px}.shared-rule-copy>span{color:var(--cyan)}.shared-rule-copy h3{font-family:var(--display);letter-spacing:-.04em;margin:22px 0 14px;font-size:clamp(24px,2.4vw,36px);line-height:1.2}.shared-rule-copy p{color:#a9b5cc;max-width:720px;margin:0;font-size:12px;line-height:1.75}.shared-rule-steps{border-left:1px solid #ffffff24;grid-template-columns:repeat(2,1fr);display:grid}.shared-rule-steps span{color:#b8c3d8;text-align:center;border-bottom:1px solid #ffffff24;border-right:1px solid #ffffff24;justify-content:center;align-items:center;padding:20px;font-size:11px;display:flex}.shared-rule-steps span:nth-child(3),.shared-rule-steps span:nth-child(4){border-bottom:0}.acceptance{background:var(--navy);color:var(--white);max-width:none}.section-heading.inverse p{color:#a9b5cc}.section-heading.inverse .section-kicker{color:var(--cyan)}.gate-track{border:1px solid #ffffff24;grid-template-columns:repeat(5,1fr);margin-top:56px;display:grid}.gate{border-right:1px solid #ffffff24;min-height:286px;padding:24px;position:relative}.gate:last-child{border:0}.gate:after{content:"";z-index:2;border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:8px solid #ffffff47;position:absolute;top:78px;right:-8px}.gate:last-child:after{display:none}.gate-index{color:#ffffff1c;font-family:var(--display);letter-spacing:-.08em;font-size:78px;font-weight:900;line-height:1}.gate>span{color:var(--cyan);font-family:var(--utility);letter-spacing:.14em;margin-top:27px;font-size:9px;display:block}.gate h3{margin:12px 0;font-size:19px}.gate p{color:#9cabc5;margin:0;font-size:12px;line-height:1.7}.acceptance-callout{background:var(--blue);grid-template-columns:auto 1fr auto;align-items:center;gap:24px;margin-top:28px;padding:28px 32px;display:grid}.acceptance-callout span{font-family:var(--utility);letter-spacing:.14em;font-size:9px}.acceptance-callout strong{font-family:var(--display);font-size:24px}.acceptance-callout p{color:#dbe4ff;margin:0;font-size:12px}footer{background:var(--navy);color:#8e9bb5;font-family:var(--utility);letter-spacing:.12em;justify-content:space-between;padding:30px clamp(24px,7vw,112px);font-size:8px;display:flex}@keyframes report-enter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes report-panel-enter{0%{opacity:0;transform:translateY(22px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes pulse{50%{opacity:.5}}@media (width<=1100px){.topbar{grid-template-columns:1fr auto}nav{display:none}.hero-grid{grid-template-columns:minmax(0,1fr) 370px;gap:44px}.hero-command{min-height:430px}.kr-grid,.module-grid{grid-template-columns:repeat(2,1fr)}.legend{justify-content:flex-start;margin:-22px 0 38px}.gate-track{grid-template-columns:repeat(5,minmax(180px,1fr));overflow-x:auto}.acceptance-callout{grid-template-columns:1fr}.shared-rule{grid-template-columns:150px 1fr}.running-case{grid-template-columns:160px 1fr}.running-case-facts{border-top:1px solid #ffffff2e;grid-column:1/-1;grid-template-rows:none;grid-template-columns:repeat(2,1fr)}.running-case-facts div+div{border-top:0;border-left:1px solid #ffffff2e}.shared-rule-steps{border-top:1px solid #ffffff24;border-left:0;grid-column:1/-1;grid-template-columns:repeat(4,1fr)}.shared-rule-steps span{border-bottom:0}}@media (width<=760px){.topbar{height:66px;padding:0 18px}.brand{font-size:8px}.brand-mark{width:34px;height:34px}.report-date{font-size:8px}.hero{min-height:auto;padding:56px 20px 40px}.hero-grid{grid-template-columns:1fr;gap:50px}.hero h1{font-size:clamp(52px,16vw,76px)}.hero-command{min-height:430px}.hero-thesis{grid-template-columns:1fr;gap:9px}.system-route{display:none}.section-shell{padding:80px 20px}.section-heading{margin-bottom:40px}.kr-grid,.module-grid{grid-template-columns:1fr}.kr-card{min-height:320px}.module-card{min-height:270px}.legend{gap:12px 18px}.module-status-band{grid-template-columns:1fr}.module-status-band article{min-height:146px}.running-case{grid-template-columns:1fr}.running-case-lead{min-height:160px}.running-case-copy{padding:30px 24px}.running-case-facts{grid-column:auto;grid-template-columns:1fr}.running-case-facts div+div{border-top:1px solid #ffffff2e;border-left:0}.shared-rule{grid-template-columns:1fr}.shared-rule-mark{min-height:160px}.shared-rule-copy{padding:30px 24px}.shared-rule-steps{grid-column:auto;grid-template-columns:repeat(2,1fr)}.shared-rule-steps span:first-child,.shared-rule-steps span:nth-child(2){border-bottom:1px solid #ffffff24}.gate-track{grid-template-columns:1fr;overflow:visible}.gate{border-bottom:1px solid #ffffff24;border-right:0;min-height:224px}.gate:after{border-top:8px solid #ffffff47;border-left:8px solid #0000;border-right:8px solid #0000;inset:auto auto -8px 38px}footer{flex-direction:column;gap:10px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{.topbar{position:static}.hero{min-height:auto}.hero-command,.module-card,.kr-card,.gate{break-inside:avoid}.section-shell{padding-top:64px;padding-bottom:64px}}
