:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f8fafc}body{margin:0;padding:0;width:100%;min-height:100vh}h1,h2,h3,h4,p{margin:0}.public-header{display:flex;justify-content:space-between;align-items:center;padding:.9rem 1rem;border-bottom:1px solid #e5e7eb;background:#fff;gap:1rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.public-header .brand a{font-weight:600;color:#0f172a;text-decoration:none;font-size:1.05rem}.public-header .nav-links{display:flex;align-items:center;gap:.6rem;color:#334155}.public-header a{color:#0366d6;text-decoration:none;padding:.15rem .4rem;border-radius:6px}.public-header a:hover{background:#0366d614}.public-header .sep{color:#94a3b8;margin:0 .25rem}.main-navbar{background-color:#fff;border-bottom:1px solid #e2e8f0;padding:0 20px;height:70px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 6px -1px #0000000d;position:sticky;top:0;z-index:100}.nav-brand{font-weight:800;font-size:1.4rem;color:#2563eb;white-space:nowrap}.hamburger{display:none;cursor:pointer;color:#334155;padding:5px}.nav-links{display:flex;align-items:center;gap:30px}.nav-links a{text-decoration:none;color:#64748b;font-weight:600;transition:color .2s}.nav-links a:hover{color:#2563eb}.nav-logout{background:#fff;border:1px solid #ef4444;color:#ef4444;padding:8px 16px;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s}.nav-logout:hover{background-color:#fee2e2}@media(max-width:768px){.hamburger{display:block}.nav-links{display:none;position:absolute;top:70px;left:0;width:100%;background-color:#fff;flex-direction:column;padding:20px;box-sizing:border-box;border-bottom:1px solid #e2e8f0;box-shadow:0 10px 15px -3px #0000001a;gap:15px}.nav-links.open{display:flex;animation:slideDown .3s ease-out}.nav-links a{width:100%;text-align:center;padding:12px 0;border-bottom:1px solid #f8fafc;font-size:1.1rem}.nav-logout{width:100%;margin-top:10px;background-color:#fee2e2;border:none;padding:15px}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.xp-widget{display:flex;flex-direction:column;gap:4px;min-width:120px}.rank-badge{font-size:.7rem;font-weight:800;text-transform:uppercase;padding:2px 6px;border-radius:4px;width:fit-content}.xp-track{width:100%;height:6px;background-color:#f1f5f9;border-radius:3px;overflow:hidden}.xp-fill{height:100%;border-radius:3px;transition:width 1s ease-out}@media(max-width:480px){.xp-widget{display:none}}.landing-container{font-family:Inter,sans-serif;overflow-x:hidden}.hero-section{display:flex;align-items:center;justify-content:space-between;padding:80px 10%;min-height:85vh;background:linear-gradient(135deg,#fff,#f8fafc);position:relative}.hero-content{max-width:600px;z-index:2}.badge-new{background-color:#eff6ff;color:#2563eb;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:700;display:inline-block;margin-bottom:20px;border:1px solid #dbeafe}.hero-title{font-size:3.5rem;line-height:1.1;color:#0f172a;margin-bottom:20px;font-weight:800}.highlight{background:linear-gradient(120deg,#2563eb,#3b82f6);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.2rem;color:#64748b;line-height:1.6;margin-bottom:30px}.hero-buttons{display:flex;gap:15px;margin-bottom:40px}.btn-primary{background-color:#2563eb;color:#fff;padding:14px 28px;border-radius:12px;font-weight:600;text-decoration:none;display:flex;align-items:center;gap:10px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #2563eb4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 15px #2563eb66}.btn-secondary{background-color:#fff;color:#334155;padding:14px 28px;border-radius:12px;font-weight:600;text-decoration:none;border:1px solid #cbd5e1;transition:background .2s}.btn-secondary:hover{background-color:#f1f5f9;color:#0f172a}.hero-stats{display:flex;align-items:center;gap:20px;color:#334155}.stat-item{display:flex;flex-direction:column}.stat-item strong{font-size:1.2rem;color:#0f172a}.stat-item span{font-size:.9rem;color:#64748b}.stat-divider{width:1px;height:30px;background-color:#cbd5e1}.hero-image{position:relative;width:500px;height:500px;display:flex;justify-content:center;align-items:center}.abstract-shape{width:400px;height:400px;background:linear-gradient(135deg,#dbeafe,#eff6ff);border-radius:40% 60% 70% 30%/40% 50% 60%;animation:morph 8s ease-in-out infinite;position:absolute;z-index:1}.floating-card{position:absolute;background:#fff;padding:15px 20px;border-radius:16px;box-shadow:0 10px 25px -5px #0000001a;display:flex;align-items:center;gap:15px;z-index:2;min-width:200px;animation:float 6s ease-in-out infinite}.card-1{top:20%;left:-20px;animation-delay:0s}.card-2{bottom:20%;right:-20px;animation-delay:3s}.features-section{padding:80px 10%;background-color:#fff;text-align:center}.section-header h2{font-size:2.5rem;color:#0f172a;margin-bottom:10px}.section-header p{color:#64748b;font-size:1.1rem;margin-bottom:50px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.feature-card{background:#f8fafc;padding:30px;border-radius:20px;text-align:left;border:1px solid #f1f5f9;transition:transform .2s}.feature-card:hover{transform:translateY(-5px)}.icon-box{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.blue{background:#eff6ff;color:#2563eb}.purple{background:#f3e8ff;color:#9333ea}.yellow{background:#fef9c3;color:#eab308}.feature-card h3{font-size:1.3rem;margin-bottom:10px;color:#0f172a}.feature-card p{color:#64748b;line-height:1.6}.subjects-preview{background-color:#f1f5f9;padding:80px 10%;text-align:center}.subjects-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;margin-top:40px}.subjects-list li{background:#fff;padding:15px;border-radius:10px;display:flex;align-items:center;gap:10px;font-weight:600;color:#334155;box-shadow:0 2px 5px #0000000d}.cta-section{padding:80px 20px;background:linear-gradient(135deg,#2563eb,#1d4ed8);text-align:center;color:#fff}.cta-content h2{font-size:2.5rem;margin-bottom:20px}.cta-content p{font-size:1.2rem;margin-bottom:30px;opacity:.9}.btn-white{background:#fff;color:#2563eb;padding:16px 32px;border-radius:12px;font-weight:700;text-decoration:none;font-size:1.1rem;transition:transform .2s;display:inline-block}.btn-white:hover{transform:scale(1.05)}@keyframes morph{0%{border-radius:40% 60% 70% 30%/40% 50% 60%}50%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}to{border-radius:40% 60% 70% 30%/40% 50% 60%}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@media(max-width:900px){.hero-section{flex-direction:column;text-align:center;padding-top:40px}.hero-content{margin-bottom:50px}.hero-buttons,.hero-stats{justify-content:center}.hero-image{width:100%;height:300px}.abstract-shape{width:300px;height:300px}.hero-title{font-size:2.5rem}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:20px;font-family:Inter,sans-serif}.auth-card{background:#fff;padding:40px;border-radius:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:400px;border:1px solid #fff}.auth-header{text-align:center;margin-bottom:30px}.auth-logo{font-size:1.8rem;font-weight:800;color:#2563eb;margin-bottom:10px;display:block;text-decoration:none}.auth-header h2{font-size:1.5rem;color:#1e293b;margin-bottom:8px}.auth-header p{color:#64748b;font-size:.95rem}.form-group{margin-bottom:20px;position:relative}.form-group label{display:block;font-size:.9rem;font-weight:600;color:#475569;margin-bottom:8px}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:12px;color:#94a3b8}.auth-input{width:100%;padding:12px 12px 12px 40px;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .2s;outline:none;background-color:#f8fafc}.auth-input:focus{border-color:#2563eb;background-color:#fff;box-shadow:0 0 0 4px #2563eb1a}.auth-btn{width:100%;padding:14px;background-color:#0f172a;color:#fff;font-weight:700;font-size:1rem;border:none;border-radius:12px;cursor:pointer;transition:all .2s;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:8px}.auth-btn:hover:not(:disabled){background-color:#2563eb;transform:translateY(-2px)}.auth-btn:disabled{background-color:#cbd5e1;cursor:not-allowed}.auth-footer{margin-top:25px;text-align:center;font-size:.9rem;color:#64748b}.auth-link{color:#2563eb;font-weight:600;text-decoration:none}.auth-link:hover{text-decoration:underline}.error-msg{background-color:#fee2e2;color:#b91c1c;padding:10px;border-radius:8px;font-size:.9rem;margin-bottom:20px;border:1px solid #fecaca;display:flex;align-items:center;gap:8px}:root{--primary-color: #2563eb;--secondary-color: #64748b;--bg-color: #f8fafc;--card-bg: #ffffff;--success-color: #22c55e;--warning-color: #f59e0b}.dashboard-container{max-width:1200px;margin:0 auto;padding:30px 20px;font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-color);min-height:100vh}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.dashboard-header h1{font-size:2rem;color:#1e293b;margin:0;font-weight:700}.dashboard-header p{color:var(--secondary-color);margin-top:5px}.logout-btn-top{background-color:#fff;border:1px solid #e2e8f0;color:#ef4444;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.logout-btn-top:hover{background-color:#fee2e2;border-color:#fecaca}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:30px}@media(max-width:900px){.dashboard-grid{grid-template-columns:1fr}}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.stat-card{background:var(--card-bg);padding:20px;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #f1f5f9;display:flex;flex-direction:column}.stat-title{font-size:.9rem;color:var(--secondary-color);font-weight:500;margin-bottom:10px}.stat-value{font-size:2rem;font-weight:800;color:#0f172a}.stat-desc{font-size:.8rem;color:var(--success-color);margin-top:5px}.main-actions{display:flex;flex-direction:column;gap:20px}.action-banner{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:40px;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #2563eb4d;display:flex;justify-content:space-between;align-items:center}.banner-content h2{margin:0 0 10px;font-size:1.8rem}.banner-content p{margin:0 0 20px;opacity:.9;max-width:400px}.primary-btn{background-color:#fff;color:var(--primary-color);padding:12px 25px;border:none;border-radius:10px;font-weight:700;cursor:pointer;box-shadow:0 4px 6px #0000001a;transition:transform .2s}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 6px 8px #00000026}.secondary-actions-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.small-action-card{background:#fff;padding:25px;border-radius:16px;border:1px solid #e2e8f0;cursor:pointer;transition:all .2s}.small-action-card:hover{border-color:var(--primary-color);transform:translateY(-3px)}.small-action-card h3{margin-top:0;color:#334155}.sidebar-section{background:#fff;border-radius:16px;padding:25px;border:1px solid #e2e8f0;height:fit-content}.sidebar-section h3{margin-top:0;margin-bottom:20px;color:#0f172a}.history-list{list-style:none;padding:0;margin:0}.history-item{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid #f1f5f9}.history-item:last-child{border-bottom:none}.history-score{background:#f1f5f9;padding:5px 12px;border-radius:20px;font-weight:700;font-size:.9rem}.score-good{color:var(--success-color);background:#dcfce7}.score-avg{color:var(--warning-color);background:#fef3c7}.score-bad{color:#ef4444;background:#fee2e2}.goals-analysis-section{background:#fff;border-radius:16px;padding:25px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d;margin-bottom:20px}.edit-goals-link{background:none;border:none;color:#2563eb;font-size:.85rem;font-weight:600;cursor:pointer;text-decoration:underline}.goals-status-list{display:flex;flex-direction:column;gap:15px}.goal-status-card{border-bottom:1px solid #f1f5f9;padding-bottom:15px}.goal-status-card:last-child{border-bottom:none;padding-bottom:0}.goal-info{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.school-name-dash{font-size:.95rem;color:#334155;display:flex;flex-direction:column;gap:2px}.badge-dash{font-size:.7rem;font-weight:700;padding:1px 5px;border-radius:4px;width:fit-content}.badge-dash.UNAM{background:#eff6ff;color:#1d4ed8}.badge-dash.IPN{background:#fef2f2;color:#b91c1c}.status-text{font-size:.85rem;font-weight:700;text-align:right}.status-text.success{color:#22c55e}.status-text.pending{color:#f59e0b}.goal-progress-track{width:100%;height:10px;background:#f1f5f9;border-radius:5px;position:relative;overflow:hidden}.goal-progress-bar{height:100%;border-radius:5px;transition:width 1s ease}.bg-success{background:#22c55e}.bg-warning{background:#f59e0b}.empty-goals-dash{text-align:center;padding:20px;background:#f8fafc;border-radius:8px;color:#94a3b8}.empty-goals-dash button{margin-top:10px;padding:8px 16px;background:#fff;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer;color:#64748b}.performance-card{background:#fff;padding:25px;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d;margin-bottom:20px}.subjects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.subject-performance-card{display:flex;align-items:center;gap:15px;padding:15px;background:#f8fafc;border-radius:12px;border:1px solid #f1f5f9;transition:transform .2s}.subject-performance-card:hover{transform:translateY(-2px);border-color:#e2e8f0;background:#fff;box-shadow:0 4px 10px -3px #0000000d}.subject-icon-container{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.subject-details{flex-grow:1}.subject-details h4{margin:0 0 8px;font-size:.9rem;color:#334155;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.progress-thick-track{height:12px;background:#e2e8f0;border-radius:6px;overflow:hidden}.progress-thick-fill{height:100%;border-radius:6px;transition:width 1s ease,background-color .3s}.subject-score{text-align:right;min-width:50px;flex-shrink:0}.subject-score strong{display:block;font-size:1.1rem;line-height:1}.subject-score small{font-size:.75rem;color:#64748b}.history-score-badge{background:#f1f5f9;padding:6px 12px;border-radius:20px;font-weight:700;color:#475569;font-size:.9rem}.goals-container{max-width:1200px;margin:0 auto;padding:30px 20px;font-family:Inter,sans-serif;color:#334155}.goals-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px;flex-wrap:wrap;gap:20px}.header-text h1{display:flex;align-items:center;gap:10px;font-size:2rem;color:#0f172a;margin-bottom:8px}.icon-title{color:#eab308}.header-text p{font-size:1.1rem;color:#64748b}.progress-card{background:#fff;padding:15px 25px;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d;min-width:250px}.progress-labels{display:flex;justify-content:space-between;margin-bottom:8px;font-size:.9rem}.goals-progress-track{height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.goals-progress-fill{height:100%;transition:width .5s ease,background-color .3s}.goals-layout{display:grid;grid-template-columns:350px 1fr;gap:30px;align-items:start}@media(max-width:900px){.goals-layout{grid-template-columns:1fr}}.my-selection-panel{background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 10px 15px -3px #0000000d;padding:20px;position:sticky;top:100px}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #f1f5f9}.panel-header h3{margin:0;font-size:1.1rem;color:#0f172a}.save-btn{display:flex;align-items:center;gap:6px;background:#0f172a;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s}.save-btn:hover{background:#334155}.save-btn.saving{background:#22c55e;cursor:default}.selection-list{display:flex;flex-direction:column;gap:10px}.selected-item{display:flex;align-items:center;gap:12px;background:#f8fafc;padding:12px;border-radius:10px;border:1px solid #e2e8f0;transition:transform .2s}.selected-item:hover{transform:translate(5px);border-color:#cbd5e1}.rank-number{width:24px;height:24px;background:#cbd5e1;color:#fff;border-radius:50%;font-size:.8rem;font-weight:700;display:flex;align-items:center;justify-content:center}.school-info{flex-grow:1}.school-info h4{margin:0 0 4px;font-size:.95rem;color:#334155}.school-info small{color:#64748b;font-size:.8rem}.badge{display:inline-block;font-size:.7rem;padding:2px 6px;border-radius:4px;font-weight:700;margin-right:6px;margin-bottom:4px}.badge.UNAM{background:#eff6ff;color:#1d4ed8}.badge.IPN{background:#fef2f2;color:#b91c1c}.remove-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:5px}.remove-btn:hover{color:#ef4444}.empty-selection{text-align:center;padding:40px 20px;color:#94a3b8;border:2px dashed #e2e8f0;border-radius:12px}.catalog-filters{display:flex;gap:10px;margin-bottom:20px}.filter-btn{background:#fff;border:1px solid #e2e8f0;padding:8px 16px;border-radius:20px;color:#64748b;cursor:pointer;font-weight:500;transition:all .2s}.filter-btn.active,.filter-btn:hover{background:#0f172a;color:#fff;border-color:#0f172a}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:15px}.catalog-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:15px;display:flex;flex-direction:column;justify-content:space-between;transition:all .2s}.catalog-card:hover{transform:translateY(-3px);box-shadow:0 10px 15px -3px #0000000d;border-color:#cbd5e1}.catalog-card.selected{opacity:.6;background:#f1f5f9;pointer-events:none}.card-top{display:flex;justify-content:space-between;margin-bottom:10px}.badge-mini{font-size:.7rem;font-weight:800;padding:2px 6px;border-radius:4px}.badge-mini.UNAM{color:#1d4ed8;background:#dbeafe}.badge-mini.IPN{color:#b91c1c;background:#fee2e2}.score-pill{font-size:.75rem;background:#f1f5f9;padding:2px 8px;border-radius:10px;color:#475569;font-weight:600}.catalog-card h4{margin:0 0 15px;font-size:.95rem;line-height:1.4}.add-btn{width:100%;padding:8px;background:#fff;border:1px solid #2563eb;color:#2563eb;border-radius:8px;cursor:pointer;font-weight:600;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:5px;transition:all .2s}.add-btn:hover:not(:disabled){background:#2563eb;color:#fff}.loading-goals{text-align:center;padding:50px;font-size:1.2rem;color:#64748b}.units-container{max-width:1000px;margin:0 auto;padding:30px 20px;font-family:Inter,sans-serif}.units-header{margin-bottom:40px}.units-title{font-size:2rem;color:#1e293b;margin-bottom:10px}.units-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:25px}.unit-card{background:#fff;border-radius:16px;padding:25px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d;transition:all .2s ease;display:flex;flex-direction:column;justify-content:space-between}.unit-card.unlocked{cursor:pointer;border-left:5px solid #2563eb}.unit-card.unlocked:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.unit-card.locked{opacity:.7;background-color:#f8fafc;cursor:not-allowed;border-left:5px solid #cbd5e1}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.unit-name{font-size:1.25rem;margin:0;color:#0f172a}.unit-description{font-size:.9rem;color:#64748b;margin-bottom:20px;line-height:1.5}.progress-section{margin-bottom:20px}.progress-info{display:flex;justify-content:space-between;font-size:.85rem;font-weight:600;color:#475569;margin-bottom:5px}.progress-bar{height:8px;background-color:#e2e8f0;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background-color:#2563eb;transition:width .5s ease-in-out}.lessons-count{font-size:.8rem;color:#94a3b8;margin-top:5px;text-align:right}.btn-enter{width:100%;padding:10px;background-color:#eff6ff;color:#2563eb;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.unit-card.unlocked:hover .btn-enter{background-color:#2563eb;color:#fff}.btn-locked{width:100%;padding:10px;background:none;color:#94a3b8;border:1px dashed #cbd5e1;border-radius:8px}.detail-container{max-width:900px;margin:0 auto;padding:30px 20px;font-family:Inter,sans-serif;color:#1e293b}.error-view{text-align:center;padding-top:50px}.error-view button{margin-top:20px;padding:10px 20px;background:#2563eb;color:#fff;border:none;border-radius:8px;cursor:pointer}.detail-header{background:#fff;border-radius:16px;padding:30px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d;margin-bottom:40px}.back-btn{background:none;border:none;display:flex;align-items:center;gap:8px;color:#64748b;font-weight:600;cursor:pointer;margin-bottom:20px;padding:0}.back-btn:hover{color:#2563eb}.subject-badge{display:inline-block;background:#eff6ff;color:#2563eb;padding:4px 10px;border-radius:6px;font-size:.8rem;font-weight:700;margin-bottom:10px}.header-content h1{font-size:2.5rem;margin-bottom:10px;color:#0f172a}.header-content p{color:#64748b;font-size:1.1rem}.lessons-list h3{margin-bottom:20px;font-size:1.2rem}.lessons-grid{display:flex;flex-direction:column;gap:15px}.lesson-card{display:flex;align-items:center;background:#fff;padding:20px;border-radius:12px;border:1px solid #e2e8f0;text-decoration:none;color:inherit;transition:all .2s}.lesson-card:hover{border-color:#2563eb;transform:translate(5px);box-shadow:0 4px 12px #2563eb1a}.lesson-number{width:35px;height:35px;background:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#64748b;margin-right:20px}.lesson-card:hover .lesson-number{background:#2563eb;color:#fff}.lesson-info{flex-grow:1;display:flex;justify-content:space-between;align-items:center}.lesson-info h4{margin:0;font-size:1.1rem}.start-learning{display:flex;align-items:center;gap:5px;font-size:.9rem;color:#2563eb;font-weight:600;opacity:0;transition:opacity .2s}.lesson-card:hover .start-learning{opacity:1}.empty-state{text-align:center;padding:40px;background:#f8fafc;border-radius:12px;border:1px dashed #cbd5e1;color:#94a3b8}.content-page-container{max-width:800px;margin:20px auto 40px;padding:30px 20px;font-family:Inter,sans-serif;color:#334155;background-color:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d}.lesson-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:15px;border-bottom:1px solid #f1f5f9}.back-link{background:none;border:none;color:#64748b;cursor:pointer;font-size:.95rem;font-weight:500;display:flex;align-items:center;gap:5px}.back-link:hover{color:#2563eb}.audio-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:20px;border:1px solid #e2e8f0;background:#fff;color:#2563eb;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease}.audio-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.audio-btn.speaking{background:#eff6ff;border-color:#2563eb;animation:pulse 1.5s infinite}.ai-explain-btn{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff;border:none;padding:12px 24px;border-radius:12px;cursor:pointer;font-weight:700;font-size:.95rem;box-shadow:0 4px 12px #a855f740;transition:transform .2s}.ai-explain-btn:hover:not(:disabled){transform:translateY(-2px)}.ai-explain-btn:disabled{opacity:.7;cursor:wait}.lesson-title{font-size:2.2rem;color:#0f172a;margin-bottom:25px;line-height:1.2}.lesson-html{font-size:1.15rem;line-height:1.8;color:#1e293b}.lesson-html h3{color:#2563eb;margin-top:40px;font-size:1.5rem}.lesson-html ul{background-color:#f8fafc;padding:20px 20px 20px 40px;border-radius:12px;margin-bottom:25px}.divider{margin:50px 0;border:0;border-top:1px solid #e2e8f0}.quiz-section{background:#f8fafc;padding:30px;border-radius:16px;border:1px solid #e2e8f0;margin-bottom:40px;transition:all .3s ease}.quiz-section.dynamic-mode{background:#f5f3ff;border:1px solid #c4b5fd}.quiz-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.quiz-header-row h3{margin:0;color:#0f172a;font-size:1.2rem}.ai-quiz-btn{background:none;border:none;color:#6366f1;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600;padding:5px 10px;border-radius:6px}.ai-quiz-btn:hover{background-color:#6366f11a}.spin-anim{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.quiz-question{font-weight:600;font-size:1.1rem;margin-bottom:25px;color:#334155}.quiz-options{display:grid;gap:12px}.quiz-opt-btn{padding:15px 20px;text-align:left;background:#fff;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;font-size:1rem;color:#475569;transition:all .2s;font-weight:500}.quiz-opt-btn:hover:not(:disabled){border-color:#94a3b8;background-color:#fcfcfc}.quiz-opt-btn.selected{border-color:#2563eb;background:#eff6ff;color:#2563eb;font-weight:600}.quiz-opt-btn.correct{border-color:#22c55e;background:#dcfce7;color:#15803d}.quiz-opt-btn.wrong{border-color:#ef4444;background:#fee2e2;color:#b91c1c;opacity:.8}.check-answer-btn{margin-top:25px;background:#0f172a;color:#fff;border:none;padding:12px 25px;border-radius:8px;cursor:pointer;font-weight:600;width:100%}.check-answer-btn:disabled{opacity:.5;cursor:not-allowed}.feedback-msg{margin-top:20px;padding:15px;border-radius:8px;font-weight:600;animation:fadeIn .3s ease-out}.feedback-msg.success{background:#dcfce7;border:1px solid #86efac;color:#15803d}.feedback-msg.error{background:#fee2e2;border:1px solid #fca5a5;color:#b91c1c;display:flex;justify-content:space-between;align-items:center}.retry-btn{font-size:.9rem;text-decoration:underline;background:none;border:none;cursor:pointer;color:#b91c1c;font-weight:600}.completion-area{text-align:center;margin-top:40px;padding-top:20px;border-top:1px dashed #e2e8f0}.complete-btn{padding:16px 32px;font-size:1.1rem;border-radius:12px;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-weight:700;background:#2563eb;color:#fff;box-shadow:0 4px 10px #2563eb33;transition:all .2s;min-width:280px}.complete-btn:hover:not(:disabled){background:#1d4ed8;transform:translateY(-2px)}.complete-btn:disabled{background:#cbd5e1;color:#64748b;cursor:not-allowed;box-shadow:none;transform:none}.complete-btn.completed{background:#22c55e;box-shadow:none;cursor:default}.loading-lesson{text-align:center;padding:60px;color:#64748b;font-size:1.2rem}@keyframes pulse{0%{box-shadow:0 0 #2563eb66}to{box-shadow:0 0 #2563eb00}}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.next-q-btn{background:#15803d;color:#fff;border:none;padding:8px 16px;border-radius:8px;cursor:pointer;font-weight:700;display:flex;align-items:center;gap:5px;box-shadow:0 2px 5px #0000001a;transition:background .2s}.next-q-btn:hover{background:#166534}.quiz-finished-state{text-align:center;padding:20px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#166534}.exam-container{max-width:800px;margin:0 auto;padding:30px 20px;font-family:Inter,sans-serif;min-height:80vh;display:flex;flex-direction:column}.intro-view{justify-content:center;align-items:center}.intro-card{background:#fff;padding:40px;border-radius:20px;text-align:center;box-shadow:0 10px 25px -5px #0000001a;border:1px solid #e2e8f0;max-width:500px;width:100%}.intro-card h1{font-size:2rem;color:#1e293b;margin-bottom:10px}.intro-desc{color:#64748b;margin-bottom:30px}.intro-stats{display:flex;justify-content:space-around;margin-bottom:30px;background:#f8fafc;padding:15px;border-radius:12px}.stat-box{display:flex;flex-direction:column}.stat-label{font-size:.8rem;color:#94a3b8;text-transform:uppercase;font-weight:700}.stat-num{font-size:1.2rem;font-weight:800;color:#334155}.intro-rules{text-align:left;list-style:none;padding:0;margin-bottom:30px}.intro-rules li{display:flex;align-items:center;gap:10px;color:#475569;margin-bottom:10px;font-size:.95rem}.start-exam-btn{width:100%;padding:16px;background:#2563eb;color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:transform .2s;box-shadow:0 4px 12px #2563eb4d}.start-exam-btn:hover{transform:translateY(-2px);background:#1d4ed8}.exam-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.progress-text{font-weight:500;color:#64748b}.timer-badge{background:#f1f5f9;color:#334155;padding:8px 16px;border-radius:20px;font-weight:700;display:flex;align-items:center;gap:8px;border:1px solid #e2e8f0}.timer-badge.low-time{background:#fee2e2;color:#ef4444;border-color:#fecaca;animation:pulse 1s infinite}.question-card{background:#fff;padding:30px;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d;flex-grow:1}.subject-badge-exam{background:#eff6ff;color:#2563eb;font-size:.8rem;font-weight:700;padding:4px 10px;border-radius:6px;text-transform:uppercase}.question-text{margin-top:15px;margin-bottom:30px;font-size:1.3rem;color:#1e293b;line-height:1.4}.options-grid{display:grid;gap:12px}.option-btn{padding:16px;text-align:left;background:#fff;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;font-size:1rem;color:#475569;transition:all .2s;display:flex;gap:12px}.option-btn:hover{border-color:#94a3b8;background:#f8fafc}.option-btn.selected{border-color:#2563eb;background:#eff6ff;color:#2563eb;font-weight:600}.opt-letter{font-weight:700;background:#f1f5f9;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:.8rem}.selected .opt-letter{background:#2563eb;color:#fff}.exam-footer{margin-top:30px;display:flex;justify-content:space-between}.nav-btn{background:#fff;border:1px solid #cbd5e1;color:#64748b;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:600}.nav-btn:hover:not(:disabled){background:#f1f5f9;color:#334155}.nav-btn:disabled{opacity:.5;cursor:not-allowed}.primary-btn{background:#0f172a;color:#fff;border:none;padding:10px 30px;border-radius:8px;font-weight:600;cursor:pointer}.primary-btn:hover:not(:disabled){background:#1e293b}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.result-view{text-align:center;padding-top:40px}.score-circle{width:160px;height:160px;border-radius:50%;background:#2563eb;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto 30px;box-shadow:0 10px 20px #2563eb4d}.score-circle span{font-size:3.5rem;font-weight:800;line-height:1}.breakdown-container{text-align:left;background:#fff;padding:20px;border-radius:12px;border:1px solid #e2e8f0}.breakdown-grid{display:grid;gap:12px;margin-top:15px}.subject-bar .bar-info{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:5px}.subject-bar .bar-track{background:#f1f5f9;height:8px;border-radius:4px;overflow:hidden}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(./KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(./KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(./KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(./KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(./KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(./KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(./KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(./KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(./KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(./KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(./KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(./KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(./KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(./KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(./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(./KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(./KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(./KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(./KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(./KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(./KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(./KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(./KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(./KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(./KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(./KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(./KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(./KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(./KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(./KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(./KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(./KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(./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(./KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(./KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(./KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(./KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(./KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(./KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(./KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(./KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(./KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(./KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(./KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(./KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(./KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(./KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(./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(./KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(./KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(./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(./KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(./KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(./KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(./KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(./KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(./KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(./KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(./KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 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.25"}.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 .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}
