*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0d0d1a;--panel:#13132a;--panel2:#1a1a2e;--border:#2a2a4a;--accent:#f4b4c8;--accent2:#c084fc;--text:#e2e2f0;--text-dim:#88a;--danger:#f87171;--success:#4ade80;--input-bg:#0d0d1a;--font:"Courier New",Courier,monospace}body{background:#0d0d1a;background:var(--bg);color:#e2e2f0;color:var(--text);height:100vh;overflow:hidden}body,button{font-family:Courier New,Courier,monospace;font-family:var(--font);font-size:12px}button{cursor:pointer}input,select,textarea{font-family:Courier New,Courier,monospace;font-family:var(--font);font-size:12px}.loading-screen{align-items:center;color:#f4b4c8;color:var(--accent);display:flex;font-size:16px;height:100vh;justify-content:center;letter-spacing:2px}.btn-primary{background:#f4b4c8;background:var(--accent);border:none;border-radius:3px;color:#0d0d1a;font-weight:700;padding:6px 14px;transition:opacity .15s}.btn-primary:hover{opacity:.85}.btn-primary:disabled{cursor:not-allowed;opacity:.4}.btn-secondary{background:#1a1a2e;background:var(--panel2);border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:3px;color:#e2e2f0;color:var(--text);padding:6px 14px;transition:border-color .15s}.btn-secondary:hover{border-color:#f4b4c8;border-color:var(--accent)}.icon-btn{background:#0000;border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:3px;color:#e2e2f0;color:var(--text);font-size:12px;padding:3px 8px}.icon-btn:hover{border-color:#f4b4c8;border-color:var(--accent);color:#f4b4c8;color:var(--accent)}.icon-btn-sm{background:#0000;border:none;border-radius:2px;color:#88a;color:var(--text-dim);font-size:11px;padding:1px 4px}.icon-btn-sm:hover{color:#f4b4c8;color:var(--accent)}.icon-btn-sm.danger:hover{color:#f87171;color:var(--danger)}.icon-btn-sm:disabled{cursor:default;opacity:.3}.game-list-page{background:#0d0d1a;background:var(--bg);min-height:100vh;overflow-y:auto;padding:32px}.game-list-header{align-items:flex-end;display:flex;gap:16px;justify-content:space-between;margin-bottom:32px}.game-list-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.app-title{color:#f4b4c8;color:var(--accent);font-size:28px;letter-spacing:3px}.app-subtitle{color:#88a;color:var(--text-dim);font-size:11px;margin-top:2px}.game-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.game-card{background:#13132a;background:var(--panel);border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:6px;cursor:pointer;overflow:hidden;position:relative;transition:border-color .15s,transform .1s}.game-card:hover{border-color:#f4b4c8;border-color:var(--accent);transform:translateY(-2px)}.game-card-preview{align-items:flex-end;display:flex;height:100px;justify-content:flex-end;padding:6px}.game-card-dim{color:#fff6;font-size:10px}.game-card-info{padding:10px 12px}.game-card-name{color:#e2e2f0;color:var(--text);font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-card-date{color:#88a;color:var(--text-dim);font-size:10px;margin-top:2px}.game-card-delete{background:#0009;border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:3px;color:#88a;color:var(--text-dim);display:none;font-size:14px;height:20px;line-height:1;position:absolute;right:6px;top:6px;width:20px}.game-card:hover .game-card-delete{display:block}.game-card-delete:hover{border-color:#f87171;border-color:var(--danger);color:#f87171;color:var(--danger)}.editor-layout{display:flex;flex-direction:column;height:100vh;overflow:hidden}.editor-topbar{align-items:center;background:#13132a;background:var(--panel);border-bottom:1px solid #2a2a4a;border-bottom:1px solid var(--border);display:flex;flex-shrink:0;gap:12px;height:40px;padding:0 16px}.topbar-back{background:#0000;border:none;border-radius:3px;color:#88a;color:var(--text-dim);font-size:12px;padding:4px 8px}.topbar-back:hover,.topbar-game-name{color:#f4b4c8;color:var(--accent)}.topbar-game-name{flex:1 1;font-weight:700;letter-spacing:1px}.topbar-actions{align-items:center;display:flex;gap:8px}.workspace-switch{align-items:center;background:#070710c2;border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:6px;display:inline-grid;gap:2px;grid-auto-columns:minmax(58px,auto);grid-auto-flow:column;padding:2px}.workspace-switch button{align-items:center;background:#0000;border:0;border-radius:4px;color:#88a;color:var(--text-dim);display:inline-flex;gap:5px;height:26px;justify-content:center;min-width:54px;padding:0 8px;white-space:nowrap}.workspace-switch button:hover{background:#ffffff0f;color:#e2e2f0;color:var(--text)}.workspace-switch button.active{background:#7dd3fc;color:#071016}.workspace-switch.floating{background:#fffffff0;border-color:#000;position:fixed;right:14px;top:112px;z-index:9000}.workspace-switch.floating button{color:#111}.workspace-switch.floating button:hover{background:#00000014}.workspace-switch.floating button.active{background:#000;color:#fff}.workspace-switch.topbar{margin-left:auto}.btn-play{background:#1a1a2e;background:var(--panel2);border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:3px;color:#e2e2f0;color:var(--text);font-weight:700;padding:4px 14px}.btn-play:hover{border-color:#4ade80;border-color:var(--success);color:#4ade80;color:var(--success)}.btn-play.active{border-color:#f87171;border-color:var(--danger);color:#f87171;color:var(--danger)}.btn-play.active:hover{background:#f87171;background:var(--danger);color:#fff}.editor-main{display:flex;flex:1 1;overflow:hidden}.pixelgrid-shell{background:#fff;min-height:100vh}.eve-app-shell{background:#000;height:100vh;height:100dvh;overflow:hidden;position:relative;width:100vw}.eve-title-layer,.preloaded-mp-world{height:100%;inset:0;position:absolute;width:100%}.eve-title-layer{transition:opacity .18s ease;z-index:2}.eve-title-layer.is-hidden{opacity:0;pointer-events:none;visibility:hidden}.preloaded-mp-world{background:#000;opacity:1;transition:opacity .18s ease;z-index:1}.preloaded-mp-world.is-preloading{opacity:0;pointer-events:none}.preloaded-mp-world.is-active{opacity:1;pointer-events:auto}.preloaded-mp-world>.voxel-workspace{height:100%;min-height:100%;width:100%}.title-screen{align-items:center;background:#000;display:flex;font-family:Courier New,Courier,monospace;height:100dvh;isolation:isolate;justify-content:center;min-height:100vh;overflow:hidden;padding:16px;position:relative;width:100vw}.title-screen:before{background-image:linear-gradient(#ffffff14 1px,#0000 0),linear-gradient(90deg,#ffffff14 1px,#0000 0);background-size:32px 32px;content:"";inset:0;opacity:.32;position:absolute;z-index:0}.title-screen:after{content:"";display:none}.title-screen-overlay{align-items:center;background:#000;border:2px solid #ffffffe0;border-radius:6px;box-shadow:0 24px 70px #000000b8,0 0 0 6px #ffffff0f;display:flex;flex-direction:column;gap:28px;max-height:calc(100dvh - 32px);overflow:hidden auto;padding:28px 30px 30px;position:relative;scrollbar-width:none;width:min(430px,calc(100vw - 32px));z-index:2}.title-screen-overlay::-webkit-scrollbar{display:none}.title-screen-title{color:#fff;display:flex;justify-content:center;line-height:1;margin:0;width:100%}.title-screen-button svg,.title-screen-title svg{display:block;height:auto;image-rendering:pixelated;image-rendering:crisp-edges;max-width:100%}.title-screen-buttons{display:flex;flex-direction:column;gap:12px;width:100%}.title-screen-button{align-items:center;background:#050505;border:2px solid #ffffffe6;border-radius:5px;box-shadow:4px 4px 0 #ffffff24;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:17px;font-weight:900;justify-content:center;letter-spacing:0;min-height:58px;padding:15px 18px;transition:transform .08s ease,box-shadow .08s ease,background .15s,color .15s;width:100%}.title-screen-button:hover{background:#fff;box-shadow:5px 5px 0 #ffffff24;color:#000;transform:translate(-1px,-1px)}.title-screen-button:active{box-shadow:2px 2px 0 #ffffff29;transform:translate(2px,2px)}.title-screen-back-btn,.title-screen-info-btn,.title-screen-login-btn{align-items:center;background:#050505;border:2px solid #ffffffe6;border-radius:5px;box-shadow:4px 4px 0 #ffffff24;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:14px;font-weight:900;gap:8px;letter-spacing:0;max-width:min(280px,calc(100vw - 28px));padding:9px 12px;position:absolute;transition:transform .08s ease,box-shadow .08s ease,background .15s,color .15s;z-index:3}.title-screen-back-btn span,.title-screen-login-btn span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.title-screen-login-btn{right:max(14px,env(safe-area-inset-right,0px));top:max(14px,env(safe-area-inset-top,0px))}.title-screen-back-btn,.title-screen-info-btn{left:max(14px,env(safe-area-inset-left,0px));top:max(14px,env(safe-area-inset-top,0px))}.title-screen-info-btn{font-size:24px;height:42px;justify-content:center;line-height:1;padding:0;width:42px}.title-screen-info-btn span{display:block;line-height:1;transform:translateY(-1px)}.title-screen-back-btn:hover,.title-screen-info-btn:hover,.title-screen-login-btn:hover{background:#fff;color:#000}.title-screen-back-btn:active,.title-screen-info-btn:active,.title-screen-login-btn:active{box-shadow:2px 2px 0 #ffffff29;transform:translate(2px,2px)}.title-screen-credit{bottom:max(20px,env(safe-area-inset-bottom,0px));color:#fff;display:flex;justify-content:center;left:0;padding:0 16px;pointer-events:none;position:absolute;right:0;z-index:2}.title-screen-credit svg{height:auto;image-rendering:pixelated;image-rendering:crisp-edges;max-width:min(420px,calc(100vw - 32px));width:auto}.title-info-overlay{align-items:stretch;gap:16px;width:min(780px,calc(100vw - 32px))}.title-info-legal,.title-info-panel{grid-gap:12px;background:#080808;border:2px solid #ffffffd1;border-radius:5px;color:#fff;display:grid;gap:12px;padding:16px}.title-info-heading{font-size:13px;font-weight:900}.title-info-copy{line-height:1.45;margin:0}.title-info-copy>div{margin:0}.title-info-tabs{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr}.title-info-links a,.title-info-tabs button{align-items:center;background:#000;border:2px solid #ffffffdb;border-radius:5px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-weight:900;justify-content:center;max-width:100%;min-height:56px;min-width:0;overflow:hidden;overflow-wrap:anywhere;padding:12px 14px;text-align:center;text-decoration:none;width:100%}.title-info-links a svg{height:auto;max-width:100%}.title-info-links a:hover,.title-info-tabs button.active,.title-info-tabs button:hover{background:#fff;color:#000}.title-info-links{grid-gap:8px;display:grid;gap:8px}.title-login-overlay{align-items:stretch;gap:14px;width:min(420px,calc(100vw - 32px))}.title-screen-subtitle{color:#fff;display:flex;font-size:28px;font-weight:900;justify-content:center;letter-spacing:0;margin:0;min-width:0;text-align:center;width:100%}.title-screen-subtitle svg{height:auto;max-width:100%}.title-login-current{align-items:center;color:#fff;display:flex;flex-direction:column;gap:12px;text-align:center}.title-login-accounts{background:#080808;border:2px solid #ffffffd1;border-radius:5px;display:flex;flex-direction:column;gap:6px;max-height:200px;overflow-y:auto;padding:7px}.title-login-section-title{color:#fff;font-size:12px;font-weight:900;opacity:.7;padding:2px 6px}.title-login-account-row{align-items:center;display:flex;gap:4px}.title-login-account-btn{background:#000;border:2px solid #ffffffd1;border-radius:5px;color:#fff;cursor:pointer;flex:1 1;font-family:inherit;padding:8px 12px;text-align:left}.title-login-account-btn:hover{background:#fff;color:#000}.title-login-account-btn small{font-weight:400;margin-left:8px;opacity:.7}.title-login-account-remove{background:#000;border:2px solid #ffffffd1;border-radius:5px;color:#fff;cursor:pointer;flex-shrink:0;font-weight:900;height:32px;width:32px}.title-login-account-remove:hover{background:#c0392b;color:#fff}.title-login-tabs{grid-gap:6px;display:grid;gap:6px;grid-template-columns:1fr 1fr}.title-login-tabs button{background:#000;border:2px solid #ffffffd1;border-radius:5px;color:#fff;cursor:pointer;font-family:inherit;font-weight:900;padding:8px 12px}.title-login-tabs button.active{background:#fff;color:#000}.title-login-form{display:flex;flex-direction:column;gap:8px;width:100%}.title-login-form input{background:#000;border:2px solid #ffffffd1;border-radius:5px;color:#fff;font-family:inherit;padding:10px 12px}.title-login-form button[type=submit]{background:#000;border:2px solid #ffffffe6;border-radius:5px;box-shadow:4px 4px 0 #ffffff24;color:#fff;cursor:pointer;font-family:inherit;font-size:16px;font-weight:900;padding:12px}.title-login-form button[type=submit]:hover{background:#fff;color:#000}.title-login-form button[type=submit]:disabled{cursor:not-allowed;opacity:.6}.title-login-status{background:#080808;border:2px solid #ffffffd1;border-radius:5px;color:#fff;font-family:inherit;font-size:13px;padding:6px;text-align:center}.title-character-overlay{align-items:stretch;gap:14px;width:min(720px,calc(100vw - 32px))}.title-character-slots{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.title-character-slot{grid-gap:5px;background:#050505;border:2px solid #ffffffd1;border-radius:5px;color:#fff;cursor:pointer;display:grid;font-family:inherit;gap:5px;min-width:0;padding:12px 10px;text-align:left}.title-character-slot.active,.title-character-slot:hover{background:#fff;color:#000}.title-character-slot-number{align-items:center;border:2px solid;border-radius:50%;display:inline-flex;font-weight:900;height:24px;justify-content:center;width:24px}.title-character-slot small,.title-character-slot strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.title-character-editor,.title-character-empty{grid-gap:12px;background:#080808;border:2px solid #ffffffd1;border-radius:5px;color:#fff;display:grid;gap:12px;min-width:0;padding:12px}.title-character-editor label{grid-gap:6px;display:grid;font-weight:900;gap:6px}.title-character-editor input{background:#000;border:2px solid #ffffffd1;border-radius:5px;box-sizing:border-box;color:#fff;font-family:inherit;min-width:0;padding:10px 12px;width:100%}.title-zodiac-carousel{grid-gap:10px;align-items:stretch;display:grid;gap:10px;grid-template-columns:48px minmax(0,1fr) 48px}.title-zodiac-current{grid-column-gap:14px;align-items:center;background:#050505;border:2px solid #ffffff80;border-radius:5px;column-gap:14px;display:grid;grid-template-columns:110px minmax(0,1fr);min-width:0;padding:10px}.title-zodiac-current img{background:#fff;border-radius:6px;grid-row:span 2;height:110px;image-rendering:pixelated;object-fit:contain;padding:4px;width:110px}.title-character-carousel{grid-gap:10px;align-items:stretch;display:grid;gap:10px;grid-template-columns:48px minmax(0,1fr) 48px}.title-character-carousel-current{grid-column-gap:14px;align-items:center;background:#050505;border:2px solid #ffffff80;border-radius:5px;column-gap:14px;display:grid;grid-template-columns:130px minmax(0,1fr);min-width:0;padding:10px}.title-character-carousel-icon{align-items:center;background:#fff;border-radius:6px;color:#444;display:flex;font-size:52px;height:130px;justify-content:center;overflow:hidden;width:130px}.title-character-carousel-icon img{height:100%;image-rendering:pixelated;object-fit:contain;width:100%}.title-character-carousel-meta strong{font-size:18px}.title-character-actions-single{grid-template-columns:1fr}.title-character-play-btn{font-size:18px;padding:12px}.title-character-carousel-meta{grid-gap:3px;display:grid;gap:3px;min-width:0}.title-character-carousel-meta small,.title-character-carousel-meta strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.title-character-carousel button:disabled{cursor:not-allowed;opacity:.4}.title-character-field-label{font-weight:900;margin-bottom:-4px}.title-character-field-label-text{align-items:center;display:inline-flex;gap:4px;max-width:100%;min-width:0}.title-character-carousel-meta small svg,.title-character-carousel-meta strong svg,.title-character-field-label-text svg,.title-character-slot small svg,.title-character-slot strong svg,.title-character-slot-number svg{height:auto;max-width:100%}@media (max-width:640px){.title-character-slots{grid-template-columns:1fr}.title-character-slot small,.title-character-slot strong{white-space:normal}}.title-character-required{color:#f87171;margin-left:2px}.title-character-required-hint{border:1px dashed #fca5a580;border-radius:4px;color:#fca5a5;font-size:12px;padding:4px 8px}.title-character-locked-hint{border:1px dashed #ffffff40;border-radius:4px;color:#fff9;font-size:12px;line-height:1.4;padding:6px 8px}.title-character-editor input:disabled,.title-character-editor input[readonly]{background:#0a0a0a;cursor:not-allowed;opacity:.7}.title-character-delete{grid-gap:8px;border-top:1px solid #fff3;display:grid;gap:8px;margin-top:4px;padding-top:10px}.title-character-delete-btn{background:#1a0606;border:2px solid #f87171b3;border-radius:5px;color:#fca5a5;cursor:pointer;font-family:inherit;font-weight:900;min-height:38px;padding:6px 12px}.title-character-delete-btn:hover:not(:disabled){background:#f87171;color:#000}.title-character-delete-btn:disabled{cursor:not-allowed;opacity:.5}.title-character-delete-confirm{grid-gap:8px;background:#1a0606;border:2px solid #f8717199;border-radius:5px;display:grid;gap:8px;padding:10px}.title-character-delete-confirm p{font-size:13px;line-height:1.4;margin:0}.title-character-delete-confirm input{background:#000;border:2px solid #f87171b3;border-radius:4px;color:#fff;font-family:inherit;letter-spacing:2px;padding:8px 10px;text-align:center}.title-character-delete-actions{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr}.title-character-delete-actions button{background:#000;border:2px solid #fff9;border-radius:4px;color:#fff;cursor:pointer;font-family:inherit;font-weight:900;min-height:36px}.title-character-delete-actions button:disabled{cursor:not-allowed;opacity:.5}.title-character-actions button,.title-character-carousel button,.title-zodiac-carousel button{background:#000;border:2px solid #ffffffdb;border-radius:5px;color:#fff;cursor:pointer;font-family:inherit;font-weight:900;min-height:38px}.title-character-actions button:hover:not(:disabled),.title-character-carousel button:hover:not(:disabled),.title-zodiac-carousel button:hover{background:#fff;color:#000}.title-character-actions button:disabled{cursor:not-allowed;opacity:.5}.title-zodiac-current small,.title-zodiac-current strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.title-character-identity{grid-gap:3px;border:2px solid #ffffff59;border-radius:5px;display:grid;gap:3px;padding:10px}.title-character-identity span{opacity:.72}.title-character-actions{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr}@media (max-width:620px){.title-screen{padding:12px}.title-screen-overlay{gap:20px;padding:22px 16px 18px;width:min(360px,calc(100vw - 24px))}.title-screen-title{max-width:100%}.title-screen-button{font-size:15px;padding:13px 14px}.title-character-actions,.title-character-slots{grid-template-columns:1fr}.title-screen-back-btn,.title-screen-info-btn,.title-screen-login-btn{font-size:12px;padding:8px 10px}.title-screen-info-btn{font-size:22px;height:38px;padding:0;width:38px}}@media (max-height:520px){.title-screen-overlay{gap:12px;padding:16px}.title-screen-title{max-width:100%}.title-screen-buttons{gap:8px}.title-screen-button{padding:10px 12px}}.editor-left{background:#13132a;background:var(--panel);border-right:1px solid #2a2a4a;border-right:1px solid var(--border);flex-direction:column;min-width:160px;width:190px}.editor-center,.editor-left{display:flex;overflow:hidden}.editor-center{background:#070710;flex:1 1;flex-direction:column;position:relative}.no-scene{align-items:center;color:#88a;color:var(--text-dim);display:flex;height:100%;justify-content:center}.editor-right{background:#13132a;background:var(--panel);border-left:1px solid #2a2a4a;border-left:1px solid var(--border);min-width:200px;overflow-y:auto;width:220px}.panel-header{align-items:center;background:#1a1a2e;background:var(--panel2);color:#88a;color:var(--text-dim);flex-shrink:0;font-size:11px;font-weight:700;justify-content:space-between;letter-spacing:1px;padding:6px 10px;text-transform:uppercase}.panel-header,.scene-list{border-bottom:1px solid #2a2a4a;border-bottom:1px solid var(--border);display:flex}.scene-list{flex-direction:column;max-height:200px}.scene-list-items{flex:1 1;overflow-y:auto}.scene-item{align-items:center;border-bottom:1px solid #2a2a4a;border-bottom:1px solid var(--border);cursor:pointer;display:flex;gap:4px;padding:6px 10px;transition:background .1s}.scene-item.active,.scene-item:hover{background:#1a1a2e;background:var(--panel2)}.scene-item.active{border-left:2px solid #f4b4c8;border-left:2px solid var(--accent)}.scene-name{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scene-name-input{background:#0d0d1a;background:var(--input-bg);border:1px solid #f4b4c8;border:1px solid var(--accent);border-radius:2px;color:#e2e2f0;color:var(--text);flex:1 1;outline:none;padding:1px 4px}.scene-actions{display:none;gap:2px}.scene-item:hover .scene-actions{display:flex}.asset-browser{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.asset-filter{border-bottom:1px solid #2a2a4a;border-bottom:1px solid var(--border);display:flex;flex-shrink:0;gap:2px;padding:5px 8px}.filter-btn{background:#0000;border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:2px;color:#88a;color:var(--text-dim);font-size:10px;padding:2px 6px}.filter-btn.active{border-color:#f4b4c8;border-color:var(--accent);color:#f4b4c8;color:var(--accent)}.asset-import{border-bottom:1px solid #2a2a4a;border-bottom:1px solid var(--border);display:flex;flex-shrink:0;flex-wrap:wrap;gap:4px;padding:5px 8px}.import-select{flex:1 1;font-size:10px}.import-id-input,.import-select{background:#0d0d1a;background:var(--input-bg);border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:2px;color:#e2e2f0;color:var(--text);padding:2px 4px}.import-id-input{width:50px}.import-btn{background:#f4b4c8;background:var(--accent);border:none;border-radius:2px;color:#000;font-size:10px;font-weight:700;padding:2px 8px}.import-btn:disabled{cursor:not-allowed;opacity:.4}.import-error{color:#f87171;color:var(--danger);font-size:10px;width:100%}.pixelgif-gallery{border-bottom:1px solid #2a2a4a;border-bottom:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0;gap:4px;max-height:280px;overflow-y:auto;padding:5px 8px}.pixelgif-search{background:#0d0d1a;background:var(--input-bg);border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:2px;color:#e2e2f0;color:var(--text);font-size:10px;padding:2px 4px}.pixelgif-tile{transition:border-color .1s}.pixelgif-tile:hover{border-color:#f4b4c8;border-color:var(--accent)}.asset-grid{grid-gap:4px;align-content:start;display:grid;flex:1 1;gap:4px;grid-template-columns:repeat(3,1fr);overflow-y:auto;padding:6px}.asset-card{background:#1a1a2e;background:var(--panel2);border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:3px;cursor:grab;padding:4px;position:relative;text-align:center;transition:border-color .1s}.asset-card:hover{border-color:#f4b4c8;border-color:var(--accent)}.sprite-preview-frame{align-items:center;background:#1a1a2e;display:flex;height:48px;justify-content:center;margin:0 auto;width:48px}.asset-name{color:#88a;color:var(--text-dim);font-size:9px;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asset-meta{color:#557;font-size:9px}.asset-delete-btn{background:#0000;border:none;color:#88a;color:var(--text-dim);display:none;font-size:12px;line-height:1;padding:1px 3px;position:absolute;right:1px;top:1px}.asset-card:hover .asset-delete-btn{display:block}.asset-delete-btn:hover{color:#f87171;color:var(--danger)}.scene-editor{display:flex;flex-direction:column;height:100%;overflow:hidden;width:100%}.scene-editor-toolbar{align-items:center;background:#13132a;background:var(--panel);border-bottom:1px solid #2a2a4a;border-bottom:1px solid var(--border);display:flex;flex-shrink:0;gap:6px;padding:4px 10px}.tool-btn{background:#0000;border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:3px;color:#88a;color:var(--text-dim);font-size:11px;padding:3px 10px}.tool-btn:hover{color:#e2e2f0;color:var(--text)}.tool-btn.active,.tool-btn:hover{border-color:#f4b4c8;border-color:var(--accent)}.tool-btn.active{background:#f4b4c814;color:#f4b4c8;color:var(--accent)}.tool-toggle{align-items:center;color:#88a;color:var(--text-dim);cursor:pointer;display:flex;font-size:11px;gap:4px}.tool-toggle input{margin:0}.toolbar-sep{background:#2a2a4a;background:var(--border);height:18px;margin:0 4px;width:1px}.toolbar-info{color:#88a;color:var(--text-dim);font-size:10px;margin-left:auto}.scene-canvas-wrap{align-items:center;background:repeating-conic-gradient(#0d0d1a 0 25%,#111124 0 50%) 0 0 /20px 20px;display:flex;flex:1 1;justify-content:center;overflow:hidden;position:relative}.context-menu{background:#1a1a2e;background:var(--panel2);border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:4px;box-shadow:0 4px 16px #00000080;min-width:140px;padding:4px 0;position:fixed;z-index:1000}.context-menu button{background:#0000;border:none;color:#e2e2f0;color:var(--text);display:block;font-size:12px;padding:6px 14px;text-align:left;width:100%}.context-menu button:hover{background:#ffffff0f;color:#f4b4c8;color:var(--accent)}.context-menu button.danger:hover{color:#f87171;color:var(--danger)}.entity-inspector{display:flex;flex-direction:column;height:100%}.entity-inspector.empty .inspector-empty{align-items:center;color:#88a;color:var(--text-dim);display:flex;font-size:11px;height:100px;justify-content:center;padding:20px;text-align:center}.inspector-body{flex:1 1;overflow-y:auto;padding:8px}.inspector-section{border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:4px;margin-bottom:12px;padding:8px}.inspector-section-title{color:#88a;color:var(--text-dim);font-size:10px;font-weight:700;letter-spacing:1px;margin-bottom:6px;text-transform:uppercase}.inspector-section-title.clickable{cursor:pointer}.inspector-section-title.clickable:hover{color:#f4b4c8;color:var(--accent)}.inspector-label{color:#88a;color:var(--text-dim);display:block;font-size:10px;margin-bottom:3px}.inspector-input{background:#0d0d1a;background:var(--input-bg);border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:3px;color:#e2e2f0;color:var(--text);outline:none;padding:4px 6px;width:100%}.inspector-input:focus{border-color:#f4b4c8;border-color:var(--accent)}.inspector-input-sm{background:#0d0d1a;background:var(--input-bg);border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:3px;color:#e2e2f0;color:var(--text);outline:none;padding:3px 4px;width:54px}.inspector-input-sm:focus{border-color:#f4b4c8;border-color:var(--accent)}.inspector-select{background:#0d0d1a;background:var(--input-bg);border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:3px;color:#e2e2f0;color:var(--text);outline:none;padding:4px 6px;width:100%}.inspector-select:focus{border-color:#f4b4c8;border-color:var(--accent)}.inspector-row{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.inspector-row label{color:#88a;color:var(--text-dim);font-size:10px;min-width:12px}.inspector-row .inspector-input{flex:1 1;min-width:0}.component-toggle{align-items:center;display:flex;gap:6px;margin-bottom:4px}.component-toggle label{color:#e2e2f0;color:var(--text);cursor:pointer;font-size:11px}.component-toggle input[type=checkbox]{accent-color:#f4b4c8;accent-color:var(--accent)}.component-body{background:#1a1a2e;background:var(--panel2);border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:3px;margin-bottom:8px;padding:6px}.direction-sprite-list{display:flex;flex-direction:column;gap:6px;margin-top:8px}.direction-sprite-row{grid-gap:4px;align-items:center;display:grid;gap:4px;grid-template-columns:42px minmax(0,1fr)}.direction-sprite-row label{color:#88a;color:var(--text-dim);font-size:10px}.direction-sprite-row input{grid-column:2}.script-editor{background:#070712;border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:3px;color:#a0d9b0;font-family:Courier New,monospace;font-size:10px;margin-bottom:6px;outline:none;padding:8px;resize:vertical;tab-size:2;width:100%}.script-editor:focus{border-color:#f4b4c8;border-color:var(--accent)}.modal-overlay{align-items:center;background:#000000b3;display:flex;inset:0;justify-content:center;position:fixed;z-index:500}.modal{background:#1a1a2e;background:var(--panel2);border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:8px;max-height:90vh;max-width:90vw;min-width:320px;overflow-y:auto;padding:24px}.modal h2{color:#f4b4c8;color:var(--accent);font-size:16px;margin-bottom:16px}.modal label{color:#88a;color:var(--text-dim);display:block;font-size:11px;margin-bottom:4px}.modal-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:20px}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.pixel-book-overlay{background:#050300ad;color:#2a1a0c;display:grid;inset:0;padding:16px;place-items:center;pointer-events:auto;position:fixed;z-index:12000}.pixel-book-modal{background:#f3dfad;border:4px solid #573a14;border-radius:8px;box-shadow:0 22px 60px #00000085,inset 0 0 0 2px #ffffff4d;display:flex;flex-direction:column;font-family:Courier New,Courier,monospace;font-family:var(--font);gap:7px;height:min(760px,calc(100dvh - 32px));max-height:calc(100dvh - 32px);min-height:0;overflow:hidden;padding:12px;width:min(94vw,820px)}.voxel-player-client .pixel-book-overlay.pixel-book-overlay-in-stage{inset:0 0 0 0;inset:0 var(--voxel-player-hud-width,0) 0 0;padding:12px}.voxel-player-client .pixel-book-modal.pixel-book-modal-in-stage{height:100%;max-height:100%;width:100%}.pixel-book-header{align-items:center;border-bottom:2px solid #573a1440;display:flex;gap:8px;padding:0 2px 5px}.pixel-book-title{grid-gap:2px;display:grid;flex:1 1 auto;gap:2px;min-width:0}.pixel-book-title-input{background:#fff6d7;border:1px solid #8d6a32;border-radius:6px;color:#573a14;font-size:15px;font-weight:700;line-height:1;min-height:30px;min-width:0;outline:none;padding:0 8px;width:100%}.pixel-book-title-input:focus{background:#fffdf4;border-color:#573a14}.pixel-book-title-readonly{color:#573a14;font-size:15px;line-height:1.2}.pixel-book-owner,.pixel-book-title-readonly{font-weight:700;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pixel-book-owner{color:#2a1a0cbd;font-size:12px;max-width:100%}.pixel-book-header-nav{align-items:center;display:flex;flex:0 0 auto;gap:4px}.pixel-book-header-nav .pixel-book-nav-button{min-height:30px;padding:0 8px}.pixel-book-header-nav .pixel-book-page-count{min-width:38px;text-align:center}.pixel-book-close{align-items:center;background:#0000;border:2px solid #0000;border-radius:6px;color:#573a14;display:inline-flex;font-size:26px;font-weight:700;height:32px;justify-content:center;line-height:1;width:32px}.pixel-book-close:focus-visible,.pixel-book-close:hover{background:#ffffff57;border-color:#573a14;outline:none}.pixel-book-loading{color:#2a1a0cbd;font-size:13px;font-weight:700;padding:16px}.pixel-book-add-row,.pixel-book-block-toolbar,.pixel-book-footer,.pixel-book-toolbar,.pixel-book-toolbar-actions{align-items:center;display:flex;gap:6px}.pixel-book-toolbar{align-items:stretch;min-height:28px}.pixel-book-toolbar-actions{flex:0 0 auto;margin-left:auto}.pixel-book-page-jump{align-items:center;display:flex;flex:1 1 auto;min-width:0}.pixel-book-page-count{color:#2a1a0cb8;font-size:11px;font-weight:700;text-align:center;white-space:nowrap}.pixel-book-page-strip{align-items:center;display:flex;gap:5px;min-width:0;overflow-x:auto;padding:0 2px 2px;scrollbar-width:thin;touch-action:pan-x}.pixel-book-page-strip::-webkit-scrollbar,.pixel-book-page-surface::-webkit-scrollbar{height:8px;width:8px}.pixel-book-page-strip::-webkit-scrollbar-thumb,.pixel-book-page-surface::-webkit-scrollbar-thumb{background:#573a1459;border-radius:999px}.pixel-book-action-button,.pixel-book-command-button,.pixel-book-nav-button,.pixel-book-page-button,.pixel-book-small-button{background:#fff6d7;border:1px solid #8d6a32;border-radius:6px;color:#573a14;flex:0 0 auto;font-size:12px;font-weight:700;line-height:1;min-height:30px;touch-action:manipulation}.pixel-book-action-button,.pixel-book-command-button,.pixel-book-nav-button{padding:0 10px}.pixel-book-page-button{min-width:30px;padding:0 8px}.pixel-book-small-button{background:#f4e7c8;border-radius:5px;font-size:11px;min-height:24px;padding:0 8px}.pixel-book-action-button.is-primary,.pixel-book-action-button:hover:not(:disabled),.pixel-book-command-button.is-primary,.pixel-book-command-button:hover:not(:disabled),.pixel-book-nav-button:hover:not(:disabled),.pixel-book-page-button.is-active,.pixel-book-page-button:hover:not(:disabled),.pixel-book-small-button:hover:not(:disabled){background:#573a14;border-color:#573a14;color:#fff}.pixel-book-action-button:disabled,.pixel-book-command-button:disabled,.pixel-book-nav-button:disabled{cursor:not-allowed;opacity:.48}.pixel-book-page-surface{background:#fffdf4;border:2px solid #b89760;border-radius:6px;box-shadow:inset 0 0 0 1px #573a1414;flex:1 1 auto;min-height:0;overflow:auto;padding:12px}.pixel-book-page-content{grid-gap:3px;align-content:start;display:grid;gap:3px;margin:0 auto;min-height:100%;width:min(100%,690px)}.pixel-book-block{grid-gap:2px;display:grid;gap:2px}.pixel-book-block-toolbar{justify-content:flex-end;min-height:24px}.pixel-book-text-field{background:#ffffff57;border:1px solid #573a1433;border-radius:6px;min-height:48px;min-height:var(--pixel-book-text-min-height,48px);padding:6px 8px;position:relative}.pixel-book-text-field:focus-within{background:#ffffff8f;border-color:#573a14}.pixel-book-text-field.is-readonly{background:#0000;border-color:#0000;padding-inline:0}.pixel-book-text-heading{margin-bottom:-6px}.pixel-book-text-visual{overflow-wrap:anywhere;pointer-events:none}.pixel-book-text-visual.is-placeholder{opacity:.42}.pixel-book-text-input{background:#0000;border:0;color:#0000;font-family:Courier New,Courier,monospace;font-family:var(--font);height:100%;inset:0;letter-spacing:0;outline:0;overflow:hidden;padding:6px 8px;position:absolute;resize:none;width:100%}.pixel-book-text-input::selection{background:#573a1438;color:#0000}.pixel-book-add-row{flex-wrap:wrap}.pixel-book-footer{justify-content:flex-end;padding-top:2px}.pixel-book-action-button{font-size:13px;min-height:34px;padding:0 14px}.pixel-book-status{font-size:12px;font-weight:700}.pixel-book-status.is-error{color:#9b1c1c}.pixel-book-status.is-success{color:#065f46}@media (any-pointer:coarse) and (max-width:1366px),(max-width:820px){.pixel-book-overlay{padding:8px;place-items:stretch}.pixel-book-modal{border-width:3px;gap:6px;height:calc(100dvh - 16px);max-height:calc(100dvh - 16px);padding:8px;width:100%}.pixel-book-header{gap:6px;padding-bottom:4px}.pixel-book-owner{font-size:11px}.pixel-book-title-input{font-size:14px;min-height:34px}.pixel-book-title-readonly{font-size:14px}.pixel-book-header-nav{gap:3px}.pixel-book-header-nav .pixel-book-nav-button{font-size:12px;min-height:34px;padding:0 7px}.pixel-book-header-nav .pixel-book-page-count{font-size:11px;min-width:34px}.pixel-book-close{font-size:24px;height:30px;width:30px}.pixel-book-toolbar{align-items:stretch;flex-wrap:wrap;gap:5px;min-height:0}.pixel-book-page-jump{display:none;flex:1 0 100%;order:1}.pixel-book-page-count{font-size:13px}.pixel-book-page-strip{gap:5px;padding:0 0 2px}.pixel-book-page-button{font-size:12px;min-height:34px;min-width:34px}.pixel-book-toolbar-actions{flex:1 0 100%;margin-left:0;order:2}.pixel-book-add-row .pixel-book-command-button,.pixel-book-toolbar-actions .pixel-book-command-button{flex:1 1 120px}.pixel-book-action-button,.pixel-book-command-button{font-size:14px;min-height:42px}.pixel-book-small-button{font-size:13px;min-height:36px}.pixel-book-page-surface{padding:8px}.pixel-book-page-content{gap:4px}.pixel-book-footer{flex-wrap:wrap}.pixel-book-footer .pixel-book-action-button{flex:1 1 120px}.pixel-book-text-field{min-height:max(68px,68px);min-height:max(var(--pixel-book-text-min-height,68px),68px);padding:6px}.pixel-book-text-field.is-readonly{min-height:48px;min-height:var(--pixel-book-text-min-height,48px)}.pixel-book-text-input{padding:6px}}@media (orientation:landscape) and (max-height:560px){.pixel-book-overlay{padding:6px}.pixel-book-modal{border-width:3px;gap:7px;height:calc(100dvh - 12px);max-height:calc(100dvh - 12px);padding:8px}.pixel-book-header{padding-bottom:4px}.pixel-book-header-nav .pixel-book-nav-button{min-height:30px}.pixel-book-command-button,.pixel-book-page-button{min-height:34px}.pixel-book-page-surface{padding:8px}}.export-modal{width:560px}.export-tabs{border-bottom:1px solid #2a2a4a;border-bottom:1px solid var(--border);display:flex;gap:4px;margin-bottom:16px;padding-bottom:8px}.export-tab{background:#0000;border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:3px;color:#88a;color:var(--text-dim);font-size:11px;padding:4px 12px}.export-tab.active{border-color:#f4b4c8;border-color:var(--accent);color:#f4b4c8;color:var(--accent)}.export-tab:hover{color:#e2e2f0;color:var(--text)}.export-desc{color:#88a;color:var(--text-dim);line-height:1.6;margin-bottom:12px}.export-features{margin-bottom:20px;margin-left:16px}.export-features li{color:#88a;color:var(--text-dim);font-size:11px;margin-bottom:4px}.export-btn{font-size:13px;padding:10px;width:100%}.step{align-items:flex-start;display:flex;gap:12px;margin-bottom:16px}.step-num{align-items:center;background:#f4b4c8;background:var(--accent);border-radius:50%;color:#000;display:flex;flex-shrink:0;font-size:11px;font-weight:700;height:22px;justify-content:center;width:22px}.step>div{color:#88a;color:var(--text-dim);font-size:11px;line-height:1.6}.code-block{background:#070712;border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:3px;color:#a0d9b0;font-size:10px;margin-top:6px;overflow-x:auto;padding:8px;white-space:pre-wrap}code{background:#f4b4c81a;border-radius:2px;color:#f4b4c8;color:var(--accent);font-size:10px;padding:1px 4px}.empty-state{color:#88a;color:var(--text-dim);font-size:11px;padding:20px;text-align:center}::-webkit-scrollbar{height:5px;width:5px}::-webkit-scrollbar-track{background:#13132a;background:var(--panel)}::-webkit-scrollbar-thumb{background:#2a2a4a;background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#4a4a6a}.voxel-workspace{background:#070710;display:flex;flex-direction:column;height:100vh;overflow:hidden}.voxel-workspace.voxel-app-windowed{min-height:100vh;position:relative;width:100%}.voxel-workspace.voxel-app-fullscreen{height:100vh;inset:0;position:fixed;width:100vw;z-index:10000}.voxel-topbar{align-items:center;background:#11111f;border-bottom:1px solid #2a2a4a;border-bottom:1px solid var(--border);display:flex;flex-shrink:0;gap:12px;height:48px;justify-content:space-between;padding:0 14px}.voxel-floating-switch{position:absolute;right:12px;top:12px;z-index:6}.voxel-title{color:#7dd3fc;font-size:16px;font-weight:700;letter-spacing:1px}.voxel-meta{color:#88a;color:var(--text-dim);font-size:10px;margin-top:2px}.voxel-main{display:flex;flex:1 1;min-height:0;position:relative}.voxel-panel{background:#10101d;border-right:1px solid #2a2a4a;border-right:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0;gap:10px;overflow:hidden;padding:10px;width:236px}.voxel-panel.voxel-edit-menu{background:#fff;border:2px solid #000;border-radius:8px;bottom:94px;box-shadow:0 4px 0 #000;color:#000;left:50%;margin:0;max-height:min(560px,calc(100vh - 150px));overflow:auto;padding:10px;position:absolute;transform:translateX(-50%);width:min(360px,calc(100% - 32px));z-index:10001}.voxel-edit-menu>.voxel-section:not(.voxel-saves-section):not(.voxel-section-grow):not(.voxel-animation-section){display:none}.voxel-section{background:#161625;border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:6px;padding:9px}.voxel-edit-menu .voxel-section{background:#fff;border:2px solid #000;border-radius:8px;color:#000}.voxel-edit-menu .voxel-section-title{color:#000;letter-spacing:0}.voxel-save-form{grid-gap:8px;display:grid;gap:8px}.voxel-save-form label{grid-gap:4px;color:#000;display:grid;font-size:11px;font-weight:700;gap:4px;min-width:0}.voxel-auth-toggle button,.voxel-save-delete,.voxel-save-form button,.voxel-save-form input,.voxel-save-form select,.voxel-save-form textarea,.voxel-save-load{background:#fff;border:2px solid #000;border-radius:6px;color:#000;font-weight:700}.voxel-save-form input,.voxel-save-form select,.voxel-save-form textarea{min-width:0;padding:0 8px;width:100%}.voxel-save-form input,.voxel-save-form select{height:32px}.voxel-save-form textarea{min-height:54px;padding:8px;resize:vertical}.voxel-save-form input[type=checkbox]{height:16px;min-width:16px;padding:0;width:auto}.voxel-auth-toggle button,.voxel-save-form button{min-height:32px;padding:0 9px}.voxel-auth-toggle button.active,.voxel-auth-toggle button:hover,.voxel-save-form button.active,.voxel-save-form button:hover,.voxel-save-item.active .voxel-save-load,.voxel-save-load:hover{background:#000;color:#fff}.voxel-auth-toggle,.voxel-save-actions,.voxel-save-user-row{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(2,minmax(0,1fr))}.voxel-save-user-row{align-items:center}.voxel-save-user-row strong{color:#000;font-size:13px}.voxel-save-list{grid-gap:6px;display:grid;gap:6px;max-height:180px;overflow:auto}.voxel-save-item{grid-gap:6px;align-items:center;background:#fff;border:2px solid #000;border-radius:6px;color:#000;cursor:pointer;display:grid;gap:6px;grid-template-columns:minmax(0,1fr) auto;width:100%}.voxel-save-item.active,.voxel-save-item:hover{background:#000;color:#fff}.voxel-save-item.active .voxel-save-load,.voxel-save-item:hover .voxel-save-load{background:#0000;color:inherit}.voxel-save-item.disabled{cursor:not-allowed;opacity:.6}.voxel-npc-settings-card{grid-gap:6px;background:#fff;border:2px solid #000;border-radius:6px;color:#000;display:grid;gap:6px;padding:6px;width:100%}.voxel-save-load{grid-gap:2px;display:grid;gap:2px;min-width:0;padding:7px;text-align:left}.voxel-save-load small,.voxel-save-load strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voxel-save-empty,.voxel-save-load small,.voxel-save-status{font-size:11px}.voxel-save-delete{font-size:11px;padding:4px 6px}.voxel-save-empty,.voxel-save-status{color:#000}.voxel-login-hint{background:#fff;border:2px solid #000;border-radius:6px;font-weight:700;padding:8px;text-align:center}.voxel-world-grid-toolbar{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(2,minmax(0,1fr))}.voxel-world-grid-cell,.voxel-world-grid-toolbar button{background:#fff;border:2px solid #000;border-radius:6px;color:#000;font-weight:700}.voxel-world-grid-toolbar button{min-height:30px;padding:0 8px}.voxel-world-grid-cell.active,.voxel-world-grid-cell:hover,.voxel-world-grid-toolbar button:hover{background:#000;color:#fff}.voxel-world-grid-frame{background:#e5f8db;border:2px solid #000;border-radius:6px;max-height:240px;overflow:auto;padding:6px}.voxel-world-grid{grid-gap:6px;display:grid;gap:6px;min-width:max-content}.voxel-world-grid-cell{grid-gap:3px;align-content:center;display:grid;gap:3px;height:58px;justify-items:center;line-height:1.1;min-width:76px;padding:5px;width:100%}.voxel-world-grid-cell.empty{background:#f7fff1;border-style:dashed}.voxel-world-grid-cell.empty.active,.voxel-world-grid-cell.empty:hover{background:#000}.voxel-world-grid-cell small,.voxel-world-grid-cell strong{max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voxel-world-grid-cell small{font-size:10px;opacity:.75}.voxel-world-panel{box-sizing:border-box;max-height:min(72vh,760px);max-width:none;min-width:0;overflow-y:auto;padding-right:2px;width:100%}.voxel-world-panel button,.voxel-world-panel input,.voxel-world-panel select{min-width:0}.voxel-world-row{grid-gap:6px;align-items:center;display:grid;gap:6px;padding:4px 0}.voxel-world-row.two{grid-template-columns:minmax(0,1fr) max-content}.voxel-world-row.three{grid-template-columns:minmax(0,1fr) max-content max-content}.voxel-world-row.actions{grid-template-columns:repeat(3,minmax(0,1fr));padding-top:8px}.voxel-world-direction-pad{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(3,minmax(0,1fr));margin:6px 0}.voxel-world-chunk-list{max-height:220px;overflow-y:auto}.voxel-world-chunk-row{grid-gap:6px;display:grid;gap:6px;grid-template-columns:minmax(0,1fr) auto;text-align:left;width:100%}@media (max-width:700px){.voxel-world-row.actions,.voxel-world-row.three,.voxel-world-row.two{grid-template-columns:1fr}}.voxel-world-resource-section{grid-gap:6px;border-top:2px solid #000;display:grid;gap:6px;padding-top:6px}.voxel-world-resource-title{font-size:12px;margin-top:0}.voxel-world-resource-presets{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(auto-fit,minmax(104px,1fr));padding:4px 0}.voxel-world-resource-presets button{line-height:1.1;min-height:34px;overflow-wrap:anywhere;padding:4px 6px;white-space:normal}.voxel-world-resource-list{max-height:150px;overflow:auto}.voxel-resource-node-row{grid-template-columns:minmax(0,1fr) auto;padding:6px;text-align:left}.voxel-resource-node-row small,.voxel-resource-node-row span{min-width:0}.voxel-resource-node-editor{grid-gap:7px;background:#fff;border:2px solid #000;border-radius:6px;color:#000;display:grid;gap:7px;margin-top:6px;padding:8px;width:100%}.voxel-resource-node-editor label{grid-gap:2px;color:#000;display:grid;font-weight:700;gap:2px;min-width:0}.voxel-resource-node-editor input,.voxel-resource-node-editor select{min-width:0;width:100%}.voxel-resource-node-icon-row{align-items:center;display:flex;flex-wrap:wrap;gap:6px;min-width:0}.voxel-resource-node-grid{grid-gap:4px;display:grid;gap:4px}.voxel-resource-node-grid.trio{grid-template-columns:repeat(3,minmax(0,1fr))}.voxel-resource-node-grid.pair{grid-template-columns:repeat(2,minmax(0,1fr))}.voxel-resource-drop-row{grid-gap:4px;align-items:center;display:grid;gap:4px;grid-template-columns:minmax(0,1fr) minmax(44px,54px) minmax(54px,64px) auto}.voxel-resource-drop-row input,.voxel-resource-drop-row select{min-width:0;width:100%}.voxel-inventory-hint{font-size:12px;font-weight:400;line-height:1.35;margin:0 0 8px;text-align:left}.voxel-inventory-dims{align-items:flex-end;display:flex;flex-wrap:wrap;gap:8px}.voxel-inventory-dims label{display:flex;flex-direction:column;font-size:11px;font-weight:700;gap:2px}.voxel-inventory-dims input[type=number]{width:52px}.voxel-inventory-label{display:flex;flex-direction:column;font-size:12px;font-weight:700;gap:4px}.voxel-inventory-panel .voxel-save-form input[type=file]{font-size:11px}.voxel-color-air-row{margin-top:6px}.voxel-air-swatch{align-items:center;background:#fff;border:2px solid #000;border-radius:6px;color:#000;cursor:pointer;display:inline-flex;font-size:12px;font-weight:700;gap:6px;padding:4px 10px}.voxel-air-swatch:hover{background:#eee}.voxel-air-swatch.active{background:#000;color:#fff}.voxel-air-swatch.active .voxel-air-checkerboard{border-color:#555}.voxel-air-checkerboard{background-image:linear-gradient(45deg,#bbb 25%,#0000 0),linear-gradient(-45deg,#bbb 25%,#0000 0),linear-gradient(45deg,#0000 75%,#bbb 0),linear-gradient(-45deg,#0000 75%,#bbb 0);background-position:0 0,0 4px,4px -4px,-4px 0;background-size:8px 8px;border:1px solid #888;border-radius:3px;display:inline-block;height:22px;width:22px}.voxel-inventory-item{grid-template-columns:36px minmax(0,1fr) auto}.voxel-inventory-preview{border:1px solid #333;border-radius:4px;height:32px;image-rendering:pixelated;margin:2px 0 2px 4px;width:32px}.voxel-save-loading-overlay{align-items:center;background:#ffffffeb;border-radius:6px;display:flex;flex-direction:column;gap:12px;inset:0;justify-content:center;position:absolute;z-index:10}.voxel-save-spinner{animation:voxel-spin .7s linear infinite;border:3px solid #ccc;border-radius:50%;border-top-color:#000;height:28px;width:28px}@keyframes voxel-spin{to{transform:rotate(1turn)}}.voxel-save-loading-text{color:#000;font-size:12px;font-weight:700}.voxel-login-popover .voxel-save-status{font-weight:700}.voxel-edit-menu .voxel-layer{background:#fff;border:2px solid #000;border-radius:6px;color:#000}.voxel-edit-menu .voxel-icon-btn.active,.voxel-edit-menu .voxel-icon-btn:hover,.voxel-edit-menu .voxel-layer.active,.voxel-edit-menu .voxel-layer:hover{background:#000;color:#fff}.voxel-edit-menu .voxel-icon-btn{background:#fff;border:2px solid #000;border-radius:6px;color:#000}.voxel-edit-menu .voxel-layer-count,.voxel-edit-menu .voxel-layer-index{color:inherit}.voxel-section-grow{display:flex;flex:1 1;flex-direction:column;min-height:0}.voxel-section-header{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:8px}.voxel-section-title{color:#a7f3d0;font-size:10px;font-weight:700;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}.voxel-section-header .voxel-section-title{margin-bottom:0}.voxel-tool-row{grid-gap:7px;display:grid;gap:7px;grid-template-columns:repeat(3,34px)}.voxel-icon-btn{align-items:center;background:#0a0a14;border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:5px;color:#e2e2f0;color:var(--text);display:inline-flex;height:34px;justify-content:center;width:34px}.voxel-icon-btn:hover{border-color:#7dd3fc;color:#7dd3fc}.voxel-icon-btn.active{background:#a7f3d0;border-color:#a7f3d0;color:#071016}.voxel-icon-btn.compact{height:28px;width:28px}.voxel-color-row{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:42px minmax(0,1fr) 28px}.voxel-color-row input[type=color]{background:#0000;padding:0;width:42px}.voxel-color-row input[type=color],.voxel-hex-input{border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:5px;height:32px}.voxel-hex-input{background:#090912;color:#e2e2f0;color:var(--text);min-width:0;padding:0 8px}.voxel-swatches{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(5,1fr);margin-top:9px}.voxel-color-menu{grid-gap:8px;display:grid;gap:8px}.voxel-swatch{aspect-ratio:1;border:1px solid #ffffff3d;border-radius:4px;box-shadow:inset 0 0 0 1px #00000038;min-width:0;width:100%}.voxel-swatch-wrap{min-width:0;position:relative}.voxel-swatch-wrap.active .voxel-swatch{outline:2px solid #7dd3fc;outline-offset:2px}.voxel-swatch-delete{align-items:center;background:#fff;border:1px solid #000;border-radius:50%;color:#000;display:inline-flex;font-size:11px;height:16px;justify-content:center;line-height:1;padding:0;position:absolute;right:-4px;top:-4px;width:16px}.voxel-swatch-delete:hover{background:#000;color:#fff}.voxel-animation-controls{grid-gap:7px;display:grid;gap:7px}.voxel-animation-controls input,.voxel-animation-controls select{background:#090912;border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:5px;color:#e2e2f0;color:var(--text);height:30px;min-width:0;padding:0 7px;width:100%}.voxel-timeline-settings{grid-gap:6px;align-items:end;display:grid;gap:6px;grid-template-columns:minmax(0,1fr) auto}.voxel-timeline-settings label{grid-gap:3px;color:#88a;color:var(--text-dim);display:grid;font-size:10px;gap:3px}.voxel-timeline-btn{align-items:center;background:#0b0b15;border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:4px;color:#88a;color:var(--text-dim);display:inline-flex;gap:5px;height:30px;justify-content:center;min-width:72px}.voxel-animation-buttons{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(3,1fr)}.voxel-animation-buttons button,.voxel-frame-strip button{background:#0b0b15;border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:4px;color:#88a;color:var(--text-dim);height:27px;min-width:0;padding:0 5px}.voxel-animation-buttons button:hover,.voxel-frame-strip button:hover,.voxel-timeline-btn:hover{border-color:#7dd3fc;color:#e2e2f0;color:var(--text)}.voxel-animation-buttons button:disabled,.voxel-frame-strip button:disabled{cursor:not-allowed;opacity:.4}.voxel-animation-buttons button.active,.voxel-timeline-btn.active{background:#a7f3d0;border-color:#a7f3d0;color:#071016}.voxel-frame-strip{grid-gap:6px;display:grid;gap:6px;grid-template-columns:1fr;margin-top:8px;max-height:158px;overflow-y:auto}.voxel-frame-card{grid-gap:5px;align-items:center;background:#090912;border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:5px;display:grid;gap:5px;grid-template-columns:30px minmax(0,1fr) 28px;padding:4px}.voxel-frame-card.active{background:#f9a8d41a;border-color:#f9a8d4}.voxel-frame-card.active .voxel-frame-select{background:#f9a8d4;color:#071016}.voxel-frame-card[draggable=true]{cursor:grab}.voxel-frame-card.dragging{opacity:.4}.voxel-frame-card.drag-over{border-color:#60a5fa;box-shadow:inset 0 2px 0 #60a5fa}.voxel-add-frame-card,.voxel-frame-delete,.voxel-frame-select{align-items:center;display:inline-flex;justify-content:center}.voxel-frame-duration{text-align:center}.voxel-add-frame-card{width:100%}.voxel-animation-error{color:#f87171;color:var(--danger);font-size:10px}.voxel-layer-list{display:flex;flex-direction:column;gap:5px;min-height:0;overflow-y:auto}.voxel-layer{grid-gap:7px;align-items:center;background:#0b0b15;border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:5px;color:#88a;color:var(--text-dim);display:grid;gap:7px;grid-template-columns:28px minmax(0,1fr) auto;min-height:32px;padding:5px 7px;text-align:left;width:100%}.voxel-layer:hover{border-color:#7dd3fc;color:#e2e2f0;color:var(--text)}.voxel-layer.active{background:#f9a8d41f;border-color:#f9a8d4;color:#e2e2f0;color:var(--text)}.voxel-layer-index{align-items:center;background:#7dd3fc26;border-radius:4px;color:#7dd3fc;display:inline-flex;height:22px;justify-content:center;width:24px}.voxel-layer-count{color:#facc15;font-size:10px}.voxel-size-form{grid-gap:6px;align-items:end;display:grid;gap:6px;grid-template-columns:1fr 1fr auto}.voxel-size-form label{grid-gap:3px;color:#88a;color:var(--text-dim);display:grid;font-size:10px;gap:3px}.voxel-size-form input{background:#090912;border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:4px;color:#e2e2f0;color:var(--text);height:28px;padding:0 5px;width:100%}.voxel-apply-btn{background:#0000;border:1px solid #7dd3fc;border-radius:4px;color:#7dd3fc;height:28px;padding:0 9px}.voxel-apply-btn:hover{background:#7dd3fc1f}.voxel-copy-selection-btn{border:2px solid #000;color:#000;font-weight:700}.voxel-copy-selection-btn:hover{background:#00000014}.voxel-stage{background:#070710;flex:1 1;min-width:0;outline:none;overflow:hidden;position:relative}.voxel-canvas-wrap{inset:0;position:absolute}.voxel-three-canvas{cursor:crosshair;display:block;height:100%;touch-action:none;width:100%}.voxel-workspace.voxel-world-loading .voxel-main{pointer-events:none}.voxel-world-loading-overlay{align-items:center;background:linear-gradient(180deg,#eaf4ff,#b8d7ee 54%,#76e3a1 0,#72d898);color:#07111f;display:flex;inset:0;justify-content:center;padding:max(18px,env(safe-area-inset-top,0px)) max(18px,env(safe-area-inset-right,0px)) max(18px,env(safe-area-inset-bottom,0px)) max(18px,env(safe-area-inset-left,0px));pointer-events:all;position:absolute;z-index:20000}.voxel-world-loading-panel{align-items:center;background:#fffffff0;border:3px solid #000;border-radius:6px;box-shadow:6px 6px 0 #0000003d;display:flex;flex-direction:column;gap:14px;padding:24px 26px;text-align:center;width:min(520px,88vw)}.voxel-world-loading-spinner{border-width:4px;height:34px;width:34px}.voxel-world-loading-copy,.voxel-world-loading-title{display:flex;justify-content:center;width:100%}.voxel-world-loading-copy{color:#334155}.voxel-world-loading-progress{background:#e2e8f0;border:3px solid #000;border-radius:5px;box-shadow:inset 0 2px 0 #0000001f;height:22px;overflow:hidden;padding:2px;width:100%}.voxel-world-loading-progress-fill{background:linear-gradient(90deg,#76e3a1,#60a5fa);border-radius:2px;height:100%;transition:width .18s ease;width:0}.voxel-world-loading-percent{color:#07111f;display:flex;justify-content:center;min-height:18px;width:100%}.voxel-workspace.spectator-active,.voxel-workspace.spectator-active *{cursor:none!important}.voxel-workspace.voxel-third-person.spectator-active,.voxel-workspace.voxel-third-person.spectator-active *{cursor:default!important}.voxel-workspace.voxel-third-person.spectator-active .voxel-canvas-wrap,.voxel-workspace.voxel-third-person.spectator-active .voxel-stage{cursor:crosshair!important}.voxel-workspace.voxel-third-person.voxel-third-person-dragging .voxel-canvas-wrap,.voxel-workspace.voxel-third-person.voxel-third-person-dragging .voxel-stage{cursor:grabbing!important}.voxel-workspace.escape-menu-open .voxel-panel,.voxel-workspace.floating-tool-open .voxel-panel,.voxel-workspace.spectator-active .voxel-panel{display:none}.voxel-workspace.escape-menu-open .voxel-stage,.voxel-workspace.floating-tool-open .voxel-stage,.voxel-workspace.spectator-active .voxel-stage{width:100%}.voxel-crosshair{height:18px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:18px;z-index:4}.voxel-crosshair:after,.voxel-crosshair:before{background:#ffffffdb;box-shadow:0 0 0 1px #00000073;content:"";position:absolute}.voxel-crosshair:before{height:18px;left:8px;top:0;width:2px}.voxel-crosshair:after{height:2px;left:0;top:8px;width:18px}.voxel-hotbar{grid-gap:4px;bottom:50px;display:grid;gap:4px;grid-template-columns:repeat(13,34px);z-index:7}.voxel-hotbar,.voxel-tool-popover{left:50%;pointer-events:auto;position:absolute;transform:translateX(-50%)}.voxel-tool-popover{background:#fff;border:2px solid #000;border-radius:8px;bottom:94px;box-shadow:0 4px 0 #000;color:#000;padding:12px;width:min(360px,calc(100% - 32px));z-index:10001}.voxel-tool-popover.voxel-world-popover{max-width:600px;width:min(600px,calc(100% - 32px))}.voxel-hotkey-tool-form{grid-gap:10px;display:grid;gap:10px}.voxel-tool-popover-title{color:#000;font-size:13px;font-weight:700;text-transform:none}.voxel-tool-field-row{grid-gap:8px;align-items:end;display:grid;gap:8px;grid-template-columns:1fr 1fr auto}.voxel-tool-field-row label{grid-gap:4px;color:#000;display:grid;font-size:11px;font-weight:700;gap:4px}.voxel-tool-popover input{background:#fff;border:2px solid #000;border-radius:6px;color:#000}.voxel-tool-popover .voxel-hex-input,.voxel-tool-popover input[type=number]{height:32px;padding:0 8px}.voxel-tool-apply-btn,.voxel-tool-icon-btn{align-items:center;background:#fff;border:2px solid #000;border-radius:6px;color:#000;display:inline-flex;font-weight:700;height:32px;justify-content:center}.voxel-tool-apply-btn:hover,.voxel-tool-icon-btn:hover{background:#000;color:#fff}.voxel-tool-popover .voxel-color-row{grid-template-columns:42px minmax(0,1fr) 32px}.voxel-tool-popover .voxel-swatches{grid-template-columns:repeat(6,1fr);margin-top:0}.voxel-tool-popover .voxel-swatch{border-color:#000}.voxel-tool-popover .voxel-swatch-wrap.active .voxel-swatch{outline-color:#000}.voxel-player-sprites-popover .voxel-character-row{color:#000;letter-spacing:0;margin-top:0;text-transform:none}.voxel-player-sprites-popover{-webkit-overflow-scrolling:touch;max-height:min(720px,calc(100dvh - 140px));overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;width:min(460px,calc(100% - 32px))}.voxel-player-sprites-popover .voxel-character-row span{font-size:11px;font-weight:700;text-transform:capitalize}.voxel-player-sprites-popover .voxel-character-row select{background:#fff;border:2px solid #000;border-radius:6px;color:#000;height:32px}.voxel-player-sprites-popover .voxel-character-row select:focus{border-color:#000}.voxel-palette-popover{max-height:min(620px,calc(100vh - 150px));overflow:auto;width:min(560px,calc(100% - 32px))}.voxel-palette-summary{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(3,minmax(0,1fr))}.voxel-palette-summary span{background:#fff;border:2px solid #000;border-radius:6px;color:#000;font-size:11px;font-weight:700;min-width:0;padding:6px 8px;text-align:center}.voxel-palette-list{grid-gap:7px;display:grid;gap:7px}.voxel-palette-row{grid-gap:6px;align-items:center;display:grid;gap:6px;grid-template-columns:34px minmax(92px,1fr) 38px minmax(86px,.8fr) 32px}.voxel-palette-swatch{border:2px solid #000;border-radius:6px;box-shadow:inset 0 0 0 1px #00000038;height:34px;width:34px}.voxel-palette-meta{grid-gap:1px;display:grid;gap:1px;min-width:0}.voxel-palette-meta small,.voxel-palette-meta strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voxel-palette-meta strong{color:#000;font-size:12px}.voxel-palette-meta small{color:#333;font-size:10px;font-weight:700}.voxel-palette-row input[type=color]{background:#fff;border:2px solid #000;border-radius:6px;height:32px;padding:0;width:38px}.voxel-palette-row .voxel-hex-input{min-width:0;width:100%}.voxel-palette-row .voxel-tool-icon-btn:disabled{cursor:not-allowed;opacity:.38}.voxel-hotbar-slot{align-items:center;background:#fff;border:2px solid #000;border-radius:6px;box-shadow:0 2px 0 #000;color:#000;display:inline-flex;font-size:13px;font-weight:700;height:34px;justify-content:center;line-height:1;width:34px}.voxel-hotbar-slot.active,.voxel-hotbar-slot:hover{background:#000;color:#fff}.voxel-utility-bar{bottom:10px;display:flex;gap:6px;left:50%;pointer-events:auto;position:absolute;transform:translateX(-50%);z-index:7}.voxel-utility-button{align-items:center;background:#fff;border:2px solid #000;border-radius:6px;box-shadow:0 2px 0 #000;color:#000;display:inline-flex;font-size:12px;font-weight:700;gap:6px;height:32px;line-height:1;padding:0 10px}.voxel-utility-button.active,.voxel-utility-button:hover{background:#000;color:#fff}.voxel-utility-key{align-items:center;border:1px solid;border-radius:4px;display:inline-flex;height:20px;justify-content:center;min-width:28px;padding:0 5px}.voxel-build-mode-badge{background:#86efac;border:2px solid #16a34a;border-radius:4px;color:#022c22;font:700 12px/1 ui-monospace,Menlo,Consolas,monospace;letter-spacing:.08em;padding:6px 12px;pointer-events:none;position:absolute;right:8px;top:8px;z-index:30}.voxel-build-equipment-hotkeys{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(3,minmax(0,1fr));pointer-events:auto;position:absolute;right:8px;top:44px;width:min(292px,calc(100% - 16px));z-index:31}.voxel-build-equipment-hotkey{grid-gap:4px;align-items:center;background:#fff;border:2px solid #000;border-radius:6px;box-shadow:0 2px 0 #000;color:#000;cursor:pointer;display:grid;font-family:Courier New,Courier,monospace;font-family:var(--font);font-weight:900;gap:4px;grid-template-columns:auto minmax(0,1fr);line-height:1;min-height:30px;min-width:0;padding:3px 5px}.voxel-build-equipment-hotkey.active,.voxel-build-equipment-hotkey:focus-visible,.voxel-build-equipment-hotkey:hover{background:#000;color:#fff;outline:none}.voxel-build-equipment-key{border:1px solid;border-radius:4px;font-size:10px;min-width:20px;padding:2px 3px;text-align:center}.voxel-build-equipment-label{font-size:10px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voxel-player-client{--voxel-player-minimap-size:max(220px,min(60vw,calc(100dvh/3 - 43.33333px)));--voxel-player-hud-width:calc(var(--voxel-player-minimap-size) + 26px);--voxel-player-stage-width:max(0px,calc(100% - var(--voxel-player-hud-width)));--voxel-player-hud-right:0px;--voxel-player-hud-top:0px;--voxel-player-hud-padding:9px;--voxel-player-minimap-controls-height:68px;--voxel-player-minimap-box-padding-bottom:0px}.voxel-player-client .voxel-main{flex-direction:row}.voxel-player-client .voxel-stage{flex:0 0 var(--voxel-player-stage-width);max-width:var(--voxel-player-stage-width)}.voxel-player-client .voxel-stage,.voxel-workspace.voxel-player-client.escape-menu-open .voxel-stage,.voxel-workspace.voxel-player-client.floating-tool-open .voxel-stage,.voxel-workspace.voxel-player-client.spectator-active .voxel-stage{width:var(--voxel-player-stage-width)}.voxel-player-client .voxel-floating-switch,.voxel-player-client .voxel-hotbar,.voxel-player-client .voxel-mobile-controls,.voxel-player-client .voxel-mobile-spacebar,.voxel-player-client .voxel-utility-bar{display:none}.voxel-mobile-trackpad-toggle{align-items:center;background:linear-gradient(135deg,#e8f4f8f2,#fffffffa 45%,#dfecf1f5);border:3px solid #050505;border-radius:10px;box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 4px #cfd8dd,0 3px 0 #000;color:#050505;cursor:pointer;display:none;font-size:28.8px;font-size:calc(var(--voxel-player-action-button-size, 64px)*.45);height:64px;height:var(--voxel-player-action-button-size,64px);justify-content:center;line-height:1;padding:0;pointer-events:auto;position:fixed;touch-action:manipulation;width:64px;width:var(--voxel-player-action-button-size,64px);z-index:80}.voxel-mobile-trackpad-toggle.active{background:#050505;box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 4px #232323,0 2px 0 #000;color:#fff}.voxel-player-minimap{width:var(--voxel-player-hud-width);width:var(--voxel-minimap-panel-width,var(--voxel-player-hud-width))}.voxel-player-minimap,.voxel-player-minimap button{font-family:Courier New,Courier,monospace;font-family:var(--font)}.voxel-player-minimap button{image-rendering:pixelated}.voxel-player-minimap button:focus-visible,.voxel-player-minimap button:hover{background:#f3f8fb!important;outline:none}.voxel-minimap-button-label,.voxel-rpg-button-label{align-items:center;display:inline-flex;justify-content:center;max-width:100%;min-width:0;overflow:hidden}.voxel-minimap-button-label{aspect-ratio:1/1;box-sizing:border-box;height:100%;padding:12%;width:100%}.voxel-minimap-button-label svg{display:block;height:100%!important;max-height:100%;max-width:100%;width:100%!important}.voxel-rpg-button-label svg{display:block;flex:0 0 auto}.voxel-player-action-panel{grid-gap:4px;align-content:start;align-items:start;background:#000;bottom:0;display:grid;gap:4px;grid-auto-rows:min-content;grid-template-columns:repeat(2,1fr);justify-content:stretch;justify-items:stretch;margin-top:-20px;overflow:hidden;padding:1px 4px 4px;pointer-events:auto;position:fixed;right:var(--voxel-player-hud-right);scrollbar-width:none;top:calc(var(--voxel-player-hud-top) + var(--voxel-player-minimap-size) + var(--voxel-player-minimap-controls-height) + var(--voxel-player-hud-padding)*2);width:var(--voxel-player-hud-width);z-index:56}.voxel-player-action-panel::-webkit-scrollbar{display:none}.voxel-player-client .voxel-tool-popover.voxel-popover-in-minimap{bottom:auto!important;display:flex!important;flex-direction:column!important;height:calc(var(--voxel-player-minimap-size) + var(--voxel-player-minimap-controls-height) + var(--voxel-player-hud-padding)*2)!important;left:auto!important;max-height:calc(var(--voxel-player-minimap-size) + var(--voxel-player-minimap-controls-height) + var(--voxel-player-hud-padding)*2)!important;max-width:var(--voxel-player-hud-width)!important;overflow:hidden;position:fixed!important;right:var(--voxel-player-hud-right)!important;top:var(--voxel-player-hud-top)!important;transform:none!important;width:var(--voxel-player-hud-width)!important}.voxel-player-client .voxel-tool-popover.voxel-popover-in-minimap>.voxel-hotkey-tool-form,.voxel-player-client .voxel-tool-popover.voxel-popover-in-minimap>.voxel-save-form{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;gap:8px!important;height:auto!important;max-height:none!important;min-height:0!important;overflow:hidden!important}.voxel-player-client .voxel-tool-popover.voxel-popover-in-minimap .voxel-save-list{flex:1 1 auto!important;max-height:none!important;min-height:0!important;overflow-y:auto!important}.voxel-player-settings-overlay{align-items:stretch;box-sizing:border-box;display:flex;height:336px;height:calc(var(--voxel-player-minimap-size, 280px) + var(--voxel-player-minimap-controls-height, 42px) + var(--voxel-player-hud-padding, 7px)*2);justify-content:center;padding:7px;padding:var(--voxel-player-hud-padding,7px);pointer-events:auto;position:fixed;right:0;right:var(--voxel-player-hud-right,0);top:0;top:var(--voxel-player-hud-top,0);width:300px;width:var(--voxel-player-hud-width,300px);z-index:10002}.voxel-player-settings-overlay .voxel-escape-dialog{background:#000;color:#fff;height:100%;margin:0;max-height:100%;max-width:100%;overflow:auto;width:100%}.voxel-player-client .voxel-tool-popover.voxel-popover-in-minimap,.voxel-player-client .voxel-tool-popover.voxel-popover-in-minimap h1,.voxel-player-client .voxel-tool-popover.voxel-popover-in-minimap h2,.voxel-player-client .voxel-tool-popover.voxel-popover-in-minimap h3,.voxel-player-client .voxel-tool-popover.voxel-popover-in-minimap label,.voxel-player-client .voxel-tool-popover.voxel-popover-in-minimap p,.voxel-player-client .voxel-tool-popover.voxel-popover-in-minimap small,.voxel-player-client .voxel-tool-popover.voxel-popover-in-minimap span:not(.voxel-rpg-button-label):not(button span),.voxel-player-settings-overlay .voxel-escape-dialog,.voxel-player-settings-overlay .voxel-escape-dialog label,.voxel-player-settings-overlay .voxel-escape-dialog p,.voxel-player-settings-overlay .voxel-escape-dialog small,.voxel-player-settings-overlay .voxel-escape-dialog span,.voxel-player-settings-overlay .voxel-escape-section-title,.voxel-player-settings-overlay .voxel-escape-title{color:#fff}.voxel-player-hud-panel{grid-gap:7px;background:#fbfbf8;border:4px solid #050505;box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 5px #cfd8dd;box-sizing:border-box;display:grid;gap:7px;grid-template-rows:auto 1fr auto;height:calc(var(--voxel-player-minimap-size) + var(--voxel-player-minimap-controls-height) + var(--voxel-player-hud-padding)*2);overflow:hidden;padding:var(--voxel-player-hud-padding) var(--voxel-player-hud-padding) 0;pointer-events:auto;position:fixed;right:var(--voxel-player-hud-right);top:var(--voxel-player-hud-top);width:var(--voxel-player-hud-width);z-index:57}.voxel-player-hud-panel,.voxel-player-hud-title{color:#050505;font-family:Courier New,Courier,monospace;font-family:var(--font)}.voxel-player-hud-title{align-items:center;display:flex;font-size:28px;font-weight:700;justify-content:center;line-height:1;min-height:28px}.voxel-player-equipment-grid-wrap,.voxel-player-inventory-grid-wrap{align-items:center;container-type:size;display:flex;height:100%;justify-content:center;min-height:0;min-width:0;width:100%}.voxel-player-inventory-grid{grid-gap:0;aspect-ratio:1/1;border:3px solid #050505;border-radius:4px;box-sizing:border-box;display:grid;gap:0;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);min-height:0;min-width:0;overflow:hidden;width:min(100cqi,100cqb,100%);width:min(100cqi,100cqb,var(--voxel-player-minimap-size,100%))}.voxel-player-inventory-panel{grid-template-rows:auto minmax(0,1fr) auto}.voxel-player-equipment-slot,.voxel-player-inventory-slot{aspect-ratio:1/1;background:#fffefa;border:1px solid #4b5563;border-radius:0;color:#050505;cursor:pointer;min-height:0;min-width:0;overflow:hidden;padding:4px;position:relative}.voxel-player-equipment-slot.filled:hover,.voxel-player-equipment-slot:focus-visible,.voxel-player-inventory-slot.active{background:#eef6ff;outline:3px solid #60a5fa;outline-offset:-4px}.voxel-player-inventory-empty{display:block;height:100%;width:100%}.voxel-player-bank-icon img,.voxel-player-inventory-icon{height:100%;image-rendering:pixelated;object-fit:contain;width:100%}.voxel-player-inventory-color-block{border:1px solid #0006;box-sizing:border-box;display:block;height:100%;image-rendering:pixelated;width:100%}.voxel-player-stack-count{background:#fff7ad;border:2px solid #050505;border-radius:4px;bottom:2px;font-size:18px;line-height:1;min-width:24px;padding:3px 5px;pointer-events:none;position:absolute;right:3px;text-align:center}.voxel-player-inventory-unknown,.voxel-player-stack-count{color:#050505;font-family:Courier New,Courier,monospace;font-family:var(--font);font-weight:900}.voxel-player-inventory-unknown{align-items:center;background:#d4d4d8;border:1px solid #00000059;box-sizing:border-box;display:flex;font-size:22px;height:100%;image-rendering:pixelated;justify-content:center;width:100%}.voxel-player-inventory-status{border-top:2px dashed #4b5563;color:#1f2937;font-family:Courier New,Courier,monospace;font-family:var(--font);font-size:13px;font-weight:700;grid-column:1/-1;padding:4px 6px;text-align:center}.voxel-inventory-context-menu-backdrop{background:#0000;inset:0;position:fixed;z-index:1199}.voxel-player-inventory-detail{grid-gap:3px 8px;align-items:center;display:grid;gap:3px 8px;grid-template-columns:minmax(0,1fr) auto;min-height:48px}.voxel-player-inventory-name{color:#050505;font-size:14px;font-weight:900;line-height:1.15;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voxel-player-inventory-meta{color:#374151;font-family:Courier New,Courier,monospace;font-family:var(--font);font-size:13px;font-weight:700;grid-column:1;min-width:0}.voxel-player-inventory-actions{grid-gap:4px;display:grid;gap:4px;grid-column:2;grid-row:1/span 2;grid-template-columns:repeat(2,minmax(54px,auto))}.voxel-player-bank-action,.voxel-player-hud-button{background:#eef6ff;border:3px solid #050505;border-radius:6px;box-shadow:0 2px 0 #050505;color:#050505;font-family:Courier New,Courier,monospace;font-family:var(--font);font-size:11px;font-weight:900;line-height:1;min-height:30px;padding:0 8px}.voxel-player-bank-action:hover:not(:disabled),.voxel-player-hud-button.active,.voxel-player-hud-button:hover:not(:disabled){background:#d9f99d}.voxel-player-bank-action:disabled,.voxel-player-hud-button:disabled{cursor:not-allowed;opacity:.45}.voxel-player-bank-panel{grid-gap:5px;border-top:3px solid #050505;display:grid;gap:5px;grid-template-rows:auto minmax(0,1fr);min-height:0;padding-top:5px}.voxel-player-bank-top{grid-gap:6px;align-items:center;color:#050505;display:grid;font-size:13px;font-weight:900;gap:6px;grid-template-columns:minmax(0,1fr) 72px}.voxel-player-bank-top input{border:2px solid #050505;border-radius:4px;font-family:Courier New,Courier,monospace;font-family:var(--font);font-size:13px;min-width:0;width:100%}.voxel-player-bank-list{grid-gap:4px;align-content:start;display:grid;gap:4px;min-height:0;overflow-y:auto}.voxel-player-bank-row{grid-gap:4px;align-items:center;display:grid;gap:4px;grid-template-columns:minmax(0,1fr) 42px 42px 44px 44px}.voxel-player-bank-item{grid-gap:5px;align-items:center;background:#fffefa;border:2px solid #050505;border-radius:4px;color:#050505;display:grid;gap:5px;grid-template-columns:28px minmax(0,1fr);min-height:34px;min-width:0}.voxel-player-bank-row.active .voxel-player-bank-item{background:#eef6ff}.voxel-player-bank-icon{height:26px;overflow:hidden;width:26px}.voxel-player-bank-name{font-size:11px;font-weight:900;white-space:nowrap}.voxel-player-bank-count,.voxel-player-bank-name{min-width:0;overflow:hidden;text-overflow:ellipsis}.voxel-player-bank-count{background:#f4f4f5;border:2px solid #050505;border-radius:4px;color:#050505;font-family:Courier New,Courier,monospace;font-family:var(--font);font-size:13px;font-weight:800;padding:2px 3px;text-align:center}.voxel-player-bank-action{font-size:10px;min-height:28px;padding:0 4px}.voxel-player-bank-empty{color:#374151;font-family:Courier New,Courier,monospace;font-family:var(--font);font-size:13px;padding:10px;text-align:center}.voxel-player-equipment-panel{grid-template-rows:auto minmax(0,1fr)}.voxel-player-equipment-grid{grid-gap:6px;aspect-ratio:3/4;box-sizing:border-box;display:grid;gap:6px;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(4,minmax(0,1fr));min-height:0;min-width:0;padding:0 8px 6px;width:min(100cqi,calc(100cqb*3/4),430px)}.voxel-player-equipment-slot{grid-gap:2px;background:#fffefa;border:3px solid #050505;border-radius:0;display:grid;gap:2px;grid-template-rows:auto minmax(0,1fr)}.voxel-player-equipment-label{color:#050505;font-size:11px;font-weight:900;line-height:1;min-width:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.voxel-player-equipment-icon{align-items:center;align-self:center;aspect-ratio:1/1;color:#3f3f37;display:flex;font-size:42px;height:100%;justify-content:center;justify-self:center;max-width:100%;min-height:0;overflow:hidden;width:auto}.voxel-player-equipment-icon .voxel-player-inventory-color-block,.voxel-player-equipment-icon .voxel-player-inventory-icon,.voxel-player-equipment-icon .voxel-player-inventory-unknown,.voxel-player-equipment-icon canvas{box-sizing:border-box;height:100%;margin:0;max-height:100%;max-width:100%;width:100%}.voxel-inventory-context-menu{background:#fff;border:3px solid #050505;border-radius:4px;box-shadow:0 4px 0 #050505;font-family:Courier New,Courier,monospace;font-family:var(--font);min-width:96px;padding:4px;pointer-events:auto;position:fixed;z-index:1200}.voxel-inventory-context-menu button{background:#0000;border:none;color:#050505;cursor:pointer;display:block;font-family:Courier New,Courier,monospace;font-family:var(--font);font-size:14px;font-weight:700;padding:6px 10px;text-align:left;width:100%}.voxel-inventory-context-menu button:focus-visible,.voxel-inventory-context-menu button:hover{background:#eef6ff;outline:none}.voxel-inventory-context-menu button:disabled{cursor:not-allowed;opacity:.45}.voxel-bank-window-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;pointer-events:auto;position:fixed;z-index:1100}.voxel-bank-window{grid-gap:8px;background:#fbfbf8;border:4px solid #050505;border-radius:6px;box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 5px #cfd8dd,0 6px 0 #050505;color:#050505;display:grid;font-family:Courier New,Courier,monospace;font-family:var(--font);gap:8px;grid-template-rows:auto auto 1fr auto;max-height:86vh;padding:12px;width:min(720px,92vw)}.voxel-player-client .voxel-bank-window-overlay{align-items:stretch;background:#00000080;inset:0 0 0 0;inset:0 var(--voxel-player-hud-width,0) 0 0;justify-content:stretch;padding:12px}.voxel-player-client .voxel-bank-window-overlay .voxel-bank-window{height:100%;max-height:100%;max-width:100%;width:100%}.voxel-bank-window-header{font-size:22px;font-weight:800;gap:8px;justify-content:space-between}.voxel-bank-window-controls,.voxel-bank-window-header{align-items:center;display:flex;font-family:Courier New,Courier,monospace;font-family:var(--font)}.voxel-bank-window-controls{flex-wrap:wrap;font-size:13px;font-weight:700;gap:6px}.voxel-bank-window-controls input{border:2px solid #050505;border-radius:4px;font-family:Courier New,Courier,monospace;font-family:var(--font);font-size:13px;font-weight:700;min-width:0;padding:3px 5px;width:80px}.voxel-bank-window-body{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;min-height:0}.voxel-bank-window-pane{grid-gap:4px;display:grid;gap:4px;grid-template-rows:auto 1fr;min-height:0}.voxel-bank-window-pane-title{font-family:Courier New,Courier,monospace;font-family:var(--font);font-size:14px;font-weight:800;text-align:center}.voxel-bank-window-grid{grid-gap:0;background:#fffefa;border:3px solid #050505;border-radius:4px;display:grid;gap:0;grid-auto-rows:1fr;grid-template-columns:repeat(8,1fr);max-height:60vh;min-height:0;overflow-y:auto}.voxel-bank-window-grid.inventory-grid{grid-template-columns:repeat(4,1fr)}.voxel-bank-window-slot{aspect-ratio:1/1;background:#fffefa;border:1px solid #4b5563;color:#050505;cursor:pointer;min-height:0;min-width:0;overflow:hidden;padding:3px;position:relative}.voxel-bank-window-slot.active,.voxel-bank-window-slot:focus-visible{background:#eef6ff;outline:3px solid #60a5fa;outline-offset:-4px}.voxel-bank-window-slot.drop-target{outline:3px dashed #16a34a;outline-offset:-4px}.voxel-bank-window-close{background:#eef6ff;border:3px solid #050505;border-radius:6px;box-shadow:0 2px 0 #050505;color:#050505;cursor:pointer;font-family:Courier New,Courier,monospace;font-family:var(--font);font-size:14px;font-weight:800;justify-self:end;min-height:32px;padding:4px 14px}.voxel-bank-window-close:hover{background:#d9f99d}.voxel-gear-panel-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;pointer-events:auto;position:fixed;z-index:1110}.voxel-gear-panel{max-height:92vh;overflow:auto;width:min(720px,96vw)}.voxel-gear-panel-overlay.is-compact{align-items:flex-end;background:#0000;justify-content:flex-end;padding:0 16px 94px 0;pointer-events:none}.voxel-gear-panel-overlay.is-compact .voxel-gear-panel{max-height:min(72vh,520px);padding:8px;pointer-events:auto;width:min(270px,calc(100vw - 32px))}.voxel-gear-panel-actions{align-items:center;display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end;min-width:0}.voxel-gear-panel-actions .voxel-weapon-compact-toggle{line-height:1.1;white-space:normal}.voxel-rpg-button{grid-gap:1px;align-items:center;align-self:start;aspect-ratio:1/1;background:linear-gradient(135deg,#e8f4f8f2,#fffffffa 45%,#dfecf1f5);border:3px solid #050505;border-radius:7px;box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 4px #cfd8dd,0 3px 0 #000;box-sizing:border-box;color:#060606;display:grid;font-family:Courier New,Courier,monospace;font-family:var(--font);font-size:clamp(14px,1.6vw,22px);font-weight:900;gap:1px;grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto;height:auto;justify-items:center;justify-self:center;letter-spacing:0;line-height:1;min-height:0;min-width:0;overflow:hidden;padding:1px 2px;text-align:center;text-shadow:1px 1px 0 #fff;width:100%}.voxel-rpg-button.active,.voxel-rpg-button:focus-visible,.voxel-rpg-button:hover{background:linear-gradient(135deg,#fff,#ebf7fb);box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 4px #b8c8ce,0 2px 0 #000;outline:none;transform:translateY(1px)}.voxel-rpg-button-icon{align-items:center;aspect-ratio:1/1;color:#111827;display:flex;filter:none;height:auto;justify-content:center;line-height:1;max-width:100%;overflow:hidden;width:78%}.voxel-rpg-button-icon i,.voxel-rpg-button-icon img,.voxel-rpg-button-icon svg{display:block;height:100%;width:100%}.voxel-rpg-button-icon img,.voxel-rpg-button-icon svg{image-rendering:crisp-edges;image-rendering:pixelated}.voxel-rpg-button-icon svg{shape-rendering:crispEdges}.voxel-rpg-button-icon img{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.voxel-rpg-button-icon i{align-items:center;display:flex;font-size:min(22px,100%);justify-content:center}.voxel-rpg-button-label{height:auto;justify-content:center;min-height:0;overflow-wrap:normal;white-space:nowrap;width:100%}.voxel-rpg-button-label svg{flex:0 1 auto;max-height:100%;max-width:100%}.voxel-player-chat{filter:none}.voxel-player-chat form{border:none;box-shadow:none}@media (max-width:900px){.voxel-player-client{--voxel-player-minimap-size:max(160px,min(60vw,calc(100dvh/3 - 33.33333px)));--voxel-player-hud-padding:9px;--voxel-player-minimap-controls-height:68px}.voxel-player-action-panel{gap:3px;grid-auto-rows:min-content;grid-template-columns:repeat(4,1fr);padding:0 3px 3px}.voxel-rpg-button{border-width:3px;box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 4px #cfd8dd,0 2px 0 #000;font-size:clamp(10px,1.42vw,15px);gap:1px;grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto;justify-items:center;min-height:0;padding:2px;text-align:center}.voxel-rpg-button-label{justify-content:center}.voxel-rpg-button-icon{width:92%}.voxel-rpg-button-icon.custom img{transform:scale(1.22);transform-origin:center}}@media (any-pointer:coarse) and (max-width:1366px),(max-width:900px){.voxel-player-equipment-grid{gap:4px;padding:0 4px 4px}.voxel-player-equipment-slot{gap:1px;padding:3px 2px}.voxel-player-equipment-label{font-size:9px}.voxel-player-equipment-icon{font-size:28px}.voxel-player-equipment-icon .voxel-player-inventory-color-block,.voxel-player-equipment-icon .voxel-player-inventory-icon,.voxel-player-equipment-icon .voxel-player-inventory-unknown,.voxel-player-equipment-icon canvas{height:min(72%,38px);margin:0;max-height:100%;max-width:100%;width:min(72%,38px)}}@media (max-height:560px){.voxel-player-client{--voxel-player-minimap-size:max(160px,min(60vw,calc(200dvh/3 - 33px)));--voxel-player-hud-width:calc(var(--voxel-player-minimap-size) + 22px);--voxel-player-hud-right:0px;--voxel-player-hud-top:0px;--voxel-player-hud-padding:6px;--voxel-player-minimap-controls-height:50px;--voxel-player-minimap-box-padding-bottom:4px}.voxel-player-action-panel{gap:3px;grid-auto-rows:min-content;grid-template-columns:repeat(4,1fr);margin-top:-2vw;padding:0 3px 3px;top:calc(var(--voxel-player-hud-top) + var(--voxel-player-minimap-size) + var(--voxel-player-minimap-controls-height) + var(--voxel-player-hud-padding)*2)}.voxel-rpg-button{border-radius:7px;border-width:3px;font-size:clamp(9px,1.32vw,13px);gap:1px;grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto;justify-items:center;min-height:0;padding:1px 2px;text-align:center}.voxel-rpg-button-label{justify-content:center}.voxel-rpg-button-icon{width:min(68px,92%)}.voxel-rpg-button-icon.custom img{transform:scale(1.18);transform-origin:center}}.voxel-escape-menu{align-items:center;background:#07071038;display:flex;inset:0;justify-content:center;position:absolute;z-index:10002}.voxel-escape-dialog{grid-gap:10px;background:#fff;border:2px solid #000;border-radius:8px;box-shadow:0 4px 0 #000;color:#000;display:grid;gap:10px;padding:18px;position:relative;width:min(280px,calc(100% - 32px))}.voxel-escape-close{align-items:center;background:#fff;border:2px solid #000;border-radius:6px;color:#000;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:26px;justify-content:center;line-height:1;padding:0;position:absolute;right:8px;top:8px;width:26px;z-index:1}.voxel-escape-close:hover{background:#000;color:#fff}.voxel-tool-popover-close{align-items:center;background:#fff;border:2px solid #000;border-radius:5px;color:#000;cursor:pointer;display:flex;font-size:14px;font-weight:700;height:22px;justify-content:center;line-height:1;padding:0;position:absolute;right:6px;top:6px;width:22px;z-index:1}.voxel-tool-popover-close:hover{background:#000;color:#fff}.voxel-weapon-popover{width:min(440px,calc(100% - 32px))}.voxel-equipment-popover{width:min(420px,calc(100% - 32px))}.voxel-equipment-menu-panel{padding-right:2px}.voxel-equipment-menu-grid{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(2,minmax(0,1fr))}.voxel-equipment-menu-choice{align-items:center;background:#fff;border:2px solid #000;border-radius:6px;box-shadow:0 2px 0 #000;color:#000;cursor:pointer;display:inline-flex;font-family:Courier New,Courier,monospace;font-family:var(--font);font-size:12px;font-weight:900;gap:7px;height:34px;line-height:1;min-width:0;padding:0 9px}.voxel-equipment-menu-choice.active,.voxel-equipment-menu-choice:focus-visible,.voxel-equipment-menu-choice:hover{background:#000;color:#fff;outline:none}.voxel-equipment-menu-choice span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voxel-weapon-popover-compact{bottom:94px;left:auto;padding:8px;right:16px;transform:none;width:230px}.voxel-weapon-popover-compact .voxel-tool-popover-close{display:none}.voxel-weapon-panel{max-height:min(80vh,680px);overflow-y:auto;padding-right:2px}.voxel-weapon-panel.is-compact{max-height:none;overflow:visible;padding-right:0}.voxel-gear-panel.is-compact{overflow-y:auto}.voxel-equipment-placement-section{grid-gap:6px;background:#fff;border:2px solid #000;border-radius:8px;color:#000;display:grid;gap:6px}.voxel-equipment-placement-section.is-compact{border:0;border-radius:0;padding:0}.voxel-equipment-select-grid{grid-gap:6px;display:grid;gap:6px;grid-template-columns:1fr 1fr;margin-bottom:2px}.voxel-equipment-select-grid.single{grid-template-columns:1fr}.voxel-equipment-select-grid label{grid-gap:2px;color:#000;display:grid;font-size:11px;font-weight:700;gap:2px}.voxel-equipment-placement-section select{background:#fff;border:2px solid #000;border-radius:6px;color:#000;font-weight:700;height:30px;min-width:0}.voxel-equipment-slider-row{grid-gap:7px;align-items:center;color:#000;display:grid;font-size:10px;font-weight:700;gap:7px;grid-template-columns:46px minmax(110px,1fr) 72px;min-height:32px}.voxel-equipment-slider-row input[type=range]{accent-color:#000;cursor:ew-resize;height:26px;min-width:0;touch-action:none;width:100%}.voxel-equipment-value-input{background:#fff;border:2px solid #000;border-radius:5px;color:#000;font-family:monospace;font-size:10px;font-weight:700;height:26px;min-width:0;padding:0 4px;text-align:right;width:100%}.voxel-equipment-slider-row input:disabled{cursor:not-allowed;opacity:.55}.voxel-equipment-direction-row,.voxel-equipment-toggle-row{align-items:center;color:#000;display:flex;font-size:11px;font-weight:700;gap:6px}.voxel-equipment-toggle-row input{accent-color:#000;height:16px;margin:0;width:16px}.voxel-equipment-direction-row{justify-content:space-between}.voxel-equipment-direction-row select{flex:1 1;min-width:0}.voxel-weapon-panel-header{align-items:center;display:flex;gap:8px;justify-content:space-between;padding-right:18px}.voxel-weapon-panel.is-compact .voxel-weapon-panel-header{padding-right:0}.voxel-weapon-panel.is-compact .voxel-tool-popover-title{display:none}.voxel-weapon-choice,.voxel-weapon-compact-toggle,.voxel-weapon-details-toggle,.voxel-weapon-frame-chip,.voxel-weapon-new-button,.voxel-weapon-nudge-button,.voxel-weapon-saved-button,.voxel-weapon-secondary-action,.voxel-weapon-swing-button{background:#fff;border:2px solid #000;border-radius:6px;box-shadow:0 2px 0 #000;color:#000;font-weight:700;line-height:1}.voxel-weapon-compact-toggle{font-size:11px;min-height:28px;padding:0 8px}.voxel-weapon-panel.is-compact .voxel-weapon-compact-toggle{width:100%}.voxel-weapon-compact-toggle:disabled{cursor:not-allowed;opacity:.42}.voxel-weapon-grid{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(auto-fill,minmax(64px,1fr));margin-bottom:8px}.voxel-weapon-card,.voxel-weapon-new-button{height:64px}.voxel-equipment-card-wrap{min-width:0;position:relative}.voxel-equipment-card-wrap .voxel-weapon-card{width:100%}.voxel-equipment-card-delete{background:#fff;border:1px solid;border-radius:4px;color:#000;cursor:pointer;font-size:8px;font-weight:900;height:16px;line-height:1;min-width:0;padding:0 4px;position:absolute;right:3px;top:3px}.voxel-equipment-card-delete:focus-visible,.voxel-equipment-card-delete:hover{background:#000;color:#fff;outline:none}.voxel-equipment-card-delete:disabled{cursor:not-allowed;opacity:.45}.voxel-weapon-new-button{font-size:12px}.voxel-weapon-card,.voxel-weapon-new-button{align-items:center;display:flex;justify-content:center}.voxel-weapon-card{background:#fff;border:2px solid #000;border-radius:6px;box-shadow:0 2px 0 #000;color:#000;cursor:pointer;flex-direction:column;gap:0;min-width:0;padding:2px;position:relative}.voxel-weapon-card.active{background:#000;color:#fff}.voxel-weapon-card.equipped:not(.active){border-color:#d97706;box-shadow:0 2px 0 #d97706}.voxel-weapon-card.saved:not(.active){border-color:#2563eb}.voxel-weapon-card.shared:not(.active){border-style:dashed}.voxel-weapon-card-badge{background:inherit;border:1px solid;border-radius:3px;color:inherit;font-size:7px;left:3px;line-height:1;max-width:calc(100% - 6px);overflow:hidden;padding:1px 3px;position:absolute;text-overflow:ellipsis;top:3px;white-space:nowrap}.voxel-weapon-card-preview{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:0;width:100%}.voxel-weapon-card-name{color:inherit;font-size:10px;line-height:1.1;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voxel-weapon-card.equipped:not(.active) .voxel-weapon-card-name{color:#92400e}.voxel-weapon-card.equipped:not(.active):hover .voxel-weapon-card-name{color:#fff}.voxel-weapon-compact-meta,.voxel-weapon-frame-row span,.voxel-weapon-help,.voxel-weapon-margin-title,.voxel-weapon-position-readout,.voxel-weapon-rotation-title{color:#000;font-size:11px}.voxel-weapon-help{margin-bottom:6px;opacity:.72}.voxel-weapon-field-row{align-items:center;display:flex;font-size:12px;gap:6px;margin-bottom:6px}.voxel-weapon-field-row input,.voxel-weapon-field-row select{flex:1 1;min-width:0}.voxel-weapon-scale-control{grid-gap:5px 8px;align-items:center;color:#000;display:grid;font-size:11px;gap:5px 8px;grid-template-columns:1fr 62px;margin-bottom:6px}.voxel-weapon-scale-meta{align-items:center;display:flex;font-weight:700;gap:8px;grid-column:1/-1;justify-content:space-between}.voxel-weapon-scale-control input[type=range]{width:100%}.voxel-weapon-scale-control input[type=number]{min-width:0;width:100%}.voxel-weapon-details,.voxel-weapon-margin-controls{grid-gap:6px;border-top:2px solid #000;display:grid;gap:6px;margin-bottom:6px;padding-top:8px}.voxel-weapon-margin-controls.compact{border-top:0;margin-bottom:0;padding-top:0}.voxel-weapon-margin-title{opacity:.76}.voxel-weapon-choice-row,.voxel-weapon-db-row,.voxel-weapon-frame-row,.voxel-weapon-nudge-pad,.voxel-weapon-saved-list{align-items:center;display:flex;flex-wrap:wrap;gap:4px}.voxel-weapon-choice{flex:1 1 48px;font-size:11px;min-height:28px;padding:0 8px}.voxel-weapon-card:hover,.voxel-weapon-choice.active,.voxel-weapon-compact-toggle:hover:not(:disabled),.voxel-weapon-details-toggle:hover,.voxel-weapon-frame-chip.active,.voxel-weapon-new-button:hover,.voxel-weapon-nudge-button:hover,.voxel-weapon-saved-button:hover,.voxel-weapon-secondary-action:hover,.voxel-weapon-swing-button:hover{background:#000;color:#fff}.voxel-weapon-choice.danger.active{background:#dc2626;color:#fff}.voxel-weapon-frame-row span{opacity:.72}.voxel-weapon-frame-row.compact{display:grid;grid-template-columns:repeat(6,minmax(0,1fr))}.voxel-weapon-frame-chip{font-size:11px;min-height:24px;min-width:28px;padding:0 6px}.voxel-weapon-frame-chip.has-placement{border-color:#d97706}.voxel-weapon-nudge-pad{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.voxel-weapon-nudge-button{font-size:11px;min-height:30px;padding:0 6px}.voxel-weapon-swing-controls{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(2,minmax(0,1fr))}.voxel-weapon-swing-controls.compact{gap:3px}.voxel-weapon-swing-button{font-size:11px;min-height:30px;padding:0 6px}.voxel-weapon-compact-meta{font-weight:700;line-height:1.2;opacity:.78}.voxel-weapon-rotation-controls{grid-gap:5px;display:grid;gap:5px}.voxel-weapon-rotation-controls.compact{padding-top:2px}.voxel-weapon-rotation-title{font-weight:700;line-height:1.2;opacity:.72}.voxel-weapon-rotation-row{grid-gap:5px;align-items:center;color:#000;display:grid;font-size:10px;font-weight:700;gap:5px;grid-template-columns:58px minmax(0,1fr) 34px;min-height:24px}.voxel-weapon-rotation-row input{accent-color:#000;min-width:0;width:100%}.voxel-weapon-rotation-row output{font-family:monospace;font-size:10px;font-weight:400;text-align:right}.voxel-weapon-aim-options{grid-gap:5px;display:grid;font-size:11px;gap:5px}.voxel-weapon-aim-options label{align-items:center;display:flex;gap:6px}.voxel-weapon-aim-options select{flex:1 1;min-width:0}.voxel-weapon-secondary-action{font-size:11px;min-height:28px;padding:0 8px}.voxel-weapon-db-row{margin-bottom:6px}.voxel-weapon-saved-list{border-bottom:2px solid #000;margin-bottom:6px;max-height:72px;overflow-y:auto;padding-bottom:6px}.voxel-weapon-saved-button{font-size:10px;max-width:130px;min-height:26px;overflow:hidden;padding:0 8px;text-overflow:ellipsis;white-space:nowrap}.voxel-weapon-position-readout{font-family:monospace;opacity:.66}.voxel-weapon-details-toggle{min-height:30px;padding:0 10px;text-align:left;width:100%}.voxel-escape-title{font-size:14px;text-align:center}.voxel-escape-color,.voxel-escape-title{color:#000;font-weight:700;letter-spacing:0}.voxel-escape-color{grid-gap:5px;display:grid;font-size:10px;gap:5px;text-transform:uppercase}.voxel-escape-color input{background:#fff;border:2px solid #000;border-radius:6px;color:#000;height:32px;letter-spacing:0;padding:0 9px;text-transform:none}.voxel-escape-color input:focus{border-color:#000;outline:none}.voxel-escape-dialog .btn-primary,.voxel-escape-dialog .btn-secondary{background:#fff;border:2px solid #000;border-radius:6px;color:#000;font-weight:700}.voxel-escape-dialog .btn-primary.active,.voxel-escape-dialog .btn-primary:hover,.voxel-escape-dialog .btn-secondary.active,.voxel-escape-dialog .btn-secondary:hover{background:#000;color:#fff;opacity:1}.voxel-view-buttons{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr}.voxel-advanced-menu{z-index:10003}.voxel-sensitivity-row{align-items:center;color:#000;display:flex;font-size:10px;font-weight:700;justify-content:space-between;letter-spacing:0;text-transform:uppercase}.voxel-sensitivity-value{color:#000;text-transform:none}.voxel-sensitivity-slider{accent-color:#000;cursor:pointer;width:100%}.voxel-crop-form{grid-gap:6px;display:grid;gap:6px;margin-top:4px}.voxel-crop-row{grid-gap:6px;display:grid;gap:6px;grid-template-columns:1fr 1fr}.voxel-crop-row-three{grid-template-columns:repeat(3,minmax(0,1fr))}.voxel-crop-row label{grid-gap:2px;color:#88a;color:var(--text-dim);display:grid;font-size:10px;gap:2px;letter-spacing:1px;text-transform:uppercase}.voxel-crop-row input{background:#090912;border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:4px;color:#e2e2f0;color:var(--text);font-family:Courier New,Courier,monospace;font-family:var(--font);font-size:12px;height:28px;letter-spacing:0;padding:0 6px;text-transform:none;width:100%}.voxel-crop-row input:focus{border-color:#2563eb;outline:none}.voxel-crop-info{color:#2563eb;font-size:11px;font-weight:700;letter-spacing:1px;text-align:center}.voxel-character-row{grid-gap:8px;align-items:center;color:#88a;color:var(--text-dim);display:grid;font-size:11px;gap:8px;grid-template-columns:50px 1fr;letter-spacing:1px;margin-top:6px;text-transform:uppercase}.voxel-character-row select{background:#090912;border:1px solid #2a2a4a;border:1px solid var(--border);border-radius:4px;color:#e2e2f0;color:var(--text);font-family:Courier New,Courier,monospace;font-family:var(--font);font-size:12px;height:26px;letter-spacing:0;padding:0 6px;text-transform:none;width:100%}.voxel-character-row select:focus{border-color:#2563eb;outline:none}.voxel-view-buttons .active{background:#7dd3fc;border-color:#7dd3fc;color:#071016}.voxel-landscape-lock,.voxel-mobile-controls,.voxel-mobile-spacebar{display:none}.voxel-mobile-controls{align-items:flex-end;flex-direction:row;inset:auto 12px 94px 12px;justify-content:space-between;pointer-events:none;position:absolute;z-index:7}.voxel-mobile-build-tools{grid-gap:7px;display:grid;gap:7px;order:2;pointer-events:auto}.voxel-mobile-build-tools button{background:#fff;border:2px solid #000;border-radius:8px;box-shadow:0 2px 0 #000;color:#000;font-size:12px;font-weight:700;line-height:1;min-height:36px;min-width:112px;padding:0 10px;touch-action:manipulation}.voxel-mobile-build-tools button.active{background:#000;color:#fff}@media (any-pointer:coarse) and (max-width:1366px),(max-width:1180px){.voxel-hotbar{grid-template-columns:repeat(12,34px)}.voxel-hotbar .voxel-hotbar-slot:nth-child(13){display:none}}.voxel-mobile-build-tools button:focus,.voxel-mobile-build-tools button:focus-visible{background:#fff;color:#000;outline:none}.voxel-mobile-build-tools button.active:focus,.voxel-mobile-build-tools button.active:focus-visible{background:#000;color:#fff}@media (hover:hover){.voxel-mobile-build-tools button:hover{background:#000;color:#fff}}.voxel-mobile-trackpad{background:#fffffff0;border:2px solid #000;border-radius:8px;box-shadow:0 3px 0 #000;contain:layout paint;height:116px;order:1;pointer-events:auto;position:relative;touch-action:none;width:116px}.voxel-mobile-trackpad:after,.voxel-mobile-trackpad:before{background:#0000002e;content:"";pointer-events:none;position:absolute}.voxel-mobile-trackpad:before{bottom:12px;left:50%;top:12px;transform:translateX(-50%);width:2px}.voxel-mobile-trackpad:after{height:2px;left:12px;right:12px;top:50%;transform:translateY(-50%)}.voxel-mobile-trackpad-thumb{border:2px solid #000;border-radius:50%;height:28px;pointer-events:none;transform:translate(-50%,-50%);width:28px;will-change:left,top}.voxel-mobile-spacebar,.voxel-mobile-trackpad-thumb{background:#fff;box-shadow:0 2px 0 #000;position:absolute}.voxel-mobile-spacebar{align-items:center;border:2px solid #000;border-radius:8px;bottom:94px;color:#000;font-size:13px;font-weight:700;height:38px;justify-content:center;left:50%;line-height:1;min-width:120px;pointer-events:auto;touch-action:none;transform:translateX(-50%);width:min(172px,30vw);z-index:7}.voxel-mobile-spacebar:active{background:#000;box-shadow:none;color:#fff;transform:translateX(-50%) translateY(2px)}.voxel-landscape-lock{align-items:center;background:#fff;color:#000;inset:0;justify-content:center;padding:24px;position:fixed;z-index:20000}.voxel-landscape-lock>div{background:#fff;border:2px solid #000;border-radius:8px;box-shadow:0 4px 0 #000;color:#000;font-size:18px;font-weight:700;padding:18px 22px;text-align:center}@media (max-width:760px){.title-screen{background-position:50%;height:100dvh;min-height:100svh;padding:12px}.title-screen-overlay{gap:clamp(16px,4vw,28px);max-height:calc(100dvh - 24px);padding:clamp(16px,5vw,28px);width:min(420px,calc(100vw - 24px))}.title-screen-overlay.title-character-overlay,.title-screen-overlay.title-info-overlay{max-width:calc(100vw - 24px);width:min(760px,calc(100vw - 24px))}.title-screen-overlay.title-character-overlay{align-items:stretch}.title-character-overlay .title-screen-subtitle{max-width:100%;overflow-wrap:anywhere}.title-character-carousel,.title-zodiac-carousel{grid-template-columns:clamp(42px,10vw,48px) minmax(0,1fr) clamp(42px,10vw,48px)}.title-character-carousel-current,.title-zodiac-current{grid-template-columns:auto minmax(0,1fr)}.title-zodiac-current img{height:clamp(78px,22vw,110px);width:clamp(78px,22vw,110px)}.title-character-carousel-icon{height:clamp(88px,24vw,130px);width:clamp(88px,24vw,130px)}.title-screen-title{line-height:1.08;max-width:100%;overflow-wrap:anywhere;text-align:center}.title-screen-buttons{gap:10px;width:100%}.title-screen-button{border-radius:5px;font-size:clamp(14px,4.4vw,19px);letter-spacing:0;padding:14px 16px;width:100%}.game-list-page{-webkit-overflow-scrolling:touch;height:100dvh;min-height:100dvh;padding:16px}.game-list-header{align-items:flex-start;flex-direction:column;margin-bottom:20px}.logo-area{min-width:0}.app-title{font-size:clamp(22px,8vw,28px);letter-spacing:2px;max-width:100%;overflow-wrap:anywhere}.app-subtitle{font-size:10px}.game-list-actions{justify-content:flex-start;width:100%}.game-list-actions .btn-primary{flex:1 1 140px;min-height:34px}.game-grid{gap:12px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.game-card-preview{height:84px}.game-card-delete{display:block;font-size:18px;height:28px;width:28px}.modal-overlay{align-items:flex-start;overflow-y:auto;padding:12px}.modal{margin:auto 0;max-height:calc(100dvh - 24px);max-width:420px;min-width:0;padding:16px;width:100%}.modal-actions{justify-content:stretch}.modal-actions button{flex:1 1}.inspector-row{display:grid;grid-template-columns:auto minmax(0,1fr)}.inspector-input-sm{width:100%}.workspace-switch{grid-auto-columns:minmax(48px,1fr);width:100%}.workspace-switch.floating{right:8px;top:88px;width:auto}.voxel-utility-key,.workspace-switch button span{display:none}.voxel-topbar{align-items:flex-start;height:auto;min-height:48px;padding:8px}.voxel-main,.voxel-topbar{flex-direction:column}.voxel-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-height:42vh;overflow-y:auto;width:100%}.voxel-panel.voxel-edit-menu{background:#fff;border:2px solid #000;border-radius:8px;bottom:calc(env(safe-area-inset-bottom, 0px) + 110px);box-shadow:0 4px 0 #000;color:#000;display:flex;flex-direction:column;grid-template-columns:none;left:50%;margin:0;max-height:calc(100dvh - 200px);overflow-y:auto;padding:10px;position:absolute;transform:translateX(-50%);width:min(340px,calc(100% - 24px));z-index:10001}.voxel-panel.voxel-edit-menu .voxel-section-grow{grid-row:auto}.voxel-section-grow{grid-row:span 2}}@media (any-pointer:coarse) and (max-width:1366px) and (orientation:landscape){.voxel-mobile-controls,.voxel-mobile-spacebar{display:flex}.voxel-escape-color,.voxel-escape-color-apply{display:none}.voxel-hotbar{bottom:calc(env(safe-area-inset-bottom, 0px) + 10px);position:fixed}.voxel-mobile-controls,.voxel-mobile-spacebar{bottom:calc(env(safe-area-inset-bottom, 0px) + 52px);position:fixed}.voxel-utility-bar{bottom:auto;flex-wrap:wrap;gap:4px;justify-content:flex-start;left:12px;overflow-x:auto;padding-bottom:4px;right:160px;top:10px;transform:none;width:auto}.voxel-utility-bar::-webkit-scrollbar{display:none}.voxel-utility-button{flex:0 0 auto;font-size:11px;height:28px;padding:0 8px}.voxel-utility-key{font-size:10px;height:18px;min-width:22px;padding:0 4px}.voxel-login-popover,.voxel-player-sprites-popover{bottom:auto;top:56px}.voxel-panel.voxel-edit-menu,.voxel-tool-popover{bottom:calc(env(safe-area-inset-bottom, 0px) + 100px);height:auto;max-height:none;top:56px;transform:translateX(-50%);width:min(420px,calc(100% - 24px))}.voxel-tool-popover.voxel-weapon-popover-compact{bottom:calc(env(safe-area-inset-bottom, 0px) + 100px);left:auto;right:12px;top:auto;transform:none;width:224px}.voxel-floating-switch{right:12px;top:10px}}@media (orientation:landscape) and (max-height:560px){.title-screen{align-items:center;padding:8px}.title-screen-overlay{align-items:center;display:flex;flex-direction:column;gap:clamp(8px,2vh,14px);justify-content:center;max-height:calc(100dvh - 16px);max-width:min(430px,calc(100vw - 16px),calc(100dvh - 16px));overflow-y:auto;padding:clamp(12px,3vh,20px) clamp(14px,3vw,24px);width:min(430px,calc(100vw - 16px),calc(100dvh - 16px))}.title-screen-overlay.title-info-overlay{align-items:stretch;align-self:flex-end;justify-content:flex-start;max-width:min(760px,calc(100vw - 210px));width:min(760px,calc(100vw - 210px))}.title-info-back-btn{box-shadow:3px 3px 0 #ffffff24;gap:6px;padding:7px 9px}.title-screen-overlay.title-character-overlay{align-items:stretch;align-self:flex-end;justify-content:flex-start;max-width:min(820px,calc(100vw - 210px));width:min(820px,calc(100vw - 210px))}.title-screen-title{line-height:1.05;text-align:center}.title-screen-buttons{gap:clamp(6px,1.4vh,10px);max-width:100%;width:100%}.title-screen-button{border-radius:5px;font-size:clamp(12px,2.6vh,17px);letter-spacing:0;min-height:clamp(42px,11vh,58px);padding:clamp(8px,1.6vh,12px) 14px}.game-list-page{padding:12px}.game-list-header{margin-bottom:14px}.game-card-preview{height:70px}}@media (max-width:1180px){.voxel-mobile-controls,.voxel-mobile-spacebar{display:flex}.voxel-escape-color,.voxel-escape-color-apply{display:none}.voxel-hotbar{bottom:calc(env(safe-area-inset-bottom, 0px) + 10px);position:fixed}.voxel-mobile-controls,.voxel-mobile-spacebar{bottom:calc(env(safe-area-inset-bottom, 0px) + 52px);position:fixed}.voxel-utility-bar{bottom:auto;flex-wrap:wrap;gap:4px;justify-content:flex-start;left:12px;overflow-x:auto;padding-bottom:4px;right:160px;top:10px;transform:none;width:auto}.voxel-utility-bar::-webkit-scrollbar{display:none}.voxel-utility-button{flex:0 0 auto;font-size:11px;height:28px;padding:0 8px}.voxel-utility-key{font-size:10px;height:18px;min-width:22px;padding:0 4px}.voxel-login-popover,.voxel-player-sprites-popover{bottom:auto;top:56px}.voxel-panel.voxel-edit-menu,.voxel-tool-popover{bottom:calc(env(safe-area-inset-bottom, 0px) + 100px);height:auto;max-height:none;top:56px;transform:translateX(-50%);width:min(420px,calc(100% - 24px))}.voxel-tool-popover.voxel-weapon-popover-compact{bottom:calc(env(safe-area-inset-bottom, 0px) + 100px);left:auto;right:12px;top:auto;transform:none;width:224px}.voxel-floating-switch{right:12px;top:10px}}@media (any-pointer:coarse) and (min-width:761px) and (max-width:1366px),(min-width:761px) and (max-width:1180px){.voxel-mobile-controls{bottom:calc(env(safe-area-inset-bottom, 0px) + 58px);left:16px;right:16px}.voxel-mobile-trackpad{height:132px;width:132px}.voxel-mobile-build-tools{gap:8px}.voxel-mobile-build-tools button{font-size:13px;min-height:40px;min-width:132px}.voxel-mobile-spacebar{bottom:calc(env(safe-area-inset-bottom, 0px) + 58px);font-size:14px;height:42px;min-width:156px;width:min(220px,26vw)}.voxel-panel.voxel-edit-menu,.voxel-tool-popover{width:min(480px,calc(100% - 32px))}.voxel-tool-popover.voxel-weapon-popover-compact{width:260px}}@media (any-pointer:coarse){.voxel-player-client .voxel-mobile-trackpad-toggle{display:flex;right:248px;right:calc(var(--voxel-player-hud-right, 0px) + var(--voxel-player-hud-width, 240px) + 8px);top:270px;top:calc(var(--voxel-player-hud-top, 0px) + var(--voxel-player-minimap-size, 220px) + var(--voxel-player-minimap-controls-height, 34px) + var(--voxel-player-hud-padding, 6px)*2 + 4px)}.voxel-player-client.voxel-mobile-trackpad-enabled .voxel-mobile-controls{bottom:calc(env(safe-area-inset-bottom, 0px) + 140px)!important;display:flex!important;z-index:70!important}}@media (any-pointer:coarse) and (max-height:560px),(orientation:landscape) and (max-height:560px){.voxel-player-client .voxel-mobile-trackpad-toggle{border-width:3px;right:186px;right:calc(var(--voxel-player-hud-right, 0px) + var(--voxel-player-hud-width, 180px) + 6px)}}@media (any-pointer:coarse) and (max-width:1366px),(max-width:1180px){.voxel-workspace{--voxel-mobile-menu-top:calc(env(safe-area-inset-top, 0px) + 56px);--voxel-mobile-menu-bottom:calc(env(safe-area-inset-bottom, 0px) + 104px);--voxel-mobile-menu-side:12px}.voxel-panel.voxel-edit-menu,.voxel-tool-popover{-webkit-overflow-scrolling:touch;bottom:var(--voxel-mobile-menu-bottom);box-sizing:border-box;height:auto;left:var(--voxel-mobile-menu-side);max-height:none;max-width:none;min-width:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:10px;position:fixed;right:var(--voxel-mobile-menu-side);top:var(--voxel-mobile-menu-top);transform:none;width:auto}.voxel-panel.voxel-edit-menu,.voxel-tool-popover{display:flex;flex-direction:column}.voxel-panel.voxel-edit-menu{grid-template-columns:none}.voxel-tool-popover.voxel-login-popover,.voxel-tool-popover.voxel-palette-popover,.voxel-tool-popover.voxel-weapon-popover,.voxel-tool-popover.voxel-weapon-popover-compact,.voxel-tool-popover.voxel-world-popover{bottom:var(--voxel-mobile-menu-bottom);left:var(--voxel-mobile-menu-side);max-height:none;max-width:none;min-width:0;right:var(--voxel-mobile-menu-side);top:var(--voxel-mobile-menu-top);transform:none;width:auto}.voxel-tool-popover.voxel-weapon-popover-compact .voxel-tool-popover-close{display:flex}.voxel-tool-popover-close{align-self:flex-end;flex:0 0 auto;margin:-2px -2px 2px auto;position:sticky;top:0}.voxel-hotkey-tool-form,.voxel-inventory-panel,.voxel-weapon-panel{box-sizing:border-box;max-height:none!important;max-width:100%!important;min-width:0!important;overflow:visible!important;width:100%!important}.voxel-panel.voxel-edit-menu *,.voxel-tool-popover *{box-sizing:border-box;min-width:0}.voxel-tool-field-row{align-items:stretch;grid-template-columns:minmax(0,1fr)}.voxel-tool-apply-btn,.voxel-tool-icon-btn{width:100%}.voxel-tool-popover .voxel-color-row{grid-template-columns:42px minmax(0,1fr) 32px}.voxel-tool-popover .voxel-swatches{grid-template-columns:repeat(auto-fill,minmax(30px,1fr))}.voxel-palette-summary{grid-template-columns:1fr}.voxel-palette-row{align-items:start;grid-template-columns:34px minmax(0,1fr) 38px 32px}.voxel-palette-row .voxel-hex-input{grid-column:2/-1}.voxel-inventory-grid{grid-template-columns:repeat(auto-fill,minmax(56px,1fr))!important;width:100%!important}.voxel-save-list{max-width:100%}.voxel-save-item{max-width:100%;min-width:0}.voxel-world-grid-frame{-webkit-overflow-scrolling:touch;max-width:100%;overflow:auto}.voxel-world-grid-toolbar{grid-template-columns:repeat(auto-fit,minmax(88px,1fr))}.voxel-world-resource-presets{grid-template-columns:repeat(auto-fit,minmax(92px,1fr))}.voxel-resource-node-grid.pair,.voxel-resource-node-grid.trio{grid-template-columns:repeat(auto-fit,minmax(82px,1fr))}.voxel-resource-drop-row{grid-template-columns:minmax(0,1fr) minmax(42px,52px) minmax(52px,62px) 28px}.voxel-weapon-grid{grid-template-columns:repeat(auto-fill,minmax(58px,1fr))}.voxel-weapon-choice-row,.voxel-weapon-db-row,.voxel-weapon-field-row,.voxel-weapon-frame-row,.voxel-weapon-saved-list{max-width:100%}.voxel-weapon-field-row{flex-wrap:wrap}.voxel-weapon-nudge-pad{grid-template-columns:repeat(3,minmax(0,1fr))}.voxel-weapon-rotation-row{grid-template-columns:50px minmax(0,1fr) 34px}.voxel-escape-menu{align-items:flex-start;justify-content:center;padding:calc(env(safe-area-inset-top, 0px) + 12px) 12px calc(env(safe-area-inset-bottom, 0px) + 12px);position:fixed}.voxel-escape-dialog,.voxel-escape-menu{-webkit-overflow-scrolling:touch;overflow-y:auto;overscroll-behavior:contain}.voxel-escape-dialog{max-height:calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 24px);width:min(420px,100%)}.voxel-advanced-menu .voxel-escape-dialog{width:min(460px,100%)}.voxel-escape-close{justify-self:end;margin:-8px -8px -2px auto;position:sticky;top:0}.voxel-view-buttons{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (any-pointer:coarse) and (max-width:760px),(max-width:520px){.voxel-workspace{--voxel-mobile-menu-top:calc(env(safe-area-inset-top, 0px) + 48px);--voxel-mobile-menu-bottom:calc(env(safe-area-inset-bottom, 0px) + 96px);--voxel-mobile-menu-side:10px}.voxel-panel.voxel-edit-menu,.voxel-tool-popover{padding:8px}.voxel-palette-row{gap:5px;grid-template-columns:30px minmax(0,1fr) 34px 30px}.voxel-weapon-nudge-pad{grid-template-columns:repeat(2,minmax(0,1fr))}.voxel-weapon-frame-row.compact{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (any-pointer:coarse) and (max-height:560px),(orientation:landscape) and (max-height:560px){.voxel-workspace{--voxel-mobile-menu-top:calc(env(safe-area-inset-top, 0px) + 44px);--voxel-mobile-menu-bottom:calc(env(safe-area-inset-bottom, 0px) + 88px)}.voxel-panel.voxel-edit-menu,.voxel-tool-popover{padding:8px}.voxel-escape-title,.voxel-tool-popover-title{font-size:12px}.voxel-hotkey-tool-form,.voxel-save-form{gap:6px}.voxel-escape-dialog{gap:8px;padding:12px}}@media (any-pointer:coarse) and (max-width:1366px) and (orientation:portrait){.voxel-landscape-lock{display:none!important}#root,body,html{height:100dvh;overflow:hidden;width:100vw}.pixelgrid-shell,.title-screen,.voxel-workspace,.voxel-workspace.voxel-app-fullscreen,.voxel-workspace.voxel-app-windowed{height:100vw;left:0;max-height:100vw;min-height:100vw;position:fixed;top:0;transform:translateX(100vw) rotate(90deg);transform-origin:top left;width:100dvh}.title-screen.title-character-screen{-webkit-overflow-scrolling:touch;align-items:stretch;height:100dvh;justify-content:flex-start;left:auto;max-height:none;min-height:100dvh;overflow-x:hidden;overflow-y:auto;padding:calc(env(safe-area-inset-top, 0px) + 66px) 12px calc(env(safe-area-inset-bottom, 0px) + 18px);position:relative;top:auto;transform:none;width:100vw}.title-screen.title-character-screen .title-screen-back-btn{left:max(12px,env(safe-area-inset-left,0px));top:max(12px,env(safe-area-inset-top,0px))}.title-screen.title-character-screen .title-character-overlay{gap:14px;max-height:none;max-width:100%;overflow:visible;padding:16px;width:100%}.title-screen.title-character-screen .title-screen-subtitle{justify-content:center;max-width:100%}.title-screen.title-character-screen .title-character-actions,.title-screen.title-character-screen .title-character-delete-actions,.title-screen.title-character-screen .title-character-slots{grid-template-columns:1fr}}.context-menu,.voxel-escape-dialog,.voxel-npc-context-menu,.voxel-npc-dialog,.voxel-panel.voxel-edit-menu,.voxel-player-settings-overlay .voxel-escape-dialog,.voxel-tool-popover{background:#fff!important;border-color:#000!important;color:#000!important}.context-menu :is(h1,h2,h3,label,p,span,small,strong,em,div,a,button,input,select,option,textarea,output),.voxel-escape-dialog :is(h1,h2,h3,label,p,span,small,strong,em,div,a,button,input,select,option,textarea,output),.voxel-npc-context-menu :is(h1,h2,h3,label,p,span,small,strong,em,div,a,button,input,select,option,textarea,output),.voxel-npc-dialog :is(h1,h2,h3,label,p,span,small,strong,em,div,a,button,input,select,option,textarea,output),.voxel-panel.voxel-edit-menu :is(h1,h2,h3,label,p,span,small,strong,em,div,a,button,input,select,option,textarea,output),.voxel-tool-popover :is(h1,h2,h3,label,p,span,small,strong,em,div,a,button,input,select,option,textarea,output){color:#000!important}.context-menu button,.voxel-escape-dialog :is(button,input:not([type=color]),select,textarea),.voxel-npc-context-menu button,.voxel-npc-dialog button,.voxel-panel.voxel-edit-menu :is(button:not(.voxel-swatch),input:not([type=color]),select,textarea),.voxel-tool-popover :is(button:not(.voxel-swatch),input:not([type=color]),select,textarea){background:#fff!important;border-color:#000!important;color:#000!important}.context-menu button:hover,.voxel-escape-dialog :is(button,.btn-primary,.btn-secondary).active,.voxel-escape-dialog :is(button,.btn-primary,.btn-secondary):hover,.voxel-npc-context-menu button:hover,.voxel-npc-dialog button.active,.voxel-npc-dialog button:hover,.voxel-panel.voxel-edit-menu :is(button:not(.voxel-swatch),.voxel-save-item,.voxel-layer,.voxel-weapon-card,.voxel-frame-card).active,.voxel-panel.voxel-edit-menu :is(button:not(.voxel-swatch),.voxel-save-item,.voxel-layer,.voxel-weapon-card,.voxel-frame-card):hover,.voxel-tool-popover :is(button:not(.voxel-swatch),.voxel-save-item,.voxel-layer,.voxel-weapon-card,.voxel-frame-card).active,.voxel-tool-popover :is(button:not(.voxel-swatch),.voxel-save-item,.voxel-layer,.voxel-weapon-card,.voxel-frame-card):hover{background:#f3f4f6!important;border-color:#000!important;color:#000!important}.voxel-panel.voxel-edit-menu :is(.voxel-save-item,.voxel-layer,.voxel-weapon-card,.voxel-frame-card,.voxel-equipment-menu-choice,.voxel-world-grid-cell),.voxel-tool-popover :is(.voxel-save-item,.voxel-layer,.voxel-weapon-card,.voxel-frame-card,.voxel-equipment-menu-choice,.voxel-world-grid-cell){background:#fff!important;border-color:#000!important;color:#000!important}.voxel-panel.voxel-edit-menu .voxel-inventory-cell span,.voxel-tool-popover .voxel-inventory-cell span{background:#ffffffe6!important;color:#000!important}.voxel-player-minimap{background:#000!important;border:0!important;border-radius:0!important}.voxel-player-minimap-box{background:#fff;border:2px solid #000;border-radius:8px;box-shadow:0 4px 0 #000;box-sizing:border-box;color:#000;max-width:100%;padding:2px;width:max-content}.voxel-player-minimap-box,.voxel-player-minimap-box :is(button,span,label,input){color:#000!important}.voxel-player-client .voxel-tool-popover.voxel-popover-in-minimap{background:#000!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:7px!important;padding:var(--voxel-player-hud-padding,7px)!important}.voxel-player-client .voxel-tool-popover.voxel-popover-in-minimap>:is(.voxel-hotkey-tool-form,.voxel-save-form){background:#fff!important;border:2px solid #000;border-radius:8px;box-shadow:0 4px 0 #000;color:#000!important;padding:10px 10px 2px!important;width:100%}.voxel-player-client .voxel-tool-popover.voxel-popover-in-minimap>:is(.voxel-hotkey-tool-form,.voxel-save-form),.voxel-player-client .voxel-tool-popover.voxel-popover-in-minimap>:is(.voxel-hotkey-tool-form,.voxel-save-form) :is(h1,h2,h3,label,p,span,small,strong,em,div,a,button,input,select,option,textarea,output){color:#000!important}.voxel-player-client .voxel-tool-popover.voxel-popover-in-minimap .voxel-tool-popover-title{padding-right:28px}.voxel-player-client .voxel-tool-popover.voxel-popover-in-minimap .voxel-tool-popover-close{background:#fff!important;border-color:#000!important;color:#000!important;right:13px;right:calc(var(--voxel-player-hud-padding, 7px) + 6px);top:13px;top:calc(var(--voxel-player-hud-padding, 7px) + 6px)}
/*# sourceMappingURL=main.d0b9e5fe.css.map*/