/* Drums module styles moved from inline <style> in index.php */
.drums-pattern-grid { display:grid; grid-template-columns:repeat(3, 1fr); gap:10px; margin-bottom:20px; }
.drums-pattern-btn {
  background:#546e7a;
  color:#fff;
  border:2px solid #78909c;
  border-radius:6px;
  padding:8px 10px;
  cursor:pointer;
  font-weight:700;
  font-size:0.9em;
  transition:all 0.18s;
  white-space:normal;
  text-align:center;
}
.drums-pattern-btn.active { background:#ff6b35; border-color:#ff8c42; }

.drums-load-btn {
  width:100%;
  background:#334e52;
  color:#fff;
  border:2px solid #274043;
  border-radius:6px;
  padding:8px;
  cursor:pointer;
  font-weight:600;
  font-size:0.9em;
  margin-top:4px;
}
.drums-load-btn.loaded { background:#3a5; border-color:#6c9; }
