@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}.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{justify-content:center;align-items:center;gap:60px;height:100vh;padding:20px;display:flex}.meet-preview-box{background-color:#3c4043;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:650px;height:360px;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{flex-direction:column;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:flex-start;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}.screen-interview{flex-direction:column;height:100vh;display:flex}.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:hidden}.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)}}.video-badge{color:#fff;text-shadow:0 1px 2px #000c;font-size:.9rem;font-weight:500;position:absolute;bottom:16px;left:16px}.video-status{background:#0009;border-radius:4px;align-items:center;gap:6px;padding:4px 10px;font-size:.8rem;display:flex;position:absolute;top:16px;right:16px}.self-video-container{z-index:10;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)}.meet-sidebar{background-color:#202124;border:1px solid #3c4043;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:#282a2d;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:#5f6368;border-radius:6px}.meet-msg{flex-direction:column;animation:.2s both fadeIn;display:flex}.meet-msg-header{align-items:baseline;gap:8px;margin-bottom:4px;display:flex}.meet-msg-who{font-size:.85rem;font-weight:500}.meet-msg-who.ai{color:#e8eaed}.meet-msg-who.user{color:#8ab4f8}.meet-msg-time{color:#9aa0a6;font-size:.75rem}.meet-msg-text{color:#e8eaed;font-size:.95rem;line-height:1.4}@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}.tc-explanation{color:#9aa0a6;border-top:1px solid #333;margin-top:4px;padding-top:4px;font-size:.75rem}#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}
