:root{--bg:#0f172a;--rail:#070b16;--panel:#111827;--panel-soft:#172033;--border:#263247;--text:#e5e7eb;--muted:#94a3b8;--lime:#a3e635;--lime-soft:rgba(163,230,53,0.12);--danger:#fb7185;--warning:#facc15;--blue:#38bdf8}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body,button,html{color:var(--text)}button{border:1px solid rgba(163,230,53,.35);border-radius:12px;background:var(--lime-soft);cursor:pointer;font-weight:750;padding:.7rem .85rem}button:hover{background:rgba(163,230,53,.18)}button:disabled{cursor:not-allowed;opacity:.55}.appShell{display:grid;height:100vh;overflow:hidden}.toolRail{display:flex;flex-direction:column;align-items:center;gap:.7rem;border-right:1px solid var(--border);background:linear-gradient(180deg,#050812,#0b1020);padding:.85rem .55rem}.railBrand{display:grid;place-items:center;width:42px;height:42px;margin-bottom:.45rem;border-radius:14px;background:linear-gradient(135deg,#84cc16,#bef264);color:#1a2e05;font-weight:950;letter-spacing:-.04em}.toolRail button{display:grid;place-items:center;width:44px;height:44px;padding:0;border-color:rgba(148,163,184,.18);border-radius:14px;background:transparent;color:#cbd5e1;font-size:1.25rem}.toolRail button.active,.toolRail button:hover{border-color:rgba(163,230,53,.55);background:rgba(163,230,53,.14);color:var(--lime)}.railDivider{width:28px;height:1px;margin:.15rem 0;background:rgba(148,163,184,.22)}.devConsole,.sidebar{border-right:1px solid var(--border);background:linear-gradient(180deg,#0f172a,#111827);padding:1rem;overflow:auto}.sidebar{position:fixed;z-index:80;top:0;bottom:0;left:64px;width:340px;border-left:1px solid rgba(148,163,184,.08);box-shadow:28px 0 80px rgba(0,0,0,.28);transform:translateX(-110%);transition:transform .16s ease,opacity .16s ease;opacity:0;pointer-events:none}.sidebar.open{transform:translateX(0);opacity:1;pointer-events:auto}.devConsole{z-index:58;top:72px;right:16px;width:340px;max-height:min(42vh,420px);border:1px solid var(--border);box-shadow:0 22px 70px rgba(0,0,0,.34);opacity:.94}.brandBlock{display:flex;gap:.9rem;align-items:center;margin-bottom:1rem}.compactBrand{margin-bottom:.75rem}h1,h2,p{margin:0}h1{font-size:1.15rem}h2{margin-bottom:.35rem;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.brandBlock p,.panelHeader p,.topbar span{color:var(--muted);font-size:.82rem;line-height:1.35}.panel{border:1px solid var(--border);border-radius:18px;background:rgba(17,24,39,.72);padding:1rem;margin-bottom:1rem}.fullPanel{min-height:0}.panelHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.9rem}.compactStatusPanel{padding:.75rem .9rem}.moduleList li,.statusRow{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 0;color:var(--muted);border-bottom:1px solid rgba(148,163,184,.1)}.moduleList li:last-child,.statusRow:last-child{border-bottom:0}.moduleList small,.saveStamp,.statusRow strong{color:var(--lime)}.moduleList{list-style:none;padding:0;margin:0}.tableArea{display:grid;grid-template-rows:64px minmax(0,1fr);min-width:0;background:radial-gradient(circle at top,rgba(132,204,22,.1),transparent 36%),#020617}.topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--border);padding:0 1rem}.topbar div:first-child{display:flex;flex-direction:column;gap:.15rem;min-width:0}.topbarActions{display:flex!important;flex-direction:row!important;align-items:center;gap:.55rem!important}.topbarActions button{width:auto;padding:.45rem .7rem;font-size:.78rem}.pill{border:1px solid rgba(163,230,53,.35);border-radius:999px;background:var(--lime-soft);color:var(--lime);font-size:.78rem;font-weight:800;padding:.38rem .65rem;white-space:nowrap}.canvasHost{position:relative;min-width:0;min-height:0;overflow:hidden}.canvasHost canvas{display:block;width:100%;height:100%}.logList{display:flex;flex-direction:column;gap:.55rem}.logItem{border:1px solid var(--border);border-radius:14px;background:var(--panel-soft);padding:.75rem}.logItem div{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.35rem}.logItem small{color:var(--muted);text-transform:uppercase}.logItem p{color:var(--muted);font-size:.82rem;line-height:1.35}.failedModule,.logItem.error{border-color:rgba(251,113,133,.5)!important}.logItem.warn{border-color:rgba(250,204,21,.45)}.importGrid,.sceneActionGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.55rem;gap:.55rem}.ghostButton,.importGrid button,.sceneActionGrid button{width:100%}.importGrid button span{margin-right:.3rem}.segmentedControl{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.35rem;gap:.35rem;margin-top:.85rem;border:1px solid rgba(148,163,184,.16);border-radius:14px;background:rgba(15,23,42,.55);padding:.3rem}.segmentedControl button{width:100%;border:0;border-radius:10px;background:transparent;color:var(--muted);font-size:.76rem;padding:.45rem .25rem}.segmentedControl button.active{background:rgba(163,230,53,.14);color:var(--lime)}.assetList{display:flex;flex-direction:column;gap:.65rem;margin-top:.85rem}.assetCard{display:grid;grid-template-columns:58px minmax(0,1fr);grid-gap:.7rem;gap:.7rem;align-items:center;border:1px solid rgba(148,163,184,.18);border-radius:14px;background:rgba(15,23,42,.62);padding:.65rem;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.assetCard:active{cursor:-webkit-grabbing;cursor:grabbing}.assetCard img{width:58px;height:58px;object-fit:cover;border:1px solid rgba(148,163,184,.24);border-radius:12px;background:#020617}.assetCard div{min-width:0}.assetCard small,.assetCard strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.assetCard strong{font-size:.88rem}.assetCard small{margin:.18rem 0 .48rem;color:var(--muted);font-size:.76rem}.dragHint{display:inline-flex;width:100%;justify-content:center;border:1px dashed rgba(163,230,53,.35);border-radius:10px;color:var(--lime);font-size:.74rem;font-weight:800;padding:.35rem .45rem}.emptyText{color:var(--muted);font-size:.84rem;line-height:1.4;padding:.55rem 0}.objectGroup{border:1px solid rgba(148,163,184,.15);border-radius:14px;background:rgba(15,23,42,.35);margin-bottom:.75rem;overflow:hidden}.objectGroup summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;list-style:none;padding:.75rem .85rem;color:#cbd5e1;font-weight:850}.objectGroup summary::-webkit-details-marker{display:none}.objectGroup summary strong{color:var(--lime)}.objectRow{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:.45rem;border-top:1px solid rgba(148,163,184,.1);padding:.55rem .65rem}.objectRow.hiddenObject{opacity:.55}.objectRow.lockedObject .objectNameButton small:after{content:" · locked";color:var(--muted)}.objectNameButton{display:flex;align-items:center;gap:.55rem;width:100%;min-width:0;border:0;background:transparent;padding:.25rem;text-align:left}.objectNameButton:hover{background:rgba(148,163,184,.08)}.objectIcon{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:rgba(148,163,184,.14);color:var(--lime);flex:0 0 auto}.objectNameButton span:last-child{min-width:0}.objectNameButton small,.objectNameButton strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.objectNameButton small{color:var(--muted);font-size:.72rem;margin-top:.1rem}.objectActions{display:flex;gap:.3rem}.objectActions button{display:grid;place-items:center;width:28px;height:28px;padding:0;border-radius:9px;border-color:rgba(148,163,184,.2);background:rgba(15,23,42,.7)}.dangerButton,.dangerIcon{border-color:rgba(251,113,133,.5)!important;background:rgba(251,113,133,.12)!important;color:#fecdd3!important}.dangerButton{margin-top:.75rem;width:100%}.ghostButton{margin-top:.7rem;border-color:rgba(148,163,184,.22);background:rgba(148,163,184,.08);color:#cbd5e1}.divider{height:1px;margin:1rem 0;background:rgba(148,163,184,.15)}.saveStamp{margin-top:.45rem;font-size:.8rem;font-weight:800}.toolModeList{display:grid;grid-gap:.55rem;gap:.55rem}.toolModeList button{display:grid;grid-template-columns:34px minmax(0,1fr);grid-gap:.25rem .65rem;gap:.25rem .65rem;align-items:center;width:100%;border-color:rgba(148,163,184,.2);background:rgba(15,23,42,.62);text-align:left}.toolModeList button.active{border-color:rgba(163,230,53,.62);background:rgba(163,230,53,.14)}.toolModeList button>span{grid-row:1/span 2;display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:rgba(148,163,184,.14);color:var(--lime);font-size:1.15rem}.toolModeList strong{font-size:.9rem}.toolModeList small{color:var(--muted);font-size:.74rem;line-height:1.3}.toolPreviewGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.55rem;gap:.55rem;margin-top:.85rem}.toolPreviewGrid span{display:grid;place-items:center;height:48px;border:1px solid rgba(148,163,184,.18);border-radius:14px;background:rgba(15,23,42,.55);color:#cbd5e1;font-size:1.25rem}.disabledTool{opacity:.45;filter:grayscale(.45)}input[type=number],input[type=text],select{width:100%;border:1px solid rgba(148,163,184,.22);background:rgba(15,23,42,.8);font:inherit;font-weight:700;padding:.65rem .75rem;outline:none}input[type=number]:focus,input[type=text]:focus,select:focus{border-color:rgba(163,230,53,.6);box-shadow:0 0 0 3px rgba(163,230,53,.12)}input:disabled,select:disabled{cursor:not-allowed;opacity:.5}.fieldLabel{display:block;margin:.85rem 0 .35rem;color:var(--muted);font-size:.78rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em}.toggleRow{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.95rem;color:var(--muted);font-weight:800}.toggleRow input{width:20px;height:20px;accent-color:var(--lime)}.statGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.65rem;gap:.65rem}.statGrid label{display:flex;flex-direction:column;gap:.3rem}.contextMenu label span,.statGrid span{color:var(--muted);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.contextMenu{position:fixed;z-index:100;width:300px;max-width:calc(100vw - 24px);max-height:calc(100vh - 24px);overflow:auto;border:1px solid rgba(148,163,184,.28);border-radius:16px;background:rgba(15,23,42,.98);box-shadow:0 24px 80px rgba(0,0,0,.45);padding:.85rem}.contextHeader{display:flex;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.contextHeader strong{font-size:.95rem}.contextHeader button{display:grid;place-items:center;width:32px;height:32px;padding:0;border-radius:10px;font-size:1.2rem;line-height:1}.contextMenu>label{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.65rem}.statGrid.compact{grid-template-columns:1fr 1fr;margin-bottom:.35rem}.statGrid.compact label:last-child{grid-column:1/-1}.contextToggle{margin:.7rem 0 0}.contextSectionTitle{margin:.85rem 0 .45rem;color:var(--lime);font-size:.68rem;font-weight:900;text-transform:uppercase}.contextSectionTitle:first-of-type{margin-top:.15rem}.contextHint{margin-top:.8rem;color:var(--muted);font-size:.78rem;line-height:1.35}@media (max-width:1320px){.appShell{grid-template-columns:64px minmax(0,1fr)}.devConsole{display:none}}@media (max-width:900px){.appShell{grid-template-columns:56px minmax(0,1fr)}.sidebar{left:56px;width:min(340px,calc(100vw - 56px))}}.icon{display:block;width:20px;height:20px;color:currentColor;pointer-events:none}.importGrid button span{display:inline-grid;place-items:center;width:18px;height:18px;vertical-align:-4px}.objectActions .icon,.objectIcon .icon,.stateIconButton .icon,.toolModeList .icon,.toolPreviewGrid .icon,.toolRail .icon{width:20px;height:20px}.objectActions button,.stateIconButton,.toolModeList button,.toolRail button{color:#f8fafc}.objectActions button:hover{color:var(--lime)}.stateButtonGroup{grid-template-columns:1fr 1fr;grid-gap:.55rem;gap:.55rem;margin:.45rem 0 .25rem}.stateIconButton{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;grid-gap:.45rem;gap:.45rem;width:100%;border-color:rgba(148,163,184,.22);background:rgba(15,23,42,.72);padding:.58rem .62rem;text-align:left}.stateIconButton.active{border-color:rgba(163,230,53,.58);background:rgba(163,230,53,.13);color:var(--lime)}.stateIconButton span{overflow:hidden;color:currentColor!important;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem!important;font-weight:900!important;letter-spacing:.04em;text-transform:uppercase}.fieldBlock{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem}.fieldBlock>span{color:var(--muted);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.contextMenu{width:280px;padding:.7rem;scrollbar-width:thin}.contextHeader{margin-bottom:.55rem}.contextSectionTitle{margin:.65rem 0 .35rem}.contextMenu>label{gap:.25rem;margin-bottom:.45rem}.contextMenu input,.contextMenu select{min-height:34px;padding-top:.45rem;padding-bottom:.45rem}.statGrid.compact{gap:.45rem}.stateButtonGroup{gap:.4rem}.stateIconButton{padding:.48rem .5rem}.contextMenu{width:260px;max-height:min(560px,calc(100vh - 24px))}.contextHeader{position:-webkit-sticky;position:sticky;top:-.7rem;z-index:1;background:rgba(15,23,42,.98);padding-top:.1rem}.compactWallMenu{width:250px}.threeWay{grid-template-columns:repeat(3,1fr)}.subtleDanger{margin-top:.35rem;background:rgba(127,29,29,.55)}.contextMenu{padding:.58rem;border-radius:14px;font-size:.84rem}.contextHeader{margin-bottom:.42rem}.contextHeader strong{font-size:.88rem}.contextHeader button{width:28px;height:28px;border-radius:9px}.contextSectionTitle{margin:.5rem 0 .28rem;font-size:.62rem}.contextHint{margin-top:.55rem;font-size:.7rem}.contextMenu input,.contextMenu select{min-height:30px;border-radius:10px;padding:.36rem .5rem;font-size:.82rem}.contextMenu>label{margin-bottom:.35rem}.statGrid.compact{gap:.35rem}.stateButtonGroup{gap:.3rem}.stateIconButton{grid-template-columns:18px minmax(0,1fr);gap:.3rem;padding:.38rem;border-radius:10px;min-width:0}.stateIconButton span{font-size:.62rem!important;letter-spacing:.025em}.stateIconButton .icon{width:17px;height:17px}.wallAccessGroup .stateIconButton{grid-template-columns:1fr;justify-items:center;text-align:center}.wallAccessGroup .stateIconButton .icon{margin-bottom:-.05rem}.compactWallMenu{width:232px}.compactWallMenu .dangerButton{margin-top:.35rem;min-height:32px;padding:.42rem .5rem}.segmentedControl.compactSegment button{min-height:32px;padding:.36rem .3rem;font-size:.72rem}.toolRail{gap:.44rem;padding:.65rem .5rem}.railSubmenu button,.toolRail>button{width:42px;height:42px;border-radius:13px}.railSubmenu{display:grid;grid-gap:.34rem;gap:.34rem;padding:.28rem 0;animation:railDrop .12s ease-out}.railSubmenu button{width:36px;height:36px;margin:0 auto;border-radius:12px;background:rgba(15,23,42,.8);color:#e5e7eb}.railSubmenu button .icon{width:18px;height:18px}.railSubmenu button.active{border-color:rgba(163,230,53,.7);background:rgba(163,230,53,.16);color:var(--lime)}@keyframes railDrop{0%{opacity:0;transform:translateY(-5px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.sidebar{top:12px;bottom:12px;left:78px;width:316px;border:1px solid rgba(148,163,184,.18);border-radius:20px;padding:.78rem;box-shadow:18px 18px 70px rgba(0,0,0,.36)}.panel{border-radius:16px;padding:.78rem;margin-bottom:.75rem}.brandBlock.compactBrand{margin-bottom:.55rem}.compactStatusPanel{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:.35rem;gap:.35rem;padding:.5rem}.compactStatusPanel .statusRow{display:grid;grid-gap:.14rem;gap:.14rem;justify-items:center;border:0;border-radius:12px;background:rgba(15,23,42,.54);padding:.4rem .25rem;font-size:.68rem}.compactStatusPanel .statusRow strong{font-size:.72rem}.contextMenu{width:224px;padding:.5rem;border-radius:13px;font-size:.8rem}.contextHeader{margin-bottom:.34rem}.contextHeader strong{font-size:.84rem}.contextHeader button{width:26px;height:26px}.contextSectionTitle{margin:.42rem 0 .24rem;font-size:.58rem}.contextMenu input,.contextMenu select{min-height:28px;padding:.3rem .45rem;border-radius:9px;font-size:.78rem}.contextMenu>label{margin-bottom:.28rem}.statGrid.compact{gap:.28rem}.stateButtonGroup{gap:.25rem;margin-top:.28rem}.stateIconButton{min-height:30px;padding:.3rem .34rem;border-radius:9px}.stateIconButton span{font-size:.58rem!important}.stateIconButton .icon{width:15px;height:15px}.wallAccessGroup{grid-template-columns:repeat(3,minmax(0,1fr))}.compactWallMenu{width:218px}.compactWallMenu .dangerButton{min-height:30px;padding:.36rem .45rem}.segmentedControl.compactSegment button{min-height:30px;padding:.3rem .2rem;font-size:.68rem}.toolModeList button{grid-template-columns:30px minmax(0,1fr);border-radius:13px;padding:.54rem}.toolModeList button>span{width:30px;height:30px}.toolModeList strong{font-size:.82rem}.toolModeList small{font-size:.68rem}@media (max-width:900px){.sidebar{left:66px;width:min(316px,calc(100vw - 78px))}}.toolFloatingPanel{position:fixed;z-index:85;top:78px;left:78px;width:min(310px,calc(100vw - 110px));max-height:calc(100vh - 100px);overflow:auto;margin:0;padding:.72rem;border:1px solid rgba(148,163,184,.2);border-radius:18px;background:linear-gradient(180deg,rgba(15,23,42,.96),rgba(17,24,39,.94));box-shadow:18px 22px 70px rgba(0,0,0,.38);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.floatingPanelHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.72rem}.floatingPanelHeader p{margin:.16rem 0 0;color:var(--muted);font-size:.78rem;line-height:1.25}.miniIconButton{display:grid;place-items:center;width:30px;height:30px;min-width:30px;border-radius:10px;padding:0;font-size:1.05rem;line-height:1}.compactHint{margin-top:.6rem;font-size:.76rem}.toolFloatingPanel .contextSectionTitle{margin-top:0}.toolFloatingPanel .fieldBlock,.toolFloatingPanel .statGrid,.toolFloatingPanel .toggleRow{margin-bottom:.62rem}.toolFloatingPanel .ghostButton{width:100%;min-height:34px}.railSpacer{flex:1 1 auto}.toolFloatingPanel{top:68px;width:min(286px,calc(100vw - 110px));padding:.64rem}.toolFloatingPanel .statGrid{gap:.42rem}.toolFloatingPanel input,.toolFloatingPanel select{min-height:34px}.compactActions{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:.65rem}.debugDetails{margin-top:.85rem;border:1px solid rgba(148,163,184,.18);border-radius:14px;background:rgba(2,6,23,.32);padding:.65rem .75rem}.debugDetails summary{cursor:pointer;color:var(--lime);font-weight:850;font-size:.82rem;letter-spacing:.02em}.debugGrid{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.45rem .75rem;gap:.45rem .75rem;margin-top:.75rem;padding-top:.65rem;border-top:1px solid rgba(148,163,184,.12);font-size:.76rem}.debugGrid span{color:var(--muted)}.debugGrid strong{color:#e5e7eb;text-align:right;font-weight:800}.objectRow{grid-template-columns:minmax(0,1fr) minmax(92px,118px) auto}.objectRow.readonlyObject .objectNameButton{opacity:.72}.objectRow.readonlyObject .objectNameButton:hover{background:transparent}.ownerSelect.compactOwnerSelect{min-width:92px;max-width:118px;border-radius:10px;padding:.42rem .5rem;font-size:.72rem}@media (max-width:720px){.objectRow{grid-template-columns:minmax(0,1fr) auto}.ownerSelect.compactOwnerSelect{grid-column:1/-1;max-width:none}}.toolFloatingPanel{scrollbar-width:thin;scrollbar-color:rgba(163,230,53,.48) rgba(15,23,42,.78)}.contextMenu::-webkit-scrollbar,.sidebar::-webkit-scrollbar,.toolFloatingPanel::-webkit-scrollbar{width:9px}.contextMenu::-webkit-scrollbar-track,.sidebar::-webkit-scrollbar-track,.toolFloatingPanel::-webkit-scrollbar-track{background:rgba(15,23,42,.78);border-radius:999px}.contextMenu::-webkit-scrollbar-thumb,.sidebar::-webkit-scrollbar-thumb,.toolFloatingPanel::-webkit-scrollbar-thumb{border:2px solid rgba(15,23,42,.78);border-radius:999px;background:linear-gradient(180deg,rgba(163,230,53,.72),rgba(56,189,248,.48))}.fogMenuSection{margin:0 0 .48rem;border:1px solid rgba(148,163,184,.16);border-radius:14px;background:rgba(2,6,23,.24);padding:.42rem .5rem .5rem}.fogMenuSection>summary{display:flex;align-items:center;justify-content:space-between;min-height:26px;cursor:pointer;color:var(--text);font-size:.78rem;font-weight:900;letter-spacing:.055em;list-style:none;text-transform:uppercase}.fogMenuSection>summary::-webkit-details-marker{display:none}.fogMenuSection>summary:after{content:"▾";color:var(--muted);font-size:.72rem;transition:transform .14s ease}.fogMenuSection:not([open])>summary:after{transform:rotate(-90deg)}.compactToggle{min-height:28px;margin:.32rem 0 0;gap:.55rem;color:var(--text);font-size:.84rem}.compactToggle input[type=checkbox]{width:18px;height:18px;min-width:18px}.compactField{margin-top:.44rem}.fogNumberGrid span,.toolFloatingPanel .compactField>span{font-size:.68rem}.toolFloatingPanel .compactField input,.toolFloatingPanel .compactField select,.toolFloatingPanel .fogNumberGrid input{min-height:30px;border-radius:10px;padding:.48rem .56rem;font-size:.86rem}.settingLabelWithInfo{display:inline-flex;align-items:center;gap:.38rem;min-width:0}.infoTip{position:relative;display:inline-grid;place-items:center;width:16px;height:16px;flex:0 0 16px;border:1px solid rgba(163,230,53,.45);border-radius:50%;background:rgba(163,230,53,.1);color:#d9f99d;font-size:.68rem;font-weight:950;line-height:1;outline:none}.infoBubble{position:absolute;z-index:120;left:50%;bottom:calc(100% + 8px);width:min(260px,calc(100vw - 130px));transform:translateX(-50%) translateY(4px);pointer-events:none;opacity:0;border:1px solid rgba(148,163,184,.28);border-radius:12px;background:rgba(2,6,23,.98);box-shadow:0 18px 50px rgba(0,0,0,.46);color:var(--text);padding:.58rem .65rem;font-size:.72rem;font-weight:650;line-height:1.35;text-transform:none;letter-spacing:0;transition:opacity .12s ease,transform .12s ease}.infoTip:focus .infoBubble,.infoTip:focus-within .infoBubble,.infoTip:hover .infoBubble{opacity:1;transform:translateX(-50%) translateY(0)}.fogMiniHint{margin-bottom:0;font-size:.72rem}.roomHero{display:grid;grid-template-columns:minmax(0,1fr) minmax(118px,auto);grid-gap:.65rem;gap:.65rem;align-items:stretch;margin-top:.7rem}.roomHero>div{min-width:0;border:1px solid rgba(163,230,53,.2);border-radius:14px;background:linear-gradient(135deg,rgba(22,163,74,.12),rgba(14,165,233,.1));padding:.62rem .72rem}.presenceRow span,.roomHero span{display:block;color:var(--muted);font-size:.7rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.roomHero strong{display:block;margin-top:.18rem;color:#ecfccb;font-size:1.04rem;letter-spacing:.08em}.roomHero small{display:block;margin-top:.14rem;overflow:hidden;color:rgba(203,213,225,.7);font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.roomJoinGrid{margin-top:.7rem}.presenceList{display:grid;grid-gap:.45rem;gap:.45rem;margin-top:.72rem}.playersRailButton{position:relative;overflow:visible!important}.playersRailCount{position:absolute;top:-5px;right:-5px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border:2px solid #070b14;border-radius:999px;background:#a3e635;color:#102006;font-size:9px;font-weight:950;line-height:1}.playersRailIdentity{position:absolute;right:4px;bottom:4px;width:9px;height:9px;border:2px solid #080d18;border-radius:50%;box-shadow:0 0 0 1px rgba(255,255,255,.18)}.playersDockPanel{position:fixed;left:76px;bottom:14px;z-index:86;width:min(372px,calc(100vw - 92px));max-height:min(72vh,620px);overflow:hidden;border:1px solid rgba(148,163,184,.18);border-radius:18px;background:radial-gradient(circle at 15% 0,rgba(163,230,53,.09),transparent 38%),linear-gradient(180deg,rgba(12,19,34,.97),rgba(6,11,22,.97));box-shadow:0 24px 72px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.04);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.playersDockHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px 11px;border-bottom:1px solid rgba(148,163,184,.12)}.playersDockHeader>div:first-child{min-width:0}.playersDockHeader strong{display:block;color:#f8fafc;font-size:15px;letter-spacing:-.01em}.playersDockEyebrow{display:block;margin-bottom:2px;color:#a3e635;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.playersDockHeaderActions{display:flex;align-items:center;gap:7px}.playersDockCount{display:grid;place-items:center;min-width:26px;height:24px;padding:0 8px;border:1px solid rgba(163,230,53,.24);border-radius:999px;background:rgba(163,230,53,.09);color:#d9f99d;font-size:11px;font-weight:900}.playersDockClose{width:28px!important;height:28px!important;min-height:28px!important;padding:0!important;border-radius:9px!important;color:#94a3b8!important;font-size:18px!important;line-height:1!important}.playersDockList{display:grid;grid-gap:6px;gap:6px;max-height:min(44vh,390px);overflow:auto;padding:9px;scrollbar-width:thin;scrollbar-color:rgba(163,230,53,.38) transparent}.playersDockRow{display:grid;grid-template-columns:34px minmax(0,1fr) auto;grid-gap:9px;gap:9px;align-items:center;min-height:54px;padding:8px 9px;border:1px solid rgba(148,163,184,.11);border-radius:13px;background:rgba(15,23,42,.52)}.playersDockRow.self{border-color:rgba(163,230,53,.28);background:linear-gradient(90deg,rgba(163,230,53,.09),rgba(15,23,42,.54) 44%)}.memberColorControl{position:relative;display:grid;place-items:center;width:32px;height:32px;border:1px solid rgba(255,255,255,.14);border-radius:11px;background:rgba(2,6,23,.72);box-shadow:inset 0 1px 0 rgba(255,255,255,.05);overflow:hidden}.memberColorControl>span{width:18px;height:18px;border-radius:6px;box-shadow:0 0 14px currentColor}.memberColorControl.editable{cursor:pointer}.memberColorControl.editable:after{content:"";position:absolute;right:2px;bottom:2px;width:6px;height:6px;border:1px solid #0b1220;border-radius:50%;background:#f8fafc}.memberColorControl input[type=color]{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;opacity:0;cursor:pointer}.playersDockIdentity{min-width:0}.playersDockIdentity>input,.playersDockIdentity>strong{display:block;width:100%;min-width:0;overflow:hidden;color:#f8fafc;font-size:12px;font-weight:850;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.playersDockIdentity>input{height:27px;padding:3px 7px;border:1px solid transparent;border-radius:8px;background:rgba(2,6,23,.34)}.playersDockIdentity>input:focus,.playersDockIdentity>input:hover{border-color:rgba(163,230,53,.42);background:rgba(2,6,23,.7);outline:none}.playersDockMeta{display:flex;align-items:center;gap:5px;margin-top:5px}.memberRoleBadge,.memberSelfBadge{display:inline-flex;align-items:center;height:17px;padding:0 6px;border-radius:999px;font-size:8px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.memberRoleBadge.player{border:1px solid rgba(56,189,248,.24);background:rgba(56,189,248,.09);color:#bae6fd}.memberRoleBadge.gm{border:1px solid rgba(167,139,250,.28);background:rgba(167,139,250,.1);color:#ddd6fe}.memberRoleBadge.owner{border:1px solid rgba(163,230,53,.3);background:rgba(163,230,53,.1);color:#d9f99d}.memberSelfBadge{border:1px solid rgba(148,163,184,.18);background:rgba(148,163,184,.08);color:#94a3b8}.playersDockActions{display:grid;grid-gap:4px;gap:4px;justify-items:stretch}.memberActionButton{min-width:72px;min-height:26px!important;padding:4px 7px!important;border-radius:8px!important;font-size:9px!important;font-weight:850!important}.memberActionButton.danger,.playersActionConfirm button.danger{border-color:rgba(248,113,113,.34)!important;background:rgba(127,29,29,.16)!important;color:#fecaca!important}.playersViewPreview{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 11px;border-top:1px solid rgba(148,163,184,.1);background:rgba(2,6,23,.24)}.playersViewPreview>span{color:#94a3b8;font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.playersViewPreview>div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px}.playersViewPreview button{min-width:30px;height:25px;min-height:25px;padding:0 7px;border-radius:8px;font-size:9px;font-weight:900}.playersViewPreview button.active{border-color:rgba(163,230,53,.65);background:rgba(163,230,53,.14);color:#d9f99d}.playersActionConfirm{display:grid;grid-gap:9px;gap:9px;padding:11px;border-top:1px solid rgba(248,113,113,.2);background:linear-gradient(180deg,rgba(69,10,10,.28),rgba(30,7,12,.2))}.playersActionConfirm>div:first-child strong{display:block;color:#fee2e2;font-size:11px}.playersActionConfirm>div:first-child span{display:block;margin-top:2px;color:#fca5a5;font-size:9px}.playersActionConfirm>div:last-child{display:flex;justify-content:flex-end;gap:6px}.playersActionConfirm button{min-height:28px;padding:4px 10px;border-radius:8px;font-size:9px;font-weight:850}@media (max-width:720px){.playersDockPanel{left:8px;right:8px;bottom:72px;width:auto;max-height:62vh}}.presenceRow{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.55rem;gap:.55rem;align-items:center;border:1px solid rgba(148,163,184,.14);border-radius:13px;background:rgba(15,23,42,.42);padding:.54rem .6rem}.presenceRow strong{display:block;overflow:hidden;color:var(--text);font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}.tinyButton{min-height:28px;padding:.35rem .55rem;font-size:.68rem;white-space:nowrap}@media (max-width:720px){.presenceRow,.roomHero{grid-template-columns:1fr}}.roomDashboardOverlay{position:absolute;inset:0;z-index:70;overflow:auto;background:radial-gradient(circle at 10% 8%,rgba(163,230,53,.12),transparent 28%),radial-gradient(circle at 92% 18%,rgba(34,211,238,.11),transparent 30%),linear-gradient(135deg,rgba(4,11,22,.985),rgba(10,17,32,.985) 52%,rgba(7,20,27,.985));padding:clamp(1rem,2.3vw,2.4rem);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.lobbyShell{width:min(1180px,100%);margin:0 auto;display:grid;grid-gap:1rem;gap:1rem}.lobbyCard,.lobbyHeader{border:1px solid rgba(163,230,53,.15);background:linear-gradient(135deg,rgba(15,23,42,.92),rgba(5,16,28,.94)),repeating-linear-gradient(90deg,transparent,transparent 34px,rgba(163,230,53,.035) 35px);box-shadow:0 24px 90px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.045)}.lobbyHeader{display:grid;grid-gap:1rem;gap:1rem;align-items:center;border-radius:20px;padding:1.1rem 1.2rem}.lobbyMark{display:grid;place-items:center;width:54px;height:54px;border:1px solid rgba(163,230,53,.38);border-radius:16px;background:linear-gradient(135deg,rgba(163,230,53,.18),rgba(34,211,238,.1));color:#d9f99d;font-weight:950;letter-spacing:.08em}.lobbyEyebrow{margin:0 0 .12rem;color:#84cc16;font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.lobbyCard h2,.lobbyHeader h1{margin:0;color:#f8fafc;letter-spacing:-.02em}.lobbyHeader h1{font-size:clamp(1.7rem,3.2vw,3rem);line-height:.95}.lobbyCard p,.lobbyEmpty,.lobbyHeader span,.lobbyHint,.lobbyStatusText{color:rgba(203,213,225,.72);font-size:.86rem;line-height:1.4}.lobbyGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem}.lobbyCard{display:grid;align-content:start;grid-gap:.9rem;gap:.9rem;min-height:248px;border-radius:18px}.lobbyCardTitle{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:.72rem;gap:.72rem;align-items:start}.lobbyStep{display:grid;place-items:center;height:34px;border:1px solid rgba(34,211,238,.32);border-radius:11px;color:#67e8f9;background:rgba(8,47,73,.32);font-size:.72rem;font-weight:950}.lobbyCardTitle p{margin:.24rem 0 0}.lobbySceneStats,.lobbyStatusGrid{border:1px solid rgba(148,163,184,.13);border-radius:14px;background:rgba(2,6,23,.28);padding:.78rem}.lobbySceneStats span{display:block;color:rgba(203,213,225,.7);font-size:.76rem;font-weight:850;text-transform:uppercase}.lobbySceneStats strong{display:block;margin-top:.18rem;color:#ecfccb;font-size:.92rem}.lobbyFormGrid{display:grid;grid-gap:.65rem;gap:.65rem}.lobbyFormGrid label span{display:block;margin-bottom:.28rem;color:rgba(203,213,225,.76);font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.lobbyFormGrid input{width:100%}.lobbyGhostButton,.lobbyPrimaryButton,.lobbySecondaryButton,.lobbyTinyButton{border-radius:13px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.lobbyPrimaryButton{border-color:rgba(163,230,53,.48);background:linear-gradient(135deg,#bef264,#22d3ee);color:#052e16;min-height:42px}.lobbyGhostButton,.lobbySecondaryButton,.lobbyTinyButton{border-color:rgba(163,230,53,.22);background:rgba(15,23,42,.58);color:#d9f99d}.lobbyGhostButton{min-height:40px;padding-inline:1rem}.lobbyTinyButton{min-height:32px;padding:.42rem .65rem;font-size:.68rem}.lobbyStatusGrid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1fr);grid-gap:.38rem .6rem;gap:.38rem .6rem;align-items:center}.lobbyStatusGrid span{color:rgba(148,163,184,.82);font-size:.68rem;font-weight:900;text-transform:uppercase}.lobbyStatusGrid strong{overflow:hidden;color:#f8fafc;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.lobbyPresenceList{display:grid;grid-gap:.42rem;gap:.42rem;max-height:142px;overflow:auto;padding-right:.2rem}.lobbyPresenceRow{display:grid;grid-gap:.08rem;gap:.08rem;border-left:2px solid rgba(163,230,53,.42);border-radius:9px;background:rgba(15,23,42,.42);padding:.46rem .6rem}.lobbyPresenceRow strong{color:#f8fafc;font-size:.78rem}.lobbyPresenceRow span{color:rgba(203,213,225,.66);font-size:.68rem}.lobbyActionStrip{display:flex;flex-wrap:wrap;gap:.45rem}.lobbyAssignmentCard{min-height:0}.lobbyAssignmentGrid{display:grid;grid-gap:.46rem;gap:.46rem;max-height:280px;overflow:auto;padding-right:.2rem}.lobbyStatusText{margin:0;border:1px solid rgba(163,230,53,.14);border-radius:14px;background:rgba(2,6,23,.36);padding:.72rem .9rem;color:#d9f99d;font-weight:750}@media (max-width:1160px){.lobbyGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.lobbyGrid,.lobbyHeader{grid-template-columns:1fr}.lobbyGhostButton{width:100%}}:root{--surface-0:#050914;--surface-1:#0b1220;--surface-2:#111a2c;--surface-3:#172136;--stroke:rgba(148,163,184,0.18);--stroke-strong:rgba(163,230,53,0.36);--accent:#a3e635;--accent-2:#22d3ee;--text-soft:#a8b3c7;--shadow-lg:0 24px 80px rgba(0,0,0,0.42)}html{scrollbar-width:thin;scrollbar-color:rgba(163,230,53,.55) rgba(15,23,42,.9)}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:rgba(15,23,42,.82);border-radius:999px}::-webkit-scrollbar-thumb{border:2px solid rgba(15,23,42,.82);border-radius:999px;background:linear-gradient(180deg,rgba(163,230,53,.78),rgba(34,211,238,.52))}button,input[type=number],input[type=text],select{transition:border-color .14s ease,background .14s ease,box-shadow .14s ease,transform .12s ease,opacity .14s ease}button:active:not(:disabled){transform:translateY(1px)}input[type=number],input[type=text],select{min-height:36px;border-color:rgba(148,163,184,.2);border-radius:12px;background:rgba(6,12,24,.78);color:var(--text);box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:2rem!important;background-image:linear-gradient(45deg,transparent 50%,#a3e635 0),linear-gradient(135deg,#a3e635 50%,transparent 0);background-position:calc(100% - 15px) 50%,calc(100% - 10px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat}input[type=checkbox]{place-items:center;min-width:18px;border-radius:6px;background:rgba(6,12,24,.9)}input[type=checkbox]:checked{border-color:rgba(163,230,53,.75);background:linear-gradient(135deg,rgba(163,230,53,.94),rgba(34,211,238,.86))}input[type=checkbox]:checked:after{content:"";width:8px;height:5px;border-left:2px solid #052e16;border-bottom:2px solid #052e16;transform:rotate(-45deg) translateY(-1px)}.appShell{grid-template-columns:64px minmax(0,1fr);background:var(--surface-0)}.devConsole{position:fixed;z-index:75;right:14px;bottom:14px;width:min(320px,calc(100vw - 92px));max-height:34vh;border:1px solid rgba(148,163,184,.18);border-radius:18px;background:rgba(8,13,25,.9);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:.72rem}.devConsole h2{margin-bottom:.55rem;color:var(--accent);font-size:.68rem}.devConsole .logList{max-height:calc(34vh - 52px);overflow:auto;padding-right:.15rem}.toolRail{gap:.38rem;background:linear-gradient(180deg,rgba(3,7,18,.98),rgba(8,14,27,.98));box-shadow:inset -1px 0 rgba(255,255,255,.03)}.homeRailButton{margin-bottom:.18rem;border-color:rgba(34,211,238,.34)!important;color:#bae6fd!important}.homeRailButton.active,.homeRailButton:hover{border-color:rgba(34,211,238,.62)!important;background:rgba(34,211,238,.12)!important;color:var(--accent-2)!important}.sidebar{width:320px;background:linear-gradient(180deg,rgba(9,14,26,.96),rgba(12,19,34,.96));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.contextMenu,.lobbyCard,.lobbyHeader,.panel,.toolFloatingPanel{border-color:rgba(148,163,184,.16);background:linear-gradient(180deg,rgba(15,23,42,.88),rgba(8,13,25,.88));box-shadow:0 18px 58px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.035)}.topbar{height:60px;background:rgba(4,9,18,.82);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar div:first-child strong{max-width:min(520px,45vw)}.topbar div:first-child strong,.topbar span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar span{max-width:min(720px,60vw)}.iconAction{display:grid;place-items:center;width:38px!important;height:38px;padding:0!important;border-radius:13px;border-color:rgba(148,163,184,.2);background:rgba(15,23,42,.56)}.iconAction .icon{width:18px;height:18px}.homeAction{border-color:rgba(34,211,238,.34);color:#bae6fd}.pill{border-color:rgba(148,163,184,.18);background:rgba(15,23,42,.62);color:var(--text-soft)}details.debugDetails,details.fogMenuSection,details.objectGroup{overflow:hidden}.debugDetails{padding:0;background:rgba(2,6,23,.24)}.debugDetails summary,.fogMenuSection>summary,.objectGroup summary{min-height:38px;padding:.55rem .72rem;border-radius:inherit;list-style:none}.debugDetails summary::-webkit-details-marker,.fogMenuSection summary::-webkit-details-marker,.objectGroup summary::-webkit-details-marker{display:none}.debugDetails summary:before,.objectGroup summary:before{content:"▸";display:inline-block;margin-right:.42rem;color:var(--accent);transition:transform .14s ease}.debugDetails[open] summary:before,.objectGroup[open] summary:before{transform:rotate(90deg)}.debugDetails>:not(summary),.fogMenuSection>:not(summary),.objectGroup>:not(summary){margin-left:.65rem;margin-right:.65rem}.debugDetails>:last-child,.fogMenuSection>:last-child,.objectGroup>:last-child{margin-bottom:.65rem}.roomHero{grid-template-columns:1fr}.roomHero>div{padding:.56rem .62rem}.roomHero .ghostButton{margin-top:0}.assignmentRow,.presenceRow{grid-template-columns:minmax(0,1fr) auto;align-items:center}.assignmentRow select{min-width:120px}.assignmentRow .tinyButton{grid-column:2;margin-top:0}.roomAssignmentPanel{max-height:360px;overflow:auto;padding-right:.25rem}.contextMenu{width:236px}.contextHeader{align-items:center;border-bottom:1px solid rgba(148,163,184,.12);padding-bottom:.34rem}.contextSectionTitle{color:var(--accent);letter-spacing:.08em}.stateButtonGroup{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.stateIconButton{min-height:32px;justify-content:center}.lobbyShell{width:min(1240px,100%)}.roomDashboardOverlay{background:radial-gradient(circle at 12% 12%,rgba(163,230,53,.13),transparent 30%),radial-gradient(circle at 88% 22%,rgba(34,211,238,.12),transparent 30%),linear-gradient(135deg,rgba(3,7,18,.985),rgba(8,17,31,.985) 50%,rgba(4,21,27,.985))}.lobbyHeader{grid-template-columns:auto minmax(0,1fr) auto;border-radius:22px;padding:1.05rem 1.1rem}.lobbyHeader h1{font-size:clamp(1.55rem,2.8vw,2.5rem)}.lobbyGrid{grid-template-columns:1.05fr 1.05fr .95fr .95fr}.lobbyCard{min-height:218px;border-radius:20px;padding:1rem}.lobbyStep{width:34px;min-width:34px;color:var(--surface-0);background:linear-gradient(135deg,var(--accent),var(--accent-2));border-color:transparent}.lobbyPrimaryButton{box-shadow:0 12px 32px rgba(163,230,53,.18)}.ghostButton,.lobbyGhostButton,.lobbySecondaryButton,.lobbyTinyButton{border-color:rgba(148,163,184,.2);background:rgba(6,12,24,.74);color:#d9f99d}.contextMenu,.lobbyAssignmentGrid,.lobbyPresenceList,.logList,.sidebar,.toolFloatingPanel{scrollbar-width:thin;scrollbar-color:rgba(163,230,53,.55) rgba(15,23,42,.9)}.readonlyField{display:grid;grid-gap:.35rem;gap:.35rem;margin-bottom:.4rem}.assignmentRow span,.contextMenu label span,.lobbyFormGrid label span,.readonlyField span,.statGrid span{color:var(--text-soft)}.readonlyField strong{display:block;border:1px solid rgba(148,163,184,.16);border-radius:12px;background:rgba(6,12,24,.66);color:var(--text);padding:.55rem .62rem}@media (max-width:1180px){.lobbyGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:780px){.appShell{grid-template-columns:56px minmax(0,1fr)}.toolRail{padding-inline:.36rem}.sidebar{left:64px;width:min(320px,calc(100vw - 78px))}.assignmentRow,.lobbyGrid,.lobbyHeader,.presenceRow{grid-template-columns:1fr}.assignmentRow .tinyButton{grid-column:auto}.topbar span{display:none}}.iconAction,.miniIconButton,.objectActions button,.railSubmenu button,.toolRail button{display:inline-grid;place-items:center;line-height:1}.iconAction .icon,.miniIconButton .icon,.objectActions .icon,.railSubmenu button .icon,.toolRail button .icon{display:block;margin:auto;transform-origin:50% 50%}.railSubmenu button[aria-label=Select] .icon,.toolRail button[aria-label=Select] .icon{transform:translate(.5px,-.5px)}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-grid;place-content:center;aspect-ratio:1/1;margin:0;border:1px solid rgba(148,163,184,.42);border-radius:5px;background:rgba(2,6,23,.72);box-shadow:inset 0 1px 0 rgba(255,255,255,.04);color:#07120a;cursor:pointer}input[type=checkbox]:before{content:"";width:5px;height:9px;border-right:2px solid #052e16;border-bottom:2px solid #052e16;transform:rotate(42deg) scale(0);transform-origin:50% 55%;transition:transform 90ms ease-out}input[type=checkbox]:checked{border-color:rgba(163,230,53,.92);background:linear-gradient(135deg,#bef264,#84cc16)}input[type=checkbox]:checked:before{transform:rotate(42deg) scale(1)}input[type=checkbox]:disabled{opacity:.45;cursor:not-allowed}input[type=number],input[type=text],select{min-width:0}select{color:var(--text);background-color:rgba(2,6,23,.74)}.debugDetails,.fogMenuSection,.objectGroup{overflow:visible}.toolFloatingPanel{overflow-x:visible}.infoTip{isolation:isolate}.infoBubble{left:auto;right:-.35rem;top:calc(100% + 8px);bottom:auto;width:218px;max-width:min(218px,calc(100vw - 28px));transform:translateY(-3px);z-index:10000}.infoBubble:before{content:"";position:absolute;right:.48rem;top:-5px;width:9px;height:9px;transform:rotate(45deg);border-left:1px solid rgba(148,163,184,.28);border-top:1px solid rgba(148,163,184,.28);background:rgba(2,6,23,.98)}.infoTip:focus .infoBubble,.infoTip:focus-within .infoBubble,.infoTip:hover .infoBubble{transform:translateY(0)}.objectRow{grid-template-columns:minmax(0,1fr);gap:.45rem;padding:.62rem}.objectNameButton{min-height:36px;border:1px solid rgba(148,163,184,.1);border-radius:12px;background:rgba(2,6,23,.18)}.objectNameButton:hover{border-color:rgba(163,230,53,.34);background:rgba(163,230,53,.08)}.objectNameButton strong{max-width:100%;color:var(--text)}.objectNameButton small{max-width:100%}.ownerSelect.compactOwnerSelect{width:100%;min-width:0;max-width:none}.objectActions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;grid-gap:.35rem;gap:.35rem}.objectActions button{width:100%;height:32px;border-radius:10px}.objectRow.readonlyObject .objectNameButton{border-color:rgba(148,163,184,.08);background:rgba(2,6,23,.1)}.assignmentRow{grid-template-columns:minmax(0,1fr);gap:.45rem}.assignmentRow .tinyButton,.assignmentRow select{grid-column:auto;width:100%}.assignmentRow>div{min-width:0}.assignmentRow span,.assignmentRow strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.debugDetails summary,.fogMenuSection>summary,.objectGroup summary{position:relative}.fogMenuSection>summary:after{margin-left:auto}.contextMenu,.lobbyAssignmentGrid,.lobbyPresenceList,.logList,.presenceList,.roomAssignmentPanel,.sidebar,.toolFloatingPanel{scrollbar-width:thin;scrollbar-color:rgba(163,230,53,.55) rgba(15,23,42,.9)}.contextMenu::-webkit-scrollbar,.lobbyAssignmentGrid::-webkit-scrollbar,.lobbyPresenceList::-webkit-scrollbar,.logList::-webkit-scrollbar,.presenceList::-webkit-scrollbar,.roomAssignmentPanel::-webkit-scrollbar,.sidebar::-webkit-scrollbar,.toolFloatingPanel::-webkit-scrollbar{width:9px;height:9px}.contextMenu::-webkit-scrollbar-track,.lobbyAssignmentGrid::-webkit-scrollbar-track,.lobbyPresenceList::-webkit-scrollbar-track,.logList::-webkit-scrollbar-track,.presenceList::-webkit-scrollbar-track,.roomAssignmentPanel::-webkit-scrollbar-track,.sidebar::-webkit-scrollbar-track,.toolFloatingPanel::-webkit-scrollbar-track{border-radius:999px;background:rgba(15,23,42,.88)}.contextMenu::-webkit-scrollbar-thumb,.lobbyAssignmentGrid::-webkit-scrollbar-thumb,.lobbyPresenceList::-webkit-scrollbar-thumb,.logList::-webkit-scrollbar-thumb,.presenceList::-webkit-scrollbar-thumb,.roomAssignmentPanel::-webkit-scrollbar-thumb,.sidebar::-webkit-scrollbar-thumb,.toolFloatingPanel::-webkit-scrollbar-thumb{border:2px solid rgba(15,23,42,.88);border-radius:999px;background:linear-gradient(180deg,rgba(163,230,53,.72),rgba(34,211,238,.45))}.polishedIcon{width:20px;height:20px;display:block;shape-rendering:geometricPrecision}.polishedIcon,.railSubmenu button,.toolRail button{overflow:visible}.railSubmenu button .icon,.toolRail button .icon{width:20px;height:20px}.railSubmenu button[aria-label=Select] .icon,.toolRail button[aria-label=Select] .icon{transform:none!important}.infoTip{z-index:20}.infoBubble.fixedInfoBubble{position:fixed!important;right:auto!important;bottom:auto!important;max-width:calc(100vw - 28px);opacity:1!important;transform:none!important;z-index:2147483000!important;pointer-events:none;white-space:normal;text-align:left}.infoBubble.fixedInfoBubble:before{display:none!important}.infoTip:focus .fixedInfoBubble,.infoTip:focus-within .fixedInfoBubble,.infoTip:hover .fixedInfoBubble{transform:none!important}input[type=checkbox]{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;display:inline-grid!important;place-items:center!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;max-width:18px!important;max-height:18px!important;aspect-ratio:1/1!important;border-radius:5px!important;padding:0!important;margin:0!important}input[type=checkbox]:before{content:none!important;display:none!important}input[type=checkbox]:after{content:""!important;display:block!important;width:5px!important;height:9px!important;border-right:2px solid #052e16!important;border-bottom:2px solid #052e16!important;border-left:0!important;border-top:0!important;opacity:0!important;transform:rotate(42deg) scale(.75)!important;transition:opacity 90ms ease,transform 90ms ease!important}input[type=checkbox]:checked:after{opacity:1!important;transform:rotate(42deg) scale(1)!important}.fullPanel,.objectGroup,.objectGroup details{min-width:0}.objectRow{display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:stretch!important;grid-gap:.5rem!important;gap:.5rem!important;padding:.62rem!important}.objectNameButton{display:grid!important;grid-template-columns:28px minmax(0,1fr)!important;align-items:center!important;min-width:0!important;width:100%!important;overflow:hidden!important}.objectNameButton small,.objectNameButton strong,.objectNameButton>span:last-child{min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.ownerSelect.compactOwnerSelect{width:100%!important;max-width:none!important;min-width:0!important}.objectActions{display:grid!important;grid-template-columns:repeat(3,32px)!important;justify-content:end!important;grid-gap:.42rem!important;gap:.42rem!important;width:100%!important}.objectActions button{width:32px!important;height:32px!important}.debugDetails,.fogMenuSection,.objectGroup{overflow:visible!important}.contextMenu,.fullPanel,.lobbyAssignmentGrid,.lobbyPresenceList,.logList,.presenceList,.roomAssignmentPanel,.sidebar,.toolFloatingPanel{scrollbar-width:thin;scrollbar-color:rgba(163,230,53,.58) rgba(15,23,42,.88)}.infoBubble.portalInfoBubble{position:fixed!important;right:auto!important;bottom:auto!important;display:block!important;max-width:calc(100vw - 24px)!important;max-height:min(180px,calc(100vh - 24px));overflow:visible!important;opacity:1!important;transform:none!important;z-index:2147483647!important;pointer-events:none;white-space:normal;text-align:left;border:1px solid rgba(163,230,53,.34);border-radius:12px;background:linear-gradient(180deg,rgba(15,23,42,.99),rgba(2,6,23,.99));box-shadow:0 18px 50px rgba(0,0,0,.55),0 0 0 1px rgba(15,23,42,.6);color:var(--text);padding:.58rem .66rem;font-size:.72rem;font-weight:650;line-height:1.35;text-transform:none;letter-spacing:0}.infoBubble.fixedInfoBubble:before,.infoBubble.portalInfoBubble:before,.infoTip .portalInfoBubble{display:none!important}.realtimeEndpointBox{border:1px solid rgba(132,204,22,.18);border-radius:14px;background:rgba(2,6,23,.28);padding:.72rem;display:grid;grid-gap:.5rem;gap:.5rem}.realtimeEndpointBox label span{display:block;margin-bottom:.28rem;color:rgba(203,213,225,.72);font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.realtimeEndpointBox input{width:100%;font-size:.78rem}.realtimeEndpointBox .compactActions{margin-top:0}.diceDock{position:fixed;z-index:76;right:16px;bottom:18px;max-height:min(74vh,620px);pointer-events:none}.diceDock,.diceDock.collapsed{width:auto}.diceDock.open.advanced{right:392px;bottom:1rem;width:340px}.diceDockCollapsedButton{pointer-events:auto;display:inline-flex;align-items:center;gap:.55rem;min-height:44px;border-radius:999px;padding:.5rem .85rem;border:1px solid rgba(163,230,53,.42);background:rgba(15,23,42,.94);color:#eaf2ff;box-shadow:0 18px 48px rgba(0,0,0,.38);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);font-weight:900}.diceBoxLayer{position:fixed;inset:64px 0 0 64px;z-index:66;pointer-events:none}.diceDockBody{pointer-events:auto;display:grid;grid-gap:.55rem;gap:.55rem;max-height:min(70vh,610px);overflow:auto;border:1px solid rgba(148,163,184,.24);border-radius:16px;background:rgba(15,23,42,.93);box-shadow:0 22px 70px rgba(0,0,0,.42);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:.65rem;scrollbar-width:thin;scrollbar-color:rgba(163,230,53,.42) rgba(15,23,42,.7)}.diceDockBody::-webkit-scrollbar{width:9px}.diceDockBody::-webkit-scrollbar-track{background:rgba(15,23,42,.7);border-radius:999px}.diceDockBody::-webkit-scrollbar-thumb{background:rgba(163,230,53,.42);border-radius:999px}.diceAdvancedPanel,.diceQuickTray{display:grid;grid-gap:.58rem;gap:.58rem}.diceVisualQuickRow{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));align-items:center;grid-gap:.28rem;gap:.28rem;overflow:visible;padding:.2rem .04rem .06rem}.quickDieButton{position:relative;display:grid;place-items:center;min-width:0;height:48px;border-radius:13px;padding:0;overflow:visible;background:radial-gradient(circle at 35% 20%,rgba(255,255,255,.12),transparent 34%),rgba(2,6,23,.56)}.quickDieButton.selected{border-color:rgba(163,230,53,.68);background:radial-gradient(circle at 35% 20%,rgba(190,242,100,.18),transparent 34%),rgba(23,47,23,.76)}.diceSkinModelPreview.quick{width:44px;height:44px;border-radius:10px;background:transparent}.diceSkinModelPreview.quick canvas,.diceSkinModelPreview.quick img{width:44px!important;height:44px!important}.quickDieButton b{position:absolute;right:-3px;top:-2px;min-width:18px;height:18px;border-radius:999px;background:#bef264;color:#102006;font-size:.68rem;line-height:18px;text-align:center}.diceTraySelection{display:grid;grid-gap:.15rem;gap:.15rem;border:1px solid rgba(148,163,184,.16);border-radius:13px;background:rgba(2,6,23,.44);padding:.55rem .65rem}.diceTraySelection strong{color:#eaf2ff;font-size:.84rem}.diceHistoryHeader span,.diceTraySelection span{color:var(--muted);font-size:.72rem}.diceStatus{min-height:1.1rem;color:#a9b8cf;font-size:.7rem;line-height:1.35}.diceModifierRow{display:grid;grid-template-columns:34px 52px 34px 1fr 1fr;align-items:center;grid-gap:.36rem;gap:.36rem}.diceModifierRow span{display:grid;place-items:center;min-height:34px;border:1px solid rgba(148,163,184,.2);border-radius:11px;background:rgba(2,6,23,.48);font-size:.82rem;font-weight:900}.diceModifierRow button,.diceTrayActions button{min-height:34px;border-radius:11px;padding:.35rem .55rem;font-size:.74rem;font-weight:900}.diceModifierRow button.active{border-color:rgba(163,230,53,.68);background:rgba(163,230,53,.2);color:var(--lime)}.diceTrayActions{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.42rem;gap:.42rem}.diceLatestCompact{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:.5rem;gap:.5rem;border:1px solid rgba(163,230,53,.2);border-radius:13px;background:rgba(2,6,23,.42);padding:.48rem .58rem}.diceLatestCompact strong{color:var(--lime);font-size:1.08rem}.diceLatestCompact span{overflow:hidden;color:var(--muted);font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.diceFormulaRow{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.45rem;gap:.45rem}.diceFormulaRow input{min-height:38px}.diceFormulaRow button{min-width:76px;border-radius:12px;padding:.45rem .75rem}.diceModeRow{display:grid;grid-template-columns:132px minmax(0,1fr);align-items:center;grid-gap:.5rem;gap:.5rem}.diceModeRow select{min-height:34px;padding:.42rem .55rem;border-radius:11px;font-size:.78rem}.diceSkinInlineRow{display:flex;align-items:center;gap:.42rem;overflow:hidden;padding:.1rem 0}.diceSkinInlineOption{display:grid;place-items:center;width:52px;height:48px;min-width:52px;padding:0;border-radius:12px;border:1px solid rgba(148,163,184,.16);background:rgba(2,6,23,.42)}.diceSkinInlineOption.selected{border-color:rgba(163,230,53,.68);background:rgba(163,230,53,.12);box-shadow:inset 0 0 0 1px rgba(163,230,53,.18)}.diceSkinModelPreview{display:grid;place-items:center;width:48px;height:48px;overflow:hidden;border-radius:12px;background:radial-gradient(circle at 50% 42%,rgba(148,163,184,.08),transparent 64%)}.diceSkinModelPreview canvas,.diceSkinModelPreview img{width:48px!important;height:48px!important;display:block;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.diceSkinD20Preview{position:relative;display:grid;place-items:center;width:44px;height:42px;overflow:visible;background:transparent}.diceSkinD20Preview img{width:48px;height:48px;object-fit:contain;display:block;opacity:.98}.diceHistoryHeader{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-top:.1rem}.diceHistoryHeader strong{color:#eaf2ff;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.diceLogList{display:grid;grid-gap:.42rem;gap:.42rem}.diceLogItem{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.25rem .65rem;gap:.25rem .65rem;border:1px solid rgba(148,163,184,.18);border-radius:13px;background:rgba(2,6,23,.42);padding:.55rem}.diceLogItem.private{border-color:rgba(56,189,248,.35)}.diceLogItem div{display:flex;align-items:center;gap:.5rem;min-width:0}.diceHistoryReroll{display:grid;place-items:center;width:28px;height:28px;min-width:28px;padding:0;margin-left:auto;border-radius:999px;font-size:.86rem;line-height:1}.diceLogItem p,.diceLogItem small,.diceLogItem strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.diceLogItem strong{font-size:.8rem}.diceLogItem small{color:var(--muted);font-size:.66rem;text-transform:uppercase}.diceLogItem p{grid-column:1;color:var(--muted);font-size:.73rem}.diceLogItem b{grid-row:1/span 2;grid-column:2;align-self:center;color:var(--lime);font-size:1.2rem}.diceLogItem ul{grid-column:1/-1;display:grid;grid-gap:.15rem;gap:.15rem;margin:.1rem 0 0;padding:0;list-style:none;color:var(--muted);font-size:.68rem}@media (max-width:1320px){.diceDock.open.advanced{right:16px;width:min(520px,calc(100vw - 96px))}.diceBoxLayer{inset:64px 0 0 64px}}@media (max-width:900px){.diceDock{left:68px;right:10px;width:auto}.diceModeRow{grid-template-columns:1fr}}.detDiceStage{position:absolute;left:auto;right:1rem;top:auto;bottom:1rem;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;grid-gap:.58rem;gap:.58rem;width:min(380px,calc(100vw - 6rem));height:min(720px,calc(100vh - 2rem));min-height:min(640px,calc(100vh - 2rem));max-height:calc(100vh - 2rem);z-index:70;border:1px solid rgba(116,255,175,.22);border-radius:1rem;background:linear-gradient(145deg,rgba(10,18,29,.94),rgba(5,10,18,.9));box-shadow:0 1.5rem 4.2rem rgba(0,0,0,.42),inset 0 0 0 1px rgba(180,255,220,.05);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow:visible;pointer-events:auto;padding:.62rem}.detDiceTopActions{justify-content:space-between;min-height:34px}.detDiceTopActions,.detDiceTopLeft,.detDiceTopRight{display:flex;align-items:center;gap:.48rem}.detDiceTopRight{margin-left:auto}.detDiceRerollIcon,.detDiceTopActions button{display:grid;place-items:center;width:2.15rem;height:2.15rem;min-width:2.15rem;min-height:2.15rem;padding:0;border-radius:999px;border:1px solid rgba(195,218,245,.22);background:rgba(8,14,26,.78);color:#eaf2ff;font-size:1.05rem;line-height:1;cursor:pointer}.detDiceTopActions button:hover{border-color:rgba(156,255,61,.6);color:#9cff3d}.diceRollTargetSegmented{display:inline-flex;align-items:center;gap:.22rem;min-height:2.15rem;border:1px solid rgba(148,163,184,.2);border-radius:999px;background:rgba(8,14,26,.72);padding:.18rem}.diceRollTargetSegmented span{color:var(--muted);font-size:.68rem;font-weight:900;margin:0 .32rem;white-space:nowrap}.diceRollTargetSegmented button{width:auto;min-width:56px;height:1.72rem;min-height:1.72rem;padding:.12rem .5rem;border-radius:999px;border:1px solid transparent;background:rgba(15,23,42,.76);color:#dbeafe;font-size:.68rem;font-weight:900}.diceRollTargetSegmented button.active{border-color:rgba(163,230,53,.68);background:rgba(163,230,53,.18);color:var(--lime)}.detDiceEmbeddedControls{position:relative;z-index:7;pointer-events:auto}.detDiceEmbeddedControls .diceQuickTray{border:1px solid rgba(148,163,184,.22);border-radius:15px;background:rgba(15,23,42,.92);box-shadow:0 18px 42px rgba(0,0,0,.34);padding:.55rem;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.embeddedDiceAdvancedToggle{position:absolute;left:-2.15rem;top:.35rem;z-index:8;display:grid;place-items:center;width:30px;height:54px;border-radius:999px 0 0 999px;border-color:rgba(163,230,53,.48);background:rgba(15,23,42,.94);color:var(--lime);font-size:1.15rem;font-weight:950;box-shadow:-10px 14px 32px rgba(0,0,0,.35)}.detDiceCanvasShell{position:relative;min-height:0;height:100%;border:1px solid rgba(148,163,184,.34);box-shadow:inset 0 0 0 2px rgba(48,57,70,.55)}.detDiceCanvas,.detDiceCanvasShell{background:#111923;background-color:#111923;overflow:hidden}.detDiceCanvas{position:absolute;inset:0}.detDiceStageStatus{min-height:1rem;color:#9fb0c8;font-size:.68rem;line-height:1.35}.detDiceResultOverlay{position:absolute;z-index:8;left:50%;top:.72rem;transform:translateX(-50%);pointer-events:none}.diceTrayResultBadge{display:grid;place-items:center;min-width:64px;height:38px;border-radius:999px;border:1px solid rgba(163,230,53,.5);background:rgba(15,23,42,.82);box-shadow:0 14px 34px rgba(0,0,0,.34),inset 0 0 0 1px rgba(190,242,100,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.diceTrayResultBadge strong{color:var(--lime);font-size:1.28rem;font-weight:950;line-height:1}.diceTrayResultBadge.condensed{min-width:132px;grid-template-columns:auto auto;gap:.42rem;padding:0 .85rem}.diceTrayResultBadge span{color:rgba(226,232,240,.82);font-size:.74rem;font-weight:850;line-height:1}.detDiceCanvasPlaceholder,.detDiceThreeCanvas{background:#111923;background-color:#111923}.detDiceThreeCanvas{display:block;width:100%;height:100%}.detDiceResultStrip{position:absolute;left:.8rem;right:.8rem;bottom:.7rem;z-index:4;display:flex;flex-wrap:wrap;gap:.38rem;pointer-events:none}.detDiceResultStrip span{border-radius:999px;border:1px solid rgba(139,255,86,.35);background:rgba(3,10,19,.62);color:#9cff3d;padding:.18rem .52rem;font-size:.72rem;font-weight:800;box-shadow:0 .45rem 1rem rgba(0,0,0,.28)}.detDiceResultStrip span.dropped{border-color:rgba(123,136,160,.32);color:#8792a7;opacity:.72}.diceModeRow button{border:1px solid rgba(137,255,84,.35);background:rgba(12,31,23,.72);color:#dff8d1;border-radius:.65rem;padding:.45rem .65rem;font-weight:800;cursor:pointer}@media (max-width:860px){.detDiceStage{left:1rem;right:1rem;top:auto;bottom:1rem;width:calc(100vw - 2rem);height:min(720px,calc(100vh - 2rem));min-height:min(620px,calc(100vh - 2rem));max-height:calc(100vh - 2rem)}.detDiceCanvasShell{min-height:0}.diceDock.open.advanced{right:1rem;bottom:calc(min(86vh, 720px) + 2rem);width:calc(100vw - 2rem)}.devConsole{right:1rem;width:min(340px,calc(100vw - 2rem))}}.fogTextureLayerHeader,.fogTextureMapButtons,.fogTextureToolbar{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.fogTextureLayerList{display:grid;grid-gap:10px;gap:10px;margin-top:8px}.fogTextureLayerCard{border:1px solid rgba(148,163,184,.22);border-radius:12px;padding:10px;background:rgba(15,23,42,.42)}.fogTextureLayerHeader{justify-content:space-between;margin-bottom:8px}.fogTextureLayerHeader .toggleRow{flex:1 1;min-width:180px}.miniButton{padding:5px 8px;font-size:11px}.dangerButton{border-color:rgba(248,113,113,.35);color:#fecaca}.fogTextureBoundsGrid,.fogTextureGrid{margin:6px 0}.assetPanel .segmentedControl{grid-template-columns:repeat(5,minmax(0,1fr))}.assetCard{grid-template-columns:58px minmax(0,1fr) 32px}.assetCard.effectAssetCard,.assetCard.effectAssetCard:active{cursor:default}.assetCardBody{min-width:0}.assetDeleteButton{width:30px;height:30px;display:inline-grid;place-items:center;align-self:start;border-radius:10px;border:1px solid rgba(248,113,113,.28);color:#fecaca;background:rgba(127,29,29,.22);padding:0}.assetDeleteButton svg{width:16px;height:16px}.assetDeleteButton:disabled{opacity:.45;cursor:not-allowed}.fogPresetList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.34rem;gap:.34rem;margin:.3rem 0 .45rem}.fogPresetList button{min-height:30px;border-radius:10px;border:1px solid rgba(148,163,184,.2);background:rgba(15,23,42,.74);color:#cbd5e1;font-size:.72rem;font-weight:800;padding:.32rem .44rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fogPresetList button.active{border-color:rgba(163,230,53,.55);background:rgba(163,230,53,.15);color:#d9f99d}html.limedice-live-ping-cursor-hidden,html.limedice-live-ping-cursor-hidden *,html.limedice-live-ping-cursor-hidden canvas{cursor:none!important}.railToolPair{position:relative;display:block;width:36px;height:36px;margin:0 auto;overflow:visible}.railToolPair>button{width:36px;height:36px;margin:0}.railToolPair .selectModeAltButton{position:absolute;left:44px;top:0;z-index:30;animation:railSelectAltIn .11s ease-out;background:rgba(15,23,42,.96);border-color:rgba(148,163,184,.28);box-shadow:0 14px 28px rgba(0,0,0,.36),inset 0 1px rgba(255,255,255,.04);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.railToolPair .selectModeAltButton:hover{border-color:rgba(163,230,53,.62);background:rgba(30,41,59,.98)}.toolIconImage{display:block;width:20px!important;height:20px!important;object-fit:contain;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@keyframes railSelectAltIn{0%{opacity:0;transform:translateX(-5px) scale(.96)}to{opacity:1;transform:translateX(0) scale(1)}}.textToolFloatingPanel{width:54px;min-width:54px;max-width:54px;padding:5px;overflow:visible!important}.textToolIconPanel{gap:6px}.textToolIconGroup,.textToolIconPanel{display:flex;flex-direction:column;align-items:center}.textToolIconGroup{gap:4px;padding:4px;border:1px solid rgba(148,163,184,.16);border-radius:11px;background:rgba(15,23,42,.72);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.textToolIconPanel>.textToolIconGroup:first-child{order:1}.textToolIconPanel>.fontToolWrap{order:2}.textToolIconPanel>.textToolIconGroup:nth-child(4){order:3}.textToolIconPanel>.textToolIconGroup:nth-child(5){order:4}.textToolIconPanel>.emojiToolWrap{order:5}.textToolIconPanel>.textToolFontSizeGroup{order:6}.textToolIconPanel>.textToolOutlineSizeGroup{order:7}.textToolIconButton,.textToolIconControl{width:32px;height:32px;min-width:32px;min-height:32px;padding:0;border-radius:9px;border:1px solid rgba(148,163,184,.28);background:rgba(15,23,42,.88);color:#f8fafc;font-weight:800;font-size:14px;text-align:center;cursor:pointer;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.textToolIconButton,.textToolIconButton>span,.textToolIconControl,.textToolIconControl>span{display:flex;align-items:center;justify-content:center;line-height:1}.textToolIconButton.active,.textToolIconButton:hover,.textToolIconControl:hover{border-color:rgba(163,230,53,.75);box-shadow:0 0 0 1px rgba(163,230,53,.35),0 0 18px rgba(132,204,22,.14)}.textToolIconControl input[type=color]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.textToolSizeGroup{gap:5px}.textToolMiniValue{min-width:32px;height:18px;display:grid;place-items:center;border-radius:6px;color:#cbd5e1;background:rgba(2,6,23,.72);font-size:10px;font-weight:700}.textToolFloatingPanel input.textToolMiniValueInput[type=number]{width:36px!important;min-width:36px;max-width:36px;height:20px;box-sizing:border-box;padding:0 2px!important;border:1px solid rgba(148,163,184,.22);border-radius:6px!important;outline:none;background:rgba(2,6,23,.78);color:#dbe5f2;font:inherit;font-size:10px;font-weight:750;line-height:18px;text-align:center;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.textToolFloatingPanel input.textToolMiniValueInput[type=number]::-webkit-inner-spin-button,.textToolFloatingPanel input.textToolMiniValueInput[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.textToolFloatingPanel input.textToolMiniValueInput[type=number]:focus{border-color:rgba(163,230,53,.82);box-shadow:0 0 0 1px rgba(163,230,53,.24)}.drawToolFloatingPanel{width:88px;min-width:88px;max-width:88px;padding:6px;overflow:visible!important}.drawToolIconGroup,.drawToolIconPanel{display:flex;flex-direction:column;align-items:stretch}.drawToolIconPanel{gap:7px}.drawToolIconGroup{gap:5px;padding:5px;border:1px solid rgba(148,163,184,.16);border-radius:10px;background:rgba(15,23,42,.76)}.drawToolPopoverWrap{position:relative}.brushPresetPicker,.drawModePicker{position:absolute;left:calc(100% + 10px);top:0;z-index:45;display:grid;grid-template-columns:repeat(4,36px);grid-gap:6px;gap:6px;padding:8px;border:1px solid rgba(148,163,184,.28);border-radius:11px;background:rgba(2,6,23,.97);box-shadow:0 18px 50px rgba(0,0,0,.42)}.brushPresetPicker{grid-template-columns:1fr;min-width:90px}.drawStepperButton,.drawToolColorControl,.drawToolIconButton{width:100%;min-width:0;min-height:32px;padding:0;border:1px solid rgba(148,163,184,.28);border-radius:9px;background:rgba(15,23,42,.9);color:#f8fafc;display:grid;place-items:center;position:relative;font-size:13px;font-weight:800;cursor:pointer}.drawStepperButton:hover,.drawToolColorControl:hover,.drawToolIconButton.active,.drawToolIconButton:hover{border-color:rgba(163,230,53,.76);box-shadow:0 0 0 1px rgba(163,230,53,.24)}.drawToolPrimaryButton{min-height:38px}.drawGlyphIcon{width:18px;height:18px;display:block}.drawToolModeLabel{text-align:center;color:#dbe5f2;font-size:10px;font-weight:800;line-height:1.15}.drawToolColorGroup{align-items:stretch}.drawToolColorControl{min-height:40px;padding:4px 0;gap:2px}.drawColorControlLabel{font-size:8.5px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.drawToolColorControl input[type=color]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.drawColorSwatch{width:18px;height:18px;border-radius:999px;border:2px solid rgba(248,250,252,.86);box-shadow:0 0 0 1px rgba(2,6,23,.85)}.drawOutlineSwatch{width:18px;height:18px;border:3px solid;border-radius:999px;background:transparent;box-shadow:0 0 0 1px rgba(248,250,252,.18)}.drawToolValueGroup{gap:7px;overflow:visible}.drawValueControl{position:relative;display:flex;flex-direction:column;gap:4px}.drawValueHeader{display:flex;align-items:center;justify-content:center;color:#dbe5f2;font-size:9px;font-weight:800;letter-spacing:.02em}.drawValueFocusWrap{position:relative;width:100%}.drawValueStepperPopover{position:absolute;left:calc(100% + 9px);top:50%;z-index:80;display:grid;grid-template-columns:repeat(2,30px);grid-gap:5px;gap:5px;padding:5px;border:1px solid rgba(148,163,184,.28);border-radius:10px;background:rgba(2,6,23,.98);box-shadow:0 14px 36px rgba(0,0,0,.45);transform:translateY(-50%)}.drawStepperButton{width:30px;min-width:30px;min-height:30px;font-size:17px;font-weight:900}.drawToolFloatingPanel input.drawToolValueInput[type=number],.textToolFloatingPanel input.drawToolValueInput[type=number]{display:block;width:100%!important;min-width:0;max-width:none;height:30px;box-sizing:border-box;padding:0 4px!important;border:1px solid rgba(148,163,184,.24);border-radius:8px!important;outline:none;background:rgba(2,6,23,.84);color:#f8fafc!important;-webkit-text-fill-color:#f8fafc;opacity:1;font-size:12px;font-weight:850;line-height:28px;text-align:center;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.drawToolFloatingPanel input.drawToolValueInput[type=number]:focus,.textToolFloatingPanel input.drawToolValueInput[type=number]:focus{border-color:rgba(163,230,53,.9);box-shadow:0 0 0 1px rgba(163,230,53,.32),0 0 16px rgba(132,204,22,.12)}.drawToolFloatingPanel input.drawToolValueInput[type=number]::-webkit-inner-spin-button,.drawToolFloatingPanel input.drawToolValueInput[type=number]::-webkit-outer-spin-button,.textToolFloatingPanel input.drawToolValueInput[type=number]::-webkit-inner-spin-button,.textToolFloatingPanel input.drawToolValueInput[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.drawToolBrushGroup{gap:5px}.drawBrushPresetLabel{display:block;font-size:10px;font-weight:800;line-height:1}.drawBrushTipButton{min-height:36px;gap:2px;padding:4px 0}.drawBrushTipLabel{font-size:8.5px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.roundBrushTip,.squareBrushTip{width:13px;height:13px;background:currentColor}.roundBrushTip{border-radius:50%}.squareBrushTip{border-radius:1px}.annotationAppearanceGrid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:.42rem!important;gap:.42rem!important;margin-bottom:.35rem}.annotationAppearanceGrid label,.annotationAppearanceGrid label:last-child{min-width:0;grid-column:auto!important}.contextColorField input[type=color],.contextMenu input[type=color]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;min-width:0;height:28px;min-height:28px;padding:0!important;border:1px solid rgba(148,163,184,.2);border-radius:10px;background:transparent;overflow:hidden;cursor:pointer}.contextMenu input[type=color]::-webkit-color-swatch-wrapper{padding:0}.contextMenu input[type=color]::-webkit-color-swatch{border:none;border-radius:9px}.contextMenu input[type=color]::-moz-color-swatch{border:none;border-radius:9px}.contextMenu input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.contextMenu input[type=number]::-webkit-inner-spin-button,.contextMenu input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.contextNumberField{display:flex;flex-direction:column;gap:.28rem;min-width:0}.contextNumberStepper{display:grid;grid-template-columns:minmax(0,1fr) 20px;grid-gap:4px;gap:4px;align-items:stretch}.contextMenu input.contextNumberInput[type=number]{width:100%;min-width:0;height:34px;min-height:34px;padding:0 .5rem;border-radius:9px;background:rgba(2,6,23,.82);color:#f8fafc;font-weight:800;text-align:center}.contextNumberArrows{display:grid;grid-template-rows:1fr 1fr;grid-gap:2px;gap:2px}.contextNumberArrowButton,.contextNumberArrows button{width:20px;min-width:20px;min-height:0;height:16px;padding:0;border:1px solid rgba(163,230,53,.42);border-radius:5px;background:rgba(20,38,25,.96);color:#a3e635;font-size:7px;line-height:1;display:grid;place-items:center}.contextNumberArrowButton:focus-visible,.contextNumberArrowButton:hover,.contextNumberArrows button:focus-visible,.contextNumberArrows button:hover{border-color:rgba(163,230,53,.9);background:rgba(63,98,18,.45);box-shadow:0 0 0 1px rgba(163,230,53,.18)}.contextInlineFieldRow{display:grid;grid-template-columns:1fr 1fr;grid-gap:.45rem;gap:.45rem;margin-top:.4rem}.contextSliderField{display:flex;flex-direction:column;gap:.35rem;margin-top:.5rem}.contextSliderField>div{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.contextSliderField strong{color:#f8fafc;font-size:.78rem}.contextSliderField input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:18px;min-height:18px;padding:0!important;border:0;border-radius:999px;outline:none;background:transparent;cursor:pointer}.contextSliderField input[type=range]::-webkit-slider-runnable-track{height:6px;border:1px solid rgba(148,163,184,.24);border-radius:999px;background:linear-gradient(90deg,rgba(163,230,53,.38),rgba(56,189,248,.28)),rgba(2,6,23,.92);box-shadow:inset 0 1px 2px rgba(0,0,0,.5)}.contextSliderField input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;margin-top:-6px;border:2px solid #a3e635;border-radius:50%;background:#f8fafc;box-shadow:0 0 0 3px rgba(163,230,53,.13),0 3px 10px rgba(0,0,0,.45)}.contextSliderField input[type=range]::-moz-range-track{height:6px;border:1px solid rgba(148,163,184,.24);border-radius:999px;background:linear-gradient(90deg,rgba(163,230,53,.38),rgba(56,189,248,.28)),rgba(2,6,23,.92)}.contextSliderField input[type=range]::-moz-range-thumb{width:13px;height:13px;border:2px solid #a3e635;border-radius:50%;background:#f8fafc;box-shadow:0 0 0 3px rgba(163,230,53,.13),0 3px 10px rgba(0,0,0,.45)}.contextSliderField input[type=range]:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 4px rgba(163,230,53,.24),0 3px 10px rgba(0,0,0,.45)}.emojiToolWrap,.fontToolWrap{position:relative}.emojiPickerGrid,.textFontPicker{position:absolute;left:calc(100% + 10px);top:0;max-height:320px;overflow:auto;padding:8px;border-radius:12px;border:1px solid rgba(148,163,184,.28);background:rgba(2,6,23,.96);box-shadow:0 18px 60px rgba(0,0,0,.42);z-index:40}.emojiPickerGrid{width:244px;grid-template-columns:repeat(8,1fr)}.emojiPickerGrid,.textFontPicker{display:grid;grid-gap:4px;gap:4px}.textFontPicker{width:150px}.textFontPicker button{min-height:30px;padding:0 10px;border:1px solid rgba(148,163,184,.16);border-radius:8px;background:rgba(15,23,42,.86);color:#f8fafc;text-align:left;cursor:pointer}.textFontPicker button.active,.textFontPicker button:hover{border-color:rgba(163,230,53,.62);color:#d9f99d}.emojiPickerGrid button{width:25px;height:25px;min-width:25px;min-height:25px;padding:0;border:0;border-radius:7px;background:rgba(15,23,42,.9);color:#f8fafc;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;line-height:1;text-align:center}.emojiPickerGrid button:hover{background:rgba(132,204,22,.22)}.textToolSwatch{width:12px;height:12px;border-radius:999px}.textToolSwatchFill{background:currentColor}.textToolSwatchOutline{border:2px solid}.textToolEmojiIcon{width:15px;height:15px;border:1.8px solid;border-radius:999px;position:relative}.textToolEmojiIcon:after,.textToolEmojiIcon:before{content:"";position:absolute;top:4px;width:2px;height:2px;border-radius:999px;background:currentColor}.textToolEmojiIcon:before{left:4px}.textToolEmojiIcon:after{right:4px}.limedice-text-editor{resize:none;box-sizing:border-box;border:0;border-radius:0;outline:none;padding:2px 4px;background:transparent!important;box-shadow:none!important;caret-color:#a3e635;overflow:hidden;color:transparent!important;-webkit-text-fill-color:transparent;text-shadow:none!important}.limedice-text-editor::placeholder{color:rgba(226,232,240,.52);-webkit-text-fill-color:rgba(226,232,240,.52);text-shadow:none!important;-webkit-text-stroke:0 transparent}.aoeShapeList{gap:5px}.aoeShapeButton{min-height:40px;place-items:center;padding:0}.aoeShapeButton .drawGlyphIcon{width:19px;height:19px}.aoeSnapGroup{align-items:stretch;gap:3px}.aoeSnapToggle{position:relative;display:flex;align-items:center;justify-content:space-between;gap:5px;min-height:28px;color:#dbe5f2;font-size:9px;font-weight:800;cursor:pointer}.aoeSnapToggle input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.aoeSnapTrack{position:relative;width:30px;height:17px;flex:0 0 30px;border:1px solid rgba(148,163,184,.42);border-radius:999px;background:rgba(2,6,23,.88);transition:border-color .14s ease,background .14s ease}.aoeSnapTrack>span{position:absolute;top:2px;left:2px;width:11px;height:11px;border-radius:999px;background:#94a3b8;transition:transform .14s ease,background .14s ease,box-shadow .14s ease}.aoeSnapToggle input:checked+.aoeSnapTrack{border-color:rgba(163,230,53,.8);background:rgba(77,124,15,.34)}.aoeSnapToggle input:checked+.aoeSnapTrack>span{transform:translateX(13px);background:#a3e635;box-shadow:0 0 0 3px rgba(163,230,53,.12)}.aoeSnapToggle input:focus-visible+.aoeSnapTrack{box-shadow:0 0 0 2px rgba(163,230,53,.24)}.aoeSnapGroup small{color:#94a3b8;font-size:8px;font-weight:700;text-align:center}.aoeSnapOriginControl{display:flex;flex-direction:column;gap:4px;padding-top:4px;border-top:1px solid rgba(148,163,184,.15)}.aoeSnapOriginControl>span{color:#94a3b8;font-size:8px;font-weight:800;text-align:center;text-transform:uppercase;letter-spacing:.06em}.aoeSnapOriginControl>div{display:grid;grid-template-columns:1fr;grid-gap:4px;gap:4px}.aoeSnapOriginControl button{min-width:0;min-height:26px;padding:0 5px;border:1px solid rgba(148,163,184,.28);border-radius:7px;background:rgba(2,6,23,.82);color:#94a3b8;font-size:7.5px;font-weight:850;cursor:pointer}.aoeSnapOriginControl button.active,.aoeSnapOriginControl button:hover{border-color:rgba(163,230,53,.78);background:rgba(77,124,15,.24);color:#f8fafc;box-shadow:0 0 0 1px rgba(163,230,53,.16)}.initiativeTrackerPanel{width:320px;min-width:320px;max-width:320px;padding:10px;overflow:visible}.initiativeControls,.initiativeHeader,.initiativeTitle,.initiativeTokenButton{display:flex;align-items:center}.initiativeHeader{justify-content:space-between;gap:10px;padding:2px 2px 9px;border-bottom:1px solid rgba(148,163,184,.18)}.initiativeTitle{gap:9px;min-width:0}.initiativeTitle>div{display:flex;flex-direction:column;min-width:0}.initiativeTitle strong{color:#f8fafc;font-size:14px;line-height:1.1}.initiativeTitle small{margin-top:2px;color:#94a3b8;font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.initiativeSwordIcon{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(163,230,53,.35);border-radius:10px;background:rgba(163,230,53,.09);color:#f8fafc}.initiativeSwordIcon .icon{width:19px;height:19px}.initiativeCount{display:grid;place-items:center;min-width:28px;height:24px;padding:0 7px;border:1px solid rgba(148,163,184,.22);border-radius:999px;background:rgba(2,6,23,.72);color:#cbd5e1;font-size:11px;font-weight:850}.initiativeList{display:flex;flex-direction:column;gap:5px;max-height:min(440px,52vh);margin:8px 0;overflow-y:auto;padding-right:2px}.initiativeRow{display:grid;grid-template-columns:minmax(0,1fr) 54px 28px;align-items:center;grid-gap:6px;gap:6px;min-height:48px;padding:5px;border:1px solid rgba(148,163,184,.17);border-radius:11px;background:rgba(15,23,42,.72);transition:border-color .12s ease,background .12s ease,box-shadow .12s ease}.initiativeRow.active{border-color:rgba(163,230,53,.68);background:rgba(77,124,15,.18);box-shadow:inset 3px 0 0 #a3e635,0 0 0 1px rgba(163,230,53,.12)}.initiativeTokenButton{min-width:0;gap:7px;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.initiativePosition{width:18px;flex:0 0 18px;color:#64748b;font-size:10px;font-weight:850;text-align:center}.initiativeRow.active .initiativePosition{color:#bef264}.initiativePortrait{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;overflow:hidden;border:2px solid rgba(248,250,252,.76);border-radius:50%;color:#020617;font-size:13px;font-weight:950}.initiativePortrait img{width:100%;height:100%;object-fit:cover}.initiativeName{min-width:0;overflow:hidden;color:#e2e8f0;font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.initiativeValueInput{width:54px!important;min-width:54px;max-width:54px;height:34px;padding:0 5px!important;border:1px solid rgba(148,163,184,.24)!important;border-radius:9px!important;outline:none;background:rgba(2,6,23,.82)!important;color:#f8fafc!important;font-size:13px!important;font-weight:900!important;text-align:center;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.initiativeValueInput:focus{border-color:rgba(163,230,53,.8)!important;box-shadow:0 0 0 2px rgba(163,230,53,.14)}.initiativeValueInput:disabled{opacity:.5;cursor:not-allowed}.initiativeValueInput::-webkit-inner-spin-button,.initiativeValueInput::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.initiativeRemoveButton{display:grid;place-items:center;width:28px;min-width:28px;height:28px;padding:0;border:1px solid rgba(248,113,113,.2);border-radius:8px;background:rgba(127,29,29,.12);color:#fca5a5;font-size:17px;line-height:1;cursor:pointer}.initiativeRemoveButton:hover{border-color:rgba(248,113,113,.55);background:rgba(127,29,29,.28)}.initiativeEmpty{display:flex;flex-direction:column;align-items:center;gap:5px;padding:28px 16px;border:1px dashed rgba(148,163,184,.24);border-radius:12px;color:#94a3b8;text-align:center}.initiativeEmpty .icon{width:24px;height:24px;color:#cbd5e1}.initiativeEmpty strong{color:#e2e8f0;font-size:12px}.initiativeEmpty span{max-width:220px;font-size:10px;line-height:1.35}.initiativeControls{display:grid;grid-template-columns:38px minmax(0,1fr) 38px;grid-gap:6px;gap:6px;padding-top:8px;border-top:1px solid rgba(148,163,184,.18)}.initiativeControls>button{height:38px;padding:0;border:1px solid rgba(163,230,53,.36);border-radius:10px;background:rgba(77,124,15,.14);color:#d9f99d;font-size:25px;font-weight:700;line-height:1;cursor:pointer}.initiativeControls>button:hover:not(:disabled){border-color:rgba(163,230,53,.75);background:rgba(77,124,15,.28)}.initiativeControls>button:disabled{opacity:.35;cursor:not-allowed}.initiativeActiveLabel{display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;padding:4px 8px;border:1px solid rgba(148,163,184,.18);border-radius:10px;background:rgba(2,6,23,.58)}.initiativeActiveLabel span{color:#64748b;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.initiativeActiveLabel strong{max-width:100%;overflow:hidden;color:#f8fafc;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.initiativeEndCombat{width:100%;min-height:34px;margin-top:7px;border:1px solid rgba(248,113,113,.28);border-radius:9px;background:rgba(127,29,29,.16);color:#fecaca;font-size:11px;font-weight:850;cursor:pointer}.initiativeEndCombat:hover:not(:disabled){border-color:rgba(248,113,113,.62);background:rgba(127,29,29,.3)}.initiativeEndCombat:disabled{opacity:.35;cursor:not-allowed}.tokenGroupContextMenu{width:276px}.groupSelectionSummary{margin-bottom:4px}.tokenGroupContextMenu .stateButtonGroup{grid-template-columns:repeat(2,minmax(0,1fr))}.tokenGroupContextMenu .stateIconButton:disabled{opacity:.42;cursor:default}.initiativeConfirmBackdrop{position:fixed;inset:0;z-index:2200;display:grid;place-items:center;padding:20px;background:rgba(2,6,23,.72);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.initiativeConfirmDialog{display:grid;grid-template-columns:44px minmax(0,1fr);grid-gap:12px;gap:12px;width:min(390px,calc(100vw - 32px));padding:16px;border:1px solid rgba(248,113,113,.34);border-radius:16px;background:linear-gradient(180deg,rgba(15,23,42,.99),rgba(2,6,23,.99));box-shadow:0 26px 90px rgba(0,0,0,.58),inset 0 1px 0 rgba(255,255,255,.04)}.initiativeConfirmIcon{display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(248,113,113,.34);border-radius:13px;background:rgba(127,29,29,.18);color:#fecaca}.initiativeConfirmIcon .icon{width:22px;height:22px}.initiativeConfirmDialog h3{margin:1px 0 5px;color:#f8fafc;font-size:16px;line-height:1.2}.initiativeConfirmDialog p{margin:0;color:#94a3b8;font-size:12px;line-height:1.45}.initiativeConfirmActions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-top:4px}.initiativeConfirmActions button{min-height:38px;border-radius:10px;font-size:12px;font-weight:850;cursor:pointer}.initiativeConfirmCancel{border:1px solid rgba(148,163,184,.28);background:rgba(30,41,59,.72);color:#e2e8f0}.initiativeConfirmCancel:hover{border-color:rgba(203,213,225,.5);background:rgba(51,65,85,.82)}.initiativeConfirmDanger{margin:0;width:auto}.initiativeHeaderActions{display:flex;align-items:center;gap:6px}.initiativeCloseButton{display:grid;place-items:center;width:26px;min-width:26px;height:26px;padding:0;border:1px solid rgba(148,163,184,.22);border-radius:8px;background:rgba(15,23,42,.82);color:#cbd5e1;font-size:17px;line-height:1;cursor:pointer}.initiativeCloseButton:hover{border-color:rgba(203,213,225,.5);background:rgba(51,65,85,.82);color:#f8fafc}.initiativeRow.hiddenCombatant{opacity:.54;border-style:dashed;filter:saturate(.72)}.initiativeRow.hiddenCombatant.active{opacity:.72}.initiativeName{display:flex;align-items:center;gap:5px}.initiativeHiddenBadge{display:inline-grid;place-items:center;width:16px;height:16px;flex:0 0 16px;border:1px solid rgba(148,163,184,.28);border-radius:999px;background:rgba(2,6,23,.76);color:#94a3b8}.initiativeHiddenBadge .icon{width:10px;height:10px}.compactTokenContextMenu{width:292px;max-height:min(620px,calc(100vh - 24px));padding:.56rem;gap:.34rem}.compactTokenContextMenu .contextHeader{padding-bottom:.28rem}.compactTokenContextMenu .contextSectionTitle{margin:.32rem 0 .12rem;font-size:.58rem;line-height:1}.tokenCompactGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.36rem;gap:.36rem}.tokenCompactGrid label{display:grid;grid-gap:.2rem;gap:.2rem;min-width:0;margin:0}.tokenCompactGrid label>span{color:#94a3b8;font-size:.62rem;font-weight:750;line-height:1}.compactTokenContextMenu input,.compactTokenContextMenu select{width:100%;min-width:0;height:31px;min-height:31px;padding:0 .48rem;border-radius:8px;font-size:.76rem}.tokenIdentityGrid{grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr)}.tokenCoreGrid{grid-template-columns:repeat(auto-fit,minmax(52px,1fr))}.tokenCoreGrid label>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tokenCompactReadonly{display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-height:32px;padding:.4rem .52rem;border:1px solid rgba(148,163,184,.16);border-radius:9px;background:rgba(6,12,24,.66)}.tokenCompactReadonly strong{min-width:0;overflow:hidden;color:#e2e8f0;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.tokenCompactReadonly span{color:#94a3b8;font-size:.66rem;white-space:nowrap}.tokenInitiativeButton{width:100%;min-height:31px;margin-top:.3rem}.tokenQuickActions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.34rem;gap:.34rem}.compactTokenContextMenu .stateIconButton{min-height:31px;padding:.28rem .34rem;gap:.28rem;font-size:.66rem}.compactTokenContextMenu .stateIconButton .icon{width:14px;height:14px}.tokenVisionGrid{margin-top:.36rem}.tokenFooterActions{display:grid;grid-template-columns:1fr 1fr;grid-gap:.36rem;gap:.36rem;margin-top:.42rem;padding-top:.42rem;border-top:1px solid rgba(148,163,184,.14)}.tokenFooterActions .dangerButton{min-height:31px;margin:0;padding:.28rem .45rem;border-radius:8px;font-size:.68rem}.tokenGroupContextMenu{width:264px;padding:.58rem;gap:.34rem}.tokenGroupContextMenu .contextSectionTitle{margin:.34rem 0 .14rem;font-size:.58rem}.initiativeNameText{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layerAssignmentControl{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.45rem;gap:.45rem;align-items:end}.layerAssignmentControl>label{min-width:0}.layerAssignmentControl select{width:100%}.layerOrderButtons{display:grid;grid-template-columns:28px 34px 28px;grid-gap:3px;gap:3px;align-items:center}.layerOrderButtons button,.layerOrderButtons span{height:30px;display:grid;place-items:center;border-radius:7px;border:1px solid rgba(148,163,184,.22);background:rgba(2,6,23,.72);color:#e2e8f0;font-weight:850}.layerOrderButtons button{cursor:pointer;color:#bef264}.layerOrderButtons button:hover:not(:disabled){border-color:rgba(163,230,53,.72);background:rgba(30,41,59,.96)}.layersPanel .panelHeader{margin-bottom:.7rem}.layerFloorSummary{display:grid;grid-template-columns:auto 1fr;grid-gap:.18rem .5rem;gap:.18rem .5rem;padding:.65rem;margin-bottom:.65rem;border:1px solid rgba(148,163,184,.18);border-radius:10px;background:rgba(15,23,42,.72)}.layerFloorSummary>span{color:#94a3b8;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.layerFloorSummary>strong{color:#f8fafc;text-align:right}.layerFloorSummary>small{grid-column:1/-1;color:#64748b;line-height:1.35}.sceneLayerList{display:flex;flex-direction:column;gap:.45rem}.sceneLayerRow{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.35rem;gap:.35rem;padding:.42rem;border:1px solid rgba(148,163,184,.16);border-radius:10px;background:rgba(15,23,42,.68)}.sceneLayerRow.active{border-color:rgba(163,230,53,.62);box-shadow:inset 0 0 0 1px rgba(163,230,53,.12)}.sceneLayerMain{display:grid;grid-template-columns:28px minmax(0,1fr) 28px;grid-gap:.45rem;gap:.45rem;align-items:center;min-width:0;padding:.25rem;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.sceneLayerCount,.sceneLayerOrder{display:grid;place-items:center;min-width:26px;height:26px;border-radius:7px;background:rgba(2,6,23,.72);color:#94a3b8;font-size:.72rem;font-weight:850}.sceneLayerCount{color:#d9f99d}.sceneLayerIdentity{display:flex;flex-direction:column;min-width:0}.sceneLayerIdentity strong{color:#f8fafc}.sceneLayerIdentity small,.sceneLayerIdentity strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sceneLayerIdentity small{color:#64748b;font-size:.68rem}.sceneLayerActions{display:flex;gap:.25rem;align-items:center}.sceneLayerActions button{width:28px;height:28px;padding:5px;border:1px solid rgba(148,163,184,.2);border-radius:7px;background:rgba(2,6,23,.72);color:#cbd5e1}.sceneLayerActions button.active{border-color:rgba(248,113,113,.55);color:#fca5a5}.sceneLayerOpacity{grid-column:1/-1;display:grid;grid-template-columns:auto auto 1fr;grid-gap:.45rem;gap:.45rem;align-items:center;padding:0 .25rem .2rem}.sceneLayerOpacity span,.sceneLayerOpacity strong{font-size:.68rem}.sceneLayerOpacity span{color:#64748b}.sceneLayerOpacity strong{color:#cbd5e1}.sceneLayerOpacity input[type=range]{min-width:0;height:4px;padding:0}.sceneLayerBehavior{margin:0 .55rem .55rem;border:1px solid rgba(148,163,184,.16);border-radius:10px;background:rgba(2,6,23,.38)}.sceneLayerBehavior>summary{padding:.45rem .55rem;color:#cbd5e1;font-size:.72rem;font-weight:800;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sceneLayerBehaviorGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.45rem;gap:.45rem;padding:0 .55rem .5rem}.sceneLayerBehaviorGrid label{display:flex;min-width:0;flex-direction:column;gap:.24rem}.sceneLayerBehaviorGrid label>span{color:#94a3b8;font-size:.66rem;font-weight:750}.sceneLayerBehaviorGrid input[type=text],.sceneLayerBehaviorGrid select{min-width:0;width:100%;min-height:30px;font-size:.72rem}.sceneLayerBehaviorGrid .sceneLayerSectionsField{grid-column:1/-1}.sceneLayerBehaviorToggles{display:flex;flex-wrap:wrap;gap:.35rem .65rem;padding:0 .55rem .55rem}.sceneLayerBehaviorToggles label{display:inline-flex;align-items:center;gap:.3rem;color:#cbd5e1;font-size:.68rem;font-weight:700}.sceneLayerBehaviorToggles input[type=checkbox]{width:16px;height:16px}.sidebar.assetSidebar{width:min(860px,calc(100vw - 76px));padding:10px;overflow:hidden}.assetManagerPanel{position:relative;height:calc(100vh - 20px);min-height:520px;margin:0;padding:0;overflow:hidden;border-radius:18px;background:radial-gradient(circle at 12% 0,rgba(163,230,53,.07),transparent 30%),linear-gradient(180deg,rgba(15,23,42,.98),rgba(7,13,25,.99));box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}.assetManagerHeader{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:86px;padding:14px 16px;border-bottom:1px solid rgba(148,163,184,.14);background:linear-gradient(90deg,rgba(15,23,42,.92),rgba(9,19,31,.88))}.assetManagerHeader>div:first-child{min-width:0}.assetManagerEyebrow{display:block;margin-bottom:2px;color:#84cc16;font-size:.62rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.assetManagerHeader h2{margin:0;color:#f8fafc;font-size:1.06rem;letter-spacing:-.01em;text-transform:none}.assetManagerHeader p{max-width:480px;margin-top:3px;color:rgba(203,213,225,.68);font-size:.72rem;line-height:1.35}.assetManagerHeaderActions{display:flex;flex:0 0 auto;gap:8px}.assetManagerHeaderActions button,.assetPrimaryButton,.assetSecondaryButton{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;width:auto;border-radius:10px;padding:.46rem .7rem;font-size:.68rem;font-weight:850;letter-spacing:.03em}.assetManagerHeaderActions svg,.assetPrimaryButton svg,.assetSecondaryButton svg{width:15px;height:15px}.assetPrimaryButton{border-color:rgba(163,230,53,.52)!important;background:linear-gradient(135deg,rgba(190,242,100,.96),rgba(34,211,238,.88))!important;color:#052e16!important}.assetSecondaryButton{border-color:rgba(148,163,184,.2)!important;background:rgba(15,23,42,.74)!important;color:#d9f99d!important}.assetManagerTabs{display:flex;align-items:center;gap:4px;height:42px;padding:5px 12px;border-bottom:1px solid rgba(148,163,184,.12);background:rgba(2,6,23,.34)}.assetManagerTabs button{display:inline-flex;align-items:center;gap:6px;width:auto;min-height:31px;border:0;border-radius:9px;background:transparent;color:rgba(203,213,225,.66);padding:.4rem .65rem;font-size:.72rem;font-weight:800}.assetManagerTabs button.active{background:rgba(163,230,53,.12);color:#d9f99d}.assetManagerTabs button span{display:inline-grid;place-items:center;min-width:20px;height:18px;border-radius:999px;background:rgba(148,163,184,.12);font-size:.62rem}.assetManagerTabs svg{width:15px;height:15px}.assetManagerWorkspace{display:grid;grid-template-columns:172px minmax(280px,1fr) 220px;height:calc(100% - 128px);min-height:0}.assetInspector,.assetManagerContent,.assetManagerNavigation{min-width:0;min-height:0}.assetManagerNavigation{overflow-y:auto;border-right:1px solid rgba(148,163,184,.12);padding:10px 8px 16px;background:rgba(2,6,23,.26)}.assetManagerField{display:grid;grid-gap:5px;gap:5px;min-width:0}.assetManagerField>span,.assetTagEditor>span{color:rgba(148,163,184,.84);font-size:.61rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.assetManagerField input,.assetManagerField select,.assetManagerField textarea,.assetSearchBox input,.assetTagInput input{width:100%;min-width:0;border:1px solid rgba(148,163,184,.18);border-radius:9px;background:rgba(15,23,42,.7);color:#e2e8f0;padding:.48rem .55rem;font-size:.7rem}.assetManagerField textarea{min-height:70px;resize:vertical}.assetManagerField.compact select{min-height:30px}.assetNavSection{display:grid;grid-gap:2px;gap:2px;margin-top:13px}.assetNavTitle{display:flex;align-items:center;justify-content:space-between;min-height:24px;padding:0 5px;color:rgba(148,163,184,.7);font-size:.6rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.assetNavTitle>div{display:flex;gap:3px}.assetNavTitle button{display:grid;place-items:center;width:21px;height:21px;min-height:0;border-radius:7px;padding:0;font-size:.76rem}.assetFolderRow>button,.assetNavButton{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;grid-gap:5px;gap:5px;width:100%;min-height:30px;border:1px solid transparent;border-radius:8px;background:transparent;color:rgba(203,213,225,.68);padding:.32rem .38rem;text-align:left}.assetFolderRow.active>button,.assetNavButton.active,.assetNavButton:hover{border-color:rgba(163,230,53,.16);background:rgba(163,230,53,.09);color:#d9f99d}.assetFolderRow>button>span,.assetNavButton>span{display:grid;place-items:center;width:18px;color:#94a3b8;font-size:.72rem}.assetFolderRow strong,.assetNavButton strong{min-width:0;overflow:hidden;font-size:.67rem;font-weight:740;text-overflow:ellipsis;white-space:nowrap}.assetFolderRow small,.assetNavButton small{color:rgba(148,163,184,.58);font-size:.58rem}.assetFolderRow{min-width:0}.assetFolderRow input{width:100%;min-height:28px;border:1px solid rgba(163,230,53,.4);border-radius:7px;background:rgba(15,23,42,.88);color:#ecfccb;padding:.35rem .45rem;font-size:.66rem}.assetTypeNavigation{padding-bottom:18px}.assetManagerContent{display:grid;grid-template-rows:auto auto auto minmax(0,1fr);overflow:hidden;padding:10px}.assetContentToolbar{display:grid;grid-template-columns:minmax(140px,1fr) 128px auto;grid-gap:7px;gap:7px;align-items:center}.assetSearchBox{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;min-width:0;border:1px solid rgba(148,163,184,.18);border-radius:10px;background:rgba(15,23,42,.62);padding-left:6px;color:#64748b}.assetSearchBox input{border:0;background:transparent;padding-inline:2px;outline:none}.assetSearchBox button{width:26px;height:26px;min-height:0;border:0;background:transparent;padding:0;color:#94a3b8}.assetSortSelect{min-height:34px;min-width:0;border-radius:9px;border:1px solid rgba(148,163,184,.18);background:rgba(15,23,42,.66);color:#cbd5e1;padding:0 .45rem;font-size:.65rem}.assetLayoutSwitch{display:flex;gap:3px;border:1px solid rgba(148,163,184,.16);border-radius:9px;background:rgba(15,23,42,.58);padding:3px}.assetLayoutSwitch button{display:grid;place-items:center;width:28px;height:26px;min-height:0;border:0;border-radius:6px;background:transparent;color:#64748b;padding:0}.assetLayoutSwitch button.active{background:rgba(163,230,53,.13);color:#bef264}.assetContentHeading{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:45px}.assetContentHeading>div{min-width:0}.assetContentHeading span,.assetContentHeading strong{display:block}.assetContentHeading strong{overflow:hidden;color:#e2e8f0;font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.assetContentHeading span{margin-top:2px;color:#64748b;font-size:.62rem}.assetContentHeading .assetSelectionBadge{display:inline-flex;margin:0;border-radius:999px;background:rgba(163,230,53,.12);color:#bef264;padding:.28rem .48rem;font-weight:800}.assetDropBanner{display:flex;align-items:center;gap:9px;min-height:42px;margin-bottom:8px;border:1px dashed rgba(163,230,53,.24);border-radius:10px;background:rgba(20,83,45,.09);padding:6px 9px}.assetDropBanner>span{color:#84cc16;font-size:1.05rem}.assetDropBanner small,.assetDropBanner strong{display:block}.assetDropBanner strong{color:#d9f99d;font-size:.65rem}.assetDropBanner small{margin-top:1px;color:rgba(148,163,184,.72);font-size:.58rem}.assetBrowserItems{min-height:0;overflow-y:auto;align-content:start;padding:1px 3px 18px 1px}.assetBrowserItems.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(128px,1fr));grid-gap:8px;gap:8px}.assetBrowserItems.list{display:flex;flex-direction:column;gap:6px}.assetBrowserCard{min-width:0;overflow:hidden;border:1px solid rgba(148,163,184,.16);border-radius:11px;background:rgba(15,23,42,.54);cursor:default;transition:border-color .1s ease,background .1s ease,transform .1s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.assetBrowserCard[draggable=true]{cursor:-webkit-grab;cursor:grab}.assetBrowserCard[draggable=true]:active{cursor:-webkit-grabbing;cursor:grabbing}.assetBrowserCard:hover{border-color:rgba(148,163,184,.3);background:rgba(15,23,42,.76)}.assetBrowserCard.selected{border-color:rgba(163,230,53,.62);background:rgba(54,83,20,.19);box-shadow:0 0 0 1px rgba(163,230,53,.11)}.assetBrowserCard.archived{opacity:.58}.assetBrowserPreview{position:relative;aspect-ratio:16/10;overflow:hidden;border-bottom:1px solid rgba(148,163,184,.12);background:linear-gradient(45deg,rgba(148,163,184,.06) 25%,transparent 0) 0 0 /12px 12px,linear-gradient(-45deg,rgba(148,163,184,.06) 25%,transparent 0) 0 6px /12px 12px,#020617}.assetBrowserPreview img{width:100%;height:100%;object-fit:cover}.assetMediaGlyph{display:grid;place-items:center;width:100%;height:100%;color:rgba(190,242,100,.82);font-size:1.45rem;font-weight:900}.assetMediaGlyph svg{width:30px;height:30px}.assetReadonlyBadge,.assetTypeBadge{position:absolute;left:6px;bottom:6px;max-width:calc(100% - 42px);overflow:hidden;border:1px solid rgba(148,163,184,.22);border-radius:6px;background:rgba(2,6,23,.78);color:#cbd5e1;padding:.18rem .32rem;font-size:.52rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.assetReadonlyBadge{top:6px;bottom:auto;color:#fde68a}.assetFavoriteButton{position:absolute;top:5px;right:5px;display:grid;place-items:center;width:27px;height:27px;min-height:0;border:1px solid rgba(148,163,184,.2);border-radius:8px;background:rgba(2,6,23,.72);color:rgba(148,163,184,.64);padding:0;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.assetFavoriteButton.active{border-color:rgba(250,204,21,.42);color:#fde047}.assetBrowserCardBody{min-width:0;padding:7px 8px 8px}.assetBrowserCardBody small,.assetBrowserCardBody span,.assetBrowserCardBody strong{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.assetBrowserCardBody strong{color:#e2e8f0;font-size:.68rem}.assetBrowserCardBody span{margin-top:3px;color:#94a3b8;font-size:.58rem}.assetBrowserCardBody small{margin-top:2px;color:#64748b;font-size:.54rem}.assetBrowserItems.list .assetBrowserCard{display:grid;grid-template-columns:78px minmax(0,1fr);min-height:65px}.assetBrowserItems.list .assetBrowserPreview{height:100%;aspect-ratio:auto;border-right:1px solid rgba(148,163,184,.12);border-bottom:0}.assetBrowserItems.list .assetBrowserCardBody{align-self:center}.sceneTemplateCard .assetBrowserCardBody span{white-space:normal;line-height:1.3}.sceneLoadButton{width:100%;min-height:28px;margin-top:7px;border-radius:8px;border-color:rgba(163,230,53,.26);background:rgba(163,230,53,.09);color:#d9f99d;padding:.34rem;font-size:.6rem;font-weight:850}.assetEmptyState{grid-column:1/-1;display:grid;place-items:center;align-content:center;min-height:210px;border:1px dashed rgba(148,163,184,.18);border-radius:12px;color:#64748b;padding:22px;text-align:center}.assetEmptyState>span{color:rgba(163,230,53,.56);font-size:1.65rem}.assetEmptyState svg{width:30px;height:30px}.assetEmptyState strong{margin-top:8px;color:#cbd5e1;font-size:.75rem}.assetEmptyState p{max-width:260px;margin-top:4px;color:#64748b;font-size:.65rem;line-height:1.4}.assetEmptyState button{width:auto;margin-top:12px;border-radius:9px;padding:.45rem .7rem;font-size:.64rem}.assetInspector{overflow-y:auto;border-left:1px solid rgba(148,163,184,.12);background:rgba(2,6,23,.3)}.assetInspectorHeader{position:-webkit-sticky;position:sticky;z-index:2;top:0;display:flex;align-items:center;justify-content:space-between;min-height:39px;border-bottom:1px solid rgba(148,163,184,.12);background:rgba(9,15,28,.94);padding:0 10px;color:#94a3b8;font-size:.62rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.assetInspectorHeader small{color:#bef264;font-size:.56rem}.assetInspectorBody{display:grid;grid-gap:10px;gap:10px;padding:10px}.assetInspectorPreview{display:grid;place-items:center;aspect-ratio:16/10;overflow:hidden;border:1px solid rgba(148,163,184,.18);border-radius:11px;background:#020617;color:#bef264;font-size:1.6rem}.assetInspectorPreview img{width:100%;height:100%;object-fit:contain}.assetInspectorPreview svg{width:34px;height:34px}.assetInspectorToggles{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px}.assetInspectorToggles label{display:flex;align-items:center;gap:6px;min-width:0;border:1px solid rgba(148,163,184,.14);border-radius:8px;background:rgba(15,23,42,.52);color:#cbd5e1;padding:.38rem .42rem;font-size:.61rem}.assetInspectorToggles input{width:16px!important;height:16px!important;min-width:16px!important}.assetTagEditor{display:grid;grid-gap:6px;gap:6px}.assetTagChips{display:flex;flex-wrap:wrap;gap:4px}.assetTagChips button{width:auto;min-height:24px;border-radius:999px;border-color:rgba(148,163,184,.17);background:rgba(15,23,42,.55);color:#94a3b8;padding:.25rem .42rem;font-size:.55rem}.assetTagChips button.active{border-color:rgba(163,230,53,.34);background:rgba(163,230,53,.12);color:#d9f99d}.assetTagInput{display:grid;grid-template-columns:minmax(0,1fr) 30px;grid-gap:4px;gap:4px}.assetTagInput button{display:grid;place-items:center;min-height:30px;border-radius:8px;padding:0}.assetMetadataList{display:grid;grid-gap:0;gap:0;margin:0;border:1px solid rgba(148,163,184,.13);border-radius:9px;background:rgba(15,23,42,.35);overflow:hidden}.assetMetadataList>div{display:grid;grid-template-columns:64px minmax(0,1fr);grid-gap:6px;gap:6px;padding:.38rem .45rem;border-bottom:1px solid rgba(148,163,184,.09)}.assetMetadataList>div:last-child{border-bottom:0}.assetMetadataList dd,.assetMetadataList dt{min-width:0;margin:0;overflow:hidden;font-size:.56rem;text-overflow:ellipsis;white-space:nowrap}.assetMetadataList dt{color:#64748b}.assetMetadataList dd{color:#cbd5e1;text-align:right}.assetInspectorActions{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px}.assetInspectorActions.stacked{grid-template-columns:1fr}.assetInspectorActions button{min-height:32px;border-radius:9px;padding:.4rem .5rem;font-size:.61rem;font-weight:800}.assetInspectorActions svg{width:14px;height:14px}.bulkInspector{justify-items:stretch}.bulkSelectionIcon{display:grid;place-items:center;width:64px;height:64px;margin:10px auto 0;border:1px solid rgba(163,230,53,.34);border-radius:18px;background:rgba(163,230,53,.1);color:#bef264;font-size:1.2rem;font-weight:950}.bulkInspector>p,.bulkInspector>strong{text-align:center}.bulkInspector>strong{color:#e2e8f0;font-size:.76rem}.bulkInspector>p{color:#64748b;font-size:.62rem;line-height:1.4}.assetInspectorEmpty{display:grid;place-items:center;align-content:center;min-height:280px;padding:20px;text-align:center}.assetInspectorEmpty>span{color:rgba(163,230,53,.5);font-size:1.6rem}.assetInspectorEmpty strong{margin-top:8px;color:#cbd5e1;font-size:.73rem}.assetInspectorEmpty p{margin-top:4px;color:#64748b;font-size:.62rem;line-height:1.4}.assetDropOverlay{position:absolute;z-index:20;inset:8px;display:grid;place-items:center;align-content:center;border:2px dashed rgba(163,230,53,.62);border-radius:15px;background:rgba(4,18,13,.92);color:#d9f99d;pointer-events:none;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.assetDropOverlay span{font-size:2.3rem}.assetDropOverlay strong{margin-top:9px;font-size:.84rem}.assetImportBackdrop{position:fixed;z-index:2147483000;inset:0;display:grid;place-items:center;background:rgba(2,6,23,.74);padding:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.assetImportDialog{width:min(620px,calc(100vw - 32px));max-height:min(720px,calc(100vh - 32px));overflow:auto;border:1px solid rgba(163,230,53,.3);border-radius:18px;background:radial-gradient(circle at 8% 0,rgba(163,230,53,.1),transparent 32%),linear-gradient(180deg,rgba(15,23,42,.99),rgba(5,11,23,.99));box-shadow:0 28px 100px rgba(0,0,0,.56);padding:16px}.assetImportDialogHeader{display:grid;grid-template-columns:42px minmax(0,1fr) 30px;grid-gap:11px;gap:11px;align-items:center}.assetImportDialogIcon{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(163,230,53,.3);border-radius:12px;background:rgba(163,230,53,.09);color:#bef264;font-size:1.2rem}.assetImportDialogHeader h3{margin:0;color:#f8fafc;font-size:.9rem}.assetImportDialogHeader p{margin-top:3px;color:#94a3b8;font-size:.68rem;line-height:1.35}.assetImportDialogHeader>button{width:30px;height:30px;min-height:0;border-radius:9px;padding:0}.assetImportTypeGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:7px;gap:7px;margin-top:16px}.assetImportTypeGrid button{display:grid;justify-items:start;min-width:0;min-height:72px;border-radius:11px;border-color:rgba(148,163,184,.17);background:rgba(15,23,42,.55);color:#94a3b8;padding:.55rem;text-align:left}.assetImportTypeGrid button.active{border-color:rgba(163,230,53,.52);background:rgba(163,230,53,.11);color:#d9f99d}.assetImportTypeGrid button span{color:#bef264;font-size:1rem}.assetImportTypeGrid button small,.assetImportTypeGrid button strong{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.assetImportTypeGrid button strong{margin-top:5px;font-size:.66rem}.assetImportTypeGrid button small{color:#64748b;font-size:.53rem}.assetImportDialogActions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px;padding-top:12px;border-top:1px solid rgba(148,163,184,.12)}.assetImportDialogActions button{width:auto;min-height:35px;border-radius:10px;padding:.45rem .75rem;font-size:.68rem}@media (max-width:980px){.sidebar.assetSidebar{width:calc(100vw - 64px)}.assetManagerWorkspace{grid-template-columns:150px minmax(250px,1fr)}.assetInspector{position:absolute;z-index:8;top:128px;right:0;bottom:0;width:220px;border-left:1px solid rgba(148,163,184,.18);box-shadow:-20px 0 50px rgba(0,0,0,.28)}.assetManagerContent{padding-right:230px}}@media (max-width:720px){.assetManagerHeader{align-items:flex-start}.assetManagerHeaderActions{display:grid}.assetManagerWorkspace{grid-template-columns:132px minmax(230px,1fr)}.assetInspector{display:none}.assetManagerContent{padding-right:10px}.assetContentToolbar{grid-template-columns:minmax(120px,1fr) auto}.assetSortSelect{display:none}.assetImportTypeGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.assetDeleteDialog{width:min(560px,calc(100vw - 32px));border:1px solid rgba(148,163,184,.25);border-radius:18px;background:linear-gradient(180deg,rgba(20,27,38,.99),rgba(12,17,25,.99));box-shadow:0 28px 90px rgba(0,0,0,.55);color:#f8fafc;overflow:hidden}.assetDeleteHeader{display:grid;grid-template-columns:42px 1fr 30px;grid-gap:12px;gap:12px;align-items:start;padding:18px 18px 14px;border-bottom:1px solid rgba(148,163,184,.14)}.assetDeleteHeader h3,.assetDeleteHeader p{margin:0}.assetDeleteHeader h3{font-size:17px;line-height:1.25}.assetDeleteHeader p{margin-top:5px;color:#94a3b8;font-size:12px;line-height:1.45}.assetDeleteHeader>button{width:28px;height:28px;border:0;border-radius:8px;background:rgba(148,163,184,.08);color:#cbd5e1;font-size:18px}.assetDeleteIcon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;color:#fca5a5;background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.2)}.assetDeleteSelection{display:flex;flex-wrap:wrap;gap:6px;padding:14px 18px 4px}.assetDeleteSelection small,.assetDeleteSelection span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:5px 8px;border-radius:8px;background:rgba(148,163,184,.08);color:#cbd5e1;font-size:11px}.assetDeleteUsage{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px;padding:12px 18px}.assetDeleteUsage>div{min-width:0;padding:10px 8px;border-radius:10px;background:rgba(15,23,42,.68);border:1px solid rgba(148,163,184,.12);text-align:center}.assetDeleteUsage strong{display:block;font-size:16px}.assetDeleteUsage span{display:block;margin-top:2px;color:#94a3b8;font-size:10px}.assetDeleteInfo,.assetDeleteWarning{margin:0 18px 14px;padding:10px 12px;border-radius:10px;font-size:11px;line-height:1.5}.assetDeleteWarning{color:#fecaca;background:rgba(127,29,29,.22);border:1px solid rgba(248,113,113,.22)}.assetDeleteInfo{color:#bae6fd;background:rgba(3,105,161,.15);border:1px solid rgba(56,189,248,.18)}.assetDeleteActions{display:flex;justify-content:flex-end;gap:8px;padding:14px 18px 18px}.assetDeleteActions button{min-height:34px;padding:0 13px;border-radius:9px}@media (max-width:620px){.assetDeleteUsage{grid-template-columns:repeat(2,minmax(0,1fr))}.assetDeleteActions{flex-wrap:wrap}}.assetBrowserCard.missingMedia{border-color:rgba(248,113,113,.55);box-shadow:inset 0 0 0 1px rgba(248,113,113,.12)}.assetMissingBadge{position:absolute;left:6px;bottom:6px;z-index:2;border:1px solid rgba(248,113,113,.45);border-radius:999px;background:rgba(69,10,10,.88);color:#fecaca;padding:.18rem .34rem;font-size:.48rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.repositoryStatus{display:inline-flex;align-items:center;gap:8px;max-width:min(680px,72vw);margin-top:8px;padding:6px 10px;border:1px solid rgba(154,230,0,.2);border-radius:999px;background:rgba(8,16,17,.62);color:rgba(229,244,239,.78);font-size:11px}.repositoryStatus>span{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:#9ae600;box-shadow:0 0 8px rgba(154,230,0,.65)}.repositoryStatus strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:650}.repositoryStatus.warning{border-color:rgba(255,190,72,.28)}.repositoryStatus.warning>span{background:#ffbe48;box-shadow:0 0 8px rgba(255,190,72,.55)}.repositoryStatus.error{border-color:rgba(255,92,92,.28)}.repositoryStatus.error>span{background:#ff5c5c;box-shadow:0 0 8px rgba(255,92,92,.55)}.repositoryMissingNotice{display:grid;grid-gap:6px;gap:6px;border:1px solid rgba(248,113,113,.34);border-radius:10px;background:rgba(69,10,10,.32);padding:9px}.repositoryMissingNotice strong{color:#fecaca;font-size:.68rem}.repositoryMissingNotice span{color:#fca5a5;font-size:.56rem;line-height:1.45}.repositoryMissingNotice button{width:auto;justify-self:start;min-height:28px;border-color:rgba(248,113,113,.34);background:rgba(127,29,29,.38);color:#fee2e2;padding:.32rem .55rem;font-size:.58rem}.repositoryVersionPanel{display:grid;grid-gap:7px;gap:7px;border:1px solid rgba(148,163,184,.13);border-radius:9px;background:rgba(15,23,42,.35);padding:8px}.repositoryVersionHeader,.repositoryVersionRow{display:flex;align-items:center;justify-content:space-between;gap:8px}.repositoryVersionHeader strong{color:#cbd5e1;font-size:.62rem}.repositoryVersionHeader>span{color:#bef264;font-size:.58rem;font-weight:900}.repositoryVersionPanel>small{color:#64748b;font-size:.55rem}.repositoryVersionList{display:grid;grid-gap:4px;gap:4px}.repositoryVersionRow{min-height:34px;border-top:1px solid rgba(148,163,184,.09);padding-top:4px}.repositoryVersionRow>span{display:grid;min-width:0}.repositoryVersionRow strong{color:#e2e8f0;font-size:.58rem}.repositoryVersionRow small{overflow:hidden;color:#64748b;font-size:.5rem;text-overflow:ellipsis;white-space:nowrap}.repositoryVersionRow em{color:#bef264;font-size:.5rem;font-style:normal;font-weight:900;text-transform:uppercase}.repositoryVersionRow button{width:auto;min-height:24px;border-radius:7px;padding:.2rem .4rem;font-size:.52rem}.assetDeleteSceneReferences{display:flex;flex-wrap:wrap;gap:5px;border:1px solid rgba(250,204,21,.2);border-radius:10px;background:rgba(113,63,18,.14);padding:9px}.assetDeleteSceneReferences strong{flex-basis:100%;color:#fde68a;font-size:.62rem}.assetDeleteSceneReferences small,.assetDeleteSceneReferences span{border-radius:999px;background:rgba(113,63,18,.35);color:#fef3c7;padding:.2rem .4rem;font-size:.53rem}.repositoryScanButton{width:auto;min-height:26px;border-radius:8px;border-color:rgba(163,230,53,.28);background:rgba(163,230,53,.09);color:#d9f99d;padding:.28rem .5rem;font-size:.55rem;font-weight:850}.repositoryMissingList{display:grid;align-content:start;grid-gap:10px;gap:10px;min-height:0;overflow:auto;padding:12px}.repositoryMissingCard{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;grid-gap:11px;gap:11px;border:1px solid rgba(248,113,113,.27);border-radius:12px;background:linear-gradient(145deg,rgba(69,10,10,.22),rgba(15,23,42,.52));padding:11px 12px}.repositoryMissingCardIcon{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(248,113,113,.34);border-radius:11px;background:rgba(127,29,29,.28);color:#fca5a5;font-size:1rem;font-weight:900}.repositoryMissingCardBody{display:grid;grid-gap:3px;gap:3px;min-width:0}.repositoryMissingCardBody strong{overflow:hidden;color:#fee2e2;font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.repositoryMissingCardBody code{overflow-wrap:anywhere;color:#fca5a5;font-family:Courier New,monospace;font-size:.53rem}.repositoryMissingCardBody span{color:#cbd5e1;font-size:.57rem;line-height:1.35}.repositoryMissingCardBody small{color:#64748b;font-size:.5rem}.repositoryMissingCardActions{display:flex;flex-direction:column;align-items:stretch;gap:6px}.repositoryMissingCardActions button{width:auto;min-width:88px;min-height:27px;border:1px solid rgba(148,163,184,.2);border-radius:8px;background:rgba(30,41,59,.66);color:#cbd5e1;padding:.28rem .52rem;font-size:.54rem;font-weight:850;white-space:nowrap}.repositoryMissingCardActions button:hover{border-color:rgba(190,242,100,.38);color:#ecfccb}.repositoryMissingCardActions button.primary{border-color:rgba(163,230,53,.38);background:rgba(77,124,15,.25);color:#d9f99d}@media (max-width:720px){.repositoryMissingCard{grid-template-columns:34px minmax(0,1fr)}.repositoryMissingCardIcon{width:34px;height:34px}.repositoryMissingCardActions{grid-column:1/-1;flex-direction:row}}.portalLoading{min-height:100vh;display:grid;place-items:center;color:var(--muted)}.portalPage{min-height:100vh;padding:32px;background:radial-gradient(circle at 15% 0,rgba(163,230,53,.11),transparent 32%),#0b1020}.authPortalPage{display:grid;grid-template-columns:minmax(280px,1fr) minmax(320px,440px);align-items:center;grid-gap:60px;gap:60px;max-width:1180px;margin:0 auto}.portalAnonymousShared{grid-column:1/-1;width:100%;margin-top:0}.portalHero{max-width:660px}.portalHero p,.portalProfileHeader p,.portalSectionHeader p{margin:0 0 8px;color:var(--lime);font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.portalHero h1{margin:18px 0;max-width:760px;font-size:clamp(42px,6vw,78px);line-height:.98;letter-spacing:-.055em}.portalHero span,.portalSectionHeader span{color:var(--muted);line-height:1.6}.portalLogo{display:grid;place-items:center;width:68px;height:68px;border-radius:22px;background:linear-gradient(135deg,#84cc16,#d9f99d);color:#162504;font-size:25px;font-weight:950;box-shadow:0 24px 70px rgba(132,204,22,.22)}.portalLogo.compact{width:48px;height:48px;border-radius:15px;font-size:18px}.portalAuthCard,.portalModal{display:grid;grid-gap:18px;gap:18px;padding:28px;border:1px solid rgba(148,163,184,.2);border-radius:24px;background:rgba(15,23,42,.92);box-shadow:0 32px 90px rgba(0,0,0,.38)}.portalAuthCard header h2,.portalModal h2{margin:0 0 6px}.portalAuthCard header p,.portalModal p{margin:0;color:var(--muted);line-height:1.45}.portalAuthCard label,.portalModal label{display:grid;grid-gap:7px;gap:7px}.portalAuthCard label span,.portalModal label span{color:#cbd5e1;font-size:13px;font-weight:800}.portalAuthCard input,.portalModal input,.portalModal textarea{width:100%;border:1px solid var(--border);border-radius:12px;background:#090e1b;color:var(--text);padding:12px 13px}.portalModal textarea{min-height:96px;resize:vertical}.portalLinkButton{border:0;background:transparent;color:var(--lime);padding:4px}.portalAuthCard small{color:var(--muted)}.profilePortalPage{max-width:1440px;margin:0 auto}.portalProfileHeader{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:18px 20px;border:1px solid rgba(148,163,184,.17);border-radius:22px;background:rgba(15,23,42,.78)}.portalProfileHeader>div{display:flex;align-items:center;gap:14px}.portalProfileHeader span,.portalProfileHeader strong{display:block}.portalProfileHeader span{margin-top:2px;color:var(--muted);font-size:13px}.portalDanger,.portalSecondary{background:transparent;border-color:rgba(148,163,184,.25)}.portalDanger{color:#fda4af;border-color:rgba(251,113,133,.28)}.portalSection{margin-top:34px}.portalSectionHeader{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:18px}.portalSectionHeader h1,.portalSectionHeader h2{margin:0 0 7px;font-size:32px}.portalSectionHeader>div{max-width:780px}.portalRoomLimit{display:flex;justify-content:space-between;margin-bottom:14px;color:var(--muted);font-size:13px}.portalRoomLimit strong{color:#cbd5e1}.portalCardGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));grid-gap:18px;gap:18px}.portalCardGrid.compactGrid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr))}.portalRoomCard{--room-accent:#84cc16;position:relative;min-height:310px;overflow:hidden;display:flex;flex-direction:column;justify-content:end;border:1px solid color-mix(in srgb,var(--room-accent) 45%,#334155);border-radius:24px;background:#111827;box-shadow:0 25px 70px rgba(0,0,0,.23)}.portalRoomBackdrop{position:absolute;inset:0;background:radial-gradient(circle at 20% 10%,color-mix(in srgb,var(--room-accent) 28%,transparent),transparent 45%),linear-gradient(150deg,#172033,#090d17);background-position:50%;background-size:cover;opacity:.62}.portalRoomBackdrop:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 12%,rgba(8,12,21,.97) 83%)}.portalRoomActions,.portalRoomContent{position:relative;z-index:1}.portalRoomContent{padding:24px 24px 12px}.portalRoomContent>span{color:var(--room-accent);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.portalRoomContent h2{margin:8px 0;font-size:29px}.portalRoomContent p{min-height:42px;color:#cbd5e1}.portalRoomContent small{color:var(--muted)}.portalRoomActions{display:flex;flex-wrap:wrap;gap:8px;padding:12px 24px 24px}.portalRoomActions button{flex:1 1 auto;padding:9px 12px;font-size:12px}.portalEmptyCard,.portalSharedCard{display:flex;justify-content:space-between;gap:18px;padding:20px;border:1px solid rgba(148,163,184,.18);border-radius:19px;background:rgba(15,23,42,.72)}.portalSharedCard h3{margin:5px 0}.portalEmptyCard span,.portalSharedCard small,.portalSharedCard span{display:block;color:var(--muted)}.portalSharedCard>div:last-child{display:flex;flex-direction:column;gap:7px}.portalEmptyCard{min-height:150px;flex-direction:column;justify-content:center;align-items:center;text-align:center;border-style:dashed}.portalModalBackdrop{position:fixed;z-index:500;inset:0;display:grid;place-items:center;padding:24px;background:rgba(2,6,23,.78);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.portalModal{width:min(500px,100%)}.portalModal header{display:flex;justify-content:space-between;align-items:center}.portalModalClose{width:36px;height:36px;padding:0;border-radius:50%}.portalStatus{position:-webkit-sticky;position:sticky;bottom:12px;width:-moz-fit-content;width:fit-content;margin:30px auto 0;padding:9px 14px;border:1px solid rgba(148,163,184,.2);border-radius:999px;background:rgba(8,13,24,.88);color:var(--muted);font-size:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width:780px){.portalPage{padding:18px}.authPortalPage{grid-template-columns:1fr;gap:28px}.portalProfileHeader,.portalSectionHeader{align-items:stretch;flex-direction:column}.portalProfileHeader>div:last-child{flex-wrap:wrap}.portalSharedCard{flex-direction:column}.portalSharedCard>div:last-child{flex-direction:row;flex-wrap:wrap}}.inviteLobbyOverlay{--invite-accent:#84cc16;display:grid;place-items:center;padding:32px}.inviteLobbyCard{position:relative;width:min(560px,calc(100vw - 40px));min-height:520px;overflow:hidden;border:1px solid color-mix(in srgb,var(--invite-accent) 45%,#273244);border-radius:24px;background:#0c1119;box-shadow:0 30px 90px rgba(0,0,0,.5)}.inviteLobbyBackdrop{position:absolute;inset:0;background-position:50%;background-size:cover;opacity:.24;filter:saturate(.8)}.inviteLobbyBackdrop:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,11,17,.28),#0c1119 65%)}.inviteLobbyContent{position:relative;z-index:1;display:flex;min-height:520px;flex-direction:column;align-items:center;padding:30px 38px 34px;text-align:center}.inviteLobbyHome{align-self:flex-start;border:0;background:transparent;color:#a9b3c3;cursor:pointer}.inviteLobbyMark{display:grid;width:62px;height:62px;margin-top:42px;place-items:center;border:1px solid color-mix(in srgb,var(--invite-accent) 60%,transparent);border-radius:18px;background:color-mix(in srgb,var(--invite-accent) 18%,#111827);color:var(--invite-accent);font-size:22px;font-weight:900}.inviteLobbyContent h1{margin:8px 0 2px;font-size:clamp(28px,5vw,42px)}.inviteLobbyContent small,.inviteLobbyDescription,.inviteLobbyOwner{color:#aeb8c7}.inviteLobbyDescription{max-width:440px;margin:14px 0 4px;line-height:1.5}.inviteJoinForm{display:grid;width:min(100%,390px);grid-gap:12px;gap:12px;margin-top:26px}.inviteJoinForm label{display:grid;grid-gap:7px;gap:7px;text-align:left}.inviteJoinForm label span{color:#d8dee9;font-size:12px;font-weight:700}.inviteJoinForm input{min-height:44px;border:1px solid #334155;border-radius:12px;background:rgba(10,15,23,.92);color:#f8fafc;padding:0 14px}.inviteJoinForm>button{min-height:44px;border:0;border-radius:12px;background:var(--invite-accent);color:#071009;font-weight:900;cursor:pointer}.inviteJoinForm>button:disabled{cursor:default;opacity:.55}.inviteLobbyState{color:#c8d2df;font-size:13px}.inviteLobbyState.error{color:#fda4af}.inviteLobbyConnection{display:flex;gap:8px;margin-top:auto;padding-top:24px;color:#8f9bad;font-size:12px}.inviteLobbyConnection strong{color:#dce5ef}.joinRequestQueue{display:grid;grid-gap:8px;gap:8px;padding:10px;border-bottom:1px solid #263142;background:rgba(132,204,22,.06)}.joinRequestQueue>header,.joinRequestRow,.joinRequestRow>div:last-child{display:flex;align-items:center;justify-content:space-between;gap:8px}.joinRequestQueue>header span{min-width:22px;border-radius:999px;background:#84cc16;color:#071009;text-align:center;font-weight:800}.joinRequestRow{border:1px solid #2d394b;border-radius:10px;background:#111925;padding:9px}.joinRequestRow>div:first-child{display:grid;grid-gap:2px;gap:2px}.joinRequestRow span{color:#8f9bad;font-size:11px}.joinRequestRow button{border:1px solid #4d6534;border-radius:8px;background:#263719;color:#d9f99d;padding:6px 9px;cursor:pointer}.joinRequestRow button.danger{border-color:#6b3038;background:#3d1f25;color:#fecdd3}.portalDangerModal{border-color:rgba(251,113,133,.34)}.portalDangerModal>p strong{color:#fecdd3}.portalModalActions{display:flex;justify-content:flex-end;gap:10px}.portalModalActions button{min-width:140px}.portalDangerConfirm{background:rgba(190,18,60,.22);border-color:rgba(251,113,133,.48)}