/* Fiery Play — mobile-only stylesheet (m.fiery-play.pl) */
:root {
  --bg: #08080e;
  --card: #12121a;
  --accent: #ffd700;
  --fire: #ff6b00;
  --text: #f2f2f5;
  --muted: #9a9aaa;
  --dim: #5c5c70;
  --line: rgba(255, 215, 0, 0.2);
  --header-h: 56px;
  --sticky-h: 64px;
  --radius: 14px;
  --tap: 44px;
  --safe-b: env(safe-area-inset-bottom, 0px);
  --safe-t: env(safe-area-inset-top, 0px);
  --font: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  padding-bottom: calc(var(--sticky-h) + var(--safe-b) + 8px);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

.skip {
  position: absolute; left: 8px; top: -80px;
  background: var(--accent); color: #000; padding: 8px 12px; font-weight: 700; z-index: 20;
}
.skip:focus { top: calc(var(--safe-t) + 8px); }

/* Header */
.m-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: calc(var(--header-h) + var(--safe-t));
  padding-top: var(--safe-t);
  background: rgba(8, 8, 14, 0.96);
  border-bottom: 1px solid var(--line);
}
.m-header-inner {
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  gap: 10px;
}
.m-logo img { height: 32px; width: auto; }
.m-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--accent);
  color: #000;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* Hero */
.hero {
  padding: 28px 16px 20px;
  min-height: 42vh;
  background:
    linear-gradient(180deg, rgba(8, 8, 14, 0.55) 0%, rgba(8, 8, 14, 0.82) 100%),
    url("img/Banner/freepik_futuristic-3d-render-with_2782900295.png") center top / cover no-repeat,
    var(--bg);
}
.badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 10px;
  margin-bottom: 12px;
}
.hero h1 {
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 8px;
}
.hero h1 span { color: var(--accent); }
.hero p {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 14px;
}
.pills { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.pill {
  font-size: 12px;
  font-weight: 600;
  color: #ffc080;
  background: rgba(255, 107, 0, 0.14);
  border: 1px solid rgba(255, 107, 0, 0.3);
  border-radius: 999px;
  padding: 5px 10px;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--tap);
  width: 100%;
  border-radius: 14px;
  font-weight: 800;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #000;
  background: linear-gradient(135deg, var(--accent), var(--fire));
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.btn-ghost {
  color: var(--accent);
  background: transparent;
  border: 1.5px solid var(--accent);
}
.legal-note {
  text-align: center;
  font-size: 11px;
  color: var(--dim);
  margin-top: 8px;
}

/* Sections */
.wrap { padding: 24px 16px; }
.wrap.alt {
  background: var(--card);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 6px;
}
h2 {
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 8px;
}
h2 span { color: var(--accent); }
.lede { color: var(--muted); font-size: 0.9rem; margin-bottom: 16px; }

.stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.stat {
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius);
  padding: 14px 10px;
  text-align: center;
}
.stat b {
  display: block;
  color: var(--accent);
  font-size: 1.25rem;
  font-weight: 900;
}
.stat span { font-size: 12px; color: var(--muted); }

/* Slots */
.slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.slot {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 10px;
  overflow: hidden;
  background: #1a1a24;
  content-visibility: auto;
  contain-intrinsic-size: 160px 214px;
}
.slot img { width: 100%; height: 100%; object-fit: cover; }
.slot::after {
  content: "▶";
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--accent);
  color: #000;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Bonus cards */
.bonuses { display: flex; flex-direction: column; gap: 10px; }
.bonus {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
}
.bonus strong { display: block; font-size: 1.05rem; color: var(--accent); margin: 2px 0 6px; }
.bonus small { color: var(--muted); font-size: 12px; }
.meta-row {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.meta-row span {
  font-size: 11px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
  padding: 3px 8px;
}

/* Copy */
.copy p { color: var(--muted); margin-bottom: 10px; font-size: 0.92rem; }
.copy p strong { color: var(--text); }
.copy ul { margin: 10px 0 14px; }
.copy li {
  position: relative;
  padding-left: 16px;
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 6px;
}
.copy li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-size: 12px;
}

/* Providers / payments */
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip {
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
  background: var(--bg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 7px 10px;
}
.pays {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.pays img {
  height: 24px;
  width: auto;
  opacity: 0.75;
}

/* Footer */
.m-footer {
  padding: 28px 16px 16px;
  background: #06060c;
  border-top: 1px solid var(--line);
}
.m-footer p { color: var(--muted); font-size: 13px; margin: 10px 0 16px; }
.legal-links { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-bottom: 12px; }
.legal-links a { color: var(--muted); font-size: 13px; min-height: 32px; display: inline-flex; align-items: center; }
.desk-link { font-size: 13px; }
.copyr { color: var(--dim); font-size: 12px; margin-top: 12px; }
.age {
  display: inline-flex;
  width: 28px; height: 28px;
  align-items: center; justify-content: center;
  border: 2px solid var(--dim);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
  color: var(--dim);
  margin-right: 6px;
}

/* Sticky CTA */
.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  padding: 8px 12px calc(8px + var(--safe-b));
  background: linear-gradient(180deg, transparent, rgba(8, 8, 14, 0.92) 28%);
}
.sticky-cta a { box-shadow: 0 6px 24px rgba(255, 107, 0, 0.35); }

/* Policy pages */
.policy-hero { padding: 20px 16px 8px; }
.policy-hero .meta { color: var(--muted); font-size: 13px; }
.toc {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  margin: 0 16px 20px;
}
.toc h2 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--accent); }
.toc ol { list-style: decimal; padding-left: 18px; color: var(--muted); font-size: 14px; }
.toc a { color: var(--muted); }
.article { padding: 0 16px 24px; }
.article section { margin-bottom: 22px; }
.article h2 { font-size: 1.1rem; margin-bottom: 8px; }
.article h3 { font-size: 0.95rem; color: var(--accent); margin: 10px 0 6px; }
.article p, .article li { color: var(--muted); font-size: 0.92rem; margin-bottom: 8px; }
.article ul { list-style: disc; padding-left: 18px; margin-bottom: 10px; }
.article code { font-size: 12px; color: var(--accent); }

/* Cookie banner */
#cookie-banner {
  position: fixed;
  left: 8px; right: 8px;
  bottom: calc(var(--sticky-h) + var(--safe-b) + 8px);
  z-index: 70;
  background: #16161f;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
}
#cookie-banner p { color: var(--muted); font-size: 13px; margin-bottom: 10px; }
#cookie-banner .row { display: flex; gap: 8px; }
#cookie-banner button, #cookie-banner .more {
  flex: 1;
  min-height: 40px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  border: 0;
  cursor: pointer;
}
#cookie-banner button { background: var(--accent); color: #000; }
#cookie-banner .more {
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--accent); color: var(--accent); background: transparent;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
