:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-bg:#fff7ed;--color-surface:#fff;--color-surface-2:#fdf1e4;--color-text:#1c1206;--color-text-muted:#7c6a53;--color-border:#f3ddc2;--color-accent:#ea580c;--color-accent-strong:#9a3412;--color-accent-rgb:234, 88, 12;--color-on-accent:#1c0f04;--color-success:#15803d;--color-warning:#d97706;--color-danger:#dc2626;--color-fuel-full:#0891b2;--color-fuel-mid:#d97706;--color-fuel-low:#dc2626;--font-display:"Baloo 2", "Fredoka", system-ui, sans-serif;--font-body:"Nunito", system-ui, sans-serif;--space-1:4px;--space-2:8px;--space-3:16px;--space-4:24px;--space-5:32px;--space-6:48px;--border-width-chunky:3px;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--touch-target-min:44px;--shadow-soft:0 2px 8px #1c12061f;--shadow-lifted:0 8px 24px #1c12062e;--ease-out-back:cubic-bezier(.34, 1.56, .64, 1);--ease-standard:cubic-bezier(.4, 0, .2, 1)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-bg:#1c1410;--color-surface:#241a13;--color-surface-2:#2c2018;--color-text:#fdf1e4;--color-text-muted:#c9ad8c;--color-border:#3d2c1f;--color-accent:#fb923c;--color-accent-strong:#fdba74;--color-accent-rgb:251, 146, 60;--color-on-accent:#1c0f04;--color-fuel-full:#22d3ee;--color-fuel-mid:#fbbf24;--color-fuel-low:#f87171}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-bg:#1c1410;--color-surface:#241a13;--color-surface-2:#2c2018;--color-text:#fdf1e4;--color-text-muted:#c9ad8c;--color-border:#3d2c1f;--color-accent:#fb923c;--color-accent-strong:#fdba74;--color-on-accent:#1c0f04;--color-fuel-full:#22d3ee;--color-fuel-mid:#fbbf24;--color-fuel-low:#f87171}.drive-scene{aspect-ratio:4/3;border-radius:var(--radius-lg);border:var(--border-width-chunky) solid var(--color-border);width:100%;box-shadow:var(--shadow-soft);background:var(--color-surface-2);position:relative;overflow:hidden}.drive-scene canvas{display:block;width:100%!important;height:100%!important}.drive-scene__loading{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.drive-scene__hit-areas{position:absolute;inset:0}.signal-tap-zone{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;border-radius:var(--radius-sm);background:0 0;border:none;position:absolute}.signal-tap-zone:focus-visible:not(:disabled){outline:2px solid var(--color-accent);outline-offset:-2px}.signal-tap-zone:disabled{cursor:default}.start-run-button{width:96px;height:96px;font-family:var(--font-display);border:var(--border-width-chunky) solid var(--color-border);background:var(--color-accent);color:var(--color-on-accent);cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;border-radius:50%;justify-content:center;align-items:center;animation:2s ease-in-out infinite start-button-pulse;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.start-run-button svg{transform:translate(2px)}.start-run-button:focus-visible{outline:2px solid var(--color-on-accent);outline-offset:2px}@keyframes start-button-pulse{0%,to{box-shadow:var(--shadow-lifted), 0 0 0 0 rgba(var(--color-accent-rgb), .35);transform:translate(-50%,-50%)scale(1)}50%{box-shadow:var(--shadow-lifted), 0 0 0 14px rgba(var(--color-accent-rgb), 0);transform:translate(-50%,-50%)scale(1.05)}}.fuel-cost-badge{border:4px solid var(--color-accent-strong);color:#0f172a;width:128px;height:128px;animation:badge-pop-fade 1.7s var(--ease-out-back) forwards;pointer-events:none;background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:0 10px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 24px #00000059}.fuel-cost-badge__amount{font-family:var(--font-display);color:var(--color-accent-strong);font-size:1.6rem;font-weight:800;line-height:1}.fuel-cost-badge__label{font-family:var(--font-body);white-space:nowrap;color:#475569;font-size:.62rem;font-weight:600;line-height:1.15}@keyframes badge-pop-fade{0%{opacity:0;transform:translate(-50%,-50%)scale(.5)}15%{opacity:1;transform:translate(-50%,-50%)scale(1.05)}22%{transform:translate(-50%,-50%)scale(1)}70%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:reduce){.fuel-cost-badge{animation-duration:.4s}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font:16px/1.5 var(--font-body);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased}button{font-family:inherit}@media (width>=768px){body{font-size:17px}}
