html {background: black url('/img/bg.jpg');height:100%;}

audio {
  visibility: hidden;
}

body
{
	margin: 0 0 50px 0;
	padding: 0;
	font-size: 11px;
}

body, html
{
	min-width: 800px;
}

body * {font-family: Georgia, helvetica, sans-serif;}

#line
{
	background: black;
	height: 20px;
	opacity: 0.4;
}

#player br {clear:both;}

#light {
  background: url('/img/light.png') -30px 0 no-repeat;
  min-width: 1000px;
  width: 1000px;
  min-height: 400px;
  margin: 0 auto; 
}

#logo
{
	min-width: 450px;
	width: 700px;
	height: 250px;
	margin: 0 auto;
	background: url('/img/logo.png') 290px 80px no-repeat;
}

#player
{
	height: 380px;
	width: 750px;
	min-width: 750px;
	background: url('/img/player.png') top center no-repeat;
	margin: 0 auto;
}

#player ol.b
{
	margin: 0;
	padding: 0;
	background: transparent;
}


#player ol.h
{
	margin: 0;
	padding: 0;
	background: url('/img/hover.png') 60px center no-repeat;
}


#player div.sep
{
	clear: both;
	height: 100px;
}

#player div.info, #player div.play
{
	width: 355px;
	height: 245px;
	float: left;
	margin: 58px 0 20px 0;
}

#player div.info
{
	background: url('/img/arrow.png') bottom right no-repeat;
}

#player > div.info > p
{
	font-size: 20px;
	color: white;
	font-weight: bold;
	font-family: Georgia, helvetica, sans-serif;
	font-style: italic;
	margin: 52px 0 0 0;
	text-align: center;
}

#player code, #player a
{
	display: block;
	font-size: 12px;
	color: #e3e3e3;
	padding: 5px 0;
}

#player a {text-decoration: none;}

#player div.play
{
	margin-left: 11px;
}

#media
{
	width: 355px;
	height: 245px;
}


#player div.track
{
	float: left;
	width: 230px;
	margin: 5px;
	opacity: 0.5;
	background: url('/img/typo.png') left center no-repeat;
}

#player div.track:hover {cursor: pointer;}
#player div.h {opacity: 1;}

#player li
{
	margin: 0;
	padding: 0;
	padding-left: 60px;
	list-style-type: none;
	color: #546F76;
	font-size: 12px;
	font-family: Arial, helvetica, sans-serif;
}


#player strong
{
	color: #3C4F54;
	font-family: Arial, helvetica, sans-serif;
}

#footer
{
	width: 750px;
	height: 72px;
	margin: 20px auto;
	background: url('/img/footer.png') top center no-repeat;
	clear: both;
}

#footer p
{
	font-size: 12px;
	color: white;
	font-weight: bold;
	font-family: Arial, helvetica, sans-serif;
	font-style: italic;
	float: left;
	width: 330px;
	padding: 25px 20px 0 20px;
}

#footer a {color: white;}

#about, #contact
{
	float: left;
	font-family: Georgia, helvetica, sans-serif;
	font-size: 13px;
	color: #575757;
	text-align: justify;
	padding: 90px 5px 0 5px;
}

#about
{
	width: 500px;
	background: url('/img/about.png') top left no-repeat;
}

#about img
{
	display: block;
	width: 200px;
	margin: -150px 0 0 400px;
	border: none;
}


#about li
{
	font-family: Georgia, helvetica, sans-serif;
	font-size: 13px;
	color: #575757;
}

#about strong {font-size: 14px;}

#contact
{
	width: 200px;
	background: url('/img/contact.png') top left no-repeat;
}

#contact a
{
	font-size: 15px;
	color: white;
	font-weight: bold;
	font-family: Georgia, helvetica, sans-serif;
	font-style: italic;
	display: block;
	padding: 10px 2px 10px 40px;
}

#playlist
{
	position: fixed;
	width: 60%;
	left: 20%;
	top: 0;
	background: black;
	border: 1px solid white;
	opacity: 0.5;
	z-index: 1001;
} #playlist:hover {opacity: 0.9;}

#playlist p
{
	margin: 10px;
	padding: 0;
	color: white;
	font-family: Georgia, helvetica, sans-serif;
	text-shadow: 0 1px 1px #aaa;
} #playlist p:hover {cursor:pointer;}

#playlist div
{
	display: none;
	color: white;
	margin: 0 10px;
	padding: 10px 0;
	border-top: 1px solid white;
	max-height: 300px;
	overflow: auto;
}

#playlist ul {margin:5px 0;padding:0;}

#playlist li
{
	list-style-type: none;
	margin: 2px;
	padding: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #333;
	background: #444;
}

#playlist div a
{
	color: white;
	text-decoration: none;
}

#infostore
{
	min-width: 450px;
	width: 640px;
	height: 41px;
	margin: 0 auto;
	background: url('/img/infostore.png') 560px 80px no-repeat;
}

#visualizer {
  background: radial-gradient(circle at center, #111 0%, #000 70%);
}

#visualizer {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
}

#viz-wrapper {
  position: relative;
  width: 355px;
  height: 245px;
}



/* czas playlisty */
#playlist > p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#playlist > p em {
  font-style: normal;
  font-size: 11px;
  color: #aaa;
  opacity: 0.9;
}


.track-container {
    height: 200px;
    width: 750px;
    overflow: auto;
}

/*tooltip*/
.custom-tooltip {
  position: fixed;
  z-index: 99999;
  pointer-events: none;

  background: rgba(10, 10, 10, 0.75);
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;

  font-size: 12px;
  white-space: nowrap;

  box-shadow:
    0 0 6px rgba(45, 180, 214, 0.6),
    0 0 14px rgba(45, 180, 214, 0.45),
    0 0 28px rgba(45, 180, 214, 0.3);


  backdrop-filter: blur(6px);

  opacity: 0;
  transform: translateY(6px);
  transition: opacity .15s ease, transform .15s ease;
}

.custom-tooltip.visible {
  opacity: 1;
  transform: translateY(0);
}

/*poprawka tip*/
.custom-tooltip {
  position: fixed;
  pointer-events: none;
  z-index: 9999;

  padding: 6px 10px;
  font-size: 12px;
  color: #eaffff;

  background: rgba(10, 20, 30, 0.55);
  backdrop-filter: blur(6px);

  border-radius: 6px;
  white-space: nowrap;

  box-shadow:
    0 0 6px rgba(45, 180, 214, 0.6),
    0 0 14px rgba(45, 180, 214, 0.45),
    0 0 28px rgba(45, 180, 214, 0.3);


  transform: translate(18px, 18px);
}

#tooltip {
  position: fixed;
  pointer-events: none;
  opacity: 0;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(10, 20, 30, 0.85);
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  z-index: 99999;

  box-shadow:
    0 0 12px rgba(45,180,214,0.6),
    0 0 24px rgba(45,180,214,0.35);

  transition: opacity 0.15s ease;
}

#tooltip.show {
  opacity: 1;
}


/*playlist*/
.remove-track {
  display: inline-block;
  margin: 0 6px;

  font-weight: bold;
  font-size: 10px;
  text-decoration: none;

  color: #ff4d4d;
  cursor: pointer;

  text-shadow:
    0 0 6px rgba(255, 60, 60, 0.8);

  transition: transform 0.15s ease, text-shadow 0.15s ease;
}

.remove-track:hover {
  color: #ff0000;
  transform: scale(1.2);

  text-shadow:
    0 0 10px rgba(255, 0, 0, 1),
    0 0 18px rgba(255, 0, 0, 0.6);
}

:root {
  --controls-height: 48px;
}

/* wrapper */
#viz-wrapper {
  position: relative;
  width: 355px;
  height: 245px;
  background: #000;
  overflow: hidden;
}

/* CANVAS – KOŃCZY SIĘ NAD PASKIEM */
#visualizer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: var(--controls-height);
  display: block;
}

/* PLYR – OVERLAY NA DOLE */
#viz-wrapper .plyr {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--controls-height);
  background: rgba(0, 0, 0, 0.85);
  z-index: 10;
}


/* ===============================
   PLYR – DARK CUSTOM SKIN
   =============================== */

/* tło całego paska */
#viz-wrapper .plyr {
  background: rgba(0, 0, 0, 0.85);
}

/* kontener kontrolek */
#viz-wrapper .plyr__controls {
  background: transparent;
  color: #fff;
}

/* ikony */
#viz-wrapper .plyr__control svg {
  fill: #fff;
}

/* hover ikon */
#viz-wrapper .plyr__control:hover svg {
  fill: #ddd;
}

/* play/pause/stop przycisk */
#viz-wrapper .plyr__control {
  color: #fff;
  background: transparent;
}

/* progress bar */
#viz-wrapper .plyr__progress input[type="range"] {
  color: #fff;
}

/* wypełnienie progress */
#viz-wrapper .plyr__progress__filled {
  background: #fff;
}

/* kółko na seekbarze */
#viz-wrapper .plyr__progress input[type="range"]::-webkit-slider-thumb {
  background: #fff;
}

/* volume bar */
#viz-wrapper .plyr__volume input[type="range"] {
  color: #fff;
}

/* volume thumb */
#viz-wrapper .plyr__volume input[type="range"]::-webkit-slider-thumb {
  background: #fff;
}

/* czas */
#viz-wrapper .plyr__time {
  color: #fff;
}

/* USUŃ NIEBIESKI AKCENT */
:root {
  --plyr-color-main: #ffffff;
}

/* ===============================
   PLYR – SUBTLE GLOW ON HOVER
   =============================== */

/* progress + volume – cały obszar */
#viz-wrapper .plyr__progress:hover,
#viz-wrapper .plyr__volume:hover {
  filter: drop-shadow(0 0 6px rgba(255,255,255,0.35));
}

/* wypełnienie progress */
#viz-wrapper .plyr__progress__filled {
  transition: filter 0.2s ease;
}

/* thumb (kropka) seek */
#viz-wrapper
.plyr__progress input[type="range"]::-webkit-slider-thumb {
  transition: box-shadow 0.2s ease;
}

#viz-wrapper
.plyr__progress:hover input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0 0 8px rgba(255,255,255,0.6);
}

/* volume thumb */
#viz-wrapper
.plyr__volume input[type="range"]::-webkit-slider-thumb {
  transition: box-shadow 0.2s ease;
}

#viz-wrapper
.plyr__volume:hover input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0 0 8px rgba(255,255,255,0.6);
}

/* ===============================
   PLYR – GLOW PLAY / PAUSE
   =============================== */

/* przyciski play / pause */
#viz-wrapper .plyr__control--overlaid,
#viz-wrapper .plyr__control {
  transition: filter 0.2s ease;
}

/* glow na hover – TYLKO ikona */
#viz-wrapper .plyr__control:hover svg {
  filter: drop-shadow(0 0 8px rgba(255,255,255,0.6));
}

/* USUŃ TOOLTIP CZASU NA SEEK BARZE */
#viz-wrapper .plyr__tooltip {
  display: none !important;
}

/* === USUNIĘCIE PASKA BUFFERU (PLYR) === */
#viz-wrapper .plyr__progress__buffer {
  display: none !important;
}

/* usuń focus outline z przycisków playera */
button:focus,
button:active,
input[type="range"]:focus {
  outline: none;
  box-shadow: none;
}

/* OPACITY */

/* 🔥 tekst */
#player .track.h ol,
#player .track.h ol li,
#player .track.h ol strong {
  color: #ffffff;
  text-shadow:
    0 0 6px rgba(25, 191, 233, 0.70),
    0 0 12px rgba(25, 191, 233, 0.74);
}

#player .track.h {
  filter: drop-shadow(0 0 6px rgba(25, 191, 233, 0.74));
}

#player .track {
  opacity: 0.5;
}

#player .track.h {
  opacity: 1;
}

#player {
  overflow: visible;
}

#player .track {
  position: relative;
  overflow: visible;
}


#about a {
  display: inline-block;   
}

#about a img {
  display: block;          
  cursor: pointer;

  filter: drop-shadow(0 0 0 rgba(0,0,0,0));

  transition:
    filter 0.9s ease-out,
    transform 0.9s ease-out;
}

#about a img:hover {
  filter:
    drop-shadow(0 0 6px rgba(25, 191, 233, 0.35))
    drop-shadow(0 0 14px rgba(25, 191, 233, 0.74))
    drop-shadow(0 0 28px rgba(25, 191, 233, 0.74));

  transform: scale(1.02);
}

#player .track {
  opacity: 0.5;
  transition: opacity 0.6s ease-out;
}

#player .track:hover {
  opacity: 0.85;
}

#player .track.h {
  opacity: 1;
}


.track-container {
  overflow-y: auto;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.45) transparent;
}

/* Chrome / Edge / Safari */
.track-container::-webkit-scrollbar {
  width: 5px;
}

.track-container::-webkit-scrollbar-track {
  background: transparent;
}

.track-container::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.4);
  border-radius: 10px;
  transition: background 0.25s, box-shadow 0.25s;
}

.track-container::-webkit-scrollbar-thumb:hover {
  background: rgba(255,255,255,0.85);
  box-shadow:
    0 0 6px rgba(255,255,255,0.8),
    0 0 12px rgba(255,255,255,0.6);
}

/* remove arrows */
.track-container::-webkit-scrollbar-button {
  display: none;
}

#contact a {
  position: relative;
  display: block;
  padding: 10px 2px 10px 46px;
  color: white;
  text-decoration: none;
}

#contact a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 33px;
  height: 33px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;


  transition:
    filter 0.9s ease-out,
    transform 0.9s ease-out;

  filter: drop-shadow(0 0 0 rgba(0,0,0,0));
}

#contact a.mail::before {
  background-image: url('/img/mail.png');
}

#contact a.gg::before {
  background-image: url('/img/gg.png');
}

#contact a:hover::before {
  filter:
    drop-shadow(0 0 6px rgba(25,191,233,0.45))
    drop-shadow(0 0 14px rgba(25,191,233,0.75))
    drop-shadow(0 0 28px rgba(25,191,233,0.75));
}


#contact a {
  transition:
    text-shadow 0.8s ease-out;
}

#contact a {
  will-change: text-shadow;
}

#contact a:hover {
  text-shadow:
    0 0 8px rgba(234, 42, 40, 0.65),
    0 0 18px rgba(234, 42, 40, 0.45),
    0 0 30px rgba(234, 42, 40, 0.25);
}


#footer a {
  transition: text-shadow 0.8s ease-out;
}

#footer a:hover {
  text-shadow:
    0 0 8px rgba(234, 42, 40, 0.65),
    0 0 18px rgba(234, 42, 40, 0.45),
    0 0 30px rgba(234, 42, 40, 0.25);
}


#playlist #loopMode {
  transition: text-shadow 0.8s ease-out;
}

#playlist #loopMode:hover {
  text-shadow:
    0 0 8px rgba(234, 42, 40, 0.65),
    0 0 18px rgba(234, 42, 40, 0.45),
    0 0 30px rgba(234, 42, 40, 0.25);
}

/*NEW TRACKS*/

.new-badge {
  color: yellow;
  font-size: 10px;
  margin-left: 6px;
  font-weight: bold;
  opacity: 1;
  transition: opacity 0.6s ease;
}

.new-badge.fade-out {
  opacity: 0;
}

#konami {
  position: fixed;
  left: 50%;
  bottom: 20px;

  transform: translateX(-50%) translateY(8px);

  pointer-events: none;
  opacity: 0;

  padding: 6px 10px;
  border-radius: 8px;

  background: rgba(10, 20, 30, 0.85);
  color: #fff;

  font-size: 12px;
  white-space: nowrap;

  z-index: 99999;

  box-shadow:
    0 0 12px rgba(45,180,214,0.6),
    0 0 24px rgba(45,180,214,0.35);

  transition: opacity .15s ease, transform .15s ease;
}

#konami.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

#dev-panel {
  position: fixed;
  bottom: 20px;
  right: 20px;

  transform: translateY(8px);
  opacity: 0;
  pointer-events: none;

  padding: 12px 14px;
  border-radius: 10px;

  background: rgba(10, 20, 30, 0.9);
  color: #fff;

  font-size: 12px;
  font-family: monospace;
  line-height: 1.4;

  z-index: 99999;

  box-shadow:
    0 0 12px rgba(45,180,214,0.6),
    0 0 24px rgba(45,180,214,0.35);

  text-shadow:
    0 0 6px rgba(255,255,255,0.6);

  transition: opacity .15s ease, transform .15s ease;
}

#dev-panel.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

#dev-panel .close {
  position: absolute;
  top: 6px;
  right: 8px;
  cursor: pointer;
  color: #ff3355;
  font-weight: bold;
}