.gallery-section{margin:45px 0;padding:28px;border-radius:20px;background:#1a1524;border:1px solid #3c3047}.gallery-heading{display:flex;justify-content:space-between;align-items:end;gap:20px}.gallery-heading h1,.gallery-heading h2{margin:0;font-family:var(--serif);font-size:2rem;font-weight:600;letter-spacing:-.05em}.gallery-heading>span{color:var(--muted);font-size:.76rem}.gallery-form{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:22px 0}.upload-picker{position:relative;overflow:hidden;display:inline-flex;align-items:center;padding:11px 14px;border:1px solid #564563;border-radius:10px;color:var(--muted);font-size:.8rem;cursor:pointer}.upload-picker input{position:absolute;inset:0;opacity:0;cursor:pointer}.gallery-form button{border:0;border-radius:10px;padding:11px 14px;color:white;font-weight:700;background:#7e669f}.gallery-form span:last-child{font-size:.75rem;color:var(--muted)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.gallery-item{position:relative;margin:0;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#211a2d;border:1px solid #443750}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.gallery-item button{position:absolute;right:7px;top:7px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#170f20dc;color:#fff0d4;border:1px solid #725979;font-size:1rem;line-height:1}.gallery-item button:hover{background:#71435d}.gallery-empty{grid-column:1/-1;color:var(--muted);font-size:.86rem;padding:8px 0}.gallery-page{min-height:100svh}.gallery-topbar{justify-content:space-between!important}.gallery-home{color:var(--ink);font-weight:700;font-size:1rem}@media(max-width:650px){.gallery-section{margin:30px 0;padding:22px}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:7px}.gallery-heading h1,.gallery-heading h2{font-size:1.75rem}}
