.voice-chat[data-v-c41f4fc6]{flex:1;display:flex;flex-direction:column;height:100vh;background:#36393f}.chat-header[data-v-c41f4fc6]{background:#2f3136;padding:.75rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #202225;box-shadow:0 1px #04040533,0 1.5px #0606070d,0 2px #0404050d;height:60px}.header-left[data-v-c41f4fc6]{flex:1;display:flex;align-items:center}.header-center[data-v-c41f4fc6]{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.header-right[data-v-c41f4fc6]{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.room-info[data-v-c41f4fc6]{display:flex;align-items:center;gap:.75rem}.room-icon[data-v-c41f4fc6]{color:#8e9297;flex-shrink:0}.room-details[data-v-c41f4fc6]{display:flex;flex-direction:column;gap:.1rem}.room-name[data-v-c41f4fc6]{color:#fff;font-size:1rem;font-weight:600;margin:0;line-height:1.2}.room-description[data-v-c41f4fc6]{color:#8e9297;font-size:.75rem;margin:0;line-height:1.2}.connection-indicator[data-v-c41f4fc6]{display:flex;align-items:center;gap:.5rem;padding:.4rem .8rem;border-radius:4px;background:#0003;transition:all .2s ease}.status-dot[data-v-c41f4fc6]{width:8px;height:8px;border-radius:50%;background:#8e9297;animation:pulse-c41f4fc6 2s ease-in-out infinite}.connection-indicator.connected .status-dot[data-v-c41f4fc6]{background:#3ba55d;animation:pulse-success-c41f4fc6 2s ease-in-out infinite}.connection-indicator.connecting .status-dot[data-v-c41f4fc6]{background:#faa61a;animation:pulse-warning-c41f4fc6 2s ease-in-out infinite}.connection-indicator.disconnected .status-dot[data-v-c41f4fc6]{background:#ed4245;animation:none}.status-text[data-v-c41f4fc6]{color:#dcddde;font-size:.8rem;font-weight:500}.header-btn[data-v-c41f4fc6]{width:40px;height:40px;border-radius:8px;background:#4f545c66;border:none;color:#b9bbbe;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.header-btn[data-v-c41f4fc6]:hover{background:#4f545ccc;color:#dcddde;transform:translateY(-2px)}.header-btn[data-v-c41f4fc6]:active{transform:translateY(0)}.invite-btn[data-v-c41f4fc6]:hover{background:#5865f2;color:#fff}.settings-btn[data-v-c41f4fc6]:hover{background:#4e5058;color:#fff}@keyframes pulse-success-c41f4fc6{0%,to{box-shadow:0 0 #3ba55db3}50%{box-shadow:0 0 0 6px #3ba55d00}}@keyframes pulse-warning-c41f4fc6{0%,to{box-shadow:0 0 #faa61ab3}50%{box-shadow:0 0 0 6px #faa61a00}}.chat-container[data-v-c41f4fc6]{flex:1;display:flex;overflow:hidden;position:relative}.fullscreen-overlay[data-v-c41f4fc6]{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn-c41f4fc6 .2s ease}.fullscreen-content[data-v-c41f4fc6]{position:relative;width:90vw;height:90vh;display:flex;align-items:center;justify-content:center}.fullscreen-video[data-v-c41f4fc6]{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px #00000080}.close-fullscreen-btn[data-v-c41f4fc6]{position:absolute;top:20px;right:20px;background:#ed4245e6;border:none;border-radius:50%;width:48px;height:48px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#fff;z-index:10001}.close-fullscreen-btn[data-v-c41f4fc6]:hover{background:#ed4245;transform:scale(1.1)}.fullscreen-info[data-v-c41f4fc6]{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:#000c;padding:12px 24px;border-radius:8px;color:#fff;font-size:1.1rem;font-weight:600;z-index:10001}.screen-tiles-overlay[data-v-c41f4fc6]{position:absolute;bottom:100px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:100;pointer-events:none}.screen-tile[data-v-c41f4fc6]{width:200px;height:150px;background:#000;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0009;cursor:pointer;transition:all .3s ease;position:relative;pointer-events:all;border:2px solid #5865f2}.screen-tile[data-v-c41f4fc6]:hover{transform:scale(1.05);box-shadow:0 8px 20px #5865f280}.screen-tile.expanded[data-v-c41f4fc6]{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90vw;height:90vh;z-index:9999;border-width:3px}.screen-tile.expanded[data-v-c41f4fc6]:hover{transform:translate(-50%,-50%) scale(1)}.screen-video[data-v-c41f4fc6]{width:100%;height:100%;object-fit:contain;background:#000}.screen-tile-info[data-v-c41f4fc6]{position:absolute;top:0;left:0;right:0;background:linear-gradient(180deg,rgba(0,0,0,.9) 0%,transparent 100%);padding:.5rem;color:#fff;font-size:.75rem;font-weight:500;display:flex;justify-content:space-between;align-items:center;opacity:0;transition:opacity .2s ease}.screen-tile:hover .screen-tile-info[data-v-c41f4fc6],.screen-tile.expanded .screen-tile-info[data-v-c41f4fc6]{opacity:1}.screen-tile.expanded .screen-tile-info[data-v-c41f4fc6]{padding:1rem 1.5rem;font-size:1rem}.screen-tile-buttons[data-v-c41f4fc6]{display:flex;gap:8px;align-items:center}.screen-audio-btn[data-v-c41f4fc6]{background:#5865f2cc;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#fff;padding:0}.screen-audio-btn[data-v-c41f4fc6]:hover{background:#5865f2;transform:scale(1.1)}.screen-tile.expanded .screen-audio-btn[data-v-c41f4fc6]{width:36px;height:36px}.close-tile-btn[data-v-c41f4fc6]{background:#ed4245cc;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#fff;padding:0}.screen-tile.expanded .close-tile-btn[data-v-c41f4fc6]{width:36px;height:36px}.close-tile-btn[data-v-c41f4fc6]:hover{background:#ed4245;transform:scale(1.1)}.expand-hint[data-v-c41f4fc6]{position:absolute;bottom:8px;right:8px;background:#5865f2e6;border-radius:4px;padding:4px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;pointer-events:none}.screen-tile:hover .expand-hint[data-v-c41f4fc6]{opacity:1}.screen-tile.expanded .expand-hint[data-v-c41f4fc6]{display:none}.call-interface[data-v-c41f4fc6]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:#36393f}.call-participants[data-v-c41f4fc6]{display:flex;gap:-20px;margin-bottom:2rem;position:relative}.call-avatar[data-v-c41f4fc6]{display:flex;flex-direction:column;align-items:center;margin:0 10px;animation:fadeIn-c41f4fc6 .3s ease}.call-avatar.speaking .avatar-ring[data-v-c41f4fc6]{border-color:#3ba55d;box-shadow:0 0 0 4px #3ba55d4d;animation:pulse-c41f4fc6 1s infinite}.avatar-ring[data-v-c41f4fc6]{width:120px;height:120px;border-radius:50%;border:4px solid #202225;background:#2f3136;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 8px 16px #0000004d}.call-avatar.has-screen .avatar-ring[data-v-c41f4fc6]{width:200px;height:150px;border-radius:12px;cursor:pointer}.call-avatar.has-screen .avatar-ring[data-v-c41f4fc6]:hover{transform:scale(1.05);box-shadow:0 12px 24px #00000080}.avatar-inner[data-v-c41f4fc6]{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#5865f2,#7289da);display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;color:#fff}.avatar-screen[data-v-c41f4fc6]{width:100%;height:100%;border-radius:8px;background:#000;position:relative;overflow:hidden}.picture-in-picture[data-v-c41f4fc6]{position:absolute;bottom:8px;right:8px;width:60px;height:60px;border-radius:8px;background:#000;border:2px solid #5865f2;overflow:hidden;cursor:pointer;transition:all .2s ease;z-index:10}.picture-in-picture[data-v-c41f4fc6]:hover{transform:scale(1.1);border-color:#4752c4;box-shadow:0 4px 12px #5865f299}.pip-video[data-v-c41f4fc6]{width:100%;height:100%;object-fit:cover}.avatar-camera[data-v-c41f4fc6]{width:100%;height:100%;border-radius:50%;background:#000;position:relative;overflow:hidden}.call-avatar.has-screen .avatar-ring[data-v-c41f4fc6]{border-radius:12px}.call-avatar.has-screen .avatar-inner[data-v-c41f4fc6]{border-radius:8px}.avatar-video-preview[data-v-c41f4fc6]{width:100%;height:100%;object-fit:cover;border-radius:8px}.screen-indicator[data-v-c41f4fc6]{position:absolute;bottom:4px;right:4px;background:#5865f2e6;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#fff}.more-users .avatar-inner[data-v-c41f4fc6]{background:#40444b;font-size:2rem}.avatar-name[data-v-c41f4fc6]{margin-top:1rem;color:#dcddde;font-weight:600;font-size:1rem;text-align:center}.audio-visualization[data-v-c41f4fc6]{width:100%;max-width:400px;margin-bottom:2rem;background:#2f3136;border-radius:8px;padding:1rem;border:1px solid #202225}.audio-visualization canvas[data-v-c41f4fc6]{width:100%;height:80px;border-radius:4px}.call-status[data-v-c41f4fc6]{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;color:#b9bbbe;font-size:.875rem}.status-indicator[data-v-c41f4fc6]{width:10px;height:10px;border-radius:50%;animation:pulse-c41f4fc6 2s infinite}.status-indicator.connected[data-v-c41f4fc6]{background:#3ba55d}.status-indicator.connecting[data-v-c41f4fc6]{background:#faa61a}.status-indicator.disconnected[data-v-c41f4fc6]{background:#ed4245}.call-controls[data-v-c41f4fc6]{display:flex;gap:1.5rem;align-items:flex-end;margin-bottom:2rem}.control-group[data-v-c41f4fc6]{display:flex;flex-direction:column;align-items:center;gap:.5rem}.control-btn[data-v-c41f4fc6]{width:56px;height:56px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .17s ease;position:relative}.control-icon[data-v-c41f4fc6]{display:flex;align-items:center;justify-content:center}.control-icon svg[data-v-c41f4fc6]{width:24px;height:24px}.mic-control[data-v-c41f4fc6]{background:#3ba55d}.mic-control[data-v-c41f4fc6]:hover{background:#2d7d46}.mic-control.muted[data-v-c41f4fc6]{background:#ed4245}.mic-control.muted[data-v-c41f4fc6]:hover{background:#c03537}.settings-control[data-v-c41f4fc6]{background:#4e5058}.settings-control[data-v-c41f4fc6]:hover{background:#5c5e66}.screen-control[data-v-c41f4fc6]{background:#4e5058}.screen-control[data-v-c41f4fc6]:hover{background:#5c5e66}.screen-control.sharing[data-v-c41f4fc6]{background:#3ba55d}.screen-control.sharing[data-v-c41f4fc6]:hover{background:#2d7d46}.camera-control[data-v-c41f4fc6]{background:#4e5058}.camera-control[data-v-c41f4fc6]:hover{background:#5c5e66}.camera-control.active[data-v-c41f4fc6]{background:#5865f2}.camera-control.active[data-v-c41f4fc6]:hover{background:#4752c4}.leave-control[data-v-c41f4fc6]{background:#ed4245}.leave-control[data-v-c41f4fc6]:hover{background:#c03537;transform:scale(1.05)}.disconnect-btn[data-v-c41f4fc6]{width:64px;height:64px;background:#ed4245;animation:pulse-subtle-c41f4fc6 2s infinite}.disconnect-btn[data-v-c41f4fc6]:hover{background:#c03537;transform:scale(1.05)}.disconnect-btn .control-icon[data-v-c41f4fc6]{transform:rotate(135deg);font-size:1.75rem}.control-label[data-v-c41f4fc6]{color:#b9bbbe;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.own-volume-control[data-v-c41f4fc6]{width:100%;max-width:400px}.own-volume-control label[data-v-c41f4fc6]{display:block;color:#b9bbbe;font-size:.875rem;margin-bottom:.5rem;text-align:center;font-weight:500}.volume-slider[data-v-c41f4fc6]{width:100%;height:6px;border-radius:3px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#4e5058}.volume-slider.main-slider[data-v-c41f4fc6]{height:8px}.volume-slider[data-v-c41f4fc6]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 2px 4px #0006}.volume-slider[data-v-c41f4fc6]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#fff;cursor:pointer;border:none;box-shadow:0 2px 4px #0006}.participants-sidebar[data-v-c41f4fc6]{width:0;background:#2f3136;border-left:1px solid #202225;overflow:hidden;transition:width .3s ease;display:flex;flex-direction:column}.participants-sidebar.expanded[data-v-c41f4fc6]{width:340px}.sidebar-header[data-v-c41f4fc6]{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #202225}.sidebar-header h3[data-v-c41f4fc6]{color:#96989d;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.close-btn[data-v-c41f4fc6]{background:none;border:none;color:#b9bbbe;cursor:pointer;font-size:1.25rem;padding:.25rem;transition:color .17s ease}.close-btn[data-v-c41f4fc6]:hover{color:#dcddde}.participants-list[data-v-c41f4fc6]{flex:1;overflow-y:auto;padding:1rem}.participants-list[data-v-c41f4fc6]::-webkit-scrollbar{width:8px}.participants-list[data-v-c41f4fc6]::-webkit-scrollbar-track{background:#2e3338}.participants-list[data-v-c41f4fc6]::-webkit-scrollbar-thumb{background:#202225;border-radius:4px}.participant-item[data-v-c41f4fc6]{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border-radius:4px;margin-bottom:.5rem;transition:background-color .17s ease}.participant-item[data-v-c41f4fc6]:hover{background:#34373c}.participant-item.own[data-v-c41f4fc6]{background:#5865f21a;border:1px solid rgba(88,101,242,.3)}.participant-avatar[data-v-c41f4fc6]{width:32px;height:32px;border-radius:50%;background:#5865f2;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;flex-shrink:0;transition:all .3s ease}.participant-avatar.speaking[data-v-c41f4fc6]{box-shadow:0 0 0 2px #3ba55d,0 0 0 4px #3ba55d4d}.participant-details[data-v-c41f4fc6]{flex:1;min-width:0}.participant-name[data-v-c41f4fc6]{color:#dcddde;font-weight:500;font-size:.9375rem;margin-bottom:.5rem}.you-badge[data-v-c41f4fc6]{color:#b9bbbe;font-size:.8125rem;font-weight:400}.participant-controls[data-v-c41f4fc6]{margin-top:.5rem}.volume-control-compact[data-v-c41f4fc6]{display:flex;align-items:center;gap:.5rem}.mute-toggle[data-v-c41f4fc6]{background:#4e5058;border:none;width:28px;height:28px;border-radius:4px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .17s ease;flex-shrink:0}.mute-toggle[data-v-c41f4fc6]:hover{background:#5c5e66}.mute-toggle.muted[data-v-c41f4fc6]{background:#ed4245}.mute-toggle.muted[data-v-c41f4fc6]:hover{background:#c03537}.volume-slider.compact[data-v-c41f4fc6]{height:4px;flex:1}.volume-value[data-v-c41f4fc6]{color:#b9bbbe;font-size:.75rem;font-weight:500;min-width:35px;text-align:right}.log-section[data-v-c41f4fc6]{border-top:1px solid #202225;padding:1rem;max-height:200px;display:flex;flex-direction:column}.log-section h4[data-v-c41f4fc6]{color:#96989d;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.log-messages[data-v-c41f4fc6]{flex:1;overflow-y:auto;background:#202225;border-radius:4px;padding:.75rem;font-family:Consolas,Monaco,Courier New,monospace;font-size:.75rem}.log-messages[data-v-c41f4fc6]::-webkit-scrollbar{width:6px}.log-messages[data-v-c41f4fc6]::-webkit-scrollbar-track{background:#2e3338}.log-messages[data-v-c41f4fc6]::-webkit-scrollbar-thumb{background:#202225;border-radius:3px}.log-message[data-v-c41f4fc6]{padding:.25rem 0;color:#b9bbbe}.log-time[data-v-c41f4fc6]{color:#72767d;margin-right:.5rem;font-size:.6875rem}.log-type-success[data-v-c41f4fc6]{color:#3ba55d}.log-type-error[data-v-c41f4fc6]{color:#ed4245}.log-type-warning[data-v-c41f4fc6]{color:#faa61a}.log-type-info[data-v-c41f4fc6]{color:#5865f2}@keyframes fadeIn-c41f4fc6{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes pulse-c41f4fc6{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes pulse-subtle-c41f4fc6{0%,to{box-shadow:0 0 #ed424566}50%{box-shadow:0 0 0 10px #ed424500}}@media (max-width: 768px){.voice-chat[data-v-c41f4fc6]{height:100vh;height:100dvh}.chat-header[data-v-c41f4fc6]{padding:.75rem 1rem}.room-info h2[data-v-c41f4fc6]{font-size:1rem}.room-info p[data-v-c41f4fc6]{font-size:.75rem}.btn-invite[data-v-c41f4fc6]{font-size:.75rem;padding:.3rem .6rem}.btn-danger[data-v-c41f4fc6]{padding:.5rem 1rem;font-size:.75rem}.call-interface[data-v-c41f4fc6]{padding:1rem}.call-participants[data-v-c41f4fc6]{flex-direction:row;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1rem}.avatar-ring[data-v-c41f4fc6]{width:70px;height:70px}.avatar-inner[data-v-c41f4fc6]{font-size:1.5rem}.avatar-name[data-v-c41f4fc6]{font-size:.75rem;margin-top:.5rem}.call-status[data-v-c41f4fc6]{font-size:.75rem;margin-bottom:1rem}.screen-share[data-v-c41f4fc6]{max-width:100%;margin-bottom:1rem}.call-controls[data-v-c41f4fc6]{gap:.75rem;margin-bottom:1rem;flex-wrap:wrap;justify-content:center}.control-btn[data-v-c41f4fc6]{width:48px;height:48px}.control-icon[data-v-c41f4fc6]{font-size:1.25rem}.disconnect-btn[data-v-c41f4fc6]{width:52px;height:52px}.disconnect-btn .control-icon[data-v-c41f4fc6]{font-size:1.5rem}.control-label[data-v-c41f4fc6]{font-size:.65rem}.own-volume-control[data-v-c41f4fc6]{max-width:100%;padding:0 1rem}.own-volume-control label[data-v-c41f4fc6]{font-size:.75rem}.participants-sidebar.expanded[data-v-c41f4fc6]{position:fixed;top:0;right:0;height:100%;width:100%;z-index:100}.participant-item[data-v-c41f4fc6]{padding:.5rem}.participant-avatar[data-v-c41f4fc6]{width:28px;height:28px;font-size:.875rem}.participant-name[data-v-c41f4fc6]{font-size:.875rem}.volume-value[data-v-c41f4fc6]{font-size:.7rem;min-width:30px}}.security-indicator[data-v-c41f4fc6]{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;border-radius:8px;background:#0003;cursor:pointer;transition:all .2s ease;margin-right:1rem}.security-indicator[data-v-c41f4fc6]:hover{background:#0000004d;transform:translateY(-2px)}.security-emoji[data-v-c41f4fc6]{font-size:1.5rem;line-height:1}.security-status[data-v-c41f4fc6]{display:flex;flex-direction:column;gap:.1rem}.security-label[data-v-c41f4fc6]{color:#8e9297;font-size:.65rem;font-weight:600;text-transform:uppercase}.security-text[data-v-c41f4fc6]{color:#dcddde;font-size:.8rem;font-weight:500}.security-modal[data-v-c41f4fc6]{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.security-modal-content[data-v-c41f4fc6]{background:#2f3136;border-radius:12px;padding:2rem;max-width:500px;width:90%;box-shadow:0 8px 32px #00000080;position:relative}.close-modal-btn[data-v-c41f4fc6]{position:absolute;top:1rem;right:1rem;background:#ffffff1a;border:none;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#dcddde;transition:all .2s}.close-modal-btn[data-v-c41f4fc6]:hover{background:#fff3}.security-modal-content h3[data-v-c41f4fc6]{color:#fff;font-size:1.5rem;margin-bottom:1rem;text-align:center}.security-description[data-v-c41f4fc6]{color:#b9bbbe;text-align:center;margin-bottom:2rem;line-height:1.5}.emoji-display[data-v-c41f4fc6]{text-align:center;padding:2rem;background:#0000004d;border-radius:12px;margin-bottom:2rem}.emoji-large[data-v-c41f4fc6]{font-size:4rem;margin-bottom:1rem}.emoji-code[data-v-c41f4fc6]{color:#8e9297;font-family:Courier New,monospace;font-size:.875rem}.participants-emoji[data-v-c41f4fc6]{margin-top:1.5rem}.participants-emoji h4[data-v-c41f4fc6]{color:#dcddde;font-size:1rem;margin-bottom:1rem}.participant-emoji-item[data-v-c41f4fc6]{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#0003;border-radius:8px;margin-bottom:.5rem}.participant-name[data-v-c41f4fc6]{color:#dcddde;font-weight:500}.participant-emoji[data-v-c41f4fc6]{display:flex;align-items:center;gap:.5rem;font-size:1.5rem}.participant-emoji.verified[data-v-c41f4fc6],.check-icon[data-v-c41f4fc6]{color:#3ba55d}.security-warning[data-v-c41f4fc6]{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#ed42451a;border:2px solid #ed4245;border-radius:8px;margin-top:1rem;color:#ed4245}.security-warning svg[data-v-c41f4fc6]{flex-shrink:0}.security-warning span[data-v-c41f4fc6]{font-size:.875rem;line-height:1.4}@media (max-width: 480px){.call-participants[data-v-c41f4fc6]{gap:.25rem}.avatar-ring[data-v-c41f4fc6]{width:60px;height:60px}.avatar-inner[data-v-c41f4fc6]{font-size:1.25rem}.control-btn[data-v-c41f4fc6]{width:44px;height:44px}.disconnect-btn[data-v-c41f4fc6]{width:48px;height:48px}.call-controls[data-v-c41f4fc6]{gap:.5rem}}.home-page[data-v-1cfd079d]{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:2rem}.home-container[data-v-1cfd079d]{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.home-left[data-v-1cfd079d]{color:#fff}.logo-section[data-v-1cfd079d]{margin-bottom:3rem}.logo-icon[data-v-1cfd079d]{color:#fff;margin-bottom:1rem}.logo-text[data-v-1cfd079d]{font-size:3rem;font-weight:700;margin:0 0 .5rem;background:linear-gradient(90deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-subtitle[data-v-1cfd079d]{font-size:1.1rem;opacity:.9;margin:0}.features[data-v-1cfd079d]{display:flex;flex-direction:column;gap:2rem}.feature-item[data-v-1cfd079d]{display:flex;gap:1rem;align-items:flex-start}.feature-item svg[data-v-1cfd079d]{flex-shrink:0;opacity:.9}.feature-item h3[data-v-1cfd079d]{margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.feature-item p[data-v-1cfd079d]{margin:0;opacity:.8;font-size:.95rem}.home-right[data-v-1cfd079d]{display:flex;flex-direction:column;gap:1.5rem}.action-card[data-v-1cfd079d]{background:#2f3136;border-radius:12px;padding:2rem;box-shadow:0 8px 24px #0006}.action-card h2[data-v-1cfd079d]{color:#fff;margin:0 0 1.5rem;font-size:1.5rem}.input-group[data-v-1cfd079d]{margin-bottom:1.25rem}.input-group label[data-v-1cfd079d]{display:block;color:#b9bbbe;font-size:.875rem;font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.input-group input[data-v-1cfd079d]{width:100%;padding:.75rem;background:#202225;border:1px solid #202225;border-radius:6px;color:#dcddde;font-size:1rem;transition:all .2s ease}.input-group input[data-v-1cfd079d]:focus{outline:none;border-color:#5865f2;background:#1e1f22}.input-group input[data-v-1cfd079d]::placeholder{color:#72767d}.join-info[data-v-1cfd079d]{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#5865f21a;border-radius:6px;color:#5865f2;margin-bottom:1.25rem;font-size:.9rem}.action-btn[data-v-1cfd079d]{width:100%;padding:.875rem;background:#5865f2;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.action-btn[data-v-1cfd079d]:hover:not(:disabled){background:#4752c4;transform:translateY(-2px);box-shadow:0 4px 12px #5865f266}.action-btn[data-v-1cfd079d]:active:not(:disabled){transform:translateY(0)}.action-btn[data-v-1cfd079d]:disabled{opacity:.5;cursor:not-allowed}.divider[data-v-1cfd079d]{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;color:#72767d;font-size:.875rem;font-weight:600;text-transform:uppercase}.divider[data-v-1cfd079d]:before,.divider[data-v-1cfd079d]:after{content:"";flex:1;height:1px;background:#4e5058}.secondary-btn[data-v-1cfd079d]{width:100%;padding:.75rem;background:transparent;color:#b9bbbe;border:1px solid #4e5058;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.secondary-btn[data-v-1cfd079d]:hover{background:#4e5058;color:#dcddde}.error-message[data-v-1cfd079d]{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#ed42451a;border:1px solid rgba(237,66,69,.3);border-radius:6px;color:#ed4245;margin-top:1rem;font-size:.9rem}.quick-links[data-v-1cfd079d]{display:flex;gap:1rem;justify-content:center}.quick-link[data-v-1cfd079d]{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#ffffff1a;color:#fff;text-decoration:none;border-radius:8px;font-size:.9rem;font-weight:500;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.quick-link[data-v-1cfd079d]:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 968px){.home-container[data-v-1cfd079d]{grid-template-columns:1fr;gap:3rem}.home-left[data-v-1cfd079d]{text-align:center}.logo-text[data-v-1cfd079d]{font-size:2.5rem}.features[data-v-1cfd079d]{max-width:500px;margin:0 auto}}@media (max-width: 640px){.home-page[data-v-1cfd079d]{padding:1rem}.logo-text[data-v-1cfd079d]{font-size:2rem}.action-card[data-v-1cfd079d]{padding:1.5rem}.quick-links[data-v-1cfd079d]{flex-direction:column}.quick-link[data-v-1cfd079d]{justify-content:center}}.app-container[data-v-9d3d16f9]{min-height:100vh;display:flex;flex-direction:column;background:#36393f}
