:root{--brand: #6841d5;--brand-950: #101d38;--surface: #fff;--surface-muted: #f6f7fb;--text: #172033;--text-muted: #68728a;--border: #e6e9f0;--border-strong: #ced4e1;--success: #128a57;--warning: #c47c00;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--surface-muted)}*{box-sizing:border-box}body{margin:0;background:var(--surface-muted)}body.dark-theme{--surface: #172033;--surface-muted: #101622;--text: #eff3fb;--text-muted: #aeb8cc;--border: #283349;--border-strong: #3d4a64}button,input,select{font:inherit}.page-heading{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:24px}.page-heading h1{margin:3px 0 6px;font-size:30px;letter-spacing:-.04em}.page-heading p:not(.eyebrow){margin:0;color:var(--text-muted);font-size:14px}.eyebrow{margin:0;color:var(--brand);font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.primary{border:0;border-radius:8px;padding:10px 14px;background:var(--brand);color:#fff;font-weight:750;cursor:pointer}.primary:disabled{opacity:.55;cursor:not-allowed}.panel{padding:20px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}@media(max-width:540px){.page-heading{flex-direction:column}.page-heading .primary{width:100%}}
