@font-face {
  font-family: "iceland";
  src: url("../assets/fonts/IcelandWinterstorm.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "oldeng";
  src: url("../assets/fonts/OLDENGL.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "venice";
  src: url("../assets/fonts/VeniceClassic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ancient";
  src: url("../assets/fonts/Ancient Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --page-text: #0b2350;
  --frame-blue: #415a7a;
  --frame-blue-dark: #344058;
  --panel-dark: #141414;
  --header-dark: #2c2c2c;
  --player-blue: #2c5ae6;
  --player-blue-dark: #244a9a;
  --player-blue-deep: #0f2146;
  --player-knob: #cfd8ff;
}

html,
body {
  min-width: 800px;
  margin: 0;
  padding: 0;
  height: 100vh;
  background-image: url("../assets/background/bg-blue-01.jpg");
  color: var(--page-text);
  position: relative;
  overflow: hidden;
}

.outer-lace {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1100px;
  height: 785px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  user-select: none;
  overflow: visible;
  z-index: 0;
}

.border {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 935px;
  height: 460px;
  transform: translate(-50%, -50%);
  background-color: #222;
  border: 3px solid #000;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 180px 1fr 180px;
  grid-template-rows: 80px 1fr;
  gap: 0 15px;
  z-index: 1;
  overflow: visible;
}

header {
  position: relative;
  grid-column: 1 / -1;
  background: var(--header-dark) url("../assets/background/gingham-02.jpg") repeat;
  background-size: 600px;
  padding: 10px 20px 0;
  font-size: 3rem;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  z-index: 5;
  color: #fff;
}

.text {
  font-family: "iceland", monospace, sans-serif;
  font-size: 7rem;
  margin-left: -25px;
  filter:
    drop-shadow(0 0 2px #000)
    drop-shadow(0 -1px #000)
    drop-shadow(0 1px #000)
    drop-shadow(0 0 #000)
    drop-shadow(0 1px #000);
  z-index: 10;
}

header::after {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 40px;
  background: url("../assets/lace/hrz-lace-01.png") repeat-x center;
  background-size: contain;
  pointer-events: none;
  z-index: 8;
}

.bow {
  position: absolute;
  right: 670px;
  top: -70px;
  width: 320px;
  height: auto;
  z-index: 10;
}

.warui {
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 280px;
  height: auto;
  z-index: 10;
}

.sidebar {
  position: relative;
  background-color: var(--frame-blue);
  border: 5px solid var(--frame-blue-dark);
  padding: 15px;
  font-family: monospace;
  font-size: 0.85rem;
  color: #ddd;
  text-align: center;
  height: 334px;
}

#icon {
  background: url("./assets/kafka.jpg") center / cover no-repeat;
  height: 45px;
  width: 45px;
  border: 15px solid transparent;
  border-image: url("../assets/borders/lace-bdr-05.png") 33 round;
  padding: 20px;
  margin: 20px auto;
  bottom: 25px;
  position: relative;
  display: block;
}

#nav-divider {
  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 20px;
  margin: auto;
  z-index: 900;
  background: url("../assets/dividers/dvr-02.png") center / 400% no-repeat;
  overflow: hidden;
}

.button,
.errorbutton {
  position: relative;
  bottom: 24px;
  background-image: url("../assets/button/button-01.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #1b3955;
  font-size: 1.5rem;
  font-family: "venice", sans-serif;
  text-decoration: none;
  width: 140px;
  height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.errorbutton {
  filter: grayscale(100%);
  pointer-events: none;
  cursor: default;
}

.button:hover {
  color: #316291;
}

.sidebar-lace-edge {
  position: absolute;
  top: 0;
  left: 175px;
  height: 369px;
  display: flex;
  pointer-events: none;
  user-select: none;
  z-index: 3;
}

.lace-part {
  height: 100%;
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
}

.lace-part.first {
  width: 17px;
  background-image: url("../assets/lace/vert-lace-03.png");
  background-size: 18px auto;
  z-index: 4;
}

.lace-part.second {
  width: 40px;
  margin-left: -15px;
  background-image: url("../assets/lace/vert-lace-01.png");
  background-size: 35px auto;
}

.right-sidebar .sidebar-lace-edge {
  left: auto;
  right: 175px;
  transform: scaleX(-1);
}

.right-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
}

.right-sidebar > * {
  min-height: 0;
}

nav.sidebar.left-sidebar > :not(.sidebar-lace-edge) {
  transform: translateY(20px);
}

.main-content {
  background-color: var(--panel-dark);
  padding: 20px;
  height: 100%;
  width: 400px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}

.main-content h1 {
  font-family: "iceland", sans-serif;
  font-weight: normal;
  font-size: 2.3rem;
  filter:
    drop-shadow(0 0 1px #000)
    drop-shadow(0 -1px #000)
    drop-shadow(0 1px #000)
    drop-shadow(0 0 #000)
    drop-shadow(0 1px #000);
  color: #fff;
  margin-bottom: -1%;
  margin-left: 20%;
  margin-right: 20%;
}

.main-content p {
  margin-left: 9%;
  width: 299px;
  font-size: 13px;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
}

.main-content p i {
  margin-left: -4px;
  font-size: 11.1px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 0.8;
  color: #fff;
}

.divider {
  display: block;
  width: 100%;
  height: auto;
  margin: -3px auto;
}

#updates,
#neighbors {
  background: url("../assets/background/bg-blue-07.jpg") repeat;
  background-size: 35px;
  border: 3px solid #2d455b;
  border-radius: 2px 2px 0 0;
  width: 143px;
  padding-top: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
}

#updates {
  margin: 10px auto 0;
}

#neighbors {
  margin: 8px auto 0;
}

.updates-lace {
  background: url("../assets/lace/hrz-lace-03.png") repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 12px;
  margin: 0;
  padding: 0;
}

.updates-lace-top {
  position: relative;
  top: -2px;
}

.updates-lace-low {
  transform: scaleY(-1);
  margin-top: -2px;
}

#updates-text,
#neighbors-text {
  font-family: "iceland", monospace, sans-serif;
  font-size: 2.15rem;
  color: #000;
  width: 100%;
  height: 1.55rem;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  filter:
    drop-shadow(0 0 1px #fff)
    drop-shadow(0 -1px #fff)
    drop-shadow(0 1px #fff)
    drop-shadow(0 0 #fff)
    drop-shadow(0 1px #fff);
}

#updates-box,
#neighbors-box {
  background: url("../assets/background/bg-blue-08.jpg") repeat;
  background-size: 21.2px;
  border-left: 3px solid #2d455b;
  border-right: 3px solid #2d455b;
  border-bottom: 3px solid #2d455b;
  border-top: 0;
  border-radius: 0 0 2px 2px;
  width: 143px;
  flex: 1 1 0;
  min-height: 0;
  padding: 12px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-y: hidden;
  overflow-x: hidden;
  text-align: left;
}

#updates-box #box-text {
  margin-top: 0;
}

#box-text,
#neighbors-content {
  padding: 3px 20px 0;
  margin: -26px;
  box-sizing: border-box;
  text-shadow:
    -2px 0 #000,
    0 2px #000,
    2px 0 #000,
    0 -2px #000;
}

.updates-preview {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
  min-height: 100%;
  padding: 7px 8px 10px;
  margin: -6px 0 0;
  position: relative;
  box-sizing: border-box;
}

.updates-preview-text {
  margin-top: -8px;
}

.updates-preview-label {
  margin: 0 0 6px;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  text-transform: lowercase;
}

.updates-preview-list {
  margin: 0;
  padding-left: 0;
  padding-bottom: 34px;
  list-style: none;
}

.updates-preview-list li {
  position: relative;
  margin: 0 0 5px;
  padding-left: 12px;
}

.updates-preview-list li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 0.7em;
  color: #fff;
  text-shadow:
    -1px -1px 0 #000,
    0 -1px 0 #000,
    1px -1px 0 #000,
    -1px 0 0 #000,
    1px 0 0 #000,
    -1px 1px 0 #000,
    0 1px 0 #000,
    1px 1px 0 #000;
}

.updates-preview-copy {
  display: block;
  margin: 0;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
  text-shadow:
    -1px -1px 0 #000,
    0 -1px 0 #000,
    1px -1px 0 #000,
    -1px 0 0 #000,
    1px 0 0 #000,
    -1px 1px 0 #000,
    0 1px 0 #000,
    1px 1px 0 #000;
}

a.updates-preview-copy:hover,
a.updates-preview-copy:focus-visible {
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-underline-offset: 2px;
}

#updates-open {
  width: auto;
  border: 1px solid #263041;
  background: linear-gradient(180deg, #44536b 0%, #344058 55%, #283142 100%);
  color: #eef6ff;
  font-family: "DTM-Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 1px;
  text-transform: lowercase;
  padding: 3px 7px;
  height: auto;
  cursor: pointer;
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  box-sizing: border-box;
}

#updates-open:hover {
  filter: brightness(1.08);
}

#updates-open:focus-visible,
#updates-close:focus-visible {
  outline: 1px solid #e7fff8;
  outline-offset: 2px;
}

#neighbors-content.affiliate-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  min-height: 100%;
  margin: -10px auto 0;
  padding: 2px 2px 0;
  text-align: center;
  text-shadow: none;
}

.affiliate-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
}

.affiliate-buttons a {
  display: inline-flex;
  width: 96px;
  height: 34px;
  line-height: 0;
  align-items: center;
  justify-content: center;
  filter: grayscale(100%) sepia(34%) hue-rotate(176deg) saturate(135%) brightness(0.72) contrast(1.05);
}

.affiliate-buttons a:hover,
.affiliate-buttons a:focus-visible {
  transform: translateY(-1px);
  filter: none;
}

.affiliate-buttons img {
  display: block;
  width: 96px;
  height: 34px;
  image-rendering: auto;
}

.affiliate-more-links {
  width: 100%;
  margin-top: 0;
  border: 1px solid #263041;
  background: linear-gradient(180deg, #44536b 0%, #344058 55%, #283142 100%);
  color: #eef6ff;
  font-family: "DTM-Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 1px;
  text-transform: lowercase;
  padding: 4px 7px;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  box-sizing: border-box;
}

.affiliate-more-links:hover,
.affiliate-more-links:focus-visible {
  filter: brightness(1.08);
}

.affiliate-more-links:focus-visible {
  outline: 1px solid #e7fff8;
  outline-offset: 2px;
}

body.modal-open {
  overflow: hidden;
}

#updates-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 12, 19, 0.58);
  z-index: 30;
}

#updates-modal[hidden] {
  display: none;
}

.updates-window {
  width: min(620px, calc(100vw - 40px));
  background: #222222;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
  overflow: visible;
  position: relative;
  border: 0;
  z-index: 0;
  outline: 4px solid #111111;
}

.updates-window-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background:
    linear-gradient(rgba(18, 18, 18, 0.3), rgba(18, 18, 18, 0.3)),
    url("../assets/background/gingham-02.jpg") repeat;
  background-size: 320px;
  color: #fff;
  padding: 4px 14px;
  border-bottom: 3px solid #1a1a1a;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.updates-window-titlebar {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}

.updates-window-header h2 {
  margin: 0;
  font-family: "iceland", monospace, sans-serif;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: 3px;
  color: #fff;
  -webkit-text-stroke: 6px #000;
  paint-order: stroke fill;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
}

.updates-feed-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  color: #ffffff;
  font-family: "DTM-Mono", monospace;
  font-size: 0.72rem;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 1px;
  margin-left: -8px;
  margin-top: -40px;
}

.updates-feed-link img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.updates-feed-link:hover,
.updates-feed-link:focus-visible {
  filter: brightness(1.08);
  text-decoration: none;
}

@media (max-width: 640px) {
  .updates-window-titlebar {
    gap: 2px;
    align-items: flex-start;
  }

  .updates-window-header h2 {
    font-size: 2.35rem;
    -webkit-text-stroke: 4px #000;
  }

  .updates-feed-link {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    padding: 0;
    margin-left: -2px;
    margin-top: 6px;
    overflow: hidden;
  }

  .updates-feed-link img {
    width: 18px;
    height: 18px;
    min-width: 18px;
    max-width: 18px;
    min-height: 18px;
    max-height: 18px;
    flex: 0 0 18px;
  }
}

#updates-close {
  border: 1px solid #1a1a1a;
  background: #1a1a1a;
  color: #fff;
  font-family: monospace;
  font-size: 0.9rem;
  line-height: 1;
  padding: 2px 7px;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.updates-window-body {
  max-height: min(360px, calc(100vh - 120px));
  overflow-y: auto;
  padding: 6px 14px 14px;
  background: transparent;
  color: #f4f7f4;
  position: relative;
  z-index: 1;
}

.update-entry {
  padding: 0;
  border-bottom: 0;
  margin-bottom: 12px;
  padding-bottom: 0;
}

.update-entry:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.update-entry-meta {
  display: flex;
  align-items: center;
  min-height: 16px;
  margin-bottom: 0;
  padding: 4px 12px;
  background: #6b84a8;
  border: 2px solid #2d455b;
  color: #fff;
}

.update-entry-date {
  font-family: inherit;
  font-size: 13px;
  color: #fff;
  letter-spacing: 2px;
}

.update-entry p {
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.3;
  color: #f2f3ef;
  letter-spacing: 2px;
  text-shadow:
    -1px -1px 0 #000,
    0 -1px 0 #000,
    1px -1px 0 #000,
    -1px 0 0 #000,
    1px 0 0 #000,
    -1px 1px 0 #000,
    0 1px 0 #000,
    1px 1px 0 #000;
  background: url("../assets/background/bg-blue-08.jpg") repeat;
  background-size: 21.2px;
  padding: 12px 14px;
  border: 2px solid #2d455b;
  border-top: 0;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 4px 10px rgba(11, 22, 37, 0.18);
}

.update-entry a {
  color: #b7d3ff;
  text-decoration: none;
  text-shadow:
    -1px -1px 0 #000,
    0 -1px 0 #000,
    1px -1px 0 #000,
    -1px 0 0 #000,
    1px 0 0 #000,
    -1px 1px 0 #000,
    0 1px 0 #000,
    1px 1px 0 #000;
}

.update-entry a:hover,
.update-entry a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-underline-offset: 2px;
}

.update-entry p::selection,
.update-entry-date::selection,
.updates-window-header h2::selection {
  background: rgba(65, 90, 122, 0.35);
}

#topborder {
  background-image: url("https://i.postimg.cc/4yymK17v/Bottom-Lace-01.png");
  background-repeat: repeat-x;
  height: 30px;
  width: 100%;
  position: fixed;
  right: 0;
  top: 28px;
  z-index: 10;
  transform: scaleY(-1);
}

#bottomborder {
  background-image: url("https://i.postimg.cc/4yymK17v/Bottom-Lace-01.png");
  background-repeat: repeat-x;
  border-bottom: 18px solid #000;
  height: 30px;
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#bottomtext {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 1px;
  text-shadow: -1px 0 #333, 0 1px #333, 1px 0 #333, 0 -1px #333;
  font-size: 15px;
  letter-spacing: 3px;
  color: #fff;
  pointer-events: none;
  z-index: 11;
}

::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  background: #0d0d0d;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 10px;
  border: 1px solid #2b2b2b;
}

::-webkit-scrollbar-track {
  background: #151515;
  border: 1px solid #2b2b2b;
  border-radius: 10px;
}

#music-player {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 30px;
  background: #000;
  color: #fff;
  border: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-block: 4px;
  padding-inline: clamp(8px, calc((100vw - 1280px) / 2), 24px);
  box-sizing: border-box;
  z-index: 11;
}

#music-player #controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

#music-player #controls button {
  width: 24px;
  height: 24px;
  position: relative;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  color: transparent;
}

#skip-back::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent var(--player-blue) transparent transparent;
}

#skip-back::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 12px;
  background: var(--player-blue);
}

#skip-forward::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent var(--player-blue);
}

#skip-forward::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 12px;
  background: var(--player-blue);
}

#play-pause {
  --bar-w: 3px;
  --bar-h: 12px;
  --bar-gap: 5px;
  --pause-nudge-x: 1px;
}

#play-pause::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #153a82;
  box-shadow: 0 0 0 1px #0b2a66 inset, 0 0 0 1px #0b2a66;
}

#play-pause::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-36%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
}

#play-pause.is-playing::after {
  border: none;
  width: var(--bar-w);
  height: var(--bar-h);
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(calc(-1 * ((var(--bar-w) * 2 + var(--bar-gap)) / 2) + var(--pause-nudge-x)), -50%);
  box-shadow: var(--bar-gap) 0 0 #fff;
}

#progress-bar {
  position: relative;
  flex: 1 1 auto;
  height: 4px;
  margin: 0 8px;
  background: var(--player-blue-deep);
  border: 1px solid var(--player-blue-dark);
  border-radius: 0;
  overflow: visible;
  cursor: pointer;
  touch-action: none;
}

#progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(180deg, #2f58ff 0%, #2551e8 100%);
}

#progress-fill::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--player-knob);
  box-shadow: 0 0 0 2px var(--player-blue-dark);
}

#song-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

#song-name {
  font-size: 11px;
}

#current-time,
#total-duration {
  font-size: 10px;
  font-family: monospace;
  color: #e7efff;
}

#volume-slider {
  position: relative;
  width: 120px;
  height: 4px;
  background: var(--player-blue-deep);
  border: 1px solid var(--player-blue-dark);
  border-radius: 0;
  cursor: pointer;
  overflow: visible;
  touch-action: none;
}

#volume-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #2f58ff 0%, #2551e8 100%);
}

#volume-fill::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--player-knob);
  box-shadow: 0 0 0 2px var(--player-blue-dark);
}

#music-player #controls button:hover::before,
#music-player #controls button:hover::after {
  filter: brightness(1.12);
}
