:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background:#f1f5f9}*{box-sizing:border-box}body{margin:0;background:#f1f5f9;color:#0f172a}h1,h2,h3,p{margin:0}.muted{color:#475569}.status{border-radius:.5rem;padding:.75rem;font-size:.95rem}.status.success{background:#ecfdf5;color:#047857}.status.error{background:#fef2f2;color:#b91c1c}button,.link-button{border:none;border-radius:.5rem;background:#2563eb;color:#fff;font-weight:600;padding:.65rem 1rem;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}button:disabled{cursor:not-allowed;opacity:.6}button.secondary{background:#334155}input,select,textarea{width:100%;margin-top:.35rem;padding:.6rem .75rem;border:1px solid #cbd5e1;border-radius:.5rem;background:#fff;color:#0f172a}label{display:block;font-size:.95rem;color:#334155}.auth-layout{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.auth-card{width:min(100%,34rem);background:#fff;border-radius:.9rem;box-shadow:0 10px 30px #0f172a1a;padding:1.25rem;display:grid;gap:1rem}.tab-row{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.tab{background:#e2e8f0;color:#334155}.tab.active{background:#2563eb;color:#fff}.form-stack{display:grid;gap:.8rem}.split-grid{display:grid;grid-template-columns:1fr;gap:.8rem}.dashboard-layout,.assistant-layout{min-height:100vh}.dashboard-header,.assistant-header{background:#0f172a;color:#fff;padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.dashboard-header .muted,.assistant-header .muted{color:#cbd5e1}.action-row{display:flex;gap:.5rem;flex-wrap:wrap}.dashboard-main,.assistant-main{width:min(100%,70rem);margin:0 auto;padding:1rem;display:grid;gap:1rem}.panel{background:#fff;border-radius:.8rem;box-shadow:0 8px 24px #0f172a14;padding:1rem;display:grid;gap:.9rem}.panel.subtle{background:#f8fafc;border:1px solid #e2e8f0;box-shadow:none}.quiz-config{display:grid;gap:.75rem}.quiz-form{display:grid;gap:.85rem}.question-card{border:1px solid #e2e8f0;border-radius:.7rem;padding:.75rem}.question-card legend{padding:0 .25rem;font-weight:600}.option-list{display:grid;gap:.6rem}.option-list label{display:flex;align-items:center;gap:.45rem}.option-list input{width:auto;margin:0}.score{font-weight:700}.chat-history{min-height:50vh;max-height:62vh;overflow-y:auto;padding-right:.25rem;display:grid;gap:.75rem}.chat-message{max-width:min(100%,34rem);border-radius:.7rem;padding:.75rem;border:1px solid #dbeafe}.chat-message.assistant{justify-self:start;background:#eff6ff}.chat-message.user{justify-self:end;background:#e2e8f0;border-color:#cbd5e1}.chat-form{display:grid;grid-template-columns:1fr auto;gap:.65rem;align-items:center}.chat-form input{margin-top:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (min-width: 768px){.split-grid,.quiz-config{grid-template-columns:repeat(2,minmax(0,1fr))}.quiz-config button{align-self:end}}
