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