:root{--font-ui: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "IBM Plex Mono", "Cascadia Mono", Consolas, ui-monospace, monospace;color:#eef3f6;background:#07080a;font-family:var(--font-ui);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;background:#07080a}button,a{font:inherit}.public-shell{min-height:100vh;overflow-x:hidden}.public-shell *,.public-shell *:before,.public-shell *:after{letter-spacing:0}.fleet-mark{width:28px;height:28px;color:#31f06d}.fleet-mark path{fill:currentColor}.fleetdeck-instrument{--instrument-bg: #07080a;--instrument-panel: #0e1115;--instrument-panel-2: #151920;--instrument-line: #2b313a;--instrument-line-hot: #4d5968;--instrument-text: #eef3f6;--instrument-muted: #8a96a5;--instrument-dim: #566270;--instrument-green: #31f06d;--instrument-cyan: #65d9ff;--instrument-amber: #ffb84a;--instrument-red: #ff6262;color:var(--instrument-text);background:var(--instrument-bg);font-family:var(--font-mono)}.instrument-nav{position:sticky;z-index:12;top:0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;min-height:56px;padding:0 24px;background:#0a0c0f;border-bottom:1px solid var(--instrument-line)}.instrument-brand,.instrument-nav a,.command-button{color:inherit;text-decoration:none}.instrument-brand{display:inline-flex;align-items:center;gap:10px;color:#fff;font-family:var(--font-ui);font-size:18px;font-weight:850}.instrument-nav nav{display:flex;justify-content:center;gap:30px}.instrument-nav nav a{color:var(--instrument-muted);font-size:12px;text-transform:uppercase}.instrument-actions{display:flex;align-items:center;gap:10px}.instrument-actions a{min-height:34px;padding:9px 12px;border:1px solid var(--instrument-line-hot);color:var(--instrument-text);font-size:12px}.instrument-actions a:first-child{color:#001506;background:var(--instrument-green);border-color:var(--instrument-green);font-weight:850}.instrument-hero{display:grid;grid-template-columns:minmax(320px,.5fr) minmax(620px,.95fr);gap:22px;min-height:calc(100vh - 156px);padding:20px 24px 14px;background:linear-gradient(90deg,rgba(49,240,109,.06),transparent 38%),repeating-linear-gradient(0deg,rgba(255,255,255,.025) 0,rgba(255,255,255,.025) 1px,transparent 1px,transparent 44px),var(--instrument-bg)}.terminal-path{margin:0 0 14px;color:var(--instrument-green);font-size:12px;font-weight:800;text-transform:uppercase}.hero-command-copy{align-self:center;max-width:560px}.hero-command-copy h1{margin:0;color:#fff;font-family:var(--font-ui);font-size:62px;font-weight:900;line-height:.96}.hero-command-lede{margin:22px 0 0;color:#c7d0d9;font-size:18px;line-height:1.55}.command-cta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.command-button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:0 16px;border:1px solid var(--instrument-line-hot);font-size:13px;font-weight:850}.command-button.primary{color:#001506;background:var(--instrument-green);border-color:var(--instrument-green)}.command-button.secondary{color:var(--instrument-text);background:#0b0e12}.sanitized-note{margin:18px 0 0;color:var(--instrument-muted);font-size:12px}.decision-console{display:grid;grid-template-rows:auto 1fr auto;align-self:center;min-height:520px;overflow:hidden;background:var(--instrument-panel);border:1px solid var(--instrument-line-hot);box-shadow:0 28px 80px #0000006b}.console-top{display:flex;align-items:center;justify-content:space-between;min-height:46px;padding:0 16px;background:#090b0e;border-bottom:1px solid var(--instrument-line);color:var(--instrument-muted);font-size:12px}.console-top b{color:var(--instrument-amber);font-weight:850}.decision-grid{display:grid;align-content:start;padding:16px}.decision-head,.decision-row{display:grid;grid-template-columns:.72fr .76fr 1.3fr .62fr 1.75fr .72fr;gap:10px;align-items:center;min-height:44px;border-bottom:1px solid var(--instrument-line)}.decision-head{min-height:34px;color:var(--instrument-dim);font-size:11px;font-weight:850;text-transform:uppercase}.decision-row{color:#d8e0e6;font-size:12px}.decision-row span:nth-child(4),.decision-row span:nth-child(6){font-weight:850;text-transform:uppercase}.decision-row.rent span:nth-child(4){color:var(--instrument-green)}.decision-row.fallback span:nth-child(4){color:var(--instrument-cyan)}.decision-row.hold span:nth-child(4),.decision-row.hold span:nth-child(6){color:var(--instrument-amber)}.route-board{position:relative;display:grid;grid-template-columns:140px 1fr;gap:16px;min-height:176px;margin:0 16px 16px;padding:16px;overflow:hidden;background:linear-gradient(90deg,rgba(49,240,109,.08),transparent 30%),var(--instrument-panel-2);border:1px solid var(--instrument-line)}.route-lanes{display:grid;gap:10px}.lane{display:grid;place-items:center;border:1px solid var(--instrument-line-hot);color:var(--instrument-muted);font-size:12px;font-weight:900}.lane.rent{color:var(--instrument-green);border-color:#31f06d85}.lane.mine{color:var(--instrument-cyan);border-color:#65d9ff6b}.lane.hold{color:var(--instrument-amber);border-color:#ffb84a75}.route-pulse{position:absolute;top:30px;left:174px;width:10px;height:10px;background:var(--instrument-green);box-shadow:0 0 24px #31f06dc2;animation:routePulse 4.8s linear infinite}@keyframes routePulse{0%{transform:translate(0);background:var(--instrument-green)}34%{transform:translate(360px);background:var(--instrument-green)}50%{transform:translate(430px,70px);background:var(--instrument-cyan)}72%{transform:translate(220px,140px);background:var(--instrument-amber)}to{transform:translate(0);background:var(--instrument-green)}}.route-inputs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;align-self:end}.route-inputs div{min-height:64px;padding:12px;background:#0c1015;border:1px solid var(--instrument-line)}.route-inputs span,.route-inputs strong{display:block}.route-inputs span{color:var(--instrument-dim);font-size:11px;text-transform:uppercase}.route-inputs strong{margin-top:12px;color:var(--instrument-text);font-size:15px}.route-inputs .accept strong,.route-inputs .verified strong,.route-inputs .clear strong{color:var(--instrument-green)}.route-inputs .limited strong,.route-inputs .reroute strong,.route-inputs .armed strong{color:var(--instrument-amber)}.instrument-band{padding:78px 24px;border-top:1px solid var(--instrument-line)}.fail-closed-band{background:#f3f5f7;color:#0d1117}.instrument-section-head{display:grid;grid-template-columns:minmax(320px,.68fr) minmax(320px,.45fr);gap:42px;max-width:1240px;margin:0 auto 30px;align-items:end}.instrument-section-head h2,.evidence-copy h2,.beta-band h2{margin:0;font-family:var(--font-ui);font-size:42px;line-height:1.04}.instrument-section-head p:last-child,.evidence-copy p:last-child,.beta-band p{margin:0;color:#5e6a76;font-size:16px;line-height:1.55}.refusal-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;max-width:1240px;margin:0 auto;background:#bfc7d0;border:1px solid #bfc7d0}.refusal-grid article{min-height:210px;padding:22px;background:#fff}.refusal-grid span{color:#a76500;font-size:11px;font-weight:900}.refusal-grid h3{margin:30px 0 0;font-size:18px}.refusal-grid p{margin:12px 0 0;color:#5e6a76;font-size:14px;line-height:1.45}.evidence-band{display:grid;grid-template-columns:minmax(320px,.54fr) minmax(520px,.86fr);gap:36px;background:#0b0d10}.evidence-copy{align-self:center}.evidence-copy p:last-child{color:var(--instrument-muted)}.evidence-table{display:grid;border:1px solid var(--instrument-line-hot)}.evidence-table div{display:grid;grid-template-columns:.8fr .9fr 1.4fr;gap:12px;align-items:center;min-height:78px;padding:0 16px;border-bottom:1px solid var(--instrument-line);color:#dce4ea;font-size:13px}.evidence-table div:last-child{border-bottom:0}.evidence-table span:first-child{color:var(--instrument-green);font-weight:900;text-transform:uppercase}.evidence-table span:nth-child(2){color:var(--instrument-muted)}.evidence-table strong{color:var(--instrument-text)}.beta-band{display:flex;align-items:center;justify-content:space-between;gap:28px;background:#f3f5f7;color:#0d1117}.beta-band>div{max-width:780px}.beta-band .terminal-path{color:#107b36}.beta-band .command-button.primary{min-width:270px}@media(prefers-reduced-motion:reduce){.route-pulse{animation:none}}@media(max-width:1180px){.instrument-nav{grid-template-columns:auto auto}.instrument-nav nav{display:none}.instrument-hero,.evidence-band,.instrument-section-head{grid-template-columns:1fr}.hero-command-copy{max-width:760px}.decision-console{min-height:520px}.refusal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.instrument-nav{min-height:54px;padding:0 12px}.instrument-brand{font-size:16px}.instrument-actions a:first-child{display:none}.instrument-actions a{min-height:32px;padding:8px 10px;font-size:11px}.instrument-hero{gap:12px;min-height:auto;padding:18px 14px 12px}.hero-command-copy h1{font-size:36px}.hero-command-lede{margin-top:12px;font-size:15px;line-height:1.42}.command-cta-row{margin-top:14px}.command-button{width:100%}.command-button.secondary{display:none}.decision-console{min-height:232px}.decision-grid{padding:10px 12px 0}.decision-head{display:none}.decision-row{grid-template-columns:.78fr 1fr;gap:5px 12px;align-items:start;min-height:auto;padding:10px 0}.decision-row:nth-child(n+4){display:none}.decision-row span:nth-child(1),.decision-row span:nth-child(2){color:#d8e0e6}.decision-row span:nth-child(3),.decision-row span:nth-child(5){grid-column:1 / -1}.decision-row span:nth-child(3){color:#f4f8fb}.decision-row span:nth-child(5){color:var(--instrument-muted);line-height:1.35}.decision-row span:nth-child(4),.decision-row span:nth-child(6){display:inline-flex;width:fit-content;padding:2px 6px;border:1px solid var(--instrument-line)}.route-board{display:none}.instrument-band{padding:40px 14px 56px}.instrument-section-head h2,.evidence-copy h2,.beta-band h2{font-size:30px}.refusal-grid{grid-template-columns:1fr}.refusal-grid article{min-height:0}.evidence-table div{grid-template-columns:1fr;gap:6px;min-height:92px;padding:14px}.beta-band{display:grid}}
