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