*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#1e293b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;font-family:Inter,system-ui,-apple-system,sans-serif}#root{flex-direction:column;min-height:100vh;display:flex}.navbar{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;padding:0 2rem;position:sticky;top:0;box-shadow:0 2px 20px #1e3a8a14}.navbar-inner{justify-content:space-between;align-items:center;max-width:1200px;height:70px;margin:0 auto;display:flex}.navbar-brand{letter-spacing:2px;font-family:Poppins,sans-serif;font-size:1.8rem;font-weight:800;text-decoration:none}.brand-c{color:#1e3a8a}.brand-a{color:#3b82f6}.brand-a2{color:#60a5fa}.brand-p{color:#f59e0b}.nav-links{align-items:center;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:#475569;border-radius:8px;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s}.nav-links a:hover{color:#1e3a8a;background:#eff6ff}.nav-links a.active{color:#1e3a8a;background:#dbeafe}.nav-links a.nav-cta{color:#fff;background:#1e3a8a;font-weight:600}.nav-links a.nav-cta:hover,.nav-links a.nav-cta.active{color:#fff;background:#1e40af}@media (width<=1024px){.nav-links{gap:.25rem}.nav-links a{padding:.4rem .7rem;font-size:.85rem}}@media (width<=768px){.navbar-inner{flex-direction:column;gap:.75rem;height:auto;padding:1rem 0}.nav-links{flex-wrap:wrap;justify-content:center;gap:.25rem}.nav-links a{padding:.4rem .75rem;font-size:.85rem}}.footer{color:#fff;background:linear-gradient(135deg,#1e3a8a 0%,#1e40af 100%);margin-top:auto;padding:3rem 2rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.footer-brand{flex-direction:column;gap:.5rem;display:flex}.footer-logo{letter-spacing:3px;color:#f59e0b;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:800}.footer-brand p{opacity:.8;margin:0;font-size:.9rem}.footer-info{text-align:right}.footer-info p{margin:.25rem 0;font-size:.9rem}.footer-copy{opacity:.6;margin-top:.5rem!important;font-size:.8rem!important}@media (width<=768px){.footer-inner{text-align:center;flex-direction:column}.footer-info{text-align:center}}.home{min-height:80vh}.hero{justify-content:space-between;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:4rem 2rem;display:flex}.hero-content{flex:1;max-width:600px}.hero-badge{color:#1e3a8a;background:linear-gradient(135deg,#dbeafe,#ede9fe);border-radius:25px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;display:inline-block}.hero h1{color:#1e293b;margin:0 0 1.5rem;font-family:Poppins,sans-serif;font-size:3.2rem;font-weight:800;line-height:1.15}.hero-c{color:#1e3a8a}.hero-a{color:#3b82f6}.hero-a2{color:#60a5fa}.hero-p{color:#f59e0b}.hero-tagline{color:#64748b;margin-bottom:2rem;font-family:Inter,sans-serif;font-size:1.2rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-radius:30px;padding:.9rem 2rem;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s;box-shadow:0 4px 20px #3b82f64d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #3b82f673}.btn-secondary{color:#1e3a8a;background:0 0;border:2px solid #1e3a8a;border-radius:30px;padding:.9rem 2rem;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s}.btn-secondary:hover{color:#fff;background:#1e3a8a}.hero-visual{flex:1;justify-content:center;align-items:center;min-height:350px;display:flex;position:relative}.floating-card{background:#fff;border-radius:16px;padding:1rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;animation:6s ease-in-out infinite float;position:absolute;box-shadow:0 8px 30px #0000001a}.card-1{color:#1e3a8a;background:#dbeafe;animation-delay:0s;top:10%;left:10%}.card-2{color:#92400e;background:#fef3c7;animation-delay:1.5s;top:5%;right:10%}.card-3{color:#166534;background:#dcfce7;animation-delay:3s;bottom:15%;left:5%}.card-4{color:#5b21b6;background:#ede9fe;animation-delay:4.5s;bottom:10%;right:15%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.highlights{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 2rem 4rem;display:grid}.highlight-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2rem;transition:all .3s;box-shadow:0 4px 20px #0000000f}.highlight-card:hover{border-color:#93c5fd;transform:translateY(-5px);box-shadow:0 12px 40px #1e3a8a1f}.highlight-icon{margin-bottom:1rem;font-size:2.5rem}.highlight-card h3{color:#1e3a8a;margin:0 0 .5rem;font-family:Poppins,sans-serif;font-size:1.3rem}.highlight-card p{color:#64748b;margin:0;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.5}@media (width<=768px){.hero{text-align:center;flex-direction:column;padding:2rem 1.5rem}.hero h1{font-size:2.2rem}.hero-visual{width:100%;min-height:250px}.hero-actions{justify-content:center}.floating-card{padding:.75rem 1rem;font-size:.85rem}}.about{max-width:1200px;margin:0 auto;padding:3rem 2rem 4rem}.about-hero{text-align:center;margin-bottom:3rem}.about-hero h1{color:#1e3a8a;margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:2.8rem;font-weight:800}.about-subtitle{color:#64748b;max-width:600px;margin:0 auto;font-family:Inter,sans-serif;font-size:1.15rem;line-height:1.7}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.benefit-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2.5rem 2rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000f}.benefit-card:before{content:"";background:linear-gradient(90deg,#1e3a8a,#3b82f6,#f59e0b);height:4px;position:absolute;top:0;left:0;right:0}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #1e3a8a26}.benefit-emoji{margin-bottom:1rem;font-size:3rem}.benefit-card h3{color:#1e3a8a;margin:0 0 .75rem;font-family:Poppins,sans-serif;font-size:1.3rem}.benefit-card p{color:#475569;margin:0;font-family:Inter,sans-serif;font-size:1rem;line-height:1.7}@media (width<=768px){.about-hero h1{font-size:2rem}.benefits-grid{grid-template-columns:1fr}}.timeline-page{max-width:900px;margin:0 auto;padding:3rem 2rem 4rem}.timeline-hero{text-align:center;margin-bottom:3rem}.timeline-hero h1{color:#1e3a8a;margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:2.8rem;font-weight:800}.timeline-subtitle{color:#64748b;font-family:Inter,sans-serif;font-size:1.15rem}.timeline-container{flex-direction:column;gap:2rem;padding-left:3rem;display:flex;position:relative}.timeline-container:before{content:"";background:linear-gradient(#10b981,#3b82f6,#8b5cf6);border-radius:4px;width:3px;position:absolute;top:0;bottom:0;left:1.5rem;transform:translate(-50%)}.timeline-card{align-items:flex-start;gap:2rem;display:flex;position:relative}.timeline-marker{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:absolute;left:-3rem;transform:translate(-50%);box-shadow:0 0 0 6px #fff,0 4px 15px #0000001a}.timeline-emoji{font-size:1.5rem}.timeline-content{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex:1;padding:2rem;transition:all .3s;box-shadow:0 4px 20px #0000000f}.timeline-content:hover{transform:translate(5px);box-shadow:0 8px 30px #0000001a}.timeline-header{align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.timeline-month{font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:700}.timeline-status{border-radius:15px;padding:.25rem .75rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600}.timeline-content h3{color:#1e293b;margin:0 0 .5rem;font-family:Poppins,sans-serif;font-size:1.2rem}.timeline-content p{color:#64748b;margin:0;font-family:Inter,sans-serif;line-height:1.7}@media (width<=768px){.timeline-hero h1{font-size:2rem}.timeline-container{padding-left:2.5rem}.timeline-marker{width:40px;height:40px;left:-2.5rem}.timeline-emoji{font-size:1.2rem}}.curriculum{max-width:1000px;margin:0 auto;padding:3rem 2rem 4rem}.curriculum-hero{text-align:center;margin-bottom:3rem}.curriculum-hero h1{color:#1e3a8a;margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:2.8rem;font-weight:800}.curriculum-subtitle{color:#64748b;margin-bottom:.25rem;font-family:Inter,sans-serif;font-size:1.15rem}.curriculum-schedule{color:#3b82f6;margin-bottom:.25rem;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600}.curriculum-note{color:#94a3b8;font-family:Inter,sans-serif;font-size:.9rem}.week-deck-link{color:#fff;border-radius:10px;align-items:center;gap:.4rem;margin-bottom:1.5rem;padding:.7rem 1.3rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 6px 18px #1e3a8a2e}.week-deck-link:hover{transform:translateY(-2px);box-shadow:0 10px 24px #1e3a8a47}.weeks-list{flex-direction:column;gap:1rem;margin-bottom:3rem;display:flex}.week-card-full{background:#fff;border:1px solid #e2e8f0;border-radius:16px;transition:all .3s;overflow:hidden;box-shadow:0 4px 20px #0000000f}.week-card-full:hover{border-color:#93c5fd}.week-card-full.expanded{box-shadow:0 8px 30px #1e3a8a1f}.week-header-full{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 1.5rem;transition:background .2s;display:flex}.week-header-full:hover{background:#f8fafc}.week-header-left{align-items:center;gap:1rem;display:flex}.week-emoji-full{flex-shrink:0;font-size:2rem}.week-header-text h3{color:#1e293b;text-align:left;margin:0;font-family:Poppins,sans-serif;font-size:1.15rem;font-weight:700}.week-meta{align-items:center;gap:.75rem;margin-top:.25rem;display:flex}.week-date-full{color:#64748b;font-family:Inter,sans-serif;font-size:.85rem}.week-badge{border-radius:12px;padding:.2rem .6rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600}.week-chevron{color:#94a3b8;flex-shrink:0;font-size:.8rem}.week-body{max-height:0;padding:0 1.5rem;transition:max-height .5s,padding .3s;overflow:hidden}.week-card-full.expanded .week-body{max-height:2000px;padding:0 1.5rem 1.5rem}.goals-section{background:linear-gradient(135deg,#eff6ff,#f0fdf4);border-radius:12px;margin-bottom:1.25rem;padding:1.25rem}.goals-section h4{color:#1e3a8a;margin:0 0 .75rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700}.goals-section ul{margin:0;padding:0;list-style:none}.goals-section li{color:#166534;padding:.35rem 0 .35rem 1.25rem;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.5;position:relative}.goals-section li:before{content:"✓";color:#10b981;font-weight:700;position:absolute;left:0}.sections-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;display:grid}.topic-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem}.topic-section h4{color:#1e3a8a;margin:0 0 .75rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700}.topic-section ul{margin:0;padding:0;list-style:none}.topic-section li{color:#475569;border-bottom:1px solid #f1f5f9;padding:.4rem 0 .4rem 1.25rem;font-family:Inter,sans-serif;font-size:.9rem;line-height:1.5;position:relative}.topic-section li:last-child{border-bottom:none}.topic-section li:before{content:"→";color:#3b82f6;font-weight:600;position:absolute;left:0}.weekly-structure{text-align:center;color:#fff;background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-radius:20px;padding:2.5rem}.weekly-structure h2{color:#fff;margin:0 0 .25rem;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700}.structure-subtitle{opacity:.8;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:.95rem}.structure-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;display:grid}.structure-block{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:14px;flex-direction:column;gap:.5rem;padding:1.25rem 1rem;transition:all .3s;display:flex}.structure-block:hover{background:#ffffff40;transform:translateY(-3px)}.structure-time{color:#fbbf24;font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:800}.structure-label{opacity:.9;font-family:Inter,sans-serif;font-size:.85rem}@media (width<=768px){.curriculum-hero h1{font-size:2rem}.week-header-text h3{font-size:1rem}.sections-grid{grid-template-columns:1fr}.structure-grid{grid-template-columns:repeat(2,1fr)}}.mentorship{max-width:1000px;margin:0 auto;padding:3rem 2rem 4rem}.mentorship-hero{text-align:center;margin-bottom:3rem}.mentorship-hero h1{color:#1e3a8a;margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:2.8rem;font-weight:800}.mentorship-subtitle{color:#8b5cf6;font-family:Inter,sans-serif;font-size:1.15rem;font-weight:600}.mentorship-main-card{text-align:center;background:linear-gradient(135deg,#ede9fe,#dbeafe);border-radius:24px;margin-bottom:2.5rem;padding:3rem}.congrats-badge{color:#5b21b6;background:#fff;border-radius:30px;margin-bottom:1.5rem;padding:.75rem 1.5rem;font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:700;display:inline-block;box-shadow:0 4px 15px #5b21b626}.mentorship-description{color:#475569;max-width:600px;margin:0 auto;font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.8}.mentorship-details{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.detail-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2rem;transition:all .3s;box-shadow:0 4px 20px #0000000f}.detail-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #1e3a8a1f}.detail-icon{margin-bottom:1rem;font-size:2.5rem}.detail-card h3{color:#1e3a8a;margin:0 0 .75rem;font-family:Poppins,sans-serif}.detail-card p{color:#64748b;margin:0;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.7}@media (width<=768px){.mentorship-hero h1{font-size:2rem}.mentorship-main-card{padding:2rem}.mentorship-details{grid-template-columns:1fr}}.scholarships-page{max-width:1200px;margin:0 auto;padding:3rem 2rem 4rem}.sch-hero{text-align:center;margin-bottom:2.5rem}.sch-hero h1{color:#1e3a8a;margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:2.8rem;font-weight:800}.sch-subtitle{color:#64748b;max-width:640px;margin:0 auto;font-family:Inter,sans-serif;font-size:1.15rem}.sch-filters{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;display:flex;box-shadow:0 4px 20px #0000000f}.sch-search{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:10px;width:100%;padding:.85rem 1rem;font-family:Inter,sans-serif;font-size:1rem;transition:border-color .2s}.sch-search:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f626}.sch-selects{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.sch-field{flex-direction:column;gap:.35rem;font-family:Inter,sans-serif;display:flex}.sch-field span{color:#475569;font-size:.82rem;font-weight:600}.sch-field select{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:.65rem .75rem;font-family:Inter,sans-serif;font-size:.95rem}.sch-field select:disabled{color:#94a3b8;cursor:not-allowed;background:#f1f5f9}.sch-field select:focus{border-color:#3b82f6;outline:none}.sch-toggle-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.sch-toggle{color:#1e293b;cursor:pointer;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;display:flex}.sch-toggle input{accent-color:#3b82f6;cursor:pointer;width:18px;height:18px}.sch-reset{color:#475569;cursor:pointer;background:0 0;border:1px solid #cbd5e1;border-radius:8px;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.9rem;transition:all .2s}.sch-reset:hover{color:#1e3a8a;background:#eff6ff;border-color:#3b82f6}.sch-count{color:#64748b;margin:0 0 1.25rem;font-family:Inter,sans-serif;font-size:.95rem}.sch-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem;display:grid}.sch-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:1.5rem;transition:all .25s;display:flex;box-shadow:0 4px 20px #0000000f}.sch-card:hover{border-color:#93c5fd;transform:translateY(-3px);box-shadow:0 10px 30px #3b82f61f}.sch-card-head{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.35rem;display:flex}.sch-card-head h2{color:#1e293b;margin:0;font-family:Poppins,sans-serif;font-size:1.15rem;font-weight:700;line-height:1.3}.badge{white-space:nowrap;text-transform:uppercase;letter-spacing:.03em;border-radius:999px;flex-shrink:0;padding:.25rem .6rem;font-family:Inter,sans-serif;font-size:.7rem;font-weight:700}.badge-merit{color:#b45309;background:#fef3c7}.badge-need{color:#1d4ed8;background:#dbeafe}.badge-both{color:#15803d;background:#dcfce7}.sch-provider{color:#3b82f6;margin:0 0 .75rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600}.sch-desc{color:#64748b;margin:0 0 1rem;font-family:Inter,sans-serif;font-size:.92rem;line-height:1.6}.sch-meta{flex-direction:column;gap:.35rem;margin:0 0 1rem;padding:0;list-style:none;display:flex}.sch-meta li{color:#475569;font-family:Inter,sans-serif;font-size:.88rem}.sch-meta strong{color:#1e293b}.sch-tags{flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem;display:flex}.sch-tag{color:#475569;background:#f1f5f9;border-radius:6px;padding:.25rem .55rem;font-family:Inter,sans-serif;font-size:.72rem;font-weight:500}.sch-link{color:#1e3a8a;background:#eff6ff;border-radius:10px;align-self:flex-start;margin-top:auto;padding:.6rem 1.1rem;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.sch-link:hover{background:#dbeafe}.sch-empty{text-align:center;color:#64748b;padding:2rem 0;font-family:Inter,sans-serif}.sch-linkbtn{color:#3b82f6;font:inherit;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.sch-disclaimer{color:#94a3b8;text-align:center;margin-top:2.5rem;font-family:Inter,sans-serif;font-size:.85rem;line-height:1.6}@media (width<=768px){.sch-hero h1{font-size:2rem}.sch-selects,.sch-grid{grid-template-columns:1fr}}.faq-page{max-width:800px;margin:0 auto;padding:3rem 2rem 4rem}.faq-hero{text-align:center;margin-bottom:3rem}.faq-hero h1{color:#1e3a8a;margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:2.8rem;font-weight:800}.faq-subtitle{color:#64748b;font-family:Inter,sans-serif;font-size:1.15rem}.faq-list{flex-direction:column;gap:1rem;display:flex}.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:16px;transition:all .3s;overflow:hidden;box-shadow:0 4px 20px #0000000f}.faq-item:hover{border-color:#93c5fd}.faq-item.open{border-color:#3b82f6;box-shadow:0 8px 30px #3b82f61f}.faq-question{cursor:pointer;color:#1e293b;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.5rem;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:600;display:flex}.faq-question:hover{color:#1e3a8a}.faq-chevron{color:#3b82f6;flex-shrink:0;font-size:1.5rem;font-weight:300;transition:transform .3s}.faq-answer{max-height:0;transition:max-height .4s,padding .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:300px;padding:0 1.5rem 1.5rem}.faq-answer p{color:#64748b;margin:0;font-family:Inter,sans-serif;font-size:1rem;line-height:1.7}@media (width<=768px){.faq-hero h1{font-size:2rem}.faq-question{padding:1.25rem;font-size:.95rem}}.login-page{background:linear-gradient(135deg,#eff6ff 0%,#f8fafc 100%);justify-content:center;align-items:center;min-height:calc(100vh - 70px);padding:2rem;display:flex}.login-card{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:420px;padding:3rem 2.5rem;box-shadow:0 12px 40px #1e3a8a1f}.login-brand{letter-spacing:3px;margin-bottom:1.25rem;font-family:Poppins,sans-serif;font-size:2.2rem;font-weight:800}.login-card h1{color:#1e3a8a;margin:0 0 .75rem;font-family:Poppins,sans-serif;font-size:1.6rem}.login-sub{color:#64748b;margin:0 0 1.75rem;font-size:.95rem;line-height:1.5}.google-btn{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:10px;justify-content:center;align-items:center;gap:.65rem;width:100%;padding:.8rem 1rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.google-btn:hover{background:#f9fafb;box-shadow:0 4px 14px #1e3a8a1a}.login-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.9rem}.login-demo-note{color:#92400e;text-align:left;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;margin-top:1.5rem;padding:.75rem .9rem;font-size:.82rem;line-height:1.5}.login-demo-note code{background:#fef3c7;border-radius:4px;padding:.1rem .35rem;font-size:.78rem}.login-switch{color:#64748b;margin-top:1.25rem;font-size:.85rem}.login-switch a{color:#2563eb;font-weight:600;text-decoration:none}.login-switch a:hover{text-decoration:underline}.grid-wrap{flex-direction:column;gap:.85rem;display:flex}.grid-scroll{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto}.grid-table{border-collapse:collapse;width:100%;font-family:Inter,sans-serif;font-size:.9rem}.grid-table thead th{color:#334155;text-align:left;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;background:#f1f5f9;border-bottom:2px solid #e2e8f0;padding:.7rem .85rem;font-size:.82rem;font-weight:600}.grid-table tbody td{border-bottom:1px solid #eef2f7;padding:0}.grid-table tbody tr:hover td{background:#f8fafc}.grid-input,.grid-select{color:#1f2937;box-sizing:border-box;background:0 0;border:none;width:100%;padding:.6rem .85rem;font-family:inherit;font-size:.9rem}.grid-input:focus,.grid-select:focus{outline-offset:-2px;background:#eff6ff;border-radius:4px;outline:2px solid #3b82f6}.grid-select{cursor:pointer;appearance:none}.grid-actions-col{text-align:center;width:42px}.grid-delete{color:#cbd5e1;cursor:pointer;background:0 0;border:none;border-radius:6px;width:28px;height:28px;font-size:1.3rem;line-height:1;transition:all .15s}.grid-delete:hover{color:#ef4444;background:#fef2f2}.grid-empty{text-align:center;color:#94a3b8;padding:1.5rem;font-size:.9rem}.grid-readonly{color:#1f2937;box-sizing:border-box;white-space:pre-wrap;word-break:break-word;padding:.6rem .85rem;font-size:.9rem;display:block}.grid-link{color:#2563eb;padding:.6rem .85rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-block}.grid-link:hover{text-decoration:underline}.grid-add{color:#1e3a8a;cursor:pointer;background:#eff6ff;border:1px dashed #93c5fd;border-radius:10px;align-self:flex-start;padding:.55rem 1.1rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;transition:all .2s}.grid-add:hover{background:#dbeafe;border-color:#3b82f6}.sharing-form{flex-wrap:wrap;gap:.6rem;margin:1rem 0 .5rem;display:flex}.sharing-input{border:1px solid #cbd5e1;border-radius:10px;flex:1;min-width:220px;padding:.65rem .85rem;font-family:Inter,sans-serif;font-size:.92rem}.sharing-input:focus{outline-offset:-1px;border-color:#3b82f6;outline:2px solid #3b82f6}.sharing-add{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:.65rem 1.2rem;font-family:Inter,sans-serif;font-size:.92rem;font-weight:600;transition:background .15s}.sharing-add:hover:not(:disabled){background:#1d4ed8}.sharing-add:disabled{opacity:.6;cursor:default}.sharing-error{color:#dc2626;margin:.2rem 0 0;font-size:.88rem}.sharing-list{margin-top:1.75rem}.sharing-list h3{text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin:0 0 .6rem;font-size:.82rem}.sharing-muted{color:#94a3b8;font-size:.9rem}.sharing-list ul{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.sharing-list li{color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:.6rem .9rem;font-size:.92rem;display:flex}.sharing-remove{color:#dc2626;cursor:pointer;background:0 0;border:1px solid #fecaca;border-radius:8px;padding:.35rem .75rem;font-size:.82rem;font-weight:600;transition:all .15s}.sharing-remove:hover{background:#fef2f2;border-color:#f87171}.sharing-tip{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;margin-top:1.75rem;padding:.8rem 1rem;font-size:.88rem;line-height:1.5}.acad{flex-direction:column;gap:1.75rem;display:flex}.acad-group h3{color:#1f2937;margin:0 0 .75rem;font-size:1rem}.acad-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));align-items:end;gap:1rem;display:grid}.acad-field{flex-direction:column;gap:.35rem;display:flex}.acad-field>span{color:#6b7280;font-size:.8rem;font-weight:600}.acad-input{background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:.55rem .7rem;font-size:.95rem}.acad-input:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f126}.acad-input:disabled{color:#111827;-webkit-text-fill-color:#111827;opacity:1;background:#f9fafb}.acad-total .acad-total-value{color:#3730a3;background:#eef2ff;border:1px solid #c7d2fe;border-radius:8px;padding:.55rem .7rem;font-size:1.15rem;font-weight:700}.acad-total-value small{color:#6366f1;font-size:.75rem;font-weight:500}.acad-textarea{width:100%;font:inherit;resize:vertical;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:.6rem .75rem;font-size:.95rem}.acad-textarea:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f126}.acad-textarea:disabled{color:#111827;-webkit-text-fill-color:#111827;opacity:1;background:#f9fafb}.dashboard{max-width:1000px;margin:0 auto;padding:2rem 1.5rem 4rem}.dash-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.dash-header h1{color:#1e3a8a;margin:0 0 .25rem;font-family:Poppins,sans-serif;font-size:1.8rem}.dash-email{color:#64748b;margin:0;font-size:.9rem}.signout-btn{color:#475569;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d1d5db;border-radius:9px;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.88rem;font-weight:600;transition:all .2s}.signout-btn:hover{background:#f8fafc;border-color:#94a3b8}.demo-banner{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;margin-bottom:1.5rem;padding:.7rem 1rem;font-size:.85rem}.dash-tabs{border-bottom:2px solid #e2e8f0;flex-wrap:wrap;gap:.4rem;margin-bottom:1.75rem;display:flex}.dash-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;margin-bottom:-2px;padding:.7rem 1rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;transition:all .2s}.dash-tab:hover{color:#1e3a8a}.dash-tab.active{color:#1e3a8a;border-bottom-color:#3b82f6}.panel-head{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.panel-head h2{color:#1e293b;margin:0;font-family:Poppins,sans-serif;font-size:1.35rem}.panel-sub{color:#64748b;margin:0 0 1.25rem;font-size:.92rem}.save-badge{border-radius:999px;padding:.2rem .6rem;font-size:.78rem;font-weight:600}.save-badge.saving{color:#92400e;background:#fef3c7}.save-badge.saved{color:#166534;background:#dcfce7}.progress-bar{background:#e2e8f0;border-radius:999px;height:12px;margin:.75rem 0 .5rem;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:999px;height:100%;transition:width .3s}.progress-label{color:#475569;margin:0 0 1.5rem;font-size:.88rem}.check-group{margin-bottom:1.5rem}.check-group h3{color:#1e3a8a;margin:0 0 .6rem;font-family:Inter,sans-serif;font-size:.95rem}.check-item{cursor:pointer;color:#334155;border-radius:9px;align-items:center;gap:.65rem;padding:.5rem .75rem;font-size:.95rem;transition:background .15s;display:flex}.check-item:hover{background:#f8fafc}.check-item input{accent-color:#3b82f6;cursor:pointer;width:18px;height:18px}@media (width<=640px){.dash-header{flex-direction:column}}.staff{max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.staff-header h1{color:#0f172a;margin:0 0 .3rem;font-size:1.9rem}.staff-header p{color:#64748b;margin:0 0 1.5rem}.staff-loading,.staff-empty{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.staff-body{grid-template-columns:260px 1fr;align-items:start;gap:1.5rem;display:grid}.staff-roster{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:.85rem;position:sticky;top:1rem}.roster-title{text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin:.3rem .4rem .6rem;font-size:.78rem}.staff-roster ul{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.roster-item{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:9px;flex-direction:column;gap:.15rem;width:100%;padding:.6rem .7rem;transition:background .15s;display:flex}.roster-item:hover{background:#f1f5f9}.roster-item.active{background:#eff6ff;box-shadow:inset 0 0 0 1px #bfdbfe}.roster-name{color:#1e293b;font-size:.92rem;font-weight:600}.roster-email{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.staff-detail{min-width:0}.detail-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.detail-head h2{color:#0f172a;margin:0;font-size:1.4rem}.detail-email{color:#94a3b8;font-size:.85rem}.delete-student-btn{color:#b91c1c;cursor:pointer;background:#fff;border:1px solid #fca5a5;border-radius:8px;padding:.45rem .85rem;font-size:.85rem;font-weight:600;transition:background .15s,border-color .15s}.delete-student-btn:hover{background:#fef2f2;border-color:#f87171}.modal-overlay{z-index:1000;background:#0f172a8c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-card{background:#fff;border-radius:14px;width:100%;max-width:440px;padding:1.5rem;box-shadow:0 20px 50px #00000040}.modal-card h3{color:#0f172a;margin:0 0 .6rem;font-size:1.2rem}.modal-card p{color:#475569;margin:0 0 1rem;font-size:.92rem;line-height:1.5}.modal-error{color:#b91c1c;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;margin-bottom:1rem;padding:.6rem .75rem;font-size:.85rem}.modal-actions{justify-content:flex-end;gap:.6rem;display:flex}.modal-cancel{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.5rem 1rem;font-weight:600}.modal-cancel:disabled,.modal-delete:disabled{opacity:.6;cursor:default}.modal-delete{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;padding:.5rem 1rem;font-weight:600}.modal-delete:hover:not(:disabled){background:#b91c1c}.viewer-loading{color:#64748b;padding:1rem 0}@media (width<=760px){.staff-body{grid-template-columns:1fr}.staff-roster{position:static}}.app{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}
