*{box-sizing:border-box;margin:0;padding:0}:root{color-scheme:light;--font-sans: "Plus Jakarta Sans", "Manrope", "Avenir Next", "Segoe UI", sans-serif;--bg: #edf1f7;--bg-gradient: radial-gradient(circle at 5% 0%, #f5f8ff 0, rgba(245, 248, 255, 0) 30%);--surface: #ffffff;--surface-muted: #f7f9fc;--text: #0f172a;--text-muted: #4b5565;--text-subtle: #6b7280;--border: #d9e1ec;--border-strong: #c4d0e0;--primary: #2563eb;--primary-contrast: #ffffff;--primary-soft: #e8f0ff;--success: #159947;--success-soft: #e7f8ee;--warning: #b86a0b;--warning-soft: #fdf3df;--danger: #c2332d;--danger-soft: #fdeceb;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--shadow-soft: 0 16px 36px -26px rgba(15, 23, 42, .45)}:root[data-theme=dark]{color-scheme:dark;--bg: #0a101a;--bg-gradient: radial-gradient(circle at 5% 0%, #111f36 0, rgba(17, 31, 54, 0) 30%);--surface: #0f1827;--surface-muted: #121f32;--text: #e5ebf6;--text-muted: #b5c0d4;--text-subtle: #8e9bb1;--border: #263347;--border-strong: #33445d;--primary: #5e8dff;--primary-contrast: #f6f9ff;--primary-soft: #142646;--success: #35c97a;--success-soft: #113225;--warning: #f0ad42;--warning-soft: #392810;--danger: #f77973;--danger-soft: #3b1a1b;--shadow-soft: 0 20px 40px -28px rgba(0, 0, 0, .8)}body{font-family:var(--font-sans);background:var(--bg-gradient),var(--bg);color:var(--text);line-height:1.5;min-height:100vh}.app.svelte-12qhfyh{min-height:100vh}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm)}input:focus,select:focus,textarea:focus,button:focus-visible,a:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.surface{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.soft-panel{background:var(--surface-muted);border:1px solid var(--border);border-radius:var(--radius-md)}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-scroll table{min-width:640px}@media(max-width:900px){.table-scroll table{min-width:560px}}
