@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
:root{--ou_bg:#06091a;--ou_accent:#f59e0b;--ou_red:#f87171;--ou_surface:rgba(13,19,48,1);--ou_accent-soft:rgba(245,158,11,.1);--ou_text:rgb(255,251,235);--ou_accent2:#d97706;--ou_line:rgb(30,40,80);--ou_muted:#9ca3af;--ou_accent-glow:rgba(245,158,11,.3);--ou_surface2:rgba(20,27,61,1);--ou_silver:#e2e8f0}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}
body.ou-body{color:var(--ou_text);font-size:15px;line-height:1.75;margin:0;font-family:'Poppins',sans-serif;background:var(--ou_bg);isolation:auto;user-select:auto;outline-offset:0}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}
.ou-wrap{margin:0 auto;width:min(1180px,calc(100% - 32px))}
.ou-shell{padding-bottom:80px}
.ou-mast{background:rgba(6,9,26,.97);border-bottom:1px solid var(--ou_line);position:sticky;top:0;backdrop-filter:blur(14px);z-index:100}
.ou-mast__inner{align-items:center;gap:14px;display:flex;justify-content:space-between;padding:10px 0}
.ou-brand{gap:10px;flex-shrink:0;align-items:center;display:flex}
.ou-brand img{object-fit:contain;width:auto;max-width:160px;height:34px}
.ou-brand span{font-weight:700;font-size:1.1rem;color:var(--ou_accent)}
.ou-nav{flex-wrap:wrap;display:flex;gap:0}
.ou-nav a{font-weight:500;transition:all .15s;color:var(--ou_muted);border-radius:6px;padding:6px 12px;font-size:.82rem}
.ou-nav a:hover,.ou-nav a[aria-current]{color:var(--ou_accent);background:var(--ou_accent-soft)}
.ou-mast__ctas{gap:8px;display:flex;flex-shrink:0}
.ou-btn{display:inline-flex;font-size:.87rem;transition:all .15s;align-items:center;border-radius:6px;justify-content:center;border:none;font-weight:600;white-space:nowrap;padding:9px 20px;gap:6px;cursor:pointer}
.ou-btn--primary{background:linear-gradient(135deg,var(--ou_accent),var(--ou_accent2));color:#000}.ou-btn--primary:hover{box-shadow:0 0 24px var(--ou_accent-glow);transform:translateY(-1px)}
.ou-btn--outline{border:1px solid var(--ou_line);color:var(--ou_text);background:transparent}.ou-btn--outline:hover{border-color:var(--ou_accent);color:var(--ou_accent)}
.ou-btn--lg{font-size:.94rem;padding:13px 30px}.ou-btn--block{justify-content:center;width:100%}
.ou-menu-btn{padding:7px;justify-content:center;display:none;flex-direction:column;gap:5px;background:none;flex-shrink:0;color:var(--ou_text);border:none;border-radius:6px;cursor:pointer}
.ou-menu-btn span{width:22px;background:currentColor;transition:transform .25s,opacity .25s;display:block;height:2px;border-radius:2px}
.ou-menu-btn[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.ou-menu-btn[aria-expanded=true] span:nth-child(2){opacity:0}
.ou-menu-btn[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.ou-mob-menu{padding:14px 0;display:none;background:rgba(6,9,26,.99);border-top:1px solid var(--ou_line)}
.ou-mob-menu.is-open{display:block}
.ou-mob-nav{display:flex;flex-direction:column;gap:2px;margin-bottom:12px}
.ou-mob-nav a{padding:12px 14px;border-radius:6px;transition:all .15s;font-weight:500;color:var(--ou_muted);display:block;font-size:.9rem}
.ou-mob-nav a:hover,.ou-mob-nav a[aria-current]{color:var(--ou_accent);background:var(--ou_accent-soft)}
.ou-breadcrumb{border-bottom:1px solid var(--ou_line);font-size:.79rem;background:var(--ou_surface);padding:9px 0}
.ou-breadcrumb ol{gap:6px;flex-wrap:wrap;margin:0;display:flex;padding:0;list-style:none}
.ou-breadcrumb li{color:var(--ou_muted)}.ou-breadcrumb li+li::before{margin-right:4px;content:'›'}
.ou-breadcrumb a{color:var(--ou_accent)}.ou-breadcrumb li:last-child{color:var(--ou_text)}
.ou-hero{padding:60px 0 48px;border-bottom:1px solid var(--ou_line);position:relative;overflow:hidden;text-align:center}
.ou-hero::before{pointer-events:none;position:absolute;content:'';inset:0;background:radial-gradient(ellipse 90% 70% at 50% -20%,rgba(245,158,11,.1) 0%,transparent 60%)}
.ou-hero__logo-h{justify-content:center;display:flex;margin:0 auto 14px}
.ou-hero__logo-h img{object-fit:contain;width:auto;max-height:70px;max-width:300px;height:auto}
.ou-hero__logo-sq{justify-content:center;margin:0 auto 24px;display:flex}
.ou-hero__logo-sq img{border-radius:12px;object-fit:contain;height:220px;width:220px;border:2px solid rgba(245,158,11,.3)}
.ou-hero__badge{color:#000;align-items:center;font-weight:700;display:inline-flex;text-transform:uppercase;font-size:.7rem;padding:4px 16px;background:linear-gradient(135deg,var(--ou_accent),var(--ou_accent2));letter-spacing:.08em;border-radius:4px;gap:6px;margin-bottom:18px}
.ou-hero h1{line-height:1.15;margin:0 0 14px;max-width:700px;margin-left:auto;font-size:clamp(1.8rem,4vw,3rem);font-weight:700;margin-right:auto}
.ou-hero h1 .ou-hl{color:var(--ou_accent)}
.ou-hero__sub{margin:0 auto 28px;color:var(--ou_muted);font-size:1rem;max-width:560px;line-height:1.7}
.ou-hero__actions{justify-content:center;display:flex;margin-bottom:36px;flex-wrap:wrap;gap:10px}
.ou-hero__stats{gap:36px;flex-wrap:wrap;border-top:1px solid var(--ou_line);display:flex;padding-top:26px;justify-content:center}
.ou-hstat{text-align:center}
.ou-hstat__val{color:var(--ou_accent);font-size:1.6rem;display:block;font-weight:800}
.ou-hstat__label{font-size:.72rem;color:var(--ou_muted)}
.ou-trust{gap:8px;padding:14px 0;display:flex;justify-content:center;border-bottom:1px solid var(--ou_line);flex-wrap:wrap}
.ou-badge{padding:5px 12px;display:inline-flex;background:var(--ou_surface);gap:5px;border-radius:4px;border:1px solid var(--ou_line);color:var(--ou_muted);font-size:.78rem;font-weight:600;align-items:center}
.ou-badge--gold{border-color:rgba(245,158,11,.25);background:var(--ou_accent-soft);color:var(--ou_accent)}
.ou-section{padding:52px 0;border-bottom:1px solid var(--ou_line)}
.ou-section--alt{background:var(--ou_surface)}
.ou-section__head{margin-bottom:28px}
.ou-kicker{letter-spacing:.12em;display:block;margin:0 0 8px;color:var(--ou_accent);text-transform:uppercase;font-size:.7rem;font-weight:700}
.ou-section__head h2{font-weight:700;font-size:clamp(1.3rem,3vw,2rem);margin:0 0 8px}
.ou-section__head p{color:var(--ou_muted);font-size:.93rem;margin:0}
.ou-grid{gap:14px;display:grid}
.ou-grid--3{grid-template-columns:repeat(3,1fr)}.ou-grid--2{grid-template-columns:repeat(2,1fr)}
.ou-card{background:var(--ou_surface);padding:22px;border-radius:10px;transition:all .2s;border:1px solid var(--ou_line)}
.ou-card:hover{border-color:var(--ou_accent);box-shadow:0 4px 20px rgba(245,158,11,.1)}
.ou-card__hex{justify-content:center;border:1px solid rgba(245,158,11,.2);margin-bottom:14px;border-radius:10px;font-size:1.5rem;align-items:center;height:52px;background:var(--ou_accent-soft);display:flex;width:52px}
.ou-card h3{font-size:.95rem;font-weight:600;margin:0 0 6px}
.ou-card p{line-height:1.65;margin:0;font-size:.86rem;color:var(--ou_muted)}
.ou-games{gap:10px;grid-template-columns:repeat(4,1fr);display:grid}
.ou-game{overflow:hidden;border-radius:10px;position:relative;background:var(--ou_surface);border:1px solid var(--ou_line);aspect-ratio:3/4}
.ou-game img{height:100%;object-fit:cover;width:100%}
.ou-game__badge{font-weight:700;border-radius:3px;top:8px;text-transform:uppercase;padding:3px 9px;font-size:.67rem;letter-spacing:.06em;position:absolute;left:8px}
.ou-game__badge--pop{color:#000;background:var(--ou_accent)}
.ou-game__badge--new{color:#fff;background:rgb(16,185,129)}
.ou-game__badge--hot{color:#fff;background:rgba(239,68,68,1)}
.ou-imgrid{gap:10px;display:grid;grid-template-columns:repeat(3,1fr)}
.ou-imgcard{margin:0;overflow:hidden;aspect-ratio:16/9;background:var(--ou_surface2);border-radius:10px}
.ou-imgcard img{width:100%;height:100%;transition:transform .4s;object-fit:cover}
.ou-imgcard:hover img{transform:scale(1.05)}
.ou-page-img{border-radius:10px;background:var(--ou_surface2);margin:0 0 28px;overflow:hidden;aspect-ratio:16/9}
.ou-page-img img{height:100%;object-fit:cover;width:100%}
.ou-vip{border-radius:12px;overflow:hidden;border:1px solid var(--ou_line)}
.ou-vip table{border-collapse:collapse;width:100%}
.ou-vip th{text-transform:uppercase;color:#000;letter-spacing:.07em;background:linear-gradient(135deg,var(--ou_accent),var(--ou_accent2));padding:12px 16px;font-weight:700;font-size:.8rem}
.ou-vip td{padding:12px 16px;color:var(--ou_muted);border-bottom:1px solid var(--ou_line);font-size:.87rem}
.ou-vip tr:nth-child(even) td{background:var(--ou_surface)}
.ou-vip td:first-child{color:var(--ou_text);font-weight:600}
.ou-steps{flex-direction:column;gap:0;display:flex}
.ou-step{padding:18px 0;border-bottom:1px solid var(--ou_line);display:flex;gap:16px}
.ou-step:last-child{border-bottom:none}
.ou-step__num{font-weight:700;align-items:center;height:38px;border-radius:6px;flex-shrink:0;font-size:.9rem;justify-content:center;width:38px;display:flex;background:linear-gradient(135deg,var(--ou_accent),var(--ou_accent2));color:rgba(0,0,0,1)}
.ou-step__body h3{margin:0 0 4px;font-size:.95rem;font-weight:600}
.ou-step__body p{color:var(--ou_muted);margin:0;font-size:.87rem}
.ou-faq{gap:6px;flex-direction:column;display:flex}
.ou-faq__item{border-radius:8px;border:1px solid var(--ou_line);background:var(--ou_surface);overflow:hidden}
.ou-faq__item summary{padding:14px 18px;list-style:none;align-items:center;display:flex;font-weight:600;gap:12px;justify-content:space-between;color:var(--ou_text);font-size:.9rem;cursor:pointer}
.ou-faq__item summary::-webkit-details-marker{display:none}
.ou-faq__item summary::after{color:var(--ou_accent);flex-shrink:0;font-weight:400;content:'+';font-size:1.1rem}
.ou-faq__item[open]{border-color:rgba(245,158,11,.3)}.ou-faq__item[open] summary::after{content:'−'}
.ou-faq__item[open] summary{color:var(--ou_accent)}
.ou-faq__answer{line-height:1.75;color:var(--ou_muted);font-size:.87rem;padding:12px 18px 14px;border-top:1px solid var(--ou_line);margin:0}
.ou-payments{display:flex;gap:8px;flex-wrap:wrap}
.ou-pay-item{border-radius:5px;color:var(--ou_text);background:var(--ou_surface);padding:7px 14px;font-weight:600;font-size:.84rem;border:1px solid var(--ou_line)}
.ou-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.ou-review{padding:20px;background:var(--ou_surface);border-radius:10px;border:1px solid var(--ou_line)}
.ou-review__stars{font-size:.9rem;margin-bottom:8px;color:var(--ou_accent)}
.ou-review__text{line-height:1.65;color:var(--ou_muted);font-style:italic;font-size:.86rem;margin:0 0 12px}
.ou-review__author strong{font-size:.87rem;font-weight:600}.ou-review__author span{font-size:.77rem;color:var(--ou_muted);display:block}
.ou-ctasection{border-radius:12px;text-align:center;border:1px solid rgba(245,158,11,.25);background:linear-gradient(135deg,rgba(245,158,11,.12),rgba(217,119,6,.06));padding:48px 40px;margin:52px 0}
.ou-ctasection h2{font-size:clamp(1.4rem,3vw,2.1rem);font-weight:700;margin:0 0 10px}
.ou-ctasection p{color:var(--ou_muted);margin:0 0 26px}
.ou-footer{border-top:1px solid var(--ou_line);background:var(--ou_surface);padding:44px 0 20px}
.ou-footer__grid{grid-template-columns:2fr 1fr 1fr;display:grid;margin-bottom:28px;gap:40px}
.ou-footer__logo{width:auto;margin-bottom:14px;height:80px;max-width:200px;object-fit:contain}
.ou-footer__brand{font-size:.95rem;margin-bottom:8px;color:var(--ou_accent);font-weight:700}
.ou-footer__blurb{line-height:1.7;color:var(--ou_muted);font-size:.84rem}
.ou-footer__heading{font-weight:700;margin:0 0 12px;color:var(--ou_muted);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}
.ou-footer__links{flex-direction:column;gap:8px;display:flex}
.ou-footer__links a{font-size:.84rem;color:var(--ou_muted);transition:color .15s}.ou-footer__links a:hover{color:var(--ou_accent)}
.ou-footer__bottom{flex-wrap:wrap;justify-content:space-between;display:flex;border-top:1px solid var(--ou_line);gap:8px;padding-top:18px;align-items:center}
.ou-footer__copy{color:var(--ou_muted);margin:0;font-size:.77rem}
.ou-legal{max-width:760px}
.ou-legal h2{font-weight:700;margin:28px 0 8px;color:var(--ou_accent);font-size:1.05rem}
.ou-legal p,.ou-legal li{line-height:1.8;font-size:.91rem;color:var(--ou_muted)}
.sf-sticky-cta{display:flex;bottom:0;backdrop-filter:blur(8px);left:0;border-top:1px solid var(--ou_line);z-index:200;gap:12px;right:0;padding:10px 16px;position:fixed;align-items:center;justify-content:space-between;background:rgba(6,9,26,.97)}
.sf-sticky-cta__meta strong{font-size:.9rem;font-weight:700;display:block}.sf-sticky-cta__meta span{color:var(--ou_muted);font-size:.76rem}
.sf-sticky-cta__button{padding:10px 22px;border-radius:6px;flex-shrink:0;font-weight:700;font-size:.87rem;background:linear-gradient(135deg,var(--ou_accent),var(--ou_accent2));color:#000}
@media(max-width:768px){
  .ou-nav{display:none}.ou-mast__ctas{display:none}.ou-menu-btn{display:flex}
  .ou-hero__logo-h img{max-height:54px;max-width:220px}.ou-hero__logo-sq img{width:180px;height:180px}
  .ou-grid--3,.ou-grid--2{grid-template-columns:1fr}.ou-games{grid-template-columns:repeat(2,1fr)}
  .ou-reviews{grid-template-columns:1fr}.ou-footer__grid{gap:22px;grid-template-columns:1fr}
  .ou-imgrid{grid-template-columns:1fr}.ou-hero__actions{flex-direction:column}
  .ou-ctasection{padding:28px 18px}.ou-hero__stats{gap:20px}.ou-vip{overflow-x:auto}
}
@media(min-width:769px) and (max-width:1024px){
  .ou-grid--3{grid-template-columns:repeat(2,1fr)}.ou-reviews{grid-template-columns:repeat(2,1fr)}.ou-games{grid-template-columns:repeat(3,1fr)}
}
.ou-stats-bar{border-bottom:1px solid var(--ou_line);background:var(--ou_surface);padding:14px 0}
.ou-stats-row{display:flex;gap:32px;flex-wrap:wrap;justify-content:center}
.ou-stat{text-align:center}
.ou-stat__val{font-weight:800;color:var(--ou_accent);font-size:1.5rem;line-height:1}
.ou-stat__label{font-size:.72rem;margin-top:2px;text-transform:uppercase;letter-spacing:.06em;color:var(--ou_muted)}
.ou-cats-h{padding:16px 0;flex-wrap:wrap;gap:16px;display:flex}
.ou-cat-item{align-items:center;gap:8px;border-radius:8px;border:1px solid var(--ou_line);display:flex;background:var(--ou_surface);padding:10px 16px}
.ou-cat-icon{font-size:1.4rem}
.ou-cat-name{font-size:.9rem;font-weight:700;display:block}
.ou-cat-count{font-size:.75rem;color:var(--ou_muted);display:block}
.ou-asym-grid{margin-bottom:16px;gap:16px;grid-template-columns:2fr 1fr 1fr;display:grid}
.ou-asym-grid--flip{grid-template-columns:1fr 1fr 2fr}
.ou-asym-card{background:var(--ou_surface);padding:24px;border-radius:12px;border:1px solid var(--ou_line)}
.ou-asym-card--wide{padding:28px}
.ou-feat-icon{margin-bottom:12px;font-size:1.8rem;display:block}
.ou-asym-card h3{font-size:1rem;margin:0 0 8px;font-weight:700}
.ou-asym-card p{margin:0;color:var(--ou_muted);line-height:1.7;font-size:.87rem}
.ou-table-wrap{border-radius:12px;border:1px solid var(--ou_line);overflow-x:auto}
.ou-table{border-collapse:collapse;width:100%;background:var(--ou_surface)}
.ou-table th{font-size:.78rem;letter-spacing:.06em;text-align:left;color:var(--ou_muted);padding:12px 16px;text-transform:uppercase;border-bottom:1px solid var(--ou_line)}
.ou-table td{font-size:.9rem;vertical-align:middle;padding:14px 16px;border-bottom:1px solid var(--ou_line)}
.ou-table tr:last-child td{border-bottom:none}
.ou-tbl-icon{margin-right:6px}
.ou-tbl-val{font-size:1.1rem;color:var(--ou_accent);font-weight:800}
.ou-btn--sm{font-size:.8rem;padding:6px 14px;border-radius:6px}
.ou-about-split{display:grid;grid-template-columns:1fr 220px;align-items:start;gap:40px}
.ou-about-aside{display:flex;flex-direction:column;gap:10px}
.ou-aside-item{gap:10px;display:flex;align-items:center;border-radius:10px;background:var(--ou_surface);font-weight:600;padding:12px 14px;border:1px solid var(--ou_line);font-size:.88rem}
.ou-aside-ico{font-size:1.2rem;flex-shrink:0}
.ou-featured-quote{padding:32px;margin:0;background:var(--ou_surface);border-radius:16px;border:1px solid var(--ou_line)}
.ou-fq-stars{font-size:1.2rem;color:var(--ou_gold,#f59e0b);margin-bottom:10px}
.ou-fq-text{margin:0 0 14px;line-height:1.8;font-style:italic;font-size:1.05rem;color:var(--ou_text)}
.ou-featured-quote cite{color:var(--ou_muted);font-style:normal;font-size:.88rem}
.ou-faq-2col{grid-template-columns:1fr 1fr;gap:24px;display:grid}
.ou-faq-q{font-weight:700;margin:0 0 8px;font-size:.95rem}
.ou-faq-a{color:var(--ou_muted);line-height:1.75;font-size:.88rem;margin:0}
@media(max-width:768px){.ou-asym-grid,.ou-asym-grid--flip{grid-template-columns:1fr}.ou-about-split{grid-template-columns:1fr}.ou-faq-2col{grid-template-columns:1fr}.ou-stats-row{gap:16px}.ou-cats-h{gap:8px}}
:where(footer,[class*='-footer']){position:relative;z-index:1;overflow:visible}
:where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar']){min-width:0}
:where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar'])>*{min-width:0;max-width:100%}
:where([class*='footer__brandblock'],[class*='footer__summary'],[class*='footer__meta'],[class*='footer__copy'],[class*='footer__warn'],[class*='linkstack']){overflow-wrap:anywhere;word-break:break-word}
@media(max-width:760px){
  .sf-has-sticky-cta :where([class*='-shell']),.sf-has-sticky-cta main{padding-bottom:calc(140px + env(safe-area-inset-bottom,0px)) !important}
  .sf-has-sticky-cta main~footer,.sf-has-sticky-cta :where(footer,[class$='-footer']){padding-bottom:calc(112px + env(safe-area-inset-bottom,0px)) !important}
  :where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar']){display:grid !important;grid-template-columns:1fr !important;align-items:start !important;gap:16px !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){gap:10px;flex-direction:column;text-align:left;display:flex;align-items:flex-start}
  :where([class*='footer__brand']){margin-bottom:12px;clear:both;max-width:110px;float:none !important;max-height:110px}
}


.sf-related-articles{border:1px solid rgba(148,163,184,.24);padding:clamp(18px,3vw,28px);margin:clamp(28px,5vw,56px) auto;border-radius:24px;max-width:1120px;background:rgba(255,255,255,.06);box-shadow:0 16px 45px rgba(15,23,42,.08)}
.sf-related-articles h2{margin:0 0 8px;line-height:1.2;font-size:clamp(1.35rem,2.5vw,2rem)}
.sf-related-articles>p{line-height:1.65;margin:0 0 18px;opacity:.78}
.sf-related-articles__list{list-style:none;padding:0;margin:0;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid;gap:14px}
.sf-related-articles__item{padding:0;list-style:none;margin:0}
.sf-related-articles__link{border-radius:18px;border:1px solid rgba(148,163,184,.18);background:rgba(255,255,255,.08);display:flex;color:inherit;transition:transform .18s ease,border-color .18s ease,background .18s ease;flex-direction:column;padding:16px;min-height:100%;gap:7px;text-decoration:none}
.sf-related-articles__link:hover{border-color:rgba(59,130,246,.45);background:rgba(255,255,255,.13);transform:translateY(-2px)}
.sf-related-articles__type{font-size:.72rem;font-weight:700;padding:3px 9px;text-transform:uppercase;letter-spacing:.04em;color:inherit;border-radius:999px;width:max-content;opacity:.88;background:rgba(59,130,246,.14)}
.sf-related-articles strong{font-size:1rem;line-height:1.35}
.sf-related-articles small{line-height:1.45;font-size:.88rem;opacity:.72}
@media(max-width:640px){.sf-related-articles{margin:28px 12px;padding:16px;border-radius:18px}.sf-related-articles__list{grid-template-columns:1fr}.sf-related-articles__link{padding:14px}}
