.post-container{max-width:900px;margin:120px auto 100px;background:rgba(30,41,59,.4);border:1px solid rgba(255,255,255,.05);padding:50px;border-radius:20px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 20px 50px rgba(0,0,0,.3)}.post-back{margin-bottom:40px}.post-back a{color:var(--text-muted);text-decoration:none;font-size:14px;display:flex;align-items:center;gap:8px;transition:color .2s}.post-back a:hover{color:var(--primary)}.post-header{margin-bottom:40px}.post-date{font-size:14px;color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-weight:600}.post-title{font-size:36px;font-weight:700;line-height:1.2;color:#fff;margin-bottom:20px}.post-body{color:#d1d5db;line-height:1.8;font-size:18px;overflow-wrap:break-word;word-break:break-word;white-space:pre-wrap}.post-container img{max-width:100%!important;height:auto!important}