/* Generated for seed=351276173 theme=igaming-default-v1 */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  background-color: var(--ui-footer-bg);
}

:root {
  --ui-bg: #fff4ea;
  --ui-surface: #fffcfd;
  --ui-border: #dfd1cc;
  --ui-text: #3a2e22;
  --ui-text-muted: #73675a;
  --ui-heading: #1f1812;
  --ui-primary: #c2410c;
  --ui-primary-hover: #dc5613;
  --ui-primary-contrast: #ffffff;
  --ui-accent: #0f766e;
  --ui-header-bg: #0f1218;
  --ui-header-text: #ffffff;
  --ui-footer-bg: #0f1218;
  --ui-footer-text: #9aa1b1;
  --ui-link: #c2410c;
  --ui-link-hover: #dc5613;
  --header-h: 64px;
  --page-gap: 1.5rem;
  --content-w: 1180px;
}
@media (min-width: 768px) {
  :root {
    --header-h: 64px;
    --page-gap: 2.5rem;
  }
}

body {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ui-text);
  background-color: var(--ui-bg);
  
}

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

a { color: var(--ui-link); text-decoration: none; }
a:hover { color: var(--ui-link-hover); text-decoration: underline; }

.haven-casing {
  width: 100%;
  max-width: var(--content-w);
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) { .haven-casing { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .haven-casing { padding: 0 2rem; } }

/* Skip link (a11y) */
.haven-jump-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--ui-primary); color: var(--ui-primary-contrast);
  padding: 0.5rem 1rem; z-index: 1000;
}
.haven-jump-link:focus { left: 1rem; top: 1rem; }

/* Header */
.haven-site-cap {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  min-height: var(--header-h);
  background-color: var(--ui-header-bg);
  color: var(--ui-header-text);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 1px 8px rgba(0,0,0,0.18);
}
.haven-header-cols {
  display: flex; align-items: center; gap: 1rem;
  min-height: var(--header-h);
  position: relative;
}
.haven-brand-cell {
  display: inline-flex; align-items: center; gap: 0.5rem;
  text-decoration: none; color: var(--ui-header-text);
  flex-shrink: 0;
}
.haven-brand-cell:hover { color: var(--ui-header-text); opacity: 0.9; text-decoration: none; }
.haven-brand-cell img { height: 32px; width: 32px; object-fit: contain; flex-shrink: 0; }
.haven-site-id-text { font-size: 1.125rem; font-weight: 700; line-height: 1; letter-spacing: -0.01em; font-family: "DM Serif Display", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; }

/* Burger button */
.haven-menu-switch {
  display: inline-flex; align-items: center; justify-content: center;
  background: none; border: none; cursor: pointer; padding: 6px;
  color: var(--ui-header-text);
}
.haven-menu-switch svg { width: 24px; height: 24px; }

/* Nav layout (variant: top_inline) */
.haven-links { list-style: none; padding: 0; margin: 0; }
.haven-links a { display: block; text-decoration: none; color: inherit; }
.haven-primary-navigation { margin-left: auto; }
.haven-menu-switch { display: none; }
@media (max-width: 767px) {
  .haven-menu-switch { display: inline-flex; margin-left: auto; }
  .haven-primary-navigation { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--ui-header-bg); padding: 0.75rem 1rem; box-shadow: 0 6px 14px rgba(0,0,0,0.15); }
  .haven-primary-navigation.is-open { display: block; }
  .haven-links { flex-direction: column; align-items: stretch; }
}
@media (min-width: 768px) {
  .haven-links { display: flex; gap: 0.25rem; align-items: center; }
}

/* Menu style (variant: dot_marker) */
.haven-links a { padding: 0.5rem 0.9rem; color: var(--ui-header-text); font-size: 0.92rem; }
.haven-links a:hover { color: var(--ui-header-text); }
.haven-links a { position: relative; padding-left: 1.3rem; }
.haven-links a::before { content: '•'; color: transparent; position: absolute; left: 0.45rem; top: 50%; transform: translateY(-50%); transition: color .15s ease; pointer-events: none; }
.haven-links a:hover::before { color: var(--ui-primary); }

/* Mobile marker */
@media (max-width: 767px) { .haven-links a::before { content: '› '; opacity: 0.55; } }

/* Main — symmetric gap above and below the card */
.haven-primary-main {
  padding-top: calc(var(--header-h) + var(--page-gap));
  padding-bottom: var(--page-gap);
}

/* Hero (variant: split) */
.hero { display: grid; grid-template-columns: 1fr; gap: 1.5rem; padding: 3rem 0 2rem; }
@media (min-width: 768px) { .hero { grid-template-columns: 1.4fr 1fr; align-items: center; } }
.hero__visual { background: var(--ui-surface); aspect-ratio: 16/10; border-radius: 9px; }
.hero h1 { font-family: "DM Serif Display", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; font-size: clamp(1.9rem, 4.2vw, 2.8rem); line-height: 1.15; color: var(--ui-heading); }
.hero p { color: var(--ui-text-muted); font-size: 1.05rem; margin-top: 0.75rem; }

/* Article / content card (variant: soft) */
.haven-writeup {
  background: #ffffff;
  border-radius: 0px;
  padding: 2.41rem 2.12rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  
}
@media (max-width: 600px) {
  .haven-writeup { padding: 1.687rem 1.1rem; }
}

/* Article header wrapper — 32/12/32 typographic spacing (Astra rule).
 * H1 -> next block (meta pill): 32px.
 * Between header siblings: 12px.
 * Article header -> first content paragraph: 32px. */
.haven-intro-pack { margin-bottom: 2rem; }
.haven-intro-pack > * { margin: 0; }
.haven-intro-pack > * + * { margin-top: 0.75rem; }
.haven-intro-pack > h1 + * { margin-top: 2rem; }
.haven-intro-pack h1 {
  font-family: "DM Serif Display", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(1.75rem, 1rem + 2.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ui-heading);
  text-align: left;
}

/* Updated: <date> pill under H1 */
.meta-pill-wrap { text-align: center; }
.meta-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px;
  border-radius: 16px;
  background: #ffffff;
  color: var(--ui-text);
  font-size: 0.875rem; line-height: 1.2;
  border: 1px solid var(--ui-border);
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  vertical-align: middle;
  text-decoration: none;
}
.meta-pill-icon { flex: 0 0 16px; width: 16px; height: 16px; color: var(--ui-primary); }
.meta-pill-label { font-weight: 600; }
.meta-pill-date { font-weight: 400; color: var(--ui-text-muted); }

/* Typography inside content */
.haven-doc-prose { font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; }
.haven-doc-prose > *:first-child { margin-top: 0; }
.haven-doc-prose h1 {
  font-family: "DM Serif Display", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ui-heading);
  margin-bottom: 1rem;
  text-align: left;
}
.haven-doc-prose h2 {
  font-family: "DM Serif Display", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--ui-heading);
  margin: 2.5rem 0 0.75rem;
  text-align: left;
}
.haven-doc-prose h3, .haven-doc-prose h4, .haven-doc-prose h5, .haven-doc-prose h6 {
  font-family: "DM Serif Display", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--ui-heading);
  margin: 2rem 0 0.5rem;
  text-align: left;
}
.haven-doc-prose h3 { font-size: 1.25rem; font-weight: 600; }
.haven-doc-prose h4, .haven-doc-prose h5, .haven-doc-prose h6 { font-size: 1.0625rem; font-weight: 600; }
.haven-doc-prose p { margin-bottom: 1.1rem; text-align: left; }
.haven-doc-prose ul, .haven-doc-prose ol { margin: 0 0 1.1rem 1.5rem; }
.haven-doc-prose li { margin-bottom: 0.3rem; }
.haven-doc-prose strong { font-weight: 700; }
.haven-doc-prose em { font-style: italic; }
.haven-doc-prose blockquote {
  border-left: 4px solid var(--ui-primary);
  padding: 0.75rem 1.25rem;
  margin: 1.5rem 0;
  background-color: var(--ui-surface);
  border-radius: 0 2px 2px 0;
  color: var(--ui-text-muted);
  font-style: italic;
}
.haven-doc-prose hr { border: 0; border-top: 1px solid var(--ui-border); margin: 2rem 0; }
.haven-doc-prose table {
  width: 100%; border-collapse: collapse; margin-bottom: 1.5rem; font-size: 0.9375rem;
}
.haven-doc-prose th, .haven-doc-prose td {
  border: 1px solid var(--ui-border); padding: 0.6rem 0.9rem; text-align: left;
}
.haven-doc-prose th {
  background-color: var(--ui-surface);
  font-weight: 600; font-size: 0.875rem;
  text-transform: uppercase; letter-spacing: 0.04em;
  color: var(--ui-text-muted);
}
.haven-doc-prose img { border-radius: 9px; border: 1px dashed var(--ui-border); margin: 1rem 0; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  padding: 0.65rem 1.4rem; font-size: 0.9375rem; font-weight: 600; line-height: 1;
  border-radius: 2px; border: 2px solid transparent;
  cursor: pointer; text-decoration: none; white-space: nowrap;
  font-family: "DM Serif Display", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  transition: background-color .15s, border-color .15s, color .15s, box-shadow .15s;
}
.btn:hover { text-decoration: none; }
.btn--primary { background: var(--ui-primary); color: var(--ui-primary-contrast); border-color: var(--ui-primary); }
.btn--primary:hover { background: var(--ui-primary-hover); border-color: var(--ui-primary-hover); color: var(--ui-primary-contrast); box-shadow: 0 2px 8px rgba(194, 65, 12, 0.35); }
.btn--outline { background: transparent; color: var(--ui-primary); border-color: var(--ui-primary); }
.btn--outline:hover { background: var(--ui-primary); color: var(--ui-primary-contrast); }
.btn--cta { padding: 0.8rem 1.75rem; font-size: 1rem; }

/* Affiliate CTA group */
.affiliate-cta { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 1.5rem 0; }

/* Footer (variant: single_row) */
.haven-page-footer {
  background-color: var(--ui-footer-bg);
  color: var(--ui-footer-text);
  padding: 2.5rem 0 0;
}
.haven-footer-wrap { display: flex; flex-direction: column; gap: 1rem; }
@media (min-width: 768px) { .haven-footer-wrap { flex-direction: row; justify-content: space-between; align-items: center; } }
.haven-footer-wrap a { color: var(--ui-footer-text); }
.haven-footer-wrap a:hover { color: var(--ui-header-text); }
.haven-ftr-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 0.5rem 1.25rem; }
.haven-footer-info { font-size: 0.8125rem; opacity: 0.8; }

/* Service placeholder */
.service-placeholder { padding: 3rem 0; text-align: center; color: var(--ui-text-muted); }
.service-placeholder h1 { font-family: "DM Serif Display", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; font-size: 2rem; color: var(--ui-heading); margin-bottom: 1rem; }

/* Back-to-top */
.haven-btt {
  position: fixed; right: 1rem; bottom: 1rem;
  background: var(--ui-primary); color: var(--ui-primary-contrast);
  width: 42px; height: 42px; border-radius: 16px;
  display: none; align-items: center; justify-content: center;
  border: 0; cursor: pointer; box-shadow: 0 6px 14px rgba(0,0,0,0.18);
  z-index: 90;
}
.haven-btt.is-visible { display: inline-flex; }
.haven-btt svg { width: 22px; height: 22px; }
