/* 简单样式，方便替换为萌系主题 */
body{ font-family: Arial, sans-serif; background:#f7f7fb; color:#222; }
.container{ max-width:900px; margin:20px auto; background:#fff; padding:16px; box-shadow:0 2px 8px rgba(0,0,0,0.06); border-radius:8px; }
header{ display:flex; justify-content:space-between; align-items:center; }
header h1{ margin:0; }
a{ color:#3b82f6; text-decoration:none; }
.post{ border-bottom:1px solid #eee; padding:12px 0; }
.post .images img{ max-width:120px; max-height:120px; margin-right:8px; border-radius:6px; }
.comment{ margin-top:8px; padding:6px; background:#fafafa; border-radius:4px; }
form input, form textarea{ width:100%; padding:8px; margin:6px 0; box-sizing:border-box; }
button{ padding:8px 12px; background:#3b82f6; color:#fff; border:none; border-radius:6px; cursor:pointer; }
.admin-post{ border:1px solid #eee; padding:8px; margin:8px 0; border-radius:6px; background:#fff; }
.images img{ max-width:100px; max-height:100px; margin:4px; }
