.HanjaDetailPage-module__DdZJaW__pageContainer{flex-direction:column;width:100%;max-width:800px;min-height:calc(100vh - 60px);margin:0 auto;padding:1rem;display:flex}.HanjaDetailPage-module__DdZJaW__detailHeroCard{flex:none;width:340px}.HanjaDetailPage-module__DdZJaW__hanjaFont{font-family:var(--font-hanja);font-weight:300}.HanjaDetailPage-module__DdZJaW__header{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex;position:relative;overflow:hidden}.HanjaDetailPage-module__DdZJaW__backLinkWrapper,.HanjaDetailPage-module__DdZJaW__headerSpacer{flex-grow:1;flex-basis:calc(479520px - 99900%)}.HanjaDetailPage-module__DdZJaW__backLinkWrapper{justify-content:flex-start;min-width:44px;display:flex}.HanjaDetailPage-module__DdZJaW__tabBar{--filter-bar-gap:4px;--filter-bar-padding:4px;--filter-btn-min-width:60px;justify-content:center;width:100%;margin-bottom:.5rem;display:flex}.HanjaDetailPage-module__DdZJaW__tabGroup{gap:var(--filter-bar-gap);background-color:var(--surface);padding:var(--filter-bar-padding);border:1px solid var(--border);border-radius:16px;display:flex}.HanjaDetailPage-module__DdZJaW__spacer{width:100px}.HanjaDetailPage-module__DdZJaW__tabButton{color:var(--foreground);cursor:pointer;opacity:.7;min-width:var(--filter-btn-min-width);background-color:#0000;border:none;border-radius:10px;flex-direction:column;align-items:center;gap:.2rem;padding:.4rem 0;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.HanjaDetailPage-module__DdZJaW__tabButton:hover{opacity:1;background-color:#0000000d}.HanjaDetailPage-module__DdZJaW__tabButton.HanjaDetailPage-module__DdZJaW__active{background-color:var(--primary);color:#fff;opacity:1;box-shadow:0 2px 4px #00000026}.HanjaDetailPage-module__DdZJaW__card{background-color:var(--surface);border-radius:var(--radius-lg);flex-direction:column;flex:1;padding:1rem;display:flex;position:relative;box-shadow:0 4px 20px #0000000d}.HanjaDetailPage-module__DdZJaW__navRow{flex:1;justify-content:space-between;align-items:center;display:flex}.HanjaDetailPage-module__DdZJaW__content{flex:1;justify-content:center;width:100%;min-height:420px;display:flex}.HanjaDetailPage-module__DdZJaW__navButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.HanjaDetailPage-module__DdZJaW__navButton:hover:not(:disabled){background-color:var(--surface-hover);color:var(--text)}.HanjaDetailPage-module__DdZJaW__navButton:disabled{opacity:.3;cursor:not-allowed}.HanjaDetailPage-module__DdZJaW__pageIndicator{text-align:center;color:var(--text-secondary);margin-top:1rem;font-size:.875rem;font-weight:500}.HanjaDetailPage-module__DdZJaW__paginationArea{justify-content:center;align-items:center;gap:1.5rem;width:100%;margin-top:1.5rem;display:flex}@media (max-width:768px){.HanjaDetailPage-module__DdZJaW__paginationArea{gap:1rem}}.HanjaDetailPage-module__DdZJaW__navPageButton{align-items:center;gap:.2rem;padding:.5rem .8rem!important;display:flex!important}.HanjaDetailPage-module__DdZJaW__pageInputWrapper{width:3.5rem}.HanjaDetailPage-module__DdZJaW__navChar{font-size:1.1rem}@media (min-width:768px){.HanjaDetailPage-module__DdZJaW__pageContainer{padding:2rem}.HanjaDetailPage-module__DdZJaW__card{padding:2rem 3rem}.HanjaDetailPage-module__DdZJaW__tabButton{min-width:120px}.HanjaDetailPage-module__DdZJaW__content{min-height:260px}.HanjaDetailPage-module__DdZJaW__detailHeroCard{width:800px}}@media (min-width:1200px){.HanjaDetailPage-module__DdZJaW__detailHeroCard{width:100%;max-width:1200px}}
.HanjaTab-module__BonS1a__overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background-color:#0006;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.2s ease-out HanjaTab-module__BonS1a__fadeIn;display:flex;position:fixed;top:0;left:0}.HanjaTab-module__BonS1a__modal{background:var(--surface);border:2px solid var(--border);border-radius:20px;flex-direction:column;width:90%;min-width:320px;max-width:400px;min-height:550px;padding:2rem 2rem 3.5rem;animation:.3s cubic-bezier(.16,1,.3,1) HanjaTab-module__BonS1a__slideUp;display:flex;position:relative;box-shadow:0 10px 25px #0003}.HanjaTab-module__BonS1a__closeButton{cursor:pointer;color:var(--secondary);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .2s;display:flex;position:absolute;top:1rem;right:1rem}.HanjaTab-module__BonS1a__closeButton:hover{color:var(--foreground)}.HanjaTab-module__BonS1a__tabBar{z-index:10;align-items:center;display:flex;position:absolute;top:1rem;left:1rem}.HanjaTab-module__BonS1a__tabGroup{background-color:var(--surface);border:1px solid var(--border);border-radius:20px;gap:6px;padding:5px;display:flex}.HanjaTab-module__BonS1a__tabButton{color:var(--foreground);cursor:pointer;opacity:.7;box-sizing:border-box;background-color:#0000;border:none;border-radius:12px;flex-direction:column;align-items:center;gap:.2rem;min-width:50px;padding:.4rem 0;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.HanjaTab-module__BonS1a__tabButton:not(.HanjaTab-module__BonS1a__active):hover{opacity:1;background-color:#0000000d}.HanjaTab-module__BonS1a__active{box-shadow:0 2px 4px #00000026;background-color:var(--primary)!important;color:#fff!important;opacity:1!important}.HanjaTab-module__BonS1a__content{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2rem;display:flex}.HanjaTab-module__BonS1a__writeArea,.HanjaTab-module__BonS1a__readArea{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;width:100%;padding:.5rem 0;display:flex}.HanjaTab-module__BonS1a__writeRow{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.HanjaTab-module__BonS1a__divider{border-top:2px dashed var(--border);width:100%;max-width:180px;margin:.25rem 0}.HanjaTab-module__BonS1a__writerBox{aspect-ratio:1;border:2px solid var(--border);width:100%;max-width:180px;color:var(--secondary);background-color:var(--background);border-radius:16px;justify-content:center;align-items:center;font-size:2rem;font-weight:700;display:flex;box-shadow:0 4px 12px #0000000d}.HanjaTab-module__BonS1a__writerBox svg{max-width:180px;max-height:180px;width:100%!important;height:100%!important}.HanjaTab-module__BonS1a__charSection{text-align:center}.HanjaTab-module__BonS1a__char{font-size:7.5rem;line-height:1;font-family:var(--font-hanja);color:var(--foreground);margin-bottom:.5rem;font-weight:300;display:block}.HanjaTab-module__BonS1a__sound{color:var(--foreground);font-size:1.5rem;font-weight:700}.HanjaTab-module__BonS1a__infoSection{flex-direction:column;gap:1rem;width:100%;display:flex}.HanjaTab-module__BonS1a__meanList{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.HanjaTab-module__BonS1a__meanItem{background:var(--background);color:var(--secondary);border:1px solid var(--border);border-radius:30px;padding:.3rem .8rem;font-size:1rem}.HanjaTab-module__BonS1a__meanSound{margin-left:.3rem;font-weight:700}.HanjaTab-module__BonS1a__metaGrid{grid-template-columns:1fr 1fr;justify-content:center;gap:.8rem;width:100%;max-width:300px;margin:.5rem auto 0;display:grid}.HanjaTab-module__BonS1a__metaItem{background:var(--background);text-align:center;border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:.3rem;width:100%;max-width:150px;margin:0 auto;padding:.75rem;display:flex}.HanjaTab-module__BonS1a__metaLabel{color:var(--secondary);font-size:.85rem}.HanjaTab-module__BonS1a__metaValue{color:var(--foreground);font-family:inherit;font-size:1.2rem;font-weight:700}.HanjaTab-module__BonS1a__hanjaFont{font-family:var(--font-hanja);font-weight:300}@keyframes HanjaTab-module__BonS1a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes HanjaTab-module__BonS1a__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.HanjaTab-module__BonS1a__navButton{background:rgba(var(--surface-rgb), .7);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:2px solid var(--border);color:var(--secondary);cursor:pointer;z-index:10;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;width:auto;min-width:44px;height:120px;padding:0 4px;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;top:50%;transform:translateY(-50%)}.HanjaTab-module__BonS1a__navChar{font-family:var(--font-hanja);font-size:1.2rem;font-weight:300;line-height:1}.HanjaTab-module__BonS1a__navButton:hover:not(:disabled){background:rgba(var(--surface-rgb), .9)}.HanjaTab-module__BonS1a__navButton:disabled{opacity:.1;cursor:not-allowed;box-shadow:none!important}.HanjaTab-module__BonS1a__prevButton{box-shadow:1px 1px 0px var(--border);border-left:none;border-radius:0 12px 12px 0;left:0}.HanjaTab-module__BonS1a__prevButton:active:not(:disabled){box-shadow:none;transform:translateY(-50%)translate(1px)}.HanjaTab-module__BonS1a__nextButton{box-shadow:-1px 1px 0px var(--border);border-right:none;border-radius:12px 0 0 12px;right:0}.HanjaTab-module__BonS1a__nextButton:active:not(:disabled){box-shadow:none;transform:translateY(-50%)translate(-1px)}.HanjaTab-module__BonS1a__pageIndicator{z-index:10;justify-content:center;align-items:center;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.HanjaTab-module__BonS1a__pageInfo{color:var(--secondary);background:rgba(var(--surface-rgb), .7);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:2px solid var(--border);box-shadow:0px -1px 0px var(--border);border-bottom:none;border-radius:12px 12px 0 0;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.95rem;font-weight:700;display:flex}.HanjaTab-module__BonS1a__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}.HanjaTab-module__BonS1a__pageInput:focus{border-color:var(--primary)}@media (max-width:480px){.HanjaTab-module__BonS1a__navButton{height:80px}}@media (min-width:768px){.HanjaTab-module__BonS1a__modal{max-width:600px;padding:3rem 3rem 4.5rem}.HanjaTab-module__BonS1a__content{gap:3rem}.HanjaTab-module__BonS1a__char{font-size:10rem}.HanjaTab-module__BonS1a__sound{font-size:2.5rem}.HanjaTab-module__BonS1a__writeArea{flex-direction:row;gap:3rem}.HanjaTab-module__BonS1a__readArea{flex-direction:row;justify-content:center;align-items:center;gap:3.5rem;padding:0}.HanjaTab-module__BonS1a__infoSection{flex:1;width:auto;max-width:400px}.HanjaTab-module__BonS1a__divider{border-top:none;border-left:2px dashed var(--border);width:2px;max-width:none;height:100%;min-height:220px;margin:0}.HanjaTab-module__BonS1a__writerBox{max-width:220px;font-size:2.5rem}.HanjaTab-module__BonS1a__writerBox svg{max-width:200px;max-height:200px}.HanjaTab-module__BonS1a__meanList{gap:.8rem}.HanjaTab-module__BonS1a__meanItem{padding:.5rem 1rem;font-size:1.1rem}.HanjaTab-module__BonS1a__metaGrid{gap:1rem}.HanjaTab-module__BonS1a__metaItem{max-width:150px;padding:1rem}.HanjaTab-module__BonS1a__metaLabel{font-size:.9rem}}.stroke-numbers circle{fill:rgba(var(--surface-rgb), .75);stroke:var(--border);stroke-width:6px}.stroke-numbers text{fill:var(--primary)}
