@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap";:root{color-scheme:light;--theme-primary: #10b981;--theme-primary-glow: rgba(16, 185, 129, .12);--theme-background: #f9fbf9;--theme-surface: #ffffff;--theme-surface-soft: #f3f7f3;--theme-text: #111827;--theme-text-muted: #9ca3af;--theme-text-secondary: #2d6264;--theme-accent-cool: #3b82f6;--theme-accent-warm: #f59e0b;--theme-info: #1c4494;--theme-success: #04a24c;--theme-warning: #fcdc0c;--theme-error: #ef4444;--theme-line: #e0e3e7;--theme-line-strong: #dbe2e7;--theme-sidebar: #ffffff;--theme-sidebar-tint: linear-gradient(180deg, rgba(16, 185, 129, .08), rgba(59, 130, 246, .04));--radius-sm: 12px;--radius-md: 16px;--radius-lg: 24px;--radius-full: 9999px;--shadow-soft: 0 8px 30px rgba(17, 24, 39, .04);--shadow-glow: 0 10px 40px rgba(16, 185, 129, .12)}html,body{margin:0;padding:0;min-height:100%;background:radial-gradient(circle at top left,rgba(16,185,129,.12),transparent 28%),radial-gradient(circle at top right,rgba(59,130,246,.08),transparent 24%),var(--theme-background);color:var(--theme-text);font-family:DM Sans,system-ui,sans-serif}body{line-height:1.5}a{color:var(--theme-accent-cool)}h1,h2,h3,h4,h5,h6{font-family:Outfit,system-ui,sans-serif;color:var(--theme-text)}button,input,textarea,select{font:inherit}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{color:var(--theme-text)}a{color:var(--theme-accent-cool);text-decoration:none}.splash.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;height:100vh;font-size:1.2rem;color:var(--theme-text-secondary);font-family:Outfit,system-ui,sans-serif}.login-page.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.login-card.svelte-12qhfyh{background:var(--theme-surface);border:1px solid var(--theme-line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft),var(--shadow-glow);padding:2.5rem;width:100%;max-width:420px}.login-brand.svelte-12qhfyh{max-width:220px;margin:0 auto 1.25rem}label.svelte-12qhfyh{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem;font-size:.85rem;font-weight:500;color:var(--theme-text-secondary)}input.svelte-12qhfyh{background:var(--theme-surface-soft);border:1px solid var(--theme-line);border-radius:var(--radius-sm);padding:.7rem .85rem;color:var(--theme-text);font-size:.95rem}input.svelte-12qhfyh:focus{outline:2px solid rgba(16,185,129,.22);border-color:var(--theme-primary)}button[type=submit].svelte-12qhfyh{width:100%;background:var(--theme-primary);color:var(--theme-surface);border:none;border-radius:var(--radius-full);padding:.85rem;font-size:1rem;font-weight:600;cursor:pointer;margin-top:.5rem;box-shadow:var(--shadow-glow)}button[type=submit].svelte-12qhfyh:hover{filter:brightness(.97)}.error.svelte-12qhfyh{color:var(--theme-error);font-size:.85rem;margin-top:.5rem}.auth-switch.svelte-12qhfyh{margin-top:1.25rem;text-align:center;font-size:.85rem;color:var(--theme-text-secondary)}.auth-switch-btn.svelte-12qhfyh{background:none;border:none;padding:0;margin-left:.25rem;color:var(--theme-primary);font-size:.85rem;font-weight:600;cursor:pointer;text-decoration:underline}.shell.svelte-12qhfyh{display:flex;height:100vh;overflow:hidden}.sidebar.svelte-12qhfyh{width:240px;background:var(--theme-sidebar-tint),var(--theme-sidebar);border-right:1px solid var(--theme-line);display:flex;flex-direction:column;padding:1.5rem 1rem;gap:.25rem;flex-shrink:0}.brand.svelte-12qhfyh{display:flex;flex-direction:column;align-items:stretch;gap:.4rem;margin-bottom:1.5rem}.brand-logo.svelte-12qhfyh{width:100%;height:auto;object-fit:contain}.brand-name.svelte-12qhfyh{font-family:Outfit,system-ui,sans-serif;font-size:1.1rem;font-weight:700;color:var(--theme-text);text-align:center}.sidebar.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:.7rem .85rem;border-radius:var(--radius-md);color:var(--theme-text-secondary);font-size:.95rem;font-weight:500;transition:background .15s,color .15s,transform .15s}.sidebar.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--theme-primary-glow);color:var(--theme-text);transform:translate(2px)}.spacer.svelte-12qhfyh{flex:1}.logout-btn.svelte-12qhfyh{background:var(--theme-surface);border:1px solid var(--theme-line);border-radius:var(--radius-full);color:var(--theme-text-secondary);padding:.65rem .9rem;cursor:pointer;font-size:.9rem;font-weight:500}.logout-btn.svelte-12qhfyh:hover{border-color:var(--theme-error);color:var(--theme-error)}.content.svelte-12qhfyh{flex:1;overflow-y:auto;padding:2rem;background:transparent}@media(max-width:900px){.shell.svelte-12qhfyh{flex-direction:column;height:auto;min-height:100vh}.sidebar.svelte-12qhfyh{width:100%;border-right:none;border-bottom:1px solid var(--theme-line)}}
