:root{--orange:#f5820d;--orange-light:#fff3e6;--orange-mid:#fdd5a0;--red:#e05555;--red-light:#fdeaea;--green:#34b872;--green-light:#e6f8ef;--blue:#5b96f5;--blue-light:#e8f0fe;--purple:#9b72f0;--purple-light:#f0ebfd;--yellow:#f5a623;--yellow-light:#fef5e4;--navy:#2d3a4a;--gray:#8896a5;--gray-light:#f4f6f8;--border:#e8ecf0;--cream:#f9fafb;--white:#fff;--bg:var(--cream);--card-bg:var(--white);--text:var(--navy);--text-sub:var(--gray);--section-bg:var(--gray-light);--shadow-card:0 2px 12px rgba(45,58,74,.08);--r-sm:12px;--r-md:16px;--r-lg:22px;--r-xl:28px;--r-full:999px}[data-theme=dark]{--bg:#0f1117;--card-bg:#1a1f2e;--text:#eef0f5;--text-sub:#8896a5;--border:#252b3b;--section-bg:#13161f;--cream:#0f1117;--white:#1a1f2e;--navy:#eef0f5;--orange-light:#3d1e06;--red-light:#3d0e0e;--blue-light:#0e2040;--green-light:#0a2818;--purple-light:#1e1040;--yellow-light:#3d2800}*,:after,:before{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html{font-size:var(--fs,16px)}body{font-family:Nunito,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;max-width:430px;margin:0 auto;overflow-x:hidden}