:root{--hud-bg:#eeece7;--hud-surface:#fff;--hud-surface-2:#f4f2ee;--hud-surface-3:#faf9f6;--hud-surface-4:#f2f1ed;--hud-sidebar:#16161a;--hud-sidebar-hover:#ffffff12;--hud-sidebar-border:#ffffff14;--hud-ink:#16161a;--hud-ink-2:#3c3b45;--hud-muted:#6f6d78;--hud-muted-2:#9c9aa6;--hud-on-dark:#e8e7ec;--hud-on-dark-2:#c8c6d0;--hud-border:#e3e0d9;--hud-border-2:#eae7e0;--hud-border-3:#d8d4cc;--hud-border-hover:#c9c4b9;--hud-accent:#2f4dff;--hud-accent-hover:#1b34d6;--hud-accent-soft:#2f4dff14;--hud-accent-ring:#2f4dff59;--hud-teal:#12a594;--hud-teal-ink:#0d7f72;--hud-teal-soft:#12a5941f;--hud-teal-line:#12a5944d;--hud-teal-light:#7ee0d2;--hud-teal-light-2:#a7e5da;--hud-orange:#e0871f;--hud-orange-ink:#a5610f;--hud-orange-soft:#e0871f1f;--hud-orange-line:#e0871f4d;--hud-red:#d1453b;--hud-red-ink:#b23a30;--hud-red-soft:#d1453b14;--hud-red-line:#d1453b59;--hud-red-light:#ffd9d4;--hud-hue-0:#2f4dff;--hud-hue-1:#12a594;--hud-hue-2:#c2410c;--hud-hue-3:#7c3aed;--hud-hue-4:#0891b2;--hud-hue-5:#b45309;--hud-font:"Familjen Grotesk", system-ui, -apple-system, sans-serif;--hud-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--hud-r-xs:5px;--hud-r-sm:8px;--hud-r-md:9px;--hud-r-lg:12px;--hud-r-xl:14px;--hud-r-2xl:16px;--hud-r-3xl:20px;--hud-r-card:22px;--hud-shadow-card:0 14px 40px #14141a12;--hud-shadow-float:0 6px 20px #14141a24;--hud-shadow-pin:0 6px 16px #14141a38;--hud-shadow-toast:0 18px 50px #14141a4d;--hud-shadow-modal:0 30px 80px #14141a4d;--hud-shadow-cta:0 8px 20px #2f4dff47;--hud-sidebar-w:244px;--hud-sidebar-mini-w:58px;--hud-rail-w:348px}.hud-root{color:var(--hud-ink);font-family:var(--hud-font);-webkit-font-smoothing:antialiased;font-size:13px;line-height:1.4}.hud-root *,.hud-root :before,.hud-root :after{box-sizing:border-box}.hud-root input,.hud-root button,.hud-root textarea,.hud-root select{font-family:inherit}.hud-root input:focus-visible,.hud-root textarea:focus-visible,.hud-root select:focus-visible{outline:2px solid var(--hud-accent-ring);outline-offset:1px}.hud-root button:focus-visible{outline:2px solid var(--hud-accent-ring);outline-offset:2px}.hud-root ::selection{background:var(--hud-accent);color:#fff}.hud-root svg{flex:none;display:block}.hud-root ::-webkit-scrollbar{width:10px;height:10px}.hud-root ::-webkit-scrollbar-thumb{background:var(--hud-border-3);background-clip:padding-box;border:3px solid #0000;border-radius:8px}.hud-root a{color:var(--hud-accent);text-decoration:none}.hud-root a:hover{color:var(--hud-accent-hover)}@keyframes hud-bloom{0%{opacity:.5;transform:translate(-50%,-50%)scale(.4)}to{opacity:0;transform:translate(-50%,-50%)scale(1.9)}}@keyframes hud-float-up{0%{opacity:0;transform:translate(-50%,4px)}20%{opacity:1}to{opacity:0;transform:translate(-50%,-40px)}}@keyframes hud-pulse{0%,to{box-shadow:0 0 #12a59473}50%{box-shadow:0 0 0 5px #12a59400}}.hud-btn{border-radius:var(--hud-r-lg);cursor:pointer;font:500 12px/1 var(--hud-font);border:1px solid var(--hud-border);background:var(--hud-surface);color:var(--hud-ink);white-space:nowrap;align-items:center;gap:8px;height:32px;padding:0 11px;transition:border-color .12s,background .12s,color .12s;display:inline-flex}.hud-btn:hover:not(:disabled){border-color:var(--hud-border-hover);background:var(--hud-surface-3)}.hud-btn:disabled{cursor:not-allowed;opacity:.6}.hud-btn-sm{border-radius:var(--hud-r-md);height:28px;padding:0 9px;font-size:11px}.hud-btn-lg{border-radius:var(--hud-r-xl);height:40px;padding:0 16px;font-size:13px;font-weight:600}.hud-btn-primary{background:var(--hud-accent);border-color:var(--hud-accent);color:#fff;box-shadow:var(--hud-shadow-cta)}.hud-btn-primary:hover:not(:disabled){background:var(--hud-accent-hover);border-color:var(--hud-accent-hover)}.hud-btn-primary:disabled{color:#4a4956;box-shadow:none;opacity:1;background:#dcd7cd;border-color:#dcd7cd}.hud-btn-success{background:var(--hud-teal);border-color:var(--hud-teal);color:#fff}.hud-btn-success:hover:not(:disabled){background:var(--hud-teal-ink);border-color:var(--hud-teal-ink)}.hud-btn-ghost{color:var(--hud-accent);background:0 0;border-color:#0000}.hud-btn-ghost:hover:not(:disabled){background:var(--hud-accent-soft);border-color:#0000}.hud-btn-danger{background:var(--hud-red-soft);border-color:var(--hud-red-line);color:var(--hud-red-ink)}.hud-btn-danger:hover:not(:disabled){background:#d1453b24}.hud-iconbtn{border-radius:var(--hud-r-lg);cursor:pointer;border:1px solid var(--hud-border);background:var(--hud-surface);color:var(--hud-ink);flex:none;place-items:center;padding:0;transition:border-color .12s,background .12s,color .12s;display:grid}.hud-iconbtn:hover:not(:disabled){border-color:var(--hud-border-hover);background:var(--hud-surface-3)}.hud-iconbtn:disabled{cursor:not-allowed;opacity:.5}.hud-iconbtn-on{color:var(--hud-teal-ink);background:#12a5941a;border-color:#12a59466}.hud-iconbtn-off{border-color:var(--hud-red-line);background:var(--hud-red-soft);color:var(--hud-red-ink)}.hud-iconbtn-danger{color:var(--hud-red-light);background:#d1453b47;border-color:#ffffff29}.hud-iconbtn-dark{color:var(--hud-teal-light-2);border-radius:var(--hud-r-md);background:0 0;border-color:#ffffff29}.hud-iconbtn-dark.hud-iconbtn-on{color:#d6fff7;background:#7ee0d23d}.hud-iconbtn-dark:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff3d}.hud-iconbtn-ghost,.hud-iconbtn.hud-iconbtn-plain{color:var(--hud-muted);border-radius:var(--hud-r-sm);background:0 0;border-color:#0000}.hud-iconbtn.hud-iconbtn-plain:hover:not(:disabled){background:var(--hud-surface-4);color:var(--hud-ink);border-color:#0000}.hud-face{color:#fff;font:500 1em/1 var(--hud-mono);border-radius:50%;flex:none;place-items:center;display:inline-grid}.hud-face-wrap{flex:none;display:inline-flex;position:relative}.hud-presence{border:2px solid;border-radius:50%;width:9px;height:9px;position:absolute;bottom:-1px;right:-1px}.hud-chip{border-radius:var(--hud-r-lg);font:600 13px/1 var(--hud-font);border:1px solid var(--hud-border);background:var(--hud-surface);color:var(--hud-ink);align-items:center;gap:8px;padding:8px 13px;display:inline-flex}.hud-chip-teal{background:var(--hud-teal-soft);color:var(--hud-teal-ink);border-color:var(--hud-teal-line)}.hud-chip-orange{background:var(--hud-orange-soft);color:var(--hud-orange-ink);border-color:var(--hud-orange-line)}.hud-chip-accent{background:var(--hud-accent-soft);color:var(--hud-accent);border-color:var(--hud-accent-ring)}.hud-mono{font:400 12px/1 var(--hud-mono);color:var(--hud-muted)}.hud-section-label{font:500 11px/1 var(--hud-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--hud-muted-2);align-items:center;gap:7px;display:inline-flex}.hud-kbd{font:500 10px/1 var(--hud-mono);color:var(--hud-muted);border:1px solid var(--hud-border);border-radius:var(--hud-r-xs);background:var(--hud-surface);padding:3px 5px;display:inline-block}.hud-badge{background:var(--hud-red);color:#fff;min-width:19px;height:19px;font:600 10px/19px var(--hud-mono);text-align:center;border-radius:10px;flex:none;padding:0 6px}.hud-divider{background:var(--hud-border-2);height:1px;display:block}.hud-divider-v{width:1px;height:26px}.hud-input{border:1px solid var(--hud-border);border-radius:var(--hud-r-lg);width:100%;height:40px;font:400 13px/1 var(--hud-font);color:var(--hud-ink);background:var(--hud-surface);padding:0 13px}.hud-input-bare{background:0 0;border:none;border-radius:0}.hud-select{border:1px solid var(--hud-border);border-radius:var(--hud-r-md);height:36px;font:400 13px/1 var(--hud-font);color:var(--hud-ink);background:var(--hud-surface);max-width:100%;padding:0 10px}.hud-segmented{background:var(--hud-surface);border:1px solid var(--hud-border);border-radius:var(--hud-r-lg);align-items:center;gap:3px;padding:3px;display:flex}.hud-seg{border-radius:var(--hud-r-md);cursor:pointer;height:30px;font:500 12px/1 var(--hud-font);color:var(--hud-muted);background:0 0;border:none;align-items:center;gap:7px;padding:0 11px;display:flex}.hud-seg-active{background:var(--hud-ink);color:#fff}.hud-level{background:linear-gradient(90deg, var(--hud-accent) var(--pct), #16161a1f var(--pct));border-radius:2px;flex:none;width:34px;height:4px;display:inline-block}.hud-level-dark{background:linear-gradient(90deg, var(--hud-teal-light) var(--pct), #ffffff29 var(--pct))}.hud-toast{left:calc(var(--hud-sidebar-w) + 36px);z-index:95;background:var(--hud-sidebar);border-radius:var(--hud-r-xl);box-shadow:var(--hud-shadow-toast);color:#fff;font:500 13px/1 var(--hud-font);align-items:center;gap:10px;max-width:min(520px,100vw - 300px);padding:12px 16px;display:flex;position:fixed;bottom:22px}.hud-toast-dot{background:var(--hud-teal-light);border-radius:50%;flex:none;width:6px;height:6px}.hud-backdrop{z-index:90;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#16161a57;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.hud-backdrop-top{align-items:flex-start;padding-top:11vh}.hud-dialog{background:var(--hud-surface);border:1px solid var(--hud-border);border-radius:var(--hud-r-3xl);box-shadow:var(--hud-shadow-modal);flex-direction:column;max-height:calc(100vh - 40px);display:flex;overflow:hidden}.hud-dialog-head{border-bottom:1px solid var(--hud-border-2);align-items:center;gap:11px;padding:14px 16px;display:flex}.hud-dialog-title{min-width:0;font:600 14px/1 var(--hud-font);flex:1}.hud-dialog-body{flex-direction:column;gap:14px;padding:16px;display:flex;overflow-y:auto}.hud-dialog-foot{border-top:1px solid var(--hud-border-2);background:var(--hud-surface-3);justify-content:flex-end;align-items:center;gap:10px;padding:12px 16px;display:flex}.hud-field{flex-direction:column;gap:6px;min-width:0;display:flex}.hud-field-inline{flex-direction:row;align-items:center;gap:10px}.hud-field-inline .hud-field-label{flex:1}.hud-field-label{font:500 10px/1 var(--hud-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--hud-muted)}.hud-field-hint{font:400 11px/1.4 var(--hud-font);color:var(--hud-muted)}.hud-input-sm{border-radius:var(--hud-r-md);height:32px;padding:0 10px;font-size:12px}.hud-input-mono{font-family:var(--hud-mono);font-size:12px}.hud-textarea{resize:vertical;min-height:72px;padding:10px 13px;line-height:1.4}.hud-select-sm{height:32px;font-size:12px}.hud-notice{border-radius:var(--hud-r-md);border:1px solid var(--hud-border);background:var(--hud-surface-2);font:400 12px/1.45 var(--hud-font);color:var(--hud-ink-2);align-items:flex-start;gap:9px;padding:9px 11px;display:flex}.hud-notice-dot{background:var(--hud-accent);border-radius:50%;flex:none;width:6px;height:6px;margin-top:5px}.hud-notice-text{text-wrap:pretty;flex:1;min-width:0}.hud-notice-error{background:var(--hud-red-soft);border-color:var(--hud-red-line);color:var(--hud-red-ink)}.hud-notice-error .hud-notice-dot{background:var(--hud-red)}.hud-notice-warn{background:var(--hud-orange-soft);border-color:var(--hud-orange-line);color:var(--hud-orange-ink)}.hud-notice-warn .hud-notice-dot{background:var(--hud-orange)}.hud-notice-success{background:var(--hud-teal-soft);border-color:var(--hud-teal-line);color:var(--hud-teal-ink)}.hud-notice-success .hud-notice-dot{background:var(--hud-teal)}.hud-notice-clickable{cursor:pointer}.hud-swatches{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.hud-swatch{cursor:pointer;border:1px solid #16161a1f;border-radius:6px;flex:none;padding:0;position:relative}.hud-swatch-active{outline:2px solid var(--hud-accent);outline-offset:1.5px}.hud-swatch-custom{background:conic-gradient(#f87171,#fbbf24,#34d399,#60a5fa,#a78bfa,#f87171);display:inline-block;overflow:hidden}.hud-swatch-custom input{opacity:0;cursor:pointer;width:200%;height:200%;position:absolute;inset:-6px}.hud-swatch-reset{color:var(--hud-accent);font:500 11px/1 var(--hud-font);cursor:pointer;background:0 0;border:none;padding:2px 4px}.hud-swatch-reset:disabled{color:var(--hud-muted-2);cursor:default}.hud-slider{align-items:center;gap:10px;min-width:0;display:flex}.hud-slider-label{font:400 12px/1 var(--hud-font);color:var(--hud-ink-2);flex:none;min-width:60px}.hud-slider-value{font:400 11px/1 var(--hud-mono);color:var(--hud-muted);text-align:right;flex:none;min-width:38px}.hud-slider input[type=range]{appearance:none;background:linear-gradient(90deg, var(--hud-accent) var(--pct), #16161a1f var(--pct));border-radius:2px;outline:none;flex:1;min-width:60px;height:4px}.hud-slider input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--hud-surface);border:1.5px solid var(--hud-accent);cursor:pointer;border-radius:50%;width:14px;height:14px;box-shadow:0 1px 3px #14141a33}.hud-slider input[type=range]::-moz-range-thumb{background:var(--hud-surface);border:1.5px solid var(--hud-accent);cursor:pointer;border-radius:50%;width:14px;height:14px}.hud-slider input[type=range]:disabled{opacity:.5}.hud-check{cursor:pointer;font:400 12px/1.35 var(--hud-font);color:var(--hud-ink-2);align-items:center;gap:9px;display:flex}.hud-check input{opacity:0;width:0;height:0;position:absolute}.hud-check-box{border:1px solid var(--hud-border-3);background:var(--hud-surface);color:#0000;border-radius:5px;flex:none;place-items:center;width:16px;height:16px;transition:background .12s,border-color .12s;display:grid}.hud-check-box-on{background:var(--hud-accent);border-color:var(--hud-accent);color:#fff}.hud-check input:focus-visible+.hud-check-box{outline:2px solid var(--hud-accent-ring);outline-offset:1px}.hud-check-disabled{cursor:default;color:var(--hud-muted)}.hud-check-disabled .hud-check-box{opacity:.6}.hud-options{gap:6px;display:grid}.hud-option{border:1px solid var(--hud-border);border-radius:var(--hud-r-md);background:var(--hud-surface);height:34px;color:var(--hud-ink-2);font:500 12px/1 var(--hud-font);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;padding:0 8px;transition:border-color .12s,background .12s;overflow:hidden}.hud-option:hover{border-color:var(--hud-border-hover)}.hud-option-active{background:var(--hud-ink);border-color:var(--hud-ink);color:#fff}.hud-panel{background:var(--hud-surface);border:1px solid var(--hud-border);border-radius:var(--hud-r-2xl);min-height:0;box-shadow:var(--hud-shadow-card);flex-direction:column;display:flex;overflow:hidden}.hud-panel-head{border-bottom:1px solid var(--hud-border-2);align-items:center;gap:10px;padding:13px 14px;display:flex}.hud-panel-titles{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.hud-panel-title{font:600 14px/1 var(--hud-font);color:var(--hud-ink);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hud-panel-subtitle{font:400 11px/1 var(--hud-mono);color:var(--hud-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hud-panel-body{flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.hud-panel-foot{border-top:1px solid var(--hud-border-2);background:var(--hud-surface-3);align-items:center;gap:8px;padding:11px 14px;display:flex}.hud-panel-foot>.hud-btn-primary{margin-left:auto}.hud-panel-section{border-bottom:1px solid var(--hud-border-2);flex-direction:column;gap:9px;padding:13px 14px;display:flex}.hud-panel-section:last-child{border-bottom:none}.hud-panel-section-head{align-items:center;gap:8px;display:flex}.hud-panel-section-head .hud-section-label{flex:1}.hud-panel-section-aside{font:400 10px/1 var(--hud-mono);color:var(--hud-muted)}.hud-row{align-items:center;gap:8px;min-width:0;display:flex}.hud-row-wrap{flex-wrap:wrap}.hud-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.hud-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.hud-listrow{background:var(--hud-surface-2);border:1px solid var(--hud-border-2);border-radius:var(--hud-r-md);font:400 12px/1.3 var(--hud-font);color:var(--hud-ink);align-items:center;gap:9px;padding:8px 10px;display:flex}.hud-listrow-main{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex;overflow:hidden}.hud-listrow-meta{font:400 10px/1 var(--hud-mono);color:var(--hud-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hud-listrow-dashed{background:var(--hud-surface-3);color:var(--hud-muted);border-style:dashed}.hud-budget{gap:3px;display:flex}.hud-budget-seg{background:#16161a1a;border-radius:3px;flex:1;height:5px}.hud-budget-seg-on{background:var(--hud-accent)}.hud-budget-seg-warn{background:var(--hud-orange)}.hud-big{font:600 20px/1 var(--hud-mono);color:var(--hud-ink)}.hud-text{font:400 12px/1.45 var(--hud-font);color:var(--hud-ink-2);text-wrap:pretty}.hud-text-muted{color:var(--hud-muted)}.hud-text-sm{font-size:11px}.hud-tag{background:var(--hud-surface-4);border:1px solid var(--hud-border-2);height:20px;font:500 10px/1 var(--hud-mono);color:var(--hud-muted);white-space:nowrap;border-radius:6px;align-items:center;padding:0 7px;display:inline-flex}.hud-tag-teal{background:var(--hud-teal-soft);border-color:var(--hud-teal-line);color:var(--hud-teal-ink)}.hud-tag-orange{background:var(--hud-orange-soft);border-color:var(--hud-orange-line);color:var(--hud-orange-ink)}.hud-tag-accent{background:var(--hud-accent-soft);border-color:var(--hud-accent-ring);color:var(--hud-accent)}.hud-tag-red{background:var(--hud-red-soft);border-color:var(--hud-red-line);color:var(--hud-red-ink)}.hud-link{color:var(--hud-accent);font:500 12px/1 var(--hud-font);cursor:pointer;background:0 0;border:none;padding:0}.hud-link:hover{color:var(--hud-accent-hover)}.hud-link:disabled{color:var(--hud-muted-2);cursor:default}.hud-page{background:var(--hud-bg);justify-content:center;align-items:center;padding:28px;display:flex;position:fixed;inset:0;overflow:auto}.hud-page-wide{align-items:flex-start;padding-top:48px}.hud-card{background:var(--hud-surface);border:1px solid var(--hud-border);border-radius:var(--hud-r-card);width:min(400px,100%);box-shadow:var(--hud-shadow-card);flex-direction:column;gap:14px;padding:22px;display:flex}.hud-card h1{font:600 20px/1.2 var(--hud-font);color:var(--hud-ink);letter-spacing:-.01em;margin:0}.hud-card h2{font:600 15px/1.25 var(--hud-font);color:var(--hud-ink);margin:0}.hud-eyebrow{font:500 10px/1 var(--hud-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--hud-muted)}.hud-loading{font:400 13px/1 var(--hud-font);color:var(--hud-muted);align-items:center;gap:10px;display:flex}.hud-loading-dot{background:var(--hud-accent);border-radius:50%;width:8px;height:8px;animation:1.1s ease-in-out infinite hud-pulse-accent}@keyframes hud-pulse-accent{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.hud-toast-stack{z-index:95;flex-direction:column;align-items:flex-end;gap:6px;display:flex;position:fixed;bottom:18px;right:18px}.hud-toast-static{cursor:pointer;max-width:420px;position:static}.hud-toast-error .hud-toast-dot{background:#ff8f84}.hud-toast-success .hud-toast-dot{background:var(--hud-teal-light)}html,body,#root{background:var(--hud-bg);height:100%;color:var(--hud-ink);font-family:var(--hud-font);margin:0;font-size:13px;overflow:hidden}*{box-sizing:border-box}canvas{display:block}.brand{align-items:center;gap:9px;display:inline-flex}.brand-logo{flex:none;width:26px;height:26px;display:block}.brand-name{font:700 15px/1 var(--hud-font);letter-spacing:-.045em;color:var(--hud-ink)}.hud-form{flex-direction:column;gap:14px;display:flex}.auth{background:var(--hud-bg);grid-template-columns:minmax(0,1.15fr) minmax(400px,.85fr);display:grid;position:fixed;inset:0;overflow:auto}.auth-hero{border-right:1px solid var(--hud-border);background:var(--hud-surface-2);flex-direction:column;justify-content:flex-end;gap:28px;min-height:100vh;padding:40px 48px;display:flex;position:relative;overflow:hidden}.auth-hero-brand{position:absolute;top:28px;left:48px}.auth-hero-art{filter:drop-shadow(0 18px 40px #14141a14);width:min(100%,560px);height:auto;margin:0 auto}.auth-hero-copy{flex-direction:column;gap:14px;max-width:520px;display:flex}.auth-hero-eyebrow{color:var(--hud-accent)}.auth-hero-copy h1{font:600 32px/1.12 var(--hud-font);letter-spacing:-.02em;color:var(--hud-ink);text-wrap:pretty;max-width:22ch;margin:0}.auth-hero-copy p{font:400 13px/1.6 var(--hud-font);color:var(--hud-muted);text-wrap:pretty;max-width:48ch;margin:0}.auth-hero-tags{flex-wrap:wrap;gap:6px;display:flex}.auth-form-col{justify-content:center;align-items:center;padding:48px 40px;display:flex}.auth-form{flex-direction:column;gap:16px;width:min(360px,100%);display:flex}.auth-form-head{flex-direction:column;gap:8px;margin-bottom:4px;display:flex}.auth-form-head h2{font:600 22px/1.2 var(--hud-font);letter-spacing:-.01em;color:var(--hud-ink);margin:0}.auth-submit{justify-content:center;width:100%;margin-top:4px}.auth-switch{text-align:center;margin:0}@media (width<=860px){.auth{grid-template-columns:1fr}.auth-hero{display:none}}.ws-page{flex-direction:column;gap:22px;width:min(680px,100%);display:flex}.ws-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.ws-user{align-items:center;gap:8px;display:flex}.ws-user-name{font:500 13px/1 var(--hud-font);color:var(--hud-ink);margin-right:6px}.ws-section{background:var(--hud-surface);border:1px solid var(--hud-border);border-radius:var(--hud-r-card);box-shadow:var(--hud-shadow-card);flex-direction:column;gap:10px;padding:18px;display:flex}.ws-section-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.ws-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.ws-card{background:var(--hud-surface-2);border:1px solid var(--hud-border-2);border-radius:var(--hud-r-xl);cursor:pointer;align-items:center;gap:12px;padding:11px 12px;transition:border-color .12s,background .12s;display:flex}.ws-card:hover{border-color:var(--hud-border-hover);background:var(--hud-surface-3)}.ws-card-static{cursor:default}.ws-logo{background:var(--hud-surface-4);border:1px solid var(--hud-border);width:34px;height:34px;font:600 11px/1 var(--hud-mono);color:var(--hud-ink-2);border-radius:10px;flex:none;place-items:center;display:grid}.ws-logo-accent{background:var(--hud-accent);border-color:var(--hud-accent);color:#fff}.ws-card-text{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.ws-card-name{font:600 13px/1 var(--hud-font);color:var(--hud-ink);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ws-card-meta{font:400 11px/1 var(--hud-mono);color:var(--hud-muted)}.ws-card-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.ws-empty{border:1px dashed var(--hud-border-3);border-radius:var(--hud-r-xl);color:var(--hud-muted);align-items:center;gap:12px;padding:16px;display:flex}.ws-create{gap:8px;margin-top:4px;display:flex}.ws-create .hud-input{flex:1}.ws-create .hud-select{width:auto;max-width:220px}.ws-setup{background:var(--hud-surface-2);border:1px solid var(--hud-border-2);border-radius:var(--hud-r-xl);flex-direction:column;gap:10px;padding:14px 18px;display:flex}.ws-steps{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.ws-step{font:500 12px/1 var(--hud-font);color:var(--hud-ink);align-items:center;gap:10px;display:flex}.ws-step-num{border:1px solid var(--hud-border-3);width:20px;height:20px;font:600 10px/1 var(--hud-mono);color:var(--hud-muted);border-radius:50%;flex:none;place-items:center;display:grid}.ws-step-done{color:var(--hud-muted);font-weight:400;text-decoration:line-through}.ws-step-done .ws-step-num{background:var(--hud-teal);border-color:var(--hud-teal);color:#fff}.ws-step-label{flex:1}.avatar-editor{background:var(--hud-bg);grid-template-columns:minmax(0,1fr) 360px;display:grid;position:fixed;inset:0}.avatar-preview{background:var(--hud-surface-2);border-right:1px solid var(--hud-border);min-height:0;position:relative}.avatar-preview-title{pointer-events:none;flex-direction:column;gap:6px;display:flex;position:absolute;top:18px;left:20px}.avatar-preview-name{font:600 14px/1 var(--hud-font);color:var(--hud-ink)}.avatar-preview-controls{border:1px solid var(--hud-border);border-radius:var(--hud-r-xl);box-shadow:var(--hud-shadow-float);white-space:nowrap;background:#fffffff0;align-items:center;gap:10px;padding:8px;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.avatar-preview-hint{font:400 11px/1 var(--hud-mono);color:var(--hud-muted);padding:0 6px}.avatar-panel{border:none;border-left:1px solid var(--hud-border);box-shadow:none;border-radius:0;min-height:0}.avatar-color{flex-direction:column;gap:5px;display:flex}.avatar-color-label{font:400 12px/1 var(--hud-font);color:var(--hud-ink-2)}.label{color:var(--hud-ink);font:500 11px/1 var(--hud-font);white-space:nowrap;border:1px solid var(--hud-border);box-shadow:var(--hud-shadow-float);background:#fffffff0;border-radius:9px;padding:4px 9px}.label.self{border-color:var(--hud-accent);color:var(--hud-accent)}.label-ki{background:var(--hud-accent);color:#fff;font:700 9px/1.4 var(--hud-font);letter-spacing:.04em;vertical-align:1px;border-radius:5px;margin-left:6px;padding:1px 5px}.label-simple .label-ki{margin:0;position:absolute;top:-4px;right:-6px}.hud-ki{background:color-mix(in srgb, var(--hud-accent) 16%, transparent);color:var(--hud-accent);font:700 9px/1.5 var(--hud-font);letter-spacing:.04em;border-radius:5px;align-items:center;padding:1px 5px;display:inline-flex}.label.muted{color:var(--hud-muted);box-shadow:none;background:#ffffffd1;border-style:dashed}.zone-label{font:500 10px/1.3 var(--hud-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--hud-muted);border:1px solid var(--hud-border-3);white-space:nowrap;background:#ffffffeb;border-radius:8px;padding:3px 8px;box-shadow:0 1px 3px #14141a14}.agent-killswitch{justify-content:space-between;align-items:center;gap:12px;display:flex}.agent-list{flex-direction:column;gap:8px;margin:12px 0 0;padding:0;list-style:none;display:flex}.agent-card{border:1px solid var(--hud-border);background:var(--hud-surface);border-radius:12px;align-items:center;gap:12px;padding:12px 14px;display:flex}.agent-dot{background:var(--hud-muted-2);border-radius:50%;flex:none;width:9px;height:9px}.agent-dot-on{background:var(--hud-teal);box-shadow:0 0 0 3px color-mix(in srgb, var(--hud-teal) 22%, transparent)}.agent-dot-off{background:var(--hud-orange)}.agent-card-text{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.agent-card-name{font:600 14px/1.2 var(--hud-font);color:var(--hud-ink);align-items:center;gap:8px;display:flex}.agent-card-op{font:500 11px/1 var(--hud-font);color:var(--hud-muted)}.agent-card-meta{font:500 12px/1.4 var(--hud-font);color:var(--hud-muted)}.agent-card-error{font:500 12px/1.4 var(--hud-font);color:var(--hud-orange)}.agent-card-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.agent-form{flex-direction:column;gap:12px;max-height:60vh;padding-right:4px;display:flex;overflow-y:auto}.agent-scopes{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:6px 14px;display:grid}.agent-card-start{font:500 12px/1.5 var(--hud-font);color:var(--hud-muted)}.agent-card-start .hud-mono{word-break:break-all;margin-top:2px;display:inline-block}.agent-map{border:1px solid var(--hud-border);background:var(--hud-surface);border-radius:10px;margin-top:4px;padding:8px}.agent-map svg{width:100%;max-height:260px;display:block}.agent-map-floor{fill:color-mix(in srgb, var(--hud-ink) 6%, transparent)}.agent-map-wall{fill:color-mix(in srgb, var(--hud-ink) 32%, transparent)}.agent-map-zone rect{fill:color-mix(in srgb, var(--hud-accent) 8%, transparent);stroke:color-mix(in srgb, var(--hud-accent) 35%, transparent);stroke-width:.06px;cursor:pointer}.agent-map-zone:hover rect{fill:color-mix(in srgb, var(--hud-accent) 16%, transparent)}.agent-map-zone.is-on rect{fill:color-mix(in srgb, var(--hud-accent) 28%, transparent);stroke:var(--hud-accent)}.agent-map-zone text{font:600 .45px/1 var(--hud-font);fill:var(--hud-ink);pointer-events:none}.agent-map-seat{fill:color-mix(in srgb, var(--hud-ink) 35%, transparent);cursor:pointer}.agent-map-seat:hover{fill:var(--hud-ink)}.agent-map-seat.is-on{fill:var(--hud-accent);stroke:#fff;stroke-width:.08px}.agent-map-legend{font:500 11px/1.4 var(--hud-font);color:var(--hud-muted);margin:6px 2px 0}.agent-token{background:var(--hud-ink);color:#eaf2ff;font:500 12px/1.5 var(--hud-mono,ui-monospace, monospace);word-break:break-all;white-space:pre-wrap;border-radius:10px;margin:10px 0;padding:12px}.set-page{width:min(860px,100%)}.set-title{align-items:center;gap:12px;display:flex}.set-title-text{flex-direction:column;gap:3px;min-width:0;display:flex}.set-h1{font:600 20px/1.2 var(--hud-font);color:var(--hud-ink);margin:0}.set-tabs{background:var(--hud-surface-2);border:1px solid var(--hud-border-2);border-radius:var(--hud-r-xl);flex-wrap:wrap;gap:4px;padding:4px;display:flex}.set-tab{border-radius:calc(var(--hud-r-xl) - 4px);cursor:pointer;font:500 12.5px/1 var(--hud-font);color:var(--hud-muted);background:0 0;border:1px solid #0000;align-items:center;gap:7px;padding:7px 12px;transition:background .12s,color .12s;display:inline-flex}.set-tab:hover{background:var(--hud-surface-3);color:var(--hud-ink)}.set-tab-on{background:var(--hud-surface);border-color:var(--hud-border);color:var(--hud-ink);box-shadow:var(--hud-shadow-card)}.set-facts{flex-direction:column;gap:6px;margin:6px 0 0;padding:0;list-style:none;display:flex}.set-facts li{background:var(--hud-surface-2);border-radius:var(--hud-r-lg);justify-content:space-between;align-items:baseline;gap:12px;padding:7px 10px;display:flex}.set-facts li>span:first-child{font:500 12px/1 var(--hud-font);color:var(--hud-muted)}.set-row{align-items:center}.set-row .hud-select{width:auto;min-width:116px}.set-you{background:var(--hud-accent-soft);color:var(--hud-accent);font:600 10px/1.6 var(--hud-mono);border-radius:999px;margin-left:7px;padding:1px 6px}.set-invite{flex-wrap:wrap;gap:8px;display:flex}.set-invite .hud-input{flex:1;min-width:220px}.set-invite .hud-select{width:auto}.set-rolehint{margin:-2px 0 0}.set-result{flex-direction:column;gap:8px;width:100%;display:flex}.set-result .hud-input{flex:1}.set-history{margin-top:6px}.set-history>summary{cursor:pointer;font:500 12px/1.6 var(--hud-font);color:var(--hud-muted)}.set-history>summary:hover{color:var(--hud-ink)}.set-history-row{border-bottom:1px solid var(--hud-border-2);font:400 12px/1.4 var(--hud-font);color:var(--hud-ink-2);align-items:center;gap:10px;padding:6px 2px;display:flex}.set-history-mail{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.set-status{min-width:104px;font:600 10px/1.7 var(--hud-mono);text-align:center;background:var(--hud-surface-3);color:var(--hud-muted);border-radius:999px;flex:none;padding:2px 8px}.set-status-accepted{background:var(--hud-teal-soft);color:var(--hud-teal-ink)}.set-status-revoked{background:var(--hud-red-soft);color:var(--hud-red-ink)}.set-status-expired{background:var(--hud-orange-soft);color:var(--hud-orange-ink)}.set-danger{flex-direction:column;gap:8px;display:flex}.set-danger-row{border:1px solid var(--hud-red-line);border-radius:var(--hud-r-xl);background:var(--hud-red-soft);justify-content:space-between;align-items:center;gap:14px;padding:12px;display:flex}.set-danger-row>div{flex-direction:column;gap:3px;min-width:0;display:flex}@media (width<=640px){.set-row{flex-wrap:wrap}.set-danger-row{flex-direction:column;align-items:stretch}}.shell{background:var(--hud-bg);color:var(--hud-ink);--hud-nav-w:56px;--hud-panel-w:272px;display:flex;position:fixed;inset:0;overflow:hidden}.shell-main{flex:auto;min-width:0;min-height:0;display:flex;position:relative}.nav{width:var(--hud-nav-w);background:var(--hud-bg);z-index:40;flex-direction:column;flex:none;align-items:center;gap:4px;padding:12px 0 14px;display:flex}.nav-logo{cursor:pointer;background:0 0;border:none;flex:none;width:34px;height:34px;padding:0;display:block}.nav-logo img{border-radius:8px;width:100%;height:100%;display:block}.nav-logo:hover{filter:brightness(1.3)}.nav-group{flex-direction:column;align-items:center;gap:4px;margin-top:12px;display:flex}.nav-sep{background:var(--hud-border);border-radius:1px;flex:none;width:20px;height:1px;margin:4px 0}.nav-foot{flex-direction:column;align-items:center;gap:4px;margin-top:auto;display:flex}.nav-btn{width:38px;height:38px;color:var(--hud-muted);cursor:pointer;background:0 0;border:none;border-radius:12px;flex:none;place-items:center;transition:background .15s,color .15s;display:grid;position:relative}.nav-btn:hover{color:var(--hud-ink);background:#14141a0f}.nav-btn-active{background:var(--hud-surface);color:var(--hud-ink);box-shadow:var(--hud-shadow-card)}.nav-btn-active:hover{background:var(--hud-surface)}.nav-dot{background:var(--hud-accent);width:7px;height:7px;box-shadow:0 0 0 2px var(--hud-bg);border-radius:50%;position:absolute;top:6px;right:6px}.shell-no-sidebar .hud-toast{left:calc(var(--hud-nav-w) + 16px)}.shell-sidebar{flex:0 0 var(--hud-panel-w);width:var(--hud-panel-w);background:var(--hud-sidebar);border-radius:var(--hud-r-card);min-width:0;color:var(--hud-on-dark);box-shadow:var(--hud-shadow-card);flex-direction:column;margin:12px 10px 12px 0;display:flex;overflow:hidden}.shell-top{border-bottom:1px solid var(--hud-sidebar-border);align-items:center;display:flex}.shell-collapse{flex:none;margin-right:8px}.shell-ws{text-align:left;min-width:0;color:var(--hud-muted-2);flex:1;align-items:center;gap:10px;padding:15px 14px;display:flex}.shell-ws-logo{background:var(--hud-accent);color:#fff;border-radius:9px;flex:none;place-items:center;width:26px;height:26px;display:grid}.shell-ws-text{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.shell-ws-name{font:600 15px/1.2 var(--hud-font);color:#fff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shell-ws-meta{font:400 11px/1 var(--hud-mono);color:var(--hud-muted-2)}.shell-search-wrap{padding:10px 12px}.shell-search{cursor:pointer;width:100%;height:34px;color:var(--hud-on-dark-2);font:400 12px/1 var(--hud-font);background:#ffffff12;border:1px solid #ffffff17;border-radius:10px;align-items:center;gap:9px;padding:0 10px;display:flex}.shell-search:hover{background:#ffffff1f}.shell-search span:nth-child(2){text-align:left;flex:1}.shell-search-kbd{font:500 10px/1 var(--hud-mono);color:var(--hud-muted-2);border:1px solid #ffffff24;border-radius:5px;padding:3px 5px}.shell-scroll{flex-direction:column;flex:1;gap:14px;min-height:0;padding:2px 8px 10px;display:flex;overflow-y:auto}.shell-group{flex-direction:column;gap:2px;display:flex}.shell-group-head{cursor:pointer;color:var(--hud-muted-2);text-align:left;background:0 0;border:none;align-items:center;gap:7px;padding:6px 8px;display:flex}.shell-group-static{cursor:default}.shell-rows{flex-direction:column;gap:1px;display:flex}.shell-row{cursor:pointer;text-align:left;width:100%;color:var(--hud-on-dark-2);font:400 13px/1 var(--hud-font);background:0 0;border:none;border-radius:9px;align-items:center;gap:9px;padding:7px 8px;display:flex}.shell-row:hover{background:var(--hud-sidebar-hover)}.shell-row-here{color:#fff;font-weight:600}.shell-row-active{background:var(--hud-accent);color:#fff}.shell-row-active:hover{background:var(--hud-accent)}.shell-row-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.shell-row-bold{color:#fff;font-weight:600}.shell-row-count{font:400 11px/1 var(--hud-mono);color:var(--hud-muted-2);flex:none}.shell-row-active .shell-row-count{color:#fffc}.shell-row-person{gap:0;padding:0;overflow:hidden}.shell-row-main{min-width:0;color:inherit;font:inherit;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:9px;flex:1;align-items:center;gap:9px;padding:7px 8px;display:flex}.shell-row-msg{width:26px;height:26px;color:var(--hud-muted-2);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:8px;flex:none;place-items:center;margin-right:6px;transition:opacity .12s;display:grid}.shell-row-person:hover .shell-row-msg{opacity:1}.shell-row-msg:hover{color:#fff;background:#ffffff24}.shell-empty{font:400 11px/1.5 var(--hud-font);color:var(--hud-muted-2);text-wrap:pretty;padding:2px 8px 4px}.shell-near{align-items:center;gap:9px;padding:6px 8px;display:flex}.shell-near-name{font:500 12px/1 var(--hud-font);color:var(--hud-on-dark);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.shell-huddle{background:#12a59424;border-top:1px solid #ffffff17;flex-direction:column;gap:10px;padding:11px 12px;display:flex}.shell-huddle-head{align-items:center;gap:8px;display:flex}.shell-huddle-title{font:600 12px/1 var(--hud-font);color:#fff;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.shell-huddle-timer{font:400 11px/1 var(--hud-mono);color:var(--hud-teal-light-2)}.shell-huddle-row{align-items:center;gap:8px;display:flex}.shell-huddle-faces{display:flex}.shell-huddle-face{margin-right:-6px;box-shadow:0 0 0 2px #1d2a29}.shell-huddle-ctl{gap:5px;margin-left:auto;display:flex}.shell-dock{border-radius:var(--hud-r-2xl);border:1px solid var(--hud-sidebar-border);background:#00000047;margin:8px 10px 4px;overflow:hidden}.shell-dock-head{color:var(--hud-muted-2);align-items:center;gap:7px;padding:8px 10px;display:flex}.shell-dock-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;font:500 11px/1 var(--hud-font);color:#fff;flex:1;overflow:hidden}.shell-dock-open{width:22px;height:22px;color:var(--hud-muted-2);cursor:pointer;background:0 0;border:none;border-radius:7px;flex:none;place-items:center;display:grid}.shell-dock-open:hover{color:#fff;background:#ffffff1f}.shell-dock-map{cursor:pointer;background:#1b2422;border:none;width:100%;padding:0;display:block}.shell-dock-map .map-mini{background:0 0;height:116px}.shell-dock-map .map-zone{background:#ffffff29;border-color:#ffffff42}.shell-dock-map .map-ground{opacity:.35}.shell-dock-map .map-wall{background:#ffffff4d}.shell-dock-map .map-pin-tag{display:none}.shell-dock-ctl{justify-content:center;align-items:center;gap:5px;padding:8px;display:flex}.shell-me{border-top:1px solid var(--hud-sidebar-border);flex-wrap:wrap;align-items:center;gap:8px 9px;padding:11px 12px 6px;display:flex}.shell-me-text{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.shell-me-name{font:500 12px/1 var(--hud-font);color:#fff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shell-me-status{font:400 10px/1 var(--hud-mono);color:var(--hud-muted-2)}.shell-statuses{gap:3px;display:flex}.shell-status{cursor:pointer;width:22px;height:22px;box-shadow:inset 0 0 0 3px color-mix(in srgb, var(--c) 35%, transparent);background:0 0;border:1px solid #ffffff1f;border-radius:8px}.shell-status-active{background:var(--c);box-shadow:none;border-color:#ffffff80}.shell-me-foot{align-items:center;gap:6px;min-width:0;padding:0 12px 8px;display:flex}.shell-me-hint{min-width:0;font:400 10px/1.4 var(--hud-mono);color:var(--hud-muted-2);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.stage{background:var(--hud-surface-2);flex:auto;min-width:0;min-height:0;position:relative}.stage-scene{position:absolute;inset:0}.stage-map-wrap{background:var(--hud-surface-2);place-items:center;padding:62px 16px 84px;display:grid;position:absolute;inset:0;container-type:size}.stage-map-wrap .map{width:min(100cqw, calc(100cqh * var(--ar,1.4)));border-radius:var(--hud-r-2xl);height:auto;box-shadow:var(--hud-shadow-card);border:none;flex:none}.stage-3d{background:var(--hud-surface-2);position:absolute;inset:0}.stage-3d canvas{z-index:1;display:block;position:relative}.stage-head{z-index:14;pointer-events:none;align-items:flex-start;gap:10px;display:flex;position:absolute;top:12px;left:12px;right:12px}.stage-head-left{pointer-events:auto;border-radius:var(--hud-r-xl);-webkit-backdrop-filter:blur(12px)saturate(1.4);min-width:0;box-shadow:var(--hud-shadow-float);background:#ffffffeb;flex-wrap:wrap;align-items:center;gap:6px 9px;padding:7px 12px;display:flex}.stage-head-right{pointer-events:auto;border-radius:var(--hud-r-xl);-webkit-backdrop-filter:blur(12px)saturate(1.4);box-shadow:var(--hud-shadow-float);background:#ffffffeb;flex:none;margin-left:auto;padding:4px}.stage-head-pos{flex:none}.stage-media{font:400 11px/1 var(--hud-mono);color:var(--hud-muted);background:var(--hud-surface);border:1px solid var(--hud-border);border-radius:8px;padding:5px 8px}.stage-media-error{color:var(--hud-red-ink);border-color:var(--hud-red-line);background:var(--hud-red-soft)}.stage-media-connecting,.stage-media-reconnecting{color:var(--hud-orange-ink);border-color:var(--hud-orange-line);background:var(--hud-orange-soft)}.stage-tiles{z-index:13;flex-direction:column;gap:8px;width:168px;max-height:calc(100% - 330px);display:flex;position:absolute;top:64px;right:12px;overflow:hidden auto}.stage-minimap{z-index:13;-webkit-backdrop-filter:blur(12px)saturate(1.4);border-radius:var(--hud-r-xl);width:196px;box-shadow:var(--hud-shadow-float);background:#ffffff6b;border:1px solid #ffffff80;transition:background .16s;position:absolute;bottom:12px;left:12px;overflow:hidden}.stage-minimap:hover{background:#ffffffdb}.stage-minimap-head{font:500 10px/1 var(--hud-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--hud-muted);padding:8px 11px}.stage-minimap .map-mini{background:0 0}.stage-minimap .map-zone{background:#ffffff73;border-color:#e8e5deb3}.stage-minimap .map-zone-private{background:#12a5941f}.stage-minimap .map-zone-quiet{background:#e0871f1f}.stage-minimap .map-ground{opacity:.5}.stage-minimap .map-wall{background:#a09a8f8c}.stage-3d-keys{z-index:12;box-shadow:var(--hud-shadow-float);font:400 12px/1.5 var(--hud-font);color:var(--hud-muted);white-space:nowrap;pointer-events:none;background:#ffffffeb;border-radius:10px;padding:7px 12px;position:absolute;bottom:80px;left:50%;transform:translate(-50%)}.stage-controls{z-index:14;-webkit-backdrop-filter:blur(14px)saturate(1.4);max-width:calc(100% - 460px);box-shadow:var(--hud-shadow-float);background:#fffffff0;border:1px solid #fff9;border-radius:999px;align-items:center;gap:8px;padding:7px 9px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.stage-ctl-group{gap:6px;display:flex}.stage-ctl-reactions{gap:5px}.stage-ctl-reactions .hud-iconbtn{color:var(--hud-ink-2)}.stage-ctl-right{align-items:center;gap:8px;min-width:0;display:flex}.stage-alone{border:1px dashed var(--hud-border-3);border-radius:var(--hud-r-2xl);color:var(--hud-muted);font:400 11px/1.45 var(--hud-font);text-wrap:pretty;box-shadow:var(--hud-shadow-float);background:#ffffffeb;flex-direction:column;gap:6px;padding:11px 12px;display:flex}.stage-audio-blocked{z-index:20;border-radius:var(--hud-r-xl);border:1px solid var(--hud-orange-line);color:var(--hud-orange-ink);font:500 12px/1 var(--hud-font);cursor:pointer;box-shadow:var(--hud-shadow-float);background:#fff7ea;align-items:center;gap:8px;padding:10px 14px;display:flex;position:absolute;top:64px;left:50%;transform:translate(-50%)}@media (width>=1181px){.stage-map-wrap{padding-right:196px}}@media (width<=1180px){.stage-minimap{display:none}.stage-controls{max-width:calc(100% - 24px);overflow-x:auto}.stage-tiles{max-height:calc(100% - 260px)}}.tile{background:var(--hud-surface);border:1px solid var(--hud-border);border-radius:var(--hud-r-2xl);flex:none;width:100%;transition:box-shadow .15s;overflow:hidden;box-shadow:0 1px 2px #14141a0d}.tile-self{border-color:#d5d0c6}.tile-speaking{box-shadow:0 0 0 2px var(--hud-teal)}.tile-media{aspect-ratio:16/10;background:var(--hud-surface-4);position:relative}.tile-video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.tile-noCam{place-items:center;display:grid;position:absolute;inset:0}.tile-level{background:linear-gradient(90deg, var(--hud-accent) var(--pct), #fff9 var(--pct));width:auto;height:3px;position:absolute;bottom:8px;left:8px;right:8px}.tile-screen{color:#fff;font:500 10px/1 var(--hud-font);cursor:pointer;background:#16161ad9;border:none;border-radius:7px;align-items:center;gap:5px;padding:4px 7px;display:flex;position:absolute;top:6px;left:6px}.tile-foot{align-items:center;gap:7px;padding:8px 10px;display:flex}.tile-name{font:500 12px/1 var(--hud-font);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.map{border:1px solid var(--hud-border-2);border-radius:var(--hud-r-2xl);cursor:crosshair;-webkit-user-select:none;user-select:none;background:#fbfaf7;flex:auto;width:100%;min-width:0;position:relative;overflow:hidden}.map-mini{background:var(--hud-surface-2);border:none;border-radius:0;height:106px;overflow:hidden;aspect-ratio:auto!important}.map-zone{background:#fff;border:1px solid #e8e5de;border-radius:16px;position:absolute;box-shadow:0 2px 10px #14141a0a}.map-zone-private{background:#12a59412;border-color:#12a59447}.map-zone-quiet{background:#e0871f0f;border-color:#e0871f42}.map-mini .map-zone{box-shadow:none;border-radius:5px}.map-mini .map-zone-private{background:#fff;border-color:#12a59466}.map-zone-head{z-index:8;pointer-events:none;background:#fffffff0;border-radius:8px;align-items:center;gap:7px;padding:4px 8px;display:flex;position:absolute;top:8px;left:8px;right:8px;overflow:hidden;box-shadow:0 1px 3px #14141a14}.map-zone-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;font:500 11px/1.3 var(--hud-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--hud-muted);overflow:hidden}.map-zone-private .map-zone-label{color:var(--hud-teal-ink)}.map-zone-quiet .map-zone-label{color:var(--hud-orange-ink)}.map-zone-meta{white-space:nowrap;font:400 10px/1.3 var(--hud-mono);color:var(--hud-muted);flex:none}.map-ground{pointer-events:none;background:#e9e4d8;position:absolute}.map-ground-grass{background:#d6e3c4}.map-furn{pointer-events:none;background:#e6e2da;border-radius:6px;position:absolute}.map-wall{pointer-events:none;background:#c9c4b9;border-radius:2px;position:absolute}.map-mini .map-wall{background:#d8d4cc}.map-spot{cursor:pointer;z-index:4;width:28px;height:28px;color:var(--hud-muted);background:#f8f7f3;border:1px solid #ddd8cf;border-radius:10px;place-items:center;margin:-14px;display:grid;position:absolute}.map-spot:hover{border-color:var(--hud-accent);color:var(--hud-accent)}.map-spot-active{color:var(--hud-accent);border-color:var(--hud-accent);background:#2f4dff1a}.map-spot-hint{white-space:nowrap;background:var(--hud-sidebar);color:#fff;z-index:9;font:500 11px/1 var(--hud-font);pointer-events:none;border-radius:9px;padding:6px 9px;position:absolute;top:-34px;left:50%;transform:translate(-50%);box-shadow:0 6px 18px #14141a33}.map-spot-hint-below{top:calc(100% + 8px)}.map-aura{pointer-events:none;background:radial-gradient(circle,#2f4dff21 0%,#2f4dff00 70%);border:1px solid #2f4dff2e;border-radius:50%;transition:left .2s linear,top .2s linear;position:absolute;transform:translate(-50%,-50%)}.map-bloom{border:2px solid var(--hud-accent);pointer-events:none;border-radius:50%;width:40px;height:40px;animation:1.1s ease-out forwards hud-bloom;position:absolute}.map-pin{z-index:5;pointer-events:none;flex-direction:column;align-items:center;gap:4px;transition:left .2s linear,top .2s linear;display:flex;position:absolute;transform:translate(-50%,-50%)}.map-pin-me{z-index:6}.map-pin-off{opacity:.45}.map-pin-face{box-shadow:0 0 0 2.5px #fff, var(--hud-shadow-pin)!important}.map-pin-tag{white-space:nowrap;font:500 11px/1 var(--hud-font);color:var(--hud-ink);background:#fffffff0;border-radius:8px;padding:3px 7px;box-shadow:0 2px 8px #14141a1a}.map-emote{font-size:19px;animation:1.7s ease-out forwards hud-float-up;position:absolute;top:-18px;left:50%}.map-dot{border-radius:50%;width:7px;height:7px;margin:-3.5px;transition:left .2s linear,top .2s linear;position:absolute}.map-dot-me{background:var(--hud-ink);width:9px;height:9px;margin:-4.5px}.rail{z-index:30;background:var(--hud-surface);flex-direction:column;min-height:0;display:flex;position:absolute;inset:0}.rail-head{border-bottom:1px solid var(--hud-border-2);align-items:center;gap:11px;padding:15px 22px;display:flex}.rail-head-text{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.rail-collapse{flex:none}.rail-title{font:600 14px/1 var(--hud-font);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rail-meta{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.rail-list{flex-direction:column;flex:1;gap:2px;min-height:0;padding:18px 22px;display:flex;overflow-y:auto}.rail-more{border:1px solid var(--hud-border);background:var(--hud-surface);font:500 11px/1 var(--hud-font);color:var(--hud-muted);cursor:pointer;border-radius:9px;align-self:center;margin-bottom:8px;padding:5px 9px}.rail-empty{font:400 13px/1.6 var(--hud-font);color:var(--hud-muted);text-wrap:pretty}.msg-wrap{flex-direction:column;display:flex}.msg-new{align-items:center;gap:9px;padding:8px 0 12px;display:flex}.msg-new span:first-child{background:#f0b8b1;flex:1;height:1px}.msg-new span:last-child{font:500 10px/1 var(--hud-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--hud-red-ink)}.msg{border-radius:12px;gap:11px;margin:0 -10px;padding:9px 10px;display:flex}.msg:hover{background:var(--hud-surface-3)}.msg-body{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.msg-head{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.msg-name{font:600 13px/1 var(--hud-font)}.msg-text{font:400 13px/1.55 var(--hud-font);color:var(--hud-ink-2);text-wrap:pretty;overflow-wrap:anywhere}.msg-reactions{flex-wrap:wrap;gap:5px;padding-top:1px;display:flex}.msg-chip{cursor:pointer;height:24px;font:500 11px/1 var(--hud-font);border:1px solid var(--hud-border);background:var(--hud-surface-3);color:var(--hud-ink-2);border-radius:12px;align-items:center;gap:4px;padding:0 8px;display:flex}.msg-chip-mine{border-color:var(--hud-accent);background:var(--hud-accent-soft);color:var(--hud-accent)}.msg-replies{color:var(--hud-accent);cursor:pointer;font:500 12px/1 var(--hud-font);background:0 0;border:none;border-radius:8px;align-self:flex-start;align-items:center;gap:7px;margin-top:1px;padding:5px 8px;display:flex}.msg-replies:hover{background:var(--hud-accent-soft)}.msg-actions{opacity:0;flex:none;align-self:flex-start;gap:3px;transition:opacity .12s;display:flex}.msg:hover .msg-actions{opacity:1}.composer-wrap{padding:12px 22px 18px}.composer{border:1px solid var(--hud-border);border-radius:var(--hud-r-xl);background:var(--hud-surface);overflow:hidden;box-shadow:0 1px 2px #14141a0a}.composer-input{width:100%;height:44px;font:400 13px/1 var(--hud-font);color:var(--hud-ink);background:0 0;border:none;padding:0 13px}.composer-input:focus-visible{outline:none}.composer:focus-within{border-color:var(--hud-accent-ring)}.composer-bar{border-top:1px solid var(--hud-surface-4);align-items:center;gap:6px;padding:8px 10px;display:flex}.composer-emote{cursor:pointer;background:0 0;border:none;border-radius:8px;width:28px;height:28px;font-size:14px}.composer-emote:hover{background:var(--hud-surface-4)}.composer-send{cursor:pointer;background:var(--hud-surface-4);width:30px;height:30px;color:var(--hud-muted);border:none;border-radius:9px;place-items:center;display:grid}.composer-send-ready{background:var(--hud-accent);color:#fff}.composer-send:disabled{cursor:default}.palette{background:var(--hud-surface);border:1px solid var(--hud-border);border-radius:var(--hud-r-3xl);width:min(580px,100%);box-shadow:var(--hud-shadow-modal);overflow:hidden}.palette-search{border-bottom:1px solid var(--hud-border-2);color:var(--hud-muted);align-items:center;gap:11px;padding:0 16px;display:flex}.palette-search input{height:54px;font:400 15px/1 var(--hud-font);color:var(--hud-ink);background:0 0;border:none;flex:1}.palette-search input:focus-visible{outline:none}.palette-list{max-height:min(430px,54vh);padding:8px;overflow-y:auto}.palette-group{flex-direction:column;gap:1px;padding-bottom:6px;display:flex}.palette-group-label{font:500 10px/1 var(--hud-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--hud-muted);padding:8px 10px 5px}.palette-item{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;width:100%;padding:10px;display:flex}.palette-item-active{background:var(--hud-surface-4)}.palette-icon{background:var(--hud-surface-4);width:28px;height:28px;color:var(--hud-ink-2);border-radius:9px;flex:none;place-items:center;display:grid}.palette-text{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.palette-label{font:500 13px/1.3 var(--hud-font);color:var(--hud-ink);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.palette-meta{font:400 11px/1.3 var(--hud-mono);color:var(--hud-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.palette-enter{font:500 10px/1 var(--hud-mono);color:var(--hud-muted);border:1px solid var(--hud-border);border-radius:5px;flex:none;padding:4px 6px}.palette-none{font:400 13px/1.5 var(--hud-font);color:var(--hud-muted);padding:22px 14px}.palette-foot{border-top:1px solid var(--hud-border-2);background:var(--hud-surface-3);font:400 11px/1 var(--hud-mono);color:var(--hud-muted);flex-wrap:wrap;align-items:center;gap:6px 14px;padding:10px 16px;display:flex}.dialog-text{font:400 13px/1.55 var(--hud-font);color:var(--hud-ink-2);text-wrap:pretty;margin:0}.devices-grid{grid-template-columns:200px 1fr;gap:16px;display:grid}.devices-preview{aspect-ratio:4/3;background:var(--hud-surface-4);border-radius:var(--hud-r-lg);place-items:center;display:grid;overflow:hidden}.devices-video{object-fit:cover;width:100%;height:100%;transform:scaleX(-1)}.devices-noVideo{font:400 11px/1.4 var(--hud-font);color:var(--hud-muted);text-align:center;flex-direction:column;align-items:center;gap:8px;padding:10px;display:flex}.devices-fields{flex-direction:column;gap:12px;min-width:0;display:flex}.devices-field{flex-direction:column;gap:6px;display:flex}.devices-label{font:500 12px/1 var(--hud-font);color:var(--hud-ink-2);align-items:center;gap:6px;display:flex}.devices-level{font:400 10px/1 var(--hud-mono);color:var(--hud-muted);align-items:center;gap:8px;display:flex}.devices-level-bar{width:140px}.devices-hint{font:400 11px/1.4 var(--hud-font);color:var(--hud-muted);text-wrap:pretty;flex:1}@media (width<=560px){.devices-grid{grid-template-columns:1fr}}.knock-stack{z-index:96;flex-direction:column;gap:8px;display:flex;position:fixed;top:22px;right:22px}.knock{background:var(--hud-surface);border:1px solid var(--hud-border);border-radius:var(--hud-r-xl);box-shadow:var(--hud-shadow-toast);align-items:center;gap:10px;padding:10px 12px;animation:1.6s ease-in-out 3 hud-pulse;display:flex}.knock-text{font:400 12px/1.4 var(--hud-font);color:var(--hud-ink-2)}.screen-overlay{z-index:92;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#16161a99;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.screen-overlay-card{background:var(--hud-surface);border-radius:var(--hud-r-3xl);width:min(1400px,100%);max-height:100%;box-shadow:var(--hud-shadow-modal);flex-direction:column;display:flex;overflow:hidden}.screen-overlay-head{border-bottom:1px solid var(--hud-border-2);align-items:center;gap:10px;padding:10px 14px;display:flex}.screen-overlay-title{font:600 13px/1 var(--hud-font);flex:1}.screen-overlay-body{background:#0f0f12;place-items:center;min-height:300px;display:grid}.screen-overlay-video{object-fit:contain;width:100%;max-height:calc(100vh - 120px);display:block}@media (width<=1100px){.rail,.shell-edge{display:none}}@media (width<=760px){.shell-sidebar{display:none}.hud-toast{left:20px}}.desk-panel{z-index:40;width:340px;position:absolute;top:14px;bottom:14px;right:14px}.desk-panel .hud-panel-foot{flex-wrap:wrap}.desk-panel .hud-panel-foot .hud-text{flex:100%}.desk-anchor{border:1px solid var(--hud-border-2);border-radius:var(--hud-r-md);background:var(--hud-surface-2);flex-direction:column;gap:8px;padding:9px 10px;display:flex}.desk-anchor-filled{border-color:var(--hud-accent-ring);background:var(--hud-surface)}.desk-anchor-select{flex:0 0 60%}.desk-anchor-body{border-top:1px solid var(--hud-border-2);flex-direction:column;gap:7px;padding-top:6px;display:flex}.desk-anchor-body .hud-slider-label{min-width:52px;font-size:11px}.desk-color{flex-direction:column;gap:5px;display:flex}.desk-color-label{font:400 12px/1 var(--hud-font);color:var(--hud-ink-2)}.stage-3d-rail{-webkit-backdrop-filter:blur(12px)saturate(1.4);border-radius:var(--hud-r-xl);box-shadow:var(--hud-shadow-float);z-index:13;background:#ffffffeb;flex-direction:column;gap:4px;padding:5px;display:flex;position:absolute;bottom:12px;right:12px}.stage-offscreen{box-shadow:var(--hud-shadow-float);cursor:pointer;z-index:7;background:#fffffff2;border:0;border-radius:999px;align-items:center;gap:4px;padding:3px 6px 3px 4px;display:flex;position:absolute;transform:translate(-50%,-50%)}.stage-offscreen-arrow{color:var(--hud-accent);transform-origin:50%;display:inline-flex}.stage-offscreen-arrow svg{transform:rotate(-90deg)}.peer-menu{z-index:9;border:1px solid var(--hud-border);min-width:168px;box-shadow:var(--hud-shadow-float);background:#fffffffa;border-radius:12px;flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;transform:translate(8px,8px)}.peer-menu-flip{transform:translate(8px,calc(-100% - 8px))}.peer-menu-head{font:600 12px/1 var(--hud-font);color:var(--hud-ink);border-bottom:1px solid var(--hud-border-2);align-items:center;gap:8px;margin-bottom:3px;padding:4px 8px 6px;display:flex}.peer-menu button{color:var(--hud-ink);font:500 12px/1 var(--hud-font);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:7px 9px;display:flex}.peer-menu button:hover{background:var(--hud-surface-2)}.peer-menu button:disabled{opacity:.45;cursor:default}.label-simple{cursor:pointer;flex-direction:column;align-items:center;gap:3px;display:flex;position:relative}.label-simple-name{white-space:nowrap;font:500 11px/1 var(--hud-font);color:var(--hud-ink);background:#fffffff0;border-radius:8px;padding:3px 7px;box-shadow:0 2px 8px #14141a1a}.label-simple.self .label-simple-name{color:var(--hud-accent)}.label-simple.muted{opacity:.5}.zone-label-go{cursor:pointer;pointer-events:auto}.zone-label-go:hover{color:var(--hud-ink);border-color:var(--hud-accent)}.map-pin-go{pointer-events:auto;cursor:pointer}.view-dialog{flex-direction:column;gap:14px;max-height:62vh;padding-right:4px;display:flex;overflow-y:auto}.object-tip{color:#fff;font:500 11px/1 var(--hud-font);white-space:nowrap;box-shadow:var(--hud-shadow-float);pointer-events:none;background:#1c1c1eeb;border-radius:9px;padding:5px 10px}.label-wrap{flex-direction:column;align-items:center;gap:4px;display:flex;position:relative}.label-glyph{pointer-events:none;font-size:22px;line-height:1;animation:1.7s ease-out forwards hud-float-up;position:absolute;top:-26px;left:50%}.label-simple .label-glyph{top:-22px}.board-card{width:min(1500px,100%)}.board-body{background:#e9e9ec;flex-direction:column;display:flex}.board-tools{background:var(--hud-surface);border-bottom:1px solid var(--hud-border-2);flex-wrap:wrap;align-items:center;gap:6px;padding:8px 12px;display:flex}.board-sep{background:var(--hud-border-2);width:1px;height:22px;margin:0 4px}.board-width{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.board-width span{background:var(--hud-ink);border-radius:50%;display:block}.board-width.on{border-color:var(--hud-accent);background:var(--hud-accent-soft,#2f4dff1a)}.board-color{width:24px;height:24px;box-shadow:0 0 0 1px var(--hud-border);cursor:pointer;border:2px solid #fff;border-radius:50%}.board-color.on{box-shadow:0 0 0 2px var(--hud-accent)}.board-stage{place-items:center;max-height:calc(100vh - 160px);padding:14px;display:grid;position:relative;overflow:hidden}.board-canvas{touch-action:none;object-fit:contain;background:#fbfbfa;border-radius:6px;width:100%;height:auto;max-height:calc(100vh - 190px);display:block;box-shadow:0 6px 24px #14141a2e}.board-tool-pen{cursor:crosshair}.board-tool-eraser{cursor:cell}.board-tool-note{cursor:copy}.board-readonly{cursor:default}.board-note-editor{box-shadow:var(--hud-shadow-modal);border-radius:6px;flex-direction:column;gap:6px;min-width:180px;padding:8px;display:flex;position:absolute}.board-note-editor textarea{width:100%;min-height:70px;font:500 13px/1.3 var(--hud-font);resize:vertical;background:#ffffffd9;border:none;border-radius:4px;padding:6px}.board-note-actions{justify-content:flex-end;gap:6px;display:flex}.board-loading{color:var(--hud-muted);font:500 13px var(--hud-font);background:#e9e9ec99;place-items:center;display:grid;position:absolute;inset:0}.tv-menu{min-width:250px;max-width:320px}.tv-menu-center{top:50%;left:50%;transform:translate(-50%,-50%)}.tv-menu-status{font:400 11px/1.3 var(--hud-font);color:var(--hud-muted);padding:2px 8px 6px}.tv-menu-player{border-bottom:1px solid var(--hud-border-2);flex-direction:column;gap:6px;margin-bottom:3px;padding:4px 8px 8px;display:flex}.tv-menu-title{font:600 12px/1.3 var(--hud-font);color:var(--hud-ink);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tv-menu-controls{align-items:center;gap:4px;display:flex}.tv-menu-controls button,.tv-menu-row button{border:1px solid var(--hud-border-2);justify-content:center;width:30px;height:28px;padding:0}.tv-menu-time{font:400 11px/1 var(--hud-mono);color:var(--hud-muted);margin-left:auto}.tv-menu-hint{font:400 11px/1.3 var(--hud-font);color:var(--hud-muted);padding:4px 8px}.tv-menu-url{flex-direction:column;gap:4px;padding:4px;display:flex}.tv-menu-url .hud-input{height:30px;font-size:12px}.tv-menu-row{align-items:center;gap:4px;padding:2px 8px;display:flex}.tv-menu-row-label{font:500 12px/1 var(--hud-font);color:var(--hud-ink);flex:1}.tv-menu button.tv-menu-on,.picture-menu button.tv-menu-on{background:var(--hud-teal-soft,#dff5ee);color:var(--hud-teal-ink,#0b6b4f);border-color:#0000}.tv-overlay{flex-direction:column;width:100%;display:flex}.tv-overlay-video{background:#000;place-items:center;display:grid}.tv-overlay-video video{object-fit:contain;width:100%;max-height:calc(100vh - 180px);display:block}.tv-overlay-embed{aspect-ratio:16/9;background:#000;width:100%;max-height:calc(100vh - 180px);position:relative}.tv-overlay-embed iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.tv-overlay-controls{background:var(--hud-surface);border-top:1px solid var(--hud-border-2);flex-wrap:wrap;align-items:center;gap:10px;padding:8px 14px;display:flex}.tv-overlay-seek{flex:240px;min-width:180px}.tv-overlay-volume{flex:0 0 180px}.tv-embed{pointer-events:none;background:#000;position:relative;overflow:hidden}.tv-embed .embed-player,.tv-embed iframe{pointer-events:none;border:0;position:absolute;inset:0;width:100%!important;height:100%!important}.tv-embed-error{color:#fff;font:500 18px/1.3 var(--hud-font);background:#000000b3;padding:8px 12px;position:absolute;bottom:0;left:0;right:0}.tv-overlay-embed .embed-player{position:absolute;inset:0}.tv-menu-web{background:#ffffff0d;border-radius:8px;flex-direction:column;gap:4px;padding:6px 8px;display:flex}.tv-menu-channels{flex-wrap:wrap}.tv-menu-channels button{text-overflow:ellipsis;white-space:nowrap;max-width:12ch;overflow:hidden}.screen-overlay-card.screen-overlay-fill{height:100%}.screen-overlay-fill .screen-overlay-body{flex:auto;min-height:0;padding:10px 12px 12px;display:flex}.web-overlay{flex-direction:column;gap:8px;width:100%;height:100%;min-height:0;display:flex}.web-bar{flex-wrap:nowrap;align-items:center;gap:10px;display:flex}.web-nav{flex:none;align-items:center;gap:2px;display:flex}.web-address{background:#ffffff12;border:1px solid #ffffff1a;border-radius:999px;flex:auto;align-items:center;gap:8px;min-width:0;height:34px;padding:0 6px 0 12px;transition:border-color .12s,background .12s;display:flex}.web-address:focus-within{border-color:var(--hud-accent);box-shadow:0 0 0 3px var(--hud-accent-ring);background:#ffffff1c}.web-address-busy{border-style:dashed}.web-address-icon{color:#7d8fb8;flex:none}.web-address-input{color:#e8eefc;min-width:0;font:400 13px/1 var(--hud-font);background:0 0;border:0;outline:none;flex:auto;padding:0}.web-address-input::placeholder{color:#5a6f9e}.web-address-input:disabled{color:#9fb3dc}.web-address-go{background:var(--hud-accent);color:#fff;cursor:pointer;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.web-btn{color:#e8eefc;height:34px;font:500 12px/1 var(--hud-font);white-space:nowrap;cursor:pointer;background:#ffffff12;border:1px solid #ffffff24;border-radius:999px;flex:none;align-items:center;gap:6px;padding:0 12px;text-decoration:none;display:inline-flex}.web-btn:hover{background:#ffffff24}.web-btn-primary{background:var(--hud-accent);color:#fff;border-color:#0000}.web-btn-primary:hover{background:var(--hud-accent-hover)}.web-btn-on{color:#ffd479;background:#ffd47929;border-color:#ffd47980}.web-btn-icon{justify-content:center;width:34px;padding:0}.web-banner{color:#ffd479;font:400 12px/1.4 var(--hud-font);background:#ffd4791f;border-radius:10px;align-items:center;gap:8px;padding:7px 12px;display:flex}.web-banner-quiet{color:#9fb3dc;background:#ffffff0f}.web-stage{background:#0b0f18;border-radius:10px;flex:auto;justify-content:center;align-items:center;min-height:0;display:flex;position:relative;overflow:hidden}.web-canvas{touch-action:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;outline:none;display:block}.web-canvas-live{cursor:crosshair}.web-busy{background:#0000008c;border-radius:6px;padding:3px 8px;position:absolute;bottom:8px;right:10px}.composer-mentions{z-index:20;border:1px solid var(--hud-border);background:var(--hud-surface);box-shadow:var(--hud-shadow-float);border-radius:10px;flex-direction:column;max-height:220px;padding:4px;display:flex;position:absolute;bottom:calc(100% + 6px);left:8px;right:8px;overflow-y:auto}.composer-mention{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;padding:5px 7px;display:flex}.composer-mention:hover,.composer-mention.is-active{background:color-mix(in srgb, var(--hud-accent) 12%, transparent)}.composer-mention-name{font:600 12px/1.2 var(--hud-font);color:var(--hud-ink)}.composer-mention-hint{font:500 11px/1.2 var(--hud-font);color:var(--hud-muted);margin-left:auto}.composer{position:relative}.picture-menu{min-width:260px;max-width:320px}.picture-menu .picture-fit button{width:auto;font:500 11px/1 var(--hud-font);padding:0 8px}.img-picker{flex-direction:column;gap:6px;padding:4px 8px 8px;display:flex}.img-picker-grid{grid-template-columns:repeat(4,1fr);gap:5px;max-height:214px;display:grid;overflow-y:auto}.img-tile-wrap{position:relative}.img-tile{aspect-ratio:1;border:1px solid var(--hud-border-2);background:var(--hud-surface-2,#f3f2ef);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;width:100%;padding:0;display:flex;overflow:hidden}.img-tile img{object-fit:cover;width:100%;height:100%;display:block}.img-tile:hover{border-color:var(--hud-muted-2)}.img-tile-empty{font:500 9px/1.1 var(--hud-font);color:var(--hud-muted);text-align:center;flex-direction:column;gap:2px;padding:2px}.img-tile-wrap.img-tile-on .img-tile,.img-tile.img-tile-on{border-color:var(--hud-teal,#0b6b4f);box-shadow:0 0 0 2px var(--hud-teal-soft,#dff5ee)}.img-tile-del{color:#fff;cursor:pointer;background:#141416b8;border:none;border-radius:5px;justify-content:center;align-items:center;width:18px;height:18px;padding:0;display:none;position:absolute;top:2px;right:2px}.img-tile-wrap:hover .img-tile-del,.img-tile-del-on{display:flex}.img-tile-del-on{background:var(--hud-red,#c0392b)}.img-picker-upload{cursor:pointer;border:1px dashed var(--hud-border-2);font:500 12px/1 var(--hud-font);color:var(--hud-ink);border-radius:8px;flex-wrap:wrap;align-items:center;gap:6px;padding:6px 8px;display:flex}.img-picker-upload:hover{border-color:var(--hud-muted-2);background:var(--hud-surface-2,#f7f6f4)}.img-picker-upload input{display:none}.img-picker-limit{font:400 10px/1.2 var(--hud-font);color:var(--hud-muted);flex-basis:100%}.img-picker-hint{font:400 11px/1.3 var(--hud-font);color:var(--hud-muted)}.img-picker-error{font:400 11px/1.3 var(--hud-font);color:var(--hud-red,#c0392b)}.editor{background:var(--hud-bg);color:var(--hud-ink);position:fixed;inset:0;overflow:hidden}.editor-canvas{position:absolute;inset:0}.editor-readonly .editor-left,.editor-readonly .editor-right,.editor-readonly .editor-tools{opacity:.55;pointer-events:none}.editor-top{border-bottom:1px solid var(--hud-border);z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;align-items:center;gap:10px;height:52px;padding:0 12px;display:flex;position:absolute;top:0;left:0;right:0}.editor-top-title{flex-direction:column;flex:0 auto;gap:4px;min-width:0;max-width:220px;display:flex}.editor-top-title strong{font:600 13px/1 var(--hud-font);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.editor-top-status{flex:0 auto;align-items:center;gap:6px;min-width:0;display:flex;overflow:hidden}.editor-top-right{flex:none;align-items:center;gap:6px;margin-left:auto;display:flex}.editor-top-right .hud-divider-v{margin:0 4px}.editor-tools{background:var(--hud-surface);border:1px solid var(--hud-border);border-radius:var(--hud-r-xl);width:66px;box-shadow:var(--hud-shadow-card);z-index:6;flex-direction:column;gap:4px;padding:6px;display:flex;position:absolute;top:66px;left:14px}.editor-tool{border-radius:var(--hud-r-md);color:var(--hud-muted);cursor:pointer;font:500 10px/1 var(--hud-font);background:0 0;border:none;flex-direction:column;align-items:center;gap:5px;padding:8px 4px 7px;display:flex;position:relative}.editor-tool:hover{background:var(--hud-surface-4);color:var(--hud-ink)}.editor-tool-active{background:var(--hud-ink);color:#fff}.editor-tool kbd{font:500 8px/1 var(--hud-mono);color:inherit;opacity:.55;position:absolute;top:3px;right:3px}.editor-left{background:var(--hud-surface);border:1px solid var(--hud-border);border-radius:var(--hud-r-2xl);width:264px;box-shadow:var(--hud-shadow-card);z-index:5;flex-direction:column;display:flex;position:absolute;top:66px;bottom:76px;left:92px;overflow:hidden}.editor-tool-options{border-bottom:1px solid var(--hud-border-2);background:var(--hud-surface-3);flex-direction:column;gap:9px;padding:12px 13px;display:flex}.editor-left-head{justify-content:space-between;align-items:center;padding:11px 13px 6px;display:flex}.catalog{flex-direction:column;flex:1;gap:6px;min-height:0;padding:0 9px 10px;display:flex;overflow-y:auto}.catalog-search{border:1px solid var(--hud-border);border-radius:var(--hud-r-md);background:var(--hud-surface-2);height:32px;color:var(--hud-muted);align-items:center;gap:8px;margin:0 4px 4px;padding:0 10px;display:flex}.catalog-search input{min-width:0;font:400 12px/1 var(--hud-font);color:var(--hud-ink);background:0 0;border:none;outline:none;flex:1}.catalog-group{flex-direction:column;gap:4px;display:flex}.catalog-group-head{cursor:pointer;color:var(--hud-muted);text-align:left;background:0 0;border:none;align-items:center;gap:6px;padding:6px 4px;display:flex}.catalog-group-name{font:500 10px/1 var(--hud-mono);letter-spacing:.1em;text-transform:uppercase;flex:1}.catalog-group-count{font:400 10px/1 var(--hud-mono);color:var(--hud-muted-2)}.catalog-tiles{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;display:grid}.catalog-tile{border:1px solid var(--hud-border-2);border-radius:var(--hud-r-md);background:var(--hud-surface-2);cursor:grab;color:var(--hud-ink-2);font:500 10px/1.15 var(--hud-font);text-align:center;flex-direction:column;align-items:center;gap:4px;padding:5px 3px 6px;transition:border-color .12s,background .12s;display:flex}.catalog-tile:hover{border-color:var(--hud-border-hover);background:var(--hud-surface)}.catalog-tile-active{border-color:var(--hud-accent);background:var(--hud-accent-soft);color:var(--hud-accent)}.catalog-tile img,.catalog-tile .thumb-empty{background:var(--hud-surface);object-fit:contain;border-radius:6px;width:56px;height:56px}.catalog-tile-label{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.editor-right{background:var(--hud-surface);border:1px solid var(--hud-border);border-radius:var(--hud-r-2xl);width:316px;box-shadow:var(--hud-shadow-card);z-index:5;flex-direction:column;display:flex;position:absolute;top:66px;bottom:76px;right:14px;overflow-y:auto}.inspector-head{border-bottom:1px solid var(--hud-border-2);background:var(--hud-surface);z-index:1;flex-direction:column;gap:5px;padding:13px 14px;display:flex;position:sticky;top:0}.inspector-title{font:600 14px/1.2 var(--hud-font);color:var(--hud-ink)}.inspector-actions{background:var(--hud-surface-3);flex-flow:wrap;gap:6px;margin-top:auto}.inspector-actions .hud-btn-danger{margin-left:auto}.inspector-anchor-select{flex:0 0 55%}.material{border:1px solid var(--hud-border-2);border-radius:var(--hud-r-md);background:var(--hud-surface-2);flex-direction:column;gap:7px;padding:9px 10px;display:flex}.material-head{font:500 12px/1 var(--hud-font);color:var(--hud-ink);justify-content:space-between;align-items:center;display:flex}.material .hud-slider-label{min-width:52px;font-size:11px}.zone-access{flex-direction:column;gap:4px;display:flex}.zone-access-row{border-radius:var(--hud-r-sm);justify-content:space-between;align-items:center;gap:8px;padding:5px 6px;display:flex}.zone-access-row:hover{background:var(--hud-surface-2)}.zone-access-name{font:500 12px/1 var(--hud-font);color:var(--hud-ink)}.editor-bottom{z-index:6;flex-direction:column;align-items:center;gap:8px;max-width:min(60vw,760px);display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.editor-keys{border:1px solid var(--hud-border);border-radius:var(--hud-r-xl);box-shadow:var(--hud-shadow-float);font:400 12px/1.6 var(--hud-font);color:var(--hud-muted);white-space:nowrap;background:#fffffff0;padding:8px 14px}.issues{border:1px solid var(--hud-red-line);border-radius:var(--hud-r-xl);min-width:320px;max-width:100%;box-shadow:var(--hud-shadow-float);background:#fffffff5;flex-direction:column;gap:4px;padding:10px 12px;display:flex}.issues-ok{border-color:var(--hud-teal-line);color:var(--hud-teal-ink);font:500 12px/1 var(--hud-font);flex-direction:row;align-items:center;gap:8px;min-width:0}.issues-head{font:500 12px/1 var(--hud-font);color:var(--hud-red-ink);justify-content:space-between;align-items:center;gap:10px;margin-bottom:2px;display:flex}.issue{text-align:left;font:400 12px/1.35 var(--hud-font);color:var(--hud-ink-2);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:3px 0;display:flex}.issue .hud-notice-dot{background:var(--hud-red);margin:0}.issue:hover{color:var(--hud-red-ink)}.editor-banner{z-index:8;width:min(560px,60vw);position:absolute;top:62px;left:50%;transform:translate(-50%)}.revisions{flex-direction:column;gap:6px;display:flex}.revision-active{border-color:var(--hud-teal-line)}.gen-steps{gap:14px;margin:0 0 14px;padding:0;list-style:none;display:flex}.gen-step{font:500 11px/1 var(--hud-font);color:var(--hud-muted);align-items:center;gap:7px;display:flex}.gen-step-num{background:var(--hud-surface-4);width:20px;height:20px;font:600 10px/1 var(--hud-mono);border-radius:50%;place-items:center;display:grid}.gen-step-active{color:var(--hud-ink)}.gen-step-active .gen-step-num{background:var(--hud-ink);color:#fff}.gen-step-done .gen-step-num{background:var(--hud-teal);color:#fff}.gen-body{flex-direction:column;gap:12px;display:flex}.gen-mode{align-self:flex-start}.gen-prompt{min-height:96px}.gen-params{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.gen-checks{flex-wrap:wrap;gap:14px;display:flex}.gen-foot{border-top:1px solid var(--hud-border-2);justify-content:space-between;align-items:center;gap:10px;padding-top:6px;display:flex}.gen-progress{flex-direction:column;gap:8px;display:flex}.gen-progress-bar{background:var(--hud-surface-4);border-radius:3px;height:6px;overflow:hidden}.gen-progress-bar span{background:var(--hud-accent);height:100%;transition:width .4s;display:block}.gen-progress-text{font:500 12px/1.3 var(--hud-font);color:var(--hud-ink-2)}.gen-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.gen-grid-2{grid-template-columns:1fr 1fr;align-items:end}.gen-outdoor{align-items:center;gap:10px;min-height:32px;display:flex}.gen-rooms{flex-direction:column;gap:6px;display:flex}.gen-rooms-head{justify-content:space-between;align-items:center;display:flex}.gen-room{grid-template-columns:1.3fr 1.2fr 64px 1.6fr 30px;align-items:center;gap:6px;display:grid}.gen-room-head{font:500 10px/1 var(--hud-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--hud-muted);padding:0 2px}.gen-questions{border-radius:var(--hud-r-lg);background:var(--hud-surface-3);flex-direction:column;gap:10px;padding:10px 12px;display:flex}.gen-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.gen-stat{border-radius:var(--hud-r-lg);background:var(--hud-surface-3);flex-direction:column;gap:3px;padding:10px 12px;display:flex}.gen-stat strong{font:600 20px/1 var(--hud-font);color:var(--hud-ink)}.gen-stat span{font:500 10px/1 var(--hud-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--hud-muted)}.gen-details{font:400 12px/1.4 var(--hud-font);color:var(--hud-ink-2)}.gen-details summary{cursor:pointer;font-weight:500}.gen-details ul{margin:6px 0 0;padding-left:18px}.gen-history{border-top:1px dashed var(--hud-border-2);justify-content:space-between;align-items:center;gap:10px;margin-top:12px;padding-top:10px;display:flex}.editor-tool-ai{color:var(--hud-accent)}.web-channels{flex-direction:column;gap:8px;margin-bottom:10px;display:flex}.web-channel{background:var(--hud-panel-2,#ffffff0a);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;display:flex}.web-channel-main{flex-direction:column;gap:2px;min-width:0;display:flex}.web-channel-main span{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.web-channel-form{flex-direction:column;gap:10px;display:flex}
