:root{color-scheme:dark;--bg:#191a23;--panel:#292a35;--pink:#ff2183;--muted:#b6b6c0;--green:#2fc69a}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:#f7f7fa;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}a:focus-visible,summary:focus-visible{outline:3px solid var(--green);outline-offset:5px}a:hover{color:var(--pink)}header{background:#070913;position:sticky;top:0;z-index:20;border-bottom:1px solid #292a35}.header-inner-slate{min-height:72px;padding:14px 24px;display:flex;align-items:center;gap:30px;max-width:1760px;margin:auto}.logo-slate{width:211px;height:38px;object-fit:contain;display:block}.desktop-nav-slate{display:flex;align-items:center;gap:24px;margin:auto;font-size:14px;font-weight:800;text-transform:uppercase}.desktop-nav-slate a[aria-current=page]{color:var(--pink)}.actions-slate{display:flex;gap:8px}.cta-slate{display:inline-flex;align-items:center;justify-content:center;padding:11px 22px;border-radius:3px;background:var(--pink);font-size:14px;font-weight:800;text-transform:uppercase;line-height:1.4;min-height:44px;white-space:nowrap}.cta-slate:hover{background:#e51773;color:white}.cta-slate.green-slate{background:var(--green);color:#050916}.cta-slate.light-slate{background:#f7f7fa;color:#090b18}.mobile-menu-slate{display:none}.hero-slate{display:grid;grid-template-columns:minmax(0,4fr) minmax(240px,1fr);gap:8px;max-width:1760px;margin:auto}.banner-slate{display:block;position:relative;overflow:hidden;background:#160c45}.banner-slate img{width:100%;height:100%;object-fit:cover;display:block}.jackpot-slate{padding:12px 24px;background:#22232e;display:flex;flex-direction:column;justify-content:center;gap:9px}.jackpot-slate h2{color:var(--pink);text-align:center;font-size:clamp(20px,2vw,30px);margin:0 0 4px;font-weight:900}.jackpot-slate a{padding:8px 16px;border:1px solid #6d79b8;border-radius:4px;box-shadow:0 0 8px #627ae15c;display:flex;align-items:center;gap:15px;font-weight:800;font-size:18px}.jackpot-slate a:nth-of-type(2){border-color:#80bb87}.jackpot-slate a:nth-of-type(3){border-color:#c149be}.jackpot-slate a:nth-of-type(4){border-color:#b6a663}.jackpot-slate a span{font-size:26px;color:var(--pink)}.jackpot-slate a small{display:block;color:var(--muted);font-size:12px;font-weight:400}.wrap-slate{max-width:1690px;margin:auto;padding:0 36px}.categories-slate{display:flex;overflow:auto;gap:3px;margin:24px 0 20px;scrollbar-width:thin}.categories-slate a{background:var(--panel);padding:10px 20px;white-space:nowrap;font-weight:700;font-size:14px}.categories-slate span{color:var(--pink);margin-right:9px}.section-head-slate{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:18px 0 14px}.section-head-slate h2{margin:0;font-size:24px;font-weight:900;text-transform:uppercase}.section-head-slate>a{font-size:13px;font-weight:800;color:var(--pink)}.slots-slate{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.slot-slate{position:relative;display:block;border-radius:4px;overflow:hidden;aspect-ratio:1;background:#292a35}.slot-slate img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s}.slot-slate:hover img{transform:scale(1.045)}.slot-slate:after{content:'ГРАТИ';position:absolute;inset:auto 18% 12%;background:var(--pink);padding:7px;text-align:center;border-radius:3px;font-size:14px;font-weight:800;opacity:0;transition:opacity .2s}.slot-slate:hover:after,.slot-slate:focus-visible:after{opacity:1}.breadcrumbs-slate{display:flex;gap:10px;flex-wrap:wrap;color:var(--muted);font-size:14px;margin:26px 0}.breadcrumbs-slate a{color:var(--pink)}article{max-width:1180px;margin:52px auto 60px}article h1{font-size:clamp(28px,3.3vw,44px);line-height:1.16;letter-spacing:-.8px;margin:0 0 24px}article h2{font-size:28px;line-height:1.3;margin:40px 0 16px}article h3{font-size:21px;margin:26px 0 12px}article h4{font-size:18px;margin:24px 0 12px}article h5,article h6{font-size:16px;margin:20px 0 10px}article p,article li,article dd{color:#c7c7d0;line-height:1.8}article p{margin:0 0 18px}article a{color:var(--pink);text-decoration:underline;text-underline-offset:3px}article ul,article ol{padding-left:24px}article li{margin-bottom:9px}article strong,article dt{color:white}article blockquote{margin:26px 0;padding:22px 26px;border-left:4px solid var(--pink);background:#242530}article blockquote p:last-child{margin:0}article table{border-collapse:collapse;width:100%;margin:24px 0;table-layout:fixed}article th,article td{padding:15px 18px;border:1px solid #3c3d49;text-align:left;overflow-wrap:anywhere}article th{background:#2b2c38}article td{color:#c7c7d0}article hr{border:0;border-top:1px solid #3b3c48;margin:32px 0}article mark{background:#ff218329;color:#ff75b1}article code,article pre{background:#10111a;border-radius:4px;padding:3px 6px;overflow:auto}article pre{padding:16px}article img{max-width:100%;height:auto}article figure{margin:24px 0}article figcaption,article small{font-size:14px;color:var(--muted)}article details{border:1px solid #3b3c48;border-radius:5px;background:#21222d;margin:10px 0}article summary{cursor:pointer;padding:19px 22px;font-weight:700;list-style:none;display:flex;justify-content:space-between;gap:20px}article summary:after{content:'+';color:var(--pink);font-size:24px;line-height:1}article details[open] summary:after{content:'−'}article details>div{padding:0 22px 4px}footer{background:#070913;margin-top:40px}.footer-grid-slate{max-width:1250px;padding:58px 28px 38px;margin:auto;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:42px}.footer-grid-slate p{font-size:14px;color:#a6a6b2;line-height:1.8}.footer-grid-slate h3{font-size:18px;margin:0 0 18px}.footer-grid-slate nav{display:grid;gap:12px;align-content:start;color:#b5b5c0}.footer-grid-slate .logo-slate{width:175px;height:auto;margin-bottom:24px}.store-links-slate{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.store-links-slate a{border:1px solid #b5b5c0;padding:10px 14px;border-radius:7px;font-size:13px}.footer-bottom-slate{border-top:1px solid #3a3c48;max-width:1194px;margin:auto;padding:26px;display:flex;justify-content:center;gap:32px;color:#a6a6b2;align-items:center;font-weight:700}.age-slate{display:inline-grid;place-items:center;border:2px solid #858592;border-radius:50%;width:48px;height:48px;flex-shrink:0;color:white}.responsible-slate{background:#1c1d27;text-align:center;padding:38px 24px;font-size:clamp(17px,2vw,23px);text-transform:uppercase}.copyright-slate{text-align:center;padding:24px 20px 115px;font-size:12px;color:#a6a6b2}.catfish-slate{position:fixed;bottom:16px;left:50%;width:min(940px,calc(100% - 32px));transform:translate(-50%,160%);visibility:hidden;transition:transform .3s,visibility .3s;display:flex;align-items:center;gap:22px;padding:16px 24px;border:1px solid #ff218380;background:linear-gradient(110deg,#24102d,#151421 70%);border-radius:12px;box-shadow:0 8px 40px #0009;z-index:30}.catfish-slate.show-slate{transform:translate(-50%,0);visibility:visible}.catfish-slate .logo-slate{width:150px;height:auto}.catfish-copy-slate{margin-right:auto;line-height:1.35}.catfish-copy-slate strong{display:block;font-size:20px}.catfish-copy-slate small{color:#c6bccd;font-size:13px}.catfish-close-slate{font-size:26px;line-height:1;color:#c6bccd;padding:6px}.page-intro-slate{padding:32px;margin:28px 0;background:linear-gradient(110deg,#35122c,#202231);border-left:4px solid var(--pink);display:flex;align-items:center;justify-content:space-between;gap:20px}.page-intro-slate p{margin:0;color:#c7c7d0}.page-intro-slate strong{display:block;color:white;font-size:24px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
@media(min-width:1800px){.hero-slate{margin-top:16px}}@media(max-width:1200px){.desktop-nav-slate{gap:14px;font-size:12px}.header-inner-slate{gap:20px}.header-inner-slate .logo-slate{width:170px;height:auto}.jackpot-slate{padding:12px}.jackpot-slate a{font-size:15px;padding:5px 12px}.slots-slate{grid-template-columns:repeat(5,minmax(0,1fr))}.footer-grid-slate{gap:26px}.wrap-slate{padding:0 24px}}@media(max-width:950px){.desktop-nav-slate{display:none}.actions-slate{margin-left:auto}.mobile-menu-slate{display:block}.mobile-menu-slate summary{cursor:pointer;list-style:none;font-size:28px;line-height:1;padding:5px}.mobile-menu-slate summary::-webkit-details-marker{display:none}.mobile-menu-slate nav{position:absolute;left:0;right:0;top:100%;background:#0c0e19;padding:20px 24px;display:grid;grid-template-columns:1fr 1fr;gap:15px;border-bottom:2px solid var(--pink);box-shadow:0 15px 30px #0008}.mobile-menu-slate nav a{padding:6px;font-size:15px}.hero-slate{grid-template-columns:1fr}.jackpot-slate{display:none}.slots-slate{grid-template-columns:repeat(4,minmax(0,1fr))}.footer-grid-slate{grid-template-columns:1.4fr 1fr}.catfish-slate .logo-slate{width:120px}.catfish-copy-slate strong{font-size:17px}}@media(max-width:600px){.header-inner-slate{padding:12px;gap:10px;min-height:66px}.header-inner-slate .logo-slate{width:122px}.cta-slate{font-size:12px;padding:10px 13px}.actions-slate{gap:5px}.mobile-menu-slate summary{font-size:25px;padding:3px}.banner-slate{aspect-ratio:1.9}.banner-slate img{width:160%;max-width:none;height:100%;object-fit:cover;object-position:center;transform:translateX(-18%)}.wrap-slate{padding:0 14px}.categories-slate{margin:16px 0;gap:4px}.categories-slate a{padding:9px 13px;font-size:12px}.section-head-slate h2{font-size:21px}.section-head-slate>a{font-size:12px}.slots-slate{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.slot-slate:after{font-size:11px;inset:auto 10% 8%}article{margin:36px auto 40px}article h2{font-size:24px}article th,article td{padding:10px;font-size:14px}article blockquote{padding:17px}.footer-grid-slate{grid-template-columns:1fr 1fr;padding:36px 20px;gap:30px 20px}.footer-grid-slate>div:first-child{grid-column:1/-1}.footer-grid-slate nav{font-size:14px}.footer-bottom-slate{gap:14px;font-size:12px}.catfish-slate{width:calc(100% - 20px);bottom:10px;padding:13px 12px;gap:10px;border-radius:8px}.catfish-slate .logo-slate{display:none}.catfish-copy-slate strong{font-size:15px}.catfish-copy-slate small{font-size:12px;display:block}.catfish-slate .cta-slate{padding:12px 10px}.catfish-close-slate{padding:0 2px;font-size:23px}.page-intro-slate{padding:22px;flex-direction:column;align-items:flex-start}.page-intro-slate strong{font-size:21px}.responsible-slate{padding:30px 20px}.mobile-menu-slate nav{max-height:calc(100dvh - 70px);overflow:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
@media(max-width:600px){.banner-slate{aspect-ratio:auto}.banner-slate img{width:100%;height:auto;transform:none;object-fit:contain}}
@media(max-width:380px){.header-inner-slate{gap:7px;padding:10px}.header-inner-slate .logo-slate{width:100px}.header-inner-slate .cta-slate{font-size:11px;padding:10px}.mobile-menu-slate summary{font-size:23px}.catfish-slate{gap:7px}.catfish-copy-slate strong{font-size:14px}.catfish-copy-slate small{font-size:11px}.catfish-slate .cta-slate{font-size:11px;padding:11px 8px}}
@media(min-width:951px){.hero-slate{height:clamp(260px,21vw,350px)}.banner-slate{min-height:0}.banner-slate img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.jackpot-slate{min-height:0;gap:8px;padding:10px 18px}.jackpot-slate h2{font-size:clamp(18px,1.65vw,28px);white-space:nowrap;line-height:1.3;margin:0 0 4px}.jackpot-slate a{font-size:16px;line-height:1.2;padding:6px 12px;flex:1}.jackpot-slate a small{line-height:1.2;margin-top:3px}.jackpot-slate a span{font-size:24px}}

:root{--bg:#17202c;--panel:#293746;--pink:#fd368b;--green:#7eaed7}
.hero-slate{max-width:1600px;margin:16px auto;border:1px solid #445465;border-radius:4px;overflow:hidden}.jackpot-slate{background:#253646}.categories-slate{padding:8px;background:#202e3e;border-radius:8px}.categories-slate a{background:transparent;border-radius:4px}.categories-slate a:hover{background:#33475a}.slot-slate{border-radius:4px;border:1px solid #4a5a6c}.section-head-slate{padding-bottom:10px;border-bottom:2px solid #7eaed7}.cta-slate.green-slate{background:#7eaed7}article details{border-color:#42586e;background:#202d3d}article blockquote{border-color:#7eaed7;background:#223446}.catfish-slate{background:#172b3f;border-color:#7eaed7}.footer-grid-slate{gap:32px}@media(min-width:951px){.slots-slate{grid-template-columns:repeat(5,minmax(0,1fr))}.catfish-slate{left:20px;width:730px;transform:translate(0,160%)}.catfish-slate.show-slate{transform:translate(0,0)}}
article{overflow-wrap:anywhere}article a{overflow-wrap:anywhere}.hero-slate,.wrap-slate{min-width:0}.banner-slate img{object-fit:cover}.footer-grid-slate>div{min-width:0}.categories-slate{scrollbar-width:thin}.catfish-copy-slate{min-width:0}.slot-slate:focus-visible{outline-offset:-4px}.jackpot-slate a{min-width:0}.jackpot-slate a small{white-space:normal}.mobile-menu-slate nav{background:var(--bg)}
@media(max-width:950px){.hero-slate{margin:12px 14px 0}.banner-slate img{height:auto}.jackpot-slate{display:none}.slots-slate{grid-template-columns:repeat(4,minmax(0,1fr))}.desktop-nav-slate{display:none}}
@media(max-width:600px){.hero-slate{margin:10px 12px 0;border-radius:8px}.slots-slate{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.categories-slate{padding:0 0 6px;max-width:100%}.section-head-slate{padding-left:8px;padding-right:6px}.section-head-slate h2{font-size:18px;letter-spacing:0}.section-head-slate>a{font-size:11px;padding:4px}.footer-bottom-slate{justify-content:center;flex-wrap:wrap}.catfish-slate{left:50%;right:auto;transform:translate(-50%,160%);width:calc(100% - 20px);bottom:10px}.catfish-slate.show-slate{transform:translate(-50%,0)}.catfish-copy-slate{margin-right:auto}.catfish-copy-slate strong{font-size:14px}.catfish-copy-slate small{font-size:11px}.catfish-slate .cta-slate{font-size:11px}.header-inner-slate{gap:7px}.header-inner-slate .logo-slate{width:112px}.header-inner-slate .cta-slate{padding:10px;font-size:11px}.footer-grid-slate{gap:25px 16px}article h1{font-size:28px}article h2{font-size:23px}}
@media(max-width:380px){.header-inner-slate .logo-slate{width:94px}.header-inner-slate{padding:10px 8px}.header-inner-slate .cta-slate{padding:10px 8px}.catfish-slate{padding:12px 9px;gap:6px}.catfish-slate .cta-slate{padding:10px 7px}.catfish-copy-slate strong{font-size:13px}}

.top-categories{max-width:1500px;margin:18px auto 6px;padding-left:20px;padding-right:20px}footer>.page-intro-slate{max-width:1194px;margin:0 auto;padding:28px}

article table p{margin:0 0 8px}article table p:last-child{margin-bottom:0}article th{vertical-align:top}article td{vertical-align:top}article details [itemprop="text"]{padding:0}article details [itemprop="text"] p:last-child{margin-bottom:14px}article nav[aria-label="Пов’язані матеріали"]{border-top:1px solid var(--panel);margin-top:32px;padding-top:8px}article nav[aria-label="Пов’язані матеріали"] ul{display:flex;gap:10px 28px;flex-wrap:wrap;padding-left:20px}@media(max-width:600px){article table{display:block;overflow-x:auto;table-layout:auto;width:100%;scrollbar-width:thin}article th,article td{min-width:135px;max-width:250px;padding:12px;font-size:14px}article table th:first-child,article table td:first-child{min-width:120px}article h1{overflow-wrap:anywhere}article nav[aria-label="Пов’язані матеріали"] ul{display:block}}
