html,body,#root{margin:0;padding:0;height:auto;width:100%;background-color:#fff;overflow:auto;color:#000;scroll-behavior:smooth}*{box-sizing:border-box}*{cursor:none!important}.custom-cursor{position:fixed;top:0;left:0;width:30px;height:30px;border:1px solid rgba(246,247,242,.8);border-radius:50%;pointer-events:none;z-index:10000;mix-blend-mode:difference;transition:transform .15s ease-out;animation:pulse 2s infinite ease-in-out;transform:translate(-50%,-50%) scale(1)}@keyframes pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:.5}}.marquee-wrapper{width:100%;display:flex;justify-content:center;overflow:hidden;pointer-events:none}.marquee-container{width:50vw;overflow:hidden;white-space:nowrap;position:relative}.marquee-scroller{display:inline-block;white-space:nowrap;will-change:transform;animation:scroll-loop 30000s linear infinite}@keyframes scroll-loop{0%{transform:translate(0)}to{transform:translate(-100%)}}.marquee-text{display:inline-block;padding-right:2em;font-size:.5rem;letter-spacing:.5em;color:#fff}.marquee-label{background-color:#000;color:#fff;font-size:.5rem;letter-spacing:.5em;margin-right:.5em;margin-top:.9em;padding:.1em .3em;white-space:nowrap}.discography-wrapper{width:100%}.discography-section{padding:1.5em 4em;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));justify-items:center;align-items:start;position:relative;z-index:2}.album-container{display:flex;flex-direction:column;align-items:center;cursor:pointer;overflow:hidden;transition:transform .3s ease}.album-image.smaller{width:5em;height:auto;transition:transform .3s ease,opacity .3s ease}.album-links{display:flex;gap:1rem;margin-top:.5rem}.album-link-text{color:#fff;text-decoration:none;font-size:.7rem}.album-link-text:hover{text-decoration:underline}.album-entry{display:flex;flex-direction:column;align-items:center;margin-bottom:2em}.album-entry img{margin-top:.5em}.album-entry .dotemp-text{margin-bottom:.25em}@keyframes flicker{0%{opacity:1}2%{opacity:.4}4%{opacity:.9}7%{opacity:.1}10%{opacity:.7}15%{opacity:.2}20%{opacity:.9}25%{opacity:.3}30%{opacity:.8}35%{opacity:.4}40%{opacity:1}45%{opacity:.2}50%{opacity:.6}55%{opacity:.5}60%{opacity:.8}65%{opacity:.3}70%{opacity:1}75%{opacity:.2}80%{opacity:.9}90%{opacity:.2}95%{opacity:.5}to{opacity:1}}.enter-button{animation:flicker 1.5s infinite alternate;transition:opacity .3s ease}.enter-button:hover{animation:none;opacity:1}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#fff;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
