:root{--bg:#0a0a0b;--header:#1a1a1e;--orange:#ff7a18;--orange-2:#ff9d3c;--text:#f7f4f1;--muted:#9d968f;--ink:#1a0d02;--line:rgba(255, 122, 24, 0.16);--fill:rgba(255, 255, 255, 0.035);--grad:linear-gradient(180deg, var(--orange-2), var(--orange));--scroll-offset:102px}html{scroll-behavior:smooth;scroll-padding-top:var(--scroll-offset)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.6 system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;-webkit-tap-highlight-color:transparent}header{position:sticky;top:0;z-index:40;height:90px;padding:8px 20px;border-bottom:1px solid var(--line);background:var(--header)}header>div{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;width:min(100%,1120px);height:100%;margin:0 auto}header>div>a,header>div>div{position:relative;z-index:3}header>div>a{justify-self:start}header img{display:block;height:50px;width:auto}#nav{display:flex;gap:4px;width:430px;height:45px;padding:4px;border:1px solid var(--line);border-radius:11px;background:var(--fill)}#nav a,#nav>div .btn-go,#nav>div .btn-reg,header>div>div .btn-go,header>div>div .btn-reg,header>div>div a{display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.btn-go,.btn-reg{cursor:pointer;font-family:inherit;appearance:none}.btn-go::after,.btn-go::before,.btn-reg::after,.btn-reg::before{content:none}.btn-go{border:1px solid var(--line);background:var(--fill);color:var(--orange-2)}.btn-go:hover{border-color:rgba(255,122,24,.35);color:#ffb066}.btn-reg{border:1px solid transparent;background:var(--grad);color:var(--ink)}.btn-reg:hover{background:linear-gradient(180deg,#ffb066,var(--orange-2));color:var(--ink)}#nav a{flex:1;min-width:0;height:100%;padding:0 14px;border-radius:8px;color:var(--muted)}#nav a:hover{color:var(--text)}#nav a[aria-current=page]{color:var(--ink);background:var(--grad)}#nav>div,main>div{display:none}header>div>div{justify-self:end;display:flex;align-items:center;gap:10px}header>div>div .btn-go,header>div>div .btn-reg,header>div>div a{min-width:110px;min-height:40px;padding:0 16px;border-radius:11px}header button[aria-controls=nav]{display:none;position:relative;width:30px;height:30px;margin-right:-5px;padding:0;background:linear-gradient(var(--orange-2) 0 0) center/20px 2px no-repeat}header button[aria-controls=nav]::after,header button[aria-controls=nav]::before{content:"";position:absolute;top:50%;left:50%;width:20px;height:2px;margin-left:-10px;background:var(--orange-2)}header button[aria-controls=nav]::before{margin-top:-7px}header button[aria-controls=nav]::after{margin-top:5px}header button[aria-controls=nav][aria-expanded=true]{background:0 0}header button[aria-controls=nav][aria-expanded=true]::after,header button[aria-controls=nav][aria-expanded=true]::before{margin-top:-1px}header button[aria-controls=nav][aria-expanded=true]::before{transform:rotate(45deg)}header button[aria-controls=nav][aria-expanded=true]::after{transform:rotate(-45deg)}main img{display:block;width:100%;height:auto;background:#000}main>picture img{aspect-ratio:1280/598;object-fit:cover;background:#131316}@media (min-width:641px){main>picture img{aspect-ratio:1920/613}}#highlights{padding:18px 20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#131316}#highlights>div{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;width:min(100%,1120px);margin:0 auto}#highlights>div>div{display:flex;align-items:center;gap:12px;height:66px;padding:0 16px;border:1px solid var(--line);border-radius:11px;background:var(--fill)}#highlights img{width:34px;height:34px;object-fit:contain;background:0 0;filter:brightness(0) saturate(100%) invert(72%) sepia(60%) saturate(1200%) hue-rotate(346deg) brightness(100%) contrast(101%)}#highlights>div>div>div>span{display:block;color:var(--muted);font-size:12px;line-height:1.3}#highlights>div>div>div>span:last-child{margin-top:2px;color:var(--orange-2);font-size:15px;font-weight:700}#providers{padding:18px 20px;background:var(--bg)}#providers>div{display:grid;grid-template-columns:minmax(168px,210px) minmax(0,1fr) minmax(168px,210px);gap:16px;align-items:stretch;width:min(100%,1120px);margin:0 auto;padding:16px;border:1px solid var(--line);border-radius:20px;background:#131316}#providers>div>img{width:100%;height:100%;object-fit:cover;border:1px solid var(--line);border-radius:14px;background:#111114}#providers ul{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:0;padding:0;list-style:none}#providers li{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#111114;transition:border-color .25s ease}#providers li:has(.btn-reg:focus-visible),#providers li:has(.btn-reg:hover),#providers li:has(a:focus-visible),#providers li:has(a:hover){border-color:rgba(255,122,24,.35)}#providers li .btn-reg,#providers li a{display:block;width:100%;min-width:0;padding:0;border:0;border-radius:0;background:0 0;color:inherit}#providers li .btn-reg:hover{border-color:transparent;color:inherit}#providers li .btn-reg:focus-visible,#providers li a:focus-visible{outline:0}#providers li img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;background:#0d0d10}#providers li>span{padding:10px 6px 12px;border-top:1px solid var(--line);font-size:13px;font-weight:700;line-height:1.25;text-align:center;white-space:nowrap;user-select:text;cursor:text}#app{padding:48px 20px 56px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:radial-gradient(700px 280px at 50% 0,rgba(255,255,255,.05),transparent 70%),#131316}#app>div{width:min(100%,720px);margin:0 auto;text-align:center}#app>div>span:first-of-type{display:inline-flex;align-items:center;gap:8px;height:28px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:var(--fill);color:var(--orange-2);font-size:11px;font-weight:700}#app>div>span:nth-of-type(2){display:block;margin:18px 0 0;font-size:clamp(24px, 4vw, 36px);font-weight:700;line-height:1.2}#app>div>span:last-of-type{display:block;margin:12px auto 0;color:var(--muted);font-size:15px;line-height:1.6}#app>div>.btn-reg{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:48px;margin-top:24px;padding:0 28px;border-radius:11px;font-size:14px;font-weight:700;transition:background .25s ease}#app>div>.btn-reg:focus-visible{outline:0}#article{padding:36px 20px;background:var(--bg)}#article>div{width:min(100%,1120px);margin:0 auto}#article h1{margin:0 0 18px;font-size:clamp(24px, 3.2vw, 32px);font-weight:700;line-height:1.25}#article h2{margin:28px 0 14px;font-size:clamp(20px, 2.5vw, 26px);font-weight:700;line-height:1.3}#article h2:first-child{margin-top:0}#article p{margin:0 0 14px;color:var(--muted);line-height:1.7}#article p:last-child{margin-bottom:0}#article a{color:var(--orange-2);font-weight:600;text-decoration:none;transition:color .15s ease}#article a:focus-visible,#article a:hover{color:var(--orange)}#article h3{margin:20px 0 10px;font-size:clamp(18px, 2.2vw, 22px);font-weight:700;line-height:1.3}#article .article-lead{margin-bottom:18px;color:var(--muted);font-size:15px;line-height:1.75}#article .article-toc{margin:24px 0 32px}#article [id]{scroll-margin-top:var(--scroll-offset)}#article .article-toc-label{margin:0 0 14px;color:var(--orange);font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}#article .article-toc-tree{margin:0;padding:20px 20px 20px 28px;border:1px solid var(--line);border-radius:12px;background:var(--fill);color:var(--muted);font-size:14px;line-height:1.65}#article .article-toc-tree ol{margin:8px 0 0;padding-left:18px}#article .article-toc-tree li+li{margin-top:6px}#article .article-block+.article-block{margin-top:36px}#article .article-cards{display:grid;gap:16px;margin-top:18px}@media (min-width:768px){#article .article-cards{grid-template-columns:repeat(2,minmax(0,1fr))}#article .article-cards:has(> .article-card:nth-child(3):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}}#article .article-card{padding:18px 20px;border:1px solid var(--line);border-radius:12px;background:var(--fill)}#article .article-card h3:first-child{margin-top:0}#article .article-tag{display:inline-block;margin-bottom:8px;padding:4px 10px;border-radius:999px;background:rgba(255,122,24,.12);color:var(--orange);font-size:12px;font-weight:700;letter-spacing:.03em}#article .article-table-wrap{overflow-x:auto;margin-top:18px;border:1px solid var(--line);border-radius:12px;background:var(--fill)}#article .article-table{width:100%;min-width:520px;border-collapse:collapse;font-size:14px;line-height:1.6}#article .article-table td,#article .article-table th{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}#article .article-table th{background:rgba(255,122,24,.1);color:var(--text);font-weight:700}#article .article-table td:first-child{color:var(--orange-2);font-weight:600;white-space:nowrap}#article .article-table tr:last-child td{border-bottom:0}#article .article-faq{display:grid;gap:10px;margin-top:18px}#article .article-faq-item{border:1px solid var(--line);border-radius:12px;background:var(--fill);overflow:hidden}#article .article-faq-item summary{padding:16px 18px;color:var(--text);font-weight:600;cursor:pointer;list-style:none}#article .article-faq-item summary::-webkit-details-marker{display:none}#article .article-faq-item summary::after{content:"+";float:right;color:var(--orange);font-size:18px;font-weight:700;line-height:1}#article .article-faq-item[open] summary::after{content:"−"}#article .article-faq-item[open] summary{border-bottom:1px solid var(--line)}#article .article-faq-item p{margin:0;padding:14px 18px 16px}#article:has(+ #providers){padding:48px 20px 56px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:radial-gradient(700px 280px at 50% 0,rgba(255,255,255,.05),transparent 70%),#131316}#article:has(+ #providers)>div{width:min(100%,1120px);text-align:center}#article:has(+ #providers) h1{margin:0;font-size:clamp(24px, 4vw, 36px);line-height:1.2}#article:has(+ #providers) p{margin:12px 0 0;font-size:15px;line-height:1.6}main>#article:has(+ #contact-cta),main>#article:only-child{padding:0;background:var(--bg)}main>#article:has(+ #contact-cta)>div:first-child,main>#article:only-child>div:first-child{width:100%;max-width:none;margin:0;padding:48px 0 56px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:radial-gradient(700px 280px at 50% 0,rgba(255,255,255,.05),transparent 70%),#131316;text-align:center}main>#article:has(+ #contact-cta)>div:first-child h1,main>#article:has(+ #contact-cta)>div:first-child p,main>#article:only-child>div:first-child h1,main>#article:only-child>div:first-child p{width:min(100%,1120px);margin-inline:auto;padding-inline:20px;box-sizing:border-box}main>#article:has(+ #contact-cta)>div:first-child h1,main>#article:only-child>div:first-child h1{margin-top:0;margin-bottom:0;font-size:clamp(24px, 4vw, 36px);line-height:1.2}main>#article:has(+ #contact-cta)>div:first-child p,main>#article:only-child>div:first-child p{margin-top:12px;font-size:15px;line-height:1.6}main>#article:has(+ #contact-cta)>div:last-child,main>#article:only-child>div:last-child{width:min(100%,1120px);margin:0 auto;padding:36px 20px}#contact-cta{display:flex;flex-direction:column;align-items:center;gap:16px;padding:0 20px 48px;background:var(--bg);text-align:center}#contact-cta>span{color:var(--muted);font-size:15px;line-height:1.6}#contact-cta>.btn-reg{display:inline-flex;align-items:center;justify-content:center;min-width:240px;min-height:48px;padding:0 28px;border-radius:11px;font-size:14px;font-weight:700;transition:background .25s ease}#contact-cta>.btn-reg:focus-visible{outline:0}footer{padding:0 20px;background:var(--header);border-top:1px solid var(--line)}footer>div:first-child{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,2fr) minmax(0,1.15fr);gap:32px 28px;align-items:start;width:min(100%,1120px);margin:0 auto;padding:40px 0 32px}footer>div:first-child>div{min-width:0}footer>div:first-child>div:first-child>a+span{display:block;margin:12px 0 16px;color:var(--muted);font-size:13px;line-height:1.65}footer>div:first-child>div:first-child>a{display:inline-flex}footer>div:first-child>div:first-child>a img{display:block;width:192px;height:42px;aspect-ratio:1280/280}footer>div:first-child>div:nth-child(2)>span:first-child,footer>div:first-child>div:nth-child(3)>span:first-child{display:block;margin:0 0 14px;color:var(--orange-2);font-size:12px;font-weight:700;line-height:1.2;text-transform:uppercase}footer ul{list-style:none;margin:0;padding:0}footer>div:first-child>div:first-child ul{display:flex;flex-wrap:wrap;gap:8px;align-items:center}footer>div:first-child>div:first-child ul a{display:block;flex:none;width:32px;height:32px}footer>div:first-child>div:first-child ul img{display:block;width:32px;height:32px;max-width:32px;max-height:32px;object-fit:contain}footer>div:first-child>div:nth-child(2) ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}footer>div:first-child>div:nth-child(2) li{display:flex;align-items:center;justify-content:center;min-height:44px;padding:4px 8px;border:1px solid var(--line);border-radius:8px;background:var(--fill)}footer>div:first-child>div:nth-child(2) img{display:block;width:100%;height:auto;max-height:36px;aspect-ratio:160/48;object-fit:contain;opacity:.88}footer>div:first-child>div:last-child>div:first-of-type{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:14px}footer>div:first-child>div:last-child>div:first-of-type span{display:flex;align-items:center;justify-content:center;min-width:0;height:30px;padding:0 6px;border:1px solid var(--line);border-radius:8px;background:var(--fill);color:var(--muted);font-size:10px;font-weight:700;white-space:nowrap}footer>div:first-child>div:last-child>div:last-of-type{display:flex;align-items:center;gap:8px;margin-bottom:6px}footer>div:first-child>div:last-child>div:last-of-type>span:first-child{flex:none;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#ffc107;color:#111;font-size:11px;font-weight:800}footer>div:first-child>div:last-child>div:last-of-type>span:last-child{flex:1;min-width:0;margin:0;color:var(--muted);font-size:11px;font-weight:400;line-height:1.45}footer>div:last-child{display:flex;align-items:center;justify-content:space-between;gap:16px;width:min(100%,1120px);margin:0 auto;padding:18px 0 24px;border-top:1px solid var(--line)}footer>div:last-child span{margin:0;color:var(--muted);font-size:12px;line-height:1.5}#mobile-nav{display:none}body.nav-open{overflow:hidden}body::before{content:"";position:fixed;inset:0;z-index:39;background:rgba(0,0,0,.55);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}body.nav-open::before{opacity:1;visibility:visible;pointer-events:auto}body.resizing #nav,body.resizing::before{transition:none}@media (max-width:1100px) and (min-width:981px){footer>div:first-child{grid-template-columns:1fr 1fr;gap:24px 20px}footer>div:first-child>div:first-child,footer>div:first-child>div:nth-child(2){grid-column:1/-1}}@media (max-width:980px){:root{--scroll-offset:77px}header{height:65px;padding:0 20px}header>div{position:relative;display:flex;justify-content:flex-end}header>div>a{position:absolute;left:50%;transform:translateX(-50%)}#nav{position:fixed;top:65px;right:0;bottom:0;z-index:1;flex-direction:column;width:60%;height:auto;padding:20px 20px 28px;border:0;border-radius:0;background:var(--header);visibility:hidden;transform:translateX(100%);transition:transform .25s ease,visibility .25s}#nav.open{visibility:visible;transform:none}#nav a{flex:none;justify-content:flex-start;height:42px;padding:0 10px;font-size:14px}#nav a[aria-current=page]{color:var(--orange-2);background:rgba(255,122,24,.12)}#nav>div{display:flex;flex-direction:column;gap:12px;margin:-20px -20px 12px;padding:20px;background:rgba(255,255,255,.06)}#nav>div .btn-go,#nav>div .btn-reg,#nav>div a,main>div .btn-go,main>div .btn-reg{justify-content:center;font-size:15px}#nav>div .btn-go,#nav>div .btn-reg,#nav>div a{width:100%;min-height:48px;padding:0 16px;border-radius:8px;box-sizing:border-box}header>div>div .btn-go,header>div>div .btn-reg,header>div>div a{display:none}header button[aria-controls=nav]{display:block}main>div{display:grid;grid-template-columns:1fr 1fr}main>div .btn-go,main>div .btn-reg{display:inline-flex;align-items:center;height:48px;font-weight:700}main>div .btn-go{background:#2f2f33;color:var(--orange-2)}main>div .btn-go:hover{border-color:rgba(255,122,24,.35);color:#ffb066}#providers>div{grid-template-columns:1fr;gap:12px;padding:12px;border-radius:16px}#providers>div>img{display:none}#providers ul{gap:12px}footer>div:first-child{grid-template-columns:1fr;gap:24px;padding:28px 0 24px}footer>div:first-child>div:first-child{grid-column:auto}footer>div:first-child>div:first-child>a+span{max-width:none}footer>div:last-child{flex-direction:column;align-items:flex-start;padding:16px 0 calc(20px + 64px + env(safe-area-inset-bottom))}#mobile-nav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;top:auto;right:0;bottom:0;left:0;z-index:45;width:auto;height:64px;padding:6px 8px calc(6px + env(safe-area-inset-bottom));border:0;border-top:1px solid var(--line);border-radius:0;background:var(--header);visibility:visible;transform:none}#mobile-nav .btn-go,#mobile-nav .btn-reg,#mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:0;min-height:0;padding:0;border:0;border-radius:0;background:0 0;color:var(--muted);font-size:10px;font-weight:600;transition:color .2s ease}#mobile-nav .btn-go:focus-visible,#mobile-nav .btn-go:hover,#mobile-nav .btn-reg:focus-visible,#mobile-nav .btn-reg:hover,#mobile-nav a:focus-visible,#mobile-nav a:hover,#mobile-nav a[aria-current=page]{color:var(--orange-2);outline:0}#mobile-nav img{display:block;width:22px;height:0;padding-top:22px;overflow:hidden;background-color:currentColor;box-sizing:border-box;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;transition:background-color .2s ease}#mobile-nav>:first-child img{mask-image:url("/images/button/home.svg");-webkit-mask-image:url("/images/button/home.svg")}#mobile-nav>:nth-child(2) img{mask-image:url("/images/button/login.svg");-webkit-mask-image:url("/images/button/login.svg")}#mobile-nav>:nth-child(3) img{mask-image:url("/images/button/register.svg");-webkit-mask-image:url("/images/button/register.svg")}#mobile-nav>:nth-child(4) img{mask-image:url("/images/button/games.svg");-webkit-mask-image:url("/images/button/games.svg")}#mobile-nav>:nth-child(5) img{mask-image:url("/images/button/contact.svg");-webkit-mask-image:url("/images/button/contact.svg")}}@media (max-width:640px){header{padding:0 14px}header img{height:38px}#highlights{padding:12px 18px}#highlights>div{grid-template-columns:1fr 1fr;gap:8px}#highlights>div>div{gap:10px;height:58px;padding:0 12px}#highlights img{width:28px;height:28px}#highlights>div>div>div>span:first-child{font-size:11px}#highlights>div>div>div>span:last-child{font-size:13px}#providers{padding:12px 18px}#providers>div{gap:8px;padding:12px;border-radius:14px}#providers ul{gap:8px}#providers li{border-radius:12px}#providers li>span{padding:8px 2px 10px;font-size:clamp(8px, 2.4vw, 11px)}#app{padding:36px 14px 44px}#app>div>span:last-of-type{font-size:14px}#app>div>a{min-width:200px;min-height:44px}#article{padding:24px 18px}#article h1{margin-bottom:14px;font-size:22px}#article p{font-size:14px;line-height:1.65}#article:has(+ #providers){padding:36px 14px 44px}#article:has(+ #providers) p{font-size:14px;line-height:1.65}main>#article:has(+ #contact-cta)>div:first-child,main>#article:only-child>div:first-child{padding:36px 0 44px}main>#article:has(+ #contact-cta)>div:first-child h1,main>#article:has(+ #contact-cta)>div:first-child p,main>#article:only-child>div:first-child h1,main>#article:only-child>div:first-child p{padding-inline:18px}main>#article:has(+ #contact-cta)>div:first-child p,main>#article:only-child>div:first-child p{font-size:14px;line-height:1.65}main>#article:has(+ #contact-cta)>div:last-child,main>#article:only-child>div:last-child{padding:24px 18px}#contact-cta{padding:0 18px 36px}#contact-cta>span{font-size:14px}#contact-cta>.btn-reg{width:100%;max-width:420px;min-width:0}#article h2{margin-top:22px;font-size:20px}#article h3{font-size:18px}#article .article-toc{margin:20px 0 28px}#article .article-toc-tree{padding:16px 16px 16px 22px;font-size:13px}#article .article-block+.article-block{margin-top:28px}#article .article-table{min-width:480px;font-size:13px}#article .article-table td,#article .article-table th{padding:12px 14px}footer{padding:0 18px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}#providers li,body::before{transition:none}}