:root{font-family:Noto Sans SC,Microsoft YaHei,system-ui,sans-serif;color:#e9eefb;background:#0b101b;font-synthesis:none;--bg: #0b101b;--surface: #121a2a;--surface-2: #182235;--surface-3: #202d44;--line: #2a3851;--muted: #91a0b8;--text: #edf2ff;--accent: #ffb347;--accent-2: #ff7d4c;--green: #55d6a0;--red: #ff6b78;--blue: #67b7ff;--shadow: 0 18px 55px rgba(0, 0, 0, .32)}*{box-sizing:border-box}html{min-height:100%;background:var(--bg)}body{margin:0;min-width:320px;min-height:100vh;min-height:100dvh;background:radial-gradient(circle at 20% 0%,#18233b 0,transparent 35%),var(--bg)}button,input,select{font:inherit}button{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}button:disabled{cursor:not-allowed;opacity:.42}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.04em}.eyebrow{color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.label{display:block;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px}.positive{color:var(--green)!important}.negative,.danger-text{color:var(--red)!important}button,.primary-button,.secondary-button{border:1px solid var(--line);border-radius:10px;color:var(--text);background:var(--surface-2);padding:10px 15px;font-weight:700;transition:.18s ease}button:hover:not(:disabled){border-color:#51617c;transform:translateY(-1px)}.primary-button{color:#1b1307;border-color:#ffc267;background:linear-gradient(135deg,#ffc45f,#ff9d47);box-shadow:0 8px 26px #ffa84733}.primary-button:hover:not(:disabled){border-color:#ffe0a8;box-shadow:0 10px 30px #ffa8474d}.secondary-button{background:transparent}.large{min-height:54px;padding:13px 22px;font-size:16px}.danger-button{color:#ff9da6;border-color:#673743;background:#26171e}input,select{width:100%;border:1px solid var(--line);border-radius:8px;background:#0d1523;color:var(--text);padding:9px 10px;outline:none}input:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #ffb3471f}.home-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,760px) 310px;align-items:center;justify-content:center;gap:28px;padding:48px;position:relative;overflow:hidden}.home-grid-bg{position:absolute;inset:0;pointer-events:none;opacity:.13;background-image:linear-gradient(#71809a 1px,transparent 1px),linear-gradient(90deg,#71809a 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 80%);mask-image:linear-gradient(to bottom,black,transparent 80%)}.hero-card,.meta-card{position:relative;z-index:1;border:1px solid var(--line);border-radius:24px;background:#101827e6;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-card{min-height:580px;padding:66px 70px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.hero-card:after{content:"";width:340px;height:340px;position:absolute;right:-140px;top:-140px;border-radius:50%;background:radial-gradient(circle,rgba(255,179,71,.2),transparent 68%)}.brand-mark,.sim-brand>span{width:54px;height:54px;display:grid;place-items:center;border:2px solid var(--accent);color:var(--accent);border-radius:15px;font-size:26px;font-weight:900;margin-bottom:30px;transform:rotate(-3deg)}.hero-card h1{font-size:clamp(56px,8vw,96px);line-height:.96;margin:12px 0 28px}.hero-copy{max-width:560px;color:#b9c5d8;font-size:18px;line-height:1.8}.home-actions{margin-top:42px;display:grid;gap:15px;max-width:510px}.home-actions .primary-button{display:flex;align-items:center;justify-content:space-between}.home-actions .primary-button small{font-size:12px;opacity:.7}.new-run-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end}.new-run-row label{color:var(--muted);font-size:12px;font-weight:600}.new-run-row input{margin-top:6px}.meta-card{padding:28px}.meta-level{margin-top:12px;font-size:48px;font-weight:900}.xp-track{width:100%;height:7px;border-radius:10px;background:#26324a;overflow:hidden}.xp-track span{display:block;max-width:100%;height:100%;background:linear-gradient(90deg,var(--accent),var(--accent-2))}.meta-card>p{color:var(--muted);font-size:12px}.meta-card dl{margin:28px 0;display:grid;gap:12px}.meta-card dl div{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:10px}.meta-card dt{color:var(--muted)}.meta-card dd{font-weight:800}.unlock-list{display:grid;gap:8px}.unlock-list span{color:#68758c;font-size:12px;padding-left:20px;position:relative}.unlock-list span:before{content:"○";position:absolute;left:0}.unlock-list span.unlocked{color:var(--green)}.unlock-list span.unlocked:before{content:"●"}.page-shell{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:36px 0 110px}.game-header,.result-header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px}.game-header h1,.result-header h1{margin:5px 0 0;font-size:38px}.game-header p,.result-header p{color:var(--muted);margin:8px 0 0}.header-metrics{display:flex;align-items:center;gap:16px;color:var(--muted)}.header-metrics strong{color:var(--text);font-size:22px;margin-left:4px}.rating-badge{display:inline-flex;align-items:center;border:1px solid rgba(85,214,160,.34);border-radius:99px;padding:6px 10px;background:#55d6a014;color:var(--green);font-weight:800;white-space:nowrap}.rating-badge--warn{color:var(--accent);border-color:#ffb34759;background:#ffb34714}.rating-badge--danger{color:var(--red);border-color:#ff6b7861;background:#ff6b7814}.panel{border:1px solid var(--line);border-radius:17px;background:#121a2ae6;padding:24px;box-shadow:0 10px 35px #00000024}.section-title{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.section-title>div{display:flex;align-items:center;gap:10px}.section-title h2{margin:0;font-size:19px}.section-title small{color:var(--muted)}.step-number{color:var(--accent);font-size:11px;font-weight:900}.sticky-action{position:fixed;z-index:20;left:50%;bottom:18px;transform:translate(-50%);width:min(920px,calc(100% - 40px));display:flex;justify-content:space-between;align-items:center;gap:25px;padding:12px 14px 12px 22px;border:1px solid #3b4961;border-radius:16px;background:#101827f0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 15px 45px #0006}.sticky-action>div{display:flex;flex-direction:column}.sticky-action span{color:var(--muted);font-size:12px}.forecast-banner{display:grid;grid-template-columns:230px 1fr 1fr;gap:22px;align-items:center;padding:20px 26px;margin-bottom:22px;border:1px solid #45526c;border-radius:17px;background:linear-gradient(120deg,#1d2b43,#121a2a)}.kitchen-config-panel{margin-bottom:22px}.kitchen-config-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.kitchen-config-grid>div{display:grid;grid-template-columns:34px 1fr;align-items:center;padding:13px 15px;border:1px solid #30415c;border-radius:11px;background:#101a2a}.kitchen-config-grid>div>span{grid-row:1/3;font-size:22px}.kitchen-config-grid strong{font-size:16px}.kitchen-config-grid small{color:var(--muted)}.forecast-banner p{margin:0;color:#d5ddef}.weather-hero{display:flex;align-items:center;gap:15px;border-right:1px solid var(--line)}.weather-hero>span{font-size:42px}.weather-hero div{display:flex;flex-direction:column}.weather-hero small{color:var(--green)}.weather-hero strong{font-size:23px}.prep-grid{display:grid;gap:20px}.generated-map-panel{margin-bottom:20px}.generated-map-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:20px;align-items:stretch}.map-preview{min-width:0;position:relative;overflow:hidden;border:1px solid #b9b8b0;border-radius:14px;background:#e9e8e1;box-shadow:inset 0 0 0 1px #fff8}.map-preview svg{width:100%;height:280px;display:block}.preview-road-casing{stroke:#c8c6bd;stroke-width:15;stroke-linecap:round}.preview-road-casing--alley{stroke-width:9}.preview-road-casing--congested{stroke-width:17}.preview-road-casing--rough{stroke-width:13}.preview-road{stroke:#fff;stroke-width:10;stroke-linecap:round}.preview-road--alley{stroke:#f7f7f4;stroke-width:5}.preview-road--congested{stroke:#f6a34d;stroke-width:11}.preview-road--rough{stroke:#e0c887;stroke-width:7;stroke-dasharray:12 7}.preview-target{fill:#fff;stroke:#8190a0;stroke-width:2}.preview-junction{fill:#c7c7c0}.preview-store{fill:#ff5d45;stroke:#fff;stroke-width:4;filter:drop-shadow(0 2px 5px rgba(64,51,38,.35))}.map-preview-meta{position:absolute;left:12px;right:12px;bottom:10px;display:flex;justify-content:space-between;gap:12px;padding:9px 12px;border:1px solid #fff9;border-radius:9px;color:#253247;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 3px 12px #5a584f2b}.map-preview-meta strong{font-size:12px}.map-preview-meta span{color:#657184;font-size:10px}.district-guide{display:grid;grid-template-rows:repeat(4,1fr);gap:8px}.district-guide>div{display:grid;grid-template-columns:12px 70px 1fr;align-items:center;gap:8px;padding:11px;border:1px solid var(--line);border-radius:10px;background:#101827}.district-guide strong{font-size:11px}.district-guide span{color:var(--muted);font-size:10px;line-height:1.45}.district-dot{width:8px;height:8px;border-radius:50%;background:#65758c}.district-dot.old{background:#9673c8}.district-dot.commercial{background:#d27564}.district-dot.residential{background:#55bca2}.district-dot.suburb{background:#b99a5f}.strategy-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.strategy-card{position:relative;display:grid;grid-template-columns:45px 1fr 26px;text-align:left;align-items:center;gap:12px;padding:18px;background:#101827}.strategy-card--selected{border-color:var(--accent);background:linear-gradient(120deg,#ffb3471f,#172136);box-shadow:inset 0 0 0 1px #ffb3472e}.strategy-icon{font-size:28px}.strategy-card strong{display:block}.strategy-card em{font-style:normal;color:var(--accent);font-size:10px;margin-left:5px}.strategy-card p{color:var(--muted);font-size:12px;line-height:1.6;margin:4px 0 0}.radio-mark{width:22px;height:22px;display:grid;place-items:center;border:1px solid #53627b;border-radius:50%;color:#161006;background:transparent}.strategy-card--selected .radio-mark{border-color:var(--accent);background:var(--accent)}.rider-config-list{display:grid;gap:10px}.rider-config{display:grid;grid-template-columns:52px minmax(150px,1fr) minmax(140px,190px) minmax(140px,190px);align-items:center;gap:15px;padding:14px;border:1px solid var(--line);border-radius:12px;background:#101827}.rider-avatar{width:48px;height:48px;display:grid;place-items:center;border-radius:12px;background:var(--surface-3);font-size:26px}.rider-name{display:flex;flex-direction:column}.rider-name span,.rider-config label{color:var(--muted);font-size:11px}.rider-config select{margin-top:4px}.loadout-panel{overflow:hidden;padding:0}.loadout-title{margin:0;padding:20px 22px;border-bottom:1px solid var(--line);background:linear-gradient(110deg,#18253a,#111a29)}.loadout-title>small{text-align:right}.loadout-workbench{display:grid;grid-template-columns:minmax(340px,1.3fr) minmax(210px,.75fr) minmax(250px,.92fr) minmax(210px,.78fr);gap:1px;background:var(--line)}.loadout-column{min-width:0;padding:16px;background:#0e1725}.loadout-column>header{display:flex;align-items:center;justify-content:space-between;min-height:34px;margin-bottom:13px}.loadout-column>header>div{display:flex;align-items:center;gap:8px}.loadout-column>header span{color:var(--accent);font-size:9px;font-weight:900;letter-spacing:.12em}.loadout-column>header strong{font-size:14px}.loadout-column>header small{color:var(--muted);font-size:10px}.rider-slot-list{display:grid;gap:8px}.rider-loadout-card{min-height:105px;display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:11px;padding:10px;border:1px solid #2b3a52;border-radius:11px;background:linear-gradient(135deg,#172338,#121c2c);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.rider-loadout-card--ready{cursor:copy;border-color:#6b5938;box-shadow:inset 0 0 0 1px #ffb3471f}.rider-loadout-card--ready:hover{border-color:var(--accent);box-shadow:0 0 0 3px #ffb34717;transform:translateY(-1px)}.rider-loadout-card--empty{min-height:50px;grid-template-columns:34px 1fr;border-style:dashed;color:#617088;background:#10182780}.empty-rider-number{color:#56647a;font-size:10px;font-weight:900}.rider-loadout-card--empty>div{display:flex;flex-direction:column}.rider-loadout-card--empty strong{font-size:10px}.rider-loadout-card--empty small{color:#59677d;font-size:9px}.rider-loadout-avatar{width:42px;height:42px;position:relative;display:grid;place-items:center;border:1px solid #566783;border-radius:50%;color:#1b1307;background:linear-gradient(145deg,#ffd17f,#f49a3c);box-shadow:0 5px 16px #0005;font-size:15px;font-weight:950}.rider-loadout-avatar small{position:absolute;right:-4px;bottom:-3px;width:17px;height:17px;display:grid;place-items:center;border:2px solid #172338;border-radius:50%;color:#dbe4f5;background:#31415c;font-size:8px}.rider-loadout-info{min-width:0}.rider-loadout-info>strong{display:block;font-size:13px}.rider-loadout-info>small{display:block;overflow:hidden;margin:2px 0 7px;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.rider-equipped-row{display:grid;grid-template-columns:1fr 1fr;gap:6px}.equipped-chip{min-width:0;min-height:39px;display:grid;grid-template-columns:25px minmax(0,1fr) 18px;align-items:center;gap:5px;padding:5px 5px 5px 7px;border:1px solid #3c4c65;border-radius:8px;background:#0c1522}.equipped-chip>span{font-size:17px}.equipped-chip>div{min-width:0;display:flex;flex-direction:column}.equipped-chip small{color:#718198;font-size:7px}.equipped-chip strong{overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.equipped-chip>button{width:18px;height:18px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#77869c;background:#253248;font-size:11px}.equipped-chip>button:hover:not(:disabled){color:#fff;background:#b84d57;transform:none}.equipped-chip--empty{color:#68778e;border-style:dashed;background:#0c152280}.vehicle-slot-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.inventory-item{min-width:0;min-height:91px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:8px 5px;border:1px solid #34435a;border-radius:10px;background:linear-gradient(145deg,#1b2940,#111b2b)}button.inventory-item{cursor:grab}.inventory-item:hover:not(.loadout-item--equipped){border-color:#70809b;transform:translateY(-2px)}.inventory-item:active{cursor:grabbing}.inventory-item-icon{font-size:27px}.inventory-item strong{overflow:hidden;max-width:100%;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.inventory-item small{color:var(--muted);font-size:8px}.inventory-item--empty{color:#4e5d72;border-style:dashed;background:#111a2780}.inventory-item--empty>span{font-size:9px;font-weight:900}.inventory-item--empty>small{color:#4e5d72}.loadout-item--equipped{cursor:not-allowed!important;border-color:#293546!important;filter:grayscale(1);opacity:.34;box-shadow:inset 0 0 0 1px #ffffff08}.loadout-item--selected{border-color:var(--accent)!important;filter:none;box-shadow:0 0 0 3px #ffb34724,inset 0 0 18px #ffb34712;transform:translateY(-2px)}.loadout-column-hint{margin:12px 2px 0;color:#67768d;font-size:8px;line-height:1.5}.equipment-row-list{display:grid;gap:9px}.equipment-inventory-row{min-height:102px;padding:10px;border:1px solid #2d3d54;border-radius:10px;background:linear-gradient(135deg,#172236,#111a29)}.equipment-row-label{display:flex;align-items:center;gap:8px;margin-bottom:8px}.equipment-row-label>span{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#263650;font-size:17px}.equipment-row-label>div{display:flex;flex-direction:column}.equipment-row-label strong{font-size:10px}.equipment-row-label small{color:var(--muted);font-size:8px}.equipment-item-slots{min-height:39px;display:flex;flex-wrap:wrap;gap:6px}.equipment-inventory-item{width:48px;height:39px;display:grid;grid-template-columns:19px 1fr;place-items:center;gap:2px;padding:4px;cursor:grab;border-color:#40516a;border-radius:7px;background:#0d1725}.equipment-inventory-item>span{font-size:15px}.equipment-inventory-item>small{overflow:hidden;width:100%;color:#8291a8;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.equipment-empty-slot{width:100%;display:grid;place-items:center;border:1px dashed #344157;border-radius:7px;color:#546278;font-size:8px}.buff-slot-list{display:grid;gap:10px}.buff-slot{min-height:112px;display:grid;grid-template-columns:34px 1fr;align-content:center;gap:7px 9px;padding:12px;border:1px solid #3e4f67;border-radius:11px;background:linear-gradient(145deg,#17243a,#111a29)}.buff-slot>span{grid-row:1/3;font-size:25px}.buff-slot>div{min-width:0;display:flex;flex-direction:column;gap:4px}.buff-slot strong{font-size:11px}.buff-slot small{color:var(--muted);font-size:8px;line-height:1.5}.buff-slot em{grid-column:2;width:max-content;padding:3px 7px;border-radius:999px;color:#8ce0b8;background:#16382d;font-size:8px;font-style:normal}.buff-slot--locked{border-style:dashed;filter:grayscale(.65);opacity:.52}.buff-slot--locked em{color:#8995a8;background:#273246}.mobile-game-dock,.mobile-game-sheet,.mobile-shop-tabs,.mobile-prep-tabs{display:none}.game-page{min-height:100vh;background:radial-gradient(circle at 42% -20%,#1c2b44 0,transparent 38%),#09101a}.sim-header{min-height:76px;position:relative;z-index:10;display:grid;grid-template-columns:190px 1fr auto;align-items:center;gap:16px;padding:10px 18px;border-bottom:1px solid #30405a;background:linear-gradient(105deg,#121d30f5,#0d1625f7);box-shadow:0 8px 30px #02060d38;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.sim-brand{display:flex;align-items:center;gap:10px}.sim-brand>span{width:40px;height:40px;margin:0;border-width:1px;border-radius:12px;background:linear-gradient(145deg,#34291d,#171d2b);box-shadow:0 6px 18px #0005,inset 0 0 0 1px #ffbd5c26;font-size:18px}.sim-brand div{display:flex;flex-direction:column}.sim-brand small{display:flex;align-items:center;gap:6px;color:var(--muted)}.live-status-dot{width:7px;height:7px;display:inline-block;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px #55d6a01b,0 0 10px #55d6a0a8;animation:live-status-pulse 1.8s ease-in-out infinite}@keyframes live-status-pulse{50%{opacity:.48;transform:scale(.78)}}.sim-stats{display:grid;grid-template-columns:repeat(6,minmax(88px,1fr));gap:6px}.stat{min-height:50px;display:flex;flex-direction:column;justify-content:center;padding:7px 11px;border:1px solid #293953;border-radius:10px;background:linear-gradient(145deg,#172338c9,#111b2bdb);box-shadow:inset 0 1px #ffffff08}.sim-stats .stat:first-child{border-color:#72562e;background:linear-gradient(145deg,#2d281f,#172033)}.stat>span{color:var(--muted);font-size:10px}.stat>strong{font-size:17px}.stat--accent strong{color:var(--accent);font-variant-numeric:tabular-nums}.stat--positive strong{color:var(--green)}.stat--danger strong{color:var(--red)}.time-controls{display:flex;gap:4px;padding:4px;border:1px solid #2d3d58;border-radius:12px;background:#09111ec7;box-shadow:inset 0 1px 4px #0007}.time-controls button{min-width:40px;padding:7px 9px;border-color:transparent;background:transparent;font-size:11px}.time-controls button:hover:not(:disabled){transform:none;background:#1b2940}.time-controls button.active{color:#191204;border-color:#ffce81;background:linear-gradient(145deg,#ffca72,#f49a36);box-shadow:0 3px 12px #e88a2b38}.round-progress{height:4px;overflow:hidden;background:#202b3e}.round-progress span{display:block;height:100%;position:relative;background:linear-gradient(90deg,var(--green),var(--accent) 68%,var(--red));will-change:width}.round-progress span:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,#fff8,transparent);transform:translate(-100%);animation:progress-sheen 2.4s ease-in-out infinite}@keyframes progress-sheen{60%,to{transform:translate(100%)}}.game-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;height:calc(100vh - 80px)}.map-column{min-width:0;padding:12px 0 14px 14px;display:flex;flex-direction:column;gap:9px}.map-toolbar{min-height:45px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:7px 12px;border:1px solid #2a3a54;border-radius:12px;background:linear-gradient(120deg,#141f31e8,#101a2ae8);box-shadow:0 5px 18px #0003}.map-toolbar>div:first-child{min-width:0;display:flex;align-items:baseline;gap:9px}.map-toolbar>div:first-child span{color:var(--accent);font-size:9px;font-weight:850;letter-spacing:.12em}.map-toolbar>div:first-child strong{overflow:hidden;font-size:13px;white-space:nowrap;text-overflow:ellipsis}.map-kpis{display:flex;align-items:center;gap:14px}.map-kpis span{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:10px}.map-kpis b{color:var(--text);font-size:12px}.map-kpi-dot{width:7px;height:7px;border-radius:50%;background:var(--muted)}.map-kpi-dot--waiting{background:var(--accent)}.map-kpi-dot--moving{background:var(--blue)}.map-kpi-dot--done{background:var(--green)}.map-kpis .map-kpi-kitchen{padding-left:10px;border-left:1px solid #34445e;color:#f0bd66}.map-kpis .map-kpi-reward{padding-left:10px;border-left:1px solid #34445e;color:#a9b5c8}.map-kpis .map-kpi-reward--ready{color:#ffd35f;animation:reward-kpi-ready .75s ease-in-out infinite alternate}@keyframes reward-kpi-ready{to{filter:drop-shadow(0 0 5px #ffc53d99);transform:translateY(-1px)}}.map-shell{min-height:0;flex:1;position:relative;border:1px solid #c3c0b6;border-radius:18px;overflow:hidden;background:#e9e8e1;box-shadow:inset 0 0 0 1px #fff,0 14px 38px #02060d66}.road-map{width:100%;height:100%;min-height:410px;display:block}.map-land{fill:#e9e8e1}.city-parcel{stroke:#d2d1c9;stroke-width:1}.city-parcel--old{fill:#e7e1d8}.city-parcel--commercial{fill:#e3e6e9}.city-parcel--residential{fill:#e5e9e1}.city-parcel--suburb{fill:#ebe7da}.city-parcel--park{fill:#cfe4c2;stroke:#b8d1aa}.city-parcel--water{fill:#badde7;stroke:#9bc9d8}.building-footprints rect{fill:#d3d2cd;stroke:#c1c0b9;stroke-width:.8}.building-footprints rect.building-commercial{fill:#cccfd2}.park-detail circle{fill:#8eba78;stroke:#fff9;stroke-width:1}.landmark-label{fill:#679158;font-size:8px;font-weight:700;text-anchor:middle;paint-order:stroke;stroke:#eff7e9;stroke-width:3px}.city-parcel--water+.landmark-label{fill:#4d8fa2}.district-labels text{fill:#858a86;font-size:12px;font-weight:800;letter-spacing:.12em;paint-order:stroke;stroke:#f1f0e9;stroke-width:4px}.road-casing{stroke:#c6c5bd;stroke-width:15;stroke-linecap:round}.road{stroke:#fff;stroke-width:10;stroke-linecap:round}.road-casing--alley{stroke-width:9}.road--alley{stroke:#f7f7f4;stroke-width:5}.road-casing--congested{stroke:#cfcbc0;stroke-width:18}.road--congested{stroke:#f39a43;stroke-width:11}.road-casing--rough{stroke-width:13}.road--rough{stroke:#dfc77e;stroke-width:7;stroke-dasharray:12 7}.road-names text{fill:#7d838b;font-size:7px;font-weight:600;text-anchor:middle;paint-order:stroke;stroke:#fff;stroke-width:3px}.active-route{fill:none;stroke:#347df0;stroke-width:5;stroke-dasharray:10 6;stroke-linecap:round;opacity:.92;animation:dash 1.1s linear infinite}@keyframes dash{to{stroke-dashoffset:-26}}.delivery-success-route{fill:none;stroke:#ffc33f;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1 1;stroke-dashoffset:0;pointer-events:none;filter:drop-shadow(0 0 5px #ff9d20);animation:delivery-route-retract var(--delivery-celebration-duration, 2.4s) ease-in-out forwards}.delivery-success-route--glow{stroke:#fff0a0;stroke-width:13;opacity:.45;filter:blur(3px)}@keyframes delivery-route-retract{0%{opacity:0;stroke-dashoffset:0}7%{opacity:1}13%{opacity:.25}20%{opacity:1}27%{opacity:.35}35%{opacity:1;stroke-dashoffset:0}to{opacity:0;stroke-dashoffset:-1}}.route-coin-pop{opacity:0;pointer-events:none;transform-box:fill-box;transform-origin:center;animation:route-coin-hop var(--route-coin-duration, .6s) cubic-bezier(.18,.82,.28,1) var(--route-coin-delay, 0ms) both}.route-coin-disc{fill:#ffc83d;stroke:#fff2a6;stroke-width:2;filter:drop-shadow(0 2px 3px #9a611866)}.route-coin-symbol{fill:#70420a;font-size:9px;font-weight:950;text-anchor:middle}.route-coin-amount{fill:#a46008;font-size:14px;font-weight:950;text-anchor:middle;paint-order:stroke;stroke:#fff7cc;stroke-width:4px}@keyframes route-coin-hop{0%{opacity:0;transform:translateY(8px) scale(.2) rotate(-18deg)}28%{opacity:1;transform:translateY(-10px) scale(1.22) rotate(8deg)}55%{opacity:1;transform:translateY(-16px) scale(1) rotate(-4deg)}78%{opacity:.9;transform:translateY(-13px) scale(.92) rotate(4deg)}to{opacity:0;transform:translateY(-27px) scale(.65) rotate(22deg)}}.map-scene,.map-compass,.map-zoom,.map-scale,.map-legend{transition:opacity .22s ease}.map-shell--event-focus .map-scene{opacity:.42}.map-shell--event-focus .map-compass,.map-shell--event-focus .map-zoom,.map-shell--event-focus .map-scale,.map-shell--event-focus .map-legend{opacity:.24}.map-event-visual{transform-box:fill-box;transform-origin:center}.map-event-visual--exiting{pointer-events:none;animation:event-fade-out var(--event-fade-duration, .28s) ease-in both}.map-event-marker{cursor:grab;touch-action:none;transition:transform .08s ease-out}.map-event-marker:active{cursor:grabbing}.map-event-marker-shadow{fill:#fff;stroke:#c5c9cd;stroke-width:2;filter:drop-shadow(0 4px 7px #3b465966);animation:event-alert-flash var(--event-flash-duration, .72s) ease-in-out infinite}.map-event-timer-track{fill:none;stroke:#d9dde0;stroke-width:4}.map-event-timer-progress{fill:none;stroke:#ff784e;stroke-width:4.5;stroke-linecap:round;will-change:stroke-dashoffset}.map-event-marker-core{fill:#fff6e8;stroke:#ff784e;stroke-width:2}.map-event-marker-icon{fill:#b64d2f;font-size:13px;font-weight:950;text-anchor:middle;-webkit-user-select:none;user-select:none;pointer-events:none}.map-event-edge-hint{display:none}.map-event-marker--left .map-event-marker-core{fill:#f0f2f4;stroke:#7f8996}.map-event-marker--left .map-event-marker-icon{fill:#596572}.map-event-marker--right .map-event-marker-core{fill:#e5f8ef;stroke:#20a970}.map-event-marker--right .map-event-marker-icon{fill:#17835a}.event-swipe-interface{width:0;height:0;position:absolute;z-index:8;left:var(--event-anchor-x);top:clamp(68px,var(--event-anchor-y),calc(100% - 68px));pointer-events:none;transition:opacity 35ms linear}.event-swipe-interface--exiting{animation:event-fade-out var(--event-fade-duration, .28s) ease-in both}.event-swipe-option,.event-swipe-center{min-width:0;position:absolute;display:flex;flex-direction:column;justify-content:center;padding:9px 11px;border:1px solid #c9ccd0;border-radius:10px;color:#303d4c;background:#fffffff2;box-shadow:0 4px 16px #293a5052;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:.12s ease}.event-swipe-option{width:150px;min-height:68px;top:0;transform:translateY(-50%)}.event-swipe-interface--focused .event-swipe-option{width:190px}.event-swipe-interface--focused .event-swipe-option,.event-swipe-interface--focused .event-swipe-center{border-color:#ff875f;box-shadow:0 6px 24px #192b415c,0 0 0 2px #ff8b6040}.event-swipe-option span{color:#7b8590;font-size:9px;font-weight:800}.event-swipe-option strong{overflow:hidden;font-size:12px;white-space:nowrap;text-overflow:ellipsis}.event-swipe-option small{overflow:hidden;color:#687380;font-size:9px;line-height:1.3}.event-swipe-option--ignore{right:36px;text-align:right}.event-swipe-option--handle{left:36px;text-align:left}.event-swipe-option--ignore.active{border-color:#7b8692;background:#edf0f3f5;transform:translate(-7px,-50%) scale(1.03)}.event-swipe-option--handle.active{border-color:#20a970;background:#e6f8eff5;transform:translate(7px,-50%) scale(1.03)}.event-swipe-center{width:170px;left:0;align-items:center;padding-inline:8px;border-color:#ef9c74;text-align:center;background:#fff8eff5;transform:translate(-50%)}.event-swipe-interface--below .event-swipe-center{top:38px}.event-swipe-interface--above .event-swipe-center{bottom:38px}.event-swipe-center strong{font-size:11px}.event-swipe-center span{color:#777f88;font-size:8px;line-height:1.25}.event-swipe-center b{color:#df623c;font-size:13px;font-variant-numeric:tabular-nums}@keyframes event-alert-flash{50%{opacity:.48;filter:drop-shadow(0 0 13px #ff6338cc)}}@keyframes event-fade-out{0%{opacity:1}to{opacity:0}}.delivery-node{fill:#fff;stroke:#8793a0;stroke-width:2;filter:drop-shadow(0 1px 1px #5554)}.store-node{fill:#fff;stroke:#ff5f44;stroke-width:4;filter:drop-shadow(0 3px 5px #6f4b3b55)}.store-icon{text-anchor:middle;font-size:23px}.kitchen-map-status{pointer-events:none}.kitchen-prep-ring{fill:none;stroke:#f0a83a;stroke-width:4;stroke-linecap:round;filter:drop-shadow(0 0 4px #f0a83a88);transition:stroke-dashoffset .08s linear}.kitchen-stock-badge rect{fill:#162c28ed;stroke:#55c597;stroke-width:1.5}.kitchen-stock-badge text{fill:#effff8;font-size:7px;font-weight:850;text-anchor:middle}.kitchen-stock-badge--empty rect{fill:#44251fed;stroke:#ef7b5f}.street-label{fill:#4f5b69;font-size:8px;font-weight:700;paint-order:stroke;stroke:#fff;stroke-width:3px;stroke-linejoin:round}.order-marker-visual{filter:drop-shadow(0 3px 5px #68463877)}.order-marker-core{fill:#ff704f;stroke:#fff;stroke-width:2}.order-marker text{fill:#fff;font-size:10px;font-weight:850;text-anchor:middle;pointer-events:none}.order-marker--group-3 text{font-size:7px}.order-marker--group-4 text{font-size:5px}.order-deadline-track{fill:none;stroke:#263e3a99;stroke-width:3}.order-deadline-progress{fill:none;stroke:#20b977;stroke-width:3;stroke-linecap:round;transition:stroke-dashoffset .08s linear;will-change:stroke-dashoffset}.order-marker--late .order-marker-core{fill:#d73950}.order-marker--late .order-deadline-track{stroke:#7d1829}.order-marker--late .order-deadline-progress{stroke:#f0445c;filter:drop-shadow(0 0 5px #ef2f4fcc)}.order-marker--late .order-marker-visual{animation:order-overdue-flash .82s ease-in-out infinite}@keyframes order-overdue-flash{0%,to{opacity:1}50%{opacity:.34}}.rider-dot{pointer-events:none;transform-box:view-box;transition:transform var(--rider-smoothing-duration, 42ms) linear;will-change:transform}.rider-dot circle{fill:#fff;stroke:#347df0;stroke-width:3}.rider-dot text{font-size:17px;text-anchor:middle}.reward-bag{cursor:pointer;outline:none;transform-box:fill-box;transform-origin:center;animation:reward-bag-arrive .24s cubic-bezier(.2,1.4,.4,1) both,reward-bag-float 1.05s ease-in-out .24s infinite}.reward-bag:focus-visible .reward-bag-pulse,.reward-bag:hover .reward-bag-pulse{stroke:#ff8b37;stroke-width:4}.reward-bag-hit-area{fill:transparent;pointer-events:all}.reward-bag-pulse{fill:#fff7cfed;stroke:#ffc33f;stroke-width:3;filter:drop-shadow(0 4px 7px #9b5b2866);transform-box:fill-box;transform-origin:center;animation:reward-bag-pulse 1.05s ease-out infinite}.reward-bag-icon{font-size:24px;text-anchor:middle;pointer-events:none}.reward-bag-amount{fill:#92500d;font-size:10px;font-weight:950;text-anchor:middle;paint-order:stroke;stroke:#fff9d8;stroke-width:3px;pointer-events:none}.reward-bag-count{fill:#fff;font-size:9px;font-weight:950;text-anchor:middle;paint-order:stroke;stroke:#d66c21;stroke-width:5px;pointer-events:none}@keyframes reward-bag-arrive{0%{opacity:0;transform:translateY(-14px) scale(.35) rotate(-12deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(0)}}@keyframes reward-bag-float{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-5px) rotate(2deg)}}@keyframes reward-bag-pulse{0%{opacity:.95;transform:scale(.82)}75%,to{opacity:.12;transform:scale(1.28)}}.rider-dot--delivering .rider-icon-circle{stroke:#b8c5ca}.rider-dot--returning .rider-icon-circle{stroke:#8b98a8}.rider-dot .delivery-ring-progress{fill:none;stroke:#24b77d;stroke-width:4.5;stroke-linecap:round;will-change:stroke-dashoffset}.rider-dot .pickup-ring-progress{fill:none;stroke:#347df0;stroke-width:4.5;stroke-linecap:round;filter:drop-shadow(0 0 4px #347df099);will-change:stroke-dashoffset}.rider-dot .relay-ring-progress{fill:none;stroke:#f2b83f;stroke-width:4.5;stroke-linecap:round;filter:drop-shadow(0 0 5px #f2b83fbb);will-change:stroke-dashoffset}.rider-dot--relaying .rider-event-icon{animation:rider-event-attention .34s ease-in-out infinite}.rider-dot .event-action-ring-progress{fill:none;stroke:#f2b83f;stroke-width:4.5;stroke-linecap:round;filter:drop-shadow(0 0 4px #f2b83f99);will-change:stroke-dashoffset}.rider-event-icon{transform-box:fill-box;transform-origin:center}.rider-event-icon--active{animation:rider-event-attention var(--event-flash-duration, .72s) ease-in-out infinite}.rider-dot .rush-ring{fill:none;stroke:var(--accent);stroke-dasharray:4 3;animation:spin 1.4s linear infinite}.rider-dot .rider-meal-badge{font-size:9px;paint-order:stroke;stroke:#fff;stroke-width:2px}@keyframes spin{to{transform:rotate(360deg);transform-origin:center}}@keyframes rider-event-attention{0%,to{opacity:1;transform:translate(0) rotate(0)}20%{opacity:.62;transform:translate(-2px) rotate(-2deg)}40%{opacity:1;transform:translate(2px) rotate(2deg)}60%{opacity:.72;transform:translate(-1.5px) rotate(-1deg)}80%{opacity:1;transform:translate(1.5px) rotate(1deg)}}.map-compass{width:40px;height:40px;position:absolute;right:12px;top:12px;display:grid;place-items:center;border:1px solid #c8c8c2;border-radius:50%;color:#e9543f;background:#fffffff0;box-shadow:0 2px 8px #524d4533}.map-compass span{font-size:16px;transform:rotate(45deg)}.map-compass b{position:absolute;top:2px;color:#555f69;font-size:8px}.map-zoom{position:absolute;right:13px;top:62px;overflow:hidden;display:flex;flex-direction:column;border:1px solid #c8c8c2;border-radius:8px;color:#49525e;background:#fffffff0;box-shadow:0 2px 8px #524d4533}.map-zoom span{width:32px;height:29px;display:grid;place-items:center;font-size:18px}.map-zoom span+span{border-top:1px solid #d7d7d1}.map-scale{position:absolute;right:13px;bottom:12px;display:flex;align-items:flex-end;gap:5px;color:#4f5862;font-size:8px;text-shadow:0 1px #fff}.map-scale i{width:48px;height:5px;border:solid #4f5862;border-width:0 1px 1px}.map-legend{position:absolute;left:12px;bottom:10px;display:flex;gap:10px;padding:7px 10px;border:1px solid #fff9;border-radius:8px;color:#667181;background:#fffffff0;box-shadow:0 2px 9px #4c493f2b;font-size:9px}.map-legend strong{color:#263443;margin-right:3px}.map-legend span{display:flex;align-items:center;gap:4px}.legend-line{width:15px;height:3px;background:#fff;border:1px solid #c7c6be}.legend-line.alley{height:2px;background:#f7f7f4}.legend-line.congested{background:#f39a43;border-color:#f39a43}.legend-line.rough{background:#dfc77e;border-color:#dfc77e}.rider-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.rider-live{min-width:0;display:grid;grid-template-columns:39px 1fr auto;align-items:center;gap:9px;padding:9px;text-align:left;border:1px solid #293a55;border-radius:12px;background:linear-gradient(145deg,#162238,#101a2a);box-shadow:inset 0 1px #ffffff08,0 5px 16px #0002}.rider-live--selected{border-color:#d99a43;background:linear-gradient(145deg,#2b281f,#152138);box-shadow:inset 0 0 0 1px #ffb34724,0 5px 18px #0003}.rider-live-icon{width:36px;height:36px;display:grid;place-items:center;border:1px solid #334765;border-radius:10px;background:linear-gradient(145deg,#263956,#19273d);font-size:20px}.rider-live-copy{min-width:0;display:flex;flex-direction:column}.rider-live small{overflow:hidden;color:var(--muted);white-space:nowrap;text-overflow:ellipsis}.rush-chip{color:#231506;border-radius:6px;background:var(--accent);padding:3px 5px;font-size:9px;font-weight:900}.skill-action-bar{display:grid;grid-template-columns:minmax(150px,.8fr) minmax(190px,1fr) minmax(190px,1fr);gap:8px}.skill-selection{display:flex;flex-direction:column;justify-content:center;padding:9px 12px;border:1px solid #293a54;border-radius:12px;background:linear-gradient(145deg,#111c2e,#0c1522)}.skill-selection span{overflow:hidden;color:var(--muted);font-size:10px;white-space:nowrap;text-overflow:ellipsis}.skill-action-bar>button{min-height:58px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:8px 14px;border-radius:12px;box-shadow:inset 0 1px #ffffff0b,0 5px 16px #0003}.skill-action-bar>button strong{font-size:15px}.skill-action-bar>button span{margin-top:2px;color:var(--muted);font-size:9px}.rush-action{border-color:#665131;background:linear-gradient(120deg,#ffb3472e,#182235)}.communication-action{border-color:#315e68;background:linear-gradient(120deg,#67b7ff24,#182235)}.communication-result{padding:8px 12px;border:1px solid var(--line);border-radius:9px;font-size:11px}.communication-result--success{color:var(--green);border-color:#315f52;background:#55d6a014}.communication-result--failure{color:var(--red);border-color:#693c47;background:#ff6b7814}.order-panel{min-height:0;overflow:hidden;display:grid;grid-template-rows:auto auto minmax(150px,1fr) auto;margin:12px 12px 14px;border:1px solid #2d3d58;border-radius:16px;background:linear-gradient(165deg,#131e31,#0d1624);box-shadow:0 14px 38px #02060d5e}.order-panel-head{padding:16px 17px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #2b3b55;background:linear-gradient(115deg,#19263b,#111b2b)}.order-panel-head h2{margin:0;font-size:17px}.order-panel-head span{color:var(--muted);font-size:10px}.order-panel-head em{color:var(--accent);font-size:10px;font-style:normal;border:1px solid #59492e;border-radius:7px;padding:5px 7px}.rider-telemetry-list{max-height:285px;overflow:auto;display:grid;gap:6px;padding:9px;border-bottom:1px solid #293951;background:#0b1421}.rider-telemetry{display:grid;grid-template-columns:1fr 1fr;gap:3px 10px;padding:9px 10px;text-align:left;border-color:#283a55;border-radius:10px;background:linear-gradient(145deg,#17243a,#121c2d)}.rider-telemetry--selected{border-color:var(--accent)}.telemetry-head{grid-column:1/-1;display:flex;justify-content:space-between;gap:8px}.telemetry-head em{color:var(--accent);font-size:10px;font-style:normal}.telemetry-line{min-width:0;display:flex;justify-content:space-between;gap:5px;font-size:9px}.telemetry-line>span{color:var(--muted)}.telemetry-line b{overflow:hidden;font-weight:700;white-space:nowrap;text-overflow:ellipsis}.rider-telemetry small{grid-column:1/-1;color:var(--muted);font-size:8px}.order-list{overflow:auto;padding:9px}.order-row{width:100%;min-height:61px;position:relative;display:grid;grid-template-columns:45px 1fr 52px auto;align-items:center;gap:8px;padding:8px 9px;margin-bottom:7px;text-align:left;border:1px solid #2a3a53;border-left:3px solid var(--blue);border-radius:11px;background:linear-gradient(145deg,#17243a,#111b2c);box-shadow:inset 0 1px #ffffff07}.order-row:disabled{cursor:default;opacity:1}.order-row--waiting{border-left-color:var(--accent)}.order-row--urgent{border-left-color:#ff8a55;background:linear-gradient(145deg,#282023,#171c2c)}.order-row--selected{border-color:var(--accent);box-shadow:inset 0 0 0 1px #ffb34738}.order-row--completed{border-left-color:var(--green);opacity:.58}.order-row--cancelled{opacity:.38}.order-row--late{border-left-color:var(--red);background:#271923}.order-amount{font-size:16px;font-weight:900}.order-main{min-width:0;display:flex;flex-direction:column}.order-main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.order-main span,.order-deadline small{color:var(--muted);font-size:9px}.order-deadline{display:flex;flex-direction:column;text-align:right}.order-deadline strong{font-size:12px;font-variant-numeric:tabular-nums}.cancel-order{padding:5px 7px;color:var(--accent)}.review-stars{color:var(--green);font-size:10px;font-weight:800}.review-stars.bad{color:var(--red)}.activity-log{max-height:150px;overflow:auto;padding:12px 17px;border-top:1px solid var(--line);background:#0d1522}.activity-log h3{margin-bottom:8px;color:var(--muted);font-size:10px;text-transform:uppercase}.activity-log p{margin:4px 0;color:#98a7bd;font-size:10px}.empty-state{display:grid;min-height:90px;place-items:center;color:var(--muted);font-size:12px}.pause-stamp{position:fixed;z-index:15;left:42%;top:50%;transform:translate(-50%,-50%) rotate(-3deg);padding:14px 24px;border:3px solid var(--accent);border-radius:9px;color:var(--accent);background:#0b101bdd;font-size:26px;font-weight:900;letter-spacing:.15em}.result-header{padding:28px;border-radius:18px;background:linear-gradient(120deg,#1b2940,#121a2a)}.rating-change{display:flex;align-items:center;gap:11px;font-size:19px}.rating-change>span{color:var(--muted)}.rating-change em{font-size:12px;font-style:normal}.result-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:18px}.result-numbers{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:22px 0 30px}.kitchen-day-summary{margin:-14px 0 24px;padding:10px 12px;border:1px solid #3c513e;border-radius:9px;color:#acd9bc;background:#10221a;font-size:11px}.result-numbers div{display:flex;flex-direction:column;align-items:center;padding:14px 5px;border-radius:10px;background:var(--surface-2)}.result-numbers strong{font-size:26px}.result-numbers span{color:var(--muted);font-size:10px}.result-numbers .warn strong{color:var(--accent)}.result-numbers .danger strong{color:var(--red)}.result-summary h3{font-size:13px}.reason-list{display:grid;gap:8px;padding-left:19px;color:#b2bfd2;font-size:12px}.ledger-card dl{display:grid;gap:10px}.ledger-card dl div{display:flex;justify-content:space-between;color:var(--muted)}.ledger-card dd{color:var(--text);font-weight:700}.ledger-card .income dd{color:var(--green)}.ledger-card .total{margin-top:8px;padding-top:13px;border-top:1px solid var(--line);font-size:16px}.wallet-total{display:flex;justify-content:space-between;margin-top:18px;padding:12px;border-radius:10px;background:#0c1421}.review-breakdown{margin-top:18px}.review-list{max-height:260px;overflow:auto}.review-list>div{display:grid;grid-template-columns:150px 1fr 60px;gap:10px;padding:10px 5px;border-bottom:1px solid var(--line);font-size:11px}.review-list span{color:var(--muted)}.review-list em{color:var(--accent);text-align:right;font-style:normal;font-weight:800}.result-actions{display:flex;align-items:center;justify-content:flex-end;gap:20px;margin-top:20px}.result-actions p{margin:0;font-weight:700}.next-day-strip{display:grid;grid-template-columns:210px 1fr 1fr 1.15fr;gap:20px;align-items:center;padding:17px 22px;border:1px solid #42516b;border-radius:14px;background:#18243a}.next-day-strip>div{display:flex;flex-direction:column}.next-day-strip strong{font-size:20px}.next-day-strip p{margin:0;color:var(--muted);font-size:12px}.next-challenge-preview{display:flex;flex-direction:column;gap:3px;color:#ffe18c!important}.next-challenge-preview small{color:var(--muted);font-size:9px}.shop-content{padding:30px 0}.rider-training-panel{margin-top:20px}.rider-training-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:12px}.rider-training-card{padding:14px;border:1px solid #30415a;border-radius:13px;background:linear-gradient(145deg,#17243a,#111a2a)}.rider-training-card>header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.rider-training-card>header>div{display:flex;flex-direction:column}.rider-training-card>header small{color:var(--muted);font-size:9px}.training-avatar{width:38px;height:38px;position:relative;display:grid;place-items:center;border-radius:50%;color:#241604;background:linear-gradient(145deg,#ffd17d,#f39b38);font-size:12px;font-weight:950}.training-avatar small{position:absolute;right:-2px;bottom:-2px;width:15px;height:15px;display:grid;place-items:center;border:2px solid #17243a;border-radius:50%;color:#fff!important;background:#354865;font-size:7px!important}.rider-stat-upgrades{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.rider-stat-upgrade{min-width:0;display:grid;grid-template-columns:17px 1fr;text-align:left;gap:2px 4px;padding:8px;background:#0d1725}.rider-stat-upgrade>span{grid-row:1/3;color:var(--accent)}.rider-stat-upgrade b,.rider-stat-upgrade em,.rider-stat-upgrade small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rider-stat-upgrade b{font-size:9px}.rider-stat-upgrade em{color:#8fa0b8;font-size:8px;font-style:normal}.rider-stat-upgrade small{grid-column:1/-1;color:#e7b668;font-size:7px}.shop-market-grid{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,2fr);gap:16px;margin:16px 0}.shop-market-grid .panel{margin:0}.vehicle-offer-card{min-height:250px;display:grid;grid-template-rows:auto 1fr auto;gap:12px;padding:20px;border:1px solid #665232;border-radius:14px;background:radial-gradient(circle at 80% 0,#ffb34724,transparent 42%),linear-gradient(145deg,#1c293e,#111a29)}.vehicle-offer-icon{font-size:44px}.vehicle-offer-card h3{margin:5px 0}.vehicle-offer-card p{color:var(--muted);font-size:11px;line-height:1.6}.vehicle-offer-card>button{color:#241604;border-color:var(--accent);background:var(--accent)}.general-market .offer-card{min-height:250px}.refresh-button{color:var(--accent)}.offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.offer-card{min-height:250px;display:flex;flex-direction:column;align-items:flex-start;padding:23px;border:1px solid var(--line);border-radius:15px;background:linear-gradient(150deg,#1b263a,#121a29)}.offer-card:hover{border-color:#53627a}.offer-kind{color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.12em}.offer-card h3{margin:18px 0 10px;font-size:20px}.offer-card p{flex:1;color:var(--muted);font-size:12px;line-height:1.7}.offer-card button{width:100%;color:#201607;border-color:var(--accent);background:var(--accent)}.offer-card--sold{opacity:.45}.inventory-groups{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.inventory-groups>div{display:flex;flex-direction:column;gap:6px;padding:12px;border-radius:10px;background:#0f1725}.inventory-groups span{color:var(--muted);font-size:11px}.end-page{min-height:100vh;display:grid;place-items:center;padding:30px;background:radial-gradient(circle at 50% 20%,rgba(255,107,120,.13),transparent 45%),#090e17}.end-page--victory{background:radial-gradient(circle at 50% 20%,rgba(255,179,71,.17),transparent 45%),#090e17}.end-card{width:min(720px,100%);text-align:center;padding:48px;border:1px solid var(--line);border-radius:24px;background:#111a2a;box-shadow:var(--shadow)}.end-icon{font-size:66px}.end-card h1{margin:10px 0;font-size:45px}.end-card>p{color:var(--muted)}.end-stats{display:grid;grid-template-columns:repeat(4,1fr);margin:35px 0;border-block:1px solid var(--line)}.end-stats div{display:flex;flex-direction:column;padding:18px 5px;border-right:1px solid var(--line)}.end-stats div:last-child{border:0}.end-stats strong{font-size:24px}.end-stats span{color:var(--muted);font-size:10px}.xp-award{display:inline-flex;flex-direction:column;padding:14px 35px;border-radius:12px;color:var(--accent);background:#ffb3471a}.failure-reasons{max-width:520px;margin:0 auto 22px;padding:14px 18px;text-align:left;border:1px solid #663942;border-radius:11px;background:#21151c}.failure-reasons ul{margin-bottom:0;color:var(--muted);font-size:12px;line-height:1.7}.end-actions{display:flex;justify-content:center;gap:12px;margin-top:30px}.debug-panel{position:fixed;z-index:200;right:12px;bottom:12px}.debug-toggle{border-color:#495873;background:#172135e8;box-shadow:0 6px 24px #0006;font-size:11px}.debug-panel--open{width:270px;border:1px solid #42516c;border-radius:13px;background:#121b2bef;box-shadow:0 18px 55px #0009;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.debug-panel--open .debug-toggle{width:100%;border:0;border-bottom:1px solid var(--line);border-radius:12px 12px 0 0;box-shadow:none}.debug-body{display:grid;gap:9px;padding:15px}.debug-body label{color:var(--muted);font-size:10px}.debug-body input,.debug-body select{margin-top:4px}.debug-body button{width:100%;font-size:11px}.debug-body small{color:#718097;line-height:1.6}.debug-inline-buttons{display:grid;grid-template-columns:repeat(5,1fr);gap:4px}.debug-inline-buttons button{min-width:0;padding:7px 3px}.debug-inline-buttons button.active{color:#1b1307;border-color:var(--accent);background:var(--accent)}.debug-log{color:var(--muted);font-size:10px}.debug-log summary{cursor:pointer;color:var(--text)}.debug-log div{max-height:130px;overflow:auto;margin-top:6px;padding:7px;border-radius:7px;background:#0b1320}.debug-log p{margin:0 0 5px;line-height:1.45}@media(max-width:1050px){.home-page{grid-template-columns:1fr;padding:30px}.meta-card{display:none}.sim-header{grid-template-columns:150px 1fr}.time-controls{grid-column:1/-1;justify-self:end;position:absolute;right:15px;top:62px;z-index:5}.game-layout{grid-template-columns:minmax(0,1fr) 330px;height:calc(100vh - 79px)}.sim-stats{grid-template-columns:repeat(6,1fr)}.rider-config{grid-template-columns:50px 1fr 160px}.rider-config label:last-child{grid-column:3}.loadout-workbench{grid-template-columns:minmax(340px,1.15fr) minmax(220px,.75fr) minmax(270px,.9fr)}.loadout-buffs{grid-column:1/-1}.buff-slot-list{grid-template-columns:1fr 1fr}}@media(max-width:780px){.page-shell{width:min(100% - 24px,1180px);padding-top:20px}.home-page{padding:14px}.hero-card{min-height:calc(100vh - 28px);padding:35px 26px}.hero-card h1{font-size:58px}.new-run-row{grid-template-columns:1fr}.home-actions .primary-button,.game-header,.result-header{align-items:flex-start;flex-direction:column}.header-metrics{width:100%;justify-content:space-between}.forecast-banner,.next-day-strip{grid-template-columns:1fr}.weather-hero{border-right:0;border-bottom:1px solid var(--line);padding-bottom:14px}.kitchen-config-grid,.strategy-grid,.offer-grid,.result-grid,.shop-market-grid{grid-template-columns:1fr}.rider-stat-upgrades{grid-template-columns:1fr 1fr}.generated-map-layout{grid-template-columns:1fr}.district-guide{grid-template-columns:1fr 1fr;grid-template-rows:auto}.district-guide>div{grid-template-columns:10px 60px 1fr}.rider-config{grid-template-columns:45px 1fr}.rider-config label{grid-column:1/-1!important}.loadout-title{align-items:flex-start;flex-direction:column}.loadout-title>small{text-align:left}.loadout-workbench{grid-template-columns:1fr}.loadout-column{padding:13px}.vehicle-slot-grid{grid-template-columns:repeat(5,minmax(54px,1fr))}.inventory-item{min-height:80px}.sim-header{display:flex;flex-wrap:wrap;padding-bottom:12px}.sim-brand{width:100%}.sim-stats{width:100%;overflow-x:auto}.stat{min-width:95px}.time-controls{position:static;margin-left:auto}.game-layout{display:block;height:auto}.map-column{height:auto;padding:12px}.map-toolbar{align-items:flex-start;flex-direction:column;gap:6px}.map-kpis{width:100%;justify-content:space-between;gap:6px}.map-shell{height:52vh}.road-map{min-height:330px}.order-panel{min-height:500px;border:1px solid var(--line);margin:0 12px 18px}.rider-strip{grid-template-columns:1fr}.skill-action-bar{grid-template-columns:1fr 1fr}.skill-selection{grid-column:1/-1}.map-legend span{display:none}.map-scale{bottom:43px}.map-compass{right:8px;top:8px}.map-zoom{right:9px;top:57px}.event-swipe-interface{left:var(--event-anchor-x);top:clamp(74px,var(--event-anchor-y),calc(100% - 74px))}.event-swipe-option{width:min(112px,calc(50vw - 43px));min-height:62px;padding:7px 8px}.event-swipe-interface--focused .event-swipe-option{width:min(138px,calc(50vw - 39px))}.event-swipe-option--ignore{right:33px}.event-swipe-option--handle{left:33px}.event-swipe-option small{font-size:8px}.event-swipe-center{width:154px}.event-swipe-interface--below .event-swipe-center{top:35px}.event-swipe-interface--above .event-swipe-center{bottom:35px}.pause-stamp{left:50%}.result-numbers{grid-template-columns:repeat(5,minmax(55px,1fr))}.result-numbers strong{font-size:20px}.review-list>div{grid-template-columns:100px 1fr 45px}.inventory-groups{grid-template-columns:1fr 1fr}.end-card{padding:30px 20px}.end-card h1{font-size:34px}.end-stats{grid-template-columns:1fr 1fr}.end-stats div:nth-child(2){border-right:0}.sticky-action{bottom:8px}.sticky-action>div{display:none}}@media(max-width:480px){.vehicle-slot-grid{grid-template-columns:1fr 1fr}.rider-equipped-row{grid-template-columns:1fr}.rider-loadout-card{align-items:start}}@media(max-width:780px){.home-page,.game-page,.end-page{min-height:100dvh}.page-shell{width:calc(100% - 20px);padding:16px 0 calc(104px + env(safe-area-inset-bottom))}.panel{padding:18px}.section-title{align-items:flex-start;flex-wrap:wrap;gap:8px 14px;margin-bottom:15px}button,input,select{min-height:44px}.sim-header{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px 9px;padding:max(8px,env(safe-area-inset-top)) 9px 8px}.sim-brand{width:auto;min-width:0}.sim-brand>span{width:36px;height:36px;flex:0 0 36px;font-size:16px}.sim-brand strong,.sim-brand small{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sim-brand small{font-size:9px}.time-controls{position:static;grid-column:2;grid-row:1;margin:0;justify-self:end;padding:2px}.time-controls button{min-width:39px;min-height:39px;padding:6px}.sim-stats{width:auto;grid-column:1 / -1;display:flex;gap:6px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}.sim-stats::-webkit-scrollbar,.rider-strip::-webkit-scrollbar,.rider-telemetry-list::-webkit-scrollbar,.map-kpis::-webkit-scrollbar{display:none}.stat{min-width:86px;min-height:43px;flex:0 0 auto;scroll-snap-align:start;padding:5px 9px}.stat>span{font-size:8px}.stat>strong{font-size:14px}.game-layout{display:block;height:auto}.map-column{height:auto;padding:8px;gap:8px}.map-toolbar{min-height:0;padding:7px 9px}.map-toolbar>div:first-child{width:100%}.map-kpis{width:100%;justify-content:flex-start;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none}.map-kpis span{flex:0 0 auto}.map-shell{height:min(54dvh,520px);min-height:340px;border-radius:14px}.road-map{min-height:0}.map-legend{left:8px;bottom:7px;padding:5px 7px}.map-scale{right:9px;bottom:37px}.rider-strip{display:flex;gap:7px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.rider-live{min-width:min(76vw,280px);flex:0 0 min(76vw,280px);scroll-snap-align:start}.skill-action-bar{position:sticky;z-index:14;bottom:calc(7px + env(safe-area-inset-bottom));grid-template-columns:1fr 1fr;gap:6px;padding:6px;border:1px solid #354764;border-radius:14px;background:#0b1420e8;box-shadow:0 10px 30px #0008;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.skill-selection{grid-column:1 / -1;min-height:38px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:0 8px;padding:5px 9px}.skill-selection strong{grid-row:1 / 3}.skill-action-bar>button{min-height:62px;padding:8px 10px}.order-panel{min-height:0;overflow:visible;display:block;margin:4px 8px calc(18px + env(safe-area-inset-bottom))}.order-panel-head{padding:13px}.rider-telemetry-list{max-height:none;display:flex;gap:7px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.rider-telemetry{min-width:min(82vw,310px);flex:0 0 min(82vw,310px);scroll-snap-align:start}.order-list{max-height:62dvh;overflow-y:auto}.order-row{min-height:66px}.activity-log{max-height:190px}.sticky-action{bottom:calc(8px + env(safe-area-inset-bottom));width:calc(100% - 16px);padding:8px}.sticky-action>button{width:100%}.debug-panel{right:calc(8px + env(safe-area-inset-right));bottom:calc(84px + env(safe-area-inset-bottom))}.debug-panel--open{left:calc(8px + env(safe-area-inset-left));right:calc(8px + env(safe-area-inset-right));bottom:calc(8px + env(safe-area-inset-bottom));width:auto;max-height:calc(100dvh - max(16px,env(safe-area-inset-top)) - env(safe-area-inset-bottom));overflow-y:auto}.debug-toggle{min-width:44px;min-height:44px}}@media(max-width:480px){.home-page{padding:max(8px,env(safe-area-inset-top)) 8px max(8px,env(safe-area-inset-bottom))}.hero-card{min-height:calc(100dvh - 16px - env(safe-area-inset-top) - env(safe-area-inset-bottom));padding:28px 20px}.brand-mark{width:46px;height:46px;margin-bottom:18px}.hero-card h1{margin-bottom:19px;font-size:clamp(46px,16vw,62px)}.hero-copy{font-size:15px;line-height:1.65}.home-actions{margin-top:26px}.game-header h1,.result-header h1{font-size:30px}.header-metrics{gap:9px;overflow-x:auto}.header-metrics strong{font-size:18px}.forecast-banner,.next-day-strip{padding:15px;gap:13px}.map-preview svg{height:225px}.district-guide{grid-template-columns:1fr}.strategy-card{grid-template-columns:38px 1fr 24px;gap:8px;padding:14px 11px}.loadout-workbench{display:block}.loadout-column+.loadout-column{border-top:1px solid var(--line)}.rider-training-grid{grid-template-columns:1fr}.result-numbers{grid-template-columns:repeat(2,1fr)}.result-numbers div:last-child{grid-column:1 / -1}.result-actions,.end-actions{align-items:stretch;flex-direction:column}.end-page{padding:10px}.end-card{padding:26px 14px}.end-stats strong{font-size:20px}.sim-brand>span{display:none}.time-controls button{min-width:37px;padding-inline:4px}.map-shell{height:50dvh;min-height:320px}.rider-live{min-width:82vw;flex-basis:82vw}.skill-action-bar>button strong{font-size:13px}.skill-action-bar>button span{font-size:8px}.order-row{grid-template-columns:42px minmax(0,1fr) 48px auto;gap:6px;padding-inline:7px}.order-amount{font-size:14px}.cancel-order{min-width:44px;min-height:44px;padding:4px}}@media(max-width:900px)and (orientation:landscape)and (max-height:600px){.sim-header{position:relative}.map-shell{height:calc(100dvh - 165px);min-height:280px}.rider-live{min-width:250px;flex-basis:250px}}:root{--bg: #211a3b;--surface: #30274f;--surface-2: #403460;--surface-3: #554573;--line: #675887;--muted: #c1b6d9;--text: #fff9f0;--accent: #ffc857;--accent-2: #ff7c73;--green: #6ee7ad;--red: #ff758d;--blue: #72c7ff}body{background:radial-gradient(circle at 8% 5%,#ff9b9b26 0 80px,transparent 82px),radial-gradient(circle at 92% 12%,#ffd86e24 0 110px,transparent 112px),linear-gradient(145deg,#2c2250,#19152f 62%,#26204a)}button,.primary-button,.secondary-button{border-width:2px;border-radius:15px}button:hover:not(:disabled){transform:translateY(-2px) rotate(-.25deg)}.primary-button{border-color:#fff0ae;border-radius:18px;background:linear-gradient(145deg,#ffe073,#ffad53);box-shadow:0 6px #b96539,0 12px 24px #120b244f}.primary-button:active:not(:disabled){transform:translateY(4px);box-shadow:0 2px #b96539}.eyebrow,.step-number{width:max-content;display:inline-flex;align-items:center;min-height:24px;padding:4px 10px;border-radius:999px;color:#392035;background:linear-gradient(120deg,#ffd96c,#ff9b86);box-shadow:0 3px #9d5365;letter-spacing:.08em}.panel{position:relative;border:2px solid #675887;border-radius:23px;background:linear-gradient(155deg,#39305aee,#28213fee);box-shadow:0 7px #171228,0 16px 36px #0c081b45,inset 0 1px #ffffff1c}.panel:after{content:"";width:10px;height:10px;position:absolute;right:14px;top:13px;border-radius:50%;background:#ffcf67;box-shadow:15px 5px #ff8c83,5px 17px #72d8bf;opacity:.72;pointer-events:none}.game-header h1,.result-header h1,.end-card h1,.hero-card h1{color:#fff9ec;text-shadow:0 4px 0 #6b4568,0 7px 18px #0d081d66}.hero-card,.meta-card{border-width:2px;border-color:#796999;background:linear-gradient(145deg,#3b315fef,#282040f2)}.brand-mark,.sim-brand>span{border-color:#ffd15f;color:#ffd15f;background:#4b315d;box-shadow:0 5px #151025}.forecast-banner,.next-day-strip{border-width:2px;border-color:#7f6ba0;border-radius:22px;background:linear-gradient(125deg,#4d3d72,#2f2850);box-shadow:0 6px #17132c}.weather-hero>span{filter:drop-shadow(0 4px 0 #1d1733)}.strategy-card,.station-command-card{box-shadow:0 4px #171226}.strategy-card--selected,.station-command-card--selected{box-shadow:0 4px #aa673f,inset 0 0 0 2px #ffd36c}.loadout-workbench{background:#675887}.loadout-column{background:linear-gradient(160deg,#332a50,#28213f)}.rider-loadout-card,.equipment-inventory-row,.buff-slot{border-width:2px;border-radius:15px;background:linear-gradient(145deg,#493b65,#30284d);box-shadow:0 3px #171229}.rider-loadout-avatar,.training-avatar{background:linear-gradient(145deg,#ffe084,#ff9b72);box-shadow:0 5px #9e5264}.inventory-item,.equipment-inventory-item{border-width:2px;background:linear-gradient(145deg,#51416b,#332a50);box-shadow:0 3px #171229}.rider-training-card,.offer-card,.vehicle-offer-card{border-width:2px;border-radius:19px;background:radial-gradient(circle at 90% 5%,#ffca6724,transparent 32%),linear-gradient(145deg,#493b65,#2e2749);box-shadow:0 5px #171229}.offer-card button,.vehicle-offer-card>button{border-color:#fff0a7;border-radius:14px;background:linear-gradient(145deg,#ffdd72,#ffad54);box-shadow:0 4px #a65b43}.rider-stat-upgrade{border-width:2px;border-radius:12px;background:#352b51}.rider-stat-upgrade>span{color:#ffd86e}.inventory-groups>div{border:2px solid #55496f;border-radius:15px;background:linear-gradient(145deg,#40345c,#2c2547)}.prep-fun-grid{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(0,1.4fr);gap:20px;margin-bottom:22px}.daily-challenge-card{min-height:176px;display:grid;grid-template-columns:72px 1fr auto;align-items:center;gap:14px;overflow:hidden;background:radial-gradient(circle at 0 100%,#ffcf6c33,transparent 42%),linear-gradient(145deg,#493461,#31264c)}.daily-challenge-card:before{content:"BONUS!";position:absolute;right:-29px;top:16px;padding:4px 34px;color:#522b45;background:#ffd466;font-size:9px;font-weight:950;transform:rotate(38deg)}.challenge-sticker{width:66px;height:66px;display:grid;place-items:center;border:3px solid #fff4c8;border-radius:22px 28px 20px 26px;background:linear-gradient(145deg,#ffb17d,#ff7b86);box-shadow:0 6px #984d67;font-size:34px;transform:rotate(-5deg)}.daily-challenge-copy{min-width:0}.daily-challenge-copy h2{margin:6px 0}.daily-challenge-copy p{margin-bottom:8px;color:#ddd3ec;font-size:11px}.daily-challenge-copy small{color:#ffe18e}.challenge-toggle{align-self:end;color:#ffe3a0;border-color:#8e7453;background:#493949;white-space:nowrap}.challenge-toggle--accepted{color:#20352f;border-color:#9ef0c7;background:linear-gradient(145deg,#9af0c2,#61d7a4);box-shadow:0 4px #278566}.station-command-picker{padding:18px}.station-command-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.station-command-card{min-width:0;min-height:105px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px;border-color:#665981;background:linear-gradient(150deg,#46385f,#302747);text-align:center}.station-command-card>span{font-size:28px;filter:drop-shadow(0 3px 0 #211934)}.station-command-card strong{font-size:12px}.station-command-card small{color:#bfb4d5;font-size:8px;line-height:1.35}.station-command-card--selected{border-color:#ffd36c;background:linear-gradient(145deg,#68445d,#443250);transform:translateY(-2px) rotate(1deg)}.game-page{background:radial-gradient(circle at 40% -20%,#624e8b 0,transparent 40%),linear-gradient(150deg,#251d43,#171329)}.sim-header{border-bottom:2px solid #75669b;background:linear-gradient(105deg,#3c305fed,#241d43f5);box-shadow:0 6px #120e24,0 10px 30px #09061666}.stat{border-width:2px;border-color:#5f527e;border-radius:14px;background:linear-gradient(145deg,#4b3d6cc9,#30284fd9);box-shadow:0 3px #18132b,inset 0 1px #ffffff16}.sim-stats .stat:nth-child(2){border-color:#806742;background:linear-gradient(145deg,#665039,#40324e)}.sim-stats .stat:nth-child(3){border-color:#3f826a;background:linear-gradient(145deg,#326453,#303154)}.rating-badge{border-width:2px}.map-toolbar{border-width:2px;border-color:#5e537b;background:linear-gradient(120deg,#43375fe8,#2c254be8);box-shadow:0 4px #151027}.map-shell{border:4px solid #fff2cf;border-radius:24px;box-shadow:0 8px #9a746a,0 18px 40px #08051570,inset 0 0 0 2px #cdbf9c}.store-node{fill:#fff7d8;stroke:#ff756b;filter:drop-shadow(0 5px 0 #ab5b58)}.order-marker-core{fill:#ff796e}.order-marker-visual{filter:drop-shadow(0 4px 0 #ad5261)}.rider-dot circle.rider-icon-circle{stroke-width:4;filter:drop-shadow(0 4px 0 #586b91)}.live-goals-bar{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.live-goals-bar::-webkit-scrollbar{display:none}.combo-meter,.challenge-live{min-width:205px;flex:1 0 205px;display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:7px;padding:7px 9px;border:2px solid #5b4e78;border-radius:15px;background:linear-gradient(145deg,#3d3259,#2a2345);box-shadow:0 4px #151126}.combo-meter>span,.challenge-live>span{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#ffffff13;font-size:20px}.combo-meter>div,.challenge-live>div{min-width:0;display:flex;flex-direction:column}.combo-meter small,.challenge-live small{overflow:hidden;color:#bfb4d3;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.combo-meter b,.challenge-live b{color:#ffe184;font-size:11px;white-space:nowrap}.combo-meter--active{border-color:#ff9a68;background:linear-gradient(145deg,#693e50,#392841);animation:combo-card-pulse .75s ease-in-out infinite alternate}.challenge-live--accepted{border-color:#4c9a7c}.challenge-live--accepted>span{background:#65d9a52e}@keyframes combo-card-pulse{to{transform:translateY(-1px);box-shadow:0 5px #762f49,0 0 16px #ff805b33}}.rider-live{border-width:2px;border-radius:17px;background:linear-gradient(145deg,#46385f,#2d2648);box-shadow:0 4px #151126}.rider-live-icon{border-width:2px;border-radius:13px;background:linear-gradient(145deg,#6b5480,#43345e)}.rider-live--selected{border-color:#ffd269;background:linear-gradient(145deg,#63465c,#38304e)}.skill-action-bar{grid-template-columns:minmax(145px,.72fr) repeat(3,minmax(155px,1fr))}.skill-selection{border-width:2px;border-radius:16px;background:linear-gradient(145deg,#3e315b,#292241)}.rush-action{border-color:#df9853;background:linear-gradient(135deg,#744d46,#3d304e)}.communication-action{border-color:#5ba3b5;background:linear-gradient(135deg,#365d73,#332b53)}.station-command-action{border-color:#ad7ec6;background:linear-gradient(135deg,#684577,#382c53)}.station-command-action--active{border-color:#ffe176;animation:station-power-pulse .55s ease-in-out infinite alternate}@keyframes station-power-pulse{to{box-shadow:inset 0 0 20px #ffd66d22,0 0 18px #ffce6155;transform:translateY(-1px)}}.order-panel{border-width:2px;border-color:#655780;border-radius:22px;background:linear-gradient(165deg,#352b54,#241e40);box-shadow:0 8px #120e22,0 18px 38px #07041270}.order-panel-head{background:linear-gradient(115deg,#493b68,#30284e)}.rider-telemetry,.order-row{border-width:2px;border-radius:14px;background:linear-gradient(145deg,#44375f,#2d2649);box-shadow:0 3px #161128}.order-row--waiting{background:linear-gradient(145deg,#5c4053,#352a4c)}.activity-log{background:#241d3b}.pause-stamp{border-radius:18px;background:#37294cec;box-shadow:0 7px #7d435b;transform:translate(-50%,-50%) rotate(-4deg)}.result-numbers{grid-template-columns:repeat(6,1fr)}.result-numbers div{border:2px solid #5c4f76;border-radius:16px;background:linear-gradient(145deg,#493a64,#31284e);box-shadow:0 4px #17122a}.result-numbers .combo-result strong{color:#ffb267}.challenge-day-summary{display:grid;grid-template-columns:44px 1fr;align-items:center;gap:9px;margin:-12px 0 22px;padding:11px;border:2px solid #76556d;border-radius:15px;background:#442c45}.challenge-day-summary>span{font-size:27px}.challenge-day-summary>div{display:flex;flex-direction:column}.challenge-day-summary small{color:#c8bad3}.challenge-day-summary--done{border-color:#5ac695;background:#254a42;box-shadow:0 4px #17332d}.end-card{border-width:2px;border-color:#766690;border-radius:30px;background:linear-gradient(145deg,#3b305b,#29223f);box-shadow:0 9px #151026,var(--shadow)}@media(max-width:780px){.prep-fun-grid{grid-template-columns:1fr;gap:14px}.daily-challenge-card{min-height:150px;grid-template-columns:58px 1fr auto}.challenge-sticker{width:54px;height:54px;font-size:27px}.station-command-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.station-command-card{min-height:98px;padding:7px 4px}.station-command-card small{display:none}.live-goals-bar{scroll-snap-type:x mandatory}.combo-meter,.challenge-live{min-width:min(78vw,280px);flex-basis:min(78vw,280px);scroll-snap-align:start}.skill-action-bar{grid-template-columns:1fr 1fr}.station-command-action{grid-column:1 / -1}.result-numbers{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.daily-challenge-card{grid-template-columns:50px 1fr}.daily-challenge-card .challenge-toggle{grid-column:1 / -1;width:100%}.challenge-sticker{width:48px;height:48px;font-size:24px}.station-command-card>span{font-size:23px}.station-command-card strong{font-size:10px}.live-goals-bar{margin-inline:-1px}.result-numbers{grid-template-columns:repeat(2,1fr)}.result-numbers div:last-child{grid-column:auto}}@media(max-width:780px){.game-page{width:100%;height:100dvh;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding-bottom:calc(70px + env(safe-area-inset-bottom))}.game-page .sim-header{position:relative;flex:0 0 auto}.game-page .round-progress{flex:0 0 4px}.game-page .game-layout{flex:1 1 auto;min-height:0;height:auto;overflow:hidden}.game-page .map-column{height:100%;min-height:0;padding:6px;gap:0}.game-page .map-toolbar,.game-page .live-goals-bar,.game-page .rider-strip,.game-page .skill-action-bar,.game-page .order-panel,.game-page .map-column>.communication-result{display:none}.game-page .map-shell{width:100%;height:100%;min-height:0;display:flex;align-items:flex-start;justify-content:flex-start;overflow:auto;overscroll-behavior:contain;scrollbar-width:none;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch}.game-page .map-shell::-webkit-scrollbar{display:none}.game-page .road-map{width:clamp(820px,220vw,1320px);min-width:clamp(820px,220vw,1320px);height:auto;min-height:0;flex:0 0 clamp(820px,220vw,1320px);aspect-ratio:8 / 5}.game-page .map-event-edge-hint{width:44px;height:44px;position:absolute;z-index:18;display:grid;place-items:center;padding:0;color:#a64027;border:3px solid #fff5d8;border-radius:50%;background:#ff9169;box-shadow:0 0 0 5px #ff6d4540,0 5px 14px #5c281f80;transform:translate(-50%,-50%);animation:event-edge-flash .58s ease-in-out infinite alternate}.game-page .map-event-edge-hint b{font-size:16px;line-height:1}.game-page .map-event-edge-hint small{min-width:17px;position:absolute;right:-6px;top:-7px;padding:2px 4px;color:#6f2c1e;border:2px solid #fff8df;border-radius:10px;background:#ffd65c;font-size:8px;font-weight:950}.game-page .map-event-edge-arrow{position:absolute;left:37px;color:#ff6846;font-size:18px;line-height:1;text-shadow:0 1px 0 #fff;transform:rotate(var(--event-edge-angle));transform-origin:-15px center}@keyframes event-edge-flash{0%{opacity:.62;filter:saturate(.9);transform:translate(-50%,-50%) scale(.88)}to{opacity:1;filter:saturate(1.35) drop-shadow(0 0 10px #ff5c35);transform:translate(-50%,-50%) scale(1.08)}}.game-page .map-legend{max-width:150px}.mobile-game-dock{position:fixed;z-index:90;left:0;right:0;bottom:0;height:calc(70px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;gap:5px;padding:7px 7px calc(7px + env(safe-area-inset-bottom));background:linear-gradient(to top,#1d1734 68%,transparent)}.mobile-game-dock button{min-width:0;min-height:53px;display:grid;grid-template-columns:25px 1fr;grid-template-rows:1fr 1fr;align-items:center;gap:0 3px;padding:5px 6px;color:#4e3851;border:0;border-radius:5px 5px 12px 7px;background:#ffe38a;box-shadow:0 4px #9c6371,0 7px 16px #09051199;transform:rotate(-1.5deg);transition:transform .14s ease,filter .14s ease}.mobile-game-dock button:nth-child(2){background:#ffb9a8;transform:rotate(1.2deg)}.mobile-game-dock button:nth-child(3){background:#aee9d5;transform:rotate(-.7deg)}.mobile-game-dock button:nth-child(4){background:#cfc2ff;transform:rotate(1.6deg)}.mobile-game-dock button.active{filter:brightness(1.08);transform:translateY(-7px) rotate(0) scale(1.03)}.mobile-game-dock button>span{grid-row:1 / 3;font-size:21px}.mobile-game-dock button strong{align-self:end;overflow:hidden;font-size:11px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.mobile-game-dock button small{align-self:start;overflow:hidden;color:#765d6e;font-size:7px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.mobile-game-sheet{position:fixed;z-index:82;left:6px;right:6px;bottom:calc(70px + env(safe-area-inset-bottom));max-height:min(48dvh,410px);display:flex;flex-direction:column;overflow:hidden;color:#fff9ec;border:2px solid #8e6686;border-radius:22px 22px 10px 10px;background:linear-gradient(155deg,#4b3a68f5,#2b2448f8);box-shadow:0 -7px #1b1530,0 -18px 42px #080411a6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:mobile-sheet-rise .18s cubic-bezier(.2,.8,.3,1) both}@keyframes mobile-sheet-rise{0%{opacity:0;transform:translateY(22px) scale(.97)}}.mobile-game-sheet>header{min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:7px 9px 7px 14px;border-bottom:1px dashed #a98caf;background:#ffffff0a}.mobile-game-sheet>header>div{display:flex;align-items:center;gap:8px}.mobile-game-sheet>header>div span{font-size:21px}.mobile-game-sheet>header>div strong{font-size:14px}.mobile-game-sheet>header>button{width:38px;min-height:38px;padding:0;border-radius:50%;font-size:22px}.mobile-sheet-content{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:10px}.mobile-sheet-hint{margin:8px 2px 0;color:#e7d9ec;font-size:9px}.mobile-rider-picker,.mobile-rider-cards{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory}.mobile-rider-picker::-webkit-scrollbar,.mobile-rider-cards::-webkit-scrollbar{display:none}.mobile-rider-picker>button{min-width:122px;display:grid;grid-template-columns:29px 1fr;grid-template-rows:1fr 1fr;padding:6px 8px;text-align:left;background:#33294f;scroll-snap-align:start}.mobile-rider-picker>button.active{border-color:#ffe178;background:#5a405a}.mobile-rider-picker>button>span{grid-row:1 / 3;align-self:center;font-size:21px}.mobile-rider-picker strong{font-size:10px}.mobile-rider-picker small{color:#c9bad5;font-size:8px}.mobile-skill-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:9px}.mobile-skill-grid>button{min-height:65px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:8px 10px}.mobile-skill-grid>button:last-child{grid-column:1 / -1}.mobile-skill-grid strong{font-size:12px}.mobile-skill-grid span{margin-top:3px;color:#d1c3d9;font-size:8px}.mobile-order-stack{display:grid;gap:7px}.mobile-order-note{min-height:58px;display:grid;grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;gap:7px;padding:7px 9px;color:#47374c;border:0;background:#fff1a8;box-shadow:0 3px #a56e70;transform:rotate(-.35deg)}.mobile-order-note:nth-child(2n){background:#ffcabd;transform:rotate(.35deg)}.mobile-order-note>span{font-size:15px;font-weight:950}.mobile-order-note>div{min-width:0;display:flex;flex-direction:column;text-align:left}.mobile-order-note strong,.mobile-order-note small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-order-note strong{font-size:11px}.mobile-order-note small{color:#775f69;font-size:8px}.mobile-order-note em{font-size:10px;font-style:normal;font-weight:900}.mobile-order-note--selected{outline:3px solid #77d7b4;transform:rotate(0) scale(.98)}.mobile-order-note--late{color:#791f2b;background:#ff9d9d!important}.mobile-rider-cards{overflow-y:hidden}.mobile-rider-card{min-width:min(82vw,320px);padding:11px;text-align:left;background:linear-gradient(145deg,#51416f,#352b55);scroll-snap-align:center}.mobile-rider-card--selected{border-color:#ffdd72;box-shadow:inset 0 0 0 2px #ffdd723d}.mobile-rider-card>header{display:flex;align-items:center;gap:8px;margin-bottom:9px}.mobile-rider-card>header>span{font-size:25px}.mobile-rider-card>header>div{display:flex;flex-direction:column}.mobile-rider-card header small{color:#c9bad5;font-size:8px}.mobile-rider-card>div{display:grid;grid-template-columns:1fr 1fr;gap:6px}.mobile-rider-card>div span{display:flex;flex-direction:column;color:#bdaecb;font-size:8px}.mobile-rider-card>div b{color:#fff9ec;font-size:10px}.mobile-info-board{display:grid;grid-template-columns:1fr 1fr;gap:7px}.mobile-info-note{min-height:66px;display:grid;grid-template-columns:34px 1fr;align-items:center;gap:6px;padding:8px;border-radius:9px;color:#513c4d;background:#ffe49b;box-shadow:0 3px #9c6670;transform:rotate(-.6deg)}.mobile-info-note:nth-child(2){background:#bcebdc;transform:rotate(.6deg)}.mobile-info-note>span{font-size:23px}.mobile-info-note>div{display:flex;flex-direction:column}.mobile-info-note strong{font-size:10px}.mobile-info-note small{font-size:7px;line-height:1.35}.mobile-log-notes{grid-column:1 / -1;display:grid;gap:5px}.mobile-log-notes p{margin:0;padding:7px 9px;border-left:3px solid #ffd66e;color:#d7cadf;background:#261e40;font-size:8px}.game-page .debug-panel{bottom:calc(76px + env(safe-area-inset-bottom))}.prep-page.page-shell{width:100%;height:100dvh;min-height:0;display:flex;flex-direction:column;gap:7px;overflow:hidden;margin:0;padding:max(7px,env(safe-area-inset-top)) 7px calc(76px + env(safe-area-inset-bottom))}.prep-page .game-header{min-height:48px;flex:0 0 48px;align-items:center;flex-direction:row;gap:8px;margin:0}.prep-page .game-header>div:first-child{min-width:0}.prep-page .game-header h1{overflow:hidden;margin:0;font-size:20px;text-overflow:ellipsis;white-space:nowrap}.prep-page .game-header p{display:none}.prep-page .game-header .eyebrow{font-size:8px}.prep-page .header-metrics{width:auto;flex:0 0 auto;gap:6px;overflow:visible}.prep-page .header-metrics>span{font-size:8px}.prep-page .header-metrics strong{font-size:15px}.prep-page .rating-badge{padding:4px 7px;font-size:10px}.mobile-prep-tabs{min-height:48px;flex:0 0 48px;display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.mobile-prep-tabs button{min-width:0;min-height:44px;display:flex;align-items:center;justify-content:center;gap:5px;padding:4px;color:#503d50;border:0;border-radius:7px 10px 6px 11px;background:#ffe18b;box-shadow:0 3px #9c6670;transform:rotate(-.6deg)}.mobile-prep-tabs button:nth-child(2){background:#b7ead9;transform:rotate(.5deg)}.mobile-prep-tabs button:nth-child(3){background:#cec1ff;transform:rotate(-.3deg)}.mobile-prep-tabs button.active{outline:3px solid #fff3be;transform:translateY(-2px) rotate(0)}.mobile-prep-tabs span{font-size:18px}.mobile-prep-tabs strong{font-size:11px}.prep-page .prep-grid{min-height:0;display:contents}.prep-page .prep-mobile-panel{display:none!important;margin:0}.prep-page .forecast-banner.prep-mobile-panel--active{min-height:60px;flex:0 0 60px;display:grid!important;grid-template-columns:92px minmax(0,1fr) minmax(0,1fr);gap:6px;padding:6px 8px}.prep-page .forecast-banner .weather-hero{min-width:0;gap:5px;padding:0 6px 0 0;border-right:1px solid #766990;border-bottom:0}.prep-page .forecast-banner .weather-hero>span{font-size:25px}.prep-page .forecast-banner .weather-hero small{font-size:6px}.prep-page .forecast-banner .weather-hero strong{font-size:12px}.prep-page .forecast-banner>div:not(.weather-hero){min-width:0}.prep-page .forecast-banner .label{margin-bottom:2px;font-size:6px}.prep-page .forecast-banner p{display:-webkit-box;overflow:hidden;margin:0;font-size:7px;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:3}.prep-page .kitchen-config-panel.prep-mobile-panel--active{min-height:58px;flex:0 0 58px;display:flex!important;padding:5px}.prep-page .kitchen-config-panel .section-title{display:none}.prep-page .kitchen-config-grid{min-width:0;flex:1;grid-template-columns:repeat(3,1fr);gap:5px}.prep-page .kitchen-config-grid>div{min-width:0;min-height:46px;grid-template-columns:24px minmax(0,1fr);padding:4px 5px}.prep-page .kitchen-config-grid>div>span{font-size:17px}.prep-page .kitchen-config-grid strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.prep-page .kitchen-config-grid small{font-size:6px}.prep-page .generated-map-panel.prep-mobile-panel--active{min-height:0;flex:1 1 auto;display:flex!important;flex-direction:column;overflow:hidden;padding:6px}.prep-page .generated-map-panel>.section-title{display:none}.prep-page .generated-map-layout{min-height:0;flex:1;display:flex;flex-direction:column;gap:5px}.prep-page .map-preview{min-height:0;flex:1}.prep-page .map-preview svg{width:100%;height:100%;min-height:150px}.prep-page .map-preview-meta{left:6px;right:6px;bottom:5px;padding:4px 6px}.prep-page .map-preview-meta strong{font-size:8px}.prep-page .map-preview-meta span{font-size:6px}.prep-page .district-guide{min-height:38px;flex:0 0 38px;grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;gap:4px}.prep-page .district-guide>div{min-width:0;grid-template-columns:8px 1fr;gap:3px;padding:4px}.prep-page .district-guide strong{overflow:hidden;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.prep-page .district-guide span{display:none}.prep-page .district-dot{width:6px;height:6px}.prep-page .prep-fun-grid.prep-mobile-panel--active{min-height:0;flex:1 1 56%;display:grid!important;grid-template-rows:minmax(82px,.9fr) minmax(94px,1fr);gap:7px;overflow:hidden}.prep-page .daily-challenge-card{min-height:0;grid-template-columns:40px minmax(0,1fr) auto;gap:7px;padding:8px}.prep-page .daily-challenge-card:before{display:none}.prep-page .challenge-sticker{width:38px;height:38px;border-width:2px;border-radius:13px;font-size:20px}.prep-page .daily-challenge-copy .label{margin:0;font-size:6px}.prep-page .daily-challenge-copy h2{margin:2px 0;font-size:11px}.prep-page .daily-challenge-copy p{display:none}.prep-page .daily-challenge-copy small{display:block;overflow:hidden;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.prep-page .challenge-toggle,.prep-page .daily-challenge-card .challenge-toggle{width:auto;min-height:36px;grid-column:auto;padding:5px 8px;font-size:8px}.prep-page .station-command-picker{min-height:0;padding:7px}.prep-page .station-command-picker .section-title{display:none}.prep-page .station-command-grid{height:100%;gap:5px}.prep-page .station-command-card{min-height:0;gap:1px;padding:4px}.prep-page .station-command-card>span{font-size:20px}.prep-page .station-command-card strong{font-size:8px}.prep-page .station-command-card small{display:none}.prep-page .prep-strategy-panel.prep-mobile-panel--active{min-height:0;flex:1 1 44%;display:flex!important;flex-direction:column;overflow:hidden;padding:8px}.prep-page .prep-strategy-panel .section-title{flex:0 0 auto;margin-bottom:6px}.prep-page .prep-strategy-panel .section-title small{display:none}.prep-page .prep-strategy-panel .section-title h2{font-size:12px}.prep-page .strategy-grid{min-height:0;flex:1;grid-template-columns:repeat(2,1fr);gap:6px}.prep-page .strategy-card{min-height:0;grid-template-columns:28px minmax(0,1fr) 18px;gap:5px;padding:7px}.prep-page .strategy-icon{font-size:20px}.prep-page .strategy-card strong{font-size:9px}.prep-page .strategy-card p{display:-webkit-box;overflow:hidden;margin-top:2px;font-size:7px;line-height:1.2;-webkit-box-orient:vertical;-webkit-line-clamp:2}.prep-page .radio-mark{width:17px;height:17px;font-size:8px}.prep-page .loadout-panel.prep-mobile-panel--active{min-height:0;flex:1 1 auto;display:flex!important;flex-direction:column;overflow:hidden}.prep-page .loadout-title{min-height:42px;flex:0 0 42px;align-items:center;padding:6px 10px}.prep-page .loadout-title>small{display:none}.prep-page .loadout-title h2{font-size:12px}.prep-page .loadout-workbench{min-height:0;flex:1;display:flex;gap:7px;overflow-x:auto;overflow-y:hidden;background:transparent;scroll-snap-type:x mandatory;scrollbar-width:none}.prep-page .loadout-workbench::-webkit-scrollbar{display:none}.prep-page .loadout-column{min-width:calc(100vw - 28px);height:100%;flex:0 0 calc(100vw - 28px);display:flex;flex-direction:column;overflow:hidden;padding:9px;border:2px solid #655782;border-radius:15px;scroll-snap-align:center}.prep-page .loadout-column+.loadout-column{border-top:2px solid #655782}.prep-page .loadout-column>header{min-height:28px;flex:0 0 28px;margin-bottom:6px}.prep-page .loadout-column>header strong{font-size:11px}.prep-page .loadout-column>header small{font-size:8px}.prep-page .rider-slot-list,.prep-page .equipment-row-list,.prep-page .buff-slot-list{min-height:0;flex:1;overflow-y:auto;overscroll-behavior:contain}.prep-page .rider-loadout-card{min-height:88px}.prep-page .rider-loadout-card--empty{min-height:45px}.prep-page .vehicle-slot-grid{min-height:0;flex:1;grid-template-columns:repeat(5,minmax(48px,1fr));align-content:start;gap:6px;overflow-y:auto}.prep-page .inventory-item{min-height:72px;padding:5px 3px}.prep-page .inventory-item-icon{font-size:21px}.prep-page .loadout-column-hint{flex:0 0 auto;margin:6px 2px 0}.prep-page .equipment-inventory-row{min-height:84px;padding:7px}.prep-page .buff-slot{min-height:86px}.prep-page .sticky-action{z-index:92;bottom:calc(6px + env(safe-area-inset-bottom))}.shop-page.page-shell{width:100%;height:100dvh;min-height:0;display:flex;flex-direction:column;gap:8px;overflow:hidden;margin:0;padding:max(8px,env(safe-area-inset-top)) 8px calc(78px + env(safe-area-inset-bottom))}.shop-page .game-header{min-height:52px;flex:0 0 auto;align-items:center;flex-direction:row;gap:8px;margin:0}.shop-page .game-header h1{margin:0;font-size:20px}.shop-page .game-header p,.shop-page .game-header .eyebrow{display:none}.shop-page .header-metrics{width:auto;flex:0 0 auto;gap:6px;overflow:visible}.shop-page .header-metrics span{font-size:9px}.shop-page .header-metrics strong{font-size:16px}.shop-page .next-day-strip{min-height:59px;flex:0 0 auto;display:grid;grid-template-columns:minmax(105px,.8fr) 1.2fr;gap:8px;padding:8px 10px}.shop-page .next-day-strip>div .label{font-size:7px}.shop-page .next-day-strip strong{font-size:14px}.shop-page .next-day-strip>p:not(.next-challenge-preview){display:none}.shop-page .next-challenge-preview{font-size:9px}.shop-page .next-challenge-preview small{overflow:hidden;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.mobile-shop-tabs{flex:0 0 51px;display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.mobile-shop-tabs button{min-width:0;min-height:47px;display:flex;align-items:center;justify-content:center;gap:4px;padding:4px;color:#4f3b50;border:0;border-radius:5px 9px 5px 10px;background:#ffe18b;box-shadow:0 3px #9c6670;transform:rotate(-.7deg)}.mobile-shop-tabs button:nth-child(2){background:#ffc0af;transform:rotate(.6deg)}.mobile-shop-tabs button:nth-child(3){background:#afe7d4}.mobile-shop-tabs button:nth-child(4){background:#cec1ff;transform:rotate(.8deg)}.mobile-shop-tabs button.active{outline:3px solid #fff2bb;transform:translateY(-2px) rotate(0)}.mobile-shop-tabs span{font-size:18px}.mobile-shop-tabs strong{font-size:10px}.shop-page .shop-market-grid{min-height:0;display:contents;margin:0}.shop-page .shop-mobile-panel{display:none!important}.shop-page .shop-mobile-panel--active{min-height:0;flex:1 1 auto;display:flex!important;flex-direction:column;overflow:hidden;margin:0;padding:11px}.shop-page .shop-mobile-panel .section-title{flex:0 0 auto;margin-bottom:8px}.shop-page .shop-mobile-panel .section-title small{display:none}.shop-page .shop-mobile-panel .section-title h2{font-size:13px}.shop-page .rider-training-grid,.shop-page .offer-grid,.shop-page .inventory-groups{min-height:0;flex:1;display:flex;gap:9px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none}.shop-page .rider-training-grid::-webkit-scrollbar,.shop-page .offer-grid::-webkit-scrollbar,.shop-page .inventory-groups::-webkit-scrollbar{display:none}.shop-page .rider-training-card{min-width:min(84vw,350px);height:max-content;align-self:start;padding:10px;scroll-snap-align:center}.shop-page .rider-training-card>header{margin-bottom:7px}.shop-page .rider-stat-upgrade{min-height:53px;padding:5px}.shop-page .vehicle-offer-card{min-height:0;flex:1;grid-template-columns:55px 1fr;grid-template-rows:1fr auto;align-items:center;padding:14px}.shop-page .vehicle-offer-icon{font-size:38px}.shop-page .vehicle-offer-card>div{align-self:center}.shop-page .vehicle-offer-card>button{grid-column:1 / -1}.shop-page .vehicle-offer-card p{max-height:4.8em;overflow:hidden}.shop-page .offer-card{min-width:min(78vw,330px);min-height:0;height:100%;padding:14px;scroll-snap-align:center}.shop-page .offer-card p{max-height:7em;overflow:hidden}.shop-page .offer-card button{margin-top:auto}.shop-page .inventory-panel>h2{flex:0 0 auto;margin:0 0 8px;font-size:13px}.shop-page .inventory-groups>div{min-width:min(76vw,310px);height:max-content;scroll-snap-align:center}.shop-page .sticky-action{bottom:calc(6px + env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){.active-route,.delivery-success-route,.route-coin-pop,.reward-bag,.reward-bag-pulse,.map-kpi-reward--ready,.rush-ring,.rider-event-icon--active,.order-marker--late .order-marker-visual,.map-event-marker-shadow,.map-event-visual--exiting,.event-swipe-interface--exiting,.live-status-dot,.round-progress span:after,.combo-meter--active,.station-command-action--active{animation-duration:1ms!important;animation-iteration-count:1!important}}
