@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";.meet-fullscreen-wrapper{color:#e8eaed;z-index:999999;background-color:#202124;flex-direction:column;width:100vw;height:100vh;font-family:Roboto,Google Sans,Arial,sans-serif;display:flex;position:fixed;top:0;left:0}.meet-fullscreen-wrapper.scrollable-wrapper{overflow-y:auto}.screen-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100vh;padding:20px;display:flex;overflow-y:auto}.screen-error h1{color:#e8eaed;margin:0;font-size:2.2rem;font-weight:400}.screen-error p{color:#9aa0a6;max-width:400px;font-size:1.1rem;line-height:1.6}.justification-box{background:#3c4043;border-radius:8px;flex-direction:column;width:100%;max-width:450px;margin-top:20px;padding:24px;display:flex;box-shadow:0 2px 6px #0000004d}.justification-box textarea{color:#e8eaed;resize:none;box-sizing:border-box;background:#202124;border:1px solid #5f6368;border-radius:8px;width:100%;margin-bottom:12px;padding:12px;font-family:inherit;font-size:.95rem}.justification-box textarea:focus{border-color:#8ab4f8;outline:none}.screen-welcome{box-sizing:border-box;justify-content:center;align-items:center;gap:60px;min-height:100vh;padding:40px 20px;display:flex}.meet-preview-box{aspect-ratio:16/9;background-color:#3c4043;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:650px;display:flex;position:relative;box-shadow:0 1px 3px #0000004d}.meet-preview-box .avatar{color:#202124;background:#8ab4f8;border-radius:50%;justify-content:center;align-items:center;width:130px;height:130px;font-size:4rem;display:flex}.meet-preview-box .preview-text{color:#fff;font-size:.95rem;font-weight:500;position:absolute;bottom:16px;left:16px}.meet-join-area{text-align:center;flex-direction:column;align-items:center;max-width:350px;display:flex}.meet-join-area h1{color:#e8eaed;margin:0 0 12px;font-size:2rem;font-weight:400}.meet-join-area p{color:#9aa0a6;margin-bottom:24px;font-size:1rem;line-height:1.5}.btn-meet-join{color:#202124;cursor:pointer;background-color:#8ab4f8;border:none;border-radius:24px;align-self:center;padding:10px 24px;font-size:1rem;font-weight:500;transition:background-color .2s}.btn-meet-join:hover{background-color:#aecbfa}.btn-meet-join:disabled{cursor:not-allowed;background-color:#5f6368}@media (width<=1024px){.screen-welcome{text-align:center;flex-direction:column;gap:40px;padding:60px 20px}}.screen-interview{flex-direction:column;height:100vh;display:flex;position:relative}.meet-workspace{flex:1;gap:16px;padding:16px;display:flex;overflow:hidden}.meet-main-stage{background-color:#3c4043;border-radius:8px;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:visible}.ai-avatar-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.ai-avatar{z-index:2;background-color:#8ab4f8;border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;font-size:4rem;display:flex;box-shadow:0 1px 3px #0000004d}.ai-ring{z-index:1;opacity:0;background-color:#8ab4f880;border-radius:50%;width:140px;height:140px;position:absolute;transform:scale(1)}.ai-talking .ai-ring{animation:1.5s ease-out infinite meet-pulse}@keyframes meet-pulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}.ai-thinking .ai-ring{background-color:#fbbc0480;animation:2s ease-in-out infinite meet-pulse-think}@keyframes meet-pulse-think{0%{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}to{opacity:.6;transform:scale(1)}}.thinking-bubble{color:#202124;z-index:10;white-space:nowrap;background:#fbbc04;border-radius:12px;padding:4px 8px;font-size:.75rem;font-weight:700;animation:1s infinite alternate pulse-bubble;position:absolute;top:-10px;right:-10px}@keyframes pulse-bubble{0%{opacity:.8;transform:scale(1)}to{opacity:1;transform:scale(1.05)}}.video-badge{color:#fff;text-shadow:0 1px 2px #000c;font-size:.9rem;font-weight:500;position:absolute;bottom:16px;left:16px}.video-status{z-index:15;background:#0009;border-radius:4px;align-items:center;gap:6px;padding:4px 10px;font-size:.8rem;display:flex;position:absolute;top:16px;right:16px}.video-status span{color:#ea4335;animation:1s infinite alternate blink-dot}@keyframes blink-dot{0%{opacity:1}to{opacity:.2}}.self-video-container{z-index:9999999;background:#202124;border:1px solid #5f6368;border-radius:8px;width:200px;height:130px;position:absolute;bottom:16px;right:16px;overflow:hidden;box-shadow:0 4px 10px #00000080}.self-video-container video{object-fit:cover;width:100%;height:100%;transform:scaleX(-1)}.full-stage-video{object-fit:cover;border-radius:8px;width:100%;height:100%;transform:scaleX(-1)}.interview-fold-floating-container{z-index:10;box-sizing:border-box;background:#0f1012;border:1.5px solid #202124;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:220px;height:140px;padding:10px;display:flex;position:absolute;bottom:16px;right:16px;overflow:hidden;box-shadow:0 8px 32px #0009}.pip-header{justify-content:space-between;align-items:center;width:calc(100% - 24px);display:flex;position:absolute;top:8px;left:12px;right:12px}.pip-thinking-tag{color:gold;background:#fbbc041f;border:1px solid #fbbc0440;border-radius:4px;padding:2px 8px;font-size:.65rem;font-weight:500;animation:1s infinite alternate flash}@keyframes flash{0%{opacity:.5}to{opacity:1}}.pip-mic-icon{color:purple}.waveform{justify-content:center;align-items:center;gap:3px;width:100%;height:50px;margin-top:15px;display:flex}.waveform .bar{background-color:#00f2fe;border-radius:2px;width:3px;transition:height .15s}.waveform .bar:first-child{height:6px}.waveform .bar:nth-child(2){height:12px}.waveform .bar:nth-child(3){height:20px}.waveform .bar:nth-child(4){height:28px}.waveform .bar:nth-child(5){height:35px}.waveform .bar:nth-child(6){height:40px}.waveform .bar:nth-child(7){height:35px}.waveform .bar:nth-child(8){height:28px}.waveform .bar:nth-child(9){height:20px}.waveform .bar:nth-child(10){height:12px}.waveform .bar:nth-child(11){height:6px}.waveform.active .bar{animation:1s ease-in-out infinite alternate wave-bounce}@keyframes wave-bounce{0%{transform:scaleY(.35)}to{transform:scaleY(1.15)}}.waveform.active .bar:first-child{animation-delay:.1s}.waveform.active .bar:nth-child(2){animation-delay:.3s}.waveform.active .bar:nth-child(3){animation-delay:.5s}.waveform.active .bar:nth-child(4){animation-delay:.2s}.waveform.active .bar:nth-child(5){animation-delay:.4s}.waveform.active .bar:nth-child(6){animation-delay:.6s}.waveform.active .bar:nth-child(7){animation-delay:.3s}.waveform.active .bar:nth-child(8){animation-delay:.1s}.waveform.active .bar:nth-child(9){animation-delay:.5s}.waveform.active .bar:nth-child(10){animation-delay:.2s}.waveform.active .bar:nth-child(11){animation-delay:.4s}.interview-fold-logo{color:purple;text-shadow:0 0 8px #80008040;letter-spacing:-.5px;margin-top:5px;font-family:Roboto,Google Sans,Arial,sans-serif;font-size:1.15rem;font-weight:700}.meet-sidebar{background-color:#16171a;border:1px solid #202124;border-radius:8px;flex-direction:column;width:360px;display:flex}.sidebar-header{color:#e8eaed;justify-content:space-between;align-items:center;padding:16px 20px;font-size:1.1rem;font-weight:500;display:flex}.sidebar-notice{color:#9aa0a6;background-color:#1e1f22;border:1px solid #ffffff08;border-radius:8px;align-items:flex-start;gap:10px;margin:0 16px 16px;padding:12px;font-size:.8rem;line-height:1.4;display:flex}.convo{flex-direction:column;flex:1;gap:16px;padding:0 16px 16px;display:flex;overflow-y:auto}.convo::-webkit-scrollbar{width:6px}.convo::-webkit-scrollbar-thumb{background:#37393e;border-radius:6px}.chat-bubble-wrapper{flex-direction:column;max-width:85%;animation:.25s both fadeIn;display:flex}.chat-bubble-wrapper.ai{align-self:flex-start;align-items:flex-start}.chat-bubble-wrapper.user{align-self:flex-end;align-items:flex-end}.chat-bubble-header{align-items:center;gap:8px;margin-bottom:4px;font-size:.8rem;display:flex}.chat-bubble-who{font-weight:600}.chat-bubble-wrapper.ai .chat-bubble-who{color:#df3b9e}.chat-bubble-wrapper.user .chat-bubble-who{color:#8b96a3}.chat-bubble-time{color:#606873}.chat-bubble-body{color:#e8eaed;padding:10px 14px;font-size:.9rem;line-height:1.4}.chat-bubble-wrapper.ai .chat-bubble-body{background:#1e3a47;border:1px solid #00f2fe14;border-radius:2px 12px 12px;box-shadow:0 4px 12px #00000026}.chat-bubble-wrapper.user .chat-bubble-body{background:#2a2b2d;border:1px solid #ffffff08;border-radius:12px 2px 12px 12px;box-shadow:0 4px 12px #00000026}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.coding-container{background:#1e1e1e;border-radius:8px;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.coding-header{color:#ccc;background:#252526;border-bottom:1px solid #333;justify-content:space-between;align-items:center;height:50px;padding:0 16px;display:flex}.task-info{align-items:center;gap:8px;font-size:.9rem;font-weight:500;display:flex}.language-selector select{color:#fff;background:#3c3c3c;border:1px solid #555;border-radius:4px;outline:none;padding:4px 8px;font-size:.85rem}.coding-actions{gap:10px;display:flex}.run-btn,.submit-btn{cursor:pointer;border:none;border-radius:4px;align-items:center;gap:6px;padding:6px 14px;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.run-btn{color:#fff;background:#3c3c3c}.run-btn:hover{background:#4c4c4c}.submit-btn{color:#fff;background:#0e639c}.submit-btn:hover{background:#17b}.editor-main{flex:1;display:flex;overflow:hidden}.task-sidebar{background:#252526;border-right:1px solid #333;flex-direction:column;gap:15px;width:300px;padding:20px;display:flex;overflow-y:auto}.task-sidebar h3{color:#8ab4f8;margin:0;font-size:1rem}.task-sidebar p{color:#ccc;white-space:pre-wrap;margin:0;font-size:.9rem;line-height:1.5}.console-area{border-top:1px solid #333;margin-top:auto;padding-top:20px}.console-area h4{color:#9aa0a6;margin:0 0 10px;font-size:.85rem}.console-area pre{color:#7ef17e;white-space:pre-wrap;background:#000;border-radius:4px;margin:0;padding:10px;font-family:Fira Code,monospace;font-size:.8rem}.editor-wrapper{background:#1e1e1e;flex:1}.ai-floating-pip{z-index:100;position:absolute;top:60px;right:20px}.ai-avatar-wrapper.small{transform-origin:100% 0;transform:scale(.6)}.coding-sidebar{width:300px}.chat-input-area{border-top:1px solid #3c4043;padding:16px}.chat-fake-input{color:#9aa0a6;background:#3c4043;border-radius:24px;justify-content:space-between;align-items:center;padding:12px 16px;font-size:.9rem;display:flex}.meet-bottom-bar{justify-content:space-between;align-items:center;height:80px;padding:0 24px;display:flex}.bottom-left{color:#e8eaed;flex:1;font-size:1rem;font-weight:500}.bottom-right{color:#e8eaed;flex:1;justify-content:flex-end;gap:16px;display:flex}.bottom-center{flex:2;justify-content:center;align-items:center;gap:12px;display:flex}.meet-btn{color:#e8eaed;cursor:pointer;background-color:#3c4043;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.meet-btn:hover{background-color:#4a4d51}.meet-btn.danger{color:#fff;background-color:#ea4335}.meet-btn.danger:hover{background-color:#d33426}.meet-btn.active{color:#202124;background-color:#8ab4f8}.meet-btn-end{color:#fff;cursor:pointer;background-color:#ea4335;border:none;border-radius:24px;justify-content:center;align-items:center;width:60px;height:44px;transition:all .2s;display:flex}.meet-btn-end:hover{background-color:#d33426}.screen-done{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;height:100vh;padding:48px 20px;display:flex}.screen-done h2{color:#e8eaed;margin:0;font-size:2.2rem;font-weight:400}.screen-done p{color:#9aa0a6;max-width:400px;font-size:1rem;line-height:1.6}.btn-return{color:#8ab4f8;cursor:pointer;background:0 0;border:1px solid #5f6368;border-radius:4px;margin-top:10px;padding:8px 16px;font-size:.9rem;font-weight:500}.upload-spinner{border:4px solid #ffffff1a;border-left-color:#8ab4f8;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cheat-warning-overlay{z-index:9999999;color:#fff;text-align:center;background:#202124fa;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.task-list-nav{border-bottom:1px solid #333;flex-wrap:wrap;gap:8px;padding-bottom:15px;display:flex}.task-nav-item{cursor:pointer;color:#aaa;background:#333;border:1px solid #444;border-radius:4px;flex-direction:column;flex:1;align-items:center;gap:4px;min-width:60px;padding:8px;transition:all .2s;display:flex}.task-nav-item:hover{color:#fff;background:#444}.task-nav-item.active{color:#fff;background:#0e639c;border-color:#17b}.task-nav-item.passed{border-left:3px solid #34a853}.task-num{opacity:.7;font-size:.75rem;font-weight:700}.task-title-short{white-space:nowrap;text-overflow:ellipsis;text-align:center;width:100%;font-size:.7rem;overflow:hidden}.test-cases-preview h4{color:#9aa0a6;margin-bottom:8px;font-size:.9rem}.tc-item{background:#1a1a1a;border-left:2px solid #5f6368;border-radius:4px;margin-bottom:6px;padding:6px 10px;font-size:.8rem}.tc-item code{color:#8ab4f8}.timer-badge{color:#8ab4f8;background:#3c3c3c;border:1px solid #444;border-radius:12px;margin-left:20px;padding:4px 12px;font-family:Fira Code,monospace;font-size:.8rem}.timer-badge.urgent{color:#fff;background:#ea4335;border-color:#d33426;animation:1s infinite alternate urgent-pulse}@keyframes urgent-pulse{0%{opacity:1;transform:scale(1)}to{opacity:.8;transform:scale(1.05)}}.coding-header{gap:15px}.task-info{flex:1;min-width:0}.task-meta-header{color:#9aa0a6;align-items:center;gap:10px;font-size:.85rem;display:flex}.lang-tag{text-transform:uppercase;color:#8ab4f8;background:#3c3c3c;border-radius:4px;padding:2px 8px;font-size:.75rem}.task-meta-section{margin-top:10px}.task-meta-section h4{color:#8ab4f8;opacity:.9;margin:0 0 8px;font-size:.9rem}.meta-list{color:#ccc;margin:0;padding-left:18px;font-size:.85rem;list-style-type:disc}.meta-list li{margin-bottom:4px}.hint-details{background:#1a1a1a;border:1px solid #333;border-radius:4px;margin-bottom:8px}.hint-details summary{cursor:pointer;color:#9aa0a6;outline:none;padding:8px 12px;font-size:.85rem;font-weight:500}.hint-details summary:hover{color:#fff;background:#252526}.hint-details p{color:#bbb;padding:0 12px 10px;font-size:.85rem;line-height:1.4;margin:0!important}.test-cases-hacker{background:#1a1a1a;border:1px solid #333;border-radius:8px;margin-top:20px;padding:15px}.tc-grid-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.tc-grid-header h4{color:#8ab4f8;margin:0;font-size:.9rem}.tc-mode-tag{color:#9aa0a6;background:#333;border-radius:4px;padding:2px 8px;font-size:.7rem}.tc-grid{flex-wrap:wrap;gap:8px;margin-bottom:15px;display:flex}.tc-box{cursor:help;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.tc-box.pending{color:#555;background:#333}.tc-box.pass{color:#7cfc00;background:#1b4d2e;border:1px solid #2d7a46}.tc-box.fail{color:#ff6b6b;background:#4d1b1b;border:1px solid #7a2d2d}.console-area-mini{background:#000;border-radius:4px;max-height:150px;padding:10px;overflow-y:auto}.console-area-mini pre{color:#7ef17e;white-space:pre-wrap;margin:0;font-family:Fira Code,monospace;font-size:.75rem}.console-area-mini pre.error-text{color:#ff6b6b}.submit-confirm-overlay{z-index:9999999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000bf;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.submit-confirm-box{text-align:center;color:#e8eaed;background:#202124;border:1px solid #5f6368;border-radius:12px;flex-direction:column;align-items:center;gap:16px;max-width:450px;padding:32px;animation:.3s cubic-bezier(.16,1,.3,1) forwards slideDownFade;display:flex;box-shadow:0 10px 30px #0009}.submit-confirm-box h2{color:#fbbc04;margin:0;font-size:1.6rem;font-weight:500}.submit-confirm-box p{color:#9aa0a6;margin:0;font-size:1rem;line-height:1.6}.submit-confirm-actions{gap:16px;width:100%;margin-top:10px;display:flex}.btn-cancel,.btn-confirm{cursor:pointer;border:none;border-radius:6px;flex:1;padding:12px 16px;font-size:1rem;font-weight:500;transition:all .2s ease-in-out}.btn-cancel{color:#8ab4f8;background:0 0;border:1px solid #5f6368}.btn-cancel:hover{background:#8ab4f814;border-color:#8ab4f8}.btn-confirm{color:#fff;background:#0e639c}.btn-confirm:hover{background:#17b;transform:translateY(-1px);box-shadow:0 4px 10px #17b6}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.run-first-alert{background:linear-gradient(145deg,#2a1515,#202124)!important;border:2px solid #ea4335!important;max-width:480px!important;box-shadow:0 0 40px #ea433559,0 10px 30px #000000b3!important}.run-first-alert h2{color:#ea4335!important;font-size:1.8rem!important}.run-first-alert p{color:#c5c5c5!important;font-size:1.05rem!important;line-height:1.7!important}.run-first-icon{transform-origin:50%;font-size:4rem;animation:.6s cubic-bezier(.36,.07,.19,.97) both shake}@keyframes shake{10%,90%{transform:rotate(-5deg)}20%,80%{transform:rotate(6deg)}30%,50%,70%{transform:rotate(-8deg)}40%,60%{transform:rotate(8deg)}to{transform:rotate(0)}}.user-typing-bubble{background:#2a2b2d;border:1px solid #ffffff08;border-radius:12px 2px 12px 12px;justify-content:center;align-items:center;margin-top:2px;padding:10px 16px;display:inline-flex;box-shadow:0 4px 12px #00000026}.typing-dots-bubble{align-items:center;gap:4px;display:flex}.typing-dots-bubble span{background-color:#8b96a3;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typing-bounce}.typing-dots-bubble span:first-child{animation-delay:-.32s}.typing-dots-bubble span:nth-child(2){animation-delay:-.16s}@keyframes typing-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.screen-rules-intro{color:#e8eaed;box-sizing:border-box;background:radial-gradient(circle at 0 0,#1f2530,#121316);flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;max-height:100vh;padding:40px 20px;display:flex;overflow-y:auto}.rules-card{-webkit-backdrop-filter:blur(20px);background:#1e1f2299;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:24px;width:100%;max-width:680px;margin:auto 0;padding:32px;animation:.4s cubic-bezier(.16,1,.3,1) forwards slideDownFade;display:flex;box-shadow:0 20px 50px #00000080,0 0 30px #8ab4f808}.rules-header{text-align:center}.rules-header h2{background:linear-gradient(135deg,#fff 30%,#a2b4d6 100%);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;margin:0 0 10px;font-size:1.8rem;font-weight:700}.rules-header p{color:#9aa0a6;margin:0;font-size:.95rem;line-height:1.5}.rules-list{flex-direction:column;gap:16px;display:flex}.rule-item-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:16px;padding:16px 20px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.rule-item-card:hover{background:#ffffff0a;border-color:#ffffff14}.rule-icon-box{color:#8ab4f8;background:#8ab4f814;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s;display:flex}.rule-info{flex:1}.rule-info h3{color:#f1f3f4;margin:0 0 4px;font-size:1.05rem;font-weight:500}.rule-info p{color:#9aa0a6;margin:0;font-size:.88rem;line-height:1.45}.rule-checkbox-wrapper{flex-shrink:0;justify-content:center;align-self:center;align-items:center;display:flex;position:relative}.rule-checkbox-wrapper input[type=checkbox]{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.rule-checkbox-wrapper .checkbox-custom{background:#ffffff0d;border:1.5px solid #fff3;border-radius:6px;width:22px;height:22px;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-block;position:relative}.rule-checkbox-wrapper input[type=checkbox]:checked~.checkbox-custom{background:#8ab4f8;border-color:#8ab4f8;box-shadow:0 0 10px #8ab4f866}.rule-checkbox-wrapper .checkbox-custom:after{content:"";border:2px solid #16171a;border-width:0 2px 2px 0;width:5px;height:10px;display:none;position:absolute;top:3px;left:7px;transform:rotate(45deg)}.rule-checkbox-wrapper input[type=checkbox]:checked~.checkbox-custom:after{display:block}.rules-agreement-section{margin-top:8px}.agreement-label-card{cursor:pointer;background:#8ab4f808;border:1.5px dashed #8ab4f840;border-radius:12px;align-items:center;gap:14px;padding:16px 20px;transition:all .25s ease-in-out;display:flex}.agreement-label-card:hover{background:#8ab4f80f;border-color:#8ab4f880}.agreement-label-card.checked{background:#8ab4f814;border:1.5px solid #8ab4f899;box-shadow:0 4px 20px #8ab4f81a}.agreement-label-card:hover .checkbox-custom{border-color:#8ab4f899}.agreement-text{color:#e8eaed;-webkit-user-select:none;user-select:none;flex:1;font-size:.95rem;font-weight:500;line-height:1.4}.rules-actions{margin-top:8px}.btn-accept-rules{cursor:pointer;color:#121316;background:linear-gradient(135deg,#8ab4f8,#4285f4);border:none;border-radius:10px;width:100%;padding:14px 20px;font-size:1.05rem;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #4285f440}.btn-accept-rules:hover:not(:disabled){background:linear-gradient(135deg,#a2b4d6,#5a95f5);transform:translateY(-1px);box-shadow:0 6px 20px #4285f466}.btn-accept-rules:active:not(:disabled){transform:translateY(0)}.btn-accept-rules:disabled{color:#fff3;cursor:not-allowed;box-shadow:none;background:#ffffff0d;border:1px solid #ffffff14}.end-call-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.end-call-modal{background:#16171a;border:1px solid #2e3036;border-radius:16px;width:100%;max-width:480px;animation:.28s cubic-bezier(.16,1,.3,1) forwards slideDownFade;overflow:hidden;box-shadow:0 24px 64px #000000b3,0 0 0 1px #ffffff0a}.end-call-modal-header{background:linear-gradient(135deg,#ea43351a 0%,#ea43350a 100%);border-bottom:1px solid #ea433526;align-items:center;gap:16px;padding:22px 24px;display:flex}.end-call-modal-icon{color:#ea4335;background:#ea43351f;border:1px solid #ea433540;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.end-call-modal-header-text h2{color:#f1f3f4;letter-spacing:-.2px;margin:0 0 4px;font-size:1.2rem;font-weight:600}.end-call-modal-header-text p{color:#ea4335;letter-spacing:.1px;text-transform:uppercase;margin:0;font-size:.83rem;font-weight:500}.end-call-divider{background:linear-gradient(90deg,#0000,#2e3036 20% 80%,#0000);height:1px}.end-call-modal-body{flex-direction:column;gap:12px;padding:20px 24px;display:flex}.end-call-info-row{background:#ffffff06;border:1px solid #ffffff0d;border-radius:10px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.end-call-info-row.end-call-info-mandatory{background:#fbbc040d;border-color:#fbbc0426}.end-call-info-icon{flex-shrink:0;align-items:center;margin-top:1px;display:flex}.end-call-info-row p{color:#9aa0a6;margin:0;font-size:.88rem;line-height:1.55}.end-call-info-row p strong{color:#e8eaed;font-weight:600}.end-call-info-mandatory p strong{color:#fbbc04}.end-call-modal-actions{gap:12px;padding:0 24px 22px;display:flex}.end-call-btn-back{cursor:pointer;color:#9aa0a6;background:0 0;border:1px solid #3c4043;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.end-call-btn-back:hover{color:#e8eaed;background:#ffffff0a;border-color:#5f6368}.end-call-btn-submit{cursor:pointer;color:#fff;letter-spacing:.1px;background:linear-gradient(135deg,#1a73e8 0%,#0d5dbf 100%);border:none;border-radius:8px;flex:1.4;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-family:inherit;font-size:.92rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 14px #1a73e84d}.end-call-btn-submit:hover{background:linear-gradient(135deg,#2b7de9 0%,#1466cc 100%);transform:translateY(-1px);box-shadow:0 6px 20px #1a73e866}.end-call-btn-submit:active{transform:translateY(0);box-shadow:0 2px 8px #1a73e84d}#root{text-align:center;max-width:none;margin:0;padding:0}.home-teaser{flex-direction:column;justify-content:center;align-items:center;gap:20px;height:100vh;display:flex}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}body,html{margin:0;padding:0;overflow:hidden;background-color:#202124!important}#root{width:100vw;height:100vh}
