/* Overview Quick Steps 2x2 grid */
.overview-quick-steps-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 12px;
  background: transparent !important;
  border: none !important;
  border-radius: 0;
  padding: 10px 0 6px 0 !important;
  box-shadow: none !important;
}
@media (max-width: 700px) {
  .overview-quick-steps-grid {
    grid-template-columns: 1fr !important;
  }
}
.overview-quick-steps-grid .mh-quick-step-box {
  min-width: 0;
  margin-bottom: 0;
}
/* Quick Steps Modal Step Box */
.mh-quick-step-box {
  background: #f8f5ef !important;
  border: 2px solid #e5d6b8 !important;
  border-radius: 12px !important;
  padding: 16px !important;
  margin-bottom: 0;
  color: #181818 !important;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.55;
}
.mh-quick-step-box > span:first-child,
.mh-quick-step-box .mh-step-label {
  font-size: 12px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #bfa06b !important;
}
.mh-quick-step-box strong,
.mh-quick-step-box .mh-step-title {
  color: #181818 !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}
.mh-quick-step-box > span:not(:first-child),
.mh-quick-step-box .mh-step-body {
  color: #3a3428 !important;
  font-size: 14px;
  line-height: 1.55;
}
#quickStepsModal .mh-modal-dialog {
  background: #fff !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 50px rgba(197,164,109,0.18), 0 2px 12px rgba(197,164,109,0.09) !important;
}
#quickStepsModal .mh-modal-body {
  background: #fff !important;
  border-radius: 0 0 24px 24px;
}
#quickStepsModal .mh-modal-header .quick-steps-eyebrow,
#quickStepsModal .mh-modal-header .quick-steps-label,
#quickStepsModal .mh-modal-header small {
  font-size: 13px !important;
  color: #bfa06b !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#quickStepsModal .mh-modal-header h3,
#quickStepsModal .mh-modal-header h2,
#quickStepsModal .mh-modal-header .quick-steps-title {
  color: #181818 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  margin: 0;
}

/* Match AI Insight and task font */
#aiInsights, .ai-insight-tasks {
  font-size: 13px !important;
  color: rgb(var(--muted, 110 110 110)) !important;
  line-height: 1.6;
}

/* Line under AI Insight block */
.ai-insight-divider {
  border: none;
  border-top: 1.5px solid #e5d6b8;
  margin: 18px 0 18px 0;
}

/* View Snapshots button style */
.mh-snapshot-btn {
  display: inline-block;
  background: #fff;
  color: #bfa06b;
  border: 1.5px solid #c5a46d;
  border-radius: 8px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border 0.15s;
}
.mh-snapshot-btn:hover {
  background: #f8f5ef;
  color: #a88a4a;
  border-color: #bfa06b;
}
/* ============================================================
   MarketHer — Luxe Gold UI System (Dashboard + Tools)
   FINAL PRODUCTION VERSION — 2025
============================================================ */

/* ------------------------------------------------------------
   ROOT VARS
------------------------------------------------------------ */
:root {
  --ink: #0B0F19;
  --muted: #6f6b66;
  --gold: #BFA06B;
  --gold-dark: #9f8054;
  --line: rgba(17, 17, 17, 0.08);
  --beige: #F8F4EE;
  --card-bg: #ffffff;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-serif: "Playfair Display", serif;

  --bg: 250 248 245;
  --surface: 255 255 255;
  --surface-2: 252 250 247;
  --surface-3: 248 245 240;
  --text: 20 20 20;
  --gold-2: 206 176 118;
  --glass: rgba(255, 255, 255, 0.72);
  --glass-strong: rgba(255, 255, 255, 0.88);
  --border-glass: rgba(197, 164, 109, 0.18);
  --shadow-future: 0 18px 50px rgba(10, 10, 10, 0.12);
  --bg-shell: radial-gradient(1200px 800px at 20% -10%, rgba(197, 164, 109, 0.12), transparent 60%),
              radial-gradient(900px 600px at 120% 10%, rgba(11, 15, 25, 0.08), transparent 55%),
              linear-gradient(180deg, rgba(255,255,255,0.9), rgba(248,245,240,0.95));

  --radius: 16px;
  --radius-sm: 12px;
  --shadow-luxe: 0 24px 60px rgba(12, 8, 4, 0.12);
  --shadow-soft: 0 14px 38px rgba(12, 8, 4, 0.08);
}

/* ------------------------------------------------------------
   GLOBAL TYPOGRAPHY NORMALIZATION
------------------------------------------------------------ */
#toolMount,
#toolMount .page-shell,
.page-shell {
  font-family: var(--font-sans);
  line-height: 1.55;
}

#toolMount h1,
#toolMount .page-title,
#toolMount .mh-title,
.page-shell h1,
.page-shell .page-title,
.page-shell .mh-title {
  font-family: var(--font-serif) !important;
  font-size: 24px !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0;
}

#toolMount h2,
#toolMount .section-title,
#toolMount .mh-card-heading,
#toolMount .mh-output-header,
.page-shell h2 {
  font-size: 18px !important;
  font-weight: 600;
  margin: 0;
}

/* Unified card/section heading pattern across tools */
#toolMount .mh-card-heading,
#toolMount .section-title,
#toolMount .card-title,
#toolMount .seo-card-title,
#toolMount .ecomm-card-title,
#toolMount .mh-output-header,
.page-shell .mh-card-heading,
.page-shell .section-title,
.page-shell .card-title {
  font-family: var(--font-sans) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: rgb(var(--gold, 186 154 93)) !important;
}

#toolMount h3,
#toolMount h4,
#toolMount .mh-title-sm,
#toolMount .mh-output-title {
  font-size: 14px !important;
  font-weight: 600;
  margin: 0;
}

#toolMount p,
#toolMount li,
#toolMount label,
#toolMount input,
#toolMount textarea,
#toolMount select,
.page-shell p {
  font-size: 13px !important;
}

#toolMount .mh-subtitle,
#toolMount .page-subtitle {
  font-size: 13px !important;
  line-height: 1.5;
}

#toolMount .mh-card-sub,
#toolMount .mh-muted,
#toolMount .mh-subtext {
  font-size: 12px !important;
}

#toolMount .mh-eyebrow,
#toolMount .section-label {
  font-size: 11px !important;
  letter-spacing: 0.2em;
}

/* ------------------------------------------------------------
   DESIGN SYSTEM TOKENS + COMPONENT PATTERNS
------------------------------------------------------------ */
.design-system {
  --bg: 250 248 245;
  --surface: 255 255 255;
  --surface-2: 252 250 247;
  --surface-3: 248 245 240;
  --text: 20 20 20;
  --muted: 110 110 110;
  --gold: 186 154 93;
  --gold-2: 206 176 118;
  --line: 235 229 220;
  --shadow-soft: 0 10px 30px rgba(0,0,0,0.04);
  --shadow-softer: 0 8px 24px rgba(0,0,0,0.03);
  --glass: rgba(255, 255, 255, 0.72);
  --glass-strong: rgba(255, 255, 255, 0.88);
  --border-glass: rgba(197, 164, 109, 0.18);
  --shadow-future: 0 18px 50px rgba(10, 10, 10, 0.12);
  --glow-gold: 0 0 0 1px rgba(197, 164, 109, 0.15), 0 10px 30px rgba(197, 164, 109, 0.12);
  --bg-shell: radial-gradient(1200px 800px at 20% -10%, rgba(197, 164, 109, 0.12), transparent 60%),
              radial-gradient(900px 600px at 120% 10%, rgba(11, 15, 25, 0.08), transparent 55%),
              linear-gradient(180deg, rgba(255,255,255,0.9), rgba(248,245,240,0.95));
  --r-lg: 18px;
  --r-md: 14px;
  --r-sm: 10px;
}

.page-shell {
  background: var(--bg-shell);
  border-radius: calc(var(--r-lg, 18px) + 4px);
  padding: clamp(36px, 4vw, 72px);
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  box-shadow: var(--shadow-future, 0 24px 60px rgba(12, 8, 4, 0.12));
  border: 1px solid var(--border-glass);
  display: flex;
  flex-direction: column;
  gap: 36px;
  color: rgb(var(--text, 20 20 20));
  box-sizing: border-box;
}

.page-shell .page-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-shell .mh-analytics-wrap {
  max-width: none;
  margin: 0;
  width: 100%;
}

.page-shell .mh-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.page-shell .mh-header > div {
  text-align: left;
}

.page-shell .mh-header .page-actions,
.page-shell .mh-header .mh-analytics-actions {
  align-self: flex-start;
}

.page-title {
  font-size: 30px;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.03em;
  text-transform: none;
  margin: 0;
  color: rgb(var(--text, 20 20 20));
  text-align: left;
}

.page-subtitle {
  color: rgb(var(--muted, 110 110 110));
  font-size: 14px;
  line-height: 1.55;
  max-width: 720px;
  text-align: left;
}

.page-shell .mh-eyebrow {
  font-size: 11px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: rgb(var(--gold, 186 154 93));
  margin: 0 0 6px;
}

.page-shell .mh-title {
  font-size: 30px;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.03em;
  margin: 0 0 8px;
  color: rgb(var(--text, 20 20 20));
}

.page-shell .mh-subtitle {
  color: rgb(var(--muted, 110 110 110));
  font-size: 14px;
  line-height: 1.55;
  max-width: 720px;
  margin: 0;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
}

.page-cta {
  background: rgb(var(--gold, 186 154 93));
  color: #fff;
  border-radius: var(--r-sm, 10px);
  border: none;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 12px 40px rgba(186, 154, 93, 0.25);
}

.page-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 45px rgba(186, 154, 93, 0.35);
}

.page-ghost {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--r-sm, 10px);
  padding: 10px 18px;
  font-size: 13px;
  color: rgb(var(--text, 20 20 20));
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.page-ghost:hover {
  border-color: rgb(var(--gold, 186 154 93));
}

.data-card {
  border-radius: var(--r-md, 14px);
  padding: 26px;
  background: var(--glass-strong);
  box-shadow: var(--shadow-future);
  border: 1px solid var(--border-glass);
  backdrop-filter: blur(18px);
}

.mh-section {
  max-width: 100%;
  margin: 0 auto;
  padding: 22px;
  box-sizing: border-box;
}

.mh-analytics-panel,
.mh-card {
  background: var(--glass);
  border: 1px solid var(--border-glass);
  border-radius: var(--r-md, 14px);
  box-shadow: var(--shadow-future);
  backdrop-filter: blur(14px);
}

.mh-panel {
  padding: 24px;
  border-radius: var(--r-md, 14px);
}

.page-shell .mh-card,
.page-shell .mh-panel,
.page-shell .card,
.page-shell .mh-analytics-panel {
  background: var(--glass-strong) !important;
  border: 1px solid var(--border-glass) !important;
  box-shadow: var(--shadow-future) !important;
  backdrop-filter: blur(16px);
}

.data-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: rgb(var(--text, 20 20 20));
}

.page-shell .card-title,
.page-shell .mh-card-heading {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgb(var(--gold, 186 154 93));
  margin-bottom: 12px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}

.section-header .section-label {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgb(var(--muted, 110 110 110));
}

.section-header .section-title {
  margin: 0;
  font-size: 22px;
}

.metric-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.metric-card {
  flex: 1 1 180px;
  padding: 18px 20px;
  border-radius: var(--r-md, 14px);
  background: rgb(var(--surface-2, 252 250 247));
  box-shadow: 0 12px 28px rgba(12, 8, 4, 0.06);
  border: 1px solid rgba(17, 17, 17, 0.05);
}

.metric-card strong {
  display: block;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: rgb(var(--muted, 110 110 110));
  text-transform: uppercase;
  margin-bottom: 6px;
}

.metric-card .metric-value {
  font-size: 28px;
  font-weight: 600;
  color: rgb(var(--text, 20 20 20));
}

.filter-bar {
  border-radius: var(--r-lg, 18px);
  background: rgb(var(--surface-2, 252 250 247));
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.filter-bar input,
.filter-bar select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: rgb(var(--text, 20 20 20));
  padding: 8px 10px;
  border-radius: var(--r-sm, 10px);
  min-width: 220px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.filter-bar input:focus,
.filter-bar select:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px rgb(var(--gold, 186 154 93));
}

.filter-controls {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.guide-grid--featured {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.guide-card {
  border-radius: var(--r-md, 14px);
  padding: 20px;
  background: rgb(var(--surface, 255 255 255));
  box-shadow: 0 22px 52px rgba(12, 8, 4, 0.1);
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.guide-card:hover {
  transform: translateY(-4px);
  border-color: rgba(186, 154, 93, 0.45);
}

.guide-card--featured {
  border: 1px solid rgba(186, 154, 93, 0.45);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
  min-height: 230px;
}

.guide-card-label {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgb(var(--muted, 110 110 110));
}

.guide-card-title {
  margin: 0;
  font-size: 18px;
}

.guide-card-excerpt {
  color: rgb(var(--muted, 110 110 110));
  line-height: 1.45;
  font-size: 14px;
  margin: 0;
}

.guide-card-time {
  font-size: 11px;
  color: rgb(var(--muted, 110 110 110));
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.guide-card-cta {
  margin-top: auto;
  align-self: flex-start;
  border-radius: var(--r-sm, 10px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  padding: 8px 14px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.guide-card-cta:hover {
  border-color: rgb(var(--gold, 186 154 93));
  color: rgb(var(--gold, 186 154 93));
}

.guide-card-meta {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.table-shell {
  width: 100%;
  overflow-x: auto;
  border-radius: var(--r-md, 14px);
  padding: 12px;
  background: rgb(var(--surface-2, 252 250 247));
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.empty-state {
  text-align: center;
  padding: 48px 24px;
  border-radius: var(--r-md, 14px);
  background: rgb(var(--surface-2, 252 250 247));
  border: 1px dashed rgba(0, 0, 0, 0.1);
}

.center-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(9, 9, 9, 0.35);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 999;
}

.center-modal-overlay.open {
  display: flex;
}

body.center-modal-open {
  overflow: hidden;
}

.center-modal-wrapper {
  max-width: 720px;
  width: 100%;
  background: rgb(var(--surface, 255 255 255));
  border-radius: var(--r-lg, 18px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: hidden;
}

.center-modal-wrapper.large {
  max-width: 900px;
}

.center-modal-header {
  padding: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.center-modal-header h2 {
  margin: 0;
  font-size: 20px;
}

.center-modal-meta {
  color: rgb(var(--muted, 110 110 110));
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.center-modal-body {
  padding: 24px;
  overflow-y: auto;
  flex: 1;
}

.center-modal-close {
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  padding: 4px;
  color: rgb(var(--muted, 110 110 110));
}

.guide-viewer h3 {
  margin-top: 22px;
  font-size: 16px;
}

.guide-viewer p {
  line-height: 1.55;
  color: rgb(var(--muted, 110 110 110));
  font-size: 14px;
}

.guide-viewer ul {
  padding-left: 20px;
  color: rgb(var(--muted, 110 110 110));
  font-size: 14px;
}

.guide-callout {
  background: rgb(var(--surface-2, 252 250 247));
  border-left: 4px solid rgba(186, 154, 93, 0.8);
  padding: 12px 16px;
  border-radius: var(--r-sm, 10px);
  margin: 16px 0;
}

.guide-footer {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.guide-footer .guide-feedback-btn {
  border-radius: var(--r-sm, 10px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 18px;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
/* ------------------------------------------------------------
   GLOBAL
------------------------------------------------------------ */
body {
  font-family: "Inter", sans-serif;
  color: var(--ink);
  margin: 0;
  background: rgb(var(--bg, 250 248 245)) !important;
}

.tool-loading-overlay {
  position: fixed;
  inset: 0;
  background: rgba(250, 248, 245, 0.85);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.tool-loading-overlay.active {
  display: flex;
}

.tool-loading-card {
  background: rgb(var(--surface, 255 255 255));
  border-radius: var(--r-lg, 18px);
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: var(--shadow-soft, 0 10px 30px rgba(0,0,0,0.04));
  padding: 18px 22px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: rgb(var(--muted, 110 110 110));
}

.tool-loading-spinner {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(186, 154, 93, 0.25);
  border-top-color: rgb(var(--gold, 186 154 93));
  animation: toolSpin 0.7s linear infinite;
}

@keyframes toolSpin {
  to { transform: rotate(360deg); }
}

.hidden { display: none !important; }

.mh-output-stack {
  display: grid;
  gap: 12px;
}

.mh-output-header {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgb(var(--gold));
  font-weight: 700;
}

.mh-output-block {
  background: rgb(var(--surface-2));
  border: 1px solid rgb(var(--line));
  border-radius: var(--r-md);
  padding: 14px 16px;
  box-shadow: var(--shadow-softer);
}

.mh-output-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgb(var(--gold));
  font-weight: 700;
  margin-bottom: 6px;
}

.mh-output-body {
  font-size: 13px;
  line-height: 1.6;
  color: rgb(var(--text));
  white-space: pre-line;
}

.mh-output-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.mh-output-meta {
  font-size: 12px;
  color: rgb(var(--muted));
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mh-output-meta strong {
  color: rgb(var(--text));
  font-weight: 600;
}

.mh-output-buttons {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.mh-output-send {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 999px;
  border: 1px solid rgb(var(--line));
  background: rgb(var(--surface));
}

.mh-output-send select {
  border: none;
  background: transparent;
  font-size: 12px;
  color: rgb(var(--text));
  outline: none;
}

.mh-link-btn {
  color: var(--gold);
  background: transparent;
  border: none;
  padding: 4px;
  font-size: 13px;
  cursor: pointer;
}

/* Creative Vault picker */
.mh-creative-picker {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mh-creative-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.mh-creative-search {
  flex: 1;
  min-width: 220px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgb(var(--line));
  background: rgb(var(--surface));
  font-size: 0.9rem;
}

.mh-creative-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.mh-filter-chip {
  border: 1px solid rgb(var(--line));
  background: rgb(var(--surface-2));
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  color: rgb(var(--muted));
}

.mh-filter-chip.active {
  background: rgba(var(--gold), 0.12);
  color: rgb(var(--text));
  border-color: rgba(var(--gold), 0.45);
}

.mh-creative-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 14px;
  max-height: 52vh;
  overflow: auto;
  padding-right: 6px;
}

.mh-creative-card {
  text-align: left;
  border: 1px solid transparent;
  background: rgb(var(--surface));
  border-radius: 14px;
  box-shadow: var(--shadow-softer);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
}

.mh-creative-card.selected {
  border-color: rgba(var(--gold), 0.45);
  box-shadow: 0 0 0 1px rgba(var(--gold), 0.25), var(--shadow-softer);
}

.mh-creative-thumb {
  background: rgb(var(--surface-3));
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mh-creative-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mh-creative-thumb-icon {
  font-size: 0.8rem;
  color: rgb(var(--muted));
}

.mh-creative-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mh-creative-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgb(var(--text));
}

.mh-creative-sub {
  font-size: 0.7rem;
  color: rgb(var(--muted));
  letter-spacing: 0.08em;
}

.mh-creative-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgb(var(--line));
  padding-top: 12px;
}

.mh-creative-actions {
  display: flex;
  gap: 10px;
}

.mh-creative-selection {
  font-size: 0.85rem;
  color: rgb(var(--muted));
}

.mh-creative-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 24px;
  color: rgb(var(--muted));
  background: rgb(var(--surface-2));
  border-radius: 14px;
}

/* Metrics editor */
.mh-metric-editor {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mh-metric-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mh-metric-row {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr) 110px auto;
  gap: 4px;
  align-items: center;
  padding: 4px 6px;
  border-radius: 12px;
  border: 1px solid rgb(var(--line));
  background: rgb(var(--surface));
}

.mh-metric-row > * {
  white-space: nowrap;
}

.mh-metric-row input[type="text"] {
  border: 1px solid rgb(var(--line));
  border-radius: 10px;
  padding: 4px 6px;
  font-size: 0.8rem;
  background: rgb(var(--surface-2));
  width: 100%;
}

.mh-metric-drag {
  font-size: 12px;
  color: rgb(var(--muted));
  text-align: center;
  user-select: none;
}

.mh-metric-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: rgb(var(--muted));
}

.mh-metric-remove {
  border: none;
  background: transparent;
  color: rgb(var(--muted));
  font-size: 0.85rem;
  cursor: pointer;
}

.mh-metric-editor-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.mh-tooltip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  border-radius: 50%;
  border: 1px solid rgba(var(--gold), 0.5);
  color: rgb(var(--gold));
  font-size: 10px;
  cursor: help;
}

.mh-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  transform: translateX(-50%);
  background: rgb(var(--surface, 255 255 255));
  color: rgb(var(--muted, 110 110 110));
  border: 1px solid rgb(var(--line, 235 229 220));
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 11px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
  white-space: normal;
  max-width: 220px;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 20;
}

.mh-tooltip:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(2px);
}

.mh-tooltip { position: relative; }

/* ============================================================
   SIDEBAR
============================================================ */
.mh-sidebar {
  width: 240px;
  background: white;
  border-right: 1px solid var(--line);
  height: 100vh;
  overflow-y: auto;
  transition: transform .25s ease, width .25s ease, opacity .2s ease;
  position: relative;
  z-index: 50;
}

.mh-sidebar-inner {
  padding: 18px 0;
}

.mh-logo {
  padding: 0 22px 24px 22px;
}

/* COLLAPSE (Desktop + Mobile) */
.mh-sidebar.collapsed {
  transform: translateX(-240px);
  width: 0;
}
.mh-sidebar.collapsed .mh-sidebar-inner {
  opacity: 0;
  pointer-events: none;
}

/* MOBILE */
@media (max-width: 900px) {
  .mh-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-240px);
  }
  .mh-sidebar.open {
    transform: translateX(0);
  }
}

/* Accordion */
.mh-acc-toggle {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--ink) !important;
  font-weight: 400 !important;
  padding: 8px 20px 4px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  user-select: none;
}
.mh-sidebar .mh-acc-toggle,
.mh-sidebar .mh-acc-toggle .mh-acc-label {
  color: var(--gold, #bfa06b) !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em;
}

.chevron {
  font-size: 10px;
  color: var(--ink);
  transition: transform .25s ease;
}

.chevron.rotate {
  transform: rotate(180deg);
}

.mh-acc-group {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease;
}

.mh-acc-group.open {
  max-height: 500px;
}

/* Nav Items */
.nav-item {
  padding: 8px 18px;
  cursor: pointer;
  font-size: 11px;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  color: var(--ink);
  border-radius: 6px;
  transition: background .2s ease;
}
.nav-item:hover { background: rgba(0,0,0,0.04); }
.nav-item.active {
  background: rgba(197,164,109,0.18);
}
.nav-item-primary {
  font-weight: 700;
  color: var(--ink);
}

/* Favourites star prefix */
#favouritesBox .nav-item {
  padding-left: 34px;
  position: relative;
}
#favouritesBox .nav-item::before {
  content: "★";
  color: var(--gold);
  font-size: 13px;
  position: absolute;
  left: 16px;
  top: 8px;
}

/* ============================================================
   HEADER
============================================================ */
.mh-header {
  height: 74px;
  border-bottom: 1px solid var(--line);
  background: white;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 18px 0 12px;
  position: static;
  z-index: 40;
}
#toolMount .overview-grid .page-title,
#toolMount .overview-grid h1,
#toolMount .overview-hero h1 {
  font-family: var(--font-sans) !important;
  letter-spacing: 0.01em !important;
}

#toolMount .overview-grid h2,
#toolMount .overview-grid h3,
#toolMount .overview-grid .section-title,
#toolMount .overview-grid .mh-card-heading {
  font-family: var(--font-sans) !important;
}

.mh-header-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mh-header-lockup {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mh-header-pill {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(197,164,109,0.12);
  color: var(--gold-dark);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mh-header-mark {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  color: var(--ink);
}

.mh-header-center {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 220px;
}

.mh-greeting {
  font-family: "Playfair Display", serif;
  font-size: 20px;
}

.mh-quote {
  font-size: 13px;
  color: var(--muted);
  max-width: 380px;
  line-height: 1.3;
}

.mh-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: white;
}
.mh-menu-btn:hover {
  background: rgba(0,0,0,0.04);
}

/* Brand Switcher */
.mh-brand-switcher { position: relative; }
.mh-brand-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: white;
}
.mh-brand-label { color: var(--muted); font-size: 11px; font-weight: 300; text-transform: uppercase; letter-spacing: 0.5px; }
.mh-brand-name { color: var(--gold-dark); font-weight: 300; font-size: 13px; }
.mh-brand-dropdown {
  position: absolute;
  top: 36px;
  right: 0;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  width: 180px;
  padding: 4px 0;
  display: none;
  z-index: 120;
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}
.mh-brand-dropdown.show { display: block; }
.mh-brand-dropdown button {
  width: 100%;
  text-align: left;
  padding: 8px 12px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 300;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
}
.mh-brand-dropdown button:hover { background: rgba(0,0,0,0.04); }

/* Greeting */
.mh-title {
  font-family: "Playfair Display", serif;
  font-size: 20px;
}
.mh-sub {
  font-size: 13px;
  color: var(--muted);
  margin-top: 2px;
}

/* Header right */
.mh-header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.mh-time {
  font-size: 14px;
  color: var(--muted);
}

.mh-header-time {
  font-size: 14px;
  color: var(--muted);
}

.mh-points {
  color: var(--gold);
  font-size: 14px;
}

.mh-header-points {
  color: var(--gold);
  font-weight: 600;
}

.mh-time-block {
  min-width: 92px;
  text-align: right;
}

/* Account */
.mh-account { position: relative; }

.mh-account-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: white;
}
.mh-account-btn:hover {
  background: rgba(0,0,0,0.04);
}

.mh-account-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 38px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  width: 160px;
  padding: 4px 0;
  z-index: 200;
}
.mh-account-dropdown.show { display: block; }
.mh-account-dropdown .mh-dd-item {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 8px 12px;
  font-size: 13px;
  cursor: pointer;
}
.mh-account-dropdown .mh-dd-item:hover { background: rgba(0,0,0,0.04); }
.mh-account-dropdown .mh-dd-item.muted { color: var(--muted); cursor: default; }
.mh-account-dropdown .mh-dd-item.danger { color: #b42318; }

/* ============================================================
   TOOL MOUNT (content area)
============================================================ */
#toolMount {
  flex: 1;
  overflow-y: auto;
  padding: 32px;
  background: white;
}


/* ============================================================
   OVERVIEW PAGE
============================================================ */
.mh-overview {
  max-width: 1380px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.mh-ov-title {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  margin-bottom: 4px;
}
.mh-ov-sub {
  font-size: 13px;
  color: var(--muted);
}

/* Grid */
.mh-ov-grid {
  display: grid;
  grid-template-columns: 9fr 3fr;
  gap: 32px;
  margin-top: 24px;
  position: relative;
}

.mh-ov-grid::after {
  content: "";
  position: absolute;
  left: calc(75% - 16px);
  width: 1px;
  height: 100%;
  background: var(--gold-dark);
  opacity: .7;
}

/* Boxes */
.ov-card,
.mh-box,
.mh-points-box {
  background: var(--card-bg);
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  padding: 16px 20px;
  position: relative;
}

/* Points Box */
.mh-points-number {
  font-size: 28px;
  font-weight: 700;
  color: var(--gold);
}
.mh-points-hover {
  display: none;
  background: white;
  border: 1px solid var(--gold);
  padding: 14px;
  border-radius: var(--radius);
  margin-top: 10px;
  font-size: 13px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}
.mh-points-box:hover .mh-points-hover { display: block; }

.mh-chip-btn {
  border: 1px solid var(--gold);
  background: rgba(197,164,109,0.08);
  color: var(--gold-dark);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  cursor: pointer;
}
.mh-chip-btn:hover {
  background: rgba(197,164,109,0.16);
}

.mh-points-hints {
  margin: 8px 0 0;
  padding-left: 16px;
  line-height: 1.4;
  color: var(--muted);
}

/* Metrics Grid */
.mh-metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.mh-metric-card {
  background: white;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius-sm);
  padding: 14px;
}
.mh-metric-label {
  font-size: 12px;
  color: var(--muted);
}
.mh-metric-value {
  font-size: 20px;
  font-weight: 600;
  margin-top: 2px;
}

/* Focus / Goals / Wins */
.mh-tab {
  padding: 8px 14px;
  border-radius: 14px;
  font-size: 11px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  cursor: pointer;
  background: rgb(var(--surface-2, 252 250 247));
  color: var(--ink);
}
.mh-tab.active {
  background: #fffaf3;
  border-color: var(--gold);
  box-shadow: 0 10px 24px rgba(191, 160, 107, 0.2);
}

.ov-empty {
  font-size: 12px;
  color: var(--muted);
}

/* Goals */
.mh-goal-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  cursor: pointer;
}
.mh-goal-row:last-child { border-bottom: none; }

.mh-goal-label {
  font-size: 13px;
  font-weight: 600;
}
.mh-goal-meta {
  font-size: 11px;
  color: var(--muted);
}

/* List spacing */
.mh-list li + li { margin-top: 6px; }

/* AI Accordion */
.ov-acc-card {
  border: 1px solid var(--gold);
  padding: 20px;
  border-radius: var(--radius);
}

.ov-acc-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}
.ov-acc-subtitle {
  font-size: 13px;
  font-weight: 600;
  margin-top: 12px;
}

/* ============================================================
   DRAWER (RIGHT SLIDE)
============================================================ */
.mh-drawer {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.mh-drawer.open { display: flex; }

.mh-drawer-panel {
  width: min(640px, 92vw);
  background: white;
  max-height: 90vh;
  padding: 24px;
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  box-shadow: 0 16px 40px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.mh-drawer-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* Drawer fields */
.drawer-field label {
  font-size: 12px;
  color: var(--muted);
}
.drawer-field input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  margin-top: 4px;
}

.drawer-actions {
  margin-top: 20px;
}

/* Buttons */
.mh-btn {
  background: var(--gold);
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
}
.mh-btn-secondary {
  background: transparent;
  color: var(--muted);
}

/* ============================================================
   MODAL
============================================================ */

.mh-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9000;
}
.mh-modal[style*="display: block"],
.mh-modal.open {
  display: flex !important;
}

.mh-modal-dialog {
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  max-width: 420px;
  box-shadow: var(--shadow-future);
}

.mh-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 22px;
  color: rgb(var(--gold, 186 154 93));
  cursor: pointer;
  z-index: 2;
  padding: 0 6px;
  line-height: 1;
  transition: color 0.2s;
}
.mh-modal-close:hover {
  color: #8a6a2f;
}

.mh-modal-title {
  font-size: 13px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgb(var(--gold, 186 154 93));
  margin-bottom: 12px;
  margin-top: 8px;
  text-align: center;
}

.mh-modal-card {
  background: rgb(var(--surface, 255 255 255));
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 24px;
  border-radius: var(--r-lg, 18px);
  width: 1400px;
  box-shadow: var(--shadow-future);
}

.mh-modal-dialog {
  background: rgb(var(--surface, 255 255 255));
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-family: var(--font-sans, Inter, system-ui, sans-serif);
  color: rgb(var(--text, 20 20 20));
}

.mh-form-label {
  color: rgb(var(--text, 20 20 20));
  font-weight: 600;
}

.mh-form-input,
.mh-form-select,
.mh-form-textarea {
  font-family: var(--font-sans, Inter, system-ui, sans-serif);
  font-size: 13px;
  color: rgb(var(--text, 20 20 20));
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 10px 12px;
  box-shadow: var(--shadow-softer, 0 8px 24px rgba(0,0,0,0.03));
}

.mh-form-select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(0,0,0,0.5) 50%),
    linear-gradient(135deg, rgba(0,0,0,0.5) 50%, transparent 50%);
  background-position: calc(100% - 16px) 50%, calc(100% - 11px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 28px;
}

.mh-form-input:focus,
.mh-form-select:focus,
.mh-form-textarea:focus {
  outline: none;
  border-color: rgba(197, 164, 109, 0.6);
  box-shadow: 0 0 0 3px rgba(197, 164, 109, 0.12);
}

.mh-modal-title {
  font-size: 18px;
  margin-bottom: 16px;
}

.mh-modal-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 13px;
}

.mh-modal-actions {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.mh-quick-steps {
  margin-top: 24px;
  padding: 14px 16px;
  border-radius: var(--r-md, 14px);
  background: var(--glass-strong);
  border: 1px solid var(--border-glass);
  box-shadow: var(--shadow-future);
  backdrop-filter: blur(14px);
}

.mh-quick-steps summary {
  cursor: pointer;
  list-style: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgb(var(--gold, 186 154 93));
}

.mh-quick-steps summary::-webkit-details-marker { display: none; }

.mh-quick-steps-body {
  margin-top: 12px;
  display: grid;
  gap: 8px;
  color: rgb(var(--muted, 110 110 110));
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1100px) {
  .mh-metrics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 800px) {
  .mh-ov-grid {
    grid-template-columns: 1fr;
  }
  .mh-ov-grid::after { display: none; }
}

@media (max-width: 900px) {
  #toolMount .mh-header {
    flex-direction: column;
    align-items: flex-start;
  }

  #toolMount .mh-grid-2 {
    grid-template-columns: 1fr;
  }

  #toolMount .mh-grid-3 {
    grid-template-columns: 1fr;
  }

  #toolMount .mh-section {
    padding: 16px;
  }

  #toolMount .mh-grid {
    grid-template-columns: 1fr !important;
  }

  #toolMount .mh-card {
    padding: 16px;
  }

  #toolMount .mh-ai-body {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   TOOL UNIFICATION (AI COACH BASELINE)
============================================================ */
#toolMount {
  font-family: "Inter", sans-serif;
}

#toolMount .mh-section,
#toolMount .mh-full-tool {
  width: 100%;
  max-width: none;
  margin: 0;
}

#toolMount .page-shell {
  background: #fff;
  border: none;
  box-shadow: none;
  padding: clamp(10px, 1.2vw, 20px) !important;
}

#toolMount {
  background: #fff;
}

#toolMount * {
  font-family: var(--font-sans);
}

#toolMount h1,
#toolMount .mh-title,
#toolMount .header h1 {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 600;
  color: var(--ink) !important;
  text-transform: none;
  letter-spacing: 0.02em;
  margin: 0;
}

#toolMount .page-title,
#toolMount .mh-title,
#toolMount h1 {
  font-family: var(--font-serif) !important;
  color: var(--ink) !important;
}

#toolMount .section-label,
#toolMount .mh-eyebrow,
#toolMount .mh-card-heading {
  color: rgb(var(--gold, 186 154 93)) !important;
}

.page-shell h1,
.page-shell h2,
.page-shell h3,
.page-shell .page-title,
.page-shell .mh-title {
  font-family: var(--font-serif) !important;
  color: var(--ink) !important;
}

.page-shell .section-label,
.page-shell .mh-eyebrow,
.page-shell .mh-card-heading,
.page-shell .card-title {
  color: rgb(var(--gold, 186 154 93)) !important;
}

.mh-card > h3,
.mh-card > h4,
.mh-panel > h3,
.mh-panel > h4,
.data-card > h3,
.data-card > h4,
.card > h3,
.card > h4 {
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgb(var(--gold, 186 154 93)) !important;
  margin: 0 0 12px;
}

#toolMount .mh-title[data-eyebrow]::before,
#toolMount .header h1[data-eyebrow]::before {
  content: attr(data-eyebrow);
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 6px;
}

#toolMount .mh-eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--gold);
  font-weight: 700;
  margin: 0 0 6px;
}

#toolMount .mh-subtitle,
#toolMount .header p {
  font-size: 13px;
  color: var(--muted);
  margin: 6px 0 0;
}

#toolMount .mh-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

#toolMount .mh-header .mh-title {
  font-size: 22px;
}

#toolMount .mh-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

#toolMount .mh-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

#toolMount .mh-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

#toolMount .mh-card-block {
  padding: 20px;
  margin-bottom: 16px;
}

#toolMount .mh-card-stat {
  padding: 16px;
}

#toolMount .mh-card-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgb(var(--gold, 186 154 93));
  margin: 0 0 8px;
}

#toolMount .mh-card-heading {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: rgb(var(--gold, 186 154 93)) !important;
  margin: 0 0 10px;
}

#toolMount .mh-card-sub {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}

#toolMount .mh-help-toolbar {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

#toolMount .mh-ai-panel {
  border: 1px solid var(--gold);
  border-radius: 16px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
  margin: 10px 0 16px;
}

#toolMount .mh-ai-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

#toolMount .mh-ai-eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin: 0 0 6px;
}

#toolMount .mh-ai-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
}

#toolMount .mh-ai-sub {
  font-size: 12px;
  color: var(--muted);
  margin: 6px 0 0;
}

#toolMount .mh-ai-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 12px;
}

#toolMount .mh-ai-steps h4,
#toolMount .mh-ai-prompts h4 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gold);
  margin: 0 0 8px;
}

#toolMount .mh-ai-steps ol {
  margin: 0;
  padding-left: 16px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

#toolMount .mh-ai-prompts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#toolMount .mh-ai-prompt {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  color: var(--ink);
  background: #faf8f4;
}

#toolMount .mh-ai-prompt button {
  white-space: nowrap;
}

#toolMount .container {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#toolMount .mh-overview-wrapper,
#toolMount .mh-focus-studio-wrapper,
#toolMount .mh-organise-wrapper {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
}

#toolMount .mh-card {
  max-width: none !important;
  margin: 0 !important;
}
#toolMount .card,
#toolMount .result,
#toolMount .output-box,
#toolMount .ai-tip,
#toolMount .brand-preview {
  border: 1px solid var(--gold) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06) !important;
}

#toolMount pre,
#toolMount .result pre,
#toolMount .output-text {
  border: 1px solid var(--line) !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

#toolMount button,
#toolMount .btn-primary,
#toolMount .btn-secondary,
#toolMount .step-btn,
#toolMount .section-btn {
  border-radius: 14px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0.02em !important;
}

#toolMount .btn-primary,
#toolMount .step-btn.active,
#toolMount .chip.active {
  background: linear-gradient(135deg, #c5a46d, #b89a61) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 10px 24px rgba(191, 160, 107, 0.28) !important;
}

#toolMount .btn-secondary {
  background: #fbf8f3 !important;
  color: #9f8054 !important;
  border: 1px solid #eadfcf !important;
  box-shadow: 0 8px 18px rgba(18, 12, 6, 0.08) !important;
}

#toolMount .chip {
  border-radius: 999px !important;
  font-size: 11px !important;
  border: 1px solid #e6dccb !important;
}

#toolMount .step-btn {
  background: #fff !important;
  border: 1px solid #e6dccb !important;
}

#toolMount .form-group input,
#toolMount .form-group select,
#toolMount .form-group textarea,
#toolMount input,
#toolMount select,
#toolMount textarea {
  border-radius: 14px !important;
  border: 1px solid #ddd !important;
  font-size: 12px !important;
}

#toolMount .mh-btn-primary {
  background: linear-gradient(135deg, #c5a46d, #b89a61) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 14px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

#toolMount .mh-btn-secondary {
  background: #f7f4ef !important;
  color: #9c7f54 !important;
  border: 1px solid #e6dccb !important;
  border-radius: 14px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

#toolMount .mh-btn-danger {
  background: #b42318 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 14px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}
#toolMount .mh-title {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}

#toolMount .mh-subtitle {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 16px;
}

#toolMount .mh-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 10px;
}

#toolMount .mh-panel + .mh-panel {
  margin-top: 18px;
}

#toolMount .mh-field > span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold-dark);
}

#toolMount .mh-field .mh-hint {
  font-size: 11px;
  color: var(--muted);
}

#toolMount .mh-card {
  border-radius: 16px !important;
  border: 1px solid rgba(0,0,0,0.06) !important;
  background: rgb(var(--surface, 255 255 255)) !important;
  box-shadow: var(--shadow-softer, 0 8px 24px rgba(0,0,0,0.03)) !important;
}

#toolMount .mh-btn {
  background: linear-gradient(135deg, rgba(197, 164, 109, 0.96), rgba(184, 154, 97, 0.96)) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  border-radius: 16px !important;
  padding: 10px 16px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  box-shadow: var(--glow-gold) !important;
  backdrop-filter: blur(10px);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
#toolMount .mh-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}
#toolMount .mh-btn:active {
  transform: translateY(0);
}

#toolMount .mh-btn-secondary {
  background: transparent !important;
  color: var(--gold-dark) !important;
  border: 1px solid var(--line) !important;
  border-radius: 12px !important;
  padding: 9px 14px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
#toolMount .mh-btn-secondary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(12, 8, 4, 0.12) !important;
}

#toolMount .mh-input,
#toolMount input,
#toolMount textarea,
#toolMount select {
  border-radius: 10px;
  border: 1px solid var(--line);
  font-size: 12px;
  padding: 10px 12px;
  background: rgb(var(--surface, 255 255 255));
  box-shadow: none;
  transition: box-shadow 0.18s ease, border-color 0.18s ease;
}

#toolMount .mh-panel,
#toolMount .data-card,
#toolMount .card {
  background: rgb(var(--surface, 255 255 255)) !important;
  border: 1px solid rgba(0,0,0,0.06) !important;
  border-radius: 16px !important;
  box-shadow: var(--shadow-softer, 0 8px 24px rgba(0,0,0,0.03)) !important;
  padding: 24px !important;
}

#toolMount .mh-panel + .mh-panel,
#toolMount .data-card + .data-card,
#toolMount .card + .card {
  margin-top: 16px;
}

#toolMount .mh-header {
  margin-bottom: 14px;
}

#toolMount .mh-title {
  font-size: 24px !important;
  letter-spacing: 0.02em !important;
}

#toolMount .mh-subtitle {
  font-size: 13px !important;
  color: var(--muted) !important;
  margin-top: 6px !important;
}

#toolMount .mh-field {
  gap: 6px;
}

#toolMount .mh-field > span,
#toolMount .mh-label {
  font-size: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  color: var(--gold-dark) !important;
}

#toolMount .mh-tabs,
#toolMount .mh-tab-list {
  border: 1px solid var(--line) !important;
  background: rgba(249,247,243,.85) !important;
  border-radius: 16px !important;
  padding: 8px !important;
  gap: 8px !important;
}

#toolMount .mh-tab {
  border: none !important;
  background: transparent !important;
  text-align: left;
  padding: 8px 10px !important;
  border-radius: 12px !important;
  font-weight: 600 !important;
  font-size: 10px !important;
  cursor: pointer;
}

#toolMount .mh-tab.active {
  background: rgba(197,164,109,0.18) !important;
  color: var(--ink) !important;
}
#toolMount .mh-input:focus,
#toolMount input:focus,
#toolMount textarea:focus,
#toolMount select:focus {
  outline: none;
  border-color: rgba(197, 164, 109, 0.6);
  box-shadow: 0 0 0 3px rgba(197, 164, 109, 0.15);
}

.mh-tool-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 10px 12px;
  border-radius: 18px;
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(197, 164, 109, 0.18);
  box-shadow: 0 10px 24px rgba(12, 8, 4, 0.06);
  backdrop-filter: blur(14px);
}

.mh-tool-tab {
  border-radius: 999px;
  padding: 8px 14px;
  border: 1px solid transparent;
  background: rgba(255,255,255,0.6);
  color: rgb(var(--ink, 20 20 20));
  font-size: 12px;
  font-weight: 600;
  transition: all 0.18s ease;
}

.mh-tool-tab.active {
  background: linear-gradient(135deg, rgba(197,164,109,0.96), rgba(184,154,97,0.96));
  color: #fff;
  box-shadow: var(--glow-gold);
}

#feedbackModal .mh-modal-card {
  width: min(480px, 92vw);
  padding: 32px;
  border-radius: var(--r-lg, 18px);
  border: 1px solid rgb(var(--line, 235 229 220));
  background: rgb(var(--surface, 255 255 255));
  box-shadow: var(--shadow-soft, 0 10px 30px rgba(0,0,0,0.04));
}

#feedbackModal .mh-field span {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

#feedbackModal .mh-modal-input {
  padding: 12px 14px;
  border-radius: 12px;
}

/* ============================================================
   MarketHer Coach Quick Bubble
============================================================ */
.mh-coach-bubble {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #c5a46d, #b89a61);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  box-shadow: 0 14px 30px rgba(197, 164, 109, 0.35);
  cursor: pointer;
  z-index: 1200;
}

.mh-coach-quick {
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 1200;
}

.mh-coach-quick-card {
  width: 320px;
  border-radius: 16px;
  border: 1px solid var(--gold);
  background: #fff;
  padding: 16px;
  box-shadow: 0 18px 36px rgba(0,0,0,0.12);
}

.mh-coach-quick-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--gold-dark);
  font-weight: 700;
  margin-bottom: 6px;
}

.mh-coach-quick-sub {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 10px;
}

.mh-coach-quick-thread {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 200px;
  overflow-y: auto;
  padding: 8px 4px 4px;
  margin-bottom: 10px;
  border-radius: 12px;
  background: #fbf8f2;
  border: 1px solid rgba(0,0,0,0.05);
}

.mh-coach-quick-msg {
  display: flex;
}

.mh-coach-quick-msg.user {
  justify-content: flex-end;
}

.mh-coach-quick-bubble {
  max-width: 85%;
  font-size: 12px;
  line-height: 1.5;
  padding: 8px 10px;
  border-radius: 12px;
}

.mh-coach-quick-bubble.user {
  background: var(--gold);
  color: #fff;
  border-bottom-right-radius: 4px;
}

.mh-coach-quick-bubble.bot {
  background: #fff;
  color: var(--ink);
  border: 1px solid rgba(0,0,0,0.06);
  border-bottom-left-radius: 4px;
}

.mh-coach-quick-input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: 10px 12px;
  font-size: 12px;
  resize: vertical;
  min-height: 84px;
  margin-bottom: 12px;
}

.mh-coach-quick-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

@media (max-width: 700px) {
  .mh-coach-quick-card {
    width: min(92vw, 340px);
  }
  .mh-coach-bubble {
    right: 16px;
    bottom: 16px;
  }
  .mh-coach-quick {
    right: 16px;
    bottom: 86px;
  }
}

/* ============================================================
   MarketHer Premium Baseline
   High-clarity, high-end default shell styling
============================================================ */
body {
  background: linear-gradient(180deg, #fcfaf6 0%, #f6f2ea 100%) !important;
}

.page-shell.design-system {
  border-radius: 22px !important;
  border: 1px solid rgba(197, 164, 109, 0.18) !important;
  box-shadow: 0 24px 60px rgba(15, 12, 8, 0.08) !important;
}

#toolMount .mh-header.page-header,
.page-shell .mh-header.page-header {
  padding: 16px 16px 34px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(197, 164, 109, 0.18) !important;
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.04) !important;
  backdrop-filter: blur(12px);
}

/* Force eyebrow + title to stack vertically even when direct flex children */
#toolMount .mh-header.page-header > .mh-eyebrow,
#toolMount .mh-header.page-header > .section-label,
#toolMount .mh-header.page-header > .mh-title,
#toolMount .mh-header.page-header > .page-title,
#toolMount .header.page-header > .mh-eyebrow,
#toolMount .header.page-header > .section-label,
#toolMount .header.page-header > .mh-title,
#toolMount .header.page-header > .page-title,
.page-shell .mh-header.page-header > .mh-eyebrow,
.page-shell .mh-header.page-header > .section-label,
.page-shell .mh-header.page-header > .mh-title,
.page-shell .mh-header.page-header > .page-title,
.page-shell .header.page-header > .mh-eyebrow,
.page-shell .header.page-header > .section-label,
.page-shell .header.page-header > .mh-title,
.page-shell .header.page-header > .page-title {
  flex: 0 0 100% !important;
  width: 100% !important;
  display: block !important;
  margin-right: 0 !important;
}

/* Hide tool header description/subtitle lines to avoid clipping */
#toolMount .mh-header.page-header .mh-subtitle,
#toolMount .mh-header.page-header .page-subtitle,
#toolMount .header.page-header .mh-subtitle,
#toolMount .header.page-header .page-subtitle,
.page-shell .mh-header.page-header .mh-subtitle,
.page-shell .mh-header.page-header .page-subtitle,
.page-shell .header.page-header .mh-subtitle,
.page-shell .header.page-header .page-subtitle {
  display: none !important;
}

#toolMount .mh-header .mh-subtitle,
#toolMount .mh-header .page-subtitle,
.page-shell .mh-header .mh-subtitle,
.page-shell .mh-header .page-subtitle {
  display: none !important;
}

#toolMount .mh-card,
#toolMount .mh-panel,
#toolMount .data-card,
#toolMount .mh-tool-panel,
.page-shell .mh-card,
.page-shell .mh-panel,
.page-shell .data-card,
.page-shell .mh-tool-panel {
  border-radius: 16px !important;
  border: 1px solid rgba(197, 164, 109, 0.16) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 12px 32px rgba(17, 17, 17, 0.05) !important;
}

#toolMount .mh-grid,
#toolMount .mh-grid-2,
#toolMount .mh-grid-3,
.page-shell .mh-grid,
.page-shell .mh-grid-2,
.page-shell .mh-grid-3 {
  gap: 12px !important;
}

#toolMount .mh-btn,
#toolMount .mh-btn-secondary,
.page-shell .mh-btn,
.page-shell .mh-btn-secondary {
  min-height: 40px;
  border-radius: 12px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
}

#toolMount input,
#toolMount select,
#toolMount textarea,
.page-shell input,
.page-shell select,
.page-shell textarea {
  min-height: 40px;
  border-radius: 12px !important;
  border: 1px solid rgba(197, 164, 109, 0.2) !important;
  background: rgba(255, 255, 255, 0.95) !important;
}

#toolMount .mh-card-sub,
#toolMount .mh-subtitle,
#toolMount .mh-muted,
.page-shell .mh-card-sub,
.page-shell .mh-subtitle,
.page-shell .mh-muted {
  color: #625a4f !important;
}

#toolMount .nav-item,
.mh-sidebar .nav-item {
  border-radius: 10px !important;
  font-size: 12px !important;
  padding: 9px 14px !important;
}

#toolMount .nav-item.active,
.mh-sidebar .nav-item.active {
  background: rgba(197, 164, 109, 0.2) !important;
  color: #3a2f22 !important;
  font-weight: 600 !important;
}

/* ============================================================
   Unified Tool Typography (Global Override)
============================================================ */
#toolMount .mh-eyebrow,
#toolMount .section-label,
#toolMount .card-title,
#toolMount .mh-card-title,
#toolMount .section-title,
#toolMount .mh-output-header,
.page-shell .mh-eyebrow,
.page-shell .section-label,
.page-shell .card-title,
.page-shell .mh-card-title,
.page-shell .section-title,
.page-shell .mh-output-header {
  font-family: var(--font-sans, "Inter", sans-serif) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--gold-dark, #9c7f54) !important;
}

#toolMount .mh-title,
#toolMount .page-title,
#toolMount h1.mh-title,
#toolMount h1.page-title,
.page-shell .mh-title,
.page-shell .page-title,
.page-shell h1.mh-title,
.page-shell h1.page-title {
  font-family: var(--font-serif, "Playfair Display", serif) !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  color: #111111 !important;
}

#toolMount .mh-output-title,
#toolMount .mh-output-main-title,
.page-shell .mh-output-title,
.page-shell .mh-output-main-title {
  font-family: var(--font-serif, "Playfair Display", serif) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  color: #111111 !important;
}

/* ============================================================
   Compact Tool Spacing Baseline (match Annual Roadmap density)
============================================================ */
#toolMount .page-shell,
.page-shell {
  padding: clamp(10px, 1.1vw, 18px) !important;
  gap: 14px !important;
}

#toolMount .mh-section,
#toolMount .mh-full-tool,
.page-shell .mh-section,
.mh-section {
  padding: 10px !important;
}

#toolMount .mh-header.page-header,
.page-shell .mh-header.page-header {
  height: auto !important;
  min-height: 0 !important;
  align-items: flex-start !important;
  border-bottom: none !important;
  padding: 14px 16px 40px !important;
  margin-bottom: 10px !important;
}

#toolMount header.mh-header.page-header,
.page-shell header.mh-header.page-header {
  height: auto !important;
  min-height: 0 !important;
  align-items: flex-start !important;
  border-bottom: none !important;
  padding: 14px 16px 40px !important;
  margin-bottom: 10px !important;
}

/* Consistent breathing room under the main heading text in all tool header boxes */
#toolMount .mh-header.page-header .mh-title,
#toolMount .mh-header.page-header .page-title,
.page-shell .mh-header.page-header .mh-title,
.page-shell .mh-header.page-header .page-title {
  margin-bottom: 16px !important;
  line-height: 1.2 !important;
}

#toolMount header.mh-header.page-header .mh-title,
#toolMount header.mh-header.page-header .page-title,
.page-shell header.mh-header.page-header .mh-title,
.page-shell header.mh-header.page-header .page-title {
  margin-bottom: 16px !important;
  line-height: 1.2 !important;
}

/* Ensure the title block keeps bottom padding even when subtitles are hidden */
#toolMount .mh-header.page-header > :first-child,
.page-shell .mh-header.page-header > :first-child {
  padding-bottom: 16px !important;
}

#toolMount header.mh-header.page-header > :first-child,
.page-shell header.mh-header.page-header > :first-child {
  padding-bottom: 16px !important;
}

/* Keep a consistent gap between the heading box and the first content block */
#toolMount .mh-section > .mh-header.page-header + *,
.page-shell .mh-section > .mh-header.page-header + *,
#toolMount .mh-header.page-header + .mh-card,
#toolMount .mh-header.page-header + .mh-grid,
#toolMount .mh-header.page-header + .mh-grid-2,
#toolMount .mh-header.page-header + .mh-grid-3,
.page-shell .mh-header.page-header + .mh-card,
.page-shell .mh-header.page-header + .mh-grid,
.page-shell .mh-header.page-header + .mh-grid-2,
.page-shell .mh-header.page-header + .mh-grid-3 {
  margin-top: 10px !important;
}
