#sorteo-app{max-width:1100px;margin:auto;font-family:Arial,sans-serif;}
#bombos,#grupos{display:flex;flex-wrap:wrap;gap:20px;}
.bombo,.grupo{width:200px;padding:15px;background:#f7f7f7;border-radius:12px;border:2px solid #ccc;}
.equipo{padding:8px;background:white;border:1px solid #333;margin:6px 0;cursor:grab;}
.slot{height:32px;background:#e9e9e9;border:1px dashed #888;margin:6px 0;}
.slot.ocupado{background:#d4ffd4;}
