:root{
    --ink:#071526;--night:#071b2f;--night-2:#0b2a46;--blue:#0058a8;--blue-bright:#0878cf;
    --cyan:#61d0f2;--paper:#f3f7fa;--white:#fff;--muted:#6c7c8c;--line:#dce6ed;
    --green:#34c987;--amber:#ffb43f;--red:#ef4c54;--shadow:0 24px 70px rgba(7,27,47,.16);
}
*{box-sizing:border-box}html{color-scheme:light}body{margin:0;min-width:320px;background:var(--paper);color:var(--ink);font-family:Inter,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button,a,select{cursor:pointer}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(97,208,242,.72);outline-offset:3px}.shell{width:min(1480px,calc(100% - 64px));margin-inline:auto}.brand{display:inline-flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none;font-weight:650}.brand b{color:var(--blue)}.brand-line{width:42px;height:42px;border-radius:12px;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:900;font-size:1.25rem;box-shadow:0 7px 20px rgba(0,88,168,.25);position:relative}.brand-line:after{content:"";position:absolute;left:10px;right:10px;bottom:6px;height:3px;border-radius:8px;background:rgba(255,255,255,.72)}.site-header{height:88px;display:flex;align-items:center;justify-content:space-between}.text-button{border:0;background:transparent;color:var(--blue);font-weight:750;padding:10px 2px}.text-button.danger{color:var(--red)}.primary-button,.secondary-button{min-height:52px;border-radius:12px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:26px;font-weight:800;text-decoration:none;border:0}.primary-button{background:var(--blue);color:#fff;box-shadow:0 11px 28px rgba(0,88,168,.22)}.primary-button:hover{background:#064a8a;transform:translateY(-1px)}.secondary-button{background:#fff;border:1px solid var(--line)}.kicker{font-size:.72rem;letter-spacing:.16em;font-weight:850;color:var(--blue);display:flex;align-items:center;gap:9px}.kicker>span{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(52,201,135,.14)}

/* Accueil */
.home-page{min-height:100vh;background:linear-gradient(112deg,#f7fafc 0 52%,#e5f0f7 52% 100%);overflow-x:hidden}.home-main{min-height:calc(100vh - 140px);display:grid;grid-template-columns:minmax(440px,.85fr) minmax(580px,1.15fr);gap:clamp(35px,5vw,90px);align-items:center}.home-copy{padding:32px 0 55px;position:relative;z-index:2}.home-copy h1{font-size:clamp(4.2rem,7.2vw,8rem);line-height:.88;letter-spacing:-.075em;margin:25px 0 25px}.home-copy h1 em{font-style:normal;color:var(--blue)}.lead{font-size:1.08rem;line-height:1.65;color:#536373;max-width:590px}.mission-form{background:rgba(255,255,255,.9);border:1px solid rgba(7,21,38,.09);border-radius:18px;padding:20px;margin-top:30px;max-width:660px;box-shadow:0 15px 45px rgba(14,48,79,.08);backdrop-filter:blur(10px)}.form-section,.select-field,.name-field{display:flex;flex-direction:column;gap:8px}.form-label,.select-field>span,.name-field>span{font-size:.69rem;text-transform:uppercase;letter-spacing:.1em;font-weight:850;color:#5a6b7b}.name-field i{font-style:normal;font-weight:500;color:#8b98a5;text-transform:none;letter-spacing:0}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:8px}.segmented label{position:relative}.segmented input{position:absolute;opacity:0}.segmented label span{display:flex;flex-direction:column;gap:3px;border:1px solid var(--line);border-radius:11px;padding:11px 13px;font-weight:750;transition:.18s}.segmented label span i{font-size:.68rem;font-style:normal;color:var(--muted);font-weight:550}.segmented input:checked+span{background:#edf7fd;border-color:var(--blue);box-shadow:inset 0 0 0 1px var(--blue);color:var(--blue)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:13px}.select-field select,.name-field input{height:46px;border:1px solid var(--line);background:white;border-radius:10px;padding:0 12px;color:var(--ink)}.name-field{margin-top:13px}.mission-form .primary-button{width:100%;margin-top:15px;justify-content:space-between}.line-facts{display:flex;margin-top:30px}.line-facts>div{display:flex;flex-direction:column;gap:3px;padding:0 27px;border-left:1px solid var(--line)}.line-facts>div:first-child{padding-left:0;border:0}.line-facts b{font-size:1.25rem}.line-facts span{font-size:.65rem;text-transform:uppercase;letter-spacing:.09em;color:var(--muted)}.home-preview{height:min(72vh,730px);border-radius:30px;overflow:hidden;position:relative;background:#83c3df;box-shadow:0 35px 95px rgba(7,47,79,.24);border:8px solid rgba(255,255,255,.7)}.home-preview canvas{width:100%;height:100%;display:block}.preview-header{position:absolute;top:0;left:0;right:0;height:64px;z-index:2;background:linear-gradient(rgba(5,23,38,.78),transparent);color:white;padding:18px 22px;display:flex;justify-content:space-between;font-size:.66rem;letter-spacing:.08em}.preview-header span{display:flex;align-items:center;gap:8px}.preview-header i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 10px var(--green)}.preview-header strong{font-size:.72rem}.preview-card{position:absolute;bottom:20px;left:20px;right:20px;min-height:72px;background:rgba(255,255,255,.93);border-radius:15px;padding:13px 17px;box-shadow:var(--shadow);display:flex;align-items:center;gap:13px;backdrop-filter:blur(12px)}.station-pin{width:23px;height:23px;border:6px solid var(--blue);border-radius:50%;position:relative}.station-pin:after{content:"";position:absolute;left:7px;top:16px;width:3px;height:18px;background:var(--blue)}.preview-card div{display:flex;flex-direction:column;gap:3px;flex:1}.preview-card small{font-size:.57rem;letter-spacing:.11em;color:var(--muted)}.preview-card b{font-size:.88rem}.preview-card>strong{color:var(--blue)}.site-footer{height:52px;display:flex;justify-content:space-between;color:var(--muted);font-size:.68rem}

/* Jeu */
.game-page{height:100vh;overflow:hidden;background:#06131f;color:white}.game-shell{height:100vh;display:flex;flex-direction:column}.game-header{height:72px;flex:none;background:#071b2f;display:grid;grid-template-columns:250px 1fr 220px 60px;align-items:center;border-bottom:1px solid rgba(255,255,255,.1);position:relative;z-index:5}.game-route{height:100%;display:flex;align-items:center;gap:12px;padding-left:18px;border-right:1px solid rgba(255,255,255,.09)}.game-route>div,.game-stations>div,.service-clock{display:flex;flex-direction:column;gap:3px}.game-route small,.game-stations small,.service-clock small{font-size:.55rem;letter-spacing:.12em;color:#7892a8}.game-route b{font-size:.78rem;max-width:165px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-stations{display:flex;align-items:center;justify-content:center;gap:27px}.game-stations>div{width:min(31%,230px)}.game-stations>div:first-child{text-align:right}.game-stations>span{color:var(--cyan);font-size:1.25rem}.game-stations b{font-size:.76rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.service-clock{padding:0 16px;border-left:1px solid rgba(255,255,255,.09);display:grid;grid-template-columns:1fr auto}.service-clock small{grid-column:1/3}.service-clock b{font-size:1.25rem;font-variant-numeric:tabular-nums}.service-clock span{font-size:.62rem;background:#103650;color:#8bdcf5;padding:3px 6px;border-radius:5px;align-self:center}.square-button{height:100%;border:0;border-left:1px solid rgba(255,255,255,.1);background:transparent;color:#fff;font-size:1.35rem}.game-workspace{min-height:0;flex:1;display:grid;grid-template-columns:minmax(0,1fr) 315px;background:#06131f}.scene-column{min-width:0;display:flex;flex-direction:column}.scene-wrap{position:relative;min-height:0;flex:1;overflow:hidden;background:#82c2df}.scene-wrap canvas{width:100%;height:100%;display:block}.scene-vignette{position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 75px rgba(0,19,33,.27)}.approach-card{position:absolute;right:20px;top:20px;width:235px;background:rgba(5,25,42,.9);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;gap:3px;backdrop-filter:blur(9px)}.approach-card small,.signal-hud small{font-size:.54rem;letter-spacing:.12em;color:#85a0b5}.approach-card b{font-size:.86rem}.approach-card span{color:var(--cyan);font-size:.72rem}.signal-hud{position:absolute;left:18px;top:18px;background:rgba(5,25,42,.9);border:1px solid rgba(255,255,255,.14);border-radius:11px;padding:9px 12px;display:flex;align-items:center;gap:10px}.signal-hud>i{width:17px;height:17px;border-radius:50%;background:var(--green);box-shadow:0 0 15px var(--green)}.signal-hud>i.amber{background:var(--amber);box-shadow:0 0 15px var(--amber)}.signal-hud>i.red{background:var(--red);box-shadow:0 0 15px var(--red)}.signal-hud span{display:flex;flex-direction:column}.signal-hud b{font-size:.66rem}.speed-alert{position:absolute;left:50%;top:17px;transform:translate(-50%,-10px);background:var(--red);border-radius:7px;padding:8px 14px;font-size:.63rem;letter-spacing:.1em;font-weight:900;opacity:0;transition:.2s}.speed-alert.show{opacity:1;transform:translate(-50%,0)}.station-evaluation{position:absolute;left:50%;bottom:17px;transform:translate(-50%,10px);background:rgba(5,25,42,.93);border:1px solid rgba(255,255,255,.16);border-radius:10px;padding:10px 15px;font-size:.72rem;opacity:0;transition:.25s;pointer-events:none;white-space:nowrap}.station-evaluation.show{opacity:1;transform:translate(-50%,0)}.station-evaluation.good{border-color:rgba(52,201,135,.7)}.station-evaluation.bad{border-color:rgba(239,76,84,.7)}.fullscreen-button{position:absolute;right:16px;bottom:14px;width:38px;height:38px;border:1px solid rgba(255,255,255,.18);background:rgba(5,25,42,.75);color:white;border-radius:9px}.driving-strip{height:96px;flex:none;background:#0a2237;display:grid;grid-template-columns:130px 80px 1fr 250px 140px;border-top:1px solid #254158}.speed-gauge{width:84px;height:84px;margin:auto;border:5px solid #2b4e65;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#061826;position:relative}.speed-gauge>span{font-size:1.7rem;font-weight:850;line-height:.9}.speed-gauge small{font-size:.48rem;color:#85a0b5;margin-top:4px}.speed-gauge i{position:absolute;width:3px;height:31px;background:var(--cyan);left:calc(50% - 1px);bottom:50%;transform-origin:bottom;transform:rotate(-120deg);border-radius:3px;transition:.16s}.limit-disc{width:56px;height:56px;border:5px solid var(--red);background:#fff;color:#111;border-radius:50%;align-self:center;justify-self:center;display:flex;align-items:center;justify-content:center;flex-direction:column}.limit-disc span{font-weight:900}.limit-disc small{position:absolute;color:#7892a8;font-size:.45rem;transform:translateY(43px)}.route-readout,.timing-readout,.door-readout{border-left:1px solid rgba(255,255,255,.09);padding:14px 20px}.route-readout small,.timing-readout small,.door-readout small{font-size:.5rem;letter-spacing:.1em;color:#7690a5}.route-readout b{display:block;margin:7px 0 11px;font-size:1rem}.route-readout>div{height:5px;border-radius:7px;background:#1e4158;overflow:hidden}.route-readout i{display:block;width:0;height:100%;background:var(--cyan)}.timing-readout{display:grid;grid-template-columns:1fr 1fr;gap:6px 13px}.timing-readout>span{display:flex;flex-direction:column;gap:4px}.timing-readout b{font-size:.72rem}.timing-readout>strong{grid-column:1/3;font-size:.62rem;color:var(--green);letter-spacing:.08em}.door-readout{display:flex;align-items:center;gap:12px}.door-readout>span{font-size:1.25rem;color:var(--amber);letter-spacing:4px}.door-readout>span.closed{letter-spacing:-2px;color:var(--green)}.door-readout>div{display:flex;flex-direction:column;gap:4px}.door-readout b{font-size:.66rem}.control-console{height:126px;flex:none;background:linear-gradient(#081b2a,#050e17);border-top:1px solid #294559;padding:11px 16px;display:grid;grid-template-columns:minmax(330px,1fr) 285px 105px 92px;gap:12px}.controller-block{display:grid;grid-template-columns:120px 1fr 120px;gap:9px}.control-key,.utility-control{border:1px solid #2b4b61;background:#0e2b40;color:white;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}.control-key>span{font-size:1.35rem}.control-key small,.utility-control small,.emergency-control small{font-size:.5rem;letter-spacing:.07em}.control-key kbd,.utility-control kbd,.door-buttons kbd,.emergency-control kbd{font-size:.49rem;color:#88a4b7;background:rgba(255,255,255,.07);border-radius:3px;padding:2px 4px}.control-key:active,.control-key.active{background:#123f5a;border-color:#3ca6d6}.control-key.brake:active,.control-key.brake.active{background:#5b3919;border-color:#d68c32}.controller-track{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:1fr auto;align-items:center;gap:7px 11px;padding:9px}.controller-track>span{font-size:.47rem;color:#7290a4;writing-mode:vertical-rl}.controller-track>div{height:72px;width:14px;border-radius:8px;background:#02080c;margin:auto;position:relative;border:1px solid #1e3e53}.controller-track i{position:absolute;left:-8px;top:30px;width:28px;height:12px;background:#d4e2e8;border-radius:4px;box-shadow:0 3px 5px #000;transition:.15s}.controller-track b{grid-column:1/4;text-align:center;color:var(--cyan);font-size:.67rem}.door-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px}.door-buttons button{border:1px solid #2b4b61;background:#0e2b40;color:#fff;border-radius:10px;display:flex;flex-direction:column;gap:6px;align-items:center;justify-content:center;font-size:.65rem;font-weight:750}.door-buttons button>span{font-size:1.15rem;color:var(--cyan)}.utility-control>span{font-size:1.3rem}.emergency-control{align-self:center;justify-self:center;width:77px;height:77px;border:3px solid #8c242a;border-radius:50%;background:radial-gradient(circle at 35% 28%,#ff7478,#c82b34);color:white;box-shadow:0 7px 0 #701b20;display:flex;flex-direction:column;align-items:center;justify-content:center}.emergency-control>span{font-size:1.1rem;font-weight:900}.route-panel{background:#0a2134;border-left:1px solid rgba(255,255,255,.1);padding:17px;display:flex;flex-direction:column;min-height:0}.panel-title{display:flex;align-items:center;justify-content:space-between}.panel-title>div{display:flex;flex-direction:column;gap:3px}.panel-title small,.next-stop-panel small,.dwell-panel small{font-size:.52rem;letter-spacing:.11em;color:#7892a7}.panel-title b{font-size:.76rem}.panel-title>span{font-size:.7rem;color:var(--cyan);font-weight:800}.route-panel canvas{width:100%;min-height:0;flex:1;margin:8px 0}.next-stop-panel{border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:10px 12px;display:grid;grid-template-columns:1fr auto;gap:4px}.next-stop-panel small{grid-column:1/3}.next-stop-panel b{font-size:.7rem}.next-stop-panel span{font-size:.7rem;color:var(--cyan)}.dwell-panel{display:none;background:#0f334d;border:1px solid #2b607b;border-radius:10px;padding:10px 12px;margin-top:8px;grid-template-columns:1fr auto;gap:6px}.dwell-panel.show{display:grid}.dwell-panel div{display:flex;flex-direction:column;gap:3px}.dwell-panel b{font-size:.68rem}.dwell-panel>strong{font-size:.85rem;color:var(--amber)}.dwell-panel>span{grid-column:1/3;height:4px;background:#1f506b;border-radius:5px;overflow:hidden}.dwell-panel i{display:block;height:100%;width:0;background:var(--green)}.mission-status{margin-top:9px;display:flex;justify-content:space-between;align-items:center;font-size:.58rem}.mission-status>span{display:flex;align-items:center;gap:6px;color:#89a2b6}.mission-status i{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 8px var(--green)}.mission-status button{border:0;background:transparent;color:var(--cyan);font-weight:750;font-size:.58rem}.saving-screen{display:none;position:fixed;inset:0;background:rgba(4,15,25,.9);z-index:30;align-items:center;justify-content:center;flex-direction:column;gap:14px}.saving-screen.show{display:flex}.spinner{width:37px;height:37px;border:4px solid rgba(255,255,255,.15);border-top-color:var(--cyan);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}

/* Dialogues */
.app-dialog{width:min(660px,calc(100% - 30px));max-height:90vh;border:0;border-radius:21px;padding:32px;color:var(--ink);box-shadow:0 40px 110px rgba(0,0,0,.35)}.app-dialog::backdrop{background:rgba(3,14,24,.68);backdrop-filter:blur(5px)}.dialog-close{position:absolute;right:15px;top:13px;width:38px;height:38px;border:0;border-radius:50%;background:#edf2f5;font-size:1.25rem}.app-dialog h2{font-size:2rem;letter-spacing:-.045em;margin:9px 0 20px}.data-grid{display:grid;gap:9px}.data-grid>div{border:1px solid var(--line);border-radius:11px;padding:12px;display:flex;gap:11px}.data-grid p{margin:0;display:flex;flex-direction:column;gap:4px;font-size:.78rem;color:var(--muted);line-height:1.45}.data-grid b{color:var(--ink)}.status-dot{width:10px;height:10px;border-radius:50%;margin-top:4px;flex:none}.status-dot.real{background:var(--green)}.status-dot.simulated{background:var(--amber)}.dialog-note{font-size:.7rem;line-height:1.55;color:var(--muted);margin:17px 0 0}.command-list{display:grid;grid-template-columns:1fr 1fr;gap:9px}.command-list>div{display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-radius:11px;padding:9px}.command-list button{min-width:50px;height:38px;border:0;border-radius:7px;background:var(--night);color:#fff;font-weight:800}.command-list span{display:flex;flex-direction:column;gap:3px}.command-list b{font-size:.75rem}.command-list small{font-size:.64rem;color:var(--muted)}.binding-help{font-size:.68rem;color:var(--muted)}.binding-help.listening{color:var(--blue);font-weight:750}.dialog-actions{display:flex;align-items:center;gap:20px;margin-top:19px}.schedule-dialog{width:min(760px,calc(100% - 30px))}.schedule-legend{display:flex;gap:18px;font-size:.64rem;color:var(--muted);margin-bottom:9px}.schedule-legend span:first-child{color:var(--blue)}.schedule-legend span:last-child{color:var(--green)}.schedule-table{border:1px solid var(--line);border-radius:11px;overflow:hidden}.schedule-row{display:grid;grid-template-columns:1fr 95px 95px;padding:9px 12px;border-bottom:1px solid var(--line);font-size:.7rem}.schedule-row:last-child{border-bottom:0}.schedule-row.heading{background:#edf4f8;text-transform:uppercase;font-size:.56rem;letter-spacing:.08em;font-weight:850;color:var(--muted);position:sticky;top:0}.schedule-row span:nth-child(n+2){text-align:right;font-variant-numeric:tabular-nums}.schedule-row .actual{color:#16895c}.schedule-table>#schedule-rows{max-height:52vh;overflow:auto}

/* Résultats */
.results-page{min-height:100vh;background:linear-gradient(135deg,#edf4f8,#fbfcfd)}.result-driver{font-size:.75rem;color:var(--muted)}.results-main{padding:38px 0 70px}.result-hero{background:var(--night);color:white;border-radius:24px;padding:32px 38px;display:grid;grid-template-columns:auto 1fr auto;gap:25px;align-items:center;box-shadow:var(--shadow)}.result-grade{width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#7edaf7,#fff);color:var(--night);display:grid;place-items:center;font-size:2.2rem;font-weight:900;box-shadow:0 0 0 9px rgba(255,255,255,.07)}.result-hero h1{font-size:2.55rem;letter-spacing:-.05em;margin:5px 0}.result-hero p{margin:0;color:#a8bdcd}.result-hero p span{color:var(--cyan);padding-inline:8px}.result-hero>strong{font-size:2.8rem;color:#8ce4ff;text-align:right}.result-hero>strong small{display:block;font-size:.65rem;color:#88a3b7}.results-grid{display:grid;grid-template-columns:1.45fr .75fr;gap:20px;margin-top:20px}.card{background:#fff;border:1px solid var(--line);border-radius:19px;padding:26px}.card h2{font-size:1rem;margin:0 0 23px}.result-metric{display:grid;grid-template-columns:1fr auto;gap:9px;margin-bottom:22px}.result-metric>div{display:flex;flex-direction:column;gap:3px}.result-metric b{font-size:.78rem}.result-metric small{font-size:.67rem;color:var(--muted)}.result-metric>strong{color:var(--blue)}.result-metric>span{grid-column:1/3;height:7px;background:#e9eff3;border-radius:8px;overflow:hidden}.result-metric i{display:block;height:100%;border-radius:8px;background:linear-gradient(90deg,var(--blue),var(--cyan))}.result-actions{display:flex;gap:9px;margin-top:29px}.result-summary dl{margin:0}.result-summary dl>div{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--line);font-size:.74rem}.result-summary dt{color:var(--muted)}.result-summary dd{margin:0;font-weight:800}.result-summary details{margin-top:18px;border:1px solid var(--line);border-radius:10px;padding:11px}.result-summary summary{font-size:.72rem;font-weight:800;cursor:pointer}.result-summary ul{font-size:.68rem;color:var(--muted);padding-left:20px}.no-infraction{margin-top:18px;padding:13px;background:#edf9f4;border-radius:11px;display:flex;align-items:center;gap:11px}.no-infraction>span{width:30px;height:30px;border-radius:50%;background:var(--green);color:white;display:grid;place-items:center}.no-infraction p{display:flex;flex-direction:column;margin:0;gap:3px}.no-infraction b{font-size:.72rem}.no-infraction small{font-size:.62rem;color:var(--muted)}.db-confirmation{font-size:.65rem;color:#16895c;text-align:center;margin-top:14px}

@media(max-width:1180px){.home-main{grid-template-columns:1fr .9fr}.home-copy h1{font-size:5.5rem}.game-header{grid-template-columns:205px 1fr 185px 55px}.game-workspace{grid-template-columns:minmax(0,1fr) 270px}.driving-strip{grid-template-columns:115px 72px 1fr 205px 115px}.control-console{grid-template-columns:minmax(300px,1fr) 230px 90px 82px}.controller-block{grid-template-columns:95px 1fr 95px}.route-panel{padding:12px}}
@media(max-width:900px){.shell{width:min(100% - 34px,760px)}.home-page{background:linear-gradient(#f7fafc,#e6f1f8)}.home-main{display:block}.home-copy{padding-top:35px}.home-preview{height:520px;margin-bottom:35px}.site-footer{height:auto;padding:16px 0;gap:6px;flex-direction:column}.game-page{height:auto;min-height:100vh;overflow:auto}.game-shell{min-height:100vh;height:auto}.game-header{position:sticky;top:0;grid-template-columns:1fr 155px 50px}.game-route{display:none}.game-stations{justify-content:flex-start;padding-left:14px}.game-stations>div:first-child,.game-stations>span{display:none}.game-stations>div{width:auto;max-width:220px}.service-clock{padding-inline:8px}.service-clock b{font-size:.95rem}.game-workspace{display:block}.scene-wrap{height:55vh;min-height:390px}.route-panel{height:330px;border-left:0;border-top:1px solid rgba(255,255,255,.1);display:grid;grid-template-columns:1fr 160px;gap:8px}.route-panel canvas{grid-row:2/5;width:100%;height:240px}.panel-title{grid-column:1/3}.next-stop-panel,.dwell-panel,.mission-status{grid-column:2}.driving-strip{grid-template-columns:100px 65px 1fr 170px;height:92px}.door-readout{display:none}.control-console{grid-template-columns:1fr 190px 72px;height:120px}.utility-control{display:none}.controller-block{grid-template-columns:82px 1fr 82px}.emergency-control{width:66px;height:66px}.results-grid{grid-template-columns:1fr}.result-hero{grid-template-columns:auto 1fr}.result-hero>strong{grid-column:1/3;text-align:left}}
@media(max-width:620px){.shell{width:calc(100% - 24px)}.site-header{height:72px}.site-header .text-button{font-size:.7rem}.home-copy h1{font-size:4rem}.mission-form{padding:15px}.segmented,.form-row{grid-template-columns:1fr}.line-facts>div{padding-inline:14px}.home-preview{height:430px}.preview-header strong{display:none}.game-header{grid-template-columns:1fr 130px 44px;height:64px}.game-stations b{max-width:165px}.scene-wrap{height:48vh;min-height:330px}.approach-card{right:9px;top:9px;width:190px}.signal-hud{left:9px;top:9px}.driving-strip{grid-template-columns:84px 61px 1fr;height:86px}.timing-readout{display:none}.speed-gauge{width:69px;height:69px}.speed-gauge>span{font-size:1.4rem}.route-readout{padding:12px}.control-console{grid-template-columns:1fr 120px 62px;height:108px;padding:8px;gap:6px}.controller-block{grid-template-columns:59px 1fr 59px;gap:4px}.controller-track{padding:3px}.control-key kbd,.control-key small{display:none}.door-buttons{gap:4px}.door-buttons button{font-size:.55rem}.door-buttons kbd{display:none}.emergency-control{width:56px;height:56px}.emergency-control kbd{display:none}.route-panel{grid-template-columns:1fr 135px;height:300px;padding:9px}.route-panel canvas{height:215px}.mission-status{align-items:flex-start;flex-direction:column}.command-list{grid-template-columns:1fr}.app-dialog{padding:25px 18px}.result-hero{padding:22px;gap:15px}.result-grade{width:64px;height:64px;font-size:1.7rem}.result-hero h1{font-size:1.85rem}.result-hero>strong{font-size:2rem}.results-main{padding-top:15px}.result-actions{flex-direction:column}.result-driver{display:none}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

.vehicle-badge{position:absolute;left:18px;top:78px;display:flex;flex-direction:column;gap:2px;padding:8px 10px;border-left:3px solid #78d1ec;background:rgba(5,25,42,.78);border-radius:0 8px 8px 0;backdrop-filter:blur(7px)}
.vehicle-badge small{font-size:.48rem;letter-spacing:.12em;color:#8fb2c7}.vehicle-badge b{font-size:.64rem}.vehicle-badge span{font-size:.48rem;letter-spacing:.07em;color:#78d1ec}
@media(max-width:620px){.vehicle-badge{display:none}}
