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