.explore-container{--explore-bg:hsl(var(--background));--explore-bg-secondary:hsl(var(--muted));--explore-surface:hsl(var(--card));--explore-surface-hover:hsl(var(--accent));--explore-border:hsl(var(--border));--explore-border-hover:hsl(var(--border));--explore-accent:#cba569;--explore-accent-dim:#cba56980;--explore-text:hsl(var(--foreground));--explore-text-muted:hsl(var(--muted-foreground));--explore-text-dim:hsl(var(--muted-foreground)/.7)}.dark .explore-container{--explore-bg:#0a0a0a;--explore-bg-secondary:#121212;--explore-surface:#1a1a1a;--explore-surface-hover:#242424;--explore-border:#ffffff14;--explore-border-hover:#ffffff26;--explore-text:#fff;--explore-text-muted:#fff9;--explore-text-dim:#fff6}.explore-container{background:linear-gradient(180deg,var(--explore-bg)0%,var(--explore-bg-secondary)100%);min-height:100vh;color:var(--explore-text)}.explore-scroll-container{overflow-y:scroll}.explore-search{background:var(--explore-surface);border:1px solid var(--explore-border);border-radius:1rem;transition:border-color .3s,box-shadow .3s}.explore-search:focus-within{border-color:var(--explore-accent-dim);box-shadow:0 0 0 3px #cba56926}.explore-search input{color:var(--explore-text);background:0 0}.explore-search input::placeholder{color:var(--explore-text-dim)}.filter-pill{color:var(--explore-text-muted);background:0 0;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:color .2s,background .2s}.filter-pill:hover{color:var(--explore-text);background:hsl(var(--accent))}.dark .filter-pill:hover{background:#ffffff14}.filter-pill.active{background:var(--explore-accent);color:#383838}.category-pill{color:var(--explore-text-muted);padding:.375rem .75rem;font-size:.875rem;transition:color .2s}.category-pill:hover{color:var(--explore-text)}.category-pill.active{color:var(--explore-accent)}.masonry-flex-grid{gap:.75rem;width:100%;display:flex}.masonry-column{flex-direction:column;flex:1;gap:.75rem;min-width:0;display:flex}.image-card{cursor:pointer;background:var(--explore-surface);border-radius:.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.image-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #cba56933}.image-card img{width:100%;height:auto;transition:transform .5s cubic-bezier(.4,0,.2,1);display:block}.image-card:hover img{transform:scale(1.03)}.card-overlay{opacity:0;pointer-events:none;background:linear-gradient(#0000 0%,#0006 60%,#000000d9 100%);flex-direction:column;justify-content:flex-end;padding:1rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.image-card:hover .card-overlay{opacity:1}.card-actions{opacity:1;gap:.375rem;transition:opacity .3s;display:flex;position:absolute;top:.5rem;right:.5rem}@media (min-width:640px){.card-actions{opacity:0;gap:.5rem;top:.75rem;right:.75rem}.image-card:hover .card-actions{opacity:1}}.image-card:focus-within .card-actions,.image-card:active .card-actions{opacity:1}.action-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#0006;border-radius:50%;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:background .2s,transform .2s;display:flex}@media (min-width:640px){.action-btn{background:#ffffff26;width:2rem;height:2rem}}.action-btn:hover{background:#ffffff40;transform:scale(1.1)}.action-btn:active{background:#ffffff59;transform:scale(.95)}.action-btn.liked{background:#ef4444cc}.accent-glow{box-shadow:0 0 20px #cba56933}.sticky-header{z-index:40;background:hsl(var(--background)/.85);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--explore-border);position:sticky;top:0}.dark .sticky-header{background:#0a0a0ad9}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.skeleton{background:var(--explore-surface);position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg,transparent 0%,var(--explore-surface-hover)50%,transparent 100%);will-change:transform;animation:1.5s ease-in-out infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;display:flex}.empty-state-icon{background:var(--explore-surface);border-radius:50%;justify-content:center;align-items:center;width:6rem;height:6rem;margin-bottom:1.5rem;display:flex}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:.4s ease-out forwards fadeInUp}.stagger-1{animation-delay:50ms}.stagger-2{animation-delay:.1s}.stagger-3{animation-delay:.15s}.stagger-4{animation-delay:.2s}.stagger-5{animation-delay:.25s}.stagger-6{animation-delay:.3s}
