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