@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:#3f5762;--accent-gradient:linear-gradient(135deg, #3f5762, #557585);--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:#5b7b8b;--accent-gradient:linear-gradient(135deg, #5b7b8b, #7aa0b3);--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}.print-only-header{border-bottom:3px solid #3f5762!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;width:100%!important;margin-bottom:1rem!important;padding-bottom:1rem!important;display:flex!important}.print-logo-container{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#3f5762!important;border-radius:6px!important;align-items:center!important;padding:4px 12px!important;display:flex!important}.print-logo{object-fit:contain!important;height:32px!important}.print-title{font-family:var(--font-title)!important;letter-spacing:-.03em!important;color:var(--text-primary)!important;text-transform:uppercase!important;margin:0!important;font-size:2rem!important;font-weight:800!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}.top-credit-bar.svelte-12qhfyh{color:#e2e8f0;text-align:right;font-size:.75rem;font-family:var(--font-body);letter-spacing:.025em;z-index:101;background-color:#26353d;border-bottom:1px solid #ffffff0d;padding:.35rem 0;font-weight:500}.top-credit-container.svelte-12qhfyh{box-sizing:border-box;width:100%;max-width:1800px;margin:0 auto;padding:0 2rem}.top-credit-bar.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#818cf8;font-weight:600;text-decoration:none;transition:color .2s}.top-credit-bar.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#a5b4fc;text-decoration:underline}.app-header.svelte-12qhfyh{height:var(--header-height);z-index:100;box-shadow:var(--shadow-sm);background:#3f5762;border-bottom:1px solid #ffffff1f;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}.brand-logo.svelte-12qhfyh{object-fit:contain;height:34px;display:block}.header-actions.svelte-12qhfyh{align-items:center;gap:1rem;display:flex}.theme-toggle.svelte-12qhfyh,.logout-btn.svelte-12qhfyh,.header-btn.svelte-12qhfyh{color:#cbd5e1;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;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{color:#fff;background:#ffffff1f;border-color:#ffffff40}.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}}
