.MarkdownEditor-module__yMRUVG__editor{border:1px solid var(--line);background:#fff;overflow:hidden}.MarkdownEditor-module__yMRUVG__toolbar{border-bottom:1px solid var(--line);scrollbar-width:thin;background:#fafafa;align-items:center;gap:.15rem;padding:.45rem .55rem;display:flex;overflow-x:auto}.MarkdownEditor-module__yMRUVG__toolbar button{width:2.25rem;height:2.25rem;color:var(--muted);background:0 0;border:0;border-radius:3px;flex:none;justify-content:center;align-items:center;display:inline-flex}.MarkdownEditor-module__yMRUVG__toolbar button:is(:hover,:focus-visible){color:var(--foreground);background:#e9e9e9}.MarkdownEditor-module__yMRUVG__editor textarea{resize:vertical;width:100%;min-height:31rem;color:var(--foreground);tab-size:2;background:#fff;border:0;border-radius:0;padding:1.35rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9rem;line-height:1.85;display:block}.MarkdownEditor-module__yMRUVG__editor textarea::placeholder{color:#858585}.MarkdownEditor-module__yMRUVG__editor textarea:focus{outline:0}.MarkdownEditor-module__yMRUVG__editor textarea:focus-visible{box-shadow:inset 0 0 0 3px var(--focus)}.MarkdownEditor-module__yMRUVG__footer{border-top:1px solid var(--line);color:var(--subtle);font-variant-numeric:tabular-nums;justify-content:space-between;gap:1rem;padding:.65rem .9rem;font-size:.6875rem;display:flex}.MarkdownEditor-module__yMRUVG__guide{border-top:1px solid var(--line);color:var(--muted);background:#fafafa}.MarkdownEditor-module__yMRUVG__guide summary{cursor:pointer;color:var(--foreground);padding:.8rem 1rem;font-size:.75rem;font-weight:800}.MarkdownEditor-module__yMRUVG__guide>p{max-width:46rem;padding:0 1rem;font-size:.75rem;line-height:1.7}.MarkdownEditor-module__yMRUVG__syntaxGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;padding:.8rem 1rem 1rem;display:grid}.MarkdownEditor-module__yMRUVG__syntaxGrid code{border:1px solid var(--line);color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;background:#fff;padding:.45rem .55rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.6875rem;overflow:hidden}@media (max-width:560px){.MarkdownEditor-module__yMRUVG__syntaxGrid{grid-template-columns:1fr}}@media (max-width:640px){.MarkdownEditor-module__yMRUVG__editor textarea{min-height:27rem;padding:1rem;font-size:.84rem}}
.MarkdownRenderer-module__OuhlmG__markdown{color:var(--text-secondary);overflow-wrap:anywhere;font-size:1.0625rem;line-height:1.95}.MarkdownRenderer-module__OuhlmG__markdown>:first-child{margin-top:0}.MarkdownRenderer-module__OuhlmG__markdown p,.MarkdownRenderer-module__OuhlmG__markdown ul,.MarkdownRenderer-module__OuhlmG__markdown ol,.MarkdownRenderer-module__OuhlmG__markdown pre,.MarkdownRenderer-module__OuhlmG__markdown blockquote,.MarkdownRenderer-module__OuhlmG__markdown table{margin-top:1.4rem}.MarkdownRenderer-module__OuhlmG__markdown img{width:100%;height:auto;margin-top:2rem;display:block}.MarkdownRenderer-module__OuhlmG__markdown h2,.MarkdownRenderer-module__OuhlmG__markdown h3,.MarkdownRenderer-module__OuhlmG__markdown h4,.MarkdownRenderer-module__OuhlmG__markdown h5,.MarkdownRenderer-module__OuhlmG__markdown h6{color:var(--foreground);font-family:var(--font-sda-serif), "AppleMyungjo", serif;text-wrap:balance;scroll-margin-top:8rem;font-weight:800}.MarkdownRenderer-module__OuhlmG__markdown h2{border-top:1px solid var(--line-strong);margin-top:4.5rem;padding-top:1rem;font-size:2rem;line-height:1.35}.MarkdownRenderer-module__OuhlmG__markdown h3{margin-top:2.75rem;font-size:1.4rem;line-height:1.45}.MarkdownRenderer-module__OuhlmG__markdown h4{margin-top:2.25rem;font-size:1.12rem;line-height:1.5}.MarkdownRenderer-module__OuhlmG__markdown h5,.MarkdownRenderer-module__OuhlmG__markdown h6{margin-top:1.8rem;font-family:inherit;font-size:.95rem;line-height:1.55}.MarkdownRenderer-module__OuhlmG__markdown strong{color:var(--foreground);font-weight:800}.MarkdownRenderer-module__OuhlmG__markdown em{font-family:var(--font-sda-serif), "AppleMyungjo", serif}.MarkdownRenderer-module__OuhlmG__markdown del{color:var(--subtle);text-decoration-thickness:1px}.MarkdownRenderer-module__OuhlmG__markdown ul,.MarkdownRenderer-module__OuhlmG__markdown ol{padding-left:1.45rem}.MarkdownRenderer-module__OuhlmG__markdown li{margin-top:.45rem;padding-left:.25rem}.MarkdownRenderer-module__OuhlmG__markdown li>ul,.MarkdownRenderer-module__OuhlmG__markdown li>ol{margin-top:.45rem}.MarkdownRenderer-module__OuhlmG__markdown li:has(>input[type=checkbox]){list-style:none}.MarkdownRenderer-module__OuhlmG__markdown input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--foreground);vertical-align:-.1rem;margin:0 .55rem 0 -1.35rem}.MarkdownRenderer-module__OuhlmG__markdown li::marker{color:var(--subtle);font-weight:700}.MarkdownRenderer-module__OuhlmG__markdown blockquote{border-left:3px solid var(--foreground);background:var(--background-alt);color:var(--foreground);font-family:var(--font-sda-serif), "AppleMyungjo", serif;padding:1.5rem 1.75rem;font-size:1.15rem;font-weight:600;line-height:1.8}.MarkdownRenderer-module__OuhlmG__markdown blockquote p{margin:0}.MarkdownRenderer-module__OuhlmG__markdown a{color:var(--foreground);text-underline-offset:.25rem;font-weight:700;text-decoration:underline;text-decoration-thickness:1px}.MarkdownRenderer-module__OuhlmG__markdown a:is(:hover,:focus-visible){color:var(--muted)}.MarkdownRenderer-module__OuhlmG__markdown code{color:var(--foreground);background:#ededed;border-radius:2px;padding:.14rem .32rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.84em}.MarkdownRenderer-module__OuhlmG__markdown pre{color:#f5f5f5;background:#171717;border:1px solid #343434;padding:1.25rem;line-height:1.75;overflow-x:auto}.MarkdownRenderer-module__OuhlmG__markdown pre code{color:inherit;background:0 0;padding:0}.MarkdownRenderer-module__OuhlmG__markdown hr{border:0;border-top:1px solid var(--line-strong);margin:3.5rem 0}.MarkdownRenderer-module__OuhlmG__markdown table{border-collapse:collapse;width:100%;font-size:.875rem;line-height:1.6;display:block;overflow-x:auto}.MarkdownRenderer-module__OuhlmG__markdown th,.MarkdownRenderer-module__OuhlmG__markdown td{border-bottom:1px solid var(--line);text-align:left;min-width:8rem;padding:.8rem .9rem}.MarkdownRenderer-module__OuhlmG__markdown th{border-top:1px solid var(--foreground);color:var(--foreground);font-weight:800}.MarkdownRenderer-module__OuhlmG__compact{font-size:.9375rem;line-height:1.85}.MarkdownRenderer-module__OuhlmG__compact h2{margin-top:3.25rem;font-size:1.65rem}.MarkdownRenderer-module__OuhlmG__compact h3{margin-top:2.25rem;font-size:1.2rem}@media (max-width:640px){.MarkdownRenderer-module__OuhlmG__markdown{font-size:1rem;line-height:1.85}.MarkdownRenderer-module__OuhlmG__markdown h2{margin-top:3.5rem;font-size:1.65rem}.MarkdownRenderer-module__OuhlmG__markdown h3{margin-top:2.4rem;font-size:1.25rem}.MarkdownRenderer-module__OuhlmG__markdown blockquote{padding:1.2rem;font-size:1.05rem}}
.EditorialComposer-module__p0I78a__shell{background:#fff;grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:100%;height:100%;display:grid;overflow:hidden}.EditorialComposer-module__p0I78a__mobileTabs{display:none}.EditorialComposer-module__p0I78a__writePane,.EditorialComposer-module__p0I78a__previewPane{overscroll-behavior:contain;min-width:0;height:100%;overflow-y:auto}.EditorialComposer-module__p0I78a__writePane{border-right:1px solid var(--line);background:#fff}.EditorialComposer-module__p0I78a__writeInner{width:min(100%,47rem);margin:0 auto;padding:2.5rem clamp(1.25rem,4vw,4.5rem) 5rem}.EditorialComposer-module__p0I78a__writeInner>*+*{margin-top:1.5rem}.EditorialComposer-module__p0I78a__paneLabel{color:var(--subtle);font-size:.6875rem;font-weight:800}.EditorialComposer-module__p0I78a__previewPane{background:#f1f1ef}.EditorialComposer-module__p0I78a__previewPaper{background:#fff;width:min(100% - 3rem,46rem);min-height:calc(100% - 3rem);margin:1.5rem auto;padding:clamp(2rem,5vw,5rem) clamp(1.5rem,5vw,4.75rem) 6rem}.EditorialComposer-module__p0I78a__previewStatus{border-bottom:1px solid var(--line-strong);color:var(--subtle);justify-content:space-between;gap:1rem;padding-bottom:.8rem;font-size:.625rem;font-weight:800;display:flex}.EditorialComposer-module__p0I78a__articleHeader{padding:3rem 0 2.5rem}.EditorialComposer-module__p0I78a__articleHeader>p{color:var(--brand);font-size:.6875rem;font-weight:800}.EditorialComposer-module__p0I78a__articleHeader h1{max-width:12em;color:var(--foreground);font-family:var(--font-sda-serif), "AppleMyungjo", serif;text-wrap:balance;margin-top:1.25rem;font-size:3.5rem;font-weight:900;line-height:1.18}.EditorialComposer-module__p0I78a__deck{max-width:38rem;color:var(--muted);margin-top:1.5rem;font-size:1rem;line-height:1.8}.EditorialComposer-module__p0I78a__byline{border-top:1px solid var(--line);color:var(--subtle);flex-wrap:wrap;gap:.6rem 1rem;margin-top:1.75rem;padding-top:1rem;font-size:.6875rem;display:flex}.EditorialComposer-module__p0I78a__byline strong{color:var(--foreground)}.EditorialComposer-module__p0I78a__cover{aspect-ratio:16/10;background:#ddd 50%/cover no-repeat;margin-bottom:3rem}.EditorialComposer-module__p0I78a__settings{border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong)}.EditorialComposer-module__p0I78a__settings summary{cursor:pointer;min-height:3.75rem;color:var(--foreground);padding:1.2rem 0;font-size:.875rem;font-weight:800}.EditorialComposer-module__p0I78a__settingsBody{padding:.5rem 0 2rem}.EditorialComposer-module__p0I78a__settingsBody>*+*{margin-top:1.5rem}.EditorialComposer-module__p0I78a__settingsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.EditorialComposer-module__p0I78a__checkRow{min-height:2.75rem;color:var(--muted);align-items:center;gap:.65rem;font-size:.8125rem;font-weight:700;display:flex}.EditorialComposer-module__p0I78a__checkRow input{width:1rem;height:1rem;accent-color:var(--brand)}.EditorialComposer-module__p0I78a__deleteButton{min-height:2.75rem;color:var(--error);align-items:center;gap:.5rem;font-size:.8125rem;font-weight:800;display:inline-flex}.EditorialComposer-module__p0I78a__error{border-left:2px solid var(--error);color:var(--error);padding-left:.75rem;font-size:.875rem;font-weight:800}@media (max-width:899px){.EditorialComposer-module__p0I78a__shell{grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr}.EditorialComposer-module__p0I78a__mobileTabs{border-bottom:1px solid var(--line);background:#fff;grid-template-columns:1fr 1fr;padding:.45rem;display:grid}.EditorialComposer-module__p0I78a__mobileTabs button{min-height:2.65rem;color:var(--muted);justify-content:center;align-items:center;gap:.4rem;font-size:.75rem;font-weight:800;display:inline-flex}.EditorialComposer-module__p0I78a__mobileTabs button[aria-pressed=true]{background:var(--foreground);color:#fff}.EditorialComposer-module__p0I78a__writePane,.EditorialComposer-module__p0I78a__previewPane{border:0;grid-row:2;display:none}.EditorialComposer-module__p0I78a__mobileActive{display:block}.EditorialComposer-module__p0I78a__articleHeader h1{font-size:2.5rem}.EditorialComposer-module__p0I78a__previewPaper{width:min(100% - 1rem,46rem);min-height:calc(100% - 1rem);margin:.5rem auto}}@media (max-width:560px){.EditorialComposer-module__p0I78a__writeInner{padding:1.5rem 1rem 4rem}.EditorialComposer-module__p0I78a__settingsGrid{grid-template-columns:1fr}.EditorialComposer-module__p0I78a__previewPaper{padding:2.25rem 1.35rem 4rem}.EditorialComposer-module__p0I78a__articleHeader{padding-top:2rem}.EditorialComposer-module__p0I78a__articleHeader h1{font-size:2.2rem}}
