.scanin-gallery{display:grid;grid-template-columns:repeat(auto-fill, minmax(220px,1fr));gap:1rem}
.scanin-gallery .item{border:1px solid #e5e7eb;border-radius:.75rem;background:#fff;overflow:hidden;display:flex;flex-direction:column}
.scanin-gallery .thumb{aspect-ratio:4/3;background:#f3f4f6;display:flex;align-items:center;justify-content:center}
.scanin-gallery .meta{padding:.75rem;display:flex;flex-direction:column;gap:.5rem}
.scanin-gallery .title{font-weight:600}
.scanin-gallery .actions{display:flex;gap:.5rem}
.scanin-gallery button{padding:.5rem .8rem;border:1px solid #e5e7eb;border-radius:.6rem;background:#f3f4f6;cursor:pointer}
.scanin-gallery .apply{background:#0ea5e9;color:#fff;border:0}
