
.lvp-visualized .lvp-original-question-soft{opacity:.55; font-size:.92em; transform:scale(.98); transition:all .2s ease;}
.lvp-original-choice-hidden{display:none!important;}
.lvp-choice-parent-hidden{min-height:0!important;}
.lvp-revealed-choice{animation:lvpChoicePop .25s ease both;}
@keyframes lvpChoicePop{from{transform:translateY(6px);opacity:.2}to{transform:translateY(0);opacity:1}}
.lvp-visual-game{margin:18px auto; padding:20px; border:2px solid #b8f2e6; border-radius:24px; background:linear-gradient(180deg,#f7fffd,#eef7ff); box-shadow:0 18px 45px rgba(15,23,42,.08); max-width:850px; text-align:center; color:#082044;}
.lvp-game-badge{display:inline-block; padding:7px 12px; border-radius:999px; background:#e0fbff; color:#05637a; font-weight:800; font-size:12px; text-transform:uppercase; letter-spacing:.08em; margin-bottom:8px;}
.lvp-visual-game h3{margin:6px 0 8px; font-size:28px; line-height:1.1; color:#082044;}
.lvp-game-instruction{margin:0 auto 16px; max-width:680px; color:#31506f; font-weight:700;}
.lvp-game-stage{margin:14px auto; min-height:145px; border-radius:22px; background:#fff; border:1px solid #d8e8ff; display:flex; flex-direction:column; justify-content:center; align-items:center; gap:14px; padding:18px; overflow:hidden;}
.lvp-visual-msg{font-weight:800; color:#08718a; background:#e7fbff; border:1px solid #a9e7f6; border-radius:14px; padding:10px 12px;}
.lvp-visual-btn{border:0; border-radius:999px; padding:12px 20px; font-weight:900; color:#06264d; cursor:pointer; background:linear-gradient(135deg,#42ead3,#59a8ff); box-shadow:0 8px 24px rgba(51,130,255,.18);}
.lvp-visual-btn:disabled{opacity:.55; cursor:not-allowed;}
.lvp-fix-row{display:flex; align-items:center; justify-content:center; gap:34px; font-size:28px; font-weight:900; letter-spacing:.02em; width:100%;}
.lvp-fix-row strong{display:inline-flex; align-items:center; justify-content:center; width:66px; height:66px; border-radius:50%; background:#0b1b3f; color:#7ef5df; font-size:40px; box-shadow:0 0 0 14px #eafffb;}
.lvp-blur-words span{filter:blur(5px); opacity:.25; transition:all .25s ease;}
.lvp-timer{font-size:36px; font-weight:900; color:#08a8b8;}
.lvp-ball-arena{position:relative; width:min(620px,100%); height:210px; border-radius:24px; background:radial-gradient(circle at center,#f4fffd,#eaf3ff); overflow:hidden;}
.lvp-ball{position:absolute; width:56px; height:56px; border-radius:50%; border:4px solid #fff; background:var(--ball-color); box-shadow:0 8px 20px rgba(15,23,42,.22); cursor:pointer; animation:lvpBallMove 4s ease-in-out infinite alternate; animation-delay:var(--delay);}
.lvp-ball:nth-child(1){left:9%; top:26%;}.lvp-ball:nth-child(2){left:35%; top:58%;}.lvp-ball:nth-child(3){left:60%; top:22%;}.lvp-ball:nth-child(4){left:82%; top:55%;}
@keyframes lvpBallMove{0%{transform:translate(0,0) scale(1)}35%{transform:translate(20px,-20px) scale(1.08)}70%{transform:translate(-24px,18px) scale(.96)}100%{transform:translate(16px,25px) scale(1.04)}}
.lvp-wrong-ball{animation:lvpShake .35s ease!important;} @keyframes lvpShake{0%,100%{transform:translateX(0)}25%{transform:translateX(-8px)}75%{transform:translateX(8px)}}
.lvp-ball-arena.lvp-success{outline:5px solid #86efac;}
.lvp-flash-box{min-width:280px; padding:26px 34px; border-radius:22px; background:#071b41; color:#7ffce4; font-size:38px; font-weight:900; box-shadow:0 14px 35px rgba(7,27,65,.25);}
.lvp-flash-box.on{animation:lvpFlashPulse .45s ease 2;} @keyframes lvpFlashPulse{50%{transform:scale(1.08)}}
.lvp-mask-sentence{font-size:26px; font-weight:900; line-height:1.35; color:#09234a;}.lvp-mask{display:inline-block; min-width:120px; padding:4px 12px; border-radius:12px; background:#0b1b3f; color:#7ef5df; letter-spacing:.1em;}
.lvp-block-train{display:flex; flex-wrap:wrap; justify-content:center; gap:10px; font-size:26px; font-weight:900;}.lvp-block-train span{padding:12px 16px; background:#e9fbff; border:1px solid #aeefff; border-radius:16px; animation:lvpBlock 1.2s ease both;} .lvp-block-train span:nth-child(2){animation-delay:.15s}.lvp-block-train span:nth-child(3){animation-delay:.3s}.lvp-block-train span:nth-child(4){animation-delay:.45s}@keyframes lvpBlock{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.lvp-memory-cards{display:flex; flex-wrap:wrap; justify-content:center; gap:12px;}.lvp-memory-cards span{min-width:150px; padding:18px; border-radius:18px; background:#fff7da; border:1px solid #f6d365; color:#5a3b00; font-weight:900; box-shadow:0 8px 18px rgba(120,83,0,.08);}.lvp-memory-cards.covered span{color:transparent; position:relative;}.lvp-memory-cards.covered span:after{content:'????'; position:absolute; inset:0; display:flex; align-items:center; justify-content:center; color:#fff; background:#0b1b3f; border-radius:18px; letter-spacing:.08em;}
@media(max-width:640px){.lvp-visual-game{padding:14px;border-radius:18px}.lvp-visual-game h3{font-size:22px}.lvp-fix-row{gap:14px;font-size:20px}.lvp-fix-row strong{width:50px;height:50px;font-size:30px}.lvp-ball-arena{height:190px}.lvp-mask-sentence,.lvp-block-train{font-size:20px}.lvp-flash-box{font-size:28px;min-width:210px}}
