:root{--font-primary: "Inter", system-ui, -apple-system, sans-serif;--font-display: "Outfit", sans-serif;--bg-gradient: radial-gradient(circle at 10% 20%, #eff6ff 0%, #f8fafc 90%);--bg-dark: #0b1329;--color-primary: #8b5cf6;--color-success: #10b981;--color-warning: #f59e0b;--color-danger: #ef4444;--color-text-dark: #0f172a;--color-text-light: #f8fafc;--border-light: rgba(0, 0, 0, .06);--border-dark: rgba(255, 255, 255, .08)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-primary);background:transparent;color:var(--color-text-dark);-webkit-font-smoothing:antialiased;overflow:hidden}.window-titlebar{display:flex;justify-content:space-between;align-items:center;background:#0f172a;border-bottom:1px solid rgba(255,255,255,.08);height:38px;padding:0 14px;-webkit-app-region:drag;-webkit-user-select:none;user-select:none;position:fixed;top:0;left:0;width:100%;z-index:2000}.window-title{font-size:12px;font-weight:600;color:#94a3b8;display:flex;align-items:center;gap:6px}.window-title i{color:#10b981}.window-controls{display:flex;align-items:center;gap:6px;-webkit-app-region:no-drag}.win-btn{background:transparent;border:none;color:#94a3b8;font-size:14px;width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease}.win-btn:hover{background:#ffffff14;color:#f8fafc}.win-btn-close:hover{background:#e81123!important;color:#fff!important}.landing-page-root{width:100vw;height:100vh;overflow:hidden;background:#f8fafc;display:flex;flex-direction:column}.landing-page-root .app-header{position:fixed;top:38px;left:0;width:100%;height:70px;background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06);display:flex;justify-content:space-between;align-items:center;padding:0 40px;z-index:1000;-webkit-user-select:none;user-select:none}.landing-page-root .logo-container{display:flex;align-items:center;gap:10px;cursor:pointer}.landing-page-root .logo-icon{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 4px 10px #10b98133}.landing-page-root .logo-text{font-family:var(--font-display);font-size:18px;font-weight:800;color:#0f172a;letter-spacing:-.02em}.landing-page-root .nav-actions{display:flex;align-items:center;gap:16px}.landing-page-root .btn-started{background:linear-gradient(135deg,#ff9f4a,#fd8b00);color:#fff;font-weight:700;font-size:13.5px;padding:10px 22px;border-radius:999px;border:none;cursor:pointer;display:flex;align-items:center;gap:8px;box-shadow:0 4px 14px #fd8b004d;transition:transform .2s,box-shadow .2s}.landing-page-root .btn-started:hover{transform:translateY(-1px);box-shadow:0 6px 18px #fd8b0066}.landing-page-root .btn-login{background:#8b5cf6;color:#fff;font-weight:700;font-size:13.5px;padding:10px 24px;border-radius:999px;border:none;cursor:pointer;box-shadow:0 4px 14px #8b5cf64d;transition:transform .2s,box-shadow .2s}.landing-page-root .btn-login:hover{transform:translateY(-1px);box-shadow:0 6px 18px #8b5cf666}.landing-page-root .lang-picker{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#64748b;cursor:pointer;padding:8px 12px;border-radius:8px}.landing-page-root .lang-picker:hover{background:#0000000a}.landing-page-root .slider-container{width:100%;height:calc(100vh - 38px);margin-top:38px;overflow-y:scroll;scroll-behavior:smooth}.landing-page-root .slider-container::-webkit-scrollbar{display:none}.landing-page-root .slide{width:100%;height:auto;min-height:calc(100vh - 38px);position:relative;display:flex;align-items:center;padding:100px 80px 60px;background:#fff}#slide1{background:radial-gradient(circle at 10% 20%,#eff6ff,#f8fafc 90%);display:grid;grid-template-columns:1.1fr .9fr;gap:40px}.landing-page-root .hero-left{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px}.landing-page-root .badge-coach{display:inline-flex;align-items:center;gap:6px;background:#eff6ff;border:1px solid #bfdbfe;color:#2563eb;font-size:12.5px;font-weight:700;padding:6px 14px;border-radius:999px}.landing-page-root .hero-title{font-family:var(--font-display);font-size:48px;font-weight:800;color:#0f172a;line-height:1.12;letter-spacing:-.03em;text-align:left}.landing-page-root .hero-title span{background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.landing-page-root .hero-desc{font-size:16px;line-height:1.5;color:#475569;max-width:520px;text-align:left}.landing-page-root .rating-row{display:flex;align-items:center;gap:12px;margin:8px 0}.landing-page-root .avatar-stack{display:flex;align-items:center}.landing-page-root .avatar{width:32px;height:32px;border-radius:50%;border:2px solid #fff;margin-left:-8px;object-fit:cover}.landing-page-root .avatar:first-child{margin-left:0}.landing-page-root .rating-text{font-size:13.5px;font-weight:700;color:#1e293b}.landing-page-root .rating-text span{color:#64748b;font-weight:500}.landing-page-root .stars{color:#f59e0b;font-size:12px;display:flex;gap:2px}.landing-page-root .hero-cta-btn{background:linear-gradient(135deg,#ff9f4a,#fd8b00);color:#fff;font-weight:800;font-size:16px;padding:14px 32px;border-radius:999px;border:none;cursor:pointer;display:flex;align-items:center;gap:8px;box-shadow:0 6px 20px #fd8b0059;transition:transform .2s,box-shadow .2s}.landing-page-root .hero-cta-btn:hover{transform:scale(1.02);box-shadow:0 8px 24px #fd8b0073}.landing-page-root .hero-cta-sub{display:inline-flex;align-items:center;gap:6px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:600;padding:6px 14px;border-radius:999px;border:1px solid #e2e8f0}.landing-page-root .hero-cta-sub span{color:#10b981;font-weight:700}.landing-page-root .features-list-row{display:flex;align-items:center;gap:20px;font-size:13px;font-weight:600;color:#64748b;margin-top:14px}.landing-page-root .features-list-row span{display:flex;align-items:center;gap:6px}.landing-page-root .features-list-row i{color:#10b981}.landing-page-root .hero-right{display:flex;align-items:center;justify-content:center;position:relative}.landing-page-root .hero-img-card{width:100%;max-width:460px;height:400px;border-radius:20px;background:url(https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?q=80&w=800) center/cover no-repeat;border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 40px #00000026;position:relative}.landing-page-root .floating-badge{position:absolute;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;padding:8px 14px;font-size:12px;color:#fff;display:flex;align-items:center;gap:8px;box-shadow:0 8px 16px #00000026}.landing-page-root .badge-feedback{background:#0f172abf;border:1px solid rgba(255,255,255,.1);left:-20px;top:180px;max-width:220px;text-align:left}.landing-page-root .badge-listening{background:#10b981d9;top:20px;right:20px;font-weight:700}.landing-page-root .badge-listening span{width:6px;height:6px;border-radius:50%;background:#fff;animation:pulse 1.5s infinite}.landing-page-root .badge-score{background:#0f172abf;border:1px solid rgba(255,255,255,.1);bottom:20px;left:20px;flex-direction:column;align-items:flex-start;gap:4px}.landing-page-root .score-dots{display:flex;gap:4px}.landing-page-root .score-dots span{width:6px;height:6px;border-radius:50%;background:#fff3}.landing-page-root .score-dots span.fill{background:#10b981}#slide2{flex-direction:column;justify-content:center;gap:40px}.landing-page-root .grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%;max-width:1200px}.landing-page-root .card-feature{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;display:flex;flex-direction:column;position:relative;box-shadow:0 4px 6px -1px #0000000d;transition:transform .2s,box-shadow .2s;text-align:left}.landing-page-root .card-feature:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.landing-page-root .card-badge{position:absolute;top:24px;right:24px;font-size:9px;font-weight:800;padding:3px 8px;border-radius:6px;letter-spacing:.04em}.landing-page-root .badge-orange{background:#fef3c7;color:#d97706}.landing-page-root .badge-green{background:#d1fae5;color:#059669}.landing-page-root .badge-purple{background:#f3e8ff;color:#7c3aed}.landing-page-root .card-icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff;margin-bottom:16px}.landing-page-root .icon-blue{background:#2563eb}.landing-page-root .icon-green{background:#10b981}.landing-page-root .icon-purple{background:#8b5cf6}.landing-page-root .icon-cyan{background:#06b6d4}.landing-page-root .card-title{font-family:var(--font-display);font-size:18px;font-weight:800;color:#0f172a;margin-bottom:8px}.landing-page-root .card-desc{font-size:12.5px;color:#475569;line-height:1.45;margin-bottom:16px;min-height:54px}.landing-page-root .card-bullets{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:20px;flex:1}.landing-page-root .card-bullets li{font-size:12px;font-weight:500;color:#475569;display:flex;align-items:center;gap:8px}.landing-page-root .card-bullets i{color:#10b981;font-size:11px}.landing-page-root .card-best-for{align-self:flex-start;font-size:11px;font-weight:700;padding:4px 10px;border-radius:6px;margin-bottom:16px}.landing-page-root .best-blue{background:#eff6ff;color:#2563eb}.landing-page-root .best-green{background:#ecfdf5;color:#059669}.landing-page-root .best-purple{background:#faf5ff;color:#7c3aed}.landing-page-root .best-cyan{background:#ecfeff;color:#0891b2}.landing-page-root .card-btn{width:100%;height:40px;border-radius:8px;border:none;font-weight:700;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .15s}.landing-page-root .btn-gradient{background:linear-gradient(135deg,#4f46e5,#3b82f6);color:#fff}.landing-page-root .btn-dark{background:#0f172a;color:#fff}.landing-page-root .btn-dark:hover{background:#1e293b}.landing-page-root .card-info{font-size:10px;color:#94a3b8;font-style:italic;margin-top:-12px;margin-bottom:12px}#slide3{flex-direction:column;justify-content:center;gap:32px}.landing-page-root .slide-header{text-align:center;max-width:680px;display:flex;flex-direction:column;gap:12px;margin-bottom:10px;align-items:center}.landing-page-root .slide-title{font-family:var(--font-display);font-size:38px;font-weight:800;color:#0f172a;letter-spacing:-.02em}.landing-page-root .slide-title span{background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.landing-page-root .slide-subtitle{font-size:14.5px;color:#475569;line-height:1.5}.landing-page-root .card-reminder{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px;display:flex;flex-direction:column;position:relative;box-shadow:0 4px 6px -1px #0000000d;text-align:left}.landing-page-root .reminder-badge{position:absolute;top:20px;right:20px;background:#dbeafe;color:#2563eb;font-size:9px;font-weight:800;padding:3px 8px;border-radius:6px}.landing-page-root .icon-pink{background:#db2777}.landing-page-root .icon-indigo{background:#2563eb}.landing-page-root .icon-teal{background:#0d9488}.landing-page-root .icon-orange{background:#ea580c}.landing-page-root .reminder-time{font-size:11.5px;color:#64748b;margin-bottom:12px;display:flex;align-items:center;gap:6px;font-weight:600}.landing-page-root .btn-reminder-toggle{width:100%;height:38px;border-radius:8px;font-weight:700;font-size:12.5px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;border:none}.landing-page-root .btn-rem-disable{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.landing-page-root .btn-rem-enable{background:#2563eb;color:#fff}.landing-page-root .btn-explore-schedule{background:#0f172a;color:#fff;font-weight:700;font-size:14px;padding:12px 28px;border-radius:8px;border:none;cursor:pointer;display:flex;align-items:center;gap:8px;margin-top:10px;box-shadow:0 4px 10px #0f172a33;transition:background .15s}.landing-page-root .btn-explore-schedule:hover{background:#1e293b}#slide4{flex-direction:column;justify-content:center;gap:32px}.landing-page-root .career-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%;max-width:1200px}.landing-page-root .career-column{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.landing-page-root .career-img-header{height:180px;position:relative;background-size:cover;background-position:center}.landing-page-root .career-tag{position:absolute;top:14px;left:14px;background:#fff;color:#2563eb;font-size:10px;font-weight:800;padding:4px 10px;border-radius:6px;box-shadow:0 2px 6px #00000014}.landing-page-root .career-col-title{font-family:var(--font-display);font-size:16px;font-weight:800;color:#0f172a;padding:16px}.landing-page-root .stats-row{display:flex;align-items:center;justify-content:center;gap:60px;width:100%;max-width:1000px;margin-top:10px;border-top:1px solid #e2e8f0;padding-top:24px}.landing-page-root .stat-item{display:flex;align-items:center;gap:12px}.landing-page-root .stat-icon{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px}.landing-page-root .stat-icon-blue{background:#eff6ff;color:#2563eb}.landing-page-root .stat-icon-green{background:#ecfdf5;color:#059669}.landing-page-root .stat-icon-orange{background:#fff7ed;color:#ea580c}.landing-page-root .stat-details{display:flex;flex-direction:column;align-items:flex-start}.landing-page-root .stat-val{font-family:var(--font-display);font-size:18px;font-weight:800;color:#0f172a}.landing-page-root .stat-lbl{font-size:11.5px;color:#64748b;font-weight:500}#slide5{flex-direction:column;justify-content:center;gap:32px}.landing-page-root .community-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;width:100%;max-width:1100px;align-items:center}.landing-page-root .activity-feed{display:flex;flex-direction:column;gap:12px}.landing-page-root .activity-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 2px 4px #00000005}.landing-page-root .activity-user{display:flex;align-items:center;gap:12px}.landing-page-root .user-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff}.landing-page-root .avatar-v{background:#059669}.landing-page-root .avatar-h{background:#2563eb}.landing-page-root .avatar-j{background:#0ea5e9}.landing-page-root .avatar-l{background:#0891b2}.landing-page-root .avatar-f{background:#7c3aed}.landing-page-root .activity-text{font-size:13px;color:#1e293b;text-align:left}.landing-page-root .activity-text span{color:#64748b;font-size:11.5px;margin-left:6px}.landing-page-root .activity-icon{color:#10b981;font-size:14px}.landing-page-root .sim-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:20px;box-shadow:0 10px 25px #0000000d;display:flex;flex-direction:column;gap:12px;position:relative;text-align:left}.landing-page-root .sim-country{position:absolute;top:-12px;right:20px;background:#fff5f5;color:#e11d48;border:1px solid #fecdd3;padding:4px 10px;border-radius:6px;font-size:10px;font-weight:700;display:flex;align-items:center;gap:4px;box-shadow:0 4px 10px #0000000d}.landing-page-root .sim-profile{display:flex;align-items:center;gap:12px}.landing-page-root .sim-avatar{width:36px;height:36px;border-radius:50%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.landing-page-root .sim-name{font-size:13px;font-weight:700;color:#0f172a}.landing-page-root .sim-role{font-size:11px;color:#64748b}.landing-page-root .sim-bubble{background:#ecfdf5;border:1px solid #d1fae5;color:#047857;padding:10px 14px;border-radius:12px;font-size:12.5px;font-weight:600}.landing-page-root .sim-score{font-size:12px;color:#64748b;display:flex;justify-content:space-between;align-items:center}.landing-page-root .sim-score-val{font-size:16px;font-weight:800;color:#2563eb}.landing-page-root .carousel-indicators{display:flex;gap:6px;justify-content:center;margin-top:8px}.landing-page-root .car-dot{width:6px;height:6px;border-radius:50%;background:#cbd5e1}.landing-page-root .car-dot.active{width:16px;border-radius:3px;background:#2563eb}.landing-page-root .btn-community{background:#f1f5f9;border:1px solid #cbd5e1;color:#334155;font-weight:700;font-size:12px;padding:6px 14px;border-radius:8px;cursor:pointer;align-self:flex-start;margin-top:8px}.landing-page-root .community-footer{text-align:center;width:100%;margin-top:10px}.landing-page-root .footer-title{font-family:var(--font-display);font-size:24px;font-weight:800;color:#0f172a;margin-bottom:4px}.landing-page-root .footer-desc{font-size:13px;color:#64748b}#slide6{flex-direction:column;justify-content:flex-start;padding-top:60px;padding-bottom:50px;gap:40px}.landing-page-root .cta-banner{width:100%;max-width:960px;background:linear-gradient(135deg,#ff7e40,#d92662);border-radius:20px;padding:35px 40px;color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px;box-shadow:0 12px 28px #d9266240}.landing-page-root .banner-title{font-family:var(--font-display);font-size:28px;font-weight:800;letter-spacing:-.02em}.landing-page-root .banner-subtitle{font-size:13px;line-height:1.5;max-width:600px;opacity:.9}.landing-page-root .btn-banner-practice{background:#fff;color:#d92662;font-weight:800;font-size:14.5px;padding:12px 28px;border-radius:999px;border:none;cursor:pointer;display:flex;align-items:center;gap:8px;box-shadow:0 4px 14px #0000001a;transition:transform .2s}.landing-page-root .btn-banner-practice:hover{transform:scale(1.03)}.landing-page-root .banner-pills{display:flex;justify-content:center;gap:10px;margin-top:2px}.landing-page-root .banner-pill{background:#ffffff26;border:1px solid rgba(255,255,255,.25);color:#fff;font-size:11px;font-weight:700;padding:4px 12px;border-radius:999px}.landing-page-root .banner-bullet{font-size:11px;font-weight:600;color:#fff;display:flex;align-items:center;gap:6px}.landing-page-root .banner-bullet span{width:5px;height:5px;border-radius:50%;background:#10b981}.landing-page-root .faq-section{width:100%;max-width:680px;display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:50px}.landing-page-root .badge-faq{display:inline-flex;align-items:center;gap:6px;background:#eff6ff;border:1px solid #bfdbfe;color:#2563eb;font-size:11.5px;font-weight:700;padding:5px 12px;border-radius:999px}.landing-page-root .faq-title{font-family:var(--font-display);font-size:26px;font-weight:800;color:#0f172a;letter-spacing:-.02em}.landing-page-root .faq-subtitle{font-size:13.5px;color:#64748b;margin-top:-8px}.landing-page-root .faq-accordion{width:100%;display:flex;flex-direction:column;gap:10px}.landing-page-root .faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;transition:border-color .2s}.landing-page-root .faq-item:hover{border-color:#cbd5e1}.landing-page-root .faq-trigger{width:100%;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:none;border:none;cursor:pointer;text-align:left;font-size:13.5px;font-weight:700;color:#1e293b}.landing-page-root .faq-trigger i{color:#64748b;font-size:11px;transition:transform .2s}.landing-page-root .faq-item.active .faq-trigger i{transform:rotate(180deg)}.landing-page-root .faq-content{max-height:0;overflow:hidden;transition:max-height .25s ease-out;background:#fafcff}.landing-page-root .faq-item.active .faq-content{max-height:200px}.landing-page-root .faq-inner{padding:0 20px 16px;font-size:12.5px;line-height:1.5;color:#475569;border-top:1px solid #f1f5f9}.landing-page-root .faq-footer-meta{width:100%;border-top:1px solid #e2e8f0;padding-top:24px;margin-top:40px;text-align:center;font-size:10.5px;color:#94a3b8;display:flex;flex-direction:column;gap:6px}.landing-page-root .slider-dots{position:fixed;right:30px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:12px;z-index:1000}.landing-page-root .dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1;cursor:pointer;transition:background .2s,transform .2s}.landing-page-root .dot:hover{transform:scale(1.3);background:#94a3b8}.landing-page-root .dot.active{background:#2563eb;transform:scale(1.3)}.landing-page-root .floating-chat-btn{position:fixed;bottom:24px;right:24px;width:48px;height:48px;border-radius:50%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 4px 14px #2563eb66;cursor:pointer;z-index:1000;transition:transform .2s}.landing-page-root .floating-chat-btn:hover{transform:scale(1.06)}.landing-page-root .app-footer{position:fixed;bottom:0;left:0;width:100%;height:40px;background:#0b1329;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;padding:0 40px;z-index:1000;font-size:11.5px;color:#94a3b8;-webkit-user-select:none;user-select:none}.landing-page-root .app-footer a{color:#94a3b8;text-decoration:none;margin-left:10px}.landing-page-root .app-footer a:hover{color:#f8fafc}.landing-page-root .footer-badge{display:flex;align-items:center;gap:4px;color:#ff9f4a;font-weight:700}.landing-page-root .auth-modal,.interview-panel-root .auth-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;display:flex;align-items:center;justify-content:center}.landing-page-root .auth-modal-overlay,.interview-panel-root .auth-modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172aa6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.landing-page-root .auth-modal-card,.interview-panel-root .auth-modal-card{position:relative;width:380px;background:#081b2c;border:1px solid rgba(148,163,184,.2);border-radius:16px;padding:28px 24px;box-shadow:0 25px 50px -12px #00000080;z-index:10;color:#d9e7fc;animation:modalEnter .25s cubic-bezier(.16,1,.3,1);text-align:left}@keyframes modalEnter{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.landing-page-root .auth-modal-close,.interview-panel-root .auth-modal-close{position:absolute;top:16px;right:16px;background:transparent;border:none;color:#94a3b8;font-size:20px;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .15s,color .15s}.landing-page-root .auth-modal-close:hover,.interview-panel-root .auth-modal-close:hover{background:#ffffff14;color:#fff}.landing-page-root .auth-modal-card h1,.interview-panel-root .auth-modal-card h1{font-family:var(--font-display);font-size:24px;font-weight:800;margin-bottom:4px;color:#fff}.landing-page-root .auth-modal-card .sub,.interview-panel-root .auth-modal-card .sub{color:#94a3b8;font-size:13.5px;margin-bottom:20px}.landing-page-root .field,.interview-panel-root .field{margin-bottom:14px}.landing-page-root .field label,.interview-panel-root .field label{display:block;font-size:11px;font-weight:600;margin-bottom:6px;color:#94a3b8;text-transform:uppercase;letter-spacing:.03em}.landing-page-root .field input,.interview-panel-root .field input{width:100%;height:42px;border-radius:8px;border:1px solid rgba(148,163,184,.25);background:#12273c;color:#d9e7fc;padding:0 12px;outline:none;font-size:13.5px;transition:border-color .15s}.landing-page-root .field input:focus,.interview-panel-root .field input:focus{border-color:#ff9f4a;box-shadow:0 0 0 2px #ff9f4a26}.landing-page-root .auth-submit-btn,.interview-panel-root .auth-submit-btn{width:100%;height:44px;border-radius:8px;border:none;background:linear-gradient(135deg,#ff9f4a,#fd8b00);color:#180800;font-weight:800;font-size:15px;cursor:pointer;margin-top:10px;transition:filter .15s}.landing-page-root .auth-submit-btn:hover,.interview-panel-root .auth-submit-btn:hover{filter:brightness(1.05)}.landing-page-root .auth-submit-btn:disabled,.interview-panel-root .auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.landing-page-root #msg,.interview-panel-root #msg{min-height:18px;margin-top:12px;font-size:12.5px;color:#ffb4a3;text-align:center}@keyframes pulse{0%{transform:scale(.9);opacity:.5}50%{transform:scale(1.1);opacity:1}to{transform:scale(.9);opacity:.5}}.interview-panel-root{width:100vw;height:100vh;background:#0f0f1af5;border-radius:12px;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;position:relative;overflow:hidden}.interview-panel-root .app-shell{flex:1;display:flex;flex-direction:column;min-height:0}.interview-panel-root .top-bar{padding:10px 16px 12px;background:#00000059;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;-webkit-app-region:drag}.interview-panel-root .brand{display:flex;align-items:flex-start;gap:10px}.interview-panel-root .logo{width:36px;height:36px;border-radius:50%;background:linear-gradient(145deg,#8b5cf6,#6d28d9);color:#fff;font-weight:800;font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.interview-panel-root .brand-title{font-size:15px;font-weight:700;color:#fff;letter-spacing:-.02em}.interview-panel-root .meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:6px;font-size:12px;color:#a1a1b5;-webkit-app-region:no-drag}.interview-panel-root .badge-ready{color:#4ade80;font-weight:600}.interview-panel-root .badge-warn{color:#fbbf24;font-weight:600}.interview-panel-root .timer{font-variant-numeric:tabular-nums;color:#cbd5e1}.interview-panel-root .stat-pill{padding:2px 8px;border-radius:999px;background:#ffffff0f;color:#94a3b8;font-size:11px}.interview-panel-root .top-actions{-webkit-app-region:no-drag;flex-shrink:0;padding-top:2px;display:flex;align-items:center;gap:12px}.interview-panel-root .btn-start{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:700;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:10px;cursor:pointer;box-shadow:0 4px 14px #7c3aed59;transition:opacity .15s}.interview-panel-root .btn-start:hover{filter:brightness(1.06)}.interview-panel-root .btn-start:disabled{opacity:.55;cursor:not-allowed;filter:none}.interview-panel-root .btn-stop{padding:10px 18px;font-size:13px;font-weight:700;background:#dc2626;color:#fff;border:none;border-radius:10px;cursor:pointer}.interview-panel-root .btn-stop:hover{background:#b91c1c}.interview-panel-root .main-grid{flex:1;display:grid;grid-template-columns:minmax(200px,1.2fr) minmax(180px,.9fr) minmax(180px,.9fr);gap:10px;padding:10px 12px 12px;min-height:0}.interview-panel-root .panel{background:#191928d9;border:1px solid rgba(255,255,255,.07);border-radius:12px;display:flex;flex-direction:column;min-height:0;overflow:hidden;text-align:left}.interview-panel-root .panel-head{padding:8px 12px;font-size:10px;font-weight:800;letter-spacing:.06em;color:#94a3b8;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.interview-panel-root .panel-head-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.interview-panel-root .flag-pill{font-size:10px;font-weight:700;color:#a78bfa;border:1px solid rgba(167,139,250,.35);padding:2px 6px;border-radius:6px}.interview-panel-root .status-pill{font-size:10px;font-weight:700;padding:2px 8px;border-radius:999px}.interview-panel-root .status-pill.paused{background:#fbbf2426;color:#fbbf24}.interview-panel-root .status-pill.live{background:#4ade8026;color:#4ade80}.interview-panel-root .current-q-body{padding:12px;font-size:14px;line-height:1.5;color:#f1f5f9;min-height:72px;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.06)}.interview-panel-root .tabs{display:flex;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.interview-panel-root .tab{flex:1;padding:8px 10px;font-size:11px;font-weight:700;color:#64748b;background:transparent;border:none;cursor:pointer;border-bottom:2px solid transparent}.interview-panel-root .tab.active{color:#c4b5fd;border-bottom-color:#8b5cf6}.interview-panel-root .tab-panels{flex:1;min-height:0;position:relative}.interview-panel-root .tab-panel{position:absolute;top:0;right:0;bottom:0;left:0;overflow-y:auto;padding:8px 10px;font-size:12px;line-height:1.45}.interview-panel-root .tab-panel-live{display:flex;flex-direction:column;padding:0!important;overflow:hidden!important}.interview-panel-root .live-chat-scroll{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;padding:10px 12px 14px;display:flex;flex-direction:column;gap:10px}.interview-panel-root .live-chat-placeholder{margin:auto;text-align:center;padding:28px 14px;color:#64748b;font-size:13px;max-width:220px;line-height:1.45}.interview-panel-root .chat-bubble-container{display:flex;flex-direction:column;max-width:80%;width:max-content;margin-bottom:6px}.interview-panel-root .chat-bubble-container--interviewer{align-self:flex-start}.interview-panel-root .chat-bubble-container--candidate{align-self:flex-end}.interview-panel-root .chat-bubble-header{font-size:11px;color:#94a3b8;margin-bottom:3px;font-weight:500;padding:0 4px}.interview-panel-root .chat-bubble-container--interviewer .chat-bubble-header{text-align:left}.interview-panel-root .chat-bubble-container--candidate .chat-bubble-header{text-align:right}.interview-panel-root .chat-bubble-body{padding:10px 14px;border-radius:12px;font-size:13.5px;font-weight:500;line-height:1.45;word-break:break-word;white-space:normal;text-align:left}.interview-panel-root .chat-bubble-container--interviewer .chat-bubble-body,.interview-panel-root .chat-bubble-container--candidate .chat-bubble-body{background:#f1f5f9!important;color:#1e293b!important;border:none!important}.interview-panel-root .chat-bubble-container--interviewer.chat-bubble-container--question .chat-bubble-body{background:#f97316!important;color:#fff!important;border:none!important}.interview-panel-root .chat-bubble-container--question.chat-bubble--question-past .chat-bubble-body{cursor:pointer;transition:opacity .15s ease}.interview-panel-root .chat-bubble-container--question.chat-bubble--question-past .chat-bubble-body:hover{opacity:.9}.interview-panel-root .chat-bubble-container--interim{opacity:.88}.interview-panel-root .question-badge-pill{display:none}.interview-panel-root .q-item{padding:8px 0;border-bottom:1px solid rgba(255,255,255,.05)}.interview-panel-root .q-item .q-meta{font-size:10px;color:#64748b;margin-bottom:4px}.interview-panel-root .q-item .q-text{color:#e2e8f0;white-space:pre-wrap}.interview-panel-root .answer-body{flex:1;padding:12px;font-size:13px;line-height:1.5;color:#f1f5f9;overflow-y:auto;white-space:pre-wrap}.interview-panel-root .answer-body.muted{color:#64748b}.interview-panel-root .ai-loader,.teleprompter-window-root .ai-loader,.topbar-window-root .ai-loader{display:inline-flex;align-items:center;gap:8px;color:#ffffffa6;font-size:12px}.interview-panel-root .ai-loader-dots,.teleprompter-window-root .ai-loader-dots,.topbar-window-root .ai-loader-dots{display:inline-flex;gap:4px}.interview-panel-root .ai-loader-dots span,.teleprompter-window-root .ai-loader-dots span,.topbar-window-root .ai-loader-dots span{width:6px;height:6px;border-radius:50%;background:#a78bfa;animation:ai-loader-bounce .6s ease-in-out infinite}.interview-panel-root .ai-loader-dots span:nth-child(2),.teleprompter-window-root .ai-loader-dots span:nth-child(2),.topbar-window-root .ai-loader-dots span:nth-child(2){animation-delay:.15s}.interview-panel-root .ai-loader-dots span:nth-child(3),.teleprompter-window-root .ai-loader-dots span:nth-child(3),.topbar-window-root .ai-loader-dots span:nth-child(3){animation-delay:.3s}.interview-panel-root .setup-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top left,#eef5ff,#fff,#f6f0ff);z-index:1000;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow-y:auto;padding:0 0 40px}.interview-panel-root .setup-navbar{width:100%;height:72px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;padding:0 30px;flex-shrink:0;-webkit-user-select:none;user-select:none;-webkit-app-region:drag;box-shadow:0 2px 10px #00000008}.interview-panel-root .setup-navbar *{-webkit-app-region:no-drag}.interview-panel-root .setup-navbar-left{display:flex;align-items:center;gap:10px;flex-shrink:0}.interview-panel-root .setup-navbar-logo{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 4px 10px #10b98133;flex-shrink:0}.interview-panel-root .setup-navbar-title{font-family:var(--font-display);font-size:18px;font-weight:800;color:#0c9c73;letter-spacing:-.02em;white-space:nowrap;flex-shrink:0}.setup-navbar-tabs{display:flex;gap:8px;align-items:center;flex-shrink:0}.setup-tab-item{display:flex;align-items:center;gap:6px;background:transparent;border:none;color:#64748b;font-size:13px;font-weight:700;padding:8px 12px;border-radius:20px;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}.setup-tab-item:hover{color:#0f172a;background:#f1f5f9}.setup-tab-item.active{color:#10b981;background:#ecfdf5}.setup-tab-item.active.tab-home-active{color:#2563eb;background:#eff6ff}.setup-navbar-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.setup-action-btn{display:flex;align-items:center;gap:6px;border:none;border-radius:999px;padding:8px 12px;font-weight:700;font-size:12.5px;color:#fff;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}.btn-copilot{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 10px #10b98133}.btn-notetaker{background:linear-gradient(135deg,#a78bfa,#7c3aed);box-shadow:0 4px 10px #7c3aed33}.btn-radar{background:linear-gradient(135deg,#34d399,#059669);box-shadow:0 4px 10px #05966933}.setup-action-btn:hover{opacity:.95;transform:translateY(-1px)}.setup-lang-picker{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#64748b;cursor:pointer;white-space:nowrap;flex-shrink:0}.setup-logout-btn{background:transparent;border:1.5px solid #cbd5e1;border-radius:999px;padding:6px 12px;font-weight:700;font-size:12px;color:#475569;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px;white-space:nowrap;flex-shrink:0}.setup-logout-btn:hover{background:#f1f5f9;color:#0f172a;border-color:#94a3b8}.interview-panel-root .setup-subheader-row{width:100%;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:10px 40px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.interview-panel-root .setup-subheader-left{display:flex;align-items:center;gap:8px}.interview-panel-root .badge-crumb{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:750;text-decoration:none;letter-spacing:.02em}.interview-panel-root button.badge-crumb{border:0;cursor:pointer}.interview-panel-root .crumb-home{background:#eff6ff;color:#2563eb}.interview-panel-root .crumb-home:hover{background:#dbeafe}.interview-panel-root .crumb-copilot{background:#ecfdf5;color:#059669}.interview-panel-root .crumb-separator{color:#94a3b8;font-size:9px}.interview-panel-root .setup-subheader-right{display:flex;align-items:center}.interview-panel-root .setup-warning-pill{display:flex;align-items:center;gap:6px;background:#fffbeb;border:1px solid #fde68a;color:#b45309;font-size:11.5px;font-weight:700;padding:5px 12px;border-radius:6px}.interview-panel-root .setup-layout-grid{display:grid;grid-template-columns:280px 1fr 280px;gap:30px;width:100%;max-width:1280px;margin:30px auto 10px;padding:0 40px;align-items:center;flex:1}.interview-panel-root .setup-column{display:flex;flex-direction:column;gap:20px}.interview-panel-root .setup-candidate-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:14px;display:flex;align-items:center;gap:16px;box-shadow:0 4px 10px #00000005;transition:transform .2s,box-shadow .2s;text-align:left}.interview-panel-root .setup-candidate-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000000a}.interview-panel-root .glow-blue{border-left:4px solid #3b82f6}.interview-panel-root .glow-green{border-left:4px solid #10b981}.interview-panel-root .glow-orange{border-left:4px solid #f59e0b}.interview-panel-root .glow-pink{border-left:4px solid #ec4899}.interview-panel-root .glow-cyan{border-left:4px solid #06b6d4}.interview-panel-root .glow-indigo{border-left:4px solid #6366f1}.interview-panel-root .candidate-avatar-container{position:relative;width:90px;height:70px;flex-shrink:0}.interview-panel-root .candidate-avatar{width:100%;height:100%;border-radius:8px;object-fit:cover;border:1.5px solid #e2e8f0}.interview-panel-root .candidate-badge{position:absolute;top:-6px;right:-6px;font-size:8.5px;font-weight:800;padding:2px 6px;border-radius:4px;border:1.5px solid #ffffff;box-shadow:0 2px 5px #0000001a;z-index:2}.interview-panel-root .badge-blue{background:#eff6ff;color:#2563eb}.interview-panel-root .badge-green{background:#ecfdf5;color:#059669}.interview-panel-root .badge-orange{background:#fff7ed;color:#ea580c}.interview-panel-root .badge-pink{background:#fdf2f8;color:#db2777}.interview-panel-root .badge-cyan{background:#ecfeff;color:#0891b2}.interview-panel-root .badge-indigo{background:#eef2ff;color:#4f46e5}.interview-panel-root .candidate-icon-left{position:absolute;bottom:-6px;left:-6px;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;border:1.5px solid #ffffff;box-shadow:0 2px 5px #0000001a;z-index:2}.interview-panel-root .bg-blue{background:#3b82f6;color:#fff}.interview-panel-root .bg-green{background:#10b981;color:#fff}.interview-panel-root .bg-orange{background:#f97316;color:#fff}.interview-panel-root .bg-pink{background:#ec4899;color:#fff}.interview-panel-root .bg-cyan{background:#06b6d4;color:#fff}.interview-panel-root .bg-indigo{background:#6366f1;color:#fff}.interview-panel-root .candidate-icon-right{position:absolute;bottom:-6px;right:-6px;width:22px;height:22px;border-radius:50%;background:#10b981;color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;border:1.5px solid #ffffff;box-shadow:0 2px 5px #0000001a;z-index:2}.interview-panel-root .candidate-details{flex:1;display:flex;flex-direction:column;gap:2px;justify-content:center}.interview-panel-root .candidate-role-name{font-size:13.5px;font-weight:700;color:#1e293b;margin:0}.interview-panel-root .candidate-desc{font-size:11px;color:#64748b;line-height:1.35;font-weight:600;margin:0}.interview-panel-root .setup-center-wrapper{display:flex;justify-content:center;align-items:center}.interview-panel-root .setup-card{width:100%;max-width:520px;background:#fff;color:#0f172a;border-radius:24px;border:1px solid #e2e8f0;box-shadow:0 15px 35px #0000000d;padding:35px 30px;display:flex;flex-direction:column;gap:16px}.interview-panel-root .setup-icon{width:44px;height:44px;margin:0 auto;border-radius:12px;background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 4px 10px #a855f733}.interview-panel-root .setup-title{text-align:center;font-family:var(--font-display);font-size:24px;font-weight:800;letter-spacing:-.02em;color:#0f172a}.interview-panel-root .setup-subtitle{text-align:center;color:#64748b;font-size:13.5px;line-height:1.45;margin-top:-6px}.interview-panel-root .setup-label{font-size:12px;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.04em;text-align:left}.interview-panel-root .setup-input-wrap{position:relative}.interview-panel-root .setup-input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:14px}.interview-panel-root .setup-input{width:100%;height:44px;border-radius:12px;border:1.5px solid #cbd5e1;padding:0 14px 0 38px;background:#fff;color:#1e293b;outline:none;font-size:13.5px;font-weight:500;transition:border-color .15s,box-shadow .15s}.interview-panel-root .setup-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f826}.interview-panel-root .suggest-list{list-style:none;margin-top:6px;max-height:180px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:0 6px 16px #0000000f}.interview-panel-root .suggest-item{padding:10px 14px;font-size:13px;color:#334155;display:flex;justify-content:space-between;gap:10px;cursor:pointer;transition:background .15s}.interview-panel-root .suggest-item:hover{background:#f8fafc}.interview-panel-root .suggest-item span:last-child{font-size:10.5px;font-weight:700;text-transform:uppercase;color:#94a3b8}.interview-panel-root .chips{display:flex;flex-wrap:wrap;gap:8px;min-height:auto}.interview-panel-root .chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;border:1px solid #bfdbfe;color:#2563eb;background:#eff6ff;font-size:11.5px;font-weight:700}.interview-panel-root .chip button{border:none;background:transparent;color:#2563eb;cursor:pointer;padding:0;font-size:11px;font-weight:700}.interview-panel-root .setup-helper-box{border:1px solid #bfdbfe;border-radius:12px;padding:10px 12px;color:#2563eb;font-size:12px;background:#eff6ff;display:flex;align-items:flex-start;gap:8px;font-weight:500;line-height:1.4;text-align:left}.interview-panel-root .setup-helper-box i{margin-top:2px}.interview-panel-root .setup-tip-line{font-size:11px;color:#64748b;display:flex;align-items:center;gap:6px;font-weight:500}.interview-panel-root .setup-tip-line i{color:#f59e0b}.interview-panel-root .setup-tip-row{display:flex;flex-direction:column;gap:6px}.interview-panel-root .setup-tip-cols{display:flex;justify-content:space-between;gap:12px}.interview-panel-root .setup-actions{margin-top:4px;display:flex;gap:12px;width:100%}.interview-panel-root .setup-continue{flex:1.2;height:42px;border:none;border-radius:12px;background:#8b5cf6;color:#fff;font-weight:700;font-size:13.5px;cursor:pointer;transition:background .15s,transform .15s;box-shadow:0 4px 10px #8b5cf633}.interview-panel-root .setup-continue:hover{background:#7c3aed;transform:translateY(-1px)}.interview-panel-root .setup-skip{flex:.8;height:42px;border:1px solid #cbd5e1;border-radius:12px;background:#f8fafc;color:#475569;font-weight:700;font-size:13.5px;cursor:pointer;transition:background .15s,border-color .15s}.interview-panel-root .setup-skip:hover{background:#f1f5f9;border-color:#94a3b8}.interview-panel-root .setup-card-footer{display:flex;justify-content:center;gap:12px;font-size:11px;font-weight:600;color:#64748b;margin-top:6px}.interview-panel-root .setup-card-footer span{display:flex;align-items:center;gap:4px}.interview-panel-root .setup-card-footer span:before{content:"•";color:#cbd5e1;margin-right:8px}.interview-panel-root .setup-card-footer span:first-child:before{display:none}.interview-panel-root .setup-msg{text-align:center;min-height:16px;font-size:12px;color:#dc2626;font-weight:600}.interview-panel-root .setup-footer-strip{width:100%;border-top:1px solid #e2e8f0;padding:16px 40px;display:flex;justify-content:center;align-items:center;gap:16px;font-size:11px;color:#94a3b8;font-weight:500;flex-shrink:0;-webkit-user-select:none;user-select:none}.interview-panel-root .setup-footer-strip a{color:#94a3b8;text-decoration:none}.interview-panel-root .setup-footer-strip a:hover{color:#64748b}.interview-panel-root .setup-chat-bubble{position:fixed;bottom:24px;right:24px;width:48px;height:48px;border-radius:50%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 4px 14px #2563eb66;cursor:pointer;z-index:1001}.interview-panel-root #statusMsg{position:fixed;bottom:10px;left:20px;font-size:11px;color:#cbd5e1;z-index:10;pointer-events:none}.teleprompter-window-root{width:100%;height:100%;background:#fff;color:#1e293b;display:flex;flex-direction:column;border-radius:12px;border:1px solid #cbd5e1;overflow:hidden;box-shadow:0 10px 30px #0000001f}.teleprompter-window-root .header{padding:10px 14px;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;-webkit-app-region:drag;-webkit-user-select:none;user-select:none;flex-shrink:0}.topbar-window-root .topbar-strip{padding:10px 14px;background:#00000073;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;-webkit-app-region:drag;-webkit-user-select:none;user-select:none;flex-shrink:0}.teleprompter-window-root .header-title{font-size:13px;font-weight:700;color:#6d28d9;letter-spacing:.02em}.teleprompter-window-root .win-btn:hover{background:#0000000d;color:#1e293b}.teleprompter-window-root .content{flex:1;min-height:0;display:flex;flex-direction:column;padding:12px;gap:10px}.teleprompter-window-root .output-panel{flex:1;min-height:0;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:12px;overflow-y:auto;font-size:13.5px;line-height:1.5;white-space:pre-wrap;text-align:left}.teleprompter-window-root .output-panel::-webkit-scrollbar{width:6px}.teleprompter-window-root .output-panel::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.teleprompter-window-root .output-question{font-weight:700;color:#0f172a;margin-bottom:8px;border-left:3px solid #6d28d9;padding-left:8px;white-space:pre-wrap;word-break:break-word}.teleprompter-window-root .output-answer{color:#334155;white-space:pre-wrap;word-break:break-word}.teleprompter-window-root .output-placeholder{color:#94a3b8;font-style:italic;text-align:center;margin-top:40px}.teleprompter-window-root .controls-row{display:flex;gap:8px;flex-shrink:0}.teleprompter-window-root .btn{padding:8px 14px;font-size:12px;font-weight:700;border:none;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;color:#fff;transition:filter .2s}.teleprompter-window-root .btn:hover{filter:brightness(1.06)}.teleprompter-window-root .btn:disabled{opacity:.5;cursor:not-allowed;filter:none}.teleprompter-window-root .btn-capture{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 2px 8px #10b98133;flex:1}.teleprompter-window-root .btn-clear{background:#fff;border:1.5px solid #cbd5e1;color:#475569}.teleprompter-window-root .btn-clear:hover{background:#f1f5f9;border-color:#94a3b8;color:#1e293b}.teleprompter-window-root .btn-improvise{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 2px 8px #2563eb40;flex:1}.teleprompter-window-root .btn-example{background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 2px 8px #7c3aed40;flex:1}.teleprompter-window-root .footer{padding:10px 12px 12px;border-top:1px solid #e2e8f0;display:flex;gap:8px;align-items:center;flex-shrink:0;background:#f8fafc}.teleprompter-window-root .input-box{flex:1;height:38px;border-radius:8px;border:1.5px solid #cbd5e1;background:#fff;color:#1e293b;padding:0 10px;outline:none;font-size:12.5px}.teleprompter-window-root .input-box:focus{border-color:#6d28d9;box-shadow:0 0 0 2px #6d28d91a}.teleprompter-window-root .btn-send{background:linear-gradient(135deg,#8b5cf6,#6d28d9);box-shadow:0 2px 8px #8b5cf640;height:38px;padding:0 16px;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:700;cursor:pointer}.topbar-window-root{width:100vw;height:100vh;background:transparent;color:#e8e8f0;display:flex;flex-direction:column;overflow:hidden}.topbar-window-root .topbar-strip{height:45px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:#12121c;border:1px solid rgba(255,255,255,.08);border-radius:8px;-webkit-app-region:drag;-webkit-user-select:none;user-select:none;flex-shrink:0}.topbar-window-root .brand-section{display:flex;align-items:center;gap:10px}.topbar-window-root .brand-name{font-size:13.5px;font-weight:800;color:#fff;letter-spacing:-.01em}.topbar-window-root .btn-hide{background:#ffffff14;border:1px solid rgba(255,255,255,.06);border-radius:5px;padding:2.5px 10px;font-size:11px;font-weight:700;color:#e2e8f0;cursor:pointer;-webkit-app-region:no-drag}.topbar-window-root .btn-hide:hover{background:#ffffff26}.topbar-window-root .actions-section{display:flex;gap:8px;-webkit-app-region:no-drag}.topbar-window-root .action-btn{background:#000;color:#fff;border:1px solid rgba(255,255,255,.15);padding:4px 14px;border-radius:6px;font-size:12px;font-weight:700;cursor:pointer;transition:background .15s,border-color .15s}.topbar-window-root .action-btn:hover{background:#18181b;border-color:#ffffff40}.topbar-window-root .status-section{display:flex;align-items:center;gap:12px;-webkit-app-region:no-drag}.topbar-window-root .listening-status{display:flex;align-items:center;gap:6px;font-size:11.5px;color:#a1a1b5}.topbar-window-root .status-dot{width:6.5px;height:6.5px;border-radius:50%;background:#64748b}.topbar-window-root .status-dot.active{background:#ef4444;box-shadow:0 0 8px #ef4444;animation:pulse 1.5s infinite}.topbar-window-root .timer-val{font-size:12px;color:#cbd5e1;font-variant-numeric:tabular-nums}.topbar-window-root .btn-listener-toggle{background:#ffffff14;border:1px solid rgba(255,255,255,.06);border-radius:5px;padding:3.5px 12px;font-size:11px;font-weight:700;color:#e2e8f0;cursor:pointer}.topbar-window-root .btn-listener-toggle:hover{background:#ffffff26}.topbar-window-root .btn-exit{background:#dc2626;border:none;border-radius:5px;padding:3.5px 12px;font-size:11px;font-weight:700;color:#fff;cursor:pointer}.topbar-window-root .btn-exit:hover{background:#b91c1c}.topbar-window-root .btn-clear{background:#ffffff0f;border:1px solid rgba(255,255,255,.06);border-radius:5px;padding:3.5px 12px;font-size:11px;font-weight:700;color:#cbd5e1;cursor:pointer}.topbar-window-root .btn-clear:hover{background:#ffffff1f}.topbar-window-root .answer-panel{flex:1;min-height:0;background:#0a0a12;border:1px solid rgba(255,255,255,.08);border-top:none;border-radius:0 0 8px 8px;padding:12px 16px;display:flex;flex-direction:column;gap:6px;position:relative;text-align:left}.topbar-window-root .panel-close-btn{position:absolute;top:10px;right:12px;background:transparent;border:none;color:#64748b;font-size:16px;cursor:pointer}.topbar-window-root .panel-close-btn:hover{color:#f1f5f9}.topbar-window-root .label-header{font-size:11.5px;font-weight:800;color:#94a3b8;letter-spacing:.04em;text-transform:uppercase;display:flex;align-items:center;gap:6px}.topbar-window-root .question-content{font-size:13.5px;font-weight:700;color:#fff;margin-bottom:4px;background:#ef444426;border:1px solid rgba(239,68,68,.45);padding:8px 12px;border-radius:8px;white-space:pre-wrap;max-height:80px;overflow-y:auto}.topbar-window-root .answer-content{flex:1;min-height:180px;overflow-y:auto;font-size:13px;line-height:1.5;color:#e2e8f0;white-space:pre-wrap}.topbar-window-root .answer-content::-webkit-scrollbar{width:5px}.topbar-window-root .answer-content::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:2.5px}.interview-panel-root .setup-ready-container{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;width:100%;max-width:1280px;margin:50px auto 10px;padding:0 40px}.interview-panel-root .setup-ready-card{width:100%;max-width:520px;background:#fff;color:#0f172a;border-radius:24px;border:1px solid #e2e8f0;box-shadow:0 15px 35px #0000000d;padding:50px 40px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px;position:relative}.interview-panel-root .setup-ready-back-btn{position:absolute;top:24px;left:24px;width:36px;height:36px;border-radius:50%;border:1px solid #cbd5e1;background:#fff;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;font-size:14px;box-shadow:0 2px 5px #00000005}.interview-panel-root .setup-ready-back-btn:hover{background:#f8fafc;color:#0f172a;border-color:#94a3b8;transform:translate(-1px)}.interview-panel-root .setup-ready-icon{width:64px;height:64px;border-radius:50%;background:#eff6ff;color:#3b82f6;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 4px 14px #3b82f826;margin-bottom:8px}.interview-panel-root .setup-ready-title{font-family:var(--font-display);font-size:26px;font-weight:800;color:#0f172a;letter-spacing:-.02em;margin:0}.interview-panel-root .setup-ready-subtitle{font-size:13px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.06em;background:#f1f5f9;padding:6px 16px;border-radius:999px;margin:-6px 0 6px}.interview-panel-root .setup-ready-desc{font-size:14px;line-height:1.5;color:#475569;max-width:380px;margin:0 0 10px}.interview-panel-root .setup-ready-btn{width:100%;height:48px;border-radius:12px;background:#2563eb;color:#fff;font-size:14.5px;font-weight:750;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 14px #2563eb4d;transition:all .2s}.interview-panel-root .setup-ready-btn:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 18px #2563eb66}.interview-panel-root .setup-ready-btn i{font-size:12px}.interview-panel-root .session-main-grid{display:grid;grid-template-columns:480px 1fr 1fr!important;gap:24px;padding:24px 30px;flex:1;width:100%;background:#f8fafc;min-height:0;overflow-y:auto}.interview-panel-root .session-main-grid.single-answer{grid-template-columns:480px minmax(0,1fr)!important}.interview-panel-root .session-panel-column{display:flex;flex-direction:column;gap:20px;min-height:0}.interview-panel-root .session-panel-column.col-left{gap:16px}.interview-panel-root .session-subheader-row{width:100%;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 30px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;-webkit-user-select:none;user-select:none}.interview-panel-root .session-subheader-row .subheader-left{display:flex;align-items:center;gap:10px}.interview-panel-root .session-subheader-row .live-session-badge{color:#ea580c;background:#fff;border:1.5px solid #fdba74;font-size:11px;font-weight:800;padding:3px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.interview-panel-root .session-subheader-row .session-tech-text{font-size:13.5px;font-weight:700;color:#334155;white-space:nowrap}.interview-panel-root .session-subheader-row .subheader-middle{display:flex;align-items:center;gap:8px}.interview-panel-root .session-subheader-row .toolbar-btn{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1.5px solid #cbd5e1;color:#475569;font-size:12px;font-weight:700;padding:6px 14px;border-radius:999px;cursor:pointer;transition:all .2s}.interview-panel-root .session-subheader-row .toolbar-btn:hover{background:#f1f5f9;border-color:#94a3b8;color:#0f172a}.interview-panel-root .session-subheader-row .toolbar-btn:disabled{opacity:.5;cursor:not-allowed}.interview-panel-root .session-subheader-row .subheader-right{display:flex;align-items:center;gap:10px}.interview-panel-root .session-subheader-row .session-timer-badge{font-family:monospace;font-size:13px;font-weight:700;color:#1e293b;background:#fff;border:1.5px solid #e2e8f0;padding:5px 12px;border-radius:8px}.interview-panel-root .session-subheader-row .status-pill-btn{display:inline-flex;align-items:center;gap:6px;border:none;border-radius:999px;padding:6px 14px;font-size:12px;font-weight:750;color:#fff;cursor:pointer;transition:all .2s}.interview-panel-root .session-subheader-row .status-pill-btn.stopped{background:#10b981;box-shadow:0 2px 8px #10b98133}.interview-panel-root .session-subheader-row .status-pill-btn.listening{background:#ef4444;box-shadow:0 2px 8px #ef444433}.interview-panel-root .session-subheader-row .status-pill-btn.start-recording{background:#3b82f6;box-shadow:0 2px 8px #3b82f633}.interview-panel-root .session-subheader-row .reset-timer-btn{display:inline-flex;align-items:center;gap:4px;border:1.5px solid #cbd5e1;color:#475569;background:#fff;font-size:11px;font-weight:700;padding:5px 10px;border-radius:8px;cursor:pointer;transition:all .2s}.interview-panel-root .session-subheader-row .reset-timer-btn:hover{background:#f8fafc;border-color:#94a3b8;color:#1e293b}.interview-panel-root .session-subheader-row .status-pill-btn .dot{width:6px;height:6px;border-radius:50%;background:#fff;display:inline-block}.interview-panel-root .session-subheader-row .mic-pill-btn{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;padding:6px 14px;border-radius:999px;cursor:pointer;transition:all .2s}.interview-panel-root .session-subheader-row .mic-pill-btn.on{border:1.5px solid #3b82f6;color:#2563eb;background:#eff6ff}.interview-panel-root .session-subheader-row .mic-pill-btn.off{border:1.5px solid #cbd5e1;color:#475569;background:#fff}.interview-panel-root .session-subheader-row .settings-gear-btn{width:30px;height:30px;border-radius:8px;background:#fff;border:1.5px solid #cbd5e1;color:#475569;display:flex;align-items:center;justify-content:center;font-size:13px;cursor:pointer;transition:all .2s}.interview-panel-root .session-subheader-row .settings-gear-btn:hover{background:#f8fafc;color:#0f172a;border-color:#94a3b8}.interview-panel-root .card-question-current{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px 20px;text-align:left;display:flex;flex-direction:column;gap:10px;box-shadow:0 4px 10px #00000003}.interview-panel-root .card-lbl-blue{color:#2563eb;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;display:flex;align-items:center}.interview-panel-root .card-question-current .current-q-body{font-family:var(--font-primary);font-size:14.5px;font-weight:700;color:#1e293b;line-height:1.45;font-style:italic}.interview-panel-root .question-tag-row{display:flex;gap:8px;margin-top:4px;flex-wrap:wrap}.interview-panel-root .q-tag{font-size:11px;font-weight:700;padding:3px 9px;border-radius:999px;text-transform:capitalize;display:inline-flex;align-items:center;gap:4px}.interview-panel-root .q-tag-tech{background:#ecfdf5;border:1px solid #a7f3d0;color:#059669}.interview-panel-root .q-tag-level{background:#f1f5f9;border:1px solid #cbd5e1;color:#475569}.interview-panel-root .q-tag-mode{background:#eff6ff;border:1px solid #bfdbfe;color:#2563eb}.interview-panel-root .copilot-options-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.interview-panel-root .copilot-opt-btn{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#475569;font-size:12.5px;font-weight:700;padding:8px 10px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s cubic-bezier(.4,0,.2,1)}.interview-panel-root .copilot-opt-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#0f172a}.interview-panel-root .copilot-opt-btn.active{background:#eff6ff;border-color:#3b82f6;color:#2563eb;box-shadow:0 0 0 2px #3b82f626}.interview-panel-root .btn-next-question{width:100%;height:40px;border-radius:12px;background:#93c5fd;color:#2563eb;font-size:13.5px;font-weight:750;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s}.interview-panel-root .btn-next-question:hover{background:#60a5fa;color:#fff}.interview-panel-root .btn-next-question:disabled{cursor:not-allowed;opacity:.55}.interview-panel-root .card-question-history{background:#fff;border:1px solid #e2e8f0;border-radius:16px;display:flex;flex-direction:column;flex:1;min-height:250px;overflow:hidden;box-shadow:0 4px 10px #00000003}.interview-panel-root .history-tabs-header{display:flex;border-bottom:1px solid #e2e8f0;background:#f8fafc}.interview-panel-root .history-tab-btn{flex:1;border:none;background:transparent;padding:12px 14px;font-size:12px;font-weight:700;color:#64748b;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center;gap:6px}.interview-panel-root .history-tab-btn:hover{color:#1e293b}.interview-panel-root .history-tab-btn.active{color:#2563eb;border-bottom:2.5px solid #2563eb;background:#fff}.interview-panel-root .questions-count-badge{font-size:10px;font-weight:800;background:#10b981;color:#fff;padding:1px 6px;border-radius:999px;display:inline-block;margin-left:4px}.interview-panel-root .history-tab-content{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;min-height:0}.interview-panel-root .questions-history-list{display:flex;flex-direction:column;gap:8px}.interview-panel-root .history-question-item{padding:10px 12px;border-radius:8px;font-size:12.5px;font-weight:600;color:#b91c1c;background:#ef44440d;border:1px solid rgba(239,68,68,.15);cursor:pointer;transition:all .15s;text-align:left;margin-bottom:8px}.interview-panel-root .history-question-item:hover{background:#ef44441a;color:#991b1b}.interview-panel-root .history-question-item.active{background:#10b98114!important;color:#047857!important;border-color:#10b98140!important}.interview-panel-root .history-question-item.active:hover{background:#10b9811f!important}.interview-panel-root .history-placeholder{font-size:12.5px;color:#94a3b8;text-align:center;padding:20px 10px}.interview-panel-root .session-panel-column.col-answer{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:20px 24px;display:flex;flex-direction:column;flex:1;min-height:0;box-shadow:0 4px 14px #00000003}.interview-panel-root .glow-blue-left{border-left:4px solid #3b82f6}.interview-panel-root .glow-green-left{border-left:4px solid #10b981}.interview-panel-root .answer-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.interview-panel-root .answer-title-text{font-family:var(--font-display);font-size:16px;font-weight:800;color:#0f172a;display:flex;align-items:center;gap:6px}.interview-panel-root .badge-fastest{background:#eff6ff;color:#2563eb;font-size:9px;font-weight:800;padding:3px 8px;border-radius:4px}.interview-panel-root .badge-alternative{background:#ecfdf5;color:#059669;font-size:9px;font-weight:800;padding:3px 8px;border-radius:4px}.interview-panel-root .answer-ready-status{font-size:10px;font-weight:750;color:#10b981;display:flex;align-items:center;gap:4px;margin-bottom:14px;letter-spacing:.02em}.interview-panel-root .answer-ready-status .dot{width:6px;height:6px;border-radius:50%;background:#10b981;display:inline-block}.interview-panel-root .answer-text-body{flex:1;overflow-y:auto;font-size:13.5px;line-height:1.6;color:#334155;font-weight:500;text-align:left;margin-bottom:16px;padding-right:6px;white-space:pre-wrap;word-break:break-word}.interview-panel-root .answer-text-body.code-mode{font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:12.5px;line-height:1.5;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px}.interview-panel-root .answer-text-body::-webkit-scrollbar{width:5px}.interview-panel-root .answer-text-body::-webkit-scrollbar-thumb{background:#0000000d;border-radius:2.5px}.interview-panel-root .answer-text-body.muted{color:#94a3b8;font-style:italic}.interview-panel-root .answer-footer-row{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f1f5f9;padding-top:14px}.interview-panel-root .btn-copy-answer{width:70%;height:38px;border-radius:10px;border:1.5px solid #3b82f6;color:#2563eb;background:#fff;font-size:13px;font-weight:750;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s}.interview-panel-root .btn-copy-answer:hover{background:#eff6ff;border-color:#2563eb}.interview-panel-root .feedback-buttons{display:flex;gap:8px}.interview-panel-root .btn-feedback-thumb{display:none!important}.interview-panel-root .settings-wrapper{position:relative;display:inline-block}.interview-panel-root .settings-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:290px;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 25px -5px #00000014,0 8px 10px -6px #00000014;padding:18px;z-index:999;display:flex;flex-direction:column;gap:16px;animation:settingsDropdownFadeIn .15s ease-out}@keyframes settingsDropdownFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.interview-panel-root .settings-item{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.interview-panel-root .settings-item-left{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.interview-panel-root .settings-item-title{font-size:13.5px;font-weight:600;color:#0f172a;line-height:1.3}.interview-panel-root .settings-item-sub{font-size:11px;color:#64748b;margin-top:2px;font-weight:400;line-height:1.2}.interview-panel-root .settings-toggle{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.interview-panel-root .settings-toggle input{opacity:0;width:0;height:0}.interview-panel-root .settings-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd5e1;transition:all .25s cubic-bezier(.4,0,.2,1);border-radius:24px}.interview-panel-root .settings-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:all .25s cubic-bezier(.4,0,.2,1);border-radius:50%;box-shadow:0 1px 3px #00000026}.interview-panel-root .settings-toggle input:checked+.settings-slider{background-color:#3b82f6}.interview-panel-root .settings-toggle input:checked+.settings-slider:before{transform:translate(20px)}.interview-panel-root .settings-slider-row{display:flex;flex-direction:column;gap:8px;width:100%;padding-top:4px}.interview-panel-root .settings-item-slider-header{display:flex;justify-content:space-between;align-items:center;width:100%}.interview-panel-root .settings-font-val{font-size:11px;color:#64748b;font-weight:500}.interview-panel-root .settings-range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;outline:none;cursor:pointer;transition:opacity .2s}.interview-panel-root .settings-range-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#fff;border:2.5px solid #3b82f6;box-shadow:0 1.5px 4px #00000026;cursor:pointer;transition:transform .15s ease,border-color .15s ease}.interview-panel-root .settings-range-input::-webkit-slider-thumb:hover{transform:scale(1.15)}.interview-panel-root .settings-range-input::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#fff;border:2.5px solid #3b82f6;box-shadow:0 1.5px 4px #00000026;cursor:pointer;transition:transform .15s ease,border-color .15s ease}.interview-panel-root .settings-range-input::-moz-range-thumb:hover{transform:scale(1.15)}.interview-panel-root .session-subheader-row .recording-status-badge{display:inline-flex;align-items:center;gap:6px;background:#fef2f2;border:1px solid #fee2e2;border-radius:999px;padding:6px 14px;font-size:12px;font-weight:700;color:#ef4444;line-height:1}.interview-panel-root .session-subheader-row .recording-status-badge .dot{width:6px;height:6px;border-radius:50%;background:#ef4444;display:inline-block;animation:recordingPulse 1.2s infinite alternate}@keyframes recordingPulse{0%{opacity:.4}to{opacity:1}}.interview-panel-root .session-subheader-row .stop-recording-btn{display:inline-flex;align-items:center;gap:6px;border:none;border-radius:999px;padding:6px 14px;font-size:12px;font-weight:700;color:#fff;background:#ef4444;cursor:pointer;box-shadow:0 2px 8px #ef444433;transition:all .2s;line-height:1}.interview-panel-root .session-subheader-row .stop-recording-btn:hover{background:#dc2626;box-shadow:0 2px 10px #dc26264d}.interview-panel-root .session-subheader-row .stop-recording-btn i{font-size:10px}.topbar-window-root .topbar-analysis-actions{display:flex;gap:8px;margin-top:8px;flex-shrink:0;justify-content:flex-start;-webkit-app-region:no-drag}.topbar-window-root .topbar-analysis-actions .btn{padding:4px 10px;font-size:11px;font-weight:600;border:none;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:4px;color:#fff;transition:filter .2s;width:auto}.topbar-window-root .topbar-analysis-actions .btn:hover{filter:brightness(1.08)}.topbar-window-root .topbar-analysis-actions .btn:disabled{opacity:.5;cursor:not-allowed}.topbar-window-root .topbar-analysis-actions .btn-improvise{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 1px 4px #2563eb33}.topbar-window-root .topbar-analysis-actions .btn-example{background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 1px 4px #7c3aed33}.topbar-window-root .topbar-analysis-actions .btn-clear-analysis{background:linear-gradient(135deg,#4b5563,#374151);box-shadow:0 1px 4px #4b556333}.interview-panel-root .session-subheader-row .back-to-skills-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#fff;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;color:#475569;cursor:pointer;transition:all .2s;line-height:1;margin-right:8px;flex-shrink:0}.interview-panel-root .session-subheader-row .back-to-skills-btn:hover{background:#f8fafc;color:#1e293b;border-color:#94a3b8}.notetaker-root{background:#f8fafc;height:100vh!important;min-height:100vh;display:flex;flex-direction:column;font-family:Outfit,Inter,sans-serif;color:#0f172a;overflow-y:auto!important}.notetaker-header{height:72px;background:#fff;border-bottom:1px solid #cbd5e1;display:flex;justify-content:space-between;align-items:center;padding:0 40px;margin-bottom:30px;flex-shrink:0}.notetaker-header-left{display:flex;align-items:center;gap:12px;cursor:pointer}.notetaker-logo-icon{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}.notetaker-logo-title{font-size:20px;font-weight:850;color:#0c9c73;letter-spacing:-.02em}.notetaker-header-right{display:flex;align-items:center;gap:16px}.notetaker-header-btn{display:flex;align-items:center;gap:6px;border-radius:999px;padding:8px 18px;font-weight:700;font-size:13px;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-green-outline{border:1.5px solid #10b981;background:transparent;color:#059669}.btn-green-outline:hover{background:#ecfdf5;border-color:#059669}.btn-grey-outline{border:1.5px solid #cbd5e1;background:transparent;color:#475569}.btn-grey-outline:hover{background:#f1f5f9;border-color:#94a3b8}.notetaker-lang-picker{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#475569;background:#f1f5f9;border-radius:999px;padding:8px 14px}.notetaker-exit-btn{width:36px;height:36px;border-radius:50%;border:1.5px solid #cbd5e1;background:#fff;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:all .2s}.notetaker-exit-btn:hover{background:#f1f5f9;color:#0f172a;border-color:#94a3b8}.notetaker-grid{display:grid;grid-template-columns:420px 1fr;gap:15px;width:100%;max-width:100%;margin:20px auto 0;padding:0 20px 20px;flex:1}.notetaker-card{background:#fff;border-radius:24px;border:1px solid #e2e8f0;box-shadow:0 10px 30px #00000008;padding:40px;display:flex;flex-direction:column;gap:24px}.notetaker-card-header{display:flex;align-items:center;gap:16px;border-bottom:1px solid #f1f5f9;padding-bottom:20px}.notetaker-card-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:20px}.bg-green,.bg-green-light{background:#ecfdf5;color:#10b981}.notetaker-card-title{font-family:var(--font-display);font-size:20px;font-weight:800;color:#0f172a;margin:0}.notetaker-card-subtitle{font-size:13.5px;color:#64748b;margin:4px 0 0}.notetaker-pill-tabs{display:flex;background:#f1f5f9;padding:6px;border-radius:12px;gap:4px}.notetaker-pill-btn{flex:1;border:none;padding:10px;font-size:13.5px;font-weight:700;color:#64748b;background:transparent;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:6px}.notetaker-pill-btn.active{background:#fff;color:#0f172a;box-shadow:0 4px 12px #0000000d}.notetaker-record-form{display:flex;flex-direction:column;gap:20px}.notetaker-record-form .notetaker-input:focus{border-color:#10b981;outline:none;box-shadow:0 0 0 3px #10b9811a}.notetaker-record-form .notetaker-textarea:focus{border-color:#10b981;outline:none;box-shadow:0 0 0 3px #10b9811a}.notetaker-form-group{display:flex;flex-direction:column;gap:8px}.notetaker-label{font-size:13.5px;font-weight:800;color:#0f172a;display:flex;align-items:center;gap:6px}.notetaker-input{height:46px;border-radius:12px;border:1.5px solid #cbd5e1;padding:0 16px;font-size:14px;font-weight:500;background-color:transparent;color:#0f172a;transition:all .2s}.notetaker-input[readonly]{background-color:#f1f5f9!important;color:#64748b!important;border-color:#e2e8f0!important;cursor:not-allowed}body.dark-theme .notetaker-input[readonly]{background-color:#1e293b!important;color:#94a3b8!important;border-color:#334155!important;cursor:not-allowed}.notetaker-input:focus{border-color:#10b981;outline:none;box-shadow:0 0 0 3px #10b9811a}.notetaker-textarea{height:100px;border-radius:12px;border:1.5px solid #cbd5e1;padding:12px 16px;font-size:14px;font-weight:500;background-color:transparent;color:#0f172a;resize:none;transition:all .2s}.notetaker-textarea:focus{border-color:#10b981;outline:none;box-shadow:0 0 0 3px #10b9811a}.notetaker-help-text{font-size:11.5px;color:#64748b;margin-top:-2px}.notetaker-timer-wrapper{display:flex;justify-content:center;margin:10px 0}.notetaker-timer-circle{width:140px;height:140px;border-radius:50%;background:#f8fafc;border:8px solid #eff6ff;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 2px 5px #00000008,0 4px 10px #00000005}.notetaker-timer-val{font-family:monospace;font-size:28px;font-weight:800;color:#0f172a}.notetaker-action-record-btn{height:50px;border-radius:12px;background:#10b981;color:#fff;font-size:15px;font-weight:800;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s;box-shadow:0 4px 15px #10b98140}.notetaker-action-record-btn:hover{opacity:.95;transform:translateY(-1px)}.notetaker-action-record-btn.recording{background:#ef4444;box-shadow:0 4px 15px #ef444440}.notetaker-footer-note{display:flex;gap:8px;font-size:12px;color:#64748b;line-height:1.4;align-items:flex-start}.text-gold{color:#eab308}.notetaker-past-sessions{display:flex;flex-direction:column;gap:12px}.notetaker-past-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s}.notetaker-past-item:hover{border-color:#cbd5e1;background:#f1f5f9}.past-title{font-size:14px;font-weight:700;color:#0f172a;margin:0}.past-date{font-size:12px;color:#64748b}.past-duration{font-size:13px;font-weight:600;color:#475569;background:#fff;padding:4px 8px;border-radius:6px;border:1px solid #e2e8f0}.notetaker-header-tabs{display:flex;gap:4px;background:#f1f5f9;padding:4px;border-radius:8px;margin-left:auto}.notetaker-header-tab-btn{border:none;background:transparent;padding:6px 12px;font-size:12px;font-weight:700;color:#64748b;border-radius:6px;cursor:pointer;transition:all .2s}.notetaker-header-tab-btn.active{background:#fff;color:#0f172a;box-shadow:0 2px 6px #0000000d}.notetaker-card-body{flex:1;display:flex;flex-direction:column}.notetaker-live-panel{flex:1;display:flex;flex-direction:column;justify-content:space-between;height:100%}.notetaker-chat-messages{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:16px;padding-right:8px;min-height:250px;max-height:350px}.notetaker-ready-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;flex:1;padding:40px 20px}.notetaker-ready-icon-box{width:56px;height:56px;border-radius:16px;background:#ecfdf5;color:#10b981;display:flex;align-items:center;justify-content:center;font-size:24px;box-shadow:0 4px 10px #10b9811a;margin-bottom:16px}.notetaker-ready-title{font-family:var(--font-display);font-size:18px;font-weight:800;color:#0f172a;margin:0 0 8px}.notetaker-ready-subtitle{font-size:13.5px;color:#64748b;max-width:320px;line-height:1.4;margin:0 0 24px}.notetaker-ready-pills{display:flex;gap:12px}.ready-pill{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;padding:8px 16px;border-radius:999px;border:1.5px solid transparent}.pill-green-border{border-color:#a7f3d0;color:#059669;background:#ecfdf5}.pill-orange{border-color:#ffedd5;color:#ea580c;background:#fff7ed}.pill-green-fill{border-color:#10b981;color:#fff;background:#10b981}.notetaker-chat-input-area{border-top:1px solid #e2e8f0;padding-top:20px;margin-top:20px}.notetaker-chat-form{display:flex;gap:12px;position:relative}.notetaker-chat-input{flex:1;height:48px;border-radius:12px;border:1.5px solid #cbd5e1;padding:0 54px 0 16px;font-size:14px;font-weight:500;background-color:transparent;color:#0f172a;transition:all .2s}.notetaker-chat-input:focus{border-color:#10b981;outline:none}.notetaker-chat-send-btn{position:absolute;right:6px;top:6px;width:36px;height:36px;border-radius:50%;background:#10b981;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:all .2s;box-shadow:0 2px 6px #10b98133}.notetaker-chat-send-btn:hover{transform:scale(1.05)}.notetaker-chat-help{font-size:11.5px;color:#64748b;text-align:center;margin:8px 0 0}.notetaker-msg-bubble{display:flex;gap:12px;max-width:85%;margin-bottom:8px}.notetaker-msg-bubble.user{align-self:flex-end;flex-direction:row-reverse}.notetaker-msg-bubble.ai{align-self:flex-start}.msg-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0}.notetaker-msg-bubble.user .msg-avatar{background:#eff6ff;color:#2563eb;border:1px solid #dbeafe}.notetaker-msg-bubble.ai .msg-avatar{background:#f1f5f9;color:#475569;border:1px solid #cbd5e1}.msg-text{padding:10px 16px;border-radius:14px;font-size:13.5px;line-height:1.5}.notetaker-msg-bubble.user .msg-text{background:#e0f2fe;color:#0369a1;border-top-right-radius:2px}.notetaker-msg-bubble.ai .msg-text{background:#f8fafc;color:#334155;border:1px solid #e2e8f0;border-top-left-radius:2px}.notetaker-feedback-panel{display:flex;flex-direction:column;gap:20px;padding:10px 0}.feedback-section{display:flex;flex-direction:column;gap:8px}.feedback-sec-title{font-size:14.5px;font-weight:800;color:#0f172a;display:flex;align-items:center;gap:8px;margin:0}.feedback-list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:6px}.feedback-list li{font-size:13.5px;color:#475569;line-height:1.4}.notetaker-footer-strip{width:100%;max-width:1650px;margin:20px auto 0;padding:20px 40px;border-top:1px solid #cbd5e1;display:flex;justify-content:flex-start;align-items:center;gap:16px;font-size:12px;color:#64748b;flex-shrink:0}.notetaker-footer-strip a{color:#64748b;text-decoration:none;transition:color .2s}.notetaker-footer-strip a:hover{color:#10b981}.notetaker-floating-bubble{position:fixed;bottom:24px;right:24px;width:50px;height:50px;border-radius:50%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 4px 12px #2563eb4d;cursor:pointer;transition:all .2s;z-index:1000}.notetaker-floating-bubble:hover{transform:scale(1.05)}.custom-toast-notification{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#0f172ae6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;padding:12px 24px;border-radius:12px;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 25px #0000004d;display:flex;align-items:center;gap:10px;z-index:9999;font-family:var(--font-primary);font-size:14px;font-weight:500;pointer-events:none;animation:slideUpFadeIn .3s ease-out forwards}.custom-toast-notification i{color:#10b981;font-size:16px}@keyframes slideUpFadeIn{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.notetaker-select{width:100%;height:46px;border-radius:12px;border:1.5px solid #cbd5e1!important;padding:0 16px;font-size:14px;font-weight:500;color:#0f172a!important;background-color:#fff!important;outline:none;cursor:pointer;box-sizing:border-box}.notetaker-select:disabled{background-color:#e2e8f0!important;color:#64748b!important;border-color:#cbd5e1!important;cursor:not-allowed}.interview-panel-root .session-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0f172a73;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeInModal .2s ease-out}.interview-panel-root .session-modal-card{width:100%;max-width:490px;background:#fff;border-radius:20px;box-shadow:0 20px 25px -5px #00000014,0 10px 10px -5px #0000000a,0 0 1px 1px #0000000d;padding:28px 28px 24px;display:flex;flex-direction:column;position:relative;border:1px solid #e2e8f0;box-sizing:border-box}.interview-panel-root .session-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.interview-panel-root .session-modal-title-row{display:flex;align-items:center;gap:8px}.interview-panel-root .session-modal-title-row i{color:#2563eb;font-size:20px}.interview-panel-root .session-modal-title-row h3{font-family:var(--font-display),var(--font-primary),sans-serif;font-size:19px;font-weight:700;color:#0f172a;margin:0}.interview-panel-root .session-modal-close-btn{background:none;border:none;font-size:20px;color:#94a3b8;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .15s ease;line-height:1}.interview-panel-root .session-modal-close-btn:hover{color:#475569}.interview-panel-root .session-modal-desc{font-size:13.5px;color:#64748b;line-height:1.45;margin:0 0 20px;font-weight:450;text-align:left}.interview-panel-root .session-modal-options{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.interview-panel-root .session-modal-option-card{display:flex;align-items:center;justify-content:space-between;background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;padding:14px 16px;gap:16px}.interview-panel-root .session-modal-option-left{display:flex;align-items:center;gap:14px;flex:1}.interview-panel-root .session-modal-option-icon{width:38px;height:38px;border-radius:50%;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.interview-panel-root .session-modal-option-text{display:flex;flex-direction:column;gap:2px;text-align:left}.interview-panel-root .session-modal-option-title{font-size:14.5px;font-weight:600;color:#0f172a}.interview-panel-root .session-modal-option-sub{font-size:12px;color:#64748b;line-height:1.3}.interview-panel-root .session-modal-divider{height:1px;background-color:#f1f5f9;width:100%;margin:0 0 16px}.interview-panel-root .session-modal-consent-row{display:flex;align-items:flex-start;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none;text-align:left;margin-bottom:24px}.interview-panel-root .session-modal-consent-native{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.interview-panel-root .session-modal-consent-checkbox{width:18px;height:18px;border-radius:50%;border:1.5px solid #cbd5e1;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;transition:all .15s ease;background:#fff;box-sizing:border-box}.interview-panel-root .session-modal-consent-row:hover .session-modal-consent-checkbox{border-color:#94a3b8}.interview-panel-root .session-modal-consent-row.checked .session-modal-consent-checkbox{border-color:#2563eb;background:#2563eb}.interview-panel-root .session-modal-consent-checkbox:after{content:"";width:4px;height:8px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg) translate(-.5px,-.5px);display:block;opacity:0;box-sizing:border-box}.interview-panel-root .session-modal-consent-row.checked .session-modal-consent-checkbox:after{opacity:1}.interview-panel-root .session-modal-consent-text{font-size:12.5px;line-height:1.45;color:#64748b;font-weight:450}.interview-panel-root .session-modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.interview-panel-root .session-modal-btn-cancel{padding:0 24px;height:44px;border-radius:12px;border:1.5px solid #cbd5e1;background:#fff;color:#475569;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease}.interview-panel-root .session-modal-btn-cancel:hover{background:#f8fafc;color:#0f172a;border-color:#94a3b8}.interview-panel-root .session-modal-btn-start{display:flex;align-items:center;justify-content:center;gap:8px;padding:0 28px;height:44px;border-radius:12px;border:none;background:#2563eb;color:#fff;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #2563eb33;transition:all .2s ease}.interview-panel-root .session-modal-btn-start:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 16px #2563eb4d}.interview-panel-root .session-modal-btn-start:disabled{background:#93c5fd;color:#fff;cursor:not-allowed;box-shadow:none;opacity:.8}@keyframes fadeInModal{0%{opacity:0}to{opacity:1}}.notetaker-translation-header{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;background:#f8fafc;border:1px solid #e2e8f0;margin-bottom:16px;font-size:11px;font-weight:800;letter-spacing:.05em;color:#475569;width:100%;border-radius:8px}.translation-header-col{flex:1;text-align:left;padding:0 10px}.translation-header-col:last-child{border-left:1px dashed #cbd5e1}.notetaker-translation-row{display:flex;gap:16px;width:100%;margin-bottom:16px}.notetaker-translation-card{flex:1;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:8px;box-shadow:0 4px 12px #00000005}.notetaker-translation-card.translation{background:#fff;border:1.5px solid rgba(0,203,214,.25);box-shadow:0 4px 12px #00cbd60a}.translation-card-header{display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:750}.translation-card-header .card-num{color:#64748b}.translation-card-header .card-speaker{color:#a78bfa}.translation-card-header .card-lang{color:#00cbd6;display:flex;align-items:center;gap:4px}.translation-card-text{font-size:13.5px;line-height:1.5;color:#0c101a;white-space:pre-wrap;word-break:break-word}.notetaker-action-toolbar{display:flex;align-items:center;gap:8px;margin-left:auto;margin-right:16px}.notetaker-toolbar-btn{background:#f8fafc;border:1px solid #e2e8f0;color:#475569;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease;box-sizing:border-box}.notetaker-toolbar-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#0f172a}.notetaker-toolbar-btn i{font-size:12px}.notetaker-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#09090ed1;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:11000;animation:fadeInModal .2s ease-out}.notetaker-modal-card{width:100%;max-width:440px;background:#12121c;border-radius:20px;border:1px solid rgba(255,255,255,.08);padding:24px 28px;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000080;box-sizing:border-box}.notetaker-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.notetaker-modal-header h3{font-family:var(--font-display),sans-serif;font-size:18px;font-weight:700;color:#fff;margin:0}.notetaker-modal-close-btn{background:none;border:none;font-size:24px;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .15s ease;line-height:1}.notetaker-modal-close-btn:hover{color:#cbd5e1}.notetaker-modal-desc{font-size:13px;color:#94a3b8;margin:0 0 20px}.notetaker-modal-section{margin-bottom:20px}.notetaker-modal-section-title{font-size:11px;font-weight:800;color:#64748b;letter-spacing:.05em;margin:0 0 10px}.notetaker-modal-options{display:flex;flex-direction:column;gap:10px}.notetaker-modal-option-row{display:flex;align-items:center;gap:12px;background:#1a1a2e;border:1px solid rgba(255,255,255,.04);border-radius:12px;padding:12px 16px;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none;box-sizing:border-box}.notetaker-modal-option-row:hover{background:#ffffff08;border-color:#ffffff14}.notetaker-modal-option-row.checked{background:#00f0ff08;border-color:#00f0ff40}.notetaker-modal-option-checkbox{width:18px;height:18px;border-radius:50%;border:1.5px solid #475569;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease;box-sizing:border-box}.notetaker-modal-option-row.checked .notetaker-modal-option-checkbox{border-color:#00f0ff;background:#00f0ff}.notetaker-modal-option-checkbox:after{content:"";width:6px;height:6px;border-radius:50%;background:#12121c;display:block;opacity:0;box-sizing:border-box}.notetaker-modal-option-row.checked .notetaker-modal-option-checkbox:after{opacity:1}.notetaker-modal-option-text{font-size:13.5px;color:#cbd5e1;font-weight:500;transition:color .2s ease}.notetaker-modal-option-row.checked .notetaker-modal-option-text{color:#fff}.notetaker-modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:8px}.notetaker-modal-btn-cancel{padding:0 20px;height:40px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:transparent;color:#94a3b8;font-size:13.5px;font-weight:600;cursor:pointer;transition:all .15s ease;box-sizing:border-box}.notetaker-modal-btn-cancel:hover{background:#ffffff0a;color:#fff}.notetaker-modal-btn-download{display:flex;align-items:center;justify-content:center;gap:8px;padding:0 24px;height:40px;border-radius:10px;border:none;background:#00cbd6;color:#0c101a;font-size:13.5px;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #00cbd640;transition:all .2s ease;box-sizing:border-box}.notetaker-modal-btn-download:hover{background:#00f0ff;box-shadow:0 6px 16px #00f0ff66;transform:translateY(-1px)}.notetaker-msg-bubble.user.highlighted-question .msg-text{background:#f0fdf4!important;color:#166534!important;border:1.5px solid #10b981!important;box-shadow:0 2px 8px #10b98114!important}.notetaker-translation-row.highlighted-question .notetaker-translation-card.original,.notetaker-translation-row.highlighted-question .notetaker-translation-card.translation{border:1.5px solid #10b981!important;background:#f0fdf4!important;box-shadow:0 2px 8px #10b98114!important}body.dark-theme{background:#090e17!important}body.dark-theme .landing-page-root{background:#090e17!important;color:#fff!important}body.dark-theme .landing-page-card,body.dark-theme .landing-page-section,body.dark-theme .feature-card,body.dark-theme .faq-item{background:#0c121e!important;border-color:#1e293b!important;color:#fff!important}body.dark-theme .hero-subtitle,body.dark-theme .section-subtitle,body.dark-theme .feature-desc,body.dark-theme .faq-subtitle{color:#94a3b8!important}body.dark-theme .faq-title,body.dark-theme .faq-trigger{color:#fff!important}body.dark-theme .faq-inner{color:#cbd5e1!important}body.dark-theme .faq-trigger i{color:#94a3b8!important}body.dark-theme .landing-page-root h1,body.dark-theme .landing-page-root h2,body.dark-theme .landing-page-root h3,body.dark-theme .landing-page-root h4,body.dark-theme .landing-page-root .slide-title,body.dark-theme .landing-page-root .footer-title,body.dark-theme .landing-page-root .role-card-title,body.dark-theme .landing-page-root .career-col-title{color:#fff!important}body.dark-theme .landing-page-root p,body.dark-theme .landing-page-root .slide-subtitle,body.dark-theme .landing-page-root .footer-desc,body.dark-theme .landing-page-root .role-card-subtitle{color:#94a3b8!important}body.dark-theme .notetaker-root{background:#090e17!important;color:#fff!important}body.dark-theme .setup-navbar{background:#0c121e!important;border-bottom:1px solid #1e293b!important;box-shadow:0 4px 20px #0003!important}body.dark-theme .setup-navbar-title{color:#fff!important}body.dark-theme .setup-tab-item{color:#94a3b8!important;background:transparent!important}body.dark-theme .setup-tab-item:hover{color:#fff!important;background:#ffffff14!important}body.dark-theme .setup-tab-item.active{color:#10b981!important;background:#10b98126!important}body.dark-theme .setup-navbar-right .setup-lang-picker{color:#94a3b8!important;border-color:#1e293b!important;background:#ffffff08!important}body.dark-theme .setup-action-btn{background:#ffffff0d!important;border-color:#1e293b!important;color:#fff!important}body.dark-theme .setup-action-btn.active{background:#10b981!important;border-color:#10b981!important;color:#fff!important}body.dark-theme .setup-logout-btn{color:#fff!important;border-color:#1e293b!important}body.dark-theme .setup-logout-btn:hover{background:#ef44441a!important}body.dark-theme .notetaker-card{background:#0c121e!important;border:1px solid #1e293b!important;box-shadow:0 10px 30px #0000004d!important}body.dark-theme .notetaker-card-header{border-bottom:1px solid #1e293b!important}body.dark-theme .notetaker-card-title{color:#fff!important}body.dark-theme .notetaker-card-subtitle{color:#94a3b8!important}body.dark-theme .notetaker-label{color:#cbd5e1!important}body.dark-theme .notetaker-input,body.dark-theme .notetaker-select{background:#090e17!important;border:1px solid #1e293b!important;color:#fff!important}body.dark-theme .notetaker-input:focus,body.dark-theme .notetaker-select:focus{border-color:#10b981!important;outline:none}body.dark-theme .notetaker-input::placeholder{color:#64748b!important}body.dark-theme .notetaker-timer-circle{border-color:#1e293b!important;background:#090e17!important}body.dark-theme .notetaker-timer-val{color:#fff!important}body.dark-theme .notetaker-header-tabs{background:#090e17!important;border:1px solid #1e293b!important}body.dark-theme .notetaker-header-tab-btn{color:#94a3b8!important}body.dark-theme .notetaker-header-tab-btn.active{background:#1e293b!important;color:#10b981!important;border-bottom-color:#10b981!important;box-shadow:none!important}body.dark-theme .notetaker-header-tab-btn:hover,body.dark-theme .notetaker-ready-title{color:#fff!important}body.dark-theme .notetaker-ready-subtitle{color:#94a3b8!important}body.dark-theme .notetaker-ready-icon-box{background:#10b9811a!important;color:#10b981!important}body.dark-theme .notetaker-chat-input-area{border-top:1px solid #1e293b!important}body.dark-theme .notetaker-chat-input{background:#090e17!important;border:1px solid #1e293b!important;color:#fff!important}body.dark-theme .notetaker-chat-input::placeholder{color:#64748b!important}body.dark-theme .notetaker-chat-help{color:#64748b!important}body.dark-theme .notetaker-msg-bubble.user .msg-text{background:#1e293b!important;color:#fff!important;border:1px solid #334155!important}body.dark-theme .notetaker-msg-bubble.ai .msg-text{background:#0b0f19!important;color:#fff!important;border:1px solid #1e293b!important}body.dark-theme .notetaker-translation-card{background:#090e17!important;border:1px solid #1e293b!important;color:#fff!important}body.dark-theme .translation-card-text{color:#fff!important}body.dark-theme .translation-card-header{border-bottom:1px solid #1e293b!important;background:#ffffff05!important}body.dark-theme .card-speaker{color:#94a3b8!important}body.dark-theme .notetaker-msg-bubble.user.highlighted-question .msg-text{background:#10b98126!important;color:#4ade80!important;border:1.5px solid #10b981!important}body.dark-theme .notetaker-translation-row.highlighted-question .notetaker-translation-card.original,body.dark-theme .notetaker-translation-row.highlighted-question .notetaker-translation-card.translation{background:#10b9811a!important;border:1.5px solid #10b981!important}body.dark-theme .notetaker-past-item{background:#0c121e!important;border:1px solid #1e293b!important}body.dark-theme .notetaker-past-item:hover{background:#1e293b!important}body.dark-theme .past-title{color:#fff!important}body.dark-theme .past-date{color:#64748b!important}body.dark-theme .past-duration{color:#94a3b8!important}body.dark-theme .notetaker-toolbar-btn{background:#ffffff08!important;border:1px solid #1e293b!important;color:#cbd5e1!important}body.dark-theme .notetaker-toolbar-btn:hover{background:#ffffff14!important;color:#fff!important}body.dark-theme .notetaker-footer-strip{border-top:1px solid #1e293b!important;color:#64748b!important}body.dark-theme .notetaker-footer-strip a{color:#64748b!important}body.dark-theme .notetaker-footer-strip a:hover{color:#10b981!important}body.dark-theme .notetaker-pill-tabs{background:#090e17!important;border:1px solid #1e293b!important}body.dark-theme .notetaker-pill-btn{color:#94a3b8!important}body.dark-theme .notetaker-pill-btn.active{background:#0c121e!important;color:#fff!important;box-shadow:0 2px 8px #0000004d!important}body.dark-theme .interview-panel-root{background:#090e17!important;color:#fff!important}body.dark-theme .interview-panel-card,body.dark-theme .session-panel-column,body.dark-theme .dashboard-card,body.dark-theme .metric-card{background:#0c121e!important;border-color:#1e293b!important}body.dark-theme .metric-value,body.dark-theme .panel-title,body.dark-theme .card-title{color:#fff!important}body.dark-theme .metric-label,body.dark-theme .panel-subtitle,body.dark-theme .card-desc{color:#94a3b8!important}body.dark-theme .interview-panel-root .chat-bubble-container--interviewer .chat-bubble-body,body.dark-theme .interview-panel-root .chat-bubble-container--candidate .chat-bubble-body{background:#1e293b!important;color:#f1f5f9!important;border:none!important}body.dark-theme .interview-panel-root .chat-bubble-container--interviewer.chat-bubble-container--question .chat-bubble-body{background:#f97316!important;color:#fff!important;border:none!important}body.dark-theme .interview-panel-root .chat-bubble-container--question.chat-bubble--question-present .chat-bubble-body{background:#22c55e!important;color:#fff!important}body.dark-theme .interview-panel-root .chat-bubble-container--question.chat-bubble--question-past .chat-bubble-body{background:#ef4444!important;color:#fff!important}body.dark-theme .question-badge-pill{display:none!important}body.dark-theme .interview-panel-root .history-question-item{color:#f87171!important;background:#ef44441a!important;border-color:#ef444440!important}body.dark-theme .interview-panel-root .history-question-item:hover{background:#ef444433!important;color:#fca5a5!important}body.dark-theme .interview-panel-root .history-question-item.active{background:#10b98126!important;color:#34d399!important;border-color:#10b98166!important}body.dark-theme .interview-panel-root .history-question-item.active:hover{background:#10b98140!important}body.dark-theme .landing-page-root .slide{background:#090e17!important}body.dark-theme #slide1{background:radial-gradient(circle at 10% 20%,#0d1627,#090e17 90%)!important}body.dark-theme .app-header{background:#0c121ed9!important;border-bottom:1px solid #1e293b!important}body.dark-theme .app-header .logo-text{color:#fff!important}body.dark-theme .app-header .setup-tab-item{color:#94a3b8!important;background:transparent!important}body.dark-theme .app-header .setup-tab-item.active{color:#10b981!important;background:#10b98126!important}body.dark-theme .app-header .setup-tab-item:hover{color:#fff!important;background:#ffffff14!important}body.dark-theme .nav-actions .btn-login{color:#fff!important;border-color:#1e293b!important}body.dark-theme .nav-actions .btn-login:hover{background:#ffffff0d!important}body.dark-theme .hero-title{color:#fff!important}body.dark-theme .hero-desc{color:#cbd5e1!important}body.dark-theme .rating-text{color:#94a3b8!important}body.dark-theme .features-list-row{color:#cbd5e1!important}body.dark-theme .badge-coach{background:#ffffff0d!important;border-color:#1e293b!important;color:#fff!important}body.dark-theme .floating-badge{background:#0c121e!important;border-color:#1e293b!important;color:#fff!important}body.dark-theme .badge-listening{background:#06b6d41a!important;color:#06b6d4!important}body.dark-theme .score-dots span{background:#334155!important}body.dark-theme .score-dots span.fill{background:#10b981!important}body.dark-theme .hero-img-card{background-color:#0c121e!important;border-color:#1e293b!important}body.dark-theme .slider-dots .dot{background:#334155!important}body.dark-theme .slider-dots .dot.active{background:#10b981!important}body.dark-theme .app-footer{background:#0c121e!important;border-top:1px solid #1e293b!important;color:#64748b!important}body.dark-theme .app-footer a{color:#64748b!important}body.dark-theme .app-footer a:hover{color:#10b981!important}body.dark-theme .session-subheader-row{background:#0c121e!important;border-bottom:1px solid #1e293b!important}body.dark-theme .session-subheader-row .live-session-badge{background:#1e293b!important;color:#ea580c!important}body.dark-theme .session-subheader-row .session-tech-text{color:#fff!important}body.dark-theme .session-subheader-row .toolbar-btn{color:#94a3b8!important;background:#090e17!important;border:1px solid #1e293b!important}body.dark-theme .session-subheader-row .toolbar-btn:hover{color:#fff!important;background:#1e293b!important}body.dark-theme .session-subheader-row .session-timer-badge{color:#fff!important;background:#090e17!important;border:1px solid #1e293b!important}body.dark-theme .session-subheader-row .status-pill-btn.start-recording{background:#10b981!important;color:#fff!important}body.dark-theme .session-subheader-row .mic-pill-btn.off{background:#1e293b!important;color:#94a3b8!important;border:1px solid #334155!important}body.dark-theme .session-subheader-row .mic-pill-btn.on{background:#ef4444!important;color:#fff!important;border:1px solid #ef4444!important}body.dark-theme .session-subheader-row .settings-gear-btn{background:#090e17!important;color:#94a3b8!important;border:1px solid #1e293b!important}body.dark-theme .session-subheader-row .settings-dropdown{background:#0c121e!important;border:1px solid #1e293b!important;color:#fff!important}body.dark-theme .session-main-grid{background:#090e17!important}body.dark-theme .card-question-history{background:#0c121e!important;border:1px solid #1e293b!important;box-shadow:0 4px 10px #0000004d!important}body.dark-theme .history-tabs-header{background:#0c121e!important;border-bottom:1px solid #1e293b!important}body.dark-theme .history-tab-btn{color:#94a3b8!important}body.dark-theme .history-tab-btn.active{color:#10b981!important;border-bottom:2px solid #10b981!important}body.dark-theme .live-chat-scroll{background:#0c121e!important}body.dark-theme .live-chat-placeholder{color:#64748b!important}body.dark-theme .setup-card{background:#0c121e!important;color:#fff!important;border-color:#1e293b!important}body.dark-theme .setup-title{color:#fff!important}body.dark-theme .setup-subtitle{color:#94a3b8!important}body.dark-theme .setup-label{color:#cbd5e1!important}body.dark-theme .setup-input{background:#090e17!important;color:#fff!important;border-color:#1e293b!important}body.dark-theme .answer-title-text,body.dark-theme .answer-text-body{color:#fff!important}body.dark-theme .answer-text-body.code-mode{background:#090e17!important;color:#fff!important;border:1px solid #1e293b!important}body.dark-theme .answer-footer-row{border-top:1px solid #1e293b!important}body.dark-theme .interview-panel-root .setup-overlay{background:radial-gradient(circle at top left,#0d1627,#090e17,#110e21)!important}body.dark-theme .interview-panel-root .setup-subheader-row{background:#0c121e!important;border-bottom:1px solid #1e293b!important}body.dark-theme .interview-panel-root .crumb-home{background:#2563eb26!important;color:#60a5fa!important}body.dark-theme .interview-panel-root .crumb-home:hover{background:#2563eb40!important}body.dark-theme .interview-panel-root .crumb-copilot{background:#10b98126!important;color:#34d399!important}body.dark-theme .interview-panel-root .crumb-separator{color:#475569!important}body.dark-theme .interview-panel-root .setup-warning-pill{background:#d9770626!important;border:1px solid rgba(217,119,6,.3)!important;color:#fbbf24!important}body.dark-theme .interview-panel-root .setup-candidate-card{background:#0c121e!important;border:1px solid #1e293b!important;box-shadow:0 4px 12px #0000004d!important}body.dark-theme .interview-panel-root .setup-candidate-card:hover{box-shadow:0 8px 20px #0006!important}body.dark-theme .interview-panel-root .candidate-avatar{border:1.5px solid #1e293b!important}body.dark-theme .interview-panel-root .candidate-badge{border:1.5px solid #0c121e!important;box-shadow:0 2px 5px #0000004d!important}body.dark-theme .interview-panel-root .badge-blue{background:#2563eb33!important;color:#60a5fa!important}body.dark-theme .interview-panel-root .badge-green{background:#10b98133!important;color:#34d399!important}body.dark-theme .interview-panel-root .badge-orange{background:#f9731633!important;color:#ff9d5c!important}body.dark-theme .interview-panel-root .badge-pink{background:#ec489933!important;color:#f472b6!important}body.dark-theme .interview-panel-root .badge-cyan{background:#06b6d433!important;color:#22d3ee!important}body.dark-theme .interview-panel-root .badge-indigo{background:#6366f133!important;color:#818cf8!important}body.dark-theme .interview-panel-root .candidate-icon-left,body.dark-theme .interview-panel-root .candidate-icon-right{border:1.5px solid #0c121e!important;box-shadow:0 2px 5px #0000004d!important}body.dark-theme .interview-panel-root .candidate-role-name{color:#fff!important}body.dark-theme .interview-panel-root .candidate-desc{color:#94a3b8!important}body.dark-theme .interview-panel-root .suggest-list{background:#0c121e!important;border:1px solid #1e293b!important;box-shadow:0 8px 24px #0006!important}body.dark-theme .interview-panel-root .suggest-item{color:#e2e8f0!important}body.dark-theme .interview-panel-root .suggest-item:hover{background:#ffffff0d!important}body.dark-theme .interview-panel-root .suggest-item span:last-child{color:#64748b!important}body.dark-theme .interview-panel-root .setup-footer-strip{border-top:1px solid #1e293b!important;color:#64748b!important}body.dark-theme .interview-panel-root .setup-footer-strip a{color:#64748b!important}body.dark-theme .interview-panel-root .setup-footer-strip a:hover{color:#10b981!important}body.dark-theme .interview-panel-root .setup-ready-card{background:#0c121e!important;border:1px solid #1e293b!important;box-shadow:0 15px 35px #0000004d!important;color:#fff!important}body.dark-theme .interview-panel-root .setup-ready-back-btn{border:1px solid #1e293b!important;background:#090e17!important;color:#94a3b8!important;box-shadow:0 2px 5px #0003!important}body.dark-theme .interview-panel-root .setup-ready-back-btn:hover{background:#ffffff0d!important;color:#fff!important;border-color:#334155!important}body.dark-theme .interview-panel-root .setup-ready-icon{background:#2563eb26!important;color:#3b82f6!important;box-shadow:0 4px 14px #2563eb40!important}body.dark-theme .interview-panel-root .setup-ready-title{color:#fff!important}body.dark-theme .interview-panel-root .setup-ready-subtitle{color:#60a5fa!important;background:#2563eb26!important}body.dark-theme .interview-panel-root .setup-ready-desc{color:#94a3b8!important}body.dark-theme .interview-panel-root .setup-ready-btn{background:#2563eb!important;box-shadow:0 4px 14px #2563eb66!important}body.dark-theme .interview-panel-root .setup-ready-btn:hover{background:#1d4ed8!important;box-shadow:0 6px 18px #2563eb80!important}body.dark-theme .interview-panel-root .session-modal-overlay{background-color:#000000b3!important}body.dark-theme .interview-panel-root .session-modal-card{background:#0c121e!important;border:1px solid #1e293b!important;box-shadow:0 25px 50px -12px #00000080!important}body.dark-theme .interview-panel-root .session-modal-title-row i{color:#3b82f6!important}body.dark-theme .interview-panel-root .session-modal-title-row h3{color:#fff!important}body.dark-theme .interview-panel-root .session-modal-close-btn{color:#64748b!important}body.dark-theme .interview-panel-root .session-modal-close-btn:hover{color:#fff!important}body.dark-theme .interview-panel-root .session-modal-desc{color:#94a3b8!important}body.dark-theme .interview-panel-root .session-modal-option-card{background:#090e17!important;border:1px solid #1e293b!important}body.dark-theme .interview-panel-root .session-modal-option-icon{background:#2563eb26!important;color:#3b82f6!important}body.dark-theme .interview-panel-root .session-modal-option-title{color:#fff!important}body.dark-theme .interview-panel-root .session-modal-option-sub{color:#94a3b8!important}body.dark-theme .interview-panel-root .session-modal-divider{background-color:#1e293b!important}body.dark-theme .interview-panel-root .session-modal-consent-checkbox{border:1.5px solid #475569!important;background:#090e17!important}body.dark-theme .interview-panel-root .session-modal-consent-row:hover .session-modal-consent-checkbox{border-color:#94a3b8!important}body.dark-theme .interview-panel-root .session-modal-consent-row.checked .session-modal-consent-checkbox{border-color:#2563eb!important;background:#2563eb!important}body.dark-theme .interview-panel-root .session-modal-consent-text{color:#cbd5e1!important}body.dark-theme .interview-panel-root .session-modal-btn-cancel{border:1.5px solid #1e293b!important;background:#090e17!important;color:#cbd5e1!important}body.dark-theme .interview-panel-root .session-modal-btn-cancel:hover{background:#ffffff0d!important;color:#fff!important;border-color:#334155!important}body.dark-theme .interview-panel-root .session-modal-btn-start{background:#2563eb!important;box-shadow:0 4px 12px #2563eb33!important}body.dark-theme .interview-panel-root .session-modal-btn-start:hover:not(:disabled){background:#1d4ed8!important;box-shadow:0 6px 16px #2563eb4d!important}body.dark-theme .interview-panel-root .session-modal-btn-start:disabled{background:#2563eb66!important;color:#ffffff80!important;opacity:.6!important}body.dark-theme .interview-panel-root .settings-slider{background-color:#334155!important}body.dark-theme .interview-panel-root .settings-toggle input:checked+.settings-slider{background-color:#2563eb!important}body.dark-theme .interview-panel-root .badge-fastest{background:#2563eb26!important;color:#60a5fa!important}body.dark-theme .interview-panel-root .badge-alternative{background:#10b98126!important;color:#34d399!important}body.dark-theme .teleprompter-window-root{background:#090e17!important;color:#fff!important;border-color:#1e293b!important;box-shadow:0 10px 30px #0006!important}body.dark-theme .teleprompter-window-root .header{background:#0c121e!important;border-bottom:1px solid #1e293b!important}body.dark-theme .teleprompter-window-root .header-title{color:#a78bfa!important}body.dark-theme .teleprompter-window-root .win-btn{color:#94a3b8!important}body.dark-theme .teleprompter-window-root .win-btn:hover{background:#ffffff14!important;color:#fff!important}body.dark-theme .teleprompter-window-root .output-panel{background:#0c121e!important;border:1px solid #1e293b!important;color:#fff!important}body.dark-theme .teleprompter-window-root .output-panel::-webkit-scrollbar-thumb{background:#ffffff1a!important}body.dark-theme .teleprompter-window-root .output-question{color:#fff!important;border-left-color:#a78bfa!important}body.dark-theme .teleprompter-window-root .output-answer{color:#fff!important}body.dark-theme .teleprompter-window-root .output-placeholder{color:#64748b!important}body.dark-theme .teleprompter-window-root .btn-clear{background:#0c121e!important;border:1.5px solid #1e293b!important;color:#cbd5e1!important}body.dark-theme .teleprompter-window-root .btn-clear:hover{background:#ffffff0d!important;border-color:#334155!important;color:#fff!important}body.dark-theme .teleprompter-window-root .footer{border-top:1px solid #1e293b!important;background:#0c121e!important}body.dark-theme .teleprompter-window-root .input-box{background:#090e17!important;border:1.5px solid #1e293b!important;color:#fff!important}body.dark-theme .teleprompter-window-root .input-box:focus{border-color:#a78bfa!important;box-shadow:0 0 0 2px #a78bfa26!important}body.dark-theme .teleprompter-window-root .input-box::placeholder{color:#64748b!important}body.dark-theme .teleprompter-window-root .ai-loader{color:#94a3b8!important}.active-question-display{background:#3b82f60d;border-left:3px solid #3b82f6;padding:8px 12px;margin:8px 0;border-radius:4px}body.dark-theme .active-question-display{background:#3b82f61a;border-left-color:#3b82f6}.glow-green-left .active-question-display{background:#10b9810d;border-left-color:#10b981}body.dark-theme .glow-green-left .active-question-display{background:#10b9811a;border-left-color:#10b981}.active-question-label{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:2px}body.dark-theme .active-question-label{color:#94a3b8}.active-question-text-val{font-size:13px;font-weight:500;color:#0f172a;margin:0;line-height:1.4}body.dark-theme .active-question-text-val{color:#e2e8f0}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #f97316b3}70%{transform:scale(1);box-shadow:0 0 0 10px #f9731600}to{transform:scale(.95);box-shadow:0 0 #f9731600}}.interview-panel-root .chat-meta-plain{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;margin-bottom:0;flex-shrink:0;line-height:1}.interview-panel-root .chat-speaker-label-plain{color:#000;font-weight:800}.interview-panel-root .chat-meta-time-plain{color:#0000008c;font-weight:400}body.dark-theme .chat-speaker-label-plain{color:#fff!important}body.dark-theme .chat-meta-time-plain{color:#ffffff8c!important}.interview-panel-root .question-badge-pill-plain{background-color:#10b9811a;color:#10b981;padding:2px 6px;border-radius:4px;font-size:9px;font-weight:700;letter-spacing:.02em;display:inline-flex;align-items:center;gap:3px}.interview-panel-root .session-subheader-row .new-session-badge-btn{color:#fff;background:#2563eb;border:none;font-size:11px;font-weight:800;padding:4.5px 12px;border-radius:999px;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;cursor:pointer;transition:background .2s ease,transform .1s ease;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center}.interview-panel-root .session-subheader-row .new-session-badge-btn:hover{background:#1d4ed8}.interview-panel-root .session-subheader-row .new-session-badge-btn:active{transform:scale(.96)}body.dark-theme .session-subheader-row .new-session-badge-btn{background:#3b82f6}body.dark-theme .session-subheader-row .new-session-badge-btn:hover{background:#2563eb}.auth-panel-container{width:100%;display:flex;flex-direction:column;color:#f8fafc}.auth-title{font-family:var(--font-display, "Outfit", sans-serif);font-size:24px;font-weight:800;margin-bottom:8px;color:#fff;text-align:center}.auth-subtitle{color:#94a3b8;font-size:13.5px;margin-bottom:24px;text-align:center;line-height:1.4}.auth-message{padding:10px 12px;border-radius:8px;font-size:13px;font-weight:600;margin-bottom:20px;display:flex;align-items:center;gap:10px}.error-message{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.25)}.success-message{background:#10b98126;color:#34d399;border:1px solid rgba(16,185,129,.25)}.auth-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px;text-align:left}.form-group label{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.03em}.auth-input{width:100%;height:42px;border-radius:8px;border:1px solid rgba(148,163,184,.2);background:#12273c;color:#d9e7fc;padding:0 12px;outline:none;font-size:14px;transition:border-color .15s,box-shadow .15s}.auth-input:focus{border-color:#ff9f4a;box-shadow:0 0 0 2px #ff9f4a26}.forgot-link-container{display:flex;justify-content:flex-end;margin-top:-8px}.link-btn{background:transparent;border:none;color:#ff9f4a;font-size:12.5px;font-weight:600;cursor:pointer;padding:0;transition:color .15s}.link-btn:hover{color:#fd8b00;text-decoration:underline}.auth-submit-btn{width:100%;height:44px;border-radius:8px;border:none;color:#180800;font-weight:800;font-size:15px;cursor:pointer;margin-top:10px;transition:filter .15s,transform .1s}.auth-submit-btn:hover:not(:disabled){filter:brightness(1.05)}.auth-submit-btn:active:not(:disabled){transform:scale(.98)}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.auth-divider{display:flex;align-items:center;text-align:center;color:#64748b;font-size:12px;margin:18px 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid rgba(148,163,184,.15)}.auth-divider span{padding:0 10px}.auth-google-btn{width:100%;height:44px;border-radius:8px;border:1px solid rgba(148,163,184,.25);background:#ffffff0a;color:#f8fafc;font-weight:700;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:background .15s,border-color .15s}.auth-google-btn:hover:not(:disabled){background:#ffffff14;border-color:#ffffff59}.auth-google-btn:disabled{opacity:.6;cursor:not-allowed}.auth-footer{margin-top:24px;text-align:center;color:#94a3b8;font-size:13.5px}.auth-footer p{margin:0}.auth-footer .link-btn{font-size:13.5px}.user-profile-badge{display:flex;align-items:center;gap:8px;background:#ffffff0f;padding:4px 12px;border-radius:20px;border:1px solid rgba(255,255,255,.08);color:#f8fafc;font-size:12.5px;font-weight:600}.user-avatar{width:24px;height:24px;border-radius:50%;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;overflow:hidden}.user-avatar img{width:100%;height:100%;object-fit:cover}
