body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh;transition:background-color .3s ease}.theme-toggle{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000014;border:1px solid #00000026;border-radius:6px;color:#1f2937;cursor:pointer;display:flex;font-size:.875rem;font-weight:700;gap:.5rem;padding:.5rem .75rem;transition:all var(--transition-speed) ease;white-space:nowrap}[data-theme=dark] .theme-toggle{background:#ffffff1a;border-color:#fff3;color:#f8fafc}.theme-toggle:hover{background:#0000001f;border-color:#0003;box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}[data-theme=dark] .theme-toggle:hover{background:#ffffff26;border-color:#ffffff4d;box-shadow:0 4px 12px #ffffff1a}[data-theme=dark] .theme-toggle{background:#1e1e1e4d;border-color:#33333380}[data-theme=dark] .theme-toggle:hover{background:#1e1e1e80;border-color:#333333b3}.theme-toggle:active{transform:translateY(0)}.theme-toggle-track{background:var(--background-secondary);border:1.5px solid var(--border-color);border-radius:11px;flex-shrink:0;height:22px;overflow:hidden;position:relative;transition:all var(--transition-speed) var(--transition-bounce);width:40px}.theme-toggle:hover .theme-toggle-track{border-color:var(--primary-color);box-shadow:0 0 0 3px #4f46e51a}[data-theme=dark] .theme-toggle-track{background:var(--surface-color);border-color:var(--border-color)}.theme-toggle-thumb{align-items:center;background:var(--primary-color);border-radius:50%;box-shadow:0 2px 4px #0003;display:flex;height:15px;justify-content:center;left:1.5px;position:absolute;top:1.5px;transition:all var(--transition-speed) var(--transition-bounce);width:15px}[data-theme=dark] .theme-toggle-thumb{background:var(--accent-color);transform:translateX(18px)}.theme-icon{align-items:center;color:#fff;display:flex;justify-content:center;transition:all var(--transition-speed) ease}.theme-toggle-label{color:#1f2937;font-size:.875rem;font-weight:700;letter-spacing:.025em;min-width:35px;text-align:left;text-shadow:0 1px 1px #ffffff80;transition:color var(--transition-speed) ease}[data-theme=dark] .theme-toggle-label{color:#f8fafc;text-shadow:0 1px 2px #00000080}.theme-toggle:hover .theme-toggle-label{color:#1f2937;text-shadow:0 1px 2px #fffc}[data-theme=dark] .theme-toggle:hover .theme-toggle-label{color:#fff;text-shadow:0 1px 3px #0009}.theme-toggle-mobile{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000001a;border:1px solid #00000026;border-radius:6px;gap:.25rem;padding:.5rem}.theme-toggle-mobile .theme-toggle-label{display:none}.theme-toggle-mobile .theme-toggle-track{border-radius:10px;height:20px;width:36px}.theme-toggle-mobile .theme-toggle-thumb{height:14px;left:1.5px;top:1.5px;width:14px}[data-theme=dark] .theme-toggle-mobile{background:#ffffff1a;border-color:#fff3}[data-theme=dark] .theme-toggle-mobile .theme-toggle-thumb{transform:translateX(14px)}@media (max-width:768px){.theme-toggle-compact{padding:.25rem}.theme-toggle-compact .theme-toggle-label{display:none}.theme-toggle-compact .theme-toggle-track{border-radius:10px;height:20px;width:36px}.theme-toggle-compact .theme-toggle-thumb{height:14px;left:1.5px;top:1.5px;width:14px}[data-theme=dark] .theme-toggle-compact .theme-toggle-thumb{transform:translateX(14px)}}.theme-toggle-track:before{background:linear-gradient(90deg,var(--primary-color) 0,var(--accent-color) 100%);border-radius:inherit;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity var(--transition-speed) ease}[data-theme=dark] .theme-toggle-track:before{opacity:.1}.theme-toggle:focus{box-shadow:0 0 0 3px #4f46e533;outline:none}.theme-toggle:focus .theme-toggle-track{border-color:var(--primary-color)}@media (prefers-reduced-motion:reduce){.theme-icon,.theme-toggle,.theme-toggle-label,.theme-toggle-thumb,.theme-toggle-track{transition:none}}:root{--primary-color:#4f46e5;--primary-light:#818cf8;--primary-dark:#3730a3;--secondary-color:#0ea5e9;--accent-color:#8b5cf6;--success-color:#10b981;--warning-color:#f59e0b;--error-color:#ef4444;--text-color:#1e293b;--text-secondary:#475569;--text-muted:#64748b;--text-inverse:#fff;--background-color:#fff;--background-secondary:#f8fafc;--background-tertiary:#f1f5f9;--surface-color:#f8fafc;--surface-elevated:#f1f5f9;--section-light-primary:#fff;--section-light-secondary:#e2e8f0;--section-highlight-light:linear-gradient(135deg,#dbeafe,#bfdbfe 50%,#dbeafe);--section-highlight-dark:linear-gradient(135deg,#1e293b,#334155 50%,#1e293b);--border-color:#e2e8f0;--border-light:#f1f5f9;--divider-color:#e2e8f0;--shadow-color:#0000001a;--shadow-color-light:#0000000d;--shadow-color-strong:#00000026;--section-padding:5rem 0;--container-padding:1rem;--border-radius:0.75rem;--border-radius-sm:0.5rem;--border-radius-lg:1rem;--border-radius-xl:1.5rem;--transition-speed:0.3s;--transition-bounce:cubic-bezier(0.68,-0.55,0.265,1.55);--box-shadow:0 4px 6px -1px var(--shadow-color),0 2px 4px -2px var(--shadow-color);--box-shadow-lg:0 10px 15px -3px var(--shadow-color),0 4px 6px -4px var(--shadow-color);--box-shadow-xl:0 20px 25px -5px var(--shadow-color),0 8px 10px -6px var(--shadow-color);--glass-bg:#ffffff40;--glass-border:#ffffff2e;--backdrop-blur:blur(16px);font-size:19px}[data-theme=dark]{--primary-color:#3d5afe;--primary-light:#7c4dff;--primary-dark:#304ffe;--secondary-color:#3d5afe;--accent-color:#3d5afe;--success-color:#4caf50;--warning-color:#fbbf24;--error-color:#f44336;--text-color:#e0e0e0;--text-secondary:#b0b0b0;--text-muted:#b0b0b0;--text-inverse:#121212;--background-color:#121212;--background-secondary:#1e1e1e;--background-tertiary:#1e1e1e;--surface-color:#1e1e1e;--surface-elevated:#1e1e1e;--border-color:#333;--border-light:#333;--divider-color:#333;--shadow-color:#00000080;--shadow-color-light:#0000004d;--shadow-color-strong:#000000b3;--glass-bg:#1e1e1e66;--glass-border:#3333334d}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;margin:0;padding:0}body{color:#1e293b;color:var(--text-color);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1rem;line-height:1.6;transition:background-color .3s ease,color .3s ease;transition:background-color var(--transition-speed) ease,color var(--transition-speed) ease}.app,body{background:#fff;background:var(--background-color)}.app{display:flex;flex-direction:column;height:100%;min-height:100vh;transition:background-color .3s ease;transition:background-color var(--transition-speed) ease}body{padding-top:0}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#f8fafc,#e2e8f0 50%,#cbd5e1);border-bottom:1px solid #00000014;box-shadow:0 2px 12px #0000000f;left:0;min-height:50px;padding:.15rem 0;position:fixed;right:0;top:0;transition:all .3s ease;transition:all var(--transition-speed) ease;z-index:1000}[data-theme=dark] .navbar{background:linear-gradient(135deg,#1a1a1a,#2a2a2a 50%,#3a3a3a);border-bottom:1px solid #ffffff14;box-shadow:0 2px 12px #0006}.navbar .container{margin:0 auto;max-width:1200px;padding:0 1rem}.navbar-flex{min-height:50px}.navbar-header{flex-shrink:0}.navbar-brand,.navbar-header{align-items:center;display:flex}.navbar-brand{text-decoration:none;transition:transform .3s ease;transition:transform var(--transition-speed) ease}.navbar-brand:hover{transform:scale(1.02)}.navbar-brand img{border-radius:5px;box-shadow:0 2px 8px #ffffff1a;height:38px;transition:all .3s ease;transition:all var(--transition-speed) ease;width:auto}.navbar-brand:hover img{box-shadow:0 3px 12px #00000026}.navbar-controls{align-items:center;display:flex;flex-shrink:0;gap:1.5rem}.navbar-theme-toggle{display:none}.desktop-only,.navbar-nav{display:flex}.navbar-nav{align-items:center;gap:.5rem;list-style:none;margin:0;padding:0}.navbar-nav>li,.navbar-nav>li>a{position:relative}.navbar-nav>li>a{border-radius:5px;color:#1f2937;font-size:1rem;font-weight:700;letter-spacing:.025em;padding:.5rem .9rem;text-decoration:none;text-shadow:0 1px 1px #ffffff80;transition:all .3s ease;transition:all var(--transition-speed) ease;white-space:nowrap}[data-theme=dark] .navbar-nav>li>a{color:#f8fafc;text-shadow:0 1px 2px #00000080}.navbar-nav>li>a:hover{background:#3d5afe1a;box-shadow:0 4px 12px #3d5afe40;color:#3d5afe;text-shadow:0 1px 2px #fffc;transform:translateY(-1px)}[data-theme=dark] .navbar-nav>li>a:hover{background:#ffffff1a;box-shadow:0 4px 12px #fff3;color:#fff;text-shadow:0 1px 3px #0009}.navbar-nav>li>a:before{background:#3d5afe;bottom:0;box-shadow:0 1px 3px #3d5afe66;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;transition:all var(--transition-speed) ease;width:0}[data-theme=dark] .navbar-nav>li>a:before{background:#fff;box-shadow:0 1px 3px #ffffff4d}.navbar-nav>li>a:hover:before{width:80%}.navbar-nav>li>a:active{transform:translateY(0)}.nav-theme-toggle{align-items:center;display:flex;margin-left:.5rem}.nav-theme-toggle .theme-toggle{border-radius:.75rem;border-radius:var(--border-radius);padding:.5rem .75rem;transition:all .3s ease;transition:all var(--transition-speed) ease}.nav-theme-toggle .theme-toggle:hover{background:#f8fafc;background:var(--background-secondary)}@media (min-width:769px){.navbar-toggle{display:none}.navbar-collapse{align-items:center;background:#0000;border:none;box-shadow:none;display:flex!important;flex:1 1;justify-content:flex-end;margin-left:2rem;padding:0;position:static}.navbar-nav{align-items:center;flex-direction:row;gap:.5rem}.nav-theme-toggle{align-items:center;display:flex;margin-left:.5rem}}@media (max-width:768px){.navbar-toggle{background:#00000014!important;border:1px solid #0000001f!important;display:block!important;order:2}.navbar-controls{align-items:center;display:flex;gap:.75rem}.navbar-theme-toggle{display:flex!important;order:1}.desktop-only{display:none!important}.navbar-collapse{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#f1f5f9,#e2e8f0 50%,#cbd5e1);border:1px solid #0000001a;border-radius:8px;box-shadow:0 6px 24px #00000014;display:none;left:1rem;margin-top:.5rem;order:3;padding:1rem;position:absolute;right:1rem;top:100%;width:calc(100% - 2rem);z-index:1000}[data-theme=dark] .navbar-collapse{background:linear-gradient(135deg,#2a2a2a,#3a3a3a 50%,#4a4a4a);border:1px solid #ffffff1a;box-shadow:0 6px 24px #0006}.navbar-collapse.in{animation:slideDown .4s cubic-bezier(.25,.46,.45,.94);display:block!important}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.navbar-nav{flex-direction:column;gap:0;width:100%}.navbar-nav>li{width:100%}.navbar-nav>li>a{border-bottom:1px solid #0000001a;border-radius:6px;color:#1f2937!important;font-size:1.1rem;font-weight:700;letter-spacing:.025em;margin-bottom:.4rem;padding:.9rem 1rem;text-align:left;text-shadow:0 1px 1px #ffffff80;transition:all .3s ease;transition:all var(--transition-speed) ease;width:100%}.navbar-nav>li:last-child>a{border-bottom:none;margin-bottom:0}.navbar-nav>li>a:hover{background:#3d5afe1a;box-shadow:0 4px 12px #3d5afe33;color:#3d5afe!important;text-shadow:0 1px 2px #fffc;transform:translateX(6px)}[data-theme=dark] .navbar-nav>li>a{border-bottom-color:#ffffff1a;color:#f8fafc!important;text-shadow:0 1px 2px #00000080}[data-theme=dark] .navbar-nav>li>a:hover{background:#ffffff1a;box-shadow:0 4px 12px #fff3;color:#fff!important;text-shadow:0 1px 3px #0009}.nav-theme-toggle.desktop-only{border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color);display:flex;justify-content:center;margin-left:0;margin-top:1rem;padding:1rem 0}.nav-theme-toggle.desktop-only .theme-toggle{background:#3d5afe1a;border-color:#4f46e5;border-color:var(--primary-color);justify-content:center}[data-theme=dark] .nav-theme-toggle.desktop-only{border-top-color:#e2e8f0;border-top-color:var(--border-color)}.navbar-flex{flex-wrap:wrap;position:relative}}section{padding:5rem 0;padding:var(--section-padding);transition:background-color .3s ease;transition:background-color var(--transition-speed) ease}.section-title{color:#1e293b;color:var(--text-color);font-size:2.2rem;font-weight:800;letter-spacing:-1px;margin-bottom:1.2rem}.section-subtitle,.section-title{text-align:center;transition:color .3s ease;transition:color var(--transition-speed) ease}.section-subtitle{color:#475569;color:var(--text-secondary);font-size:1.15rem;line-height:1.6;margin:0 auto 2.5rem;max-width:700px}[data-theme=dark] .section-subtitle{color:#f1f5f9!important;opacity:.95}[data-theme=dark] .features-section .section-subtitle{color:#fff!important;font-weight:400;opacity:.9}.recent-results-section-subtitle{color:purple;font-size:2rem;margin-top:5rem;text-align:center}.card,.contact-form-card,.contact-info-card,.feature-card,.gallery-card,.service-card,.team-card,.testimonial-card,.topper-card{font-size:1.08rem}.about-description,.contact-info-item p,.feature-content p,.service-desc p,.team-role,.team-role-alt,.testimonial-quote,.topper-name,.topper-score{font-size:1.13rem}.btn,.btn-outline,.btn-primary,.contact-btn{font-size:1.08rem;padding:.85rem 1.7rem}.form-control,input,textarea{font-size:1.08rem}@media screen and (max-width:768px){:root{--section-padding:3rem 0}.section-title{font-size:2rem}.navbar{min-height:46px;padding:.1rem 0}.navbar-brand img{height:34px;max-height:34px}.navbar-nav>li>a{font-size:1rem;padding:.85rem 1rem}}@media screen and (max-width:400px){#about,#contact,#features,#footer,#portfolio,#recent-results,#services,#team,#testimonials,#toppers{padding:2rem 1rem;width:100%!important}.section-title{font-size:1.75rem}}.fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.btn-primary{background-color:#4f46e5;background-color:var(--primary-color);transition:all .3s ease;transition:all var(--transition-speed) ease}.btn-primary:hover{background-color:#0ea5e9;background-color:var(--secondary-color)}.form-control{background:#f8fafc;background:var(--surface-color);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.75rem;border-radius:var(--border-radius);color:#1e293b;color:var(--text-color);padding:.75rem 1rem;transition:all .3s ease;transition:all var(--transition-speed) ease}.form-control:focus{background:#f1f5f9;background:var(--surface-elevated);border-color:#4f46e5;border-color:var(--primary-color);box-shadow:0 0 0 3px #4f46e51a;outline:none}.form-control::placeholder{color:#64748b;color:var(--text-muted)}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#e2e8f0,#cbd5e1 50%,#94a3b8);border-bottom:1px solid #0000001f;box-shadow:0 3px 16px #0000001a}[data-theme=dark] .navbar.scrolled{background:linear-gradient(135deg,#2a2a2a,#3a3a3a 50%,#4a4a4a);border-bottom:1px solid #ffffff1f;box-shadow:0 3px 16px #00000080}.navbar-toggle{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000014!important;border:none;border:1px solid #0000001f!important;border-radius:5px;cursor:pointer;display:none;padding:.5rem;position:relative;transition:all .3s ease;transition:all var(--transition-speed) ease;z-index:1001}.navbar-toggle:hover{background:#0000001f!important;transform:scale(1.05)}[data-theme=dark] .navbar-toggle{background:#ffffff1a!important;border-color:#fff3!important}[data-theme=dark] .navbar-toggle:hover{background:#ffffff26!important}.navbar-toggle:hover{background:#f8fafc!important;background:var(--background-secondary)!important}.navbar-toggle:focus{outline:2px solid #4f46e5;outline:2px solid var(--primary-color);outline-offset:2px}.navbar-toggle .icon-bar{background-color:#1f2937;border-radius:2px;display:block;height:2.5px;margin:3.5px auto;position:relative;transition:all .3s ease;width:22px}[data-theme=dark] .navbar-toggle .icon-bar{background-color:#f8fafc}.navbar-toggle.active .icon-bar:first-of-type{transform:rotate(45deg) translate(6px,6px)}.navbar-toggle.active .icon-bar:nth-of-type(2){opacity:0;transform:scale(0)}.navbar-toggle.active .icon-bar:nth-of-type(3){transform:rotate(-45deg) translate(6px,-6px)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hero-section{box-sizing:border-box;height:100vh;min-height:100vh;overflow:hidden;padding-top:50px;position:relative}.hero-section,[data-theme=dark] .hero-section{background:linear-gradient(135deg,#4f46e5,#0ea5e9,#8b5cf6);background:linear-gradient(135deg,var(--primary-color),var(--secondary-color),var(--accent-color))}.hero-overlay{align-items:center;background:#0006;bottom:0;display:flex;left:0;position:absolute;right:0;top:50px;z-index:1}.header-content{color:#fff;opacity:0;text-align:center;transform:translateY(20px);transition:all .8s ease-out}.header-content.animate{opacity:1;transform:translateY(0)}.hero-text{padding:2rem 0}.main-title{font-size:4rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.main-title .highlight{color:#ffffffe6;display:block;font-size:2rem;font-weight:600;margin-bottom:.5rem}.main-title .brand-name{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#e2e8f0);-webkit-background-clip:text;background-clip:text;display:block;font-size:3.5rem;text-shadow:0 2px 4px #0000001a}.hero-description{color:#ffffffe6;font-size:1.5rem;font-weight:300;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.hero-section .btn-outline{background:#0000;border:2px solid #fff;border-radius:.75rem;border-radius:var(--border-radius);color:#fff;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease;transition:all var(--transition-speed) ease}.hero-section .btn-outline:hover{background:#fff;color:#4f46e5;color:var(--primary-color);text-decoration:none;transform:translateY(-2px)}[data-theme=dark] .hero-section .btn-outline,[data-theme=light] .hero-section .btn-outline{border-color:#fff!important;color:#fff!important;text-decoration:none!important}[data-theme=dark] .hero-section .btn-outline:hover,[data-theme=light] .hero-section .btn-outline:hover{background:#fff!important;color:#4f46e5!important;color:var(--primary-color)!important;text-decoration:none!important}.hero-section .hero-buttons .btn-outline{background:#0000!important;border:2px solid #fff!important;color:#fff!important;text-decoration:none!important}.hero-section .hero-buttons .btn-outline:hover{background:#fff!important;border-color:#fff!important;color:#4f46e5!important;color:var(--primary-color)!important;text-decoration:none!important}.hero-shape{bottom:0;left:0;line-height:0;position:absolute;width:100%}.hero-shape svg{height:auto;width:100%}@media screen and (max-width:768px){.main-title{font-size:3rem}.main-title .highlight{font-size:1.75rem}.main-title .brand-name{font-size:2.5rem}.hero-description{font-size:1.25rem}.hero-buttons{align-items:center;flex-direction:column}.btn-outline,.btn-primary{max-width:300px;width:100%}}@media screen and (max-width:480px){.main-title{font-size:2.5rem}.main-title .highlight{font-size:1.5rem}.main-title .brand-name{font-size:2rem}.hero-description{font-size:1.1rem}}#features,.features-section{background-color:#e2e8f0!important;background-color:var(--section-light-secondary)!important;padding:5rem 0;padding:var(--section-padding);transition:background-color .3s ease;transition:background-color var(--transition-speed) ease}[data-theme=dark] #features,[data-theme=dark] .features-section{background-color:#121212!important;color:#e0e0e0!important}[data-theme=dark] .features-section *,[data-theme=dark] .features-section .section-header,[data-theme=dark] .features-section .section-title{color:#e0e0e0!important}[data-theme=dark] .features-section .features-subtitle-override,[data-theme=dark] .features-section .section-subtitle{color:#fff!important;opacity:.9!important}.features-subtitle-override{color:#64748b}[data-theme=dark] #features .features-subtitle-override,[data-theme=dark] #features .section-subtitle,[data-theme=dark] .features-section .features-subtitle-override,[data-theme=dark] .features-section .section-header .features-subtitle-override,[data-theme=dark] .features-section .section-header .section-subtitle,[data-theme=dark] .features-section .section-subtitle,[data-theme=dark] .features-subtitle-override,[data-theme=dark] section#features .container .section-header .features-subtitle-override,[data-theme=dark] section#features .container .section-header .section-subtitle,[data-theme=dark] section#features .container .section-header p.features-subtitle-override,[data-theme=dark] section#features .container .section-header p.section-subtitle,[data-theme=dark] section#features .features-subtitle-override,[data-theme=dark] section#features .section-subtitle{background-color:initial!important;border:none!important;color:#fff!important;display:block!important;filter:brightness(1) contrast(1)!important;font-size:1.15rem!important;font-weight:400!important;opacity:1!important;padding:0!important;text-shadow:0 1px 2px #0000004d!important;visibility:visible!important}[data-theme=dark] #features .section-title,[data-theme=dark] #features h2.section-title,[data-theme=dark] .features-section .section-header .section-title,[data-theme=dark] .features-section .section-title,[data-theme=dark] section#features .container .section-header .section-title,[data-theme=dark] section#features .container .section-header h2.section-title,[data-theme=dark] section#features .section-title{color:#fff!important;font-weight:800!important;opacity:1!important;visibility:visible!important}.section-header{margin-bottom:4rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:1rem}.feature-card{background:#f8fafc;background:var(--surface-color);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.75rem;border-radius:var(--border-radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--box-shadow);opacity:0;padding:2rem;transform:translateY(20px);transition:all .3s ease;transition:all var(--transition-speed) ease}.feature-card.animate{opacity:1;transform:translateY(0)}.feature-card:hover{border-color:#4f46e5;border-color:var(--primary-color);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--box-shadow-lg);transform:translateY(-5px)}.feature-icon{aspect-ratio:1/1;background:#4f46e5;background:var(--primary-color);border-radius:50%;box-shadow:0 2px 8px #2563eb14;height:100px;margin-bottom:1.5rem;max-height:100px;max-width:100px;min-height:100px;min-width:100px;width:100px}.feature-icon,.feature-icon i{align-items:center;display:flex;justify-content:center}.feature-icon i{color:#fff;font-size:2rem;line-height:1}.feature-content h3{color:#1e293b;color:var(--text-color);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.feature-content p{line-height:1.6;margin:0}.feature-content p,.loading-state{color:#475569;color:var(--text-secondary)}.loading-state{align-items:center;display:flex;flex-direction:column;grid-column:1/-1;justify-content:center;padding:2rem}.spinner{border-top:3px solid #4f46e5;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:768px){.features-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.section-title{font-size:2rem}.feature-card{padding:1.5rem}}@media screen and (max-width:480px){.features-grid{grid-template-columns:1fr}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}}.about-section{background:#fff;background:var(--section-light-primary);padding:5rem 0;padding:var(--section-padding);transition:background-color .3s ease;transition:background-color var(--transition-speed) ease}[data-theme=dark] .about-section{background-color:#1e1e1e!important;color:#e0e0e0!important}[data-theme=dark] .about-section *,[data-theme=dark] .about-section .section-title{color:#e0e0e0!important}.about-grid{flex-wrap:wrap;gap:3rem}.about-grid,.about-image{align-items:center;display:flex;justify-content:center}.about-image{flex:1 1 350px;max-width:450px;min-width:280px}.about-image img{border-radius:.75rem;border-radius:var(--border-radius);object-fit:cover;width:100%}.about-content,.about-image img{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--box-shadow)}.about-content{background:#f8fafc;background:var(--surface-color);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.75rem;border-radius:var(--border-radius);flex:2 1 400px;margin:0 auto;min-width:300px;padding:2.5rem 2rem;transition:all .3s ease;transition:all var(--transition-speed) ease}.about-description{color:#1e293b;color:var(--text-color);font-size:1rem;line-height:1.85;margin-bottom:1.5rem}.about-subtitle{color:#4f46e5;color:var(--primary-color);font-size:1rem;font-weight:700;margin:2.2rem 0 1.2rem}.about-why-list{display:flex;flex-wrap:wrap;font-size:1rem!important;gap:2rem}.about-why-list ul{list-style:none;margin:0;padding:0}.about-why-item{align-items:flex-start;color:#1e293b;color:var(--text-color);display:flex;font-size:1rem;gap:.5rem;line-height:.5;margin-bottom:1.1rem}.about-check{color:#4f46e5;color:var(--primary-color);flex-shrink:0;font-size:1rem;margin-right:.5rem}@media screen and (max-width:900px){.about-grid{flex-direction:column;gap:2rem}.about-content{padding:2rem 1rem}}@media screen and (max-width:600px){.about-content{padding:1.25rem .5rem}.about-image{max-width:100%}}.services-section{background:#fff;background:var(--section-light-primary);padding:5rem 0;padding:var(--section-padding);transition:background-color .3s ease;transition:background-color var(--transition-speed) ease}[data-theme=dark] .services-section{background-color:#1e1e1e!important;color:#e0e0e0!important}[data-theme=dark] .services-section *,[data-theme=dark] .services-section .section-title{color:#e0e0e0!important}[data-theme=dark] .services-section .section-subtitle{color:#b0b0b0!important;opacity:1!important}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));padding:1rem 0}.service-card{align-items:flex-start;background:#f8fafc;background:var(--surface-color);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.75rem;border-radius:var(--border-radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--box-shadow);display:flex;flex-direction:column;padding:2.2rem 1.5rem 1.5rem;transition:all .3s ease;transition:all var(--transition-speed) ease}.service-card:hover{border-color:#4f46e5;border-color:var(--primary-color);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--box-shadow-lg);transform:translateY(-6px) scale(1.03)}.service-icon{aspect-ratio:1/1;background:#4f46e5;background:var(--primary-color);border-radius:50%;box-shadow:0 2px 8px #2563eb14;height:100px;margin-bottom:1.5rem;max-height:100px;max-width:100px;min-height:100px;min-width:100px;width:100px}.service-icon,.service-icon i{align-items:center;display:flex;justify-content:center}.service-icon i{color:#fff;font-size:2rem;line-height:1}.service-desc h3{color:#1e293b;color:var(--text-color);font-size:1.25rem;font-weight:700;margin-bottom:.7rem}.service-desc p{color:var(--light-text);font-size:1.1rem;line-height:1.7;margin:0}@media screen and (max-width:768px){.services-grid{gap:1.5rem;grid-template-columns:1fr}.service-card{padding:1.5rem 1rem 1rem}}.gallery-section{background:#e2e8f0;background:var(--section-light-secondary);padding:5rem 0;padding:var(--section-padding);transition:background-color .3s ease;transition:background-color var(--transition-speed) ease}[data-theme=dark] .gallery-section{background-color:#121212!important;color:#e0e0e0!important}[data-theme=dark] .gallery-section *,[data-theme=dark] .gallery-section .section-title{color:#e0e0e0!important}[data-theme=dark] .gallery-section .section-subtitle{color:#b0b0b0!important;opacity:1!important}.gallery-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));padding:1rem 0}.gallery-card{align-items:center;background:#f8fafc;background:var(--surface-color);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.75rem;border-radius:var(--border-radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--box-shadow);display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease;transition:all var(--transition-speed) ease}.gallery-card:hover{border-color:#4f46e5;border-color:var(--primary-color);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--box-shadow-lg);transform:translateY(-6px) scale(1.03)}.gallery-card img{border-radius:.75rem .75rem 0 0;border-radius:var(--border-radius) var(--border-radius) 0 0;height:220px;object-fit:cover;transition:filter .3s;width:100%}.gallery-card img:hover{filter:brightness(.95) saturate(1.1)}@media screen and (max-width:768px){.gallery-grid{gap:1.2rem;grid-template-columns:1fr 1fr}.gallery-card img{height:160px}}@media screen and (max-width:480px){.gallery-grid{grid-template-columns:1fr}.gallery-card img{height:120px}}#toppers,.toppers-section{background:linear-gradient(135deg,#dbeafe,#bfdbfe 50%,#dbeafe)!important;background:var(--section-highlight-light)!important;border:1px solid #3b82f633;box-shadow:0 2px 8px #3b82f61a;color:#1e293b!important;color:var(--text-color)!important;min-height:auto;padding:5rem 0;padding:var(--section-padding);position:relative;transition:background-color .3s ease;transition:background-color var(--transition-speed) ease}[data-theme=dark] #toppers,[data-theme=dark] .toppers-section{background:linear-gradient(135deg,#1e293b,#334155 50%,#1e293b)!important;background:var(--section-highlight-dark)!important;border:none;box-shadow:none;color:#e0e0e0!important}#subject-toppers{background:linear-gradient(135deg,#dbeafe,#bfdbfe 50%,#dbeafe)!important;background:var(--section-highlight-light)!important;border:1px solid #3b82f633;box-shadow:0 2px 8px #3b82f61a;color:#1e293b!important;color:var(--text-color)!important;min-height:auto;padding:5rem 0!important;padding:var(--section-padding)!important;position:relative}[data-theme=dark] #subject-toppers{background:linear-gradient(135deg,#1e293b,#334155 50%,#1e293b)!important;background:var(--section-highlight-dark)!important;border:none;box-shadow:none;color:#e0e0e0!important}[data-theme=dark] #subject-toppers *,[data-theme=dark] #subject-toppers .section-title,[data-theme=dark] #toppers *,[data-theme=dark] #toppers .section-title,[data-theme=dark] .toppers-section *,[data-theme=dark] .toppers-section .section-title{color:#e0e0e0!important}[data-theme=dark] #subject-toppers .section-subtitle,[data-theme=dark] #toppers .section-subtitle,[data-theme=dark] .toppers-section .section-subtitle{color:#b0b0b0!important;opacity:1!important}.toppers-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));padding:1rem 0}.topper-card{align-items:center;background:#f8fafc;background:var(--surface-color);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.75rem;border-radius:var(--border-radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--box-shadow);display:flex;flex-direction:column;padding:2rem 1rem 1.5rem;transition:all .3s ease;transition:all var(--transition-speed) ease}.topper-card:hover{border-color:#4f46e5;border-color:var(--primary-color);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--box-shadow-lg);transform:translateY(-6px) scale(1.03)}.topper-avatar{align-items:center;background:#e0e7ef;border-radius:50%;box-shadow:0 2px 8px #2563eb14;display:flex;height:120px;justify-content:center;margin-bottom:1.2rem;overflow:hidden;width:120px}.topper-img{border-radius:50%;height:100%;object-fit:cover;width:100%}.topper-details{text-align:center}.topper-score{color:#4f46e5;color:var(--primary-color);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.topper-name{color:#1e293b;color:var(--text-color);font-size:1.15rem;font-weight:500;margin:0}@media screen and (max-width:768px){.toppers-grid{gap:1.2rem;grid-template-columns:1fr 1fr}.topper-avatar{height:90px;width:90px}}@media screen and (max-width:480px){.toppers-grid{grid-template-columns:1fr}.topper-avatar{height:70px;width:70px}}.testimonials-section{background:#fff;background:var(--section-light-primary);padding:5rem 0;padding:var(--section-padding);transition:background-color .3s ease;transition:background-color var(--transition-speed) ease}[data-theme=dark] .testimonials-section{background-color:#1e1e1e!important;color:#e0e0e0!important}[data-theme=dark] .testimonials-section *,[data-theme=dark] .testimonials-section .section-title{color:#e0e0e0!important}[data-theme=dark] .testimonials-section .section-subtitle{color:#b0b0b0!important;opacity:1!important}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));padding:1rem 0}.testimonial-card{align-items:center;background:#f8fafc;background:var(--surface-color);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.75rem;border-radius:var(--border-radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--box-shadow);display:flex;flex-direction:column;min-height:340px;padding:2rem 1.5rem 1.5rem;transition:all .3s ease;transition:all var(--transition-speed) ease}.testimonial-card:hover{border-color:#4f46e5;border-color:var(--primary-color);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--box-shadow-lg);transform:translateY(-6px) scale(1.03)}.testimonial-avatar{align-items:center;background:#e0e7ef;border-radius:50%;box-shadow:0 2px 8px #2563eb14;display:flex;height:80px;justify-content:center;margin-bottom:1.2rem;overflow:hidden;width:80px}.testimonial-img{border-radius:50%;height:100%;object-fit:cover;width:100%}.testimonial-content{text-align:center}.testimonial-quote{color:#1e293b;color:var(--text-color);font-size:1.15rem;font-style:italic;line-height:1.7;margin-bottom:1.2rem}.testimonial-meta{color:#4f46e5;color:var(--primary-color);font-size:1.05rem;font-weight:600}@media screen and (max-width:768px){.testimonials-grid{gap:1.2rem;grid-template-columns:1fr}.testimonial-card{min-height:260px;padding:1.5rem 1rem 1rem}.testimonial-avatar{height:60px;width:60px}}.team-section{background:#e2e8f0;background:var(--section-light-secondary);padding:5rem 0;padding:var(--section-padding);transition:background-color .3s ease;transition:background-color var(--transition-speed) ease}[data-theme=dark] .team-section{background-color:#121212!important;color:#e0e0e0!important}[data-theme=dark] .team-section *,[data-theme=dark] .team-section .section-title{color:#e0e0e0!important}[data-theme=dark] .team-section .section-subtitle{color:#b0b0b0!important;opacity:1!important}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));padding:1rem 0}.team-card{align-items:center;background:#f8fafc;background:var(--surface-color);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.75rem;border-radius:var(--border-radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--box-shadow);display:flex;flex-direction:column;padding:2rem 1.5rem 1.5rem;transition:all .3s ease;transition:all var(--transition-speed) ease}.team-card:hover{border-color:#4f46e5;border-color:var(--primary-color);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--box-shadow-lg);transform:translateY(-6px) scale(1.03)}.team-avatar{align-items:center;background:#e0e7ef;border-radius:50%;box-shadow:0 2px 8px #2563eb14;display:flex;height:250px;justify-content:center;margin-bottom:1.2rem;overflow:hidden;width:250px}.team-img{border-radius:50%;height:100%;object-fit:cover;object-position:12px 100px;width:100%}.team-details{text-align:center}.team-name{color:#4f46e5;color:var(--primary-color);font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.team-role{color:#1e293b;color:var(--text-color);font-size:1.08rem;font-weight:500;margin-bottom:.2rem}.team-role-alt{color:var(--light-text);font-size:1rem;margin-bottom:.1rem}@media screen and (max-width:768px){.team-grid{gap:1.2rem;grid-template-columns:1fr 1fr}.team-avatar{height:250px;width:250px}.about-why-item{line-height:1}}@media screen and (max-width:480px){.team-grid{grid-template-columns:1fr}.team-avatar{height:250px;width:250px}}#contact,.contact-section{background:#fff!important;background:var(--section-light-primary)!important;color:#1e293b!important;color:var(--text-color)!important;padding:5rem 0;transition:background-color .3s ease;transition:background-color var(--transition-speed) ease}[data-theme=dark] #contact,[data-theme=dark] .contact-section{background:#1e1e1e!important;color:#e0e0e0!important}[data-theme=dark] #contact *,[data-theme=dark] #contact .section-title,[data-theme=dark] .contact-section *,[data-theme=dark] .contact-section .section-title{color:#e0e0e0!important}[data-theme=dark] #contact .section-subtitle,[data-theme=dark] .contact-section .section-subtitle{color:#b0b0b0!important;opacity:1!important}[data-theme=dark] .contact-info-item span{color:#e0e0e0!important}[data-theme=dark] .contact-info-item p{color:#b0b0b0!important;opacity:1!important}.contact-grid{grid-gap:2.5rem;align-items:stretch;display:grid;gap:2.5rem;grid-template-columns:1fr 1fr;margin-top:2rem}.contact-form-card{background:#f8fafc;background:var(--surface-color);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.75rem;border-radius:var(--border-radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--box-shadow);display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:2.5rem 2rem;transition:all .3s ease;transition:all var(--transition-speed) ease}.contact-row{display:flex;gap:1rem;margin-bottom:1.2rem}.contact-row textarea{resize:vertical;width:100%}.contact-btn{margin-top:1rem;width:100%}.contact-info-card{align-items:flex-start;background:#f8fafc;background:var(--surface-color);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.75rem;border-radius:var(--border-radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--box-shadow);display:flex;flex-direction:column;gap:1.5rem;height:100%;justify-content:space-between;padding:2.5rem 2rem;transition:all .3s ease;transition:all var(--transition-speed) ease}.contact-info-item{align-items:flex-start;display:flex;font-size:1rem!important;gap:1rem;margin-bottom:.5rem}.contact-info-item i{color:#4f46e5;color:var(--primary-color);font-size:1rem;margin-top:.2rem}.contact-info-item span{color:#1e293b;color:var(--text-color);display:block;font-weight:600}.contact-info-item p{color:#475569;color:var(--text-secondary);font-size:1rem;margin:.2rem 0 0}.contact-info-items{display:flex;flex:1 1;flex-direction:column;gap:1.5rem}.contact-social{display:flex;gap:1.2rem;margin-top:auto}.contact-social a{color:#4f46e5;color:var(--primary-color);font-size:1.5rem;transition:color .3s ease;transition:color var(--transition-speed) ease}.contact-social a:hover{color:#0ea5e9;color:var(--secondary-color)}.contact-section>.container{flex:1 1;padding-bottom:3rem}.footer-section{background:#e2e8f0;background:var(--section-light-secondary);margin:0;padding:2rem 0 .5rem;transition:background-color .3s ease;transition:background-color var(--transition-speed) ease;width:100%}.footer-section p{color:#475569;color:var(--text-secondary);font-size:1rem;margin:0;padding-bottom:.5rem}.footer-section a,.footer-section p{transition:color .3s ease;transition:color var(--transition-speed) ease}.footer-section a{color:#4f46e5;color:var(--primary-color);text-decoration:underline}[data-theme=dark] .footer-section{background:#121212!important;color:#e0e0e0!important}[data-theme=dark] .footer-section p{color:#e0e0e0!important}[data-theme=dark] .footer-section a{color:#3d5afe!important}@media screen and (max-width:900px){.contact-grid{gap:2rem;grid-template-columns:1fr}.contact-form-card,.contact-info-card{padding:1.5rem 1rem}}@media screen and (max-width:600px){.contact-form-card,.contact-info-card{padding:1rem .5rem}.contact-btn{font-size:1rem;padding:.7rem 1rem}}@media screen and (max-width:900px){:root{font-size:17px}.section-title{font-size:1.7rem}}@media screen and (max-width:600px){:root{font-size:16px}.section-title{font-size:1.3rem}.section-subtitle{font-size:1rem}}.navbar-flex{align-items:center;display:flex;justify-content:space-between;min-height:64px;padding:0;width:100%}#recent-results,.recent-results-section{background:linear-gradient(135deg,#dbeafe,#bfdbfe 50%,#dbeafe)!important;background:var(--section-highlight-light)!important;border:1px solid #3b82f633;box-shadow:0 2px 8px #3b82f61a;color:#1e293b!important;color:var(--text-color)!important;min-height:auto;padding:5rem 0;padding:var(--section-padding);position:relative}[data-theme=dark] #recent-results,[data-theme=dark] .recent-results-section{background:linear-gradient(135deg,#1e293b,#334155 50%,#1e293b)!important;background:var(--section-highlight-dark)!important;border:none;box-shadow:none;color:#e0e0e0!important}[data-theme=dark] #recent-results *,[data-theme=dark] #recent-results .section-title,[data-theme=dark] .recent-results-section *,[data-theme=dark] .recent-results-section .section-title{color:#e0e0e0!important}[data-theme=dark] #recent-results .section-subtitle,[data-theme=dark] .recent-results-section .section-subtitle{color:#b0b0b0!important;opacity:1!important}[data-theme=light] #recent-results,[data-theme=light] #recent-results *,[data-theme=light] #recent-results .section-title,[data-theme=light] #subject-toppers,[data-theme=light] #subject-toppers *,[data-theme=light] #subject-toppers .section-title,[data-theme=light] #toppers,[data-theme=light] #toppers *,[data-theme=light] #toppers .section-title{color:#1e293b!important;color:var(--text-color)!important}[data-theme=light] #recent-results .section-subtitle,[data-theme=light] #subject-toppers .section-subtitle,[data-theme=light] #toppers .section-subtitle{color:#475569!important;color:var(--text-secondary)!important}[data-theme=light] #contact,[data-theme=light] #contact *,[data-theme=light] #contact .section-title{color:#1e293b!important;color:var(--text-color)!important}[data-theme=light] #contact .section-subtitle{color:#475569!important;color:var(--text-secondary)!important}[data-theme=light] #contact h2,[data-theme=light] #contact h3{color:#1e293b!important;color:var(--text-color)!important}[data-theme=light] #features,[data-theme=light] .features-section{background-color:#e2e8f0!important;background-color:var(--section-light-secondary)!important}#recent-results{border-bottom:1px solid #3b82f626;margin-bottom:0}[data-theme=dark] #recent-results{border-bottom:1px solid #ffffff1a}#toppers{border-bottom:1px solid #3b82f626;margin-bottom:0}[data-theme=dark] #toppers{border-bottom:1px solid #ffffff1a}#subject-toppers{margin-top:0;padding-top:calc(5rem 0 + .5rem);padding-top:calc(var(--section-padding) + .5rem)}.recent-results-section-header{margin-bottom:2rem;text-align:center}.recent-results-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));padding:0}.recent-result-card{align-items:center;background:#fff;border-radius:.75rem;border-radius:var(--border-radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--box-shadow);display:flex;flex-direction:column;padding:2rem 1rem 1.5rem;transition:transform .3s ease,box-shadow .3s ease;transition:transform var(--transition-speed) ease,box-shadow var(--transition-speed) ease}.recent-result-card:hover{box-shadow:0 10px 24px #2563eb1a;transform:translateY(-6px) scale(1.03)}.recent-result-avatar{align-items:center;background:#e0e7ef;border-radius:50%;box-shadow:0 2px 8px #2563eb14;display:flex;height:250px;justify-content:center;margin-bottom:1.2rem;overflow:hidden;width:250px}.recent-result-img{border-radius:50%;height:100%;object-fit:cover;object-position:12px 100px;width:100%}.recent-result-details{text-align:center}.recent-result-score{color:#4f46e5;color:var(--primary-color);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.recent-result-name{color:#1e293b;color:var(--text-color);font-size:1.15rem;font-weight:500;margin:0}@media screen and (max-width:768px){.recent-results-grid{gap:1.2rem;grid-template-columns:1fr 1fr}.recent-result-avatar{height:250px;width:250px}}@media screen and (max-width:480px){.recent-results-grid{grid-template-columns:1fr}.recent-result-avatar{height:250px;width:250px}}.score-card-section{margin:4rem 0;padding:0 1rem}.score-card-table-container{background:#f8fafc;background:var(--surface-color);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.75rem;border-radius:var(--border-radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--box-shadow);margin:0 auto;max-width:800px;overflow-x:auto;transition:all .3s ease;transition:all var(--transition-speed) ease}.score-card-table{border-collapse:collapse;color:#1e293b;color:var(--text-color);font-size:1.1rem;width:100%}.score-card-table td,.score-card-table th{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);padding:1rem 1.5rem;text-align:center}.score-card-table th{background-color:#4f46e5;background-color:var(--primary-color);color:#fff;color:var(--text-inverse);font-size:1rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.score-card-table td{background-color:#f8fafc;background-color:var(--surface-color);color:#1e293b;color:var(--text-color);transition:all .3s ease;transition:all var(--transition-speed) ease}.score-card-table tr:last-child td{border-bottom:none}.score-card-table tr:hover td{background-color:#f8fafc;background-color:var(--background-secondary)}.score-card-table .highlight-row td{background-color:#4f46e5;background-color:var(--primary-color);color:#fff;color:var(--text-inverse);font-weight:600}.score-card-table .highlight-row:hover td{background-color:#3730a3;background-color:var(--primary-dark)}@media screen and (max-width:768px){.score-card-table{font-size:1rem}.score-card-table td,.score-card-table th{padding:.75rem 1rem}}@media screen and (max-width:480px){.score-card-table{font-size:.9rem}.score-card-table td,.score-card-table th{padding:.5rem .75rem}}html{scroll-behavior:smooth}:focus-visible{border-radius:.5rem;border-radius:var(--border-radius-sm);outline:2px solid #4f46e5;outline:2px solid var(--primary-color);outline-offset:2px}.btn-outline:focus,.btn-primary:focus{outline:2px solid #4f46e5;outline:2px solid var(--primary-color);outline-offset:2px}.feature-card:focus,.gallery-card:focus,.service-card:focus,.team-card:focus,.testimonial-card:focus,.topper-card:focus{outline:2px solid #4f46e5;outline:2px solid var(--primary-color);outline-offset:2px;transform:translateY(-2px)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f8fafc;background:var(--background-secondary)}::-webkit-scrollbar-thumb{background:#e2e8f0;background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64748b;background:var(--text-muted)}[data-theme=dark] ::-webkit-scrollbar-track{background:#f1f5f9;background:var(--background-tertiary)}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#e2e8f0;background:var(--border-color)}.btn-primary{background:linear-gradient(135deg,#4f46e5,#3730a3);background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border:none;border-radius:.75rem;border-radius:var(--border-radius);color:#fff;font-weight:500;overflow:hidden;padding:.75rem 1.5rem;position:relative;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);transition:all var(--transition-speed) var(--transition-bounce)}.btn-primary:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn-primary:hover:before{left:100%}.btn-primary:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--box-shadow-lg);transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid #4f46e5;border:2px solid var(--primary-color);border-radius:.75rem;border-radius:var(--border-radius);color:#4f46e5;color:var(--primary-color);font-weight:500;overflow:hidden;padding:.75rem 1.5rem;position:relative;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);transition:all var(--transition-speed) var(--transition-bounce)}.btn-outline:before{background:#4f46e5;background:var(--primary-color);content:"";height:100%;left:0;position:absolute;top:0;transition:width .3s ease;transition:width var(--transition-speed) ease;width:0;z-index:-1}.btn-outline:hover:before{width:100%}.btn-outline:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--box-shadow-lg);color:#fff;transform:translateY(-2px)}.feature-card,.gallery-card,.service-card,.team-card,.testimonial-card,.topper-card{overflow:hidden;position:relative}.feature-card:before,.gallery-card:before,.service-card:before,.team-card:before,.testimonial-card:before,.topper-card:before{background:linear-gradient(135deg,#4f46e5,#8b5cf6);background:linear-gradient(135deg,var(--primary-color),var(--accent-color));bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;transition:opacity var(--transition-speed) ease;z-index:-1}.feature-card:hover:before,.gallery-card:hover:before,.service-card:hover:before,.team-card:hover:before,.testimonial-card:hover:before,.topper-card:hover:before{opacity:.03}.spinner{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-top-color:#4f46e5;border:3px solid var(--border-color);border-radius:50%;border-top-color:var(--primary-color);height:40px;margin-bottom:var(--spacing-sm);width:40px}.theme-transitioning{pointer-events:none}.theme-transitioning *{transition-duration:.1s!important}.btn-outline,.btn-primary,.feature-card,.gallery-card,.service-card,.team-card,.testimonial-card,.topper-card{will-change:transform}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.btn-outline,.btn-primary,.feature-card,.gallery-card,.service-card,.team-card,.testimonial-card,.topper-card{will-change:auto}}.float{background-color:#25d366;border:2px solid #fff3;border-radius:50px;bottom:40px;box-shadow:0 4px 12px #25d3664d;color:#fff;font-size:30px;height:60px;position:fixed;right:40px;text-align:center;transition:all .3s ease;width:60px;z-index:1000}.float:hover{box-shadow:0 6px 20px #25d36666;transform:translateY(-2px) scale(1.05)}.float:active{transform:translateY(0) scale(1)}.my-float{margin-top:16px;transition:all .3s ease}[data-theme=dark] .float{border-color:#ffffff1a;box-shadow:0 4px 12px #25d36666}[data-theme=dark] .float:hover{box-shadow:0 6px 20px #25d36680}@media screen and (max-width:768px){.float{bottom:32px;font-size:26px;height:52px;right:20px;width:52px}.my-float{margin-top:12px}}@media screen and (max-width:480px){.float{bottom:20px;font-size:22px;height:48px;right:12px;width:48px}}.float-call{background-color:var(--surface-color);border:2px solid var(--primary-color);border-radius:50px;bottom:120px;box-shadow:0 4px 12px #4f46e54d;color:var(--primary-color);font-size:30px;height:60px;position:fixed;right:40px;text-align:center;transition:all .3s ease;width:60px;z-index:1000}.float-call:hover{background-color:var(--primary-color);box-shadow:0 6px 20px #4f46e566;color:#fff;transform:translateY(-2px) scale(1.05)}.float-call:active{transform:translateY(0) scale(1)}.my-float-call{margin-top:16px;transition:all .3s ease}[data-theme=dark] .float-call{background-color:var(--surface-elevated);box-shadow:0 4px 12px #6366f166}[data-theme=dark] .float-call:hover{box-shadow:0 6px 20px #6366f180}@media screen and (max-width:768px){.float-call{bottom:100px;font-size:26px;height:52px;right:24px;width:52px}.my-float-call{margin-top:12px}}@media screen and (max-width:480px){.float-call{bottom:84px;font-size:22px;height:48px;right:16px;width:48px}}
/*# sourceMappingURL=main.c2c0caf3.css.map*/