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