:root{--bg:#f4f5f7;--card:#fff;--border:#d9dce1;--text:#1a1d21;--muted:#6b7280;--brand:#003c7e;--accent:#f58220}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}a{color:var(--brand)}.render-stage{background:#e9ebee;min-height:100vh;display:flex;justify-content:center;padding:24px 0}.field-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}@media (max-width:640px){.field-grid{grid-template-columns:1fr}input,select,textarea{font-size:16px!important}}