
/* heavensent unified system tokens v1 — intentionally conservative */
:root{
  --hs-bg:#060709;
  --hs-surface:#0a0c0f;
  --hs-surface-2:#0d1014;
  --hs-line:rgba(255,255,255,.075);
  --hs-line-strong:rgba(255,255,255,.12);
  --hs-text:#f2f3f5;
  --hs-muted:#8b939d;
  --hs-accent:var(--accent,#8b8cf8);
}
body{
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
body.social-polish-v3,
body.pg-body,
body.casino-page{
  background:var(--hs-bg)!important;
  color:var(--hs-text)!important;
}
body.social-polish-v3 button,
body.social-polish-v3 input,
body.social-polish-v3 textarea,
body.social-polish-v3 select,
body.pg-body button,
body.pg-body input,
body.pg-body textarea,
body.pg-body select,
body.casino-page button,
body.casino-page input,
body.casino-page textarea,
body.casino-page select{
  font-family:inherit!important;
}
@media(prefers-reduced-motion:reduce){
  body.social-polish-v3 *,body.pg-body *,body.casino-page *{scroll-behavior:auto!important}
}
