.warehouse-photo-shell{min-width:0;max-width:100%}.warehouse-photo-gallery{min-width:0;max-width:100%;margin-top:0}.warehouse-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.warehouse-photo-card{display:grid;align-content:start;gap:8px;min-width:0;padding:12px;border:1px solid var(--line);border-radius:10px;overflow-wrap:anywhere}.warehouse-photo-card small{color:var(--muted)}.warehouse-photo-preview{display:grid;place-items:center;min-width:0;aspect-ratio:4/3;border-radius:8px;background:#eef1f5;overflow:hidden}.warehouse-photo-preview a,.warehouse-photo-preview img{display:block;width:100%;height:100%}.warehouse-photo-preview img{object-fit:cover}.warehouse-photo-upload{margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.warehouse-photo-upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.warehouse-photo-file{grid-column:1/-1}.warehouse-photo-file input{min-width:0;max-width:100%}.warehouse-photo-file-name{max-width:100%;overflow-wrap:anywhere;color:var(--muted)}.warehouse-photo-wheel.hidden{display:none}@media(max-width:850px){.warehouse-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.warehouse-photo-grid,.warehouse-photo-upload-grid{grid-template-columns:1fr}.warehouse-photo-file{grid-column:auto}.warehouse-photo-card button,.warehouse-photo-upload button,.warehouse-photo-upload input,.warehouse-photo-upload select{min-height:44px}.warehouse-photo-upload button{width:100%}}@media(max-width:380px){.warehouse-photo-grid{grid-template-columns:1fr}.warehouse-photo-card{padding:10px}}
.warehouse-photo-open{display:block;width:100%;height:100%;padding:0;border:0;border-radius:8px;background:transparent;cursor:zoom-in}.warehouse-photo-modal{position:fixed;z-index:10000;inset:0;display:grid;place-items:center;padding:72px 24px 24px;background:rgba(3,10,22,.9)}.warehouse-photo-modal img{display:block;max-width:min(1200px,96vw);max-height:calc(100vh - 100px);object-fit:contain}.warehouse-photo-modal-close{position:fixed;z-index:10001;top:18px;right:22px;min-width:130px;background:#fff!important;color:#111827!important;border:0!important;box-shadow:0 6px 24px rgba(0,0,0,.35);font-size:17px}.warehouse-photo-modal-close:focus{outline:3px solid #60a5fa;outline-offset:3px}
