.feedback-container{position:relative;transition:all .3s ease}.feedback-container.shake{animation:shake .5s ease}.feedback-card{transition:all .5s ease;margin-bottom:1rem;border-radius:.5rem;width:100%}.feedback-card.correct{border:4px solid rgb(34,197,94)}.feedback-card.incorrect{border:4px solid rgb(239,68,68)}.feedback-message{display:flex;align-items:center;justify-content:center;padding:1rem;border-radius:.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:all .3s ease}.feedback-message.correct{background-color:rgb(220,252,231);border:1px solid rgb(74,222,128)}.feedback-message.incorrect{background-color:rgb(254,226,226);border:1px solid rgb(248,113,113)}.feedback-icon{margin-right:.5rem}.feedback-icon.correct{color:rgb(22,163,74);animation:bounce 1s infinite}.feedback-icon.incorrect{color:rgb(220,38,38);animation:pulse 2s infinite}.feedback-text{font-size:1.125rem;font-weight:600;text-align:center}.feedback-text.correct{color:rgb(21,128,61)}.feedback-text.incorrect{color:rgb(185,28,28)}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-8px)}75%{transform:translateX(8px)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-25%)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.scoreboard-container{width:100%;background-color:rgba(31,41,55,.5);padding:1rem;border-radius:.5rem;text-align:center}.scoreboard-text{font-size:1.125rem;font-weight:600;color:white}.summary-container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:36rem;margin:0 auto;padding:2rem;background-color:rgb(17,24,39);border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.summary-title{font-size:1.875rem;font-weight:700;color:white;margin-bottom:1.5rem;text-align:center}.summary-stats{font-size:1.125rem;color:rgb(209,213,219);margin-bottom:1rem}.summary-stats-highlight{color:rgb(209,213,219);font-weight:700}.skipped-info{display:flex;align-items:center;margin-bottom:1rem}.skipped-icon{color:rgb(239,68,68);font-size:1.875rem;margin-right:.5rem}.skipped-text{font-size:1.125rem;color:rgb(209,213,219)}.skipped-number{color:rgb(239,68,68);font-weight:700}.progress-bar{position:relative;width:100%;height:1.5rem;margin-bottom:1.5rem;background-color:rgb(55,65,81);border-radius:9999px;overflow:hidden}.progress-fill{height:100%;transition:width .3s ease;width:var(--progress-width,0)}.progress-labels{position:absolute;top:0;left:0;right:0;height:100%;display:flex;justify-content:space-between;padding:0 1rem;align-items:center;font-size:.75rem;color:white;font-weight:600}.button-group{flex-direction:column;margin-top:1.5rem}@media (min-width:768px){.button-group{flex-direction:row}}.summary-button{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;transition:all .2s ease;width:100%}.summary-button-primary{background-color:rgb(37,99,235);color:white}.summary-button-primary:hover{background-color:rgb(29,78,216)}.summary-button-secondary{background-color:rgb(220,38,38);color:white}.summary-button-secondary:hover{background-color:rgb(185,28,28)}.feedback-section{margin-top:2rem;text-align:center;display:flex;align-items:center;font-size:1.125rem;color:rgb(209,213,219)}.feedback-icon{color:rgb(234,179,8);font-size:1.5rem;margin-right:1rem}.skipped-questions-view{width:100%}.skipped-questions-title{font-size:1.5rem;font-weight:700;color:white;margin-bottom:1rem;text-align:center}.skipped-questions-list{display:flex;flex-direction:column;gap:1rem}.skipped-question-item{padding:1.5rem;background-color:rgb(31,41,55);border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);display:flex;flex-direction:column}.question-field{display:flex;flex-direction:column;margin-bottom:1rem}.question-field:last-child{margin-bottom:0}.field-label{color:rgb(234,179,8);font-size:1.125rem;font-weight:600}.field-value{color:white}.field-label.correct{color:rgb(34,197,94)}.no-questions-message{font-size:1.125rem;color:rgb(209,213,219);text-align:center}.quiz-results-info{width:100%;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgb(55,65,81);display:flex;flex-direction:column;gap:1.5rem}.level-result{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:rgb(31,41,55);border-radius:.5rem}.level-icon{color:rgb(99,102,241);font-size:1.5rem;flex-shrink:0}.level-text{display:flex;flex-direction:column;gap:.25rem}.level-label{font-size:.875rem;color:rgb(156,163,175);font-weight:500}.level-value{font-size:1.125rem;color:white;font-weight:600}.instructor-cta{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1rem;background-color:rgb(31,41,55);border-radius:.5rem}.cta-text{color:rgb(209,213,219);font-size:1rem;text-align:center}.instructor-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:rgb(37,99,235);color:white;font-weight:600;border-radius:.5rem;text-decoration:none;transition:background-color .2s ease}.instructor-link:hover{background-color:rgb(29,78,216)}.residency-info{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background-color:rgb(55,48,23);border:1px solid rgb(161,98,7);border-radius:.5rem}.residency-icon{color:rgb(234,179,8);font-size:1.25rem;flex-shrink:0;margin-top:.125rem}.residency-text{color:rgb(254,243,199);font-size:.9375rem;line-height:1.5}.residency-text strong{color:rgb(253,224,71)}.tooltip-container{position:relative;display:inline-block}.tooltip-content{visibility:hidden;position:absolute;bottom:100%;left:50%;transform:translateX(-50%);margin-bottom:.5rem;background-color:black;color:white;font-size:.75rem;padding:.5rem 1.5rem;border-radius:.25rem;width:350px;text-align:center}.tooltip-container:hover .tooltip-content{visibility:visible}.level-check{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:9999px;background-color:white;color:black;font-size:1.875rem;font-weight:700}.quiz-container{width:100%;max-width:40rem;margin:0 auto;padding:2rem .5rem;box-sizing:border-box}.quiz-close{display:flex;justify-content:flex-end;margin-bottom:.5rem}.close-button{color:rgb(209,213,219);font-size:1.875rem;font-weight:700;transition:all .2s ease}.close-button:hover{color:rgb(243,244,246)}.quiz-input-container{max-width:400px;margin:0 auto;width:100%;padding:0 1rem;box-sizing:border-box}.quiz-input{width:100%;padding:.75rem 1.5rem;border-radius:.5rem;border:1px solid rgb(75,85,99);background-color:white;color:rgb(17,24,39);text-align:center;font-size:1.125rem;box-sizing:border-box;min-height:3rem}.quiz-input:focus{outline:none;border-color:rgb(59,130,246)}.quiz-input:disabled{opacity:.5;cursor:not-allowed}.quiz-input.show-answer{cursor:not-allowed;font-weight:600}.button-group{display:flex;width:100%;justify-content:space-between;gap:1rem;margin-top:1rem;padding:0 1rem;box-sizing:border-box}.quiz-button{flex:1 1;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;transition:all .2s ease;font-size:1rem;min-height:3rem;box-sizing:border-box}.submit-button{background-color:rgb(37,99,235);color:white}.submit-button:hover{background-color:rgb(29,78,216)}.submit-button:disabled{background-color:rgb(156,163,175);color:rgb(107,114,128);cursor:not-allowed}.submit-button.next{background-color:rgb(22,163,74)}.submit-button.next:hover{background-color:rgb(21,128,61)}.skip-button{background-color:rgb(220,38,38);color:white}.skip-button:hover{background-color:rgb(185,28,28)}.skip-button:disabled{background-color:rgb(156,163,175);cursor:not-allowed}.stats-container{display:flex;justify-content:center;margin-top:2rem}.stats-group{gap:2rem}.prompt-container,.stats-group{display:flex;align-items:center}.prompt-container{min-height:5rem;height:auto;justify-content:center;padding:1.5rem 1rem;margin-bottom:1.5rem}.prompt-content{text-align:center;width:100%;max-width:100%}.prompt-row{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;min-height:3rem;width:100%}.prompt-text{font-size:1.75rem;font-weight:700;color:white;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.3;text-align:center;white-space:normal}.prompt-details{display:inline-flex;align-items:center;font-size:.875rem;font-weight:500;color:rgb(209,213,219);flex-shrink:0;text-align:center;justify-content:center;padding:.5rem}.prompt-details span{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.prompt-separator{width:.25rem;height:.25rem;margin:0 .75rem;background-color:rgb(107,114,128);border-radius:9999px;flex-shrink:0}@media (max-width:640px){.prompt-container{padding:1rem 1.5rem;min-height:4rem}.prompt-row{flex-direction:column;gap:1rem;min-height:2.5rem}.prompt-text{font-size:1.5rem;min-width:auto;line-height:1.4}.prompt-details{font-size:.75rem;min-width:auto;padding:.25rem .5rem}.prompt-separator{margin:0 .5rem}.quiz-container{padding:1rem}.quiz-input-container{max-width:100%;padding:0 1rem}.quiz-input{font-size:1rem;padding:.625rem 1rem}.button-group{gap:.75rem;padding:0 1rem}.quiz-button{padding:.625rem 1rem;font-size:.9rem}}@media (max-width:560px){.prompt-text{font-size:1.375rem;line-height:1.4}.prompt-container{padding:1rem}.quiz-container{padding:1rem .75rem}}@media (max-width:480px){.prompt-container{padding:.75rem;min-height:3.5rem}.prompt-text{font-size:1.25rem;line-height:1.4}.quiz-container{padding:.5rem}.quiz-input-container{padding:0 .5rem}.quiz-input{font-size:.875rem;padding:.5rem .75rem;min-height:2.5rem}.button-group{gap:.5rem;padding:0 .5rem}.quiz-button{padding:.5rem .75rem;font-size:.85rem;min-height:2.5rem}.prompt-details{font-size:.7rem}.prompt-separator{margin:0 .25rem;width:.2rem;height:.2rem}}.quiz-wrapper{margin:0 auto}.quiz-card,.quiz-wrapper{position:relative;width:100%;max-width:100%}.quiz-card{padding:2rem 1rem;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);background-color:rgb(17,24,39);box-sizing:border-box}@media (max-width:640px){.quiz-card{padding:1.5rem 1rem}}@media (max-width:480px){.quiz-card{padding:1rem .75rem}}.tense-selection{margin-bottom:2rem}.tense-selection-title{font-size:1.5rem;font-weight:700;color:white;text-align:center;margin-bottom:1.5rem}.tense-selection-subtitle{color:rgb(209,213,219);text-align:center;margin-bottom:1rem}.tense-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.tense-card{background-color:rgb(31,41,59);padding:1rem;border-radius:.5rem;border:1px solid rgba(59,130,246,.2);transition:all .3s ease}.tense-card:hover{transform:translateY(-4px);border-color:rgba(59,130,246,.5);background-color:rgb(31,41,59,.8)}.ChapterCarousel_chapterSection__ghFw_{background:linear-gradient(180deg,#f0f7ff,#e8f1fc);min-height:calc(100vh - var(--navbar-height, 4rem));display:flex;flex-direction:column}.ChapterCarousel_heroHeader__U0ALb{text-align:center;padding:4rem 1.5rem 1.5rem;flex-shrink:0}.ChapterCarousel_heroTitle__O8xLj{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:#60a5fa;line-height:1.15;margin-bottom:.75rem}.ChapterCarousel_gradientText__Dyv7Z{background:linear-gradient(90deg,#60a5fa,#3b82f6);-webkit-background-clip:text;background-clip:text;color:transparent}.ChapterCarousel_heroSubtitle__abtR5{font-size:clamp(.9rem,2vw,1.125rem);color:#64748b}.ChapterCarousel_carouselContainer__yDWej{position:relative;flex:1 1;display:flex;align-items:center;justify-content:center;padding:1rem 0 3rem;overflow:clip;overflow-clip-margin:content-box}.ChapterCarousel_carousel__jqn5P{display:flex;align-items:center;gap:1rem;height:100%;max-height:calc(100vh - var(--navbar-height, 4rem) - 180px);padding:2rem calc(50% - 200px);overflow-x:auto;overflow-y:clip;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.ChapterCarousel_carousel__jqn5P::-webkit-scrollbar{display:none}.ChapterCarousel_chapterCard__uysWU{position:relative;flex:0 0 400px;height:520px;scroll-snap-align:center;scroll-snap-stop:always;cursor:pointer;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1);opacity:.4;transform:scale(.85)}.ChapterCarousel_chapterCard__uysWU.ChapterCarousel_active__XISyZ{opacity:1;transform:scale(1);z-index:2}.ChapterCarousel_cardInner__BukcC{width:100%;height:100%;background:white;border-radius:2rem;padding:2rem 1.75rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:.75rem;box-shadow:0 8px 32px rgba(0,122,255,.08);transition:box-shadow .4s ease;overflow:hidden}.ChapterCarousel_chapterCard__uysWU.ChapterCarousel_active__XISyZ .ChapterCarousel_cardInner__BukcC{box-shadow:0 20px 60px rgba(0,122,255,.15)}.ChapterCarousel_chapterNumber__ns3FB{font-size:.6875rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#007AFF}.ChapterCarousel_chapterIcon__lnVZI{display:flex;align-items:center;justify-content:center;margin:1rem 0;color:#60a5fa}.ChapterCarousel_chapterIcon__lnVZI svg{width:3.5rem;height:3.5rem;stroke-width:1.5}.ChapterCarousel_chapterName___9GUU{font-size:1.75rem;font-weight:600;color:#334155;margin:0}.ChapterCarousel_chapterSubtitle__JVLHb{font-size:.875rem;color:#64748b;line-height:1.6;flex:1 1;display:flex;align-items:center}.ChapterCarousel_exploreBtn__Z0jVy{margin-top:1.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;color:white;background:#007AFF;border:none;border-radius:9999px;cursor:pointer;transition:background .2s ease,transform .2s ease}.ChapterCarousel_exploreBtn__Z0jVy:hover:not(:disabled){background:#0062CC;transform:scale(1.02)}.ChapterCarousel_exploreBtnLoading__KBXvs{background:#94a3b8;cursor:not-allowed;opacity:.8}.ChapterCarousel_exploreBtnLoading__KBXvs:hover{background:#94a3b8;transform:none}.ChapterCarousel_carouselArrow__t2Ha9{position:absolute;top:50%;z-index:10;width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.95);color:#1B2333;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;font-weight:300;transition:all .2s ease;box-shadow:0 4px 12px rgba(0,122,255,.12);transform:translateY(-50%)}.ChapterCarousel_carouselArrow__t2Ha9:hover:not(:disabled){background:white;box-shadow:0 6px 20px rgba(0,122,255,.2);transform:translateY(-50%) scale(1.05)}.ChapterCarousel_carouselArrow__t2Ha9.ChapterCarousel_left__RNwY7{left:calc(50% - 200px - 26px)}.ChapterCarousel_carouselArrow__t2Ha9.ChapterCarousel_right__0w_ai{right:calc(50% - 200px - 26px)}.ChapterCarousel_carouselArrow__t2Ha9:disabled{opacity:0;pointer-events:none}@media (max-width:900px){.ChapterCarousel_chapterCard__uysWU{flex:0 0 340px}.ChapterCarousel_carouselArrow__t2Ha9.ChapterCarousel_left__RNwY7{left:calc(50% - 170px - 26px)}.ChapterCarousel_carouselArrow__t2Ha9.ChapterCarousel_right__0w_ai{right:calc(50% - 170px - 26px)}}@media (max-width:768px){.ChapterCarousel_heroHeader__U0ALb{padding:2.5rem 1rem 1rem}.ChapterCarousel_carousel__jqn5P{gap:.75rem;padding:0 calc(50vw - 140px);max-height:calc(100vh - var(--navbar-height, 4rem) - 140px)}.ChapterCarousel_chapterCard__uysWU{flex:0 0 280px;height:420px}.ChapterCarousel_cardInner__BukcC{padding:1.5rem 1.25rem;border-radius:1.5rem}.ChapterCarousel_chapterSubtitle__JVLHb{font-size:.8125rem}.ChapterCarousel_chapterIcon__lnVZI svg{width:2.5rem;height:2.5rem}.ChapterCarousel_chapterName___9GUU{font-size:1.5rem}.ChapterCarousel_carouselArrow__t2Ha9{width:44px;height:44px;font-size:1.25rem}.ChapterCarousel_carouselArrow__t2Ha9.ChapterCarousel_left__RNwY7{left:calc(50% - 140px - 22px)}.ChapterCarousel_carouselArrow__t2Ha9.ChapterCarousel_right__0w_ai{right:calc(50% - 140px - 22px)}}@media (max-width:480px){.ChapterCarousel_heroHeader__U0ALb{padding:2rem .75rem 1rem}.ChapterCarousel_heroTitle__O8xLj{font-size:1.75rem}.ChapterCarousel_carousel__jqn5P{padding:0 calc(50vw - 110px)}.ChapterCarousel_chapterCard__uysWU{flex:0 0 220px;min-height:320px}.ChapterCarousel_cardInner__BukcC{padding:1.25rem 1rem}.ChapterCarousel_chapterName___9GUU{font-size:1.375rem}.ChapterCarousel_chapterSubtitle__JVLHb{font-size:.75rem}.ChapterCarousel_carouselArrow__t2Ha9{display:none}.ChapterCarousel_exploreBtn__Z0jVy{padding:.625rem 1.25rem;font-size:.8125rem}}@media (max-width:360px){.ChapterCarousel_chapterSection__ghFw_{overflow-x:hidden}.ChapterCarousel_heroHeader__U0ALb{padding:1rem .5rem .5rem}.ChapterCarousel_heroTitle__O8xLj{font-size:1.25rem;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;padding:0 .25rem;line-height:1.2}.ChapterCarousel_heroSubtitle__abtR5{font-size:.6875rem;padding:0 .5rem}.ChapterCarousel_carouselContainer__yDWej{padding:.5rem 0 1.5rem;overflow:hidden}.ChapterCarousel_carousel__jqn5P{gap:1rem;padding:1rem calc(50vw - 80px);max-height:calc(100vh - var(--navbar-height, 4rem) - 120px);overflow-x:auto;overflow-y:clip}.ChapterCarousel_chapterCard__uysWU{flex:0 0 160px;height:auto;min-height:240px;opacity:0;transform:scale(.6)}.ChapterCarousel_chapterCard__uysWU.ChapterCarousel_active__XISyZ{opacity:1;transform:scale(1)}.ChapterCarousel_cardInner__BukcC{padding:.75rem;border-radius:.75rem;gap:.25rem}.ChapterCarousel_chapterNumber__ns3FB{font-size:.5rem;letter-spacing:.12em}.ChapterCarousel_chapterIcon__lnVZI{margin:.25rem 0}.ChapterCarousel_chapterIcon__lnVZI svg{width:1.5rem;height:1.5rem}.ChapterCarousel_chapterName___9GUU{font-size:1rem}.ChapterCarousel_chapterSubtitle__JVLHb{font-size:.625rem;line-height:1.4}.ChapterCarousel_exploreBtn__Z0jVy{margin-top:.375rem;padding:.4375rem .875rem;font-size:.6875rem}.ChapterCarousel_carouselArrow__t2Ha9{display:none}}