:root {
	--tg-font-display: "Bricolage Grotesque", "Segoe UI", sans-serif;
	--tg-font-body: "Poppins", "Segoe UI", sans-serif;
	--tg-font-mono: "IBM Plex Mono", "Segoe UI", sans-serif;
	--tg-text: #12151a;
	--tg-muted: #77808c;
	--tg-border: #e4e8ee;
	--tg-soft: #f7f9fc;
	--tg-blue: #1769d2;
	--tg-up: #009980;
	--tg-down: #ed3f52;
	--tg-panel: #ffffff;
	--tg-hover: #f2f6fb;
}

.tg-markets {
	font-family: var(--tg-font-body);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--tg-text);
	background: #fff;
}

.tg-markets * { box-sizing: border-box; letter-spacing: 0; }
.tg-wrap { width: min(1760px, calc(100vw - 48px)); margin: 0 auto; padding: 28px 0 42px; }
.tg-quote-wrap { width: min(1280px, calc(100vw - 48px)); margin-inline: auto; }
.tg-markets h1, .tg-markets h2, .tg-markets h3, .tg-markets h4, .tg-quote-title { font-family: var(--tg-font-display); color: var(--tg-text); margin: 0 0 14px; }
.tg-markets h1, .tg-quote-title { font-size: 22px; font-weight: 700; line-height: 1.18; }
.tg-markets h2 { font-size: 18px; font-weight: 500; line-height: 1.18; }
.tg-markets h3, .tg-markets h4 { font-size: 15px; font-weight: 600; line-height: 1.18; }
.tg-markets p { margin: 0 0 12px; color: #3f4855; }
.tg-markets small, .tg-meta-line { color: var(--tg-muted); font-size: 12px; }
.tg-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0 !important; text-transform: uppercase; color: var(--tg-muted); margin-bottom: 8px; }
.tg-home-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 360px); gap: 28px; align-items: start; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--tg-border); }
.tg-home-head > * { min-width: 0; }
.tg-home-head h1 { font-size: 36px; }
.tg-tabs { display: flex; gap: 6px; overflow-x: auto; min-height: 42px; border-bottom: 1px solid var(--tg-border); margin-bottom: 0; }
.tg-tabs a { min-height: 36px; padding: 9px 14px; color: #394250; text-decoration: none; font-size: 14px; border-bottom: 2px solid transparent; white-space: nowrap; }
.tg-tabs a.is-active { color: var(--tg-blue); border-color: var(--tg-blue); font-weight: 600; }
.tg-ticker-strip { overflow: hidden; min-height: 42px; border: 1px solid #07090c; background: #050607; margin-bottom: 28px; white-space: nowrap; border-radius: 8px; }
.tg-ticker-track { display: inline-flex; align-items: center; min-width: max-content; animation: tg-ticker-scroll 42s linear infinite; }
.tg-ticker-strip:hover .tg-ticker-track { animation-play-state: paused; }
.tg-ticker-strip a { display: inline-flex; align-items: center; gap: 8px; min-width: max-content; padding: 10px 22px 10px 14px; text-decoration: none; color: #f5f7fa; font-size: 12px; }
.tg-ticker-strip strong, .tg-symbol { font-family: var(--tg-font-display); font-size: 13px; font-weight: 600; color: #ffffff; text-decoration: none; }
.tg-name-link { display: block; overflow: hidden; color: var(--tg-blue); font-family: var(--tg-font-display); font-size: 13px; font-weight: 600; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.tg-symbol-muted { display: block; overflow: hidden; color: var(--tg-muted); font-size: 12px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
@keyframes tg-ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .tg-ticker-track { animation: none; } }
.tg-up { color: var(--tg-up) !important; }
.tg-down { color: var(--tg-down) !important; }
.tg-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 30px; align-items: start; }
.tg-section { margin: 0 0 34px; }
.tg-section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.tg-section-head h2 { margin: 0; }
.tg-section-head span { color: #3f4855; font-size: 13px; font-weight: 500; }
.tg-home .tg-section > h2, .tg-home .tg-ipo-bottom .tg-section > h2 { font-size: 24px; font-weight: 700; line-height: 1.18; margin-bottom: 20px; }
.tg-home .tg-widget-head h2 { font-size: 22px; font-weight: 700; line-height: 1.18; }
.tg-home .tg-secondary-market-sections { margin-bottom: 38px; }
.tg-home .tg-bottom-market-sections { margin-bottom: 54px; }
.tg-home .tg-mutual-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.tg-ipo-bottom { margin-top: 56px; padding-top: 34px; border-top: 1px solid var(--tg-border); }
.tg-grid-2, .tg-grid-3, .tg-card-grid { display: grid; gap: 22px; }
.tg-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tg-grid-3, .tg-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tg-home .tg-section:first-child .tg-grid-3 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tg-asset-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.tg-asset-grid a { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 72px; padding: 16px 18px; color: var(--tg-text); text-decoration: none; border: 1px solid var(--tg-border); border-radius: 8px; background: #fff; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.tg-asset-grid a:hover { transform: translateY(-2px); border-color: #c8d6e8; box-shadow: 0 12px 28px rgba(18,21,26,.08); }
.tg-asset-grid span { font-family: var(--tg-font-display); font-size: 14px; font-weight: 700; }
.tg-asset-grid strong { color: var(--tg-blue); font-size: 14px; font-weight: 700; font-variant-numeric: tabular-nums; }
.tg-country-snapshot { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(360px, .9fr); gap: 22px; align-items: start; margin-top: 22px; }
.tg-country-chart { min-width: 0; border: 1px solid var(--tg-border); border-radius: 8px; background: #fff; overflow: hidden; }
.tg-country-chart > header { display: flex; justify-content: space-between; gap: 18px; align-items: start; padding: 16px 18px 0; }
.tg-country-chart > header span { color: var(--tg-muted); font-size: 12px; font-weight: 600; text-transform: uppercase; }
.tg-country-chart > header h2 { margin: 4px 0 0; font-size: 28px; font-weight: 700; }
.tg-country-chart > header strong { font-size: 22px; font-weight: 700; text-align: right; font-variant-numeric: tabular-nums; }
.tg-country-chart > header small { display: block; margin-top: 4px; font-size: 13px; font-weight: 700; }
.tg-country-chart .tg-chart-box { border: 0; border-radius: 0; margin: 0; box-shadow: none; }
.tg-country-chart .tg-chart-toolbar { display: none; }
.tg-country-panels { display: grid; gap: 18px; min-width: 0; }
.tg-country-panels .tg-widget { border-radius: 8px; }
.tg-country-mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.tg-mini-market-card { border: 1px solid var(--tg-border); border-radius: 8px; padding: 14px; background: #fff; }
.tg-mini-market-card h3 { margin-bottom: 10px; font-size: 17px; font-weight: 700; }
.tg-mini-market-card a, .tg-mini-econ-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2px 12px; padding: 9px 0; border-top: 1px dashed var(--tg-border); color: var(--tg-text); text-decoration: none; }
.tg-mini-market-card a:first-of-type, .tg-mini-econ-row:first-of-type { border-top: 0; }
.tg-mini-market-card a:hover { color: var(--tg-blue); }
.tg-mini-market-card span { overflow: hidden; color: #3f4855; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.tg-mini-market-card strong { font-size: 12px; font-weight: 700; text-align: right; font-variant-numeric: tabular-nums; }
.tg-mini-market-card em { grid-column: 2; font-size: 12px; font-style: normal; font-weight: 700; text-align: right; }
.tg-mini-econ-row strong small { margin-left: 3px; color: var(--tg-muted); font-size: 10px; text-transform: uppercase; }
.tg-carousel { position: relative; }
.tg-carousel-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(380px, 1fr); grid-template-columns: repeat(4, minmax(380px, 1fr)); gap: 22px; overflow-x: auto; padding-bottom: 6px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.tg-carousel-track-3 { grid-template-columns: repeat(4, minmax(430px, 1fr)); grid-auto-columns: minmax(430px, 1fr); }
.tg-carousel .tg-widget { scroll-snap-align: start; }
.tg-carousel-btn { position: absolute; top: -52px; width: 34px; height: 34px; border: 1px solid var(--tg-border); border-radius: 999px; background: #fff; color: var(--tg-text); font: 700 22px/1 var(--tg-font-body); cursor: pointer; box-shadow: 0 4px 14px rgba(18,21,26,.08); z-index: 2; }
.tg-carousel-btn:hover { background: var(--tg-hover); }
.tg-carousel-prev { right: 44px; color: #8a929d; }
.tg-carousel-next { right: 0; }
.tg-widget { min-width: 0; border: 1px solid var(--tg-border); background: var(--tg-panel); border-radius: 8px; overflow: hidden; }
.tg-widget-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.tg-widget-head { padding: 12px 14px; border-bottom: 1px solid var(--tg-border); }
.tg-widget-head h2 { margin: 0; }
.tg-widget-head a { color: var(--tg-blue); text-decoration: none; font-size: 12px; }
.tg-table { width: 100%; border-collapse: collapse; border: 0; background: #fff; table-layout: fixed; }
.tg-table th { padding: 10px 12px; text-align: left; color: #7d8591; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0 !important; border-bottom: 1px solid var(--tg-border); }
.tg-table td { padding: 11px 12px; border-bottom: 1px solid var(--tg-border); font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tg-table tr:hover td { background: var(--tg-hover); }
.tg-widget .tg-table th:first-child { width: 42%; }
.tg-widget .tg-table th:nth-child(2) { width: 18%; }
.tg-widget .tg-table th:nth-child(3), .tg-widget .tg-table th:nth-child(4) { width: 20%; }
.tg-widget .tg-table td:nth-child(3), .tg-widget .tg-table td:nth-child(4), .tg-widget .tg-table th:nth-child(3), .tg-widget .tg-table th:nth-child(4) { text-align: right; font-variant-numeric: tabular-nums; }
.tg-table small { display: block; }
.tg-table-wide { table-layout: auto; }
.tg-table-spark { display: block; width: 76px; height: 26px; margin-inline: auto; }
.tg-table-spark.tg-mini-up { color: var(--tg-up); }
.tg-table-spark.tg-mini-down { color: var(--tg-down); }
.tg-sidebar { position: sticky; top: 24px; display: grid; gap: 24px; }
.tg-search { width: 100%; max-width: 100%; min-width: 0; border: 1px solid var(--tg-border); padding: 14px; background: #fff; position: relative; }
.tg-search input { display: block; width: 100%; max-width: 100%; min-width: 0; min-height: 44px; border: 1px solid var(--tg-border); background: var(--tg-soft); border-radius: 6px; padding: 0 12px; font: 500 14px/1 var(--tg-font-body); color: var(--tg-text); }
.tg-search-results { position: absolute; left: 14px; right: 14px; top: 62px; z-index: 30; max-width: calc(100% - 28px); background: #fff; border: 1px solid var(--tg-border); box-shadow: 0 12px 30px rgba(18,21,26,.08); display: none; overflow: hidden; }
.tg-search-results a { display: grid; grid-template-columns: 72px 1fr; gap: 8px; padding: 10px 12px; text-decoration: none; color: var(--tg-text); border-bottom: 1px solid var(--tg-border); }
.tg-search-results strong { font-family: var(--tg-font-display); color: var(--tg-blue); }
.tg-ad { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; width: 100%; margin: 20px auto; }
.tg-ad-label, .tg-disclaimer, .tg-powered small { font-size: 11px; font-weight: 500; color: var(--tg-muted); }
.tg-powered { display: flex; align-items: center; gap: 8px; min-height: 24px; margin: 8px 0 12px; font-size: 10px; }
.tg-powered a { display: inline-flex; align-items: center; gap: 6px; color: var(--tg-blue); text-decoration: none; }
.tg-powered img { max-height: 18px; width: auto; }
.tg-ad-inner { width: 100%; display: flex; justify-content: center; overflow: hidden; }
.tg-ad img { max-width: 100%; height: auto; display: block; margin: 0 auto; }
.tg-ad-mobile { display: none; }
.tg-breadcrumb { display: flex; gap: 8px; margin: 0 0 18px; color: var(--tg-muted); font-size: 12px; }
.tg-breadcrumb a { color: var(--tg-blue); text-decoration: none; }
.tg-quote-hero { border-top: 1px solid var(--tg-border); padding: 24px 0 22px; margin-bottom: 18px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.tg-quote-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 24px; align-items: start; }
.tg-quote-main { min-width: 0; }
.tg-quote-sidebar { position: sticky; top: 12px; display: grid; gap: 0; min-width: 0; align-self: start; border: 1px solid var(--tg-border); background: #fff; border-radius: 8px; overflow: clip; }
.tg-quote-sidebar .tg-search { border: 0; border-bottom: 1px solid var(--tg-border); border-radius: 0; }
.tg-quote-sidebar .tg-search, .tg-asset-head .tg-search { width: 100%; max-width: none; }
.tg-asset-head { align-items: end; }
.tg-screener-tabs { display: flex; gap: 8px; margin: 0 0 14px; overflow-x: auto; scrollbar-width: thin; }
.tg-screener-tabs button { min-height: 36px; border: 0; border-radius: 8px; padding: 0 16px; background: #f1f3f5; color: var(--tg-text); font: 600 14px/1 var(--tg-font-body); white-space: nowrap; cursor: pointer; }
.tg-screener-tabs button:hover { background: var(--tg-hover); }
.tg-screener-tabs button.is-active { background: var(--tg-text); color: #fff; }
.tg-screener-table[data-view="performance"] th:nth-child(8), .tg-screener-table[data-view="performance"] td:nth-child(8),
.tg-screener-table[data-view="technicals"] th:nth-child(2), .tg-screener-table[data-view="technicals"] td:nth-child(2),
.tg-screener-table[data-view="technicals"] th:nth-child(4), .tg-screener-table[data-view="technicals"] td:nth-child(4),
.tg-screener-table[data-view="technicals"] th:nth-child(5), .tg-screener-table[data-view="technicals"] td:nth-child(5),
.tg-screener-table[data-view="technicals"] th:nth-child(6), .tg-screener-table[data-view="technicals"] td:nth-child(6),
.tg-screener-table[data-view="technicals"] th:nth-child(7), .tg-screener-table[data-view="technicals"] td:nth-child(7) { display: none; }
.tg-table-pager { display: flex; align-items: center; justify-content: flex-end; gap: 12px; padding: 18px 0 0; color: #303946; font-size: 13px; }
.tg-table-pager[hidden] { display: none; }
.tg-table-pager label { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.tg-table-pager select { min-height: 36px; border: 1px solid var(--tg-border); border-radius: 999px; background: #fff; padding: 0 34px 0 14px; color: var(--tg-text); font: 600 13px/1 var(--tg-font-body); }
.tg-table-pager button { min-width: 34px; min-height: 34px; border: 0; border-radius: 999px; background: transparent; color: #303946; font: 700 13px/1 var(--tg-font-body); cursor: pointer; }
.tg-table-pager button:hover { background: var(--tg-hover); }
.tg-table-pager button.is-active { background: var(--tg-text); color: #fff; }
.tg-table-pager button:disabled { color: #9aa2ad; cursor: default; }
.tg-table-pager [data-page-numbers] { display: flex; align-items: center; gap: 4px; }
.tg-table-pager [data-page-status] { min-width: 86px; text-align: center; white-space: nowrap; font-variant-numeric: tabular-nums; }
.tg-side-panel { padding: 18px 20px 20px; border-bottom: 1px solid var(--tg-border); }
.tg-side-panel h2 { margin-bottom: 12px; font-size: 20px; font-weight: 700; }
.tg-side-analysis-grid { display: grid; gap: 10px; }
.tg-side-analysis-grid div { border: 1px solid var(--tg-border); border-radius: 8px; padding: 12px; background: var(--tg-soft); }
.tg-side-analysis-grid span, .tg-side-analysis-grid small { display: block; color: var(--tg-muted); font-size: 12px; }
.tg-side-analysis-grid strong { display: block; font-size: 20px; font-weight: 700; }
.tg-side-list { display: grid; gap: 0; }
.tg-side-list a { display: grid; grid-template-columns: minmax(0, 1fr) 88px minmax(84px, auto); gap: 10px; align-items: center; padding: 8px 0; border-bottom: 1px dashed var(--tg-border); color: var(--tg-text); text-decoration: none; }
.tg-side-list a:last-child { border-bottom: 0; }
.tg-side-list a:hover { background: var(--tg-hover); margin-inline: -8px; padding-inline: 8px; border-radius: 6px; }
.tg-side-list strong { display: block; font-family: var(--tg-font-display); font-size: 13px; font-weight: 600; color: var(--tg-blue); line-height: 1.15; }
.tg-side-list small { display: block; overflow: hidden; color: #3f4855; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.tg-side-list i { display: block; width: 88px; height: 30px; }
.tg-side-list .tg-mini-up { color: var(--tg-up); }
.tg-side-list .tg-mini-down { color: var(--tg-down); }
.tg-spark-line { fill: none; stroke: currentColor; stroke-width: 1.3; vector-effect: non-scaling-stroke; }
.tg-spark-area.tg-chart-up { fill: rgba(0,153,128,.16); }
.tg-spark-area.tg-chart-down { fill: rgba(237,63,82,.16); }
.tg-ticker-tag-wrap { position: relative; display: inline-flex; vertical-align: baseline; margin: 0 .12em; font-family: var(--tg-font-body); }
.tg-ticker-tag { display: inline-flex; align-items: center; gap: 7px; min-height: 30px; padding: 4px 11px 4px 5px; border-radius: 999px; background: #f1f1f2; color: var(--tg-text); text-decoration: none; white-space: nowrap; box-shadow: inset 0 0 0 1px rgba(18,21,26,.02); }
.tg-ticker-tag:hover { background: #e9ebee; color: var(--tg-text); }
.tg-ticker-logo { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; flex: 0 0 22px; border-radius: 50%; background: #111317; color: #fff; font-size: 11px; font-weight: 700; overflow: hidden; }
.tg-ticker-logo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tg-ticker-tag strong { color: #050607; font-size: 14px; font-weight: 600; line-height: 1; }
.tg-ticker-tag em { font-size: 13px; font-style: normal; font-weight: 500; line-height: 1; font-variant-numeric: tabular-nums; }
.tg-ticker-popover { position: absolute; left: 50%; bottom: calc(100% + 12px); z-index: 50; width: min(340px, calc(100vw - 28px)); transform: translate(-50%, 8px); pointer-events: none; opacity: 0; display: grid; gap: 10px; padding: 16px; border: 1px solid var(--tg-border); border-radius: 18px; background: #fff; box-shadow: 0 22px 60px rgba(18,21,26,.16); transition: opacity .16s ease, transform .16s ease; }
.tg-ticker-tag-wrap:hover .tg-ticker-popover, .tg-ticker-tag-wrap:focus-within .tg-ticker-popover { pointer-events: auto; opacity: 1; transform: translate(-50%, 0); }
.tg-ticker-popover::after { content: ""; position: absolute; left: 50%; bottom: -7px; width: 14px; height: 14px; transform: translateX(-50%) rotate(45deg); background: #fff; border-right: 1px solid var(--tg-border); border-bottom: 1px solid var(--tg-border); }
.tg-ticker-popover-head { display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; gap: 9px; align-items: center; }
.tg-ticker-popover-head .tg-ticker-logo { width: 30px; height: 30px; flex-basis: 30px; }
.tg-ticker-popover-head strong { display: block; font-size: 18px; font-weight: 700; line-height: 1.1; }
.tg-ticker-popover-head small { display: block; overflow: hidden; color: var(--tg-muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.tg-ticker-popover-head i { font-style: normal; font-size: 13px; font-weight: 700; font-variant-numeric: tabular-nums; }
.tg-ticker-popover-price { display: flex; align-items: baseline; gap: 7px; }
.tg-ticker-popover-price strong { font-size: 24px; font-weight: 700; line-height: 1; font-variant-numeric: tabular-nums; }
.tg-ticker-popover-price small { color: #3f4855; font-size: 12px; font-weight: 500; text-transform: uppercase; }
.tg-ticker-popover-chart { display: block; width: 100%; height: 92px; color: var(--tg-down); }
.tg-ticker-session { display: block; margin-top: -4px; color: #777; font-size: 12px; text-align: center; }
.tg-ticker-full { display: flex; align-items: center; justify-content: center; min-height: 42px; border-radius: 7px; background: #08090a; color: #fff; font-size: 15px; font-weight: 600; }
.tg-side-num { text-align: right; min-width: 0; }
.tg-side-num b { display: block; font-size: 13px; font-weight: 600; font-variant-numeric: tabular-nums; }
.tg-side-num em { display: block; font-style: normal; font-size: 12px; font-weight: 600; font-variant-numeric: tabular-nums; }
.tg-quote-sidebar .tg-ad { padding: 18px; margin: 0; border-bottom: 1px solid var(--tg-border); }
.tg-quote-title small { font-family: var(--tg-font-body); font-size: 13px; color: #4c5562; }
.tg-big-price { display: flex; align-items: baseline; gap: 14px; margin-top: 14px; flex-wrap: wrap; }
.tg-big-price span { font-size: 28px; font-weight: 700; line-height: 1; font-variant-numeric: tabular-nums; }
.tg-big-price em { font-style: normal; font-size: 15px; font-weight: 600; }
.tg-chart-box { border: 1px solid var(--tg-border); margin: 0 0 20px; background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 2px rgba(18,21,26,.03); }
.tg-chart-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 14px; border-bottom: 1px solid var(--tg-border); background: linear-gradient(180deg,#fff,#fbfcfe); }
.tg-chart-toolbar h2 { margin-bottom: 4px; }
.tg-chart-actions, .tg-ranges, .tg-advanced-tools { scrollbar-width: thin; }
.tg-chart-actions { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.tg-chart-toolbar button, .tg-ranges button { border: 1px solid var(--tg-border); background: #fff; color: #303946; border-radius: 6px; min-height: 32px; padding: 0 11px; font: 600 12px/1 var(--tg-font-body); cursor: pointer; }
.tg-chart-toolbar button:hover, .tg-ranges button:hover, .tg-advanced-tools button:hover { background: var(--tg-hover); }
.tg-chart-toolbar button.is-active, .tg-ranges button.is-active { background: #eaf2ff; color: var(--tg-blue); border-color: #b9d4fb; }
.tg-chart-toolbar [data-tg-advanced] { background: var(--tg-blue); border-color: var(--tg-blue); color: #fff; }
.tg-chart-toolbar [data-tg-advanced]:hover { background: #1058b5; }
.tg-ranges { display: flex; gap: 6px; padding: 9px 14px; border-bottom: 1px solid var(--tg-border); overflow-x: auto; background: #fff; }
.tg-chart-stage { position: relative; min-height: var(--tg-chart-height, 390px); }
.tg-chart-mount { min-height: var(--tg-chart-height, 390px); height: var(--tg-chart-height, 390px); }
.tg-svg-grid { stroke: #edf0f3; stroke-width: 1; }
.tg-svg-line { fill: none; stroke: #1769d2; stroke-width: 2.1; vector-effect: non-scaling-stroke; }
.tg-svg-line.tg-chart-up { stroke: var(--tg-up); }
.tg-svg-line.tg-chart-down { stroke: var(--tg-down); }
.tg-svg-area { fill: rgba(23,105,210,.1); }
.tg-svg-area.tg-chart-up { fill: rgba(0,153,128,.13); }
.tg-svg-area.tg-chart-down { fill: rgba(237,63,82,.13); }
.tg-svg-prev { stroke: #7b8490; stroke-width: 1; stroke-dasharray: 5 6; vector-effect: non-scaling-stroke; }
.tg-svg-last { stroke: #aeb7c3; stroke-width: 1; stroke-dasharray: 3 4; vector-effect: non-scaling-stroke; }
.tg-svg-label { fill: #596473; font: 600 11px var(--tg-font-body); }
.tg-svg-axis, .tg-svg-xaxis { fill: #6d7580; font: 600 10px var(--tg-font-body); }
.tg-svg-xaxis { text-anchor: middle; }
.tg-candle-up, .tg-candle-down { stroke-width: 1.2; vector-effect: non-scaling-stroke; }
.tg-candle-up { stroke: var(--tg-up); }
.tg-candle-down { stroke: var(--tg-down); }
.tg-candle-up-fill { fill: var(--tg-up); }
.tg-candle-down-fill { fill: var(--tg-down); }
.tg-svg-sma20, .tg-svg-sma50, .tg-svg-vwap { fill: none; stroke-width: 1.35; vector-effect: non-scaling-stroke; }
.tg-svg-sma20 { stroke: #f59e0b; }
.tg-svg-sma50 { stroke: #7c3aed; }
.tg-svg-vwap { stroke: #0f766e; }
.tg-svg-bb { fill: none; stroke: #2563eb; stroke-width: 1.1; opacity: .78; vector-effect: non-scaling-stroke; }
.tg-svg-bb-fill { fill: rgba(37,99,235,.07); stroke: 0; }
.tg-svg-hit { cursor: crosshair; }
.tg-svg-crosshair { stroke: #111827; stroke-width: 1; stroke-dasharray: 3 4; opacity: .42; vector-effect: non-scaling-stroke; }
.tg-svg-hover-dot { fill: #111827; stroke: #fff; stroke-width: 2; }
.tg-svg-tooltip-box { fill: #fff; stroke: var(--tg-border); filter: drop-shadow(0 8px 18px rgba(18,21,26,.14)); }
.tg-svg-tooltip-text { fill: var(--tg-muted); font: 600 11px var(--tg-font-body); }
.tg-svg-tooltip-price { fill: var(--tg-text); font: 700 13px var(--tg-font-body); }
.tg-svg-time-box { fill: #30353c; opacity: .96; }
.tg-svg-time-text { fill: #fff; font: 600 10px var(--tg-font-body); }
.tg-heatmap { display: grid; grid-template-columns: repeat(8, minmax(112px, 1fr)); grid-auto-rows: 86px; gap: 3px; border: 1px solid var(--tg-border); padding: 3px; overflow: auto; }
.tg-sector-breakdown { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(0, 1fr); gap: 34px; border: 1px solid var(--tg-border); border-radius: 8px; padding: 24px; background: #fff; }
.tg-sector-list-head, .tg-sector-list-row { display: grid; grid-template-columns: minmax(0,1fr) 140px 92px 92px; gap: 14px; align-items: center; }
.tg-sector-list-head { padding: 0 8px 10px; color: #3f4855; font-size: 12px; }
.tg-sector-list-row { min-height: 58px; border-top: 1px solid var(--tg-border); padding: 10px 8px; }
.tg-sector-list-row.is-active { background: #e9f5ff; }
.tg-sector-list-row strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: var(--tg-font-display); font-size: 14px; font-weight: 700; }
.tg-sector-list-row i { display: block; height: 16px; background: #d8dce2; }
.tg-sector-list-row i b { display: block; height: 100%; background: var(--tg-blue); }
.tg-sector-list-row span, .tg-sector-list-row em { text-align: right; font-style: normal; font-variant-numeric: tabular-nums; }
.tg-sector-heatmap { height: 620px; display: flex; flex-wrap: wrap; align-content: stretch; gap: 2px; border: 0; padding: 0; overflow: visible; }
.tg-sector-heatmap .tg-heat-tile { position: relative; flex: calc(var(--tg-weight, 1) * 1) 1 120px; min-height: 116px; border-radius: 6px; }
.tg-stock-heatmap { grid-auto-rows: 92px; }
.tg-stock-heatmap-pro { display: flex; flex-wrap: wrap; align-content: stretch; gap: 3px; min-height: 560px; border: 1px solid var(--tg-border); border-radius: 8px; padding: 3px; background: #fff; overflow: hidden; }
.tg-industry-heatmap-head, .tg-industry-detail-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.tg-industry-heatmap-head strong, .tg-industry-detail-head h3 { margin: 0; font-size: 16px; font-weight: 700; }
.tg-industry-heatmap-head span { color: var(--tg-muted); font-size: 12px; }
.tg-heat-sector-group > button { min-height: 34px; border: 0; border-bottom: 1px solid rgba(255,255,255,.7); background: #fff; color: #303946; padding: 8px 10px; font: 700 13px/1.15 var(--tg-font-display); text-align: left; cursor: pointer; }
.tg-heat-sector-group > button:hover { color: var(--tg-blue); background: var(--tg-hover); }
.tg-heat-sector-group.is-focused { flex-basis: 100%; min-height: 520px; }
.tg-industry-reset { display: block; margin: 12px auto 0; min-height: 36px; border: 1px solid var(--tg-border); border-radius: 999px; background: #fff; color: var(--tg-blue); padding: 0 16px; font: 700 13px/1 var(--tg-font-body); cursor: pointer; }
.tg-industry-reset[hidden] { display: none; }
.tg-industry-detail-head button { min-height: 34px; border: 1px solid var(--tg-border); border-radius: 6px; background: #fff; color: var(--tg-blue); padding: 0 12px; font: 700 12px/1 var(--tg-font-body); cursor: pointer; }
.tg-industry-detail-head button:hover { background: var(--tg-hover); }
.tg-heat-sector-group { display: flex; flex: calc(var(--tg-sector-weight, 1) * 1) 1 280px; min-height: 180px; min-width: 220px; flex-direction: column; border: 1px solid rgba(255,255,255,.8); background: #f8fafc; overflow: hidden; }
.tg-heat-sector-group h3 { margin: 0; padding: 9px 10px; border-bottom: 1px solid rgba(255,255,255,.7); background: #fff; color: #303946; font-size: 13px; font-weight: 700; }
.tg-heat-sector-group > div { display: flex; flex: 1; flex-wrap: wrap; align-content: stretch; gap: 2px; min-height: 0; }
.tg-heat-sector-group .tg-heat-tile { flex: calc(var(--tg-stock-weight, 1) * 1) 1 92px; min-height: 82px; border-radius: 0; }
.tg-heat-tile { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; min-width: 0; color: #fff; text-decoration: none; font-size: 11px; transform: translateZ(0); transition: transform .18s ease, filter .18s ease, box-shadow .18s ease; }
.tg-heat-tile:hover { transform: translateY(-2px); filter: saturate(1.08); box-shadow: 0 10px 26px rgba(18,21,26,.16); z-index: 3; }
.tg-heat-tile strong { width: 100%; padding: 0 6px; overflow: hidden; font-family: var(--tg-font-display); font-size: 12px; font-weight: 600; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.tg-sector-heatmap .tg-heat-tile strong { font-size: clamp(15px, 2vw, 32px); white-space: normal; line-height: 1.08; }
.tg-heat-tile span { font-size: 11px; font-weight: 600; }
.tg-sector-heatmap .tg-heat-tile span { font-size: clamp(14px, 1.3vw, 24px); }
.tg-heat-tile small { position: absolute; left: 50%; bottom: 18px; width: 230px; transform: translate(-50%, 12px); pointer-events: none; opacity: 0; padding: 14px; color: var(--tg-text); background: #fff; border: 1px solid var(--tg-border); border-radius: 6px; box-shadow: 0 16px 42px rgba(18,21,26,.18); font-size: 13px; line-height: 1.7; text-align: left; transition: opacity .16s ease, transform .16s ease; }
.tg-heat-tile:hover small { opacity: 1; transform: translate(-50%, 0); }
.tg-heat-legend { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); overflow: hidden; max-width: 620px; margin: 20px auto 0; border-radius: 5px; }
.tg-stock-heat-legend { margin-top: 14px; }
.tg-heat-legend span { min-height: 28px; padding-top: 30px; color: var(--tg-text); text-align: center; font-size: 12px; }
.tg-heat-legend span:nth-child(1) { background: #7f2034; }
.tg-heat-legend span:nth-child(2) { background: #b83252; }
.tg-heat-legend span:nth-child(3) { background: #de3567; }
.tg-heat-legend span:nth-child(4) { background: #68727b; }
.tg-heat-legend span:nth-child(5) { background: #0aa57d; }
.tg-heat-legend span:nth-child(6) { background: #098a70; }
.tg-heat-legend span:nth-child(7) { background: #076d58; }
.tg-heat-note { margin-top: 14px; color: #3f4855; }
.tg-heat-up.tg-heat-0, .tg-heat-down.tg-heat-0 { background: #b8bec6; }
.tg-heat-up.tg-heat-1 { background: #46bd82; }
.tg-heat-up.tg-heat-2 { background: #159b62; }
.tg-heat-up.tg-heat-3, .tg-heat-up.tg-heat-4 { background: #087345; }
.tg-heat-down.tg-heat-1 { background: #ff767f; }
.tg-heat-down.tg-heat-2 { background: #ed3f52; }
.tg-heat-down.tg-heat-3, .tg-heat-down.tg-heat-4 { background: #a91d2c; }
.tg-economy { padding-top: 14px; border-top: 1px solid var(--tg-border); }
.tg-economy-highlights { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-bottom: 24px; }
.tg-economy-highlights div { min-height: 84px; padding: 16px 18px; border: 1px solid var(--tg-border); border-radius: 8px; background: #fff; }
.tg-economy-highlights span { display: block; color: #3f4855; font-size: 13px; margin-bottom: 6px; }
.tg-economy-highlights strong { display: flex; align-items: baseline; gap: 4px; font-size: 24px; font-weight: 700; font-variant-numeric: tabular-nums; }
.tg-economy-highlights small { color: #3f4855; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.tg-yield-card { border: 1px solid var(--tg-border); border-radius: 8px; padding: 18px; margin-bottom: 28px; background: #fff; overflow: hidden; }
.tg-yield-card h3 { font-size: 22px; font-weight: 700; margin-bottom: 10px; }
.tg-yield-card svg { display: block; width: 100%; height: auto; min-height: 220px; }
.tg-econ-grid { stroke: #edf0f3; stroke-width: 1; }
.tg-econ-line { fill: none; stroke: #009980; stroke-width: 2.6; vector-effect: non-scaling-stroke; }
.tg-econ-prev { stroke: #3b82f6; opacity: .72; }
.tg-econ-dot { fill: #009980; }
.tg-econ-label { fill: #3f4855; font: 600 11px var(--tg-font-body); text-anchor: middle; }
.tg-econ-legend { display: flex; justify-content: center; gap: 20px; color: var(--tg-muted); font-size: 12px; }
.tg-econ-legend span::before { content: ""; display: inline-block; width: 9px; height: 9px; border-radius: 50%; margin-right: 6px; background: #009980; }
.tg-econ-legend span:last-child::before { background: #3b82f6; }
.tg-economy-tables { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 42px; }
.tg-econ-table h3 { font-size: 22px; font-weight: 700; margin-bottom: 14px; }
.tg-econ-table table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.tg-econ-table th { padding: 8px 0 12px; color: #7d8591; font-size: 11px; font-weight: 500; text-align: left; text-transform: uppercase; letter-spacing: 0 !important; }
.tg-econ-table th:nth-child(2), .tg-econ-table td:nth-child(2) { text-align: center; }
.tg-econ-table th:last-child, .tg-econ-table td:last-child { text-align: right; }
.tg-econ-table td { padding: 12px 0; border-top: 1px solid var(--tg-border); font-size: 13px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tg-econ-table td:last-child { font-weight: 600; font-variant-numeric: tabular-nums; }
.tg-stat-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 42px; }
.tg-stat-grid div { display: flex; justify-content: space-between; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--tg-border); font-size: 13px; }
.tg-stat-grid span { color: #3f4855; }
.tg-stat-grid strong { font-weight: 600; font-variant-numeric: tabular-nums; }
.tg-quote-card, .tg-watch-card { display: block; border: 1px solid var(--tg-border); padding: 14px; text-decoration: none; color: var(--tg-text); min-height: 126px; border-radius: 8px; background: #fff; }
.tg-quote-card:hover, .tg-watch-card:hover, .tg-news-grid a:hover, .tg-official-links a:hover { background: var(--tg-hover); }
.tg-quote-card strong, .tg-watch-card strong { display: block; font-family: var(--tg-font-display); font-size: 14px; font-weight: 600; }
.tg-quote-card span, .tg-watch-card span { display: block; color: #4c5562; font-size: 12px; }
.tg-quote-card b, .tg-watch-card b { display: block; margin-top: 12px; font-size: 16px; font-weight: 600; }
.tg-quote-card em, .tg-watch-card em { font-style: normal; font-size: 12px; font-weight: 600; }
.tg-fin-table { border-left: 0; border-right: 0; border-top: 0; margin-bottom: 24px; }
.tg-fin-group[hidden], .tg-fin-table tr[hidden], .tg-fin-empty[hidden] { display: none; }
.tg-fin-table td:first-child { color: #3f4855; }
.tg-fin-table td:last-child { text-align: right; font-weight: 600; }
.tg-analysis-cards > div { border: 1px solid var(--tg-border); padding: 16px; }
.tg-analysis-cards span, .tg-profile-grid span { display: block; color: var(--tg-muted); font-size: 13px; }
.tg-analysis-cards strong { display: block; font-size: 26px; font-weight: 600; }
.tg-profile-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px 70px; }
.tg-profile-grid strong { display: block; font-weight: 600; }
.tg-signal-card { width: 100%; border: 1px solid var(--tg-border); padding: 16px; background: var(--tg-soft); border-radius: 8px; }
.tg-signal-card span, .tg-signal-card small { display: block; color: var(--tg-muted); font-size: 12px; }
.tg-signal-card strong { display: block; font-size: 24px; margin: 4px 0; }
.tg-news-grid, .tg-official-links { display: grid; gap: 10px; margin-top: 10px; }
.tg-news-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tg-news-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 148px; border: 1px solid var(--tg-border); border-radius: 8px; padding: 14px; color: var(--tg-text); text-decoration: none; background: #fff; box-shadow: 0 1px 2px rgba(18,21,26,.03); overflow: hidden; }
.tg-news-image { width: calc(100% + 28px); max-width: none; height: 148px; object-fit: cover; margin: -14px -14px 12px; border-bottom: 1px solid var(--tg-border); background: var(--tg-soft); }
.tg-news-card span { display: block; margin-bottom: 10px; color: var(--tg-muted); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0 !important; }
.tg-news-card strong { display: block; font-family: var(--tg-font-display); font-size: 15px; font-weight: 600; line-height: 1.28; }
.tg-empty { padding: 16px; color: var(--tg-muted); background: var(--tg-soft); border: 1px solid var(--tg-border); }
.tg-advanced-open { overflow: hidden; }
.tg-advanced-modal[aria-hidden="true"] { display: none; }
.tg-advanced-modal[aria-hidden="false"] { position: fixed; inset: 0; z-index: 99999; background: rgba(18,21,26,.2); padding: 0; display: flex; align-items: stretch; justify-content: stretch; }
.tg-advanced-panel { position: relative; width: 100%; height: 100vh; background: #fff; border: 0; border-radius: 0; box-shadow: none; display: grid; grid-template-rows: 44px 46px minmax(0,1fr) 42px; overflow: hidden; }
.tg-advanced-ticker { display: flex; align-items: center; gap: 30px; min-width: 0; padding: 0 22px; border-bottom: 1px solid var(--tg-border); background: #fff; overflow: hidden; white-space: nowrap; }
.tg-advanced-ticker span { display: inline-flex; align-items: center; gap: 8px; color: #4c5562; font-size: 13px; }
.tg-advanced-ticker strong { font-family: var(--tg-font-display); color: #303946; }
.tg-advanced-ticker em { font-style: normal; font-weight: 600; }
.tg-advanced-ticker button { margin-left: auto; width: 34px; height: 34px; border: 0; background: transparent; color: var(--tg-text); font-size: 26px; line-height: 1; cursor: pointer; }
.tg-advanced-topbar { display: flex; align-items: center; gap: 10px; min-width: 0; padding: 0 14px; border-bottom: 1px solid var(--tg-border); background: #fff; overflow-x: auto; scrollbar-width: thin; }
.tg-advanced-topbar strong { font-family: var(--tg-font-display); font-size: 14px; }
.tg-advanced-topbar span { color: #4c5562; font-size: 13px; white-space: nowrap; }
.tg-advanced-topbar button, .tg-advanced-footer button { border: 0; border-left: 1px solid var(--tg-border); background: #fff; color: #303946; min-height: 34px; padding: 0 13px; font: 600 13px/1 var(--tg-font-body); white-space: nowrap; cursor: pointer; }
.tg-advanced-topbar button:hover, .tg-advanced-footer button:hover, .tg-advanced-rail button:hover, .tg-advanced-side-rail button:hover { background: var(--tg-hover); }
.tg-advanced-topbar button.is-active, .tg-advanced-footer button.is-active, .tg-advanced-rail button.is-active, .tg-advanced-side-rail button.is-active { background: #f0f3f7; color: var(--tg-blue); }
.tg-advanced-side-rail button.is-active span { border-color: var(--tg-blue); }
.tg-advanced-body { position: relative; min-height: 0; display: grid; grid-template-columns: 48px minmax(0,1fr) 300px 92px; background: #fff; }
.tg-advanced-chart { grid-column: 2; min-height: 0; height: 100%; background-image: linear-gradient(#f1f3f5 1px, transparent 1px), linear-gradient(90deg,#f1f3f5 1px, transparent 1px); background-size: 96px 74px; }
.tg-advanced-rail, .tg-advanced-side-rail { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 8px 6px; border-right: 1px solid var(--tg-border); background: #fff; overflow-y: auto; }
.tg-advanced-side-rail { grid-column: 4; border-right: 0; border-left: 1px solid var(--tg-border); }
.tg-advanced-rail button { width: 36px; height: 36px; border: 0; border-radius: 6px; background: #fff; color: #303946; font-size: 20px; cursor: pointer; }
.tg-advanced-side-rail button { display: grid; gap: 4px; justify-items: center; width: 76px; border: 0; border-radius: 6px; background: #fff; color: #4c5562; font-size: 11px; cursor: pointer; }
.tg-advanced-side-rail button span { width: 18px; height: 18px; border: 2px solid #8a929d; border-radius: 5px; }
.tg-advanced-info { grid-column: 3; grid-row: 1; min-width: 0; height: 100%; border-left: 1px solid var(--tg-border); padding: 14px; background: #fff; overflow: auto; }
.tg-indicator-panel { position: absolute; left: 48px; top: 0; bottom: 0; width: min(520px, calc(100% - 140px)); background: #fff; border-right: 1px solid var(--tg-border); box-shadow: 10px 0 30px rgba(18,21,26,.14); z-index: 6; overflow: hidden; display: grid; grid-template-rows: auto auto minmax(0,1fr); }
.tg-indicator-panel[aria-hidden="true"] { display: none; }
.tg-indicator-panel header { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid var(--tg-border); }
.tg-indicator-panel h3 { margin: 0; font-size: 22px; font-weight: 700; }
.tg-indicator-panel header button { border: 0; background: transparent; font-size: 28px; cursor: pointer; }
.tg-indicator-panel input { width: 100%; min-height: 54px; border: 0; border-bottom: 1px solid var(--tg-border); padding: 0 22px; font: 500 16px var(--tg-font-body); }
.tg-indicator-panel > div { overflow: auto; padding: 10px 0; }
.tg-indicator-panel > div button { display: block; width: 100%; border: 0; background: #fff; padding: 12px 32px; color: #303946; font: 500 15px var(--tg-font-body); text-align: left; cursor: pointer; }
.tg-indicator-panel > div button:hover { background: var(--tg-hover); }
.tg-indicator-panel > div button.is-active { background: #eaf2ff; color: var(--tg-blue); font-weight: 700; }
.tg-advanced-footer { display: flex; align-items: center; gap: 0; border-top: 1px solid var(--tg-border); background: #fff; overflow-x: auto; }
.tg-advanced-footer span { margin-left: auto; padding: 0 18px; color: #4c5562; font-size: 13px; white-space: nowrap; }
.tg-advanced-watchlist a { display: grid; grid-template-columns: 1fr auto; gap: 4px 8px; padding: 10px 0; border-bottom: 1px solid var(--tg-border); text-decoration: none; color: var(--tg-text); }
.tg-advanced-watchlist strong { font-family: var(--tg-font-display); }
.tg-advanced-watchlist em { font-style: normal; grid-column: 2; }
.tg-advanced-stats { display: grid; gap: 0; margin: 0 0 18px; border: 1px solid var(--tg-border); border-radius: 8px; overflow: hidden; }
.tg-advanced-stats div { display: flex; justify-content: space-between; gap: 10px; padding: 9px 10px; border-bottom: 1px solid var(--tg-border); font-size: 12px; }
.tg-advanced-stats div:last-child { border-bottom: 0; }
.tg-advanced-stats span { color: var(--tg-muted); }
.tg-advanced-stats strong { font-weight: 600; font-variant-numeric: tabular-nums; }
.tg-advanced-signal { margin-top: 20px; border: 1px solid var(--tg-border); padding: 14px; background: var(--tg-soft); }
.tg-advanced-signal span, .tg-advanced-signal small { display: block; font-size: 12px; color: var(--tg-muted); }
.tg-advanced-signal strong { display: block; font-size: 28px; }

@media (max-width: 1000px) {
	.tg-home-head, .tg-layout, .tg-quote-layout { grid-template-columns: 1fr; }
	.tg-country-snapshot { grid-template-columns: 1fr; }
	.tg-sidebar, .tg-quote-sidebar { position: static; }
	.tg-grid-3, .tg-home .tg-section:first-child .tg-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tg-asset-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tg-carousel-track, .tg-carousel-track-3 { grid-template-columns: none; grid-auto-columns: minmax(360px, 74vw); }
	.tg-quote-hero { align-items: start; flex-direction: column; }
	.tg-advanced-body { grid-template-columns: 44px minmax(0,1fr) 260px 70px; }
	.tg-advanced-info { display: none; }
	.tg-advanced-side-rail button { width: 58px; font-size: 10px; }
	.tg-sector-breakdown { grid-template-columns: 1fr; padding: 16px; }
	.tg-sector-heatmap { height: auto; min-height: 520px; }
	.tg-heatmap { grid-template-columns: repeat(4, minmax(120px, 1fr)); }
	.tg-economy-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tg-economy-tables { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
	.tg-wrap, .tg-quote-wrap { width: min(100% - 24px, 760px); padding-top: 18px; }
	.tg-home-head h1 { font-size: 22px; }
	.tg-markets h1, .tg-quote-title { font-size: 22px; }
	.tg-markets h2 { font-size: 18px; }
	.tg-home .tg-section > h2, .tg-home .tg-ipo-bottom .tg-section > h2, .tg-home .tg-widget-head h2 { font-size: 20px; }
	.tg-markets h3, .tg-markets h4 { font-size: 15px; }
	.tg-tabs a { font-size: 13px; min-height: 36px; }
	.tg-grid-2, .tg-grid-3, .tg-card-grid, .tg-stat-grid, .tg-profile-grid { grid-template-columns: 1fr; }
	.tg-asset-grid { grid-template-columns: 1fr; }
	.tg-country-chart > header { flex-direction: column; }
	.tg-country-chart > header strong { text-align: left; }
	.tg-country-mini-grid { grid-template-columns: 1fr; }
	.tg-carousel-track, .tg-carousel-track-3 { grid-auto-columns: minmax(300px, calc(100vw - 28px)); }
	.tg-carousel-btn { top: -46px; }
	.tg-news-cards { grid-template-columns: 1fr; }
	.tg-home .tg-mutual-row { grid-template-columns: 1fr; }
	.tg-economy-highlights { grid-template-columns: 1fr; }
	.tg-stat-grid { gap: 0; }
	.tg-chart-stage, .tg-chart-mount { min-height: 260px; }
	.tg-advanced-panel { grid-template-rows: 42px 46px minmax(0,1fr) 42px; }
	.tg-advanced-chart { min-height: 0; }
	.tg-advanced-ticker { gap: 18px; padding: 0 12px; }
	.tg-advanced-topbar span { display: none; }
	.tg-advanced-body { grid-template-columns: 42px minmax(0,1fr); }
	.tg-advanced-side-rail { display: none; }
	.tg-indicator-panel { left: 42px; width: calc(100% - 42px); }
	.tg-sector-list-head, .tg-sector-list-row { grid-template-columns: minmax(0,1fr) 76px 72px 72px; gap: 8px; }
	.tg-sector-list-row i { height: 12px; }
	.tg-sector-heatmap .tg-heat-tile { flex-basis: 44%; min-height: 90px; }
	.tg-stock-heatmap-pro { min-height: 680px; }
	.tg-heat-sector-group { flex-basis: 100%; }
	.tg-heatmap { grid-template-columns: repeat(2, minmax(120px, 1fr)); grid-auto-rows: 82px; }
	.tg-table { min-width: 560px; }
	.tg-widget { overflow-x: auto; }
	.tg-table-pager { justify-content: flex-start; overflow-x: auto; padding-bottom: 4px; }
	.tg-table-pager [data-page-numbers] { display: none; }
	.tg-ad-desktop { display: none; }
	.tg-ad-mobile { display: block; }
}
