:root{--gallery-white:#fff;--gallery-black:#000;--gallery-red:red;--gallery-yellow:#ffd600;--gallery-green:green;--gallery-dark:#111;--gallery-soft:#ffffff14;--gallery-border:#ffffff1f}.gallery-page,.gallery-detail-page{color:var(--gallery-white);background:linear-gradient(#ffffff08,#ffffff03),#000;min-height:100vh;padding:80px 0}.gallery-header{text-align:center;margin-bottom:40px}.gallery-badge{color:var(--gallery-yellow);background:#ffd6001f;border:1px solid #ffd60059;border-radius:999px;margin-bottom:14px;padding:8px 16px;font-size:13px;font-weight:800;display:inline-block}.gallery-title{color:var(--gallery-white);margin-bottom:12px;font-size:34px;font-weight:900}.gallery-description{color:#ffffffbf;max-width:760px;margin:0 auto;font-size:15px;line-height:2}.gallery-category-card,.gallery-image-card{background:var(--gallery-soft);border:1px solid var(--gallery-border);border-radius:24px;height:100%;transition:all .3s;overflow:hidden}.gallery-category-card:hover,.gallery-image-card:hover{border-color:#ffd60073;transform:translateY(-6px)}.gallery-category-link,.gallery-image-link{color:inherit;height:100%;text-decoration:none;display:block}.gallery-category-image,.gallery-image-box{background:#111;height:260px;overflow:hidden}.gallery-category-image img,.gallery-image-box img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.gallery-category-card:hover img,.gallery-image-card:hover img{transform:scale(1.05)}.gallery-placeholder{width:100%;height:100%;color:var(--gallery-white);background:linear-gradient(135deg,#ff000026,#ffd6001f);justify-content:center;align-items:center;font-weight:700;display:flex}.gallery-category-body,.gallery-image-body{padding:20px}.gallery-category-title,.gallery-image-title{color:var(--gallery-white);margin-bottom:10px;font-size:20px;font-weight:900}.gallery-category-text,.gallery-image-text{color:#ffffffbd;margin-bottom:12px;font-size:14px;line-height:1.9}.gallery-category-count{color:var(--gallery-white);background:#00800029;border:1px solid #00800057;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:800;display:inline-block}.gallery-empty{text-align:center;background:#ffffff0d;border:1px dashed #ffffff2e;border-radius:24px;padding:50px 20px}.gallery-empty h3{color:var(--gallery-white);margin-bottom:12px;font-size:24px;font-weight:900}.gallery-empty p{color:#ffffffb8;margin:0;line-height:1.9}@media (width<=991.98px){.gallery-page,.gallery-detail-page{padding:65px 0}.gallery-title{font-size:28px}}@media (width<=767.98px){.gallery-page,.gallery-detail-page{padding:50px 0}.gallery-title{font-size:24px}.gallery-category-image,.gallery-image-box{height:220px}}