/* =====================================================================
   Slotnews feature layer: age gate, tab bar, archive toolbar, casino facts,
   section nav, FAQ, verdict, rating ring/bars, bonus chips & countdown,
   news tabs, post extras, ranks, hero CTA, 404.
   ===================================================================== */

.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- Responsible gambling ---------- */
.rg-line { display: inline-flex; align-items: center; gap: 8px; margin-left: 14px; color: var(--ui-muted); font-size: 12px; }
.rg-badge { display: inline-flex; align-items: center; justify-content: center; min-width: 26px; height: 20px; padding: 0 5px; border-radius: 6px; border: 1.5px solid #ef4444; color: #ef4444; font: 800 11px/1 'Inter', sans-serif; letter-spacing: 0.02em; }
.rg-badge--lg { min-width: 52px; height: 40px; border-radius: 12px; border-width: 2px; font-size: 18px; }
@media (max-width: 767px) { .rg-line { display: flex; margin: 8px 0 0; } }

/* ---------- Age gate ---------- */
.age-gate { position: fixed; inset: 0; z-index: 100010; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(8, 9, 12, 0.7); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); opacity: 0; transition: opacity 0.3s ease; }
.age-gate[hidden] { display: none; }
.age-gate.is-open { opacity: 1; }
.age-gate-card { width: min(460px, 100%); padding: 36px 32px 28px; border-radius: 20px; background: var(--ui-surface); border: 1px solid var(--ui-border-strong); box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6); text-align: center; transform: translateY(24px) scale(0.96); transition: transform 0.45s var(--ease-out); }
.age-gate.is-open .age-gate-card { transform: none; }
.age-gate-card h2 { margin: 16px 0 8px; font-size: 26px; color: #fff; letter-spacing: -0.02em; }
.age-gate-card p { margin: 0 0 20px; color: var(--ui-muted); line-height: 1.6; }
.age-gate-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.age-gate-yes { padding: 13px 26px; border: 0; border-radius: 12px; background: linear-gradient(135deg, var(--brand-main), var(--brand-second)); color: #fff; font: 700 15px 'Inter', sans-serif; cursor: pointer; box-shadow: 0 12px 30px -10px var(--brand-glow); transition: transform 0.2s var(--ease-out), filter 0.2s; }
.age-gate-yes:hover { transform: translateY(-2px); filter: brightness(1.08); }
.age-gate-no { padding: 13px 22px; border-radius: 12px; border: 1px solid var(--ui-border-strong); color: var(--ui-text); font-weight: 600; text-decoration: none; transition: background-color 0.2s; }
.age-gate-no:hover { background: rgba(255, 255, 255, 0.06); }
.age-gate-card small { display: block; margin-top: 18px; color: var(--ui-muted); font-size: 12px; }
body.has-age-gate { overflow: hidden; }

/* ---------- Mobile tab bar ---------- */
.tabbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9998; display: none; grid-template-columns: repeat(5, 1fr); padding: 6px 6px calc(6px + env(safe-area-inset-bottom)); background: rgba(12, 13, 18, 0.92); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border-top: 1px solid var(--ui-border); transition: transform 0.35s var(--ease-out); }
.tabbar.is-hidden { transform: translateY(110%); }
.tabbar a, .tabbar button { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 8px 4px; border: 0; border-radius: 10px; background: transparent; color: var(--ui-muted); font: 500 11px 'Inter', sans-serif; text-decoration: none; transition: color 0.2s, background-color 0.2s; }
.tabbar i { font-size: 18px; }
.tabbar a[aria-current="page"], .tabbar a:active, .tabbar button:active { color: #fff; background: rgba(124, 58, 237, 0.2); }
@media (max-width: 1023px) { .tabbar { display: grid; } body { padding-bottom: 68px; } #scrolltop { bottom: 84px !important; } .space-organization-float-bar { bottom: 62px; } }

/* ---------- Header compact ---------- */
.space-header-wrap.is-compact .space-header-menu ul.main-menu > li { height: 64px; }
.space-header-wrap.is-compact .space-header-logo .site-logo-link { margin-top: 6px; }
.space-header-wrap.is-compact .site-logo-mark { transform: scale(0.9); }
.space-header-wrap.is-compact .space-header-search { transform: scale(0.95); }
.space-header-menu ul.main-menu > li, .space-header-logo .site-logo-link, .space-header-search { transition: height 0.3s var(--ease-out), margin 0.3s var(--ease-out), transform 0.3s var(--ease-out); }

/* ---------- Back-to-top (own floating button; theme #scrolltop hidden) ---------- */
#scrolltop { display: none !important; }
.to-top { position: fixed; right: 22px; bottom: 22px; z-index: 9995; width: 50px; height: 50px; padding: 0; border: 1px solid var(--ui-border-strong); border-radius: 50%; background: rgba(20, 22, 29, 0.9); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); color: #fff; cursor: pointer; box-shadow: 0 14px 30px -10px rgba(0, 0, 0, 0.6); opacity: 0; visibility: hidden; transform: translateY(16px) scale(0.9); transition: opacity 0.3s, visibility 0.3s, transform 0.35s var(--ease-out), background-color 0.2s; }
.to-top.is-on { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--brand-main); transform: translateY(-3px); }
.to-top i { position: relative; z-index: 1; font-size: 16px; }
.to-top svg { position: absolute; inset: -1px; width: calc(100% + 2px); height: calc(100% + 2px); color: var(--brand-second); pointer-events: none; }
.to-top svg circle:last-child { transition: stroke-dashoffset 0.15s linear; }
@media (max-width: 1023px) { .to-top { right: 14px; bottom: 82px; width: 44px; height: 44px; } }

/* ---------- Archive toolbar, filters, load more ---------- */
.archive-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0 15px 14px; font-size: 13px; color: var(--ui-muted); }
.archive-count { font-variant-numeric: tabular-nums; }
.archive-sort { display: inline-flex; align-items: center; gap: 8px; }
.archive-sort select { padding: 7px 30px 7px 12px; border-radius: 9px; border: 1px solid var(--ui-border-strong); background: var(--ui-surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%238b93a7' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 11px center; color: var(--ui-text); font: 500 13px 'Inter', sans-serif; -webkit-appearance: none; appearance: none; cursor: pointer; }
.space-categories-title { position: sticky; top: 80px; z-index: 5; display: flex !important; flex-wrap: wrap; gap: 8px; height: auto !important; line-height: normal !important; margin: 0 0 6px !important; padding: 12px 0 !important; overflow: visible !important; background: var(--ui-bg); }
.space-categories-title li { float: none !important; display: inline-flex !important; align-items: center; height: 36px; margin: 0 !important; padding: 0 !important; border: 1px solid var(--ui-border-strong) !important; border-radius: 999px !important; background: transparent !important; color: var(--ui-muted); font: 500 13px 'Inter', sans-serif; overflow: hidden; }
.space-categories-title li:not(:has(a)) { padding: 0 16px !important; }
.space-categories-title li a { display: inline-flex !important; align-items: center; height: 100%; padding: 0 16px !important; border: 0 !important; border-radius: 999px !important; background: transparent !important; color: inherit !important; font: inherit !important; line-height: 1 !important; }
.space-categories-title li:hover { color: #fff; border-color: rgba(236, 72, 153, 0.6) !important; }
.space-categories-title li.active, .space-categories-title li.active a { background: var(--brand-main) !important; border-color: transparent !important; color: #fff !important; }
.casino-facts, .section-nav { max-width: 1170px; margin-left: auto; margin-right: auto; }
@media (max-width: 1200px) { .casino-facts, .section-nav { margin-left: 15px; margin-right: 15px; } }
.space-archive-navigation, .navigation.pagination { display: none !important; }
.space-categories-title li { transition: transform 0.25s var(--ease-out), background-color 0.25s, box-shadow 0.25s; cursor: pointer; }
.space-categories-title li.active { box-shadow: 0 10px 24px -10px var(--brand-glow); }
.load-more { display: flex; align-items: center; gap: 10px; margin: 28px auto 8px; padding: 12px 26px; border-radius: 999px; border: 1px solid var(--ui-border-strong); background: rgba(255, 255, 255, 0.04); color: var(--ui-text); font: 600 14px 'Inter', sans-serif; cursor: pointer; transition: background-color 0.2s, transform 0.2s var(--ease-out), border-color 0.2s; }
.load-more:hover { background: rgba(255, 255, 255, 0.08); transform: translateY(-2px); border-color: rgba(236, 72, 153, 0.5); }
.load-more i { transition: transform 0.2s; }
.load-more:hover i { transform: translateY(2px); }
.load-more[hidden] { display: none; }
[class*="-archive-item"][hidden] { display: none !important; }

/* ---------- Casino: key facts + section nav ---------- */
.casino-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; margin: 18px 15px 8px; }
.casino-fact { padding: 12px 14px; border-radius: 12px; background: var(--ui-surface); border: 1px solid var(--ui-border); display: grid; gap: 4px; transition: transform 0.25s var(--ease-out), border-color 0.25s; }
.casino-fact:hover { transform: translateY(-2px); border-color: var(--ui-border-strong); }
.casino-fact-k { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ui-muted); }
.casino-fact-v { font-weight: 600; color: #fff; font-size: 14px; }
.casino-fact--pay { grid-column: span 2; }
.casino-pay { display: flex; gap: 10px; font-size: 20px; color: #c9cfdb; }
.casino-pay i { transition: transform 0.2s var(--ease-out), color 0.2s; }
.casino-pay i:hover { transform: translateY(-3px); color: #fff; }
.section-nav { position: sticky; top: 64px; z-index: 6; display: flex; gap: 4px; margin: 8px 15px 18px; padding: 6px; border-radius: 12px; background: rgba(12, 13, 18, 0.85); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border: 1px solid var(--ui-border); overflow-x: auto; scrollbar-width: none; }
.section-nav::-webkit-scrollbar { display: none; }
.section-nav a { flex: 0 0 auto; padding: 8px 14px; border-radius: 8px; color: var(--ui-muted); font: 600 13px 'Inter', sans-serif; text-decoration: none; white-space: nowrap; transition: background-color 0.2s, color 0.2s; }
.section-nav a:hover { color: #fff; background: rgba(255, 255, 255, 0.06); }
.section-nav a.is-active { color: #fff; background: rgba(124, 58, 237, 0.25); }

/* ---------- FAQ + verdict ---------- */
.casino-faq, .casino-verdict { margin: 30px 15px; }
.casino-faq h2, .casino-verdict h2 { font-size: 24px; margin: 0 0 16px; color: #fff; }
.faq { display: grid; gap: 8px; }
.faq details { border: 1px solid var(--ui-border); border-radius: 12px; background: var(--ui-surface); overflow: hidden; transition: border-color 0.2s; }
.faq details[open] { border-color: rgba(124, 58, 237, 0.5); }
.faq summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 18px; cursor: pointer; font-weight: 600; color: #fff; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "\f078"; font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: 11px; color: var(--ui-muted); transition: transform 0.3s var(--ease-out); }
.faq details[open] summary::after { transform: rotate(180deg); color: var(--brand-second); }
.faq details > div { overflow: hidden; }
.faq details > div p { margin: 0; padding: 0 18px 18px; color: var(--ui-muted); line-height: 1.65; }
.casino-verdict { display: grid; grid-template-columns: 130px 1fr; gap: 24px; align-items: center; padding: 26px; border-radius: 18px; background: radial-gradient(80% 140% at 0% 0%, rgba(124, 58, 237, 0.25), transparent 60%), var(--ui-surface); border: 1px solid var(--ui-border-strong); }
.casino-verdict-score { display: flex; flex-direction: column; align-items: center; justify-content: center; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(135deg, var(--brand-main), var(--brand-second)); color: #fff; box-shadow: 0 20px 40px -14px var(--brand-glow); }
.casino-verdict-num { font: 900 40px/1 'Inter', sans-serif; letter-spacing: -0.03em; }
.casino-verdict-score span:last-child { font-size: 13px; opacity: 0.85; }
.casino-verdict-body p { margin: 0 0 10px; color: #c9cfdb; line-height: 1.65; }
.casino-verdict-meta { font-size: 13px; color: var(--ui-muted) !important; }
@media (max-width: 600px) { .casino-verdict { grid-template-columns: 1fr; text-align: center; } .casino-verdict-score { width: 120px; margin: 0 auto; } .casino-fact--pay { grid-column: span 1; } }

/* ---------- Rating ring + bars ---------- */
.score-ring { position: relative; width: 132px; height: 132px; margin: 0 auto 10px; }
.score-ring svg { width: 100%; height: 100%; }
.score-ring-bar { transition: stroke-dashoffset 1.4s cubic-bezier(0.2, 0.8, 0.2, 1); }
.score-ring-num { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; }
.score-ring-num b { font: 900 34px/1 'Inter', sans-serif; letter-spacing: -0.03em; }
.score-ring-num span { font-size: 12px; color: var(--ui-muted); }
.rating-bar { height: 6px; margin-top: 8px; border-radius: 6px; background: rgba(255, 255, 255, 0.08); overflow: hidden; }
.rating-bar span { display: block; height: 100%; width: 0; border-radius: inherit; background: linear-gradient(90deg, var(--brand-main), var(--brand-second)); transition: width 1.1s cubic-bezier(0.2, 0.8, 0.2, 1); }
.rating-bar.is-on span { width: var(--w); }
.space-organization-float-bar { transition: transform 0.4s var(--ease-out), opacity 0.3s; }
body:not(.float-bar-always) .space-organization-float-bar:not(.is-away) { transform: translateY(110%); opacity: 0; }

/* ---------- Bonus cards ---------- */
.offer-casino { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 10px; padding: 4px 10px 4px 4px; border-radius: 999px; background: rgba(255, 255, 255, 0.05); border: 1px solid var(--ui-border); color: var(--ui-text); font-size: 12px; font-weight: 600; text-decoration: none; transition: background-color 0.2s, transform 0.2s var(--ease-out); }
.offer-casino:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-2px); }
.offer-casino img { width: 22px; height: 22px; border-radius: 6px; object-fit: cover; }
.offer-terms { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin: 10px 0 2px; }
.offer-terms span { display: inline-flex; align-items: center; gap: 5px; padding: 4px 9px; border-radius: 7px; background: rgba(255, 255, 255, 0.05); border: 1px solid var(--ui-border); color: var(--ui-muted); font-size: 11.5px; }
.offer-terms i { color: var(--brand-second); font-size: 10px; }
.countdown { display: inline-flex; align-items: center; gap: 5px; margin-left: 8px; padding: 2px 8px; border-radius: 6px; background: rgba(124, 58, 237, 0.18); color: #d9c8ff; font-size: 11.5px; font-weight: 600; font-variant-numeric: tabular-nums; }
.countdown.is-soon { background: rgba(245, 158, 11, 0.18); color: #fbd38d; }
.countdown.is-urgent { background: rgba(239, 68, 68, 0.2); color: #fca5a5; animation: ui-label-pulse 1.6s ease-in-out infinite; }
.countdown.is-expired { background: rgba(255, 255, 255, 0.06); color: var(--ui-muted); }

/* ---------- News tabs ---------- */
.news-tabs { position: relative; display: flex; flex-wrap: wrap; gap: 4px; margin: 0 0 22px; padding: 5px; border-radius: 12px; background: var(--ui-surface); border: 1px solid var(--ui-border); }
.news-tabs [role="tab"] { position: relative; z-index: 1; padding: 9px 16px; border: 0; border-radius: 9px; background: transparent; color: var(--ui-muted); font: 600 13px 'Inter', sans-serif; cursor: pointer; transition: color 0.2s; }
.news-tabs [role="tab"]:hover, .news-tabs [aria-selected="true"] { color: #fff; }
.news-tabs-indicator { position: absolute; top: 5px; bottom: 5px; left: 0; border-radius: 9px; background: rgba(124, 58, 237, 0.3); box-shadow: inset 0 0 0 1px rgba(124, 58, 237, 0.5); transition: transform 0.35s var(--ease-out), width 0.35s var(--ease-out); }
.space-archive-loop-item[hidden] { display: none !important; }

/* ---------- Single post extras ---------- */
.read-time { margin-left: 10px; }
.share-bar { display: flex; align-items: center; gap: 8px; margin: 26px 0; padding: 14px 16px; border-radius: 12px; background: var(--ui-surface); border: 1px solid var(--ui-border); }
.share-bar > span { margin-right: 6px; font-size: 13px; font-weight: 600; color: var(--ui-muted); }
.share-bar a, .share-bar button { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 1px solid var(--ui-border-strong); border-radius: 10px; background: transparent; color: var(--ui-text); cursor: pointer; transition: background-color 0.2s, transform 0.2s var(--ease-out), color 0.2s; }
.share-bar a:hover, .share-bar button:hover { background: var(--brand-main); color: #fff; transform: translateY(-3px); }
.share-tip { position: absolute; bottom: calc(100% + 6px); left: 50%; transform: translate(-50%, 4px); padding: 4px 8px; border-radius: 6px; background: #2edd6c; color: #0f2b1a; font-size: 11px; font-weight: 700; opacity: 0; pointer-events: none; transition: opacity 0.2s, transform 0.2s; }
.is-copied .share-tip { opacity: 1; transform: translate(-50%, 0); }
.post-toc { margin: 0 0 24px; padding: 16px 20px; border-radius: 12px; background: var(--ui-surface); border: 1px solid var(--ui-border); }
.post-toc strong { display: block; margin-bottom: 8px; font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ui-muted); }
.post-toc ol { margin: 0; padding-left: 18px; color: #c9cfdb; }
.post-toc li.h3 { margin-left: 16px; font-size: 14px; }
.post-toc a { color: inherit; text-decoration: none; }
.post-toc a:hover { color: #fff; }
.next-article { position: fixed; right: 20px; bottom: 80px; z-index: 9990; display: flex; align-items: center; gap: 12px; width: min(340px, calc(100vw - 40px)); padding: 12px; border-radius: 14px; background: var(--ui-surface); border: 1px solid var(--ui-border-strong); box-shadow: var(--ui-shadow); color: var(--ui-text); text-decoration: none; transform: translateX(calc(100% + 30px)); transition: transform 0.5s var(--ease-out); }
.next-article.is-on { transform: none; }
.next-article img { width: 56px; height: 56px; border-radius: 10px; object-fit: cover; }
.next-article span { display: grid; gap: 2px; min-width: 0; }
.next-article small { color: var(--ui-muted); font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; }
.next-article b { font-size: 14px; line-height: 1.3; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.next-article i { margin-left: auto; color: var(--brand-second); transition: transform 0.2s; }
.next-article:hover i { transform: translateX(4px); }
@media (max-width: 1023px) { .next-article { bottom: 84px; } }

/* ---------- Footer copyright row: aligned ---------- */
.space-footer-copy .space-footer-ins { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; }
.space-footer-copy-left, .space-footer-copy-menu { float: none !important; width: auto !important; }
.space-footer-copy-left { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 14px; }
.space-footer-copy-menu ul { float: none !important; display: flex; gap: 22px; margin: 0; padding: 0; }
.space-footer-copy-menu ul li { float: none !important; margin: 0 !important; }
.rg-line { margin-left: 0; }
@media (max-width: 767px) { .space-footer-copy .space-footer-ins { flex-direction: column; text-align: center; } .space-footer-copy-left { justify-content: center; } }

/* ---------- Home: ranks + hero CTA ---------- */
.space-companies-2-archive-item { position: relative; }
.rank { position: absolute; top: -10px; left: 14px; z-index: 3; padding: 4px 9px; border-radius: 8px; background: var(--ui-surface-2); border: 1px solid var(--ui-border-strong); color: var(--ui-muted); font: 800 12px/1 'Inter', sans-serif; letter-spacing: -0.02em; }
.rank--top { background: linear-gradient(135deg, var(--brand-main), var(--brand-second)); border-color: transparent; color: #fff; box-shadow: 0 8px 20px -8px var(--brand-glow); }
.hero-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; padding: 12px 20px; border-radius: 10px; background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.2); color: #fff; font: 600 14px 'Inter', sans-serif; text-decoration: none; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); transition: background-color 0.2s, transform 0.2s var(--ease-out), gap 0.2s; }
.hero-cta, .hero-cta:hover, .space-page-content .hero-cta:hover { color: #fff !important; font-size: 14px !important; line-height: 1.2 !important; text-decoration: none !important; }
.hero-cta:hover { background: var(--brand-main); border-color: transparent; transform: translateY(-2px); gap: 12px; }
.space-news-8-items .owl-dots { position: absolute; left: 30px; bottom: 26px; display: flex; gap: 6px; }
.space-news-8-items .owl-dot span { display: block; width: 10px; height: 10px; border-radius: 999px; background: rgba(255, 255, 255, 0.35); }
.space-news-8-items .owl-dot.active span { width: 26px; background: var(--brand-second); }

/* ---------- Games: play overlay ---------- */
.space-units-archive-item-img a, .space-units-3-archive-item-img a { position: relative; display: block; }
.play-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(12, 13, 18, 0.35); opacity: 0; transition: opacity 0.3s; }
.play-overlay i { display: flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 50%; background: rgba(255, 255, 255, 0.92); color: var(--brand-main); font-size: 18px; padding-left: 4px; transform: scale(0.7); transition: transform 0.35s var(--ease-out); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); }
.space-units-archive-item:hover .play-overlay, .space-units-3-archive-item:hover .play-overlay { opacity: 1; }
.space-units-archive-item:hover .play-overlay i, .space-units-3-archive-item:hover .play-overlay i { transform: scale(1); animation: ui-glow 1.8s ease-in-out infinite; }

/* ---------- Provider logos: grey → colour ---------- */
.space-vendors-items img, .space-companies-2-archive-item-provider img { filter: grayscale(1) opacity(0.75); transition: filter 0.35s, transform 0.35s var(--ease-out); }
.space-vendors-items a:hover img, .space-companies-2-archive-item:hover .space-companies-2-archive-item-provider img { filter: none; transform: scale(1.05); }

/* ---------- 404 ---------- */
.notfound { max-width: 720px; margin: 0 auto; padding: 20px 0 60px; text-align: center; }
.notfound-code { display: flex; justify-content: center; gap: 10px; font: 900 120px/1 'Inter', sans-serif; letter-spacing: -0.06em; color: #fff; }
.notfound-reel { display: inline-block; font-size: 96px; animation: ui-reel-wobble 2.4s ease-in-out infinite; }
.notfound h2 { margin: 10px 0 8px; font-size: 26px; color: #fff; }
.notfound p { color: var(--ui-muted); margin: 0 0 22px; }
.notfound .search-page-form { margin-bottom: 18px; }
.notfound input.search-page-input { padding-left: 50px; }
.notfound .search-page-links { justify-content: center; }
@keyframes ui-reel-wobble { 0%, 100% { transform: rotate(-6deg); } 50% { transform: rotate(6deg) translateY(-6px); } }

/* ---------- Footer: responsible gambling strip ---------- */
.rg-strip { margin: 10px 0 0; }
.rg-strip-ins { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px 22px; padding: 18px 24px; border: 1px solid var(--ui-border-strong); border-radius: 14px; background: rgba(12, 13, 18, 0.6); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.rg-strip-text { margin: 0; max-width: 46ch; color: var(--ui-muted); font-size: 13px; line-height: 1.5; text-align: left; }
.rg-strip-text strong { color: #fff; }
.rg-strip-links { display: flex; flex-wrap: wrap; gap: 8px; }
.rg-strip-links a { display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: 999px; border: 1px solid var(--ui-border-strong); background: rgba(255, 255, 255, 0.04); color: #e6e8ee; font: 600 12.5px 'Inter', sans-serif; text-decoration: none; transition: background-color 0.2s, transform 0.2s var(--ease-out), border-color 0.2s; }
.rg-strip-links a i { font-size: 9px; opacity: 0.6; }
.rg-strip-links a:hover { background: rgba(124, 58, 237, 0.25); border-color: rgba(124, 58, 237, 0.6); color: #fff; transform: translateY(-2px); }
@media (max-width: 767px) { .rg-strip-ins { flex-direction: column; text-align: center; } .rg-strip-text { text-align: center; } .rg-strip-links { justify-content: center; } }
