.game-container.svelte-1lvq3nx{max-width:500px;margin:0 auto;padding:1.5rem 1rem;font-family:system-ui,-apple-system,sans-serif;min-height:100vh;background:linear-gradient(135deg,#1a1a3e,#2d1b69,#1a1a3e);color:#fff;position:relative;touch-action:none;user-select:none;-webkit-user-select:none}.header.svelte-1lvq3nx{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}h1.svelte-1lvq3nx{font-size:1.8rem;margin:0;background:linear-gradient(90deg,#f1c40f,#e67e22);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.scores.svelte-1lvq3nx{display:flex;gap:.75rem}.score-box.svelte-1lvq3nx{background:#ffffff1a;border-radius:10px;padding:.4rem .8rem;text-align:center;min-width:60px}.score-box.high.svelte-1lvq3nx{background:#f1c40f26}.score-label.svelte-1lvq3nx{display:block;font-size:.7rem;text-transform:uppercase;opacity:.7;letter-spacing:.05em}.score-value.svelte-1lvq3nx{display:block;font-size:1.3rem;font-weight:700}.combo-text.svelte-1lvq3nx{text-align:center;font-size:1.2rem;font-weight:700;color:#f1c40f;animation:svelte-1lvq3nx-combo-pop .3s ease-out;margin-bottom:.5rem}@keyframes svelte-1lvq3nx-combo-pop{0%{transform:scale(.5);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.game-layout.svelte-1lvq3nx{display:flex;flex-direction:column}.board.svelte-1lvq3nx{display:grid;grid-template-columns:repeat(8,1fr);gap:2px;background:#ffffff14;border-radius:12px;padding:6px;margin:0 auto 1.5rem;aspect-ratio:1;max-width:400px;width:100%}.cell.svelte-1lvq3nx{aspect-ratio:1;border-radius:4px;border:1px solid rgba(255,255,255,.08);background-color:#ffffff0a;cursor:pointer;transition:background-color .1s,transform .1s;padding:0;touch-action:none}.cell.filled.svelte-1lvq3nx{border-color:#0003;box-shadow:inset 0 -2px #0003,inset 0 1px #fff3}.cell.clearing.svelte-1lvq3nx{animation:svelte-1lvq3nx-clear-flash .3s ease-out;background-color:#fff!important}@keyframes svelte-1lvq3nx-clear-flash{0%{transform:scale(1)}50%{transform:scale(1.1);background-color:#fff}to{transform:scale(1);opacity:0}}.cell.hover-preview.svelte-1lvq3nx{border-color:#fff6;transform:scale(1.05)}.pieces-area.svelte-1lvq3nx{text-align:center}.pieces-label.svelte-1lvq3nx{font-size:.85rem;opacity:.7;margin:0 0 .75rem}.pieces-row.svelte-1lvq3nx{display:flex;justify-content:center;gap:1rem}.piece-container.svelte-1lvq3nx{background:#ffffff0f;border:2px solid rgba(255,255,255,.1);border-radius:10px;padding:12px;cursor:pointer;transition:all .2s;min-width:80px;min-height:80px;display:flex;align-items:center;justify-content:center;color:inherit;touch-action:none}.piece-container.svelte-1lvq3nx:hover:not(:disabled){border-color:#ffffff4d;background:#ffffff1a}.piece-container.selected.svelte-1lvq3nx{border-color:#f1c40f;box-shadow:0 0 15px #f1c40f66;background:#f1c40f1a}.piece-container.dragging.svelte-1lvq3nx{opacity:.3;transform:scale(.9)}.piece-container.used.svelte-1lvq3nx{opacity:.2;cursor:default}.piece-grid.svelte-1lvq3nx{display:grid;gap:2px}.piece-cell.svelte-1lvq3nx{width:16px;height:16px;border-radius:3px}.piece-filled.svelte-1lvq3nx{box-shadow:inset 0 -1px #0003,inset 0 1px #fff3}.drag-ghost.svelte-1lvq3nx{position:fixed;pointer-events:none;z-index:200;transform:translate(-50%,-50%);opacity:.85}.drag-ghost.svelte-1lvq3nx .piece-grid:where(.svelte-1lvq3nx){gap:3px}.drag-cell.svelte-1lvq3nx{width:28px;height:28px;border-radius:4px}.game-over-overlay.svelte-1lvq3nx{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:100;animation:svelte-1lvq3nx-fade-in .3s ease-out}@keyframes svelte-1lvq3nx-fade-in{0%{opacity:0}to{opacity:1}}.game-over-card.svelte-1lvq3nx{background:linear-gradient(135deg,#2d1b69,#1a1a3e);border:2px solid rgba(241,196,15,.3);border-radius:16px;padding:2rem 3rem;text-align:center}.game-over-card.svelte-1lvq3nx h2:where(.svelte-1lvq3nx){font-size:2rem;margin:0 0 .5rem;color:#e74c3c}.final-score.svelte-1lvq3nx{font-size:1.5rem;font-weight:700;margin:.5rem 0}.new-best.svelte-1lvq3nx{color:#f1c40f;font-weight:700;font-size:1.1rem;margin:.25rem 0 .75rem}.restart-btn.svelte-1lvq3nx{padding:.75rem 2rem;font-size:1.1rem;font-weight:700;color:#1a1a3e;background:linear-gradient(90deg,#f1c40f,#e67e22);border:none;border-radius:10px;cursor:pointer;margin-top:.5rem;transition:transform .1s}.restart-btn.svelte-1lvq3nx:hover{transform:scale(1.05)}.back-link.svelte-1lvq3nx{margin-top:2rem;text-align:center}.back-link.svelte-1lvq3nx a:where(.svelte-1lvq3nx){color:#fff9;text-decoration:none;font-size:.9rem}.back-link.svelte-1lvq3nx a:where(.svelte-1lvq3nx):hover{color:#fff;text-decoration:underline}@media (min-width: 700px) and (orientation: landscape){.game-container.svelte-1lvq3nx{max-width:100%;padding:1rem 2rem;min-height:100vh;display:flex;flex-direction:column}.header.svelte-1lvq3nx{margin-bottom:.75rem}.game-layout.svelte-1lvq3nx{flex-direction:row;align-items:center;justify-content:center;gap:2rem;flex:1}.board.svelte-1lvq3nx{max-width:min(55vh,500px);margin:0;flex-shrink:0}.pieces-area.svelte-1lvq3nx{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:160px}.pieces-row.svelte-1lvq3nx{flex-direction:column;gap:1.25rem}.piece-container.svelte-1lvq3nx{min-width:100px;min-height:100px;padding:14px}.piece-cell.svelte-1lvq3nx{width:20px;height:20px}.back-link.svelte-1lvq3nx{margin-top:1rem}}@media (min-width: 1024px) and (orientation: landscape){.game-layout.svelte-1lvq3nx{gap:3rem}.board.svelte-1lvq3nx{max-width:min(65vh,550px)}.piece-container.svelte-1lvq3nx{min-width:120px;min-height:120px;padding:16px}.piece-cell.svelte-1lvq3nx{width:22px;height:22px}.drag-cell.svelte-1lvq3nx{width:34px;height:34px}}
