@import url(https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600;700;800&display=swap);@import url(https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css);:root{--primary-color:#450693;--primary-hover:#3a0578;--primary-light:#8c00ff;--primary-dark:#2d0459;--secondary-color:#8c00ff;--accent-color:#f59e0b;--success-color:#10b981;--warning-color:#f59e0b;--error-color:#ef4444;--background-light:#fff;--surface-light:#f8fafc;--text-primary-light:#1e293b;--text-secondary-light:#64748b;--border-light:#e2e8f0;--shadow-light:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--background-dark:#0f172a;--surface-dark:#1e293b;--text-primary-dark:#f1f5f9;--text-secondary-dark:#94a3b8;--border-dark:#334155;--gradient-primary:linear-gradient(135deg,#450693,#8c00ff);--gradient-secondary:linear-gradient(135deg,#8c00ff,#450693);--gradient-accent:linear-gradient(135deg,#f59e0b,#f97316)}html{scroll-behavior:smooth}#root,html{position:relative}#root{min-height:100vh}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;background:var(--background-light);color:#1e293b;color:var(--text-primary-light);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0!important;padding-top:5rem!important;transition:all .3s ease}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.flex{display:flex}.justify-between{justify-content:space-between}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.top-0{top:0}.left-0{left:0}.right-0{right:0}.bottom-0{bottom:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.space-x-1>*+*{margin-left:.25rem}.space-x-2>*+*{margin-left:.5rem}.space-x-3>*+*{margin-left:.75rem}.space-x-4>*+*{margin-left:1rem}.space-x-8>*+*{margin-left:2rem}.space-y-2>*+*{margin-top:.5rem}.gap-8{gap:2rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-4{padding-bottom:1rem;padding-top:1rem}.m-4{margin:1rem}.mx-auto{margin-left:auto;margin-right:auto}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-primary{color:#450693;color:var(--primary-color)}.text-secondary{color:#64748b;color:var(--text-secondary-light)}.bg-primary{background-color:#450693;background-color:var(--primary-color)}.bg-surface{background-color:#f8fafc;background-color:var(--surface-light)}.border{border:1px solid #e2e8f0;border:1px solid var(--border-light)}.border-2{border:2px solid #e2e8f0;border:2px solid var(--border-light)}.border-primary{border-color:#450693;border-color:var(--primary-color)}.rounded{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.shadow{box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow-light)}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.transition{transition:all .15s ease-in-out}.transition-colors{transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.transition-transform{transition:transform .15s ease-in-out}.hover\:scale-105:hover{transform:scale(1.05)}.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.focus\:outline-none:focus{outline:none}.focus\:ring-2:focus{box-shadow:0 0 0 2px #450693;box-shadow:0 0 0 2px var(--primary-color)}.btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .15s ease-in-out}.btn-primary{background:linear-gradient(135deg,#450693,#8c00ff);background:var(--gradient-primary)}.btn-primary:hover{box-shadow:0 10px 15px -3px #6366f14d;transform:translateY(-1px)}.btn-secondary{background:#f8fafc;background:var(--surface-light);border:1px solid #e2e8f0;border:1px solid var(--border-light);color:#1e293b;color:var(--text-primary-light)}.btn-secondary:hover{background:#fff;background:var(--background-light);transform:translateY(-1px)}.input{background:#f8fafc;background:var(--surface-light);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:.5rem;color:#1e293b;color:var(--text-primary-light);font-size:.875rem;padding:.75rem 1rem;transition:all .15s ease-in-out;width:100%}.input:focus{border-color:#450693;border-color:var(--primary-color);box-shadow:0 0 0 3px #6366f11a;outline:none}.textarea{min-height:120px;resize:vertical}.card{background:#f8fafc;background:var(--surface-light);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:.75rem;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow-light);padding:1.5rem;transition:all .15s ease-in-out}.card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-xl);transform:translateY(-2px)}.hidden{display:none}.overflow-hidden{overflow:hidden}.sticky{position:-webkit-sticky;position:sticky}.max-w-4xl{max-width:56rem}.max-w-3xl{max-width:48rem}.max-w-2xl{max-width:42rem}.h-8{height:2rem}.w-8{width:2rem}.w-12{width:3rem}.h-12{height:3rem}.w-16{width:4rem}.h-16{height:4rem}.w-20{width:5rem}.h-20{height:5rem}.w-48{width:12rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gap-4{gap:1rem}.gap-6{gap:1.5rem}@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:text-lg{font-size:1.125rem}.sm\:flex-row{flex-direction:row}}@media (min-width:768px){.md\:hidden{display:none}.md\:flex{display:flex}.md\:block{display:block}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:text-xl{font-size:1.25rem}.md\:text-4xl{font-size:2.25rem}}@media (min-width:1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:text-5xl{font-size:3rem}}.dark{background:#0f172a;background:var(--background-dark);color:#f1f5f9;color:var(--text-primary-dark)}.dark .bg-surface{background-color:#1e293b;background-color:var(--surface-dark)}.dark .border{border-color:#334155;border-color:var(--border-dark)}.dark .text-secondary{color:#94a3b8;color:var(--text-secondary-dark)}.dark .input{background:#1e293b;border-color:#334155;color:#f1f5f9;color:var(--text-primary-dark)}.dark .card,.dark .input{background:var(--surface-dark);border-color:var(--border-dark)}.dark .btn-secondary{background:#1e293b;background:var(--surface-dark);border-color:#334155;border-color:var(--border-dark);color:#f1f5f9;color:var(--text-primary-dark)}.dark .btn-secondary:hover{background:#0f172a;background:var(--background-dark)}.spinner{height:20px;width:20px}.katex{font-size:1.1em}.katex-display{margin:1rem 0}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-slideInLeft{animation:slideInFromLeft .6s ease-out}.animate-slideInRight{animation:slideInFromRight .6s ease-out}.animate-fadeInUp{animation:fadeInUp .6s ease-out}.animate-bounceIn{animation:bounceIn .6s ease-out}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#450693,#8c00ff);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text}.glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3}.dark .glass{background:#1e293b4d;border:1px solid #3341554d}.backdrop-blur-md{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.bg-opacity-90{background-color:#f8fafce6}.group:hover .group-hover\:scale-110{transform:scale(1.1)}.group:hover .group-hover\:text-primary{color:#450693;color:var(--primary-color)}.cursor-pointer{cursor:pointer}.leading-relaxed{line-height:1.625}.italic{font-style:italic}.fill-current{fill:currentColor}.text-yellow-400{color:#facc15}.text-white{color:#fff}.mr-2{margin-right:.5rem}.ml-2{margin-left:.5rem}.mr-4{margin-right:1rem}.mb-2{margin-bottom:.5rem}.mb-6{margin-bottom:1.5rem}.mb-16{margin-bottom:4rem}.py-20{padding-bottom:5rem;padding-top:5rem}.px-8{padding-left:2rem;padding-right:2rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.text-center{text-align:center}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.bg-gradient-to-br{background:linear-gradient(135deg,#450693,#8c00ff);background:var(--gradient-primary)}.from-blue-500{background:linear-gradient(135deg,#3b82f6,#06b6d4)}.from-purple-500{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.from-green-500{background:linear-gradient(135deg,#10b981,#059669)}.from-orange-500{background:linear-gradient(135deg,#f97316,#ef4444)}.navbar,nav.navbar{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fffffffa!important;border-bottom:1px solid #e2e8f0cc;box-shadow:0 2px 10px #0000001a;left:0!important;margin:0!important;padding:0!important;position:fixed!important;right:0!important;top:0!important;transform:none!important;transition:all .3s ease;width:100%!important;z-index:9999!important}.navbar-container{margin:0 auto;max-width:1200px;padding:0 1rem}.navbar-content{flex-wrap:nowrap;height:5rem;justify-content:space-between;width:100%}.navbar-content,.navbar-logo{align-items:center;display:flex}.navbar-logo{flex-shrink:0;gap:.5rem;margin-right:10px;text-decoration:none;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.05)}.navbar-logo-icon{align-items:center;border-radius:12px;color:#fff;display:flex;font-size:1.25rem;font-weight:700;height:3.75rem;justify-content:center;width:3.75rem}.navbar-logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#450693,#8c00ff);-webkit-background-clip:text;background-clip:text;font-size:1.375rem;font-weight:700;letter-spacing:-.025em}.nav_link_front{align-items:center;border-radius:12px;color:#64748b;display:flex;flex-shrink:0;font-size:.925rem;font-weight:500;gap:.5rem;padding:.625rem 1rem;position:relative;text-decoration:none;transition:all .3s ease;white-space:nowrap}.nav_link_front.active{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#450693,#8c00ff);-webkit-background-clip:text;background-clip:text;background-color:initial!important;box-shadow:none;font-weight:600}.nav_link_front:hover{background:#4506931a;box-shadow:0 4px 12px #45069326;color:#450693;transform:translateY(-2px)}.nav_link_front.active:hover{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#450693,#8c00ff);-webkit-background-clip:text;background-clip:text;background-color:initial!important;box-shadow:none;transform:translateY(-2px)}.nav_link_front.active svg{color:var(--primary-color)}.navbar-nav{align-items:center;display:contents!important;flex-direction:row;flex-wrap:nowrap;gap:2rem;justify-content:center}@media (max-width:767px){.navbar-nav{display:none!important}.navbar-logo{margin-right:0}}.nav-item,.nav-link{position:relative}.nav-link{align-items:center;border-radius:12px;color:#64748b;display:flex;flex-shrink:0;font-size:.925rem;font-weight:500;gap:.5rem;padding:.625rem 1rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.nav-link:hover{background:#667eea1a;box-shadow:0 4px 12px #667eea26;color:#667eea;transform:translateY(-2px)}.nav-link.active{background:#667eea26;box-shadow:0 2px 8px #667eea33;color:#667eea;font-weight:600}.nav-link.active:after{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;bottom:-.75rem;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:2rem}.navbar-actions{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:1rem;justify-content:flex-end}.credits-badge{align-items:center;background:#4506931f;border:1px solid #45069340;border-radius:9999px;box-shadow:0 2px 6px #45069326;color:#450693;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:600;height:2.25rem;justify-content:center;min-width:2.25rem;padding:0 .5rem;transition:all .2s ease}.credits-badge:hover{background:#4506932e;box-shadow:0 6px 14px #45069340;transform:translateY(-2px)}.theme-toggle{align-items:center;background:#ffffffe6;border:1px solid #e2e8f0cc;border-radius:12px;box-shadow:0 2px 4px #0000000d;color:#64748b;cursor:pointer;display:flex;height:2.75rem;justify-content:center;transition:all .3s ease;width:2.75rem}.theme-toggle:hover{background:#667eea1a;box-shadow:0 4px 12px #667eea26;color:#667eea;transform:scale(1.05)}.user-menu{position:relative}.user-menu-button{align-items:center;background:#ffffffe6;border:1px solid #e2e8f0cc;border-radius:12px;box-shadow:0 2px 4px #0000000d;cursor:pointer;display:flex;gap:.75rem;padding:.5rem .75rem;transition:all .3s ease}.user-menu-button:hover{background:#667eea1a;box-shadow:0 4px 12px #667eea26;transform:translateY(-1px)}.user-avatar{background:linear-gradient(135deg,#450693,#8c00ff);box-shadow:0 2px 8px #4506934d;font-size:.9rem;height:2.25rem;width:2.25rem}.user-name{color:#374151;display:none;font-size:.875rem;font-weight:500}.dropdown-item{padding:10px!important}@media (min-width:768px){.user-name{display:block}}.user-dropdown{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fffffffa;border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:0 20px 40px #00000026;overflow:hidden;padding:0;position:absolute;right:0;top:calc(100% + .75rem);width:20rem;z-index:10000}.dropdown-header{align-items:center;background:linear-gradient(135deg,#450693,#8c00ff);border-bottom:none;color:#fff;display:flex;margin:0;min-height:4.5rem;padding:1rem 1.25rem}.dropdown-user-row{align-items:center;display:flex;gap:.75rem;padding:15px;width:100%}.dropdown-user-meta{display:flex;flex:1 1;flex-direction:column;justify-content:center}.dropdown-user-name{color:#fff;font-size:.95rem;font-weight:600;line-height:1.2}.dropdown-credits{color:#ffffffe6;font-size:.8rem;line-height:1;margin-top:.25rem}.dropdown-header .user-avatar{background:#fff3;border:2px solid #ffffff4d;flex-shrink:0;height:2.5rem;width:2.5rem}.dropdown-item{align-items:center;background:none;border:none;border-bottom:1px solid #0000000d;color:#374151;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.75rem;padding:.875rem 1.25rem;text-decoration:none;transition:all .2s ease;width:100%}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background:#667eea14;color:#667eea}.dropdown-item svg{color:#9ca3af;transition:color .2s ease}.dropdown-item:hover svg{color:#667eea}.dropdown-divider{background:#00000014;border:none;height:1px;margin:0}.logout-item{border-top:1px solid #00000014;color:#ef4444!important}.logout-item:hover{background:#ef444414!important;color:#dc2626!important}.logout-item svg{color:#ef4444!important}.logout-item:hover svg{color:#dc2626!important}.auth-buttons{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:.75rem;justify-content:center}@media (max-width:767px){.auth-buttons{display:none}}.auth-button{border:none;border-radius:12px;box-shadow:0 2px 4px #0000000d;cursor:pointer;font-size:.9rem;font-weight:500;padding:.625rem 1.25rem;text-decoration:none;transition:all .3s ease}.auth-button.secondary{background:#ffffffe6;border:1px solid #e2e8f0cc;color:#374151}.auth-button.secondary:hover{background:#667eea0d;box-shadow:0 4px 12px #667eea1a;color:#667eea;transform:translateY(-2px)}.auth-button.primary{background:linear-gradient(135deg,#450693,#8c00ff);color:#fff}.auth-button.primary:hover{box-shadow:0 8px 20px #45069366;transform:translateY(-2px)}.mobile-menu-button{align-items:center;background:#ffffffe6;border:1px solid #e2e8f0cc;border-radius:12px;box-shadow:0 2px 4px #0000000d;color:#64748b;cursor:pointer;display:none;height:2.75rem;justify-content:center;transition:all .3s ease;width:2.75rem}@media (max-width:767px){.mobile-menu-button{display:flex}}.mobile-menu-button:hover{background:#6366f114;color:var(--primary-color)}.mobile-menu{border-top:1px solid #e2e8f0cc;display:block;margin-top:1rem;padding-bottom:1rem;padding-top:1rem}@media (min-width:768px){.mobile-menu{display:none}}.mobile-nav{display:flex;flex-direction:column;gap:.5rem}.mobile-nav-link{align-items:center;border-radius:8px;color:#64748b;display:flex;font-size:.9rem;font-weight:500;gap:.75rem;padding:.75rem 1rem;text-decoration:none;transition:all .3s ease}.mobile-nav-link:hover{background:#6366f114;color:var(--primary-color)}.mobile-nav-link.active{background:#6366f11f;color:var(--primary-color);font-weight:600}.mobile-auth{border-top:1px solid #e2e8f0cc;display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;padding-top:1rem}.mobile-auth-button{border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;padding:.75rem 1rem;text-align:center;text-decoration:none;transition:all .3s ease}.mobile-auth-button.secondary{background:#f8fafccc;border:1px solid #e2e8f0cc;color:#374151}.mobile-auth-button.primary{background:var(--gradient-primary);color:#fff}.dark .navbar{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#0f172afa!important;border-bottom-color:#334155cc}.dark .nav-link{color:#94a3b8}.dark .nav-link:hover{background:#6366f11f;color:var(--primary-color)}.dark .nav-link.active{background:#6366f126;color:var(--primary-color)}.dark .nav_link_front{color:grey}.dark .nav_link_front .font-medium{color:grey!important}.dark .nav_link_front:hover{background:#6366f11f;color:var(--primary-color)}.dark .nav_link_front.active{background-color:initial!important;box-shadow:none;color:var(--primary-color);font-weight:600}.dark .nav_link_front.active svg{color:var(--primary-color)}.dark .theme-toggle{color:#94a3b8}.dark .theme-toggle,.dark .user-menu-button{background:#1e293bcc;border-color:#334155cc}.dark .user-name{color:#e2e8f0}.dark .user-dropdown{background:#1e293b;border-color:#334155cc}.dark .dropdown-item{color:#e2e8f0}.dark .dropdown-divider{background:#334155cc}.dark .auth-button.secondary{background:#1e293bcc;border-color:#334155cc;color:#e2e8f0}.dark .mobile-menu-button{background:#1e293bcc;border-color:#334155cc;color:#94a3b8}.dark .mobile-nav-link{color:#94a3b8}.dark .mobile-auth-button.secondary{background:#1e293bcc;border-color:#334155cc;color:#e2e8f0}.footer{background:linear-gradient(135deg,#0f172a,#1e293b 50%,#334155);border-top:1px solid #45069333;color:#fff;overflow:hidden;position:relative}.footer:before{background:var(--gradient-primary);box-shadow:0 0 20px #45069380;content:"";height:3px;left:0;position:absolute;right:0;top:0}.footer:after{background:radial-gradient(circle,#4506931a 0,#0000 70%);border-radius:50%;content:"";height:300px;pointer-events:none;position:absolute;right:-10%;top:-50%;width:300px}.footer-container{margin:0 auto;max-width:1200px;padding:4rem 1rem 2rem;position:relative;z-index:1}.footer-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.footer-grid{align-items:flex-start;gap:4rem;grid-template-columns:2.5fr 1fr 1fr}}.footer-brand{margin-bottom:3rem}.footer-logo{align-items:center;border-radius:12px;display:flex;gap:.75rem;margin-bottom:2rem;padding:.5rem;text-decoration:none;transition:all .3s ease}.footer-logo:hover{background:#4506931a;transform:translateY(-3px)}.footer-logo-icon{align-items:center;border-radius:12px;box-shadow:0 4px 12px #4506934d;color:#fff;display:flex;font-size:1.25rem;font-weight:700;height:2.5rem;justify-content:center;margin-right:.75rem;width:2.5rem}.footer-logo-text{-webkit-text-fill-color:#0000;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.footer-description{color:#fff;line-height:1.6;margin-bottom:2rem;max-width:400px}.social-links{margin-top:1rem}.social-link{background:#45069326;border:2px solid #4506934d;border-radius:12px;height:3rem;overflow:hidden;text-decoration:none;width:3rem}.social-link,.social-link svg{color:#fff!important;position:relative}.social-link svg{transition:transform .3s ease;z-index:2}.social-link:hover{background:var(--gradient-primary)!important;border-color:var(--primary-color);box-shadow:0 10px 25px #45069366;color:#fff!important;transform:translateY(-4px)}.social-link:hover svg{color:#fff!important;transform:scale(1.1)}.footer-section{margin-bottom:2rem}.footer-title{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;position:relative}.footer-title:after{background:var(--gradient-primary);border-radius:1px;bottom:-.5rem;content:"";height:2px;left:0;position:absolute;width:2rem}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.footer-link{color:#fff;font-size:.9rem;padding-left:0;position:relative;text-decoration:none;transition:all .3s ease}.footer-link:hover{background:#4506930d;border-radius:4px;color:var(--primary-color);padding:.25rem .5rem .25rem .75rem}.footer-link:before{background:var(--primary-color);content:"";height:2px;left:-.5rem;position:absolute;top:50%;transform:translateY(-50%);transition:width .3s ease;width:0}.footer-link:hover:before{width:.25rem}.newsletter-section{background:#4506930d;border-radius:20px;border-top:1px solid #45069333;margin-top:4rem;overflow:hidden;padding:3rem 2rem;position:relative;text-align:center}.newsletter-section:before{animation:rotate 20s linear infinite;background:radial-gradient(circle,#4506931a 0,#0000 50%);content:"";height:200%;left:-50%;pointer-events:none;position:absolute;top:-50%;width:200%}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.newsletter-title{-webkit-text-fill-color:#0000;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:#e2e8f0;font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.newsletter-description{color:#94a3b8;font-size:1rem;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:450px}.newsletter-form{display:flex;gap:1rem;margin:0 auto;max-width:450px;position:relative;z-index:1}.newsletter-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172acc;border:2px solid #4506934d;border-radius:12px;color:#e2e8f0;flex:1 1;font-size:1rem;outline:none;padding:1rem 1.25rem;transition:all .3s ease}.newsletter-input:focus{background:#0f172ae6;border-color:var(--primary-color);box-shadow:0 0 0 4px #45069333;transform:translateY(-2px)}.newsletter-input::placeholder{color:#64748b}.newsletter-button{background:var(--gradient-primary);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .3s ease;white-space:nowrap}.newsletter-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.newsletter-button:hover:before{left:100%}.newsletter-button:hover{box-shadow:0 15px 35px #45069366;transform:translateY(-3px)}.footer-bottom{align-items:center;border-top:1px solid #45069333;display:flex;flex-direction:column;gap:1rem;margin-top:4rem;padding-top:2rem}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-credits{align-items:center;color:#fff;display:flex;font-size:.875rem;gap:.5rem}.heart-icon{animation:heartbeat 2s ease-in-out infinite;color:#ef4444}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.footer-actions{align-items:center;display:flex;gap:2rem}.footer-copyright{color:#fff;font-size:.875rem}.footer-cta{background:linear-gradient(135deg,#450693,#8c00ff);border-radius:16px;box-shadow:0 10px 30px #4506934d;margin:2rem 0;padding:3rem 2rem;text-align:center}.footer-cta-content{margin:0 auto;max-width:600px}.footer-cta-headline{color:#fff;font-size:1.75rem;font-weight:700;line-height:1.3;margin-bottom:2rem}.footer-cta-button{align-items:center;background:#fff;border:2px solid #fff;border-radius:12px;box-shadow:0 4px 12px #00000026;color:#450693;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.footer-cta-button:hover{background:#ffffffe6;box-shadow:0 8px 20px #0003;color:#3a0578;transform:translateY(-2px)}.footer-cta-button:active{transform:translateY(0)}.scroll-top-button{align-items:center;background:#6366f11a;border:1px solid #6366f14d;border-radius:50%;box-shadow:0 2px 8px #6366f11a;color:var(--primary-color);cursor:pointer;display:flex;height:2.5rem;justify-content:center;transition:all .3s ease;width:2.5rem}.scroll-top-button:hover{background:#6366f133;box-shadow:0 10px 20px #6366f14d;transform:translateY(-3px)}.dark .footer{background:linear-gradient(135deg,#0f172a,#1e293b)}.dark .footer-description,.dark .footer-link{color:#fff}.dark .newsletter-input{background:#0f172a80;border-color:#1e293b80}.dark .newsletter-input:focus{background:#0f172acc}@media (max-width:768px){.footer-cta{margin:1.5rem 0;padding:2rem 1.5rem}.footer-cta-headline{font-size:1.5rem;margin-bottom:1.5rem}.footer-cta-button{font-size:.95rem;padding:.875rem 1.75rem}}@media (max-width:640px){.footer-container{padding:2rem 1rem}.newsletter-form{flex-direction:column}.newsletter-button{width:100%}.social-links{justify-content:center}}.home-container{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);min-height:calc(100vh - 4rem)}.hero-section{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:6rem 1rem;text-align:center}.hero-title{color:#1e293b;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{color:#64748b;font-size:1.25rem;line-height:1.6;margin:0 auto 2rem;max-width:700px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hero-button{border-radius:8px;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.hero-button.primary{background:var(--gradient-primary);border:none;color:#fff}.hero-button.primary:hover{box-shadow:0 10px 25px #6366f14d;transform:translateY(-5px)}.hero-button.secondary{background:#fff;border:2px solid var(--primary-color);color:var(--primary-color)}.hero-button.secondary:hover{background:#6366f10d;transform:translateY(-5px)}.features-section{background:#fff;padding:3rem 1rem}.section-title{margin-bottom:.75rem;text-align:center}.section-subtitle{color:#64748b;font-size:1rem;line-height:1.5;margin:0 auto 2rem;max-width:700px;text-align:center}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 5px 15px #0000000d;display:flex;flex-direction:column;height:100%;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 20px 35px #0000001a;transform:translateY(-10px)}.feature-icon{align-items:center;border:1px solid #45069333;border-radius:50%;box-shadow:0 2px 8px #4506931a;display:flex;height:3rem;justify-content:center;width:3rem}.feature-icon,.feature-title{font-size:1.25rem;margin-bottom:1rem}.feature-title{color:#1e293b;font-weight:600}.feature-description{color:#64748b;flex-grow:1;font-size:1rem;line-height:1.7}.how-it-works-section,.stats-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:5rem 1rem}.steps-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));position:relative}.step-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 25px #0000000d;padding:2rem;position:relative;text-align:center;transition:transform .3s ease}.step-card:hover{transform:translateY(-10px)}.step-number{background:var(--gradient-primary);box-shadow:0 10px 20px #6366f14d;font-size:1.75rem;font-weight:700;height:5rem;margin:0 auto 1.5rem;width:5rem}.step-title{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.step-description{color:#64748b;font-size:1rem;line-height:1.7;margin-top:.5rem}.step-connector{background:var(--gradient-primary);height:2px;position:absolute;right:-2rem;top:50%;width:2rem;z-index:-1}.audience-section{background:#fff;padding:4rem 0}.audience-subtitle{color:#450693;font-size:1.5rem;font-style:italic;font-weight:700;margin-top:1rem}.audience-content{margin:0 auto;max-width:600px;text-align:center}.audience-description{color:#475569;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;text-align:center}.audience-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-left:auto;margin-right:auto;margin-top:2rem;max-width:1200px}.audience-item-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px #0000000d;padding:2rem 1.5rem;text-align:center;transition:all .3s ease}.audience-item-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-5px) scale(1.02)}.audience-icon{align-items:center;background:linear-gradient(135deg,#450693,#8c00ff);border-radius:50%;box-shadow:0 4px 12px #4506934d;display:flex;height:4rem;justify-content:center;margin:0 auto 1.5rem;width:4rem}.audience-emoji{display:block;font-size:1.75rem}.audience-item-title{color:#1e293b;font-size:1.1rem;font-weight:600;line-height:1.4;margin:0}.stats-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1200px}.stat-card{background:#fff;box-shadow:0 10px 25px #0000000d;padding:2rem}.stat-icon{background:var(--gradient-primary);font-size:1.5rem;height:4rem;margin:0 auto 1.5rem;width:4rem}.stat-value{font-size:2.5rem;margin-bottom:.5rem}.stat-label{font-size:1rem}.testimonials-section{background:#fff;padding:5rem 1rem}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.testimonial-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 25px #0000000d;display:flex;flex-direction:column;height:100%;padding:2rem}.testimonial-content{color:#475569;flex-grow:1;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;position:relative}.testimonial-content:before{color:#6366f11a;content:'"';font-family:serif;font-size:4rem;left:-1rem;position:absolute;top:-1rem}.author-avatar,.testimonial-author{align-items:center;display:flex}.author-avatar{background:var(--gradient-primary);border-radius:50%;color:#fff;font-weight:600;height:3rem;justify-content:center;margin-right:1rem;width:3rem}.author-info{display:flex;flex-direction:column}.author-name{color:#1e293b;font-size:1rem;font-weight:600}.author-role{color:#64748b;font-size:.875rem}.cta-section{padding:5rem 1rem}.cta-section.no-margin{margin-bottom:0;margin-top:0}.toggle-switch{background:var(--gradient-primary);border-radius:30px;height:30px;margin:0 1rem;padding:4px;width:60px}.toggle-slider{background:#fff;height:22px;transition:transform .3s ease;width:22px}.toggle-slider.yearly{transform:translateX(30px)}.dark .home-container{background:linear-gradient(135deg,#0f172a,#1e293b)}.dark .hero-title{color:#f1f5f9}.dark .hero-subtitle{color:#94a3b8}.dark .hero-button.secondary{background:#1e293b;border-color:#f1f5f9;color:#f1f5f9}.dark .hero-button.secondary:hover{background:#f1f5f91a}.features-section{background:linear-gradient(135deg,#e0f2fe,#f0f9ff);padding:4rem 0}.dark .features-section{background:#0f172a}.dark .section-subtitle{color:#94a3b8}.dark .feature-card{background:#1e293b;border-color:#334155}.dark .feature-title{color:#f1f5f9}.dark .feature-description{color:#94a3b8}.dark .stats-section{background:linear-gradient(135deg,#0f172a,#1e293b)}.dark .stat-card{background:#1e293b}.dark .testimonials-section{background:#0f172a}.dark .testimonial-card{background:#1e293b;border-color:#334155}.dark .testimonial-content{color:#cbd5e1}.dark .author-name{color:#f1f5f9}.dark .audience-section{background:#0f172a}.dark .audience-subtitle{color:#8c00ff}.dark .audience-description{color:#cbd5e1}.dark .audience-item-card{background:#334155;border-color:#475569}.dark .audience-item-title{color:#f1f5f9}@media (max-width:768px){.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.hero-buttons{flex-direction:column;max-width:300px;width:100%}.stats-grid{grid-template-columns:repeat(2,1fr)}.audience-card{padding:2rem 1.5rem}.audience-header{margin-bottom:1.5rem}.audience-grid{gap:1rem;grid-template-columns:1fr}.audience-item-card{padding:1.5rem 1rem}.audience-icon{height:3.5rem;margin-bottom:1rem;width:3.5rem}.audience-emoji{font-size:1.5rem}.audience-item-title{font-size:1rem}}.solver-container{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);min-height:calc(100vh - 4rem);padding:2rem 1rem}.solver-header{margin-bottom:2rem;text-align:center}.solver-textarea{background:#ffffff14!important;border:1px solid var(--border-color)!important;border-radius:.375rem!important;color:#000!important;font-size:.875rem!important;padding:.5rem .75rem!important;transition:all .15s ease-in-out!important}.solver-title{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.solver-subtitle{color:#64748b;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px}.solver-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 25px #0000000d;margin-bottom:2rem;margin-left:auto;margin-right:auto;padding:1.5rem}.solver-card-header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.solver-card-title{align-items:center;color:#1e293b;display:flex;font-size:1.25rem;font-weight:600;gap:.5rem}.solver-card-title svg{color:var(--primary-color)}.solver-input-area{position:relative}.solver-textarea{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;font-family:Courier New,monospace;font-size:1rem;line-height:1.5;min-height:120px;padding:1rem;resize:vertical;transition:all .3s ease;width:100%}.solver-textarea:focus{background:#fff;border-color:var(--primary-color);box-shadow:0 0 0 3px #6366f11a;outline:none}.solver-tip{color:#64748b;font-size:.875rem;font-style:italic;margin-top:.5rem}.solver-actions{display:flex;justify-content:flex-end;margin-top:1rem}.solver-button{align-items:center;background:var(--gradient-primary);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.solver-button:hover{box-shadow:0 10px 15px #6366f14d;transform:translateY(-2px)}.solver-button:active{transform:translateY(0)}.solver-button:disabled{cursor:not-allowed;opacity:.7}.solver-button svg{font-size:1.25rem}.solver-examples{margin:0 auto;max-width:800px}.examples-header{align-items:center;color:#1e293b;display:flex;font-size:1.25rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.examples-header svg{color:var(--primary-color)}.example-list{display:flex;flex-direction:column;gap:.5rem}.example-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;font-family:Courier New,monospace;font-size:.9rem;padding:.75rem 1rem;text-align:left;transition:all .3s ease}.example-item:hover{background:#f8fafc;border-color:var(--primary-color)}.settings-section{margin:2rem auto 0;max-width:800px}.settings-header{align-items:center;color:#1e293b;display:flex;font-size:1.25rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.settings-header svg{color:var(--primary-color)}.settings-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 25px #0000000d;padding:1.5rem}.settings-group{margin-bottom:1.5rem}.settings-group-title{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:1rem}.radio-group{display:flex;flex-direction:column;gap:.75rem}.radio-option{align-items:flex-start;display:flex;gap:.75rem}.radio-input{accent-color:var(--primary-color);height:1rem;margin-top:.25rem;width:1rem}.radio-label{display:flex;flex-direction:column}.radio-title{color:#1e293b;font-weight:500}.radio-description{color:#64748b;font-size:.875rem}.checkbox-option{align-items:flex-start;display:flex;gap:.75rem;margin-top:1rem}.checkbox-input{accent-color:var(--primary-color);height:1rem;margin-top:.25rem;width:1rem}.dark .solver-container{background:linear-gradient(135deg,#0f172a,#1e293b)}.dark .solver-title{color:#f1f5f9}.dark .solver-subtitle{color:#94a3b8}.dark .solver-card{background:#1e293b;border-color:#334155}.dark .solver-card-header{border-bottom-color:#334155}.dark .solver-card-title{color:#f1f5f9}.dark .solver-textarea{background:#334155;border-color:#475569;color:#f1f5f9}.dark .solver-textarea:focus{background:#475569}.dark .solver-tip{color:#94a3b8}.dark .examples-header{color:#f1f5f9}.dark .example-item{background:#1e293b;border-color:#334155;color:#f1f5f9}.dark .example-item:hover{background:#334155}.dark .settings-header{color:#f1f5f9}.dark .settings-card{background:#1e293b;border-color:#334155}.dark .radio-title,.dark .settings-group-title{color:#f1f5f9}.dark .radio-description{color:#94a3b8}.spinner{border:2px solid #f3f4f6;border-top:2px solid var(--primary-color);height:16px;width:16px}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;max-height:80vh;max-width:32rem;overflow-y:auto;width:100%}.dark .modal-content{background:#1f2937}.streaming-solution{word-wrap:break-word;background:#f8fafc;border-radius:8px;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;min-height:200px;padding:1rem;white-space:pre-wrap}.dark .streaming-solution{background:#374151;color:#f3f4f6}.streaming-cursor{animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.example-item{cursor:pointer;transition:all .2s ease}.example-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.dark .example-item:hover{box-shadow:0 4px 12px #0000004d}.button-group,.secondary-button{align-items:center;display:flex;gap:.5rem}.secondary-button{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;color:#475569;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.secondary-button:hover{background:#e2e8f0;border-color:#cbd5e1}.dark .secondary-button{background:#374151;border-color:#4b5563;color:#d1d5db}.dark .secondary-button:hover{background:#4b5563;border-color:#6b7280}.history-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000a;margin-bottom:.75rem;overflow:hidden;padding:1rem;position:relative}.history-item:before{background:linear-gradient(135deg,#667eea,#764ba2);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:4px}.history-item:hover{background:#fffffffa;border-color:#667eea;box-shadow:0 8px 25px #667eea26;transform:translateY(-2px)}.history-item:hover:before{opacity:1}.dark .history-item{background:#1f2937;border-color:#374151}.dark .history-item:hover{background:#374151;border-color:var(--primary-color)}.history-meta{align-items:center;display:flex;justify-content:space-between;margin-top:.25rem}.method-badge{background:#e5e7eb;border-radius:4px;color:#374151;font-size:.75rem;font-weight:500;padding:.25rem .5rem;text-transform:capitalize}.dark .method-badge{background:#4b5563;color:#d1d5db}.solution-content{font-family:Inter,system-ui,-apple-system,sans-serif}.formatted-solution{display:flex;flex-direction:column;gap:1.5rem}.solution-section-title{color:#4b5563;font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.dark .solution-section-title{color:#e5e7eb}.step-by-step{display:flex;flex-direction:column;gap:.5rem}.solution-line{align-items:flex-start;display:flex;line-height:1.6;padding:.25rem 0}.step-header{color:#1e40af;font-weight:500;position:relative}.dark .step-header{color:#93c5fd}.step-number{align-items:center;background-color:#3b82f6;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.75rem;font-weight:600;height:1.5rem;justify-content:center;margin-right:.75rem;width:1.5rem}.line-content{flex:1 1}.final-answer{color:#059669;font-weight:600}.dark .final-answer{color:#34d399}.final-answer-section{background-color:#f0fdf4;border-left:4px solid #10b981;border-radius:.375rem;padding:1rem}.dark .final-answer-section{background-color:#10b9811a}.final-answer-content{color:#059669;font-size:1.125rem;font-weight:600}.dark .final-answer-content{color:#34d399}.explanation-section{background-color:#eff6ff;border-left:4px solid #3b82f6;border-radius:.375rem;padding:1rem}.dark .explanation-section{background-color:#3b82f61a}.explanation-content{color:#1e40af;font-style:italic}.dark .explanation-content{color:#93c5fd}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-4,.col-md-8{padding-left:15px;padding-right:15px}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}@media (max-width:768px){.col-md-4,.col-md-8{flex:0 0 100%;margin-bottom:1rem;max-width:100%}.row{margin-left:0;margin-right:0}.col-md-4,.col-md-8{padding-left:0;padding-right:0}}@media (max-width:640px){.solver-title{font-size:2rem}.solver-card{padding:1.25rem}.solver-textarea{min-height:100px}.button-group{align-items:stretch;flex-direction:column}.modal-content{margin:1rem;max-height:calc(100vh - 2rem)}.streaming-solution{font-size:.875rem;padding:.75rem}.solution-section-title{font-size:1rem}.step-number{font-size:.7rem;height:1.25rem;width:1.25rem}.final-answer-content{font-size:1rem}}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_AMS-Regular.73ea273a72f4aca30ca5.woff2) format("woff2"),url(/static/media/KaTeX_AMS-Regular.d562e886c52f12660a41.woff) format("woff"),url(/static/media/KaTeX_AMS-Regular.853be92419a6c3766b9a.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/static/media/KaTeX_Caligraphic-Bold.a1abf90dfd72792a577a.woff2) format("woff2"),url(/static/media/KaTeX_Caligraphic-Bold.d757c535a2e5902f1325.woff) format("woff"),url(/static/media/KaTeX_Caligraphic-Bold.7489a2fbfb9bfe704420.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Caligraphic-Regular.d6484fce1ef428d5bd94.woff2) format("woff2"),url(/static/media/KaTeX_Caligraphic-Regular.db074fa22cf224af93d7.woff) format("woff"),url(/static/media/KaTeX_Caligraphic-Regular.7e873d3833eb108a0758.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/static/media/KaTeX_Fraktur-Bold.931d67ea207ab37ee693.woff2) format("woff2"),url(/static/media/KaTeX_Fraktur-Bold.354501bac435c3264834.woff) format("woff"),url(/static/media/KaTeX_Fraktur-Bold.4c761b3711973ab04edf.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Fraktur-Regular.172d3529b26f8cedef6b.woff2) format("woff2"),url(/static/media/KaTeX_Fraktur-Regular.6fdf0ac577be0ba82a4c.woff) format("woff"),url(/static/media/KaTeX_Fraktur-Regular.ed305b5434865e06ffde.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/static/media/KaTeX_Main-Bold.39890742bc957b368704.woff2) format("woff2"),url(/static/media/KaTeX_Main-Bold.0c3b8929d377c0e9b2f3.woff) format("woff"),url(/static/media/KaTeX_Main-Bold.8169508bf58f8bd92ad8.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/static/media/KaTeX_Main-BoldItalic.20f389c4120be058d80a.woff2) format("woff2"),url(/static/media/KaTeX_Main-BoldItalic.428978dc7837d46de091.woff) format("woff"),url(/static/media/KaTeX_Main-BoldItalic.828abcb200061cffbaae.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/static/media/KaTeX_Main-Italic.fe2176f79edaa716e621.woff2) format("woff2"),url(/static/media/KaTeX_Main-Italic.fd947498bc16392e76c2.woff) format("woff"),url(/static/media/KaTeX_Main-Italic.fa675e5e4bec9eb250b6.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Main-Regular.f650f111a3b890d116f1.woff2) format("woff2"),url(/static/media/KaTeX_Main-Regular.4f35fbcc9ee8614c2bcc.woff) format("woff"),url(/static/media/KaTeX_Main-Regular.9eba1d77abcf2aa6e94e.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/static/media/KaTeX_Math-BoldItalic.dcbcbd93bac0470b462d.woff2) format("woff2"),url(/static/media/KaTeX_Math-BoldItalic.3f07ed67f06c720120ce.woff) format("woff"),url(/static/media/KaTeX_Math-BoldItalic.bf2d440b3a42ea78a998.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/static/media/KaTeX_Math-Italic.6d3d25f4820d0da8f01f.woff2) format("woff2"),url(/static/media/KaTeX_Math-Italic.96759856b4e70f3a8338.woff) format("woff"),url(/static/media/KaTeX_Math-Italic.8a5f936332e8028c7278.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:700;src:url(/static/media/KaTeX_SansSerif-Bold.95591a929f0d32aa282a.woff2) format("woff2"),url(/static/media/KaTeX_SansSerif-Bold.b9cd458ac6d5889ff9c3.woff) format("woff"),url(/static/media/KaTeX_SansSerif-Bold.5b49f4993ae22d7975b4.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:italic;font-weight:400;src:url(/static/media/KaTeX_SansSerif-Italic.7d393d382f3e7fb1c637.woff2) format("woff2"),url(/static/media/KaTeX_SansSerif-Italic.8d593cfaa96238d5e2f8.woff) format("woff"),url(/static/media/KaTeX_SansSerif-Italic.b257a18c016f37ee4543.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:400;src:url(/static/media/KaTeX_SansSerif-Regular.cd5e231e0cc53b2cb2c0.woff2) format("woff2"),url(/static/media/KaTeX_SansSerif-Regular.02271ec5cb9f5b4588ac.woff) format("woff"),url(/static/media/KaTeX_SansSerif-Regular.2f7bc363fc5424ebda59.ttf) format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Script-Regular.c81d1b2a4b75d3eded60.woff2) format("woff2"),url(/static/media/KaTeX_Script-Regular.073b3402d036714b4370.woff) format("woff"),url(/static/media/KaTeX_Script-Regular.fc9ba5249878cd8f8d88.ttf) format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Size1-Regular.6eec866c69313624be60.woff2) format("woff2"),url(/static/media/KaTeX_Size1-Regular.0108e89c9003e8c14ea3.woff) format("woff"),url(/static/media/KaTeX_Size1-Regular.6de7d4b539221a49e9e2.ttf) format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Size2-Regular.2960900c4f271311eb36.woff2) format("woff2"),url(/static/media/KaTeX_Size2-Regular.3a99e70aee4076660d38.woff) format("woff"),url(/static/media/KaTeX_Size2-Regular.57f5c1837853986ea1db.ttf) format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Size3-Regular.e1951519f6f0596f7356.woff2) format("woff2"),url(/static/media/KaTeX_Size3-Regular.7947224e8a9914fa332b.woff) format("woff"),url(/static/media/KaTeX_Size3-Regular.8d6b6822586eea3d3b20.ttf) format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Size4-Regular.e418bf257af1052628d8.woff2) format("woff2"),url(/static/media/KaTeX_Size4-Regular.aeffd8025cba3647f1a6.woff) format("woff"),url(/static/media/KaTeX_Size4-Regular.4ad7c7e8bb8d10a34bb7.ttf) format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Typewriter-Regular.c295e7f71970f03c0549.woff2) format("woff2"),url(/static/media/KaTeX_Typewriter-Regular.4c6b94fd1d07f8beff7c.woff) format("woff"),url(/static/media/KaTeX_Typewriter-Regular.c5c02d763c89380dcb4e.ttf) format("truetype")}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.22"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}:root{--primary-gradient:linear-gradient(135deg,#696cff,#8b5cf6);--secondary-gradient:linear-gradient(135deg,#71dd37,#4ade80);--success-gradient:linear-gradient(135deg,#71dd37,#22c55e);--warning-gradient:linear-gradient(135deg,#ffb400,#f59e0b);--danger-gradient:linear-gradient(135deg,#ff3e1d,#ef4444);--info-gradient:linear-gradient(135deg,#03c3ec,#06b6d4);--glass-bg:#ffffff14;--glass-border:#ffffff1f;--sidebar-bg:#282c3ff2;--card-bg:#2f3346cc;--text-primary:#fff;--text-secondary:#ffffffb3;--text-muted:#ffffff80;--border-color:#ffffff1f;--shadow-light:0 2px 6px #2f2b3d24,0 0 #0000,0 0 #0000;--shadow-heavy:0 4px 25px #2f2b3d26}*{box-sizing:border-box;margin:0;padding:0}.admin-layout{background:linear-gradient(135deg,#696cff,#8b5cf6);background:var(--primary-gradient);font-family:Public Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;line-height:1.53;min-height:100vh;overflow:hidden;position:relative}.admin-layout:before{animation:backgroundShift 20s ease-in-out infinite;background:radial-gradient(circle at 20% 50%,#696cff4d 0,#0000 50%),radial-gradient(circle at 80% 20%,#8b5cf64d 0,#0000 50%),radial-gradient(circle at 40% 80%,#71dd3733 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}@keyframes backgroundShift{0%,to{transform:scale(1) rotate(0deg)}50%{transform:scale(1.1) rotate(2deg)}}.admin-container{display:flex;min-height:100vh;position:relative;z-index:1}.admin-sidebar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#282c3ff2;background:var(--sidebar-bg);border-right:1px solid #ffffff1f;border-right:1px solid var(--border-color);box-shadow:0 2px 6px #2f2b3d24,0 0 #0000,0 0 #0000;box-shadow:var(--shadow-light);height:100vh;left:0;overflow-y:auto;position:fixed;top:0;transition:all .25s ease-in-out;width:260px;z-index:1000}.admin-sidebar.collapsed{width:80px}.admin-sidebar::-webkit-scrollbar{width:4px}.admin-sidebar::-webkit-scrollbar-track{background:#0000}.admin-sidebar::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.sidebar-header{border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--glass-border);padding:2rem 1.5rem;position:relative}.sidebar-logo{align-items:center;color:#fff;display:flex;gap:1rem;text-decoration:none;transition:all .3s ease}.sidebar-logo:hover{transform:translateY(-2px)}.logo-icon{align-items:center;background:linear-gradient(135deg,#71dd37,#4ade80);background:var(--secondary-gradient);border-radius:12px;box-shadow:0 4px 20px #0003;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:48px;justify-content:center;transition:all .3s ease;width:48px}.logo-icon:hover{transform:rotate(5deg) scale(1.05)}.logo-text{color:#fff;font-size:1.25rem;font-weight:700;opacity:1;transition:all .3s ease}.collapsed .logo-text{opacity:0;width:0}.admin-sidebar .sidebar-nav{padding:1.5rem 0}.admin-sidebar .nav-section{margin-bottom:2rem}.admin-sidebar .nav-section-title{color:#fff9;font-size:.75rem;font-weight:600;letter-spacing:1px;margin-bottom:1rem;padding:0 1.5rem;text-transform:uppercase;transition:all .3s ease}.admin-sidebar.collapsed .nav-section-title{height:0;margin:0;opacity:0;padding:0}.admin-sidebar .nav-item{border-radius:12px;margin:.25rem 1rem;overflow:hidden;position:relative}.admin-sidebar .nav-link{align-items:center;color:#fffc;display:flex;font-size:.9rem;font-weight:500;gap:1rem;padding:1rem 1.25rem;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:2}.admin-sidebar .nav-link:before{background:#ffffff1a;border-radius:12px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s ease;z-index:-1}.admin-sidebar .nav-link:hover:before{opacity:1;transform:scale(1.02)}.admin-sidebar .nav-link.active{background:#fff3;box-shadow:0 4px 20px #0000001a;color:#fff}.admin-sidebar .nav-link.active:before{background:linear-gradient(135deg,#71dd37,#22c55e);background:var(--success-gradient);opacity:1}.admin-sidebar .nav-icon{flex-shrink:0;height:20px;transition:all .3s ease;width:20px}.admin-sidebar .nav-link:hover .nav-icon{transform:scale(1.1)}.admin-sidebar .nav-text{transition:all .3s ease;white-space:nowrap}.admin-sidebar.collapsed .nav-text{opacity:0;width:0}.admin-main{display:flex;flex:1 1;flex-direction:column;margin-left:260px;min-height:100vh;transition:all .25s ease-in-out}.admin-main.sidebar-collapsed{margin-left:80px}.admin-header{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#2f3346cc;background:var(--card-bg);border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--border-color);box-shadow:0 2px 6px #2f2b3d24,0 0 #0000,0 0 #0000;box-shadow:var(--shadow-light);display:flex;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.light-mode .admin-header{background:#fffffff2;border-bottom:1px solid #0000001a;box-shadow:0 4px 20px #0000001a}.light-mode .admin-header .search-input{background:#0000000d;border:1px solid #0000001a;color:#374151}.light-mode .admin-header .search-icon,.light-mode .admin-header .search-input::placeholder{color:#00000080}.light-mode .admin-header .action-btn{background:#0000000d;color:#374151}.light-mode .admin-header .action-btn:hover{background:#0000001a}.light-mode .admin-header .sidebar-toggle{background:#0000000d;color:#374151}.light-mode .admin-header .sidebar-toggle:hover{background:#0000001a}.admin-header .header-left{align-items:center;display:flex;gap:1rem}.sidebar-toggle{align-items:center;background:#ffffff14;border:1px solid #ffffff1f;border:1px solid var(--border-color);border-radius:.5rem;color:#fff;color:var(--text-primary);cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .15s ease-in-out}.sidebar-toggle:hover{background:#ffffff1f;border-color:#ffffffb3;border-color:var(--text-secondary);transform:scale(1.05)}.admin-header .search-box{position:relative;width:300px}.admin-header .search-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1f;border:1px solid var(--border-color);border-radius:.5rem;color:#fff;color:var(--text-primary);font-size:.875rem;padding:.75rem 1rem .75rem 3rem;transition:all .15s ease-in-out;width:100%}.admin-header .search-input::placeholder{color:#ffffff80;color:var(--text-muted)}.admin-header .search-input:focus{background:#ffffff1f;border-color:#696cff;box-shadow:0 0 0 .2rem #696cff40;color:#fff;color:var(--text-primary);outline:none}.admin-header .search-icon{color:#ffffff80;color:var(--text-muted);left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.admin-header .header-right{align-items:center;display:flex;gap:1rem}.admin-header .header-actions{align-items:center;display:flex;gap:.5rem}.admin-header .action-btn{background:#ffffff14;border:1px solid #ffffff1f;border:1px solid var(--border-color);border-radius:.5rem;color:#fff;color:var(--text-primary);cursor:pointer;padding:.5rem;position:relative;transition:all .15s ease-in-out}.admin-header .action-btn:hover{background:#ffffff1f;border-color:#ffffffb3;border-color:var(--text-secondary);transform:translateY(-1px)}.admin-header .notification-badge{align-items:center;animation:pulse 2s infinite;background:linear-gradient(135deg,#71dd37,#4ade80);background:var(--secondary-gradient);border-radius:50%;color:#fff;display:flex;font-size:.7rem;font-weight:600;height:18px;justify-content:center;position:absolute;right:-4px;top:-4px;width:18px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.admin-header .user-menu{position:relative}.user-avatar{align-items:center;background:linear-gradient(135deg,#71dd37,#22c55e);background:var(--success-gradient);border-radius:50%;box-shadow:0 4px 20px #0003;color:#fff;cursor:pointer;display:flex;font-weight:600;height:40px;justify-content:center;transition:all .3s ease;width:40px}.user-avatar:hover{box-shadow:0 6px 25px #0000004d;transform:scale(1.05)}.admin-content{background:#0000;flex:1 1;padding:2rem;position:relative}.admin-layout .card,.admin-layout .glass-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#2f3346cc;background:var(--card-bg);border:1px solid #ffffff1f;border:1px solid var(--border-color);border-radius:.5rem;box-shadow:0 2px 6px #2f2b3d24,0 0 #0000,0 0 #0000;box-shadow:var(--shadow-light);overflow:hidden;padding:1.5rem;position:relative;transition:all .25s ease-in-out}.admin-layout .glass-card:before{background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.admin-layout .glass-card:hover{border-color:#ffffff4d;box-shadow:0 20px 40px #00000026;transform:translateY(-4px)}.admin-layout .stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:2rem}.admin-layout .stat-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff26;border:1px solid #ffffff1f;border:1px solid var(--glass-border);border-radius:16px;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.admin-layout .stat-card:before{background:linear-gradient(135deg,#71dd37,#22c55e);background:var(--success-gradient);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.admin-layout .stat-card:hover:before{transform:scaleX(1)}.admin-layout .stat-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-4px)}.admin-layout .stat-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.admin-layout .stat-icon{align-items:center;border-radius:12px;box-shadow:0 4px 20px #0003;color:#fff;display:flex;font-size:1.25rem;height:48px;justify-content:center;width:48px}.admin-layout .stat-trend{background:#fff3;border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;padding:.25rem .75rem}.admin-layout .stat-value{color:#fff;font-size:2rem;font-weight:800;line-height:1;margin-bottom:.5rem}.admin-layout .stat-label{color:#fffc;font-size:.9rem;font-weight:500}.admin-layout .table-dark{--bs-table-bg:#ffffff14;--bs-table-border-color:var(--border-color);--bs-table-hover-bg:#ffffff1f;background:#2f3346cc;background:var(--card-bg);border-radius:.5rem;color:#fff!important;color:var(--text-primary)!important;margin-bottom:0;overflow:hidden}.admin-layout .table-dark td,.admin-layout .table-dark th{border-color:#ffffff1f!important;border-color:var(--border-color)!important;color:#fff!important;color:var(--text-primary)!important;padding:1rem .75rem;vertical-align:middle}.admin-layout .table-dark thead th{background:#ffffff0d!important;border-bottom:2px solid #ffffff1f!important;border-bottom:2px solid var(--border-color)!important;color:#ffffffb3!important;color:var(--text-secondary)!important;font-size:.8125rem;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.admin-layout .table-dark tbody tr{border-bottom:1px solid #ffffff1f!important;border-bottom:1px solid var(--border-color)!important}.admin-layout .table-dark tbody tr:hover{background:#ffffff1f!important}.admin-layout .table-dark tbody td{background:#0000!important}.admin-layout .table-responsive{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#2f3346cc!important;background:var(--card-bg)!important;border:1px solid #ffffff1f;border:1px solid var(--border-color);border-radius:.5rem;box-shadow:0 2px 6px #2f2b3d24,0 0 #0000,0 0 #0000;box-shadow:var(--shadow-light)}.admin-layout .table-dark .text-white{color:#fff!important;color:var(--text-primary)!important}.admin-layout .table-dark .text-white-50{color:#ffffffb3!important;color:var(--text-secondary)!important}.admin-layout .table-dark h6,.admin-layout .table-dark small{color:inherit!important}.admin-layout .btn{align-items:center;border:1px solid #0000;border-radius:.375rem;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.375rem;overflow:hidden;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .15s ease-in-out}.admin-layout .btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.admin-layout .btn:hover:before{left:100%}.admin-layout .btn-primary{background:linear-gradient(135deg,#696cff,#8b5cf6);background:var(--primary-gradient);border-color:#0000;box-shadow:0 .125rem .25rem #696cff66;color:#fff}.admin-layout .btn-primary:hover{background:linear-gradient(135deg,#5f63ff,#7c3aed);border-color:#0000;box-shadow:0 .25rem .5rem #696cff80;color:#fff;transform:translateY(-1px)}.admin-layout .btn-secondary{background:#0000;border-color:#ffffff1f;border-color:var(--border-color);color:#ffffffb3;color:var(--text-secondary)}.admin-layout .btn-secondary:hover{background:#ffffff0d;border-color:#ffffffb3;border-color:var(--text-secondary);color:#fff;color:var(--text-primary)}.admin-layout .btn-outline-primary{background:#0000!important;border-color:#696cff!important;color:#696cff!important}.admin-layout .btn-outline-primary:active,.admin-layout .btn-outline-primary:focus,.admin-layout .btn-outline-primary:hover{background:#696cff!important;border-color:#696cff!important;box-shadow:0 .25rem .5rem #696cff4d!important;color:#fff!important;transform:translateY(-1px)}.admin-layout .btn-outline-danger{background:#0000!important;border-color:#ff3e1d!important;color:#ff3e1d!important}.admin-layout .btn-outline-danger:active,.admin-layout .btn-outline-danger:focus,.admin-layout .btn-outline-danger:hover{background:#ff3e1d!important;border-color:#ff3e1d!important;box-shadow:0 .25rem .5rem #ff3e1d4d!important;color:#fff!important;transform:translateY(-1px)}.admin-layout .btn-sm{font-size:.8125rem!important;padding:.375rem .75rem!important}.admin-layout .admin-footer{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border-top:1px solid #ffffff1f;border-top:1px solid var(--glass-border);color:#fffc;font-size:.9rem;padding:1.5rem 2rem}.fade-in{animation:fadeIn .6s ease-out}.slide-up{animation:slideUp .6s ease-out}.scale-in{animation:scaleIn .4s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.admin-layout .modal-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#2f3346cc;background:var(--card-bg);border:1px solid #ffffff1f;border:1px solid var(--border-color);border-radius:.5rem}.admin-layout .modal-header{border-bottom:1px solid #ffffff1f;border-bottom:1px solid var(--border-color);padding:1.5rem}.admin-layout .modal-body{padding:1.5rem}.admin-layout .modal-footer{border-top:1px solid #ffffff1f;border-top:1px solid var(--border-color);padding:1rem 1.5rem}.admin-layout .modal-title{color:#fff;color:var(--text-primary);font-weight:600}.admin-layout .form-control,.admin-layout .form-select{background:#ffffff14!important;border:1px solid #ffffff1f!important;border:1px solid var(--border-color)!important;border-radius:.375rem!important;color:#fff!important;color:var(--text-primary)!important}.admin-layout .form-control:focus,.admin-layout .form-select:focus{background:#ffffff1f!important;border-color:#696cff!important;box-shadow:0 0 0 .2rem #696cff40!important;color:#fff!important;color:var(--text-primary)!important}.admin-layout .form-control::placeholder{color:#ffffff80!important;color:var(--text-muted)!important}.admin-layout .form-select option{background:#2f3346cc!important;background:var(--card-bg)!important;color:#fff!important;color:var(--text-primary)!important}.form-label{color:#ffffffb3;color:var(--text-secondary)}.form-check-input:checked{background-color:#696cff;border-color:#696cff}.form-check-label{color:#ffffffb3;color:var(--text-secondary)}.admin-layout .badge{border-radius:.25rem;font-size:.75rem;font-weight:500;padding:.375rem .75rem}.admin-layout .w-fit{width:-webkit-fit-content!important;width:fit-content!important}.admin-layout .dropdown-menu,.admin-layout .glass-card{border:1px solid #ffffff1f!important;border:1px solid var(--border-color)!important;border-radius:.5rem!important;box-shadow:0 4px 25px #2f2b3d26!important;box-shadow:var(--shadow-heavy)!important;color:#fff!important;color:var(--text-primary)!important}.admin-header .card,.admin-header .glass-card,.admin-layout .dropdown-menu,.admin-layout .glass-card{-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;background:#2f3346cc!important;background:var(--card-bg)!important}.admin-header .card,.admin-header .glass-card{border:1px solid #ffffff1f!important;border:1px solid var(--border-color)!important;box-shadow:0 .5rem 1rem #0000004d!important}.admin-header .text-white{color:#fff!important;color:var(--text-primary)!important}.admin-header .text-white-50{color:#ffffffb3!important;color:var(--text-secondary)!important}.admin-header .btn-link:hover{background:#ffffff1a!important;color:#fff!important;color:var(--text-primary)!important}.admin-header .card-footer,.admin-header .card-header{background:#0000!important}.admin-header .border-secondary,.admin-header .card-footer,.admin-header .card-header{border-color:#ffffff1f!important;border-color:var(--border-color)!important}.admin-header .bg-primary{background:linear-gradient(135deg,#696cff,#8b5cf6)!important;background:var(--primary-gradient)!important}.admin-header .cursor-pointer:hover{background:#ffffff0d!important}.admin-layout .user-avatar{align-items:center;background:linear-gradient(135deg,#696cff,#8b5cf6);background:var(--primary-gradient);border:2px solid #ffffff1f;border:2px solid var(--border-color);border-radius:50%;box-shadow:0 .125rem .25rem #696cff66;color:#fff;cursor:pointer;display:flex;font-weight:600;height:40px;justify-content:center;transition:all .15s ease-in-out;width:40px}.admin-layout .user-avatar:hover{box-shadow:0 .25rem .5rem #696cff80;transform:scale(1.05)}@media (max-width:1024px){.admin-sidebar{transform:translateX(-100%)}.admin-sidebar.mobile-open{transform:translateX(0)}.admin-main{margin-left:0}.search-box{width:200px}}@media (max-width:768px){.admin-content{padding:1rem}.stats-grid{gap:1rem;grid-template-columns:1fr}.search-box{display:none}.header-actions{gap:.25rem}}.dark .admin-layout .glass-card,.dark .admin-layout .stat-card{background:#0003;border-color:#ffffff1a}.loading-skeleton{animation:loading 1.5s infinite;background:linear-gradient(90deg,#ffffff1a 25%,#fff3 50%,#ffffff1a 75%);background-size:200% 100%;border-radius:8px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.admin-layout input[type=email],.admin-layout input[type=number],.admin-layout input[type=password],.admin-layout input[type=search],.admin-layout input[type=text],.admin-layout select,.admin-layout textarea{background:#ffffff14!important;border:1px solid #ffffff1f!important;border:1px solid var(--border-color)!important;border-radius:.375rem!important;color:#fff!important;color:var(--text-primary)!important;font-size:.875rem!important;padding:.5rem .75rem!important;transition:all .15s ease-in-out!important}.admin-layout input[type=email]:focus,.admin-layout input[type=number]:focus,.admin-layout input[type=password]:focus,.admin-layout input[type=search]:focus,.admin-layout input[type=text]:focus,.admin-layout select:focus,.admin-layout textarea:focus{background:#ffffff1f!important;border-color:#696cff!important;box-shadow:0 0 0 .2rem #696cff40!important;color:#fff!important;color:var(--text-primary)!important;outline:none!important}.admin-layout input::placeholder,.admin-layout textarea::placeholder{color:#ffffff80!important;color:var(--text-muted)!important;opacity:1!important}.admin-layout select option{background:#2f3346cc!important;background:var(--card-bg)!important;color:#fff!important;color:var(--text-primary)!important}.admin-layout .glass-card input,.admin-layout .glass-card select,.admin-layout .glass-card textarea{background:#ffffff1a!important;border:1px solid #ffffff1f!important;border:1px solid var(--border-color)!important;color:#fff!important;color:var(--text-primary)!important}.admin-layout .table input,.admin-layout .table select,.admin-layout .table textarea{background:#ffffff0d!important;border:1px solid #ffffff1f!important;border:1px solid var(--border-color)!important;color:#fff!important;color:var(--text-primary)!important}.admin-layout .cursor-pointer{cursor:pointer!important}.admin-layout ::-webkit-scrollbar{width:8px}.admin-layout ::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}.admin-layout ::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.admin-layout ::-webkit-scrollbar-thumb:hover{background:#ffffff80}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:2rem 1rem}.login-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 25px 50px #00000026;max-width:450px;overflow:hidden;padding:3rem 2rem;position:relative;width:100%}.login-card:before{background:var(--gradient-primary);content:"";height:4px;left:0;position:absolute;right:0;top:0}.login-header{margin-bottom:2rem;text-align:center}.login-logo{gap:.75rem;margin-bottom:1.5rem;text-decoration:none}.login-logo,.login-logo-icon{align-items:center;display:flex;justify-content:center}.login-logo-icon{border-radius:12px;color:#fff;font-size:1.5rem;height:3rem;width:3rem}.login-logo-icon,.login-logo-text{background:var(--gradient-primary);font-weight:700}.login-logo-text{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.75rem}.login-title{color:#1a202c;font-size:2rem;font-weight:700;margin-bottom:.5rem}.login-subtitle{color:#64748b;font-size:.95rem;line-height:1.5}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-options{align-items:center;display:flex;justify-content:space-between;margin:.5rem 0}.checkbox-wrapper{align-items:center;display:flex;gap:.5rem}.checkbox-label{color:#374151;font-size:.875rem}.forgot-link{color:var(--primary-color);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s ease}.forgot-link:hover{color:var(--primary-hover)}.login-button{align-items:center;background:var(--gradient-primary);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:.5rem;padding:1rem 2rem;transition:all .3s ease}.login-button:hover{box-shadow:0 10px 25px #6366f14d;transform:translateY(-2px)}.login-button:active{transform:translateY(0)}.login-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.signup-link{color:#64748b;font-size:.9rem;margin-top:1.5rem;text-align:center}.signup-link a{color:var(--primary-color);font-weight:600;text-decoration:none;transition:color .2s ease}.signup-link a:hover{color:var(--primary-hover)}.demo-credentials{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #93c5fd;border-radius:12px;margin-top:1.5rem;padding:1.25rem}.demo-title{align-items:center;color:#1e40af;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;margin-bottom:.75rem}.demo-list{display:flex;flex-direction:column;gap:.5rem}.demo-item{background:#fff9;border-radius:8px;color:#1d4ed8;font-family:Courier New,monospace;font-size:.8rem;padding:.5rem .75rem}.dark .login-card{background:#1e293bf2;border:1px solid #3341554d}.dark .login-title{color:#f1f5f9}.dark .login-subtitle{color:#94a3b8}.dark .checkbox-label{color:#e2e8f0}.dark .demo-credentials{background:linear-gradient(135deg,#1e3a8a,#1e40af);border-color:#3b82f6}.dark .demo-title{color:#93c5fd}.dark .demo-item{background:#1e3a8a99;color:#dbeafe}@media (max-width:640px){.login-container{padding:1rem .5rem}.login-card{border-radius:16px;padding:2rem 1.5rem}.login-title{font-size:1.75rem}.form-options{align-items:flex-start;flex-direction:column;gap:.75rem}}.register-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:2rem 1rem}.register-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 25px 50px #00000026;max-width:480px;overflow:hidden;padding:3rem 2rem;position:relative;width:100%}.register-card:before{background:var(--gradient-primary);content:"";height:4px;left:0;position:absolute;right:0;top:0}.register-header{margin-bottom:2rem;text-align:center}.register-logo{gap:.75rem;margin-bottom:1.5rem;text-decoration:none}.register-logo,.register-logo-icon{align-items:center;display:flex;justify-content:center}.register-logo-icon{border-radius:12px;color:#fff;font-size:1.5rem;height:3rem;width:3rem}.register-logo-icon,.register-logo-text{background:var(--gradient-primary);font-weight:700}.register-logo-text{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.75rem}.register-title{color:#1a202c;font-size:2rem;font-weight:700;margin-bottom:.5rem}.register-subtitle{color:#64748b;font-size:.95rem;line-height:1.5}.register-form{display:flex;flex-direction:column;gap:1.25rem}.password-toggle{color:#9ca3af;transition:color .2s ease}.password-toggle:hover{color:#6b7280}.terms-wrapper{align-items:flex-start;display:flex;gap:.75rem;margin:.5rem 0}.form-checkbox{accent-color:var(--primary-color);flex-shrink:0;height:1rem;margin-top:.125rem;width:1rem}.terms-label{color:#374151;font-size:.875rem;line-height:1.5}.terms-link{color:var(--primary-color);font-weight:500;text-decoration:none;transition:color .2s ease}.terms-link:hover{color:var(--primary-hover);text-decoration:underline}.register-button{align-items:center;background:var(--gradient-primary);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:.5rem;padding:1rem 2rem;transition:all .3s ease}.register-button:hover{box-shadow:0 10px 25px #6366f14d;transform:translateY(-2px)}.register-button:active{transform:translateY(0)}.register-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.signin-link{color:#64748b;font-size:.9rem;margin-top:1.5rem;text-align:center}.signin-link a{color:var(--primary-color);font-weight:600;text-decoration:none;transition:color .2s ease}.signin-link a:hover{color:var(--primary-hover)}.password-requirements{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;margin-top:1.5rem;padding:1.25rem}.requirements-title{align-items:center;color:#0c4a6e;display:flex;gap:.5rem}.requirements-list{display:flex;flex-direction:column}.requirements-item{background:#ffffffb3;border-radius:8px;color:#075985;font-size:.8rem;padding:.5rem .75rem .5rem 1.5rem;position:relative}.requirements-item:before{color:var(--primary-color);content:"•";font-weight:700;left:.75rem;position:absolute}.dark .register-card{background:#1e293bf2;border:1px solid #3341554d}.dark .register-title{color:#f1f5f9}.dark .register-subtitle{color:#94a3b8}.dark .terms-label{color:#e2e8f0}.dark .password-requirements{background:linear-gradient(135deg,#1e3a8a,#1e40af);border-color:#3b82f6}.dark .requirements-title{color:#93c5fd}.dark .requirements-item{background:#1e3a8a99;color:#dbeafe}@media (max-width:640px){.register-container{padding:1rem .5rem}.register-card{border-radius:16px;padding:2rem 1.5rem}.register-title{font-size:1.75rem}.terms-wrapper{align-items:flex-start}}.pricing-container{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);min-height:calc(100vh - 4rem);padding:3rem 1rem}.pricing-header{margin-bottom:3rem;text-align:center}.pricing-title{color:#1e293b;font-size:3rem;font-weight:700;margin-bottom:1rem}.pricing-subtitle{color:#64748b;font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:700px}.options-section{margin:0 auto 4rem;max-width:1000px;text-align:center}.options-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.option-item{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px #0000000d;padding:2rem;transition:all .3s ease}.option-item:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-5px)}.option-icon{align-items:center;background:linear-gradient(135deg,#450693,#8c00ff);border-radius:50%;box-shadow:0 4px 12px #4506934d;color:#fff;display:flex;height:4rem;justify-content:center;margin:0 auto 1.5rem;width:4rem}.option-title{color:#1e293b;font-size:1.25rem;font-weight:600;line-height:1.4;margin:0}.pricing-toggle{align-items:center;display:flex;justify-content:center;margin:1.5rem auto;max-width:300px}.toggle-label{color:#64748b;cursor:pointer;font-size:.9rem;font-weight:500;transition:color .2s ease}.toggle-label.active{color:#1e293b;font-weight:600}.toggle-switch{background:#e2e8f0;border:none;border-radius:12px;cursor:pointer;height:24px;margin:0 .75rem;outline:none;padding:2px;position:relative;transition:all .2s ease;width:50px}.toggle-switch:focus{box-shadow:0 0 0 2px #6366f14d}.toggle-slider{background:var(--primary-color);border-radius:50%;height:20px;position:absolute;transition:transform .2s ease;width:20px}.toggle-slider.monthly{transform:translateX(0)}.toggle-slider.yearly{transform:translateX(26px)}.pricing-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.pricing-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 25px #0000000d;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.pricing-card:hover{box-shadow:0 20px 35px #0000001a;transform:translateY(-10px)}.pricing-card.popular{border-color:var(--primary-color);transform:scale(1.05)}.pricing-card.popular:hover{transform:scale(1.05) translateY(-10px)}.popular-badge{background:var(--primary-color);border-radius:20px;color:#fff;font-size:.875rem;font-weight:600;padding:.5rem 1rem;position:absolute;right:1rem;top:1rem;z-index:1}.pricing-header-card{border-bottom:1px solid #e2e8f0;padding:2rem;text-align:center}.pricing-plan{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.pricing-amount{align-items:center;color:#1e293b;display:flex;font-size:3rem;font-weight:800;justify-content:center;margin-bottom:.5rem}.pricing-currency{align-self:flex-start;font-size:1.5rem;font-weight:600;margin-right:.25rem;margin-top:.5rem}.pricing-period{align-self:flex-end;color:#64748b;font-size:1rem;margin-bottom:.5rem;margin-left:.5rem}.pricing-description{color:#64748b;font-size:1rem;margin-top:1rem}.pricing-features{flex:1 1;padding:2rem}.feature-list{list-style-type:none;margin:0;padding:0}.feature-item{align-items:flex-start;color:#475569;display:flex;font-size:1rem;margin-bottom:1rem}.feature-icon{color:var(--primary-color);flex-shrink:0;margin-right:.75rem;margin-top:.25rem}.feature-icon.disabled{color:#cbd5e1}.pricing-action{padding:0 2rem 2rem}.pricing-button{border-radius:8px;cursor:pointer;display:block;font-size:1rem;font-weight:600;padding:1rem;text-align:center;text-decoration:none;transition:all .3s ease;width:100%}.pricing-button.primary{background:var(--gradient-primary);border:none;color:#fff}.pricing-button.primary:hover{box-shadow:0 10px 20px #6366f14d;transform:translateY(-2px)}.pricing-button.secondary{background:#0000;border:2px solid var(--primary-color);color:var(--primary-color)}.pricing-button.secondary:hover{background:#6366f10d;transform:translateY(-2px)}.faq-item{border:1px solid #e2e8f0}.faq-question{border-radius:12px}.faq-question:hover{background-color:#6366f10d}.faq-icon{color:var(--primary-color);font-size:1.25rem}.faq-answer{overflow:hidden}.enterprise-section{background:var(--gradient-primary);border-radius:16px;margin-left:auto;margin-right:auto;margin-top:4rem;max-width:1000px;padding:3rem 2rem;text-align:center}.enterprise-title{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1rem}.enterprise-description{color:#ffffffe6;font-size:1.1rem;line-height:1.6;margin:0 auto 2rem;max-width:700px}.enterprise-button{background:#fff;border-radius:8px;color:var(--primary-color);display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.enterprise-button:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-2px)}.dark .pricing-container{background:linear-gradient(135deg,#0f172a,#1e293b)}.dark .pricing-title{color:#f1f5f9}.dark .pricing-subtitle,.dark .toggle-label{color:#94a3b8}.dark .toggle-label.active{color:#f1f5f9}.dark .pricing-card{background:#1e293b;border-color:#334155}.dark .pricing-header-card{border-bottom-color:#334155}.dark .pricing-amount,.dark .pricing-plan{color:#f1f5f9}.dark .option-item{background:#1e293b;border-color:#334155}.dark .option-title{color:#f1f5f9}.dark .faq-item{border-color:#334155}.dark .faq-question:hover{background-color:#6366f11a}@media (max-width:768px){.pricing-title{font-size:2.5rem}.pricing-grid{grid-template-columns:1fr;max-width:400px}.pricing-card.popular{transform:scale(1)}.pricing-card.popular:hover{transform:translateY(-10px)}.enterprise-title{font-size:1.75rem}}.about-container{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);min-height:calc(100vh - 4rem);padding:3rem 1rem}.about-header{margin-bottom:3rem;text-align:center}.about-title{color:#1e293b;font-size:3rem;font-weight:700;margin-bottom:1rem}.about-subtitle{color:#64748b;font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:700px}.about-section{margin:0 auto 4rem;max-width:1000px}.section-title{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.75rem;position:relative}.section-title:after{background:var(--gradient-primary);border-radius:2px;bottom:0;content:"";height:4px;left:0;position:absolute;width:4rem}.about-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 25px #0000000d;margin-bottom:2rem;padding:2rem}@media (min-width:768px){.about-grid{grid-template-columns:repeat(2,1fr)}}.about-image{border-radius:12px;height:auto;overflow:hidden;width:100%}.about-image img{height:auto;object-fit:cover;transition:transform .5s ease;width:100%}.about-image:hover img{transform:scale(1.05)}.about-content{display:flex;flex-direction:column;justify-content:center}.about-content p{color:#475569;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-content ul{list-style-type:none;margin:0 0 1.5rem;padding:0}.about-content li{color:#475569;font-size:1.1rem;margin-bottom:.75rem;padding-left:1.75rem;position:relative}.about-content li:before{background:var(--gradient-primary);border-radius:50%;content:"";height:.75rem;left:0;position:absolute;top:.5rem;width:.75rem}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.team-member{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 5px 15px #0000000d;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.team-member:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.member-image{align-items:center;background:var(--gradient-primary);border-radius:12px;display:flex;height:250px;justify-content:center;margin-bottom:1.5rem;overflow:hidden;width:100%}.member-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.team-member:hover .member-image img{transform:scale(1.1)}.member-info{padding:1.5rem;text-align:center}.member-name{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.member-role{color:var(--primary-color);font-size:.9rem;font-weight:500;margin-bottom:1rem}.member-bio{color:#64748b;font-size:.95rem;line-height:1.6;margin-bottom:1.25rem}.social-links{gap:.75rem;justify-content:center}.social-link{background:#6366f11a;border-radius:50%;color:var(--primary-color);height:2rem;width:2rem}.timeline{margin:0 auto;max-width:800px;padding-left:2rem;position:relative}.timeline:before{background:var(--gradient-primary);border-radius:2px;bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.timeline-item{padding-bottom:2.5rem;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-dot{background:#fff;border:4px solid var(--primary-color);border-radius:50%;height:1.5rem;left:-2.25rem;position:absolute;top:0;width:1.5rem}.timeline-date{color:var(--primary-color);font-size:.9rem;font-weight:600;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}.timeline-title{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.timeline-content{color:#475569;font-size:1.1rem;line-height:1.7}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.value-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 5px 15px #0000000d;height:100%;padding:2rem;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-icon{align-items:center;border:1px solid #45069333;border-radius:50%;box-shadow:0 2px 8px #4506931a;display:flex;font-size:1.5rem;height:4rem;justify-content:center;margin:0 auto 1.5rem;width:4rem}.value-title{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.value-description{color:#64748b;font-size:1rem;line-height:1.7}.cta-section{background:var(--gradient-primary);border-radius:16px;margin-top:4rem;padding:4rem 2rem;text-align:center}.cta-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.cta-subtitle{color:#ffffffe6;font-size:1.25rem;line-height:1.6;margin:0 auto 2rem;max-width:700px}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-button{border-radius:8px;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button.primary{background:#fff;color:var(--primary-color)}.cta-button.primary:hover{background:#ffffffe6;transform:translateY(-2px)}.cta-button.secondary{background:#0000;border:2px solid #fff;color:#fff}.cta-button.secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.tagline-section{background:linear-gradient(135deg,#450693,#8c00ff);border-radius:16px;box-shadow:0 10px 30px #4506934d;color:#fff;margin-top:2rem;padding:2rem;text-align:center}.tagline-text{color:#fffffff2;font-size:1.25rem;font-weight:500;line-height:1.6;margin-bottom:1.5rem}.tagline-cta{color:#fff;font-size:1.5rem;font-weight:700;line-height:1.4;margin:0}.tagline-fullwidth{background:linear-gradient(135deg,#450693,#8c00ff);box-shadow:0 10px 30px #4506934d;left:50%;margin-left:-50vw;margin-right:-50vw;padding:3rem 0;position:relative;right:50%;text-align:center;width:100vw}.tagline-content{margin:0 auto;max-width:800px;padding:0 2rem}.tagline-text-full{color:#fffffff2;font-size:1.5rem;font-weight:500;line-height:1.6;margin-bottom:2rem}.tagline-cta-full{color:#fff;font-size:2rem;font-weight:700;line-height:1.4;margin:0}.solve-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:4rem 0}.solve-header{margin-bottom:3rem;text-align:center}.solve-subtitle{color:#64748b;font-size:1.25rem;font-weight:500;margin-top:1rem}.solve-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:3rem}.solve-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px #0000000d;padding:2rem 1.5rem;text-align:center;transition:all .3s ease}.solve-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-5px) scale(1.02)}.solve-icon{align-items:center;background:linear-gradient(135deg,#450693,#8c00ff);border-radius:50%;box-shadow:0 4px 12px #4506934d;display:flex;height:4rem;justify-content:center;margin:0 auto 1.5rem;width:4rem}.solve-emoji{display:block;font-size:1.75rem}.solve-topic{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0}.solve-tagline{text-align:center}.solve-tagline p{color:#450693;font-size:1.25rem;font-style:italic;font-weight:600;margin:0}.trust-section{background:linear-gradient(135deg,#fff,#f8fafc);padding:4rem 0}.trust-header{margin-bottom:3rem;text-align:center}.trust-subtitle{color:#450693;font-size:1.5rem;font-style:italic;font-weight:700;margin-top:1rem}.trust-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.trust-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px #0000000d;padding:2rem 1.5rem;text-align:center;transition:all .3s ease}.trust-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-5px) scale(1.02)}.trust-icon{align-items:center;background:linear-gradient(135deg,#450693,#8c00ff);border-radius:50%;box-shadow:0 4px 12px #4506934d;display:flex;height:4rem;justify-content:center;margin:0 auto 1.5rem;width:4rem}.trust-emoji{display:block;font-size:1.75rem}.trust-title{color:#1e293b;font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:1rem}.trust-description{color:#64748b;font-size:1rem;line-height:1.6;margin:0}.dark .about-container{background:linear-gradient(135deg,#0f172a,#1e293b)}.dark .about-title{color:#f1f5f9}.dark .about-subtitle{color:#94a3b8}.dark .section-title{color:#f1f5f9}.dark .about-card{background:#1e293b;border-color:#334155}.dark .about-content li,.dark .about-content p{color:#cbd5e1}.dark .team-member{background:#1e293b;border-color:#334155}.dark .member-name{color:#f1f5f9}.dark .member-bio{color:#94a3b8}.dark .timeline-dot{background:#1e293b}.dark .timeline-title{color:#f1f5f9}.dark .timeline-content{color:#cbd5e1}.dark .value-card{background:#1e293b;border-color:#334155}.dark .value-title{color:#f1f5f9}.dark .value-description{color:#94a3b8}.dark .solve-section{background:linear-gradient(135deg,#1e293b,#334155)}.dark .solve-subtitle{color:#94a3b8}.dark .solve-card{background:#334155;border-color:#475569}.dark .solve-topic{color:#f1f5f9}.dark .solve-tagline p{color:#8c00ff}.dark .trust-section{background:linear-gradient(135deg,#1e293b,#334155)}.dark .trust-subtitle{color:#8c00ff}.dark .trust-card{background:#334155;border-color:#475569}.dark .trust-title{color:#f1f5f9}.dark .trust-description{color:#94a3b8}@media (max-width:768px){.about-title{font-size:2.5rem}.section-title{font-size:1.75rem}.about-card{padding:1.5rem}.cta-title{font-size:2rem}.cta-subtitle{font-size:1.1rem}.tagline-section{margin-top:1.5rem;padding:1.5rem}.tagline-text{font-size:1.1rem}.tagline-fullwidth{padding:2.5rem 0}.tagline-content{padding:0 1.5rem}.tagline-text-full{font-size:1.25rem;margin-bottom:1.5rem}.tagline-cta-full{font-size:1.5rem}.solve-section{padding:3rem 0}.solve-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.solve-card{padding:1.5rem 1rem}.solve-icon{height:3rem;margin-bottom:1rem;width:3rem}.solve-emoji{font-size:1.5rem}.solve-topic{font-size:1.1rem}.trust-section{padding:3rem 0}.trust-grid{gap:1.5rem;grid-template-columns:1fr}.trust-card{padding:1.5rem 1rem}.trust-icon{height:3.5rem;margin-bottom:1rem;width:3.5rem}.trust-emoji{font-size:1.5rem}.trust-title{font-size:1.1rem}.trust-description{font-size:.95rem}}.contact-container{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);min-height:calc(100vh - 4rem);padding:3rem 1rem}.contact-header{margin-bottom:3rem;text-align:center}.contact-title{color:#1e293b;font-size:3rem;font-weight:700;margin-bottom:1rem}.contact-subtitle{color:#64748b;font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:700px}.contact-grid{margin:0 auto}.contact-grid,.contact-info-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;max-width:1200px}.contact-info-grid{margin:0 auto 3rem}.contact-main-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin:0 auto;max-width:1200px}@media (min-width:768px){.contact-info-grid{grid-template-columns:repeat(4,1fr)}.contact-main-grid{grid-template-columns:1fr}}.contact-form-container{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 25px #0000000d;padding:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-input{border-radius:8px;font-size:1rem}.form-input:focus{box-shadow:0 0 0 4px #4506931a}.form-textarea{background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:1rem;min-height:150px;outline:none;padding:.875rem 1rem;resize:vertical;transition:all .3s ease;width:100%}.form-textarea:focus{background:#fff;border-color:var(--primary-color);box-shadow:0 0 0 4px #4506931a}.contact-button{align-items:center;background:var(--gradient-primary);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:.5rem;padding:1rem 2rem;transition:all .3s ease}.contact-button:hover{box-shadow:0 10px 25px #4506934d;transform:translateY(-2px)}.contact-button:active{transform:translateY(0)}.contact-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 25px #0000000d;padding:2rem;transition:transform .3s ease}.info-card:hover{transform:translateY(-5px)}.info-header{gap:1rem;margin-bottom:1.5rem}.info-header,.info-icon{align-items:center;display:flex}.info-icon{border:1px solid #45069333;border-radius:50%;box-shadow:0 2px 8px #4506931a;font-size:1.25rem;height:3rem;justify-content:center;width:3rem}.info-title{color:#1e293b;font-size:1.25rem;font-weight:600}.info-content{color:#64748b;font-size:1.1rem;line-height:1.7}.info-content a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}.info-content a:hover{text-decoration:underline}.social-links{display:flex;gap:1rem;margin-top:1.5rem}.social-link{align-items:center;background:#4506931a;border-radius:8px;color:#450693;display:flex;height:2.5rem;justify-content:center;transition:all .3s ease;width:2.5rem}.social-link:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.map-container{border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 25px #0000000d;height:300px;margin-top:2rem;overflow:hidden}.map-container iframe{border:none;height:100%;width:100%}.faq-section{margin:4rem auto 0;max-width:800px}.faq-title{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.faq-item{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin-bottom:1rem;overflow:hidden;padding:1.5rem}.faq-question{align-items:center;background:none;border:none;color:#1e293b;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between;padding:1.5rem;text-align:left;transition:background-color .3s ease;width:100%}.faq-question:hover{background-color:#4506930d}.faq-icon{transition:transform .3s ease}.faq-icon.open{transform:rotate(180deg)}.faq-answer{color:#64748b;font-size:1rem;line-height:1.7;padding:0 1.5rem 1.5rem}.faq-section{margin-bottom:2rem}.faq-list{max-width:100%}.faq-item-clean{background:#fff;border:1px solid #e2e8f0cc;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin-bottom:1rem;padding:1.5rem;transition:all .3s ease}.faq-item-clean:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.faq-item-clean:last-child{margin-bottom:0}.faq-question-clean{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:0;text-align:left;transition:all .2s ease;width:100%}.faq-question-clean:hover{transform:translateX(4px)}.faq-question-text{color:#1e293b;font-size:1.1rem;font-weight:600;line-height:1.4;margin:0;padding-right:1rem}.faq-icon-clean{align-items:center;background:#4506931a;border-radius:50%;display:flex;flex-shrink:0;height:32px;justify-content:center;transition:all .3s ease;width:32px}.faq-question-clean:hover .faq-icon-clean{background:#45069333;transform:scale(1.1)}.faq-answer-clean{overflow:hidden;padding-top:1rem}.faq-answer-text{color:#64748b;font-size:1rem;line-height:1.6;margin:0;padding-left:0}.dark .faq-item-clean{border-bottom-color:#33415580}.dark .faq-question-text{color:#f1f5f9}.dark .faq-answer-text{color:#94a3b8}.dark .faq-item-clean{background:#1e293b;border-color:#334155;box-shadow:0 4px 6px #0003}.dark .faq-item-clean:hover{box-shadow:0 8px 25px #0000004d}.dark .contact-container{background:linear-gradient(135deg,#0f172a,#1e293b)}.dark .contact-title{color:#f1f5f9}.dark .contact-subtitle{color:#94a3b8}.dark .contact-form-container{background:#1e293b;border-color:#334155}.dark .form-textarea{background:#334155;border-color:#475569;color:#f1f5f9}.dark .form-textarea:focus{background:#475569}.dark .info-card{background:#1e293b;border-color:#334155}.dark .info-title{color:#f1f5f9}.dark .info-content{color:#94a3b8}.dark .map-container{border-color:#334155}.dark .faq-title{color:#f1f5f9}.dark .faq-item{background:#1e293b}.dark .faq-question{color:#f1f5f9}.dark .faq-question:hover{background-color:#4506931a}.dark .faq-answer,.dark .text-gray-600{color:#94a3b8}.dark .text-blue-800{color:#93c5fd}.dark .text-green-800{color:#86efac}.dark .font-medium{color:#f1f5f9}.dark .card{background:#1e293b;border-color:#334155}.dark .bg-gray-50{background-color:#1e293b}.dark .border-blue-200{border-color:#3b82f6}.dark .border-green-200{border-color:#10b981}.dark .bg-blue-50{background-color:#3b82f61a}.dark .bg-green-50{background-color:#10b9811a}.dark .text-blue-300{color:#93c5fd}.dark .text-green-300{color:#86efac}.dark .card .flex.items-center.mb-4 h3,.dark .card h3.text-gray-900,.dark .card h4.font-semibold,.dark .map-container h3{color:#f1f5f9!important}.dark .map-container p{color:#94a3b8!important}@media (max-width:768px){.contact-title{font-size:2.5rem}.contact-form-container,.info-card{padding:1.5rem}}.privacy-container{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);min-height:calc(100vh - 4rem);padding:3rem 1rem}.privacy-title{color:#1e293b;font-size:3rem;font-weight:700;margin-bottom:1rem}.privacy-subtitle{color:#64748b;font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:700px}.privacy-intro{margin-bottom:4rem}.privacy-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 25px #0000000d;padding:3rem}.privacy-content,.privacy-section{margin-bottom:2rem}.privacy-content h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.privacy-content p{color:#475569;font-size:1.1rem;line-height:1.7;margin-bottom:1rem}.privacy-content ul{margin-bottom:1rem;margin-left:1.5rem}.privacy-content li{color:#475569;font-size:1rem;line-height:1.6;margin-bottom:.5rem}.dark .privacy-container{background:linear-gradient(135deg,#0f172a,#1e293b)}.dark .privacy-title{color:#f1f5f9}.dark .privacy-subtitle{color:#94a3b8}.dark .privacy-section{background:#1e293b;border-color:#334155}.dark .privacy-content h3{color:#f1f5f9}.dark .privacy-content li,.dark .privacy-content p{color:#cbd5e1}@media (max-width:768px){.privacy-title{font-size:2.5rem}.privacy-subtitle{font-size:1.1rem}.privacy-section{padding:2rem}.privacy-content h3{font-size:1.1rem}}.terms-container{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);min-height:calc(100vh - 4rem);padding:3rem 1rem}.terms-title{color:#1e293b;font-size:3rem;font-weight:700;margin-bottom:1rem}.terms-subtitle{color:#64748b;font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:700px}.terms-intro{margin-bottom:4rem}.terms-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 25px #0000000d;padding:3rem}.terms-content,.terms-section{margin-bottom:2rem}.terms-content h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.terms-content p{color:#475569;font-size:1.1rem;line-height:1.7;margin-bottom:1rem}.terms-content ul{margin-bottom:1rem;margin-left:1.5rem}.terms-content li{color:#475569;font-size:1rem;line-height:1.6;margin-bottom:.5rem}.dark .terms-container{background:linear-gradient(135deg,#0f172a,#1e293b)}.dark .terms-title{color:#f1f5f9}.dark .terms-subtitle{color:#94a3b8}.dark .terms-section{background:#1e293b;border-color:#334155}.dark .terms-content h3{color:#f1f5f9}.dark .terms-content li,.dark .terms-content p{color:#cbd5e1}@media (max-width:768px){.terms-title{font-size:2.5rem}.terms-subtitle{font-size:1.1rem}.terms-section{padding:2rem}.terms-content h3{font-size:1.1rem}}.dashboard-container{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);min-height:calc(100vh - 4rem);padding:2rem 1rem}.dashboard-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.dashboard-title{color:#1e293b;font-size:2rem;font-weight:700}.dashboard-actions{display:flex;gap:1rem}.dashboard-button{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1.25rem;transition:all .3s ease}.dashboard-button.primary{background:var(--gradient-primary);border:none;color:#fff}.dashboard-button.primary:hover{box-shadow:0 10px 15px #6366f14d;transform:translateY(-2px)}.dashboard-button.secondary{background:#fff;border:1px solid #e2e8f0;color:#1e293b}.dashboard-button.secondary:hover{background:#f8fafc;transform:translateY(-2px)}.dashboard-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:1024px){.dashboard-grid{grid-template-columns:3fr 1fr}}.dashboard-main,.dashboard-sidebar{display:flex;flex-direction:column;gap:2rem}.dashboard-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 25px #0000000d;padding:1.5rem}.card-header{justify-content:space-between;margin-bottom:1.5rem}.card-header,.card-title{align-items:center;display:flex}.card-title{color:#1e293b;font-size:1.25rem;font-weight:600;gap:.5rem}.card-title svg{color:var(--primary-color)}.card-actions{display:flex;gap:.5rem}.card-action{align-items:center;background:#f1f5f9;border-radius:8px;color:#64748b;cursor:pointer;display:flex;height:2rem;justify-content:center;transition:all .3s ease;width:2rem}.card-action:hover{background:#e2e8f0;color:#1e293b}.stats-grid{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stat-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;text-align:center;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-icon{background:#6366f11a;border-radius:50%;color:var(--primary-color);height:3rem;margin:0 auto 1rem;width:3rem}.stat-value{color:#1e293b;font-size:2rem}.stat-label{color:#64748b;font-weight:500}.history-list{display:flex;flex-direction:column;gap:1rem;max-height:400px;overflow-y:auto;padding-right:.5rem}.history-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;padding:1.25rem;transition:all .3s ease}.history-item:hover{background:#f1f5f9;transform:translateX(5px)}.history-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.history-title{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;color:#1e293b;display:-webkit-box;font-size:1rem;font-weight:600;overflow:hidden}.history-date{color:#64748b;font-size:.8rem}.history-content{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#64748b;display:-webkit-box;font-size:.9rem;overflow:hidden}.history-footer{align-items:center;display:flex;justify-content:space-between;margin-top:.75rem}.history-tag{background:#6366f11a;border-radius:20px;color:var(--primary-color);font-size:.75rem;font-weight:500;padding:.25rem .5rem}.history-actions{display:flex;gap:.5rem}.history-action{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:flex;height:1.75rem;justify-content:center;transition:all .3s ease;width:1.75rem}.history-action:hover{background:#f1f5f9;color:#1e293b}.profile-header{align-items:center;display:flex;gap:1.5rem;margin-bottom:1.5rem}.profile-avatar{background:var(--gradient-primary);color:#fff;font-size:2rem;font-weight:600;height:5rem;width:5rem}.profile-name{color:#1e293b}.profile-email{color:#64748b;font-size:.9rem}.profile-status{background:#10b9811a;border-radius:20px;color:#10b981;display:inline-block;font-size:.8rem;font-weight:500;margin-top:.5rem;padding:.25rem .75rem}.subscription-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem}.subscription-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.subscription-title{color:#1e293b;font-size:1rem;font-weight:600}.subscription-plan{background:#6366f11a;border-radius:20px;color:var(--primary-color);font-size:.8rem;font-weight:500;padding:.25rem .75rem}.subscription-details{display:flex;flex-direction:column;gap:.75rem}.subscription-item{align-items:center;display:flex;justify-content:space-between}.subscription-label{color:#64748b;font-size:.9rem}.subscription-value{color:#1e293b;font-size:.9rem;font-weight:500}.progress-container{margin-top:1rem}.progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.progress-label{color:#64748b;font-size:.8rem}.progress-value{color:#1e293b;font-size:.8rem;font-weight:500}.progress-bar{background:#e2e8f0;border-radius:1rem;height:.5rem;overflow:hidden}.progress-fill{background:var(--gradient-primary);border-radius:1rem;height:100%}.quick-actions{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.quick-action{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;padding:1.25rem 1rem;text-align:center;transition:all .3s ease}.quick-action:hover{background:#f1f5f9;transform:translateY(-5px)}.quick-action-icon{align-items:center;background:#6366f11a;border-radius:50%;color:var(--primary-color);display:flex;height:2.5rem;justify-content:center;margin:0 auto .75rem;width:2.5rem}.quick-action-label{color:#1e293b;font-size:.9rem;font-weight:500}.notification-list{display:flex;flex-direction:column;gap:.75rem;max-height:300px;overflow-y:auto}.notification-item{border-radius:12px;display:flex;gap:1rem;padding:.75rem;transition:background-color .3s ease}.notification-item:hover{background:#f1f5f9}.notification-item.unread{background:#6366f10d}.notification-icon{align-items:center;background:#6366f11a;border-radius:50%;color:var(--primary-color);display:flex;flex-shrink:0;height:2.5rem;justify-content:center;width:2.5rem}.notification-content{flex:1 1}.notification-title{color:#1e293b;font-size:.9rem;font-weight:500;margin-bottom:.25rem}.notification-message{color:#64748b;font-size:.85rem;margin-bottom:.5rem}.notification-time{color:#94a3b8;font-size:.75rem}.dark .dashboard-container{background:linear-gradient(135deg,#0f172a,#1e293b)}.dark .dashboard-title{color:#f1f5f9}.dark .dashboard-button.secondary{background:#1e293b;border-color:#334155;color:#f1f5f9}.dark .dashboard-button.secondary:hover{background:#334155}.dark .dashboard-card{background:#1e293b;border-color:#334155}.dark .card-title{color:#f1f5f9}.dark .card-action{background:#334155;color:#94a3b8}.dark .card-action:hover{background:#475569;color:#f1f5f9}.dark .stat-card{background:#0f172a;border-color:#334155}.dark .stat-value{color:#f1f5f9}.dark .stat-label{color:#94a3b8}.dark .history-item{background:#0f172a;border-color:#334155}.dark .history-item:hover{background:#1e293b}.dark .history-title{color:#f1f5f9}.dark .history-content,.dark .history-date{color:#94a3b8}.dark .history-action{background:#1e293b;border-color:#334155;color:#94a3b8}.dark .history-action:hover{background:#334155;color:#f1f5f9}.dark .profile-name{color:#f1f5f9}.dark .profile-email{color:#94a3b8}.dark .subscription-info{background:#0f172a;border-color:#334155}.dark .subscription-title{color:#f1f5f9}.dark .subscription-label{color:#94a3b8}.dark .subscription-value{color:#f1f5f9}.dark .progress-label{color:#94a3b8}.dark .progress-value{color:#f1f5f9}.dark .progress-bar{background:#334155}.dark .quick-action{background:#0f172a;border-color:#334155}.dark .quick-action:hover{background:#1e293b}.dark .quick-action-label{color:#f1f5f9}.dark .notification-item:hover{background:#1e293b}.dark .notification-item.unread{background:#6366f11a}.dark .notification-title{color:#f1f5f9}.dark .notification-message{color:#94a3b8}.dark .notification-time{color:#64748b}@media (max-width:768px){.dashboard-header{align-items:flex-start;flex-direction:column}.quick-actions,.stats-grid{grid-template-columns:repeat(2,1fr)}}.profile-container{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:2rem 0;position:relative}.profile-container:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='75' cy='75' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='rgba(255,255,255,0.05)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.profile-header{margin-bottom:3rem;position:relative;text-align:center;z-index:1}.profile-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.profile-subtitle{color:#fffc;font-size:1.1rem;margin:0 auto;max-width:600px}.profile-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 2fr;margin:0 auto;max-width:1200px;position:relative;z-index:1}@media (max-width:768px){.profile-grid{gap:1.5rem;grid-template-columns:1fr}}.profile-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#fffffffa;border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 25px 50px #00000026,0 0 0 1px #ffffff4d,inset 0 1px 0 #fff6;height:-webkit-fit-content;height:fit-content;overflow:hidden;padding:2.5rem;position:relative}.profile-card:before{background:linear-gradient(90deg,#667eea,#764ba2);content:"";height:4px;left:0;position:absolute;right:0;top:0}.profile-card-header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.profile-avatar-section{align-items:center;display:flex;gap:1rem}.profile-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 12px 30px #667eea66,0 0 0 4px #ffffff4d,inset 0 2px 4px #fff3;display:flex;height:90px;justify-content:center;position:relative;transition:all .3s ease;width:90px}.profile-avatar:hover{box-shadow:0 16px 40px #667eea80,0 0 0 4px #fff6,inset 0 2px 4px #ffffff4d;transform:translateY(-2px) scale(1.05)}.avatar-text{color:#fff;font-size:2rem;font-weight:700}.avatar-edit-btn{align-items:center;background:#fff;border:2px solid #667eea;border-radius:50%;bottom:0;color:#667eea;cursor:pointer;display:flex;height:28px;justify-content:center;position:absolute;right:0;transition:all .2s ease;width:28px}.avatar-edit-btn:hover{background:#667eea;color:#fff;transform:scale(1.1)}.profile-info{flex:1 1}.profile-name{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:.25rem}.profile-email{color:#6b7280;margin-bottom:.5rem}.profile-badge{border-radius:20px;display:inline-block;font-size:.8rem;padding:.25rem .75rem}.edit-profile-btn,.profile-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:500}.edit-profile-btn{align-items:center;align-self:flex-start;border:none;border-radius:12px;cursor:pointer;display:flex;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.edit-profile-btn:hover{box-shadow:0 8px 25px #667eea4d;transform:translateY(-2px)}.profile-stats{grid-gap:1rem;border-top:1px solid #0000001a;display:grid;gap:1rem;grid-template-columns:1fr 1fr;padding-top:1.5rem}.stat-label{margin-bottom:.25rem}.stat-value{font-weight:600}.profile-form-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#fffffffa;border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 25px 50px #00000026,0 0 0 1px #ffffff4d,inset 0 1px 0 #fff6;overflow:hidden;padding:2.5rem;position:relative}.profile-form-card:before{background:linear-gradient(90deg,#667eea,#764ba2);content:"";height:4px;left:0;position:absolute;right:0;top:0}.profile-form{width:100%}.form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}@media (max-width:640px){.form-grid{gap:1rem;grid-template-columns:1fr}}.form-input{padding:.75rem 1rem}.form-input:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.btn-secondary{background:#f3f4f6;border:1px solid #d1d5db;color:#374151}.btn-secondary:hover{background:#e5e7eb}.change-password-container{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:2rem 0}.page-header{margin-bottom:3rem;text-align:center}.header-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;height:80px;margin:0 auto 1.5rem;width:80px}.page-title{color:#fff;font-size:2.5rem;margin-bottom:.5rem}.page-subtitle{color:#fffc;font-size:1.1rem;margin:0 auto;max-width:600px}.password-form-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 40px #0000001a;margin-bottom:2rem;padding:2.5rem}.form-header{margin-bottom:2rem;text-align:center}.form-title{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.form-subtitle{color:#6b7280}.password-form{margin:0 auto;max-width:500px}.form-group{margin-bottom:1.5rem}.form-label{align-items:center;display:flex;font-weight:500;gap:.5rem}.password-input-wrapper{position:relative}.form-input{background:#fff;font-size:.9rem;padding:.75rem 3rem .75rem 1rem;transition:all .2s ease}.form-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-input.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.password-toggle{background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;padding:.25rem;position:absolute;right:1rem;top:50%;transform:translateY(-50%);transition:all .2s ease}.password-toggle:hover{background:#f3f4f6;color:#374151}.error-message{color:#ef4444;font-size:.8rem;gap:.25rem}.error-message,.password-strength{align-items:center;display:flex;margin-top:.5rem}.password-strength{gap:.75rem}.strength-bar{background:#e5e7eb;border-radius:2px;flex:1 1;height:4px;overflow:hidden}.strength-fill{border-radius:2px;height:100%;transition:all .3s ease}.strength-label{font-size:.8rem;font-weight:500;min-width:60px}.password-requirements{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1.5rem;padding:1rem}.requirements-title{color:#374151;font-size:.9rem;font-weight:600;margin-bottom:.75rem}.requirements-list{grid-gap:.5rem;display:grid;gap:.5rem;list-style:none;margin:0;padding:0}.requirements-list li{align-items:center;color:#6b7280;display:flex;font-size:.8rem;gap:.5rem;transition:all .2s ease}.requirements-list li.valid{color:#10b981}.requirements-list li svg{opacity:.5;transition:all .2s ease}.requirements-list li.valid svg{opacity:1}.form-actions{border-top:1px solid #0000001a;padding-top:1.5rem;text-align:center}.btn-primary{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.875rem 2rem;transition:all .2s ease}.btn-primary:hover{box-shadow:0 8px 25px #667eea4d;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6;transform:none}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}.security-tips{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:2rem}.tips-title{color:#1f2937;font-size:1.1rem;font-weight:600;margin-bottom:1rem;text-align:center}.tips-list{grid-gap:.75rem;display:grid;gap:.75rem;list-style:none;margin:0;padding:0}.tips-list li{align-items:flex-start;color:#6b7280;display:flex;font-size:.9rem;gap:.5rem;line-height:1.5}.tips-list li:before{color:#667eea;content:"•";flex-shrink:0;font-weight:700}@media (max-width:640px){.change-password-container{padding:1rem 0}.password-form-card{margin:0 1rem 1rem;padding:1.5rem}.security-tips{margin:0 1rem;padding:1.5rem}.page-title{font-size:2rem}.header-icon{height:60px;width:60px}}.question-history-container{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:2rem 0}.header-stats{display:flex;gap:2rem}.stat-item{text-align:center}.stat-value{color:#667eea}.stat-label{font-size:.8rem;margin-top:.25rem}.filters-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 40px #0000001a;margin-bottom:2rem;padding:1.5rem}.filters-grid{grid-gap:1.5rem;align-items:end;display:grid;gap:1.5rem;grid-template-columns:2fr 1fr 1fr}@media (max-width:768px){.filters-grid{gap:1rem;grid-template-columns:1fr}}.filter-input,.filter-select{background:#fff;border:2px solid #e5e7eb;border-radius:12px;font-size:.9rem;padding:.75rem 1rem;transition:all .2s ease}.filter-input:focus,.filter-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.questions-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.question-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 25px #00000014;overflow:hidden;transition:all .2s ease}.question-card:hover{box-shadow:0 12px 35px #0000001f;transform:translateY(-2px)}.question-header{align-items:flex-start;display:flex;justify-content:space-between;padding:1.5rem}.question-info{flex:1 1;margin-right:1rem}.question-text{color:#1f2937;font-size:1.1rem;font-weight:600;line-height:1.4;margin-bottom:.75rem}.question-meta{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.difficulty-badge{border-radius:20px;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.question-date{align-items:center;color:#6b7280;display:flex;font-size:.8rem;gap:.25rem}.question-actions{gap:.5rem}.action-btn,.question-actions{align-items:center;display:flex}.action-btn{background:#f3f4f6;border:none;border-radius:8px;color:#6b7280;cursor:pointer;height:36px;justify-content:center;transition:all .2s ease;width:36px}.action-btn:hover{background:#e5e7eb;color:#374151;transform:scale(1.05)}.action-btn.delete:hover{background:#fee2e2;color:#dc2626}.expand-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.expand-btn:hover{box-shadow:0 4px 15px #667eea4d;transform:scale(1.05)}.question-solution{background:#f8fafc;border-top:1px solid #e5e7eb}.solution-header{border-bottom:1px solid #e5e7eb;padding:1rem 1.5rem}.solution-header h4{color:#374151;font-size:1rem;font-weight:600;margin:0}.solution-content{background:#fff;border-radius:0 0 16px 16px;color:#4b5563;font-family:Monaco,Menlo,Ubuntu Mono,monospace;line-height:1.6;padding:1.5rem;white-space:pre-wrap}.empty-state{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 40px #0000001a}@media (max-width:768px){.question-history-container{padding:1rem 0}.page-header{flex-direction:column;gap:1.5rem;padding:1.5rem;text-align:center}.header-stats{justify-content:center}.question-header{align-items:stretch;flex-direction:column;gap:1rem}.question-actions{justify-content:flex-end}.page-title{font-size:1.5rem}.filters-card{margin:0 1rem 1rem;padding:1rem}.pagination,.questions-list{margin:0 1rem}}.credit-history-container{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:2rem 0}.page-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 40px #0000001a;justify-content:space-between;margin-bottom:2rem;padding:2rem}.header-content,.page-header{align-items:center;display:flex}.header-content{gap:1rem}.header-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 8px 25px #667eea4d;color:#fff;display:flex;height:60px;justify-content:center;width:60px}.page-title{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:.25rem}.page-subtitle{color:#6b7280;font-size:1rem}.current-balance{align-items:center;display:flex}.balance-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 8px 25px #667eea4d;color:#fff;padding:1rem 1.5rem;text-align:center}.balance-label{font-size:.8rem;opacity:.9}.balance-label,.balance-value{display:block;margin-bottom:.25rem}.balance-value{font-size:2rem;font-weight:700}.balance-type{display:block;font-size:.8rem;opacity:.9}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.stat-card{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 25px #00000014;display:flex;gap:1rem;padding:1.5rem;transition:all .2s ease}.stat-card:hover{box-shadow:0 12px 35px #0000001f;transform:translateY(-2px)}.stat-card.earned .stat-icon{background:linear-gradient(135deg,#10b981,#059669)}.stat-card.spent .stat-icon{background:linear-gradient(135deg,#ef4444,#dc2626)}.stat-card.transactions .stat-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.stat-icon{align-items:center;border-radius:12px;box-shadow:0 4px 15px #0003;color:#fff;display:flex;height:48px;justify-content:center;width:48px}.stat-content{flex:1 1}.stat-value{color:#1f2937;display:block;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.stat-label{color:#6b7280;display:block;font-size:.9rem}.filter-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 25px #00000014;margin-bottom:2rem;padding:1.5rem}.filter-group{display:flex;flex-direction:column;max-width:300px}.filter-label{align-items:center;color:#374151;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;margin-bottom:.5rem}.filter-select{background:#fff;border:2px solid #e5e7eb;border-radius:12px;font-size:.9rem;padding:.75rem 1rem;transition:all .2s ease}.filter-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.transactions-list{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#fffffffa;border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 25px 50px #00000026,0 0 0 1px #ffffff4d,inset 0 1px 0 #fff6;margin-bottom:2rem;overflow:hidden;position:relative}.transactions-list:before{background:linear-gradient(90deg,#667eea,#764ba2);content:"";height:4px;left:0;position:absolute;right:0;top:0}.transactions-table{width:100%}.table-header{grid-gap:1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0;display:grid;gap:1rem;grid-template-columns:2fr 1fr 1fr 1fr;padding:1.5rem 2rem;position:relative}.table-header:after{background:linear-gradient(90deg,#0000,#667eea 50%,#0000);bottom:0;content:"";height:1px;left:2rem;position:absolute;right:2rem}.header-cell{align-items:center;color:#1f2937;display:flex;font-size:.85rem;font-weight:700;gap:.5rem;letter-spacing:.1em;text-transform:uppercase}.header-cell:before{background:#667eea;border-radius:50%;content:"";height:3px;width:3px}.transaction-row{grid-gap:1rem;align-items:center;border-bottom:1px solid #f1f5f9;display:grid;gap:1rem;grid-template-columns:2fr 1fr 1fr 1fr;min-height:80px;padding:1.5rem 2rem;position:relative;transition:all .3s ease}.transaction-row:before{background:#0000;bottom:0;content:"";left:0;position:absolute;top:0;transition:all .3s ease;width:4px}.transaction-row:hover{background:linear-gradient(135deg,#f8fafc,#f1f5f9);transform:translateX(4px)}.transaction-row:hover:before{background:linear-gradient(135deg,#667eea,#764ba2)}.transaction-row:last-child{border-bottom:none}.transaction-info{align-items:center;display:flex;gap:1rem}.transaction-icon{align-items:center;border:2px solid;border-radius:12px;display:flex;height:44px;justify-content:center;position:relative;transition:all .3s ease;width:44px}.transaction-icon:after{background:linear-gradient(135deg,#0000,#667eea1a);border-radius:12px;content:"";inset:-2px;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:2px;position:absolute}.transaction-details{flex:1 1;min-width:0}.transaction-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;color:#1f2937;display:-webkit-box;font-size:.95rem;font-weight:600;line-height:1.3;margin-bottom:.25rem;max-height:2.6rem;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.transaction-type{background:#f3f4f6;border-radius:6px;color:#6b7280;display:inline-block;font-size:.75rem;font-weight:500;letter-spacing:.05em;padding:.25rem .5rem;text-transform:uppercase}.transaction-amount{align-items:center;display:flex;font-size:1.1rem;font-weight:700;gap:.25rem}.transaction-amount.positive{color:#059669}.transaction-amount.positive:before{content:"↗";font-size:.8rem;opacity:.7}.transaction-amount.negative{color:#dc2626}.transaction-amount.negative:before{content:"↘";font-size:.8rem;opacity:.7}.transaction-balance{color:#374151;font-size:1rem;font-weight:600;text-align:center}.transaction-balance,.transaction-date{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.5rem .75rem}.transaction-date{align-items:center;color:#6b7280;display:flex;font-size:.85rem;font-weight:500;gap:.5rem}.empty-state{padding:4rem 2rem;text-align:center}.empty-state svg{color:#9ca3af;margin-bottom:1rem}.empty-state h3{color:#374151;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.empty-state p{color:#6b7280;margin:0 auto;max-width:400px}.pagination{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 25px #00000014;display:flex;gap:1rem;justify-content:center;padding:1rem 2rem}.pagination-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.pagination-btn:hover:not(:disabled){box-shadow:0 4px 15px #667eea4d;transform:translateY(-1px)}.pagination-btn:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.pagination-info{color:#374151;font-weight:500}@media (max-width:768px){.credit-history-container{padding:1rem 0}.page-header{flex-direction:column;gap:1.5rem;padding:1.5rem;text-align:center}.stats-grid{gap:1rem;grid-template-columns:1fr}.table-header{display:none}.transaction-row{background:#fffffff2;border-radius:12px;box-shadow:0 4px 15px #00000014;gap:1rem;grid-template-columns:1fr;margin-bottom:1rem;padding:1.5rem}.transaction-row:hover{transform:none}.transaction-info{margin-bottom:1rem}.transaction-amount,.transaction-balance,.transaction-date{font-size:.95rem;justify-self:start}.transaction-balance,.transaction-date{background:#0000;border:none;padding:0}.mobile-row{align-items:center;display:flex;justify-content:space-between;margin-top:.5rem}.mobile-label{color:#6b7280;font-size:.75rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.page-title{font-size:1.5rem}.filter-card{padding:1rem}.filter-card,.transactions-list{margin:0 1rem 1rem}.pagination{margin:0 1rem}}.forgot-password-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:2rem 1rem}.forgot-password-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 25px 50px #00000026;max-width:450px;overflow:hidden;padding:3rem 2rem;position:relative;width:100%}.forgot-password-card:before{background:var(--gradient-primary);content:"";height:4px;left:0;position:absolute;right:0;top:0}.forgot-password-header{margin-bottom:2rem;text-align:center}.forgot-password-logo{gap:.75rem;margin-bottom:1.5rem;text-decoration:none}.forgot-password-logo,.forgot-password-logo-icon{align-items:center;display:flex;justify-content:center}.forgot-password-logo-icon{background:var(--gradient-primary);border-radius:12px;color:#fff;font-size:1.5rem;font-weight:700;height:3rem;width:3rem}.forgot-password-logo-text{-webkit-text-fill-color:#0000;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:700}.forgot-password-title{color:#1a202c;font-size:2rem;font-weight:700;margin-bottom:.5rem}.forgot-password-subtitle{color:#64748b;font-size:.95rem;line-height:1.5}.forgot-password-form{gap:1.5rem}.forgot-password-form,.form-group{display:flex;flex-direction:column}.form-label{color:#374151;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.input-wrapper{position:relative}.form-input{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;box-sizing:border-box;font-size:.95rem;outline:none;padding:.875rem 1rem;transition:all .3s ease;width:100%}.form-input:focus{background:#fff;border-color:var(--primary-color);box-shadow:0 0 0 4px #6366f11a}.form-input::placeholder{color:#9ca3af}.forgot-password-button{align-items:center;background:var(--gradient-primary);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:.5rem;padding:1rem 2rem;transition:all .3s ease}.forgot-password-button:hover{box-shadow:0 10px 25px #6366f14d;transform:translateY(-2px)}.forgot-password-button:active{transform:translateY(0)}.forgot-password-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.back-to-email,.back-to-login{margin-top:1.5rem;text-align:center}.back-link{align-items:center;color:var(--primary-color);display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;text-decoration:none;transition:color .2s ease}.back-link:hover{color:var(--primary-hover)}.spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:1.25rem;width:1.25rem}@keyframes spin{to{transform:rotate(1turn)}}.dark .forgot-password-card{background:#1e293bf2;border:1px solid #3341554d}.dark .forgot-password-title{color:#f1f5f9}.dark .forgot-password-subtitle{color:#94a3b8}.dark .form-label{color:#e2e8f0}.dark .form-input{background:#334155;border-color:#475569;color:#f1f5f9}.dark .form-input:focus{background:#475569;border-color:var(--primary-color)}@media (max-width:640px){.forgot-password-container{padding:1rem .5rem}.forgot-password-card{border-radius:16px;padding:2rem 1.5rem}.forgot-password-title{font-size:1.75rem}}