:root{--bg: #fafafa;--surface-1: #ffffff;--surface-2: #f5f5f7;--surface-3: #ececef;--text: #1a1a2e;--text-muted: #4b5563;--text-subtle: #6b7280;--text-inverse: #fafafa;--border: #e5e7eb;--border-strong: #d1d5db;--primary: #6366f1;--primary-hover: #4f46e5;--primary-text: #ffffff;--primary-bg-subtle: #eef2ff;--primary-border-subtle: #c7d2fe;--success: #16a34a;--success-bg-subtle: #dcfce7;--warning: #d97706;--warning-bg-subtle: #fef3c7;--warning-border: #f59e0b;--warning-border-subtle: #fde68a;--warning-text: #92400e;--danger: #dc2626;--danger-bg-subtle: #fee2e2;--danger-border-subtle: #fecaca;--info: #0284c7;--info-bg-subtle: #e0f2fe;--info-border-subtle: #bae6fd;--info-text: #075985;--accent: #d97706;--accent-bg-subtle: #fef3c7;--overlay: rgba(0, 0, 0, .45);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .02);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .04);--shadow-lg: 0 12px 32px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);--shadow-focus: 0 0 0 3px rgba(99, 102, 241, .25);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4rem;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--radius-full: 9999px;--font-xs: .75rem;--font-sm: .875rem;--font-base: .9375rem;--font-md: 1rem;--font-lg: 1.125rem;--font-xl: 1.25rem;--font-2xl: 1.5rem;--font-3xl: 1.875rem;--font-4xl: 2.25rem;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700}[data-theme=dark]{--bg: #0a0e1a;--surface-1: #111827;--surface-2: #1f2937;--surface-3: #374151;--text: #f3f4f6;--text-muted: #d1d5db;--text-subtle: #9ca3af;--text-inverse: #0a0e1a;--border: #1f2937;--border-strong: #374151;--primary: #818cf8;--primary-hover: #a5b4fc;--primary-text: #0a0e1a;--primary-bg-subtle: rgba(129, 140, 248, .12);--primary-border-subtle: rgba(129, 140, 248, .3);--success: #4ade80;--success-bg-subtle: rgba(74, 222, 128, .12);--warning: #fbbf24;--warning-bg-subtle: rgba(251, 191, 36, .12);--warning-border-subtle: rgba(251, 191, 36, .3);--danger: #f87171;--danger-bg-subtle: rgba(248, 113, 113, .12);--danger-border-subtle: rgba(248, 113, 113, .3);--info: #38bdf8;--info-bg-subtle: rgba(56, 189, 248, .12);--info-border-subtle: rgba(56, 189, 248, .3);--info-text: var(--info);--warning-border: rgba(251, 191, 36, .4);--warning-text: var(--warning);--accent: #fbbf24;--accent-bg-subtle: rgba(251, 191, 36, .12);--overlay: rgba(0, 0, 0, .7);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 12px 32px rgba(0, 0, 0, .5)}*{box-sizing:border-box;margin:0;padding:0}[hidden]{display:none!important}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:var(--font-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);color:var(--text);line-height:1.6}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;border-radius:var(--radius-sm);border:none;background:var(--primary);color:var(--primary-text);font-weight:var(--weight-semibold);transition:background .2s}button:hover{background:var(--primary-hover)}button:disabled{opacity:.6;cursor:not-allowed}input,textarea,select{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:1rem;font-family:inherit;background:var(--surface-1);color:var(--text)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:var(--shadow-focus)}.error-message{background:var(--danger);color:var(--text-inverse);padding:.75rem 1rem;border-radius:var(--radius-sm);margin-bottom:1rem}.success-message{background:var(--success);color:var(--text-inverse);padding:.75rem 1rem;border-radius:var(--radius-sm);margin-bottom:1rem}.table-wrapper{overflow-x:auto;max-width:100%}.table-wrapper th:first-child,.table-wrapper td:first-child{position:sticky;left:0;z-index:2;background:var(--surface-1);box-shadow:inset -1px 0 0 var(--border)}.table-wrapper thead th:first-child{background:var(--surface-2)}.table-wrapper thead th{background:var(--surface-2);padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border);color:var(--text)}.table-wrapper th.sortable-th{cursor:pointer;-webkit-user-select:none;user-select:none}.table-wrapper th.sortable-th:hover{background:var(--surface-3)}.table-wrapper .sortable-th-button:hover{background:var(--surface-3)!important}.sortable-th-button{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:.35em;width:100%;justify-content:flex-start}.sortable-th-button.right{justify-content:flex-end}.sortable-th-button.center{justify-content:center}.sortable-th-indicator{font-size:.75em;opacity:.7;display:inline-block;text-align:center;flex-shrink:0}.sortable-th-indicator:not(:empty){width:.9em}.sortable-th.active .sortable-th-label{font-weight:var(--weight-semibold)}.table-wrapper td.notes-cell{min-width:160px;max-width:320px;vertical-align:top}.notes-display{background:none;border:1px solid transparent;padding:.25rem .5rem;margin:-.25rem -.5rem;font:inherit;color:inherit;text-align:center;cursor:text;border-radius:4px;width:100%;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notes-display:hover{background:var(--surface-2);border-color:var(--border)}.notes-display.empty{color:var(--text-subtle);font-style:italic;line-height:1.2}.notes-input{width:100%;padding:.25rem .5rem;border:2px solid var(--primary);border-radius:4px;font:inherit;outline:none;background:var(--surface-1);color:var(--text);box-sizing:border-box}@media(max-width:639px){.table-wrapper table{font-size:.8125rem}.table-wrapper th,.table-wrapper td{padding:.75rem .5rem}.table-wrapper .btn-xs,.table-wrapper .btn-sm,.table-wrapper .btn-small,.table-wrapper .btn-secondary{min-height:44px;min-width:44px;padding:.5rem .75rem;font-size:.875rem}.back-link{min-height:44px;display:inline-flex;align-items:center;padding:0 12px;margin-left:-12px;border-radius:var(--radius-sm)}.link-item{min-height:44px;padding:.5rem 1rem;box-sizing:border-box}input,select,textarea{min-height:44px}input[type=date],input[type=checkbox]{min-height:auto}button{min-height:44px;min-width:44px}}.btn,.btn-primary,.btn-secondary,.btn-danger{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:6px;border:1px solid transparent;font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;text-decoration:none;transition:opacity .15s,background .15s;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.btn:disabled,.btn-primary:disabled,.btn-secondary:disabled,.btn-danger:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--surface-2);color:var(--text);border-color:var(--border-strong)}.btn-secondary:hover:not(:disabled){background:var(--border)}.btn-primary{background:var(--primary);color:var(--text-inverse)}.btn-primary:hover:not(:disabled){opacity:.9}.btn-danger{background:var(--danger);color:var(--text-inverse)}.btn-danger:hover:not(:disabled){opacity:.9}@media print{header,.nav-progress,.due-reminders,.app-footer,footer:not(.print-footer){display:none!important}body{background:#fff!important;color:#000!important}a,a:visited{color:#000!important;text-decoration:none!important}}.theme-toggle.svelte-1cmi4dh{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-full);border:1px solid transparent;background:transparent;color:var(--text);cursor:pointer;transition:background-color .15s,border-color .15s;position:relative}.theme-toggle.svelte-1cmi4dh svg{width:18px;height:18px;flex-shrink:0}.theme-toggle.svelte-1cmi4dh:hover:not(:disabled){background:var(--surface-2)}.theme-toggle.svelte-1cmi4dh:active:not(:disabled){background:var(--surface-3)}.theme-toggle.svelte-1cmi4dh:focus-visible{outline:none;box-shadow:var(--shadow-focus);border-color:var(--primary-border-subtle)}.theme-toggle.svelte-1cmi4dh:disabled{opacity:.5;cursor:not-allowed}.theme-toggle-error.svelte-1cmi4dh{position:absolute;bottom:-1.75rem;left:50%;transform:translate(-50%);background:var(--danger-bg-subtle);color:var(--danger);padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:var(--font-xs);white-space:nowrap}.nav-progress.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;height:3px;z-index:100;pointer-events:none;background:transparent}.nav-progress-bar.svelte-12qhfyh{height:100%;width:0;background:linear-gradient(90deg,var(--primary),var(--success));box-shadow:0 0 8px var(--primary-bg-subtle);transition:width .25s ease,opacity .3s ease;opacity:0}.nav-progress.active.svelte-12qhfyh .nav-progress-bar:where(.svelte-12qhfyh){opacity:1;width:30%;animation:svelte-12qhfyh-nav-progress-slide 1.2s ease-in-out infinite}@keyframes svelte-12qhfyh-nav-progress-slide{0%{margin-left:-30%}to{margin-left:100%}}.app-shell.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}header.svelte-12qhfyh{background:var(--surface-1);padding:.75rem 1rem;color:var(--text);border-bottom:1px solid var(--border)}[data-theme=light] header.svelte-12qhfyh{background:#27272a}[data-theme=light] .theme-toggle{color:#fff}[data-theme=light] .theme-toggle:hover:not(:disabled){background:#ffffff1a!important}[data-theme=light] .theme-toggle:active:not(:disabled){background:#ffffff2e!important}[data-theme=light] .nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#fff;font-weight:500}[data-theme=light] .nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:#fff;background:#ffffff1a}[data-theme=light] .logo.svelte-12qhfyh{color:#818cf8;font-weight:700}[data-theme=light] .auth-section.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#818cf8;font-weight:600}[data-theme=light] .admin-link.svelte-12qhfyh{color:#fcd34d!important;font-weight:600!important}[data-theme=light] .user-email.svelte-12qhfyh{color:#fcd34d;font-weight:600}@media(min-width:640px){header.svelte-12qhfyh{padding:.5rem 2rem}}nav.svelte-12qhfyh{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;max-width:1200px;margin:0 auto}.auth-section.svelte-12qhfyh{flex-basis:100%;justify-content:flex-end}.logo.svelte-12qhfyh{font-size:var(--font-xl);font-weight:var(--weight-bold);color:var(--primary);text-decoration:none;min-height:44px;display:inline-flex;align-items:center;padding:0 4px;margin:0 -4px;border-radius:var(--radius-md);touch-action:manipulation;-webkit-tap-highlight-color:transparent}.logo-short.svelte-12qhfyh{display:inline}.logo-full.svelte-12qhfyh{display:none}@media(min-width:640px){.logo-short.svelte-12qhfyh{display:none}.logo-full.svelte-12qhfyh{display:inline}}.logo.svelte-12qhfyh:hover{text-decoration:none;opacity:.85}.nav-links.svelte-12qhfyh{display:flex;flex-wrap:wrap;gap:1rem}@media(max-width:639px){.nav-links.svelte-12qhfyh{margin-left:auto}}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-muted);text-decoration:none;transition:color .15s,background .15s;touch-action:manipulation;-webkit-tap-highlight-color:transparent;min-height:44px;display:inline-flex;align-items:center;padding:0 14px;border-radius:var(--radius-md)}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--surface-2)}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text);text-decoration:none}.admin-link.svelte-12qhfyh{color:var(--warning)!important;font-weight:var(--weight-semibold)}.admin-link.svelte-12qhfyh:hover{color:var(--warning)!important;opacity:.85}.auth-section.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;gap:1rem}.auth-section.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--primary);text-decoration:none;min-height:44px;display:inline-flex;align-items:center;padding:0 14px;border-radius:var(--radius-md);touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:background .15s}.auth-section.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--primary-bg-subtle);text-decoration:none}.auth-section.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{text-decoration:underline}.user-email.svelte-12qhfyh{color:var(--warning);font-size:var(--font-sm);font-weight:var(--weight-semibold)}@media(min-width:640px){nav.svelte-12qhfyh{align-items:center;gap:2rem}.auth-section.svelte-12qhfyh{flex-basis:auto}}main.svelte-12qhfyh{flex:1;min-height:0;overflow-y:auto;max-width:1200px;margin:0 auto;padding:2rem 0 0;width:100%}footer.svelte-12qhfyh{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;background:var(--surface-2);color:var(--text-muted)}.build-id.svelte-12qhfyh{font-size:var(--font-xs);color:var(--text-subtle);font-family:monospace}.reminder-banner-stack.svelte-12qhfyh{position:sticky;top:0;z-index:50;display:flex;flex-direction:column;gap:0}.reminder-banner.svelte-12qhfyh{display:flex;align-items:center;gap:12px;background:linear-gradient(90deg,var(--warning) 0%,color-mix(in srgb,var(--warning) 80%,#f97316 20%) 100%);color:var(--text-inverse);padding:10px 20px;font-size:var(--font-sm);box-shadow:var(--shadow-sm)}.reminder-banner.busy.svelte-12qhfyh{opacity:.6}.reminder-banner.svelte-12qhfyh .bell:where(.svelte-12qhfyh){font-size:18px}.reminder-banner.svelte-12qhfyh .banner-text:where(.svelte-12qhfyh){flex:1}.reminder-banner.svelte-12qhfyh .banner-actions:where(.svelte-12qhfyh){display:flex;gap:4px;align-items:center}.banner-btn.svelte-12qhfyh{background:#fff3;color:var(--text-inverse);border:1px solid rgba(255,255,255,.4);padding:4px 10px;border-radius:var(--radius-sm);cursor:pointer;font-size:12px}.banner-btn.svelte-12qhfyh:hover:not(:disabled){background:#ffffff4d}@media(max-width:639px){.reminder-banner.svelte-12qhfyh{flex-wrap:wrap;padding:8px 12px}.reminder-banner.svelte-12qhfyh .banner-actions:where(.svelte-12qhfyh){flex:1 1 100%;justify-content:flex-end;flex-wrap:wrap}.banner-btn.svelte-12qhfyh{min-height:36px;padding:6px 12px;font-size:13px}}.banner-btn.svelte-12qhfyh:disabled{opacity:.5;cursor:not-allowed}.banner-btn.primary.svelte-12qhfyh{background:var(--surface-1);color:var(--warning);border-color:var(--text-inverse);font-weight:500}.banner-btn.primary.svelte-12qhfyh:hover:not(:disabled){background:var(--warning-bg-subtle)}.banner-btn.dismiss.svelte-12qhfyh{padding:4px 8px;font-size:16px;line-height:1}
