:root{
  --vp-sidebar:244px;
  --vp-topbar:72px;
  --vp-bg:#0c1013;
  --vp-panel:#141a1e;
  --vp-panel-2:#192126;
  --vp-line:rgba(255,255,255,.075);
  --vp-text:#f4f7f8;
  --vp-muted:#8e9ca4;
  --vp-lime:#b9ff38;
  --vp-red:#ff405c;
  --vp-blue:#44a8ff;
  --vp-cyan:#41ebd1;
  --vg-bg:var(--vp-bg);
  --vg-bg-2:#0f1518;
  --vg-surface:var(--vp-panel);
  --vg-surface-2:var(--vp-panel-2);
  --vg-surface-3:#20292f;
  --vg-line:#283238;
  --vg-line-soft:var(--vp-line);
  --vg-text:var(--vp-text);
  --vg-muted:var(--vp-muted);
  --vg-lime:var(--vp-lime);
}

html{background:var(--vp-bg)}
body.vp-shell{min-width:320px;background:radial-gradient(900px 480px at 84% -8%,rgba(68,168,255,.08),transparent 55%),linear-gradient(180deg,#0c1013,#0a0e11);color:var(--vp-text);font-size:16px;overflow-x:hidden}
body.vp-shell *{box-sizing:border-box}
body.vp-shell a{text-decoration:none}

body.vp-shell .navbar.vg-navbar{
  position:sticky;top:0;z-index:1030;min-height:var(--vp-topbar);margin-inline-start:var(--vp-sidebar);padding:0 28px;
  border-bottom:1px solid var(--vp-line);background:rgba(12,16,19,.88);backdrop-filter:blur(18px)
}
body.vp-shell .vg-nav-inner{width:100%;max-width:none;min-height:var(--vp-topbar);margin:0;gap:18px}
body.vp-shell .vg-brand{display:none}
body.vp-shell .vg-nav-actions{margin-inline-start:auto}
body.vp-shell .vg-wallet-pill{min-height:42px;padding:5px 12px;border:1px solid rgba(185,255,56,.16);border-radius:11px;background:rgba(185,255,56,.08)}
body.vp-shell .vg-wallet-pill small{color:#87948d;font-size:11px}
body.vp-shell .vg-wallet-pill strong{font-size:13px;color:#efffd5}
body.vp-shell .vg-language-switch,body.vp-shell .vg-theme-btn,body.vp-shell .vg-menu-btn{border-color:#283238!important;background:#141a1e!important;border-radius:11px!important}
body.vp-shell .vg-language-switch select{font-size:12px!important}
body.vp-shell .vg-menu-btn{display:none!important}
body.vp-shell .vg-auth-cta{height:42px;background:var(--vp-lime);color:#12180b;border-radius:10px;font-size:14px}

.vp-search-trigger{width:min(34vw,370px);height:42px;display:flex;align-items:center;gap:10px;padding:0 12px;border:1px solid #283238;border-radius:11px;background:#12181c;color:#7f8d94;text-align:start;font-size:14px}
.vp-search-trigger i{color:#bac5ca;font-size:17px}.vp-search-trigger kbd{margin-inline-start:auto;padding:2px 7px;border:1px solid #354048;border-radius:6px;background:#1a2227;color:#77848b;font:700 11px/1.5 inherit}

body.vp-shell .vp-sidebar{
  position:fixed;z-index:1070;inset:0 auto 0 0;width:var(--vp-sidebar)!important;max-width:none!important;
  display:flex;flex-direction:column;visibility:visible;pointer-events:auto;transform:none;padding:12px;background:#0f1417;border-inline-end:1px solid var(--vp-line);box-shadow:none;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain
}
body.vp-shell .vg-sidebar-backdrop{z-index:1060;background:rgba(2,5,7,.72);backdrop-filter:blur(2px)}
body.vp-shell.vg-menu-open{overflow:hidden}
[dir="rtl"] body.vp-shell .vp-sidebar{left:auto;right:0}
body.vp-shell .vp-sidebar .offcanvas-header{min-height:64px;padding:6px 8px 15px;border-bottom:1px solid var(--vp-line)}
body.vp-shell .vp-sidebar .vg-kicker{color:var(--vp-red);font-size:16px;font-weight:900;letter-spacing:.055em}
body.vp-shell .vp-sidebar .offcanvas-title{margin-top:4px;color:#66747b;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
body.vp-shell .vp-sidebar .vg-sidebar-close{display:none}
body.vp-shell .vp-sidebar .offcanvas-body{display:flex;flex-direction:column;flex:1;padding:6px 0 0;overflow:visible}
body.vp-shell .vp-sidebar .nav{display:grid;gap:3px;padding:0;margin:0;list-style:none}
body.vp-shell .vp-sidebar .sidebar-section{margin:18px 10px 6px;padding:0;color:#5d6b72;font-size:11px;font-weight:850;letter-spacing:.14em}
body.vp-shell .vp-sidebar .nav-link{min-height:43px;display:flex;align-items:center;gap:11px;padding:8px 11px;border:1px solid transparent;border-radius:11px;color:#a5b1b7;font-size:14px;font-weight:650;transition:.18s}
body.vp-shell .vp-sidebar .nav-link i{width:23px;color:#748188;text-align:center;font-size:16px}
body.vp-shell .vp-sidebar .nav-link:hover,body.vp-shell .vp-sidebar .nav-link.active{background:linear-gradient(90deg,rgba(185,255,56,.12),rgba(185,255,56,.025));border-color:rgba(185,255,56,.12);color:#efffd9}
body.vp-shell .vp-sidebar .nav-link.active i{color:var(--vp-lime)}
body.vp-shell .vp-sidebar .nav-link.text-danger{color:#ff7a8e!important}
body.vp-shell .vp-sidebar .badge{margin-inline-start:auto;background:var(--vp-red)!important}
.vp-sidebar-status{display:flex;align-items:center;gap:9px;margin:18px 7px 8px;padding:12px;border:1px solid var(--vp-line);border-radius:11px;background:#131a1e;color:#9da9ae;font-size:12px}
.vp-sidebar-status i{width:7px;height:7px;border-radius:50%;background:var(--vp-lime);box-shadow:0 0 12px rgba(185,255,56,.72)}
.vp-theme-options{display:grid!important;grid-template-columns:repeat(3,1fr);gap:5px;margin:0 7px 4px}
body.vp-shell .vp-theme-options button{min-width:0;height:34px;padding:0!important;justify-content:center;border-radius:8px!important;font-size:12px!important}

body.vp-shell .main-wrapper{width:min(1460px,calc(100% - var(--vp-sidebar) - 48px));min-height:calc(100vh - var(--vp-topbar));margin:0 24px 0 calc(var(--vp-sidebar) + 24px);padding:28px 0 48px}
[dir="rtl"] body.vp-shell .main-wrapper{margin:0 calc(var(--vp-sidebar) + 24px) 0 24px}
body.vp-shell .vg-footer{margin-inline-start:var(--vp-sidebar);padding:26px 28px 88px;border-top:1px solid var(--vp-line);background:#0b0f11}
body.vp-shell .vg-footer-inner{width:100%;max-width:1460px;margin:0 auto}
body.vp-shell .vg-footer-copy span,body.vp-shell .vg-footer-links{font-size:12px}
body.vp-shell .vg-footer-links a:hover{color:var(--vp-lime)}

body.vp-shell :where(.vg-card,.card-modern,.wallet-main,.wallet-mini,.tx-card,.withdraw-card-v6,.security-card,.profile-card,.notice-card,.promo-hero,.promo-form,.promo-history,.ref-hero,.ref-stat-v6,.ref-code-v6,.ref-how,.history-card,.receive-panel,.method-card){border-color:var(--vp-line)!important;border-radius:16px!important;background:var(--vp-panel)!important;box-shadow:0 14px 42px rgba(0,0,0,.14)!important}
body.vp-shell :where(input,select,textarea){border-color:#2b353b!important;border-radius:10px!important;background:#101619!important;color:var(--vp-text)!important;font-size:14px!important}
body.vp-shell :where(.vg-btn,.btn-primary-auth){background:var(--vp-lime)!important;color:#11170b!important;border-color:var(--vp-lime)!important;border-radius:10px!important;font-size:14px!important}
body.vp-shell .vg-btn-ghost{border-color:#2b353b!important;background:#161d21!important;border-radius:10px!important;font-size:14px!important}
body.vp-shell .vg-page-head{margin-bottom:22px}
body.vp-shell .vg-title{font-size:clamp(28px,4vw,44px)!important;letter-spacing:-.045em}
body.vp-shell .vg-subtitle{max-width:720px;color:var(--vp-muted);font-size:14px!important}
body.vp-shell .vg-kicker,body.vp-shell .vg-eyebrow{color:var(--vp-lime)}
body.vp-shell table{border-color:var(--vp-line);font-size:14px}
body.vp-shell th{color:#728087;font-size:12px}

body.vp-shell.vp-route-index .main-wrapper{padding-top:18px}
body.vp-shell.vp-route-index .entry-shell{gap:14px}
body.vp-shell.vp-route-index .entry-hero{min-height:430px;grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);gap:0;padding:0;border-radius:20px;background:radial-gradient(circle at 79% 48%,rgba(68,168,255,.2),transparent 38%),linear-gradient(125deg,#192328 0%,#111619 55%,#0a0e10 100%)}
body.vp-shell.vp-route-index .entry-copy{z-index:3;padding:clamp(30px,5vw,62px)}
body.vp-shell.vp-route-index .entry-copy h1{margin:16px 0 14px;font-size:clamp(42px,5.4vw,72px);line-height:.95}
body.vp-shell.vp-route-index .entry-copy p{max-width:570px;color:#a0adb3;font-size:16px}
body.vp-shell.vp-route-index .entry-kicker{border:0;border-radius:0;background:transparent;color:var(--vp-lime);font-size:12px}
body.vp-shell.vp-route-index .hero-primary,body.vp-shell.vp-route-index .hero-secondary{height:48px;padding:0 21px;font-size:14px}
body.vp-shell.vp-route-index .hero-trust{font-size:12px}
.vp-entry-art{position:relative;z-index:2;min-width:0;height:100%;align-self:stretch;overflow:hidden}
.vp-entry-art:before{position:absolute;width:380px;height:380px;right:12%;top:6%;content:"";border-radius:50%;background:rgba(68,168,255,.12);filter:blur(65px)}
.vp-entry-art img{position:relative;width:112%;height:100%;max-width:none;object-fit:contain;object-position:right center;filter:drop-shadow(0 25px 45px rgba(0,0,0,.5));transform:translateX(3%)}
[dir="rtl"] .vp-entry-art img{object-position:left center;transform:translateX(-3%)}
body.vp-shell.vp-route-index .entry-ticker{background:#11171a;border-color:var(--vp-line)}
body.vp-shell.vp-route-index .ticker-label{font-size:11px}
body.vp-shell.vp-route-index .ticker-item{background:#172025;font-size:12px}
body.vp-shell.vp-route-index .section-head h2{font-size:27px}
body.vp-shell.vp-route-index .section-head p{font-size:14px}
body.vp-shell.vp-route-index .category-pill{padding:9px 14px;font-size:13px}
body.vp-shell.vp-route-index .game-row{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
body.vp-shell.vp-route-index .game-card{min-height:240px;border-radius:15px;background:#151c20}
body.vp-shell.vp-route-index .game-art{height:166px}
body.vp-shell.vp-route-index .game-info strong{font-size:14px}
body.vp-shell.vp-route-index .game-info span{font-size:12px}
body.vp-shell.vp-route-index .play-chip{background:var(--vp-lime);color:#12170c;font-size:11px}
body.vp-shell.vp-route-index .game-badge{font-size:11px}
body.vp-shell.vp-route-index .highlight-card{background:#141a1e;border-color:var(--vp-line);border-radius:15px;padding:20px}
body.vp-shell.vp-route-index .highlight-card strong{font-size:15px}
body.vp-shell.vp-route-index .highlight-card span{font-size:13px}

body.vp-shell.vp-route-dashboard .lobby{max-width:1320px;gap:15px}
body.vp-shell.vp-route-dashboard .lobby-welcome{padding:4px 0 7px}
body.vp-shell.vp-route-dashboard .lobby-welcome h1{font-size:clamp(29px,4vw,44px)}
body.vp-shell.vp-route-dashboard .lobby-welcome p{font-size:14px}
body.vp-shell.vp-route-dashboard .game-selector{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
body.vp-shell.vp-route-dashboard .game-choice,body.vp-shell.vp-route-dashboard .game-choice.boxes{grid-column:auto;min-height:250px;grid-template-columns:88px minmax(0,1fr);padding:20px;border-radius:16px;background:linear-gradient(145deg,#182025,#11171a)}
body.vp-shell.vp-route-dashboard .game-choice-icon,body.vp-shell.vp-route-dashboard .venom1000-icon,body.vp-shell.vp-route-dashboard .skyrun-icon,body.vp-shell.vp-route-dashboard .crossroad-icon{width:88px;height:88px}
body.vp-shell.vp-route-dashboard .game-choice-copy strong{font-size:22px}
body.vp-shell.vp-route-dashboard .game-choice-copy p{font-size:13px}
body.vp-shell.vp-route-dashboard .game-choice-actions a{height:46px!important;min-height:46px!important;font-size:13px!important;border-radius:10px!important}
body.vp-shell.vp-route-dashboard .game-lobby-card,body.vp-shell.vp-route-dashboard .compact-wallet,body.vp-shell.vp-route-dashboard .promo-compact,body.vp-shell.vp-route-dashboard .results-card,body.vp-shell.vp-route-dashboard .compact-ref{border-color:var(--vp-line);border-radius:16px;background:#141a1e}

.vp-search-modal{position:fixed;z-index:1200;inset:0}.vp-search-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(3,6,8,.78);backdrop-filter:blur(7px)}
.vp-search-panel{position:relative;width:min(640px,calc(100% - 28px));max-height:calc(100vh - 90px);margin:64px auto 0;overflow:hidden;border:1px solid #354148;border-radius:16px;background:#151c20;box-shadow:0 30px 80px rgba(0,0,0,.55)}
.vp-search-box{display:flex;align-items:center;gap:11px;padding:13px;border-bottom:1px solid #283238}.vp-search-box i{color:var(--vp-lime)}.vp-search-box input{min-width:0;flex:1;height:39px;border:0!important;box-shadow:none!important;background:transparent!important}.vp-search-box button{width:31px;height:31px;border:0;border-radius:8px;background:#20292f;color:#a9b4b9}
.vp-search-results{max-height:440px;padding:8px;overflow-y:auto}.vp-search-result{display:flex;align-items:center;gap:12px;padding:11px;border-radius:10px;color:#d8e0e4;font-size:14px}.vp-search-result:hover{background:rgba(255,255,255,.04)}.vp-search-result i{width:37px;height:37px;display:grid;place-items:center;border-radius:10px;background:rgba(185,255,56,.1);color:var(--vp-lime)}.vp-search-result span{display:grid}.vp-search-result small{color:#718087;font-size:12px}
.vp-bottom-nav{display:none}

html[data-theme="light"] body.vp-shell{--vp-bg:#f4f7fb;--vp-panel:#fff;--vp-panel-2:#edf2f6;--vp-line:rgba(22,43,70,.1);--vp-text:#182333;--vp-muted:#617087;background:#f4f7fb;color:#182333}
html[data-theme="light"] body.vp-shell .navbar.vg-navbar,html[data-theme="light"] body.vp-shell .vp-sidebar{background:rgba(248,250,253,.98)}
html[data-theme="light"] body.vp-shell .vp-sidebar .nav-link{color:#596a76}
html[data-theme="light"] body.vp-shell .vp-search-trigger{background:#fff;color:#667984}
html[data-theme="light"] body.vp-shell.vp-route-index .entry-hero{background:linear-gradient(125deg,#f5f8fb,#e9f0f4)}

@media(max-width:1180px){
  body.vp-shell.vp-route-index .game-row{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.vp-shell.vp-route-dashboard .game-selector{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:980px){
  :root{--vp-topbar:64px}
  html,body.vp-shell{width:100%;max-width:100%;overflow-x:hidden}
  body.vp-shell .navbar.vg-navbar{width:100%;margin-inline-start:0;padding:0 13px}
  body.vp-shell .vg-nav-inner{width:100%;min-width:0;min-height:var(--vp-topbar);margin:0}
  body.vp-shell .vg-nav-actions{min-width:0;flex:0 0 auto}
  body.vp-shell .vg-brand{display:flex}
  body.vp-shell .vg-menu-btn{display:grid!important}
  .vp-search-trigger{width:42px;padding:0;justify-content:center}.vp-search-trigger span,.vp-search-trigger kbd{display:none}
  body.vp-shell .vp-sidebar{inset-inline-start:0;inset-inline-end:auto;width:min(320px,90vw)!important;visibility:hidden;pointer-events:none;transform:translateX(-105%);transition:transform .23s ease,visibility .23s}
  [dir="rtl"] body.vp-shell .vp-sidebar{transform:translateX(105%)}
  body.vp-shell .vp-sidebar.show{visibility:visible;pointer-events:auto;transform:none}
  body.vp-shell .vp-sidebar .vg-sidebar-close{display:grid}
  body.vp-shell .main-wrapper,[dir="rtl"] body.vp-shell .main-wrapper{width:min(calc(100% - 28px),1180px);max-width:calc(100% - 28px);margin:0 auto;padding:20px 0 42px}
  body.vp-shell .vg-footer{margin-inline-start:0;padding-inline:18px}
  body.vp-shell.vp-route-index .entry-hero{grid-template-columns:1fr;min-height:650px}
  body.vp-shell.vp-route-index .entry-copy{width:72%;padding:34px 28px}
  .vp-entry-art{position:absolute;inset:220px -70px -20px 24%;opacity:.78}
}

@media(max-width:700px){
  body.vp-shell{padding-bottom:66px}
  body.vp-shell .navbar.vg-navbar{padding-inline:10px}
  body.vp-shell .vg-nav-inner{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px!important;flex-wrap:nowrap!important}
  body.vp-shell .vg-nav-actions{width:auto!important;max-width:100%;margin:0!important;display:flex!important;flex-wrap:nowrap!important;gap:5px!important;justify-self:end}
  body.vp-shell .vg-brand{min-width:0;max-width:116px}
  body.vp-shell .vg-brand-copy{min-width:0}
  body.vp-shell .vg-brand-tag,body.vp-shell .vg-theme-btn{display:none!important}
  body.vp-shell .vg-wallet-pill small{display:none}
  body.vp-shell .vg-wallet-pill{padding-inline:9px}
  body.vp-shell .vg-language-switch{width:38px!important;min-width:38px!important;max-width:38px!important;padding:0!important;overflow:hidden}
  body.vp-shell .vg-language-switch select{width:36px!important;padding:0 2px!important;text-align:center!important;font-size:9px!important}
  .vg-language-switch i{display:none}
  body.vp-shell .vg-auth-cta{width:38px;padding:0;font-size:0}body.vp-shell .vg-auth-cta i{font-size:14px}
  body.vp-shell.vp-route-index .main-wrapper{width:calc(100% - 20px)!important;max-width:calc(100% - 20px)!important;padding-top:12px}
  body.vp-shell.vp-route-index :where(.entry-shell,.entry-hero,.entry-copy,.hero-actions,.hero-trust,.entry-ticker,.home-section,.section-head,.category-row,.game-row,.highlight-grid,.final-cta){min-width:0;max-width:100%}
  body.vp-shell.vp-route-index .entry-hero{position:relative;display:flex;flex-direction:column;width:100%;min-height:0;border-radius:17px;overflow:hidden}
  body.vp-shell.vp-route-index .entry-copy{position:relative;z-index:2;order:1;width:100%;max-width:100%;padding:26px 18px 10px;overflow:hidden}
  body.vp-shell.vp-route-index .entry-kicker{width:auto;max-width:100%;align-self:flex-start;white-space:normal;line-height:1.45}
  body.vp-shell.vp-route-index .entry-copy h1{width:100%;max-width:100%;margin-block:14px 12px;font-size:clamp(34px,10.5vw,44px);line-height:1;letter-spacing:-.04em;overflow-wrap:anywhere}
  body.vp-shell.vp-route-index .entry-copy p{width:100%;max-width:100%;font-size:13px;line-height:1.7;white-space:normal!important;overflow-wrap:anywhere}
  body.vp-shell.vp-route-index .hero-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  body.vp-shell.vp-route-index .hero-primary,body.vp-shell.vp-route-index .hero-secondary{width:100%;min-width:0;max-width:100%;padding-inline:8px;white-space:normal;text-align:center;line-height:1.25}
  body.vp-shell.vp-route-index .hero-trust{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px 5px;letter-spacing:0;text-transform:none}
  body.vp-shell.vp-route-index .hero-trust span{min-width:0;text-align:center;line-height:1.35}
  body.vp-shell.vp-route-index .vp-entry-art{position:relative;inset:auto;order:2;width:100%;height:235px;margin-top:-8px;opacity:1;overflow:hidden}
  body.vp-shell.vp-route-index .vp-entry-art:before{width:250px;height:250px;right:8%;top:0}
  body.vp-shell.vp-route-index .vp-entry-art img,[dir="rtl"] body.vp-shell.vp-route-index .vp-entry-art img{width:100%;height:100%;max-width:100%;object-fit:contain;object-position:center;transform:none}
  body.vp-shell.vp-route-index .entry-ticker,body.vp-shell.vp-route-index .category-row{width:100%;max-width:100%;contain:inline-size}
  body.vp-shell.vp-route-index .ticker-track{max-width:none}
  body.vp-shell.vp-route-index .game-row{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}
  body.vp-shell.vp-route-index .game-card{min-width:0;min-height:215px}
  body.vp-shell.vp-route-index .game-art{height:138px}
  body.vp-shell.vp-route-index .highlight-grid{grid-template-columns:1fr 1fr}
  body.vp-shell.vp-route-dashboard .game-selector{grid-template-columns:1fr}
  body.vp-shell.vp-route-dashboard .game-choice,body.vp-shell.vp-route-dashboard .game-choice.boxes{min-height:230px}
  .vp-bottom-nav{position:fixed;z-index:1025;inset:auto 0 0;min-height:66px;display:grid;grid-template-columns:repeat(5,1fr);padding:6px 5px max(6px,env(safe-area-inset-bottom));border-top:1px solid #283238;background:rgba(13,18,21,.96);backdrop-filter:blur(16px)}
  .vp-bottom-nav a{display:grid;place-items:center;gap:1px;color:#78868d}.vp-bottom-nav a.active{color:var(--vp-lime)}.vp-bottom-nav i{font-size:17px}.vp-bottom-nav small{font-size:10px;font-weight:750}
  body.vp-shell .vg-footer{padding-bottom:84px}
}

@media(max-width:430px){
  body.vp-shell .vg-nav-actions{gap:5px}.vp-search-trigger{width:37px;height:37px}
  body.vp-shell .vg-language-switch,body.vp-shell .vg-menu-btn{height:37px!important;width:37px!important;flex-basis:37px!important}
  body.vp-shell .vg-brand{min-width:0;gap:7px}body.vp-shell .vg-brand-mark{width:33px;height:33px;flex-basis:33px}body.vp-shell .vg-wordmark{font-size:13px}
  body.vp-shell.vp-route-index .entry-copy{padding:23px 15px 8px}
  body.vp-shell.vp-route-index .entry-copy h1{font-size:clamp(32px,10vw,40px)}
  body.vp-shell.vp-route-index .hero-actions{grid-template-columns:1fr}
  body.vp-shell.vp-route-index .hero-trust{grid-template-columns:1fr 1fr}
  body.vp-shell.vp-route-index .game-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  body.vp-shell.vp-route-index .game-card{min-height:178px;border-radius:13px}
  body.vp-shell.vp-route-index .game-art{height:112px}
  body.vp-shell.vp-route-index .game-symbol{width:62px;height:62px;border-radius:18px;font-size:28px}
  body.vp-shell.vp-route-index .highlight-grid{grid-template-columns:1fr}
  body.vp-shell.vp-route-index .final-cta{grid-template-columns:1fr;padding:18px}
  body.vp-shell.vp-route-index .final-cta a{width:100%;min-width:0}
  body.vp-shell.vp-route-index .game-info{padding:9px;align-items:flex-start;gap:4px}
  body.vp-shell.vp-route-index .game-info strong{font-size:12px;line-height:1.25}
  body.vp-shell.vp-route-index .game-info span{font-size:10px;line-height:1.35}
  body.vp-shell.vp-route-index .play-chip{display:none}
  .vp-search-panel{margin-top:18px}
}

@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
