@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;background:radial-gradient(circle,#1a1b1e 0%,#111 100%);justify-content:center;align-items:center;gap:80px;min-height:100vh;padding:40px;display:flex;position:relative;overflow:hidden}.screen-welcome:before{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb26 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.meet-preview-box{aspect-ratio:16/9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(145deg,#1e2028cc,#0f1115f2);border:1px solid #ffffff14;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:650px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 50px #00000080,inset 0 1px 1px #ffffff1a}.preview-background-animation{z-index:1;background:radial-gradient(circle at 20% 30%,#3b82f614 0%,#0000 50%),radial-gradient(circle at 80% 70%,#a855f714 0%,#0000 50%);position:absolute;inset:0}.avatar-container{z-index:2;justify-content:center;align-items:center;display:flex;position:relative}.avatar{z-index:3;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;display:flex;position:relative;box-shadow:0 10px 40px #3b82f680,inset 0 -4px 10px #0003}.avatar-ring{border:2px solid #3b82f666;border-radius:50%;width:150px;height:150px;animation:2.5s cubic-bezier(.215,.61,.355,1) infinite pulse-ring;position:absolute;box-shadow:inset 0 0 20px #3b82f633}.avatar-ring-2{border:1px solid #8b5cf64d;width:200px;height:200px;animation-delay:1.25s}@keyframes pulse-ring{0%{opacity:0;transform:scale(.7)}50%{opacity:1}to{opacity:0;transform:scale(1.6)}}.meet-preview-box .preview-text{color:#f8fafc;z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172a99;border:1px solid #ffffff26;border-radius:24px;align-items:center;gap:10px;padding:10px 20px;font-size:.95rem;font-weight:600;display:flex;position:absolute;bottom:24px;left:30px;box-shadow:0 8px 24px #0000004d}.live-indicator{background-color:#ef4444;border-radius:50%;width:10px;height:10px;animation:1.5s ease-in-out infinite blink;box-shadow:0 0 10px #ef4444,0 0 20px #ef444466}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.meet-join-area{z-index:2;flex-direction:column;align-items:flex-start;max-width:550px;display:flex}.join-title{background:linear-gradient(135deg,#fff 20%,#94a3b8 100%);-webkit-text-fill-color:transparent;letter-spacing:-1.5px;text-shadow:0 4px 20px #ffffff0d;-webkit-background-clip:text;margin:0 0 30px;font-size:3.2rem;font-weight:800}.join-role-card{background:linear-gradient(145deg,#ffffff0d,#ffffff03);border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;gap:6px;width:100%;margin-bottom:28px;padding:20px 24px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #0003}.join-role-card:before{content:"";background:linear-gradient(#3b82f6,#8b5cf6);width:4px;position:absolute;top:0;bottom:0;left:0}.role-label{color:#a78bfa;letter-spacing:2px;font-size:.8rem;font-weight:700}.role-value{color:#f8fafc;text-transform:capitalize;font-size:1.3rem;font-weight:600}.join-warning{color:#fca5a5;background:#ef444414;border:1px solid #ef444433;border-radius:12px;align-items:flex-start;gap:12px;margin-bottom:36px;padding:16px 20px;font-size:.95rem;line-height:1.6;display:flex;box-shadow:0 4px 20px #ef44441a}.btn-meet-join{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#2563eb);border:1px solid #ffffff1a;border-radius:30px;flex-shrink:0;align-items:center;gap:12px;padding:16px 36px;font-size:1.15rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 10px 30px #3b82f666}.btn-meet-join:active{transform:translateY(0)}@media (width<=900px){.screen-welcome{flex-direction:column;gap:40px;padding:24px}.meet-join-area{text-align:center;align-items:center}.join-warning{text-align:left}}.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-timer{-webkit-backdrop-filter:blur(8px);z-index:15;color:#fff;letter-spacing:.5px;background:#141419bf;border:1px solid #ffffff26;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;font-size:.9rem;font-weight:500;transition:all .3s;display:flex;position:absolute;top:16px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0003}.video-timer.urgent{color:#ff4d4f;animation:1s infinite alternate timer-pulse}@keyframes timer-pulse{0%{opacity:1}to{opacity:.7}}.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:#2563eb}.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:#2563eb;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;flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;top:60px;right:20px}.ai-proctor-pip{z-index:100;position:absolute;top:60px;right:16px}.ai-proctor-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f141ed1;border:1px solid #4facfe38;border-radius:14px;flex-direction:column;align-items:center;gap:10px;min-width:110px;padding:14px 18px 12px;display:flex;box-shadow:0 4px 24px #0006,0 0 0 1px #4facfe14}.ai-proctor-radar{justify-content:center;align-items:center;width:68px;height:68px;display:flex;position:relative}.ai-proctor-radar-ring{border:1.5px solid #4facfe40;border-radius:50%;position:absolute}.ai-proctor-radar-ring-1{width:68px;height:68px;animation:2.5s ease-in-out infinite proctor-ring-pulse}.ai-proctor-radar-ring-2{border-color:#4facfe66;width:50px;height:50px;animation:2.5s ease-in-out .4s infinite proctor-ring-pulse}@keyframes proctor-ring-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}.ai-proctor-sweep{transform-origin:0;background:linear-gradient(90deg,#4facfee6,#0000);border-radius:2px;width:50%;height:1.5px;animation:3s linear infinite proctor-sweep;position:absolute;top:50%;left:50%}@keyframes proctor-sweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ai-proctor-eye-wrap{justify-content:center;align-items:center;animation:4s ease-in-out infinite proctor-eye-blink;display:flex;position:absolute}@keyframes proctor-eye-blink{0%,90%,to{opacity:1;transform:scaleY(1)}93%{opacity:.3;transform:scaleY(.15)}}.ai-proctor-label{color:#4facfed9;letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:6px;font-size:.72rem;font-weight:600;display:flex}.ai-proctor-dot{background:#4facfe;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite proctor-dot-blink;box-shadow:0 0 6px #4facfe}@keyframes proctor-dot-blink{0%,to{opacity:1;box-shadow:0 0 6px #4facfe}50%{opacity:.4;box-shadow:0 0 2px #4facfe}}.ai-avatar-wrapper.small{transform-origin:100% 0;transform:scale(.6)}.ai-orb-container{justify-content:center;align-items:center;width:72px;height:72px;display:flex;position:relative}.ai-orb-ring{border:2px solid #63b3ed59;border-radius:50%;animation:3s ease-in-out infinite orb-breathe;position:absolute}.ai-orb-ring-1{width:72px;height:72px;animation-delay:0s}.ai-orb-ring-2{border-color:#63b3ed33;width:88px;height:88px;animation-delay:.5s}.ai-orb-ring-3{border-color:#63b3ed1a;width:104px;height:104px;animation-delay:1s}@keyframes orb-breathe{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.ai-orb-core{z-index:2;background:radial-gradient(circle at 35% 35%,#4facfe,#00f2fe 50%,#0061a3);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;animation:3s ease-in-out infinite orb-pulse;display:flex;position:relative;box-shadow:0 0 20px #4facfe80,0 0 40px #00f2fe33}@keyframes orb-pulse{0%,to{box-shadow:0 0 20px #4facfe80,0 0 40px #00f2fe33}50%{box-shadow:0 0 30px #4facfecc,0 0 60px #00f2fe59}}.ai-orb-inner-glow{background:radial-gradient(circle at 30% 30%,#ffffff59 0%,#0000 60%);border-radius:50%;position:absolute;inset:0}.ai-orb-container.ai-talking .ai-orb-ring{animation:.6s ease-in-out infinite alternate orb-talk}.ai-orb-container.ai-talking .ai-orb-core{background:radial-gradient(circle at 35% 35%,#a78bfa,#7c3aed 50%,#4c1d95);animation:.6s ease-in-out infinite alternate orb-talk-core;box-shadow:0 0 30px #a78bfab3,0 0 60px #7c3aed66}@keyframes orb-talk{0%{opacity:.6;transform:scale(1)}to{opacity:1;transform:scale(1.15)}}@keyframes orb-talk-core{0%{box-shadow:0 0 20px #a78bfa80}to{box-shadow:0 0 40px #a78bfae6,0 0 80px #7c3aed80}}.ai-orb-container.ai-thinking .ai-orb-core{background:radial-gradient(circle at 35% 35%,#fde68a,#f59e0b 50%,#b45309);animation:1.5s ease-in-out infinite alternate orb-think-core}@keyframes orb-think-core{0%{box-shadow:0 0 20px #f59e0b66}to{box-shadow:0 0 35px #f59e0bcc,0 0 70px #b4530966}}.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 .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}.rules-card-new{box-sizing:border-box;background:#050a17;border-radius:16px;flex-direction:column;gap:15px;width:100%;max-width:1080px;height:100%;max-height:95vh;margin:auto;padding:20px 30px;animation:.4s cubic-bezier(.16,1,.3,1) forwards slideDownFade;display:flex;box-shadow:0 20px 60px #0009}.join-action-row{align-items:center;gap:20px;width:100%;display:flex}.join-warning{color:#fca5a5;background:#ef444414;border:1px solid #ef444433;border-radius:12px;flex:1;align-items:flex-start;gap:12px;margin:0;padding:14px 16px;font-size:.85rem;line-height:1.5;display:flex;box-shadow:0 4px 20px #ef44441a}.join-warning svg{color:#ef4444;filter:drop-shadow(0 0 4px #ef444466);flex-shrink:0;margin-top:2px}.rules-header-new{text-align:center;flex-direction:column;flex-shrink:0;align-items:center;gap:8px;display:flex}.rules-title-box{flex-direction:column;align-items:center;gap:10px;display:flex}.shield-icon-wrapper{background:#4da3ff1a;border-radius:50%;justify-content:center;align-items:center;padding:8px;display:flex;box-shadow:0 0 20px #4da3ff33}.rules-title-box h2{color:#fff;letter-spacing:.5px;margin:0;font-size:1.8rem;font-weight:700}.rules-header-new p{color:#a0aec0;max-width:600px;margin:0;font-size:1rem;line-height:1.4}.dynamic-job-title{color:#4da3ff;font-weight:600}.rules-image-wrapper{border-radius:12px;flex:1;justify-content:center;align-items:center;width:100%;min-height:0;display:flex;overflow:hidden}.rules-grid-img{object-fit:contain;border-radius:12px;width:100%;height:100%;max-height:60vh;box-shadow:0 10px 30px #0000004d}.rules-footer-new{background:#091124;border:1px solid #ffffff0d;border-radius:12px;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.agreement-label-new{cursor:pointer;align-items:center;gap:16px;display:flex}.rule-checkbox-wrapper{width:24px;height:24px;position:relative}.rule-checkbox-wrapper input[type=checkbox]{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.checkbox-custom-new{background:#ffffff0d;border:2px solid #fff3;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex}.checkbox-custom-new.checked{background:#3b82f6;border-color:#3b82f6;box-shadow:0 0 10px #3b82f680}.agreement-text{color:#e2e8f0;font-size:.95rem;font-weight:500}.btn-accept-rules-new{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:14px 28px;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #3b82f64d}.btn-accept-rules-new:hover:not(:disabled){background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.btn-accept-rules-new:disabled{color:#64748b;cursor:not-allowed;box-shadow:none;background:#1e293b}@media (width<=768px){.rules-footer-new{flex-direction:column;align-items:flex-start;gap:20px}.btn-accept-rules-new{width:100%}.rules-card-new{padding:20px}.rules-title-box h2{font-size:1.6rem}}.ai-agent-overlay-backdrop{z-index:99999;-webkit-backdrop-filter:blur(24px);background:radial-gradient(at 50% 35%,#0f172af0 0%,#060912fa 100%);justify-content:center;align-items:center;animation:.35s ease-out forwards aiAgentFadeIn;display:flex;position:fixed;inset:0}@keyframes aiAgentFadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.ai-agent-modal-card{text-align:center;background:linear-gradient(165deg,#1e293b8c 0%,#0f172abf 100%);border:1px solid #38bdf847;border-radius:32px;flex-direction:column;align-items:center;width:92%;max-width:580px;margin:16px;padding:42px 34px 32px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #000000bf,0 0 60px #38bdf826}.ai-agent-ambient-glow{filter:blur(40px);pointer-events:none;background:radial-gradient(circle,#38bdf82e 0%,#818cf81a 50%,#0000 75%);border-radius:50%;width:280px;height:280px;position:absolute;top:15%;left:50%;transform:translate(-50%,-50%)}.ai-agent-avatar-container{justify-content:center;align-items:center;width:146px;height:146px;margin-bottom:24px;display:flex;position:relative}.ai-agent-halo{pointer-events:none;border-radius:50%;position:absolute;inset:-12px}.ai-agent-halo-1{opacity:.6;border:2px solid #38bdf859}.ai-agent-halo-2{opacity:.4;border:1.5px dashed #a855f74d;inset:-22px}.ai-agent-avatar-container.speaking .ai-agent-halo-1{animation:2s cubic-bezier(.2,.8,.2,1) infinite aiRobotPulseRing}.ai-agent-avatar-container.speaking .ai-agent-halo-2{animation:16s linear infinite aiRobotRotateDashed}@keyframes aiRobotPulseRing{0%{opacity:.8;border-color:#38bdf8cc;transform:scale(.95)}50%{opacity:.3;border-color:#a855f799;transform:scale(1.15)}to{opacity:.8;border-color:#38bdf8cc;transform:scale(.95)}}@keyframes aiRobotRotateDashed{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ai-agent-avatar-circle{background:#0f172a;border:3px solid #38bdf8;border-radius:50%;justify-content:center;align-items:center;width:136px;height:136px;display:flex;position:relative;overflow:hidden;box-shadow:0 0 35px #38bdf880,inset 0 0 15px #00000080}.ai-agent-robot-img{object-fit:cover;width:100%;height:100%;display:block}.ai-agent-info{margin-bottom:16px}.ai-agent-badge{color:#7dd3fc;letter-spacing:.08em;text-transform:uppercase;background:#38bdf81f;border:1px solid #38bdf84d;border-radius:20px;align-items:center;gap:7px;margin-bottom:10px;padding:4px 14px;font-size:.75rem;font-weight:700;display:inline-flex}.ai-agent-live-dot{background:#34d399;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite alternate liveDotPulse;box-shadow:0 0 8px #34d399}@keyframes liveDotPulse{0%{opacity:.7;transform:scale(.85)}to{opacity:1;transform:scale(1.2)}}.ai-agent-name{color:#f8fafc;letter-spacing:-.02em;background:linear-gradient(135deg,#fff 40%,#bae6fd 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0 0 4px;font-size:1.85rem;font-weight:800}.ai-agent-role{color:#94a3b8;margin:0;font-size:.92rem;font-weight:500}.ai-agent-equalizer{justify-content:center;align-items:center;gap:5px;height:36px;margin:8px 0 16px;display:flex}.ai-agent-equalizer .eq-bar{background:#94a3b866;border-radius:3px;width:4px;height:6px;transition:all .25s}.ai-agent-equalizer.active .eq-bar{background:linear-gradient(#38bdf8 0%,#818cf8 100%);animation:.8s ease-in-out infinite alternate aiEqBarDance;box-shadow:0 0 8px #38bdf899}.ai-agent-equalizer.active .eq-bar:first-child{height:12px;animation-delay:.1s}.ai-agent-equalizer.active .eq-bar:nth-child(2){height:22px;animation-delay:.3s}.ai-agent-equalizer.active .eq-bar:nth-child(3){height:16px;animation-delay:.15s}.ai-agent-equalizer.active .eq-bar:nth-child(4){height:28px;animation-delay:.45s}.ai-agent-equalizer.active .eq-bar:nth-child(5){height:34px;animation-delay:.2s}.ai-agent-equalizer.active .eq-bar:nth-child(6){height:20px;animation-delay:.5s}.ai-agent-equalizer.active .eq-bar:nth-child(7){height:32px;animation-delay:.25s}.ai-agent-equalizer.active .eq-bar:nth-child(8){height:26px;animation-delay:.4s}.ai-agent-equalizer.active .eq-bar:nth-child(9){height:18px;animation-delay:.12s}.ai-agent-equalizer.active .eq-bar:nth-child(10){height:24px;animation-delay:.35s}.ai-agent-equalizer.active .eq-bar:nth-child(11){height:14px;animation-delay:.18s}@keyframes aiEqBarDance{0%{opacity:.6;transform:scaleY(.4)}to{opacity:1;transform:scaleY(1.1)}}.ai-agent-speech-box{background:#0f172aa6;border:1px solid #ffffff14;border-radius:18px;width:100%;margin-bottom:18px;padding:18px 22px;box-shadow:inset 0 2px 8px #0000004d}.ai-agent-speech-text{color:#e2e8f0;letter-spacing:.01em;margin:0;font-size:.95rem;font-weight:400;line-height:1.65}.ai-agent-footer-status{justify-content:center;align-items:center;padding-top:4px;display:flex}.ai-speaking-status{color:#38bdf8;letter-spacing:.02em;align-items:center;gap:8px;font-size:.88rem;font-weight:600;display:inline-flex}.ai-speaking-status .pulse-dot{background:#38bdf8;border-radius:50%;width:8px;height:8px;animation:1s ease-in-out infinite alternate liveDotPulse;box-shadow:0 0 10px #38bdf8}.ai-ready-status{color:#34d399;letter-spacing:.02em;align-items:center;gap:6px;font-size:.9rem;font-weight:600;animation:.3s ease-out fadeIn;display:inline-flex}#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}
