.home-page.svelte-1wf931c{min-height:calc(100vh - 64px)}.hero-box.svelte-1wf931c{background:#212026 url(/test.png) center center / cover no-repeat;padding:32px 0;box-shadow:0 2px 8px #00000026}.hero-box-inner.svelte-1wf931c{max-width:1400px;margin:0 auto;padding:0 48px}.hero-content.svelte-1wf931c{display:flex;align-items:stretch;justify-content:space-between;gap:32px;height:270px}.hero-left.svelte-1wf931c{flex:1;display:flex;flex-direction:column;justify-content:center;gap:16px}.hero-right.svelte-1wf931c{flex-shrink:0;height:100%}.welcome-title.svelte-1wf931c{font-size:2.5rem;font-weight:900;color:#fff;margin:0}.username-highlight.svelte-1wf931c{background:linear-gradient(135deg,#ff66a3,#e91e63);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.stats-box.svelte-1wf931c{background:var(--bg-dark);border-radius:8px;overflow:hidden;max-width:320px}.stats-grid.svelte-1wf931c{display:grid;grid-template-columns:1fr 1fr}.stats-cell.svelte-1wf931c{display:flex;flex-direction:column;gap:4px;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.06)}.stats-cell.svelte-1wf931c:nth-child(odd){border-right:1px solid rgba(255,255,255,.06)}.stats-key.svelte-1wf931c{font-size:11px;font-weight:700;color:var(--text-muted)}.stats-val.svelte-1wf931c{font-size:15px;font-weight:700;color:#fff}.stats-wins.svelte-1wf931c{color:#4ade80}.stats-losses.svelte-1wf931c{color:#f87171}.stats-profit.svelte-1wf931c{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-left:3px solid var(--text-muted)}.stats-profit.profit-pos.svelte-1wf931c{border-left-color:#4ade80;background:#4ade800d}.stats-profit.profit-neg.svelte-1wf931c{border-left-color:#f87171;background:#f871710d}.stats-profit-val.svelte-1wf931c{font-size:15px;font-weight:700;color:#fff}.stats-profit.profit-pos.svelte-1wf931c .stats-profit-val:where(.svelte-1wf931c){color:#4ade80}.stats-profit.profit-neg.svelte-1wf931c .stats-profit-val:where(.svelte-1wf931c){color:#f87171}.hero-logged-out.svelte-1wf931c{display:flex;align-items:stretch;justify-content:space-between;gap:32px;height:270px}.hero-left-logged-out.svelte-1wf931c{flex:1;display:flex;flex-direction:column;justify-content:center;gap:8px}.hero-headline.svelte-1wf931c{font-size:2rem;font-weight:800;color:var(--text-primary);margin:0 0 14px}.register-section.svelte-1wf931c{display:flex;flex-direction:column;gap:12px}.register-btn.svelte-1wf931c{background:var(--accent-crimson);color:#fff;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:700;align-self:flex-start}.register-btn.svelte-1wf931c:hover{background:var(--accent-crimson-hover)}.register-options.svelte-1wf931c{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:14px}.or-text.svelte-1wf931c{font-size:13px;color:var(--text-primary)}.social-buttons.svelte-1wf931c{display:flex;gap:12px}.social-btn.svelte-1wf931c{width:42px;height:42px;background:var(--bg-hover);border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.social-btn.svelte-1wf931c:hover{background:var(--bg-active)}.promo-cards.svelte-1wf931c{display:flex;gap:16px;height:100%}.promo-card.svelte-1wf931c{display:flex;flex-direction:column;width:300px;height:100%;border-radius:4px;overflow:hidden;background:var(--bg-tertiary);transition:transform .2s,box-shadow .2s;text-decoration:none}.promo-card.svelte-1wf931c:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000004d}.promo-image-wrap.svelte-1wf931c{overflow:hidden;flex:1}.promo-image.svelte-1wf931c{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.5)}.promo-label.svelte-1wf931c{display:flex;align-items:center;gap:10px;padding:10px 16px;background:var(--bg-dark);color:#fff;font-size:15px;font-weight:700}.promo-icon.svelte-1wf931c{width:20px;height:20px;opacity:.7}.promo-label.svelte-1wf931c span:where(.svelte-1wf931c){flex:1}.promo-arrow.svelte-1wf931c{width:18px;height:18px;opacity:.6}.main-content.svelte-1wf931c{max-width:1400px;margin:0 auto;padding:24px 48px 0}.search-section.svelte-1wf931c{margin-bottom:28px}.search-box.svelte-1wf931c{position:relative;width:100%;background:var(--bg-dark);border:1px solid rgba(255,255,255,.1);border-radius:8px;display:flex;align-items:center;transition:border-color .2s ease}.search-box.svelte-1wf931c:focus-within{border-color:#fff3}.search-icon.svelte-1wf931c{position:absolute;left:14px;width:18px;height:18px;color:var(--text-muted);pointer-events:none}.search-input.svelte-1wf931c{width:100%;padding:14px 44px;background:transparent;border:none;color:var(--text-primary);font-size:14px;font-weight:700}.search-input.svelte-1wf931c:focus{outline:none}.search-input.svelte-1wf931c::placeholder{color:var(--text-muted)}.search-clear.svelte-1wf931c{position:absolute;right:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);border-radius:6px}.search-clear.svelte-1wf931c:hover{background:var(--bg-hover);color:var(--text-primary)}.search-clear.svelte-1wf931c svg:where(.svelte-1wf931c){width:18px;height:18px}.game-section.svelte-1wf931c{margin-bottom:56px;padding-top:12px;overflow:visible}.section-header.svelte-1wf931c{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-title.svelte-1wf931c{display:flex;align-items:center;gap:8px;font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0}.carousel-controls.svelte-1wf931c{display:flex;gap:8px}.carousel-btn.svelte-1wf931c{width:28px;height:28px;background:var(--bg-tertiary);border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .15s}.carousel-btn.svelte-1wf931c:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.carousel-btn.svelte-1wf931c:disabled{opacity:.3;cursor:not-allowed}.carousel-btn.svelte-1wf931c svg:where(.svelte-1wf931c){width:18px;height:18px}.games-grid.svelte-1wf931c{display:flex;gap:12px;overflow-x:auto;overflow-y:visible;scrollbar-width:none;-ms-overflow-style:none;padding:12px 0;margin:-12px 0}.games-grid.svelte-1wf931c::-webkit-scrollbar{display:none}.carousel-row.svelte-1wf931c{display:flex;gap:12px;overflow-x:auto;overflow-y:visible;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding:12px 0;margin:-12px 0}.carousel-row.svelte-1wf931c::-webkit-scrollbar{display:none}.game-card.svelte-1wf931c{flex-shrink:0;width:156px;aspect-ratio:3/4;border-radius:8px;overflow:hidden;position:relative;background:linear-gradient(90deg,var(--bg-tertiary) 25%,var(--bg-hover) 50%,var(--bg-tertiary) 75%);background-size:200% 100%;animation:svelte-1wf931c-shimmer 1.5s infinite;border:2px solid transparent;text-decoration:none;transition:transform .2s,box-shadow .2s}.game-card.loaded.svelte-1wf931c{background:var(--bg-dark);animation:none}.game-card.has-accent.svelte-1wf931c{border-color:var(--accent)}.game-card.svelte-1wf931c:hover{transform:translateY(-4px)}.game-card.has-accent.svelte-1wf931c:hover{box-shadow:0 6px 20px color-mix(in srgb,var(--accent) 35%,transparent)}.game-card.svelte-1wf931c img:where(.svelte-1wf931c){width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s}.game-card.loaded.svelte-1wf931c img:where(.svelte-1wf931c){opacity:1}.game-overlay.svelte-1wf931c{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;border-radius:6px}.game-card.svelte-1wf931c:hover .game-overlay:where(.svelte-1wf931c){opacity:1}.play-icon.svelte-1wf931c{width:48px;height:48px;opacity:.9}.original-card.svelte-1wf931c{border-color:var(--accent)}.original-card.svelte-1wf931c:hover{box-shadow:0 6px 20px color-mix(in srgb,var(--accent) 35%,transparent)}.skeleton.svelte-1wf931c{pointer-events:none}@keyframes svelte-1wf931c-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.section-icon.svelte-1wf931c{width:20px;height:20px;color:var(--text-secondary)}.bets-section.svelte-1wf931c{margin-top:64px;margin-bottom:64px}@media (max-width: 1200px){.hero-box-inner.svelte-1wf931c,.main-content.svelte-1wf931c{padding-left:32px;padding-right:32px}.game-card.svelte-1wf931c{width:140px}}@media (max-width: 768px){.hero-box-inner.svelte-1wf931c,.main-content.svelte-1wf931c{padding-left:16px;padding-right:16px}.hero-content.svelte-1wf931c,.hero-logged-out.svelte-1wf931c{flex-direction:column;align-items:flex-start;height:auto}.hero-left-logged-out.svelte-1wf931c{width:100%;text-align:center;align-items:center}.hero-right.svelte-1wf931c{display:none}.hero-headline.svelte-1wf931c{font-size:1.5rem;margin-bottom:16px}.hero-logged-out.svelte-1wf931c .register-section:where(.svelte-1wf931c){width:100%;align-items:center}.hero-logged-out.svelte-1wf931c .register-btn:where(.svelte-1wf931c){width:100%;max-width:280px;align-self:center;text-align:center}.hero-logged-out.svelte-1wf931c .register-options:where(.svelte-1wf931c){width:100%;align-items:center}.hero-logged-out.svelte-1wf931c .social-buttons:where(.svelte-1wf931c){justify-content:center}.game-card.svelte-1wf931c{width:110px}.play-icon.svelte-1wf931c{width:36px;height:36px}.carousel-controls.svelte-1wf931c{display:none}}@media (max-width: 480px){.game-card.svelte-1wf931c{width:100px}.play-icon.svelte-1wf931c{width:32px;height:32px}}
