:root{color-scheme:light;font-family:Pretendard,Inter,Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--app-bg: #f6f7f9;--surface: #ffffff;--surface-muted: #f8fafc;--surface-selected: #eef2f7;--border: #e4e7ec;--border-strong: #cfd6e2;--text: #111827;--text-soft: #344054;--muted: #667085;--subtle: #98a2b3;--danger: #b42318;--danger-bg: #fff5f6;--warning: #854a0e;--warning-bg: #fffaeb;--accent: #111827;--radius: 8px}*{box-sizing:border-box}body{margin:0;background:var(--app-bg);color:var(--text)}button,input,textarea,select{font:inherit}button{border:1px solid transparent;border-radius:6px;padding:9px 12px;background:var(--accent);color:#fff;font-weight:700;cursor:pointer}button:hover:not(:disabled){background:#1f2937}button:disabled{opacity:.52;cursor:not-allowed}input,textarea,select{width:100%;border:1px solid var(--border-strong);border-radius:6px;padding:10px 11px;background:var(--surface);color:var(--text);outline:none}input:focus,textarea:focus,select:focus{border-color:#94a3b8;box-shadow:0 0 0 3px #94a3b833}label,fieldset{display:grid;gap:8px;margin:0;padding:0;border:0;color:var(--text-soft);font-size:.88rem;font-weight:700}legend{margin-bottom:8px}.checkbox-label{display:flex;align-items:center;gap:8px;color:var(--text)}.checkbox-label input{width:16px;height:16px}h1,h2,h3,p{letter-spacing:0}.screen{min-height:100vh;padding:24px}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px;box-shadow:none}.stack,.form-panel,.canon-entry-list,.candidate-review-list,.knowledge-form,.design-generate-box,.design-form,.style-profile-panel,.style-profile-form,.outline-workspace,.outline-actions,.chapter-map-controls,.chapter-map-list{display:grid;gap:12px}.grid-two,.dashboard-grid,.outline-card-grid,.style-profile-grid,.design-field-grid,.context-packet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.section-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid var(--border)}.section-head.compact{margin-bottom:10px;padding-bottom:10px}.section-head h2,.section-head h3,.panel h2,.panel h3{margin:0;color:var(--text)}.section-head h2,.panel h2{font-size:1.08rem}.section-head h3,.panel h3{font-size:1rem}.eyebrow{margin:0 0 6px;color:var(--muted);font-size:.75rem;font-weight:800}.muted{color:var(--muted);line-height:1.55}.pill{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:999px;background:var(--surface-muted);border:1px solid var(--border);color:var(--muted);font-size:.78rem;font-weight:800}.pill.success{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.ghost-button{background:var(--surface);color:var(--text-soft);border-color:var(--border-strong)}.ghost-button:hover:not(:disabled){background:var(--surface-selected);color:var(--text)}.confirm-button{background:var(--accent)}.button-row{display:flex;flex-wrap:wrap;gap:8px}.plain-list{list-style:none;display:grid;gap:10px;padding:0;margin:0}.notice-banner,.error-banner{padding:11px 12px;border-radius:7px;line-height:1.5}.notice-banner{background:var(--warning-bg);border:1px solid #fedf89;color:var(--warning)}.error,.error-banner{color:var(--danger)}.error-banner{background:var(--danger-bg);border:1px solid #fecdd3}.public-entry-shell{min-height:100vh;padding:28px;background:var(--app-bg);display:grid;grid-template-rows:auto 1fr;gap:22px}.public-entry-topbar,.public-entry-layout{width:min(860px,100%);margin:0 auto}.public-entry-topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-bottom:14px;border-bottom:1px solid var(--border)}.public-entry-brand{display:inline-flex;align-items:center;gap:10px}.public-entry-brand span,.studio-brand-mark{width:34px;height:34px;display:inline-grid;place-items:center;border-radius:7px;background:var(--accent);color:#fff}.public-entry-brand strong{font-size:1rem}.public-entry-meta{color:var(--muted);font-size:.9rem;font-weight:700}.public-entry-layout{display:grid;align-items:center;padding:16px 0 46px}.public-entry-gateway,.public-entry-login-card{background:var(--surface);border:1px solid var(--border);border-radius:10px}.public-entry-gateway{display:grid;gap:18px;width:min(520px,100%);margin:0 auto;padding:22px;box-shadow:var(--shadow-sm)}.public-entry-gateway-head{display:grid;justify-items:center;gap:9px;text-align:center}.public-entry-gateway-icon{width:42px;height:42px;display:inline-grid;place-items:center;border-radius:9px;background:var(--accent);color:#fff}.public-entry-kicker{margin:0;color:var(--muted);font-size:.78rem;font-weight:800}.public-entry-gateway h1{margin:0;color:var(--text);font-size:1.62rem;line-height:1.22}.public-entry-lead{max-width:38ch;margin:0;color:#475467;font-size:.94rem;line-height:1.55}.public-entry-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.public-entry-flow div,.public-entry-note{background:var(--surface-muted);border-radius:var(--radius)}.public-entry-flow div{display:grid;align-content:start;gap:5px;min-height:104px;padding:12px;border:1px solid var(--border)}.public-entry-flow svg{color:var(--muted)}.public-entry-flow strong{font-size:.88rem}.public-entry-flow span,.public-entry-note span,.auth-form small{color:var(--muted);font-size:.8rem;line-height:1.45}.public-entry-login-card{display:grid;gap:14px;padding:16px}.public-entry-login-head{display:grid;gap:3px;padding-bottom:14px;border-bottom:1px solid var(--border)}.public-entry-login-head strong,.public-entry-login-head small,.public-entry-note strong,.public-entry-note span{display:block}.public-entry-login-head small{margin-top:2px;color:var(--muted);font-size:.82rem}.auth-form{display:grid;gap:14px}.auth-form>button{width:100%;min-height:42px}.auth-mode-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:4px;border:1px solid var(--border);border-radius:8px;background:var(--surface-muted)}.auth-mode-tabs button{min-height:34px;padding:7px 10px;background:transparent;color:var(--muted);border-color:transparent}.auth-mode-tabs button:hover,.auth-mode-tabs button.active{background:var(--surface);color:var(--text);border-color:var(--border)}.public-entry-note{display:flex;gap:9px;padding:12px;color:#475467}.public-entry-note strong{color:var(--text-soft);font-size:.84rem}.public-entry-note svg{flex:0 0 auto;margin-top:2px;color:var(--muted)}.studio-root-tabs{min-height:100vh}.studio-shell{min-height:100vh;display:grid;grid-template-columns:286px minmax(0,1fr);background:var(--app-bg)}.studio-global-sidebar{position:sticky;top:0;height:100vh;overflow-y:auto;display:grid;grid-template-rows:auto auto 1fr auto;gap:18px;padding:18px 14px;background:var(--surface-muted);border-right:1px solid var(--border)}.studio-brand{display:flex;align-items:center;gap:10px;padding:8px 8px 14px;border-bottom:1px solid var(--border)}.studio-brand strong,.studio-brand span{display:block}.studio-brand span{margin-top:2px;color:var(--muted);font-size:.88rem}.sidebar-section{min-width:0}.sidebar-section-head{display:flex;justify-content:space-between;gap:10px;padding:0 8px;margin-bottom:8px;color:var(--muted);font-size:.78rem;font-weight:800}.studio-work-list,.studio-project-nav,.studio-global-footer{display:grid;gap:6px}.sidebar-menu-group{display:grid;gap:6px;margin-top:12px}.sidebar-menu-group>span{padding:0 8px;color:var(--muted);font-size:.74rem;font-weight:800}.studio-work-card,.studio-tab-trigger,.sidebar-tool-button{width:100%;display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;text-align:left;border-radius:6px;background:transparent;color:var(--text-soft);border:1px solid transparent}.studio-work-card{display:grid;gap:3px;padding:10px}.studio-work-card strong{color:var(--text)}.studio-work-card span,.studio-work-card small,.sidebar-empty{color:var(--muted)}.studio-work-card:hover:not(:disabled),.studio-tab-trigger:hover:not(:disabled),.sidebar-tool-button:hover:not(:disabled){background:var(--surface-selected);color:var(--text)}.studio-work-card.active,.studio-tab-trigger[data-state=active]{background:var(--surface-selected);border-color:var(--border-strong);color:var(--text)}.studio-work-card:hover:not(:disabled) strong,.studio-work-card:hover:not(:disabled) span,.studio-work-card:hover:not(:disabled) small,.studio-work-card.active strong,.studio-work-card.active span,.studio-work-card.active small,.studio-tab-trigger:hover:not(:disabled) svg,.studio-tab-trigger[data-state=active] svg,.sidebar-tool-button:hover:not(:disabled) svg,.sidebar-tool-button:hover:not(:disabled) span{color:currentColor}.studio-tab-trigger{min-height:36px;padding:9px 10px;font-size:.9rem;font-weight:700}.studio-tab-trigger:disabled{opacity:.48}.sidebar-tool-button{padding:9px 10px;background:var(--surface);border-color:var(--border)}.studio-main{min-width:0;padding:24px 28px 48px}.studio-main-header{min-height:64px;display:flex;justify-content:space-between;gap:20px;align-items:center;padding-bottom:16px;margin-bottom:14px;border-bottom:1px solid var(--border)}.studio-main-header h1{margin:0;font-size:1.35rem;line-height:1.25}.studio-header-meta span{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:var(--surface);border:1px solid var(--border);color:var(--muted);font-size:.86rem}.studio-tabs,.studio-tab-content{min-width:0}.studio-mobile-nav{display:none}.workspace-grid{width:100%;display:grid;grid-template-columns:minmax(360px,440px) minmax(0,1fr);gap:16px}.empty-panel,.result-panel,.studio-placeholder-panel{min-height:220px}.chip-grid,.card-list,.knowledge-filters,.tag-row,.style-rule-preview{display:flex;flex-wrap:wrap;gap:7px}.chip,.knowledge-filters button{padding:7px 10px;background:var(--surface-muted);color:var(--text-soft);border:1px solid var(--border)}.chip.active,.knowledge-filters button.active,.suggestion-card.selected{background:var(--surface-selected);color:var(--text);border-color:var(--border-strong)}.tag-row span{padding:4px 7px;border:1px solid var(--border);border-radius:999px;background:var(--surface-muted);color:var(--muted);font-size:.74rem;font-weight:800}.compact-pack-list{display:flex;flex-wrap:wrap;gap:6px}.compact-pack-list span{padding:4px 7px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text-soft);font-size:.72rem;font-weight:800}.suggestion-card{width:100%;padding:12px;text-align:left;background:var(--surface);color:var(--text-soft);border:1px solid var(--border);border-radius:var(--radius);line-height:1.55}.creation-fit-panel,.creation-expansion-box{display:grid;gap:12px}.creation-fit-panel .plain-list{padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted);color:var(--text-soft);line-height:1.55}.creation-expansion-box{padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.admin-model-panel,.admin-model-form,.admin-model-test,.admin-toggle-list{display:grid;gap:14px}.admin-loading-box{display:grid;gap:6px;padding:14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.admin-loading-box p{margin:0;color:var(--muted);line-height:1.5}.admin-model-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.admin-model-grid label,.model-selector{padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.admin-model-grid small,.model-selector small{color:var(--muted);font-weight:600}.model-selector{display:grid;gap:10px}.model-selector>div:first-child span,.model-selector-current strong,.model-option-list strong{display:block}.model-selector-current{display:grid;gap:3px;justify-items:start;padding:10px;text-align:left;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text)}.model-selector-current:hover:not(:disabled){background:var(--surface-selected);color:var(--text);border-color:var(--border-strong)}.model-selector-current span,.model-option-list span{color:var(--muted);font-size:.8rem;line-height:1.4;word-break:break-all}.model-option-list{display:grid;gap:6px;max-height:260px;overflow:auto;padding-right:2px}.model-option-list button{display:grid;gap:3px;justify-items:start;padding:9px 10px;text-align:left;background:var(--surface);color:var(--text-soft);border:1px solid var(--border)}.model-option-list button:hover:not(:disabled),.model-option-list button.active{background:var(--surface-selected);color:var(--text);border-color:var(--border-strong)}.model-option-list button small{padding:2px 6px;border-radius:999px;background:var(--surface-muted);border:1px solid var(--border)}.admin-toggle-list{padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.admin-model-test{padding-top:16px;border-top:1px solid var(--border)}.studio-dashboard-panel{min-height:260px}.work-home-panel{display:grid;gap:16px;min-height:320px}.work-home-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--border)}.work-home-header h2{margin:0;font-size:1.08rem}.work-home-header button{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px}.work-home-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.work-home-summary>div{display:grid;gap:5px;padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.work-home-summary span{color:var(--muted);font-size:.78rem;font-weight:800}.work-home-summary strong{font-size:1.25rem}.work-home-filters{display:grid;grid-template-columns:minmax(260px,1fr) minmax(180px,240px);gap:10px}.input-with-icon{position:relative}.input-with-icon svg{position:absolute;left:10px;top:50%;color:var(--muted);transform:translateY(-50%)}.input-with-icon input{padding-left:34px}.work-home-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.work-home-card{width:100%;min-height:150px;display:grid;align-content:start;justify-items:start;gap:9px;padding:14px;text-align:left;background:var(--surface-muted);color:var(--text);border:1px solid var(--border);border-radius:var(--radius)}.work-home-card:hover:not(:disabled),.work-home-card.active{background:var(--surface-selected);border-color:var(--border-strong);color:var(--text)}.work-home-card span,.work-home-card small{color:var(--muted);font-size:.82rem;font-weight:800}.work-home-card strong{font-size:1rem;line-height:1.35}.work-home-card footer{width:100%;display:flex;justify-content:space-between;gap:10px;padding-top:8px;margin-top:auto;border-top:1px solid var(--border)}.work-home-card footer span{font-size:.78rem}.work-home-empty{display:grid;gap:10px;place-items:center;min-height:180px;padding:24px;text-align:center;border:1px dashed var(--border-strong);border-radius:var(--radius);background:var(--surface-muted)}.work-home-empty p{max-width:42ch;margin:0;color:var(--muted);line-height:1.55}.work-home-empty button{display:inline-flex;align-items:center;gap:7px}.dashboard-command-center,.dashboard-focus{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,380px);gap:14px;padding:14px;margin-bottom:14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.dashboard-command-center{grid-template-columns:minmax(340px,.9fr) minmax(0,1.4fr);align-items:stretch}.dashboard-next-card{display:grid;gap:14px;align-content:start;padding:18px;border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface)}.dashboard-next-card h3{margin:0 0 6px;color:var(--text);font-size:1.18rem;line-height:1.35}.dashboard-next-card p{margin:0;color:var(--muted);line-height:1.55}.dashboard-next-card button{width:fit-content}.dashboard-status-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.dashboard-status-strip>div{display:grid;gap:5px;align-content:start;min-height:86px;padding:13px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.dashboard-status-strip span{color:var(--muted);font-size:.76rem;font-weight:800}.dashboard-status-strip strong{color:var(--text);font-size:.94rem;line-height:1.35}.dashboard-alert{margin-bottom:14px}.dashboard-focus h3{margin:0;font-size:1rem}.dashboard-loading-state{display:grid;gap:8px;min-height:180px;align-content:center;padding:22px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.dashboard-loading-state strong{color:var(--text);font-size:1rem}.dashboard-loading-state p{max-width:68ch;margin:0;color:var(--muted);line-height:1.6}.dashboard-next-actions,.next-step-actions{margin-top:12px}.dashboard-readiness-card{display:grid;gap:10px;align-content:start;padding:13px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.dashboard-readiness-card ul,.design-criteria-panel ul{display:grid;gap:7px;padding:0;margin:0;list-style:none}.dashboard-readiness-card li,.design-criteria-panel li{position:relative;padding-left:16px;color:var(--muted);font-size:.86rem;line-height:1.45}.dashboard-readiness-card li:before,.design-criteria-panel li:before{content:"";position:absolute;left:0;top:.62em;width:5px;height:5px;border-radius:999px;background:var(--border-strong)}.dashboard-stage-list{display:grid;gap:8px}.dashboard-stage-list button{display:flex;align-items:center;gap:8px;min-height:34px;padding:8px 10px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--muted);font-size:.9rem;text-align:left}.dashboard-stage-list button.done{color:var(--text)}.dashboard-stage-list button span{font-size:.72rem;font-weight:800}.production-criteria-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.dashboard-flow-columns{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:14px;margin-bottom:14px}.dashboard-flow-columns>section{display:grid;gap:10px}.dashboard-flow-head{display:flex;justify-content:space-between;gap:12px;align-items:end}.dashboard-flow-head span{color:var(--muted);font-size:.76rem;font-weight:800}.dashboard-flow-head strong{color:var(--text-soft);font-size:.88rem}.production-criteria-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:0}.production-criteria-grid.compact.single{grid-template-columns:1fr}.production-stage-card{display:grid;gap:7px;justify-items:start;text-align:left;padding:13px;background:var(--surface-muted);color:var(--text-soft);border:1px solid var(--border);border-radius:var(--radius)}.production-stage-card.done{background:var(--surface-selected);border-color:var(--border-strong);color:var(--text)}.production-stage-card.active{background:var(--surface);border-color:#94a3b8;box-shadow:inset 3px 0 0 var(--accent);color:var(--text)}.production-stage-card:hover:not(:disabled),.production-stage-card.done:hover:not(:disabled){background:var(--surface-selected);border-color:var(--border-strong);color:var(--text)}.production-stage-card span{color:var(--muted);font-size:.72rem;font-weight:800}.production-stage-card p{margin:0;color:var(--muted);font-size:.86rem;line-height:1.45}.dashboard-reference-section{display:grid;gap:12px;margin-top:16px}.dashboard-reference-head{display:grid;gap:4px}.dashboard-reference-head span{color:var(--muted);font-size:.78rem;font-weight:800}.dashboard-reference-head strong{color:var(--text);font-size:.98rem;line-height:1.45}.dashboard-reference-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;align-items:stretch}.dashboard-reference-card{grid-column:span 2;display:grid;gap:8px;align-content:start;min-height:160px;padding:14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.dashboard-reference-card.wide{grid-column:span 3}.dashboard-reference-card.action{grid-column:1 / -1;min-height:auto;background:var(--surface);border-color:var(--border-strong);box-shadow:inset 3px 0 0 var(--accent)}.dashboard-reference-card span{color:var(--muted);font-size:.74rem;font-weight:800}.dashboard-reference-card strong{color:var(--text);line-height:1.45}.dashboard-reference-card button{width:fit-content;align-self:end}.clamped{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:7}.dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start}.dashboard-grid>div,.mini-card,.chapter-map-row,.canon-entry-card,.candidate-review-card,.context-block,.style-empty-box{display:grid;gap:8px;padding:13px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.dashboard-grid p,.dashboard-reference-card p,.mini-card p,.chapter-map-row p,.canon-entry-card p,.candidate-review-card p,.context-block p,.context-block span,.context-block small,.context-block ul{margin:0;color:var(--muted);line-height:1.55}.design-workspace{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);gap:14px;align-items:start}.design-criteria-panel{position:sticky;top:16px;display:grid;gap:11px;padding:14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.design-criteria-panel li{display:flex;align-items:flex-start;gap:8px;padding-left:0}.design-criteria-panel li:before{content:none}.design-criteria-panel li.done{color:var(--text-soft)}.design-criteria-panel li span{flex:0 0 auto;min-width:34px;padding:2px 6px;border-radius:999px;background:var(--surface);border:1px solid var(--border);color:var(--muted);font-size:.7rem;font-weight:800;text-align:center}.design-criteria-panel p{margin:0;color:var(--muted);font-size:.86rem;line-height:1.5}.design-field-grid label:first-child,.design-field-grid label:nth-child(2),.design-field-grid label:nth-child(6){grid-column:1 / -1}.outline-body{display:grid;gap:12px}.outline-body p{line-height:1.7;color:var(--text-soft)}.chapter-map-row{grid-template-columns:42px minmax(0,1fr);align-items:start}.chapter-map-pager{display:grid;gap:10px;padding:12px;margin-bottom:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.chapter-map-pager>div:first-child{display:flex;justify-content:space-between;gap:12px;align-items:center}.chapter-map-pager span{color:var(--muted);font-size:.84rem}.chapter-map-page-controls{display:flex;flex-wrap:wrap;gap:6px}.chapter-map-page-button{min-height:32px;padding:6px 9px;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text-soft);font-size:.82rem;font-weight:800}.chapter-map-page-button:hover:not(:disabled),.chapter-map-page-button.active{background:var(--accent);border-color:var(--accent);color:#fff}.chapter-map-number{width:34px;height:34px;display:inline-grid;place-items:center;border-radius:6px;background:var(--accent);color:#fff;font-weight:800}.knowledge-workspace{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,360px);gap:16px;align-items:start}.knowledge-main-stack{display:grid;gap:14px;min-width:0}.knowledge-side-panel{display:grid;gap:14px;position:sticky;top:16px}.knowledge-bible-guide{display:grid;gap:5px;padding:12px 13px;margin-bottom:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.knowledge-bible-guide strong{color:var(--text);font-size:.92rem}.knowledge-bible-guide p{margin:0;color:var(--muted);line-height:1.55}.canon-entry-card{grid-template-columns:minmax(0,1fr) auto;align-items:start}.knowledge-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.knowledge-status-grid>div{display:grid;gap:5px;min-height:104px;padding:13px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.knowledge-status-grid span,.candidate-card-head span{color:var(--muted);font-size:.78rem;font-weight:800}.knowledge-status-grid strong{color:var(--text);font-size:1.35rem;line-height:1.1}.knowledge-status-grid p{margin:0;color:var(--muted);font-size:.84rem;line-height:1.45}.knowledge-review-panel .section-head{align-items:flex-start}.knowledge-candidate-switch{margin-bottom:12px}.knowledge-candidate-grid{display:grid;gap:10px}.knowledge-candidate-lanes{display:grid;gap:14px}.knowledge-candidate-lane{display:grid;gap:10px;padding:13px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.candidate-lane-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.candidate-lane-head strong{display:block;margin-bottom:4px;color:var(--text);font-size:.96rem}.candidate-lane-head p{max-width:78ch;margin:0;color:var(--muted);font-size:.86rem;line-height:1.5}.knowledge-ai-controls,.generated-setting-list{display:grid;gap:12px}.knowledge-ai-controls{padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.knowledge-ai-controls.inline{margin-bottom:12px}.knowledge-ai-controls.inline>div{display:grid;gap:4px}.knowledge-ai-controls.inline p{margin:0}.generated-setting-list{margin-top:12px}.generated-setting-card{display:grid;gap:11px;padding:14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.candidate-edit-panel{display:grid;gap:10px;padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.generated-setting-head{display:grid;grid-template-columns:minmax(140px,180px) minmax(0,1fr);gap:10px}.knowledge-candidate-card{background:var(--surface)}.candidate-card-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}.candidate-card-head>div{display:grid;gap:4px;min-width:0}.candidate-card-head button{min-height:34px;white-space:nowrap}.knowledge-side-panel .panel{display:grid;gap:11px}.knowledge-side-panel h3{margin:0;font-size:1rem}.knowledge-editor-empty{display:grid;gap:12px}.knowledge-editor-empty button{width:fit-content}.entry-type,.candidate-review-card span{color:var(--muted);font-size:.78rem;font-weight:800}.style-rule-preview span{max-width:100%;padding:7px 10px;border-radius:999px;background:var(--surface-muted);border:1px solid var(--border);color:var(--text-soft);font-size:.86rem}.document-editor{min-width:0}.document-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.document-toolbar>div:first-child{display:grid;gap:3px}.document-toolbar strong{color:var(--text);font-size:.94rem}.document-toolbar span{color:var(--muted);font-size:.84rem;line-height:1.45}.segmented-control{display:inline-flex;flex:0 0 auto;padding:3px;border:1px solid var(--border);border-radius:7px;background:var(--surface)}.segmented-control button{min-height:30px;padding:5px 10px;border:0;border-radius:5px;background:transparent;color:var(--muted);font-size:.82rem;font-weight:800}.segmented-control button:hover:not(:disabled),.segmented-control button.active{background:var(--accent);color:#fff}.markdown-preview{min-width:0;padding:18px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text-soft);line-height:1.72}.markdown-preview>*:first-child{margin-top:0}.markdown-preview>*:last-child{margin-bottom:0}.markdown-preview h1{margin:0 0 14px;padding-bottom:10px;border-bottom:1px solid var(--border);color:var(--text);font-size:1.28rem;line-height:1.35}.markdown-preview h2{margin:22px 0 8px;color:var(--text);font-size:1rem;line-height:1.4}.markdown-preview p,.markdown-preview blockquote{margin:0 0 10px}.markdown-preview blockquote{padding:9px 11px;border-left:3px solid var(--border-strong);border-radius:0 6px 6px 0;background:var(--surface-muted);color:var(--muted)}.markdown-preview ul,.markdown-preview ol{display:grid;gap:7px;margin:0 0 10px;padding-left:22px}.markdown-preview li{padding-left:2px}.markdown-preview table{width:100%;border-collapse:collapse;margin:8px 0 12px;overflow-wrap:anywhere;font-size:.92rem}.markdown-preview th,.markdown-preview td{padding:9px 10px;border:1px solid var(--border);text-align:left;vertical-align:top}.markdown-preview th{background:var(--surface-muted);color:var(--text)}.context-packet-panel{background:var(--surface)}.context-packet-body{display:grid;gap:12px}.context-packet-panel.compact{align-self:start}.context-packet-panel.compact .document-toolbar{display:grid}.context-packet-head-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.context-packet-head-actions .ghost-button{min-height:28px;padding:5px 9px;font-size:.78rem}.context-packet-collapsed{display:grid;gap:8px;padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.context-packet-collapsed strong{color:var(--text);font-size:.9rem;line-height:1.4}.context-packet-collapsed p{margin:0;color:var(--muted);font-size:.84rem;line-height:1.5}.context-packet-panel.compact .document-toolbar .segmented-control{width:100%}.context-packet-panel.compact .document-toolbar .segmented-control button{flex:1 1 0}.context-packet-panel.compact .markdown-preview{max-height:360px;overflow:auto}.context-packet-panel.compact .context-block{padding:11px}.context-loading-box{display:grid;gap:8px;padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.context-loading-box span{width:fit-content;padding:3px 8px;border-radius:999px;background:var(--surface);border:1px solid var(--border);color:var(--muted);font-size:.72rem;font-weight:800}.context-loading-box p{margin:0;color:var(--muted);line-height:1.55}.context-block-wide{grid-column:1 / -1}.chapter-write-workspace{display:grid;grid-template-columns:minmax(260px,300px) minmax(480px,1fr) minmax(300px,360px);gap:12px;align-items:start}.chapter-write-workspace.manuscript-mode{grid-template-columns:minmax(230px,280px) minmax(620px,1fr) minmax(280px,330px)}.chapter-write-workspace.manuscript-mode .chapter-inspector{grid-column:auto;position:sticky}.chapter-write-workspace.manuscript-mode .chapter-write-main .studio-content-panel{min-height:auto}.chapter-binder,.chapter-inspector{position:sticky;top:16px}.chapter-inspector{max-height:calc(100vh - 32px);overflow:auto;padding-right:2px}.chapter-binder,.chapter-binder-meta,.chapter-production-status,.chapter-step-list,.chapter-inspector,.chapter-write-main{display:grid;gap:10px}.chapter-binder{padding:14px}.chapter-binder-head{display:grid;gap:4px;padding-bottom:12px;border-bottom:1px solid var(--border)}.chapter-binder-head h3{margin:0;font-size:1rem}.chapter-binder-head small{color:var(--muted);font-size:.78rem;line-height:1.45}.chapter-map-selector{display:grid;gap:8px;padding:10px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.chapter-map-selector>strong{font-size:.86rem}.chapter-map-selector>p{margin:0;color:var(--muted);font-size:.78rem;line-height:1.45}.chapter-map-selector>div{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:5px;max-height:178px;overflow:auto;padding-right:2px}.chapter-map-selector button{min-width:0;min-height:28px;padding:4px 0;border:1px solid var(--border);border-radius:5px;background:var(--surface);color:var(--text-soft);font-size:.78rem;font-weight:800}.chapter-map-selector button:hover:not(:disabled),.chapter-map-selector button.active{border-color:var(--accent);background:var(--accent);color:#fff}.chapter-map-selected-goal{padding-top:8px;border-top:1px solid var(--border)}.chapter-production-status{padding:10px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted);grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.chapter-production-status>strong{grid-column:1 / -1;font-size:.86rem}.chapter-production-status>div{display:grid;gap:3px;min-height:54px;padding:8px;border-radius:6px;color:var(--muted);border:1px solid transparent}.chapter-production-status>div.active{background:var(--surface);color:var(--text-soft);border-color:var(--border)}.chapter-production-status>div.done{color:var(--text)}.chapter-production-status span{font-size:.72rem;font-weight:800}.completion-criteria{display:grid;gap:9px;padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.completion-criteria ul{display:grid;gap:7px;padding:0;margin:0;list-style:none}.completion-criteria li{display:flex;align-items:flex-start;gap:8px;color:var(--muted);font-size:.86rem;line-height:1.45}.completion-criteria li.done{color:var(--text-soft)}.completion-criteria li span{flex:0 0 auto;min-width:34px;padding:2px 6px;border-radius:999px;background:var(--surface);border:1px solid var(--border);color:var(--muted);font-size:.7rem;font-weight:800;text-align:center}.chapter-next-guide,.chapter-manuscript-flow,.chapter-continuity-box,.reader-link-box{display:grid;gap:8px;padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.chapter-next-guide strong,.chapter-manuscript-flow strong,.chapter-continuity-box strong,.reader-link-box strong{color:var(--text);font-size:.92rem}.chapter-next-guide p,.chapter-continuity-box p,.reader-link-box p{margin:0;color:var(--muted);line-height:1.55}.chapter-continuity-box{margin:12px 0;border-left:3px solid var(--accent)}.chapter-continuity-box ul{display:grid;gap:5px;margin:0;padding-left:18px;color:var(--muted);line-height:1.5}.chapter-next-guide button{width:fit-content}.reader-link-box code{display:block;max-width:100%;padding:9px 10px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text-soft);font-size:.78rem;line-height:1.45;overflow-wrap:anywhere}.chapter-manuscript-flow{grid-template-columns:minmax(120px,auto) minmax(0,1fr);align-items:start;margin-bottom:10px}.chapter-manuscript-flow span{color:var(--muted);line-height:1.55}.mini-card span{color:var(--muted);font-size:.78rem;font-weight:800}.reader-preview-shell{display:grid;grid-template-columns:minmax(190px,240px) minmax(0,1fr);gap:12px}.reader-preview-list,.reader-preview-body{display:grid;gap:12px;align-content:start;padding:14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.reader-preview-body{background:var(--surface)}.reader-preview-body h3{margin:4px 0 6px;font-size:1.15rem}.chapter-binder-head span,.chapter-binder-meta span,.chapter-step-button span{color:var(--muted);font-size:.82rem;line-height:1.35}.chapter-step-button{width:100%;display:grid;gap:3px;justify-items:start;text-align:left;padding:9px 10px;background:transparent;color:var(--text);border:1px solid transparent}.chapter-step-button:hover:not(:disabled),.chapter-step-button.active{background:var(--surface-selected);border-color:var(--border-strong)}.chapter-binder-meta{padding-top:12px;border-top:1px solid var(--border)}.chapter-binder-meta strong,.chapter-step-button strong{font-size:.88rem}.chapter-write-main{min-width:0}.chapter-write-main .studio-content-panel{min-height:calc(100vh - 150px)}.manuscript-canvas-panel{padding:24px}.chapter-plan-summary,.chapter-review-knowledge{display:grid;gap:12px}.chapter-plan-summary{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:12px}.chapter-review-knowledge{margin-top:14px}.chapter-review-knowledge h3{margin:0;font-size:1rem}.chapter-review-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:14px 0}.chapter-review-flow article{display:grid;gap:7px;align-content:start;padding:13px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted)}.chapter-review-flow span{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:var(--surface);border:1px solid var(--border);color:var(--muted);font-size:.74rem;font-weight:800}.chapter-review-flow p{margin:0;color:var(--muted);font-size:.86rem;line-height:1.5}.candidate-line-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.candidate-line-head span{flex:0 0 auto;padding:3px 8px;border-radius:999px;background:var(--surface);border:1px solid var(--border);color:var(--muted);font-size:.74rem;font-weight:800}.draft-text{white-space:pre-wrap;overflow:auto;padding:16px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);line-height:1.7}.chapter-write-main .draft-text{min-height:520px;max-height:none;padding:42px 52px;font-family:Georgia,Times New Roman,serif;font-size:1.05rem;line-height:1.95;box-shadow:0 8px 24px #0f172a0f}.chapter-inspector .panel{padding:14px}.chapter-inspector .section-head{margin-bottom:10px;padding-bottom:10px}.chapter-inspector .context-packet-grid{grid-template-columns:1fr;gap:8px}.chapter-inspector .context-block-wide{grid-column:auto}.chapter-inspector textarea{min-height:92px}.chapter-inspector .button-row{display:grid}.reader-viewer-shell{min-height:100vh;background:#f2f1ed;color:#1f2933}.reader-viewer-shell.night{background:#111827;color:#e5e7eb}.reader-viewer-loading{min-height:100vh;display:grid;place-items:center;color:#667085}.reader-viewer-loading span{padding:10px 14px;border:1px solid rgba(17,24,39,.12);border-radius:var(--radius);background:#ffffffb8;font-size:.9rem;font-weight:800}.reader-viewer-topbar{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:minmax(110px,auto) minmax(0,1fr) minmax(220px,auto);gap:14px;align-items:center;padding:12px 24px;border-bottom:1px solid rgba(17,24,39,.12);background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.reader-viewer-shell.night .reader-viewer-topbar{border-bottom-color:#e5e7eb1f;background:#111827eb}.reader-viewer-topbar>div:nth-child(2){min-width:0}.reader-viewer-topbar strong{display:block;overflow:hidden;color:inherit;text-overflow:ellipsis;white-space:nowrap}.reader-viewer-tools{display:flex;justify-content:flex-end;gap:8px}.reader-viewer-shell.night .ghost-button{background:#1f2937;border-color:#374151;color:#e5e7eb}.reader-viewer-layout{display:grid;grid-template-columns:minmax(230px,280px) minmax(0,1fr);gap:28px;width:min(1180px,calc(100% - 48px));margin:0 auto;padding:28px 0 64px}.reader-viewer-toc{position:sticky;top:76px;align-self:start;display:grid;gap:12px;max-height:calc(100vh - 104px);overflow:auto;padding:16px;border:1px solid rgba(17,24,39,.12);border-radius:var(--radius);background:#ffffffb8}.reader-viewer-shell.night .reader-viewer-toc{border-color:#e5e7eb1f;background:#1f2937b8}.reader-viewer-toc button{width:100%;display:grid;gap:3px;justify-items:start;padding:10px;text-align:left;background:transparent;border:1px solid transparent;color:inherit}.reader-viewer-toc button:hover:not(:disabled),.reader-viewer-toc button.active{background:#11182712;border-color:#1118271f}.reader-viewer-shell.night .reader-viewer-toc button:hover:not(:disabled),.reader-viewer-shell.night .reader-viewer-toc button.active{background:#ffffff14;border-color:#ffffff24}.reader-viewer-toc button span{color:var(--muted);font-size:.78rem;font-weight:800}.reader-viewer-shell.night .reader-viewer-toc button span,.reader-viewer-shell.night .eyebrow{color:#9ca3af}.reader-viewer-page{min-width:0;width:min(760px,100%);margin:0 auto;padding:clamp(28px,5vw,58px);border:1px solid rgba(17,24,39,.1);border-radius:10px;background:#fffdf8;box-shadow:0 18px 48px #11182714}.reader-viewer-shell.night .reader-viewer-page{border-color:#e5e7eb1a;background:#17202e;box-shadow:none}.reader-viewer-title{padding-bottom:24px;margin-bottom:28px;border-bottom:1px solid rgba(17,24,39,.12);text-align:center}.reader-viewer-shell.night .reader-viewer-title{border-bottom-color:#e5e7eb1f}.reader-viewer-title p{margin:0 0 8px;color:var(--muted);font-size:.9rem}.reader-viewer-shell.night .reader-viewer-title p{color:#9ca3af}.reader-viewer-title h1{margin:0;font-size:clamp(1.5rem,3vw,2.1rem);line-height:1.25;letter-spacing:0}.reader-viewer-text{white-space:pre-wrap;margin:0;color:inherit;font-family:"Noto Serif KR",Nanum Myeongjo,Georgia,serif;line-height:2.05;word-break:keep-all;overflow-wrap:break-word}.reader-viewer-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding-top:34px;margin-top:34px;border-top:1px solid rgba(17,24,39,.12)}.reader-viewer-shell.night .reader-viewer-nav{border-top-color:#e5e7eb1f}.reader-shell{min-height:100vh;padding:24px 32px 48px;background:var(--app-bg)}.reader-topbar,.reader-top-grid,.reader-main-grid{width:min(1240px,100%);margin:0 auto 24px}.reader-topbar,.reader-wordmark,.reader-nav,.reader-cta-row,.reader-meta,.reader-chapter-row{display:flex;align-items:center;gap:12px}.reader-topbar{justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--border)}.reader-wordmark-mark{width:38px;height:38px;display:inline-grid;place-items:center;border-radius:8px;background:var(--accent);color:#fff;font-weight:800}.reader-nav-link{background:transparent;color:var(--muted);border-color:transparent}.reader-nav-link.active{background:var(--surface-selected);color:var(--text)}.reader-top-grid,.reader-main-grid,.reader-featured-card,.reader-list-item{display:grid;gap:16px}.reader-top-grid{grid-template-columns:minmax(0,1.5fr) minmax(280px,360px)}.reader-main-grid{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)}.reader-featured-card{grid-template-columns:220px 1fr}.reader-featured-card,.reader-side-card,.reader-list-item{padding:18px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.reader-featured-cover,.reader-list-thumb{border-radius:var(--radius);background:linear-gradient(160deg,#d0d5dd,#667085)}.reader-featured-cover{min-height:260px}.reader-list-thumb{height:86px}.reader-featured-body h2{margin:0 0 10px;font-size:1.8rem;line-height:1.12}.reader-subtle,.reader-empty-line,.reader-list-item p{margin:0;color:var(--muted);line-height:1.6}.reader-spotlight-list,.reader-work-list,.reader-detail-stack{display:grid;gap:10px}.reader-spotlight-item,.reader-list-item{width:100%;text-align:left;background:var(--surface);color:var(--text);border:1px solid var(--border)}.reader-list-item{grid-template-columns:72px 1fr auto;align-items:center}.reader-rank,.reader-list-meta,.reader-list-item span{color:var(--muted);font-weight:700}.reader-meta{flex-wrap:wrap}.reader-meta span{padding:7px 10px;border-radius:999px;background:var(--surface-muted);border:1px solid var(--border);color:var(--muted);font-size:.85rem}.reader-empty-block{display:grid;place-items:center;min-height:180px;color:var(--muted);text-align:center;line-height:1.6}.reader-chapter-row{justify-content:space-between;padding:12px 0;border-top:1px solid var(--border)}.reader-text{max-height:560px}.checkbox{grid-auto-flow:column;justify-content:start;align-items:center}@media (max-width: 1280px){.chapter-write-workspace{grid-template-columns:210px minmax(0,1fr)}.chapter-inspector{grid-column:1 / -1;position:static;grid-template-columns:minmax(0,1fr) minmax(320px,420px);align-items:start}}@media (max-width: 1100px){.dashboard-grid,.dashboard-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-reference-card,.dashboard-reference-card.wide{grid-column:span 1}.production-criteria-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.work-home-summary,.work-home-filters,.work-home-grid,.dashboard-command-center,.dashboard-focus,.design-workspace,.knowledge-workspace{grid-template-columns:1fr}.dashboard-status-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.knowledge-side-panel{position:static}}@media (max-width: 900px){.public-entry-shell,.reader-shell{padding:18px}.public-entry-topbar,.work-home-header,.studio-main-header,.document-toolbar,.reader-topbar,.reader-viewer-topbar{flex-direction:column;align-items:flex-start}.segmented-control{width:100%}.segmented-control button{flex:1 1 0}.public-entry-layout,.public-entry-flow,.studio-shell,.workspace-grid,.chapter-write-workspace,.chapter-inspector,.grid-two,.style-profile-grid,.design-field-grid,.outline-card-grid,.context-packet-grid,.reader-top-grid,.reader-main-grid,.reader-featured-card,.reader-preview-shell,.reader-list-item,.chapter-plan-summary,.chapter-review-flow,.reader-viewer-topbar,.reader-viewer-layout,.reader-viewer-nav{grid-template-columns:1fr}.reader-viewer-layout{width:min(100% - 24px,760px);padding-top:16px}.reader-viewer-toc{position:static;max-height:220px}.reader-viewer-page{padding:24px 18px}.reader-viewer-tools{width:100%;justify-content:flex-start;flex-wrap:wrap}.production-criteria-grid,.dashboard-flow-columns,.production-criteria-grid.compact,.knowledge-status-grid,.dashboard-status-strip,.dashboard-reference-grid,.candidate-card-head,.generated-setting-head{grid-template-columns:1fr}.candidate-card-head button{width:100%}.public-entry-gateway h1{font-size:1.55rem}.studio-global-sidebar,.chapter-binder,.chapter-inspector,.design-criteria-panel{position:static;height:auto;min-height:auto}.studio-main{order:1;padding:18px}.studio-global-sidebar{order:2;border-top:1px solid var(--border);border-right:0}.studio-mobile-nav{display:flex;gap:7px;overflow-x:auto;padding:0 0 12px;margin-bottom:14px;border-bottom:1px solid var(--border);scrollbar-width:none}.studio-mobile-nav::-webkit-scrollbar{display:none}.studio-mobile-nav-button{flex:0 0 auto;min-height:34px;padding:8px 11px;background:var(--surface);color:var(--text-soft);border:1px solid var(--border);border-radius:999px;white-space:nowrap;font-size:.86rem}.studio-mobile-nav-button:hover:not(:disabled),.studio-mobile-nav-button[data-state=active]{background:var(--surface-selected);color:var(--text);border-color:var(--border-strong)}.chapter-write-main .draft-text{min-height:360px;padding:22px}}
