/* base.css — v3 "Casino Magazine" light design system.
   Colour psychology: red #E03131 = action/excitement (CTAs only), green #168A50 = money/payouts/trust,
   gold #F2A413 = scores/premium, blue #2563EB = mobile/utility, violet #7C3AED = games/fun,
   navy #1A2332 = authority anchors (header/footer/headings), warm ivory #FAF7F2 = page. */

*, *::before, *::after { box-sizing: border-box; }
::selection { background: #E03131; color: #FFFFFF; }
body { background: #FAF7F2; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 16px; line-height: 26px; color: #2A3344; -webkit-font-smoothing: antialiased; }
a { color: #C42525; text-decoration: none; }
a:hover { color: #E03131; text-decoration: underline; text-underline-offset: 3px; }
a:focus-visible { outline: 2px solid #E03131; outline-offset: 3px; border-radius: 2px; }
img { max-width: 100%; height: auto; }
.lazy-background { background-image: none; }

h1, .h1 { font-size: 32px; line-height: 38px; font-weight: 800; letter-spacing: -0.8px; margin: 24px 0 16px; color: #1A2332; }
h2, .h2 { font-size: 24px; line-height: 31px; font-weight: 800; letter-spacing: -0.4px; margin: 40px 0 14px; color: #1A2332; }
h3, .h3 { font-size: 18px; line-height: 26px; font-weight: 700; margin: 26px 0 10px; color: #1A2332; }
h4, .h4 { font-size: 16px; line-height: 24px; font-weight: 700; margin: 20px 0 8px; color: #1A2332; }
h5, .h5 { font-size: 15px; line-height: 22px; font-weight: 700; margin: 16px 0 8px; color: #1A2332; }
h6, .h6 { font-size: 13px; line-height: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin: 16px 0 8px; color: #1A2332; }
p { margin: 0 0 16px; }
ul, ol { margin: 0 0 16px; padding-left: 22px; }
ul li, ol li { margin: 0 0 7px; }
dl { margin: 0 0 16px; }

@media (min-width: 768px) {
  h1, .h1 { font-size: 40px; line-height: 47px; }
  h2, .h2 { font-size: 27px; line-height: 34px; }
}

.eyebrow { display: inline-block; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 2.2px; color: #E03131; margin: 0 0 10px; }
.eyebrow::before { content: ""; display: inline-block; width: 22px; height: 3px; border-radius: 3px; background: linear-gradient(90deg, #FF5A4E 0%, #E03131 100%); vertical-align: 4px; margin-right: 10px; }

.btn { display: inline-block; background: linear-gradient(135deg, #FF5A4E 0%, #E03131 100%); color: #FFFFFF; font-size: 15px; font-weight: 800; line-height: 20px; padding: 13px 24px; border: 0; border-radius: 10px; cursor: pointer; box-shadow: 0 6px 18px rgba(224, 49, 49, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.25); transition: transform 0.18s ease, box-shadow 0.18s ease; }
.btn::after { content: ""; display: inline-block; width: 14px; height: 11px; margin-left: 9px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18' fill='none' stroke='%23FFFFFF' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9h17M14 3l6 6-6 6'/%3E%3C/svg%3E") no-repeat center; background-size: contain; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(224, 49, 49, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.25); text-decoration: none; color: #FFFFFF; }
.btn:focus-visible { outline: 2px solid #1A2332; outline-offset: 3px; }
.btn-ghost { display: inline-block; background: #FFFFFF; color: #1A2332; font-size: 15px; font-weight: 700; line-height: 20px; padding: 12px 22px; border: 1px solid #DCD6CB; border-radius: 10px; cursor: pointer; box-shadow: 0 2px 8px rgba(26, 35, 50, 0.06); transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease; }
.btn-ghost:hover { transform: translateY(-2px); border-color: #E03131; color: #C42525; box-shadow: 0 8px 18px rgba(26, 35, 50, 0.1); text-decoration: none; }

.wrapper { min-height: 100vh; display: flex; flex-direction: column; }
.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 20px; }

header { position: sticky; top: 0; z-index: 50; background: rgba(26, 35, 50, 0.97); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 3px solid #E03131; }
header .header-inner { max-width: 1180px; margin: 0 auto; padding: 13px 20px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
header .header-logo { display: flex; align-items: center; gap: 10px; color: #FFFFFF; font-size: 17px; font-weight: 800; letter-spacing: -0.3px; }
header .header-logo:hover { text-decoration: none; color: #FFFFFF; }
header .header-logo .header-logo-leaf { width: 27px; height: 27px; border-radius: 8px; background: linear-gradient(135deg, #FF5A4E 0%, #C42525 100%); box-shadow: 0 3px 10px rgba(224, 49, 49, 0.5); position: relative; }
header .header-logo .header-logo-leaf::after { content: ""; position: absolute; top: 4px; left: 4px; right: 4px; bottom: 4px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='%23FFFFFF'%3E%3Cpath d='M32 4l4 10 9-3-3 10 12 2-10 7 7 10-12-3 1 13-8-8-8 8 1-13-12 3 7-10-10-7 12-2-3-10 9 3z'/%3E%3C/svg%3E") no-repeat center; background-size: contain; }
header .header-logo .header-logo-text { display: inline-block; }
header .header-logo .header-logo-accent { color: #FFB3AD; }
header .header-toggle { display: inline-block; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 8px; color: #FFFFFF; font-size: 13px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 8px 14px; cursor: pointer; }
header .header-toggle:hover { background: rgba(255, 255, 255, 0.16); }

nav { display: none; width: 100%; }
nav .nav-list .nav-dropdown { position: relative; }
nav .nav-list .nav-drop-label { display: inline-block; }
nav .nav-list .nav-caret { display: inline-block; width: 22px; height: 22px; cursor: pointer; vertical-align: -6px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C9D0DC' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat center; background-size: 13px; transition: transform 0.18s ease; }
nav .nav-list .nav-dropdown.nav-open-drop .nav-caret { transform: rotate(180deg); }
nav .nav-list .nav-drop-menu { display: none; list-style: none; margin: 2px 0 6px; padding: 4px 0 4px 14px; border-left: 2px solid rgba(224, 49, 49, 0.5); }
nav .nav-list .nav-dropdown.nav-open-drop .nav-drop-menu { display: block; }
nav .nav-list .nav-drop-menu a { color: #A9B2C2; font-size: 13px; font-weight: 600; padding: 7px 6px; }
nav .nav-list .nav-drop-menu a:hover { color: #FFFFFF; }
nav .nav-list span.nav-drop-label { display: inline-block; color: #C9D0DC; font-size: 14px; font-weight: 700; padding: 10px 0 10px 6px; cursor: default; }

@media (min-width: 1024px) {
  nav .nav-list .nav-dropdown { display: flex; align-items: center; }
  nav .nav-list span.nav-drop-label { padding: 9px 2px 9px 12px; }
  nav .nav-list .nav-drop-label { padding-right: 2px; }
  nav .nav-list .nav-caret { margin-right: 6px; }
  nav .nav-list .nav-drop-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 240px; background: #141B2B; border: 1px solid rgba(255, 255, 255, 0.12); border-top: 3px solid #E03131; border-radius: 0 0 12px 12px; box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45); margin: 0; padding: 8px; z-index: 60; }
  nav .nav-list .nav-dropdown:hover .nav-drop-menu, nav .nav-list .nav-dropdown:focus-within .nav-drop-menu, nav .nav-list .nav-dropdown.nav-open-drop .nav-drop-menu { display: block; }
  nav .nav-list .nav-drop-menu li { margin: 0; }
  nav .nav-list .nav-drop-menu a { display: block; border-radius: 7px; padding: 9px 12px; }
  nav .nav-list .nav-drop-menu a:hover { background: rgba(224, 49, 49, 0.14); text-decoration: none; }
}

nav.nav-open { display: block; }
nav .nav-list { list-style: none; margin: 12px 0 6px; padding: 0; }
nav .nav-list li { margin: 0; }
nav .nav-list a { display: block; color: #C9D0DC; font-size: 14px; font-weight: 700; padding: 10px 6px; border-radius: 7px; }
nav .nav-list a:hover { color: #FFFFFF; text-decoration: none; }

@media (min-width: 1024px) {
  header .header-toggle { display: none; }
  nav { display: block; width: auto; }
  nav .nav-list { display: flex; gap: 2px; margin: 0; }
  nav .nav-list a { padding: 9px 12px; }
  nav .nav-list a:hover { background: rgba(255, 255, 255, 0.1); }
}

.intro { position: relative; overflow: hidden; background: #FFFFFF; border-bottom: 1px solid #ECE7DD; padding: 38px 0 30px; }
.intro::before { content: ""; position: absolute; top: -60px; right: -40px; width: 280px; height: 280px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='%23FAF1E4'%3E%3Cpath d='M32 4l4 10 9-3-3 10 12 2-10 7 7 10-12-3 1 13-8-8-8 8 1-13-12 3 7-10-10-7 12-2-3-10 9 3z'/%3E%3C/svg%3E") no-repeat center; background-size: contain; }
.intro::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: linear-gradient(90deg, #E03131 0%, #F2A413 120px, #ECE7DD 240px, #ECE7DD 100%); }
.intro .container { position: relative; z-index: 1; }
.intro h1 { margin-top: 0; }
.intro .intro-sub { font-size: 17px; line-height: 27px; color: #5B6573; max-width: 780px; }
.intro .intro-sub strong { color: #1A2332; }
.intro .intro-meta { margin: 14px 0 0; }

article { flex: 1 0 auto; padding-bottom: 56px; }

footer { flex-shrink: 0; position: relative; overflow: hidden; background: #1A2332; color: #A9B2C2; font-size: 14px; line-height: 22px; padding: 44px 0 30px; border-top: 3px solid #E03131; }
footer::before { content: ""; position: absolute; right: -60px; bottom: -80px; width: 340px; height: 340px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='%23222D40'%3E%3Cpath d='M32 4l4 10 9-3-3 10 12 2-10 7 7 10-12-3 1 13-8-8-8 8 1-13-12 3 7-10-10-7 12-2-3-10 9 3z'/%3E%3C/svg%3E") no-repeat center; background-size: contain; }
footer .footer-inner { position: relative; max-width: 1180px; margin: 0 auto; padding: 0 20px; }
footer .footer-cols { display: flex; flex-wrap: wrap; gap: 30px; margin-bottom: 28px; }
footer .footer-col { flex: 1 1 200px; }
footer .footer-col-title { color: #FFFFFF; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; margin: 0 0 12px; }
footer .footer-col ul { list-style: none; margin: 0; padding: 0; }
footer .footer-col li { margin: 0 0 8px; }
footer a { color: #A9B2C2; }
footer a:hover { color: #FFFFFF; }
footer .footer-compliance { border-top: 1px solid rgba(255, 255, 255, 0.12); padding-top: 20px; }
footer .footer-age { display: inline-block; min-width: 42px; text-align: center; border: 2px solid #E03131; border-radius: 40px; color: #FFFFFF; font-weight: 800; font-size: 14px; padding: 5px 9px; margin-right: 10px; }
footer .footer-rg-text { margin: 12px 0 0; font-size: 13px; line-height: 21px; color: #7E8798; }
footer .footer-legal-row { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 4px 28px; }
footer .footer-legal-row .footer-legal-copy { flex: 1 1 auto; }
footer .footer-legal-links { flex: 0 0 auto; margin: 12px 0 0; font-size: 13px; line-height: 21px; }

.breadcrumbs { font-size: 13px; color: #8B94A3; margin: 18px 0 0; }
.breadcrumbs a { color: #8B94A3; }
.breadcrumbs a:hover { color: #C42525; }
.stamp { display: inline-block; background: #FFFFFF; border: 1px solid #E3DDD2; border-radius: 40px; color: #5B6573; font-size: 12px; font-weight: 700; padding: 5px 13px; box-shadow: 0 1px 4px rgba(26, 35, 50, 0.05); }
.stamp::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 40px; background: #168A50; margin-right: 7px; }
.tag { display: inline-block; background: #F3EFE7; border: 1px solid #E3DDD2; border-radius: 6px; color: #5B6573; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.6px; padding: 3px 9px; }
.tag-verified { background: #E5F6EC; border-color: #BCE5CC; color: #168A50; }
.tag-verified::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 40px; background: #168A50; margin-right: 6px; vertical-align: 1px; }
.tag-provisional { background: #FDF2DC; border-color: #F3DDA9; color: #9A6A07; }
.tag-provisional::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 40px; background: #F2A413; margin-right: 6px; vertical-align: 1px; }
.score-badge { display: inline-block; background: linear-gradient(135deg, #F2A413 0%, #D98B0B 100%); color: #FFFFFF; font-weight: 800; font-size: 18px; line-height: 1; padding: 10px 12px; border-radius: 8px; font-variant-numeric: tabular-nums; }
.rg-note { font-size: 12px; line-height: 18px; color: #8B94A3; margin: 10px 0 0; }
.rg-note a { color: #5B6573; }
.disclosure-note { background: #FFFDF8; border: 1px solid #F3DDA9; border-left: 3px solid #F2A413; border-radius: 8px; font-size: 13px; line-height: 20px; color: #6B6147; padding: 11px 16px; margin: 0 0 22px; }
.num { font-variant-numeric: tabular-nums; }

.data-table-wrap { overflow-x: auto; margin: 0 0 8px; border: 1px solid #E3DDD2; border-radius: 14px; background: #FFFFFF; box-shadow: 0 8px 26px rgba(26, 35, 50, 0.07); }
.data-table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 14px; line-height: 21px; color: #2A3344; }
.data-table caption { caption-side: bottom; text-align: left; padding: 10px 16px; }
.data-table th { background: #1A2332; color: #FFFFFF; text-align: left; font-weight: 800; font-size: 11px; text-transform: uppercase; letter-spacing: 1.2px; padding: 13px 16px; white-space: nowrap; }
.data-table td { border-bottom: 1px solid #F0EBE2; padding: 13px 16px; vertical-align: middle; background: #FFFFFF; transition: background-color 0.15s ease; }
.data-table tr:last-child td { border-bottom: 0; }
.data-table tr:hover td { background: #FCF7EC; }

.faq-list { margin: 0 0 24px; }
.faq-list details { background: #FFFFFF; border: 1px solid #E3DDD2; border-radius: 12px; margin: 0 0 10px; padding: 0; box-shadow: 0 2px 8px rgba(26, 35, 50, 0.04); transition: border-color 0.15s ease; }
.faq-list details:hover { border-color: #E03131; }
.faq-list details[open] { border-color: #E03131; box-shadow: 0 8px 22px rgba(26, 35, 50, 0.09); }
.faq-list summary { cursor: pointer; font-weight: 700; font-size: 15px; line-height: 23px; padding: 15px 44px 15px 18px; list-style: none; position: relative; color: #1A2332; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: ""; position: absolute; right: 16px; top: 19px; width: 14px; height: 14px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E03131' stroke-width='2.6' stroke-linecap='round'%3E%3Cpath d='M12 4v16M4 12h16'/%3E%3C/svg%3E") no-repeat center; background-size: contain; transition: transform 0.2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list .faq-answer { padding: 0 18px 15px; }
.faq-list .faq-answer p { margin-bottom: 8px; color: #5B6573; }

.section-head { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.section-head a { font-weight: 700; font-size: 14px; }
.icon-arrow { display: inline-block; width: 8px; height: 8px; border-top: 2px solid #E03131; border-right: 2px solid #E03131; transform: rotate(45deg); margin-left: 6px; }

.oplogo { display: flex; align-items: center; justify-content: center; background: #FFFFFF; border: 1px solid #E3DDD2; border-radius: 12px; box-shadow: 0 2px 8px rgba(26, 35, 50, 0.07); overflow: hidden; }
.oplogo img { display: block; width: 70%; height: 70%; object-fit: contain; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.reveal-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .btn-ghost { transition: none; }
}

.next-steps { background: #FFFFFF; border: 1px solid #E3DDD2; border-left: 4px solid #168A50; border-radius: 12px; padding: 16px 18px 12px; margin: 30px 0 8px; box-shadow: 0 2px 10px rgba(26, 35, 50, 0.05); }
.next-steps .next-steps-title { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.6px; color: #168A50; margin: 0 0 8px; }
.next-steps ul { list-style: none; margin: 0; padding: 0; }
.next-steps li { font-size: 14px; line-height: 22px; color: #2A3344; margin: 0 0 8px; padding-left: 24px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 18' fill='none' stroke='%23168A50' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9h15M13 4l5 5-5 5'/%3E%3C/svg%3E") no-repeat 0 5px; background-size: 14px; }
.next-steps li a { font-weight: 700; }

@media (max-width: 767px) {
  .data-table-wrap { overflow-x: visible; border: 0; background: transparent; box-shadow: none; }
  .data-table { display: block; }
  .data-table caption { display: block; }
  .data-table thead { display: none; }
  .data-table tbody { display: block; }
  .data-table tr { display: block; background: #FFFFFF; border: 1px solid #E3DDD2; border-radius: 12px; margin: 0 0 12px; padding: 6px 14px; box-shadow: 0 2px 10px rgba(26, 35, 50, 0.06); }
  .data-table tr:hover td { background: #FFFFFF; }
  .data-table td { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid #F0EBE2; padding: 9px 0; background: #FFFFFF; text-align: right; }
  .data-table td:last-child { border-bottom: 0; }
  .data-table td::before { content: attr(data-label); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: #8B94A3; text-align: left; flex: 0 0 auto; }
  .data-table td[data-label=""]::before { display: none; }
}

/* header search */
header .header-search-toggle { display: inline-block; cursor: pointer; width: 38px; height: 38px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.22); background-color: rgba(255, 255, 255, 0.06); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2.2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='6.5'/%3E%3Cpath d='M15.8 15.8L21 21'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 18px; margin-left: 12px; order: 3; transition: background-color 0.15s ease, border-color 0.15s ease; }
header .header-search-toggle:hover { background-color: rgba(242, 193, 78, 0.18); border-color: #F2C14E; }
header .search-panel { display: none; border-top: 1px solid rgba(255, 255, 255, 0.12); background: #131B28; }
header .search-panel.search-open { display: block; }
header .search-panel .search-panel-inner { max-width: 760px; margin: 0 auto; padding: 16px 20px 18px; }
header .search-panel .search-input { width: 100%; box-sizing: border-box; font-size: 16px; font-weight: 600; color: #FFFFFF; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 12px; padding: 12px 16px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
header .search-panel .search-input:focus { outline: none; border-color: #F2C14E; box-shadow: 0 0 0 3px rgba(242, 193, 78, 0.22); }
header .search-panel .search-input::placeholder { color: #8B94A3; }
header .search-panel .search-results { list-style: none; margin: 10px 0 0; padding: 0; max-height: 50vh; overflow-y: auto; }
header .search-panel .search-results li { margin: 0 0 6px; }
header .search-panel .search-results a { display: block; padding: 10px 14px; border-radius: 10px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); }
header .search-panel .search-results a:hover { background: rgba(242, 193, 78, 0.12); border-color: rgba(242, 193, 78, 0.5); text-decoration: none; }
header .search-panel .search-result-title { display: block; font-size: 14px; font-weight: 800; color: #FFFFFF; }
header .search-panel .search-result-meta { display: block; font-size: 12px; color: #9AA5B8; margin-top: 2px; }
header .search-panel .search-result-section { display: inline-block; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.8px; color: #F2C14E; margin-right: 8px; }
header .search-panel .search-empty { font-size: 13px; color: #9AA5B8; padding: 10px 4px; }

header .header-inner .header-toggle { margin-left: auto; }
@media (min-width: 1024px) {
  header .header-inner nav { margin-left: auto; }
}
