/* GENERATED FILE -- do not edit directly.
 * Rebuild with: python tools/build-critical-css.py
 * Gemessene Regeln fuer die erste Ansicht (mehrere Seitentypen,
 * mobil + Desktop). Das vollstaendige aktieen.bundle.css laedt
 * danach nicht-blockierend nach und setzt alles final.
 */
@keyframes ovxLoadingSpin{to{transform:rotate(360deg)}}
@keyframes ldPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.8)}}
@keyframes lazy-tab-shimmer{100%{transform:translateX(100%)}}
@keyframes compxMacBackdropIn{
  from{background:rgba(15,23,42,0);backdrop-filter:blur(0)}
  to{background:rgba(15,23,42,.14);backdrop-filter:blur(6px)}
}
@keyframes compxMacBackdropOut{
  from{background:rgba(15,23,42,.14);backdrop-filter:blur(6px)}
  to{background:rgba(15,23,42,0);backdrop-filter:blur(0)}
}
@keyframes compxMacModalIn{
  0%{opacity:0;transform:translateY(18px) scale(.92);filter:blur(7px)}
  58%{opacity:1;transform:translateY(-2px) scale(1.012);filter:blur(0)}
  100%{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}
}
@keyframes compxMacModalOut{
  from{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}
  to{opacity:0;transform:translateY(10px) scale(.96);filter:blur(3px)}
}
@keyframes indicesTicker{from{transform:translateX(0)}to{transform:translateX(var(--ticker-shift,-50%))}}
@keyframes finxMiniLoading{
  from{background-position:100% 0}
  to{background-position:-100% 0}
}
@keyframes ovxJumpFlash{
  0%,18%{background-color:rgba(22,132,81,.11);box-shadow:0 0 0 100vmax rgba(22,132,81,.11);}
  100%{background-color:transparent;box-shadow:0 0 0 100vmax rgba(22,132,81,0);}
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#ffffff; --side:#f4f5f8; --sep:rgba(0,0,0,.09);
  --text:#000000; --muted:#64748B; --dim:#94A3B8;
  --primary:#2563EB; --primary-dark:#1D4ED8; --secondary:#64748B;
  --positive:#16A34A; --warning:#F59E0B; --negative:#DC2626;
  --teal:#096495; --red:var(--negative); --warn:var(--warning);
}
html,body{font-family:'Inter',sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}
.stock-research-page{
  font-family:'Inter',sans-serif!important;
}
.stock-research-page *:not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fa-solid):not(.fa-regular):not(.fa-brands){
  font-family:inherit!important;
}
.stock-research-page svg text{
  font-family:'Inter',sans-serif!important;
}
body{padding-top:54px;min-height:100vh;display:flex;flex-direction:column}
.site-footer{margin-top:auto!important;flex-shrink:0}
.navbar{position:fixed;top:0;left:0;right:0;z-index:1100;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid var(--sep);height:54px;transform:none!important;background-color: #f7f6f6;}
.nav-inner{max-width:1100px;margin:0 auto;padding:0 32px;height:100%;display:flex;align-items:center;gap:0}
.nav-brand{display:flex;align-items:center;gap:9px;text-decoration:none;color:var(--text);margin-right:28px;flex-shrink:0}
.nav-name{font-size:15px;font-weight:700;letter-spacing:-.01em}
.nav-links{display:flex;align-items:center;gap:2px}
.nav-link{padding:5px 11px;font-size:13px;color:var(--muted);text-decoration:none;border-radius:6px;transition:color .12s,background .12s;font-weight:500}
.nav-link.on{color:var(--text)}
.nav-r{margin-left:auto;display:flex;align-items:center;gap:10px}
.nav-search{position:relative;display:flex;align-items:center;gap:7px;height:34px;width:230px;padding:0 13px;background:#fff;border:1px solid var(--sep);border-radius:8px;font-size:13px;color:var(--muted);cursor:pointer;white-space:nowrap;transition:width .18s ease}
.nav-search svg{width:13px;height:13px;flex-shrink:0}
.nav-search input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:#334155;font:inherit}
.nav-search-suggestions{position:absolute;z-index:1200;top:calc(100% + 7px);right:0;width:360px;max-width:calc(100vw - 24px);max-height:390px;padding:6px;border:1px solid #dce3e8;border-radius:10px;background:#fff;box-shadow:0 16px 34px rgba(15,23,42,.15);overflow:auto}
.nav-search-suggestions[hidden]{display:none!important}
.nav-mobile-toggle,.nav-mobile-panel,.nav-mobile-backdrop{display:none}
(max-width:820px){
@media(max-width:820px){
.nav-mobile-toggle{display:flex;width:38px;height:38px;align-items:center;justify-content:center;border:0;border-radius:8px;background:transparent;color:#334155;cursor:pointer}
.nav-mobile-toggle svg{width:20px;height:20px}
.nav-mobile-backdrop{position:fixed;z-index:1098;inset:52px 0 0;display:block;border:0;background:rgba(15,23,42,.34);backdrop-filter:blur(2px)}
.nav-mobile-backdrop[hidden],.nav-mobile-panel[hidden]{display:none!important}
.nav-mobile-panel{position:fixed;z-index:1099;top:52px;right:0;display:block;width:min(100%,390px);height:calc(100dvh - 52px);padding:16px 18px 24px;border-left:1px solid var(--sep);background:#fff;box-shadow:-18px 0 42px rgba(15,23,42,.15);overflow-y:auto;overscroll-behavior:contain}
}
.page-wrap{display:flex;justify-content:center;align-items:flex-start}
main{max-width:1100px;width:100%;padding:58px 32px 80px;min-width:0}
#stickyBar{position:fixed;top:54px;left:0;right:0;z-index:900;background:#ffffff;border-bottom:1px solid var(--sep);height:44px;font-size:13px;transform:translateY(0)!important;transition:none;pointer-events:auto}
.sb-inner{max-width:1100px;margin:0 auto;padding:0 32px;height:100%;display:flex;align-items:center;gap:12px}
#stickyBar.visible{transform:translateY(0);pointer-events:auto}
.sb-price{font-weight:700}
.sb-chg{font-size:12px}
.sb-chg.up{color:var(--positive)}
.sb-sep{color:var(--sep);margin:0 4px}
.sb-spark{margin-left:auto;height:32px;min-width:260px;display:flex;align-items:center;gap:9px;border-left:1px solid var(--sep);padding-left:14px}
.sb-spark-lbl{font-size:10px;font-weight:600;letter-spacing:.08em;color:var(--dim)}
.sb-spark-chart{width:150px;height:28px;flex-shrink:0}
.sb-spark-chart svg{display:block;width:100%;height:100%;overflow:visible}
.sb-spark-val{font-size:11px;font-weight:700;color:var(--positive);min-width:54px;text-align:right}
(max-width:600px){
@media(max-width:600px){
.sb-spark{min-width:150px;gap:6px;padding-left:8px}
.sb-spark-chart{width:88px}
.sb-spark-val{display:none}
}
.finx{border-top:none;padding-top:0}
.anx{border-top:none;padding-top:0}
.anx-fair-panel{background:#fff;margin-top:18px;padding:16px;overflow:visible}
.anx-fair-chart-wrap{position:relative;width:100%;height:405px;overflow:visible}
(max-width:860px){
@media(max-width:860px){
.anx-fair-chart-wrap,.anx-fair-chart,.anx-forecast-chart-wrap,.anx-forecast-chart,.anx-short-chart-wrap,.anx-short-chart{height:360px}
}
(max-width:560px){
@media(max-width:560px){
.anx-panel,.anx-fair-panel,.anx-forecast-panel,.anx-short-panel{padding:14px}
}
#chartEvTip{position:absolute;pointer-events:none;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:8px;padding:7px 11px;font-size:11px;color:#111827;white-space:nowrap;box-shadow:0 4px 16px rgba(0,0,0,.12);opacity:0;transition:opacity .15s;max-width:220px;white-space:normal;line-height:1.5;z-index:200}
.stock-row{display:flex;align-items:center;gap:18px;padding:28px 0 0}
.s-logo{width:62px;height:62px;border-radius:7px;background:var(--sep);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;}
.s-logo img{width:100%;height:100%;object-fit:contain}
.s-info h1{font-size:26px;font-weight:700;letter-spacing:-.02em;line-height:1.15}
.s-ids{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:12.5px;color:var(--muted);margin-top:5px}
.s-ids .s-isin-block{display:flex;align-items:center;gap:5px}
.s-ids .s-isin-sep{color:var(--dim);margin:0 4px}
.s-ids .s-status-badge{display:inline-flex;align-items:center;border-radius:5px;padding:3px 10px;font-size:11px;font-weight:700;line-height:1.3;white-space:nowrap}
.s-ids .s-status-badge.is-full{background:#e6f4ee;color:#0f7a53}
.s-ids .s-copy{background:none;border:none;padding:0 2px;cursor:pointer;color:var(--dim);line-height:1;display:inline-flex;align-items:center;transition:color .15s}
.s-ids .s-copy svg{width:13px;height:13px}
.sib-cols{margin:18px 0 0;display:flex;align-items:stretch;gap:0;background:#fff;flex-wrap:wrap}
.sib-col{flex:0 1 auto;padding:10px 16px 8px;min-width:max-content;border-left:1px solid var(--sep)}
.sib-col:first-child{border-left:none}
.sib-col-sep{display:none}
.sib-col-lbl{font-size:11.5px;color:var(--muted);margin-bottom:5px;white-space:nowrap}
.sib-col-val{font-size:15px;font-weight:700;color:var(--text);white-space:nowrap}
.sib-col-val a{color:inherit;text-decoration:none;border-bottom:1px dashed var(--sep)}
.sib-country-flag{display:block;width:26px;height:17px;border-radius:3px;object-fit:cover;box-shadow:0 0 0 1px rgba(15,23,42,.14)}
.sib-siblings{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 0}
.sib-topic-strip{display:flex;flex-direction:column;align-items:flex-start;gap:7px;margin:12px 0 0;padding:0}
.sib-topic-strip>div{display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-width:0}
.sib-topic-strip span{width:62px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--dim);margin-right:2px}
.sib-topic-strip :is(a,b){display:inline-flex;align-items:center;min-height:25px;border-radius:4px;background:#f1f2f4;color:#555;padding:4px 9px;font-size:11.5px;font-weight:600;line-height:1;text-decoration:none;white-space:nowrap}
.sib-topic-strip .sib-topic-primary{background:#e6f4ee;color:#0f7a53;font-weight:800}
.mi-card{margin:14px 0 0;border-top:1px solid var(--sep);padding-top:12px;transition:background .12s;border-radius:0 0 8px 8px}
.mi-head{display:flex;align-items:center;gap:7px;margin-bottom:7px}
.mi-title{font-size:10px;font-weight:800;letter-spacing:.14em;color:var(--teal);text-transform:uppercase}
.mi-meta{margin-left:auto;font-size:11px;color:var(--dim)}
.mi-expand{font-size:16px;font-weight:300;color:var(--dim);margin-left:8px;transition:transform .15s;line-height:1}
.mi-body{font-size:13.5px;color:var(--muted);line-height:1.65}
.mi-modal-overlay{display:none;position:fixed;inset:0;z-index:2000;background:rgba(0,0,0,.1);backdrop-filter:blur(4px);align-items:center;justify-content:center}
(max-width:760px){
@media(max-width:760px){
.sib-cols{gap:0}
.sib-col{flex:0 1 auto}
.sib-col-sep{display:none}
}
.ttabs{display:flex;align-items:center;border-bottom:1px solid var(--sep);padding:0;margin-top:14px;gap:14px}
.ttabs .chart-range-buttons{gap:14px;min-width:0}
.ttabs .chart-range-buttons button{height:36px;padding-bottom:8px;margin-bottom:-1px}
.tt-compare{margin-left:auto;display:flex;align-items:center;gap:8px;font-size:12px;color:var(--dim);cursor:default;padding:8px 0;white-space:nowrap}
.tt-compare b{font-size:12.5px;font-weight:700;color:var(--positive)}
.tt-compare b:first-of-type{color:var(--text)}
.secs{padding:0}
.sec:first-child{border-top:none;}
.breadcrumb{display:flex;align-items:center;gap:5px;flex-wrap:wrap}
.bc-item{font-size:12px;color:var(--muted);text-decoration:none;transition:color .12s}
.bc-item.last{color:var(--text);font-weight:500;pointer-events:none}
.bc-sep{font-size:11px;color:var(--dim)}
.bc-updated{margin-left:auto;font-size:11.5px;font-weight:500;color:var(--dim);white-space:nowrap}
.stock-chart-section{width:100%;background:#fff;padding:0;font-family:inherit}
.chart-range-buttons{display:flex;align-items:center;gap:16px;overflow:visible;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.chart-range-buttons button{height:32px;padding:0 1px 7px;border:0;border-bottom:3px solid transparent;border-radius:0;background:transparent;color:var(--muted);font:inherit;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:color .16s,border-color .16s}
.chart-range-buttons button.active{color:var(--text);border-bottom:3px solid;border-image:linear-gradient(145deg,#94E629 0%,#35BA82 32%,#0D9B9D 58%,#096495 78%,#053876 100%) 1;font-weight:600}
.stock-chart-section-embedded{margin-top:14px}
.stock-chart-container{position:relative;width:100%;height:370px;background:transparent}
.overview-stock-chart,#overviewStockChart{width:100%;height:370px;background:transparent}
.stock-chart-container.has-ovx-canvas,.stock-chart-container.has-ovx-canvas .overview-stock-chart,.stock-chart-container.has-ovx-canvas #overviewStockChart{height:480px}
.stock-chart-container.has-ovx-canvas .chart-floating-tooltip{display:none}
.ovx-canvas-ready #overviewChartTabs{display:none}
.ovx-canvas-card{width:100%;height:480px;background:transparent;border:0;border-radius:0;box-shadow:none;padding:0;position:relative;margin-top:6px;color:#111827;font-family:'Inter',sans-serif}
.ovx-canvas-head{height:92px;display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding:0 2px 10px;position:relative;top:32px;background:transparent;z-index:5}
.ovx-canvas-quote{text-align:right}
.ovx-canvas-symbol{font-size:11px;font-weight:600;color:#6b7280;letter-spacing:.03em;margin-bottom:4px;text-transform:uppercase}
.ovx-canvas-price-row{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}
.ovx-canvas-price{font-size:24px;line-height:1;font-weight:600;letter-spacing:-.04em;color:#111827}
.ovx-canvas-change{font-size:12px;font-weight:600;color:#16a34a}
.ovx-canvas-tabs{display:flex;align-items:flex-start;gap:10px;position:relative;padding-top:5px;padding-bottom:42px}
.ovx-canvas-tabs::before{content:"";position:absolute;left:0;right:0;top:32px;height:1px;background:#e5e7eb}
.ovx-canvas-active-line{position:absolute;top:31px;left:0;width:28px;height:2px;border-radius:999px;background:#000000;z-index:2;transform:translateX(0);transition:transform 260ms cubic-bezier(.22,.61,.36,1),width 260ms cubic-bezier(.22,.61,.36,1),background-color 180ms ease}
.ovx-canvas-range-item{position:relative;display:flex;flex-direction:column;align-items:center;flex:0 0 auto}
.ovx-canvas-range-item button{font-family:'Inter',sans-serif;border:0;background:transparent;padding:0;margin:0;font-size:13px;font-weight:600;line-height:1;color:#64748b;cursor:pointer;transition:color .14s ease}
.ovx-canvas-range-item.active button{color:#111827;font-weight:700}
.ovx-canvas-range-badge{position:absolute;top:40px;left:50%;margin-top:0;padding:7px 11px;border-radius:7px;background:#16a34a;color:#fff;font-size:11px;font-weight:800;line-height:1;white-space:nowrap;opacity:0;visibility:hidden;transform:translate(-50%,-4px);transition:opacity .14s ease,transform .14s ease}
.ovx-canvas-range-badge::before{content:"";position:absolute;top:-6px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #16a34a}
.ovx-canvas-range-item.active .ovx-canvas-range-badge{opacity:1;visibility:visible;transform:translate(-50%,0)}
.ovx-canvas-range-item.negative .ovx-canvas-range-badge{background:#dc2626}
.ovx-canvas-range-item.negative .ovx-canvas-range-badge::before{border-bottom-color:#dc2626}
.ovx-canvas-wrap{position:absolute;left:0;right:0;top:56px;bottom:0;overflow:visible;border-radius:14px;background:transparent;z-index:1}
.ovx-canvas-card.is-loading::before{content:"";position:absolute;left:50%;top:calc(50% - 18px);z-index:31;width:24px;height:24px;margin:-12px 0 0 -12px;border:2px solid #e5e7eb;border-top-color:#111827;border-radius:50%;animation:ovxLoadingSpin .7s linear infinite}
.ovx-canvas-card.is-loading::after{content:"Echte Kursdaten werden geladen ...";position:absolute;inset:0;z-index:30;display:flex;align-items:center;justify-content:center;padding-top:44px;background:#fff;color:#64748b;font-size:12px;font-weight:600}
.ovx-canvas-card.is-loading .ovx-canvas-head,.ovx-canvas-card.is-loading .ovx-canvas-wrap{visibility:hidden}
.ovx-canvas-wrap canvas{width:100%;height:100%;display:block;background:transparent}
.ovx-canvas-tooltip{position:absolute;opacity:0;pointer-events:none;width:max-content;min-width:0;max-width:160px;background:#f3f4f6;color:#111827;border:0;border-radius:8px;padding:6px 9px;box-shadow:0 8px 18px rgba(15,23,42,.10);z-index:10;transition:opacity .08s ease}
.ovx-canvas-tooltip.side-right{transform:translate(10px,-50%)}
.ovx-canvas-date-tooltip{
  position:absolute;
  z-index:11;
  opacity:0;
  pointer-events:none;
  width:max-content;
  max-width:190px;
  padding:6px 9px;
/* ==== aktieen/components/cards-kpis-shell/00.css ==== */
  border-radius:8px;
  background:#f3f4f6;
  color:#64748b;
  box-shadow:0 8px 18px rgba(15,23,42,.10);
  font-size:11px;
  font-weight:700;
  line-height:1.15;
  white-space:nowrap;
  transition:opacity .08s ease;
}
.chart-floating-tooltip{position:absolute;top:0;left:0;z-index:30;min-width:158px;padding:11px 12px;border:1px solid var(--sep);border-radius:8px;background:rgba(255,255,255,.96);box-shadow:0 12px 30px rgba(15,23,42,.13);font-size:12px;color:var(--text);pointer-events:none;opacity:0;transform:translateY(4px);transition:opacity .14s ease,transform .14s ease;backdrop-filter:blur(8px)}
.tooltip-date{margin-bottom:8px;padding-bottom:7px;border-bottom:1px solid rgba(0,0,0,.06);font-weight:800;color:var(--text)}
.tooltip-row{display:flex;justify-content:space-between;gap:18px;line-height:1.7}
.tooltip-row span{color:var(--muted)}
.tooltip-row strong{color:var(--text)}
.site-footer{background:var(--side);padding:38px 0 28px;margin-top:0}
.footer-inner{max-width:960px;margin:0 auto;padding:0 32px;display:flex;align-items:flex-start;gap:14px 36px;flex-wrap:wrap}
.footer-brand{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:800;color:#000000;letter-spacing:-.01em;margin-right:8px}
.footer-nav-grid{display:flex;gap:36px;flex-wrap:wrap;flex:1;min-width:0}
.footer-nav-col{display:flex;flex-direction:column;gap:7px;min-width:90px}
.footer-nav-head{font-size:10.5px;font-weight:700;color:#000000;text-transform:uppercase;letter-spacing:.09em;margin-bottom:3px}
.footer-nav-col a{font-size:12px;color:#000000;text-decoration:none;transition:color .12s;white-space:nowrap}
.footer-copy{width:100%;font-size:11.5px;color:#000000;font-weight:500;margin-top:18px;padding-top:14px;border-top:1px solid var(--sep)}
(max-width:600px){
@media(max-width:600px){
.site-footer{padding:25px 0 20px}
.footer-inner{display:block;padding-right:18px!important;padding-left:18px!important}
.footer-brand{margin:0 0 18px}
.footer-nav-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:19px 24px}
.footer-nav-col{min-width:0;gap:5px}
.footer-nav-head{margin-bottom:2px;font-size:9.5px}
.footer-nav-col a{font-size:10.5px;line-height:1.35;white-space:normal}
.footer-copy{margin-top:18px;padding-top:12px;font-size:9.5px;line-height:1.5}
}
::-webkit-scrollbar{width:4px}
::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:2px}
.page-tabs{display:flex;align-items:stretch;border-bottom:2px solid var(--sep);margin:14px 0 0;gap:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;position:relative;z-index:1;background:var(--bg);overscroll-behavior-y:none}
.ptab{position:relative;padding:9px 15px;font-size:13px;font-weight:500;color:var(--muted);border:0;background:none;cursor:pointer;font-family:inherit;margin:0;transition:color .12s;white-space:nowrap;flex-shrink:0}
.ptab::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:transparent;border-radius:999px;z-index:5;display:block}
.ptab.on,.ptab[aria-selected="true"]{color:var(--text)!important;font-weight:600}
.ptab.on::after,.ptab[aria-selected="true"]::after{background:#096495!important}
.ptab-hidden{display:none!important}
.lazy-tab-slot{
  min-height:540px;
  padding-top:10px;
}
(max-width:760px){
@media(max-width:760px){
.lazy-tab-slot{min-height:460px}
}
.ovx{border-top:none;padding-top:0}
.ovx-top-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;align-items:start;margin-top:14px}
.ovx-left-rail,.ovx-right-rail{display:flex;flex-direction:column;gap:18px;min-width:0}
.ovx h2{font-size:22px;letter-spacing:-.03em;margin-bottom:8px}
.ovx p{font-size:13.5px;line-height:1.75;color:var(--muted);margin:0}
.ovx-desc-card{min-width:0;position:relative;z-index:4}
.ovx-desc-wrap{height:var(--ovx-desc-h,118px);max-height:var(--ovx-desc-h,118px);overflow:hidden;position:relative}
.stock-research-page #secOverview .ovx-desc-wrap{
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
}
.ovx-profile-card{display:flex;flex-direction:column;gap:10px;order:0}
.ovx-desc-card{order:0}
.ovx-profile-table{border-radius: 8px; padding:12px 14px}
.ovx-profile-title{font-size:11px!important;font-weight:800!important;letter-spacing:.08em;text-transform:uppercase;color:var(--text)!important;padding:0 0 8px!important;border-bottom:1px solid rgba(0,0,0,.06)!important;display:flex!important;align-items:center;justify-content:space-between;gap:10px}
.ovx-profile-title small{font-size:9px;font-weight:800;letter-spacing:.06em;color:var(--dim);text-transform:uppercase}
.ovx-profile-table>div{display:flex;justify-content:space-between;gap:12px;padding:7px 0;font-size:12px;align-items:baseline}
.ovx-profile-table>div:last-child{border-bottom:none}
.ovx-profile-table span{color:var(--muted);min-width:0;font-size: 12px;}
.ovx-profile-table b{margin-left:auto;text-align:right;font-size:12.5px;color:#fff}
.ovx-core-table>div{padding:8px 0}
.ovx-core-table span{max-width:58%}
.ovx-core-table b{max-width:42%;line-height:1.45}
.ovx-core-score-row{align-items:center!important}
.ovx-chart-kpi-layout{display:grid;grid-template-columns:1fr;gap:18px;align-items:start}
.ovx-chart-stack{min-width:0}
.ovx-kpi-wide{display:block;margin-top:14px}
.ovx-chart-kpi-layout .ovx-kpi-wide{margin-top:0}
.ovx-chart-kpi-layout .ovx-kpi-panel>.ovx-kpi-grid{display:none!important}
.ovx-kpi-panel{background:#fff}
.ovx-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.ovx-chart-kpi-layout .ovx-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.stock-research-page [hidden],
.stock-research-page .ovx-strategic-scores[hidden],
.stock-research-page .ovx-score-times[hidden],
.stock-research-page .ovx-score-grid[hidden]{
  display:none!important;
}
.ovx-h{font-size:11px;font-weight:650;margin-bottom:11px;color:var(--muted);text-transform: uppercase;}
.sib-col-val,.ovx-table b,.ovx-table em,.valx-table b,.growx-table b,.qlx-table b,.riskx-table b,.chartx-table b,.finx-table b,.peerx-table b,.newsx-table b,.an-pct,.p-delta{white-space:nowrap}
.ovx-range52{margin-top:16px;padding-top:14px;border-top:1px solid rgba(0,0,0,.06)}
.ovx-range52-head,.ovx-range52-labels{display:flex;align-items:center;justify-content:space-between;gap:10px}
.ovx-range52-head span{font-size:12px;font-weight:700;color:var(--text)}
.ovx-range52-head b{font-size:12px;font-weight:700;color:var(--teal)}
.ovx-range52 .price-range-line{width:100%;padding:48px 10px 46px;overflow:visible}
.ovx-range52 .range-track{position:relative;width:100%;height:6px;background:#e5e7eb;border-radius:999px}
.ovx-range52 .range-fill{position:absolute;top:0;height:6px;border-radius:999px;background:#adaeb0;z-index:1}
.ovx-range52 .range-extension{position:absolute;top:2px;height:2px;border-top:2px dashed #16a34a;z-index:2;display:none}
.ovx-range52 .range-marker{position:absolute;top:50%;transform:translate(-50%,-50%);z-index:3}
.ovx-range52 .range-marker::before{content:"";display:block;width:10px;height:10px;background:#fff;border:2px solid #94a3b8;border-radius:999px}
.ovx-range52 .range-marker.now::before{width:12px;height:12px;border-color:#000000;background:#fff}
.ovx-range52 .marker-label{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);white-space:nowrap;font-size:10.5px;line-height:1;font-weight:700;color:#64748b}
.ovx-range52 .marker-value{position:absolute;left:50%;top:18px;transform:translateX(-50%);white-space:nowrap;font-size:12px;line-height:1;font-weight:650;color:#96979a;letter-spacing:-.02em}
.ovx-range52 .range-marker.low .marker-label,
.ovx-range52 .range-marker.low .marker-value{left:0;transform:translateX(0);text-align:left}
.ovx-range52 .range-marker.high .marker-label,
.ovx-range52 .range-marker.high .marker-value,
.ovx-range52 .range-marker.target .marker-label,
.ovx-range52 .range-marker.target .marker-value{left:auto;right:0;transform:translateX(0);text-align:right}
.ovx-range52 .range-marker.now .marker-label,
.ovx-range52 .range-marker.now .marker-value{color:#000000}
.ovx-related-grid{display:grid;grid-template-columns:1fr;gap:14px;margin-top:14px;align-items:start}
.shared-related-section{width:100%;margin-top:18px;padding-top:2px}
.ovx-related-panel,.ovx-broker-panel{margin-top:0;overflow-x:auto}
.ovx-related-panel{overflow:visible}
.ovx-related-subhead{margin-top:16px;padding-top:12px;border-top:1px solid rgba(0,0,0,.07)}
.stock-card-carousel{width:100%;display:grid;grid-template-columns:30px minmax(0,1fr) 30px;align-items:stretch;gap:8px;margin-top:6px}
.stock-card-row{width:100%;display:flex;gap:10px;align-items:stretch;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:2px 0;scroll-behavior:smooth}
.stock-carousel-btn{appearance:none;border:0;background:#fff;color:#111827;font-family:'Inter',sans-serif;font-size:0;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px;transition:background .14s ease,color .14s ease,opacity .14s ease}
.stock-carousel-btn i{display:block;font-size:13px;line-height:1;color:currentColor}
.stock-mini-card{width:176px;min-height:92px;background:#fff;padding:11px 12px;display:flex;flex:0 0 176px;flex-direction:column;justify-content:space-between;box-shadow: 0 1px 2px #22242626;border-radius:10px;transition:border-color .15s ease,background .15s ease}
.stock-mini-card,.stock-mini-card:hover,.stock-mini-card:focus,.stock-mini-card :is(.stock-symbol,.stock-name,.stock-price,.stock-change){text-decoration:none!important}
.stock-mini-card{color:inherit}
.stock-mini-card .stock-card-logo img{display:block;width:100%;height:100%;object-fit:contain}
.stock-card-head{display:flex;align-items:center;gap:9px;min-width:0}
.stock-card-logo{width:50px;height:50px;flex:0 0 50px;background:transparent;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:9px}
.stock-card-logo img{display:block;width:35px;height:25px;object-fit:contain;image-rendering:auto}
.stock-card-copy{min-width:0}
.stock-symbol{font-size:12.5px;line-height:1.05;font-weight:700;color:#000000;letter-spacing:-.03em;margin-bottom:1px}
.stock-name{font-size:11.5px;line-height:1.15;font-weight:500;color: var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
(max-width:860px){
@media(max-width:860px){
.stock-card-carousel{grid-template-columns:28px minmax(0,1fr) 28px;gap:5px}
.stock-card-row{gap:8px;overflow-x:auto;padding:2px 0}
.stock-mini-card{flex:0 0 168px;width:168px}
}
(max-width:760px){
@media(max-width:760px){
.ovx-intro,.ovx-top-layout,.ovx-two,.ovx-chart-info,.ovx-kpi-grid,.ovx-chart-kpi-layout,.ovx-news-events,.ovx-related-grid{grid-template-columns:1fr}
.ovx-chart-kpi-layout .ovx-kpi-grid{grid-template-columns:1fr}
}
.compx-segment-live-tooltip{
  position:fixed;
  z-index:10080;
  width:min(320px,calc(100vw - 32px));
  padding:10px 12px;
  border:1px solid rgba(15,23,42,.14);
  border-radius:8px;
  background:#fff;
  color:#475569;
  box-shadow:0 12px 30px rgba(15,23,42,.14);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(4px);
  transition:opacity .08s ease,transform .08s ease,visibility .08s ease;
}
.compx-segment-live-tooltip small{display:block;margin-bottom:4px;color:#64748b;font-size:10px;font-weight:750;line-height:1.25}
.compx-segment-live-tooltip strong{display:block;color:#111827;font-size:13px;font-weight:800;line-height:1.25}
.compx-segment-live-tooltip p{margin:6px 0 0;color:#475569;font-size:12px;font-weight:600;line-height:1.45}
.compx-section-intro{max-width:820px;margin:6px 0 14px!important;font-size:12.5px!important;line-height:1.6!important;color:#64748b}
.compx-peer-logo-tooltip{
  position:fixed;
  z-index:9999;
  --arrow-left:22px;
  width:min(310px,calc(100vw - 24px));
  padding:10px 11px;
  border:1px solid #d8dee5;
  border-radius:7px;
  background:#fff;
  box-shadow:0 4px 8px rgba(15,23,42,.25),0 1px 3px rgba(15,23,42,.18);
  opacity:0;
  pointer-events:none;
  transition:opacity .08s ease;
}
.compx-peer-logo-tooltip:before,
.compx-peer-logo-tooltip:after{
  content:"";
  position:absolute;
  left:var(--arrow-left);
  bottom:-8px;
  transform:translateX(-50%);
  border-left:8px solid transparent;
  border-right:8px solid transparent;
  border-top:8px solid #d8dee5;
}
.compx-peer-logo-tooltip:after{
  bottom:-7px;
  border-left-width:7px;
  border-right-width:7px;
  border-top:7px solid #fff;
}
.compx-model-detail-grid p strong,
.compx-trend-cases p strong,
.compx-leader-brief strong,
.compx-roadmap p strong,
.compx-future-grid p strong,
.compx-section-intro strong{
color:#111827;
font-weight:760;
}
.compx-h{font-size:13px;font-weight:800;margin-bottom:12px;color:var(--text)}
body.stock-research-page .compx-peer-logo-tooltip,
body.stock-research-page .compx-segment-tooltip,
body.stock-research-page .compx-owner-donut-tooltip,
body.stock-research-page .compx-moat-radar-tooltip,
body.stock-research-page .compx-map-tooltip,
body.stock-research-page .company-milestone-tooltip,
body.stock-research-page .compx-fin-tooltip{
  border:1px solid rgba(15,23,42,.14)!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#475569!important;
  box-shadow:0 12px 30px rgba(15,23,42,.14)!important;
  font-size:12px!important;
  font-weight:600!important;
  line-height:1.45!important;
  letter-spacing:0!important;
}
body.stock-research-page .compx-segment-tooltip::before,
body.stock-research-page .compx-segment-tooltip::after,
body.stock-research-page .compx-peer-logo-tooltip::before,
body.stock-research-page .compx-peer-logo-tooltip::after,
body.stock-research-page .compx-owner-donut-tooltip::before,
body.stock-research-page .compx-owner-donut-tooltip::after,
body.stock-research-page .compx-moat-radar-tooltip::before,
body.stock-research-page .compx-moat-radar-tooltip::after,
body.stock-research-page .compx-map-tooltip::before,
body.stock-research-page .compx-map-tooltip::after,
body.stock-research-page .company-milestone-tooltip::before,
body.stock-research-page .company-milestone-tooltip::after,
body.stock-research-page .compx-fin-tooltip::before,
body.stock-research-page .compx-fin-tooltip::after,
body.stock-research-page .compx-moat-radar-tooltip .tooltip-speech::before{
  display:none!important;
}
.chartx{border-top:none;padding-top:0}
.chartx-panel{ background:#fff;margin-top:14px}
.chartx-chart-panel{overflow:visible}
.chartx-new{border-top:none;padding-top:0}
.chartx-canvas-container{position:relative;overflow:visible}
(max-width:560px){
@media(max-width:560px){
.ovx-range52 .price-range-line{padding-left:42px;padding-right:42px}
}
.ud-strip{display:flex;flex-wrap:wrap;align-items:center;gap:5px;padding:10px 0 0;margin-top:10px}
(max-width:680px){
@media(max-width:680px){
.page-tabs{margin:10px 0 0}
.ptab{padding:8px 11px;font-size:12px}
}
(max-width:680px){
@media(max-width:680px){
.navbar{padding:0 12px}
.nav-links{display:none}
.nav-r{gap:6px}
.nav-search{display:none}
main{padding:58px 12px 60px}
.breadcrumb{gap:3px}
.bc-item{font-size:11px}
.bc-updated{width:100%;margin-left:0;margin-top:4px;font-size:11px}
.stock-row{flex-wrap:wrap;gap:10px}
.s-logo{width:48px;height:48px;min-width:48px;border-radius:10px}
.s-info h1{font-size:22px}
.chart-range-buttons{width:100%;gap:14px}
.stock-chart-container,.overview-stock-chart,#overviewStockChart{height:345px}
}
(max-width:1024px){
@media(max-width:1024px){
.nav-inner,.sb-inner,.footer-inner{max-width:100%;padding-left:24px;padding-right:24px}
main{max-width:100%;padding-left:24px;padding-right:24px}
}
(max-width:820px){
@media(max-width:820px){
html,body{overflow-x:hidden}
body{padding-top:52px}
main{padding-left:18px;padding-right:18px;padding-bottom:64px}
.nav-inner,.sb-inner,.footer-inner{padding-left:18px;padding-right:18px}
.navbar{height:52px}
.nav-brand{margin-right:14px}
.nav-links{display:none}
.nav-search{display:none}
.page-tabs{margin-top:12px}
.ptab{padding:9px 12px;font-size:12px}
#stickyBar{top:52px}
.sb-inner{gap:8px}
.sb-sep{display:none}
.breadcrumb{padding-top:18px}
.stock-row{gap:12px}
.sib-cols{display:flex;flex-wrap:wrap;border:none;border-radius:0;overflow:visible}
.sib-col{flex:0 1 auto;min-width:max-content;padding:10px 12px;border-bottom:none}
.sib-col:nth-last-child(-n+2){border-bottom:none}
.sib-col:nth-child(odd){border-right:none}
.sib-col-sep{display:none}
.ttabs,.fin-toggle,.perf-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.tt-compare{margin-left:8px;white-space:nowrap}
.footer-copy{margin-left:0;width:100%}
}
(max-width:560px){
@media(max-width:560px){
main{padding-left:12px;padding-right:12px}
.nav-inner,.sb-inner,.footer-inner{padding-left:12px;padding-right:12px}
.nav-name{font-size:14px}
.stock-row{align-items:flex-start}
.s-logo{width:48px;height:48px;border-radius:10px}
.s-info{min-width:0;flex:1}
.s-info h1{font-size:22px;line-height:1.2;overflow-wrap:anywhere}
.s-ids{font-size:11.5px;gap:5px}
.sib-cols{margin-top:14px}
.sib-col{padding:9px 10px}
.sib-col-lbl{font-size:10.5px}
.sib-col-val{font-size:13px}
.sec{margin-top:18px;padding-top:18px}
.chart-range-buttons{width:100%;gap:14px}
.stock-chart-container,.overview-stock-chart,#overviewStockChart{height:345px}
.stock-chart-container.has-ovx-canvas,.stock-chart-container.has-ovx-canvas .overview-stock-chart,.stock-chart-container.has-ovx-canvas #overviewStockChart,.ovx-canvas-card{height:430px}
.ovx-canvas-head{top:32px;padding-top:0;background:transparent;z-index:5}
.ovx-canvas-quote{text-align:left;min-width:0}
.ovx-canvas-tabs{gap:10px;overflow:visible;padding-bottom:42px;flex-wrap:wrap}
.ovx-canvas-range-item button{font-size:12px}
.ovx-canvas-range-badge{font-size:10px;padding:5px 7px}
.ovx-canvas-wrap{left:0;right:0;top:100px;bottom:0;background:transparent;z-index:1}
.footer-inner{align-items:flex-start}
}
html{font-size:16px;text-rendering:optimizeLegibility}
body{font-size:14px;line-height:1.55;font-weight:400}
button,input,select,textarea{font:inherit}
.breadcrumb,.s-ids,.sib-col-lbl,.ud-strip,.mi-meta,.chartx-clean-title p,
.ovx-table em,.compx-text,.finx-text,.anx-fair-head p,.anx-forecast-head p,
.anx-short-head p,.valx-text,.qlx-text,.riskx-text,.growx-text,.chartx-text,
.peerx-text,.newsx-text,.news-simple-intro{line-height:1.62}
.s-info h1{font-size:28px;font-weight:750;line-height:1.12;letter-spacing:-.028em}
.ptab{font-size:13px;font-weight:600;line-height:1.1;letter-spacing:-.005em}
.ovx-h,.finx-h,.compx-h,.valx-h,.qlx-h,.riskx-h,.chartx-h,.peerx-h,.newsx-h,
.growx-h,.anx-rec-head h4,.anx-panel-head h3,.anx-fair-head h3,
.anx-forecast-head h3,.anx-short-head h3,.chartx-clean-title h2{
  font-size:17px;
  font-weight:650;
  line-height:1.28;
  letter-spacing:-.008em;
  color:var(--text);
}
.sib-col-val,.ovx-table b,.finx-table b,.compx-table b,.valx-table b,
.qlx-table b,.riskx-table b,.chartx-table b,.peerx-table b,.newsx-table b,
.growx-table b{font-weight:700;letter-spacing:-.01em}
(max-width:820px){
@media(max-width:820px){
.s-info h1{font-size:24px}
}
(max-width:560px){
@media(max-width:560px){
body{font-size:13.5px}
.s-info h1{font-size:22px;line-height:1.18}
.ptab{font-size:12.5px}
.ovx-h,.finx-h,.compx-h,.valx-h,.qlx-h,.riskx-h,.chartx-h,.peerx-h,.newsx-h,
  .growx-h,.chartx-clean-title h2{font-size:13px;line-height:1.32}
}
.stock-research-page .research-tab-title{
  display:block;
  min-height:82px;
  padding:4px 0 18px;
  border-bottom:1px solid var(--sep);
}
.stock-research-page .research-tab-title h2{
  margin:0 0 7px;
  color:var(--text);
  font-size:24px!important;
  font-weight:700!important;
  line-height:1.2!important;
  letter-spacing:0!important;
}
.stock-research-page .research-tab-title p{
  max-width:760px;
  margin:0!important;
  color:var(--muted);
  font-size:13px!important;
  font-weight:400!important;
  line-height:1.5!important;
}
.stock-research-page .research-tab-title .research-ai-note{
  display:block;
  max-width:760px;
  margin:5px 0 0!important;
  color:var(--muted);
  font-size:11px!important;
  font-weight:400!important;
  line-height:1.5!important;
}
.stock-research-page .research-tab-title .research-ai-note a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.stock-research-page .research-ai-note-tag{margin-right:4px;color:var(--text);font-weight:700}
(max-width:760px){
@media(max-width:760px){
.stock-research-page .research-tab-title{
    min-height:93px;
    margin-bottom:16px;
    padding:2px 0 15px;
  }
.stock-research-page .research-tab-title h2{font-size:22px!important}
}
.stock-research-page{
  --type-page-size:28px;
  --type-tab-size:24px;
  --type-section-size:20px;
  --type-card-size:16px;
  --type-body-size:13px;
  --type-label-size:11px;
  --type-metric-size:24px;
  --type-hero-metric-size:36px;
  font-family:'Inter',sans-serif;
  font-size:var(--type-body-size);
  font-weight:400;
  line-height:1.5;
}
.stock-research-page button,
.stock-research-page input,
.stock-research-page select,
.stock-research-page textarea{
  font-family:inherit;
}
.stock-research-page .nav-name,
.stock-research-page .footer-brand,
.stock-research-page .footer-brand span{
  font-size:14px;
  font-weight:600!important;
  line-height:1.3!important;
  letter-spacing:.2em !important;
}
.stock-research-page .nav-link,
.stock-research-page .nav-search,
.stock-research-page #stickyBar,
.stock-research-page .footer-links a,
.stock-research-page .footer-nav-col a{
  font-size:var(--type-body-size)!important;
  font-weight:400!important;
  line-height:1.5!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.stock-research-page .nav-ava,
.stock-research-page #sbLogo,
.stock-research-page .sb-spark-lbl,
.stock-research-page .footer-nav-head,
.stock-research-page .footer-copy,
.stock-research-page .footer-note{
  font-size:var(--type-label-size)!important;
  font-weight:600!important;
  line-height:1.35!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.stock-research-page .sb-price,
.stock-research-page .sb-chg,
.stock-research-page .sb-spark-val{
  font-size:var(--type-body-size)!important;
  font-weight:600!important;
  line-height:1.5!important;
}
.stock-research-page main :where(
  div,h1,h2,h3,h4,h5,h6,p,span,b,strong,small,em,time,
  button,label,input,select,textarea,th,td,a,summary,dd,li,caption
){
  font-size:var(--type-body-size)!important;
  font-weight:400!important;
  line-height:1.5!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.stock-research-page main h2{
  font-size:var(--type-tab-size)!important;
  font-weight:700!important;
  line-height:1.2!important;
}
.stock-research-page main h3{
  font-size:15px;
  font-weight:700!important;
  line-height:1.25!important;
}
.stock-research-page main :where(th,small,time){
  font-size:var(--type-label-size)!important;
  font-weight:600!important;
  line-height:1.35!important;
}
.stock-research-page main :where(
  .marker-label,.ovx-today-label,.ovx-event-title,.ovx-event-date,
  .ovx-timeline-meta,.compx-moat-score-current,.stock-name
){
  font-size:var(--type-label-size)!important;
  font-weight:600!important;
  line-height:1.35!important;
}
.stock-research-page main :where(b,strong){
  font-weight:600!important;
}
.stock-research-page .s-info h1{
  font-size:var(--type-page-size)!important;
  font-weight:700!important;
  line-height:1.15!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.stock-research-page .ovx h2,
.stock-research-page .compx-story h2,
.stock-research-page .compx>h2,
.stock-research-page .finx h2,
.stock-research-page .anx-research-head h2,
.stock-research-page .chartx-clean-title h2,
.stock-research-page .chartx>h2,
.stock-research-page .newsx h2,
.stock-research-page .etfx h2{
  font-size:var(--type-tab-size)!important;
  font-weight:700!important;
  line-height:1.2!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.stock-research-page .ovx-h,
.stock-research-page .finx-h,
.stock-research-page .anx-panel-head h3,
.stock-research-page .anx-fair-head h3,
.stock-research-page .anx-forecast-head h3,
.stock-research-page .anx-short-head h3,
.stock-research-page .anx-subhead h4,
.stock-research-page .anx-bull-bear h4,
.stock-research-page .anx-top-holders h4,
.stock-research-page .chartx-h,
.stock-research-page .newsx-h,
.stock-research-page .compx-model-detail-grid h3,
.stock-research-page .compx-acquisition-list h3,
.stock-research-page .compx-management-card-head strong,
.stock-research-page .news-list-long h3,
.stock-research-page .event-list-long .ev-card-title,
.stock-research-page .news-event-list b,
.ovx-profile-title span
{
  font-size:var(--type-card-size)!important;
  font-weight:600!important;
  line-height:1.3!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.stock-research-page p,
.stock-research-page td,
.stock-research-page .ovx-table>div,
.stock-research-page .finx-table>div,
.stock-research-page .compx-table>div,
.stock-research-page .chartx-table>div,
.stock-research-page .newsx-table>div,
.stock-research-page .etf-meta-row,
.stock-research-page .etf-holdings-row,
.stock-research-page .etf-alloc-row,
.stock-research-page .compx-profile-table>div,
.stock-research-page .compx-market-list span,
.stock-research-page .compx-geo-regions span,
.stock-research-page .compx-competitor-list p,
.stock-research-page .compx-competition-table span,
.stock-research-page .compx-competition-table em,
.stock-research-page .compx-moat-highlight-grid span,
.stock-research-page .compx-moat-sustainability p,
.stock-research-page .anx-context-table td,
.stock-research-page .anx-compact-table td,
.stock-research-page .anx-trend-table td,
.stock-research-page .anx-analyst-table td,
.stock-research-page .anx-insider-table td,
.stock-research-page .anx-peer-table td,
.stock-research-page .news-list-long p,
.stock-research-page .news-event-list p,
.stock-research-page .event-list-long .ev-card-desc{
  font-size:var(--type-body-size)!important;
  font-weight:400!important;
  line-height:1.5!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.stock-research-page th,
.stock-research-page small,
.stock-research-page .breadcrumb,
.stock-research-page .s-ids,
.stock-research-page .sib-col-lbl,
.stock-research-page .sec-group-label,
.stock-research-page .ovx-eyebrow,
.stock-research-page .finx-eyebrow,
.stock-research-page .anx-eyebrow,
.stock-research-page .chartx-eyebrow,
.stock-research-page .newsx-eyebrow,
.stock-research-page .compx-model-detail-grid small,
.stock-research-page .compx-profile-brand span,
.stock-research-page .ovx-profile-title small,
.stock-research-page .ovx-score-times span,
.stock-research-page .ovx-kpi-group-lbl,
.stock-research-page .ovx-event-date,
.stock-research-page .ovx-timeline-meta,
.stock-research-page .finx-group td,
.stock-research-page .anx-data-note span,
.stock-research-page .anx-data-note small,
.stock-research-page .anx-section-head>p,
.stock-research-page .anx-profile-note,
.stock-research-page .anx-target-summary span,
.stock-research-page .anx-consensus-labels,
.stock-research-page .chartx-clean-title p,
.stock-research-page .chartx-metric-trigger span,
.stock-research-page .chartx-metric-group strong,
.stock-research-page .chartx-selected-chip small,
.stock-research-page .chartx-metric-tooltip-date,
.stock-research-page .news-feed-head>span:last-child,
.stock-research-page .news-list-long small,
.stock-research-page .news-tag,
.stock-research-page .src-label,
.stock-research-page .footer-copy,
.stock-research-page .footer-note{
  font-size:var(--type-label-size)!important;
  font-weight:600!important;
  line-height:1.35!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.stock-research-page .stock-symbol,
.stock-research-page .stock-price{
  font-size:var(--type-body-size)!important;
  font-weight:600!important;
  line-height:1.5!important;
  letter-spacing:0!important;
}
.stock-research-page .stock-change,
.stock-research-page .marker-value,
.stock-research-page .ovx-canvas-change{
  font-size:var(--type-body-size)!important;
  font-weight:400!important;
  line-height:1.5!important;
  letter-spacing:0!important;
}
.stock-research-page svg text{
  font-family:'Inter',sans-serif!important;
  font-size:var(--type-label-size)!important;
  font-weight:600!important;
  letter-spacing:0!important;
}
.stock-research-page .sec{
  margin-top:10px!important;
}
.stock-research-page .ptab{
  font-size:14px!important;
  font-weight:600!important;
  line-height:1.2!important;
}
.stock-research-page .compx-h{
  color:var(--text);
  font-size:var(--type-section-size)!important;
  font-weight:700!important;
  line-height:1.25!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
(max-width:680px){
@media(max-width:680px){
.stock-research-page .ptab{font-size:13px!important}
}
.stock-research-page .sib-topic-strip{
  gap:5px;
  margin-top:9px;
}
.stock-research-page .sib-topic-strip>div{gap:5px}
.stock-research-page .sib-topic-strip span{
  width:56px;
  font-size:9px!important;
  line-height:1.25!important;
}
.stock-research-page .sib-topic-strip :is(a,b){
  min-height:22px;
  padding:3px 7px;
  font-size:10px!important;
  line-height:1.2!important;
  font-weight: 600 !important;
}
.stock-research-page .ovx-financial-overview,
.stock-research-page .ovx-peer-overview{
  margin-top:20px;
  padding-top:16px;
}
.research-tooltips-suspended [role="tooltip"],
.research-tooltips-suspended [class$="-tooltip"],
.research-tooltips-suspended [class*="-tooltip "],
.research-tooltips-suspended [class$="-tip"],
.research-tooltips-suspended [class*="-tip "]{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.stock-research-page #secOverview .ovx-chart-kpi-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(285px,340px);
  gap:24px;
  align-items:start;
}
.stock-research-page #secOverview .ovx-kpi-wide{
  margin-top:80px;
}
.stock-research-page #secOverview .ovx-kpi-panel{
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
}
.stock-research-page #secOverview .ovx-chart-kpi-layout .ovx-kpi-grid{
  display:none!important;
}
.stock-research-page #secOverview .ovx-range52{
  order:1;
  margin:0;
  padding:0 0 12px;
  border-top:0;
  border-bottom:1px solid var(--sep);
}
.stock-research-page #secOverview .ovx-range52-head{
  margin-bottom:8px;
}
.stock-research-page #secOverview .ovx-range52-head span{
  color:#334155;
  font-size:13px;
  font-weight:500;
}
.stock-research-page #secOverview .ovx-range52-head b{
  color:#64748b;
  font-size:11px;
  font-weight:600;
}
.stock-research-page #secOverview .ovx-range52 .price-range-line{
  padding:22px 6px 26px;
}
.stock-research-page #secOverview .ovx-range52 .range-track,
.stock-research-page #secOverview .ovx-range52 .range-fill{
  height:5px;
}
.stock-research-page #secOverview .ovx-range52 .range-track{
  background:#d8d8d8;
}
.stock-research-page #secOverview .ovx-range52 .range-fill{
  background:#b8b8b8;
}
.stock-research-page #secOverview .ovx-range52 .range-marker::before{
  width:8px;
  height:8px;
  border-color:#7a7a7a;
  background:#7a7a7a;
}
.stock-research-page #secOverview .ovx-range52 .range-marker.now::before{
  width:10px;
  height:10px;
  border-color:#777;
  background:#777;
}
.stock-research-page #secOverview .ovx-range52 .marker-label{
  font-size:10px;
  font-weight:500;
  color:#64748b;
}
.stock-research-page #secOverview .ovx-range52 .marker-value{
  font-size:11px;
  font-weight:500;
  color:#334155;
}
.stock-research-page #secOverview .ovx-financial-overview{
  margin-top:10px;
}
(max-width:980px){
@media(max-width:980px){
.stock-research-page #secOverview .ovx-chart-kpi-layout{
    grid-template-columns:1fr;
  }
.stock-research-page #secOverview .ovx-kpi-wide{
    margin-top:0;
  }
}
.stock-research-page #secOverview .ovx-left-rail .ovx-kpi-grid{
  display:none!important;
}
.stock-research-page #secOverview .ovx-left-rail .ovx-kpi-panel{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.stock-research-page #secOverview .ovx-chart-kpi-layout{
  grid-template-columns:1fr;
  gap:12px;
}
.stock-research-page #secOverview .stock-chart-container.has-ovx-canvas,
.stock-research-page #secOverview .stock-chart-container.has-ovx-canvas .overview-stock-chart,
.stock-research-page #secOverview .stock-chart-container.has-ovx-canvas #overviewStockChart,
.stock-research-page #secOverview .ovx-canvas-card{
  height:430px;
}
.stock-research-page #secOverview .ovx-canvas-head{
  top:8px;
}
.stock-research-page #secOverview .ovx-canvas-wrap{
  top:78px;
}
(max-width:760px){
@media(max-width:760px){
.stock-research-page #secOverview .stock-chart-container.has-ovx-canvas,
  .stock-research-page #secOverview .stock-chart-container.has-ovx-canvas .overview-stock-chart,
  .stock-research-page #secOverview .stock-chart-container.has-ovx-canvas #overviewStockChart,
  .stock-research-page #secOverview .ovx-canvas-card{
    height:420px;
  }
.stock-research-page #secOverview .ovx-canvas-head{
    top:8px;
  }
.stock-research-page #secOverview .ovx-canvas-wrap{
    top:118px;
  }
}
.stock-research-page #secOverview .ovx-left-rail .ovx-chart-kpi-layout{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  align-items:start;
  margin-top:0;
}
.stock-research-page #secOverview .ovx-left-rail .ovx-chart-kpi-layout>.ovx-kpi-wide{
  margin-top:0;
}
.stock-research-page #secOverview .ovx-left-rail .ovx-kpi-grid{
  display:none!important;
}
.stock-research-page #secOverview .ovx-left-rail .ttabs{
  margin-top:0;
}
.stock-research-page #secOverview .ovx-desc-card{
  margin-bottom:10px;
}
.stock-research-page #secOverview .ovx-left-rail .ovx-chart-kpi-layout{
  margin-top:-4px;
}
.stock-research-page #secOverview .ovx-profile-table .ovx-core-score-row{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
}
.stock-research-page #secOverview .ovx-profile-table .ovx-core-score-row span{
  min-width:0;
  white-space:normal;
}
.ovx-profile-title span{
  color: #000000;
}
.stock-research-page [data-tab].ptab-hidden,
.stock-research-page [data-tab][hidden],
.stock-research-page #secAnalyse.ptab-hidden,
.stock-research-page #secAnalyse[hidden]{
  display:none!important;
}
.stock-research-page [data-tab].ptab-hidden,
.stock-research-page [data-tab][hidden],
.stock-research-page #secAnalyse.ptab-hidden,
.stock-research-page #secAnalyse[hidden]{
  display:none!important;
}
.stock-research-page #secOverview .ovx-financial-overview{margin-top:26px!important}
.stock-research-page #secOverview #ovxFinancialCards{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
(max-width:980px){
@media(max-width:980px){
.stock-research-page #secOverview #ovxFinancialCards{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
(max-width:560px){
@media(max-width:560px){
.stock-research-page #secOverview #ovxFinancialCards{grid-template-columns:1fr!important}
}
.stock-research-page #secOverview .ovx-financial-overview{
  margin-top:26px!important;
}
.stock-research-page #secOverview #ovxFinancialCards{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}
(max-width:980px){
@media(max-width:980px){
.stock-research-page #secOverview #ovxFinancialCards{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
(max-width:560px){
@media(max-width:560px){
.stock-research-page #secOverview #ovxFinancialCards{
    grid-template-columns:1fr!important;
  }
}
.stock-research-page #secOverview .ovx-financial-overview{
  margin-top:26px!important;
}
.stock-research-page #secOverview #ovxFinancialCards{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}
(max-width:980px){
@media(max-width:980px){
.stock-research-page #secOverview #ovxFinancialCards{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
(max-width:560px){
@media(max-width:560px){
.stock-research-page #secOverview #ovxFinancialCards{
    grid-template-columns:1fr!important;
  }
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface,#secOverview,[data-etf-tab="overview"]) .anx-subsection-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  margin:18px 0 12px;
  padding-bottom:7px;
  text-align:center;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface,#secOverview,[data-etf-tab="overview"]) .anx-subsection-head>div:first-child{
  justify-self:center;
  min-width:0;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface,#secOverview,[data-etf-tab="overview"]) .anx-subsection-head .compx-h{
  margin:0!important;
  color:#111827!important;
  font-size:19px!important;
  line-height:1.3!important;
  font-weight:700!important;
  letter-spacing:0!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface,#secOverview,[data-etf-tab="overview"]) .anx-subsection-head .compx-section-intro{
  display:none!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-fair-panel.ovx-canvas-card{
  position:relative;
  height:360px;
  margin-top:12px;
  padding:0;
  border:0;
  border-radius:0;
  background:#fff;
  box-shadow:none;
  overflow:visible;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-fair-panel .anx-fair-summary{
  position:absolute;
  left:8px;
  right:8px;
  top:2px;
  z-index:6;
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin: 14px 0 0 !important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-fair-panel .anx-fair-summary span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:24px;
  padding:3px 8px;
  border-radius:6px;
  background:rgba(248,250,252,.92);
  color:#64748b;
  font-size:11px;
  font-weight:600;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-fair-panel .anx-fair-summary b{
  color:#111827;
  font-weight:700;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-fair-canvas.ovx-canvas-wrap{
  position:absolute;
  left:0;
  right:0;
  top:34px;
  bottom:0;
  height:auto;
  min-height:0;
  border-radius:0;
  background:transparent;
  overflow:visible;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-fair-canvas.ovx-canvas-wrap canvas{
  display:block;
  width:100%;
  height:100%;
  background:transparent;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-fair-date-tooltip{
  position:absolute;
  z-index:11;
  opacity:0;
  pointer-events:none;
  width:max-content;
  max-width:190px;
  padding:6px 9px;
  border-radius:8px;
  background:#f3f4f6;
  color:#64748b;
  box-shadow:0 8px 18px rgba(15,23,42,.10);
  font-size:11px;
  font-weight:700;
  line-height:1.15;
  white-space:nowrap;
  transition:opacity .08s ease;
}
.stock-research-page #secOverview #ovxFinancialCards.ovx-fin-sections{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:18px!important;
  margin:16px 0 0!important;
}
.stock-research-page #secOverview #ovxFinancialCards .ovx-fin-group{
  min-width:0!important;
  padding-top:12px!important;
  border-top:1px solid rgba(0,0,0,.06)!important;
}
.stock-research-page #secOverview #ovxFinancialCards .ovx-fin-group:first-child{
  padding-top:0!important;
  border-top:0!important;
}
.stock-research-page #secOverview .ovx-kpi-panel{
  display:flex!important;
  flex-direction:column!important;
}
.stock-research-page #secOverview .ovx-kpi-panel>.ovx-range52{
  order:1!important;
}
.stock-research-page #secOverview .ovx-kpi-panel>.ovx-kpi-grid{
  order:3!important;
}
body.stock-research-page .ovx-canvas-price-row,
body.stock-research-page #overviewStockChart .ovx-canvas-price-row,
body.stock-research-page #secCharts .ovx-canvas-price-row{
  justify-content:flex-end!important;
  margin-left:auto!important;
  padding-right:18px!important;
  transform:translateX(18px)!important;
}
body.stock-research-page #secCharts [data-chartx-range52] .range-track,
body.stock-research-page #secOverview .ovx-range52 .range-track{
  background:#e5e7eb!important;
}
body.stock-research-page #secCharts [data-chartx-range52] .range-fill,
body.stock-research-page #secOverview .ovx-range52 .range-fill{
  background:#aeb6c1!important;
}
body.stock-research-page #secCharts [data-chartx-range52] .range-extension,
body.stock-research-page #secOverview .ovx-range52 .range-extension{
  display:none!important;
}
body.stock-research-page .anx-valuation-tooltip,
body.stock-research-page .chartx-metric-tooltip,
body.stock-research-page .chartx-point-tooltip,
body.stock-research-page .anx-peer-trend-tooltip,
body.stock-research-page .anx-peer-radar-tooltip,
body.stock-research-page .ovx-event-tooltip,
body .compx-segment-live-tooltip,
body.stock-research-page .compx-segment-tooltip,
body.stock-research-page .compx-source-popover,
body.stock-research-page .ovx-canvas-tooltip,
body.stock-research-page .anx-fair-point-tooltip,
body>#anxGlobalHelpTip{
  border:1px solid rgba(15,23,42,.14)!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#475569!important;
  box-shadow:0 12px 30px rgba(15,23,42,.14)!important;
  font-size:12px!important;
  font-weight:600!important;
  line-height:1.45!important;
  letter-spacing:0!important;
}
body>#compxSegmentLiveTooltip.compx-segment-live-tooltip{
  position:fixed!important;
  z-index:10080!important;
  display:block!important;
  width:min(320px,calc(100vw - 32px))!important;
  padding:10px 12px!important;
  border:1px solid rgba(15,23,42,.14)!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#475569!important;
  box-shadow:0 12px 30px rgba(15,23,42,.14)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
body>#compxSegmentLiveTooltip.compx-segment-live-tooltip small{
  display:block!important;
  margin:0 0 4px!important;
  color:#64748b!important;
  font-size:10px!important;
  font-weight:500!important;
}
body>#compxSegmentLiveTooltip.compx-segment-live-tooltip strong{
  display:block!important;
  color:#111827!important;
  font-size:13px!important;
  font-weight:800!important;
}
body>#compxSegmentLiveTooltip.compx-segment-live-tooltip p{
  margin:6px 0 0!important;
  color:#475569!important;
  font-size:12px!important;
  font-weight:600!important;
  line-height:1.45!important;
  white-space:pre-line!important;
}
body.stock-research-page{
  --company-accent:#096495;
  --company-accent-rgb:9,100,149;
}
body.stock-research-page .ptab.on::after,
body.stock-research-page .ptab[aria-selected="true"]::after{
  background:#000!important;
}
body.stock-research-page #sSym,
body.stock-research-page .mi-icon,
body.stock-research-page .mi-title{
  color:var(--company-accent)!important;
}
body.stock-research-page :is(.pos,.up,.good,.buy,.beat,.is-positive,.trend-positive,.grade-a){
  --teal:var(--positive);
}
:root{
  --ui-card-border:#dfe4ea;
  --ui-card-radius:8px;
  --ui-card-shadow:0 1px 2px #22242626;
  --ui-negative:#b43a3a;
  --ui-warning:#d4a62f;
  --negative:var(--ui-negative);
  --red:var(--ui-negative);
  --warning:var(--ui-warning);
  --warn:var(--ui-warning);
}
.stock-research-page .nav-search{position:relative;cursor:text}
.stock-research-page .nav-search>svg{position:absolute;z-index:2;left:12px;top:50%;transform:translateY(-50%);pointer-events:none}
.stock-research-page .nav-search>input{width:100%;height:100%;padding:0 4px 0 20px;border:0;outline:0;background:transparent;color:#111827;font:inherit;font-size:12px}
.stock-research-page .nav-search>input::placeholder{color:#7b8798;opacity:1}
.stock-research-page .nav-search-suggestions{position:absolute;z-index:1000;top:calc(100% + 9px);left:0;right:0;width:auto;max-height:430px;padding:6px;border:1px solid #dfe4ea;border-radius:9px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.14);overflow:auto}
.stock-research-page .nav-search-suggestions[hidden]{display:none!important}
body.stock-research-page
  :is(#secOverview,#secUnternehmenOverview,#secFinanzenOverview,#secAnalyse,#secBewertung,#secCharts,#secNews,#secEtf,#secPortfolio,main)
  :is(.card,[class$="-card"],[class*="-card "]){
  border:1px solid var(--ui-card-border)!important;
  border-radius:var(--ui-card-radius);
  box-shadow:var(--ui-card-shadow)!important;
}
body.stock-research-page
  :is(#secOverview,#secUnternehmenOverview,#secFinanzenOverview,#secAnalyse,#secBewertung,main)
  :is(.mi-card,.ovx-desc-card,.ovx-canvas-card,.compx-moat-radar-card,.ovx-moat-radar-card,.finx-metric-modal-card),
body.stock-research-page :is(#compxMoatRadar,.compxMoatRadar){
  border:0!important;
  box-shadow:none!important;
}
body.stock-research-page .ovx-related-panel,
body.stock-research-page .ovx-related-panel :is(.stock-mini-card,.market-related-card){
  box-shadow:none!important;
}
body.stock-research-page .ovx-related-panel .stock-mini-card,
body.stock-research-page .ovx-related-panel .stock-mini-card:hover,
body.stock-research-page .ovx-related-panel .stock-mini-card:focus{
  color:inherit;
  text-decoration:none!important;
}
body.stock-research-page .ovx-related-panel .stock-mini-card *{text-decoration:none!important}
body.stock-research-page .ovx-related-panel .stock-card-logo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}
body.stock-research-page #sharedRelatedStocks .stock-mini-badges{
  display:flex;
  margin-top:10px;
}
body.stock-research-page #sharedRelatedStocks .stock-mini-badge{
  display:inline-flex;
  flex:1 1 auto;
  min-height:22px;
  align-items:center;
  justify-content:center;
  padding:3px 8px;
  border-radius:4px;
  font-size:10.5px;
  font-weight:600;
  line-height:1;
  text-align:center;
  white-space:nowrap;
}
body.stock-research-page #sharedRelatedStocks .stock-mini-badge.is-positive{background:#e8f7ef;color:#168451}
body.stock-research-page #sharedRelatedStocks .stock-mini-badge.is-neutral{background:#f1f2f4;color:#555}
body.stock-research-page #sharedRelatedStocks .stock-mini-badge.is-negative{background:#fdecec;color:#b43a3a}
body.stock-research-page #sharedRelatedEtfs .etf-mini-badges{display:flex;flex-wrap:nowrap;gap:6px;margin-top:10px}
body.stock-research-page #sharedRelatedEtfs .etf-mini-badge{
  display:inline-flex;
  min-height:22px;
  align-items:center;
  padding:3px 8px;
  border-radius:4px;
  background:#f1f2f4;
  color:#8a8f98;
  font-size:10.5px;
  font-weight:600;
  line-height:1;
  white-space:nowrap;
}
body.stock-research-page #sharedRelatedEtfs .etf-mini-badge b{margin-left:6px;color:#1a1a1a;font-weight:700}
body.stock-research-page .ovx-related-panel .stock-card-carousel{
  margin-top:10px!important;
  margin-bottom:14px!important;
}
body.stock-research-page
  :is(#secOverview#secOverview,#secNews#secNews,#secPortfolio#secPortfolio,main)
  :is(
    .finx-key-card.anx-valuation-key-card.market-growth-key-card,
    .newsx-panel,
    .news-simple-panel,
    .news-timeline-panel,
    .ovx-news-card,
    .ovx-events-card,
    .market-share-donut-item,
    .stock-mini-card
  ){
  border:0!important;
  box-shadow:none!important;
}
body.stock-research-page #secOverview .ovx-investment-style-card{
  display:flex;
  gap:12px;
  flex-direction:column;
  padding:12px 14px;
  border:1px solid var(--ui-card-border);
  border-radius:8px;
  background:#fff;
  box-shadow:var(--ui-card-shadow);
  order:3;
}
body.stock-research-page #secOverview .ovx-short-rating-card{order:1}
body.stock-research-page #secOverview .ovx-investment-style-card .etf-portfolio-intel-block{
  padding-top:0;
  border-top:0;
}
body.stock-research-page #secOverview .ovx-investment-style-card .etf-intel-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:8px;
  align-items:center;
  margin:0 0 9px;
}
body.stock-research-page #secOverview .ovx-investment-style-card .etf-intel-row span{
  min-width:0;
  color:#111827;
  font-size:12px;
  font-weight:700;
  line-height:1.25;
}
body.stock-research-page #secOverview .ovx-investment-style-card .etf-intel-row b{
  color:#111827;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}
body.stock-research-page #secOverview .ovx-investment-style-card .etf-intel-row i{
  display:block;
  height:6px;
  grid-column:1/-1;
  border-radius:999px;
  background:#eef2f6;
  overflow:hidden;
}
body.stock-research-page #secOverview .ovx-investment-style-card .etf-intel-row i::before{
  content:"";
  display:block;
  width:var(--w);
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,rgba(22,132,81,.72),#168451);
}
body.stock-research-page #secOverview .ovx-text-rating-table .ovx-profile-title{
  margin-bottom:2px;
}
body.stock-research-page #secOverview .ovx-text-rating-row{
  display:flex!important;
  min-height:38px;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px;
  padding:7px 0!important;
}
body.stock-research-page #secOverview .ovx-text-rating-row>span{
  min-width:0;
  max-width:58%!important;
  color:#536176;
  font-size:10.5px;
  font-weight:650;
  line-height:1.3;
}
body.stock-research-page #secOverview .ovx-row-jump{
  cursor:pointer;
  border-radius:8px;
  transition:background-color .15s ease;
}
body.stock-research-page #secOverview .ovx-style-accordion{
  margin:0;
  border-bottom:1px solid rgba(148,163,184,.2);
}
body.stock-research-page #secOverview .ovx-style-accordion:last-child{
  border-bottom:0;
}
body.stock-research-page #secOverview .ovx-style-accordion>summary{
  position:relative;
  margin:0!important;
  padding-right:18px;
  cursor:pointer;
  list-style:none;
  user-select:none;
}
body.stock-research-page #secOverview .ovx-style-chevron{
  position:absolute;
  top:7px;
  right:0;
  color:#94a3b8;
  font-size:14px;
  font-style:normal;
  line-height:1;
  transition:transform .18s ease;
}
body.stock-research-page #secOverview .ovx-style-formula{
  margin:-1px 0 9px;
  padding:9px 10px;
  border:1px solid #e5eaf0;
  border-radius:7px;
  background:#f8fafc;
  color:#475569;
}
body.stock-research-page #secOverview .ovx-style-formula>span{
  display:block;
  margin-bottom:4px;
  color:#168451;
  font-size:8.5px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.stock-research-page #secOverview .ovx-style-formula>code{
  display:block;
  color:#172033;
  font-family:inherit;
  font-size:10px;
  font-weight:750;
  line-height:1.45;
  white-space:normal;
}
body.stock-research-page #secOverview .ovx-style-formula>small{
  display:block;
  margin-top:5px;
  color:#64748b;
  font-size:9.5px;
  line-height:1.45;
}
body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart-card{
  position:relative;
  z-index:2;
  margin:18px 0 24px;
  padding:18px 20px 14px;
  border:1px solid var(--ui-card-border,#e2e8f0);
  border-radius:8px;
  background:#fff;
  box-shadow:var(--ui-card-shadow,0 1px 2px #22242626);
}
body.stock-research-page #secOverview .finx-analysis-chart-card.ovx-pe-history-card{padding:0!important}
body.stock-research-page :is(#secFinanzenOverview,#secOverview,#secBewertung,[data-etf-tab="overview"]) .finx-analysis-chart-legend{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  gap:7px 14px;
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid #edf0f3;
}
body.stock-research-page :is(#secFinanzenOverview,#secOverview,#secBewertung,[data-etf-tab="overview"]) .finx-analysis-chart-legend span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#64748b;
  font-size:10px;
  font-weight:700;
  line-height:1.2;
  white-space:nowrap;
}
body.stock-research-page :is(#secFinanzenOverview,#secOverview,#secBewertung,[data-etf-tab="overview"]) .finx-analysis-chart-legend i{
  width:8px;
  height:8px;
  flex:0 0 8px;
  border-radius:50%;
}
body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart{
  position:relative;
  min-height:290px;
  overflow:visible;
}
body.stock-research-page #secOverview .ovx-pe-history-status{margin:8px 0 0;color:var(--dim);font-size:12px}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-group-chart{
  position:relative;
  min-height:390px;
  box-sizing:border-box;
  padding:18px 20px 14px;
  border:1px solid var(--ui-card-border,#e2e8f0);
  border-radius:var(--ui-card-radius,8px);
  background:#fff;
  box-shadow:var(--ui-card-shadow,0 1px 2px #22242626);
}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-chart-config-source{display:none!important}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-group-chart .ovx-overview-group-rating{
  display:flex;
  justify-content:flex-end;
  margin-bottom:12px;
}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-range-buttons,
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-profitability-year-stepper{
  display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;
}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-range-pill{
  display:inline-flex;align-items:center;min-height:24px;padding:3px 10px;
  border:1px solid #dfe5eb;border-radius:6px;background:rgba(248,250,252,.92);
  color:#64748b;font-size:11px;font-weight:600;cursor:pointer;line-height:1.2;
}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-range-pill.is-active{
  border-color:#b9dfcd;background:#e5f4ec;color:#11734b;
}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-chart-metric-tabs{display:flex;gap:5px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #e7ebef;overflow-x:auto}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-chart-metric-tabs button{min-height:28px;padding:5px 9px;border:1px solid #dfe4ea;border-radius:6px;background:#fff;color:#64748b;font-size:9.5px;font-weight:700;line-height:1.15;white-space:nowrap;cursor:pointer}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-chart-metric-tabs{position:relative;z-index:4;pointer-events:auto}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-chart-metric-tabs button{position:relative;z-index:1;pointer-events:auto}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-chart-metric-tabs button.is-active{border-color:#111827;background:#111827;color:#fff}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-combined-chart{position:relative;height:265px;padding:8px 84px 28px 8px;box-sizing:border-box;overflow:visible}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-group-legend{display:flex;min-height:22px;align-items:center;gap:14px;margin-top:5px;color:#64748b;font-size:9px;font-weight:700}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-group-legend span{display:inline-flex;align-items:center;gap:5px}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-group-legend i,.ovx-overview-group-tooltip small i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--legend-color,#168451)}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-combined-chart{
  height:auto!important;
  min-height:290px;
  padding:0!important;
  overflow:visible;
}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-finance-combo{
  display:grid;
  height:278px;
  grid-template-columns:70px minmax(0,1fr);
  gap:8px;
  padding-top:8px;
}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-finance-combo .finx-combo-axis{
  display:flex;
  height:220px;
  flex-direction:column;
  justify-content:space-between;
  padding-top:1px;
  color:#94a3b8;
  font-size:9px;
  font-weight:650;
  line-height:1;
  text-align:right;
  white-space:nowrap;
}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-finance-combo .finx-combo-plot{
  position:relative;
  min-width:0;
  height:260px;
}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-finance-combo .finx-combo-grid{
  position:absolute;
  inset:0 0 40px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  pointer-events:none;
}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-finance-combo .finx-combo-grid i{display:block;height:1px;background:#e8edf2}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-finance-combo .finx-combo-groups{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:repeat(var(--combo-count,10),minmax(0,1fr));
  gap:3px;
}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-finance-group{
  display:grid;
  min-width:0;
  grid-template-rows:220px 28px;
  gap:7px;
  align-items:end;
  border-radius:0;
  cursor:default;
  outline:0;
  transition:background .12s ease,box-shadow .12s ease;
}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-finance-group .finx-combo-bar-pair{
  display:flex;
  height:100%;
  align-items:flex-end;
  justify-content:center;
  gap:3px;
}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-finance-group .finx-combo-bar{
  display:block;
  width:min(18px,38%);
  min-height:2px;
  border-radius:2px 2px 0 0;
  background:linear-gradient(180deg,#168451 0%,#45a77b 100%);
}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-finance-group .finx-combo-bar.is-single{width:min(22px,54%)}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-finance-group em{
  overflow:hidden;
  margin-top:7px;
  color:#7b8798;
  font-size:9px;
  font-style:normal;
  font-weight:600;
  line-height:1.2;
  text-align:center;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-finance-margin-waterfall{display:grid;grid-template-columns:76px minmax(0,1fr);gap:10px;min-width:0;margin-top:8px}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-finance-margin-waterfall .finx-margin-waterfall-axis{display:flex;height:230px;flex-direction:column;justify-content:space-between;color:#94a3b8;font-size:9px;font-weight:650;line-height:1;text-align:right;white-space:nowrap}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-finance-margin-waterfall .finx-margin-waterfall-plot{position:relative;height:266px;overflow:hidden}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-finance-margin-waterfall .finx-margin-waterfall-grid{position:absolute;inset:0 0 36px;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-finance-margin-waterfall .finx-margin-waterfall-grid i{display:block;height:1px;background:#e8edf2}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-finance-margin-waterfall .finx-margin-waterfall-groups{position:absolute;inset:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-finance-margin-waterfall .finx-margin-waterfall-group{display:grid;min-width:0;grid-template-rows:230px 32px;gap:4px;border-radius:0;transition:background .12s ease}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-finance-margin-waterfall .finx-margin-waterfall-group>span{position:relative;display:block;height:230px}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-finance-margin-waterfall .finx-margin-waterfall-group>span>i{position:absolute;left:24%;display:block;width:52%;min-height:2px;border-radius:2px;cursor:default;outline:none}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-finance-margin-waterfall .finx-margin-waterfall-group>span>i.is-start{background:linear-gradient(180deg,#6d8096 0%,#9aa9ba 100%)}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-finance-margin-waterfall .finx-margin-waterfall-group>span>i.is-margin,body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-finance-margin-waterfall .finx-margin-waterfall-group>span>i.is-positive{background:linear-gradient(180deg,#168451 0%,#45a77b 100%)}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-finance-margin-waterfall .finx-margin-waterfall-group>span>i.is-negative{background:linear-gradient(180deg,#b43a3a 0%,#d66b6b 100%)}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-finance-margin-waterfall .finx-margin-waterfall-group>span>b{position:absolute;z-index:0;right:-37%;width:74%;border-top:1px dashed #aab4c2}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-finance-margin-waterfall .finx-margin-waterfall-group em{overflow:hidden;padding-top:8px;color:#7b8798;font-size:8.5px;font-style:normal;font-weight:600;line-height:1.15;text-align:center;text-overflow:ellipsis;white-space:nowrap}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-balance-chart{display:grid;grid-template-columns:76px minmax(0,1fr);gap:10px;min-width:0}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-balance-axis{position:relative;height:260px;color:#94a3b8;font-size:9px;font-weight:650;line-height:1;text-align:right;white-space:nowrap}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-balance-axis span{position:absolute;right:0;transform:translateY(-50%)}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-balance-axis .is-zero{top:76.92%}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-balance-axis .is-negative{top:96.15%}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-balance-plot{position:relative;height:260px;min-width:0}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-balance-grid{position:absolute;inset:0 0 60px;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-balance-grid i{height:1px;background:#e8edf2}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-balance-zero{position:absolute;z-index:1;right:0;left:0;top:200px;height:1px;background:#e8edf2;pointer-events:none}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-balance-groups{position:absolute;z-index:2;inset:0;display:grid;grid-template-columns:repeat(var(--combo-count,8),minmax(0,1fr));gap:3px}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-balance-group{display:grid;min-width:0;grid-template-rows:200px 50px 10px;align-items:start;border:0;border-radius:0;background:transparent;cursor:default;outline:0;transition:background .12s ease}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-balance-positive{position:relative;display:flex;height:200px;align-items:flex-end;justify-content:center;gap:3px}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-balance-positive .is-cash{display:block;width:min(18px,38%);min-height:2px;border-radius:2px 2px 0 0;background:linear-gradient(180deg,#168451 0%,#45a77b 100%)!important}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-balance-positive .is-net{display:block;width:min(18px,38%);min-height:2px;border-radius:2px 2px 0 0!important}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-balance-negative{position:relative;display:flex;height:50px;align-items:flex-start;justify-content:center;gap:3px}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-balance-negative .is-debt{display:block;width:min(18px,38%);min-height:2px;border-radius:0 0 2px 2px;background:linear-gradient(180deg,#b43a3a 0%,#d66b6b 100%)!important}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-balance-negative .is-net-negative{display:block;width:min(18px,38%);min-height:2px;border-radius:0 0 2px 2px;background:linear-gradient(180deg,#7c2d2d 0%,#b45454 100%)!important}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-balance-group em{overflow:hidden;color:#7b8798;font-size:9px;font-style:normal;font-weight:600;line-height:1;text-align:center;text-overflow:ellipsis;white-space:nowrap}
(max-width:700px){
@media(max-width:700px){
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-group-chart{padding:16px 14px}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-combined-chart{min-width:660px}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-group-chart{overflow-x:auto}
}
body.stock-research-page #secCharts .ovx-canvas-quote,
body.stock-research-page #secOverview .ovx-canvas-quote{
  position:relative!important;
  top:-8px!important;
}
body.stock-research-page #secCharts .ovx-canvas-price-row,
body.stock-research-page #secOverview .ovx-canvas-price-row{
  flex-direction:column!important;
  align-items:flex-end!important;
  gap:2px!important;
}
body.stock-research-page #secCharts .ovx-canvas-price,
body.stock-research-page #secOverview .ovx-canvas-price{
  font-size:30px!important;
  font-weight:700!important;
}
body.stock-research-page #secCharts .ovx-canvas-change,
body.stock-research-page #secOverview .ovx-canvas-change{
  font-size:14px!important;
}
(max-width:760px){
@media(max-width:760px){
body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart-card{
    margin:14px 0 20px;
    padding:15px 12px 10px;
    overflow-x:auto;
  }
body.stock-research-page :is(#secFinanzenOverview,#secOverview,#secBewertung,[data-etf-tab="overview"]) .finx-analysis-chart-legend{justify-content:flex-start;margin-top:10px}
body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart{min-width:700px}
}
body.stock-research-page #secOverview .stock-overview-subsection-head,
body.stock-research-page #secBewertung .stock-valuation-subsection-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin:34px 0 14px!important;
  padding:0!important;
  text-align:left!important;
}
body.stock-research-page #secOverview .stock-overview-subsection-head > div:first-child,
body.stock-research-page #secBewertung .stock-valuation-subsection-head > div:first-child{
  min-width:0;
  justify-self:start!important;
  text-align:left!important;
}
body.stock-research-page #secOverview .stock-overview-subsection-head .compx-h,
body.stock-research-page #secBewertung .stock-valuation-subsection-head .compx-h{
  margin:0 0 6px!important;
  color:#111827!important;
  font-family:Inter,Arial,sans-serif!important;
  font-size:20px!important;
  font-weight:700!important;
  line-height:1.25!important;
  letter-spacing:0!important;
  text-align:left!important;
}
body.stock-research-page #secOverview .stock-overview-subsection-head .compx-section-intro,
body.stock-research-page #secBewertung .stock-valuation-subsection-head .compx-section-intro{
  display:block!important;
  max-width:820px!important;
  margin:0!important;
  color:#64748b!important;
  font-family:Inter,Arial,sans-serif!important;
  font-size:13px!important;
  font-weight:400!important;
  line-height:1.5!important;
  letter-spacing:0!important;
  text-align:left!important;
}
body.stock-research-page #secOverview[data-etf-tab="overview"] .etf-overview-subsection-head,
body.stock-research-page #secBewertung[data-etf-tab="bewertung"] .etf-valuation-subsection-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:14px!important;
  margin:34px 0 14px!important;
  padding:0!important;
  text-align:left!important;
}
body.stock-research-page #secOverview[data-etf-tab="overview"] .etf-overview-subsection-head > div:first-child,
body.stock-research-page #secBewertung[data-etf-tab="bewertung"] .etf-valuation-subsection-head > div:first-child{
  min-width:0;
  justify-self:start!important;
  text-align:left!important;
}
body.stock-research-page #secOverview[data-etf-tab="overview"] .etf-overview-subsection-head .compx-h,
body.stock-research-page #secBewertung[data-etf-tab="bewertung"] .etf-valuation-subsection-head .compx-h{
  margin:0 0 6px!important;
  color:#111827!important;
  font-family:Inter,Arial,sans-serif!important;
  font-size:20px!important;
  font-weight:700!important;
  line-height:1.25!important;
  letter-spacing:0!important;
  text-align:left!important;
}
body.stock-research-page #secOverview[data-etf-tab="overview"] .etf-overview-subsection-head .compx-section-intro,
body.stock-research-page #secBewertung[data-etf-tab="bewertung"] .etf-valuation-subsection-head .compx-section-intro{
  display:block!important;
  max-width:820px!important;
  margin:0!important;
  color:#64748b!important;
  font-family:Inter,Arial,sans-serif!important;
  font-size:13px!important;
  font-weight:400!important;
  line-height:1.5!important;
  text-align:left!important;
}
body.stock-research-page .sib-topic-strip>div:not(.sib-topic-row){
  display:grid!important;
  gap:7px!important;
  width:100%;
}
body.stock-research-page .sib-topic-strip .sib-topic-row{
  position:relative;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  min-width:0;
}
body.stock-research-page .sib-topic-strip>.sib-topic-row{
  width:auto!important;
  max-width:100%;
  align-self:flex-start;
}
body.stock-research-page .sib-topic-strip>.sib-topic-row :is(a,b){
  width:auto!important;
  max-width:100%;
  flex:0 0 auto;
}
body.stock-research-page .sib-topic-strip .sib-topic-more{position:relative}
body.stock-research-page .sib-topic-strip .sib-topic-more>summary{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:4px 9px;
  border-radius:4px;
  background:#eef1f4;
  color:#4b5563;
  font-size:11.5px;
  font-weight:700;
  line-height:1;
  cursor:pointer;
  list-style:none;
}
body.stock-research-page #secOverview .ovx-canvas-symbol,
body.stock-research-page #secCharts .ovx-canvas-symbol{display:none!important}
(max-width:620px){
@media(max-width:620px){
body.stock-research-page .sib-topic-strip>.sib-topic-row,
  body.stock-research-page .sib-topic-strip>div:not(.sib-topic-row) .sib-topic-row{
    width:100%!important;
    max-width:100%!important;
  }
body.stock-research-page .sib-topic-strip .sib-topic-more{
    position:static;
    max-width:100%;
  }
}
body.stock-research-page #secOverview .ovx-short-rating-card,
body.stock-research-page #secOverview .ovx-short-rating-card .ovx-text-rating-table,
body.stock-research-page #secOverview .ovx-short-rating-card .ovx-text-rating-row{
  background:#fff!important;
}
body.stock-research-page #secOverview .ovx-star-rating-wrap,
body.stock-research-page #secAnalyse .ovx-star-rating-wrap{
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  flex:0 0 104px;
  width:104px;
  min-width:104px;
  max-width:none!important;
  margin-left:auto;
  overflow:visible;
  color:inherit;
}
body.stock-research-page #secOverview .ovx-star-rating,
body.stock-research-page #secAnalyse .ovx-star-rating{
  position:relative;
  display:grid;
  grid-template-columns:repeat(5,18px);
  column-gap:3.5px;
  flex:0 0 104px;
  width:104px!important;
  min-width:104px!important;
  max-width:104px!important;
  height:20px!important;
  color:#d7dde5;
  font-size:18px!important;
  font-weight:800;
  letter-spacing:1px!important;
  line-height:20px!important;
  white-space:nowrap;
}
body.stock-research-page #secOverview .ovx-star-rating .ovx-star-slot,
body.stock-research-page #secAnalyse .ovx-star-rating .ovx-star-slot{
  position:relative;
  display:block;
  width:18px;
  height:20px;
  color:#d7dde5;
  font-style:normal;
  line-height:20px;
  text-align:left;
  overflow:hidden;
}
body.stock-research-page #secOverview .ovx-star-rating .ovx-star-slot.is-full,
body.stock-research-page #secAnalyse .ovx-star-rating .ovx-star-slot.is-full{
  color:#e3aa16;
}
body.stock-research-page #secOverview .ovx-star-rating .ovx-star-slot.is-half::after,
body.stock-research-page #secAnalyse .ovx-star-rating .ovx-star-slot.is-half::after{
  content:'★';
  position:absolute;
  inset:0 auto 0 0;
  width:50%;
  overflow:hidden;
  color:#e3aa16;
  line-height:20px;
}
(max-width:720px){
@media(max-width:720px){
body.stock-research-page #sibCols{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    overscroll-behavior-inline:contain;
    scroll-snap-type:x proximity;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
body.stock-research-page #sibCols>.sib-col{
    flex:0 0 auto!important;
    min-width:max-content!important;
    padding-inline:12px!important;
    scroll-snap-align:start;
  }
body.stock-research-page #sibCols>.sib-col:first-child{padding-left:0!important}
}
body.stock-research-page #secOverview [data-pe-history-distance-wrap].is-below-average b{color:#168451}
(max-width:760px){
@media(max-width:760px){
body.stock-research-page #secOverview .finx-analysis-chart-card.ovx-pe-history-card{padding:0!important}
}
.etf-return-summary-list span>small{
  display:block;
  max-width:260px;
  margin-top:3px;
  color:#94a3b8;
  font-size:9.5px;
  font-weight:550;
  line-height:1.35;
}
(max-width:760px){
@media(max-width:760px){
.etf-return-summary-list>div{
    align-items:flex-start;
  }
.etf-return-summary-list span{
    min-width:0;
  }
}
.etf-distribution-summary-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);
  gap:14px;
  align-items:stretch;
}
.etf-distribution-summary-grid :is(.etf-distributions-card,.etf-return-summary-card,.etf-rendite-triangle-card){
  padding:16px 18px;
  border:1px solid var(--ui-card-border)!important;
  border-radius:var(--ui-card-radius);
  background:#fff;
  box-shadow:var(--ui-card-shadow)!important;
}
.etf-distribution-summary-grid h3{
  margin:0 0 12px;
  color:var(--text);
  font-size:14px;
}
.etf-return-summary-card{
  display:flex;
  flex-direction:column;
}
.etf-return-summary-list{display:grid}
.etf-return-summary-list>div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:11px 0;
  border-bottom:1px solid #edf0f2;
}
.etf-return-summary-list span{color:#64748b;font-size:12.5px;font-weight:600}
.etf-return-summary-list b{color:#111827;font-size:14px;white-space:nowrap}
.etf-return-summary-list b.is-positive{color:#168451}
.etf-return-summary-card>small{margin-top:auto;padding-top:13px;color:#94a3b8;font-size:10.5px;line-height:1.45}
body.stock-research-page [data-etf-tab="overview"] .ovx-overview-current-summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:4px 0 12px;
  padding:10px 12px;
  border-radius:8px;
  background:#f7f9fa;
}
body.stock-research-page [data-etf-tab="overview"] .ovx-overview-current-summary>small{
  color:#7c8da1;
  font-size:11px;
  font-weight:600;
  white-space:nowrap;
}
body.stock-research-page [data-etf-tab="overview"] .ovx-overview-current-summary>div{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:7px 16px;
}
body.stock-research-page [data-etf-tab="overview"] .ovx-overview-current-summary span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#64748b;
  font-size:11px;
}
body.stock-research-page [data-etf-tab="overview"] .ovx-overview-current-summary span>i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--summary-color,#64748b);
}
body.stock-research-page [data-etf-tab="overview"] .ovx-overview-current-summary span>em{font-style:normal}
body.stock-research-page [data-etf-tab="overview"] .ovx-overview-current-summary span>b{color:#17212b;font-size:12px}
(max-width:760px){
@media(max-width:760px){
.etf-distribution-summary-grid{grid-template-columns:1fr}
body.stock-research-page [data-etf-tab="overview"] .ovx-overview-current-summary{
    align-items:flex-start;
    flex-direction:column;
  }
body.stock-research-page [data-etf-tab="overview"] .ovx-overview-current-summary>div{justify-content:flex-start}
}
.content-pending-state{
  width:min(100%,720px);
  margin:28px 0 48px;
  padding:26px 28px;
  display:flex;
  align-items:flex-start;
  gap:18px;
  border:1px solid #e2e8f0;
  border-radius:18px;
  background:linear-gradient(145deg,#fff 0%,#f8fafc 100%);
  box-shadow:0 12px 34px rgba(15,23,42,.06);
}
.content-pending-icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#eef2ff;
  color:#4f46e5;
  font-size:20px;
  font-weight:800;
}
.content-pending-kicker{
  display:block;
  margin:1px 0 5px;
  color:#64748b;
  font-size:11px;
  font-weight:750;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.content-pending-state h2{
  margin:0 0 8px;
  color:#0f172a;
  font-size:22px;
  line-height:1.2;
}
.content-pending-state p{
  margin:0;
  color:#334155;
  font-size:15px;
  line-height:1.55;
}
.content-pending-state small{
  display:block;
  margin-top:12px;
  color:#64748b;
  font-size:12.5px;
  line-height:1.5;
}
(max-width:640px){
@media (max-width:640px){
.content-pending-state{padding:21px 19px;gap:14px;border-radius:15px}
.content-pending-icon{width:36px;height:36px;flex-basis:36px;border-radius:11px}
.content-pending-state h2{font-size:19px}
}
(max-width:620px){
@media(max-width:620px){
body.stock-research-page main{padding-top:32px!important;padding-bottom:52px!important}
body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart-card{padding:13px 10px 9px!important;overflow:hidden!important}
body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart{width:100%!important;min-width:0!important;min-height:240px!important}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-group-chart{min-height:305px!important;padding:13px 11px 10px!important}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-finance-combo{height:250px!important;grid-template-columns:48px minmax(0,1fr)!important;gap:5px!important}
body.stock-research-page .s-info h1{font-size:23px!important;line-height:1.14!important;overflow-wrap:anywhere}
body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) :is(.finx-combo-axis,.finx-balance-axis,.finx-return-axis,.finx-buyback-yield-axis,.finx-waterfall-axis,.finx-margin-waterfall-axis,.ovx-overview-balance-axis){display:none!important}
body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) :is(.ovx-overview-finance-combo,.finx-combo-chart,.finx-balance-chart,.finx-return-chart,.finx-waterfall-chart,.finx-margin-waterfall-chart,.ovx-finance-margin-waterfall,.ovx-overview-balance-chart){grid-template-columns:minmax(0,1fr)!important;gap:0!important}
}
body.stock-research-page :is(#sharedRelatedEtfs,#staticEtfHolders) .stock-card-copy,
body.stock-research-page #staticEtfHolders .research-table-entity-copy{min-width:0!important}
body.stock-research-page :is(#sharedRelatedEtfs,#staticEtfHolders) :is(.stock-symbol,.stock-name),
body.stock-research-page #staticEtfHolders .research-table-entity-copy>b{
  display:block!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.stock-mini-badge{display:inline-flex;align-items:center;min-height:22px;border-radius:4px;background:#f1f2f4;color:#555;padding:3px 8px;font-size:10.5px;font-weight:600;line-height:1;white-space:nowrap}
.stock-mini-badge.is-positive{background:#e8f7ef;color:#168451}
.stock-mini-badge.is-negative{background:#fdecec;color:#b43a3a}
.stock-mini-badge.is-neutral{background:#f1f2f4;color:#555}
(max-width:620px){
@media(max-width:620px){
body.stock-research-page #stickyBar .sb-spark{
    min-width:0!important;
    flex:1 1 auto;
    justify-content:flex-end;
    padding-left:6px!important;
  }
body.stock-research-page #stickyBar .sb-spark-chart{
    width:clamp(108px,32vw,148px)!important;
  }
}
body.stock-research-page .sib-topic-values{
  display:flex;
  min-width:0;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
}
body.stock-research-page .sib-topic-mobile-extra{display:none!important}
(max-width:620px){
@media(max-width:620px){
body.stock-research-page .sib-topic-strip .sib-topic-row{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    align-items:start!important;
    gap:5px!important;
    width:100%!important;
    max-width:100%!important;
    overflow:hidden;
  }
body.stock-research-page .sib-topic-strip .sib-topic-row>span{
    grid-row:1;
  }
body.stock-research-page .sib-topic-strip .sib-topic-values{
    grid-row:2;
    display:flex!important;
    width:100%;
    max-width:100%;
    flex-wrap:nowrap!important;
    overflow-x:auto;
    overflow-y:hidden;
    padding:1px 1px 4px;
    box-sizing:border-box;
    overscroll-behavior-inline:contain;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
body.stock-research-page .sib-topic-strip .sib-topic-values>:is(a,b){scroll-snap-align:start}
body.stock-research-page .sib-topic-strip .sib-topic-more{display:none!important}
body.stock-research-page .sib-topic-strip .sib-topic-mobile-extra{display:inline-flex!important}
}
