:root{
  --bg:#07070b;

  /* lekko mocniejsze panele i linie (premium) */
  --panel:rgba(255,255,255,.065);
  --panel2:rgba(255,255,255,.045);
  --line:rgba(255,255,255,.14);

  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.72);
  --muted2:rgba(255,255,255,.55);

  --honey:#f6c343;
  --honey2:#ffdf7d;

  --radius:22px;
  --shadow: 0 30px 90px rgba(0,0,0,.58);
  --ease:cubic-bezier(.2,.8,.2,1);
}