:root{--bg:#ffffff;--surface:#ffffff;--surface-soft:#f7f7f5;--text:#111111;--text-soft:#667085;--line:#e5e7eb;--line-strong:#e5e7eb;--accent:#0f3d66;--alert:#b42318;--radius:8px;--shadow-soft:0 4px 12px rgba(17,24,39,0.04)}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%}body{color:var(--text);background:var(--bg);font-family:var(--font-body),"Pretendard","Inter",sans-serif;line-height:1.6}h1,h2,h3,h4{margin:0;color:#111111;line-height:1.25;font-family:var(--font-title),"Merriweather","Noto Serif KR",serif}p{margin:0}a{color:inherit}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid rgba(15,61,102,.25);outline-offset:2px}button,input,select,textarea{font:inherit}button{border:1px solid var(--line-strong);border-radius:var(--radius);background:#ffffff;color:var(--text);cursor:pointer;padding:8px 12px;transition:background-color .15s ease,border-color .15s ease}button:hover:not(:disabled){background:var(--surface-soft);border-color:var(--line)}button:disabled{opacity:.6;cursor:not-allowed}input,select,textarea{border:1px solid var(--line-strong);border-radius:var(--radius);padding:9px 11px;background:#ffffff;color:var(--text)}input:focus,select:focus,textarea:focus{outline:2px solid rgba(15,61,102,.25);outline-offset:1px;border-color:#0f3d66}textarea{resize:vertical}img{max-width:100%}.article-body-editor{display:grid;grid-gap:10px;gap:10px;border:1px solid var(--line-strong);border-radius:12px;padding:12px;background:#ffffff}.article-body-editor__toolbar{display:flex;flex-wrap:wrap;gap:6px;padding-bottom:10px;border-bottom:1px solid var(--line)}.article-body-editor__toolbar button{min-height:34px;padding:5px 9px;font-size:.84rem}.article-body-editor__content{min-height:340px;padding:10px 4px;outline:none;line-height:1.8}.article-body-editor__content>:first-child{margin-top:0}.article-body-editor__content h2,.article-body-editor__content h3{margin:1.4em 0 .5em}.article-body-editor__content blockquote,.article-body-editor__content ol,.article-body-editor__content p,.article-body-editor__content ul{margin:.75em 0}.article-body-editor__content blockquote{border-left:3px solid #98a2b3;padding-left:12px;color:#475467}.article-body-editor__content table{width:100%;border-collapse:collapse}.article-body-editor__content td,.article-body-editor__content th{border:1px solid var(--line-strong);padding:7px 9px;vertical-align:top}.article-body-editor__content th{background:var(--surface-soft)}.article-body-editor__source{width:100%;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;line-height:1.55}.article-body-editor__error,.article-body-editor__hint,.article-body-editor__notice{margin:0;font-size:.84rem}.article-body-editor__hint,.article-body-editor__notice{color:var(--text-soft)}.article-body-editor__error{color:var(--alert)}