@font-face {
            font-family: 'SpotifyMix-Black';
            src: url(fonts/spotify/SpotifyMix-Black.ttf);
        }
@font-face {
            font-family: 'SpotifyMix-Extrabold';
            src: url(fonts/spotify/SpotifyMix-Extrabold.ttf);
        }
@font-face {
            font-family: 'SpotifyMix-Medium';
            src: url(fonts/spotify/SpotifyMix-Medium.ttf);
        }
@font-face {
            font-family: 'SpotifyMix-Regular';
            src: url(fonts/spotify/SpotifyMix-Regular.ttf);
        }


body {
    cursor: url("hello-kitty/cursor/HelloKitty.cur"), auto;
}

body {
            background: linear-gradient(180deg,   #caa00b 0%,  #000000 68%);
            color: #fff;
            font-family: 'SpotifyMix-Medium';
            margin: 0;
            padding: 0;
        }
        .profile-header-bg {
            background: linear-gradient(180deg, #E3B50C 0%, #413303 125%);
            padding: 28px 0 28px 0;
            display: flex;
            align-items: flex-end;
            gap: 30px;
        }
        .profile-pic-large {
            width: 240px;
            height: 240px;
            border-radius: 50%;
            object-fit: cover;
            margin-left: 2vw;
            box-shadow: 0 4px 40px rgba(0, 0, 0, 0.635);
        }
        .profile-info {
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }
        .profile-type {
            font-size: 0.83em;
            color: #ffffff;
            font-family: 'SpotifyMix-Regular';

        }
        .profile-name {
            font-size: 6.1em;
            font-weight: 400;
            letter-spacing: -0.03em;
            font-family: 'SpotifyMix-Extrabold';
            top:120px;
            
        }
        .profile-meta {
            color: #ffffff;
            font-size: .84em;
            margin-bottom: 10px;
            font-weight: 550;
            font-family: 'SpotifyMix-Regular';
            left: 10px;
        }
        .profile-actions {
            margin-top: 40px;
            margin-left: 32px;
        }
        .profile-actions button {
            background: none;
            border: 1px solid #a5a5a5;
            color: #ffffff;
            border-radius: 24px;
            padding: 9.5px 20px;
            font-size: .85em;
            font-weight: bold;
            cursor: pointer;
            transition: background 0.2s;
        }
        .profile-actions button:hover {
            border-color: white;
        }
        .playlists-section {
            max-width: 1100px;
            margin: 40px auto 0 auto;
            padding: 0 32px 32px 32px;
            font-family: "SpotifyMix-Medium";
        }
        .section-title {
            font-size: 1.5em;
            font-weight: bold;
            margin-bottom: 8px;
        }
        .playlists {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 32px;
        }
        .playlist {
            background: #181818;
            border-radius: 12px;
            padding: 20px;
            text-align: left;
            transition: background 0.2s;
            cursor: pointer;
        }
        .playlist:hover {
            background: #232323;
        }
        .playlist img {
            width: 100%;
            height: 180px;
            border-radius: 8px;
            object-fit: cover;
            margin-bottom: 16px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.3);
        }
        .playlist-title {
            color: #fff;
            font-weight: bold;
            margin-bottom: 6px;
            font-size: 1.1em;
        }
        .playlist-desc {
            color: #b3b3b3;
            font-size: 0.98em;
        }
        @media (max-width: 700px) {
            .profile-header-bg {
                flex-direction: column;
                align-items: center;
                padding: 32px 0 16px 0;
            }
            .profile-pic-large {
                margin-left: 0;
                margin-bottom: 16px;
            }
            .playlists-section {
                padding: 0 8px 24px 8px;
            }
        }

* {
  padding: 0;
  margin: 0;
}
body {
  background-color: #121212;
  font-family: 'Montserrat', sans-serif;
}

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 196px;
  background-color: #000000;
  padding: 24px;
}
.sidebar .logo img {
  width: 130px;
}
.sidebar .navigation ul {
  list-style: none;
  margin-top: 20px;
}
.sidebar .navigation ul li {
  padding: 10px 0px;
}
.sidebar .navigation ul li a {
  color: #b3b3b3;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  font-family: 'SpotifyMix-Medium';
}
.sidebar .navigation ul li a:hover,
.sidebar .navigation ul li a:active,
.sidebar .navigation ul li a:focus {
  color: #ffffff;
}
.sidebar .navigation ul li a:hover .fa,
.sidebar .navigation ul li a:active .fa,
.sidebar .navigation ul li a:focus .fa {
  color: #b3b3b3;
}
.sidebar .navigation ul li .fa {
  font-size: 20px;
  margin-right: 10px;
}
.sidebar .navigation ul li a:hover .fa:hover,
.sidebar .navigation ul li a:hover .fa:active,
.sidebar .navigation ul li a:hover .fa:focus {
  color: #ffffff;
}
.sidebar .policies {
  position: absolute;
  bottom: 100px;
}
.sidebar .policies ul {
  list-style: none;
}
.sidebar .policies ul li {
  padding-bottom: 5px;
}
.sidebar .policies ul li a {
  color: #b3b3b3;
  font-weight: 500;
  text-decoration: none;
  font-size: 10px;
}
.sidebar .policies ul li a:hover,
.sidebar .policies ul li a:active,
.sidebar .policies ul li a:focus {
  text-decoration: underline;
}


.main-container {
  margin-left: 244px;
  margin-bottom: 60px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  background-color: #101010;
  padding: 14px 25px;
}
.topbar .prev-next-buttons button {
  color: #7a7a7a;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  font-size: 18px;
  border: 0px;
  background-color: #090909;
  margin-right: 10px;
  margin-top: 5px;
}
.topbar .navbar {
  display: flex;
  align-items: center;
  padding-left: 0px;
}
.topbar .navbar ul {
  list-style: none;
}
.topbar .navbar ul li {
  display: inline-block;
  margin: 0px 8px;
  width: 70px;
  margin-bottom: 10px;
}
.topbar .navbar ul li a {
  color: #b3b3b3;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  font-family: 'SpotifyMix-Medium';
}
.topbar .navbar ul li a:hover,
.topbar .navbar ul li a:active,
.topbar .navbar ul li a:focus {
  color: #ffffff;
  font-size: 15px;
}
.topbar .navbar ul li.divider {
  color: #ffffff;
  font-size: 26px;
  margin: 0px 20px;
  width: auto;
}
.topbar .navbar button {
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 30px;
  border: 0px;
  border-radius: 40px;
  cursor: pointer;
  margin-left: 20px;
}
.topbar .navbar button:hover,
.topbar .navbar button:active,
.topbar .navbar button:focus {
  background-color: #f2f2f2;
}
.spotify-playlists {
  padding: 20px 40px;
}
.spotify-playlists h2 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: 'SpotifyMix-Medium';
}
.spotify-playlists .list {
  display: flex;
  gap: 20px;
  overflow: hidden;
}
.spotify-playlists .list .item {
  min-width: 140px;
  width: 160px;
  padding: 15px;
  background-color: #181818;
  border-radius: 6px;
  cursor: pointer;
  transition: all ease 0.4s;
  font-family: 'SpotifyMix-Medium';
}
.spotify-playlists .list .item:hover {
  background-color: #252525;
}
.spotify-playlists .list .item img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 8px;
}
.spotify-playlists .list .item .play {
  position: relative;
  font-family: 'SpotifyMix-Medium';
}
.spotify-playlists .list .item .play .fa {
  position: absolute;
  right: 10px;
  top: -60px;
  padding: 13px;
  padding-left: 15px;
  background-color: #1db954;
  border-radius: 150%;
  opacity: 0;
  transition: all ease 0.4s;
  color: black;
}
.spotify-playlists .list .item:hover .play .fa {
  opacity: 1;
  transform: translateY(-20px);
  color: black;
}
.spotify-playlists .list .item h4 {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'SpotifyMix-Regular';
}
.spotify-playlists .list .item p {
  color: #989898;
  font-size: 12px;
  line-height: 20px;
  font-family: 'SpotifyMix-Medium';
}
.spotify-playlists hr {
  margin: 70px 0px 0px;
  border-color: #636363;
}

.custom-cursor {
    cursor: url("hello-kitty/cursor/HelloKitty.cur"), auto;
}
.interactive-element:hover {
    cursor: url("hello-kitty/cursor/alt-select.cur"), pointer;
}
a, button {
    cursor: url("hello-kitty/cursor/alt-select.cur"), auto;
}
.topbar .navbar button,
.profile-actions button {
    cursor: url("hello-kitty/cursor/alt-select.cur"), auto;
}
.playlists .playlist {
    cursor: url("hello-kitty/cursor/alt-select.cur"), auto;
}

html,
body {
    cursor: url("hello-kitty/cursor/HelloKitty.cur"), auto;
}
