@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--font-title:"Outfit", "Inter", system-ui, -apple-system, sans-serif;--font-body:"Inter", system-ui, -apple-system, sans-serif;--bg-app:#f1f5f9;--bg-card:#ffffffbf;--bg-card-hover:#ffffffe6;--border-color:#00000014;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--accent-color:#6366f1;--accent-gradient:linear-gradient(135deg, #6366f1, #a855f7);--shadow-sm:0 2px 4px #00000005;--shadow-md:0 10px 25px -5px #0000000d, 0 8px 10px -6px #0000000d;--shadow-lg:0 20px 25px -5px #00000014, 0 10px 10px -5px #0000000a;--glass-blur:12px;--timeline-line:#0000000d;--header-height:70px;--sidebar-width:320px}:root.dark{--bg-app:#0b0f19;--bg-card:#11182799;--bg-card-hover:#111827d9;--border-color:#ffffff14;--text-primary:#f8fafc;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--accent-color:#818cf8;--accent-gradient:linear-gradient(135deg, #818cf8, #c084fc);--shadow-sm:0 2px 4px #0000001a;--shadow-md:0 10px 25px -5px #0000004d, 0 8px 10px -6px #0000004d;--shadow-lg:0 25px 50px -12px #00000080;--timeline-line:#ffffff0a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-app);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;transition:background-color .3s,color .3s;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.glass{background:var(--bg-card);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-color);box-shadow:var(--shadow-md)}.glass-interactive{transition:all .2s cubic-bezier(.16,1,.3,1)}.glass-interactive:hover{background:var(--bg-card-hover);box-shadow:var(--shadow-lg);border-color:#ffffff26;transform:translateY(-2px)}@media print{@page{size:landscape;margin:8mm}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.no-print,button:not(.course-card),.actions,.filters,form,header,.sidebar,.modal-backdrop,.toast{display:none!important}body{font-size:10pt;background:var(--bg-app)!important;color:var(--text-primary)!important}main,.dashboard-container{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}.board-container{width:100%!important;max-width:100%!important;box-shadow:none!important;background:var(--bg-card)!important;border:1px solid var(--border-color)!important;border-radius:24px!important;padding:1.5rem!important}.schedule-wrapper{overflow:visible!important}.week-grid{width:100%!important;min-width:auto!important}.course-card{box-shadow:none!important}.board-legend{margin-top:1.5rem!important;display:flex!important}}.toast-container{z-index:9999;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:2rem;right:2rem}.toast{color:#fff;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;display:flex;box-shadow:0 10px 15px -3px #0000001a}.toast.success{background:linear-gradient(135deg,#10b981,#059669)}.toast.error{background:linear-gradient(135deg,#ef4444,#dc2626)}.toast-icon{width:16px;height:16px}.app-layout.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex}.app-header.svelte-12qhfyh{height:var(--header-height);background:rgba(var(--bg-card), .7);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);z-index:100;box-shadow:var(--shadow-sm);align-items:center;padding:0 2rem;display:flex;position:sticky;top:0}.header-container.svelte-12qhfyh{justify-content:space-between;align-items:center;width:100%;max-width:1800px;margin:0 auto;display:flex}.brand.svelte-12qhfyh{align-items:center;gap:.75rem;display:flex}.logo-box.svelte-12qhfyh{background:var(--accent-gradient);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 4px 10px #6366f140}.brand-name.svelte-12qhfyh{font-family:var(--font-title);letter-spacing:-.02em;color:var(--text-primary);font-size:1.25rem;font-weight:700}.header-actions.svelte-12qhfyh{align-items:center;gap:1rem;display:flex}.theme-toggle.svelte-12qhfyh,.logout-btn.svelte-12qhfyh,.header-btn.svelte-12qhfyh{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem .875rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.theme-toggle.svelte-12qhfyh{width:38px;height:38px;padding:0}.theme-toggle.svelte-12qhfyh:hover,.logout-btn.svelte-12qhfyh:hover,.header-btn.svelte-12qhfyh:hover{background:var(--text-primary);color:var(--bg-app);border-color:var(--text-primary)}.logout-form.svelte-12qhfyh{display:flex}.app-main.svelte-12qhfyh{flex-direction:column;flex:1;display:flex}@media (width<=640px){.app-header.svelte-12qhfyh{padding:0 1rem}.logout-btn.svelte-12qhfyh span:where(.svelte-12qhfyh),.header-btn.svelte-12qhfyh span:where(.svelte-12qhfyh){display:none}.logout-btn.svelte-12qhfyh,.header-btn.svelte-12qhfyh{width:38px;height:38px;padding:0}}
