:root{--primary: #6366f1;--primary-dark: #4f46e5;--primary-light: #ede9fe;--accent: #8b5cf6;--success: #22c55e;--danger: #ef4444;--warning: #f59e0b;--bg: #f8f7ff;--surface: #ffffff;--border: #e5e3f7;--text: #1a1730;--muted: #6b7280;--radius-card: 16px;--radius-btn: 10px;--shadow: 0 4px 20px rgba(99,102,241,.08);--shadow-hover: 0 12px 36px rgba(99,102,241,.18)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}nav.svelte-12qhfyh{position:sticky;top:0;z-index:50;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:0 1.5rem;height:60px;display:flex;align-items:center;gap:0}.brand.svelte-12qhfyh{font-size:1.2rem;font-weight:800;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;letter-spacing:-.02em;flex-shrink:0}.nav-links.svelte-12qhfyh{display:flex;align-items:center;gap:.25rem;margin-left:2rem}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--muted);text-decoration:none;font-size:.9rem;font-weight:500;padding:.4rem .75rem;border-radius:8px;transition:color .15s,background .15s}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--primary);background:var(--primary-light)}.nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--primary);background:var(--primary-light);font-weight:600}.spacer.svelte-12qhfyh{flex:1}.nav-right.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem}.user-chip.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;color:var(--muted);padding:.3rem .75rem .3rem .3rem;border-radius:99px;background:var(--bg);border:1px solid var(--border);text-decoration:none;transition:border-color .15s;max-width:200px}.user-chip.svelte-12qhfyh:hover{border-color:var(--primary);color:var(--primary)}.user-chip.svelte-12qhfyh .chip-name:where(.svelte-12qhfyh){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.avatar.svelte-12qhfyh{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0;border:1.5px solid var(--border)}.avatar-initials.svelte-12qhfyh{width:28px;height:28px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,var(--primary),var(--accent));display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:#fff}.btn-logout.svelte-12qhfyh{background:none;border:1px solid var(--border);color:var(--muted);padding:.35rem .75rem;border-radius:var(--radius-btn);cursor:pointer;font-size:.85rem;font-weight:500;transition:all .15s}.btn-logout.svelte-12qhfyh:hover{border-color:var(--danger);color:var(--danger);background:#fff1f2}.hamburger.svelte-12qhfyh{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;border:none;background:none;cursor:pointer;border-radius:8px;padding:0;transition:background .15s}.hamburger.svelte-12qhfyh:hover{background:var(--primary-light)}.hamburger.svelte-12qhfyh span:where(.svelte-12qhfyh){display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:all .25s}.hamburger.open.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(2){opacity:0}.hamburger.open.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(3){transform:translateY(-7px) rotate(-45deg)}.sidebar-overlay.svelte-12qhfyh{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#1a173080;z-index:80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sidebar-overlay.open.svelte-12qhfyh{display:block}.sidebar.svelte-12qhfyh{position:fixed;top:0;right:-300px;bottom:0;width:280px;background:#fff;z-index:90;box-shadow:-8px 0 32px #6366f126;display:flex;flex-direction:column;transition:right .3s cubic-bezier(.4,0,.2,1);padding:0}.sidebar.open.svelte-12qhfyh{right:0}.sidebar-header.svelte-12qhfyh{padding:1.25rem 1.25rem 1rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.sidebar-brand.svelte-12qhfyh{font-size:1.1rem;font-weight:800;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sidebar-close.svelte-12qhfyh{width:32px;height:32px;border:none;background:var(--bg);border-radius:8px;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;color:var(--muted)}.sidebar-user.svelte-12qhfyh{padding:1rem 1.25rem;background:var(--bg);border-bottom:1px solid var(--border)}.sidebar-user.svelte-12qhfyh .name:where(.svelte-12qhfyh){font-weight:600;font-size:.9rem;color:var(--text)}.sidebar-user.svelte-12qhfyh .email:where(.svelte-12qhfyh){font-size:.8rem;color:var(--muted);margin-top:2px}.sidebar-user.svelte-12qhfyh .role-pill:where(.svelte-12qhfyh){display:inline-block;margin-top:.5rem;padding:.15rem .6rem;border-radius:99px;font-size:.75rem;font-weight:600}.role-pill.student.svelte-12qhfyh{background:#ede9fe;color:var(--primary)}.role-pill.teacher.svelte-12qhfyh{background:#fef9c3;color:#854d0e}.role-pill.admin.svelte-12qhfyh{background:#fce7f3;color:#9d174d}.role-pill.banned.svelte-12qhfyh{background:#fee2e2;color:#991b1b}.banned-screen.svelte-12qhfyh{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);padding:2rem}.banned-card.svelte-12qhfyh{background:#fff;border-radius:16px;padding:3rem 2.5rem;max-width:400px;width:100%;text-align:center;border:1.5px solid #fca5a5;box-shadow:0 8px 32px #ef44441f}.banned-icon.svelte-12qhfyh{font-size:3rem;margin-bottom:1rem}.banned-title.svelte-12qhfyh{font-size:1.3rem;font-weight:700;color:#991b1b;margin-bottom:.75rem}.banned-msg.svelte-12qhfyh{color:#6b7280;font-size:.95rem;line-height:1.6;margin-bottom:1.75rem}.banned-back.svelte-12qhfyh{display:inline-block;padding:.65rem 1.5rem;background:#ef4444;color:#fff;border-radius:8px;font-weight:600;font-size:.9rem;text-decoration:none;transition:background .15s}.banned-back.svelte-12qhfyh:hover{background:#dc2626}.sidebar-nav.svelte-12qhfyh{flex:1;padding:.75rem;overflow-y:auto;display:flex;flex-direction:column;gap:.25rem}.sidebar-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:10px;color:var(--text);text-decoration:none;font-size:.95rem;font-weight:500;transition:all .15s;width:100%}.sidebar-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--primary-light);color:var(--primary)}.sidebar-nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:var(--primary-light);color:var(--primary);font-weight:600}.sidebar-nav.svelte-12qhfyh .icon:where(.svelte-12qhfyh){font-size:1.1rem;width:24px;text-align:center}.sidebar-footer.svelte-12qhfyh{padding:1rem 1.25rem;border-top:1px solid var(--border)}.btn-sidebar-logout.svelte-12qhfyh{width:100%;padding:.7rem;border-radius:var(--radius-btn);border:1px solid var(--border);background:none;color:var(--danger);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-sidebar-logout.svelte-12qhfyh:hover{background:#fff1f2;border-color:var(--danger)}main.svelte-12qhfyh{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}@media (max-width: 768px){.nav-links.svelte-12qhfyh,.nav-right.svelte-12qhfyh{display:none}.hamburger.svelte-12qhfyh{display:flex}main.svelte-12qhfyh{padding:1.25rem 1rem}}
