:root {
  --bg: #091222;
  --bg-strong: #060d18;
  --surface: rgba(7, 16, 31, 0.86);
  --surface-soft: rgba(10, 22, 41, 0.9);
  --line: rgba(214, 180, 101, 0.16);
  --line-strong: rgba(214, 180, 101, 0.35);
  --text: #f8f2e6;
  --muted: rgba(239, 230, 210, 0.72);
  --brand: #d6b465;
  --brand-strong: #b98f3d;
  --success: #70ca8f;
  --danger: #ff887c;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  height: 100%;
  color: var(--text);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: var(--bg);
}

body {
  min-height: 100dvh;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(125deg, rgba(4, 8, 16, 0.92) 0%, rgba(6, 16, 32, 0.82) 36%, rgba(11, 26, 49, 0.9) 100%),
    url("acicg-100anos.jpeg") center center / cover no-repeat;
  z-index: -3;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(214, 180, 101, 0.24), transparent 22%),
    radial-gradient(circle at 78% 18%, rgba(214, 180, 101, 0.12), transparent 16%),
    linear-gradient(180deg, rgba(4, 9, 18, 0.28) 0%, rgba(4, 9, 18, 0.72) 100%);
  z-index: -2;
}

.background-overlay {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(214, 180, 101, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214, 180, 101, 0.05) 1px, transparent 1px);
  background-size: 108px 108px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), transparent 94%);
  z-index: -1;
}

.app-shell,
.admin-shell {
  min-height: 100dvh;
  padding: 14px;
  width: min(100%, 1500px);
  margin: 0 auto;
}

.app-shell {
  height: 100dvh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 12px;
}

.topbar,
.dashboard-grid,
.sponsors-section,
.admin-header {
  position: relative;
  z-index: 1;
}

.topbar,
.admin-header {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(430px, 1fr);
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 0;
}

.brand-pane {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1 1 auto;
  min-width: 0;
  max-width: none;
}

.brand-mark {
  width: 88px;
  height: 88px;
  border-radius: 22px;
  flex: 0 0 auto;
  border: 1px solid rgba(214, 180, 101, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(135deg, rgba(10, 18, 36, 0.2), rgba(10, 18, 36, 0.72)),
    url("acicg-100anos.jpeg") center center / cover no-repeat;
}

.eyebrow,
.section-kicker {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--brand);
}

h1,
.feature-header h2,
.section-heading h2,
.panel-card h2,
.settings-header h2 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.topbar h1,
.admin-header h1 {
  font-size: clamp(2.35rem, 3.5vw, 3.3rem);
  max-width: 100%;
  line-height: 0.98;
}

.subtitle,
.panel-copy,
.status-copy,
.settings-copy,
.small-copy {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.45;
  font-size: 0.98rem;
}

.small-copy {
  font-size: 0.88rem;
}

.topbar-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
  justify-self: stretch;
}

.admin-header .topbar-actions {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.topbar-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.hub-badge {
  display: grid;
  justify-items: center;
  gap: 8px;
  width: min(100%, 252px);
  align-self: flex-end;
}

.hub-badge-frame {
  width: min(100%, 252px);
  height: 52px;
  padding: 8px 12px 6px;
  display: flex;
  align-items: flex-start;
  border-radius: 22px;
  border: 1px solid rgba(214, 180, 101, 0.18);
  background:
    radial-gradient(circle at top left, rgba(214, 180, 101, 0.18), transparent 46%),
    linear-gradient(135deg, rgba(8, 22, 46, 0.98) 0%, rgba(13, 41, 86, 0.94) 55%, rgba(8, 22, 46, 0.98) 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.hub-brand-banner {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(-5px);
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.16));
}

.hub-badge-caption {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: rgba(240, 245, 255, 0.88);
}

.hero-pill,
.mini-tag,
.status-badge,
.audio-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(8, 19, 37, 0.72);
  color: var(--brand);
  font-size: 0.9rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.status-badge.running {
  color: #ffe2a3;
  border-color: rgba(255, 226, 163, 0.28);
  background: rgba(214, 180, 101, 0.18);
}

.status-badge.finished,
.audio-badge.error {
  color: #ffd3ce;
  border-color: rgba(255, 136, 124, 0.32);
  background: rgba(255, 136, 124, 0.14);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(430px, 1fr);
  gap: 14px;
  align-items: stretch;
  min-height: 0;
}

.timer-stage,
.panel-card,
.feature-card,
.sponsors-section,
.login-card,
.admin-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(7, 16, 31, 0.88) 0%, rgba(5, 12, 24, 0.95) 100%);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.timer-stage {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
  min-height: 0;
  padding: 18px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}

.timer-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(214, 180, 101, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(214, 180, 101, 0.04), transparent 36%);
  pointer-events: none;
}

.timer-stage.finished {
  border-color: rgba(255, 136, 124, 0.38);
  box-shadow: 0 0 0 1px rgba(255, 136, 124, 0.12), 0 32px 95px rgba(255, 136, 124, 0.18);
}

.timer-stage-head,
.feature-header,
.panel-title,
.volume-row,
.settings-header,
.settings-actions,
.sponsor-item-header,
.section-heading,
.status-line,
.sponsor-editor-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.timer-stage-head,
.feature-header,
.section-heading {
  align-items: flex-start;
}

.status-line {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}

.stage-mode-box {
  min-width: 190px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(214, 180, 101, 0.06));
  text-align: right;
}

.timer-meta-label {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.8rem;
}

.stage-mode-box strong {
  display: block;
  font-size: 1.02rem;
}

.stage-mode-box small {
  display: block;
  margin-top: 6px;
  color: rgba(239, 230, 210, 0.58);
  line-height: 1.45;
}

.display-shell {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 236px;
}

.display-ring {
  position: absolute;
  width: min(52vw, 560px);
  height: min(52vw, 560px);
  max-width: 560px;
  max-height: 560px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(214, 180, 101, 0.18) 0%, rgba(214, 180, 101, 0.08) 38%, rgba(214, 180, 101, 0) 62%),
    radial-gradient(circle, rgba(214, 180, 101, 0.22) 0, rgba(214, 180, 101, 0.02) 54%, rgba(214, 180, 101, 0) 70%);
  filter: blur(8px);
}

.time-display {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: clamp(6.4rem, 10.6vw, 9rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.08em;
  color: #fff7e8;
  text-shadow:
    0 0 54px rgba(214, 180, 101, 0.2),
    0 16px 48px rgba(0, 0, 0, 0.42);
}

.command-deck,
.admin-form {
  display: grid;
  gap: 12px;
}

.command-deck {
  position: relative;
  z-index: 1;
  padding: 12px;
  border-radius: 22px;
  border: 1px solid rgba(214, 180, 101, 0.12);
  background: linear-gradient(180deg, rgba(10, 20, 39, 0.88) 0%, rgba(7, 14, 28, 0.94) 100%);
}

.command-row,
.quick-adjustments,
.time-inputs,
.preset-row,
.actions,
.history-list,
.sponsor-preview,
.settings-grid,
.admin-sponsor-grid {
  display: grid;
  gap: 8px;
}

.quick-adjustments,
.preset-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.time-inputs,
.two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.three-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sponsor-preview,
.admin-sponsor-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.settings-field {
  display: grid;
  gap: 8px;
}

.settings-field span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.loop-adjuster {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  gap: 10px;
  align-items: center;
}

.loop-adjust-button {
  min-height: 44px;
  padding: 0;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
}

input,
select,
button {
  font: inherit;
}

input,
select {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(214, 180, 101, 0.18);
  background: rgba(8, 18, 35, 0.72);
  color: var(--text);
  outline: 0;
}

input[type="file"] {
  padding: 10px 12px;
}

input:focus,
select:focus {
  border-color: rgba(214, 180, 101, 0.45);
  box-shadow: 0 0 0 3px rgba(214, 180, 101, 0.12);
}

button,
.ghost-link {
  min-height: 44px;
  padding: 9px 14px;
  border-radius: 14px;
  border: 1px solid rgba(214, 180, 101, 0.16);
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

button:hover,
.ghost-link:hover {
  transform: translateY(-1px);
}

button:disabled,
.ghost-link[aria-disabled="true"] {
  opacity: 0.54;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #a66333 0%, #d6b465 100%);
  color: #10192a;
  font-weight: 800;
  box-shadow: 0 18px 38px rgba(185, 143, 61, 0.28);
  border-color: transparent;
}

.secondary-button,
.quick-adjustments button,
.preset-button,
.ghost-button,
.ghost-link {
  color: var(--text);
  background: linear-gradient(180deg, rgba(13, 25, 48, 0.95) 0%, rgba(8, 16, 30, 0.95) 100%);
}

.ghost-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wide-button,
.wide-link {
  width: 100%;
}

.right-rail {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto;
  gap: 12px;
  min-height: 0;
}

.feature-card,
.panel-card,
.sponsors-section,
.login-card,
.admin-card {
  border-radius: 24px;
  padding: 17px;
}

.feature-card {
  display: grid;
  grid-template-rows: auto minmax(280px, 1fr) auto;
  min-height: 0;
}

.feature-header h2,
.section-heading h2,
.panel-card h2,
.admin-card h2 {
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
}

.compact {
  margin-bottom: 12px;
}

.compact-panel {
  padding: 16px;
}

.command-deck label span,
.volume-row span,
.settings-field span {
  font-size: 0.88rem;
}

.history-list {
  grid-template-columns: 1fr;
  margin: 14px 0 16px;
}

.history-dropdown {
  border-radius: 16px;
  border: 1px solid rgba(214, 180, 101, 0.14);
  background: rgba(10, 20, 39, 0.68);
  overflow: hidden;
}

.history-dropdown summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 700;
  color: var(--text);
}

.history-dropdown summary::-webkit-details-marker {
  display: none;
}

.history-dropdown summary::after {
  content: "▼";
  float: right;
  font-size: 0.74rem;
  color: var(--brand);
  transform: translateY(3px);
}

.history-dropdown[open] summary::after {
  content: "▲";
}

.compact-history-list {
  max-height: 180px;
  overflow-y: auto;
  margin: 0;
  padding: 0 12px 12px;
}

.sponsor-carousel-nav {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-top: 14px;
}

.sponsor-carousel-pill {
  flex: 1 1 0;
  min-height: 60px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(214, 180, 101, 0.14);
  background: linear-gradient(180deg, rgba(11, 22, 43, 0.92) 0%, rgba(7, 14, 28, 0.96) 100%);
  color: var(--text);
  text-align: left;
  overflow: hidden;
}

.sponsor-carousel-pill strong {
  display: block;
  margin-bottom: 3px;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sponsor-carousel-pill span {
  color: var(--muted);
  font-size: 0.78rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sponsor-carousel-pill.active {
  border-color: rgba(214, 180, 101, 0.34);
  background: linear-gradient(180deg, rgba(20, 37, 69, 0.98) 0%, rgba(10, 19, 36, 0.98) 100%);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.history-item {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(214, 180, 101, 0.12);
  background: rgba(10, 20, 39, 0.7);
}

.history-item strong {
  font-size: 0.98rem;
}

.history-item span,
.history-item small {
  color: var(--muted);
}

.history-item.filled {
  border-color: rgba(214, 180, 101, 0.24);
  background: linear-gradient(180deg, rgba(18, 31, 57, 0.95) 0%, rgba(10, 19, 36, 0.96) 100%);
}

.history-item.empty {
  opacity: 0.88;
}

.history-empty {
  position: static;
  min-height: auto;
}

.report-actions-row {
  margin-bottom: 16px;
}

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

  .brand-pane {
    max-width: 100%;
  }

  .topbar-actions {
    width: 100%;
    align-items: flex-start;
  }

  .topbar-buttons {
    justify-content: flex-start;
  }

  .hub-badge {
    justify-items: start;
  }

  .hub-badge-frame {
    width: min(100%, 260px);
    height: 58px;
  }
}

@media (max-width: 1320px) {
  .dashboard-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, 1fr);
  }

  .time-display {
    font-size: clamp(4.8rem, 10vw, 8rem);
  }
}

.featured-media,
.current-media-box {
  position: relative;
  min-height: 290px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(135deg, rgba(214, 180, 101, 0.18), rgba(9, 18, 34, 0.24)),
    rgba(6, 12, 24, 0.96);
}

.featured-media img,
.featured-media video,
.featured-media-element,
.current-media-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.featured-media video,
.sponsor-banner-media video,
.current-media-preview video,
.media-video {
  object-fit: contain;
  background: #03070f;
}

.featured-placeholder,
.sponsor-banner-placeholder,
.current-media-empty {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(8, 18, 35, 0.16), rgba(8, 18, 35, 0.78)),
    url("acicg-100anos.jpeg") center center / cover no-repeat;
}

.featured-placeholder {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.current-media-empty {
  align-items: center;
}

.featured-placeholder strong {
  font-size: 1.22rem;
  margin-bottom: 8px;
}

.featured-placeholder p {
  margin: 0;
  color: rgba(248, 242, 230, 0.84);
}

.sponsor-banner,
.sponsor-editor-card {
  border-radius: 18px;
  border: 1px solid rgba(214, 180, 101, 0.14);
  background: linear-gradient(180deg, rgba(11, 22, 43, 0.95) 0%, rgba(7, 14, 28, 0.96) 100%);
  overflow: hidden;
}

.sponsor-banner {
  cursor: pointer;
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.sponsor-banner:hover,
.sponsor-banner.active {
  transform: translateY(-2px);
  border-color: rgba(214, 180, 101, 0.34);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
}

.sponsor-banner-media {
  position: relative;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(135deg, rgba(214, 180, 101, 0.14), rgba(9, 18, 34, 0.06)),
    rgba(5, 11, 22, 0.98);
}

.sponsor-banner-media img,
.sponsor-banner-media video,
.sponsor-media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.sponsor-video-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  color: #f8f2e6;
  background:
    linear-gradient(180deg, rgba(8, 18, 35, 0.12), rgba(8, 18, 35, 0.86)),
    url("acicg-100anos.jpeg") center center / cover no-repeat;
}

.sponsor-video-placeholder strong {
  font-size: 1rem;
  margin-bottom: 8px;
}

.sponsor-video-placeholder p {
  margin: 0;
  color: rgba(239, 230, 210, 0.84);
  line-height: 1.4;
  font-size: 0.9rem;
}

.sponsor-banner-copy {
  padding: 14px;
}

.sponsor-banner-copy h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.sponsor-banner-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.library-path {
  margin-top: 8px !important;
  word-break: break-all;
}

body.admin-body {
  min-height: 100vh;
  overflow-y: auto;
}

.admin-body {
  min-height: 100vh;
}

.login-wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 18px;
}

.login-card {
  width: min(460px, 100%);
}

.admin-card {
  margin-bottom: 14px;
}

.top-gap {
  margin-top: 8px;
}

.form-alert {
  margin-bottom: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid transparent;
}

.form-alert.error {
  color: #ffd4cd;
  background: rgba(255, 136, 124, 0.14);
  border-color: rgba(255, 136, 124, 0.22);
}

.form-alert.success {
  color: #d6ffe2;
  background: rgba(112, 202, 143, 0.16);
  border-color: rgba(112, 202, 143, 0.22);
}

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
}

.checkbox-row input {
  width: auto;
  min-height: auto;
}

@media (max-width: 1240px) {
  .dashboard-grid,
  .admin-sponsor-grid,
  .three-columns {
    grid-template-columns: 1fr;
  }

  .timer-stage {
    min-height: auto;
  }

  body {
    overflow-y: auto;
  }

  .app-shell,
  .admin-shell {
    height: auto;
  }
}

@media (max-width: 860px) {
  .app-shell,
  .admin-shell,
  .login-wrap {
    padding: 14px;
  }

  .topbar,
  .admin-header,
  .brand-pane,
  .timer-stage-head,
  .feature-header,
  .section-heading,
  .two-columns,
  .time-inputs,
  .quick-adjustments,
  .preset-row,
  .actions,
  .sponsor-carousel-nav {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .topbar,
  .admin-header {
    display: flex;
  }

  .brand-pane {
    flex-direction: column;
    gap: 12px;
  }

  .topbar-actions {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .topbar-buttons {
    justify-content: center;
  }

  .hub-badge {
    justify-items: center;
    width: 100%;
    align-self: stretch;
  }

  .stage-mode-box {
    text-align: left;
  }

  .topbar h1 {
    font-size: clamp(1.9rem, 8vw, 2.6rem);
  }

  .eyebrow {
    letter-spacing: 0.1em;
    font-size: 0.66rem;
  }

  .display-ring {
    width: min(84vw, 420px);
    height: min(84vw, 420px);
  }

  .time-display {
    font-size: clamp(4.4rem, 18vw, 7rem);
  }

  .featured-media,
  .current-media-box {
    min-height: 220px;
  }
}

@media (max-width: 560px) {
  .brand-mark {
    width: 60px;
    height: 60px;
  }

  .display-shell {
    min-height: 190px;
  }

  .featured-media,
  .current-media-box {
    min-height: 180px;
  }

  .time-display {
    font-size: clamp(3.8rem, 18vw, 5.2rem);
  }

  .subtitle,
  .panel-copy,
  .status-copy {
    font-size: 0.92rem;
  }

  .hub-badge-frame {
    width: min(100%, 190px);
    height: 46px;
    padding: 7px 10px 6px;
  }
}

@media (max-width: 860px) {
  .timer-stage,
  .panel-card,
  .feature-card,
  .login-card,
  .admin-card {
    backdrop-filter: none;
  }
}
