/* EquityTimer Platform — slate + cyan theme.
   Self-contained styles, scoped under .et-screener / .et-stock. */

.et-screener,
.et-stock {
	--et-slate-900:#0f172a;
	--et-slate-800:#1e293b;
	--et-slate-700:#334155;
	--et-slate-400:#94a3b8;
	--et-slate-300:#cbd5e1;
	--et-cyan:#06b6d4;
	--et-cyan-dark:#0891b2;
	--et-cyan-bg:#ecfeff;
	--et-border:#e2e8f0;
	--et-pos:#10b981;
	--et-neg:#f43f5e;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
	color:#1e293b;
	line-height:1.5;
}

/* ---------- Screener ----------
   Sits inside the theme's content column (same width as the stock page),
   framed as a clean app surface with normal left/right page margins. */
.et-screener{
	background:#fff;
	width:100%;
	max-width:1180px;
	margin:0 auto;
	display:flex;
	flex-direction:column;
	border:1px solid var(--et-border);
	border-radius:12px;
	overflow:hidden;
	min-height:600px;
}
.et-topbar{background:var(--et-slate-900);padding:13px 22px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.et-logo{color:#fff;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px}
.et-dot{width:10px;height:10px;border-radius:50%;background:var(--et-cyan);display:inline-block}
.et-sub{color:var(--et-slate-400);font-weight:400;font-size:12px}
.et-country{display:flex;border:1px solid var(--et-slate-700);border-radius:8px;overflow:hidden}
.et-cbtn{padding:5px 11px;font-size:12px;font-weight:500;color:var(--et-slate-400);background:transparent;text-decoration:none}
.et-cbtn.on{background:var(--et-slate-800);color:var(--et-cyan)}

.et-idxbar{display:flex;align-items:center;gap:6px;padding:11px 22px;border-bottom:1px solid var(--et-border);background:#f8fafc;flex-wrap:wrap}
.et-idxlbl{font-size:10px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.4px}
.et-chip{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500;cursor:pointer;border:1px solid var(--et-border);color:#64748b;background:#fff}
.et-chip:hover{border-color:var(--et-cyan);color:var(--et-cyan-dark)}
.et-chip.on{background:var(--et-cyan-dark);color:#fff;border-color:var(--et-cyan-dark)}

.et-body{display:flex;flex:1;min-height:0}
.et-sidebar{width:280px;flex-shrink:0;border-right:1px solid var(--et-border);background:var(--et-slate-800);display:flex;flex-direction:column}
.et-sbhead{padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.08)}
.et-sbtitle{font-size:10px;font-weight:600;color:var(--et-slate-400);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}
.et-sbsearch input{width:100%;padding:8px 12px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(255,255,255,.06);color:#e2e8f0;font-size:13px}
.et-sbsearch input::placeholder{color:#64748b}
.et-sbscroll{overflow-y:auto;flex:1;padding:6px 0}

.et-sec-hdr{display:flex;align-items:center;justify-content:space-between;padding:9px 18px;cursor:pointer;border-left:3px solid transparent;color:var(--et-slate-300);font-size:14px;font-weight:500}
.et-sec-hdr:hover{background:rgba(6,182,212,.08);color:#fff}
.et-sec-hdr.open{border-left-color:var(--et-cyan);background:rgba(6,182,212,.12);color:var(--et-cyan)}
.et-sec-cnt{font-size:10px;background:rgba(255,255,255,.08);color:var(--et-slate-400);padding:1px 6px;border-radius:8px}
.et-sec-hdr.open .et-sec-cnt{background:rgba(6,182,212,.22);color:var(--et-cyan)}

.et-bi-list,.et-ind-list{display:none}
.et-bi-list.open,.et-ind-list.open{display:block}
.et-bi-hdr{display:flex;align-items:center;justify-content:space-between;padding:8px 18px 8px 32px;cursor:pointer;border-left:3px solid transparent;color:var(--et-slate-400);font-size:13px}
.et-bi-hdr:hover{background:rgba(6,182,212,.06);color:var(--et-slate-300)}
.et-bi-hdr.on{color:var(--et-cyan);background:rgba(6,182,212,.10);border-left-color:var(--et-cyan);font-weight:500}
.et-ind-item{display:flex;align-items:center;justify-content:space-between;padding:6px 18px 6px 46px;cursor:pointer;border-left:3px solid transparent;color:#64748b;font-size:12px}
.et-ind-item:hover{background:rgba(6,182,212,.05);color:var(--et-slate-300)}
.et-ind-item.on{color:var(--et-cyan);background:rgba(6,182,212,.14);border-left-color:var(--et-cyan);font-weight:500}
.et-mini-cnt{font-size:10px;color:#475569}

.et-main{flex:1;display:flex;flex-direction:column;min-width:0;overflow:hidden}
.et-breadcrumb{display:flex;align-items:center;gap:6px;padding:12px 22px;border-bottom:1px solid var(--et-border);font-size:13px;color:#64748b;flex-wrap:wrap}
.et-breadcrumb .sep{color:#cbd5e1}
.et-breadcrumb .cur{color:#1e293b;font-weight:500}
.et-ctxhead{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 22px;border-bottom:1px solid var(--et-border);flex-wrap:wrap}
.et-ctxtitle{font-size:19px;font-weight:600;color:#1e293b}
.et-ctxsub{font-size:12px;color:#64748b;margin-top:4px}
.et-pe-pill{display:inline-flex;align-items:center;gap:7px;background:var(--et-cyan-bg);border:1px solid var(--et-cyan);border-radius:8px;padding:7px 14px}
.et-pe-label{font-size:11px;font-weight:500;color:var(--et-cyan-dark)}
.et-pe-value{font-size:17px;font-weight:700;color:#155e75}

.et-toolbar{display:flex;align-items:center;gap:8px;padding:12px 22px;border-bottom:1px solid var(--et-border)}
.et-tsearch{flex:1;max-width:420px;padding:8px 12px;border:1px solid var(--et-border);border-radius:8px;font-size:13px}
.et-tsearch:focus{border-color:var(--et-cyan);outline:none}
.et-count{font-size:12px;color:#64748b;margin-left:auto;white-space:nowrap}

.et-tablewrap{overflow:auto;flex:1;min-height:0}
.et-table{width:100%;border-collapse:collapse;font-size:13px}
.et-table thead th{position:sticky;top:0;z-index:1;background:#f8fafc;padding:10px 22px;font-weight:500;color:#64748b;font-size:11px;border-bottom:1px solid var(--et-border);text-align:right;white-space:nowrap;text-transform:uppercase;letter-spacing:.3px}
.et-table thead th.l{text-align:left}
.et-table tbody td{padding:12px 22px;border-bottom:1px solid #f1f5f9;text-align:right;vertical-align:middle}
.et-table tbody td.l{text-align:left}
.et-table tbody tr:hover td{background:var(--et-cyan-bg);cursor:pointer}
.et-sym{font-weight:600;color:var(--et-cyan-dark);text-decoration:none;font-size:14px}
.et-coname{font-size:13px;color:#475569}
.et-ind-badge{background:#e0f7fa;color:#0e7490;border-radius:4px;padding:1px 6px;font-size:10px;font-weight:500}
.et-empty{text-align:center;color:#94a3b8;padding:32px 0;font-size:13px}

.et-valtag{border-radius:4px;padding:2px 7px;font-size:10px;font-weight:600}
.et-valtag.is-below{background:#ecfeff;color:#0e7490}
.et-valtag.is-above{background:#fef2f2;color:#be123c}
.et-valtag.is-near{background:#fffbeb;color:#a16207}

.et-disclaimer{font-size:11px;color:#94a3b8;padding:12px 22px;border-top:1px solid var(--et-border);line-height:1.6;background:#f8fafc}

/* ---------- Stock page ---------- */
.et-stock{max-width:1100px;margin:0 auto;padding:16px}
.et-stock-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid var(--et-border);flex-wrap:wrap}
.et-stock-id{flex:1 1 260px;min-width:220px}
.et-stock-valbox{flex:0 0 auto;text-align:right}
@media(max-width:760px){
	.et-stock-search{flex:1 1 100%;max-width:none;order:3}
	.et-stock-valbox{order:2}
	.et-stock-id{order:1}
}
.et-stock-name{font-size:24px;font-weight:700;margin:0 0 6px;color:#0f172a}
.et-stock-meta{display:flex;gap:10px;flex-wrap:wrap;font-size:12px;color:#64748b}
.et-stock-sym{font-weight:600;color:var(--et-cyan-dark)}
.et-stock-flags{margin-top:8px;display:flex;gap:5px;flex-wrap:wrap}
.et-flag{background:#e0f7fa;color:#0e7490;border-radius:4px;padding:2px 7px;font-size:10px;font-weight:600}
.et-valpill{border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600;white-space:nowrap}
.et-valpill.is-below{background:#ecfeff;color:#0e7490;border:1px solid #a5f3fc}
.et-valpill.is-above{background:#fef2f2;color:#be123c;border:1px solid #fecaca}
.et-valpill.is-near{background:#fffbeb;color:#a16207;border:1px solid #fde68a}
.et-valpill.is-none{background:#f1f5f9;color:#64748b}

.et-tabs{display:flex;gap:2px;border-bottom:1px solid var(--et-border);margin-top:14px;overflow-x:auto}
.et-tab{padding:9px 14px;font-size:13px;color:#64748b;text-decoration:none;border-bottom:2px solid transparent;white-space:nowrap}
.et-tab:hover{color:#0f172a}
.et-tab.on{color:var(--et-cyan-dark);border-bottom-color:var(--et-cyan);font-weight:600}

.et-tabpanel{padding:20px 0}
.et-tabpanel h2{font-size:16px;font-weight:600;margin:0 0 12px;color:#0f172a}
.et-empty-state{color:#94a3b8;font-size:14px;padding:28px;text-align:center;background:#f8fafc;border-radius:12px;border:1px dashed var(--et-border)}
.et-na{color:#cbd5e1}

.et-fin-table{overflow-x:auto}
.et-fin-table table{width:100%;border-collapse:collapse;font-size:12px}
.et-fin-table th{background:#f8fafc;padding:7px 10px;text-align:right;font-weight:500;color:#64748b;font-size:11px;border-bottom:1px solid var(--et-border)}
.et-fin-table th.l{text-align:left}
.et-fin-table td{padding:7px 10px;text-align:right;border-bottom:1px solid #f1f5f9}
.et-fin-table td.l{text-align:left}
.et-fin-table a{color:var(--et-cyan-dark);text-decoration:none}
.et-fin-note{font-size:11px;color:#94a3b8;margin-top:10px}

.et-ratio-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px}
.et-ratio{background:#f8fafc;border:1px solid var(--et-border);border-radius:8px;padding:10px 12px}
.et-ratio-lbl{display:block;font-size:11px;color:#64748b;margin-bottom:3px}
.et-ratio-val{font-size:16px;font-weight:600;color:#0f172a}

/* Growth & return summary cards (Screener-style) */
.et-growth-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin:8px 0 4px}
.et-growth-card{border:1px solid var(--et-border);border-radius:12px;padding:14px 16px;background:#fff}
.et-growth-title{font-size:13px;font-weight:600;color:#0f172a;margin-bottom:10px}
.et-growth-row{display:flex;justify-content:space-between;align-items:center;padding:5px 0;font-size:13px}
.et-growth-row+.et-growth-row{border-top:1px solid #f1f5f9}
.et-growth-lbl{color:#64748b}
.et-growth-val{font-weight:600;color:#0f172a}

.et-fv-box{background:#f8fafc;border:1px solid var(--et-border);border-radius:12px;padding:16px;max-width:420px}
.et-fv-row{display:flex;justify-content:space-between;padding:6px 0;font-size:14px}
.et-fv-row+.et-fv-row{border-top:1px solid var(--et-border)}
.et-fv-note{font-size:11px;color:#94a3b8;margin-top:10px}

/* Fair Value gateway (links out to the Fair Value Calculator) */
.et-fv-gateway{background:#f8fafc;border:1px solid var(--et-border);border-radius:12px;padding:22px;max-width:560px}
.et-fv-intro{font-size:14px;color:#475569;margin:0 0 12px}
.et-fv-list{margin:0 0 18px;padding-left:18px}
.et-fv-list li{font-size:13px;color:#334155;margin-bottom:6px;line-height:1.5}
.et-fv-cta{display:inline-block;background:var(--et-cyan-dark);color:#fff;text-decoration:none;font-weight:600;font-size:14px;padding:11px 20px;border-radius:8px;transition:background .12s}
.et-fv-cta:hover{background:#0e7490;color:#fff}
.et-fv-headcta{display:inline-block;border:1px solid var(--et-cyan);color:var(--et-cyan-dark);text-decoration:none;font-weight:600;font-size:13px;padding:8px 14px;border-radius:8px;white-space:nowrap;transition:all .12s}
.et-fv-headcta:hover{background:var(--et-cyan-bg);color:var(--et-cyan-dark)}
.et-livebox{text-align:right;margin-bottom:8px}
.et-liveprice{font-size:24px;font-weight:700;color:#0f172a;line-height:1.1}
.et-livechg{font-size:13px;font-weight:600;margin-top:2px}
.et-livechg.up{color:#10b981}
.et-livechg.down{color:#f43f5e}
.et-livenote{font-size:10px;color:#94a3b8;margin-top:2px}
.et-fv-link{color:var(--et-cyan-dark);text-decoration:none;font-weight:600;font-size:12px;white-space:nowrap}
.et-fv-link:hover{text-decoration:underline}

.et-peer-chips,.et-faqs{display:flex;gap:6px;flex-wrap:wrap}
.et-peer-chip{background:#e0f7fa;color:#0e7490;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600;text-decoration:none}
.et-valtag.is-{background:#f1f5f9;color:#64748b}

.et-faqs{flex-direction:column;width:100%}
.et-faq{border:1px solid var(--et-border);border-radius:8px;padding:10px 14px;background:#fff}
.et-faq summary{cursor:pointer;font-weight:500;font-size:14px;color:#0f172a}
.et-faq div{margin-top:8px;font-size:13px;color:#475569;line-height:1.6}

.et-stock-foot{margin-top:24px;padding-top:14px;border-top:1px solid var(--et-border);font-size:10px;color:#94a3b8;line-height:1.6}

@media (max-width:900px){
	.et-sidebar{width:230px}
	.et-topbar,.et-idxbar,.et-breadcrumb,.et-ctxhead,.et-toolbar,.et-disclaimer{padding-left:16px;padding-right:16px}
	.et-table thead th,.et-table tbody td{padding-left:16px;padding-right:16px}
}
@media (max-width:680px){
	.et-screener{border-radius:0;border-left:0;border-right:0;min-height:auto}
	.et-body{flex-direction:column}
	.et-sidebar{width:100%;max-height:300px;border-right:0;border-bottom:1px solid var(--et-border)}
	.et-sec-hdr,.et-bi-hdr,.et-ind-item{font-size:14px}
	.et-ctxtitle{font-size:17px}
	/* hide the company column on small screens so the table fits */
	.et-table thead th:nth-child(2),.et-table tbody td:nth-child(2){display:none}
	.et-topbar{flex-wrap:wrap;gap:8px}
	.et-tsearch{max-width:none}
}
@media (max-width:420px){
	/* drop industry column too on very small screens */
	.et-table thead th:nth-child(3),.et-table tbody td:nth-child(3){display:none}
	.et-idxbar{gap:4px}
	.et-chip{padding:3px 9px;font-size:11px}
}

/* ============================================================
   EquityTimer amber + indigo restyle (user palette)
   Appended overrides — amber #ffbf47, indigo #1b0d6f, ink #141413
   ============================================================ */
.et-ratio{background:#f8fafc;border:1px solid #1b0d6f;border-radius:8px;padding:10px 12px}
.et-ratio-lbl{display:block;font-size:14px;color:#141413;margin-bottom:3px}
.et-ratio-val{font-weight:700;color:#1b0d6f}

.et-peer-chip{background:#ffbf47;color:#141413;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600;text-decoration:none}
.et-flag{background:#ffbf47;color:#141413;border-radius:4px;padding:2px 7px;font-size:10px;font-weight:600}

.et-tab{padding:9px 14px;font-size:14px;color:#000;text-decoration:none;border-bottom:2px solid transparent;white-space:nowrap}
.et-tab:hover{color:#1b0d6f}
.et-tab.on{color:#1b0d6f;border-bottom-color:var(--et-cyan);font-weight:600}

.et-fin-table table{width:100%;border-collapse:collapse;font-size:14px}
.et-fin-table th{background:#ffbf47;padding:7px 10px;text-align:right;font-weight:500;color:#141413;font-size:12px;border-bottom:1px solid var(--et-border)}
.et-fin-table th.l{text-align:left}
.et-fin-table td{padding:7px 10px;text-align:right;border-bottom:1px solid #bcbcbc}
.et-fin-table td.l{text-align:left}

.et-sec-hdr.open{border-left-color:var(--et-cyan);background:rgba(6,182,212,.12);color:#fff}
.et-sec-hdr.open .et-sec-cnt{background:rgba(6,182,212,.22);color:#fff}

.et-topbar{background:#ffbf47;padding:13px 22px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.et-logo{color:#000;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px}
.et-sub{color:#1b0d6f;font-weight:500;font-size:14px}
.et-sym{font-weight:600;color:#1b0d6f;text-decoration:none;font-size:14px}
.et-ind-badge{background:#fff;color:#1b0d6f;border-radius:4px;padding:1px 6px;font-size:12px;font-weight:500}

.et-table thead th{position:sticky;top:0;z-index:1;background:#ffbf47;padding:10px 22px;font-weight:500;color:#141413;font-size:11px;border-bottom:1px solid #1b0d6f;text-align:right;white-space:nowrap;text-transform:uppercase;letter-spacing:.3px}
.et-table thead th.l{text-align:left}

/* Growth bar charts (Sales/Profit growth, Price CAGR, ROE) */
.et-bar-row{display:grid;grid-template-columns:64px 1fr 56px;align-items:center;gap:8px;padding:5px 0;font-size:13px}
.et-bar-lbl{color:#141413;font-size:12px}
.et-bar-track{position:relative;height:14px;background:#eef0f4;border-radius:7px;overflow:hidden}
.et-bar-fill{position:absolute;top:0;left:0;height:100%;border-radius:7px}
.et-bar-fill.pos{background:#1b0d6f}
.et-bar-fill.neg{background:#f43f5e}
.et-bar-val{text-align:right;font-weight:700;color:#1b0d6f;font-size:12px}
.et-bar-val.neg{color:#f43f5e}

/* Calculated-ratios explanatory note */
.et-calc-note{margin:12px 0 4px;font-size:11px;line-height:1.55;color:#64748b;background:#f8fafc;border-left:3px solid #ffbf47;padding:8px 12px;border-radius:6px}

/* India documents list (Annual Reports / Concalls / Credit Ratings / Announcements) */
.et-doclist{display:flex;flex-direction:column;gap:6px;margin:8px 0}
.et-doc{display:flex;align-items:center;gap:8px;padding:9px 12px;background:#f8fafc;border:1px solid var(--et-border);border-radius:7px;color:#1b0d6f;text-decoration:none;font-size:13px;transition:background .12s}
.et-doc:hover{background:#ecfeff}
.et-doc-ic{flex-shrink:0}

/* Peer comparison — highlight the current company's own row (amber tint). */
.et-fin-table tr.et-peer-self{background:#fff8e8}
.et-fin-table tr.et-peer-self td{border-top:2px solid #ffbf47;border-bottom:2px solid #ffbf47}
.et-fin-table tr.et-peer-self td.l strong{color:#1b0d6f}

/* Peer table — sortable header affordance. */
.et-peers-table th[data-sortable="1"]{user-select:none}
.et-peers-table th .et-th-inner{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}
.et-peers-table th .et-sort-ar{font-size:10px;opacity:.55;transition:opacity .12s}
.et-peers-table th[data-sortable="1"]:hover .et-sort-ar{opacity:1}
.et-peers-table th.et-sorted{background:#ffd479}
.et-peers-table th.et-sorted .et-sort-ar{opacity:1}

/* ── Education layer: term links, glossary, tips ──────────────────────── */
/* Table header term → glossary anchor link */
.et-term-link{color:inherit;text-decoration:none;border-bottom:1px dotted #1b0d6f80;cursor:help}
.et-term-link:hover{color:#1b0d6f;border-bottom-color:#1b0d6f}
/* smooth-scroll + offset so the anchored term isn't hidden under sticky headers */
html{scroll-behavior:smooth}
.et-glossary-item{scroll-margin-top:90px}

/* Glossary block */
.et-glossary{margin:26px 0 8px;padding:18px 20px;background:#fbfaf7;border:1px solid var(--et-border,#e5e7eb);border-radius:10px}
.et-glossary-title{margin:0 0 4px;font-size:16px;color:#1b0d6f}
.et-glossary-intro{margin:0 0 14px;font-size:13px;color:#64748b}
.et-glossary-list{margin:0}
.et-glossary-item{padding:12px 0;border-top:1px solid #ececec}
.et-glossary-item:first-of-type{border-top:none}
.et-glossary-item dt{font-weight:700;color:#141413;margin-bottom:4px}
.et-glossary-item dd{margin:0}
.et-gloss-def{display:block;font-size:14px;color:#1f2937;margin-bottom:5px}
.et-gloss-lens{display:block;font-size:13px;color:#475569}
.et-gloss-lens strong{color:#1b0d6f}
.et-glossary-item:target{background:#fff8e8;border-radius:8px;margin:0 -8px;padding-left:8px;padding-right:8px}
.et-glossary-item:target dt{color:#1b0d6f}

/* Tips boxes (shareholding / peers / documents) */
.et-tips{margin:24px 0 8px;padding:16px 20px;background:#f8fafc;border-left:3px solid #ffbf47;border-radius:6px}
.et-tips-title{margin:0 0 4px;font-size:15px;color:#1b0d6f}
.et-tips-intro{margin:0 0 10px;font-size:13px;color:#475569}
.et-tips-list{margin:0;padding-left:18px}
.et-tips-list li{font-size:13px;color:#1f2937;margin-bottom:8px;line-height:1.5}
.et-tips-foot{margin:10px 0 0;font-size:12px;color:#94a3b8;font-style:italic}

/* ── Financials Performance combo chart (TradingView palette) ─────────── */
.et-charts{margin:4px 0 26px}
.et-charts-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.et-chart-card{border:1px solid var(--et-border,#e5e7eb);border-radius:12px;padding:16px 18px 14px;background:#fff;min-width:0}
.et-chart-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}
.et-chart-titles h3{margin:0;font-size:16px;color:#131722}
.et-chart-unit{font-size:12px;color:#787B86}
.et-chart-toggle{display:inline-flex;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;flex:0 0 auto}
.et-chart-toggle .et-tg{font-size:12px;padding:5px 13px;border:none;background:#fff;color:#787B86;cursor:pointer;line-height:1.4;font-weight:500}
.et-chart-toggle .et-tg + .et-tg{border-left:1px solid #e5e7eb}
.et-chart-toggle .et-tg.is-active{background:#2962FF;color:#fff}
.et-chart-body{width:100%}
.et-svg{width:100%;height:auto;display:block}
.et-grid{stroke:#f0f2f5;stroke-width:1}
.et-axis-zero{stroke:#d1d4dc;stroke-width:1.2}
.et-axis-y{font-size:13px;fill:#5c5f6b}
.et-x-label{font-size:13px;fill:#5c5f6b}
/* TradingView colours */
.et-bar-rev{fill:#2962FF}
.et-bar-np{fill:#26C6DA}
.et-line-path{stroke:#FF9800;stroke-width:2.4;stroke-linejoin:round;stroke-linecap:round}
.et-line-dot{fill:#FF9800;stroke:#fff;stroke-width:1}
.et-eps-path{stroke:#7E57C2;stroke-width:3.4;stroke-linejoin:round;stroke-linecap:round}
.et-eps-dot{fill:#7E57C2;stroke:#fff;stroke-width:1.4}
.et-eps-label{font-size:12.5px;font-weight:600;fill:#5E35B1}
.et-pt-label{font-size:10px;fill:#475569}
.et-chart-legend{display:flex;flex-wrap:wrap;gap:16px;margin:8px 2px 0;font-size:12px;color:#475569}
.et-lg{display:inline-flex;align-items:center;gap:6px}
.et-lg::before{content:"";width:11px;height:11px;border-radius:3px;display:inline-block}
.et-lg-rev::before{background:#2962FF}
.et-lg-np::before{background:#26C6DA}
.et-lg-mg::before{background:#FF9800;border-radius:50%}
.et-lg-eps::before{background:#7E57C2;border-radius:50%}
/* Waterfall */
.et-wf-total{fill:#26C6DA}
.et-wf-down{fill:#F6465D}
.et-wf-up{fill:#0ECB81}
.et-wf-conn{stroke:#b0b6c0;stroke-width:1;stroke-dasharray:3 3}
.et-wf-xlabel{font-size:13px;fill:#5c5f6b}
.et-lg-wftot::before{background:#26C6DA}
.et-lg-wfdown::before{background:#F6465D}
.et-lg-wfup::before{background:#0ECB81}
/* Dividend payout */
.et-payout-bar{fill:#2962FF}
.et-chart-caption{margin:10px 2px 0;font-size:12.5px;color:#64748b;line-height:1.55}
@media(max-width:820px){.et-charts-row{grid-template-columns:1fr}}
@media(max-width:600px){.et-chart-head{flex-direction:column}}

/* ── Stock-page search (typeahead) ────────────────────────────────────── */
.et-stock-search{position:relative;flex:1 1 220px;max-width:340px;min-width:160px;margin:4px 0 0;align-self:flex-start}
.et-stock-search-input{width:100%;padding:8px 12px;font-size:13px;border:1px solid var(--et-border,#e5e7eb);border-radius:9px;background:#fff;color:#141413;box-sizing:border-box}
.et-stock-search-input:focus{outline:none;border-color:#2962FF;box-shadow:0 0 0 3px rgba(41,98,255,.12)}
.et-stock-search-results{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:40;background:#fff;border:1px solid var(--et-border,#e5e7eb);border-radius:10px;box-shadow:0 8px 28px rgba(15,23,42,.12);overflow:hidden;max-height:360px;overflow-y:auto}
.et-ssr-item{display:flex;align-items:baseline;gap:10px;padding:9px 14px;text-decoration:none;border-bottom:1px solid #f1f3f5;cursor:pointer}
.et-ssr-item:last-child{border-bottom:none}
.et-ssr-item:hover,.et-ssr-item.is-active{background:#f5f8ff}
.et-ssr-sym{font-weight:700;color:#1b0d6f;font-size:13px;flex:0 0 auto;min-width:64px}
.et-ssr-name{color:#334155;font-size:13px;flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.et-ssr-exch{color:#94a3b8;font-size:11px;flex:0 0 auto}
.et-ssr-empty{padding:12px 14px;color:#94a3b8;font-size:13px}

/* ── Balance-sheet charts ─────────────────────────────────────────────── */
.et-bar-assets{fill:#2962FF}
.et-bar-liab{fill:#F6465D}
.et-lg-assets::before{background:#2962FF}
.et-lg-liab::before{background:#F6465D}
.et-bar-cash{fill:#0ECB81}
.et-bar-ltd{fill:#F6465D}
.et-lg-cash::before{background:#0ECB81}
.et-lg-ltd::before{background:#F6465D}
.et-bar-debt{fill:#F6465D}
.et-bar-own{fill:#2962FF}
.et-lg-debt::before{background:#F6465D}
.et-lg-own::before{background:#2962FF}

/* ── Cash-flow charts ─────────────────────────────────────────────────── */
.et-bar-cfop{fill:#2962FF}
.et-bar-cfinv{fill:#FF9800}
.et-bar-cffin{fill:#7E57C2}
.et-lg-cfop::before{background:#2962FF}
.et-lg-cfinv::before{background:#FF9800}
.et-lg-cffin::before{background:#7E57C2}
.et-bar-fcf{fill:#0ECB81}
.et-lg-fcf::before{background:#0ECB81}
.et-bar-capex{fill:#FF9800}
.et-lg-capex::before{background:#FF9800}

/* ── Ratios charts (India) ────────────────────────────────────────────── */
.et-mlpath{stroke-width:2.4;fill:none;stroke-linejoin:round;stroke-linecap:round}
.et-mldot{stroke:#fff;stroke-width:1}
.et-ml-1{stroke:#2962FF}      /* Debtor */
.et-ml-1.et-mldot{fill:#2962FF}
.et-ml-2{stroke:#FF9800}      /* Inventory */
.et-ml-2.et-mldot{fill:#FF9800}
.et-ml-3{stroke:#0ECB81}      /* Days payable */
.et-ml-3.et-mldot{fill:#0ECB81}
.et-lg-ml1::before{background:#2962FF}
.et-lg-ml2::before{background:#FF9800}
.et-lg-ml3::before{background:#0ECB81}
.et-slpath.et-roce{stroke:#7E57C2;stroke-width:3}
.et-sldot.et-roce{fill:#7E57C2;stroke:#fff;stroke-width:1.4}

/* ── Shareholding charts (India) ──────────────────────────────────────── */
.et-svg-donut{max-width:100%}
.et-donut-slice{stroke:#fff;stroke-width:1.5}
.et-sh-1,.et-mlsh1{stroke:#2962FF}            /* Promoter */
.et-donut-slice.et-sh-1{fill:#2962FF}
.et-sh-2,.et-mlsh2{stroke:#26C6DA}            /* FII */
.et-donut-slice.et-sh-2{fill:#26C6DA}
.et-sh-3,.et-mlsh3{stroke:#FF9800}            /* DII */
.et-donut-slice.et-sh-3{fill:#FF9800}
.et-sh-4,.et-mlsh4{stroke:#7E57C2}            /* Public */
.et-donut-slice.et-sh-4{fill:#7E57C2}
.et-sh-5,.et-mlsh5{stroke:#94a3b8}            /* Government */
.et-donut-slice.et-sh-5{fill:#94a3b8}
.et-lg-sh1::before{background:#2962FF}
.et-lg-sh2::before{background:#26C6DA}
.et-lg-sh3::before{background:#FF9800}
.et-lg-sh4::before{background:#7E57C2}
.et-lg-sh5::before{background:#94a3b8}
.et-donut-c1{font-size:26px;font-weight:700;fill:#131722}
.et-donut-c2{font-size:13px;fill:#787B86}
/* multi-line color binding for shareholding trend */
.et-mlpath.et-mlsh1,.et-mldot.et-mlsh1{stroke:#2962FF}
.et-mldot.et-mlsh1{fill:#2962FF}
.et-mlpath.et-mlsh2,.et-mldot.et-mlsh2{stroke:#26C6DA}
.et-mldot.et-mlsh2{fill:#26C6DA}
.et-mlpath.et-mlsh3,.et-mldot.et-mlsh3{stroke:#FF9800}
.et-mldot.et-mlsh3{fill:#FF9800}
.et-mlpath.et-mlsh4,.et-mldot.et-mlsh4{stroke:#7E57C2}
.et-mldot.et-mlsh4{fill:#7E57C2}
.et-mlpath.et-mlsh5,.et-mldot.et-mlsh5{stroke:#94a3b8}
.et-mldot.et-mlsh5{fill:#94a3b8}
.et-donut-legend{flex-wrap:wrap}

/* ── Price chart (Overview) ───────────────────────────────────────────── */
.et-price-ranges{display:inline-flex;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;flex:0 0 auto}
.et-price-ranges .et-rg{font-size:12px;padding:5px 11px;border:none;background:#fff;color:#787B86;cursor:pointer;font-weight:500;line-height:1.4}
.et-price-ranges .et-rg + .et-rg{border-left:1px solid #e5e7eb}
.et-price-ranges .et-rg.is-active{background:#131722;color:#fff}
.et-price-svg{width:100%;height:auto;display:block}
.et-price-line{stroke:#F6465D;stroke-width:1.8}
.et-price-area{fill:rgba(246,70,93,.06);stroke:none}
.et-price-dma50{stroke:#131722;stroke-width:1.4}
.et-price-dma200{stroke:#FF9800;stroke-width:1.4}
.et-lg-price::before{background:#F6465D}
.et-lg-dma50::before{background:#131722}
.et-lg-dma200::before{background:#FF9800}
.et-price-sub.is-up{color:#0ECB81}
.et-price-sub.is-down{color:#F6465D}

/* ── Documents accordion (India) ──────────────────────────────────────── */
.et-doc-acc{border:1px solid #e5e7eb;border-radius:8px;margin:10px 0;background:#fff;overflow:hidden}
.et-doc-acc-sum{display:flex;align-items:center;gap:10px;padding:12px 16px;cursor:pointer;font-weight:600;font-size:15px;color:#131722;list-style:none;user-select:none}
.et-doc-acc-sum::-webkit-details-marker{display:none}
.et-doc-acc-sum:hover{background:#f8f9fb}
.et-doc-acc-title{flex:1}
.et-doc-acc-count{background:#eef2ff;color:#2962FF;font-size:12px;font-weight:600;padding:2px 9px;border-radius:999px;min-width:22px;text-align:center}
.et-doc-acc-chev{color:#787B86;font-size:14px;transition:transform .18s ease}
.et-doc-acc[open] .et-doc-acc-chev{transform:rotate(180deg)}
.et-doc-acc .et-doclist{padding:4px 12px 12px}
.et-doc-acc[open] .et-doc-acc-sum{border-bottom:1px solid #f0f1f3}

/* ── Strengths & Watch-points (Overview) ──────────────────────────────── */
.et-highlights{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:18px 0 6px}
@media(max-width:680px){.et-highlights{grid-template-columns:1fr}}
.et-hl-col{border:1px solid #e5e7eb;border-radius:10px;padding:14px 16px;background:#fff}
.et-hl-strengths{border-top:3px solid #0ECB81}
.et-hl-watch{border-top:3px solid #FF9800}
.et-hl-head{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:700;margin:0 0 10px;color:#131722}
.et-hl-ic{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;font-size:12px;font-weight:700;color:#fff}
.et-hl-strengths .et-hl-ic{background:#0ECB81}
.et-hl-watch .et-hl-ic{background:#FF9800}
.et-hl-list{margin:0;padding-left:18px}
.et-hl-list li{margin:6px 0;line-height:1.5;color:#2a2e39;font-size:14px}
.et-hl-empty{color:#787B86;font-size:13.5px;margin:4px 0}
.et-hl-note{font-size:12px;color:#787B86;margin:10px 0 4px;line-height:1.5}

/* ── Forensic checks (Overview) ───────────────────────────────────────── */
.et-forensics{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:10px 0 6px}
@media(max-width:680px){.et-forensics{grid-template-columns:1fr}}
.et-fx-card{border:1px solid #e5e7eb;border-radius:10px;padding:14px 16px;background:#fff;border-top:3px solid #94a3b8}
.et-fx-good{border-top-color:#0ECB81}
.et-fx-mid{border-top-color:#FF9800}
.et-fx-warn{border-top-color:#F6465D}
.et-fx-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}
.et-fx-title{font-weight:700;font-size:15px;color:#131722}
.et-fx-band{font-size:12px;font-weight:600;padding:2px 10px;border-radius:999px}
.et-fx-band-good{background:#e6f9f1;color:#0a8f5b}
.et-fx-band-mid{background:#fff4e5;color:#b96f00}
.et-fx-band-warn{background:#fdeaed;color:#c42a3d}
.et-fx-value{font-size:30px;font-weight:700;color:#131722;line-height:1.1;margin:2px 0 6px}
.et-fx-desc{font-size:13px;color:#2a2e39;line-height:1.5;margin:0}
.et-fx-note{font-size:11.5px;color:#787B86;line-height:1.45;margin:6px 0 0;font-style:italic}

/* ── Screener: user-requested sidebar styling ─────────────────────────── */
.et-sidebar{width:280px;flex-shrink:0;border-right:1px solid #64748b;background:#fff;display:flex;flex-direction:column}
.et-sec-hdr{display:flex;align-items:center;justify-content:space-between;padding:9px 18px;cursor:pointer;border-left:3px solid #64748b;color:#1b0d6f;font-size:14px;font-weight:500}
.et-sec-hdr.open{border-left-color:#1b0d6f;background:#ffdc85;color:#000}
.et-sec-hdr.open .et-sec-cnt{background:#1b0d6f;color:#fff}
.et-bi-hdr.on{color:#000;background:#fff;border-left-color:#cd0800;font-weight:500}
.et-ind-item.on{color:#000;background:#fff;border-left-color:#2cc9b6;font-weight:500}
.et-mini-cnt{font-size:10px;color:#1b0d6f}
.et-ind-item{display:flex;align-items:center;justify-content:space-between;padding:6px 18px 6px 46px;cursor:pointer;border-left:3px solid transparent;color:#1b0d6f;font-size:12px}

/* ── Screener: Excel buttons ──────────────────────────────────────────── */
.et-xls-btn{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;padding:5px 11px;border:1px solid #0a8f5b;background:#e6f9f1;color:#0a8f5b;border-radius:7px;cursor:pointer;line-height:1.3}
.et-xls-btn:hover{background:#0a8f5b;color:#fff}
.et-xls-ic{font-size:13px}
.et-xls-all{margin:8px 0}
.et-ctxright{display:flex;align-items:center;gap:10px}

/* ── Screener: universal search ───────────────────────────────────────── */
.et-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.et-usearch-wrap{position:relative;flex:1;min-width:240px}
.et-usearch{width:100%;padding:8px 12px;border:1px solid #2962FF;border-radius:8px;font-size:14px}
.et-usearch-results{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.12);z-index:50;max-height:340px;overflow:auto;display:none}
.et-ures-row{display:flex;align-items:center;gap:10px;padding:9px 14px;text-decoration:none;border-bottom:1px solid #f0f1f3}
.et-ures-row:hover{background:#f4f7ff}
.et-ures-sym{font-weight:700;color:#2962FF;min-width:80px}
.et-ures-name{color:#2a2e39;font-size:13px}
.et-ures-empty{padding:12px 14px;color:#787B86}

/* ── Screener: sortable headers ───────────────────────────────────────── */
.et-table th.et-sortable{cursor:pointer;user-select:none;white-space:nowrap}
.et-table th.et-sortable:hover{color:#2962FF}
.et-table th.et-sortable::after{content:' ⇅';opacity:.35;font-size:11px}
.et-table th.et-sortable.sorted::after{content:''}
.et-sort-arrow{font-size:11px}

/* ── Screener: starter screens + metric filters ───────────────────────── */
.et-filt-toggle{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;padding:7px 13px;border:1px solid #2962FF;background:#fff;color:#2962FF;border-radius:8px;cursor:pointer}
.et-filt-toggle.on,.et-filt-toggle:hover{background:#2962FF;color:#fff}
.et-filt-caret{font-size:10px}
.et-starters{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:10px 0 2px}
.et-starters-label{font-size:12px;color:#787B86;font-weight:600}
.et-starter{font-size:12.5px;padding:5px 12px;border:1px solid #d7dbe0;background:#fff;color:#1b0d6f;border-radius:999px;cursor:pointer;line-height:1.3}
.et-starter:hover{border-color:#2cc9b6;color:#0a8f5b}
.et-starter.on{background:#2cc9b6;border-color:#2cc9b6;color:#fff}
.et-filters{margin:10px 0 6px;padding:14px 16px;border:1px solid #e5e7eb;border-radius:10px;background:#fafbfc}
.et-filt-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px 18px}
.et-filt-lbl{display:block;font-size:12px;font-weight:600;color:#2a2e39;margin-bottom:4px}
.et-filt-range{display:flex;align-items:center;gap:6px}
.et-filt-in{width:100%;padding:6px 8px;font-size:13px;border:1px solid #d7dbe0;border-radius:6px;box-sizing:border-box}
.et-filt-in:focus{outline:none;border-color:#2962FF}
.et-filt-dash{color:#9aa0a6}
.et-filt-actions{display:flex;align-items:center;gap:10px;margin-top:14px;flex-wrap:wrap}
.et-filt-apply{font-size:13px;font-weight:600;padding:7px 16px;border:none;background:#2962FF;color:#fff;border-radius:7px;cursor:pointer}
.et-filt-apply:hover{background:#1a4fd0}
.et-filt-clear{font-size:13px;padding:7px 14px;border:1px solid #d7dbe0;background:#fff;color:#5f6368;border-radius:7px;cursor:pointer}
.et-filt-clear:hover{border-color:#cd0800;color:#cd0800}
.et-filt-note{font-size:11.5px;color:#9aa0a6}

/* ── Screener: three-dropdown filter bar ──────────────────────────────── */
.et-fbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:10px 0 4px}
.et-dd{position:relative}
.et-dd-btn{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;padding:8px 14px;border:1px solid #d7dbe0;background:#fff;color:#1b0d6f;border-radius:8px;cursor:pointer}
.et-dd-btn:hover{border-color:#2962FF}
.et-dd-caret{font-size:10px;color:#787B86}
.et-dd-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:700;color:#fff;background:#2962FF;border-radius:999px}
.et-dd-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:60;min-width:240px;max-height:380px;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 10px 30px rgba(15,23,42,.14);padding:8px}
.et-dd-sec{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#9aa0a6;padding:8px 8px 4px}
.et-dd-opt{display:flex;align-items:center;gap:8px;padding:6px 8px;font-size:13px;color:#2a2e39;cursor:pointer;border-radius:6px}
.et-dd-opt:hover{background:#f4f7ff}
.et-dd-opt input{accent-color:#2962FF}
.et-metric-row{padding:1px 0}
.et-metric-range{display:flex;align-items:center;gap:6px;padding:2px 8px 6px 28px}
.et-metric-range .et-filt-in{width:72px;padding:5px 7px;font-size:12.5px;border:1px solid #d7dbe0;border-radius:6px}
.et-filt-dash{color:#9aa0a6}
.et-dd-foot{display:flex;gap:8px;padding:8px 8px 4px;border-top:1px solid #f0f1f3;margin-top:6px}
.et-filt-apply{font-size:12.5px;font-weight:600;padding:6px 14px;border:none;background:#2962FF;color:#fff;border-radius:7px;cursor:pointer}
.et-filt-apply:hover{background:#1a4fd0}
.et-filt-clear{font-size:12.5px;padding:6px 12px;border:1px solid #d7dbe0;background:#fff;color:#5f6368;border-radius:7px;cursor:pointer}
.et-filt-clear:hover{border-color:#cd0800;color:#cd0800}
.et-scope{display:inline-flex;border:1px solid #d7dbe0;border-radius:8px;overflow:hidden}
.et-scope-btn{font-size:12.5px;font-weight:600;padding:8px 13px;border:none;background:#fff;color:#5f6368;cursor:pointer}
.et-scope-btn.on{background:#1b0d6f;color:#fff}
.et-fbar-reset{font-size:12.5px;padding:8px 12px;border:1px solid #d7dbe0;background:#fff;color:#787B86;border-radius:8px;cursor:pointer;margin-left:auto}
.et-fbar-reset:hover{border-color:#cd0800;color:#cd0800}

/* ── Screener: three download buttons ─────────────────────────────────── */
.et-dl-group{display:inline-flex;gap:8px;flex-wrap:wrap;align-items:center}
.et-xls-filtered{background:#0a8f5b;border-color:#0a8f5b;color:#fff}
.et-xls-filtered:hover{background:#087a4d;border-color:#087a4d;color:#fff}
.et-xls-sector,.et-xls-all{background:#fff;border:1px solid #0a8f5b;color:#0a8f5b}
.et-xls-sector:hover,.et-xls-all:hover{background:#e6f9f1}
@media(max-width:760px){.et-dl-group{width:100%;margin-top:8px}}

/* Optional screener columns hidden via [hidden] attribute */
.et-table th[hidden], .et-table td[hidden]{display:none}

/* ── Stock page: peer comparison table (Overview) ─────────────────────── */
.et-peer-compare table{width:100%;border-collapse:collapse;font-size:14px}
.et-peer-compare th,.et-peer-compare td{padding:9px 12px;text-align:right;border-bottom:1px solid #eef0f2}
.et-peer-compare th.l,.et-peer-compare td.l{text-align:left}
.et-peer-compare thead th{font-size:12px;font-weight:700;color:#5f6368;text-transform:uppercase;letter-spacing:.03em}
.et-peer-compare tbody tr:hover{background:#fafbfc}
.et-peer-self{background:#fff7e6}
.et-peer-self:hover{background:#fff2d6 !important}
.et-peer-selftag{display:inline-block;font-size:10.5px;font-weight:700;color:#b96f00;background:#ffe9c2;padding:1px 7px;border-radius:999px;margin-left:6px;vertical-align:middle}
.et-peer-compare td.l a{color:#2962FF;text-decoration:none}
.et-peer-compare td.l a:hover{text-decoration:underline}

/* ── Stock page: returns / CAGR strip ─────────────────────────────────── */
.et-returns-strip{display:flex;align-items:center;gap:18px;flex-wrap:wrap;padding:12px 16px;margin:0 0 16px;background:#fafbfc;border:1px solid #eef0f2;border-radius:10px}
.et-returns-label{font-size:12px;font-weight:700;color:#5f6368;text-transform:uppercase;letter-spacing:.03em}
.et-return-item{display:flex;flex-direction:column;align-items:flex-start;gap:1px}
.et-return-period{font-size:11px;color:#9aa0a6;font-weight:600}
.et-return-val{font-size:15px;font-weight:700}
.et-return-pos{color:#0a8f5b}
.et-return-neg{color:#cd0800}
.et-return-na{color:#9aa0a6}
.et-returns-note{font-size:11px;color:#9aa0a6;font-style:italic;margin-left:auto}

/* v2.39.10 — peer/body link colors. User custom CSS sets .et-fin-table a{color:#fff}
   for the navy header; these higher-specificity rules keep body-cell links readable. */
.et-fin-table td a{color:var(--et-cyan-dark);text-decoration:none}
.et-fin-table a.et-peer-name{color:var(--et-cyan-dark);text-decoration:none}
.et-fin-table a.et-peer-name:hover{text-decoration:underline}

/* ============================================================
   v2.39.11 — user-specified overrides (appended last so they
   win over the earlier duplicate rules for the same selectors).
   ============================================================ */
.et-chart-card{border:1px solid #1b0d6f;border-radius:12px;padding:16px 18px 14px;background:#fff;min-width:0}
.et-glossary{margin:26px 0 8px;padding:18px 20px;background:#fff;border:1px solid #1b0d6f;border-radius:10px}
.et-glossary-item{padding:12px 0;border-top:1px solid #1b0d6f}
.et-fin-table table{width:100%;border-collapse:collapse;font-size:14px;border:1px solid #1b0d6f}
.et-fin-table th{background:#1b0d6f;padding:7px 10px;text-align:right;font-weight:500;color:#fff;font-size:12px;border-bottom:1px solid var(--et-border)}
.et-fin-table a{color:#fff;text-decoration:none}
.et-fv-headcta{display:inline-block;border:1px solid #170873;color:#1c1c1c;text-decoration:none;font-weight:600;font-size:13px;padding:8px 14px;border-radius:8px;white-space:nowrap;transition:all .12s;background-color:#41f1dc}
.et-chart-caption{margin:10px 2px 0;font-size:12.5px;color:#141413;line-height:1.55}
.et-axis-y{font-size:16px;fill:#141413}
.et-x-label{font-size:18px;fill:#141413}
.et-wf-xlabel{font-size:18px;fill:#141413}
.et-eps-label{font-size:18px;font-weight:600;fill:#5E35B1}
.et-grid{stroke:#f0f2f5;stroke-width:3}
.et-pt-label{font-size:18px;fill:#141413}

/* Body-cell links must stay readable — the .et-fin-table a{color:#fff} rule
   above is for the navy header; these keep peer/document links visible. */
.et-fin-table td a{color:var(--et-cyan-dark)}
.et-fin-table a.et-peer-name{color:var(--et-cyan-dark)}
.et-fin-table a.et-peer-name:hover{text-decoration:underline}

/* v2.39.11 — the topbar logo is now an <h1> (the page has no other H1).
   Reset the theme's heading styles so it looks exactly as before. */
h1.et-logo{margin:0;padding:0;font-size:14px;line-height:1.2;letter-spacing:normal;text-transform:none;font-family:inherit}
/* Country suffix: present for SEO/screen readers, not shown visually. */
.et-h1-seo{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
