:root{--bg-dark: #0a0f1e;--bg-darker: #020617;--primary: #3b82f6;--primary-glow: #2563eb;--accent: #3b82f6;--text-primary: #f8fafc;--text-secondary: #94a3b8;--text-muted: #64748b;--glass-bg: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .08);--glass-highlight: rgba(255, 255, 255, .15);--glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, .37);--backdrop-blur: 12px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--nav-height: 70px;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;color-scheme:dark}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;color:var(--text-primary);background:radial-gradient(circle at top left,rgba(59,130,246,.1),transparent 50%),radial-gradient(circle at bottom right,rgba(59,130,246,.08),transparent 50%),linear-gradient(to bottom,var(--bg-dark),var(--bg-darker));background-attachment:fixed;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glass-panel{background:var(--glass-bg);backdrop-filter:blur(var(--backdrop-blur));-webkit-backdrop-filter:blur(var(--backdrop-blur));border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:var(--radius-md)}.glass-card{background:linear-gradient(135deg,#ffffff0d,#ffffff03);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:var(--radius-lg);position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.glass-card:before{content:"";position:absolute;top:0;left:inset;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--glass-highlight),transparent);opacity:.5}.glass-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0006;border-color:var(--glass-highlight)}.glass-button{background:#3b82f633;border:1px solid rgba(59,130,246,.3);color:var(--text-primary);padding:.75rem 1.5rem;border-radius:var(--radius-sm);font-weight:600;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.glass-button:hover{background:#3b82f666;box-shadow:0 0 15px #3b82f64d;transform:translateY(-2px)}.glass-primary-text{background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.neon-text{color:var(--primary-glow);text-shadow:0 0 10px rgba(139,92,246,.5)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}a{text-decoration:none;color:var(--primary);transition:color .2s}a:hover{color:var(--primary-glow)}input,textarea,select{font-family:inherit;background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-primary);padding:.75rem 1rem;border-radius:var(--radius-sm);outline:none;transition:all .3s ease}input:focus,textarea:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 2px #3b82f633;background:#ffffff0d}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--glass-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.app-layout{display:flex;min-height:100vh;background:#0a0f1e}.sidebar-layout{width:240px;background:#0f172acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid rgba(255,255,255,.05);color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;overflow-y:auto;overflow-x:hidden;z-index:1000;transition:width .3s cubic-bezier(.4,0,.2,1);box-shadow:2px 0 10px #0000001a}.sidebar-layout.collapsed{width:70px}.sidebar-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;border-bottom:1px solid rgba(255,255,255,.1);padding:1.5rem 1rem;min-height:80px}.sidebar-layout.collapsed .sidebar-header{flex-direction:column;align-items:center;gap:.75rem;padding:1rem .5rem}.sidebar-layout.collapsed .sidebar-brand{display:none}.logo-icon-collapsed{font-size:1.5rem;color:#3b82f6;font-weight:700;flex-shrink:0;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.sidebar-brand{flex:1;min-width:0}.sidebar-toggle{background:#3b82f626;border:1px solid rgba(59,130,246,.4);color:#3b82f6;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0;position:relative;overflow:hidden}.sidebar-toggle:before{content:"";position:absolute;inset:0;background:radial-gradient(circle,rgba(59,130,246,.3) 0%,transparent 70%);opacity:0;transition:opacity .3s}.sidebar-toggle:hover:before{opacity:1}.sidebar-toggle:hover{background:#3b82f640;border-color:#3b82f699;transform:scale(1.08);box-shadow:0 4px 12px #3b82f64d}.sidebar-toggle:active{transform:scale(.95)}.toggle-icon{font-size:1.125rem;font-weight:700;transition:transform .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.brand-name,.brand-tagline,.menu-text,.user-info{opacity:1;transition:opacity .2s ease,width .3s ease;white-space:nowrap}.sidebar-layout.collapsed .brand-name,.sidebar-layout.collapsed .brand-tagline,.sidebar-layout.collapsed .menu-text,.sidebar-layout.collapsed .user-info{display:none}.brand-logo{display:flex;align-items:center;gap:.625rem;margin-bottom:.5rem}.logo-icon{font-size:1.5rem;color:#3b82f6;font-weight:700;flex-shrink:0}.brand-name{font-size:1.25rem;font-weight:700;letter-spacing:-.5px}.brand-tagline{font-size:.75rem;color:#fff9;margin:0;padding-left:2.125rem}.menu-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;color:#ffffffb3;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border-left:3px solid transparent;position:relative;overflow:hidden}.menu-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:#3b82f61a;transition:width .3s cubic-bezier(.4,0,.2,1)}.menu-item:hover{background:#ffffff0d;color:#fff;transform:translate(2px)}.menu-item:hover:before{width:100%}.menu-item.active{background:#3b82f626;color:#3b82f6;border-left-color:#3b82f6;font-weight:600}.menu-item.active:before{width:100%}.sidebar-layout.collapsed .menu-item{justify-content:center;padding:1rem;position:relative}.sidebar-layout.collapsed .menu-item:hover{transform:translate(0) scale(1.05)}.sidebar-layout.collapsed .menu-icon{margin:0;font-size:1.375rem;width:auto}.sidebar-layout.collapsed .menu-item:after{content:attr(data-tooltip);position:absolute;left:100%;top:50%;transform:translateY(-50%);background:#0f172af2;color:#fff;padding:.5rem .75rem;border-radius:6px;font-size:.875rem;white-space:nowrap;opacity:0;pointer-events:none;margin-left:.5rem;transition:opacity .2s ease,margin-left .2s ease;border:1px solid rgba(59,130,246,.3);box-shadow:0 4px 12px #0000004d;z-index:1001}.sidebar-layout.collapsed .menu-item:hover:after{opacity:1;margin-left:.75rem}.sidebar-user{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:.75rem;transition:all .3s ease}.sidebar-layout.collapsed .sidebar-user{justify-content:center;padding:1rem .5rem}.user-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background:#ffffff1a;flex-shrink:0}.user-info{flex:1;min-width:0;overflow:hidden}.main-content-layout{flex:1;margin-left:240px;min-height:100vh;width:calc(100% - 240px);transition:margin-left .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1)}.main-content-layout.sidebar-collapsed{margin-left:70px;width:calc(100% - 70px)}@media(max-width:768px){.sidebar-layout{width:200px}.sidebar-layout.collapsed{width:60px}.main-content-layout{margin-left:200px;width:calc(100% - 200px)}.main-content-layout.sidebar-collapsed{margin-left:60px;width:calc(100% - 60px)}.brand-name{font-size:1.125rem}.menu-text{font-size:.875rem}}@media(max-width:480px){.sidebar-layout{width:60px}.sidebar-layout:not(.collapsed){width:200px}.brand-name,.brand-tagline,.menu-text,.user-info{display:none}.sidebar-layout:not(.collapsed) .brand-name,.sidebar-layout:not(.collapsed) .menu-text{display:block}.sidebar-header{padding:1.5rem 1rem}.menu-item{justify-content:center;padding:1rem}.sidebar-layout:not(.collapsed) .menu-item{justify-content:flex-start;padding:.875rem 1.5rem}.main-content-layout,.main-content-layout.sidebar-collapsed{margin-left:60px;width:calc(100% - 60px)}}.landing{min-height:100vh;background:#0a0f1e;color:#fff}.header{background:#0a0f1ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.05);padding:1rem 0;position:sticky;top:0;z-index:100}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.5rem}.nav{display:flex;align-items:center;gap:2rem}.nav a{color:#fffc;text-decoration:none;font-weight:500;transition:color .3s}.nav a:hover{color:#fff}.btn-mentor-ghost{background:transparent;border:1.5px solid rgba(139,92,246,.6);color:#a78bfa;padding:.5rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-mentor-ghost:hover{background:#8b5cf626;border-color:#8b5cf6;color:#c4b5fd}.btn-primary{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.btn-primary:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.hero{max-width:1200px;margin:0 auto;padding:4rem 2rem}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text h1{font-size:3.5rem;color:#fff;margin-bottom:2rem;line-height:1.2;font-weight:800}.hero-text h1 .highlight{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-text p{font-size:1.2rem;color:#ffffffb3;margin-bottom:2rem;line-height:1.6}.btn-cta{background:#3b82f6;color:#fff;border:none;padding:1rem 2.5rem;border-radius:8px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-cta:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 12px 24px #3b82f666}.hero-image{display:flex;justify-content:center;align-items:center}.ai-head-placeholder{width:450px;height:350px;background:linear-gradient(135deg,#1e293b,#334155);border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 60px #00000080;border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.ai-head-placeholder:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(59,130,246,.1) 0%,transparent 70%)}.ai-head-graphic{font-size:6rem;z-index:1}.features-section{max-width:1200px;margin:4rem auto;padding:4rem 2rem}.features-section h2{text-align:center;font-size:2.5rem;color:#fff;margin-bottom:3rem;font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:#1e293b80;padding:2.5rem;border-radius:16px;text-align:center;box-shadow:0 4px 12px #0000004d;transition:all .3s;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #3b82f64d;border-color:#3b82f680;background:#1e293bb3}.feature-icon{font-size:3rem;margin-bottom:1.5rem;filter:drop-shadow(0 0 10px rgba(59,130,246,.3))}.feature-card h3{color:#fff;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.feature-card p{color:#ffffffb3;line-height:1.6}.overview-section{background:#0f172a80;padding:4rem 2rem;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.overview-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.overview-text h2{font-size:2.5rem;color:#fff;margin-bottom:1rem;font-weight:700}.overview-text h3{font-size:1.5rem;color:#3b82f6;margin-bottom:1rem;font-weight:600}.overview-text p{color:#ffffffb3;line-height:1.8;margin-bottom:1.5rem}.overview-text ul{list-style:none;padding:0}.overview-text ul li{padding:.5rem 0;color:#ffffffe6}.overview-text ul li:before{content:"✓ ";color:#3b82f6;font-weight:700;margin-right:.5rem}.simulator-mockup{background:#1e293b;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #0003}.mockup-header{background:#3b82f6;color:#fff;padding:1rem;font-weight:600}.mockup-body{padding:1.5rem;min-height:300px}.chat-message{background:#334155;padding:1rem;border-radius:8px;color:#fff;margin-bottom:1rem}.code-editor{background:#0f172a;padding:1rem;border-radius:8px;font-family:Courier New,monospace;margin-bottom:1rem}.code-editor code{display:block;color:#3b82f6;line-height:1.8}.feedback-box{background:#334155;padding:1rem;border-radius:8px}.feedback-box .success{color:#10b981;font-weight:600}.question-bank-section{padding:4rem 2rem;background:#0a0f1e}.question-bank-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.question-bank-text h2{font-size:2.5rem;color:#fff;margin-bottom:1rem;font-weight:700}.question-bank-text p{color:#ffffffb3;line-height:1.8;margin-bottom:1.5rem}.question-bank-text ul{list-style:none;padding:0}.question-bank-text ul li{padding:.5rem 0;color:#ffffffe6}.question-bank-text ul li:before{content:"✓ ";color:#3b82f6;font-weight:700;margin-right:.5rem}.table-mockup{background:#1e293b80;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000004d;border:1px solid rgba(255,255,255,.1)}.table-mockup table{width:100%;border-collapse:collapse}.table-mockup th{background:#3b82f633;color:#fff;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(59,130,246,.3)}.table-mockup td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.05);color:#ffffffe6}.table-mockup tr:last-child td{border-bottom:none}.badge{padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.badge.medium{background:#fef3c7;color:#d97706}.badge.hard{background:#fee2e2;color:#dc2626}.social-proof{background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;padding:5rem 2rem;border-top:1px solid rgba(59,130,246,.2)}.social-proof-content{max-width:1200px;margin:0 auto}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:4rem}.stat-item{text-align:center;padding:2rem;background:#3b82f61a;border-radius:16px;border:1px solid rgba(59,130,246,.2)}.stat-item h2{font-size:3.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800}.stat-item p{font-size:1.2rem;opacity:.9;color:#fffc}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial{background:#1e293b80;padding:2rem;border-radius:16px;text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .3s}.testimonial:hover{transform:translateY(-4px);border-color:#3b82f680;box-shadow:0 12px 24px #0000004d}.testimonial-stars{color:#fbbf24;font-size:1.2rem;margin-bottom:1rem}.testimonial-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.testimonial p{font-size:1rem;margin-bottom:1rem;line-height:1.6;color:#ffffffe6}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-author .name{font-weight:600;color:#fff}.testimonial-author .role{font-size:.9rem;color:#fff9}.footer{background:#0a0f1e;color:#fff;padding:4rem 2rem 2rem;border-top:1px solid rgba(255,255,255,.05)}.footer-content{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand .logo{margin-bottom:1rem}.footer-brand p{color:#fff9;line-height:1.6;max-width:300px}.footer-section h3{color:#fff;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#3b82f6}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:#ffffff80;font-size:.9rem}.social-links{display:flex;gap:1rem}.social-links a{color:#ffffffb3;text-decoration:none;transition:color .3s;font-size:1.2rem}.social-links a:hover{color:#3b82f6}@media(max-width:768px){.hero-content,.overview-content,.question-bank-content,.features-grid,.testimonials,.stats{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.hero-text h1{font-size:2rem}.nav{gap:1rem}.nav a{display:none}.ai-head-placeholder{width:100%;max-width:350px;height:300px}}.auth-page{display:flex;min-height:100vh;background:#0a0f1e}.auth-left{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background:#0a0f1e;position:relative;overflow-y:auto}.auth-container{width:100%;max-width:480px}.logo-section{display:flex;align-items:center;gap:.75rem;margin-bottom:3rem;cursor:pointer;transition:transform .2s}.logo-section:hover{transform:translate(4px)}.logo-icon{font-size:2rem}.logo-text{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-content h1{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:.5rem;line-height:1.2}.auth-subtitle{font-size:1rem;color:#fff9;margin-bottom:2.5rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group input{padding:1rem 1.25rem;border:1.5px solid rgba(255,255,255,.1);border-radius:12px;font-size:1rem;background:#ffffff08;color:#fff;transition:all .3s}.form-group input:focus{outline:none;border-color:#3b82f6;background:#ffffff0d;box-shadow:0 0 0 3px #3b82f61a}.password-hint{font-size:.8rem;color:#ffffff80;margin-top:-.5rem}.error-message{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#fca5a5;padding:.875rem 1rem;border-radius:10px;text-align:center;font-size:.9rem;animation:shake .3s}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.terms-checkbox{display:flex;align-items:flex-start;gap:.75rem}.terms-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;margin-top:.25rem;accent-color:#3b82f6}.terms-checkbox label{font-size:.875rem;color:#ffffffb3;cursor:pointer;line-height:1.5}.btn-submit{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:1rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #3b82f64d}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #3b82f666}.btn-submit:active:not(:disabled){transform:translateY(0)}.btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.divider{text-align:center;margin:1.5rem 0;position:relative}.divider:before,.divider:after{content:"";position:absolute;top:50%;width:45%;height:1px;background:#ffffff1a}.divider:before{left:0}.divider:after{right:0}.divider span{background:#0a0f1e;padding:0 1rem;color:#ffffff80;font-size:.875rem;font-weight:500}.google-login-wrapper{display:flex;justify-content:center}.auth-switch{text-align:center;margin-top:1.5rem;font-size:.9rem;color:#fff9}.link-button{background:none;border:none;color:#3b82f6;font-weight:600;cursor:pointer;text-decoration:none;margin-left:.25rem;transition:color .2s}.link-button:hover{color:#2563eb;text-decoration:underline}.auth-right{flex:1;background:linear-gradient(135deg,#1e293b,#0f172a);padding:4rem 3rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.auth-right:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(59,130,246,.15),transparent 50%),radial-gradient(circle at 80% 80%,rgba(139,92,246,.15),transparent 50%);pointer-events:none}.auth-right-content{max-width:500px;z-index:1}.stats-showcase{text-align:center;margin-bottom:3rem}.stat-large h2{font-size:4rem;font-weight:800;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;line-height:1}.stat-large p{font-size:1.125rem;color:#fffc;font-weight:500}.testimonials-showcase{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.testimonial-card{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;transition:all .3s}.testimonial-card:hover{transform:translateY(-4px);border-color:#3b82f64d;box-shadow:0 12px 24px #0003}.quote-icon{font-size:3rem;color:#3b82f6;line-height:1;margin-bottom:.5rem;font-family:Georgia,serif}.testimonial-text{font-size:1rem;color:#ffffffe6;line-height:1.6;margin-bottom:1rem}.testimonial-author{display:flex;align-items:center;gap:.75rem}.author-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.125rem}.author-info{flex:1}.author-name{font-size:.9rem;font-weight:600;color:#fff}.author-role{font-size:.8rem;color:#fff9}.features-highlight{display:flex;flex-direction:column;gap:1rem}.feature-item{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#fffc}.feature-icon{width:24px;height:24px;border-radius:50%;background:#3b82f633;border:1px solid rgba(59,130,246,.3);display:flex;align-items:center;justify-content:center;color:#3b82f6;font-size:.75rem;font-weight:600}@media(max-width:1024px){.auth-page{flex-direction:column}.auth-left,.auth-right{flex:none}.auth-right{padding:3rem 2rem}.stat-large h2{font-size:3rem}}@media(max-width:768px){.auth-left{padding:1.5rem}.auth-content h1{font-size:2rem}.auth-right{padding:2rem 1.5rem}.stat-large h2{font-size:2.5rem}.testimonials-showcase{gap:1rem}.testimonial-card{padding:1.25rem}}.dashboard-new{display:flex;min-height:100vh;background:#0a0f1e}.dashboard-content{padding:2.5rem;background:#0a0f1e;min-height:100vh;max-width:1400px;width:100%}.sidebar-new{width:260px;background:#0f172acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid rgba(255,255,255,.05);color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;z-index:100}.sidebar-brand{padding:2rem 1.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.1)}.brand-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.logo-icon{font-size:1.5rem;color:#3b82f6}.brand-name{font-size:1.5rem;font-weight:700}.brand-tagline{font-size:.75rem;color:#ffffffb3;margin:0}.sidebar-menu{flex:1;padding:1.5rem 0}.menu-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;color:#ffffffb3;text-decoration:none;transition:all .2s;border-left:3px solid transparent}.menu-item:hover{background:#ffffff0d;color:#fff}.menu-item.active{background:#3b82f61a;color:#3b82f6;border-left-color:#3b82f6}.menu-icon{font-size:1.125rem;width:24px;display:inline-block}.menu-text{font-size:.9375rem;font-weight:500}.sidebar-footer{padding:0 0 1rem;border-top:1px solid rgba(255,255,255,.1);margin-top:auto}.logout-item{margin-top:.5rem}.logout-item:hover{background:#ff3b301a;color:#ff3b30;border-left-color:#ff3b30}.sidebar-user{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:.75rem}.user-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background:#ffffff1a}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-info{flex:1}.user-name{font-size:.875rem;font-weight:600;margin-bottom:.125rem}.user-target{font-size:.75rem;color:#fff9}.main-new{flex:1;margin-left:240px;padding:2rem;max-width:1400px}.header-new{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.welcome-text{font-size:2rem;font-weight:700;color:#fff;margin:0}.subtext{font-size:1rem;color:#fff9;margin-top:.25rem}.header-actions{display:flex;align-items:center;gap:1rem}.search-bar{display:flex;align-items:center;gap:.5rem;background:#0f172a80;padding:.625rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);min-width:300px}.search-icon{color:#ffffff80}.search-bar input{border:none;outline:none;width:100%;font-size:.875rem;background:transparent;color:#fff}.search-bar input::placeholder{color:#fff6}.notification-btn{position:relative;background:#0f172a80;border:1px solid rgba(255,255,255,.1);width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.notification-btn:hover{background:#0f172ab3;border-color:#fff3}.notification-icon{font-size:1.125rem;color:#fffc}.notification-badge{position:absolute;top:8px;right:8px;width:8px;height:8px;background:#ef4444;border-radius:50%;border:2px solid #0a0f1e}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem}.stat-card-new{background:#1e293b80;padding:2rem;border-radius:16px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s}.stat-card-new:hover{transform:translateY(-2px);border-color:#3b82f64d;box-shadow:0 8px 24px #0000004d}.stat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.stat-label{font-size:.875rem;color:#fff9;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.stat-icon{font-size:1.5rem;color:#3b82f6}.stat-value{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#1a1a1a;margin-bottom:.5rem}.stat-meta{font-size:.875rem;color:#ffffff80}.stat-meta.positive{color:#10b981}.stat-meta.success{color:#3b82f6;font-weight:600}.stat-change{font-size:.875rem;color:#10b981;margin-top:.5rem}.recommended-new{background:linear-gradient(135deg,#1e293b,#334155);padding:2.5rem;border-radius:20px;margin-bottom:2.5rem;color:#fff;border:1px solid rgba(59,130,246,.2);position:relative;overflow:hidden}.recommended-new:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(59,130,246,.1) 0%,transparent 70%);pointer-events:none}.recommended-badge{display:inline-block;background:#3b82f633;color:#3b82f6;padding:.5rem 1rem;border-radius:8px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;border:1px solid rgba(59,130,246,.3);position:relative;z-index:1}.recommended-label{font-size:.9rem;color:#ffffffb3;margin-bottom:.75rem;position:relative;z-index:1}.recommended-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem;position:relative;z-index:1}.recommended-desc{font-size:1rem;line-height:1.6;color:#fffc;margin-bottom:2rem;max-width:800px;position:relative;z-index:1}.recommended-actions{display:flex;gap:1rem;position:relative;z-index:1}.btn-primary-new{background:#3b82f6;color:#fff;padding:1rem 2rem;border-radius:10px;border:none;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s}.btn-primary-new:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.btn-secondary-new{background:transparent;color:#fff;padding:1rem 2rem;border-radius:10px;border:1px solid rgba(255,255,255,.3);font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s}.btn-secondary-new:hover{background:#ffffff1a;border-color:#ffffff80}.recent-activity-new{background:#1e293b4d;padding:2rem;border-radius:16px;border:1px solid rgba(255,255,255,.1);margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.view-all{color:#3b82f6;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s}.view-all:hover{color:#2563eb;text-decoration:underline}.activity-list-new{display:flex;flex-direction:column;gap:1rem}.activity-item-new{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#0f172a80;border-radius:12px;border:1px solid rgba(255,255,255,.05);transition:all .3s;cursor:pointer}.activity-item-new:hover{background:#0f172ab3;border-color:#3b82f64d;transform:translate(4px)}.company-badge{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:#fff}.company-badge.amazon{background:#f90}.company-badge.microsoft{background:#0078d4}.company-badge.google{background:#ea4335}.activity-info{flex:1}.activity-title{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.25rem}.activity-date{font-size:.875rem;color:#ffffff80}.activity-result{text-align:right}.activity-status{font-size:.8125rem;font-weight:600;padding:.5rem 1rem;border-radius:8px;display:inline-block;margin-bottom:.25rem}.activity-status.passed{background:#10b98133;color:#10b981;border:1px solid rgba(16,185,129,.3)}.activity-status.needs-work{background:#fb923c33;color:#fb923c;border:1px solid rgba(251,146,60,.3)}.activity-score{font-size:1.25rem;font-weight:700;color:#fff}.coming-soon-new{background:#1e293b4d;padding:2rem;border-radius:16px;border:1px solid rgba(255,255,255,.1);margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.coming-soon-new h2{color:#fff;margin:0}.lock-icon{opacity:.5}.coming-soon-card{display:flex;gap:1.5rem;align-items:center;background:#0f172a80;padding:1.5rem;border-radius:12px;margin-top:1rem;border:1px solid rgba(255,255,255,.05)}.coming-soon-icon{font-size:3rem}.coming-soon-content h3{font-size:1.125rem;font-weight:700;color:#fff;margin:0 0 .5rem}.coming-soon-content p{font-size:.875rem;color:#fff9;margin:0 0 1rem;line-height:1.5}.btn-waitlist{background:transparent;border:1px solid rgba(255,255,255,.3);color:#ffffffe6;padding:.625rem 1.25rem;border-radius:6px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s}.btn-waitlist:hover{border-color:#3b82f6;background:#3b82f61a;color:#3b82f6}.weekly-goal-new{background:#1e293b4d;padding:2rem;border-radius:16px;border:1px solid rgba(255,255,255,.1);margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.weekly-goal-new h2{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 1rem}.goal-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.goal-text{font-size:.875rem;color:#fff9}.goal-percentage{font-size:1rem;font-weight:700;color:#3b82f6}.goal-progress-bar{width:100%;height:12px;background:#0f172a80;border-radius:6px;overflow:hidden;border:1px solid rgba(255,255,255,.05)}.goal-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:6px;transition:width .5s ease;box-shadow:0 0 10px #3b82f680}.strongest-topics-new{background:#1e293b4d;padding:2rem;border-radius:16px;border:1px solid rgba(255,255,255,.1);margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.strongest-topics-new h2{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 1rem}.topics-list{display:flex;flex-wrap:wrap;gap:.75rem}.topic-tag{background:#3b82f61a;color:#3b82f6;border:1px solid rgba(59,130,246,.3);padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;transition:all .2s}.topic-tag:hover{background:#3b82f633;border-color:#3b82f680;transform:translateY(-2px)}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.sidebar-new{width:60px}.brand-name,.brand-tagline,.menu-text,.user-info{display:none}.main-new{margin-left:60px;padding:1rem}.stats-grid{grid-template-columns:1fr}.search-bar{min-width:200px}.recommended-actions{flex-direction:column}}.profile-page{padding:2rem;background:#0a0f1e;min-height:100vh}.profile-container{max-width:1400px;margin:0 auto}.profile-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:#ffffffb3}.profile-loading .spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.1);border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.profile-header-section{margin-bottom:2rem}.profile-user-card{display:flex;align-items:center;gap:2rem;background:#1e293b80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2.5rem;border:1px solid rgba(255,255,255,.1)}.user-avatar-large{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;color:#fff;flex-shrink:0}.user-details{flex:1}.user-details h1{font-size:2rem;font-weight:700;color:#fff;margin:0 0 .5rem}.user-role{font-size:1.125rem;color:#ffffffb3;margin:0 0 1rem}.user-contact{display:flex;gap:2rem;margin-bottom:1.5rem;font-size:.9rem;color:#fff9}.profile-actions{display:flex;gap:1rem}.btn-secondary-profile{background:transparent;border:1px solid rgba(255,255,255,.3);color:#ffffffe6;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .3s}.btn-secondary-profile:hover{background:#ffffff0d;border-color:#ffffff80}.btn-primary-profile{background:#3b82f6;border:none;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .3s}.btn-primary-profile:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.charts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}.chart-card{background:#1e293b80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.1)}.chart-card h2{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 1.5rem}.chart-subtitle{font-size:.875rem;font-weight:400;color:#ffffff80;margin-left:.5rem}.gap-analysis-section{background:#1e293b80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.1);margin-bottom:2rem}.section-header-profile{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header-profile h2{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.alert-badge{background:#ef44441a;color:#fca5a5;border:1px solid rgba(239,68,68,.3);padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600}.gap-items{display:flex;flex-direction:column;gap:1rem}.gap-item{display:flex;justify-content:space-between;align-items:center;background:#0f172a80;padding:1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.gap-info{flex:1}.gap-info h3{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .75rem}.gap-progress{display:flex;align-items:center;gap:1rem}.progress-bar-gap{flex:1;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}.progress-fill-gap{height:100%;background:linear-gradient(90deg,#ef4444,#f97316);border-radius:4px;transition:width .5s ease}.progress-text{font-size:.875rem;color:#fff9;min-width:80px}.gap-actions{display:flex;gap:1rem;align-items:center}.link-target{color:#3b82f6;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s}.link-target:hover{color:#2563eb;text-decoration:underline}.btn-practice-gap{background:#3b82f6;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;white-space:nowrap;transition:all .3s}.btn-practice-gap:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.two-column-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.left-column,.right-column{display:flex;flex-direction:column;gap:2rem}.resume-section{background:#1e293b80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.1)}.resume-section h2{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 1.5rem}.resume-upload-area{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;background:#0f172a80;border:2px dashed rgba(255,255,255,.1);border-radius:12px}.resume-icon{font-size:3rem;margin-bottom:1rem}.resume-filename{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .5rem}.resume-date{font-size:.875rem;color:#ffffff80;margin:0 0 1.5rem}.btn-upload-resume{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s}.btn-upload-resume:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.history-section{background:#1e293b80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.1)}.history-section h2{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 1.5rem}.history-timeline{display:flex;flex-direction:column;gap:1rem;position:relative}.history-timeline:before{content:"";position:absolute;left:14px;top:0;bottom:0;width:2px;background:#ffffff1a}.timeline-item{position:relative;padding-left:2.5rem}.timeline-marker{position:absolute;left:0;top:.5rem;width:28px;height:28px;border-radius:50%;background:#ffffff1a;border:3px solid #3b82f6;z-index:1}.timeline-item.good .timeline-marker{border-color:#10b981;background:#10b9811a}.timeline-item.poor .timeline-marker{border-color:#ef4444;background:#ef44441a}.timeline-item.success .timeline-marker{border-color:#8b5cf6;background:#8b5cf61a}.timeline-content{background:#0f172a80;padding:1rem 1.25rem;border-radius:8px;border:1px solid rgba(255,255,255,.05)}.timeline-content h3{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .5rem}.timeline-feedback{font-size:.875rem;color:#fff9;margin:0 0 .5rem;line-height:1.5}.timeline-date{font-size:.8125rem;color:#ffffff80}.companies-section{background:#1e293b80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.1)}.companies-section h2{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 1.5rem}.company-alert{background:#10b9811a;border:1px solid rgba(16,185,129,.3);color:#6ee7b7;padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9375rem;font-weight:600}.companies-list{display:flex;flex-direction:column;gap:1rem}.company-item{background:#0f172a80;padding:1.25rem;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.company-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.company-name{font-size:1rem;font-weight:600;color:#fff}.company-status{padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-ready{background:#10b98133;color:#6ee7b7;border:1px solid rgba(16,185,129,.3)}.status-preparing{background:#fb923c33;color:#fdba74;border:1px solid rgba(251,146,60,.3)}.status-early-stage{background:#6b728033;color:#d1d5db;border:1px solid rgba(107,114,128,.3)}.company-progress{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.progress-bar-company{flex:1;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}.progress-fill-company{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:4px;transition:width .5s ease}.progress-percentage{font-size:.875rem;font-weight:600;color:#3b82f6;min-width:45px}.company-interviews{font-size:.8125rem;color:#ffffff80;margin:0}.badges-section{background:#1e293b80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.1)}.badges-section h2{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 1.5rem}.badges-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.badge-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem;background:#0f172a80;border-radius:12px;border:1px solid rgba(255,255,255,.05);transition:all .3s}.badge-item.unlocked{border-color:#3b82f64d;background:#3b82f60d}.badge-item.locked{opacity:.4;filter:grayscale(1)}.badge-item:hover.unlocked{transform:translateY(-4px);box-shadow:0 8px 20px #3b82f633}.badge-icon{font-size:2rem}.badge-name{font-size:.8125rem;font-weight:600;color:#fff;text-align:center;line-height:1.3}.activity-section{background:#1e293b80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.1)}.activity-section h2{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 1.5rem}.heatmap-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:4px;margin-bottom:1rem}.heatmap-cell{aspect-ratio:1;border-radius:3px;transition:all .2s;cursor:pointer}.heatmap-cell.level-0{background:#ffffff0d}.heatmap-cell.level-1{background:#3b82f64d}.heatmap-cell.level-2{background:#3b82f680}.heatmap-cell.level-3{background:#3b82f6b3}.heatmap-cell.level-4{background:#3b82f6e6}.heatmap-cell:hover{transform:scale(1.2);box-shadow:0 0 8px #3b82f680}.heatmap-legend{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;font-size:.75rem;color:#ffffff80}.legend-cells{display:flex;gap:3px}.legend-cell{width:14px;height:14px;border-radius:2px}@media(max-width:1200px){.charts-grid,.two-column-layout{grid-template-columns:1fr}.badges-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.profile-page{padding:1rem}.profile-user-card{flex-direction:column;text-align:center;padding:2rem}.user-contact{flex-direction:column;gap:.5rem}.profile-actions{flex-direction:column;width:100%}.profile-actions button{width:100%}.gap-item{flex-direction:column;align-items:flex-start;gap:1rem}.gap-actions{width:100%;flex-direction:column}.gap-actions button{width:100%}.heatmap-grid{grid-template-columns:repeat(6,1fr)}.badges-grid{grid-template-columns:repeat(2,1fr)}}.interview-setup-page{min-height:100vh;background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.setup-header{background:#fffffff2;padding:1rem 2rem;box-shadow:0 2px 10px #0000001a}.setup-header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.setup-header .logo{font-size:1.5rem;font-weight:700;color:#3b82f6;cursor:pointer}.btn-back{background:transparent;border:2px solid #3b82f6;color:#3b82f6;padding:.5rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s}.btn-back:hover{background:#3b82f6;color:#fff}.setup-container{max-width:1400px;margin:0 auto;padding:2rem}.setup-hero{text-align:center;color:#fff;margin-bottom:3rem}.setup-hero h1{font-size:2.5rem;margin-bottom:.5rem}.setup-hero p{font-size:1.2rem;opacity:.9}.setup-content{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}.setup-form-section{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000001a}.section-title{color:#3b82f6;font-size:1.5rem;margin-bottom:2rem;padding-bottom:.5rem;border-bottom:3px solid #8b5cf6}.form-group{margin-bottom:2rem}.form-group label{display:block;font-weight:600;color:#333;margin-bottom:.5rem;font-size:1rem}.company-search{position:relative}.input-search{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .3s}.input-search:focus{outline:none;border-color:#3b82f6}.search-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:1.2rem}.dropdown-list{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #e5e7eb;border-top:none;border-radius:0 0 8px 8px;max-height:200px;overflow-y:auto;z-index:10;box-shadow:0 4px 10px #0000001a}.dropdown-item{padding:.75rem 1rem;cursor:pointer;transition:all .2s}.dropdown-item:hover{background:#f0fdfa;color:#3b82f6}.input-select{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:all .3s}.input-select:focus{outline:none;border-color:#3b82f6}.upload-container{display:flex;align-items:center;gap:1rem}.btn-upload{background:#3b82f6;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;display:inline-block}.btn-upload:hover{background:#0a4a51}.file-name{color:#666;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.checkmark{color:#10b981;font-size:1.2rem;font-weight:700}.radio-group{display:flex;gap:1rem}.radio-option{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .3s}.radio-option input[type=radio]{width:20px;height:20px;cursor:pointer}.radio-option:hover{border-color:#3b82f6;background:#f0fdfa}.radio-option input[type=radio]:checked~span{color:#3b82f6;font-weight:600}.radio-option:has(input[type=radio]:checked){border-color:#3b82f6;background:#f0fdfa}.preview-panel{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000001a;position:sticky;top:2rem}.preview-panel h3{color:#3b82f6;font-size:1.5rem;margin-bottom:1.5rem}.preview-item{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.preview-item:last-of-type{border-bottom:none}.preview-item strong{display:block;color:#333;margin-bottom:.5rem}.completion-status{margin:2rem 0}.progress-bar{width:100%;height:10px;background:#e5e7eb;border-radius:10px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6);transition:width .3s ease}.completion-text{font-size:.9rem;color:#666;text-align:right;display:block}.btn-start-interview{width:100%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;padding:1rem;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s;margin-top:1rem}.btn-start-interview:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #0d5c634d}.btn-start-interview:disabled{opacity:.5;cursor:not-allowed}.preview-placeholder{text-align:center;color:#999;padding:2rem;font-style:italic}.error-message{background:#fee2e2;color:#dc2626;padding:1rem;border-radius:8px;margin-bottom:1.5rem;text-align:center}@media(max-width:1024px){.setup-content{grid-template-columns:1fr}.preview-panel{position:static}}@media(max-width:768px){.setup-hero h1{font-size:2rem}.setup-hero p{font-size:1rem}.radio-group{flex-direction:column}.setup-header-content{flex-direction:column;gap:1rem}}.question-bank-page{padding:2rem;background:#0a0f1e;min-height:100vh}.question-bank-container{display:flex;gap:2rem;max-width:1400px;margin:0 auto}.filter-sidebar{width:280px;background:#1e293b80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem;height:fit-content;position:sticky;top:2rem;border:1px solid rgba(255,255,255,.1)}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.filter-header h3{font-size:1.125rem;font-weight:700;color:#fff;margin:0}.btn-clear-filters{background:none;border:none;color:#3b82f6;font-size:.875rem;font-weight:600;cursor:pointer;padding:.25rem .5rem}.btn-clear-filters:hover{text-decoration:underline}.filter-section{margin-bottom:1.5rem}.filter-section h4{font-size:.875rem;font-weight:600;color:#ffffffe6;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.5px}.filter-select{width:100%;padding:.5rem;border:1px solid rgba(255,255,255,.2);border-radius:6px;font-size:.875rem;background:#0f172a80;color:#fff;cursor:pointer}.filter-select option{background:#1e293b;color:#fff}.filter-checkbox{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;cursor:pointer;font-size:.875rem;color:#ffffffb3}.filter-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#3b82f6}.filter-checkbox:hover{color:#fff}.filter-list{max-height:200px;overflow-y:auto}.difficulty-label{padding:.25rem .5rem;border-radius:4px;font-weight:500}.questions-main{flex:1}.questions-header{background:#1e293b80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.1)}.header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.questions-header h1{font-size:1.875rem;font-weight:700;color:#fff;margin:0}.header-controls{display:flex;gap:1rem;align-items:center}.search-box{display:flex;align-items:center;gap:.5rem;background:#0f172a80;padding:.625rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);min-width:300px}.search-icon{font-size:1rem;color:#ffffff80}.search-box input{border:none;outline:none;background:transparent;width:100%;font-size:.875rem;color:#fff}.search-box input::placeholder{color:#fff6}.sort-select{padding:.625rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:.875rem;background:#0f172a80;color:#fff;cursor:pointer}.sort-select option{background:#1e293b;color:#fff}.results-info{font-size:.875rem;color:#fff9}.questions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.question-card{background:#1e293b80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .3s;display:flex;flex-direction:column}.question-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #3b82f633;border-color:#3b82f680;background:#1e293bb3}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.question-type{font-size:1.5rem}.difficulty-badge{padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.difficulty-easy{background:#d1fae5;color:#065f46}.difficulty-medium{background:#fed7aa;color:#9a3412}.difficulty-hard{background:#fecaca;color:#991b1b}.question-title{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 1rem;line-height:1.4;min-height:3rem}.question-meta{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.meta-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#fff9}.meta-icon{font-size:1rem}.meta-more{color:#3b82f6;font-weight:600}.question-stats{display:flex;gap:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);margin-top:auto;margin-bottom:1rem}.stat{flex:1}.stat-label{display:block;font-size:.75rem;color:#ffffff80;margin-bottom:.25rem}.stat-value{display:block;font-size:1.125rem;font-weight:700;color:#3b82f6}.btn-practice{background:#3b82f6;color:#fff;border:none;padding:.75rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.btn-practice:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.loading-state,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.1);border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .5rem}.empty-state p{font-size:1rem;color:#fff9;margin:0}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1.5rem;background:#1e293b80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(255,255,255,.1)}.btn-page{padding:.625rem 1.25rem;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:#0f172a80;color:#ffffffe6;font-weight:600;cursor:pointer;transition:all .3s}.btn-page:hover:not(:disabled){background:#0f172ab3;border-color:#3b82f6;color:#3b82f6}.btn-page:disabled{opacity:.5;cursor:not-allowed}.page-info{font-size:.875rem;color:#fff9;font-weight:500}@media(max-width:1024px){.question-bank-container{flex-direction:column}.filter-sidebar{width:100%;position:static}.questions-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media(max-width:768px){.question-bank-page{padding:1rem}.header-top{flex-direction:column;gap:1rem;align-items:flex-start}.header-controls{flex-direction:column;width:100%}.search-box{width:100%;min-width:auto}.questions-grid{grid-template-columns:1fr}}.question-detail-page{padding:0;background:#0a0f1e;min-height:100vh}.question-detail-container{display:grid;grid-template-columns:1fr 1fr;height:calc(100vh + -0px)}.problem-panel{background:#0f1419;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid #1c2333}.problem-header{padding:1.5rem;border-bottom:1px solid #1c2333;background:#0f1419}.btn-back{background:none;border:none;color:#8b949e;font-weight:500;cursor:pointer;padding:.5rem 0;margin-bottom:1rem;transition:color .2s;display:flex;align-items:center;gap:.5rem;font-size:.875rem}.btn-back:before{content:"←";font-size:1.125rem}.btn-back:hover{color:#c9d1d9}.problem-header h1{font-size:1.5rem;font-weight:600;color:#f0f6fc;margin:0 0 1rem}.problem-meta{display:flex;gap:1rem;align-items:center}.problem-meta .difficulty-badge{padding:.375rem .875rem;border-radius:4px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.problem-meta .difficulty-badge.easy{background:#2ea04326;color:#3fb950;border:none}.problem-meta .difficulty-badge.medium{background:#db9a0426;color:#d29922;border:none}.problem-meta .difficulty-badge.hard{background:#f8514926;color:#f85149;border:none}.problem-meta .companies{font-size:.875rem;color:#7d8590;text-transform:uppercase;font-weight:500;letter-spacing:.025em;font-size:.6875rem}.problem-tabs{display:flex;border-bottom:1px solid #1c2333;background:#0a0d14}.tab{padding:.875rem 1.25rem;background:none;border:none;font-weight:500;color:#7d8590;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s;font-size:.875rem}.tab:hover{color:#c9d1d9;background:#6e76811a}.tab.active{color:#58a6ff;border-bottom-color:#f78166;background:transparent}.problem-content{flex:1;overflow-y:auto;padding:1.5rem;background:#0f1419}.problem-content::-webkit-scrollbar{width:10px}.problem-content::-webkit-scrollbar-track{background:#0a0d14}.problem-content::-webkit-scrollbar-thumb{background:#21262d;border-radius:6px;border:2px solid #0a0d14}.problem-content::-webkit-scrollbar-thumb:hover{background:#30363d}.description-text{font-size:.9375rem;line-height:1.7;color:#c9d1d9;white-space:pre-wrap}.topics-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #21262d}.topics-section h3{font-size:.875rem;font-weight:500;color:#7d8590;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.05em}.topics-list{display:flex;flex-wrap:wrap;gap:.5rem}.topic-tag{padding:.375rem .875rem;background:#388bfd26;color:#58a6ff;border:none;border-radius:4px;font-size:.8125rem;font-weight:500}.testcases-tab h3{font-size:.875rem;font-weight:500;color:#7d8590;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.05em}.test-case-card{background:#161b22;border:1px solid #30363d;border-radius:6px;margin-bottom:1rem;overflow:hidden}.test-case-header{padding:.75rem 1rem;background:#0d1117;color:#8b949e;border-bottom:1px solid #21262d;font-weight:500;font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em}.test-case-content{padding:1rem;background:#161b22}.test-case-section{margin-bottom:1rem}.test-case-section:last-child{margin-bottom:0}.test-case-section strong{display:block;margin-bottom:.5rem;color:#8b949e;font-size:.8125rem;font-weight:500}.test-case-section pre{background:#0d1117;padding:.875rem;border-radius:6px;border:1px solid #21262d;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:.8125rem;color:#c9d1d9;overflow-x:auto;line-height:1.6}.test-case-section p{color:#c9d1d9;line-height:1.6;font-size:.9375rem}.output-placeholder,.output-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:#8b949e}.execution-results{padding:0}.results-summary{background:#161b22;border:1px solid #30363d;padding:1rem;border-radius:6px;margin-bottom:1rem}.results-summary h3{font-size:1rem;font-weight:500;color:#c9d1d9;margin:0 0 .5rem}.results-summary p{font-size:.8125rem;color:#8b949e;margin:0}.compilation-error{background:#f851491a;border:1px solid rgba(248,81,73,.3);border-radius:6px;padding:1rem}.compilation-error h3{color:#f85149;font-size:.9375rem;font-weight:500;margin:0 0 .5rem}.compilation-error pre{background:#0d1117;padding:.875rem;border-radius:6px;overflow-x:auto;font-size:.8125rem;color:#f85149;border:1px solid rgba(248,81,73,.2);font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace}.test-results-list{display:flex;flex-direction:column;gap:1rem}.test-result-card{border:1px solid #30363d;border-radius:6px;overflow:hidden;background:#161b22}.test-result-card.passed{border-color:#2ea04366}.test-result-card.failed{border-color:#f8514966}.result-header{padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;font-weight:500;font-size:.8125rem}.test-result-card.passed .result-header{background:#2ea04326;color:#3fb950;border-bottom:1px solid rgba(46,160,67,.3)}.test-result-card.failed .result-header{background:#f8514926;color:#f85149;border-bottom:1px solid rgba(248,81,73,.3)}.result-status{font-size:.75rem;padding:.25rem .5rem;background:#0000004d;border-radius:4px}.result-details{padding:1rem;background:#161b22}.result-section{margin-bottom:1rem}.result-section:last-child{margin-bottom:0}.result-section strong{display:block;margin-bottom:.5rem;font-size:.8125rem;color:#8b949e;font-weight:500}.result-section pre{background:#0d1117;padding:.875rem;border-radius:6px;border:1px solid #21262d;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:.8125rem;color:#c9d1d9;overflow-x:auto;margin:0;line-height:1.6}.result-section.error pre{background:#f851491a;border-color:#f851494d;color:#f85149}.result-metrics{font-size:.75rem;color:#8b949e;margin-top:.5rem}.editor-panel{background:#1e1e1e;display:flex;flex-direction:column}.editor-header{background:#161b22;padding:.875rem 1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #21262d}.language-select{background:#0d1117;color:#c9d1d9;border:1px solid #30363d;border-radius:6px;padding:.5rem .875rem;font-size:.875rem;cursor:pointer;font-weight:500;transition:all .2s}.language-select:hover{border-color:#8b949e}.language-select:focus{outline:none;border-color:#58a6ff}.editor-actions{display:flex;gap:.625rem}.btn-run,.btn-submit{padding:.5rem 1.125rem;border:none;border-radius:6px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s}.btn-run{background:#238636;color:#fff}.btn-run:hover:not(:disabled){background:#2ea043;transform:translateY(-1px);box-shadow:0 4px 12px #2ea0434d}.btn-submit{background:#1f6feb;color:#fff}.btn-submit:hover:not(:disabled){background:#388bfd;transform:translateY(-1px);box-shadow:0 4px 12px #1f6feb4d}.btn-run:disabled,.btn-submit:disabled{opacity:.5;cursor:not-allowed}.editor-container{flex:1;overflow:hidden}.question-detail-loading,.question-detail-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:#0f1419}.question-detail-loading p{color:#8b949e;margin-top:1rem;font-size:.9375rem}.question-detail-error h2{font-size:1.5rem;color:#c9d1d9;margin-bottom:1rem;font-weight:500}.question-detail-error button{padding:.625rem 1.25rem;background:#1f6feb;color:#fff;border:none;border-radius:6px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s}.question-detail-error button:hover{background:#388bfd;transform:translateY(-1px);box-shadow:0 4px 12px #1f6feb4d}.spinner{width:40px;height:40px;border:3px solid #21262d;border-top-color:#58a6ff;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:1024px){.question-detail-container{grid-template-columns:1fr;grid-template-rows:50vh 50vh}}.ai-interview-start{padding:2.5rem;max-width:1400px;margin:0 auto;background:#0a0f1e;min-height:100vh}.start-header{text-align:center;margin-bottom:3.5rem}.start-header h1{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.75rem}.subtitle{font-size:1.125rem;color:#fff9;margin:0}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.1);border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.loading-container p,.error-container p{color:#ffffffb3;font-size:1.1rem}.btn-retry{padding:1rem 2rem;background:#3b82f6;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-retry:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.companies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.company-card{background:#1e293b80;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease;text-align:center}.company-card:hover{border-color:#3b82f680;box-shadow:0 12px 32px #3b82f633;transform:translateY(-4px);background:#1e293bb3}.company-logo-container{width:80px;height:80px;margin:0 auto 1rem;border-radius:12px;overflow:hidden;background:#ffffff0d;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.1)}.company-logo{width:100%;height:100%;object-fit:cover}.company-name{font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 1rem}.company-stats{display:flex;justify-content:space-around;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.75rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:1.25rem;font-weight:600;color:#3b82f6}.company-score{margin-top:1rem;padding:.5rem;background:#10b9811a;border-radius:8px;font-size:.9rem;color:#10b981;border:1px solid rgba(16,185,129,.2)}.score-value{font-weight:600}.modal-overlay{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#1e293bf2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000080}.modal-header{padding:2rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.modal-header h2{font-size:1.75rem;font-weight:700;color:#fff;margin:0}.close-btn{background:none;border:none;font-size:2rem;color:#ffffff80;cursor:pointer;line-height:1;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.close-btn:hover{background:#ffffff1a;color:#fff}.modal-body{padding:2rem}.selected-company-info{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.modal-company-logo{width:70px;height:70px;border-radius:12px;margin-bottom:1rem;object-fit:cover}.selected-company-info h3{font-size:1.5rem;font-weight:600;color:#fff;margin:0}.config-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.625rem}.form-group label{font-size:.95rem;font-weight:500;color:#ffffffe6}.form-group input,.form-group select{padding:1rem;border:1px solid rgba(255,255,255,.2);border-radius:10px;font-size:1rem;background:#0f172a80;color:#fff;transition:all .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3b82f6;background:#0f172ab3}.form-group input::placeholder{color:#fff6}.form-group select{cursor:pointer}.form-group select option{background:#1e293b;color:#fff}.interview-info{margin-top:1rem;padding:1.25rem;background:#3b82f61a;border-radius:12px;border:1px solid rgba(59,130,246,.2)}.interview-info h4{font-size:1rem;font-weight:600;color:#3b82f6;margin:0 0 .75rem}.interview-info ul{margin:0;padding-left:1.5rem;list-style-type:disc}.interview-info li{font-size:.9rem;color:#fffc;margin-bottom:.5rem}.modal-footer{padding:1.5rem 2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:flex-end;gap:1rem}.btn-cancel,.btn-start{padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.btn-cancel{background:#ffffff1a;color:#ffffffe6;border:1px solid rgba(255,255,255,.2)}.btn-cancel:hover{background:#ffffff26;border-color:#ffffff4d}.btn-start{background:#3b82f6;color:#fff}.btn-start:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 8px 20px #3b82f666}.btn-start:disabled{background:#9ca3af;cursor:not-allowed}.company-signatures{display:flex;flex-wrap:wrap;gap:.375rem;justify-content:center;margin:.625rem 0}.sig-tag{font-size:.7rem;padding:.2rem .6rem;background:#3b82f61f;color:#93c5fde6;border:1px solid rgba(59,130,246,.25);border-radius:10px;white-space:nowrap}.company-meta-row{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap;margin-top:.75rem}.style-badge{font-size:.7rem;padding:.2rem .65rem;border-radius:10px;font-weight:500;text-transform:capitalize;background:#ffffff0f;color:#fff9;border:1px solid rgba(255,255,255,.1)}.style-friendly{background:#22c55e1a;color:#86efac;border-color:#22c55e33}.style-rigorous{background:#ef44441a;color:#fca5a5;border-color:#ef444433}.style-direct{background:#f59e0b1a;color:#fcd34d;border-color:#f59e0b33}.hints-badge{font-size:.7rem;padding:.2rem .65rem;border-radius:10px;font-weight:500}.hints-yes{background:#22c55e1a;color:#86efac;border:1px solid rgba(34,197,94,.2)}.hints-no{background:#ef44441a;color:#fca5a5;border:1px solid rgba(239,68,68,.2)}.modal-company-row{display:flex;align-items:center;gap:.875rem}.modal-company-row h2{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.modal-company-logo{width:44px;height:44px;border-radius:10px;object-fit:cover;flex-shrink:0}.pattern-preview{background:#0f172a99;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1rem}.pattern-row{display:flex;align-items:flex-start;gap:.875rem}.pattern-icon{font-size:1rem;flex-shrink:0;margin-top:.1rem;width:20px;text-align:center}.pattern-yes{color:#4ade80}.pattern-no{color:#f87171;font-weight:700}.pattern-label{font-size:.75rem;font-weight:600;color:#ffffff73;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.375rem}.pattern-tags{display:flex;flex-wrap:wrap;gap:.375rem}.pattern-tag{font-size:.75rem;padding:.2rem .6rem;border-radius:8px;font-weight:500}.pattern-tag.green{background:#22c55e1f;color:#86efac;border:1px solid rgba(34,197,94,.2)}.pattern-tag.red{background:#ef44441a;color:#fca5a5;border:1px solid rgba(239,68,68,.2)}.pattern-stages{display:flex;flex-wrap:wrap;gap:.375rem}.stage-chip{font-size:.75rem;padding:.2rem .65rem;background:#8b5cf61f;color:#c4b5fde6;border:1px solid rgba(139,92,246,.2);border-radius:8px}.pattern-persona{font-size:.8125rem;color:#ffffffb3}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:768px){.ai-interview-start{padding:1rem}.start-header h1{font-size:2rem}.companies-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.modal-content{max-width:100%;margin:1rem}.modal-body{padding:1.5rem}.form-row{grid-template-columns:1fr}}.code-editor-container{background:#1e1e1e;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000004d}.code-editor-header{background:#2d2d2d;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #3e3e3e}.language-selector{display:flex;align-items:center;gap:.75rem}.language-selector label{color:#d4d4d4;font-size:.9rem;font-weight:500}.language-selector select{padding:.5rem 1rem;background:#3e3e3e;color:#d4d4d4;border:1px solid #4e4e4e;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s}.language-selector select:hover{background:#4e4e4e;border-color:#5e5e5e}.language-selector select:focus{outline:none;border-color:#007acc}.editor-actions{display:flex;gap:.75rem}.btn-run,.btn-submit{padding:.6rem 1.25rem;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.btn-run{background:#10b981;color:#fff}.btn-run:hover:not(:disabled){background:#059669;transform:translateY(-2px);box-shadow:0 4px 8px #10b9814d}.btn-submit{background:#3b82f6;color:#fff}.btn-submit:hover:not(:disabled){background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 8px #3b82f64d}.btn-run:disabled,.btn-submit:disabled{background:#6b7280;cursor:not-allowed;transform:none}.monaco-editor-wrapper{border-bottom:1px solid #3e3e3e}.code-io-section{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem 1.5rem;background:#252526}.code-input,.code-output{display:flex;flex-direction:column;gap:.5rem}.code-input label,.code-output label{color:#d4d4d4;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.output-header{display:flex;justify-content:space-between;align-items:center}.status-badge{padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600}.status-badge.success{background:#d1fae5;color:#065f46}.status-badge.error,.status-badge.compile_error{background:#fee2e2;color:#991b1b}.code-input textarea{padding:.75rem;background:#1e1e1e;color:#d4d4d4;border:1px solid #3e3e3e;border-radius:6px;font-family:Consolas,Monaco,Courier New,monospace;font-size:.9rem;resize:vertical;min-height:80px}.code-input textarea:focus{outline:none;border-color:#007acc}.code-input textarea::placeholder{color:#6b7280}.output-display{padding:.75rem;background:#1e1e1e;color:#d4d4d4;border:1px solid #3e3e3e;border-radius:6px;font-family:Consolas,Monaco,Courier New,monospace;font-size:.9rem;white-space:pre-wrap;word-wrap:break-word;min-height:120px;max-height:300px;overflow-y:auto}.output-display.success{border-color:#10b981}.output-display.error,.output-display.compile_error{border-color:#ef4444;color:#fca5a5}.output-display::-webkit-scrollbar{width:8px}.output-display::-webkit-scrollbar-track{background:#252526}.output-display::-webkit-scrollbar-thumb{background:#3e3e3e;border-radius:4px}.output-display::-webkit-scrollbar-thumb:hover{background:#4e4e4e}@media(max-width:768px){.code-editor-header{flex-direction:column;gap:1rem;align-items:stretch}.editor-actions{justify-content:stretch}.btn-run,.btn-submit{flex:1;justify-content:center}.monaco-editor-wrapper{height:300px!important}.code-io-section{grid-template-columns:1fr}}.interview-lobby{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 110px);padding:24px}.lobby-card{width:100%;max-width:860px;padding:32px}.lobby-header{text-align:center;margin-bottom:28px}.lobby-header h2{font-size:1.6rem;font-weight:700;letter-spacing:-.02em}.lobby-sub{color:#8b949e;font-size:.9rem;margin-top:6px}.lobby-body{display:grid;grid-template-columns:1.1fr 1fr;gap:28px;align-items:start}.lobby-preview{display:flex;flex-direction:column;gap:12px}.preview-video,.preview-placeholder{width:100%;aspect-ratio:4 / 3;border-radius:10px;border:1px solid #30363d;background:#0006;object-fit:cover;transform:scaleX(-1)}.preview-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#7d8590;transform:none}.preview-icon{font-size:2rem}.preview-note{font-size:.75rem;color:#7d8590}.preview-toggle{padding:9px 14px;border-radius:6px;border:1px solid #30363d;background:#161b22;color:#8b949e;font-size:.85rem;cursor:pointer;transition:all .18s ease}.preview-toggle:hover{color:#f0f6fc;border-color:#58a6ff}.lobby-checks{display:flex;flex-direction:column;gap:18px}.check-row{display:flex;gap:12px;align-items:flex-start}.check-icon{width:24px;height:24px;flex-shrink:0;border-radius:50%;display:grid;place-items:center;font-size:.8rem;background:#94a3b826;color:#8b949e}.check-row.granted .check-icon{background:#22c55e26;color:#22c55e}.check-row.denied .check-icon{background:#ef444426;color:#ef4444}.check-detail{display:flex;flex-direction:column;gap:6px;font-size:.9rem}.check-hint{font-size:.78rem;color:#7d8590}.check-hint.error{color:#f87171}.mic-meter{width:180px;height:6px;border-radius:3px;background:#ffffff14;overflow:hidden}.mic-meter-fill{height:100%;background:linear-gradient(90deg,#58a6ff,#22c55e);border-radius:3px;transition:width .08s linear}.device-picker{display:flex;flex-direction:column;gap:6px;font-size:.8rem;color:#8b949e}.device-picker select{padding:9px 10px;border-radius:6px;border:1px solid #30363d;background:#02061799;color:#f0f6fc;font-size:.85rem}.lobby-tips{list-style:none;display:flex;flex-direction:column;gap:7px;font-size:.8rem;color:#7d8590;padding-top:4px;border-top:1px solid #30363d;margin-top:4px}.lobby-tips li:before{content:"·";margin-right:8px;color:#58a6ff}.lobby-banner{margin-top:22px;padding:12px 14px;border-radius:6px;font-size:.85rem}.lobby-banner.warn{background:#eab3081a;border:1px solid rgba(234,179,8,.3);color:#fde047}.lobby-banner.error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#fca5a5}.btn-join{width:100%;margin-top:24px;padding:14px;border:none;border-radius:10px;background:linear-gradient(135deg,#58a6ff,#1f6feb);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .18s ease,opacity .18s ease}.btn-join:hover:not(:disabled){transform:translateY(-1px)}.btn-join:disabled{opacity:.45;cursor:not-allowed}@media(max-width:760px){.lobby-body{grid-template-columns:1fr}}.avatar-stage{display:flex;flex-direction:column;gap:12px;height:100%;min-height:0}.stage-video-wrap{position:relative;flex:1;min-height:0;border-radius:14px;overflow:hidden;background:#000;border:1px solid #30363d}.stage-video{width:100%;height:100%;object-fit:cover;display:block}.stage-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#020617db;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#8b949e;font-size:.95rem;z-index:3}.stage-overlay-note{font-size:.78rem;color:#7d8590}.stage-nameplate{position:absolute;top:14px;left:14px;display:flex;align-items:center;gap:8px;padding:7px 13px;border-radius:999px;background:#020617a6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #30363d;font-size:.82rem;font-weight:500;z-index:2}.turn-dot{width:7px;height:7px;border-radius:50%;background:#7d8590;transition:background .2s ease}.turn-dot.speaking{background:#22c55e;box-shadow:0 0 8px #22c55ecc}.turn-dot.listening{background:#58a6ff;box-shadow:0 0 8px #3b82f6cc}.turn-dot.thinking{background:#eab308}.self-view{position:absolute;right:14px;bottom:14px;width:168px;aspect-ratio:4 / 3;border-radius:10px;overflow:hidden;border:1px solid #58a6ff;box-shadow:0 8px 32px #01040999;background:#000;z-index:2}.self-view video{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.self-view-label{position:absolute;bottom:5px;left:7px;font-size:.68rem;color:#8b949e;background:#020617b3;padding:2px 7px;border-radius:4px}.stage-caption{position:absolute;left:50%;transform:translate(-50%);bottom:18px;max-width:min(760px,calc(100% - 210px));padding:12px 18px;border-radius:10px;background:#020617c7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #30363d;font-size:.95rem;line-height:1.5;text-align:center;z-index:2}.turn-badge{position:absolute;top:14px;right:14px;display:flex;align-items:center;gap:8px;padding:7px 13px;border-radius:999px;background:#020617a6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #30363d;font-size:.78rem;color:#8b949e;z-index:2}.turn-badge.listening{border-color:#3b82f680;color:#93c5fd}.listen-pulse{width:7px;height:7px;border-radius:50%;background:#58a6ff;animation:listen-pulse 1.3s ease-in-out infinite}@keyframes listen-pulse{0%,to{opacity:.35;transform:scale(.85)}50%{opacity:1;transform:scale(1.2)}}.stage-controls{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;background:#161b22;border:1px solid #30363d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-shrink:0}.ctrl-btn{display:flex;align-items:center;gap:7px;padding:9px 15px;border-radius:6px;border:1px solid #30363d;background:#ffffff0a;color:#f0f6fc;font-size:.83rem;cursor:pointer;transition:all .18s ease;white-space:nowrap}.ctrl-btn:hover{border-color:#58a6ff;background:#ffffff14}.ctrl-btn.muted{border-color:#ef444466;color:#fca5a5}.ctrl-btn.end{border-color:#ef444473;background:#ef44441f;color:#fca5a5;font-weight:500}.ctrl-btn.end:hover{background:#ef444433}.ctrl-spacer{flex:1;display:flex;justify-content:center;min-width:0}.mic-lock-chip{font-size:.75rem;color:#fde047;background:#eab3081a;border:1px solid rgba(234,179,8,.28);padding:5px 11px;border-radius:999px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:900px){.self-view{width:112px}.stage-caption{max-width:calc(100% - 32px);font-size:.85rem}.ctrl-btn span{display:none}.mic-lock-chip{font-size:.68rem}}.interview-room{display:flex;flex-direction:column;height:calc(100vh - 80px);background:#0d1117;position:relative}.interview-header{background:#161b22;border-bottom:1px solid #21262d;padding:1rem 1.75rem;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;z-index:10}.interview-info h2{font-size:1.25rem;font-weight:600;color:#f0f6fc;margin:0 0 .3rem;letter-spacing:-.025em}.interview-meta{display:flex;align-items:center;gap:.625rem;font-size:.8125rem;color:#7d8590}.meta-item{text-transform:capitalize;color:#8b949e;font-weight:500}.meta-divider{color:#30363d}.progress-info{display:flex;align-items:center;gap:1rem}.question-count{font-size:.875rem;font-weight:500;color:#58a6ff;background:#388bfd26;border:1px solid rgba(56,139,253,.3);padding:.3rem .75rem;border-radius:6px}.phase-pills{display:flex;gap:6px;align-items:center}.phase-pill{width:26px;height:4px;border-radius:2px;background:#30363d;transition:background .25s ease}.phase-pill.done{background:#3fb950}.phase-pill.active{background:#58a6ff;animation:phasePulse 2s ease-in-out infinite}@keyframes phasePulse{0%,to{box-shadow:0 0 4px #58a6ff66}50%{box-shadow:0 0 10px #58a6ffd9}}.interview-body{flex:1;min-height:0;display:grid;grid-template-columns:1fr 320px;gap:14px;padding:14px;overflow:hidden}.interview-body.with-editor{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr)}.interview-body.with-editor .transcript-panel{display:none}.stage-column{display:flex;flex-direction:column;gap:10px;min-width:0;min-height:0}.transcript-panel{display:flex;flex-direction:column;background:#161b22;border:1px solid #21262d;border-radius:12px;overflow:hidden;min-height:0}.transcript-header{padding:.75rem 1rem;font-size:.8125rem;font-weight:600;color:#8b949e;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #21262d;flex-shrink:0}.transcript-body{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.transcript-line{display:flex;flex-direction:column;gap:.25rem}.transcript-speaker{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#7d8590}.transcript-line.user .transcript-speaker{color:#58a6ff}.transcript-line p{margin:0;font-size:.85rem;line-height:1.55;color:#c9d1d9}.transcript-line.user p{color:#e6edf3}.transcript-line.system p{color:#f0883e;font-size:.8rem;font-style:italic}.typing-indicator{display:flex;gap:.375rem;padding:.5rem 0;width:fit-content}.typing-indicator span{width:7px;height:7px;border-radius:50%;background:#58a6ff;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.3}30%{transform:translateY(-7px);opacity:1}}.quick-replies{display:flex;gap:.6rem;align-items:center;justify-content:center;flex-shrink:0;flex-wrap:wrap}.quick-reply-btn{padding:.45rem 1.1rem;border-radius:20px;font-size:.83rem;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid #30363d;background:#161b22;color:#c9d1d9}.quick-reply-btn:hover{border-color:#58a6ff;color:#58a6ff;transform:translateY(-1px)}.quick-reply-btn.primary{background:#388bfd26;border-color:#388bfd66;color:#58a6ff}.quick-reply-btn.primary:hover{background:#388bfd40;box-shadow:0 4px 12px #388bfd33}.quick-reply-hint{font-size:.75rem;color:#7d8590}.code-panel{display:flex;flex-direction:column;border:1px solid #388bfd;border-radius:12px;background:#0d1117;overflow:hidden;min-width:0;min-height:0}.code-panel-header{display:flex;justify-content:space-between;align-items:center;padding:.7rem 1rem;background:#161b22;border-bottom:1px solid #21262d;flex-shrink:0;gap:.5rem}.code-panel-header h3{font-size:.9rem;font-weight:600;color:#f0f6fc;margin:0}.code-panel-actions{display:flex;align-items:center;gap:.6rem}.code-panel-body{flex:1;overflow:auto}.test-results-badge{font-size:.78rem;font-weight:600;padding:.25rem .7rem;border-radius:12px;background:#3fb95026;color:#3fb950;border:1px solid rgba(63,185,80,.3);white-space:nowrap}.btn-submit-code-ai{padding:.45rem 1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:.83rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #3b82f64d;white-space:nowrap}.btn-submit-code-ai:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 14px #3b82f673}.btn-submit-code-ai:disabled{opacity:.45;cursor:not-allowed;background:#30363d;box-shadow:none}.btn-close-panel{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#f851491f;color:#f85149;border:1px solid rgba(248,81,73,.25);border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s;flex-shrink:0}.btn-close-panel:hover{background:#f8514940;border-color:#f8514973}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;color:#c9d1d9}.spinner{width:40px;height:40px;border:3px solid #21262d;border-top:3px solid #58a6ff;border-radius:50%;animation:spin .8s linear infinite}.loading-container p{color:#8b949e;font-size:.9375rem}.error-message{color:#f85149;font-size:.9375rem;font-weight:500}.btn-retry{padding:.6rem 1.25rem;background:#1f6feb;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-retry:hover{background:#388bfd;transform:translateY(-1px);box-shadow:0 4px 12px #1f6feb4d}@media(max-width:1100px){.interview-body{grid-template-columns:1fr;grid-template-rows:1fr auto}.transcript-panel{max-height:200px}.interview-body.with-editor{grid-template-columns:1fr;grid-template-rows:minmax(220px,.9fr) 1fr}}@media(max-width:700px){.interview-header{padding:.8rem 1rem;flex-direction:column;align-items:flex-start;gap:.6rem}}.interview-results{padding:2rem;max-width:1200px;margin:0 auto;background:#f9fafb;min-height:calc(100vh - 80px)}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.header-content h1{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.header-content p{font-size:1.1rem;color:#6b7280;margin:0}.btn-back-dashboard{padding:.75rem 1.5rem;background:#fff;color:#4f46e5;border:2px solid #4f46e5;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-back-dashboard:hover{background:#4f46e5;color:#fff}.score-card{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.score-main{display:flex;align-items:center;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #f3f4f6}.score-circle{width:140px;height:140px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;border:8px solid}.score-excellent{border-color:#10b981;background:#d1fae5}.score-good{border-color:#3b82f6;background:#dbeafe}.score-average{border-color:#f59e0b;background:#fef3c7}.score-needs-work{border-color:#ef4444;background:#fee2e2}.score-value{font-size:3rem;font-weight:700;line-height:1}.score-excellent .score-value{color:#059669}.score-good .score-value{color:#2563eb}.score-average .score-value{color:#d97706}.score-needs-work .score-value{color:#dc2626}.score-max{font-size:1rem;color:#6b7280}.score-info h2{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem}.score-label{font-size:1.1rem;font-weight:500;padding:.5rem 1rem;border-radius:8px;display:inline-block}.score-label.score-excellent{background:#d1fae5;color:#059669}.score-label.score-good{background:#dbeafe;color:#2563eb}.score-label.score-average{background:#fef3c7;color:#d97706}.score-label.score-needs-work{background:#fee2e2;color:#dc2626}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.metric-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:12px}.metric-icon{font-size:2rem}.metric-details{display:flex;flex-direction:column}.metric-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.metric-value{font-size:1.25rem;font-weight:600;color:#1a1a1a}.results-tabs{display:flex;gap:.5rem;background:#fff;padding:.5rem;border-radius:12px;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000d}.tab{flex:1;padding:.75rem 1.5rem;background:transparent;border:none;border-radius:8px;font-size:1rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s}.tab:hover{background:#f9fafb;color:#1a1a1a}.tab.active{background:#4f46e5;color:#fff}.tab-content{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000000d;min-height:400px}.overview-content{display:flex;flex-direction:column;gap:2rem}.feedback-section{padding:1.5rem;background:#f9fafb;border-radius:12px}.section-title{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.title-icon{font-size:1.5rem}.feedback-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.feedback-list li{padding:1rem;background:#fff;border-radius:8px;border-left:4px solid;font-size:.95rem;line-height:1.6}.strengths-list li{border-color:#10b981}.improvements-list li{border-color:#f59e0b}.detailed-feedback{padding:1.5rem;background:#fff;border-radius:8px;font-size:.95rem;line-height:1.8;color:#374151;white-space:pre-wrap}.no-data{text-align:center;color:#9ca3af;font-style:italic;padding:2rem}.breakdown-categories{display:flex;flex-direction:column;gap:1.5rem}.category-card{padding:1.5rem;background:#f9fafb;border-radius:12px}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.category-header h4{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0}.category-score{font-size:1.25rem;font-weight:600;color:#4f46e5}.category-progress{height:12px;background:#e5e7eb;border-radius:6px;overflow:hidden;margin-bottom:1rem}.progress-fill{height:100%;transition:width .5s ease;border-radius:6px}.category-feedback{font-size:.9rem;color:#6b7280;line-height:1.6;margin:0}.transcript-messages{display:flex;flex-direction:column;gap:1rem}.transcript-message{padding:1rem;border-radius:12px;border-left:4px solid}.transcript-message.user{background:#eef2ff;border-color:#4f46e5}.transcript-message.interviewer{background:#f9fafb;border-color:#9ca3af}.transcript-message .message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.transcript-message .message-sender{font-size:.875rem;font-weight:600;color:#374151}.transcript-message .message-time{font-size:.75rem;color:#9ca3af}.transcript-message .message-text{font-size:.95rem;line-height:1.6;color:#1f2937;white-space:pre-wrap}.results-actions{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.btn-retry-interview,.btn-view-history{padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.btn-retry-interview{background:#4f46e5;color:#fff}.btn-retry-interview:hover{background:#4338ca;transform:translateY(-2px);box-shadow:0 4px 12px #4f46e54d}.btn-view-history{background:#fff;color:#4f46e5;border:2px solid #4f46e5}.btn-view-history:hover{background:#eef2ff}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #4f46e5;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{color:#ef4444;font-size:1.1rem}.btn-retry,.btn-back{padding:.75rem 1.5rem;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .2s}.btn-retry:hover,.btn-back:hover{background:#4338ca}@media(max-width:768px){.interview-results{padding:1rem}.results-header{flex-direction:column;align-items:flex-start;gap:1rem}.score-main{flex-direction:column;text-align:center}.metrics-grid{grid-template-columns:1fr}.results-tabs{flex-direction:column}.tab-content{padding:1rem}.results-actions{flex-direction:column}.btn-retry-interview,.btn-view-history{width:100%}}.mentor-badge{display:inline-block;background:#8b5cf626;border:1px solid rgba(139,92,246,.4);color:#a78bfa;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .75rem;border-radius:20px;margin-bottom:1rem}.btn-mentor-submit{background:linear-gradient(135deg,#8b5cf6,#6d28d9)!important;box-shadow:0 4px 12px #8b5cf64d!important}.btn-mentor-submit:hover:not(:disabled){box-shadow:0 8px 24px #8b5cf666!important}.mentor-link{color:#8b5cf6!important}.mentor-link:hover{color:#7c3aed!important}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.form-textarea{padding:1rem 1.25rem;border:1.5px solid rgba(255,255,255,.1);border-radius:12px;font-size:1rem;background:#ffffff08;color:#fff;transition:all .3s;resize:vertical;font-family:inherit;width:100%;box-sizing:border-box}.form-textarea:focus{outline:none;border-color:#8b5cf6;background:#ffffff0d;box-shadow:0 0 0 3px #8b5cf61a}.mentor-auth-right{background:linear-gradient(135deg,#1a1035,#0f172a)!important}.mentor-auth-right:before{background:radial-gradient(circle at 20% 50%,rgba(139,92,246,.15),transparent 50%),radial-gradient(circle at 80% 80%,rgba(109,40,217,.15),transparent 50%)!important}.mentor-gradient{background:linear-gradient(135deg,#8b5cf6,#a78bfa)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.mentor-quote{color:#8b5cf6!important}.mentor-avatar{background:linear-gradient(135deg,#8b5cf6,#6d28d9)!important}.mentor-card:hover{border-color:#8b5cf64d!important}.mentor-feature-icon{background:#8b5cf633!important;border:1px solid rgba(139,92,246,.3)!important;color:#8b5cf6!important}@media(max-width:600px){.form-row{grid-template-columns:1fr}}.dash-page{min-height:100vh;background:#0a0f1e;color:#fff;display:flex;flex-direction:column}.dash-navbar{display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:64px;background:#0f172ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;z-index:100}.dash-logo{display:flex;align-items:center;gap:.5rem;cursor:pointer}.dash-logo-icon{font-size:1.25rem;color:#3b82f6;font-weight:700}.dash-logo-text{font-size:1.125rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dash-mentor-tag{font-size:.7rem;font-weight:600;letter-spacing:.06em;color:#8b5cf6;background:#8b5cf626;border:1px solid rgba(139,92,246,.3);padding:.15rem .5rem;border-radius:10px}.dash-nav-right{display:flex;align-items:center;gap:1rem}.dash-mentor-name{font-size:.9rem;color:#ffffffb3}.dash-logout-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;cursor:pointer;transition:all .2s}.dash-logout-btn:hover{background:#ff3b301a;border-color:#ff3b304d;color:#ff6b6b}.dash-content{display:flex;flex:1}.dash-sidebar{width:200px;background:#0f172a99;border-right:1px solid rgba(255,255,255,.06);padding:1.5rem 0;display:flex;flex-direction:column;gap:.25rem;flex-shrink:0}.dash-tab-btn{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;background:none;border:none;border-left:3px solid transparent;color:#fff9;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s;text-align:left;width:100%;position:relative}.dash-tab-btn:hover{background:#ffffff0a;color:#fff}.dash-tab-btn.active{background:#3b82f61f;border-left-color:#3b82f6;color:#3b82f6;font-weight:600}.dash-tab-icon{font-size:1.1rem;width:22px}.dash-tab-label{flex:1}.dash-tab-badge{background:#3b82f6;color:#fff;font-size:.7rem;font-weight:700;padding:.15rem .45rem;border-radius:10px}.dash-main{flex:1;padding:2rem;overflow-y:auto}.dash-section-title{font-size:1.375rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.dash-loading{display:flex;justify-content:center;padding:3rem}.dash-spinner{width:36px;height:36px;border:3px solid rgba(255,255,255,.1);border-top-color:#3b82f6;border-radius:50%;animation:dashSpin .8s linear infinite}@keyframes dashSpin{to{transform:rotate(360deg)}}.dash-empty{text-align:center;padding:3rem 1rem;color:#ffffff73}.dash-requests-list{display:flex;flex-direction:column;gap:1rem;max-width:720px}.dash-request-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;transition:border-color .3s}.dash-request-card:hover{border-color:#3b82f633}.dash-request-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.dash-student-name{font-size:1.0625rem;font-weight:700;color:#fff;margin-bottom:.3rem}.dash-req-type-badge{display:inline-block;font-size:.75rem;font-weight:500;color:#ffffff80;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:.2rem .6rem;border-radius:20px}.dash-status-badge{display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:20px;white-space:nowrap}.dash-req-message{font-size:.9rem;color:#ffffffb3;line-height:1.5}.dash-req-time{font-size:.8rem;color:#ffffff80}.dash-label{color:#ffffff59;margin-right:.25rem}.dash-req-date{font-size:.8rem;color:#ffffff59}.dash-respond-buttons{display:flex;gap:.75rem}.dash-btn-accept{background:linear-gradient(135deg,#22c55e33,#10b98133);border:1px solid rgba(34,197,94,.4);color:#4ade80;padding:.6rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.dash-btn-accept:hover:not(:disabled){background:#22c55e4d;box-shadow:0 4px 12px #22c55e33}.dash-btn-decline{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171;padding:.6rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.dash-btn-decline:hover:not(:disabled){background:#ef444433}.dash-btn-accept:disabled,.dash-btn-decline:disabled{opacity:.5;cursor:not-allowed}.dash-btn-chat{align-self:flex-start;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;color:#fff;padding:.6rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.dash-btn-chat:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.dash-profile-header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.dash-profile-avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;flex-shrink:0}.dash-profile-name{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.25rem}.dash-profile-role{font-size:.9rem;color:#fff9;margin-bottom:.5rem}.star-display{display:flex;align-items:center;gap:.15rem}.dash-star{font-size:1rem;color:#fff3}.dash-star.filled{color:#f59e0b}.dash-rating-value{font-size:.85rem;color:#fff9;margin-left:.4rem}.dash-approval-notice{margin-top:.75rem;background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);color:#fbbf24;font-size:.8rem;padding:.5rem .875rem;border-radius:8px}.dash-profile-view{max-width:600px}.dash-detail-grid{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.dash-detail-item{background:#ffffff05;border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:1rem}.dash-detail-label{display:block;font-size:.75rem;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.4rem}.dash-detail-value{font-size:.9rem;color:#ffffffd9;line-height:1.5}.dash-tags{display:flex;flex-wrap:wrap;gap:.4rem}.dash-tag{display:inline-block;background:#3b82f626;border:1px solid rgba(59,130,246,.25);color:#93c5fd;font-size:.75rem;font-weight:500;padding:.25rem .625rem;border-radius:20px}.dash-btn-edit{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;color:#fff;padding:.75rem 1.5rem;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.dash-btn-edit:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.dash-profile-form{display:flex;flex-direction:column;gap:1.25rem;max-width:600px}.dash-form-group{display:flex;flex-direction:column;gap:.4rem}.dash-form-label{font-size:.8rem;font-weight:600;color:#ffffff80}.dash-form-input,.dash-form-textarea{padding:.875rem 1rem;background:#ffffff08;border:1.5px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:.9rem;font-family:inherit;transition:all .3s}.dash-form-input::placeholder,.dash-form-textarea::placeholder{color:#ffffff59}.dash-form-input:focus,.dash-form-textarea:focus{outline:none;border-color:#3b82f6;background:#ffffff0d;box-shadow:0 0 0 3px #3b82f61a}.dash-form-textarea{resize:vertical}.dash-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.dash-form-actions{display:flex;gap:.75rem}.dash-btn-save{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;color:#fff;padding:.875rem 1.5rem;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.dash-btn-save:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.dash-btn-save:disabled{opacity:.6;cursor:not-allowed}.dash-btn-cancel{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;padding:.875rem 1.5rem;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.dash-btn-cancel:hover{background:#ffffff14}.dash-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#4ade80;padding:.875rem 1rem;border-radius:10px;font-size:.9rem;margin-bottom:1rem}.dash-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#fca5a5;padding:.875rem 1rem;border-radius:10px;font-size:.9rem;margin-bottom:1rem}.dash-rating-summary{margin-bottom:2rem}.dash-big-rating{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem;display:inline-flex}.dash-rating-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#f59e0b,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.dash-review-count{font-size:.875rem;color:#ffffff73}.dash-reviews-list{display:flex;flex-direction:column;gap:1rem;max-width:600px}.dash-review-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.dash-review-header{display:flex;justify-content:space-between;align-items:center}.dash-reviewer-name{font-size:.9rem;font-weight:600;color:#fff}.dash-review-stars{display:flex;gap:.1rem}.dash-review-text{font-size:.875rem;color:#ffffffb3;line-height:1.5}.dash-review-date{font-size:.75rem;color:#ffffff59}@media(max-width:768px){.dash-content{flex-direction:column}.dash-sidebar{width:100%;flex-direction:row;border-right:none;border-bottom:1px solid rgba(255,255,255,.06);padding:.5rem;overflow-x:auto}.dash-tab-btn{border-left:none;border-bottom:3px solid transparent;flex-direction:column;padding:.5rem 1rem;gap:.25rem;font-size:.8rem}.dash-tab-btn.active{border-left-color:transparent;border-bottom-color:#3b82f6}.dash-main{padding:1rem}.dash-form-row{grid-template-columns:1fr}}.mentorship-page{padding:2rem;min-height:100vh;background:#0a0f1e;color:#fff}.mentorship-header{margin-bottom:2rem}.page-title{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.page-subtitle{color:#fff9;font-size:1rem}.mentorship-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:0}.tab-btn{background:none;border:none;color:#ffffff80;font-size:.95rem;font-weight:500;padding:.75rem 1.5rem;cursor:pointer;border-bottom:2px solid transparent;transition:all .3s;margin-bottom:-1px}.tab-btn:hover{color:#fffc}.tab-btn.active{color:#3b82f6;border-bottom-color:#3b82f6;font-weight:600}.search-filter-bar{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.search-input{flex:2;min-width:200px;padding:.875rem 1.25rem;background:#ffffff08;border:1.5px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:.95rem;transition:all .3s}.filter-input{flex:1;min-width:150px;padding:.875rem 1.25rem;background:#ffffff08;border:1.5px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:.95rem;transition:all .3s}.search-input::placeholder,.filter-input::placeholder{color:#fff6}.search-input:focus,.filter-input:focus{outline:none;border-color:#3b82f6;background:#ffffff0d;box-shadow:0 0 0 3px #3b82f61a}.mentors-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.mentor-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:all .3s}.mentor-card:hover{transform:translateY(-4px);border-color:#3b82f64d;box-shadow:0 12px 32px #0000004d}.mentor-card-header{display:flex;align-items:flex-start;gap:1rem}.mentor-avatar-circle{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;color:#fff;flex-shrink:0}.mentor-info{flex:1;min-width:0}.mentor-name{font-size:1.0625rem;font-weight:700;color:#fff;margin-bottom:.2rem}.mentor-role{font-size:.875rem;color:#ffffffb3;margin-bottom:.15rem}.mentor-exp{font-size:.8rem;color:#ffffff73}.mentor-specializations{display:flex;flex-wrap:wrap;gap:.4rem}.spec-tag{display:inline-block;background:#3b82f626;border:1px solid rgba(59,130,246,.25);color:#93c5fd;font-size:.75rem;font-weight:500;padding:.25rem .625rem;border-radius:20px}.star-rating{display:flex;align-items:center;gap:.15rem}.star{font-size:1rem;color:#fff3}.star.filled{color:#f59e0b}.rating-value{font-size:.8rem;color:#fff9;margin-left:.4rem}.mentor-pricing{font-size:.85rem;color:#ffffff8c;display:flex;gap:.5rem;align-items:center}.price-divider{color:#ffffff4d}.btn-view-profile{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:.75rem;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s;margin-top:auto}.btn-view-profile:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.loading-state,.empty-state{text-align:center;padding:4rem 2rem;color:#ffffff80}.loading-state .spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}.btn-browse{margin-top:1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s}.success-message{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#4ade80;padding:.875rem 1rem;border-radius:10px;text-align:center;margin-bottom:1.5rem;font-size:.9rem}.modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-content{background:#0f172a;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;max-width:560px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 24px 64px #00000080}.modal-form{max-width:480px}.modal-close{position:absolute;top:1rem;right:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff9;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.875rem;transition:all .2s}.modal-close:hover{background:#ffffff1a;color:#fff}.modal-header{display:flex;align-items:flex-start;gap:1.25rem;margin-bottom:1.5rem}.modal-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;flex-shrink:0}.modal-name{font-size:1.375rem;font-weight:700;color:#fff;margin-bottom:.25rem}.modal-role{font-size:.9rem;color:#ffffffa6;margin-bottom:.5rem}.modal-bio{color:#ffffffbf;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;padding:1rem;background:#ffffff08;border-radius:10px;border:1px solid rgba(255,255,255,.07)}.modal-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.detail-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#ffffffbf}.detail-label{color:#ffffff73;font-weight:500}.detail-link{color:#3b82f6;text-decoration:none}.detail-link:hover{text-decoration:underline}.modal-specializations{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem}.modal-actions{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem}.pricing-display{display:flex;gap:1rem;margin-bottom:1.25rem}.price-block{flex:1;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:.875rem;text-align:center}.price-label{font-size:.75rem;color:#ffffff73;margin-bottom:.4rem}.price-value{font-size:1.125rem;font-weight:700;color:#fff}.modal-cta-buttons{display:flex;gap:.75rem}.btn-request{flex:1;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:.875rem;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-request:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.btn-request-full{background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.btn-request-full:hover{box-shadow:0 6px 16px #8b5cf666}.modal-title{font-size:1.375rem;font-weight:700;color:#fff;margin-bottom:.25rem}.modal-subtitle{color:#ffffff80;font-size:.9rem;margin-bottom:1.5rem}.request-form{display:flex;flex-direction:column;gap:1.25rem}.form-label{display:block;font-size:.875rem;color:#fff9;margin-bottom:.5rem}.form-textarea{width:100%;box-sizing:border-box;padding:1rem 1.25rem;background:#ffffff08;border:1.5px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:.95rem;font-family:inherit;resize:vertical;transition:all .3s}.form-textarea::placeholder{color:#fff6}.form-textarea:focus{outline:none;border-color:#3b82f6;background:#ffffff0d;box-shadow:0 0 0 3px #3b82f61a}.form-input{width:100%;box-sizing:border-box;padding:.875rem 1.25rem;background:#ffffff08;border:1.5px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:.95rem;transition:all .3s}.form-input::placeholder{color:#fff6}.form-input:focus{outline:none;border-color:#3b82f6;background:#ffffff0d;box-shadow:0 0 0 3px #3b82f61a}.btn-submit-request{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:1rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #3b82f64d}.btn-submit-request:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #3b82f666}.btn-submit-request:disabled{opacity:.6;cursor:not-allowed}.requests-list{display:flex;flex-direction:column;gap:1rem;max-width:700px}.request-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;transition:all .3s}.request-card:hover{border-color:#3b82f633}.request-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.request-mentor-name{font-size:1.0625rem;font-weight:700;color:#fff;margin-bottom:.35rem}.request-type-badge{display:inline-block;font-size:.75rem;font-weight:500;color:#ffffff80;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:.2rem .6rem;border-radius:20px}.status-badge{display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:20px;white-space:nowrap}.request-message{font-size:.9rem;color:#ffffffa6;line-height:1.5}.request-time{font-size:.8rem;color:#ffffff73}.request-date{font-size:.8rem;color:#ffffff59}.btn-open-chat{align-self:flex-start;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:.6rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-open-chat:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.error-message{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#fca5a5;padding:.875rem 1rem;border-radius:10px;text-align:center;font-size:.9rem}@media(max-width:768px){.mentorship-page{padding:1rem}.search-filter-bar{flex-direction:column}.mentors-grid{grid-template-columns:1fr}.modal-cta-buttons{flex-direction:column}}.chat-page{display:flex;flex-direction:column;height:100vh;background:#0a0f1e;color:#fff}.chat-header{display:flex;align-items:center;gap:1rem;padding:0 1.5rem;height:60px;background:#0f172ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.chat-back-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;padding:.5rem .875rem;border-radius:8px;font-size:.875rem;cursor:pointer;transition:all .2s;white-space:nowrap}.chat-back-btn:hover{background:#ffffff14;color:#fff}.chat-header-info{display:flex;align-items:center;gap:1rem;flex:1}.chat-title{font-size:1.0625rem;font-weight:700;color:#fff}.chat-status{display:flex;align-items:center;gap:.4rem;font-size:.8rem}.chat-status.online{color:#4ade80}.chat-status.offline{color:#fff6}.status-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.chat-status.online .status-dot{animation:statusPulse 2s infinite}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.5}}.chat-error{background:#ef44441a;border-bottom:1px solid rgba(239,68,68,.3);color:#fca5a5;padding:.75rem 1.5rem;font-size:.875rem;text-align:center;flex-shrink:0}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:.25rem;scroll-behavior:smooth}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.chat-empty{flex:1;display:flex;align-items:center;justify-content:center;color:#ffffff59;font-size:.9rem}.message-wrapper{display:flex;flex-direction:column;max-width:72%;margin-bottom:.35rem}.message-wrapper.own{align-self:flex-end;align-items:flex-end}.message-wrapper.other{align-self:flex-start;align-items:flex-start}.message-sender-name{font-size:.75rem;color:#ffffff73;margin-bottom:.2rem;padding:0 .25rem}.message-bubble{padding:.75rem 1rem;border-radius:14px;font-size:.9375rem;line-height:1.5;word-break:break-word;white-space:pre-wrap}.message-bubble.own{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-bottom-right-radius:4px}.message-bubble.other{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffffffe6;border-bottom-left-radius:4px}.message-time{font-size:.7rem;color:#ffffff4d;margin-top:.2rem;padding:0 .25rem}.chat-input-bar{display:flex;align-items:flex-end;gap:.75rem;padding:1rem 1.5rem;background:#0f172acc;border-top:1px solid rgba(255,255,255,.08);flex-shrink:0}.chat-input{flex:1;padding:.875rem 1.125rem;background:#ffffff0a;border:1.5px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:.9375rem;font-family:inherit;resize:none;line-height:1.4;transition:all .3s;max-height:120px;overflow-y:auto}.chat-input::placeholder{color:#ffffff59}.chat-input:focus{outline:none;border-color:#3b82f6;background:#ffffff0f;box-shadow:0 0 0 3px #3b82f61a}.chat-input:disabled{opacity:.5;cursor:not-allowed}.chat-send-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;color:#fff;padding:.875rem 1.5rem;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;flex-shrink:0;align-self:flex-end;box-shadow:0 4px 12px #3b82f64d}.chat-send-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 18px #3b82f666}.chat-send-btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}@media(max-width:600px){.chat-messages{padding:1rem}.message-wrapper{max-width:88%}.chat-input-bar{padding:.75rem 1rem}}#root{width:100%;min-height:100vh;margin:0;padding:0;display:flex;flex-direction:column}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:transparent}.spinner{width:50px;height:50px;border:4px solid var(--glass-border);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite;box-shadow:0 0 15px #3b82f64d}.spinner+p{margin-top:1rem;color:var(--text-secondary);font-size:1rem;font-weight:500;letter-spacing:.5px}@keyframes spin{to{transform:rotate(360deg)}}
