/* /Components/AnnouncementOverlay.razor.rz.scp.css */
.announcement-bar[b-kc1dg49ama] {
  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-kc1dg49ama 0.3s ease;
}

.announcement-bar-icon[b-kc1dg49ama] {
  color: #f59e0b;
  flex-shrink: 0;
}

.announcement-bar-time[b-kc1dg49ama] {
  color: #92400e;
  font-size: 0.8rem;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}

.announcement-bar-text[b-kc1dg49ama] {
  flex: 1;
  font-size: 1rem;
  color: #1a1a1a;
  white-space: pre-wrap;
}

.announcement-bar-close[b-kc1dg49ama] {
  background: none;
  border: none;
  font-size: 1.3rem;
  cursor: pointer;
  color: #92400e;
  padding: 0;
  line-height: 1;
  flex-shrink: 0;
}

  .announcement-bar-close:hover[b-kc1dg49ama] {
    color: #000;
  }

@keyframes slideDown-b-kc1dg49ama {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}
/* /Components/LocationMap.razor.rz.scp.css */
.map-container[b-oyk0z57vjd] {
  position: relative;
}

.map-fullscreen-btn[b-oyk0z57vjd] {
  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-oyk0z57vjd] {
  background: #f0f0f0;
}

.map-fullscreen[b-oyk0z57vjd] {
  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/TableMatchInfo.razor.rz.scp.css */
.tmi-row[b-rglz5i7olc] {
  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-rglz5i7olc] {
  border-bottom: none;
}

.tmi-row:hover[b-rglz5i7olc] {
  filter: brightness(0.94);
}

.tmi-team[b-rglz5i7olc] {
  font-weight: 500;
  white-space: nowrap;
}

.tmi-ph[b-rglz5i7olc] {
  color: var(--tmi-muted, #adb5bd);
  white-space: nowrap;
}

.tmi-vs[b-rglz5i7olc] {
  color: var(--tmi-muted, #adb5bd);
  font-size: 0.75rem;
  flex-shrink: 0;
}

.tmi-badge[b-rglz5i7olc] {
  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-rglz5i7olc] {
  font-size: 0.68rem;
  padding: 1px 5px;
  flex-shrink: 0;
}

.tmi-score[b-rglz5i7olc] {
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}

.tmi-slot[b-rglz5i7olc] {
  font-size: 0.72rem;
  color: var(--tmi-muted, #6c757d);
  white-space: nowrap;
  margin-left: auto;
}

.tmi-sets[b-rglz5i7olc] {
  display: flex;
  align-items: center;
  gap: 3px;
  flex-shrink: 0;
}

.tmi-set[b-rglz5i7olc] {
  font-size: 0.78rem;
  font-weight: 600;
  background: #e9ecef;
  border-radius: 3px;
  padding: 0 4px;
  white-space: nowrap;
  color: #343a40;
}

.tmi-set-live[b-rglz5i7olc] {
  background: #fff3cd;
  color: #664d03;
}

.tmi-stage[b-rglz5i7olc] {
  font-size: 0.72rem;
  color: var(--tmi-muted, #6c757d);
  white-space: nowrap;
  flex: 1;
  text-align: center;
}

.tmi-match-type[b-rglz5i7olc] {
  font-size: 0.72rem;
  color: var(--tmi-muted, #6c757d);
  white-space: nowrap;
  margin-left: auto;
}

/* ── Compact two-line layout ─────────────────────────────────────────────── */

.tmi-compact[b-rglz5i7olc] {
  padding: 3px 8px;
  font-size: 0.82rem;
  line-height: 1.3;
}

.tmi-compact-header[b-rglz5i7olc] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1px;
}

.tmi-header-left[b-rglz5i7olc],
.tmi-header-right[b-rglz5i7olc] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.72rem;
}

.tmi-yt-link[b-rglz5i7olc] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  color: #dc3545;
  text-decoration: none;
  flex-shrink: 0;
  transition: opacity 0.15s, background 0.15s;
}

.tmi-yt-link:hover[b-rglz5i7olc] {
  background: rgba(255, 255, 255, 0.6);
  color: #ff0000;
}

.tmi-play-svg[b-rglz5i7olc] {
  width: 7px;
  height: 8px;
  display: block;
}

.tmi-compact-bottom[b-rglz5i7olc] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 1px;
}

.tmi-gp-badge[b-rglz5i7olc] {
  font-size: 0.6rem;
  flex-shrink: 0;
}

.tmi-set-scores[b-rglz5i7olc] {
  font-size: 0.7rem;
  opacity: 0.55;
  font-weight: 400;
  white-space: nowrap;
}

.tmi-icons-col[b-rglz5i7olc] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.tmi-homolog-pending[b-rglz5i7olc] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  font-size: 0.58rem;
  color: #d97706;
  line-height: 1;
}

.tmi-adjusted-time-pill[b-rglz5i7olc] {
  font-size: 0.7rem;
  font-weight: 700;
  color: #fff;
  background: #d97706;
  padding: 1px 6px;
  border-radius: 10px;
  white-space: nowrap;
  margin-left: auto;
}

.tmi-video-link[b-rglz5i7olc] {
  color: #dc3545;
  font-size: 0.82rem;
  text-decoration: none;
  flex-shrink: 0;
  opacity: 0.7;
  transition: opacity 0.15s;
}

.tmi-video-link:hover[b-rglz5i7olc] {
  opacity: 1;
  color: #dc3545;
}
/* /Components/YouTubeBadge.razor.rz.scp.css */
.youtube-badge[b-hjlqip7uyi] {
  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-hjlqip7uyi] {
  background: rgba(255, 255, 255, 0.55);
}

.youtube-badge-svg[b-hjlqip7uyi] {
  width: 20px;
  height: 14px;
  display: block;
}
/* /MiniSites/Public/Pages/SchedulePage.razor.rz.scp.css */
.schedule-day-block[b-6aps1w2dui] {
  margin-bottom: 2rem;
  overflow-x: auto;
}

.schedule-grid[b-6aps1w2dui] {
  font-size: 0.85rem;
  width: max-content;
  min-width: 100%;
}

.schedule-day-header[b-6aps1w2dui] {
  background-color: #212529;
  color: white;
  font-size: 1rem;
  padding: 0.5rem;
}

.schedule-round-col[b-6aps1w2dui] {
  min-width: 70px;
  background-color: #f8f9fa;
  font-size: 0.75rem;
}

.schedule-field-col[b-6aps1w2dui] {
  min-width: 140px;
}

.schedule-time-cell[b-6aps1w2dui] {
  font-size: 0.82rem;
  vertical-align: top;
  background-color: #f8f9fa;
  padding: 4px 4px;
}

.schedule-round-label[b-6aps1w2dui] {
  display: block;
  font-size: 0.68rem;
  white-space: nowrap;
}

.schedule-match-cell[b-6aps1w2dui] {
  vertical-align: middle;
  white-space: nowrap;
}

/* Prevent wrapping inside TableMatchInfo within the schedule grid */
.schedule-match-cell[b-6aps1w2dui]  .tmi-row {
  flex-wrap: nowrap;
}

.schedule-empty-cell[b-6aps1w2dui] {
  background-color: #fafafa;
}

.schedule-logo[b-6aps1w2dui] {
  height: 50px;
  width: auto;
  object-fit: contain;
}

.schedule-toolbar[b-6aps1w2dui] {
  flex-wrap: wrap;
}
/* /MiniSites/Public/PublicLayout.razor.rz.scp.css */
.page[b-6mjahaecr6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

article.content[b-6mjahaecr6] {
  padding-top: var(--navbar-height, 60px);
}

main[b-6mjahaecr6] {
    flex: 1;
}

.sidebar[b-6mjahaecr6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6mjahaecr6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6mjahaecr6]  a, .top-row[b-6mjahaecr6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6mjahaecr6]  a:hover, .top-row[b-6mjahaecr6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6mjahaecr6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-6mjahaecr6] {
        justify-content: space-between;
    }

    .top-row[b-6mjahaecr6]  a, .top-row[b-6mjahaecr6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6mjahaecr6] {
        flex-direction: row;
    }

    .sidebar[b-6mjahaecr6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6mjahaecr6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6mjahaecr6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6mjahaecr6], article[b-6mjahaecr6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-6mjahaecr6] {
    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-6mjahaecr6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /MiniSites/Public/PublicNavMenu.razor.rz.scp.css */
.navbar-toggler[b-p0rubb8t5y] {
  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-p0rubb8t5y] {
    background-color: rgba(255, 255, 255, 0.5);
  }

.top-row[b-p0rubb8t5y] {
  min-height: 2.5rem;
  background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-p0rubb8t5y] {
  font-size: 1.1rem;
  margin-right: auto;
}

.bi[b-p0rubb8t5y] {
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
  top: -1px;
  background-size: cover;
}

.bi-house-door-fill-nav-menu[b-p0rubb8t5y] {
  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-p0rubb8t5y] {
  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-p0rubb8t5y] {
  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-p0rubb8t5y] {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}

  .nav-item:first-of-type[b-p0rubb8t5y] {
    padding-top: 1rem;
  }

  .nav-item:last-of-type[b-p0rubb8t5y] {
    padding-bottom: 1rem;
  }

  .nav-item[b-p0rubb8t5y]  .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-p0rubb8t5y]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
  }

  .nav-item[b-p0rubb8t5y]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
  }

@media (min-width: 992px) {
  .navbar-toggler[b-p0rubb8t5y] {
    display: none;
  }
}
