
/* STLBEAST Main V442 — Deleted Product Cleanup */
.stlb442-cleanup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px}
.stlb442-cleanup-card{border:1px solid rgba(103,232,249,.13);background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.022));border-radius:20px;padding:14px;display:grid;gap:10px}
.stlb442-cleanup-card b{color:#fff;font-size:1.02rem;line-height:1.18}
.stlb442-cleanup-card code{color:#67e8f9;white-space:normal;word-break:break-word}
.stlb442-cleanup-card p{margin:0;color:#a8bdd7;line-height:1.42;font-size:.88rem}
.stlb442-flags{display:flex;flex-wrap:wrap;gap:6px}
.stlb442-flag{display:inline-flex;align-items:center;min-height:26px;padding:5px 8px;border-radius:999px;font-size:.72rem;font-weight:950;border:1px solid rgba(103,232,249,.14);color:#d8e7f7;background:rgba(255,255,255,.045)}
.stlb442-flag.good{color:#bbf7d0;border-color:rgba(34,197,94,.25);background:rgba(22,101,52,.13)}
.stlb442-flag.warn{color:#fde68a;border-color:rgba(251,191,36,.27);background:rgba(113,63,18,.15)}
.stlb442-flag.bad{color:#fecaca;border-color:rgba(248,113,113,.30);background:rgba(127,29,29,.16)}
.stlb442-actions{display:flex;flex-wrap:wrap;gap:8px}
.stlb442-actions button,.stlb442-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 10px;border-radius:12px;color:#fff;text-decoration:none;font-weight:950;font-size:.8rem;border:1px solid rgba(103,232,249,.16);background:rgba(255,255,255,.055);cursor:pointer}
.stlb442-actions button.primary{background:linear-gradient(135deg,#0ea5e9,#2563eb)}
.stlb442-actions button.danger{background:linear-gradient(135deg,#991b1b,#7f1d1d)}
.stlb442-actions button.restore{background:linear-gradient(135deg,#16a34a,#166534)}
.stlb442-note{margin:18px;padding:14px;border-radius:18px;border:1px solid rgba(103,232,249,.14);background:rgba(14,165,233,.07);color:#cfefff;line-height:1.45}
@media(max-width:900px){.stlb442-cleanup-grid{grid-template-columns:1fr}}
