:root{color:var(--theme-text);background:var(--theme-page);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}.route-loading{min-height:100vh;display:grid;place-items:center;padding:24px;color:var(--theme-text-muted);font-size:.85rem;font-weight:800}body{min-width:320px;min-height:100vh;margin:0}.recent-analyses{position:sticky;top:0;z-index:35;border-bottom:1px solid var(--theme-border-soft);padding:11px max(72px,5vw) 11px clamp(16px,5vw,88px);background:var(--theme-surface-raised)}.recent-analyses-inner{width:100%;display:grid;grid-template-columns:max-content minmax(0,1fr);align-items:start;gap:12px}.recent-analyses-label{min-height:34px;display:inline-flex;align-items:center;color:var(--theme-text-muted);font-size:.74rem;font-weight:850;white-space:nowrap}.recent-analyses-list{min-width:0;display:flex;flex-wrap:wrap;gap:7px}.recent-analysis-tag{min-width:0;border:1px solid var(--theme-border);border-radius:6px;display:inline-grid;grid-template-columns:minmax(0,auto) 30px;overflow:hidden;background:var(--theme-surface-raised)}.recent-analysis-open,.recent-analysis-remove{min-height:32px;border-radius:0;background:transparent}.recent-analysis-open{min-width:0;gap:7px;padding:0 9px;color:var(--theme-text-secondary)}.recent-analysis-open:hover{background:var(--theme-primary-soft)}.recent-analysis-open strong{display:inline-flex;align-items:center;color:var(--theme-text-strong);font-size:.78rem;white-space:nowrap}.recent-analysis-hanja{display:inline-flex;align-items:center}.recent-analysis-open time{color:var(--theme-text-muted);font-size:.7rem;font-weight:700;white-space:nowrap}.recent-analysis-remove{width:30px;border-left:1px solid var(--theme-border-soft);padding:0;color:var(--theme-text-faint)}.recent-analysis-remove:hover{background:var(--theme-red-soft);color:var(--theme-red)}button,input,select{font:inherit}.court-hanja-glyph{display:inline-block;width:1em;height:1em;flex:0 0 auto;background-repeat:no-repeat;line-height:1;vertical-align:-.08em}.app{min-height:100vh;display:grid;grid-template-columns:minmax(280px,.74fr) minmax(360px,1.26fr);align-items:start;gap:44px;padding:48px clamp(20px,5vw,88px);background:var(--theme-page-background)}.app-input{grid-template-columns:minmax(0,600px);align-content:start;justify-content:center;gap:28px}.app-input .intro{position:static;max-width:600px;padding-top:0;text-align:center}.app-input .intro h1{margin-bottom:14px;font-size:5.5rem}.intro h1{display:grid;gap:12px}.intro h1 small{color:var(--theme-text-secondary);font-size:.9rem;font-weight:800;line-height:1.35}.app-input .lead{max-width:520px;margin-right:auto;margin-bottom:0;margin-left:auto;font-size:1rem}.app-input .analyzer{width:100%;max-width:600px;justify-self:center}.intro{position:sticky;top:48px;max-width:570px;padding-top:26px}.eyebrow{margin:0 0 12px;color:var(--theme-primary);font-size:.78rem;font-weight:800;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:18px;color:var(--theme-text-strong);font-size:clamp(4.5rem,15vw,9.5rem);line-height:.9}h2{margin-bottom:0;font-size:clamp(1.45rem,3vw,2.1rem)}h3{margin-bottom:0;color:var(--theme-text-strong);font-size:1rem}.lead{max-width:520px;color:var(--theme-text-secondary);font-size:clamp(1.05rem,1.8vw,1.28rem);line-height:1.75}.analyzer{width:min(100%,760px);min-width:0;display:grid;gap:18px}.app-guide-links{grid-column:1 / -1;width:min(100%,760px);justify-self:end;border-top:1px solid var(--theme-border);display:flex;flex-wrap:wrap;gap:8px 22px;padding-top:16px}.app-input .app-guide-links{max-width:600px;justify-self:center}.app-guide-links a{display:inline-flex;align-items:center;gap:7px;color:var(--theme-text-muted);font-size:.78rem;font-weight:800;text-decoration:none}.app-guide-links a:hover{color:var(--theme-primary)}.shared-result-loading{min-height:180px;display:grid;place-items:center;padding:28px;border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text-muted);font-weight:750;text-align:center}.name-form,.result,.error-message{border:1px solid var(--theme-border);border-radius:8px;background:var(--theme-surface-translucent);box-shadow:0 24px 60px var(--theme-shadow)}.name-form{min-width:0;display:grid;gap:18px;padding:22px}.flow-name{min-height:390px;align-content:start}.name-step-content{width:min(100%,540px);display:grid;gap:18px;justify-self:center}.name-step-content>button[type=submit]{width:180px;justify-self:end}.flow-heading{display:grid;gap:5px;padding-bottom:6px}.flow-heading p,.flow-heading h2{margin:0}.flow-heading p{color:var(--theme-primary);font-size:.78rem;font-weight:900}.flow-heading h2{font-size:1.55rem}.name-entry-field{margin-top:16px}.name-entry-field input{min-height:64px;font-size:1.42rem;font-weight:800}.field>small{color:var(--theme-text-muted);font-size:.82rem;font-weight:650}.inline-error{margin:-6px 0 0;color:var(--theme-red);font-size:.9rem;font-weight:800}.flow-toolbar{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding-bottom:4px}.flow-toolbar div{display:grid;gap:2px}.flow-toolbar span{color:var(--theme-text-muted);font-size:.78rem;font-weight:750}.flow-toolbar strong{color:var(--theme-text-strong);font-size:1.28rem}.flow-toolbar p{margin:0;color:var(--theme-primary);font-size:.78rem;font-weight:900}.field{display:grid;gap:8px;color:var(--theme-text-secondary);font-weight:700}.hanja-selection{display:grid;gap:14px}.selection-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.selection-heading h3{font-size:.95rem}.selection-heading span{color:var(--theme-primary);font-size:.82rem;font-weight:850}.hanja-choice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(108px,120px));justify-content:center;gap:12px}.hanja-choice{min-width:0;min-height:146px;border:1px solid var(--theme-border);display:grid;grid-template-rows:auto 1fr auto;align-items:center;gap:8px;padding:12px;background:var(--theme-surface-warm);color:var(--theme-text);text-align:left}.hanja-choice:hover,.hanja-choice.selected{border-color:var(--theme-primary);background:var(--theme-primary-soft)}.hangul-position{display:flex;align-items:baseline;justify-content:space-between;gap:7px;width:100%}.hangul-position strong{color:var(--theme-text-strong);font-size:1rem}.hangul-position small{color:var(--theme-text-faint);font-size:.76rem}.selected-hanja{display:block;width:100%;overflow:hidden;color:var(--theme-text-strong);font-family:"Noto Serif CJK KR",Batang,serif;font-size:2.4rem;font-weight:800;line-height:1;text-align:center;text-overflow:ellipsis}.selected-hanja.court-hanja-glyph{width:1em;margin-inline:auto}.selected-hanja.empty{color:var(--theme-text-faint);font-family:inherit;font-size:1.8rem;font-weight:500}.selected-hanja-meta{display:block;width:100%;overflow:hidden;color:var(--theme-text-muted);font-size:.74rem;line-height:1.35;text-align:center;text-overflow:ellipsis;white-space:nowrap}.birth-date-field{margin:16px 0}input,select{width:100%;min-width:0;border:1px solid var(--theme-border);border-radius:8px;padding:13px 14px;background:var(--theme-surface-raised);color:var(--theme-text-strong);outline:none}input:focus,select:focus{border-color:var(--theme-primary);box-shadow:0 0 0 4px var(--theme-focus-ring)}select:disabled{color:var(--theme-text-faint);cursor:not-allowed}button{border:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:0 18px;background:var(--theme-red-fill);color:var(--theme-on-accent);font-weight:800;cursor:pointer}button:disabled{background:var(--theme-disabled-fill);cursor:not-allowed}.icon-button{width:42px;min-height:42px;padding:0;background:var(--theme-neutral-soft);color:var(--theme-text-secondary)}.icon-button:hover{background:var(--theme-neutral-strong)}.surname-control{display:grid;grid-template-columns:auto max-content minmax(max-content,1fr);align-items:center;gap:10px 14px}.surname-control>span{color:var(--theme-text-secondary);font-size:.9rem;font-weight:800;white-space:nowrap}.segmented-control{width:max-content;border:1px solid var(--theme-border);border-radius:8px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;background:var(--theme-surface-raised)}.segmented-control button{width:76px;min-height:40px;border-radius:0;padding:0 12px;background:transparent;color:var(--theme-text-muted);font-size:.88rem}.segmented-control button+button{border-left:1px solid var(--theme-border)}.segmented-control button.active{background:var(--theme-primary-fill);color:var(--theme-on-accent)}.name-split{grid-column:2 / -1;display:flex;gap:12px;margin:-2px 0 0;color:var(--theme-text-muted);font-size:.82rem;font-weight:750}.single-surname{border:1px solid var(--theme-border-soft);border-radius:8px;padding:10px 14px;background:var(--theme-surface-disabled);color:var(--theme-text-muted);font-size:.9rem;font-weight:800}.pure-korean-option{display:inline-flex;align-items:center;gap:8px;justify-self:end;color:var(--theme-text-secondary);font-size:.88rem;font-weight:800;cursor:pointer;white-space:nowrap}.pure-korean-option input{width:17px;height:17px;min-width:17px;margin:0;padding:0;accent-color:var(--theme-primary);cursor:pointer}.database-dialog{width:min(calc(100% - 32px),440px);border:0;border-radius:8px;padding:26px;background:var(--theme-surface-raised);color:var(--theme-text);box-shadow:0 28px 80px var(--theme-dialog-shadow)}.database-dialog::backdrop{background:var(--theme-overlay)}.database-dialog[open]{display:grid;gap:16px}.database-dialog h2,.database-dialog p{margin:0}.database-dialog h2{padding-right:34px;font-size:1.32rem}.database-dialog p{color:var(--theme-text-muted);line-height:1.7}.dialog-icon{width:46px;height:46px;border-radius:8px;display:grid;place-items:center;background:var(--theme-red-soft);color:var(--theme-red)}.dialog-close{position:absolute;top:14px;right:14px;width:38px;min-height:38px;padding:0;background:transparent;color:var(--theme-text-muted)}.dialog-close:hover{background:var(--theme-neutral-soft)}.hanja-search-dialog{width:min(calc(100% - 32px),640px);max-height:calc(100dvh - 32px);border:0;border-radius:8px;padding:0;overflow:hidden;background:var(--theme-surface-raised);color:var(--theme-text);box-shadow:0 28px 80px var(--theme-dialog-shadow)}.hanja-search-dialog::backdrop{background:var(--theme-overlay)}.hanja-search-dialog[open]{display:grid;grid-template-rows:auto auto auto minmax(180px,1fr) auto}.hanja-dialog-header{position:relative;padding:22px 24px 14px}.hanja-dialog-header span{color:var(--theme-primary);font-size:.78rem;font-weight:850}.hanja-dialog-header h2{margin:3px 44px 0 0;font-size:1.45rem}.hanja-search-field{position:relative;display:flex;align-items:center;margin:0 24px 14px}.hanja-search-field svg{position:absolute;left:14px;color:var(--theme-text-muted);pointer-events:none}.hanja-search-field input{min-height:52px;padding-left:44px}.hanja-result-count{display:flex;align-items:center;justify-content:space-between;padding:0 24px 10px;color:var(--theme-text-muted);font-size:.82rem;font-weight:750}.hanja-result-count strong{color:var(--theme-primary)}.hanja-result-list{min-height:180px;overflow-y:auto;border-top:1px solid var(--theme-border-soft);border-bottom:1px solid var(--theme-border-soft);background:var(--theme-surface)}.hanja-result{width:100%;min-height:76px;border-bottom:1px solid var(--theme-border-soft);border-radius:0;display:grid;grid-template-columns:58px minmax(0,1fr) 24px;justify-content:initial;gap:12px;padding:11px 24px;background:var(--theme-surface);color:var(--theme-text);text-align:left}.hanja-result:hover,.hanja-result.selected{background:var(--theme-primary-soft)}.hanja-result.selected{color:var(--theme-primary-strong)}.hanja-result-glyph{font-family:"Noto Serif CJK KR",Batang,serif;font-size:2rem;font-weight:800;text-align:center}.hanja-result-copy{min-width:0;display:grid;align-content:center;gap:4px}.hanja-result-copy strong,.hanja-result-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hanja-result-copy strong{font-size:.95rem}.hanja-result-copy small{color:var(--theme-text-muted);font-size:.8rem}.empty-search-result{display:grid;place-items:center;min-height:180px;margin:0;color:var(--theme-text-faint);font-weight:750}.hanja-dialog-state{min-height:180px;display:grid;place-items:center;align-content:center;gap:12px;padding:24px;color:var(--theme-text-muted);text-align:center}.hanja-dialog-state p{margin:0;line-height:1.6}.hanja-dialog-state button{min-height:42px}.loading-icon{color:var(--theme-primary);animation:loading-spin .8s linear infinite}@keyframes loading-spin{to{transform:rotate(360deg)}}.dialog-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:16px 24px 20px;background:var(--theme-surface-raised)}.secondary-button{border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text-secondary)}.secondary-button:hover{background:var(--theme-surface-disabled)}.result{width:100%;min-width:0;display:grid;gap:18px;padding:24px}.result-header{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px}.result-header svg{color:var(--theme-red-strong)}.result-header h2{line-height:1.35;word-break:keep-all}.traditional-nameology-notice{display:flex;align-items:flex-start;gap:8px;margin:0;padding:10px 12px;border-left:3px solid var(--theme-primary);background:var(--theme-primary-soft);color:var(--theme-text-secondary);font-size:.78rem;line-height:1.55;word-break:keep-all}.traditional-nameology-notice svg{flex:0 0 auto;margin-top:2px;color:var(--theme-primary-strong)}.result-tabs{margin:0 -24px;border-top:1px solid var(--theme-border);border-bottom:1px solid var(--theme-border);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:0 24px;background:var(--theme-surface)}.result-tabs button{min-height:46px;border-bottom:3px solid transparent;border-radius:0;padding:0 14px;background:transparent;color:var(--theme-text-muted);font-family:Cascadia Code,SFMono-Regular,Consolas,monospace;font-size:.76rem;font-weight:900}.result-tabs button:hover{background:var(--theme-surface-soft);color:var(--theme-text)}.result-tabs button.active{border-bottom-color:var(--theme-primary);background:var(--theme-primary-soft);color:var(--theme-primary-strong)}.result-tabs button:focus-visible{outline:2px solid var(--theme-primary);outline-offset:-4px}.result-tab-panel{min-width:0;display:grid;gap:18px}.result-tab-panel[hidden]{display:none}.knti-type-overview{margin:0 -24px;border-top:1px solid var(--theme-border-strong);border-bottom:1px solid var(--theme-border-strong);display:grid;gap:14px;padding:24px;background:var(--theme-surface-muted)}.knti-type-heading{display:flex;align-items:end;justify-content:space-between;gap:18px}.knti-type-heading span,.result-section-heading span{color:var(--theme-primary);font-size:.72rem;font-weight:900}.knti-type-heading h3{margin-top:5px;font-size:1.55rem}.knti-type-heading>code{color:var(--theme-primary-strong);font-family:Cascadia Code,SFMono-Regular,Consolas,monospace;font-size:.82rem;font-weight:900}.knti-type-overview>p{margin:0;color:var(--theme-text-secondary);font-size:.9rem;line-height:1.7;word-break:keep-all}.knti-type-facts{border-top:1px solid var(--theme-border-strong);border-bottom:1px solid var(--theme-border-strong);display:grid;grid-template-columns:.8fr 1.25fr repeat(3,minmax(0,1fr));margin:0}.knti-type-facts>div{min-width:0;border-left:1px solid var(--theme-border-strong);display:grid;align-content:center;gap:5px;padding:10px 12px}.knti-type-facts>div:first-child{border-left:0;padding-left:0}.knti-type-facts dt,.knti-type-facts dd{margin:0}.knti-type-facts dt{color:var(--theme-text-muted);font-size:.66rem;font-weight:850}.knti-type-facts dd{overflow:hidden;color:var(--theme-text);font-size:.78rem;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.knti-type-facts dd code{display:inline-block;min-width:31px;color:var(--theme-primary);font-family:Cascadia Code,SFMono-Regular,Consolas,monospace;font-weight:900}.knti-type-facts .knti-type-focus{background:var(--theme-blue-soft)}.knti-type-facts .knti-type-focus dt,.knti-type-facts .knti-type-focus code{color:var(--theme-blue)}.knti-focus-description{color:var(--theme-text-muted)!important;font-size:.78rem!important}.knti-profile-help-link{width:fit-content;display:inline-flex;align-items:center;gap:6px;color:var(--theme-primary-strong);font-size:.78rem;font-weight:850;text-decoration:none}.knti-profile-help-link:hover{color:var(--theme-primary-deep)}.knti-compatibility{display:grid;gap:16px;padding:8px 0 4px}.knti-compatibility-heading>span{color:var(--theme-primary);font-size:.7rem;font-weight:900}.knti-compatibility-heading h3{margin-top:5px;font-size:1.25rem}.knti-compatibility-heading p{margin:7px 0 0;color:var(--theme-text-muted);font-size:.8rem}.knti-compatibility-list{border-top:1px solid var(--theme-border-strong);border-bottom:1px solid var(--theme-border-strong);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0;list-style:none}.knti-compatibility-item{min-width:0;display:grid;align-content:start;gap:9px;padding:18px 20px}.knti-compatibility-item:nth-child(2n){border-left:1px solid var(--theme-border-strong)}.knti-compatibility-item:nth-child(n+3){border-top:1px solid var(--theme-border-strong)}.knti-compatibility-item>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.knti-compatibility-item>header>span{display:inline-flex;align-items:center;gap:6px;color:var(--theme-primary-strong);font-size:.72rem;font-weight:900}.knti-compatibility-item.balance>header>span{color:var(--theme-gold)}.knti-compatibility-item.expansion>header>span{color:var(--theme-blue)}.knti-compatibility-item.momentum>header>span{color:var(--theme-red-strong)}.knti-compatibility-item code{color:var(--theme-text-muted);font-family:Cascadia Code,SFMono-Regular,Consolas,monospace;font-size:.7rem;font-weight:900}.knti-compatibility-target{display:flex;align-items:baseline;gap:8px}.knti-compatibility-target h4{margin:0;color:var(--theme-text);font-size:1rem}.knti-compatibility-target span{color:var(--theme-text-muted);font-size:.7rem;font-weight:800}.knti-compatibility-kind{color:var(--theme-text-secondary);font-size:.76rem;line-height:1.5;word-break:keep-all}.knti-compatibility-item>p{margin:0;color:var(--theme-text-muted);font-size:.78rem;line-height:1.65;word-break:keep-all}.knti-compatibility-item>a{width:fit-content;display:inline-flex;align-items:center;gap:3px;color:var(--theme-primary-strong);font-size:.72rem;font-weight:850;text-decoration:none}.knti-compatibility-item>a:hover{color:var(--theme-primary-deep)}.knti-character-profile{border-bottom:1px solid var(--theme-border);display:grid;grid-template-columns:190px minmax(0,1fr);align-items:center;gap:24px;padding:6px 0 24px}.knti-character-visual{position:relative;width:190px;aspect-ratio:4 / 5;border:1px solid var(--theme-border-strong);border-radius:8px;overflow:hidden;background:var(--theme-character-surface)}.knti-character-visual img,.knti-character-fallback{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.knti-character-visual img{display:block;object-fit:contain;background:transparent}.knti-character-fallback{display:grid;place-items:center;align-content:center;padding:18px;color:var(--theme-primary-strong);text-align:center}.knti-character-fallback strong{color:var(--theme-primary-deep);font-size:1.05rem;line-height:1.35;word-break:keep-all}.knti-character-copy{min-width:0}.knti-character-code{display:block;width:fit-content;color:var(--theme-primary-strong);font-family:Cascadia Code,SFMono-Regular,Consolas,monospace;font-size:.68rem;font-weight:850}.knti-character-copy>h3{margin-top:6px;font-size:1.35rem}.knti-character-copy>small{display:block;margin-top:5px;color:var(--theme-text-muted);font-size:.76rem;font-weight:800}.knti-character-copy>p{margin:9px 0 0;color:var(--theme-text-secondary);font-size:.9rem;line-height:1.7;word-break:keep-all}.knti-life-advice{margin-top:16px;border-top:1px solid var(--theme-border);padding-top:14px}.knti-life-advice>div{display:flex;align-items:center;gap:7px;color:var(--theme-primary-strong)}.knti-life-advice h4{margin:0;color:var(--theme-text);font-size:.82rem}.knti-life-advice>p{margin:7px 0 0;color:var(--theme-text-secondary);font-size:.84rem;line-height:1.7;word-break:keep-all}.result-personality{border-bottom:1px solid var(--theme-border);display:grid;gap:13px;padding:4px 0 22px}.result-section-heading{display:flex;align-items:center;gap:10px}.result-section-heading>svg{color:var(--theme-gold)}.result-section-heading h3{margin-top:2px;font-size:1.1rem}.result-personality>p{margin:0;color:var(--theme-text-secondary);font-size:.92rem;line-height:1.78;word-break:keep-all}.result-deep-dive{display:grid;gap:12px}.result-deep-dive-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.result-deep-dive-heading h3{font-size:1.08rem}.result-deep-dive-heading span{color:var(--theme-text-muted);font-size:.74rem;font-weight:800}.result-detail-actions{border:1px solid var(--theme-border);border-radius:6px;overflow:hidden}.result-detail-actions>button{width:100%;min-height:72px;border-radius:0;display:grid;grid-template-columns:24px minmax(0,1fr) auto 18px;justify-content:initial;gap:12px;padding:12px 15px;background:var(--theme-surface);color:var(--theme-text);text-align:left}.result-detail-actions>button+button{border-top:1px solid var(--theme-border-soft)}.result-detail-actions>button:hover{background:var(--theme-surface-soft)}.result-detail-actions>button>svg:first-child{color:var(--theme-primary)}.result-detail-actions>button:nth-child(2)>svg:first-child{color:var(--theme-blue)}.result-detail-actions>button:nth-child(3)>svg:first-child{color:var(--theme-red)}.result-detail-actions>button>span{min-width:0;display:grid;gap:3px}.result-detail-actions strong{font-size:.9rem}.result-detail-actions small{overflow:hidden;color:var(--theme-text-muted);font-size:.74rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.result-detail-actions em{color:var(--theme-text-muted);font-size:.72rem;font-style:normal;font-weight:850}.result-detail-actions>button>svg:last-child{color:var(--theme-text-faint)}.result-detail-dialog{width:min(calc(100% - 32px),640px);max-height:calc(100dvh - 32px);border:0;border-radius:8px;padding:0;overflow:hidden;background:var(--theme-surface-raised);color:var(--theme-text);box-shadow:0 28px 80px var(--theme-dialog-shadow)}.result-detail-dialog::backdrop{background:var(--theme-overlay)}.result-detail-dialog[open]{display:grid;grid-template-rows:auto minmax(0,1fr) auto}.result-detail-dialog>header{position:relative;border-bottom:1px solid var(--theme-border-soft);padding:22px 24px 18px}.result-detail-dialog>header>span{color:var(--theme-primary);font-size:.74rem;font-weight:900}.result-detail-dialog>header h2{margin:4px 42px 0 0;font-size:1.4rem;line-height:1.35}.result-detail-content{overflow-y:auto;padding:4px 24px}.result-detail-content section{padding:20px 0}.result-detail-content section+section{border-top:1px solid var(--theme-border-soft)}.result-detail-content h3{margin:0 0 10px;font-size:.94rem}.result-detail-content p{margin:0;color:var(--theme-text-secondary);font-size:.94rem;line-height:1.82;white-space:pre-line;word-break:keep-all}.result-detail-dialog>footer{border-top:1px solid var(--theme-border-soft);padding:14px 24px 18px;background:var(--theme-surface-raised)}.result-detail-dialog>footer button{width:100%}.share-result-dialog{width:min(calc(100% - 32px),620px);max-height:calc(100dvh - 32px);border:0;border-radius:8px;padding:0;overflow:hidden;background:var(--theme-surface-raised);color:var(--theme-text);box-shadow:0 28px 80px var(--theme-dialog-shadow)}.share-result-dialog::backdrop{background:var(--theme-overlay)}.share-result-dialog[open]{display:grid;grid-template-rows:auto minmax(0,1fr) auto}.share-result-dialog>header{position:relative;border-bottom:1px solid var(--theme-border-soft);padding:22px 24px 18px}.share-result-dialog>header>span{color:var(--theme-primary);font-size:.74rem;font-weight:900}.share-result-dialog>header h2{margin:4px 42px 0 0;font-size:1.4rem}.share-result-content{overflow-y:auto;padding:0 24px 22px}.share-result-summary{border-bottom:1px solid var(--theme-border-soft);display:flex;align-items:center;gap:13px;padding:20px 0}.share-result-summary>svg{flex:0 0 auto;color:var(--theme-primary)}.share-result-summary>div{min-width:0;display:grid;gap:3px}.share-result-summary strong{overflow:hidden;color:var(--theme-text-strong);font-size:.98rem;text-overflow:ellipsis;white-space:nowrap}.share-result-summary span{color:var(--theme-primary);font-family:Cascadia Code,SFMono-Regular,Consolas,monospace;font-size:.76rem;font-weight:850}.share-result-notice{display:flex;align-items:flex-start;gap:9px;margin:18px 0 0;border:1px solid var(--theme-gold);border-radius:7px;padding:12px 13px;background:var(--theme-gold-soft);color:var(--theme-text-secondary);font-size:.8rem;font-weight:700;line-height:1.65;word-break:keep-all}.share-result-notice svg{flex:0 0 auto;margin-top:2px;color:var(--theme-gold)}.share-result-error{margin:12px 0 0;color:var(--theme-red);font-size:.8rem;font-weight:750;line-height:1.55}.share-result-dialog>footer{border-top:1px solid var(--theme-border-soft);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px 24px 18px;background:var(--theme-surface-raised)}.share-result-dialog>footer button{width:100%;min-height:48px}.share-result-dialog>footer .kakao-share-button{background:#fee500;color:#191919}.share-result-dialog>footer .kakao-share-button:hover{background:#f4dc00}.share-result-dialog>footer .kakao-share-button:disabled{background:#e7d86a;color:#4f4a22}.life-stage-dialog{width:min(calc(100% - 32px),720px);max-height:calc(100dvh - 32px);border:0;border-radius:8px;padding:0;overflow:hidden;background:var(--theme-surface-raised);color:var(--theme-text);box-shadow:0 28px 80px var(--theme-dialog-shadow)}.life-stage-dialog::backdrop{background:var(--theme-overlay)}.life-stage-dialog[open]{display:grid;grid-template-rows:auto minmax(0,1fr) auto}.life-stage-dialog-header{position:relative;border-bottom:1px solid var(--theme-border-soft);padding:22px 26px 19px;background:var(--theme-surface-soft)}.life-stage-dialog-header>span{color:var(--theme-primary);font-size:.75rem;font-weight:900}.life-stage-dialog-header h2{margin:4px 44px 0 0;font-size:1.5rem}.life-stage-dialog-header>p{margin:5px 44px 0 0;color:var(--theme-text-muted);font-size:.84rem;font-weight:800}.life-stage-dialog-body{overflow-y:auto;padding:0 26px 28px}.life-stage-source-meta{border-bottom:1px solid var(--theme-border-soft);display:grid;grid-template-columns:.7fr .7fr 1.6fr;margin:0}.life-stage-source-meta>div{min-width:0;border-left:1px solid var(--theme-border-soft);display:grid;gap:5px;padding:13px 14px}.life-stage-source-meta>div:first-child{border-left:0;padding-left:0}.life-stage-source-meta dt,.life-stage-source-meta dd{margin:0}.life-stage-source-meta dt{color:var(--theme-text-faint);font-size:.68rem;font-weight:800}.life-stage-source-meta dd{overflow:hidden;color:var(--theme-text);font-size:.8rem;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.life-stage-narrative{border-bottom:1px solid var(--theme-border-soft);padding:24px 0}.life-stage-narrative>div{display:flex;align-items:baseline;gap:10px}.life-stage-narrative>div span{color:var(--theme-primary);font-family:Cascadia Code,SFMono-Regular,Consolas,monospace;font-size:.7rem;font-weight:900}.life-stage-narrative h3{font-size:1.02rem}.life-stage-narrative>p{margin:12px 0 0;color:var(--theme-text-secondary);font-size:.92rem;line-height:1.82;word-break:keep-all}.life-stage-more{padding-top:24px}.life-stage-more>h3{margin-bottom:12px;font-size:1.02rem}.life-stage-disclosures{border:1px solid var(--theme-border);border-radius:6px;overflow:hidden}.life-stage-disclosures>div+div{border-top:1px solid var(--theme-border-soft)}.life-stage-disclosures>div>button{width:100%;min-height:68px;border-radius:0;display:grid;grid-template-columns:22px minmax(0,1fr) auto 18px;justify-content:initial;gap:11px;padding:11px 14px;background:var(--theme-surface);color:var(--theme-text);text-align:left}.life-stage-disclosures>div>button:hover,.life-stage-disclosures>div>button[aria-expanded=true]{background:var(--theme-surface-soft)}.life-stage-disclosures>div>button>svg:first-child{color:var(--theme-blue)}.life-stage-disclosures>div:nth-child(2)>button>svg:first-child{color:var(--theme-red)}.life-stage-disclosures button>span{min-width:0;display:grid;gap:3px}.life-stage-disclosures button strong{font-size:.88rem}.life-stage-disclosures button small{overflow:hidden;color:var(--theme-text-muted);font-size:.72rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.life-stage-disclosures button em{color:var(--theme-text-muted);font-size:.7rem;font-style:normal;font-weight:850}.life-stage-disclosures button>svg:last-child{color:var(--theme-text-faint);transition:transform .16s ease}.life-stage-disclosures button[aria-expanded=true]>svg:last-child{transform:rotate(180deg)}.life-stage-disclosure-content{border-top:1px solid var(--theme-border-soft);padding:0 16px;background:var(--theme-surface-soft)}.life-stage-disclosure-content section{padding:18px 0}.life-stage-disclosure-content section+section{border-top:1px solid var(--theme-border-soft)}.life-stage-disclosure-content h4{margin:0 0 9px;color:var(--theme-text);font-size:.86rem}.life-stage-disclosure-content p{margin:0;color:var(--theme-text-secondary);font-size:.86rem;line-height:1.76;word-break:keep-all}.life-stage-dialog>footer{border-top:1px solid var(--theme-border-soft);padding:14px 26px 18px;background:var(--theme-surface-raised)}.life-stage-dialog>footer button{width:100%}.nameology-overview{--overall-accent: var(--theme-primary);--overall-background: var(--theme-stage-good);--overall-border: var(--theme-stage-good-active);border:1px solid var(--overall-border);display:grid;margin:0;overflow:hidden;background:var(--theme-surface)}.nameology-overview.mixed{--overall-accent: var(--theme-gold);--overall-background: var(--theme-stage-mixed);--overall-border: var(--theme-stage-mixed-active)}.nameology-overview.bad{--overall-accent: var(--theme-red);--overall-background: var(--theme-stage-bad);--overall-border: var(--theme-stage-bad-active)}.overall-fortune{border-bottom:1px solid var(--overall-border);display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:18px;padding:22px;background:var(--overall-background);color:var(--theme-text)}.overall-fortune .fortune-number{width:76px;height:76px;color:var(--theme-on-accent)}.overall-fortune p,.overall-fortune h3{margin:0;color:var(--theme-text-strong)}.overall-fortune p{margin-bottom:7px;color:var(--overall-accent);font-size:.82rem;font-weight:850}.overall-fortune h3{margin-bottom:6px;font-size:1.16rem}.overall-fortune>div:last-child>small{color:var(--theme-text-secondary);line-height:1.5}.overall-fortune .fortune-number small{color:inherit}.nameology-source-data,.summary-strip,.stroke-strip{margin:0}.nameology-source-data{background:var(--theme-surface)}.summary-strip{border-bottom:1px solid var(--theme-border);display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.62fr)}.summary-strip>div{min-width:0;display:grid;gap:5px;padding:13px 16px}.summary-strip>div+div{border-left:1px solid var(--theme-border-soft)}.summary-strip dt,.summary-strip dd,.stroke-strip dt,.stroke-strip dd{margin:0}.summary-strip dt{display:flex;align-items:center;gap:6px;color:var(--theme-text-muted);font-size:.7rem;font-weight:800}.summary-strip dt svg{flex:0 0 auto;color:var(--overall-accent)}.summary-strip dd{min-width:0;display:flex;align-items:baseline;flex-wrap:wrap;gap:5px;color:var(--theme-text-strong);font-size:.82rem;font-weight:750}.summary-strip dd strong{color:var(--overall-accent);font-weight:900}.stroke-strip{display:flex}.stroke-strip>div{min-width:0;min-height:62px;flex:1 1 0;display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 16px}.stroke-strip>div+div{border-left:1px solid var(--theme-border-soft)}.stroke-strip dt{min-width:0;display:inline-flex;align-items:center;gap:7px}.stroke-strip dt span{color:var(--theme-text-muted);font-size:.75rem;font-weight:800}.stroke-strip dt strong{color:var(--theme-text-strong);font-size:1.16rem;font-weight:900}.stroke-strip .stroke-hanja{color:var(--theme-text-strong);font-size:1.16rem}.stroke-strip dd{color:var(--overall-accent);font-size:.78rem;font-weight:850;white-space:nowrap}.result-personality{padding-top:2px}.life-type-flow{display:grid;gap:12px}.life-type-flow-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.life-type-flow-heading h3{font-size:1.08rem}.life-type-flow-heading span{color:var(--theme-text-muted);font-size:.78rem;font-weight:750}.life-type-track{border-top:1px solid var(--theme-border);border-bottom:1px solid var(--theme-border);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:var(--theme-surface-warm)}.life-type-step-wrap{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.life-type-step-wrap>svg{color:var(--theme-text-faint)}.life-type-step{--life-stage-accent: var(--theme-text-muted);--life-stage-background: var(--theme-stage-neutral);--life-stage-hover: var(--theme-stage-neutral-hover);--life-stage-active: var(--theme-stage-neutral-active);position:relative;width:100%;min-width:0;min-height:116px;border:0;border-radius:0;display:grid;align-content:center;justify-content:stretch;justify-items:start;gap:4px;padding:14px;background:var(--life-stage-background);color:inherit;text-align:left}.life-type-step.good{--life-stage-accent: var(--theme-primary);--life-stage-background: var(--theme-stage-good);--life-stage-hover: var(--theme-stage-good-hover);--life-stage-active: var(--theme-stage-good-active)}.life-type-step.mixed{--life-stage-accent: var(--theme-gold);--life-stage-background: var(--theme-stage-mixed);--life-stage-hover: var(--theme-stage-mixed-hover);--life-stage-active: var(--theme-stage-mixed-active)}.life-type-step.bad{--life-stage-accent: var(--theme-red);--life-stage-background: var(--theme-stage-bad);--life-stage-hover: var(--theme-stage-bad-hover);--life-stage-active: var(--theme-stage-bad-active)}.life-type-step:hover{background:var(--life-stage-hover)}.life-type-step.active{background:var(--life-stage-active);box-shadow:inset 0 3px 0 var(--life-stage-accent)}.life-type-step.active:hover{background:var(--life-stage-hover)}.life-type-step:focus-visible{outline:2px solid var(--theme-primary);outline-offset:-3px}.life-type-detail-icon{position:absolute;top:13px;right:12px;color:var(--life-stage-accent)}.life-type-step>span{color:var(--life-stage-accent);font-size:.74rem;font-weight:800}.life-type-step strong{overflow:hidden;color:var(--theme-text-strong);font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}.life-type-step small{color:var(--theme-text-secondary);font-size:.74rem;font-weight:750}.fortune-number{width:66px;height:66px;border-radius:8px;display:grid;place-items:center;align-content:center;color:var(--theme-on-accent)}.fortune-number.good{background:var(--theme-primary-fill)}.fortune-number.mixed{background:var(--theme-gold-fill)}.fortune-number.bad{background:var(--theme-red-fill)}.fortune-number span{font-size:1.35rem;font-weight:900;line-height:1}.fortune-number small{margin-top:5px;font-size:.72rem;font-weight:800}.notes{display:grid;gap:6px;margin:0;padding-left:18px;color:var(--theme-text-muted);font-size:.9rem;line-height:1.55}.result-footer-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.result-footer-actions>button{width:100%}.result-footer-actions.shared-result-actions{grid-template-columns:minmax(0,1fr)}.error-message{margin:0;padding:18px;color:var(--theme-red);font-weight:800}@media(max-width:840px){.app{grid-template-columns:minmax(0,1fr);align-content:start;gap:24px}.intro{position:static;padding-top:0}}@media(max-width:560px){.recent-analyses{padding:10px 64px 10px 16px}.recent-analyses-inner{grid-template-columns:minmax(0,1fr);gap:6px}.recent-analyses-label{min-height:20px}.app{padding:28px 16px}.name-form{padding:18px}.app-input .intro h1{font-size:4.25rem}.name-step-content>button[type=submit]{width:100%}.surname-control{grid-template-columns:auto max-content minmax(0,1fr);gap:10px}.segmented-control button{width:68px;padding-right:8px;padding-left:8px}.pure-korean-option{gap:6px;font-size:.82rem}.result-header{grid-template-columns:auto 1fr}.result-header h2{font-size:1.25rem}.knti-type-heading{align-items:baseline}.knti-type-heading h3{font-size:1.35rem}.knti-type-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.knti-type-facts>div{border-top:1px solid var(--theme-border-strong)}.knti-type-facts>div:nth-child(-n+2){border-top:0}.knti-type-facts>div:nth-child(odd){border-left:0;padding-left:0}.knti-type-facts .knti-type-focus{grid-column:1 / -1;border-left:0;padding-left:0;background:transparent}.knti-character-profile{grid-template-columns:1fr;gap:20px}.knti-character-visual{width:min(190px,62vw);justify-self:center}.knti-compatibility-list{grid-template-columns:1fr}.knti-compatibility-item{padding-right:0;padding-left:0}.knti-compatibility-item:nth-child(2n){border-left:0}.knti-compatibility-item:nth-child(n+2){border-top:1px solid var(--theme-border-strong)}.result-detail-actions>button{grid-template-columns:22px minmax(0,1fr) 18px;gap:10px}.result-detail-actions>button>svg:first-child{grid-column:1;grid-row:1 / span 2;align-self:center}.result-detail-actions>button>span{grid-column:2;grid-row:1}.result-detail-actions em{grid-column:2;grid-row:2;justify-self:start;color:var(--theme-primary)}.result-detail-actions>button>svg:last-child{grid-column:3;grid-row:1 / span 2;align-self:center}.overall-fortune h3{font-size:1.02rem}.summary-strip{grid-template-columns:1fr}.summary-strip>div{grid-template-columns:104px minmax(0,1fr);align-items:center;gap:12px;padding:11px 14px}.summary-strip>div+div{border-top:1px solid var(--theme-border-soft);border-left:0}.summary-strip dd{justify-self:end;justify-content:flex-end;text-align:right}.stroke-strip>div{min-height:76px;flex-direction:column;gap:4px;padding:10px 6px}.stroke-strip dt{display:grid;justify-items:center;gap:2px}.stroke-strip dt strong{font-size:1.1rem}.result-detail-dialog{width:calc(100% - 24px);max-height:calc(100dvh - 24px)}.result-detail-dialog>header,.result-detail-content,.result-detail-dialog>footer{padding-right:18px;padding-left:18px}.share-result-dialog{width:calc(100% - 24px);max-height:calc(100dvh - 24px)}.share-result-dialog>header,.share-result-content,.share-result-dialog>footer{padding-right:18px;padding-left:18px}.share-result-dialog>footer{grid-template-columns:minmax(0,1fr)}.life-stage-dialog{width:calc(100% - 24px);max-height:calc(100dvh - 24px)}.life-stage-dialog-header,.life-stage-dialog-body,.life-stage-dialog>footer{padding-right:18px;padding-left:18px}.life-stage-source-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.life-stage-source-meta>div:nth-child(3){grid-column:1 / -1;border-top:1px solid var(--theme-border-soft);border-left:0;padding-left:0}.life-stage-disclosures>div>button{grid-template-columns:22px minmax(0,1fr) 18px;gap:10px}.life-stage-disclosures>div>button>svg:first-child{grid-column:1;grid-row:1 / span 2;align-self:center}.life-stage-disclosures button>span{grid-column:2;grid-row:1}.life-stage-disclosures button em{grid-column:2;grid-row:2;justify-self:start;color:var(--theme-primary)}.life-stage-disclosures button>svg:last-child{grid-column:3;grid-row:1 / span 2;align-self:center}.fortune-number{width:56px;height:56px}.life-type-track,.life-type-step-wrap{grid-template-columns:1fr}.life-type-step-wrap>svg{display:none}.life-type-step{min-height:92px;border-top:1px solid var(--theme-border-soft)}.life-type-step-wrap:first-child .life-type-step{border-top:0}.hanja-search-dialog{width:calc(100% - 24px);max-height:calc(100dvh - 24px)}.hanja-dialog-header{padding-right:18px;padding-left:18px}.hanja-search-field{margin-right:18px;margin-left:18px}.hanja-result-count{padding-right:18px;padding-left:18px}.hanja-result{grid-template-columns:48px minmax(0,1fr) 22px;padding-right:18px;padding-left:18px}.dialog-actions{padding-right:18px;padding-left:18px}.overall-fortune{grid-template-columns:66px minmax(0,1fr);gap:14px;padding:18px}.overall-fortune .fortune-number{width:62px;height:62px}}@media(max-width:380px){.surname-control{grid-template-columns:auto max-content}.pure-korean-option,.name-split{grid-column:1 / -1;justify-self:start}}:root{color-scheme:light;--theme-page: #f7f1e7;--theme-page-background: linear-gradient(135deg, rgba(42, 120, 102, .18), transparent 34%), linear-gradient(315deg, rgba(181, 70, 44, .14), transparent 38%), var(--theme-page);--theme-surface: #ffffff;--theme-surface-translucent: rgba(255, 255, 255, .82);--theme-surface-raised: #fffdfa;--theme-surface-soft: #f7f9f8;--theme-surface-muted: #eef2f1;--theme-surface-warm: #fbf8f2;--theme-surface-disabled: #f3f4f5;--theme-text: #17202a;--theme-text-strong: #111827;--theme-text-secondary: #394150;--theme-text-muted: #66717e;--theme-text-faint: #89929d;--theme-border: rgba(17, 24, 39, .12);--theme-border-soft: rgba(17, 24, 39, .08);--theme-border-strong: #cfd5dd;--theme-neutral-soft: rgba(17, 24, 39, .07);--theme-neutral-strong: rgba(17, 24, 39, .12);--theme-primary: #287060;--theme-primary-fill: #287060;--theme-primary-strong: #1e5f52;--theme-primary-deep: #153f37;--theme-primary-soft: rgba(40, 112, 96, .08);--theme-primary-soft-strong: #dcece7;--theme-blue: #315f86;--theme-blue-soft: #e8eef4;--theme-gold: #8b6f25;--theme-gold-fill: #8b6f25;--theme-gold-soft: #f4edda;--theme-red: #a43d38;--theme-red-fill: #a43d38;--theme-red-strong: #b5462c;--theme-red-soft: #f6e7e5;--theme-disabled-fill: #a8adb4;--theme-on-accent: #ffffff;--theme-inverse: #17202a;--theme-inverse-text: #ffffff;--theme-inverse-muted: #ced5dc;--theme-overlay: rgba(17, 24, 39, .66);--theme-shadow: rgba(17, 24, 39, .08);--theme-dialog-shadow: rgba(17, 24, 39, .32);--theme-focus-ring: rgba(40, 112, 96, .14);--theme-character-surface: #dfe9e6;--theme-character-image: #edf2f0;--theme-stage-neutral: #f3f4f6;--theme-stage-neutral-hover: #e9ebee;--theme-stage-neutral-active: #e4e7eb;--theme-stage-good: #e5f1ed;--theme-stage-good-hover: #d8e9e4;--theme-stage-good-active: #cfe3dd;--theme-stage-mixed: #f4edda;--theme-stage-mixed-hover: #ece1c2;--theme-stage-mixed-active: #e6d8ae;--theme-stage-bad: #f6e7e5;--theme-stage-bad-hover: #efd8d4;--theme-stage-bad-active: #e9cbc7}:root[data-theme=light]{color-scheme:light}@media(prefers-color-scheme:dark){:root:not([data-theme]){color-scheme:dark;--theme-page: #101513;--theme-page-background: linear-gradient(135deg, rgba(67, 145, 126, .12), transparent 36%), linear-gradient(315deg, rgba(177, 82, 61, .1), transparent 40%), var(--theme-page);--theme-surface: #171d1b;--theme-surface-translucent: rgba(23, 29, 27, .9);--theme-surface-raised: #1c2321;--theme-surface-soft: #202825;--theme-surface-muted: #27312e;--theme-surface-warm: #211f1a;--theme-surface-disabled: #2a302e;--theme-text: #e5ebe8;--theme-text-strong: #f5f8f7;--theme-text-secondary: #c4cfcb;--theme-text-muted: #99a6a1;--theme-text-faint: #75837e;--theme-border: rgba(229, 235, 232, .15);--theme-border-soft: rgba(229, 235, 232, .09);--theme-border-strong: #3b4844;--theme-neutral-soft: rgba(229, 235, 232, .08);--theme-neutral-strong: rgba(229, 235, 232, .13);--theme-primary: #6fc6b1;--theme-primary-fill: #347f6d;--theme-primary-strong: #8ad3c2;--theme-primary-deep: #a1ddcf;--theme-primary-soft: rgba(111, 198, 177, .14);--theme-primary-soft-strong: #23463d;--theme-blue: #8bb7dc;--theme-blue-soft: #243a4d;--theme-gold: #d7b85e;--theme-gold-fill: #816a2c;--theme-gold-soft: #3b321c;--theme-red: #e7867d;--theme-red-fill: #9d4d47;--theme-red-strong: #f09a8f;--theme-red-soft: #3c2221;--theme-disabled-fill: #4c5753;--theme-inverse: #0d1315;--theme-inverse-muted: #b7c5c0;--theme-overlay: rgba(2, 6, 5, .76);--theme-shadow: rgba(0, 0, 0, .3);--theme-dialog-shadow: rgba(0, 0, 0, .58);--theme-focus-ring: rgba(111, 198, 177, .28);--theme-character-surface: #22332e;--theme-character-image: #1e2b27;--theme-stage-neutral: #252c2a;--theme-stage-neutral-hover: #2d3633;--theme-stage-neutral-active: #333d39;--theme-stage-good: #19372f;--theme-stage-good-hover: #20463c;--theme-stage-good-active: #285246;--theme-stage-mixed: #3b321c;--theme-stage-mixed-hover: #493e23;--theme-stage-mixed-active: #554929;--theme-stage-bad: #3c2221;--theme-stage-bad-hover: #4b2a28;--theme-stage-bad-active: #58312e}}:root[data-theme=dark]{color-scheme:dark;--theme-page: #101513;--theme-page-background: linear-gradient(135deg, rgba(67, 145, 126, .12), transparent 36%), linear-gradient(315deg, rgba(177, 82, 61, .1), transparent 40%), var(--theme-page);--theme-surface: #171d1b;--theme-surface-translucent: rgba(23, 29, 27, .9);--theme-surface-raised: #1c2321;--theme-surface-soft: #202825;--theme-surface-muted: #27312e;--theme-surface-warm: #211f1a;--theme-surface-disabled: #2a302e;--theme-text: #e5ebe8;--theme-text-strong: #f5f8f7;--theme-text-secondary: #c4cfcb;--theme-text-muted: #99a6a1;--theme-text-faint: #75837e;--theme-border: rgba(229, 235, 232, .15);--theme-border-soft: rgba(229, 235, 232, .09);--theme-border-strong: #3b4844;--theme-neutral-soft: rgba(229, 235, 232, .08);--theme-neutral-strong: rgba(229, 235, 232, .13);--theme-primary: #6fc6b1;--theme-primary-fill: #347f6d;--theme-primary-strong: #8ad3c2;--theme-primary-deep: #a1ddcf;--theme-primary-soft: rgba(111, 198, 177, .14);--theme-primary-soft-strong: #23463d;--theme-blue: #8bb7dc;--theme-blue-soft: #243a4d;--theme-gold: #d7b85e;--theme-gold-fill: #816a2c;--theme-gold-soft: #3b321c;--theme-red: #e7867d;--theme-red-fill: #9d4d47;--theme-red-strong: #f09a8f;--theme-red-soft: #3c2221;--theme-disabled-fill: #4c5753;--theme-inverse: #0d1315;--theme-inverse-muted: #b7c5c0;--theme-overlay: rgba(2, 6, 5, .76);--theme-shadow: rgba(0, 0, 0, .3);--theme-dialog-shadow: rgba(0, 0, 0, .58);--theme-focus-ring: rgba(111, 198, 177, .28);--theme-character-surface: #22332e;--theme-character-image: #1e2b27;--theme-stage-neutral: #252c2a;--theme-stage-neutral-hover: #2d3633;--theme-stage-neutral-active: #333d39;--theme-stage-good: #19372f;--theme-stage-good-hover: #20463c;--theme-stage-good-active: #285246;--theme-stage-mixed: #3b321c;--theme-stage-mixed-hover: #493e23;--theme-stage-mixed-active: #554929;--theme-stage-bad: #3c2221;--theme-stage-bad-hover: #4b2a28;--theme-stage-bad-active: #58312e}body{background:var(--theme-page)}.theme-toggle{position:fixed;top:16px;right:16px;z-index:40;width:42px;height:42px;min-height:42px;border:1px solid var(--theme-border-strong);border-radius:6px;display:inline-grid;place-items:center;padding:0;background:var(--theme-surface-translucent);color:var(--theme-text-strong);box-shadow:0 8px 24px var(--theme-shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.theme-toggle:hover{border-color:var(--theme-primary);background:var(--theme-surface);color:var(--theme-primary)}.theme-toggle:focus-visible{outline:2px solid var(--theme-primary);outline-offset:3px}.theme-toggle svg{pointer-events:none}.knti-help-topbar,.guide-topbar{padding-right:max(76px,4vw)}.gyeok-viewer-header{padding-right:76px}@media(max-width:620px){.theme-toggle{top:10px;right:10px;width:38px;height:38px;min-height:38px}.knti-help-topbar,.guide-topbar,.gyeok-viewer-header{padding-right:60px}}@media(prefers-reduced-motion:no-preference){.theme-toggle{transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.theme-toggle:active{transform:scale(.94)}}
