.loading{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;height:100%}.loading-message{margin-top:1rem;font-size:1rem;color:var(--gray-color)}.dark .loading-message{color:var(--gray-light-color)}.notification-icon-wrapper{position:relative;display:inline-block}.notification-icon-button{background:none;border:none;cursor:pointer;padding:8px;border-radius:4px;color:var(--text-color, #333);position:relative;transition:background-color .2s}.notification-icon-button:hover{background-color:var(--hover-bg, rgba(0, 0, 0, .05))}.notification-icon-button:disabled{opacity:.6;cursor:not-allowed}.notification-badge{position:absolute;top:0;right:0;background-color:#c62828;color:#fff;border-radius:10px;padding:2px 6px;font-size:11px;font-weight:700;min-width:18px;text-align:center;transform:translate(50%,-50%);box-shadow:0 1px 3px #0000004d}.dark .notification-icon-button{color:#e0e0e0}.dark .notification-icon-button:hover{background-color:#ffffff1a}.dark .notification-badge{background-color:#ff6b6b;box-shadow:0 1px 3px #00000080}.notification-dropdown{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;width:380px;max-height:480px;display:flex;flex-direction:column;z-index:1000;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.notification-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e0e0e0}.notification-header h3{margin:0;font-size:16px;font-weight:600}.notification-header-actions{display:flex;gap:.75rem}.notification-settings-link{color:var(--text-secondary);transition:color .2s;display:flex;align-items:center}.notification-settings-link:hover{color:#2196f3}.notification-list{flex:1;overflow-y:auto;max-height:400px}.notification-loading,.notification-empty{text-align:center;padding:32px;color:var(--text-secondary)}.notification-item{display:flex;align-items:flex-start;padding:12px 16px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s;position:relative}.notification-item:hover{background-color:#f8f8f8}.notification-item.read{opacity:.7}.notification-type-icon{width:20px;height:20px;margin-right:12px;flex-shrink:0;color:var(--text-secondary)}.notification-type-icon.achievement{color:#4caf50}.notification-content{flex:1;min-width:0}.notification-content h4{margin:0 0 4px;font-size:14px;font-weight:600;color:#333}.notification-content p{margin:0 0 4px;font-size:13px;color:var(--text-secondary);line-height:1.4}.notification-time{font-size:12px;color:var(--text-secondary)}.notification-unread-indicator{width:8px;height:8px;background-color:#2196f3;border-radius:50%;margin-left:8px;flex-shrink:0}.notification-view-all{display:block;text-align:center;padding:12px;color:#2196f3;text-decoration:none;font-size:14px;border-top:1px solid #f0f0f0;transition:background-color .2s}.notification-view-all:hover{background-color:#f8f8f8}.dark .notification-dropdown{background:#2a2a2a;box-shadow:0 4px 12px #00000080}.dark .notification-header{border-bottom-color:#444}.dark .notification-item{border-bottom-color:#333}.dark .notification-item:hover{background-color:#333}.dark .notification-content h4{color:#fff}.dark .notification-content p{color:#ccc}.dark .notification-time{color:var(--text-secondary)}.dark .notification-view-all{border-top-color:#333}.dark .notification-view-all:hover{background-color:#333}.notification-container{position:relative}.header{position:fixed;top:0;left:0;right:0;background-color:#065f73;background-color:var(--primary-color, #065f73);color:#fff;padding:1rem 0;box-shadow:0 2px 4px #0000001a;z-index:1000}.header .container{display:flex;justify-content:space-between;align-items:center;position:relative}.logo{font-size:1.5rem;font-weight:700}.logo-link{display:flex;align-items:center;color:#fff;text-decoration:none;transition:transform .3s ease;padding:5px;border-radius:8px}.logo-link:hover{transform:scale(1.05)}.logo-image{height:50px;width:auto;object-fit:contain;display:block;background:#fffffff2;padding:8px;border-radius:6px;box-shadow:0 2px 4px #0000001a}.logo a{color:#fff;text-decoration:none}.nav-list{display:flex;list-style:none;margin:0;padding:0}.nav-item{margin-left:1.5rem}.nav-item a{color:#fff;text-decoration:none;font-weight:500;position:relative;padding-bottom:.25rem}.nav-item a:hover{color:#f0fdff;text-shadow:0 0 5px rgba(255,255,255,.3)}.nav-item a.active{color:#fff;font-weight:600}.nav-item a.active:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:3px;background-color:#fff;border-radius:2px;box-shadow:0 2px 8px #fff6}.auth-section{display:flex;align-items:center;gap:1rem}.auth-buttons{display:flex;gap:1rem}.auth-link{color:#fff;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:background-color .3s}.login-link:hover{background-color:#ffffff26}.register-link{background-color:#045a6a}.register-link:hover{background-color:#ffffff4d}.user-menu{position:relative}.user-menu-button{display:flex;align-items:center;gap:.75rem;background:#ffffffe6;border:2px solid rgba(0,0,0,.2);color:#1f2937;cursor:pointer;padding:.5rem 1rem;border-radius:24px;transition:all .3s;box-shadow:0 2px 8px #0000001a}.user-menu-button:hover{background:#fff;border-color:var(--primary-color);box-shadow:0 4px 12px #00ced14d}.user-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.user-name{font-weight:500}.dropdown-arrow{transition:transform .3s}.user-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:200px;z-index:1000}.user-info{padding:1rem}.user-email{font-size:.9rem;color:var(--text-secondary)}.dropdown-divider{height:1px;background-color:#e0e0e0;margin:0}.dropdown-item{display:block;width:100%;padding:.75rem 1rem;color:#333;text-decoration:none;background:none;border:none;cursor:pointer;text-align:left;transition:background-color .2s}.dropdown-item:hover{background-color:#f5f5f5}.dropdown-item.logout{color:#dc3545}.dropdown-item.logout:hover{background-color:#fee}@media (max-width: 768px){.header .container{flex-direction:column;align-items:flex-start}.logo{margin-bottom:1rem}.nav-list{flex-direction:column;width:100%}.nav-item{margin-left:0;margin-bottom:.5rem}.auth-section{margin-top:1rem;width:100%}}.theme-toggle{background:#ffffffe6;border:2px solid rgba(0,0,0,.2);border-radius:50%;width:48px;height:48px;padding:0;font-size:1.5rem;cursor:pointer;margin-right:1rem;transition:all .3s ease;display:flex;align-items:center;justify-content:center;color:#1f2937;box-shadow:0 2px 8px #0000001a}.theme-toggle:hover{background:#fff;border-color:var(--primary-color);transform:scale(1.1);box-shadow:0 4px 12px #00ced14d}.theme-toggle:focus{outline:2px solid var(--primary-color);outline-offset:2px}.dark .header{background-color:var(--color-surface);border-bottom:1px solid var(--color-border);box-shadow:0 2px 4px #0000004d}.dark .logo-link,.dark .nav-item a{color:var(--text-primary)}.dark .nav-item a:hover{color:var(--primary-color);text-shadow:0 0 10px rgba(95,229,231,.8)}.dark .nav-item a.active{color:var(--primary-color)}.dark .nav-item a.active:after{background-color:var(--primary-color);box-shadow:0 2px 8px #5fe5e780}.dark .auth-link{color:var(--text-primary)}.dark .login-link:hover{background-color:var(--hover-bg)}.dark .register-link{background-color:#065d6b;color:#fff}.dark .register-link:hover{background-color:var(--primary-color-dark)}.dark .user-avatar{background-color:var(--primary-color);color:var(--text-primary)}.dark .theme-toggle{background:var(--color-surface);border-color:var(--color-border);color:var(--text-primary);box-shadow:0 2px 8px #0000004d}.dark .theme-toggle:hover{background:var(--bg-tertiary);border-color:var(--primary-color);box-shadow:0 4px 12px #5fe5e766}.dark .theme-toggle:focus{outline-color:var(--primary-color)}.dark .user-menu-button{background:var(--color-surface);border-color:var(--color-border);color:var(--text-primary);box-shadow:0 2px 8px #0000004d}.dark .user-menu-button:hover{background:var(--bg-tertiary);border-color:var(--primary-color);box-shadow:0 4px 12px #5fe5e766}.footer{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(to bottom,#cffafe4d,#cffafe80);color:var(--color-text-primary);padding:1rem 0;border-top:2px solid var(--primary-color);width:100%;z-index:0;pointer-events:none;box-shadow:0 -2px 8px #0891b21a}.dark .footer{background:linear-gradient(to bottom,#164e634d,#164e6380);color:var(--text-primary);border-top:2px solid var(--primary-color);box-shadow:0 -2px 8px #22d3ee33}.footer-content{text-align:center;pointer-events:none}.copyright{font-size:.875rem;margin:0 0 .5rem;font-weight:500;color:var(--color-text-primary)}.trademark{font-size:.75rem;margin:0;color:var(--color-text-secondary);line-height:1.5;font-style:italic}.trademark strong{color:var(--primary-color);font-weight:600;font-style:normal}.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:var(--bg-secondary)}.error-boundary-content{max-width:600px;width:100%;background:#fff;border-radius:8px;padding:3rem;box-shadow:0 2px 10px #0000001a;text-align:center}.error-boundary h1{color:var(--error);margin-bottom:1rem;font-size:2rem}.error-boundary p{color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.error-details{margin:2rem 0;text-align:left;background-color:var(--bg-secondary);padding:1rem;border-radius:4px;border:1px solid var(--border)}.error-details summary{cursor:pointer;font-weight:600;color:var(--text-secondary);margin-bottom:.5rem}.error-details pre{margin-top:1rem;padding:1rem;background-color:#f4f4f4;border-radius:4px;overflow-x:auto;font-size:.875rem;line-height:1.5}.error-boundary-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-boundary-actions .action-button{min-width:120px}.error-boundary-actions .action-button.secondary{background-color:var(--bg-tertiary);color:var(--text-primary)}.error-boundary-actions .action-button.secondary:hover{background-color:var(--bg-secondary)}.dark .error-boundary{background:#2a2a2a;color:#e0e0e0}.dark .error-boundary h1{color:#ff6b6b}.dark .error-boundary p{color:#b0b0b0}.dark .error-boundary button{background-color:#2196f3}.dark .error-boundary button:hover{background-color:#1976d2}.app{display:flex;flex-direction:column;min-height:100vh}.skip-to-content{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;z-index:10000;padding:.75rem 1.5rem;background:var(--primary-color, #1976d2);color:#fff;font-size:1rem;font-weight:600;text-decoration:none;border-radius:0 0 4px 4px;box-shadow:0 2px 4px #0003}.skip-to-content:focus{position:fixed;top:0;left:50%;transform:translate(-50%);width:auto;height:auto;overflow:visible}.main-content{flex:1;padding:2rem;padding-top:calc(2rem + 90px);padding-bottom:calc(2rem + 100px);max-width:1200px;margin:0 auto;width:100%;min-height:100vh;box-sizing:border-box}.container{max-width:1100px;margin:0 auto;padding:1rem;width:100%;box-sizing:border-box}@media (max-width: 768px){.container{padding:.5rem;max-width:100%}.main-content{padding:1rem;padding-top:calc(1rem + 140px);padding-bottom:calc(1rem + 100px)}}.card{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;padding:1rem;margin-bottom:1rem}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.items-center{align-items:center}.gap-4{gap:1rem}.mt-4{margin-top:1rem}.mb-4,.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-control{width:100%;padding:.5rem;border:1px solid var(--gray-color);border-radius:4px;font-size:1rem}.form-control:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #4f46e533}.error-message{color:var(--error-color);font-size:.875rem;margin-top:.25rem}.success-message{color:var(--success-color);font-size:.875rem;margin-top:.25rem}.loading{display:flex;justify-content:center;align-items:center;padding:2rem}.loading-spinner{border:4px solid rgba(0,0,0,.1);border-radius:50%;border-top:4px solid var(--primary-color);width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dark .card{background-color:#1a1a1a;box-shadow:0 1px 3px #ffffff1f,0 1px 2px #ffffff3d}.dark .form-control{background-color:#333;color:#fff;border-color:#555}.dark .loading-spinner{border:4px solid rgba(255,255,255,.1);border-top:4px solid var(--primary-color-light)}.home-page{max-width:1100px;margin:0 auto}.hero{text-align:center;padding:3rem 1rem}.hero h1{font-size:2.5rem;margin-bottom:1rem}.hero-text{font-size:1.25rem;color:var(--gray-color);max-width:600px;margin:0 auto}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:1rem}.feature-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #00000026}.feature-card.highlight{border:2px solid var(--primary-color);background-color:#f8fbff}.feature-card h2{color:var(--primary-color);margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:var(--gray-color);margin-bottom:1.5rem;line-height:1.6}.feature-link{display:inline-block;color:var(--primary-color);text-decoration:none;font-weight:500;position:relative}.feature-link:after{content:"→";margin-left:.25rem;transition:transform .2s}.feature-link:hover:after{transform:translate(4px)}.dark .feature-card{background-color:#1a1a1a;box-shadow:0 2px 8px #0000004d}.dark .feature-card h2,.dark .feature-link{color:var(--primary-color-light)}.dark .hero-text{color:var(--text-secondary)}.landing-page{width:100%;overflow-x:hidden}.hero-section{min-height:600px;max-height:90vh;display:flex;align-items:center;padding:4rem 2rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%);position:relative}.hero-content{flex:1;max-width:600px;color:#fff;z-index:2}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.gradient-text{background:linear-gradient(90deg,var(--secondary-color) 0%,var(--secondary-color-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;opacity:.95}.hero-actions{display:flex;gap:1rem;margin-bottom:3rem}.cta-button{padding:1rem 2rem;font-size:1.1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease}.cta-button.primary{background:#fff;color:#0a5d71;font-weight:700}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003;background:var(--secondary-color-light)}.cta-button.secondary{background:transparent;color:#fff;border:2px solid white}.cta-button.secondary:hover{background:#fff;color:var(--accent-color)}.cta-button.large{padding:1.25rem 3rem;font-size:1.2rem}.hero-stats{display:flex;gap:3rem}.stat{display:flex;flex-direction:column}.hero-stats .stat-number{font-size:2.5rem;font-weight:800;color:#fff!important}.hero-stats .stat-label{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#fff!important}.hero-visual{flex:1;display:flex;justify-content:center;align-items:center}.brain-animation{width:400px;height:400px;position:relative}.brain-svg{width:100%;height:100%}.brain-outline{fill:none;stroke:#ffffff4d;stroke-width:2}.neural-path{fill:none;stroke-width:3;stroke-linecap:round;animation:pulse 2s ease-in-out infinite}.neural-path.visual{stroke:var(--secondary-color);animation-delay:0s}.neural-path.auditory{stroke:var(--primary-color-light);animation-delay:.5s}.neural-path.kinesthetic{stroke:var(--accent-color);animation-delay:1s}@keyframes pulse{0%,to{opacity:.3;stroke-width:2}50%{opacity:1;stroke-width:4}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.how-it-works{padding:5rem 0;background:#f8f9fa}.how-it-works h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.process-step{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014;transition:transform .3s ease}.process-step:hover{transform:translateY(-5px);box-shadow:0 5px 20px #0000001f}.step-number{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%);color:#fff;font-size:1.5rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.process-step h3{font-size:1.25rem;margin-bottom:1rem;color:#333}.process-step p{color:var(--text-secondary);line-height:1.6}.interactive-demo{padding:5rem 0;background:#fff}.interactive-demo h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#333}.demo-intro{text-align:center;font-size:1.2rem;color:var(--text-secondary);margin-bottom:2rem}.demo-selector{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.demo-button{padding:.75rem 1.5rem;background:#f8f9fa;border:2px solid #e9ecef;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;color:#333}.demo-button:hover{background:#e9ecef;color:#333}.demo-button.active{background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%);color:#fff;border-color:transparent}.demo-content{max-width:800px;margin:0 auto}.demo-panel{padding:3rem;background:#f8f9fa;border-radius:12px;animation:fadeIn .5s ease}.demo-panel h3{font-size:1.75rem;margin-bottom:2rem;text-align:center}.demo-features{display:grid;gap:1.5rem}.demo-features .feature{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff;border-radius:8px}.demo-features .icon{font-size:2rem;flex-shrink:0}.demo-features p{font-size:1.1rem;line-height:1.5;color:#333;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.features-grid{padding:5rem 0;background:#f8f9fa}.features-grid h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.features .feature{padding:2rem;background:#fff;border-radius:12px;text-align:center;transition:transform .3s ease}.features .feature:hover{transform:translateY(-5px);box-shadow:0 5px 20px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}.features .feature h3{font-size:1.25rem;margin-bottom:1rem;color:#333}.features .feature p{color:var(--text-secondary);line-height:1.6}.testimonials{padding:5rem 0;background:#fff}.testimonials h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial{padding:2rem;background:#f8f9fa;border-radius:12px;position:relative}.testimonial:before{content:'"';position:absolute;top:-10px;left:20px;font-size:4rem;color:var(--primary-color);opacity:.3}.quote{font-size:1.1rem;line-height:1.6;color:#333;margin-bottom:1.5rem;font-style:italic}.author{display:flex;flex-direction:column}.author strong{font-size:1rem;color:#333}.author span{font-size:.9rem;color:var(--text-secondary)}.cta-section{padding:5rem 0;background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%);text-align:center;color:#fff}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.cta-note{font-size:.9rem;opacity:.8;margin-top:1rem}@media (max-width: 768px){.hero-section{flex-direction:column;text-align:center;padding:3rem 1rem}.hero-title{font-size:2.5rem}.hero-actions{flex-direction:column}.hero-stats{justify-content:center}.hero-visual{display:none}.process-steps{grid-template-columns:1fr}.demo-selector{flex-direction:column}.features,.testimonial-grid{grid-template-columns:1fr}}.dark .landing-page{background-color:#1f2937}.dark .how-it-works,.dark .features-grid{background-color:#374151}.dark .how-it-works h2,.dark .features-grid h2,.dark .interactive-demo h2,.dark .testimonials h2{color:var(--text-primary)}.dark .process-step,.dark .features .feature{background:var(--color-surface)}.dark .process-step h3,.dark .features .feature h3{color:var(--text-primary)}.dark .process-step p,.dark .features .feature p,.dark .demo-intro{color:var(--text-secondary)}.dark .demo-panel{background:var(--color-surface)}.dark .demo-features .feature{background:var(--bg-secondary)}.dark .demo-features p{color:var(--text-primary)}.dark .testimonial{background:var(--color-surface)}.dark .quote,.dark .author strong{color:var(--text-primary)}.dark .author span{color:var(--text-secondary)}.dark .interactive-demo,.dark .testimonials{background-color:#1f2937}.dark .demo-button{background-color:#374151;border-color:#4b5563;color:#d1d5db}.dark .demo-button:hover{background-color:#4b5563;color:#f9fafb}.dark .hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%)}.dark .hero-content,.dark .hero-title{color:#fff}.dark .hero-subtitle{color:#fff;opacity:1}.dark .hero-stats .stat-number{color:#fff!important}.dark .hero-stats .stat-label{color:#fff!important;opacity:1;font-weight:600}.error-container{background-color:#ef44441a;border:1px solid var(--error-color);border-radius:8px;padding:1rem;margin:1rem 0;display:flex;flex-direction:column;align-items:center;text-align:center}.error-icon{background-color:var(--error-color);color:#fff;width:32px;height:32px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:18px;margin-bottom:.5rem}.error-text{color:var(--error-color);margin-bottom:.5rem}.error-retry{background-color:var(--error-color);color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.error-retry:hover{background-color:#dc2626}.dark .error-container{background-color:#ef444433}.login-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:2rem}.login-container{background:var(--color-surface);border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:2rem;width:100%;max-width:400px;border:1px solid var(--color-border)}.login-container h1{text-align:center;margin-bottom:2rem;color:var(--color-text-primary)}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-weight:600;color:var(--color-text-secondary);font-size:.9rem}.form-group input{padding:.75rem;border:1px solid var(--color-border);border-radius:4px;font-size:1rem;transition:border-color .3s;background-color:var(--color-surface)!important;color:var(--color-text-primary)!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #0891b21a}.form-group input:-webkit-autofill,.form-group input:-webkit-autofill:hover,.form-group input:-webkit-autofill:focus,.form-group input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;-webkit-text-fill-color:#1F2937!important;box-shadow:0 0 0 30px #fff inset!important;background-color:#fff!important;background-image:none!important;color:#1f2937!important;transition:background-color 5000s ease-in-out 0s}.dark .form-group input:-webkit-autofill,.dark .form-group input:-webkit-autofill:hover,.dark .form-group input:-webkit-autofill:focus,.dark .form-group input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #1F2937 inset!important;-webkit-text-fill-color:#F9FAFB!important;box-shadow:0 0 0 30px #1f2937 inset!important;background-color:#1f2937!important;color:#f9fafb!important}.login-button{background-color:var(--primary-color);color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .3s;display:flex;align-items:center;justify-content:center;min-height:44px}.login-button:hover:not(:disabled){background-color:var(--primary-color-dark)}.login-button:disabled{background-color:var(--gray-color);cursor:not-allowed}.login-footer{margin-top:2rem;text-align:center}.login-footer p{margin:.5rem 0;color:var(--text-secondary)}.login-footer a{color:var(--primary-color);text-decoration:none}.login-footer a:hover{text-decoration:underline;color:var(--primary-color-dark)}.dark .login-container{box-shadow:0 2px 10px #0000004d}.dark .form-group input:focus{box-shadow:0 0 0 3px #22d3ee1a}.register-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:2rem}.register-container{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:2rem;width:100%;max-width:450px}.register-container h1{text-align:center;margin-bottom:2rem;color:#333}.register-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#555;font-size:.9rem}.form-group input{padding:.75rem;border:1px solid var(--border);border-radius:4px;font-size:1rem;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#007bff}.register-button{background-color:#1e7e34;color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .3s;display:flex;align-items:center;justify-content:center;min-height:44px;margin-top:.5rem}.register-button:hover:not(:disabled){background-color:#218838}.register-button:disabled{background-color:#999;cursor:not-allowed}.register-footer{margin-top:2rem;text-align:center}.register-footer p{margin:.5rem 0;color:var(--text-secondary)}.register-footer a{color:#007bff;text-decoration:none}.register-footer a:hover{text-decoration:underline}.dark .register-container{background:#2a2a2a;box-shadow:0 2px 10px #0000004d}.dark .register-container h1{color:#e0e0e0}.dark .form-group label{color:#b0b0b0}.dark .form-group input{background-color:#333;border-color:#444;color:#e0e0e0}.dark .form-group input:focus{border-color:#28a745}.dark .register-footer p{color:var(--text-secondary)}.dark .register-footer a{color:#4da6ff}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;position:relative;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.45"}.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:-moz-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 .smash{display:inline;line-height:0}.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;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex svg{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}.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-color: #065f73;--primary-color-dark: #054959;--primary-color-light: #CFFAFE;--secondary-color: #B8956A;--secondary-color-dark: #9D7F56;--secondary-color-light: #E0D4C0;--accent-color: #0E7490;--success-color: #059669;--error-color: #DC2626;--danger-color: #DC2626;--danger-light-color: #FECACA;--warning-color: #D97706;--info-color: #065f73;--dark-color: #1F2937;--light-color: #F9FAFB;--gray-color: #4B5563;--gray-light-color: #E5E7EB;--background-color: #F9FAFB;--bg-secondary: #E5E7EB;--bg-tertiary: #F3F4F6;--text-primary: #1F2937;--text-secondary: #4B5563;--text-color: #1F2937;--hover-bg: rgba(8, 145, 178, .05);--border: #D1D5DB;--error: #EF4444;--color-surface: #FFFFFF;--color-surface-hover: #ECFEFF;--color-surface-dark: #1F2937;--color-border: #E5E7EB;--color-text-primary: #1F2937;--color-text-secondary: #4B5563;--color-primary: #065f73;--color-primary-light: #CFFAFE;--color-primary-dark: #0E7490;--color-primary-on-light: #065F73;--color-success: #047857;--color-success-light: #D1FAE5;--color-success-on-light: #034D38;--color-success-rgb: 4, 120, 87;--color-warning: #B45309;--color-warning-light: #FEF3C7;--color-warning-on-light: #7C3A06;--color-info: #065f73;--color-info-light: #CFFAFE;--color-info-on-light: #065F73;--color-error: #B91C1C;--color-error-light: #FEE2E2;--color-error-on-light: #7F1D1D;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--dark-color);background-color:var(--light-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;max-width:100vw;box-sizing:border-box}body *{box-sizing:border-box}#root{overflow-x:hidden;max-width:100vw;width:100%}h1{font-size:2rem;margin-bottom:1rem}h2{font-size:1.5rem;margin-bottom:.75rem}h3{font-size:1.25rem;margin-bottom:.5rem}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--primary-color);color:#fff;cursor:pointer;transition:border-color .25s}button:hover{background-color:var(--primary-color-dark)}button:focus-visible{outline:2px solid #0891B2;outline-offset:2px;background-color:#4285f414}a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid #0891B2;outline-offset:2px;background-color:#4285f414}.dark button:focus-visible,.dark a:focus-visible,.dark input:focus-visible,.dark select:focus-visible,.dark textarea:focus-visible,.dark [tabindex]:focus-visible{outline-color:#22d3ee;background-color:#22d3ee14}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button.secondary{background-color:#fff;color:var(--primary-color);border:1px solid var(--primary-color)}button.secondary:hover{background-color:var(--gray-light-color)}button:disabled{background-color:#6b7280;color:#fff;cursor:not-allowed}.dark{color-scheme:dark;--primary-color: #22D3EE;--primary-color-dark: #06B6D4;--primary-color-light: #164E63;--secondary-color: #E0C9A9;--secondary-color-dark: #C8A882;--secondary-color-light: #F0DFC9;--accent-color: #4A7FBF;--success-color: #10B981;--error-color: #F87171;--danger-color: #F87171;--danger-light-color: #450A0A;--warning-color: #FCD34D;--info-color: #22D3EE;--dark-color: #F9FAFB;--light-color: #1F2937;--gray-color: #9CA3AF;--gray-light-color: #374151;--background-color: #1F2937;--bg-secondary: #374151;--bg-tertiary: #4B5563;--text-primary: #F9FAFB;--text-secondary: #D1D5DB;--text-color: #F9FAFB;--hover-bg: rgba(34, 211, 238, .1);--border: #4B5563;--error: #F87171;--color-surface: #2D3748;--color-surface-hover: #1A3337;--color-surface-dark: #1F2937;--color-border: #4B5563;--color-text-primary: #F9FAFB;--color-text-secondary: #D1D5DB;--color-primary: #22D3DC;--color-primary-light: #1A3337;--color-primary-dark: #5FE5E7;--color-primary-on-light: #67E8F9;--color-success: #10B981;--color-success-light: #022C22;--color-success-on-light: #6EE7B7;--color-success-rgb: 16, 185, 129;--color-warning: #FCD34D;--color-warning-light: #451A03;--color-warning-on-light: #FCD34D;--color-info: #22D3DC;--color-info-light: #1A3337;--color-info-on-light: #67E8F9;--color-error: #F87171;--color-error-light: #450A0A;--color-error-on-light: #FCA5A5;background-color:#1f2937;color:#ffffffde}.dark body{background-color:#1f2937;color:#f9fafb}.dark button{background-color:var(--primary-color);color:#1f2937}.dark button:hover{background-color:var(--primary-color-dark)}.dark button.secondary{background-color:#2d3748;color:var(--primary-color);border:1px solid var(--primary-color)}.dark button.secondary:hover{background-color:var(--gray-light-color)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
