:root{color-scheme:light dark;--uplift-brand: #2b6f5c;--uplift-border: color-mix(in srgb, currentColor 20%, transparent);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{margin:0;min-height:100vh}.app{max-width:640px;margin:0 auto;padding:2rem 1.25rem 4rem}.app-header h1{color:var(--uplift-brand);margin-bottom:.25rem}.mock-banner{background:color-mix(in srgb,var(--uplift-brand) 12%,transparent);border:1px solid var(--uplift-border);border-radius:8px;padding:.75rem 1rem;font-size:.9rem}.wizard-step{display:flex;flex-direction:column;gap:.9rem}.wizard-step label{display:flex;flex-direction:column;gap:.3rem;font-weight:600;font-size:.9rem}.wizard-step input,.wizard-step select,.wizard-step textarea{font:inherit;padding:.5rem .6rem;border-radius:6px;border:1px solid var(--uplift-border);background:transparent;color:inherit}.field-row{display:flex;gap:.9rem}.field-row label{flex:1}.checkbox-row{flex-direction:row!important;align-items:center;gap:.5rem!important;font-weight:400!important}.wizard-actions{display:flex;justify-content:space-between;gap:.75rem;margin-top:.5rem}button{font:inherit;padding:.55rem 1.1rem;border-radius:6px;border:1px solid var(--uplift-brand);background:var(--uplift-brand);color:#fff;cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}button[type=button]:not(:disabled){background:transparent;color:var(--uplift-brand)}.hint{font-size:.85rem;opacity:.75}.error{color:#c0392b;font-size:.9rem}.review-list{display:grid;grid-template-columns:auto 1fr;gap:.4rem 1rem}.review-list dt{font-weight:600;opacity:.7}.review-list dd{margin:0}.status-badge{display:inline-block;padding:.15rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;vertical-align:middle}.status-badge--pending{background:#f1c40f33;color:#b7950b}.status-badge--needs_info{background:#e67e2233;color:#d35400}.status-badge--verified{background:#27ae6033;color:#1e8449}.status-badge--restricted{background:#c0392b33;color:#c0392b}
