@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);:root{--primary:#3b82f6;--primary-hover:#2563eb;--secondary:#06b6d4;--accent:#10b981;--dark:#0a0a0f;--darker:#050508;--light:#f8fafc;--text-main:#fff;--text-muted:#94a3b8;--glass:#ffffff0d;--glass-dark:#0a0a0fe6;--glow-blue:#3b82f680;--glow-cyan:#06b6d480}*{box-sizing:border-box;margin:0;padding:0}.landing{background:#050508;background:var(--darker);color:#fff;color:var(--text-main);display:flex;flex-direction:column;font-family:Inter,-apple-system,sans-serif;min-height:100vh;overflow-x:hidden}.navbar{align-items:center;background:#0000;display:flex;justify-content:space-between;left:0;padding:20px 8vw;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a0fe6;background:var(--glass-dark);box-shadow:0 4px 20px #0000001a;color:#fff;padding:12px 8vw}.navbar-logo{align-items:center;cursor:pointer;display:flex;gap:10px}.logo-icon-img{filter:drop-shadow(0 0 15px rgba(124,58,237,.2));height:60px}.navbar-logo:hover .logo-icon-img{transform:scale(1.05)}.navbar-links{display:flex;gap:32px}.navbar-links span{color:inherit;cursor:pointer;font-size:14px;font-weight:500;opacity:.8;transition:opacity .2s}.navbar-links span:hover{opacity:1}.navbar-actions{display:flex;gap:12px}.login-btn{background:#3b82f61a;border:2px solid #3b82f680;border-radius:10px;color:#3b82f6;cursor:pointer;font-weight:600;padding:10px 24px;transition:all .3s ease}.login-btn:hover{background:#3b82f633;border-color:#3b82f6;transform:translateY(-2px)}.register-btn{background:linear-gradient(135deg,#3b82f6,#06b6d4);border:none;border-radius:10px;box-shadow:0 4px 15px #3b82f666;color:#fff;cursor:pointer;font-weight:600;padding:10px 24px;transition:all .3s ease}.register-btn:hover{box-shadow:0 8px 25px #3b82f680;transform:translateY(-2px)}.hero{grid-gap:60px;background:radial-gradient(circle at top right,#4f46e50d,#0000),radial-gradient(circle at bottom left,#0ea5e90d,#0000);display:grid;gap:60px;grid-template-columns:1.2fr .8fr;padding:160px 8vw 100px}.hero,.hero-badge{align-items:center}.hero-badge{background:#4f46e51a;border-radius:100px;color:#3b82f6;color:var(--primary);display:inline-flex;font-size:13px;font-weight:600;gap:8px;margin-bottom:24px;padding:6px 16px}.hero-badge-dot{animation:pulse 2s infinite;background:#10b981;background:var(--accent);border-radius:50%;box-shadow:0 0 10px #10b981;box-shadow:0 0 10px var(--accent);height:8px;width:8px}.hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0f172a,#334155);-webkit-background-clip:text;background-clip:text;font-size:56px;font-weight:800;line-height:1.1;margin-bottom:24px}.hero p{color:#94a3b8;color:var(--text-muted);font-size:18px;line-height:1.6;margin-bottom:40px}.hero-actions{display:flex;gap:16px;margin-bottom:48px}.glow-btn{background:#3b82f6;background:var(--primary);border:none;border-radius:12px;box-shadow:0 10px 25px #4f46e566;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px 32px;transition:transform .2s,box-shadow .2s}.glow-btn:hover{box-shadow:0 15px 30px #4f46e580;transform:translateY(-2px)}.outline-btn{background:#fff;border:1px solid #0000001a;border-radius:12px;color:#fff;color:var(--text-main);cursor:pointer;font-size:16px;font-weight:600;padding:14px 32px;transition:all .2s}.outline-btn:hover{background:#f1f5f9;border-color:#0003}.hero-trust{border-top:1px solid #0000000d;padding-top:24px}.hero-trust p{font-size:14px;font-weight:600;margin-bottom:12px;opacity:.6}.trust-icons{display:flex;font-size:16px;font-weight:700;gap:24px;opacity:.4}.hero-card,.hero-visual{position:relative}.hero-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;background:var(--glass);border:1px solid #ffffff80;border-radius:24px;box-shadow:0 30px 60px #0000001a;padding:32px;z-index:2}.hero-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.hero-card-title{font-size:15px;font-weight:700}.hero-chip{background:#10b9811a;border-radius:100px;color:#10b981;color:var(--accent);font-size:12px;font-weight:700;padding:4px 12px}.hero-card-metrics{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}.hero-metric-label{color:#94a3b8;color:var(--text-muted);font-size:12px;font-weight:600;text-transform:uppercase}.hero-metric-value{color:#0a0a0f;color:var(--dark);font-size:28px;font-weight:800}.hero-metric-sub{color:#10b981;color:var(--accent);font-size:12px;font-weight:600}.hero-card-footer{border-top:1px solid #0000000d;padding-top:20px}.user-stack{align-items:center;display:flex}.user-stack img{border:2px solid #fff;border-radius:50%;height:32px;margin-left:-10px;width:32px}.user-stack img:first-child{margin-left:0}.user-stack span{color:#94a3b8;color:var(--text-muted);font-size:13px;font-weight:600;margin-left:12px}.floating-blob{background:#3b82f6;background:var(--primary);border-radius:50%;filter:blur(80px);height:200px;opacity:.15;position:absolute;right:-20px;top:-20px;width:200px;z-index:1}section{padding:100px 8vw}.section-header{margin:0 auto 64px;max-width:600px;text-align:center}.section-header h2{font-size:36px;font-weight:800;margin-bottom:16px}.section-header p{color:#94a3b8;color:var(--text-muted);font-size:18px}.stats{background:#0a0a0f;padding:80px 8vw}.stats .section-header h2{color:#fff}.stats .section-header p{color:#94a3b8}.stats-grid{grid-gap:32px;gap:32px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.stat-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:24px;padding:40px}.stat-card:hover{border-color:#3b82f680;box-shadow:0 20px 40px #3b82f626;transform:translateY(-10px)}.stat-icon{font-size:40px;margin-bottom:20px}.stat-card h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#06b6d4);-webkit-background-clip:text;background-clip:text;font-size:40px;font-weight:800;margin-bottom:8px}.stat-card p{color:#94a3b8;font-weight:600}.recruiters{background:#0a0a0f;padding:80px 8vw}.recruiters .section-header h2{color:#fff}.recruiters .section-header p{color:#94a3b8}.recruiter-logos{flex-wrap:wrap;gap:32px}.logo-wrapper,.recruiter-logos{display:flex;justify-content:center}.logo-wrapper{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;height:100px;padding:20px;transition:all .3s ease;width:180px}.logo-wrapper:hover{border-color:#3b82f680;box-shadow:0 10px 30px #3b82f626;transform:translateY(-5px)}.recruiter-logos img{filter:grayscale(0);max-height:100%;max-width:100%;object-fit:contain;opacity:1;transition:all .3s}.logo-wrapper:hover img{transform:scale(1.1)}.amazon-logo{background:#fff!important}.amazon-logo img{filter:brightness(1.2) contrast(1.1)}.accenture-logo{background:#000!important}.accenture-logo img{filter:brightness(1.3) contrast(1.2)}.myntra-logo{background:#ffffff0d!important;border:1px solid #ffffff1a}.myntra-logo img{filter:brightness(1.1) contrast(1.1)}.notices{background:#0a0a0f;background:var(--dark);color:#fff}.notices .section-header p{color:#94a3b8}.notices-list{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.notice-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;display:flex;gap:20px;padding:24px;transition:background .3s}.notice-item:hover{background:#ffffff1a}.notice-icon{font-size:24px}.notice-content h3{font-size:18px;margin-bottom:8px}.notice-content p{color:#94a3b8;font-size:14px;line-height:1.5}.landing-footer{background:#0a0a0f;border-top:1px solid #ffffff1a;color:#fff;padding:80px 8vw 40px}.footer-content{grid-gap:60px;display:grid;gap:60px;grid-template-columns:2fr 1fr 1.5fr;margin-bottom:60px}.footer-logo{max-width:300px}.footer-logo .logo-icon-img{height:60px;margin-bottom:20px}.footer-logo p{color:#94a3b8;font-size:14px;line-height:1.6}.footer-contact h4,.footer-links h4{color:#fff;font-size:16px;font-weight:700;margin-bottom:24px}.footer-links{display:flex;flex-direction:column;gap:12px}.footer-links span{color:#94a3b8;cursor:pointer;font-size:14px;transition:all .2s}.footer-links span:hover{color:#3b82f6}.footer-contact p{color:#94a3b8;font-size:14px;margin-bottom:12px}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:40px;text-align:center}.footer-bottom p{color:#64748b;font-size:14px}@media (max-width:1024px){.hero{grid-template-columns:1fr;padding-top:140px;text-align:center}.hero-actions,.hero-trust,.trust-icons{justify-content:center}.hero-text{max-width:100%}.hero h1{font-size:44px}.footer-content{grid-template-columns:1fr 1fr}}@media (max-width:768px){.navbar-links{display:none}.hero,.navbar{padding-inline:4vw}.footer-content{gap:40px;grid-template-columns:1fr}}.hero-dark{align-items:center;background:#050508;background:var(--darker);display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:120px 8vw 80px;position:relative}.glow-ring{animation:pulse-glow 4s ease-in-out infinite;background:radial-gradient(circle,#3b82f64d 0,#06b6d41a 40%,#0000 70%);border-radius:50%;filter:blur(60px);height:600px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:600px}.glow-ring-2{animation:pulse-glow 4s ease-in-out infinite reverse;background:radial-gradient(circle,#06b6d433 0,#3b82f61a 50%,#0000 70%);filter:blur(80px);height:800px;width:800px}.hero-content{max-width:800px;position:relative;text-align:center;z-index:1}.hero-title{color:#fff;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;animation:gradient-shift 3s ease infinite;background:linear-gradient(135deg,#3b82f6,#06b6d4 50%,#3b82f6);-webkit-background-clip:text;background-clip:text;background-size:200% auto}@keyframes gradient-shift{0%,to{background-position:0}50%{background-position:100%}}.hero-subtitle{color:#94a3b8;color:var(--text-muted);font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px}.hero-cta{display:flex;gap:1rem;justify-content:center;margin-bottom:4rem}.btn-glow{align-items:center;background:#fff;border:none;border-radius:50px;box-shadow:0 0 30px #3b82f680;color:#0a0a0f;color:var(--dark);cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.btn-glow:hover{box-shadow:0 0 50px #3b82f6b3;transform:translateY(-3px)}.btn-glow span{transition:transform .3s ease}.btn-glow:hover span{transform:translateX(5px)}.btn-outline-light{background:#0000;border:2px solid #fff3;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.btn-outline-light:hover{background:#ffffff0d;border-color:#ffffff80}.hero-stats-row{display:flex;gap:3rem;justify-content:center;margin-bottom:4rem}.hero-stat-item{text-align:center}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#06b6d4);-webkit-background-clip:text;background-clip:text;display:block;font-size:2.5rem;font-weight:800}.stat-label{color:#94a3b8;color:var(--text-muted);font-size:.9rem;letter-spacing:.1em;text-transform:uppercase}.feature-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);max-width:1200px;position:relative;width:100%;z-index:1}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;cursor:pointer;padding:1.5rem;text-align:center;transition:all .3s ease}.feature-link{color:#3b82f6;display:inline-block;font-size:.85rem;font-weight:600;margin-top:1rem;transition:all .3s ease}.feature-card:hover .feature-link{color:#06b6d4}.feature-card:hover{border-color:#3b82f680;box-shadow:0 10px 40px #3b82f633;transform:translateY(-5px)}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature-card h3{color:#fff;font-size:1rem;font-weight:600;margin-bottom:.5rem}.feature-card p{color:#94a3b8;color:var(--text-muted);font-size:.85rem;line-height:1.5}@media (max-width:1024px){.feature-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.hero-stats-row{flex-direction:column;gap:1.5rem}.hero-cta{align-items:center;flex-direction:column}.feature-cards{grid-template-columns:1fr}.glow-ring{height:400px;width:400px}.glow-ring-2{height:500px;width:500px}}.auth-container{background:#050508;color:#fff;overflow:hidden;padding:40px 20px;position:relative}.auth-container:before{animation:pulse-glow 4s ease-in-out infinite;background:radial-gradient(circle,#3b82f640 0,#06b6d41a 40%,#0000 70%);filter:blur(60px);height:700px;width:700px}.auth-container:after,.auth-container:before{border-radius:50%;content:"";left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%)}.auth-container:after{animation:pulse-glow 4s ease-in-out infinite reverse;background:radial-gradient(circle,#06b6d426 0,#3b82f60d 50%,#0000 70%);filter:blur(80px);height:900px;width:900px}@keyframes pulse-glow{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.7;transform:translate(-50%,-50%) scale(1.1)}}.auth-box{animation:boxFadeIn .8s ease-out;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#0a0a0fcc;border:1px solid #ffffff1a;border-radius:32px;box-shadow:0 40px 100px #000c,inset 0 1px 1px #ffffff1a;padding:48px 40px;position:relative;text-align:center;z-index:10}@keyframes boxFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-logo{align-items:center;display:flex;gap:12px;justify-content:center;margin-bottom:24px}.auth-standalone-logo{filter:drop-shadow(0 0 20px rgba(124,58,237,.3));height:80px}.auth-logo span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#06b6d4);-webkit-background-clip:text;background-clip:text}.auth-box h2,.auth-logo span{font-size:32px;font-weight:800}.auth-box h2{color:#fff;letter-spacing:-.03em;text-shadow:0 2px 10px #0000004d}.auth-subtitle{color:#94a3b8;font-size:15px;line-height:1.6;margin:4px auto 32px;max-width:340px}.auth-box input,.auth-box select{-webkit-appearance:none;appearance:none;background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;color:#fff;font-size:16px;padding:18px 20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.auth-box select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 15px center;background-repeat:no-repeat;background-size:18px}.auth-box select option{background:#0f172a;color:#fff}.auth-box input:focus{background:#ffffff12;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f626}.auth-box button[type=submit]{background:linear-gradient(135deg,#26b4b4,#18a6a1);border:none;border-radius:12px;box-shadow:0 10px 30px #3b82f666;color:#fff;cursor:pointer;font-size:17px;font-weight:700;margin-top:24px;padding:12px;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.auth-box button[type=submit]:hover:not(:disabled){box-shadow:0 15px 40px #3b82f680;filter:brightness(1.1);transform:translateY(-3px)}.google-login-btn{background:linear-gradient(135deg,#3b82f6,#06b6d4);border:none;border-radius:16px;box-shadow:0 10px 30px #3b82f666;color:#fff!important;font-size:17px;font-weight:700;gap:12px;margin-top:16px;padding:12px;transition:all .3s cubic-bezier(.4,0,.2,1)}.google-login-btn:hover:enabled{box-shadow:0 15px 40px #3b82f680;transform:translateY(-3px)}.google-login-btn:active:enabled{opacity:.9;transform:translateY(-1px)}.google-login-btn svg{filter:drop-shadow(0 0 2px rgba(255,255,255,.5));flex-shrink:0;height:20px;width:20px}.google-login-btn *{color:#fff!important}.google-login-btn:disabled{opacity:.7}.auth-error{animation:shake .4s cubic-bezier(.36,.07,.19,.97) both;border:1px solid #ef444433;color:#ff6b6b;font-size:14px;margin:-10px 0 20px;padding:12px 16px;text-align:center}.auth-divider{color:#475569;margin:24px 0}.auth-divider:after,.auth-divider:before{border-bottom:1px solid #ffffff1a}.auth-divider span{font-size:14px;padding:0 15px;text-transform:lowercase}.auth-forgot{margin:8px 0 20px}.auth-forgot span{color:#475569;transition:color .2s ease}.auth-forgot span:hover{color:#3b82f6}.auth-footer{margin-top:24px}.auth-container .btn-back{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#3b82f61a;border:1px solid #3b82f64d;border-radius:12px;color:#3b82f6;cursor:pointer;font-size:14px;font-weight:600;left:20px;padding:10px 18px;position:absolute;top:30px;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:100}.btn-back:hover{background:#3b82f633;box-shadow:0 0 20px #3b82f64d}@media (max-width:480px){.auth-box{border-radius:16px;padding:24px 20px}.auth-container:before{height:400px;width:400px}}:root{--auth-card:#ffffffeb;--auth-border:#0f172a1a;--auth-shadow:0 24px 60px #0f172a24}.auth-container{background:radial-gradient(circle at top left,#dbeafe 0,#0000 55%),radial-gradient(circle at bottom right,#fee2e2 0,#0000 55%),#f4f6fb;color:#0f172a;display:grid;min-height:100vh;padding:28px 16px;place-items:center}.auth-box{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;background:var(--auth-card);border:1px solid #0f172a1a;border:1px solid var(--auth-border);border-radius:18px;box-shadow:0 24px 60px #0f172a24;box-shadow:var(--auth-shadow);padding:28px 26px;text-align:left;width:min(440px,100%)}.auth-box h2{color:#0f172a;font-size:22px;font-weight:700;letter-spacing:-.02em;margin:0 0 8px}.auth-box input,.auth-box select{background:#ffffffe6;border:1px solid #0f172a24;border-radius:12px;color:#0f172a;font-size:14px;margin:10px 0;outline:none;padding:12px;transition:box-shadow .15s ease,border-color .15s ease;width:100%}.auth-box input::placeholder{color:#64748be6}.auth-box select{-webkit-appearance:none;appearance:none;cursor:pointer}.auth-box input:focus,.auth-box select:focus{border-color:#6366f1a6;box-shadow:0 0 0 4px #6366f159}.auth-password{position:relative}.auth-password-toggle{color:#0f172a8c;cursor:pointer;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.auth-box button{background:linear-gradient(135deg,#2f80ed,#2f80ed);border:0;border-radius:12px;box-shadow:0 16px 30px #0d9ca640;color:#fff;cursor:pointer;font-size:15px;font-weight:700;margin-top:12px;padding:12px 14px;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease;width:100%}.auth-box button:hover:enabled{box-shadow:0 20px 40px #4f46e552;transform:translateY(-1px)}.auth-box button:disabled{box-shadow:none;cursor:not-allowed;opacity:.7}.auth-box button.loading{background:#94a3b8}.auth-error{background:#ef444414;border:1px solid #ef444440;border-radius:12px;color:#b91c1c;font-size:13px;margin:12px 0 2px;padding:10px 12px}.auth-box p{color:#64748b;font-size:14px;margin:14px 0 0;text-align:center}.auth-box span{color:#4f46e5;cursor:pointer;font-weight:700}.auth-divider{align-items:center;display:flex;margin:20px 0;text-align:center}.auth-divider:after,.auth-divider:before{border-bottom:1px solid #0f172a24;content:"";flex:1 1}.auth-divider span{color:#64748be6;font-size:13px;font-weight:500;padding:0 12px}.google-login-btn{align-items:center;background:#017086;border:1px solid #0f2a2824;border-radius:12px;box-shadow:0 2px 4px #0000000d;color:#06767a;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:10px;justify-content:center;margin-top:0;padding:12px 14px;transition:all .15s ease;width:100%}.google-login-btn:hover:enabled{background:#12a8c7;border-color:#0f172a33;box-shadow:0 4px 8px #05849014;transform:translateY(-1px)}.google-login-btn.no-hover-color:hover:enabled{background:#2f80ed}.auth-forgot{margin:-4px 0 12px;text-align:right}.auth-forgot span{color:#5191e0;cursor:pointer;font-size:13px;font-weight:500;transition:color .15s ease}.auth-forgot span:hover{color:#085e83}.google-login-btn:disabled{cursor:not-allowed;opacity:.1;transform:none}.google-icon{flex-shrink:0}@media (max-width:480px){.auth-box{border-radius:16px;padding:22px 18px}}.auth-subtitle{line-height:1.5;margin:2px auto 20px;max-width:335px}.auth-footer,.auth-subtitle{color:#64748b;font-size:14px;text-align:center}.auth-footer{margin-top:20px}.auth-success{background:#10b98114;border:1px solid #10b98140;border-radius:12px;color:#059669;font-size:14px;font-weight:500;margin:12px 0;padding:10px 12px}.admin-dashboard{background:linear-gradient(180deg,#0a0a1a,#050508 30%,#0a0a15);color:#fff;font-family:Inter,-apple-system,sans-serif;min-height:100vh;padding:1.5rem 2rem}.header-left h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#22d3ee);-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.25rem}.user-role{color:#64748b}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem}.stat-card{background:linear-gradient(180deg,#1e3a5f66,#0d213799);border:1px solid #3b82f633;border-radius:16px;box-shadow:0 8px 32px #0000004d;padding:1.25rem;text-align:center;transition:all .3s ease}.stat-card:hover{border-color:#3b82f666;box-shadow:0 12px 40px #3b82f626;transform:translateY(-3px)}.stat-card h3{color:#64748b;font-size:.75rem;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.stat-card .stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#06b6d4);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700}.stat-card p{color:#475569;font-size:.8rem;margin-top:.5rem}.section-title{align-items:center;color:#fff;display:flex;font-size:1.5rem;font-weight:700;gap:.5rem;margin:2rem 0 1.5rem}.section-title:before{background:linear-gradient(135deg,#3b82f6,#06b6d4);border-radius:2px;content:"";height:24px;width:4px}.dashboard-table{font-size:.85rem}.dashboard-table th{color:#64748b}.dashboard-table td{padding:.7rem .5rem}.status-badge{padding:.3rem .7rem}.status-applied{box-shadow:0 2px 8px #3b82f64d}.status-shortlisted{box-shadow:0 2px 8px #f59e0b4d}.status-selected{box-shadow:0 2px 8px #10b9814d}.status-rejected{box-shadow:0 2px 8px #ef44444d}.btn-view{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:6px;box-shadow:0 2px 8px #3b82f64d;color:#fff;cursor:pointer;font-size:.75rem;font-weight:600;padding:.4rem .8rem;transition:all .3s ease}.btn-view:hover{box-shadow:0 4px 12px #3b82f666;transform:translateY(-1px)}.btn-email{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:6px;box-shadow:0 2px 8px #10b9814d;color:#fff;cursor:pointer;font-size:.75rem;font-weight:600;padding:.4rem .8rem;transition:all .3s ease}.btn-email:hover{box-shadow:0 4px 12px #10b98166;transform:translateY(-1px)}.status-select{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;color:#fff;cursor:pointer;padding:.5rem}.loading-text{color:#94a3b8}.error-message{background:#ef44441a;border:1px solid #ef44444d;border-radius:10px;color:#ef4444;margin-bottom:1rem;padding:1rem}@media (max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.admin-dashboard{padding:1rem}.dashboard-header{flex-direction:column;gap:1rem;text-align:center}.header-right{flex-direction:column;width:100%}.stats-grid{grid-template-columns:1fr}.dashboard-table{font-size:.85rem}}.btn-back{border:1px solid #3b82f633;border-radius:12px;color:#3b82f6;font-size:14px;margin-bottom:20px;padding:8px 16px}.tpo-dashboard{background:#0a0a0f;color:#fff;font-family:Inter,-apple-system,sans-serif;max-width:100%;min-height:100vh;overflow-x:hidden;padding:1.5rem}.header-left{gap:.5rem}.dashboard-subtitle,.user-role{color:#94a3b8}.btn-add{background:linear-gradient(135deg,#3b82f6,#06b6d4);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-add:hover{box-shadow:0 10px 30px #3b82f64d;transform:translateY(-2px)}.btn-back{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#94a3b8;display:inline-flex}.btn-back:hover{background:#3b82f61a;box-shadow:0 0 20px #3b82f633}.dashboard-cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem}.card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;padding:1.25rem;transition:all .3s ease}.card:hover{border-color:#3b82f64d;transform:translateY(-3px)}.card h3{color:#94a3b8;font-size:.75rem;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.card h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#06b6d4);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin-bottom:.25rem}.card p{color:#64748b;font-size:.8rem}.section-title-dark{margin-bottom:1.5rem}.drive-card-dark{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px}.drive-card-image{align-items:flex-end;background:linear-gradient(135deg,#1e3a5f,#0d2137 50%,#1a365d);height:100px;padding:.75rem}.drive-card-badge{background:#10b981e6;font-size:.85rem;font-weight:600;padding:.35rem .75rem;position:absolute;right:1rem;top:1rem}.drive-card-content{padding:1rem}.drive-card-content h3{margin-bottom:.25rem}.drive-role{color:#94a3b8;font-size:.85rem;margin-bottom:.4rem}.drive-location{color:#64748b;font-size:.8rem}.tag{color:#94a3b8}.tag-deadline{background:#f59e0b1a;border-color:#f59e0b4d;color:#f59e0b}.table-section-title{color:#fff;font-size:1.1rem;font-weight:700;margin:1.5rem 0 .75rem}.dashboard-table{border-collapse:collapse;font-size:.8rem;min-width:1200px;width:100%}.dashboard-table th{background:#ffffff0d;border-bottom:1px solid #ffffff1a;color:#94a3b8;font-size:.7rem;font-weight:600;letter-spacing:.03em;padding:.75rem .5rem;text-align:center;text-transform:uppercase;white-space:nowrap}.dashboard-table td{border-bottom:1px solid #ffffff0d;color:#e2e8f0;max-width:150px;overflow:hidden;padding:.6rem .5rem;text-align:center;text-overflow:ellipsis;white-space:nowrap}.dashboard-table tr:hover td{background:#ffffff08}.dashboard-table select{background:#ffffffe6;border:1px solid #ffffff4d;border-radius:4px;color:#0f172a;cursor:pointer;font-size:.75rem;font-weight:600;min-width:90px;padding:.35rem .5rem}.dashboard-table select option{background:#fff;color:#0f172a;font-weight:500}.btn-secondary{background:#3b82f61a;border:1px solid #3b82f64d;border-radius:4px;color:#3b82f6;font-size:.75rem;padding:.35rem .75rem;transition:all .3s ease}.btn-secondary:hover{background:#3b82f633}.status-badge{border-radius:12px;font-weight:600;padding:.25rem .5rem}.status-applied{background:#3b82f626;color:#3b82f6}.status-shortlisted{background:#f59e0b26;color:#f59e0b}.status-selected{background:#10b98126;color:#10b981}.status-rejected{background:#ef444426;color:#ef4444}@media (max-width:1024px){.dashboard-cards,.drives-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.tpo-dashboard{padding:1rem}.dashboard-header{flex-direction:column;gap:1rem;text-align:center}.header-right{flex-direction:column;width:100%}.dashboard-cards,.drives-grid{grid-template-columns:1fr}.dashboard-table{font-size:.85rem}.dashboard-table td,.dashboard-table th{padding:.75rem .5rem}}.student-dashboard{background:#050508!important;color:#fff!important;font-family:Inter,-apple-system,sans-serif;max-width:100%;overflow-x:hidden;padding:1.5rem 2rem}.dashboard-header{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;box-shadow:0 8px 32px 0 #0000005e;padding:1.25rem 1.75rem}.header-left{display:flex;flex-direction:column;gap:.25rem}.header-left h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#22d3ee);-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.25rem}.dashboard-subtitle{color:#94a3b8!important;font-size:.9rem;font-weight:500}.header-right{gap:1.5rem}.header-right,.user-profile{align-items:center;display:flex}.user-profile{gap:.75rem}.profile-placeholder{align-items:center;background:linear-gradient(135deg,#3b82f6,#06b6d4);border-radius:50%;display:flex;font-size:1.2rem;font-weight:600;height:45px;justify-content:center;width:45px}.user-info{display:flex;flex-direction:column}.user-name{color:#fff;font-weight:600}.user-role{color:#94a3b8!important;font-size:.85rem}.actions{display:flex;gap:.75rem}.btn-primary{background:linear-gradient(135deg,#3b82f6,#06b6d4);border-radius:8px;font-size:.9rem;padding:.5rem 1.25rem}.btn-primary:hover{box-shadow:0 10px 30px #3b82f64d;transform:translateY(-2px)}.btn-logout{background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;color:#ef4444;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1.25rem;transition:all .3s ease}.btn-logout:hover{background:#ef444433}.btn-back{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#94a3b8!important;cursor:pointer;display:flex!important;font-size:12px;font-weight:600;gap:.5rem;margin-bottom:12px;padding:6px 12px;transition:all .3s cubic-bezier(.4,0,.2,1);width:-webkit-fit-content;width:fit-content}.btn-back:hover{background:#38aad426;border-color:#3b82f6;box-shadow:0 0 30px #3b82f633;transform:translateX(-5px)}.loading-text{color:#94a3b8!important;padding:2rem;text-align:center}.section-title-dark{align-items:center;color:#fff;display:flex;font-size:1.5rem;font-weight:700;gap:.5rem;margin:2rem 0 1.5rem}.section-title-dark:before{background:linear-gradient(135deg,#3b82f6,#06b6d4);border-radius:2px;content:"";height:24px;width:4px}.drives-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));margin-bottom:2rem}.drive-card-dark{background:linear-gradient(180deg,#1e3a5f66,#0d213799);border:1px solid #3b82f640;border-radius:16px;box-shadow:0 8px 32px #0006,inset 0 1px 0 #ffffff0d;overflow:hidden;transition:all .3s ease}.drive-card-dark:hover{border-color:#3b82f680;box-shadow:0 20px 40px #3b82f626;transform:translateY(-5px)}.drive-card-dark:hover .drive-card-content h3,.drive-card-dark:hover .drive-location,.drive-card-dark:hover .drive-role{color:#fff}.drive-card-image{align-items:flex-start;background:linear-gradient(135deg,#3b82f680,#2563eb66 50%,#06b6d44d);display:flex;height:70px;justify-content:flex-end;padding:.6rem .8rem;position:relative}.card-top-badges{display:flex;flex-direction:column;gap:.4rem;left:.8rem;position:absolute;top:.6rem}.badge-new{background:#3b82f6;box-shadow:0 2px 10px #3b82f680}.badge-deadline,.badge-new{border-radius:4px;color:#fff;font-size:.65rem;font-weight:800;letter-spacing:.05em;padding:.2rem .5rem}.badge-deadline{background:#f59e0b;box-shadow:0 2px 10px #f59e0b80}.drive-card-gradient{background:linear-gradient(135deg,#3b82f64d,#06b6d433);bottom:0;left:0;position:absolute;right:0;top:0}.drive-card-badge{background:linear-gradient(135deg,#10b981,#059669);border-radius:20px;box-shadow:0 2px 8px #10b9814d;color:#fff;font-size:.75rem;font-weight:700;padding:.35rem .8rem;position:static}.drive-card-content{background:linear-gradient(180deg,#0f192de6,#080f1ef2);padding:.9rem}.drive-card-content h3{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:.15rem}.drive-role{color:#cbd5e1!important;font-size:.8rem;margin-bottom:.3rem}.drive-location{align-items:center;color:#94a3b8!important;display:flex;font-size:.75rem;gap:.3rem;margin-bottom:.75rem}.drive-location:before{content:"📍";font-size:.7rem}.drive-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;color:#94a3b8!important;font-size:.8rem;padding:.35rem .75rem}.btn-apply{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:10px;box-shadow:0 4px 15px #2563eb59;color:#fff;cursor:pointer;font-size:.8rem;font-weight:600;margin-top:.5rem;padding:.65rem;transition:all .3s ease;width:100%}.btn-apply:hover{box-shadow:0 8px 25px #2563eb73;transform:translateY(-2px)}.btn-applied{align-items:center;background:linear-gradient(135deg,#059669,#047857);border:none;border-radius:10px;box-shadow:0 4px 15px #05966959;color:#fff;cursor:not-allowed;display:flex;font-size:.8rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:.5rem;padding:.65rem;width:100%}.table-container{background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;overflow-x:auto;width:100%}.dashboard-table-student{border-collapse:collapse;font-size:.8rem;width:100%}.dashboard-table-student th{background:#ffffff0d;border-bottom:1px solid #ffffff1a;color:#94a3b8!important;font-size:.7rem;font-weight:600;letter-spacing:.03em;padding:.75rem .5rem;text-align:center;text-transform:uppercase;white-space:nowrap}.dashboard-table-student td{border-bottom:1px solid #ffffff0d;color:#fff!important;padding:.6rem .5rem;text-align:center;white-space:nowrap}.dashboard-table-student tr:hover td{background:#ffffff08}.status-badge{border-radius:20px;font-size:.7rem;font-weight:700;letter-spacing:.05em;padding:.35rem .75rem;text-transform:uppercase}.status-applied{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 2px 10px #3b82f64d;color:#fff}.status-shortlisted{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 2px 10px #f59e0b4d;color:#fff}.status-selected{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 2px 10px #10b9814d;color:#fff}.status-rejected{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 2px 10px #ef44444d;color:#fff}.apply-modal-backdrop{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#020617d9;bottom:0;display:flex;justify-content:center;left:0;padding:1.5rem;position:fixed;right:0;top:0;z-index:2000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.apply-modal{background:linear-gradient(165deg,#0f172af2,#020617fa);border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 25px 50px -12px #00000080;max-height:90vh;max-width:800px;overflow-y:auto;padding:2.5rem;position:relative;scrollbar-color:#3b82f64d #0000;scrollbar-width:thin;width:100%}.apply-modal::-webkit-scrollbar{width:6px}.apply-modal::-webkit-scrollbar-thumb{background:#3b82f64d;border-radius:10px}.apply-modal h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.apply-form-premium{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.form-section-premium{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:1.5rem;transition:all .3s ease}.form-section-premium:hover{background:#ffffff08;border-color:#3b82f633}.form-section-premium h4{align-items:center;color:#3b82f6;display:flex;font-size:1rem;font-weight:700;gap:.75rem;letter-spacing:.05em;margin-bottom:1.25rem;text-transform:uppercase}.section-icon{color:#60a5fa;font-size:1.2rem}.form-grid-premium{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.form-group-premium{display:flex;flex-direction:column;gap:.5rem}.form-group-premium label{color:#94a3b8;font-size:.85rem;font-weight:600;margin-left:.25rem}.input-with-icon{align-items:center;display:flex;position:relative}.input-with-icon .input-icon{color:#64748b;font-size:1rem;left:1rem;pointer-events:none;position:absolute;transition:all .3s ease}.form-group-premium textarea,.input-with-icon input{background:#0f172a80;border:1px solid #ffffff1a;border-radius:12px;color:#f8fafc;font-size:.95rem;padding:.75rem 1rem .75rem 2.75rem;transition:all .3s ease;width:100%}.form-group-premium textarea{padding-left:1rem;resize:none}.form-group-premium textarea:focus,.input-with-icon input:focus{background:#0f172acc;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f626;outline:none}.input-with-icon input:focus+.input-icon{color:#3b82f6}.file-input-premium{background:#3b82f605;border:2px dashed #3b82f633;border-radius:16px;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.file-input-premium:hover{background:#3b82f60a;border-color:#3b82f6}.file-input-premium label{align-items:center;color:#94a3b8;cursor:pointer;display:flex;flex-direction:column;font-weight:600;gap:.75rem}.upload-icon{color:#3b82f6;font-size:2rem}.file-input-premium input{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.file-selected{align-items:center;background:#10b9811a;border-radius:8px;color:#10b981;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:1rem;padding:.5rem 1rem}.apply-modal-actions-premium{display:flex;gap:1rem;margin-top:1rem}.btn-cancel-premium{align-items:center;background:#ef44440d;border:1px solid #ef444433;border-radius:12px;color:#ef4444;cursor:pointer;display:flex;flex:1 1;font-size:.95rem;font-weight:700;gap:.5rem;justify-content:center;padding:1rem;transition:all .3s ease}.btn-cancel-premium:hover{background:#ef44441a;border-color:#ef4444;transform:translateY(-2px)}.btn-submit-premium{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;box-shadow:0 10px 20px -5px #3b82f680;color:#fff;cursor:pointer;display:flex;flex:2 1;font-size:.95rem;font-weight:700;gap:.5rem;justify-content:center;padding:1rem;transition:all .3s ease}.btn-submit-premium:hover{box-shadow:0 15px 25px -5px #3b82f699;filter:brightness(1.1);transform:translateY(-2px)}.btn-submit-premium.loading{cursor:not-allowed;opacity:.7}.auth-error{background:#ef44441a;border:1px solid #ef44444d;border-radius:10px;color:#ef4444}@media (max-width:768px){.student-dashboard{padding:1rem}.dashboard-header{flex-direction:column;gap:1rem;text-align:center}.header-right{flex-direction:column;width:100%}.drives-grid{grid-template-columns:1fr}.apply-modal{margin:1rem;padding:1.5rem}.apply-modal-actions{flex-direction:column}}.profile-content-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293b66;border:1px solid #ffffff1a;border-radius:20px;margin:0 auto 3rem;max-width:900px;padding:2.5rem}.profile-form{display:flex;flex-direction:column;gap:2.5rem}.form-section h3{border-bottom:1px solid #3b82f633;color:#3b82f6;font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:.5rem}.form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.form-group{display:flex;flex-direction:column;gap:.5rem}.full-width{grid-column:1/-1}.form-group label{color:#94a3b8;font-size:.9rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{background:#0f172a99;border:1px solid #ffffff1a;border-radius:8px;color:#fff;padding:.75rem 1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus{background:#0f172acc;border-color:#3b82f6;outline:none}.disabled-input{background:#ffffff0d!important;cursor:not-allowed;opacity:.7}.message-banner{border-radius:8px;font-weight:500;margin-bottom:1.5rem;padding:1rem;text-align:center}.message-banner.success{background:#10b9811a;border:1px solid #10b9814d;color:#10b981}.message-banner.error{background:#ef44441a;border:1px solid #ef44444d;color:#ef4444}.btn-save-profile{background:linear-gradient(135deg,#3b82f6,#06b6d4);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem 2.5rem;transition:all .3s ease;width:-webkit-fit-content;width:fit-content}.btn-save-profile:hover{box-shadow:0 10px 25px #3b82f666;transform:translateY(-3px)}.eligibility-status{border-radius:6px;display:inline-block;font-size:.75rem;font-weight:600;margin-bottom:.75rem;padding:.4rem .6rem}.eligible{background:#10b9811a;border:1px solid #10b98133;color:#10b981}.ineligible{background:#ef44441a;border:1px solid #ef444433;color:#ef4444}.criteria-text{color:#94a3b8;font-size:.75rem;font-style:italic;margin-top:.25rem}.resume-section{background:#0003;border-radius:12px;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.current-resume a{color:#3b82f6;font-weight:600;text-decoration:none}.current-resume a:hover{text-decoration:underline}@media (max-width:640px){.profile-content-card{padding:1.5rem}}.btn-icon,.notifications-wrapper{align-items:center;display:flex;position:relative}.btn-icon{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#fff;cursor:pointer;font-size:1.2rem;justify-content:center;padding:.75rem;transition:all .3s ease}.btn-icon:hover{background:#ffffff1a;transform:translateY(-2px)}.notif-badge{background:#ef4444;border:2px solid #050508;border-radius:10px;color:#fff;font-size:.65rem;font-weight:800;padding:2px 6px;position:absolute;right:-5px;top:-5px}.notifs-dropdown{animation:slideDown .3s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172af2;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 20px 50px #00000080;overflow:hidden;position:absolute;right:0;top:calc(100% + 15px);width:320px;z-index:1000}.notifs-header{align-items:center;background:#ffffff05;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:1rem 1.25rem}.notifs-header h4{color:#fff;font-size:1rem;margin:0}.notifs-header button{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:1.4rem;padding:0}.notifs-list{max-height:400px;overflow-y:auto}.notif-item{border-bottom:1px solid #ffffff0d;cursor:default;padding:1rem 1.25rem;transition:all .2s ease}.notif-item:hover{background:#ffffff08}.notif-title{font-size:.9rem;font-weight:700;margin-bottom:.25rem}.notif-item.new_drive .notif-title,.notif-title{color:#3b82f6}.notif-item.deadline .notif-title{color:#f59e0b}.notif-item.application_update .notif-title{color:#10b981}.notif-msg{color:#cbd5e1;font-size:.825rem;line-height:1.4}.notif-time{color:#64748b;font-size:.7rem;margin-top:.5rem}.no-notifs{color:#64748b;font-size:.9rem;padding:2rem;text-align:center}.student-dashboard{animation:gradientPulse 20s ease infinite;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);background-size:200% 200%;min-height:100vh;padding:2rem}@keyframes gradientPulse{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.dashboard-header{align-items:center;animation:slideDown .6s ease-out;background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;color:#1f2937;display:flex;justify-content:space-between;margin-bottom:2rem;padding:2rem}.ra-header-left{align-items:center;display:flex;gap:2rem}.logo-icon-img{height:48px;object-fit:contain;transition:transform .3s ease;width:auto}.ra-logo:hover{transform:scale(1.05)}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.dashboard-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700}.dashboard-subtitle{color:#6b7280;font-size:1rem;margin-top:.5rem}.ra-header-actions{display:flex;gap:1rem}.btn-danger,.btn-secondary{border:none;border-radius:12px;padding:.75rem 1.5rem;transition:all .3s ease}.btn-danger,.btn-secondary{cursor:pointer;font-size:.95rem;font-weight:600}.btn-secondary{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 12px #0000000d;color:#1f2937!important;display:inline-flex;gap:.75rem;padding:.8rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-secondary:hover{background:#fff;border-color:#667eea;box-shadow:0 8px 25px #667eea33;transform:translateX(-5px)}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 14px #ef44444d;color:#fff}.btn-danger:hover{box-shadow:0 6px 20px #ef444466;transform:translateY(-2px)}.ra-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.ra-panel{animation:fadeInUp .6s ease-out;background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;padding:2rem}.ra-panel:nth-child(2){animation-delay:.1s}.ra-panel h3{align-items:center;color:#1f2937;display:flex;font-size:1.5rem;font-weight:700;gap:.5rem;margin-bottom:1.5rem}.ra-panel h3:before{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;content:"";height:24px;width:4px}.auth-error{animation:shake .5s ease;background:linear-gradient(135deg,#fee2e2,#fecaca);border-left:4px solid #ef4444;border-radius:8px;color:#dc2626;margin-bottom:1rem;padding:1rem}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.ra-field{margin-bottom:1.5rem}.ra-label{color:#374151;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.ra-file{background:#f9fafb;border:2px dashed #d1d5db;border-radius:12px;cursor:pointer;padding:1rem;transition:all .3s ease;width:100%}.ra-file:hover{background:#f3f4f6;border-color:#667eea}.ra-file-meta{align-items:center;animation:slideIn .3s ease;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:8px;display:flex;justify-content:space-between;margin-top:.75rem;padding:.75rem}@keyframes slideIn{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.ra-textarea{border:2px solid #e5e7eb;border-radius:12px;font-family:inherit;font-size:.95rem;padding:1rem;resize:vertical;transition:all .3s ease;width:100%}.ra-textarea:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 14px #667eea66;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #667eea80;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.7}.ra-score-card{animation:pulse 2s ease infinite;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:16px;margin-bottom:1.5rem;padding:2rem;text-align:center}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.ra-score{margin-bottom:1rem}.ra-score-number{animation:countUp 1s ease-out;font-size:4rem;font-weight:800;line-height:1}@keyframes countUp{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.ra-score-sub{color:#6b7280;font-weight:500;margin-top:.5rem}.ra-score-meta{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-top:1.5rem}.ra-score-meta div{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:1rem}.ra-score-meta span{color:#6b7280;display:block;font-size:.8rem;margin-bottom:.25rem}.ra-score-meta strong{color:#1f2937;font-size:1.25rem}.ra-breakdown{margin-bottom:1.5rem}.ra-bar{margin-bottom:1rem}.ra-bar-top{color:#374151;display:flex;font-weight:500;justify-content:space-between;margin-bottom:.5rem}.ra-bar-track{background:#e5e7eb;border-radius:5px;height:10px;overflow:hidden}.ra-bar-fill{animation:fillBar 1s ease-out;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:5px;height:100%;transition:width 1s ease}@keyframes fillBar{0%{width:0}}.ra-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.ra-chip{animation:popIn .3s ease;border-radius:20px;font-size:.85rem;font-weight:500;padding:.5rem 1rem}@keyframes popIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.ra-chip.ok{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.ra-chip.miss{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b}.ra-list{list-style:none;padding:0}.ra-list li{align-items:flex-start;animation:slideInRight .4s ease;border-radius:12px;display:flex;gap:.75rem;margin-bottom:.75rem;padding:1rem}@keyframes slideInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.ra-list li.warn{background:linear-gradient(135deg,#fef3c7,#fde68a);border-left:4px solid #f59e0b}.ra-list li.tip{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-left:4px solid #3b82f6}.ra-list li strong{color:#1f2937;display:block;margin-bottom:.25rem}.ra-list li span{color:#4b5563;font-size:.9rem}.ra-empty{background:#f9fafb;border:2px dashed #d1d5db;border-radius:16px;color:#6b7280;padding:3rem;text-align:center}@media (max-width:968px){.ra-grid{grid-template-columns:1fr}.dashboard-header{flex-direction:column;gap:1rem;text-align:center}.ra-score-number{font-size:3rem}.student-dashboard{padding:1rem}}.ra-gemini-section{animation:ra-glow-border 4s infinite alternate;background:linear-gradient(135deg,#fff,#f8f9ff);border:1px solid #eef2ff;border-radius:24px;box-shadow:0 20px 50px #7c3aed14;margin-top:2rem;padding:2rem;position:relative}@keyframes ra-glow-border{0%{border-color:#e2e8f0}to{border-color:#7c3aed;box-shadow:0 0 10px #7c3aed1a}}.ra-block h4{border-bottom:2px solid #eef2ff;color:#111827!important;font-size:1.25rem;margin-bottom:1.25rem;padding-bottom:.5rem}.ra-gemini-badge{background:linear-gradient(135deg,#7c3aed,#4f46e5);border-radius:30px;box-shadow:0 10px 25px #7c3aed4d;color:#fff;font-size:.85rem;font-weight:700;letter-spacing:.5px;padding:6px 18px;position:absolute;right:30px;text-transform:uppercase;top:-15px}.ra-gemini-text{background:#fdfdff;border:1px solid #eef2ff;border-radius:16px;color:#1f2937;font-size:1.05rem;line-height:1.8;padding:1.5rem}.ra-gemini-list{list-style:none;padding:0}.ra-gemini-list li{background:#fff;border-left:6px solid #7c3aed;border-radius:16px;box-shadow:0 4px 12px #00000008;color:#374151;font-size:1rem;margin-bottom:1rem;padding:1.25rem 1.5rem;transition:all .3s ease}.ra-gemini-list li:hover{box-shadow:0 6px 20px #7c3aed1a;transform:translateX(5px)}.ra-gemini-list li.tailor{border-left-color:#059669}.ra-prep-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.ra-prep-item{background:#fff;border:1px solid #f1f5f9;border-radius:20px;box-shadow:0 4px 15px #0000000a;color:#374151;font-size:.95rem;padding:1.5rem;transition:transform .2s}.ra-prep-item:hover{border-color:#7c3aed;transform:translateY(-2px)}.ra-error-small{background:#fff1f2;border-radius:8px;color:#be123c;font-size:.8rem;margin-top:1rem;padding:.75rem;text-align:center}@media (max-width:640px){.ra-prep-grid{grid-template-columns:1fr}}.ra-chat-section{background:#fff;border:1px solid #f3f4f6;border-radius:24px;box-shadow:0 15px 45px #0000000d;margin-top:3rem;padding:2.5rem}.ra-chat-box{background:#f9fafb;border:1px solid #edf2f7;border-radius:20px;display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;max-height:400px;overflow-y:auto;padding:1.5rem}.chat-msg{border-radius:20px;font-size:.95rem;line-height:1.5;max-width:85%;padding:1rem 1.25rem}.chat-msg.user{align-self:flex-end;background:linear-gradient(135deg,#667eea,#764ba2);border-bottom-right-radius:4px;color:#fff}.chat-msg.ai{align-self:flex-start;background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:4px;color:#1f2937}.ra-chat-input-wrap{display:flex;gap:1rem}.ra-chat-input{border:2px solid #eef2ff;border-radius:16px;flex:1 1;font-size:1rem;padding:1rem 1.5rem;transition:all .3s}.ra-chat-input:focus{border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed1a;outline:none}.btn-chat{background:linear-gradient(135deg,#7c3aed,#4f46e5);border:none;border-radius:16px;color:#fff;cursor:pointer;font-weight:600;padding:0 2rem;transition:all .3s}.btn-chat:hover{filter:brightness(1.1);transform:scale(1.02)}.ra-grid.has-result{gap:3rem;grid-template-columns:1fr;margin:0 auto;max-width:900px}.ra-grid.has-result .ra-panel:first-child{opacity:.8;order:2;transform:scale(.98)}.ra-grid.has-result .ra-panel:last-child{order:1}@media (min-width:1200px){.ra-grid{margin:0 auto;max-width:1200px}}.add-drive-container{align-items:flex-start;background:#0a0a0f;display:flex;justify-content:center;min-height:100vh;padding:2rem}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.add-drive-card{animation:slideUp .6s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 25px 50px -12px #00000080;max-width:900px;overflow:hidden;width:100%}.add-drive-header{background:linear-gradient(135deg,#1e3a5f,#0d2137 50%,#1a365d);border-bottom:1px solid #ffffff1a;color:#fff;overflow:hidden;padding:2.5rem;position:relative;text-align:center}.add-drive-header:before{animation:moveBackground 20s linear infinite;background:radial-gradient(circle,#ffffff1a 1px,#0000 0);background-size:20px 20px;content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}@keyframes moveBackground{0%{transform:translate(0)}to{transform:translate(20px,20px)}}.add-drive-icon{animation:bounce 2s ease infinite;display:inline-block;font-size:3rem;margin-bottom:1rem}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.add-drive-header h2{font-size:2rem;font-weight:700;margin-bottom:.5rem;position:relative;z-index:1}.add-drive-header p{font-size:1rem;opacity:.9;position:relative;z-index:1}.add-drive-form{padding:2.5rem}.add-drive-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.add-drive-field{animation:fadeInUp .5s ease-out forwards;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.add-drive-field.full-width{grid-column:1/-1}.add-drive-label{align-items:center;color:#94a3b8;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;margin-bottom:.5rem}.add-drive-label-icon{font-size:1.1rem}.required{color:#ef4444;margin-left:.25rem}.add-drive-input,.add-drive-textarea{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#fff;font-size:1rem;padding:.875rem 1rem;transition:all .3s ease;width:100%}.add-drive-input:focus,.add-drive-textarea:focus{border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e51a;outline:none;transform:translateY(-2px)}.add-drive-field.focused .add-drive-label{color:#4f46e5}.add-drive-textarea{min-height:80px;resize:vertical}.add-drive-input::placeholder,.add-drive-textarea::placeholder{color:#64748b}.add-drive-actions{border-top:1px solid #ffffff1a;display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem}.add-drive-btn-primary,.add-drive-btn-secondary{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;flex:1 1;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 2rem;transition:all .3s ease}.add-drive-btn-primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 4px 14px 0 #4f46e563;color:#fff}.add-drive-btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #4f46e580;transform:translateY(-2px)}.add-drive-btn-primary:active:not(:disabled){transform:translateY(0)}.add-drive-btn-secondary{background:#ffffff0d;border:1px solid #ffffff1a;color:#94a3b8}.add-drive-btn-secondary:hover:not(:disabled){background:#3b82f61a;border-color:#3b82f680;color:#3b82f6}.add-drive-btn-primary:disabled,.add-drive-btn-secondary:disabled{cursor:not-allowed;opacity:.6}.add-drive-btn-primary.loading{background:linear-gradient(135deg,#6b7280,#4b5563)}.spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.add-drive-container{padding:1rem}.add-drive-grid{grid-template-columns:1fr}.add-drive-header{padding:1.5rem}.add-drive-header h2{font-size:1.5rem}.add-drive-form{padding:1.5rem}.add-drive-actions{flex-direction:column}}.add-drive-input[type=date]{color:#374151}.add-drive-field:hover .add-drive-input,.add-drive-field:hover .add-drive-textarea{border-color:#d1d5db}.branch-selection-container{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;display:flex;flex-direction:column;gap:1rem;padding:1.25rem}.all-branches-toggle,.branch-toggle-row{align-items:center;display:flex}.all-branches-toggle{cursor:pointer;gap:.75rem;-webkit-user-select:none;user-select:none}.all-branches-toggle input[type=checkbox]{accent-color:#4f46e5;cursor:pointer;height:1.2rem;width:1.2rem}.toggle-text{color:#f8fafc;font-size:.95rem;font-weight:600}.branch-tags{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.5rem}.branch-tag{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#94a3b8;cursor:pointer;font-size:.8rem;font-weight:500;padding:.4rem .8rem;transition:all .2s ease}.branch-tag:hover{background:#ffffff1a;border-color:#4f46e580;color:#fff}.branch-tag.active{background:#4f46e533;border-color:#4f46e5;box-shadow:0 0 15px #4f46e533;color:#818cf8}@keyframes successPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.add-drive-btn-primary.success{animation:successPulse .5s ease;background:linear-gradient(135deg,#10b981,#059669)}.gemini-chatbot-container{bottom:3px;position:fixed;right:16px;z-index:9999}.gemini-chat-toggle{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1a65de26;border:1px solid #7c3aed4d;border-radius:50px;box-shadow:0 10px 30px #0000001a;color:#0d3fc8;cursor:pointer;display:flex;font-weight:700;gap:8px;max-width:-webkit-fit-content;max-width:fit-content;padding:4px 10px;transition:all .4s cubic-bezier(.4,0,.2,1)}.gemini-chat-toggle:hover{background:#1b849b40;border-color:#7c3aed;box-shadow:0 15px 40px #7c3aed4d;transform:translateY(-2px) scale(1.02)}.gemini-logo-icon{align-items:center;background:#fff;border-radius:50%;box-shadow:0 4px 10px #7c3aed33;color:#7c3aed;display:flex;font-size:.75rem;height:18px;justify-content:center;width:18px}.toggle-text{font-size:.65rem;letter-spacing:1px;text-transform:uppercase}.gemini-chat-window{animation:slideUp .4s ease-out;background:#fff;border:1px solid #7c3aed1a;border-radius:24px;box-shadow:0 20px 80px #0003;display:flex;flex-direction:column;height:500px;overflow:hidden;width:350px}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.gemini-chat-header{align-items:center;background:linear-gradient(135deg,#7c3aed,#4f46e5);color:#fff;display:flex;justify-content:space-between;padding:1.5rem}.header-info{align-items:center;display:flex;gap:8px}.header-info h3{color:#fff!important;font-size:1.1rem;font-weight:700;margin:0}.gemini-sparkle{font-size:1.2rem}.close-chat{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;transition:all .2s;width:30px}.close-chat:hover{background:#ffffff4d}.gemini-chat-messages{background:#f8fafc;display:flex;flex:1 1;flex-direction:column;gap:1rem;overflow-y:auto;padding:1.5rem}.gemini-msg{border-radius:16px;font-size:.9rem;line-height:1.5;max-width:85%;padding:.75rem 1rem}.gemini-msg.user{align-self:flex-end;background:#7c3aed;border-bottom-right-radius:4px;color:#fff}.gemini-msg.ai{align-self:flex-start;background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:4px;box-shadow:0 2px 4px #00000005;color:#1e293b}.gemini-msg.ai.thinking{background:#0000;border:none;box-shadow:none;color:#64748b;font-style:italic}.gemini-chat-input{background:#fff;border-top:1px solid #f1f5f9;display:flex;gap:8px;padding:1rem}.gemini-chat-input input{border:1px solid #e2e8f0;border-radius:12px;flex:1 1;font-size:.9rem;outline:none;padding:.75rem 1rem}.gemini-chat-input input:focus{border-color:#7c3aed}.gemini-chat-input button{background:#7c3aed;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:700;transition:.2s;width:40px}.gemini-chat-input button:hover{filter:brightness(1.1)}@media (max-width:480px){.gemini-chat-window{height:450px;width:min(350px,calc(100vw - 40px))}}:root{--bg0:#f4f6fb;--text:#0f172a;--muted:#64748b;--card:#ffffffeb;--border:#0f172a1a;--shadow:0 24px 60px #0f172a24;--primary:#4f46e5;--primary2:#6366f1;--ring:#6366f159;--danger:#dc2626}*,:after,:before{box-sizing:border-box}body,html{height:100%}body{background:radial-gradient(circle at top left,#dbeafe 0,#0000 55%),radial-gradient(circle at bottom right,#fee2e2 0,#0000 55%),#f4f6fb;background:radial-gradient(circle at top left,#dbeafe 0,#0000 55%),radial-gradient(circle at bottom right,#fee2e2 0,#0000 55%),var(--bg0);color:#0f172a;color:var(--text);font-family:Poppins,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,Noto Sans,Helvetica Neue,sans-serif;margin:0}a{color:inherit;text-decoration:none}button{cursor:pointer;font:inherit}
/*# sourceMappingURL=main.fd33ae3b.css.map*/