.video-room{position:fixed;inset:0;z-index:9999;background:#0f0f0f;display:flex;flex-direction:column;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.video-room-header{height:56px;background:#202124e6;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid rgba(255,255,255,.1)}.session-info{display:flex;align-items:center;gap:16px}.session-timer{color:#e8eaed;font-size:14px;font-weight:500;font-variant-numeric:tabular-nums}.recording-indicator{display:flex;align-items:center;gap:6px;color:#ea4335;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.recording-dot{width:8px;height:8px;background:#ea4335;border-radius:50%;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.participant-count{color:#9aa0a6;font-size:14px}.video-room-main{flex:1;display:flex;overflow:hidden;position:relative}.video-grid-container{flex:1;display:flex;align-items:center;justify-content:center;padding:16px;position:relative}.video-grid{display:grid;gap:8px;width:100%;height:100%;max-width:1600px;max-height:900px}.video-grid[data-count="1"]{grid-template-columns:1fr;grid-template-rows:1fr}.video-grid[data-count="2"]{grid-template-columns:1fr 1fr;grid-template-rows:1fr}.participant-tile{position:relative;background:#1f1f1f;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}.participant-tile video{width:100%;height:100%;object-fit:cover}.participant-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.participant-avatar{width:96px;height:96px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:600;color:#fff;text-transform:uppercase}.participant-name{color:#e8eaed;font-size:16px;font-weight:500}.participant-info{position:absolute;bottom:12px;left:12px;display:flex;align-items:center;gap:8px;padding:6px 12px;background:#0009;border-radius:6px;backdrop-filter:blur(4px)}.participant-info .name{color:#fff;font-size:13px;font-weight:500;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.muted-icon{color:#ea4335;width:16px;height:16px}.self-view{position:absolute;bottom:100px;right:20px;width:200px;height:150px;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0006;border:2px solid rgba(255,255,255,.1);background:#1f1f1f;cursor:move;transition:transform .2s,box-shadow .2s;z-index:10}.self-view:hover{transform:scale(1.02);box-shadow:0 12px 40px #00000080}.self-view video{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.self-view-label{position:absolute;bottom:8px;left:8px;padding:4px 8px;background:#0009;border-radius:4px;color:#fff;font-size:11px;font-weight:500}.waiting-room{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0f0f0f}.waiting-content{text-align:center}.waiting-pulse{width:80px;height:80px;border-radius:50%;background:#6366f133;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;animation:wait-pulse 2s infinite}@keyframes wait-pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:1}}.waiting-pulse svg{width:32px;height:32px;color:#6366f1}.waiting-text{color:#9aa0a6;font-size:16px}.chat-panel{position:absolute;right:0;top:0;bottom:0;width:360px;background:#1f1f1f;border-left:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;transform:translate(100%);visibility:hidden;opacity:0;transition:transform .3s ease,visibility .3s,opacity .3s;z-index:100}.chat-panel.open{transform:translate(0);visibility:visible;opacity:1}.chat-header{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1)}.chat-header h3{color:#e8eaed;font-size:16px;font-weight:600}.chat-close-btn{width:32px;height:32px;border-radius:50%;background:transparent;border:none;color:#9aa0a6;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.chat-close-btn:hover{background:#ffffff1a}.chat-messages{flex:1;overflow-y:auto;padding:16px}.chat-message{margin-bottom:16px}.chat-message-sender{color:#8ab4f8;font-size:12px;font-weight:600;margin-bottom:4px}.chat-message-text{color:#e8eaed;font-size:14px;line-height:1.4}.chat-message-time{color:#9aa0a6;font-size:11px;margin-top:4px}.chat-input-container{padding:16px;border-top:1px solid rgba(255,255,255,.1)}.chat-input{width:100%;padding:12px 16px;background:#2d2d2d;border:1px solid rgba(255,255,255,.1);border-radius:24px;color:#e8eaed;font-size:14px;outline:none;transition:border-color .2s}.chat-input:focus{border-color:#6366f1}.chat-input::placeholder{color:#9aa0a6}.control-bar{height:80px;background:#202124f2;display:flex;align-items:center;justify-content:center;gap:12px;padding:0 24px;border-top:1px solid rgba(255,255,255,.1)}.control-btn{width:52px;height:52px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;position:relative}.control-btn svg{width:24px;height:24px}.control-btn.default{background:#3c4043;color:#fff}.control-btn.default:hover{background:#5f6368}.control-btn.muted{background:#ea4335;color:#fff}.control-btn.muted:hover{background:#d93025}.control-btn.active{background:#6366f1;color:#fff}.control-btn.active:hover{background:#4f46e5}.control-btn.end-call{width:64px;height:52px;border-radius:26px;background:#ea4335;color:#fff}.control-btn.end-call:hover{background:#d93025}.control-btn-label{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);font-size:11px;color:#9aa0a6;white-space:nowrap;opacity:0;transition:opacity .2s}.control-btn:hover .control-btn-label{opacity:1}.settings-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#000000b3;opacity:0;pointer-events:none;transition:opacity .2s}.settings-modal.open{opacity:1;pointer-events:auto}.settings-content{width:480px;max-height:80vh;background:#2d2d2d;border-radius:12px;overflow:hidden}.settings-header{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid rgba(255,255,255,.1)}.settings-header h2{color:#e8eaed;font-size:18px;font-weight:600}.settings-body{padding:20px;overflow-y:auto}.settings-section{margin-bottom:24px}.settings-section:last-child{margin-bottom:0}.settings-label{color:#9aa0a6;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.settings-select{width:100%;padding:12px 16px;background:#1f1f1f;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#e8eaed;font-size:14px;outline:none;cursor:pointer}.settings-select:focus{border-color:#6366f1}@media(max-width:768px){.video-room-header{height:48px;padding:0 12px}.video-grid[data-count="2"]{grid-template-columns:1fr;grid-template-rows:1fr 1fr}.self-view{width:120px;height:90px;bottom:100px;right:12px}.chat-panel{position:absolute;inset:0;width:100%;transform:translateY(100%);visibility:hidden;opacity:0}.chat-panel.open{transform:translateY(0);visibility:visible;opacity:1}.control-bar{height:72px;gap:8px;padding:0 16px}.control-btn{width:48px;height:48px}.control-btn svg{width:20px;height:20px}.control-btn.end-call{width:56px;height:48px}.participant-avatar{width:64px;height:64px;font-size:24px}.fullscreen-btn{width:28px;height:28px;padding:4px}.fullscreen-btn svg{width:14px;height:14px}}.fullscreen-btn{position:absolute;top:8px;right:8px;width:32px;height:32px;padding:6px;background:#0009;border:none;border-radius:6px;color:#fff;cursor:pointer;opacity:0;transition:opacity .2s,background .2s;z-index:5}.fullscreen-btn svg{width:100%;height:100%}.participant-tile:hover .fullscreen-btn,.self-view:hover .fullscreen-btn{opacity:1}.fullscreen-btn:hover{background:#6366f1cc}.fullscreen-overlay{position:absolute;inset:0;z-index:50;background:#0f0f0f;display:flex;align-items:center;justify-content:center;padding:16px}.fullscreen-overlay .participant-tile{width:100%;height:100%;max-width:none;max-height:none}.fullscreen-overlay .participant-tile.fullscreen{border-radius:12px}.fullscreen-overlay .fullscreen-btn{opacity:1;width:44px;height:44px;padding:10px;top:16px;right:16px}.self-view.dragging{cursor:grabbing;box-shadow:0 16px 48px #0009;transform:scale(1.05);z-index:20}.self-view{user-select:none;touch-action:none}.self-view .fullscreen-btn{top:4px;right:4px;width:24px;height:24px;padding:4px}.participant-tile.fullscreen{position:relative}
/*# sourceMappingURL=/assets/application.livekit-3262e0a7.css.map */
