:root {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: radial-gradient(circle at top left, #2b193f 0, #1c1c1c 45%, #050505 100%);
  color: #f5f5f5;
  padding: 24px 16px;
}

.wrapper {
  width: 100%;
  max-width: 1500px;
  padding: 24px;
}

.layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 2rem;
}

@media (max-width: 1100px) {
  .layout {
    grid-template-columns: 1fr;
  }
}

/* === Sidebar === */

.sidebar {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.09), transparent 55%),
    linear-gradient(145deg, #242424, #191919);
  border-radius: 1.6rem;
  padding: 1.9rem 1.6rem 2rem;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.9),
    0 0 0 1px rgba(255, 255, 255, 0.04);
}

.sidebar::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 0% 0%, rgba(184, 97, 255, 0.28), transparent 60%),
    radial-gradient(circle at 100% 100%, rgba(139, 61, 255, 0.32), transparent 60%);
  mix-blend-mode: screen;
  opacity: 0.7;
  pointer-events: none;
}

.sidebar-inner {
  position: relative;
  z-index: 1;
}

.avatar-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1.6rem;
}

.avatar {
  width: 145px;
  height: 145px;
  border-radius: 999px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    0 0 0 4px rgba(184, 97, 255, 0.4),
    0 20px 35px rgba(0, 0, 0, 0.95);
  background: radial-gradient(circle at 30% 5%, #f5f5f5, #111);
}

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

.sidebar-title {
  text-align: center;
  font-size: 1.55rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
  letter-spacing: 0.05em;
}

.sidebar-subtitle {
  text-align: center;
  font-size: 0.95rem;
  color: #aaaaaa;
  margin-bottom: 2.1rem;
}

.sidebar-section-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #aaaaaa;
  margin-bottom: 0.6rem;
}

.sidebar-card {
  border-radius: 1rem;
  padding: 0.9rem 1rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow:
    0 16px 32px rgba(0, 0, 0, 0.9),
    0 0 0 1px rgba(184, 97, 255, 0.18);
  position: relative;
  overflow: hidden;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.sidebar-card code {
  font-size: 0.8rem;
  background: #141414;
  padding: 0.1rem 0.35rem;
  border-radius: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-status {
  border-radius: 1rem;
  padding: 0.8rem 0.9rem;
  background:
    linear-gradient(135deg, rgba(24,24,27,0.95), rgba(9,9,11,0.98));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 14px 30px rgba(0,0,0,0.95),
    0 0 0 1px rgba(39,39,42,0.7);
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.status-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.35rem;
}

.status-row:last-child {
  margin-bottom: 0;
}

.status-label {
  color: #d4d4d4;
}

.status-pill {
  padding: 0.12rem 0.65rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border: 1px solid transparent;
  white-space: nowrap;
}

.status-pill-online {
  background: radial-gradient(circle at top left, #22c55e, #16a34a);
  color: #022c22;
  border-color: rgba(34,197,94,0.9);
  box-shadow: 0 0 12px rgba(34,197,94,0.8);
}

.status-pill-offline {
  background: radial-gradient(circle at top left, #4b5563, #111827);
  color: #e5e7eb;
  border-color: rgba(148,163,184,0.7);
}

.status-live {
  font-size: 0.8rem;
  color: #e5e7eb;
  text-align: right;
}

.status-live-none {
  opacity: 0.7;
  font-style: italic;
}

.listen-btn {
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  text-decoration: none;
  color: #0f172a;
  background: linear-gradient(135deg, #22c55e, #a3e635);
  border: 1px solid rgba(22, 163, 74, 0.9);
  box-shadow: 0 0 12px rgba(34,197,94,0.8);
  font-weight: 600;
}

/* === We aRe oNe Shows === */

.weareone-card {
  box-shadow:
    0 16px 32px rgba(0,0,0,0.9),
    0 0 0 1px rgba(56,189,248,0.25);
}

.wo-loading,
.wo-empty {
  font-size: 0.85rem;
  color: #d4d4d4;
}

.wo-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 0.4rem;
}

.wo-show {
  border-radius: 0.9rem;
  padding: 0.55rem 0.6rem 0.6rem;
  background: transparent;
  position: relative;
}

.wo-show::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid var(--wo-color, #fbbf24);
  opacity: 0.7;
  pointer-events: none;
}

.wo-show-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.wo-show-station {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.wo-show-icon-wrap {
  width: 28px;
  height: 28px;

  overflow: hidden;
  background: transparent;
  flex-shrink: 0;
}

.wo-show-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wo-show-station-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.wo-show-station-name {
  font-size: 0.82rem;
  font-weight: 600;
}

.wo-show-station-sub {
  font-size: 0.72rem;
  color: #9ca3af;
}

.wo-show-body {
  font-size: 0.84rem;
}

.wo-show-title {
  font-weight: 600;
  margin-bottom: 0.15rem;
}

.wo-show-style {
  font-weight: 400;
  color: var(--wo-color, #eab308);
}

.wo-show-meta {
  font-size: 0.8rem;
  color: #d4d4d8;
}

/* === Main Content === */

.main-content {
  position: relative;
}

.headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  gap: 1rem;
  flex-wrap: wrap;
}

.headline-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.app-title {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #faf5ff;
}

.app-subtitle {
  font-size: 0.85rem;
  color: #a3a3a3;
}

.pill {
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  font-size: 0.78rem;
  border: 1px solid #3b0764;
  background: radial-gradient(circle at top left, #4c1d95 0, #1c1c1c 55%);
  color: #e9d5ff;
  white-space: nowrap;
}

/* Statistik + Filter Panels */

.top-controls {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 1.3rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 1000px) {
  .top-controls {
    grid-template-columns: 1fr;
  }
}

.panel {
  border-radius: 1.1rem;
  padding: 0.9rem 1.1rem 1.05rem;
  background:
    radial-gradient(circle at top, rgba(255,255,255,0.08), transparent 60%),
    linear-gradient(135deg, #18181b, #111827);
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow:
    0 18px 30px rgba(0,0,0,0.9),
    0 0 0 1px rgba(15,23,42,0.8);
}

.panel-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #a3a3a3;
  margin-bottom: 0.55rem;
}

.stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.stat-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  background:
    linear-gradient(135deg, rgba(24, 24, 27, 0.95), rgba(39, 39, 42, 0.95));
  border: 1px solid rgba(244, 244, 245, 0.08);
  color: #e4e4e7;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
  opacity: 0.95;
}

.stat-chip-icon {
  font-size: 0.9rem;
}

.toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-start;
}

.toolbar-group {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 190px;
}

.toolbar-group label {
  font-size: 0.75rem;
  color: #a3a3a3;
}

.toolbar select,
.toolbar input[type="text"] {
  border-radius: 999px;
  border: 1px solid rgba(63, 63, 70, 0.9);
  background: radial-gradient(circle at top left, rgba(76, 29, 149, 0.3), #020617);
  color: #e5e7eb;
  padding: 0.35rem 0.8rem;
  font-size: 0.82rem;
  outline: none;
  min-height: 32px;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.9);
}

.toolbar select:focus,
.toolbar input[type="text"]:focus {
  border-color: #a855f7;
  box-shadow:
    0 0 0 1px rgba(168, 85, 247, 0.7),
    0 14px 28px rgba(0, 0, 0, 0.95);
}

.toolbar input::placeholder {
  color: #6b7280;
}

select option {
  background-color: #020617;
  color: #e5e7eb;
}

.tracks-list-empty {
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #a3a3a3;
}

/* Cards / Aufnahmen */

.cards {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-top: 0.8rem;
}

.card {
  position: relative;
  background: #232323;
  border-radius: 18px;
  padding: 1.5rem 1.6rem 1.4rem;
  border: 1px solid #313131;
  box-shadow: 0 18px 30px -20px rgba(0, 0, 0, 0.9);
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, #8b5cf6, #a855f7, #ec4899);
}

.latest-card {
  border-color: #a855f7;
  box-shadow:
    0 20px 40px -18px rgba(168, 85, 247, 0.9),
    0 0 0 1px rgba(168, 85, 247, 0.5);
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4rem;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.card-title {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.card-title-main {
  font-size: 1.1rem;
  font-weight: 600;
}

.card-title-sub {
  font-size: 0.8rem;
  color: #a3a3a3;
}

.badge {
  font-size: 0.75rem;
  padding: 0.18rem 0.7rem;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.1);
  color: #e9d5ff;
  border: 1px solid rgba(168, 85, 247, 0.7);
  white-space: nowrap;
}

.latest-banner-wrapper {
  display: flex;
  justify-content: center;
  margin: 0.5rem 0 1rem;
}

.latest-banner {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.28rem 1.2rem;
  border-radius: 999px;
  background: radial-gradient(circle at top left, #22c55e, #16a34a);
  color: #022c22;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(34, 197, 94, 0.9);
  animation: latestBlink 2s infinite ease-in-out;
}

.latest-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #bbf7d0;
  box-shadow: 0 0 10px rgba(22, 163, 74, 1);
  position: relative;
  z-index: 2;
}

.latest-text {
  position: relative;
  z-index: 2;
}

@keyframes latestBlink {
  0%   { opacity: 1; transform: translateY(0); }
  40%  { opacity: 0.75; transform: translateY(-1px); }
  42%  { opacity: 0.3; transform: translateY(1px); }
  50%  { opacity: 1; transform: translateY(0); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Meta-Daten Tabelle */

.meta-wrapper {
  margin-top: 0.7rem;
}

.meta-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.86rem;
}

.meta-table tr {
  border-bottom: 1px dashed rgba(63,63,70,0.4);
}

.meta-table tr:last-child {
  border-bottom: none;
}

.meta-label {
  width: 130px;
  padding: 3px 6px 3px 0;
  color: #b3b3b3;
  white-space: nowrap;
  vertical-align: top;
}

.meta-value {
  padding: 3px 0;
  color: #e5e5e5;
}

/* Card Main Layout: Infos & Player nebeneinander */

.card-main-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5rem;
  margin-top: 0.8rem;
  align-items: flex-start;
}

/* Info-Bereich 40% */
.card-info {
  flex: 0 0 40%;
  max-width: 40%;
  min-width: 220px;
}

/* Player-Bereich 60% */
.card-player {
  flex: 0 0 60%;
  max-width: 60%;
  min-width: 320px;
}

@media (max-width: 900px) {
  .card-main-row {
    flex-wrap: wrap;
  }
  .card-info,
  .card-player {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 0;
  }
}

/* Player */

audio {
  display: none;
}

.players-wrapper {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.player-row {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: nowrap;

  padding: 0.85rem 0.9rem;
  border-radius: 1rem;
  background: #050711;
  box-shadow:
    0 16px 32px rgba(0,0,0,1),
    0 0 0 1px rgba(15,23,42,0.8);

  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 700px) {
  .player-row {
    flex-wrap: wrap;
  }
}

.player-main {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.player-title {
  font-size: 0.85rem;
  font-weight: 500;
  color: #e5e7eb;
  margin-bottom: 0.2rem;
  opacity: 0.95;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.player-subtitle {
  font-size: 0.78rem;
  color: #9ca3af;
  margin-bottom: 0.25rem;
}

.cover-box {
  width: 90px;
  height: 90px;
  overflow: hidden;
  flex: 0 0 auto;
  position: relative;
  background: #020617;
  display: flex;
  align-items: flex-end;
  justify-content: stretch;
  border-radius: 12px;
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.9),
    0 0 0 1px rgba(255,255,255,0.12);
}

.cover-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cover-inner {
  position: relative;
  z-index: 1;
  padding: 0.55rem 0.6rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.1rem;
  background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
}

.cover-label-top {
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(248, 250, 252, 0.7);
}

.cover-title {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.1;
  color: #f9fafb;
  max-height: 2.2em;
  overflow: hidden;
}

.cover-sub {
  font-size: 0.6rem;
  color: #e5e7eb;
  opacity: 0.9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.play-toggle {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #a855f7;
  background: #020617;
  box-shadow: 0 10px 20px rgba(0,0,0,0.9);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}

.play-toggle::before {
  content: "▶";
  font-size: 0.95rem;
  color: #e5e7eb;
  padding-left: 2px;
}

.play-toggle.is-playing::before {
  content: "❚❚";
  padding-left: 0;
}

.play-toggle:hover {
  transform: translateY(-1px);
  background:#111827;
  box-shadow:0 16px 24px rgba(0,0,0,1);
}

.progress-bar {
  position: relative;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background:#020617;
  overflow: hidden;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(55,65,81,0.8);
}

.progress-fill {
  position: absolute;
  inset: 0;
  width: 0%;
  background: linear-gradient(90deg, #a855f7, #ec4899);
}

.progress-gloss {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.18), transparent 55%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.player-times {
  display: flex;
  justify-content: flex-start;
  gap: 0.35rem;
  font-size: 0.8rem;
  color: #d4d4d8;
  margin-top: 0.25rem;
  align-items: center;
}

.time-label { opacity: 0.8; font-size: 0.78rem; }

.time-separator {
  margin: 0 0.25rem;
}

.volume-wrap {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-width: 120px;
  justify-content: flex-end;
  flex: 0 0 auto;
}

@media (max-width: 700px) {
  .volume-wrap {
    justify-content: flex-start;
  }
}

.volume-label {
  font-size: 1rem;
  color: rgba(245, 245, 245, 0.95);
}

.volume-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 110px;
  height: 4px;
  border-radius: 999px;
  background: #020617;
  outline: none;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(55,65,81,0.8);
}

.volume-slider::-webkit-slider-runnable-track,
.volume-slider::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4ade80, #facc15, #f97316);
}

.volume-slider::-webkit-slider-thumb,
.volume-slider::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background:#e5e7eb;
  border:2px solid #a855f7;
  box-shadow:0 6px 12px rgba(0,0,0,0.9);
  margin-top:-5px;
}

/* Info-Actions: nur Teilen */

.info-actions {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.btn-share {
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(148,163,184,0.7);
  background: linear-gradient(135deg, #111827, #020617);
  color: #e5e7eb;
  box-shadow: 0 10px 18px rgba(0,0,0,0.9);
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}

.btn-share:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 26px rgba(0,0,0,1);
  filter: brightness(1.05);
}

/* Tracklist */

.tracklist {
  margin-top: 0.9rem;
  border-radius: 1rem;
  background:
    radial-gradient(circle at top left, rgba(24,24,27,0.95), rgba(9,9,11,0.98));
  box-shadow:
    0 14px 30px rgba(0,0,0,0.95),
    0 0 0 1px rgba(39,39,42,0.9);
  overflow: hidden;
}

.tracklist-full {
  margin-top: 1rem;
}

.tracklist-toggle {
  width: 100%;
  border: none;
  background: transparent;
  color: #e5e5e5;
  padding: 0.65rem 0.95rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 0.85rem;
}

.tracklist-toggle-left {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.tracklist-pill {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 0.18rem 0.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f172a, #020617);
  border: 1px solid rgba(148, 163, 184, 0.6);
  color: #a5b4fc;
}

.tracklist-toggle-meta {
  font-size: 0.8rem;
  color: rgba(229,231,235,0.85);
}

.tracklist-toggle-icon {
  transition: transform 0.2s ease;
  font-size: 0.9rem;
  color: #a5b4fc;
}

.tracklist.is-open .tracklist-toggle-icon {
  transform: rotate(180deg);
}

.tracklist-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  padding: 0 0.95rem;
}

.tracklist.is-open .tracklist-content {
  max-height: 260px;
  padding-bottom: 0.7rem;
}

.tracklist-list {
  margin: 0.3rem 0 0.2rem;
  padding-left: 1.3rem;
  font-size: 0.85rem;
  color: #e5e7eb;
}

.tracklist-list li {
  margin-bottom: 0.15rem;
}

/* Versteckter Admin-Login Button */

.admin-login {
  position: fixed;
  bottom: 10px;
  right: 12px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: rgba(148,163,184,0.2);
  border: 1px solid rgba(148,163,184,0.5);
  opacity: 0.15;
  cursor: pointer;
  z-index: 999;
}

.admin-login:hover {
  opacity: 0.8;
  background: rgba(148,163,184,0.3);
}

/* Trenner zwischen Sidebar-Blöcken */
.sidebar-divider {
  margin: 1.2rem 0;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(148, 163, 184, 0.6),
    transparent
  );
  opacity: 0.85;
}
