:root{--color-primary: #1a1a1a;--color-primary-light: #2d2d2d;--color-secondary: #6366f1;--color-secondary-light: #8b5cf6;--color-accent: #10b981;--color-accent-light: #34d399;--color-danger: #ef4444;--color-warning: #f59e0b;--color-background: #fafafa;--color-surface: #ffffff;--color-surface-elevated: #ffffff;--color-surface-hover: #f8fafc;--color-border: #e2e8f0;--color-border-light: #f1f5f9;--color-text-primary: #0f172a;--color-text-secondary: #64748b;--color-text-muted: #94a3b8;--color-text-inverse: #ffffff;--space-xs: .25rem;--space-sm: .5rem;--space-md: .75rem;--space-lg: 1rem;--space-xl: 1.25rem;--space-2xl: 1.5rem;--space-3xl: 2rem;--space-4xl: 2.5rem;--space-5xl: 3rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--animation-fast: .15s cubic-bezier(.4, 0, .2, 1);--animation-normal: .25s cubic-bezier(.4, 0, .2, 1);--animation-slow: .35s cubic-bezier(.4, 0, .2, 1);--max-width: 28rem;--header-height: 3.5rem;color-scheme:light dark}*{box-sizing:border-box}body{margin:0;padding:0;font-family:var(--font-family);background-color:var(--color-background);color:var(--color-text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:inherit;cursor:pointer;border:none;background:none;transition:all var(--animation-fast)}input{font-family:inherit}a{color:inherit;text-decoration:none}.app.svelte-ln4hhv{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.header.svelte-ln4hhv{position:sticky;top:0;z-index:40;height:var(--header-height);background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border-light)}.header-content.svelte-ln4hhv{max-width:var(--max-width);margin:0 auto;height:100%;display:flex;justify-content:flex-end;align-items:center;gap:var(--space-md);padding:0 var(--space-lg)}.auth-link.svelte-ln4hhv{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-lg);color:var(--color-text-secondary);font-size:var(--font-size-sm);font-weight:500;transition:all var(--animation-fast)}.auth-link.svelte-ln4hhv:hover{color:var(--color-primary);background-color:var(--color-surface-hover)}.auth-icon.svelte-ln4hhv{width:1rem;height:1rem;stroke-width:2}.user-button-wrapper.svelte-ln4hhv{display:flex;align-items:center}.spacer.svelte-ln4hhv{display:inline-block;width:1px;height:1px}.main.svelte-ln4hhv{flex:1;display:flex;flex-direction:column}@media (prefers-color-scheme: dark){:root{--color-background: #0f172a;--color-surface: #1e293b;--color-surface-elevated: #334155;--color-surface-hover: #475569;--color-border: #334155;--color-border-light: #1e293b;--color-text-primary: #f8fafc;--color-text-secondary: #cbd5e1;--color-text-muted: #94a3b8}.header.svelte-ln4hhv{background:#0f172acc}}@supports (height: 100dvh){.app.svelte-ln4hhv{min-height:100dvh}}
