:root{
  --shafx-bg:#191d34;
  --shafx-gold:#ffcc00;
  --shafx-text:#e9ecff;
  --shafx-muted:#b7bddf;
  --shafx-card:rgba(255,255,255,.06);
  --shafx-border:rgba(255,255,255,.12);
  --shafx-radius:16px;
  --shafx-shadow:0 10px 30px rgba(0,0,0,.25);
  --tap:48px;
}

html{scroll-behavior:smooth;}
body{background:var(--shafx-bg); color:var(--shafx-text);}
a{color:inherit}
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible{
  outline:2px solid var(--shafx-gold);
  outline-offset:2px;
  border-radius:10px;
}
