
:root {
  --ink: #f8f8ff;
  --muted: #b8bbe3;
  --navy-950: #05071f;
  --navy-900: #080b31;
  --navy-850: #0d1142;
  --navy-800: #11175a;
  --panel: rgba(18, 22, 72, .78);
  --panel-solid: #121748;
  --violet: #8258ff;
  --violet-2: #b996ff;
  --cyan: #2bdcff;
  --pink: #ff4fa3;
  --gold: #ffd83d;
  --green: #54ef68;
  --stroke: rgba(171, 151, 255, .28);
  --shadow: 0 24px 70px rgba(0, 0, 20, .46);
  --radius: 24px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background:
  radial-gradient(circle at 16% 8%, rgba(120, 75, 255, .20), transparent 24rem),
  radial-gradient(circle at 86% 17%, rgba(43, 220, 255, .10), transparent 24rem),
  linear-gradient(180deg, var(--navy-950), var(--navy-900) 36%, #070923 100%); line-height: 1.65; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .18; background-image: radial-gradient(rgba(255,255,255,.55) .6px, transparent .6px); background-size: 26px 26px; mask-image: linear-gradient(to bottom, black, transparent 75%); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 14px; top: -80px; z-index: 9999; padding: 12px 18px; border-radius: 10px; color: #09102e; background: var(--cyan); font-weight: 900; }
.skip-link:focus { top: 14px; }
.site-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(168,148,255,.18); background: rgba(5,7,31,.78); backdrop-filter: blur(18px); }
.header-inner { min-height: 80px; display: flex; align-items: center; gap: clamp(10px, 1.8vw, 24px); }
.site-brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; min-width: max-content; }
.site-brand img { width: 52px; height: 52px; border-radius: 50%; filter: drop-shadow(0 0 13px rgba(130,88,255,.75)); }
.site-brand span { display: grid; line-height: 1.08; }
.site-brand strong { font-size: 1.12rem; letter-spacing: .01em; }
.site-brand small { margin-top: 5px; color: var(--violet-2); font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 5px; }
.nav-link { position: relative; display:inline-flex; align-items:center; justify-content:center; gap:8px; min-height:44px; padding: 10px 12px; color: #dfe0ff; font-size: .92rem; font-weight: 750; border-radius: 12px; transition: .2s ease; white-space:nowrap; }
.ui-icon { width:1.08em; height:1.08em; flex:0 0 auto; display:inline-block; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.nav-link .ui-icon { color:var(--violet-2); font-size:1.08rem; }
.nav-link.active .ui-icon, .nav-link:hover .ui-icon { color:var(--cyan); }
.nav-link:hover { color: #fff; background: rgba(123, 77, 244, .14); }
.nav-link.active { color: #fff; background: rgba(123, 77, 244, .22); box-shadow: inset 0 0 0 1px rgba(185,150,255,.24); }
.nav-link.active::after { content: ""; position: absolute; left: 25%; right: 25%; bottom: 4px; height: 2px; border-radius: 3px; background: linear-gradient(90deg,var(--pink),var(--cyan)); box-shadow: 0 0 12px var(--cyan); }
.header-cta, .btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height:46px; border: 0; border-radius: 14px; padding: 11px 18px; cursor: pointer; font-weight: 900; letter-spacing: .01em; color: #10102e; background: linear-gradient(135deg,var(--gold),#ffae27); box-shadow: 0 10px 28px rgba(255,184,41,.20), inset 0 -3px 0 rgba(121,66,0,.25); transition: transform .18s ease, filter .18s ease; white-space:nowrap; }
.header-cta { min-width:120px; }
.header-cta:hover, .btn:hover { transform: translateY(-2px); filter: brightness(1.06); }
.btn-secondary { color: #fff; background: linear-gradient(135deg,var(--violet),#5d3bd3); box-shadow: 0 12px 30px rgba(112,72,239,.28), inset 0 -3px 0 rgba(34,12,90,.28); }
.btn-ghost { color: #fff; border: 1px solid var(--stroke); background: rgba(255,255,255,.045); box-shadow: none; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--stroke); border-radius: 12px; background: rgba(255,255,255,.04); cursor:pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 3px; background: white; }
.hero { padding: 56px 0 72px; overflow: hidden; }
.hero-copy { max-width: 920px; margin: 0 auto 30px; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: var(--cyan); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before, .eyebrow::after { content: ""; width: 28px; height: 1px; background: linear-gradient(90deg,transparent,var(--cyan)); }
.eyebrow::after { transform: rotate(180deg); }
h1, h2, h3 { margin: 0 0 .65em; line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.45rem, 6vw, 5.25rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.26rem; }
.gradient-text { color: transparent; background: linear-gradient(100deg,#fff 0%,var(--violet-2) 33%,var(--cyan) 64%,var(--gold) 100%); background-clip: text; -webkit-background-clip: text; }
.hero-copy p { max-width: 730px; margin: 0 auto 24px; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.game-shell { position: relative; width: min(1250px, calc(100% - 24px)); margin: 0 auto; padding: 1px; border-radius: 27px; background: linear-gradient(135deg,rgba(255,79,163,.65),rgba(130,88,255,.85),rgba(43,220,255,.65)); box-shadow: 0 34px 90px rgba(0,0,20,.60), 0 0 54px rgba(110,76,255,.18); }
.game-toolbar { min-height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 15px; border-radius: 26px 26px 0 0; background: #090c32; }
.game-dots { display: flex; gap: 7px; }
.game-dots i { width: 9px; height: 9px; border-radius: 50%; background: var(--pink); }
.game-dots i:nth-child(2){background:var(--gold)} .game-dots i:nth-child(3){background:var(--green)}
.game-toolbar strong { margin-left: 4px; color: #e8e7ff; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.game-toolbar .live-chip { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; color: #bfffc8; font-size: .75rem; font-weight: 900; }
.live-chip::before { content:""; width: 8px; height:8px; border-radius:50%; background:var(--green); box-shadow:0 0 12px var(--green); }
.fullscreen-btn { margin-left: 8px; padding: 7px 11px; border: 1px solid var(--stroke); border-radius: 9px; background: rgba(255,255,255,.05); cursor:pointer; font-size:.76rem; font-weight:800; }
.game-frame { display:block; width:100%; height:min(760px,72vw); min-height:610px; border:0; border-radius:0 0 26px 26px; background:#070a27; }
.game-note { margin: 15px auto 0; max-width: 900px; padding-inline: 20px; color: #999dcc; font-size: .86rem; text-align:center; }
.section { position: relative; padding: 92px 0; }
.section-sm { padding: 68px 0; }
.section, .section-sm, .site-footer { content-visibility: auto; contain-intrinsic-size: auto 720px; }
.section-head { max-width: 760px; margin-bottom: 38px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.04rem; }
.surface { border: 1px solid var(--stroke); border-radius: var(--radius); background: linear-gradient(180deg,rgba(19,23,73,.78),rgba(10,13,48,.78)); box-shadow: var(--shadow); }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.feature-card { position:relative; min-height:220px; padding:26px; overflow:hidden; }
.feature-card::after { content:""; position:absolute; width:130px; height:130px; right:-44px; bottom:-52px; border-radius:50%; background:radial-gradient(circle,rgba(130,88,255,.28),transparent 68%); }
.icon-box { width:48px; height:48px; display:grid; place-items:center; margin-bottom:22px; border-radius:15px; font-size:1.45rem; background:linear-gradient(135deg,rgba(130,88,255,.32),rgba(43,220,255,.15)); box-shadow:inset 0 0 0 1px rgba(185,150,255,.22); }
.icon-box .ui-icon { width:25px; height:25px; color:var(--cyan); stroke-width:1.8; }
.feature-card p, .step-card p { margin:0; color:var(--muted); }
.steps { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; counter-reset:step; }
.step-card { counter-increment:step; position:relative; padding:28px 23px; }
.step-card::before { content:"0" counter(step); display:block; margin-bottom:24px; color:var(--gold); font-size:1.8rem; font-weight:950; text-shadow:0 0 18px rgba(255,216,61,.35); }
.strategy-panel { display:grid; grid-template-columns:1.05fr .95fr; gap:28px; align-items:center; padding:36px; }
.strategy-copy p { color:var(--muted); }
.probability-demo { padding:28px; border:1px solid var(--stroke); border-radius:22px; background:rgba(5,7,31,.52); }
.current-number { width:104px; height:104px; display:grid; place-items:center; margin:0 auto 26px; border:7px solid rgba(255,255,255,.65); border-radius:50%; color:white; font-size:3.2rem; font-weight:950; background:radial-gradient(circle at 40% 30%,#79ff7c,#21ad45 64%,#0d6a2b); box-shadow:0 0 30px rgba(84,239,104,.45); }
.odds-row { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.odds-card { padding:18px; border-radius:16px; text-align:center; background:linear-gradient(160deg,#22276f,#121641); }
.odds-card strong { display:block; font-size:2rem; } .odds-card span{color:var(--muted);font-size:.8rem;font-weight:800;letter-spacing:.1em}
.odds-card.safe { box-shadow:inset 0 0 0 2px rgba(84,239,104,.55),0 0 22px rgba(84,239,104,.12); }
.blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.blog-card { display:flex; flex-direction:column; min-width:0; overflow:hidden; transition:transform .22s ease,border-color .22s ease; }
.blog-card:hover { transform:translateY(-7px); border-color:rgba(43,220,255,.5); }
.blog-card-media { position:relative; aspect-ratio:16/9; overflow:hidden; background:#11154b; }
.blog-card-media img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.blog-card:hover .blog-card-media img { transform:scale(1.045); }
.blog-card-media::after { content:""; position:absolute; inset:auto 0 0; height:48%; background:linear-gradient(transparent,rgba(5,7,31,.8)); }
.blog-card-body { display:flex; flex:1; flex-direction:column; padding:22px; }
.blog-meta { display:flex; align-items:center; gap:10px; margin-bottom:12px; color:var(--cyan); font-size:.75rem; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
.blog-card h3 { margin-bottom:10px; font-size:1.2rem; }
.blog-card p { margin:0 0 18px; color:var(--muted); font-size:.93rem; }
.read-link { margin-top:auto; color:var(--gold); font-weight:900; }
.css-wheel-card { display:grid; place-items:center; height:100%; min-height:190px; background:radial-gradient(circle,rgba(130,88,255,.35),transparent 54%),linear-gradient(145deg,#131a63,#080b31); }
.mini-wheel { width:136px; height:136px; border:9px solid #b793ff; border-radius:50%; background:conic-gradient(var(--violet) 0 12.5%,var(--gold) 0 25%,var(--pink) 0 37.5%,var(--cyan) 0 50%,var(--green) 0 62.5%,#b379ff 0 75%,#ff8d32 0 87.5%,#8e5aff 0); box-shadow:0 0 30px rgba(130,88,255,.55),inset 0 0 0 10px #171b5f; position:relative; }
.mini-wheel::after { content:"SPIN"; position:absolute; inset:31%; display:grid; place-items:center; border-radius:50%; color:white; font-size:.75rem;font-weight:950;background:linear-gradient(145deg,#55ee68,#148834);box-shadow:0 0 0 5px white; }
.faq-list { display:grid; gap:12px; max-width:920px; margin:0 auto; }
.faq-list details { border:1px solid var(--stroke); border-radius:16px; background:rgba(15,18,61,.68); overflow:hidden; }
.faq-list summary { list-style:none; display:flex; justify-content:space-between; gap:20px; padding:20px 22px; cursor:pointer; font-weight:850; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:"+"; color:var(--cyan); font-size:1.35rem; line-height:1; }
.faq-list details[open] summary::after { content:"–"; }
.faq-answer { padding:0 22px 21px; color:var(--muted); }
.cta-panel { display:flex; align-items:center; justify-content:space-between; gap:30px; padding:42px; overflow:hidden; background:radial-gradient(circle at 85% 50%,rgba(43,220,255,.16),transparent 26%),linear-gradient(135deg,rgba(130,88,255,.28),rgba(14,17,60,.86)); }
.cta-panel p { margin:0;color:var(--muted); }
.page-hero { padding:74px 0 48px; text-align:center; }
.page-hero .container { max-width:900px; }
.page-hero h1 { font-size:clamp(2.4rem,5vw,4.5rem); }
.page-hero p { color:var(--muted); font-size:1.08rem; }
.breadcrumbs { display:flex; flex-wrap:wrap; justify-content:center; gap:8px; margin-bottom:18px; color:#979bd0; font-size:.84rem; }
.breadcrumbs a { color:var(--cyan); }
.article-wrap { width:min(900px,calc(100% - 40px)); margin:0 auto 92px; }
.article-cover { overflow:hidden; margin-bottom:34px; border:1px solid var(--stroke); border-radius:26px; box-shadow:var(--shadow); }
.article-cover img { width:100%; max-height:520px; object-fit:cover; }
.article-meta { display:flex; flex-wrap:wrap; justify-content:center; gap:9px 18px; margin-top:18px; color:#aaaede; font-size:.88rem; }
.article-content { padding:clamp(24px,5vw,54px); }
.article-content h2 { margin-top:1.35em; font-size:clamp(1.55rem,3vw,2.2rem); }
.article-content h2:first-child { margin-top:0; }
.article-content p, .article-content li { color:#c7c9e9; }
.article-content a { color:var(--cyan); text-decoration:underline; text-underline-offset:3px; }
.article-callout { margin:30px 0; padding:22px; border-left:4px solid var(--gold); border-radius:0 15px 15px 0; background:rgba(255,216,61,.08); }
.related-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:25px; }
.related-card { padding:18px;border:1px solid var(--stroke);border-radius:15px;background:rgba(255,255,255,.035);font-weight:800; }
.content-page { width:min(900px,calc(100% - 40px)); margin:0 auto 90px; }
.content-card { padding:clamp(26px,5vw,54px); }
.content-card h2 { margin-top:1.5em; font-size:1.65rem; }
.content-card h2:first-child { margin-top:0; }
.content-card p,.content-card li { color:#c6c8e8; }
.content-card ul { padding-left:22px; }
.contact-boxes { display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:26px; }
.contact-box { padding:24px;border:1px solid var(--stroke);border-radius:17px;background:rgba(255,255,255,.035); }
.copy-email { margin-top:10px; padding:10px 13px; border:1px solid var(--stroke); border-radius:10px; background:rgba(255,255,255,.04); cursor:pointer; }
.sitemap-columns { display:grid;grid-template-columns:repeat(3,1fr);gap:20px; }
.sitemap-group { padding:24px; }
.sitemap-group a { display:block;padding:7px 0;color:#d8daff; }
.sitemap-group a:hover { color:var(--cyan); }
.site-footer { position:relative; margin-top:20px; border-top:1px solid rgba(168,148,255,.18); background:#05071f; overflow:hidden; }
.footer-glow { position:absolute;width:480px;height:260px;left:50%;top:-180px;transform:translateX(-50%);border-radius:50%;background:rgba(130,88,255,.18);filter:blur(55px); }
.footer-grid { position:relative; display:grid; grid-template-columns:1.7fr repeat(3,1fr); gap:42px; padding:64px 0 42px; }
.footer-brand { display:flex;gap:16px; }
.footer-brand > img { flex:0 0 auto; width:52px;height:52px;border-radius:50%;filter:drop-shadow(0 0 13px rgba(130,88,255,.75)); }
.footer-brand strong { font-size:1.2rem; }
.footer-brand p { max-width:340px;color:#999dcc; }
.site-footer h3 { margin-bottom:14px;font-size:.9rem;letter-spacing:.12em;text-transform:uppercase;color:var(--violet-2); }
.site-footer a { display:block;padding:5px 0;color:#aaaed3;font-size:.9rem; }
.site-footer a:hover { color:white; }
.footer-contact { color:#aaaed3;font-size:.86rem;word-break:break-word; }
.footer-bottom { display:flex;justify-content:center;padding:20px 0 26px;border-top:1px solid rgba(255,255,255,.07);color:#8589b5;font-size:.82rem;text-align:center; }
.footer-bottom p { margin:0; }
.back-to-top { position:fixed; right:20px; bottom:20px; z-index:800; width:44px;height:44px;border:1px solid var(--stroke);border-radius:14px;background:rgba(18,23,72,.92);box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(10px);transition:.2s ease;cursor:pointer; }
.back-to-top.show { opacity:1;pointer-events:auto;transform:none; }
.not-found { min-height:62vh;display:grid;place-items:center;text-align:center;padding:70px 20px; }
.not-found strong { display:block;font-size:clamp(5rem,18vw,11rem);line-height:.8;color:transparent;-webkit-text-stroke:2px var(--violet);text-shadow:0 0 30px rgba(130,88,255,.35); }
@media (max-width: 980px) {
  .main-nav { position:fixed; left:20px; right:20px; top:92px; display:grid; padding:14px; border:1px solid var(--stroke); border-radius:18px; background:rgba(7,9,35,.98); box-shadow:var(--shadow); opacity:0; visibility:hidden; pointer-events:none; transform:translateY(-10px); transition:.2s ease; }
  .main-nav.open { opacity:1;visibility:visible;pointer-events:auto;transform:none; }
  .nav-link { justify-content:flex-start; width:100%; padding:11px 14px; }
  .menu-toggle { display:block; }
  .header-cta { display:none; }
  .feature-grid,.blog-grid { grid-template-columns:repeat(2,1fr); }
  .steps { grid-template-columns:repeat(2,1fr); }
  .strategy-panel { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column:2 / 4; }
  .sitemap-columns { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 700px) {
  .container { width:min(100% - 28px,var(--container)); }
  .header-inner { min-height:70px;gap:12px; }
  .main-nav { left:14px;right:14px;top:78px; }
  .site-brand img { width:46px;height:46px; }
  .site-brand strong { font-size:1rem; }
  .site-brand small { font-size:.59rem; }
  .hero { padding-top:38px; }
  .hero-copy { padding-inline:16px; }
  h1 { font-size:clamp(2.25rem,12vw,3.4rem); }
  .game-shell { width:calc(100% - 10px);border-radius:18px; }
  .game-toolbar { border-radius:17px 17px 0 0; }
  .game-toolbar strong { display:none; }
  .fullscreen-btn { padding:7px 9px; }
  .game-frame { min-height:620px;height:86svh;border-radius:0 0 17px 17px; }
  .section { padding:68px 0; }
  .feature-grid,.blog-grid,.steps,.related-grid,.contact-boxes,.sitemap-columns { grid-template-columns:1fr; }
  .strategy-panel,.cta-panel { padding:25px; }
  .cta-panel { align-items:flex-start;flex-direction:column; }
  .footer-grid { grid-template-columns:1fr 1fr;gap:30px; }
  .footer-grid > div:first-child { grid-column:1 / -1; }
  .footer-grid > div:last-child { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
}
@media (max-width: 430px) {
  .site-brand span small { display:none; }
  .site-brand { gap:8px; }
  .site-brand img { width:42px;height:42px; }
  .site-brand strong { font-size:.92rem; }
  .menu-toggle { width:42px;height:42px; }
  .game-toolbar .live-chip { font-size:.65rem; }
  .game-frame { min-height:680px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-grid > div:first-child,.footer-grid > div:last-child { grid-column:auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important; }
}
