:root{--background: #181818;--secondary: #272727;--text: #ffffff;--borderlogo: transparent;--card: #272727;--tag: transparent;--border: #383838;--text_secondary: #f3f3f3;--main: #ec4899;--main_gradient: linear-gradient(135deg, #ec4899 0%, #be185d 100%);--gold_gradient: linear-gradient(135deg, #f59e0b 0%, #ec4899 50%, #8b5cf6 100%);--main_second: #5A639C;--background_subscribe: rgba(255, 255, 255, .1);--navmobile: #212127;--lightblue: #212830;--shimmer: 90deg, #272727 25%, #434343 37%, #272727 63%;--verificationagebackground: rgba(0, 0, 0, .95)}[data-theme=light]{--background: #f4f2ee;--secondary: #ffffff;--text: #000000;--borderlogo: #f4f2ee;--card: #ffffff;--tag: rgba(236, 72, 153, .1);--border: #eaeaef;--text_secondary: #6C6C6C;--main: #ec4899;--main_gradient: linear-gradient(135deg, #ec4899 0%, #be185d 100%);--gold_gradient: linear-gradient(135deg, #f59e0b 0%, #ec4899 50%, #8b5cf6 100%);--main_second: #5A639C;--background_subscribe: rgb(133 133 133 / 13%);--navmobile: #eaeaef;--lightblue: whitesmoke;--shimmer: 90deg, white 25%, #c5c5c5 37%, white 63%;--verificationagebackground: rgba(255, 255, 255, .95)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--background);color:var(--text);line-height:1.5;transition:background-color .2s ease,color .2s ease;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:#434343;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--main)}.app-layout{display:flex;min-height:100vh;position:relative;background-color:var(--background)}.main-layout{flex:1;display:flex;flex-direction:column;min-width:0}@media (min-width: 1220px){.main-layout{margin-left:250px}}.page-container{width:100%;max-width:1200px;margin:0 auto;padding:15px}@media (max-width: 1500px){.page-container{max-width:960px}}.album-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;width:100%;margin-top:15px}@media screen and (max-width: 870px){.album-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 600px){.album-grid{grid-template-columns:repeat(2,1fr)}}.thumbnail-container{width:100%;aspect-ratio:.6;border-radius:8px;position:relative;overflow:hidden;background-color:#000}.thumbnail-container img{width:100%;height:100%;object-fit:cover;filter:brightness(.9);transition:transform .3s ease}.thumbnail-container:hover img{transform:scale(1.04)}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fadeIn .2s cubic-bezier(.16,1,.3,1) forwards}
