.fightem-card{background:#fff;border:1px solid #ddd;border-radius:6px;padding:14px;margin:10px 0}
.fightem-row{display:flex;gap:12px;flex-wrap:wrap}
.fightem-col{flex:1 1 420px;min-width:320px}
.fightem table.fightem{width:100%;border-collapse:collapse}
.fightem table.fightem th,.fightem table.fightem td{border:1px solid #ddd;padding:6px;text-align:left}
.fightem .btn{display:inline-block;padding:6px 10px;border:1px solid #555;background:#f3f3f3;border-radius:4px;cursor:pointer}
.fightem .btn:hover{background:#eee}
.fightem .btn-danger{border-color:#a00;background:#fbeaea}
.muted{color:#666}
.fe-log{white-space:pre-wrap;max-height:280px;overflow:auto;border:1px dashed #ccc;padding:6px;background:#fafafa}
