@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400..800&family=Outfit:wght@300..800&family=JetBrains+Mono:wght@400;500;600;700&display=swap");:root{--hk-primary:#1565c0;--hk-primary-dark:#0d47a1;--hk-primary-light:#e3f2fd;--hk-yellow:#ffc107;--hk-dark:#0a1628;--hk-gray:#64748b;--hk-gray-light:#94a3b8;--hk-border:#e2e8f0;--font-heading:"Bricolage Grotesque","Outfit",-apple-system,sans-serif;--font-body:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:var(--font-body);color:var(--hk-dark);background:#fff;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}h1,h2,h3{font-family:var(--font-heading);letter-spacing:-.02em}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#1565c0,#f48fb1);border-radius:8px}.page-container{max-width:1200px;margin:0 auto;padding:0 20px}.hk-nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--hk-border)}.hk-nav-inner{justify-content:space-between;height:64px}.hk-nav-brand,.hk-nav-inner{display:flex;align-items:center}.hk-nav-brand{gap:10px;font-size:18px;font-weight:800;color:var(--hk-dark)}.hk-nav-brand .logo{width:34px;height:34px;border-radius:10px;background:var(--hk-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;object-fit:cover}.hk-nav-brand span em{font-style:normal;color:var(--hk-primary)}.hk-nav-actions{display:flex;gap:10px}.hk-nav-btn{padding:9px 18px;border-radius:10px;font-size:14px;font-weight:700;font-family:inherit;border:1.5px solid var(--hk-border);background:#fff;color:var(--hk-dark);cursor:pointer;transition:all .15s}.hk-nav-btn.primary,.hk-nav-btn:hover{border-color:var(--hk-primary)}.hk-nav-btn.primary{background:var(--hk-primary);color:#fff}.hk-nav-btn.primary:hover{background:var(--hk-primary-dark)}.hk-hero{position:relative;background:#0a1628;overflow:visible;border-bottom:3px solid #ffc107;padding:56px 0 0}.hk-hero-bg{overflow:hidden;z-index:0;pointer-events:none}.hk-bg-grid,.hk-hero-bg{position:absolute;inset:0}.hk-bg-grid{background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 0);background-size:56px 56px;mask-image:radial-gradient(ellipse at 50% 30%,#000 30%,transparent 75%);-webkit-mask-image:radial-gradient(ellipse at 50% 30%,#000 30%,transparent 75%)}.hk-bg-dots{position:absolute;inset:0;background-image:radial-gradient(rgba(255,193,7,.18) 1px,transparent 0);background-size:28px 28px;background-position:14px 14px;mask-image:radial-gradient(ellipse at 70% 70%,#000 0,transparent 60%);-webkit-mask-image:radial-gradient(ellipse at 70% 70%,#000 0,transparent 60%)}.hk-bg-glow{position:absolute;border-radius:50%;filter:blur(90px);z-index:0}.hk-bg-glow-blue{width:480px;height:480px;background:rgba(21,101,192,.5);top:-180px;left:-120px}.hk-bg-glow-pink{width:380px;height:380px;background:rgba(244,143,177,.25);bottom:-160px;right:-80px}.hk-bracket{position:absolute;width:22px;height:22px;border:1.5px solid rgba(255,193,7,.4);z-index:1}.hk-bracket-tl{top:18px;left:18px;border-right:none;border-bottom:none}.hk-bracket-tr{top:18px;right:18px;border-left:none;border-bottom:none}.hk-bracket-bl{bottom:28px;left:18px;border-right:none;border-top:none}.hk-bracket-br{bottom:28px;right:18px;border-left:none;border-top:none}.hk-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr 1fr;gap:48px;align-items:start;padding-top:24px;padding-bottom:56px}.hk-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:100px;font-size:12px;font-weight:600;color:rgba(255,255,255,.7)}.hk-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:#34d399;box-shadow:0 0 8px #34d399;animation:hkPulse 1.6s ease infinite}@keyframes hkPulse{50%{opacity:.35}}.hk-eyebrow-tag{font-size:9.5px;font-weight:800;background:#ffc107;color:#0a1628;padding:2px 6px;border-radius:4px;letter-spacing:.08em}.hk-headline{margin-top:22px;font-size:clamp(34px,4.6vw,56px);line-height:1.05;font-weight:900;color:#fff;letter-spacing:-.025em}.hk-headline em{font-style:italic;color:#ffc107;font-weight:800}.hk-headline-num{display:inline-block;background:linear-gradient(180deg,#fff 50%,rgba(255,255,255,.7));-webkit-background-clip:text;background-clip:text;color:transparent}.hk-tagline{margin-top:16px;font-size:15px;line-height:1.6;color:rgba(255,255,255,.55);max-width:460px}.hk-widget{margin-top:26px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:18px;backdrop-filter:blur(10px);box-shadow:0 18px 50px -20px rgba(0,0,0,.5);position:relative}.hk-widget-head{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;color:rgba(255,255,255,.65);letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px}.hk-widget-dot{width:6px;height:6px;border-radius:50%;background:#ffc107;box-shadow:0 0 8px #ffc107}.hk-widget-meta{margin-left:auto;font-size:9.5px;font-weight:800;color:#34d399;background:rgba(52,211,153,.12);padding:2px 7px;border-radius:4px;letter-spacing:.12em}.hk-widget-row{display:grid;grid-template-columns:1.1fr 1fr;gap:10px;margin-bottom:12px}.hk-widget-field{display:flex;flex-direction:column;gap:5px}.hk-widget-field>span{font-size:10.5px;font-weight:700;color:rgba(255,255,255,.5);letter-spacing:.06em;text-transform:uppercase}.hk-input{height:42px;padding:0 12px;background:rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.08);border-radius:9px;color:#fff;font-family:inherit;font-size:13.5px;font-weight:600;outline:none;transition:all .15s;width:100%}.hk-input:focus{border-color:#ffc107;background:rgba(0,0,0,.4);box-shadow:0 0 0 3px rgba(255,193,7,.12)}.hk-input::placeholder{color:rgba(255,255,255,.3);font-weight:500}.hk-input option{background:#0a1628;color:#fff}.hk-amount-row{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;margin-bottom:14px}.hk-amount-chip{height:38px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:8px;color:rgba(255,255,255,.7);font-family:inherit;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px;transition:all .15s}.hk-amount-chip:hover{border-color:rgba(255,193,7,.4);color:#fff}.hk-amount-chip.active{background:#ffc107;color:#0a1628;border-color:#ffc107}.hk-widget-cta{width:100%;height:46px;background:#ffc107;color:#0a1628;border:none;border-radius:10px;font-family:inherit;font-size:13.5px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .15s}.hk-widget-cta:hover:not(:disabled){background:#ffca28;transform:translateY(-1px);box-shadow:0 10px 24px rgba(255,193,7,.3)}.hk-widget-cta:disabled{opacity:.45;cursor:not-allowed}.hk-live-strip{margin-top:22px;display:flex;align-items:center;gap:18px;padding:16px 18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:12px}.hk-live-item{display:flex;flex-direction:column;gap:2px}.hk-live-num{font-size:20px;font-weight:900;color:#fff;letter-spacing:-.02em;line-height:1;font-variant-numeric:tabular-nums}.hk-live-unit{font-size:14px;color:#ffc107;margin-left:2px}.hk-live-lbl{font-size:10px;font-weight:700;color:rgba(255,255,255,.45);letter-spacing:.08em;text-transform:uppercase}.hk-live-bar{width:1px;height:28px;background:rgba(255,255,255,.08)}.hk-hero-right{display:flex;flex-direction:column;gap:22px}.hk-feed{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;backdrop-filter:blur(10px)}.hk-feed-head{display:flex;align-items:center;gap:8px;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.06);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.hk-feed-pulse{width:8px;height:8px;border-radius:50%;background:#34d399;animation:hkRipple 1.6s ease infinite}@keyframes hkRipple{0%{box-shadow:0 0 0 0 rgba(52,211,153,.6)}to{box-shadow:0 0 0 8px rgba(52,211,153,0)}}.hk-feed-title{color:rgba(255,255,255,.85)}.hk-feed-meta{margin-left:auto;font-size:10px;font-weight:700;color:rgba(255,255,255,.4)}.hk-feed-body{padding:8px 0}.hk-feed-list{display:flex;flex-direction:column}.hk-feed-row{display:flex;align-items:center;gap:12px;padding:12px 18px;position:relative}.hk-feed-row.is-link{cursor:pointer;transition:background .15s}.hk-feed-row.is-link:hover{background:rgba(255,255,255,.05)}.hk-marquee-item{cursor:pointer;transition:opacity .15s}.hk-marquee-item:hover{opacity:1}.hk-feed-row.is-newest{background:rgba(255,193,7,.06)}.hk-feed-row.is-newest:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#ffc107}.hk-feed-avatar{width:34px;height:34px;background:linear-gradient(135deg,#1565c0,#0d47a1);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:13px;flex-shrink:0;overflow:hidden}.hk-feed-avatar img{width:100%;height:100%;object-fit:cover}.hk-feed-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.hk-feed-line{display:flex;align-items:center;gap:8px;font-size:13px}.hk-feed-line strong{font-weight:700;color:#fff}.hk-feed-tag{font-size:10px;font-weight:800;padding:2px 7px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.7);border-radius:4px}.hk-feed-sub{font-size:11.5px;color:rgba(255,255,255,.45);font-weight:500}.hk-feed-status{width:26px;height:26px;border-radius:50%;background:rgba(52,211,153,.12);color:#34d399;display:flex;align-items:center;justify-content:center;font-size:11px;flex-shrink:0}.hk-feed-status-pending{background:rgba(255,193,7,.14);color:#ffc107}.hk-feed-status-cancelled,.hk-feed-status-failed{background:rgba(248,113,113,.14);color:#f87171}.hk-feed-empty{padding:18px 4px;text-align:center;font-size:12.5px;color:rgba(255,255,255,.4);font-weight:500}.hk-mosaic{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.hk-mosaic-tile{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;cursor:pointer;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03);transition:all .25s cubic-bezier(.4,0,.2,1)}.hk-mosaic-tile:nth-child(odd){transform:rotate(-1deg)}.hk-mosaic-tile:nth-child(2n){transform:rotate(1deg)}.hk-mosaic-tile:hover{transform:scale(1.06) rotate(0deg);border-color:#ffc107;box-shadow:0 18px 40px -10px rgba(255,193,7,.3);z-index:2}.hk-mosaic-tile img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}.hk-mosaic-tile:hover img{transform:scale(1.1)}.hk-mosaic-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(10,22,40,.9));display:flex;align-items:flex-end;padding:10px;opacity:0;transition:opacity .2s}.hk-mosaic-tile:hover .hk-mosaic-overlay{opacity:1}.hk-mosaic-overlay span{font-size:11px;font-weight:700;color:#fff}.hk-marquee{position:relative;z-index:2;padding:18px 0;border-top:1px solid rgba(255,255,255,.06);background:rgba(0,0,0,.2);overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.hk-marquee-track{display:flex;gap:24px;width:max-content;animation:hkScroll 40s linear infinite}@keyframes hkScroll{0%{transform:translateX(0)}to{transform:translateX(calc(-50% - 12px))}}.hk-marquee:hover .hk-marquee-track{animation-play-state:paused}.hk-marquee-item{display:flex;align-items:center;gap:10px;flex-shrink:0;opacity:.7}.hk-marquee-item img{width:28px;height:28px;border-radius:7px;object-fit:cover}.hk-marquee-item span{font-size:12px;font-weight:600;color:rgba(255,255,255,.7);white-space:nowrap}.games-section{padding:48px 0;background:#fff}.games-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;gap:16px;flex-wrap:wrap}.games-title{font-size:20px;font-weight:800;color:var(--hk-dark);margin:0}.games-filters{display:flex;gap:8px}.filter-btn{padding:8px 18px;font-size:13px;font-weight:700;font-family:inherit;border:1.5px solid var(--hk-border);background:#fff;color:var(--hk-gray);border-radius:100px;cursor:pointer;transition:all .2s}.filter-btn:hover{color:#0f172a;background:#e2e8f0}.filter-btn.active{color:#0a1628;border-color:transparent;background:#ffc107;font-weight:800}.games-search-wrap{margin-bottom:24px}.games-search{width:100%;max-width:400px;padding:10px 16px;font-size:14px;border:1.5px solid var(--hk-border);border-radius:12px;outline:none;font-family:inherit;transition:border-color .15s;color:var(--hk-dark)}.games-search:focus{border-color:var(--hk-primary)}.game-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width:1200px){.game-list-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.game-list-grid{grid-template-columns:1fr}.games-header{flex-direction:column;align-items:flex-start}.hk-hero-inner{grid-template-columns:1fr}}.game-list-card{display:flex;background:#fff;border:1.5px solid #e2e8f0;border-left:4px solid #1565c0;border-radius:16px;padding:14px;gap:16px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);color:#0f172a;box-shadow:0 4px 15px rgba(0,0,0,.03);position:relative;overflow:hidden}.game-list-card:hover{transform:translateY(-5px);border-color:#ffc107;border-left:4px solid #ffc107;box-shadow:0 10px 30px rgba(21,101,192,.12),0 0 0 1px rgba(255,193,7,.15)}.game-list-img-wrap{position:relative;width:110px;height:110px;flex-shrink:0;border-radius:12px;overflow:hidden;background:#f1f5f9}.game-list-img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.game-list-card:hover .game-list-img{transform:scale(1.08)}.game-list-badge{position:absolute;top:6px;right:6px;background:#ffc107;color:#0a1628;font-size:10px;font-weight:800;padding:3px 6px;border-radius:6px;z-index:1}.game-list-content{display:flex;flex-direction:column;flex:1;min-width:0;padding:2px 0}.game-list-name{font-size:16px;font-weight:700;margin:0 0 10px;line-height:1.3;color:#0f172a;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.game-list-stats{display:flex;gap:8px;align-items:stretch;width:100%;margin-bottom:auto}.stat-badge{display:inline-flex;align-items:center;justify-content:center;gap:5px;background:#f8fafc;border:1px solid #e2e8f0;padding:5px 8px;border-radius:100px;font-size:11px;color:#64748b;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stat-badge .stat-unit{color:#94a3b8}.game-list-footer{display:flex;align-items:center;justify-content:flex-end;margin-top:12px}.game-list-btn{display:inline-flex;align-items:center;gap:8px;background:#ffc107;color:#0a1628;border:none;padding:8px 18px;border-radius:8px;font-weight:700;font-size:13px;font-family:inherit;cursor:pointer;transition:all .15s}.game-list-card:hover .game-list-btn{background:#0a1628;color:#fff}.games-empty{text-align:center;color:var(--hk-gray);padding:40px 0}.games-more{display:flex;justify-content:center;margin-top:28px}.games-more-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 26px;font-size:14px;font-weight:700;font-family:inherit;color:var(--hk-dark);background:#fff;border:1.5px solid var(--hk-border);border-radius:12px;cursor:pointer;transition:all .15s}.games-more-btn:hover{border-color:var(--hk-primary);transform:translateY(-1px)}.games-more-count{font-size:12px;font-weight:600;color:#94a3b8;background:#f1f5f9;padding:3px 9px;border-radius:100px}.hk-shiny{display:inline-block;background:linear-gradient(90deg,transparent 20%,rgba(255,255,255,.9) 50%,transparent 80%);background-size:220% 100%;background-clip:text;-webkit-background-clip:text;color:rgba(255,255,255,.55);-webkit-text-fill-color:transparent;animation:hkShiny 3.2s linear infinite}@keyframes hkShiny{0%{background-position:220% 0}to{background-position:-120% 0}}.hk-beam{position:absolute;inset:0;border-radius:inherit;padding:1px;pointer-events:none;background:conic-gradient(from var(--hk-beam-angle,0deg),transparent 0deg,transparent 300deg,#ffc107 340deg,#f48fb1 1turn);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;animation:hkBeam 8s linear infinite}@property --hk-beam-angle{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes hkBeam{to{--hk-beam-angle:360deg}}.hk-beam-svg{position:absolute;top:0;left:0;pointer-events:none;z-index:0}@media (prefers-reduced-motion:reduce){.hk-shiny{color:rgba(255,255,255,.7);-webkit-text-fill-color:currentColor}.hk-beam,.hk-shiny{animation:none}}.hk-flow{background:#fff;padding:8px 0 52px}.hk-flow-panel{position:relative;background:#0a1628;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:40px 28px;overflow:hidden;box-shadow:0 24px 60px -30px rgba(10,22,40,.6)}.hk-flow-panel .hk-bg-glow-blue{width:360px;height:360px;top:-160px;left:-80px}.hk-flow-panel .hk-bg-glow-pink{width:300px;height:300px;bottom:-140px;right:-60px}.hk-flow-head{text-align:center;margin-bottom:36px;position:relative;z-index:2}.hk-flow-title{font-size:clamp(20px,3vw,28px);font-weight:800;color:#fff;margin:0}.hk-flow-title em{font-style:italic;color:#ffc107}.hk-flow-sub{margin-top:8px;font-size:14px;color:rgba(255,255,255,.5)}.hk-flow-stage{justify-content:space-between;max-width:620px;margin:0 auto;z-index:1}.hk-flow-node,.hk-flow-stage{position:relative;display:flex;align-items:center}.hk-flow-node{z-index:2;flex-direction:column;gap:12px}.hk-flow-icon{width:66px;height:66px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);color:#fff;box-shadow:0 10px 28px rgba(0,0,0,.35)}.hk-flow-icon img{width:100%;height:100%;object-fit:cover;border-radius:17px}.hk-flow-icon.is-accent{background:#ffc107;border-color:#ffc107;color:#0a1628;box-shadow:0 10px 28px rgba(255,193,7,.3)}.hk-flow-label{font-size:12px;font-weight:700;color:rgba(255,255,255,.72);letter-spacing:.03em}@media (max-width:560px){.hk-flow-stage{max-width:300px}.hk-flow-icon{width:54px;height:54px;border-radius:15px}.hk-flow-label{font-size:11px}}.hk-shimmer-btn{--hk-spread:90deg;--hk-shimmer:rgba(10,22,40,.55);--hk-speed:3s;--hk-cut:0.05em;--hk-bg:#ffc107;position:relative;z-index:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;overflow:hidden;cursor:pointer;width:auto;height:46px;padding:0 20px;border:none;border-radius:10px;background:var(--hk-bg);color:#0a1628;font-family:inherit;font-size:13.5px;font-weight:800;white-space:nowrap;transition:transform .3s ease}.hk-shimmer-btn.full{width:100%}.hk-shimmer-btn:active{transform:translateY(1px)}.hk-shimmer-btn:disabled{opacity:.45;cursor:not-allowed}.hk-shimmer-spark-wrap{position:absolute;inset:0;z-index:-30;overflow:visible;filter:blur(2px);container-type:size}.hk-shimmer-spark{position:absolute;inset:0;aspect-ratio:1;height:100cqh;animation:hkShimmerSlide var(--hk-speed) ease-in-out infinite alternate}.hk-shimmer-spark:before{content:"";position:absolute;inset:-100%;width:auto;rotate:0deg;background:conic-gradient(from calc(270deg - (var(--hk-spread) * .5)),transparent 0,var(--hk-shimmer) var(--hk-spread),transparent var(--hk-spread));translate:0 0;animation:hkSpinAround calc(var(--hk-speed) * 2) linear infinite}.hk-shimmer-backdrop{position:absolute;inset:var(--hk-cut);z-index:-20;border-radius:10px;background:var(--hk-bg)}.hk-shimmer-content{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px}.hk-shimmer-btn:hover:not(:disabled){box-shadow:0 10px 24px rgba(255,193,7,.3)}@keyframes hkSpinAround{0%{transform:translateZ(0) rotate(0)}15%,35%{transform:translateZ(0) rotate(90deg)}65%,85%{transform:translateZ(0) rotate(270deg)}to{transform:translateZ(0) rotate(1turn)}}@keyframes hkShimmerSlide{to{transform:translate(calc(100cqw - 100%))}}.hk-magic-card{position:relative}.hk-magic-spotlight{position:absolute;inset:0;z-index:1;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .3s;background:radial-gradient(220px circle at var(--hk-mx,50%) var(--hk-my,50%),rgba(255,193,7,.18),transparent 70%)}.hk-magic-card:hover .hk-magic-spotlight{opacity:1}@media (prefers-reduced-motion:reduce){.hk-list-in,.hk-shimmer-spark,.hk-shimmer-spark:before{animation:none}}.hk-feed-row.is-newest{animation:hkListIn .35s cubic-bezier(.16,1,.3,1)}@keyframes hkListIn{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}.gd-wrap{min-height:100vh;background:#f1f5f9}.gd-hero{position:relative;height:180px;overflow:hidden;clip-path:polygon(0 0,100% 0,100% 85%,0 100%)}.gd-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.gd-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(10,22,40,.95),rgba(21,101,192,.85))}.gd-hero-inner{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:center;padding-top:16px;padding-bottom:16px}.gd-back{display:inline-flex;align-items:center;gap:6px;color:rgba(255,255,255,.7);font-size:13px;font-weight:600;margin-bottom:12px;transition:color .2s}.gd-back:hover{color:#ffc107}.gd-hero-row{display:flex;align-items:center;gap:16px}.gd-game-icon{width:64px;height:64px;border-radius:14px;object-fit:cover;border:2px solid rgba(255,255,255,.15);box-shadow:0 4px 16px rgba(0,0,0,.3)}.gd-game-name{font-size:26px;font-weight:900;color:#fff;margin:0 0 8px;letter-spacing:-.02em}.gd-tags{display:flex;gap:8px;flex-wrap:wrap}.gd-tag{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:16px;color:rgba(255,255,255,.85);font-size:11px;font-weight:700;backdrop-filter:blur(8px)}.gd-body{padding:20px 0 64px;margin-top:-20px;position:relative;z-index:2}.gd-grid{display:grid;grid-template-columns:1fr 380px;gap:20px;align-items:start}.gd-card{background:#fff;border-radius:14px;padding:22px;border:1px solid #e2e8f0;margin-bottom:16px;box-shadow:0 1px 3px rgba(0,0,0,.04)}.gd-card-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px}.gd-step{width:28px;height:28px;background:#0a1628;color:#ffc107;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;flex-shrink:0}.gd-card-title{font-size:16px;font-weight:800;color:#0f172a;margin:0 0 2px;letter-spacing:-.01em}.gd-card-sub{font-size:12px;color:#94a3b8;margin:0}.gd-tabs{display:flex;gap:6px;margin-bottom:16px;flex-wrap:wrap}.gd-tab{padding:6px 16px;background:#f1f5f9;border:none;border-radius:18px;color:#64748b;font-size:12px;font-weight:700;cursor:pointer;transition:all .15s;font-family:inherit}.gd-tab:hover{background:#e2e8f0;color:#0f172a}.gd-tab.active{background:#ffc107;color:#0a1628}.gd-products{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.gd-product{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .2s}.gd-product:hover{border-color:#1565c0;background:#f8fafc;transform:translateY(-1px)}.gd-product.selected{border-color:#1565c0;background:#e3f2fd;box-shadow:0 0 0 3px rgba(21,101,192,.1)}.gd-prod-left{display:flex;align-items:center;gap:10px;min-width:0}.gd-prod-icon{color:#1565c0;display:inline-flex}.gd-prod-name{font-size:14px;font-weight:700;color:#0f172a}.gd-prod-right{display:flex;align-items:center;gap:10px}.gd-prod-price{font-size:15px;font-weight:800;color:#f48fb1;font-family:var(--font-mono,monospace)}.gd-prod-check{width:22px;height:22px;background:#1565c0;color:#fff;border-radius:50%}.gd-loading,.gd-prod-check{display:flex;align-items:center;justify-content:center}.gd-loading{padding:32px;color:#94a3b8;font-size:13px}.gd-inputs{display:grid;grid-template-columns:1fr auto;gap:10px;margin-bottom:12px}.gd-field{display:flex;flex-direction:column;gap:6px}.gd-field.full{grid-column:1/-1}.gd-field-sm{width:100px}.gd-field label{font-size:12px;font-weight:700;color:#334155}.gd-field input{height:44px;padding:0 14px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;color:#0f172a;font-family:inherit;transition:border-color .15s}.gd-field input:focus{outline:none;border-color:#1565c0}.gd-verify{width:100%;height:42px;background:#1565c0;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .15s;font-family:inherit;margin-bottom:10px}.gd-verify:hover:not(:disabled){background:#0d47a1}.gd-verify:disabled{opacity:.5;cursor:not-allowed}.gd-result{padding:10px 14px;background:#e3f2fd;border:1px solid #90caf9;border-radius:8px;color:#1565c0;font-size:13px;font-weight:600}.gd-result.err{background:#fef2f2;border-color:#fecaca;color:#dc2626}.gd-checkout-card{border:2px solid transparent;background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#1565c0,#ffc107,#f48fb1,#1565c0);background-origin:border-box;background-clip:padding-box,border-box}.gd-summary{padding:14px;background:#f8fafc;border-radius:10px;margin-bottom:12px}.gd-sum-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#64748b;padding:4px 0}.gd-sum-val{font-weight:700;color:#0f172a;font-size:13px}.gd-sum-divider{height:1px;background:#e2e8f0;margin:8px 0}.gd-sum-total{font-weight:800;color:#0f172a;font-size:15px}.gd-sum-price{font-size:18px;font-weight:900;color:#f48fb1;font-family:var(--font-mono,monospace)}.gd-pay{width:100%;height:50px;background:#ffc107;color:#0a1628;border:none;border-radius:10px;font-size:15px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .15s;font-family:inherit;box-shadow:0 4px 14px rgba(255,193,7,.3)}.gd-pay:hover:not(:disabled){background:#ffca28;transform:translateY(-1px);box-shadow:0 6px 20px rgba(255,193,7,.4)}.gd-pay:disabled{opacity:.4;cursor:not-allowed}@media (max-width:1024px){.gd-grid{display:flex;flex-direction:column}.gd-left,.gd-right{display:contents}.gd-account-card{order:1}.gd-products-card{order:2}.gd-checkout-card{order:3}}@media (max-width:640px){.gd-hero{height:140px}.gd-game-icon{width:48px;height:48px}.gd-game-name{font-size:20px}.gd-card{padding:18px}.gd-inputs{grid-template-columns:1fr}.gd-field-sm{width:100%}.gd-products{grid-template-columns:1fr}}.hk-footer{border-top:1px solid var(--hk-border);padding:28px 0;color:var(--hk-gray);font-size:13px;text-align:center;background:#fff}