.blackjack-page.svelte-gygwf{min-height:100vh;background:linear-gradient(135deg,#0a2e0a,#1a4d1a,#0a2e0a);overflow-x:hidden}.game-background.svelte-gygwf{position:fixed;inset:0;background:radial-gradient(circle at 30% 40%,rgba(34,139,34,.15) 0%,transparent 50%),radial-gradient(circle at 70% 60%,rgba(0,100,0,.15) 0%,transparent 50%);pointer-events:none}.top-bar.svelte-gygwf{position:relative;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem}.icon-button.svelte-gygwf{width:3rem;height:3rem;border-radius:50%;background:#228b224d;border:2px solid rgba(34,139,34,.6);color:#2f2;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.icon-button.svelte-gygwf:hover{background:#228b2280;transform:scale(1.1)}.title.svelte-gygwf{text-align:center}.game-title.svelte-gygwf{font-size:2rem;font-weight:900;background:linear-gradient(45deg,#2f2,gold,#2f2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle.svelte-gygwf{color:#2f2c;font-size:.875rem;margin-top:.25rem}.blackjack-container.svelte-gygwf{max-width:1200px;margin:0 auto;padding:2rem;display:flex;flex-direction:column;gap:2rem}.dealer-section.svelte-gygwf,.player-section.svelte-gygwf{background:#00000080;border:3px solid rgba(34,139,34,.5);border-radius:1.5rem;padding:2rem}.section-header.svelte-gygwf{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header.svelte-gygwf h2:where(.svelte-gygwf){color:#2f2;font-size:1.5rem;font-weight:900;margin:0}.score.svelte-gygwf{background:#228b224d;border:2px solid rgba(34,139,34,.6);border-radius:.75rem;padding:.5rem 1.5rem;color:gold;font-size:2rem;font-weight:900;min-width:80px;text-align:center}.cards-row.svelte-gygwf{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;min-height:180px}.card.svelte-gygwf{width:120px;height:170px;background:#fff;border-radius:.75rem;padding:.75rem;box-shadow:0 10px 30px #00000080;position:relative;transition:transform .3s ease;animation:svelte-gygwf-dealCard .3s ease-out}@keyframes svelte-gygwf-dealCard{0%{transform:translateY(-100px) rotate(-10deg);opacity:0}to{transform:translateY(0) rotate(0);opacity:1}}.card.svelte-gygwf:hover{transform:translateY(-10px)}.card.red.svelte-gygwf{color:#dc143c}.card.black.svelte-gygwf{color:#1a1a1a}.card-back.svelte-gygwf{background:linear-gradient(135deg,#8b0000,#dc143c);color:#fff;display:flex;align-items:center;justify-content:center;font-size:4rem}.card-rank.svelte-gygwf{font-size:2rem;font-weight:900;position:absolute;top:.5rem;left:.75rem}.card-suit.svelte-gygwf{font-size:4rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.card-rank-bottom.svelte-gygwf{font-size:2rem;font-weight:900;position:absolute;bottom:.5rem;right:.75rem;transform:rotate(180deg)}.controls-section.svelte-gygwf{display:flex;flex-direction:column;gap:1.5rem}.stats-row.svelte-gygwf{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.stat-card.svelte-gygwf{background:#00000080;border:2px solid rgba(34,139,34,.5);border-radius:.75rem;padding:1.5rem;text-align:center}.stat-label.svelte-gygwf{color:#2f2c;font-size:.875rem;font-weight:600;text-transform:uppercase;margin-bottom:.75rem}.stat-value.svelte-gygwf{color:gold;font-size:2rem;font-weight:900}.bet-controls.svelte-gygwf{display:flex;align-items:center;justify-content:center;gap:1rem}.bet-btn.svelte-gygwf{width:3rem;height:3rem;border-radius:50%;background:#228b224d;border:2px solid rgba(34,139,34,.6);color:#2f2;font-size:1.5rem;font-weight:900;cursor:pointer;transition:all .2s ease}.bet-btn.svelte-gygwf:hover:not(:disabled){background:#228b2280;transform:scale(1.1)}.bet-btn.svelte-gygwf:disabled{opacity:.3;cursor:not-allowed}.message-display.svelte-gygwf{background:#0009;border:3px solid rgba(255,215,0,.5);border-radius:1rem;padding:1.5rem;text-align:center;color:gold;font-size:1.25rem;font-weight:700;text-shadow:0 0 20px rgba(255,215,0,.5)}.action-buttons.svelte-gygwf{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.action-btn.svelte-gygwf{padding:1.5rem;border-radius:1rem;font-weight:900;font-size:1.25rem;cursor:pointer;transition:all .3s ease;border:3px solid;text-transform:uppercase}.deal-btn.svelte-gygwf{background:linear-gradient(135deg,#2b2,gold);border-color:#2f2;color:#fff;box-shadow:0 5px 20px #22ff2280}.deal-btn.svelte-gygwf:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 30px #2f2c}.hit-btn.svelte-gygwf{background:linear-gradient(135deg,#1e90ff,#00bfff);border-color:#1e90ff;color:#fff;box-shadow:0 5px 20px #1e90ff80}.hit-btn.svelte-gygwf:hover{transform:translateY(-3px);box-shadow:0 10px 30px #1e90ffcc}.stand-btn.svelte-gygwf{background:linear-gradient(135deg,#dc143c,#ff8c00);border-color:#dc143c;color:#fff;box-shadow:0 5px 20px #dc143c80}.stand-btn.svelte-gygwf:hover{transform:translateY(-3px);box-shadow:0 10px 30px #dc143ccc}.action-btn.svelte-gygwf:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.card.svelte-gygwf{width:80px;height:110px}.card-rank.svelte-gygwf,.card-rank-bottom.svelte-gygwf{font-size:1.25rem}.card-suit.svelte-gygwf{font-size:2.5rem}.stats-row.svelte-gygwf{grid-template-columns:1fr}}
