:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;--bg: #0a0a0f;--bg-card: rgba(255, 255, 255, .04);--bg-card-hover: rgba(255, 255, 255, .07);--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .15);--text: #fafafa;--text-muted: rgba(255, 255, 255, .55);--text-dim: rgba(255, 255, 255, .35);--primary: #6c5ce7;--primary-glow: rgba(108, 92, 231, .25);--primary-light: #a29bfe;--green: #00b894;--green-bg: rgba(0, 184, 148, .12);--red: #e17055;--red-bg: rgba(225, 112, 85, .12);--yellow: #fdcb6e;--yellow-bg: rgba(253, 203, 110, .12);--sidebar-w: 240px;--radius: 12px;--radius-sm: 8px}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:var(--bg);color:var(--text)}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input{font-family:inherit;color:inherit}.auth-gate{min-height:100vh;display:grid;place-items:center;padding:2rem}.auth-card{max-width:28rem;border:1px solid var(--border);padding:3rem 2.5rem;border-radius:var(--radius);background:var(--bg-card);text-align:center}.auth-icon{font-size:3.5rem;margin-bottom:1rem}.auth-card h1{margin:0 0 .5rem;font-size:1.8rem;font-weight:700;letter-spacing:-.03em}.auth-card p{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem}.loading-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:1.5rem 0;position:fixed;top:0;left:0;bottom:0;background:var(--bg);z-index:10}.sidebar-brand{display:flex;align-items:center;gap:.6rem;padding:0 1.25rem;margin-bottom:2rem}.brand-icon{font-size:1.5rem}.brand-text{font-size:1.1rem;font-weight:700;letter-spacing:-.02em}.nav-links{display:flex;flex-direction:column;gap:2px;padding:0 .5rem;flex:1}.nav-link{display:flex;align-items:center;gap:.6rem;padding:.6rem .75rem;border-radius:var(--radius-sm);font-size:.9rem;color:var(--text-muted);transition:all .15s;text-align:left}.nav-link:hover{background:var(--bg-card);color:var(--text)}.nav-link.active{background:var(--primary-glow);color:var(--primary-light)}.nav-icon{font-size:1.1rem;width:1.4rem;text-align:center}.sidebar-footer{padding:1rem 1.25rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.4rem}.user-name{font-size:.85rem;color:var(--text-muted)}.sign-out-btn{font-size:.8rem;color:var(--text-dim);text-align:left;padding:0}.sign-out-btn:hover{color:var(--red)}.main-content{flex:1;margin-left:var(--sidebar-w);padding:2rem 2.5rem 4rem;max-width:960px}.view{animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.25rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500;transition:all .15s;border:1px solid transparent}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:#7c6cf7;box-shadow:0 0 20px var(--primary-glow)}.btn-secondary{background:var(--bg-card);border-color:var(--border);color:var(--text)}.btn-secondary:hover{background:var(--bg-card-hover);border-color:var(--border-strong)}.btn-outline{border-color:var(--border);color:var(--text-muted)}.btn-outline:hover{border-color:var(--border-strong);color:var(--text)}.btn-lg{padding:.8rem 1.75rem;font-size:1rem}.full-width{width:100%}.dash-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:1rem}.dash-header h1{margin:0 0 .25rem;font-size:1.7rem;font-weight:700;letter-spacing:-.03em}.dash-subtitle{color:var(--text-muted);font-size:.95rem;max-width:400px}.dash-stats-row{display:flex;gap:.75rem}.stat-pill{display:flex;flex-direction:column;align-items:center;padding:.75rem 1rem;border-radius:var(--radius-sm);background:var(--bg-card);border:1px solid var(--border);min-width:70px}.stat-pill-value{font-size:1.3rem;font-weight:700;color:var(--primary-light)}.stat-pill-label{font-size:.7rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em}.section{margin-bottom:2rem}.section-title{font-size:1rem;font-weight:600;color:var(--text-muted);margin:0 0 1rem;letter-spacing:-.01em}.exam-cards{display:flex;gap:.75rem}.exam-card{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:var(--radius);background:linear-gradient(135deg,#6c5ce71f,#a29bfe0f);border:1px solid rgba(108,92,231,.2)}.exam-days{font-size:1.8rem;font-weight:800;color:var(--primary-light);line-height:1}.exam-info{display:flex;flex-direction:column}.exam-subject{font-weight:600;font-size:.9rem}.exam-date{font-size:.8rem;color:var(--text-muted)}.subject-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.subject-card{padding:1.25rem;border-radius:var(--radius);background:var(--bg-card);border:1px solid var(--border);cursor:pointer;transition:all .2s}.subject-card:hover{background:var(--bg-card-hover);border-color:var(--border-strong);transform:translateY(-1px)}.subject-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.subject-emoji{font-size:1.5rem}.difficulty-badge{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .5rem;border-radius:4px;font-weight:600}.difficulty-badge[data-level=easy]{color:var(--green);background:var(--green-bg)}.difficulty-badge[data-level=medium]{color:var(--yellow);background:var(--yellow-bg)}.difficulty-badge[data-level=hard]{color:var(--red);background:var(--red-bg)}.subject-card h3{margin:0 0 .75rem;font-size:1.05rem;font-weight:600}.subject-progress{display:flex;flex-direction:column;gap:.35rem}.progress-label{font-size:.75rem;color:var(--text-muted)}.subject-quiz-count{font-size:.75rem;color:var(--text-dim);margin-top:.5rem}.progress-bar{height:6px;background:#ffffff0f;border-radius:3px;overflow:hidden}.progress-bar.compact{height:4px;flex:1}.progress-fill{height:100%;border-radius:3px;background:var(--primary);transition:width .5s ease}.progress-fill.weak{background:var(--red)}.progress-fill.medium{background:var(--yellow)}.progress-fill.good{background:var(--green)}.weak-list{display:flex;flex-direction:column;gap:.6rem}.weak-item{display:flex;flex-direction:column;gap:.3rem}.weak-info{display:flex;justify-content:space-between;align-items:center}.weak-topic{font-size:.85rem}.weak-pct{font-size:.8rem;color:var(--text-muted)}.quick-actions{display:flex;gap:.75rem}.last-result{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border-radius:var(--radius);background:var(--bg-card);border:1px solid var(--border)}.last-result-score{font-size:1.5rem;font-weight:700}.last-result-pct{font-size:.85rem;color:var(--text-muted);margin-left:.5rem}.last-result-info{display:flex;flex-direction:column}.muted{color:var(--text-dim)}.back-btn{color:var(--text-muted);font-size:.9rem;padding:0;margin-bottom:1rem}.back-btn:hover{color:var(--text)}.subtitle{color:var(--text-muted);margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.85rem;font-weight:600;color:var(--text-muted);margin-bottom:.5rem}.chip-group{display:flex;flex-wrap:wrap;gap:.5rem}.chip{padding:.45rem .9rem;border-radius:20px;font-size:.85rem;background:var(--bg-card);border:1px solid var(--border);color:var(--text-muted);transition:all .15s}.chip:hover{border-color:var(--border-strong);color:var(--text)}.chip.active{background:var(--primary-glow);border-color:var(--primary);color:var(--primary-light)}.quiz-view,.mock-exam-view{max-width:640px}.quiz-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.quiz-progress-text{font-size:.85rem;color:var(--text-muted)}.quiz-timer{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9rem;color:var(--primary-light);padding:.2rem .6rem;background:var(--primary-glow);border-radius:4px}.quiz-progress-bar{height:4px;background:#ffffff0f;border-radius:2px;margin-bottom:1.5rem;overflow:hidden}.quiz-progress-fill{height:100%;background:var(--primary);border-radius:2px;transition:width .3s ease}.quiz-meta{display:flex;gap:.5rem;margin-bottom:1.25rem}.quiz-badge{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .5rem;border-radius:4px;background:var(--bg-card);border:1px solid var(--border);color:var(--text-dim)}.quiz-badge[data-diff=easy]{color:var(--green);border-color:#00b8944d;background:var(--green-bg)}.quiz-badge[data-diff=medium]{color:var(--yellow);border-color:#fdcb6e4d;background:var(--yellow-bg)}.quiz-badge[data-diff=hard]{color:var(--red);border-color:#e170554d;background:var(--red-bg)}.quiz-question{font-size:1.15rem;font-weight:500;line-height:1.6;margin-bottom:1.5rem}.quiz-options{display:flex;flex-direction:column;gap:.6rem}.quiz-option{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border-radius:var(--radius-sm);background:var(--bg-card);border:1px solid var(--border);text-align:left;transition:all .15s;font-size:.95rem}.quiz-option:hover{background:var(--bg-card-hover);border-color:var(--primary);transform:translate(4px)}.option-letter{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:#ffffff0f;font-weight:600;font-size:.85rem;flex-shrink:0}.option-text{flex:1}.results-hero{text-align:center;padding:2rem;border-radius:var(--radius);margin-bottom:2rem}.results-hero.good{background:linear-gradient(135deg,#00b8941a,#00b89408);border:1px solid rgba(0,184,148,.2)}.results-hero.needs-work{background:linear-gradient(135deg,#fdcb6e1a,#fdcb6e08);border:1px solid rgba(253,203,110,.2)}.results-emoji{font-size:3rem;margin-bottom:.5rem}.results-hero h1{margin:0 0 1rem;font-size:1.5rem}.results-score-big{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-bottom:.75rem}.score-num{font-size:3rem;font-weight:800;line-height:1}.results-hero.good .score-num{color:var(--green)}.results-hero.needs-work .score-num{color:var(--yellow)}.score-detail{font-size:.9rem;color:var(--text-muted)}.results-meta{display:flex;justify-content:center;gap:.5rem;font-size:.85rem;color:var(--text-dim)}.results-actions{display:flex;gap:.75rem;margin-top:1rem}.review-list{display:flex;flex-direction:column;gap:.6rem}.review-item{padding:1rem;border-radius:var(--radius-sm);background:var(--bg-card);border:1px solid var(--border)}.review-item.correct{border-left:3px solid var(--green)}.review-item.incorrect{border-left:3px solid var(--red)}.review-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.review-icon{font-weight:700;font-size:.9rem;width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:50%}.review-icon.correct{background:var(--green-bg);color:var(--green)}.review-icon.incorrect{background:var(--red-bg);color:var(--red)}.review-num{font-weight:600;font-size:.85rem}.review-badge{font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;padding:.15rem .4rem;border-radius:3px;background:var(--bg-card-hover);color:var(--text-dim);margin-left:auto}.review-question{font-size:.9rem;line-height:1.5;margin-bottom:.5rem}.review-explanation{font-size:.8rem;color:var(--text-muted);padding:.5rem .75rem;background:#ffffff05;border-radius:4px;line-height:1.5}.progress-overview{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:2rem}.progress-stat-card{padding:1.25rem;border-radius:var(--radius);background:var(--bg-card);border:1px solid var(--border);text-align:center}.psc-value{font-size:1.8rem;font-weight:700;color:var(--primary-light)}.psc-label{font-size:.75rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}.subject-progress-list{display:flex;flex-direction:column;gap:1rem}.subject-progress-item{display:flex;flex-direction:column;gap:.35rem}.spi-header{display:flex;justify-content:space-between;align-items:center}.spi-name{font-size:.9rem;font-weight:500}.spi-acc{font-size:.85rem;font-weight:600;color:var(--primary-light)}.spi-count{font-size:.75rem;color:var(--text-dim)}.topic-breakdown{display:flex;flex-direction:column;gap:.5rem}.topic-row{display:flex;align-items:center;gap:.75rem}.topic-name{font-size:.85rem;min-width:180px;color:var(--text-muted)}.topic-score{font-size:.8rem;color:var(--text-dim);min-width:36px;text-align:right;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.activity-list{display:flex;flex-direction:column;gap:.4rem}.activity-item{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;border-radius:var(--radius-sm);background:var(--bg-card)}.activity-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.activity-dot.good{background:var(--green)}.activity-dot.needs-work{background:var(--yellow)}.activity-info{display:flex;flex-direction:column;flex:1}.activity-subject{font-size:.85rem;font-weight:500}.activity-date{font-size:.75rem;color:var(--text-dim)}.activity-score{font-size:.85rem;font-weight:600;color:var(--primary-light)}.date-row{display:flex;align-items:center;gap:1rem;margin-bottom:.6rem}.date-label{font-size:.9rem;min-width:120px}.date-input{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.5rem .75rem;font-size:.85rem;color-scheme:dark;flex:1}.date-input:focus{outline:none;border-color:var(--primary)}@media(max-width:768px){.sidebar{width:100%;position:fixed;bottom:0;top:auto;left:0;right:0;height:auto;flex-direction:row;padding:.5rem;border-right:none;border-top:1px solid var(--border);z-index:100}.sidebar-brand,.sidebar-footer{display:none}.nav-links{flex-direction:row;justify-content:space-around;padding:0}.nav-link{flex-direction:column;font-size:.7rem;gap:.2rem;padding:.4rem .5rem}.main-content{margin-left:0;padding:1.5rem 1rem 6rem}.subject-grid,.progress-overview{grid-template-columns:1fr}.exam-cards,.dash-header,.quick-actions{flex-direction:column}.topic-name{min-width:100px;font-size:.75rem}}
