.gallery-page-shell,.gallery-detail-shell{background:#f7f9fc;min-height:100vh;padding-bottom:86px}.gallery-hero{padding:46px 0 24px}.gallery-hero-box,.gallery-detail-hero-inner{background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:28px;padding:38px;color:#fff;box-shadow:0 24px 70px rgba(15,23,42,.20);position:relative;overflow:hidden}.gallery-hero-box:after,.gallery-detail-hero-inner:after{content:"";position:absolute;left:-80px;top:-80px;width:230px;height:230px;background:rgba(255,255,255,.08);border-radius:50%}.gallery-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.14);font-size:13px;margin-bottom:16px}.gallery-hero h1,.gallery-detail-copy h1{font-size:34px;font-weight:800;margin:0 0 12px}.gallery-hero p,.gallery-detail-copy p{max-width:660px;color:#dbe3ee;line-height:2;margin:0}.gallery-list-container{padding-top:22px}.gallery-filter-panel{background:#fff;border:1px solid #e6edf5;border-radius:22px;padding:18px;box-shadow:0 14px 40px rgba(15,23,42,.06);position:sticky;top:22px}.gallery-filter-title{font-weight:800;margin-bottom:18px;display:flex;align-items:center;gap:8px}.gallery-filter-group{margin-bottom:16px}.gallery-filter-group label{font-size:13px;font-weight:700;color:#334155;margin-bottom:8px;display:block}.gallery-filter-panel .form-control,.gallery-mobile-filter-form .form-control{height:46px;border-radius:14px;border:1px solid #dbe4ee;background:#f8fafc}.gallery-mobile-filter-form textarea.form-control{height:auto}.gallery-type-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.gallery-type-btn{border:1px solid #dbe4ee;background:#fff;border-radius:14px;padding:11px 8px;font-weight:700;color:#475569;transition:.2s}.gallery-type-btn.active,.gallery-type-btn:hover{background:#0f172a;color:#fff;border-color:#0f172a}.gallery-submit-btn{width:100%;border:0;background:#16a34a;color:#fff;border-radius:16px;padding:13px 18px;font-weight:800;box-shadow:0 12px 26px rgba(22,163,74,.24)}.gallery-clear-btn{display:block;text-align:center;margin-top:10px;color:#64748b;text-decoration:none}.gallery-toolbar{background:#fff;border:1px solid #e6edf5;border-radius:18px;padding:14px 18px;margin-bottom:18px;display:flex;justify-content:space-between;align-items:center}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.gallery-card-public{background:#fff;border:1px solid #e6edf5;border-radius:22px;overflow:hidden;box-shadow:0 14px 40px rgba(15,23,42,.06);transition:.2s}.gallery-card-public:hover{transform:translateY(-3px);box-shadow:0 20px 50px rgba(15,23,42,.11)}.gallery-card-image{display:block;position:relative;aspect-ratio:1.35/1;overflow:hidden}.gallery-card-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.gallery-card-public:hover .gallery-card-image img{transform:scale(1.05)}.gallery-card-badge{position:absolute;right:12px;top:12px;background:rgba(15,23,42,.82);color:#fff;border-radius:999px;padding:7px 12px;font-size:12px}.gallery-card-body{padding:16px}.gallery-card-category{display:inline-block;color:#16a34a;background:#eefaf2;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;margin-bottom:10px}.gallery-card-body h2{font-size:18px;font-weight:800;line-height:1.7;margin:0 0 8px}.gallery-card-body h2 a{color:#0f172a;text-decoration:none}.gallery-card-body p{color:#64748b;line-height:1.9;font-size:13px;margin:0 0 14px}.gallery-card-meta{display:flex;gap:12px;color:#64748b;font-size:12px;border-top:1px solid #eef2f7;padding-top:12px}.gallery-empty-box{background:#fff;border:1px solid #e6edf5;border-radius:22px;padding:46px 20px;text-align:center;color:#64748b}.gallery-empty-box i{font-size:42px;color:#cbd5e1;margin-bottom:14px}.gallery-empty-box h2{font-size:20px;color:#0f172a}.gallery-pagination{display:flex;justify-content:center;gap:8px;margin-top:26px}.gallery-pagination a{width:38px;height:38px;border-radius:12px;background:#fff;border:1px solid #dbe4ee;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#334155}.gallery-pagination a.active{background:#0f172a;color:#fff;border-color:#0f172a}.gallery-mobile-hero{background:#fff;border-bottom:1px solid #e6edf5;padding:18px 16px}.gallery-mobile-hero h1{font-size:22px;font-weight:900;margin:0}.gallery-mobile-hero p{margin:6px 0 0;color:#64748b}.gallery-filter-modal{position:fixed;inset:0;z-index:4000;pointer-events:none;opacity:0;transition:.2s}.gallery-filter-modal.open{opacity:1;pointer-events:auto}.gallery-filter-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.42)}.gallery-filter-sheet{position:absolute;right:0;left:0;bottom:0;max-height:74vh;background:#fff;border-radius:26px 26px 0 0;padding:16px;overflow:auto;transform:translateY(100%);transition:.25s}.gallery-filter-modal.open .gallery-filter-sheet{transform:translateY(0)}.gallery-filter-modal.fullscreen .gallery-filter-sheet{top:0;max-height:none;border-radius:0}.gallery-filter-sheet-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.gallery-sheet-icon-btn{width:38px;height:38px;border:0;background:#f1f5f9;border-radius:12px;color:#0f172a}.gallery-mobile-filter-form{padding-bottom:18px}.gallery-detail-hero{padding:34px 0 20px}.gallery-detail-hero-inner{display:grid;grid-template-columns:1.25fr .75fr;gap:28px;align-items:center}.gallery-detail-cover{height:290px;border-radius:24px;overflow:hidden;box-shadow:0 18px 44px rgba(0,0,0,.25)}.gallery-detail-cover img{width:100%;height:100%;object-fit:cover}.gallery-detail-stats{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.gallery-detail-stats span{background:rgba(255,255,255,.14);border-radius:999px;padding:8px 12px;color:#fff;font-size:13px}.gallery-detail-container{padding-top:20px}.gallery-description-box,.gallery-media-section{background:#fff;border:1px solid #e6edf5;border-radius:24px;padding:22px;margin-bottom:20px;box-shadow:0 14px 40px rgba(15,23,42,.06)}.gallery-description-box h2,.gallery-section-title h2{font-size:22px;font-weight:900;margin:0 0 14px;color:#0f172a}.gallery-section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.gallery-section-title span{color:#64748b}.gallery-masonry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.gallery-media-card{position:relative;border:0;padding:0;background:#111;border-radius:20px;overflow:hidden;aspect-ratio:1.25/1;cursor:pointer;text-align:inherit}.gallery-media-card img{width:100%;height:100%;object-fit:cover;display:block;transition:.28s}.gallery-media-card:hover img{transform:scale(1.04);opacity:.82}.gallery-play-mark{position:absolute;inset:0;margin:auto;width:58px;height:58px;border-radius:50%;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;color:#0f172a;font-size:20px;box-shadow:0 16px 35px rgba(0,0,0,.25)}.gallery-media-caption{position:absolute;right:0;left:0;bottom:0;background:linear-gradient(transparent,rgba(0,0,0,.76));color:#fff;padding:38px 14px 14px;font-size:13px}.gallery-viewer{position:fixed;inset:0;z-index:5000;opacity:0;pointer-events:none;transition:.2s}.gallery-viewer.open{opacity:1;pointer-events:auto}.gallery-viewer-backdrop{position:absolute;inset:0;background:rgba(2,6,23,.82)}.gallery-viewer-dialog{position:absolute;inset:5vh 5vw;background:#0b1120;border-radius:22px;overflow:hidden;display:flex;flex-direction:column}.gallery-viewer-head{height:54px;display:flex;align-items:center;justify-content:space-between;color:#fff;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.08)}.gallery-viewer-head button{width:38px;height:38px;border:0;border-radius:12px;background:rgba(255,255,255,.1);color:#fff}.gallery-viewer-body{flex:1;display:flex;align-items:center;justify-content:center;padding:16px}.gallery-viewer-body img,.gallery-viewer-body video{max-width:100%;max-height:100%;border-radius:14px}.gallery-viewer-body iframe{width:100%;height:100%;border:0;border-radius:14px;background:#000}.mobile-only{display:none!important}@media(max-width:991px){.desktop-only{display:none!important}.mobile-only{display:block!important}.gallery-page-shell,.gallery-detail-shell{padding-bottom:92px}.gallery-list-container{padding-top:14px}.gallery-grid{grid-template-columns:1fr;gap:14px}.gallery-card-public{border-radius:18px}.gallery-card-image{aspect-ratio:1.45/1}.gallery-masonry-grid{grid-template-columns:1fr 1fr;gap:10px}.gallery-detail-hero{padding:14px 0}.gallery-detail-hero-inner{display:block;border-radius:0;padding:22px 16px}.gallery-detail-copy h1{font-size:24px}.gallery-detail-copy p{font-size:14px}.gallery-description-box,.gallery-media-section{border-radius:18px;padding:16px}.gallery-viewer-dialog{inset:0;border-radius:0}.gallery-viewer-body iframe{height:48vh}.gallery-filter-sheet .gallery-type-tabs{grid-template-columns:repeat(3,1fr)}}@media(max-width:575px){.gallery-masonry-grid{grid-template-columns:1fr}.gallery-card-body h2{font-size:16px}.gallery-detail-stats{gap:6px}.gallery-detail-stats span{font-size:12px;padding:7px 10px}}
