.results-gallery-container{max-width:min(1680px,100% - 48px);margin:0 auto;padding:2rem 1rem 0}.results-gallery-hero-banner{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);color:#ffffff;padding:3.5rem 1.5rem;border-radius:16px;text-align:center;margin-bottom:2.5rem;box-shadow:0 10px 25px rgba(0,0,0,.15);position:relative;overflow:hidden}.results-gallery-hero-banner:before{content:"";position:absolute;top:-50%;right:-30%;width:400px;height:400px;background:radial-gradient(circle,rgba(242,150,44,.15) 0,transparent 70%);border-radius:50%}.results-gallery-hero-title{font-size:2.5rem;font-weight:800;margin-bottom:.75rem;letter-spacing:-.02em;position:relative}.results-gallery-hero-subtitle{font-size:1.1rem;color:#94a3b8;max-width:600px;margin:0 auto;position:relative}.results-gallery-playlist-section{margin-bottom:3.5rem;background:#ffffff;border-radius:16px;padding:0;border:1px solid #f1f5f9}.results-gallery-playlist-heading{font-size:1.75rem;font-weight:700;color:#0f172a;margin-bottom:.75rem;border-left:4px solid #0f3460;padding-left:.85rem}.results-gallery-playlist-description{font-size:1rem;color:#475569;line-height:1.65;margin-bottom:1.75rem}.results-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.results-gallery-card{position:relative;border-radius:12px;overflow:hidden;background:#f8fafc;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease}.results-gallery-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,.12)}.results-gallery-card-img-wrapper{position:relative;width:100%;padding-top:66.66%;overflow:hidden;background:#e2e8f0}.results-gallery-card-img-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.results-gallery-card:hover .results-gallery-card-img-wrapper img{transform:scale(1.08)}.results-gallery-card-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,23,42,.85) 0,transparent 60%);opacity:0;display:flex;align-items:flex-end;padding:1.25rem;transition:opacity .3s ease}.results-gallery-card:hover .results-gallery-card-overlay{opacity:1}.results-gallery-card-title{color:#ffffff;font-size:1.05rem;font-weight:600;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.4)}.results-gallery-lightbox-overlay{position:fixed;inset:0;z-index:99999;background:rgba(10,9,35,.98);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:2rem;overscroll-behavior:contain;touch-action:none}.results-gallery-lightbox-content{position:relative;max-width:90vw;max-height:85vh;display:flex;flex-direction:column;align-items:center}.results-gallery-lightbox-img{max-width:100%;max-height:75vh;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.5);object-fit:contain}.results-gallery-lightbox-caption{color:#ffffff;margin-top:1rem;font-size:1.15rem;font-weight:600;text-align:center}.results-gallery-lightbox-close{position:absolute;top:-2.5rem;right:0;background:transparent;border:none;color:#ffffff;cursor:pointer;font-size:1.5rem}.results-gallery-lightbox-close svg{color:#ffffff;stroke:#ffffff}.results-gallery-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.15);border:none;color:#ffffff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.results-gallery-lightbox-nav:hover{background:rgba(255,255,255,.35)}.results-gallery-lightbox-nav.prev{left:-4rem}.results-gallery-lightbox-nav.next{right:-4rem}@media (max-width:768px){.results-gallery-hero-title{font-size:1.85rem}.results-gallery-playlist-section{padding:1.25rem}.results-gallery-lightbox-nav.prev{left:.5rem}.results-gallery-lightbox-nav.next{right:.5rem}}