@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;1,400;1,500&family=Inter:wght@400;500;600;700&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--teal-50:#e3eff4;--teal-100:#b6e5ec;--teal-400:#4cbecf;--teal-600:#1c7293;--teal-800:#145670;--purple-50:#eeedfe;--purple-800:#3c3489;--coral-50:#f1ddcf;--coral-800:#7a4a2e;--amber-50:#f5e6d8;--amber-800:#6b3d1a;--blue-50:#e6f1fb;--blue-800:#0c447c;--gray-50:#f7f7f5;--gray-100:#efefec;--gray-200:#d3d1c7;--gray-400:#6b6a65;--gray-600:#3a3935;--gray-900:#1a1a18;--white:#fff;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px}html{font-size:16px}body{font-family:Inter,system-ui,sans-serif;background:#fafaf8;color:var(--gray-900);line-height:1.6;min-height:100vh}a{color:inherit;text-decoration:none}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}