/* ──────────────────────────────────────────────────────────
   market-today.css  v2
   Vibrant, glossy redesign. Same mt- prefix namespace.
   Brand: --secondary #9200C5 (purple), --primary #40E0D0 (teal)
   ────────────────────────────────────────────────────────── */

:root {
  --mt-purple: #9200C5;
  --mt-purple-dark: #6A0090;
  --mt-purple-light: #F3E6FA;
  --mt-teal: #40E0D0;
  --mt-green: #0A8A5F;
  --mt-green-light: #E1F5EE;
  --mt-red: #B83220;
  --mt-red-light: #FAECE7;
  --mt-gold: #D4A017;
  --mt-card-bg: #fff;
  --mt-card-border: #EAE4F0;
  --mt-card-shadow: 0 2px 12px rgba(146,0,197,0.07);
  --mt-grad-purple: linear-gradient(135deg,#9200C5 0%,#6A0090 100%);
  --mt-grad-up: linear-gradient(135deg,#E1F5EE 0%,#C8F0E2 100%);
  --mt-grad-dn: linear-gradient(135deg,#FAECE7 0%,#F5D9D1 100%);
  --mt-grad-hero: linear-gradient(135deg,#FAF5FF 0%,#EDF9FF 100%);
  --mt-glass: rgba(255,255,255,0.88);
  --mt-radius: 12px;
  --mt-radius-s: 8px;
}

.mt-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 16px 40px;
  font-family: inherit;
  color: #1a1a1a;
  background: var(--mt-grad-hero);
}

.mt-page .up { color: var(--mt-green); }
.mt-page .dn { color: var(--mt-red); }

/* ── Topbar ── */
.mt-topbar {
  display: flex; align-items: center; justify-content: space-between;
  background: var(--mt-glass);
  backdrop-filter: blur(10px);
  border: 1px solid var(--mt-card-border);
  border-radius: var(--mt-radius) var(--mt-radius) 0 0;
  padding: 10px 16px; position: relative;
  box-shadow: var(--mt-card-shadow);
}
.mt-brand { font-size: 15px; font-weight: 700; color: #1a1a1a; display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.mt-brand-sub { font-size: 12px; color: #666; font-weight: 400; }
.mt-topbar-right { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.mt-badge { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 600; padding: 3px 9px; border-radius: 20px; white-space: nowrap; }
.mt-badge-reads { background: #f5f5f5; color: #666; }
.mt-badge-streak { background: linear-gradient(135deg,#FFF3E0,#FFE0B2); color: #7A4000; border: 1px solid #FFCC80; }

/* Date chip shown on mobile instead of full brand-sub */
.mt-date-mobile {
  display: none;
  font-size: 11px; font-weight: 600; color: var(--mt-purple);
  background: var(--mt-purple-light); border-radius: 6px;
  padding: 3px 8px; white-space: nowrap;
}

.mt-holiday-banner {
  background: linear-gradient(135deg,#FFF8E1,#FFF3CD);
  border: 1px solid #F5D9A8; border-top: none;
  padding: 9px 16px; display: flex; align-items: center; gap: 8px;
  font-size: 12.5px; color: #7A4000;
}

/* ── Hero ── */
.mt-hero {
  background: var(--mt-glass); backdrop-filter: blur(8px);
  border: 1px solid var(--mt-card-border); border-top: none;
  padding: 14px 16px; display: flex; gap: 12px;
  box-shadow: var(--mt-card-shadow);
}
.mt-hero-main { flex: 1; min-width: 0; }
.mt-ai-badge {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px;
  background: linear-gradient(135deg,#E6F1FB,#D4E8FF); color: #0C447C;
  margin-bottom: 8px; border: 1px solid #B5D4F4;
}
.mt-aib {
  background: var(--mt-grad-hero); border-radius: 10px;
  padding: 10px 14px; border-left: 3px solid var(--mt-purple);
}
.mt-abul { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; line-height: 1.65; padding: 5px 0; }
.mt-abul:not(:last-child) { border-bottom: 1px solid rgba(146,0,197,0.08); }
.mt-adot { width: 7px; height: 7px; border-radius: 50%; background: var(--mt-purple); flex-shrink: 0; margin-top: 6px; box-shadow: 0 0 0 2px var(--mt-purple-light); }

.mt-share-col { display: flex; flex-direction: column; gap: 6px; justify-content: center; flex-shrink: 0; }
.mt-sicon {
  width: 32px; height: 32px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; text-decoration: none; cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.mt-sicon:hover { transform: scale(1.1); }
.mt-sic-wa { background: linear-gradient(135deg,#25D366,#128C7E); }
.mt-sic-tg { background: linear-gradient(135deg,#0088CC,#0066AA); }
.mt-sic-cp { background: #f5f5f5; color: #666; border: 1px solid #ddd; }

/* ── Calendar ── */
.mt-cbtn {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 5px 11px; border: 1.5px solid var(--mt-purple); border-radius: 7px;
  font-size: 12px; color: var(--mt-purple); background: var(--mt-purple-light);
  cursor: pointer; font-weight: 600; white-space: nowrap; transition: background 0.15s;
}
.mt-cal-overlay { display: none; position: absolute; top: 52px; right: 16px; z-index: 30; }
.mt-cal-overlay.show { display: block; }
.mt-cal-panel {
  background: #fff; border: 1px solid #ddd; border-radius: var(--mt-radius);
  padding: 14px; box-shadow: 0 12px 36px rgba(0,0,0,0.18); width: 280px;
}
.mt-cal-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; font-size: 14px; font-weight: 700; }
.mt-cal-header i { cursor: pointer; color: #888; font-size: 18px; }
.mt-cal-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 3px; }
.mt-cal-day { text-align: center; font-size: 12px; padding: 7px 2px; border-radius: 6px; display: block; text-decoration: none; }
.mt-cal-day.mt-cal-hdr { color: #888; font-weight: 600; }
.mt-cal-day.mt-cal-today { background: var(--mt-purple); color: #fff; font-weight: 700; }
.mt-cal-day.mt-cal-has { background: var(--mt-purple-light); color: var(--mt-purple); cursor: pointer; font-weight: 600; }
.mt-cal-day.mt-cal-has:hover { background: #ddb8f0; }
.mt-cal-day.mt-cal-empty { color: #ddd; }

/* ── Tabs ── */
.mt-tabrow {
  display: flex; background: #fff;
  border: 1px solid var(--mt-card-border); border-top: none; padding: 0 16px;
}
.mt-tab {
  padding: 10px 14px; font-size: 13px; color: #888; cursor: pointer;
  border: none; border-bottom: 2.5px solid transparent; background: none; font-family: inherit; font-weight: 500;
}
.mt-tab.mt-tab-on { color: var(--mt-purple); border-bottom-color: var(--mt-purple); font-weight: 700; }

/* ── Columns ── */
.mt-cols-wrap {
  display: flex; gap: 10px; padding: 10px;
  background: linear-gradient(180deg,#F8F3FF 0%,#F0F8FF 100%);
  border: 1px solid var(--mt-card-border); border-top: none; align-items: flex-start;
}
.mt-cols-wrap-mf { background: #fff; border-radius: 0 0 var(--mt-radius) var(--mt-radius); padding: 12px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.mt-col { display: flex; flex-direction: column; gap: 10px; }
.mt-col-l { flex: 0 0 26%; }
.mt-col-m { flex: 0 0 38%; }
.mt-col-r { flex: 1; }

/* ── Indices ── */
.mt-idx-grid { display: block; margin-bottom: 10px; }
.mt-idx-divider-d { height: 1px; background: linear-gradient(90deg,transparent,#DDD,transparent); margin: 8px 0; }
.mt-idx-only-desktop { display: block; }
.mt-t.mt-idx-mobile-only { display: none; }

/* ── Tile ── */
.mt-t {
  background: var(--mt-card-bg); border: 1px solid var(--mt-card-border);
  border-radius: var(--mt-radius); padding: 13px 15px;
  display: flex; flex-direction: column; gap: 5px;
  box-shadow: var(--mt-card-shadow); position: relative; overflow: hidden;
}
.mt-t::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--mt-grad-purple); border-radius: var(--mt-radius) var(--mt-radius) 0 0; opacity: 0.5;
}
.mt-lbl { font-size: 11px; color: #888; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 2px; }
.mt-val { font-size: 24px; font-weight: 700; color: #1a1a1a; line-height: 1; letter-spacing: -0.02em; }
.mt-val-s { font-size: 16px; font-weight: 700; color: #1a1a1a; }
.mt-chg { font-size: 12.5px; margin-top: 3px; font-weight: 600; }
.mt-tiny { font-size: 10.5px; font-weight: 500; }
.mt-row-between { display: flex; justify-content: space-between; align-items: center; }

/* ── Expand in tile ── */
.mt-exp-link {
  display: flex; align-items: center; gap: 4px; font-size: 11px;
  color: var(--mt-purple); font-weight: 700; cursor: pointer;
  padding-top: 7px; margin-top: 4px; border-top: 1px dashed #DDD;
}
.mt-exp-link i { transition: transform 0.2s; font-size: 12px; }
.mt-exp-link.mt-open i { transform: rotate(180deg); }
.mt-exp-body { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, margin-top 0.3s, padding-top 0.3s; }
.mt-exp-body.mt-show { max-height: 600px; margin-top: 6px; padding-top: 6px; border-top: 1px solid #eee; }
.mt-exp-row { display: flex; justify-content: space-between; font-size: 11.5px; padding: 3px 0; color: #777; border-bottom: 1px solid #f5f5f5; }
.mt-exp-row:last-child { border-bottom: none; }
.mt-exp-row span:last-child { color: #1a1a1a; font-weight: 600; }

/* ── Mood -- bull/bear/neutral/happy ── */
.mt-mood-row { display: flex; align-items: center; gap: 10px; }
.mt-mc {
  width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 22px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.mt-mc-greedy   { background: linear-gradient(135deg,#E1F5EE,#C8F0E2); }
.mt-mc-optimistic { background: linear-gradient(135deg,#E6F4FF,#CCE9FF); }
.mt-mc-cautious { background: linear-gradient(135deg,#FFF8E1,#FFE9A0); }
.mt-mc-fearful  { background: linear-gradient(135deg,#FAECE7,#F5D5CC); }
.mt-score-num { font-size: 22px; font-weight: 700; color: var(--mt-purple); margin-top: 4px; }
.mt-score-denom { font-size: 11px; color: #999; font-weight: 400; }
.mt-sb-bg { width: 100%; height: 6px; background: #EEE; border-radius: 3px; overflow: hidden; margin: 6px 0 3px; }
.mt-sb { height: 6px; border-radius: 3px; background: var(--mt-grad-purple); }
.mt-slbls { display: flex; justify-content: space-between; }
.mt-slbls span { font-size: 10px; color: #bbb; font-weight: 600; }

/* ── FII / Stats ── */
.mt-fr { display: flex; justify-content: space-between; align-items: center; font-size: 12.5px; padding: 4px 0; border-bottom: 1px solid #F5F5F5; }
.mt-fr:last-child { border-bottom: none; }
.mt-fl { color: #888; font-weight: 500; }
.mt-hdvdr { height: 1px; background: linear-gradient(90deg,transparent,#DDD,transparent); margin: 7px 0; }

/* ── Trend ── */
.mt-chip { font-size: 10px; font-weight: 700; padding: 3px 10px; border-radius: 20px; white-space: nowrap; background: var(--mt-grad-up); color: var(--mt-green); border: 1px solid #B8E8D4; }
.mt-days-r { display: flex; gap: 5px; margin: 10px 0; }
.mt-dc { display: flex; flex-direction: column; align-items: center; gap: 3px; flex: 1; }
.mt-dd { width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; box-shadow: 0 1px 4px rgba(0,0,0,0.1); }
.mt-dd-u { background: var(--mt-grad-up); color: var(--mt-green); }
.mt-dd-d { background: var(--mt-grad-dn); color: var(--mt-red); }
.mt-dd-c { background: var(--mt-grad-purple) !important; color: #fff !important; }
.mt-dl { font-size: 10px; color: #bbb; font-weight: 600; }
.mt-snote { font-size: 11.5px; color: #666; line-height: 1.55; border-top: 1px solid #eee; padding-top: 7px; }

/* ── Gainers / Losers ── */
.mt-gl-flex { display: flex; }
.mt-gl-col { flex: 1; }
.mt-dvdr { width: 1px; background: linear-gradient(180deg,transparent,#DDD,transparent); margin: 0 8px; align-self: stretch; }
.mt-mr { display: flex; justify-content: space-between; align-items: center; font-size: 12px; padding: 4px 0; border-bottom: 1px solid #F5F5F5; }
.mt-mr:last-child { border-bottom: none; }
.mt-up-text { color: var(--mt-green); }
.mt-dn-text { color: var(--mt-red); }

/* ── Sectors (sorted by abs magnitude) ── */
.mt-srow { display: flex; align-items: center; gap: 6px; padding: 4px 0; }
.mt-sn { font-size: 11.5px; color: #333; width: 68px; flex-shrink: 0; font-weight: 500; }
.mt-sbg { flex: 1; height: 6px; background: #EEE; border-radius: 3px; overflow: hidden; }
.mt-sbar { height: 6px; border-radius: 3px; }
.mt-sp { font-size: 11.5px; width: 44px; text-align: right; flex-shrink: 0; font-weight: 700; }

/* ── Commodities + % ── */
.mt-com-row { display: flex; justify-content: space-between; align-items: center; font-size: 12.5px; padding: 4px 0; border-bottom: 1px solid #F5F5F5; }
.mt-com-row:last-child { border-bottom: none; }
.mt-com-label { color: #888; font-weight: 500; }
.mt-com-vals { display: flex; align-items: center; gap: 6px; }
.mt-com-pct { font-size: 10.5px; font-weight: 700; padding: 1px 6px; border-radius: 10px; }
.mt-com-pct-up { background: var(--mt-green-light); color: var(--mt-green); }
.mt-com-pct-dn { background: var(--mt-red-light); color: var(--mt-red); }

/* ── Events ── */
.mt-eitem { display: flex; gap: 8px; padding: 5px 0; font-size: 12.5px; line-height: 1.5; }
.mt-eitem:not(:last-child) { border-bottom: 1px solid #F5F5F5; }
.mt-edot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; margin-top: 4px; }
.mt-e-macro { background: var(--mt-purple); box-shadow: 0 0 0 2px var(--mt-purple-light); }
.mt-e-corp  { background: var(--mt-green);  box-shadow: 0 0 0 2px var(--mt-green-light); }
.mt-e-result{ background: var(--mt-gold);   box-shadow: 0 0 0 2px #FFF8DC; }
.mt-e-rbi   { background: #0C447C;          box-shadow: 0 0 0 2px #E6F1FB; }
.mt-etime { font-size: 10.5px; color: #999; margin-top: 1px; font-weight: 500; }

/* ── Tomorrow event tile ── */
.mt-tmr { background: linear-gradient(135deg,#E6F1FB,#D4E8FF); border-color: #B5D4F4; }
.mt-tmr::before { background: linear-gradient(90deg,#0C447C,#0088CC); }
.mt-tmr-title { font-size: 11px; color: #0C447C; font-weight: 700; margin-bottom: 4px; display: flex; align-items: center; gap: 5px; }
.mt-tmr-text { font-size: 12.5px; line-height: 1.55; color: #0C447C; }
.mt-tmr-empty { font-size: 12px; color: #8aaac8; font-style: italic; }

/* ── Yieldora insight ── */
.mt-moat-t {
  background: linear-gradient(135deg,#FAF5FF,#F0F0FF);
  border: 2px solid var(--mt-purple); border-radius: var(--mt-radius);
  padding: 15px; box-shadow: 0 4px 20px rgba(146,0,197,0.15);
  position: relative; overflow: hidden;
}
.mt-moat-t::before { display: none; }
.mt-moat-t::after {
  content: ''; position: absolute; top: -30px; right: -30px;
  width: 110px; height: 110px; border-radius: 50%;
  background: radial-gradient(circle,rgba(146,0,197,0.08),transparent);
}
.mt-mpill {
  display: inline-flex; align-items: center; gap: 4px; font-size: 10px; font-weight: 700;
  background: var(--mt-grad-purple); color: #fff; padding: 3px 11px; border-radius: 20px;
  margin-bottom: 9px; box-shadow: 0 2px 8px rgba(146,0,197,0.3);
}
.mt-mhd { font-size: 14.5px; font-weight: 700; color: #1a1a1a; line-height: 1.4; margin-bottom: 7px; }
.mt-mbody { font-size: 12.5px; color: #555; line-height: 1.65; margin-bottom: 11px; }
.mt-mstats { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 7px; margin-bottom: 11px; }
.mt-mst {
  background: #fff; border-radius: var(--mt-radius-s); padding: 8px 7px; text-align: center;
  box-shadow: 0 1px 6px rgba(146,0,197,0.08); border: 1px solid var(--mt-card-border);
}
.mt-mstn { font-size: 16px; font-weight: 800; color: var(--mt-purple); }
.mt-mstl { font-size: 10px; color: #999; margin-top: 2px; line-height: 1.3; }
.mt-mbtns { display: flex; gap: 8px; }
.mt-mbtn {
  flex: 1; padding: 10px; border-radius: var(--mt-radius-s);
  font-size: 12px; font-weight: 700; text-align: center; cursor: pointer;
  border: none; text-decoration: none; transition: transform 0.15s, box-shadow 0.15s;
}
.mt-mbtn:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.mt-mbp { background: var(--mt-grad-purple); color: #fff; box-shadow: 0 2px 8px rgba(146,0,197,0.3); }
.mt-mbs { background: #fff; color: var(--mt-purple); border: 1.5px solid var(--mt-purple) !important; }
.mt-mfine { font-size: 10px; color: #bbb; margin-top: 9px; line-height: 1.4; }

/* ── MF tab ── */
.mt-mf-note { font-size: 12px; color: #666; line-height: 1.6; margin-top: 6px; }
.mt-mf-note a { color: var(--mt-purple); font-weight: 600; text-decoration: underline; }

/* ── Global expand ── */
.mt-global-exp {
  background: linear-gradient(135deg,#FAF5FF,#F0F4FF);
  border: 1.5px solid var(--mt-purple); border-radius: var(--mt-radius);
  padding: 13px 16px; margin: 10px 0;
  display: flex; align-items: center; justify-content: space-between;
  cursor: pointer; transition: all 0.2s;
  box-shadow: 0 2px 10px rgba(146,0,197,0.1);
}
.mt-global-exp:hover { box-shadow: 0 4px 16px rgba(146,0,197,0.18); }
.mt-ge-text { display: flex; align-items: center; gap: 11px; }
.mt-ge-icon {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--mt-grad-purple); display: flex; align-items: center;
  justify-content: center; color: #fff; font-size: 17px; flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(146,0,197,0.3);
}
.mt-ge-title { font-size: 13.5px; font-weight: 700; color: #1a1a1a; }
.mt-ge-sub { font-size: 11px; color: #888; }
.mt-ge-btn { font-size: 12px; font-weight: 700; color: var(--mt-purple); display: flex; align-items: center; gap: 4px; white-space: nowrap; }
.mt-ge-btn i { transition: transform 0.2s; }
.mt-global-exp.mt-open .mt-ge-btn i { transform: rotate(180deg); }

/* ── 2-min read expand section ── */
.mt-exp-sec {
  background: #fff; border: 1px solid var(--mt-card-border); border-radius: var(--mt-radius);
  margin-bottom: 16px; max-height: 0; overflow: hidden; opacity: 0; padding: 0 28px;
  transition: max-height 0.45s ease, opacity 0.35s ease, padding 0.4s ease;
  box-shadow: var(--mt-card-shadow);
}
.mt-exp-sec.mt-show { max-height: 10000px; opacity: 1; padding: 24px 28px; }

.mt-exp-h2 {
  font-size: 20px; font-weight: 800; color: #1a1a1a;
  margin: 24px 0 16px; padding-top: 20px; border-top: 1px solid #EEE;
  display: flex; align-items: center; gap: 8px;
}
.mt-exp-h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }

/* ── Split layout: 3+ve left / 3-ve right ── */
.mt-exp-split { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
.mt-exp-split-col-hdr {
  font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em;
  padding: 0 0 8px; margin-bottom: 8px; border-bottom: 2px solid;
  display: flex; align-items: center; gap: 5px;
}
.mt-exp-split-col-hdr-up { color: var(--mt-green); border-color: var(--mt-green); }
.mt-exp-split-col-hdr-dn { color: var(--mt-red); border-color: var(--mt-red); }

.mt-exp-item { margin-bottom: 20px; }
.mt-exp-item:last-child { margin-bottom: 0; }
.mt-exp-item-head { font-size: 15px; font-weight: 700; color: #1a1a1a; margin-bottom: 5px; display: flex; align-items: center; flex-wrap: wrap; gap: 5px; }
.mt-source-badge {
  display: inline-flex; align-items: center; gap: 3px;
  font-size: 10.5px; font-weight: 700; color: var(--mt-purple);
  background: var(--mt-purple-light); border-radius: 20px; padding: 2px 9px;
  text-decoration: none; transition: background 0.15s; border: 1px solid rgba(146,0,197,0.2);
}
.mt-source-badge:hover { background: #ddb8f0; }
.mt-source-badge i { font-size: 11px; }
.mt-exp-bullets { margin: 5px 0 0; padding-left: 18px; }
.mt-exp-bullets li { font-size: 13.5px; color: #555; line-height: 1.7; margin-bottom: 4px; }
.mt-exp-bullets li::marker { color: var(--mt-purple); }
.mt-exp-item-intro { font-size: 13.5px; color: #555; line-height: 1.7; margin-bottom: 5px; }
.mt-exp-empty { font-size: 13px; color: #aaa; font-style: italic; padding: 8px 0; }

/* ── Reactions ── */
.mt-reactions {
  background: linear-gradient(135deg,#FAF5FF,#F0F8FF);
  border: 1px solid var(--mt-card-border); border-radius: var(--mt-radius);
  padding: 18px 16px; margin-bottom: 12px; text-align: center;
  box-shadow: var(--mt-card-shadow);
}
.mt-reactions-title { font-size: 13.5px; font-weight: 700; color: #1a1a1a; margin-bottom: 2px; }
.mt-reactions-sub { font-size: 11px; color: #999; margin-bottom: 13px; }
.mt-reactions-row { display: flex; justify-content: center; gap: 7px; }
.mt-react-btn {
  flex: 1; max-width: 78px;
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  background: #fff; border: 1.5px solid var(--mt-card-border); border-radius: 11px;
  padding: 9px 4px; cursor: pointer; transition: all 0.15s; font-family: inherit;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.mt-react-btn:hover { background: var(--mt-purple-light); border-color: var(--mt-purple); transform: translateY(-2px); }
.mt-react-btn.mt-react-selected { background: var(--mt-purple-light); border-color: var(--mt-purple); }
.mt-react-btn:disabled { cursor: default; }
.mt-react-btn:disabled:not(.mt-react-selected) { opacity: 0.5; }
.mt-react-emoji { font-size: 24px; line-height: 1; }
.mt-react-pct { font-size: 13px; color: var(--mt-purple); font-weight: 800; min-height: 16px; }
.mt-react-label { font-size: 10px; color: #888; font-weight: 600; }

/* ── Bottom share ── */
.mt-share-row-bottom { display: flex; justify-content: center; gap: 10px; margin-bottom: 14px; }
.mt-sbtn {
  display: flex; align-items: center; gap: 6px; padding: 10px 18px; border-radius: 10px;
  font-size: 13px; font-weight: 700; color: #fff; text-decoration: none; cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s; box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.mt-sbtn:hover { transform: translateY(-2px); }
.mt-sb-wa { background: linear-gradient(135deg,#25D366,#128C7E); }
.mt-sb-tg { background: linear-gradient(135deg,#0088CC,#0066AA); }
.mt-sb-cp { background: #f5f5f5; color: #555; border: 1px solid #ddd; box-shadow: none; }

.mt-disc { font-size: 11px; color: #bbb; text-align: center; line-height: 1.6; }

/* ──────────────────────────────────────────────────────────
   MOBILE
   ────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .mt-page { padding: 8px 8px 24px; }
  .mt-brand-sub { display: none; }
  .mt-date-mobile { display: inline-flex; }
  .mt-badge-streak { font-size: 10px; padding: 2px 7px; }

  .mt-cols-wrap { flex-direction: column !important; padding: 8px; }
  .mt-cols-wrap .mt-col-l,
  .mt-cols-wrap .mt-col-m,
  .mt-cols-wrap .mt-col-r { flex: 1 1 100% !important; width: 100% !important; max-width: 100% !important; }
  .mt-cols-wrap-mf { grid-template-columns: 1fr !important; }

  .mt-idx-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .mt-idx-nifty { grid-column: 1 / -1; }
  .mt-t.mt-idx-mobile-only { display: flex; }
  .mt-idx-grid .mt-idx-only-desktop { display: none !important; }
  .mt-idx-divider-d { display: none; }
  .mt-idx-grid .mt-val { font-size: 20px; }

  .mt-mhd { font-size: 13px; }
  .mt-mstats { grid-template-columns: 1fr 1fr 1fr; }
  .mt-share-row-bottom { flex-wrap: wrap; }
  .mt-sn { width: 54px; }
  .mt-exp-sec.mt-show { padding: 14px; }
  .mt-exp-split { grid-template-columns: 1fr; }
  .mt-exp-h2 { font-size: 17px; }
  .mt-exp-item-head { font-size: 13px; }
  .mt-exp-bullets li, .mt-exp-item-intro { font-size: 12px; }
}

@media (max-width: 480px) {
  .mt-val { font-size: 19px; }
  .mt-badge-reads { display: none; }
  .mt-topbar-right { gap: 4px; }
}