:root{--bg: #0f0f11;--surface: #18181d;--surface-2: #222228;--border: #2c2c35;--text: #e8e8f0;--muted: #7a7a90;--accent: #7c6af7;--accent-hover: #9585ff;--danger: #e05c5c;font-family:Inter,system-ui,-apple-system,sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100vh;background:var(--bg);color:var(--text);font-size:16px;line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}h1{font-size:1.75rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}h2{font-size:1.3rem;font-weight:600;line-height:1.3;margin-bottom:.375rem}h3{font-size:1.05rem;font-weight:600}p{color:var(--muted)}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.form-group{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1.25rem}label{display:block;font-size:.875rem;font-weight:500;color:var(--muted)}input,textarea{width:100%;padding:.625rem .875rem;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:.95rem;outline:none;transition:border-color .15s;font-family:inherit}input:focus,textarea:focus{border-color:var(--accent)}textarea{resize:vertical;min-height:120px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.25rem;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .15s,opacity .15s,border-color .15s;border:1px solid transparent;font-family:inherit;text-decoration:none}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover);text-decoration:none}.btn-ghost{background:transparent;color:var(--muted);border-color:var(--border)}.btn-ghost:hover:not(:disabled){color:var(--text);border-color:var(--muted);text-decoration:none}.error-box{color:var(--danger);font-size:.875rem;padding:.6rem .875rem;background:#e05c5c14;border-radius:8px;border:1px solid rgba(224,92,92,.25);margin-bottom:1rem}.muted{color:var(--muted);font-size:.875rem}.stack{display:flex;flex-direction:column;gap:1rem}.row{display:flex;align-items:center;gap:.75rem}nav.svelte-12qhfyh{display:flex;gap:1.25rem;padding:.875rem 2rem;border-bottom:1px solid var(--border);align-items:center;background:var(--bg);position:sticky;top:0;z-index:10}.wordmark.svelte-12qhfyh{font-weight:700;font-size:1.05rem;color:var(--text);margin-right:auto;letter-spacing:-.02em}.wordmark.svelte-12qhfyh:hover{text-decoration:none;color:var(--accent)}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--muted);font-size:.9rem}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text);text-decoration:none}.nav-btn.svelte-12qhfyh{background:none;border:none;cursor:pointer;font-size:.9rem;color:var(--muted);font-family:inherit;padding:0}.nav-btn.svelte-12qhfyh:hover{color:var(--text)}main.svelte-12qhfyh{max-width:640px;margin:0 auto;padding:2rem 1rem}
