@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap");:root{--bg:#eaf6fb;--text:#1a2b4a;--muted:#5a6a8a;--primary:#0b5fa5;--primary-dk:#083d6e;--accent:#00a7b5;--card:#fff;--border:#d4e4f0;--input-bg:#f5f9fc;--input-bd:#c8d8e8;--success:#1a8f5c}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Inter,system-ui,sans-serif;background:linear-gradient(180deg,#eaf6fb,#fff 50%,#eaf6fb);background-attachment:fixed;color:var(--text);min-height:100vh}a{color:var(--primary)}