:root{--primary: #2563eb;--primary-dark: #1d4ed8;--secondary: #64748b;--background: #f8fafc;--surface: #ffffff;--text: #1e293b;--text-secondary: #64748b;--border: #e2e8f0;--success: #22c55e;--error: #ef4444;--radius: 12px;--shadow: 0 4px 6px -1px rgb(0 0 0 / .1)}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:var(--background);color:var(--text);line-height:1.6}button{cursor:pointer;font-family:inherit}input,textarea{font-family:inherit;font-size:inherit}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}.app.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}header.svelte-12qhfyh{background:var(--surface);border-bottom:1px solid var(--border);padding:1rem 1.5rem;box-shadow:var(--shadow)}.header-content.svelte-12qhfyh{max-width:900px;margin:0 auto}h1.svelte-12qhfyh{font-size:1.5rem;font-weight:700;color:var(--primary);display:flex;align-items:center;gap:.5rem}.logo.svelte-12qhfyh{font-size:1.75rem}.tagline.svelte-12qhfyh{font-size:.875rem;color:var(--text-secondary);margin-top:.25rem}main.svelte-12qhfyh{flex:1;display:flex;flex-direction:column}footer.svelte-12qhfyh{background:var(--surface);border-top:1px solid var(--border);padding:1rem;text-align:center;font-size:.875rem;color:var(--text-secondary)}
