* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  user-select: none;
  overflow: hidden;
}

.chat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0px 0px 0px;
}

.chat iframe {
  width: 100%;
  max-width: 650px;
  height: auto;
  aspect-ratio: 4 / 3; /* Keeps size proportional */
}


.radio {
    display: flex;
    justify-content: center;
    padding: 25px 0px 25px 0px;
}

.radio audio {
  width: 100%;
  max-width: 400px;
}

.lastplayed .window {
    width: 300px;
}

.mainwindow .window {
    width: 720px;
}

.lastplayed .window,
.schedule .window {
  width: 60vw;
  max-width: 300px;
  min-width: 200px;
}


.window {
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.6);
    width: 90vw;  
    max-width: 720px;   
    min-width: 280px;
}


.window-body-wrapper {
    padding: 0 0.5rem 0.5rem 0.5rem;
}
.window-body {
    background: white;
    height: 100%;
    flex-wrap: wrap;
    transition: all 0.2s ease-in-out;
}

.mainwindow .window-body {
    background: none !important;
    height: 100%;
    flex-wrap: wrap;
}

.lastplayed .window-body {
  background: #f0f0f099;
}


.schedule .window-body {
    background: none !important;
}


.schedule .window {
    width: 300px;
}

.info .window-body {
    background: none !important;
}


.info .window {
    width: 300px;
}

.staff .window-body {
    background: none !important;
}


.staff .window {
    width: 300px;
}

.donate .window-body {
    background: #f0f0f099;
}


.donate .window {
    width: 300px;
}

.partner .window-body {
    background: none !important;
}


.partner .window {
    width: 300px;
}

.webring .window-body {
    background: none !important;
}


.webring .window {
    width: 300px;
}

.rules .window-body {
    background: #f0f0f099;
}


.rules .window {
    width: 300px;
}

.title-bar-text {
  display: flex;
  align-items: center;
  gap: 8px;
}

.title-bar-text .title-icon {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.draggable {
  max-width: 100%;
  position: absolute; /* Required for dragging */
}

@media (max-width: 480px) {
  .window {
    width: 95vw;
    min-width: 200px;
  }
}

/* Desktop App Icons */

.desktop-iconz {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.iconz {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  transition: transform 0.2s;
}

.iconz img {
  width: 64px;
  height: 64px;
  margin-bottom: 8px;
}

.iconz span {
  font-size: 0.9rem;
  color: white;
  text-shadow: 0 1px 2px black;
  word-wrap: break-word;
}

.iconz:hover {
  transform: scale(1.1);
}

.desktop-iconz.corner {
    align-items: flex-end;
}

.secondappflex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 20px;
  flex-direction: row-reverse;
}

/* Staff section */

div#staff-content {
    color: white;
}

div#staff-content li {
    background: #23262b7a !important;
}

/* Partner Section */
.partner-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.partner-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  background: #23262b;
  border-radius: 8px;
  padding: 8px 10px;
  background: #23262b7a !important;
}

.partner-item img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  background: #202224;
  border: 1.5px solid #2d2f36;
}

.partner-name {
  color: white;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.partner-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: white;
  padding: 8px 10px;
  border-radius: 8px;
  height: 100%;
}

.partner-name {
  color: white;
  font-weight: 500;
  line-height: 1.2;
}

/* Web Ring */

 #aero-ring {
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(64, 64, 64, 1) 100%
    );
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5),
      inset 0 2px 1px rgba(255, 255, 255, 0.15),
      inset 0 -2px 1px rgba(0, 0, 0, 0.35);
    margin: 10px auto 0px auto;
    padding: 0.75rem;
    max-width: 15rem;
    font-family: sans-serif;
  }

  #aero-ring a,
  #aero-ring a:visited {
    color: white !important;
  }
  #aero-ring a:focus,
  #aero-ring a:hover {
    color: lightgrey !important;
  }
  #aero-ring a:active {
    color: darkgrey !important;
  }

  /* Rules */

   .therules {
      line-height: 1.6;
      background: #ffffff52;
      padding: 20px 30px;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      color: black;
    }

  .rules a {
    color: rgb(81, 69, 255);
    text-decoration: underline;
  }

  .rules ol {
    margin-bottom: 10px;
  }

  .rules img {
    width: 60%;
}

/* Site created by vamp (6969690) 

  With help from Daniele - Tiro the sharky */