.quiz-route{min-height:100vh;display:grid;place-items:center;padding:1rem;background:linear-gradient(180deg,#9de8ff,#86dbff 55%,#79d877);font-family:Fredoka,system-ui,sans-serif;position:relative;overflow:hidden}.quiz-route .quiz-bubbles{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 20%,hsla(0,0%,100%,.45) 0 20px,transparent 22px),radial-gradient(circle at 80% 30%,hsla(0,0%,100%,.35) 0 16px,transparent 18px),radial-gradient(circle at 65% 75%,hsla(0,0%,100%,.3) 0 22px,transparent 24px),radial-gradient(circle at 35% 85%,hsla(0,0%,100%,.35) 0 14px,transparent 16px);animation:quiz-floatBg 6s ease-in-out infinite alternate;pointer-events:none}.quiz-route .quizCard{width:min(1260px,98vw);background:#fff;border:4px solid #fff;border-radius:28px;box-shadow:0 14px 0 rgba(35,51,104,.16);padding:1.25rem 1.35rem 1.5rem;text-align:center;position:relative;z-index:1;animation:quiz-popIn .4s ease-out;overflow:hidden}.quiz-route .quiz-layout{display:grid;grid-template-columns:220px 1fr;grid-gap:1.15rem;gap:1.15rem;align-items:start}.quiz-route .leftMenu{background:#f7fbff;border:2px dashed #c9d8ff;border-radius:16px;padding:.6rem}.quiz-route .modeBtn{width:100%;margin-bottom:.4rem;border:2px solid #0b2115;background:#0b2115;color:#fff;border-radius:50px;padding:.55rem .65rem;font-weight:700;cursor:pointer}.quiz-route .modeBtn.active{background:#1f573d;border-color:#1f573d}.quiz-route h1{margin:0;font-size:clamp(2rem,5vw,3.2rem);color:#fff;font-family:Fredoka,system-ui,sans-serif;text-shadow:0 4px 0 #2b68cb;background:linear-gradient(90deg,#4f8cff,#ff7eb6);border-radius:18px;padding:.3rem .6rem}.quiz-route .subtitle{margin:.7rem 0;color:#2f4f87;font-weight:600}.quiz-route .partsGrid{display:grid;grid-template-columns:repeat(10,minmax(68px,1fr));grid-gap:.35rem;gap:.35rem;margin-bottom:.65rem;max-height:180px;overflow:auto;padding:.3rem;border:2px dashed #c9d8ff;border-radius:12px;background:#f8fbff;width:100%;box-sizing:border-box}.quiz-route .partCell{display:flex;align-items:center;justify-content:center;gap:.2rem;font-size:.78rem;color:#2f4f87;background:#fff;border:1px solid #dbe7ff;border-radius:8px;padding:.25rem;cursor:pointer}.quiz-route .partCell.current{border:2px solid #4f8cff;background:#eaf2ff}.quiz-route .partMark{width:14px;height:14px;border:2px solid #4f8cff;border-radius:3px;background:#fff;flex-shrink:0}.quiz-route .partMark--on{background:linear-gradient(180deg,#68d5ff,#4f8cff);box-shadow:inset 0 0 0 2px #fff}.quiz-route .progressWrap{width:100%;height:14px;border-radius:999px;background:#e7eeff;overflow:hidden}.quiz-route .progressBar{height:100%;background:linear-gradient(90deg,#65d3ff,#8b7cff);transition:width .3s ease}.quiz-route .progressText{margin:.4rem 0 .6rem;color:#4a67a0;font-weight:600}.quiz-route .wordBox{font-family:Fredoka,system-ui,sans-serif;font-size:clamp(2rem,6vw,3.3rem);color:#2e4f88;margin-bottom:.7rem;animation:quiz-bounce 1.5s ease-in-out infinite}.quiz-route .choiceGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.7rem;gap:.7rem;margin-bottom:.9rem}.quiz-route .choiceGrid--stacked{gap:.65rem}.quiz-route .choiceCell{display:flex;flex-direction:column;align-items:stretch;gap:.35rem}.quiz-route .choiceBtn{border:3px solid #fff;border-radius:16px;color:#fff;font-size:1.05rem;font-weight:700;padding:.65rem .5rem;cursor:pointer;box-shadow:0 8px 0 rgba(0,0,0,.15);transition:transform .15s ease}.quiz-route .choiceBtn--block{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;text-align:center;min-height:4.5rem;padding:.5rem .45rem .55rem}.quiz-route .choiceBtn-top{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.25rem .35rem}.quiz-route .choiceWord-text{font-size:1.05rem}.quiz-route .choiceIpa{display:block;font-size:.8rem;font-weight:600;opacity:.92;line-height:1.25;word-break:break-word}.quiz-route .choicePlayMini{border:2px solid hsla(0,0%,100%,.9);border-radius:12px;padding:.32rem .5rem;font:inherit;font-size:.8rem;font-weight:700;cursor:pointer;color:#fff;background:linear-gradient(180deg,#5ecf7a,#2e9f52);box-shadow:0 3px 0 rgba(0,0,0,.18);align-self:center}.quiz-route .choicePlayMini:hover{filter:brightness(1.06)}.quiz-route .choiceBtn.selected{border:2px solid red}.quiz-route .optLabel{font-weight:900}.quiz-route .choiceGrid>.choiceBtn:first-child{background:linear-gradient(180deg,#68d5ff,#4f8cff)}.quiz-route .choiceGrid>.choiceBtn:nth-child(2){background:linear-gradient(180deg,#ff97c9,#ff7eb6)}.quiz-route .choiceGrid>.choiceBtn:nth-child(3){background:linear-gradient(180deg,#ffc574,#ffab49)}.quiz-route .choiceGrid>.choiceBtn:nth-child(4){background:linear-gradient(180deg,#b3a4ff,#8f7cff)}.quiz-route .choiceGrid--stacked>.choiceCell:first-child .choiceBtn{background:linear-gradient(180deg,#68d5ff,#4f8cff)}.quiz-route .choiceGrid--stacked>.choiceCell:nth-child(2) .choiceBtn{background:linear-gradient(180deg,#ff97c9,#ff7eb6)}.quiz-route .choiceGrid--stacked>.choiceCell:nth-child(3) .choiceBtn{background:linear-gradient(180deg,#ffc574,#ffab49)}.quiz-route .choiceGrid--stacked>.choiceCell:nth-child(4) .choiceBtn{background:linear-gradient(180deg,#b3a4ff,#8f7cff)}.quiz-route .choiceBtn:hover:enabled{transform:translateY(-2px) scale(1.02)}.quiz-route .nextBtn{border:3px solid #fff;border-radius:14px;padding:.45rem 1rem;font-family:Fredoka,system-ui,sans-serif;font-size:1.15rem;color:#fff;background:linear-gradient(180deg,#6f9dff,#4f8cff);box-shadow:0 7px 0 rgba(0,0,0,.15);cursor:pointer}.quiz-route .nextBtn--play{background:linear-gradient(180deg,#5ecf7a,#2e9f52);box-shadow:0 7px 0 rgba(0,100,45,.22)}.quiz-route .resultBox h2{margin:.3rem 0 .4rem;color:#2f4f88;font-family:Fredoka,system-ui,sans-serif;font-size:2rem}.quiz-route .resultBox p{margin-bottom:.9rem;color:#3f5f96;font-size:1.2rem}.quiz-route .wrongList{margin:.4rem 0 1rem;text-align:left;border:2px dashed #c9d8ff;border-radius:14px;background:#f7fbff;padding:.65rem;max-height:280px;overflow:auto}.quiz-route .wrongList h3{margin:0 0 .45rem;color:#2f4f88}.quiz-route .wrongItem{border:1px solid #d9e6ff;border-radius:10px;background:#fff;padding:.45rem .55rem;margin-bottom:.4rem}.quiz-route .wrongItem p{margin:.2rem 0;font-size:.96rem}.quiz-route .bad{color:#cc2e2e;font-weight:700}.quiz-route .good{color:#1f7a44;font-weight:700}.quiz-route .allCorrect{color:#2b7a46!important;font-weight:700}@media (max-width:700px){.quiz-route .choiceGrid,.quiz-route .choiceGrid--stacked,.quiz-route .quiz-layout{grid-template-columns:1fr}.quiz-route .partsGrid{grid-template-columns:repeat(5,minmax(58px,1fr))}}@keyframes quiz-popIn{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}@keyframes quiz-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes quiz-floatBg{0%{transform:translateY(0)}to{transform:translateY(-10px)}}