.gallery-admin{display:grid;gap:24px}.gallery-create-card,.gallery-album-card{background:#fff;border:1px solid rgba(93,69,52,.12);border-radius:24px;padding:24px;box-shadow:0 14px 40px rgba(81,58,42,.06)}.gallery-create-card h2,.gallery-album-card h2{margin:0 0 8px}.gallery-create-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:end}.gallery-create-form label{display:grid;gap:7px;font-weight:650}.gallery-create-form label:nth-child(2){grid-column:span 2}.gallery-create-form input,.gallery-create-form textarea,.gallery-create-form select{width:100%;border:1px solid rgba(93,69,52,.18);border-radius:14px;padding:12px 14px;background:#fff;font:inherit}.gallery-album-list{display:grid;gap:20px}.gallery-album-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.gallery-album-head p{margin:4px 0 8px}.gallery-album-visibility{display:inline-flex;padding:6px 10px;border-radius:999px;background:#f4ede6;font-size:.78rem;font-weight:750;margin-bottom:10px}.gallery-upload-form{display:flex;gap:12px;align-items:center;margin:20px 0}.gallery-file-picker{flex:1;border:1px dashed rgba(93,69,52,.28);border-radius:16px;padding:14px 16px;display:grid;gap:2px;cursor:pointer}.gallery-file-picker input{position:absolute;opacity:0;pointer-events:none}.gallery-file-picker span{font-weight:750}.gallery-file-picker small{color:#796b61}.gallery-admin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px}.gallery-admin-grid figure{margin:0;position:relative;aspect-ratio:1;border-radius:16px;overflow:hidden;background:#f4eee8}.gallery-admin-grid img{width:100%;height:100%;object-fit:cover}.gallery-admin-grid form{position:absolute;top:7px;right:7px}.gallery-admin-grid button{border:0;width:30px;height:30px;border-radius:50%;background:rgba(38,28,22,.78);color:white;font-size:20px;line-height:1;cursor:pointer}.gallery-empty{padding:18px;border-radius:14px;background:#faf7f3;color:#796b61;text-align:center}@media(max-width:760px){.gallery-create-form{grid-template-columns:1fr}.gallery-create-form label:nth-child(2){grid-column:auto}.gallery-album-head,.gallery-upload-form{flex-direction:column}.gallery-upload-form .btn{width:100%}.gallery-admin-grid{grid-template-columns:repeat(3,1fr)}}
