/* Buttons, cards, tags */
button { background:#ff7a18; color:#0a0a0a; border:none; padding:6px 12px; border-radius:6px; font-weight:bold; transition:0.2s; }
button:hover { background:#ff4500; color:#fff; }
.post { background:#1a1a1a; padding:12px; border-radius:8px; margin-bottom:12px; }
.post img { border-radius:6px; margin-bottom:6px; }
.post-content { margin-top:6px; }
.tags { margin-top:8px; display:flex; flex-wrap:wrap; gap:6px; }
.tag, .tag-pill { background:#ff3d00; padding:2px 6px; border-radius:4px; font-size:0.85em; color:#fff; }
.no-tag { background:#333; color:#aaa; padding:2px 6px; border-radius:4px; font-size:0.85em; }
input[type=text], input[type=password], textarea { padding:6px; border-radius:6px; border:none; background:#222; color:#f5f5f5; width:100%; }
textarea { min-height:120px; }
