.page-module__Gj5BZW__loadingContainer{min-height:80vh;color:var(--secondary);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.page-module__Gj5BZW__spinner{color:var(--primary);width:4rem;height:4rem;animation:1s linear infinite page-module__Gj5BZW__spin}@keyframes page-module__Gj5BZW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-module__Gj5BZW__resultCardWrapper{background:var(--surface);border:var(--border-width) solid var(--foreground);width:100%;max-width:1000px;box-shadow:var(--shadow-offset) var(--shadow-offset) 0px var(--foreground);border-radius:12px;padding:3rem;position:relative}.page-module__Gj5BZW__stats{gap:2rem;display:flex}.page-module__Gj5BZW__timer,.page-module__Gj5BZW__progress{color:var(--foreground);align-items:center;gap:.5rem;font-weight:800;display:flex}.page-module__Gj5BZW__timerWarning{color:#ef4444;animation:1s infinite page-module__Gj5BZW__pulse}@keyframes page-module__Gj5BZW__pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.page-module__Gj5BZW__quizArea{flex-direction:column;gap:3rem;width:100%;display:flex}.page-module__Gj5BZW__resultList{flex-direction:column;width:100%;display:flex}.page-module__Gj5BZW__questionCard{background:var(--background);border:2px solid var(--foreground);text-align:center;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;height:220px;padding:4rem 2rem 2rem;display:flex;position:relative}.page-module__Gj5BZW__quizTypeBadge{background:var(--foreground);color:var(--background);word-break:keep-all;text-align:center;border-radius:50px;padding:.4rem 1rem;font-size:.85rem;font-weight:800;position:absolute;top:1rem;left:50%;transform:translate(-50%)}.page-module__Gj5BZW__questionDisplay{color:var(--foreground);font-size:3.5rem;font-weight:800;line-height:1.2}.page-module__Gj5BZW__hanjaText{font-family:var(--font-hanja);font-weight:300}.page-module__Gj5BZW__questionDisplay.page-module__Gj5BZW__hanjaText{font-size:5rem;font-weight:300}.page-module__Gj5BZW__optionsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.page-module__Gj5BZW__optionButton{background:var(--surface);border:2px solid var(--foreground);color:var(--foreground);box-shadow:4px 4px 0px var(--foreground);box-sizing:border-box;border-radius:16px;justify-content:center;align-items:center;height:90px;padding:0 1rem;font-size:1.6rem;font-weight:700;line-height:1;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:flex}.page-module__Gj5BZW__optionButton.page-module__Gj5BZW__hanjaText{font-size:1.95rem;font-weight:300}.page-module__Gj5BZW__optionButton:hover{box-shadow:7px 7px 0px var(--foreground);background-color:var(--background);transform:translate(-3px,-3px)}.page-module__Gj5BZW__optionButton:active{box-shadow:2px 2px 0px var(--foreground);transform:translate(2px,2px)}.page-module__Gj5BZW__resultHeader{border-bottom:2px solid var(--border);flex-direction:column;align-items:center;gap:.5rem;width:100%;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.page-module__Gj5BZW__title{word-break:keep-all;margin-bottom:0;font-size:2.5rem;font-weight:800}.page-module__Gj5BZW__timeDisplay{color:var(--secondary);margin-bottom:0;font-size:1.2rem;font-weight:600}.page-module__Gj5BZW__timeValue{color:var(--primary);font-weight:800}.page-module__Gj5BZW__scoreBoard{justify-content:center;gap:1.25rem;display:flex}.page-module__Gj5BZW__scoreItem{flex-direction:column;align-items:center;display:flex}.page-module__Gj5BZW__scoreLabel{color:var(--secondary);margin-bottom:.5rem;font-size:1rem;font-weight:700}.page-module__Gj5BZW__scoreValue{font-size:2.5rem;font-weight:900}.page-module__Gj5BZW__correct{color:#10b981}.page-module__Gj5BZW__incorrect{color:#f43f5e}.page-module__Gj5BZW__timeout{color:var(--secondary)}.page-module__Gj5BZW__sectionTitle{align-items:center;gap:.5rem;width:100%;margin-bottom:.5rem;font-size:1.35rem;font-weight:800;display:flex}.page-module__Gj5BZW__resultContent{flex-direction:column;gap:.5rem;width:100%;display:flex}.page-module__Gj5BZW__filterBar{--filter-bar-gap:6px;--filter-bar-padding:5px;--filter-btn-min-width:56px;justify-content:center;width:100%;margin-bottom:0;display:flex}.page-module__Gj5BZW__filterGroup{gap:var(--filter-bar-gap);background-color:var(--surface);padding:var(--filter-bar-padding);border:1px solid var(--border);border-radius:20px;display:flex}.page-module__Gj5BZW__filterButton{color:var(--foreground);cursor:pointer;opacity:.7;min-width:var(--filter-btn-min-width);background-color:#0000;border:none;border-radius:12px;flex-direction:column;align-items:center;gap:.3rem;padding:.6rem 0;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.page-module__Gj5BZW__filterButton:hover{opacity:1;background-color:#0000000d}.page-module__Gj5BZW__filterButton.page-module__Gj5BZW__active{background-color:var(--primary);color:#fff;opacity:1;box-shadow:0 2px 4px #00000026}.page-module__Gj5BZW__sectionTitle:before{content:"";background:var(--primary);border-radius:2px;width:4px;height:24px;display:block}.page-module__Gj5BZW__carouselWrapper{width:100%}.page-module__Gj5BZW__resultCard{background:var(--background);border:2px solid var(--foreground);box-sizing:border-box;border-left-width:8px;border-radius:16px;align-items:center;gap:1.2rem;height:120px;padding:1rem 1.2rem;display:flex;overflow:hidden}.page-module__Gj5BZW__cardCorrect{border-left-color:#10b981}.page-module__Gj5BZW__cardIncorrect{border-left-color:#f43f5e}.page-module__Gj5BZW__cardTimeout{border-left-color:var(--secondary)}.page-module__Gj5BZW__resultHanja{font-family:var(--font-hanja);font-size:2.2rem;font-weight:300}.page-module__Gj5BZW__resultInfo{flex:1}.page-module__Gj5BZW__questionNumber{color:var(--primary);margin-bottom:.2rem;font-size:.85rem;font-weight:800}.page-module__Gj5BZW__questionText{margin-bottom:.1rem;font-size:1rem;font-weight:800}.page-module__Gj5BZW__answerText{color:var(--secondary);font-size:.95rem}.page-module__Gj5BZW__userAnswerText{color:#f43f5e;font-size:.95rem;font-weight:600}.page-module__Gj5BZW__statusText{color:var(--secondary);font-size:.95rem;font-style:italic}.page-module__Gj5BZW__footerActions{justify-content:center;gap:1.5rem;width:100%;margin-top:.8rem;display:flex}.page-module__Gj5BZW__retryButton,.page-module__Gj5BZW__backButton{border:2px solid var(--foreground);box-shadow:4px 4px 0px var(--foreground);border-radius:12px;align-items:center;gap:.8rem;padding:1rem 2rem;font-size:1.1rem;font-weight:800;transition:all .2s;display:flex}.page-module__Gj5BZW__retryButton{background:var(--primary);color:#fff}.page-module__Gj5BZW__retryButton:hover,.page-module__Gj5BZW__backButton:hover{box-shadow:7px 7px 0px var(--foreground);transform:translate(-3px,-3px)}@media (max-width:768px){.page-module__Gj5BZW__heroCard{padding:1.5rem 1rem}.page-module__Gj5BZW__resultCardWrapper{box-sizing:border-box;width:100%;padding:1rem}.page-module__Gj5BZW__stats{flex-grow:1;justify-content:flex-end;gap:1rem}.page-module__Gj5BZW__questionDisplay{font-size:2.5rem}.page-module__Gj5BZW__questionDisplay.page-module__Gj5BZW__hanjaText{font-size:3.5rem}.page-module__Gj5BZW__optionButton{padding:1.2rem;font-size:1.2rem}.page-module__Gj5BZW__optionsGrid{grid-template-columns:repeat(2,1fr);gap:.8rem}.page-module__Gj5BZW__scoreValue{font-size:2.5rem}.page-module__Gj5BZW__scoreBoard{gap:1rem}.page-module__Gj5BZW__resultsGrid{grid-template-columns:100%}.page-module__Gj5BZW__retryButton,.page-module__Gj5BZW__backButton{gap:.5rem;padding:.8rem 1rem;font-size:1rem}}@media (min-width:1200px){.page-module__Gj5BZW__resultHeader{gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem}.page-module__Gj5BZW__scoreBoard{gap:2rem}.page-module__Gj5BZW__sectionTitle{margin-bottom:1rem}.page-module__Gj5BZW__footerActions{gap:2rem;margin-top:2.5rem}.page-module__Gj5BZW__scoreValue{font-size:3rem}}
.layout-module__cgl8AG__container{justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 105px);padding:1rem;display:flex}.layout-module__cgl8AG__heroCard{background:var(--surface);border:var(--border-width) solid var(--foreground);width:100%;max-width:1000px;min-height:auto;box-shadow:var(--shadow-offset) var(--shadow-offset) 0px var(--foreground);text-align:center;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1.5rem;display:flex}.layout-module__cgl8AG__heroTitle{color:var(--foreground);font-size:2.2rem;font-weight:700;font-family:var(--font-sans);margin-bottom:.2rem}.layout-module__cgl8AG__mainContainer{flex-direction:column;align-items:center;max-width:1200px;margin:60px auto 45px;padding:0;display:flex}.layout-module__cgl8AG__headerBase{border-bottom:2px solid var(--border);flex-wrap:wrap;align-items:center;gap:1rem;width:100%;margin-bottom:1rem;padding-bottom:1rem;display:flex}.layout-module__cgl8AG__flexBetween{justify-content:space-between}.layout-module__cgl8AG__flexStart{justify-content:flex-start}@media (max-width:768px){.layout-module__cgl8AG__container{padding:.5rem}.layout-module__cgl8AG__heroTitle{font-size:1.8rem}}@media (min-width:1200px){.layout-module__cgl8AG__heroCard{gap:1.5rem;min-height:400px;padding:2rem}.layout-module__cgl8AG__heroTitle{font-size:2.5rem}.layout-module__cgl8AG__headerBase{margin-bottom:1.5rem}}
.HanjaGrid-module__Wl5cXW__char{font-size:2.5rem;font-family:var(--font-hanja);color:var(--foreground);justify-content:center;align-items:center;height:2.8rem;margin-bottom:.2rem;font-weight:300;line-height:1;display:flex}.HanjaGrid-module__Wl5cXW__info{flex-direction:column;font-size:.9rem;display:flex}
.PagedGrid-module__zgluCW__gridContainer{flex-direction:column;align-items:center;width:100%;display:flex}.PagedGrid-module__zgluCW__grid{gap:.7rem;width:100%;display:grid}.PagedGrid-module__zgluCW__cardBase{background:var(--background);border:1px solid var(--border);text-align:center;cursor:pointer;width:100%;min-height:120px;color:var(--foreground);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:.8rem;font-family:inherit;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.PagedGrid-module__zgluCW__cardTitle{color:var(--foreground);font-weight:800;line-height:1.2}.PagedGrid-module__zgluCW__cardDesc{color:var(--secondary);font-weight:500;line-height:1.3}.PagedGrid-module__zgluCW__cardBase:hover{box-shadow:4px 4px 0px var(--foreground);border-color:var(--foreground);transform:translateY(-4px)}.PagedGrid-module__zgluCW__placeholder{visibility:hidden;pointer-events:none;min-height:120px}.PagedGrid-module__zgluCW__pagination{justify-content:center;align-items:center;gap:1.5rem;margin-top:1rem;display:flex}@media (max-width:768px){.PagedGrid-module__zgluCW__cardBase{padding:.75rem}.PagedGrid-module__zgluCW__pagination{gap:1rem}.PagedGrid-module__zgluCW__pageButton{padding:.3rem .6rem;font-size:1rem}}@media (min-width:1200px){.PagedGrid-module__zgluCW__grid{gap:1rem}.PagedGrid-module__zgluCW__cardBase{padding:.75rem}.PagedGrid-module__zgluCW__pagination{margin-top:1.5rem}}.PagedGrid-module__zgluCW__pageInput{text-align:center;border:2px solid var(--border);background:var(--surface);width:3rem;color:var(--foreground);appearance:textfield;border-radius:4px;padding:.2rem;font-size:1rem;font-weight:700}.PagedGrid-module__zgluCW__pageInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.PagedGrid-module__zgluCW__pageInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.PagedGrid-module__zgluCW__pageButton{background:var(--surface);border:2px solid var(--foreground);cursor:pointer;box-shadow:2px 2px 0px var(--foreground);color:var(--foreground);border-radius:8px;justify-content:center;align-items:center;padding:.4rem .8rem;font-size:1.1rem;transition:all .1s;display:flex}.PagedGrid-module__zgluCW__pageButton:active{box-shadow:none;transform:translate(2px,2px)}.PagedGrid-module__zgluCW__pageButton:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:translate(2px,2px)}.PagedGrid-module__zgluCW__pageInfo{color:var(--foreground);font-size:1rem;font-weight:700}.PagedGrid-module__zgluCW__noData{text-align:center;color:var(--secondary);margin-top:2rem;font-size:1.2rem}
.Checkbox-module__tYwp1q__checkboxContainer{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;padding:4px 0;display:inline-flex;position:relative}.Checkbox-module__tYwp1q__checkboxInput{opacity:0;width:0;height:0;margin:0;position:absolute}.Checkbox-module__tYwp1q__customCheckbox{border:2px solid var(--border);background-color:var(--surface);width:20px;height:20px;color:var(--primary-foreground);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Checkbox-module__tYwp1q__checkboxInput:checked+.Checkbox-module__tYwp1q__customCheckbox{background-color:var(--primary);border-color:var(--primary);box-shadow:0 4px 6px -1px #0000001a}.Checkbox-module__tYwp1q__checkboxInput:focus-visible+.Checkbox-module__tYwp1q__customCheckbox{box-shadow:0 0 0 2px var(--surface), 0 0 0 4px var(--primary)}@media (hover:hover){.Checkbox-module__tYwp1q__checkboxContainer:hover .Checkbox-module__tYwp1q__customCheckbox{border-color:var(--secondary)}.Checkbox-module__tYwp1q__checkboxContainer:hover .Checkbox-module__tYwp1q__checkboxInput:checked+.Checkbox-module__tYwp1q__customCheckbox{background-color:var(--primary);border-color:var(--primary);opacity:.9}}.Checkbox-module__tYwp1q__icon{opacity:0;width:14px;height:14px;transition:all .2s cubic-bezier(.4,0,.2,1);transform:scale(.5)}.Checkbox-module__tYwp1q__checkboxInput:checked+.Checkbox-module__tYwp1q__customCheckbox .Checkbox-module__tYwp1q__icon{opacity:1;transform:scale(1)}.Checkbox-module__tYwp1q__label{color:var(--foreground);opacity:.8;font-size:.95rem;font-weight:500;transition:all .2s}.Checkbox-module__tYwp1q__checkboxInput:checked~.Checkbox-module__tYwp1q__label{color:var(--primary);opacity:1;font-weight:600}.Checkbox-module__tYwp1q__disabled{cursor:not-allowed;opacity:.6;pointer-events:none}
.HanjaFilterableList-module__D2i13q__container{flex-direction:column;gap:1.5rem;width:100%;display:flex}.HanjaFilterableList-module__D2i13q__controlBar{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:1rem;max-width:100%;padding:0 .5rem;display:flex;position:relative}@media (max-width:480px){.HanjaFilterableList-module__D2i13q__controlBar{gap:.25rem;padding:0 2px}}.HanjaFilterableList-module__D2i13q__filterGroup{flex-shrink:0;align-items:center;gap:.5rem;transition:opacity .2s,transform .2s;display:flex}.HanjaFilterableList-module__D2i13q__searchBar{border:1px solid var(--border);cursor:text;background-color:#fff;border-radius:9999px;flex-grow:1;flex-shrink:1;align-items:center;gap:0;width:auto;min-width:60px;height:42px;padding:0;transition:background-color .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.HanjaFilterableList-module__D2i13q__searchIconWrapper{min-width:42px;height:100%;color:var(--secondary);flex-shrink:0;justify-content:center;align-items:center;transition:color .2s;display:flex}@media (max-width:768px){.HanjaFilterableList-module__D2i13q__searchBar{height:40px}.HanjaFilterableList-module__D2i13q__searchIconWrapper{min-width:40px}}@media (max-width:480px){.HanjaFilterableList-module__D2i13q__searchBar{height:36px}.HanjaFilterableList-module__D2i13q__searchIconWrapper{min-width:36px}}.HanjaFilterableList-module__D2i13q__searchBar.HanjaFilterableList-module__D2i13q__expanded{border-color:var(--primary);box-shadow:0 0 0 2px rgba(var(--primary), .1);background-color:#fff;padding-right:.5rem}.HanjaFilterableList-module__D2i13q__searchBar.HanjaFilterableList-module__D2i13q__expanded .HanjaFilterableList-module__D2i13q__searchIconWrapper{color:var(--primary);margin-right:0}.HanjaFilterableList-module__D2i13q__searchInput{width:100%;height:100%;color:var(--foreground);opacity:1;pointer-events:auto;background:0 0;border:none;outline:none;padding-right:.5rem;font-size:1rem;transform:none}.HanjaFilterableList-module__D2i13q__searchInput::placeholder{color:var(--secondary);opacity:.8;transition:opacity .2s}.HanjaFilterableList-module__D2i13q__closeButton{width:32px;height:32px;color:var(--secondary);cursor:pointer;opacity:0;pointer-events:none;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-right:2px;transition:background-color .2s,opacity .2s,transform .2s;display:flex;transform:scale(.8)}.HanjaFilterableList-module__D2i13q__closeButton:hover{color:var(--foreground);background-color:#0000000d}.HanjaFilterableList-module__D2i13q__searchBar.HanjaFilterableList-module__D2i13q__expanded .HanjaFilterableList-module__D2i13q__closeButton{opacity:1;pointer-events:auto;transform:scale(1)}@media (prefers-color-scheme:dark){.HanjaFilterableList-module__D2i13q__searchBar,.HanjaFilterableList-module__D2i13q__searchBar.HanjaFilterableList-module__D2i13q__expanded{background-color:var(--surface);border-color:var(--border)}.HanjaFilterableList-module__D2i13q__searchBar.HanjaFilterableList-module__D2i13q__expanded{border-color:var(--primary);box-shadow:0 0 0 2px rgba(var(--primary), .2)}}.HanjaFilterableList-module__D2i13q__listContainer{min-height:200px}.HanjaFilterableList-module__D2i13q__noData{text-align:center;color:var(--secondary);padding:3rem 0}
.HanjaWordTab-module__IP3jLW__wordArea{text-align:left;flex-direction:column;gap:.75rem;width:100%;height:420px;display:flex;overflow:hidden}.HanjaWordTab-module__IP3jLW__wordHeader{justify-content:space-between;align-items:center;gap:.75rem;padding:0 .25rem;display:flex}.HanjaWordTab-module__IP3jLW__wordCount{color:var(--secondary);font-size:.9rem;font-weight:700}.HanjaWordTab-module__IP3jLW__wordList{flex-direction:column;flex:1;gap:.6rem;min-height:0;margin:0;padding:0 .25rem 0 0;list-style:none;display:flex;overflow-y:auto}.HanjaWordTab-module__IP3jLW__wordItem{background:var(--background);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:.25rem;padding:.75rem;display:flex}.HanjaWordTab-module__IP3jLW__wordTitleRow{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.HanjaWordTab-module__IP3jLW__wordIdentity{align-items:center;gap:.4rem;min-width:0;display:flex}.HanjaWordTab-module__IP3jLW__wordText,.HanjaWordTab-module__IP3jLW__wordSound{min-width:0;color:var(--foreground);white-space:nowrap;font-size:1.5rem;line-height:1.2}.HanjaWordTab-module__IP3jLW__hanjaFont{font-family:var(--font-hanja);font-weight:300}.HanjaWordTab-module__IP3jLW__currentHanja{color:var(--primary);font:inherit;background:0 0}.HanjaWordTab-module__IP3jLW__wordSeparator{color:var(--border);font-size:1.2rem}.HanjaWordTab-module__IP3jLW__wordGrade{color:var(--foreground);background:var(--surface);border:1px solid var(--border);border-radius:999px;flex:none;padding:.2rem .55rem;font-size:.75rem;font-weight:700}.HanjaWordTab-module__IP3jLW__wordMean{color:var(--secondary);word-break:keep-all;margin:0;font-size:.9rem;line-height:1.45}.HanjaWordTab-module__IP3jLW__wordNoData{color:var(--secondary);text-align:center;word-break:keep-all;flex:1;justify-content:center;align-items:center;margin:0;display:flex}@media (min-width:768px){.HanjaWordTab-module__IP3jLW__wordArea{height:260px}.HanjaWordTab-module__IP3jLW__wordList{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-content:start;display:grid}.HanjaWordTab-module__IP3jLW__wordText,.HanjaWordTab-module__IP3jLW__wordSound{font-size:1.3rem}}@media (min-width:1200px){.HanjaWordTab-module__IP3jLW__wordList{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.HanjaWordTab-module__IP3jLW__wordText,.HanjaWordTab-module__IP3jLW__wordSound{font-size:.95rem}}
.CloseButton-module__cORkhq__closeButton{color:var(--secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.CloseButton-module__cORkhq__closeButton:hover{background-color:var(--surface);color:var(--foreground)}
.IconButtonLink-module__w-yGTq__button{cursor:pointer;font-family:inherit;font-weight:600;font-size:inherit;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s;display:inline-flex}.IconButtonLink-module__w-yGTq__ghost{color:var(--secondary)}.IconButtonLink-module__w-yGTq__ghost:hover{color:var(--foreground);background:var(--surface)}.IconButtonLink-module__w-yGTq__primary{background:var(--primary);color:#fff;box-shadow:4px 4px 0px var(--foreground);border:2px solid var(--foreground)}.IconButtonLink-module__w-yGTq__secondary{background:var(--surface);color:var(--foreground);box-shadow:4px 4px 0px var(--foreground);border:2px solid var(--foreground)}.IconButtonLink-module__w-yGTq__primary:hover,.IconButtonLink-module__w-yGTq__secondary:hover{box-shadow:7px 7px 0px var(--foreground);transform:translate(-3px,-3px)}
.page-module__YHTL8G__titleGap{margin-bottom:2rem!important}.page-module__YHTL8G__infoGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;margin-bottom:1.5rem;display:grid}.page-module__YHTL8G__infoCard{background:var(--background);border:2px solid var(--foreground);text-align:left;border-radius:12px;flex-direction:row;align-items:flex-start;gap:1rem;height:100%;padding:1rem;display:flex}.page-module__YHTL8G__infoCard svg{color:var(--primary);flex-shrink:0;margin-top:.2rem}.page-module__YHTL8G__infoCard h3{font-size:1.1rem;font-weight:700}.page-module__YHTL8G__infoCard p{color:var(--secondary);font-size:.9rem}.page-module__YHTL8G__gradeSection{text-align:left;width:100%}.page-module__YHTL8G__sectionTitle{color:var(--foreground);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800;display:flex}.page-module__YHTL8G__sectionTitle:before{content:"";background:var(--primary);border-radius:2px;width:4px;height:24px;display:block}@media (max-width:768px){.page-module__YHTL8G__heroCard{padding:3rem 1.5rem}.page-module__YHTL8G__infoGrid{grid-template-columns:1fr;gap:1rem}.page-module__YHTL8G__title{font-size:2.2rem}}
.GradeGrid-module__gZEg1a__gradeTitle{margin-bottom:.3rem;font-size:1.3rem}.GradeGrid-module__gZEg1a__gradeDesc{flex-direction:column;align-items:center;gap:0;font-size:.85rem;display:flex}
.PagedCarousel-module__lA4ZKq__carouselContainer{--card-height:120px;--slide-pt:.5rem;--slide-pb:3.5rem;--slide-gap:1.5rem;flex-direction:column;gap:1.5rem;width:100%;max-width:1000px;margin:0 auto;display:flex}.PagedCarousel-module__lA4ZKq__viewport{background:var(--surface);border:1px solid var(--border);touch-action:pan-y;-webkit-user-select:none;user-select:none;border-radius:1rem;width:100%;min-height:auto;position:relative;overflow:hidden}.PagedCarousel-module__lA4ZKq__track{will-change:transform;width:100%;height:100%;display:flex}.PagedCarousel-module__lA4ZKq__slide{min-width:100%;padding:var(--slide-pt) 3.5rem var(--slide-pb) 3.5rem;gap:var(--slide-gap);box-sizing:border-box;align-items:start;display:grid}.PagedCarousel-module__lA4ZKq__placeholder{visibility:hidden}.PagedCarousel-module__lA4ZKq__navButton{top:calc(var(--slide-pt) + (var(--card-height) / 2));background:rgba(var(--surface-rgb), .7);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:2px solid var(--foreground);color:var(--foreground);width:32px;height:var(--card-height);cursor:pointer;z-index:10;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;transform:translateY(-50%)}.PagedCarousel-module__lA4ZKq__navButton:hover:not(:disabled){background:rgba(var(--surface-rgb), .9)}.PagedCarousel-module__lA4ZKq__navButton:disabled{opacity:.1;cursor:not-allowed;box-shadow:none!important}.PagedCarousel-module__lA4ZKq__prevButton{box-shadow:2px 2px 0px var(--foreground);border-left:none;border-radius:0 12px 12px 0;left:0}.PagedCarousel-module__lA4ZKq__prevButton:active:not(:disabled){box-shadow:none;transform:translateY(-50%)translate(2px)}.PagedCarousel-module__lA4ZKq__nextButton{box-shadow:-2px 2px 0px var(--foreground);border-right:none;border-radius:12px 0 0 12px;right:0}.PagedCarousel-module__lA4ZKq__nextButton:active:not(:disabled){box-shadow:none;transform:translateY(-50%)translate(-2px)}.PagedCarousel-module__lA4ZKq__pageIndicator{z-index:10;justify-content:center;display:flex;position:absolute;bottom:.8rem;left:50%;transform:translate(-50%)}.PagedCarousel-module__lA4ZKq__pageInfo{color:var(--foreground);align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;display:flex}.PagedCarousel-module__lA4ZKq__pageInput{text-align:center;border:2px solid var(--border);background:var(--surface);width:3rem;color:var(--foreground);appearance:textfield;border-radius:4px;outline:none;padding:.2rem;font-size:1rem;font-weight:700}.PagedCarousel-module__lA4ZKq__pageInput:focus{border-color:var(--primary)}.PagedCarousel-module__lA4ZKq__noDataSlide{min-width:100%;height:calc(var(--card-height) + var(--slide-pt) + var(--slide-pb));box-sizing:border-box;justify-content:center;align-items:center;display:flex}.PagedCarousel-module__lA4ZKq__noData{text-align:center;color:var(--secondary);font-size:1.1rem;font-weight:700}
