.topic { cursor: pointer; }
.topic:hover { border-color: var(--cyan); }
.thread-head { display: flex; justify-content: space-between; align-items: center; }
.thread-head button { border: 0; background: none; color: white; font-size: 2rem; }
.thread-posts { display: grid; gap: 10px; max-height: 45vh; overflow: auto; }
.thread-posts article { background: #090c19; border-radius: 12px; padding: 12px; }
.thread-posts p { white-space: pre-wrap; }
.game-note { text-align: center; color: var(--gold); margin-top: 8px; }
