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