:root{--bg:#0a0d16;--sidebar-bg:#0b0e17;--topbar-bg:rgba(10, 13, 22, 0.85);--surface:#141a2b;--surface-2:#1a2138;--text:#f5f7ff;--muted:#8b93ab;--accent:#ef4b5f;--accent-btn:#c92a49;--accent-2:#7c5cff;--accent-3:#22c55e;--accent-4:#f4923a;--border:rgba(255, 255, 255, 0.08);--shadow:0 18px 35px rgba(0, 0, 0, 0.35)}:root[data-theme=light]{--bg:#f3f4f9;--sidebar-bg:#ffffff;--topbar-bg:rgba(255, 255, 255, 0.9);--surface:#ffffff;--surface-2:#eef0f8;--text:#12131a;--muted:#5c6178;--border:rgba(15, 17, 30, 0.1);--shadow:0 18px 35px rgba(20, 20, 40, 0.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;transition:background .2s ease,color .2s ease}img{max-width:100%;display:block}.icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.app{display:flex;min-height:100vh;align-items:stretch}.main{flex:1;min-width:0;display:flex;flex-direction:column}.sidebar{width:250px;flex-shrink:0;background:var(--sidebar-bg);border-right:1px solid var(--border);position:sticky;top:0;height:100vh;overflow-y:auto;z-index:40;transition:transform 220ms ease,background .2s ease}.sidebar-scroll{display:flex;flex-direction:column;min-height:100%;padding:1.5rem 1.1rem 1.25rem}.brand{display:flex;align-items:center;gap:.5rem;color:var(--text);text-decoration:none;font-size:1.15rem;font-weight:800;letter-spacing:.03em;margin-bottom:1.5rem}.brand-logo-wrap{display:inline-flex;align-items:center;line-height:0}.brand-logo-img{height:60px;width:auto;display:block}.sidebar-nav{display:flex;flex-direction:column;gap:.3rem}.side-link,.side-tab{display:flex;align-items:center;gap:.7rem;padding:.65rem .7rem;border-radius:12px;color:var(--muted);text-decoration:none;font-weight:500;font-size:.92rem}.side-link.is-active,.side-link:hover{background:var(--surface);color:var(--text)}.side-tabs{display:flex;gap:.5rem;margin:.3rem 0 .6rem}.side-tab{flex:1;justify-content:center;background:var(--surface);font-weight:700;color:var(--text)}.side-tab--casino .icon{color:var(--accent-2)}.side-tab--sports .icon{color:var(--accent-4)}.side-tab:hover{background:var(--surface-2)}.sidebar-bottom{margin-top:auto;padding-top:1.25rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.6rem}.lang-select{display:flex;align-items:center;gap:.5rem;background:var(--surface);border:1px solid var(--border);color:var(--text);padding:.6rem .75rem;border-radius:12px;font:inherit;font-weight:600;font-size:.85rem;cursor:pointer}.lang-select .icon-chevron{margin-left:auto;width:16px;height:16px}.theme-toggle{display:flex;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.25rem;gap:.25rem}.theme-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;background:0 0;border:0;color:var(--muted);font:inherit;font-weight:600;font-size:.82rem;padding:.5rem .4rem;border-radius:9px;cursor:pointer}.theme-btn .icon{width:16px;height:16px}.theme-btn.active{background:var(--accent-btn);color:#fff}.sidebar-backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:30}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:1rem;padding:.9rem 1.5rem;background:var(--topbar-bg);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:var(--surface);border:1px solid var(--border);color:var(--text);cursor:pointer;text-decoration:none;flex-shrink:0}.icon-btn .icon{width:18px;height:18px}.sidebar-toggle{display:none;flex-direction:column;gap:4px;align-items:center;justify-content:center}.sidebar-toggle span{display:block;width:18px;height:2px;background:var(--text);border-radius:2px}.topbar-tabs{display:flex;gap:.5rem}.pill{padding:.5rem 1.1rem;border-radius:999px;text-decoration:none;font-weight:600;font-size:.9rem;color:var(--muted);border:1px solid var(--border)}.pill.active{background:var(--surface-2);color:var(--text)}.topbar-search{display:flex;align-items:center;gap:.5rem;margin-left:auto}.topbar-search input[type=search]{width:0;opacity:0;padding:0;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:999px;font:inherit;font-size:.85rem;transition:width .2s ease,opacity .2s ease,padding .2s ease}.topbar-search.open input[type=search]{width:220px;opacity:1;padding:.5rem .9rem}.topbar-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.6rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.1rem;border-radius:999px;text-decoration:none;font-weight:700;font-size:.9rem;border:1px solid transparent;white-space:nowrap;transition:transform 180ms ease,box-shadow 180ms ease,background 180ms ease;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn-lg{padding:.9rem 1.4rem;font-size:.98rem}.btn-primary{background:var(--accent-btn);color:#fff;box-shadow:0 12px 24px rgba(201,42,73,.35)}.btn-promo{background:linear-gradient(135deg,#ffd76a,#f4923a);color:#170f02;box-shadow:0 12px 24px rgba(244,146,58,.35)}.btn-secondary{color:var(--text);border-color:var(--border);background:var(--surface)}.btn-outline{color:var(--text);border-color:var(--border);background:0 0}main{flex:1;padding:0 1.5rem}.hero{padding:3rem 0 2.5rem}.hero-grid{display:grid;grid-template-columns:1.15fr 0.85fr;gap:2.5rem;align-items:center}.eyebrow{color:var(--accent);font-weight:700;letter-spacing:.18em;text-transform:uppercase;font-size:.78rem;margin-bottom:.75rem}.hero h1{font-size:clamp(2rem, 4vw, 3.1rem);line-height:1.12;margin:0 0 .6rem}.hero-amount{font-size:1.15rem;font-weight:600;margin:0 0 1rem}.hero-amount span{color:var(--accent);font-size:1.5em;font-weight:900}.hero-text{font-size:1.02rem;color:var(--muted);max-width:620px}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin:1.3rem 0 1.1rem}.hero-or{color:var(--muted);font-size:.85rem;margin:0 0 .6rem}.hero-social{display:flex;gap:.6rem;margin-bottom:1.3rem}.social-btn{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--surface);border:1px solid var(--border);color:var(--text);text-decoration:none;font-weight:700;font-size:.9rem}.social-btn:hover{background:var(--surface-2)}.hero-highlights{display:flex;flex-wrap:wrap;gap:.75rem;padding:0;list-style:none;color:var(--muted);margin:0}.hero-highlights li{padding:.45rem .7rem;border:1px solid var(--border);border-radius:999px;background:var(--surface);font-size:.85rem}.hero-visual{position:relative;min-height:320px;display:flex;align-items:center;justify-content:center}.chip{position:absolute;width:64px;height:64px;border-radius:50%;border:6px dashed rgba(255,255,255,.7);box-shadow:var(--shadow)}.chip-1{background:radial-gradient(circle at 35% 30%,#ff8fa3,var(--accent));top:6%;left:6%;transform:rotate(-8deg)}.chip-2{background:radial-gradient(circle at 35% 30%,#b39bff,var(--accent-2));top:2%;right:14%;width:48px;height:48px;transform:rotate(12deg)}.chip-3{background:radial-gradient(circle at 35% 30%,#ffd08a,var(--accent-4));bottom:10%;left:12%;width:52px;height:52px;transform:rotate(6deg)}.chip-4{background:radial-gradient(circle at 35% 30%,#8ff0b0,var(--accent-3));bottom:4%;right:8%;width:40px;height:40px;transform:rotate(-10deg)}.card{position:absolute;width:64px;height:88px;border-radius:10px;background:#f7f7fb;color:#16181f;box-shadow:var(--shadow);font-weight:800;font-size:1.2rem;padding:.4rem .5rem}.card em{display:block;font-style:normal;color:var(--accent);font-size:1.4rem;margin-top:.6rem}.card-1{top:10%;right:22%;transform:rotate(-14deg)}.card-2{bottom:8%;right:30%;transform:rotate(10deg)}.hero-card{position:relative;z-index:2;background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow);padding:1.5rem;width:min(340px,100%)}.hero-card h2{margin:0 0 .9rem;font-size:1.1rem}.stat-list{display:grid;gap:.75rem}.stat-list div{padding:.85rem 1rem;border-radius:14px;background:var(--surface-2)}.stat-list strong{display:block;font-size:1.3rem;color:var(--accent)}.stat-list span{color:var(--muted);font-size:.85rem}.section{padding:1.5rem 0 3rem}.alt-bg{background:linear-gradient(180deg,var(--surface),transparent 60%);border-radius:28px}.section-heading{margin-bottom:1.5rem}.section-heading h2{margin:0;font-size:clamp(1.4rem, 3vw, 2rem)}.section-heading--row{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.carousel-nav{display:flex;gap:.5rem}.carousel-nav .icon-btn{width:36px;height:36px}.carousel-track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.5rem}.carousel-track>*{scroll-snap-align:start;flex:0 0 220px}.container-narrow{max-width:780px}.faq-list{display:grid;gap:.8rem}.faq-list details{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1rem 1.2rem;box-shadow:var(--shadow)}.faq-list summary{cursor:pointer;font-weight:600;display:flex;align-items:center;justify-content:space-between;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-icon{color:var(--accent);font-weight:800;font-size:1.1rem}.faq-list details[open] .faq-icon{transform:rotate(45deg)}.faq-list p{color:var(--muted);margin:.7rem 0 0}.site-footer{border-top:1px solid var(--border);padding:2.5rem 1.5rem 1.5rem;background:var(--surface)}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr 1fr;gap:1.75rem;padding-bottom:1.75rem}.footer-brand p{color:var(--muted);font-size:.9rem;max-width:320px}.badge-18{display:inline-block;margin-top:.5rem;padding:.35rem .7rem;border:1px solid var(--border);border-radius:999px;font-size:.75rem;font-weight:700;color:var(--muted)}.footer-heading{margin:0 0 .9rem;font-size:.95rem;font-weight:700;color:var(--text)}.footer-col{display:flex;flex-direction:column;gap:.6rem}.footer-col a{color:var(--muted);text-decoration:none;font-size:.9rem}.footer-col a:hover{color:var(--text)}.social-row{display:flex;gap:.6rem}.footer-map{border-top:1px solid var(--border);padding:1.75rem 0}.footer-map h4{margin:0 0 .9rem;font-size:.95rem;color:var(--text)}.map-embed{border-radius:12px;overflow:hidden;border:1px solid var(--border)}.map-embed iframe{width:100%;height:260px;display:block}.footer-map p{margin:.75rem 0 0;color:var(--muted);font-size:.85rem}.footer-bottom{border-top:1px solid var(--border);padding-top:1.25rem;display:flex;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;color:var(--muted);font-size:.85rem}.footer-bottom p{margin:0}.footer-bottom a{color:var(--text);text-decoration:underline}.footer-bottom a:hover{color:var(--accent)}.prose p{color:var(--muted);max-width:820px;margin:0 0 1rem}.prose p:last-child{margin-bottom:0}.prose strong{color:var(--text)}.item-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.item-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.6rem}.item-thumb{aspect-ratio:1/1;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--surface-2);overflow:hidden}.item-thumb img{width:100%;height:100%;object-fit:contain;display:block}.apk-showcase{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;margin-bottom:1.5rem}.item-thumb--portrait{width:140px;aspect-ratio:1/1;flex-shrink:0}.subsection{margin-bottom:2.75rem}.subsection:last-child{margin-bottom:0}.subsection--spaced{margin-top:2rem}.subsection h3{display:flex;align-items:center;gap:.5rem;font-size:1.2rem;margin:0 0 .6rem}.subsection-lead{color:var(--muted);max-width:760px;margin:0 0 1rem}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow)}.data-table{width:100%;border-collapse:collapse;min-width:520px;background:var(--surface)}.data-table th{text-align:left;background:var(--surface-2);color:var(--text);font-size:.8rem;font-weight:700;padding:.8rem 1.1rem;border-bottom:1px solid var(--border);white-space:nowrap}.data-table td{padding:.75rem 1.1rem;border-bottom:1px solid var(--border);color:var(--muted);font-size:.9rem}.data-table tr:last-child td{border-bottom:0}.data-table td:first-child{color:var(--text);font-weight:600}.highlight-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:1.4rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.6rem}.carousel-track>.highlight-card{flex-basis:260px}.highlight-card .btn{align-self:flex-start}.step-list{display:flex;flex-direction:column;gap:.75rem;margin:0 0 1rem;padding:0;list-style:none;counter-reset:step}.step-list li{counter-increment:step;display:flex;gap:1rem;align-items:flex-start;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1rem 1.2rem;box-shadow:var(--shadow)}.step-list li::before{content:counter(step);flex-shrink:0;width:32px;height:32px;border-radius:50%;background:var(--accent-btn);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem}.step-list strong{display:block;color:var(--text)}.step-list span{color:var(--muted);font-size:.88rem}.author-card{display:flex;gap:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:1.75rem;box-shadow:var(--shadow);align-items:flex-start;flex-wrap:wrap}.author-avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(150deg,var(--accent-2),var(--accent));display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.5rem;color:#fff;flex-shrink:0}.author-card h3{margin:0 0 .2rem}.author-role{color:var(--muted);font-size:.9rem;margin:0 0 .9rem}.author-body{flex:1;min-width:240px}.expertise-list{list-style:none;padding:0;margin:0;display:grid;gap:.4rem}.expertise-list li{color:var(--muted)}.about-summary-card{display:flex;gap:1.25rem;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:1.5rem;box-shadow:var(--shadow);flex-wrap:wrap}.about-summary-card .author-avatar{width:56px;height:56px;font-size:1.15rem}.about-summary-card p{color:var(--muted);margin:.2rem 0 0;max-width:640px}.about-summary-card .btn{margin-left:auto}.callout{background:var(--surface-2);border:1px solid var(--border);border-left:4px solid var(--accent);border-radius:12px;padding:1rem 1.25rem;color:var(--muted);margin:0 0 1.5rem}.callout strong{color:var(--text)}.container-legal{max-width:880px}.back-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--muted);text-decoration:none;font-size:.85rem;margin-bottom:1.25rem}.back-link:hover{color:var(--text)}.back-link-icon{width:16px;height:16px}.author-subheading{margin-top:1.25rem;font-size:1rem}.legal-hero{padding:2rem 0 .5rem}.legal-hero h1{font-size:clamp(1.8rem, 3.4vw, 2.5rem);margin:0 0 .5rem}.legal-meta{color:var(--muted);font-size:.85rem;margin:0 0 1.5rem}.legal-section{margin-bottom:2.25rem}.legal-section:last-child{margin-bottom:0}.legal-section h2{font-size:1.25rem;margin:0 0 .75rem}.legal-section h3{font-size:1.05rem;margin:1.25rem 0 .5rem}.legal-section ul{color:var(--muted);padding-left:1.2rem;margin:0 0 1rem}.legal-section li{margin-bottom:.3rem}.legal-section p{color:var(--muted);margin:0 0 1rem;max-width:800px}.legal-section p:last-child{margin-bottom:0}@media (max-width:960px){.sidebar{position:fixed;top:0;bottom:0;transform:translateX(-100%)}.sidebar.open{transform:translateX(0)}.sidebar-backdrop.open{display:block}.sidebar-toggle{display:inline-flex}.hero-grid{grid-template-columns:1fr}.hero-visual{min-height:240px}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.topbar{padding:.8rem 1rem;flex-wrap:wrap}.topbar-tabs{order:3}main{padding:0 1rem}.footer-grid{grid-template-columns:1fr}}