:root {
  --bg: #0a1628;
  --surface: #122240;
  --surface2: #1a3055;
  --border: #2a4a72;
  --text: #e8f0ff;
  --muted: #8ba3c7;
  --accent: #4a9eff;
  --accent2: #2d7dd6;
  --danger: #ff6b6b;
  --ok: #5eead4;
  --radius: 10px;
  --font: 'Segoe UI', system-ui, sans-serif;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: var(--font);
  background: radial-gradient(ellipse at top, #152a4a 0%, var(--bg) 55%);
  color: var(--text);
  min-height: 100vh;
}

a { color: var(--accent); }

.login-wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}
.login-card {
  width: min(420px, 100%);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
.login-card h1 {
  margin: 0 0 8px;
  font-size: 1.5rem;
}
.login-card p { color: var(--muted); margin: 0 0 24px; }
.layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: 100vh;
}
.sidebar {
  background: var(--surface);
  border-right: 1px solid var(--border);
  padding: 20px 16px;
}
.sidebar h1 {
  font-size: 1.1rem;
  margin: 0 0 4px;
}
.sidebar .sub { color: var(--muted); font-size: 0.85rem; margin-bottom: 20px; }
.nav-list { list-style: none; padding: 0; margin: 0; }
.nav-list button, .nav-list a {
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  color: var(--text);
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  font-size: 0.95rem;
}
.nav-list button:hover, .nav-list a:hover,
.nav-list button.active { background: var(--surface2); color: var(--accent); }

/* Marka admin — ust yatay navigasyon */
.layout-topnav {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  grid-template-columns: unset;
}
.topbar {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 12px 24px;
}
.topbar-brand {
  flex-shrink: 0;
}
.topbar-brand h1 {
  font-size: 1.1rem;
  margin: 0 0 2px;
}
.topbar-brand .sub {
  color: var(--muted);
  font-size: 0.85rem;
  margin: 0;
}
.overview-split {
  display: grid;
  grid-template-columns: minmax(140px, 200px) 1fr;
  gap: 24px;
  align-items: start;
  margin-top: 8px;
}
.branch-picker {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.branch-picker li button {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  color: var(--text);
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.95rem;
  font-family: inherit;
}
.branch-picker li button:hover {
  background: var(--surface2);
}
.branch-picker li button.active {
  background: var(--surface2);
  color: var(--accent);
  font-weight: 600;
}
.brand-branch-picker {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.brand-branch-picker > li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.brand-picker-row {
  display: flex;
  align-items: center;
  gap: 4px;
}
.brand-picker-row .brand-picker-btn {
  flex: 1;
  min-width: 0;
  width: auto;
}
.brand-picker-btn,
.branch-picker-btn {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  color: var(--text);
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.95rem;
  font-family: inherit;
}
.brand-picker-btn:hover,
.branch-picker-btn:hover {
  background: var(--surface2);
}
.brand-picker-btn.active {
  background: var(--surface2);
  color: var(--accent);
  font-weight: 600;
}
.branch-sublist {
  list-style: none;
  padding: 0 0 6px 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-left: 2px solid var(--border);
  margin-left: 10px;
}
.branch-picker-btn {
  font-size: 0.88rem;
  padding: 8px 10px;
}
.branch-picker-btn.active {
  background: var(--surface2);
  color: var(--accent);
  font-weight: 600;
}
.branch-empty {
  display: block;
  font-size: 0.82rem;
  color: var(--muted);
  padding: 6px 10px;
}
.infra-split {
  margin-top: 12px;
}
.layout-topnav .overview-split.infra-split {
  grid-template-columns: minmax(180px, 260px) 1fr;
}
.infra-detail {
  min-width: 0;
}
.infra-detail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.infra-detail-header .section-label {
  margin: 0;
}
.tv-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  align-items: stretch;
  min-height: 80px;
}
.tv-card {
  flex: 0 1 260px;
  min-width: 240px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tv-card-compact,
.tv-card-edit {
  padding: 0;
  overflow: hidden;
}
.tv-card-compact.tv-orient-landscape,
.tv-card-edit.tv-orient-landscape {
  min-width: 220px;
  max-width: 280px;
  flex: 0 1 260px;
}
.tv-card-compact.tv-orient-portrait,
.tv-card-edit.tv-orient-portrait {
  min-width: 120px;
  max-width: 160px;
  flex: 0 1 150px;
}
.tv-preview-wrap {
  position: relative;
}
.tv-card-compact .tv-preview-inner,
.tv-card-edit .tv-preview-inner,
.tv-modal-preview {
  width: 100%;
}
.tv-preview-inner.tv-orient-landscape .media-thumb,
.tv-modal-preview.tv-orient-landscape .media-thumb {
  aspect-ratio: 16 / 9;
}
.tv-preview-inner.tv-orient-portrait .media-thumb,
.tv-modal-preview.tv-orient-portrait .media-thumb {
  aspect-ratio: 9 / 16;
}
.tv-card-compact .tv-preview-thumb,
.tv-card-compact .tv-preview-thumb .media-thumb,
.tv-card-edit .tv-preview-thumb,
.tv-card-edit .tv-preview-thumb .media-thumb {
  border-radius: 0;
}
.tv-menu-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
  font-family: inherit;
}
.tv-menu-btn:hover {
  background: rgba(0, 0, 0, 0.78);
}
.tv-card-footer {
  padding: 10px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tv-card-title {
  font-size: 0.95rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tv-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}
.tv-stream-label {
  font-size: 0.78rem;
  color: var(--muted);
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tv-edit-modal-card {
  width: min(440px, 100%);
  max-height: 90vh;
  overflow-y: auto;
}
.tv-edit-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.tv-edit-modal-header h3 {
  margin: 0;
}
.tv-modal-preview {
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border);
}
.tv-modal-preview .media-thumb {
  border-radius: 0;
}
.tv-edit-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
}
.tv-edit-modal-card .field {
  margin-bottom: 12px;
}
.tv-edit-modal-card .field label {
  display: block;
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 4px;
}
.tv-edit-modal-card .field input,
.tv-edit-modal-card .field select {
  width: 100%;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text);
  font-family: inherit;
  font-size: 0.9rem;
}
.tv-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}
.tv-field-label {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 4px;
}
.tv-card input,
.tv-card select {
  width: 100%;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text);
  font-family: inherit;
  font-size: 0.9rem;
}
.tv-card .tv-save-btn {
  margin-top: 6px;
  align-self: flex-start;
}
.tv-edit-status {
  font-size: 0.8rem;
  min-height: 1.2em;
  margin: 0;
}
.tv-edit-status.error {
  color: var(--danger, #e57373);
}
.tv-stream-note {
  font-size: 0.78rem;
  color: var(--muted);
  margin: 0;
}
.stream-library-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}
.stream-library-grid li.stream-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg);
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.stream-library-grid li.empty {
  grid-column: 1 / -1;
  padding: 16px;
  text-align: center;
  color: var(--muted);
  border: 1px dashed var(--border);
  border-radius: var(--radius);
}
.stream-thumb-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
}
.stream-thumb-placeholder {
  font-size: 0.8rem;
  color: var(--muted);
  text-align: center;
  padding: 12px;
}
.stream-card-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  padding: 4px 12px 12px;
}

.playlist-editor-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.playlist-editor-list li.playlist-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-bottom: 8px;
  background: var(--bg);
}
.playlist-order {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.playlist-order .btn {
  padding: 2px 8px;
  line-height: 1.2;
  min-width: 32px;
}
.playlist-item-main {
  flex: 1;
  min-width: 140px;
}
.playlist-item-name {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
}
.playlist-item-type {
  font-size: 0.75rem;
  color: var(--muted);
}
.playlist-duration {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: var(--muted);
}
.playlist-duration input {
  width: 64px;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
}
.tv-card .badge {
  align-self: flex-start;
}
.nav-tabs {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  flex-wrap: wrap;
}
.nav-tabs button {
  background: transparent;
  border: 0;
  color: var(--muted);
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 500;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.nav-tabs button:hover {
  color: var(--text);
  background: var(--surface2);
}
.nav-tabs button.active {
  color: var(--accent);
  background: transparent;
  border-bottom-color: var(--accent);
}
.nav-tabs .nav-logout {
  margin-left: auto;
  color: var(--muted);
}
.nav-tabs .nav-logout:hover {
  color: var(--danger);
  background: rgba(255, 107, 107, 0.1);
}

.main { padding: 24px; }
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  margin-bottom: 16px;
}
.card h2 { margin: 0 0 12px; font-size: 1.15rem; }
.section-label {
  margin: 16px 0 8px;
  font-size: 0.9rem;
  color: var(--muted);
  font-weight: 600;
}
.hint { color: var(--muted); font-size: 0.9rem; line-height: 1.5; }
.status { margin-top: 10px; font-size: 0.9rem; }
.status.error { color: var(--danger); }

.field { margin-bottom: 14px; }
.field label { display: block; margin-bottom: 6px; color: var(--muted); font-size: 0.85rem; }
.field input, .field select, .field textarea {
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 1rem;
}
.field.grow { flex: 1; }

.btn {
  border: 0;
  border-radius: 8px;
  padding: 10px 16px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9rem;
}
.btn.primary { background: var(--accent2); color: #fff; }
.btn.primary:hover { background: var(--accent); }
.btn.ghost { background: transparent; color: var(--muted); border: 1px solid var(--border); }
.btn.small { padding: 6px 10px; font-size: 0.8rem; }
.btn.danger { background: #7f1d1d; color: #fff; }

.inline-form { display: flex; gap: 10px; align-items: flex-end; flex-wrap: wrap; }
.row { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }

.media-library-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}
.media-library-grid li.media-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg);
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.media-library-grid li.empty,
.media-library-grid li.media-empty {
  grid-column: 1 / -1;
  padding: 16px;
  text-align: center;
  color: var(--muted);
  border: 1px dashed var(--border);
  border-radius: var(--radius);
}
.media-thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #0a0a0a;
  overflow: hidden;
}
.media-thumb img,
.media-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.media-type-badge {
  position: absolute;
  bottom: 6px;
  left: 6px;
  font-size: 0.7rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
}
.media-card-info {
  padding: 10px 12px 6px;
  min-width: 0;
}
.media-card-name {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.media-card-type {
  display: block;
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 2px;
}
.media-card .btn.danger {
  margin: 4px 12px 12px;
  align-self: flex-start;
}

.simple-list { list-style: none; padding: 0; margin: 0; }
.simple-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-bottom: 8px;
  background: var(--bg);
}
.simple-list li.active { border-color: var(--accent); }
.brand-card-body {
  flex: 1 1 220px;
  min-width: 0;
}
.brand-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.brand-title-row strong {
  flex: 1;
  min-width: 0;
}
.brand-menu-wrap {
  position: relative;
  flex-shrink: 0;
}
.brand-menu-btn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--surface2);
  color: var(--text);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
  font-family: inherit;
}
.brand-menu-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.brand-menu-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  z-index: 20;
  min-width: 180px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  padding: 4px;
}
.brand-menu-dropdown button {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  color: var(--text);
  padding: 10px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.9rem;
}
.brand-menu-dropdown button:hover {
  background: rgba(74, 158, 255, 0.12);
  color: var(--accent);
}
.super-view-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 10px 16px;
  background: rgba(74, 158, 255, 0.12);
  border-bottom: 1px solid rgba(74, 158, 255, 0.35);
  color: var(--text);
  font-size: 0.9rem;
}
.super-view-banner strong {
  color: var(--accent);
}
.brand-card-actions {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.brand-admin-wrap {
  margin-top: 8px;
}
.brand-admin-empty {
  margin: 0;
}
.brand-admin-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.brand-admin-item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 6px 8px;
  border-radius: 6px;
  background: var(--surface2);
  border: 1px solid var(--border);
}
.brand-admin-name {
  font-size: 0.88rem;
  font-weight: 600;
}
.brand-admin-user {
  font-size: 0.8rem;
  color: var(--muted);
}
.brand-admin-item .btn {
  margin-left: auto;
}
.brand-email-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.email-chip {
  display: inline-block;
  font-size: 0.8rem;
  color: var(--muted);
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 2px 8px;
}
.email-chip.email-missing {
  color: #f0ad4e;
  border-color: rgba(240, 173, 78, 0.35);
}
.brand-admin-item .email-chip {
  flex: 1 1 140px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.panel-secret-input {
  font-family: ui-monospace, Consolas, monospace;
  letter-spacing: 0.02em;
}
.tv-edit-list li {
  flex-wrap: wrap;
  gap: 12px;
}
.tv-list-info {
  flex: 1 1 200px;
  min-width: 0;
}
.tv-list-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.tv-orient-select {
  min-width: 110px;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
}

.hidden { display: none !important; }
.empty { color: var(--muted); font-style: italic; }

.pair-pin-input {
  font-size: 2rem;
  letter-spacing: 0.5rem;
  text-align: center;
  max-width: 200px;
}

.badge {
  display: inline-block;
  background: var(--surface2);
  color: var(--accent);
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 700;
}
.badge-ok {
  background: rgba(94, 234, 212, 0.15);
  color: var(--ok);
}
.badge-off {
  background: rgba(255, 107, 107, 0.12);
  color: var(--danger);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}
.stat-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.stat-card.stat-ok { border-color: rgba(94, 234, 212, 0.4); }
.stat-card.stat-warn { border-color: rgba(255, 200, 80, 0.4); }
.stat-label {
  color: var(--muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.stat-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
}
.stat-value.stat-small {
  font-size: 0.85rem;
  font-weight: 600;
  word-break: break-all;
}

.table-wrap { overflow-x: auto; }
.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.data-table th,
.data-table td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid var(--border);
}
.data-table th {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.data-table tbody tr:hover {
  background: rgba(74, 158, 255, 0.05);
}
.muted-text { color: var(--muted); font-style: italic; }

.copy-row {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.url-box {
  flex: 1;
  min-width: 200px;
  display: block;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 0.9rem;
  word-break: break-all;
}
.url-box.url-missing {
  color: var(--muted);
  font-style: italic;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: grid;
  place-items: center;
  z-index: 100;
  padding: 24px;
}
.modal-card {
  width: min(420px, 100%);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.modal-card h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

@media (max-width: 900px) {
  .layout { grid-template-columns: 1fr; }
  .sidebar { border-right: 0; border-bottom: 1px solid var(--border); }
  .topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
  }
  .nav-tabs {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }
  .nav-tabs .nav-logout {
    margin-left: 0;
  }
  .overview-split {
    grid-template-columns: 1fr;
  }
  .branch-picker {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .branch-picker li button {
    width: auto;
  }
}
