:root{--accent: #2563eb;--accent-hover: #1d4ed8;--accent-soft: #eff6ff;--accent-border: #bfdbfe;--surface: #ffffff;--surface-muted: #f8fafc;--border: #e2e8f0;--border-strong: #cbd5e1;--text: #0f172a;--text-muted: #475569;--text-faint: #94a3b8;--error: #b91c1c;--error-bg: #fef2f2;--info: #1e40af;--info-bg: #eff6ff;--success: #166534;--success-bg: #f0fdf4;--radius: .625rem;--shadow-card: 0 1px 2px rgb(15 23 42 / .04), 0 8px 24px rgb(37 99 235 / .07);--gray-100: var(--surface-muted);--gray-200: var(--border);--gray-400: var(--border-strong);--gray-600: var(--text-muted);--gray-700: #334155;--gray-900: var(--text)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.5;color:var(--text);background:var(--surface-muted);-webkit-font-smoothing:antialiased}input,select,textarea{width:100%;min-height:44px;padding:.5rem .75rem;border:1px solid var(--border-strong);border-radius:var(--radius);font:inherit;color:inherit;background:var(--surface);transition:border-color .15s ease,box-shadow .15s ease}input:hover,select:hover,textarea:hover{border-color:var(--text-faint)}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #2563eb2e}button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}button{min-height:44px;padding:.5rem 1rem;border:1px solid var(--border-strong);border-radius:var(--radius);font:inherit;font-weight:500;color:var(--text);background:var(--surface);cursor:pointer;transition:background .15s ease,border-color .15s ease}button:not(:disabled):hover{background:var(--surface-muted);border-color:var(--text-faint)}button:disabled{opacity:.55;cursor:not-allowed}button.primary{width:100%;border-color:var(--accent);background:var(--accent);color:#fff}button.primary:not(:disabled):hover{background:var(--accent-hover);border-color:var(--accent-hover)}button.danger{border-color:var(--error);color:var(--error)}button.danger:not(:disabled):hover{background:var(--error-bg);border-color:var(--error)}button.link{display:inline;min-height:0;padding:0;border:0;background:none;color:var(--accent);font-weight:500;text-decoration:underline;text-underline-offset:2px}button.link:not(:disabled):hover{background:none;color:var(--accent-hover)}.field{display:flex;flex-direction:column;gap:.25rem}.field label{font-size:.875rem;font-weight:500;color:var(--gray-700)}.field-error{margin:0;font-size:.875rem;color:var(--error)}.form-error{margin:0;padding:.625rem .75rem;border:1px solid #fecaca;border-radius:var(--radius);background:var(--error-bg);font-size:.9375rem;color:var(--error)}.form-info{margin:0;padding:.625rem .75rem;border:1px solid var(--accent-border);border-radius:var(--radius);background:var(--info-bg);font-size:.9375rem;color:var(--info)}.form-success{margin:0;padding:.625rem .75rem;border:1px solid #bbf7d0;border-radius:var(--radius);background:var(--success-bg);font-size:.9375rem;color:var(--success)}.muted{color:var(--text-muted)}.panel{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border:1px solid var(--border);border-radius:1rem;background:var(--surface);box-shadow:var(--shadow-card)}.panel h2{margin:.25rem 0 0;font-size:1.0625rem}.panel h2:first-child{margin-top:0}.panel p{margin:0}.checkbox{display:flex;align-items:center;gap:.625rem;min-height:44px;cursor:pointer}.checkbox input{width:1.25rem;height:1.25rem;min-height:0;accent-color:var(--accent)}.field-hint{margin:0;font-size:.875rem;color:var(--text-faint)}.field-row{display:flex;gap:.75rem}.field-row .field{flex:1;min-width:0}
