/* Mike theme — component styles; palette tokens live in themes.css */
body.theme-mike #sidebar {
  background: rgba(10, 22, 40, 0.72);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  border-right: 1px solid var(--mike-border);
  box-shadow: 8px 0 32px rgba(0, 0, 0, 0.35);
}

body.theme-mike .sidebar-header {
  border-bottom: 1px solid var(--mike-border);
  background: rgba(19, 35, 56, 0.45);
}

body.theme-mike .sidebar-header .sub {
  color: var(--mike-accent);
}

body.theme-mike .brand-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

body.theme-mike .brand-row h1 {
  margin-bottom: 0;
}

body.theme-mike .mike-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(140, 180, 230, 0.45);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  object-fit: cover;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.06);
}

body.theme-mike .sidebar-header h1 {
  color: var(--mike-text);
}

body.theme-mike .play-link {
  color: var(--mike-muted);
  border-bottom-color: rgba(140, 180, 230, 0.35);
}

body.theme-mike .play-link:hover {
  color: var(--mike-text);
}

body.theme-mike #search {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--mike-border);
  color: var(--mike-text);
}

body.theme-mike #search::placeholder {
  color: var(--mike-muted);
}

body.theme-mike #search:focus {
  border-color: var(--mike-accent);
  box-shadow: 0 0 0 2px rgba(61, 139, 255, 0.35);
}

body.theme-mike .chips {
  border-bottom: 1px solid var(--mike-border);
  background: rgba(10, 22, 40, 0.35);
}

body.theme-mike .chip {
  border-color: var(--mike-border);
  color: var(--mike-muted);
  background: rgba(255, 255, 255, 0.04);
}

body.theme-mike .chip.active {
  background: var(--mike-accent-strong);
  border-color: var(--mike-accent);
  color: #fff;
}

body.theme-mike .list-item {
  border-bottom: 1px solid rgba(140, 180, 230, 0.1);
}

body.theme-mike .list-item:hover,
body.theme-mike .list-item.active {
  background: rgba(61, 139, 255, 0.16);
}

body.theme-mike .list-item .name,
body.theme-mike .list-item .name-link {
  color: var(--mike-text);
}

body.theme-mike .list-item .addr,
body.theme-mike .list-item .meta-line {
  color: var(--mike-muted);
}

body.theme-mike .list-item .badge {
  color: var(--mike-accent);
}

body.theme-mike .list-item .list-verdict-badge.list-verdict-approved {
  background: rgba(61, 139, 255, 0.28);
  border-color: rgba(61, 139, 255, 0.55);
  color: #d7e8f8;
}

body.theme-mike .list-item .list-verdict-badge.list-verdict-blacklisted {
  background: rgba(176, 155, 135, 0.28);
  border-color: rgba(176, 155, 135, 0.5);
  color: #e8ddd0;
}

body.theme-mike .list-item .list-verdict-badge.list-verdict-want {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(215, 232, 248, 0.35);
  color: #c5d4e4;
}

body.theme-mike .list-item .num {
  background: var(--mike-accent-strong);
}

body.theme-mike .list-item .shared-badge,
body.theme-mike .popup-shared {
  background: rgba(61, 139, 255, 0.28);
  border-color: rgba(61, 139, 255, 0.6);
  color: #d7e8f8;
}

body.theme-mike .sidebar-footer {
  border-top: 1px solid var(--mike-border);
  background: rgba(19, 35, 56, 0.5);
}

body.theme-mike #center-home {
  background: var(--mike-accent-strong);
  color: #fff;
}

body.theme-mike #center-home:hover {
  background: var(--mike-accent);
  color: #fff;
}

body.theme-mike .app-version {
  color: #6d849e;
}

/* Glass category panels in the list */
body.theme-mike .list-item[data-cat] {
  margin: 0.25rem 0.55rem;
  border-radius: 10px;
  border: 1px solid var(--mike-border);
  background: var(--mike-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body.theme-mike .leaflet-popup-content-wrapper {
  background: rgba(15, 28, 48, 0.95);
  color: var(--mike-text);
  border: 1px solid var(--mike-border);
}

body.theme-mike .popup-cat { color: var(--mike-accent); }
body.theme-mike .popup-addr,
body.theme-mike .popup-meta,
body.theme-mike .popup-desc { color: var(--mike-muted); }
body.theme-mike .popup-maps { color: var(--mike-accent); }
body.theme-mike .popup-name-link { border-bottom-color: rgba(61, 139, 255, 0.55); }
body.theme-mike .popup-name-link:hover { color: #8eb6ff; }
