html, body { margin: 0; padding: 0; font-family: 'Pretendard', sans-serif; color: #192343; background: #fff; word-break: keep-all; min-width: 1200px; }

* { box-sizing: border-box; }

.post-title-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.post-title-row h1 { margin: 0; flex: 1; font-size: 34px; line-height: 1.4; font-weight: 800; }
.post-meta { flex-shrink: 0; font-size: 14px; color: rgba(25, 35, 67, .55); white-space: nowrap; }
.post-page-wrap { max-width: 1200px; margin: 0 auto; padding: 60px 24px 100px; display: flex; align-items: flex-start; gap: 40px; }
.post-left { flex: 0 0 260px; min-height: 560px; padding: 8px 28px 0 0; border-right: 1px solid rgba(25, 35, 67, .12); display: flex; flex-direction: column; gap: 40px; }
.post-side-title { margin: 0 0 -16px; font-size: 24px; font-weight: 800; color: #192343; }
.post-menu { display: flex; flex-direction: column; gap: 4px; }
.post-menu a { position: relative; display: block; padding: 11px 0 11px 16px; color: rgba(25, 35, 67, .78); text-decoration: none; font-size: 15px; font-weight: 500; border-radius: 8px; transition: .2s ease; }
.post-menu a:hover { color: #45B6B0; background: rgba(69, 182, 176, .08); }
.post-menu a.active { color: #45B6B0; font-weight: 700; background: rgba(69, 182, 176, .1); pointer-events: none; }
.post-menu a.active::before { content: ""; position: absolute; left: 0; top: 10px; bottom: 10px; width: 3px; border-radius: 99px; background: #45B6B0; }
.post-header h1 { margin: 0; font-size: 34px; line-height: 1.42; font-weight: 800; color: #192343; }
.post-meta { margin-top: 16px; font-size: 14px; color: rgba(25, 35, 67, .55); }
.post-content { padding: 42px 0; font-size: 17px; line-height: 1.9; color: rgba(25, 35, 67, .9); }
.post-content img { max-width: 100%; height: auto; }
.post-content iframe, .post-content video { max-width: 100%; }
.post-footer { padding-top: 30px; border-top: 1px solid rgba(25, 35, 67, .12); display: flex; justify-content: flex-end; gap: 10px; }
.post-right { flex: 1; max-width: 820px; min-width: 0; }
.post-header { padding-bottom: 28px; border-bottom: 2px solid #192343; }

.about-links { display: flex; flex-direction: column; gap: 12px; }

.link-title { margin: 0; font-size: 13px; font-weight: 700; color: rgba(25, 35, 67, .45); }
.link-box { width: 100%; height: 72px; padding: 14px; border: 1px solid rgba(25, 35, 67, .12); border-radius: 12px; background: #fff; display: flex; align-items: center; justify-content: center; transition: .2s ease; }
.link-box:hover { border-color: rgba(69, 182, 176, .4); box-shadow: 0 8px 20px rgba(25, 35, 67, .08); transform: translateY(-2px); }
.link-box img { width: 100%; height: 150%; object-fit: contain; }

.recent-posts { display: flex; flex-direction: column; gap: 12px; }
.recent-posts h3 { margin: 0 0 4px; font-size: 15px; font-weight: 800; color: rgba(25, 35, 67, .72); }
.recent-posts a { padding: 12px 0; border-bottom: 1px solid rgba(25, 35, 67, .1); text-decoration: none; color: #192343; }
.recent-posts a span { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-size: 14px; line-height: 1.5; font-weight: 600; min-height: 42px; }
.recent-posts a time { display: block; margin-top: 5px; font-size: 12px; color: rgba(25, 35, 67, .48); }
.recent-posts a:hover span { color: #45B6B0; }
.recent-posts a em { display: inline-block; margin-bottom: 5px; font-style: normal; font-size: 12px; font-weight: 800; color: #45B6B0; }
.recent-empty { margin: 0; font-size: 14px; color: rgba(25, 35, 67, .5); }

.eyebrow { display: inline-block; margin-bottom: 10px; font-size: 13px; font-weight: 800; letter-spacing: .08em; color: #45B6B0; }

.back-btn, .edit-btn { height: 46px; padding: 0 24px; border-radius: 10px; text-decoration: none; font-size: 14px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; transition: .2s ease; }
.back-btn { background: #45B6B0; color: #fff; }
.back-btn:hover { background: #35a39d; }

.edit-btn { background: #192343; color: #fff; }
.edit-btn:hover { background: #45B6B0; }

.delete-btn { height: 46px; padding: 0 24px; border-radius: 10px; background: #c0392b; color: #fff; text-decoration: none; font-size: 14px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; transition: .2s ease; }
.delete-btn:hover { background: #a93226; }