div#container
{
   width: 970px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   background-image: url('../images/Website_Background_2.png');
   background-attachment: fixed;
   background-position: center top;
   background-repeat: repeat-y;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
.wb-theme-header
{
   background-color: #F8F8F8;
   background-image: none;
   border: 1px solid #D2D2D2;
   border-radius: 0px;
   color: #212529;
   --background-color: rgba(248,248,248,1.00);
   --border-color: #D2D2D2;
   --border-width: 1px;
   --color: #212529;
}
.wb-theme-content
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 0px;
   color: #212529;
   --background-color: rgba(255,255,255,1.00);
   --border-color: #DEE2E6;
   --border-width: 1px;
   --color: #212529;
   --icon-color: #0D6EFD;
   --colorize: invert(30%) sepia(83%) saturate(3495%) hue-rotate(210deg) brightness(100%) contrast(99%);
}
.wb-theme-button, .wb-theme-static
{
   background-color: #0D6EFD;
   background-image: none;
   border: 1px solid #0D6EFD;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(13,110,253,1.00);
   --border-color: #0D6EFD;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button:hover
{
   background-color: #0B5ED7;
   background-image: none;
   border: 1px solid #0A58CA;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(11,94,215,1.00);
   --border-color: #0A58CA;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button.active, .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #0A58CA;
   background-image: none;
   border: 1px solid #0A53BE;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(10,88,202,1.00);
   --border-color: #0A53BE;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-header
{
   background-color: #272B2F;
   background-image: none;
   border: 1px solid #424549;
   border-radius: 0px;
   color: #DEE2E6;
   --background-color: rgba(39,43,47,1.00);
   --border-color: #424549;
   --border-width: 1px;
   --color: #DEE2E6;
}
.darktheme .wb-theme-content
{
   background-color: #212529;
   background-image: none;
   border: 1px solid #495057;
   border-radius: 0px;
   color: #DEE2E6;
   --background-color: rgba(33,37,41,1.00);
   --border-color: #495057;
   --border-width: 1px;
   --color: #DEE2E6;
   --icon-color: #0D6EFD;
   --colorize: invert(22%) sepia(96%) saturate(2668%) hue-rotate(215deg) brightness(107%) contrast(98%);
}
.darktheme .wb-theme-button, .darktheme .wb-theme-static
{
   background-color: #0D6EFD;
   background-image: none;
   border: 1px solid #0D6EFD;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(13,110,253,1.00);
   --border-color: #0D6EFD;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button:hover
{
   background-color: #0B5ED7;
   background-image: none;
   border: 1px solid #0A58CA;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(11,94,215,1.00);
   --border-color: #0A58CA;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button.active, .darktheme .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #0A58CA;
   background-image: none;
   border: 1px solid #0A53BE;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(10,88,202,1.00);
   --border-color: #0A53BE;
   --border-width: 1px;
   --color: #FFFFFF;
}
#MegaMenu1
{
   font-size: 0;
   list-style: none;
   margin: 0;
   padding: 0;
   width: 100%;
   margin: 0;
   text-align: left;
   font-family: Arial;
   font-weight: normal;
}
#MegaMenu1 li
{
   display: inline-block;
   font-size: 16px;
   margin: 0;
   padding: 0;
   position: relative;
}
#MegaMenu1 li a
{
   float: left;
}
#MegaMenu1 li .submenu
{
   position: absolute;
   left: 0;
   display: none;
   padding: 15px 15px 15px 15px;
   text-align: left;
   top: 0;
   z-index: 9999;
}
#MegaMenu1 li .submenu.show
{
   display: grid;
}
#MegaMenu1 li .submenu ul
{
   list-style: none;
   margin: 0;
   padding: 0;
}
#MegaMenu1 .submenu ul li
{
   width: 100%;
}
#MegaMenu1 .submenu ul li .heading
{
   display: block;
   font-weight: bold;
   font-size: 0;
   font-style: normal;
   margin: 0;
   padding: 0;
   text-decoration: none;
   text-transform: none;
   white-space: nowrap;
}
#MegaMenu1 .submenu ul li a
{
   display: block;
   float: none;
   height: auto;
   border: 1px solid transparent;
   border-radius: 0px;
   color: inherit;
   font-weight: normal;
   font-style: normal;
   padding: 6px 4px 6px 14px;
   text-decoration: none;
   text-transform: none;
   text-indent: 0;
   white-space: nowrap;
}
#MegaMenu1 .button
{
   cursor: pointer;
   position: relative;
   text-align: center;
   margin: 0 1px 0 0;
   outline: 0;
   padding: 4px 20px 4px 8px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
}
#MegaMenu1 .submenu
{
   border-width: 1px;
}
#MegaMenu1 .submenu a
{
   color: inherit;
}
#MegaMenu1 .submenu a:not(:hover){
   background: none;
   border-color: transparent;
}
#MegaMenu1 .submenu a:hover, #MegaMenu1 .submenu a.active
{
   border-color: var(--border-color);
}
#MegaMenu1 li i
{
   font-size: 16px;
   width: 18px;
}
#MegaMenu1 .arrow
{
   margin-top: -8px;
   margin-left: 0;
   position: absolute;
   right: 4px;
   top: 50%;
   display: block;
   overflow: hidden;
   width: 16px;
   height: 16px;
}
#MegaMenu1 .bullet, #MegaMenu1 .icon
{
   left: 0px;
   margin-top: -8px;
   position: absolute;
   top: 50%;
   display: block;
   overflow: hidden;
   width: 16px;
   height: 16px;
}
#wb_Image1
{
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Image2
{
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Image3
{
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
  :root {
    --bg:#0f0f0f; --card:#181818; --fg:#f5f5f5; --muted:#cfcfcf;
    --brand:#12d87e; --danger:#ff4d4d; --accent:#ffd24a; --line:#2a2a2a;
  }
  html,body { margin:0; height:100%; background:var(--bg); color:var(--fg);
    font:16px/1.45 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
  .wrap { min-height:100%; display:flex; align-items:center; justify-content:center; padding:20px; }
  .card { width:min(520px, 94vw); background:var(--card); border-radius:18px; padding:22px;
    box-shadow:0 10px 26px rgba(0,0,0,.35); border:1px solid var(--line); }
  h1 { margin:0 0 6px; font-size:20px; letter-spacing:.2px; font-weight:800; }
  .muted { color:var(--muted); font-size:13px; margin-bottom:14px; }
  .row { display:flex; gap:16px; align-items:center; }
  .cover { width:140px; height:140px; border-radius:14px; object-fit:cover; background:#333;
    flex:0 0 140px; box-shadow:0 4px 16px rgba(0,0,0,.45); border:1px solid var(--line); }
  .meta { flex:1; min-width:0; }
  .now { font-weight:800; font-size:15px; color:#fff; }
  .title { font-size:14px; color:var(--muted); margin-top:4px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  .clock { margin-top:6px; font-weight:800; font-size:18px; color:var(--accent); }

  .controls { display:flex; align-items:center; gap:10px; margin-top:14px; flex-wrap:wrap; }
  .btn { border:0; border-radius:10px; padding:12px 18px; font-weight:800; cursor:pointer; font-size:16px; display:flex; align-items:center; gap:10px; }
  .play { background:var(--brand); color:#001b10; min-width:130px; }
  .stop { background:var(--danger); color:#320000; min-width:130px; }
  .volwrap { display:flex; align-items:center; gap:10px; flex:1; min-width:180px; }
  input[type=range] { width:100%; accent-color: var(--brand); }

  /* Equalizer */
  .eq {
    width:60px; height:24px; display:flex; gap:4px; align-items:flex-end; margin-left:auto;
    opacity:.25; transition:opacity .25s ease;
  }
  .eq .bar { width:6px; background:linear-gradient(180deg, #42ffb4, #0aa360); border-radius:3px; height:6px; }
  .playing .eq { opacity:1; }
  @keyframes bounce1 { 0%{height:6px} 50%{height:22px} 100%{height:6px} }
  @keyframes bounce2 { 0%{height:10px} 50%{height:18px} 100%{height:10px} }
  @keyframes bounce3 { 0%{height:8px} 50%{height:24px} 100%{height:8px} }
  .playing .bar.b1 { animation:bounce1 0.9s ease-in-out infinite }
  .playing .bar.b2 { animation:bounce2 0.8s ease-in-out .1s infinite }
  .playing .bar.b3 { animation:bounce3 1.0s ease-in-out .05s infinite }
  .playing .bar.b4 { animation:bounce2 0.85s ease-in-out .15s infinite }
  .playing .bar.b5 { animation:bounce1 0.95s ease-in-out .05s infinite }

/* Same size as other icons */
.icon { width:18px; height:18px; }

/* Footer dot states */
.live-dot.off {
  background:#777;           /* grey */
  animation:none;            /* stop pulsing */
}

  /* Footer (small, centered) */
  .foot { margin-top:12px; font-size:12px; color:var(--muted); text-align:center; }
  .live-dot {
    display:inline-block; width:8px; height:8px; margin-right:6px;
    background:#ff4d4d; border-radius:50%; vertical-align:middle;
    animation:pulse 1.2s infinite;
  }
  .live-label { font-weight:600; margin-right:6px; }
  @keyframes pulse {
    0% { transform:scale(1); opacity:1; }
    50% { transform:scale(1.6); opacity:0.6; }
    100% { transform:scale(1); opacity:1; }
  }

  /* Button depth + smooth transitions */
  .btn{
    position:relative;
    box-shadow:0 6px 0 rgba(0,0,0,.35), 0 10px 24px rgba(0,0,0,.25);
    transform:translateY(0);
    transition:transform .06s ease, box-shadow .06s ease, filter .15s ease;
  }
  .btn.pressed,
  .btn:active{
    transform:translateY(2px);
    box-shadow:0 3px 0 rgba(0,0,0,.35), 0 4px 12px rgba(0,0,0,.25);
    filter:saturate(.95) brightness(.98);
  }
  .btn[disabled]{
    opacity:.55; cursor:not-allowed; transform:none;
    box-shadow:0 2px 0 rgba(0,0,0,.25), 0 2px 6px rgba(0,0,0,.15);
  }
