.game-screen{--game-ui-button-background:#222;--game-ui-button-foreground:#fff9;--game-ui-button-active-background:#333;--game-ui-button-active-border:#646464;background:#151515;width:100%;height:100%;min-height:0;position:relative;overflow:hidden}.game-scene-layer,.game-hud{position:absolute;inset:0}.game-scene-layer{z-index:0;padding-top:72px;padding-bottom:72px}.scene-debug-overlay{z-index:4;pointer-events:none;position:absolute;inset:0}.scene-screen-ui{z-index:3;pointer-events:none;position:absolute;inset:0;overflow:hidden}.scene-screen-ui [data-screen-anchor-character],.scene-screen-ui [data-screen-combat-anchor],.scene-screen-ui [data-screen-combat-question]{visibility:hidden}.scene-screen-anchor{transform:translate3d(var(--scene-anchor-x,0), var(--scene-anchor-y,0), 0) translate(-50%, -50%) scale(var(--scene-anchor-scale,1));transform-origin:50%;will-change:transform;position:absolute;top:0;left:0}.scene-screen-particle-anchor{z-index:2;width:0;height:0}.scene-screen-particle-slot{transform:translateX(calc(-50% + var(--scene-particle-offset-x,0px))) translateY(calc(-24px - var(--scene-particle-offset-y,0px)));position:absolute;top:0;left:0}.scene-screen-particle{width:max-content;color:var(--scene-particle-color,#fff);text-shadow:-1px -1px 0 #000000f2, 1px -1px 0 #000000f2, -1px 1px 0 #000000f2, 1px 1px 0 #000000f2, 0 0 7px var(--scene-particle-glow,#000000b3);white-space:nowrap;align-items:center;gap:4px;padding:2px;font:400 14px/1.1 Average Sans,sans-serif;animation:2s linear both scene-screen-particle-rise;display:flex}.scene-screen-particle img{object-fit:contain;image-rendering:auto;filter:drop-shadow(-1px 0 #000000eb)drop-shadow(1px 0 #000000eb)drop-shadow(0 2px 3px #000000d9);width:17px;height:17px}@keyframes scene-screen-particle-rise{0%{opacity:0;transform:translateY(5px)scale(.94)}10%{opacity:1;transform:translateY(0)scale(1)}78%{opacity:1;transform:translateY(-72px)scale(1)}to{opacity:0;transform:translateY(-98px)scale(.98)}}.scene-screen-chat-anchor{z-index:1;transform:translate3d(var(--scene-anchor-x,0), var(--scene-anchor-y,0), 0) translate(-50%, calc(-100% - 16px)) scale(var(--scene-anchor-scale,1));transform-origin:bottom}.scene-screen-chat-message{color:#fff;overflow-wrap:anywhere;text-align:center;text-shadow:-1px -1px #000000f2,1px -1px #000000f2,-1px 1px #000000f2,1px 1px #000000f2,0 2px 5px #000000e6;background:#090909d1;border:1px solid #ffffff47;border-radius:10px;max-width:min(300px,42vw);padding:8px 12px;font:600 16px/1.3 Lora,serif;position:relative;box-shadow:0 5px 18px #000000c2}.scene-screen-chat-message:after{content:"";background:#090909d1;border-bottom:1px solid #ffffff47;border-right:1px solid #ffffff47;width:9px;height:9px;position:absolute;top:100%;left:50%;transform:translate(-50%,-5px)rotate(45deg)}.scene-screen-health-anchor{z-index:3;width:132px;transform:translate3d(var(--scene-anchor-x,0), var(--scene-anchor-y,0), 0) translate(-50%, calc(-100% - 8px)) scale(var(--scene-anchor-scale,1));transform-origin:bottom}.scene-screen-health-label{color:#fff;text-shadow:0 1px 3px #000,1px 0 1px #000,-1px 0 1px #000;justify-content:space-between;gap:6px;margin-bottom:3px;font:700 10px/12px Average Sans,sans-serif;display:flex}.scene-screen-health-label span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.scene-screen-health-label b{flex:none}.scene-screen-health-track{background:#4b0808d1;border:2px solid #000000e0;height:10px;overflow:hidden;box-shadow:0 2px 5px #000000b8}.scene-screen-health-track span{height:100%;transition:width .42s cubic-bezier(.22,.72,.28,1),background-color .42s;display:block}.dungeon-world-question{z-index:5;pointer-events:auto;width:min(680px,100% - 32px);transform:translate3d(var(--dungeon-question-x,50%), var(--dungeon-question-y,220px), 0) translate(-50%, -100%);will-change:transform;background:#151515f7;border:1px solid #3d3d3d;gap:10px;padding:14px;display:grid;position:absolute;top:0;left:0;box-shadow:0 10px 34px #0000009e}.dungeon-world-question-meta{color:#ffffffa3;letter-spacing:.06em;text-transform:uppercase;justify-content:space-between;font:700 11px/15px Average Sans,sans-serif;display:flex}.dungeon-world-question-meta strong{color:#ffd037}.dungeon-world-question-timer{background:#333;height:4px;overflow:hidden}.dungeon-world-question-timer span{background:#ffd037;height:100%;transition:width .1s linear;display:block}.dungeon-world-question:not(.dungeon-world-intro)>p{color:#fff;text-align:center;margin:0;font:800 22px/28px Average Sans,sans-serif}.dungeon-world-question-answers{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.dungeon-world-question-answers button{color:#fff;cursor:pointer;text-align:left;background:#222;border:1px solid #646464;align-items:center;gap:7px;min-width:0;min-height:44px;padding:9px 12px;font:600 15px/20px Average Sans,sans-serif;display:flex}.dungeon-world-question-answers button:hover:not(:disabled){background:#333}.dungeon-world-question-answers button:disabled{cursor:wait;opacity:.55}.dungeon-world-question-answers b{color:#ffd037;flex:0 0 20px;place-items:center;width:20px;height:24px;font-size:13px;display:grid}.dungeon-world-question-answers span{overflow-wrap:anywhere;min-width:0}.dungeon-world-intro{width:min(390px,100% - 24px);padding:12px}.dungeon-world-speaker{border-bottom:1px solid #333;align-items:center;gap:10px;min-width:0;padding-bottom:9px;display:flex}.dungeon-world-speaker-portrait{width:42px;height:42px}.dungeon-world-speaker>strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font:600 16px/21px Lora,serif;overflow:hidden}.dungeon-world-intro>p{text-align:left;padding:2px 0;font:500 16px/22px Lora,serif}.dungeon-world-intro>button{justify-self:end;min-width:96px}.dungeon-world-intro>button:disabled{cursor:wait;opacity:.62}.dungeon-entry-scrim{z-index:8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:auto;background:#0000008c;place-items:center;padding:20px;display:grid;position:absolute;inset:0}.dungeon-entry-dialog{color:#fff;background:#151515;border:1px solid #3d3d3d;border-radius:6px;width:min(400px,100%);animation:.18s ease-out utility-dock-enter;overflow:hidden;box-shadow:0 18px 54px #000000b3}.dungeon-entry-dialog header{background:#222;border-bottom:1px solid #393939;align-items:center;gap:9px;padding:13px 16px;display:flex}.dungeon-entry-dialog header>img{object-fit:contain;flex:0 0 28px;width:28px;height:28px}.dungeon-entry-dialog h2{color:#fff;margin:0;font:600 18px/23px Lora,serif}.dungeon-entry-dialog>p{color:#ffffffc7;margin:0;padding:15px 16px 10px;font:400 14px/20px Average Sans,sans-serif}.dungeon-entry-skill-select{gap:8px;padding:4px 16px 14px;display:grid}.dungeon-entry-skill-select>span{color:#ffffffe6;align-items:center;gap:9px;font:600 13px/18px Average Sans,sans-serif;display:flex}.dungeon-entry-skill-select img{object-fit:contain;width:22px;height:22px}.dungeon-entry-skill-select select{color:#fff;background:#222;border:1px solid #4a4a4a;border-radius:3px;width:100%;min-height:40px;padding:8px 34px 8px 10px;font:600 14px/20px Average Sans,sans-serif}.dungeon-entry-skill-select select:focus-visible{outline-offset:1px;border-color:#ffd037;outline:1px solid #ffd037}.dungeon-entry-skill-select select:disabled{opacity:.58}.dungeon-entry-requirements{margin:0;padding:0 16px 14px;list-style:none;display:grid}.dungeon-entry-requirements li{border-bottom:1px solid #303030;grid-template-columns:26px minmax(0,1fr) 18px;align-items:center;gap:9px;min-height:40px;font:600 13px/18px Average Sans,sans-serif;display:grid}.dungeon-entry-requirements li:first-child{border-top:1px solid #303030}.dungeon-entry-requirements li>img{object-fit:contain;width:22px;height:22px}.dungeon-entry-requirement-state{color:#ffffff7a;text-align:center;font-size:14px}.dungeon-entry-requirements .is-met{color:#ffffffe6}.dungeon-entry-requirements .is-met .dungeon-entry-requirement-state{color:#ffd037}.dungeon-entry-requirements .is-unmet{color:#ff9f93;opacity:.78}.dungeon-entry-requirements .is-unmet .dungeon-entry-requirement-state{color:#ff9f93}.dungeon-entry-dialog footer{border-top:1px solid #393939;justify-content:flex-end;gap:8px;padding:12px 16px 16px;display:flex}.dungeon-entry-dialog footer button:focus-visible{outline-offset:2px;outline:2px solid #ffd037}.dungeon-entry-dialog footer button:disabled{cursor:wait;opacity:.58}.dungeon-defeat-scrim{z-index:75;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:auto;background:#000000c2;place-items:center;padding:20px;display:grid;position:absolute;inset:0}.world-death-input-lock{z-index:74;pointer-events:auto;background:0 0;position:absolute;inset:0}.dungeon-defeat-dialog{width:min(400px,100%)}.dungeon-defeat-loss{justify-content:center;align-items:center;gap:10px;min-height:88px;padding:18px 16px;display:flex}.dungeon-defeat-loss>img{object-fit:contain;width:28px;height:28px}.dungeon-defeat-loss>p{color:#ffffffdb;margin:0;font:600 15px/20px Average Sans,sans-serif}.dungeon-defeat-loss>div{gap:5px;display:grid}.dungeon-defeat-loss>div>p{color:#ffffffe6;margin:0;font:600 15px/20px Average Sans,sans-serif}.dungeon-defeat-loss>div>small{color:#ffffff9e;font:500 12px/17px Average Sans,sans-serif}.dungeon-defeat-dialog footer button{min-width:118px}@media (max-width:560px){.dungeon-world-question{gap:8px;width:min(680px,100% - 16px);padding:10px}.dungeon-world-question:not(.dungeon-world-intro)>p{font-size:18px;line-height:23px}.dungeon-world-question-answers{grid-template-columns:1fr}.dungeon-world-question-answers button{min-height:40px;padding:7px 9px;font-size:14px;line-height:18px}.dungeon-entry-scrim,.dungeon-defeat-scrim{padding:14px}.dungeon-entry-dialog h2{font-size:17px;line-height:22px}.dungeon-entry-dialog footer button{flex:1;min-width:0}}.game-level-up-stack{z-index:59;pointer-events:none;flex-direction:column;align-items:center;display:flex;position:absolute;top:calc(100% + 8px);left:0;right:0}.game-level-up-toast{filter:drop-shadow(0 5px 3px #000000f2)drop-shadow(0 12px 12px #000000d1);background:0 0;border:0;grid-template-columns:minmax(0,1fr) 42px minmax(0,1fr);align-items:center;gap:13px;width:min(500px,100vw - 32px);padding:15px 26px;animation:10s both game-level-up-toast;display:grid;position:relative}.game-level-up-toast:before{z-index:-1;content:"";opacity:.72;background:url(/assets/ui/level-up-glow.png) 50%/100% 100% no-repeat;position:absolute;inset:-15px -45px}.game-level-up-toast>strong{color:#ffd037;text-overflow:ellipsis;text-shadow:0 2px 1px #000,0 4px 6px #000,0 0 12px #000000e0;white-space:nowrap;min-width:0;font:600 18px/1.2 Lora,serif;overflow:hidden}.game-level-up-skill{text-align:right}.game-level-up-level{text-align:left}.game-level-up-icon{place-items:center;width:42px;height:42px;display:grid;position:relative}.game-level-up-icon img{z-index:1;object-fit:contain;filter:drop-shadow(0 3px 2px #000000f2)drop-shadow(0 0 7px #ffd037b8);width:38px;height:34px}.game-level-up-icon i{z-index:2;clip-path:polygon(50% 0,60% 40%,100% 50%,60% 60%,50% 100%,40% 60%,0 50%,40% 40%);opacity:0;background:#ffd037;width:13px;height:13px;animation:1.25s ease-out both game-level-up-sparkle;position:absolute}.game-level-up-icon i.is-left{animation-delay:.18s;top:7px;left:-5px}.game-level-up-icon i.is-center{width:17px;height:17px;animation-delay:.34s;top:-10px;left:13px}.game-level-up-icon i.is-right{animation-delay:.5s;top:7px;right:-5px}@keyframes game-level-up-toast{0%{opacity:0;transform:scale(.88)}4%,94%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:scale(.98)}}@keyframes game-level-up-sparkle{0%{opacity:0;transform:translateY(4px)rotate(-12deg)scale(.5)}30%,55%{opacity:1;transform:translateY(-4px)rotate(8deg)scale(1)}to{opacity:0;transform:translateY(1px)rotate(14deg)scale(.55)}}.scene-debug-readout-stack{flex-direction:column;align-items:flex-start;gap:4px;max-width:calc(100% - 16px);display:flex;position:absolute;top:8px;left:8px}.scene-debug-label{color:#fff;white-space:nowrap;text-overflow:ellipsis;background:#0000009e;border-radius:4px;max-width:100%;padding:3px 7px;font:11px/13px ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;overflow:hidden}.scene-debug-camera{cursor:pointer;pointer-events:auto;text-align:left;border:0}.scene-debug-camera:hover:not(:disabled){background:#266852e0}.scene-debug-camera:disabled{cursor:default;opacity:.72}.atmosphere-debug-toggle,.atmosphere-debug-panel{z-index:8;color:#f4f7fb;pointer-events:auto;font:12px/1.35 ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:absolute;top:8px;right:8px}.atmosphere-debug-toggle{cursor:pointer;background:#0e141ce6;border:1px solid #ffffff38;border-radius:7px;padding:7px 10px;box-shadow:0 8px 22px #0000004d}.atmosphere-debug-panel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0e141cf0;border:1px solid #ffffff2e;border-radius:9px;width:min(340px,100% - 16px);max-height:calc(100% - 16px);overflow:auto;box-shadow:0 12px 32px #0000006b}.atmosphere-debug-panel>header{z-index:1;background:#0e141cf7;border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;padding:10px 12px;display:flex;position:sticky;top:0}.atmosphere-debug-panel>header div{gap:1px;display:grid}.atmosphere-debug-panel>header strong{font-size:13px}.atmosphere-debug-panel>header small{color:#94a3b8;font-size:10px}.atmosphere-debug-panel button,.atmosphere-debug-panel select,.atmosphere-debug-panel input{font:inherit}.atmosphere-debug-panel button,.atmosphere-debug-panel select{color:#f4f7fb;background:#253142;border:1px solid #ffffff2e;border-radius:5px}.atmosphere-debug-panel button{cursor:pointer;min-height:27px;padding:3px 8px}.atmosphere-debug-panel section{border-bottom:1px solid #ffffff1a;gap:8px;padding:10px 12px 12px;display:grid}.atmosphere-debug-panel h3{color:#b9d8ff;letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;margin:0 0 2px;font-size:11px;display:flex}.atmosphere-debug-switch{color:#dbe7f5;letter-spacing:0;text-transform:none;align-items:center;gap:5px;font-size:10px;font-weight:500;display:inline-flex}.atmosphere-debug-switch input{margin:0}.atmosphere-debug-control{color:#cbd5e1;grid-template-columns:105px minmax(0,1fr);align-items:center;gap:8px;display:grid}.atmosphere-debug-control select,.atmosphere-debug-text input[type=text]{width:100%;min-width:0;height:28px;padding:3px 6px}.atmosphere-debug-number-inputs{grid-template-columns:minmax(72px,1fr) 64px;align-items:center;gap:7px;display:grid}.atmosphere-debug-number input[type=range]{accent-color:#68aefc;width:100%;min-width:0}.atmosphere-debug-number input[type=number],.atmosphere-debug-text input[type=text]{box-sizing:border-box;color:#fff;background:#ffffff12;border:1px solid #ffffff29;border-radius:4px}.atmosphere-debug-number input[type=number]{width:64px;height:27px;padding:2px 4px}.atmosphere-debug-number input:disabled{opacity:.38}.atmosphere-debug-color>span:last-child{justify-content:flex-end;align-items:center;gap:8px;display:flex}.atmosphere-debug-color code{color:#aebed0;font-size:11px}.atmosphere-debug-color input[type=color]{background:0 0;border:1px solid #fff3;border-radius:4px;width:40px;height:27px;padding:1px 2px}.atmosphere-debug-text{align-items:start}.atmosphere-debug-text>span:last-child{gap:5px;display:grid}.atmosphere-debug-panel>footer{justify-content:flex-end;gap:7px;padding:10px 12px;display:flex}.game-hud{z-index:5;pointer-events:none;flex-direction:column;display:flex}.active-buff-hud{z-index:59;width:max-content;max-width:calc(100% - max(16px, env(safe-area-inset-left)) - env(safe-area-inset-right));margin:8px 0 0 max(8px, env(safe-area-inset-left));pointer-events:none;flex-wrap:wrap;flex:none;align-self:flex-start;gap:6px;display:flex;position:relative}.active-buff{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);pointer-events:auto;background:linear-gradient(105deg,#26170cf0,#151515db);border:1px solid #ffaa376b;border-radius:5px;outline:none;place-items:center;width:38px;height:38px;padding:3px;display:grid;position:relative;box-shadow:0 4px 18px #00000057,inset 0 0 18px #ff711a12}.active-buff:focus-visible{border-color:#ffd037}.active-buff-icon{filter:drop-shadow(0 0 5px #ff6d1ea6);background:#ff7d1c21;border-radius:50%;place-items:center;width:30px;height:30px;font-size:19px;display:grid}.active-buff-icon-image{object-fit:contain;width:30px;height:30px;image-rendering:pixelated}.active-buff-tooltip{visibility:hidden;opacity:0;pointer-events:none;background:#151515f7;border:1px solid #646464;flex-direction:column;gap:5px;width:252px;min-width:0;max-width:calc(100vw - 64px);padding:12px 13px;transition:opacity .12s,transform .12s,visibility .12s;display:flex;position:absolute;top:50%;left:calc(100% + 8px);transform:translate(4px,-50%);box-shadow:0 8px 28px #000000ad}.active-buff:hover .active-buff-tooltip,.active-buff:focus-visible .active-buff-tooltip{visibility:visible;opacity:1;transform:translateY(-50%)}.active-buff-tooltip strong{color:#fff;font:600 16px/20px Lora,serif}.active-buff-effect{color:#ffd37a;letter-spacing:.07em;text-transform:uppercase;font:400 12px/16px Aubrey,serif}.active-buff-time{color:#ffffffad;font-variant-numeric:tabular-nums;letter-spacing:.04em;text-transform:uppercase;border-top:1px solid #ffffff1a;margin-top:4px;padding-top:8px;font:500 12px/16px Average Sans,sans-serif}.active-buff-tooltip small{color:#ffffffad;margin:4px 0 5px;font:italic 400 13px/18px Lora,serif}.desktop-game-sidebar,.desktop-sidebar-toggle,.desktop-chat-toggle{display:none}.game-header,.game-footer{pointer-events:auto}.game-header{min-height:72px;padding:max(4px, env(safe-area-inset-top)) max(4px, env(safe-area-inset-right)) 4px max(4px, env(safe-area-inset-left));background:#151515;border-bottom:4px solid #090909;align-items:stretch;gap:4px;display:flex}.player-summary{background:var(--game-ui-button-background);cursor:pointer;text-align:left;border:1px solid #0000;flex:1;align-items:center;min-width:0;padding:6px;display:flex}.player-summary:hover,.player-summary.is-active{border-color:var(--game-ui-button-active-border);background:var(--game-ui-button-active-background)}.header-avatar{background:#383838;border:1px solid #fff3;border-radius:50%;flex:0 0 48px;place-items:center;width:48px;height:48px;font-size:28px;display:grid;overflow:hidden}.header-avatar img{object-fit:cover;width:100%;height:100%}.player-summary-copy{flex-direction:column;gap:4px;min-width:0;padding:0 8px 0 10px;display:flex}.player-summary-copy>strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font:600 18px/1.15 Lora,serif;overflow:hidden}.player-summary-copy small{color:#ffffff9e;align-items:center;gap:6px;font-size:12px;display:flex}.player-summary-copy i{background:#ffffff59;border-radius:50%;width:3px;height:3px}.coin{color:#fff;align-items:center;gap:3px;display:inline-flex}.coin img{width:10px;height:10px}.coin--gold{color:#ffd037}.coin--silver{color:#cdcdcd}.coin--copper{color:#c07840}.header-actions{gap:4px;display:flex}.header-actions button,.game-footer>button{background:var(--game-ui-button-background);width:64px;min-height:60px;color:var(--game-ui-button-foreground);cursor:pointer;border:1px solid #0000;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:10px;display:flex}.header-actions button:hover,.header-actions button.is-active,.game-footer>button:hover{border-color:var(--game-ui-button-active-border);background:var(--game-ui-button-active-background);color:#fff}.header-actions img,.game-footer img{object-fit:contain;width:30px;height:28px}.header-actions .run-energy-button{position:relative}.run-energy-button:disabled{cursor:not-allowed;opacity:.72}.player-summary-health{white-space:nowrap;align-items:center;gap:3px;display:inline-flex}.player-summary-health img{object-fit:contain;width:14px;height:14px}.run-energy-icon{background:linear-gradient(to top, #ffd037 0 var(--run-energy), #ffffff38 var(--run-energy) 100%);filter:drop-shadow(0 1px 1px #000000bf);width:30px;height:28px;transition:background .1s linear,filter .15s;-webkit-mask:url(/assets/ui/run.svg) 50%/contain no-repeat;mask:url(/assets/ui/run.svg) 50%/contain no-repeat}.run-energy-button.is-active .run-energy-icon{filter:drop-shadow(0 0 3px #ffd037b3)drop-shadow(0 1px 1px #000000bf)}.run-energy-button.is-running .run-energy-icon{animation:.7s ease-in-out infinite alternate run-energy-pulse}@keyframes run-energy-pulse{0%{transform:scale(.96)}to{transform:scale(1.04)}}.game-training-status{position:relative}.training-bars{pointer-events:auto;gap:4px;width:100%;margin:0;display:grid}.training-bar{color:#ffd037;background:#151515eb;border:1px solid #ffd037;align-items:center;height:33px;padding:4px 8px;font-size:16px;display:flex;position:relative;overflow:hidden}.training-bar i{background:#ffd037;max-width:calc(100% - 8px);transition:width .3s linear;position:absolute;inset:4px auto 4px 4px;box-shadow:0 2px 10px #ffd0379e}.training-bar span,.training-bar b{z-index:1;mix-blend-mode:difference;position:relative}.training-bar span{text-align:center;flex:1}.training-bar b{text-align:right;width:30px}.training-bar .training-bar__current-level{text-align:left}.training-bar--goal{color:#fff;border-color:#ffffff73}.training-bar--goal i{background:#fff;box-shadow:0 2px 10px #ffffff80}.training-bar--goal.is-rest{color:#6cb4ff;border-color:#6cb4ff}.training-bar--goal.is-rest i{background:#6cb4ff;box-shadow:0 2px 10px #6cb4ff80}.training-rate-info{pointer-events:auto;grid-template-columns:1fr auto 1fr;justify-content:space-between;align-items:center;width:100%;margin-top:5px;padding:0 10px;display:grid}.training-rate-button--xp{justify-self:start}.training-rate-button--coin{justify-self:end}.training-rate-button{cursor:pointer;background:0 0;border:0;border-radius:6px;padding:6px 8px;font:400 12px/1 Average Sans,sans-serif}.training-rate-button:active{opacity:.7}.training-rate-button--xp{color:#ffd037e6;padding-left:0}.training-rate-button--coin{padding-right:0}.training-rate-cluster{opacity:.9;align-items:center;gap:2px;font:400 12px/1 Average Sans,sans-serif;display:inline-flex}.training-rate-cluster img{object-fit:contain;width:8px;height:8px;transform:translateY(.5px)}.training-rate-cluster--resource{opacity:.9;justify-self:center;gap:5px;font-size:12px}.training-rate-cluster--resource img{width:13px;height:13px}.training-rate-multiplier{color:#6cb4ff;margin-left:2px}.game-spacer{flex:1}.game-footer{min-height:72px;padding:4px max(4px, env(safe-area-inset-right)) max(4px, env(safe-area-inset-bottom)) max(4px, env(safe-area-inset-left));background:#151515;border-top:4px solid #090909;align-items:stretch;gap:4px;display:flex}.game-footer>button{flex:1;width:auto}.game-footer .train-button{color:#ffd037;flex:1;min-width:180px}.game-footer .train-button:hover{color:#ffd037}.game-chat{z-index:2;pointer-events:auto;background:#00000047;flex:none;width:100%;font-family:Pixelify Sans,monospace;position:relative;overflow:hidden}.game-chat--messages{max-height:114px;padding:8px 12px}.game-chat--compact{height:28px;padding:6px 12px}.game-chat-log{cursor:text;scrollbar-color:#ffffff52 transparent;scrollbar-width:thin;flex-direction:column;gap:4px;width:100%;max-height:98px;padding-right:8px;display:flex;overflow:hidden auto}.game-chat.is-open .game-chat-log{max-height:70px}.game-chat-row{align-items:flex-start;gap:6px;font-size:11px;line-height:14px;display:flex}.game-chat-row time{color:#ffffff73;flex:none}.game-chat-row strong,.game-chat-compose strong{color:#6eb5ff;text-overflow:ellipsis;white-space:nowrap;flex:0 auto;max-width:32%;font-weight:400;overflow:hidden}.game-chat-row span{color:#ffffffeb;overflow-wrap:anywhere;flex:1;min-width:0}.game-chat-row.is-system span{color:#f3e5bd;font-style:italic}.game-chat-row.is-whisper strong,.game-chat-row.is-whisper span,.game-chat-compose.is-whisper strong,.game-chat-compose.is-whisper input{color:#ff83ca}.game-chat-compose{align-items:center;gap:6px;height:28px;margin:0;display:flex}.game-chat--compact .game-chat-compose{height:16px}.game-chat-compose input{color:#ffffffeb;caret-color:#fff;background:0 0;border:0;border-radius:0;outline:0;flex:1;min-width:0;min-height:16px;padding:0;font:400 11px/16px Pixelify Sans,monospace}.game-chat-compose input::placeholder{color:#ffffff73;opacity:1}.game-chat-compose.is-whisper input::placeholder{color:#ff83ca9e}.game-chat-open{color:#ffffff73;cursor:text;text-align:left;background:0 0;border:0;width:100%;height:16px;padding:0;font:400 11px/16px Pixelify Sans,monospace}.game-chat-open-desktop,.game-chat-tabs{display:none}.game-chat-channel-panel{display:contents}.game-chat-empty{margin:0}.game-chat-debug-view{display:none}.game-chat-stack{display:contents}.game-utility-dock{pointer-events:auto;background:#151515;flex-direction:column;flex:0 auto;width:100%;max-height:min(520px,56dvh);animation:.18s ease-out utility-dock-enter;display:flex;overflow:hidden}.npc-walk-status{color:#ffffffb8;text-align:center;pointer-events:auto;background:#151515f0;border:1px solid #3d3d3d;width:min(680px,100% - 24px);margin:0 auto;padding:8px 12px;font:400 13px/18px Average Sans,sans-serif}.npc-interaction-error{z-index:96;top:calc(72px + max(14px, env(safe-area-inset-top)));color:#ff4b43;cursor:pointer;text-align:center;text-shadow:-1px -1px #000000fa,1px -1px #000000fa,-1px 1px #000000fa,1px 1px #000000fa,0 3px 5px #000000f2,0 0 10px #000000d1;pointer-events:auto;background:0 0;border:0;width:min(760px,100% - 32px);padding:7px 12px;font:700 17px/1.3 Lora,serif;position:absolute;left:50%;transform:translate(-50%)}.entity-context-dismiss-layer{z-index:89;background:0 0;border:0;margin:0;padding:0;position:fixed;inset:0}.entity-context-menu{z-index:90;pointer-events:auto;background:#151515;border:1px solid #646464;flex-direction:column;width:174px;display:flex;position:fixed;overflow:hidden;box-shadow:0 14px 38px #00000094}.entity-context-heading{border-bottom:1px solid #333;flex-direction:column;align-items:stretch;padding:9px 11px;display:flex}.entity-context-heading small{color:#ffffff94;font:400 10px/14px Average Sans,sans-serif}.entity-context-heading .entity-context-disposition{font-weight:700}.entity-context-heading .entity-context-disposition.is-hostile{color:#ff665c}.entity-context-heading .entity-context-disposition.is-aggressive{color:#ffd037}.entity-context-heading strong{color:#f3e5bd;text-overflow:ellipsis;white-space:nowrap;min-width:0;font:600 13px/18px Lora,serif;overflow:hidden}.entity-context-menu button{color:#ffffffc7;cursor:pointer;text-align:left;background:#222;border:0;border-bottom:1px solid #282828;min-height:35px;padding:7px 11px;font:400 13px/18px Average Sans,sans-serif}.entity-context-menu button:hover:not(:disabled){color:#ffd037;background:#333}.entity-context-menu button.is-admin{color:#79d5ff}.entity-context-menu button.is-admin:hover:not(:disabled){color:#b8ebff;background:#25343d}.entity-context-menu button:disabled{color:#ffffff3d;opacity:.65}.entity-context-menu button.is-cancel{color:#ffffff9e;border-top:1px solid #444}.prop-rotation-dropdown{z-index:90;pointer-events:auto;background:#17191b;border:1px solid #59636a;width:220px;position:fixed;overflow:hidden;box-shadow:0 14px 38px #00000094}.prop-rotation-dropdown>header{background:#202529;border-bottom:1px solid #343a3e;align-items:center;gap:7px;padding:8px 10px;display:flex}.model-transform-editor{width:240px}.enter-destination-editor{width:260px}.enter-coordinate-grid{border-bottom:1px solid #343a3e;grid-template-columns:1fr 1fr;display:grid}.enter-coordinate-grid>label{border-right:1px solid #343a3e;min-width:0;display:grid}.enter-coordinate-grid>label:last-child{border-right:0}.enter-coordinate-grid span{color:#ffffff9e;letter-spacing:.08em;text-transform:uppercase;padding:5px 9px 4px;font:700 9px/12px Average Sans,sans-serif}.enter-coordinate-grid input{appearance:textfield;color:#fff;text-align:center;background:#0f1112;border:0;border-top:1px solid #343a3e;width:100%;min-width:0;height:40px;padding:4px 7px;font:600 15px/22px Average Sans,sans-serif}.enter-coordinate-grid input:focus{outline-offset:-1px;outline:1px solid #79d5ff}.enter-coordinate-grid input[aria-invalid=true]{outline-offset:-1px;outline:1px solid #c66b61}.enter-coordinate-grid input::-webkit-inner-spin-button{appearance:none;margin:0}.enter-coordinate-grid input::-webkit-outer-spin-button{appearance:none;margin:0}.model-transform-editor>header{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.model-transform-editor>header:active{cursor:grabbing}.model-transform-editor>header>i{color:#ffffff6b;margin-left:auto;font:700 14px/16px Average Sans,sans-serif}.model-transform-label{color:#ffffff9e;letter-spacing:.08em;text-transform:uppercase;background:#17191b;border-bottom:1px solid #343a3e;padding:5px 9px 4px;font:700 9px/12px Average Sans,sans-serif;display:block}.prop-rotation-dropdown>header span{color:#79d5ff;letter-spacing:.08em;text-transform:uppercase;flex:none;font:700 9px/12px Average Sans,sans-serif}.prop-rotation-dropdown>header strong{color:#f3e5bd;text-overflow:ellipsis;white-space:nowrap;min-width:0;font:600 12px/16px Lora,serif;overflow:hidden}.prop-rotation-controls{border-bottom:1px solid #343a3e;grid-template-columns:38px minmax(0,1fr) 38px;display:grid}.prop-rotation-controls>button{color:#b8ebff;cursor:pointer;background:#293239;border:0;border-right:1px solid #40484d;min-height:40px;font:600 20px/40px Average Sans,sans-serif}.prop-rotation-controls>button:last-child{border-left:1px solid #40484d;border-right:0}.prop-rotation-controls>button:hover:not(:disabled){background:#33434d;border-color:#79d5ff}.prop-rotation-controls label{display:grid;position:relative}.prop-rotation-controls input{appearance:textfield;color:#fff;text-align:center;background:#0f1112;border:0;width:100%;min-width:0;height:40px;padding:4px 22px 4px 7px;font:600 15px/22px Average Sans,sans-serif}.prop-rotation-controls input:focus{outline-offset:-1px;outline:1px solid #79d5ff}.prop-rotation-controls input[aria-invalid=true]{outline-offset:-1px;outline:1px solid #c66b61}.prop-rotation-controls input::-webkit-inner-spin-button{appearance:none;margin:0}.prop-rotation-controls input::-webkit-outer-spin-button{appearance:none;margin:0}.prop-rotation-controls i{color:#ffffff8c;font:600 13px/18px Average Sans,sans-serif;position:absolute;bottom:10px;right:8px}.prop-rotation-error{background:#2b1c1a;border-bottom:1px solid #75423c;font:400 10px/14px Average Sans,sans-serif;color:#ff9f93!important;margin:0!important;padding:6px 9px!important}.prop-rotation-dropdown>footer{grid-template-columns:1fr 1fr;display:grid}.prop-rotation-dropdown>footer button{cursor:pointer;border:0;border-right:1px solid #343a3e;min-height:34px;padding:6px 9px;font:600 11px/16px Average Sans,sans-serif}.prop-rotation-dropdown>footer button:last-child{border-right:0}.prop-rotation-cancel{color:#ffffff9e;background:#222}.prop-rotation-save{color:#fff;background:#2d7198}.prop-rotation-cancel:hover:not(:disabled){color:#fff;background:#303030}.prop-rotation-save:hover:not(:disabled){background:#3888b6}.prop-rotation-dropdown button:disabled{cursor:default;opacity:.48}.tree-model-picker-scrim{z-index:92;pointer-events:auto;background:#0000008f;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.tree-model-picker{background:#151515;border:1px solid #686868;flex-direction:column;width:min(780px,100%);max-height:min(680px,100dvh - 36px);display:flex;position:relative;overflow:hidden;box-shadow:0 24px 70px #000000b8}.tree-model-picker>header{background:linear-gradient(#303030,#222);border-bottom:1px solid #3a3a3a;justify-content:space-between;align-items:center;gap:16px;min-height:72px;padding:12px 14px 11px 18px;display:flex}.tree-model-picker>header span{color:#d0a94b;letter-spacing:.13em;text-transform:uppercase;margin-bottom:2px;font:600 10px/13px Average Sans,sans-serif;display:block}.tree-model-picker>header h2{color:#fff;margin:0;font:600 20px/26px Lora,serif}.tree-model-picker-help{color:#fff9;border-bottom:1px solid #2c2c2c;margin:0;padding:11px 18px;font:400 12px/17px Average Sans,sans-serif}.tree-model-picker-error{color:#ff9f93;background:#2b1c1a;border-bottom:1px solid #75423c;margin:0;padding:8px 18px;font:400 12px/17px Average Sans,sans-serif}.tree-model-toolbar{background:#1b1b1b;border-bottom:1px solid #303030;justify-content:space-between;align-items:end;gap:14px;padding:11px 12px;display:flex}.tree-model-tabs{align-items:center;gap:4px;display:flex}.tree-model-tabs>button{color:#ffffffa8;cursor:pointer;background:#262626;border:1px solid #424242;align-items:center;gap:7px;min-height:36px;padding:7px 11px;font:600 12px/16px Average Sans,sans-serif;display:flex}.tree-model-tabs>button:hover,.tree-model-tabs>button.is-active{color:#fff4d2;background:#373226;border-color:#d0a94b}.tree-model-tabs>button>span{color:#d8b966;background:#00000057;border-radius:9px;place-items:center;min-width:20px;height:18px;padding:0 5px;font:600 10px/18px Average Sans,sans-serif;display:inline-grid}.tree-model-search{gap:3px;width:min(230px,42%);display:grid}.tree-model-search>span{color:#ffffff7a;letter-spacing:.08em;text-transform:uppercase;font:600 9px/12px Average Sans,sans-serif}.tree-model-search>input{color:#fff;background:#101010;border:1px solid #484848;border-radius:0;outline:none;width:100%;height:36px;padding:7px 10px;font:400 12px/18px Average Sans,sans-serif}.tree-model-search>input:focus{border-color:#d0a94b}.tree-model-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;min-height:0;padding:12px;display:grid;overflow:auto}.tree-model-grid>button{color:#ffffffb8;cursor:pointer;text-align:left;background:#242424;border:1px solid #414141;grid-template-rows:128px auto;min-width:0;min-height:196px;padding:0;display:grid;overflow:hidden}.tree-model-grid>button:hover:not(:disabled){color:#fff;background:#30302a;border-color:#d0a94b}.tree-model-grid>button.is-selected{background:#393221;border-color:#ffd037;box-shadow:inset 0 0 0 1px #ffd03738}.tree-model-preview{background:radial-gradient(circle at 50% 44%,#bc9b4a21,#0000 54%),linear-gradient(145deg,#252a25,#171917);border-bottom:1px solid #393939;place-items:center;min-width:0;display:grid;overflow:hidden}.tree-model-preview>img{object-fit:cover;width:100%;height:100%;display:block}.tree-model-preview>div{color:#ffffff57;letter-spacing:.06em;text-transform:uppercase;place-items:center;width:100%;height:100%;font:600 10px/14px Average Sans,sans-serif;display:grid;position:relative}.tree-model-preview>div:before{content:"";border:1px solid #d0a94b6b;width:28px;height:28px;position:absolute;transform:rotate(45deg)}.tree-model-preview>div>span{margin-top:52px}.tree-model-preview>div.is-failed:before{border-color:#ffffff2e}.tree-model-copy{flex-direction:column;align-items:flex-start;min-width:0;padding:9px 10px 10px;display:flex}.tree-model-copy strong{color:#f3e5bd;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font:600 15px/20px Lora,serif;overflow:hidden}.tree-model-copy small,.tree-model-copy em{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.tree-model-copy small{color:#ffffff6b;margin-top:2px;font:400 10px/14px monospace}.tree-model-copy em{color:#d0a94b;margin-top:5px;font:600 10px/13px Average Sans,sans-serif}.tree-model-empty{color:#ffffff7a;grid-column:1/-1;place-items:center;min-height:180px;font:400 13px/18px Average Sans,sans-serif;display:grid}.tree-model-picker-saving{z-index:2;color:#ffd037;background:#151515b8;place-items:center;font:600 14px/20px Lora,serif;display:grid;position:absolute;inset:72px 0 0}@media (max-width:620px){.tree-model-picker-scrim{align-items:end;padding:0}.tree-model-picker{border-bottom:0;border-left:0;border-right:0;width:100%;max-height:82dvh}.tree-model-toolbar{flex-direction:column;align-items:stretch}.tree-model-tabs>button{flex:1;justify-content:center}.tree-model-search{width:100%}.tree-model-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tree-model-grid>button{grid-template-rows:110px auto;min-height:174px}}.item-context-menu{width:196px}.item-context-menu button.is-danger{color:#ff9f93}.item-context-prompt{color:#ffffffad;border-bottom:1px solid #282828;padding:10px 11px;font:400 12px/16px Average Sans,sans-serif}.item-context-quantity{background:#1b1b1b;border-bottom:1px solid #282828;grid-template-columns:38px minmax(0,1fr) 38px;display:grid}.entity-context-menu .item-context-quantity button,.entity-context-menu .item-context-quantity input{color:#fff;text-align:center;background:0 0;border:0;border-right:1px solid #333;width:100%;min-width:0;min-height:38px;padding:0;font:400 14px/38px Average Sans,sans-serif}.entity-context-menu .item-context-quantity button:last-child{border-right:0}.entity-context-menu .item-context-quantity button{font-size:18px}.entity-context-menu .item-context-quantity input{appearance:textfield}.entity-context-menu .item-context-quantity input::-webkit-inner-spin-button{appearance:none;margin:0}.entity-context-menu .item-context-quantity input::-webkit-outer-spin-button{appearance:none;margin:0}.item-context-error{color:#ff9f93;background:#2b1c1a;border-bottom:1px solid #75423c;margin:0;padding:7px 11px;font:400 11px/15px Average Sans,sans-serif}.npc-portrait-frame{background:#222;border:1px solid #fff3;border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;padding:3px;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #00000073}.npc-portrait-inner{border-radius:inherit;background:#383838;place-items:center;width:100%;height:100%;display:grid;overflow:hidden}.npc-portrait-inner img{object-fit:cover;width:100%;height:100%}.npc-portrait-loading{background:linear-gradient(110deg,#313131 20%,#464646 38%,#313131 56%) 0 0/220% 100%;width:100%;height:100%;animation:1.2s linear infinite npc-portrait-loading}@keyframes npc-portrait-loading{to{background-position-x:-220%}}.npc-shop-dock{--npc-shop-panel-height:min(360px, 62dvh);width:100%;height:var(--npc-shop-panel-height);max-height:var(--npc-shop-panel-height);flex:0 0 var(--npc-shop-panel-height);pointer-events:auto;background:#151515;border-top:1px solid #333;flex-direction:column;animation:.18s ease-out utility-dock-enter;display:flex;overflow:hidden;box-shadow:0 -12px 36px #00000038}.npc-dialog-dock{pointer-events:auto;background:#151515;border:1px solid #3d3d3d;flex:none;width:100%;animation:.18s ease-out utility-dock-enter;position:relative;overflow:hidden;box-shadow:0 18px 54px #0000006b}.npc-talk-overlay{z-index:64;top:calc(72px + max(12px, env(safe-area-inset-top)));right:max(12px, env(safe-area-inset-right));left:max(12px, env(safe-area-inset-left));pointer-events:none;position:absolute}.npc-talk-overlay>.npc-dialog-dock{pointer-events:auto}.tutorial-dialog-overlay{z-index:65}.tutorial-dialog-portrait .npc-portrait-inner img{object-fit:contain}.npc-dialog-surface{background:#151515fa;grid-template-rows:auto minmax(0,1fr) auto;gap:12px;min-height:180px;padding:16px;display:grid;position:relative;overflow:hidden}.npc-dialog-portrait{background:#292929;border-color:#ffffff3d;flex-basis:44px;width:44px;height:44px;padding:3px}.npc-dialog-identity{align-items:center;gap:10px;min-width:0;display:flex}.npc-dialog-identity strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font:600 17px/22px Lora,serif;overflow:hidden}.npc-dialog-message{color:#ffffffe6;text-align:left;scrollbar-color:#ffffff52 transparent;scrollbar-width:thin;min-height:0;margin:0;font:400 15px/22px Average Sans,sans-serif;overflow-y:auto}.npc-dialog-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;width:100%;display:flex}.npc-dialog-choice{color:#fff;cursor:pointer;background:#222;border:1px solid #646464;min-width:96px;min-height:36px;padding:7px 14px;font:600 13px/18px Average Sans,sans-serif}.npc-dialog-choice--primary{color:#201a08;background:#ffd037;border-color:#ffd037}.npc-dialog-choice--shop{order:999;margin-left:auto}.npc-dialog-choice:hover{background:#333}.npc-dialog-choice--primary:hover{background:#ffdb62}.npc-dialog-choice--leave{color:#ffb2ab;background:#542724;border-color:#8b3f3a;order:-1;margin-right:auto}.npc-dialog-choice--leave:hover{color:#fff;background:#6c302c}.npc-dialog-choice:active{filter:brightness(.92)}.npc-shop-header{border-bottom:1px solid #333;flex:none;align-items:center;gap:12px;min-height:56px;padding:10px 14px;display:flex}.npc-shop-identity{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.npc-shop-identity strong{color:#f3e5bd;text-overflow:ellipsis;white-space:nowrap;font:600 17px/22px Lora,serif;overflow:hidden}.npc-shop-header>button{cursor:pointer;background:0 0;border:0;flex:none;place-items:center;width:30px;height:30px;display:grid}.npc-shop-header>button:hover{background:#ffffff1a}.npc-shop-price{align-items:center;gap:5px;font:400 12px/16px Average Sans,sans-serif;display:inline-flex}.npc-shop-price b{font-weight:400}.npc-shop-price img{object-fit:contain;width:10px;height:10px}.npc-shop-denomination{align-items:center;gap:3px;display:inline-flex}.npc-shop-denomination--gold{color:#ffd037}.npc-shop-denomination--silver{color:#cdcdcd}.npc-shop-denomination--copper{color:#ffae70}.npc-shop-tabs{border-bottom:1px solid #333;flex:none;grid-template-columns:1fr 1fr;display:grid}.npc-shop-tabs button{color:#ffffff7a;cursor:pointer;background:#1c1c1c;border:0;border-right:1px solid #333;min-height:38px;font:600 13px/18px Lora,serif}.npc-shop-tabs button:last-child{border-right:0}.npc-shop-tabs button:hover{color:#fff}.npc-shop-tabs button.is-active{color:#ffd037;background:#2a2a2a;box-shadow:inset 0 -2px #ffd037}.npc-shop-content{flex:auto;grid-template-columns:minmax(224px,1fr) minmax(260px,.95fr);min-height:0;display:grid;overflow:hidden}.npc-shop-dock>.utility-dock-empty,.npc-shop-dock>.npc-shop-message{flex:auto;place-items:center;min-height:0;display:grid}.npc-shop-grid{border-right:1px solid #333;grid-template-columns:repeat(4,minmax(0,1fr));align-content:start;gap:7px;min-height:0;padding:12px;display:grid;overflow-y:auto}.npc-shop-slot{aspect-ratio:1;cursor:pointer;background:#222;border:1px solid #333;place-items:center;min-width:0;padding:0;display:grid;position:relative;overflow:hidden}.npc-shop-slot:hover,.npc-shop-slot.is-selected{background:#292929;border-color:#ffd037}.npc-shop-slot-icon{aspect-ratio:1;place-items:center;width:min(88%,48px);display:grid}.npc-shop-slot-icon img{object-fit:contain;width:100%;height:100%;image-rendering:pixelated}.npc-shop-slot-price{align-items:center;font:400 10px/12px Average Sans,sans-serif;display:inline-flex;position:absolute;bottom:2px;right:3px}.npc-shop-slot-price .npc-shop-price{gap:3px;font-size:10px;line-height:12px}.npc-shop-slot-price img{width:8px;height:8px}.npc-shop-owned{color:#fff;font:400 11px/13px Average Sans,sans-serif;position:absolute;top:3px;right:4px}.npc-shop-detail{grid-template-columns:74px minmax(0,1fr);align-content:start;gap:8px;min-height:0;padding:14px;display:grid;overflow-y:auto}.npc-shop-detail-icon{background:#222;border:1px solid #333;place-items:center;width:74px;height:74px;display:grid}.npc-shop-detail-icon img{object-fit:contain;width:64px;height:64px;image-rendering:pixelated}.npc-shop-detail-copy{flex-direction:column;align-self:start;min-width:0;display:flex}.npc-shop-detail-copy h3{color:#fff;margin:0;font:600 16px/19px Lora,serif}.npc-shop-detail-copy>strong{letter-spacing:.08em;text-transform:uppercase;font:600 10px/12px Average Sans,sans-serif}.npc-shop-detail-copy p{color:#ffffff94;margin:2px 0 0;font:400 12px/15px Average Sans,sans-serif}.npc-shop-detail-copy small{color:#ffffff6b}.npc-shop-incubation-rule{color:#ffffffbd;background:#ffd03712;border-left:2px solid #ffd037;grid-column:1/-1;margin:4px 0 0;padding:7px 9px;font:400 12px/16px Average Sans,sans-serif}.npc-shop-drop-table{background:#333;border:1px solid #333;grid-column:1/-1;gap:1px;margin-top:2px;display:grid}.npc-shop-drop-table h4{color:#f3e5bd;letter-spacing:.04em;text-transform:uppercase;background:#1c1c1c;margin:0;padding:8px 10px;font:600 13px/17px Lora,serif}.npc-shop-drop-table>div{background:#202020;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:9px;padding:8px 10px;display:grid}.npc-shop-drop-table>div>b{color:#ffd037;justify-self:center;font:600 18px/22px Average Sans,sans-serif}.npc-shop-drop-table>div>span{flex-direction:column;min-width:0;display:flex}.npc-shop-drop-table>div strong{color:#fff;font:600 13px/17px Average Sans,sans-serif}.npc-shop-drop-table>div small{color:#ffffff94;font:400 12px/16px Average Sans,sans-serif}.npc-shop-drop-table>div>.npc-shop-drop-rewards{flex-direction:row}.npc-shop-drop-rewards{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;min-width:0;margin-left:auto;display:flex}.npc-shop-drop-reward.inventory-slot{aspect-ratio:auto;flex:0 0 42px;width:42px;min-width:42px;height:42px;transition:border-color .1s,background-color .1s,transform .1s}.npc-shop-drop-reward.inventory-slot:hover{background:#292929;border-color:#ffd037;transform:translateY(-1px)}.npc-shop-drop-reward .npc-shop-drop-reward-icon{width:28px;height:28px}.npc-shop-drop-reward .npc-shop-drop-reward-icon img{max-width:28px;max-height:28px;image-rendering:pixelated}.npc-shop-drop-reward .npc-shop-drop-reward-quantity{text-shadow:0 1px 2px #000,0 0 3px #000;max-width:calc(100% - 4px);font-size:11px;line-height:1.1;bottom:1px;right:2px}.npc-shop-currency-hover-amount{color:#fff;justify-content:flex-end;font:600 12px/16px Average Sans,sans-serif}.npc-shop-currency-hover-amount img{width:13px;height:13px;image-rendering:pixelated}.npc-shop-trade-controls{grid-column:1/-1;align-items:stretch;gap:8px;margin-top:4px;display:flex}.npc-shop-quantity{background:#1c1c1c;border:1px solid #3d3d3d;flex:0 0 118px;grid-template-columns:34px 1fr 34px;width:118px;display:grid}.npc-shop-quantity button,.npc-shop-quantity input{color:#fff;text-align:center;background:0 0;border:0;min-width:0}.npc-shop-quantity button{cursor:pointer;font-size:18px}.npc-shop-quantity button:disabled{opacity:.25;cursor:default}.npc-shop-quantity input{width:100%;font:400 13px/18px Average Sans,sans-serif}.npc-shop-trade-button{color:#ffd037;cursor:pointer;background:#2a2a2a;border:1px solid #ffd037;flex:1;justify-content:space-between;align-items:center;gap:10px;min-height:42px;padding:7px 10px;font:600 13px/18px Lora,serif;display:flex}.npc-shop-trade-button:hover:not(:disabled){background:#333}.npc-shop-trade-button:disabled{color:#777;cursor:default;border-color:#444}.npc-shop-message{background:#1d1d1d;border:1px solid #3d3d3d;grid-column:1/-1;margin:0;padding:8px 10px;font:400 12px/17px Average Sans,sans-serif}.npc-shop-message.is-error{color:#ff9f93;border-color:#75423c}.npc-shop-message.is-ok{color:#9ed99a;border-color:#486646}.npc-shop-hover-card{pointer-events:none;scrollbar-color:#ffffff47 transparent;scrollbar-width:thin;gap:6px;width:300px;max-height:calc(100vh - 16px);overflow-y:auto}.npc-shop-hover-incubation{background:#ffd03712;border-left:2px solid #ffd037;flex-direction:column;gap:3px;margin-top:2px;padding:7px 9px;display:flex}.npc-shop-hover-incubation>strong{color:#ffd037;letter-spacing:.04em;text-transform:uppercase;font:600 12px/16px Average Sans,sans-serif}.npc-shop-hover-incubation>span{color:#ffffffb8;font:400 12px/16px Average Sans,sans-serif}.npc-shop-hover-price .npc-shop-price{justify-content:flex-end;font-size:12px}.npc-shop-hover-price .npc-shop-price img{width:11px;height:11px}.npc-shop-hover-owned{color:#ffffff7a;align-self:flex-end;font:400 11px/15px Average Sans,sans-serif}.inventory-receive-flight{z-index:110;pointer-events:none;will-change:opacity, transform;place-items:center;width:44px;height:44px;animation:.62s cubic-bezier(.3,.7,.25,1) both inventory-receive-flight;display:grid;position:fixed}.inventory-receive-flight i{background:radial-gradient(circle,#ffd0373d,#0000 68%);border:1px solid #ffd0378c;border-radius:50%;position:absolute;inset:-7px;box-shadow:0 0 14px #ffd0376b}.inventory-receive-flight img{object-fit:contain;width:34px;height:34px;image-rendering:pixelated;filter:drop-shadow(0 2px 3px #000000bf);position:relative}.inventory-receive-flight b{color:#ffd037;text-align:center;background:#151515;border:1px solid #ffd037a6;border-radius:10px;min-width:22px;padding:1px 5px;font:600 10px/14px Average Sans,sans-serif;position:absolute;bottom:-5px;right:-8px}@keyframes inventory-receive-flight{0%{opacity:0;transform:translate(0,0)scale(.72)}12%{opacity:1;transform:translate(0,0)scale(1.08)}56%{opacity:1;transform:translate3d(var(--inventory-flight-mid-x), var(--inventory-flight-mid-y), 0) scale(.86) rotate(-7deg)}88%{opacity:1}to{opacity:0;transform:translate3d(var(--inventory-flight-x), var(--inventory-flight-y), 0) scale(.28) rotate(5deg)}}@keyframes utility-dock-enter{0%{opacity:0;transform:translateY(10px)}}.game-utility-dock-grabber{flex:none;justify-content:center;padding:5px 0 10px;display:flex}.game-utility-dock-grabber i{background:#ffffff14;border-radius:3px;width:36px;height:5px}.game-utility-dock-header{flex:none;align-items:flex-start;gap:8px;min-height:44px;padding:0 16px 16px;display:flex}.game-utility-dock-header>img{object-fit:contain;width:28px;height:28px}.game-utility-dock-header h2{flex:1;min-width:0;margin:0;font:600 18px/23px Lora,serif}.game-utility-dock-header button{cursor:pointer;background:0 0;border:0;place-items:center;width:28px;height:28px;padding:0;display:grid}.game-utility-dock-header button:hover{background:#ffffff1a}.game-utility-dock-body{overscroll-behavior:contain;scrollbar-color:#ffffff3d transparent;scrollbar-width:thin;min-height:0;overflow:hidden auto}.utility-dock-empty{color:#888;text-align:center;margin:0;padding:24px 16px 32px;font-size:14px}.inventory-equipment-filter{background:#1e1e1e;border:1px solid #343434;border-radius:5px;flex:none;align-items:center;gap:12px;margin:0 12px 10px;padding:10px 12px;display:flex}.inventory-equipment-filter-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.inventory-equipment-filter strong{color:#f0f0f0;font:600 13px/17px Lora,serif}.inventory-equipment-filter small{color:#929292;font-size:11px;line-height:14px}.inventory-equipment-filter-actions{flex:none;gap:6px;display:flex}.inventory-equipment-filter button{color:#d8d8d8;font:inherit;cursor:pointer;background:#292929;border:1px solid #4b4b4b;border-radius:4px;flex:none;padding:6px 8px;font-size:11px}.inventory-equipment-filter button:hover{background:#333;border-color:#6a6a6a}.inventory-equipment-filter button:disabled{cursor:default;opacity:.5}.inventory-equipment-filter-error{color:#ff6c6c;margin:0 12px 10px;font-size:12px;line-height:16px}.inventory-equipment-filter+.utility-dock-empty{min-height:0}.inventory-item-grid{grid-template-columns:repeat(5,minmax(0,1fr));align-content:start;gap:7px;padding:0 12px 16px;display:grid}.talent-slot-grid{grid-template-columns:repeat(6,minmax(0,1fr));align-content:start;gap:8px;padding:0 16px 16px;display:grid}.inventory-slot,.inventory-detail-slot,.inventory-drag-ghost,.talent-slot-grid button{aspect-ratio:1;background:#222;border:1px solid #333;place-items:center;padding:0;display:grid;position:relative;overflow:hidden}.inventory-slot{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;width:100%;min-width:0}.inventory-slot:active,.inventory-slot.is-drag-source{cursor:grabbing}.inventory-slot:hover,.inventory-slot.is-drag-hover{border-color:#888}.inventory-slot.has-unseen-change{outline-offset:-3px;border-color:#ffd037;outline:3px solid #ffd037;box-shadow:inset 0 0 0 1px #ffd037b8,0 0 9px #ffd0374d}.inventory-slot.is-drag-source{opacity:.35}.is-item-tooltip-cursor-hidden,.is-item-tooltip-cursor-hidden *{cursor:none!important}.inventory-slot-icon{pointer-events:none;place-items:center;width:40px;height:40px;display:grid}.inventory-slot-icon img{object-fit:contain;width:auto;max-width:40px;height:auto;max-height:40px}.inventory-slot-icon.equipment-item-glyph{color:#ffffffc7;width:42px;height:42px}.inventory-slot-quantity{color:#fff;white-space:nowrap;pointer-events:none;justify-content:flex-end;align-items:baseline;gap:2px;max-width:calc(100% - 8px);font:400 14px/1.2 Average Sans,sans-serif;display:flex;position:absolute;bottom:2px;right:4px}.inventory-slot-egg-progress-count{color:#6cb4ff;text-shadow:0 1px 2px #000,0 0 5px #6cb4ff57;font-weight:600}.inventory-slot-egg-time{color:#fff;white-space:nowrap;pointer-events:none;text-shadow:0 1px 2px #000,0 0 4px #000;font:600 12px/15px Average Sans,sans-serif;position:absolute;top:3px;left:4px}.inventory-slot-increase{color:#ffd037;font-size:inherit;text-shadow:0 0 5px #ffd0376b;font-weight:600}.inventory-drag-ghost{z-index:100;opacity:.95;pointer-events:none;position:fixed;box-shadow:0 4px 8px #00000059}.inventory-item-detail{padding:12px 16px 8px}.inventory-detail-top{justify-content:center;align-items:center;min-height:62px;margin-bottom:12px;display:flex;position:relative}.inventory-detail-slot{width:62px;height:62px}.inventory-detail-back{cursor:pointer;opacity:.55;background:0 0;border:0;place-items:center;width:32px;height:32px;padding:0;display:grid;position:absolute;left:0;transform:translateY(-20px)}.inventory-detail-close{position:absolute;top:0;right:0}.inventory-detail-back:hover{opacity:.8}.inventory-detail-back img{object-fit:contain;width:32px;height:32px}.inventory-detail-copy{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.inventory-detail-title{flex-direction:column;align-items:center;gap:4px;display:flex}.inventory-detail-title h3{color:#fff;text-align:center;margin:0;font:600 18px/23px Lora,serif}.inventory-detail-title>strong{letter-spacing:.8px;text-align:center;font:400 16px/20px Aubrey,serif}.inventory-vendor-value{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:flex}.inventory-vendor-value>small{color:#ffffff75;letter-spacing:.04em;text-transform:uppercase;font:400 11px/15px Average Sans,sans-serif}.inventory-coin-value{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.inventory-vendor-value .inventory-coin-value>span{align-items:center;gap:4px;font-size:16px;line-height:20px;display:inline-flex}.inventory-vendor-value img{object-fit:contain;width:13px;height:13px}.inventory-detail-copy>p{color:#fff9;text-align:center;margin:0;font-size:16px;line-height:22px}.inventory-detail-actions{flex-direction:column;gap:4px;width:100%;padding:0 4px 24px;display:flex}.inventory-detail-actions .inventory-detail-action{color:#fff;cursor:pointer;text-align:left;background:#222;border:0;align-items:center;width:100%;height:60px;min-height:60px;padding:0 12px;display:flex}.inventory-detail-actions .inventory-detail-action:hover:not(:disabled){background:#292929}.inventory-detail-actions .inventory-detail-action:active{opacity:.65}.inventory-detail-actions .inventory-detail-action:disabled{cursor:default;opacity:.55}.inventory-hover-card{z-index:120;pointer-events:none;background:#151515f7;border:1px solid #646464;flex-direction:column;gap:5px;width:252px;max-width:calc(100vw - 16px);padding:12px 13px;display:flex;position:fixed;box-shadow:0 8px 28px #000000ad}.inventory-hover-card h3{color:#fff;margin:0;font:600 16px/20px Lora,serif}.inventory-hover-card>strong{letter-spacing:.07em;text-transform:uppercase;font:400 12px/16px Aubrey,serif}.inventory-hover-card>p{color:#ffffffad;margin:4px 0 5px;font:italic 400 13px/18px Lora,serif}.inventory-hover-equippable{color:#9ed99a;letter-spacing:.08em;text-transform:uppercase;border:1px solid #7dce8261;align-self:flex-start;padding:2px 6px;font:400 10px/14px Average Sans,sans-serif}.inventory-hover-gains{border-top:1px solid #ffffff1a;flex-direction:column;gap:3px;margin-top:3px;padding-top:8px;display:flex}.inventory-hover-gains>span{color:#ffffffb3;font:400 12px/16px Average Sans,sans-serif}.inventory-hover-gains strong{color:#ffc300;font-variant-numeric:tabular-nums;font-weight:400}.inventory-hover-egg-progress{border-top:1px solid #ffffff1a;flex-direction:column;gap:5px;margin-top:3px;padding-top:8px;display:flex}.inventory-hover-egg-heading{color:#ffffffb8;justify-content:space-between;align-items:center;gap:10px;font:400 12px/16px Average Sans,sans-serif;display:flex}.inventory-hover-egg-heading strong{color:#6cb4ff}.inventory-hover-egg-track{background:#ffffff1f;height:5px;display:block;overflow:hidden}.inventory-hover-egg-track i{background:#6cb4ff;height:100%;display:block}.inventory-hover-egg-progress small{color:#ffffff94;font:400 11px/15px Average Sans,sans-serif}.inventory-hover-price{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:10px;margin-top:4px;padding-top:8px;display:flex}.inventory-hover-price>span:first-child{color:#ffffff75;letter-spacing:.04em;text-transform:uppercase;font:400 11px/15px Average Sans,sans-serif}.inventory-hover-price .inventory-coin-value{justify-content:flex-end;font-size:12px}.inventory-hover-price .coin img{width:11px;height:11px}.talent-slot-grid button{cursor:pointer;width:100%}.talent-slot-grid button:hover{border-color:#888}.talent-slot-grid button:disabled{cursor:wait;opacity:.4}.talent-slot-grid button>img{object-fit:contain;width:72%;height:72%}.talent-slot-grid button>img.is-hidden{opacity:0}.talent-slot-grid button>span{color:#fff;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:9px;line-height:11px;position:absolute;bottom:4px;left:4px;right:4px;overflow:hidden}.talent-spinner{border:2px solid #ffffff2e;border-top-color:#ffd037;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite towerscape-spin;position:absolute}.admin-catalog-tabs{grid-template-columns:1fr 1fr;gap:6px;padding:0 12px 12px;display:grid}.admin-catalog-tabs button{color:#ffffffad;cursor:pointer;background:#1d1d1d;border:1px solid #333;border-radius:4px;min-height:38px}.admin-catalog-tabs button.is-active{color:#fff;background:#ffd0371a;border-color:#ffd037}.admin-catalog-tabs button span{color:#ffffff6b}.admin-catalog-tabs button:only-child{grid-column:1/-1}.crafting-recipe-list{align-content:start;gap:8px;padding:0 12px 18px;display:grid}.crafting-column-header{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:52px;padding:1px 1px 5px;display:grid}.crafting-column-header>span{gap:1px;display:grid}.crafting-column-header>span:last-child{text-align:right}.crafting-column-header strong{color:#ffffffdb;font:600 12px/15px Lora,serif}.crafting-column-header small{color:#fff6;letter-spacing:.04em;text-transform:uppercase;font:400 9px/12px Average Sans,sans-serif}.crafting-recipe-row{background:linear-gradient(145deg,#211f1b,#191919);border:1px solid #34322c;border-radius:6px;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;column-gap:6px;width:100%;padding:10px;display:grid}.crafting-recipe-side{flex-direction:column;align-items:center;gap:6px;min-width:0;display:flex}.crafting-recipe-side--ingredients{flex-direction:row;align-items:flex-start;gap:5px}.crafting-recipe-side--output{align-items:flex-end}.crafting-item-slot.inventory-slot{aspect-ratio:auto;background:radial-gradient(circle at 50% 44%,#ffffff0e,#0000 58%),#222;border-radius:3px;width:62px;min-width:62px;max-width:62px;height:62px}.crafting-item-slot.is-ready{border-color:#5bb75c99}.crafting-item-slot.is-missing{border-color:#c04e4180}.crafting-item-slot:focus-visible{outline-offset:2px;outline:2px solid #ffd037}.crafting-output-slot{isolation:isolate;cursor:pointer;position:relative;overflow:hidden}.crafting-output-slot:before{z-index:0;content:"";pointer-events:none;transform-origin:0;background:linear-gradient(90deg,#ffd037b8,#ffe36fe0);position:absolute;inset:0;transform:scaleX(0)}.crafting-output-slot.is-holding:before{animation:1s linear forwards crafting-hold-fill}.crafting-output-slot>*{z-index:1}.crafting-output-slot:hover:not(:disabled){background:#2d291d;border-color:#ffd037;box-shadow:0 0 16px #ffd0371f}.crafting-output-slot:disabled{cursor:not-allowed;opacity:.5}.crafting-recipe-row.is-craft-bouncing{transform-origin:50%;animation:.5s cubic-bezier(.2,.9,.25,1.2) crafting-card-bounce}@keyframes crafting-hold-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes crafting-card-bounce{0%,to{transform:scale(1)}32%{transform:scale(1.035)}58%{transform:scale(.985)}78%{transform:scale(1.012)}}.crafting-recipe-side--ingredients .inventory-slot-quantity{font-size:9px;bottom:3px;right:3px}.crafting-recipe-arrow{color:#ffd03799;justify-self:end;place-items:center;width:24px;height:62px;font-size:22px;display:grid}.crafting-error-dialog-scrim{z-index:120;pointer-events:auto;background:#050505ad;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.crafting-error-dialog{background:#1d1817;border:1px solid #92534c;border-radius:6px;width:min(360px,100%);display:grid;overflow:hidden;box-shadow:0 18px 54px #000000b3}.crafting-error-dialog header{color:#ff9f93;background:#2b1c1a;border-bottom:1px solid #623b37;padding:11px 13px;font:600 14px/19px Lora,serif}.crafting-error-dialog p{color:#ffffffc7;margin:0;padding:14px 13px;font:400 13px/18px Average Sans,sans-serif}.crafting-error-dialog button{color:#fff;cursor:pointer;background:#312723;border:1px solid #69554f;border-radius:3px;min-height:38px;margin:0 13px 13px;font:600 12px/17px Average Sans,sans-serif}.crafting-error-dialog button:hover,.crafting-error-dialog button:focus-visible{color:#ffd037;border-color:#ffd037;outline:none}.admin-model-catalog{flex-direction:column;flex:1;min-height:0;display:flex}.admin-model-toolbar{grid-template-columns:minmax(110px,.8fr) minmax(150px,1.2fr);gap:8px;padding:0 12px 10px;display:grid}.admin-model-toolbar label{gap:4px;display:grid}.admin-model-toolbar label>span{color:#ffffff7a;letter-spacing:.06em;text-transform:uppercase;font-size:10px}.admin-model-toolbar select,.admin-model-toolbar input{color:#fff;width:100%;min-width:0;height:34px;font:inherit;background:#171717;border:1px solid #333;border-radius:3px;padding:0 9px}.admin-placement-detail{flex-direction:column;flex:1;gap:10px;min-height:0;padding:0 12px 16px;display:flex;overflow-y:auto}.admin-placement-back{color:#ffffffb8;cursor:pointer;font:inherit;background:0 0;border:0;align-self:flex-start;padding:4px 0;font-size:12px}.admin-placement-back:hover{color:#fff}.admin-placement-back:disabled{cursor:wait;opacity:.45}.admin-placement-detail-card{background:#202020;border:1px solid #3b3b3b;border-radius:5px;display:grid;overflow:hidden}.admin-placement-detail-card .tree-model-preview,.admin-placement-detail-card>img,.admin-placement-detail-card>.admin-model-asset-preview,.admin-placement-detail-card>.admin-model-placeholder{aspect-ratio:3/2;object-fit:contain;background:#262626;place-items:center;width:100%;height:auto;min-height:0;display:grid}.admin-placement-detail-card .tree-model-preview>img{object-fit:contain}.admin-placement-detail-card>div:last-child{border-top:1px solid #333;align-content:center;gap:3px;min-height:38px;padding:6px 10px;display:grid}.admin-placement-detail-card strong{color:#fff;font-size:14px}.admin-placement-detail-card small{color:#ffffff7a;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap;font-size:10px;overflow:hidden}.admin-placement-transform{grid-template-columns:1fr 1fr;gap:7px;display:grid}.admin-placement-transform>span{color:#ffffff8f;background:#191919;border:1px solid #333;border-radius:4px;justify-content:space-between;padding:8px;font-size:11px;display:flex}.admin-placement-transform strong{color:#ffd037}.admin-forest-controls{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.admin-forest-controls label{color:#ffffff85;letter-spacing:.05em;text-transform:uppercase;gap:4px;min-width:0;font-size:10px;display:grid}.admin-forest-controls input,.admin-forest-controls output{color:#ffd037;width:100%;min-width:0;height:34px;font:inherit;background:#191919;border:1px solid #3b3b3b;border-radius:4px;align-items:center;padding:0 7px;font-size:12px;display:flex}.admin-forest-controls input:disabled{cursor:wait;opacity:.5}.admin-forest-controls .admin-forest-exclude{cursor:pointer;background:#191919;border:1px solid #3b3b3b;border-radius:4px;grid-template-rows:auto auto;grid-template-columns:16px minmax(0,1fr);align-content:center;column-gap:7px;min-height:55px;padding:6px 7px}.admin-forest-controls .admin-forest-exclude.is-active{background:#b9303029;border-color:#c84c4c}.admin-forest-controls .admin-forest-exclude input[type=checkbox]{accent-color:#dc4c4c;grid-row:1/3;align-self:center;width:16px;height:16px;margin:0}.admin-forest-controls .admin-forest-exclude small{color:#ffffff7a;letter-spacing:0;text-transform:none;font-size:9px}.admin-placement-detail>p{color:#ffffff8f;margin:0;font-size:11px;line-height:15px}.admin-placement-cancel{color:#ffb4b4;cursor:pointer;min-height:38px;font:inherit;background:#8e363629;border:1px solid #714141;border-radius:4px;margin-top:auto}.admin-placement-cancel:hover{background:#8e363642;border-color:#a65a5a}.admin-placement-cancel:disabled{cursor:wait;opacity:.5}.admin-placement-resume{color:#ffffffad;cursor:pointer;font:inherit;background:#ffd03714;border:1px solid #ffd0376b;border-radius:4px;justify-content:space-between;align-items:center;gap:8px;margin:0 12px 10px;padding:8px 9px;font-size:11px;display:flex}.admin-placement-resume strong{color:#fff;text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.admin-placement-resume span{color:#ffd037}.admin-placement-status{background:#ffd03714;border:1px solid #ffd03773;border-radius:4px;gap:6px;margin:0 12px 10px;padding:9px;display:grid}.admin-placement-status>div{justify-content:space-between;gap:8px;display:flex}.admin-placement-status strong{color:#fff;font-size:12px}.admin-placement-status span{color:#ffd037;font-size:11px}.admin-placement-status p{color:#ffffffa3;margin:0;font-size:10px;line-height:14px}.admin-placement-status button{color:#ffd037;cursor:pointer;font:inherit;background:0 0;border:0;justify-self:start;padding:0;font-size:11px}.admin-model-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:7px;padding:0 12px 16px;display:grid;overflow-y:auto}.admin-model-grid>button{color:#fff;cursor:pointer;text-align:left;background:#202020;border:1px solid #333;border-radius:4px;grid-template-rows:92px 28px;min-width:0;min-height:122px;padding:0;display:grid;overflow:hidden}.admin-model-grid>button:hover{border-color:#777}.admin-model-grid>button.is-selected{border-color:#ffd037;box-shadow:inset 0 0 0 1px #ffd03747}.admin-model-grid>button:disabled{cursor:wait;opacity:.55}.admin-model-grid .tree-model-preview,.admin-model-grid>button>img,.admin-model-grid>button>.admin-model-asset-preview,.admin-model-grid>button>.admin-model-placeholder{object-fit:contain;background:#262626;place-items:center;width:100%;height:92px;min-height:92px;display:grid}.admin-model-asset-preview{background:#262626;place-items:center;width:100%;height:100%;min-height:0;display:grid;overflow:hidden}.admin-model-asset-preview img{object-fit:contain;width:100%;height:100%}.admin-model-grid .tree-model-preview>img{object-fit:contain}.admin-model-card-copy{background:#202020;border-top:1px solid #333;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;width:100%;min-width:0;height:28px;min-height:28px;padding:3px 6px;display:flex;position:static}.admin-model-card-copy strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:11px;line-height:14px;display:block;overflow:hidden}.admin-model-placeholder{color:#ffffff5c;font-size:12px;font-weight:700}.admin-model-empty{color:#ffffff73;text-align:center;grid-column:1/-1;margin:0;padding:28px 8px}.game-primary-overlay{z-index:50;background:#151515;justify-content:center;animation:.16s ease-out primary-overlay-enter;display:flex;position:absolute;inset:74px 0 0;overflow:hidden}.game-primary-overlay--tower{z-index:75;top:0}.game-primary-overlay--preloaded.is-preloaded-hidden{visibility:hidden;opacity:0;pointer-events:none;animation:none}@keyframes primary-overlay-enter{0%{opacity:0}}.game-primary-surface,.tower-primary-surface{background:#151515;flex-direction:column;width:min(680px,100%);height:100%;min-height:0;display:flex;position:relative}.game-primary-hairline{background:#090909;flex:none;height:4px;margin:0 4px}.game-primary-scroll{overscroll-behavior:contain;scrollbar-color:#ffffff40 transparent;scrollbar-width:thin;flex:1;min-height:0;overflow:hidden auto}.game-primary-content{min-height:100%;padding-top:4px}.profile-mobile-list{flex-direction:column;gap:4px;padding:0 4px 24px;display:flex}.profile-equipment{background:radial-gradient(circle at 50% 42%,#ffd0370e,#0000 48%),#151515;border-bottom:4px solid #090909;padding:10px 10px 14px}.profile-equipment-layout{grid-template-rows:266px 68px;grid-template-columns:68px minmax(0,1fr) 68px;align-items:center;gap:10px 6px;min-height:344px;display:grid}.profile-character-preview{background:radial-gradient(at 50% 77%,#ffd0371f,#0000 45%),#191919;border:1px solid #303030;grid-area:1/2;align-self:stretch;position:relative;overflow:hidden;box-shadow:inset 0 0 32px #00000047}.profile-character-preview:after{filter:blur(6px);content:"";pointer-events:none;background:#00000057;border-radius:50%;height:10px;position:absolute;bottom:8px;left:16%;right:16%}.profile-character-loading{z-index:2;pointer-events:none;background:#191919;place-items:center;display:grid;position:absolute;inset:0}.profile-equipment-slot{color:#ffffff7a;cursor:pointer;text-align:center;background:#202020;border:1px solid #343434;flex-direction:column;justify-content:center;align-items:center;width:68px;min-width:0;height:68px;padding:6px;display:flex;overflow:hidden}.profile-equipment-slot:hover{color:#fff;background:#292929;border-color:#777}.profile-equipment-slot.is-equipped{color:#ffd037;background:linear-gradient(#ffd03714,#202020 65%);border-color:#ffd037b8;box-shadow:inset 0 0 0 1px #ffd03714}.profile-equipment-slot:disabled{cursor:progress;opacity:.7}.profile-equipment-side{flex-direction:column;grid-row:1;justify-content:center;align-items:center;gap:12px;height:100%;display:flex}.profile-equipment-side--left{grid-column:1}.profile-equipment-side--right{grid-column:3}.profile-equipment-hands{grid-area:2/2;justify-content:center;align-items:center;gap:12px;display:flex}.profile-equipment-slot-icon{flex:0 0 52px;place-items:center;width:52px;height:52px;display:grid}.profile-equipment-slot-icon img{object-fit:contain;width:auto;max-width:52px;height:auto;max-height:52px}.equipment-item-glyph svg{fill:#ffffff0e;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;width:100%;height:100%}.profile-equipment-empty-label{color:#ffffff5c;letter-spacing:.03em;text-align:center;place-items:center;max-width:100%;min-height:100%;font:400 10px/12px Average Sans,sans-serif;display:grid}.profile-equipment-error{color:#ff8f8f;text-align:center;margin:8px 0 0;font:400 12px/16px Average Sans,sans-serif}.profile-mobile-row{color:#fff;cursor:pointer;text-align:left;background:#222;border:0;flex:none;align-items:center;gap:10px;width:100%;height:60px;padding:0 12px;display:flex}.profile-mobile-row:hover{background:#292929}.profile-mobile-label{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.profile-mobile-label img{object-fit:contain;width:32px;height:32px}.profile-mobile-row strong{font:400 18px/1.2 Average Sans,sans-serif}.profile-mobile-chevron{color:#fff;text-align:center;width:16px;font-size:26px;font-weight:300}.profile-mobile-back{justify-content:flex-start}.profile-mobile-back>span{width:16px;font-size:26px;line-height:1}.profile-stat-grid{margin-top:0}.sr-only{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.stats-activity-panel{border-top:4px solid #090909;flex-direction:column;gap:4px;padding-top:4px;display:flex}.stats-activity-panel--profile-week{background:#1c1c1c;border-top:0;gap:0;margin:4px;padding:10px 12px 8px}.stats-profile-week-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.stats-profile-week-header>span{align-items:baseline;gap:8px;display:flex}.stats-profile-week-header strong{font-size:15px;font-weight:400}.stats-profile-week-header small{color:#ffc300;font-variant-numeric:tabular-nums;font-size:12px}.stats-profile-week-header button{color:#ffffff9e;cursor:pointer;background:0 0;border:0;padding:2px 0;font-size:12px}.stats-profile-week-header button:hover{color:#fff}.stats-profile-week-header i{margin-left:3px;font-size:16px;font-style:normal}.stats-activity-panel--profile-week .stats-calendar{width:100%;padding:10px 0 2px}.stats-activity-selects{z-index:2;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;display:grid;position:relative}.stats-activity-selects label{min-width:0}.stats-activity-selects select{color:#fff;cursor:pointer;text-align:center;text-overflow:ellipsis;background:#222;border:0;width:100%;height:36px;padding:0 10px}.stats-activity-period-tabs{border:1px solid #222;grid-template-columns:repeat(4,minmax(0,1fr));height:36px;padding:3px;display:grid}.stats-activity-period-tabs button{color:#ffffff94;cursor:pointer;background:0 0;border:0;position:relative}.stats-activity-period-tabs button+button:before{content:"";background:#ffffff1a;width:1px;position:absolute;top:7px;bottom:7px;left:0}.stats-activity-period-tabs button:hover{color:#fff}.stats-activity-period-tabs button.is-active{color:#fff;background:#222}.stats-activity-period-tabs button.is-active:before,.stats-activity-period-tabs button.is-active+button:before{display:none}.stats-activity-period-nav{background:#222;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;height:36px;display:grid}.stats-activity-period-nav button{color:#ffffffb3;cursor:pointer;background:0 0;border:0;height:36px;font-size:24px;line-height:1}.stats-activity-period-nav button:hover:not(:disabled){color:#fff;background:#292929}.stats-activity-period-nav button:disabled{cursor:default;opacity:.22}.stats-activity-period-nav strong{text-align:center;text-overflow:ellipsis;white-space:nowrap;font-weight:400;overflow:hidden}.stats-activity-tooltip{z-index:1000;pointer-events:none;background:#141414f5;border:1px solid #3a3a3a;flex-direction:column;gap:2px;width:max-content;max-width:min(240px,100vw - 16px);padding:8px 10px;display:flex;position:fixed;box-shadow:0 6px 18px #0000006b}.stats-activity-tooltip strong{font-size:14px;font-weight:400}.stats-activity-tooltip span{color:#ffc300;font-variant-numeric:tabular-nums;font-size:13px}.stats-activity-tooltip small{color:#ffffff80;font-size:12px}.stats-training-mark-progress{border-top:1px solid #333;flex-direction:column;gap:4px;min-width:210px;margin-top:5px;padding-top:6px;display:flex}.stats-training-mark-progress-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.stats-training-mark-progress-head>span{color:#fff;font-size:12px}.stats-training-mark-progress-head>strong{color:#ffc300;white-space:nowrap;font-size:12px;font-weight:400}.stats-training-mark-progress-track{background:#38320f;height:5px;overflow:hidden}.stats-training-mark-progress-track>i{background:#ffc300;height:100%;display:block}.stats-training-mark-empty{border-top:1px solid #333;margin-top:4px;padding-top:5px}.stats-activity-message,.stats-activity-error{text-align:center;margin:0;padding:8px 10px;font-size:13px}.stats-activity-message{color:#ffffff8c}.stats-activity-error{color:#e85d5d}.stats-activity-error button{color:#ffc300;cursor:pointer;background:0 0;border:0;text-decoration:underline}.stats-calendar{flex-direction:column;align-self:center;gap:6px;width:min(100%,320px);padding:8px 0 4px;display:flex}.stats-calendar--day{width:40px}.stats-calendar-weekdays,.stats-calendar-grid{gap:6px;display:grid}.stats-calendar-weekdays{grid-template-columns:repeat(7,minmax(0,1fr))}.stats-calendar--day .stats-calendar-weekdays,.stats-calendar--day .stats-calendar-grid{grid-template-columns:40px}.stats-calendar--week .stats-calendar-grid,.stats-calendar--month .stats-calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.stats-calendar-weekdays span{color:#ffffff85;text-align:center;font-size:11px}.stats-calendar-grid>span{aspect-ratio:1}.stats-activity-tile{aspect-ratio:1;cursor:pointer;font-variant-numeric:tabular-nums;border:0;place-items:center;min-width:0;padding:0;font-size:14px;transition:filter .1s,transform .1s;display:grid;position:relative}.stats-activity-tile-day{opacity:.62;font-size:9px;line-height:1;position:absolute;top:3px;left:4px}.stats-activity-tile-value{line-height:1;transform:translateY(3px)}.stats-activity-tile:hover{z-index:1;filter:brightness(1.12);transform:translateY(-1px)}.stats-activity-tile.is-today{z-index:1;box-shadow:inset 0 0 0 2px #fff}.stats-year-grid .stats-activity-tile.is-today{box-shadow:inset 0 0 0 1px #fff}.stats-year-grid{grid-template-rows:repeat(7,minmax(3px,1fr));grid-auto-columns:minmax(3px,1fr);grid-auto-flow:column;align-self:center;gap:2px;width:100%;padding:10px 4px 6px;display:grid}.stats-year-grid>span{aspect-ratio:1}.stats-year-grid .stats-activity-tile{font-size:0}.stats-activity-legend{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 10px;padding:8px 4px 10px;display:flex}.stats-activity-legend>strong{font-size:13px;font-weight:400}.stats-activity-legend>span{color:#ffffff85;align-items:center;gap:4px;font-size:11px;display:inline-flex}.stats-activity-legend i{background:#1b1b1b;width:10px;height:10px}.stats-activity-panel--day-detail{gap:0;padding-top:0}.stats-day-detail{flex-direction:column;min-height:100%;display:flex}.stats-day-back{color:#ffffffad;cursor:pointer;text-align:left;background:#222;border:0;align-items:center;gap:5px;height:40px;padding:0 12px;font-size:13px;display:flex}.stats-day-back:hover{color:#fff;background:#292929}.stats-day-back>span{font-size:23px;line-height:1}.stats-day-header{background:#1c1c1c;border-bottom:1px solid #2b2b2b;flex-direction:column;gap:3px;padding:14px 14px 13px;display:flex}.stats-day-header>div{justify-content:space-between;align-items:center;gap:12px;display:flex}.stats-day-header>div>span{color:#ffffff7a;letter-spacing:.12em;text-transform:uppercase;font-size:10px}.stats-day-header b{color:#fff;letter-spacing:.08em;text-transform:uppercase;border:1px solid #fff;padding:2px 5px;font-size:9px;font-weight:400}.stats-day-header h3{margin:3px 0 0;font:400 18px/1.25 Lora,serif}.stats-day-header p{color:#ffc300;font-variant-numeric:tabular-nums;margin:0;font-size:12px}.stats-day-timeline-list{padding:24px 18px 30px 70px}.stats-day-timeline-track{background:linear-gradient(90deg,#ffffff03,#ffffff06 50%,#ffffff03);border-left:1px solid #3b3b3b;border-right:1px solid #3b3b3b;min-height:72px;position:relative}.stats-day-timeline-hour{border-top:1px solid #2d2d2d;height:1px;position:absolute;left:0;right:0}.stats-day-timeline-hour>time{color:#ffffff7a;font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap;width:54px;font-size:10px;position:absolute;top:-7px;right:calc(100% + 9px)}.stats-day-timeline-empty{z-index:1;color:#ffffff6b;text-align:center;margin:0;font-size:11px;position:absolute;top:22px;left:12px;right:12px}.stats-day-timeline-event{z-index:2;min-height:2px;position:absolute;left:0;right:0}.stats-day-timeline-segment{border:1px solid;border-left-width:3px;align-items:flex-start;gap:7px;min-width:0;min-height:32px;padding:5px 7px;display:flex;position:absolute;inset:0 8px;overflow:hidden;box-shadow:0 2px 7px #0000003d}.stats-day-timeline-marker{z-index:4;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background:#151515;align-items:center;gap:4px;padding:1px 3px;font-size:8px;line-height:1;display:flex;position:absolute}.stats-day-timeline-marker i{background:#151515;border:2px solid;width:9px;height:9px;display:block}.stats-day-timeline-marker--start{top:0;left:-6px;transform:translateY(-50%)}.stats-day-timeline-marker--start i{border-radius:50%}.stats-day-timeline-marker--stop{top:100%;right:-6px;transform:translateY(-50%)}.stats-day-timeline-marker--stop i{border-radius:1px}.stats-day-timeline-icon{background:#0909098c;border:1px solid;flex:0 0 24px;place-items:center;width:24px;height:24px;display:grid;overflow:hidden}.stats-day-timeline-icon img{object-fit:contain;width:21px;height:21px}.stats-day-timeline-icon b{font-size:12px;font-weight:400}.stats-day-timeline-copy{flex-direction:column;gap:1px;min-width:0;display:flex}.stats-day-timeline-copy strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:400;overflow:hidden}.stats-day-timeline-copy small{color:#ffffff85;font-variant-numeric:tabular-nums;font-size:10px}.profile-settings-list{gap:4px}.profile-settings-list label{min-height:60px}.profile-settings-actions{padding-top:6px}.audio-settings-panel{gap:8px}.audio-settings-help{color:#ffffff94;margin:2px 4px 4px;font-size:13px;line-height:1.45}.audio-level-list{flex-direction:column;gap:6px;display:flex}.audio-level-row{background:#222;flex-direction:column;justify-content:center;gap:12px;min-height:78px;padding:12px 14px;display:flex}.audio-level-row>span{justify-content:space-between;align-items:center;gap:12px;display:flex}.audio-level-row strong{font:600 15px/1.2 Lora,serif}.audio-level-row output{color:#ffd037;font-variant-numeric:tabular-nums;font-size:13px}.audio-level-row input[type=range]{cursor:pointer;accent-color:#ffd037;width:100%;height:20px;margin:0}.playlist-panel{gap:8px}.playlist-status-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.playlist-status-grid article{background:#1d1d1d;border:1px solid #333;flex-direction:column;justify-content:center;gap:6px;min-height:112px;padding:14px;display:flex}.playlist-status-grid article>span{color:#ffd037;letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:700}.playlist-status-grid strong{font:600 17px/1.25 Lora,serif}.playlist-status-grid small{color:#ffffff85;line-height:1.35}.playlist-track-list{flex-direction:column;gap:4px;display:flex}.playlist-track-list>button{color:#fff;cursor:pointer;text-align:left;background:#222;border:1px solid #0000;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:64px;padding:8px 12px;display:grid}.playlist-track-list>button:hover{background:#292929;border-color:#646464}.playlist-track-list>button.is-current{background:#2d2a1d;border-color:#ffd037;box-shadow:inset 3px 0 #ffd037}.playlist-track-list>button.is-scheduled:not(.is-current){border-color:#ffd0376b}.playlist-track-list>button:disabled{cursor:wait;opacity:.5}.playlist-track-number{color:#ffffff57;font:600 12px/1 monospace}.playlist-track-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.playlist-track-copy strong{text-overflow:ellipsis;white-space:nowrap;font:600 15px/1.2 Lora,serif;overflow:hidden}.playlist-track-copy small{color:#ffffff73}.playlist-track-action{color:#ffd037;white-space:nowrap;border:1px solid #646464;padding:6px 8px;font-size:12px}.weather-panel{gap:10px}.weather-region-note,.weather-shared-note{color:#ffffff9e;background:#ffd0370d;border:1px solid #ffd03733;margin:0;padding:10px 12px;font-size:12px;line-height:1.45}.weather-region-note{color:#cfeaff;background:#6cb4ff14;border-color:#6cb4ff4d}.weather-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.weather-actions .primary-button{width:100%}.skills-primary-surface .game-primary-content{padding-top:4px}.skills-mobile-list{flex-direction:column;gap:4px;padding:0 4px 72px;display:flex}.skills-mobile-row{color:#fff;cursor:pointer;text-align:left;background:#222;border:1px solid #0000;flex:none;align-items:stretch;width:100%;height:60px;padding:0;display:flex;overflow:visible}.skills-mobile-row:hover{background:#292929;border-color:#ffd03759}.skills-mobile-row.is-selected{background:#2d2a1d;border-color:#ffd037;box-shadow:inset 3px 0 #ffd037}.skills-mobile-row:disabled{cursor:default;opacity:.55}.skills-mobile-main{flex:1;align-items:center;gap:10px;min-width:0;padding:8px 8px 8px 12px;display:flex}.skills-mobile-icon{color:#ffd037;background:#383838;border-radius:4px;place-items:center;width:30px;min-width:30px;height:30px;display:grid;overflow:hidden}.skills-mobile-icon img{object-fit:contain;width:30px;height:30px}.skills-mobile-icon b{font-size:16px;font-weight:400}.skills-mobile-copy{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.skills-mobile-title{align-items:center;gap:6px;min-width:0;display:flex}.skills-mobile-title>strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font:400 18px/1.15 Average Sans,sans-serif;overflow:hidden}.skills-primary-badge{background:#ffd037;border-radius:50%;flex:none;place-items:center;width:16px;height:16px;display:grid}.skills-primary-badge img{object-fit:contain;filter:brightness(.15);width:10px;height:10px}.skills-selected-label{color:#ffd037;letter-spacing:.04em;text-transform:uppercase;flex:none;font:400 10px/1 Average Sans,sans-serif}.skills-mobile-progress{align-items:center;gap:6px;display:flex}.skills-mobile-progress>span{color:#fff9;text-align:center;min-width:12px;font-size:12px}.skills-mobile-progress>span.is-training{color:#ffd037;text-shadow:0 0 6px #ffd037}.skills-mobile-progress>i{background:#ffffff1a;flex:1;height:4px;position:relative;overflow:visible}.skills-mobile-progress>i>b{background:#ffd03740;height:4px;display:block;position:absolute;inset:0 auto 0 0}.skills-mobile-progress>i>b.is-training{background:#ffd037;box-shadow:0 0 6px #ffd037cc}.skills-mobile-divider{background:#090909;flex:none;width:2px}.skills-mobile-action{color:#ffd037;cursor:pointer;background:#222;border:0;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:4px;width:60px;padding:6px;font-size:10px;display:flex}.skills-mobile-action:hover{background:#292929}.skills-mobile-action:disabled{cursor:default;opacity:.55}.skills-mobile-action img{object-fit:contain;width:28px;height:28px}.skills-primary-footer{background:#151515;border-top:8px solid #151515;align-items:stretch;min-height:68px;padding:0 4px;display:flex;position:absolute;bottom:0;left:0;right:0}.skills-primary-summary{background:#222;flex-direction:column;flex:1;justify-content:center;gap:6px;min-width:0;padding:8px 12px;display:flex}.skills-primary-summary strong{color:#ffd037;font-size:18px;font-weight:400}.skills-primary-summary span{color:#fff9;flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;display:flex}.skills-primary-summary i{background:#fff9;border-radius:50%;width:3px;height:3px}.skills-primary-footer>button{color:#fff9;cursor:pointer;background:#222;border:0;border-left:2px solid #090909;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:4px;width:62px;padding:6px;font-size:10px;display:flex}.skills-primary-footer>button:hover{color:#fff;background:#292929}.skills-primary-footer>button img{object-fit:contain;width:28px;height:28px}.tower-primary-surface{overflow:hidden}.tower-primary-back{z-index:3;cursor:pointer;background:0 0;border:0;place-items:center;width:44px;height:44px;padding:0;display:grid;position:absolute;top:8px;left:8px}.tower-primary-back img{object-fit:contain;width:28px;height:28px}.tower-instance-badge{z-index:3;color:#ffffffbf;letter-spacing:.5px;background:#00000073;border-radius:6px;padding:4px 10px;font-size:12px;position:absolute;top:8px;right:8px}.tower-primary-loading{color:#ffffffb3;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:100%;display:flex}.tower-primary-loading p{margin:0}.tower-mobile-list{overscroll-behavior:contain;scrollbar-color:#ffffff40 transparent;scrollbar-width:thin;flex:1;min-height:0;padding:56px 0 32px;overflow:hidden auto}.tower-mobile-floor{color:#fff;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;width:100%;padding:0 16px 8px;display:flex}.tower-mobile-floor:disabled{cursor:default}.tower-mobile-floor.is-locked .tower-mobile-art{opacity:.35}.tower-mobile-art{justify-content:center;align-items:center;width:203px;height:165px;margin-bottom:8px;display:flex}.tower-mobile-art img{object-fit:contain;width:100%;height:100%}.tower-mobile-art i{background:#222;border-radius:8px;width:100%;height:100%}.tower-mobile-status{color:#fff;letter-spacing:.8px;text-transform:uppercase;justify-content:center;align-items:center;min-height:24px;margin-bottom:4px;font:400 16px/20px Aubrey,serif;display:flex}.tower-mobile-status.is-warning{color:#ff4137}.tower-mobile-status.is-unlocked{color:#ffd037;text-shadow:0 0 8px #ffd037bf}.tower-mobile-floor>strong{color:#fff;text-align:center;min-height:28px;margin-bottom:8px;font:600 18px/1.3 Lora,serif}.tower-mobile-floor.is-current>strong{color:#ffd037;text-shadow:0 0 8px #ffd03780}.tower-mobile-floor.is-locked>strong{opacity:.6}.tower-mobile-stats{color:#fff9;justify-content:center;align-items:center;gap:10px;min-height:20px;font-size:14px;display:flex}.tower-mobile-stats>span{align-items:center;gap:6px;display:inline-flex}.tower-mobile-stats svg{flex:none;width:16px;height:16px}.tower-mobile-stats>i{background:#ffffff59;border-radius:50%;width:3px;height:3px}.tower-mobile-separator{justify-content:center;align-items:center;width:100%;padding:50px 16px;display:flex}.tower-mobile-separator img{object-fit:contain;width:100%;height:28px}.panel-scrim,.full-game-overlay,.game-loading{z-index:50;position:absolute;inset:0}.panel-scrim{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;justify-content:flex-end;align-items:stretch;display:flex}.game-panel{background:#151515;border-left:1px solid #646464;flex-direction:column;width:min(100%,440px);height:100%;animation:.18s ease-out panel-enter;display:flex;box-shadow:-24px 0 64px #0000006b}@keyframes panel-enter{0%{opacity:0;transform:translate(24px)}}.game-panel>header{min-height:68px;padding:max(12px, env(safe-area-inset-top)) 12px 12px 20px;background:#222;border-bottom:4px solid #090909;justify-content:space-between;align-items:center;display:flex}.game-panel-close{width:40px;height:40px}.game-panel h2{margin:0;font:600 20px/1.25 Lora,serif}.game-panel-body{min-height:0;padding:18px max(16px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) 16px;flex-direction:column;flex:1;gap:18px;display:flex;overflow:auto}.profile-hero{flex-direction:column;align-items:center;gap:4px;padding:8px 0 16px;display:flex}.profile-avatar{background:#333;border:1px solid #646464;border-radius:50%;place-items:center;width:88px;height:88px;font-size:48px;display:grid;overflow:hidden}.profile-avatar img{object-fit:cover;width:100%;height:100%}.profile-hero h3{margin:8px 0 0;font:600 22px/1.25 Lora,serif}.profile-hero p{color:#ffffff94;margin:0}.stat-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.stat-grid>div{background:#222;flex-direction:column;justify-content:center;gap:4px;min-height:74px;padding:12px;display:flex}.stat-grid span{color:#ffffff80;text-transform:uppercase;letter-spacing:.06em;font-size:12px}.stat-grid strong{color:#ffd037;font-size:20px}.stat-grid--large{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-grid--large strong{overflow-wrap:anywhere;font-size:17px}.panel-list,.skill-list-panel,.floor-list,.settings-list{flex-direction:column;gap:4px;display:flex}.panel-list button,.skill-list-panel button{cursor:pointer;text-align:left;background:#222;border:1px solid #0000;grid-template-columns:36px 1fr auto;align-items:center;gap:10px;min-height:64px;padding:10px 12px;display:grid}.panel-list button:hover,.skill-list-panel button:hover,.skill-list-panel button.is-selected{background:#333;border-color:#646464}.panel-list img,.panel-skill-icon img{object-fit:contain;width:30px;height:30px}.panel-list button>span:last-child,.skill-list-panel button>span:last-child{color:#ffffff80;font-size:22px}.panel-skill-icon{color:#ffd037;place-items:center;width:36px;height:36px;font-size:26px;display:grid}.skill-list-panel button>span:nth-child(2){flex-direction:column;gap:3px;min-width:0;display:flex}.skill-list-panel strong{text-overflow:ellipsis;white-space:nowrap;font:600 15px/1.2 Lora,serif;overflow:hidden}.skill-list-panel small{color:#ffffff80}.skill-row-action{border:1px solid #646464;padding:6px 8px;color:#ffd037!important;font-size:12px!important}.skill-aggregate{color:#ffffff94;border-top:1px solid #333;border-bottom:1px solid #333;flex-wrap:wrap;justify-content:space-between;gap:8px;padding:10px 2px;font-size:12px;display:flex}.floor-list article{background:#222;border:1px solid #0000;grid-template-columns:56px 1fr auto;align-items:center;gap:10px;min-height:76px;padding:8px;display:grid}.floor-list article.is-current{border-color:#ffd037}.floor-art{background:#333;place-items:center;width:56px;height:56px;display:grid;overflow:hidden}.floor-art img{object-fit:cover;width:100%;height:100%}.floor-list article>div:nth-child(2){flex-direction:column;gap:3px;min-width:0;display:flex}.floor-list article strong{font:600 14px/1.25 Lora,serif}.floor-list article small{color:#ffffff80}.floor-list article button{cursor:pointer;background:#444;border:0;padding:8px 10px;font-size:12px}.floor-list article button:disabled{opacity:.45;cursor:default}.settings-list label{background:#222;justify-content:space-between;align-items:center;gap:12px;min-height:52px;padding:10px 12px;display:flex}.settings-list input[type=checkbox]{accent-color:#ffd037;width:42px;height:22px}.settings-list select{color:#fff;background:#333;border:1px solid #646464;padding:6px}.settings-actions{flex-direction:column;gap:10px;margin-top:auto;display:flex}.info-copy{color:#ffffffb8;line-height:1.55}.info-copy>p{margin:0 0 20px}.info-copy h3{color:#fff;margin:24px 0 8px;font:600 17px/1.3 Lora,serif}.info-table{border:1px solid #333;flex-direction:column;display:flex}.info-table>div{border-bottom:1px solid #333;grid-template-columns:.5fr 1fr;gap:12px;padding:8px 10px;display:grid}.info-table>div:last-child{border-bottom:0}.info-table>div:first-child{color:#fff;background:#333}.info-table>div>:last-child{text-align:right}.info-table--three>div{grid-template-columns:.4fr 1fr 1fr}.plan-list{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.plan-list button{cursor:pointer;background:#222;border:1px solid #646464;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:150px;display:flex}.plan-list button.is-selected{border-color:#ffd037;box-shadow:inset 0 0 0 1px #ffd037}.plan-list strong{font:600 18px/1.25 Lora,serif}.plan-list span{color:#ffd037;font-size:20px}.plan-list small{color:#ffffff73}.full-game-overlay{z-index:70;background:#151515}.game-loading{z-index:40;background:#151515;flex-direction:column;justify-content:center;align-items:center;gap:18px;transition:opacity .24s;display:flex}.game-loading>img{width:min(300px,66vw)}.game-loading p{color:#ffffff8c;margin:0}.floor-travel-overlay{z-index:80;opacity:1;background:#151515;transition:opacity .4s;position:absolute;inset:0;overflow:hidden}.floor-travel-overlay.is-leaving{opacity:0}.travel-light-effect{opacity:0;animation:.5s .5s forwards travel-light-enter;position:absolute;inset:-12%;overflow:hidden}.travel-light-wash{background:linear-gradient(90deg,#0000 0%,#ffc62d0d 35%,#ffd25017 50%,#ffc62d0d 65%,#0000 100%);position:absolute;inset:0}.travel-orbs{display:none}.travel-beams{position:absolute;inset:0}.travel-beam{top:-10%;left:var(--beam-left);width:var(--beam-width);height:120%;animation:travel-beam-slide 45s linear var(--beam-delay) infinite;position:absolute;transform:rotate(10deg)}.travel-beam i{width:100%;height:100%;opacity:var(--beam-opacity);transform-origin:50%;animation:travel-beam-pulse var(--beam-pulse) ease-in-out var(--beam-pulse-delay) infinite alternate;background:linear-gradient(90deg,#0000 0% 12%,#ffe47805 32%,#ffc62d12 50%,#ffe47805 68%,#0000 88% 100%);display:block}.travel-destination{opacity:0;flex-direction:column;justify-content:center;align-items:center;padding:24px;animation:.4s .12s forwards travel-content-enter;display:flex;position:absolute;inset:0}.travel-floor-art{justify-content:center;align-items:center;width:203px;height:165px;margin-bottom:8px;display:flex}.travel-floor-art img{object-fit:contain;width:100%;height:100%}.travel-floor-art>span{background:#222;border-radius:8px;width:100%;height:100%}.travel-destination p{color:#fff;letter-spacing:.8px;text-align:center;text-transform:uppercase;margin:0 0 4px;font:400 16px/1.25 Aubrey,serif}.travel-destination strong{color:#fff;text-align:center;min-height:28px;font:600 18px/1.35 Lora,serif}.travel-destination-skill{color:#f5cf67;letter-spacing:.2px;text-align:center;margin-top:4px;font:600 15px/1.3 Lora,serif}@keyframes travel-light-enter{to{opacity:.4}}@keyframes travel-content-enter{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes travel-beam-slide{0%{transform:translate(100vw)rotate(10deg)}to{transform:translate(-100vw)rotate(10deg)}}@keyframes travel-beam-pulse{0%{opacity:var(--beam-opacity);transform:scaleX(.88)scaleY(.96)}to{opacity:var(--beam-opacity-min);transform:scaleX(1.12)scaleY(1.04)}}@keyframes travel-orb-pulse{0%,to{opacity:0;transform:translate(-50%,-50%)scale(.72)}38%{opacity:var(--orb-opacity);transform:translate3d(calc(-50% + var(--orb-drift-x)), calc(-50% + var(--orb-drift-y)), 0) scale(1)}72%{opacity:calc(var(--orb-opacity) * .56);transform:translate3d(calc(-50% - var(--orb-drift-x)), calc(-50% - var(--orb-drift-y)), 0) scale(1.14)}}@media (prefers-reduced-motion:reduce){.inventory-receive-flight{animation-duration:1ms}.travel-light-effect,.travel-orbs span,.travel-destination,.travel-beam,.travel-beam i{animation:none}.travel-light-effect{opacity:.4}.travel-orbs span{opacity:var(--orb-opacity);transform:translate(-50%,-50%)}.travel-destination{opacity:1}}.low-power-scene{background:radial-gradient(circle,#333 0,#151515 56%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.low-power-scene img{object-fit:contain;width:92px;height:92px}.low-power-scene p{color:#ffffff80;text-transform:uppercase;letter-spacing:.1em;margin:14px 0 4px}.low-power-scene strong{font:600 20px/1.3 Lora,serif}@keyframes towerscape-spin{to{transform:rotate(360deg)}}.game-click-hit{z-index:10000;pointer-events:none;will-change:opacity, transform;width:36px;height:36px;animation:.4s ease-out both game-click-hit;position:fixed;transform:translate(-50%,-50%)}@keyframes game-click-hit{0%{opacity:0;transform:translate(-50%,-50%)scale(.7)}18%{opacity:1;transform:translate(-50%,-50%)scale(1.08)}68%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(.88)}}html,body,body *,body :before,body :after{cursor:var(--towerscape-cursor)!important}@media (min-width:860px){.game-screen{--desktop-game-sidebar-width:clamp(360px, 34vw, 460px);--desktop-game-control-height:72px;--desktop-game-panel-top:var(--desktop-game-control-height);--desktop-game-status-space:112px}.travel-light-effect{isolation:isolate;inset:-20% -8%}.travel-light-wash{z-index:0;background:radial-gradient(circle,#ffd0370b,#0000 34%),radial-gradient(circle,#0000 16%,#00000029 88%)}.travel-orbs{z-index:1;pointer-events:none;display:block;position:absolute;inset:0}.travel-orbs span{top:var(--orb-y);left:var(--orb-x);width:clamp(140px, var(--orb-size), 480px);aspect-ratio:1;background:radial-gradient(circle, var(--orb-color) 0%, color-mix(in srgb, var(--orb-color) 38%, transparent) 42%, transparent 72%);filter:blur(var(--orb-blur));animation:travel-orb-pulse var(--orb-duration) ease-in-out var(--orb-delay) infinite;will-change:opacity, transform;border-radius:50%;position:absolute}.travel-beams{display:none}.landing-content{padding-top:clamp(24px,5vh,60px);padding-bottom:clamp(28px,5vh,60px)}.creator-screen{grid-template-rows:1fr;grid-template-columns:minmax(0,1.4fr) minmax(380px,.6fr);align-items:center;gap:clamp(24px,4vw,64px);padding:clamp(24px,4vw,64px);display:grid}.creator-desktop-back{z-index:5;display:grid;position:absolute;top:clamp(24px,4vw,64px);left:clamp(24px,4vw,64px)}.creator-footer-back{display:none}.creator-preview{width:100%;height:min(80vh,820px)}.creator-controls{width:100%;max-width:520px}.skill-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));width:100%}.desktop-other-skill{display:flex}.mobile-train-different{display:none}.skill-card{min-height:150px;font-size:15px}.skill-card-icon{width:64px;height:64px}.acquire-ring{width:min(343px,38vh)}.acquire-ring:before{width:calc(min(343px,38vh) - 8px)}.game-header,.game-footer{display:none}.desktop-game-sidebar{width:var(--desktop-game-sidebar-width);color:#fff;pointer-events:none;background:#151515;border-left:1px solid #090909;transition:transform .18s;display:block;position:absolute;top:0;bottom:0;right:0}.desktop-sidebar-toggle{z-index:75;bottom:var(--desktop-game-control-height);right:var(--desktop-game-sidebar-width);color:#fff;opacity:.34;cursor:pointer;background:#151515d6;border:1px solid #3d3d3d;border-right:0;place-items:center;width:32px;height:40px;padding:0;transition:right .18s,opacity .12s,background .12s;display:grid;position:absolute}.desktop-sidebar-toggle:hover,.desktop-sidebar-toggle:focus-visible{opacity:1;background:#222}.desktop-sidebar-toggle span{border-top:2px solid;border-right:2px solid;width:9px;height:9px;transition:transform .18s;transform:rotate(45deg)}.desktop-game-top-controls,.desktop-game-bottom-controls{z-index:60;height:var(--desktop-game-control-height);pointer-events:auto;background:#151515;gap:4px;padding:4px;display:flex;position:absolute;left:0;right:0}.desktop-game-top-controls{border-bottom:4px solid #090909;top:0}.desktop-game-bottom-controls{border-top:4px solid #090909;bottom:0}.desktop-player-summary{background:var(--game-ui-button-background);color:#fff;cursor:pointer;text-align:left;border:1px solid #0000;flex:3;align-items:center;min-width:0;padding:5px;display:flex}.desktop-player-summary:hover,.desktop-player-summary.is-active{border-color:var(--game-ui-button-active-border);background:var(--game-ui-button-active-background)}.desktop-player-summary .player-summary-copy small{overflow:hidden}.desktop-profile-avatar{flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid;position:relative}.desktop-profile-avatar .header-avatar{flex:none}.desktop-active-skill-badge{background:#2d2d2d;border:2px solid #151515;border-radius:50%;place-items:center;width:24px;height:24px;display:grid;position:absolute;bottom:-3px;right:-3px;overflow:hidden;box-shadow:0 2px 6px #0009}.desktop-active-skill-badge img{object-fit:contain;object-position:center;width:18px;height:18px;display:block;transform:translateY(-1px)}.desktop-game-top-controls>button:not(.desktop-player-summary),.desktop-game-bottom-controls>button{background:var(--game-ui-button-background);min-width:0;min-height:60px;color:var(--game-ui-button-foreground);cursor:pointer;border:1px solid #0000;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;font:400 11px/1.2 Average Sans,sans-serif;display:flex}.desktop-game-top-controls>button:not(.desktop-player-summary):hover,.desktop-game-bottom-controls>button:hover,.desktop-game-top-controls>button.is-active,.desktop-game-bottom-controls>button.is-active{border-color:var(--game-ui-button-active-border);background:var(--game-ui-button-active-background);color:#fff}.desktop-game-top-controls>button.is-active,.desktop-game-bottom-controls>button.is-active{box-shadow:inset 0 -3px #ffd037}.desktop-game-top-controls>button:not(.desktop-player-summary) img,.desktop-game-bottom-controls img{object-fit:contain;width:30px;height:28px}.desktop-game-bottom-controls .desktop-train-button{color:#ffd037}.game-training-status{z-index:58;width:calc(100% - var(--desktop-game-sidebar-width));pointer-events:none;background:linear-gradient(#151515f5,#151515d6);border-bottom:1px solid #090909;flex-direction:column;flex:none;align-self:flex-start;max-height:124px;padding:6px 8px 5px;transition:width .18s;display:flex;position:relative;overflow:visible}.game-training-status:empty{display:none}.active-buff-hud{width:max-content;margin-top:8px;margin-left:10px}.game-training-status .training-bars,.game-training-status .training-rate-info{pointer-events:auto}.game-primary-overlay,.game-primary-overlay--tower,.panel-scrim{top:var(--desktop-game-panel-top);right:0;bottom:var(--desktop-game-control-height);width:var(--desktop-game-sidebar-width);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#151515;border:0;border-left:1px solid #090909;transition:transform .18s;left:auto}.game-primary-overlay,.game-primary-overlay--tower{justify-content:stretch}.game-primary-surface,.tower-primary-surface{width:100%}.game-primary-hairline,.game-utility-dock-grabber,.game-utility-dock-header,.game-primary-overlay .profile-mobile-back,.tower-primary-back,.tower-instance-badge,.tower-mobile-status,.inventory-detail-back,.inventory-detail-close,.panel-scrim--desktop-tab-content .game-panel>header{display:none}.game-primary-content{padding-top:0}.tower-mobile-list{padding-top:8px;padding-bottom:32px}.panel-scrim{-webkit-backdrop-filter:none;backdrop-filter:none}.game-panel{width:100%;box-shadow:none;border-left:0}.game-utility-dock{z-index:8;top:var(--desktop-game-panel-top);right:0;bottom:var(--desktop-game-control-height);width:var(--desktop-game-sidebar-width);max-height:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#151515;border:0;border-left:1px solid #090909;transition:transform .18s;position:absolute}.game-utility-dock-body{flex-direction:column;flex:1;min-height:0;display:flex}.utility-dock-empty{flex:1;place-items:center;min-height:100%;padding:24px 16px;display:grid}.inventory-item-grid,.talent-slot-grid,.inventory-item-detail{flex:1;width:100%}.inventory-item-grid,.talent-slot-grid{padding-top:12px}.npc-shop-dock{z-index:70;width:var(--desktop-game-sidebar-width);border:0;border-left:1px solid #333;flex:none;height:auto;max-height:none;transition:transform .18s;position:absolute;top:0;bottom:0;right:0;box-shadow:-18px 0 54px #00000057}.game-hud:has(>.npc-shop-dock){z-index:70}.npc-shop-header{z-index:2;min-height:var(--desktop-game-control-height);background:#151515;position:relative}.npc-shop-content{flex-direction:column;display:flex;overflow:hidden auto}.npc-shop-grid{border-bottom:1px solid #333;border-right:0;flex:none;grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible}.npc-shop-detail{flex:none;overflow:visible}.npc-walk-status{z-index:56;top:var(--desktop-game-panel-top);width:var(--desktop-game-sidebar-width);margin:0;transition:transform .18s;position:absolute;right:0}.npc-interaction-error{top:max(18px, env(safe-area-inset-top));left:calc((100% - var(--desktop-game-sidebar-width)) / 2)}.npc-talk-overlay{top:max(22px, env(safe-area-inset-top));right:auto;left:calc((100% - var(--desktop-game-sidebar-width)) / 2);width:min(900px, calc(100% - var(--desktop-game-sidebar-width) - 72px));transform:translate(-50%)}.npc-talk-overlay .npc-dialog-dock{background:#17140f;border:2px solid #7f6a3c;border-radius:4px;box-shadow:0 18px 54px #00000094,inset 0 0 0 1px #ffe49f1f}.npc-talk-overlay .npc-dialog-surface{background:linear-gradient(#ffe49f09,#0000 44%),#17140ffa;grid-template-rows:auto minmax(54px,1fr) auto;grid-template-columns:88px minmax(0,1fr);gap:8px 18px;min-height:194px;max-height:min(360px,100dvh - 44px);padding:18px 20px 16px}.npc-talk-overlay .npc-dialog-identity{display:contents}.npc-talk-overlay .npc-dialog-portrait{background:#29241a;border:2px solid #9a8150;border-radius:4px;grid-area:1/1/3;align-self:start;width:88px;height:88px;padding:4px;box-shadow:0 4px 14px #0000006b}.npc-talk-overlay .npc-dialog-portrait .npc-portrait-inner{border-radius:2px}.npc-talk-overlay .npc-dialog-identity strong{color:#f2d47c;grid-area:1/2;align-self:end;font-size:19px;line-height:24px}.npc-talk-overlay .npc-dialog-message{grid-area:2/2;font-size:17px;line-height:25px}.npc-talk-overlay .npc-dialog-actions{border-top:1px solid #f2d47c29;grid-area:3/1/auto/-1;padding-top:6px}.npc-talk-overlay .npc-dialog-choice{background:#29251d;border-color:#6d6043;border-radius:3px}.npc-talk-overlay .npc-dialog-choice--primary{color:#241d0c;background:#e1bd58;border-color:#e1bd58}.npc-talk-overlay .npc-dialog-choice--leave{color:#ffb2ab;background:#542724;border-color:#8b3f3a}.npc-talk-overlay .npc-dialog-choice--leave:hover{color:#fff;background:#6c302c}.game-chat-stack{z-index:55;width:min(540px, calc(100% - var(--desktop-game-sidebar-width) - 112px));pointer-events:none;will-change:transform;max-height:100dvh;transition:width .18s,transform .18s;display:block;position:absolute;bottom:0;left:0}.desktop-chat-toggle{z-index:57;color:#fff;opacity:.34;cursor:pointer;pointer-events:auto;background:#151515d6;border-top:1px solid #3d3d3d;border-bottom:0;border-left:0;border-right:1px solid #3d3d3d;place-items:center;width:32px;height:40px;padding:0;transition:opacity .12s,background .12s;display:grid;position:absolute;bottom:0;left:0}.desktop-chat-toggle:hover,.desktop-chat-toggle:focus-visible{opacity:1;background:#222}.desktop-chat-toggle span{border-top:2px solid;border-right:2px solid;width:9px;height:9px;transition:transform .18s;transform:rotate(-135deg)}.game-chat{z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0e0e0ee6;border:1px solid #3d3d3d;flex-direction:column;align-self:auto;width:100%;max-height:min(300px,42dvh);padding:0;display:flex;position:relative;box-shadow:0 18px 54px #0000006b}.game-chat--messages{height:min(280px,38dvh)}.game-chat--compact{height:auto}.game-chat--debug{height:min(620px,100dvh - 32px);max-height:calc(100dvh - 32px)}.game-chat.is-collapsed{height:43px}.game-chat-tabs{background:#151515;border-bottom:1px solid #333;flex:0 0 42px;min-height:42px;display:flex}.game-chat-tabs button{color:#ffffff85;cursor:pointer;background:0 0;border:0;border-right:1px solid #333;min-width:112px;padding:0 18px;font:400 14px/42px Average Sans,sans-serif;position:relative}.game-chat-tabs button:hover{color:#fff}.game-chat-tabs button.is-active{color:#fff;background:#222}.game-chat-tabs button.is-active:after{content:"";background:#ffd037;height:2px;position:absolute;bottom:-1px;left:14px;right:14px}.game-chat-channel-panel{flex-direction:column;flex:1;min-height:0;padding:12px 14px;display:flex}.game-chat--debug .game-chat-channel-panel{padding:0}.game-chat-debug-view{scrollbar-color:#ffffff52 transparent;scrollbar-width:thin;flex-direction:column;flex:1;gap:12px;min-height:0;padding:12px 14px 14px;display:flex;overflow:hidden auto}.game-chat-debug-view[hidden]{display:none}.game-chat-debug-switches{z-index:3;background:#151515f7;border-bottom:1px solid #ffffff1a;flex-wrap:wrap;flex:none;gap:8px;margin:-12px -14px 0;padding:10px 14px;display:flex;position:sticky;top:-12px}.game-chat-debug-switches label{color:#ffffffc7;cursor:pointer;background:#222;border:1px solid #3d3d3d;align-items:center;gap:7px;padding:6px 9px;font:400 13px/18px Average Sans,sans-serif;display:flex}.game-chat-debug-switches input{accent-color:#ffd037;margin:0}.game-chat-debug-empty{color:#ffffff6b;margin:0;font:400 14px/20px Average Sans,sans-serif}.game-chat-debug-panel-root,.game-chat-debug-panel-stack{gap:12px;width:100%;display:grid}.game-chat-debug-panel-root .atmosphere-debug-toggle,.game-chat-debug-panel-root .atmosphere-debug-panel{pointer-events:auto;border-radius:0;width:100%;max-height:none;position:relative;inset:auto;overflow:visible}.game-chat-debug-panel-root .atmosphere-debug-toggle{text-align:left}.game-chat-debug-panel-root .atmosphere-debug-panel>header{display:none}.game-chat.is-collapsed .game-chat-tabs{border-bottom:0}.game-chat.is-collapsed .game-chat-channel-panel{display:none}.game-chat-log,.game-chat.is-open .game-chat-log{flex:1;gap:7px;max-height:none;padding-right:10px}.game-chat-row{gap:8px;font-size:15px;line-height:20px}.game-chat-compose{border-top:1px solid #ffffff14;flex:0 0 40px;gap:8px;min-height:40px;margin-top:8px;padding-top:8px}.game-chat--compact .game-chat-compose{height:40px}.game-chat-compose input,.game-chat-open{min-height:24px;font-size:15px;line-height:22px}.game-chat-open{height:28px}.game-chat-empty{color:#ffffff6b;flex:1;font:400 15px/22px Pixelify Sans,monospace}.game-chat-open-mobile{display:none}.game-chat-open-desktop{display:inline}.game-chat-run{z-index:56;right:var(--desktop-game-sidebar-width);pointer-events:auto;transition:right .18s;position:absolute;bottom:0}.game-chat-run .run-energy-button{width:64px;height:var(--desktop-game-control-height);color:#ffffffad;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#151515eb;border:1px solid #3d3d3d;border-right:0;flex-direction:column;justify-content:center;align-items:center;gap:1px;padding:3px;font:400 9px/1 Average Sans,sans-serif;display:flex}.game-chat-run .run-energy-button:hover,.game-chat-run .run-energy-button.is-active{color:#fff;border-color:#ffd037}.game-chat-run .run-energy-icon{width:23px;height:21px}.game-scene-layer{right:var(--desktop-game-sidebar-width);padding:0;transition:right .18s}.game-screen.is-sidebar-collapsed .desktop-game-sidebar,.game-screen.is-sidebar-collapsed .game-primary-overlay,.game-screen.is-sidebar-collapsed .panel-scrim,.game-screen.is-sidebar-collapsed .game-utility-dock,.game-screen.is-sidebar-collapsed .npc-shop-dock,.game-screen.is-sidebar-collapsed .npc-walk-status{transform:translate(100%)}.game-screen.is-sidebar-collapsed .npc-interaction-error{left:50%}.game-screen.is-sidebar-collapsed .npc-talk-overlay{width:min(900px,100% - 72px);left:50%}.game-screen.is-sidebar-collapsed .desktop-sidebar-toggle{right:0}.game-screen.is-sidebar-collapsed .desktop-sidebar-toggle span{transform:rotate(-135deg)}.game-screen.is-sidebar-collapsed .game-scene-layer{right:0}.game-screen.is-sidebar-collapsed .game-training-status{width:100%}.game-screen.is-sidebar-collapsed .game-chat-stack{width:min(540px,100% - 112px)}.game-screen.is-sidebar-collapsed .game-chat-run{right:0}.game-screen.is-chat-collapsed .game-chat-stack{transform:translate(calc(-100% - 1px))}.game-screen.is-chat-collapsed .desktop-chat-toggle span{transform:rotate(45deg)}.scene-debug-readout-stack{top:16px;left:16px}}@media (min-width:1180px){.skill-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.game-panel{width:100%}}@media (max-width:480px){.landing-screen{min-height:0}.landing-content{padding-left:20px;padding-right:20px}.brand-lockup img{width:min(100%,360px)}.skill-grid{gap:8px}.skill-card{min-height:104px;padding:12px 6px 16px}.skill-card-icon{width:42px;height:42px}.player-summary-copy>strong{font-size:16px}.player-summary-copy small{gap:4px;font-size:11px}.header-actions button{width:58px}.game-footer>button{flex:1;width:auto}.game-panel{border-left:0}.npc-dialog-surface{gap:10px;min-height:160px;padding:12px}.npc-dialog-portrait{flex-basis:40px;width:40px;height:40px}.npc-dialog-identity strong{font-size:14px;line-height:19px}.npc-dialog-message{font-size:13px;line-height:18px}.npc-shop-content{flex-direction:column;display:flex;overflow-y:auto}.inventory-item-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.npc-shop-grid{border-bottom:1px solid #333;border-right:0;flex:none;grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible}.npc-shop-detail{flex:none;overflow:visible}}@media (max-width:340px){.inventory-item-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.talent-slot-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.npc-shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.npc-shop-trade-controls{flex-direction:column}.npc-shop-quantity{flex-basis:38px;width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
