*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:Arial,Helvetica,sans-serif;background:#000;color:#fff}img{display:block;max-width:100%}button{border:none;background:none;cursor:pointer}a{color:inherit;text-decoration:none}.app{height:100vh;background:#000;display:flex;flex-direction:column}.app__top{height:90%;display:flex}.app__sidebar-spacer{background:transparent}.app__player{height:10%}.sidebar{width:25%;height:100%;padding:8px;color:#fff;display:none;flex-direction:column;gap:8px}.sidebar__top{background:#121212;height:15%;border-radius:8px;display:flex;flex-direction:column;justify-content:space-around}.sidebar__nav-item{display:flex;align-items:center;gap:12px;padding-left:32px;cursor:pointer}.sidebar__nav-icon{width:24px}.sidebar__nav-text{font-weight:700}.sidebar__library{background:#121212;height:85%;border-radius:8px}.sidebar__library-header{padding:16px;display:flex;align-items:center;justify-content:space-between}.sidebar__library-title{display:flex;align-items:center;gap:12px}.sidebar__library-title img{width:32px}.sidebar__library-title p{font-weight:600}.sidebar__library-actions{display:flex;align-items:center;gap:12px}.sidebar__library-actions img{width:20px}.sidebar__card{background:#242424;margin:8px;border-radius:8px;font-weight:600;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:4px;padding:16px}.sidebar__card--spaced{margin-top:16px}.sidebar__card p{font-weight:300}.sidebar__card button{padding:6px 16px;background:#fff;color:#000;font-size:15px;border-radius:999px;margin-top:16px}.display{width:100%;margin:8px;padding:16px 24px 0;border-radius:8px;background:#121212;color:#fff;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.home__section{margin-bottom:16px}.home__title{margin:20px 0;font-weight:700;font-size:24px}.navbar__top{width:100%;display:flex;justify-content:space-between;align-items:center;font-weight:600}.navbar__nav{display:flex;align-items:center;gap:8px}.navbar__arrow{width:32px;background:#000;padding:8px;border-radius:16px;cursor:pointer}.navbar__actions{display:flex;align-items:center;gap:16px}.navbar__btn{font-size:15px;padding:4px 16px;border-radius:16px;cursor:pointer}.navbar__btn--white{background:#fff;color:#000;display:none}.navbar__btn--black{background:#000;color:#fff;padding:4px 12px}.navbar__avatar{background:#a855f7;color:#000;width:28px;height:28px;border-radius:999px;display:flex;align-items:center;justify-content:center}.navbar__filters{display:flex;align-items:center;gap:8px;margin-top:16px}.navbar__pill{padding:4px 16px;border-radius:16px;cursor:pointer}.navbar__pill--white{background:#fff;color:#000}.navbar__pill--black{background:#000;color:#fff}.card-item{min-width:180px;padding:8px 12px;border-radius:8px;cursor:pointer;transition:background .2s ease}.card-item:hover{background:#ffffff26}.card-item__img{border-radius:8px}.card-item__name{font-weight:700;margin-top:8px;margin-bottom:4px}.card-item__desc{color:#e2e8f0;font-size:14px}.album__header{margin-top:40px;display:flex;gap:32px;flex-direction:column}.album__cover{width:192px;border-radius:8px}.album__meta{display:flex;flex-direction:column}.album__title{font-size:48px;font-weight:700;margin-bottom:16px}.album__desc{margin-top:0}.album__spotify-logo{display:inline-block;width:20px}.album__table-head{display:grid;grid-template-columns:repeat(3,1fr);margin-top:40px;margin-bottom:20px;padding-left:8px;color:#a7a7a7;align-items:center}.album__clock{margin:0 auto;width:16px}.album__row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:8px;align-items:center;color:#a7a7a7;cursor:pointer;transition:background .2s ease}.album__row:hover{background:#ffffff2b}.album__row-title{color:#fff}.album__index{margin-right:16px;color:#a7a7a7}.album__song-img{display:inline;width:40px;margin-right:20px}.album__small-text{font-size:15px}.album__center-text{text-align:center}.player{height:10%;background:#000;display:flex;justify-content:space-between;align-items:center;color:#fff;padding:0 16px}.player__left{display:none;align-items:center;gap:16px}.player__track-img{width:48px}.player__center{display:flex;flex-direction:column;align-items:center;gap:4px;margin:0 auto}.player__controls{display:flex;gap:16px}.player__icon{width:16px;cursor:pointer}.player__seek{display:flex;align-items:center;gap:20px}.player__seek-bg{width:60vw;max-width:500px;background:#d1d5db;border-radius:999px;cursor:pointer}.player__seek-bar{height:4px;border:none;width:0;background:#166534;border-radius:999px}.player__right{display:none;align-items:center;gap:8px;opacity:.75}.player__right img{width:16px}.player__volume{width:80px;background:#f8fafc;height:4px;border-radius:999px}@media (min-width: 768px){.navbar__btn--white{display:block}.album__header{flex-direction:row;align-items:flex-end}.album__title{font-size:72px}.album__table-head,.album__row{grid-template-columns:repeat(4,1fr)}.album__date{display:block}}@media (min-width: 1024px){.sidebar{display:flex}.display{width:75%;margin-left:0}.player__left,.player__right{display:flex}}.album__date{display:none}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{width:0;height:0}.display::-webkit-scrollbar{width:0}.home__row{display:flex;overflow-x:auto;overflow-y:hidden;gap:8px;scrollbar-width:none;-ms-overflow-style:none}.home__row::-webkit-scrollbar{height:0}
