: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}.gate.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--color-bg, #0a0a0a)}.gate-card.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;gap:.75rem;background:var(--color-bg-secondary, #141414);border:1px solid var(--color-border, #27272a);border-radius:var(--radius-lg, 12px);padding:2.5rem 2rem;width:100%;max-width:340px}.gate-title.svelte-12qhfyh{font-size:1.5rem;font-weight:700;color:var(--color-text, #fafafa);margin:0}.gate-subtitle.svelte-12qhfyh{font-size:.9rem;color:var(--color-text-secondary, #a1a1aa);margin:0 0 .5rem}.gate-form.svelte-12qhfyh{display:flex;flex-direction:column;gap:.6rem;width:100%}.gate-input.svelte-12qhfyh{width:100%;padding:.65rem .85rem;border:1px solid var(--color-border, #27272a);border-radius:var(--radius, 8px);background:var(--color-bg-tertiary, #1f1f1f);color:var(--color-text, #fafafa);font-size:.95rem;box-sizing:border-box}.gate-input.svelte-12qhfyh:focus{outline:none;border-color:var(--color-primary, #3b82f6)}.gate-input-error.svelte-12qhfyh{border-color:var(--color-error, #ef4444)}.gate-error.svelte-12qhfyh{font-size:.8rem;color:var(--color-error, #ef4444)}.gate-btn.svelte-12qhfyh{padding:.65rem;background:var(--color-primary, #3b82f6);color:#fff;border:none;border-radius:var(--radius, 8px);font-size:.95rem;font-weight:500;cursor:pointer}.gate-btn.svelte-12qhfyh:hover{background:var(--color-primary-hover, #2563eb)}
