.quiz-page{padding:48px 0 100px;min-height:70vh}.quiz-page .container{max-width:720px}.quiz-page .hidden{display:none!important}.quiz-page .quiz-intro{text-align:center;padding:12px 0}.quiz-page .intro-badge{display:inline-block;background:#e6fffa;color:var(--primary);font-size:.8rem;font-weight:700;padding:6px 16px;border-radius:50px;margin-bottom:20px;text-transform:uppercase;letter-spacing:.05em}.quiz-page .quiz-intro h1{font-size:2.4rem;font-weight:800;margin-bottom:16px;line-height:1.15}.quiz-page .intro-desc{font-size:1.08rem;color:var(--text-light);line-height:1.7;max-width:580px;margin:0 auto 24px}.quiz-page .intro-meta{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-bottom:28px;color:var(--text-light);font-size:.95rem;font-weight:600}.quiz-page .how{background:var(--bg-light);border-radius:var(--radius);padding:22px 24px;max-width:560px;margin:0 auto 28px;text-align:left}.quiz-page .how-title{font-weight:700;margin-bottom:12px;font-size:.95rem}.quiz-page .how-steps{list-style:none;padding:0;margin:0;display:grid;gap:10px}.quiz-page .how-steps li{display:flex;align-items:center;gap:12px;font-size:.95rem;color:var(--text-main)}.quiz-page .how-n{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:var(--primary);color:#fff;font-weight:800;font-size:.8rem;display:inline-flex;align-items:center;justify-content:center}.quiz-page .btn-large{padding:16px 40px;font-size:1.05rem}.quiz-page .sound-hint{margin-top:16px;font-size:.88rem;color:var(--text-light)}.quiz-page .quiz-progress{margin-bottom:24px}.quiz-page .progress-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.quiz-page .progress-text{font-size:.85rem;color:var(--text-light);font-weight:700}.quiz-page .streak-chip{font-size:.8rem;font-weight:700;background:#fff4e5;color:#c05621;padding:4px 12px;border-radius:50px;animation:qz-pop .35s ease}.quiz-page .progress-bar{height:8px;background:#edf2f7;border-radius:4px;overflow:hidden}.quiz-page .progress-fill{height:100%;width:0;background:var(--primary);border-radius:4px;transition:width .4s ease}.quiz-page .qcard{background:var(--white);border:1px solid #e8eef3;border-radius:var(--radius);padding:32px;box-shadow:var(--shadow);animation:qz-in .35s ease}.quiz-page .qcard-top{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}.quiz-page .chip{font-size:.78rem;font-weight:700;color:var(--primary-dark);background:#e6fffa;padding:5px 12px;border-radius:50px;letter-spacing:.02em}.quiz-page .chip-type[data-type=reply]{background:#fff9e6;color:#b7791f}.quiz-page .q-situation{color:var(--text-light);font-size:1rem;margin-bottom:16px}.quiz-page .player{display:flex;align-items:center;gap:18px;background:linear-gradient(135deg,#0e97a8,#12b8ce);color:#fff;border-radius:18px;padding:18px 20px;margin-bottom:24px}.quiz-page .play-btn{flex-shrink:0;width:64px;height:64px;border-radius:50%;border:none;background:#fff;color:var(--primary-dark);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #0000002e;transition:transform .15s ease}.quiz-page .play-btn:hover{transform:scale(1.06)}.quiz-page .play-btn:active{transform:scale(.96)}.quiz-page .player-body{flex:1;min-width:0}.quiz-page .bars{display:flex;align-items:flex-end;gap:4px;height:26px;margin-bottom:8px}.quiz-page .bars i{display:block;width:5px;height:6px;background:#ffffffbf;border-radius:3px;transition:height .2s ease}.quiz-page .player.playing .bars i{animation:qz-bar .9s ease-in-out infinite}.quiz-page .player.playing .bars i:nth-child(2){animation-delay:.1s}.quiz-page .player.playing .bars i:nth-child(3){animation-delay:.2s}.quiz-page .player.playing .bars i:nth-child(4){animation-delay:.3s}.quiz-page .player.playing .bars i:nth-child(5){animation-delay:.15s}.quiz-page .player.playing .bars i:nth-child(6){animation-delay:.05s}.quiz-page .player.playing .bars i:nth-child(7){animation-delay:.25s}.quiz-page .transcript{font-size:1.15rem;font-weight:700;line-height:1.4;margin:0}.quiz-page .player-hint{font-size:.85rem;opacity:.9;margin:0;line-height:1.4}.quiz-page .q-prompt{font-size:1.3rem;font-weight:800;line-height:1.4;margin-bottom:20px;color:var(--text-main)}.quiz-page .options{display:flex;flex-direction:column;gap:12px;margin-bottom:22px}.quiz-page .option-btn{width:100%;text-align:left;padding:16px 20px;border:2px solid #e2e8f0;border-radius:16px;background:var(--white);font-size:1rem;font-weight:600;color:var(--text-main);cursor:pointer;line-height:1.4;display:flex;align-items:center;gap:14px;font-family:inherit;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.quiz-page .option-btn:before{content:"";flex-shrink:0;width:22px;height:22px;border:2px solid #cbd5e0;border-radius:50%;transition:all .2s ease}.quiz-page .option-btn:hover:not(:disabled){border-color:var(--primary);background:#f0fdfd;box-shadow:0 4px 14px #12b8ce26}.quiz-page .options-en .opt-text{font-style:italic}.quiz-page .option-btn.correct{border-color:#38a169;background:#f0fff4;color:#276749}.quiz-page .option-btn.correct:before{background:#38a169 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px no-repeat;border-color:#38a169}.quiz-page .option-btn.wrong{border-color:#e53e3e;background:#fff5f5;color:#c53030;animation:qz-shake .3s ease}.quiz-page .option-btn.wrong:before{background:#e53e3e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 3l6 6M9 3l-6 6' stroke='white' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") center/11px no-repeat;border-color:#e53e3e}.quiz-page .option-btn:disabled{cursor:default}.quiz-page .option-btn:disabled:not(.correct):not(.wrong){opacity:.55}.quiz-page .feedback{padding:18px 20px;border-radius:14px;font-size:.95rem;line-height:1.6;margin-bottom:18px;animation:qz-in .3s ease}.quiz-page .fb-ok{background:#f0fff4;border:1px solid #9ae6b4;color:#276749}.quiz-page .fb-wrong{background:#fffaf0;border:1px solid #fbd38d;color:#7b341e}.quiz-page .fb-title{font-weight:800;margin-bottom:6px}.quiz-page .fb-transcript{margin-bottom:6px;font-weight:600}.quiz-page .fb-transcript span{font-weight:700;opacity:.75;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;margin-right:6px}.quiz-page .fb-explanation{margin:0}.quiz-page .fb-answer{margin-top:12px;display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid currentColor;color:inherit;border-radius:50px;padding:8px 14px 8px 10px;font-weight:700;font-size:.92rem;cursor:pointer;font-family:inherit}.quiz-page .btn-next{width:100%;justify-content:center}.quiz-page .quiz-result{text-align:center;padding:12px 0;animation:qz-in .4s ease}.quiz-page .result-icon{font-size:3.6rem;margin-bottom:8px}.quiz-page .result-title{font-size:2rem;font-weight:800;margin-bottom:18px}.quiz-page .score-ring{position:relative;width:150px;height:150px;margin:0 auto 18px}.quiz-page .score-ring svg{transform:rotate(-90deg)}.quiz-page .ring-bg{fill:none;stroke:#edf2f7;stroke-width:10}.quiz-page .ring-fill{fill:none;stroke:var(--primary);stroke-width:10;stroke-linecap:round;transition:stroke-dashoffset 1.1s cubic-bezier(.22,1,.36,1)}.quiz-page .score-inner{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.quiz-page .score-num{font-size:2.6rem;font-weight:800;color:var(--primary-dark);line-height:1}.quiz-page .score-of{font-size:.8rem;color:var(--text-light);font-weight:600;margin-top:4px}.quiz-page .result-desc{font-size:1.05rem;color:var(--text-light);line-height:1.7;max-width:560px;margin:0 auto 32px}.quiz-page .result-block{background:var(--bg-light);border-radius:var(--radius);padding:22px 24px;text-align:left;max-width:560px;margin:0 auto 18px}.quiz-page .result-block h3{font-size:1.05rem;margin-bottom:12px}.quiz-page .block-hint{font-size:.88rem;color:var(--text-light);margin-bottom:12px}.quiz-page .area-row{display:grid;grid-template-columns:110px 1fr 44px;align-items:center;gap:12px;margin-bottom:10px;font-size:.92rem}.quiz-page .area-name{font-weight:600}.quiz-page .area-bar{height:10px;background:#e2e8f0;border-radius:5px;overflow:hidden}.quiz-page .area-fill{height:100%;background:var(--primary);border-radius:5px;transition:width .8s ease}.quiz-page .area-score{text-align:right;font-weight:700;color:var(--text-light)}.quiz-page .review-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}.quiz-page .review-list li{display:flex;gap:12px;align-items:center;background:#fff;border-radius:14px;padding:10px 12px}.quiz-page .review-play{flex-shrink:0;width:40px;height:40px;border-radius:50%;border:none;background:var(--primary);color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.quiz-page .review-en{font-weight:700;margin:0;font-size:.95rem}.quiz-page .review-meaning{margin:0;font-size:.85rem;color:var(--text-light)}.quiz-page .tips ul{padding-left:20px;margin:0}.quiz-page .tips li{margin-bottom:6px;color:var(--text-main);font-size:.95rem}.quiz-page .result-cta{margin:28px auto 20px;display:flex;flex-direction:column;align-items:center;gap:10px}.quiz-page .cta-sub{font-size:.9rem;color:var(--text-light);max-width:460px;margin:0}.quiz-page .btn-ghost{margin-top:6px;color:var(--primary-dark);font-weight:700;text-decoration:none;border:2px solid var(--primary);padding:12px 22px;border-radius:50px;transition:var(--transition)}.quiz-page .btn-ghost:hover{background:var(--primary);color:#fff}.quiz-page .share-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;align-items:center;margin-bottom:32px}.quiz-page .share-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:50px;border:1px solid #e2e8f0;background:#fff;font-weight:700;font-size:.9rem;color:var(--text-main);text-decoration:none;cursor:pointer;font-family:inherit}.quiz-page .share-btn.whatsapp{background:#25d366;border-color:#25d366;color:#fff}.quiz-page .link-btn{background:none;border:none;color:var(--text-light);text-decoration:underline;cursor:pointer;font-size:.9rem;font-family:inherit}.quiz-page .link-btn:hover{color:var(--primary)}.quiz-page .result-links{border-top:1px solid #edf2f7;padding-top:24px;display:flex;flex-wrap:wrap;justify-content:center;gap:14px}.quiz-page .result-links p{width:100%;color:var(--text-light);font-size:.9rem;margin:0}.quiz-page .result-links a{color:var(--primary);font-weight:600;text-decoration:none;font-size:.9rem}.quiz-page .result-links a:hover{text-decoration:underline}@keyframes qz-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes qz-pop{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}@keyframes qz-shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}@keyframes qz-bar{0%,to{height:6px}50%{height:26px}}@media(max-width:600px){.quiz-page{padding-top:28px}.quiz-page .qcard{padding:22px 18px}.quiz-page .quiz-intro h1{font-size:1.8rem}.quiz-page .player{gap:14px;padding:14px 16px}.quiz-page .play-btn{width:54px;height:54px}.quiz-page .transcript{font-size:1.02rem}.quiz-page .q-prompt{font-size:1.15rem}.quiz-page .area-row{grid-template-columns:90px 1fr 40px}.quiz-page .result-title{font-size:1.6rem}}@media(prefers-reduced-motion:reduce){.quiz-page *{animation:none!important;transition:none!important}}
