.hay-esta-preview{justify-content:center;gap:1rem;margin:2rem 0;display:flex}.hay-esta-preview .world-half{border-radius:20px;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 2rem;transition:transform .3s;display:flex}.hay-esta-preview .hay-world-preview{background:linear-gradient(135deg, var(--mustard) 0%, var(--mustard-dark) 100%);color:var(--deep-blue)}.hay-esta-preview .estar-world-preview{background:linear-gradient(135deg, var(--sage) 0%, var(--sage-dark) 100%);color:#fff}.hay-esta-preview .world-icon{width:48px;height:48px}.hay-esta-preview .world-label{font-family:Fraunces,serif;font-size:1.5rem;font-weight:700}.hay-esta-area{flex-direction:column;align-items:center;gap:1.5rem;padding:1rem;display:flex}.hay-esta-game .sentence-character{flex-direction:column;align-items:center;gap:.5rem;display:flex}.hay-esta-game .sentence-character img{object-fit:cover;object-position:top center;width:80px;height:80px;box-shadow:var(--shadow-medium);border:4px solid #fff;border-radius:50%}.hay-esta-game .sentence-character .character-name{color:var(--deep-blue);font-family:Fraunces,serif;font-size:.9rem;font-weight:600}.hay-esta-game .sentence-card{box-shadow:var(--shadow-medium);background:#fff;border-radius:24px;width:100%;max-width:500px;padding:2rem;transition:transform .3s,box-shadow .3s;position:relative}.hay-esta-game .sentence-card.correct-fly{animation:.5s forwards cardCorrect}.hay-esta-game .sentence-card.wrong-shake{animation:.5s cardWrong}@keyframes cardCorrect{0%{transform:scale(1)}50%{transform:scale(1.05);box-shadow:0 0 30px #81b29a80}to{transform:scale(1)}}@keyframes cardWrong{0%,to{transform:translate(0)}20%{transform:translate(-10px)}40%{transform:translate(10px)}60%{transform:translate(-10px)}80%{transform:translate(10px)}}.hay-esta-sentence{text-align:center}.hay-esta-sentence .sentence-text{color:var(--deep-blue);margin:0 0 1rem;font-family:Fraunces,serif;font-size:1.5rem;font-weight:500;line-height:1.5}.hay-esta-sentence .blank-highlight{background:linear-gradient(135deg, var(--cream-dark) 0%, #ddd 100%);color:var(--deep-blue);border:2px dashed var(--deep-blue);border-radius:8px;margin:0 .25rem;padding:.2rem .8rem;font-weight:700;display:inline-block}.hay-esta-sentence .sentence-translation{color:#666;margin:0;font-size:1rem;font-style:italic}.hay-esta-game .hint-badge{background:var(--mustard);color:var(--deep-blue);box-shadow:var(--shadow-soft);cursor:pointer;border-radius:100px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;position:absolute;top:-10px;right:-10px}.hay-esta-choices{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.hay-esta-choices .choice-btn{cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;gap:.5rem;min-width:130px;padding:1rem 2rem;font-family:Fraunces,serif;font-size:1.25rem;font-weight:700;transition:all .3s;display:flex}.hay-esta-choices .choice-btn svg{width:24px;height:24px}.hay-esta-choices .hay-btn{background:linear-gradient(135deg, var(--mustard) 0%, var(--mustard-dark) 100%);color:var(--deep-blue);box-shadow:0 4px 15px #f2cc8f80}.hay-esta-choices .hay-btn:hover:not(:disabled){transform:translateY(-3px)scale(1.05);box-shadow:0 8px 25px #f2cc8f99}.hay-esta-choices .estar-btn{background:linear-gradient(135deg, var(--sage) 0%, var(--sage-dark) 100%);color:#fff;box-shadow:0 4px 15px #81b29a66}.hay-esta-choices .estar-btn:hover:not(:disabled){transform:translateY(-3px)scale(1.05);box-shadow:0 8px 25px #81b29a80}.hay-esta-choices .choice-btn:disabled{cursor:not-allowed;opacity:.7}.hay-esta-choices .choice-btn.correct{animation:.5s correctPulse;color:#fff!important;background:linear-gradient(135deg,#4caf50 0%,#388e3c 100%)!important}.hay-esta-choices .choice-btn.wrong{animation:.5s wrongShake;color:#fff!important;background:linear-gradient(135deg,#f44336 0%,#d32f2f 100%)!important}.hay-esta-choices .hint-btn{border:3px solid var(--mustard);width:50px;height:50px;color:var(--mustard-dark);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.hay-esta-choices .hint-btn:hover:not(:disabled){background:var(--mustard);color:var(--deep-blue);transform:scale(1.1)}.hay-esta-choices .hint-btn:disabled{opacity:.5;cursor:not-allowed}.hay-esta-choices .hint-btn svg{width:24px;height:24px}.hay-esta-rules{max-width:320px}.hay-esta-rules .rules-columns{gap:1rem;display:flex}.hay-esta-rules .rule-column{flex:1}.hay-esta-rules .rule-column strong{align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1rem;display:flex}.hay-esta-rules .hay-column strong{color:var(--mustard-dark)}.hay-esta-rules .estar-column strong{color:var(--sage-dark)}.hay-esta-rules .rule-icon{width:20px;height:20px}.hay-esta-rules ul{margin:0;padding:0;font-size:.8rem;list-style:none}.hay-esta-rules li{color:var(--deep-blue);padding:.25rem 0}.feedback-preposition.hay{background:var(--mustard);color:var(--deep-blue)}.feedback-preposition.estar{background:var(--sage);color:#fff}.hay-section h3{color:var(--mustard-dark)}.hay-section h3 svg{vertical-align:middle;margin-right:.5rem}.estar-section h3{color:var(--sage-dark)}.estar-section h3 svg{vertical-align:middle;margin-right:.5rem}.tutorial-section .tutorial-note{color:var(--terracotta);margin-top:.5rem;font-size:.85rem;font-weight:600}.hay-esta-game .question-counter{color:var(--deep-blue);opacity:.7;font-family:Fraunces,serif;font-size:1rem}@media (width<=600px){.hay-esta-sentence .sentence-text{font-size:1.25rem}.hay-esta-choices .choice-btn{min-width:110px;padding:.8rem 1.5rem;font-size:1.1rem}.hay-esta-game .sentence-character img{width:60px;height:60px}}
