:root{ --brand:#0f4bd7; --ink:#1f2937; --muted:#6b7280; --bg:#f6f7fb; --card:#ffffff; --accent:#edf2fe; --accent2:#eef9f2; --radius:12px; } *{box-sizing:border-box} body{ margin:0;background:var(--bg);color:var(--ink); font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial,sans-serif; line-height:1.7; } .wrap{max-width:1000px;margin:auto;padding:32px…