.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,var(--page-background) 0,var(--section-gradient-mid) 100%);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:var(--text-muted)}.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:var(--card-background);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:var(--text-primary);margin:0}.ChapterCarousel_chapterSubtitle__JVLHb{font-size:.875rem;color:var(--text-muted);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:var(--text-placeholder);cursor:not-allowed;opacity:.8}.ChapterCarousel_exploreBtnLoading__KBXvs:hover{background:var(--text-placeholder);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 - 140px)}.ChapterCarousel_chapterCard__uysWU{flex:0 0 280px;height:440px}.ChapterCarousel_cardInner__BukcC{padding:1.5rem 1.25rem}.ChapterCarousel_chapterName___9GUU{font-size:1.5rem}.ChapterCarousel_chapterSubtitle__JVLHb{font-size:.875rem}.ChapterCarousel_carouselArrow__t2Ha9{display:none}.ChapterCarousel_exploreBtn__Z0jVy{padding:.75rem 1.5rem;font-size:.9375rem}}@media (max-width:360px){.ChapterCarousel_chapterSection__ghFw_{overflow-x:hidden}.ChapterCarousel_heroHeader__U0ALb{padding:2rem 1rem 1.25rem}.ChapterCarousel_heroTitle__O8xLj{font-size:1.75rem;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.15}.ChapterCarousel_heroSubtitle__abtR5{font-size:.9375rem}.ChapterCarousel_carouselContainer__yDWej{padding:.5rem 0 2rem;overflow:hidden}.ChapterCarousel_carousel__jqn5P{gap:1rem;padding:1rem;max-height:none;overflow-x:auto;overflow-y:clip}.ChapterCarousel_chapterCard__uysWU{flex-grow:0;flex-shrink:0;flex-basis:calc(100vw - 2rem);max-width:320px;height:480px;opacity:.3;transform:scale(.9)}.ChapterCarousel_chapterCard__uysWU.ChapterCarousel_active__XISyZ{opacity:1;transform:scale(1)}.ChapterCarousel_cardInner__BukcC{padding:2rem 1.5rem;border-radius:1.5rem;gap:.75rem}.ChapterCarousel_chapterNumber__ns3FB{font-size:.6875rem;letter-spacing:.15em}.ChapterCarousel_chapterIcon__lnVZI{margin:.75rem 0}.ChapterCarousel_chapterIcon__lnVZI svg{width:2.5rem;height:2.5rem}.ChapterCarousel_chapterName___9GUU{font-size:1.375rem}.ChapterCarousel_chapterSubtitle__JVLHb{font-size:.875rem;line-height:1.6}.ChapterCarousel_exploreBtn__Z0jVy{margin-top:1rem;padding:.75rem 1.5rem;font-size:.9375rem}.ChapterCarousel_carouselArrow__t2Ha9{display:none}}.ChapterContent_contentContainer__BwYrn{max-width:1200px;margin:0 auto;padding:3rem 1rem;scroll-margin-top:2rem}.ChapterContent_contentInner__PpTVG{display:flex;flex-direction:column;gap:3rem}.ChapterContent_contentHeader__MUmYe{text-align:center;margin-bottom:1rem}.ChapterContent_chapterLabel__hKh3G{display:block;font-size:.75rem;color:#007AFF;text-transform:uppercase;letter-spacing:.15em;margin-bottom:.5rem}.ChapterContent_chapterTitle__iVp88{font-size:2.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.ChapterContent_chapterDescription___VjNF{font-style:italic;font-size:1.0625rem;color:var(--text-muted)}.ChapterContent_accountBanner__2DXr5{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;padding:1rem 1.5rem;background:var(--card-background);border:1px solid var(--page-background);border-radius:.75rem;margin:1rem auto 2rem;max-width:600px;box-shadow:0 2px 8px rgba(0,122,255,.06);min-height:56px}.ChapterContent_bannerIcon__Bog45{font-size:1.25rem}.ChapterContent_bannerText__qJe44{color:#4a5568;font-size:.9375rem}.ChapterContent_bannerCta__1X_IJ{color:white;background:#007AFF;font-weight:600;text-decoration:none;white-space:nowrap;padding:.5rem 1.25rem;border-radius:9999px;border:none;cursor:pointer;transition:background .2s ease}.ChapterContent_bannerCta__1X_IJ:hover{background:#0062CC}.ChapterContent_verticalVideoSection__77Oj5{display:flex;justify-content:center;margin-bottom:1rem}.ChapterContent_verticalVideoContainer__xsCjE{width:100%;max-width:320px;aspect-ratio:9/16;border-radius:1.25rem;overflow:hidden;background:linear-gradient(180deg,var(--section-gradient-mid) 0,#b3c0d0 100%);box-shadow:0 8px 24px rgba(0,122,255,.12)}.ChapterContent_videoPlaceholder__dUBph{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.ChapterContent_playIcon__r7lmo{width:4rem;height:4rem;color:#60a5fa;opacity:.6}.ChapterContent_comingSoon__nXmlg{font-size:.875rem;color:var(--text-muted);font-weight:500}.ChapterContent_videoSection__NG1jw{text-align:center}.ChapterContent_videoTitle__SWjNL{font-size:1.75rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.ChapterContent_videoSubtitle__d6WOU{color:#4a5568;margin-bottom:2rem}.ChapterContent_videoContainer__o6ePL{position:relative;width:100%;max-width:800px;margin:0 auto;aspect-ratio:16/9;border-radius:1rem;overflow:hidden;background:var(--disabled-background-dark);box-shadow:0 4px 12px rgba(0,122,255,.1)}.ChapterContent_videoPlayer__DwTAP{position:absolute;inset:0;width:100%;height:100%;border:none}.ChapterContent_videoActions__PXwcT{margin-top:2rem}.ChapterContent_continueButton__65Izp{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;color:white;background:#007AFF;border:none;border-radius:9999px;cursor:pointer;transition:all .2s ease}.ChapterContent_continueButton__65Izp:hover{background:#0062CC;transform:scale(1.02)}.ChapterContent_chapterTools__baroh{display:flex;flex-direction:column;gap:3rem}.ChapterContent_toolSection__e4jM_{background:var(--card-background);border-radius:1.25rem;padding:2.5rem;box-shadow:0 2px 8px rgba(0,122,255,.06)}.ChapterContent_toolTitle__drJOf{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem;text-align:center}.ChapterContent_toolDescription__7ezH6{color:#4a5568;text-align:center;max-width:600px;margin:0 auto 2rem;line-height:1.6}.ChapterContent_gwywSection__9GsWm{background:linear-gradient(180deg,var(--section-gradient-start) 0,var(--section-gradient-mid) 60%,var(--section-gradient-start) 100%);border-radius:0;padding:3rem 1rem;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.ChapterContent_gwywTitle__7i8Ne{font-size:1.75rem;font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:.75rem}.ChapterContent_gwywDescription__5zTHp{color:var(--text-placeholder);text-align:center;max-width:600px;margin:0 auto 2rem;line-height:1.6}.ChapterContent_gwywContainer__BruB_{max-width:900px;margin:0 auto}.ChapterContent_lockedSection__wwQQZ{background:rgba(0,122,255,.03);border:1px dashed rgba(0,122,255,.2);border-radius:1rem;padding:2rem}.ChapterContent_lockedContent__wmROT{text-align:center}.ChapterContent_lockIcon__K_wXI{font-size:2.5rem;display:block;margin-bottom:1rem}.ChapterContent_lockedContent__wmROT p{color:#4a5568;margin-bottom:1.5rem}.ChapterContent_signInButton__CmpPK{padding:.75rem 2rem;font-size:1rem;font-weight:600;color:white;background:#007AFF;border:none;border-radius:9999px;cursor:pointer;transition:all .2s ease}.ChapterContent_signInButton__CmpPK:hover{background:#0062CC}.ChapterContent_assessmentTeaser__m2BYy{background:var(--card-background);border-radius:1.25rem;padding:2.5rem;text-align:center;box-shadow:0 2px 8px rgba(0,122,255,.06)}.ChapterContent_primaryCta___j6ac{display:inline-block;padding:1rem 2rem;font-size:1rem;font-weight:600;color:white;background:#007AFF;border-radius:9999px;text-decoration:none;transition:all .2s ease}.ChapterContent_primaryCta___j6ac:hover{background:#0062CC;transform:scale(1.02)}.ChapterContent_resourceCards__6OCHw{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.ChapterContent_resourceCard__8FgVs{background:var(--card-background);border-radius:1rem;padding:1.5rem;text-align:center;box-shadow:0 2px 6px rgba(0,122,255,.06);transition:transform .2s ease,box-shadow .2s ease}.ChapterContent_resourceCard__8FgVs:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,122,255,.1)}.ChapterContent_resourceIcon__cxWU3{display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#60a5fa}.ChapterContent_resourceIcon__cxWU3 svg{width:2rem;height:2rem}.ChapterContent_resourceCard__8FgVs h4{color:var(--text-primary);font-size:1rem;font-weight:600;margin-bottom:.5rem}.ChapterContent_resourceCard__8FgVs p{color:var(--text-muted);font-size:.875rem}.ChapterContent_expertCta__QaKzl{background:var(--card-background);border:1px solid rgba(0,122,255,.1);border-radius:1rem;padding:1.5rem;text-align:center;box-shadow:0 2px 6px rgba(0,122,255,.06)}.ChapterContent_expertCta__QaKzl h4{color:var(--text-primary);font-size:1.125rem;margin-bottom:1rem}.ChapterContent_expertLinks__rOCRS{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.ChapterContent_expertLink__A7p46{color:#007AFF;font-weight:600;text-decoration:none;padding:.5rem 1rem;border-radius:9999px;background:rgba(0,122,255,.08);transition:background .2s ease}.ChapterContent_expertLink__A7p46:hover{background:rgba(0,122,255,.15)}.ChapterContent_relatedMedia____Ods{border-top:1px solid rgba(0,122,255,.1);padding-top:3rem}.ChapterContent_mediaTitle__ph0sW{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem;text-align:center}.ChapterContent_mediaGrid__j0g_O{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.ChapterContent_mediaCarousel__ydD1X{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:1rem;margin:0 -1rem;padding-left:1rem;padding-right:1rem}.ChapterContent_mediaCarousel__ydD1X::-webkit-scrollbar{height:6px}.ChapterContent_mediaCarousel__ydD1X::-webkit-scrollbar-track{background:rgba(0,122,255,.05);border-radius:3px}.ChapterContent_mediaCarousel__ydD1X::-webkit-scrollbar-thumb{background:rgba(0,122,255,.2);border-radius:3px}.ChapterContent_mediaCarousel__ydD1X .ChapterContent_mediaCard__tqFlR{flex:0 0 260px;scroll-snap-align:start}.ChapterContent_mediaCard__tqFlR{background:var(--card-background);border-radius:1rem;overflow:hidden;box-shadow:0 2px 6px rgba(0,122,255,.06);transition:transform .2s ease,box-shadow .2s ease}.ChapterContent_mediaCard__tqFlR:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,122,255,.12)}.ChapterContent_mediaThumbnail__eX3to{position:relative;height:120px;background:var(--disabled-background-dark);display:flex;align-items:center;justify-content:center}.ChapterContent_mediaTypeIcon__o4si3{display:flex;align-items:center;justify-content:center;color:#60a5fa;opacity:.5}.ChapterContent_mediaTypeIcon__o4si3 svg{width:2rem;height:2rem}.ChapterContent_comingSoonBadge__txMib{position:absolute;top:.5rem;right:.5rem;padding:.25rem .5rem;font-size:.625rem;font-weight:600;color:#4a5568;background:rgba(224,230,238,.9);border-radius:.25rem;text-transform:uppercase;letter-spacing:.05em}.ChapterContent_mediaInfo___Ad_w{padding:1rem}.ChapterContent_mediaType__2nltO{display:block;font-size:.75rem;color:#007AFF;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.ChapterContent_mediaItemTitle__GT6wL{font-size:.9375rem;font-weight:600;color:var(--text-primary);line-height:1.4}.ChapterContent_serviceGrid__XrCYz{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.25rem;gap:1.25rem}.ChapterContent_serviceCard__BRTzc{background:var(--card-background);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;box-shadow:0 2px 8px rgba(0,122,255,.06);border:1px solid rgba(0,122,255,.08);transition:all .2s ease;position:relative}.ChapterContent_serviceCardLink__lqT1E{text-decoration:none;cursor:pointer}.ChapterContent_serviceCardLink__lqT1E:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,122,255,.12);border-color:rgba(0,122,255,.2)}.ChapterContent_serviceCardDisabled__LhsKB{opacity:.6;cursor:default}.ChapterContent_serviceIcon__5MdZi{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:rgba(0,122,255,.08);border-radius:.75rem;color:#007AFF}.ChapterContent_serviceIcon__5MdZi svg{width:1.5rem;height:1.5rem}.ChapterContent_serviceTitle__BPUr5{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0}.ChapterContent_serviceDescription__MFqER{font-size:.875rem;color:var(--text-muted);line-height:1.5;margin:0}.ChapterContent_sectionBlock__prsWG{margin-top:2.5rem}.ChapterContent_sectionTitle__zZekJ{font-size:1.5rem;font-weight:600;color:var(--text-primary);text-align:center;margin-bottom:.5rem}.ChapterContent_sectionDescription__htK9r{font-size:1rem;color:var(--text-muted);text-align:center;max-width:600px;margin:0 auto 1.5rem;line-height:1.6}.ChapterContent_scoutingGrid__6Qx08{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.25rem;gap:1.25rem}.ChapterContent_scoutingCard__aaDIC{display:flex;align-items:center;gap:1rem;background:var(--card-background);border-radius:1rem;padding:1.25rem 1.5rem;text-decoration:none;box-shadow:0 2px 8px rgba(0,122,255,.06);border:1px solid rgba(0,122,255,.08);transition:all .2s ease}.ChapterContent_scoutingCard__aaDIC:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,122,255,.12);border-color:rgba(0,122,255,.2)}.ChapterContent_scoutingIcon__kz_ZV{flex-shrink:0;width:2.5rem;height:2.5rem;color:#007AFF}.ChapterContent_scoutingInfo__XqNmv{flex:1 1}.ChapterContent_scoutingInfo__XqNmv h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem}.ChapterContent_scoutingInfo__XqNmv p{font-size:.875rem;color:var(--text-muted);margin:0}.ChapterContent_scoutingCta__tNVP7{font-size:.875rem;font-weight:600;color:#007AFF;white-space:nowrap}.ChapterContent_chapterNavigation__6JERA{display:flex;align-items:center;justify-content:space-between;margin-top:3rem;padding-top:2rem;border-top:1px solid #e2e8f0}.ChapterContent_navButton__OZHl6{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--card-background);color:var(--text-muted);border:1px solid #e2e8f0;border-radius:10px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s}.ChapterContent_navButton__OZHl6:hover{background:var(--subtle-bg);color:var(--text-primary);border-color:#cbd5e1}.ChapterContent_navButtonPrimary__J7d6q{background:#007AFF;color:white;border-color:#007AFF}.ChapterContent_navButtonPrimary__J7d6q:hover{background:#0066d6;border-color:#0066d6;color:white}.ChapterContent_navSpacer__0GrSr{flex:1 1}@media (max-width:768px){.ChapterContent_contentContainer__BwYrn{padding:2rem 1rem}.ChapterContent_verticalVideoContainer__xsCjE{max-width:280px}.ChapterContent_accountBanner__2DXr5{flex-direction:column;text-align:center;gap:.75rem;padding:1rem}.ChapterContent_chapterTitle__iVp88{font-size:1.75rem}.ChapterContent_mediaGrid__j0g_O,.ChapterContent_resourceCards__6OCHw,.ChapterContent_scoutingGrid__6Qx08,.ChapterContent_serviceGrid__XrCYz{grid-template-columns:1fr}.ChapterContent_chapterNavigation__6JERA,.ChapterContent_expertLinks__rOCRS{flex-direction:column;gap:1rem}.ChapterContent_navButton__OZHl6{width:100%;justify-content:center}.ChapterContent_navSpacer__0GrSr{display:none}.ChapterContent_assessmentTeaser__m2BYy,.ChapterContent_toolSection__e4jM_{padding:1.5rem 1rem}.ChapterContent_gwywSection__9GsWm{padding:2rem 1rem}.ChapterContent_gwywTitle__7i8Ne{font-size:1.5rem}}@media (max-width:480px){.ChapterContent_videoTitle__SWjNL{font-size:1.25rem}.ChapterContent_chapterTitle__iVp88{font-size:1.5rem}.ChapterContent_continueButton__65Izp,.ChapterContent_primaryCta___j6ac,.ChapterContent_signInButton__CmpPK{width:100%}}@media (max-width:360px){.ChapterContent_contentContainer__BwYrn{padding:1rem .5rem;overflow-x:hidden}.ChapterContent_contentInner__PpTVG{gap:1.5rem;overflow:hidden}.ChapterContent_contentHeader__MUmYe{padding:0 .25rem}.ChapterContent_chapterLabel__hKh3G{font-size:.625rem}.ChapterContent_chapterTitle__iVp88{font-size:1.125rem;word-break:break-word}.ChapterContent_chapterDescription___VjNF{font-size:.875rem}.ChapterContent_verticalVideoContainer__xsCjE{max-width:200px}.ChapterContent_accountBanner__2DXr5{padding:.625rem;gap:.375rem;margin:.5rem auto 1rem}.ChapterContent_bannerIcon__Bog45{font-size:.875rem}.ChapterContent_bannerText__qJe44{font-size:.75rem}.ChapterContent_bannerCta__1X_IJ{padding:.3125rem .75rem;font-size:.75rem}.ChapterContent_chapterTools__baroh{gap:1.5rem}.ChapterContent_toolSection__e4jM_{padding:.875rem .5rem;border-radius:.875rem;overflow:hidden}.ChapterContent_toolTitle__drJOf{font-size:1rem}.ChapterContent_toolDescription__7ezH6{font-size:.8125rem;margin-bottom:1rem}.ChapterContent_sectionBlock__prsWG{margin-top:1rem}.ChapterContent_sectionTitle__zZekJ{font-size:1rem}.ChapterContent_sectionDescription__htK9r{font-size:.8125rem;margin-bottom:.75rem}.ChapterContent_serviceGrid__XrCYz{grid-template-columns:1fr;gap:.5rem}.ChapterContent_serviceCard__BRTzc{padding:.75rem;gap:.375rem;border-radius:.75rem}.ChapterContent_serviceIcon__5MdZi{width:2rem;height:2rem;border-radius:.5rem}.ChapterContent_serviceIcon__5MdZi svg{width:1rem;height:1rem}.ChapterContent_serviceTitle__BPUr5{font-size:.875rem}.ChapterContent_serviceDescription__MFqER{font-size:.75rem}.ChapterContent_scoutingGrid__6Qx08{grid-template-columns:1fr;gap:.5rem}.ChapterContent_scoutingCard__aaDIC{padding:.75rem;gap:.5rem;border-radius:.75rem}.ChapterContent_scoutingIcon__kz_ZV{width:1.75rem;height:1.75rem}.ChapterContent_scoutingInfo__XqNmv h4{font-size:.875rem}.ChapterContent_scoutingInfo__XqNmv p{font-size:.75rem}.ChapterContent_gwywSection__9GsWm{padding:1rem .5rem;margin-left:-.5rem;margin-right:-.5rem;width:calc(100% + 1rem);left:0;right:0}.ChapterContent_gwywTitle__7i8Ne{font-size:1.125rem}.ChapterContent_gwywDescription__5zTHp{font-size:.8125rem}.ChapterContent_chapterNavigation__6JERA{margin-top:1.5rem;padding-top:1rem;gap:.5rem}.ChapterContent_navButton__OZHl6{padding:.5rem .75rem;font-size:.8125rem}.ChapterContent_mediaTitle__ph0sW{font-size:1rem}.ChapterContent_mediaCarousel__ydD1X{margin:0 -.5rem;padding-left:.5rem;padding-right:.5rem}.ChapterContent_mediaCarousel__ydD1X .ChapterContent_mediaCard__tqFlR{flex:0 0 180px}.ChapterContent_relatedMedia____Ods{padding-top:1.5rem}}.ChecklistCarousel_section__egoPy{margin-top:0}.ChecklistCarousel_header__MRv1R{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.25rem;gap:1rem}.ChecklistCarousel_title__57guU{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}.ChecklistCarousel_description__lQdl_{font-size:1rem;color:var(--text-muted);line-height:1.6;margin:0;max-width:600px}.ChecklistCarousel_controls__yehyM{display:flex;gap:.5rem;flex-shrink:0;padding-top:.25rem}.ChecklistCarousel_arrowButton__FivxG{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid #e2e8f0;background:var(--card-background);color:var(--text-muted);cursor:pointer;transition:all .2s ease}.ChecklistCarousel_arrowButton__FivxG:hover:not(:disabled){border-color:#007AFF;color:#007AFF;background:rgba(0,122,255,.04)}.ChecklistCarousel_arrowButtonDisabled__BXCil{opacity:.35;cursor:default}.ChecklistCarousel_carousel__ho1ha{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.75rem;scrollbar-width:thin;scrollbar-color:rgba(0,122,255,.2) rgba(0,122,255,.05)}.ChecklistCarousel_carousel__ho1ha::-webkit-scrollbar{height:6px}.ChecklistCarousel_carousel__ho1ha::-webkit-scrollbar-track{background:rgba(0,122,255,.05);border-radius:3px}.ChecklistCarousel_carousel__ho1ha::-webkit-scrollbar-thumb{background:rgba(0,122,255,.2);border-radius:3px}.ChecklistCarousel_carousel__ho1ha::-webkit-scrollbar-thumb:hover{background:rgba(0,122,255,.3)}.ChecklistCarousel_card__mCw4b{flex:0 0 280px;scroll-snap-align:start;display:flex;flex-direction:column;background:var(--card-background);border-radius:.875rem;padding:1.25rem;border:1px solid rgba(0,122,255,.08);box-shadow:0 2px 8px rgba(0,122,255,.04);text-decoration:none!important;transition:all .2s ease;color:inherit}.ChecklistCarousel_card__mCw4b:active,.ChecklistCarousel_card__mCw4b:focus,.ChecklistCarousel_card__mCw4b:hover,.ChecklistCarousel_card__mCw4b:visited{text-decoration:none!important}.ChecklistCarousel_card__mCw4b:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,122,255,.1);border-color:rgba(0,122,255,.15)}.ChecklistCarousel_cardTitle__ik1if{font-size:.9375rem;font-weight:600;color:var(--text-primary);margin:0 0 .625rem;line-height:1.4}.ChecklistCarousel_cardDescription__bs06m{font-size:.8125rem;color:var(--text-muted);line-height:1.55;margin:0;flex:1 1}.ChecklistCarousel_cardCta__OOztO{font-size:.8125rem;font-weight:600;color:#007AFF;margin-top:.75rem}@media (max-width:768px){.ChecklistCarousel_title__57guU{font-size:1.25rem}.ChecklistCarousel_description__lQdl_{font-size:.9375rem}.ChecklistCarousel_card__mCw4b{flex:0 0 260px;padding:1rem}}@media (max-width:640px){.ChecklistCarousel_header__MRv1R{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.ChecklistCarousel_title__57guU{font-size:1.125rem}.ChecklistCarousel_description__lQdl_{font-size:.875rem}.ChecklistCarousel_controls__yehyM{display:none}.ChecklistCarousel_carousel__ho1ha{gap:.75rem;scrollbar-width:none;-ms-overflow-style:none}.ChecklistCarousel_carousel__ho1ha::-webkit-scrollbar{display:none}.ChecklistCarousel_card__mCw4b{flex-grow:0;flex-shrink:0;flex-basis:calc(100vw - 4rem);max-width:320px;padding:1rem}}@media (max-width:380px){.ChecklistCarousel_card__mCw4b{flex-grow:0;flex-shrink:0;flex-basis:calc(100vw - 3rem);padding:1rem .875rem}}@media (max-width:360px){.ChecklistCarousel_section__egoPy{margin-top:0}.ChecklistCarousel_header__MRv1R{margin-bottom:.75rem}.ChecklistCarousel_title__57guU{font-size:1rem;margin-bottom:.375rem}.ChecklistCarousel_description__lQdl_{font-size:.8125rem}.ChecklistCarousel_carousel__ho1ha{gap:.5rem}.ChecklistCarousel_card__mCw4b{flex-grow:0;flex-shrink:0;flex-basis:calc(100vw - 2rem);max-width:calc(100vw - 2rem);padding:.75rem;border-radius:.75rem;gap:.375rem}.ChecklistCarousel_cardTitle__ik1if{font-size:.875rem}.ChecklistCarousel_cardCta__OOztO,.ChecklistCarousel_cardDescription__bs06m{font-size:.75rem}}