:root{
  --sp-bg:#070b12;
  --sp-fg:#e8eefb;
  --sp-muted:#a4b3cc;
  --sp-line:rgba(232,238,251,.12);
  --sp-panel:rgba(232,238,251,.05);
  --sp-radius:14px;
  --sp-font:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;
}
html[data-sp-theme="light"]{
  --sp-bg:#f7f9fc;
  --sp-fg:#0b1220;
  --sp-muted:#4a5872;
  --sp-line:rgba(11,18,32,.12);
  --sp-panel:#ffffff;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body.sp-body{background:var(--sp-bg);color:var(--sp-fg);font-family:var(--sp-font);line-height:1.7}
a{color:inherit}
