.game-content.svelte-46vuej{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.info-panel.svelte-46vuej{background:#fff;border-radius:24px;padding:2rem 1.8rem;box-shadow:0 8px 32px #0000000d;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.constraint-label.svelte-46vuej{font-family:var(--font-display);font-size:.82rem;font-weight:700;color:#8a9a8e;text-transform:uppercase;letter-spacing:.06em}.constraint-value.svelte-46vuej{font-family:var(--font-display);font-size:2.2rem;font-weight:800;color:var(--text, #2D3142);text-align:center;line-height:1.2;padding:.8rem 1.5rem;background:#e8f4f0;border-radius:18px;border:3px solid #D0E8E2;animation:svelte-46vuej-constraint-pop .5s cubic-bezier(.175,.885,.32,1.275)}.constraint-letter.svelte-46vuej{font-size:3.5rem;background:linear-gradient(135deg,var(--coral-dark)15,#A8484015);border-color:var(--coral-dark)40;color:var(--coral-dark);min-width:100px}@keyframes svelte-46vuej-constraint-pop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.timer-wrap.svelte-46vuej{position:relative;width:140px;height:140px;display:flex;align-items:center;justify-content:center}.timer-svg.svelte-46vuej{width:100%;height:100%;position:absolute;top:0;left:0}.timer-bg.svelte-46vuej{fill:none;stroke:#eef3f0;stroke-width:8}.timer-fg.svelte-46vuej{fill:none;stroke-width:8;stroke-linecap:round;transition:stroke-dashoffset .5s linear,stroke .5s ease}.timer-text.svelte-46vuej{font-family:var(--font-display);font-size:2rem;font-weight:800;color:var(--text, #2D3142);z-index:1;transition:color .3s}.timer-urgent.svelte-46vuej{color:#e05050;animation:svelte-46vuej-timer-pulse .5s ease infinite}@keyframes svelte-46vuej-timer-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.word-count-box.svelte-46vuej{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.8rem 1.5rem;background:#f5f8f6;border-radius:14px}.word-count-number.svelte-46vuej{font-family:var(--font-display);font-size:2rem;font-weight:800;color:var(--coral);line-height:1}.word-count-label.svelte-46vuej{font-size:.8rem;font-weight:600;color:#8a9a8e}.words-panel.svelte-46vuej{display:flex;flex-direction:column;gap:1rem}.input-area.svelte-46vuej{display:flex;flex-direction:column;gap:.5rem}.input-row.svelte-46vuej{display:flex;gap:.5rem;align-items:center}.input-shake.svelte-46vuej{animation:svelte-46vuej-shake .4s ease}@keyframes svelte-46vuej-shake{0%,to{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(2px)}}.word-input.svelte-46vuej{flex:1;padding:.9rem 1.2rem;border:3px solid #E8ECE9;border-radius:16px;font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--text, #2D3142);background:#fff;outline:none;transition:border-color .2s,box-shadow .2s}.word-input.svelte-46vuej:focus{border-color:var(--coral);box-shadow:0 0 0 4px #5ba69e1f}.word-input.svelte-46vuej::placeholder{color:#b0bab4;font-weight:500}.submit-btn.svelte-46vuej{width:48px;height:48px;border-radius:14px;background:var(--coral);color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #5ba69e4d;flex-shrink:0}.submit-btn.svelte-46vuej:hover{background:#4a9590;transform:translateY(-2px);box-shadow:0 6px 18px #5ba69e66}.submit-btn.svelte-46vuej:active{transform:scale(.95)}.error-msg.svelte-46vuej{font-size:.82rem;font-weight:600;color:#e05050;padding:.3rem .8rem;animation:fade-up .3s ease}.words-list.svelte-46vuej{background:#fff;border-radius:20px;padding:1.2rem;box-shadow:0 8px 32px #0000000d;min-height:280px;max-height:420px;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.words-empty.svelte-46vuej{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;height:200px;color:#b0bab4;font-size:.95rem;font-weight:600;text-align:center}.words-empty-icon.svelte-46vuej{font-size:2.5rem;animation:svelte-46vuej-icon-float 3s ease-in-out infinite}@keyframes svelte-46vuej-icon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.word-chip.svelte-46vuej{display:flex;align-items:center;gap:.7rem;padding:.65rem 1rem;background:#f0f8f5;border-radius:12px;border:2px solid #E0EDE8;animation:svelte-46vuej-word-slide-in .35s cubic-bezier(.22,1,.36,1) backwards;transition:transform .2s}.word-chip.svelte-46vuej:hover{transform:translate(4px)}@keyframes svelte-46vuej-word-slide-in{0%{opacity:0;transform:translate(-20px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}.word-number.svelte-46vuej{width:28px;height:28px;border-radius:50%;background:var(--coral);color:#fff;font-family:var(--font-display);font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.word-text.svelte-46vuej{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--text, #2D3142)}.words-list.svelte-46vuej::-webkit-scrollbar{width:6px}.words-list.svelte-46vuej::-webkit-scrollbar-track{background:transparent}.words-list.svelte-46vuej::-webkit-scrollbar-thumb{background:#d0d8d4;border-radius:3px}.words-list.svelte-46vuej::-webkit-scrollbar-thumb:hover{background:#b0bab4}@media(max-width:800px){.game-content.svelte-46vuej{grid-template-columns:1fr;gap:1rem}.info-panel.svelte-46vuej{flex-direction:row;flex-wrap:wrap;justify-content:center;padding:1.2rem;gap:1rem}.constraint-label.svelte-46vuej{width:100%;text-align:center}.constraint-value.svelte-46vuej{font-size:1.6rem}.constraint-letter.svelte-46vuej{font-size:2.2rem;min-width:70px}.timer-wrap.svelte-46vuej{width:100px;height:100px}.timer-text.svelte-46vuej{font-size:1.4rem}.word-count-box.svelte-46vuej{padding:.5rem 1rem}.word-count-number.svelte-46vuej{font-size:1.5rem}.words-list.svelte-46vuej{min-height:200px;max-height:320px}}@media(max-width:480px){.info-panel.svelte-46vuej{padding:1rem;gap:.8rem}.constraint-value.svelte-46vuej{font-size:1.3rem;padding:.6rem 1rem}.constraint-letter.svelte-46vuej{font-size:1.8rem;min-width:60px}.timer-wrap.svelte-46vuej{width:80px;height:80px}.timer-text.svelte-46vuej{font-size:1.1rem}.word-input.svelte-46vuej{font-size:.95rem;padding:.7rem 1rem}.submit-btn.svelte-46vuej{width:42px;height:42px;border-radius:12px}.word-chip.svelte-46vuej{padding:.5rem .8rem}.word-text.svelte-46vuej{font-size:.9rem}.word-number.svelte-46vuej{width:24px;height:24px;font-size:.7rem}}
