@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&family=Outfit:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box}html{font-size:16px}.landing-page{background:#ffffff;color:#1e293b;font-family:DM Sans,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;letter-spacing:-.02em}html{scroll-behavior:smooth}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0) rotate(-2deg) scale(.9)}50%{transform:translateY(-12px) rotate(-2deg) scale(.9)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-fade-up{animation:fadeInUp .7s ease forwards}.animate-fade-left{animation:fadeInLeft .7s ease forwards}.animate-fade-right{animation:fadeInRight .7s ease forwards}.animate-scale-in{animation:scaleIn .6s ease forwards}.animate-float{animation:float 7s ease-in-out infinite}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.reveal{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translate(-40px);transition:opacity .8s ease,transform .8s ease}.reveal-left.revealed{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transform:translate(40px);transition:opacity .8s ease,transform .8s ease}.reveal-right.revealed{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transform:scale(.9);transition:opacity .8s ease,transform .8s ease}.reveal-scale.revealed{opacity:1;transform:scale(1)}.navbar-glass{position:fixed;top:14px;left:50%;transform:translate(-50%);width:94%;max-width:1140px;min-height:44px;z-index:1000;border-radius:100px;border:1px solid rgba(124,58,237,.2);background:rgba(255,255,255,.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 4px 24px #6d28d91f;display:flex;align-items:center;justify-content:space-between;padding:6px 24px;transition:all .3s ease}.navbar-glass .nav-inner{width:100%;display:flex;align-items:center;justify-content:space-between}.navbar-glass.scrolled{background:rgba(255,255,255,.98);box-shadow:0 8px 32px #6d28d926}.nav-logo{display:flex;align-items:center;gap:8px;text-decoration:none;color:#1e293b;font-family:Outfit,sans-serif;font-weight:700;font-size:15px;letter-spacing:-.02em}.nav-logo .accent{color:#7c3aed}.nav-logo-icon{border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.nav-logo-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.nav-links{display:flex;align-items:center;gap:24px}@media (max-width: 900px){.nav-links{display:none}}.nav-link{color:#374151;font-size:14px;font-weight:500;font-family:DM Sans,sans-serif;text-decoration:none;transition:color .2s ease;padding:6px 4px}.nav-link:hover{color:#7c3aed}.nav-ctas{display:flex;align-items:center;gap:10px}.nav-ctas .btn-outline-purple,.nav-ctas .nav-cta-btn,.nav-mobile-ctas .nav-cta-btn,.nav-ctas .btn-outline-purple:link,.nav-ctas .btn-outline-purple:visited,.nav-ctas .nav-cta-btn:link,.nav-ctas .nav-cta-btn:visited,.nav-mobile-ctas .nav-cta-btn:link,.nav-mobile-ctas .nav-cta-btn:visited{min-width:130px;width:130px;justify-content:center;background:white!important;background-color:#fff!important;color:#5b21b6!important;border:1.5px solid rgba(124,58,237,.3)!important;border-color:#7c3aed4d!important}.nav-ctas .btn-outline-purple:hover,.nav-ctas .nav-cta-btn:hover,.nav-mobile-ctas .nav-cta-btn:hover{background:#F5F3FF!important;background-color:#f5f3ff!important}@media (max-width: 900px){.nav-ctas{display:none}}.btn-outline-purple{background:rgba(196,181,253,.5);color:#5b21b6;border-radius:100px;padding:10px 20px;font-weight:600;font-size:14px;font-family:Outfit,sans-serif;border:1.5px solid rgba(124,58,237,.3);cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:6px;text-decoration:none}.btn-outline-purple:hover{background:rgba(196,181,253,.7);transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,#7C3AED 0%,#6D28D9 100%);color:#fff;border-radius:100px;padding:10px 20px;font-weight:600;font-size:14px;font-family:Outfit,sans-serif;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 20px #6d28d966;display:inline-flex;align-items:center;gap:6px;text-decoration:none}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #6d28d980}.nav-mobile-toggle{display:none;background:none;border:none;cursor:pointer;color:#374151;padding:4px}@media (max-width: 900px){.nav-mobile-toggle{display:block}}.nav-inner{position:relative}.nav-mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;margin-top:12px;border-radius:16px;border:1px solid #EDE9FE;padding:16px;flex-direction:column;gap:12px;background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 16px 40px #6d28d926}.nav-mobile-ctas{display:flex;flex-direction:column;gap:8px;padding-top:12px;border-top:1px solid #EDE9FE;margin-top:8px}.nav-mobile-ctas .btn-outline-purple,.nav-mobile-ctas .btn-outline-purple:link,.nav-mobile-ctas .btn-outline-purple:visited{background:white!important;background-color:#fff!important;color:#5b21b6!important;border:1.5px solid rgba(124,58,237,.3)!important;border-color:#7c3aed4d!important}.nav-mobile-ctas .btn-outline-purple:hover{background:#F5F3FF!important;background-color:#f5f3ff!important}@media (max-width: 900px){.nav-mobile-menu{display:flex}}.hero-gradient{background:linear-gradient(135deg,#5B21B6 0%,#7C3AED 45%,#8B5CF6 80%,#A78BFA 100%);position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center;padding:100px 0 60px}.hero-gradient:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 50% at 20% 80%,rgba(167,139,250,.3) 0%,transparent 60%),radial-gradient(ellipse 50% 40% at 80% 20%,rgba(91,33,182,.4) 0%,transparent 60%);pointer-events:none}.hero-circle{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.08);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.hero-circle-1{width:600px;height:600px}.hero-circle-2{width:400px;height:400px;border-color:#ffffff0f}.hero-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:56px;align-items:center;max-width:1520px;margin:0 auto}.hero-content{padding-left:0;max-width:100%}@media (max-width: 1024px){.hero-grid{grid-template-columns:1fr}}.hero-title{font-size:clamp(2.5rem,5.5vw,3.75rem);font-weight:800;line-height:1.15;color:#fff;margin:0 0 20px;font-family:Outfit,sans-serif}.text-orange-accent{background:linear-gradient(135deg,#F59E0B 0%,#F97316 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:18px;line-height:1.65;color:#fffc;font-family:DM Sans,sans-serif;max-width:560px;margin:0 0 28px}.hero-ctas{display:flex;flex-direction:column;flex-wrap:wrap;gap:8px;margin-bottom:28px;align-items:flex-start}.btn-hero-primary,.btn-hero-admin{background:white!important;color:#7c3aed!important;border:1.5px solid rgba(196,181,253,.8)!important;box-shadow:0 2px 12px #0000001a!important;font-size:14px!important;padding:10px 18px!important;gap:8px!important;width:-moz-fit-content!important;width:fit-content!important;min-width:unset!important;display:inline-flex!important}.btn-hero-admin:hover{background:#F5F3FF!important}.hero-stats{display:flex;flex-wrap:wrap;gap:28px}.hero-stat{padding-right:28px}.hero-stat-val{font-family:Outfit,sans-serif;font-size:26px;font-weight:800;color:#fff}.hero-stat-label{color:#fff9;font-size:14px}.hero-inner{max-width:1560px;margin:0 auto;padding:0 64px;width:100%;position:relative;z-index:10}.hero-visual{position:relative;display:flex;justify-content:flex-end;align-items:center}@media (max-width: 1024px){.hero-visual{display:none!important}}.dashboard-mockup{background:rgba(255,255,255,.95);border:1px solid rgba(255,255,255,.5);border-radius:16px;overflow:hidden;box-shadow:0 24px 56px #5b21b64d,0 6px 20px #00000014;transform-origin:center;animation:float 7s ease-in-out infinite;width:100%;max-width:600px;min-height:420px}.mockup-bar{background:#F3F0FF;padding:10px 14px;display:flex;align-items:center;gap:6px;border-bottom:1px solid #EDE9FE}.mockup-dot{width:10px;height:10px;border-radius:50%}.mockup-url{flex:1;margin-left:12px;background:#EDE9FE;border-radius:5px;height:22px;display:flex;align-items:center;padding-left:10px;color:#9ca3af;font-size:11px}.mockup-body{padding:20px;background:#FAFAFA}.mockup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.mockup-label{color:#94a3b8;font-size:11px}.mockup-title{color:#1e293b;font-family:Outfit,sans-serif;font-weight:700;font-size:16px}.mockup-live{background:#DCFCE7;color:#16a34a;border-radius:100px;padding:4px 10px;font-size:11px;font-weight:600}.mockup-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}.mockup-stat{border-radius:10px;padding:12px 14px;border:1px solid}.mockup-stat-label{color:#94a3b8;font-size:10px;margin-bottom:4px}.mockup-stat-val{font-family:Outfit,sans-serif;font-weight:700;font-size:16px}.mockup-chart{background:white;border-radius:10px;padding:14px 16px;border:1px solid #EDE9FE}.mockup-chart-label{color:#64748b;font-size:11px;margin-bottom:10px}.mockup-chart-bars{display:flex;gap:8px;align-items:flex-end;height:72px}.chart-bar{flex:1;border-radius:4px;min-height:4px}.mockup-chart-labels{display:flex;justify-content:space-between;margin-top:12px}.chart-label{color:#cbd5e1;font-size:10px}.mockup-leaderboard{margin-top:14px}.leaderboard-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid #F1F5F9}.leaderboard-rank{width:24px;height:24px;border-radius:50%;background:#F5F3FF;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#7c3aed;font-family:Outfit,sans-serif}.leaderboard-rank.rank-1{background:linear-gradient(135deg,#F59E0B,#D97706);color:#fff}.leaderboard-name{color:#374151;font-size:12px;flex:1}.leaderboard-score{color:#7c3aed;font-size:12px;font-weight:700;font-family:Outfit,sans-serif}.badge-white{background:rgba(255,255,255,.15);color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:100px;padding:6px 16px;font-size:12px;font-weight:600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.02em}.marquee-section{background:#F5F3FF;border-top:1px solid #EDE9FE;border-bottom:1px solid #EDE9FE;padding:10px 0;overflow:hidden}.marquee-track{display:flex;width:-moz-max-content;width:max-content;animation:marquee 28s linear infinite}.marquee-track:hover{animation-play-state:paused}.marquee-item{display:flex;align-items:center;gap:6px;padding:0 24px;color:#64748b;font-size:12px;font-family:DM Sans,sans-serif;white-space:nowrap}.marquee-icon{color:#7c3aed}.marquee-dot{color:#c4b5fd;margin-left:8px}.container{max-width:1520px;margin:0 auto;padding:0 40px}.section-white{background:#ffffff;padding:64px 0}#features .container{max-width:1280px;margin:0 auto}.section-light{background:#F8F7FF;padding:64px 0}.section-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(124,58,237,.12),transparent)}.section-header{text-align:center;margin-bottom:56px;display:flex;flex-direction:column;align-items:center}.section-header .eyebrow{justify-content:center;margin-bottom:12px}.section-title{font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700;color:#1e293b;margin:0 0 16px;font-family:Outfit,sans-serif;text-align:center}.section-subtitle{font-size:17px;color:#64748b;max-width:560px;margin:0 auto;line-height:1.6;text-align:center}.eyebrow{font-family:Outfit,sans-serif;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#7c3aed;display:inline-flex;align-items:center;gap:8px}.eyebrow:before{content:"";display:block;width:20px;height:2px;background:#7C3AED;border-radius:2px}.bento-grid{display:grid;grid-template-columns:1fr;gap:28px;max-width:1280px;margin:0 auto}@media (min-width: 768px){.bento-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.bento-grid{grid-template-columns:repeat(3,1fr)}}.bento-card{background:#ffffff;border:1.5px solid #EDE9FE;border-radius:20px;padding:28px;transition:all .4s ease;position:relative;overflow:hidden;box-shadow:0 2px 16px #6d28d90f;display:flex;flex-direction:column;min-height:200px}.bento-card:hover{border-color:#a78bfa;box-shadow:0 16px 48px #6d28d924;transform:translateY(-4px)}.bento-title{font-size:19px;font-weight:600;margin:0 0 10px;font-family:Outfit,sans-serif;color:#1e293b}.bento-desc{font-size:15px;color:#64748b;line-height:1.65;margin:0}.feature-icon-wrap{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:18px}.features-grid{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{background:#ffffff;border:1.5px solid #EDE9FE;border-radius:16px;padding:20px;transition:all .35s ease;position:relative;overflow:hidden;box-shadow:0 2px 12px #6d28d90f}.feature-card:hover{border-color:#c4b5fd;box-shadow:0 12px 40px #6d28d926;transform:translateY(-5px)}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#7C3AED,#F59E0B);transform:scaleX(0);transition:transform .4s ease;transform-origin:left}.feature-card:hover:before{transform:scaleX(1)}.feature-title{font-size:15px;font-weight:600;margin:0 0 6px;font-family:Outfit,sans-serif;color:#1e293b}.feature-desc{font-size:13px;color:#64748b;line-height:1.55;margin:0}.howitworks-grid{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media (min-width: 1024px){.howitworks-grid{grid-template-columns:1fr 1fr;gap:80px}}.section-subtitle-left{font-size:16px;color:#64748b;max-width:420px;line-height:1.7;margin:0 0 32px}.timeline-wrap{position:relative}.timeline-line{position:absolute;left:28px;top:60px;bottom:0;width:2px;background:linear-gradient(to bottom,#7C3AED,rgba(124,58,237,.05))}.timeline-steps{display:flex;flex-direction:column;gap:24px;padding-left:64px}.step-item{position:relative}.step-number{position:absolute;left:-64px;top:8px;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Outfit,sans-serif;font-weight:700;font-size:16px;color:#fff;flex-shrink:0;z-index:1}.step-card{background:#ffffff;border:1.5px solid #EDE9FE;border-radius:16px;padding:18px 22px;box-shadow:0 2px 16px #6d28d90f;transition:all .3s ease}.step-card:hover{border-color:#a78bfa;box-shadow:0 10px 32px #6d28d924}.step-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.step-title{font-size:15px;font-weight:600;font-family:Outfit,sans-serif;color:#1e293b;margin:0}.step-desc{font-size:13px;color:#64748b;line-height:1.6;margin:0}.audience-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 1024px){.audience-grid{grid-template-columns:1fr 1fr}}.audience-card{position:relative;border-radius:24px;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease;min-height:460px;display:flex;flex-direction:column;justify-content:flex-end}.audience-card:hover{transform:scale(1.02);box-shadow:0 32px 80px #6d28d940}.audience-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease}.audience-card:hover .audience-img{transform:scale(1.06)}.audience-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(91,33,182,.2) 0%,rgba(91,33,182,.75) 60%,rgba(91,33,182,.97) 100%)}.audience-overlay-admin{background:linear-gradient(to bottom,rgba(109,40,217,.2) 0%,rgba(91,33,182,.75) 60%,rgba(91,33,182,.97) 100%)}.audience-content{position:relative;z-index:2;padding:24px 28px}.audience-content .badge-white{display:inline-flex;margin-bottom:12px}.audience-content .audience-title{font-size:22px;font-weight:700;color:#fff;margin:0 0 8px;font-family:Outfit,sans-serif;line-height:1.2}.audience-content .audience-desc{font-size:13px;color:#ffffffbf;margin:0 0 18px}.audience-list{display:grid;gap:12px;margin-bottom:32px}.audience-list-item{display:flex;align-items:center;gap:10px;color:#ffffffd9;font-size:13px}.check-green{color:#86efac!important;flex-shrink:0}.check-amber{color:#fcd34d!important;flex-shrink:0}.btn-white-bg{background:white!important;color:#7c3aed!important;box-shadow:0 4px 16px #00000026!important}.btn-amber-bg{background:#F59E0B!important;color:#fff!important;box-shadow:0 4px 16px #f59e0b66!important}.why-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 640px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.why-grid{grid-template-columns:repeat(3,1fr)}}.why-card{background:#ffffff;border:1.5px solid #EDE9FE;border-radius:16px;padding:20px;transition:all .3s ease;box-shadow:0 2px 12px #6d28d90d}.why-card:hover{border-color:#c4b5fd;box-shadow:0 10px 36px #6d28d921;transform:translateY(-3px)}.why-title{font-size:16px;font-weight:600;margin:0 0 6px;font-family:Outfit,sans-serif;color:#1e293b}.why-desc{font-size:13px;color:#64748b;line-height:1.6;margin:0}.stat-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:48px}.stat-badge{background:white;border:1.5px solid #EDE9FE;border-radius:14px;padding:14px 24px;text-align:center;box-shadow:0 4px 20px #6d28d914;transition:all .3s ease}.stat-badge:hover{border-color:#c4b5fd;box-shadow:0 8px 28px #6d28d926;transform:translateY(-2px)}.stat-badge-val{font-family:Outfit,sans-serif;font-size:22px;font-weight:800;color:#7c3aed}.stat-badge-label{color:#64748b;font-size:12px}.cta-section{background:linear-gradient(135deg,#5B21B6 0%,#7C3AED 55%,#8B5CF6 100%);border-radius:24px;padding:48px 36px;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 70% at 50% 50%,rgba(255,255,255,.08) 0%,transparent 70%);pointer-events:none}.cta-stars{display:flex;justify-content:center;gap:4px;margin-bottom:16px;position:relative}.cta-title{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:#fff;margin:0 0 12px;font-family:Outfit,sans-serif;position:relative}.cta-subtitle{font-size:15px;color:#ffffffbf;max-width:440px;margin:0 auto 28px;position:relative}.cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:20px;position:relative}.btn-cta-primary{background:white;color:#7c3aed;border-radius:100px;padding:12px 28px;font-weight:700;font-size:14px;font-family:Outfit,sans-serif;display:inline-flex;align-items:center;gap:6px;text-decoration:none;box-shadow:0 4px 20px #00000026;transition:transform .2s}.btn-cta-primary:hover{transform:translateY(-2px)}.btn-cta-secondary{background:rgba(255,255,255,.15);color:#fff;border-radius:100px;padding:12px 28px;font-weight:600;font-size:14px;font-family:Outfit,sans-serif;display:inline-flex;align-items:center;gap:6px;text-decoration:none;border:2px solid rgba(255,255,255,.4);transition:all .2s;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-cta-secondary:hover{background:rgba(255,255,255,.25);transform:translateY(-2px)}.cta-note{margin:0;color:#ffffff80;font-size:13px;position:relative}.btn-small{padding:10px 20px;font-size:13px}.footer-bg{background:#1E1B4B;border-top:1px solid rgba(167,139,250,.15);padding:64px 0 32px}.footer-grid{display:grid;grid-template-columns:1fr;gap:40px;margin-bottom:48px}@media (min-width: 768px){.footer-grid{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.footer-grid{grid-template-columns:1.2fr 1fr 1fr 1fr 1.2fr}}.footer-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;font-weight:700;font-size:18px;margin-bottom:16px;font-family:Outfit,sans-serif}.footer-logo .accent{color:#a78bfa}.footer-logo-icon{border-radius:10px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.footer-logo-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.footer-desc{font-size:14px;color:#fff;max-width:280px;line-height:1.7;margin:0 0 24px}.footer-links h4{font-family:Outfit,sans-serif;color:#fff;font-weight:600;font-size:14px;margin-bottom:16px;letter-spacing:.05em}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links a{color:#fff;font-size:13px;text-decoration:none;display:block;margin-bottom:10px;transition:color .2s}.footer-links a:hover{color:#a78bfa}.footer-contact h4{font-family:Outfit,sans-serif;color:#fff;font-weight:600;font-size:14px;margin-bottom:16px;letter-spacing:.05em}.footer-contact-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px;color:#fff;font-size:13px;line-height:1.5}.footer-contact-item:last-child{margin-bottom:0}.footer-contact-item svg{flex-shrink:0;margin-top:2px;color:#a78bfa}.footer-contact-item a{color:#fff;text-decoration:none;transition:color .2s}.footer-contact-item a:hover{color:#a78bfa}.footer-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(167,139,250,.2),transparent)}.footer-bottom{margin-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer-bottom p{color:#fff;font-size:13px;margin:0}.footer-bottom-links{display:flex;gap:20px}.footer-bottom-links a{color:#fff;font-size:13px;text-decoration:none}.footer-bottom-links a:hover{color:#a78bfa}.auth-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px}.auth-card{background:white;border-radius:12px;padding:40px;box-shadow:0 10px 40px #0000001a;width:100%;max-width:450px}.auth-card h2{color:#333;margin-bottom:10px;text-align:center;font-size:28px}.info-text{text-align:center;color:#666;margin-bottom:20px;font-size:14px}.form-group label{display:block;margin-bottom:8px;color:#333;font-weight:500;font-size:14px}.form-group input{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#667eea}.auth-select{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;background:white;cursor:pointer;transition:border-color .3s}.auth-select:focus{outline:none;border-color:#667eea}.password-input-wrapper{position:relative;width:100%}.password-input-wrapper input{padding-right:45px}.password-toggle-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#666;font-size:18px;padding:5px;display:flex;align-items:center;justify-content:center;transition:color .2s}.password-toggle-btn:hover{color:#667eea}.password-toggle-btn:focus{outline:none}.form-hint{display:block;margin-top:5px;color:#888;font-size:12px}.btn-primary{width:100%;padding:14px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:10px;display:flex;align-items:center;justify-content:center;text-align:center}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.btn-secondary{width:100%;padding:12px;background:#f0f0f0;color:#333;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;text-align:center}.btn-secondary:hover:not(:disabled){background:#e8e8e8}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fee;color:#c33;padding:12px;border-radius:6px;margin-bottom:15px;font-size:14px;border-left:4px solid #c33}.auth-link{text-align:center;margin-top:20px;color:#666;font-size:14px}.auth-link a{color:#667eea;text-decoration:none;font-weight:500}.auth-link a:hover{text-decoration:underline}.btn-back-hover{padding:8px 12px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d;display:flex;align-items:center;gap:8px;overflow:hidden;white-space:nowrap;min-width:40px}.btn-back-hover .btn-arrow{display:inline-block;font-size:1.2rem;transition:all .3s ease}.btn-back-hover .btn-text{display:inline-block;transition:all .3s ease}.btn-back-hover:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66;padding-right:20px}.ai-analysis-section.analysis-display{background:white;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:30px}.ai-analysis-section.analysis-display h2{margin:0 0 20px;color:#667eea;font-size:1.5rem;border-bottom:2px solid #667eea;padding-bottom:10px}.subjects-container{padding:20px;max-width:1200px;margin:0 auto}.subjects-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;flex-wrap:wrap;gap:15px}.subjects-header h2{color:#1a202c;margin:0;font-size:28px}.add-subject-btn{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #667eea4d}.add-subject-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.add-icon{font-size:24px;font-weight:700;line-height:1}.add-subject-form{background:white;padding:25px;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:30px;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#2d3748;font-weight:600;font-size:14px}.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group select:disabled{background:#f7fafc;cursor:not-allowed}.form-hint{display:block;margin-top:6px;font-size:12px;color:#718096}.form-group textarea{resize:vertical}.submit-btn{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;padding:12px 32px;border-radius:8px;font-size:16px;cursor:pointer;transition:all .3s ease;font-weight:600}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.alert{padding:15px 20px;border-radius:8px;margin-bottom:20px;font-size:14px;animation:slideDown .3s ease}.alert-error{background-color:#fed7d7;color:#c53030;border-left:4px solid #c53030}.alert-success{background-color:#c6f6d5;color:#22543d;border-left:4px solid #22543d}.subjects-view-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:20px}.subjects-view-header h2{margin:0;color:#1a202c;font-size:1.5rem}.subject-context-badge{font-weight:600;color:#667eea;font-size:1rem}.subject-class-badge{font-size:.9rem;font-weight:500;color:#764ba2}.subject-scores-note{margin:-8px 0 16px;color:#4a5568;font-size:.9rem}.subject-scores-note strong{color:#667eea}.subjects-loading{text-align:center;padding:60px 20px;color:#718096;font-size:18px}.no-subjects{text-align:center;padding:60px 20px;background:white;border-radius:12px;box-shadow:0 2px 8px #0000001a}.no-subjects p{color:#718096;font-size:18px;margin:10px 0}.no-subjects-hint{color:#a0aec0;font-size:14px}.subjects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.subject-card{background:white;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;border:2px solid transparent}.subject-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026;border-color:#667eea}.subject-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.subject-card-header h3{color:#1a202c;margin:0;font-size:20px;flex:1;word-break:break-word}.delete-btn{background:#fc8181;color:#fff;border:none;width:32px;height:32px;border-radius:50%;font-size:24px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;line-height:1;flex-shrink:0;margin-left:10px}.delete-btn:hover{background:#f56565;transform:scale(1.1)}.subject-description{color:#4a5568;font-size:14px;line-height:1.6;margin:12px 0}.subject-meta{color:#a0aec0;font-size:12px;margin-top:15px;padding-top:15px;border-top:1px solid #e2e8f0}@media (max-width: 768px){.subjects-header{flex-direction:column;align-items:stretch}.subjects-header h2{font-size:24px}.add-subject-btn{width:100%;justify-content:center}.subjects-grid{grid-template-columns:1fr}.add-subject-form{padding:20px}}.subjects-tests-table{overflow:hidden;border-radius:12px;box-shadow:0 2px 8px #0000000d}.subjects-tests-table table{width:100%;border-collapse:collapse}.subjects-tests-table th{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:16px;text-align:left;font-weight:600;color:#fff;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.subjects-tests-table th:first-child{border-top-left-radius:12px}.subjects-tests-table th:last-child{border-top-right-radius:12px}.subjects-tests-table td{padding:16px;border-bottom:1px solid #f0f0f0;color:#555;font-size:.95rem}.subjects-tests-table tbody tr:hover{background:#f8f9fa;transform:scale(1.01);box-shadow:0 2px 8px #0000000d}.subject-scoreboard-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:1000}.subject-scoreboard-modal{background:white;padding:24px;border-radius:12px;box-shadow:0 8px 32px #00000026;max-width:420px;width:90%}.subject-scoreboard-modal h3{margin:0 0 16px;color:#333;font-size:1.25rem}.subject-scoreboard-modal p{margin:0 0 10px;color:#555;font-size:.95rem}.subject-scoreboard-actions{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap}@media (max-width: 480px){.subjects-container{padding:15px}.subjects-header h2{font-size:20px}.add-subject-form{padding:15px}.form-group input,.form-group textarea,.form-group select{padding:10px;font-size:14px}}.edit-subject-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:1000}.edit-subject-modal{background:white;padding:24px;border-radius:12px;box-shadow:0 8px 32px #00000026;max-width:400px;width:90%}.edit-subject-modal h3{margin:0 0 16px;color:#333;font-size:1.25rem}.edit-subject-input{width:100%;padding:10px 12px;font-size:1rem;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:16px;box-sizing:border-box}.edit-subject-input:focus{outline:none;border-color:#667eea}.edit-subject-actions{display:flex;gap:10px;justify-content:flex-end}.btn-edit-subject{background:#4a5568;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:.9rem;cursor:pointer;margin-right:8px}.btn-edit-subject:hover{background:#2d3748}.subjects-tests-table td .btn-view-scoreboard{margin-left:0}.admin-dashboard{height:100vh;min-height:100vh;display:flex;overflow:hidden;background:white}.dashboard-sidebar.sidebar-collapsed{width:72px;border-right:1px solid #e5e7eb}.dashboard-sidebar.sidebar-collapsed .nav-text,.dashboard-sidebar.sidebar-collapsed .user-details{display:none}.dashboard-sidebar.sidebar-collapsed .sidebar-header{padding:6px;flex-direction:column;align-items:center;gap:4px;overflow:visible;flex-shrink:0}.dashboard-sidebar.sidebar-collapsed .logo{overflow:visible}.dashboard-sidebar.sidebar-collapsed .sidebar-nav{flex:1 1 0;min-height:0;padding:6px 0;overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;scrollbar-gutter:stable}.dashboard-sidebar.sidebar-collapsed .sidebar-nav::-webkit-scrollbar{width:12px}.dashboard-sidebar.sidebar-collapsed .sidebar-nav::-webkit-scrollbar-track{background:#e5e7eb;border-radius:6px;margin:4px 0}.dashboard-sidebar.sidebar-collapsed .sidebar-nav::-webkit-scrollbar-thumb{background:#4f46e5;border-radius:6px;border:2px solid #e5e7eb}.dashboard-sidebar.sidebar-collapsed .sidebar-nav::-webkit-scrollbar-thumb:hover{background:#3730a3}.dashboard-sidebar.sidebar-collapsed .sidebar-nav::-webkit-scrollbar-corner{background:#e5e7eb}.dashboard-sidebar.sidebar-collapsed .sidebar-nav{scrollbar-width:auto;scrollbar-color:#4f46e5 #e5e7eb}.sidebar-expand-trigger{display:flex;align-items:center;justify-content:center;width:100%;padding:4px;background:none;border:none;cursor:pointer;border-radius:8px;transition:background .2s;position:relative}.sidebar-sa-text{font-size:.95rem;font-weight:700;color:#667eea;letter-spacing:.05em}.dashboard-sidebar.sidebar-collapsed .nav-item{justify-content:center;padding:6px 8px;min-height:28px;position:relative}.dashboard-sidebar.sidebar-collapsed .nav-icon{font-size:1rem;width:20px;text-align:center}.dashboard-sidebar.sidebar-collapsed .sidebar-footer{flex-shrink:0;flex-direction:column;align-items:center;padding:6px 4px}.dashboard-sidebar.sidebar-collapsed .user-info{flex-direction:column;margin-bottom:4px;padding:4px}.dashboard-sidebar.sidebar-collapsed .user-avatar{width:28px;height:28px;font-size:.8rem}.dashboard-sidebar.sidebar-collapsed .btn-logout-sidebar{padding:6px 8px}.sidebar-header{padding:24px 14px 16px 0;border-bottom:none;display:flex;align-items:center;justify-content:space-between;gap:8px}.sidebar-toggle{flex-shrink:0;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid #e0e0e0;border-radius:10px;background:linear-gradient(135deg,#f8f9ff 0%,#f0f2ff 100%);color:#667eea;cursor:pointer;transition:all .2s}.sidebar-toggle .sidebar-toggle-arrow{font-size:1.25rem;font-weight:700;line-height:1}.sidebar-toggle:hover{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-color:transparent;box-shadow:0 4px 12px #667eea59}.logo img{height:52px;width:auto;display:block}.sidebar-header h2{margin:0;font-size:1.3rem;color:#333;font-weight:600}.sidebar-nav{flex:1;min-height:0;padding:20px 0;overflow-y:auto}.student-dashboard-sidebar{padding:0 20px}.student-dashboard-title{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 20px;padding-bottom:10px;border-bottom:2px solid #667eea}.student-stats-cards{display:flex;flex-direction:column;gap:12px;margin-bottom:25px}.student-stat-card{background:linear-gradient(135deg,#f8f9ff 0%,#ffffff 100%);border:1px solid #e0e0f0;border-radius:12px;padding:15px;display:flex;align-items:center;gap:12px;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.student-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea26;border-color:#667eea}.student-stat-card .stat-icon{font-size:1.8rem;width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:10px;flex-shrink:0}.student-stat-card .stat-content{flex:1}.student-stat-card .stat-value{font-size:1.4rem;font-weight:700;color:#333;line-height:1.2;margin-bottom:4px}.student-stat-card .stat-label{font-size:.85rem;color:#666;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.student-performance-summary{background:white;border:1px solid #e0e0e0;border-radius:12px;padding:15px;margin-top:10px}.student-performance-summary h4{margin:0 0 15px;font-size:.95rem;color:#333;font-weight:600}.performance-bar{display:flex;flex-direction:column;gap:8px}.performance-label{display:flex;justify-content:space-between;font-size:.9rem;color:#555;font-weight:500}.performance-progress{width:100%;height:10px;background:#e0e0e0;border-radius:5px;overflow:hidden}.performance-fill{height:100%;background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);border-radius:5px;transition:width .3s ease}.dashboard-main{flex:1;min-height:0;margin-left:280px;width:calc(100vw - 280px);background:white;overflow-y:auto;transition:margin-left .25s ease,width .25s ease;position:relative}.dashboard-sidebar .sidebar-header{position:relative}.main-header{background:white;padding:25px 40px;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 5px #0000000d;width:100%;display:flex;justify-content:space-between;align-items:center}.btn-back-to-students{padding:10px 20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.btn-back-to-students:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.btn-back-to-students-top{position:absolute;top:20px;right:20px;padding:8px 12px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d;display:flex;align-items:center;gap:8px;z-index:10;overflow:hidden;white-space:nowrap;min-width:40px}.btn-back-to-students-top .btn-arrow{display:inline-block;font-size:1.2rem;transition:all .3s ease}.btn-back-to-students-top .btn-text{display:none;transition:all .3s ease}.btn-back-to-students-top:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66;padding-right:20px}.btn-back-to-students-top:hover .btn-text{display:inline-block}.dashboard-content{padding:30px 40px;width:100%;box-sizing:border-box}.students-section{background:white;padding:0 25px 35px;border-radius:16px;box-shadow:0 4px 20px #00000014;width:100%;box-sizing:border-box}.students-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:0;flex-wrap:wrap}.students-section .students-header-row{margin-bottom:20px}.students-header-row h2{margin-left:-10px;margin-right:auto;margin-bottom:0}.students-actions-wrapper{width:100%;margin-bottom:10px;margin-top:-35px;display:flex;flex-direction:column;align-items:flex-end}.students-section .students-actions-wrapper{margin-top:0}.students-section h2{margin:0 0 0 -10px;color:#333;font-size:1.5rem;font-weight:600}.students-actions{display:flex;flex-direction:column;gap:10px;align-items:flex-end;margin-top:-5px}.students-filters{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;align-items:center;margin-bottom:10px}.students-filters-row{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.students-filters.date-filters{margin-bottom:10px}.students-search-input{padding:8px 12px;border-radius:8px;border:1px solid #e0e0e0;min-width:200px;font-size:.9rem}.students-filter-select{padding:8px 12px;border-radius:8px;border:1px solid #e0e0e0;background:#f8f9fa;font-size:.9rem}.students-filter-input{padding:10px 15px;border-radius:8px;border:1px solid #e0e0e0;background:white;font-size:.9rem;width:150px}.students-filter-input::-moz-placeholder{color:#999}.students-filter-input::placeholder{color:#999}.students-export-buttons{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;margin-top:10px;margin-bottom:20px}.btn-export,.btn-export-secondary{padding:8px 14px;border-radius:8px;border:none;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease}.btn-export{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;box-shadow:0 3px 10px #667eea4d}.btn-export:hover{transform:translateY(-1px);box-shadow:0 5px 16px #667eea66}.btn-export-secondary{background:#f8f9fa;color:#555;border:1px solid #e0e0e0}.btn-export-secondary:hover{background:#e9ecef}.students-table{overflow-x:auto;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-top:0}.students-table table{width:100%;border-collapse:collapse;min-width:700px}.students-table th{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:16px;text-align:left;font-weight:600;color:#fff;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.students-table td{padding:16px;border-bottom:1px solid #f0f0f0;color:#555;font-size:.95rem}.students-table tbody tr{transition:all .2s}.students-table tbody tr:hover{background:#f8f9fa;transform:scale(1.01);box-shadow:0 2px 8px #0000000d}.parents-form{margin-top:10px;display:flex;flex-direction:column;gap:8px}.parents-form-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.parents-input{padding:10px 12px;border-radius:8px;border:1px solid #e0e0e0;min-width:220px;font-size:.95rem}.parents-message{font-size:.9rem}.parents-message-error{color:#dc3545}.parents-message-success{color:#28a745}.btn-view-scoreboard{padding:10px 20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #667eea4d}.btn-view-scoreboard:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.student-scoreboard-section{display:flex;flex-direction:column;gap:15px;width:100%;box-sizing:border-box;position:relative;padding-top:36px}.student-info-card{background:white;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000000d;border:1px solid #e0e0e0;width:100%;box-sizing:border-box;margin-bottom:20px;position:relative}.student-info-card h2{margin-top:0;margin-bottom:15px;color:#333;font-size:1.2rem;font-weight:600}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:10px}.info-item{padding:12px 15px;background:#f8f9fa;border-radius:8px;border:1px solid #e0e0e0;transition:transform .3s,background .3s,box-shadow .3s;color:#555;font-size:.85rem}.info-item:hover{transform:translateY(-2px);background:white;box-shadow:0 2px 8px #667eea1a}.info-item strong{color:#333;margin-right:8px;font-weight:600;font-size:.9rem}.scoreboard-table{background:white;padding:15px 35px 35px;border-radius:16px;box-shadow:0 4px 20px #00000014;width:100%;box-sizing:border-box}.scoreboard-header-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;margin-top:-5px;flex-wrap:wrap;gap:15px}.scoreboard-header-actions h2{margin:0;color:#333;font-size:1.5rem;font-weight:600}.scoreboard-export-buttons{display:flex;gap:10px;flex-wrap:wrap}.no-data{text-align:center;color:#999;padding:60px 40px;font-size:1.1rem;background:#f8f9fa;border-radius:12px;border:2px dashed #e0e0e0}.tests-section h2{margin:0 0 24px;color:#333;font-size:1.5rem;font-weight:600}.tests-section-header{margin-bottom:24px}.tests-section-title-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.tests-section-title-row h2{margin:0}.class-section-cards{display:flex;flex-direction:column;gap:12px}.class-section-card{display:flex;flex-direction:column;gap:10px;animation:class-card-fade-in .4s ease forwards;opacity:0;padding:16px 20px;background:#f8f8ff;border:1px solid #e0e0f0;border-radius:12px;transition:box-shadow .2s,border-color .2s}.class-section-card-main{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px 20px}.class-section-card:hover{box-shadow:0 4px 14px #667eea1f;border-color:#c0c0e8}@keyframes class-card-fade-in{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.class-section-card-info{display:flex;align-items:center;gap:8px;font-size:1rem}.class-section-card-name{font-weight:600;color:#333}.class-section-card-sep{color:#aaa}.class-section-card-section{color:#555}.class-section-card-stats{display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:.82rem;color:#666}.class-section-stat{display:inline-flex;align-items:center;gap:4px;font-weight:600}.class-section-stat-icon{font-size:.9rem;opacity:.9}.class-section-stat-loading{color:#999;font-style:italic;font-weight:400}.class-section-card-subjects{display:flex;align-items:flex-start;gap:10px;padding-top:10px;border-top:1px solid #e8ebf7}.class-section-subjects-label{font-size:.82rem;font-weight:600;color:#5a67d8;flex-shrink:0}.class-section-subjects-list{display:flex;flex-wrap:wrap;gap:8px}.class-section-subject-chip{display:inline-block;padding:5px 12px;font-size:.78rem;font-weight:600;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease}.class-section-subject-chip:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001f}.class-section-subject-chip-0{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none}.class-section-subject-chip-1{background:linear-gradient(135deg,#11998e 0%,#38ef7d 100%);color:#fff;border:none}.class-section-subject-chip-2{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);color:#fff;border:none}.class-section-subject-chip-3{background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%);color:#fff;border:none}.class-section-subject-chip-4{background:linear-gradient(135deg,#fa709a 0%,#fee140 100%);color:#fff;border:none}.class-section-summary{margin-top:24px;padding:14px 24px;background:linear-gradient(135deg,#f8f9ff 0%,#f0f2ff 100%);border-radius:16px;border:1px solid #e8ebf7;box-shadow:0 4px 20px #667eea14;animation:class-card-fade-in .4s ease .2s forwards;opacity:0}.class-section-summary-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.class-section-summary-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 12px;border-radius:10px;transition:transform .2s ease,box-shadow .2s ease}.class-section-summary-item:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000014}.class-section-summary-primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;box-shadow:0 4px 12px #667eea59}.class-section-summary-success{background:linear-gradient(135deg,#11998e 0%,#38ef7d 100%);color:#fff;box-shadow:0 4px 12px #11998e59}.class-section-summary-secondary{background:linear-gradient(135deg,#a8c0ff 0%,#c2e9fb 100%);color:#2d3748;box-shadow:0 4px 12px #a8c0ff66}.class-section-summary-warning{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);color:#fff;box-shadow:0 4px 12px #f5576c59}.class-section-summary-info{background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%);color:#fff;box-shadow:0 4px 12px #4facfe59}.class-section-summary-primary .class-section-summary-value,.class-section-summary-success .class-section-summary-value,.class-section-summary-warning .class-section-summary-value,.class-section-summary-info .class-section-summary-value{color:#fff}.class-section-summary-icon{font-size:1.25rem;opacity:.95}.class-section-summary-value{font-size:1.4rem;font-weight:800;letter-spacing:-.02em;line-height:1.2}.class-section-summary-label{font-size:.78rem;font-weight:500;text-align:center;opacity:.9}@media (max-width: 900px){.class-section-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.class-section-summary-grid{grid-template-columns:1fr}}.btn-open-class{padding:8px 22px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .2s;box-shadow:0 2px 8px #667eea4d}.btn-open-college{padding:6px 12px;border-radius:7px;font-size:.78rem;box-shadow:0 2px 6px #667eea40;margin-left:auto;white-space:nowrap}.btn-open-class:hover{transform:translateY(-2px);box-shadow:0 4px 14px #667eea73}.no-class-hint{padding:30px;text-align:center;background:#f9f9fc;border:1px dashed #ccc;border-radius:10px;color:#666}.loading-text{color:#888;font-size:.95rem}.tests-header-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;flex-wrap:wrap;gap:15px}.tests-header-actions h2{margin:0;color:#333;font-size:1.5rem;font-weight:600}.tests-export-buttons{display:flex;gap:10px;flex-wrap:wrap}.test-type-badge{display:inline-block;padding:5px 12px;border-radius:6px;font-size:.85rem;font-weight:600;text-transform:uppercase}.test-type-badge.daily{background:#e3f2fd;color:#1976d2}.test-type-badge.weekly{background:#f3e5f5;color:#7b1fa2}.date-link{background:none;border:none;color:#667eea;cursor:pointer;font-weight:600;text-decoration:underline;padding:0;font-size:.95rem;transition:color .3s}.date-link:hover{color:#764ba2}.btn-view-questions{padding:8px 16px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;font-size:.9rem;transition:all .3s;box-shadow:0 2px 8px #667eea4d}.btn-view-questions:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.test-actions-cell{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.btn-delete-test{padding:8px 14px;background:#dc3545;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;font-size:.85rem;transition:all .2s}.btn-delete-test:hover{background:#c82333;transform:translateY(-1px)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000}.delete-test-modal{background:white;padding:24px 28px;border-radius:12px;max-width:420px;box-shadow:0 8px 32px #0003}.delete-test-modal h3{margin:0 0 12px;font-size:1.25rem;color:#333}.delete-test-modal p{margin:0 0 20px;color:#555;line-height:1.5}.delete-test-modal .modal-actions{display:flex;gap:12px;justify-content:flex-end}.delete-test-modal .btn-confirm.danger{background:#dc3545;border:none;color:#fff;padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:500}.delete-test-modal .btn-confirm.danger:hover{background:#c82333}.delete-test-modal .btn-confirm.secondary{background:#f0f0f0;color:#333;border:1px solid #ccc;padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:500}.delete-test-modal .btn-confirm.secondary:hover{background:#e0e0e0}.test-questions-view{width:100%}.section-header-admin .section-subject-name-admin{font-weight:600;opacity:.95}.test-questions-header-section{margin-bottom:30px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.btn-back-to-tests{padding:10px 20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.btn-back-to-tests:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.test-questions-header-section h2{margin:0;color:#333;font-size:1.8rem}.test-info-bar{display:flex;gap:30px;padding:15px 20px;background:#f8f9fa;border-radius:8px;border-left:4px solid #667eea}.test-info-bar-subject{display:inline-flex;align-items:center;gap:8px}.test-subject-filter-select{padding:6px 12px;border:2px solid #e0e0e0;border-radius:8px;font-size:.95rem;color:#333;background:white;cursor:pointer;min-width:160px}.test-subject-filter-select:hover,.test-subject-filter-select:focus{border-color:#667eea;outline:none}.questions-list{display:flex;flex-direction:column;gap:25px;margin-bottom:30px}.no-questions-message{padding:40px 20px;text-align:center;color:#64748b;font-size:1rem;background:#f8fafc;border-radius:12px;border:1px dashed #e2e8f0}.pagination{display:flex;justify-content:center;align-items:center;gap:20px;padding:30px;background:white;border-radius:12px;box-shadow:0 2px 8px #0000000d}.pagination-btn{padding:10px 20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #667eea4d}.pagination-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{color:#555;font-weight:500;font-size:.95rem}.analysis-content{background:#f8f9fa;padding:25px;border-radius:8px;border-left:4px solid #667eea;margin-top:20px}.analysis-side-by-side{display:flex;flex-direction:column;gap:28px}.analysis-subject-block{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 12px #0000000f;border:1px solid #e8ecf4}.analysis-subject-title{margin:0 0 16px;font-size:1.15rem;font-weight:700;color:#667eea;letter-spacing:.02em;padding-bottom:10px;border-bottom:2px solid #e8ecf4}.analysis-pos-neg-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 768px){.analysis-pos-neg-row{grid-template-columns:1fr}}.analysis-card{border-radius:10px;padding:18px 20px;min-height:80px}.analysis-positives{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border:1px solid #bbf7d0}.analysis-negatives{background:linear-gradient(135deg,#fff7ed 0%,#ffedd5 100%);border:1px solid #fed7aa}.analysis-card-head{margin:0 0 12px;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.analysis-card-head.positive{color:#15803d}.analysis-card-head.negative{color:#c2410c}.analysis-card-body{font-size:.95rem;line-height:1.65;color:#374151}.analysis-points-list{margin:0;padding-left:20px;list-style:none}.analysis-points-list li{position:relative;padding-left:8px;margin-bottom:8px}.analysis-points-list li:before{content:"•";position:absolute;left:-14px;font-weight:700}.analysis-positives .analysis-points-list li:before{color:#15803d}.analysis-negatives .analysis-points-list li:before{color:#c2410c}.analysis-point-item{font-weight:500}.analysis-points-empty{color:#6b7280;font-style:italic;font-weight:500}.analysis-text{color:#333;line-height:1.8;font-size:1rem;white-space:pre-wrap}.no-analysis{text-align:center;padding:40px;color:#666;background:#f8f9fa;border-radius:8px;margin-top:20px}.test-result-container{min-height:100vh;background:#f5f5f5;padding:20px;width:100%;max-width:1400px;margin:0 auto;box-sizing:border-box}.test-type{margin:5px 0;color:#666;font-size:.9rem}.student-info-text{margin:5px 0 0;color:#667eea;font-size:.95rem;font-weight:500}.questions-review{background:white;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-top:0}.questions-review h2{margin:0 0 25px;color:#333;font-size:1.5rem}.questions-review-header-row h2{margin:0}.solution-content{margin-top:12px;padding:14px;background:#f8f9fa;border-radius:8px;border:1px solid #e0e0e0;font-size:.95rem;line-height:1.6;color:#333;white-space:pre-wrap}.dashboard-stats-section{position:relative;width:100%;box-sizing:border-box;padding-top:10px}.student-dashboard-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:10px;padding:15px 25px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 20px #667eea4d;color:#fff}.student-header-info{display:flex;align-items:center;gap:12px}.student-avatar{width:50px;height:50px;border-radius:50%;background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;border:2px solid rgba(255,255,255,.3)}.student-header-details h2{margin:0 0 3px;font-size:1.2rem;font-weight:700;color:#fff}.student-roll{margin:0 0 2px;font-size:.75rem;opacity:.9}.student-branch{margin:0;font-size:.7rem;opacity:.8}.student-overall-score{text-align:right}.overall-score-label{font-size:.7rem;opacity:.9;margin-bottom:5px}.overall-score-value{font-size:1.8rem;font-weight:700;margin-bottom:5px}.overall-score-progress{width:120px;height:5px;background:rgba(255,255,255,.2);border-radius:3px;overflow:hidden}.overall-score-bar{height:100%;background:white;border-radius:4px;transition:width .5s ease}.stats-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.stats-cards-grid-enhanced{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px}.stat-card{background:white;padding:25px;border-radius:12px;box-shadow:0 2px 10px #00000014;display:flex;align-items:center;gap:15px;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001f}.stat-card-enhanced{background:white;padding:25px;border-radius:16px;box-shadow:0 4px 15px #0000001a;display:flex;align-items:center;gap:18px;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden}.stat-card-enhanced:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .3s ease}.stat-card-enhanced:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.stat-card-enhanced:hover:before{transform:scaleX(1)}.stat-card-enhanced.stat-primary{border-left:4px solid #667eea}.stat-card-enhanced.stat-success{border-left:4px solid #28a745}.stat-card-enhanced.stat-warning{border-left:4px solid #ffc107}.stat-card-enhanced.stat-info{border-left:4px solid #17a2b8}.stat-card-enhanced.stat-danger{border-left:4px solid #dc3545}.stat-card-enhanced.stat-secondary{border-left:4px solid #6c757d}.stat-icon-wrapper{width:70px;height:70px;display:flex;align-items:center;justify-content:center;border-radius:16px;flex-shrink:0}.stat-card-enhanced.stat-primary .stat-icon-wrapper{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.stat-card-enhanced.stat-success .stat-icon-wrapper{background:linear-gradient(135deg,#28a745 0%,#20c997 100%)}.stat-card-enhanced.stat-warning .stat-icon-wrapper{background:linear-gradient(135deg,#ffc107 0%,#ff9800 100%)}.stat-card-enhanced.stat-info .stat-icon-wrapper{background:linear-gradient(135deg,#17a2b8 0%,#138496 100%)}.stat-card-enhanced.stat-danger .stat-icon-wrapper{background:linear-gradient(135deg,#dc3545 0%,#c82333 100%)}.stat-card-enhanced.stat-secondary .stat-icon-wrapper{background:linear-gradient(135deg,#6c757d 0%,#5a6268 100%)}.stat-icon{font-size:2.2rem;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.stats-cards-grid .stat-card .stat-icon{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.stat-content{flex:1}.stat-label{font-size:.85rem;color:#666;margin-bottom:8px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:2rem;font-weight:700;color:#333;margin-bottom:5px;line-height:1.2}.stat-subtitle{font-size:.75rem;color:#999;font-style:italic}.charts-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:20px;margin-bottom:30px}.charts-row-enhanced{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:25px;margin-bottom:30px}.chart-card{background:white;padding:25px;border-radius:12px;box-shadow:0 2px 10px #00000014}.chart-card-enhanced{background:white;padding:30px;border-radius:16px;box-shadow:0 4px 20px #0000001a;border:1px solid #f0f0f0;transition:all .3s ease}.chart-card-enhanced:hover{box-shadow:0 6px 30px #00000026;transform:translateY(-2px)}.chart-card.full-width{grid-column:1 / -1}.chart-header{margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #f0f0f0}.chart-header h3{margin:0 0 5px;color:#333;font-size:1.4rem;font-weight:700}.chart-subtitle{font-size:.85rem;color:#999;font-style:italic}.chart-card h3{margin:0 0 20px;color:#333;font-size:1.2rem;font-weight:600}.top-students-list{display:flex;flex-direction:column;gap:12px}.top-student-item{display:flex;align-items:center;gap:15px;padding:15px;background:#f8f9fa;border-radius:8px;transition:background .2s}.top-student-item:hover{background:#e9ecef}.student-rank{width:35px;height:35px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-radius:50%;font-weight:600;font-size:.9rem}.student-info{flex:1}.student-roll{font-weight:600;color:#333;margin-bottom:5px}.student-stats{display:flex;gap:15px;font-size:.85rem;color:#666}.recent-activity-list{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto}.activity-item{padding:15px;background:#f8f9fa;border-radius:8px;border-left:3px solid #667eea;transition:background .2s}.activity-item:hover{background:#e9ecef}.activity-number{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-radius:50%;font-weight:700;font-size:1.1rem;flex-shrink:0}.activity-content{flex:1}.activity-title-row{display:flex;align-items:center;gap:12px;margin-bottom:8px}.activity-student{font-weight:700;color:#333;font-size:1.1rem}.activity-badge{padding:4px 12px;border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.activity-details{display:flex;gap:15px;font-size:.9rem;color:#666}.activity-test{color:#666;font-size:.9rem;margin-bottom:5px}.activity-score{font-weight:600;color:#667eea;margin-bottom:3px}.activity-date{font-size:.8rem;color:#999}.no-data-enhanced{text-align:center;padding:60px 20px;color:#999;font-size:1.1rem;font-style:italic}.admin-settings-section{background:white;padding:25px 25px 35px;border-radius:16px;margin-left:0;width:100%;max-width:100%;min-height:100vh;text-align:left;box-sizing:border-box}.admin-settings-section h2{margin:0 0 24px;color:#333;font-size:1.5rem}.settings-row{display:flex;align-items:flex-end;gap:16px;flex-wrap:wrap}.settings-field{display:flex;flex-direction:column;gap:6px}.settings-field label{font-size:.9rem;font-weight:500;color:#555}.settings-select{min-width:180px;padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:.95rem;background:white;cursor:pointer}.settings-select:focus{outline:none;border-color:#667eea}.btn-settings-save{padding:10px 24px;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;align-self:flex-end}.btn-settings-save:hover{background:#5a6fd6}.btn-settings-add-teachers{padding:10px 24px;background:linear-gradient(135deg,#764ba2 0%,#667eea 100%);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;align-self:flex-end;transition:background .2s,transform .2s}.btn-settings-add-teachers:hover{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);transform:translateY(-1px)}.settings-add-teachers-section{margin-top:28px;padding-top:24px;border-top:1px solid #e8e8e8}.settings-subsection-title{margin:0 0 16px;font-size:1.1rem;font-weight:600;color:#333}.settings-input{min-width:180px;padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:.95rem;background:white}.settings-input:focus{outline:none;border-color:#667eea}.settings-input::-moz-placeholder{color:#999}.settings-input::placeholder{color:#999}.settings-teachers-list{margin-top:16px;padding:12px 16px;background:#f8f9fa;border-radius:8px}.settings-teachers-list h4{margin:0 0 8px;font-size:.95rem;font-weight:600;color:#555}.settings-teachers-list ul{margin:0;padding-left:20px}.settings-teachers-list li{margin:4px 0;font-size:.9rem;color:#666}.settings-save-error{color:#c62828!important}.settings-save-message{margin:12px 0 0;color:#2e7d32;font-size:.9rem}.settings-current{margin-top:24px;padding:14px 18px;background:#f5f5f5;border-radius:8px;font-size:.95rem;color:#333}.settings-current strong{margin-right:6px}.settings-saved-row{margin-top:28px}.settings-saved-row .settings-field label{display:block;margin-bottom:6px}.settings-saved-dropdown{min-width:260px}.settings-selected-block{margin-top:16px}.settings-edit-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.settings-list-title{margin:28px 0 12px;font-size:1.1rem;color:#333}.settings-list{display:flex;flex-direction:column;gap:10px}.settings-list-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f9f9f9;border-radius:8px;border:1px solid #eee}.settings-item-text{flex:1;font-size:.95rem;color:#333}.btn-settings-edit{padding:6px 14px;background:#5a6fd6;color:#fff;border:none;border-radius:6px;font-size:.85rem;cursor:pointer}.btn-settings-edit:hover{background:#4a5fc6}.btn-settings-delete{padding:6px 14px;background:#c62828;color:#fff;border:none;border-radius:6px;font-size:.85rem;cursor:pointer}.btn-settings-delete:hover{background:#b71c1c}.btn-settings-cancel{padding:6px 14px;background:#888;color:#fff;border:none;border-radius:6px;font-size:.85rem;cursor:pointer}.btn-settings-cancel:hover{background:#666}.settings-select-inline{min-width:140px}.btn-settings-inline{padding:6px 14px;align-self:auto}.settings-loading,.settings-empty{margin:12px 0 0;color:#666;font-size:.95rem}.admin-attendance-date-row{display:flex;align-items:center;gap:12px}.admin-attendance-all-students{margin-top:8px}.admin-attendance-all-table .admin-attendance-all-open-col{width:100px;text-align:right;vertical-align:middle}.admin-attendance-open-btn{padding:8px 16px;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);box-shadow:0 2px 8px #6366f159}.admin-attendance-open-btn:hover{filter:brightness(1.06)}.admin-attendance-open-btn:active{transform:scale(.98)}.teacher-attendance{padding:24px;max-width:700px}.attendance-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.attendance-header h2{margin:0;font-size:1.5rem;color:#333}.btn-back-attendance{padding:8px 16px;background:#7c3aed;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.9rem}.btn-back-attendance:hover{background:#6d28d9}.attendance-class-info{margin-bottom:20px}.attendance-class-badge{display:inline-block;padding:8px 16px;background:#f3e8ff;color:#7c3aed;border-radius:8px;font-weight:600;font-size:.95rem}.attendance-controls{display:flex;gap:24px;margin-bottom:24px;flex-wrap:wrap}.attendance-control-group{display:flex;flex-direction:column;gap:6px}.attendance-control-group label{font-size:.85rem;font-weight:500;color:#555}.attendance-input,.attendance-select{padding:10px 14px;border:1px solid #ddd;border-radius:8px;font-size:1rem;min-width:180px}.attendance-input:focus,.attendance-select:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 2px #7c3aed33}.attendance-time-row{display:flex;gap:10px;align-items:center}.attendance-time-row .attendance-input{flex:1;min-width:140px}.btn-load-session{padding:10px 20px;background:#7c3aed;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;white-space:nowrap}.btn-load-session:hover{background:#6d28d9}.attendance-slot-blocked{padding:16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-weight:500}.attendance-hint{color:#666;padding:32px 24px;text-align:center;font-size:1rem;background:#f9fafb;border-radius:10px;border:1px dashed #d1d5db}.attendance-message{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:.9rem}.attendance-message.success{background:#d1fae5;color:#065f46}.attendance-message.error{background:#fee2e2;color:#991b1b}.attendance-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 18px;background:#7c3aed;color:#fff;border:none;border-radius:10px;font-size:1.05rem;font-weight:600;cursor:pointer;text-align:left;margin-bottom:0}.attendance-dropdown-trigger:hover{background:#6d28d9}.attendance-dropdown-arrow{font-size:.9rem;opacity:.9}.attendance-students-section .attendance-students-list{margin-top:16px}.attendance-students-section h3{margin:0 0 16px;font-size:1.1rem;color:#444}.attendance-loading,.attendance-empty{color:#666;padding:24px;text-align:center}.attendance-loading-inline{color:#666;font-size:.9rem;margin-bottom:12px}.attendance-students-list{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.attendance-student-row{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;transition:all .2s ease}.attendance-actions{display:flex;gap:8px}.btn-present,.btn-absent{padding:8px 16px;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;background:#f9fafb;color:#6b7280;transition:all .2s ease}.btn-present:hover,.btn-absent:hover{background:#f3f4f6}.btn-present.selected{background:#d1fae5;border-color:#10b981;color:#059669}.btn-absent.selected{background:#fee2e2;border-color:#ef4444;color:#dc2626}.attendance-student-info{display:flex;flex-direction:column;gap:2px}.attendance-roll{font-size:.8rem;color:#6b7280}.attendance-name{font-size:1rem;font-weight:500;color:#111827}.btn-save-attendance{padding:12px 24px;background:#7c3aed;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600}.btn-save-attendance:hover:not(:disabled){background:#6d28d9}.btn-save-attendance:disabled{opacity:.6;cursor:not-allowed}.show-attendance-section{margin-top:40px;padding-top:32px;border-top:1px solid #e5e7eb}.show-attendance-heading{margin:0 0 16px;font-size:1.2rem;color:#333}.show-attendance-calendar{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}.show-attendance-calendar label{font-size:.85rem;font-weight:500;color:#555}.show-attendance-summary{margin:0 0 16px;font-size:.95rem;color:#555}.show-attendance-empty{color:#666;padding:24px;text-align:center;background:#f9fafb;border-radius:10px}.show-attendance-periods{display:flex;flex-direction:column;gap:16px}.show-attendance-period-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.show-attendance-period-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;background:#f3e8ff;color:#7c3aed;border:none;font-size:1rem;font-weight:600;cursor:pointer;text-align:left}.show-attendance-period-trigger:hover{background:#ede9fe}.show-attendance-period-time{flex:1}.show-attendance-period-meta{font-size:.85rem;font-weight:500;color:#6b7280;margin-right:8px}.show-attendance-period-arrow{font-size:.9rem;opacity:.9}.show-attendance-students{padding:12px 16px;display:flex;flex-direction:column;gap:6px}.show-attendance-student-row{display:flex;align-items:center;gap:12px;padding:8px 0;border-bottom:1px solid #f3f4f6;font-size:.95rem}.show-attendance-student-row:last-child{border-bottom:none}.show-attendance-roll{min-width:80px;color:#6b7280;font-size:.85rem}.show-attendance-name{flex:1;font-weight:500;color:#111827}.show-attendance-status{font-size:.85rem;font-weight:500;padding:4px 10px;border-radius:6px}.show-attendance-status.present{background:#d1fae5;color:#059669}.show-attendance-status.absent{background:#fee2e2;color:#dc2626}.student-dashboard{min-height:100vh;display:flex;background:white}.dashboard-sidebar{width:280px;background:white;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;height:100vh;position:fixed;left:0;top:0;z-index:1000;box-shadow:2px 0 10px #0000000d;transition:width .25s ease}.dashboard-sidebar.sidebar-collapsed{width:72px;overflow:visible}.dashboard-sidebar.sidebar-collapsed .nav-text,.dashboard-sidebar.sidebar-collapsed .user-details,.dashboard-sidebar.sidebar-collapsed .sidebar-student-name{display:none}.dashboard-sidebar.sidebar-collapsed .sidebar-header{padding:16px 8px;flex-direction:column;align-items:center;gap:8px;overflow:visible}.dashboard-sidebar.sidebar-collapsed .logo,.dashboard-sidebar.sidebar-collapsed .sidebar-nav{overflow:visible}.sidebar-expand-trigger{display:flex;align-items:center;justify-content:center;width:100%;padding:12px;background:none;border:none;cursor:pointer;border-radius:10px;transition:background .2s;position:relative}.sidebar-expand-trigger:hover{background:rgba(102,126,234,.12)}.sidebar-sa-text{font-size:1.1rem;font-weight:700;color:#667eea;letter-spacing:.05em}.sidebar-open-tooltip{position:absolute;left:100%;top:50%;transform:translateY(-50%);margin-left:10px;z-index:1001;padding:10px 14px;background:#333;color:#fff;font-size:.85rem;font-weight:500;border-radius:8px;white-space:nowrap;box-shadow:0 4px 12px #00000040;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,visibility .2s}.sidebar-expand-trigger:hover .sidebar-open-tooltip{opacity:1;visibility:visible}.sidebar-collapse-topright{position:absolute;top:20px;right:16px;z-index:20;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:2px solid #667eea;border-radius:10px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;cursor:pointer;transition:all .2s;flex-shrink:0}.sidebar-collapse-topright:hover{background:linear-gradient(135deg,#764ba2 0%,#667eea 100%);color:#fff;border-color:#764ba2;box-shadow:0 4px 12px #667eea80;transform:scale(1.05)}.sidebar-collapse-topright .sidebar-toggle-arrow{font-size:1.25rem;font-weight:700;line-height:1}.dashboard-sidebar.sidebar-collapsed .nav-item{justify-content:center;padding:12px;position:relative}.nav-tooltip{position:absolute;left:100%;top:50%;transform:translateY(-50%);margin-left:10px;z-index:1002;padding:8px 12px;background:#333;color:#fff;font-size:.8rem;font-weight:500;border-radius:6px;white-space:nowrap;box-shadow:0 2px 8px #0003;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,visibility .2s}.dashboard-sidebar.sidebar-collapsed .nav-item:hover .nav-tooltip{opacity:1;visibility:visible}.dashboard-sidebar.sidebar-collapsed .sidebar-footer{flex-direction:column;align-items:center;padding:12px 8px}.dashboard-sidebar.sidebar-collapsed .user-info{flex-direction:column}.dashboard-sidebar.sidebar-collapsed .btn-logout-sidebar{padding:10px 12px}.sidebar-header{position:relative;padding:24px 14px 16px 0;border-bottom:none;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px}.logo{display:flex;align-items:center;justify-content:flex-start;padding:0}.logo img{height:52px;width:auto;display:block;margin-left:0}.sidebar-student-name{font-size:1rem;font-weight:600;color:#111827;margin-left:28px;margin-bottom:8px}.sidebar-nav{flex:1;padding:20px 0;overflow-y:auto}.nav-item{width:100%;padding:15px 20px;background:none;border:none;display:flex;align-items:center;gap:12px;cursor:pointer;font-size:1rem;color:#666;transition:all .3s;text-align:left;border-left:3px solid transparent}.nav-item:hover{background:#f8f9fa;color:#667eea}.nav-item.active{background:#e3ecff;color:#667eea;border-left-color:#667eea;border-left-width:4px;font-weight:600}.nav-icon{font-size:1.3rem;width:24px;text-align:center}.sidebar-footer{padding:20px;border-top:1px solid #e0e0e0}.user-info{display:flex;align-items:center;gap:12px;margin-bottom:15px;padding:12px;background:#f8f9fa;border-radius:8px}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem}.user-details{flex:1}.user-name{font-weight:600;color:#333;font-size:.95rem}.user-role{font-size:.85rem;color:#888}.btn-logout-sidebar{width:100%;padding:12px;background:white;border:2px solid #dc3545;color:#dc3545;border-radius:8px;cursor:pointer;font-weight:500;display:flex;align-items:center;justify-content:space-between;transition:all .3s}.btn-logout-sidebar:hover{background:#dc3545;color:#fff}.dashboard-main{flex:1;margin-left:280px;min-height:100vh;width:calc(100vw - 280px);background:white;transition:margin-left .25s ease,width .25s ease}.dashboard-main-collapsed{margin-left:72px;width:calc(100vw - 72px)}.main-header{background:white;padding:25px 40px;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 5px #0000000d;width:100%}.main-header h1{margin:0;font-size:2rem;color:#333;font-weight:700}.dashboard-content{padding:18px 24px;width:100%;box-sizing:border-box}.scoreboard-section{display:flex;flex-direction:column;gap:18px;width:100%;box-sizing:border-box}.recommended-section{display:flex;gap:14px;width:100%;box-sizing:border-box}.recommended-section>.recommended-card,.recommended-section>.side-card{flex:1}.recommended-card{background:white;padding:10px 14px;border-radius:12px;box-shadow:0 2px 10px #0000000d;border:1px solid #e0e0e0;overflow-y:visible}.recommended-card h2{margin:0 0 10px;font-size:1.1rem;color:#333}.recommended-content h3{margin:0 0 8px;font-size:1.2rem;color:#333}.recommended-body-scroll{max-height:70px;overflow-y:auto;padding-right:4px;margin-bottom:8px}.recommended-content p{margin:0 0 10px;color:#555;font-size:.9rem}.recommended-info{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:15px;font-size:.9rem;color:#666}.recommended-info span{display:inline-flex;align-items:center;gap:4px}.side-card{background:white;padding:10px 14px;border-radius:12px;box-shadow:0 2px 10px #0000000d;border:1px solid #e0e0e0}.side-card h3{margin:0 0 10px;font-size:1.1rem;color:#333}.mini-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.mini-title{font-weight:600;color:#333;font-size:.95rem}.mini-meta{display:flex;gap:8px;font-size:.85rem;color:#777}.no-tests{color:#777;font-size:.9rem}.recent-completed-item{display:flex;align-items:center;justify-content:space-between;gap:8px}.recent-completed-info{display:flex;flex-direction:column;gap:4px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:2px dashed #e5e7eb;border-radius:12px;padding:14px 12px;background:#f9fafb;min-height:90px;box-sizing:border-box}.empty-icon{width:42px;height:42px;border-radius:999px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;font-size:1.5rem;background:rgba(102,126,234,.08);color:#667eea}.empty-icon.recommend{background:rgba(244,114,182,.12);color:#db2777}.empty-icon.upcoming{background:rgba(56,189,248,.12);color:#0ea5e9}.empty-icon.completed{background:rgba(16,185,129,.12);color:#059669}.empty-title{font-size:.95rem;font-weight:600;color:#111827;margin-bottom:4px}.empty-text{font-size:.85rem;color:#6b7280;margin-bottom:10px}.empty-cta{padding:6px 14px;border-radius:999px;border:none;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;font-size:.8rem;font-weight:500;cursor:pointer;box-shadow:0 3px 10px #667eea4d;transition:all .2s ease}.empty-cta:hover{transform:translateY(-1px);box-shadow:0 5px 16px #667eea66}.my-score-card{background:white;padding:18px 20px;border-radius:12px;box-shadow:0 2px 10px #0000000d;border:1px solid #e0e0e0;width:100%;box-sizing:border-box}.my-score-card h2{margin-top:0;margin-bottom:14px;color:#333;font-size:1.25rem;font-weight:600}.score-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin-top:12px}.stat-item{text-align:center;padding:12px 10px;background:#f8f9fa;border-radius:12px;border:1px solid #e0e0e0;transition:transform .3s,background .3s,box-shadow .3s}.stat-item:hover{transform:translateY(-5px);background:white;box-shadow:0 4px 12px #667eea26}.stat-value{font-size:1.4rem;font-weight:700;color:#667eea;margin-bottom:4px}.stat-label{color:#666;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.last-ai-report-card{margin-top:16px;background:#ffffff;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 2px 10px #0000000d;padding:14px 16px}.last-ai-report-card h2{margin:0 0 10px;font-size:1.1rem;color:#333;font-weight:600}.last-ai-meta{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.last-ai-title{font-size:.95rem;font-weight:600;color:#111827}.last-ai-sub{display:flex;gap:10px;font-size:.85rem;color:#6b7280}.last-ai-percentage{font-weight:600;color:#16a34a}.last-ai-text{font-size:.9rem;color:#374151;background:#f9fafb;border-radius:8px;padding:8px 10px;max-height:140px;overflow-y:auto;margin-bottom:8px}.btn-view-report{padding:6px 12px;border-radius:999px;border:none;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;font-size:.8rem;font-weight:500;cursor:pointer}.btn-view-report:hover{opacity:.95}.test-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;z-index:1000}.test-confirm-modal{background:#ffffff;border-radius:12px;padding:20px 22px;max-width:420px;width:90%;box-shadow:0 10px 30px #00000040}.test-confirm-modal h3{margin:0 0 10px;font-size:1.1rem;color:#111827}.test-confirm-modal p{margin:0 0 16px;font-size:.9rem;color:#4b5563}.test-start-modal{max-width:520px;max-height:90vh;display:flex;flex-direction:column}.test-confirm-intro{margin-bottom:12px!important}.test-instructions-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px 16px;margin-bottom:20px;max-height:280px;overflow-y:auto}.test-instructions-box h4{margin:0 0 10px;font-size:.95rem;color:#334155}.test-instructions-box ul{margin:0;padding-left:20px;font-size:.85rem;color:#475569;line-height:1.55}.test-instructions-box li{margin-bottom:8px}.test-instructions-box li:last-child{margin-bottom:0}.test-confirm-actions{display:flex;justify-content:flex-end;gap:10px}.btn-confirm{padding:6px 14px;border-radius:999px;border:none;font-size:.85rem;font-weight:500;cursor:pointer}.btn-confirm.primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.btn-confirm.secondary{background:#e5e7eb;color:#374151}.scoreboard-table{background:white;padding:35px;border-radius:16px;box-shadow:0 4px 20px #00000014;width:100%;box-sizing:border-box}.scoreboard-table h2{margin-top:0;color:#333;margin-bottom:25px;font-size:1.5rem;font-weight:600}.scoreboard-table table{width:100%;border-collapse:collapse;border-radius:8px;overflow:hidden}.scoreboard-table th{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:16px;text-align:left;font-weight:600;color:#fff;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.scoreboard-table td{padding:16px;border-bottom:1px solid #f0f0f0;color:#555;font-size:.95rem}.scoreboard-table tbody tr{transition:all .2s}.scoreboard-table tbody tr:hover{background:#f8f9fa;transform:scale(1.01);box-shadow:0 2px 8px #0000000d}.scoreboard-table tr.highlight{background:linear-gradient(90deg,#e3f2fd 0%,#f0f4ff 100%);font-weight:600;border-left:4px solid #667eea}.scoreboard-table tr.highlight td{color:#667eea}.tests-section{background:white;padding:35px;border-radius:16px;box-shadow:0 4px 20px #00000014;width:100%;box-sizing:border-box}.tests-section h2{margin-top:0;color:#333;margin-bottom:25px;font-size:1.5rem;font-weight:600}.tests-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:25px}.test-card{border:2px solid #f0f0f0;border-radius:12px;padding:25px;transition:all .3s;background:white;position:relative;overflow:hidden}.test-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);transform:scaleY(0);transition:transform .3s}.test-card:hover{box-shadow:0 8px 24px #667eea26;border-color:#667eea;transform:translateY(-5px)}.test-card:hover:before{transform:scaleY(1)}.test-card h3{margin-top:0;margin-bottom:12px;color:#333;font-size:1.2rem;font-weight:600}.test-card p{color:#666;margin:12px 0;line-height:1.6;font-size:.95rem}.test-info{display:flex;justify-content:space-between;margin:20px 0;padding:12px;background:#f8f9fa;border-radius:8px;font-size:.9rem;color:#666}.test-info span{display:flex;align-items:center;gap:6px}.btn-take-test{width:100%;padding:14px;background:linear-gradient(135deg,#16a34a 0%,#15803d 100%);color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .3s;box-shadow:0 4px 12px #16a34a4d}.btn-take-test:hover{transform:translateY(-2px);box-shadow:0 6px 20px #16a34a66}.test-not-yet{color:#6b7280;font-size:.9rem;font-weight:500}.test-countdown-wrap{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;min-width:140px;padding:12px 16px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:2px solid #5a67d8;border-radius:8px;font-weight:600;gap:2px;box-shadow:0 4px 12px #667eea4d}.test-countdown-label{font-size:.8rem;color:#fffffff2;text-transform:uppercase;letter-spacing:.02em}.test-countdown-value{font-size:1.1rem;color:#fff;font-variant-numeric:tabular-nums}.test-countdown-wrap .test-not-yet-time{font-size:.75rem;color:#ffffffe6;font-weight:500;margin-top:2px}.test-not-yet-time{color:#9ca3af;font-size:.85rem;font-weight:400}.test-completed-badge{display:inline-block;padding:6px 14px;border-radius:8px;background:#d1ecf1;color:#0c5460;font-size:.9rem;font-weight:600}.test-status{display:inline-block;padding:5px 10px;background:#f0f0f0;border-radius:4px;font-size:.9rem;color:#666}.status-badge{display:inline-block;padding:5px 12px;border-radius:6px;font-size:.85rem;font-weight:600;text-transform:capitalize}.status-badge.available{background:#d4edda;color:#155724}.status-badge.completed{background:#d1ecf1;color:#0c5460}.tests-table{overflow-x:auto;border-radius:12px;box-shadow:0 2px 8px #0000000d}.tests-table table{width:100%;border-collapse:collapse;min-width:800px}.tests-table th{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:16px;text-align:left;font-weight:600;color:#fff;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.tests-table td{padding:16px;border-bottom:1px solid #f0f0f0;color:#555;font-size:.95rem}.tests-table tbody tr{transition:all .2s}.tests-table tbody tr:hover{background:#f8f9fa;transform:scale(1.01);box-shadow:0 2px 8px #0000000d}.no-tests,.no-data{text-align:center;color:#999;padding:60px 40px;font-size:1.1rem;background:#f8f9fa;border-radius:12px;border:2px dashed #e0e0e0}.history-section{background:white;padding:35px;border-radius:16px;box-shadow:0 4px 20px #00000014;width:100%;box-sizing:border-box}.history-section h2{margin-top:0;color:#333;margin-bottom:25px;font-size:1.5rem;font-weight:600}.history-table{overflow-x:auto;border-radius:12px;box-shadow:0 2px 8px #0000000d}.history-table table{width:100%;border-collapse:collapse;min-width:800px}.history-table th{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:16px;text-align:left;font-weight:600;color:#fff;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.history-table td{padding:16px;border-bottom:1px solid #f0f0f0;color:#555;font-size:.95rem}.history-table tbody tr{transition:all .2s}.history-row{transition:background-color .2s}.history-row:hover{background:#f8f9fa;transform:scale(1.01);box-shadow:0 2px 8px #0000000d}.history-row td{vertical-align:middle}.btn-view-analysis{padding:8px 16px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;font-size:.9rem;transition:all .3s;box-shadow:0 2px 8px #667eea4d}.btn-view-analysis:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66;background:linear-gradient(135deg,#764ba2 0%,#667eea 100%)}.recent-activity-list-enhanced{display:flex;flex-direction:column;gap:15px;max-height:500px;overflow-y:auto;padding:5px}.activity-item-enhanced{display:flex;align-items:center;gap:20px;padding:20px;background:linear-gradient(135deg,#f8f9ff 0%,#ffffff 100%);border-radius:12px;border:1px solid #e0e0f0;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.activity-item-enhanced:hover{transform:translate(5px);box-shadow:0 4px 15px #667eea33;border-color:#667eea}.activity-rank-badge-enhanced{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-radius:50%;font-weight:700;font-size:1.1rem;flex-shrink:0}.activity-details-enhanced{flex:1}.activity-title-enhanced{display:flex;align-items:center;gap:12px;margin-bottom:8px;font-weight:700;color:#333;font-size:1.05rem}.activity-type-badge-enhanced{padding:4px 10px;border-radius:999px;background:#e0e7ff;color:#4338ca;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.activity-meta-enhanced{display:flex;justify-content:space-between;font-size:.9rem;color:#666}.activity-score-enhanced{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:3px}.activity-date-enhanced{font-size:.8rem;color:#999}.score-value{font-size:1.8rem;font-weight:700}.score-detail{font-size:.85rem;opacity:.7}.student-attendance-wrap{margin-top:0}.student-attendance-card{background:white;padding:0 25px 35px;border-radius:16px;box-shadow:0 4px 20px #00000014;width:100%;box-sizing:border-box}.student-attendance-card .students-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px;flex-wrap:wrap}.student-attendance-card .students-header-row h2{margin:0 0 0 -10px;color:#333;font-size:1.5rem;font-weight:600}.students-filter-input{padding:10px 15px;border-radius:8px;border:1px solid #e0e0e0;background:white;font-size:.9rem;min-width:160px}.students-filter-input:focus{border-color:#667eea;outline:none}.students-table{width:100%;border-collapse:collapse;font-size:.9rem}.students-table th,.students-table td{padding:10px 12px;text-align:left;border-bottom:1px solid #eee}.students-table th{font-weight:600;color:#555;background:#f9fafb}.admin-attendance-section .admin-attendance-controls{margin-bottom:20px;display:flex;flex-direction:column;gap:14px}.admin-attendance-view-toggle{display:flex;flex-wrap:wrap;gap:8px}.admin-attendance-view-toggle button{padding:8px 16px;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.admin-attendance-view-toggle button:hover{background:#f3f4f6;border-color:#c4b5fd}.admin-attendance-view-toggle button.active{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-color:transparent;box-shadow:0 2px 8px #667eea59}.admin-attendance-range-hint{margin:0;font-size:.9rem;color:#6b7280}.admin-attendance-day-block{margin-bottom:24px}.admin-attendance-day-block:last-child{margin-bottom:0}.admin-attendance-day-heading{margin:0 0 12px;font-size:1.05rem;font-weight:600;color:#4338ca}.admin-attendance-day-empty{margin:0 0 8px;font-size:.9rem;color:#9ca3af}.admin-attendance-date-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.admin-attendance-date-row label{font-weight:500;color:#555}.admin-attendance-periods{margin-top:16px}.admin-attendance-summary{margin:0 0 16px;font-weight:500;color:#555}.admin-attendance-period-card{margin-bottom:12px;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.admin-attendance-period-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 18px;background:#f9fafb;border:none;cursor:pointer;text-align:left;font-size:1rem}.admin-attendance-period-trigger:hover{background:#f3f4f6}.admin-attendance-period-time{font-weight:600;color:#333}.admin-attendance-period-meta{color:#6b7280;font-size:.9rem}.admin-attendance-students{padding:16px 18px;background:white;border-top:1px solid #e5e7eb}.admin-attendance-students .students-table{margin:0}.attendance-status-badge{padding:4px 10px;border-radius:6px;font-size:.85rem;font-weight:500}.attendance-status-badge.present{background:#d1fae5;color:#065f46}.attendance-status-badge.absent{background:#fee2e2;color:#991b1b}.attendance-loading{padding:24px;color:#666}.student-attendance-month-grid,.student-attendance-week-grid{margin-top:8px}.student-attendance-week-range{margin:4px 0 0;font-size:.9rem;font-weight:500;color:#6b7280}.student-attendance-grid-table--weekly{min-width:520px}.student-attendance-week-grid .student-attendance-grid-scroll{border-radius:12px;box-shadow:0 1px 3px #0f172a0f}.student-attendance-month-header{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:16px}.student-attendance-month-title{margin:0;font-size:1.35rem;font-weight:700;color:#1f2937}.student-attendance-month-stats{display:flex;flex-wrap:wrap;gap:16px;font-size:.95rem;color:#4b5563}.student-attendance-month-stats .stat-present{color:#15803d}.student-attendance-month-stats .stat-absent{color:#b91c1c}.student-attendance-grid-scroll{overflow-x:auto;border:1px solid #e5e7eb;border-radius:12px;background:#fafafa;margin-bottom:20px}.student-attendance-grid-table{width:100%;border-collapse:collapse;font-size:.82rem;min-width:720px}.student-attendance-grid-table th,.student-attendance-grid-table td{border:1px solid #e5e7eb;padding:6px 4px;text-align:center;vertical-align:middle;background:#fff}.student-attendance-grid-corner{min-width:100px;max-width:140px;text-align:left;padding-left:10px;font-weight:600;color:#374151;background:#f3f4f6!important;position:sticky;left:0;z-index:2}.student-attendance-grid-week-row th{background:#eef2ff!important;color:#4338ca;font-weight:700;font-size:.78rem;padding:8px 4px}.student-attendance-grid-day-head{background:#f9fafb!important;min-width:36px}.student-attendance-grid-dow{display:block;font-size:.7rem;color:#6b7280;font-weight:600}.student-attendance-grid-dom{display:block;font-size:.85rem;font-weight:700;color:#111827}.student-attendance-grid-slot-label{text-align:left!important;padding-left:10px!important;font-weight:600;color:#374151;background:#f9fafb!important;position:sticky;left:0;z-index:1;white-space:nowrap}.student-attendance-grid-cell{min-width:34px;padding:4px!important}.student-attendance-grid-box{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:4px;font-size:.75rem;font-weight:700;margin:0 auto}.student-attendance-grid-box--present{background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);color:#fff;box-shadow:0 1px 3px #16a34a73}.student-attendance-grid-box--absent{border:2px solid #dc2626;background:#fef2f2;box-shadow:0 0 0 1px #dc262626}.student-attendance-grid-box--empty{border:1px dashed #e5e7eb;background:#f9fafb;opacity:.7}.student-attendance-grid-summary-row th{text-align:left!important;padding-left:10px!important;background:#f3f4f6!important;font-weight:600;color:#4b5563;position:sticky;left:0}.student-attendance-grid-summary-row td,.student-attendance-grid-summary-cell{font-weight:600;color:#374151;background:#fafafa!important}.student-attendance-month-chart{margin-top:8px;padding:16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.student-attendance-chart-title{margin:0 0 12px;font-size:1rem;font-weight:600;color:#374151}.student-attendance-chart-wrap{width:100%;min-height:220px}.student-attendance-api-banner{margin-bottom:12px;padding:10px 14px;border-radius:10px;border:1px solid #f59e0b;background:#fffbeb;color:#92400e;font-size:.9rem;line-height:1.45}.student-attendance-skeleton-hint,.student-attendance-empty-hint{margin:0 0 12px;font-size:.88rem;color:#6b7280;line-height:1.4}.student-attendance-skeleton-hint{padding:8px 12px;background:#f9fafb;border-radius:8px;border:1px dashed #e5e7eb}.student-attendance-grid-row--placeholder .student-attendance-grid-slot-label{color:#9ca3af;font-weight:500}.student-attendance-grid-box--skeleton{opacity:.55;border-style:dashed!important}.upload-test-container{min-height:100vh;background:linear-gradient(135deg,#f5f7fa 0%,#f0f4ff 100%);padding:30px 40px}.upload-test-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px;padding-bottom:24px;border-bottom:3px solid transparent;background:linear-gradient(white,white) padding-box,linear-gradient(135deg,#667eea 0%,#764ba2 100%) border-box;-o-border-image:linear-gradient(135deg,#667eea 0%,#764ba2 100%) 1;border-image:linear-gradient(135deg,#667eea 0%,#764ba2 100%) 1}.upload-test-header h1{margin:0;font-size:2.2rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;letter-spacing:-.5px}.upload-steps{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;justify-content:center;gap:0;margin:0 auto 45px;max-width:560px;padding:28px 32px;background:white;border-radius:16px;box-shadow:0 4px 16px #00000014}.step{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:12px;flex:0 0 auto;min-width:132px;max-width:160px;text-align:center}.step-connector{flex:1 1 72px;min-width:48px;max-width:180px;height:3px;margin-top:22.5px;align-self:flex-start;border-radius:2px;background:linear-gradient(90deg,#e5e7eb 0%,#d1d5db 100%)}.step-connector.completed{background:linear-gradient(90deg,#28a745 0%,#20c997 100%)}.step.active .step-number{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;box-shadow:0 6px 20px #667eea66;transform:scale(1.1)}.step.completed .step-number{background:linear-gradient(135deg,#28a745 0%,#20c997 100%);color:#fff;box-shadow:0 4px 16px #28a7454d}.step-number{width:48px;height:48px;border-radius:50%;background:#e5e7eb;color:#9ca3af;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;transition:all .3s ease;border:3px solid transparent}.step.active .step-number{border-color:#ffffff4d}.step-label{font-size:.95rem;color:#6b7280;font-weight:500;letter-spacing:.3px}.step.active .step-label{color:#667eea;font-weight:700}.step.completed .step-label{color:#28a745;font-weight:600}.upload-content{max-width:900px;margin:0 auto}.test-details-form,.file-upload-form{background:#ffffff;padding:48px;border-radius:20px;box-shadow:0 10px 40px #667eea1f,0 2px 8px #0000000f;border:1px solid rgba(102,126,234,.1)}.form-section h2{margin-top:0;margin-bottom:30px;color:#1f2937;font-size:1.6rem;font-weight:700;display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:3px solid #f3f4f6;position:relative}.form-section h2:after{content:"";position:absolute;bottom:-3px;left:0;width:80px;height:3px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:2px}.form-group{margin-bottom:24px}.form-group label{display:block;margin-bottom:10px;color:#1f2937;font-weight:600;font-size:.95rem;letter-spacing:.3px}.input-with-icon{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:1.1rem;color:#667eea;pointer-events:none;z-index:1}.input-with-icon input,.input-with-icon select,.input-with-icon textarea{width:100%;padding:14px 16px 14px 44px!important;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#ffffff;box-shadow:0 1px 3px #0000000d}.input-with-icon textarea{resize:vertical;min-height:90px;padding-top:14px}.input-with-icon:has(textarea) .input-icon{top:22px;transform:none}.input-with-icon input[type=date],.input-with-icon input[type=time]{padding-left:44px!important}.input-with-icon input[type=number]{padding-right:16px}.time-input-group{position:relative;width:100%}.time-input-wrapper{display:flex;align-items:center;gap:6px;padding:8px 10px;border:2px solid #e5e7eb;border-radius:12px;background:#ffffff;box-shadow:0 1px 3px #0000000d;transition:all .3s ease;width:100%;max-width:100%;box-sizing:border-box;flex-wrap:nowrap}.time-input-wrapper:focus-within{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a,0 2px 8px #667eea26;transform:translateY(-1px)}.time-icon{font-size:1rem;color:#667eea;flex-shrink:0;margin-right:6px}.time-select{border:none;background:transparent;font-size:1.05rem;color:#1f2937;font-weight:500;cursor:pointer;outline:none;padding:8px 12px;line-height:1.35;min-width:0;box-sizing:border-box;text-align:center;flex:1}.time-select:focus{outline:none}.hour-select,.minute-select{min-width:88px;flex-shrink:0}.period-select{min-width:88px;font-weight:600;flex-shrink:0}.time-separator{font-size:1.05rem;font-weight:600;color:#667eea;margin:0 2px}.input-with-icon input:focus,.input-with-icon select:focus,.input-with-icon textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a,0 2px 8px #667eea26;transform:translateY(-1px)}.input-with-icon input:hover:not(:focus),.input-with-icon select:hover:not(:focus),.input-with-icon textarea:hover:not(:focus){border-color:#c7d2fe}.form-group input,.form-group select,.form-group textarea{width:100%;padding:14px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#ffffff;box-shadow:0 1px 3px #0000000d}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a,0 2px 8px #667eea26;transform:translateY(-1px)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.file-format-info{background:linear-gradient(135deg,#f5f7ff 0%,#f0f4ff 100%);padding:26px;border-radius:14px;margin-bottom:30px;box-shadow:0 4px 12px #667eea14;border:1px solid rgba(102,126,234,.2);border-left:5px solid #667eea}.file-format-info h3{margin-top:0;color:#1f2937;font-size:1.15rem;font-weight:700;margin-bottom:12px}.file-format-info p{color:#4b5563;margin:12px 0;line-height:1.6}.file-format-info ul{margin:18px 0;padding-left:24px}.file-format-info li{color:#374151;margin:10px 0;line-height:1.7;position:relative}.file-format-info li::marker{color:#667eea;font-weight:700}.file-upload-area{margin-top:10px}.file-upload-label{display:block;padding:50px 40px;border:3px dashed #c7d2fe;border-radius:16px;text-align:center;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#fafbff 0%,#f5f7fa 100%);position:relative;overflow:hidden}.file-upload-label:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(102,126,234,.05) 0%,rgba(118,75,162,.05) 100%);opacity:0;transition:opacity .3s ease}.file-upload-label:hover{border-color:#667eea;background:#ffffff;box-shadow:0 8px 24px #667eea26;transform:translateY(-2px)}.file-upload-label:hover:before{opacity:1}.file-icon{font-size:3.5rem;display:block;margin-bottom:14px;filter:drop-shadow(0 4px 8px rgba(102,126,234,.2))}.file-name{display:block;font-weight:700;color:#1f2937;margin:12px 0;font-size:1.15rem;position:relative;z-index:1}.file-size{display:block;color:#6b7280;font-size:.95rem;font-weight:500;margin-top:8px}.file-hint{display:block;color:#9ca3af;font-size:.9rem;margin-top:14px;font-weight:500;letter-spacing:.2px}.test-summary{background:linear-gradient(135deg,#f5f7fa 0%,#f0f4ff 100%);padding:30px;border-radius:16px;margin-top:30px;border:2px solid #e5e7eb;box-shadow:0 4px 16px #0000000f}.test-summary h3{margin-top:0;color:#1f2937;font-size:1.3rem;margin-bottom:20px;font-weight:700;display:flex;align-items:center;gap:10px}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.summary-item{padding:16px 18px;background:white;border-radius:12px;color:#4b5563;border:1px solid #e5e7eb;transition:all .2s ease;box-shadow:0 2px 6px #0000000a}.summary-item:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea26;border-color:#c7d2fe}.summary-item strong{color:#1f2937;margin-right:8px;font-weight:600}.btn-primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;padding:16px 36px;border-radius:12px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #667eea59;position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.btn-primary:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 30px #667eea73}.btn-primary:hover:not(:disabled):before{left:100%}.btn-primary:active:not(:disabled){transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:white;color:#667eea;border:2px solid #667eea;padding:16px 36px;border-radius:12px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #667eea26}.btn-secondary:hover{background:linear-gradient(135deg,#f5f7ff 0%,#f0f4ff 100%);border-color:#764ba2;transform:translateY(-2px);box-shadow:0 6px 16px #667eea40}.btn-secondary:active{transform:translateY(0)}.btn-large{width:100%;margin-top:20px}.form-actions{display:flex;gap:15px;margin-top:30px}.form-actions .btn-primary,.form-actions .btn-secondary{flex:1}.error-message{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);color:#991b1b;padding:18px 20px;border-radius:12px;margin:24px 0;border-left:5px solid #dc2626;box-shadow:0 4px 12px #dc262626;font-weight:500;display:flex;align-items:center;gap:12px}.error-message:before{content:"⚠️";font-size:1.3rem}.success-message{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);color:#166534;padding:18px 20px;border-radius:12px;margin:24px 0;border-left:5px solid #16a34a;box-shadow:0 4px 12px #16a34a26;font-weight:500;display:flex;align-items:center;gap:12px}.success-message:before{content:"✓";font-size:1.3rem;font-weight:700}.success-screen{text-align:center;padding:60px 40px;background:white;border-radius:16px;box-shadow:0 4px 20px #00000014;max-width:600px;margin:0 auto}.success-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#28a745 0%,#20c997 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 30px;box-shadow:0 4px 20px #28a7454d}.success-screen h2{color:#28a745;font-size:2rem;margin-bottom:15px;font-weight:700}.success-screen p{color:#666;font-size:1.1rem;margin-bottom:40px;line-height:1.6}.btn-back-to-dashboard{padding:14px 30px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .3s;box-shadow:0 4px 12px #667eea4d}.btn-back-to-dashboard:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.sections-container{margin-top:30px;padding-top:30px;border-top:2px solid #e0e0e0}.sections-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.sections-header h3{margin:0;color:#333;font-size:1.3rem;font-weight:600}.sections-description{color:#666;font-size:.9rem;margin-bottom:20px;line-height:1.5}.btn-add-section{display:flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.btn-add-section:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.plus-icon{font-size:1.2rem;font-weight:700}.sections-total-summary{margin-bottom:20px}.total-marks-indicator{padding:15px 20px;border-radius:10px;display:flex;align-items:center;gap:15px;flex-wrap:wrap;font-weight:600;font-size:1rem}.total-marks-indicator.valid{background:#d4edda;border:2px solid #28a745;color:#155724}.total-marks-indicator.invalid{background:#f8d7da;border:2px solid #dc3545;color:#721c24}.total-label,.max-score-label{font-weight:600}.total-value,.max-score-value{font-size:1.2rem;font-weight:700}.mismatch-warning{color:#dc3545;font-size:.9rem;margin-left:auto;font-weight:500}.match-success{color:#28a745;font-size:.9rem;margin-left:auto;font-weight:500}.sections-list{display:flex;flex-direction:column;gap:20px;margin-top:20px}.section-card{background:linear-gradient(135deg,#fafbff 0%,#f5f7fa 100%);padding:28px;border-radius:14px;border:2px solid #e5e7eb;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.section-card:hover{border-color:#667eea;box-shadow:0 8px 24px #667eea26;transform:translateY(-2px)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-header h4{margin:0;color:#667eea;font-size:1.2rem;font-weight:600}.btn-remove-section{padding:8px 16px;background:#dc3545;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-remove-section:hover{background:#c82333;transform:translateY(-1px)}.section-form-row{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:15px}.readonly-input{background:#e9ecef;color:#6c757d;cursor:not-allowed;font-weight:600}.section-info{padding:12px;background:white;border-radius:8px;color:#555;font-size:.9rem;border-left:4px solid #667eea}.subject-select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23667eea' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:12px;padding-right:40px}.subject-select:hover{border-color:#a5b4fc}@media (max-width: 992px){.section-form-row{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.section-form-row{grid-template-columns:1fr}.sections-header{flex-direction:column;align-items:flex-start;gap:15px}}.test-questions-container{min-height:100vh;background:white;padding:30px 40px}.test-questions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e0e0e0}.test-questions-header h1{margin:0;font-size:2rem;color:#333;font-weight:700}.test-info-bar{display:flex;gap:30px;padding:15px 20px;background:#f8f9fa;border-radius:8px;margin-bottom:30px;border-left:4px solid #667eea}.test-info-bar span{color:#555;font-size:.95rem}.test-info-bar strong{color:#333;margin-right:8px}.section-group-admin{margin-bottom:40px}.section-group-admin:last-child{margin-bottom:0}.section-header-admin{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:15px 25px;border-radius:10px;margin-bottom:25px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.section-header-admin h3{margin:0;font-size:1.3rem;font-weight:700}.section-info-admin{display:flex;align-items:center;gap:10px;font-size:.95rem;opacity:.95}.section-info-admin span{color:#fff}.question-card{background:white;border:2px solid #e0e0e0;border-radius:12px;padding:25px;transition:all .3s}.question-card:hover{box-shadow:0 4px 12px #667eea26;border-color:#667eea}.question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #e0e0e0}.correct-answer{font-size:.9rem;color:#28a745;font-weight:600;background:#d4edda;padding:5px 12px;border-radius:6px}.question-text{font-size:1.1rem;color:#333;margin-bottom:20px;line-height:1.6;font-weight:500}.options-list{display:flex;flex-direction:column;gap:12px}.option{display:flex;align-items:center;gap:12px;padding:15px;background:#f8f9fa;border-radius:8px;border:2px solid transparent;transition:all .3s}.option.correct{background:#d4edda;border-color:#28a745}.option-label{font-weight:600;color:#667eea;min-width:30px}.option-text{flex:1;color:#555;font-size:1rem}.correct-badge{color:#28a745;font-weight:600;font-size:.9rem;background:white;padding:4px 10px;border-radius:6px;border:1px solid #28a745}.error-message{background:#fee;color:#c33;padding:20px;border-radius:8px;margin:20px 0;border-left:4px solid #c33;font-size:1rem}.take-test-container{min-height:100vh;background:#f5f5f5;padding:20px;box-sizing:border-box;max-width:100%;overflow-x:hidden}.take-test-container.take-test-fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;min-height:100vh;padding:52px 16px 16px;overflow:auto;z-index:9999;background:#f0f2f5}.test-top-exit-bar{position:fixed;top:0;left:0;right:0;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.75);z-index:10000;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.test-top-exit-bar.visible{opacity:1;visibility:visible}.test-exit-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background:transparent;border:2px solid rgba(255,255,255,.8);border-radius:8px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.test-exit-btn:hover{background:rgba(255,255,255,.15);border-color:#fff}.test-exit-icon{font-size:1.25rem;line-height:1}.test-exit-label{font-size:.9rem}.test-exit-modal .btn-confirm.danger{background:#dc3545;border-color:#dc3545}.test-exit-modal .btn-confirm.danger:hover{background:#c82333;border-color:#bd2130}.submit-confirm-summary{background:#f0f4ff;border:1px solid #c5d4f7;border-radius:8px;padding:12px 16px;margin:0 0 16px;color:#333;line-height:1.6}.test-fullscreen-prompt{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);z-index:10001;display:flex;align-items:center;justify-content:center;cursor:pointer}.test-fullscreen-prompt-content{background:white;padding:40px 48px;border-radius:16px;max-width:420px;text-align:center;cursor:pointer;box-shadow:0 8px 32px #0000004d}.test-fullscreen-prompt-title{margin:0 0 16px;font-size:1.5rem;font-weight:700;color:#333}.test-fullscreen-prompt-desc{margin:0 0 28px;color:#555;line-height:1.6;font-size:1rem}.test-fullscreen-prompt-btn{padding:14px 28px;font-size:1.05rem;cursor:pointer}.test-header{background:white;padding:20px 30px;border-radius:12px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0000001a}.test-header-right{display:flex;align-items:center;gap:24px}.test-info-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#e3f2fd;border:2px solid #2196f3;border-radius:8px;color:#1565c0;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.test-info-btn:hover{background:#bbdefb;border-color:#1976d2;color:#0d47a1;transform:translateY(-1px)}.test-info-icon{font-size:1.25rem}.test-info-label{font-size:.9rem}.test-info-modal{background:white;padding:28px 32px;border-radius:16px;max-width:420px;text-align:center;box-shadow:0 8px 32px #0003}.test-info-modal .test-info-icon-wrap{font-size:3rem;margin-bottom:12px}.test-info-modal h3{margin:0 0 16px;color:#333;font-size:1.35rem}.test-info-modal p{margin:0 0 24px;color:#555;line-height:1.6;font-size:1rem}.test-info-modal .btn-confirm{min-width:140px}.test-title-section h1{margin:0 0 5px;font-size:1.8rem;color:#333}.test-timer-section{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.timer{font-size:1.5rem;font-weight:700;color:#28a745;padding:10px 20px;background:#d4edda;border-radius:8px;border:2px solid #28a745}.timer.warning{color:#dc3545;background:#f8d7da;border-color:#dc3545;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.progress-info{color:#666;font-size:.9rem}.test-content{display:flex;gap:16px;align-items:flex-start;min-width:0;width:100%}.questions-sidebar{flex-shrink:0;width:300px;min-width:300px;max-width:300px;background:white;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000001a;height:-moz-fit-content;height:fit-content;position:sticky;top:20px;box-sizing:border-box}.questions-sidebar h3{margin:0 0 15px;color:#333;font-size:1.1rem}.section-group{margin-bottom:25px}.section-group:last-child{margin-bottom:15px}.section-header{margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #e0e0e0}.section-header h4{margin:0 0 5px;color:#667eea;font-size:1rem;font-weight:600}.section-header .section-subject-name{color:#5a67d8;font-weight:500}.section-info{font-size:.85rem;color:#666}.question-numbers{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:20px;padding-right:4px;box-sizing:border-box}.question-number-btn{width:40px;height:40px;border:2px solid #e0e0e0;background:white;border-radius:8px;cursor:pointer;font-weight:600;color:#666;transition:all .3s}.question-number-btn:hover{border-color:#667eea;color:#667eea}.question-number-btn.active{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-color:#667eea}.question-number-btn.answered{background:#d4edda;border-color:#28a745;color:#28a745}.question-number-btn.answered.active{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.question-number-btn.marked-review-stay{border-color:#dc2626;background:#fee2e2;color:#b91c1c}.question-number-btn.marked-review-stay.answered{border-color:#dc2626;background:#fecaca;color:#b91c1c}.question-number-btn.marked-review-next{border-color:#2563eb;background:#dbeafe;color:#1d4ed8}.question-number-btn.marked-review-next.answered{border-color:#2563eb;background:#bfdbfe;color:#1d4ed8}.sidebar-footer{border-top:1px solid #e0e0e0;padding-top:15px}.sidebar-footer p{margin:0 0 15px;color:#666;font-size:.9rem}.btn-submit{width:100%;padding:12px;background:linear-gradient(135deg,#28a745 0%,#20c997 100%);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 2px 8px #28a7454d}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #28a74566}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.question-content{flex:1 1 0%;min-width:0;background:white;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000001a;box-sizing:border-box}.question-card{margin-bottom:30px}.section-badge{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:12px 20px;border-radius:8px;margin-bottom:20px;display:flex;flex-direction:column;gap:5px}.section-badge .section-name{font-weight:700;font-size:1.1rem}.section-badge .section-subject-name{font-weight:600;opacity:.95}.section-badge .section-marks{font-size:.9rem;opacity:.95}.question-header{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #e0e0e0}.question-number{font-size:1.2rem;font-weight:700;color:#667eea}.question-total{color:#666;font-size:.9rem}.question-difficulty{margin-left:auto;padding:4px 10px;border-radius:6px;font-size:.8rem;font-weight:600;text-transform:capitalize}.question-difficulty.difficulty-easy{background:#d4edda;color:#155724}.question-difficulty.difficulty-medium{background:#fff3cd;color:#856404}.question-difficulty.difficulty-hard{background:#f8d7da;color:#721c24}.question-text{font-size:1.3rem;color:#333;margin-bottom:25px;line-height:1.6;font-weight:500}.options-list{display:flex;flex-direction:column;gap:15px}.option{display:flex;align-items:center;gap:15px;padding:18px 20px;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:10px;cursor:pointer;transition:all .3s}.option:hover{background:#e9ecef;border-color:#667eea}.option.selected{background:#e7f3ff;border-color:#667eea;box-shadow:0 2px 8px #667eea33}.option-label{font-weight:700;color:#667eea;min-width:30px;font-size:1.1rem}.option-text{flex:1;color:#333;font-size:1.1rem}.question-action-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;padding-top:20px;border-top:2px solid #e0e0e0}.btn-action{padding:10px 18px;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-action:disabled{opacity:.6;cursor:not-allowed}.btn-save-next{background:#16a34a;color:#fff}.btn-save-next:hover:not(:disabled){background:#15803d;transform:translateY(-1px)}.btn-save-mark-review{background:#c2410c;color:#fff;border:2px solid #9a3412}.btn-save-mark-review:hover:not(:disabled){background:#9a3412;transform:translateY(-1px)}.btn-clear-response{background:white;color:#374151;border:2px solid #d1d5db}.btn-clear-response:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.btn-mark-review-next{background:#0d9488;color:#fff;border:2px solid #0f766e}.btn-mark-review-next:hover:not(:disabled){background:#0f766e;transform:translateY(-1px)}.action-btn-wrap{display:inline-flex;flex-direction:column;align-items:center;gap:2px}.action-btn-hint{font-size:.7rem;color:#6b7280;font-weight:500}.question-navigation{display:flex;justify-content:space-between;padding-top:20px;border-top:1px solid #e0e0e0}.btn-nav{padding:12px 30px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 2px 8px #667eea4d}.btn-nav:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-nav:disabled{opacity:.5;cursor:not-allowed}.question-number-btn.disabled{opacity:.5;cursor:not-allowed!important;pointer-events:none}.option.disabled{pointer-events:none}.submitting-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.submitting-content{background:white;padding:40px 50px;border-radius:16px;text-align:center;box-shadow:0 10px 40px #0000004d;max-width:400px}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.submitting-content p{margin:10px 0;color:#333;font-size:1.1rem;font-weight:600}.submitting-note{font-size:.9rem!important;color:#666!important;font-weight:400!important;margin-top:15px!important}@media (max-width: 900px){.test-content{gap:12px}.questions-sidebar{width:260px;min-width:260px;max-width:260px;padding:16px}.question-content{min-width:280px}}.test-result-container{min-height:100vh;background:#f5f5f5;padding:20px}.result-header{background:white;padding:20px 30px;border-radius:12px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0000001a}.result-title-section h1{margin:0 0 5px;font-size:1.8rem;color:#333}.test-type{margin:0;color:#666;font-size:.9rem}.btn-back{padding:10px 20px;background:#f8f9fa;color:#333;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s}.btn-back:hover{background:#e9ecef}.result-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.summary-card{background:white;padding:20px;border-radius:12px;text-align:center;box-shadow:0 2px 8px #0000001a}.summary-label{font-size:.9rem;color:#666;margin-bottom:10px}.summary-value{font-size:1.8rem;font-weight:700}.summary-value.score{color:#667eea}.summary-value.percentage{color:#28a745}.summary-value.duration{color:#17a2b8}.summary-value.time{color:#ffc107}.summary-value.date{color:#6c757d;font-size:1rem}.questions-review{background:white;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.questions-review-header-row{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-bottom:25px}.questions-review-header-row h2{margin:0;color:#333;font-size:1.5rem}.result-subject-filter{display:flex;align-items:center;gap:8px}.result-subject-filter label{font-weight:500;color:#555;white-space:nowrap}.result-subject-select{padding:8px 12px;border:1px solid #ccc;border-radius:8px;font-size:.95rem;min-width:160px;background:white}.questions-list{display:flex;flex-direction:column;gap:25px}.question-review-card{border:2px solid #e0e0e0;border-radius:12px;padding:25px;transition:all .3s}.question-review-card.correct{border-color:#28a745;background:#f8fff9}.question-review-card.incorrect{border-color:#dc3545;background:#fff8f8}.question-review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #e0e0e0}.question-review-header-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.question-number{font-size:1.1rem;font-weight:600;color:#667eea}.result-difficulty{padding:4px 10px;border-radius:6px;font-size:.8rem;font-weight:600;text-transform:capitalize}.result-difficulty.difficulty-easy{background:#d4edda;color:#155724}.result-difficulty.difficulty-medium{background:#fff3cd;color:#856404}.result-difficulty.difficulty-hard{background:#f8d7da;color:#721c24}.question-time-spent{font-size:.9rem;color:#6b7280;margin-bottom:10px;font-weight:500}.answer-status{font-size:.9rem;font-weight:600;padding:5px 12px;border-radius:6px}.correct-badge{background:#d4edda;color:#155724;border:1px solid #28a745}.incorrect-badge{background:#f8d7da;color:#721c24;border:1px solid #dc3545}.question-text{font-size:1.2rem;color:#333;margin-bottom:20px;line-height:1.6;font-weight:500}.options-review{display:flex;flex-direction:column;gap:12px}.option-review{display:flex;align-items:center;gap:12px;padding:15px;background:#f8f9fa;border-radius:8px;border:2px solid transparent;transition:all .3s;position:relative}.option-review.correct-answer{background:#d4edda;border-color:#28a745}.option-review.student-answer{background:#fff3cd;border-color:#ffc107}.option-review.correct-answer.student-answer{background:#d4edda;border-color:#28a745}.option-label{font-weight:600;color:#667eea;min-width:30px;font-size:1.1rem}.option-text{flex:1;color:#333;font-size:1rem}.correct-mark{color:#28a745;font-weight:600;font-size:.9rem;background:white;padding:4px 10px;border-radius:6px;border:1px solid #28a745;margin-left:auto}.student-mark{color:#ffc107;font-weight:600;font-size:.9rem;background:white;padding:4px 10px;border-radius:6px;border:1px solid #ffc107;margin-left:auto}.not-answered{margin-top:15px;padding:10px;background:#f8d7da;color:#721c24;border-radius:6px;text-align:center;font-weight:500}.solution-dropdown-wrap{margin-top:16px;border-top:1px solid #e0e0e0;padding-top:12px}.solution-dropdown-btn{padding:8px 16px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.solution-dropdown-btn:hover{opacity:.95;transform:translateY(-1px)}.solution-content{margin-top:12px;padding:16px;background:#f0f4ff;border-radius:8px;border-left:4px solid #667eea;color:#333;line-height:1.6;white-space:pre-wrap}.loading{text-align:center;padding:50px;font-size:1.2rem;color:#666}.error-message{background:#f8d7da;color:#721c24;padding:15px;border-radius:8px;margin-bottom:20px}.history-row:hover{background-color:#f8f9fa}.result-file-unavailable-notice{background:#fff8e6;border:1px solid #ffc107;border-radius:8px;padding:12px 16px;margin-bottom:20px;color:#856404;font-size:.95rem}.questions-unavailable-badge{font-size:.85rem;color:#856404;background:#fff3cd;padding:4px 10px;border-radius:6px;margin-left:12px}.ai-analysis-section{background:white;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:30px}.ai-analysis-section h2{margin:0 0 20px;color:#667eea;font-size:1.5rem;border-bottom:2px solid #667eea;padding-bottom:10px}.analysis-content{background:#f8f9fa;padding:25px;border-radius:8px;border-left:4px solid #667eea}.analysis-text{color:#333;line-height:1.8;font-size:1rem}.analysis-text strong{color:#667eea;font-weight:600}.analysis-text h3,.analysis-text h4{color:#333;margin-top:20px;margin-bottom:10px}.analysis-text ul,.analysis-text ol{margin-left:20px;margin-top:10px}.analysis-text li{margin-bottom:8px}.test-analysis-view{width:100%}.analysis-header{margin-bottom:30px}.btn-back-to-scoreboard{padding:10px 20px;background:#f8f9fa;color:#333;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;font-weight:500;margin-bottom:20px;transition:all .3s}.btn-back-to-scoreboard:hover{background:#e9ecef}.analysis-header h2{margin:0 0 15px;color:#333;font-size:1.8rem}.test-analysis-info{display:flex;gap:30px;padding:15px 20px;background:#f8f9fa;border-radius:8px;border-left:4px solid #667eea}.test-analysis-info span{color:#555;font-size:.95rem}.test-analysis-info strong{color:#333;margin-right:8px}.no-analysis{text-align:center;padding:40px;color:#666;background:#f8f9fa;border-radius:8px}.btn-view-analysis{padding:8px 16px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .3s;box-shadow:0 2px 6px #667eea4d}.btn-view-analysis:hover{transform:translateY(-2px);box-shadow:0 4px 10px #667eea66}.App{min-height:100vh;width:100%;margin:0;padding:0}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.visible{visibility:visible}.collapse{visibility:collapse}.absolute{position:absolute}.relative{position:relative}.mb-5{margin-bottom:1.25rem}.block{display:block}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.border-collapse{border-collapse:collapse}.border{border-width:1px}.uppercase{text-transform:uppercase}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden}#root{width:100%;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:white;min-height:100vh;margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
