.admin-dashboard{padding:20px;max-width:1400px;margin:0 auto}.admin-header{margin-bottom:30px}.admin-header h1{margin:0 0 8px;color:var(--primary);font-size:2rem}.admin-header p{margin:0;color:var(--subtext);font-size:1rem}.admin-loading,.admin-error,.admin-empty{text-align:center;padding:40px;color:var(--subtext);font-size:1.1rem}.admin-error{color:var(--error);margin-bottom:20px}.admin-users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px;margin-top:20px}.admin-user-card{background:#fff;border:2px solid var(--border);border-radius:12px;padding:20px;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #0000001a}.admin-user-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026;border-color:var(--primary)}.admin-user-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.admin-user-card-header h3{margin:0;color:var(--text);font-size:1.2rem}.admin-grade-badge{background:var(--primary-soft);color:var(--primary);padding:4px 12px;border-radius:12px;font-size:.85rem;font-weight:600}.admin-user-card-body{margin-bottom:16px}.admin-user-email{color:var(--subtext);font-size:.9rem;margin-bottom:12px}.admin-progress-bar-container{margin-bottom:16px}.admin-progress-label{font-size:.85rem;color:var(--subtext);margin-bottom:6px}.admin-progress-bar{width:100%;height:12px;background:#f3f4f6;border:2px solid #d1d5db;border-radius:6px;overflow:hidden;box-shadow:inset 0 2px 4px #0000000f;position:relative}.admin-progress-fill{height:100%;transition:width .3s ease;border-radius:4px;min-width:2px;box-shadow:0 1px 2px #0000001a}.admin-user-stats-row{display:flex;gap:20px;margin-bottom:16px}.admin-stat-item{flex:1;text-align:center}.admin-stat-value{font-size:1.5rem;font-weight:700;color:var(--primary)}.admin-stat-label{font-size:.8rem;color:var(--subtext);margin-top:4px}.admin-subject-mini{display:flex;gap:12px;margin-top:12px}.admin-subject-mini-item{flex:1;display:flex;justify-content:space-between;font-size:.85rem;padding:8px;background:var(--primary-soft);border-radius:6px}.admin-user-card-footer{display:flex;justify-content:space-between;padding-top:12px;border-top:1px solid var(--border);font-size:.8rem;color:var(--subtext)}.admin-date{font-size:.75rem}.admin-user-detail{max-width:1000px;margin:0 auto}.admin-user-detail-content{background:#fff;border:2px solid var(--border);border-radius:12px;padding:30px}.admin-user-detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid var(--border)}.admin-user-detail-header h2{margin:0 0 8px;color:var(--text);font-size:1.8rem}.admin-user-meta{text-align:right;color:var(--subtext);font-size:.9rem}.admin-detail-section{margin-bottom:30px}.admin-detail-section h3{margin:0 0 16px;color:var(--primary);font-size:1.3rem}.admin-progress-overview{display:flex;gap:20px;margin-bottom:16px}.admin-progress-stat{flex:1;text-align:center;padding:16px;background:var(--primary-soft);border-radius:8px}.admin-progress-stat-value{font-size:2rem;font-weight:700;color:var(--primary)}.admin-progress-stat-label{font-size:.9rem;color:var(--subtext);margin-top:4px}.admin-subject-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.admin-subject-stat-card{background:var(--primary-soft);border:2px solid var(--border);border-radius:8px;padding:20px}.admin-subject-stat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-weight:600;font-size:1.1rem}.admin-subject-stat-details{font-size:.85rem;color:var(--subtext);margin-bottom:12px}.admin-areas-list{display:flex;flex-wrap:wrap;gap:10px}.admin-area-tag{padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:500}.admin-area-strong{background:#e8f5e9;color:#2e7d32;border:1px solid #4caf50}.admin-area-weak{background:#ffebee;color:#c62828;border:1px solid #f44336}.admin-no-data{color:var(--subtext);font-style:italic}.admin-activity-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.admin-activity-item{background:var(--primary-soft);padding:20px;border-radius:8px;text-align:center}.admin-activity-label{font-size:.9rem;color:var(--subtext);margin-bottom:8px}.admin-activity-value{font-size:1.5rem;font-weight:700;color:var(--primary)}.btn-tertiary{padding:8px 16px;border:1px solid var(--border);border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;background:var(--card-bg);color:var(--subtext)}.btn-tertiary:hover:not(:disabled){background:var(--primary-soft);border-color:var(--primary);color:var(--primary)}.btn-tertiary:disabled{opacity:.5;cursor:not-allowed}.admin-my-stats-card{background:linear-gradient(135deg,var(--primary-soft) 0%,#e0e7ff 100%);border:2px solid var(--primary);border-radius:12px;padding:24px;margin-bottom:30px;box-shadow:0 4px 12px #4c6ef526;overflow:hidden}.admin-my-stats-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.admin-my-stats-header h2{margin:0;color:var(--primary);font-size:1.5rem;font-weight:700}.admin-my-stats-subjects{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px;padding-top:20px;border-top:1px solid rgba(76,110,245,.2)}.admin-my-stats-subject{flex:1 1 calc(33.333% - 12px);min-width:200px;max-width:100%;display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;border-radius:8px;font-size:.95rem;font-weight:500}.admin-filters{display:flex;gap:12px;margin-bottom:20px;flex-wrap:wrap;align-items:center}.admin-filters input,.admin-filters select{padding:8px 12px;border:1px solid var(--border);border-radius:6px;font-size:.9rem;background:#fff}.admin-filters input{flex:1;min-width:200px}.admin-filters select{min-width:150px}.admin-dual-tracker{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-bottom:16px}.admin-mini-card{background:var(--primary-soft);border:1px solid var(--border);border-radius:8px;padding:12px}.admin-mini-title{font-size:.75rem;font-weight:600;color:var(--subtext);margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.admin-progress-value{font-size:1.5rem;font-weight:700;color:var(--primary);margin-bottom:4px}.admin-mini-meta{font-size:.75rem;color:var(--subtext);margin-bottom:8px}.admin-progress-fill--accent{background:linear-gradient(90deg,#667eea,#764ba2)}.admin-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:30px;padding:20px}.admin-page-indicator{font-size:.9rem;color:var(--subtext);font-weight:500}@media (max-width: 768px){.admin-my-stats-card{padding:16px}.admin-dual-tracker{grid-template-columns:1fr}.admin-my-stats-subject{flex:1 1 100%}}.admin-sessions-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.admin-session-item{background:var(--primary-soft);border:1px solid var(--border);border-radius:8px;padding:12px;font-size:.9rem}.admin-session-item>div:first-child{font-weight:600;margin-bottom:4px;color:var(--text)}.admin-session-item>div:last-child{font-size:.85rem;color:var(--subtext)}@media (max-width: 768px){.admin-users-grid{grid-template-columns:1fr}.admin-user-detail-header{flex-direction:column;gap:16px}.admin-user-meta{text-align:left}.admin-progress-overview{flex-direction:column}.admin-subject-stats,.admin-activity-stats{grid-template-columns:1fr}}.exercises-container{padding:12px 16px;max-width:100%;margin:0 auto}.exercises-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.exercises-header h1{margin:0;color:var(--primary);font-size:1.8rem}.pass-only-badge{background:var(--easy-bg);color:var(--easy-text);padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600}.exercises-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px;padding:12px;background:var(--card-bg);border-radius:8px;border:1px solid var(--border, #e5e7eb)}.exercises-filters .filter-content{display:flex;gap:8px;flex-wrap:wrap;width:100%}.filter-group{display:flex;align-items:center;gap:8px}.filter-group label{font-size:.85rem;color:var(--subtext);font-weight:500}.filter-group select{padding:6px 12px;border:1px solid var(--border, #e5e7eb);border-radius:6px;background:var(--card-bg);color:var(--text);font-size:.85rem;cursor:pointer}.btn-reset-icon{padding:6px 10px;border:1px solid var(--border, #e5e7eb);border-radius:6px;background:var(--card-bg);color:var(--text);font-size:1.1rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:36px;height:32px}.btn-reset-icon:hover{background:var(--primary-soft);border-color:var(--primary);transform:rotate(180deg)}.btn-reset-icon:active{transform:rotate(180deg) scale(.95)}.btn-end-session{padding:6px 12px;border:1px solid var(--border, #e5e7eb);border-radius:6px;background:var(--card-bg);color:var(--text);font-size:.85rem;cursor:pointer;white-space:nowrap;display:flex;align-items:center;justify-content:center;height:32px;font-weight:500}.btn-end-session:hover{background:var(--primary-soft);border-color:var(--primary);color:var(--primary)}.btn-end-session:active{opacity:.8}.exercise-unlock-banner{margin-bottom:12px;padding:12px 16px;border-radius:8px;border:1px dashed var(--primary);background:#4c6ef514;color:var(--text)}.exercise-unlock-banner h4{margin:0 0 6px;color:var(--primary)}.exercise-unlock-banner p{margin:0 0 8px;font-size:.9rem}.unlock-progress{display:flex;gap:16px;font-size:.85rem;color:var(--subtext);flex-wrap:wrap}.exercises-score{display:flex;gap:16px;margin-bottom:12px;padding:12px 16px;background:var(--primary-soft);border-radius:8px}.score-item{display:flex;flex-direction:column;align-items:center;gap:4px}.score-item span{font-size:.85rem;color:var(--subtext)}.score-item strong{font-size:1.2rem;color:var(--text)}.exercise-header{margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--border, #e5e7eb);flex-shrink:0}.exercise-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.exercise-number{font-weight:600;color:var(--primary);font-size:.9rem}.exercise-tags{font-size:.8rem;color:var(--subtext)}.exercise-content-scrollable{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;padding-right:4px}.exercise-content-scrollable::-webkit-scrollbar{width:6px}.exercise-content-scrollable::-webkit-scrollbar-track{background:transparent}.exercise-content-scrollable::-webkit-scrollbar-thumb{background:var(--border, #e5e7eb);border-radius:3px}.exercise-content-scrollable::-webkit-scrollbar-thumb:hover{background:var(--primary)}.exercise-question{margin-bottom:16px}.exercise-question h3{margin:0;font-size:1.05rem;line-height:1.5;color:var(--text)}.exercise-options{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.exercise-option{display:flex;align-items:center;gap:12px;padding:14px 16px;border:2px solid var(--border, #e5e7eb);border-radius:8px;background:var(--card-bg);color:var(--text);cursor:pointer;text-align:left;transition:all .2s;font-size:.95rem}.exercise-option:hover:not(:disabled){border-color:var(--primary);background:var(--primary-soft)}.exercise-option.selected{border-color:var(--primary);background:var(--primary-soft)}.exercise-option.correct{border-color:var(--easy-text);background:var(--easy-bg);color:var(--easy-text)}.exercise-option.incorrect{border-color:var(--hard-text);background:var(--hard-bg);color:var(--hard-text)}.exercise-option:disabled{cursor:not-allowed}.option-label{font-weight:600;min-width:24px}.option-text{flex:1}.option-check,.option-cross{font-size:1.2rem;font-weight:700}.exercise-explanation{margin-top:12px;margin-bottom:12px;padding:12px;background:var(--primary-soft);border-radius:8px;border-left:4px solid var(--primary)}.explanation-mobile-only{display:block}.explanation-desktop-only{display:none}.explanation-header{font-weight:600;margin-bottom:8px;font-size:1rem}.explanation-text{font-size:.9rem;line-height:1.6;color:var(--text)}.exercise-actions{display:flex;justify-content:space-between;gap:12px;margin-top:auto;padding-top:12px;border-top:1px solid var(--border, #e5e7eb);flex-shrink:0}.btn-primary,.btn-secondary{padding:8px 16px;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary);opacity:.9;transform:translateY(-1px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--card-bg);color:var(--text);border:1px solid var(--border, #e5e7eb)}.btn-secondary:hover:not(:disabled){background:var(--primary-soft);border-color:var(--primary)}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.exercise-progress{display:flex;gap:6px;flex-wrap:wrap;justify-content:center;padding:12px;margin-bottom:12px;background:var(--card-bg);border-radius:8px}.progress-dot{width:12px;height:12px;border-radius:50%;background:var(--border, #e5e7eb);cursor:pointer;transition:all .2s}.progress-dot.active{background:var(--primary);transform:scale(1.3)}.progress-dot.answered{background:var(--easy-text)}.exercises-empty{text-align:center;padding:60px 20px;color:var(--subtext)}.exercises-empty h2{margin:0 0 12px;color:var(--text)}.exercise-help-section{margin-bottom:12px;background:var(--card-bg);border:1px solid var(--border, #e5e7eb);border-radius:8px;overflow:hidden}.help-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;cursor:pointer;background:var(--primary-soft);transition:background .2s}.help-header:hover{background:var(--primary-soft);opacity:.9}.help-header h3{margin:0;font-size:1rem;color:var(--primary);font-weight:600}.help-toggle{font-size:.9rem;color:var(--primary);transition:transform .2s}.help-content{padding:16px;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}.help-category{margin-bottom:16px}.help-category:last-child{margin-bottom:0}.help-category h4{margin:0 0 12px;font-size:.95rem;color:var(--primary);font-weight:600}.help-category ul{margin:0;padding-left:20px;list-style:none}.help-category li{margin-bottom:10px;font-size:.9rem;line-height:1.6;color:var(--text);position:relative}.help-category li:before{content:"•";position:absolute;left:-16px;color:var(--primary);font-weight:700}.help-category strong{color:var(--primary);font-weight:600}.exercise-question-wrapper{display:flex;gap:16px;margin-bottom:12px;flex-wrap:wrap}.exercise-card{flex:1;min-width:400px;max-width:800px;background:var(--card-bg);border:2px solid var(--border, #e5e7eb);border-radius:12px;padding:16px;display:flex;flex-direction:column;max-height:calc(100vh - 400px);min-height:400px}.exercise-side-panel{flex:0 0 350px;min-width:300px;display:flex;flex-direction:column;gap:16px}.question-tips-panel{background:var(--primary-soft);border:2px solid var(--primary);border-radius:12px;padding:16px;max-height:fit-content}.question-tips-header{margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid var(--primary)}.question-tips-header h4{margin:0;font-size:.95rem;color:var(--primary);font-weight:600}.question-tips-content ul{margin:0;padding-left:20px;list-style:none}.question-tips-content li{margin-bottom:10px;font-size:.85rem;line-height:1.5;color:var(--text);position:relative}.question-tips-content li:before{content:"💡";position:absolute;left:-20px;font-size:.8rem}@media (max-width: 768px){.exercises-container{padding:8px 12px}.exercises-header{margin-bottom:8px}.exercises-header h1{font-size:1.4rem}.exercises-filters{flex-direction:column;padding:0;margin-bottom:10px;gap:0;overflow:hidden}.filter-header-mobile{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:var(--primary-soft);border-bottom:1px solid var(--border, #e5e7eb);cursor:pointer;font-weight:600;color:var(--primary)}.filter-toggle-icon{font-size:.9rem;transition:transform .2s}.filter-content{padding:10px;gap:8px;display:flex;flex-direction:column;transition:max-height .3s ease-out,opacity .3s ease-out;overflow:hidden}.filter-content.filter-collapsed{max-height:0;padding:0 10px;opacity:0}.filter-group{width:100%}.filter-group select{flex:1}.btn-reset-icon{min-width:40px;height:36px;font-size:1.2rem}.exercises-score{padding:10px;margin-bottom:10px;gap:12px}.score-item strong{font-size:1.1rem}.exercise-question-wrapper{flex-direction:column;gap:12px;margin-bottom:10px}.exercise-card{min-width:100%;max-height:calc(100vh - 350px);min-height:350px;padding:12px}.exercise-side-panel{min-width:100%}.exercise-header{margin-bottom:10px;padding-bottom:6px}.exercise-question{margin-bottom:12px}.exercise-question h3{font-size:1rem;line-height:1.4}.exercise-options{gap:8px;margin-bottom:10px}.exercise-option{padding:12px;font-size:.9rem}.exercise-explanation{margin-top:10px;margin-bottom:10px;padding:10px}.exercise-actions{padding-top:10px;gap:8px}.btn-primary,.btn-secondary{width:100%;padding:10px 16px}.exercise-progress{padding:10px;margin-bottom:10px;gap:5px}.progress-dot{width:10px;height:10px}.help-content{padding:12px}.help-category{margin-bottom:12px}.help-category h4{font-size:.9rem;margin-bottom:8px}.help-category li{font-size:.85rem;margin-bottom:8px}.question-tips-panel{flex:1;width:100%;min-width:auto;padding:12px}.question-tips-header{margin-bottom:10px;padding-bottom:6px}.question-tips-content li{font-size:.8rem;margin-bottom:8px}.explanation-mobile-only{display:block}.explanation-desktop-only{display:none}}@media (min-width: 769px){.explanation-mobile-only{display:none}.explanation-desktop-only{display:block}}.exercise-descriptive{margin:16px 0}.descriptive-label{display:block;font-size:.9rem;font-weight:600;color:var(--text);margin-bottom:8px}.descriptive-textarea{width:100%;min-height:200px;padding:12px;border:2px solid var(--border, #e5e7eb);border-radius:8px;background:var(--card-bg);color:var(--text);font-size:.95rem;font-family:inherit;line-height:1.6;resize:vertical;transition:border-color .2s}.descriptive-textarea:focus{outline:none;border-color:var(--primary)}.descriptive-textarea:disabled{background:var(--bg);cursor:not-allowed;opacity:.7}.descriptive-hint{margin-top:8px;font-size:.8rem;color:var(--subtext);font-style:italic}.question-marks{display:inline-block;margin-left:12px;padding:4px 8px;background:var(--primary-soft);color:var(--primary);border-radius:4px;font-size:.85rem;font-weight:600}.exercise-ai-evaluation{margin-top:20px;padding:16px;background:var(--card-bg);border:2px solid var(--primary);border-radius:12px}.evaluation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid var(--border, #e5e7eb)}.evaluation-header h4{margin:0;color:var(--primary);font-size:1.1rem}.evaluation-score{font-size:1rem;color:var(--text)}.evaluation-score strong{color:var(--primary);font-size:1.2rem}.evaluation-section{margin-bottom:16px}.evaluation-section:last-child{margin-bottom:0}.evaluation-section h5{margin:0 0 8px;color:var(--text);font-size:.95rem;font-weight:600}.evaluation-section ul{margin:8px 0;padding-left:20px}.evaluation-section li{margin-bottom:6px;color:var(--subtext);font-size:.9rem;line-height:1.5}.evaluation-section p{margin:8px 0 0;color:var(--subtext);font-size:.9rem;line-height:1.6}.user-guide-container{max-width:1100px;margin:0 auto;padding:84px 24px 24px;color:var(--text)}.user-guide-header{text-align:center;margin-bottom:24px;position:static}.user-guide-header h1{margin-bottom:8px;color:var(--primary)}.user-guide-header p{margin:0 auto;max-width:720px;color:var(--subtext)}.user-guide-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;background:var(--card-bg);border:1px solid var(--border, #e5e7eb);border-radius:10px;padding:16px;margin-bottom:24px;position:static}.user-guide-highlights div{font-weight:600;color:var(--subtext)}.user-guide-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:24px}.user-guide-card{border:1px solid var(--border, #e5e7eb);border-radius:12px;background:var(--card-bg);padding:12px 16px;box-shadow:0 6px 18px #0f172a0a}.user-guide-card h2{margin-top:0;margin-bottom:0;display:flex;align-items:center;gap:8px;color:var(--primary)}.user-guide-card-header{cursor:pointer;-webkit-user-select:none;user-select:none;padding:8px;margin:-8px -8px 0;border-radius:8px;transition:background-color .2s}.user-guide-card-header:hover{background-color:var(--hover-bg, rgba(0, 0, 0, .02))}.user-guide-card-title{flex:1}.user-guide-toggle{font-size:12px;color:var(--subtext);transition:transform .2s}.user-guide-card ul{padding-left:20px;margin:12px 0 0;color:var(--text)}.user-guide-card li{margin-bottom:6px;line-height:1.5}.user-guide-tips{border-top:1px solid var(--border, #e5e7eb);padding-top:16px}.user-guide-tips h2{color:var(--primary);margin-bottom:10px}.user-guide-tips-header{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;padding:8px;margin:-8px -8px 10px;border-radius:8px;transition:background-color .2s}.user-guide-tips-header:hover{background-color:var(--hover-bg, rgba(0, 0, 0, .02))}.user-guide-tips-header span:first-child{flex:1}.user-guide-tips ul{padding-left:20px}.user-guide-tips li{margin-bottom:6px}@media (max-width: 768px){.user-guide-container{padding:76px 16px 16px}.user-guide-highlights{grid-template-columns:1fr}}.referral-invite-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.referral-invite-content{background:var(--bg);border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0000004d}.referral-invite-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--border)}.referral-invite-header h2{margin:0;font-size:1.5rem;color:var(--text)}.close-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:var(--text);line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.close-btn:hover{opacity:.7}.referral-info{padding:20px;background:var(--easy-bg);border-left:4px solid var(--easy-text);margin:20px;border-radius:8px}.referral-info p{margin:8px 0;color:var(--text);font-size:.95rem}.referral-info strong{color:var(--easy-text)}.referrals-list-section{padding:20px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:20px 0}.referrals-list-section h3{margin:0 0 16px;font-size:1.1rem;color:var(--text)}.loading-indicator,.empty-state{padding:16px;text-align:center;color:var(--subtext);font-size:.9rem}.referrals-list{display:flex;flex-direction:column;gap:12px}.referral-item{padding:12px;background:var(--bg);border:1px solid var(--border);border-radius:8px}.referral-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.referral-email{font-weight:500;color:var(--text)}.referral-item-details{display:flex;flex-direction:column;gap:4px;font-size:.85rem;color:var(--subtext);margin-bottom:8px}.referral-date,.referral-verified-date{display:block}.referral-verified-date{color:var(--success)}.referral-item-actions{margin-top:8px;padding-top:8px;border-top:1px solid var(--border)}.send-again-inline-btn{padding:6px 12px;background:var(--primary);color:#fff;border:none;border-radius:6px;font-size:.85rem;cursor:pointer;transition:opacity .2s}.send-again-inline-btn:hover:not(:disabled){opacity:.9}.send-again-inline-btn:disabled{opacity:.5;cursor:not-allowed}.status-badge{padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:600;white-space:nowrap}.status-badge.pending{background:#ffc10733;color:#ff9800}.status-badge.registered{background:#2196f333;color:#2196f3}.status-badge.verified{background:#4caf5033;color:#4caf50}body.dark .status-badge.pending{background:#ffc10726}body.dark .status-badge.registered{background:#2196f326}body.dark .status-badge.verified{background:#4caf5026}.referral-invite-content form{padding:20px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:var(--text);font-weight:500}.form-group input,.form-group textarea{width:100%;padding:10px;border:1px solid var(--border);border-radius:6px;font-size:1rem;font-family:inherit;background:var(--bg);color:var(--text);box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary)}.form-group input.error{border-color:var(--error)}.form-group input.valid{border-color:var(--success)}.form-group textarea{resize:vertical;min-height:120px}.form-group small{display:block;margin-top:6px;color:var(--subtext);font-size:.85rem}.checking-indicator,.valid-indicator,.error-indicator{margin-top:6px;font-size:.85rem}.checking-indicator{color:var(--subtext)}.valid-indicator{color:var(--success)}.error-indicator{color:var(--error)}.error-message{padding:12px;background:var(--error-bg);color:var(--error);border-radius:6px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.send-again-btn{padding:6px 16px;background:var(--primary);color:#fff;border:none;border-radius:6px;font-size:.9rem;cursor:pointer;transition:opacity .2s;white-space:nowrap}.send-again-btn:hover:not(:disabled){opacity:.9}.send-again-btn:disabled{opacity:.5;cursor:not-allowed}.form-actions{display:flex;gap:12px;justify-content:flex-end}.form-actions button{padding:10px 20px;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:opacity .2s}.form-actions button[type=button]{background:var(--border);color:var(--text)}.form-actions button[type=submit]{background:var(--primary);color:#fff}.form-actions button:disabled{opacity:.5;cursor:not-allowed}.form-actions button:not(:disabled):hover{opacity:.9}@media (max-width: 768px){.referral-invite-content{max-width:100%;margin:0;border-radius:0;max-height:100vh}.referral-invite-header h2{font-size:1.2rem}}:root{--bg: #f2f2f7;--card-bg: #ffffff;--text: #111827;--subtext: #4b5563;--primary: #4c6ef5;--primary-soft: #e0e7ff;--easy-bg: #d3f9d8;--easy-text: #2b8a3e;--medium-bg: #fff3bf;--medium-text: #8a6d00;--hard-bg: #ffe3e3;--hard-text: #c92a2a;--success: #10b981;--success-bg: #d1fae5;--base-font-size: 16px;--chemistry-color: #10b981;--chemistry-soft: #d1fae5;--physics-color: #3b82f6;--physics-soft: #dbeafe;--math-color: #f59e0b;--math-soft: #fef3c7}:root .calendar-grid{padding-bottom:40px}body.dark{--bg: #020617;--card-bg: #0f172a;--text: #e5e7eb;--subtext: #9ca3af;--primary-soft: #1d2a5a;--chemistry-color: #34d399;--chemistry-soft: #064e3b;--physics-color: #60a5fa;--physics-soft: #1e3a8a;--math-color: #fbbf24;--math-soft: #78350f}*{box-sizing:border-box}html{font-size:var(--base-font-size);transition:font-size .2s ease}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0;padding:0;background:var(--bg);color:var(--text)}html.font-small{--base-font-size: 14px;font-size:14px}html.font-medium{--base-font-size: 16px;font-size:16px}html.font-large{--base-font-size: 18px;font-size:18px}html.font-xlarge{--base-font-size: 20px;font-size:20px}#root{min-height:100vh}.landing-shell{min-height:100vh;background:radial-gradient(circle at top left,#e0e7ff 0,#f2f2f7 40%,#fff)}.landing-topbar{display:flex;justify-content:space-between;align-items:center;padding:14px 20px}.landing-logo{display:flex;align-items:center;gap:8px;font-weight:700;color:var(--primary)}.landing-logo-mark{width:28px;height:28px;border-radius:10px;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;box-shadow:0 6px 16px #4c6ef559}.landing-logo-text{font-size:.95rem}.landing-topbar-btn{padding:8px 16px;border-radius:999px;border:1px solid rgba(15,23,42,.08);background:#fff;font-size:.85rem;cursor:pointer;color:var(--primary);font-weight:600;box-shadow:0 4px 10px #0f172a0f}.landing-container{max-width:1100px;margin:0 auto;padding:16px 20px 40px}.landing-root{display:flex;flex-direction:column;gap:32px}.landing-hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:24px;align-items:stretch}.landing-hero-text h1{font-size:1.8rem;margin:10px 0}.landing-hero-text p{font-size:.95rem;color:var(--subtext);line-height:1.6}.landing-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#16a34a0f;color:#15803d;font-size:.75rem;font-weight:600}.landing-cta-row{margin-top:16px;display:flex;flex-direction:column;gap:8px}.landing-cta-btn{padding:10px 18px;border-radius:999px;border:none;background:var(--primary);color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;box-shadow:0 10px 25px #4c6ef566;width:fit-content}.landing-cta-note{font-size:.78rem;color:var(--subtext)}.landing-checklist{margin-top:14px;font-size:.85rem;color:var(--subtext);display:flex;flex-direction:column;gap:4px}.landing-hero-card{background:var(--card-bg);border-radius:18px;padding:16px 16px 18px;box-shadow:0 18px 40px #0f172a2e;border:1px solid rgba(148,163,184,.25)}.landing-hero-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.landing-hero-chip{font-size:.75rem;padding:4px 10px;border-radius:999px;background:#4c6ef514;color:var(--primary);font-weight:600}.landing-hero-tag{font-size:.7rem;color:var(--subtext)}.landing-mini-label{font-size:.8rem;font-weight:600;color:var(--text)}.landing-mini-text{font-size:.75rem;color:var(--subtext);margin:4px 0 10px}.landing-switch-row{display:inline-flex;gap:6px;margin-bottom:10px}.landing-switch{padding:4px 10px;border-radius:999px;font-size:.72rem;border:1px solid rgba(148,163,184,.6);color:var(--subtext)}.landing-switch-active{background:var(--primary);color:#fff;border-color:var(--primary)}.landing-diff-pill{font-size:.75rem;color:var(--primary);background:#4c6ef514;border-radius:10px;padding:8px 10px;margin-bottom:10px}.landing-schedule-list{display:flex;flex-direction:column;gap:6px}.landing-schedule-row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid rgba(148,163,184,.25)}.landing-schedule-row:last-child{border-bottom:none}.landing-schedule-day{font-size:.8rem;font-weight:600;color:var(--text)}.landing-schedule-info{display:flex;flex-direction:column;text-align:right}.landing-schedule-subject{font-size:.75rem;color:var(--subtext)}.landing-schedule-title{font-size:.82rem;font-weight:600}.landing-section{margin-top:8px}.landing-section h2{font-size:1.25rem;margin-bottom:12px}.landing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.landing-card{background:#ffffffe6;border-radius:14px;padding:14px 14px 16px;box-shadow:0 8px 20px #0f172a1f;border:1px solid rgba(148,163,184,.2);font-size:.86rem}.landing-card h3{font-size:.95rem;margin:4px 0 6px}.landing-card p{font-size:.83rem;color:var(--subtext)}.landing-card ul{padding-left:18px;margin:6px 0 0;font-size:.8rem;color:var(--subtext)}.landing-card li{margin-bottom:3px}.landing-section-alt{background:#0f172a05;border-radius:16px;padding:16px 14px 18px}.landing-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-top:8px}.landing-step{display:flex;align-items:flex-start;gap:8px;font-size:.85rem}.landing-step-number{width:22px;height:22px;border-radius:999px;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;box-shadow:0 6px 14px #4c6ef54d}.landing-step-body h3{font-size:.9rem;margin:0 0 4px}.landing-step-body p{font-size:.8rem;color:var(--subtext);margin:0}.landing-cta-center{margin-top:14px;display:flex;flex-direction:column;align-items:flex-start;gap:6px}@media (max-width: 768px){.landing-hero{grid-template-columns:1fr}.landing-hero-card{order:-1}.landing-container{padding:12px 14px 32px}}header{padding:16px 20px;background:var(--card-bg);display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 4px #00000014;position:sticky;top:0;z-index:10;transition:padding .2s ease}html.font-small header{padding:14px 18px}html.font-medium header{padding:16px 20px}html.font-large header{padding:18px 24px}html.font-xlarge header{padding:20px 28px}header .title{font-size:1.1rem;font-weight:700;color:var(--primary);display:flex;align-items:center;gap:12px;flex-wrap:wrap}.admin-menu-container{position:relative}.admin-nav-icon{padding:4px 6px;border-radius:8px;border:1px solid var(--border, #e5e7eb);background:var(--card-bg);color:var(--text);font-size:.6rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:20px;height:20px}.admin-nav-icon:hover{background:var(--primary-soft);border-color:var(--primary);transform:translateY(-1px)}.admin-nav-icon.active{background:var(--primary);border-color:var(--primary);color:#fff}.admin-nav-icon:active{transform:translateY(0)}.admin-menu-dropdown{position:absolute;top:calc(100% + 8px);left:0;background:var(--card-bg);border:1px solid var(--border, #e5e7eb);border-radius:12px;box-shadow:0 4px 12px #00000026;min-width:180px;z-index:1000;overflow:hidden}.admin-menu-item{display:flex;align-items:center;width:100%;padding:10px 16px;border:none;background:transparent;color:var(--text);font-size:.85rem;text-align:left;cursor:pointer;transition:background .2s}.admin-menu-item:hover{background:var(--primary-soft)}.admin-menu-item.active{background:var(--primary);color:#fff;font-weight:600}.admin-menu-item.user-menu-logout{color:var(--hard-text, #c92a2a)}.admin-menu-item.user-menu-logout:hover{background:#c2410c1a}.admin-menu-item.user-menu-toggle{display:flex;align-items:center;gap:8px}.admin-menu-item.user-menu-toggle input[type=checkbox]{cursor:pointer}.pass-only-badge{font-size:.75rem;font-weight:600;background:var(--easy-bg);color:var(--easy-text);padding:4px 10px;border-radius:12px;border:1px solid var(--easy-text);white-space:nowrap;display:inline-flex;align-items:center;gap:4px}body.dark .pass-only-badge{background:#2b8a3e33;color:var(--easy-text);border-color:var(--easy-text)}.mode-toggle-container{display:flex;align-items:center;gap:8px;padding:4px 12px;background:var(--bg);border-radius:20px;border:1px solid var(--border)}.mode-toggle-label{font-size:.75rem;color:var(--subtext);font-weight:500}.mode-toggle-label.hidden-mobile{display:none}@media (max-width: 768px){.mode-toggle-label.hidden-mobile{display:none}.mode-toggle-label.visible{display:inline}}.apple-toggle{position:relative;display:inline-block;width:44px;height:26px;cursor:pointer}.apple-toggle input{opacity:0;width:0;height:0}.apple-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:26px}.apple-toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0003}.apple-toggle input:checked+.apple-toggle-slider{background-color:#34c759}.apple-toggle input:checked+.apple-toggle-slider:before{transform:translate(18px)}.apple-toggle input:disabled+.apple-toggle-slider{opacity:.5;cursor:not-allowed}body.dark .apple-toggle-slider{background-color:#555}body.dark .apple-toggle input:checked+.apple-toggle-slider{background-color:#30d158}.header-actions{display:flex;gap:8px;align-items:center}.chip-btn{padding:6px 10px;border-radius:999px;border:none;font-size:.8rem;cursor:pointer;background:var(--primary-soft);color:var(--primary)}.chip-btn.active{background:var(--primary);color:#fff}.toggle{border-radius:999px;border:1px solid #9ca3af;padding:4px 10px;font-size:.75rem;cursor:pointer;background:transparent;color:var(--subtext)}.start-date-btn{padding:6px 12px;border-radius:999px;border:none;font-size:.75rem;cursor:pointer;background:var(--primary);color:#fff;margin-right:8px}.start-date-info{font-size:.75rem;color:var(--subtext);margin-right:8px}.exercise-menu-container{position:relative}.exercise-menu-dropdown{position:absolute;top:calc(100% + 8px);left:0;background:var(--card-bg);border:1px solid var(--border, #e5e7eb);border-radius:12px;box-shadow:0 4px 12px #00000026;min-width:160px;z-index:1000;overflow:hidden}.exercise-menu-item{display:block;width:100%;padding:10px 16px;border:none;background:transparent;color:var(--text);font-size:.85rem;text-align:left;cursor:pointer;transition:background .2s}.exercise-menu-item:hover{background:var(--primary-soft)}.exercise-menu-item.active{background:var(--primary);color:#fff;font-weight:600}.user-menu-container{position:relative;margin-left:8px}.user-menu-trigger{padding:6px 12px;border-radius:999px;border:1px solid var(--border, #e5e7eb);font-size:.8rem;cursor:pointer;background:var(--card-bg);color:var(--text);display:flex;align-items:center;gap:6px;transition:all .2s}.user-menu-trigger:hover{background:var(--primary-soft);border-color:var(--primary)}.user-menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:var(--card-bg);border:1px solid var(--border, #e5e7eb);border-radius:12px;box-shadow:0 4px 12px #00000026;min-width:220px;z-index:1000;overflow:hidden}.user-menu-header{padding:12px 16px;background:var(--primary-soft);border-bottom:1px solid var(--border, #e5e7eb)}.user-menu-name{font-weight:600;font-size:.9rem;color:var(--text);margin-bottom:4px}.user-menu-email{font-size:.75rem;color:var(--subtext)}.user-menu-divider{height:1px;background:var(--border, #e5e7eb);margin:8px 0}.user-menu-item{display:flex;align-items:center;padding:10px 16px;width:100%;border:none;background:transparent;color:var(--text);font-size:.85rem;cursor:pointer;text-align:left;transition:background .2s}.user-menu-item:hover{background:var(--primary-soft)}.user-menu-item.user-menu-toggle{display:flex;align-items:center;gap:8px}.user-menu-item.user-menu-toggle input[type=checkbox]{cursor:pointer}.user-menu-item.user-menu-logout{color:var(--hard-text, #c92a2a);font-weight:500}.user-menu-item.user-menu-logout:hover{background:var(--hard-bg, #ffe3e3)}.user-menu-select{flex:1;padding:4px 8px;border:1px solid var(--border, #e5e7eb);border-radius:6px;background:var(--card-bg);color:var(--text);font-size:.85rem;cursor:pointer}.container{padding:12px 16px 40px;width:100%;max-width:900px;margin:0 auto;transition:max-width .2s ease}.calendar-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:flex-start}.calendar-main{min-width:0}.board-boost-panel{position:sticky;top:88px;align-self:flex-start;display:flex;flex-direction:column;gap:12px;max-height:calc(100vh - 110px);overflow-y:auto;padding-right:4px}.board-boost-panel::-webkit-scrollbar{width:6px}.board-boost-panel::-webkit-scrollbar-track{background:transparent}.board-boost-panel::-webkit-scrollbar-thumb{background:#4c6ef540;border-radius:999px}.board-boost-card{background:var(--card-bg);padding:14px;border-radius:16px;box-shadow:0 6px 18px #4c6ef51f;border:1px solid rgba(76,110,245,.12)}.board-boost-goal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;margin:12px 0}.board-boost-goal{border:1px solid var(--border, #d4d4d8);border-radius:12px;padding:8px;background:#4c6ef50d;text-align:left;cursor:pointer;transition:all .2s ease}.board-boost-goal.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 8px 18px #4c6ef559}.board-boost-goal-label{font-size:.8rem;font-weight:600}.board-boost-goal-desc{font-size:.7rem;opacity:.85;margin-top:2px}.board-boost-active-goal{font-size:.78rem;color:var(--primary);background:#4c6ef514;border-radius:10px;padding:8px 10px;margin-bottom:10px}.board-boost-heading{font-size:.95rem;font-weight:700;color:var(--primary);display:flex;align-items:center;gap:6px}.board-boost-subtext{font-size:.78rem;color:var(--subtext);margin-top:4px;line-height:1.4}.board-boost-chip-group{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0}.board-boost-chip{border-radius:999px;border:1px solid var(--border, #d4d4d8);padding:4px 12px;background:transparent;color:var(--subtext);font-size:.75rem;cursor:pointer;transition:all .2s ease}.board-boost-chip.active{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 6px 14px #4c6ef533}.board-boost-search{width:100%;padding:8px 10px;border-radius:10px;border:1px solid var(--border, #d4d4d8);background:#4c6ef50d;color:var(--text);font-size:.78rem;margin-bottom:10px}.board-boost-toggle{display:flex;align-items:center;gap:6px;font-size:.75rem;color:var(--subtext);margin-bottom:8px}.board-boost-active{font-size:.75rem;color:var(--subtext);background:#4c6ef514;border-radius:10px;padding:8px 10px}.board-boost-subject-card{background:var(--card-bg);border-radius:16px;padding:12px;box-shadow:0 4px 12px #00000014;border:1px solid rgba(0,0,0,.04)}.board-boost-subject-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:.85rem;font-weight:600;color:var(--text)}.board-boost-subject-summary{font-size:.72rem;color:var(--subtext);margin-top:4px}.board-boost-mini-chip{display:inline-flex;align-items:center;gap:4px;font-size:.7rem;padding:2px 8px;border-radius:999px;background:#4c6ef51f;color:var(--primary);margin-top:6px}.board-boost-item{margin-top:10px;padding:10px;border-radius:12px;background:#4c6ef50a;border:1px solid rgba(76,110,245,.08)}.board-boost-item h4{margin:0;font-size:.85rem;color:var(--text);display:flex;align-items:center;justify-content:space-between;gap:6px}.board-boost-title{display:flex;align-items:center;gap:6px}.board-boost-rank{font-size:.72rem;font-weight:700;color:var(--primary);background:#4c6ef51f;padding:2px 6px;border-radius:999px}.board-boost-weight{font-size:.7rem;padding:2px 8px;border-radius:12px;background:var(--primary-soft);color:var(--primary)}.board-boost-meta{font-size:.72rem;color:var(--subtext);margin:4px 0;line-height:1.4}.board-boost-progress{width:100%;height:6px;background:#4c6ef526;border-radius:999px;overflow:hidden;margin:6px 0}.board-boost-progress-fill{height:100%;background:var(--primary);transition:width .3s ease}.board-boost-status-row{display:flex;justify-content:space-between;font-size:.7rem;color:var(--subtext);gap:8px;flex-wrap:wrap}.board-boost-quicktips{font-size:.7rem;color:var(--subtext);margin:4px 0;padding-left:16px}.board-boost-quicktips li{margin-bottom:2px}.board-boost-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:6px}.board-boost-actions button{flex:1;min-width:120px;font-size:.75rem;padding:6px 10px;border-radius:10px;border:none;cursor:pointer;color:#fff;background:var(--primary);display:flex;align-items:center;justify-content:center;gap:4px}.board-boost-empty{font-size:.75rem;color:var(--subtext);padding:12px;text-align:center}.board-boost-mobile-trigger,.board-boost-drawer,.board-boost-drawer-backdrop{display:none}.scroll-top-btn{position:fixed;right:20px;bottom:24px;width:48px;height:48px;border-radius:50%;border:none;background:var(--primary);color:#fff;font-size:1.4rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #00000040;cursor:pointer;z-index:1200;transition:transform .2s ease,box-shadow .2s ease}.scroll-top-btn:hover{transform:translateY(-2px);box-shadow:0 12px 34px #0000004d}.scroll-top-btn:active{transform:translateY(0)}.day-card.board-boost-highlight{box-shadow:0 0 0 1px #4c6ef580,0 8px 20px #4c6ef51f}.day-card.board-boost-pulse{animation:boardBoostPulse 1.2s ease-out}@keyframes boardBoostPulse{0%{box-shadow:0 0 #4c6ef566}70%{box-shadow:0 0 0 10px #4c6ef500}to{box-shadow:0 0 #4c6ef500}}@media (max-width: 1024px){.calendar-grid{grid-template-columns:1fr}.board-boost-panel{position:static;max-height:none;overflow:visible;padding-right:0}.board-boost-goal-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.scroll-top-btn{right:16px;bottom:80px}.mobile-bottom-nav{display:none}.day-card-collapsed{padding:8px 14px!important;min-height:auto!important}.day-card-collapsed .day-title,.day-card-collapsed .subject:not(:first-of-type),.day-card-collapsed .prep-status-pill,.day-card-collapsed .section-title,.day-card-collapsed .list-item,.day-card-collapsed .check-row,.day-card-collapsed .progress,.day-card-collapsed .focus-condensed,.day-card-collapsed>div:not(:first-child){display:none!important}}html.font-small .container{max-width:1105px}html.font-medium .container{max-width:1170px}html.font-large .container{max-width:1300px}html.font-xlarge .container{max-width:1430px}.section-heading{font-size:.9rem;font-weight:600;margin:8px 0 4px;color:var(--subtext)}.summary-card,.day-card{background:var(--card-bg);padding:14px;border-radius:14px;margin-bottom:12px;box-shadow:0 2px 6px #0000001f}.muted-text{font-size:.78rem;color:var(--subtext);margin:4px 0 10px}.warning-text{font-size:.78rem;color:#c2410c;background:#c2410c1f;padding:8px 10px;border-radius:8px;margin-bottom:10px}.prep-status-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:.72rem;margin-top:6px;color:var(--text)}.prep-status-label{text-transform:capitalize;font-weight:600}.focus-banner{display:flex;justify-content:space-between;gap:12px;align-items:center;background:#4c6ef514;border:1px solid rgba(76,110,245,.2);border-radius:14px;padding:12px 16px;margin-bottom:12px}.focus-banner-title{font-weight:700;color:var(--primary)}.focus-banner-subtext{font-size:.78rem;color:var(--subtext);margin-top:2px}.focus-toggle-btn{border:none;border-radius:999px;padding:8px 18px;background:var(--primary);color:#fff;cursor:pointer;font-weight:600;box-shadow:0 6px 14px #4c6ef540}.focus-toggle-btn:hover{opacity:.9}.focus-condensed{background:#4c6ef50f;border:1px dashed rgba(76,110,245,.4);border-radius:10px;padding:10px;font-size:.83rem;color:var(--subtext)}@media (max-width: 768px){.focus-banner{flex-direction:row;align-items:center;gap:12px;padding:12px 16px;font-size:.85rem;margin-bottom:16px}.focus-toggle-btn{flex-shrink:0;white-space:nowrap}.calendar-wrapper,.focus-banner{padding-left:16px;padding-right:16px}.board-boost-drawer .board-boost-item,.board-boost-panel .board-boost-item{padding:14px;border-radius:14px;margin-bottom:12px}.board-boost-panel{gap:12px}.board-boost-card,.board-boost-subject-card{padding:16px}.board-boost-chip,.board-boost-goal{font-size:.85rem}.focus-banner+.board-boost-panel,.focus-banner+.board-boost-drawer{margin-top:16px}}.prep-status-label.status-prepared{color:#16a34a}.prep-status-label.status-needs_revision{color:#0ea5e9}.prep-status-label.status-partially_prepared{color:#f59e0b}.prep-status-label.status-not_prepared{color:#dc2626}.schedule-toggle{display:inline-flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.schedule-chip{border:1px solid var(--border, #d4d4d8);border-radius:999px;padding:6px 14px;font-size:.75rem;background:transparent;cursor:pointer;transition:all .2s ease}.schedule-chip.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 6px 18px #4c6ef540}.schedule-diff{font-size:.78rem;color:var(--primary);background:#4c6ef514;padding:8px 12px;border-radius:10px;margin-bottom:12px}.schedule-list{display:flex;flex-direction:column;gap:8px}.schedule-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.06)}.schedule-row:last-child{border-bottom:none}.schedule-day{font-weight:600;color:var(--text)}.schedule-info{display:flex;flex-direction:column;text-align:right}.schedule-subject{font-size:.78rem;color:var(--subtext)}.schedule-chapter{font-size:.9rem;font-weight:600}.preparation-card .prep-subject-section{border:1px solid rgba(0,0,0,.06);border-radius:12px;padding:12px;margin-bottom:12px;background:#4c6ef508}.prep-subject-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.prep-subject-title{font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:6px}.prep-status-counts{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.prep-mini-pill{font-size:.68rem;padding:2px 8px;border-radius:999px;background:#4c6ef51a}.prep-chapter-list{margin-top:10px;display:flex;flex-direction:column;gap:10px}.prep-row{border:1px solid rgba(0,0,0,.06);border-radius:10px;padding:12px;background:var(--card-bg);display:flex;flex-direction:column;gap:10px}.prep-row-info{display:flex;flex-direction:column;gap:6px}.prep-row-title{font-weight:600;font-size:.9rem}.prep-row-info .prep-status-pill{font-size:.7rem;color:#fff;padding:2px 10px;border-radius:999px;width:fit-content}.prep-last-studied{font-size:.7rem;color:var(--subtext)}.prep-row-controls{display:flex;flex-direction:column;gap:8px}.prep-row-controls select{padding:6px 10px;border-radius:8px;border:1px solid var(--border, #d4d4d8);background:var(--card-bg)}.prep-row-confidence{display:flex;align-items:center;gap:8px;font-size:.75rem;color:var(--subtext)}.prep-row-confidence input[type=range]{width:160px}.prep-actions{margin-top:12px;display:flex;flex-direction:column;gap:8px}.prep-save-btn{padding:8px 16px;border-radius:10px;border:none;cursor:pointer;background:var(--primary);color:#fff;font-weight:600;width:fit-content}.prep-save-btn:disabled{opacity:.5;cursor:not-allowed}@media (min-width: 768px){.prep-row,.prep-row-controls{flex-direction:row;align-items:center}.prep-row-confidence input[type=range]{width:200px}}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;transition:gap .2s ease}html.font-small .summary-grid{gap:6px;grid-template-columns:repeat(auto-fit,minmax(110px,1fr))}html.font-medium .summary-grid{gap:8px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}html.font-large .summary-grid{gap:10px;grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}html.font-xlarge .summary-grid{gap:12px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.summary-item{font-size:.8rem}.summary-label{color:var(--subtext);font-size:.75rem}.summary-value{font-size:1rem;font-weight:600}.day-card{position:relative;transition:all .3s ease}.day-card.current-day{outline:3px solid var(--primary);outline-offset:2px}.day-card.completed{background:var(--easy-bg)!important;border-left-width:6px!important;box-shadow:0 4px 12px #2b8a3e33!important;position:relative}.day-card.completed:before{content:"✅";position:absolute;top:12px;right:12px;font-size:1.2rem;z-index:1}.day-card.completed .day-title{color:var(--easy-text);font-weight:700}.day-card.completed.current-day{outline:3px solid var(--easy-text);outline-offset:2px}.day-title{font-size:1rem;font-weight:700;margin-bottom:2px}.subject{font-size:.8rem;color:var(--subtext)}.section-title{margin-top:10px;font-weight:600;color:var(--primary);font-size:.82rem}.list-item{margin:2px 0;font-size:.8rem;color:var(--subtext)}.memory-cue{background:var(--primary-soft);padding:8px;border-radius:8px;margin:4px 0;border-left:3px solid var(--primary)}.problem-trick{background:var(--easy-bg);padding:8px;border-radius:8px;margin:4px 0;border-left:3px solid var(--easy-text)}.check-row{display:flex;align-items:center;margin:4px 0;font-size:.8rem}.check-row input{transform:scale(1.1);margin-right:6px}.completed{outline:2px solid var(--easy-bg)}.progress{margin-top:6px;font-size:.78rem;color:var(--subtext)}.tag{display:inline-block;padding:2px 6px;border-radius:999px;font-size:.7rem;margin-left:6px}.easy{background:var(--easy-bg);color:var(--easy-text)}.medium{background:var(--medium-bg);color:var(--medium-text)}.hard{background:var(--hard-bg);color:var(--hard-text)}.strength-select{margin-top:4px;font-size:.75rem}.btn-small{padding:5px 10px;border-radius:999px;border:none;font-size:.75rem;cursor:pointer;background:var(--primary);color:#fff;margin-top:4px}.popup{position:fixed;bottom:0;left:0;right:0;background:var(--card-bg);border-radius:16px 16px 0 0;box-shadow:0 -4px 12px #0006;padding:16px;display:none;max-height:60%;overflow-y:auto;z-index:20}.popup.show{display:block}.popup-header{font-size:1rem;font-weight:700;margin-bottom:4px}.close-btn{float:right;font-size:1.4rem;cursor:pointer}.tip-item{margin:4px 0;font-size:.8rem;color:var(--subtext)}select,input[type=number],input[type=date]{font-size:.8rem;padding:4px 6px;border-radius:6px;border:1px solid #cbd5f5;background:var(--card-bg);color:var(--text)}html.mobile{--base-font-size: 14px;font-size:14px}@media (max-width: 768px){html{font-size:14px}header{flex-direction:column;align-items:flex-start;padding:12px 16px;gap:12px}header .title{font-size:1rem;width:100%}.header-actions{width:100%;flex-wrap:wrap;gap:6px;justify-content:flex-start}.user-menu-container{width:100%;margin-left:0}.user-menu-trigger{width:auto;max-width:100%;justify-content:space-between}.user-menu-dropdown{position:static;width:100%;margin-top:6px}.start-date-info{display:block;width:100%;margin-bottom:4px;font-size:.7rem}.chip-btn,.toggle,.start-date-btn{font-size:.7rem;padding:6px 10px;white-space:nowrap;min-height:32px}header select{font-size:.7rem;padding:6px 8px;min-height:32px;min-width:80px}.container{padding:8px 12px 32px;max-width:100%!important}.calendar-grid{gap:12px}.board-boost-panel{gap:10px}.board-boost-mobile-trigger{display:flex;justify-content:space-between;align-items:center;width:100%;border:1px solid var(--border, #d4d4d8);border-radius:14px;padding:12px 14px;background:var(--card-bg);box-shadow:0 4px 12px #00000014;color:var(--text);text-align:left;gap:12px}.board-boost-mobile-title{font-size:.9rem;font-weight:600;color:var(--primary)}.board-boost-mobile-subtext{font-size:.72rem;color:var(--subtext);margin-top:2px}.board-boost-mobile-pill{font-size:.7rem;padding:4px 10px;border-radius:999px;background:#4c6ef526;color:var(--primary);font-weight:600}.board-boost-drawer{display:block;position:fixed;left:0;right:0;bottom:0;transform:translateY(100%);background:var(--card-bg);border-radius:18px 18px 0 0;box-shadow:0 -10px 30px #00000040;max-height:90vh;overflow-y:auto;padding:16px;z-index:1001;transition:transform .3s ease}.board-boost-drawer.open{transform:translateY(0)}.board-boost-drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.board-boost-drawer-title{font-size:1rem;font-weight:700;color:var(--primary)}.board-boost-drawer-close{border:none;background:var(--bg);border-radius:999px;width:32px;height:32px;font-size:1rem;cursor:pointer}.board-boost-drawer-body{display:flex;flex-direction:column;gap:10px}.board-boost-drawer-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1000}.board-boost-chip-group{gap:4px}.board-boost-goal-grid{grid-template-columns:1fr}.board-boost-actions button{flex:1 1 100%}.summary-card,.day-card{padding:12px;margin-bottom:10px;border-radius:12px}.summary-grid{grid-template-columns:1fr!important;gap:8px}.summary-item{padding:8px;background:var(--bg);border-radius:8px}.day-title{font-size:.95rem}.section-title{font-size:.8rem;margin-top:12px}.list-item{font-size:.75rem;line-height:1.5}.btn-small{padding:8px 14px;font-size:.8rem;min-height:36px}select,input[type=number],input[type=date]{font-size:.85rem;padding:8px;min-height:40px}.mobile-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:var(--card-bg);border-top:1px solid var(--border, #e5e7eb);box-shadow:0 -2px 8px #0000001a;z-index:100;padding:8px 4px;justify-content:space-around;align-items:center}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 12px;border:none;background:transparent;color:var(--subtext);font-size:.7rem;cursor:pointer;flex:1;transition:all .2s}.mobile-nav-item.active{color:var(--primary);background:var(--primary-soft);border-radius:8px}.mobile-nav-icon{font-size:1.2rem}.mobile-nav-label{font-size:.65rem;font-weight:500}.container{padding-bottom:80px!important}.prep-actions{position:fixed;bottom:80px;left:0;right:0;background:var(--card-bg);border-top:1px solid var(--border, #e5e7eb);box-shadow:0 -2px 8px #00000026;z-index:99;padding:12px 16px;margin:0}.prep-actions-content{display:flex;flex-direction:column;gap:8px;max-width:100%}.prep-save-btn{width:100%;padding:12px;font-size:1rem}.preparation-card{padding-bottom:100px!important}.check-row{font-size:.85rem;padding:4px 0}.check-row input{transform:scale(1.3);margin-right:8px}.memory-cue,.problem-trick{padding:10px;font-size:.8rem;line-height:1.6}.tag{font-size:.65rem;padding:3px 8px}.progress{font-size:.75rem}.content-modal-content{padding:20px!important;margin:10px!important;max-width:calc(100% - 20px)!important}.formula-modal-content{padding:16px!important;margin:10px!important;max-width:calc(100% - 20px)!important}.progress-dashboard-grid{grid-template-columns:1fr!important;gap:8px!important}.day-progress-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))!important;gap:6px!important}.subject-progress-grid{grid-template-columns:1fr!important;gap:12px!important}}@media (max-width: 480px){html{font-size:13px}header{padding:10px 12px}header .title{font-size:.9rem}.header-actions{gap:4px}.chip-btn,.toggle,.start-date-btn{font-size:.65rem;padding:5px 8px}.user-menu-trigger{font-size:.65rem}.container{padding:6px 10px 24px}.summary-card,.day-card{padding:10px}.day-title{font-size:.9rem}.section-title{font-size:.75rem}.list-item{font-size:.7rem}}@media (min-width: 769px) and (max-width: 1024px){.container{max-width:95%!important;padding:10px 20px 36px}.header-actions{flex-wrap:wrap;gap:6px}}@media print{header,.btn-small{display:none}.summary-card,.day-card{page-break-inside:avoid}}@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;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}
