html,body{height:100%}body{font-family:'Inter',sans-serif;background-color:#f0f4f8;min-height:100vh;transition:background-color 0.5s ease}.dark body{background-color:#0f172a}.profile-card{box-shadow:0 10px 20px rgb(0 0 0 / .05),0 5px 10px rgb(0 0 0 / .03);transition:transform 0.3s,box-shadow 0.3s,background-color 0.5s}.dark .profile-card{box-shadow:0 10px 20px rgb(255 255 255 / .05),0 5px 10px rgb(255 255 255 / .03)}.profile-card:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgb(0 0 0 / .1),0 8px 20px rgb(0 0 0 / .07)}.button-link{transition:background-color 0.3s,transform 0.1s}.button-link:hover{transform:translateY(-1px)}
