*{margin:0;padding:0;box-sizing:border-box}@keyframes spin{to{transform:rotate(360deg)}}@keyframes calib-spin-rev{to{transform:rotate(-360deg)}}@keyframes calib-fade-in{0%{opacity:0}to{opacity:1}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0a0a0a;color:#e0e0e0;min-height:100vh}.auth{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px}.auth h1{font-size:2rem;margin-bottom:8px}.auth form{display:flex;flex-direction:column;gap:12px;width:300px}.auth input{padding:10px 14px;border:1px solid #333;border-radius:6px;background:#1a1a1a;color:#e0e0e0;font-size:14px}.auth button[type=submit]{padding:10px;border:none;border-radius:6px;background:#2563eb;color:#fff;font-size:14px;cursor:pointer}.auth button[type=submit]:hover{background:#1d4ed8}.auth .toggle{background:none;border:none;color:#60a5fa;cursor:pointer;font-size:13px}.auth .error{color:#ef4444;font-size:13px}.lobby{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px}.lobby h1{font-size:2rem}.lobby form{display:flex;gap:8px}.lobby input{padding:10px 14px;border:1px solid #333;border-radius:6px;background:#1a1a1a;color:#e0e0e0;font-size:14px;width:200px}.lobby button{padding:10px 20px;border:none;border-radius:6px;background:#2563eb;color:#fff;cursor:pointer;font-size:14px}.lobby button:hover{background:#1d4ed8}.lobby .logout{background:#333;margin-top:24px}.debug-rooms{background:#1a1a1a;border:1px solid #333;border-radius:8px;padding:16px;width:360px;max-height:300px;overflow-y:auto}.debug-rooms h3{font-size:13px;color:#888;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.debug-rooms .no-rooms{color:#555;font-size:13px;text-align:center;padding:16px}.debug-rooms ul{list-style:none}.debug-rooms li{display:flex;flex-wrap:wrap;gap:8px;padding:10px 12px;background:#252525;border-radius:6px;margin-bottom:8px;cursor:pointer;transition:background .2s;align-items:center}.debug-rooms li:hover{background:#2d2d2d}.debug-rooms li:last-child{margin-bottom:0}.debug-rooms .room-id{font-family:Courier New,monospace;font-size:14px;color:#60a5fa;font-weight:600}.debug-rooms .user-count{font-size:12px;color:#22c55e;background:#22c55e1a;padding:2px 8px;border-radius:4px}.debug-rooms .users{font-size:12px;color:#888;width:100%;margin-top:4px}.video-room{width:100vw;height:100vh;position:relative;background:#000;overflow:hidden}.room-header{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;gap:12px;padding:10px 16px;background:#00000080;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:100;font-size:14px;border-bottom:1px solid rgba(255,255,255,.08);transition:opacity .25s ease}.room-header .user-count{color:#888;font-size:13px}.room-header button{border-radius:4px;color:#fff;cursor:pointer;font-size:13px}.leave-btn{padding:6px 16px;background:#ef4444;margin-left:4px}.leave-btn:hover{background:#dc2626}.header-group{display:flex;align-items:center;gap:8px}.header-sep{width:1px;height:20px;background:#333;margin:0 8px;flex-shrink:0}.fill-cycle-btn{padding:6px 12px;background:#333;border:none;border-radius:4px;color:#e0e0e0;cursor:pointer;font-size:12px;transition:background .2s;flex-shrink:0}.fill-cycle-btn:hover{background:#444}.fill-cycle-btn.active{background:#b45309;color:#fff}.layers-btn{padding:6px 12px;background:#333;border:none;border-radius:4px;color:#e0e0e0;cursor:pointer;font-size:12px;transition:background .2s;flex-shrink:0}.layers-btn:hover{background:#444}.layers-btn.active{background:#0d9488;color:#fff}.debug-group{display:flex;align-items:center;gap:4px;opacity:.7;transition:opacity .2s}.debug-group:hover{opacity:1}.view-mode-toggle{display:flex;gap:4px;margin-left:auto}.view-mode-toggle button{margin-left:0;padding:6px 12px;background:#333;border-radius:4px;font-size:12px;transition:background .2s}.view-mode-toggle button:hover{background:#444}.view-mode-toggle button.active{background:#2563eb}.status-dot{width:8px;height:8px;border-radius:50%;background:#22c55e}.room-layout{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.video-area{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column}.remote-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:4px;flex:1;padding:4px;overflow:auto}.remote-grid>*{position:relative}.parallax-container{position:relative;width:100%;height:100%;min-height:200px;background:#111;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center}.parallax-canvas{display:block;background:#000;border-radius:4px;width:100%;height:100%}.parallax-stats-overlay{position:absolute;top:8px;left:8px;padding:4px 8px;background:#000000b3;color:#4ade80;font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-size:12px;font-weight:600;border-radius:4px;pointer-events:none;z-index:10;line-height:1;white-space:nowrap}.parallax-fallback-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;background:#111;border-radius:4px}.sidebar{position:absolute;right:0;top:0;bottom:0;width:300px;background:#0a0a0a99;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-left:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;z-index:50;transition:transform .25s ease}.sidebar.open{transform:translate(0)}.sidebar.closed{transform:translate(100%);pointer-events:none}.header-icon-btn{width:30px;height:30px;padding:0;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:6px;color:#ffffffb3;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease}.header-icon-btn:hover{background:#ffffff26;color:#fff}.header-icon-btn.active{background:#2563ebb3;border-color:#2563ebcc;color:#fff}.panel{border-bottom:1px solid #333;display:flex;flex-direction:column}.panel h3{padding:12px 16px;font-size:13px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #222}.user-list-panel{max-height:200px;flex-shrink:0}.user-list-panel ul{list-style:none;overflow-y:auto;padding:8px 0}.user-list-panel li{padding:8px 16px;display:flex;align-items:center;gap:8px;font-size:14px}.user-list-panel li.me{color:#60a5fa}.status-indicator{width:8px;height:8px;border-radius:50%}.status-indicator.online{background:#22c55e}.chat-panel{flex:1;min-height:0}.chat-panel .messages{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px}.no-messages{text-align:center;color:#555;font-size:13px;padding:20px}.message{display:flex;flex-direction:column;gap:2px;padding:8px 12px;background:#1a1a1a;border-radius:8px;max-width:100%}.message.me{background:#1e3a5f}.message .sender{font-size:12px;font-weight:600;color:#60a5fa}.message.me .sender{color:#93c5fd}.message .text{font-size:14px;color:#e0e0e0;word-wrap:break-word}.message .time{font-size:11px;color:#666;align-self:flex-end}.chat-panel form{display:flex;gap:8px;padding:12px;border-top:1px solid #333}.chat-panel input{flex:1;padding:10px 12px;border:1px solid #333;border-radius:6px;background:#1a1a1a;color:#e0e0e0;font-size:14px}.chat-panel input:focus{outline:none;border-color:#2563eb}.chat-panel button{padding:10px 16px;border:none;border-radius:6px;background:#2563eb;color:#fff;cursor:pointer;font-size:13px}.chat-panel button:hover{background:#1d4ed8}.room-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:16px;color:#ef4444}.room-error button{padding:10px 20px;border:none;border-radius:6px;background:#333;color:#fff;cursor:pointer}.remote-video{width:100%;height:100%;object-fit:contain;background:#111;border-radius:4px}.resolution-select{margin-right:4px}.resolution-select select{padding:6px 12px;background:#333;color:#e0e0e0;border:1px solid #555;border-radius:4px;font-size:12px;font-family:inherit;cursor:pointer;outline:none}.resolution-select select:hover{background:#444}.resolution-select select:focus{border-color:#2563eb}.debug-btn{padding:6px 12px;background:#333;border-radius:4px;font-size:12px;font-weight:600;transition:background .2s;margin-right:8px}.debug-btn:hover{background:#444}.debug-btn.active{background:#dc2626}.debug-overlay{position:fixed;bottom:20px;left:20px;background:#0a0a0af2;color:#4ade80;font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-size:12px;padding:16px;border-radius:10px;z-index:100;line-height:1.6;min-width:420px;max-width:520px;max-height:70vh;overflow-y:auto;border:1px solid #333;box-shadow:0 8px 32px #0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.debug-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #333}.debug-title{font-weight:700;font-size:13px;color:#fff;letter-spacing:1px}.debug-time{color:#666;font-size:11px}.debug-section{margin-bottom:12px;padding:10px;background:#ffffff08;border-radius:6px;border-left:3px solid #2563eb}.debug-subsection{margin-top:8px;padding:8px 10px;background:#0000004d;border-radius:4px;border-left:2px solid #22c55e}.debug-label{color:#94a3b8;font-size:10px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;margin-bottom:6px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.debug-sublabel{color:#22c55e;font-size:9px;font-weight:700;letter-spacing:1px;margin-bottom:4px;opacity:.8}.debug-row{display:flex;align-items:center;gap:8px;margin-bottom:3px;flex-wrap:wrap}.debug-sep{color:#555}.debug-metric{display:inline-flex;align-items:center;gap:4px}.debug-metric-label{color:#666;font-size:10px}.debug-warning{color:#fbbf24;font-weight:600}.conn-state,.ice-state{font-size:9px;padding:2px 6px;border-radius:3px;font-weight:600;text-transform:uppercase}.conn-state.connected,.ice-state.connected{background:#22c55e33;color:#22c55e}.conn-state.connecting,.ice-state.checking{background:#fbbf2433;color:#fbbf24}.conn-state.failed,.conn-state.closed,.ice-state.failed,.ice-state.disconnected{background:#ef444433;color:#ef4444}.debug-footer{margin-top:12px;padding-top:10px;border-top:1px solid #333;display:flex;align-items:center;gap:8px;color:#888;font-size:11px}.waiting{display:flex;align-items:center;justify-content:center;height:100%;color:#666;font-size:16px}.video-room:has(.room-layout.minimal) .room-header{opacity:0;pointer-events:none;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom:none}.video-room:has(.room-layout.minimal) .room-header .header-group>button.header-icon-btn:first-of-type{opacity:1!important;pointer-events:auto!important}.room-layout.minimal .video-area{background:#000}.room-layout.minimal .remote-grid{gap:0;grid-template-columns:1fr;height:100%}.room-layout.minimal .remote-grid>*{border-radius:0}.floating-audio-bar{position:fixed;bottom:12px;left:12px;display:flex;align-items:center;gap:6px;padding:6px 10px;background:#00000080;border:1px solid rgba(255,255,255,.12);border-radius:10px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:200;transition:opacity .2s ease}.video-room:has(.room-layout.minimal) .floating-audio-bar{opacity:0;pointer-events:none}.video-room:has(.room-layout.minimal):hover .floating-audio-bar{opacity:1;pointer-events:auto}.audio-controls{display:flex;align-items:center;gap:6px;margin-right:8px}.audio-btn{position:relative;width:36px;height:32px;padding:0;background:#333;border:none;border-radius:4px;color:#e0e0e0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.audio-btn:hover{background:#444}.audio-btn.muted{background:#5a2a2a;color:#ef4444}.audio-btn.muted:hover{background:#6a3333}.audio-btn svg{width:18px;height:18px}.audio-meter{position:absolute;left:3px;top:50%;transform:translateY(-50%);width:3px;height:20px;background:#222;border-radius:2px;overflow:hidden}.audio-meter.inactive{opacity:.3}.audio-meter-bar{position:absolute;bottom:0;left:0;right:0;border-radius:2px;transition:height .05s ease-out,background .1s ease}.remote-video-wrapper{position:relative;min-height:200px;background:#111;border-radius:4px;overflow:hidden}.remote-video-wrapper .parallax-container{position:absolute;top:0;right:0;bottom:0;left:0}.raw-debug-preview{position:absolute;bottom:8px;right:8px;width:240px;height:auto;border:2px solid #0f0;border-radius:4px;z-index:25;opacity:.9;background:#000;pointer-events:none}.remote-audio-controls{position:absolute;bottom:8px;left:8px;display:flex;align-items:center;gap:8px;padding:6px 10px;background:#000000b3;border-radius:6px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .2s ease;z-index:20}.remote-video-wrapper:hover .remote-audio-controls,.remote-audio-controls:hover{opacity:1}.mute-btn{width:24px;height:24px;padding:0;background:transparent;border:none;color:#22c55e;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.mute-btn:hover{color:#4ade80}.mute-btn svg{width:16px;height:16px}.remote-audio-meter{width:40px;height:4px;background:#333;border-radius:2px;overflow:hidden}.remote-audio-meter-bar{height:100%;border-radius:2px;transition:width .05s ease-out,background .1s ease}.volume-slider{width:60px;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#444;border-radius:2px;outline:none;cursor:pointer}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;background:#e0e0e0;border-radius:50%;cursor:pointer;transition:background .2s ease}.volume-slider::-webkit-slider-thumb:hover{background:#fff}.volume-slider::-moz-range-thumb{width:12px;height:12px;background:#e0e0e0;border:none;border-radius:50%;cursor:pointer;transition:background .2s ease}.volume-slider::-moz-range-thumb:hover{background:#fff}audio{display:none}.audio-settings-btn{display:flex;align-items:center;padding:6px 12px;background:#333;border:none;border-radius:4px;color:#e0e0e0;cursor:pointer;font-size:12px;transition:background .2s}.audio-settings-btn:hover{background:#444}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:24px;max-width:480px;width:90%;box-shadow:0 16px 48px #00000080}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.modal-header h2{font-size:18px;font-weight:600;color:#e0e0e0}.modal-close{width:32px;height:32px;background:transparent;border:none;color:#888;font-size:24px;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#333;color:#e0e0e0}.modal-subtitle{font-size:13px;color:#888;line-height:1.5;margin-bottom:20px}.audio-settings-list{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.audio-setting-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;background:#222;border-radius:8px;cursor:pointer;transition:background .15s}.audio-setting-row:hover{background:#282828}.audio-setting-info{display:flex;flex-direction:column;gap:2px;flex:1}.audio-setting-label{font-size:14px;font-weight:500;color:#e0e0e0}.audio-setting-desc{font-size:11px;color:#777;line-height:1.4}.toggle-switch{width:44px;height:24px;border-radius:12px;position:relative;cursor:pointer;transition:background .2s;flex-shrink:0}.toggle-switch.off{background:#444}.toggle-switch.on{background:#2563eb}.toggle-knob{position:absolute;top:2px;width:20px;height:20px;border-radius:50%;background:#fff;transition:left .2s}.toggle-switch.off .toggle-knob{left:2px}.toggle-switch.on .toggle-knob{left:22px}.audio-settings-sample-rate{display:flex;gap:12px;margin-bottom:20px}.audio-settings-sample-rate label{flex:1;display:flex;flex-direction:column;gap:6px}.audio-settings-sample-rate select{padding:8px 10px;background:#222;color:#e0e0e0;border:1px solid #444;border-radius:6px;font-size:13px;cursor:pointer;outline:none}.audio-settings-sample-rate select:focus{border-color:#2563eb}.modal-actions{display:flex;justify-content:flex-end;gap:8px}.modal-btn-secondary{padding:8px 18px;background:#333;border:none;border-radius:6px;color:#e0e0e0;font-size:13px;cursor:pointer}.modal-btn-secondary:hover{background:#444}.modal-btn-primary{padding:8px 18px;background:#2563eb;border:none;border-radius:6px;color:#fff;font-size:13px;cursor:pointer}.modal-btn-primary:hover{background:#1d4ed8}.modal-btn-primary:disabled,.modal-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.settings-error{margin:0 20px 12px;padding:8px 12px;background:#ef444426;border:1px solid rgba(239,68,68,.4);border-radius:6px;color:#fca5a5;font-size:12px}.draggable-preview{position:absolute;background:#111;border-radius:8px;border:2px solid #333;overflow:hidden;cursor:grab;z-index:50;box-shadow:0 4px 12px #0006;transition:box-shadow .2s,border-color .2s}.draggable-preview:hover{border-color:#444;box-shadow:0 6px 16px #00000080}.draggable-preview.dragging{cursor:grabbing;box-shadow:0 8px 24px #0009;border-color:#2563eb}.draggable-preview-video{width:100%;height:100%;object-fit:cover;border-radius:6px;display:block;transform:scaleX(-1)}.resize-handle{position:absolute;top:0;left:0;width:20px;height:20px;cursor:nwse-resize;background:linear-gradient(135deg,transparent 50%,rgba(255,255,255,.3) 50%);border-top-left-radius:6px;transition:background .2s}.resize-handle:hover{background:linear-gradient(135deg,transparent 50%,rgba(255,255,255,.5) 50%)}.resize-handle:before{content:"";position:absolute;top:4px;left:4px;width:8px;height:8px;border-left:2px solid rgba(255,255,255,.6);border-top:2px solid rgba(255,255,255,.6)}.drag-indicator{position:absolute;bottom:6px;right:6px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#ffffff80;opacity:0;transition:opacity .2s;pointer-events:none}.draggable-preview:hover .drag-indicator{opacity:1}.face-tracking-overlay{position:absolute;top:0;left:0;pointer-events:none;z-index:100}.face-tracking-overlay canvas{width:100%;height:100%}.calib-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:flex;align-items:center;justify-content:center;background:#120800a6;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:calib-fade-in .2s ease}.calib-overlay--done{background:#001008a6}.calib-center{display:flex;flex-direction:column;align-items:center;gap:20px}.calib-svg{width:220px;height:220px}.calib-ring-spin{transform-origin:100px 100px;animation:spin 14s linear infinite}.calib-ring-spin-rev{transform-origin:100px 100px;animation:calib-spin-rev 6s linear infinite}.calib-text{display:flex;flex-direction:column;align-items:center;gap:10px}.calib-label{font-family:monospace;font-size:12px;letter-spacing:.4em;color:#ffbe3ce6}.calib-label--done{color:#50dc78e6}.calib-pct{font-family:monospace;font-size:44px;font-weight:200;color:#ffbe3cd9;line-height:1}.calib-hint{font-family:monospace;font-size:11px;letter-spacing:.15em;color:#ffbe3c66}.settings-modal{max-width:480px;width:90vw;max-height:80vh;display:flex;flex-direction:column}.settings-tabs{display:flex;gap:4px;padding:0 16px;border-bottom:1px solid #333;background:#1a1a1a}.settings-tab{padding:12px 20px;background:transparent;border:none;border-bottom:2px solid transparent;color:#888;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .15s;margin-bottom:-1px}.settings-tab:hover{color:#ccc;background:#252525}.settings-tab.active{color:#60a5fa;border-bottom-color:#2563eb;background:#222}.tab-icon{font-size:16px}.settings-content{flex:1;overflow-y:auto;padding:20px}.settings-section{display:flex;flex-direction:column;gap:16px}.settings-section h3{font-size:13px;text-transform:uppercase;letter-spacing:.5px;color:#888;margin:0;padding-bottom:8px;border-bottom:1px solid #333}.settings-subtitle{font-size:12px;color:#888;line-height:1.5;margin:0}.settings-divider{height:1px;background:#333;margin:8px 0}.settings-row{display:flex;flex-direction:column;gap:8px}.settings-row-toggle{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px;background:#222;border-radius:8px;cursor:pointer;transition:background .15s}.settings-row-toggle:hover{background:#282828}.settings-info{display:flex;flex-direction:column;gap:2px;flex:1}.settings-label{font-size:14px;font-weight:500;color:#e0e0e0;display:flex;flex-direction:column;gap:2px}.settings-sublabel{font-size:11px;color:#666;font-weight:400}.settings-desc{font-size:11px;color:#777;line-height:1.4}.settings-hint{font-size:11px;color:#888;padding:10px 12px;background:#1a1a1a;border-radius:6px;border-left:3px solid #444}.settings-hint.warning{border-left-color:#f59e0b;color:#fbbf24;background:#f59e0b1a}.settings-hint.info{border-left-color:#3b82f6;color:#60a5fa;background:#3b82f61a}.settings-row select{padding:10px 12px;background:#222;color:#e0e0e0;border:1px solid #444;border-radius:6px;font-size:13px;cursor:pointer;outline:none}.settings-row select:focus{border-color:#2563eb}.settings-row select:disabled{opacity:.5;cursor:not-allowed}.settings-list,.settings-options{display:flex;flex-direction:column;gap:8px}.settings-option{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;background:#222;border-radius:8px;cursor:pointer;transition:all .15s;border:2px solid transparent}.settings-option:hover{background:#282828}.settings-option.selected{background:#2563eb1a;border-color:#2563eb}.settings-option input[type=radio]{margin-top:2px;accent-color:#2563eb}.option-content{display:flex;flex-direction:column;gap:2px}.option-label{font-size:14px;font-weight:500;color:#e0e0e0}.option-desc{font-size:11px;color:#777}.settings-option.selected .option-label{color:#60a5fa}
