/* Free Slots Pro — front-end */

:root {
  --fsp-ink: #0b0c10;
  --fsp-surface: #12141c;
  --fsp-panel: #1a1d28;
  --fsp-line: rgba(255, 255, 255, 0.08);
  --fsp-text: #e8eaf0;
  --fsp-muted: #9aa3b5;
  --fsp-gold: #f0b429;
  --fsp-mint: #2dd4a8;
  --fsp-danger: #ff5c7a;
  --fsp-radius: 14px;
  --fsp-wrap: 1200px;
  --fsp-header: 72px;
  --fsp-font: "IBM Plex Sans", system-ui, sans-serif;
  --fsp-display: "Sora", system-ui, sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.fsp-theme {
  margin: 0;
  background: var(--fsp-ink);
  color: var(--fsp-text);
  font-family: var(--fsp-font);
  line-height: 1.55;
  min-height: 100vh;
  padding-top: var(--fsp-header);
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--fsp-mint); text-decoration: none; }
a:hover { color: var(--fsp-gold); }

.fsp-skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: #000;
  color: #fff;
  padding: 0.5rem 1rem;
  z-index: 10000;
}
.fsp-skip:focus { left: 0; }

.fsp-wrap {
  width: min(100% - 2rem, var(--fsp-wrap));
  margin-inline: auto;
}

/* Header — always pinned (esp. mobile scroll) */
.fsp-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  height: var(--fsp-header);
  background: rgba(11, 12, 16, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--fsp-line);
}

/* WP admin bar offset */
body.admin-bar .fsp-header { top: 32px; }
body.admin-bar.fsp-theme { padding-top: calc(var(--fsp-header) + 32px); }
@media screen and (max-width: 782px) {
  body.admin-bar .fsp-header { top: 46px; }
  body.admin-bar.fsp-theme { padding-top: calc(var(--fsp-header) + 46px); }
}

.fsp-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.fsp-brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  z-index: 2;
}
.fsp-brand__link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: inherit;
  max-width: 100%;
}
.fsp-brand__mark {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: block;
}
.fsp-brand__logo {
  max-height: 44px;
  width: auto;
  display: block;
}
.fsp-brand__name {
  font-family: var(--fsp-display);
  font-weight: 800;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
}
.fsp-brand__name-free { color: #ffffff; }
.fsp-brand__name-slots { color: #f0b429; }
.fsp-brand__name-time { color: #2dd4a8; }
/* legacy hooks */
.fsp-brand__name-a { color: #f0b429; }
.fsp-brand__name-b { color: #2dd4a8; }
.fsp-brand .custom-logo-link { display: inline-flex; align-items: center; }
.fsp-brand .custom-logo {
  max-height: 44px;
  width: auto;
  display: block;
}

.fsp-brand__text {
  font-family: var(--fsp-display);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  color: var(--fsp-text);
  background: linear-gradient(90deg, var(--fsp-gold), var(--fsp-mint));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fsp-hero__logo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.85rem;
  text-decoration: none;
}
.fsp-hero__logo-link .fsp-brand__mark {
  width: 48px;
  height: 48px;
}
.fsp-hero__logo-link .fsp-brand__name {
  font-size: clamp(1.6rem, 4vw, 2.2rem);
}

.fsp-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.fsp-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.35rem;
}

.fsp-menu a {
  display: block;
  padding: 0.45rem 0.75rem;
  color: var(--fsp-text);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 500;
}

.fsp-menu a:hover,
.fsp-menu .current-menu-item > a {
  background: rgba(240, 180, 41, 0.12);
  color: var(--fsp-gold);
}

.fsp-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--fsp-line);
  border-radius: 10px;
  background: var(--fsp-panel);
  padding: 10px;
  flex-direction: column;
  justify-content: space-between;
}
.fsp-nav-toggle span {
  display: block;
  height: 2px;
  background: var(--fsp-text);
  border-radius: 2px;
}

.fsp-lang { display: flex; align-items: center; gap: 0.5rem; }
.fsp-lang__label {
  font-size: 0.75rem;
  color: var(--fsp-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.fsp-lang__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.25rem;
}
.fsp-lang__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 1.85rem;
  padding: 0 0.4rem;
  border-radius: 8px;
  border: 1px solid var(--fsp-line);
  color: var(--fsp-muted);
  font-size: 0.75rem;
  font-weight: 700;
}
.fsp-lang__link.is-active,
.fsp-lang__link:hover {
  border-color: var(--fsp-gold);
  color: var(--fsp-gold);
  background: rgba(240, 180, 41, 0.1);
}

/* Hero */
.fsp-hero {
  position: relative;
  isolation: isolate;
  min-height: auto;
  padding: 2.75rem 0 2.25rem;
  overflow: hidden;
}
.fsp-hero__glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 60% at 85% 30%, rgba(240, 180, 41, 0.22), transparent 55%),
    radial-gradient(ellipse 40% 50% at 10% 80%, rgba(45, 212, 168, 0.12), transparent 50%),
    linear-gradient(180deg, #10131b 0%, #0b0c10 100%);
}
.fsp-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(300px, 1.05fr);
  gap: 2.5rem;
  align-items: center;
  min-height: min(68vh, 620px);
}
.fsp-hero__inner {
  max-width: 560px;
  padding: 0.5rem 0;
}
.fsp-hero__brand {
  margin: 0 0 0.85rem;
  font-family: var(--fsp-display);
  font-weight: 800;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  letter-spacing: -0.04em;
  line-height: 1.02;
  background: linear-gradient(90deg, #fff 10%, var(--fsp-gold) 55%, var(--fsp-mint));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.fsp-hero__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 500;
  color: #d7dbe6;
  max-width: 36ch;
}
.fsp-hero__sub {
  margin: 0 0 1.15rem;
  color: var(--fsp-muted);
  font-size: 0.9rem;
}
.fsp-hero-search {
  display: flex;
  gap: 0.65rem;
  margin: 0 0 1rem;
  max-width: 520px;
  width: 100%;
}
.fsp-hero-search__input {
  flex: 1;
  min-width: 0;
  min-height: 50px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(15, 18, 26, 0.88);
  color: #fff;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
.fsp-hero-search__input::placeholder { color: #9aa3b5; }
.fsp-hero-search__input:focus {
  outline: 2px solid rgba(240,180,41,.5);
  border-color: transparent;
}
.fsp-hero-search__btn { flex-shrink: 0; white-space: nowrap; }
.fsp-hero__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.fsp-hero__showcase {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  transform: none;
}
.fsp-hero__tile {
  width: 100%;
  aspect-ratio: 165 / 216;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(0,0,0,.42);
  border: 1px solid rgba(255,255,255,.1);
  background: #151822;
}
.fsp-hero__tile--0,
.fsp-hero__tile--1,
.fsp-hero__tile--2,
.fsp-hero__tile--3,
.fsp-hero__tile--4,
.fsp-hero__tile--5 { transform: none; }

@media (max-width: 980px) {
  .fsp-hero__layout {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    min-height: 0;
  }
  .fsp-hero__showcase {
    grid-template-columns: repeat(4, 1fr);
    max-width: 520px;
    margin: 0 auto;
    transform: none;
  }
  .fsp-hero__tile--0,
  .fsp-hero__tile--1,
  .fsp-hero__tile--2,
  .fsp-hero__tile--3,
  .fsp-hero__tile--4,
  .fsp-hero__tile--5 { transform: none; }
  .fsp-hero__tile:nth-child(n+9) { display: none; }
}
@media (max-width: 560px) {
  .fsp-hero { padding: 1.75rem 0 1.25rem; }
  .fsp-hero-search { flex-direction: column; }
  .fsp-hero-search__btn { width: 100%; }
  .fsp-hero__showcase {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    opacity: 0.95;
  }
  .fsp-hero__tile:nth-child(n+7) { display: none; }
}

.fsp-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 280px));
  gap: 0.75rem;
  margin: 0.5rem auto 1.75rem;
  position: relative;
  z-index: 2;
  justify-content: start;
}
.fsp-trust__item {
  background: rgba(26, 29, 40, 0.9);
  border: 1px solid var(--fsp-line);
  border-radius: 14px;
  padding: 0.9rem 1rem;
  display: grid;
  gap: 0.15rem;
}
.fsp-trust__item strong {
  font-family: var(--fsp-display);
  font-size: 1.15rem;
  color: var(--fsp-gold);
}
.fsp-trust__item span { color: var(--fsp-muted); font-size: 0.82rem; }

/* Buttons */
.fsp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 48px;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1px solid transparent;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.fsp-btn:hover { transform: translateY(-2px); }
.fsp-btn--gold {
  background: linear-gradient(135deg, #f6c453, var(--fsp-gold));
  color: #1a1205;
}
.fsp-btn--gold:hover { color: #1a1205; }
.fsp-btn--mint {
  background: linear-gradient(135deg, #45e0ba, var(--fsp-mint));
  color: #06241c;
}
.fsp-btn--mint:hover { color: #06241c; }
.fsp-btn--ghost {
  background: transparent;
  border-color: var(--fsp-line);
  color: var(--fsp-text);
}

/* Sections / grid */
.fsp-grid-section { padding: 2.5rem 0; }
.fsp-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.fsp-section-title {
  margin: 0;
  font-family: var(--fsp-display);
  font-size: 1.35rem;
}
.fsp-link-more { font-weight: 600; font-size: 0.9rem; }

.fsp-grid-search {
  display: flex;
  gap: 0.65rem;
  margin: 0 0 1rem;
  max-width: 720px;
}
.fsp-grid-search__input {
  flex: 1;
  min-height: 48px;
  border-radius: 12px;
  border: 1px solid var(--fsp-line);
  background: #151822;
  color: #fff;
  padding: 0.7rem 1rem;
  font-size: 1rem;
}
.fsp-grid-search__input::placeholder { color: #9aa3b5; }
.fsp-grid-search__input:focus {
  outline: 2px solid rgba(240,180,41,.45);
  border-color: transparent;
}
.fsp-grid-search__btn { flex-shrink: 0; white-space: nowrap; }
@media (max-width: 560px) {
  .fsp-grid-search { flex-direction: column; }
  .fsp-grid-search__btn { width: 100%; }
}

.fsp-slot-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.85rem;
}

.fsp-slot-card {
  position: relative;
  display: block;
  color: #fff;
  border-radius: 16px;
  overflow: hidden;
  background: #151822;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 10px 28px rgba(0,0,0,0.28);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.fsp-slot-card:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 180, 41, 0.35);
  box-shadow: 0 16px 36px rgba(0,0,0,0.4);
  color: #fff;
}
.fsp-slot-card__media {
  position: relative;
  display: block;
  border-radius: 0;
  overflow: hidden;
  background: #0f121a;
  aspect-ratio: 3 / 4;
}
.fsp-slot-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.fsp-slot-card:hover .fsp-slot-card__media img { transform: scale(1.08); }
.fsp-slot-card__hover {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.fsp-slot-card:hover .fsp-slot-card__hover { opacity: 1; }
.fsp-slot-card__hover span {
  background: linear-gradient(135deg, #f6c453, var(--fsp-gold));
  color: #1a1205;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}
.fsp-slot-card__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 2.2rem 0.7rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  background: linear-gradient(180deg, transparent 0%, rgba(8,10,14,0.92) 55%);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* SlotsLaunch lobby — dark aesthetic (override plugin white Netflix cards) */
.slotsl-lobby-wrapper,
.slotsl-lobby,
.fsp-lobby .slotsl-lobby-wrapper,
.fsp-lobby .slotsl-lobby {
  background: transparent !important;
  color: #e8eaf0 !important;
}
.slotsl-lobby-section-title,
.slotsl-lobby-section-header h2,
.slotsl-lobby-section-header h3 {
  color: #f3f5fa !important;
  font-family: var(--fsp-display), Sora, sans-serif !important;
}
.slotsl-lobby-see-all {
  color: var(--fsp-gold) !important;
}
.slotsl-lobby-item {
  min-width: 180px !important;
  max-width: 200px !important;
  width: 180px !important;
}
@media (max-width: 560px) {
  .slotsl-lobby-item {
    min-width: 148px !important;
    max-width: 160px !important;
    width: 148px !important;
  }
}
.slotsl-lobby-item .slotsl-game,
.slotsl-game {
  background: #141821 !important;
  border: 1px solid rgba(255,255,255,0.07) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.35) !important;
  min-height: 0 !important;
  height: auto !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
}
.slotsl-lobby-item .slotsl-game:hover,
.slotsl-game:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(240,180,41,0.4) !important;
  box-shadow: 0 18px 40px rgba(0,0,0,0.45) !important;
}
.slotsl-lobby-item .slotsl-thumb,
.slotsl-thumb {
  position: relative !important;
  background: #0d1016 !important;
  flex: 0 0 auto !important;
}
.slotsl-lobby-item .slotsl-thumb img,
.slotsl-thumb img {
  aspect-ratio: 3 / 4 !important;
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  display: block !important;
}
/* Title + provider sit BELOW the image (no overlay overlap) */
.slotsl-lobby-item .slotsl-meta,
.slotsl-meta {
  position: static !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  top: auto !important;
  z-index: 1 !important;
  margin: 0 !important;
  padding: 0.7rem 0.75rem 0.8rem !important;
  background: #151922 !important;
  border: 0 !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
  min-height: 4.5rem !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  gap: 0.28rem !important;
  box-sizing: border-box !important;
}
.slotsl-lobby-item .slotsl-meta .slotsl-title,
.slotsl-meta .slotsl-title,
.slotsl-lobby-item .slotsl-meta .slotsl-provider,
.slotsl-meta .slotsl-provider {
  position: static !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  top: auto !important;
  transform: none !important;
  float: none !important;
  clear: both !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
.slotsl-lobby-item .slotsl-meta .slotsl-title,
.slotsl-lobby-item .slotsl-meta p.slotsl-title,
.slotsl-grid .slotsl-meta .slotsl-title,
.slotsl-grid .slotsl-meta p.slotsl-title,
.slotsl-container .slotsl-meta p.slotsl-title,
.slotsl-meta .slotsl-title,
.slotsl-meta p.slotsl-title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: #fff !important;
}
.slotsl-lobby-item .slotsl-meta .slotsl-title a,
.slotsl-lobby-item .slotsl-meta .slotsl-title span,
.slotsl-meta .slotsl-title a,
.slotsl-meta .slotsl-title span {
  color: #fff !important;
  text-decoration: none !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 1.3 !important;
  max-height: 2.6em !important;
}
.slotsl-lobby-item .slotsl-meta .slotsl-provider,
.slotsl-lobby-item .slotsl-meta a.slotsl-provider,
.slotsl-lobby-item .slotsl-meta .slotsl-provider a,
body .slotsl-lobby-item .slotsl-meta .slotsl-provider,
.slotsl-grid .slotsl-meta .slotsl-provider,
.slotsl-grid .slotsl-meta a.slotsl-provider,
.slotsl-container .slotsl-meta .slotsl-provider,
.slotsl-container .slotsl-meta a.slotsl-provider,
.slotsl-game .slotsl-meta .slotsl-provider,
.slotsl-game .slotsl-meta a.slotsl-provider,
.slotsl-meta a.slotsl-provider,
.slotsl-meta span.slotsl-provider {
  position: static !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  display: block !important;
  margin: 0.15rem 0 0 !important;
  padding: 0 !important;
  color: #f0b429 !important;
  -webkit-text-fill-color: #f0b429 !important;
  font-size: 0.68rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  width: 100% !important;
  max-width: 100% !important;
  z-index: auto !important;
}
.slotsl-lobby-item .slotsl-meta {
  min-height: 0 !important;
  height: auto !important;
  padding: 0.7rem 0.75rem 0.85rem !important;
  flex: 0 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.3rem !important;
  position: relative !important;
}
.slotsl-lobby-item .slotsl-meta .slotsl-title {
  flex: 0 0 auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  position: static !important;
}
.slotsl-lobby-item .slotsl-thumb-url,
.slotsl-thumb-url {
  background: linear-gradient(135deg, #f6c453, #f0b429) !important;
  color: #1a1205 !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  border: 0 !important;
  padding: 0.5rem 0.9rem !important;
}
.slotsl-lobby-item .slotsl-thumb-url:hover,
.slotsl-thumb-url:hover {
  background: #ffe08a !important;
  color: #1a1205 !important;
}
.slotsl-lobby-section-header,
.slotsl-lobby-slider {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.slotsl-load-more-btn,
.btn.slotsl-load-more-btn {
  background: transparent !important;
  color: var(--fsp-gold) !important;
  border: 1px solid rgba(240,180,41,0.45) !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  padding: 0.7rem 1.4rem !important;
}
.slotsl-load-more-btn:hover {
  background: rgba(240,180,41,0.12) !important;
}
.sl-filter-container,
.sl-mobile-filters {
  background: #151822 !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 14px !important;
  color: #e8eaf0 !important;
}

.fsp-empty {
  padding: 2rem;
  border: 1px dashed var(--fsp-line);
  border-radius: var(--fsp-radius);
  background: var(--fsp-surface);
  text-align: center;
}

/* Page hero */
.fsp-page-hero {
  padding: 2.5rem 0 1.5rem;
  background:
    radial-gradient(ellipse 50% 80% at 100% 0%, rgba(240, 180, 41, 0.1), transparent 60%),
    var(--fsp-surface);
  border-bottom: 1px solid var(--fsp-line);
}
.fsp-page-hero__title {
  margin: 0;
  font-family: var(--fsp-display);
  font-size: clamp(1.6rem, 4vw, 2.2rem);
}
.fsp-page-hero__sub { margin: 0.5rem 0 0; color: var(--fsp-muted); }

.fsp-content {
  padding: 2rem 0 3rem;
  max-width: 760px;
}
.fsp-content.fsp-wrap { max-width: var(--fsp-wrap); }
.fsp-muted { color: var(--fsp-muted); font-size: 0.9rem; }

.fsp-provider-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}
.fsp-provider-list a {
  display: block;
  padding: 0.9rem 1rem;
  background: var(--fsp-panel);
  border: 1px solid var(--fsp-line);
  border-radius: 12px;
  color: var(--fsp-text);
  font-weight: 600;
}
.fsp-provider-list a:hover {
  border-color: var(--fsp-mint);
  color: var(--fsp-mint);
}

/* Single slot — zero gaps */
body.fsp-slot-single .fsp-main { padding: 0; }
body.single-slotsl .fsp-main,
body.single-slotslaunch .fsp-main { padding: 0; }

.fsp-slot-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  padding-top: 1rem;
  font-size: 0.85rem;
  color: var(--fsp-muted);
}
.fsp-crumb { color: var(--fsp-muted); }
.fsp-crumb.is-current { color: var(--fsp-text); }

.fsp-slot-heading { padding: 0.75rem 0 1rem; }
.fsp-slot-heading__title {
  margin: 0;
  font-family: var(--fsp-display);
  font-size: clamp(1.4rem, 3vw, 2rem);
}
.fsp-slot-heading__meta {
  margin: 0.35rem 0 0;
  color: var(--fsp-muted);
  font-size: 0.9rem;
}

.fsp-slot-stage {
  background: #000;
  border-top: 1px solid var(--fsp-line);
  border-bottom: 1px solid var(--fsp-line);
}
.fsp-slot-stage__frame {
  width: min(100%, 1200px);
  margin: 0 auto;
  min-height: 56vh;
}
.fsp-slot-stage__frame .slotsl-container,
.fsp-slot-stage__frame .slotsl-game,
.fsp-slot-stage__frame iframe {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}
body.single-slotsl .entry-header,
body.single-slotsl .post-title,
body.single-slotsl .wp-block-post-title,
body.single-slotslaunch .entry-header {
  display: none !important;
}
body.fsp-slot-single .slotsl-container {
  padding: 0 !important;
  margin: 0 !important;
}

/* Under game promo */
.fsp-under-game {
  margin: 1.25rem 0 2rem;
  padding: 1.25rem;
  border-radius: var(--fsp-radius);
  background: linear-gradient(135deg, rgba(240, 180, 41, 0.12), rgba(45, 212, 168, 0.08));
  border: 1px solid var(--fsp-line);
  display: grid;
  gap: 1rem;
}
.fsp-under-game--horizontal {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  align-items: center;
}
.fsp-under-game--vertical { grid-template-columns: 1fr; }
.fsp-under-game__img img {
  width: 100%;
  border-radius: 12px;
}
.fsp-under-game__eyebrow {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fsp-gold);
  font-weight: 700;
}
.fsp-under-game__title {
  margin: 0.35rem 0;
  font-family: var(--fsp-display);
  font-size: 1.35rem;
}
.fsp-under-game__text { margin: 0 0 1rem; color: var(--fsp-muted); }
.fsp-under-game__legal {
  margin: 0.75rem 0 0;
  font-size: 0.75rem;
  color: var(--fsp-muted);
}

/* Thin affiliate banner under title, above Game Information */
.fsp-under-game-banner-slot {
  margin: 0.35rem auto 0.85rem;
}
.fsp-under-game-banner {
  margin: 0;
  width: 100%;
}
.fsp-under-game-banner__link {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: #0b1220;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.fsp-under-game-banner__link:hover {
  border-color: rgba(240,180,41,0.4);
  transform: translateY(-1px);
}
.fsp-under-game-banner img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 120px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 560px) {
  .fsp-under-game-banner img { max-height: 88px; }
  .fsp-under-game-banner-slot { margin-bottom: 0.65rem; }
}

.fsp-hide-mobile { }
.fsp-hide-desktop { }

@media (max-width: 900px) {
  .fsp-hide-mobile { display: none !important; }
  .fsp-under-game--horizontal { grid-template-columns: 1fr; }
}
@media (min-width: 901px) {
  .fsp-hide-desktop { display: none !important; }
}

/* Mega SEO */
.fsp-mega-seo {
  padding: 3rem 0 4rem;
  background: var(--fsp-surface);
  border-top: 1px solid var(--fsp-line);
}
.fsp-mega-seo__heading {
  margin: 0 0 1.5rem;
  font-family: var(--fsp-display);
  font-size: 1.5rem;
}
.fsp-mega-seo__content {
  columns: 1;
  max-width: 820px;
}
.fsp-mega-seo__content p,
.fsp-mega-seo__lead {
  margin: 0 0 1rem;
  color: var(--fsp-muted);
  font-size: 0.98rem;
  line-height: 1.7;
}
.fsp-mega-seo__item {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  background: rgba(255,255,255,0.03);
  margin: 0 0 0.65rem;
  overflow: hidden;
}
.fsp-mega-seo__sub {
  margin: 0;
  padding: 0.85rem 1rem;
  cursor: pointer;
  list-style: none;
  font-size: 1rem;
  font-weight: 700;
  color: var(--fsp-text);
  font-family: var(--fsp-display);
}
.fsp-mega-seo__sub::-webkit-details-marker { display: none; }
.fsp-mega-seo__sub::after {
  content: '+';
  float: right;
  color: var(--fsp-gold);
  font-weight: 800;
}
.fsp-mega-seo__item[open] .fsp-mega-seo__sub::after { content: '–'; }
.fsp-mega-seo__body { padding: 0 1rem 1rem; }
.fsp-mega-seo__body p { margin: 0; }

.fsp-provider-grid {
  list-style: none;
  margin: 1.5rem 0 2rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.75rem;
}
.fsp-provider-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.05rem;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  background: #151822;
  text-decoration: none;
  color: #e8eaf0;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.fsp-provider-card:hover {
  border-color: rgba(240,180,41,0.45);
  transform: translateY(-2px);
  color: #fff;
}
.fsp-provider-card__name { font-weight: 700; font-size: 0.95rem; }
.fsp-provider-card__count {
  font-size: 0.78rem;
  color: rgba(232,234,240,0.55);
}

/* Popup */
.fsp-popup[hidden] { display: none !important; }
.fsp-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 1rem;
}
.fsp-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  animation: fsp-fade 0.25s ease;
}
.fsp-popup__panel {
  position: relative;
  width: min(100%, 460px);
  background: var(--fsp-panel);
  border: 1px solid var(--fsp-line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  animation: fsp-rise 0.3s ease;
}
.fsp-popup__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
}
.fsp-popup__media img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.fsp-popup__body { padding: 1.25rem 1.35rem 1.5rem; }
.fsp-popup__title {
  margin: 0 0 0.5rem;
  font-family: var(--fsp-display);
  font-size: 1.25rem;
}
.fsp-popup__text { margin: 0 0 1rem; color: var(--fsp-muted); }
.fsp-popup__cta { width: 100%; }
.fsp-popup__legal {
  margin: 0.85rem 0 0;
  font-size: 0.72rem;
  color: var(--fsp-muted);
}

@keyframes fsp-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fsp-rise {
  from { opacity: 0; transform: translateY(12px) scale(0.98); }
  to { opacity: 1; transform: none; }
}

/* Footer */
.fsp-footer {
  padding: 2.5rem 0;
  border-top: 1px solid var(--fsp-line);
  background: #08090d;
}
.fsp-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 0.9fr;
  gap: 2rem;
}
.fsp-footer__brand {
  margin: 0;
  font-family: var(--fsp-display);
  font-weight: 800;
  font-size: 1.2rem;
}
.fsp-footer__tag,
.fsp-footer__legal,
.fsp-footer__copy {
  color: var(--fsp-muted);
  font-size: 0.85rem;
}
.fsp-footer__nav-title {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(232,234,240,0.5);
  font-weight: 700;
}
.fsp-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.fsp-footer__links a { color: var(--fsp-text); }
.fsp-nav-overlay { display: none; }
html.fsp-nav-open { overflow: hidden; }
@media (max-width: 900px) {
  .fsp-nav-overlay:not([hidden]) {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 40;
  }
}

.fsp-lobby { padding: 1.5rem 0 2rem; }
.fsp-lobby__plugin .slotsl-container { margin: 0 !important; }

/* Banners */
.fsp-banner-bar {
  width: 100%;
  background: #0a0b0f;
  border-bottom: 1px solid var(--fsp-line, #232836);
}
.fsp-banner-bar__btn,
.fsp-banner-bar__link {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}
.fsp-banner-bar img {
  width: 100%;
  max-height: 96px;
  object-fit: cover;
  display: block;
}

.fsp-banner-fixed {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 44px;
  padding: 0.35rem 2.25rem 0.35rem 0.75rem;
  background: linear-gradient(90deg, #1a1408, #2a1c08 40%, #1a1408);
  border-block: 1px solid rgba(240, 180, 41, 0.45);
  box-shadow: 0 -8px 24px rgba(0,0,0,.35);
}
.fsp-banner-fixed--bottom { bottom: 0; }
.fsp-banner-fixed--top { top: var(--fsp-header, 64px); }
.fsp-banner-fixed__inner {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  border: 0;
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-family: Sora, sans-serif;
  font-size: 0.92rem;
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
}
.fsp-banner-fixed__img {
  height: 32px;
  width: auto;
  border-radius: 4px;
}
.fsp-banner-fixed__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fsp-banner-fixed__x {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #bbb;
  font-size: 1.35rem;
  cursor: pointer;
  line-height: 1;
}
body.fsp-theme.has-fixed-banner-bottom { padding-bottom: 52px; }

.fsp-hide-mobile {}
.fsp-hide-desktop {}
@media (max-width: 900px) {
  .fsp-hide-mobile { display: none !important; }
  .fsp-banner-fixed {
    min-height: 48px;
    padding: 0.45rem 2.5rem 0.45rem 0.65rem;
  }
  .fsp-banner-fixed__text {
    font-size: 0.8rem;
    white-space: normal;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .fsp-banner-bar img { max-height: 72px; }
  body.fsp-theme.has-fixed-banner-bottom { padding-bottom: 64px; }
}
@media (min-width: 901px) {
  .fsp-hide-desktop { display: none !important; }
}

/* Responsive */
@media (max-width: 1100px) {
  .fsp-slot-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 900px) {
  .fsp-nav-toggle { display: flex; flex-shrink: 0; }
  .fsp-brand__mark { width: 34px; height: 34px; }
  .fsp-brand__name { font-size: 1.05rem; }
  .fsp-brand__logo { max-height: 36px; }
  .fsp-nav {
    position: fixed;
    top: var(--fsp-header);
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 1090;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1rem;
    background: rgba(11, 12, 16, 0.98);
    border-bottom: 1px solid var(--fsp-line);
    max-height: calc(100vh - var(--fsp-header));
    overflow-y: auto;
  }
  .fsp-nav.is-open { display: flex; }
  .fsp-menu { flex-direction: column; }
  .fsp-footer__grid { grid-template-columns: 1fr; }
  .fsp-slot-grid { grid-template-columns: repeat(3, 1fr); }
}
@media screen and (max-width: 782px) {
  body.admin-bar .fsp-nav { top: calc(var(--fsp-header) + 46px); }
}
@media screen and (min-width: 783px) and (max-width: 900px) {
  body.admin-bar .fsp-nav { top: calc(var(--fsp-header) + 32px); }
}
@media (max-width: 560px) {
  .fsp-slot-grid { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
  .fsp-trust { grid-template-columns: repeat(2, 1fr); margin-top: 0; }
}

/* Games lobby modern */
.fsp-page-hero__actions {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.fsp-howto__cta {
  margin: 2rem 0 1.5rem;
  padding: 1.25rem 1.35rem;
  border-radius: 16px;
  border: 1px solid rgba(240,180,41,0.28);
  background: linear-gradient(135deg, rgba(240,180,41,0.12), rgba(45,212,168,0.06));
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.fsp-howto__cta-text {
  margin: 0;
  max-width: 36rem;
  color: var(--fsp-text);
  font-weight: 600;
}
.fsp-type-chips--howto {
  margin: 0 0 1.5rem;
}
.fsp-lobby-search {
  display: flex;
  gap: 0.65rem;
  margin: 1rem 0 0.5rem;
  max-width: 640px;
}
.fsp-lobby-search__input {
  flex: 1;
  min-height: 48px;
  border-radius: 12px;
  border: 1px solid var(--fsp-line);
  background: #151822;
  color: #fff;
  padding: 0.7rem 1rem;
  font-size: 1rem;
}
.fsp-lobby-search__input:focus {
  outline: 2px solid rgba(240,180,41,.45);
  border-color: transparent;
}
.fsp-lobby-tips { color: var(--fsp-muted); font-size: 0.85rem; margin: 0; }

.fsp-lobby--modern .slotsl-container,
.fsp-slotsl-enhanced .slotsl-container {
  background: transparent !important;
}
.fsp-slotsl-enhanced .slotsl-filters,
.fsp-slotsl-enhanced .filter-container,
.fsp-lobby--modern .slotsl-filters {
  background: #151822 !important;
  border: 1px solid var(--fsp-line) !important;
  border-radius: 16px !important;
  padding: 1rem !important;
  margin-bottom: 1.25rem !important;
}
.fsp-slotsl-enhanced input[type="text"],
.fsp-slotsl-enhanced input[type="search"],
.fsp-slotsl-enhanced select,
.fsp-lobby--modern .slotsl-filters input,
.fsp-lobby--modern .slotsl-filters select {
  background: #0f121a !important;
  color: #fff !important;
  border: 1px solid #2a3142 !important;
  border-radius: 10px !important;
  min-height: 42px !important;
  padding: 0.45rem 0.7rem !important;
}
.fsp-slotsl-enhanced .sl-submit-search,
.fsp-lobby--modern .sl-submit-search {
  background: var(--fsp-gold) !important;
  color: #111 !important;
  border: 0 !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  padding: 0.55rem 1rem !important;
}

@media (max-width: 900px) {
  .fsp-lobby-search { flex-direction: column; }
  .fsp-trust { grid-template-columns: repeat(2, 1fr); }
  .fsp-hero__inner { max-width: 100%; }
}

/* Game type chips / tags */
.fsp-types-bar {
  padding: 1.25rem 0 0.25rem;
}
.fsp-section-head--compact {
  margin-bottom: 0.85rem;
}
.fsp-type-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0 0 0.5rem;
}
.fsp-type-chips--hero {
  margin: 0.85rem 0 1rem;
}
.fsp-type-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: #e8eaf0;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.fsp-type-chip:hover {
  border-color: rgba(240,180,41,0.55);
  color: #fff;
  background: rgba(240,180,41,0.1);
}
.fsp-type-chip--all {
  border-color: rgba(45,212,168,0.35);
  color: #9af0d6;
}
.fsp-type-tags {
  margin-top: 1.1rem;
}
.fsp-type-tags__label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(232,234,240,0.55);
  margin-bottom: 0.55rem;
}
.fsp-type-tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.fsp-type-tag {
  display: inline-flex;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  color: #d7dbe6;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  background: rgba(255,255,255,0.03);
}
.fsp-type-tag:hover {
  border-color: rgba(240,180,41,0.45);
  color: #fff;
}
.fsp-type-tag.is-active {
  background: rgba(240,180,41,0.16);
  border-color: rgba(240,180,41,0.5);
  color: #ffe08a;
}
.fsp-page-hero--type .fsp-page-hero__eyebrow {
  margin: 0 0 0.45rem;
  color: var(--fsp-gold);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.fsp-lobby--type {
  padding-bottom: 2rem;
}

/* Wide promo / affiliate banners */
.fsp-promo-banners {
  padding: 0.5rem 0 1.5rem;
}
.fsp-promo-banners__inner {
  display: grid;
  gap: 0.85rem;
}
.fsp-promo-banner {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: #141821;
  box-shadow: 0 10px 28px rgba(0,0,0,0.28);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.fsp-promo-banner:hover {
  transform: translateY(-2px);
  border-color: rgba(240,180,41,0.35);
}
.fsp-promo-banner img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #0b1220;
}
@media (max-width: 560px) {
  .fsp-promo-banner img { max-height: none; }
}
