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