.admin-page .input-admin {
  background-color: #fff;
  color: #111827;
  border: 1px solid #d1d5db;
  padding: 8px 12px;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  height: 40px;
}

.admin-page .btn-primary {
  background-color: #4f46e5;
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 0.9rem;
}

.admin-page .btn-primary:hover {
  background-color: #4338ca;
}

.site-theme-toggle {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  padding: 0 14px;
  font-size: 0.85rem;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.site-theme-toggle:hover,
.site-theme-toggle:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.24);
  outline: none;
}

.site-mobile-theme-toggle {
  appearance: none;
  border: 0;
  width: 100%;
  justify-content: center;
}

.donation-table-body td {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 7px 12px;
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.action-button:hover,
.action-button:focus-visible {
  transform: translateY(-1px);
  text-decoration: none;
  outline: none;
}

.action-button-view {
  background: #334155;
  border-color: #475569;
  color: #fff;
}

.action-button-view:hover,
.action-button-view:focus-visible {
  background: #475569;
  border-color: #64748b;
  color: #fff;
}

.action-button-edit {
  background: #2563eb;
  border-color: #1d4ed8;
  color: #fff;
}

.action-button-edit:hover,
.action-button-edit:focus-visible {
  background: #1d4ed8;
  border-color: #1e40af;
  color: #fff;
}

.action-button-delete {
  background: #dc2626;
  border-color: #b91c1c;
  color: #fff;
}

.action-button-delete:hover,
.action-button-delete:focus-visible {
  background: #b91c1c;
  border-color: #991b1b;
  color: #fff;
}

.admin-page .btn-danger {
  background-color: #dc2626;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 0.85rem;
}

.admin-dashboard-page {
  color-scheme: dark;
}

.admin-dashboard-page.theme-light {
  color-scheme: light;
  background: #f1f5f9 !important;
  color: #0f172a !important;
}

.admin-dashboard-page.theme-light .admin-dashboard,
.admin-dashboard-page.theme-light .admin-dashboard-child-main {
  background: #f1f5f9 !important;
  color: #0f172a !important;
}

.admin-dashboard-page.theme-light .admin-dashboard-sidebar {
  border-right-color: #dbe3ef;
  background:
    radial-gradient(circle at 20% 0%, rgba(79, 70, 229, 0.1), transparent 18rem),
    #ffffff;
}

.admin-dashboard-page.theme-light .admin-dashboard-brand,
.admin-dashboard-page.theme-light .admin-dashboard-topbar h1,
.admin-dashboard-page.theme-light .admin-dashboard-panel-header h2,
.admin-dashboard-page.theme-light .admin-dashboard-stats strong,
.admin-dashboard-page.theme-light .admin-dashboard-toolgrid strong,
.admin-dashboard-page.theme-light .admin-dashboard-list strong,
.admin-dashboard-page.theme-light .admin-dashboard-result-row strong,
.admin-dashboard-page.theme-light .admin-dashboard-table strong {
  color: #0f172a !important;
}

.admin-dashboard-page.theme-light .admin-dashboard-brand small,
.admin-dashboard-page.theme-light .admin-dashboard-topbar p,
.admin-dashboard-page.theme-light .admin-dashboard-nav small,
.admin-dashboard-page.theme-light .admin-dashboard-panel-header p,
.admin-dashboard-page.theme-light .admin-dashboard-panel-header span,
.admin-dashboard-page.theme-light .admin-dashboard-list small,
.admin-dashboard-page.theme-light .admin-dashboard-result-row small,
.admin-dashboard-page.theme-light .admin-dashboard-table small,
.admin-dashboard-page.theme-light .admin-dashboard-empty {
  color: #64748b !important;
}

.admin-dashboard-page.theme-light .admin-dashboard-nav a {
  color: #334155;
}

.admin-dashboard-page.theme-light .admin-dashboard-nav a:hover,
.admin-dashboard-page.theme-light .admin-dashboard-nav a:focus-visible,
.admin-dashboard-page.theme-light .admin-dashboard-nav a.is-active {
  border-color: #c7d2fe;
  background: #eef2ff;
  color: #1e1b4b;
}

.admin-dashboard-page.theme-light .admin-dashboard-sidebar-footer > a,
.admin-dashboard-page.theme-light .admin-dashboard-search,
.admin-dashboard-page.theme-light .admin-dashboard-stats article,
.admin-dashboard-page.theme-light .admin-dashboard-panel,
.admin-dashboard-page.theme-light .admin-dashboard-toolgrid a {
  border-color: #dbe3ef;
  background: #ffffff;
  color: #0f172a;
}

.admin-dashboard-page.theme-light .admin-dashboard-stats article,
.admin-dashboard-page.theme-light .admin-dashboard-panel,
.admin-dashboard-page.theme-light .admin-dashboard-toolgrid a {
  background:
    radial-gradient(circle at 95% 5%, rgba(79, 70, 229, 0.08), transparent 10rem),
    #ffffff;
}

.admin-dashboard-page.theme-light .admin-dashboard-search input {
  color: #0f172a;
}

.admin-dashboard-page.theme-light .admin-dashboard-search input::placeholder {
  color: #94a3b8;
}

.admin-dashboard-page.theme-light .admin-dashboard-panel-header,
.admin-dashboard-page.theme-light .admin-dashboard-list > div,
.admin-dashboard-page.theme-light .admin-dashboard-result-row,
.admin-dashboard-page.theme-light .admin-dashboard-table th,
.admin-dashboard-page.theme-light .admin-dashboard-table td {
  border-color: #e2e8f0;
}

.admin-dashboard-page.theme-light .admin-dashboard-table th {
  background: #f8fafc;
  color: #64748b;
}

.admin-dashboard-page.theme-light .admin-dashboard-table td,
.admin-dashboard-page.theme-light .admin-dashboard-table small {
  color: #475569;
}

.admin-dashboard-page.theme-light .admin-dashboard-nav em,
.admin-dashboard-page.theme-light .admin-dashboard-toolgrid em {
  background: #eef2ff;
  color: #4338ca;
}

.admin-dashboard-page.theme-light .site-theme-toggle {
  border-color: #cbd5e1;
  background: #f8fafc;
  color: #0f172a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 1px 2px rgba(15, 23, 42, 0.06);
}

.admin-dashboard-page.theme-light .site-theme-toggle:hover,
.admin-dashboard-page.theme-light .site-theme-toggle:focus-visible {
  border-color: #818cf8;
  background: #eef2ff;
  color: #1e1b4b;
}

.admin-dashboard-page.theme-light .admin-dashboard-child-main .bg-white,
.admin-dashboard-page.theme-light .admin-dashboard-child-main form.bg-white,
.admin-dashboard-page.theme-light .admin-dashboard-child-main section.bg-white,
.admin-dashboard-page.theme-light .admin-dashboard-child-main header.bg-white {
  background-color: #ffffff !important;
  border-color: #e2e8f0 !important;
  color: #0f172a !important;
}

.admin-dashboard-page.theme-light .admin-dashboard-child-main .bg-gray-100,
.admin-dashboard-page.theme-light .admin-dashboard-child-main .bg-slate-50,
.admin-dashboard-page.theme-light .admin-dashboard-child-main .bg-gray-50 {
  background-color: #f8fafc !important;
}

.admin-dashboard-page.theme-light .admin-dashboard-child-main h1,
.admin-dashboard-page.theme-light .admin-dashboard-child-main h2,
.admin-dashboard-page.theme-light .admin-dashboard-child-main h3,
.admin-dashboard-page.theme-light .admin-dashboard-child-main .text-slate-950,
.admin-dashboard-page.theme-light .admin-dashboard-child-main .text-slate-900,
.admin-dashboard-page.theme-light .admin-dashboard-child-main .text-gray-900,
.admin-dashboard-page.theme-light .admin-dashboard-child-main .text-slate-800,
.admin-dashboard-page.theme-light .admin-dashboard-child-main .text-gray-800 {
  color: #0f172a !important;
}

.admin-dashboard-page.theme-light .admin-dashboard-child-main .text-slate-700,
.admin-dashboard-page.theme-light .admin-dashboard-child-main .text-gray-700,
.admin-dashboard-page.theme-light .admin-dashboard-child-main .text-slate-600,
.admin-dashboard-page.theme-light .admin-dashboard-child-main .text-gray-600,
.admin-dashboard-page.theme-light .admin-dashboard-child-main .text-slate-500,
.admin-dashboard-page.theme-light .admin-dashboard-child-main .text-gray-500 {
  color: #475569 !important;
}

.admin-dashboard-page.theme-light .admin-dashboard-child-main table,
.admin-dashboard-page.theme-light .admin-dashboard-child-main table tbody td {
  background-color: #ffffff !important;
  color: #0f172a !important;
}

.admin-dashboard-page.theme-light .admin-dashboard-child-main table thead,
.admin-dashboard-page.theme-light .admin-dashboard-child-main table thead tr,
.admin-dashboard-page.theme-light .admin-dashboard-child-main table thead th,
.admin-dashboard-page.theme-light .admin-dashboard-child-main .table-header-admin {
  background-color: #334155 !important;
  color: #f8fafc !important;
}

.admin-dashboard-page.theme-light .admin-dashboard-child-main table tbody tr:nth-child(even) td {
  background-color: #f8fafc !important;
}

.admin-dashboard-page.theme-light .admin-dashboard-child-main input:not([type="checkbox"]):not([type="radio"]),
.admin-dashboard-page.theme-light .admin-dashboard-child-main select,
.admin-dashboard-page.theme-light .admin-dashboard-child-main textarea {
  background-color: #ffffff !important;
  border-color: #cbd5e1 !important;
  color: #0f172a !important;
}

.admin-dashboard {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
}

.admin-dashboard-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-right: 1px solid #1e293b;
  background:
    radial-gradient(circle at 20% 0%, rgba(79, 70, 229, 0.18), transparent 18rem),
    #0f172a;
  padding: 22px;
}

.admin-dashboard-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #f8fafc;
  text-decoration: none;
}

.admin-dashboard-brand img {
  width: 48px;
  height: auto;
  max-height: 48px;
  border-radius: 12px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.08);
}

.admin-dashboard-brand strong,
.admin-dashboard-brand small {
  display: block;
}

.admin-dashboard-brand strong {
  font-size: 1rem;
  font-weight: 900;
}

.admin-dashboard-brand small {
  margin-top: 2px;
  color: #94a3b8;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.admin-dashboard-nav {
  min-height: 0;
  display: grid;
  gap: 8px;
  overflow-y: auto;
  padding-right: 2px;
}

.admin-dashboard-nav a,
.admin-dashboard-toolgrid a {
  text-decoration: none;
}

.admin-dashboard-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #cbd5e1;
  padding: 12px;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.admin-dashboard-nav a:hover,
.admin-dashboard-nav a:focus-visible,
.admin-dashboard-nav a.is-active {
  border-color: #334155;
  background: #172033;
  color: #fff;
  outline: none;
}

.admin-dashboard-nav strong,
.admin-dashboard-nav small {
  display: block;
}

.admin-dashboard-nav strong {
  font-size: 0.88rem;
  font-weight: 850;
}

.admin-dashboard-nav small {
  margin-top: 2px;
  color: #94a3b8;
  font-size: 0.72rem;
}

.admin-dashboard-nav em,
.admin-dashboard-toolgrid em {
  flex: none;
  border-radius: 999px;
  background: #1e1b4b;
  color: #c7d2fe;
  padding: 4px 8px;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
}

.admin-dashboard-sidebar-footer {
  margin-top: auto;
  display: grid;
  gap: 10px;
}

.admin-dashboard-sidebar-footer > a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #334155;
  border-radius: 999px;
  color: #e2e8f0;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

.admin-dashboard-main {
  min-width: 0;
  padding: 28px;
}

.admin-dashboard-topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}

.admin-dashboard-eyebrow {
  color: #818cf8;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.admin-dashboard-topbar h1 {
  margin-top: 4px;
  color: #f8fafc;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 1;
}

.admin-dashboard-topbar p {
  margin-top: 10px;
  max-width: 760px;
  color: #94a3b8;
  font-size: 0.95rem;
}

.admin-dashboard-search {
  display: flex;
  gap: 10px;
  border: 1px solid #334155;
  border-radius: 14px;
  background: #172033;
  padding: 8px;
}

.admin-dashboard-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  background: transparent;
  color: #f8fafc;
  padding: 10px 12px;
  outline: none;
}

.admin-dashboard-search input::placeholder {
  color: #64748b;
}

.admin-dashboard-search button {
  border-radius: 10px;
  background: #4f46e5;
  color: #fff;
  padding: 10px 16px;
  font-size: 0.86rem;
  font-weight: 900;
}

.admin-dashboard-stats,
.admin-dashboard-toolgrid,
.admin-dashboard-activity {
  display: grid;
  gap: 16px;
}

.admin-dashboard-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 16px;
}

.admin-dashboard-stats article,
.admin-dashboard-panel,
.admin-dashboard-toolgrid a {
  border: 1px solid #334155;
  border-radius: 16px;
  background:
    radial-gradient(circle at 95% 5%, rgba(79, 70, 229, 0.14), transparent 10rem),
    #172033;
}

.admin-dashboard-stats article {
  padding: 18px;
}

.admin-dashboard-stats span,
.admin-dashboard-toolgrid span {
  color: #94a3b8;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.admin-dashboard-stats strong {
  display: block;
  margin-top: 8px;
  color: #f8fafc;
  font-size: 2.15rem;
  font-weight: 950;
  line-height: 1;
}

.admin-dashboard-stats a,
.admin-dashboard-panel-header a,
.admin-dashboard-result-row nav > a:not(.action-button) {
  color: #93c5fd;
  font-size: 0.78rem;
  font-weight: 800;
}

.admin-dashboard-toolgrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 16px 0;
}

.admin-dashboard-toolgrid a {
  display: grid;
  min-height: 116px;
  align-content: space-between;
  color: #f8fafc;
  padding: 16px;
  transition: border-color 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.admin-dashboard-toolgrid a:hover,
.admin-dashboard-toolgrid a:focus-visible {
  transform: translateY(-2px);
  border-color: #6366f1;
  outline: none;
}

.admin-dashboard-toolgrid strong {
  margin-top: 6px;
  color: #f8fafc;
  font-size: 1.05rem;
}

.admin-dashboard-toolgrid em {
  justify-self: start;
  margin-top: 12px;
}

.admin-dashboard-activity {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-dashboard-activity-wide {
  grid-template-columns: 1fr;
}

.admin-dashboard-panel {
  overflow: hidden;
}

.admin-dashboard-panel-header {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid #334155;
  padding: 16px 18px;
}

.admin-dashboard-panel-header h2 {
  color: #f8fafc;
  font-size: 1rem;
  font-weight: 900;
}

.admin-dashboard-panel-header p,
.admin-dashboard-panel-header span {
  margin-top: 2px;
  color: #94a3b8;
  font-size: 0.82rem;
}

.admin-dashboard-list,
.admin-dashboard-results {
  display: grid;
}

.admin-dashboard-list > div,
.admin-dashboard-result-row {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #253149;
  padding: 14px 18px;
}

.admin-dashboard-list > div:last-child,
.admin-dashboard-result-row:last-child {
  border-bottom: 0;
}

.admin-dashboard-list span,
.admin-dashboard-result-row div {
  min-width: 0;
  flex: 1;
}

.admin-dashboard-list strong,
.admin-dashboard-list small,
.admin-dashboard-result-row strong,
.admin-dashboard-result-row small {
  display: block;
}

.admin-dashboard-list strong,
.admin-dashboard-result-row strong {
  overflow: hidden;
  color: #f8fafc;
  font-size: 0.9rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-dashboard-list small,
.admin-dashboard-result-row small {
  margin-top: 3px;
  color: #94a3b8;
  font-size: 0.72rem;
}

.admin-dashboard-result-row > span {
  flex: none;
  width: 82px;
  color: #818cf8;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.admin-dashboard-result-row nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-dashboard-empty {
  color: #94a3b8;
  padding: 18px;
  text-align: center;
}

.admin-dashboard-table-wrap {
  overflow-x: auto;
}

.admin-dashboard-table {
  width: 100%;
  min-width: 680px;
  border-collapse: separate;
  border-spacing: 0;
}

.admin-dashboard-table th,
.admin-dashboard-table td {
  border-bottom: 1px solid #253149;
  padding: 13px 16px;
  text-align: left;
  vertical-align: middle;
}

.admin-dashboard-table th {
  background: #0f172a;
  color: #94a3b8;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.admin-dashboard-table tr:last-child td {
  border-bottom: 0;
}

.admin-dashboard-table .admin-dashboard-search-section th {
  border-top: 2px solid #475569;
  background: #1e293b;
  color: #e2e8f0;
  font-size: 0.72rem;
}

.admin-dashboard-search-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-dashboard-table strong,
.admin-dashboard-table small {
  display: block;
}

.admin-dashboard-table strong {
  max-width: 52rem;
  overflow: hidden;
  color: #f8fafc;
  font-size: 0.88rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-dashboard-table td,
.admin-dashboard-table small {
  color: #cbd5e1;
  font-size: 0.78rem;
}

.admin-dashboard-video-cell {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.admin-dashboard-video-cell > img,
.admin-dashboard-video-thumb-placeholder {
  width: 72px;
  height: 42px;
  flex: 0 0 72px;
  border-radius: 7px;
}

.admin-dashboard-video-cell > img {
  border: 1px solid rgba(148, 163, 184, 0.22);
  object-fit: cover;
  background: #0f172a;
}

.admin-dashboard-video-thumb-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(148, 163, 184, 0.35);
  background: rgba(15, 23, 42, 0.7);
  color: #94a3b8;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-dashboard-video-cell > span:last-child {
  min-width: 0;
}

.admin-dashboard-flag {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 28px;
  max-height: 20px;
  vertical-align: middle;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.28);
}

/* Private Rolodex */
.rolodex-page {
  --rolodex-paper: #fffdf7;
  --rolodex-paper-alt: #f8f1df;
  --rolodex-line: #d7c9a8;
  --rolodex-ink: #292524;
  --rolodex-muted: #78716c;
  --rolodex-accent: #9f1239;
}

.rolodex-header {
  border: 1px solid var(--rolodex-line);
  border-top: 5px solid var(--rolodex-accent);
  background: linear-gradient(135deg, var(--rolodex-paper), var(--rolodex-paper-alt));
}

.rolodex-lookup,
.rolodex-index,
.rolodex-record-card {
  border: 1px solid var(--rolodex-line);
  background: var(--rolodex-paper);
  color: var(--rolodex-ink);
}

.rolodex-index-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.rolodex-index-card {
  position: relative;
  min-width: 0;
  padding-left: 22px;
}

.rolodex-index-tab {
  position: absolute;
  inset: 16px auto 16px 0;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 0 0 8px;
  background: var(--rolodex-accent);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.rolodex-index-body {
  min-height: 100%;
  border: 1px solid var(--rolodex-line);
  border-radius: 10px;
  padding: 18px;
  background: linear-gradient(180deg, var(--rolodex-paper), var(--rolodex-paper-alt));
  box-shadow: 0 8px 18px rgba(87, 62, 29, 0.09);
}

.rolodex-index-name {
  display: block;
  overflow: hidden;
  color: var(--rolodex-accent);
  font-size: 1rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rolodex-index-details {
  margin-top: 14px;
  display: grid;
  gap: 9px;
}

.rolodex-index-details > div {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 8px;
  border-top: 1px dashed var(--rolodex-line);
  padding-top: 8px;
}

.rolodex-index-details dt,
.rolodex-record-grid h3 {
  color: var(--rolodex-muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rolodex-index-details dd {
  min-width: 0;
  color: var(--rolodex-ink);
  font-size: 0.78rem;
}

.rolodex-index-details dd span,
.rolodex-index-details dd a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rolodex-index-details dd a,
.rolodex-contact-value {
  color: #1d4ed8;
  text-decoration: underline;
}

.rolodex-index-notes {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal !important;
}

.rolodex-empty {
  color: var(--rolodex-muted);
  font-style: italic;
}

.rolodex-record-card {
  position: relative;
  border-top: 5px solid var(--rolodex-accent);
}

.rolodex-record-actions {
  display: flex;
  flex: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.rolodex-record-actions form {
  display: inline-flex;
  margin: 0;
}

.rolodex-record-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.rolodex-record-grid > section {
  border: 1px solid var(--rolodex-line);
  border-radius: 10px;
  padding: 18px;
  background: var(--rolodex-paper-alt);
}

.rolodex-record-grid h3 {
  margin-bottom: 10px;
}

.rolodex-contact-value {
  display: block;
  margin-top: 5px;
  overflow-wrap: anywhere;
}

.rolodex-record-grid .rolodex-record-notes {
  grid-column: 1 / -1;
}

.rolodex-record-notes p {
  color: var(--rolodex-ink);
  white-space: pre-line;
}

body.theme-dark .rolodex-page {
  --rolodex-paper: #172033;
  --rolodex-paper-alt: #111827;
  --rolodex-line: #475569;
  --rolodex-ink: #f1f5f9;
  --rolodex-muted: #94a3b8;
  --rolodex-accent: #e11d48;
}

@media (max-width: 760px) {
  .rolodex-index-grid,
  .rolodex-record-grid {
    grid-template-columns: 1fr;
  }

  .rolodex-record-grid .rolodex-record-notes {
    grid-column: auto;
  }
}

.admin-dashboard-child-main {
  background: #0b1120;
}

.admin-dashboard-child-main > .container,
.admin-dashboard-child-main > main.container {
  width: min(100%, 1320px);
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.admin-dashboard-child-main .bg-white,
.admin-dashboard-child-main form.bg-white,
.admin-dashboard-child-main section.bg-white,
.admin-dashboard-child-main header.bg-white {
  background-color: #172033 !important;
  border-color: #334155 !important;
  color: #e2e8f0 !important;
  box-shadow: none !important;
}

.admin-dashboard-child-main .bg-gray-100,
.admin-dashboard-child-main .bg-slate-50,
.admin-dashboard-child-main .bg-gray-50 {
  background-color: #0f172a !important;
}

.admin-dashboard-child-main h1,
.admin-dashboard-child-main h2,
.admin-dashboard-child-main h3,
.admin-dashboard-child-main .text-slate-950,
.admin-dashboard-child-main .text-slate-900,
.admin-dashboard-child-main .text-gray-900,
.admin-dashboard-child-main .text-slate-800,
.admin-dashboard-child-main .text-gray-800 {
  color: #f8fafc !important;
}

.admin-dashboard-child-main .text-slate-700,
.admin-dashboard-child-main .text-gray-700,
.admin-dashboard-child-main .text-slate-600,
.admin-dashboard-child-main .text-gray-600,
.admin-dashboard-child-main .text-slate-500,
.admin-dashboard-child-main .text-gray-500 {
  color: #cbd5e1 !important;
}

.admin-dashboard-child-main .border-slate-200,
.admin-dashboard-child-main .border-gray-200,
.admin-dashboard-child-main .border-slate-300,
.admin-dashboard-child-main .border-gray-300,
.admin-dashboard-child-main .border {
  border-color: #334155 !important;
}

.admin-dashboard-child-main table {
  background-color: #172033 !important;
  color: #e2e8f0 !important;
}

.admin-dashboard-child-main table thead,
.admin-dashboard-child-main table thead tr,
.admin-dashboard-child-main table thead th,
.admin-dashboard-child-main .table-header-admin {
  background-color: #0f172a !important;
  color: #f8fafc !important;
  border-color: #334155 !important;
}

.admin-dashboard-child-main table tbody td {
  background-color: #172033 !important;
  border-color: #334155 !important;
  color: #e2e8f0 !important;
}

.admin-dashboard-child-main table tbody tr:nth-child(even) td {
  background-color: #111827 !important;
}

.admin-dashboard-child-main input:not([type="checkbox"]):not([type="radio"]),
.admin-dashboard-child-main select,
.admin-dashboard-child-main textarea {
  background-color: #0f172a !important;
  border-color: #475569 !important;
  color: #f8fafc !important;
}

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

  .admin-dashboard-sidebar {
    position: static;
    height: auto;
  }

  .admin-dashboard-nav,
  .admin-dashboard-sidebar-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-dashboard-topbar,
  .admin-dashboard-stats,
  .admin-dashboard-toolgrid,
  .admin-dashboard-activity {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .admin-dashboard-main,
  .admin-dashboard-sidebar {
    padding: 16px;
  }

  .admin-dashboard-nav,
  .admin-dashboard-sidebar-footer,
  .admin-dashboard-topbar,
  .admin-dashboard-stats,
  .admin-dashboard-toolgrid,
  .admin-dashboard-activity {
    grid-template-columns: 1fr;
  }

  .admin-dashboard-search,
  .admin-dashboard-result-row {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-dashboard-result-row > span {
    width: auto;
  }
}

.admin-page .btn-audit-action {
  min-width: 108px;
  padding: 10px 14px;
  font-size: 0.9rem;
  line-height: 1.25rem;
  text-align: center;
}

.admin-page td,
.admin-page th {
  padding: 10px;
  border: 1px solid #e5e7eb;
  text-align: center;
  font-size: 0.9rem;
  vertical-align: middle;
}

.admin-page img.thumbnail-admin {
  max-width: 80px;
  height: auto;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
}

.admin-page .row-status-2 {
  background-color: #fee2e2 !important;
}

.admin-page .hidden-status-0 {
  display: none !important;
}

.admin-page .table-header-admin {
  background-color: #f3f4f6;
  color: #374151;
}

.admin-logs-page td,
.admin-logs-page th {
  padding: 10px;
  border: 1px solid #e5e7eb;
  text-align: center;
  font-size: 0.9rem;
  vertical-align: middle;
}

.admin-logs-page .table-header-admin {
  background-color: #f3f4f6;
  color: #374151;
}

.admin-logs-page .badge-error {
  background-color: #fee2e2;
  color: #991b1b;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.75rem;
}

.admin-logs-page .badge-ok {
  background-color: #dcfce7;
  color: #166534;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.75rem;
}

body.video-page {
  background: #f3f4f6;
  color: #111827;
}

.video-page .bg-card {
  background: #fff;
}

.video-page .border-card {
  border-color: #e5e7eb;
}

.video-page .shadow-card {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
}

.video-page input,
.video-page button {
  color-scheme: dark;
}

.video-page .rumble {
  max-width: 100%;
}

.video-watch-card {
  overflow: hidden;
  background: #fff;
}

.video-watch-media {
  background: #020617;
}

.video-watch-media iframe,
.video-watch-media video,
.video-watch-media img {
  display: block;
  border: 0;
}

.video-watch-copy {
  padding: 22px 24px 24px;
}

.video-watch-eyebrow {
  margin-bottom: 8px;
  color: #2563eb;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.video-watch-copy h1 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  font-weight: 850;
  line-height: 1.15;
}

.video-watch-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  color: #475569;
  font-size: 0.88rem;
  font-weight: 700;
}

.video-watch-meta span,
.video-watch-meta a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #eff6ff;
  padding: 7px 12px;
}

.video-watch-meta a {
  color: #1d4ed8;
  text-decoration: none;
}

.video-watch-meta a:hover,
.video-watch-meta a:focus-visible {
  border-color: #93c5fd;
  color: #1e40af;
  outline: none;
}

/* Primary public-site design */
.site-page {
  background: #f3f4f6;
}

body > .site-nav {
  position: static;
  z-index: 40;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 20% 20%, rgba(203, 213, 225, 0.24), transparent 25rem),
    linear-gradient(125deg, #52525b, #27272a 55%, #09090b) !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
}

.site-nav,
.site-nav a,
.site-nav .text-blue-100,
.site-nav .text-blue-200,
.site-nav .text-rose-100,
.site-nav .text-rose-200,
.site-nav .text-slate-200 {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.site-nav .bg-white a {
  color: #0f172a;
  text-shadow: none;
}

.site-nav-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 8px 18px rgba(15, 23, 42, 0.18);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: transform 150ms ease, background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.site-nav-button:hover,
.site-nav-button:focus-visible {
  border-color: rgba(255, 255, 255, 0.48);
  color: #fff;
  background: rgba(255, 255, 255, 0.23);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 10px 22px rgba(15, 23, 42, 0.24);
  outline: none;
  transform: translateY(-1px);
}

.site-nav-button-admin {
  border-color: rgba(252, 211, 77, 0.45);
  background: rgba(245, 158, 11, 0.24);
}

.site-nav-button-admin:hover,
.site-nav-button-admin:focus-visible {
  border-color: rgba(252, 211, 77, 0.7);
  background: rgba(245, 158, 11, 0.34);
}

.site-nav-admin-badge {
  margin-left: 2px;
  border-radius: 999px;
  background: rgba(239, 68, 68, 0.95);
  padding: 2px 7px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: none;
}

.site-mobile-nav-link {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  font-size: 0.9rem;
  font-weight: 750;
  text-align: center;
  transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.site-mobile-nav-link:hover,
.site-mobile-nav-link:focus-visible {
  border-color: rgba(255, 255, 255, 0.44);
  color: #fff;
  background: rgba(255, 255, 255, 0.22);
  outline: none;
  transform: translateY(-1px);
}

#mobile-menu {
  max-height: calc(100vh - 76px);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.news-page-subtitle {
  white-space: nowrap;
  font-size: clamp(0.72rem, 1.45vw, 1rem);
}

.site-hero {
  margin-bottom: 34px;
  color: #f8fafc;
  background:
    radial-gradient(circle at 80% 20%, rgba(239, 68, 68, 0.23), transparent 25rem),
    linear-gradient(125deg, #14090b, #290d12 62%, #450a0a);
  border-bottom: 1px solid rgba(15, 23, 42, 0.14);
}

.site-hero-inner {
  width: min(1280px, calc(100% - 32px));
  min-height: 315px;
  margin: 0 auto;
  padding: 55px 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 48px;
}

.site-live-slide.hidden {
  display: none;
}

.site-live-slide.is-active {
  animation: site-live-slide-in 360ms ease both;
}

@keyframes site-live-slide-in {
  from { opacity: 0; transform: translateX(18px); }
  to { opacity: 1; transform: translateX(0); }
}

.site-live-carousel-controls {
  position: relative;
  width: min(1280px, calc(100% - 32px));
  margin: -40px auto 0;
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.site-live-carousel-controls button {
  display: inline-flex;
  min-width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(254, 202, 202, 0.3);
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, 0.34);
  font-size: 1.05rem;
  font-weight: 800;
  transition: border-color 150ms ease, background-color 150ms ease;
}

.site-live-carousel-controls button:hover,
.site-live-carousel-controls button:focus-visible {
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.14);
  outline: none;
}

.site-live-carousel-status {
  min-width: 58px;
  color: #fecaca;
  font-size: 0.76rem;
  font-weight: 700;
  text-align: center;
}

.site-live-carousel-controls .site-live-carousel-toggle {
  width: auto;
  min-width: 66px;
  padding: 0 13px;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-hero-copy {
  min-width: 0;
}

.site-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fca5a5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-eyebrow::before {
  width: 30px;
  height: 2px;
  background: #ef4444;
  content: "";
}

.site-eyebrow i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 0 6px rgba(239, 68, 68, 0.15);
  animation: site-live-pulse 1.8s infinite;
}

@keyframes site-live-pulse {
  50% { box-shadow: 0 0 0 10px rgba(239, 68, 68, 0); }
}

.site-profile {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-profile img {
  width: 88px;
  height: 88px;
  flex: none;
  border: 3px solid rgba(252, 165, 165, 0.55);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 7px rgba(239, 68, 68, 0.1);
}

.site-hero h1 {
  margin: 20px 0 0;
  font-size: clamp(34px, 4.5vw, 61px);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.site-hero p {
  max-width: 700px;
  margin: 0;
  color: #cbd5e1;
  font-size: 17px;
  line-height: 1.7;
}

.site-profile-actions {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.site-profile-actions a {
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
}

.site-profile-link {
  color: #fff;
  background: #dc2626;
}

.site-kick-link {
  color: #fecaca;
  border: 1px solid rgba(254, 202, 202, 0.3);
}

.site-live-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(254, 202, 202, 0.22);
  border-radius: 14px;
  background: #050505;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.38);
}

.site-live-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.site-live-news {
  width: min(1280px, calc(100% - 32px));
  margin: 24px auto 34px;
  overflow: hidden;
  border: 1px solid #cbd5e1;
  border-top: 3px solid #2563eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.09);
}

.site-index-news {
  width: 100%;
  height: 100%;
  margin: 0;
  align-self: stretch;
}

.site-index-news .site-live-news-list a {
  min-height: 72px;
}

.site-live-news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid #e2e8f0;
  background: linear-gradient(135deg, #f8fafc, #eff6ff);
}

.site-live-news-header h2 {
  color: #0f172a;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.site-live-news-header h2.site-live-news-description {
  max-width: 100%;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  font-size: clamp(0.64rem, 1.08vw, 0.9rem);
  font-weight: 400;
  letter-spacing: 0;
}

.site-live-news-header span {
  display: block;
  margin-bottom: 2px;
  color: #2563eb;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-live-news-header a {
  color: #1d4ed8;
  font-size: 0.75rem;
  font-weight: 700;
}

.site-live-news-list {
  display: block;
}

.site-live-news-list li {
  min-width: 0;
  background: #fff;
}

.site-live-news-list li + li {
  border-top: 1px solid #e2e8f0;
}

.site-live-news-list a {
  display: grid;
  min-height: 72px;
  grid-template-columns: 38px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 14px;
  padding: 12px 20px;
  color: #172033;
  transition: background-color 150ms ease, padding-left 150ms ease;
}

.site-live-news-list a:hover,
.site-live-news-list a:focus-visible {
  background: #f8fafc;
  padding-left: 24px;
  outline: none;
}

.site-live-news-number {
  color: #94a3b8;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.site-live-news-story {
  min-width: 0;
}

.site-live-news-title {
  display: block;
  color: #172033;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}

.site-live-news-story small {
  display: block;
  overflow: hidden;
  margin-top: 4px;
  color: #64748b;
  font-size: 0.7rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-live-news-arrow {
  color: #2563eb;
  font-size: 1rem;
  font-weight: 800;
  text-align: right;
}

.site-video-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 14px;
  background: linear-gradient(transparent 68%, rgba(0, 0, 0, 0.45));
}

.site-video-link span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 7px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-hero-offline {
  grid-template-columns: 1fr;
}

.site-page .video-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-top: 3px solid #cbd5e1;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-page .video-card:hover {
  transform: translateY(-4px);
  border-color: #93c5fd;
  border-top-color: #2563eb;
  box-shadow: 0 16px 34px rgba(30, 64, 175, 0.15);
}

.site-page .video-card.is-recent {
  border-color: #fecaca;
  border-top-color: #dc2626;
  background: linear-gradient(180deg, #fff7f7 0%, #fff1f2 100%);
}

.site-page .video-card.is-recent:hover {
  border-color: #fca5a5;
  border-top-color: #dc2626;
  box-shadow: 0 16px 34px rgba(153, 27, 27, 0.16);
}

.site-page .video-card-image {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  transition: filter 180ms ease, transform 220ms ease;
}

.site-page .video-card:hover .video-card-image {
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.012);
}

.site-page .video-card-title a {
  color: #111827;
  transition: color 150ms ease;
}

.site-page .video-card-title a:hover,
.site-page .video-card-footer a {
  color: #1d4ed8;
}

.site-page .video-card-footer {
  margin-top: 10px;
  padding-top: 11px;
  border-top: 1px solid #e5e7eb;
}

.site-page #searchForm button[type="submit"] {
  background: #2563eb;
}

.site-page #searchForm button[type="submit"]:hover {
  background: #1d4ed8;
}

.site-pagination-mobile {
  display: flex !important;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.site-pagination-desktop {
  display: none !important;
}

.site-pagination {
  width: 100%;
  overflow: hidden;
}

.site-pagination-mobile-pages,
.site-pagination-mobile-controls {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-pagination-mobile-controls {
  gap: 10px;
}

@media (min-width: 1024px) {
  .site-pagination {
    width: auto;
    overflow: visible;
  }

  .site-pagination-mobile {
    display: none !important;
  }

  .site-pagination-desktop {
    display: inline-flex !important;
  }
}

/* Shared content and table design */
.content-page,
.admin-page,
.admin-logs-page {
  background:
    radial-gradient(circle at 8% 10%, rgba(148, 163, 184, 0.12), transparent 30rem),
    #f1f5f9;
}

.content-page > .container,
.content-page > main.container,
.admin-page > .container,
.admin-page > main.container,
.admin-logs-page > .container {
  width: min(1280px, 100%);
}

.content-page .bg-white.rounded-xl,
.content-page .bg-card.rounded-xl {
  border: 1px solid #e2e8f0;
  border-top: 3px solid #475569;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
}

.content-page .container > .bg-white.rounded-xl:first-child,
.content-page .container > .bg-card.rounded-xl:first-child {
  border-top-color: #2563eb;
}

.content-page h1,
.content-page h2 {
  color: #0f172a;
  letter-spacing: -0.025em;
}

.content-page article.bg-white.rounded-xl {
  border-top-color: #94a3b8;
  transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.content-page article.bg-white.rounded-xl:hover {
  transform: translateY(-2px);
  border-color: #bfdbfe;
  border-top-color: #2563eb;
  box-shadow: 0 13px 28px rgba(30, 64, 175, 0.1);
}

.news-page article h2 a,
.catchers-page h2 a {
  text-decoration: none;
}

.news-page article h2 a:hover,
.catchers-page h2 a:hover {
  color: #1d4ed8;
}

.catchers-page .divide-y > div {
  border-left: 3px solid transparent;
  transition: border-color 150ms ease, background-color 150ms ease;
}

.catchers-page .divide-y > div:hover {
  border-left-color: #2563eb;
  background: #f8fafc;
}

.catchers-page .divide-y img {
  border-radius: 10px;
}

.video-page .bg-card.rounded-xl,
.video-page .bg-white.rounded-xl {
  overflow: hidden;
}

.video-page .bg-slate-50.rounded-xl {
  border-color: #e2e8f0;
  background: linear-gradient(180deg, #fff, #f8fafc);
  transition: transform 170ms ease, box-shadow 170ms ease;
}

.video-page .bg-slate-50.rounded-xl:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.09);
}

.video-related-section {
  overflow: hidden;
}

.video-related-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.video-related-header h2 {
  margin-top: 2px;
  color: #0f172a;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.2;
}

.video-related-header > span {
  flex: none;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-related-eyebrow {
  color: #2563eb;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.video-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.video-related-card {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.06);
  transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.video-related-card:hover,
.video-related-card:focus-within {
  transform: translateY(-3px);
  border-color: #93c5fd;
  box-shadow: 0 13px 26px rgba(30, 64, 175, 0.14);
}

.video-related-card > a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.video-related-card > a:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.35);
  outline-offset: -3px;
}

.video-related-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #dbeafe;
}

.video-related-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.video-related-card:hover .video-related-media img {
  transform: scale(1.035);
}

.video-related-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #1e3a8a;
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
}

.video-related-placeholder span {
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.video-related-platform {
  position: absolute;
  right: 9px;
  bottom: 9px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 4px 8px;
  color: #fff;
  background: rgba(15, 23, 42, 0.82);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
}

.video-related-copy {
  padding: 13px 14px 14px;
}

.video-related-copy h3 {
  display: -webkit-box;
  min-height: 2.7em;
  overflow: hidden;
  color: #0f172a;
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.video-related-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e2e8f0;
  color: #64748b;
  font-size: 0.68rem;
}

.video-related-meta > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-related-meta strong {
  flex: none;
  color: #1d4ed8;
  font-weight: 800;
}

@media (max-width: 620px) {
  .video-related-section {
    padding: 18px;
  }

  .video-related-header {
    align-items: start;
  }

  .video-related-grid {
    grid-template-columns: 1fr;
  }
}

.content-page .container > nav ul {
  overflow: hidden;
  border-radius: 9px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.07);
}

.content-page .container > nav a,
.content-page .container > nav span {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  transition: background-color 150ms ease, color 150ms ease;
}

.admin-page .bg-white.rounded,
.admin-page form.bg-white,
.admin-page section.bg-white,
.admin-logs-page .bg-white.rounded {
  border: 1px solid #e2e8f0;
  border-top: 3px solid #475569;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);
}

.admin-page h1,
.admin-page h2,
.admin-logs-page h1,
.admin-logs-page h2 {
  color: #0f172a;
  letter-spacing: -0.025em;
}

.admin-page table,
.admin-logs-page table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
}

.admin-page table thead th,
.admin-logs-page table thead th,
.admin-page .table-header-admin,
.admin-logs-page .table-header-admin {
  border-color: #334155;
  color: #f8fafc;
  background: #334155;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.admin-page table tbody td,
.admin-logs-page table tbody td {
  border-color: #e2e8f0;
  background: #fff;
}

.admin-page table tbody tr:nth-child(even) td,
.admin-logs-page table tbody tr:nth-child(even) td {
  background: #f8fafc;
}

.admin-page table tbody tr:hover td,
.admin-logs-page table tbody tr:hover td {
  background: #eff6ff;
}

.admin-page input:not([type="checkbox"]):not([type="radio"]),
.admin-page select,
.admin-page textarea {
  border-color: #cbd5e1;
  border-radius: 8px;
  background: #fff;
}

.admin-page input:not([type="checkbox"]):not([type="radio"]):focus,
.admin-page select:focus,
.admin-page textarea:focus {
  border-color: #2563eb;
  outline: 3px solid rgba(37, 99, 235, 0.14);
  outline-offset: 0;
}

@media (max-width: 700px) {
  .content-page .container,
  .content-page main.container,
  .admin-page .container,
  .admin-page main.container,
  .admin-logs-page .container {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .content-page .bg-white.rounded-xl,
  .content-page .bg-card.rounded-xl,
  .admin-page .bg-white.rounded,
  .admin-page form.bg-white,
  .admin-page section.bg-white,
  .admin-logs-page .bg-white.rounded {
    border-radius: 11px;
  }

  .admin-page table,
  .admin-logs-page table {
    min-width: 680px;
  }

  .content-page .container > nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 5px;
  }
}

.content-page .error-random-video {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  border-top-color: #b91c1c;
}

.error-random-video-heading {
  margin-bottom: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e8f0;
}

.error-random-video-heading h2 {
  margin-top: 3px;
}

.error-random-video-layout {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 12px;
}

.error-random-player {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #050505;
}

.error-random-player iframe,
.error-random-player video {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.error-random-video-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 14px 16px;
  background: #fff;
}

.error-random-video-meta a {
  min-width: 0;
  overflow: hidden;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.error-random-video-meta a:hover {
  color: #1d4ed8;
}

.error-random-video-meta span {
  flex: none;
  color: #64748b;
  font-size: 0.72rem;
}

.error-random-catcher {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 13px 16px;
  border: 1px solid rgba(147, 197, 253, 0.28);
  border-radius: 12px;
  color: #eff6ff;
  background:
    radial-gradient(circle at 88% 12%, rgba(96, 165, 250, 0.32), transparent 15rem),
    linear-gradient(145deg, #07111f, #153a66);
}

.error-random-catcher img {
  width: 58px;
  height: 58px;
  margin: 0;
  border: 2px solid rgba(191, 219, 254, 0.5);
  border-radius: 11px;
  object-fit: cover;
}

.error-random-catcher-copy > div {
  color: #93c5fd;
}

.error-random-catcher h3 {
  margin-top: 2px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 850;
  line-height: 1.15;
}

.error-random-catcher p {
  display: none;
}

.error-random-catcher-link {
  margin: 0;
  padding: 9px 11px;
  border: 1px solid rgba(191, 219, 254, 0.3);
  border-radius: 8px;
  color: #bfdbfe;
  font-size: 0.78rem;
  font-weight: 800;
}

.error-random-catcher-link:hover {
  color: #fff;
}

@media (max-width: 800px) {
  .error-random-video-layout {
    grid-template-columns: 1fr;
  }

  .error-random-catcher {
    min-height: 0;
  }

  .error-random-video-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .error-random-video-meta a {
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .error-random-catcher {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .error-random-catcher-link {
    grid-column: 1 / -1;
    text-align: center;
  }
}

/* Individual catcher profile */
.catcher-page {
  background:
    radial-gradient(circle at 8% 12%, rgba(148, 163, 184, 0.13), transparent 28rem),
    #f1f5f9;
}

.catcher-shell {
  width: min(1280px, 100%);
  align-items: start;
}

.catcher-page .catcher-section-label {
  margin-bottom: 5px;
  color: #dc2626;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.catcher-page .catcher-profile-card {
  position: relative;
  overflow: hidden;
  border: 0;
  color: #f8fafc;
  background:
    radial-gradient(circle at 88% 18%, rgba(96, 165, 250, 0.3), transparent 22rem),
    linear-gradient(125deg, #07111f, #102a4c 62%, #164e83);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
}

.catcher-profile-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, #60a5fa, #2563eb 55%, transparent);
  content: "";
}

.catcher-profile-card h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.catcher-profile-body {
  margin-top: 24px;
  display: block;
}

.catcher-profile-heading {
  transition: padding-right 120ms ease;
}

.catcher-profile-card.has-profile-image:not(.catcher-profile-long-title) .catcher-profile-heading {
  padding-right: 216px;
}

.catcher-profile-image {
  float: right;
  width: 190px;
  height: 190px;
  margin: var(--catcher-logo-lift, -96px) 0 18px 26px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  object-fit: cover;
  object-position: top center;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.32);
}

.catcher-profile-card.catcher-profile-long-title .catcher-profile-image {
  margin-top: 0;
}

.catcher-page .catcher-profile-bio {
  color: #eef6ff;
  font-size: 0.98rem;
  font-weight: 450;
  line-height: 1.78;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}

.catcher-profile-clear {
  clear: both;
}

.catcher-profile-card .catcher-section-label {
  color: #bfdbfe;
}

.catcher-profile-live {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(69, 10, 10, 0.2);
}

.catcher-profile-live .site-hero-inner {
  width: min(100% - 40px, 1220px);
}

.catcher-page .catcher-videos-card,
.catcher-page .catcher-connect-card,
.catcher-page .catcher-support-card,
.catcher-page .catcher-feeds-card,
.catcher-page .catcher-owner-card {
  border: 1px solid #e2e8f0;
  border-top: 3px solid #334155;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
}

.catcher-videos-card {
  border-top-color: #b91c1c;
}

.catcher-page .catcher-owner-card {
  border-color: #f59e0b;
  border-top-color: #d97706;
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  box-shadow: 0 14px 30px rgba(217, 119, 6, 0.2);
}

.catcher-page .catcher-owner-card h2 {
  color: #78350f !important;
}

.catcher-page .catcher-owner-card p {
  color: #713f12 !important;
}

.catcher-page .catcher-owner-card a {
  color: #92400e !important;
  font-weight: 800;
}

.catcher-video-grid {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 11px;
  background: #fff;
}

.catcher-page .catcher-video-card {
  min-height: 118px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  overflow: hidden;
  border-bottom: 1px solid #e2e8f0;
  background: #fff;
  transition: background-color 160ms ease;
}

.catcher-page .catcher-video-card:last-child {
  border-bottom: 0;
}

.catcher-page .catcher-video-card:hover {
  background: #f8fafc;
}

.catcher-video-image-link {
  min-height: 118px;
  overflow: hidden;
  background: #0f172a;
}

.catcher-video-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease, filter 180ms ease;
}

.catcher-video-card:hover .catcher-video-image {
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.025);
}

.catcher-video-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 18px;
}

.catcher-video-date {
  margin-bottom: 5px;
  color: #64748b;
  font-size: 0.7rem;
  font-weight: 650;
}

.catcher-video-title {
  overflow: hidden;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.catcher-video-title:hover {
  color: #1d4ed8;
}

.catcher-video-watch {
  margin-top: 9px;
  color: #b91c1c;
  font-size: 0.72rem;
  font-weight: 800;
}

.catcher-video-watch:hover {
  color: #7f1d1d;
}

.catcher-page .catcher-video-card.no-image {
  grid-template-columns: 1fr;
}

.catcher-page .catcher-primary-action {
  border-radius: 8px;
  background: #b91c1c;
  font-size: 0.84rem;
  font-weight: 750;
}

.catcher-page .catcher-primary-action:hover {
  background: #991b1b;
}

.catcher-page .catcher-live-card {
  border: 1px solid rgba(254, 202, 202, 0.2);
  background:
    radial-gradient(circle at 90% 5%, rgba(239, 68, 68, 0.28), transparent 15rem),
    linear-gradient(145deg, #180a0c, #450a0a);
  box-shadow: 0 14px 30px rgba(69, 10, 10, 0.2);
}

.catcher-live-card iframe {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  display: block;
}

.catcher-page .catcher-feeds-card {
  color: #334155;
  border-top-color: #475569;
}

.catcher-feeds-card h2 {
  color: #0f172a;
}

.catcher-feeds-card p {
  color: #64748b;
}

.catcher-feeds-card a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  font-weight: 700;
}

.catcher-vote-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
}

.catcher-vote-toggle form {
  min-width: 0;
}

.catcher-vote-button {
  display: flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  padding: 10px 12px;
  font-size: 0.9rem;
  font-weight: 800;
  transition: background-color 150ms ease, transform 150ms ease;
}

.catcher-vote-button strong {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  padding: 2px 8px;
  font-size: 0.78rem;
}

.catcher-vote-up {
  color: #065f46;
  background: #d1fae5;
}

.catcher-vote-down {
  color: #991b1b;
  background: #fee2e2;
  border-left: 1px solid #cbd5e1;
}

.catcher-vote-button:hover,
.catcher-vote-button:focus-visible {
  outline: none;
  transform: translateY(-1px);
}

.catcher-vote-up:hover,
.catcher-vote-up:focus-visible {
  background: #a7f3d0;
}

.catcher-vote-down:hover,
.catcher-vote-down:focus-visible {
  background: #fecaca;
}

.catcher-connect-card h2,
.catcher-support-card h2,
.catcher-owner-card h2 {
  color: #0f172a;
}

.catcher-platform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.catcher-platform-link {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  color: #1e293b;
  background: linear-gradient(145deg, #fff, #f8fafc);
  transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.catcher-platform-link:hover,
.catcher-platform-link:focus-visible {
  transform: translateY(-2px);
  border-color: #93c5fd;
  box-shadow: 0 8px 18px rgba(30, 64, 175, 0.11);
  outline: none;
}

.catcher-platform-link > span:last-child {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.catcher-platform-link strong {
  overflow: hidden;
  color: #0f172a;
  font-size: 0.76rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catcher-platform-link small {
  margin-top: 2px;
  color: #64748b;
  font-size: 0.64rem;
}

.catcher-platform-mark {
  width: 34px;
  height: 34px;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: #fff;
  background: #334155;
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.catcher-platform-mark[data-platform="youtube"] { background: #dc2626; }
.catcher-platform-mark[data-platform="kick"] { color: #111827; background: #53fc18; }
.catcher-platform-mark[data-platform="rumble"] { background: #16a34a; }
.catcher-platform-mark[data-platform="facebook"] { background: #2563eb; }
.catcher-platform-mark[data-platform="instagram"] { background: linear-gradient(135deg, #7c3aed, #db2777, #f59e0b); }
.catcher-platform-mark[data-platform="threads"] { background: #111827; }
.catcher-platform-mark[data-platform="tiktok"] { background: #111827; }
.catcher-platform-mark[data-platform="twitter"] { background: #111827; }
.catcher-platform-mark[data-platform="mastodon"] { background: #6364ff; }
.catcher-platform-mark[data-platform="locals"] { background: #ea580c; }
.catcher-platform-mark[data-platform="website"] { background: #475569; }
.catcher-platform-mark[data-platform="merch"] { background: #7c3aed; }

.about-crypto-list {
  display: grid;
  gap: 12px;
}

.about-crypto-link {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 11px;
  padding: 13px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 11px;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.about-crypto-link[data-crypto="bitcoin"] {
  border-color: #fdba74;
  color: #7c2d12;
  background: linear-gradient(135deg, #fff7ed, #ffedd5);
}

.about-crypto-link[data-crypto="ethereum"] {
  border-color: #a5b4fc;
  color: #312e81;
  background: linear-gradient(135deg, #eef2ff, #e0e7ff);
}

.about-crypto-link:hover,
.about-crypto-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 9px 20px rgba(15, 23, 42, 0.13);
  outline: none;
}

.about-crypto-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
}

[data-crypto="bitcoin"] .about-crypto-mark { background: #f7931a; }
[data-crypto="ethereum"] .about-crypto-mark { background: #343434; }

.about-crypto-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.about-crypto-copy strong {
  color: inherit;
  font-size: 0.9rem;
  font-weight: 850;
}

.about-crypto-copy small {
  margin-top: 1px;
  color: #64748b;
  font-size: 0.67rem;
  font-weight: 700;
}

.about-crypto-address {
  overflow: hidden;
  margin-top: 6px;
  color: #475569;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.62rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about-crypto-arrow {
  font-size: 1rem;
  font-weight: 900;
}

.js-youtube-picker {
  width: 100%;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.catcher-youtube-dialog {
  width: min(440px, calc(100% - 32px));
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: transparent;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
}

.catcher-youtube-dialog::backdrop {
  background: rgba(15, 23, 42, 0.62);
  backdrop-filter: blur(2px);
}

.catcher-youtube-dialog-card {
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
}

.catcher-youtube-dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}

.catcher-youtube-dialog-header strong,
.catcher-youtube-dialog-header small {
  display: block;
}

.catcher-youtube-dialog-header strong { color: #0f172a; }
.catcher-youtube-dialog-header small { margin-top: 3px; color: #64748b; font-size: 0.75rem; }

.catcher-youtube-dialog-close {
  color: #64748b;
  font-size: 1.5rem;
  line-height: 1;
}

.catcher-youtube-options {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.catcher-youtube-options a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 9px;
  color: #1e293b;
  background: #fff;
  font-size: 0.82rem;
  font-weight: 700;
}

.catcher-youtube-options a:hover,
.catcher-youtube-options a:focus-visible {
  border-color: #fca5a5;
  background: #fff7f7;
  outline: none;
}

.catcher-youtube-options small {
  flex: none;
  color: #dc2626;
}

.catcher-donation-list > li {
  border-color: #e2e8f0;
  border-radius: 9px;
  background: #f8fafc;
}

.catcher-support-card {
  border-top-color: #2563eb;
}

.catcher-donation-list .qr-code {
  padding: 8px;
  border-radius: 8px;
  background: #fff;
}

.catcher-page .catcher-owner-card {
  border-top-color: #b91c1c;
  background: linear-gradient(135deg, #fff, #fff7f7);
}

.catcher-ad {
  overflow: hidden;
  border-radius: 12px;
}

@media (max-width: 760px) {
  .catcher-shell {
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .catcher-page .catcher-profile-card,
  .catcher-page .catcher-videos-card,
  .catcher-page .catcher-connect-card,
  .catcher-page .catcher-support-card {
    padding: 20px;
  }

  .catcher-profile-body {
    margin-top: 20px;
  }

  .catcher-profile-card.has-profile-image:not(.catcher-profile-long-title) .catcher-profile-heading {
    padding-right: 0;
  }

  .catcher-profile-image {
    float: none;
    display: block;
    width: min(100%, 260px);
    height: auto;
    margin: 0 auto 18px;
    aspect-ratio: 1;
  }

  .catcher-page .catcher-video-card {
    min-height: 98px;
    grid-template-columns: 125px minmax(0, 1fr);
  }

  .catcher-video-image-link {
    min-height: 98px;
  }

  .catcher-video-copy {
    padding: 12px 14px;
  }

  .catcher-profile-live .site-hero-inner {
    width: min(100% - 24px, 1220px);
  }
}

@media (max-width: 420px) {
  .catcher-platform-grid {
    grid-template-columns: 1fr;
  }

  .catcher-page .catcher-video-card {
    grid-template-columns: 1fr;
  }

  .catcher-video-image-link {
    height: 180px;
  }
}

@media (max-width: 700px) {
  body > nav {
    box-shadow: 0 6px 22px rgba(15, 23, 42, 0.2);
  }

  .site-hero-inner {
    width: min(100% - 24px, 1280px);
    min-height: 0;
    padding: 30px 0;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .site-hero { margin-bottom: 24px; }
  .site-hero h1 { font-size: clamp(30px, 10vw, 42px); }
  .site-hero p { font-size: 15px; }
  .site-profile { align-items: flex-start; }
  .site-profile img { width: 62px; height: 62px; }
  .site-profile-actions { gap: 9px; }
  .site-profile-actions a { text-align: center; }
  .site-live-video { border-radius: 10px; }
  .site-live-carousel-controls {
    width: min(100% - 24px, 1280px);
    margin-top: -12px;
    padding-bottom: 16px;
  }
  .site-live-news {
    width: min(100% - 24px, 1280px);
    margin-top: 18px;
    margin-bottom: 24px;
  }
  .site-index-news {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .site-live-news-header { padding: 14px 16px; }
  .site-live-news-list a {
    min-height: 0;
    grid-template-columns: 28px minmax(0, 1fr) 20px;
    gap: 10px;
    padding: 13px 16px;
  }
  .site-live-news-list a:hover,
  .site-live-news-list a:focus-visible { padding-left: 18px; }

  .site-page #searchForm .flex {
    display: grid;
    grid-template-columns: 1fr;
  }

  .site-page #searchForm input,
  .site-page #searchForm select,
  .site-page #searchForm button {
    width: 100%;
    min-height: 44px;
  }

  body > footer {
    padding-right: 16px;
    padding-left: 16px;
    line-height: 1.6;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-live-slide.is-active {
    animation: none;
  }
}

@media (max-width: 420px) {
  .site-profile {
    gap: 14px;
  }

  .site-eyebrow::before {
    width: 20px;
  }

  .site-video-link {
    padding: 9px;
  }
}

body.theme-dark {
  background: #0b1120 !important;
  color: #e2e8f0 !important;
}

body.theme-dark > footer {
  color: #cbd5e1 !important;
  background: #0b1120;
}

body.theme-dark .bg-gray-100,
body.theme-dark .bg-slate-100 {
  background-color: #0b1120 !important;
}

body.theme-dark .bg-white,
body.theme-dark .bg-slate-50 {
  background-color: #172033 !important;
}

body.theme-dark .bg-slate-200,
body.theme-dark .bg-gray-200 {
  background-color: #253149 !important;
}

body.theme-dark .bg-gray-50 {
  background-color: #111827 !important;
}

body.theme-dark .bg-indigo-50,
body.theme-dark .bg-indigo-100 {
  background-color: #1e1b4b !important;
}

body.theme-dark .bg-blue-50,
body.theme-dark .bg-blue-100 {
  background-color: #172554 !important;
}

body.theme-dark .bg-emerald-50,
body.theme-dark .bg-emerald-100,
body.theme-dark .bg-green-50,
body.theme-dark .bg-green-100 {
  background-color: #052e2b !important;
}

body.theme-dark .bg-red-50,
body.theme-dark .bg-red-100 {
  background-color: #3f1518 !important;
}

body.theme-dark .bg-yellow-50,
body.theme-dark .bg-yellow-100,
body.theme-dark .bg-orange-50,
body.theme-dark .bg-orange-100,
body.theme-dark .bg-amber-50,
body.theme-dark .bg-amber-100 {
  background-color: #3b2605 !important;
}

body.theme-dark .border-slate-200,
body.theme-dark .border-gray-200,
body.theme-dark .border-slate-300,
body.theme-dark .border-gray-300,
body.theme-dark .border-indigo-100,
body.theme-dark .border-indigo-200,
body.theme-dark .border-blue-200,
body.theme-dark .border-emerald-200,
body.theme-dark .border-green-200,
body.theme-dark .border-red-100,
body.theme-dark .border-red-200,
body.theme-dark .border-orange-200,
body.theme-dark .border-yellow-200,
body.theme-dark .border-amber-200,
body.theme-dark .border-amber-300,
body.theme-dark .border-card,
body.theme-dark .border {
  border-color: #334155 !important;
}

body.theme-dark .divide-slate-200 > :not([hidden]) ~ :not([hidden]),
body.theme-dark .divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  border-color: #334155 !important;
}

body.theme-dark .text-slate-950,
body.theme-dark .text-slate-900,
body.theme-dark .text-gray-900,
body.theme-dark .text-black,
body.theme-dark .text-slate-800,
body.theme-dark .text-gray-800 {
  color: #f8fafc !important;
}

body.theme-dark .text-slate-700,
body.theme-dark .text-gray-700,
body.theme-dark .text-slate-600,
body.theme-dark .text-gray-600,
body.theme-dark .text-slate-500,
body.theme-dark .text-gray-500 {
  color: #cbd5e1 !important;
}

body.theme-dark .text-indigo-900,
body.theme-dark .text-indigo-800,
body.theme-dark .text-indigo-700,
body.theme-dark .text-indigo-600,
body.theme-dark .text-blue-800,
body.theme-dark .text-blue-700,
body.theme-dark .text-blue-600 {
  color: #a5b4fc !important;
}

body.theme-dark .text-emerald-800,
body.theme-dark .text-emerald-700,
body.theme-dark .text-green-800,
body.theme-dark .text-green-700 {
  color: #86efac !important;
}

body.theme-dark .text-red-900,
body.theme-dark .text-red-800,
body.theme-dark .text-red-700,
body.theme-dark .text-red-600 {
  color: #fca5a5 !important;
}

body.theme-dark .text-yellow-900,
body.theme-dark .text-yellow-800,
body.theme-dark .text-amber-900,
body.theme-dark .text-amber-800,
body.theme-dark .text-amber-700,
body.theme-dark .text-orange-800,
body.theme-dark .text-orange-700 {
  color: #facc15 !important;
}

body.theme-dark input,
body.theme-dark select,
body.theme-dark textarea {
  background-color: #0f172a !important;
  border-color: #475569 !important;
  color: #f8fafc !important;
}

body.theme-dark input::placeholder,
body.theme-dark textarea::placeholder {
  color: #94a3b8 !important;
}

body.theme-dark table thead,
body.theme-dark .table-header-admin {
  background-color: #0f172a !important;
  color: #f8fafc !important;
}

body.theme-dark table {
  background-color: #172033 !important;
  color: #e2e8f0 !important;
}

body.theme-dark table th,
body.theme-dark table td {
  border-color: #334155 !important;
}

body.theme-dark table thead tr,
body.theme-dark table thead th,
body.theme-dark tr.bg-gray-100,
body.theme-dark tr.bg-slate-50,
body.theme-dark .admin-page table thead th,
body.theme-dark .admin-logs-page table thead th,
body.theme-dark .admin-page .table-header-admin,
body.theme-dark .admin-logs-page .table-header-admin {
  background-color: #0f172a !important;
  color: #f8fafc !important;
  border-color: #334155 !important;
}

body.theme-dark table tbody tr,
body.theme-dark table tbody td,
body.theme-dark .admin-page table tbody td,
body.theme-dark .admin-logs-page table tbody td {
  background-color: #172033 !important;
  color: #e2e8f0 !important;
  border-color: #334155 !important;
}

body.theme-dark table tbody tr:nth-child(even),
body.theme-dark table tbody tr:nth-child(even) td,
body.theme-dark .admin-page table tbody tr:nth-child(even) td,
body.theme-dark .admin-logs-page table tbody tr:nth-child(even) td {
  background-color: #111827 !important;
}

body.theme-dark table tbody tr:hover,
body.theme-dark table tbody tr:hover td,
body.theme-dark .admin-page table tbody tr:hover td,
body.theme-dark .admin-logs-page table tbody tr:hover td,
body.theme-dark .hover\:bg-slate-50:hover {
  background-color: #253149 !important;
}

body.theme-dark table input,
body.theme-dark table select,
body.theme-dark table textarea {
  background-color: #0b1120 !important;
}

body.theme-dark .shadow,
body.theme-dark .shadow-sm,
body.theme-dark .shadow-md,
body.theme-dark .shadow-lg,
body.theme-dark .shadow-xl {
  box-shadow: none !important;
}

body.theme-dark table,
body.theme-dark .overflow-hidden.rounded,
body.theme-dark .overflow-hidden.rounded-lg,
body.theme-dark .overflow-hidden.rounded-xl {
  box-shadow: none !important;
}

body.theme-dark .site-theme-toggle {
  background: rgba(250, 204, 21, 0.12);
  border-color: rgba(250, 204, 21, 0.35);
  color: #fde68a;
}

body.theme-dark .video-card.bg-white,
body.theme-dark .group-list-item {
  background-color: #172033 !important;
}

body.theme-dark.site-page,
body.theme-dark .site-page {
  background-color: #0b1120 !important;
}

body.theme-dark.site-page .video-card,
body.theme-dark .site-page .video-card,
body.theme-dark .video-card {
  background: linear-gradient(180deg, #172033 0%, #111827 100%) !important;
  border-color: #334155 !important;
  border-top-color: #475569 !important;
  color: #e2e8f0 !important;
}

body.theme-dark.site-page .video-card:hover,
body.theme-dark .site-page .video-card:hover,
body.theme-dark .video-card:hover {
  border-color: #475569 !important;
  border-top-color: #60a5fa !important;
  box-shadow: none !important;
}

body.theme-dark.site-page .video-card.is-recent,
body.theme-dark .site-page .video-card.is-recent,
body.theme-dark .video-card.is-recent {
  background: linear-gradient(180deg, #2a1720 0%, #1f1720 100%) !important;
  border-color: #7f1d1d !important;
  border-top-color: #ef4444 !important;
}

body.theme-dark .site-page .video-card-title a,
body.theme-dark .video-card-title a {
  color: #f8fafc !important;
}

body.theme-dark .site-page .video-card-title a:hover,
body.theme-dark .site-page .video-card-footer a,
body.theme-dark .video-card-title a:hover,
body.theme-dark .video-card-footer a {
  color: #bfdbfe !important;
}

body.theme-dark .site-page .video-card-footer,
body.theme-dark .video-card-footer {
  border-top-color: #334155 !important;
}

body.theme-dark .video-card .bg-white {
  background-color: #e5e7eb !important;
  color: #111827 !important;
}

body.theme-dark .video-card .bg-gray-200 {
  background-color: #334155 !important;
  color: #cbd5e1 !important;
}

body.theme-dark .site-live-news {
  background-color: #172033 !important;
  border-color: #334155 !important;
  border-top-color: #475569 !important;
  color: #e2e8f0 !important;
}

body.theme-dark .site-live-news-header {
  background: linear-gradient(135deg, #111827, #172033) !important;
  border-bottom-color: #334155 !important;
}

body.theme-dark .site-live-news-header h2,
body.theme-dark .site-live-news-title {
  color: #f8fafc !important;
}

body.theme-dark .site-live-news-header span,
body.theme-dark .site-live-news-header a,
body.theme-dark .site-live-news-arrow {
  color: #93c5fd !important;
}

body.theme-dark .site-live-news-list li {
  background-color: #172033 !important;
}

body.theme-dark .site-live-news-list li + li {
  border-top-color: #334155 !important;
}

body.theme-dark .site-live-news-list a {
  color: #e2e8f0 !important;
}

body.theme-dark .site-live-news-list a:hover,
body.theme-dark .site-live-news-list a:focus-visible {
  background-color: #253149 !important;
}

body.theme-dark .site-live-news-number,
body.theme-dark .site-live-news-story small {
  color: #94a3b8 !important;
}

body.theme-dark .content-page .bg-white.rounded-xl,
body.theme-dark .content-page .bg-card.rounded-xl,
body.theme-dark .content-page article.bg-white.rounded-xl,
body.theme-dark .bg-white.border,
body.theme-dark .bg-white.border-gray-200,
body.theme-dark .bg-white.border-slate-200,
body.theme-dark .admin-page .bg-white.rounded,
body.theme-dark .admin-page form.bg-white,
body.theme-dark .admin-page section.bg-white,
body.theme-dark .admin-logs-page .bg-white.rounded,
body.theme-dark .video-page .bg-card.rounded-xl,
body.theme-dark .video-page .bg-white.rounded-xl,
body.theme-dark .video-watch-card,
body.theme-dark .video-related-card,
body.theme-dark .catcher-youtube-dialog-card {
  background-color: #172033 !important;
  border-color: #334155 !important;
  color: #e2e8f0 !important;
}

body.theme-dark .content-page .container > .bg-white.rounded-xl:first-child,
body.theme-dark .content-page .container > .bg-card.rounded-xl:first-child {
  border-top-color: #475569 !important;
}

body.theme-dark .content-page .bg-white.rounded-xl,
body.theme-dark .content-page .bg-card.rounded-xl,
body.theme-dark .news-page .bg-white,
body.theme-dark .news-page article,
body.theme-dark .admin-page .bg-white.rounded,
body.theme-dark .admin-page form.bg-white,
body.theme-dark .admin-page section.bg-white,
body.theme-dark .admin-logs-page .bg-white.rounded {
  border-top-color: #475569 !important;
}

body.theme-dark .news-page .bg-white,
body.theme-dark .news-page article,
body.theme-dark .news-page li a,
body.theme-dark .news-page li span {
  border-color: #334155 !important;
}

body.theme-dark .news-page-header {
  background: linear-gradient(135deg, #172033, #111827) !important;
  border: 1px solid #334155 !important;
  color: #e2e8f0 !important;
}

body.theme-dark .news-page-header h1 {
  color: #f8fafc !important;
}

body.theme-dark .news-page-header .news-page-subtitle {
  color: #cbd5e1 !important;
}

body.theme-dark .video-related-card:hover,
body.theme-dark .video-related-card:focus-within,
body.theme-dark .content-page article.bg-white.rounded-xl:hover {
  background-color: #253149 !important;
}

body.theme-dark .video-watch-card {
  background-color: #172033 !important;
}

body.theme-dark .video-watch-copy h1 {
  color: #f8fafc !important;
}

body.theme-dark .video-watch-eyebrow {
  color: #93c5fd !important;
}

body.theme-dark .video-watch-meta {
  color: #cbd5e1 !important;
}

body.theme-dark .video-watch-meta span,
body.theme-dark .video-watch-meta a {
  background-color: #0f172a !important;
  border-color: #334155 !important;
  color: #cbd5e1 !important;
}

body.theme-dark .video-watch-meta a {
  color: #bfdbfe !important;
}

body.theme-dark .video-watch-meta a:hover,
body.theme-dark .video-watch-meta a:focus-visible {
  background-color: #253149 !important;
  border-color: #60a5fa !important;
  color: #eff6ff !important;
}

body.theme-dark .video-related-header h2,
body.theme-dark .video-related-copy h3 {
  color: #f8fafc !important;
}

body.theme-dark .video-related-header > span,
body.theme-dark .video-related-meta {
  color: #cbd5e1 !important;
}

body.theme-dark .video-related-meta {
  border-top-color: #334155 !important;
}

body.theme-dark .video-related-meta strong,
body.theme-dark .video-related-eyebrow {
  color: #93c5fd !important;
}

body.theme-dark .video-related-media,
body.theme-dark .video-related-placeholder {
  background: #0f172a !important;
  color: #bfdbfe !important;
}

body.theme-dark.catcher-page,
body.theme-dark .catcher-page {
  background:
    radial-gradient(circle at 8% 12%, rgba(59, 130, 246, 0.13), transparent 28rem),
    #0b1120 !important;
}

body.theme-dark.catcher-page .catcher-videos-card,
body.theme-dark.catcher-page .catcher-connect-card,
body.theme-dark.catcher-page .catcher-support-card,
body.theme-dark.catcher-page .catcher-vote-card,
body.theme-dark.catcher-page .catcher-feeds-card,
body.theme-dark.catcher-page .catcher-owner-card,
body.theme-dark .catcher-page .catcher-videos-card,
body.theme-dark .catcher-page .catcher-connect-card,
body.theme-dark .catcher-page .catcher-support-card,
body.theme-dark .catcher-page .catcher-vote-card,
body.theme-dark .catcher-page .catcher-feeds-card,
body.theme-dark .catcher-page .catcher-owner-card {
  background-color: #172033 !important;
  border-color: #334155 !important;
  color: #e2e8f0 !important;
}

body.theme-dark .catcher-video-grid {
  background-color: #0f172a !important;
  border-color: #334155 !important;
}

body.theme-dark.catcher-page .catcher-video-card,
body.theme-dark .catcher-page .catcher-video-card {
  background-color: #172033 !important;
  border-color: #334155 !important;
}

body.theme-dark.catcher-page .catcher-video-card:hover,
body.theme-dark .catcher-page .catcher-video-card:hover {
  background-color: #253149 !important;
}

body.theme-dark .catcher-video-date {
  color: #94a3b8 !important;
}

body.theme-dark .catcher-video-title {
  color: #f8fafc !important;
}

body.theme-dark .catcher-video-title:hover {
  color: #bfdbfe !important;
}

body.theme-dark .catcher-video-watch {
  color: #fca5a5 !important;
}

body.theme-dark .catcher-video-watch:hover {
  color: #fecaca !important;
}

body.theme-dark .catcher-support-card,
body.theme-dark .catcher-donation-list > li,
body.theme-dark .catcher-donation-list .qr-code {
  background-color: #172033 !important;
  border-color: #334155 !important;
}

body.theme-dark .catcher-connect-card h2,
body.theme-dark .catcher-support-card h2,
body.theme-dark .catcher-owner-card h2,
body.theme-dark .catcher-vote-card h2 {
  color: #f8fafc !important;
}

body.theme-dark .catcher-owner-card {
  background: linear-gradient(135deg, #422006, #1c1917) !important;
  border-color: #92400e !important;
  border-top-color: #f59e0b !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35) !important;
}

body.theme-dark .catcher-owner-card h2 {
  color: #fef3c7 !important;
}

body.theme-dark .catcher-owner-card p {
  color: #fde68a !important;
}

body.theme-dark .catcher-owner-card a {
  color: #fbbf24 !important;
}

body.theme-dark .about-recent-donations {
  background: #172033 !important;
  border-color: #334155 !important;
  color: #e2e8f0 !important;
}

body.theme-dark .about-recent-donations h2 {
  color: #a5b4fc !important;
}

body.theme-dark .about-recent-donations p {
  color: #cbd5e1 !important;
}

body.theme-dark .about-recent-donations .overflow-hidden {
  border-color: #334155 !important;
}

body.theme-dark .about-recent-donations table {
  background-color: #172033 !important;
}

body.theme-dark .about-recent-donations thead,
body.theme-dark .about-recent-donations thead tr,
body.theme-dark .about-recent-donations thead th {
  background-color: #0f172a !important;
  color: #94a3b8 !important;
}

body.theme-dark .about-recent-donations tbody tr,
body.theme-dark .about-recent-donations tbody td {
  background-color: #172033 !important;
  color: #e2e8f0 !important;
}

body.theme-dark .about-recent-donations tbody tr:nth-child(even),
body.theme-dark .about-recent-donations tbody tr:nth-child(even) td {
  background-color: #111827 !important;
}

body.theme-dark .catcher-platform-link {
  background: linear-gradient(145deg, #172033, #111827) !important;
  border-color: #334155 !important;
  color: #e2e8f0 !important;
  box-shadow: none !important;
}

body.theme-dark .catcher-platform-link:hover,
body.theme-dark .catcher-platform-link:focus-visible {
  background: #253149 !important;
  border-color: #475569 !important;
  box-shadow: none !important;
}

body.theme-dark .catcher-platform-link strong {
  color: #f8fafc !important;
}

body.theme-dark .catcher-platform-link small {
  color: #94a3b8 !important;
}

body.theme-dark .catcher-platform-mark[data-platform="kick"] {
  background: #166534 !important;
  color: #dcfce7 !important;
}

body.theme-dark .catcher-platform-mark[data-platform="threads"],
body.theme-dark .catcher-platform-mark[data-platform="tiktok"],
body.theme-dark .catcher-platform-mark[data-platform="twitter"] {
  background: #020617 !important;
  border: 1px solid #475569;
}

body.theme-dark .catcher-vote-toggle {
  background-color: #0f172a !important;
  border-color: #334155 !important;
}

body.theme-dark .catcher-vote-button strong {
  background-color: rgba(15, 23, 42, 0.82) !important;
  color: #f8fafc !important;
}

body.theme-dark .catcher-vote-up {
  background-color: #064e3b !important;
  color: #bbf7d0 !important;
}

body.theme-dark .catcher-vote-down {
  background-color: #7f1d1d !important;
  border-left-color: #334155 !important;
  color: #fecaca !important;
}

body.theme-dark .catcher-vote-up:hover,
body.theme-dark .catcher-vote-up:focus-visible {
  background-color: #065f46 !important;
}

body.theme-dark .catcher-vote-down:hover,
body.theme-dark .catcher-vote-down:focus-visible {
  background-color: #991b1b !important;
}

body.theme-dark .catcher-youtube-dialog-card,
body.theme-dark .catcher-youtube-dialog-header,
body.theme-dark .catcher-youtube-options a {
  background-color: #172033 !important;
  border-color: #334155 !important;
  color: #e2e8f0 !important;
}

body.theme-dark .catcher-youtube-dialog-header {
  background-color: #111827 !important;
}

body.theme-dark .catcher-youtube-dialog-header strong,
body.theme-dark .catcher-youtube-options a {
  color: #f8fafc !important;
}

body.theme-dark .catcher-youtube-dialog-header small,
body.theme-dark .catcher-youtube-dialog-close {
  color: #94a3b8 !important;
}

body.theme-dark .catcher-youtube-options a:hover,
body.theme-dark .catcher-youtube-options a:focus-visible {
  background-color: #253149 !important;
  border-color: #475569 !important;
}

body.theme-dark .hover\:bg-gray-100:hover,
body.theme-dark .hover\:bg-slate-100:hover,
body.theme-dark .hover\:bg-slate-50:hover,
body.theme-dark .hover\:bg-indigo-100:hover {
  background-color: #253149 !important;
}

body.theme-dark .bg-indigo-600 {
  background-color: #4f46e5 !important;
}

body.theme-dark button[name="provider"][value="stripe"] {
  background-color: #3730a3 !important;
  border: 1px solid #4f46e5;
  color: #f8fafc !important;
}

body.theme-dark button[name="provider"][value="stripe"]:hover {
  background-color: #312e81 !important;
}

body.theme-dark button[name="provider"][value="paypal"] {
  background-color: #854d0e !important;
  border: 1px solid #a16207;
  color: #fef3c7 !important;
}

body.theme-dark button[name="provider"][value="paypal"]:hover {
  background-color: #713f12 !important;
}

body.theme-dark .hover\:bg-indigo-700:hover {
  background-color: #4338ca !important;
}

body.theme-dark .bg-orange-500 {
  background-color: #c2410c !important;
}

body.theme-dark .hover\:bg-orange-600:hover {
  background-color: #9a3412 !important;
}

body.theme-dark .bg-emerald-600,
body.theme-dark .bg-green-600 {
  background-color: #047857 !important;
}

body.theme-dark .hover\:bg-emerald-700:hover,
body.theme-dark .hover\:bg-green-700:hover {
  background-color: #065f46 !important;
}

body.theme-dark .bg-red-600,
body.theme-dark .bg-red-700 {
  background-color: #b91c1c !important;
}

body.theme-dark .hover\:bg-red-700:hover,
body.theme-dark .hover\:bg-red-800:hover {
  background-color: #991b1b !important;
}
/* Shared social links */
.site-share-divider {
  width: calc(100% - 2rem);
  max-width: 72rem;
  margin: auto auto 0;
  border: 0;
  border-top: 1px solid #cbd5e1;
}

.site-share {
  width: 100%;
  margin-top: 0;
  padding: 1rem 1rem 0;
}

.site-share-inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0;
  text-align: right;
}

.site-share-copy {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 0.55rem;
  margin-bottom: 0.8rem;
  color: #0f172a;
}

.site-share-copy span {
  color: #64748b;
  font-size: 0.875rem;
}

.site-share-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.6rem;
}

.site-share-button {
  display: inline-flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.55rem 0.9rem;
  border: 0;
  border-radius: 0.65rem;
  color: #fff;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform 150ms ease, filter 150ms ease;
}

.site-share-button:hover { filter: brightness(1.12); transform: translateY(-1px); }
.site-share-button:focus-visible { outline: 3px solid #fbbf24; outline-offset: 2px; }
.site-share-facebook { background: #1877f2; }
.site-share-twitter { background: #111827; }
.site-share-threads { background: #111; }
.site-share-instagram { background: linear-gradient(135deg, #833ab4, #e1306c, #f77737); }
.site-share-tiktok { background: #010101; }
.site-share-status { min-height: 1.25rem; margin: 0.55rem 0 0; color: #475569; font-size: 0.8rem; }

body.theme-dark .site-share-divider { border-color: #334155; }
body.theme-dark .site-share-copy { color: #f8fafc; }
body.theme-dark .site-share-copy span,
body.theme-dark .site-share-status { color: #cbd5e1; }

@media (max-width: 640px) {
  .site-share-copy { align-items: flex-end; flex-direction: column; gap: 0.15rem; }
  .site-share-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-share-button { width: 100%; }
}
