*{box-sizing:border-box}html,body,#app{background:#10141c;width:100%;height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}#app canvas{display:block}.layout2d-overlay{z-index:100;background:#0009;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.layout2d-panel{color:#eee;background:#1b1f29;border:1px solid #3a3f4b;border-radius:8px;flex-direction:column;gap:10px;padding:16px;display:flex}.layout2d-header{justify-content:space-between;align-items:center;font-size:16px;font-weight:600;display:flex}.layout2d-header button{color:#eee;cursor:pointer;background:#2a3040;border:1px solid #444b5a;border-radius:4px;padding:4px 10px}.layout2d-toolbar{gap:8px;display:flex}.layout2d-toolbar button{color:#ccc;cursor:pointer;background:#2a3040;border:1px solid #444b5a;border-radius:4px;padding:6px 12px}.layout2d-toolbar button.active{color:#fff;background:#3a6fc4;border-color:#3a6fc4}.layout2d-toolbar button:disabled{opacity:.4;cursor:default}.layout2d-snap-toggle{color:#ccc;cursor:pointer;align-items:center;gap:6px;margin-left:auto;font-size:13px;display:flex}.layout2d-snap-toggle input{accent-color:#3a6fc4}.layout2d-help{color:#9aa1ad;max-width:480px;min-height:32px;font-size:12px}.layout2d-panel canvas{cursor:pointer;touch-action:none;background:#12161f;border-radius:4px}.topbar{z-index:20;flex-wrap:wrap;gap:8px;max-width:calc(100vw - 32px);display:flex;position:fixed;top:16px;left:16px}@media (width<=480px){.topbar{max-width:calc(100vw - 88px)}.topbar-room-input{width:70px}}.topbar .ctl-btn{flex:none;padding:8px 14px;font-size:13px}.topbar-share{align-items:center;gap:8px;display:flex}.topbar-room-input{color:#e6e8ec;letter-spacing:.05em;text-transform:uppercase;background:#171b24;border:1px solid #444b5a;border-radius:4px;width:90px;padding:8px 10px;font-size:13px}.topbar-room-input:disabled{opacity:.6}.topbar-status{color:#8b93a3;min-width:60px;font-size:12px}.topbar-status-connected{color:#6fcf7a}.topbar-status-connecting{color:#e0b34a}.topbar-status-error,.topbar-status-disconnected{color:#e0574c}.sidebar{color:#e6e8ec;z-index:10;background:#171b24;border-left:1px solid #2c313d;flex-direction:column;width:300px;max-width:85vw;height:100%;font-size:13px;transition:transform .2s;display:flex;position:fixed;top:0;right:0}.sidebar.sidebar-collapsed{transform:translate(100%)}@media (width<=480px){.sidebar{height:calc(100% - 104px);top:104px}}.sidebar-open-btn{z-index:30;color:#e6e8ec;cursor:pointer;background:#2a3040;border:1px solid #444b5a;border-radius:4px;width:40px;height:40px;font-size:16px;line-height:1;display:none;position:fixed;top:16px;right:16px}.sidebar-open-btn.visible{display:block}.sidebar-header{border-bottom:1px solid #2c313d;justify-content:space-between;align-items:center;padding:16px;font-size:15px;font-weight:700;display:flex}.sidebar-close-btn{color:#8b93a3;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:16px;line-height:1}.sidebar-close-btn:hover{color:#e6e8ec}.sidebar-actions{border-bottom:1px solid #2c313d;gap:8px;padding:12px 16px;display:flex}.sidebar-content{flex:1;padding:16px;overflow-y:auto}.sidebar-hint{color:#8b93a3;line-height:1.5}.ctl-section-title{color:#cfd4dd;text-transform:uppercase;letter-spacing:.03em;margin-bottom:12px;font-size:13px;font-weight:700}.ctl-row{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.ctl-row:has(>button){flex-direction:row;gap:8px}.ctl-label-row{color:#cfd4dd;justify-content:space-between;align-items:center;display:flex}.ctl-value{color:#7fa8e0;font-variant-numeric:tabular-nums}.ctl-row input[type=range]{accent-color:#3a6fc4;width:100%}.ctl-row select{color:#e6e8ec;background:#21262f;border:1px solid #3a3f4b;border-radius:4px;width:100%;padding:6px 8px}.ctl-btn{color:#e6e8ec;cursor:pointer;background:#2a3040;border:1px solid #444b5a;border-radius:4px;flex:1;padding:8px 10px}.ctl-btn:hover{background:#333a4c}.ctl-btn.danger{background:#4a2a2a;border-color:#6a3a3a}.ctl-btn.danger:hover{background:#5a3232}.ctl-dial-wrap{justify-content:center;align-items:center;gap:10px;padding:4px 0 2px;display:flex}.ctl-dial-step{color:#cfd4dd;cursor:pointer;white-space:nowrap;background:#2a3040;border:1px solid #444b5a;border-radius:4px;padding:5px 8px;font-size:11px}.ctl-dial-step:hover{background:#333a4c;border-color:#3a6fc4}.ctl-dial{cursor:grab;touch-action:none;background:#12161f;border:2px solid #3a3f4b;border-radius:50%;width:64px;height:64px;position:relative}.ctl-dial:active{cursor:grabbing;border-color:#3a6fc4}.ctl-dial-pointer{transform-origin:50% 26px;pointer-events:none;background:#7fa8e0;border-radius:2px;width:3px;height:24px;position:absolute;top:6px;left:50%;transform:translate(-50%)rotate(0)}.ctl-dial-center{pointer-events:none;background:#cfd4dd;border-radius:50%;width:6px;height:6px;margin:-3px 0 0 -3px;position:absolute;top:50%;left:50%}
