*,*:before,*:after{box-sizing:border-box}:root{--bg: #f7f2e9;--surface: #fff9f0;--surface-hover: #f0e4d4;--border: #d6c5ad;--text: #262334;--text-muted: #8b7c6f;--accent: #ff8a5c;--accent-hover: #ffb38a;--green: #4fbf90;--blue: #4aa3d8;--red: #f26666;--black: #231b33;--freeride: #8d5ca8;--radius: 8px;--font: "DM Sans", system-ui, -apple-system, sans-serif;--app-vh: 100vh}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);min-height:var(--app-vh);line-height:1.5}.splash-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:linear-gradient(120deg,#ffddba,#fff);transition:opacity .9s ease-out;cursor:default}.splash-overlay.splash-dissolve{opacity:0;pointer-events:none;cursor:default}.splash-overlay .splash-image{width:100vw;height:var(--app-vh);max-width:100vw;max-height:var(--app-vh);object-fit:contain;pointer-events:none;display:block}.splash-overlay .splash-actions.splash-name-bar{position:absolute;left:0;right:0;bottom:0;top:auto;display:flex;justify-content:center;align-items:center;padding:.55rem 1rem 52px;z-index:2;width:100%;box-sizing:border-box;pointer-events:none;background:none;border:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.splash-overlay .splash-actions.splash-name-bar .splash-name-form{pointer-events:auto}.splash-name-form{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.5rem .65rem;width:100%;max-width:min(720px,calc(100vw - 2rem));min-width:0}.splash-name-label{margin:0;flex-shrink:0;padding:.32rem .75rem;font:700 .82rem DM Sans,system-ui,sans-serif;letter-spacing:.02em;color:#1e1b2e;white-space:nowrap;background:#fff6e6f2;border:1px solid rgba(38,35,52,.22);border-radius:999px;box-shadow:0 2px 12px #0f172a29,0 0 0 1px #ffffff80 inset}.splash-name-input{margin:0;flex:1 1 auto;min-width:0;width:0;max-width:11rem;box-sizing:border-box;padding:.48rem .75rem;border:1px solid rgba(38,35,52,.35);border-radius:999px;background:#ffffffeb;color:var(--text);font:500 .85rem DM Sans,system-ui,sans-serif;box-shadow:0 2px 10px #0f172a1a}.splash-name-input::placeholder{color:var(--text-muted)}.splash-name-input::selection{background:#e5d4b8;color:#1e1b2e}.splash-name-input::-moz-selection{background:#e5d4b8;color:#1e1b2e}.splash-name-input:focus{outline:none;border-color:#2623348c;box-shadow:0 2px 10px #0f172a1a,0 0 0 2px #d4c4a08c}.splash-name-form .splash-action-btn{flex:0 0 auto;margin:0;white-space:nowrap;padding:.48rem 1rem;font-size:.82rem}.splash-difficulty-select{margin:0;flex:0 0 auto;min-width:7.2rem;padding:.48rem .7rem;border:1px solid rgba(38,35,52,.35);border-radius:999px;background:#ffffffeb;color:var(--text);font:500 .85rem DM Sans,system-ui,sans-serif;box-shadow:0 2px 10px #0f172a1a}.splash-difficulty-select:focus{outline:none;border-color:#2623348c;box-shadow:0 2px 10px #0f172a1a,0 0 0 2px #d4c4a08c}@media (max-width: 520px){.splash-overlay .splash-actions.splash-name-bar{padding-left:.65rem;padding-right:.65rem;padding-bottom:24px}.splash-name-form{gap:.4rem .45rem}.splash-name-label{font-size:.72rem;padding:.28rem .55rem}.splash-name-input{max-width:min(11rem,calc(100vw - 10rem))}.splash-difficulty-select{min-width:6.2rem;font-size:.78rem}.splash-name-form .splash-action-btn{padding:.45rem .7rem;font-size:.76rem}}body.ui-mobile .splash-overlay .splash-actions.splash-name-bar{padding-bottom:calc(10px + env(safe-area-inset-bottom,0px))}@media (max-width: 520px) and (orientation: portrait){.splash-overlay{flex-direction:column;align-items:stretch;justify-content:flex-start;overflow-y:auto}.splash-overlay .splash-image{width:100%;height:auto;max-height:none;object-fit:contain}.splash-overlay .splash-actions.splash-name-bar{position:static;display:block;left:auto;right:auto;bottom:auto;top:auto;padding:.35rem .65rem calc(10px + env(safe-area-inset-bottom,0px));width:100%}.splash-name-form{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"player-label player-input" "difficulty-label difficulty-select" "start start";align-items:center;gap:.45rem .5rem}.splash-name-label[for=splashPlayerName]{grid-area:player-label;justify-self:end;width:6.5rem;text-align:right}.splash-name-input{grid-area:player-input;width:100%;max-width:none}.splash-name-label[for=splashDifficulty]{grid-area:difficulty-label;justify-self:end;width:6.5rem;text-align:right}.splash-difficulty-select{grid-area:difficulty-select;width:100%;min-width:0}.splash-name-form .splash-action-btn{grid-area:start;width:100%;justify-self:stretch}}.splash-overlay .splash-action-btn{margin:0;padding:.48rem .9rem;border:1px solid rgba(38,35,52,.35);border-radius:999px;background:#ffffffb8;color:var(--text);font:600 .82rem DM Sans,system-ui,sans-serif;letter-spacing:.01em;cursor:pointer;transition:transform .12s ease,background .12s ease,border-color .12s ease}.splash-overlay .splash-action-btn:hover{background:#ffffffe6;border-color:#2623348c;transform:translateY(-1px)}.splash-overlay .splash-action-btn:active{transform:translateY(0)}.splash-overlay .splash-action-btn.splash-action-btn-primary{background:#262334e6;border-color:#262334e6;color:#fff}.splash-overlay .splash-action-btn.splash-action-btn-primary:hover{background:#262334;border-color:#262334}.splash-overlay .splash-credits{position:absolute;right:12px;bottom:12px;z-index:3;display:flex;flex-direction:column;align-items:flex-end;gap:.15rem;pointer-events:none}.splash-overlay .splash-version,.splash-overlay .splash-build-date,.splash-overlay .splash-copyright{font-size:.7rem;color:var(--text-muted);text-shadow:0 1px 2px rgba(255,255,255,.9)}.splash-overlay .splash-mail{pointer-events:auto;font-size:.7rem;color:var(--text-muted);text-shadow:0 1px 2px rgba(255,255,255,.9);text-decoration:none}.splash-overlay.splash-credits-inside-image .splash-credits{right:var(--splash-credits-right, 12px);top:var(--splash-credits-top, 12px);bottom:auto}.splash-overlay.splash-credits-inside-image .splash-version,.splash-overlay.splash-credits-inside-image .splash-build-date,.splash-overlay.splash-credits-inside-image .splash-copyright,.splash-overlay.splash-credits-inside-image .splash-mail{color:#fffcf5f5;text-shadow:0 1px 3px rgba(18,14,10,.75)}.splash-overlay .splash-mail:hover,.splash-overlay .splash-mail:focus-visible{text-decoration:underline;color:var(--text-primary, #1a1528)}.game-over-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#060210,#0a0415 40%,#1a0e28);cursor:pointer;opacity:0;pointer-events:none;transition:opacity 1.8s ease-in}.game-over-overlay.visible{opacity:1;pointer-events:auto}.game-over-overlay .game-over-image{width:100vw;height:100vh;max-width:100vw;max-height:100vh;object-fit:contain;pointer-events:none;display:block}.hall-of-fame-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10005;display:flex;align-items:center;justify-content:center;padding:1.25rem;opacity:0;pointer-events:none;transition:opacity .32s ease}.hall-of-fame-overlay.visible{opacity:1;pointer-events:auto}.hall-of-fame-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0812b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer}.hall-of-fame-panel{position:relative;z-index:1;width:min(720px,calc(100vw - 2rem));max-width:100%;display:flex;flex-direction:column;align-items:stretch;padding:1.35rem 1rem 1.5rem;border-radius:16px;border:1px solid rgba(255,230,200,.35);background:linear-gradient(165deg,#fff8ebfa,#ffe4c6f5);box-shadow:0 24px 48px #0f0a1e59,0 0 0 1px #fff6 inset;font-family:DM Sans,system-ui,sans-serif}.hall-of-fame-close{position:absolute;top:.55rem;right:.55rem;width:2.25rem;height:2.25rem;margin:0;padding:0;border:none;border-radius:999px;background:#1a152814;color:#1a1528;font-size:1.5rem;line-height:1;cursor:pointer;transition:background .15s ease,transform .12s ease}.hall-of-fame-close:hover{background:#1a152824;transform:scale(1.05)}.hall-of-fame-brand{margin-top:.25rem;margin-bottom:.35rem;align-self:center}.hall-of-fame-logo{display:block;width:auto;max-width:min(280px,78vw);height:auto;max-height:72px;object-fit:contain}.hall-of-fame-heading{margin:0 0 1rem;font-size:.95rem;font-weight:700;letter-spacing:.38em;text-indent:.38em;text-align:center;color:#3d2f4a}.hall-of-fame-loading{margin:0;font-size:.9rem;color:#5c4d6b;text-align:center;align-self:center}.hall-of-fame-error{margin:0;font-size:.85rem;line-height:1.45;color:#8b2942;text-align:center;align-self:center}.hall-of-fame-table-wrap{width:100%;max-height:min(400px,52vh);overflow:auto;border-radius:10px;border:1px solid rgba(61,47,74,.1);background:#fff6}.hall-of-fame-table{width:100%;border-collapse:collapse;font-size:.78rem;table-layout:fixed}.hall-of-fame-col-rank{width:2.25rem}.hall-of-fame-col-name{width:26%;min-width:5rem}.hall-of-fame-col-num{width:14%;min-width:3.25rem}.hall-of-fame-col-skiers{width:18%;min-width:4.25rem}.hall-of-fame-table thead th{position:sticky;top:0;z-index:1;padding:.5rem .4rem;text-align:left;font-weight:700;font-size:.68rem;text-transform:uppercase;letter-spacing:.04em;color:#5c4d6b;background:#ffecd2f2;border-bottom:1px solid rgba(61,47,74,.12);vertical-align:bottom;line-height:1.25}.hall-of-fame-table thead th.hall-of-fame-th-name{text-align:left}.hall-of-fame-table thead th.hall-of-fame-th-num{text-align:right;padding-left:.5rem;padding-right:.45rem}.hall-of-fame-table thead th.hall-of-fame-th-skiers{text-align:center;padding-left:.35rem;padding-right:.35rem;-webkit-hyphens:auto;hyphens:auto;word-break:break-word}.hall-of-fame-th-rank{text-align:center!important;padding-left:.25rem;padding-right:.25rem}.hall-of-fame-table tbody td{padding:.45rem .35rem;border-bottom:1px solid rgba(61,47,74,.06);vertical-align:middle;color:#1a1528}.hall-of-fame-table tbody tr:last-child td{border-bottom:none}.hall-of-fame-table tbody tr{background:#ffffff8c}.hall-of-fame-table tbody tr.hall-of-fame-row--first{background:linear-gradient(90deg,#ffd78c59,#ffffff8c)}.hall-of-fame-table tbody tr.hall-of-fame-row--you{box-shadow:inset 0 0 0 2px #3b82f68c;background:linear-gradient(90deg,#dbeafebf,#fffc)}.hall-of-fame-table tbody tr.hall-of-fame-row--first.hall-of-fame-row--you{background:linear-gradient(90deg,#ffd78c66,#bfdbfea6);box-shadow:inset 0 0 0 2px #2563eb80}.hall-of-fame-you-badge{display:inline-block;flex-shrink:0;margin-left:.15rem;padding:.1rem .4rem;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:999px;background:#2563eb2e;color:#1d4ed8;vertical-align:middle;white-space:nowrap}.hall-of-fame-td-rank{font-weight:700;color:#6b5a7a;text-align:center;font-variant-numeric:tabular-nums;padding-left:.25rem;padding-right:.25rem}.hall-of-fame-td-name{font-weight:600;text-align:left;max-width:0;overflow:hidden;padding-right:.5rem}.hall-of-fame-name-inner{display:flex;align-items:center;gap:.4rem;min-width:0}.hall-of-fame-podium-coin{width:1.375rem;height:1.375rem;object-fit:contain;flex-shrink:0}.hall-of-fame-name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1}.hall-of-fame-td-num{font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap;padding-left:.5rem;padding-right:.45rem}.hall-of-fame-td-score{font-weight:700;color:#2d6a4f}.hall-of-fame-empty-row td.hall-of-fame-empty{padding:1.25rem .75rem;text-align:center;font-size:.88rem;color:#5c4d6b;font-weight:500}.intro-video-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;display:flex;align-items:center;justify-content:center;background:#000;opacity:0;pointer-events:none;transition:opacity .35s ease}.intro-video-overlay.visible{opacity:1;pointer-events:auto}.intro-video-overlay.intro-video-dissolve{opacity:0;pointer-events:none}.intro-video{width:100vw;height:var(--app-vh);object-fit:contain;background:#000;display:block}.intro-video-controls{position:absolute;left:50%;bottom:22px;transform:translate(-50%);display:flex;flex-direction:row;align-items:center;gap:.65rem;z-index:1}.intro-video-toggle-btn,.intro-video-skip-btn{margin:0;padding:.42rem .85rem;border-radius:999px;font:600 .78rem DM Sans,system-ui,sans-serif;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;-webkit-tap-highlight-color:transparent;text-shadow:none;box-shadow:none;outline:none;transition:background .12s ease,transform .12s ease,border-color .12s ease}.intro-video-toggle-btn{border:1px solid rgba(255,255,255,.45);background:#0f172aad;color:#fff}.intro-video-toggle-btn:hover{background:#0f172adb;border-color:#ffffffb3;transform:translateY(-1px)}.intro-video-toggle-btn:active{transform:translateY(0)}.intro-video-toggle-btn:focus,.intro-video-toggle-btn:focus-visible,.intro-video-skip-btn:focus,.intro-video-skip-btn:focus-visible{outline:2px solid rgba(255,255,255,.75);outline-offset:1px}.intro-video-skip-btn{border:1px solid rgba(255,255,255,.28);background:#0f172a73;color:#ffffffeb}.intro-video-skip-btn:hover{background:#0f172ab8;border-color:#ffffff80;transform:translateY(-1px)}.intro-video-skip-btn:active{transform:translateY(0)}.build-mask-hint{position:fixed;z-index:10000;transform:translate(14px,-18px);padding:4px 8px;border-radius:10px;background:#111827d9;color:#ff4d4d;font-size:.8rem;line-height:1.2;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap}.build-mask-hint.hidden{display:none}.tutorial-dialogue{position:fixed;left:16px;bottom:70px;z-index:10002;pointer-events:none;opacity:0;transform:translateY(10px);transition:opacity .28s ease,transform .28s ease}.tutorial-dialogue.is-hans{left:auto;right:16px}.tutorial-dialogue.visible{opacity:1;transform:translateY(0)}.tutorial-dialogue-card{max-width:min(560px,calc(100vw - 32px));display:flex;gap:.7rem;align-items:flex-end;padding:.7rem .8rem;border-radius:12px;border:1px solid rgba(38,35,52,.2);background:#fff9f0f2;box-shadow:0 12px 24px #0f172a26;pointer-events:auto;transition:transform .28s ease,opacity .28s ease}.tutorial-dialogue.is-hans .tutorial-dialogue-card{flex-direction:row-reverse}.tutorial-dialogue-avatar-col{display:flex;flex-direction:column;align-items:center;gap:.35rem;flex-shrink:0;align-self:flex-end;width:92px}.tutorial-dialogue-character{width:84px;height:84px;object-fit:contain;flex-shrink:0}.tutorial-dialogue-content{display:flex;flex-direction:column;gap:.55rem;min-width:0}.tutorial-dialogue-text{margin:0;font-size:.9rem;line-height:1.35;color:var(--text)}.tutorial-dialogue-hint{margin:0;font-size:.78rem;line-height:1.28;color:var(--text-muted)}.tutorial-dialogue-skip-btn{margin:0;padding:0;width:100%;border:none;border-radius:0;background:transparent;color:var(--text-muted);font:500 .7rem DM Sans,system-ui,sans-serif;line-height:1.25;text-align:center;cursor:pointer;text-decoration:underline;text-underline-offset:2px;white-space:normal}.tutorial-dialogue-skip-btn:hover{color:var(--text)}.tutorial-dialogue-close-btn{align-self:flex-end;margin:0;padding:.34rem .72rem;border-radius:999px;border:1px solid rgba(38,35,52,.22);background:#ffffffd1;color:var(--text);font:600 .78rem DM Sans,system-ui,sans-serif;cursor:pointer}.tutorial-dialogue-close-btn:hover{background:#fff}.tutorial-dialogue.is-hans .tutorial-dialogue-close-btn{align-self:flex-start}body.ui-mobile .tutorial-dialogue{bottom:calc(14px + env(safe-area-inset-bottom,0px))}#app{display:grid;grid-template-columns:260px 1fr 80px;grid-template-rows:auto 1fr auto;grid-template-areas:"header header header" "sidebar canvas invest-compact" "status status status";height:var(--app-vh);overflow:hidden}.header{grid-area:header;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;background:linear-gradient(120deg,#ffffffe6,#ffddbbe6);background:linear-gradient(120deg,#ffddbbe6,#ffffffe6);border-bottom:1px solid var(--border);flex-wrap:wrap}.header-brand{min-width:0;display:flex;align-items:center;gap:.5rem;margin-left:20px}.header-brand h1{margin:0;font-size:1.5rem;font-weight:600}.header-brand .subtitle{margin:.25rem 0 0;color:var(--text-muted);font-size:.9rem}.header-title-banner{display:block;max-width:100%;height:72px;max-height:100%;object-fit:contain;border-radius:var(--radius)}.mountain-badges{position:absolute;left:auto;bottom:auto;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-end;flex-wrap:wrap;gap:.5rem;z-index:50;pointer-events:none;box-sizing:border-box}.mountain-badge{display:block;height:100%;width:auto;flex-shrink:0;object-fit:contain;object-position:center;filter:drop-shadow(0 2px 4px rgba(0,0,0,.6));opacity:.2;pointer-events:auto;transition:opacity .2s ease}.mountain-badge:hover{opacity:1}.mountain-badges.mountain-badges--locked{visibility:hidden;pointer-events:none}.badge-unlock-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;pointer-events:none;display:flex;align-items:center;justify-content:center}.badge-unlock-overlay[hidden]{display:none}.badge-unlock-flyer{position:fixed;transform:translate(-50%,-50%);object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.5));transition:left 1.2s ease-out,top 1.2s ease-out,width 1.2s ease-out,height 1.2s ease-out}.header-news{flex:1;min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:0 1rem;overflow:hidden}.header-news-skier{flex-shrink:0;width:72px;height:72px;background-repeat:no-repeat;background-size:500% 100%;background-position:0 0;background-color:transparent;border-radius:6px}.header-news-text{width:11rem;max-width:100%;min-width:0;font-size:.85rem;color:var(--text);white-space:normal;word-wrap:break-word;line-height:1.35}.header-news.header-news--no-news{display:none}.header-meta{display:flex;align-items:center;gap:1.25rem;flex-shrink:0}.header-icon-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .6rem;font:inherit;font-size:.85rem;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:6px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.header-icon-btn:hover{background:var(--surface-hover, rgba(255, 255, 255, .06));border-color:var(--border-hover, rgba(255, 255, 255, .15))}.header-icon-btn .header-btn-icon{width:18px;height:18px;flex-shrink:0}.header-icon-btn .header-btn-label{white-space:nowrap}.header-weather{display:flex;flex-direction:column;align-items:center;gap:.25rem;min-width:28px}.header-weather-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px}.header-weather-icon svg{width:24px;height:24px;display:block}.header-weather-details{display:flex;flex-direction:column;align-items:center;gap:.05rem;font-size:.7rem;color:var(--text-muted);line-height:1.2;text-align:center}.header-weather-label{font-weight:600;text-transform:capitalize}.header-weather-temp{font-variant-numeric:tabular-nums}.header-weather-snow{opacity:.9}.header-date-block{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem}.header-date{font-size:1rem;font-weight:500;color:var(--text-muted);white-space:nowrap}.header-season{font-size:.75rem;font-weight:400;color:var(--text-muted);opacity:.95;text-transform:capitalize}.header-visitors-count{font-size:.75rem;font-weight:400;color:var(--text-muted);opacity:.95;white-space:nowrap}.header-visitors{font-size:1rem;font-weight:500;color:var(--text);white-space:nowrap}.header-visitors:before{content:attr(data-label);margin-right:.35em;color:var(--text-muted);font-weight:400}.header-finance{font-size:1rem;font-weight:500;white-space:nowrap}.header-finance:before{content:attr(data-label);margin-right:.35em;color:var(--text-muted);font-weight:400}.header-sales{color:var(--green)}.header-costs{color:var(--red)}.daily-change .profit,.stat-finance-row .profit{color:var(--green)}.daily-change .loss,.stat-finance-row .loss{color:var(--red)}.header-snow-depth{font-size:1rem;font-weight:500;white-space:nowrap;color:var(--text)}.header-snow-depth:before{content:attr(data-label);margin-right:.35em;color:var(--text-muted);font-weight:400}.snow-info-row{padding-top:.5rem;padding-bottom:.75rem;margin-bottom:.25rem}.snow-info-section{display:flex;flex-direction:column;gap:.4rem}.snow-info-header{display:flex;align-items:baseline;justify-content:flex-start;gap:.35rem;font-size:.8rem;color:var(--text-muted)}.snow-info-label{font-weight:600;text-transform:uppercase;letter-spacing:.03em}.snow-info-value{font-variant-numeric:tabular-nums}.snow-info-depth-row{display:flex;align-items:baseline;justify-content:space-between;gap:.35rem;font-size:.8rem;color:var(--text-muted)}.snow-depth-label{font-weight:400}.snow-info-value{font-size:.8rem;font-weight:500;color:var(--text);flex-shrink:0}.snow-change{font-size:.85rem;font-weight:600;min-width:1.2em;text-align:center;transition:color .2s ease}.snow-change.change-up{color:var(--green)}.snow-change.change-down{color:var(--red)}.snow-change.change-stable{color:var(--text-muted);font-weight:400}.snow-info-bar-wrap{display:flex;align-items:center;margin-bottom:.35rem}.snow-info-bar{width:100%}.snow-info-track{position:relative;width:100%;height:.45rem;border-radius:999px;background:var(--border);overflow:hidden}.snow-info-fill{position:absolute;top:0;left:0;height:100%;width:0%;transition:width .25s ease,background .2s ease}.snow-info-fill-low{background:var(--red)}.snow-info-fill-mid{background:#e6b800}.snow-info-fill-high{background:var(--green)}.header-speed{display:flex;align-items:center;gap:.25rem;font-size:.9rem;white-space:nowrap}.header-speed-label{color:var(--text-muted)}.sim-speed-btn{border:1px solid var(--border);background:transparent;color:var(--text-muted);padding:.15rem .4rem;border-radius:999px;font-size:.8rem;cursor:pointer}.sim-speed-btn[data-speed="0"]{display:inline-flex;align-items:center;justify-content:center;min-width:1.55rem;min-height:calc(1em + .3rem + 2px)}.sim-speed-btn[data-speed="0"]:before{content:"";display:inline-block;width:.42rem;height:.56rem;border-left:2px solid currentColor;border-right:2px solid currentColor;box-sizing:border-box;vertical-align:middle}.sim-speed-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.budget-display{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem}.budget-display-main{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:var(--text);white-space:nowrap}.budget-display .budget-icon{width:28px;height:28px;object-fit:contain;display:block}.budget-daily-profit{font-size:.75rem;font-weight:500;color:var(--text-muted);white-space:nowrap}.budget-daily-profit.profit{color:var(--green)}.budget-daily-profit.loss{color:var(--red)}.status-bar{grid-area:status;display:flex;align-items:center;justify-content:center;padding:0 1rem;height:28px;flex-shrink:0;background:var(--surface);border-top:1px solid var(--border)}.status-bar-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;gap:.5rem}.status-bar-left{justify-self:start;display:flex;align-items:center;min-width:0}.status-bar-right{justify-self:end;display:flex;align-items:center;min-width:0}.status-bar-center{justify-self:center;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.35rem;line-height:1;white-space:nowrap;pointer-events:none;max-width:min(68vw,480px);overflow:hidden;text-overflow:ellipsis}.status-bar-center .status-bar-brand-sep{font-size:.7rem;color:var(--text-muted);opacity:.7;flex-shrink:0}.status-bar-center .status-bar-title{font-size:.7rem;font-weight:600;color:var(--text);letter-spacing:.02em;flex-shrink:0}.status-bar-center .status-bar-copyright{font-size:.7rem;color:var(--text-muted);flex-shrink:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.status-bar-center .status-bar-mail{pointer-events:auto;font-size:.7rem;color:var(--text-muted);text-decoration:none;flex-shrink:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.status-bar-center .status-bar-mail:hover,.status-bar-center .status-bar-mail:focus-visible{text-decoration:underline;color:var(--text)}.status-bar-save-load{display:inline-flex;align-items:center;gap:.2rem}.status-bar-icon-btn{display:inline-flex;align-items:center;justify-content:center;margin:0;padding:.2rem .35rem;line-height:1;border:1px solid var(--border);border-radius:999px;background:transparent;color:var(--text-muted);cursor:pointer;font:inherit}.status-bar-icon-btn:hover{background:var(--surface-hover);border-color:var(--accent);color:var(--text)}.status-bar-icon-btn-svg{width:14px;height:14px;display:block}.status-bar-speed{display:inline-flex;align-items:center;gap:.2rem}.status-bar-label{font-size:.75rem;color:var(--text-muted);margin-right:.1rem}.status-bar-speed .sim-speed-btn{margin:0;line-height:1;padding:.12rem .35rem;font-size:.75rem}.status-bar-sound-btn{margin-left:.35rem}.status-bar-sound-btn.is-muted .sound-wave{display:none}.status-bar-sound-btn:not(.is-muted) .sound-mute{display:none}.mobile-right-sound-btn.is-muted .sound-wave{display:none}.mobile-right-sound-btn:not(.is-muted) .sound-mute{display:none}.sidebar{grid-area:sidebar;display:flex;flex-direction:column;min-height:0;background:var(--surface);border-right:1px solid var(--border);min-width:0}.sidebar-tabs{display:none}.sidebar-tab{flex:1;padding:.45rem .5rem;font-size:.8rem;font-weight:600;color:var(--text-muted);background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;font-family:inherit;transition:color .15s ease,border-color .15s ease}.sidebar-tab:hover{color:var(--text)}.sidebar-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.sidebar-panel{display:none;flex:1;flex-direction:column;min-height:0;overflow-y:auto}.sidebar-panel.active{display:flex}.invest-compact-sidebar{grid-area:invest-compact;display:flex;flex-direction:column;align-items:stretch;background:var(--surface);border-left:1px solid var(--border);padding:.5rem 0;min-width:0}.invest-compact-buttons{display:flex;flex-direction:column;gap:.35rem;padding:0 .35rem}.invest-compact-speed,.mobile-right-sound-btn{display:none}.invest-compact-btn{width:100%;height:64px;padding:0;background-color:transparent;border:none;border-radius:0;cursor:pointer;font-family:inherit;transition:box-shadow .15s;background-image:url(/assets/invest_icons-BybASk8v.webp);background-repeat:no-repeat;background-size:300% 100%;background-position:0 0}.invest-compact-btn:hover{box-shadow:none}.invest-compact-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.invest-compact-btn--lift{background-image:url(/assets/invest_icons-BybASk8v.webp);background-position:0 0}.invest-compact-btn--slope{background-image:url(/assets/invest_icons-BybASk8v.webp);background-position:50% 0}.invest-compact-btn--groomer{background-image:url(/assets/invest_icons-BybASk8v.webp);background-position:100% 0}.invest-compact-cancel-btn{display:flex;align-items:center;justify-content:center;gap:.25rem;width:100%;padding:.35rem .4rem;font-size:.65rem;font-weight:600;color:var(--text-muted);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s,color .15s}.invest-compact-cancel-btn:hover{background:var(--surface-hover);border-color:var(--red);color:var(--red)}.invest-compact-cancel-btn.hidden{display:none}.invest-compact-cancel-icon{font-size:.9rem;line-height:1}.invest-compact-cancel-label{white-space:nowrap}.invest-inventory-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:transparent;z-index:100;cursor:default}.invest-inventory-overlay[hidden]{display:none}.invest-inventory-popup{position:fixed;top:50%;right:80px;transform:translateY(-50%);z-index:101;width:220px;max-height:70vh;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:-4px 0 24px #00000059}.invest-inventory-popup[hidden]{display:none}.invest-inventory-header{display:flex;align-items:center;justify-content:space-between;padding:.6rem .75rem;border-bottom:1px solid var(--border);flex-shrink:0}.invest-inventory-title{margin:0;font-size:.9rem;font-weight:600;color:var(--text)}.invest-inventory-hint{margin:0;padding:.4rem .75rem .5rem;font-size:.72rem;line-height:1.35;color:var(--text-muted);border-bottom:1px solid var(--border);flex-shrink:0}.invest-inventory-close{margin:0;padding:.2rem .45rem;font-size:1.25rem;line-height:1;border:none;border-radius:var(--radius);background:transparent;color:var(--text-muted);cursor:pointer}.invest-inventory-close:hover{color:var(--text);background:var(--surface-hover)}.invest-inventory-list{padding:.5rem .75rem .75rem;overflow-y:auto;display:flex;flex-direction:column;gap:.3rem;min-height:0}.invest-inventory-list .lift-type-btn,.invest-inventory-list .groomer-type-btn{margin:0}.toolbar-content,.stats-content{padding:.6rem;flex:1;min-height:0;overflow-y:auto}.stats-panel-title{margin:0 0 .75rem;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.stats-section{margin-bottom:0}.stat-row{padding:.35rem 0;border-bottom:1px solid var(--border)}.stat-row:last-child{border-bottom:none}.stat-row .stat-item{display:block}.stat-row-resort{display:flex;align-items:center;width:100%}.stat-row-resort .resort-toggle{flex:1;min-width:0;width:100%}.resort-toggle{display:inline-flex;align-items:center;position:relative;width:100%;padding:2px;border-radius:999px;background:linear-gradient(120deg,#ffffffe6,#ffddbbe6);border:1px solid var(--border);box-shadow:0 1px 2px #00000026,inset 0 0 0 1px #fff6}.resort-switch-thumb{position:absolute;top:2px;left:2px;width:calc(50% - 2px);height:calc(100% - 4px);border-radius:999px;background:linear-gradient(135deg,#4fbf90,#7ed6ae);box-shadow:0 2px 4px #00000040,inset 0 1px #fff9;transition:transform .25s cubic-bezier(.4,0,.2,1),background .2s ease;pointer-events:none}.resort-toggle:has(.resort-btn:last-child.active) .resort-switch-thumb{transform:translate(100%);background:linear-gradient(135deg,#f26666,#ff9a9a);box-shadow:0 2px 4px #00000040,inset 0 1px #ffffff8c}.resort-btn{flex:1;align-self:stretch;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;padding:.2rem .35rem;font-size:.75rem;font-weight:600;font:inherit;letter-spacing:.02em;line-height:1.2;color:var(--text-muted);background:transparent;border:none;border-radius:999px;cursor:pointer;margin:0;transition:none}.resort-btn:hover{background:transparent;border-color:transparent}.resort-btn.active{color:var(--black);text-shadow:none}.stat-row-speed{display:flex;align-items:center;padding-top:.5rem;margin-top:.25rem;border-top:1px solid var(--border)}.stat-row-speed .header-speed{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:.25rem}.stat-row-speed .header-speed-label{line-height:1}.stat-row-speed .sim-speed-btn{margin:0;line-height:1;padding:.2rem .45rem;vertical-align:baseline}.stat-finance-row{display:inline-flex;align-items:center;gap:.35rem}.stat-finance-row .stat-skidollar-icon{width:1em;height:1em;flex-shrink:0;vertical-align:middle}.tickets-row{padding-top:.35rem;padding-bottom:.35rem}.tickets-section{display:flex;flex-direction:column;gap:.4rem}.tickets-header{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;font-size:.8rem;color:var(--text-muted)}.tickets-label{font-weight:600;text-transform:uppercase;letter-spacing:.03em}.tickets-price{display:inline-flex;align-items:center;gap:.25rem;font-variant-numeric:tabular-nums;color:var(--text)}.tickets-price .stat-skidollar-icon{width:.95em;height:.95em}.tickets-slider-row{display:flex;flex-direction:column;gap:.1rem}#ticketPriceSlider{width:100%;accent-color:var(--accent);cursor:pointer}.tickets-ticks{display:flex;justify-content:space-between;font-size:.65rem;color:var(--text-muted)}.satisfaction-row{padding-top:.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.lifts-info-row{padding-top:.35rem;padding-bottom:.35rem}.lifts-info-section{display:flex;flex-direction:column;gap:.25rem}.lifts-info-header{font-size:.8rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.lifts-info-meta{display:flex;flex-direction:column;gap:.1rem;font-size:.8rem;color:var(--text-muted)}.lifts-info-line{white-space:nowrap}.slope-info-row{padding-top:.35rem;padding-bottom:.35rem}.slope-info-section{display:flex;flex-direction:column;gap:.4rem}.slope-info-header{font-size:.8rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.slope-info-body{display:flex;align-items:center;gap:.6rem}.slope-info-chart{display:none;flex-shrink:0;width:64px;height:64px}.slope-info-meta{display:flex;flex-direction:column;gap:.15rem;font-size:.8rem;color:var(--text-muted)}.slope-info-line{white-space:nowrap}.slope-experience-metrics .stat-row{border-bottom:none}.satisfaction-widget{width:100%;display:flex;flex-direction:column;gap:.4rem}.satisfaction-description{font-size:.75rem;color:var(--text-muted);line-height:1.2;margin-top:-.1rem;text-align:center}.satisfaction-header{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.satisfaction-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.satisfaction-value{font-size:1.1rem;font-weight:700;color:var(--text);min-width:2.5em;text-align:right}.satisfaction-track{width:100%;height:1.25rem;border-radius:var(--radius);background:var(--border);overflow:hidden;position:relative}.satisfaction-fill{height:100%;border-radius:inherit;transition:width .35s ease,background .2s ease;min-width:2px}.satisfaction-fill-low{background:var(--red)}.satisfaction-fill-mid{background:#e6b800}.satisfaction-fill-high{background:var(--green)}.experience-metric-row .experience-metric{display:flex;flex-direction:column;gap:.4rem;width:100%}.experience-header{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;min-width:0}.experience-metric-label{font-size:.8rem;font-weight:500;color:var(--text-muted)}.experience-change{font-size:.85rem;font-weight:600;min-width:1.2em;text-align:center;transition:color .2s ease}.experience-change.change-up{color:var(--green)}.experience-change.change-down{color:var(--red)}.experience-change.change-stable{color:var(--text-muted);font-weight:400}.experience-bar-wrap{width:100%;min-width:0}.experience-bar.experience-bar-gradient{width:100%;height:.45rem;border-radius:var(--radius);overflow:hidden;background:var(--border)}.experience-state-label{font-size:.8rem;font-weight:500;color:var(--text);flex-shrink:0}.experience-track{width:100%;height:100%;position:relative;background:var(--border);border-radius:inherit}.experience-fill{height:100%;border-radius:inherit;transition:width .35s ease,background .2s ease;min-width:0}.experience-fill-low{background:var(--red)}.experience-fill-mid{background:#e6b800}.experience-fill-high{background:var(--green)}.tool-section{margin-bottom:.6rem}.tool-section h2{margin:0 0 .25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.mode-buttons{display:flex;gap:.2rem;flex-wrap:nowrap;min-width:0}.difficulty-buttons,.slope-draw-mode{display:flex;gap:.35rem;flex-wrap:wrap}.slope-draw-mode .slope-mode-btn{margin:0;padding:.35rem .5rem;font-size:.78rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text);font:inherit;cursor:pointer;transition:background .15s,border-color .15s}.slope-draw-mode .slope-mode-btn:hover{background:var(--surface-hover);border-color:var(--accent)}.slope-draw-mode .slope-mode-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.mode-btn{padding:.25rem .4rem;font-size:.75rem;white-space:nowrap;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text);font:inherit;cursor:pointer;flex:0 0 auto}.diff-btn{padding:.35rem .5rem;font-size:.78rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text);font:inherit;cursor:pointer;transition:background .15s,border-color .15s}.mode-btn:hover,.diff-btn:hover{background:var(--surface-hover);border-color:var(--accent)}.mode-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.save-load-section .save-load-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.save-load-section .sidebar-icon-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .6rem;font:inherit;font-size:.85rem;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:background .15s ease,border-color .15s ease}.save-load-section .sidebar-icon-btn:hover{background:var(--surface-hover);border-color:var(--accent)}.save-load-section .sidebar-icon-btn .sidebar-btn-icon{width:18px;height:18px;flex-shrink:0}.save-load-section .sidebar-icon-btn .sidebar-btn-label{white-space:nowrap}.diff-btn[data-difficulty-key=green].selected{border-color:var(--green);background:#34a85333}.diff-btn[data-difficulty-key=blue].selected{border-color:var(--blue);background:#4285f433}.diff-btn[data-difficulty-key=red].selected{border-color:var(--red);background:#ea433533}.diff-btn[data-difficulty-key=black].selected{border-color:var(--black);background:#1f1f1f80;color:#fff}.diff-btn[data-difficulty-key=freeride].selected{border-color:var(--freeride);background:#2d1b4e66;color:#e8e0f0}.hint{margin:.25rem 0 0;font-size:.72rem;color:var(--text-muted);line-height:1.3}.hint.small{margin-top:.15rem}.hidden{display:none!important}.cancel-slope-btn,.cancel-lift-btn{margin-top:.4rem;padding:.3rem .5rem;font-size:.78rem;width:100%}input[type=file]{width:100%;font-size:.85rem;color:var(--text-muted)}button{padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text);font:inherit;cursor:pointer;margin-right:.5rem;margin-bottom:.5rem;transition:background .15s,border-color .15s}button:hover{background:var(--surface-hover);border-color:var(--accent)}.item-list{list-style:none;margin:0;padding:0;font-size:.85rem}.item-list li{padding:.35rem 0;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:.5rem}.item-list li:last-child{border-bottom:none}.item-list .remove-btn{padding:.2rem .4rem;font-size:.75rem;margin:0;color:var(--red);border-color:transparent}.slope-list-item{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.slope-list-content{display:flex;flex-direction:column;gap:.15rem;min-width:0}.slope-list-meta{font-size:.8rem;color:var(--text-muted)}.lift-list-item{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.lift-list-content{display:flex;flex-direction:column;gap:.15rem;min-width:0;flex:1}.lift-list-name,.cottage-list-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lift-list-meta{font-size:.8rem;color:var(--text-muted)}.cottage-list-name{flex:1}.editable-lift-name{cursor:pointer}.editable-lift-name:hover{text-decoration:underline}.canvas-area{grid-area:canvas;min-height:0;padding:1rem;overflow:hidden;display:flex;align-items:center;justify-content:center}.canvas-wrapper{position:relative;width:100%;height:100%;max-width:100%;max-height:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 0,rgba(255,255,255,.65),transparent 55%),radial-gradient(circle at 90% 10%,rgba(186,230,253,.65),transparent 60%),var(--bg);box-shadow:none;border-radius:0;overflow:visible}.lift-hover-popup{position:fixed;z-index:1200;min-width:140px;width:max-content;max-width:200px;padding:1.5rem .5rem .4rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 6px 20px #00000059;pointer-events:auto;font-size:.75rem;line-height:1.4}.lift-hover-popup .lift-popup-close-btn{position:absolute;top:.25rem;right:.35rem;width:1.25rem;height:1.25rem;padding:0;font-size:1.1rem;line-height:1;color:var(--text-muted);background:none;border:none;border-radius:2px;cursor:pointer}.lift-hover-popup .lift-popup-close-btn:hover{color:var(--text);background:#ffffff14}.lift-hover-popup .lift-popup-service-btn .lift-popup-skidollar-icon{width:.9em;height:.9em;vertical-align:-.15em;margin:0 .1em}.lift-hover-popup .lift-hover-popup-icon{width:100%;height:0;padding-bottom:100%;margin:0 0 .3rem;background-repeat:no-repeat;background-size:300% 200%;background-position:center;background-color:#ffffff0f;border-radius:4px;flex-shrink:0}.lift-hover-popup .groomer-popup-icon{background-size:contain;background-position:center;padding-bottom:60%}.slope-hover-popup .slope-popup-icon--diamond{transform:rotate(45deg)}.lift-hover-popup .lift-hover-popup-name{font-weight:600;color:var(--text);margin-bottom:.2rem;word-break:break-word;text-align:center}.lift-hover-popup .lift-popup-name-editable{cursor:pointer}.lift-hover-popup .lift-popup-name-editable:hover,.lift-hover-popup .groomer-popup-name-editable:hover{text-decoration:underline}.lift-hover-popup .groomer-popup-name-editable{cursor:pointer}.lift-hover-popup .lift-hover-popup-meta{font-size:.7rem;color:var(--text-muted);display:block}.lift-hover-popup .lift-hover-popup-meta+.lift-hover-popup-meta{margin-top:.1rem}.lift-hover-popup .lift-hover-popup-health{display:flex;align-items:center;gap:.35rem;margin:.35rem 0 .2rem;font-size:.7rem;color:var(--text-muted);min-height:1.5rem}.lift-hover-popup .lift-hover-popup-health-label{flex-shrink:0;min-width:2.5rem}.lift-hover-popup .lift-hover-popup-health-track{flex:1;min-width:36px;height:6px;background:#ffffff1f;border-radius:3px;overflow:hidden}.lift-hover-popup .lift-hover-popup-health-fill{height:100%;min-width:2px;border-radius:3px;transition:width .15s ease;background:var(--success, #22c55e)}.lift-hover-popup .lift-hover-popup-health-fill--healthy{background:var(--success, #22c55e)}.lift-hover-popup .lift-hover-popup-health-fill--warning{background:var(--warning, #eab308)}.lift-hover-popup .lift-hover-popup-health-fill--critical{background:var(--danger, #dc2626)}.lift-hover-popup .lift-hover-popup-health-value{flex-shrink:0;min-width:2rem;text-align:right}.lift-hover-popup .lift-hover-popup-broken{margin:.25rem 0 .1rem;padding:.2rem .35rem;font-size:.7rem;font-weight:600;color:var(--danger, #dc2626);background:#dc262626;border-radius:var(--radius);text-align:center}.lift-hover-popup .lift-hover-popup-service{margin:.35rem 0 0}.lift-hover-popup .lift-popup-service-btn{width:100%;padding:.25rem .4rem;font-size:.7rem;font-weight:500;color:var(--text);background:var(--surface-elevated, rgba(255, 255, 255, .08));border:1px solid var(--border);border-radius:var(--radius);cursor:pointer}.lift-hover-popup .lift-popup-service-btn:hover,.lift-hover-popup .groomer-popup-service-btn:hover,.lift-hover-popup .lift-popup-sell-btn:hover,.lift-hover-popup .lift-popup-scrap-btn:hover,.lift-hover-popup .groomer-popup-sell-btn:hover,.lift-hover-popup .groomer-popup-scrap-btn:hover{background:var(--surface-hover, rgba(255, 255, 255, .12))}.lift-hover-popup .lift-popup-sell-btn,.lift-hover-popup .lift-popup-scrap-btn{width:100%;padding:.25rem .4rem;font-size:.7rem;font-weight:500;color:var(--text);background:var(--surface-elevated, rgba(255, 255, 255, .08));border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.2rem}.lift-hover-popup .groomer-popup-service-btn,.lift-hover-popup .groomer-popup-sell-btn,.lift-hover-popup .groomer-popup-scrap-btn{width:100%;padding:.25rem .4rem;font-size:.7rem;font-weight:500;color:var(--text);background:var(--surface-hover, rgba(255, 255, 255, .06));border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.2rem}.lift-hover-popup .groomer-popup-service-btn .lift-popup-skidollar-icon,.lift-hover-popup .lift-popup-sell-btn .lift-popup-skidollar-icon,.lift-hover-popup .lift-popup-scrap-btn .lift-popup-skidollar-icon,.lift-hover-popup .groomer-popup-sell-btn .lift-popup-skidollar-icon,.lift-hover-popup .groomer-popup-scrap-btn .lift-popup-skidollar-icon,.lift-hover-popup .slope-popup-scrap-btn .lift-popup-skidollar-icon{width:.9em;height:.9em;vertical-align:-.15em;margin:0 .1em}.lift-hover-popup .lift-hover-popup-service{display:flex;flex-direction:column;gap:.12rem}.mountain-image-wrap{position:relative;display:flex;align-items:center;justify-content:center;flex:1 1 0;min-width:0;min-height:0;width:100%;height:100%;max-width:100%;max-height:100%;aspect-ratio:16 / 9;line-height:0;overflow:hidden;background:var(--bg);border:none;outline:none}.mountain-image-stack{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--bg);border:none;outline:none}.mountain-image-stack .mountain-layer{position:absolute;top:0;left:0;width:100%;height:100%;display:block;object-fit:contain;object-position:center;transition:opacity .4s ease;pointer-events:none;background:var(--bg);border:none;outline:none}.mountain-img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;transition:opacity .5s ease;border:none;outline:none}.mountain-img-custom{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;border:none;outline:none}.mountain-image-wrap img[src=""],.mountain-image-wrap img:not([src]){opacity:0!important;visibility:hidden!important;pointer-events:none}#drawCanvas{position:absolute;top:0;left:0;width:100%;height:100%;cursor:crosshair;pointer-events:auto;border:none;outline:none;background:transparent;display:block}#drawCanvas:focus{outline:none}#drawCanvas.no-image{pointer-events:none;cursor:default}.lift-dialog{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);padding:1.25rem;min-width:280px;box-shadow:0 8px 32px #0006}.lift-dialog::backdrop{background:#00000080}.lift-dialog h2{margin:0 0 1rem;font-size:1.1rem}.lift-dialog-section{margin-bottom:1rem}.lift-dialog-section label{display:block;font-size:.85rem;color:var(--text-muted);margin-bottom:.35rem}.lift-type-dropdown{width:100%}.lift-type-dropdown .lift-type-buttons,.slope-type-dropdown .slope-type-buttons{display:flex;flex-direction:column;gap:.3rem}.slope-type-dropdown{width:100%}.lift-detail-floating{position:absolute;top:0;left:0;z-index:10;max-width:220px;padding:2rem .75rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 6px 24px #0006;pointer-events:auto;display:flex;flex-direction:column;gap:.5rem}.lift-detail-floating[hidden]{display:none}.lift-detail-close{position:absolute;top:.35rem;right:.35rem;margin:0;padding:.2rem .45rem;font-size:1.25rem;line-height:1;border:none;border-radius:var(--radius);background:transparent;color:var(--text-muted);cursor:pointer}.lift-detail-close:hover{color:var(--text);background:var(--surface-hover)}.lift-detail-placeholder{margin:0;font-size:.85rem;color:var(--text-muted);padding:.5rem 0}.lift-detail-floating .lift-type-detail-icon{width:100%;height:0;padding-bottom:90%;background-repeat:no-repeat;background-color:var(--surface-alt, rgba(255, 255, 255, .06));border-radius:6px;background-size:300% 200%}.lift-type-detail-icon{width:100%;height:0;padding-bottom:100%;background-repeat:no-repeat;background-color:var(--surface-alt, rgba(255, 255, 255, .06));border-radius:6px;background-size:300% 200%}.lift-type-detail-fields{display:grid;grid-template-columns:auto 1fr;gap:.25rem 1rem;margin:0;font-size:.85rem}.lift-type-detail-fields dt{margin:0;color:var(--text-muted);font-weight:500}.lift-type-detail-fields dd{margin:0}.lift-type-detail-fields dd.lift-detail-description{grid-column:1 / -1;margin-top:.25rem;line-height:1.4;color:var(--text)}.lift-detail-skidollars{display:flex;align-items:center;gap:2px}.slope-detail-color-swatch{display:inline-block;width:1rem;height:1rem;border-radius:2px;border:1px solid var(--border);vertical-align:middle;margin-right:.25rem}.lift-detail-skidollars .skidollar-icon{width:18px;height:18px;display:block;object-fit:contain}.lift-detail-description .lift-detail-pros-cons{margin-top:.5rem}.lift-detail-pros-cons{margin:0;padding-left:1.1rem;font-size:.8rem;line-height:1.45;list-style:none}.lift-detail-pros-cons li{margin-bottom:.2rem;position:relative}.lift-detail-pros-cons li.lift-detail-pro{color:var(--green)}.lift-detail-pros-cons li.lift-detail-con{color:var(--red)}.lift-type-btn{margin:0;padding:.35rem .5rem;font-size:.78rem;display:flex;align-items:center;gap:.5rem;width:100%;box-sizing:border-box;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text);cursor:pointer;text-align:left;transition:background .15s,border-color .15s}.lift-type-btn:hover{background:var(--surface-hover);border-color:var(--accent)}.lift-type-icon{width:48px;height:48px;flex-shrink:0;background-repeat:no-repeat;background-color:var(--surface-alt, rgba(255, 255, 255, .06));border-radius:4px}.toolbar-content .lift-type-icon,.toolbar-content .slope-type-icon{width:36px;height:36px}.slope-type-icon{background-image:url(/assets/SlopeSpriteSheet-BQThfpl3.webp);background-size:300% 200%}.lift-type-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lift-type-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.lift-type-btn.locked{opacity:.5;cursor:not-allowed;filter:grayscale(.7)}.lift-type-btn.locked:hover{background:var(--surface);border-color:var(--border)}.groomer-type-dropdown{width:100%;display:flex;flex-direction:column;gap:.3rem}.groomer-type-btn{margin:0;padding:.35rem .5rem;font-size:.78rem;display:flex;align-items:center;gap:.5rem;width:100%;box-sizing:border-box;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text);cursor:pointer;text-align:left;transition:background .15s,border-color .15s}.groomer-type-btn:hover{background:var(--surface-hover);border-color:var(--accent)}.groomer-type-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.groomer-type-btn.locked{opacity:.5;cursor:not-allowed;filter:grayscale(.7)}.groomer-type-btn.locked:hover{background:var(--surface);border-color:var(--border)}.groomer-type-icon{width:48px;height:48px;flex-shrink:0;background-repeat:no-repeat;background-position:center;background-size:contain;background-color:var(--surface-alt, rgba(255, 255, 255, .06));border-radius:4px}.toolbar-content .groomer-type-icon{width:36px;height:36px}.groomer-type-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lift-detail-floating .groomer-detail-icon,.groomer-detail-icon{width:100%;height:0;padding-bottom:60%;background-repeat:no-repeat;background-position:center;background-size:contain;background-color:var(--surface-alt, rgba(255, 255, 255, .06));border-radius:6px}.groomer-list-name{color:var(--text)}.lift-name-input{width:100%;padding:.5rem .6rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text);font:inherit;font-size:.95rem}.lift-dialog-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.lift-dialog-btn{margin:0}.lift-dialog-btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}.mobile-shell{display:none}body.ui-mobile #app{grid-template-columns:1fr;grid-template-rows:1fr;grid-template-areas:"canvas";height:var(--app-vh)}body.ui-mobile .status-bar,body.ui-mobile .header-brand,body.ui-mobile .header-news,body.ui-mobile .header-badges,body.ui-mobile .header,body.ui-mobile .sidebar{display:none}body.ui-mobile{--mobile-right-panel-width: 56px;--mobile-left-panel-width: calc(var(--mobile-right-panel-width) * 2.03);--mobile-left-gap: 6px;--mobile-right-gap: 6px;--mobile-image-gap-left: 4px}body.ui-mobile .canvas-area{padding:0 calc(var(--mobile-right-panel-width, 56px) + var(--mobile-right-gap, 6px)) 0 calc(var(--mobile-left-panel-width, 168px) + var(--mobile-left-gap, 6px) + var(--mobile-image-gap-left, 4px));width:100vw;height:var(--app-vh);box-sizing:border-box;overflow:hidden;--mobile-canvas-clip-left: calc(var(--mobile-left-panel-width, 168px) + var(--mobile-left-gap, 6px) + var(--mobile-image-gap-left, 4px));--mobile-canvas-clip-right: calc(var(--mobile-right-panel-width, 56px) + var(--mobile-right-gap, 6px));-webkit-clip-path:inset(0 var(--mobile-canvas-clip-right) 0 var(--mobile-canvas-clip-left));clip-path:inset(0 var(--mobile-canvas-clip-right) 0 var(--mobile-canvas-clip-left))}body.ui-mobile .canvas-wrapper{width:100%;height:100%;border-radius:0;overflow:visible}body.ui-mobile .mobile-shell,body.ui-mobile .mobile-shell-top{display:none}body.ui-mobile .mobile-shell-icon-btn{margin:0;padding:.26rem .45rem;font-size:.68rem;border-radius:999px}body.ui-mobile .mobile-speed-group{display:flex;justify-content:flex-end;gap:.18rem}body.ui-mobile .mobile-speed-btn{margin:0;padding:.2rem .32rem;font-size:.68rem;border-radius:999px;border:1px solid var(--border);background:var(--bg)}body.ui-mobile .mobile-speed-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}body.ui-mobile .mobile-speed-btn[data-speed="0"],body.ui-mobile .mobile-right-speed-btn[data-speed="0"]{position:relative;font-size:0}body.ui-mobile .mobile-speed-btn[data-speed="0"]:before,body.ui-mobile .mobile-right-speed-btn[data-speed="0"]:before{content:"";display:block;width:.42rem;height:.56rem;margin:0 auto;border-left:2px solid currentColor;border-right:2px solid currentColor;box-sizing:border-box}body.ui-mobile .mobile-shell-rail{display:flex;align-items:center;justify-content:flex-end;gap:0}body.ui-mobile .mobile-rail-btn{margin:0;padding:.3rem .22rem;font-size:.68rem;border-radius:8px;white-space:nowrap}body.ui-mobile .mobile-rail-btn-build:before{content:"☰ ";font-size:.72rem}body.ui-mobile .mobile-rail-btn-build{min-width:3.1rem;min-height:3.1rem;border-radius:999px;border:1px solid rgba(38,35,52,.24);background:#fff9f0f5;box-shadow:0 8px 20px #00000047;font-size:.78rem;font-weight:700}body.ui-mobile .mobile-rail-btn[data-mobile-mode=lift],body.ui-mobile .mobile-rail-btn[data-mobile-mode=slope],body.ui-mobile .mobile-rail-btn[data-mobile-mode=groomer],body.ui-mobile .mobile-rail-btn[data-mobile-mode=operate],body.ui-mobile #mobileFinishSlopeBtn,body.ui-mobile #mobileCancelBuildBtn{display:none}body.ui-mobile .mobile-rail-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}body.ui-mobile .mobile-rail-btn-muted{color:var(--text-muted)}body.ui-mobile .mobile-shell-sheet-controls{display:none}body.ui-mobile .invest-inventory-popup{right:4.5rem;left:auto;width:min(56vw,300px);top:18vh;bottom:auto;transform:none;max-height:min(50vh,360px);min-height:220px;border-radius:10px;box-shadow:0 8px 18px #00000047;z-index:140}body.ui-mobile .invest-inventory-header{padding:.4rem .5rem}body.ui-mobile .invest-inventory-title{font-size:.78rem}body.ui-mobile .invest-inventory-hint{padding:.28rem .5rem .32rem;font-size:.62rem;line-height:1.25}body.ui-mobile .invest-inventory-list{display:flex;flex-direction:row;gap:.32rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;padding:.35rem .45rem .45rem}body.ui-mobile .invest-inventory-list .lift-type-btn,body.ui-mobile .invest-inventory-list .groomer-type-btn{flex:0 0 min(120px,46vw);max-width:min(120px,46vw);scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.24rem;min-height:104px;padding:.3rem .25rem;border-radius:8px;box-shadow:0 1px 4px #0000001f}body.ui-mobile .invest-inventory-list .lift-type-icon,body.ui-mobile .invest-inventory-list .groomer-type-icon{width:56px;height:56px}body.ui-mobile .invest-inventory-list .lift-type-label,body.ui-mobile .invest-inventory-list .groomer-type-label{font-size:.64rem;text-align:center;white-space:normal;line-height:1.15}body.ui-mobile .invest-compact-sidebar{position:fixed;right:0;left:auto;top:calc(.8rem + env(safe-area-inset-top,0px));bottom:auto;z-index:240;height:auto;width:calc(var(--mobile-right-panel-width, 56px) + var(--mobile-right-gap, 6px));border:none;background:transparent;box-shadow:none;padding:0;display:block;opacity:1;pointer-events:auto;transform:none;transition:opacity .18s ease,transform .18s ease}body.ui-mobile.mobile-build-open .invest-compact-sidebar{display:block;opacity:1;pointer-events:auto;transform:none}body.ui-mobile .invest-compact-buttons{flex-direction:column;align-items:center;gap:.42rem;padding:0;height:calc(var(--app-vh) - (1.6rem + env(safe-area-inset-top,0px)));width:100%}body.ui-mobile .invest-compact-speed{display:grid;margin-top:auto;margin-bottom:calc(.55rem + env(safe-area-inset-bottom,0px));grid-template-columns:1fr 1fr;gap:.18rem;width:56px}body.ui-mobile .mobile-right-speed-btn{margin:0;min-width:0;padding:.16rem 0;border-radius:14px;border:1px solid rgba(38,35,52,.28);background:#ffffffdb;color:var(--text);font:700 .44rem DM Sans,system-ui,sans-serif;line-height:1}body.ui-mobile .mobile-right-speed-btn[data-speed="0"]{grid-column:1 / -1}body.ui-mobile .mobile-right-sound-btn{grid-column:1 / -1;margin:0;min-width:0;padding:.16rem 0;border-radius:7px;border:1px solid rgba(38,35,52,.28);background:#ffffffdb;color:var(--text);display:inline-flex;align-items:center;justify-content:center;line-height:1}body.ui-mobile .mobile-right-sound-btn .status-bar-icon-btn-svg{width:12px;height:12px}body.ui-mobile .mobile-right-speed-btn.active{background:#ff8a5cf5;border-color:#ff8a5cf5;color:#fff}body.ui-mobile .invest-compact-btn{width:56px;height:56px;border-radius:14px;border:none;background-color:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}body.ui-mobile .invest-compact-btn:hover{border:none;transform:translateY(-1px);filter:drop-shadow(0 4px 8px rgba(0,0,0,.22))}body.ui-mobile .invest-compact-cancel-btn{width:56px;min-width:56px;height:56px;margin:0;padding:0;display:inline-flex;align-items:center;justify-content:center;align-self:center;box-sizing:border-box;gap:0;border-radius:7px;border:1px solid rgba(38,35,52,.28);color:var(--text);background:#ffffffdb;box-shadow:0 4px 10px #0000002e}body.ui-mobile .invest-compact-cancel-btn:hover{transform:translateY(-1px);background:#ff8a5cf5;border-color:#ff8a5cf5;color:#fff;box-shadow:0 8px 16px #0000003d}body.ui-mobile .invest-compact-cancel-icon{font-size:1.08rem;line-height:1}body.ui-mobile .invest-compact-cancel-label{display:none}body.ui-mobile .mobile-operate-compact{position:fixed;left:var(--mobile-left-gap, 6px);right:auto;top:calc(.8rem + env(safe-area-inset-top,0px));z-index:238;width:var(--mobile-left-panel-width, 168px);min-width:0}body.ui-mobile .mobile-operate-card{border-radius:14px;border:none;background:transparent;box-shadow:none;padding:0;display:grid;gap:.28rem;width:100%;box-sizing:border-box}body.ui-mobile .mobile-operate-title{display:none}body.ui-mobile .mobile-operate-card>*{width:100%;box-sizing:border-box}body.ui-mobile .mobile-operate-meta{display:grid;gap:.06rem;width:100%;padding-bottom:.2rem;border-bottom:1px solid rgba(38,35,52,.2)}body.ui-mobile .mobile-operate-meta-line{font:700 .58rem DM Sans,system-ui,sans-serif;color:var(--text);line-height:1.1;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body.ui-mobile .mobile-operate-meta-date{font-size:.74rem;font-weight:800;text-align:center;white-space:normal;overflow:visible;text-overflow:clip;line-height:1.05}body.ui-mobile .mobile-operate-meta-weather{display:grid;grid-template-columns:1fr;justify-items:center;align-items:center;justify-content:center;gap:.1rem}body.ui-mobile .mobile-operate-meta-visitors{display:flex;align-items:baseline;justify-content:space-between;gap:.28rem;font:600 .6rem DM Sans,system-ui,sans-serif;text-align:left}body.ui-mobile .mobile-operate-meta-budget{display:flex;align-items:center;justify-content:space-between;gap:.2rem;margin-top:.22rem;margin-bottom:.22rem;padding-top:.14rem;padding-bottom:.06rem;border-top:1px solid rgba(38,35,52,.14)}body.ui-mobile .mobile-operate-budget-label{opacity:.95;font-size:.66rem;font-weight:800}body.ui-mobile .mobile-operate-budget-value{display:inline-flex;align-items:center;gap:.14rem;font-weight:800;font-size:.66rem}body.ui-mobile .mobile-operate-budget-value .stat-skidollar-icon{width:12px;height:12px;min-width:12px;min-height:12px;object-fit:contain}body.ui-mobile .mobile-operate-meta-profit{text-align:right;font-weight:700;padding-bottom:.08rem}body.ui-mobile .mobile-operate-meta-profit.profit{color:#16a34a}body.ui-mobile .mobile-operate-meta-profit.loss{color:#dc2626}body.ui-mobile .mobile-operate-weather-icon{display:inline-flex;width:18px;height:18px;flex:0 0 18px}body.ui-mobile .mobile-operate-weather-icon svg{width:100%;height:100%;display:block}body.ui-mobile .mobile-operate-weather-text{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}body.ui-mobile .mobile-operate-btn{margin:0;width:100%;padding:.24rem 0;border-radius:8px;border:1px solid rgba(38,35,52,.2);background:#fffc;font:700 .6rem DM Sans,system-ui,sans-serif;color:var(--text);line-height:1}body.ui-mobile .mobile-operate-btn.active{background:#ff8a5cf2;border-color:#ff8a5cf2;color:#fff}body.ui-mobile .mobile-operate-btn.mobile-operate-open{background:linear-gradient(135deg,#4fbf90,#7ed6ae);border-color:#4fbf90f2;color:#10251b}body.ui-mobile .mobile-operate-btn.mobile-operate-closed{background:linear-gradient(135deg,#f26666,#ff9a9a);border-color:#f26666f2;color:#3d1212}body.ui-mobile .mobile-operate-controls{width:100%;display:grid;gap:.2rem;padding:.2rem 0 .22rem;border-bottom:1px solid rgba(38,35,52,.2)}body.ui-mobile .mobile-operate-ticket-label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;font:600 .6rem DM Sans,system-ui,sans-serif;color:var(--text);gap:.2rem;width:100%}body.ui-mobile .mobile-operate-ticket-stepper{width:100%;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:.2rem}body.ui-mobile .mobile-ticket-step-btn{margin:0;width:100%;min-width:0;padding:.2rem 0;border-radius:8px;border:1px solid rgba(38,35,52,.2);background:#ffffffd1;font:700 .6rem DM Sans,system-ui,sans-serif;color:var(--text);line-height:1}body.ui-mobile .mobile-operate-ticket-value{display:inline-flex;align-items:center;gap:.16rem;white-space:nowrap;margin-left:auto}body.ui-mobile .mobile-operate-ticket-value .stat-skidollar-icon{width:11px;height:11px;min-width:11px;min-height:11px;object-fit:contain}body.ui-mobile .mobile-operate-stats{display:grid;gap:.22rem;width:100%;padding-top:.16rem}body.ui-mobile .mobile-operate-stat-row{display:grid;grid-template-columns:1fr auto;align-items:baseline;justify-items:stretch;column-gap:.28rem;row-gap:.08rem;font:600 .6rem DM Sans,system-ui,sans-serif;color:var(--text);text-align:left}body.ui-mobile .mobile-operate-stat-row span:first-child{color:var(--text);opacity:.92;text-align:left;white-space:nowrap}body.ui-mobile .mobile-operate-trend{display:inline-block;margin-left:.12rem;font-weight:700;color:var(--text-muted)}body.ui-mobile .mobile-operate-trend.change-up{color:#16a34a!important}body.ui-mobile .mobile-operate-trend.change-down{color:#dc2626!important}body.ui-mobile .mobile-operate-trend.change-stable{color:#94a3b8!important}body.ui-mobile .mobile-operate-stat-row span:last-child{font-weight:700;text-align:right;color:var(--text-muted);font-size:.6rem;line-height:1.1;white-space:nowrap}body.ui-mobile .mobile-operate-stat-bar{grid-column:1 / -1;width:100%;height:3px;border-radius:999px;overflow:hidden;background:#cbd5e18c}body.ui-mobile .mobile-operate-stat-fill{display:block;height:100%;width:50%;border-radius:999px}body.ui-mobile .mobile-operate-stat-row-reputation span:first-child,body.ui-mobile .mobile-operate-stat-row-reputation span:last-child{font-weight:800;font-size:.66rem}.app-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20000;display:flex;align-items:center;justify-content:center;padding:16px;background:#0000008c}.app-dialog{width:min(420px,calc(100vw - 24px));max-height:calc(100vh - 24px);overflow:auto;padding:14px;border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:0 14px 40px #0006}.app-dialog-title{margin:0 0 8px;font-size:1rem;font-weight:700}.app-dialog-message{margin:0;font-size:.9rem;line-height:1.4}.app-dialog-input{width:100%;box-sizing:border-box;margin-top:10px;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:color-mix(in oklab,var(--surface),white 5%);color:var(--text);font:inherit}.app-dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.app-dialog-btn{border:1px solid var(--border);border-radius:8px;padding:6px 12px;font:inherit;cursor:pointer}.app-dialog-btn--secondary{background:transparent;color:var(--text)}.app-dialog-btn--primary{background:var(--accent);border-color:var(--accent);color:#fff}body.ui-mobile #mobileReputationBar{height:6px}body.ui-mobile .mobile-lift-confirm{position:fixed;z-index:260;display:inline-flex;align-items:center;gap:.3rem;padding:.28rem;border-radius:10px;border:1px solid rgba(38,35,52,.22);background:#fff9f0f5;box-shadow:0 8px 18px #00000047}body.ui-mobile .mobile-lift-confirm-btn{margin:0;padding:.26rem .55rem;font-size:.7rem;border-radius:8px;border:1px solid rgba(38,35,52,.22);background:#ffffffd1;color:var(--text)}body.ui-mobile .mobile-lift-confirm-build{background:#ff8a5cf2;border-color:#ff8a5cf2;color:#fff}body.ui-desktop .desktop-build-confirm{position:fixed;z-index:280;display:inline-flex;align-items:center;gap:.35rem;padding:.32rem;border-radius:10px;border:1px solid rgba(38,35,52,.24);background:#fff9f0fa;box-shadow:0 8px 18px #00000047}body.ui-desktop .desktop-build-confirm-btn{margin:0;padding:.28rem .62rem;font-size:.74rem;border-radius:8px;border:1px solid rgba(38,35,52,.22);background:#ffffffdb;color:var(--text);cursor:pointer}body.ui-desktop .desktop-build-confirm-build{background:#ff8a5cf2;border-color:#ff8a5cf2;color:#fff}
