.button-grid {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 10px;
}
.button-grid a {
text-decoration: none;
font-family: monospace;
padding: 10px 16px;
border-radius: 8px;
color: white;
font-weight: bold;
display: inline-block;
font-size: 14px;
}
.insultar { background: #ff6584; } /* rosa choque */
.denuncia { background: #ff884d; } /* laranja queimado */
.cartas { background: #b18cd9; } /* lilás suave */
.varias { background: #00bcd4; } /* azul ciano */
.chao { background: #a263e3; } /* roxo claro */
.freefall { background: #1d3557; } /* azul noite */
.phd { background: #ff006e; } /* magenta */
.healer { background: #60d394; } /* verde menta */
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+