/* CifraLivre — dark mode de palco */

:root {
  --bg-deep: #0b0d10;
  --bg-panel: #14181f;
  --bg-elevated: #1a2029;
  --line: rgba(255, 255, 255, 0.16);
  --text: #e8edf5;
  /* Textos de UI (landing, leads, metadados) — mais claros para leitura */
  --muted: #c8d0dc;
  --accent: #f0c14a;
  --accent-dim: #c49a2a;
  --glow: rgba(240, 193, 74, 0.18);
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --sans: "Outfit", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

body.stage-bg {
  font-family: var(--sans);
  color: var(--text);
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(240, 193, 74, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 100%, rgba(60, 90, 140, 0.15), transparent 50%),
    linear-gradient(180deg, #0e1218 0%, var(--bg-deep) 40%, #080a0d 100%);
  min-height: 100vh;
  min-height: 100dvh;
}

.offline-banner {
  background: rgba(240, 193, 74, 0.12);
  border-bottom: 1px solid rgba(240, 193, 74, 0.35);
  color: var(--text);
  position: sticky;
  top: 0;
  z-index: 1040;
}

.offline-banner[hidden] {
  display: none !important;
}

/* Conteúdo preenche a 1ª tela; rodapé legal só aparece com scroll */
main.container {
  min-height: calc(100vh - 4.25rem);
  min-height: calc(100dvh - 4.25rem);
}

.site-footer {
  flex-shrink: 0;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-top: 0;
  border-top: 1px solid transparent;
}

/* Leitura de UI: Bootstrap text-secondary seguia cinza escuro demais */
.text-secondary {
  color: var(--muted) !important;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  color: #ffd76a;
}

.brand-mark {
  letter-spacing: 0.18em;
  font-size: 0.95rem;
}

.tracking-wide {
  letter-spacing: 0.12em;
}

.letter-space {
  letter-spacing: 0.08em;
}

.eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 600;
}

.text-accent,
.link-accent {
  color: var(--accent) !important;
}

.btn-accent {
  --bs-btn-color: #111;
  --bs-btn-bg: var(--accent);
  --bs-btn-border-color: var(--accent);
  --bs-btn-hover-color: #111;
  --bs-btn-hover-bg: #ffd76a;
  --bs-btn-hover-border-color: #ffd76a;
  --bs-btn-active-color: #111;
  --bs-btn-active-bg: var(--accent-dim);
  --bs-btn-active-border-color: var(--accent-dim);
  font-weight: 600;
}

.hero-search {
  max-width: 720px;
  padding: 2.5rem 0 1rem;
}

.hero-subtitle {
  max-width: 34rem;
}

.search-form {
  max-width: 560px;
}

.shadow-stage {
  box-shadow: 0 0 0 1px var(--line), 0 18px 50px rgba(0, 0, 0, 0.45);
  border-radius: 0.75rem;
  overflow: hidden;
}

.search-input {
  background: var(--bg-elevated) !important;
  border: 1px solid var(--line) !important;
  color: var(--text) !important;
}

.search-input:focus {
  box-shadow: 0 0 0 0.2rem var(--glow) !important;
  border-color: var(--accent) !important;
}

.song-tile {
  background: var(--bg-panel);
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  padding: 1rem 1.1rem;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
  color: inherit;
}

.song-tile:hover {
  border-color: rgba(240, 193, 74, 0.45);
  background: var(--bg-elevated);
  transform: translateY(-2px);
  color: inherit;
}

.song-tile-title {
  display: block;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.song-tile-artist {
  display: block;
  font-size: 0.9rem;
}

.panel {
  background: var(--bg-panel);
  border: 1px solid var(--line);
  border-radius: 0.85rem;
}

.cifra-header h1 {
  word-break: break-word;
}

.cifra-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.01em;
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.cifra-back-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--accent);
  color: var(--accent);
}

.cifra-back-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.85rem;
  line-height: 1;
}

.cifra-toolbar {
  background: rgba(11, 13, 16, 0.92);
  backdrop-filter: blur(10px);
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  padding: 0.75rem 1rem;
  top: 0.5rem;
  z-index: 1020;
}

.cifra-controls .btn {
  min-height: 2.4rem;
  touch-action: manipulation;
}

.setlist-bar {
  background: var(--bg-panel);
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  padding: 0.9rem 1.15rem;
}

.setlist-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
  max-width: min(100%, 28rem);
  vertical-align: bottom;
}

.setlist-name:hover {
  color: var(--accent);
}

.setlist-footer {
  position: sticky;
  bottom: 0.75rem;
  padding-bottom: env(safe-area-inset-bottom, 0);
  z-index: 1010;
}

.setlist-next-btn {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Bootstrap não tem w-sm-auto nativo em todas as builds — fallback */
@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important;
  }
}

.transpose-badge {
  min-width: 3.2rem;
  font-variant-numeric: tabular-nums;
}

.zoom-badge {
  min-width: 4.2rem;
  font-variant-numeric: tabular-nums;
  cursor: pointer;
  touch-action: manipulation;
}

.zoom-badge:hover,
.zoom-badge:focus {
  background: var(--bg-elevated);
  color: var(--text);
}

.cifra-control-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.28rem;
  min-width: 0;
}

.cifra-control-label {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  line-height: 1;
  padding-left: 0.1rem;
}

.autoscroll-controls {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex: 1 1 auto;
  min-width: 10rem;
  padding: 0;
}

.autoscroll-controls .btn {
  flex: 0 0 auto;
  min-width: 2.6rem;
  white-space: nowrap;
}

.autoscroll-controls .btn.is-playing {
  color: #111;
  background: var(--accent);
  border-color: var(--accent);
}

.autoscroll-slider-wrap {
  flex: 1 1 7rem;
  min-width: 5rem;
  max-width: 12rem;
  display: flex;
  align-items: center;
}

.autoscroll-speed {
  width: 100%;
  height: 0.35rem;
  appearance: none;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  outline: none;
  cursor: pointer;
}

.autoscroll-speed::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--accent);
  border: none;
  box-shadow: 0 0 0 3px var(--glow);
  cursor: pointer;
}

.autoscroll-speed::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--accent);
  border: none;
  cursor: pointer;
}

.autoscroll-speed-label {
  min-width: 1.25rem;
  font-variant-numeric: tabular-nums;
  font-size: 0.85rem;
  text-align: center;
}

.cifra-stage {
  background: var(--bg-panel);
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  padding: 1.25rem 1.5rem;
  overflow: auto;
  overscroll-behavior: contain;
  /* Altura efetiva definida em JS para rolar só a cifra (toolbar fica fixa) */
  max-height: calc(100dvh - 12rem);
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.25);
}

.cifra-zoom-viewport {
  overflow: visible;
  min-height: 1rem;
}

.cifra-pre {
  font-family: var(--mono);
  font-size: 0.92rem;
  line-height: 1.45;
  /* Cor fixa da letra/cifra — não usar --muted (UI) */
  color: #d7deea;
  margin: 0;
  white-space: pre;
  tab-size: 4;
  /* zoom é aplicado via JS (style.zoom) — não alterar font-size */
  transform-origin: top left;
}

.cifra-intro-sep {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1rem 0 1.15rem;
  user-select: none;
}

.cifra-intro-sep-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--line) 12%,
    var(--line) 88%,
    transparent
  );
}

.cifra-intro-sep-label {
  flex-shrink: 0;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8b95a8;
}

/* Acordes destacados pelo transposer.js — inalterado */
.cifra-pre .chord {
  color: var(--accent);
  font-weight: 600;
}

.stage-modal {
  background: var(--bg-elevated);
  color: var(--text);
  border: 1px solid var(--line);
}

.form-control,
.form-select {
  background-color: var(--bg-deep);
  border-color: var(--line);
  color: var(--text);
}

.form-control:focus,
.form-select:focus {
  background-color: var(--bg-deep);
  border-color: var(--accent);
  color: var(--text);
  box-shadow: 0 0 0 0.2rem var(--glow);
}

.form-select option {
  background: var(--bg-deep);
  color: var(--text);
}

.lista-tile .song-tile-title {
  font-size: 1.15rem;
}

.stage-dropdown {
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  z-index: 1050;
}

.stage-dropdown .dropdown-item:hover,
.stage-dropdown .dropdown-item:focus {
  background: rgba(240, 193, 74, 0.12);
  color: var(--accent);
}

.playlist-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
}

.playlist-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.playlist-item:first-child {
  padding-top: 0;
}

.move-btns .btn {
  min-width: 2.4rem;
  min-height: 2rem;
  padding: 0.25rem 0.45rem;
  line-height: 1.1;
  font-size: 0.75rem;
}

.move-btns .btn:disabled {
  opacity: 0.25;
}

.playlist-link {
  color: inherit;
  min-width: 0;
}

.playlist-link:hover strong {
  color: var(--accent);
}

.playlist-remove {
  flex-shrink: 0;
}

.navbar {
  background: rgba(8, 10, 13, 0.85);
  backdrop-filter: blur(8px);
  /* Acima da cifra-toolbar sticky (z-index 1020) para o dropdown não ficar por baixo */
  position: relative;
  z-index: 1040;
}

.alert {
  border: 1px solid var(--line);
}

/* Loading da pesquisa */
.search-loading {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 10, 13, 0.72);
  backdrop-filter: blur(6px);
}

.search-loading[hidden] {
  display: none !important;
}

.search-loading-card {
  text-align: center;
  padding: 2rem 2.25rem;
  background: var(--bg-panel);
  border: 1px solid var(--line);
  border-radius: 1rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  min-width: min(280px, 90vw);
}

.search-loading-title {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.search-spinner {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto 1.1rem;
  border: 3px solid rgba(240, 193, 74, 0.2);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: search-spin 0.75s linear infinite;
}

@keyframes search-spin {
  to {
    transform: rotate(360deg);
  }
}

body.is-searching {
  overflow: hidden;
}

.btn-outline-accent {
  --bs-btn-color: var(--accent);
  --bs-btn-border-color: rgba(240, 193, 74, 0.55);
  --bs-btn-hover-color: #111;
  --bs-btn-hover-bg: var(--accent);
  --bs-btn-hover-border-color: var(--accent);
  --bs-btn-active-color: #111;
  --bs-btn-active-bg: var(--accent-dim);
  --bs-btn-active-border-color: var(--accent-dim);
  font-weight: 600;
}

.login-panel {
  max-width: 420px;
  padding: 2rem 0 1rem;
}

.login-subtitle {
  max-width: 22rem;
}

.login-form {
  max-width: 420px;
}

.otp-input {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: 0.35em;
  font-size: 1.35rem;
  padding-left: 1rem;
  padding-right: 0.65rem;
}

.admin-panel {
  max-width: 920px;
  padding: 1rem 0 2rem;
}

.admin-table {
  --bs-table-bg: transparent;
  --bs-table-color: var(--text);
  --bs-table-border-color: var(--line);
}

.admin-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.75rem;
}

.admin-subnav-link {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
}

.admin-subnav-link:hover {
  color: var(--accent);
}

.admin-subnav-link.is-active {
  color: var(--accent);
  font-weight: 600;
}

.admin-confirm-toast {
  min-width: min(22rem, calc(100vw - 2rem));
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  color: var(--text);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.admin-confirm-toast .toast-header {
  background: transparent;
  color: var(--text);
}

.admin-confirm-toast .toast-body {
  color: var(--muted);
}

.footer-admin-lock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.28;
  color: inherit;
  vertical-align: middle;
  text-decoration: none;
  transition: opacity 0.15s ease, color 0.15s ease;
}

.footer-admin-lock:hover {
  opacity: 0.7;
  color: var(--accent);
}

.user-email {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 576px) {
  main.container {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .hero-search {
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
  }

  .hero-search .display-4 {
    font-size: 2.15rem;
  }

  .cifra-header .h3 {
    font-size: 1.25rem;
  }

  .cifra-toolbar {
    padding: 0.55rem 0.65rem;
    top: 0.35rem;
    border-radius: 0.7rem;
    max-width: 100%;
    box-sizing: border-box;
  }

  .cifra-controls {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    gap: 0.55rem 0.5rem;
    align-items: flex-end;
  }

  /* 1ª linha: zoom + tom partilham a largura; ações passam à linha seguinte */
  .cifra-controls .zoom-block,
  .cifra-controls .transpose-block {
    flex: 1 1 calc(50% - 0.25rem);
    min-width: 0;
    max-width: 100%;
  }

  .cifra-controls .autoscroll-block {
    flex: 1 1 100%;
    min-width: 0;
    max-width: 100%;
  }

  .cifra-controls .zoom-controls,
  .cifra-controls .transpose-controls {
    display: inline-flex;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .cifra-controls .autoscroll-controls {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding-right: 0;
  }

  .cifra-controls .autoscroll-slider-wrap {
    max-width: none;
  }

  .cifra-controls .zoom-controls > .btn,
  .cifra-controls .transpose-controls > .btn {
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }

  .cifra-controls > .btn,
  .cifra-controls > form {
    flex: 1 1 100%;
    margin: 0;
  }

  .cifra-controls > form .btn,
  .cifra-controls > .btn {
    width: 100%;
    white-space: nowrap;
  }

  .cifra-controls .btn-group .btn,
  .cifra-controls > .btn,
  .cifra-controls form .btn {
    min-height: 2.65rem;
  }

  .zoom-badge {
    min-width: 0;
  }

  .transpose-badge {
    min-width: 2.25rem;
    flex: 0 0 auto;
  }

  .setlist-bar {
    padding: 0.7rem 0.85rem;
  }

  .setlist-name {
    font-size: 1rem;
    max-width: min(100%, 12rem);
  }

  .btn-nav-prev,
  .btn-nav-next {
    min-width: 2.75rem;
    min-height: 2.65rem;
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }

  .cifra-stage {
    padding: 0.85rem 0.75rem;
    border-radius: 0.7rem;
    -webkit-overflow-scrolling: touch;
  }

  .cifra-pre {
    font-size: 0.78rem;
  }

  .setlist-footer {
    bottom: 0.4rem;
  }

  .setlist-next-btn {
    min-height: 3rem;
  }

  .playlist-item {
    align-items: flex-start;
    gap: 0.65rem;
  }

  .move-btns .btn {
    min-width: 2.65rem;
    min-height: 2.25rem;
  }

  .playlist-remove .btn {
    min-height: 2.5rem;
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }

  .user-email {
    max-width: 100%;
  }

  .song-tile:hover {
    transform: none;
  }
}

@media (max-width: 380px) {
  .cifra-controls .zoom-block,
  .cifra-controls .transpose-block {
    flex: 1 1 100%;
  }
}

/* ---------------------------------------------------------------------------
   Landing page
--------------------------------------------------------------------------- */

.lp-hero {
  max-width: 40rem;
  padding: 2.75rem 0 2rem;
}

.lp-headline {
  font-size: clamp(1.85rem, 5vw, 2.85rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.lp-sub {
  max-width: 32rem;
  font-size: 1.05rem;
}

.lp-section {
  max-width: 920px;
  margin: 0 auto;
  padding: 3rem 0 1rem;
}

.lp-section-title {
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  font-weight: 700;
}

.lp-section-lead {
  max-width: 32rem;
}

.lp-compare {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .lp-compare {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}

.lp-compare-col {
  background: var(--bg-panel);
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  padding: 1.35rem 1.4rem;
}

.lp-compare-good {
  border-color: rgba(240, 193, 74, 0.35);
  box-shadow: 0 0 0 1px rgba(240, 193, 74, 0.08), 0 18px 40px rgba(0, 0, 0, 0.25);
}

.lp-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.lp-list li {
  margin-bottom: 0.55rem;
}

.lp-list li:last-child {
  margin-bottom: 0;
}

.lp-features {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .lp-features {
    grid-template-columns: 1fr 1fr;
  }
}

.lp-feature {
  padding: 0.35rem 0.15rem 0.75rem;
  border-bottom: 1px solid var(--line);
}

.lp-pricing {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  max-width: 720px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .lp-pricing {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}

.lp-price-plan {
  background: var(--bg-panel);
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  padding: 1.5rem 1.4rem;
  display: flex;
  flex-direction: column;
}

.lp-price-plan .btn {
  margin-top: auto;
}

.lp-price-plan-pro {
  border-color: rgba(240, 193, 74, 0.45);
  background: linear-gradient(180deg, rgba(240, 193, 74, 0.08), var(--bg-panel) 45%);
}

.lp-price {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
}

.lp-price-lifetime {
  display: inline-block;
  margin: 0;
  padding: 0.35rem 0.7rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #111;
  background: var(--accent);
  border-radius: 0.35rem;
}

.lp-price-period {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--muted);
}

.lp-cta-final {
  padding-bottom: 2.5rem;
}

.lp-footer {
  max-width: 720px;
  margin: 2rem auto 0;
  padding: 2rem 1rem 2.5rem;
  border-top: 1px solid var(--line);
  text-align: center;
  color: var(--text, #e8edf5);
}

.lp-disclaimer {
  line-height: 1.55;
}

.lp-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
}

.lp-footer-links a {
  color: var(--muted);
}

.lp-footer-links a:hover {
  color: var(--accent);
}

.lp-legal {
  max-width: 40rem;
  padding: 1rem 0 2rem;
}

.lp-legal p,
.lp-legal li {
  color: var(--muted);
}

.lp-legal h2 {
  color: var(--text);
}

@media (max-width: 576px) {
  .lp-hero {
    padding-top: 1.5rem;
  }
}

/* --- Plano Pro / Pix --- */
.pro-page {
  max-width: 40rem;
}

.pro-lead {
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.pro-pix {
  display: grid;
  gap: 1.75rem;
  align-items: start;
}

@media (min-width: 640px) {
  .pro-pix {
    grid-template-columns: auto 1fr;
    gap: 2rem;
  }
}

.pro-pix-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background:
    linear-gradient(160deg, rgba(240, 193, 74, 0.08), transparent 55%),
    rgba(255, 255, 255, 0.03);
  border: 1px dashed rgba(240, 193, 74, 0.35);
  border-radius: 0.75rem;
  min-width: 260px;
}

.pro-pix-img {
  width: 240px;
  height: 240px;
  object-fit: contain;
  background: #fff;
  border-radius: 0.35rem;
}

.pro-pix-modal {
  align-items: center;
}

.pro-pix-countdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0.9rem;
  background: rgba(240, 193, 74, 0.1);
  border: 1px solid rgba(240, 193, 74, 0.3);
  border-radius: 0.65rem;
}

.pro-pix-countdown-label {
  color: var(--text);
  font-size: 0.88rem;
  line-height: 1.25;
}

.pro-pix-countdown-time {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 1.35rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

@media (max-width: 639px) {
  .pro-pix-modal .pro-pix-slot {
    min-width: 0;
    width: 100%;
  }
}
