html
{
  height: 100%;
}

body
{
  margin: 0;
  font-family: sans-serif;
  height: 100%;
  background-color:rgb(102, 102, 102);
}

.hero-bak
{
    width: 100vw;
    height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;

    text-align: center;
    color: white;

    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3) ), url("../images/FinleyAudio_home.webp");
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.hero
{
    width: 100vw;
    height: 100vh;

    display: grid;
    grid-template-areas:
    ". . ." 
    "left body right"
    "footer footer footer"
    ;
    justify-content: center;
    align-items: center;

    text-align: center;
    color: white;

    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3) ), url("../images/FinleyAudio_home.webp");
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-y: hidden;
}

.abouthero
{
    width: 100vw;
    height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;

    text-align: center;
    color: white;

    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5) ), url("../images/OHDesk.png");
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-y: scroll;
}

.hero h1
{
    font-size: 3em;

    margin-top: 0;
    margin-bottom: 0;
}

.hero .btn
{
    display:block;
    width: 100px;

    padding: 1em;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;

    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 1.5em;

    border: 2px solid rgb(255, 255, 255);
    border-radius: 20px;
    z-index: 10;

    background-color:#7770b9;
}

.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 11;
top: 0;
left: 0;
background-color: #111;
background-color: rgba(0,0,0,0.9);
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}

.sidenav a {
/*
padding: 8px 8px 8px 32px;
*/
padding-bottom: 10px;
text-decoration: none;
color: #818181;
display: block;
transition: 0.3s;
text-align: center;
}

.sidenav a:hover {
color: #f1f1f1;
}

.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}

.btn
{
  text-decoration: none;
}

@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}

}




.aboutlayout {
    color: white;
width: 100%;
height: 100%;
display: grid;
grid-template-columns: 0.1fr 2.4fr 0.1fr; 
grid-template-rows: 0.3fr 2.5fr 0.1fr; 
gap: 0px 0px; 
grid-template-areas: 
"button header ."
"leftSide body rightSide"
"footer footer footer"; 
background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url("../images/FinleyAudio_Glam02.webp");
background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-y: scroll;

}

.profilepic
{
    max-height: 300px;
    height: 70%;
    max-width: 400px;
    width: auto;
}

.contactlayout {
  color: white;
width: 100vw;
height: 100%;
display: grid;
grid-template-columns: 0.1fr 2.4fr 0.1fr; 
grid-template-rows: 0.3fr 2.5fr 0.2fr; 
gap: 0px 0px; 
grid-template-areas: 
"button header ."
"leftSide body rightSide"
"footer footer footer"; 
background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/FinleyAudio_Glam10.webp");
background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
    overflow-y: scroll;

}


.layout {
    color: white;
width: 100%;
height: 100%;
display: grid;
grid-template-columns: 0.2fr 2.3fr 0.1fr; 
grid-template-rows: 0.2fr 2.4fr 0.01fr; 
gap: 0px 0px; 
grid-template-areas: 
"button header ."
"leftSide body rightSide"
"footer footer footer"; 

background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/LSCloseDesk.png");
background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

.emailform
{
  text-align: center;
  align-items: center;
  margin: auto;
  border: 1px solid white;
  table-layout: fixed;
}


/* .button { */
/*     grid-area: button; */
/* font-size: 3em; */
/* text-decoration: none; */
/* position: fixed; */
/* margin-top: 0.7%; */
/* } */

.button {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 2000;
    font-size: 3em;
}


.header { grid-area: header;
margin: auto;
margin-top: .5em;
margin-bottom: .5em;
font-size: 3em;
}

.leftSide { grid-area: leftSide; }
.body { grid-area: body; 
text-align: center;

}
.rightSide { grid-area: rightSide; }


.footer { grid-area: footer; 
text-align: center;
bottom: 0;
}

a:link {
  /*
    text-decoration: none;
    */
color: white;

  }
  
  a:visited {
    text-decoration: none;
color: white;

  }
  
  a:hover {
    text-decoration: none;
color: white;

  }
  
  a:active {
    text-decoration: none;
color: white;

  }




  .audiolayout {
    color: white;
width: 100%;
height: 100%;
display: grid;
grid-template-columns: 0.1fr 2.4fr 0.1fr; 
grid-template-rows: 0.1fr 3fr 0.2fr; 
gap: 0px 0px; 
grid-template-areas: 
"button header ."
"leftSide body rightSide"
"footer footer footer"; 

background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/FinleyAudio_Glam01.webp");
background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-y: scroll;


}

#gear
{
  background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/OHDesk.png");
background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.codelayout {
  color: white;
width: 100%;
height: 100%;
display: grid;
grid-template-columns: 0.1fr 2.4fr 0.1fr; 
grid-template-rows: 0.05fr 2.5fr 0.2fr; 
gap: 0px 0px; 
grid-template-areas: 
"button header ."
"leftSide body rightSide"
"footer footer footer"; 

background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/FinleyAudio_Glam03.webp");
background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: relative;
    overflow-y: scroll;

}
.codelayout a
{
  text-decoration: none;
}
  /*

#container
{
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    background: black;
}
*/
#canvas
{
    position: relative;
    top: 0;
    left: 0;
    width: 70%;
    height: 23%;
    background-color: rgba(0, 0, 0, 0.5);
    /*
    background-image: url("../images/pillow.webp");
    filter: blur(2px) contrast(5);
    */
}
#audio
{
    width: 70%;
    margin:auto;
    display:block;
}

#fileupload
{
    z-index:100;
}

#dBmeter
{
    width:40%;
}


#fftValues
{
    width: 40%;

}





/*CUSTOM PLAYER*/
/* (A) MATERIAL ICONS */
.material-icons {
    font-size: 28px;
    color: #5ddaf0;
    z-index: 10;

  }
  
  /* (B) WRAPPER */
  #customplayer {
    font-family: arial, sans-serif;
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    max-width: 100%;
    padding: 10px;
    border-radius: 10px;
    background: #484848;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
  }
  
  /* (C) PLAY/PAUSE BUTTON */
  #btnPlay {
    padding: 0;
    margin: 0;
    background: 0;
    border: 0;
    cursor: pointer;
    z-index: 10;

  }
  
  /* (D) TIME */
  #chrono {
    font-size: 14px;
    color: #cbcbcb;
    margin: 0 10px;
    z-index: 10;

  }
  
  /* (E) RANGE SLIDERS */
  /* (E1) HIDE DEFAULT */
  #customplayer input[type="range"] {
    box-sizing: border-box;
    appearance: none;
    border: none;
    outline: none;
    box-shadow: none;
    width: 150px;
    padding: 0;
    margin: 0;
    background: 0;
    z-index: 10;

  }
  #customplayer input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    z-index: 10;

  }
  
  /* (E2) CUSTOM SLIDER TRACK */
  #customplayer input[type=range]::-webkit-slider-runnable-track {
    background: #626262;
    z-index: 10;

  }
  #customplayer input[type=range]::-moz-range-track {
    background: #626262;
    z-index: 10;

  }
  
  /* (E3) CUSTOM SLIDER BUTTON */
  #customplayer input[type=range]::-webkit-slider-thumb {
    width: 16px; height: 16px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    z-index: 10;

  }
  #customplayer input[type=range]::-moz-range-thumb {
    width: 16px; height: 16px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    z-index: 10;

  }
  
  /* (F) VOLUME */
  #icoVolume {
    margin: 0 10px;
    z-index: 10;

  }
  
  /* (G) PLAYLIST */
  #playlist {
    width: 100%;
    padding: 10px;
    margin: 10px;
    color: #7e7e7e;
    background: #323232;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 10;

  }
  .listrow {
    cursor: pointer;
    padding: 10px 0;
    z-index: 10;

  }
  .listrow.now {
    color: rgb(170, 255, 251);
    z-index: 10;

  }

  #canvas_alt
  {
    position: fixed;
    width: 100%;
    height: 25%;
    z-index: 9;
    
    
    bottom: 0;
 

  }

#flexshell
{
  margin: auto;
  width:50%;
  
}


.gearlayout {
  color: white;
width: 100%;
height: 100vh;
display: grid;
grid-template-columns: 0.1fr 2.4fr 0.1fr; 
grid-template-rows: 0.3fr 3.5fr 0.1fr; 
gap: 0px 0px; 
grid-template-areas: 
"button header ."
"leftSide body rightSide"
"footer footer footer"; 

background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("../images/FinleyAudio_Glam11.webp");
background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow-y: scroll;
  overflow-x: hidden;

} 

#gear-list
{
    color: white;
      width: 100%;
      height: 100%;
      display: grid;
      grid-template-columns: 2.2fr 2fr 2fr;
  grid-template-rows: auto auto auto;
      gap: 0px 0px;
margin-left: 10%;
      grid-template-areas:
        "topleft topcenter topright"
        "midleft midcenter midright"
        "botleft botcenter botright";

        text-align: left;
}
@media screen and (max-width: 800px) {
#gear-list{
      color: white;
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: auto;
        grid-template-rows:auto ;
        gap: 0px 0px;
      
        grid-template-areas:
          "topleft" 
          "topcenter"
          "topright"
          "midleft" 
          "midcenter" 
          "midright"
          "botleft" 
          "botcenter" 
          "botright";

}
}



/* FLIP CARD */
.flip-card {
  background-color: transparent;
  width: 250px;
  height: 250px;
  perspective: 1000px;
  z-index: 999;
  margin-left: 32%;

}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
  transition: transform 0.3s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #7f51d4;
  /*
  background-image: "../images/OHDesk.png";
  */
  color: white;
  transform: rotateY(180deg);

} 

.flip-card-back h1{
  text-align: center;
}


/*CONTACT FORM*/
.feedback-input {
  color:white;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #7770b9;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:50%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:2px solid #b669ce; }

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

[type="submit"] {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width: 50%;
  background:#7770b9;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
[type="submit"]:hover { background:#b669ce; }






/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev{
  left:0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
/* Caption text 
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
*/

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.repo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* always 3 columns */
    gap: 20px;
    width: 100%;
}

.repo-card {
  background: #ffffff;
  border: 1px solid #d0d7de;
  border-radius: 6px;
  padding: 16px;
  text-decoration: none;
  color: #24292f;
  transition: background 0.15s, box-shadow 0.15s;
}

.repo-card:hover {
  background: #f6f8fa;
  box-shadow: 0 3px 6px rgba(0,0,0,0.06);
}

.repo-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #0969da;
}

.repo-description {
  font-size: 14px;
  color: #57606a;
  margin-bottom: 12px;
}

.repo-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #57606a;
}

.lang-dot {
  width: 12px;
  height: 12px;
  background: #f1e05a; /* default JS yellow */
  border-radius: 50%;
  margin-right: 4px;
}

.repo-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 180px; /* prevents inside-img-from-going-crazy */
    object-fit: cover; /* crop to fit without distortion */
    border-radius: 4px;
    margin-bottom: 10px;
    display: block;
}



/* WRAPPER */
.about-modern-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0 60px 0;
  text-align: left;
  color: white;
}

/* INTRO SECTION */
.about-intro {
  margin-bottom: 40px;
}

.about-title {
  font-size: 2.5em;
  margin-bottom: 0.2em;
}

.accent {
  color: #70a5ff;
}

.about-subtitle {
  font-size: 1.3em;
  opacity: 0.9;
  margin-bottom: 1em;
}

.about-blurb {
  line-height: 1.6;
  max-width: 700px;
  font-size: 1.1em;
}

/* CARD GRID */
.about-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.about-card {
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(4px);
  padding: 20px;
  border-radius: 10px;
  transition: 0.2s ease;
}

.about-card:hover {
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(-3px);
}

.about-card h2 {
  margin-top: 0;
  color: #9ec9ff;
}

.about-card ul {
  padding-left: 20px;
  margin-top: 10px;
}

.about-card li {
  margin-bottom: 6px;
}

/* SOCIALS */
.about-socials {
  margin-top: 50px;
  text-align: center;
}

.about-socials h2 {
  margin-bottom: 20px;
}

.social-icons img {
  width: 36px;
  height: 36px;
  margin: 0 14px;
  opacity: 0.8;
  transition: 0.2s ease;
}

.social-icons img:hover {
  opacity: 1;
  transform: scale(1.12);
}


/* Modern gear page styles (safe, isolated) */

.gear-intro {
  font-size: 1.2em;
  opacity: 0.9;
  margin-bottom: 30px;
}

.gear-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  padding: 10px;
}

.gear-card {
  background: rgba(0,0,0,0.45);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(3px);
  padding: 20px;
  border-radius: 10px;
  transition: 0.2s ease;
  text-align: left;
}

.gear-card:hover {
  background: rgba(0,0,0,0.6);
  transform: translateY(-3px);
}

.gear-card h2 {
  margin-top: 0;
  color: #9ec9ff;
  font-size: 1.6em;
}

.gear-card h4 {
  margin-bottom: 6px;
  margin-top: 16px;
  font-size: 1.1em;
  color: #c5d9ff;
}

.gear-card ul {
  padding-left: 20px;
  margin-top: 6px;
}

.gear-card li {
  margin-bottom: 4px;
  font-size: 0.95em;
  opacity: 0.95;
}

/* ============================================================
   CLEANED + MODERNIZED VISUAL STYLING FOR YOUR EXISTING PLAYER
   (does not alter layout or JS IDs)
   ============================================================ */

#flexshell {
  margin: 0 auto;
  width: 60%;
  max-width: 700px;
}

/* Player container */
#customplayer {
  background: rgba(0,0,0,0.45);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 20px;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

/* Play button */
#btnPlay {
  border: none;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  padding: 12px;
  cursor: pointer;
  transition: 0.2s;
}
#btnPlay:hover {
  background: rgba(255,255,255,0.25);
}

.material-icons {
  font-size: 30px;
  color: #e9f1ff;
}

/* Time display */
#chrono {
  font-size: 16px;
  margin: 0 10px;
  color: #d3e3ff;
}

/* Seek bar */
#seek {
  flex: 1;
  height: 6px;
  border-radius: 6px;
  background: rgba(255,255,255,0.3);
}

/* Seek thumb */
#seek::-webkit-slider-thumb {
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

/* Volume row */
#icoVolume {
  margin-left: 8px;
}

#volume {
  width: 150px;
}
#volume::-webkit-slider-thumb {
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
}

/* Playlist panel */
#playlist {
  width: 100%;
  background: rgba(0,0,0,0.25);
  border-radius: 8px;
  padding: 10px;
  margin-top: 10px;
  max-height: 260px;
  overflow-y: auto;
}

.listrow {
  padding: 8px 6px;
  border-radius: 6px;
  color: #d8e2ff;
  cursor: pointer;
  transition: 0.15s;
}
.listrow:hover {
  background: rgba(255,255,255,0.15);
}

.listrow.now {
  background: rgba(119,112,185,0.55);
  color: white;
  font-weight: 600;
}

/* VISUALIZER — fixed bottom */
#canvas_alt {
  position: fixed;
  left: 0;
  bottom: 0;

  width: 100vw;
  height: 22vh;

  pointer-events: none;
  z-index: 5;

  display: block;
  opacity: 0.85;
}

/* ============================================================
   AUDIO PAGE OVERHAUL — GLASSMORPHISM, NO HORIZONTAL SCROLL
   ============================================================ */

/* Ensure the body never scrolls sideways */
body, html {
    overflow-x: hidden !important;
}

/* Fix grid overflow from background images */
.audiolayout {
    overflow-x: hidden !important;
}

/* Blurred glass center column */
.audiolayout .body {
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;

    padding: 40px 50px;
    margin: 40px auto;
    width: min(90%, 1100px);

    box-shadow: 0 8px 25px rgba(0,0,0,0.4);
}

/* Header glow */
.audiolayout .header {
    color: #ffffff;
    text-shadow: 0 0 15px rgba(183,105,206,0.7);
    font-weight: 600;
}

/* Section headers */
.audiolayout h1, 
.audiolayout h2 {
    text-shadow: 0 0 10px rgba(199,140,255,0.5);
}

/* Divider */
.audiolayout hr {
    border: none;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255,255,255,0.5),
        transparent
    );
    margin: 30px 0;
}

/* Testimonials container */
.slideshow-container {
    padding: 25px;
    border-radius: 14px;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(8px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.35);
    overflow: hidden; /* prevent horizontal scroll from animations */
}

.mySlides {
    font-size: 1.05em;
    line-height: 1.6em;
    color: #e7e7e7;
    text-shadow: 0 0 8px rgba(0,0,0,0.7);
    animation: fadeIn 0.8s ease;
    overflow-wrap: break-word;
}

/* Arrows */
.prev, .next {
    color: #b27bff;
    text-shadow: 0 0 8px rgba(178,123,255,0.6);
}
.prev:hover, .next:hover {
    color: #e4b2ff;
}

/* Dot indicators */
.dot {
    background-color: rgba(255,255,255,0.4);
}
.dot.active {
    background-color: #b669ce;
    box-shadow: 0 0 8px rgba(182,112,185,0.8);
}

/* Fade animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

/* AUDIO PLAYER PANEL */
#flexshell {
    width: min(90%, 800px);
    margin: 40px auto;
}

#customplayer {
    background: rgba(20, 20, 30, 0.55);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 18px;
    padding: 25px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;

    box-shadow:
        0 0 20px rgba(150,110,255,0.25),
        0 6px 18px rgba(0,0,0,0.4);

    animation: fadeIn 0.7s ease;
}

#playlist {
    width: 100%;
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(6px);
    border-radius: 12px;
    overflow-y: auto;
    max-height: 250px;
}

.listrow {
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
    color: #d8e2ff;
    margin-bottom: 4px;
}

.listrow:hover {
    background: rgba(255,255,255,0.15);
}

.listrow.now {
    background: rgba(150,110,255,0.55);
    color: #fff;
    text-shadow: 0 0 10px rgba(255,255,255,0.3);
}



/* ============================================================
   BOTTOM VISUALIZER — NO HORIZONTAL SCROLL
   ============================================================ */
#canvas_alt {
    position: fixed;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 22vh;

    pointer-events: none;
    opacity: 0.9;
    z-index: 5;

    filter: drop-shadow(0 -6px 25px rgba(160,110,255,0.85));

    overflow: hidden;
}

