/* /Components/AdminAnnouncementOverlay.razor.rz.scp.css */
.adm-ann-bar[b-iilihlcffl] {
  display: flex;
  align-items: baseline;
  gap: 10px;
  background: #fef3c7;
  border-left: 4px solid #f59e0b;
  padding: 10px 16px;
  margin-bottom: 8px;
  border-radius: 6px;
  animation: slideDown-b-iilihlcffl 0.3s ease;
}

.adm-ann-icon[b-iilihlcffl] {
  color: #f59e0b;
  flex-shrink: 0;
}

.adm-ann-time[b-iilihlcffl] {
  color: #92400e;
  font-size: 0.8rem;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}

.adm-ann-text[b-iilihlcffl] {
  flex: 1;
  font-size: 1rem;
  color: #1a1a1a;
  white-space: pre-wrap;
}

.adm-ann-close[b-iilihlcffl] {
  background: none;
  border: none;
  font-size: 1.3rem;
  cursor: pointer;
  color: #92400e;
  padding: 0;
  line-height: 1;
  flex-shrink: 0;
}

  .adm-ann-close:hover[b-iilihlcffl] {
    color: #000;
  }

@keyframes slideDown-b-iilihlcffl {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}
/* /Components/BatteryIndicator.razor.rz.scp.css */
.battery-indicator[b-4pzxv2lddi] {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  padding: 3px 4px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.battery-indicator-online[b-4pzxv2lddi] {
  background-color: #f0fdf4;
  border-color: #bbf7d0;
}

.battery-indicator-offline[b-4pzxv2lddi] {
  background-color: #fef2f2;
  border-color: #fecaca;
}

.battery-indicator-offline .pill[b-4pzxv2lddi] {
  opacity: 0.4;
}

.pill[b-4pzxv2lddi] {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 1px 6px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  border: 1px solid transparent;
}

.pill-green[b-4pzxv2lddi] {
  background-color: #dcfce7;
  color: #166534;
  border-color: #bbf7d0;
}

.pill-gray[b-4pzxv2lddi] {
  background-color: #f3f4f6;
  color: #6b7280;
  border-color: #e5e7eb;
}

.pill-orange[b-4pzxv2lddi] {
  background-color: #fef3c7;
  color: #92400e;
  border-color: #fde68a;
}

.pill-red[b-4pzxv2lddi] {
  background-color: #fee2e2;
  color: #991b1b;
  border-color: #fecaca;
}

.pill-blue[b-4pzxv2lddi] {
  background-color: #dbeafe;
  color: #1e40af;
  border-color: #bfdbfe;
}

.pill-btn[b-4pzxv2lddi] {
  cursor: pointer;
  padding: 1px 5px;
}

.pill-btn:hover:not(:disabled)[b-4pzxv2lddi] {
  filter: brightness(0.9);
}

.pill-btn:disabled[b-4pzxv2lddi] {
  opacity: 0.4;
  cursor: not-allowed;
}

.pill-separator[b-4pzxv2lddi] {
  width: 1px;
  height: 16px;
  background-color: #d1d5db;
  margin: 0 2px;
}
/* /Components/DashboardComponent.razor.rz.scp.css */
/* DashboardComponent.razor.css */

/* =====================================================================
   Wrapper: scroll horizontal quando nao ha espaco suficiente
   ===================================================================== */

.db-wrapper[b-yd51afr1ed] {
  overflow-x: auto;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* =====================================================================
   Tabela principal
   ===================================================================== */

.db-table[b-yd51afr1ed] {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  background: #fff;
}

/* =====================================================================
   Cabecalho da coluna de toggle de linhas (celula vazia no canto)
   ===================================================================== */

.db-row-th[b-yd51afr1ed] {
  width: 26px;
  min-width: 26px;
  background: #1e2328;
  border: 1px solid #30363d;
}

/* =====================================================================
   Cabecalho de cada campo (colunas de conteudo)
   ===================================================================== */

.db-field-th[b-yd51afr1ed] {
  background: #161b22;
  color: #c9d1d9;
  font-weight: 600;
  padding: 8px 12px;
  border: 1px solid #30363d;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}

[b-yd51afr1ed] .db-row-td.db-row-collapsed {
  width: auto;
  text-align: left;
  padding: 5px 12px;
  background: #0d1117;
  color: #58a6ff;
  border-bottom: 2px solid #1f6feb;
}

  [b-yd51afr1ed] .db-row-td.db-row-collapsed:hover {
    background: #161b22;
    color: #79c0ff;
  }

  [b-yd51afr1ed] .db-row-td.db-row-collapsed .db-row-label {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
    text-transform: none;
    font-weight: 600;
  }

[b-yd51afr1ed] .db-row-toggle-tr {
  background: #1e2328;
}

[b-yd51afr1ed] .db-row-td {
  width: 26px;
  background: #1e2328;
  color: #8b949e;
  cursor: pointer;
  vertical-align: top;
  text-align: center;
  padding: 4px 3px;
  border: 1px solid #30363d;
  user-select: none;
  transition: background 0.15s, color 0.15s;
}

  [b-yd51afr1ed] .db-row-td:hover {
    background: #30363d;
    color: #e6edf3;
  }

[b-yd51afr1ed] .db-row-label {
  display: block;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

[b-yd51afr1ed] .db-row-arrow {
  display: inline;        /* vertical: abaixo do texto */
  font-size: 0.55rem;
  letter-spacing: 0;
  text-transform: none;
  opacity: 0.7;
  margin-top: 4px;
}

[b-yd51afr1ed] .db-row-td.db-row-collapsed .db-row-arrow {
  display: inline;       /* horizontal: na mesma linha, à direita */
  margin-top: 0;
  margin-left: 5px;
}

/* =====================================================================
   Celulas de conteudo
   ===================================================================== */

[b-yd51afr1ed] .db-cell {
  vertical-align: top;
  padding: 8px;
  border: 1px solid #dee2e6;
  min-width: 240px;
}

/* Linhas alternadas */
[b-yd51afr1ed] tr:nth-child(odd) > .db-cell  { background: #f6f8fa; }
[b-yd51afr1ed] tr:nth-child(even) > .db-cell { background: #ffffff; }

/* =====================================================================
   Zona de drop (partidas aguardando atribuicao de campo)
   ===================================================================== */

/* =====================================================================
   Coluna de numero da rodada
   ===================================================================== */

.db-round-th[b-yd51afr1ed] {
  width: 30px;
  min-width: 30px;
  background: #1e2328;
  border: 1px solid #30363d;
}

[b-yd51afr1ed] .db-round-num {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  font-size: 0.8rem;
  color: #6c757d;
  background: #f0f0f0;
  border: 1px solid #dee2e6;
  padding: 2px;
}

/* =====================================================================
   Zona de drop (partidas aguardando atribuicao de campo)
   ===================================================================== */

.db-drop-zone[b-yd51afr1ed] {
  height: 44px;
  min-width: 220px;
  border: 2px dashed #adb5bd;
  border-radius: 6px;
  background: #f6f8fa;
  transition: background 0.15s, border-color 0.15s;
}

.db-drop-zone.drag-over[b-yd51afr1ed] {
  background: #dbeafe;
  border-color: #3b82f6;
}
/* /Components/DashboardMatchInfo.razor.rz.scp.css */
.dmi-card[b-8boj5ui3fz] {
  border-radius: 4px;
  padding: 4px 8px 3px 8px;
  margin-bottom: 4px;
  font-size: 0.82rem;
  line-height: 1.35;
  cursor: grab;
}

.dmi-card:last-child[b-8boj5ui3fz] {
  margin-bottom: 0;
}

/* Header row: homologação (esquerda) + YouTube (direita) */
.dmi-header[b-8boj5ui3fz] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
}

.dmi-header-left[b-8boj5ui3fz],
.dmi-header-right[b-8boj5ui3fz] {
  display: flex;
  align-items: center;
  gap: 4px;
}

.dmi-video-link[b-8boj5ui3fz] {
  color: inherit;
  opacity: 0.7;
  font-size: 0.85rem;
  text-decoration: none;
  transition: opacity 0.15s;
}

.dmi-video-link:hover[b-8boj5ui3fz] {
  opacity: 1;
  color: #ff0000;
}

.dmi-main[b-8boj5ui3fz] {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

/* Badge com fundo branco semi-transparente, igual ao MatchInfo */
.dmi-cat-badge[b-8boj5ui3fz] {
  flex-shrink: 0;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 1px 5px;
  border-radius: 3px;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
}

/* Resultado centralizado */
.dmi-result[b-8boj5ui3fz] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
  flex: 1;
  min-width: 0;
}

.dmi-start-time[b-8boj5ui3fz] {
  flex-shrink: 0;
  font-size: 0.68rem;
  font-weight: 600;
  padding: 1px 5px;
  border-radius: 3px;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.35);
  color: inherit;
  opacity: 0.8;
}

.dmi-slot-time[b-8boj5ui3fz] {
  opacity: 0.6;
  font-weight: 400;
}

.dmi-gp-badge[b-8boj5ui3fz] {
  font-size: 0.6rem;
}

.dmi-set-scores[b-8boj5ui3fz] {
  font-size: 0.7rem;
  opacity: 0.6;
  font-weight: 400;
  white-space: nowrap;
}

/* Placar herda a cor do card (contraste com o fundo da categoria) */
.dmi-score[b-8boj5ui3fz] {
  font-weight: 700;
  white-space: nowrap;
}

.dmi-current-set[b-8boj5ui3fz] {
  font-weight: 700;
  background-color: #ffc107;
  color: #000;
  padding: 0 3px;
  border-radius: 2px;
  white-space: nowrap;
}

.dmi-placeholder[b-8boj5ui3fz] {
  font-size: 0.75rem;
  opacity: 0.75;
}

.dmi-ph[b-8boj5ui3fz] {
  font-weight: 400;
  font-size: 0.85em;
  opacity: 0.6;
}

.dmi-sub[b-8boj5ui3fz] {
  margin-top: 1px;
  padding-left: 1px;
  font-size: 0.72rem;
  opacity: 0.8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dmi-actions[b-8boj5ui3fz] {
  margin-left: auto;
  display: flex;
  gap: 3px;
  flex-shrink: 0;
}

.dmi-btn[b-8boj5ui3fz] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px 5px;
  border-radius: 3px;
  border: none;
  background: rgba(255, 255, 255, 0.25);
  color: inherit;
  font-size: 0.75rem;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.15s, background 0.15s;
}

.dmi-btn:hover[b-8boj5ui3fz],
.dmi-btn.active[b-8boj5ui3fz] {
  opacity: 1;
  background: rgba(255, 255, 255, 0.45);
}

.dmi-btn-danger:hover[b-8boj5ui3fz] {
  background: rgba(220, 53, 69, 0.6);
}

.dmi-score-editor[b-8boj5ui3fz] {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.dmi-reopen-bar[b-8boj5ui3fz] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  padding: 3px 6px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 0.75rem;
  opacity: 0.85;
}

.dmi-btn-reopen[b-8boj5ui3fz] {
  margin-left: auto;
  opacity: 1;
  background: rgba(255, 193, 7, 0.4);
}

.dmi-btn-reopen:hover[b-8boj5ui3fz] {
  background: rgba(255, 193, 7, 0.7);
}

.dmi-btn-assign[b-8boj5ui3fz] {
  opacity: 0.75;
  background: rgba(255, 255, 255, 0.3);
}

.dmi-btn-assign:hover[b-8boj5ui3fz] {
  opacity: 1;
  background: rgba(25, 135, 84, 0.55);
}

.dmi-times-details[b-8boj5ui3fz] {
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  padding-top: 4px;
}

.dmi-times-details summary[b-8boj5ui3fz] {
  cursor: pointer;
  user-select: none;
}

.dmi-times-grid[b-8boj5ui3fz] {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 6px;
  align-items: center;
}

.dmi-time-input[b-8boj5ui3fz] {
  display: flex;
  align-items: center;
  gap: 2px;
}

.dmi-times-grid input[type="datetime-local"][b-8boj5ui3fz] {
  font-size: 0.75rem;
  padding: 1px 4px;
  max-width: 220px;
}

.dmi-time-clear[b-8boj5ui3fz] {
  border: none;
  background: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  cursor: pointer;
  padding: 0 3px;
  line-height: 1;
}

.dmi-time-clear:hover[b-8boj5ui3fz] {
  color: #dc3545;
}

.dmi-time-ro[b-8boj5ui3fz] {
  font-family: monospace;
  font-size: 0.75rem;
  opacity: 0.7;
}

.dmi-duration-input[b-8boj5ui3fz] {
  font-size: 0.75rem;
  padding: 1px 4px;
  max-width: 70px;
  font-family: monospace;
}
/* /Components/Forms/FormFieldShirtColors.razor.rz.scp.css */
.fsc-item[b-4yp77wj6s8] {
  position: relative;
  display: inline-flex;
  align-items: center;
}

[b-4yp77wj6s8] .fsc-shirt {
  width: 1.8rem;
  height: 2rem;
  display: block;
}

.fsc-remove[b-4yp77wj6s8] {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #dc3545;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fsc-remove:hover[b-4yp77wj6s8] {
  background: #b02a37;
}

.fsc-add-btn[b-4yp77wj6s8] {
  position: absolute;
  top: -4px;
  right: -4px;
  background: none;
  color: #198754;
  border: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fsc-add-btn:hover[b-4yp77wj6s8] {
  color: #0f5132;
}

.fsc-add[b-4yp77wj6s8] {
  display: inline-flex;
  align-items: center;
}

.fsc-native[b-4yp77wj6s8] {
  width: 1.6rem;
  height: 1.6rem;
  padding: 0.1rem;
  border: 1px dashed #ced4da;
  border-radius: 0.3rem;
  cursor: pointer;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-xexm4138pk] {
  color-scheme: light only;
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss[b-xexm4138pk] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-y8qg2b2awm],
.components-reconnect-repeated-attempt-visible[b-y8qg2b2awm],
.components-reconnect-failed-visible[b-y8qg2b2awm],
.components-pause-visible[b-y8qg2b2awm],
.components-resume-failed-visible[b-y8qg2b2awm],
.components-rejoining-animation[b-y8qg2b2awm] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-y8qg2b2awm],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-y8qg2b2awm],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-y8qg2b2awm],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-y8qg2b2awm],
#components-reconnect-modal.components-reconnect-retrying[b-y8qg2b2awm],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-y8qg2b2awm],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-y8qg2b2awm],
#components-reconnect-modal.components-reconnect-failed[b-y8qg2b2awm],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-y8qg2b2awm] {
    display: block;
}


#components-reconnect-modal[b-y8qg2b2awm] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-y8qg2b2awm 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-y8qg2b2awm 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-y8qg2b2awm 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-y8qg2b2awm]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-y8qg2b2awm 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-y8qg2b2awm {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-y8qg2b2awm {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-y8qg2b2awm {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-y8qg2b2awm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-y8qg2b2awm] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-y8qg2b2awm] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-y8qg2b2awm] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-y8qg2b2awm] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-y8qg2b2awm] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-y8qg2b2awm] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-y8qg2b2awm 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-y8qg2b2awm] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-y8qg2b2awm {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/LiveMatchScore.razor.rz.scp.css */
/* LiveMatchScore.razor.css */

/* ── Card ─────────────────────────────────────────────────────────────────── */

.lms-card[b-k63d7j1ep6] {
  min-width: 22rem;
}

/* ── Clock badge in header ────────────────────────────────────────────────── */

.lms-clock[b-k63d7j1ep6] {
  letter-spacing: 0.06em;
}

/* ── Side columns (left / right team) ────────────────────────────────────── */

.lms-side[b-k63d7j1ep6] {
  min-width: 0;
}

/* ── Team name ────────────────────────────────────────────────────────────── */

.lms-team-name[b-k63d7j1ep6] {
  font-weight: 600;
  font-size: 1.05rem;
  word-break: break-word;
}

/* ── Color picker ─────────────────────────────────────────────────────────── */

.lms-color-picker[b-k63d7j1ep6] {
  width:  2rem;
  height: 2rem;
  padding: 0.1rem;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  cursor: pointer;
  flex-shrink: 0;
}

/* ── Historical-set badges ────────────────────────────────────────────────── */

.lms-hist-badge[b-k63d7j1ep6] {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* ── Score display ────────────────────────────────────────────────────────── */

.lms-score[b-k63d7j1ep6] {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  min-width: 2.5ch;
  text-align: center;
  white-space: nowrap;
}

.lms-score-muted[b-k63d7j1ep6] {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  min-width: 2.5ch;
  text-align: center;
  white-space: nowrap;
  color: #6c757d;
}

/* ── +/– point buttons ────────────────────────────────────────────────────── */

.lms-btn-pt[b-k63d7j1ep6] {
  width:  2.6rem;
  height: 2.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  flex-shrink: 0;
}

/* ── Centre column ────────────────────────────────────────────────────────── */

.lms-centre[b-k63d7j1ep6] {
  border-left:  1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

/* ── Sets-won counter ─────────────────────────────────────────────────────── */

.lms-sets-won[b-k63d7j1ep6] {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

/* ── "sets" sub-label ─────────────────────────────────────────────────────── */

.lms-sets-label[b-k63d7j1ep6] {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6c757d;
  margin-top: 0.1rem;
}

/* ── Current set number ───────────────────────────────────────────────────── */

.lms-set-num[b-k63d7j1ep6] {
  font-size: 0.75rem;
  margin-top: 0.4rem;
}
/* /Components/LiveMatchScorePeriodsContinuous.razor.rz.scp.css */
/* LiveMatchScorePeriodsContinuous.razor.css */

.lms-card[b-50lc6e830t] { min-width: 22rem; }

.lms-clock[b-50lc6e830t] { letter-spacing: 0.06em; }

.lms-side[b-50lc6e830t] { min-width: 0; overflow: visible; }

.lms-team-name[b-50lc6e830t] {
  font-weight: 600;
  font-size: 1.05rem;
  word-break: break-word;
}

.lms-team-ph[b-50lc6e830t] {
  font-weight: 400;
  font-size: 0.8em;
  opacity: 0.6;
}

.lms-color-picker[b-50lc6e830t] {
  width:  2rem;
  height: 2rem;
  padding: 0.1rem;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  cursor: pointer;
  flex-shrink: 0;
}

.lms-hist-badge[b-50lc6e830t] { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.02em; }

.lms-cat-badge[b-50lc6e830t]  { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.03em; }

.lms-score[b-50lc6e830t] {
  font-size: clamp(1.8rem, 8vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
  min-width: 1.5ch;
  text-align: center;
}

.lms-score-muted[b-50lc6e830t] {
  font-size: clamp(1.8rem, 8vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
  min-width: 1.5ch;
  text-align: center;
  color: #6c757d;
}

.lms-btn-pt[b-50lc6e830t] {
  width:  2.6rem;
  height: 2.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  flex-shrink: 1;
  min-width: 1.8rem;
}

.lms-centre[b-50lc6e830t] { border-left: 1px solid #dee2e6; border-right: 1px solid #dee2e6; }

.lms-sets-won[b-50lc6e830t] { font-size: 1.8rem; font-weight: 700; line-height: 1; white-space: nowrap; }

.lms-sets-label[b-50lc6e830t] {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6c757d;
  margin-top: 0.1rem;
}

.lms-set-num[b-50lc6e830t] { font-size: 0.75rem; margin-top: 0.4rem; }

.lms-gp-banner[b-50lc6e830t] {
    background: linear-gradient(135deg, #f5c518, #e6a800);
    color: #000;
    animation: lms-gp-pulse-b-50lc6e830t 2s ease-in-out infinite;
}

@keyframes lms-gp-pulse-b-50lc6e830t {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.lms-gp-confirm[b-50lc6e830t] {
    background-color: #fff8e1;
    border-top: 3px solid #f5c518;
}
/* /Components/LiveMatchScorePeriodsIndependent.razor.rz.scp.css */
/* LiveMatchScorePeriodsIndependent.razor.css */

.lms-card[b-we57ruyo6g] { min-width: 22rem; }

.lms-clock[b-we57ruyo6g] { letter-spacing: 0.06em; }

.lms-side[b-we57ruyo6g] { min-width: 0; overflow: visible; }

.lms-team-name[b-we57ruyo6g] {
  font-weight: 600;
  font-size: 1.05rem;
  word-break: break-word;
}

.lms-team-ph[b-we57ruyo6g] {
  font-weight: 400;
  font-size: 0.8em;
  opacity: 0.6;
}

.lms-color-picker[b-we57ruyo6g] {
  width:  2rem;
  height: 2rem;
  padding: 0.1rem;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  cursor: pointer;
  flex-shrink: 0;
}

.lms-hist-badge[b-we57ruyo6g] { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.02em; }

.lms-cat-badge[b-we57ruyo6g]  { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.03em; }

.lms-score[b-we57ruyo6g] {
  font-size: clamp(1.8rem, 8vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
  min-width: 1.5ch;
  text-align: center;
}

.lms-score-muted[b-we57ruyo6g] {
  font-size: clamp(1.8rem, 8vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
  min-width: 1.5ch;
  text-align: center;
  color: #6c757d;
}

.lms-btn-pt[b-we57ruyo6g] {
  width:  2.6rem;
  height: 2.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  flex-shrink: 1;
  min-width: 1.8rem;
}

.lms-centre[b-we57ruyo6g] { border-left: 1px solid #dee2e6; border-right: 1px solid #dee2e6; }

.lms-sets-won[b-we57ruyo6g] { font-size: 1.8rem; font-weight: 700; line-height: 1; white-space: nowrap; }

.lms-sets-label[b-we57ruyo6g] {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6c757d;
  margin-top: 0.1rem;
}

.lms-set-num[b-we57ruyo6g] { font-size: 0.75rem; margin-top: 0.4rem; }

.lms-gp-banner[b-we57ruyo6g] {
    background: linear-gradient(135deg, #f5c518, #e6a800);
    color: #000;
    animation: lms-gp-pulse-b-we57ruyo6g 2s ease-in-out infinite;
}

@keyframes lms-gp-pulse-b-we57ruyo6g {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.lms-gp-confirm[b-we57ruyo6g] {
    background-color: #fff8e1;
    border-top: 3px solid #f5c518;
}
/* /Components/LiveMatchScoreSets.razor.rz.scp.css */
/* LiveMatchScoreSets.razor.css */

.lms-card[b-bubgw7p937] { min-width: 22rem; }

.lms-clock[b-bubgw7p937] { letter-spacing: 0.06em; }

.lms-side[b-bubgw7p937] { min-width: 0; overflow: visible; }

.lms-team-name[b-bubgw7p937] {
  font-weight: 600;
  font-size: 1.05rem;
  word-break: break-word;
}

.lms-team-ph[b-bubgw7p937] {
  font-weight: 400;
  font-size: 0.8em;
  opacity: 0.6;
}

.lms-color-picker[b-bubgw7p937] {
  width:  2rem;
  height: 2rem;
  padding: 0.1rem;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  cursor: pointer;
  flex-shrink: 0;
}

.lms-hist-badge[b-bubgw7p937] { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.02em; }

.lms-cat-badge[b-bubgw7p937]  { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.03em; }

.lms-score[b-bubgw7p937] {
  font-size: clamp(1.8rem, 8vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
  min-width: 1.5ch;
  text-align: center;
}

.lms-score-muted[b-bubgw7p937] {
  font-size: clamp(1.8rem, 8vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
  min-width: 1.5ch;
  text-align: center;
  color: #6c757d;
}

.lms-btn-pt[b-bubgw7p937] {
  width:  2.6rem;
  height: 2.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  flex-shrink: 1;
  min-width: 1.8rem;
}

.lms-centre[b-bubgw7p937] { border-left: 1px solid #dee2e6; border-right: 1px solid #dee2e6; }

.lms-sets-won[b-bubgw7p937] { font-size: 1.8rem; font-weight: 700; line-height: 1; white-space: nowrap; }

.lms-sets-label[b-bubgw7p937] {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6c757d;
  margin-top: 0.1rem;
}

.lms-set-num[b-bubgw7p937] { font-size: 0.75rem; margin-top: 0.4rem; }
/* /Components/LocationMap.razor.rz.scp.css */
.map-container[b-d544s6cg8y] {
  position: relative;
}

.map-fullscreen-btn[b-d544s6cg8y] {
  position: absolute;
  top: 18px;
  right: 8px;
  z-index: 1000;
  background: white;
  border: 2px solid rgba(0,0,0,0.3);
  border-radius: 4px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
  line-height: 1;
}

.map-fullscreen-btn:hover[b-d544s6cg8y] {
  background: #f0f0f0;
}

.map-fullscreen[b-d544s6cg8y] {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 2000 !important;
  margin: 0 !important;
  background: white;
}
/* /Components/MatchScoreboard.razor.rz.scp.css */
/* MatchScoreboard.razor.css — estilo padrão para contexto de dashboard */

.ms-table[b-mrjpujogit] {
  border-collapse: collapse;
  font-size: 0.75rem;
  line-height: 1.2;
  white-space: nowrap;
}

.ms-table .ms-shirt-cell[b-mrjpujogit] {
  width: 0.8em;
  padding: 0;
  background-color: transparent;
}

.ms-table .ms-name[b-mrjpujogit] {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 0.15em 0.5em;
  font-weight: 600;
  max-width: 8em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ms-table .ms-score[b-mrjpujogit] {
  background-color: rgba(255, 255, 255, 0.85);
  color: #000;
  padding: 0.15em 0.45em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  min-width: 1.6em;
}

.ms-table .ms-score.ms-current[b-mrjpujogit] {
  background-color: #ffc107;
  color: #000;
  font-weight: 700;
}
/* /Components/SetEditPanel.razor.rz.scp.css */
.sep-point[b-h0v67niixh] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 24px;
  font-size: 13px;
  font-weight: 700;
  font-family: monospace;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 3px;
  cursor: pointer;
  user-select: none;
  line-height: 1;
}
.sep-point:hover[b-h0v67niixh] {
  opacity: .75;
  outline: 2px solid #0d6efd;
}
.sep-point-ro[b-h0v67niixh] {
  cursor: default;
}
.sep-point-ro:hover[b-h0v67niixh] {
  opacity: 1;
  outline: none;
}
.sep-btn[b-h0v67niixh] {
  min-width: 26px;
  min-height: 26px;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 1px 5px;
  line-height: 1;
}
.sep-swatch[b-h0v67niixh] {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 3px;
  flex-shrink: 0;
}
.sep-team-name[b-h0v67niixh] {
  font-size: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* /Components/ShirtColorPicker.razor.rz.scp.css */
/* ShirtColorPicker.razor.css */

.scp-wrapper[b-9uxcoipy2l] {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.scp-trigger[b-9uxcoipy2l] {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 2rem;
  height: 2.2rem;
  flex-shrink: 0;
}

.scp-trigger:hover[b-9uxcoipy2l] {
  transform: scale(1.1);
}

[b-9uxcoipy2l] .scp-shirt {
  width: 100%;
  height: 100%;
  display: block;
}

.scp-menu[b-9uxcoipy2l] {
  position: absolute;
  z-index: 1050;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.25rem;
  padding: 0.35rem;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  gap: 0.3rem;
  white-space: nowrap;
}

.scp-swatch[b-9uxcoipy2l] {
  background: none;
  border: 2px solid transparent;
  border-radius: 0.3rem;
  padding: 1px;
  cursor: pointer;
  width: 2rem;
  height: 2.2rem;
}

.scp-swatch:hover[b-9uxcoipy2l] {
  border-color: #0d6efd;
  transform: scale(1.1);
}

.scp-selected[b-9uxcoipy2l] {
  border-color: #0d6efd;
  box-shadow: 0 0 0 2px rgba(13,110,253,0.35);
}

[b-9uxcoipy2l] .scp-shirt-sm {
  width: 100%;
  height: 100%;
  display: block;
}

.scp-custom[b-9uxcoipy2l] {
  display: flex;
  align-items: center;
  border-left: 1px solid #dee2e6;
  padding-left: 0.3rem;
}

.scp-native[b-9uxcoipy2l] {
  width: 1.8rem;
  height: 1.8rem;
  padding: 0.1rem;
  border: 1px solid #ced4da;
  border-radius: 0.3rem;
  cursor: pointer;
}
/* /Components/TableMatchInfo.razor.rz.scp.css */
.tmi-row[b-00pl4v4owo] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  font-size: 0.82rem;
  line-height: 1.35;
  border-bottom: 1px solid #dee2e6;
  background: var(--tmi-bg, #fff);
  flex-wrap: wrap;
}

.tmi-row:last-child[b-00pl4v4owo] {
  border-bottom: none;
}

.tmi-row:hover[b-00pl4v4owo] {
  filter: brightness(0.94);
}

.tmi-team[b-00pl4v4owo] {
  font-weight: 500;
  white-space: nowrap;
}

.tmi-ph[b-00pl4v4owo] {
  color: var(--tmi-muted, #adb5bd);
  white-space: nowrap;
}

.tmi-vs[b-00pl4v4owo] {
  color: var(--tmi-muted, #adb5bd);
  font-size: 0.75rem;
  flex-shrink: 0;
}

.tmi-badge[b-00pl4v4owo] {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 1px 5px;
  border-radius: 3px;
  white-space: nowrap;
  background-color: #e9ecef;
  color: #495057;
  flex-shrink: 0;
}

.tmi-live-badge[b-00pl4v4owo] {
  font-size: 0.68rem;
  padding: 1px 5px;
  flex-shrink: 0;
}

.tmi-score[b-00pl4v4owo] {
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}

.tmi-sets[b-00pl4v4owo] {
  display: flex;
  align-items: center;
  gap: 3px;
  flex-shrink: 0;
}

.tmi-set[b-00pl4v4owo] {
  font-size: 0.78rem;
  font-weight: 600;
  background: #e9ecef;
  border-radius: 3px;
  padding: 0 4px;
  white-space: nowrap;
  color: #343a40;
}

.tmi-set-live[b-00pl4v4owo] {
  background: #fff3cd;
  color: #664d03;
}

.tmi-slot[b-00pl4v4owo] {
  font-size: 0.72rem;
  color: var(--tmi-muted, #6c757d);
  white-space: nowrap;
  margin-left: auto;
}
/* /Components/YouTubeBadge.razor.rz.scp.css */
.youtube-badge[b-kt7delkso8] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 14px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  flex-shrink: 0;
  margin-left: auto;
  transition: background 0.15s;
}

.youtube-badge:hover[b-kt7delkso8] {
  background: rgba(255, 255, 255, 0.55);
}

.youtube-badge-svg[b-kt7delkso8] {
  width: 20px;
  height: 14px;
  display: block;
}
/* /Components/YouTubeOverlay.razor.rz.scp.css */
/* YouTubeOverlay.razor.css */

.overlay-outer[b-dx18pzlopo] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.overlay-container[b-dx18pzlopo] {
  position: relative;
  overflow: hidden;
  background-color: transparent;
}


.top-right[b-dx18pzlopo] {
  position: absolute;
  top: calc(var(--live-w) * 1px * 0.01);
  right: calc(var(--live-w) * 1px * 0.01);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(var(--live-w) * 1px * 0.008);
  z-index: 10;
}

.watermark[b-dx18pzlopo] {
  width: calc(var(--live-w) * 1px * 0.15);         /* 15% da largura da live */
  opacity: 0.85;
}

.watermark img[b-dx18pzlopo] {
  width: 100%;
  height: auto;
}

.clock[b-dx18pzlopo] {
  color: rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.75);
  font-size: calc(var(--live-w) * 1px * 0.013);
  font-weight: bold;
  font-family: monospace;
  padding: 0.15em 0.5em;
  letter-spacing: 0.04em;
}

.scoreboard-outer[b-dx18pzlopo] {
  position: absolute;
  top: calc(var(--live-w) * 1px * 0.01);
  left: calc(var(--live-w) * 1px * 0.01);
  display: flex;
  align-items: stretch;
  gap: calc(var(--live-w) * 1px * 0.008);
  z-index: 10;
}

.other-fields-active[b-dx18pzlopo] {
  position: absolute;
  bottom: calc(var(--live-w) * 1px * 0.01);
  left: calc(var(--live-w) * 1px * 0.01);
  display: flex;
  flex-direction: column;
  gap: calc(var(--live-w) * 1px * 0.003);
  z-index: 10;
}

.ofa-row[b-dx18pzlopo] {
  display: flex;
  align-items: center;
  gap: calc(var(--live-w) * 1px * 0.005);
  font-size: calc(var(--live-w) * 1px * 0.010);
  color: white;
  background: rgba(0, 0, 0, 0.55);
  padding: 0.2em 0.5em;
  border-radius: 3px;
}

.ofa-finished[b-dx18pzlopo] {
  opacity: 0.55;
}

.ofa-field[b-dx18pzlopo] {
  font-weight: bold;
  opacity: 0.7;
  white-space: nowrap;
}

.ofa-score[b-dx18pzlopo] {
  font-family: monospace;
  font-weight: bold;
  background: rgba(255,255,255,0.12);
  padding: 0.05em 0.35em;
  border-radius: 3px;
  white-space: nowrap;
}

.ofa-live[b-dx18pzlopo] {
  background: rgba(220, 53, 69, 0.35);
  color: #ff8a95;
}

.ofa-ended[b-dx18pzlopo] {
  background: rgba(100, 100, 100, 0.35);
  color: rgba(255,255,255,0.6);
  font-style: italic;
}

.ofa-waiting[b-dx18pzlopo] {
  background: rgba(255, 193, 7, 0.2);
  color: #ffc107;
}

.ofa-teams[b-dx18pzlopo] {
  white-space: nowrap;
  opacity: 0.9;
}

.ofa-cat[b-dx18pzlopo] {
  font-size: calc(var(--live-w) * 1px * 0.007);
  padding: 0.1em 0.3em;
}

.ofa-stage[b-dx18pzlopo] {
  color: rgba(255,255,255,0.7);
  font-size: calc(var(--live-w) * 1px * 0.009);
  white-space: nowrap;
}

.scoreboard-stack[b-dx18pzlopo] {
  display: flex;
  flex-direction: column;
  gap: calc(var(--live-w) * 1px * 0.004);
}

.scoreboard-game-clock[b-dx18pzlopo] {
  color: white;
  background: rgba(0, 0, 0, 0.75);
  font-size: calc(var(--live-w) * 1px * 0.013);
  font-family: monospace;
  font-weight: bold;
  padding: 0.15em 0.5em;
  text-align: center;
  letter-spacing: 0.04em;
}

/* Meta da partida (categoria + stage + relógio), ao lado do scoreboard */
.match-meta[b-dx18pzlopo] {
  display: flex;
  flex-direction: column;
}

.match-meta-top[b-dx18pzlopo] {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: calc(var(--live-w) * 1px * 0.005);
}

.match-meta .scoreboard-game-clock[b-dx18pzlopo] {
  flex: 1;
  display: flex;
  align-items: center;
}

.overlay-cat-badge[b-dx18pzlopo] {
  font-size: calc(var(--live-w) * 1px * 0.012);
  font-weight: bold;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  white-space: nowrap;
}

.overlay-stage-name[b-dx18pzlopo],
.overlay-stage-label[b-dx18pzlopo] {
  color: white;
  font-size: calc(var(--live-w) * 1px * 0.011);
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0,0,0,0.9);
  white-space: nowrap;
}

.scoreboard-finished[b-dx18pzlopo] {
  background: rgba(100, 100, 100, 0.75);
  color: rgba(255,255,255,0.75);
  font-style: italic;
}

.scoreboard-last-minute[b-dx18pzlopo] {
  background: rgba(180, 30, 30, 0.85);
  color: #fff;
  animation: pulse-last-minute-b-dx18pzlopo 1s infinite;
  font-family: inherit;
}

@keyframes pulse-last-minute-b-dx18pzlopo {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

.scoreboard-interval[b-dx18pzlopo] {
  background: rgba(180, 140, 20, 0.85);
  color: #fff;
  font-family: inherit;
}

.scoreboard-golden-point[b-dx18pzlopo] {
  background: linear-gradient(135deg, rgba(245, 197, 24, 0.9), rgba(230, 168, 0, 0.9));
  color: #000;
  font-weight: 700;
  animation: pulse-last-minute-b-dx18pzlopo 2s ease-in-out infinite;
}

/* Contentor idle: centralizado, painéis lado a lado */
.overlay-idle[b-dx18pzlopo] {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: calc(var(--live-w) * 1px * 0.015);
  z-index: 10;
}

/* Painel de próximas / sem mais partidas */
.overlay-next-panel[b-dx18pzlopo] {
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(6px);
  border-radius: calc(var(--live-w) * 1px * 0.008);
  padding: calc(var(--live-w) * 1px * 0.018) calc(var(--live-w) * 1px * 0.025);
  display: flex;
  flex-direction: column;
  gap: calc(var(--live-w) * 1px * 0.008);
  min-width: calc(var(--live-w) * 1px * 0.35);
}

/* Painel de outros campos */
.overlay-other-fields[b-dx18pzlopo] {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  border-radius: calc(var(--live-w) * 1px * 0.008);
  padding: calc(var(--live-w) * 1px * 0.018) calc(var(--live-w) * 1px * 0.025);
  display: flex;
  flex-direction: column;
  gap: calc(var(--live-w) * 1px * 0.007);
  min-width: calc(var(--live-w) * 1px * 0.22);
}

.other-field-block[b-dx18pzlopo] {
  display: flex;
  flex-direction: column;
  gap: calc(var(--live-w) * 1px * 0.003);
  padding-bottom: calc(var(--live-w) * 1px * 0.005);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.other-field-block:last-child[b-dx18pzlopo] {
  border-bottom: none;
  padding-bottom: 0;
}

.other-field-header[b-dx18pzlopo] {
  font-size: calc(var(--live-w) * 1px * 0.011);
  font-weight: bold;
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.other-match-last[b-dx18pzlopo] {
  opacity: 0.5;
}

.omr-details[b-dx18pzlopo] {
  color: rgba(255,255,255,0.65);
  font-size: calc(var(--live-w) * 1px * 0.009);
  white-space: nowrap;
}

.idle-next-day-header[b-dx18pzlopo] {
  color: rgba(255,255,255,0.55);
  font-size: calc(var(--live-w) * 1px * 0.010);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: calc(var(--live-w) * 1px * 0.006);
}

.idle-label[b-dx18pzlopo] {
  color: rgba(255, 255, 255, 0.75);
  font-size: calc(var(--live-w) * 1px * 0.011);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: calc(var(--live-w) * 1px * 0.004);
}

.idle-next-match[b-dx18pzlopo] {
  display: flex;
  align-items: center;
  gap: calc(var(--live-w) * 1px * 0.006);
  font-size: calc(var(--live-w) * 1px * 0.013);
  color: white;
}

.idle-more-games[b-dx18pzlopo] {
  color: rgba(255,255,255,0.55);
  font-style: italic;
}

.idle-time[b-dx18pzlopo] {
  font-family: monospace;
  font-weight: bold;
  background: rgba(255,255,255,0.12);
  padding: 0.1em 0.45em;
  border-radius: 3px;
  white-space: nowrap;
}

.idle-now[b-dx18pzlopo] {
  background: rgba(255, 193, 7, 0.25);
  color: #ffc107;
}

.idle-waiting[b-dx18pzlopo] {
  font-weight: 600;
  opacity: 1;
}

.idle-waiting .idle-teams[b-dx18pzlopo] {
  opacity: 1;
}

.idle-teams[b-dx18pzlopo] {
  white-space: nowrap;
  opacity: 0.9;
}

/* Overrides para MatchScoreboard quando usado dentro do overlay de vídeo */
[b-dx18pzlopo] .ms-table {
  width: calc(var(--live-w) * 1px * 0.15);         /* 15% da largura da live */
  font-size: calc(var(--live-w) * 1px * 0.013);    /* ~25px a 1920 */
}

[b-dx18pzlopo] .ms-table .ms-name {
  padding: 0.2em 0.5em;
}

[b-dx18pzlopo] .ms-table .ms-score {
  padding: 0.2em 0.4em;
  border: 1px solid #ccc;
  min-width: 1.5em;
}


.category-label[b-dx18pzlopo] {
  color: white;
  background: rgba(0, 0, 0, 0.75);
  padding: 0.3em 0.6em;
  border-radius: 4px;
  font-size: calc(var(--live-w) * 1px * 0.013);
  font-weight: bold;
  white-space: nowrap;
}

@keyframes banner-in-b-dx18pzlopo {
  from { opacity: 0; transform: translateX(-50%) translateY(12px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0);    }
}

@keyframes banner-out-b-dx18pzlopo {
  from { opacity: 1; transform: translateX(-50%) translateY(0);    }
  to   { opacity: 0; transform: translateX(-50%) translateY(12px); }
}

.banner[b-dx18pzlopo] {
  position: absolute;
  bottom: calc(var(--live-w) * 1px * 0.02);
  left: 50%;
  transform: translateX(-50%);
  max-width: 60%;
  z-index: 10;
}

.banner.banner-above-simple[b-dx18pzlopo] {
  bottom: calc(var(--live-w) * 1px * 0.05);
}

.banner.banner-in[b-dx18pzlopo] {
  animation: banner-in-b-dx18pzlopo 0.4s ease-out forwards;
}

.banner.banner-out[b-dx18pzlopo] {
  animation: banner-out-b-dx18pzlopo 0.4s ease-in forwards;
}

.banner img[b-dx18pzlopo] {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Painel idle simples: barra na base com a próxima partida */
.overlay-idle-simple[b-dx18pzlopo] {
  position: absolute;
  bottom: calc(var(--live-w) * 1px * 0.015);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: calc(var(--live-w) * 1px * 0.006);
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  padding: calc(var(--live-w) * 1px * 0.005) calc(var(--live-w) * 1px * 0.015);
  border-radius: calc(var(--live-w) * 1px * 0.005);
  font-size: calc(var(--live-w) * 1px * 0.013);
  color: white;
  white-space: nowrap;
  z-index: 10;
}

.idle-simple-label[b-dx18pzlopo] {
  opacity: 0.7;
  font-weight: bold;
}

.idle-simple-time[b-dx18pzlopo] {
  font-family: monospace;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.12);
  padding: 0.1em 0.4em;
  border-radius: 3px;
}

.idle-simple-now[b-dx18pzlopo] {
  background: rgba(255, 193, 7, 0.3);
  color: #ffd54f;
}

.idle-simple-teams[b-dx18pzlopo] {
  font-weight: 600;
}

.thumbnail-mode[b-dx18pzlopo] {
  width: 100%;
  aspect-ratio: var(--orig-w) / var(--orig-h);
  position: relative;
  overflow: hidden;
  container-type: inline-size;
}

.thumbnail-mode .overlay-container[b-dx18pzlopo] {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top left;
  /*
    Scale = largura disponível / largura original.
    100cqw resolve para a largura do container em px;
    px/px dá o factor unitless que scale() espera.
  */
  transform: scale(calc(100cqw / (var(--orig-w) * 1px)));
  border: 2px solid #444;
  border-radius: 6px;
  background-color: #3a3a3a; /* representa a área de vídeo no modo thumbnail */
}
/* /MiniSites/Admin/AdminLayout.razor.rz.scp.css */
.page[b-1rv17oa37q] {
    position: relative;
    display: flex;
    flex-direction: column;
}

article.content[b-1rv17oa37q] {
  padding-top: var(--navbar-height, 60px);
}

main[b-1rv17oa37q] {
    flex: 1;
}

.sidebar[b-1rv17oa37q] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1rv17oa37q] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1rv17oa37q]  a, .top-row[b-1rv17oa37q]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-1rv17oa37q]  a:hover, .top-row[b-1rv17oa37q]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-1rv17oa37q]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-1rv17oa37q] {
        justify-content: space-between;
    }

    .top-row[b-1rv17oa37q]  a, .top-row[b-1rv17oa37q]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1rv17oa37q] {
        flex-direction: row;
    }

    .sidebar[b-1rv17oa37q] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1rv17oa37q] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-1rv17oa37q]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-1rv17oa37q], article[b-1rv17oa37q] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-1rv17oa37q] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-1rv17oa37q] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /MiniSites/Admin/AdminNavMenu.razor.rz.scp.css */
.navbar-toggler[b-99ipfti3n9] {
  order: -1;
  appearance: none;
  cursor: pointer;
  width: 2rem;
  height: 1.5rem;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.25rem rgba(255, 255, 255, 0.1); /* Reduzido de /1.75rem */
}

  .navbar-toggler:checked[b-99ipfti3n9] {
    background-color: rgba(255, 255, 255, 0.5);
  }

.top-row[b-99ipfti3n9] {
  min-height: 2.5rem;
  background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-99ipfti3n9] {
  font-size: 1.1rem;
  margin-right: auto; /* Mant�m brand � esquerda, consumindo espa�o extra */
}

.bi[b-99ipfti3n9] {
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
  top: -1px;
  background-size: cover;
}

/* �cones espec�ficos (mantenha se necess�rio) */
.bi-house-door-fill-nav-menu[b-99ipfti3n9] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-99ipfti3n9] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-99ipfti3n9] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-99ipfti3n9] {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}

  .nav-item:first-of-type[b-99ipfti3n9] {
    padding-top: 1rem;
  }

  .nav-item:last-of-type[b-99ipfti3n9] {
    padding-bottom: 1rem;
  }

  .nav-item[b-99ipfti3n9]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
  }

  .nav-item[b-99ipfti3n9]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
  }

  .nav-item[b-99ipfti3n9]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
  }

@media (min-width: 992px) { /* Use breakpoint lg padr�o do Bootstrap para consist�ncia */
  .navbar-toggler[b-99ipfti3n9] {
    display: none;
  }
}
/* /MiniSites/Admin/Pages/AdminTournamentPage.razor.rz.scp.css */
[b-d3lbcrfdsk] .tournament-tabs .nav-link {
    white-space: nowrap;
}
