:root{--color-primary:#e8003d;--color-primary-dark:#b40030;--color-primary-deep:#7d1718;--color-primary-soft:#fde9ee;--color-on-primary:#ffffff;--color-secondary:#d49b28;--color-secondary-dark:#b97c10;--color-secondary-soft:#fdf4de;--color-bg:#fbfaf8;--color-surface:#ffffff;--color-border:#eae7e2;--color-ink:#1b2231;--color-ink-soft:#5d6470;--color-ink-muted:#8d929b;--color-success:#16845b;--color-success-dark:#12734f;--color-success-line:#a8cfbf;--color-success-soft:#eaf5f0;--color-platinum:#a9b4c6;--color-platinum-dark:#4a5a75;--color-platinum-soft:#eef1f6;--color-super:#ef9f27;--color-super-dark:#7a4a0a;--color-super-soft:#fdf2df;--wash-top:#ffd6e1;--wash-height:220px;--wash:linear-gradient(180deg,var(--wash-top) 0,var(--color-bg) var(--wash-height));--font-head:"Poppins",system-ui,-apple-system,sans-serif}@media(max-width:720px){:root{--wash-height:180px}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Poppins,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--color-bg)}body:before{content:"";position:fixed;top:0;left:0;right:0;height:var(--wash-height);background:var(--wash);pointer-events:none;z-index:-1}a{color:inherit;text-decoration:none}button,input{font-family:inherit}