@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800;900&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--teal-dark:#0d5c78;--teal:#1a7fa8;--teal-mid:#2490bc;--teal-light:#e8f6fb;--teal-ring:#a8ddf0;--gold:#f5a623;--gold-dark:#e8920a;--gold-light:#fff8ec;--gold-ring:#fde4a0;--red:#e53535;--red-bg:#fff1f1;--red-ring:#ffc8c8;--amber:#d97706;--amber-bg:#fffbeb;--amber-ring:#fde68a;--green:#16a34a;--green-bg:#f0fdf4;--green-ring:#bbf7d0;--bg:#f4f7f9;--surface:#fff;--border:#e2e8ed;--border2:#ccd6de;--ink:#0f2733;--ink2:#3d5a6b;--ink3:#7a9aaa;--ink4:#b8cdd6;--r-sm:8px;--r:12px;--r-lg:16px;--r-xl:20px;--sh-sm:0 1px 4px rgba(13,92,120,.07),0 1px 2px rgba(0,0,0,.04);--sh:0 4px 16px rgba(13,92,120,.1),0 2px 6px rgba(0,0,0,.05);--sh-lg:0 8px 28px rgba(13,92,120,.13),0 4px 10px rgba(0,0,0,.06)}html{scroll-behavior:smooth}body{font-family:Nunito,sans-serif;background:var(--bg);color:var(--ink);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}@keyframes cardUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}