.lh-container{--lh-primary: #ffbdc3;--lh-secondary: #fff5e6;--lh-accent: #ffd700;--lh-gold: #ffd700;--lh-gold-dark: #b8860b;--lh-text: #5d4037;--lh-bg: #e0f7fa;font-family:Inter,sans-serif;color:var(--lh-text);position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0;background:linear-gradient(135deg,#e0f7fa,#fffde7);text-align:center;overflow:hidden;z-index:10}.lh-screen{max-width:800px;width:100%;margin:0 auto;padding:1rem;animation:fadeIn .5s ease-out;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;min-height:0}.lh-title{font-family:Cinzel,serif;font-size:clamp(1.8rem,8vw,3.5rem);color:#ef5350;text-shadow:2px 2px 0px white;margin-bottom:.5rem;line-height:1.1}.lh-subtitle{font-size:clamp(1rem,4vw,1.5rem);color:#7986cb;margin-bottom:.8rem}.lh-visual-container{width:100%;max-width:400px;margin:0 0 .5rem;display:flex;justify-content:center;align-items:center;flex-shrink:1}.lh-intro-img{width:100%;height:auto;border-radius:2rem;box-shadow:0 10px 25px #0000001a;max-height:30vh;object-fit:cover}.lh-main-visual{width:100%;max-width:250px;max-height:25vh;height:auto;border-radius:1.5rem;object-fit:contain}.lh-text{font-size:clamp(.9rem,3vw,1.2rem);line-height:1.4;margin-bottom:1rem;background:#fff9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:1rem;border-radius:1.5rem;width:100%;max-width:500px}.lh-btn-start{font-size:clamp(1.5rem,5vw,2rem);padding:1rem 3rem;background:#4caf50;color:#fff;border:none;border-radius:3rem;cursor:pointer;box-shadow:0 8px #388e3c;transition:all .2s;font-weight:700;margin-top:1rem}.lh-btn-start:hover{transform:translateY(-2px);box-shadow:0 10px #388e3c}.lh-btn-start:active{transform:translateY(4px);box-shadow:0 4px #388e3c}.lh-question{font-size:clamp(1.2rem,5vw,2rem);margin-bottom:.25rem;color:#3f51b5;line-height:1.2;width:100%;max-width:600px}.lh-options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:1rem;width:100%;max-width:650px;margin-bottom:1rem}.lh-choice-btn{background:#fff;border:4px solid #ffee58;border-radius:1.5rem;padding:1rem;cursor:pointer;transition:transform .2s,background .2s,box-shadow .2s;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px #fff176;position:relative;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.lh-choice-no-img{min-height:120px}.lh-choice-no-img .lh-choice-label{font-size:clamp(1.5rem,6vw,2.5rem)}.lh-choice-btn:hover:not(:disabled){transform:scale(1.03) translateY(-2px);box-shadow:0 10px #fff176}.lh-choice-btn:active:not(:disabled){transform:translateY(4px);box-shadow:0 4px #fff176}.lh-choice-img-wrap{width:clamp(60px,15vw,110px);height:clamp(60px,15vw,110px);display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:.5rem}.lh-choice-img{max-width:100%;max-height:100%;object-fit:contain}.lh-choice-label{font-size:clamp(.9rem,3vw,1.2rem);font-weight:700;color:#5d4037}.lh-choice-correct{background:#c8e6c9!important;border-color:#4caf50!important;box-shadow:0 8px #81c784!important}.lh-next-area{margin-top:.5rem;padding:1rem;background:#fff;border-radius:1.5rem;box-shadow:0 8px 20px #00000014;width:100%;max-width:400px;animation:bounceIn .6s cubic-bezier(.68,-.55,.265,1.55)}.lh-success-msg{font-size:1.3rem;color:#4caf50;font-weight:700;margin-bottom:1rem}.lh-btn-next{font-size:1.3rem;padding:.8rem 2.5rem;background:#ff9800;color:#fff;border:none;border-radius:3rem;cursor:pointer;box-shadow:0 6px #ef6c00;font-weight:700}.lh-btn-next:active{transform:translateY(3px);box-shadow:0 3px #ef6c00}.lh-bubble{background:#fff;border:3px solid #ffab91;border-radius:1.2rem;padding:.8rem 1.5rem;font-size:1.1rem;color:#e64a19;font-weight:700;margin-top:1rem;display:inline-block;animation:bubbleBounce 2s infinite ease-in-out}.lh-shake{animation:shake .5s cubic-bezier(.36,.07,.19,.97) both}.lh-sparkle{position:absolute;font-size:2rem;top:-.5rem;right:-.5rem;animation:sparkleSpin 1.5s infinite linear}.lh-progress-dots{display:flex;gap:.8rem;justify-content:center}.lh-dot{width:.8rem;height:.8rem;background:#cfd8dc;border-radius:50%;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.lh-dot.active{background:#ff7043;transform:scale(1.4)}.lh-dot.completed{background:#4caf50}.lh-final-img{width:clamp(120px,40vw,250px);height:auto;margin-bottom:1.5rem;filter:drop-shadow(0 0 15px rgba(255,215,0,.4))}.lh-final-heart{width:clamp(50px,15vw,100px);position:absolute;bottom:5%;right:-10%;animation:heartbeat 1.5s infinite}.lh-main-visual-wrapper{position:relative;display:inline-block}.lh-final-text{font-size:clamp(1.1rem,4vw,1.8rem);font-style:italic;margin:1.5rem 0;color:#5d4037;line-height:1.5}.lh-final-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;width:100%}.lh-btn-gold{background:gold;color:#5d4037;border:none;padding:.8rem 2rem;border-radius:2rem;font-weight:700;cursor:pointer;box-shadow:0 4px #b8860b;font-size:1.1rem}.lh-btn-outline{background:#ffffff4d;border:2px solid #5d4037;padding:.8rem 2rem;border-radius:2rem;font-weight:700;cursor:pointer;font-size:1.1rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-1rem)}}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@keyframes sparkleSpin{0%{transform:rotate(0) scale(.8)}50%{transform:rotate(180deg) scale(1.2)}to{transform:rotate(360deg) scale(.8)}}@keyframes bubbleBounce{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.05)}}@keyframes shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@keyframes bounceIn{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.05);opacity:1}70%{transform:scale(.9)}to{transform:scale(1)}}@media(max-width:600px){.lh-container{padding:0}.lh-options-grid{grid-template-columns:1fr 1fr;gap:.6rem;margin-bottom:1rem}.lh-choice-btn{padding:.6rem}.lh-choice-img-wrap{width:70px;height:70px}.lh-visual-container{margin:0 0 .3rem}}@media(max-width:350px){.lh-options-grid{grid-template-columns:1fr}.lh-choice-btn{flex-direction:row;justify-content:flex-start;padding-left:1.5rem}.lh-choice-img-wrap{width:45px;height:45px;margin-bottom:0;margin-right:1.5rem}}@media(min-height:800px){.lh-visual-container{margin:1rem 0}.lh-question{margin-bottom:3rem}}.lh-confetti-layer{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:100}.lh-header{width:100%;display:flex;flex-direction:column;align-items:center;padding:1rem 1rem 0;z-index:20;gap:.5rem}.lh-timer-badge{background:#fffffff2;border:3px solid var(--lh-gold);color:var(--lh-gold-dark);padding:5px 15px;border-radius:30px;font-size:1.2rem;font-weight:800;font-family:Outfit,sans-serif;box-shadow:0 4px 15px #0000001a;display:flex;align-items:center;gap:10px;animation:bounceIn .5s cubic-bezier(.175,.885,.32,1.275);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media(max-width:600px){.lh-header{padding:.5rem .5rem 0}.lh-timer-badge{padding:4px 12px;font-size:1rem}}
