:root{--color-bg: #0a0a0a;--color-bg-secondary: #141414;--color-bg-tertiary: #1f1f1f;--color-text: #fafafa;--color-text-secondary: #a1a1aa;--color-primary: #3b82f6;--color-primary-hover: #2563eb;--color-success: #22c55e;--color-error: #ef4444;--color-border: #27272a;--radius: 8px;--radius-lg: 12px}*{margin:0;padding:0;box-sizing:border-box}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:var(--color-bg);color:var(--color-text)}body{min-height:100vh}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}input,button{font-size:1rem}.app.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}header.svelte-12qhfyh{border-bottom:1px solid var(--color-border);padding:1rem 2rem}nav.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo.svelte-12qhfyh{font-size:1.5rem;font-weight:700;color:var(--color-text)}.nav-links.svelte-12qhfyh{display:flex;gap:1.5rem;align-items:center}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-text-secondary)}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-text);text-decoration:none}.nav-links.svelte-12qhfyh .generate-link:where(.svelte-12qhfyh){background:#007bff;color:#fff!important;padding:.5rem 1rem;border-radius:6px;font-weight:500}.nav-links.svelte-12qhfyh .generate-link:where(.svelte-12qhfyh):hover{background:#0056b3}.nav-links.svelte-12qhfyh button:where(.svelte-12qhfyh){background:none;border:none;color:var(--color-text-secondary);font-size:1rem}.nav-links.svelte-12qhfyh button:where(.svelte-12qhfyh):hover{color:var(--color-text)}main.svelte-12qhfyh{flex:1;max-width:1200px;margin:0 auto;padding:2rem;width:100%}footer.svelte-12qhfyh{border-top:1px solid var(--color-border);padding:1.5rem 2rem;text-align:center;color:var(--color-text-secondary);font-size:.875rem}
