.zmh-shell,
.zmh-shell *{box-sizing:border-box}

.zmh-shell{
  --sp-navy:#102a52;
  --sp-navy-2:#173765;
  --sp-text:#2c3e55;
  --sp-muted:#7f8da0;
  --sp-line:#e8e5dd;
  --sp-gold:#c99b39;
  --sp-gold-soft:#fbf5e8;
  --sp-cream:#fffdfa;
  --sp-green:#138a4b;
  --sp-green-soft:#eef8f2;
  --sp-red:#d74b42;
  --sp-red-soft:#fff1ef;
  width:100%;
  direction:rtl;
  text-align:right;
  color:var(--sp-text);
  background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 48%,#f7f9fc 100%);
}

.zmh-wrap{
  max-width:1240px;
  margin:0 auto;
  padding:20px 18px 64px;
  font-family:inherit;
}

.zmh-wrap h1,.zmh-wrap h2,.zmh-wrap h3{margin-top:0;color:var(--sp-navy);font-family:inherit;letter-spacing:-.02em}
.zmh-wrap p{color:var(--sp-text)}

/* Hide duplicate title/breadcrumb supplied by common WordPress themes on market hub pages. */
.sp-market-hub-page .entry-header,
.sp-market-hub-page .page-header,
.sp-market-hub-page .page-title,
.sp-market-hub-page .entry-title,
.sp-market-hub-page .breadcrumbs,
.sp-market-hub-page .breadcrumb,
.sp-market-hub-page .yoast-breadcrumb,
.sp-market-hub-page #breadcrumbs,
.sp-market-hub-page .rank-math-breadcrumb{display:none!important}

.zmh-hero{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.22fr) minmax(320px,.78fr);
  gap:34px;
  align-items:stretch;
  min-height:330px;
  padding:34px 36px;
  overflow:hidden;
  border:1px solid #eadfc9;
  border-radius:18px;
  background:
    radial-gradient(circle at 19% 46%,rgba(201,155,57,.10),transparent 22%),
    linear-gradient(135deg,#fffefa 0%,#f6f9fe 58%,#eef4fb 100%);
  box-shadow:0 18px 46px rgba(16,42,82,.07);
}

.zmh-hero:before{
  content:attr(data-symbol);
  position:absolute;
  left:41%;
  top:50%;
  transform:translate(-50%,-50%);
  font-family:Georgia,"Times New Roman",serif;
  font-size:190px;
  font-weight:700;
  line-height:1;
  color:rgba(201,155,57,.055);
  pointer-events:none;
}

.zmh-hero:after{
  content:"";
  position:absolute;
  left:41%;
  top:50%;
  width:250px;height:250px;
  transform:translate(-50%,-50%);
  border:1px dashed rgba(201,155,57,.13);
  border-radius:50%;
  pointer-events:none;
}

.zmh-hero-main,.zmh-levels-panel{position:relative;z-index:2}
.zmh-hero-main{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}

.zmh-kicker-row{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.zmh-hub-pill{display:inline-flex;padding:6px 11px;border:1px solid #e7d3a7;border-radius:999px;background:rgba(255,250,239,.88);color:#8d6927;font-size:11px;font-weight:800}
.zmh-market-code{font-size:12px;font-weight:800;letter-spacing:.08em;color:#8c97a5}

.zmh-hero h1{max-width:650px;margin:0 0 24px;font-size:clamp(36px,4vw,52px);line-height:1.18;font-weight:850}

.zmh-bias-block{display:flex;align-items:center;gap:12px}
.zmh-bias-icon{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:50%;font-size:23px;font-weight:800}
.zmh-bias-copy{display:flex;flex-direction:column}
.zmh-label{font-size:11px;font-weight:700;color:#987226;margin-bottom:2px}
.zmh-bias{font-size:24px;line-height:1.25;font-weight:850}
.zmh-state-bullish{color:var(--sp-green)!important}
.zmh-state-bearish{color:var(--sp-red)!important}
.zmh-state-range{color:#9a6a10!important}
.zmh-state-default{color:var(--sp-navy)!important}
.zmh-bias-icon.zmh-state-bullish{background:var(--sp-green-soft);border:1px solid #cfe8d8}
.zmh-bias-icon.zmh-state-bearish{background:var(--sp-red-soft);border:1px solid #f1d5d1}
.zmh-bias-icon.zmh-state-range{background:#fff7e5;border:1px solid #eddcb2}
.zmh-bias-icon.zmh-state-default{background:#eef3fb;border:1px solid #dbe5f2}

.zmh-updated{display:flex;gap:8px;align-items:center;margin:14px 0 0;font-size:12px;color:var(--sp-muted)}
.zmh-updated strong{color:#52647b;font-weight:700}

.zmh-levels-panel{align-self:center;padding:18px 20px;border:1px solid rgba(221,210,187,.95);border-radius:14px;background:rgba(255,255,255,.74);backdrop-filter:blur(6px);box-shadow:0 10px 28px rgba(16,42,82,.045)}
.zmh-levels-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding-bottom:12px;margin-bottom:4px;border-bottom:1px solid #ece7dc}
.zmh-levels-panel-head span{font-size:15px;font-weight:850;color:var(--sp-navy)}
.zmh-levels-panel-head small{font-size:10px;color:#a0a8b3}
.zmh-level-group{padding:12px 0 2px}
.zmh-level-group+.zmh-level-group{border-top:1px solid #f0ece4;margin-top:8px;padding-top:14px}
.zmh-level-group-title{display:flex;align-items:center;gap:7px;margin-bottom:7px;font-size:12px;font-weight:800;color:#66758a}
.zmh-level-dot{width:7px;height:7px;border-radius:50%;background:#8ba0b6}
.zmh-level-group-support .zmh-level-dot{background:var(--sp-green)}
.zmh-level-group-resistance .zmh-level-dot{background:var(--sp-red)}
.zmh-snapshot-rows{display:grid;gap:0}
.zmh-snapshot-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px dashed #ede9e1}
.zmh-snapshot-row:last-child{border-bottom:0}
.zmh-snapshot-price{font-size:14px;font-weight:850;color:var(--sp-navy)}
.zmh-snapshot-tag{font-size:10px;font-weight:700;padding:4px 8px;border-radius:999px}
.zmh-snapshot-tag-support{background:var(--sp-green-soft);color:var(--sp-green)}
.zmh-snapshot-tag-resistance{background:var(--sp-red-soft);color:var(--sp-red)}

.zmh-section{margin-top:34px}
.zmh-section-head{margin-bottom:13px}
.zmh-section-eyebrow{display:block;margin-bottom:3px;color:#b18835;font-size:9px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.zmh-section h2,.zmh-section-head h2{display:flex;align-items:center;gap:10px;margin:0;font-size:22px;line-height:1.45;font-weight:850}
.zmh-section h2:after,.zmh-section-head h2:after{content:"";width:34px;height:2px;border-radius:99px;background:linear-gradient(90deg,var(--sp-gold),#ead5a2)}

.zmh-current-view{padding:0}
.zmh-current-strip{display:grid;grid-template-columns:.8fr 1.5fr .8fr;overflow:hidden;border:1px solid #e5e9f0;border-radius:13px;background:#fff;box-shadow:0 8px 24px rgba(16,42,82,.035)}
.zmh-strip-item{min-height:84px;padding:17px 20px;display:flex;flex-direction:column;justify-content:center;border-left:1px solid #edf0f4}
.zmh-strip-item:last-child{border-left:0}
.zmh-strip-label{margin-bottom:5px;font-size:10px;font-weight:700;color:#9a7a37}
.zmh-strip-item strong{font-size:15px;line-height:1.65;color:var(--sp-navy)}
.zmh-strip-item-wide strong{font-size:14px;font-weight:700}

.zmh-scenario-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}
.zmh-scenario{display:flex;align-items:center;gap:12px;padding:15px 17px;border:1px solid #e6e9ee;border-radius:12px;background:#fff}
.zmh-scenario-icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:10px;font-weight:900}
.zmh-scenario div{display:flex;flex-direction:column;gap:2px}
.zmh-scenario div span{font-size:10px;font-weight:700;color:#8c97a5}
.zmh-scenario div strong{font-size:13px;line-height:1.65;color:var(--sp-text)}
.zmh-scenario-confirm{border-right:3px solid var(--sp-green)}
.zmh-scenario-confirm .zmh-scenario-icon{background:var(--sp-green-soft);color:var(--sp-green)}
.zmh-scenario-risk{border-right:3px solid var(--sp-red)}
.zmh-scenario-risk .zmh-scenario-icon{background:var(--sp-red-soft);color:var(--sp-red)}

.zmh-analyst-note{position:relative;padding:18px 22px 18px 54px;border:1px solid #eadfc9;border-radius:13px;background:linear-gradient(135deg,#fffdf7 0%,#ffffff 76%);box-shadow:0 8px 24px rgba(16,42,82,.03)}
.zmh-note-mark{position:absolute;left:20px;top:4px;color:rgba(201,155,57,.28);font-family:Georgia,serif;font-size:64px;line-height:1}
.zmh-prose{font-size:14px;line-height:2;color:#40536a}
.zmh-prose p{margin-top:0;margin-bottom:10px}
.zmh-prose p:last-child{margin-bottom:0}

.zmh-latest{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);overflow:hidden;border:1px solid #e2e7ee;border-radius:15px;background:#fff;box-shadow:0 10px 30px rgba(16,42,82,.045)}
.zmh-latest-image{display:block;padding:10px}
.zmh-latest-image img{display:block;width:100%;height:100%;min-height:230px;max-height:300px;object-fit:cover;border-radius:10px}
.zmh-latest-content{display:flex;flex-direction:column;justify-content:center;padding:26px 28px}
.zmh-latest-topline{display:flex;align-items:center;gap:9px;margin-bottom:9px}
.zmh-latest-badge{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:10px;font-weight:800;background:#eef3fb;color:var(--sp-navy)}
.zmh-latest-badge.zmh-state-bullish{background:var(--sp-green-soft)}
.zmh-latest-badge.zmh-state-bearish{background:var(--sp-red-soft)}
.zmh-meta{font-size:10px;font-weight:700;color:#94a0af}
.zmh-latest-content h3{margin:0 0 9px;font-size:23px;line-height:1.55;font-weight:850}
.zmh-latest-content p{margin:0 0 15px;font-size:13px;line-height:1.9;color:#5b6d82}
.zmh-text-link{display:inline-flex;align-items:center;gap:7px;width:max-content;color:var(--sp-navy)!important;text-decoration:none;font-size:13px;font-weight:850;border-bottom:1px solid #d2b670;padding-bottom:3px}
.zmh-text-link:hover{color:#b08228!important}

.zmh-previous-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.zmh-previous-card{position:relative;padding:16px 17px 42px;border:1px solid #e6e9ee;border-radius:12px;background:#fff;box-shadow:0 7px 20px rgba(16,42,82,.025)}
.zmh-previous-date{font-size:10px;font-weight:800;color:#b18732;margin-bottom:7px}
.zmh-previous-body h3{margin:0 0 6px;font-size:15px;line-height:1.65}
.zmh-previous-body h3 a{color:var(--sp-navy);text-decoration:none}
.zmh-previous-body p{margin:0;font-size:12px;line-height:1.8;color:#718095;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.zmh-previous-arrow{position:absolute;left:16px;bottom:13px;color:#b58a31;text-decoration:none;font-size:17px;font-weight:800}

.zmh-dual-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}
.zmh-table-wrap{overflow:hidden;border:1px solid #e4e8ed;border-radius:12px;background:#fff;box-shadow:0 7px 22px rgba(16,42,82,.03)}
.zmh-table{width:100%;border-collapse:collapse;background:transparent}
.zmh-table th,.zmh-table td{text-align:right;padding:11px 12px;border-bottom:1px solid #eef0f3;font-size:11px;line-height:1.65;vertical-align:middle;color:#506178}
.zmh-table th{background:#fcfbf7;color:#8c7a56;font-size:9px;font-weight:800;letter-spacing:.02em}
.zmh-table tr:last-child td{border-bottom:0}
.zmh-table td a{color:var(--sp-navy);font-weight:700;text-decoration:none}
.zmh-level-cell{font-size:13px!important;font-weight:850!important;color:var(--sp-navy)!important;direction:ltr;text-align:right!important}
.zmh-dot{display:inline-block;width:6px;height:6px;margin-left:6px;border-radius:50%;vertical-align:middle}
.zmh-dot-red{background:var(--sp-red)}
.zmh-dot-amber{background:var(--sp-gold)}
.zmh-dot-gray{background:#9ba7b5}
.zmh-status-pill{display:inline-flex;padding:4px 7px;border-radius:999px;background:#eef7f1;color:var(--sp-green);font-size:9px;font-weight:800}

.zmh-about-card{position:relative;display:grid;grid-template-columns:120px 1fr;gap:24px;align-items:start;padding:24px;border:1px solid #eadfc9;border-radius:14px;background:linear-gradient(135deg,#fffdf8,#fff);overflow:hidden}
.zmh-about-symbol{font-family:Georgia,serif;font-size:84px;line-height:1;text-align:center;color:rgba(201,155,57,.22)}
.zmh-about-copy{font-size:13px;line-height:2;color:#53657b}

.zmh-utility-panel,.zmh-cta{padding:22px;border:1px solid #e6e8ec;border-radius:13px;background:#fff;box-shadow:0 7px 22px rgba(16,42,82,.025)}
.zmh-link-content ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;list-style:none;padding:0;margin:16px 0 0}
.zmh-link-content li{margin:0}
.zmh-link-content a{display:block;padding:13px 15px;border:1px solid #eee6d6;border-radius:10px;background:#fffdf9;color:var(--sp-navy);text-decoration:none;font-size:12px;font-weight:750}
.zmh-cta{display:flex;align-items:center;justify-content:space-between;gap:22px;background:linear-gradient(135deg,#f5f8fc,#fffdf8)}
.zmh-cta h2{margin-bottom:4px}
.zmh-cta p{margin:0;font-size:12px;line-height:1.8;color:#66778d}
.zmh-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 15px;border-radius:9px;background:var(--sp-navy);color:#fff!important;text-decoration:none;font-size:12px;font-weight:800;white-space:nowrap}
.zmh-button:hover{background:var(--sp-navy-2)}
.zmh-button-secondary{background:linear-gradient(180deg,#d2a648,#b88729);color:#142440!important}

.zmh-disclaimer{padding:8px 10px;text-align:center}
.zmh-disclaimer p{margin:0;font-size:10px;line-height:1.8;color:#8a94a2}
.zmh-notice{padding:16px;border:1px solid #e6e9ee;border-radius:12px;background:#fff;color:#4a5e76}

@media (max-width:1024px){
  .zmh-hero{grid-template-columns:1fr;min-height:auto}
  .zmh-hero:before,.zmh-hero:after{display:none}
  .zmh-current-strip{grid-template-columns:1fr 1fr}
  .zmh-strip-item-wide{grid-column:1/-1;order:3;border-top:1px solid #edf0f4}
  .zmh-previous-list{grid-template-columns:1fr}
  .zmh-dual-grid{grid-template-columns:1fr}
}

@media (max-width:760px){
  .zmh-wrap{padding:14px 12px 44px}
  .zmh-hero{padding:24px 20px;border-radius:14px;gap:22px}
  .zmh-hero h1{font-size:34px;margin-bottom:19px}
  .zmh-bias{font-size:21px}
  .zmh-levels-panel{padding:15px}
  .zmh-section{margin-top:27px}
  .zmh-section h2,.zmh-section-head h2{font-size:19px}
  .zmh-current-strip{grid-template-columns:1fr}
  .zmh-strip-item{border-left:0;border-bottom:1px solid #edf0f4;min-height:72px}
  .zmh-strip-item:last-child{border-bottom:0}
  .zmh-strip-item-wide{grid-column:auto;order:initial;border-top:0}
  .zmh-scenario-grid{grid-template-columns:1fr}
  .zmh-analyst-note{padding:17px 18px}
  .zmh-note-mark{display:none}
  .zmh-latest{grid-template-columns:1fr}
  .zmh-latest-image{padding:9px 9px 0}
  .zmh-latest-image img{min-height:190px;max-height:240px}
  .zmh-latest-content{padding:19px 18px 22px}
  .zmh-latest-content h3{font-size:20px}
  .zmh-about-card{grid-template-columns:1fr;padding:19px}
  .zmh-about-symbol{font-size:58px;text-align:right}
  .zmh-link-content ul{grid-template-columns:1fr}
  .zmh-cta{flex-direction:column;align-items:flex-start}
  .zmh-table-wrap{border:0;background:transparent;box-shadow:none;overflow:visible}
  .zmh-table,.zmh-table thead,.zmh-table tbody,.zmh-table tr,.zmh-table th,.zmh-table td{display:block;width:100%}
  .zmh-table thead{display:none}
  .zmh-table tr{margin-bottom:9px;border:1px solid #e6e9ee;border-radius:10px;background:#fff;overflow:hidden}
  .zmh-table td{display:grid;grid-template-columns:92px 1fr;gap:8px;padding:10px 12px}
  .zmh-table td:before{content:attr(data-label);font-size:9px;font-weight:800;color:#9b8760}
}

/* =========================================================
   V0.4 — CLEAN PERSIAN HEADINGS + LIVE MARKET CHART
========================================================= */
.zmh-kicker-row,.zmh-section-eyebrow{display:none!important}

/* Pull headings closer now that the English eyebrow labels are removed. */
.zmh-section{margin-top:27px}
.zmh-section-head{margin-bottom:10px}
.zmh-hero-main{padding-top:2px}

.zmh-live-chart-section{margin-top:18px}
.zmh-live-chart-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:0 2px 10px}
.zmh-live-chart-head h2{margin:0;color:var(--sp-navy);font-size:20px;line-height:1.45;font-weight:850}
.zmh-live-chart-head span{font-size:10px;font-weight:700;color:#8b98a8}
.zmh-chart-shell{position:relative;width:100%;height:520px;overflow:hidden;border:1px solid #e1e6ed;border-radius:14px;background:#fff;box-shadow:0 12px 34px rgba(16,42,82,.055)}
.zmh-chart-widget{width:100%!important;height:100%!important;background:#fff}
.zmh-chart-widget .tradingview-widget-container__widget{width:100%!important}
.zmh-chart-widget .tradingview-widget-copyright{height:28px;display:flex;align-items:center;justify-content:center;gap:3px;background:#fff;color:#8d97a4!important;font-size:10px!important;line-height:1}
.zmh-chart-widget .tradingview-widget-copyright a{color:#6f7f92!important;text-decoration:none!important}
.zmh-chart-widget .tradingview-widget-copyright a:hover{color:#b88729!important}

@media (max-width:1024px){
  .zmh-chart-shell{height:480px}
}
@media (max-width:760px){
  .zmh-section{margin-top:23px}
  .zmh-live-chart-section{margin-top:14px}
  .zmh-live-chart-head{align-items:flex-start;flex-direction:column;gap:2px;margin-bottom:8px}
  .zmh-live-chart-head h2{font-size:18px}
  .zmh-chart-shell{height:410px;border-radius:12px}
}
@media (max-width:520px){
  .zmh-chart-shell{height:360px}
}

/* =========================================================
   V0.5 — SWEET PROFIT UNIFIED MARKET DESIGN SYSTEM
   Warm white + navy + restrained gold, aligned with /markets/
========================================================= */
.zmh-shell{
  --sp-page:#fffdf9;
  --sp-card:#ffffff;
  --sp-navy:#16345d;
  --sp-navy-2:#214875;
  --sp-text:#34465b;
  --sp-muted:#7e8a98;
  --sp-gold:#d3a13a;
  --sp-gold-dark:#aa7920;
  --sp-gold-line:#ead9b2;
  --sp-gold-soft:#fff8e9;
  --sp-green:#208b4b;
  --sp-green-soft:#eef8f0;
  --sp-red:#d24a43;
  --sp-red-soft:#fff1ef;
  --sp-blue-soft:#f3f8fc;
  --sp-border:#e8e2d6;
  background:linear-gradient(180deg,#fff 0%,var(--sp-page) 100%);
}

.zmh-wrap{
  max-width:1280px;
  padding:18px 18px 56px;
}

/* ---------- Shared section titles ---------- */
.zmh-section-head,
.zmh-live-chart-head{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  margin:0 2px 12px;
}
.zmh-section-head:after,
.zmh-live-chart-head:after{
  content:"";
  width:44px;
  height:1px;
  background:linear-gradient(90deg,var(--sp-gold),rgba(211,161,58,.15));
  order:2;
}
.zmh-section-head h2,
.zmh-live-chart-head h2{
  margin:0;
  font-size:20px;
  line-height:1.5;
  font-weight:850;
  color:var(--sp-navy);
}
.zmh-live-chart-head span{
  margin-right:auto;
  color:var(--sp-muted);
  font-size:10px;
}

/* ---------- Hero ---------- */
.zmh-hero{
  grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);
  gap:28px;
  min-height:286px;
  padding:28px 30px;
  border:1px solid var(--sp-gold-line);
  border-radius:14px;
  background:
    radial-gradient(circle at 31% 48%,rgba(211,161,58,.055),transparent 24%),
    linear-gradient(135deg,#fffefa 0%,#f9fbfd 55%,#f3f8fc 100%);
  box-shadow:0 9px 26px rgba(22,52,93,.045);
}
.zmh-hero:before{
  left:39%;
  font-size:158px;
  color:rgba(211,161,58,.045);
}
.zmh-hero:after{
  left:39%;
  width:210px;
  height:210px;
  border-color:rgba(211,161,58,.11);
}
.zmh-hero-main{padding:0 4px}
.zmh-hero h1{
  max-width:610px;
  margin:0 0 18px;
  font-size:clamp(31px,3.5vw,44px);
  line-height:1.25;
  letter-spacing:-.035em;
}
.zmh-bias-block{gap:10px}
.zmh-bias-icon{
  width:38px;height:38px;flex-basis:38px;
  font-size:20px;
}
.zmh-label{font-size:10px;color:#9d782d}
.zmh-bias{font-size:21px}
.zmh-updated{margin:12px 0 0;font-size:10px;color:var(--sp-muted)}
.zmh-updated span{margin-left:6px}
.zmh-updated strong{color:var(--sp-text)}

.zmh-levels-panel{
  padding:18px 19px;
  border:1px solid #e8dcc2;
  border-radius:12px;
  background:rgba(255,255,255,.88);
  box-shadow:0 5px 16px rgba(22,52,93,.025);
}
.zmh-levels-panel-head{
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid #eee8dc;
}
.zmh-levels-panel-head span{font-size:15px;font-weight:850;color:var(--sp-navy)}
.zmh-levels-panel-head small{font-size:9px;color:#a2a9b2}
.zmh-level-group{padding:9px 0}
.zmh-level-group + .zmh-level-group{border-top:1px solid #f0ece4}
.zmh-level-group-title{font-size:10px;color:#7f8a98}
.zmh-level-dot{width:6px;height:6px}
.zmh-snapshot-row{min-height:31px}
.zmh-snapshot-price{font-size:13px;color:var(--sp-navy)}
.zmh-snapshot-tag{padding:4px 7px;font-size:9px}

/* ---------- Live chart ---------- */
.zmh-live-chart-section{margin-top:22px}
.zmh-chart-shell{
  height:500px;
  border:1px solid var(--sp-gold-line);
  border-radius:12px;
  background:#fff;
  box-shadow:0 7px 22px rgba(22,52,93,.04);
}
.zmh-chart-widget .tradingview-widget-copyright{background:#fffdf9}

/* ---------- Current market view ---------- */
.zmh-section{margin-top:28px}
.zmh-current-strip{
  overflow:hidden;
  border:1px solid #e2e7ec;
  border-radius:11px;
  background:#fff;
  box-shadow:0 4px 14px rgba(22,52,93,.025);
}
.zmh-strip-item{
  min-height:78px;
  padding:13px 15px;
  border-color:#edf0f2;
  background:#fff;
}
.zmh-strip-label{font-size:9px;color:#a07c31}
.zmh-strip-item strong{font-size:12px;line-height:1.8}
.zmh-scenario-grid{gap:10px;margin-top:10px}
.zmh-scenario{
  min-height:66px;
  padding:12px 14px;
  border:1px solid #e5e8ec;
  border-radius:10px;
  background:#fff;
}
.zmh-scenario-confirm{border-right:2px solid var(--sp-green)}
.zmh-scenario-risk{border-right:2px solid var(--sp-red)}
.zmh-scenario-icon{width:31px;height:31px;flex-basis:31px;border-radius:9px}
.zmh-scenario div span{font-size:9px}
.zmh-scenario div strong{font-size:12px}

/* ---------- Outlook note ---------- */
.zmh-analyst-note{
  padding:16px 20px 16px 48px;
  border:1px solid var(--sp-gold-line);
  border-radius:10px;
  background:linear-gradient(135deg,#fffaf0 0%,#fffefa 48%,#fff 100%);
  box-shadow:0 5px 16px rgba(22,52,93,.02);
}
.zmh-note-mark{left:16px;top:4px;font-size:54px;color:rgba(211,161,58,.24)}
.zmh-prose{font-size:13px;line-height:2.05;color:#4c5e70}

/* ---------- Latest analysis ---------- */
.zmh-latest{
  grid-template-columns:minmax(270px,.76fr) minmax(0,1.24fr);
  border:1px solid var(--sp-border);
  border-radius:12px;
  box-shadow:0 6px 18px rgba(22,52,93,.035);
}
.zmh-latest-image{padding:9px}
.zmh-latest-image img{min-height:215px;max-height:270px;border-radius:8px}
.zmh-latest-content{padding:22px 24px}
.zmh-latest-badge{font-size:9px;padding:4px 8px}
.zmh-meta{font-size:9px;color:#9a9385}
.zmh-latest-content h3{font-size:20px;line-height:1.6;margin-bottom:7px}
.zmh-latest-content p{font-size:12px;line-height:1.9;margin-bottom:13px;color:#647286}
.zmh-text-link{
  color:var(--sp-gold-dark)!important;
  border-bottom:1px solid #e0c276;
  font-size:11px;
}

/* ---------- Previous analyses ---------- */
.zmh-previous-list{gap:10px}
.zmh-previous-card{
  padding:14px 15px 38px;
  border:1px solid var(--sp-border);
  border-radius:10px;
  box-shadow:0 4px 14px rgba(22,52,93,.02);
}
.zmh-previous-date{font-size:9px;color:#a97922}
.zmh-previous-body h3{font-size:14px}
.zmh-previous-body p{font-size:11px}
.zmh-previous-arrow{color:var(--sp-gold-dark)}

/* ---------- Tables ---------- */
.zmh-dual-grid{gap:14px}
.zmh-table-wrap{
  border:1px solid var(--sp-border);
  border-radius:10px;
  box-shadow:0 4px 14px rgba(22,52,93,.025);
}
.zmh-table th,.zmh-table td{padding:9px 10px;font-size:10px;border-color:#f0eee9}
.zmh-table th{
  background:#fffaf0;
  color:#96722c;
  font-size:8.5px;
}
.zmh-level-cell{font-size:12px!important}
.zmh-status-pill{padding:3px 7px;font-size:8.5px;background:var(--sp-green-soft)}

/* ---------- About ---------- */
.zmh-about-card{
  grid-template-columns:92px 1fr;
  gap:20px;
  padding:20px 22px;
  border:1px solid var(--sp-gold-line);
  border-radius:11px;
  background:linear-gradient(135deg,#fffaf1,#fff 65%);
}
.zmh-about-symbol{font-size:67px;color:rgba(211,161,58,.18)}
.zmh-about-copy{font-size:12px;line-height:2.05;color:#536276}

/* ---------- Utility / Education / Related ---------- */
.zmh-utility-panel,.zmh-cta{
  padding:18px 20px;
  border:1px solid var(--sp-border);
  border-radius:10px;
  box-shadow:0 4px 14px rgba(22,52,93,.02);
}
.zmh-link-content ul{gap:8px;margin-top:12px}
.zmh-link-content a{
  padding:11px 13px;
  border-color:#ebdfc7;
  border-radius:8px;
  background:#fffaf1;
  font-size:11px;
}
.zmh-cta{
  background:linear-gradient(135deg,#f3f8f2 0%,#fffaf0 100%);
}
.zmh-cta h2{font-size:18px}
.zmh-cta p{font-size:11px}
.zmh-button{
  padding:9px 14px;
  border-radius:8px;
  background:var(--sp-navy);
  font-size:11px;
}
.zmh-button-secondary{
  background:#fff8e8;
  border:1px solid #dfbe73;
  color:#9a6c18!important;
}
.zmh-button-secondary:hover{background:#fff2d2}

.zmh-disclaimer p{font-size:9px;color:#929aa5}

/* ---------- Desktop compactness ---------- */
@media (min-width:1100px){
  .zmh-current-strip{grid-template-columns:.75fr 1.5fr .75fr}
}

/* ---------- Tablet ---------- */
@media (max-width:1024px){
  .zmh-wrap{padding-left:14px;padding-right:14px}
  .zmh-hero{grid-template-columns:1fr;min-height:auto;padding:24px;gap:18px}
  .zmh-levels-panel{max-width:none}
  .zmh-chart-shell{height:460px}
  .zmh-latest{grid-template-columns:minmax(240px,.8fr) 1.2fr}
}

/* ---------- Mobile ---------- */
@media (max-width:760px){
  .zmh-wrap{padding:12px 10px 40px}
  .zmh-hero{padding:20px 17px;border-radius:12px}
  .zmh-hero h1{font-size:29px;margin-bottom:15px}
  .zmh-bias{font-size:19px}
  .zmh-levels-panel{padding:14px}
  .zmh-section,.zmh-live-chart-section{margin-top:22px}
  .zmh-section-head h2,.zmh-live-chart-head h2{font-size:18px}
  .zmh-section-head:after,.zmh-live-chart-head:after{width:30px}
  .zmh-live-chart-head span{display:none}
  .zmh-chart-shell{height:400px;border-radius:10px}
  .zmh-current-strip{border-radius:9px}
  .zmh-strip-item{min-height:66px;padding:11px 13px}
  .zmh-scenario{min-height:60px}
  .zmh-analyst-note{padding:15px 16px}
  .zmh-latest{grid-template-columns:1fr}
  .zmh-latest-image{padding:8px 8px 0}
  .zmh-latest-image img{min-height:180px;max-height:235px}
  .zmh-latest-content{padding:17px}
  .zmh-latest-content h3{font-size:18px}
  .zmh-about-card{grid-template-columns:1fr;padding:17px}
  .zmh-about-symbol{font-size:50px;text-align:right}
}

@media (max-width:520px){
  .zmh-hero h1{font-size:26px}
  .zmh-chart-shell{height:340px}
  .zmh-snapshot-row{gap:8px}
  .zmh-snapshot-tag{max-width:55%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
}

/* =========================================================
   V0.6 — PREMIUM HUB HERO
   Inspired by the approved Sweet Profit XAUUSD mockup.
========================================================= */
.zmh-hero-v06{
  grid-template-columns:minmax(0,1.7fr) minmax(340px,.82fr);
  gap:30px;
  min-height:430px;
  padding:30px;
  border-color:#ead4a4;
  background:
    radial-gradient(circle at 72% 22%,rgba(211,161,58,.08),transparent 30%),
    linear-gradient(135deg,#fffefb 0%,#ffffff 48%,#fbf5e9 100%);
}
.zmh-hero-v06:before{
  left:63%;top:34%;font-size:210px;color:rgba(211,161,58,.045);
}
.zmh-hero-v06:after{display:none}
.zmh-hero-main-v06{justify-content:flex-start;align-items:stretch;padding:0}
.zmh-hero-topline-v06{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px}
.zmh-market-id-v06{display:flex;align-items:center;gap:12px}
.zmh-market-coin-v06{display:grid;place-items:center;width:56px;height:56px;border:1px solid #e3bb65;border-radius:50%;background:linear-gradient(145deg,#fffaf0,#fff);color:#b48222;font-family:Georgia,serif;font-size:19px;font-weight:900;box-shadow:0 8px 22px rgba(180,130,34,.10)}
.zmh-market-code-v06{display:block;color:var(--sp-navy);font-size:32px;line-height:1;font-weight:900;direction:ltr;text-align:right}
.zmh-market-name-v06{display:block;margin-top:7px;color:#65758a;font-size:13px;font-weight:750}
.zmh-market-link-v06{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #ddc184;border-radius:11px;background:#fffdf8;color:var(--sp-navy)!important;text-decoration:none;font-size:12px;font-weight:850;box-shadow:0 6px 18px rgba(16,42,82,.035)}
.zmh-market-link-v06:hover{border-color:#c99b39;color:#a5761e!important}
.zmh-hero-copy-v06{padding:4px 0 20px;border-bottom:1px solid #efe5d2}
.zmh-asset-pill-v06{display:inline-flex;align-items:center;padding:6px 12px;margin-bottom:13px;border:1px solid #ead8ad;border-radius:999px;background:#fff9ec;color:#9d7123;font-size:11px;font-weight:850}
.zmh-hero-copy-v06 h1{max-width:none;margin:0 0 10px;font-size:clamp(36px,4vw,54px);line-height:1.16;font-weight:900;color:var(--sp-navy)}
.zmh-hero-subtitle-v06{max-width:760px;margin:0 0 18px;color:#718095;font-size:14px;line-height:1.9}
.zmh-bias-pill-v06{display:inline-flex;align-items:center;gap:9px;padding:10px 15px;border:1px solid transparent;border-radius:999px;font-size:14px;font-weight:750}
.zmh-bias-pill-v06.zmh-state-bullish{background:#ecf8f0;border-color:#d1ecd9;color:#177b45}
.zmh-bias-pill-v06.zmh-state-bearish{background:#fff0ee;border-color:#f3d1cd;color:#c93f39}
.zmh-bias-pill-v06.zmh-state-range,.zmh-bias-pill-v06.zmh-state-default{background:#f3f6f9;border-color:#e0e6ec;color:#52647b}
.zmh-bias-arrow-v06{font-size:20px;line-height:1}
.zmh-updated-v06{margin:13px 0 0;color:#7f8da0;font-size:11px}
.zmh-updated-v06 strong{color:#52637a}
.zmh-trend-title-v06{margin:19px 0 10px;color:var(--sp-navy);font-size:14px;font-weight:850}
.zmh-trend-grid-v06{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid #e4e9ef;border-radius:13px;background:#fff}
.zmh-trend-card-v06{min-height:94px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:14px;border-left:1px solid #edf0f3;text-align:center}
.zmh-trend-card-v06:last-child{border-left:0}
.zmh-trend-card-v06 span{color:#7b899b;font-size:11px;font-weight:750}
.zmh-trend-card-v06 strong{color:var(--sp-navy);font-size:16px;line-height:1.6;font-weight:850}
.zmh-trend-card-v06 strong.zmh-state-bullish{color:var(--sp-green)}
.zmh-trend-card-v06 strong.zmh-state-bearish{color:var(--sp-red)}
.zmh-trend-card-v06 strong.zmh-state-range{color:#66778c}
.zmh-trend-card-4h-v06{background:#fbfcfe}
.zmh-trend-card-4h-v06 strong{font-size:12px;line-height:1.8}
.zmh-levels-panel-v06{padding:24px 20px;border-color:#ead8b1;background:linear-gradient(180deg,#fff 0%,#fffdf9 100%);box-shadow:0 12px 32px rgba(16,42,82,.035)}
.zmh-levels-panel-head-v06{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:0 2px 15px;margin-bottom:15px;border-bottom:1px solid #eee4d1}
.zmh-levels-panel-head-v06 h2{margin:0 0 4px;font-size:22px;line-height:1.35}
.zmh-levels-panel-head-v06 p{margin:0;color:#8a96a5;font-size:11px;line-height:1.6}
.zmh-levels-icon-v06{color:#c4902a;font-size:22px}
.zmh-level-cards-v06{display:grid;gap:10px}
.zmh-level-card-v06{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;min-height:78px;padding:14px 16px;border:1px solid;border-radius:12px}
.zmh-level-card-v06.is-support{background:linear-gradient(135deg,#f1fbf5,#fff);border-color:#d6eee0}
.zmh-level-card-v06.is-resistance{background:linear-gradient(135deg,#fff4f2,#fff);border-color:#f3d6d1}
.zmh-level-role-v06{display:grid;grid-template-columns:auto 1fr;gap:3px 7px;align-items:center}
.zmh-level-status-dot-v06{width:7px;height:7px;border-radius:50%;grid-row:1}
.is-support .zmh-level-status-dot-v06{background:var(--sp-green)}
.is-resistance .zmh-level-status-dot-v06{background:var(--sp-red)}
.zmh-level-role-v06 strong{font-size:12px;line-height:1.5;color:var(--sp-navy)}
.zmh-level-role-v06 small{grid-column:2;color:#8793a2;font-size:10px}
.zmh-level-price-v06{direction:ltr;font-size:21px;font-weight:900;letter-spacing:-.01em}
.is-support .zmh-level-price-v06{color:var(--sp-green)}
.is-resistance .zmh-level-price-v06{color:var(--sp-red)}

@media(max-width:1024px){
  .zmh-hero-v06{grid-template-columns:1fr;min-height:auto}
  .zmh-hero-v06:before{display:none}
  .zmh-levels-panel-v06{order:2}
}
@media(max-width:760px){
  .zmh-hero-v06{padding:20px 16px;gap:18px}
  .zmh-hero-topline-v06{align-items:flex-start}
  .zmh-market-code-v06{font-size:27px}
  .zmh-market-coin-v06{width:48px;height:48px}
  .zmh-market-link-v06{padding:8px 10px;font-size:11px}
  .zmh-hero-copy-v06 h1{font-size:32px}
  .zmh-trend-grid-v06{grid-template-columns:1fr 1fr}
  .zmh-trend-card-v06{border-bottom:1px solid #edf0f3}
  .zmh-trend-card-v06:nth-child(2n){border-left:0}
  .zmh-level-card-v06{min-height:70px}
}
@media(max-width:520px){
  .zmh-hero-topline-v06{flex-direction:column}
  .zmh-market-link-v06{width:100%;justify-content:center}
  .zmh-trend-grid-v06{grid-template-columns:1fr}
  .zmh-trend-card-v06{border-left:0}
  .zmh-level-card-v06{grid-template-columns:1fr;gap:8px}
  .zmh-level-price-v06{text-align:right}
}
