* {
  box-sizing: border-box;
}

:root {
  --bg-0: #010201;
  --bg-1: #030503;
  --bg-2: #071009;
  --bg-3: #0b140d;

  --panel: rgba(6, 9, 7, 0.95);
  --panel-2: rgba(9, 14, 11, 0.98);
  --panel-3: rgba(12, 19, 14, 0.99);

  --radio: #8dff44;
  --radio-2: #5eff2f;
  --radio-3: #245c15;
  --radio-4: #102a0c;
  --radio-line: rgba(141, 255, 68, 0.3);
  --radio-line-2: rgba(141, 255, 68, 0.15);
  --radio-soft: rgba(141, 255, 68, 0.09);
  --radio-glow: rgba(141, 255, 68, 0.35);

  --bone: #d8d2b8;
  --bone-2: #c3bda6;
  --bone-3: #a79f84;
  --bone-dim: #918c79;

  --ash: #878f7a;
  --ash-2: #6e7766;
  --ash-3: #596150;

  --gold: #c8a95f;
  --gold-2: #8b6f32;
  --gold-line: rgba(200, 169, 95, 0.25);
  --gold-soft: rgba(200, 169, 95, 0.1);

  --text: #c9c4b0;
  --muted: #7f8875;
  --muted-2: #5f6757;
  --dark-line: rgba(255, 255, 255, 0.04);

  --title-font: "MedievalSharp", serif;
  --ui-font: "Orbitron", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  --body-font: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;

  --frame-shadow:
    0 22px 70px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.015);

  --card-shadow:
    0 12px 28px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);

  --transition-fast: 160ms ease;
  --transition-main: 260ms ease;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background:
    radial-gradient(circle at top center, rgba(85, 255, 80, 0.09), transparent 20%),
    radial-gradient(circle at 20% 0%, rgba(125, 255, 90, 0.04), transparent 24%),
    linear-gradient(180deg, #040604 0%, #010201 100%);
  color: var(--text);
  font-family: var(--body-font);
}

body {
  min-height: 100vh;
}

.app {
  max-width: 1320px;
  margin: 0 auto;
  padding: 12px;
}

/* ===== HERO ===== */

.hero {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7, 11, 8, 0.98), rgba(2, 4, 3, 1));
  border: 1px solid var(--radio-line);
  box-shadow:
    var(--frame-shadow),
    0 0 36px rgba(125, 255, 90, 0.07);
  clip-path: polygon(
    0 14px,
    14px 0,
    calc(100% - 24px) 0,
    100% 24px,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    18px 100%,
    0 calc(100% - 18px)
  );
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(141, 255, 68, 0.08);
  clip-path: inherit;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0%, rgba(141, 255, 68, 0.03) 40%, transparent 78%);
  mix-blend-mode: screen;
}

.hero__noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.022) 0 1px,
      transparent 1px 9px
    );
}

.hero__scan {
  position: absolute;
  right: -8%;
  top: -14%;
  width: 42%;
  height: 130%;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(141, 255, 68, 0.16), transparent);
  filter: blur(16px);
  opacity: 0.45;
}

.hero__veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 75% 50%, rgba(141, 255, 68, 0.08), transparent 34%);
}

.hero__frame {
  position: relative;
  padding: 12px 16px;
}

.hero__brand {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 14px;
  align-items: center;
}

.hero__logoWrap {
  position: relative;
  width: 132px;
  height: 132px;
  padding: 6px;
  background:
    linear-gradient(180deg, rgba(12, 17, 13, 0.98), rgba(3, 5, 4, 1));
  border: 1px solid rgba(141, 255, 68, 0.28);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.02),
    0 0 24px rgba(141, 255, 68, 0.1),
    inset 0 0 28px rgba(141, 255, 68, 0.04);
  clip-path: polygon(
    0 10px,
    10px 0,
    calc(100% - 10px) 0,
    100% 10px,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    10px 100%,
    0 calc(100% - 10px)
  );
}

.hero__logoWrap::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(141, 255, 68, 0.08);
  pointer-events: none;
  clip-path: inherit;
}

.hero__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter:
    drop-shadow(0 0 10px rgba(141, 255, 68, 0.12))
    saturate(1.04);
}

.hero__titles {
  min-width: 0;
}

.hero__guild {
  margin: 0 0 2px;
  color: #d9d1b3;
  font-family: var(--title-font);
  font-size: clamp(30px, 2.45vw, 44px);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow:
    0 0 1px rgba(255,255,255,0.06),
    0 0 8px rgba(141, 255, 68, 0.10),
    0 0 16px rgba(141, 255, 68, 0.12),
    0 0 28px rgba(141, 255, 68, 0.08);
}

h1 {
  margin: 0;
  color: #8cff45;
  font-family: var(--ui-font);
  font-size: clamp(13px, 1.05vw, 17px);
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  text-shadow:
    0 0 10px rgba(141, 255, 68, 0.16),
    0 0 18px rgba(141, 255, 68, 0.07);
}

.hero__subtitle {
  margin-top: 6px;
  color: var(--ash);
  font-family: var(--ui-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero__system {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.hero__systemLabel {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 9px;
  color: var(--radio);
  font-family: var(--ui-font);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid rgba(141, 255, 68, 0.18);
  background:
    linear-gradient(180deg, rgba(18, 36, 15, 0.95), rgba(6, 12, 7, 0.98));
  clip-path: polygon(
    0 50%,
    6px 0,
    calc(100% - 6px) 0,
    100% 50%,
    calc(100% - 6px) 100%,
    6px 100%
  );
  box-shadow:
    inset 0 0 16px rgba(141, 255, 68, 0.05),
    0 0 12px rgba(141, 255, 68, 0.05);
}

.status {
  margin: 0;
  color: var(--radio);
  font-family: var(--ui-font);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-shadow:
    0 0 12px rgba(141, 255, 68, 0.2),
    0 0 20px rgba(141, 255, 68, 0.08);
}

.status.ok {
  color: var(--radio);
}

.status.error {
  color: #ff9898;
  text-shadow: 0 0 12px rgba(255, 120, 120, 0.18);
}

/* ===== PANEL ===== */

.layout {
  display: block;
}

.panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7, 10, 8, 0.98), rgba(3, 5, 4, 1));
  border: 1px solid rgba(141, 255, 68, 0.14);
  padding: 10px;
  box-shadow: var(--frame-shadow);
  clip-path: polygon(
    0 10px,
    10px 0,
    calc(100% - 16px) 0,
    100% 16px,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    16px 100%,
    0 calc(100% - 16px)
  );
}

.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(141,255,68,0.02), transparent 20%),
    linear-gradient(90deg, rgba(255,255,255,0.012), transparent 24%);
}

/* ===== SECTION ===== */

.section + .section {
  margin-top: 10px;
}

.section {
  position: relative;
  padding: 8px 9px 9px;
  background:
    linear-gradient(180deg, rgba(8, 13, 10, 0.84), rgba(4, 6, 5, 0.94));
  border: 1px solid rgba(141, 255, 68, 0.1);
  clip-path: polygon(
    0 8px,
    8px 0,
    calc(100% - 14px) 0,
    100% 14px,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    14px 100%,
    0 calc(100% - 14px)
  );
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(141, 255, 68, 0.03), transparent 18%);
}

.section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.section__titleWrap {
  min-width: 0;
}

.section__eyebrow {
  margin-bottom: 2px;
  color: #95a083;
  font-family: var(--ui-font);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.section__title {
  margin: 0;
  color: #d2c8a7;
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow:
    0 0 1px rgba(255,255,255,0.05),
    0 0 6px rgba(141,255,68,0.08),
    0 0 12px rgba(141,255,68,0.10),
    0 0 22px rgba(141,255,68,0.06);
}

.section__sub {
  margin: 3px 0 0;
  color: var(--ash-2);
  font-family: var(--body-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  padding: 0 11px;
  border: 1px solid rgba(141, 255, 68, 0.22);
  background:
    linear-gradient(180deg, rgba(18, 39, 16, 0.96), rgba(6, 12, 7, 0.99));
  color: var(--radio);
  font-family: var(--ui-font);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  clip-path: polygon(
    0 50%,
    6px 0,
    calc(100% - 8px) 0,
    100% 50%,
    calc(100% - 8px) 100%,
    6px 100%
  );
  box-shadow:
    inset 0 0 16px rgba(141,255,68,0.05),
    0 0 14px rgba(141,255,68,0.04);
}

.badge--scheduled {
  color: var(--gold);
  border-color: rgba(200, 169, 95, 0.26);
  background:
    linear-gradient(180deg, rgba(48, 39, 16, 0.94), rgba(13, 11, 5, 0.99));
  box-shadow:
    inset 0 0 16px rgba(200,169,95,0.05),
    0 0 12px rgba(200,169,95,0.04);
}

.badge__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
}

/* ===== LISTS ===== */

.cards {
  display: grid;
  gap: 7px;
}

.cards--active {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-height: 68vh;
  overflow-y: auto;
  padding-right: 2px;
}

.cards--scheduled {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cards--active::-webkit-scrollbar {
  width: 8px;
}

.cards--active::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.03);
}

.cards--active::-webkit-scrollbar-thumb {
  background: rgba(141, 255, 68, 0.18);
  border-radius: 999px;
}

.cards--dense {
  gap: 6px;
}

.empty {
  padding: 8px 2px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  font-family: var(--body-font);
}

/* ===== CARD ===== */

.card {
  position: relative;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) 92px;
  align-items: stretch;
  min-height: 118px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(10, 16, 12, 0.99) 0%, rgba(4, 6, 5, 1) 100%);
  border: 1px solid rgba(141, 255, 68, 0.13);
  box-shadow: var(--card-shadow);
  clip-path: polygon(
    0 8px,
    8px 0,
    calc(100% - 14px) 0,
    100% 14px,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    14px 100%,
    0 calc(100% - 14px)
  );
  transition:
    transform var(--transition-main),
    border-color var(--transition-main),
    box-shadow var(--transition-main),
    filter var(--transition-main),
    opacity var(--transition-main);
}

.card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 4px;
  background: linear-gradient(180deg, var(--radio), var(--radio-2));
  box-shadow: 0 0 16px rgba(141, 255, 68, 0.24);
  transition: box-shadow var(--transition-main), width var(--transition-main);
}

.card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(141,255,68,0.03), transparent 16%),
    linear-gradient(180deg, transparent 0%, rgba(141,255,68,0.02) 100%);
  opacity: 0.75;
  transition: opacity var(--transition-main);
}

.card--scheduled {
  border-color: rgba(200, 169, 95, 0.14);
}

.card--scheduled::before {
  background: linear-gradient(180deg, var(--gold), var(--gold-2));
  box-shadow: 0 0 16px rgba(200, 169, 95, 0.18);
}

.card--scheduled::after {
  background:
    linear-gradient(90deg, rgba(200,169,95,0.03), transparent 16%),
    linear-gradient(180deg, transparent 0%, rgba(200,169,95,0.02) 100%);
}

.cards:hover .card,
.cards.is-dimming .card,
.cards.touch-focus .card {
  opacity: 0.42;
  filter: saturate(0.82) brightness(0.74);
}

.cards:hover .card:hover,
.cards .card.is-focused,
.cards.touch-focus .card.is-touch-active {
  opacity: 1;
  filter: none;
  transform: translateY(-2px) scale(1.012);
  border-color: rgba(141, 255, 68, 0.3);
  box-shadow:
    0 20px 34px rgba(0, 0, 0, 0.5),
    0 0 22px rgba(141, 255, 68, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  z-index: 2;
}

.cards:hover .card:hover::before,
.cards .card.is-focused::before,
.cards.touch-focus .card.is-touch-active::before {
  width: 5px;
  box-shadow: 0 0 22px rgba(141, 255, 68, 0.36);
}

.cards:hover .card:hover::after,
.cards .card.is-focused::after,
.cards.touch-focus .card.is-touch-active::after {
  opacity: 1;
}

.cards:hover .card--scheduled:hover,
.cards .card--scheduled.is-focused,
.cards.touch-focus .card--scheduled.is-touch-active {
  border-color: rgba(200, 169, 95, 0.28);
  box-shadow:
    0 20px 34px rgba(0, 0, 0, 0.5),
    0 0 18px rgba(200, 169, 95, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.cards:hover .card--scheduled:hover::before,
.cards .card--scheduled.is-focused::before,
.cards.touch-focus .card--scheduled.is-touch-active::before {
  box-shadow: 0 0 20px rgba(200, 169, 95, 0.28);
}

.card__media {
  position: relative;
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  background:
    linear-gradient(180deg, rgba(17, 23, 18, 0.98), rgba(7, 10, 8, 1));
  border-right: 1px solid rgba(255,255,255,0.03);
}

.card__media::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(141, 255, 68, 0.08);
  pointer-events: none;
}

.card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.01), transparent 24%, rgba(0,0,0,0.18));
}

.card--scheduled .card__media::before {
  border-color: rgba(200, 169, 95, 0.08);
}

.card__media--empty {
  display: grid;
  place-items: center;
}

.card__photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #040504;
  filter:
    saturate(1.03)
    contrast(1.03);
  transition:
    filter var(--transition-main),
    transform var(--transition-main);
}

.cards:hover .card:hover .card__photo,
.cards .card.is-focused .card__photo,
.cards.touch-focus .card.is-touch-active .card__photo {
  filter:
    saturate(1.08)
    contrast(1.06)
    brightness(1.03);
  transform: scale(1.01);
}

.card__photo-placeholder {
  color: #819081;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: var(--ui-font);
}

.card__body {
  min-width: 0;
  padding: 10px 12px 9px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.playerWrap {
  min-width: 0;
}

.player {
  margin: 0;
  color: var(--bone-2);
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow:
    0 0 1px rgba(255,255,255,0.06),
    0 0 8px rgba(141, 255, 68, 0.04);
}

.player__sub {
  margin-top: 4px;
  color: var(--ash-3);
  font-family: var(--ui-font);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.timer {
  margin-top: 8px;
  color: #d7ffb0;
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-shadow:
    0 0 8px rgba(141,255,68,0.12),
    0 0 16px rgba(141,255,68,0.05);
}

.card--scheduled .timer {
  color: #dfd0a7;
  text-shadow:
    0 0 8px rgba(200,169,95,0.12),
    0 0 14px rgba(200,169,95,0.05);
}

.meta {
  margin-top: 6px;
  color: #98a289;
  font-family: var(--body-font);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 8px;
  color: #cfd7c7;
  font-family: var(--ui-font);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.03);
  clip-path: polygon(
    0 50%,
    6px 0,
    calc(100% - 6px) 0,
    100% 50%,
    calc(100% - 6px) 100%,
    6px 100%
  );
}

.chip--accent {
  border-color: rgba(141, 255, 68, 0.16);
  background: rgba(141, 255, 68, 0.08);
  color: #d9ffb2;
  text-shadow: 0 0 10px rgba(141, 255, 68, 0.08);
}

.chip--scheduled {
  border-color: rgba(200, 169, 95, 0.2);
  background: rgba(200, 169, 95, 0.08);
  color: #eadcb1;
  text-shadow: 0 0 10px rgba(200, 169, 95, 0.06);
}

.card__side {
  width: 92px;
  padding: 10px 9px 9px 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
}

.card__state {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  color: var(--radio);
  font-family: var(--ui-font);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1px solid rgba(141, 255, 68, 0.2);
  background: rgba(141, 255, 68, 0.07);
  clip-path: polygon(
    0 50%,
    6px 0,
    calc(100% - 6px) 0,
    100% 50%,
    calc(100% - 6px) 100%,
    6px 100%
  );
  text-shadow:
    0 0 8px rgba(141,255,68,0.18),
    0 0 14px rgba(141,255,68,0.08);
}

.card__state--scheduled {
  color: var(--gold);
  border-color: rgba(200, 169, 95, 0.24);
  background: rgba(200, 169, 95, 0.08);
  text-shadow:
    0 0 8px rgba(200,169,95,0.12),
    0 0 14px rgba(200,169,95,0.06);
}

.pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--radio);
  box-shadow: 0 0 0 0 rgba(141,255,68,0.48);
  animation: pulse 1.8s infinite;
}

.card--scheduled .pulse {
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(200,169,95,0.36);
}

.cards--dense .card {
  grid-template-columns: 96px minmax(0, 1fr) 82px;
  min-height: 106px;
}

.cards--dense .card__media {
  min-height: 106px;
}

.cards--dense .card__body {
  padding: 8px 10px 8px 12px;
}

.cards--dense .player {
  font-size: 16px;
}

.cards--dense .timer {
  font-size: 15px;
  margin-top: 6px;
}

.cards--dense .meta {
  font-size: 10px;
}

.cards--dense .card__side {
  width: 82px;
  padding: 8px 8px 8px 5px;
}

.error {
  color: #ff9d9d;
  white-space: pre-wrap;
  font-size: 14px;
  font-weight: 800;
  font-family: var(--body-font);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(141,255,68,0.48);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(141,255,68,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(141,255,68,0);
  }
}

/* ===== BREAKPOINTS ===== */

@media (max-width: 1180px) {
  .cards--active,
  .cards--scheduled {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .app {
    padding: 9px;
  }

  .hero__brand {
    grid-template-columns: 94px 1fr;
    gap: 12px;
  }

  .hero__logoWrap {
    width: 94px;
    height: 94px;
  }

  .hero__guild {
    font-size: 22px;
    letter-spacing: 0.12em;
  }

  h1 {
    font-size: 13px;
    letter-spacing: 0.18em;
  }

  .cards--active {
    max-height: 58vh;
  }

  .card,
  .cards--dense .card {
    grid-template-columns: 92px minmax(0, 1fr) 80px;
    min-height: 106px;
  }

  .card__media,
  .cards--dense .card__media {
    min-height: 106px;
  }

  .player,
  .cards--dense .player {
    font-size: 16px;
  }

  .timer,
  .cards--dense .timer {
    font-size: 16px;
  }
}

@media (max-width: 720px) {
  .hero__frame {
    padding: 10px 12px;
  }

  .hero__subtitle,
  .status {
    font-size: 10px;
  }

  .panel {
    padding: 8px;
  }

  .section {
    padding: 8px;
  }

  .card,
  .cards--dense .card {
    grid-template-columns: 82px minmax(0, 1fr);
    min-height: 102px;
  }

  .card__media,
  .cards--dense .card__media {
    min-height: 102px;
  }

  .card__body,
  .cards--dense .card__body {
    padding: 8px 10px 8px 12px;
  }

  .card__side,
  .cards--dense .card__side {
    display: none;
  }

  .player,
  .cards--dense .player {
    font-size: 15px;
  }

  .timer,
  .cards--dense .timer {
    font-size: 13px;
  }

  .meta,
  .cards--dense .meta {
    font-size: 10px;
  }
}

@media (hover: none) {
  .cards:hover .card {
    opacity: 1;
    filter: none;
  }

  .cards:hover .card:hover {
    transform: none;
    border-color: rgba(141, 255, 68, 0.13);
    box-shadow: var(--card-shadow);
  }

  .cards:hover .card:hover::before {
    width: 4px;
    box-shadow: 0 0 16px rgba(141, 255, 68, 0.24);
  }
}