*{box-sizing:border-box}html,body{background:#0f1114;width:100%;height:100%;margin:0;overflow:hidden}#app{flex-direction:column;width:100%;height:100%;display:flex}.game-layer{flex:1;min-height:0;position:relative}.world-chat{z-index:11;pointer-events:none;max-width:min(640px,100vw - 20px);position:absolute;top:8px;left:8px}.world-chat__panel{pointer-events:auto;-webkit-backdrop-filter:blur(8px);background:linear-gradient(165deg,#12151e1a 0%,#0a0c1224 100%);border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;gap:5px;padding:6px 7px;display:flex;box-shadow:0 4px 14px #00000024,inset 0 1px #ffffff08}.world-chat__title{letter-spacing:.1em;text-transform:uppercase;color:#c8d0de6b;padding:0 1px;font:700 8px/1.15 system-ui,sans-serif}.world-chat__messages{scrollbar-width:thin;scrollbar-color:#ffffff26 transparent;background:#00000014;border:1px solid #ffffff0a;border-radius:6px;flex-shrink:0;height:120px;max-height:120px;padding:4px 5px;overflow:hidden auto}.world-chat__messages::-webkit-scrollbar{width:4px}.world-chat__messages::-webkit-scrollbar-thumb{background:#ffffff24;border-radius:4px}.world-chat__line{word-break:break-word;margin-bottom:4px;font:500 11px/1.35 system-ui,sans-serif}.world-chat__line:last-child{margin-bottom:0}.world-chat__nick{text-shadow:0 1px 2px #00000080;font-weight:700}.world-chat__text{color:#e8ecf5e0;text-shadow:0 1px 2px #00000073}.world-chat__field-row{cursor:text;padding-top:1px}.world-chat__input{box-sizing:border-box;color:#e8ecf5;background:#0000001a;border:1px solid #ffffff0f;border-radius:6px;outline:none;width:100%;padding:5px 6px;font:500 11px system-ui,sans-serif;transition:border-color .15s,box-shadow .15s}.world-chat__input::placeholder{color:#b4bccc61}.world-chat__input:focus{border-color:#78a0ff59;box-shadow:0 0 0 2px #5b8cff1f}.world-minimap{z-index:9;pointer-events:none;box-shadow:none;background:0 0;border-radius:10px;position:absolute;top:10px;right:10px}.world-minimap__canvas{border-radius:10px;display:block}.world-minimap__online{width:196px;max-width:min(196px,100vw - 20px);margin-top:7px}.world-minimap__online-title,.world-minimap__online-name,.world-minimap__online-lag{color:#0a0a0a;text-shadow:-1px 0 #fff,1px 0 #fff,0 -1px #fff,0 1px #fff,-1px -1px #fff,1px -1px #fff,-1px 1px #fff,1px 1px #fff}.world-minimap__online-title{letter-spacing:.08em;text-transform:uppercase;margin:0 0 5px 1px;font:700 10px/1.25 system-ui,sans-serif}.world-minimap__online-list{flex-direction:column;gap:3px;margin:0;padding:0;list-style:none;display:flex}.world-minimap__online-row{justify-content:space-between;align-items:baseline;gap:8px;padding:2px 0;font:600 11px/1.3 system-ui,sans-serif;display:flex}.world-minimap__online-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.world-minimap__online-lag{font-variant-numeric:tabular-nums;flex-shrink:0;font-size:10px;font-weight:600}#game-canvas{touch-action:none;width:100%;height:100%;display:block}.touch-game-hud{z-index:12;pointer-events:none;padding:0;position:absolute;inset:0}.touch-game-hud[hidden]{display:none!important}.touch-game-hud__stick-wrap{pointer-events:auto;bottom:6px;left:calc(env(safe-area-inset-left,0px) + 6px);touch-action:none;position:absolute}.touch-game-hud__actions{pointer-events:auto;bottom:6px;right:calc(env(safe-area-inset-right,0px) + 6px);touch-action:manipulation;flex-direction:column;align-items:flex-end;gap:8px;display:flex;position:absolute}.touch-joystick{touch-action:none;-webkit-user-select:none;user-select:none;opacity:.2}.touch-joystick__base{background:radial-gradient(circle at 35% 30%,#373e52f2 0%,#121620eb 55%,#0a0c12f5 100%);border:2px solid #ffffff1c;border-radius:50%;width:118px;height:118px;position:relative;box-shadow:inset 0 3px 14px #00000073,0 5px 22px #00000061}.touch-joystick__knob{will-change:transform;pointer-events:none;background:linear-gradient(165deg,#f5f8fff5 0%,#aabadce0 45%,#6e80a8d1 100%);border:2px solid #ffffff38;border-radius:50%;width:44px;height:44px;margin:-22px 0 0 -22px;position:absolute;top:50%;left:50%;transform:translate(0);box-shadow:0 4px 14px #0000006b,inset 0 1px #ffffff59}.touch-game-hud__btn{color:#f5f8ffe6;touch-action:manipulation;-webkit-user-select:none;user-select:none;background:#121620bf;border:1px solid #ffffff1f;border-radius:16px;width:58px;height:58px;box-shadow:0 4px 18px #00000061,inset 0 1px #ffffff0f}.touch-game-hud__btn:active{background:#20283ae0;transform:scale(.96)}.touch-game-hud__btn--jump:after{content:"";opacity:.92;border:2.5px solid;border-radius:50%;width:22px;height:22px;margin:0 auto;display:block}.touch-game-hud__btn--primary:after{content:"";opacity:.92;border-bottom:18px solid;border-left:11px solid #0000;border-right:11px solid #0000;width:0;height:0;margin:0 auto;display:block;transform:translateY(-3px)}.first-person-crosshair{pointer-events:none;z-index:6;color:#fffaebf7;opacity:0;width:30px;height:30px;transition:opacity .12s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.first-person-crosshair.is-active{opacity:1;filter:drop-shadow(0 0 4px #000000f2)drop-shadow(0 0 1px #ffffff59);background:radial-gradient(circle,currentColor 2px,#0000 2.5px)}.first-person-crosshair:before,.first-person-crosshair:after{content:"";background:currentColor;border-radius:.5px;position:absolute;box-shadow:0 0 3px #000000f2}.first-person-crosshair:before{width:2px;height:30px;top:0;left:14px}.first-person-crosshair:after{width:30px;height:2px;top:14px;left:0}.toolbar{pointer-events:none;background:0 0;flex-shrink:0;justify-content:center;padding:10px 14px 16px;display:flex}.toolbar-track{pointer-events:auto;-webkit-backdrop-filter:blur(12px);background:linear-gradient(#161a23e0 0%,#0e1117f2 100%);border:1px solid #ffffff14;border-radius:16px;flex-wrap:nowrap;align-items:center;gap:6px;padding:8px 12px;display:flex;box-shadow:0 4px 24px #00000080,0 0 0 1px #0000004d,inset 0 1px #ffffff0a}.toolbar-vitals{pointer-events:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:3px;max-width:min(168px,34vw);display:flex}.toolbar-slot{color:#c8ceda;cursor:pointer;background:#00000059;border:2px solid #ffffff12;border-radius:10px;width:52px;height:52px;padding:0;font:500 11px/1.2 system-ui,sans-serif;transition:background .18s,border-color .18s,box-shadow .18s,transform .1s;position:relative;box-shadow:inset 0 2px 4px #0000004d}.toolbar-slot:hover{background:#ffffff0f;border-color:#ffffff24;box-shadow:inset 0 2px 4px #0000004d,0 0 8px #5b8cff1f}.toolbar-slot:active{transform:scale(.95)}.toolbar-slot:focus-visible{outline-offset:2px;outline:2px solid #5b8cff}.toolbar-slot-preview{border-color:#ffffff1a;justify-content:stretch;align-items:stretch;padding:3px;display:flex;position:relative}.toolbar-slot-preview canvas{background:#111620;border-radius:7px;width:100%;height:100%;display:block}.toolbar-slot-action{background:#5b8cff0f;border-color:#5b8cff33;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:5px 4px;display:inline-flex}.toolbar-slot-action:hover{background:#5b8cff1f;border-color:#5b8cff59}.toolbar-action-icon{background:linear-gradient(135deg,#5b8cff 0%,#3a5ec0 100%);border-radius:4px;flex-shrink:0;width:16px;height:16px}.toolbar-action-text{letter-spacing:.04em;color:#8ab4ff;font-size:10px;font-weight:700;line-height:1}.toolbar-slot-item:before{content:attr(data-toolbar-slot);color:#ffffffd9;text-align:center;letter-spacing:-.02em;pointer-events:none;z-index:3;background:#0000008c;border-radius:4px;min-width:15px;height:15px;padding:0 4px;font:700 9px/15px system-ui,sans-serif;position:absolute;top:2px;left:3px;box-shadow:0 1px 2px #00000059}.toolbar-slot-item.is-selected:before{color:#f0f4ff;background:#5b8cff73}.toolbar-slot-item:after{content:"";pointer-events:none;border:none;border-radius:6px;transition:border-color .18s,border-style .18s;position:absolute;inset:4px}.toolbar-slot-item:hover:after{border-color:#ffffff24}.toolbar-slot-item.has-item:after{border:1.5px solid #ffffff0f}.toolbar-slot-item.has-item{background:#00000040;justify-content:center;align-items:center;padding:4px;display:flex}.toolbar-slot-icon{object-fit:contain;pointer-events:none;image-rendering:auto;filter:drop-shadow(0 1px 3px #0000008c);width:100%;max-width:40px;height:100%;max-height:40px;display:block}.toolbar-slot-icon.toolbar-slot-icon--block{filter:drop-shadow(0 1px 2px #00000073);flex-shrink:0;width:32px;max-width:100%;height:32px;max-height:100%}.toolbar-slot-count{color:#f0f4ff;text-align:center;pointer-events:none;z-index:2;background:#000000b8;border-radius:4px;min-width:1.1em;padding:0 3px;font:700 10px/1.2 system-ui,sans-serif;position:absolute;bottom:2px;right:3px}.toolbar-slot-item.is-selected{background:#5b8cff1f;border-color:#5b8cff99;box-shadow:inset 0 2px 4px #0003,0 0 12px #5b8cff33,0 0 4px #5b8cff26}.toolbar-slot-item.is-selected:after{border:1.5px solid #5b8cff4d}.toolbar-slot-personalize{color:#7a849a;background:#ffffff08;border-color:#ffffff14;justify-content:center;align-items:center;margin-left:2px;display:inline-flex}.toolbar-slot-personalize:hover{color:#c0c8d8;background:#ffffff12;border-color:#ffffff29}.toolbar-slot-personalize.is-selected{color:#b8ceff;background:#5b8cff1f;border-color:#5b8cff99;box-shadow:inset 0 2px 4px #0003,0 0 10px #5b8cff26}.toolbar-personalize-glyph{opacity:.92;display:block}.toolbar-slot-preview.is-selected{border-color:#5b8cff80;box-shadow:inset 0 2px 4px #0003,0 0 10px #5b8cff26}.toolbar-preview-anchor,.toolbar-graphics-anchor{position:relative}.toolbar-slot-graphics{color:#8a93a8;background:#ffffff08;border-color:#ffffff14;justify-content:center;align-items:center;display:inline-flex}.toolbar-slot-graphics:hover{color:#c5cddc;background:#ffffff12;border-color:#ffffff29}.toolbar-slot-graphics.is-selected{color:#9ec5ff;background:#5b8cff1a;border-color:#5b8cff8c;box-shadow:inset 0 2px 4px #0003,0 0 10px #5b8cff1f}.toolbar-graphics-glyph{opacity:.92;display:block}.toolbar-slot-fullscreen{color:#8a93a8;background:#ffffff08;border-color:#ffffff14;justify-content:center;align-items:center;display:none}.toolbar-slot-fullscreen:hover{color:#c5cddc;background:#ffffff12;border-color:#ffffff29}.toolbar-slot-fullscreen.is-selected{color:#a8e4c8;background:#64c8a01f;border-color:#64c8a08c;box-shadow:inset 0 2px 4px #0003,0 0 10px #64c8a026}.toolbar-fullscreen-glyph{opacity:.92;display:block}.graphics-panel{width:min(260px,100vw - 20px);max-width:calc(100vw - 20px);max-height:min(72vh, calc(100vh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 108px));max-height:min(72vh, calc(100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 108px));z-index:40;pointer-events:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;background:linear-gradient(#1c202afa 0%,#12151cfc 100%);border:1px solid #ffffff1a;border-radius:12px;padding:12px 14px 14px;position:absolute;bottom:calc(100% + 10px);left:50%;overflow:hidden auto;transform:translate(-50%);box-shadow:0 8px 32px #0000008c,0 0 0 1px #00000059}.graphics-panel[hidden]{display:none!important}.appearance-panel{width:min(240px,100vw - 20px);max-width:calc(100vw - 20px);max-height:min(72vh, calc(100vh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 108px));max-height:min(72vh, calc(100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 108px));z-index:40;pointer-events:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;background:linear-gradient(#1c202afa 0%,#12151cfc 100%);border:1px solid #ffffff1a;border-radius:12px;padding:12px 14px 14px;position:absolute;bottom:calc(100% + 10px);left:0;overflow:hidden auto;box-shadow:0 8px 32px #0000008c,0 0 0 1px #00000059}.appearance-panel[hidden]{display:none!important}.appearance-panel-title{letter-spacing:.06em;text-transform:uppercase;color:#ffffff73;margin-bottom:10px;font:700 12px/1.2 system-ui,sans-serif}.appearance-shirt-row{background:#00000059;border:1px solid #ffffff0f;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;padding:8px 10px;display:flex}.appearance-shirt-label{color:#c8cedad9;font:600 12px system-ui,sans-serif}.appearance-shirt-input{cursor:pointer;background:#0006;border:1px solid #ffffff26;border-radius:8px;width:44px;height:32px;padding:0}.appearance-shirt-input::-webkit-color-swatch-wrapper{padding:3px}.appearance-shirt-input::-webkit-color-swatch{border:none;border-radius:5px}.appearance-rename-btn{color:#d0d6e2;cursor:pointer;background:#00000047;border:1px solid #ffffff1f;border-radius:8px;width:100%;padding:8px 10px;font:600 12px system-ui,sans-serif;transition:background .15s,border-color .15s}.appearance-rename-btn:hover{background:#ffffff0f;border-color:#fff3}.appearance-hint{color:#b4bccca6;margin:10px 0 0;font:11px/1.45 system-ui,sans-serif}.graphics-panel-title{letter-spacing:.06em;text-transform:uppercase;color:#ffffff73;margin-bottom:10px;font:700 12px/1.2 system-ui,sans-serif}.graphics-fps-row{background:#00000059;border:1px solid #ffffff0f;border-radius:8px;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px;padding:8px 10px;display:flex}.graphics-fps-label{color:#c8cedabf;font:600 11px system-ui,sans-serif}.graphics-fps-value{color:#9ec5ff;font-variant-numeric:tabular-nums;font:800 18px/1 tabular-nums system-ui,sans-serif}.graphics-display-actions{flex-direction:column;gap:8px;margin-top:12px;display:flex}.graphics-action-btn{width:100%}.graphics-presets{flex-direction:column;gap:6px;display:flex}.graphics-preset{color:#d0d6e2;cursor:pointer;text-align:left;background:#00000040;border:1px solid #ffffff1a;border-radius:8px;padding:8px 10px;font:600 12px system-ui,sans-serif;transition:background .15s,border-color .15s,color .15s}.graphics-preset:hover{background:#ffffff0f;border-color:#ffffff29}.graphics-preset.is-selected{color:#f0f4ff;background:#5b8cff24;border-color:#5b8cff8c}.graphics-lite-screen{color:#d0d6e2;cursor:pointer;text-align:left;background:#00000038;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;align-items:flex-start;gap:2px;width:100%;margin-top:10px;padding:9px 10px;transition:background .15s,border-color .15s,color .15s;display:flex}.graphics-lite-screen:hover{background:#ffffff0d;border-color:#ffffff24}.graphics-lite-screen.is-selected{color:#e8faf0;background:#64c8a01a;border-color:#78c8a080}.graphics-lite-screen__title{font:600 12px system-ui,sans-serif}.graphics-lite-screen__sub{color:#b4bcccb8;font:500 10px/1.35 system-ui,sans-serif}.graphics-lite-screen.is-selected .graphics-lite-screen__sub{color:#c8ebd7bf}#app.lite-screen-ui .time-display,#app.lite-screen-ui .toolbar-slot-personalize,#app.lite-screen-ui .graphics-fps-row,#app.lite-screen-ui .graphics-hint,#app.ultra-light-ui .toolbar-slot-preview,#app.ultra-light-ui .toolbar-slot-action,#app.ultra-light-ui .toolbar-slot-fullscreen{display:none!important}#app.ultra-light-ui .toolbar-track{border-radius:10px;gap:3px;padding:4px 6px}#app.ultra-light-ui .toolbar-slot{width:36px;height:36px}#app.ultra-light-ui .toolbar{padding:4px 6px 8px}.graphics-perf-modes{flex-direction:column;gap:6px;margin-top:10px;display:flex}.graphics-hint{color:#b4bcccb8;margin:12px 0 0;font:11px/1.45 system-ui,sans-serif}.graphics-hint strong{color:#dce4f0e6;font-weight:700}.game-layer.is-starving{box-shadow:inset 0 0 120px 40px #78140a59}.game-layer.is-low-health{box-shadow:inset 0 0 100px 36px #a01e1e47}.game-layer.is-critical-health{box-shadow:inset 0 0 140px 50px #5a0a0a8c}.game-layer.is-starving.is-low-health,.game-layer.is-starving.is-critical-health{box-shadow:inset 0 0 120px 40px #78140a59,inset 0 0 100px 36px #a01e1e38}.game-layer.is-starving.is-critical-health{box-shadow:inset 0 0 120px 40px #78140a4d,inset 0 0 140px 50px #5a0a0a73}.hunger-bar{z-index:0;pointer-events:none;-webkit-backdrop-filter:blur(8px);box-sizing:border-box;background:#0c0e12b8;border:1px solid #ffffff1a;border-radius:7px;flex-direction:row;align-items:center;gap:5px;width:100%;padding:2px 5px 2px 4px;display:flex;position:relative;box-shadow:inset 0 1px #ffffff0a}.hunger-bar__label{text-align:center;letter-spacing:0;text-transform:none;color:#e6dcc8c7;flex:none;width:10px;font:700 9px/1 system-ui,sans-serif}.hunger-bar__track{flex-flow:row;flex:1 1 0;align-items:stretch;gap:2px;min-width:0;display:flex}.hunger-bar__segment{background:#1c1a18eb;border:1px solid #00000073;border-radius:3px;flex-shrink:0;width:6px;height:11px;transition:box-shadow .2s;position:relative;overflow:hidden;box-shadow:inset 0 2px 4px #00000059,inset 0 1px #ffffff0d}.hunger-bar__segment-inner{transform-origin:0;pointer-events:none;background:linear-gradient(#f8d050 0%,#d88820 48%,#9a5818 100%);border-radius:2px;width:100%;transition:transform 80ms linear;position:absolute;top:0;bottom:0;left:0;box-shadow:inset 0 1px #ffebb473,0 0 8px #f0962338}.hunger-bar__segment--has-fill{border-color:#3720088c}.hunger-bar--low .hunger-bar__segment--has-fill .hunger-bar__segment-inner{background:linear-gradient(#e89830 0%,#a85818 100%)}.hunger-bar--critical .hunger-bar__label{color:#ffa08ce0}.health-bar{z-index:0;pointer-events:none;-webkit-backdrop-filter:blur(8px);box-sizing:border-box;background:#0c0e12b8;border:1px solid #ffffff1a;border-radius:7px;flex-direction:row;align-items:center;gap:5px;width:100%;padding:2px 5px 2px 4px;display:flex;position:relative;box-shadow:inset 0 1px #ffffff0a}.health-bar__label{text-align:center;letter-spacing:0;text-transform:none;color:#ffc8c8d1;flex:none;width:10px;font:700 9px/1 system-ui,sans-serif}.health-bar__track{flex-flow:row;flex:1 1 0;align-items:stretch;gap:2px;min-width:0;display:flex}.health-bar__segment{background:#1c1616eb;border:1px solid #00000073;border-radius:3px;flex-shrink:0;width:6px;height:11px;transition:background .2s,box-shadow .2s;box-shadow:inset 0 2px 4px #00000059,inset 0 1px #ffffff0d}.health-bar__segment--filled{background:linear-gradient(#ff6868 0%,#d02828 48%,#881010 100%);border-color:#320808bf;box-shadow:inset 0 1px #ffc8c873,0 0 10px #dc282859}.health-bar--low .health-bar__segment--filled{background:linear-gradient(#e04040 0%,#901818 100%)}.health-bar--critical .health-bar__label{color:#ff8c82f2}.zombie-overhead{pointer-events:none;filter:drop-shadow(0 2px 5px #0009)}.zombie-overhead__health-host{transform-origin:bottom;transform:scale(.7)}.zombie-overhead .health-bar__label{color:#b4dca0eb}.time-display{color:#fff;letter-spacing:.08em;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10;pointer-events:auto;cursor:pointer;-webkit-user-select:none;user-select:none;background:#0006;border-radius:8px;padding:6px 16px;font:600 20px/1.2 Courier New,monospace;transition:background .5s,color .5s;position:absolute;top:16px;right:16px}.time-force-overlay{z-index:40;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none;background:#06080c8c;justify-content:center;align-items:center;display:none;position:absolute;inset:0}.time-force-overlay.time-force-overlay--open{pointer-events:auto;display:flex}.time-force-panel{background:linear-gradient(165deg,#161a22f5 0%,#0c0e14fa 100%);border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:12px;width:min(320px,100vw - 32px);padding:16px 18px;display:flex;box-shadow:0 16px 48px #00000073}.time-force-panel__title{letter-spacing:.04em;color:#e6ebf5f2;font:700 13px/1.2 system-ui,sans-serif}.time-force-panel__error{color:#f08080;background:#c83c3c1f;border-radius:6px;padding:6px 8px;font:500 12px/1.3 system-ui,sans-serif}.time-force-panel__field{color:#b4bed2d9;flex-direction:column;gap:4px;font:500 11px system-ui,sans-serif;display:flex}.time-force-panel__input{color:#e8ecf4;background:#00000059;border:1px solid #ffffff1f;border-radius:8px;padding:8px 10px;font:600 14px/1.2 ui-monospace,monospace}.time-force-panel__actions{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.time-force-panel__btn{color:#dce4f0eb;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff24;border-radius:8px;padding:7px 12px;font:600 12px system-ui,sans-serif}.time-force-panel__btn:hover{background:#ffffff1a}.time-force-panel__btn--primary{background:#508cdc33;border-color:#78c8ff59}.time-force-panel__btn--ghost{color:#a0aabebf;background:0 0;border-color:#0000}.time-display.is-night{color:#abe;background:#0f0f32a6}.player-head-overhead{pointer-events:none;flex-direction:column;align-items:center;gap:3px;display:flex}.player-head-overhead__vitals{flex-direction:column;align-items:stretch;gap:2px;width:100%;max-width:118px;display:flex}.player-head-overhead__bar-host{width:100%}.player-head-overhead .health-bar,.player-head-overhead .hunger-bar{border-radius:5px;gap:3px;width:100%;padding:1px 4px 1px 3px}.player-head-overhead .health-bar__label,.player-head-overhead .hunger-bar__label{width:8px;font-size:7px}.player-head-overhead .health-bar__segment,.player-head-overhead .hunger-bar__segment{border-radius:2px;width:4px;height:7px}.player-head-overhead .hunger-bar__segment-inner{border-radius:1px}.player-head-overhead .health-bar__track,.player-head-overhead .hunger-bar__track{gap:1px}.player-name-tag{color:#f2f5fc;white-space:nowrap;text-shadow:0 1px 2px #000000d9;pointer-events:none;-webkit-user-select:none;user-select:none;background:#080a0ec7;border:1px solid #ffffff24;border-radius:6px;padding:3px 10px;font:600 13px/1.2 system-ui,sans-serif}.player-name-tag--preview{border-radius:4px;padding:1px 5px;font-size:9px;font-weight:600}.world-pickup-stack-count{color:#f4f7ff;text-align:center;text-shadow:0 1px 2px #000000d9;pointer-events:none;-webkit-user-select:none;user-select:none;background:#12161ce0;border:1px solid #ffffff38;border-radius:5px;min-width:1.15em;padding:1px 5px;font:700 11px/1.15 system-ui,sans-serif;box-shadow:0 2px 6px #00000059}.player-gate{z-index:200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:radial-gradient(at 50% 20%,#28375a8c,#0a0c10f5);justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.player-gate[hidden]{display:none!important}.player-gate__panel{background:#161a22eb;border:1px solid #ffffff1f;border-radius:16px;width:min(400px,100%);padding:28px 24px 24px;box-shadow:0 24px 48px #00000073}.player-gate__title{color:#eef2f8;margin:0 0 10px;font:600 1.35rem/1.25 system-ui,sans-serif}.player-gate__hint{color:#9aa3b2;margin:0 0 20px;font:400 .85rem/1.45 system-ui,sans-serif}.player-gate__input{box-sizing:border-box;color:#f0f4fc;background:#00000059;border:1px solid #ffffff24;border-radius:10px;outline:none;width:100%;margin-bottom:16px;padding:12px 14px;font:500 1rem system-ui,sans-serif}.player-gate__input:focus{border-color:#78a0ff8c;box-shadow:0 0 0 3px #5b8cff33}.player-gate__input[aria-invalid=true]{border-color:#ff7864b3}.player-gate__actions{align-items:stretch;gap:10px;width:100%;display:flex}.player-gate__cancel{color:#d0d6e4;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff2e;border-radius:10px;flex:0 auto;padding:12px 16px;font:600 .95rem system-ui,sans-serif}.player-gate__cancel:hover{background:#ffffff1a}.player-gate__submit{color:#0c1020;cursor:pointer;background:linear-gradient(#b8d0ff,#7a9ef0);border:none;border-radius:10px;flex:1;min-width:0;padding:12px 16px;font:600 1rem system-ui,sans-serif}.player-gate__submit:hover{filter:brightness(1.06)}@media (pointer:coarse){.toolbar-slot-fullscreen{display:inline-flex}.toolbar{padding:6px 8px 10px}.toolbar-track{border-radius:14px;gap:4px;padding:5px 8px}.toolbar-slot{width:42px;height:42px}.toolbar-slot-preview{padding:2px}.toolbar-slot-item:before{min-width:13px;height:13px;padding:0 3px;font:700 8px/13px system-ui,sans-serif}.toolbar-slot-action .toolbar-action-text{font-size:9px}.toolbar-vitals{gap:2px;max-width:min(148px,40vw)}.toolbar-vitals .hunger-bar,.toolbar-vitals .health-bar{border-radius:6px;gap:4px;padding:1px 4px 1px 3px}.toolbar-vitals .hunger-bar__label,.toolbar-vitals .health-bar__label{width:9px;font-size:8px}.toolbar-vitals .hunger-bar__segment,.toolbar-vitals .health-bar__segment{border-radius:2px;width:5px;height:9px}.toolbar-vitals .hunger-bar__track,.toolbar-vitals .health-bar__track{gap:1px}.toolbar-slot-item[data-toolbar-slot="5"],.toolbar-slot-item[data-toolbar-slot="6"],.toolbar-slot-item[data-toolbar-slot="7"],.toolbar-slot-item[data-toolbar-slot="8"]{display:none!important}.touch-game-hud__stick-wrap{bottom:4px;left:calc(env(safe-area-inset-left,0px) + 4px)}.touch-game-hud__actions{bottom:4px;right:calc(env(safe-area-inset-right,0px) + 4px)}.touch-game-hud__btn{width:52px;height:52px}.touch-joystick__base{width:108px;height:108px}.touch-joystick__knob{width:40px;height:40px;margin:-20px 0 0 -20px}}
