:root{--palette-background-primary:#0f172a;--palette-background-alt:#1e293b;--palette-background-muted:#334155;--palette-foreground-primary:#e2e8f0;--palette-foreground-alt:#cbd5e1;--palette-foreground-faint:#94a3b8;--palette-foreground-strong:#fff;--palette-border-subtle:#475569;--palette-accent-primary-rgb:96,165,250;--palette-accent-primary:#60a5fa}body{background:var(--palette-background-primary);color:var(--palette-foreground-primary);accent-color:var(--palette-accent-primary);justify-content:center;align-items:center;height:100vh;margin:0;padding:0;font-family:Arial,sans-serif;display:flex}#projects-btn,#back-btn{cursor:pointer}.profile-container{background-color:var(--palette-background-alt);border-radius:8px;width:80%;max-width:800px;max-height:800px;padding:20px;box-shadow:0 4px 15px rgba(0,0,0,.7)}.profile-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.profile-header h1{color:#fff}.profile-image{border-radius:50%;width:100px}.social-links ul{gap:20px;padding-left:0;list-style-type:none;display:flex}.badges{border-radius:8px;margin-top:30px;padding:2px}.badge-section h2{color:#fff;margin-bottom:10px;font-size:18px}.badge-grid{flex-wrap:wrap;gap:10px;display:flex}.badge-grid img{width:88px;height:31px;image-rendering:pixelated;border:1px solid #444}a{color:var(--palette-accent-primary);text-decoration:none;transition:color .3s,text-shadow .3s}a:hover,a:focus{color:var(---palette-accent-primary);text-shadow:0 0 5px var(--palette-accent-primary);outline:none}a:active{color:var(---palette-accent-primary)}.readme-note{font-weight:700}.social-links li{color:var(--palette-foreground-alt);margin-bottom:10px;margin-left:0}.listening-section{background-color:var(--palette-background-muted);border-radius:8px;align-items:center;margin-top:20px;padding:15px;display:flex;box-shadow:0 0 10px rgba(0,0,0,.2)}.album-cover{border-radius:8px;width:100px;height:100px;margin-right:20px}.track-details{flex-direction:column;justify-content:center;display:flex}.music-name{color:#fff;font-size:22px;font-weight:700}.artist-name,.total-scrobbles{color:var(--palette-foreground-alt)}.fade-out{opacity:0;transition:opacity .5s}.description{color:var(--palette-foreground-faint)}.fade-in{opacity:1;transition:opacity .5s}