:root {
--blue: rgb(44 44 83);  
--blue2: rgb(25 25 35);
}
body {  
background: #010102;  
margin: 0; 
min-height: 100vh; 
display: flex;
justify-content: center;
align-items: center; 
font-family: MS UI Gothic; 
font-size: 12px;
color: #000; 
line-height: 16px;
scrollbar-width: 4px;
overflow: hidden;
overflow-x: hidden;
}
html {
cursor: url("../img/cursor/curs.png"), auto;
}
a,
a:hover,
a:active {
cursor: url("../img/cursor/pointer.png"), pointer !important;
}
.wrapper {
display: flex;   
align-items: center;
gap: 0;
position: relative; 
}
.mayura {
height: 615px;
position: relative;
z-index: 3;
pointer-events: none;
user-select: none;
filter:
drop-shadow(-5px 5px 0 rgb(1 1 1))
drop-shadow(-8px 5px 0 rgb(0 0 0 / 0.2))
drop-shadow(2px 2px 0 rgb(0 0 0));
}
.main {
position: relative;
margin-left: -247px;
margin-top: 10px;
width: 680px;
height: 490px;
background: linear-gradient(to bottom, rgba(1,1,4) 0%, var(--blue) 50%, rgba(1,1,4) 100%);
border: 1px solid black;
outline: 1px solid var(--blue2);
outline-offset: -2px;
box-shadow: 0 0 35px rgba(25, 25, 40, 0.6);
padding: 20px;
z-index: 2;
display: flex;
flex-direction: column;
gap: 20px;
}
.top,
.mid,
.bottom {
flex: none;
}
.top {
height: 400px;
padding: 10px;
margin-top: 60px;
}
.top,
.bottom {
margin-left: 20px;
background: transparent;
position: relative;
overflow: hidden;
}
.top::before {
content: "";
position: absolute;
inset: 0;
background: url(../img/musicgrid.png) center / 240px repeat;
border: 1px solid rgba(0, 0, 0, 0.7);
opacity: 0.6;
pointer-events: none;
z-index: 0;
}
.top > *,
.bottom > * {
position: relative;
z-index: 1;
}
.disc {
width: 490px;
position: absolute;
left: -80px;
top: 80px;
z-index: 2;
pointer-events: none;
filter:
drop-shadow(3px 0 0 black)
drop-shadow(-3px 0 0 black)
drop-shadow(0 3px 0 black)
drop-shadow(0 -3px 0 black)
drop-shadow(3px 3px 0 black)
drop-shadow(-3px -3px 0 black)
drop-shadow(-3px 3px 0 black)
drop-shadow(3px -3px 0 black);
}
.spin {
animation: spin 3s linear infinite;
}
@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
.title {
position: relative;
padding: 4px 10px;
top: 13px;
font-size: 48px;
font-style: italic;
letter-spacing: 2px;
z-index: 5;
font-family: Times;
color: white;
text-shadow:
-1px -1px 0 black,
0 -1px 0 black,
1px -1px 0 black,
-1px 0 0 black,
1px 0 0 black,
-1px 1px 0 black,
0 1px 0 black,
1px 1px 0 black,
0 0 5px rgba(0, 0, 0, 1),
0 0 10px rgba(0, 0, 0, 1);
}
.big {
    margin-top: 7px;
    position: absolute;
    font-size: 19px;
    letter-spacing: 4px;
    position: absolute;
    right: 325px;
    font-weight: normal;
    font-style: italic;
    font-family: Times;
    color: white;
    text-shadow: -1px -1px 0 black, 0px -1px 0 black, 1px -1px 0 black, -1px 0px 0 black, 1px 0px 0 black, -1px 1px 0 black, 0px 1px 0 black, 1px 1px 0 black;
    opacity: 1;
    filter: blur(0px);
    transition: opacity .35s ease, filter .35s ease;
}
.big.changing{
opacity:0;
filter:blur(6px);
}
.header {
position: absolute;
top: -10px;
left: 215px;
right: 20px;
display: flex;
align-items: center;
justify-content: space-between;
z-index: 5;
}
#visualizer {
width: 230px;
height: 90px;
pointer-events: none;
}
#musicplayer {
position: relative;
background: none;
padding: 10px;
margin: 5px 0 10px 19px;
border-radius: 5px;
height: 183px;
width: 200px;
float: left;
}
#album-art {
width: 47px;
height: 47px;
object-fit: cover;
border: 3px solid black;
outline: 1px solid white;
outline-offset: -2px;
position: absolute;
}
.player-ui {
position: absolute;
outline: 1px solid rgb(44 44 83 / 14%);
top: 80px;
right: -14px;
padding-left: 11px;
padding-top: 15px;
padding-bottom: 8px;
padding-right: 14px;
background: rgba(0, 0, 0, 0.45);
width: 197px;
border: 1px solid rgba(0, 0, 0, 0.45);
line-height: 14px;
}
.nowplaying img {
    filter: grayscale(1) brightness(100%) contrast(105%);
transition: 0.2s ease;
}
.nowplaying:hover img{
filter: grayscale(0) brightness(100%) contrast(100%);
}
.nowplaying {
display: grid;
grid-template-columns: 63px 1fr auto;
grid-template-rows: auto auto auto;
column-gap: 0px;
row-gap: 4px;
align-items: center;
}
.nowplaying {
position: relative;
}
.track-meta {
grid-column: 2;
grid-row: 1 / 4;
display: flex;
flex-direction: column;
}
.track-title {
grid-column: 2;
grid-row: 1;
font-size: 12px;
color: #ededed;
text-shadow:
-1px -1px 0 black,
0 -1px 0 black,
1px -1px 0 black,
-1px 0 0 black,
1px 0 0 black,
-1px 1px 0 black,
0 1px 0 black,
1px 1px 0 black;
}
.track-artist {
grid-column: 2;
grid-row: 2;
font-size: 12px;
opacity: 0.5;
color: white;
text-shadow:
-1px -1px 0 black,
0 -1px 0 black,
1px -1px 0 black,
-1px 0 0 black,
1px 0 0 black,
-1px 1px 0 black,
0 1px 0 black,
1px 1px 0 black;
}
.progress {
grid-column: 2;
grid-row: 3;
height: 6px;
background: rgba(0, 0, 0, 0.4);
border: 1px solid rgba(0, 0, 0, 1);
position: relative;
margin-top: 7px;
cursor: url("../img/cursor/pointer.png"), pointer !important;
}
.progress span {
position: absolute;
inset: 0;
width: 35%;
background: linear-gradient(90deg, #9bb4ff, #ffffff);
box-shadow: 0 0 8px rgba(160, 180, 255, 0.6);
}
.progress::after {
content: "";
position: absolute;
inset: 0;
}
.progress:hover {
box-shadow: inset 0 0 6px rgba(160, 180, 255, 0.01);
}
.controls {
position: absolute;
top: -29px;
right: -1px;
display: flex;
flex-direction: row;
gap: 1px;
}
.controls button {
width: 23px;
height: 23px;
display: flex;
justify-content: center;
align-items: center;
font-size: 15px;
font-style:italic;
line-height: 1;
padding: 0;
box-sizing: border-box;
user-select: none;
background: transparent;
border: none;
color: white;
cursor: url("../img/cursor/pointer.png"), pointer !important;
font-family: inherit;
transition: box-shadow 0.2s;
text-shadow: -1px -1px 0 black, 0px -1px 0 black, 1px -1px 0 black, -1px 0px 0 black, 1px 0px 0 black, -1px 1px 0 black, 0px 1px 0 black, 1px 1px 0 black;
}
.controls button:hover {
color:aliceblue;
}
.playlist {
overflow-y: auto;
padding-top: 8px;
}
.song {
display: grid;
grid-template-columns: 40px 1fr auto;
gap: 10px;
align-items: center;
padding: 6px;
cursor: url("../img/cursor/pointer.png"), pointer !important;
}
.song:hover {
background: rgba(255, 255, 255, 0.05);
}
.song img {
width: 40px;
height: 40px;
object-fit: cover;
}
.song span {
opacity: 0.7;
}
.home {
color:#ededed ;
text-shadow:
-1px -1px 0 black,
0 -1px 0 black,
1px -1px 0 black,
-1px 0 0 black,
1px 0 0 black,
-1px 1px 0 black,
0 1px 0 black,
1px 1px 0 black;
text-decoration: underline dotted #999;
}
a {
color: #ebebeb;
text-decoration: underline dotted #777;
font-size: 12px;
}
a:hover {
background-color: rgba(90, 90, 90, 0.3);
text-decoration: underline dotted #999;
}
a:active {
background-color: rgba(0, 0, 0, 0.6);
color: #e8e8e8;
text-decoration: underline dotted #999;
}
.bottom {
    margin-left: 170px;
    margin-top: 29px;
    width: 464px;
    height: 365px;
    padding: 14px;
    background: linear-gradient(85deg, #0000009e, #00000000);
    overflow-y: auto;
    box-sizing: border-box;
    scrollbar-width: 4px;
    color: #ededed;
    text-shadow: -1px -1px 0 black, 0px -1px 0 black, 1px -1px 0 black, -1px 0px 0 black, 1px 0px 0 black, -1px 1px 0 black, 0px 1px 0 black, 1px 1px 0 black;
}
.bottom img {
 
}
.bottom img:hover {
opacity: 1;
z-index: 99999;
}
.bottom::-webkit-scrollbar {
width: 4px;
}
.bottom::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.6);
border: 1px solid black;
}
.bottom::-webkit-scrollbar-thumb {
background: linear-gradient(to bottom, #cfd6ff, #8fa6ff);
box-shadow: 0 0 6px rgba(160, 180, 255, 0.5);
}
.bottom::-webkit-scrollbar-thumb:hover {
background: linear-gradient(to bottom, #ffffff, #9bb4ff);
}
@supports (-moz-appearance: none) {
.bottom {
scrollbar-width: thin;
scrollbar-color: #9bb4ff rgba(0, 0, 0, 0.6);
}
}
::selection {
background: rgba(0, 0, 0, 0.7);
color: #737373;
}
.about {
margin-left:170px;
color:#ededed;
text-shadow:
-1px -1px 0 black,
0px -1px 0 black,
1px -1px 0 black,
-1px  0px 0 black, 
1px  0px 0 black,
-1px  1px 0 black,
0px  1px 0 black,
1px  1px 0 black;
margin-top:6px;
width:449px;
padding:6px;  
padding-left:10px;
background: linear-gradient(24deg, #0000009e, #00000000);
}
.section {
}
.song-list {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 6px;
}
.song-list a {
text-decoration: none;
color: inherit;
}
.track-title, .track-artist, .name, .artist a:hover {
text-decoration: none;
color: inherit;
}
.song-entry {
display: grid;
grid-template-columns: 54px 1fr;
gap: 10px;
align-items: center;
padding: 5px;
border: 1px solid black;
outline: 1px solid #ffffff17;
outline-offset: -2px;
background: rgba(0, 0, 0, 0.35);
}
.song-entry img {
width: 50px;
height: 50px;
object-fit: cover;
border: 3px solid black;
outline: 1px solid white;
outline-offset: -2px;
filter: grayscale(1) brightness(100%) contrast(130%);
transition: 0.2s ease;
}
.song-entry:hover img{
filter: grayscale(0) brightness(100%) contrast(100%);
}
.song-info {
display: flex;
flex-direction: column;
line-height:16px;
}
.song-title {
}
.song-artist {
opacity: 0.6;
}
.song-entry:hover {
background: rgba(255,255,255,0.03);
}
.album img {
height:70px;
width:70px;
object-fit: cover;
filter: grayscale(1) brightness(100%) contrast(130%);
}
.album img:hover {
filter: grayscale(0) brightness(100%) contrast(100%);
}
.journal-entry {
border-left: 1px solid rgb(255 255 255 / 8%);
padding-left: 11px;
}
.journal-date {
opacity: 0.9;
margin-bottom: 2px;
letter-spacing: 1px;
font-size: 13px;
font-style: italic;
background: rgba(0,0,0,0.4);
padding:4px 8px;
}
.entry {
filter: opacity(0.6);
margin-top: 5px;
}
.bottom:hover {
z-index: 10;
} 
.folder-tabs {
    position: absolute;
    top: 14px;
    right: 16px;
    display: flex;
    gap: 6px;
    z-index: 6;
}
.folder-tab{
background:#000;
color:white;
border:1px solid #000;
padding:8px 10px;
filter: opacity(0.8);
cursor: url("../img/cursor/pointer.png"), pointer !important;
font-family:MS UI Gothic;
outline: 1px solid rgb(240 240 255 / 3%);
outline-offset: -2px;
text-shadow:
-1px -1px 0 black,
0 -1px 0 black,
1px -1px 0 black,
-1px 0 0 black,
1px 0 0 black,
-1px 1px 0 black,
0 1px 0 black,
1px 1px 0 black;
}
.folder-tab.active{
background:#111;
filter: opacity(1);
}
.folder-content{
display:none;
}
.folder-content.active{
display:block;
}
.js-tabs{
display:flex;
gap:6px;
margin-bottom:10px;
}
.js-tab{
background:rgba(0,0,0,0.5);
border:1px solid rgba(255,255,255,1);
color:white;
padding:2px 10px;
cursor: url("../img/cursor/pointer.png"), pointer !important;
}
.js-tab.active{
background:rgba(255,255,255,0.1);
}
.js-section{
display:none;
}
.js-section.active{
display:block;
}
.folder-tabs{
position:absolute;
top: 14px;
right: 16px;
display:flex;
gap:6px;
z-index:6;
}
.folder-tab{
background: linear-gradient(#060608c7, #00000091);  color:#d8d8ff;
border:1px solid #000;
padding:6px 12px;
cursor: url("../img/cursor/pointer.png"), pointer !important;
font-family:MS UI Gothic;
font-size:12px;
letter-spacing:1px;
transition:all .15s ease;   border-bottom: transparent
}
.folder-tab:hover{
background:linear-gradient(#0d0d12,#050509);
color:white;
border-bottom: transparent
}
.folder-tab.active{
background: linear-gradient(#0a0a14d6, #000000c7);  color:white;
border-bottom: transparent
}
.album-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 6px;
}
.album-box{
position: relative;
border: 1px solid black;
outline: 1px solid rgba(255,255,255,0.1);
outline-offset: -2px;
background: rgba(0,0,0,0.35);
padding: 10px;
}
.album-tab{
position: absolute;
top: -10px;
left: 10px;
background: linear-gradient(#0a0a14, #000);
padding: 2px 10px;
font-size: 11px;
letter-spacing: 1px;
color: #fff;
border: 1px solid black;
}
.album-content{
display: flex;
gap: 7px;
align-items: center;
}
.album-content img{
width: 70px;
height: 70px;
object-fit: cover;
border: 3px solid black;
outline: 1px solid white;
outline-offset: -2px;
filter: grayscale(1) contrast(140%);
transition: 0.2s ease;
}
.album-box:hover img{
filter: grayscale(0);
}
.album-info{
font-size: 12px;
line-height: 15px;
opacity: 1;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.album-box:hover{
background: rgba(255,255,255,0.03);
}
.album-title{
font-size: 12px;
margin-top: 3px;
}
.album-artist{
opacity: 0.5;
}
.album-genre{
opacity: 0.5;
}
.album-title{
 
  white-space: nowrap;
  position: relative;
}
 .album-title{
 
  max-width: 110px;    
  overflow: hidden;
  white-space: nowrap;
}
.album-title span{
  display: inline-block;
}
.album-title span{
  animation: scrollText 3s linear infinite alternate;
}
@keyframes scrollText{
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(-50%);
  }
}
.album-year{
opacity: 0.5;
}
.artist-box{
position: relative;
border: 1px solid black;
outline: 1px solid rgba(255,255,255,0.1);
outline-offset: -2px;
background: rgba(0,0,0,0.4);
margin-bottom: 14px;
padding: 10px;
}
.artist-tab{
position: absolute;
top: -10px;
left: 10px;
background: linear-gradient(#0a0a14, #000);
padding: 2px 10px;
font-size: 11px;
letter-spacing: 1px;
color: #fff;
border: 1px solid black;
}
.artist-content{
display: flex;
gap: 10px;
align-items: flex-start;
}
.artist-content img{
width: 70px;
height: 70px;
object-fit: cover;
border: 3px solid black;
outline: 1px solid white;
outline-offset: -2px;
filter: grayscale(1) brightness(100%) contrast(130%);
transition: 0.2s ease;
}
.artist-box:hover img{
filter: grayscale(0) brightness(100%) contrast(100%);
}
.artist-text{
flex: 1;
font-size: 12px;
line-height: 15px;
}
.artist-box:last-child{
margin-bottom: 0;
}
.lastfm-box {
margin-top:8px;
}
.lastfm-list {
border-top: 1px solid rgba(255,255,255,0.08);
margin-right: -2px;
overflow-x: hidden;
}
.lastfm-tab {
position: absolute;
top: -10px;
left: 10px;
background: linear-gradient(#0a0a14, #000);
padding: 2px 10px;
font-size: 11px;
letter-spacing: 1px;
color: #fff;
border: 1px solid black;
text-shadow:
-1px -1px 0 black,
0 -1px 0 black,
1px -1px 0 black,
-1px 0 0 black,
1px 0 0 black,
-1px 1px 0 black,
0 1px 0 black,
1px 1px 0 black;
}
.lastfm-list {
display: flex;
flex-direction: column;
max-height: 169px;
min-height: 169px;
overflow-y: auto;
border-top: 1px solid rgba(255,255,255,0.08);
}
.lastfm-list::-webkit-scrollbar {
width: 4px;
}
.lastfm-list::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.6);
border: 1px solid black;
}
.lastfm-list::-webkit-scrollbar-thumb {
background: linear-gradient(to bottom, #cfd6ff, #8fa6ff);
box-shadow: 0 0 6px rgba(160, 180, 255, 0.5);
}
.lastfm-list::-webkit-scrollbar-thumb:hover {
background: linear-gradient(to bottom, #ffffff, #9bb4ff);
}
@supports (-moz-appearance: none) {
.lastfm-list {
scrollbar-width: thin;
scrollbar-color: #9bb4ff rgba(0, 0, 0, 0.6);
}
}
.track {
display: grid;
grid-template-columns: 42px 1fr auto;
align-items: center;
background: rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(255,255,255,0.08);
filter: grayscale(1) brightness(100%) contrast(105%);
transition: 0.2s ease;
}
.track:hover img{
filter: grayscale(0) brightness(100%) contrast(100%);
}
.track:hover {
filter: grayscale(0) contrast(100%);
background: rgba(255,255,255,0.03);
}
.cover {
width: 27px;
height: 27px;
object-fit: cover;
}
.info {
display: flex;
flex-direction: column;
line-height: 14px;
color: #ededed;
text-shadow:
-1px -1px 0 black,
0 -1px 0 black,
1px -1px 0 black,
-1px 0 0 black,
1px 0 0 black,
-1px 1px 0 black,
0 1px 0 black,
1px 1px 0 black;
}
.cover {
width: 36px;
height: 36px;
}
.name {
font-size: 12px;
}
.artist {
font-size: 12px;
opacity: 0.6;
}
.time {
font-size: 10px;
opacity: 0.35;
position:absolute;
right:7px;
bottom: 2px;
white-space: nowrap;
margin-left: 6px;
}
#musicplayer {
display: flex;
flex-direction: column;
gap: 10px;
}
.track {
text-decoration: none;
color: inherit;
}
.track-title,
.track-artist,
.name,
.artist {
display: block;       
max-width: 200px;   
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
overflow-x: hidden;
}
.playing {
image-rendering:pixelated;
}
#s-m-t-tooltip {
z-index: 99999;
margin: 24px 14px 7px 12px;
background: linear-gradient(to bottom, #0a0a0a, #000);
color: #dfdfe3;
font-size: 12px;
font-family: "MS UI Gothic", "Times New Roman", Times, serif;
padding: 8px 8px;
white-space: normal;
max-width: 180px;
line-height:14px;
word-wrap: break-word;outline: 1px solid rgba(0, 0, 0, 1);
outline-offset: -2px;
box-shadow:
0 0 0 1px black,   
1px 1px 0 #000;  text-shadow:
-1px -1px 0 black,
0px -1px 0 black,
1px -1px 0 black,
-1px  0px 0 black,
1px  0px 0 black,
-1px  1px 0 black,
0px  1px 0 black,
1px  1px 0 black;
}
.hiddentext {
text-decoration: underline dotted #666;  
}
.side-tab {
padding: 7px 49px;
border: 1px solid black;
outline: 1px solid rgb(44 44 83 / 11%);
text-align: left;
outline-offset: -2px;
width: 100px;
background: rgba(0, 0, 0, 0.5);
}
.song-list a,
.song-list a:hover,
.song-list a:active,
.song-list a:visited {
color: inherit;
text-decoration: none;
background: none;
}
.text {
min-width:444px;
margin-top:0px;
margin-left:4px;
}
.text2 {
width:205px;
margin-top:0px;
margin-left:4px;
}
.rec {
width:205px;
margin-top:0px;
filter: opacity(0.5);
margin-left:4px;
}