.post-main{width:min(780px,100%);margin:0 auto;padding:0 24px 120px}.post-breadcrumb,.post-header{margin-bottom:16px}.post-breadcrumb{display:flex;align-items:center;gap:8px;font-size:.85rem;opacity:.5}.post-breadcrumb a{text-decoration:underline;text-underline-offset:3px;transition:opacity .2s ease}.post-breadcrumb a:hover{opacity:.7}.post-title{font-size:clamp(2rem,4vw,2.8rem);letter-spacing:-.03em;line-height:1.2;margin-bottom:12px}.post-meta{display:flex;align-items:center;gap:12px;font-size:.9rem;opacity:.5}.meta-separator{width:3px;height:3px;border-radius:50%;background:currentColor;opacity:.5}.post-hero-wrapper{width:100%;margin-bottom:20px;border-radius:16px;overflow:hidden}.post-hero-image{width:100%;display:block;aspect-ratio:16/9;object-fit:cover}.post-content{line-height:1.85;font-size:1.05rem}.post-content>:first-child{margin-top:0}.post-content h1{display:none}.post-content h2{margin-top:48px;margin-bottom:16px;font-size:clamp(1.4rem,2.5vw,1.7rem);letter-spacing:-.02em}.post-content h3{margin-top:32px;margin-bottom:12px;font-size:1.2rem;letter-spacing:-.01em}.post-content p{margin:20px 0;opacity:.85}.post-content img{max-width:100%;height:auto;display:block;border-radius:12px;margin:28px 0;border:1px solid var(--border);box-shadow:0 4px 20px rgba(0,0,0,.08);cursor:zoom-in;transition:box-shadow .2s ease}.post-content img:hover{box-shadow:0 6px 28px rgba(0,0,0,.14)}.post-content ol,.post-content ul{margin:20px 0 20px 24px;padding-left:20px;display:grid;grid-gap:10px;gap:10px;opacity:.85}.post-content li{line-height:1.7}.post-content a{color:inherit;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px;font-weight:500}.post-content a:hover{opacity:.7}.post-content strong{font-weight:600}.post-content blockquote{border-left:3px solid var(--border);padding:12px 24px;margin:24px 0;opacity:.85;font-style:italic}.post-content table{width:100%;border-collapse:collapse;margin:28px 0;font-size:.95rem}.post-content td,.post-content th{padding:12px 16px;text-align:left;border-bottom:1px solid var(--border)}.post-content th{font-weight:600;opacity:.9}.post-content td{opacity:.8}.post-content code{font-size:.9em;background:var(--level1);padding:2px 6px;border-radius:4px}.post-content pre{background:var(--level1);padding:20px;border-radius:12px;overflow-x:auto;margin:24px 0}.post-content pre code{background:none;padding:0}@media (max-width:600px){.post-content{font-size:1rem}}.lightbox-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.85);cursor:zoom-out;padding:24px;animation:lightboxFadeIn .2s ease}.lightbox-image{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:12px;box-shadow:0 12px 48px rgba(0,0,0,.4)}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}