/* Quality Chops client portal — overrides TNT portal.css when body.qc-portal */

body.portal-spa.qc-portal {
  font-family: 'Jost', system-ui, sans-serif;
  color: #22302d;
  background: #f7f4ee;
}

body.portal-spa.qc-portal h1,
body.portal-spa.qc-portal h2,
body.portal-spa.qc-portal h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #22302d;
}

body.portal-spa.qc-portal .portal-preview-banner {
  background: #0c7f79;
  color: #f7f4ee;
  font-weight: 600;
}

body.portal-spa.qc-portal .portal-aside {
  background: #fff;
  border-right: 1px solid rgba(34, 48, 45, 0.1);
}

body.portal-spa.qc-portal .portal-brand-mark {
  background: #0c7f79;
  color: #f7f4ee;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
}

body.portal-spa.qc-portal .portal-brand-sub {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b7a77;
}

body.portal-spa.qc-portal .portal-nav-btn[aria-current='page'],
body.portal-spa.qc-portal .portal-nav-btn.is-active {
  background: #22302d;
  color: #f7f4ee;
}

body.portal-spa.qc-portal .portal-nav-btn {
  color: #4c5b58;
  font-weight: 500;
  border-radius: 11px;
}

body.portal-spa.qc-portal .portal-nav-dot {
  background: #0c7f79;
}

body.portal-spa.qc-portal .portal-card {
  background: #fff;
  border: 1px solid rgba(34, 48, 45, 0.08);
  border-radius: 16px;
}

body.portal-spa.qc-portal .portal-muted {
  color: #6b7a77;
}

body.portal-spa.qc-portal .portal-btn-primary,
body.portal-spa.qc-portal .qc-btn-primary {
  background: #0c7f79;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  font-family: inherit;
}

body.portal-spa.qc-portal .portal-btn-ghost,
body.portal-spa.qc-portal .qc-btn-ghost {
  background: transparent;
  color: #4c5b58;
  border: 1px solid rgba(34, 48, 45, 0.16);
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  font-family: inherit;
}

body.portal-spa.qc-portal .qc-credits-card {
  background: #eaf2ef;
  border: 1px solid rgba(12, 127, 121, 0.2);
}

body.portal-spa.qc-portal .qc-dog-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #faf8f4;
  border: 1px solid rgba(34, 48, 45, 0.08);
}

body.portal-spa.qc-portal .qc-dog-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0c7f79;
  color: #f7f4ee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  flex-shrink: 0;
}

body.portal-spa.qc-portal .qc-status-pill {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: #dce7e0;
  color: #1d4a41;
}

body.portal-spa.qc-portal .qc-service-dot {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  body.portal-spa.qc-portal .portal-shell {
    grid-template-columns: 1fr;
  }

  body.portal-spa.qc-portal .portal-aside {
    position: relative;
    height: auto;
    border-right: none;
    border-bottom: 1px solid rgba(34, 48, 45, 0.1);
  }
}

.qc-chip {
  border: 1px solid rgba(34, 48, 45, 0.14);
  background: #f1ede5;
  color: #22302d;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.qc-chip.is-on {
  background: rgba(12, 127, 121, 0.12);
  border-color: #0c7f79;
  color: #095c58;
}

body.portal-spa.qc-staff-portal .qc-chip,
body.portal-spa.qc-staff-preview .qc-chip {
  font-family: 'Jost', system-ui, sans-serif;
}
