body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:linear-gradient(135deg,#ffeef8,#fff0f5,#ffeef8);min-height:100vh;display:flex;justify-content:center;align-items:center}.container.svelte-kf2qra.svelte-kf2qra{width:100%;max-width:400px;padding:20px;box-sizing:border-box}.header.svelte-kf2qra.svelte-kf2qra{text-align:center;margin-bottom:30px}h1.svelte-kf2qra.svelte-kf2qra{font-size:32px;color:#d63384;margin:0 0 10px;font-weight:600;text-shadow:0 2px 4px rgba(214,51,132,.2)}.subtitle.svelte-kf2qra.svelte-kf2qra{font-size:16px;color:#8b5a7a;margin:0}.game-board.svelte-kf2qra.svelte-kf2qra{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;background:#fffc;padding:20px;border-radius:24px;box-shadow:0 8px 24px #d6338426;margin-bottom:20px}.cell.svelte-kf2qra.svelte-kf2qra{aspect-ratio:1;background:linear-gradient(135deg,#fff,#ffeef8);border:3px solid #f8c8dc;border-radius:16px;font-size:48px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;color:#d63384;box-shadow:0 4px 8px #d633841a}.cell.svelte-kf2qra.svelte-kf2qra:hover:not(.disabled){background:linear-gradient(135deg,#ffeef8,#ffd6e8);transform:scale(1.05);box-shadow:0 6px 12px #d6338433}.cell.svelte-kf2qra.svelte-kf2qra:active:not(.disabled){transform:scale(.95)}.cell.disabled.svelte-kf2qra.svelte-kf2qra{cursor:not-allowed;opacity:.7}.x-mark.svelte-kf2qra.svelte-kf2qra{color:#d63384;font-weight:700;font-size:48px}.o-mark.svelte-kf2qra.svelte-kf2qra{display:inline-block;width:48px;height:48px;border:6px solid #ff69b4;border-radius:50%;box-sizing:border-box}.promo-modal.svelte-kf2qra.svelte-kf2qra,.play-again-modal.svelte-kf2qra.svelte-kf2qra{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:svelte-kf2qra-fadeIn .3s ease}@keyframes svelte-kf2qra-fadeIn{0%{opacity:0}to{opacity:1}}.promo-content.svelte-kf2qra.svelte-kf2qra,.play-again-content.svelte-kf2qra.svelte-kf2qra{background:linear-gradient(135deg,#fff,#ffeef8);padding:40px 30px;border-radius:24px;text-align:center;max-width:320px;width:90%;box-shadow:0 12px 32px #d633844d;animation:svelte-kf2qra-slideUp .3s ease}@keyframes svelte-kf2qra-slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.promo-content.svelte-kf2qra h2.svelte-kf2qra,.play-again-content.svelte-kf2qra h2.svelte-kf2qra{font-size:28px;color:#d63384;margin:0 0 20px}.promo-text.svelte-kf2qra.svelte-kf2qra{font-size:18px;color:#8b5a7a;margin:0 0 20px}.promo-code.svelte-kf2qra.svelte-kf2qra{font-size:36px;font-weight:700;color:#d63384;background:#ffb6c133;padding:20px;border-radius:12px;margin:20px 0;letter-spacing:4px;border:2px dashed #ff69b4}.play-again-content.svelte-kf2qra p.svelte-kf2qra{font-size:18px;color:#8b5a7a;margin:0 0 30px}.play-again-btn.svelte-kf2qra.svelte-kf2qra{background:linear-gradient(135deg,#d63384,#ff69b4);color:#fff;border:none;padding:16px 32px;font-size:18px;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #d633844d;width:100%}.play-again-btn.svelte-kf2qra.svelte-kf2qra:hover{transform:translateY(-2px);box-shadow:0 6px 16px #d6338466}.play-again-btn.svelte-kf2qra.svelte-kf2qra:active{transform:translateY(0)}
