.game-hud{--hud-bg:#070c17ed;--hud-border:#91a9d633;--hud-muted:#8491aa;--hud-text:#f2f6ff;--mint:#5df2b3;--cyan:#65dfff;--warning:#fb5;--danger:#ff637d;color:var(--hud-text);font-variant-numeric:tabular-nums;pointer-events:none;z-index:20;font-family:Inter,Noto Sans JP,system-ui,-apple-system,sans-serif;font-size:13px;position:absolute;inset:0}.game-hud *,.game-hud :before,.game-hud :after{box-sizing:border-box}.game-resource-bar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--hud-border);pointer-events:auto;z-index:30;background:linear-gradient(100deg,#080f1cf7,#080f1cdb);border-radius:14px;align-items:stretch;gap:0;min-height:74px;display:flex;position:absolute;top:14px;left:14px;right:404px;box-shadow:0 18px 42px #00000047}.game-strike-banner{color:#ffe3e8;pointer-events:none;z-index:70;background:#78141eeb;border:1px solid #ff6b81;border-radius:10px;align-items:center;gap:10px;padding:10px 16px;display:flex;position:absolute;top:126px;left:50%;transform:translate(-50%)}.game-strike-banner strong{font-size:14px;display:block}.game-strike-banner small{color:#ffb3bf;font-size:11px}.game-notifications{pointer-events:none;gap:6px;max-width:360px;display:grid;position:absolute;top:126px;left:14px}.game-notification{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--hud-border);color:#cbd7e9;background:#080f1ce6;border-radius:8px;align-items:center;gap:8px;padding:7px 10px;font-size:10px;display:flex;box-shadow:0 10px 28px #0000003d}.game-notification>span{color:var(--cyan);background:#65dfff1f;border-radius:50%;flex:none;justify-content:center;align-items:center;width:20px;height:20px;font-size:9px;display:flex}.game-notification.is-purchase>span,.game-notification.is-milestone>span{color:var(--mint);background:#5df2b321}.game-notification.is-incident>span,.game-notification.is-exit>span{color:var(--danger);background:#ff637d24}.game-notification.is-recovery>span{color:var(--warning);background:#ffbb5524}.game-brand{border-right:1px solid var(--hud-border);flex:none;align-items:center;gap:10px;padding:12px 16px;display:flex}.game-brand__mark{color:#07121a;background:linear-gradient(145deg,#6affc3,#38bff0);border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;font-weight:950;display:flex;box-shadow:0 0 24px #5df2b347}.game-brand__copy{gap:3px;display:grid}.game-brand__copy strong{letter-spacing:.12em;white-space:nowrap;font-size:12px}.game-brand__copy small,.game-resource small,.game-incident-count small,.game-demand-state small{color:var(--hud-muted);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:700}.game-resource{border-right:1px solid #91a9d621;flex:105px;align-content:center;gap:5px;min-width:92px;padding:11px 13px;display:grid}.game-resource.is-wide{flex-grow:1.3}.game-resource strong{color:#edf3ff;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(15px,1.25vw,21px);line-height:1;overflow:hidden}.game-resource.is-mint strong{color:var(--mint)}.game-resource.is-cyan strong{color:var(--cyan)}.game-resource.is-danger strong{color:var(--danger)}.game-resource.is-muted strong{color:#b9c2d2}.game-resource--workers{flex:1.2 150px;min-width:138px}.game-worker-count{align-items:center;gap:12px;min-width:0;display:flex}.game-worker-grid{grid-template-columns:repeat(2,minmax(52px,auto));gap:1px 10px;display:grid}.game-worker-grid i{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:10px;font-style:normal;font-weight:700;line-height:1.3}.game-time-controls{flex:none;align-items:center;gap:8px;padding:10px 12px;display:flex}.game-run-button,.game-speed-buttons button,.game-shop button{color:inherit;font:inherit}.game-run-button{cursor:pointer;white-space:nowrap;background:#5df2b31f;border:1px solid #5df2b354;border-radius:8px;padding:9px 10px;font-size:11px;font-weight:800}.game-run-button span{margin-right:5px}.game-run-button.is-running{border-color:var(--hud-border);background:#ffffff0d}.game-run-button:hover{border-color:var(--mint)}.game-speed-buttons{background:#ffffff09;border-radius:7px;padding:3px;display:flex}.game-speed-buttons button{color:#75839e;cursor:pointer;background:0 0;border:0;border-radius:5px;padding:7px;font-size:10px;font-weight:800}.game-speed-buttons button.is-selected{color:var(--cyan);background:#65dfff29}.game-shop{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:var(--hud-bg);border:1px solid var(--hud-border);pointer-events:auto;border-radius:14px;flex-direction:column;width:376px;transition:height .18s;display:flex;position:absolute;top:14px;bottom:14px;right:14px;overflow:hidden;box-shadow:-14px 20px 56px #00000059}.game-shop.is-collapsed{bottom:auto}.game-shop.is-collapsed .game-shop__body{display:none}.game-shop__header{border-bottom:1px solid var(--hud-border);flex:none;justify-content:space-between;align-items:center;min-height:73px;padding:12px 14px 11px 18px;display:flex}.game-overline{color:var(--mint);letter-spacing:.15em;text-transform:uppercase;margin-bottom:3px;font-size:9px;font-weight:850;display:block}.game-shop__header h1{letter-spacing:.02em;margin:0;font-size:18px}.game-shop__toggle{border:1px solid var(--hud-border);color:var(--hud-muted);cursor:pointer;background:#ffffff0d;border-radius:7px;width:34px;height:34px;line-height:1;font-size:19px!important}.game-shop__body{flex-direction:column;flex:auto;min-height:0;display:flex}.game-shop-tabs{border-bottom:1px solid var(--hud-border);flex:none;grid-template-columns:repeat(5,1fr);padding:5px 6px 0;display:grid}.game-shop-tabs button{color:#71809d;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;flex-direction:column;align-items:center;gap:2px;min-width:0;padding:7px 2px 6px;display:flex;position:relative}.game-shop-tabs button:hover{color:#cbd5e8}.game-shop-tabs button.is-active{border-bottom-color:var(--mint);color:var(--mint)}.game-shop-tabs__icon{height:18px;font-size:15px;font-weight:800}.game-shop-tabs__label{white-space:nowrap;font-size:9px;font-weight:700}.game-shop-tabs__count{background:#1d293e;border-radius:8px;min-width:14px;font-size:8px;line-height:14px;position:absolute;top:3px;right:4px}.game-shop__section-heading{color:#c7d2e7;letter-spacing:.06em;flex:none;justify-content:space-between;align-items:center;padding:12px 13px 8px;font-size:11px;font-weight:800;display:flex}.game-category-dot{background:var(--mint);border-radius:50%;width:6px;height:6px;margin-right:7px;display:inline-block;box-shadow:0 0 9px}.game-category-dot.is-area{background:#bd8cff}.game-category-dot.is-worker{background:#67dfff}.game-category-dot.is-advertisement{background:#ffb657}.game-category-dot.is-safety{background:#ff7898}.game-active-boost{color:#ffc97f;background:#ffb6571f;border:1px solid #ffb6573d;border-radius:999px;padding:4px 7px;font-size:9px}.game-shop-list{overscroll-behavior:contain;scrollbar-color:#33435e transparent;scrollbar-width:thin;grid-auto-rows:max-content;gap:9px;min-height:0;padding:0 10px 12px;display:grid;overflow-y:auto}.game-shop-card{--category-color:var(--mint);background:linear-gradient(115deg,#ffffff0d,#ffffff06);border:1px solid #91a9d629;border-radius:10px;position:relative;overflow:hidden}.game-shop-card:before{background:var(--category-color);content:"";opacity:.65;width:2px;position:absolute;inset:0 auto 0 0}.game-shop-card:hover{border-color:color-mix(in srgb, var(--category-color) 38%, transparent)}.game-shop-card.is-area{--category-color:#bd8cff}.game-shop-card.is-worker{--category-color:#67dfff}.game-shop-card.is-advertisement{--category-color:#ffb657}.game-shop-card.is-safety{--category-color:#ff7898}.game-shop-card.is-locked{filter:saturate(.55);opacity:.7}.game-shop-card__open{color:inherit;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;width:100%;padding:11px 11px 10px;display:block}.game-shop-card__open:focus-visible{box-shadow:inset 0 0 0 2px var(--category-color);outline:0}.game-shop-card__topline{align-items:center;min-height:17px;display:flex}.game-shop-card__type{background:color-mix(in srgb, var(--category-color) 12%, transparent);border:1px solid color-mix(in srgb, var(--category-color) 26%, transparent);color:var(--category-color);letter-spacing:.08em;border-radius:4px;padding:2px 5px;font-size:8px;font-weight:850}.game-shop-card__level,.game-shop-card__owned,.game-shop-card__timer{color:#aab6cb;margin-left:auto;font-size:9px;font-style:normal;font-weight:800}.game-shop-card__level i{color:#5e6d88;font-style:normal}.game-shop-card__owned{color:var(--mint)}.game-shop-card__timer{color:#ffc77d}.game-shop-card__title{color:#f2f6ff;margin:8px 0 4px;font-size:14px;line-height:1.3;display:block}.game-shop-card__playstyle{color:#8fa3ba;letter-spacing:.04em;margin-top:3px;font-size:9px;display:block}.game-shop-card__lock-reason{color:#9aa6bc;text-overflow:ellipsis;white-space:nowrap;background:#ffffff09;border-radius:5px;align-items:center;gap:6px;margin:8px 0;padding:6px;font-size:9px;display:flex;overflow:hidden}.game-shop-card__summary{border-top:1px solid #91a9d61a;justify-content:space-between;align-items:center;margin-top:9px;padding-top:8px;display:flex}.game-shop-card__price{gap:1px;display:grid}.game-shop-card__price small{color:#687794;font-size:8px}.game-shop-card__price strong{color:#eff5ff;font-size:14px}.game-shop-card__details{color:var(--category-color);font-size:9px;font-weight:850}.game-shop-card__details i{margin-left:3px;font-size:12px;font-style:normal}.game-product-dialog{--category-color:var(--mint);color:var(--hud-text);pointer-events:auto;background:0 0;border:0;width:min(560px,100vw - 32px);max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);padding:0;font-family:inherit}.game-product-dialog.is-area{--category-color:#bd8cff}.game-product-dialog.is-worker{--category-color:#67dfff}.game-product-dialog.is-advertisement{--category-color:#ffb657}.game-product-dialog.is-safety{--category-color:#ff7898}.game-product-dialog::backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#03070eb8}.game-product-dialog__surface{border:1px solid color-mix(in srgb, var(--category-color) 38%, var(--hud-border));background:linear-gradient(145deg,#0f182afc,#070c17fc);border-radius:16px;flex-direction:column;max-height:calc(100dvh - 32px);display:flex;overflow:hidden;box-shadow:0 28px 90px #00000094}.game-product-dialog__header{border-bottom:1px solid var(--hud-border);flex:none;justify-content:space-between;align-items:center;min-height:62px;padding:10px 12px 10px 20px;display:flex}.game-product-dialog__tags{color:#9aa8c0;align-items:center;gap:10px;font-size:10px;font-weight:800;display:flex}.game-product-dialog__timer{color:#ffc97f}.game-product-dialog__close{border:1px solid var(--hud-border);color:#aebbd0;cursor:pointer;background:#ffffff0e;border-radius:9px;justify-content:center;align-items:center;width:44px;height:44px;font-family:inherit;font-size:22px;line-height:1;display:flex}.game-product-dialog__close:hover,.game-product-dialog__close:focus-visible{border-color:var(--category-color);color:#fff;outline:0}.game-product-dialog__body{overscroll-behavior:contain;scrollbar-color:#33435e transparent;scrollbar-width:thin;flex:auto;min-height:0;padding:24px 24px 20px;overflow-y:auto}.game-product-dialog__body h2{color:#f5f8ff;margin:6px 0 10px;font-size:clamp(22px,4vw,30px);line-height:1.25}.game-product-dialog__description{color:#aebad0;margin:0 0 20px;font-size:13px;line-height:1.75}.game-product-dialog__risk,.game-product-dialog__synergy{border-radius:9px;margin-top:10px;padding:12px 14px}.game-product-dialog__risk{background:#ff637d14;border:1px solid #ff637d2e}.game-product-dialog__playstyle{color:#8fa3ba;letter-spacing:.06em;margin-bottom:8px;font-size:11px;display:block}.game-product-dialog__synergy{background:#65dfff12;border:1px solid #65dfff29}.game-product-dialog__risk strong{color:var(--danger)}.game-product-dialog__synergy strong{color:var(--cyan)}.game-product-dialog__risk strong,.game-product-dialog__synergy strong{letter-spacing:.06em;font-size:10px}.game-product-dialog__risk p,.game-product-dialog__synergy p{color:#bdc8da;margin:4px 0 0;font-size:11px;line-height:1.55}.game-product-dialog__forecast{background:#78e6a312;border:1px solid #78e6a329;border-radius:9px;margin-top:10px;padding:12px 14px}.game-product-dialog__forecast strong{color:var(--mint);letter-spacing:.06em;font-size:10px}.game-product-dialog__forecast p{color:#bdc8da;margin:4px 0 0;font-size:11px;line-height:1.55}.game-product-dialog__forecast p b{color:#eaf2ff}.game-product-dialog__forecast.is-warning{background:#ffb95f17;border-color:#ffb95f38}.game-product-dialog__forecast.is-warning strong{color:#ffb95f}.game-product-dialog__forecast.is-danger{background:#ff637d1a;border-color:#ff637d3d}.game-product-dialog__forecast.is-danger strong{color:var(--danger)}.game-product-dialog__lock{border:1px solid var(--hud-border);color:#8492ab;background:#ffffff0b;border-radius:9px;align-items:center;gap:12px;margin-top:14px;padding:12px 14px;display:flex}.game-product-dialog__lock>span{color:var(--category-color);font-size:20px}.game-product-dialog__lock strong{color:#c8d2e4;font-size:11px}.game-product-dialog__lock p{margin:3px 0 0;font-size:10px}.game-product-dialog__footer{border-top:1px solid var(--hud-border);padding:14px 18px max(14px, env(safe-area-inset-bottom));background:#050a14fa;flex:none;grid-template-columns:1fr minmax(150px,190px);align-items:center;gap:6px 14px;display:grid}.game-product-dialog__purchase-state{gap:3px;display:grid}.game-product-dialog__purchase-state span{color:#73819a;font-size:9px}.game-product-dialog__purchase-state strong{color:#f2f6ff;font-size:20px}.game-product-dialog__purchase{background:var(--category-color);color:#06131a;cursor:pointer;border:0;border-radius:9px;min-height:48px;padding:10px 16px;font-family:inherit;font-size:12px;font-weight:950}.game-product-dialog__purchase:hover:not(:disabled),.game-product-dialog__purchase:focus-visible:not(:disabled){box-shadow:0 0 22px color-mix(in srgb, var(--category-color) 32%, transparent);filter:brightness(1.08);outline:0}.game-product-dialog__purchase:disabled{color:#7f8ca4;cursor:not-allowed;background:#273247}.game-product-dialog__reason{color:#8f9bb0;text-align:right;grid-column:1/-1;margin:0;font-size:9px}.game-shop-empty{color:#63708a;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:180px;font-size:10px;display:flex}.game-shop-empty span{font-size:25px}.game-worker-legend{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--hud-border);pointer-events:auto;z-index:12;background:#070c17e6;border-radius:10px;align-items:center;gap:10px;width:fit-content;padding:7px 10px;display:flex;position:absolute;bottom:112px;left:14px;box-shadow:0 15px 38px #00000042}.game-worker-legend__toggle{color:#8492ab;cursor:pointer;font:inherit;background:0 0;border:none;align-items:center;gap:6px;padding:0;display:flex}.game-worker-legend__toggle:hover{color:#cfdaec}.game-worker-legend__toggle i{font-size:10px;font-style:normal;line-height:1}.game-worker-legend small{color:inherit;letter-spacing:.08em;white-space:nowrap;font-size:9px}.game-worker-legend ul{gap:12px;margin:0;padding:0;list-style:none;display:flex}.game-worker-legend li{color:#cfdaec;white-space:nowrap;align-items:center;gap:5px;font-size:10px;display:flex}.game-worker-legend li span{border-radius:50%;width:8px;height:8px;display:inline-block}.game-status-bar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--hud-border);pointer-events:auto;background:#070c17e6;border-radius:12px;grid-template-columns:auto repeat(4,minmax(84px,1fr)) minmax(150px,1.2fr) minmax(132px,1.05fr) minmax(78px,.6fr);align-items:center;gap:12px;max-width:980px;padding:6px 12px;display:grid;position:absolute;bottom:14px;left:14px;right:404px;box-shadow:0 15px 38px #00000042}.game-status-meter{min-width:0}.game-status-meter.is-interactive{border:1px solid var(--hud-border);cursor:pointer;font:inherit;text-align:left;background:#ffffff08;border-radius:8px;width:calc(100% + 14px);margin:-5px -7px;padding:5px 7px;transition:background .16s,border-color .16s}.game-status-meter.is-interactive:hover,.game-status-meter.is-interactive.is-open{border-color:var(--mint);background:#ffffff12}.game-status-meter.is-interactive:hover .game-status-meter__label span,.game-status-meter.is-interactive.is-open .game-status-meter__label span{color:var(--mint)}.game-operations{border:1px solid var(--hud-border);cursor:pointer;font:inherit;text-align:left;background:#ffffff08;border-radius:8px;min-width:0;padding:5px 8px;transition:background .16s,border-color .16s}.game-operations:hover,.game-operations.is-open{border-color:var(--mint);background:#ffffff12}.game-operations:hover small,.game-operations.is-open small{color:var(--mint)}.game-operations small{color:var(--hud-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px;font-size:9px;font-weight:700;display:block}.game-operations__values{flex-wrap:wrap;gap:8px;display:flex}.game-operations__values b{color:#cfdaec;white-space:nowrap;font-size:10px}.game-operations__values b.is-warning{color:var(--warning)}.game-operations__values b.is-danger{color:var(--danger)}.game-breakdown{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--hud-border);scrollbar-color:#33435e transparent;scrollbar-width:thin;pointer-events:auto;z-index:30;background:#090e1af5;border-radius:12px;width:min(420px,100% - 28px);max-width:420px;max-height:46vh;padding:14px 16px;position:absolute;bottom:116px;left:14px;overflow-y:auto;box-shadow:0 18px 44px #0006}.game-breakdown__header{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:12px;display:flex}.game-breakdown__header strong{color:#eaf2ff;font-size:12px;display:block}.game-breakdown__header small{color:var(--hud-muted);margin-top:2px;font-size:10px;display:block}.game-breakdown__header button{color:var(--hud-muted);cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:16px;line-height:1}.game-breakdown__net{text-align:right}.game-breakdown__net small{color:var(--hud-muted);letter-spacing:.06em;text-transform:uppercase;font-size:9px}.game-breakdown__net strong.is-loss{color:var(--danger);font-size:15px}.game-breakdown__net strong.is-gain{color:var(--mint);font-size:15px}.game-breakdown__list,.game-breakdown__rows{flex-direction:column;gap:7px;margin:0;padding:0;list-style:none;display:flex}.game-breakdown__rows strong.is-danger{color:#ff6b81}.game-breakdown__rows strong.is-warning{color:var(--warning)}.game-breakdown__list li{grid-template-columns:minmax(96px,1.1fr) minmax(60px,1fr) auto;align-items:center;gap:8px;display:grid}.game-breakdown__name{color:#bdc8da;min-width:0;font-size:11px}.game-breakdown__name small{color:var(--hud-muted);margin-top:1px;font-size:9px;display:block}.game-breakdown__track{background:#161f2f;border-radius:99px;height:5px;display:block;overflow:hidden}.game-breakdown__track span{border-radius:inherit;height:100%;transition:width .3s;display:block}.game-breakdown__list li.is-loss .game-breakdown__track span{background:var(--danger)}.game-breakdown__list li.is-gain .game-breakdown__track span{background:var(--mint)}.game-breakdown__list li.is-loss strong{color:var(--danger);font-size:11px}.game-breakdown__list li.is-gain strong{color:var(--mint);font-size:11px}.game-breakdown__areas{flex-direction:column;gap:11px;margin:0;padding:0;list-style:none;display:flex}.game-breakdown__area-head{grid-template-columns:minmax(76px,1fr) minmax(60px,1.2fr) auto auto;align-items:center;gap:8px;display:grid}.game-breakdown__area-head .game-breakdown__track span{background:#63d5ff}.game-breakdown__area-head strong{color:#eaf2ff;font-size:11px}.game-breakdown__area-head b{text-align:right;min-width:52px;font-size:10px}.game-breakdown__area-head b.is-loss{color:var(--danger)}.game-breakdown__area-head b.is-gain{color:var(--mint)}.game-breakdown__area-workers{color:var(--hud-muted);justify-content:space-between;align-items:center;gap:8px;margin-top:3px;font-size:10px;display:flex}.game-breakdown__area-workers strong{color:#cfdaec;font-weight:600}.game-breakdown__area-workers strong.is-loss{color:var(--danger)}.game-breakdown__area-causes{border-left:2px solid #ffffff0f;flex-direction:column;gap:3px;margin:5px 0 0;padding:0 0 0 9px;list-style:none;display:flex}.game-breakdown__area-causes li{color:var(--hud-muted);justify-content:space-between;gap:8px;font-size:10px;display:flex}.game-breakdown__area-causes li.is-loss strong{color:var(--danger)}.game-breakdown__area-causes li.is-gain strong{color:var(--mint)}.game-breakdown__rows li{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:10px;padding-bottom:6px;display:flex}.game-breakdown__rows li:last-child{border-bottom:none}.game-breakdown__rows strong{color:#eaf2ff;text-align:right;white-space:nowrap;font-size:11px}.game-breakdown__empty{color:var(--hud-muted);margin:0;font-size:11px}.game-audio-control{z-index:50;display:inline-block;position:relative}.game-audio-toggle{border:1px solid var(--hud-border);cursor:pointer;background:#ffffff0d;border-radius:8px;padding:7px 9px;font-size:13px;line-height:1;display:block}.game-audio-toggle:hover{border-color:var(--mint)}.game-audio-popup{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;pointer-events:none;z-index:60;background:#090e1af2;border:1px solid #78e6a340;border-radius:10px;flex-direction:column;align-items:center;gap:8px;padding:12px 10px;transition:opacity .2s,transform .2s;display:flex;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(-6px)scale(.95);box-shadow:0 8px 32px #00000073}.game-audio-popup:after{content:"";border:6px solid #0000;border-bottom-color:#090e1af2;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.game-audio-control:hover .game-audio-popup,.game-audio-control:focus-within .game-audio-popup{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)scale(1)}.game-audio-slider-vertical{writing-mode:vertical-lr;cursor:pointer;appearance:none;direction:rtl;background:0 0;width:18px;height:90px}.game-audio-slider-vertical::-webkit-slider-runnable-track{background:#9db4d033;border-radius:99px;width:4px;height:100%}.game-audio-slider-vertical::-webkit-slider-thumb{appearance:none;background:linear-gradient(135deg,#78e6a3,#63d5ff);border:none;border-radius:50%;width:12px;height:12px;margin-left:-4px;transition:transform .1s;box-shadow:0 0 8px #78e6a380}.game-audio-slider-vertical::-webkit-slider-thumb:hover{transform:scale(1.2)}.game-audio-slider-vertical::-moz-range-track{background:#9db4d033;border-radius:99px;width:4px;height:100%}.game-audio-slider-vertical::-moz-range-thumb{background:linear-gradient(135deg,#78e6a3,#63d5ff);border:none;border-radius:50%;width:12px;height:12px;transition:transform .1s;box-shadow:0 0 8px #78e6a380}.game-audio-slider-vertical::-moz-range-thumb:hover{transform:scale(1.2)}.game-audio-percent{color:#9db4d0;font-family:monospace;font-size:9px;font-weight:700}.game-charts-toggle{border:1px solid var(--hud-border);color:#9db4d0;cursor:pointer;letter-spacing:.08em;background:#ffffff0d;border-radius:9px;flex-direction:column;align-items:center;gap:2px;padding:7px 10px;font-size:9px;display:flex}.game-charts-toggle span{font-size:13px}.game-charts-toggle:hover,.game-charts-toggle.is-open{border-color:var(--mint);color:var(--mint)}.game-charts{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--hud-border);pointer-events:auto;z-index:60;background:#070c17f0;border-radius:14px;width:calc(100vw - 380px);max-width:620px;padding:14px 16px 16px;position:fixed;bottom:116px;left:14px;box-shadow:0 18px 44px #0006}.game-charts__header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.game-charts__header strong{color:#c8d2e4;letter-spacing:.08em;font-size:11px}.game-charts__actions{gap:8px;display:flex}.game-charts__actions button{border:1px solid var(--hud-border);color:#9db4d0;cursor:pointer;background:#ffffff0d;border-radius:7px;padding:4px 10px;font-size:10px}.game-charts__actions button:hover{border-color:var(--mint);color:var(--mint)}.game-charts__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.game-charts__tile{border:1px solid var(--hud-border);cursor:pointer;text-align:left;background:#ffffff09;border-radius:10px;flex-direction:column;gap:6px;padding:9px 11px;display:flex}.game-charts__tile:hover{border-color:#78e6a366}.game-charts__tile-head{justify-content:space-between;align-items:baseline;display:flex}.game-charts__tile-head small{color:#8492ab;letter-spacing:.06em;font-size:9px}.game-charts__tile-head strong{color:#eaf2ff;font-size:12px}.game-kpi-chart__spark{width:100%;height:34px;display:block}.game-kpi-chart__empty{color:#6c7c96;text-align:center;padding:12px 0;font-size:10px}.game-kpi-chart__expanded{position:relative}.game-kpi-chart__expanded svg{width:100%;height:auto;display:block}.game-kpi-chart__scale,.game-kpi-chart__range{color:#8492ab;justify-content:space-between;margin-top:4px;font-size:9px;display:flex}.game-kpi-chart__tooltip{border:1px solid var(--hud-border);color:#eaf2ff;pointer-events:none;background:#090e1af2;border-radius:8px;flex-direction:column;gap:2px;padding:6px 10px;font-size:11px;display:flex;position:absolute;top:8px;right:8px}.game-kpi-chart__tooltip span{color:#8492ab;font-size:9px}@media (width<=899px){.game-charts{width:calc(100vw - 28px);max-width:none}.game-charts__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=799px){.game-charts{bottom:120px}}.game-status-meter__label{color:#8492ab;justify-content:space-between;align-items:center;margin-bottom:3px;font-size:9px;display:flex}.game-status-meter__label strong{color:#cfdaec;font-size:10px}.game-status-meter__track{background:#1d2739;border-radius:99px;height:4px;overflow:hidden}.game-status-meter__track span{background:var(--mint);border-radius:inherit;height:100%;transition:width .3s;display:block}.game-status-meter.is-warning .game-status-meter__track span{background:var(--warning)}.game-status-meter.is-danger .game-status-meter__track span{background:var(--danger)}.game-labor-market{background:#131b2b;border:1px solid #223046;border-radius:8px;margin:0 10px 8px;padding:7px 9px 6px}.game-labor-market__label{color:#8492ab;justify-content:space-between;align-items:center;margin-bottom:3px;font-size:9px;display:flex}.game-labor-market__label strong{color:#cfdaec;font-size:10px}.game-labor-market__track{background:#1d2739;border-radius:99px;height:4px;overflow:hidden}.game-labor-market__track span{background:var(--mint);border-radius:inherit;height:100%;transition:width .3s;display:block}.game-labor-market.is-warning .game-labor-market__track span{background:var(--warning)}.game-labor-market.is-danger .game-labor-market__track span{background:var(--danger)}.game-labor-market__hint{color:#66738c;margin:4px 0 0;font-size:9px;line-height:1.5}.game-demand-state,.game-incident-count{border-left:1px solid var(--hud-border);white-space:nowrap;align-items:center;gap:8px;padding-left:13px;display:flex}.game-demand-state__signal{background:var(--mint);box-shadow:0 0 11px var(--mint);border-radius:50%;width:7px;height:7px}.game-demand-state__copy,.game-incident-count>div{gap:2px;display:grid}.game-demand-state strong,.game-incident-count strong{white-space:nowrap;font-size:10px}.game-demand-state__rates{gap:2px;margin-left:4px;display:grid}.game-demand-state__rates b{color:#cfdaec;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:9px}.game-demand-state__rates b.is-warning{color:var(--warning)}.game-demand-state__rates b.is-danger{color:var(--danger)}.game-demand-state.is-warning .game-demand-state__signal{background:var(--warning);box-shadow:0 0 11px var(--warning)}.game-demand-state.is-danger .game-demand-state__signal{background:var(--danger);box-shadow:0 0 11px var(--danger)}.game-demand-state.is-stable .game-demand-state__signal{background:var(--cyan);box-shadow:0 0 11px var(--cyan)}.game-incident-count>span{color:#8492aa;background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:10px;font-weight:900;display:flex}.game-incident-count.has-incidents>span{color:var(--danger);background:#ff637d29}.game-incident-count.has-incidents strong{color:#ff9bac}@media (width<=1199px){.game-resource-bar{right:346px}.game-shop{width:332px}.game-status-bar{right:346px}.game-brand__copy{display:none}.game-brand{padding-inline:11px}.game-resource{min-width:74px;padding-inline:9px}.game-worker-count{gap:8px}.game-worker-grid{grid-template-columns:repeat(2,minmax(48px,auto));gap:1px 6px}.game-resource.is-muted{display:none}.game-time-controls{padding-inline:8px}}@media (width<=899px){.game-resource-bar{right:304px}.game-shop{width:290px}.game-status-bar{grid-template-columns:repeat(3,1fr);right:304px}.game-demand-state,.game-incident-count,.game-resource:nth-of-type(4),.game-speed-buttons{display:none}.game-worker-legend{bottom:182px}.game-breakdown{bottom:186px}}@media (width<=799px){.game-hud{font-size:12px}.game-resource-bar{border-radius:10px;grid-template-columns:auto repeat(3,minmax(0,1fr)) auto;min-height:62px;display:grid;top:8px;left:8px;right:8px}.game-brand{padding:8px}.game-brand__mark{border-radius:7px;width:31px;height:31px;font-size:15px}.game-resource{min-width:0;padding:8px}.game-resource:nth-of-type(5),.game-resource.is-muted,.game-worker-grid{display:none}.game-resource strong{font-size:14px}.game-resource small{font-size:8px}.game-time-controls{padding:7px}.game-run-button{padding:7px 9px;font-size:0}.game-run-button span{margin:0;font-size:12px}.game-notifications{max-width:calc(100vw - 16px);top:166px;left:8px}.game-notification:not(:first-child){display:none}.game-shop{border-radius:14px 14px 0 0;width:auto;max-height:min(58dvh,560px);inset:auto 0 0}.game-shop.is-collapsed{bottom:0}.game-shop__header{min-height:56px;padding-block:8px}.game-shop__header:before{content:"";background:#4a5872;border-radius:99px;width:36px;height:3px;position:absolute;top:5px;left:50%;transform:translate(-50%)}.game-shop__header h1{font-size:15px}.game-overline{font-size:8px}.game-shop-list{grid-template-columns:repeat(2,minmax(0,1fr))}.game-status-bar{grid-template-columns:38px repeat(2,minmax(0,1fr));gap:8px;padding:8px;inset:108px 8px auto}.game-charts-toggle{grid-row:span 2}.game-breakdown{width:auto;max-height:52vh;bottom:12px;left:8px;right:8px}.game-operations{grid-column:1/-1;align-items:center;gap:10px;display:flex}.game-operations small{margin-bottom:0}.game-operations__values{flex:1;justify-content:space-between;gap:10px}.game-operations__values b{font-size:10px}.game-charts-toggle{justify-content:center;align-self:stretch;min-width:0;padding:5px}.game-charts-toggle span{font-size:13px}.game-status-meter__label span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.game-worker-legend{display:none}}@media (width<=520px){.game-resource-bar{grid-template-columns:auto 1.35fr 1fr auto}.game-resource:nth-of-type(4){display:none}.game-resource strong{font-size:13px}.game-shop-list{grid-template-columns:1fr}.game-shop-tabs__count{display:none}.game-product-dialog{width:calc(100vw - 16px);max-width:calc(100vw - 16px);max-height:calc(100dvh - 16px)}.game-product-dialog__surface{max-height:calc(100dvh - 16px)}.game-product-dialog__header{min-height:56px;padding-left:16px}.game-product-dialog__body{padding:18px 18px 16px}.game-product-dialog__footer{grid-template-columns:1fr;padding-inline:14px}.game-product-dialog__purchase{grid-row:2;width:100%}.game-product-dialog__reason{text-align:left;grid-row:3}}@media (prefers-reduced-motion:reduce){.game-hud *,.game-hud :before,.game-hud :after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.game-hud__quota-banner{pointer-events:auto;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--hud-border);z-index:10;background:#080f1cd9;border-top:none;border-radius:0 0 10px 10px;align-items:center;gap:12px;height:28px;padding:0 16px;display:flex;position:absolute;top:92px;left:14px;right:404px;box-shadow:0 8px 24px #00000026}.game-hud__quota-banner-info{white-space:nowrap;align-items:center;gap:8px;font-size:10px;display:flex}.game-hud__quota-banner-info span{color:var(--hud-muted);letter-spacing:.05em;font-weight:700}.game-hud__quota-banner-info strong{color:#edf3ff;font-family:inherit}.game-hud__quota-banner-track{background:#ffffff0d;border-radius:2px;flex-grow:1;height:4px;position:relative;overflow:hidden}.game-hud__quota-banner-fill{border-radius:2px;height:100%;transition:width .3s ease-out;display:block}.game-hud__quota-banner-fill.is-failed{background:linear-gradient(90deg,#f44,#f88);box-shadow:0 0 8px #f446}.game-hud__quota-banner-fill.is-met{background:linear-gradient(90deg,#5df2b3,#8effcf);box-shadow:0 0 8px #5df2b366}@media (width<=1024px){.game-hud__quota-banner{right:346px}}@media (width<=768px){.game-hud__quota-banner{border:1px solid var(--hud-border);border-radius:0 0 10px 10px;height:30px;padding:0 10px;display:flex;top:70px;left:8px;right:8px}.game-hud__quota-banner-info{flex:0 auto;min-width:0}}@media (width<=480px){.game-hud__quota-banner{gap:8px;display:flex}.game-hud__quota-banner-info{gap:6px}.game-hud__quota-banner-info span,.game-hud__quota-banner-info strong{font-size:9px}.game-hud__quota-banner-info span{text-overflow:ellipsis;max-width:84px;overflow:hidden}}.game-event{z-index:35;background:#0408108c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.game-event__panel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#eaf2ff;text-align:center;background:#090e1af2;border:1px solid #ffb95f59;border-radius:16px;width:calc(100vw - 40px);max-width:420px;padding:26px 28px;box-shadow:0 24px 70px #0009}.game-event__badge{color:#ffb95f;background:#ffb95f26;border:1px solid #ffb95f66;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:inline-flex}.game-event__panel h2{color:#ffb95f;letter-spacing:.1em;margin:10px 0 6px;font-size:20px}.game-event__description{color:#9db4d0;margin:0 0 18px;font-size:12px;line-height:1.7}.game-event__choices{flex-direction:column;gap:8px;display:flex}.game-event__choice{color:#eaf2ff;cursor:pointer;text-align:left;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:10px;flex-direction:column;gap:3px;padding:11px 14px;transition:border-color .12s,background .12s;display:flex}.game-event__choice:hover,.game-event__choice:focus-visible{background:#ffb95f14;border-color:#ffb95f80}.game-event__choice strong{font-size:13px}.game-event__choice span{color:#9db4d0;font-size:10px;line-height:1.5}.game-prestige{z-index:45;background:#040810a6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.game-prestige__panel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#eaf2ff;text-align:center;background:#090e1af5;border:1px solid #63d5ff4d;border-radius:16px;width:calc(100vw - 40px);max-width:460px;max-height:calc(100vh - 40px);padding:26px 28px;overflow-y:auto;box-shadow:0 24px 70px #0009}.game-prestige__panel h2{color:#63d5ff;letter-spacing:.1em;margin:8px 0 6px;font-size:22px}.game-prestige__lead{color:#9db4d0;margin:0 0 14px;font-size:11px;line-height:1.7}.game-prestige__points{color:#9db4d0;background:#63d5ff14;border:1px solid #63d5ff40;border-radius:10px;margin-bottom:14px;padding:9px;font-size:11px}.game-prestige__points strong{color:#63d5ff;margin-left:6px;font-size:16px}.game-prestige__list{flex-direction:column;gap:8px;margin:0 0 18px;padding:0;list-style:none;display:flex}.game-prestige__list li{background:#ffffff09;border:1px solid #ffffff17;border-radius:10px;align-items:center;gap:10px;padding:9px 12px;display:flex}.game-prestige__upgrade{text-align:left;flex-direction:column;flex:1;gap:2px;display:flex}.game-prestige__upgrade strong{font-size:12px}.game-prestige__upgrade span{color:#8492ab;font-size:10px}.game-prestige__level{color:#9db4d0;white-space:nowrap;font-size:10px}.game-prestige__list button{color:#63d5ff;cursor:pointer;background:#63d5ff1f;border:1px solid #63d5ff59;border-radius:8px;padding:6px 12px;font-size:11px;font-weight:700}.game-prestige__list button:disabled{color:#55627a;cursor:default;background:0 0;border-color:#ffffff1a}.game-prestige__actions{justify-content:center;gap:10px;display:flex}.game-prestige__start{color:#0b1220;cursor:pointer;letter-spacing:.1em;background:linear-gradient(135deg,#63d5ff,#78e6a3);border:none;border-radius:999px;padding:11px 30px;font-size:13px;font-weight:800}.game-prestige__cancel{color:#9db4d0;cursor:pointer;background:0 0;border:1px solid #9db4d066;border-radius:999px;padding:10px 22px;font-size:12px}.game-season{z-index:40;background:#04081099;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.game-season__panel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#eaf2ff;text-align:center;background:#090e1af0;border:1px solid #78e6a33d;border-radius:18px;width:calc(100vw - 40px);max-width:560px;max-height:calc(100vh - 40px);padding:28px 32px;overflow-y:auto;box-shadow:0 24px 80px #0009}.game-season__title{letter-spacing:.08em;margin:10px 0 6px;font-size:26px}.game-season__title.is-praise{color:#78e6a3}.game-season__title.is-irony{color:#ffb95f}.game-season__title.is-neutral{color:#9db4d0}.game-season__comment{color:#9db4d0;margin:0 0 18px;font-size:12px;line-height:1.7}.game-season__justification{color:#8fa3ba;border-left:2px solid #6b7d94;margin:-8px 0 18px;padding-left:10px;font-size:11px;font-style:italic;line-height:1.7}.game-protest{border-color:#8a5a3a}.game-protest__subject{color:#ffd9a0;letter-spacing:.08em;margin:6px 0 2px;font-size:22px}.game-protest__from{color:#c8a887;margin:0 0 18px;font-size:12px}.game-protest__body{color:#d7e2ee;background:#ffffff08;border-radius:8px;margin:0 0 18px;padding:16px 18px;font-size:13px;line-height:2}.game-protest__prompt{color:#9db4d0;margin:0 0 12px;font-size:12px}.game-protest__choices{gap:8px;display:grid}.game-protest__choice{color:#e8f0f8;cursor:pointer;text-align:left;background:#ffffff0a;border:1px solid #40506a;border-radius:8px;gap:4px;padding:12px 14px;transition:border-color .12s,background .12s;display:grid}.game-protest__choice:hover,.game-protest__choice:focus-visible{background:#ffffff14;border-color:#7fe3c1}.game-protest__choice strong{font-size:13px}.game-protest__choice small{color:#90a5bd;font-size:11px;line-height:1.6}.game-season__scores{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:14px;display:grid}.game-season__score{background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;gap:3px;padding:10px 8px;display:flex}.game-season__score small{color:#8492ab;letter-spacing:.08em;font-size:9px}.game-season__score strong{font-size:13px}.game-season__level{border-radius:999px;margin:2px auto 0;padding:1px 10px;font-size:9px}.game-season__level.is-high{color:#78e6a3;background:#78e6a329}.game-season__level.is-mid{color:#9db4d0;background:#9db4d024}.game-season__level.is-low{color:#ff7f9f;background:#ff637d24}.game-season__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px 12px;margin:0 0 16px;display:grid}.game-season__stats div{flex-direction:column;gap:1px;display:flex}.game-season__stats dt{color:#8492ab;font-size:9px}.game-season__stats dd{margin:0;font-size:12px}.game-season__charts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:16px;display:grid}.game-season__chart{text-align:left;background:#ffffff09;border:1px solid #ffffff14;border-radius:10px;padding:8px 10px}.game-season__chart small{color:#8492ab;font-size:9px}.game-season__past{color:#9db4d0;margin-bottom:16px;font-size:10px}.game-season__past small{color:#8492ab;margin-bottom:4px;font-size:9px;display:block}.game-season__past ul{margin:0;padding:0;list-style:none}.game-season__records{color:#8492ab;margin:0 0 14px;font-size:10px}.game-season__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.game-season__prestige{color:#63d5ff;cursor:pointer;background:#63d5ff1f;border:1px solid #63d5ff66;border-radius:999px;flex-direction:column;gap:1px;padding:9px 24px;font-size:12px;font-weight:700;display:flex}.game-season__prestige small{opacity:.8;font-size:9px}.game-season__continue{color:#0b1220;cursor:pointer;letter-spacing:.1em;background:linear-gradient(135deg,#78e6a3,#63d5ff);border:none;border-radius:999px;padding:11px 34px;font-size:13px;font-weight:800}.game-season__restart{color:#9db4d0;cursor:pointer;background:0 0;border:1px solid #9db4d066;border-radius:999px;padding:10px 26px;font-size:12px;font-weight:700}.game-season__restart:hover{color:#ff7f9f;border-color:#ff7f9f}.game-season__share{color:#63d5ff;cursor:pointer;background:0 0;border:1px solid #63d5ff80;border-radius:999px;padding:10px 26px;font-size:12px;font-weight:700}.game-season__share:hover{background:#63d5ff1a}.game-season__operator{color:#9db4d0;margin:2px 0 0;font-size:12px}.game-season__operator strong{color:#f2f7ff;font-size:14px}@media (width<=520px){.game-season__panel{padding:20px 16px}.game-season__scores,.game-season__stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.game-season__quota-status{text-align:left;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;margin-bottom:16px;padding:16px}.game-season__quota-status.is-met{border-color:#78e6a366;box-shadow:0 0 15px #78e6a314}.game-season__quota-status.is-failed{border-color:#f446;animation:3s infinite alternate pulse-red-border;box-shadow:0 0 15px #ff444414}@keyframes pulse-red-border{0%{border-color:#ff44444d;box-shadow:0 0 10px #ff44440d}to{border-color:#f449;box-shadow:0 0 20px #ff444426}}.quota-status-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;display:flex}.quota-status-header h4{color:#fff;text-align:right;gap:2px;margin:0;font-size:13px;display:grid}.quota-status-header h4 small{color:#d4af37;font-size:10px;font-weight:700}.quota-status-badge{border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700}.is-met .quota-status-badge{color:#78e6a3;background:#78e6a329}.is-failed .quota-status-badge{color:#ff5468;background:#ff444429}.quota-status-compare{justify-content:space-around;align-items:center;margin-bottom:12px;display:flex}.quota-status-compare div{text-align:center}.quota-status-compare small{color:#8492ab;margin-bottom:2px;font-size:9px;display:block}.quota-status-compare strong{font-size:16px}.quota-secondary-results{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:6px;margin:0 0 12px;display:grid}.quota-secondary-result{background:#ffffff09;border:1px solid #ffffff14;border-radius:8px;gap:2px;padding:8px 10px;display:grid}.quota-secondary-result span{color:#8492ab;font-size:9px}.quota-secondary-result strong{font-size:12px}.quota-secondary-result.is-met strong{color:#78e6a3}.quota-secondary-result.is-failed{border-color:#ff546852}.quota-secondary-result.is-failed strong{color:#ff5468}.quota-compare-divider{color:#555;font-size:16px;font-weight:300}.text-success{color:#78e6a3}.text-danger{color:#ff5468}.quota-penalty-box{background:#ff44440a;border:1px dashed #ff44444d;border-radius:6px;margin-top:8px;padding:12px;position:relative;overflow:hidden}.quota-penalty-stamp{color:#ff44444d;letter-spacing:.5px;border:1px solid #ff44444d;border-radius:2px;padding:1px 4px;font-size:8px;font-weight:700;position:absolute;bottom:-4px;right:-4px;transform:rotate(-10deg)}.quota-penalty-item{flex-wrap:wrap;align-items:center;gap:4px;margin-bottom:6px;font-size:11px;display:flex}.quota-penalty-item:last-child{margin-bottom:0}.quota-penalty-item strong{color:#bbb}.quota-penalty-item small{color:#666;font-size:9px}.game-title{pointer-events:none;z-index:30;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.game-title__panel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#eaf2ff;pointer-events:auto;text-align:center;background:#090e1adb;border:1px solid #78e6a32e;border-radius:20px;flex-direction:column;gap:26px;max-width:440px;padding:40px 44px 34px;display:flex;box-shadow:0 24px 80px #0000008c}.game-title__brand{justify-content:center;align-items:center;gap:16px;display:flex}.game-title__mark{color:#0b1220;background:linear-gradient(135deg,#78e6a3,#63d5ff);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;font-size:30px;font-weight:800;display:flex}.game-title__wordmark{text-align:left}.game-title__panel h1{letter-spacing:.16em;margin:0;font-size:36px;font-weight:800;line-height:1.1}.game-title__genre{color:#7f95b2;letter-spacing:.1em;margin:6px 0 0;font-size:11px}.game-title__copy{color:#78e6a3;letter-spacing:.06em;margin:0 0 10px;font-size:16px;font-weight:700}.game-title__sub{color:#8ba3c1;text-align:left;margin:0;font-size:12.5px;line-height:1.85}.game-title__buttons{flex-direction:column;align-items:center;gap:10px;display:flex}.game-title__start{color:#0b1220;cursor:pointer;letter-spacing:.12em;background:linear-gradient(135deg,#78e6a3,#63d5ff);border:none;border-radius:999px;flex-direction:column;gap:2px;padding:13px 52px;font-size:15px;font-weight:800;transition:transform .15s,box-shadow .15s;display:flex}.game-title__start small{letter-spacing:.04em;opacity:.75;font-size:9px;font-weight:600}.game-title__start:hover,.game-title__start:focus-visible{transform:translateY(-1px);box-shadow:0 8px 28px #78e6a359}.game-title__secondary{color:#9db4d0;cursor:pointer;letter-spacing:.1em;background:0 0;border:1px solid #9db4d066;border-radius:999px;padding:9px 34px;font-size:12px;font-weight:700}.game-title__secondary:hover,.game-title__secondary:focus-visible{border-color:var(--mint,#78e6a3);color:#78e6a3}.game-title__audio-container{pointer-events:auto;z-index:50;position:fixed;top:20px;right:20px}.game-title__audio{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;background:#090e1ad1;border:1px solid #9db4d059;border-radius:50%;width:36px;height:36px;font-size:15px;line-height:1;display:block}.game-title__audio:hover{border-color:#78e6a3}.game-title__audio-popup{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;pointer-events:none;background:#090e1af2;border:1px solid #78e6a340;border-radius:10px;flex-direction:column;align-items:center;gap:8px;padding:12px 10px;transition:opacity .2s,transform .2s;display:flex;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(-6px)scale(.95);box-shadow:0 8px 32px #00000073}.game-title__audio-popup:after{content:"";border:6px solid #0000;border-bottom-color:#090e1af2;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.game-title__audio-container:hover .game-title__audio-popup,.game-title__audio-container:focus-within .game-title__audio-popup{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)scale(1)}.game-title__audio-slider{writing-mode:vertical-lr;cursor:pointer;appearance:none;direction:rtl;background:0 0;width:18px;height:90px}.game-title__audio-slider::-webkit-slider-runnable-track{background:#9db4d033;border-radius:99px;width:4px;height:100%}.game-title__audio-slider::-webkit-slider-thumb{appearance:none;background:linear-gradient(135deg,#78e6a3,#63d5ff);border:none;border-radius:50%;width:12px;height:12px;margin-left:-4px;transition:transform .1s;box-shadow:0 0 8px #78e6a380}.game-title__audio-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.game-title__audio-slider::-moz-range-track{background:#9db4d033;border-radius:99px;width:4px;height:100%}.game-title__audio-slider::-moz-range-thumb{background:linear-gradient(135deg,#78e6a3,#63d5ff);border:none;border-radius:50%;width:12px;height:12px;transition:transform .1s;box-shadow:0 0 8px #78e6a380}.game-title__audio-slider::-moz-range-thumb:hover{transform:scale(1.2)}.game-title__audio-percent{color:#9db4d0;font-family:monospace;font-size:9px;font-weight:700}.game-title__credits{color:#55627a;letter-spacing:.02em;border-top:1px solid #9db4d01f;margin:0;padding-top:14px;font-size:9px;line-height:1.7}@media (width<=520px){.game-title__panel{gap:20px;margin:0 14px;padding:28px 24px}.game-title__panel h1{font-size:28px}.game-title__mark{width:44px;height:44px;font-size:24px}}.quota-overlay{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.quota-container{color:#e0e0e0;background:#111112;border:2px solid #d4af37;border-radius:4px;flex-direction:column;width:90%;max-width:580px;max-height:90vh;padding:25px;font-family:inherit;display:flex;position:relative;overflow:hidden;box-shadow:0 0 30px #d4af3726}.quota-container:before{content:"";z-index:10;background:linear-gradient(90deg,#d4af37,#aa7c11,#d4af37);width:100%;height:4px;position:absolute;top:0;left:0}.quota-stamp{color:#f44;letter-spacing:1px;opacity:.8;z-index:10;border:1px solid #f44;border-radius:2px;padding:3px 8px;font-size:.75rem;font-weight:700;position:absolute;top:15px;right:15px;transform:rotate(5deg)}.quota-header{text-align:center;border-bottom:1px solid #d4af374d;flex-shrink:0;margin-bottom:15px;padding-bottom:10px}.quota-header h2{color:#d4af37;letter-spacing:2px;margin:10px 0 5px;font-size:1.4rem;font-weight:700}.quota-sub{color:#888;letter-spacing:3px;font-size:.75rem}.quota-body{flex-grow:1;margin-bottom:20px;padding-right:8px;font-size:.9rem;line-height:1.5;overflow-y:auto}.quota-body::-webkit-scrollbar{width:6px}.quota-body::-webkit-scrollbar-track{background:#151517}.quota-body::-webkit-scrollbar-thumb{background:#aa7c11;border-radius:3px}.quota-to{color:#fff;border-left:3px solid #d4af37;margin-bottom:15px;padding-left:10px;font-weight:700}.quota-to-name{color:#d4af37;text-underline-offset:4px;margin-left:8px;font-size:1.15em;-webkit-text-decoration:underline double #d4af3780;text-decoration:underline double #d4af3780}.quota-text-block{color:#b0b0b0;margin-bottom:20px}.quota-text-block p{margin-bottom:10px}.quota-target-box{text-align:center;background:#1a1a1c;border:1px dashed #d4af3766;border-radius:4px;margin-bottom:20px;padding:15px}.quota-target-label{color:#aaa;margin-bottom:3px;font-size:.8rem}.quota-target-value{color:#fff;font-size:1.8rem;font-weight:800}.quota-target-unit{color:#d4af37;font-size:1rem;font-weight:400}.quota-target-meta{color:#888;margin-top:3px;font-size:.75rem}.quota-secondary-goals{text-align:left;gap:6px;margin:12px 0 0;padding:0;list-style:none;display:grid}.quota-secondary-goals li{color:#d8d8d8;background:#d4af3714;border:1px solid #d4af372e;border-radius:4px;padding:7px 9px;font-size:.78rem}.quota-penalty-notice{background:#ff44440d;border-left:3px solid #f44;border-radius:0 4px 4px 0;padding:12px}.quota-penalty-notice h4{color:#f44;margin:0 0 5px;font-size:.85rem}.quota-penalty-notice p{color:#ccc;margin:0;font-size:.8rem}.quota-penalty-notice strong{color:#f44}.quota-footer{text-align:center;flex-shrink:0;padding-top:5px}.quota-approve-btn{color:#111;cursor:pointer;background:linear-gradient(#d4af37 0%,#aa7c11 100%);border:none;border-radius:4px;padding:12px 24px;font-size:.95rem;font-weight:700;transition:all .2s ease-in-out;box-shadow:0 4px 15px #d4af3733}.quota-approve-btn:hover{background:linear-gradient(#e5c04f 0%,#bc8d1f 100%);transform:translateY(-2px);box-shadow:0 6px 20px #d4af3759}.quota-approve-btn:active{transform:translateY(0)}@media (height<=720px){.quota-container{max-height:94vh;padding:15px 20px}.quota-header{margin-bottom:8px;padding-bottom:5px}.quota-header h2{margin:5px 0 2px;font-size:1.15rem}.quota-body{margin-bottom:12px;font-size:.82rem}.quota-text-block{margin-bottom:12px}.quota-text-block p{margin-bottom:6px}.quota-target-box{margin-bottom:12px;padding:10px}.quota-target-value{font-size:1.5rem}.quota-approve-btn{padding:10px 20px;font-size:.88rem}}.name-dialog__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:90;background:#040810d1;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.name-dialog{color:#dfe8f8;background:linear-gradient(160deg,#101a2e,#0b1220);border:1px solid #91a9d64d;border-radius:14px;flex-direction:column;gap:10px;width:380px;max-width:92vw;padding:26px 30px;display:flex;box-shadow:0 24px 60px #00000080}.name-dialog__overline{color:#63d5ff;letter-spacing:.24em;font-size:10px;font-weight:700}.name-dialog h2{margin:0;font-size:20px}.name-dialog p{color:#8492ab;margin:0;font-size:12px}.name-dialog input{color:#f2f7ff;background:#0a1120;border:1px solid #91a9d659;border-radius:8px;padding:10px 12px;font-size:18px}.name-dialog input:focus{border-color:#5dffc1;outline:none}.name-dialog small{color:#5a6a86;font-size:10px}.name-dialog__actions{gap:10px;margin-top:8px;display:flex}.name-dialog__submit{color:#5dffc1;cursor:pointer;background:#5dffc124;border:1px solid #5dffc1;border-radius:8px;flex:1;padding:10px;font-size:14px;font-weight:700}.name-dialog__actions button[type=button]{color:#8492ab;cursor:pointer;background:0 0;border:1px solid #91a9d64d;border-radius:8px;padding:10px 14px}body{margin:0;padding:0;font-family:Inter,Noto Sans JP,system-ui,-apple-system,sans-serif}#root{background-color:#0b1220;width:100%;height:100vh}.app-shell{width:100%;height:100%;position:relative;overflow:hidden}.app-shell canvas{display:block}
