/* Visitor gallery controls; launcher behavior is shared with administration. */
.gallery-mast{padding-bottom:24px}.gallery-mast h1{margin-bottom:0}
.gallery-mast+.catalog{padding-top:0}
.gallery-tombstone{position:fixed;left:0;top:36%;z-index:80;display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:66px;height:90px;box-sizing:border-box;padding:10px 6px;border:1px solid #d7e5ad;border-radius:0 30px 30px 0;background:linear-gradient(165deg,#e9dca4,#91c5a0 55%,#719eb9);color:#09251d;font:800 10px/1 Inter,sans-serif;letter-spacing:.06em;text-transform:uppercase;touch-action:none;cursor:pointer;box-shadow:0 12px 32px #04251b66}
.gallery-tombstone{background:linear-gradient(180deg,#fde047 0%,#f97316 54%,#06b6d4 100%);border-color:#a5f3fcb3;color:#020617;box-shadow:0 20px 45px #22d3ee59}
.gallery-tombstone-icon svg{width:30px;height:30px}.gallery-tombstone small{font-size:9px}
.gallery-tools{box-sizing:border-box;width:min(680px,calc(100vw - 32px));max-height:calc(100dvh - 32px);padding:clamp(20px,4vw,36px);border:1px solid #80b397;border-radius:26px;background:radial-gradient(ellipse at top left,#244b3a,#0b2219 70%);color:#edf8f0;overflow:auto}
.gallery-tools::backdrop{background:#02120cbd;backdrop-filter:blur(5px)}
.gallery-tools header{display:flex;justify-content:space-between;gap:20px;align-items:start}.gallery-tools h2{margin:0;font:600 clamp(27px,4vw,38px)/1.2 'Playfair Display',serif}.gallery-tools h3{font:600 17px/1.4 Inter,sans-serif;margin:26px 0 14px}
.gallery-tools header button{flex:0 0 44px;width:44px;height:44px;border:1px solid #88aa98;border-radius:50%;background:transparent;color:#fff;font-size:26px}
.gallery-tools .gallery-search{display:flex;flex-wrap:wrap;width:100%;max-width:none;box-sizing:border-box;margin:0;gap:10px;padding:12px;border:1px solid #819d8d;border-radius:20px}.gallery-tools .gallery-search input[type=search]{flex:1 1 180px;width:0;min-width:0;color:#fff;background:transparent}.gallery-tools .gallery-search button{min-height:44px;padding:10px 18px}
.gallery-tools .filter-pills{display:flex;flex-wrap:wrap;justify-content:start;margin:0;gap:10px}.gallery-tools .filter-pills a{min-height:44px;box-sizing:border-box;color:#e4efe8;border-color:#7ba48e}.gallery-tools .filter-pills a.active{background:#c5e5ca;color:#10291c}
.gallery-help-link{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:24px;padding:18px 0;border-block:1px solid #678b76;color:#e4dba7;text-decoration:none;font-weight:600}
.gallery-pagination{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:12px;align-items:center;margin:24px 0;padding:16px 0;border-block:1px solid var(--border-color,#668773)}
.gallery-page-numbers{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px}
.gallery-pagination a,.gallery-pagination span{display:inline-grid;place-items:center;min-width:44px;min-height:44px;box-sizing:border-box;text-decoration:none;font:700 15px/1 Inter,sans-serif;color:var(--text-primary,#eff9f0)}
.gallery-pagination a{border:1px solid var(--text-secondary,#accab5);border-radius:10px}.gallery-pagination .gallery-page-direction{font-size:25px}.gallery-pagination [aria-disabled=true]{opacity:.45}.gallery-pagination .gallery-page-gap{min-width:16px}
.gallery-pagination [aria-current=page]{background:#e4d697;border-color:#e4d697;color:#17251b}.gallery-pagination a:hover,.gallery-pagination a:focus-visible{outline:2px solid #cbaa52;outline-offset:3px}
.gallery-help-page .gallery-help{margin-top:0}.gallery-help-page>.studio-button{margin-top:24px}
@media(max-width:520px){.gallery-pagination{gap:6px}.gallery-page-numbers{gap:4px}.gallery-pagination .gallery-page-number{min-width:36px}.gallery-tools .gallery-search button{width:100%}}
