:root {
  --n6sl-bg: #fffaf0;
  --n6sl-bg-soft: #fff8e7;
  --n6sl-accent: #ff8a3d;
  --n6sl-accent-hover: #e67a2a;
  --n6sl-lime: #7bc67e;
  --n6sl-lemon: #f5d000;
  --n6sl-text: #1a1208;
  --n6sl-muted: #7a6a52;
  --n6sl-border: 2px solid #ff8a3d;
  --n6sl-shadow: 0 4px 16px rgba(255, 138, 61, 0.12);
  --n6sl-radius: 16px;
  --n6sl-cookie-offset: 0px;
  --n6sl-content: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

html:not(.n6sl-need-age) .n6sl-age-overlay {
  display: none !important;
}

html:not(.n6sl-need-cookie) .n6sl-cookie-banner {
  display: none !important;
}

html.n6sl-need-cookie .n6sl-cookie-banner {
  display: block !important;
}

html.n6sl-need-age {
  overflow: hidden !important;
}

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  background: var(--n6sl-bg);
  color: var(--n6sl-text);
  line-height: 1.65;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.n6sl-page {
  position: relative;
  min-height: 100vh;
}

.n6sl-deco-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.n6sl-deco-circle-tangerine,
.n6sl-deco-circle-lime,
.n6sl-deco-circle-lemon {
  position: absolute;
  border-radius: 50%;
}

.n6sl-deco-circle-tangerine {
  width: 280px;
  height: 280px;
  background: #ff8a3d;
  opacity: 0.06;
  top: -60px;
  right: -80px;
}

.n6sl-deco-circle-lime {
  width: 200px;
  height: 200px;
  background: #7bc67e;
  opacity: 0.07;
  bottom: 20%;
  left: -60px;
}

.n6sl-deco-circle-lemon {
  width: 160px;
  height: 160px;
  background: #f5d000;
  opacity: 0.08;
  top: 40%;
  right: 5%;
}

.n6sl-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--n6sl-accent);
  z-index: 300;
}

.n6sl-header {
  background: #fffaf0;
  border-bottom: 2px solid rgba(255, 138, 61, 0.3);
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0 24px;
}

.n6sl-header-inner {
  max-width: var(--n6sl-content);
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.n6sl-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Quicksand", sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
}

.n6sl-brand img {
  width: 42px;
  height: 42px;
}

.n6sl-nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--n6sl-text);
  font-size: 1.65rem;
  padding: 8px;
}

.n6sl-nav-menu {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.n6sl-nav-menu a {
  color: var(--n6sl-muted);
  font-weight: 700;
}

.n6sl-nav-menu a:hover,
.n6sl-nav-menu a:focus-visible {
  color: var(--n6sl-accent);
}

.n6sl-shell,
.n6sl-section {
  position: relative;
  z-index: 1;
}

.n6sl-section {
  padding: 72px 24px;
}

.n6sl-section-inner {
  max-width: var(--n6sl-content);
  margin: 0 auto;
}

.n6sl-section h2,
.n6sl-section h1,
.n6sl-section h3 {
  font-family: "Quicksand", sans-serif;
}

.n6sl-section-title {
  font-size: 2rem;
  color: var(--n6sl-accent);
  margin: 0 0 18px;
}

.n6sl-legal-note,
.n6sl-mini-note {
  color: var(--n6sl-muted);
  font-size: 0.96rem;
}

.n6sl-newsletter {
  padding-top: 34px;
  padding-bottom: 20px;
}

.n6sl-newsletter-bar {
  background: linear-gradient(90deg, rgba(255, 138, 61, 0.12), rgba(123, 198, 126, 0.13));
  border: var(--n6sl-border);
  border-radius: 22px;
  box-shadow: var(--n6sl-shadow);
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 20px;
  align-items: center;
}

.n6sl-newsletter-copy h2 {
  font-size: 1.4rem;
  margin: 0 0 8px;
}

.n6sl-newsletter-copy p {
  margin: 0;
  color: var(--n6sl-muted);
}

.n6sl-newsletter-form {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.n6sl-newsletter-form input {
  min-width: 250px;
  flex: 1 1 250px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 138, 61, 0.35);
  border-radius: 999px;
  background: #fff;
}

.n6sl-hero {
  padding-top: 46px;
}

.n6sl-hero-panel {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.n6sl-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  color: #1a1208;
  font-family: "Quicksand", sans-serif;
  font-weight: 800;
  line-height: 1.08;
}

.n6sl-hero p {
  margin: 0 auto 18px;
  max-width: 720px;
  font-size: 1.08rem;
  color: var(--n6sl-muted);
}

.n6sl-trust-bar {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(255, 138, 61, 0.22);
  box-shadow: var(--n6sl-shadow);
  margin-bottom: 24px;
}

.n6sl-trust-bar span {
  font-weight: 700;
}

.n6sl-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ff8a3d;
  color: #ffffff;
  border-radius: 999px;
  padding: 12px 28px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}

.n6sl-cta-btn:hover,
.n6sl-cta-btn:focus-visible {
  background: #e67a2a;
}

.n6sl-subtle-btn {
  border: 1px solid rgba(255, 138, 61, 0.28);
  background: #fff;
  color: var(--n6sl-text);
  border-radius: 999px;
  padding: 10px 18px;
  cursor: pointer;
  font-weight: 700;
}

.n6sl-casino-topbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.n6sl-filter-wrap {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.n6sl-filter-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.n6sl-filter-group label {
  font-size: 0.92rem;
  color: var(--n6sl-muted);
  font-weight: 700;
}

.n6sl-filter-group select {
  min-width: 170px;
  border-radius: 999px;
  border: 1px solid rgba(255, 138, 61, 0.28);
  padding: 10px 14px;
  background: #fff;
}

.n6sl-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.n6sl-card {
  background: #ffffff;
  border: 2px solid #ff8a3d;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(255, 138, 61, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.n6sl-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(255, 138, 61, 0.2);
}

.n6sl-card.is-hidden {
  display: none;
}

.n6sl-card-featured {
  grid-column: 1 / -1;
  display: flex;
  gap: 32px;
  align-items: center;
  background: linear-gradient(135deg, #fff8e7 0%, #ffffff 100%);
}

.n6sl-card-main {
  flex: 1 1 60%;
}

.n6sl-card-side {
  flex: 0 0 250px;
  display: grid;
  gap: 14px;
}

.n6sl-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 8px 14px;
  background: var(--n6sl-accent);
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  margin-bottom: 16px;
}

.n6sl-card-head {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.n6sl-logo-container {
  background: #ffffff;
  border: 1px solid rgba(255, 138, 61, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 8px;
  width: 90px;
  height: 56px;
  overflow: hidden;
  flex: 0 0 90px;
}

.n6sl-logo-container img {
  max-width: 100%;
  max-height: 40px;
  object-fit: contain;
}

.n6sl-card-head h3 {
  margin: 0 0 4px;
  font-size: 1.35rem;
}

.n6sl-rating {
  font-weight: 800;
  color: var(--n6sl-accent);
}

.n6sl-offer {
  margin: 0 0 12px;
  font-size: 1.05rem;
  font-weight: 800;
}

.n6sl-card p {
  margin-top: 0;
}

.n6sl-pills,
.n6sl-meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.n6sl-pill {
  background: rgba(123, 198, 126, 0.15);
  color: var(--n6sl-text);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 0.92rem;
  font-weight: 700;
}

.n6sl-pill:nth-child(2n) {
  background: rgba(245, 208, 0, 0.18);
}

.n6sl-pill:nth-child(3n) {
  background: rgba(255, 138, 61, 0.14);
}

.n6sl-card-keyinfo {
  margin: 14px 0 18px;
  color: var(--n6sl-muted);
  font-size: 0.95rem;
}

.n6sl-card-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.n6sl-disclaimer {
  margin-top: 10px;
  font-size: 0.85rem;
  color: var(--n6sl-muted);
}

.n6sl-info-box,
.n6sl-about-box,
.n6sl-legal-box,
.n6sl-rg-box,
.n6sl-faq-box {
  background: rgba(255, 255, 255, 0.88);
  border-radius: 22px;
  border: 1px solid rgba(255, 138, 61, 0.2);
  box-shadow: var(--n6sl-shadow);
  padding: 28px;
}

.n6sl-timeline {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.n6sl-timeline-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: start;
}

.n6sl-step-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  font-weight: 800;
  font-family: "Quicksand", sans-serif;
}

.n6sl-step-icon.tangerine {
  background: rgba(255, 138, 61, 0.18);
  color: var(--n6sl-accent);
}

.n6sl-step-icon.lime {
  background: rgba(123, 198, 126, 0.2);
  color: #37773a;
}

.n6sl-step-icon.lemon {
  background: rgba(245, 208, 0, 0.22);
  color: #8e7800;
}

.n6sl-timeline-step h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
}

.n6sl-rg-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: start;
}

.n6sl-rg-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 138, 61, 0.14);
  color: var(--n6sl-text);
  font-weight: 800;
  margin-bottom: 16px;
}

.n6sl-quote {
  margin: 18px 0 20px;
  border-left: 4px solid var(--n6sl-accent);
  padding: 14px 18px;
  background: rgba(255, 248, 231, 0.9);
  color: var(--n6sl-text);
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}

.n6sl-rg-links {
  display: grid;
  gap: 12px;
}

.n6sl-rg-links a {
  color: var(--n6sl-accent);
  font-weight: 800;
}

.n6sl-rg-tips {
  display: grid;
  gap: 12px;
}

.n6sl-rg-tip {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.n6sl-rg-tip strong {
  display: block;
}

.n6sl-faq-list {
  display: grid;
  gap: 14px;
}

.n6sl-faq-item {
  border: 1px solid rgba(255, 138, 61, 0.24);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.n6sl-faq-question {
  width: 100%;
  text-align: left;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-weight: 800;
  color: var(--n6sl-text);
  cursor: pointer;
}

.n6sl-faq-icon {
  flex: 0 0 auto;
  color: var(--n6sl-accent);
  font-size: 1.3rem;
}

.n6sl-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.22s ease;
  padding: 0 20px;
}

.n6sl-faq-item.is-open .n6sl-faq-answer {
  max-height: 220px;
  padding-bottom: 20px;
}

.n6sl-about-columns,
.n6sl-legal-columns {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
}

.n6sl-callout {
  background: linear-gradient(180deg, rgba(255, 138, 61, 0.1), rgba(123, 198, 126, 0.1));
  border-radius: 18px;
  padding: 20px;
  border: 1px solid rgba(255, 138, 61, 0.18);
}

.n6sl-callout h3 {
  margin-top: 0;
}

.n6sl-list {
  padding-left: 18px;
}

.n6sl-list li + li {
  margin-top: 8px;
}

.n6sl-footer {
  position: relative;
  z-index: 1;
  border-top: 3px solid #ff8a3d;
  background: #fff6ea;
  padding: 34px 24px 42px;
}

.n6sl-footer-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.n6sl-footer-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-family: "Quicksand", sans-serif;
  font-weight: 800;
}

.n6sl-footer-brand img {
  width: 60px;
  height: 60px;
}

.n6sl-footer-nav,
.n6sl-footer-rg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 14px;
}

.n6sl-footer-nav a,
.n6sl-footer-rg a {
  color: var(--n6sl-muted);
  font-weight: 700;
}

.n6sl-footer-rg a {
  color: var(--n6sl-accent);
}

.n6sl-footer-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  font-size: 0.95rem;
  color: var(--n6sl-muted);
  margin-top: 16px;
}

.n6sl-legal-banner {
  margin-top: 12px;
  color: var(--n6sl-text);
  font-size: 0.95rem;
}

.n6sl-cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 220;
  background: rgba(26, 18, 8, 0.94);
  color: #fff;
  border-radius: 18px;
  padding: 16px 18px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.n6sl-cookie-banner.is-visible {
  display: flex;
}

.n6sl-cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.n6sl-cookie-btn {
  border-radius: 999px;
  padding: 10px 16px;
  border: 0;
  cursor: pointer;
  font-weight: 800;
}

.n6sl-cookie-accept {
  background: var(--n6sl-accent);
  color: #fff;
}

.n6sl-cookie-decline {
  background: #fff;
  color: var(--n6sl-text);
}

.n6sl-age-overlay {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100dvh !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 2147483646 !important;
  background: rgba(255, 250, 240, 0.97) !important;
}

.n6sl-age-overlay[hidden] {
  display: none !important;
}

.n6sl-age-box {
  margin-block: auto;
  max-width: 440px;
  width: 90%;
  padding: 2.5rem 2rem;
  background: #ffffff;
  border: 2px solid #ff8a3d;
  border-radius: 20px;
  text-align: center;
  color: #1a1208;
  box-shadow: 0 22px 50px rgba(255, 138, 61, 0.15);
}

.n6sl-age-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 22px;
}

.n6sl-backtotop {
  position: fixed;
  right: 24px;
  bottom: calc(24px + var(--n6sl-cookie-offset));
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 0;
  background: var(--n6sl-accent);
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 160;
  display: none;
  box-shadow: var(--n6sl-shadow);
}

.n6sl-backtotop.is-visible {
  display: inline-grid;
  place-items: center;
}

.n6sl-page-intro {
  max-width: 760px;
  margin-bottom: 28px;
}

.n6sl-page-hero {
  padding-top: 54px;
  padding-bottom: 34px;
}

.n6sl-page-hero h1 {
  font-size: clamp(2.1rem, 4.2vw, 3.2rem);
  margin: 0 0 16px;
}

.n6sl-page-grid {
  display: grid;
  gap: 22px;
}

.n6sl-legal-box h2 {
  margin-top: 0;
  color: var(--n6sl-accent);
  font-size: 1.65rem;
}

.n6sl-legal-box h3 {
  font-size: 1.12rem;
  margin-bottom: 10px;
}

.n6sl-legal-box p + p {
  margin-top: 12px;
}

.n6sl-text-link {
  color: var(--n6sl-accent);
  font-weight: 800;
}

@media (max-width: 980px) {
  .n6sl-card-grid,
  .n6sl-about-columns,
  .n6sl-legal-columns,
  .n6sl-rg-grid,
  .n6sl-newsletter-bar {
    grid-template-columns: 1fr;
  }

  .n6sl-casino-topbar {
    flex-direction: column;
    align-items: stretch;
  }

  .n6sl-card-featured {
    flex-direction: column;
    align-items: stretch;
  }

  .n6sl-card-side {
    flex: auto;
  }

  .n6sl-newsletter-form {
    justify-content: stretch;
  }
}

@media (max-width: 760px) {
  .n6sl-header {
    padding-inline: 16px;
  }

  .n6sl-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .n6sl-nav-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fffaf0;
    border: 1px solid rgba(255, 138, 61, 0.24);
    border-radius: 18px;
    box-shadow: var(--n6sl-shadow);
    padding: 8px;
  }

  .n6sl-nav-menu.is-open {
    display: flex;
  }

  .n6sl-nav-menu a {
    padding: 12px 14px;
    border-radius: 12px;
  }

  .n6sl-cookie-banner {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 550px) {
  .n6sl-card-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .n6sl-card-featured {
    flex-direction: column !important;
    gap: 16px !important;
  }

  .n6sl-card {
    min-width: 0 !important;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .n6sl-hero h1 {
    font-size: clamp(1.8rem, 7vw, 2.6rem) !important;
  }

  .n6sl-section {
    padding: 48px 16px !important;
  }

  .n6sl-nav-menu {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .n6sl-header-inner {
    position: relative !important;
  }
}

@media (max-width: 380px) {
  .n6sl-card {
    padding: 14px !important;
  }

  .n6sl-cta-btn {
    width: 100% !important;
    text-align: center !important;
  }

  .n6sl-hero h1 {
    font-size: clamp(1.5rem, 8vw, 2rem) !important;
  }
}
