@import "https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&display=swap";
.lgPage{color:#312e81;background:#f5f3ff;min-height:100vh;padding-bottom:60px;font-family:Fredoka,sans-serif}.lgWrap{max-width:1000px;margin:0 auto;padding:0 20px}.lgHero{color:#fff;text-align:center;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#a855f7 100%);border-bottom-right-radius:36px;border-bottom-left-radius:36px;padding:50px 20px 60px;box-shadow:0 12px 30px -5px #6366f166}.lgHero__badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff3;border:1px solid #ffffff4d;border-radius:50px;margin-bottom:16px;padding:8px 20px;font-size:.95rem;font-weight:600;display:inline-block}.lgHero__title{margin-bottom:14px;font-size:2.5rem;font-weight:700;line-height:1.2}.lgHero__desc{opacity:.95;max-width:680px;margin:0 auto 30px;font-size:1.15rem;line-height:1.6}.lgHero__startBtn{color:#6366f1;cursor:pointer;background:#fff;border:none;border-radius:50px;padding:16px 42px;font-family:inherit;font-size:1.25rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 25px #00000026}.lgHero__startBtn:hover{transform:scale(1.05);box-shadow:0 15px 35px #0003}.lgResumeBanner{text-align:center;background:#ede9fe;border:2px dashed #6366f1;border-radius:24px;margin-top:30px;padding:24px}.lgResumeBanner__title{color:#4338ca;margin-bottom:8px;font-size:1.1rem;font-weight:700}.lgResumeBanner__actions{justify-content:center;gap:12px;margin-top:14px;display:flex}.lgResumeBanner__btn{cursor:pointer;border:none;border-radius:24px;padding:10px 20px;font-family:inherit;font-size:1rem;font-weight:600}.lgResumeBanner__btn--continue{color:#fff;background:#6366f1}.lgResumeBanner__btn--new{color:#374151;background:#f3f4f6}.lgFeatures{padding:40px 0}.lgFeatures__title{text-align:center;margin-bottom:24px;font-size:1.6rem;font-weight:700}.lgFeatures__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;display:grid}.lgFeatureCard{text-align:center;background:#fff;border:2px solid #0000;border-radius:20px;padding:28px 20px;transition:transform .2s,border-color .2s;box-shadow:0 4px 20px #6366f11a}.lgFeatureCard:hover{border-color:#6366f1;transform:translateY(-3px)}.lgFeatureCard__icon{margin-bottom:12px;font-size:2.5rem}.lgFeatureCard__name{margin-bottom:6px;font-size:1rem;font-weight:700}.lgFeatureCard__desc{color:#6b7280;font-size:.85rem;line-height:1.5}.lgContainerModal{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#312e81bf;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.lgCardModal{background:#fff;border-radius:28px;flex-direction:column;width:100%;max-width:680px;max-height:92vh;display:flex;overflow-y:auto;box-shadow:0 25px 60px #0000004d}.lgBody{flex:1;padding:24px}.lgHeader{color:#fff;background:linear-gradient(90deg,#6366f1 0%,#8b5cf6 100%);border-radius:28px 28px 0 0;padding:16px 20px 12px}.lgHeader__top{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.lgHeader__exit{color:#fff;cursor:pointer;background:#fff3;border:1px solid #ffffff4d;border-radius:20px;padding:6px 14px;font-family:inherit;font-size:.9rem;font-weight:600}.lgHeader__title{font-size:1rem;font-weight:700}.lgHeader__score{background:#fff3;border-radius:20px;padding:4px 12px;font-size:.95rem;font-weight:700}.lgHeader__progressText{opacity:.9;justify-content:space-between;margin-bottom:6px;font-size:.8rem;display:flex}.lgHeader__track{background:#ffffff40;border-radius:10px;height:8px;overflow:hidden}.lgHeader__fill{background:#c7d2fe;border-radius:10px;height:100%;transition:width .5s}.lgFeedback{text-align:center;border-radius:16px;margin-bottom:16px;padding:12px 18px;font-size:1.05rem;font-weight:600;animation:.3s lgFbIn}@keyframes lgFbIn{0%{opacity:0;transform:scale(.9)translateY(-6px)}to{opacity:1;transform:scale(1)translateY(0)}}.lgFeedback--correct{color:#065f46;background:#d1fae5;border:2px solid #34d399}.lgFeedback--retry{color:#92400e;background:#fef3c7;border:2px solid #fbbf24}.lgFeedback--hint{color:#4338ca;background:#ede9fe;border:2px solid #6366f1}.lgQuestion__audioBar{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:16px;display:flex}.lgQuestion__speakBtn{color:#fff;cursor:pointer;border:none;border-radius:24px;padding:10px 22px;font-family:inherit;font-size:1rem;font-weight:600;transition:transform .15s}.lgQuestion__speakBtn:hover{transform:scale(1.04)}.lgQuestion__instructionText{color:#312e81;margin:0;font-size:1.2rem;font-weight:600;line-height:1.5}.lgQuestion__illustrationCard{text-align:center;background:#6366f10d;border:2px solid #6366f133;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;min-height:100px;margin-bottom:20px;padding:20px;display:flex;position:relative}.lgQuestion__illustrationBadge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#6366f1;border-radius:12px;padding:4px 14px;font-size:.75rem;font-weight:700;position:absolute;top:-12px}.lgQuestion__illustrationContent{margin-top:6px}.lgQuestion__emojiDisplay{justify-content:center;align-items:center;gap:12px;font-size:3.2rem;display:flex}.lgQuestion__featuredEmoji{animation:2s ease-in-out infinite lgPulse}@keyframes lgPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.lgQuestion__textDisplay{color:#312e81;font-size:1.1rem;font-weight:600}.lgQuestion__targetsGrid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.lgQuestion__targetBtn{cursor:pointer;background:#f5f3ff;border:2px solid #c7d2fe;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:110px;padding:20px 14px;font-family:inherit;transition:all .18s;display:flex}.lgQuestion__targetBtn:hover:not(:disabled){background:#ede9fe;border-color:#6366f1;transform:scale(1.02)}.lgQuestion__targetBtn--selected{background:#ede9fe;border-color:#6366f1;transform:scale(1.04)}.lgQuestion__targetBtn--wrong{background:#fef2f2;border-color:#ef4444;animation:.4s lgShake}@keyframes lgShake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.lgQuestion__targetEmoji{font-size:2.6rem}.lgQuestion__targetLabel{color:#374151;text-align:center;font-size:.88rem;font-weight:600}.lgResult{z-index:9999;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.lgResult__card{text-align:center;background:#fff;border-radius:28px;width:100%;max-width:560px;padding:36px 28px;box-shadow:0 30px 60px #0000004d}.lgResult__trophy{margin-bottom:12px;font-size:4rem}.lgResult__title{color:#312e81;margin-bottom:16px;font-size:1.4rem;font-weight:700}.lgResult__stars{justify-content:center;gap:6px;margin-bottom:24px;display:flex}.lgResult__star{filter:grayscale();opacity:.35;font-size:1.8rem}.lgResult__star--active{filter:grayscale(0);opacity:1}.lgResult__statsGrid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px;display:grid}.lgResult__statItem{background:#f5f3ff;border-radius:16px;padding:16px 8px}.lgResult__statVal{color:#6366f1;font-size:1.5rem;font-weight:700;display:block}.lgResult__statLbl{color:#6b7280;font-size:.78rem}.lgResult__analysis{text-align:left;margin-bottom:24px}.lgResult__block{background:#f9fafb;border-radius:14px;margin-bottom:10px;padding:16px}.lgResult__block--good{border-left:4px solid #8b5cf6}.lgResult__block h4{margin:0 0 6px;font-size:.9rem}.lgResult__block p{color:#6b7280;margin:0;font-size:.85rem;line-height:1.5}.lgResult__recommendation{color:#4338ca;background:#ede9fe;border-radius:12px;padding:14px;font-size:.88rem}.lgResult__actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.lgResult__btn{cursor:pointer;border:none;border-radius:24px;padding:12px 26px;font-family:inherit;font-size:1rem;font-weight:700;transition:transform .15s}.lgResult__btn:hover{transform:scale(1.03)}.lgResult__btn--primary{color:#fff;background:#6366f1}.lgResult__btn--secondary{color:#374151;background:#f3f4f6}@media (max-width:640px){.lgHero__title{font-size:1.9rem}.lgQuestion__targetsGrid{gap:10px}}
