
/* === 04_179 Backoffice Mod === */
.sf-admin-card{max-width:1100px;margin:1rem auto;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;background:#fff}
.toolbar{display:flex;gap:.5rem;align-items:center;margin-bottom:.6rem}
.queue .itm{display:grid;grid-template-columns:auto 1fr auto;gap:.4rem;align-items:center;border:1px solid #e5e7eb;border-radius:10px;padding:.4rem;margin:.35rem 0}
.queue .title{font-weight:600;text-decoration:none;color:#111}
.queue .flags .f{display:inline-block;background:#fff3cd;border:1px solid #ffe69c;border-radius:999px;padding:.15rem .45rem;margin-right:.25rem;font-size:.8rem}
.actions{display:flex;gap:.35rem;justify-content:flex-end}
.btn{background:#111;color:#fff;border:none;border-radius:8px;padding:.35rem .7rem;cursor:pointer}
.btn-secondary{background:#e5e7eb;color:#111}
.btn-warn{background:#f59e0b}
.btn-danger{background:#ef4444}
.btn.sm{padding:.25rem .5rem}
.sf-table table{width:100%;border-collapse:collapse}
.sf-table th,.sf-table td{padding:.4rem;border-bottom:1px dashed #e5e7eb;text-align:left}
.sel{display:flex;align-items:center}
