@import "https://fonts.googleapis.com/css2?family=Pretendard:wght@300;400;500;600;700&display=swap";
:root,[data-theme=light]{--bg-color:#f7f9fa;--surface-color:#fff;--text-primary:#1e1e1e;--text-secondary:#555;--text-muted:#888;--border-color:#eaeaea;--accent-color:#00a4b4;--hover-bg:#f0f4f8;--shadow-color:#0000000f;--editor-bg:#fff;--editor-text:#333}[data-theme=dark]{--bg-color:#121212;--surface-color:#1e1e1e;--text-primary:#f0f0f0;--text-secondary:#a0a0a0;--text-muted:#666;--border-color:#333;--accent-color:#26c6da;--hover-bg:#2a2a2a;--shadow-color:#0000004d;--editor-bg:#1e1e1e;--editor-text:#e0e0e0}html,body{background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.ProseMirror{min-height:300px;color:var(--editor-text);outline:none;padding:1rem 0;font-size:1.125rem;line-height:1.8}.ProseMirror p{margin-top:.5em;margin-bottom:.5em}.ProseMirror p.is-editor-empty:first-child:before{color:var(--text-muted);content:attr(data-placeholder);float:left;pointer-events:none;height:0}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3{color:var(--text-primary);margin-top:2em;margin-bottom:.8em;font-weight:700;line-height:1.4}.ProseMirror h1{font-size:2.2rem}.ProseMirror h2{font-size:1.6rem}.ProseMirror h3{font-size:1.25rem}.ProseMirror ul,.ProseMirror ol{margin-bottom:1rem;padding-left:1.5rem}.ProseMirror blockquote{border-left:4px solid var(--accent-color);color:var(--text-secondary);background:var(--hover-bg);border-radius:4px;margin:1.5rem 0;padding:1.5rem;font-style:italic}.ProseMirror img{border-radius:8px;max-width:100%;height:auto}
.layout-module__L5FxyW__container{flex-direction:column;min-height:100vh;display:flex}.layout-module__L5FxyW__header{border-bottom:1px solid var(--border-color);background-color:var(--surface-color);z-index:50;height:70px;box-shadow:0 2px 10px var(--shadow-color);justify-content:space-between;align-items:center;padding:0 5%;display:flex;position:sticky;top:0}.layout-module__L5FxyW__logo{letter-spacing:-.5px;color:var(--accent-color);font-size:1.5rem;font-weight:800}.layout-module__L5FxyW__nav{align-items:center;gap:1.5rem;display:flex}.layout-module__L5FxyW__navLink{color:var(--text-secondary);font-size:.95rem;font-weight:600;transition:color .2s}.layout-module__L5FxyW__navLink:hover{color:var(--accent-color)}.layout-module__L5FxyW__bodyWrapper{flex:1;gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem 5%;display:flex}.layout-module__L5FxyW__main{flex:1;min-width:0}.layout-module__L5FxyW__sidebar{flex-shrink:0;width:300px;display:none}@media (min-width:900px){.layout-module__L5FxyW__sidebar{display:block}}.layout-module__L5FxyW__adPlaceholder{background:var(--surface-color);border:1px dashed var(--border-color);height:600px;color:var(--text-muted);text-align:center;border-radius:8px;justify-content:center;align-items:center;font-size:.9rem;display:flex;position:sticky;top:90px}.layout-module__L5FxyW__footer{border-top:1px solid var(--border-color);background:var(--surface-color);margin-top:auto;padding:3rem 5%}.layout-module__L5FxyW__footerContent{flex-direction:column;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}.layout-module__L5FxyW__footerLinks{color:var(--text-secondary);gap:1.5rem;font-size:.9rem;display:flex}.layout-module__L5FxyW__footerLinks a:hover{color:var(--accent-color);text-decoration:underline}.layout-module__L5FxyW__copyright{color:var(--text-muted);font-size:.85rem}
