@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&family=Nunito+Sans:wght@700;800;900&family=Sora:wght@400;500;600&display=swap");

:root {
  --header-width: 1100px;
  --header-height: 110px;
  --page-padding: 24px;
  --header-grad-dark: #171717;
  --header-grad-light: #1b1b1b;
  --line-color: rgba(243, 244, 246, 0.7);
  --line-fade: rgba(243, 244, 246, 0);
  --line-margin: 6px;
  --line-start-gap: 12px;
  --nav-start-gap: 32px;
  --tab-width: 258px;
  --tab-height: 135px;
  --tab-left: 36px;
  --tab-overhang: 42px;
  --caption-gap: 6px;
  --tab-angle: -2deg;
  --header-top-offset: 12px;
  --shader-height: 160px;
  --nav-gap: 10px;
  --nav-padding-x: 20px;
  --nav-padding-y: 6px;
  --nav-icon-size: 40px;
  --banner-width: 88px;
  --banner-padding-x: 8px;
  --banner-gap: 18px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  background: #121212;
  color: #f1f1f4;
}

body.is-dragging {
  user-select: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: var(--header-top-offset);
  padding-right: var(--page-padding);
  padding-bottom: var(--page-padding);
  padding-left: max(var(--page-padding), calc((100vw - var(--header-width)) / 2));
}

.page--music {
  height: 100vh;
  overflow: hidden;
}

.page--music {
  padding-bottom: 0;
}

.page--music .top-bar,
.page--music .shader-section {
  flex: 0 0 auto;
}

.top-bar {
  width: var(--header-width);
  margin: 0 0 12px;
  padding: 8px 12px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(236, 238, 242, 0.9);
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.22);
}

.page--lognes .top-bar {
  margin-bottom: 4px;
}

.page--lognes .shader-section {
  margin-top: 4px;
}

.page--music .top-bar {
  margin-bottom: 4px;
}

.page--music .shader-section {
  margin-top: 4px;
}

.full-hello {
  width: var(--header-width);
  margin-top: 16px;
}

.full-hello .left-fade-box__inner {
  width: var(--header-width);
  max-width: var(--header-width);
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 18px 24px;
  overflow: visible;
}

.full-hello__top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.full-hello__text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.full-hello__media {
  position: relative;
  width: 320px;
  flex: 0 0 auto;
  overflow: visible;
}

.full-hello__image {
  width: 320px;
  height: auto;
  display: block;
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.5));
}

.full-hello__shader {
  position: absolute;
  right: 170px;
  top: -18px;
  bottom: -18px;
  width: 130px;
  height: auto;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.35);
  background: #0f0f12;
  z-index: 1;
}

.top-bar__link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.top-bar__link:hover {
  text-decoration-thickness: 2px;
}

.top-bar__separator {
  margin: 0 6px;
  color: rgba(220, 222, 228, 0.8);
}

.site-header {
  position: relative;
  width: var(--header-width);
  height: var(--header-height);
  background: linear-gradient(165deg, rgba(180, 182, 186, 1) 0%, rgba(156, 158, 162, 1) 50%, rgba(130, 132, 138, 1) 100%);
  border: 0;
  box-shadow:
    0 16px 26px rgba(0, 0, 0, 0.22),
    inset 0 3px 0 rgba(255, 255, 255, 0.9),
    inset 0 -3px 0 rgba(0, 0, 0, 0.28),
    inset 0 10px 14px rgba(255, 255, 255, 0.22);
  border-radius: 12px;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-radius: 12px;
  pointer-events: none;
}

.site-header::after {
  content: "";
  position: absolute;
  inset: 9px;
  background:
    radial-gradient(circle, rgba(45, 48, 56, 0.95) 0 1.6px, rgba(25, 27, 33, 0.9) 2.4px, rgba(0, 0, 0, 0) 3.6px),
    radial-gradient(circle, rgba(45, 48, 56, 0.95) 0 1.6px, rgba(25, 27, 33, 0.9) 2.4px, rgba(0, 0, 0, 0) 3.6px),
    radial-gradient(circle, rgba(45, 48, 56, 0.95) 0 1.6px, rgba(25, 27, 33, 0.9) 2.4px, rgba(0, 0, 0, 0) 3.6px),
    radial-gradient(circle, rgba(45, 48, 56, 0.95) 0 1.6px, rgba(25, 27, 33, 0.9) 2.4px, rgba(0, 0, 0, 0) 3.6px);
  background-position: top left, top right, bottom left, bottom right;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  pointer-events: none;
}


.shader-section {
  width: var(--header-width);
  height: var(--shader-height);
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: #0f0f12;
}

.shader-caption {
  width: var(--header-width);
  margin: 8px 0 10px;
  font-size: 10px;
  letter-spacing: 0.01em;
  color: rgba(210, 212, 220, 0.9);
}

.music-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  overflow-y: auto;
  padding-right: 40px;
  scrollbar-width: none;
}

.music-list::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.music-list-shell {
  width: auto;
  margin-top: 0;
  flex: 1 1 auto;
  min-height: 0;
  position: relative;
  display: flex;
}

.music-list-row {
  width: var(--header-width);
  display: flex;
  gap: 6px;
  flex: 1 1 auto;
  min-height: 0;
  margin-top: 18px;
}

.music-side-box {
  flex: 0 0 192px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.music-side-box__inner {
  width: 192px;
  height: 100%;
  max-height: 690px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(165deg, rgba(180, 182, 186, 1) 0%, rgba(156, 158, 162, 1) 50%, rgba(130, 132, 138, 1) 100%);
  border-radius: 12px;
  box-shadow:
    0 16px 26px rgba(0, 0, 0, 0.22),
    inset 0 4px 0 rgba(255, 255, 255, 0.9),
    inset 0 -3px 0 rgba(0, 0, 0, 0.28),
    inset 0 10px 14px rgba(255, 255, 255, 0.22);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-direction: column;
  gap: 0;
  flex: 1 1 auto;
}

.music-side-box__scroll {
  height: 100%;
  overflow-y: auto;
  padding: 12px 10px 14px;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
}

.music-side-box__scroll.has-scrollbar {
  padding-right: 16px;
}

.music-side-box__scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.side-box-scrollbar {
  position: absolute;
  top: 10px;
  right: 6px;
  bottom: 10px;
  width: 6px;
  pointer-events: auto;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.side-box-scrollbar__thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(60, 62, 68, 0.95);
  border-radius: 999px;
}

.music-side-box__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  align-self: stretch;
}

.music-side-box__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(30, 30, 40, 0.32);
  border-radius: 12px;
  pointer-events: none;
}

.music-side-box__title {
  font-size: 32px;
  line-height: 1;
  text-align: left;
  padding: 0 4px;
  z-index: 1;
}

.music-side-box__body {
  margin: 0;
  font-size: 10px;
  line-height: 1.45;
  color: rgba(245, 246, 250, 0.92);
  z-index: 1;
  background: rgba(90, 92, 98, 0.7);
  border-radius: 8px 8px 0 0;
  padding: 8px 10px;
  margin-bottom: 0;
  border: 0;
}

.music-side-box__highlight {
  color: #c9b6ff;
  font-weight: 700;
}

.music-side-box__links {
  margin-top: auto;
  flex: 0 0 auto;
  padding: 6px 8px 8px;
  height: auto;
  background: #101010;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.music-side-box__links-title {
  font-size: 9px;
  letter-spacing: 0.04em;
  color: rgba(230, 232, 238, 0.85);
  margin-bottom: 6px;
}

.music-side-box__links-grid {
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 6px;
}

.music-side-box__link {
  min-height: 0;
  height: auto;
  align-self: stretch;
  flex: 1 1 0;
  border-radius: 8px;
  overflow: hidden;
  border: 0;
  background: linear-gradient(150deg, #b8bbc0 0%, #a2a6ac 100%);
  padding: 6px;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  color: rgba(230, 232, 238, 0.9);
  --link-accent: rgba(255, 255, 255, 0.4);
  transition: transform 120ms ease, box-shadow 120ms ease;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
}

.music-side-box__link:hover {
  transform: translateY(-2px);
}

.music-side-box__link:active {
  transform: translateY(1px);
}

.music-side-box__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 0;
  background: var(--link-accent);
}

.music-side-box__link-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.music-side-box__link--soundcloud .music-side-box__link-icon {
  width: 48px;
  height: 48px;
}

.music-side-box__scroll.is-compact .music-side-box__link,
.music-side-box__scroll.has-scrollbar .music-side-box__link {
  padding: 5px;
}

.music-side-box__scroll.is-compact .music-side-box__link--soundcloud .music-side-box__link-icon,
.music-side-box__scroll.has-scrollbar .music-side-box__link--soundcloud .music-side-box__link-icon {
  width: 40px;
  height: 40px;
}

.music-side-box__link-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.music-side-box__link-icon--svg svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #000000;
}

.music-side-box__link-icon--text {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(230, 232, 238, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  padding: 2px 4px;
}


.music-side-box__link--soundcloud {
  --link-accent: #ff6a00;
}

.music-side-box__link--bandcamp {
  --link-accent: #1ea0c3;
}

.music-side-box__link--spotify {
  --link-accent: #1db954;
}

.music-side-box__link--youtube {
  --link-accent: #ff2a2a;
}

.music-side-box__link:active {
  transform: translateY(1px);
}

.music-side-box__inner .panel-divider {
  width: 100%;
  margin: 18px 0 8px;
}

.global-player {
  width: var(--header-width);
  margin-top: 10px;
  padding-bottom: 0;
}

.global-player__inner {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 2px 14px;
  background: #000000;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 0;
  justify-content: center;
}

.global-player__row {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.global-player__controls {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.global-player__skip {
  background: transparent;
  border: 0;
  color: rgba(240, 242, 248, 0.9);
  cursor: pointer;
  padding: 0 6px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.global-player__loop {
  background: transparent;
  border: 0;
  color: rgba(240, 242, 248, 0.9);
  cursor: pointer;
  padding: 0 6px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.global-player__loop svg {
  width: 100%;
  height: 100%;
  display: block;
  stroke: currentColor;
}

.global-player__loop.is-active {
  background: rgba(255, 255, 255, 0.12);
}

.global-player__loop.is-disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.global-player__skip.is-disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

.global-player__skip svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.global-player__play {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(240, 242, 248, 0.9);
  cursor: pointer;
  padding: 0;
}

.global-player__play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid currentColor;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 2px;
}

.global-player__play.is-playing::before {
  display: none;
}

.global-player__play.is-playing::after {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  background:
    linear-gradient(to right, currentColor 0 6px, transparent 6px 10px, currentColor 10px 16px);
}

.global-player__play.is-loading::before,
.global-player__play.is-loading::after {
  display: none;
}

.global-player__play.is-loading::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: rgba(255, 255, 255, 0.95);
  animation: spin 0.9s linear infinite;
}

.global-player__play.is-disabled {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}

.global-player__timeline {
  display: flex;
  align-items: center;
  gap: 10px;
  width: auto;
  justify-content: center;
  margin: 0;
  position: static;
}

.global-player__title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(210, 212, 220, 0.8);
  text-transform: none;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.global-player__source-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
}

.global-player__title-text {
  display: inline-block;
}

.global-player__time {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(210, 212, 220, 0.7);
  min-width: 38px;
  text-align: right;
}

.global-player__progress {
  position: relative;
  width: 360px;
  flex: 0 0 auto;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  overflow: visible;
  cursor: pointer;
}

.global-player__progress::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 14px;
  transform: translateY(-50%);
  background: transparent;
}

.global-player__progress-fill {
  position: absolute;
  inset: 0;
  width: 0%;
  background: rgba(255, 255, 255, 0.5);
}

.global-player__progress::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(var(--progress, 0) * 1%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.55);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}

.global-player__volume {
  width: 180px;
  display: flex;
  align-items: center;
  margin-left: auto;
  position: relative;
  gap: 8px;
}


.global-player__volume-slider {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  outline: none;
  cursor: pointer;
}

.global-player__volume-slider::-webkit-slider-runnable-track {
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

.global-player__volume-slider::-moz-range-track {
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

.global-player__volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.55);
  margin-top: -3px;
}

.global-player__volume-slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.55);
  border: 0;
}

.global-player__volume-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(210, 212, 220, 0.8);
}

.global-player__volume-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.music-scrollbar {
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  width: 12px;
  pointer-events: auto;
}

.music-scrollbar__thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 2px solid #7744ff;
  border-radius: 999px;
  background: transparent;
  pointer-events: auto;
}

.music-year {
  width: 100%;
  padding: 2px 0;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(236, 238, 242, 0.95);
  text-align: center;
  position: relative;
}

.music-year::before,
.music-year::after {
  content: "-";
  display: inline-block;
  margin: 0 10px;
  color: rgba(236, 238, 242, 0.7);
}

.music-entry {
  --music-entry-pad-y: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  padding: var(--music-entry-pad-y) 18px;
  background: linear-gradient(180deg, rgba(28, 28, 28, 0.98) 0%, rgba(12, 12, 12, 0.98) 100%);
  border: 0;
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  flex: 1 1 auto;
}

.music-entry-row {
  display: flex;
  align-items: center;
  gap: 4px;
}

.music-entry__left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 auto;
  min-width: 0;
}

.music-entry__play {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(240, 242, 248, 0.9);
  cursor: pointer;
  padding: 0;
  transition: transform 120ms ease, color 120ms ease;
}

.music-entry__play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 18px solid currentColor;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  margin-left: 2px;
}

.music-entry__play:hover {
  transform: translateY(-1px);
}

.music-entry__play:active {
  transform: translateY(1px);
}

.music-entry__play.is-disabled {
  cursor: default;
  opacity: 0.5;
  filter: grayscale(1);
  pointer-events: none;
}

.music-entry__play.is-playing::before {
  display: none;
}

.music-entry__play.is-playing::after {
  content: "";
  display: block;
  width: 14px;
  height: 18px;
  background:
    linear-gradient(to right, currentColor 0 5px, transparent 5px 9px, currentColor 9px 14px);
}

.music-entry__play.is-loading::before,
.music-entry__play.is-loading::after {
  display: none;
}

.music-entry__play.is-loading {
  position: relative;
}

.music-entry__play.is-loading::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: rgba(255, 255, 255, 0.95);
  animation: spin 0.9s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.music-entry__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}

.music-entry__title-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.music-entry__source-icon {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  object-fit: contain;
  flex: 0 0 auto;
  margin-right: -2px;
  display: block;
  align-self: center;
}

.music-entry__title {
  font-size: 15px;
  letter-spacing: 0.01em;
  color: rgba(244, 246, 250, 0.95);
}

.music-entry__date {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(210, 212, 220, 0.7);
}

.music-entry__duration {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(210, 212, 220, 0.7);
  gap: 0;
}

.music-entry__links {
  display: flex;
  align-items: center;
  gap: 14px;
}

.music-entry__side-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 0 0 auto;
  align-self: stretch;
  justify-content: space-between;
}

.music-entry__side-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  width: 112px;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(28, 28, 28, 0.98) 0%, rgba(12, 12, 12, 0.98) 100%);
  color: rgba(236, 238, 242, 0.85);
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.music-entry__side-link:hover {
  color: rgba(255, 255, 255, 0.95);
}

.music-entry__side-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
}

.music-entry__side-icon--empty {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(236, 238, 242, 0.7);
  border-radius: 2px;
}

.music-entry__status {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
}

.music-entry__time {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(210, 212, 220, 0.7);
  min-width: 32px;
  text-align: right;
}

.music-entry__progress {
  position: relative;
  width: auto;
  flex: 1 1 auto;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  overflow: visible;
  cursor: pointer;
}

.music-entry__progress::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 14px;
  transform: translateY(-50%);
  background: transparent;
}

.music-entry__progress-fill {
  position: absolute;
  inset: 0;
  width: 0%;
  background: rgba(255, 255, 255, 0.5);
}

.music-entry__progress::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(var(--progress, 0) * 1%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.55);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}

.music-entry.is-playing .music-entry__progress-fill {
  min-width: 2px;
}

.music-entry__duration {
  min-width: 0;
  justify-content: flex-end;
}

.music-entry__duration-value {
  display: block;
  padding: 0;
  margin: 0;
}
.music-entry__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(236, 238, 242, 0.85);
  text-decoration: none;
  height: auto;
}

.music-entry__link-image {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
}


.music-entry__link:hover {
  color: rgba(255, 255, 255, 0.95);
}

.music-entry__icon {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(236, 238, 242, 0.9);
  border-radius: 50%;
  display: inline-block;
}

.music-entry__link--soundcloud .music-entry__icon {
  width: 32px;
  height: 32px;
}

.music-entry__icon--empty {
  border-style: dashed;
  opacity: 0.6;
}

.music-entry__link.is-placeholder {
  cursor: default;
  opacity: 0.6;
  pointer-events: none;
}

.content-row {
  width: var(--header-width);
  position: relative;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
}

.interesting-box {
  position: absolute;
  right: 0;
  left: 0;
}

.interesting-box__inner {
  width: 100%;
  height: 100%;
  position: relative;
  background:
    linear-gradient(165deg, rgba(180, 182, 186, 1) 0%, rgba(156, 158, 162, 1) 50%, rgba(130, 132, 138, 1) 100%);
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow:
    0 16px 26px rgba(0, 0, 0, 0.22),
    inset 0 4px 0 rgba(255, 255, 255, 0.9),
    inset 0 -3px 0 rgba(0, 0, 0, 0.28),
    inset 0 10px 14px rgba(255, 255, 255, 0.22);
}

.interesting-box__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(30, 30, 40, 0.32);
  border-radius: 12px;
  pointer-events: none;
}

.interesting-box__inner::after {
  content: "";
  position: absolute;
  inset: 9px;
  background:
    radial-gradient(circle, rgba(45, 48, 56, 0.95) 0 1.6px, rgba(25, 27, 33, 0.9) 2.4px, rgba(0, 0, 0, 0) 3.6px),
    radial-gradient(circle, rgba(45, 48, 56, 0.95) 0 1.6px, rgba(25, 27, 33, 0.9) 2.4px, rgba(0, 0, 0, 0) 3.6px),
    radial-gradient(circle, rgba(45, 48, 56, 0.95) 0 1.6px, rgba(25, 27, 33, 0.9) 2.4px, rgba(0, 0, 0, 0) 3.6px),
    radial-gradient(circle, rgba(45, 48, 56, 0.95) 0 1.6px, rgba(25, 27, 33, 0.9) 2.4px, rgba(0, 0, 0, 0) 3.6px);
  background-position: top left, top right, bottom left, bottom right;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  pointer-events: none;
}

.interesting-box__title {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(20, 22, 28, 0.85);
  text-align: center;
}

.interesting-box__buttons {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 54px;
  bottom: 18px;
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.interesting-box__button {
  flex: 1 1 0;
  width: 100%;
  border: 2px solid rgba(20, 22, 28, 0.35);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 14px;
  position: relative;
  overflow: hidden;
  transition: transform 140ms ease, box-shadow 140ms ease;
}

.interesting-box__button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.6),
    inset 0 -3px 0 rgba(0, 0, 0, 0.25);
  pointer-events: none;
  z-index: 3;
}

.interesting-box__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.28);
}

.interesting-box__button:active {
  transform: translateY(1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.22);
}

.interesting-box__button.is-placeholder {
  background: rgba(0, 0, 0, 0.12);
  filter: grayscale(1);
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.interesting-box__button.is-placeholder:hover,
.interesting-box__button.is-placeholder:active {
  transform: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.interesting-box__icon {
  width: min(155px, 92%);
  height: auto;
  object-fit: contain;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.55));
}

.interesting-box__icon--roa {
  width: min(70px, 60%);
}

.interesting-box__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
}



.wide-box {
  width: 360px;
}

.wide-box__inner {
  width: 100%;
  min-height: 220px;
  position: relative;
  background:
    linear-gradient(165deg, rgba(180, 182, 186, 1) 0%, rgba(156, 158, 162, 1) 50%, rgba(130, 132, 138, 1) 100%);
  border-radius: 12px;
  box-shadow:
    0 16px 26px rgba(0, 0, 0, 0.22),
    inset 0 4px 0 rgba(255, 255, 255, 0.9),
    inset 0 -3px 0 rgba(0, 0, 0, 0.28),
    inset 0 10px 14px rgba(255, 255, 255, 0.22);
}

.wide-box__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(30, 30, 40, 0.32);
  border-radius: 12px;
  pointer-events: none;
}


.shader-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(210, 212, 220, 0.7);
}

.left-fade-box {
  flex: 0 0 auto;
  align-self: flex-start;
  margin: 0 0 24px;
}

.left-fade-box__inner {
  width: 360px;
  height: auto;
  position: relative;
  background:
    linear-gradient(165deg, rgba(180, 182, 186, 1) 0%, rgba(156, 158, 162, 1) 50%, rgba(130, 132, 138, 1) 100%);
  padding-top: 14px;
  padding-bottom: 18px;
  --hello-radius: 14px;
  border-radius: 12px;
  box-shadow:
    0 16px 26px rgba(0, 0, 0, 0.22),
    inset 0 4px 0 rgba(255, 255, 255, 0.9),
    inset 0 -3px 0 rgba(0, 0, 0, 0.28),
    inset 0 10px 14px rgba(255, 255, 255, 0.22);
}

.left-fade-box__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(30, 30, 40, 0.32);
  border-radius: 12px;
  pointer-events: none;
}

.left-fade-box__inner::after {
  content: "";
  position: absolute;
  inset: 9px;
  background:
    radial-gradient(circle, rgba(45, 48, 56, 0.95) 0 1.6px, rgba(25, 27, 33, 0.9) 2.4px, rgba(0, 0, 0, 0) 3.6px),
    radial-gradient(circle, rgba(45, 48, 56, 0.95) 0 1.6px, rgba(25, 27, 33, 0.9) 2.4px, rgba(0, 0, 0, 0) 3.6px),
    radial-gradient(circle, rgba(45, 48, 56, 0.95) 0 1.6px, rgba(25, 27, 33, 0.9) 2.4px, rgba(0, 0, 0, 0) 3.6px),
    radial-gradient(circle, rgba(45, 48, 56, 0.95) 0 1.6px, rgba(25, 27, 33, 0.9) 2.4px, rgba(0, 0, 0, 0) 3.6px);
  background-position: top left, top right, bottom left, bottom right;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  pointer-events: none;
}

.side-box {
  flex: 0 0 auto;
  align-self: flex-start;
  margin: 0 16px 24px 0;
}

.side-box__inner {
  width: 360px;
  height: auto;
  position: relative;
  background:
    linear-gradient(155deg, rgba(180, 182, 186, 1) 0%, rgba(156, 158, 162, 1) 55%, rgba(130, 132, 138, 1) 100%);
  padding: 14px 0 16px;
  border-radius: 12px;
  box-shadow:
    0 16px 26px rgba(0, 0, 0, 0.22),
    inset 0 4px 0 rgba(255, 255, 255, 0.9),
    inset 0 -3px 0 rgba(0, 0, 0, 0.28),
    inset 0 10px 14px rgba(255, 255, 255, 0.22);
}

.side-box__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(30, 30, 40, 0.32);
  border-radius: 12px;
  pointer-events: none;
}

.side-box__inner::after {
  content: "";
  position: absolute;
  inset: 9px;
  background:
    radial-gradient(circle, rgba(45, 48, 56, 0.95) 0 1.6px, rgba(25, 27, 33, 0.9) 2.4px, rgba(0, 0, 0, 0) 3.6px),
    radial-gradient(circle, rgba(45, 48, 56, 0.95) 0 1.6px, rgba(25, 27, 33, 0.9) 2.4px, rgba(0, 0, 0, 0) 3.6px),
    radial-gradient(circle, rgba(45, 48, 56, 0.95) 0 1.6px, rgba(25, 27, 33, 0.9) 2.4px, rgba(0, 0, 0, 0) 3.6px),
    radial-gradient(circle, rgba(45, 48, 56, 0.95) 0 1.6px, rgba(25, 27, 33, 0.9) 2.4px, rgba(0, 0, 0, 0) 3.6px);
  background-position: top left, top right, bottom left, bottom right;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  pointer-events: none;
}

.side-box__title {
  margin: 8px 16px 0;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(35, 40, 55, 0.8);
  text-align: center;
}

.side-box__links {
  margin: 14px 16px 0;
  display: flex;
  flex-direction: row;
  gap: 4px;
  flex-wrap: wrap;
}

.side-box__button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1 1 0;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 3px;
  background: transparent;
  color: rgba(28, 30, 36, 0.9);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  min-height: 80px;
  justify-content: space-between;
  transition: transform 120ms ease, background 120ms ease, border-color 120ms ease, color 120ms ease;
}

.side-box__button--twitter {
  border-bottom-color: transparent;
}

.side-box__button--soundcloud {
  border-bottom-color: transparent;
}

.side-box__button--youtube {
  border-bottom-color: transparent;
}

.side-box__button:hover {
  background: rgba(255, 255, 255, 0.35);
  border-color: rgba(30, 30, 40, 0.35);
  color: rgba(18, 20, 24, 0.95);
  transform: translateY(-2px) rotate(-1deg);
}

.side-box__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
}

.side-box__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.side-box__icon--placeholder {
  border: 1px dashed rgba(40, 40, 50, 0.35);
  background: rgba(255, 255, 255, 0.4);
}

.side-box__label {
  font-size: 10px;
  line-height: 1.2;
}

.side-box__marquee {
  margin: 10px 16px 0;
  padding-top: 8px;
  border-top: 1px dashed rgba(20, 20, 30, 0.2);
  box-shadow: none;
}

.side-box__marquee img {
  height: 48px;
  width: auto;
  display: inline-block;
  image-rendering: pixelated;
}


.recent-box {
  flex: 0 0 auto;
  align-self: flex-start;
  margin-top: -78px;
  position: relative;
  z-index: 2;
  transform: translateX(-20px) rotate(2deg);
  transform-origin: top right;
}

.recent-box__inner {
  width: 280px;
  position: relative;
  background: linear-gradient(135deg, #f7e27a 0%, #f1d45b 100%);
  border: 1px solid rgba(120, 95, 20, 0.35);
  padding: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.recent-box__title {
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(60, 45, 8, 0.85);
  text-align: center;
}

.recent-box__frame {
  width: 100%;
  height: 180px;
  background-color: #404040 !important;
  border: 1px solid rgba(120, 95, 20, 0.35);
  overflow: hidden;
  position: relative;
}

.recent-box__filename {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  padding: 0;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(240, 240, 240, 0.9);
  background: transparent;
  border: 0;
  z-index: 2;
}

.recent-box__track {
  display: flex;
  height: 100%;
  width: 100%;
  transform: translateX(0%);
  transition: transform 500ms ease;
  background-color: #404040;
}

.recent-box__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  flex: 0 0 100%;
  background-color: #404040;
}

.recent-box__dots {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.recent-box__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.recent-box__arrow--prev {
  left: 6px;
}

.recent-box__arrow--next {
  right: 6px;
}

.recent-box__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  padding: 0;
}

.recent-box__dot.is-active {
  background: rgba(255, 255, 255, 0.85);
}



.left-fade-box__title {
  margin: 0;
  font-size: 46px;
  font-weight: 900;
  font-family: "Nunito Sans", "Sora", "Manrope", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",
    Arial, sans-serif;
  letter-spacing: 0.02em;
  color: #1a1b1f;
  text-shadow: 0 2px 0 rgba(10, 10, 12, 0.35);
  text-transform: uppercase;
}

.left-fade-box__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 18px 6px;
  border-bottom: 0;
  position: relative;
}

.panel-divider {
  position: relative;
  height: 1px;
  margin: 8px 18px 8px;
}

.panel-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(20, 20, 30, 0),
    var(--line-color) 50%,
    rgba(20, 20, 30, 0)
  );
  pointer-events: none;
}

.panel-divider::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  border-radius: 2px;
  background: rgba(30, 30, 40, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.left-fade-box__logo {
  width: 60px;
  height: auto;
  flex-shrink: 0;
  image-rendering: auto;
  margin-right: 2px;
  filter: drop-shadow(0 2px 0 rgba(255, 255, 255, 0.7));
}

.left-fade-box__body {
  margin: 12px 18px 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(22, 24, 30, 0.86);
  text-shadow: 0 1px 0 rgba(10, 10, 12, 0.3);
  max-width: 400px;
}


.left-fade-box__changelog {
  margin: 16px 18px 0;
  padding: 10px 10px 10px 14px;
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) rgba(10, 10, 10, 0.6);
  scrollbar-gutter: stable;
  background: #101010;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background-clip: padding-box;
  clip-path: inset(0 round 10px);
}

.left-fade-box__changelog::-webkit-scrollbar {
  width: 12px;
}

.left-fade-box__changelog::-webkit-scrollbar-track {
  background: rgba(10, 10, 10, 0.6);
}

.left-fade-box__changelog::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  border-top: 2px solid rgba(10, 10, 10, 0.6);
  border-bottom: 2px solid rgba(10, 10, 10, 0.6);
  border-left: 1px solid rgba(10, 10, 10, 0.6);
  border-right: 3px solid rgba(10, 10, 10, 0.6);
}

.changelog-divider {
  height: 10px;
  margin: 16px 18px 8px;
  border: 1px solid rgba(30, 30, 40, 0.4);
  border-radius: 2px;
  background: rgba(20, 22, 26, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.changelog-entry {
  padding: 10px;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 10px;
}

.changelog-entry__date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(210, 212, 220, 0.8);
}

.changelog-entry__date span:first-child,
.changelog-entry__date span:last-child {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.changelog-entry__text {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(220, 222, 232, 0.9);
}



.shader-frame {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.shader-frame--zoom {
  width: 800%;
  height: 800%;
  transform: translate(-30%, -30%);
  transform-origin: top left;
}

#shader-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.shader-fallback {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  text-align: center;
  font-size: 12px;
  color: rgba(220, 220, 220, 0.85);
  background: rgba(10, 10, 10, 0.8);
}

.shader-section {
  position: relative;
}

.header-tab {
  position: absolute;
  left: var(--tab-left);
  bottom: calc(-1 * var(--tab-overhang));
  width: var(--tab-width);
  height: var(--tab-height);
  background: #1f1f1f;
  border: 4px ridge rgba(255, 255, 255, 0.18);
  border-radius: 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  z-index: 2;
  overflow: hidden;
  transform: rotate(var(--tab-angle));
  transform-origin: center;
  transition: transform 70ms ease;
}

.header-tab-image {
  position: absolute;
  left: var(--tab-left);
  bottom: calc(-1 * var(--tab-overhang));
  width: var(--tab-width);
  height: var(--tab-height);
  object-fit: contain;
  display: block;
  z-index: 2;
  transform: none;
}

.header-tab.is-pressed {
  transform: rotate(var(--tab-angle)) scale(0.97, 0.97);
}

.header-tab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.header-line {
  display: none;
  position: absolute;
  left: calc(var(--tab-left) + var(--tab-width) + var(--line-start-gap));
  right: var(--line-margin);
  bottom: var(--line-margin);
  height: 2px;
  background: linear-gradient(90deg, var(--line-color), var(--line-fade));
  z-index: 1;
}

.header-text {
  position: absolute;
  left: var(--tab-left);
  bottom: calc((var(--tab-height) - var(--tab-overhang)) + var(--caption-gap));
  font-size: 12px;
  letter-spacing: 0.02em;
  color: rgba(200, 200, 200, 0.7);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  z-index: 3;
  transform: rotate(var(--tab-angle));
  transform-origin: bottom left;
}

.header-nav {
  position: absolute;
  left: calc(var(--tab-left) + var(--tab-width) + var(--nav-start-gap));
  right: calc(var(--line-margin) + var(--banner-width) + 16px + var(--banner-gap));
  bottom: calc(var(--line-margin) + 6px);
  display: flex;
  gap: 0;
  align-items: flex-start;
  justify-content: space-between;
}


.nav-button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: var(--nav-padding-y) var(--nav-padding-x);
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: rgba(40, 42, 48, 0.9);
  font-size: 13px;
  font-family: "Sora", "Manrope", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",
    Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  min-height: 80px;
  justify-content: space-between;
  box-shadow:
    0 0 0 1px rgba(20, 22, 28, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -2px 0 rgba(0, 0, 0, 0.25),
    0 2px 0 rgba(0, 0, 0, 0.28);
  transition: transform 120ms ease, background 120ms ease, border-color 120ms ease, color 120ms ease, box-shadow 120ms ease;
  text-decoration: none;
}

.nav-button:hover {
  background: rgba(0, 0, 0, 0.08);
  border-color: transparent;
  color: rgba(20, 22, 28, 0.95);
  transform: translateY(-2px);
  outline: none;
  box-shadow:
    0 0 0 1px rgba(30, 32, 38, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -2px 0 rgba(0, 0, 0, 0.35),
    0 4px 0 rgba(0, 0, 0, 0.3);
}

.nav-button:active {
  transform: translateY(1px);
  box-shadow:
    0 0 0 1px rgba(30, 32, 38, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(0, 0, 0, 0.25),
    0 1px 0 rgba(0, 0, 0, 0.2);
}

.nav-button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

.nav-icon {
  width: var(--nav-icon-size);
  height: var(--nav-icon-size);
  display: inline-block;
  margin-bottom: 0;
}

.nav-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.nav-icon .material-icons {
  font-size: var(--nav-icon-size);
  line-height: 1;
  display: block;
}

.nav-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  stroke: currentColor;
}

.nav-label {
  margin-top: 0;
  padding-top: 0;
}

.nav-button.is-placeholder {
  color: rgba(60, 62, 70, 0.65);
  opacity: 0.75;
  pointer-events: none;
}

.nav-button.is-placeholder .nav-icon img {
  opacity: 0.6;
  filter: grayscale(1) brightness(0.7);
}

.nav-button.is-placeholder:hover {
  transform: none;
  box-shadow: none;
}

.nav-divider {
  width: 2px;
  align-self: stretch;
  display: block;
  background: transparent;
  margin: 8px 6px;
  position: relative;
}

.nav-divider::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.nav-divider::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 1px;
  background: rgba(30, 30, 40, 0.45);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.header-banner {
  position: absolute;
  right: calc(var(--line-margin) + 8px);
  top: calc(var(--line-margin) + 10px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  padding: 0 var(--banner-padding-x);
}

.header-banner__label {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(40, 44, 54, 0.85);
  text-shadow: none;
}

.header-banner img {
  width: var(--banner-width);
  height: auto;
  display: block;
}

.header-banner__link {
  margin-top: 0;
}

.header-banner img + img {
  margin-top: 20px;
}

.header-banner__image {
  margin-top: 10px;
}
.full-hello__header {
  padding-right: 6px;
}

.full-hello__messages {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 12px;
}

.full-hello__message {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.03em;
  font-weight: 700;
}

.full-hello__message--red {
  color: rgba(190, 40, 40, 0.9);
  text-align: left;
  align-self: flex-start;
}

.full-hello__message--blue {
  color: rgba(40, 90, 200, 0.9);
  text-align: right;
  align-self: flex-end;
}
