@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";[data-component=Lobby]{font-family:Manrope,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;line-height:1.6;color:#ffffffe6;background:#fff;height:100vh;display:flex;align-items:flex-start;justify-content:center;position:relative;overflow-y:auto;padding-bottom:32px}[data-component=Lobby]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.15}[data-component=Lobby] .header-container{position:absolute;top:16px;left:20px;display:flex;align-items:center;gap:16px;z-index:10}[data-component=Lobby] .header-container .logo-background{width:56px;height:56px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .3s ease}[data-component=Lobby] .header-container .logo-background:hover{transform:scale(1.05)}[data-component=Lobby] .header-container .logo-background .logo-img{height:100%;width:auto;object-fit:contain;filter:brightness(1.1)}[data-component=Lobby] .header-container .logo-name-container .logo-main{font-size:22px;font-weight:700;color:#000}[data-component=Lobby] .toast-container{position:fixed;top:32px;right:32px;z-index:1000;display:flex;flex-direction:column;gap:12px}[data-component=Lobby] .toast-notification .toast-content{background:#323232f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;padding:14px 24px;border-radius:8px;box-shadow:0 8px 32px #00000040;animation:fadeIn .3s ease;display:flex;align-items:center;border:1px solid rgba(255,255,255,.1);font-size:14px;font-weight:500;max-width:320px}[data-component=Lobby] .toast-notification .toast-content:before{content:"";display:inline-block;width:10px;height:10px;background-color:#ffffffe6;border-radius:50%;margin-right:12px;flex-shrink:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}[data-component=Lobby] .lobby-container{width:90%;max-width:1200px;display:flex;flex-direction:column;align-items:center;margin-top:60px}@media (max-width: 768px){[data-component=Lobby] .lobby-container{margin-top:70px}[data-component=Lobby] .lobby-container:has(.mic-permission-help) .title{display:none}}[data-component=Lobby] .title{font-size:30px;font-weight:700;color:#000;margin:0;text-align:center;letter-spacing:-.5px;line-height:1.2;max-width:90%;padding:0 20px;transition:opacity .3s ease}@media (max-width: 1035px){[data-component=Lobby] .title{font-size:28px;max-width:80%}}@media (max-width: 768px){[data-component=Lobby] .title{font-size:24px;max-width:100%;padding:0;margin-top:35px}}@media (max-width: 480px){[data-component=Lobby] .title{font-size:22px;line-height:1.3}}[data-component=Lobby] .title span{display:inline-block;background:linear-gradient(90deg,#d4af37,#f5d78e);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:800}[data-component=Lobby] .preview-wrapper{display:flex;align-items:center;gap:60px;width:100%;justify-content:center;margin-top:40px}@media (max-width: 1200px){[data-component=Lobby] .preview-wrapper{gap:40px}}@media (max-width: 991px){[data-component=Lobby] .preview-wrapper{gap:32px;flex-wrap:wrap;justify-content:center}}@media (max-width: 768px){[data-component=Lobby] .preview-wrapper{gap:24px}[data-component=Lobby] .preview-wrapper.hide-controls .join-controls{opacity:0;pointer-events:none}}@media (max-width: 480px){[data-component=Lobby] .preview-wrapper{gap:20px}}[data-component=Lobby] .preview-wrapper .join-controls{display:flex;flex-direction:column;align-items:center;width:100%;max-width:400px;min-height:200px;position:relative;opacity:1;transition:opacity .3s ease}[data-component=Lobby] .preview-wrapper .join-controls.hidden{opacity:0;pointer-events:none}@media (max-width: 991px){[data-component=Lobby] .preview-wrapper .join-controls{max-width:100%;min-height:180px}}@media (max-width: 768px){[data-component=Lobby] .preview-wrapper .join-controls{min-height:160px}}@media (max-width: 480px){[data-component=Lobby] .preview-wrapper .join-controls{min-height:140px}}[data-component=Lobby] .preview-card{flex:1 1 700px;max-width:700px;background:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:20px;padding:28px;box-shadow:0 8px 40px #00000040,0 4px 16px #00000026;border:1px solid rgba(255,255,255,.08);transition:all .4s cubic-bezier(.165,.84,.44,1)}[data-component=Lobby] .preview-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #0000004d}[data-component=Lobby] .preview-card .preview-content{width:100%;height:350px;background:#0f0f0f99;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}[data-component=Lobby] .preview-card .preview-content:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#ffffff08,#fff0);pointer-events:none}[data-component=Lobby] .preview-card .preview-content video{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}[data-component=Lobby] .preview-card .preview-content .camera-off{display:flex;flex-direction:column;align-items:center;gap:24px;color:#fff9}[data-component=Lobby] .preview-card .preview-content .camera-off .camera-off-icon{width:80px;height:80px;background-image:url(/images/icon_webcam_white_off.svg);background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.5;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}[data-component=Lobby] .preview-card .preview-content .camera-off span{font-size:18px;font-weight:500;letter-spacing:.3px}[data-component=Lobby] .preview-card .preview-controls{display:flex;justify-content:center;gap:40px;margin-top:28px}[data-component=Lobby] .button{height:64px;width:64px;border-radius:50%;background-color:#282828cc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-position:center;background-size:50%;background-repeat:no-repeat;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);border:none;outline:none;box-shadow:0 4px 24px #0003,0 2px 12px #0000001a;position:relative;overflow:hidden}[data-component=Lobby] .button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#ffffff26,#fff0);border-radius:50%;opacity:0;transition:opacity .3s ease}[data-component=Lobby] .button:hover{transform:scale(1.1);box-shadow:0 8px 32px #00000040}[data-component=Lobby] .button:hover:before{opacity:1}[data-component=Lobby] .button:active{transform:scale(.95)}[data-component=Lobby] .button.on{background-color:#fffffff2;border:1px solid rgba(255,255,255,.2)}[data-component=Lobby] .button.mic.on{background-image:url(/images/icon_mic_black_on.svg)}[data-component=Lobby] .button.mic.off{background-image:url(/images/icon_mic_white_off.svg);background-color:#d42241b3}[data-component=Lobby] .button.webcam.on{background-image:url(/images/icon_webcam_black_on.svg)}[data-component=Lobby] .button.webcam.off{background-image:url(/images/icon_webcam_white_off.svg);background-color:#d42241b3}[data-component=Lobby] .button.mic.unsupported{background-image:url(/images/icon_mic_white_unsupported.svg);background-color:#d42241b3}[data-component=Lobby] .button.webcam.unsupported{background-image:url(/images/icon_webcam_white_unsupported-exclamatory3.png);background-size:calc(100% - 10px);background-color:#d42241b3}[data-component=Lobby] .volume-indicator{position:absolute;bottom:16px;left:16px;display:flex;align-items:center;background:#0009;border-radius:20px;padding:6px 12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;gap:8px;transition:all .3s ease}[data-component=Lobby] .volume-indicator:hover{background:#000c}[data-component=Lobby] .volume-indicator .volume-icon{width:16px;height:16px;color:#fff;display:flex;align-items:center;justify-content:center}[data-component=Lobby] .volume-indicator .volume-icon svg{width:100%;height:100%}[data-component=Lobby] .volume-indicator .volume-bar-container{width:60px;height:4px;background:#fff3;border-radius:2px;overflow:hidden}[data-component=Lobby] .volume-indicator .volume-bar{height:100%;background:linear-gradient(90deg,#4caf50,#ffeb3b,#f44336);transition:width .1s ease-out;min-width:4px}@media (max-width: 1200px){[data-component=Lobby] .lobby-container{max-width:95%;gap:40px}[data-component=Lobby] .preview-card{flex:1 1 600px}}@media (max-width: 991px){[data-component=Lobby] .lobby-container{gap:36px;margin-top:50px}[data-component=Lobby] .preview-card{flex:none;width:100%;max-width:700px}[data-component=Lobby] .preview-card:hover{transform:translateY(-4px)}[data-component=Lobby] .title{font-size:28px;line-height:1.2}}@media (max-width: 768px){[data-component=Lobby] .lobby-container{gap:32px;margin-top:40px}[data-component=Lobby] .header-container .logo-background{width:48px;height:48px}[data-component=Lobby] .header-container .logo-main{font-size:20px}[data-component=Lobby] .title{font-size:24px}[data-component=Lobby] .preview-card{padding:20px}[data-component=Lobby] .preview-card .preview-content{height:300px}[data-component=Lobby] .preview-card .preview-controls{gap:32px;margin-top:24px}[data-component=Lobby] .volume-indicator{padding:5px 10px}[data-component=Lobby] .volume-indicator .volume-bar-container{width:50px}[data-component=Lobby] .join-button{padding:16px 40px;width:240px;font-size:16px;height:56px}[data-component=Lobby] .toast-container{top:24px;right:24px}}@media (max-width: 480px){[data-component=Lobby] .lobby-container{gap:24px;margin-top:32px;width:92%}[data-component=Lobby] .header-container{top:12px;left:16px;gap:12px}[data-component=Lobby] .header-container .logo-background{width:40px;height:40px}[data-component=Lobby] .header-container .logo-main{font-size:18px}[data-component=Lobby] .preview-card{padding:16px}[data-component=Lobby] .preview-card .preview-content{height:250px;border-radius:12px}[data-component=Lobby] .preview-card .preview-controls{gap:20px;margin-top:20px}[data-component=Lobby] .preview-card .camera-off .camera-off-icon{width:60px;height:60px}[data-component=Lobby] .preview-card .camera-off span{font-size:16px}[data-component=Lobby] .button{height:52px;width:52px}[data-component=Lobby] .volume-indicator{padding:4px 8px;bottom:12px;left:12px}[data-component=Lobby] .volume-indicator .volume-bar-container{width:40px}[data-component=Lobby] .join-button{padding:14px 32px;width:220px;font-size:15px;height:50px}[data-component=Lobby] .toast-container{top:16px;right:16px;left:16px}[data-component=Lobby] .toast-container .toast-content{padding:12px 20px;font-size:13px}[data-component=Lobby] .mic-permission-help{padding:14px;font-size:14px}[data-component=Lobby] .mic-permission-help h3{font-size:16px}}[data-component=Lobby] .join-toast-container{margin-bottom:10px}[data-component=Lobby] .mic-permission-help{background:#fff8e1;color:#5c4a00;border:1px solid #ffecb3;padding:16px;border-radius:8px;margin-bottom:16px;font-size:15px}[data-component=Lobby] .mic-permission-help h3{margin:0 0 8px;font-size:18px}[data-component=Lobby] .mic-permission-help ol{margin:8px 0 0 16px;padding-left:16px}[data-component=Lobby] .join-button{background:linear-gradient(135deg,#ffc107,#ff9800);color:#1e3c72;padding:20px 48px;border-radius:50px;border:none;width:280px;font-size:18px;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.165,.84,.44,1);height:64px;flex-shrink:0;display:flex;align-items:center;justify-content:center;white-space:nowrap;letter-spacing:.5px;position:relative;overflow:hidden;z-index:1}[data-component=Lobby] .join-button.connecting{background:#f5f5f5;color:#666;cursor:wait}[data-component=Lobby] .join-button.connecting .loader{display:inline-block;width:20px;height:20px;border:2px solid #666;border-radius:50%;border-top-color:transparent;margin-right:10px;vertical-align:middle;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}[data-component=Lobby] .join-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ff9800,#ffc107);opacity:0;transition:opacity .4s ease;z-index:-1}[data-component=Lobby] .join-button:hover{transform:translateY(-6px);background:linear-gradient(135deg,#ff9800,#ffc107)}[data-component=Lobby] .join-button:hover:before{opacity:1}[data-component=Lobby] .join-button.disabled{opacity:.6;cursor:not-allowed;background:linear-gradient(135deg,#bdbdbd,#9e9e9e);color:#616161}[data-component=Lobby] .join-button.disabled:hover{transform:none;box-shadow:none}[data-component=Lobby] .join-button:active{transform:translateY(-2px)}[data-component=Lobby] .join-button:hover span:after{transform:translate(6px)}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local("Roboto Light"),local("Roboto-Light"),url(/fonts/Roboto-light-ext.woff2) format("woff2");unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local("Roboto Light"),local("Roboto-Light"),url(/fonts/Roboto-light.woff2) format("woff2"),url(/fonts/Roboto-light.ttf) format("ttf");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular"),url(/fonts/Roboto-regular-ext.woff2) format("woff2");unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular"),url(/fonts/Roboto-regular.woff2) format("woff2"),url(/fonts/Roboto-regular.ttf) format("ttf");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local("Roboto Medium"),local("Roboto-Medium"),url(/fonts/Roboto-medium-ext.woff2) format("woff2");unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local("Roboto Medium"),local("Roboto-Medium"),url(/fonts/Roboto-medium.woff2) format("woff2"),url(/fonts/Roboto-medium.ttf) format("ttf");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000}*,*:before,*:after{box-sizing:border-box;outline:none}html,body,div,span,object,iframe,figure,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,code,em,img,small,strike,strong,sub,sup,tt,b,u,i,ol,ul,li,fieldset,form,label,table,caption,tbody,tfoot,thead,tr,th,td,main,canvas,embed,footer,header,nav,section,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;text-size-adjust:none}footer,header,nav,section,main{display:block}body{background:none;line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input{-webkit-appearance:none;border-radius:0}.chat-panel{position:fixed;top:0;right:0;height:100vh;width:320px;background:#141e32fa;box-shadow:-2px 0 12px #00000040;z-index:100;display:flex;flex-direction:column;transform:translate(100%);transition:transform .2s,width .2s}.chat-panel.open{transform:translate(0)}.chat-panel .chat-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px 10px;font-size:1.2rem;font-weight:500;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}.chat-panel .chat-header .close-btn{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0 4px;transition:color .15s}.chat-panel .chat-header .close-btn:hover{color:#00e676}.chat-panel .chat-messages{list-style:none;margin:0;padding:18px 20px;flex:1 1 auto;overflow-y:auto;color:#fff;font-size:1rem}.chat-panel .chat-messages .empty{color:#aaa;text-align:center;margin-top:2rem}.chat-panel .chat-messages li{margin-bottom:.7em;display:flex;flex-direction:column}.chat-panel .chat-messages li.me .sender{color:#00e676}.chat-panel .chat-messages li.peer .sender{color:#02a1ff}.chat-panel .chat-messages li .sender{font-size:.95em;font-weight:500;margin-bottom:2px}.chat-panel .chat-messages li .text{background:#243b55d9;border-radius:8px;padding:6px 12px;font-size:1em;word-break:break-word}.chat-panel .chat-input-panel{padding:10px 16px 16px;background:none;border-top:1px solid rgba(255,255,255,.08)}.chat-panel .chat-input-panel>[data-component=ChatInput]{width:100%;height:40px}.chat-panel .chat-input-panel>[data-component=ChatInput]>textarea{width:100%;height:40px;min-height:40px;max-height:80px;resize:none;border-radius:8px;background:#243b55;color:#fff;font-size:15px;padding:8px 12px;border:none;box-shadow:none;transition:background .2s}.chat-panel .chat-input-panel>[data-component=ChatInput]>textarea:focus{background:#243b55f2}.sidebar .button.chat{position:relative}.sidebar .button.chat .chat-badge{position:absolute;top:2px;right:2px;min-width:18px;height:18px;background:#d42241;color:#fff;border-radius:10px;font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 5px;pointer-events:none;z-index:10;box-shadow:0 1px 4px #0000002e}[data-component=Room]{position:relative;height:100%;width:100%;background-color:#131314;will-change:opacity}[data-component=Room].Appear-appear{opacity:0}[data-component=Room].Appear-appear.Appear-appear-active{transition-property:opacity;transition-duration:.3s;opacity:1}[data-component=Room]>.peers-grid{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;place-items:center;padding:1rem;gap:10px;background-color:#131314;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-auto-rows:minmax(150px,auto);overflow-y:auto;transition:width .2s ease,left .2s ease}[data-component=Room]>.peers-grid.with-sidebar{width:calc(100% - 320px)}[data-component=Room]>.state{position:fixed;z-index:100;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:25px;background-color:#243b55bf}@media (min-device-width: 721px){[data-component=Room]>.state{top:20px;left:20px;width:124px}}@media (max-device-width: 720px){[data-component=Room]>.state{top:10px;left:10px;width:110px}}[data-component=Room]>.state>.icon{flex:0 0 auto;border-radius:100%}@media (min-device-width: 721px){[data-component=Room]>.state>.icon{margin:6px 0 6px 6px;height:16px;width:16px}}@media (max-device-width: 720px){[data-component=Room]>.state>.icon{margin:4px 0 4px 4px;height:16px;width:16px}}[data-component=Room]>.state>.icon.new,[data-component=Room]>.state>.icon.closed{background-color:#aaaaaa80}[data-component=Room]>.state>.icon.connecting{animation:Room-info-state-connecting .75s infinite linear}[data-component=Room]>.state>.icon.connected{background-color:#30bd18bf}@media (max-device-width: 720px){[data-component=Room]>.state>.icon.connected{display:none}}[data-component=Room]>.state>.text{flex:100 0 auto;-ms-user-select:none;-webkit-user-select:none;user-select:none;pointer-events:none;text-align:center;text-transform:uppercase;font-family:Roboto;font-weight:400;color:#ffffffbf}@media (min-device-width: 721px){[data-component=Room]>.state>.text{font-size:12px}}@media (max-device-width: 720px){[data-component=Room]>.state>.text{font-size:10px}}@media (max-device-width: 720px){[data-component=Room]>.state>.text.connected{display:none}}[data-component=Room]>.info{position:fixed;z-index:100}@media (min-device-width: 721px){[data-component=Room]>.info{top:55px;left:20px;width:124px}}@media (max-device-width: 720px){[data-component=Room]>.info{top:40px;height:18px;width:110px}}[data-component=Room]>.info>p.text{height:18px;left:10px;display:flex;flex-direction:row;justify-content:center;align-items:center;flex:100 0 auto;-ms-user-select:none;-webkit-user-select:none;user-select:none;pointer-events:none;text-align:center;font-family:Roboto;font-weight:400;color:#ffffffbf;border-radius:25px;background-color:#243b55bf;margin-bottom:2px}@media (min-device-width: 721px){[data-component=Room]>.info>p.text{font-size:11px}}@media (max-device-width: 720px){[data-component=Room]>.info>p.text{font-size:9px}}[data-component=Room]>.info>p.text>span.label{color:#ffffff73}[data-component=Room]>.room-link-wrapper{pointer-events:none;position:absolute;z-index:1;top:0;left:0;right:0;display:flex;flex-direction:row;justify-content:center}[data-component=Room]>.room-link-wrapper>.room-link{width:auto;background-color:#243b55bf;border-bottom-right-radius:4px;border-bottom-left-radius:4px;box-shadow:0 3px 12px 2px #1116}[data-component=Room]>.room-link-wrapper>.room-link>a.link{display:block;-ms-user-select:none;-webkit-user-select:none;user-select:none;pointer-events:auto;text-transform:uppercase;font-family:Roboto;font-weight:400;color:#ffffffbf;cursor:pointer;text-decoration:none;transition-property:color;transition-duration:.1s}@media (min-device-width: 721px){[data-component=Room]>.room-link-wrapper>.room-link>a.link{padding:10px 20px;font-size:12px}}@media (max-device-width: 720px){[data-component=Room]>.room-link-wrapper>.room-link>a.link{padding:8px 0;font-size:11px}}[data-component=Room]>.room-link-wrapper>.room-link>a.link:hover{color:#fff;text-decoration:underline}[data-component=Room]>.chat-input-container{position:fixed;z-index:100;overflow:hidden;box-shadow:0 5px 12px 2px #11111180}@media (min-device-width: 721px){[data-component=Room]>.chat-input-container{height:30px;width:294px;bottom:20px;right:20px;border:1px solid rgba(255,255,255,.15)}}@media (max-device-width: 720px){[data-component=Room]>.chat-input-container{height:30px;width:98vw;left:1vw;right:1vw;bottom:8px;border:1px solid rgba(255,255,255,.25);border-radius:10px}}[data-component=Room]>.sidebar,[data-component=Room]>.controls,[data-component=Room]>.controls.sidebar{position:fixed;bottom:0;left:50%;transform:translate(-50%);z-index:101;width:auto;min-width:320px;max-width:90vw;height:110px;padding:8px 16px;display:flex;flex-direction:row;justify-content:center;align-items:center;border-top-left-radius:16px;border-top-right-radius:16px;gap:12px}[data-component=Room]>.sidebar .button,[data-component=Room]>.controls .button,[data-component=Room]>.controls.sidebar .button{flex:0 0 auto;height:48px;width:48px;border-radius:50%;background-color:#1c2c46;background-position:center;background-size:70%;background-repeat:no-repeat;cursor:pointer;transition:background-color .2s ease,transform .2s ease;display:flex;align-items:center;justify-content:center;font-size:20px}[data-component=Room]>.sidebar .button:hover,[data-component=Room]>.controls .button:hover,[data-component=Room]>.controls.sidebar .button:hover{transform:scale(1.1)}[data-component=Room]>.sidebar .button.on,[data-component=Room]>.controls .button.on,[data-component=Room]>.controls.sidebar .button.on{background-color:#fffc}[data-component=Room]>.sidebar .button.disabled,[data-component=Room]>.controls .button.disabled,[data-component=Room]>.controls.sidebar .button.disabled{pointer-events:none;opacity:.5}[data-component=Room]>.sidebar .button.mic.on,[data-component=Room]>.controls .button.mic.on,[data-component=Room]>.controls.sidebar .button.mic.on{background-image:url(/images/icon_mic_black_on.svg)}[data-component=Room]>.sidebar .button.mic.off,[data-component=Room]>.controls .button.mic.off,[data-component=Room]>.controls.sidebar .button.mic.off{background-image:url(/images/icon_mic_white_off.svg);background-color:#d42241b3}[data-component=Room]>.sidebar .button.mic.unsupported,[data-component=Room]>.controls .button.mic.unsupported,[data-component=Room]>.controls.sidebar .button.mic.unsupported{background-image:url(/images/icon_mic_white_unsupported.svg);background-color:#d42241b3}[data-component=Room]>.sidebar .button.webcam.on,[data-component=Room]>.controls .button.webcam.on,[data-component=Room]>.controls.sidebar .button.webcam.on{background-image:url(/images/icon_webcam_black_on.svg)}[data-component=Room]>.sidebar .button.webcam.off,[data-component=Room]>.controls .button.webcam.off,[data-component=Room]>.controls.sidebar .button.webcam.off{background-image:url(/images/icon_webcam_white_off.svg);background-color:#d42241b3}[data-component=Room]>.sidebar .button.webcam.unsupported,[data-component=Room]>.controls .button.webcam.unsupported,[data-component=Room]>.controls.sidebar .button.webcam.unsupported{background-image:url(/images/icon_webcam_white_off.svg);background-color:#d42241b3}[data-component=Room]>.sidebar .button.change-webcam.on,[data-component=Room]>.controls .button.change-webcam.on,[data-component=Room]>.controls.sidebar .button.change-webcam.on{background-image:url(/images/icon_change_webcam_black.svg)}[data-component=Room]>.sidebar .button.change-webcam.unsupported,[data-component=Room]>.controls .button.change-webcam.unsupported,[data-component=Room]>.controls.sidebar .button.change-webcam.unsupported{background-image:url(/images/icon_change_webcam_white_unsupported.svg)}[data-component=Room]>.sidebar .button.share.on,[data-component=Room]>.controls .button.share.on,[data-component=Room]>.controls.sidebar .button.share.on{background-image:url(/images/icon_share_black_on.svg)}[data-component=Room]>.sidebar .button.share.off,[data-component=Room]>.controls .button.share.off,[data-component=Room]>.controls.sidebar .button.share.off{background-image:url(/images/icon_share_white_on.svg)}[data-component=Room]>.sidebar .button.share.unsupported,[data-component=Room]>.controls .button.share.unsupported,[data-component=Room]>.controls.sidebar .button.share.unsupported{background-image:url(/images/icon_share_white_unsupported.svg)}[data-component=Room]>.sidebar .button.hide-videos,[data-component=Room]>.controls .button.hide-videos,[data-component=Room]>.controls.sidebar .button.hide-videos{background-image:url(/images/icon_video_white_on.svg)}[data-component=Room]>.sidebar .button.hide-videos.on,[data-component=Room]>.controls .button.hide-videos.on,[data-component=Room]>.controls.sidebar .button.hide-videos.on{background-image:url(/images/icon_video_black_off.svg)}[data-component=Room]>.sidebar .button.mute-audio.on,[data-component=Room]>.controls .button.mute-audio.on,[data-component=Room]>.controls.sidebar .button.mute-audio.on{background-image:url(/images/icon_speaker_on_black.svg)}[data-component=Room]>.sidebar .button.mute-audio.off,[data-component=Room]>.controls .button.mute-audio.off,[data-component=Room]>.controls.sidebar .button.mute-audio.off{background-image:url(/images/icon_speaker_off_white.svg);background-color:#d42241b3}[data-component=Room]>.sidebar .button.restart-ice,[data-component=Room]>.controls .button.restart-ice,[data-component=Room]>.controls.sidebar .button.restart-ice{background-image:url(/images/icon_restart_ice_white.svg)}[data-component=Room]>.sidebar .button.leave-room,[data-component=Room]>.controls .button.leave-room,[data-component=Room]>.controls.sidebar .button.leave-room{background-image:url(/images/session-leave-enable.svg)}[data-component=Room]>.sidebar .button.recording,[data-component=Room]>.controls .button.recording,[data-component=Room]>.controls.sidebar .button.recording{background-image:url(/images/recording-start.svg)}[data-component=Room]>.sidebar .button.recording.on,[data-component=Room]>.controls .button.recording.on,[data-component=Room]>.controls.sidebar .button.recording.on{background-image:url(/images/recording-stop.svg)}[data-component=Room]>.sidebar .button.participants,[data-component=Room]>.controls .button.participants,[data-component=Room]>.controls.sidebar .button.participants{background-image:url(/images/icon_group_white.svg)}[data-component=Room]>.sidebar .button.participants.on,[data-component=Room]>.controls .button.participants.on,[data-component=Room]>.controls.sidebar .button.participants.on{background-image:url(/images/icon_group_black.svg)}[data-component=Room]>.sidebar .button.chat,[data-component=Room]>.controls .button.chat,[data-component=Room]>.controls.sidebar .button.chat{background-image:url(/images/icon_chat_white.svg)}[data-component=Room]>.sidebar .button.chat.on,[data-component=Room]>.controls .button.chat.on,[data-component=Room]>.controls.sidebar .button.chat.on{background-image:url(/images/icon_chat_black.svg)}[data-component=Room] .participants-panel{position:fixed;top:0;right:0;height:100vh;width:320px;background:#141e32fa;box-shadow:-2px 0 12px #00000040;z-index:100;display:flex;flex-direction:column}[data-component=Room] .participants-panel .participants-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px 10px;font-size:1.2rem;font-weight:500;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}[data-component=Room] .participants-panel .close-btn{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0 4px;transition:color .15s}[data-component=Room] .participants-panel .close-btn:hover{color:#d42241}[data-component=Room] .participants-panel .participants-list{list-style:none;margin:0;padding:18px 20px;flex:1 1 auto;overflow-y:auto;color:#fff;font-size:1rem}[data-component=Room] .participants-panel .participants-list .participant-item{display:flex;align-items:center;margin-bottom:14px;padding:6px 0;border-radius:6px}[data-component=Room] .participants-panel .participants-list .participant-item.me{background:#30bd1814}[data-component=Room] .participants-panel .participants-list .participant-item .avatar{width:36px;height:36px;border-radius:50%;background:#2a3956;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:500;margin-right:12px}[data-component=Room] .participants-panel .participants-list .participant-item .name{flex:1 1 auto;display:flex;align-items:center;gap:6px;font-size:1rem;color:#fff;font-weight:400}@keyframes slideInRight{0%{right:-340px;opacity:0}to{right:0;opacity:1}}@keyframes Room-info-state-connecting{50%{background-color:#ffa500bf}}@media (max-width: 600px){[data-component=Room] .peers-grid{padding:.3rem;gap:6px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-auto-rows:minmax(90px,auto)}[data-component=Room].with-sidebar{width:100%;left:-100%;visibility:hidden}[data-component=Room] .sidebar,[data-component=Room] .controls,[data-component=Room] .controls.sidebar{min-width:98vw;max-width:100vw;height:70px;padding:4px;border-top-left-radius:10px;border-top-right-radius:10px;gap:6px}[data-component=Room] .sidebar .button,[data-component=Room] .controls .button,[data-component=Room] .controls.sidebar .button{height:36px;width:36px;font-size:16px}[data-component=Room] .participants-panel{width:100vw;min-width:0;max-width:100vw;font-size:.95rem}[data-component=Room] .participants-panel .participants-header{font-size:1rem;padding:12px 10px 8px}[data-component=Room] .participants-panel .participants-list{padding:10px}[data-component=Room] .room-link-wrapper{top:0;left:0;right:0;width:100vw}[data-component=Room] .room-link-wrapper>.room-link{width:100vw;border-radius:0 0 8px 8px}[data-component=Room] .room-link-wrapper>.room-link>a.link{padding:8px 0;font-size:11px}[data-component=Room] .chat-input-container{width:98vw;left:1vw;right:1vw;bottom:8px;border-radius:10px}[data-component=Room] .state,[data-component=Room] .info{left:8px;top:8px;width:90vw;max-width:95vw;font-size:10px;border-radius:12px;padding:2px 8px}}@media (max-width: 600px){[data-component=Peer]{height:100%;width:100%}[data-component=Peer] .indicators{width:100px}[data-component=Peer] .indicators>.icon{width:24px;height:24px}[data-component=Peer] .pin-btn{top:6px;right:6px;width:26px;height:26px;font-size:.95rem}}@media (max-width: 600px){[data-component=PeerView]{background-size:auto 50%}[data-component=PeerView]>.info>.icons>.icon{width:22px;height:22px}[data-component=PeerView]>.info>.peer{padding:6px}[data-component=PeerView]>.info>.peer>.display-name{font-size:12px}[data-component=PeerView]>.info>.peer>.row{margin-top:2px}[data-component=PeerView]>.info>.peer>.row>.device-icon{height:12px;width:12px}[data-component=PeerView]>.info>.peer>.row>.device-version{font-size:9px}[data-component=PeerView]>video{min-height:60px}}@media (max-width: 600px){[data-component=Peers]{padding:.2rem}[data-component=Peers] .grid-layout{gap:6px}[data-component=Peers] .grid-layout .peer-container{border-radius:6px}[data-component=Peers] .grid-layout .peer-container .pin-btn{top:6px;right:6px;width:26px;height:26px;font-size:.95rem}[data-component=Peers].screen-sharing-layout{flex-direction:column}[data-component=Peers].screen-sharing-layout .spotlight-tile{margin-right:0;margin-bottom:8px}[data-component=Peers].screen-sharing-layout .side-peers{padding-right:2px}[data-component=Peers].screen-sharing-layout .side-peers .peer-container{border-radius:6px}}@media (max-width: 600px){.displayname-container{padding:.5rem}.displayname-card{min-width:90vw;max-width:98vw;padding:1.2rem .7rem 1rem;border-radius:1rem}.displayname-card h2{font-size:1.1rem;margin-bottom:1rem}.displayname-btn{width:100%;font-size:1rem;padding:.7rem 0}}[data-component=Me]{position:relative;height:100%;width:100%}[data-component=Me]>.controls{position:static;z-index:auto;top:unset;left:unset;right:unset;bottom:unset;display:flex;flex-direction:row;justify-content:center;align-items:center;pointer-events:auto;background:none;box-shadow:none;margin:0;padding:0;gap:12px}[data-component=Me]>.controls>.button{margin:0;border-radius:50%;background-color:#1c2c46;background-position:center;background-size:70%;background-repeat:no-repeat;cursor:pointer;transition:background-color .2s ease,transform .2s ease;display:flex;align-items:center;justify-content:center;font-size:20px;height:48px;width:48px}[data-component=Me]>.controls>.button:hover{transform:scale(1.1)}[data-component=Me]>.controls>.button.on{background-color:#fffc}[data-component=Me]>.controls>.button.disabled{pointer-events:none;opacity:.5}[data-component=ChatInput]{position:relative;height:100%;width:100%;display:flex;align-items:center}[data-component=ChatInput]>textarea{height:100%;width:100%;padding:4px 8px;resize:none;outline:none;background-color:#243b55;color:#fff;font-family:inherit;font-size:13px;font-weight:400;line-height:22px;border:none}[data-component=ChatInput]>textarea::-webkit-input-placeholder{color:#ffffff59}[data-component=ChatInput]>textarea:-moz-placeholder{color:#ffffff59}[data-component=ChatInput]>textarea::-moz-placeholder{color:#ffffff59}[data-component=ChatInput]>textarea:-ms-input-placeholder{color:#ffffff59}[data-component=ChatInput]>textarea:disabled{opacity:.65}[data-component=ChatInput]>button{display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#1e90ff,#07f);color:#fff;border:none;border-radius:50%;width:36px;height:36px;margin-left:8px;transition:background .2s,box-shadow .2s;box-shadow:0 2px 8px #1e90ff26;cursor:pointer;padding:0}[data-component=ChatInput]>button:hover:not(:disabled){background:linear-gradient(90deg,#07f,#1e90ff);box-shadow:0 4px 16px #1e90ff40}[data-component=ChatInput]>button:disabled{background:#aaa;cursor:not-allowed;opacity:.6}[data-component=ChatInput]>button svg{stroke:#fff}[data-component=Peers]{width:100%;height:100%;box-sizing:border-box;padding:.5rem;background-color:#131314}[data-component=Peers].grid-layout{position:relative;display:grid;gap:12px;width:100%;height:100%;grid-auto-rows:1fr}[data-component=Peers].grid-layout.columns-1{grid-template-columns:repeat(1,1fr)}[data-component=Peers].grid-layout.columns-2{grid-template-columns:repeat(2,1fr)}[data-component=Peers].grid-layout.columns-3{grid-template-columns:repeat(3,1fr)}[data-component=Peers].grid-layout.columns-4{grid-template-columns:repeat(4,1fr)}[data-component=Peers].grid-layout.columns-5{grid-template-columns:repeat(5,1fr)}[data-component=Peers].grid-layout .peer-container{position:relative;width:100%;min-height:200px;display:flex;flex-direction:column;border-radius:10px;overflow:hidden;box-shadow:0 0 8px #0006;border:2px solid transparent;transition:border-color .3s ease}[data-component=Peers].grid-layout .peer-container video{width:100%;height:100%;object-fit:cover}[data-component=Peers].grid-layout .peer-container.active-speaker{border-color:#00e676}[data-component=Peers].grid-layout .peer-container .pin-btn{position:absolute;top:10px;right:10px;z-index:20;background:#1e1e1eb3;color:#fff;border:none;border-radius:50%;width:32px;height:32px;font-size:1.1rem;cursor:pointer;transition:background .2s;outline:none;display:flex;align-items:center;justify-content:center;display:flex!important;pointer-events:auto!important;opacity:1!important;visibility:visible!important}[data-component=Peers].grid-layout .peer-container .pin-btn:hover,[data-component=Peers].grid-layout .peer-container .pin-btn.pinned{background:#00e676;color:#222}[data-component=Peers].grid-layout .peer-container .pin-btn.disabled{opacity:.4;cursor:not-allowed!important;pointer-events:none}[data-component=Peers].screen-sharing-layout{display:flex;flex-direction:row;height:100%}[data-component=Peers].screen-sharing-layout .spotlight-tile{position:relative;flex:1 1 70%;border-radius:10px;overflow:hidden;background:#000;display:flex;justify-content:center;align-items:center;margin-right:10px}[data-component=Peers].screen-sharing-layout .spotlight-tile video{width:100%;height:100%;object-fit:contain}[data-component=Peers].screen-sharing-layout .spotlight-tile .fullscreen-btn{position:absolute;top:10px;right:52px;z-index:20;background:#1e1e1eb3;color:#fff;border:none;border-radius:50%;width:32px;height:32px;font-size:1.1rem;cursor:pointer;transition:background .2s;outline:none;display:flex;align-items:center;justify-content:center}[data-component=Peers].screen-sharing-layout .spotlight-tile .fullscreen-btn:hover{background:#ffca28;color:#222}[data-component=Peers].screen-sharing-layout .spotlight-tile .pin-btn{position:absolute;top:10px;right:10px;z-index:20;background:#1e1e1eb3;color:#fff;border:none;border-radius:50%;width:32px;height:32px;font-size:1.1rem;cursor:pointer;transition:background .2s;outline:none;display:flex;align-items:center;justify-content:center}[data-component=Peers].screen-sharing-layout .spotlight-tile .pin-btn:hover,[data-component=Peers].screen-sharing-layout .spotlight-tile .pin-btn.pinned{background:#00e676;color:#222}[data-component=Peers].screen-sharing-layout .spotlight-tile .pin-btn.disabled{opacity:.4;cursor:not-allowed!important;pointer-events:none}[data-component=Peers].screen-sharing-layout .side-peers{flex:0 0 320px;display:flex;flex-direction:column;gap:12px;overflow-y:auto;padding-right:6px;max-height:100%;scrollbar-width:none;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}[data-component=Peers].screen-sharing-layout .side-peers .peer-container{position:relative;width:100%;height:180px;display:flex;flex-shrink:0;flex-direction:column;background:#000;border-radius:10px;overflow:hidden;box-shadow:0 0 8px #0006;border:2px solid transparent;transition:border-color .3s ease}[data-component=Peers].screen-sharing-layout .side-peers .peer-container video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}[data-component=Peers].screen-sharing-layout .side-peers .peer-container.active-speaker{border-color:#00e676}[data-component=Peers].screen-sharing-layout .side-peers .peer-container .pin-btn{position:absolute;top:10px;right:10px;z-index:20;background:#1e1e1eb3;color:#fff;border:none;border-radius:50%;width:32px;height:32px;font-size:1.1rem;cursor:pointer;transition:background .2s;outline:none;display:flex;align-items:center;justify-content:center;display:flex!important;pointer-events:auto!important;opacity:1!important;visibility:visible!important}[data-component=Peers].screen-sharing-layout .side-peers .peer-container .pin-btn:hover,[data-component=Peers].screen-sharing-layout .side-peers .peer-container .pin-btn.pinned{background:#00e676;color:#222}[data-component=Peers].screen-sharing-layout .side-peers .peer-container .pin-btn.disabled{opacity:.4;cursor:not-allowed!important;pointer-events:none}[data-component=Peers].pinned-view .grid-layout,[data-component=Peers].pinned-view .columns-1{grid-template-columns:1fr!important}[data-component=Peers].pinned-view .peer-container.pinned{width:100%!important;height:100%!important;max-width:100vw;max-height:100vh;z-index:10;border-color:#00e676}@media (max-width: 768px){[data-component=Peers].screen-sharing-layout{flex-direction:column}[data-component=Peers].screen-sharing-layout .spotlight-tile{flex:1;margin-bottom:12px}[data-component=Peers].screen-sharing-layout .side-peers{flex:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}@media (max-width: 600px){[data-component=Peers] [data-component=Peers]{padding:.2rem}[data-component=Peers] [data-component=Peers].grid-layout{gap:6px}[data-component=Peers] [data-component=Peers].grid-layout .peer-container{border-radius:6px}[data-component=Peers] [data-component=Peers].grid-layout .peer-container .pin-btn{top:6px;right:6px;width:26px;height:26px;font-size:.95rem}[data-component=Peers] [data-component=Peers].screen-sharing-layout{flex-direction:column}[data-component=Peers] [data-component=Peers].screen-sharing-layout .spotlight-tile{margin-right:0;margin-bottom:8px}[data-component=Peers] [data-component=Peers].screen-sharing-layout .side-peers{padding-right:2px}[data-component=Peers] [data-component=Peers].screen-sharing-layout .side-peers .peer-container{border-radius:6px}}[data-component=Peer]{flex:100 100 auto;position:relative;height:100%;width:100%}@media (max-device-width: 720px){[data-component=Peer]{display:100 100 auto;flex-direction:column;justify-content:center;align-items:center}}[data-component=Peer]>.indicators{position:absolute;z-index:10;top:0;right:0;width:150px;display:flex;flex-direction:row;justify-content:flex-end;align-items:center}[data-component=Peer]>.indicators>.icon{flex:0 0 auto;margin:4px 4px 4px 0;width:32px;height:32px;background-position:center;background-size:75%;background-repeat:no-repeat;transition-property:opacity;transition-duration:.15s}@media (min-device-width: 721px){[data-component=Peer]>.indicators>.icon{opacity:.85}}[data-component=Peer]>.indicators>.icon.mic-off{background-image:url(/images/icon_remote_mic_white_off.svg)}[data-component=Peer]>.indicators>.icon.webcam-off{background-image:url(/images/icon_remote_webcam_white_off.svg)}[data-component=Peer] .incompatible-video{position:absolute;z-index:2;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column;justify-content:center;align-items:center}[data-component=Peer] .incompatible-video>p{padding:6px 12px;border-radius:6px;-ms-user-select:none;-webkit-user-select:none;user-select:none;pointer-events:none;font-size:15px;color:#ffffff8c}[data-component=Peer] .pin-btn{position:absolute;top:10px;right:10px;z-index:20;background:#1e1e1eb3;color:#fff;border:none;border-radius:50%;width:32px;height:32px;font-size:1.1rem;cursor:pointer;transition:background .2s;outline:none;display:flex;align-items:center;justify-content:center}[data-component=Peer] .pin-btn:hover,[data-component=Peer] .pin-btn.pinned{background:#00e676;color:#222}@media (max-width: 600px){[data-component=Peer] [data-component=Peer]{height:100%;width:100%}[data-component=Peer] [data-component=Peer]>.indicators{width:100px}[data-component=Peer] [data-component=Peer]>.indicators>.icon{width:24px;height:24px}[data-component=Peer] [data-component=Peer] .pin-btn{top:6px;right:6px;width:26px;height:26px;font-size:.95rem}}[data-component=PeerView]{position:relative;flex:100 100 auto;height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden;background-color:#243b55bf;background-image:url(/images/buddy.svg);background-position:bottom;background-size:auto 80%;background-repeat:no-repeat}[data-component=PeerView]>.info{position:absolute;pointer-events:none;z-index:5;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(to bottom,#0000,#0000 70%,#0000001a 80%,#00000080)}[data-component=PeerView]>.info>.icons{display:flex;flex-direction:row}[data-component=PeerView]>.info>.icons>.icon{pointer-events:auto;margin:4px 0 4px 4px;background-position:center;background-size:100%;background-repeat:no-repeat;cursor:pointer;transition-property:opacity,background-color;transition-duration:.15s}@media (min-device-width: 721px){[data-component=PeerView]>.info>.icons>.icon{width:28px;height:28px;opacity:.75}[data-component=PeerView]>.info>.icons>.icon:hover{opacity:1}}@media (max-device-width: 720px){[data-component=PeerView]>.info>.icons>.icon{width:22px;height:22px;margin:2px}}[data-component=PeerView]>.info>.icons>.icon.info.on{background-image:url(/images/icon_info_white_on.svg)}[data-component=PeerView]>.info>.icons>.icon.info:not(.on){background-image:url(/images/icon_info_white_off.svg)}[data-component=PeerView]>.info>.icons>.icon.stats{background-image:url(/images/icon_stats_white_on.svg)}[data-component=PeerView]>.info>.box{pointer-events:auto;position:absolute;left:4px;right:4px;bottom:4px;padding:4px 6px 50px;border-radius:2px;background-color:#000000a6;opacity:1;overflow:auto;transform-origin:left top;transition:.1s}@media (min-device-width: 721px){[data-component=PeerView]>.info>.box{top:36px}}@media (max-device-width: 720px){[data-component=PeerView]>.info>.box{top:34px}}[data-component=PeerView]>.info>.box:not(.visible){z-index:-1;opacity:0;transform:scale(0)}[data-component=PeerView]>.info>.box>h1{pointer-events:none;margin-top:5px;margin-bottom:5px;color:#fff;font-size:12px;font-weight:400}[data-component=PeerView]>.info>.box>p{pointer-events:none;margin-bottom:2px;color:#ffffffbf;font-size:11px}[data-component=PeerView]>.info>.box>p:last-child{margin-bottom:0}[data-component=PeerView]>.info>.box>p.clickable,[data-component=PeerView]>.info>.box>p .clickable{pointer-events:auto;-ms-user-select:none;-webkit-user-select:none;user-select:none;color:#44c5d6}[data-component=PeerView]>.info>.box>p.clickable:hover,[data-component=PeerView]>.info>.box>p .clickable:hover{cursor:pointer;color:#73feff;text-decoration:underline}[data-component=PeerView]>.info>.box>p.copiable,[data-component=PeerView]>.info>.box>p .copiable{pointer-events:auto;cursor:text}[data-component=PeerView]>.info>.box>p.copiable:hover,[data-component=PeerView]>.info>.box>p .copiable:hover{color:#44c5d6;text-decoration:underline}[data-component=PeerView]>.info>.box>p.indent{margin-left:10px}[data-component=PeerView]>.info>.peer{flex:0 0 auto;display:flex;flex-direction:column;justify-content:flex-end}@media (min-device-width: 721px){[data-component=PeerView]>.info>.peer.is-me{padding:10px;align-items:flex-start}[data-component=PeerView]>.info>.peer:not(.is-me){padding:20px;align-items:flex-start;pointer-events:none}}@media (max-device-width: 720px){[data-component=PeerView]>.info>.peer.is-me{padding:10px;align-items:flex-start}[data-component=PeerView]>.info>.peer:not(.is-me){padding:6px;align-items:flex-end}}[data-component=PeerView]>.info>.peer>.display-name{font-size:14px;font-weight:400;color:#ffffffd9}[data-component=PeerView]>.info>.peer>span.display-name{-ms-user-select:none;-webkit-user-select:none;user-select:none;cursor:text}[data-component=PeerView]>.info>.peer>span.display-name:not(.editable){cursor:default}[data-component=PeerView]>.info>.peer>span.display-name.editable{pointer-events:auto}@media (min-device-width: 721px){[data-component=PeerView]>.info>.peer>span.display-name.editable:hover{background-color:#aeff0040}}[data-component=PeerView]>.info>.peer>span.display-name.loading{opacity:.5}[data-component=PeerView]>.info>.peer>input.display-name{border:none;border-bottom:1px solid #aeff00;background-color:transparent}[data-component=PeerView]>.info>.peer>.row{margin-top:4px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}[data-component=PeerView]>.info>.peer>.row>.device-icon{height:16px;width:16px;margin-right:5px;-ms-user-select:none;-webkit-user-select:none;user-select:none;pointer-events:none;background-position:center;background-size:cover;background-repeat:no-repeat;background-image:url(/images/devices/unknown.svg)}[data-component=PeerView]>.info>.peer>.row>.device-icon.chrome{background-image:url(/images/devices/chrome_16x16.png)}[data-component=PeerView]>.info>.peer>.row>.device-icon.firefox{background-image:url(/images/devices/firefox_16x16.png)}[data-component=PeerView]>.info>.peer>.row>.device-icon.safari{background-image:url(/images/devices/safari_16x16.png)}[data-component=PeerView]>.info>.peer>.row>.device-icon.msedge{background-image:url(/images/devices/edge_16x16.png)}[data-component=PeerView]>.info>.peer>.row>.device-icon.opera{background-image:url(/images/devices/opera_16x16.png)}[data-component=PeerView]>.info>.peer>.row>.device-icon.broadcaster{height:18px;width:18px;background-image:url(/images/devices/broadcaster.svg)}[data-component=PeerView]>.info>.peer>.row>.device-version{-ms-user-select:none;-webkit-user-select:none;user-select:none;pointer-events:none;font-size:11px;color:#ffffff8c}@media (max-device-width: 720px){[data-component=PeerView]>.info>.peer>.row>.device-version{font-size:9px}}[data-component=PeerView]>video{flex:100 100 auto;height:100%;width:100%;object-fit:cover;-ms-user-select:none;-webkit-user-select:none;user-select:none;transition-property:opacity;transition-duration:.5s;background-color:#000000bf}[data-component=PeerView]>video.is-me{transform:scaleX(-1)}[data-component=PeerView]>video.hidden{opacity:0;transition-duration:0s}[data-component=PeerView]>video.network-error{filter:grayscale(100%) brightness(135%) blur(5px)}@media (max-device-width: 720px){[data-component=PeerView]>video{min-height:60px}}[data-component=PeerView] .video-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#ff9a9e,#fad0c4,#fad0c4);background-size:400% 400%;animation:gradientShift 15s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}[data-component=PeerView] .video-placeholder{width:96px;height:96px;border-radius:50%;background-color:#00000040;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;display:none;align-items:center;justify-content:center;font-size:2.5rem;font-weight:600;text-transform:uppercase;box-shadow:0 4px 20px #0003;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}[data-component=PeerView] .video-placeholder.visible{display:flex}[data-component=PeerView] .video-placeholder.glow1{box-shadow:0 0 10px 5px #ffb40073;animation:glowPulse1 1.45s infinite}[data-component=PeerView] .video-placeholder.glow1 .placeholder-initial{animation:letterPulse1 1.45s infinite}@keyframes glowPulse1{0%,to{box-shadow:0 0 10px 5px #ffb40073}50%{box-shadow:0 0 14px 7px #ffb4008c}}@keyframes letterPulse1{0%,to{transform:scale(1)}50%{transform:scale(1.015)}}[data-component=PeerView] .video-placeholder.glow2{box-shadow:0 0 14px 7px #ffa00080;animation:glowPulse2 1.4s infinite}[data-component=PeerView] .video-placeholder.glow2 .placeholder-initial{animation:letterPulse2 1.4s infinite}@keyframes glowPulse2{0%,to{box-shadow:0 0 14px 7px #ffa00080}50%{box-shadow:0 0 18px 9px #ffa00099}}@keyframes letterPulse2{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}[data-component=PeerView] .video-placeholder.glow3{box-shadow:0 0 18px 9px #ff8c008c;animation:glowPulse3 1.35s infinite}[data-component=PeerView] .video-placeholder.glow3 .placeholder-initial{animation:letterPulse3 1.35s infinite}@keyframes glowPulse3{0%,to{box-shadow:0 0 18px 9px #ff8c008c}50%{box-shadow:0 0 22px 11px #ff8c00a6}}@keyframes letterPulse3{0%,to{transform:scale(1)}50%{transform:scale(1.045)}}[data-component=PeerView] .video-placeholder.glow4{box-shadow:0 0 22px 11px #ff780099;animation:glowPulse4 1.3s infinite}[data-component=PeerView] .video-placeholder.glow4 .placeholder-initial{animation:letterPulse4 1.3s infinite}@keyframes glowPulse4{0%,to{box-shadow:0 0 22px 11px #ff780099}50%{box-shadow:0 0 26px 13px #ff7800b3}}@keyframes letterPulse4{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}[data-component=PeerView] .video-placeholder.glow5{box-shadow:0 0 26px 13px #ff6400a6;animation:glowPulse5 1.25s infinite}[data-component=PeerView] .video-placeholder.glow5 .placeholder-initial{animation:letterPulse5 1.25s infinite}@keyframes glowPulse5{0%,to{box-shadow:0 0 26px 13px #ff6400a6}50%{box-shadow:0 0 30px 15px #ff6400bf}}@keyframes letterPulse5{0%,to{transform:scale(1)}50%{transform:scale(1.075)}}[data-component=PeerView] .video-placeholder.glow6{box-shadow:0 0 30px 15px #ff5000b3;animation:glowPulse6 1.2s infinite}[data-component=PeerView] .video-placeholder.glow6 .placeholder-initial{animation:letterPulse6 1.2s infinite}@keyframes glowPulse6{0%,to{box-shadow:0 0 30px 15px #ff5000b3}50%{box-shadow:0 0 34px 17px #ff5000cc}}@keyframes letterPulse6{0%,to{transform:scale(1)}50%{transform:scale(1.09)}}[data-component=PeerView] .video-placeholder.glow7{box-shadow:0 0 34px 17px #ff3c00bf;animation:glowPulse7 1.15s infinite}[data-component=PeerView] .video-placeholder.glow7 .placeholder-initial{animation:letterPulse7 1.15s infinite}@keyframes glowPulse7{0%,to{box-shadow:0 0 34px 17px #ff3c00bf}50%{box-shadow:0 0 38px 19px #ff3c00d9}}@keyframes letterPulse7{0%,to{transform:scale(1)}50%{transform:scale(1.105)}}[data-component=PeerView] .video-placeholder.glow8{box-shadow:0 0 38px 19px #ff2800cc;animation:glowPulse8 1.1s infinite}[data-component=PeerView] .video-placeholder.glow8 .placeholder-initial{animation:letterPulse8 1.1s infinite}@keyframes glowPulse8{0%,to{box-shadow:0 0 38px 19px #ff2800cc}50%{box-shadow:0 0 42px 21px #ff2800e6}}@keyframes letterPulse8{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}[data-component=PeerView] .video-placeholder.glow9{box-shadow:0 0 42px 21px #ff1400d9;animation:glowPulse9 1.05s infinite}[data-component=PeerView] .video-placeholder.glow9 .placeholder-initial{animation:letterPulse9 1.05s infinite}@keyframes glowPulse9{0%,to{box-shadow:0 0 42px 21px #ff1400d9}50%{box-shadow:0 0 46px 23px #ff1400f2}}@keyframes letterPulse9{0%,to{transform:scale(1)}50%{transform:scale(1.135)}}[data-component=PeerView] .video-placeholder.glow10{box-shadow:0 0 46px 23px #ff0000e6;animation:glowPulse10 1s infinite}[data-component=PeerView] .video-placeholder.glow10 .placeholder-initial{animation:letterPulse10 1s infinite}@keyframes glowPulse10{0%,to{box-shadow:0 0 46px 23px #ff0000e6}50%{box-shadow:0 0 50px 25px red}}@keyframes letterPulse10{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}[data-component=PeerView]>audio{display:none;position:absolute;top:0;bottom:0;right:0;z-index:1;border:2px solid red}[data-component=PeerView]>canvas.face-detection{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;pointer-events:none}[data-component=PeerView]>canvas.face-detection.is-me{transform:scaleX(-1)}[data-component=PeerView]>.volume-container{position:absolute;top:0;bottom:0;right:2px;width:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:none}[data-component=PeerView]>.volume-container>.bar{width:6px;border-radius:6px;background:#ffff00a6;transition-property:height background-color;transition-duration:.25s}[data-component=PeerView]>.volume-container>.bar.level0{height:0;background-color:#ffff00a6}[data-component=PeerView]>.volume-container>.bar.level1{height:10%;background-color:#ffff00a6}[data-component=PeerView]>.volume-container>.bar.level2{height:20%;background-color:#ffff00a6}[data-component=PeerView]>.volume-container>.bar.level3{height:30%;background-color:#ffff00a6}[data-component=PeerView]>.volume-container>.bar.level4{height:40%;background-color:#ffa500a6}[data-component=PeerView]>.volume-container>.bar.level5{height:50%;background-color:#ffa500a6}[data-component=PeerView]>.volume-container>.bar.level6{height:60%;background-color:#ff0000a6}[data-component=PeerView]>.volume-container>.bar.level7{height:70%;background-color:#ff0000a6}[data-component=PeerView]>.volume-container>.bar.level8{height:80%;background-color:#000000a6}[data-component=PeerView]>.volume-container>.bar.level9{height:90%;background-color:#000000a6}[data-component=PeerView]>.volume-container>.bar.level10{height:100%;background-color:#000000a6}[data-component=PeerView]>.spinner-container{position:absolute;top:0;bottom:0;left:0;right:0;pointer-events:none;background-color:#000000bf}[data-component=PeerView]>.spinner-container .react-spinner{position:relative;width:48px;height:48px;top:50%;left:50%}[data-component=PeerView]>.spinner-container .react-spinner .react-spinner_bar{position:absolute;width:20%;height:7.8%;top:-3.9%;left:-10%;animation:PeerView-spinner 1.2s linear infinite;border-radius:5px;background-color:#ffffff80}[data-component=PeerView]>.video-elem-paused{position:absolute;top:0;bottom:0;left:0;right:0;pointer-events:none;background-position:center;background-size:35%;background-color:#00000040;background-repeat:no-repeat}@keyframes PeerView-spinner{0%{opacity:1}to{opacity:.15}}@media (max-width: 600px){[data-component=PeerView]{background-size:auto 50%}[data-component=PeerView]>.info{padding:0 2px}[data-component=PeerView]>.info>.icons>.icon{width:22px;height:22px;margin:2px}[data-component=PeerView]>.info>.peer{padding:6px}[data-component=PeerView]>.info>.peer>.display-name{font-size:12px}[data-component=PeerView]>.info>.peer>.row{margin-top:2px}[data-component=PeerView]>.info>.peer>.row>.device-icon{height:12px;width:12px}[data-component=PeerView]>.info>.peer>.row>.device-version{font-size:9px}[data-component=PeerView]>video{min-height:60px}}[data-component=Stats]{position:fixed;z-index:1000;top:0;bottom:0;right:0;overflow:hidden;pointer-events:none}@media (min-device-width: 721px){[data-component=Stats]{width:470px;padding-left:20px}}@media (max-device-width: 720px){[data-component=Stats]{left:0}}[data-component=Stats]>.content{position:relative;height:100%;pointer-events:auto;background:#ffffffec;-ms-scroll-chaining:none;overscroll-behavior:contain;transition-property:transform opacity;transition-duration:.25s}@media (min-device-width: 721px){[data-component=Stats]>.content{width:450px;box-shadow:-4px 0 12px 2px #00000080}}@media (max-device-width: 720px){[data-component=Stats]>.content{width:100%}}[data-component=Stats]>.content:not(.visible){transform:translate(100%);opacity:0}[data-component=Stats]>.content>.header{position:absolute;z-index:2;top:0;left:0;right:0;padding:0 28px;background:linear-gradient(to bottom,#fff,#fff,#ffffffe6,#fff0)}[data-component=Stats]>.content>.header>.info{height:80px;display:flex;flex-direction:row;justify-content:center;align-items:center}[data-component=Stats]>.content>.header>.info>.close-icon{flex:0 0 auto;width:28px;height:28px;margin-left:-6px;margin-right:20px;cursor:pointer;background-position:left;background-size:100%;background-repeat:no-repeat;background-image:url(/images/icon_close_black.svg);opacity:.75}[data-component=Stats]>.content>.header>.info>.close-icon:hover{opacity:1}[data-component=Stats]>.content>.header>.info>h1{flex:100 100 auto;text-transform:uppercase;color:#444;font-size:14px;font-weight:500;text-align:right;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}[data-component=Stats]>.content>.header>.list{height:150px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}[data-component=Stats]>.content>.header>.list>p{margin-bottom:5px;color:#243b55bf;font-size:14px;font-weight:400;-ms-user-select:none;-webkit-user-select:none;user-select:none}[data-component=Stats]>.content>.header>.list>p>a{text-decoration:none;text-transform:uppercase;font-size:12px;font-weight:500;color:#6b93c0bf;cursor:pointer}[data-component=Stats]>.content>.header>.list>p>a.disabled{opacity:.5;cursor:not-allowed}[data-component=Stats]>.content>.stats{padding:0 28px;height:100%;overflow:auto}[data-component=Stats]>.content>.stats>.items{margin-bottom:40px;will-change:opacity}[data-component=Stats]>.content>.stats>.items.Appear-appear{opacity:0}[data-component=Stats]>.content>.stats>.items.Appear-appear.Appear-appear-active{transition-property:opacity;transition-duration:.15s;opacity:1}[data-component=Stats]>.content>.stats>.items:after{content:"";display:block;visibility:hidden;margin-bottom:-230px}[data-component=Stats]>.content>.stats>.items>h2{margin-bottom:20px;text-transform:uppercase;color:#141e30a6;font-size:13px;font-weight:500;text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}[data-component=Stats]>.content>.stats>.items>h2:before{content:"";display:block;visibility:hidden;height:230px}[data-component=Stats]>.content>.stats>.items>.item{padding-bottom:10px;margin-bottom:20px;border-bottom:1px solid #e5e5e5}[data-component=Stats]>.content>.stats>.items>.item>.line{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:8px}[data-component=Stats]>.content>.stats>.items>.item>.line>.key{flex:0 0 auto;width:38.5%;color:#141e30a6;font-size:11px;font-weight:400;word-break:break-all;text-align:right}[data-component=Stats]>.content>.stats>.items>.item>.line>.value{flex:0 0 auto;width:58.5%;color:#6b93c0bf;font-size:11px;font-weight:400;word-break:break-all;text-align:left}[data-component=Notifications]{position:fixed;z-index:9999;pointer-events:none;top:0;right:0;bottom:0;padding:20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}@media (min-device-width: 721px){[data-component=Notifications]{padding:10px;width:300px}}@media (max-device-width: 720px){[data-component=Notifications]{padding:4px;width:65%;max-width:220px}}[data-component=Notifications]>.notification{pointer-events:auto;margin-top:4px;border-radius:4px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}@media (min-device-width: 721px){[data-component=Notifications]>.notification{min-width:75%}}@media (max-device-width: 720px){[data-component=Notifications]>.notification{width:100%}}[data-component=Notifications]>.notification.Appear-appear{visibility:hidden;opacity:0;transition:all .15s ease-in-out 0s,visibility 0s linear .25s;transform:translate(200px)}[data-component=Notifications]>.notification.Appear-appear.Appear-appear-active{visibility:visible;pointer-events:auto;opacity:1;transform:translateY(0);transition-delay:0s,0s}@media (min-device-width: 721px){[data-component=Notifications]>.notification{padding:16px 24px 16px 12px}}@media (max-device-width: 720px){[data-component=Notifications]>.notification{padding:6px 16px 6px 12px}}[data-component=Notifications]>.notification>.icon{flex:0 0 auto;height:24px;width:24px;margin-right:12px;background-position:center;background-size:100%;background-repeat:no-repeat}[data-component=Notifications]>.notification>.body>.title{font-weight:500;-ms-user-select:none;-webkit-user-select:none;user-select:none;cursor:default;line-height:1.35em;margin-bottom:10px}@media (min-device-width: 721px){[data-component=Notifications]>.notification>.body>.title{font-size:14px}}@media (max-device-width: 720px){[data-component=Notifications]>.notification>.body>.title{font-size:12px}}[data-component=Notifications]>.notification>.body>.text{-ms-user-select:none;-webkit-user-select:none;user-select:none;cursor:default;line-height:1.35em}@media (min-device-width: 721px){[data-component=Notifications]>.notification>.body>.text{font-size:13px}}@media (max-device-width: 720px){[data-component=Notifications]>.notification>.body>.text{font-size:12px}}[data-component=Notifications]>.notification.info{background-color:#141e30a6;color:#ffffffbf}[data-component=Notifications]>.notification.info>.icon{opacity:.65;background-image:url(/images/icon_notification_info_white.svg)}[data-component=Notifications]>.notification.error{background-color:#ff1914bf;color:#fff}[data-component=Notifications]>.notification.error>.icon{opacity:.85;background-image:url(/images/icon_notification_error_white.svg)}[data-component=NetworkThrottle]{position:absolute;top:0;left:0;z-index:99999;padding:0 20px;background:#fffffff2;border-radius:4px;box-shadow:0 5px 12px 2px #11111180;font-family:Roboto}[data-component=NetworkThrottle]>h1.draggable{padding:20px;text-align:center;text-transform:uppercase;font-weight:400;font-size:12px;color:#111;-ms-user-select:none;-webkit-user-select:none;user-select:none;cursor:move}[data-component=NetworkThrottle]>.inputs>.row{display:flex;justify-content:center;align-items:center;height:20px;margin-bottom:8px}[data-component=NetworkThrottle]>.inputs>.row:last-child{margin-bottom:0}[data-component=NetworkThrottle]>.inputs>.row>.key{margin-right:4px;flex:0 0 auto;width:100px;font-weight:400;font-size:11px;text-align:right;color:#243b55bf}[data-component=NetworkThrottle]>.inputs>.row>.value{margin-left:4px;flex:0 0 auto;width:100px;padding:4px 8px;font-size:11px;text-align:right;color:#141e30a6;border:none;background:#6666661a;border-radius:2px;transition-property:opacity;transition-duration:.1s}[data-component=NetworkThrottle]>.inputs>.row>.value:disabled{opacity:.5}[data-component=NetworkThrottle]>.inputs>.row>.value:-ms-input-placeholder{color:#141e3040}[data-component=NetworkThrottle]>.inputs>.row>.value::placeholder{color:#141e3040}[data-component=NetworkThrottle]>.inputs>.row>.value:focus:-ms-input-placeholder{color:transparent}[data-component=NetworkThrottle]>.inputs>.row>.value:focus::placeholder{color:transparent}[data-component=NetworkThrottle]>.buttons{display:flex;justify-content:center;align-items:center;padding:20px}[data-component=NetworkThrottle]>.buttons>button{margin:0 4px;flex:0 0 auto;width:66px;height:20px;display:flex;justify-content:center;align-items:center;border:none;border-radius:2px;font-weight:400;font-size:11px;color:#fff;text-align:center;-ms-user-select:none;-webkit-user-select:none;user-select:none;cursor:pointer;transition-property:opacity;transition-duration:.1s}[data-component=NetworkThrottle]>.buttons>button:disabled{opacity:.5;cursor:default}[data-component=NetworkThrottle]>.buttons>button.apply{background:#e9736e}[data-component=NetworkThrottle]>.buttons>button.reset{background:#3b608bbf}.homepage-container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.homepage-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.7;z-index:0}.homepage-main-content{position:relative;z-index:1;display:flex;flex-direction:row;align-items:center;justify-content:center;width:100vw;max-width:1200px;margin:0 auto;padding:3rem 2rem 2rem;gap:3rem}.homepage-hero{flex:2 1 500px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;color:#fff}.homepage-tagline{font-size:1.7rem;font-weight:700;color:#000;margin-bottom:1.5rem;line-height:1.2}.homepage-quote{background:linear-gradient(to bottom,#02a1ff,#0f1c2e);border-left:5px solid #ffe082;border-radius:.7rem;padding:1.3rem 1.5rem 1.3rem 2rem;margin-bottom:2.2rem;font-size:1.25rem;color:#fff;font-style:italic;position:relative;box-shadow:0 2px 12px #1e3c7221;max-width:600px}.quote-mark{font-size:2.2rem;color:#ffe082;vertical-align:top}.quote-author{font-size:1.1rem;color:#ffe082;margin-top:.7rem;text-align:right;font-style:normal}.homepage-actions{display:flex;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap;justify-content:flex-start}.homepage-btn{background:linear-gradient(90deg,#ffe082,#ffb300);color:#1e3c72;font-weight:800;font-size:1.18rem;border:none;border-radius:2rem;padding:1rem 2.5rem;margin:.2rem 0;cursor:pointer;transition:background .2s,box-shadow .2s;box-shadow:0 2px 12px #1e3c7221}.homepage-btn:hover{background:linear-gradient(90deg,#ffb300,#ffe082)}.homepage-form{display:flex;flex-direction:column;align-items:stretch;gap:.8rem;margin-bottom:1.2rem;background:#ffffffeb;border-radius:1.2rem;color:#1e3c72}.homepage-form label{font-weight:700;color:#1e3c72;margin-bottom:.2rem;text-align:left}.homepage-form input{padding:.7rem 1rem;border-radius:1.2rem;border:1px solid #b0b8d1;font-size:1.05rem;margin-bottom:.2rem;outline:none;transition:border .2s}.homepage-form input:focus{border:1.5px solid #2a5298}.homepage-link{background:none;border:none;color:#2a5298;font-size:1rem;text-decoration:underline;cursor:pointer;margin-top:.2rem;align-self:flex-start}.homepage-modal-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#1e3c728c;z-index:100;display:flex;align-items:center;justify-content:center}.homepage-modal{background:#fff;border-radius:1.5rem;box-shadow:0 8px 32px #1e3c722e;padding:2.2rem 2.5rem 2rem;min-width:320px;max-width:95vw;color:#1e3c72;display:flex;flex-direction:column;align-items:center}.homepage-modal h2{color:#1e3c72;font-size:1.4rem;font-weight:800;margin-bottom:1.2rem}.meeting-url-container{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.meeting-url{word-break:break-all;font-size:1.05rem;color:#1e3c72;background:#f5f5f5;border-radius:.7rem;padding:.7rem 1rem;width:100%}.copy-btn{background:linear-gradient(90deg,#ffe082,#ffb300);color:#1e3c72;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s}.copy-btn:hover{transform:scale(1.1)}.copy-btn svg{font-size:1rem}.modal-actions{display:flex;gap:.8rem;margin-top:.5rem}.homepage-btn-enter{background:linear-gradient(90deg,#ffe082,#ffb300);color:#1e3c72;font-weight:800;font-size:1rem;border:none;border-radius:2rem;width:250px;padding:.7rem 1.5rem;cursor:pointer;transition:background .2s;flex:1}.homepage-btn-enter:hover{background:linear-gradient(90deg,#ffb300,#ffe082)}.homepage-btn-cancel{background:transparent;color:#2a5298;font-weight:800;font-size:1rem;border:2px solid #2a5298;border-radius:2rem;padding:.7rem 1.5rem;cursor:pointer;transition:all .2s;flex:1}.homepage-btn-cancel:hover{background:#2a52981a}.homepage-btn-join{background:linear-gradient(90deg,#ffe082,#ffb300);color:#1e3c72;font-weight:800;font-size:1rem;border:none;width:250px;border-radius:2rem;padding:.7rem 1.5rem;cursor:pointer;transition:background .2s;flex:1}.homepage-btn-join:hover{background:linear-gradient(90deg,#ffb300,#ffe082)}@media (max-width: 900px){.homepage-main-content{flex-direction:column;gap:2rem;padding:2rem .5rem 1.5rem}.homepage-tagline{font-size:1.1rem}.homepage-quote{font-size:1.05rem;padding:.8rem .8rem .8rem 1.2rem}}@media (max-width: 600px){.homepage-main-content{flex-direction:column;gap:1.2rem;padding:1.2rem .3rem 1rem;width:100vw;max-width:100vw}.homepage-hero{align-items:center;text-align:center;width:100%}.homepage-tagline{font-size:1rem;margin-bottom:.7rem}.homepage-quote{font-size:.95rem;padding:.6rem .5rem .6rem .8rem;margin-bottom:1.2rem;max-width:98vw}.homepage-actions{flex-direction:column;gap:.7rem;margin-bottom:1rem;width:100%;align-items:center}.homepage-btn{width:100%;font-size:1rem;padding:.7rem 0}.homepage-form{padding:.7rem .5rem;border-radius:.7rem;font-size:1rem}.homepage-form input{font-size:1rem;padding:.5rem .7rem}.homepage-modal{padding:1rem .5rem;min-width:90vw;max-width:98vw;border-radius:1rem}}.displayname-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:radial-gradient(circle at 10% 20%,#02a1ffe6,#0f1c2ef2 90%)}.displayname-card{background:#fffffff2;border-radius:16px;padding:2.5rem 2rem;width:100%;max-width:420px;box-shadow:0 12px 40px #1e3c7240;border:1px solid rgba(255,255,255,.2)}.displayname-card h2{color:#1e3c72;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.displayname-card form{display:flex;flex-direction:column;gap:1.5rem}.displayname-card input{width:100%;padding:.75rem 1rem;border-radius:8px;border:1px solid rgba(30,60,114,.3);font-size:1rem;outline:none;transition:all .3s ease}.displayname-card input:focus{border:2px solid #ffb300;box-shadow:0 0 0 2px #ffb30033}.displayname-card button{background:linear-gradient(135deg,#ffe082,#ffb300);color:#1e3c72;padding:.75rem;border-radius:8px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.displayname-card button:hover{background:linear-gradient(135deg,#ffb300,#ffe082);transform:translateY(-2px)}html{height:100%;box-sizing:border-box;font-family:Roboto;font-weight:300}@media (min-device-width: 721px){html{font-size:16px}}@media (max-device-width: 720px){html{font-size:12px}}body{height:100%}#mediasoup-demo-app-container{height:100%;width:100%}#mediasoup-demo-app-media-query-detector{position:relative;z-index:-1000;bottom:0;left:0;height:1px;width:1px}@media (max-device-width: 720px){#mediasoup-demo-app-media-query-detector{display:none;position:fixed}}[data-component=subheader]{background:#fff}[data-component=subheader] .subheader-container{background-color:#fff;border-bottom:1px solid #e0e0e0;width:100%;padding:6px 0}[data-component=subheader] .subheader-container .subheader-content{display:flex;justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;padding:0 20px;flex-wrap:wrap}[data-component=subheader] .subheader-container .subheader-content .contact-item{display:flex;align-items:center;gap:8px}[data-component=subheader] .subheader-container .subheader-content .contact-item .contact-icon{width:18px;height:18px;object-fit:contain;flex-shrink:0}[data-component=subheader] .subheader-container .subheader-content .contact-item .contact-link{color:#333;text-decoration:none;font-family:Segoe UI,sans-serif;font-size:14px;font-weight:500;white-space:nowrap;transition:color .2s ease}[data-component=subheader] .subheader-container .subheader-content .contact-item .contact-link:hover{color:#03a9f4}@media (max-width: 768px){[data-component=subheader] .subheader-content{justify-content:space-between;gap:15px}}@media (max-width: 480px){[data-component=subheader] .subheader-content{flex-direction:row;justify-content:space-between;align-items:center;gap:10px}[data-component=subheader] .contact-link{font-size:13px}}@media (max-width: 480px) and (max-width: 350px){[data-component=subheader] .subheader-content{flex-direction:column;align-items:flex-start;gap:5px}}.overflow-hidden{overflow:hidden!important}.header{top:0;z-index:1000}[data-component=header]{position:sticky!important;top:4px!important;z-index:1000!important;background:#fff}[data-component=header] .header{font-family:Poppins,sans-serif;padding:10px;box-shadow:0 4px 8px #00000014;background-color:#03a9f4;color:#fff;transition:all .3s ease,border-radius .5s ease;border-radius:0;width:100%;box-sizing:border-box}[data-component=header] .header.scrolled{border-radius:50px;margin:0 20px;background-color:#03a9f4f2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:calc(100% - 40px);transition:all .3s ease}[data-component=header] .header .nav-container{display:flex;justify-content:space-between;align-items:center;padding:0 23px;max-width:1450px;margin:0 auto}[data-component=header] .header .nav-container .logo-container{display:flex;align-items:center;gap:10px;cursor:pointer}[data-component=header] .header .nav-container .logo-container .logo-background{background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center;width:45px;height:45px;transition:box-shadow .2s;border:3px solid #e6f4ff;margin-right:4px;overflow:hidden}[data-component=header] .header .nav-container .logo-container .logo-background:hover{box-shadow:0 4px 12px #0000002a}[data-component=header] .header .nav-container .logo-container .logo-background .logo-img{width:90%;height:100%;max-width:70px;max-height:70px;object-fit:contain;background:transparent;display:block}[data-component=header] .header .nav-container .logo-container .logo-name-container{display:flex;flex-direction:column;line-height:1}[data-component=header] .header .nav-container .logo-container .logo-name-container .logo-main{font-size:1.4rem;font-weight:700;letter-spacing:.5px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1)}[data-component=header] .header .nav-container .logo-container .logo-name-container .logo-sub{font-size:.8rem;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:#ffffffe6;margin-top:2px}[data-component=header] .header .nav-container .menu-icon{display:none;font-size:24px;cursor:pointer;padding:10px;color:#fff}[data-component=header] .header .nav-container .nav-center{display:flex;justify-content:center;align-items:center;flex:1}[data-component=header] .header .nav-container .nav-center .nav-links{display:flex;gap:5px;list-style:none;padding:0;margin:0}[data-component=header] .header .nav-container .nav-center .nav-links .nav-item .nav-link{text-decoration:none;color:#fff;font-weight:500;padding:11px 20px;border-radius:20px;transition:background-color .3s ease}[data-component=header] .header .nav-container .nav-center .nav-links .nav-item .nav-link:hover,[data-component=header] .header .nav-container .nav-center .nav-links .nav-item .nav-link.active{background-color:#fff3}[data-component=header] .header .nav-container .navbar-buttons{display:flex;gap:12px;margin-right:30px}[data-component=header] .header .nav-container .navbar-buttons button{font-family:Segoe UI,sans-serif;font-weight:600;font-size:.8rem;padding:11px 20px;border-radius:50px;cursor:pointer;transition:all .3s ease-in-out}[data-component=header] .header .nav-container .navbar-buttons button.btn-primary{background-color:#02a1ff;color:#fff;border:2px solid #ffffff!important;box-shadow:0 4px 15px #02a1ff33}[data-component=header] .header .nav-container .navbar-buttons button.btn-outline{background-color:#fff;color:#02a1ff;border:2px solid #ffffff;box-shadow:0 4px 15px #ff6b0033}[data-component=header] .header .nav-container .navbar-buttons button.btn-outline:hover{background-color:#02a1ff;border-color:#fff;color:#fff;box-shadow:0 6px 20px #ff6b004d}@media (max-width: 768px){[data-component=header] .header.scrolled{border-radius:0;margin:0;top:0;width:100%}[data-component=header] .header .nav-container .menu-icon{display:block}[data-component=header] .header .nav-container .nav-center{position:absolute;top:60px;left:0;width:100%;background:#03a9f4;color:#fff;box-shadow:0 4px 8px #0000001a;display:none;flex-direction:column;align-items:center;padding:20px 0;z-index:1000;border-bottom-left-radius:20px;border-bottom-right-radius:20px}[data-component=header] .header .nav-container .nav-center.show{display:flex}[data-component=header] .header .nav-container .nav-center .nav-links{flex-direction:column;gap:15px;width:100%;text-align:center}[data-component=header] .header .nav-container .nav-center .nav-links .nav-item{width:100%}[data-component=header] .header .nav-container .nav-center .nav-links .nav-item .nav-link{display:block;padding:10px}[data-component=header] .header .nav-container .navbar-buttons{flex-direction:column;gap:10px;width:80%;margin-top:15px;margin-right:0}[data-component=header] .header .nav-container .navbar-buttons button{width:100%}}@media (max-width: 480px){[data-component=header] .header .nav-container{padding:0 15px}[data-component=header] .header .nav-container .brand-name{font-size:1rem}[data-component=header] .header .nav-container .navbar-buttons button{font-size:.7rem;padding:6px 8px}}[data-component=footer] .footer-container{background-color:#181d38;color:#fff;padding:24px 0 12px;width:100%}[data-component=footer] .footer-container a{color:#fff;text-decoration:none}[data-component=footer] .footer-container a:hover{color:#03a9f4}[data-component=footer] .footer-content{max-width:1500px}[data-component=footer] .footer-grid{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}[data-component=footer] .footer-column{flex:1;min-width:300px;padding:0 15px;margin-bottom:20px}@media (max-width: 900px){[data-component=footer] .footer-column{flex:100%;text-align:center}}[data-component=footer] .footer-heading{font-weight:600;margin-bottom:24px;position:relative;display:inline-block;font-size:1.25rem}[data-component=footer] .footer-heading:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:2px;background-color:#03a9f4}[data-component=footer] .footer-link{display:flex;align-items:center;margin-bottom:8px;transition:all .3s ease;font-weight:400}[data-component=footer] .footer-link:hover{transform:translate(5px);color:#03a9f4}[data-component=footer] .footer-link .MuiSvgIcon-root{margin-right:8px;font-size:1rem}[data-component=footer] .contact-info{display:flex;align-items:flex-start;margin-bottom:16px;text-align:left}@media (max-width: 900px){[data-component=footer] .contact-info{justify-content:center;text-align:center}}[data-component=footer] .contact-icon{margin-right:8px;margin-top:2px;flex-shrink:0}[data-component=footer] .contact-link{display:flex;align-items:center;transition:color .3s ease}[data-component=footer] .contact-link:hover{color:#03a9f4}[data-component=footer] .contact-link:hover .MuiSvgIcon-root{transform:scale(1.1);transition:transform .3s ease}[data-component=footer] .newsletter-form{position:relative;width:100%;margin-top:24px}[data-component=footer] .newsletter-input .MuiOutlinedInput-root{background-color:#fff;color:#181d38;border-radius:30px;padding-right:120px}[data-component=footer] .newsletter-input .MuiOutlinedInput-root fieldset,[data-component=footer] .newsletter-input .MuiOutlinedInput-root:hover fieldset{border:none}[data-component=footer] .newsletter-input .MuiOutlinedInput-root.Mui-focused fieldset{border:none;box-shadow:0 0 0 2px #03a9f4}[data-component=footer] .newsletter-input .MuiInputBase-input{padding:12px 20px}[data-component=footer] .newsletter-button{position:absolute;right:4px;top:4px;bottom:4px;min-width:100px;border-radius:25px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:none;background-color:#02a1ff;color:#fff}[data-component=footer] .newsletter-button:hover{box-shadow:0 3px 10px #0003;background-color:#0081ce}[data-component=footer] .newsletter-button .MuiSvgIcon-root{margin-left:4px}[data-component=footer] .footer-divider{background-color:#ffffff1a;margin:24px 0;opacity:1}[data-component=footer] .copyright-container{text-align:center;padding:16px 0}[data-component=footer] .copyright-link{position:relative}[data-component=footer] .copyright-link:after{content:"";position:absolute;width:100%;height:1px;bottom:0;left:0;background-color:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}[data-component=footer] .copyright-link:hover:after{transform:scaleX(1);transform-origin:left}[data-component=footer] .newsletter-description{opacity:.9;margin-bottom:16px}[data-component=home-content]{font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,Noto Color Emoji;margin:0;padding:0;box-sizing:border-box;background-color:#fff;width:100%;color:#333}[data-component=home-content] h1,[data-component=home-content] h2,[data-component=home-content] h3{font-weight:700}[data-component=home-content] .hero-background{max-width:1440px;margin:0 auto;flex-wrap:wrap}[data-component=home-content] .hero-section{display:flex;flex-wrap:wrap;align-items:center;padding:2rem 1rem;gap:2rem}[data-component=home-content] .hero-section .hero-content{flex:1;min-width:300px}[data-component=home-content] .hero-section .hero-content .hero-title{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;line-height:1.2}[data-component=home-content] .hero-section .hero-content .hero-title .highlight{color:#02a1ff;position:relative}[data-component=home-content] .hero-section .hero-content .hero-title .highlight:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:8px;background-color:#02a1ff33;z-index:-1}[data-component=home-content] .hero-section .hero-content .hero-description{font-size:1rem;color:#555;margin-bottom:2rem;line-height:1.8}[data-component=home-content] .hero-section .hero-content .hero-description .feature-list{list-style:none;padding-left:0;margin:0}[data-component=home-content] .hero-section .hero-content .hero-description .feature-list li{position:relative;padding-left:1.75rem;margin-bottom:1rem;font-size:1.45rem;line-height:1.2;font-weight:350;color:#333}[data-component=home-content] .hero-section .hero-content .hero-description .feature-list li:before{content:"✓";position:absolute;left:0;color:#02a1ff;font-weight:700;font-size:1.125rem}[data-component=home-content] .hero-section .hero-content .navbar-buttons{display:flex;gap:1rem;margin-top:2rem}[data-component=home-content] .hero-section .hero-content .navbar-buttons .start-btn,[data-component=home-content] .hero-section .hero-content .navbar-buttons .btn-Request{border-radius:50px;cursor:pointer;font-family:Segoe UI,sans-serif;font-size:.8rem;font-weight:600;transition:all .3s ease-in-out}[data-component=home-content] .hero-section .hero-content .navbar-buttons .start-btn:hover,[data-component=home-content] .hero-section .hero-content .navbar-buttons .btn-Request:hover{transform:translateY(-2px);box-shadow:0 6px 20px #02a1ff4d}[data-component=home-content] .hero-section .hero-content .navbar-buttons .start-btn{background-color:#02a1ff!important;color:#fff!important;box-shadow:0 4px 15px #02a1ff33}[data-component=home-content] .hero-section .hero-content .navbar-buttons .btn-Request{background-color:#fff;color:#02a1ff;border:2px solid #02a1ff!important;box-shadow:0 4px 15px #02a1ff1a}[data-component=home-content] .hero-section .hero-content .navbar-buttons .btn-Request:hover{background-color:#02a1ff!important;color:#fff}[data-component=home-content] .hero-section .image-container{flex:1;min-width:300px;display:flex;justify-content:center;align-items:center}[data-component=home-content] .features-section{padding:2px;text-align:center}[data-component=home-content] .features-section .section-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem}[data-component=home-content] .features-section .section-subtitle{font-size:1.2rem;color:#666;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}[data-component=home-content] .features-section .feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:1rem;max-width:1400px;margin:0 auto}[data-component=home-content] .features-section .feature-card{border-radius:12px;padding:2rem;transition:all .3s ease;box-shadow:0 4px 20px #0000000d;border:1px solid rgba(0,0,0,.05);text-align:left;height:100%}[data-component=home-content] .features-section .feature-card:hover{transform:translateY(-.3125rem);box-shadow:0 .9375rem 1.875rem #0ea5e926;background-color:#0ea5e9;color:#fff}[data-component=home-content] .features-section .feature-card .feature-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;transition:all .3s ease}[data-component=home-content] .features-section .feature-card .feature-header .feature-icon-container{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f0f8ff;color:#02a1ff;transition:all .3s ease}[data-component=home-content] .features-section .feature-card .feature-header .feature-name{font-weight:600;font-size:1.25rem;margin:0;color:#333;transition:all .3s ease}[data-component=home-content] .features-section .feature-card .feature-description{font-size:1.1rem;line-height:1.6;color:#555;transition:all .3s ease}[data-component=home-content] .features-section .feature-card:hover .feature-description{color:#fff}[data-component=home-content] .features-section .feature-card:hover .feature-header{transform:translate(5px)}[data-component=home-content] .features-section .feature-card:hover .feature-header .feature-icon-container{transform:scale(1.05);border:2px solid #fff;background:#02a1ff;color:#fff}[data-component=home-content] .features-section .feature-card:hover .feature-header .feature-name{color:#fff}[data-component=home-content] .testimonials-section{padding:2rem;text-align:center}[data-component=home-content] .testimonials-section .section-header{max-width:800px;margin:0 auto 3rem}[data-component=home-content] .testimonials-section .section-header .section-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem}[data-component=home-content] .testimonials-section .section-header .section-description{font-size:1.1rem;color:#666;line-height:1.6}[data-component=home-content] .testimonials-section .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}[data-component=home-content] .testimonials-section .testimonial-card{border-radius:16px;padding:2.5rem 2rem;text-align:center;position:relative;box-shadow:0 4px 30px #0000000d;transition:all .3s ease;border:1px solid rgba(2,161,255,.1);display:flex;flex-direction:column;align-items:center}[data-component=home-content] .testimonials-section .testimonial-card:hover{transform:translateY(-8px) scale(1.025);box-shadow:0 20px 50px #02a1ff26;border-color:#02a1ff4d}[data-component=home-content] .testimonials-section .testimonial-card .quote-icon{color:#02a1ff;opacity:.2;font-size:4rem;position:absolute;top:20px;left:20px;z-index:0}[data-component=home-content] .testimonials-section .testimonial-card .testimonial-quote{line-height:1.8;font-size:1.2rem;font-weight:500;color:#444;margin-bottom:2rem;position:relative;z-index:1;font-style:italic;padding-top:20px;text-align:left}[data-component=home-content] .testimonials-section .testimonial-card .testimonial-author{margin-top:auto;display:flex;flex-direction:column;align-items:center}[data-component=home-content] .testimonials-section .testimonial-card .testimonial-author .author-avatar{width:60px;height:60px;margin-bottom:1rem;background-color:#02a1ff;color:#fff;font-weight:700}[data-component=home-content] .testimonials-section .testimonial-card .testimonial-author h4{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 .25rem}[data-component=home-content] .testimonials-section .testimonial-card .testimonial-author p{font-size:.9rem;color:#666;margin:0}@media (max-width: 768px){[data-component=home-content] .hero-section{padding:2rem 1rem}[data-component=home-content] .hero-section .hero-content .hero-title{font-size:2rem!important}[data-component=home-content] .hero-section .hero-content .hero-title .highlight:after{height:5px;bottom:2px}[data-component=home-content] .hero-section .hero-content .navbar-buttons{flex-direction:column}[data-component=home-content] .features-section,[data-component=home-content] .testimonials-section{padding:3rem 1rem}[data-component=home-content] .features-section .section-title,[data-component=home-content] .testimonials-section .section-title{font-size:1.75rem}}[data-component=pricing] .pricing-container{border-radius:1rem;display:flex;flex-direction:column;align-items:center;padding-bottom:5px}[data-component=pricing] .pricing-container .header1{text-align:center;margin-bottom:1rem}[data-component=pricing] .pricing-container .header1 .title{color:#03a9f4!important;font-weight:700!important;margin-top:1.5rem!important}[data-component=pricing] .pricing-container .header1 .subtitle{font-weight:800!important;color:#111!important;font-size:2.8rem!important}[data-component=pricing] .pricing-container .header1 .subheading{font-size:1rem;color:#555;font-weight:400;margin-top:.5rem}[data-component=pricing] .pricing-container .pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;width:100%;max-width:1200px}[data-component=pricing] .pricing-container .pricing-cards .pricing-card{flex:1!important;min-width:280px!important;max-width:400px!important;background:#02a1ff!important;border-radius:16px!important;padding:10px!important;box-shadow:0 10px 30px #02a1ff33!important;transition:all .3s ease!important;margin-bottom:20px!important;color:#fff!important;position:relative!important;overflow:hidden!important}[data-component=pricing] .pricing-container .pricing-cards .pricing-card.featured{transform:scale(1.03);border:2px solid white}[data-component=pricing] .pricing-container .pricing-cards .pricing-card .card-title-header{background:none!important;color:#000!important;font-weight:600!important;font-size:1.5rem!important;text-align:center!important}[data-component=pricing] .pricing-container .pricing-cards .pricing-card .popular-badge{position:absolute;top:30px;right:-40px;background:#ff6b00;color:#fff;padding:.5rem 2.5rem;font-size:1rem;font-weight:700;transform:rotate(45deg);box-shadow:0 10px 30px #02a1ff33!important;z-index:1}[data-component=pricing] .pricing-container .pricing-cards .pricing-card .price{font-size:2.5rem;font-weight:800;color:#fff}[data-component=pricing] .pricing-container .pricing-cards .pricing-card .price .amount{font-size:2rem;font-weight:700;color:#fff;align-items:center}[data-component=pricing] .pricing-container .pricing-cards .pricing-card:before{content:"";position:absolute;top:0;left:0;height:5px;width:100%;background:#ffffff4d}[data-component=pricing] .pricing-container .pricing-cards .pricing-card:hover{transform:translateY(-10px)!important;box-shadow:0 15px 40px #02a1ff4d!important}[data-component=pricing] .pricing-container .pricing-cards .pricing-card .features{list-style:none;padding:0;font-size:.95rem;margin-top:5px;color:#fff}[data-component=pricing] .pricing-container .pricing-cards .pricing-card .features li{padding:.5rem 0;display:flex;align-items:center;gap:.5rem;color:#fff}[data-component=pricing] .pricing-container .pricing-cards .pricing-card .features li svg{color:#fff!important}[data-component=pricing] .pricing-container .pricing-cards .pricing-card .features li .disabled-icon{color:red!important}[data-component=pricing] .pricing-container .pricing-cards .pricing-card .generic-btn{width:100%;padding:.6rem;background-color:#fff!important;color:#03a9f4!important;font-size:1rem!important;font-weight:600!important;border-radius:6px!important;text-transform:none!important;margin-top:1rem!important}@media (max-width: 1024px){[data-component=pricing] .pricing-cards{gap:1.5rem}[data-component=pricing] .pricing-card{flex:1 1 280px!important}}@media (max-width: 768px){[data-component=pricing] .pricing-container{padding:1.5rem .5rem}[data-component=pricing] .pricing-cards{gap:1.5rem;padding:0 .5rem}[data-component=pricing] .pricing-card{max-width:100%!important}[data-component=pricing] .popular-badge{top:10px;right:-35px;font-size:.7rem;padding:.2rem 1.8rem}}@media (max-width: 480px){[data-component=pricing] .header1{margin-bottom:1.5rem}[data-component=pricing] .subtitle{font-size:1.8rem!important}[data-component=pricing] .pricing-cards{gap:1.2rem}[data-component=pricing] .pricing-card{min-width:260px!important;padding:1.2rem .8rem!important}[data-component=pricing] .amount{font-size:1.8rem}[data-component=pricing] .features{font-size:.9rem}[data-component=pricing] .generic-btn{padding:.7rem!important;font-size:.95rem!important}}[data-component=contact-form] .contactus-container{display:flex;width:100%;max-width:1400px;margin:20px auto;box-shadow:0 2px 10px #0000001a;border-radius:8px;overflow:hidden;font-family:Segoe UI,sans-serif;background:#fff;min-height:500px;text-align:left;flex-direction:column}@media (min-width: 769px){[data-component=contact-form] .contactus-container{flex-direction:row}[data-component=contact-form] .contactus-container .icon-grid{order:-1;width:30%}[data-component=contact-form] .contactus-container .contact-card{order:1}}[data-component=contact-form] .contactus-container .icon-grid{background:#02a1ff;color:#fff;padding:30px;width:30%;box-sizing:border-box;display:flex;flex-direction:column;gap:20px}@media (max-width: 768px){[data-component=contact-form] .contactus-container .icon-grid{width:100%;padding:25px}}[data-component=contact-form] .contactus-container .icon-grid .contact-heading{font-size:30px!important;font-weight:400;margin:0 0 10px}[data-component=contact-form] .contactus-container .icon-grid .contact-subheading{margin:0 0 20px;font-size:20px!important;line-height:1.4;opacity:.9}[data-component=contact-form] .contactus-container .icon-grid .icon-box{display:flex;align-items:center;gap:15px}[data-component=contact-form] .contactus-container .icon-grid .icon-box .icon-wrapper{display:flex;align-items:center;justify-content:center;color:#fff}[data-component=contact-form] .contactus-container .icon-grid .icon-box .contact-info{flex:1}[data-component=contact-form] .contactus-container .icon-grid .icon-box .contact-info .icon-label{font-weight:600;margin:0 0 4px;font-size:15px!important}[data-component=contact-form] .contactus-container .icon-grid .icon-box .contact-info .icon-value{margin:0;color:#ffffffe6;word-break:break-word;line-height:1.5;font-size:15px!important}[data-component=contact-form] .contactus-container .icon-grid .icon-box .contact-info .icon-value a{color:#fff;text-decoration:none;transition:opacity .2s}[data-component=contact-form] .contactus-container .icon-grid .icon-box .contact-info .icon-value a:hover{opacity:.8;text-decoration:underline}[data-component=contact-form] .contactus-container .contact-card{flex:1;padding:30px;box-sizing:border-box;background-color:#fff}[data-component=contact-form] .contactus-container .contact-card .form-heading{font-size:22px;font-weight:600;margin:0 0 20px;color:#333}[data-component=contact-form] .contactus-container .contact-card .form-group{margin-bottom:15px}[data-component=contact-form] .contactus-container .contact-card .phone-group{display:flex;gap:1rem;align-items:flex-end;margin-bottom:15px}[data-component=contact-form] .contactus-container .contact-card .phone-group .country-code{flex:0 0 150px}[data-component=contact-form] .contactus-container .contact-card .phone-group .phone-number{flex:1}@media (max-width: 768px){[data-component=contact-form] .contactus-container .contact-card .phone-group{flex-direction:row;gap:.5rem}[data-component=contact-form] .contactus-container .contact-card .phone-group .country-code{flex:0 0 120px}[data-component=contact-form] .contactus-container .contact-card .phone-group .phone-number{flex:1}}@media (max-width: 480px){[data-component=contact-form] .contactus-container .contact-card .phone-group{flex-direction:column;align-items:stretch;gap:15px}[data-component=contact-form] .contactus-container .contact-card .phone-group .country-code,[data-component=contact-form] .contactus-container .contact-card .phone-group .phone-number{flex:1 1 100%}}[data-component=contact-form] .contactus-container .contact-card .submit-button{background:#02a1ff;color:#fff;padding:10px 20px;border:none;border-radius:4px;width:100%;font-size:14px;font-weight:600;cursor:pointer;margin-top:10px;transition:background .2s}[data-component=contact-form] .contactus-container .contact-card .submit-button:hover{background:#0288d1}[data-component=contact-form] .contactus-container .contact-card .helper-text{color:#666;font-size:.7rem}[data-component=contact-form] .contactus-container .contact-card .helper-text.error{color:#f44336}[data-component=contact-form] .contactus-container .contact-card .char-count{color:#666;font-weight:500;font-size:.7rem}[data-component=contact-form] .contactus-container .contact-card .char-count.error{color:#f44336}@media (max-width: 768px){[data-component=contact-form] .contactus-container{flex-direction:column}[data-component=contact-form] .contactus-container .icon-grid{width:100%;padding:25px}[data-component=contact-form] .contactus-container .contact-card{padding:25px}[data-component=contact-form] .contactus-container .phone-group{flex-direction:column}[data-component=contact-form] .contactus-container .phone-group .country-code{flex:1}}.react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{width:25px;height:20px;background-image:url(data:image/png;base64,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);background-repeat:no-repeat}.react-tel-input .ad{background-position:-48px -24px}.react-tel-input .ae{background-position:-72px -24px}.react-tel-input .af{background-position:-96px -24px}.react-tel-input .ag{background-position:-120px -24px}.react-tel-input .ai{background-position:-144px -24px}.react-tel-input .al{background-position:-168px -24px}.react-tel-input .am{background-position:-192px -24px}.react-tel-input .an{background-position:-216px -24px}.react-tel-input .ao{background-position:-240px -24px}.react-tel-input .aq{background-position:-264px -24px}.react-tel-input .ar{background-position:-288px -24px}.react-tel-input .as{background-position:-312px -24px}.react-tel-input .at{background-position:-336px -24px}.react-tel-input .au{background-position:-360px -24px}.react-tel-input .aw{background-position:-384px -24px}.react-tel-input .ax{background-position:0 -48px}.react-tel-input .az{background-position:-24px -48px}.react-tel-input .ba{background-position:-48px -48px}.react-tel-input .bb{background-position:-72px -48px}.react-tel-input .bd{background-position:-96px -48px}.react-tel-input .be{background-position:-120px -48px}.react-tel-input .bf{background-position:-144px -48px}.react-tel-input .bg{background-position:-168px -48px}.react-tel-input .bh{background-position:-192px -48px}.react-tel-input .bi{background-position:-216px -48px}.react-tel-input .bj{background-position:-240px -48px}.react-tel-input .bl{background-position:-264px -48px}.react-tel-input .bm{background-position:-288px -48px}.react-tel-input .bn{background-position:-312px -48px}.react-tel-input .bo{background-position:-336px -48px}.react-tel-input .br{background-position:-360px -48px}.react-tel-input .bs{background-position:-384px -48px}.react-tel-input .bt{background-position:0 -72px}.react-tel-input .bw{background-position:-24px -72px}.react-tel-input .by{background-position:-48px -72px}.react-tel-input .bz{background-position:-72px -72px}.react-tel-input .ca{background-position:-96px -72px}.react-tel-input .cc{background-position:-120px -72px}.react-tel-input .cd{background-position:-144px -72px}.react-tel-input .cf{background-position:-168px -72px}.react-tel-input .cg{background-position:-192px -72px}.react-tel-input .ch{background-position:-216px -72px}.react-tel-input .ci{background-position:-240px -72px}.react-tel-input .ck{background-position:-264px -72px}.react-tel-input .cl{background-position:-288px -72px}.react-tel-input .cm{background-position:-312px -72px}.react-tel-input .cn{background-position:-336px -72px}.react-tel-input .co{background-position:-360px -72px}.react-tel-input .cr{background-position:-384px -72px}.react-tel-input .cu{background-position:0 -96px}.react-tel-input .cv{background-position:-24px -96px}.react-tel-input .cw{background-position:-48px -96px}.react-tel-input .cx{background-position:-72px -96px}.react-tel-input .cy{background-position:-96px -96px}.react-tel-input .cz{background-position:-120px -96px}.react-tel-input .de{background-position:-144px -96px}.react-tel-input .dj{background-position:-168px -96px}.react-tel-input .dk{background-position:-192px -96px}.react-tel-input .dm{background-position:-216px -96px}.react-tel-input .do{background-position:-240px -96px}.react-tel-input .dz{background-position:-264px -96px}.react-tel-input .ec{background-position:-288px -96px}.react-tel-input .ee{background-position:-312px -96px}.react-tel-input .eg{background-position:-336px -96px}.react-tel-input .eh{background-position:-360px -96px}.react-tel-input .er{background-position:-384px -96px}.react-tel-input .es{background-position:0 -120px}.react-tel-input .et{background-position:-24px -120px}.react-tel-input .eu{background-position:-48px -120px}.react-tel-input .fi{background-position:-72px -120px}.react-tel-input .fj{background-position:-96px -120px}.react-tel-input .fk{background-position:-120px -120px}.react-tel-input .fm{background-position:-144px -120px}.react-tel-input .fo{background-position:-168px -120px}.react-tel-input .fr{background-position:-192px -120px}.react-tel-input .ga{background-position:-216px -120px}.react-tel-input .gb{background-position:-240px -120px}.react-tel-input .gd{background-position:-264px -120px}.react-tel-input .ge{background-position:-288px -120px}.react-tel-input .gg{background-position:-312px -120px}.react-tel-input .gh{background-position:-336px -120px}.react-tel-input .gi{background-position:-360px -120px}.react-tel-input .gl{background-position:-384px -120px}.react-tel-input .gm{background-position:0 -144px}.react-tel-input .gn{background-position:-24px -144px}.react-tel-input .gq{background-position:-48px -144px}.react-tel-input .gr{background-position:-72px -144px}.react-tel-input .gs{background-position:-96px -144px}.react-tel-input .gt{background-position:-120px -144px}.react-tel-input .gu{background-position:-144px -144px}.react-tel-input .gw{background-position:-168px -144px}.react-tel-input .gy{background-position:-192px -144px}.react-tel-input .hk{background-position:-216px -144px}.react-tel-input .hn{background-position:-240px -144px}.react-tel-input .hr{background-position:-264px -144px}.react-tel-input .ht{background-position:-288px -144px}.react-tel-input .hu{background-position:-312px -144px}.react-tel-input .ic{background-position:-336px -144px}.react-tel-input .id{background-position:-360px -144px}.react-tel-input .ie{background-position:-384px -144px}.react-tel-input .il{background-position:0 -168px}.react-tel-input .im{background-position:-24px -168px}.react-tel-input .in{background-position:-48px -168px}.react-tel-input .iq{background-position:-72px -168px}.react-tel-input .ir{background-position:-96px -168px}.react-tel-input .is{background-position:-120px -168px}.react-tel-input .it{background-position:-144px -168px}.react-tel-input .je{background-position:-168px -168px}.react-tel-input .jm{background-position:-192px -168px}.react-tel-input .jo{background-position:-216px -168px}.react-tel-input .jp{background-position:-240px -168px}.react-tel-input .ke{background-position:-264px -168px}.react-tel-input .kg{background-position:-288px -168px}.react-tel-input .kh{background-position:-312px -168px}.react-tel-input .ki{background-position:-336px -168px}.react-tel-input .xk{background-position:-144px 0}.react-tel-input .km{background-position:-360px -168px}.react-tel-input .kn{background-position:-384px -168px}.react-tel-input .kp{background-position:0 -192px}.react-tel-input .kr{background-position:-24px -192px}.react-tel-input .kw{background-position:-48px -192px}.react-tel-input .ky{background-position:-72px -192px}.react-tel-input .kz{background-position:-96px -192px}.react-tel-input .la{background-position:-120px -192px}.react-tel-input .lb{background-position:-144px -192px}.react-tel-input .lc{background-position:-168px -192px}.react-tel-input .li{background-position:-192px -192px}.react-tel-input .lk{background-position:-216px -192px}.react-tel-input .lr{background-position:-240px -192px}.react-tel-input .ls{background-position:-264px -192px}.react-tel-input .lt{background-position:-288px -192px}.react-tel-input .lu{background-position:-312px -192px}.react-tel-input .lv{background-position:-336px -192px}.react-tel-input .ly{background-position:-360px -192px}.react-tel-input .ma{background-position:-384px -192px}.react-tel-input .mc{background-position:0 -216px}.react-tel-input .md{background-position:-24px -216px}.react-tel-input .me{background-position:-48px -216px}.react-tel-input .mf{background-position:-72px -216px}.react-tel-input .mg{background-position:-96px -216px}.react-tel-input .mh{background-position:-120px -216px}.react-tel-input .mk{background-position:-144px -216px}.react-tel-input .ml{background-position:-168px -216px}.react-tel-input .mm{background-position:-192px -216px}.react-tel-input .mn{background-position:-216px -216px}.react-tel-input .mo{background-position:-240px -216px}.react-tel-input .mp{background-position:-264px -216px}.react-tel-input .mq{background-position:-288px -216px}.react-tel-input .mr{background-position:-312px -216px}.react-tel-input .ms{background-position:-336px -216px}.react-tel-input .mt{background-position:-360px -216px}.react-tel-input .mu{background-position:-384px -216px}.react-tel-input .mv{background-position:0 -240px}.react-tel-input .mw{background-position:-24px -240px}.react-tel-input .mx{background-position:-48px -240px}.react-tel-input .my{background-position:-72px -240px}.react-tel-input .mz{background-position:-96px -240px}.react-tel-input .na{background-position:-120px -240px}.react-tel-input .nc{background-position:-144px -240px}.react-tel-input .ne{background-position:-168px -240px}.react-tel-input .nf{background-position:-192px -240px}.react-tel-input .ng{background-position:-216px -240px}.react-tel-input .ni{background-position:-240px -240px}.react-tel-input .nl{background-position:-264px -240px}.react-tel-input .no{background-position:-288px -240px}.react-tel-input .np{background-position:-312px -240px}.react-tel-input .nr{background-position:-336px -240px}.react-tel-input .nu{background-position:-360px -240px}.react-tel-input .nz{background-position:-384px -240px}.react-tel-input .om{background-position:0 -264px}.react-tel-input .pa{background-position:-24px -264px}.react-tel-input .pe{background-position:-48px -264px}.react-tel-input .pf{background-position:-72px -264px}.react-tel-input .pg{background-position:-96px -264px}.react-tel-input .ph{background-position:-120px -264px}.react-tel-input .pk{background-position:-192px -264px}.react-tel-input .pl{background-position:-216px -264px}.react-tel-input .pn{background-position:-240px -264px}.react-tel-input .pr{background-position:-264px -264px}.react-tel-input .ps{background-position:-288px -264px}.react-tel-input .pt{background-position:-312px -264px}.react-tel-input .pw{background-position:-336px -264px}.react-tel-input .py{background-position:-360px -264px}.react-tel-input .qa{background-position:-384px -264px}.react-tel-input .ro{background-position:0 -288px}.react-tel-input .rs{background-position:-24px -288px}.react-tel-input .ru{background-position:-48px -288px}.react-tel-input .rw{background-position:-72px -288px}.react-tel-input .sa{background-position:-96px -288px}.react-tel-input .sb{background-position:-120px -288px}.react-tel-input .sc{background-position:-144px -288px}.react-tel-input .sd{background-position:-168px -288px}.react-tel-input .se{background-position:-192px -288px}.react-tel-input .sg{background-position:-216px -288px}.react-tel-input .sh{background-position:-240px -288px}.react-tel-input .si{background-position:-264px -288px}.react-tel-input .sk{background-position:-288px -288px}.react-tel-input .sl{background-position:-312px -288px}.react-tel-input .sm{background-position:-336px -288px}.react-tel-input .sn{background-position:-360px -288px}.react-tel-input .so{background-position:-384px -288px}.react-tel-input .sr{background-position:0 -312px}.react-tel-input .ss{background-position:-24px -312px}.react-tel-input .st{background-position:-48px -312px}.react-tel-input .sv{background-position:-72px -312px}.react-tel-input .sy{background-position:-96px -312px}.react-tel-input .sz{background-position:-120px -312px}.react-tel-input .tc{background-position:-144px -312px}.react-tel-input .td{background-position:-168px -312px}.react-tel-input .tf{background-position:-192px -312px}.react-tel-input .tg{background-position:-216px -312px}.react-tel-input .th{background-position:-240px -312px}.react-tel-input .tj{background-position:-264px -312px}.react-tel-input .tk{background-position:-288px -312px}.react-tel-input .tl{background-position:-312px -312px}.react-tel-input .tm{background-position:-336px -312px}.react-tel-input .tn{background-position:-360px -312px}.react-tel-input .to{background-position:-384px -312px}.react-tel-input .tr{background-position:0 -336px}.react-tel-input .tt{background-position:-24px -336px}.react-tel-input .tv{background-position:-48px -336px}.react-tel-input .tw{background-position:-72px -336px}.react-tel-input .tz{background-position:-96px -336px}.react-tel-input .ua{background-position:-120px -336px}.react-tel-input .ug{background-position:-144px -336px}.react-tel-input .us{background-position:-168px -336px}.react-tel-input .uy{background-position:-192px -336px}.react-tel-input .uz{background-position:-216px -336px}.react-tel-input .va{background-position:-240px -336px}.react-tel-input .vc{background-position:-264px -336px}.react-tel-input .ve{background-position:-288px -336px}.react-tel-input .vg{background-position:-312px -336px}.react-tel-input .vi{background-position:-336px -336px}.react-tel-input .vn{background-position:-360px -336px}.react-tel-input .vu{background-position:-384px -336px}.react-tel-input .wf{background-position:0 -360px}.react-tel-input .ws{background-position:-24px -360px}.react-tel-input .ye{background-position:-48px -360px}.react-tel-input .za{background-position:-96px -360px}.react-tel-input .zm{background-position:-120px -360px}.react-tel-input .zw{background-position:-144px -360px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{font-size:16px;background:#fff;border:1px solid #CACACA;border-radius:5px;width:300px;outline:none;padding:18.5px 14px 18.5px 58px;transition:box-shadow ease .25s,border-color ease .25s}.react-tel-input .form-control:hover{border-color:#000}.react-tel-input .form-control:focus{border-color:#1976d2;box-shadow:0 0 0 1px #1976d2}.react-tel-input .form-control:focus+div:before{color:#1976d2}.react-tel-input .form-control.invalid-number{border:1px solid #f44336}.react-tel-input .form-control.invalid-number:focus{box-shadow:0 0 0 1px #f44336}.react-tel-input .form-control.invalid-number+div:before{content:"Error";display:none;color:#f44336;width:27px}.react-tel-input .flag-dropdown{position:absolute;top:0;bottom:0;padding:0;border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown:hover,.react-tel-input .flag-dropdown:focus{cursor:pointer}.react-tel-input .flag-dropdown.open{z-index:2}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default;border-color:#cacaca}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:transparent}.react-tel-input .selected-flag{outline:none;position:relative;width:52px;height:100%;padding:0 0 0 11px;border-radius:3px 0 0 3px}.react-tel-input .selected-flag:focus .arrow{border-left-width:4px;border-right-width:4px;border-top:5px solid #1976d2}.react-tel-input .selected-flag .flag{position:absolute;top:50%;margin-top:-12px}.react-tel-input .selected-flag .arrow{position:relative;top:50%;margin-top:-1px;left:29px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.react-tel-input .country-list{outline:none;z-index:1;list-style:none;position:absolute;padding:0;margin:10px 0 10px -1px;box-shadow:1px 2px 18px #00000040;background-color:#fff;width:300px;max-height:220px;overflow-y:scroll;border-radius:7px}.react-tel-input .country-list .flag{display:inline-block;position:absolute;left:13px;top:8px}.react-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.react-tel-input .country-list .country{position:relative;padding:12px 9px 13px 46px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country:hover,.react-tel-input .country-list .country.highlight{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{z-index:2;position:sticky;top:0;background-color:#fff;padding:10px 0 6px 10px}.react-tel-input .country-list .search-emoji{display:none;font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;padding:3px 8px 5px;outline:none}.react-tel-input .country-list .search-box:hover{border-color:#505050}.react-tel-input .country-list .no-entries-message{padding:7px 10px 11px;opacity:.7}.react-tel-input .invalid-number-message{position:absolute;z-index:1;font-size:13px;left:25px;top:-7px;background:#fff;padding:0 5px;color:#de0000}.react-tel-input .special-label{position:absolute;z-index:1;top:-7px;left:25px;display:block;background:#fff;padding:0 5px;font-size:13px;white-space:nowrap}
