/* Mike's Hit List — component styles; palette tokens live in themes.css */
body.theme-mike .header {
  background: rgba(15, 28, 48, 0.55);
  backdrop-filter: blur(16px) saturate(1.15);
  -webkit-backdrop-filter: blur(16px) saturate(1.15);
  border-bottom: 1px solid var(--mike-border);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

body.theme-mike .kicker {
  color: var(--mike-accent);
}

body.theme-mike .mike-avatar {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  border: 2px solid rgba(140, 180, 230, 0.45);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  object-fit: cover;
  background: rgba(255, 255, 255, 0.06);
}

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

body.theme-mike .deck {
  color: var(--mike-muted);
}

body.theme-mike .map-link {
  color: var(--mike-accent);
  border-bottom-color: rgba(74, 142, 201, 0.45);
}

body.theme-mike .section.contact-section,
body.theme-mike .section.optional-section {
  margin: 0.85rem 0.75rem;
  padding: 1rem 1rem 0.85rem;
  border-radius: 14px;
  border: 1px solid var(--mike-border);
  background: rgba(22, 42, 68, 0.45);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

body.theme-mike .section-title {
  color: var(--mike-text);
}

body.theme-mike .section-deck,
body.theme-mike .hint,
body.theme-mike .label {
  color: var(--mike-muted);
}

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

body.theme-mike input:focus,
body.theme-mike textarea:focus,
body.theme-mike select:focus {
  border-color: var(--mike-accent);
  box-shadow: 0 0 0 2px rgba(74, 142, 201, 0.22);
}

body.theme-mike .section:not(.contact-section):not(.optional-section) {
  padding: 0.5rem 0.75rem 1rem;
}

body.theme-mike .play-grid-wrap {
  gap: 1.15rem;
}

/* Glassmorphic category sections — clearly separated */
body.theme-mike .category-block {
  margin: 0;
  padding: 0;
  border-radius: 16px;
  border: 1px solid var(--mike-border);
  background: rgba(20, 40, 66, 0.5);
  backdrop-filter: blur(16px) saturate(1.25);
  -webkit-backdrop-filter: blur(16px) saturate(1.25);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  gap: 0;
  overflow: hidden;
}

body.theme-mike .category-label {
  color: #d5e7f8;
  border-bottom: none;
  padding: 0.35rem 0.55rem;
  margin: 0 0 0.15rem;
  border-radius: 8px;
  letter-spacing: 0.16em;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(140, 180, 230, 0.18);
  width: fit-content;
}

body.theme-mike .category-toggle {
  background: rgba(255, 255, 255, 0.06);
  border: none;
  border-radius: 0;
  color: var(--mike-text);
  padding: 0.9rem 1rem;
}

body.theme-mike .category-toggle:hover {
  background: rgba(74, 142, 201, 0.16);
}

body.theme-mike .category-toggle-label {
  color: #d5e7f8;
}

body.theme-mike .category-toggle-meta {
  color: var(--mike-muted);
}

body.theme-mike .category-block.is-open .category-toggle {
  border-bottom: 1px solid var(--mike-border);
}

body.theme-mike .category-tools {
  padding: 0.55rem 0.85rem 0;
}

body.theme-mike .category-select-all {
  background: rgba(74, 142, 201, 0.18);
  border-color: rgba(140, 180, 230, 0.4);
  color: #d7e8f8;
}

body.theme-mike .category-select-all:hover {
  background: rgba(74, 142, 201, 0.3);
}

body.theme-mike .category-select-all.is-clear {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--mike-border);
  color: var(--mike-muted);
}

body.theme-mike .category-block.is-open .spot-grid {
  border: none;
  border-radius: 0;
  padding: 0.55rem 0.8rem 0.9rem;
  background: transparent;
}

body.theme-mike .category-block[data-category="burgers"] {
  background: linear-gradient(145deg, rgba(212, 160, 23, 0.22), rgba(18, 40, 68, 0.55));
  border-color: rgba(212, 160, 23, 0.45);
}
body.theme-mike .category-block[data-category="burgers"] .category-toggle-label {
  color: #f0d278;
}

body.theme-mike .category-block[data-category="pizza"] {
  background: linear-gradient(145deg, rgba(61, 139, 255, 0.22), rgba(16, 36, 62, 0.55));
  border-color: rgba(61, 139, 255, 0.4);
}
body.theme-mike .category-block[data-category="pizza"] .category-toggle-label {
  color: #8eb6ff;
}

body.theme-mike .category-block[data-category="dim-sum"] {
  background: linear-gradient(145deg, rgba(31, 169, 122, 0.2), rgba(14, 34, 58, 0.55));
  border-color: rgba(31, 169, 122, 0.4);
}
body.theme-mike .category-block[data-category="dim-sum"] .category-toggle-label {
  color: #6fd9b0;
}

body.theme-mike .category-block[data-category="cocktails"] {
  background: linear-gradient(145deg, rgba(61, 139, 255, 0.28), rgba(12, 30, 54, 0.6));
  border-color: rgba(90, 160, 255, 0.45);
}
body.theme-mike .category-block[data-category="cocktails"] .category-toggle-label {
  color: #b7d0ff;
}

body.theme-mike .category-block[data-category="whats-next"] {
  background: linear-gradient(145deg, rgba(22, 46, 74, 0.6), rgba(12, 32, 54, 0.5));
}

body.theme-mike .spot-tile {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(61, 139, 255, 0.22);
  border-radius: 10px;
  color: var(--mike-text);
  backdrop-filter: blur(8px);
}

body.theme-mike .spot-tile.selected {
  border-color: var(--mike-accent);
  background: rgba(61, 139, 255, 0.22);
  box-shadow: 0 0 0 1px rgba(61, 139, 255, 0.4), 0 0 24px rgba(61, 139, 255, 0.18);
}

body.theme-mike .spot-name {
  color: var(--mike-text);
}

body.theme-mike .spot-addr,
body.theme-mike .spot-desc-line {
  color: var(--mike-muted);
}

body.theme-mike .spot-shared-badge {
  background: rgba(212, 160, 23, 0.22);
  border-color: rgba(212, 160, 23, 0.5);
  color: #f0d278;
}

body.theme-mike .spot-info-btn {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--mike-border);
  color: var(--mike-muted);
}

body.theme-mike .priority-option {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--mike-border);
  color: var(--mike-text);
}

body.theme-mike .priority-option.selected {
  background: var(--mike-accent-strong);
  border-color: var(--mike-accent);
  color: #fff;
}

body.theme-mike .submit-bar {
  background: rgba(10, 22, 40, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-top: 1px solid var(--mike-border);
}

body.theme-mike .submit-btn {
  background: var(--mike-blue, #3d8bff);
  color: #061018;
  font-weight: 700;
}

body.theme-mike .submit-btn:disabled {
  opacity: 0.45;
}

body.theme-mike .hosts-note,
body.theme-mike .app-version {
  color: var(--mike-muted);
}

body.theme-mike .success-view {
  color: var(--mike-text);
}

body.theme-mike .success-inner {
  background: rgba(22, 42, 68, 0.72);
  border: 1px solid var(--mike-border);
  backdrop-filter: blur(16px);
  border-radius: 16px;
  padding: 1.35rem 1.25rem 1.5rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

body.theme-mike .success-view .kicker {
  color: var(--mike-accent);
}

body.theme-mike .success-view h2 {
  color: #f2f7fc;
}

body.theme-mike .success-deck {
  color: #c5d6ea;
}

body.theme-mike .success-picks li {
  color: #eef4fb;
  border-bottom-color: rgba(140, 180, 230, 0.22);
}

body.theme-mike .success-picks .num {
  color: #8eb4d4;
}

body.theme-mike .button-primary {
  background: var(--mike-accent-strong);
  color: #ffffff;
}

body.theme-mike .button-primary:active {
  background: var(--mike-accent);
  color: #ffffff;
}

body.theme-mike .button-secondary {
  border-color: rgba(140, 180, 230, 0.45);
  color: #e8eef6;
  background: rgba(255, 255, 255, 0.06);
}

body.theme-mike .button-secondary:hover {
  background: rgba(74, 142, 201, 0.18);
}

body.theme-mike .spot-detail-sheet {
  background: rgba(15, 28, 48, 0.96);
  border-color: var(--mike-border);
  color: var(--mike-text);
}

body.theme-mike .spot-detail-addr,
body.theme-mike .spot-detail-desc,
body.theme-mike .spot-detail-extra {
  color: var(--mike-muted);
}
