.gallery{background:#fff;min-height:100svh}.gallery header{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;border-bottom:1px solid #e5e5e5;justify-content:center;padding:12px 16px;display:flex;position:sticky;top:0}.gallery .toggle{border:1px solid #ccc;border-radius:999px;display:inline-flex;overflow:hidden}.gallery .toggle button{white-space:nowrap;color:#333;cursor:pointer;background:#fff;border:0;min-width:150px;padding:6px 22px;font-size:14px}.gallery .toggle button.on{color:#fff;background:#111}.gallery .toggle button span{opacity:.6;margin-left:6px;font-size:12px}.gallery .grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:6px;padding:10px;display:grid}.gallery .grid .cell{aspect-ratio:1;background:#fff;border:1px solid #eee;border-radius:4px;width:100%;display:block;overflow:hidden}.gallery .grid img{object-fit:contain;width:100%;height:100%;display:block}.gallery header{flex-wrap:wrap;align-items:center;gap:8px 16px}.gallery .more{text-align:center;color:#888;padding:24px 0 40px;font-size:13px}
