.memes-downloader-container{width:100%;max-width:100%;margin:0;padding:1.5rem 2rem;min-height:auto;display:flex;flex-direction:column;flex:1}.memes-header-section{text-align:center;margin-bottom:3rem;background:linear-gradient(135deg,#0b0f19,#1e1b4b);padding:3.5rem 2rem;border-radius:24px;box-shadow:0 10px 30px rgba(0,0,0,.15);color:white;border:1px solid rgba(255,255,255,.08)}.memes-title{font-family:Bricolage Grotesque,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.15;margin-bottom:1rem;letter-spacing:-.02em}.memes-subtitle{font-size:1.1rem;color:#cbd5e1;max-width:600px;margin:0 auto}.memes-controls{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;margin-bottom:2rem}.memes-search-input{flex:1;min-width:280px;padding:12px 18px 12px 42px;border:1px solid #cbd5e1;border-radius:9999px;outline:none;font-size:1rem;background:white;transition:all .2s ease}.memes-search-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.15)}.memes-category-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:2.5rem;justify-content:center}.memes-category-pill{padding:8px 18px;border-radius:9999px;font-size:.9rem;font-weight:600;cursor:pointer;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;transition:all .18s ease}.memes-category-pill:hover{background:#cbd5e1;color:#0f172a}.memes-category-pill.active{background:#22c55e;color:white;border-color:#22c55e}.memes-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:640px){.memes-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.memes-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.memes-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1536px){.memes-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width:1920px){.memes-grid{grid-template-columns:repeat(6,1fr)}}.meme-card{background:white;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.03);transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.meme-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.08);border-color:#cbd5e1}.meme-card-preview{position:relative;width:100%;aspect-ratio:16/12;background:#0f172a;overflow:hidden;display:flex;align-items:center;justify-content:center}.meme-card-preview img,.meme-card-preview video{width:100%;height:100%;object-fit:cover}.meme-card-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e293b,#0f172a)}.meme-card-fallback span{font-size:2.5rem;opacity:.8}.meme-card-badge{position:absolute;top:10px;left:10px;background:rgba(0,0,0,.65);backdrop-filter:blur(4px);color:white;padding:4px 10px;border-radius:9999px;font-size:.72rem;font-weight:700;text-transform:uppercase}.meme-card-body{padding:1.25rem;display:flex;flex-direction:column;flex:1}.meme-card-title{font-size:1rem;font-weight:800;color:#0f172a;margin-bottom:6px;line-height:1.3}.meme-card-category{font-size:.78rem;color:#0f172a;font-weight:700;margin-bottom:12px}.meme-card-actions{display:flex;gap:8px;margin-top:auto}.meme-card-btn{flex:1;padding:10px;border-radius:10px;font-size:.88rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .18s ease}.meme-card-btn-download{background:#22c55e;color:white;border:none}.meme-card-btn-download:hover{background:#16a34a}.bulk-download-bar{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:#0f172a;color:white;padding:14px 24px;border-radius:9999px;display:flex;align-items:center;gap:16px;box-shadow:0 10px 30px rgba(0,0,0,.3);z-index:1000;animation:slideUpFade .3s ease}@keyframes slideUpFade{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}html[data-theme=dark] .kym-page{background-color:var(--background);color:var(--foreground)}html[data-theme=dark] .memes-title{color:var(--foreground)}html[data-theme=dark] .memes-subtitle{color:var(--muted-foreground)}html[data-theme=dark] .memes-search-input{background-color:var(--surface);border-color:var(--border);color:var(--foreground)}html[data-theme=dark] .memes-search-input::placeholder{color:var(--muted-foreground)}html[data-theme=dark] .memes-category-pill{background-color:var(--surface-soft);color:var(--muted-foreground);border-color:var(--border)}html[data-theme=dark] .memes-category-pill:hover{background-color:var(--surface);color:var(--foreground)}html[data-theme=dark] .memes-category-pill.active{background-color:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}html[data-theme=dark] .memes-controls .border.bg-white{background-color:var(--surface)!important;border-color:var(--border)!important}html[data-theme=dark] .memes-controls .text-gray-600{color:var(--muted-foreground)!important}html[data-theme=dark] .memes-controls .hover\:bg-gray-100:hover{background-color:var(--surface-soft)!important;color:var(--foreground)!important}html[data-theme=dark] .meme-card{background-color:var(--card);border-color:var(--border)}html[data-theme=dark] .meme-card:hover{border-color:var(--primary);background-color:var(--card-hover-bg,var(--surface-soft))}html[data-theme=dark] .meme-card-title{color:var(--foreground)}html[data-theme=dark] .meme-card-category{color:var(--muted-foreground)}html[data-theme=dark] .bg-gray-50{background-color:var(--surface-soft)!important;border-color:var(--border)!important}html[data-theme=dark] .text-gray-700{color:var(--foreground)!important}html[data-theme=dark] .text-gray-500{color:var(--muted-foreground)!important}