:root{--max-width: 1200px;--navbar-height: 64px}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1;min-height:calc(100vh - var(--navbar-height))}.container{max-width:var(--max-width);margin:0 auto;padding:2rem}.section{padding:4rem 0}.spotify-playlist-container{max-width:var(--max-width);margin:2rem auto;padding:0 1rem;width:100%;transition:all .3s ease}.spotify-playlist-container iframe{transition:height .3s ease;box-shadow:0 4px 6px #0000001a}@media (max-width: 768px){.section{padding:2rem 0}.container{padding:1rem}}.shimmer{position:relative;overflow:hidden;background-color:#eee;background-image:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.6),rgba(255,255,255,0));background-size:200% 100%;animation:shimmer 1.2s linear infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.shimmer img{display:block}
