:root{--bg-top:#12294a;--bg-bot:#0b1c33;--panel:#16304e;--panel-2:#193a5e;--panel-dark:#102338;--line:#294a6e;--green:#8bc34a;--green-2:#7cb342;--green-ink:#10233a;--gold:#f4c453;--blue:#3a8ee6;--heading:#fff;--text:#e7eef6;--muted:#9fb3c9;--radius:14px;--radius-sm:10px;--shadow:0 12px 34px rgba(0,0,0,.34);--shadow-soft:0 6px 18px rgba(0,0,0,.26);--maxw:1080px;--font:'Noto Sans JP',-apple-system,BlinkMacSystemFont,'Segoe UI','Hiragino Kaku Gothic ProN','Yu Gothic',Meiryo,sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);font-size:16px;line-height:1.85;color:var(--text);background:linear-gradient(180deg,var(--bg-top),var(--bg-bot)) fixed;background-color:var(--bg-bot)}img{max-width:100%;display:block}a{color:var(--green);text-decoration:none}._container{max-width:var(--maxw);margin:0 auto;padding:0 20px}._container.narrow{max-width:820px}h1,h2,h3{line-height:1.4;font-weight:700;color:var(--heading)}[id]{scroll-margin-top:76px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font);font-weight:700;font-size:15px;line-height:1;border:none;cursor:pointer;border-radius:9px;padding:14px 26px;transition:transform .15s,box-shadow .2s,background .2s;text-align:center}.btn-sm{padding:9px 17px;font-size:13.5px}.btn-lg{padding:16px 34px;font-size:16px}.btn-green{background:var(--green);color:var(--green-ink);box-shadow:0 8px 20px rgba(139,195,74,.28)}.btn-green:hover{background:var(--green-2);transform:translateY(-2px);color:var(--green-ink)}.header{position:sticky;top:0;z-index:100;background:rgba(11,27,50,.92);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.08)}.header__inner{display:flex;align-items:center;gap:20px;height:60px}.header__logo img{height:26px;width:auto}.header__nav{display:flex;gap:2px;margin-left:auto}.header__link{color:var(--muted);font-size:14px;font-weight:500;padding:8px 12px;border-radius:7px;white-space:nowrap;transition:background .2s,color .2s}.header__link:hover{background:rgba(255,255,255,.07);color:#fff}.header__cta{flex-shrink:0}.burger{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:8px;margin-left:auto}.burger span{width:24px;height:2px;background:#fff;border-radius:2px;transition:.3s}.hero{padding:56px 0 60px;border-bottom:1px solid rgba(255,255,255,.06)}.hero__inner{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}.hero__copy h1{font-size:clamp(26px,3.6vw,38px);font-weight:900;margin-bottom:18px;color:#fff}.hero__copy p{color:var(--muted);font-size:16px;margin-bottom:26px}.hero__media img{width:100%;max-width:480px;margin:0 auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.45))}.section-wrapper{padding:52px 0}.section-title{text-align:center;font-size:clamp(22px,3vw,30px);font-weight:900;color:#fff;margin-bottom:14px;position:relative;padding-bottom:14px}.section-title:after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:56px;height:3px;border-radius:2px;background:var(--green)}.section-lead{text-align:center;color:var(--muted);max-width:760px;margin:0 auto 30px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:26px}.feature-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:24px 20px;text-align:center;box-shadow:var(--shadow-soft)}.feature-card__icon{font-size:30px;width:58px;height:58px;margin:0 auto 14px;border-radius:14px;background:rgba(244,196,83,.12);display:flex;align-items:center;justify-content:center}.feature-card__title{font-size:16px;color:#fff;margin-bottom:8px}.feature-card__text{font-size:14px;color:var(--muted);line-height:1.7}.columns__container{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:26px}.compare-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:22px 24px;box-shadow:var(--shadow-soft)}.compare-card__title{font-size:17px;color:var(--green);margin-bottom:8px}.compare-card__text{font-size:14.5px;color:var(--muted);line-height:1.8}.bonus-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:26px}.bonus-card{display:flex;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.bonus-card__media{flex:0 0 40%;background:var(--panel-dark)}.bonus-card__media img{width:100%;height:100%;object-fit:cover}.bonus-card__body{padding:22px;display:flex;flex-direction:column;gap:10px}.bonus-card__title{font-size:17px;color:#fff}.bonus-card__text{font-size:14px;color:var(--muted);line-height:1.75;flex:1}.bonus-card__btn{align-self:flex-start}.sport-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:16px;margin-top:8px}.sport-clean{text-align:center}.sport-clean__icon{width:64px;height:64px;margin:0 auto 10px;border-radius:50%;background:var(--panel);border:1px solid var(--line);display:flex;align-items:center;justify-content:center}.sport-clean__icon img{width:38px;height:38px;object-fit:contain}.sport-clean__name{font-size:13px;color:#fff;font-weight:700}.sport-clean__count{font-size:11.5px;color:var(--muted);margin-top:2px}.table-wrap{overflow-x:auto;border-radius:var(--radius);box-shadow:var(--shadow-soft);border:1px solid var(--line);margin-top:8px}.pay-table{width:100%;border-collapse:collapse;background:var(--panel);font-size:14.5px;min-width:560px}.pay-table thead th{background:var(--panel-dark);color:#fff;text-align:left;padding:14px 18px;font-weight:700;font-size:14px}.pay-table thead th:nth-child(2),.pay-table thead th:nth-child(3){text-align:center}.pay-table tbody td{padding:13px 18px;border-top:1px solid var(--line);color:var(--text)}.pay-table tbody td:nth-child(2),.pay-table tbody td:nth-child(3){text-align:center;font-weight:700}.pay-table td.yes{color:var(--green)}.pay-table td.no{color:#e5686d}.step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:26px}.step-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:24px 20px;text-align:center;box-shadow:var(--shadow-soft)}.step-card__number{width:34px;height:34px;margin:0 auto 12px;border-radius:50%;background:var(--green);color:var(--green-ink);font-weight:900;display:flex;align-items:center;justify-content:center}.step-card__title{font-size:15.5px;color:#fff;margin-bottom:6px}.step-card__text{font-size:13.5px;color:var(--muted);line-height:1.7}.steps-cta{text-align:center;margin-top:30px}.app-list{list-style:none;max-width:640px;margin:0 auto 26px;display:flex;flex-direction:column;gap:10px}.app-list li{position:relative;padding-left:30px;color:var(--text)}.app-list li:before{content:"\2713";position:absolute;left:0;top:2px;width:20px;height:20px;border-radius:50%;background:rgba(139,195,74,.18);color:var(--green);font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center}.info-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:22px 26px;box-shadow:var(--shadow-soft)}.info-banner__text{display:flex;flex-direction:column;gap:4px}.info-banner__text strong{color:#fff;font-size:16px}.info-banner__text span{color:var(--muted);font-size:13.5px}.games{padding:52px 0}.game-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:26px}.game-card{position:relative;border-radius:12px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-soft);aspect-ratio:301/180}.game-card__img{width:100%;height:100%;object-fit:cover}.game-card__overlay{position:absolute;inset:0;background:rgba(11,27,50,.55);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.game-card:hover .game-card__overlay{opacity:1}.game-card__play{width:46px;height:46px;border-radius:50%;background:var(--green);color:var(--green-ink);display:flex;align-items:center;justify-content:center;font-size:16px;padding-left:3px}.final-cta__inner{text-align:center;background:var(--panel);border:1px solid var(--line);border-radius:20px;padding:44px 26px;box-shadow:var(--shadow)}.final-cta .section-title{margin-bottom:12px}.faq{padding:52px 0}.faq__list{display:flex;flex-direction:column;gap:12px;margin-top:24px}.faq__item{background:var(--panel);border:1px solid var(--line);border-radius:12px;overflow:hidden}.faq__question{list-style:none;cursor:pointer;padding:18px 22px;font-size:15.5px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px}.faq__question::-webkit-details-marker{display:none}.faq__chev{width:11px;height:11px;border-right:2px solid var(--green);border-bottom:2px solid var(--green);transform:rotate(45deg);transition:transform .2s;flex-shrink:0}.faq__item[open] .faq__chev{transform:rotate(-135deg)}.faq__answer{padding:0 22px 18px;color:var(--muted)}.faq__answer p{margin:0;line-height:1.85}.footer2{background:#0a1930;border-top:1px solid rgba(255,255,255,.08);padding:40px 0 28px;color:var(--muted)}.footer2__top{display:flex;align-items:flex-start;gap:26px;flex-wrap:wrap;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.1)}.footer2__logo img{height:26px}.footer2__about{font-size:13.5px;color:var(--muted);line-height:1.8;max-width:640px}.footer2__links{display:flex;flex-wrap:wrap;gap:10px 24px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.1)}.footer2__links a{color:var(--muted);font-size:14px}.footer2__links a:hover{color:#fff}.footer2__rg{display:flex;align-items:center;gap:14px;padding:18px 0 10px;font-size:13px;color:var(--muted)}.rg-badge{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:2px solid var(--green);color:var(--green);font-weight:800;font-size:12px;flex-shrink:0}.footer2__copy{font-size:12.5px;color:rgba(255,255,255,.4)}.text-block{max-width:900px;margin:0 auto}.text-block p{margin-bottom:16px;line-height:1.95;color:#cdd9e8;font-size:15.5px}.text-block p:last-child{margin-bottom:0}.text-block h3{color:#fff;font-size:18px;margin:26px 0 10px}.text-block .dot-list{list-style:none;margin:8px 0 16px;display:flex;flex-direction:column;gap:9px}.text-block .dot-list li{position:relative;padding-left:22px;color:#cdd9e8;line-height:1.8}.text-block .dot-list li:before{content:"";position:absolute;left:2px;top:11px;width:7px;height:7px;border-radius:50%;background:var(--green)}.section-wrapper.tinted{background:rgba(255,255,255,.022)}@media (max-width:960px){.feature-grid,.step-grid{grid-template-columns:repeat(2,1fr)}.sport-grid{grid-template-columns:repeat(4,1fr)}.game-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:820px){.header__nav{display:none;position:fixed;top:60px;left:0;right:0;bottom:0;background:#0a1930;flex-direction:column;gap:0;padding:14px 20px;overflow-y:auto}.header__nav.open{display:flex}.header__link{padding:15px 6px;border-bottom:1px solid rgba(255,255,255,.1);font-size:16px}.header__cta{display:none}.burger{display:flex}.hero__inner{grid-template-columns:1fr;gap:26px}.hero__media{order:-1}.columns__container,.bonus-grid{grid-template-columns:1fr}.bonus-card{flex-direction:column}.bonus-card__media{flex:none;height:180px}}@media (max-width:560px){.section-wrapper,.games,.faq{padding:40px 0}.feature-grid,.step-grid,.sport-grid,.game-grid{grid-template-columns:repeat(2,1fr)}.info-banner{flex-direction:column;align-items:stretch;text-align:center}.info-banner__btn,.hero__cta,.final-cta__btn{width:100%}}@media (prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}.lang-switcher{position:relative;margin-left:14px}.lang-switcher__btn{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:#fff;font-weight:700;font-size:13px;letter-spacing:.5px;padding:8px 12px;border-radius:8px;cursor:pointer}.lang-switcher__btn:hover{border-color:var(--green)}.lang-switcher__chev{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-1px);transition:.15s}.lang-switcher.open .lang-switcher__chev{transform:rotate(-135deg) translateY(-2px)}.lang-switcher__menu{position:absolute;top:calc(100% + 8px);right:0;min-width:150px;background:#0e2244;border:1px solid rgba(255,255,255,.14);border-radius:10px;box-shadow:0 14px 34px rgba(0,0,0,.45);padding:6px;display:none;z-index:90}.lang-switcher.open .lang-switcher__menu{display:block}.lang-switcher__menu a{display:block;padding:9px 12px;border-radius:7px;color:#dbe7f5;font-size:14px;font-weight:600}.lang-switcher__menu a:hover{background:rgba(139,195,74,.14);color:#fff}@media(max-width:900px){.lang-switcher{margin-left:auto}}.text-block ul:not(.dot-list),.text-block ol{margin:8px 0 16px 4px;display:flex;flex-direction:column;gap:9px}.text-block ul:not(.dot-list) li{position:relative;padding-left:22px;color:#cdd9e8;line-height:1.8;list-style:none}.text-block ul:not(.dot-list) li:before{content:"";position:absolute;left:2px;top:11px;width:7px;height:7px;border-radius:50%;background:var(--green)}.text-block ol{counter-reset:tbol;list-style:none}.text-block ol li{position:relative;padding-left:30px;color:#cdd9e8;line-height:1.8;counter-increment:tbol}.text-block ol li:before{content:counter(tbol);position:absolute;left:0;top:2px;width:20px;height:20px;border-radius:50%;background:var(--green);color:#0c1f3d;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center}