:root{
  --imp-pink:#f6b2c8;
  --imp-pink-2:#ffd1df;
  --imp-brand:#bb0073;
  --imp-brand-dark:#98005e;
  --imp-ink:#121212;
  --imp-muted:#5b5b5b;
  --imp-line:rgba(18,18,18,.10);
  --imp-bg:#fff9fc;
  --imp-card:#ffffff;
  --imp-radius:24px;
  --imp-shadow:0 14px 38px rgba(0,0,0,.08);
  --imp-shadow-soft:0 10px 24px rgba(0,0,0,.06);
}
html{scroll-behavior:smooth}
*{box-sizing:border-box}
body{
  margin:0;
  color:var(--imp-ink);
  background:linear-gradient(180deg,#fff 0%,#fff8fb 100%);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  padding-bottom:84px;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
a{color:inherit}
img{max-width:100%;height:auto;display:block}
.screen-reader-text{position:absolute;left:-9999px}
:focus-visible{outline:3px solid rgba(187,0,115,.22);outline-offset:3px;border-radius:10px}
@media (max-width:680px){body{padding-bottom:88px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
