/* Extracted from gallery.php block 1 */
.ww-gallery-page{min-height:calc(100vh - var(--ww-nav-height));background:#05070b;color:#f8fafc}
        .ww-gallery-hero{position:relative;overflow:hidden;min-height:230px;padding:4rem 1rem 1.5rem;background:linear-gradient(135deg,#06111f,#172033)}
        .ww-gallery-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(900px 360px at 18% 10%,rgba(94,234,212,.22),transparent 62%),radial-gradient(700px 340px at 82% 18%,rgba(251,113,133,.16),transparent 64%)}
        .ww-gallery-hero-bg{position:absolute;inset:0;opacity:.28;background-size:cover;background-position:center}
        .ww-gallery-hero-inner{position:relative;width:min(1100px,100%);margin:0 auto;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}
        .ww-gallery-title-row{display:flex;align-items:center;gap:1rem}
        .ww-gallery-avatar{width:78px;height:78px;border-radius:18px;object-fit:cover;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08)}
        .ww-gallery-title{font-size:clamp(2rem,4vw,3.35rem);line-height:1;margin:0;font-weight:900}
        .ww-gallery-sub{margin-top:.45rem;color:rgba(255,255,255,.72)}
        .ww-gallery-shell{width:min(1100px,calc(100% - 2rem));margin:0 auto;padding:1rem 0 3rem}
        .ww-gallery-index{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}
        .ww-gallery-card{display:block;text-decoration:none;color:#f8fafc;border:1px solid rgba(255,255,255,.10);background:rgba(8,12,18,.76);border-radius:14px;overflow:hidden;box-shadow:0 18px 60px rgba(0,0,0,.30)}
        .ww-gallery-cover{aspect-ratio:4/3;background:linear-gradient(135deg,rgba(94,234,212,.20),rgba(251,113,133,.12));display:grid;place-items:center;color:rgba(255,255,255,.58);font-weight:900}
        .ww-gallery-cover img{width:100%;height:100%;object-fit:cover;display:block}
        .ww-gallery-card-copy{padding:.9rem;display:grid;gap:.35rem}
        .ww-gallery-card-title{font-weight:900;font-size:1.05rem}
        .ww-gallery-card-meta{color:rgba(255,255,255,.64);font-size:.88rem}
        .ww-gallery-card-desc{color:rgba(255,255,255,.72);font-size:.9rem;line-height:1.35}
        .ww-gallery-stage{border:1px solid rgba(255,255,255,.10);background:rgba(8,12,18,.76);border-radius:18px;overflow:hidden;box-shadow:0 24px 90px rgba(0,0,0,.48)}
        .ww-gallery-empty{padding:2rem;color:rgba(255,255,255,.70)}
        .ww-gallery-meta{display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:wrap;padding:1rem;border-top:1px solid rgba(255,255,255,.08)}
        .ww-gallery-photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.75rem;padding:1rem}
        .ww-gallery-photo{display:block;text-decoration:none;color:#f8fafc;border-radius:12px;overflow:hidden;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}
        .ww-gallery-photo:hover{border-color:rgba(94,234,212,.34)}
        .ww-gallery-photo-img{aspect-ratio:4/3;background:#020408}
        .ww-gallery-photo-img img{width:100%;height:100%;object-fit:cover;display:block}
        .ww-gallery-photo-caption{padding:.6rem .7rem;font-size:.86rem;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
        .ww-gallery-modal[hidden]{display:none}
        .ww-gallery-modal{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:1rem;background:rgba(2,6,23,.88);backdrop-filter:blur(10px)}
        .ww-gallery-modal-inner{position:relative;width:min(1180px,100%);height:min(86vh,820px);display:grid;grid-template-rows:minmax(0,1fr) auto;gap:.8rem}
        .ww-gallery-modal-img-wrap{min-height:0;display:grid;place-items:center;border-radius:16px;background:rgba(0,0,0,.42);border:1px solid rgba(255,255,255,.12);overflow:hidden}
        .ww-gallery-modal-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
        .ww-gallery-modal-caption{color:#f8fafc;font-weight:900;text-align:center;min-height:1.4rem}
        .ww-gallery-modal-close,.ww-gallery-modal-arrow{position:absolute;border:1px solid rgba(255,255,255,.22);background:rgba(2,6,23,.72);color:#fff;cursor:pointer}
        .ww-gallery-modal-close{top:.75rem;right:.75rem;width:42px;height:42px;border-radius:999px;font-size:1.7rem;line-height:1}
        .ww-gallery-modal-arrow{top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:999px;font-size:1.8rem;font-weight:900}
        .ww-gallery-modal-prev{left:.75rem}
        .ww-gallery-modal-next{right:.75rem}
        .ww-gallery-actions{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}
        .ww-gallery-back{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.65rem 1rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#f8fafc;text-decoration:none;font-weight:800}
        .ww-gallery-upload{background:#5eead4;color:#042f2e;border-color:rgba(94,234,212,.65)}
        @media(max-width:720px){.ww-gallery-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;padding:.7rem}.ww-gallery-title-row{align-items:flex-start}.ww-gallery-avatar{width:60px;height:60px;border-radius:14px}.ww-gallery-modal{padding:.5rem}.ww-gallery-modal-arrow{width:42px;height:42px}.ww-gallery-modal-prev{left:.35rem}.ww-gallery-modal-next{right:.35rem}}


