/* GENERATED FILE -- do not edit directly.
 * Rebuild with: php tools/build-css-bundle.php
 * Source files, in cascade order:
 *  - aktieen/foundation/base-layout/00.css
 *  - aktieen/foundation/base-layout/01.css
 *  - aktieen/components/cards-kpis-shell/00.css
 *  - aktieen/components/cards-kpis-shell/01.css
 *  - aktieen/components/company-panels-timelines/00.css
 *  - aktieen/components/company-panels-timelines/01.css
 *  - aktieen/components/company-panels-timelines/02.css
 *  - aktieen/components/charts-news-etf/00.css
 *  - aktieen/components/charts-news-etf/01.css
 *  - aktieen/components/charts-news-etf/02.css
 *  - aktieen/components/research-metrics/00.css
 *  - aktieen/components/research-metrics/01.css
 *  - aktieen/components/research-extended/00.css
 *  - aktieen/components/research-extended/01.css
 *  - aktieen/overrides/cross-tab-refinements/00.css
 *  - aktieen/overrides/cross-tab-refinements/01.css
 *  - aktieen/overrides/finance-card-refinements/00.css
 *  - aktieen/overrides/finance-card-refinements/01.css
 *  - aktieen/overrides/research-company-refinements.css
 *  - aktieen/overrides/final-cross-tab-fixes.css
 *  - research-standard-tables.css
 *  - card-system.css
 */

/* ==== aktieen/foundation/base-layout/00.css ==== */
*,*::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}

/* Sortier-Pfeile ueberall nur bei aktiver Sortierung zeigen, sonst ausgeblendet. */
.sort-ico{opacity:0!important;transition:opacity .12s ease}
th.sorted .sort-ico,
th[aria-sort="ascending"] .sort-ico,
th[aria-sort="descending"] .sort-ico{opacity:1!important}

/* NAVBAR */
.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-mark{width:30px;height:30px;border-radius:9px;background:var(--teal);color:#fff;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center}
.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:hover{color:var(--text);background:rgba(0,0,0,.05)}
.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-search-suggestions>a{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;padding:8px;border-radius:7px;color:#334155;text-decoration:none}
.nav-search-suggestions>a:hover,.nav-search-suggestions>a.is-active{background:#f1f5f9}
.nav-search-result-logo{display:grid;width:32px;height:32px;place-items:center;border:1px solid #e5e9ed;border-radius:50%;background:#fff;overflow:hidden}
.nav-search-result-logo img{display:block;width:26px;height:26px;object-fit:contain}
.nav-search-suggestions>a>span:last-child{min-width:0}
.nav-search-suggestions b,.nav-search-suggestions small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.nav-search-suggestions b{color:#111827;font-size:11.5px}
.nav-search-suggestions small{margin-top:2px;color:#7b8798;font-size:9.5px}
.nav-search-empty{padding:14px;color:#7b8798;font-size:11px;text-align:center}
/* Nutzer-Wunsch 27.08.2026: "wenn ich draufdruecke soll die Leiste laenger
   ziehen, solange es geht, aber auch mit einem Max (bis zu den Navlinks)". */
.nav-search.is-open{width:min(460px,calc(100vw - 660px))}
.nav-ava{width:32px;height:32px;border-radius:50%;background:var(--teal);color:#fff;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s}
.nav-ava.is-admin{background:#dc2626}
.nav-star{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--muted);transition:color .12s,background .12s}
.nav-star:hover{color:var(--text);background:rgba(0,0,0,.06)}
.nav-star.on{color:#F59E0B}
.nav-star svg{width:15px;height:15px}
.nav-mobile-toggle,.nav-mobile-panel,.nav-mobile-backdrop{display:none}

@media(max-width:820px){
  body.nav-mobile-open{overflow:hidden!important;touch-action:none}
  .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-toggle[aria-expanded="true"]{background:#eef3f6;color:#096495}
  .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}
  .nav-mobile-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px;color:#334155;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
  .nav-mobile-panel-head button{display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:8px;background:#f4f6f8;color:#475569}
  .nav-mobile-panel-head svg{width:18px;height:18px}
  .nav-mobile-search.nav-search{display:flex!important;width:100%!important;height:46px;margin-bottom:15px;padding:0 14px;border-color:#dce3e8;background:#f8fafc;white-space:normal}
  .nav-mobile-search.nav-search.is-open{width:100%!important}
  .nav-mobile-search .nav-search-suggestions{top:calc(100% + 7px);right:0;left:0;width:auto;max-width:none;max-height:330px}
  .nav-mobile-links{display:flex;flex-direction:column;border-top:1px solid #edf0f2}
  .nav-mobile-links>a{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid #edf0f2;color:#334155;font-size:13px;font-weight:650;text-decoration:none}
  .nav-mobile-links>a>span{display:flex;align-items:center;gap:12px}
  .nav-mobile-links>a>span>i{width:18px;color:#7b8798;text-align:center}
  .nav-mobile-links>a>i{color:#a8b1bd;font-size:9px}
  .nav-mobile-links>a.on,.nav-mobile-links>a.on>span>i{color:#096495}
}

@media(max-width:420px){
  .nav-inner{padding-left:14px!important;padding-right:12px!important}
  .nav-brand{margin-right:8px!important}
  .nav-r{gap:4px!important}
  .nav-mobile-panel{left:0;width:100%;border-left:0}
  .nav-star,.nav-ava{width:34px;height:34px}
}

/* PAGE WRAP + AD SIDEBARS */
.page-wrap{display:flex;justify-content:center;align-items:flex-start}
.ad-sidebar{width:172px;flex-shrink:0;position:sticky;top:62px;display:flex;flex-direction:column;gap:12px;padding:20px 0}
.ad-left{padding-right:12px}
.ad-right{padding-left:12px}
.ad-unit{background:#fff;border:1px dashed rgba(0,0,0,.14);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--dim);font-size:10px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;text-align:center;line-height:1.5}
.ad-unit-sky{width:160px;height:600px}
.ad-unit-rect{width:160px;height:250px}
.ad-unit svg{opacity:.25}
@media(max-width:1260px){.ad-sidebar{display:none}}

/* PAGE CONTENT */
main{max-width:1100px;width:100%;padding:58px 32px 80px;min-width:0}

/* STICKY PRICE BAR */
#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}
.indices-bar{display:none!important}
#stickyBar.visible{transform:translateY(0);pointer-events:auto}
.sb-sym{font-weight:700;color:var(--teal)}
.sb-price{font-weight:700}
.sb-chg{font-size:12px}
.sb-chg.up{color:var(--positive)}.sb-chg.dn{color:var(--red)}
.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}
.sb-spark-val.dn{color:var(--red)}
@media(max-width:600px){.sb-spark{min-width:150px;gap:6px;padding-left:8px}.sb-spark-chart{width:88px}.sb-spark-val{display:none}}

/* SECTION GROUP HEADER */
.sec-group{padding:24px 0 6px;display:flex;align-items:center;gap:10px}
.sec-group-label{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.sec-group-line{flex:1;height:1px;background:var(--sep)}

/* FINANCE TAB */
.finx{border-top:none;padding-top:0}
.finx-hero{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:18px;align-items:stretch}
.finx-eyebrow{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:6px}
.finx h2{font-size:24px;letter-spacing:-.035em;margin-bottom:9px}
.finx p{font-size:13px;line-height:1.72;color:var(--muted);margin:0}
.finx-snapshot{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 18px;margin-top:14px;background:#fafbfc;padding:14px 16px;border-radius:8px}
.finx-snapshot>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid rgba(0,0,0,.06)}
.finx-snapshot>div:nth-last-child(-n+3){border-bottom:none}
.finx-snapshot span{display:flex;align-items:center;gap:6px;min-width:0;color:var(--muted);font-size:12px;font-weight:600}
.finx-snapshot b{font-size:13px;font-weight:800;color:var(--text);white-space:nowrap}
.finx-score{border:1px solid var(--sep);border-radius:8px;background:#fff;padding:16px;display:flex;flex-direction:column;justify-content:center}
.finx-score span{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--dim)}
.finx-score b{font-size:34px;letter-spacing:-.04em;color:var(--teal);margin:4px 0}
.finx-score em{font-style:normal;font-size:12px;color:var(--muted)}
.finx-key-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:16px 0 14px}
.finx-key-card{position:relative;min-width:0;padding:14px 16px 13px;background:#fff;border:1px solid var(--sep);border-radius:8px;overflow:hidden;box-shadow: 0 1px 2px #22242626;}
.finx-key-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}
.finx-key-card-head span{color:var(--text);font-size:13px;font-weight:600;line-height:1.35}
.finx-key-card-head small{padding:3px 6px;border-radius:4px;background:#f2f5f7;color:var(--dim);font-size:10px;font-weight:600;line-height:1.2}
.finx-key-card-head .finx-key-card-meta{
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  gap:5px;
  flex:0 0 auto;
}
.finx-key-change{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:3px 7px;
  border-radius:4px;
  background:#eef2f7;
  color:#475569;
  font-size:10px;
  font-style:normal;
  font-weight:600;
  line-height:1.2;
  white-space:nowrap;
}
.finx-key-change.is-positive{background:#eaf6ef;color:#15803d}
.finx-key-change.is-negative{background:#fcebec;color:#b4232d}
.finx-key-card>b{display:block;color:var(--text);font-size:24px;font-weight:700;line-height:1.15;letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.finx-key-chart{position:relative;height:46px;margin-top:10px;padding-top:5px;border-bottom:1px solid #dfe4ea;display:flex;align-items:flex-end;gap:3px;overflow:visible}
.finx-key-chart i{display:block;flex:1 1 0;max-width:18px;min-width:4px;height:5px;border-radius:2px 2px 0 0;background:#8795a5;transition:filter .14s ease}
.finx-key-chart i.up{background:linear-gradient(180deg,#168451 0%,#45a77b 100%)}
.finx-key-chart i.down{background:linear-gradient(180deg,#b43a3a 0%,#d66b6b 100%)}
.finx-key-chart i.is-empty{height:3px!important;background:#d7dde4}
.finx-key-chart i:hover{filter:brightness(.92)}
.finx-primary-key-cards .finx-key-chart{
  gap:2px;
}
.finx-primary-key-cards .finx-key-chart i{
  min-width:3px;
  max-width:none;
}
.finx-metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}
.finx-metric-grid>div{border:1px solid rgba(0,0,0,.07);border-radius:8px;padding:12px;background:#fff;min-width:0}
.finx-metric-grid span{display:block;font-size:11px;color:var(--dim);margin-bottom:5px}
.finx-metric-grid b{display:block;font-size:20px;letter-spacing:-.02em;color:var(--teal)}
.finx-metric-grid em{display:block;font-style:normal;font-size:11.5px;color:var(--muted);margin-top:4px}
.finx-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.finx-panel{border:1px solid var(--sep);border-radius:8px;background:#fff;padding:16px;margin-top:14px;overflow-x:auto}
.finx-h{font-size:13px;font-weight:800;margin-bottom:12px;color:var(--text)}
.finx-table{display:flex;flex-direction:column;min-width:430px}
.finx-table>div{display:grid;grid-template-columns:1fr .8fr 1.1fr;gap:10px;padding:9px 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:12px;align-items:center}
.finx-table>div:last-child{border-bottom:none}
.finx-table .finx-th{font-size:10px!important;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--dim)}
.finx-table b{font-size:12.5px;color:var(--text)}
.finx-table em{font-style:normal;color:var(--muted);line-height:1.45}
.finx-text{margin-top:10px!important;font-size:12.5px!important;line-height:1.7!important}
.finx-final{border-left:4px solid var(--teal);background:rgba(22,163,74,.07);border-radius:8px;padding:16px;margin-top:14px;font-size:13.5px;line-height:1.7;color:var(--muted);display:flex;flex-direction:column;gap:5px}
.finx-final strong{color:var(--text)}
.finx-subtabs{display:flex;align-items:center;gap:4px;margin:16px 0 0;border-bottom:1px solid var(--sep);overflow-x:auto;scrollbar-width:none}
.finx-subtabs::-webkit-scrollbar{display:none}
.finx-subtabs button{appearance:none;border:0;background:transparent;color:var(--muted);font-family:'Inter',sans-serif;font-size:12px;font-weight:600;padding:10px 13px 9px;cursor:pointer;white-space:nowrap;border-bottom:2px solid transparent;transition:color .14s ease,border-color .14s ease,background .14s ease}
.finx-subtabs button:hover{color:var(--text);background:#fafbfc}
.finx-subtabs button.active{color:var(--text);border-bottom-color:var(--text)}
.finx-table-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-top:4px;border-bottom:1px solid var(--sep)}
.finx-table-toolbar .finx-subtabs{margin:0;border-bottom:0}
.finx-simple-shell{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:10px 0 8px;min-height:38px}
.finx-period-toggle{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:3px;width:max-content;height:38px;padding:4px;background:#fff;border:1px solid rgba(15,23,42,.14);border-radius:6px;box-shadow:0 2px 8px rgba(15,23,42,.08);pointer-events:auto}
.finx-period-toggle button{appearance:none;border:1px solid transparent;background:transparent;color:var(--muted);border-radius:6px;font-family:'Inter',sans-serif;font-size:12px;font-weight:600;height:28px;padding:0 10px;cursor:pointer;white-space:nowrap;text-align:center;transition:background .14s ease,color .14s ease,border-color .14s ease}
.finx-period-toggle button:hover{background:#fafbfc;color:var(--text)}
.finx-period-toggle button.active{background:#111827;color:#fff;border-color:#111827}
.finx-simple-wrap{position:relative;margin-top:0;overflow-x:auto;overflow-y:visible;background:#fff;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;touch-action:pan-x}
.finx-simple-wrap::-webkit-scrollbar{display:none;width:0;height:0}
.finx-table-carousel{position:static;width:58px;height:30px;display:grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid rgba(15,23,42,.14);border-radius:6px;box-shadow:0 2px 8px rgba(15,23,42,.08);overflow:hidden;pointer-events:auto;flex:0 0 auto}
.finx-table-carousel button{appearance:none;border:0;background:#fff;color:#111827;display:flex;align-items:center;justify-content:center;cursor:pointer}
.finx-table-carousel button+button{border-left:1px solid rgba(15,23,42,.1)}
.finx-table-carousel button:hover{background:#f3f4f6}
.finx-table-carousel i{font-size:11px;line-height:1}
.finx-simple-table{width:100%;min-width:1180px;border-collapse:separate;border-spacing:0;font-size:13px;color:#111827}
.finx-simple-table th,.finx-simple-table td{border-bottom:1px solid #cfd6df;padding:11px 16px;text-align:right;white-space:nowrap}
.finx-simple-table th:first-child,.finx-simple-table td:first-child{position:sticky;left:0;text-align:left;padding-left:22px;background:#fff;z-index:12}
.finx-simple-table th:first-child{padding-top:6px;padding-bottom:6px}
.finx-head-cell{display:flex;align-items:center;justify-content:space-between;gap:14px;height:38px}
.finx-head-cell>span{font-size:12.5px;font-weight:500;color:#5f6670}
.finx-simple-table thead th{position:sticky;top:0;z-index:15;background:#fff;box-shadow:0 1px 0 #cfd6df}
.finx-simple-table thead th:first-child{z-index:18}
.finx-simple-table th{font-size:13px;font-weight:700;color:#5f6670}
.finx-simple-table th:first-child{font-size:12.5px;font-weight:500;color:#5f6670}
.finx-simple-table td{font-size:13px;font-weight:500;color:#5f6670}
.finx-simple-table td:first-child{font-size:13px;font-weight:700;color:#0b0f14}
.finx-simple-table .finx-forecast-col{background:#fbfcfe}
.finx-simple-table tbody tr:hover td{background:#fafbfc;border-bottom-color:#cfd6df}
.finx-simple-table .finx-category-row td{
  position:relative!important;
  left:auto!important;
  z-index:1!important;
  padding:9px 16px 8px 22px!important;
  background:#f6f8fa!important;
  border-top:1px solid #cfd6df;
  border-bottom:1px solid #cfd6df;
  color:#4b5563!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1.35!important;
  text-align:left!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.finx-simple-table tbody .finx-category-row:first-child td{border-top:0}
.finx-row-label{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:205px}
.finx-row-label>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis}
.finx-mini-bars{height:24px;min-width:76px;display:flex;align-items:flex-end;justify-content:flex-end;gap:0px;flex:0 0 76px}
.finx-mini-bars i{display:block;width:3px;min-height:4px;background:#16945c}
.finx-mini-bars i.down{background:#d94a4a}
.finx-mini-bars i.is-empty{height:3px!important;background:#d7dde4}
.finx-matrix-wrap{margin-top:14px;overflow-x:auto;overflow-y:visible;background:#fff}
.finx-matrix{width:100%;border-collapse:collapse;font-size:12px;min-width:1260px}
.finx-matrix th{position:sticky;top:0;z-index:2;background:#fff;text-align:right;font-size:10.5px;font-weight:600;color:var(--dim);letter-spacing:.06em;text-transform:uppercase;padding:10px 11px;border-bottom:1px solid var(--sep);white-space:nowrap}
.finx-matrix th:first-child{text-align:left;left:0;z-index:3}
.finx-matrix td{padding:10px 11px;border-bottom:1px solid rgba(0,0,0,.055);text-align:right;white-space:nowrap}
.finx-matrix td:first-child{position:sticky;left:0;background:#fff;text-align:left;font-weight:700;color:var(--text);min-width:240px}
.finx-matrix td:first-child .finx-kpi-label{display:inline-block;vertical-align:middle;max-width:210px;overflow:hidden;text-overflow:ellipsis}
.finx-matrix .finx-est{color:#1d4ed8;background:rgba(37,99,235,.035);font-weight:700}
.finx-kpi-cell{appearance:none;border:0;background:transparent;width:100%;display:flex;align-items:center;gap:10px;font:inherit;color:inherit;cursor:pointer;text-align:left;padding:0}
.finx-kpi-cell:hover .finx-kpi-label{color:var(--teal)}
.finx-bars-cell{appearance:none;border:0;background:transparent;width:118px;height:24px;display:flex;align-items:center;justify-content:center;margin:0 auto;padding:0;cursor:pointer}
.finx-bars-cell:hover .finx-mini-bars i{background:rgba(22,163,74,.78)}
.finx-bars-cell:hover .finx-mini-bars i.dn{background:rgba(220,38,38,.72)}
.finx-mini-bars{height:22px;display:inline-flex;align-items:flex-end;justify-content:center;width:108px;flex:0 0 auto}
.finx-mini-bars i{width:3px;min-height:2px;display:block;background:linear-gradient(180deg,#168451 0%,#45a77b 100%)}
.finx-mini-bars i.up{background:linear-gradient(180deg,#168451 0%,#45a77b 100%)}
.finx-mini-bars i.down,.finx-mini-bars i.dn{background:linear-gradient(180deg,#b43a3a 0%,#d66b6b 100%)}
.finx-mini-bars i.is-empty{border-radius:2px 2px 0 0;background:#d7dde4}
.finx-mini-bars-trigger{
  appearance:none;
  border:0;
  padding:0;
  background:transparent;
  color:inherit;
  cursor:pointer;
  border-radius:5px;
}
.finx-mini-bars-trigger:focus-visible{
  outline:2px solid #111827;
  outline-offset:2px;
}
.finx-metric-modal{
  width:min(760px,94vw);
  border-radius:8px;
  overflow:visible;
}
.finx-metric-modal .mi-modal-head{
  padding:12px 14px 8px;
  border-bottom:0;
}
.finx-metric-modal .mi-modal-head .mi-title{
  color:#111827;
  font-size:18px;
  font-weight:750;
  letter-spacing:0;
  text-transform:none;
}
.finx-metric-modal .mi-modal-body{
  padding:6px 12px 12px;
  overflow:visible;
}
.finx-metric-modal-card{
  padding:8px 6px 6px;
  border:0;
  border-radius:0;
  background:transparent;
  overflow:visible;
  /* Nutzer-Wunsch 06.09.2026: border+box-shadow wurden trotz dieser Regel
     weiterhin angezeigt -- Ursache war eine globale Catch-all-Regel in
     card-system.css (":is(#secOverview,...,main) :is(.card,[class$='-card'],...)"),
     die dank ID-Alternativen in :is() hoehere Spezifitaet hat als diese
     einfache Klassenregel und JEDES Element mit einer auf "-card" endenden
     Klasse (trifft auf "finx-metric-modal-card" zu) mit Standard-Rahmen
     versieht. !important erzwingt jetzt zuverlaessig keinen Rahmen/Schatten
     im Modal, ohne die Catch-all-Regel selbst fuer alle anderen *-card-
     Elemente anzufassen. */
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.finx-metric-modal-card .finx-key-card-head{margin-bottom:8px}
.finx-metric-modal-card .finx-key-card-head>span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:16px;
  font-weight:650;
}
.finx-metric-modal-card [data-finx-modal-value]{
  font-size:32px;
  line-height:1.05;
  letter-spacing:-.035em;
}
.finx-metric-modal-card [data-finx-modal-period]{
  cursor:pointer;
  user-select:none;
}
.finx-modal-help{
  display:inline-grid;
  place-items:center;
  width:17px;
  height:17px;
  border:0;
  border-radius:999px;
  background:#eef2f6;
  color:#64748b;
  font-size:11px;
  font-weight:800;
  line-height:1;
  cursor:pointer;
}
.finx-modal-help:hover,
.finx-modal-help:focus-visible{
  background:#e5eaf0;
  color:#111827;
  outline:0;
}
.finx-metric-modal-chart{
  height:154px;
  margin-top:12px;
  gap:3px;
  align-items:flex-end;
  overflow:visible;
}
.finx-metric-modal-chart i{
  max-width:none;
  min-width:3px;
  border-radius:2px 2px 0 0;
}
.finx-metric-modal-chart i.forecast{
    background: rgba(22, 132, 81, .28);
    outline: 1px dashed rgba(22, 132, 81, .46);
    outline-offset: -1px;
}
.finx-metric-modal-chart i.is-hovered{
  background:#111827!important;
  filter:none!important;
}
.finx-metric-modal-axis{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:7px;
  color:var(--dim);
  font-size:11px;
  font-weight:600;
}
.finx-metric-modal-tooltip{display:none!important}
.finx-modal-help-tip{
  position:fixed;
  z-index:2105;
  width:270px;
  max-width: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 .1s ease,transform .1s ease,visibility .1s ease;
}
.finx-modal-help-tip.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.finx-modal-help-tip strong{
  display:block;
  margin-bottom:4px;
  color:#111827;
  font-size:12px;
  font-weight:750;
}
.finx-modal-help-tip p{
  margin:0;
  font-size:12px;
  font-weight:500;
  line-height:1.45;
}
.finx-matrix tr:hover td{background:#fafbfc}
.finx-matrix tr:hover td:first-child{background:#fafbfc}
.finx-group td,.finx-group:hover td{position:static!important;display:table-cell!important;background:rgba(22,163,74,.07)!important;color:var(--teal)!important;text-align:left!important;font-size:11px;letter-spacing:.08em;text-transform:uppercase;border-top:1px solid rgba(22,163,74,.18);border-bottom:1px solid rgba(22,163,74,.16)}
.finx-trend{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:4px 8px;font-size:10.5px;font-weight:800}
.finx-trend.up{background:rgba(22,163,74,.10);color:var(--teal)}
.finx-trend.flat{background:rgba(100,116,139,.10);color:var(--muted)}
.finx-trend.down{background:rgba(220,38,38,.08);color:var(--red)}
.finx-trend-spark{position:relative;display:inline-flex;width:96px;height:30px;align-items:center;justify-content:center;cursor:pointer}
.finx-trend-spark svg{width:86px;height:24px;display:block;overflow:visible}
.finx-trend-spark line{stroke:rgba(100,116,139,.18);stroke-width:1}
.finx-trend-spark polyline{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.finx-trend-spark circle{fill:#fff;stroke:currentColor;stroke-width:1.7}
.finx-trend-spark.up{color:#16a34a;}
.finx-trend-spark.flat{color:#64748b;}
.finx-trend-spark.down{color:#dc2626;}
.finx-trend-pop{position:absolute;right:0;top:34px;z-index:80;width:300px;padding:13px 14px 12px;background:#fff;border:1px solid rgba(15,23,42,.12);box-shadow:0 18px 45px rgba(15,23,42,.14);border-radius:10px;color:var(--text);opacity:0;visibility:hidden;transform:translateY(-4px);transition:.16s ease;pointer-events:none;text-align:left}
.finx-trend-spark:hover .finx-trend-pop{opacity:1;visibility:visible;transform:translateY(0)}
.finx-trend-pop b{display:block;margin-bottom:8px;font-size:12.5px;color:var(--text)}
.finx-trend-pop .finx-pop-svg{width:260px;height:118px;margin:0 0 8px}
.finx-trend-pop em{display:block;font-style:normal;font-size:11.5px;line-height:1.4;color:var(--muted)}
@media(max-width:860px){.finx-hero,.finx-two{grid-template-columns:1fr}.finx-key-cards,.finx-metric-grid,.finx-snapshot{grid-template-columns:repeat(2,minmax(0,1fr))}.finx-key-card:last-child{grid-column:1/-1}.finx-snapshot>div:nth-last-child(-n+3){border-bottom:1px solid rgba(0,0,0,.06)}.finx-snapshot>div:nth-last-child(-n+2){border-bottom:none}}
@media(max-width:560px){.finx-key-cards,.finx-metric-grid{grid-template-columns:1fr}.finx-key-card:last-child{grid-column:auto}.finx-panel{padding:14px}.finx-table{min-width:390px}.finx-table-toolbar{display:block}.finx-simple-shell{margin:8px 0;gap:10px}.finx-period-toggle{padding:3px}.finx-period-toggle button{height:26px;font-size:11px;padding:0 8px}.finx-subtabs button{font-size:11.5px;padding:9px 11px 8px}.finx-table-carousel{width:54px;height:28px}.finx-simple-wrap{margin-inline:-14px;padding-inline:14px}.finx-simple-table{min-width:940px}.finx-simple-table th,.finx-simple-table td{padding:12px 12px}.finx-simple-table th:first-child,.finx-simple-table td:first-child{position:static;left:auto;z-index:auto;min-width:210px;padding-left:12px}.finx-simple-table thead th:first-child{z-index:15}.finx-simple-table th{font-size:12px}.finx-simple-table td,.finx-simple-table td:first-child{font-size:12px}.finx-head-cell{gap:10px}.finx-head-cell>span{font-size:12px}.finx-simple-table .finx-category-row td{padding-left:12px!important}.finx-row-label{min-width:190px;gap:8px}.finx-mini-bars{min-width:64px;flex-basis:64px;gap:1px}.finx-mini-bars i{width:3px}}

.anx{border-top:none;padding-top:0}
.anx-hero{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:18px;align-items:stretch}
.anx-eyebrow{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:6px}
.anx h2{font-size:24px;letter-spacing:-.035em;margin-bottom:9px}
.anx p{font-size:13px;line-height:1.72;color:var(--muted);margin:0}
.anx-score{border:1px solid var(--sep);border-radius:8px;background:#fff;padding:16px;display:flex;flex-direction:column;justify-content:center}
.anx-score span{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--dim)}
.anx-score b{font-size:34px;letter-spacing:-.04em;color:var(--teal);margin:4px 0}
.anx-score em{font-style:normal;font-size:12px;color:var(--muted)}
.anx-summary-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:14px}
.anx-summary-grid>div{border:1px solid rgba(0,0,0,.07);border-radius:8px;padding:12px;background:#fff;min-width:0}
.anx-summary-grid span{display:block;font-size:11px;color:var(--dim);margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.anx-summary-grid b{font-size:22px;letter-spacing:-.03em}
.anx-panel{background:#fff;padding:16px;margin-top:14px;overflow-x:auto}
.anx-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:12px}
.anx-panel-head h3{font-size:18px;letter-spacing:-.03em;margin:0 0 4px;color:var(--text)}
.anx-grade{min-width:46px;height:36px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;letter-spacing:-.02em;flex:0 0 auto}
.anx-table{width:100%;min-width:760px;border-collapse:collapse;font-size:12px}
.anx-table th{font-size:11px;font-weight:600;color:var(--dim);text-align:right;padding:9px 10px;border-bottom:1px solid var(--sep);white-space:nowrap}
.anx-table th:first-child,.anx-table td:first-child{text-align:left}
.anx-table td{padding:10px;border-bottom:1px solid rgba(0,0,0,.055);text-align:right;white-space:nowrap}
.anx-table tr:last-child td{border-bottom:none}
.anx-table td:first-child{font-weight:700;color:var(--text)}
.anx-note{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:24px;border-radius:7px;font-size:12px;font-weight:800}
.anx-grade.good,.anx-note.good,.anx-summary-grid b.good{color:var(--teal)}
.anx-grade.mid,.anx-note.mid,.anx-summary-grid b.mid{color:#9a7800}
.anx-grade.weak,.anx-note.weak,.anx-summary-grid b.weak{color:var(--red)}
.anx-grade.good,.anx-note.good{background:rgba(22,163,74,.09)}
.anx-grade.mid,.anx-note.mid{background:rgba(168,138,0,.10)}
.anx-grade.weak,.anx-note.weak{background:rgba(220,38,38,.08)}
.anx-fair-panel{background:#fff;margin-top:18px;padding:16px;overflow:visible}
.anx-fair-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:12px}
.anx-fair-head h3{font-size:18px;letter-spacing:-.03em;margin:0 0 4px;color:var(--text)}
.anx-fair-head p{font-size:13px;line-height:1.6;color:var(--muted);margin:0}
.anx-fair-status{display:inline-flex;align-items:center;gap:9px;min-width:230px;justify-content:flex-end;color:var(--text);font-size:12px}
.anx-fair-status strong{display:block;font-size:12px;font-weight:800}
.anx-fair-status small{display:block;font-size:12px;font-weight:800;margin-top:2px}
.anx-fair-status small.is-over{color:var(--red)}
.anx-fair-status small.is-under{color:var(--teal)}
.anx-fair-status small.is-neutral{color:var(--text)}
.anx-fair-dot{width:9px;height:9px;border-radius:999px;background:var(--teal);flex:0 0 auto}
.anx-fair-legend{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:10px;color:var(--muted);font-size:12px;font-weight:700}
.anx-fair-legend span{display:inline-flex;align-items:center;gap:7px}
.anx-fair-legend i{display:inline-block;width:22px;height:3px;border-radius:999px}
.anx-fair-legend .is-price{background:var(--teal)}
.anx-fair-legend .is-fair{background:var(--text)}
.anx-fair-legend .is-over{background:rgba(220,38,38,.45)}
.anx-fair-legend .is-under{background:rgba(22,163,74,.45)}
.anx-fair-chart-wrap{position:relative;width:100%;height:405px;overflow:visible}
.anx-fair-chart{width:100%;height:405px}
.anx-fair-tooltip{position:absolute;top:0;left:0;z-index:30;min-width:205px;padding:12px 13px;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)}
.anx-fair-tooltip.is-visible{opacity:1;transform:translateY(0)}
.anx-fair-tooltip .tooltip-gap-row{margin-top:7px;padding-top:7px;border-top:1px solid rgba(0,0,0,.06)}
.anx-forecast-panel{background:#fff;margin-top:18px;padding:16px;overflow:visible}
.anx-forecast-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:12px}
.anx-forecast-head h3{font-size:20px;letter-spacing:-.035em;margin:0 0 4px;color:var(--text)}
.anx-forecast-head p{font-size:13px;line-height:1.6;color:var(--muted);margin:0}
.anx-forecast-status{display:inline-flex;align-items:center;gap:9px;min-width:245px;justify-content:flex-end;color:var(--text);font-size:12px}
.anx-forecast-status strong{display:block;font-size:12px;font-weight:800}
.anx-forecast-status small{display:block;font-size:12px;font-weight:800;margin-top:2px}
.anx-forecast-dot{width:9px;height:9px;border-radius:999px;background:var(--teal);flex:0 0 auto}
.anx-forecast-chart-wrap{position:relative;width:100%;height:430px;overflow:visible}
.anx-forecast-chart{width:100%;height:430px}
.anx-forecast-tooltip{position:absolute;top:0;left:0;z-index:30;min-width:170px;padding:12px 13px;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)}
.anx-forecast-tooltip.is-visible{opacity:1;transform:translateY(0)}
.anx-rec-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:16px 0 8px;padding-top:14px;border-top:1px solid rgba(0,0,0,.06)}
.anx-rec-head h4{font-size:15px;letter-spacing:-.02em;margin:0 0 3px;color:var(--text)}
.anx-rec-head p{font-size:12px;line-height:1.55;color:var(--muted);margin:0}
.anx-rec-chart{width:100%;height:285px}
.anx-short-panel{background:#fff;margin-top:18px;padding:16px;overflow:visible}
.anx-short-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:12px}
.anx-short-head h3{font-size:18px;letter-spacing:-.03em;margin:0 0 4px;color:var(--text)}
.anx-short-head p{font-size:13px;line-height:1.6;color:var(--muted);margin:0}
.anx-short-status{display:inline-flex;align-items:center;gap:9px;min-width:255px;justify-content:flex-end;color:var(--text);font-size:12px}
.anx-short-status strong{display:block;font-size:12px;font-weight:800}
.anx-short-status small{display:block;font-size:12px;font-weight:800;margin-top:2px}
.anx-short-dot{width:9px;height:9px;border-radius:999px;background:#2563eb;flex:0 0 auto}
.anx-short-legend{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:10px;color:var(--muted);font-size:12px;font-weight:700}
.anx-short-legend span{display:inline-flex;align-items:center;gap:7px}
.anx-short-legend i{display:inline-block;width:22px;height:3px;border-radius:999px}
.anx-short-legend .is-main{background:#2563eb}
.anx-short-legend .is-low{background:rgba(22,163,74,.45)}
.anx-short-legend .is-medium{background:rgba(245,158,11,.55)}
.anx-short-legend .is-high{background:rgba(249,115,22,.55)}
.anx-short-legend .is-extreme{background:rgba(220,38,38,.55)}
.anx-short-chart-wrap{position:relative;width:100%;height:405px;overflow:visible}
.anx-short-chart{width:100%;height:405px}
.anx-short-tooltip{position:absolute;top:0;left:0;z-index:30;min-width:205px;padding:12px 13px;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)}
.anx-short-tooltip.is-visible{opacity:1;transform:translateY(0)}
@media(max-width:860px){.anx-hero{grid-template-columns:1fr}.anx-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.anx-panel-head{flex-direction:column}.anx-grade{min-width:42px}}
@media(max-width:860px){.anx-fair-head,.anx-forecast-head,.anx-short-head{flex-direction:column}.anx-fair-status,.anx-forecast-status,.anx-short-status{justify-content:flex-start;min-width:0}.anx-fair-chart-wrap,.anx-fair-chart,.anx-forecast-chart-wrap,.anx-forecast-chart,.anx-short-chart-wrap,.anx-short-chart{height:360px}.anx-rec-chart{height:260px}}
@media(max-width:560px){.anx-summary-grid{grid-template-columns:1fr}.anx-panel,.anx-fair-panel,.anx-forecast-panel,.anx-short-panel{padding:14px}.anx-table{min-width:680px}}

/* PEER COMPARISON TABLE */
.peer-table{width:100%;border-collapse:collapse;font-size:12px;margin-top:12px}
.peer-table th{text-align:right;font-size:11px;font-weight:500;color:var(--muted);padding:8px;border-bottom:1px solid var(--sep)}
.peer-table th:first-child{text-align:left}
.peer-table td{padding:15px 10px;border-bottom:1px solid var(--sep);text-align:right;vertical-align:middle}
.peer-table td:first-child{text-align:left;font-weight:600}
.peer-table tr.pt-self td{background:rgba(22,163,74,.07)}
.peer-table tr:last-child td{border-bottom:none}

/* INSIDER RATIO */
.ins-ratio{display:flex;align-items:center;gap:12px;padding:12px 0 8px;font-size:12px}
.ins-ratio-bar{flex:1;height:6px;background:rgba(220,60,60,.2);border-radius:99px;overflow:hidden}
.ins-ratio-fill{height:100%;background:var(--teal);border-radius:99px;transition:width .5s}
.ins-ratio-lbl{min-width:80px;font-weight:600}

/* GROWTH / MARKTPOSITION */
.growth-block{margin-bottom:14px}
.growth-block-h{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--teal);margin-bottom:6px}
.growth-block-body{font-size:13px;color:var(--muted);line-height:1.65}
.growth-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}
.growth-tag{padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;background:rgba(22,163,74,.10);color:var(--teal)}

/* RETRY BUTTON */
.ai-retry{display:inline-flex;align-items:center;gap:5px;margin-top:8px;padding:5px 12px;background:transparent;border:1px solid var(--sep);border-radius:6px;font-size:11px;color:var(--muted);cursor:pointer;transition:background .15s}
.ai-retry:hover{background:var(--sep);color:var(--fg)}

/* CHART EVENT TOOLTIP */
#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}
#chartEvTip.show{opacity:1}
.cev-type{font-size:9px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;margin-bottom:3px}
.cev-type.beat{color:#16A34A}.cev-type.miss{color:#DC2626}.cev-type.div{color:#B45309}.cev-type.ev{color:#2563EB}

/* DONUT REGION CHART */
.reg-chart-wrap{display:flex;gap:20px;align-items:center;margin-top:12px;flex-wrap:wrap}
.reg-donut{position:relative;flex-shrink:0;width:140px;height:140px}
.reg-legend{display:flex;flex-direction:column;gap:7px;flex:1;min-width:120px}
.reg-leg-row{display:flex;align-items:center;gap:8px;font-size:12px}
.reg-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}
.reg-leg-name{flex:1;color:var(--muted)}
.reg-leg-pct{font-weight:700}

/* STOCK HEADER */
.stock-row{display:flex;align-items:center;gap:18px;padding:28px 0 0}
.s-regen-all-btn{display:flex;align-items:center;gap:6px;margin-left:auto;padding:7px 12px;border:1px solid var(--sep);border-radius:8px;background:#fff;color:var(--muted);font-size:12.5px;font-weight:600;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .12s,color .12s}
.s-regen-all-btn:hover{background:#fef2f2;color:#dc2626;border-color:#fecaca}
.s-regen-all-btn svg{width:14px;height:14px;flex-shrink:0}
.s-regen-all-btn:disabled{opacity:.5;cursor:default}
.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}
/* Recherche-Status-Badge (Nutzer-Wunsch 11.09.2026): ersetzt das fruehere
   reine Text-Label -- Pille mit Hintergrundfarbe statt einfachem Text. */
.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-status-badge.is-minimal{background:#fef3e0;color:#b45309}
.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:hover{color:var(--teal)}
.s-ids .s-copy svg{width:13px;height:13px}

/* DATA COLUMNS */
.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-col-val a:hover{border-bottom-color:currentColor}
.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)}
/* Geschwister (A-/B-Aktien, ausschuettende/thesaurierende ETF-Varianten) --
   Nutzer-Wunsch 27.08.2026: kleine Cards zwischen s-info und sib-cols
   (28.08./29.08.2026 nochmal ausdruecklich kleiner gewuenscht). */
.sib-siblings{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 0}
.sib-sibling-card{display:flex;align-items:center;gap:6px;padding:4px 9px 4px 4px;border:1px solid var(--sep);border-radius:20px;background:#fff;text-decoration:none;transition:border-color .15s,background .15s}
.sib-sibling-card:hover,.sib-sibling-card:focus-visible{border-color:#168451;background:#f4faf7;outline:none}
.sib-sibling-logo{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 20px;border-radius:50%;border:1px solid #e7ebef;background:#fff;overflow:hidden}
.sib-sibling-logo img{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover}
.sib-sibling-name{font-size:11px;font-weight:650;color:#334155;white-space:nowrap;max-width:190px;overflow:hidden;text-overflow:ellipsis}
.sib-sibling-name small{font-weight:550;color:var(--dim);font-size:9.5px}
.sib-sibling-badge{font-size:9.5px;font-weight:700;color:#475569;background:#f1f5f9;border-radius:5px;padding:2px 6px;white-space:nowrap}
.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 a:hover,.sib-topic-strip a:focus-visible{background:#e7ebef;color:#111827;outline:none}
/* Relevantestes Thema (Rang 1, siehe _aiThemeTags) optisch hervorgehoben --
   Nutzer-Wunsch: "die Nummer eins ist bisschen hervorgehoben, andere Farbe". */
.sib-topic-strip .sib-topic-primary{background:#e6f4ee;color:#0f7a53;font-weight:800}
.sib-topic-strip a.sib-topic-primary:hover,.sib-topic-strip a.sib-topic-primary:focus-visible{background:#d3ecdf;color:#0a5c3d}

/* MARKET INSIGHTS CARD */
.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-card:hover{background:rgba(0,0,0,.025)}
.mi-head{display:flex;align-items:center;gap:7px;margin-bottom:7px}
.mi-icon{color:var(--teal);font-size:12px;flex-shrink:0}
.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-card:hover .mi-expand{color:var(--teal);transform:translateX(2px)}
.mi-body{font-size:13.5px;color:var(--muted);line-height:1.65}
/* MARKET INSIGHTS MODAL */
.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}
.mi-modal-overlay.open{display:flex}
.mi-modal{background:#fff;border-radius:0;width:min(600px,94vw);max-height:82vh;display:flex;flex-direction:column;box-shadow:0 24px 64px rgba(0,0,0,.22)}
.mi-modal-head{display:flex;align-items:center;gap:8px;padding:18px 22px 14px;border-bottom:1px solid var(--sep)}
.mi-modal-head .mi-title{font-size:11px}
.mi-modal-close{margin-left:auto;background:none;border:none;cursor:pointer;font-size:16px;color:var(--muted);line-height:1;padding:2px 4px;border-radius:4px}
.mi-modal-close:hover{color:var(--text);background:rgba(0,0,0,.07)}
.mi-modal-body{padding:20px 22px;overflow-y:auto;flex:1}
.mi-modal-foot{padding:14px 22px;border-top:1px solid var(--sep);display:flex;align-items:center;justify-content:space-between;gap:12px}
.mi-modal-foot[hidden]{display:none!important}
.mi-src-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;border:1px solid var(--sep);background:#fff;font-size:13px;color:var(--muted);cursor:pointer;transition:color .12s,border-color .12s}
.mi-src-btn:hover{color:var(--teal);border-color:var(--teal)}
.mi-modal-source-label{margin-left:auto}
.mi-loading{font-size:13px;color:var(--dim)}

@media(max-width:760px){.sib-cols{gap:0}.sib-col{flex:0 1 auto}.sib-col-sep{display:none}}

/* PRICE */
.price-sec{display:flex;align-items:flex-end;gap:14px;padding:12px 0 0}
.p-tf{font-size:11px;color:var(--muted);margin-bottom:3px}
.p-num{font-size:40px;font-weight:700;letter-spacing:-.03em;line-height:1}

/* ==== aktieen/foundation/base-layout/01.css ==== */
.p-num .cents{font-size:22px;font-weight:700}
.p-change{display:flex;align-items:center;gap:10px;margin-bottom:4px;font-size:13px}
.p-tflabel{color:var(--muted)}
.p-delta{font-weight:600;color:var(--teal)}
.p-delta.dn{color:var(--red)}

/* TIME TABS ? above chart */
.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}
.ttabs .volume-toggle{margin-left:auto;padding-bottom:7px}
.tt{padding:8px 10px;font-size:12px;font-weight:500;color:var(--muted);border:none;background:none;cursor:pointer;font-family:inherit;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .12s,border-color .12s}
.tt:hover{color:var(--text)}
.tt.on{color:var(--teal);border-bottom-color:var(--teal)}
.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)}
.tt-compare.dn b{color:var(--red)}
.tt-compare.dn b:first-of-type{color:var(--text)}
.tt-cur{padding:3px 9px;font-size:11px;font-weight:700;border:1px solid var(--sep);border-radius:5px;background:#fff;cursor:pointer;font-family:inherit;color:var(--muted);transition:all .12s;margin-left:6px;letter-spacing:.01em}
.tt-cur:hover{border-color:var(--teal);color:var(--teal)}
.tt-cur.on{background:rgba(22,163,74,.10);color:var(--teal);border-color:rgba(22,163,74,.40)}
.tt-compare svg{display:none}

/* SECTIONS */
.secs{padding:0}

.sec:first-child{border-top:none;}
.sec-h{    font-size: 22px;
    letter-spacing: -.03em;
    font-weight:600;margin-bottom:14px;display:flex;align-items:center;gap:6px; font-weight: 700;}

/* IICO TOOLTIP */
.iico{width:14px;height:14px;border-radius:50%;border:1px solid var(--dim);display:inline-flex;align-items:center;justify-content:center;font-size:9px;color:var(--dim);flex-shrink:0;cursor:default;position:relative}
.iico::after{content:attr(data-tip);position:absolute;left:50%;transform:translateX(-50%);bottom:calc(100% + 9px);background:#111827;color:#e8e8f4;font-size:11px;line-height:1.6;font-weight:400;letter-spacing:0;padding:9px 12px;border-radius:8px;width:220px;white-space:normal;text-align:left;z-index:200;pointer-events:none;opacity:0;transition:opacity .14s;box-shadow:0 6px 20px rgba(0,0,0,.18)}
.iico::before{content:'';position:absolute;left:50%;transform:translateX(-50%);bottom:calc(100% + 4px);border:5px solid transparent;border-top-color:#111827;z-index:200;pointer-events:none;opacity:0;transition:opacity .14s}
.iico:hover::after,.iico:hover::before{opacity:1}

/* KENNZAHLEN ? grouped layout */
.kz-groups{display:flex;flex-direction:column;gap:0;margin-top:4px}
.kz-group{border-radius:10px;overflow:hidden;margin-bottom:8px}
.kz-group:last-child{margin-bottom:0}
.kz-group-label{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--dim);padding:7px 14px 6px;border-bottom:1px solid var(--sep)}
.kz-gcols{display:grid;grid-template-columns:1fr 1fr}
.kz-row{display:flex;justify-content:space-between;align-items:center;padding:8px 14px;border-bottom:1px solid var(--sep);font-size:13px;gap:8px}

.kz-gcols .kz-row:nth-child(odd){border-right:1px solid var(--sep)}
.kz-k{color:var(--muted);display:inline-flex;align-items:center;gap:4px;min-width:0}
.kz-det{margin-left:6px;background:none;border:none;cursor:pointer;color:var(--dim);font-size:11px;padding:2px 4px;border-radius:4px;opacity:.5;transition:opacity .15s,color .15s;flex-shrink:0}
.kz-det:hover{opacity:1;color:var(--teal);background:rgba(22,163,74,.09)}
.kz-v{font-weight:600;flex-shrink:0}
.kz-v.hi{color:var(--teal)}
.kz-v.lo{color:var(--red)}
.kz-v.wa{color:#B45309}
.w52-bar{height:3px;background:rgba(0,0,0,.09);border-radius:99px;position:relative;margin:10px 0 4px}
.w52-fill{position:absolute;left:0;top:0;height:100%;border-radius:99px;background:linear-gradient(90deg,var(--red) 0%,#F59E0B 50%,var(--teal) 100%);width:76%}
.w52-dot{position:absolute;left:76%;top:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:#fff;border:2px solid var(--bg);box-shadow:0 0 0 2px var(--teal)}
.w52-lbl{display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}

/* 2-COL */
.two{display:grid;grid-template-columns:1fr 1fr;gap:0}
.two>div+div{padding-left:24px;border-left:1px solid var(--sep)}

/* ANALYST */
.an-sub{font-size:12px;color:var(--muted);margin-bottom:10px}
.an-row{display:flex;align-items:center;gap:8px;margin-bottom:7px}
.an-lbl{width:66px;font-size:13px}
.an-track{flex:1;height:3px;background:rgba(0,0,0,.09);border-radius:99px;overflow:hidden}
.an-fill{height:100%;border-radius:99px}
.an-pct{width:30px;text-align:right;font-size:12px;font-weight:600}
.an-note{margin-top:10px;font-size:12px;color:var(--muted)}

/* DIVIDENDE */
.dc-bars{display:flex;align-items:flex-end;gap:8px;height:160px;margin-top:8px}
.dc-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px}
.dc-val{font-size:11px;color:var(--text);font-weight:600}
.dc-bar{width:100%;border-radius:4px 4px 0 0;background:linear-gradient(180deg,var(--teal) 0%,rgba(22,163,74,.55) 100%);min-height:4px}
.dc-bar.est{background:linear-gradient(180deg,rgba(22,163,74,.45) 0%,rgba(22,163,74,.20) 100%);border:1.5px dashed var(--teal);border-bottom:none}
.dc-yr{font-size:11px;color:var(--muted)}
.dc-note{margin-top:10px;font-size:12px;color:var(--dim)}

/* PERFORMANCE */
.perf-tabs{display:flex;gap:5px;margin-bottom:14px;flex-wrap:wrap}
.pt{padding:5px 13px;font-size:12px;font-weight:500;border:1px solid var(--sep);border-radius:6px;background:#fff;cursor:pointer;font-family:inherit;color:var(--muted);transition:all .12s}
.pt:hover{border-color:var(--dim);color:var(--text)}
.pt.on{background:var(--text);color:var(--bg);border-color:var(--text)}
.perf-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.perf-card{padding:13px 14px;border-radius:10px;border:1px solid var(--sep);background:#fff;transition:box-shadow .12s}
.perf-card:hover{box-shadow:0 2px 10px rgba(0,0,0,.08)}
.perf-card.pos-bg{background:rgba(22,163,74,.07);border-color:rgba(22,163,74,.18)}
.perf-card.neg-bg{background:rgba(220,38,38,.05);border-color:rgba(220,38,38,.15)}
.perf-val{font-size:17px;font-weight:700;letter-spacing:-.02em}
.perf-val.pos{color:var(--teal)}
.perf-val.neg{color:var(--red)}
.perf-lbl{font-size:11px;color:var(--muted);margin-top:3px}

/* FIN CHART */
.fin-chart-outer{overflow-x:auto;margin-top:10px;border-radius:4px}
.fin-chart-outer::-webkit-scrollbar{height:5px}
.fin-chart-outer::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15);border-radius:3px}
.fin-chart-wrap{height:240px;position:relative}
.fin-legend{display:flex;align-items:center;gap:14px;margin-top:10px;font-size:12px;color:var(--muted);flex-wrap:wrap}
.fld{width:10px;height:10px;border-radius:2px;flex-shrink:0}
.fld-line{width:18px;height:0;border-top:2px dashed;flex-shrink:0;vertical-align:middle;display:inline-block;position:relative;top:-1px}
.fin-toggle{display:flex;gap:4px;margin-bottom:10px}
.ft-btn{padding:4px 12px;font-size:12px;font-weight:500;border:1px solid var(--sep);border-radius:6px;background:#fff;cursor:pointer;font-family:inherit;color:var(--muted);transition:all .12s}
.ft-btn:hover{border-color:var(--dim);color:var(--text)}
.ft-btn.on{background:var(--text);color:var(--bg);border-color:var(--text)}

/* KI QUICK */
.ki-flag{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2563EB;margin-bottom:8px;min-height:0}
.ki-flag:empty,.ki-flag.searching{display:none!important}
.ai-flag{font-size:10px;color:var(--dim);margin-top:10px;min-height:0;display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.ai-flag:empty,.ai-flag.searching{display:none!important}
.ai-src-badge{display:inline-flex;align-items:center;padding:2px 7px;border-radius:99px;font-size:10px;font-weight:600;letter-spacing:.01em}
.ai-src-db{background:rgba(74,184,224,.12);color:#3a96c4}
.ai-src-new{background:rgba(22,163,74,.10);color:var(--teal)}
.ai-src-ts{color:var(--dim);font-size:10px}
/* SEGMENT TREEMAP */
.seg-treemap{display:flex;flex-wrap:nowrap;gap:3px;margin-top:10px;border-radius:6px;overflow:hidden}
.seg-tile{display:flex;flex-direction:column;justify-content:flex-end;padding:8px 10px;min-height:80px;min-width:60px;border-radius:5px;box-sizing:border-box;cursor:default;transition:opacity .15s}
.seg-tile:hover{opacity:.82}
.seg-tile-name{font-size:10px;font-weight:700;color:rgba(255,255,255,.9);line-height:1.3}
.seg-tile-rev{font-size:12px;font-weight:700;color:#fff;margin-top:2px}
.seg-tile-chg{font-size:11px;color:rgba(255,255,255,.8);margin-top:1px}
/* KI SCORE HEADER + BARS */
.ki-score-header{display:flex;align-items:baseline;gap:9px;margin-bottom:14px}
.ki-score-total{font-size:28px;font-weight:800;letter-spacing:-.03em}
.ki-score-grade{font-size:14px;font-weight:700;color:var(--muted)}
.ki-bars-wrap{display:flex;flex-direction:column;gap:10px;padding:2px 0 10px}
.ki-bar-row{display:flex;align-items:center;gap:10px}
.ki-bar-pct{width:38px;font-size:12px;font-weight:700;text-align:right;flex-shrink:0}
.ki-bar-segs{flex:1;display:flex;gap:2px;align-items:center}
.ki-seg{flex:1;height:14px;background:rgba(0,0,0,.07);border-radius:2px}
.ki-seg.on{background:var(--teal)}
.ki-bar-lbl{width:82px;font-size:12px;color:var(--muted);flex-shrink:0}
/* grade box */
.ki-grade-box{background:linear-gradient(135deg,rgba(22,163,74,.07) 0%,rgba(22,163,74,.03) 100%);border:1px solid rgba(22,163,74,.15);border-radius:10px;text-align:center;padding:14px 20px 12px;margin-bottom:12px}
.ki-grade-lbl{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--dim);margin-bottom:4px}
.ki-grade-num{font-size:34px;font-weight:700;line-height:1;color:var(--teal)}
.ki-grade-tag{font-size:12px;font-weight:600;margin-top:5px;color:var(--teal)}
/* score rows */
.ki-score-rows{display:flex;flex-direction:column;gap:0;border:1px solid var(--sep);border-radius:8px;overflow:hidden}
.ki-sr{display:grid;grid-template-columns:100px 1fr 36px;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid var(--sep);font-size:12px;background:#fff}
.ki-sr:last-child{border-bottom:none}
.ki-sr-k{color:var(--muted);font-size:11.5px}
.ki-sr-bar{height:4px;background:rgba(0,0,0,0.07);border-radius:99px;overflow:hidden}
.ki-sr-fill{height:100%;border-radius:99px;transition:width .4s ease,background .4s}
.ki-sr-v{font-weight:700;font-size:12px;text-align:right}
.ki-insight{margin-top:14px;font-size:13px;line-height:1.75;color:#5a5a3a;padding:10px 14px;background:rgba(240,200,30,.06);border-left:3px solid rgba(200,160,20,.3);border-radius:0 6px 6px 0}
.ki-insight strong{color:#7a6800}
.c-red{color:var(--red)}
.c-yel{color:#B45309}
.c-grn{color:var(--teal)}

/* FINANZKENNZAHLEN */
.fin{display:grid;grid-template-columns:1fr 1fr}
.fc{padding:12px 0;border-bottom:1px solid var(--sep)}
.fin .fc:nth-child(odd){padding-right:24px}
.fin .fc:nth-child(even){padding-left:24px;border-left:1px solid var(--sep)}
.fin .fc:nth-last-child(-n+2){border-bottom:none}
.fc-k{font-size:12px;color:var(--muted)}
.fc-v{font-size:17px;font-weight:600;margin-top:3px;letter-spacing:-.01em}
.fc-d{font-size:11px;margin-top:2px}
.fc-d.pos{color:var(--teal)}
.fc-d.neg{color:var(--red)}

/* UNTERNEHMENSDETAILS */
.tags{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:12px}
.tpill{padding:3px 9px;border-radius:99px;background:rgba(0,0,0,.07);font-size:12px;color:var(--muted)}
.ud-txt{font-size:13px;line-height:1.8;color:#475569}
.ud-more{color:var(--teal);font-size:13px}
.ud-ids{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:14px}
.udi{padding:9px 0;border-bottom:1px solid var(--sep);font-size:12px}
.ud-ids .udi:nth-child(odd){padding-right:24px}
.ud-ids .udi:nth-child(even){padding-left:24px;border-left:1px solid var(--sep)}
.ud-ids .udi:nth-last-child(-n+2){border-bottom:none}
.udi-k{color:var(--muted)}
.udi-v{font-weight:500;margin-top:2px}
/* udi-table (Unternehmensprofil Steckbrief) */
.udi-table{width:100%;border-collapse:collapse;font-size:13px}
.udi-table .udi{display:table-row}
.udi-table .udi-k{color:var(--muted);padding:8px 16px 8px 0;white-space:nowrap;width:120px;border-bottom:1px solid var(--sep)}
.udi-table .udi-v{font-weight:500;padding:8px 0;border-bottom:1px solid var(--sep)}
.udi-table tr:last-child td{border-bottom:none}
/* Company description quick-info grid */
.co-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;overflow:hidden;margin-top:10px}
.co-info-row{padding:9px 13px;border-bottom:1px solid var(--sep);border-right:1px solid var(--sep);font-size:12px}
.co-info-row:nth-child(4n){border-right:none}
.co-info-row:nth-last-child(-n+4){border-bottom:none}
.co-info-k{display:block;color:var(--dim);font-size:11px;margin-bottom:3px}
.co-info-v{font-weight:600;font-size:12.5px;color:var(--text)}
.sp-path{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin-bottom:12px}
.spc{font-size:11px;color:var(--muted);padding:2px 8px;border-radius:99px;background:rgba(0,0,0,.07)}
.spc.last{color:var(--teal);background:rgba(0,200,164,.1)}
.spa{font-size:11px;color:var(--dim)}

/* EVENTS */
.ev-list{display:flex;flex-direction:column}
.ev{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--sep)}
.ev:last-child{border-bottom:none}
.ev.past{opacity:.4}
.ev-d{width:44px;flex-shrink:0;border:1px solid var(--sep);border-radius:8px;padding:5px 3px;text-align:center;background:#fff}
.ev-day{font-size:19px;font-weight:800;letter-spacing:-.02em;line-height:1;color:var(--text)}
.ev-mon{font-size:9px;font-weight:800;color:var(--teal);margin-bottom:3px;text-transform:uppercase;letter-spacing:.08em}
.ev-line{width:1px;background:var(--sep);flex-shrink:0}
.ev-b{flex:1}
.ev-title{font-size:13px;font-weight:600}
.ev-desc{font-size:12px;color:var(--muted);margin-top:3px;line-height:1.55}
.ev-tags{display:flex;gap:4px;margin-top:5px;flex-wrap:wrap}
.etag{padding:1px 7px;border-radius:99px;font-size:10px;font-weight:600}
.etag.e{background:rgba(154,124,0,.1);color:#B45309}
.etag.d{background:rgba(0,200,164,.1);color:var(--teal)}
.etag.p{background:rgba(0,0,0,.07);color:var(--muted)}
.etag.s{background:rgba(37,99,235,.10);color:#2563EB}
.etag.dim{color:var(--dim)}

/* PEERS */
.peers{display:flex;flex-direction:column}
.peer{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--sep);cursor:pointer}
.peer:last-child{border-bottom:none}
.peer:hover .pname{color:var(--teal)}
.p-logo{width:32px;height:32px;border-radius:8px;background:#fff;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.p-logo img{width:100%;height:100%;object-fit:cover}
.p-info{flex:1}
.pname{font-size:13px;font-weight:600;transition:color .12s}
.psub{font-size:11px;color:var(--muted);margin-top:2px}
.p-spark{width:56px;height:26px;flex-shrink:0}
.p-price{text-align:right}
.pp{font-size:13px;font-weight:600}
.pc{font-size:11px;font-weight:600;margin-top:2px}
.pc.up{color:var(--teal)}
.pc.dn{color:var(--red)}

/* BREADCRUMB */
.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:hover{color:var(--text)}
.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}

/* CHART AREA */
.chart-area{display:flex;margin-top:0;height:320px}
/* tooltip lives in the React wrapper ? shift it right by CM.left (58px) so it sits on the data point */
#stockChartSvg>div>div{margin-left:58px}#stockChartSvg div[style*="pointer-events"],#stockChartOuter>div[style*="pointer-events"]{display:none!important}
.chart-outer{position:relative;flex:1;min-width:0;height:100%}
.chart-outer canvas{display:block;width:100%!important;height:100%!important}
.stock-chart-section{width:100%;background:#fff;padding:0;font-family:inherit}
.stock-chart-toolbar{position:relative;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:12px 18px;margin-bottom:46px;flex-wrap:wrap}
.chart-range-buttons{display:flex;align-items:center;gap:16px;overflow:visible;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.chart-range-buttons::-webkit-scrollbar{display:none}
.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[data-return]{position:relative}
.chart-range-buttons button[data-return]::after{content:attr(data-return);position:absolute;left:50%;top:calc(100% + 7px);transform:translateX(-50%);min-width:0;padding:5px 9px;border:0;border-radius:6px;background:var(--teal);box-shadow:none;color:#fff;font-size:12px;font-weight:900;line-height:1.1;text-align:center;opacity:0;pointer-events:none;z-index:50;white-space:nowrap}
.chart-range-buttons button[data-return]::before{content:'';position:absolute;left:50%;top:calc(100% + 2px);transform:translateX(-50%);border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid var(--teal);opacity:0;pointer-events:none;z-index:51}
.chart-range-buttons button[data-return-tone="neg"]::after{background:var(--red)}
.chart-range-buttons button[data-return-tone="neg"]::before{border-bottom-color:var(--red)}
.chart-range-buttons button.active[data-return]::after,.chart-range-buttons button.active[data-return]::before{opacity:1}
.chart-range-buttons button:hover{color:var(--text)}
.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}
.volume-toggle{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:var(--muted);font:inherit;font-size:12px;font-weight:800;cursor:pointer;white-space:nowrap}
.toggle-track{position:relative;width:36px;height:20px;border-radius:999px;background:#d1d5db;transition:background .16s}
.toggle-dot{position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 2px 7px rgba(15,23,42,.18);transition:transform .16s}
.volume-toggle.is-active{color:var(--text)}
.volume-toggle.is-active .toggle-track{background:var(--teal)}
.volume-toggle.is-active .toggle-dot{transform:translateX(16px)}
.ma-toggle.is-active .toggle-track{background:#111827}
.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-change.negative{color:#dc2626}
.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-active-line.negative{background:#dc2626}
.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:hover button{color:#334155}
.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)}
.stock-research-page #secCharts .ovx-canvas-card.is-max-drawdown .ovx-canvas-range-badge{display:none}
.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-wrap.is-loading::after{display:none}
.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}
@keyframes ovxLoadingSpin{to{transform:rotate(360deg)}}
.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-tooltip.side-left{transform:translate(calc(-100% - 10px),-50%)}
.ovx-canvas-tooltip::after,.ovx-canvas-tooltip::before{display:none!important}
.ovx-canvas-tooltip.side-right::before{left:-7px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:7px solid #d1d5db}
.ovx-canvas-tooltip.side-right::after{left:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:6px solid #fff}
.ovx-canvas-tooltip.side-left::before{right:-7px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:7px solid #d1d5db}
.ovx-canvas-tooltip.side-left::after{right:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:6px solid #fff}
.ovx-canvas-tooltip-date{font-size:10px;color:#6b7280;font-weight:700;margin-bottom:1px;line-height:1.15;white-space:nowrap}
.ovx-canvas-tooltip-date b{color:#111827;font-size:12px;font-weight:800;letter-spacing:-.02em}
.ovx-canvas-tooltip-price{font-size:12px;font-weight:800;letter-spacing:-.02em;color:#111827;line-height:1.15;white-space:nowrap}
.ovx-canvas-tooltip-price.is-over{color:#b91c1c}
.ovx-canvas-tooltip-price.is-under{color:#15803d}
.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)}
.chart-floating-tooltip.is-visible{opacity:1;transform:translateY(0)}
.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 span i{display:inline-block;width:7px;height:7px;border-radius:999px;margin-right:5px;vertical-align:1px}
.tooltip-row strong{color:var(--text)}
.price-pin{display:none!important}
.rating-panel{width:154px;flex-shrink:0;border-left:1px solid var(--sep);padding:12px 0 12px 18px;display:flex;flex-direction:column;justify-content:space-between}
.rp-lbl{font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--dim)}
.rp-badge{display:inline-block;margin-top:5px;padding:3px 11px;border-radius:99px;font-size:12px;font-weight:700;background:rgba(22,163,74,.12);color:var(--teal)}
.rp-rows{display:flex;flex-direction:column;gap:5px;margin-top:10px}
.rp-row{display:flex;align-items:center;gap:6px;font-size:11px}
.rp-name{width:52px;color:var(--muted)}
.rp-track{flex:1;height:3px;background:rgba(0,0,0,.08);border-radius:99px;overflow:hidden}
.rp-fill{height:100%;border-radius:99px}
.rp-n{width:18px;text-align:right;font-weight:600;font-size:11px;color:var(--text)}
.rp-divider{height:1px;background:var(--sep);margin:10px 0}
.rp-tk{font-size:10px;color:var(--muted)}
.rp-tv{font-size:16px;font-weight:700;letter-spacing:-.01em;margin-top:2px}
.rp-td{font-size:11px;font-weight:600;margin-top:2px;color:var(--teal)}

/* FAIR VALUE */
.fv-form{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px;margin-bottom:16px}
.fv-field{display:flex;flex-direction:column;gap:4px}
.fv-label{font-size:11px;color:var(--muted);font-weight:500}
.fv-inp{height:36px;padding:0 12px;border:1px solid var(--sep);border-radius:8px;font-size:13px;font-family:inherit;background:#fff;color:var(--text);outline:none}
.fv-inp:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(22,163,74,.12)}
.fv-result{display:flex;align-items:center;gap:18px;padding:14px 16px;background:rgba(22,163,74,.07);border:1px solid rgba(22,163,74,.18);border-radius:10px;flex-wrap:wrap}
.fv-val{font-size:26px;font-weight:700;letter-spacing:-.02em;color:var(--teal)}
.fv-meta{font-size:13px;color:var(--muted)}
.fv-margin{font-size:13px;font-weight:600}
.fv-margin.pos{color:var(--teal)}
.fv-margin.neg{color:var(--red)}
.fv-calc-btn{padding:0 18px;height:36px;background:var(--text);color:var(--bg);border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;grid-column:span 2;justify-self:start;transition:opacity .12s}
.fv-calc-btn:hover{opacity:.82}

/* INSIDER TABLE */
.ins-table{width:100%;border-collapse:collapse;font-size:13px}
.ins-table th{text-align:left;font-size:11px;font-weight:500;color:var(--muted);padding:0 0 8px;border-bottom:1px solid var(--sep)}
.ins-table td{padding:10px 0;border-bottom:1px solid var(--sep);vertical-align:middle}
.ins-table tr:last-child td{border-bottom:none}
.ins-table th:not(:first-child),.ins-table td:not(:first-child){padding-left:16px}
.ins-badge{padding:2px 8px;border-radius:99px;font-size:10px;font-weight:700}
.ins-badge.sell{background:rgba(220,38,38,.10);color:var(--red)}
.ins-badge.buy{background:rgba(22,163,74,.12);color:var(--teal)}
.ins-name{font-weight:500}
.ins-role{font-size:11px;color:var(--muted);margin-top:2px}

/* SHORT INTEREST */
.si-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}
.si-card{background:#fff;border:1px solid var(--sep);border-radius:10px;padding:12px;text-align:center}
.si-val{font-size:18px;font-weight:700;letter-spacing:-.02em}
.si-key{font-size:11px;color:var(--muted);margin-top:4px}

/* HALTER STRUKTUR */
.holder-wrap{display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.holder-chart{position:relative;width:160px;height:160px;flex-shrink:0}
.holder-chart canvas{width:100%!important;height:100%!important}
.holder-legend{display:flex;flex-direction:column;gap:8px;flex:1}
.hl-row{display:flex;align-items:center;gap:8px;font-size:13px}
.hl-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}
.hl-lbl{flex:1}
.hl-pct{font-weight:600;min-width:36px;text-align:right}

/* PEER RADAR */
.radar-wrap{height:280px;position:relative;margin-top:10px}
.radar-legend{display:flex;align-items:center;gap:16px;margin-top:8px;font-size:12px;flex-wrap:wrap}
.rl-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;display:inline-block}

/* SAISONALIT?T HEATMAP */
.saison-hm{overflow-x:auto;margin-top:10px}
.shm-inner{display:inline-flex;flex-direction:column;gap:2px;min-width:100%}
.shm-row{display:flex;gap:2px;align-items:center}
.shm-yr{width:34px;flex-shrink:0;font-size:10px;color:var(--muted);text-align:right;padding-right:6px}
.shm-cell{flex:1;min-width:38px;height:30px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;transition:opacity .1s}
.shm-cell:hover{opacity:.8}
.shm-mh{height:22px;font-size:10px;color:var(--muted);font-weight:500;background:transparent!important;color:var(--dim)!important}

/* TECH INDICATORS */
.tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.tech-card{background:#fff;border:1px solid var(--sep);border-radius:10px;padding:12px}
.tech-name{font-size:11px;color:var(--muted)}
.tech-val{font-size:15px;font-weight:700;margin-top:4px;letter-spacing:-.01em}
.tech-sig{font-size:11px;font-weight:600;margin-top:3px}
.tech-sig.buy{color:var(--teal)}
.tech-sig.sell{color:var(--red)}
.tech-sig.neu{color:var(--muted)}

/* EARNINGS KALENDER */
.earn-table{width:100%;border-collapse:collapse;font-size:13px}
.earn-table th{text-align:left;font-size:11px;font-weight:500;color:var(--muted);padding:0 0 8px;border-bottom:1px solid var(--sep)}
.earn-table td{padding:9px 0;border-bottom:1px solid var(--sep);vertical-align:middle}
.earn-table tr:last-child td{border-bottom:none}
.earn-table th:not(:first-child),.earn-table td:not(:first-child){padding-left:14px}
.earn-badge{padding:2px 8px;border-radius:99px;font-size:10px;font-weight:700}
.earn-badge.beat{background:rgba(22,163,74,.12);color:var(--teal)}
.earn-badge.miss{background:rgba(220,38,38,.10);color:var(--red)}
.earn-badge.upcoming{background:rgba(37,99,235,.10);color:#2563EB}

/* NEWS FEED */
.news-list{display:flex;flex-direction:column;gap:0}
.news-list{display:flex;flex-direction:column;gap:0}
.news-item{display:flex;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:1px solid var(--sep);cursor:pointer;transition:background .1s;border-radius:0}
.news-item:first-child{padding-top:4px}
.news-item:last-child{border-bottom:none}
.news-item:hover{background:rgba(0,0,0,.025);margin:0 -10px;padding-left:10px;padding-right:10px;border-radius:8px}
.news-item:hover .news-title{color:var(--teal)}
.news-thumb{width:300px;height:200px;border-radius:8px;object-fit:cover;flex-shrink:0;background:var(--side)}
.news-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:5px}
.news-top{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.news-badge{display:inline-flex;align-items:center;font-size:10px;font-weight:700;letter-spacing:.03em;padding:2px 8px;border-radius:99px;flex-shrink:0}
.news-badge.pos{background:rgba(22,163,74,.12);color:var(--positive)}
.news-badge.neg{background:rgba(220,38,38,.08);color:var(--red)}
.news-badge.neu{background:rgba(0,0,0,.06);color:var(--muted)}
.news-src{font-size:11px;font-weight:600;color:var(--muted)}
.news-time{font-size:11px;color:var(--dim)}
.news-title{font-size:14px;font-weight:600;line-height:1.45;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.news-sum{font-size:12px;color:var(--dim);line-height:1.55;margin-top:3px;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}

/* MONTE CARLO */
.mc-wrap{height:220px;position:relative;margin-top:10px}
.mc-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px}
.mc-stat{text-align:center}
.mc-stat-val{font-size:14px;font-weight:700;letter-spacing:-.01em}
.mc-stat-lbl{font-size:10px;color:var(--muted);margin-top:2px}

/* TUTORIAL MODE */
.tut-toggle{display:flex;align-items:center;gap:5px;height:30px;padding:0 11px;font-size:12px;font-weight:500;border:1px solid var(--sep);border-radius:6px;background:#fff;cursor:pointer;font-family:inherit;color:var(--muted);transition:all .12s;flex-shrink:0}
.tut-toggle:hover{border-color:#2563EB;color:#2563EB}
.tut-toggle.on{background:#2563EB;color:#fff;border-color:#2563EB}
.tut-toggle svg{width:13px;height:13px;flex-shrink:0}
.tut-box{display:none;margin:0 0 14px;padding:12px 14px;background:rgba(37,99,235,.06);border:1px solid rgba(37,99,235,.18);border-radius:8px;font-size:12px;line-height:1.75;color:var(--text)}
.tut-flag{font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2563EB;margin-bottom:8px}
.tut-box p{margin:0 0 8px;color:#475569}
.tut-box p:last-of-type{margin-bottom:0}
.tut-box p strong{color:var(--text)}
.tut-box ul{margin:0 0 8px 14px;color:#475569}
.tut-box li{margin-bottom:3px}
.tut-hl{font-size:11px;font-weight:700;color:var(--text);margin:8px 0 3px}
.tut-tags{margin-top:8px;display:flex;flex-wrap:wrap;gap:4px}
.tut-tag{padding:1px 8px;border-radius:99px;font-size:10px;font-weight:600}
.tut-tag.g{background:rgba(22,163,74,.12);color:var(--teal)}
.tut-tag.w{background:rgba(245,158,11,.15);color:#B45309}
.tut-tag.r{background:rgba(220,38,38,.10);color:var(--red)}
body.tut .tut-box{display:block}

/* KATALYSATOREN & RISIKEN */
.kari-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:4px}
.kari-col-h{font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;margin-bottom:8px}
.kari-item{display:flex;align-items:flex-start;gap:8px;padding:8px 10px;font-size:12px;line-height:1.5}
.kari-item:last-child{margin-bottom:0}
.kari-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;margin-top:4px}
.kari-pos{background:rgba(22,163,74,.07);}
.kari-neg{background:rgba(220,38,38,.05);}
.kari-neu{background:rgba(0,0,0,.035);}
.kari-t{font-weight:600;color:var(--text)}
.kari-d{color:var(--muted);font-size:11px;margin-top:2px}

/* FCF & KAPITALR?CKGABE */
.fcf-chart-wrap{height:180px;margin-top:10px}
.fcf-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}
.fcf-stat{background:#fff;border:1px solid var(--sep);border-radius:10px;padding:12px;text-align:center}
.fcf-stat-val{font-size:17px;font-weight:700;letter-spacing:-.01em}
.fcf-stat-lbl{font-size:11px;color:var(--muted);margin-top:4px}

/* RELATIVE ST?RKE */
.rstr-chart-wrap{height:180px;margin-top:10px}
.rstr-legend{display:flex;align-items:center;gap:14px;margin-top:8px;font-size:12px;color:var(--muted)}

/* 13F TABLE */
.tf-table{width:100%;border-collapse:collapse;font-size:13px}
.tf-table th{text-align:left;font-size:11px;font-weight:500;color:var(--muted);padding:0 0 8px;border-bottom:1px solid var(--sep)}
.tf-table td{padding:9px 0;border-bottom:1px solid var(--sep);vertical-align:middle}
.tf-table tr:last-child td{border-bottom:none}
.tf-table th:not(:first-child),.tf-table td:not(:first-child){padding-left:14px}
.tf-chg{font-size:12px;font-weight:600}
.tf-chg.up{color:var(--teal)}
.tf-chg.dn{color:var(--red)}
.tf-chg.flat{color:var(--muted)}

/* SEGMENT CHART */
.seg-chart-wrap{height:240px;margin-top:10px}
.seg-legend{display:flex;align-items:center;gap:10px;margin-top:10px;font-size:12px;color:var(--muted);flex-wrap:wrap}
.seg-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}

/* MARGIN TREND */
.margin-chart-wrap{height:200px;margin-top:10px}
.margin-legend{display:flex;align-items:center;gap:14px;margin-top:8px;font-size:12px;color:var(--muted);flex-wrap:wrap}

/* SHORT INTEREST TREND */
.si-trend-wrap{height:130px;margin-top:14px}

/* INVESTMENT RECHNER */
.inv-inputs{display:grid;grid-template-columns:repeat(4,1fr);gap:14px 24px;background:#fff;border:1px solid var(--sep);border-radius:10px;padding:14px 16px;margin-bottom:14px}
.inv-inp-lbl{font-size:11px;font-weight:500;color:var(--muted);margin-bottom:5px}
.inv-sel,.inv-num{height:34px;padding:0 10px;border:1px solid var(--sep);border-radius:7px;font-size:13px;font-family:inherit;background:#fff;color:var(--text);width:100%;outline:none;box-sizing:border-box}
.inv-sel{cursor:pointer}
.inv-num:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(22,163,74,.12)}
.inv-num::placeholder{color:var(--dim)}
.inv-sw{display:flex;align-items:center;gap:8px;cursor:pointer;user-select:none;margin-top:8px}
.inv-sw input{display:none}
.inv-sw-track{width:36px;height:20px;border-radius:99px;background:rgba(0,0,0,.12);position:relative;transition:background .15s;flex-shrink:0}
.inv-sw-track::after{content:'';position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:left .15s}
.inv-sw input:checked+.inv-sw-track{background:var(--teal)}
.inv-sw input:checked+.inv-sw-track::after{left:18px}
.inv-sw-lbl{font-size:12px;font-weight:500;color:var(--text);line-height:1.4}
.inv-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:12px}
.inv-stat{background:#fff;border:1px solid var(--sep);border-radius:10px;padding:11px 12px;text-align:center}
.inv-stat-val{font-size:15px;font-weight:700;letter-spacing:-.01em}
.inv-stat-lbl{font-size:10px;color:var(--muted);margin-top:3px;line-height:1.4}
.inv-chart-wrap{height:280px;position:relative;margin-top:4px}
.inv-legend{display:flex;align-items:center;gap:14px;margin-top:10px;font-size:12px;color:var(--muted);flex-wrap:wrap}
.inv-range{width:100%;height:4px;-webkit-appearance:none;appearance:none;background:var(--sep);border-radius:2px;outline:none;cursor:pointer;margin-top:8px}
.inv-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:var(--teal);cursor:pointer}
.inv-range::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--teal);border:none;cursor:pointer}
@media(max-width:680px){.inv-inputs{grid-template-columns:1fr 1fr}.inv-stats{grid-template-columns:repeat(3,1fr)}}

/* LIVE BADGE */
.live-badge{display:inline-flex;align-items:center;font-size:10px;font-weight:700;letter-spacing:.05em;padding:2px 8px;border-radius:99px;background:rgba(0,0,0,.06);color:var(--muted);margin-right:8px;flex-shrink:0;transition:background .3s,color .3s}
.live-badge.on{background:rgba(22,163,74,.12);color:var(--teal)}
.live-badge.err{background:rgba(220,38,38,.08);color:var(--red)}

/* LIVE DOT */
@keyframes ldPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.8)}}

/* EUR PRICE */
.p-eur{display:none}

/* BILANZ & LIQUIDIT?T */
.bliq-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}
.bliq-card{background:rgba(0,0,0,.03);border:1px solid var(--sep);border-radius:8px;padding:12px 14px}
.bliq-val{font-size:22px;font-weight:700;letter-spacing:-.5px;margin-bottom:2px}
.bliq-lbl{font-size:12px;font-weight:600;color:var(--muted)}
.bliq-sub{font-size:10px;color:var(--dim);margin-top:2px}
.bliq-ok{color:var(--teal)}.bliq-warn{color:#B45309}.bliq-bad{color:var(--red)}
/* Accordion */
.acc-sec>.sec-h{cursor:pointer;user-select:none;display:flex;align-items:center;gap:8px}
.acc-sec>.sec-h:hover{opacity:.82}
.acc-arrow{margin-left:auto;font-size:11px;color:var(--dim);transition:transform .22s;flex-shrink:0}
.acc-sec.acc-open>.sec-h .acc-arrow{transform:rotate(180deg)}
.acc-body{overflow:hidden;max-height:0;transition:max-height .28s ease}
.acc-sec.acc-open>.acc-body{max-height:none}
.acc-summary{font-size:11px;color:var(--dim);font-weight:400;letter-spacing:0;text-transform:none;margin-left:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:320px}
/* Dividend yield quick stat */
.p-divyield{font-size:12px;color:var(--dim);margin-top:3px;display:none}
.p-divyield b{color:#F59E0B}

/* SEGMENT-BALKEN */
.seg-row{display:flex;align-items:center;gap:8px;padding:6px 0;border-bottom:1px solid var(--sep);font-size:12px}
.seg-row:last-child{border-bottom:none}
.seg-name{flex:0 0 120px;color:var(--muted);font-size:11px}
.seg-bar-wrap{flex:1;height:5px;background:rgba(0,0,0,.07);border-radius:99px;overflow:hidden}
.seg-bar{height:100%;border-radius:99px;background:var(--teal)}
.seg-val{min-width:60px;text-align:right;font-weight:600}
.seg-chg{min-width:40px;text-align:right;font-size:11px;color:var(--dim)}

/* EARNINGS REVISIONS */
.rev-split{height:8px;border-radius:99px;overflow:hidden;margin:12px 0 4px;display:flex;gap:2px;background:rgba(0,0,0,.07)}
.rev-up{height:100%;background:var(--teal);border-radius:99px 0 0 99px;transition:width .6s}
.rev-dn{height:100%;background:var(--red);border-radius:0 99px 99px 0;transition:width .6s}
.rev-counts{display:flex;justify-content:space-between;font-size:12px;margin-bottom:8px}
.rev-est{font-size:12px;background:rgba(0,0,0,.04);border-radius:8px;padding:8px 12px;margin-top:8px;display:flex;justify-content:space-between;align-items:center}
.rev-est-lbl{color:var(--muted)}.rev-est-val{font-weight:700}
.rev-est-chg.up{color:var(--teal)}.rev-est-chg.dn{color:var(--red)}.rev-est-chg.flat{color:var(--muted)}
.rev-summary{font-size:12px;color:var(--dim);margin-top:8px;line-height:1.55}
/* DEBT MATURITY */
.debt-chart-wrap{height:180px;margin-top:12px}
.debt-meta{display:flex;gap:16px;margin-top:10px;font-size:12px;flex-wrap:wrap}
.debt-meta-item{display:flex;flex-direction:column;gap:2px}
.debt-meta-val{font-weight:700;font-size:14px}
.debt-meta-lbl{color:var(--muted)}
.debt-summary{font-size:12px;color:var(--dim);margin-top:8px;line-height:1.55}
/* HISTORICAL PE */
.hpe-chart-wrap{height:190px;margin-top:12px}
.hpe-meta{display:flex;gap:16px;margin-top:10px;font-size:12px;flex-wrap:wrap}
.hpe-meta-item{display:flex;flex-direction:column;gap:2px}
.hpe-meta-val{font-weight:700;font-size:14px}
.hpe-meta-lbl{color:var(--muted)}
.hpe-info{font-size:12px;color:var(--dim);margin-top:8px;line-height:1.55}

/* EARNINGS-CALL */
.ecs-header{display:flex;align-items:center;gap:12px;padding:10px 0 6px}
.ecs-score{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;flex-shrink:0}
.ecs-score.pos{background:rgba(22,163,74,.15);color:var(--teal)}
.ecs-score.neu{background:rgba(0,0,0,.07);color:var(--muted)}
.ecs-score.neg{background:rgba(220,60,60,.1);color:var(--red)}
.ecs-headline{font-size:13px;font-weight:600;line-height:1.4}
.ecs-date{font-size:11px;color:var(--dim);margin-top:2px}
.ecs-bullets{list-style:none;margin:8px 0 0;padding:0}
.ecs-bullets li{font-size:12px;color:var(--muted);padding:3px 0 3px 14px;position:relative;line-height:1.5}
.ecs-bullets li::before{content:"?";position:absolute;left:0;color:var(--dim);font-size:16px;line-height:1.2}

/* BURGGRABEN */
.moat-header{display:flex;align-items:center;gap:10px;padding:8px 0 10px}
.moat-badge{font-size:11px;font-weight:700;padding:3px 10px;border-radius:99px;white-space:nowrap}
.moat-badge.wide{background:rgba(22,163,74,.12);color:var(--teal)}
.moat-badge.narrow{background:rgba(245,158,11,.15);color:#B45309}
.moat-badge.none{background:rgba(220,60,60,.1);color:var(--red)}
.moat-score-bar{flex:1;height:4px;background:rgba(0,0,0,.08);border-radius:99px;overflow:hidden}
.moat-score-fill{height:100%;border-radius:99px}
.moat-sources{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}
.moat-src{border:1px solid var(--sep);border-radius:7px;padding:8px 10px}
.moat-src-factor{font-size:11px;font-weight:700;margin-bottom:3px}
.moat-src-desc{font-size:11px;color:var(--muted);line-height:1.5}
.moat-src-tag{display:inline-block;font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:2px 6px;border-radius:99px;margin-top:4px}
.moat-src-tag.stark{background:rgba(22,163,74,.12);color:var(--teal)}
.moat-src-tag.mittel{background:rgba(245,158,11,.15);color:#B45309}
.moat-src-tag.schwach{background:rgba(220,60,60,.1);color:var(--red)}

/* LIEFERKETTE */
.sc-row{display:flex;gap:10px;padding:8px 0;border-bottom:1px solid var(--sep)}
.sc-row:last-child{border-bottom:none}
.sc-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:4px}
.sc-dot.hoch{background:var(--red)}.sc-dot.mittel{background:#F59E0B}.sc-dot.niedrig{background:var(--teal)}
.sc-t{font-size:12px;font-weight:600;margin-bottom:2px}
.sc-d{font-size:11px;color:var(--muted);line-height:1.5}

/* GRAHAM-ZAHL BOX */
.graham-box{margin-top:12px;background:linear-gradient(135deg,rgba(22,163,74,.06) 0%,rgba(22,163,74,.03) 100%);border:1px solid rgba(22,163,74,.18);border-radius:10px;padding:12px 16px;display:flex;flex-direction:column;gap:6px}
.graham-lbl{font-size:11px;font-weight:600;color:var(--teal);text-transform:uppercase;letter-spacing:.04em}
.graham-hint{font-size:10px;font-weight:400;color:var(--dim);text-transform:none;letter-spacing:0;margin-left:4px}
.graham-body{display:flex;align-items:baseline;gap:12px}
.graham-num{font-size:26px;font-weight:700;letter-spacing:-.5px;color:var(--teal)}
.graham-detail{font-size:12px;color:var(--muted);line-height:1.5}

/* DIVIDENDEN DETAILS */
.div-detail-grid{display:flex;flex-direction:column;gap:0}
.dd-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid var(--sep);font-size:13px}
.dd-row:last-child{border-bottom:none}
.dd-k{color:var(--muted);flex:1}
.dd-v{font-weight:600;text-align:right;flex-shrink:0}
.dd-hint{font-size:10px;color:var(--dim);font-weight:400;display:block;text-align:right;margin-top:1px}
.dd-row.dd-highlight{background:rgba(22,163,74,.05);margin:0 -4px;padding:8px 4px;border-radius:6px;border-bottom:1px solid var(--sep)}
.dd-row.dd-highlight .dd-v{color:var(--teal)}

/* PERFORMANCE STRIP */
.perf-strip{display:flex;align-items:stretch;background:#fff;border:1px solid var(--sep);border-radius:10px;overflow:hidden;margin:12px 0 0}
.perf-cell{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:11px 4px;border-right:1px solid var(--sep);cursor:default;transition:background .1s;min-width:0;position:relative}
.perf-cell:last-child{border-right:none}
.perf-cell:first-child{background:rgba(0,0,0,.023)}
.perf-cell:hover{background:rgba(0,0,0,.035)}
.perf-cell.dn-cell:first-child{background:rgba(220,38,38,.04)}
.perf-label{font-size:9.5px;color:var(--dim);font-weight:500;text-align:center;white-space:nowrap;letter-spacing:.01em}
.perf-val{font-size:13px;font-weight:700;text-align:center;white-space:nowrap;letter-spacing:-.01em}
.perf-val.up{color:var(--teal)}
.perf-val.dn{color:var(--red)}
@media(max-width:700px){.perf-strip{display:grid;grid-template-columns:repeat(3,1fr)}.perf-cell{border-right:1px solid var(--sep);border-bottom:1px solid var(--sep)}}

/* SCORE CARDS */
.score-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:2px}
.score-card{background:#fff;border:1px solid var(--sep);border-radius:10px;overflow:hidden;display:flex;flex-direction:column}
.sc-head{font-size:11px;font-weight:700;color:var(--text);padding:9px 12px 8px;border-bottom:1px solid var(--sep);background:var(--side);display:flex;align-items:center;justify-content:space-between}
.sc-gear{background:none;border:none;cursor:pointer;font-size:11px;color:var(--dim);padding:0;line-height:1;opacity:.6;transition:opacity .15s}
.sc-gear:hover{opacity:1}
.sc-body{padding:14px 12px;flex:1;display:flex;flex-direction:column;gap:0}
/* Company Quality */
.sc-quality{flex-direction:row!important;align-items:center;gap:12px;padding:12px}
.sc-quality-text{flex:1;display:flex;flex-direction:column;gap:0}
.sc-quality-row{display:flex;align-items:flex-start;gap:7px}
.sc-quality-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:4px}
.sc-quality-lbl{font-size:10px;color:var(--muted);line-height:1.3}
.sc-quality-val{font-size:16px;font-weight:700;letter-spacing:-.02em;line-height:1.2;color:var(--text)}
.sc-donut-wrap{position:relative;width:76px;height:76px;flex-shrink:0}
.sc-donut-center{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--text);text-align:center;line-height:1.2}
/* Wall St Estimates */
.sc-est-body{gap:10px}
.sc-est-row{display:flex;flex-direction:column;gap:3px}
.sc-est-lbl{font-size:11px;color:var(--muted);text-decoration:underline;text-underline-offset:2px;text-decoration-color:var(--sep)}
.sc-est-top{display:flex;align-items:center;justify-content:space-between}
.sc-est-pct{font-size:13px;font-weight:700;color:var(--teal)}
.sc-est-bar-wrap{height:5px;background:rgba(0,0,0,.07);border-radius:99px;overflow:hidden;margin-top:2px}
.sc-est-bar{height:100%;border-radius:99px;background:var(--teal);width:0;transition:width .6s ease}
/* Investor Returns */
.sc-ret-body{gap:8px}
.sc-ret-row{display:flex;align-items:center;gap:8px;padding:4px 0;border-bottom:1px solid var(--sep)}
.sc-ret-row:last-child{border-bottom:none}
.sc-ret-ico{width:24px;height:24px;background:rgba(0,0,0,.06);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0}
.sc-ret-lbl{flex:1;font-size:11px;color:var(--muted)}
.sc-ret-val{font-size:12px;font-weight:700;color:var(--text)}
/* Insider */
.sc-ins-body{gap:0;justify-content:space-around}
.sc-ins-row{display:flex;flex-direction:column;gap:3px;padding:8px 0;border-bottom:1px solid var(--sep)}
.sc-ins-row:last-child{border-bottom:none}
.sc-ins-period{font-size:10px;color:var(--dim);font-weight:600;text-transform:uppercase;letter-spacing:.04em}
.sc-ins-right{display:flex;align-items:center;justify-content:space-between;margin-top:2px}
.sc-ins-vol{font-size:13px;font-weight:600;color:var(--text)}
.sc-ins-sep{height:1px;background:var(--sep)}
.sc-ins-tag{font-size:10px;font-weight:700;padding:2px 8px;border-radius:99px}
.sc-ins-tag.buys{background:rgba(22,163,74,.12);color:var(--teal)}
.sc-ins-tag.sells{background:rgba(220,38,38,.08);color:var(--red)}
.sc-ins-tag.none{background:rgba(0,0,0,.06);color:var(--muted)}
@media(max-width:860px){.score-cards{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.score-cards{grid-template-columns:1fr}}

/* ANALYST TACHOMETER */
.at-center{display:flex;flex-direction:column;align-items:center;gap:0;padding:10px 0 4px}
.at-center canvas{display:block;max-width:100%}
.at-label{font-size:36px;font-weight:800;letter-spacing:-.03em;color:var(--text);margin-top:2px;line-height:1}
.at-count{font-size:12px;color:var(--muted);margin-top:4px;margin-bottom:12px}
.at-trio{display:flex;align-items:stretch;gap:0;border:1px solid var(--sep);border-radius:10px;overflow:hidden}
.at-trio-cell{display:flex;flex-direction:column;align-items:center;gap:3px;padding:11px 32px}
.at-trio-sep{width:1px;background:var(--sep);flex-shrink:0}
.at-trio-lbl{font-size:11px;font-weight:600;color:var(--muted);letter-spacing:.02em}
.at-trio-val{font-size:26px;font-weight:800;letter-spacing:-.02em;line-height:1.1}
.at-trio-val.sell{color:var(--red)}
.at-trio-val.hold{color:#F59E0B}
.at-trio-val.buy{color:var(--teal)}
.at-target{font-size:11px;color:var(--muted);margin-top:10px;text-align:center}

/* REGENERATE BUTTON */
.regen-btn{margin-left:auto;padding:3px 10px;font-size:11px;font-weight:600;border:1px solid var(--sep);border-radius:6px;background:#fff;cursor:pointer;font-family:inherit;color:var(--muted);transition:all .12s;flex-shrink:0}
.regen-btn:hover{border-color:var(--teal);color:var(--teal)}
.regen-btn:disabled{opacity:.5;cursor:not-allowed}

/* OVERVIEW MINI NEWS */
.ov-news-list{display:flex;flex-direction:column;gap:0}

/* ETF TAB */
.etf-meta-card{border:1px solid var(--sep);border-radius:10px;overflow:hidden}
.etf-meta-row{display:flex;align-items:center;justify-content:space-between;padding:9px 14px;border-bottom:1px solid var(--sep);font-size:13px;gap:10px}
.etf-meta-row:last-child{border-bottom:none}
.etf-meta-k{color:var(--muted);flex-shrink:0}
.etf-meta-v{font-weight:600;text-align:right}
.etf-holdings-row{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid var(--sep);font-size:13px}
.etf-holdings-row:last-child{border-bottom:none}
.etf-holdings-rank{font-size:11px;color:var(--dim);width:20px;flex-shrink:0;text-align:center}
.etf-holdings-name{flex:1;font-weight:600}
.etf-holdings-ticker{font-size:11px;color:var(--muted);margin-top:1px}
.etf-holdings-weight{font-size:13px;font-weight:700;color:var(--teal);min-width:48px;text-align:right}
.etf-alloc-row{display:flex;align-items:center;gap:10px;padding:7px 0;border-bottom:1px solid var(--sep);font-size:12px}
.etf-alloc-row:last-child{border-bottom:none}
.etf-alloc-name{flex:1;color:var(--muted)}
.etf-alloc-bar-wrap{width:100px;height:5px;background:rgba(0,0,0,.07);border-radius:99px;overflow:hidden;flex-shrink:0}
.etf-alloc-bar{height:100%;border-radius:99px;background:var(--teal)}
.etf-alloc-pct{font-weight:700;min-width:40px;text-align:right}

/* BULL / BEAR THESIS */
.bb-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:10px}
.bb-col{padding:14px 16px;border-radius:10px}
.bb-col.bull{background:rgba(22,163,74,.07);border:1px solid rgba(22,163,74,.14)}
.bb-col.bear{background:rgba(220,38,38,.05);border:1px solid rgba(220,38,38,.12)}
.bb-head{font-size:11.5px;font-weight:800;margin-bottom:10px;letter-spacing:.03em;text-transform:uppercase}
.bb-col.bull .bb-head{color:var(--teal)}
.bb-col.bear .bb-head{color:var(--red)}
.bb-item{font-size:13px;line-height:1.55;color:var(--muted);padding:6px 0;border-bottom:1px solid rgba(0,0,0,.05);display:flex;gap:8px;align-items:flex-start}
.bb-item:last-child{border-bottom:none}
.bb-item::before{content:'?';flex-shrink:0;font-size:10px;margin-top:3px}
.bb-col.bull .bb-item::before{color:var(--teal)}
.bb-col.bear .bb-item::before{color:var(--red)}
@media(max-width:600px){.bb-grid{grid-template-columns:1fr}}

/* FOOTNOTE */
.footnote{font-size:11px;color:var(--dim);line-height:1.6;margin-top:22px;padding-top:18px;border-top:1px solid var(--sep)}

/* SITE FOOTER */
.premium-teaser{background:linear-gradient(135deg,#0f172a 0%,#1a3050 55%,#0a3d5c 100%);padding:44px 0}
.premium-teaser-inner{max-width:960px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}
.premium-teaser-text{flex:1;min-width:200px}
.premium-teaser-pill{display:inline-block;font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#38bdf8;background:rgba(56,189,248,.1);border:1px solid rgba(56,189,248,.22);border-radius:999px;padding:3px 12px;margin-bottom:11px}
.premium-teaser-title{font-size:21px;font-weight:800;color:#f8fafc;line-height:1.28;margin-bottom:9px;letter-spacing:-.015em}
.premium-teaser-sub{font-size:13px;color:rgba(248,250,252,.6);line-height:1.65;max-width:500px}
.premium-teaser-btn{display:inline-block;background:#0ea5e9;color:#fff;font-size:14px;font-weight:700;padding:13px 26px;border-radius:10px;text-decoration:none;white-space:nowrap;flex-shrink:0;}
.premium-teaser-chart{flex-shrink:0;position:relative;display:flex;flex-direction:column;gap:4px}
.premium-teaser-chart svg{display:block;border-radius:6px;background:rgba(255,255,255,.04)}
.ptc-labels{display:flex;flex-direction:column;gap:4px;position:absolute;right:-90px;top:4px}
.ptc-strategy{font-size:10.5px;font-weight:600;color:#38bdf8;white-space:nowrap}
.ptc-sp{font-size:10.5px;font-weight:500;color:rgba(74,222,128,.8);white-space:nowrap}
.ptc-x{display:flex;justify-content:space-between;font-size:9.5px;color:rgba(248,250,252,.35);padding:0 2px}
.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-links{display:flex;gap:18px;flex-wrap:wrap}
.footer-links a{font-size:12px;color:var(--dim);text-decoration:none;transition:color .12s}
.footer-links a:hover{color:var(--muted)}
.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-nav-col a:hover{color:var(--text)}
.footer-top{display:flex;align-items:flex-start;gap:36px;width:100%;flex-wrap:wrap}
.footer-bottom{width:100%;margin-top:18px;padding-top:14px;border-top:1px solid var(--sep);display:flex;flex-wrap:wrap;align-items:center;gap:10px}
.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)}
.footer-note{width:100%;font-size:11px;color:var(--dim);line-height:1.6;margin-top:8px}

@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 TAB NAVIGATION */
.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}
.page-tabs::-webkit-scrollbar{display: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:hover{color:var(--text)}
.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 LOADING */
.lazy-tab-slot{
  min-height:540px;
  padding-top:10px;
}
.lazy-tab-skeleton{
  width:100%;
  padding:4px 0 28px;
}
.lazy-tab-skeleton-title,
.lazy-tab-skeleton-copy,
.lazy-tab-skeleton-grid i,
.lazy-tab-skeleton-panel{
  position:relative;
  overflow:hidden;
  background:#eef1f4;
  border-radius:6px;
}
.lazy-tab-skeleton-title{width:210px;height:29px;margin-bottom:12px}
.lazy-tab-skeleton-copy{width:min(620px,78%);height:14px;margin-bottom:30px}
.lazy-tab-skeleton-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-bottom:18px;
}
.lazy-tab-skeleton-grid i{display:block;height:112px}
.lazy-tab-skeleton-panel{height:310px}
.lazy-tab-skeleton-title::after,
.lazy-tab-skeleton-copy::after,
.lazy-tab-skeleton-grid i::after,
.lazy-tab-skeleton-panel::after{
  content:"";
  position:absolute;
  inset:0;
  transform:translateX(-100%);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);
  animation:lazy-tab-shimmer 1.25s infinite;
}
.lazy-tab-error-box{
  min-height:220px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:8px;
  border-top:1px solid var(--sep);
  border-bottom:1px solid var(--sep);
}
.lazy-tab-error-box strong{font-size:16px;font-weight:600}
.lazy-tab-error-box span{color:var(--muted)}
.lazy-tab-error-box button{
  min-height:36px;
  margin-top:6px;
  padding:0 14px;
  border:1px solid var(--sep);
  border-radius:6px;
  background:#fff;
  color:var(--text);
  font:inherit;
  font-weight:600;
  cursor:pointer;
}
@keyframes lazy-tab-shimmer{100%{transform:translateX(100%)}}
@media(max-width:760px){
  .lazy-tab-slot{min-height:460px}
  .lazy-tab-skeleton-grid{grid-template-columns:1fr}
  .lazy-tab-skeleton-grid i{height:82px}
  .lazy-tab-skeleton-panel{height:230px}
}

/* ANALYSE: RESEARCH-KAPITEL */
.anx-thesis-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid var(--sep);
  border-bottom:1px solid var(--sep);
}
.anx-thesis-grid article{
  min-width:0;
  padding:16px 18px;
  border-right:1px solid var(--sep);
}
.anx-thesis-grid article:first-child{padding-left:0}
.anx-thesis-grid article:last-child{padding-right:0;border-right:0}
.anx-thesis-grid article>span{
  display:inline-flex;
  margin-bottom:7px;
  padding:3px 7px;
  border-radius:4px;
  background:#eef2f7;
  color:#475569;
  font-size:11px;
  font-weight:600;
  line-height:1.35;
}
.anx-thesis-grid article:nth-child(1)>span{background:#e8f5ed;color:#087a4f}
.anx-thesis-grid article:nth-child(2)>span{background:#edf6f1;color:#15803d}
.anx-thesis-grid article:nth-child(3)>span{background:#fff4d6;color:#72510a}
.anx-thesis-grid strong{
  display:block;
  margin-bottom:6px;
  color:var(--text);
  font-size:16px;
  font-weight:600;
  line-height:1.3;
}
.anx-thesis-grid p,
.anx-thesis-summary p{
  margin:0!important;
  color:var(--muted);
  font-size:13px;
  line-height:1.5;
}
.anx-thesis-summary{
  display:grid;
  grid-template-columns:90px minmax(0,1fr);
  gap:14px;
  align-items:start;
  padding-top:14px;
}
.anx-thesis-summary>span{
  color:var(--text);
  font-size:11px;
  font-weight:600;
  line-height:1.35;
}
.anx-chapter-subsection{
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid var(--sep);
}
.anx-chapter-subhead,
.anx-ownership-subhead{
  margin-bottom:12px;
}
.anx-insider-subhead{
  margin-top:24px;
  padding-top:20px;
  border-top:1px solid var(--sep);
}
.anx-three-scenarios{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.anx-three-scenarios article,
.anx-three-scenarios article+article{
  min-width:0;
  padding:0 18px;
  border-left:1px solid var(--sep);
}
.anx-three-scenarios article:first-child{
  padding-left:0;
  border-left:0;
}
.anx-three-scenarios article:last-child{padding-right:0}
.anx-three-scenarios .base h4{color:#72510a}
.anx-three-scenarios .base h4::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:#d4a72c;
}
@media(max-width:860px){
  .anx-thesis-grid,
  .anx-three-scenarios{grid-template-columns:1fr}
  .anx-thesis-grid article,
  .anx-thesis-grid article:first-child,
  .anx-thesis-grid article:last-child{
    padding:14px 0;
    border-right:0;
    border-bottom:1px solid var(--sep);
  }
  .anx-thesis-grid article:last-child{border-bottom:0}
  .anx-three-scenarios article,
  .anx-three-scenarios article+article,
  .anx-three-scenarios article:first-child,

/* ==== aktieen/components/cards-kpis-shell/01.css ==== */
  .anx-three-scenarios article:last-child{
    padding:14px 0;
    border-left:0;
    border-top:1px solid var(--sep);
  }
  .anx-three-scenarios article:first-child{border-top:0}
}
@media(max-width:560px){
  .anx-thesis-summary{grid-template-columns:1fr;gap:5px}
  .ovx-price-metrics,
  .anx-overall-grid,
  .anx-overall-score-detail{grid-template-columns:1fr}
}

/* NEW OVERVIEW TAB */
.ovx{border-top:none;padding-top:0}
.ovx-intro{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;align-items:start;margin-top:14px}
.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-eyebrow{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:6px}
.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;
}
.stock-research-page #secOverview .ovx-desc-wrap::after{display:none!important}
.ovx-desc-wrap.expanded{overflow:visible;max-height:none}
.ovx-desc-wrap.expanded::after{display:none}
.ovx-more{margin-top:12px;border:0;background:transparent;color:#5f6368;font:inherit;font-size:12.5px;font-weight:600;cursor:pointer;padding:0}
.ovx-more::after{content:'';display:inline-block;width:8px;height:8px;margin-left:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-3px)}
.stock-research-page #secOverview .ovx-more::after,
.stock-research-page #secOverview .ovx-news-more::after,
.stock-research-page #secOverview .ovx-detail-link::after{display:none!important}
.ovx-more:hover{color:var(--text)}
.ovx-profile-card{display:flex;flex-direction:column;gap:10px;order:0}
.ovx-chart-info{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;align-items:start;margin:18px 0 14px}
.ovx-news-card,.ovx-score-card{border:none;}
.ovx-desc-card{order:0}
.ovx-score-card{display:flex;flex-direction:column;justify-content:flex-start;margin: 12px 0;order:1}
.ovx-mini-fin{order:2}
.ovx-driver-card{order:1}
.ovx-mini-target{order:2;overflow:visible}
.ovx-score-label{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.ovx-overall-grade{font-size:38px;font-weight:800;letter-spacing:-.04em;line-height:1.05;margin-top:5px;color:var(--teal)}
.ovx-score-note{font-size:12px;line-height:1.55;color:var(--muted)}
.ovx-cat-donut{--score-gradient:linear-gradient(180deg,#126b3f 0%,#3b9d70 100%);width:54px;height:30px;justify-self:center;display:inline-flex;align-items:center;justify-content:center;background:var(--score-gradient);color:#fff;font-size:12px;font-weight:600;line-height:1;letter-spacing:-.02em}
.ovx-cat-donut[data-color="#16a34a"],.ovx-cat-donut[data-color="#16A34A"]{--score-gradient:linear-gradient(180deg,#168451 0%,#45a77b 100%);color:#fff}
.ovx-cat-donut[data-color="#15803d"],.ovx-cat-donut[data-color="#15803D"]{--score-gradient:linear-gradient(180deg,#126b3f 0%,#3b9d70 100%);color:#fff}
.ovx-cat-donut[data-color="#22c55e"],.ovx-cat-donut[data-color="#22C55E"]{--score-gradient:linear-gradient(180deg,#1c9a4b 0%,#55bd78 100%);color:#fff}
.ovx-cat-donut[data-color="#f59e0b"],.ovx-cat-donut[data-color="#F59E0B"]{--score-gradient:linear-gradient(180deg,#d6a90f 0%,#f3d45d 100%);color:#111827}
.ovx-cat-donut[data-color="#facc15"],.ovx-cat-donut[data-color="#FACC15"]{--score-gradient:linear-gradient(180deg,#d6a90f 0%,#f3d45d 100%);color:#111827}
.ovx-cat-donut[data-color="#993232"],.ovx-cat-donut[data-color="#993232"]{--score-gradient:linear-gradient(180deg,#923030 0%,#bd5b5b 100%);color:#fff}
.ovx-cat-donut::before{content:attr(data-score) "%"}
.ovx-cat-donut svg{display:none!important}
.ovx-score-mix{margin-top:10px}
.ovx-mix-bar{height:10px;border-radius:999px;overflow:hidden;display:flex;background:#fff}
.ovx-mix-bar span{height:100%;display:block}
.ovx-mix-legend{display:flex;gap:10px;align-items:center;margin-top:7px;flex-wrap:wrap}
.ovx-mix-legend span{display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:600;color:var(--dim)}
.ovx-mix-legend i{width:7px;height:7px;border-radius:50%;display:block}
.ovx-c5{background:#15803d}.ovx-c4{background:#22c55e}.ovx-c3{background:#a3e635}.ovx-c2{background:#facc15}.ovx-c1{background:#fb923c}.ovx-c0{background:#dc2626}
.ovx-score-times{display:grid;grid-template-columns:minmax(112px,1fr) repeat(3,52px) 18px;gap:10px;margin-top:12px;padding:0 0 3px}
.ovx-score-times span{font-size:9px;font-weight:600;color:var(--dim);text-transform:uppercase;text-align:center}
.ovx-score-times span:first-child{grid-column:2}
.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-thesis-card{
  border:1px solid var(--sep);
  border-radius:8px;
  padding:14px 16px;
  background:#fff;
}
.ovx-thesis-list{display:grid;gap:0}
.ovx-thesis-list article{padding:12px 0;border-top:1px solid rgba(15,23,42,.07)}
.ovx-thesis-list article:first-child{border-top:0}
.ovx-thesis-list span{display:inline-flex;margin-bottom:5px;color:var(--teal);font-size:11px;font-weight:600;line-height:1.35}
.ovx-thesis-list b{display:block;margin-bottom:4px;color:var(--text);font-size:16px;font-weight:600;line-height:1.3}
.ovx-thesis-list p{color:var(--muted);font-size:13px;line-height:1.5}
.ovx-core-score-row{align-items:center!important}
.ovx-core-score-row .ovx-cat-donut{flex:0 0 auto;max-width:none;margin-left:auto}
.ovx-core-grade-row{gap:12px;padding-bottom:12px!important;margin-bottom:4px;border-bottom:1px solid var(--sep)}
.ovx-core-grade-row .ovx-core-grade{flex:0 0 auto;margin-left:0;text-align:left;font-size:26px;line-height:1;color:var(--teal)}
.ovx-core-grade-row .ovx-core-grade-note{flex:1;margin-left:0;text-align:right;font-size:11.5px;line-height:1.4;color:var(--muted);max-width:none}
.ovx-price-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:10px 0 16px}
.ovx-price-metrics article{min-width:0;border:1px solid var(--sep);border-radius:8px;padding:11px 12px;background:#fff}
.ovx-price-metrics span{display:block;color:var(--muted);font-size:11px;font-weight:600;line-height:1.35}
.ovx-price-metrics b{display:block;margin-top:5px;color:var(--text);font-size:24px;font-weight:700;line-height:1.05;letter-spacing:-.03em}
.ovx-price-metrics small{display:block;margin-top:5px;color:var(--muted);font-size:11px;font-weight:500;line-height:1.35}
.anx-overall-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.anx-overall-grid article{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-width:0;
  border:1px solid var(--sep);
  border-radius:8px;
  padding:11px 12px;
  background:#fff;
}
.anx-overall-grid span{
  color:var(--muted);
  font-size:13px;
  font-weight:500;
  line-height:1.35;
}
.anx-overall-grid .ovx-cat-donut{
  flex:0 0 auto;
}
.anx-overall-score-detail{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.85fr);
  gap:18px;
  margin-top:16px;
  align-items:start;
}
.anx-overall-score-detail .ovx-strategic-scores{
  margin:0;
}
.anx-score-history-table{
  border:1px solid var(--sep);
  border-radius:8px;
  background:#fff;
  overflow:hidden;
}
.anx-score-history-table>div{
  display:grid;
  grid-template-columns:minmax(128px,1fr) repeat(3,54px);
  gap:10px;
  align-items:center;
  min-height:38px;
  padding:8px 12px;
  border-top:1px solid rgba(15,23,42,.07);
}
.anx-score-history-table>div:first-child{
  border-top:0;
  background:#f7f9fb;
}
.anx-score-history-table span{
  color:var(--text);
  font-size:12px;
  font-weight:600;
  line-height:1.35;
}
.anx-score-history-table b{
  text-align:right;
  color:var(--muted);
  font-size:11px;
  font-weight:600;
  line-height:1.35;
}
.anx-score-history-table b.pos{color:var(--positive)}
.anx-score-history-table b.neg{color:var(--red)}
#ovxProfExchange,#ovxProfSector,#ovxProfIndustry{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;text-decoration-color:rgba(0,0,0,.35);cursor:default}
.ovx-score-grid{display:flex;flex-direction:column;gap:0;margin-top:0}
.ovx-score-empty{font-size:12px;color:var(--dim);padding:10px 0}
.ovx-score-row{border:none;border-radius:0;background:transparent;overflow:visible;border-top:1px solid rgba(0,0,0,.055)}
.ovx-score-row:first-child{border-top:1px solid rgba(0,0,0,.055)}
.ovx-score-row:last-child{border-bottom:1px solid rgba(0,0,0,.055)}
.ovx-score-row summary{position:relative;list-style:none;cursor:pointer;display:grid;grid-template-columns:minmax(112px,1fr) repeat(3,52px) 18px;gap:10px;align-items:center;padding:9px 0}
.ovx-score-row summary::-webkit-details-marker{display:none}
.ovx-score-row summary::after{content:'+';position:absolute;right:1px;color:var(--dim);font-weight:600}
.ovx-score-row[open] summary::after{content:'-'}
.ovx-score-row-title{font-size:12px;font-weight:600;color:var(--text);padding-right:12px;display:flex;align-items:center;gap:6px;min-width:0}
.ovx-score-crit{display:inline-flex;align-items:center;gap:5px;position:relative;min-width:0}
.ovx-score-help{position:relative;display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;border-radius:50%;background:rgba(0,0,0,.055);color:var(--dim);font-style:normal;font-size:10px;font-weight:600;cursor:help;flex-shrink:0}
.ovx-score-crit:hover{z-index:500}
.ovx-score-help::after{content:attr(data-tip);position:absolute;left:0;top:calc(100% + 8px);bottom:auto;transform:none;width:min(300px,72vw);background:#111827;color:#f8fafc;font-size:11px;line-height:1.45;font-weight:500;padding:9px 10px;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.18);opacity:0;pointer-events:none;z-index:999}
.ovx-score-help::before{content:'';position:absolute;left:3px;top:calc(100% + 3px);bottom:auto;transform:none;border:5px solid transparent;border-bottom-color:#111827;opacity:0;pointer-events:none;z-index:1000}
.ovx-score-help:hover::after,.ovx-score-help:hover::before{opacity:1}
.ovx-score-delta{justify-self:center;font-size:12px;font-weight:600;line-height:1;color:var(--dim)}
.ovx-score-delta.pos{color:var(--positive)}
.ovx-score-delta.neg{color:var(--red)}
.ovx-score-delta.flat{color:var(--dim)}
.ovx-score-row summary>.ovx-cat-donut{justify-self:center;width:48px;height:28px;font-size:11.5px}
.anx-methodology-button{
  appearance:none;
  border:0;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  min-height:26px;
  margin:0;
  padding:5px 10px;
  border-radius:999px;
  background:#f1f2f4;
  color:#666;
  font-size:11px!important;
  font-weight:600!important;
  line-height:1!important;
  letter-spacing:0!important;
  text-transform:none!important;
  box-shadow:none;
}
.anx-methodology-button:focus-visible{
  outline:2px solid rgba(22,132,81,.35);
  outline-offset:2px;
}
.anx-methodology-row{
  display:flex;
  justify-content:flex-end;
  width:100%;
  margin-top:8px;
  padding-right:2px;
}
.anx-methodology-card{
  width:min(860px,94vw);
  border-radius:8px;
}
.anx-methodology-copy{
  display:grid;
  gap:14px;
}
.anx-methodology-copy h3{
  margin:0;
  color:#111827;
  font-size:18px;
  font-weight:700;
  line-height:1.25;
}
.anx-methodology-copy h4{
  margin:0;
  color:#111827;
  font-size:14px;
  font-weight:700;
  line-height:1.3;
}
.anx-methodology-copy p{
  margin:0;
  color:#526178;
  font-size:13px;
  font-weight:400;
  line-height:1.62;
}
.anx-methodology-copy b{
  color:#111827;
  font-weight:650;
}
.anx-methodology-formula{
  border:1px solid #e2e7ee;
  border-radius:8px;
  background:#f7f9fb;
  padding:10px 12px;
}
.anx-methodology-formula span,
.anx-methodology-list dt{
  display:block;
  color:#64748b;
  font-size:11px;
  font-weight:650;
  line-height:1.35;
}
.anx-methodology-formula b{
  display:block;
  margin-top:4px;
  color:#111827;
  font-size:13px;
  font-weight:700;
  line-height:1.45;
}
.anx-methodology-formula small{
  display:block;
  margin-top:5px;
  color:#526178;
  font-size:12px;
  font-weight:400;
  line-height:1.5;
}
.anx-methodology-list{
  display:grid;
  gap:8px;
  margin:0;
}
.anx-methodology-list div{
  display:grid;
  grid-template-columns:130px minmax(0,1fr);
  gap:10px;
  padding:8px 0;
  border-top:1px solid #eef2f7;
}
.anx-methodology-list dd b{
  color:#111827;
  font-weight:650;
}
.anx-methodology-list div:first-child{
  border-top:0;
  padding-top:0;
}
.anx-methodology-list dd{
  margin:0;
  color:#526178;
  font-size:12.5px;
  font-weight:400;
  line-height:1.5;
}
.anx-section-head{
  margin-bottom:12px;
}
.chartx-value-toggle.anx-priced-scenario-toggle button,
.chartx-value-toggle.anx-priced-mode-toggle button{
  min-width:0;
  white-space:nowrap;
}
.chartx-value-toggle.anx-priced-scenario-toggle{
  width:100%;
  display:grid;
  grid-template-columns:.62fr .62fr .62fr minmax(140px,1.85fr);
  gap:3px;
}
.chartx-value-toggle.anx-priced-mode-toggle{
  width:100%;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:3px;
}
.anx-priced-panel{
  position:relative;
  height:360px;
  margin-top:12px;
  padding:0;
  border:0;
  border-radius:0;
  background:#fff;
  box-shadow:none;
  overflow:visible;
}
.anx-priced-toolbar{
  position:absolute;
  left:8px;
  right:8px;
  top:34px;
  z-index:7;
  display:grid;
  grid-template-columns:minmax(360px,1fr) minmax(180px,240px);
  gap:10px;
  align-items:start;
  margin-bottom:0;
}
@media(max-width:760px){
  .anx-priced-toolbar{grid-template-columns:1fr;position:relative;left:auto;right:auto;top:auto;margin:8px 0 10px}
  .chartx-value-toggle.anx-priced-scenario-toggle{grid-template-columns:repeat(2,minmax(0,1fr))}
}
.anx-priced-canvas{
  position:relative;
  height:390px;
  min-height:350px;
  cursor:default;
  overflow:visible;
  background:transparent;
}
.anx-priced-chart-section{
  margin:0;
  padding:0;
  border:0;
  background:transparent;
}
.stock-research-page #secAnalyse .anx-priced-canvas.stock-chart-container{
  height:370px;
  min-height:340px;
  padding:0;
  border:0;
  box-shadow:none;
  background:#fff;
}
.stock-research-page #secAnalyse .anx-priced-canvas.anx-fair-canvas.ovx-canvas-wrap{
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:92px!important;
  bottom:0!important;
  z-index:1!important;
  width:100%;
  height:auto;
  min-height:0;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  overflow:visible;
}
.anx-priced-canvas svg{
  display:block;
  width:100%;
  height:100%;
  overflow:visible;
}
.anx-priced-gridline{
  stroke:#eef2f7;
  stroke-width:1;
}
.anx-priced-axis,
.anx-priced-x,
.anx-priced-current-label{
  fill:#8fa0b7;
  font-size:11px;
  font-weight:600;
}
.anx-priced-current-line{
  stroke:rgba(15,23,42,.16);
  stroke-width:1;
  stroke-dasharray:4 4;
}
.anx-priced-hover-line{
  stroke:rgba(15,23,42,.18);
  stroke-width:1;
  stroke-dasharray:4 4;
  pointer-events:none;
}
.anx-priced-area{
  fill:url(#anxPricedAreaFade);
  pointer-events:none;
}
.anx-priced-line{
  fill:none;
  stroke-width:1.35;
  stroke-linecap:round;
  stroke-linejoin:round;
  opacity:.96;
}
.anx-priced-line.is-forecast{
  stroke-dasharray:6 6;
  opacity:.82;
}
.anx-priced-line.is-scenario{
  stroke-width:1.15;
  stroke-dasharray:6 6;
  opacity:.78;
}
.anx-priced-dot{
  stroke:#fff;
  stroke-width:2.4;
}
.anx-priced-hitbox{
  fill:transparent;
  cursor:default;
}
.anx-priced-side-note{
  fill:#f3f4f6;
  stroke:transparent;
  stroke-width:0;
  filter:drop-shadow(0 8px 18px rgba(15,23,42,.10));
}
.anx-priced-message-label{
  fill:#111827;
  font-size:12px;
  font-weight:500;
}
.anx-priced-message-value{
  fill:#111827;
  font-size:12px;
  font-weight:750;
}
.anx-priced-hover-halo{
  opacity:.22;
  pointer-events:none;
}
.anx-priced-date-stem{
  stroke:rgba(15,23,42,.22);
  stroke-width:1;
  pointer-events:none;
}
.anx-priced-date-box{
  fill:#f3f4f6;
  stroke:transparent;
  stroke-width:0;
  filter:drop-shadow(0 8px 18px rgba(15,23,42,.10));
}
.anx-priced-date-text{
  fill:#334155;
  font-size:11px;
  font-weight:650;
}
.anx-priced-tooltip{
  position:absolute;
  opacity:0;
  pointer-events:none;
  z-index:5;
  transform:translate(-50%,calc(-100% - 12px));
  transition:opacity .08s ease;
}
.anx-priced-tooltip::before{
  content:"";
  position:absolute;
  left:var(--arrow-left,50%);
  bottom:-7px;
  transform:translateX(-50%);
  width:0;
  height:0;
  border-left:7px solid transparent;
  border-right:7px solid transparent;
  border-top:7px solid #d1d5db;
}
.anx-priced-tooltip::after{
  content:"";
  position:absolute;
  left:var(--arrow-left,50%);
  bottom:-6px;
  transform:translateX(-50%);
  width:0;
  height:0;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-top:6px solid #fff;
}
.ovx-score-detail{padding:10px 0 12px;background:transparent;overflow:visible}
.ovx-score-detail-title{font-size:12px;font-weight:600;margin-bottom:8px;color:var(--text)}
.ovx-score-detail-title span{color:var(--score-color,var(--teal))}
.ovx-score-detail table{width:100%;border-collapse:collapse;font-size:11.5px}
.ovx-score-detail th{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:var(--dim);font-weight:600;text-align:left;padding:6px 6px;border-bottom:1px solid rgba(0,0,0,.07)}
.ovx-score-detail td{padding:7px 6px;border-bottom:1px solid rgba(0,0,0,.05);vertical-align:top;color:var(--muted)}
.ovx-score-detail th:nth-child(2),.ovx-score-detail th:nth-child(3),.ovx-score-detail th:nth-child(4),
.ovx-score-detail td:nth-child(2),.ovx-score-detail td:nth-child(3),.ovx-score-detail td:nth-child(4){text-align:right;white-space:nowrap}
.ovx-score-detail th:first-child,.ovx-score-detail td:first-child{text-align:left}
.ovx-score-detail th:last-child,.ovx-score-detail td:last-child{text-align:right}
.ovx-score-detail td:first-child,.ovx-score-detail td:nth-child(2){color:var(--text);font-weight:600}
.ovx-score-detail tr:last-child td{border-bottom:none}
.ovx-factor-dot{display:inline-block;width:9px;height:9px;border-radius:50%;vertical-align:middle;box-shadow:0 0 0 3px rgba(0,0,0,.035)}
.ovx-score-facts{display:flex;flex-direction:column}
.ovx-fact-line{display:flex;align-items:baseline;gap:10px;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.05);flex-wrap:wrap}
.ovx-fact-line:last-child{border-bottom:none;padding-bottom:0}
.ovx-fact-chip{flex:0 0 auto;font-size:11px;font-weight:700;color:var(--text);background:rgba(0,0,0,.045);border-radius:5px;padding:3px 8px;white-space:nowrap}
.ovx-fact-line p{flex:1;min-width:160px;margin:0;font-size:11.5px;line-height:1.5;color:var(--muted)}
.ovx-factor-dot.c5{background:#15803d}.ovx-factor-dot.c4{background:#22c55e}.ovx-factor-dot.c3{background:#a3e635}.ovx-factor-dot.c2{background:#facc15}.ovx-factor-dot.c1{background:#fb923c}.ovx-factor-dot.c0{background:#dc2626}
.ovx-news-heading{margin-bottom:12px}
.ovx-news-heading h3{font-size:20px;line-height:1.08;font-weight:650;letter-spacing:-.025em;color:var(--text);margin:0 0 3px}
.ovx-news-heading p{font-size:12.5px;line-height:1.2;color:#5f6368;margin:0}
.ovx-news-card-wide{background:#fff;padding:0;box-shadow:none!important}
.ovx-news-list{display:grid;grid-template-columns:1fr 1fr;gap:0}
.ovx-news-list>div{display:block;padding:0 18px 14px 0;border-bottom:none;min-width:0}
.ovx-news-list>div:nth-child(even){border-left:1px solid var(--sep);padding-left:18px;padding-right:0}
.ovx-news-list>div:nth-child(n+3){border-top:1px solid var(--sep);padding-top:14px}
.ovx-news-list .ovx-news-source{display:flex;align-items:center;gap:6px;margin-bottom:6px;color:#5f6368;font-size:12.5px;line-height:1.2;white-space:nowrap}
.ovx-news-list .ovx-news-source img{width:16px;height:16px;border-radius:50%;object-fit:cover;display:block;background:#fff}
.ovx-news-list .ovx-news-source b{font-size:11px;font-weight:700;color:#202124;line-height:1.2}
.ovx-news-list .ovx-news-source span{font-size:11px;color:#5f6368}
.ovx-news-list .ovx-news-title{display:block;font-size:12px;font-weight:650;color:#111827;line-height:1.32;letter-spacing:-.01em}
.ovx-news-more{margin-top:12px;border:0;background:transparent;color:#5f6368;font:inherit;font-size:12.5px;font-weight:600;cursor:pointer;padding:0}
.ovx-news-more::after{content:'';display:inline-block;width:8px;height:8px;margin-left:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-3px)}
.ovx-driver-list{display:flex;flex-direction:column;gap:0}
.ovx-driver-item{border-top:1px solid rgba(0,0,0,.06)}
.ovx-driver-item:first-child{border-top:none}
.ovx-driver-item summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:minmax(0,1fr) auto 14px;gap:10px;align-items:center;padding:10px 0;position:relative}
.ovx-driver-item summary::-webkit-details-marker{display:none}
.ovx-driver-item summary::after{content:'+';justify-self:end;color:var(--dim);font-weight:600;font-size:13px;line-height:1}
.ovx-driver-item[open] summary::after{content:'-'}
.ovx-driver-item summary span{font-size:13px;font-weight:600;color:var(--text);line-height:1.35;min-width:0}
.ovx-driver-item summary b{font-size:10.5px;font-weight:600;text-transform:uppercase;border-radius:4px;padding:3px 7px;background:rgba(0,0,0,.055);color:var(--dim);white-space:nowrap}
.ovx-driver-item.good summary b{background:rgba(22,163,74,.09);color:var(--teal)}
.ovx-driver-item.mid summary b{background:rgba(245,158,11,.12);color:#9a7800}
.ovx-driver-item.bad summary b{background:rgba(220,38,38,.08);color:var(--red)}
.ovx-driver-item p{font-size:12.5px!important;line-height:1.65!important;color:var(--muted);margin:0 0 11px}
.ovx-two{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:14px;background:#fff;overflow:hidden}
.ovx-two>.ovx-panel{border:none;border-radius:0;background:#fff;margin:0}
.ovx-two>.ovx-panel+ .ovx-panel{border-left:1px solid var(--sep)}
.ovx-chart-kpi-layout{display:grid;grid-template-columns:1fr;gap:18px;align-items:start}
.ovx-chart-stack{min-width:0}
.ovx-chart-kpi-layout .chart-area{height:260px}
.ovx-kpi-wide{display:block;margin-top:14px}
.ovx-chart-kpi-layout .ovx-kpi-wide{margin-top:0}
.ovx-kpi-wide .ovx-panel{width:100%}
.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}
.ovx-chart-kpi-layout .ovx-table>div{position:relative;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:12px 0;min-height:32px}
.ovx-chart-kpi-layout .ovx-table>div>span{font-size:12px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ovx-chart-kpi-layout .ovx-table b{text-align:right;font-size:12px;font-weight:600}
.ovx-chart-kpi-layout .ovx-table em{position:absolute;left:0;right:0;top:calc(100% - 2px);z-index:8;display:block;width:max-content;max-width:240px;margin:0;padding:5px 7px;border-radius:6px;background:#111827;color:#f8fafc;font-size:10.5px;line-height:1.35;white-space:normal;box-shadow:0 8px 22px rgba(0,0,0,.16);opacity:0;pointer-events:none;transform:translateY(-2px);transition:opacity .12s,transform .12s}
.ovx-chart-kpi-layout .ovx-table>div:hover em,.ovx-chart-kpi-layout .ovx-table>div:focus-within em{opacity:1;transform:translateY(0)}
.ovx-panel{padding:16px;border: 1px solid var(--sep); border-radius: 8px;}
.ovx-two>.ovx-panel{box-shadow:none!important;padding:16px;background:#fff}
.ovx-two .ovx-h{padding-bottom:10px;margin-bottom:0;border-bottom:1px solid var(--sep)}
.ovx-analysis-scores{margin:10px 0 13px}
.ovx-strategic-scores{display:flex;flex-direction:column;gap:0;margin:0 0 13px}
.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-strategic-scores .ovx-score-row:last-child{border-bottom:1px solid rgba(0,0,0,.055)}
.ovx-score-group-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 4px 7px;border-top:1px solid rgba(0,0,0,.055)}
.ovx-score-group-head:first-child{border-top:none;padding-top:2px}
.ovx-score-group-label{font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--dim)}
.ovx-score-group-donut{width:38px;height:22px;font-size:10px}
.ovx-strategic-score-row summary{grid-template-columns:minmax(112px,1fr) repeat(3,52px) 18px}
.ovx-strategic-score-row .ovx-score-detail p{margin:0;color:var(--muted);font-size:11.5px;line-height:1.5}
.ovx-bull-bear{margin-top:14px}
.ovx-h{font-size:11px;font-weight:650;margin-bottom:11px;color:var(--muted);text-transform: uppercase;}
.ovx-table{display:flex;flex-direction:column;gap:0}
.ovx-table>div{display:grid;grid-template-columns:minmax(0,1fr) minmax(86px,max-content);gap:16px;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:12.5px;align-items:baseline}
.ovx-table>div:last-child{border-bottom:none}
.ovx-table>div>span{display:flex;align-items:center;gap:6px;color:var(--muted);min-width:0}
.ovx-table b{font-size:13px;text-align:right;font-weight:600;min-width:0}
.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-table em{grid-column:1/-1;font-style:normal;color:var(--dim);font-size:11.5px;margin-top:-6px}
.ovx-kpi-help{position:relative;display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;border-radius:50%;background:rgba(0,0,0,.055);color:var(--dim);font-style:normal;font-size:10px;font-weight:600;cursor:help;flex-shrink:0}
.ovx-kpi-help::after{content:attr(data-tip);position:absolute;left:50%;bottom:calc(100% + 8px);transform:translateX(-50%);width:240px;background:#111827;color:#f5f5ff;font-size:11px;line-height:1.45;font-weight:500;text-transform:none;letter-spacing:0;padding:9px 11px;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.18);opacity:0;pointer-events:none;z-index:40}
.ovx-kpi-help::before{content:'';position:absolute;left:50%;bottom:calc(100% + 3px);transform:translateX(-50%);border:5px solid transparent;border-top-color:#111827;opacity:0;pointer-events:none;z-index:41}
.ovx-kpi-help:hover::after,.ovx-kpi-help:hover::before{opacity:1}
.ovx-kpi-warn{background:rgba(245,158,11,.18);color:#b45309;font-size:11px;width:17px;height:17px;font-weight:700}
.ovx-kpi-warn::after{width:280px;bottom:calc(100% + 6px)}
.ovx-mini-target{overflow:visible!important}
.ovx-kpi-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 24px;align-items:start}
.ovx-kpi-wide .ovx-table em{display:none!important}
.ovx-kpi-group{display:flex;flex-direction:column;gap:0}
.ovx-overview-chart-empty,.anx-reverse-dcf-empty{display:flex;align-items:center;justify-content:center;min-height:180px;padding:16px;text-align:center;color:var(--muted);font-size:13px;line-height:1.5}
/* ==== aktieen/components/company-panels-timelines/00.css ==== */
.ovx-kpi-group-lbl{font-size:9.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);padding:6px 0 3px;border-bottom:1px solid rgba(0,122,100,.12);margin-bottom:2px}
.fsnap-card{margin-top:0}.ovx-chart-stack .fsnap-card{margin-top:36px;margin-bottom:0}.ovx-chart-stack .fsnap-card .ovx-table{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}.ovx-chart-stack .fsnap-card .ovx-table>div{min-height:28px}.ovx-chart-stack .fsnap-card .ovx-table>div>span{overflow:visible!important;white-space:normal!important;text-overflow:clip!important}
.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-track{position:relative;height:8px;margin:12px 5px 9px;border-radius:999px;background:linear-gradient(90deg,rgba(220,38,38,.72),rgba(245,158,11,.78),rgba(22,163,74,.72))}
.ovx-range52-marker{position:absolute;top:50%;left:50%;width:14px;height:14px;border-radius:50%;background:#fff;border:3px solid var(--teal);box-shadow:0 3px 10px rgba(0,0,0,.18);transform:translate(-50%,-50%)}
.ovx-range52-labels span{font-size:10.5px;color:var(--dim);font-weight:600;white-space:nowrap}
.ovx-range52-labels span:nth-child(2){color:var(--text)}
.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 .range-marker.target::before{width:12px;height:12px;border-color:#16a34a;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-range52 .range-marker.target .marker-label,
.ovx-range52 .range-marker.target .marker-value{color:#16a34a}
.ovx-events-timeline{width:100%;padding:58px 18px 46px;position:relative;border-top:1px solid rgba(0,0,0,.06)}
.ovx-news-card .ovx-events-timeline{margin-top:16px}
.ovx-timeline-track{position:relative;width:100%;height:6px;background:#e5e7eb;border-radius:999px}
.ovx-timeline-progress{position:absolute;left:0;top:0;height:6px;width:0%;border-radius:999px;background:#111827}
.ovx-event-marker,
.ovx-today-marker{position:absolute;top:50%;transform:translate(-50%,-50%);z-index:3}
.ovx-event-marker{cursor:pointer}
.ovx-event-marker::before{content:"";display:block;width:6px;height:6px;border-radius:999px;background:#64748b;border:1px solid #64748b;transition:transform .12s ease}
.ovx-event-marker.earnings::before{background:#111827;border-color:#111827}
.ovx-event-marker.dividend::before{background:#16a34a;border-color:#16a34a}
.ovx-event-marker.meeting::before{background:#7c3aed;border-color:#7c3aed}
.ovx-event-marker.product::before{background:#f59e0b;border-color:#f59e0b}
.ovx-event-marker:hover::before{transform:scale(1.55)}
.ovx-today-marker::before{content:"";display:block;width:8px;height:8px;border-radius:999px;background:#111827;border:1px solid #111827}
.ovx-event-label{position:absolute;left:50%;bottom:17px;transform:translateX(-50%);white-space:nowrap;text-align:center;pointer-events:none}
.ovx-event-marker.bottom .ovx-event-label{bottom:auto;top:17px}
.ovx-event-title{font-size:10.5px;line-height:1;font-weight:650;color:#111827;margin-bottom:4px}
.ovx-event-date{font-size:10.5px;line-height:1;font-weight:600;color:#64748b}
.ovx-today-label{position:absolute;left:50%;bottom:17px;transform:translateX(-50%);white-space:nowrap;font-size:10.5px;font-weight:800;color:#111827}
.ovx-timeline-meta{display:flex;justify-content:space-between;gap:10px;margin-top:30px;font-size:10.5px;font-weight:700;color:#64748b}
.ovx-event-tooltip{--arrow-left:50%;position:absolute;opacity:0;pointer-events:none;width:max-content;max-width:280px;background:#fff;color:#111827;border:1px solid #9ca3af;border-radius:0;padding:9px 11px;box-shadow:0 4px 8px rgba(15,23,42,.18),0 1px 3px rgba(15,23,42,.16);transform:translate(-50%,calc(-100% - 12px));transition:opacity .08s ease;z-index:20}
.ovx-event-tooltip::before{content:"";position:absolute;left:var(--arrow-left);bottom:-8px;transform:translateX(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #9ca3af}
.ovx-event-tooltip::after{content:"";position:absolute;left:var(--arrow-left);bottom:-7px;transform:translateX(-50%);width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #fff}
.ovx-event-tooltip .tooltip-type{font-size:10px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}
.ovx-event-tooltip .tooltip-title{font-size:13px;line-height:1.15;font-weight:800;color:#111827;margin-bottom:5px}
.ovx-event-tooltip .tooltip-description{font-size:12px;line-height:1.35;font-weight:600;color:#475569;white-space:normal}
.ovx-event-tooltip .tooltip-date{margin-top:6px;font-size:11px;line-height:1;font-weight:800;color:#111827}
.ovx-mini-fin,.ovx-mini-target{min-width:0}
.ovx-mini-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}
.ovx-mini-head span{    font-size: 11px; font-weight: 800; margin-bottom: 11px; color: var(--muted); letter-spacing: .08em; text-transform: uppercase;}
.ovx-mini-head b{font-size:10.5px;font-weight:700;color:var(--teal);white-space:nowrap}
.ovx-mini-chart{height:180px;position:relative;border-radius:6px;overflow:hidden;background:#fff}
.ovx-target-chart{height:190px}
.ovx-target-chart{overflow:visible}
.ovx-fin-chart{height:190px}
.ovx-mini-chart svg{display:block;width:100%;height:100%; background-color:#fafbfc}
.ovx-reco-bars{display:flex;flex-direction:column;gap:7px;margin-top:10px}
.ovx-reco-row{display:grid;grid-template-columns:92px minmax(0,1fr) 34px;gap:8px;align-items:center}
.ovx-reco-row span{font-size:10.5px;font-weight:700;color:var(--muted);white-space:nowrap}
.ovx-reco-track{height:7px;border-radius:999px;background:rgba(15,23,42,.07);overflow:hidden}
.ovx-reco-fill{height:100%;border-radius:999px;min-width:2px}
.ovx-reco-row b{font-size:10.5px;font-weight:800;color:var(--text);text-align:right;white-space:nowrap}
.ovx-reco-row.strongbuy .ovx-reco-fill{background:#15803d}
.ovx-reco-row.buy .ovx-reco-fill{background:var(--teal)}
.ovx-reco-row.hold .ovx-reco-fill{background:#F59E0B}
.ovx-reco-row.sell .ovx-reco-fill{background:var(--red)}
.ovx-reco-row.strongsell .ovx-reco-fill{background:#991b1b}
.ovx-news-events{grid-template-columns:1fr;gap:14px;margin-top:14px;align-items:start}
.ovx-next-event{margin-top:0}
.ovx-link-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.ovx-link-head a{font-size:11px;font-weight:800;color:var(--teal);text-decoration:underline;text-underline-offset:3px;text-transform:none;letter-spacing:0;white-space:nowrap}
.ovx-event-list{display:flex;flex-direction:column;gap:0}
.ovx-event-list>div{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.06)}
.ovx-event-list>div:last-child{border-bottom:none;padding-bottom:0}
.ovx-event-list span{font-size:13px;font-weight:800;color:var(--text)}
.ovx-event-list b{font-size:13px;color:var(--teal);text-align:right;white-space:nowrap}
.ovx-event-list em{font-style:normal;font-size:11px;font-weight:600;color:var(--muted);background:rgba(0,0,0,.045);border-radius:99px;padding:4px 8px;white-space:nowrap}
.ovx-event-list p{grid-column:1/-1;font-size:12.5px;line-height:1.6;color:var(--muted);margin:-3px 0 0}
.ovx-event-list.ev-grid{display:grid;grid-template-columns:1fr;gap:10px}
.ovx-event-list .ev-card{display:flex;grid-template-columns:none;gap:0;align-items:stretch;padding:0;border:1px solid var(--sep);border-radius:10px;overflow:hidden;background:#fff}
.ovx-event-list .ev-card:last-child{padding-bottom:0;border-bottom:1px solid var(--sep)}
.ovx-event-list .ev-date-col{width:62px;padding:9px 5px;background:linear-gradient(180deg,rgba(22,163,74,.075),rgba(255,255,255,.96));border-right:1px solid rgba(22,163,74,.13)}
.ovx-event-list .ev-date-col .ev-day{font-size:20px;font-weight:700;line-height:1;color:var(--text);letter-spacing:0}
.ovx-event-list .ev-date-col .ev-mon{order:-1;font-size:10px;font-weight:800;color:var(--teal);text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px}
.ovx-event-list .ev-date-col .ev-year{font-size:10px;color:var(--dim);font-weight:700;margin-top:3px}
.ovx-event-list .ev-body{padding:11px 12px;min-width:0;flex:1}
.ovx-event-list .ev-body-top{display:flex;align-items:center;gap:6px;margin-bottom:6px;flex-wrap:wrap}
.ovx-event-list .ev-card-title{font-size:12.5px;font-weight:800;color:var(--text);line-height:1.35;margin:0}
.ovx-event-list .ev-card-desc{font-size:11.5px;color:var(--muted);margin-top:4px;line-height:1.45}
.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)}
.ovx-broker-panel{margin-top:14px}
.ovx-compact-table{margin-top:0}
.ovx-compact-table th{padding:7px 8px}
.ovx-compact-table td{padding:10px 8px}
.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-card-row::-webkit-scrollbar{display:none;width:0;height:0}
.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::before{display:none}
.stock-carousel-btn i{display:block;font-size:13px;line-height:1;color:currentColor}
.stock-carousel-btn:hover{background:#f3f4f6}
.stock-carousel-btn:disabled{opacity:.22;cursor:default}
.stock-carousel-btn:disabled:hover{background:#fff}
.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-mini-card:hover{background:#fafbfc;border-color:rgba(15,23,42,.24)}
.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-logo>span{display:none;width:100%;height:100%;align-items:center;justify-content:center;color:var(--muted);font-size:10px;font-weight:700}
.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}
.stock-bottom{display:flex;align-items:baseline;gap:6px;margin-top:10px;padding-left:39px;white-space:nowrap}
/* "Ähnliche Aktien" zeigt bewusst keinen Kurs/Change mehr in den Mini-Cards --
   nur der ETF-Carousel (#sharedRelatedEtfs) behaelt seine Positions-Zeile. */
#sharedRelatedStocks .stock-bottom{display:none}
.stock-price{font-size:13px;line-height:1;font-weight:650;color:#20242b;letter-spacing:-.035em}
.stock-change{font-size:10px;line-height:1;font-weight:700;letter-spacing:-.035em}
.stock-change.positive{color:#00897b}
.stock-change.negative{color:#d7002a}
@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}}
.ovx-company-cell{display:inline-flex;align-items:center;gap:9px;min-width:0}
.ovx-company-cell img{width:45px;height:25px;object-fit:contain;padding:2px;flex-shrink:0}
.ovx-company-cell b{font-size:12.5px;color:var(--text);white-space:nowrap}
.ovx-link-name{font-weight:700;color:var(--text);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;cursor:pointer}
.ovx-broker-extra{display:none}
.ovx-broker-panel.show-more .ovx-broker-extra{display:table-row}
.ovx-broker-table button{border:1px solid rgba(22,163,74,.24);background:rgba(22,163,74,.08);color:var(--teal);border-radius:7px;height:30px;padding:0 12px;font:inherit;font-size:11.5px;font-weight:800;cursor:pointer;white-space:nowrap}
.ovx-broker-table button:hover{background:var(--teal);color:#fff}
.ovx-more-row{margin-top:10px;border:0;background:transparent;color:var(--teal);font:inherit;font-size:12px;font-weight:800;text-decoration:underline;text-underline-offset:3px;cursor:pointer;padding:0}
.chart-outer{overflow:visible}
.ovx-list{display:flex;flex-direction:column;gap:0}
.ovx-list>div{padding:11px 0;background:#fff;border-top:1px solid rgba(0,0,0,.07)}
.ovx-list>div:first-child{border-top:none}
.ovx-good .ovx-list>div,.ovx-bad .ovx-list>div{background:#fff;border-left:none}
.ovx-list b{display:block;font-size:12.5px;margin-bottom:3px}
.ovx-list span{display:block;font-size:12px;line-height:1.55;color:var(--muted)}
.ovx-list small,.compx-driver-grid small,.compx-risk-list small,.compx-dependency-list small{display:inline-flex;align-items:center;min-height:28px;margin-top:8px;padding:5px 10px 5px 10px;border-radius:999px;background:#f1f2f4;color:#666;font-size:12px;font-weight:400;line-height:1;letter-spacing:0;box-shadow:none}
.src-label .src-fav{width:19px;height:19px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;object-fit:cover;margin-right:-6px;border:2px solid #f1f2f4;background:#fff;font-style:normal;font-size:10px;font-weight:800;line-height:1;box-sizing:border-box;flex:0 0 auto}
.src-label .src-fav:first-child{margin-left:0}
.src-label .src-fav:nth-child(3){margin-right:8px}
.src-label span{font-weight:600;color:#666}
.compx .src-label{display:inline-flex;align-items:center;width:max-content;min-height:28px;margin-top:8px;padding:5px 10px;border-radius:999px;background:#f1f2f4;color:#666;font-size:12px;font-weight:400;line-height:1;letter-spacing:0;box-shadow:none}
.compx .src-label span{display:inline;margin:0;font-size:12px;font-weight:600;line-height:1;color:#666;text-transform:none;letter-spacing:0}
.compx .src-label .src-fav:first-child{content:url("https://www.finanzfluss.de/favicon-de.ico")}
.compx .src-label .src-fav:nth-child(2){content:url("https://images.finanzen.net/images/favicon/favicon-32x32.png")}
.news-ai-mark{position:relative;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-right:4px;color:#111827;font-weight:900;cursor:help}
.news-ai-mark:after{content:attr(data-tip);position:absolute;left:50%;bottom:24px;transform:translate(-50%,4px);z-index:60;min-width:132px;padding:7px 9px;border-radius:8px;background:#111827;color:#fff;font-size:11px;font-weight:700;line-height:1.2;text-align:center;opacity:0;visibility:hidden;transition:.16s ease;pointer-events:none;box-shadow:0 12px 28px rgba(15,23,42,.18)}
.news-ai-mark:hover:after{opacity:1;visibility:visible;transform:translate(-50%,0)}
.ovx-text{font-size:13px!important;line-height:1.7!important}
.ovx-sector-table{display:flex;flex-direction:column}
.ovx-sector-table>div{display:grid;grid-template-columns:1.1fr .8fr .8fr 1.2fr;gap:10px;padding:9px 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:12px;align-items:center}
.ovx-sector-table>div:last-child{border-bottom:none}
.ovx-sector-head{font-size:10px!important;font-weight:800;text-transform:uppercase;color:var(--dim);letter-spacing:.07em}
.ovx-sector-table b{font-size:12.5px}
.ovx-sector-table em{font-style:normal;color:var(--muted)}
.ovx-final{margin-top:14px;border-left:4px solid var(--teal);background:rgba(22,163,74,.07);border-radius:8px;padding:14px 16px;font-size:13.5px;line-height:1.7;color:var(--muted)}
.ovx-final strong{color:var(--text)}
.ovx-final,.finx-final,.valx-final,.growx-final,.qlx-final,.riskx-final,.chartx-final,.peerx-final,.newsx-final{display:none!important}
.valx-two:has(.valx-final),.growx-two:has(.growx-final),.qlx-two:has(.qlx-final),.riskx-two:has(.riskx-final),.chartx-two:has(.chartx-final),.peerx-two:has(.peerx-final){grid-template-columns:1fr}
@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-news-list{grid-template-columns:1fr;gap:0}
  .ovx-news-list>div,.ovx-news-list>div:nth-child(even){border-left:none;padding:12px 0;border-top:1px solid var(--sep)}
  .ovx-news-list>div:first-child{border-top:none;padding-top:0}
  .ovx-news-heading h3{font-size:19px}
  .ovx-news-heading p,.ovx-news-list .ovx-news-source,.ovx-news-list .ovx-news-source b,.ovx-news-list .ovx-news-source span,.ovx-news-more{font-size:12px}
  .ovx-news-list .ovx-news-title{font-size:14px}
  .ovx-two>.ovx-panel+ .ovx-panel{border-left:none;border-top:1px solid var(--sep)}
  .ovx-event-list.ev-grid{grid-template-columns:1fr}
  .ovx-score-card{margin-top:0}
  .ovx-chart-kpi-layout .ovx-kpi-grid{grid-template-columns:1fr}
  .ovx-chart-kpi-layout .chart-area{height:240px}
  .ovx-score-times{grid-template-columns:minmax(100px,1fr) repeat(3,44px) 18px}
  .ovx-score-row summary{grid-template-columns:minmax(100px,1fr) repeat(3,44px) 18px}
  .ovx-score-detail{overflow-x:auto}
  .ovx-score-detail table{min-width:560px}
  .ovx-sector-table>div{grid-template-columns:1fr 1fr}
  .ovx-sector-head{display:none!important}
  .compx-new-top{grid-template-columns:1fr}
  /* Nutzer-Wunsch 15.09.2026: bei Minimal-Profilen soll auf dem Handy zuerst
     das Profilkarte (Logo/Kennzahlen), erst danach das Geschaeftsmodell
     kommen -- im HTML steht das Geschaeftsmodell-Panel zuerst (ersetzt dort
     den ausgeblendeten Fliesstext), was ohne diese Reihenfolge-Umkehr auf
     dem Handy (einspaltiger Stack, siehe .compx-new-top oben) genau
     andersrum wirkte. */
  .compx-new-top.is-minimal{display:flex;flex-direction:column}
  .compx-new-top.is-minimal .compx-profile-card{order:-1}
  .compx-revenue-head{flex-direction:column}
  .compx-controls{width:100%;align-items:stretch}
  .compx-switch,.compx-year-switch{width:100%;justify-content:space-between;overflow-x:auto}
  .compx-switch button,.compx-year-switch button{flex:1}
  .compx-treemap{flex-direction:column;min-height:0}
  .compx-tree-tile{min-height:86px}
  .compx-world-layout{grid-template-columns:1fr}
  .compx-world-map{min-height:220px}
}
@media(max-width:480px){.ovx-score-times{grid-template-columns:minmax(86px,1fr) repeat(3,38px) 16px}.ovx-score-row summary{grid-template-columns:minmax(86px,1fr) repeat(3,38px) 16px;gap:7px}.ovx-cat-donut{width:42px;height:28px;font-size:11px}}

@media(max-width:760px){
  .anx-priced-in-grid{grid-template-columns:1fr}
  .anx-priced-card dl{grid-template-columns:1fr}
}

/* COMPANY BUSINESS TAB */
.compx{border-top:none;padding-top:0}
.compx-new-top{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:start;margin-top: 14px;}
.compx-story{background:#fff;border-radius:8px;padding:0}
.compx-story h2{font-size:26px;letter-spacing:-.035em;margin:0 0 10px;color:var(--text)}
.compx-story p{font-size:13.5px;line-height:1.78;color:var(--muted);margin:0 0 12px}
.compx-story-wrap{max-height:250px;overflow:hidden;position:relative}
.compx-story-wrap::after{content:'';position:absolute;left:0;right:0;bottom:0;height:54px;background:linear-gradient(180deg,rgba(255,255,255,0),#fff)}
.compx-story-wrap.is-open{max-height:none}
.compx-story-wrap.is-open::after{display:none}
.compx-story-wrap.is-open p{display:inline;margin:0}
.compx-story-wrap.is-open p+p::before{content:" "}
.compx-more{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:34px;margin-top:12px;border:1px solid #096495;border-radius:7px;background:#096495;color:#fff;font:inherit;font-size:12.5px;font-weight:700;line-height:1.25;text-decoration:none;cursor:pointer;padding:0 14px;transition:background .12s ease,border-color .12s ease}
.compx-more:hover{background:#07536f;border-color:#07536f;color:#fff}
.compx-more::after{content:'';display:block;width:8px;height:8px;flex:0 0 8px;margin:-4px 0 0;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transform-origin:center;transition:transform .18s ease,margin-top .18s ease}
.compx-more.is-open::after,
.compx-more[aria-expanded="true"]::after{margin-top:4px;transform:rotate(225deg)}
.compx-profile-card{border: 1px solid var(--sep); border-radius: 8px;padding:16px;}
.compx-profile-brand{display:flex;align-items:center;gap:12px;padding-bottom:13px;border-bottom:1px solid rgba(0,0,0,.045)}
.compx-profile-brand img{width:52px;height:52px;border-radius:8px;object-fit:contain;background:#f8fafc;padding:5px}
.compx-profile-brand strong{display:block;font-size:17px;letter-spacing:-.02em;color:var(--text);font-weight:700}
.compx-profile-brand span{display:block;font-size:12px;color:var(--muted);margin-top:2px}
.compx-profile-table{display:flex;flex-direction:column;margin-top:8px}
.compx-profile-table>div{display:grid;grid-template-columns:96px minmax(0,1fr);gap:12px;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.04);font-size:12.5px}
.compx-profile-table>div:last-child{border-bottom:none}
.compx-profile-table span{color:var(--muted)}
.compx-profile-table b{font-weight:600;color:var(--text);text-align:right}
.compx-profile-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px 10px;min-width:0}
.compx-profile-link{color:#096495!important;text-decoration:none;cursor:pointer}
.compx-profile-link:hover{text-decoration:underline}
.compx-model-panel{margin-top:14px}
.compx-new-top.is-minimal .compx-minimal-model-panel{margin-top:0;min-width:0}
.compx-model-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:start;border-bottom:1px solid var(--sep)}
.compx-model-head .compx-h{margin-bottom:6px}
.compx-model-head p{max-width:820px;font-size:12.5px;line-height:1.65;color:var(--muted)}
.compx-model-head>span{padding:5px 9px;border:1px solid var(--sep);border-radius:5px;color:#475569;font-size:10.5px;font-weight:750;white-space:nowrap}
.compx-model-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-bottom:1px solid var(--sep)}
.compx-model-detail-grid article{min-width:0;padding:18px 20px 17px 0;border-bottom:1px solid var(--sep)}
.compx-model-detail-grid article:nth-child(odd){padding-right:22px;border-right:1px solid var(--sep)}
.compx-model-detail-grid article:nth-child(even){padding-left:22px}
.compx-model-detail-grid article:nth-last-child(-n+2){border-bottom:0}
.compx-model-detail-grid small{display:block;margin-bottom:8px;color:#7b8798;font-size:10px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}
.compx-model-detail-grid h3{margin:0 0 7px;color:var(--text);font-size:14px;font-weight:750;line-height:1.35}
.compx-model-detail-grid p{font-size:12px;line-height:1.6;color:var(--muted)}
.compx-model-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}
.compx-model-tags span{padding:4px 7px;border-radius:4px;background:#f1f3f5;color:#4b5563;font-size:10px;font-weight:650}
.compx-segment-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:17px 0 11px;border-top:1px solid var(--sep)}
.compx-segment-head strong{display:block;color:var(--text);font-size:17px;font-weight:800;line-height:1.2}
.compx-segment-head span,.compx-segment-head>small{color:#7b8798;font-size:9.75px;font-weight:500}
.compx-segment-head span{display:block;margin-top:3px}
.compx-segment-head>small{white-space:nowrap}
.compx-segment-controls{display:flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:flex-end}
.compx-segment-controls button{min-width:38px;height:26px;border:1px solid var(--sep);border-radius:6px;background:#fff;color:#64748b;font-size:10.5px;font-weight:700;cursor:pointer;transition:background .14s ease,color .14s ease,border-color .14s ease}
.compx-segment-controls button:hover{border-color:#b8c2d1;color:#111827}
.compx-segment-controls button.is-active{background:#111827;border-color:#111827;color:#fff}
.compx-operational-panel{margin-top:14px}
/* Operative Kennzahlen (Unternehmen-Tab): exakte Werte von .finx-analysis-chart-card
   / .finx-combo-chart aus card-system.css (dort an #secFinanzenOverview /
   #secOverview gebunden), hier unter #secUnternehmenOverview neu gescoped --
   Nutzer-Wunsch "design wie finx-analysis-chart-card ovx-overview-group-chart". */
body.stock-research-page #secUnternehmenOverview .compx-operational-panel.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)!important;border-radius:var(--ui-card-radius);background:#fff;
  box-shadow:var(--ui-card-shadow,0 1px 2px #22242626)!important;
}
body.stock-research-page #secUnternehmenOverview .compx-operational-panel[hidden]{display:none!important}
body.stock-research-page #secUnternehmenOverview .compx-operational-panel .finx-analysis-chart-head{
  display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:12px;
}
body.stock-research-page #secUnternehmenOverview .compx-operational-panel .finx-analysis-chart-head h3{
  margin:0 0 5px;color:#111827;font-size:18px;font-weight:800;line-height:1.25;
}
body.stock-research-page #secUnternehmenOverview .compx-operational-panel .finx-analysis-chart-head p{
  max-width:720px;margin:0;color:#64748b;font-size:12px;font-weight:500;line-height:1.45;
}
body.stock-research-page #secUnternehmenOverview .compx-operational-panel .finx-analysis-chart{
  position:relative;min-height:290px;overflow:visible;
}
body.stock-research-page #secUnternehmenOverview .compx-operational-panel .finx-combo-chart{
  display:grid;grid-template-columns:70px minmax(0,1fr);gap:8px;height:278px;padding-top:8px;
}
body.stock-research-page #secUnternehmenOverview .compx-operational-panel .finx-combo-plot{
  position:relative;min-width:0;height:260px;
}
body.stock-research-page #secUnternehmenOverview .compx-operational-panel .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 #secUnternehmenOverview .compx-operational-panel .finx-combo-grid i{
  display:block;height:1px;background:#e8edf2;
}
body.stock-research-page #secUnternehmenOverview .compx-operational-panel .finx-combo-groups{
  position:absolute;inset:0 0 0;display:grid;grid-template-columns:repeat(var(--combo-count,10),minmax(0,1fr));gap:3px;
}
body.stock-research-page #secUnternehmenOverview .compx-operational-panel .finx-combo-group{
  display:grid;min-width:0;grid-template-rows:220px 28px;gap:7px;align-items:end;border-radius:6px;
  transition:background .12s ease,box-shadow .12s ease;
}
body.stock-research-page #secUnternehmenOverview .compx-operational-panel .finx-combo-group:is(.is-highlighted,:has(.finx-combo-bar:hover),:has(.finx-combo-bar:focus)){
  background:#f1f5f9;border-radius:0;
}
body.stock-research-page #secUnternehmenOverview .compx-operational-panel .finx-combo-bar-pair{
  display:flex;height:100%;align-items:flex-end;justify-content:center;gap:3px;
}
body.stock-research-page #secUnternehmenOverview .compx-operational-panel .finx-combo-bar{
  position:relative;display:flex;align-items:flex-start;justify-content:center;
  width:min(44px,78%);min-height:2px;border-radius:5px 5px 0 0;cursor:default;outline:none;
}
body.stock-research-page #secUnternehmenOverview .compx-operational-panel .finx-combo-bar.is-revenue{
  background:var(--operational-bar-color,linear-gradient(180deg,#168451 0%,#45a77b 100%));
}
body.stock-research-page #secUnternehmenOverview .compx-operational-panel .finx-combo-bar-logo{
  position:relative;top:6px;width:22px;height:22px;flex:0 0 22px;border-radius:50%;
  box-shadow:0 1px 3px rgba(15,23,42,.28);display:flex;align-items:center;justify-content:center;
  overflow:hidden;
}
body.stock-research-page #secUnternehmenOverview .compx-operational-panel .finx-combo-bar-logo img{
  width:100%;height:100%;object-fit:contain;
}
body.stock-research-page #secUnternehmenOverview .compx-operational-panel .finx-combo-group em{
  overflow:hidden;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 #secUnternehmenOverview .compx-operational-panel .finx-combo-axis{
  display:flex;height:220px;flex-direction:column;justify-content:space-between;padding-top:1px;
}
body.stock-research-page #secUnternehmenOverview .compx-operational-panel .finx-combo-axis span{
  color:#7b8798;font-size:9px;font-weight:600;line-height:1;white-space:nowrap;
}
body.stock-research-page #secUnternehmenOverview .compx-operational-panel .finx-combo-axis.is-left{text-align:right}
.compx-segment-treemap{display:flex;gap:4px;height:230px;padding-bottom:1px;overflow:visible}
.compx-segment-treemap>article{position:relative;flex:var(--segment-area) 1 0;min-width:96px;overflow:visible;background:linear-gradient(180deg,#245fbd 0%,#477fc8 100%);color:#fff;cursor:default;border-radius:5px;}
.compx-segment-treemap>article.is-edge{background:linear-gradient(180deg,#168451 0%,#45a77b 100%)}
.compx-segment-treemap>article.is-gaming{background:linear-gradient(180deg,#168451 0%,#45a77b 100%)}
.compx-segment-treemap>article.is-proviz{background:linear-gradient(180deg,#6d8096 0%,#9aa9ba 100%)}
.compx-segment-treemap>article.is-auto{background:linear-gradient(180deg,#d4a62f 0%,#e4bf63 100%);color:#111827}
.compx-segment-treemap>article.is-oem{background:linear-gradient(180deg,#4b5563 0%,#7b8798 100%)}
.compx-segment-tile-copy{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;gap:4px;padding:14px;overflow:hidden}
.compx-segment-quarters{
  position:relative;
  z-index:3;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:stretch;
  width:100%;
  height:9px;
  margin-top:8px;
  gap:0;
  pointer-events:auto;
}
.compx-segment-quarters i{
  flex:var(--q-grow,1) 1 0;
  width:auto;
  height:4px;
  min-width:3px;
  max-width:100%;
  border-radius:0;
  background:rgba(255,255,255,.34);
  border-left:1px solid rgba(255,255,255,.55);
  pointer-events:auto;
  transition:width .18s ease,background .14s ease,opacity .14s ease;
}
.compx-segment-quarters i:first-child{border-left:0;border-radius:999px 0 0 999px}
.compx-segment-quarters i:last-child{border-radius:0 999px 999px 0}
.compx-segment-quarters i.is-actual{background:rgba(255,255,255,.9)}
.compx-segment-quarters i.is-forecast{background:rgba(255,255,255,.22)}
.compx-segment-treemap>article.is-auto .compx-segment-quarters i{background:rgba(17,24,39,.22)}
.compx-segment-treemap>article.is-auto .compx-segment-quarters i.is-actual{background:rgba(17,24,39,.72)}
.compx-segment-tile-copy{padding-bottom:14px}
.compx-segment-tile-copy>span{font-size:12px;font-weight:800;text-transform:none;white-space:normal;line-height:1.18;overflow-wrap:anywhere}
.compx-segment-tile-copy>b{margin-top:1px;font-size:21px;font-weight:800;line-height:1.04;letter-spacing:-.03em;white-space:normal;overflow-wrap:anywhere}
.compx-segment-tile-copy>em{margin-top:1px;font-size:10.5px;font-style:normal;font-weight:750;opacity:.92}
.compx-segment-tile-copy>span,
.compx-segment-tile-copy>b,
.compx-segment-tile-copy>em{flex:0 0 auto}
.compx-segment-tile-copy>p,
.compx-segment-tile-copy>m{display:-webkit-box;max-width:430px;max-height:45px;min-height:0;margin-top:6px;overflow:hidden;color:rgba(255,255,255,.88);font-size:11px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.compx-segment-treemap .is-edge .compx-segment-tile-copy{padding:11px 9px}
.compx-segment-treemap .is-edge .compx-segment-tile-copy>b{font-size:14px;white-space:normal}
.compx-segment-treemap .is-proviz .compx-segment-tile-copy,
.compx-segment-treemap .is-auto .compx-segment-tile-copy,
.compx-segment-treemap .is-oem .compx-segment-tile-copy{padding:10px 8px}
.compx-segment-treemap .is-proviz .compx-segment-tile-copy>b,
.compx-segment-treemap .is-auto .compx-segment-tile-copy>b,
.compx-segment-treemap .is-oem .compx-segment-tile-copy>b{font-size:13px;white-space:normal}
.compx-segment-treemap .is-proviz .compx-segment-tile-copy>span,
.compx-segment-treemap .is-auto .compx-segment-tile-copy>span,
.compx-segment-treemap .is-oem .compx-segment-tile-copy>span{font-size:10px}
.compx-segment-treemap .is-proviz .compx-segment-tile-copy>p,
.compx-segment-treemap .is-proviz .compx-segment-tile-copy>m,
.compx-segment-treemap .is-auto .compx-segment-tile-copy>p,
.compx-segment-treemap .is-auto .compx-segment-tile-copy>m,
.compx-segment-treemap .is-oem .compx-segment-tile-copy>p,
.compx-segment-treemap .is-oem .compx-segment-tile-copy>m{display:none}
/* Schriftgroesse nach tatsaechlichem Kachel-Anteil (pctValue), unabhaengig von
   der Farb-Klasse -- siehe _dynFillSegments in stock-dynamic.js. Verhindert,
   dass ein grosser Betrag in einer schmalen Kachel auf 4 Zeilen umbricht. */
.compx-segment-treemap>article.is-narrow-tile .compx-segment-tile-copy{padding:10px 8px}
.compx-segment-treemap>article.is-narrow-tile .compx-segment-tile-copy>b{font-size:13px;white-space:normal}
.compx-segment-treemap>article.is-narrow-tile .compx-segment-tile-copy>span{font-size:10px}
.compx-segment-treemap>article.is-narrow-tile .compx-segment-tile-copy>p,
.compx-segment-treemap>article.is-narrow-tile .compx-segment-tile-copy>m{display:none}
.compx-segment-treemap>article.is-tiny-tile .compx-segment-tile-copy{align-items:center;justify-content:center;padding:4px;text-align:center}
.compx-segment-treemap>article.is-tiny-tile .compx-segment-tile-copy>span,
.compx-segment-treemap>article.is-tiny-tile .compx-segment-tile-copy>em,
.compx-segment-treemap>article.is-tiny-tile .compx-segment-tile-copy>p,
.compx-segment-treemap>article.is-tiny-tile .compx-segment-tile-copy>m{display:none}
.compx-segment-treemap>article.is-tiny-tile .compx-segment-tile-copy>b{font-size:11px;white-space:normal;text-align:center}
.compx-segment-tooltip{position:absolute;left:50%;bottom:20px;z-index:60;width:min(340px,calc(100vw - 40px));padding:12px;background:#fff;border:1px solid #9ca3af;color:#111827;box-shadow:0 12px 30px rgba(15,23,42,.14);opacity:0;pointer-events:none;transform:translate(-50%,calc(-100% - 10px));transition:opacity .08s ease}
.compx-segment-tooltip::after{content:"";position:absolute;left:50%;bottom:-7px;transform:translateX(-50%);border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #fff}
.compx-segment-treemap .is-data-center .compx-segment-tooltip{left:28%}
.compx-segment-treemap .is-edge .compx-segment-tooltip{left:auto;right:0;transform:translate(0,calc(-100% - 10px))}
.compx-segment-treemap .is-edge .compx-segment-tooltip::after{left:auto;right:28px;transform:none}
.compx-segment-treemap>article:hover .compx-segment-tooltip{opacity:1}
.compx-segment-tooltip>small{display:block;margin-bottom:4px;color:#64748b;font-size:9px;font-weight:800;text-transform:uppercase}
.compx-segment-tooltip>strong{display:block;font-size:15px;font-weight:800}
.compx-segment-tooltip>p{margin-top:7px;color:#475569;font-size:12px;line-height:1.5}
.compx-segment-tooltip .compx-model-tags{margin-top:9px}
.compx-segment-tooltip>.src-label{margin-top:9px}
.compx-segment-tooltip>.src-label{
  min-height:24px;
  padding:4px 8px;
  font-size:10px;
}
.compx-segment-tooltip>.src-label span{font-size:10px}
.compx-segment-tooltip>.src-label .src-fav{
  width:16px;
  height:16px;
  border-width:1px;
}
.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.is-compact{
  width:max-content;
  min-width:0;
  max-width:220px;
  padding:8px 10px;
}
.compx-segment-live-tooltip.is-compact small{margin-bottom:3px}
.compx-segment-live-tooltip.is-compact strong{font-size:12.5px;white-space:nowrap}
.compx-segment-live-tooltip.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
.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-model-summary{display:grid;grid-template-columns:180px minmax(0,1fr);gap:20px;align-items:start;padding-top:15px}
.compx-model-summary strong{font-size:11.5px;font-weight:800;color:var(--text)}
.compx-model-summary p{font-size:12px;line-height:1.65;color:var(--muted)}
.compx-company-analysis{margin-top:14px}
.compx-section-intro{max-width:820px;margin:6px 0 14px!important;font-size:12.5px!important;line-height:1.6!important;color:#64748b}
.compx-geo-panel,.compx-market-panel,.compx-competitor-panel{margin-top:14px}
.compx-geo-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,1fr);gap:24px;align-items:start;border-top:1px solid var(--sep);padding-top:18px}
.compx-world-map{position:relative;min-width:0;overflow:hidden;background:linear-gradient(180deg,#fbfcfd 0%,#f3f6f8 100%)}
.compx-world-map #compxWorldMap{width:100%;aspect-ratio:2782/1536}
.compx-world-map svg{display:block;width:100%;height:100%;opacity:.88}
.compx-map-error{display:flex;min-height:240px;align-items:center;justify-content:center;color:var(--muted);font-size:12px}
.compx-map-dot{position:absolute;width:10px;height:10px;border:2px solid #fff;border-radius:50%;background:#16a34a;box-shadow:0 0 0 2px rgba(22,163,74,.22);transform:translate(-50%,-50%)}
.compx-map-dot.usa{left:20%;top:38%}
.compx-map-dot.europe{left:50%;top:33%}
.compx-map-dot.israel{left:56%;top:43%}
.compx-map-dot.taiwan{left:78%;top:48%}
.compx-map-dot.india{left:68%;top:53%}
.compx-map-dot.singapore{left:73%;top:65%}
.compx-geo-regions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-width:0}
.compx-geo-region-cards{min-width:0;padding:13px;border:none !important;border-radius:14px;background:none !important}
.compx-geo-region-card>header{display:flex;align-items:center;gap:8px;padding-bottom:10px;border-bottom:1px solid #edf1f4}
.compx-geo-regions i{flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:linear-gradient(180deg,#168451 0%,#45a77b 100%)}
.compx-geo-regions i.asia{background:linear-gradient(180deg,#245fbd 0%,#5b88cc 100%)}
.compx-geo-regions i.israel{background:linear-gradient(180deg,#6f55a8 0%,#967fc3 100%)}
.compx-geo-regions i.europe{background:linear-gradient(180deg,#c58b22 0%,#deb763 100%)}
.compx-geo-regions strong{min-width:0;font-size:12.5px;font-weight:800;color:var(--text);overflow-wrap:anywhere}
.compx-market-pair{align-items:stretch}
.compx-market-list{display:grid;border-top:1px solid var(--sep)}
.compx-market-list>div{display:grid;grid-template-columns:120px 86px minmax(0,1fr);gap:12px;padding:11px 8px;border-bottom:1px solid var(--sep);align-items:start}
.compx-market-list strong{font-size:11.75px;font-weight:750;color:var(--text)}
.compx-market-list b{font-size:11px;font-weight:750;color:#087a5b}
.compx-market-list span{font-size:11.25px;line-height:1.5;color:var(--muted)}
.compx-market-competition-panel .compx-section-intro{margin:2px 0 12px;font-size:12.5px;line-height:1.55;color:#64748b;max-width:780px}
.compx-market-competition-table{border-top:1px solid var(--sep)}
.compx-market-competition-head,
.compx-market-competition-table>div{display:grid;grid-template-columns:128px 90px minmax(190px,.9fr) minmax(220px,1.15fr);gap:14px;align-items:start}
.compx-market-competition-head{padding:0 8px 10px}
.compx-market-competition-head span{font-size:11px;font-weight:700;color:var(--dim)}
.compx-market-competition-table>div{padding:12px 8px;border-bottom:1px solid var(--sep)}
.compx-market-competition-table strong{font-size:13px;font-weight:700;color:var(--text);line-height:1.35}
.compx-market-competition-table b{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;background:rgba(22,163,74,.12);color:#126c38;font-size:11px;font-weight:700;line-height:1;white-space:nowrap}
.compx-market-competition-table span{font-size:12px;line-height:1.55;color:var(--text)}
.compx-market-competition-table em{font-style:normal;font-size:12px;line-height:1.58;color:var(--muted)}
.compx-competitor-list{display:grid;border-top:1px solid var(--sep)}
.compx-competitor-list>div{padding:11px 9px;border-bottom:1px solid var(--sep);}
.compx-competitor-list strong{display:inline;font-size:12px;font-weight:750;color:var(--text)}
.compx-competitor-list span{margin-left:7px;color:#7b8798;font-size:10.5px;font-weight:650}
.compx-competitor-list p{margin-top:5px;font-size:11.25px;line-height:1.52;color:var(--muted)}
.compx-competitor-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(310px,.82fr);gap:26px;align-items:stretch;border-top:1px solid var(--sep)}
.compx-competitor-layout .compx-competitor-list{border-top:0}
.compx-competitor-chart{padding:14px 0 6px}
.compx-competitor-chart-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding-bottom:14px}
.compx-competitor-chart-head span{font-size:11.75px;font-weight:750;color:var(--text)}
.compx-competitor-chart-head small{font-size:9.5px;font-weight:650;color:#7b8798}
.compx-competitor-chart>div:not(.compx-competitor-chart-head){display:grid;grid-template-columns:112px minmax(0,1fr) 58px;gap:10px;align-items:center;padding:10px 0}
.compx-competitor-chart>div>span{font-size:10.75px;font-weight:700;color:#475569}
.compx-competitor-chart>div>i{height:8px;background:linear-gradient(90deg,#16a34a var(--score),#e5e7eb var(--score));border-radius:2px}
.compx-competitor-chart>div:nth-child(3)>i{background:linear-gradient(90deg,#60a5fa var(--score),#e5e7eb var(--score))}
.compx-competitor-chart>div:nth-child(4)>i{background:linear-gradient(90deg,#f59e0b var(--score),#e5e7eb var(--score))}
.compx-competitor-chart>div:nth-child(5)>i{background:linear-gradient(90deg,#94a3b8 var(--score),#e5e7eb var(--score))}
.compx-competitor-chart>div>b{font-size:10px;font-weight:750;color:#64748b;text-align:right}
.compx-competition-table{display:flex;flex-direction:column;border-top:1px solid var(--sep)}
.compx-competition-table>div{display:grid;grid-template-columns:.8fr .72fr 1.2fr 1.45fr;gap:16px;align-items:start;padding:11px 0;border-bottom:1px solid var(--sep)}
.compx-competition-table strong{font-size:12px;font-weight:750;color:var(--text)}
.compx-competition-table b{font-size:11.5px;font-weight:750;color:#087a5b}
.compx-competition-table span,.compx-competition-table em{font-size:11.5px;line-height:1.5;color:var(--muted);font-style:normal}
.compx-competition-head{padding:8px 0!important;color:var(--dim);font-size:10px;font-weight:800;letter-spacing:.055em;text-transform:uppercase}
.compx-competition-head span{font-size:10px;color:inherit}
.compx-analysis-note{display:grid;grid-template-columns:150px minmax(0,1fr);gap:18px;padding-top:13px}
.compx-analysis-note strong{font-size:11.5px;font-weight:800;color:var(--text)}
.compx-analysis-note span{font-size:11.5px;line-height:1.58;color:var(--muted)}
.compx-company-pair{align-items:start}
.compx-company-pair>.compx-panel{padding-top:17px;padding-bottom:17px}
.compx-detail-list,.compx-management-list{display:grid}
.compx-detail-list>div,.compx-management-list>div{padding:12px 0;border-bottom:1px solid var(--sep)}
.compx-detail-list>div:last-child,.compx-management-list>div:last-child{border-bottom:0}
.compx-detail-list span,.compx-management-list span{display:block;margin-bottom:4px;color:#7b8798;font-size:10px;font-weight:750;letter-spacing:.035em;text-transform:uppercase}
.compx-detail-list b,.compx-management-list strong{display:block;margin-bottom:5px;color:var(--text);font-size:12.75px;font-weight:750}
.compx-detail-list p,.compx-management-list p{font-size:11.75px;line-height:1.58;color:var(--muted)}
.compx-acquisition-list{display:grid}
.compx-acquisition-note{margin:-4px 10px 4px!important;color:#7b8798!important;font-size:10.5px!important;line-height:1.5!important}
.compx-acquisition-list article{display:block;padding:15px 10px;border-bottom:1px solid var(--sep)}
.compx-acquisition-list article:last-child{border-bottom:0}
.compx-acquisition-list .compx-acquisition-extra{display:none}
.compx-acquisition-list.is-open .compx-acquisition-extra{display:block}
.compx-acquisition-list h3{margin:0 0 7px;color:var(--text);font-size:13px;font-weight:750}
.compx-acquisition-list p{margin:0;font-size:11.75px;line-height:1.62;color:var(--muted)}
.compx-acquisition-tags{margin-top:11px}
.compx-acquisition-toggle{display:inline-flex;align-items:center;gap:7px;margin:10px 10px 2px}
.compx-acquisition-toggle::after{display:none}
.compx-acquisition-toggle i{font-size:9px;text-decoration:none}
.compx-subsidiary-block{padding-top:15px}
.compx-subsidiary-block .compx-subh{margin-bottom:5px}
.compx-subsidiary-block>div:not(.compx-subh){display:grid;grid-template-columns:minmax(0,1fr) 95px;gap:3px 10px;padding:10px 0;border-bottom:1px solid var(--sep)}
.compx-subsidiary-block strong{font-size:11.75px;font-weight:750;color:var(--text)}
.compx-subsidiary-block span{text-align:right;color:#7b8798;font-size:10.5px;font-weight:650}
.compx-subsidiary-block p{grid-column:1/-1;font-size:11.25px;line-height:1.5;color:var(--muted)}
.compx-subsidiary-block>small{display:block;padding-top:9px;color:#7b8798;font-size:10px;line-height:1.45}
.compx-management-list>div{display:grid;grid-template-columns:145px minmax(0,1fr);column-gap:16px}
.compx-management-list strong,.compx-management-list span{grid-column:1}
.compx-management-list p{grid-column:2;grid-row:1/span 2}
.compx-management-detail-list{display:grid}
.compx-management-detail-list article{padding:13px 10px;border-bottom:1px solid var(--sep);}
.compx-management-detail-list article:last-child{border-bottom:0}
.compx-management-title{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-bottom:8px}
.compx-management-title strong{font-size:12.75px;font-weight:750;color:var(--text)}
.compx-management-title span{font-size:10.5px;font-weight:650;color:#7b8798;text-align:right}
.compx-management-detail-list dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 8px}
.compx-management-detail-list dl>div{padding:7px 8px;background:#f6f7f8;}
.compx-management-detail-list dt{margin-bottom:3px;color:#7b8798;font-size:9.5px;font-weight:650;text-transform:uppercase}
.compx-management-detail-list dd{margin:0;color:var(--text);font-size:11px;font-weight:650}
.compx-management-detail-list p{font-size:11.25px;line-height:1.52;color:var(--muted)}
.compx-management-detail-list p b{font-weight:650;color:#475569}
.compx-management-table-wrap{width:100%;overflow-x:auto}
.compx-management-table{width:100%;border-collapse:collapse;table-layout:fixed}

/* ==== aktieen/components/company-panels-timelines/01.css ==== */
.compx-management-table th{padding:8px 7px;border-bottom:1px solid var(--sep);color:#7b8798;font-size:9px;font-weight:750;line-height:1.25;text-align:left;text-transform:uppercase;vertical-align:bottom}
.compx-management-table td{padding:11px 7px;border-bottom:1px solid var(--sep);color:#596579;font-size:10.25px;line-height:1.45;vertical-align:top}
.compx-management-table tbody tr:last-child td{border-bottom:0}
.compx-management-table th:first-child,.compx-management-table td:first-child{width:27%;padding-left:0}
.compx-management-table th:nth-child(2),.compx-management-table td:nth-child(2){width:9%;text-align:center}
.compx-management-table th:nth-child(3),.compx-management-table td:nth-child(3){width:10%;text-align:center}
.compx-management-table th:nth-child(4),.compx-management-table td:nth-child(4){width:19%}
.compx-management-table th:last-child,.compx-management-table td:last-child{width:35%;padding-right:0}
.compx-management-table strong{display:block;margin-bottom:3px;color:var(--text);font-size:11.5px;font-weight:750}
.compx-management-table span{display:block;color:#7b8798;font-size:9.75px;line-height:1.35}
.compx-management-card-head{display:flex;align-items:center;gap:9px;margin-bottom:11px}
.compx-management-card-head>span{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:50%;background:#eef2f7;color:#334155;font-size:10px;font-weight:800}
.compx-management-card-head strong{display:block;color:var(--text);font-size:11.75px;font-weight:800}
.compx-management-card-head small{display:block;margin-top:2px;color:#7b8798;font-size:9.5px;font-weight:600;line-height:1.3}
.compx-management-tenure{margin:10px 0 8px}
.compx-management-tenure span{display:block;margin-bottom:5px;color:#64748b;font-size:9px;font-weight:700}
.compx-management-tenure i{display:block;width:100%;height:4px;background:linear-gradient(90deg,#111827 var(--tenure),#e5e7eb var(--tenure))}
.compx-future-panel{margin-top:14px}
.compx-future-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--sep)}
.compx-future-grid article{padding:15px 20px 15px 0;border-bottom:1px solid var(--sep)}
.compx-future-grid article:nth-child(odd){border-right:1px solid var(--sep)}
.compx-future-grid article:nth-child(even){padding-left:20px}
.compx-future-grid article:nth-last-child(-n+2){border-bottom:0}
.compx-future-grid span{display:block;margin-bottom:5px;color:#7b8798;font-size:10px;font-weight:750;text-transform:uppercase}
.compx-future-grid .compx-horizon-label{display:inline-flex;align-items:center;margin:9px 0 0;padding:4px 7px;border:0;border-radius:4px;background:#f1f3f5;color:#4b5563;font-size:10px;font-weight:650;line-height:1}
.compx-future-grid b{display:block;margin-bottom:6px;color:var(--text);font-size:13px;font-weight:750}
.compx-future-grid p{font-size:11.75px;line-height:1.6;color:var(--muted)}
.compx-key-risk-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--sep)}
.compx-key-risk-list>div{display:grid;grid-template-columns:55px minmax(0,1fr);align-content:start;gap:3px 10px;min-width:0;padding:14px 18px 14px 0;border-bottom:1px solid var(--sep)}
.compx-key-risk-list>div:nth-child(odd){border-right:1px solid var(--sep)}
.compx-key-risk-list>div:nth-child(even){padding-left:18px}
.compx-key-risk-list>div:nth-last-child(-n+2){border-bottom:0}
.compx-key-risk-list>div>span{grid-row:1/span 2;align-self:start;justify-self:start;padding:3px 6px;border-radius:4px;font-size:9.5px;font-weight:800}
.compx-key-risk-list .is-high{background:#fee2e2;color:#111827}
.compx-key-risk-list .is-medium{background:#fef3c7;color:#111827}
.compx-key-risk-list b{font-size:12.25px;font-weight:750;color:var(--text)}
.compx-key-risk-list p{font-size:11.5px;line-height:1.55;color:var(--muted)}
.compx-key-risk-list .src-label{grid-column:2}
.compx-two.compx-risk-earnings-pair{grid-template-columns:1fr}
.compx-two.compx-risk-earnings-pair>.compx-panel+ .compx-panel{border-left:0;border-top:1px solid var(--sep)}
.compx-company-stack{display:grid;gap:14px;margin-top:14px}
.compx-company-stack>.compx-panel{margin:0;padding:16px;background:#fff}
.compx-acquisition-management-pair{align-items:start;grid-template-columns:1fr!important}
.compx-acquisition-management-pair>.compx-panel:first-child{order:2;border-left:0!important}
.compx-acquisition-management-pair>.compx-panel:nth-child(2){order:1}
.compx-market-competition-panel>.compx-section-intro:not(.compx-market-redesign-intro),
.compx-market-competition-panel>.compx-market-competition-table,
.compx-acquisition-management-pair .compx-acquisition-list,
.compx-acquisition-management-pair .compx-acquisition-toggle,
.compx-acquisition-management-pair .compx-acquisition-note:not(.compx-acq-redesign-note),
.compx-acquisition-management-pair .compx-management-more,
.compx-future-panel>.compx-future-grid,
.compx-moat-analysis>.compx-moat-highlight-grid,
.compx-moat-analysis>.compx-moat-sustainability,
.compx-risk-earnings-pair .compx-dependency-matrix-wrap{display:none!important}
.compx-moat-analysis-head p:not(.compx-moat-redesign-intro):not(.compx-section-intro){display:none}
.compx-future-panel>.compx-h,
.compx-risk-earnings-pair>.compx-panel:first-child>.compx-h{font-size:20px;font-weight:700;line-height:1.25;color:var(--text)}
.compx-market-competition-panel>.compx-dumbbell-chart{display:none!important}
.compx-market-competition-panel script+.compx-section-intro,
.compx-market-competition-panel .compx-market-competition-table{display:none!important}
.compx-position-table-redesign{display:grid;border-top:1px solid var(--sep);border-bottom:1px solid var(--sep);background:#fff}
.compx-position-table-redesign>div{display:grid;grid-template-columns:1fr 1.08fr .9fr 1.38fr .86fr;gap:12px;align-items:center;padding:11px 10px;border-bottom:1px solid var(--sep)}
.compx-position-table-redesign>div:last-child{border-bottom:0}
.compx-position-table-redesign .compx-position-head{padding:8px 10px;color:#7b8798;font-size:10px;font-weight:700;background:transparent}
.compx-position-table-redesign .compx-position-head span:last-child{text-align:right;padding-right:8px}
.compx-position-table-redesign strong{font-size:12px;font-weight:700;color:#111827;letter-spacing:-.01em}
.compx-position-table-redesign b{display:block;color:#111827;background:transparent;padding:0;font-size:11.5px;font-weight:650;line-height:1.3}
.compx-position-table-redesign .compx-position-evidence{
  display:flex;
  flex-wrap:wrap;
  gap:3px;
  width:100%;
  max-width:100%;
  margin-top:4px;
  font-size:0;
  line-height:1;
}
.compx-position-table-redesign .compx-position-evidence span{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  padding:2px 5px;
  border-radius:4px;
  background:#f1f3f5;
  color:#475569;
  font-size:9px!important;
  font-weight:600;
  line-height:1.15;
  white-space:nowrap;
}
.compx-position-table-redesign .compx-position-evidence span:first-child{
  background:rgba(22,132,81,.10);
  color:#126c38;
  font-size:8.8px!important;
  font-weight:600;
  padding:2px 5px;
}
.compx-position-table-redesign .compx-position-evidence span:nth-child(n+2){
  background:#f7f8fa;
  color:#64748b;
  font-weight:600;
}
.compx-position-table-redesign span,
.compx-position-table-redesign em,
.compx-position-table-redesign small{font-size:11px;line-height:1.38;color:#5f6b7a;font-style:normal}
.compx-position-table-redesign>div>small{display:block}
.compx-position-table-redesign .compx-peer-logo-stack{
  display:inline-flex!important;
  align-items:center;
  justify-content:flex-start;
  width:max-content!important;
  min-width:0;
  height:34px!important;
  font-size:0!important;
  line-height:0!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.compx-position-table-redesign .compx-peer-logo-stack:before{display:none!important}
.compx-position-table-redesign .compx-peer-logo-stack img{
  width:28px;
  height:28px;
  border-radius:6px;
  object-fit:contain;
  background:transparent;
  border:0;
  box-shadow:none;
  flex:0 0 auto;
  position:relative;
  cursor:pointer;
}
.compx-position-table-redesign .compx-peer-logo-stack img+img{margin-left:3px}
.compx-position-table-redesign .compx-peer-logo-stack img:hover,
.compx-position-table-redesign .compx-peer-logo-stack img:focus-visible{
  z-index:5;
  outline:0;
  box-shadow:0 0 0 2px rgba(22,132,81,.22),0 0 0 1px rgba(15,23,42,.14);
}
.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-peer-logo-tooltip .tooltip-type{
  margin-bottom:4px;
  color:#64748b;
  font-size:10px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.compx-peer-logo-tooltip .tooltip-title{
  display:block;
  margin-bottom:5px;
  color:#111827;
  font-size:13px;
  font-weight:800;
  line-height:1.25;
}
.compx-peer-logo-tooltip .tooltip-speech{
  margin:0;
  color:#64748b;
  font-size:12px;
  font-weight:600;
  line-height:1.42;
}
.compx-position-table-redesign em{color:#334155}
.compx-position-table-redesign>div>small{justify-self:end;align-self:center;display:inline-flex!important;align-items:center;justify-content:center;min-width:58px;height:24px;margin-right:8px;border-radius:4px;padding:0 9px;font-size:10.5px!important;font-style:normal;font-weight:700!important;line-height:24px!important;white-space:nowrap;text-align:center}
.compx-position-table-redesign small.is-high{background:rgba(220,38,38,.11);color:#991b1b}
.compx-position-table-redesign small.is-mid{background:rgba(217,119,6,.14);color:#92400e}
.compx-position-table-redesign small.is-low{background:rgba(22,163,74,.11);color:#126c38}
.compx-business-drivers-panel{margin-top:14px}
.compx-driver-table{display:grid;border-top:1px solid var(--sep);border-bottom:1px solid var(--sep);background:#fff}
.compx-driver-table>div{display:grid;grid-template-columns:1fr 1.42fr .74fr 1.12fr .72fr;gap:12px;align-items:center;padding:11px 10px;border-bottom:1px solid var(--sep)}
.compx-driver-table>div:last-child{border-bottom:0}
.compx-driver-table-head{background:#fafbfc}
.compx-driver-table-head span{font-size:10px;font-weight:700;color:#7b8798;line-height:1.25}
.compx-driver-table strong{font-size:12px;font-weight:700;color:#111827;letter-spacing:-.01em;line-height:1.3}
.compx-driver-table p{margin:0;font-size:11px;line-height:1.38;color:#5f6b7a}
.compx-driver-table b,.compx-driver-table small{justify-self:start;display:inline-flex;align-items:center;justify-content:center;min-width:58px;height:24px;padding:0 9px;border-radius:4px;font-size:10.5px;font-weight:700!important;line-height:24px!important;white-space:nowrap}
.compx-driver-table em{font-style:normal;font-size:11px;line-height:1.38;color:#334155}
.compx-driver-table b.is-high{background:rgba(22,132,81,.11);color:#126c38}
.compx-driver-table b.is-mid{background:rgba(217,119,6,.14);color:#92400e}
.compx-driver-table small.is-positive{background:rgba(22,132,81,.11);color:#126c38}
.compx-driver-table small.is-watch{background:rgba(217,119,6,.14);color:#92400e}
.compx-driver-table small.is-neutral{background:#f1f5f9;color:#475569}
.compx-driver-table small.is-negative{background:rgba(220,38,38,.11);color:#991b1b}
.compx-driver-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}
.compx-driver-card{position:relative;display:flex;min-width:0;min-height:196px;flex-direction:column;padding:15px;border:1px solid var(--sep);border-radius:8px;background:#fff;overflow:hidden}
.compx-driver-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:9px}
.compx-driver-card h3{min-width:0;margin:0;color:var(--text);font-size:13px;font-weight:800;letter-spacing:-.01em;line-height:1.35}
.compx-driver-card>p{margin:0;color:#5f6b7a;font-size:11.5px;line-height:1.55}
.compx-driver-card-meta{display:grid;gap:10px;margin-top:auto;padding-top:13px;border-top:1px solid var(--sep)}
.compx-driver-card-meta>div{display:grid;grid-template-columns:68px minmax(0,1fr);gap:10px;align-items:center}
.compx-driver-card-meta>div>span:first-child{color:#7b8798;font-size:9.5px;font-weight:750;letter-spacing:.04em;line-height:1.25;text-transform:uppercase}
.compx-driver-card .compx-pressure-meter{display:inline-flex;align-items:center;gap:4px;width:max-content}
.compx-driver-card .compx-pressure-meter i{width:9px;height:9px;flex:0 0 9px;border:1px solid #cbd5e1;border-radius:50%;background:#fff}
.compx-driver-card .compx-pressure-meter.is-pressure-low i:first-child{border-color:#168451;background:#168451}
.compx-driver-card .compx-pressure-meter.is-pressure-mid i:nth-child(-n+2){border-color:#d4a62f;background:#d4a62f}
.compx-driver-card .compx-pressure-meter.is-pressure-high i{border-color:#b43a3a;background:#b43a3a}
.compx-driver-card .compx-driver-tags{display:flex;flex-wrap:wrap;gap:5px;margin:0;font-style:normal;line-height:1}
.compx-driver-card .compx-driver-tags span{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border-radius:6px;background:#f7f9fb;color:#475569;font-size:10px;font-weight:600;line-height:1.2;white-space:nowrap}
.compx-driver-card .compx-driver-dot-status{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;margin:1px 0 0;color:#475569;font-size:10.5px;font-weight:700;line-height:1.25;white-space:nowrap}
.compx-driver-card .compx-driver-dot-status i{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:#94a3b8}
.compx-driver-card .compx-driver-dot-status.trend-positive i{background:#168451}
.compx-driver-card .compx-driver-dot-status.trend-watch i,.compx-driver-card .compx-driver-dot-status.trend-neutral i{background:#d4a62f}
.compx-driver-card .compx-driver-dot-status.trend-negative i{background:#b43a3a}
.compx-trend-markets-panel{margin-top:14px}
.compx-trend-cases{margin-top:14px}
.compx-trend-cases.anx-bull-bear{grid-template-columns:repeat(3,minmax(0,1fr))}
.compx-trend-cases .base h4{color:#72510a}
.compx-trend-cases .bear h4{color:#475569}
.compx-trend-cases .ovx-case-rows>div{display:flex;flex-direction:column;gap:6px}
.compx-trend-cases .ovx-case-rows p{margin:0;color:#64748b;font-size:11px;line-height:1.55}
.compx-trend-cases article:not(.is-open) .ovx-case-rows>div.is-extra{display:none}
.compx-trend-cases .compx-trend-more{
  display:flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  margin:10px auto 0;
  line-height:1.2;
}
.compx-trend-cases .compx-trend-more::after{
  flex:0 0 auto;
  margin-left:7px;
  transform:rotate(45deg) translateY(-2px);
}
.compx-trend-cases .compx-trend-more.is-open::after,
.compx-trend-cases .compx-trend-more[aria-expanded="true"]::after{
  transform:rotate(225deg) translate(-1px,-1px);
}
.compx-trend-tags{gap:5px;margin-top:2px}
.compx-trend-tags span{font-size:9.5px!important;font-weight:650!important;padding:4px 6px!important}
.compx-market-redesign-source,
.compx-company-source-label{
  display:flex!important;
  align-items:center;
  justify-content:flex-end;
  gap:0;
  width:max-content;
  min-height:27px;
  margin:10px 0 0 auto!important;
  padding:4px 9px!important;
    border: 1px solid var(--sep) !important;
  border-radius:999px!important;
  background:#ffffff!important;
  color:#666!important;
  font-size:11px!important;
  font-weight:600!important;
  line-height:1!important;
  box-shadow:none!important;
  cursor:pointer;
}
.compx-market-redesign-source:focus-visible,
.compx-company-source-label:focus-visible{outline:2px solid rgba(22,132,81,.32);outline-offset:3px}
.compx-market-source-modal{z-index:2600}
.compx-market-source-modal.open{
  animation:compxMacBackdropIn .18s ease-out both;
}
.compx-market-source-modal.open .mi-modal{
  animation:compxMacModalIn .34s cubic-bezier(.16,1,.3,1) both;
  transform-origin:50% 42%;
  will-change:transform,opacity,filter;
}
.compx-market-source-modal.is-closing{
  display:flex;
  animation:compxMacBackdropOut .16s ease-in both;
}
.compx-market-source-modal.is-closing .mi-modal{
  animation:compxMacModalOut .16s cubic-bezier(.4,0,1,1) both;
}
.compx-market-source-modal .mi-modal{
  width:min(820px,94vw);
  max-height:82vh;
  overflow:hidden;
}
.compx-market-source-modal .mi-modal-body{
  max-height:calc(82vh - 108px);
  overflow-y:auto;
  padding:18px 20px;
}
.compx-market-source-modal .mi-modal-head .mi-title{
  color:#111827;
  font-size:16px;
  font-weight:700;
  letter-spacing:-.01em;
}
.compx-market-source-modal .mi-modal-foot{
  color:#64748b;
  font-size:11px;
  font-weight:600;
}
@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)}
}
@media (prefers-reduced-motion:reduce){
  .compx-market-source-modal.open,
  .compx-market-source-modal.open .mi-modal,
  .compx-market-source-modal.is-closing,
  .compx-market-source-modal.is-closing .mi-modal{
    animation:none!important;
  }
}
.compx-market-source-list{display:grid;gap:18px}
.compx-market-source-list article{
  padding:5px 20px;
  background:#fff;
}
.compx-market-source-list h4{
  margin:0 0 14px;
  color:#111827;
  font-size:16px;
  font-weight:700;
  line-height:1.25;
}
.compx-market-source-list section{
  padding:10px 0;
  border-top:1px solid #edf0f4;
}
.compx-market-source-list .compx-source-reasoning{
  margin:0 0 4px;
  padding:12px 13px;
  border-top:0;
  border-radius:8px;
  background:#f7f9fb;
}
.compx-market-source-list p{
  margin:0;
  color:#475569;
  font-size:12px;
  font-weight:500;
  line-height:1.55;
}
.compx-market-source-list h5{
  margin:0 0 6px;
  color:#111827;
  font-size:12px;
  font-weight:650;
  line-height:1.35;
}
.compx-source-reasoning h5{
  color:#168451;
}
.compx-source-reasoning p{
  color:#334155;
  font-weight:600;
  line-height:1.65;
}
.compx-market-source-list sup{
  color:#168451;
  font-size:9px;
  font-weight:750;
  line-height:0;
}
.compx-source-scan-list{
  display:grid;
  gap:0;
  border-top:1px solid #edf0f4;
  border-bottom:1px solid #edf0f4;
}
.compx-source-scan-list>div{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:14px;
  padding:10px 0;
  border-bottom:1px solid #edf0f4;
}
.compx-source-scan-list>div:last-child{border-bottom:0}
.compx-source-scan-list b{
  color:#111827;
  font-size:11.5px;
  font-weight:700;
  line-height:1.4;
}
.compx-source-scan-list p{
  color:#475569;
  font-size:12px;
  font-weight:500;
  line-height:1.52;
}
.compx-market-source-logos{
  display:flex;
  align-items:center;
  margin:8px 0 10px;
}
.compx-market-source-stack-label{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  color:#334155;
  font-size:11px;
  font-weight:650;
  line-height:1;
}
.compx-market-source-stack{
  display:inline-flex;
  align-items:center;
  margin-right:8px;
}
.compx-market-source-stack a{
  position:relative;
  display:inline-flex;
  width:23px;
  height:23px;
  border-radius:50%;
  border:2px solid #f7f9fb;
  background:#fff;
  box-shadow:0 0 0 1px rgba(15,23,42,.14);
  overflow:hidden;
}
.compx-market-source-stack a em{
  position:absolute;
  right:-2px;
  bottom:-2px;
  display:grid;
  place-items:center;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#111827;
  color:#fff;
  font-size:7px;
  font-style:normal;
  font-weight:800;
  line-height:1;
}
.compx-market-source-stack a+a{margin-left:-7px}
.compx-market-source-stack a:hover,
.compx-market-source-stack a:focus-visible{
  z-index:4;
  outline:0;
  box-shadow:0 0 0 2px rgba(22,132,81,.20),0 0 0 1px rgba(15,23,42,.16);
}
.compx-market-source-stack img{
  width:100%;
  height:100%;
  border-radius:50%;
  object-fit:cover;
  background:#fff;
}
.compx-ai-source-note{
  display:inline-flex;
  align-items:center;
  gap:6px;
  width:max-content;
  max-width:100%;
  min-height:24px;
  margin:0 0 8px!important;
  color:#334155!important;
  font-size:11px!important;
  font-weight:600!important;
  line-height:1;
}
.compx-ai-source-note span{
  color:#168451;
  font-size:12px;
  line-height:1;
}
.compx-source-footnotes{
  display:grid;
  gap:8px;
  margin:10px 0 0;
  padding:0;
  list-style:none;
}
.compx-source-footnotes li{
  display:grid;
  grid-template-columns:168px minmax(0,1fr);
  gap:12px;
  align-items:start;
  padding:8px 0 0;
  border-top:1px solid #edf0f4;
}
.compx-source-footnotes a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#111827;
  font-size:11px;
  font-weight:700;
  line-height:1.25;
  text-decoration:none;
}
.compx-source-footnotes a:hover{text-decoration:underline}
.compx-source-footnotes img{
  width:18px;
  height:18px;
  border-radius:50%;
  border:1px solid #e5e7eb;
  background:#fff;
}
.compx-source-footnotes p{
  color:#64748b;
  font-size:11px;
  line-height:1.45;
}
@media(max-width:640px){
  .compx-source-scan-list>div,
  .compx-source-footnotes li{
    grid-template-columns:1fr;
    gap:5px;
  }
}
.compx-market-redesign-source .src-fav,
.compx-company-source-label .src-fav{
  content:normal!important;
  width:18px!important;
  height:18px!important;
  margin-right:-6px!important;
  border:2px solid #f1f2f4!important;
  border-radius:50%;
  background:#fff;
  object-fit:cover;
}
.stock-research-page .compx .compx-market-redesign-source .src-fav,
.stock-research-page .compx .compx-company-source-label .src-fav{
  content:normal!important;
}
.compx-market-redesign-source span,
.compx-company-source-label span{
  margin-left:10px!important;
  color:#666!important;
  font-size:11px!important;
  font-weight:600!important;
  line-height:1!important;
}
.compx-dumbbell-chart{border-top:1px solid var(--sep)}
.compx-dumbbell-head,
.compx-dumbbell-row{display:grid;grid-template-columns:190px minmax(260px,1fr) minmax(240px,.95fr);gap:18px;align-items:center}
.compx-dumbbell-head{padding:0 8px 9px;color:var(--dim);font-size:11px;font-weight:700}
.compx-dumbbell-row{padding:14px 8px;border-bottom:1px solid var(--sep)}
.compx-dumbbell-row strong{font-size:13px;font-weight:700;color:var(--text);line-height:1.35}
.compx-dumbbell-row em{font-style:normal;font-size:12px;line-height:1.55;color:var(--muted)}
.compx-dumbbell-track{position:relative;height:42px}
.compx-dumbbell-track:before{content:"";position:absolute;left:0;right:0;top:19px;height:4px;border-radius:999px;background:#e7ebf0}
.compx-dumbbell-track i{position:absolute;top:13px;width:16px;height:16px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px rgba(15,23,42,.16);transform:translateX(-50%)}
.compx-dumbbell-track i.nvda{left:var(--nvda);background:#168451}
.compx-dumbbell-track i.peer{left:var(--peer);background:#9aa7b5}
.compx-dumbbell-track span{position:absolute;top:0;transform:translateX(-50%);font-size:10px;font-weight:700;white-space:nowrap}
.compx-dumbbell-track .nvda-label{left:var(--nvda);color:#126c38}
.compx-dumbbell-track .peer-label{left:var(--peer);color:#64748b}
.compx-acq-timeline{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid var(--sep);border-bottom:1px solid var(--sep)}
.compx-acq-timeline button{position:relative;min-width:0;border:0;border-right:1px solid var(--sep);background:#fff;padding:13px 10px 14px;text-align:left;cursor:pointer}
.compx-acq-timeline button:last-child{border-right:0}
.compx-acq-timeline button:before{content:"";position:absolute;left:10px;right:10px;top:0;height:3px;background:transparent}
.compx-acq-timeline button.is-active:before{background:#168451}
.compx-acq-timeline span{display:block;margin-bottom:5px;color:#7b8798;font-size:10px;font-weight:700}
.compx-acq-timeline b{display:block;margin-bottom:4px;color:var(--text);font-size:13px;font-weight:750}
.compx-acq-timeline em{display:block;margin-bottom:7px;color:#64748b;font-size:11px;font-style:normal}
.compx-acq-timeline strong{display:inline-flex;border-radius:999px;background:#f1f3f5;color:#334155;padding:4px 7px;font-size:10px;font-weight:700;line-height:1}
.compx-acq-detail{padding:13px 2px 0}
.compx-acq-detail strong{display:block;margin-bottom:5px;font-size:13px;font-weight:750;color:var(--text)}
.compx-acq-detail p{margin:0 0 9px;font-size:12px;line-height:1.58;color:var(--muted)}
.compx-acq-timeline-head{margin:12px 0 0}
.company-acquisition-timeline{border-top:0;padding:46px 18px 34px}
.company-acquisition-timeline .ovx-timeline-progress{background:#168451}
.compx-management-more{margin-top:12px;padding-top:0}
.compx-management-more summary{
display:inline-flex;
align-items:center;
width:max-content;
border:0;
background:transparent;
color:#5f6368;
font:inherit;
font-size:12.5px;
font-weight:600;
line-height:1.3;
cursor:pointer;
padding:0;
list-style:none;
}
.compx-management-more summary::-webkit-details-marker{display:none}
.compx-management-more summary::marker{content:""}
.compx-management-more summary:hover{color:var(--text)}
.compx-management-more summary::after{
content:"";
display:inline-block;
width:8px;
height:8px;
margin-left:8px;
border-right:2px solid currentColor;
border-bottom:2px solid currentColor;
transform:rotate(45deg) translateY(-3px);
transition:transform .18s ease,margin-top .18s ease;
}
.compx-management-more[open] summary::after{
transform:rotate(225deg);
margin-top:4px;
}
.compx-management-more p{margin-top:8px;font-size:11.5px;line-height:1.55;color:var(--muted)}
.compx-leadership-list{display:grid;gap:10px;border-top:1px solid var(--sep)}
.compx-leader-card{border-bottom:1px solid var(--sep);background:#fff}
.compx-leader-summary{display:grid;grid-template-columns:54px minmax(230px,1fr) minmax(340px,.95fr);gap:15px;align-items:center;padding:14px}
.compx-leader-photo{position:relative;display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#eef2f7;color:#334155;font-size:13px;font-weight:800;overflow:hidden}
.compx-leader-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.compx-leader-photo b{position:relative;z-index:1;display:none;font-size:12px;font-weight:800;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.25)}
.compx-leader-photo.is-fallback img{display:none}
.compx-leader-photo.is-fallback b{display:block}
/* Generischer 3D-Avatar: glossy Farbverlauf + Glanzlicht statt flachem Grau.
   Farb-Preset wird je Person aus einem Namens-Hash gewaehlt (data-avatar-preset,
   siehe stock-dynamic.js), damit Personen ohne echtes Foto trotzdem optisch
   unterscheidbar bleiben. */
.compx-leader-photo.is-fallback{box-shadow:inset 0 -4px 8px rgba(0,0,0,.18),inset 0 2px 3px rgba(255,255,255,.4)}
.compx-leader-photo[data-avatar-preset="0"]{background:radial-gradient(circle at 32% 26%,#7db8ff,#1d4ed8)}
.compx-leader-photo[data-avatar-preset="1"]{background:radial-gradient(circle at 32% 26%,#5fe0b8,#047857)}
.compx-leader-photo[data-avatar-preset="2"]{background:radial-gradient(circle at 32% 26%,#ff9fc4,#be185d)}
.compx-leader-photo[data-avatar-preset="3"]{background:radial-gradient(circle at 32% 26%,#ffd166,#b45309)}
.compx-leader-photo[data-avatar-preset="4"]{background:radial-gradient(circle at 32% 26%,#c4a3ff,#6d28d9)}
.compx-leader-photo[data-avatar-preset="5"]{background:radial-gradient(circle at 32% 26%,#6fe4f5,#0e7490)}
.compx-leader-photo[data-avatar-preset="6"]{background:radial-gradient(circle at 32% 26%,#ffb38a,#c2410c)}
.compx-leader-photo[data-avatar-preset="7"]{background:radial-gradient(circle at 32% 26%,#b6c3d6,#334155)}
.compx-leader-main strong{display:block;margin-bottom:4px;color:var(--text);font-size:15px;font-weight:700;letter-spacing:-.01em}
.compx-leader-main small{display:block;color:#64748b;font-size:12px;font-weight:500;line-height:1.35}
.compx-leader-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}
.compx-leader-tags em{
display:inline-flex;
align-items:center;
justify-content:flex-start;
gap:6px;
min-height:24px;
width:auto;
padding:3px 8px;
border:0;
border-radius:6px;
background:rgba(248,250,252,.92);
color:#64748b;
font-size:11px;
font-weight:500;
font-style:normal;
line-height:1.2;
white-space:nowrap;
}
.compx-leader-tags em b{
color:#111827;
font-size:11px;
font-weight:800;
line-height:1;
}
.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-leader-brief{margin:0;color:#475569;font-size:12px;font-weight:500;line-height:1.55}
.compx-leadership-list:not(.is-open) .compx-leader-extra{display:none}
.compx-management-more.compx-more{
display:flex;
align-items:center;
justify-content:center;
gap:8px;
width:max-content;
margin:14px auto 0;
line-height:1.25;
text-align:center;
}
.compx-roadmap{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--sep);border-bottom:1px solid var(--sep)}
.compx-roadmap article{min-width:0;padding:15px 14px;border-right:1px solid var(--sep)}
.compx-roadmap article:last-child{border-right:0}
.compx-roadmap span{display:inline-flex;margin-bottom:8px;border-radius:999px;background:#f1f3f5;color:#475569;padding:4px 8px;font-size:10px;font-weight:750}
.compx-roadmap b{display:block;margin-bottom:7px;font-size:13px;font-weight:750;color:var(--text)}
.compx-roadmap p{margin:0 0 10px;font-size:11.75px;line-height:1.55;color:var(--muted)}
.compx-roadmap .compx-model-tags{margin-top:auto}
.compx-future-panel .compx-roadmap{
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid var(--sep);
  border-bottom:1px solid var(--sep);
}
.compx-future-panel .compx-roadmap article{
  display:flex;
  flex-direction:column;
  min-height:178px;
  padding:18px 20px 17px 0;
  border-right:0;
  border-bottom:1px solid var(--sep);
}
.compx-future-panel .compx-roadmap article:nth-child(odd){
  padding-right:22px;
  border-right:1px solid var(--sep);
}
.compx-future-panel .compx-roadmap article:nth-child(even){
  padding-left:22px;
}
.compx-future-panel .compx-roadmap article:nth-last-child(-n+2){
  border-bottom:0;
}
.compx-future-panel .compx-roadmap span{
  align-self:flex-start;
  margin-bottom:9px;
  border-radius:5px;
  background:#f1f3f5;
  color:#475569;
  padding:4px 7px;
  font-size:10.5px;
  font-weight:650;
}
.compx-future-panel .compx-roadmap b{
  margin-bottom:8px;
  font-size:16px !important;
  font-weight:700;
  line-height:1.35;
}
.compx-future-panel .compx-roadmap p{
  margin-bottom:12px;
  font-size:12px;
  line-height:1.62;
}
.compx-future-panel .compx-roadmap .compx-model-tags{
  margin-top:auto;
}
.compx-moat-evidence-table{border-top:1px solid var(--sep);margin-top:12px}
.compx-moat-evidence-head,
.compx-moat-evidence-table>div:not(.compx-moat-evidence-head){display:grid;grid-template-columns:150px minmax(0,1fr) minmax(0,1fr) 88px;gap:14px;align-items:start}
.compx-moat-evidence-head{padding:8px 0;color:var(--dim);font-size:10px;font-weight:800}
.compx-moat-evidence-table>div:not(.compx-moat-evidence-head){padding:12px 0;border-bottom:1px solid var(--sep)}
.compx-moat-evidence-table strong{font-size:12.5px;font-weight:750;color:var(--text)}
.compx-moat-evidence-table p{font-size:11.5px;line-height:1.55;color:var(--muted)}
.compx-moat-evidence-table b{justify-self:start;border-radius:999px;background:#f1f3f5;color:#334155;padding:4px 8px;font-size:10.5px;font-weight:750;white-space:nowrap}
.compx-risk-heatmap{display:grid;grid-template-columns:1fr;gap:8px;border-top:1px solid var(--sep);padding-top:12px}
.compx-risk-axis-y{position:relative;display:grid;grid-template-rows:repeat(3,1fr);height:260px;padding-left:20px;color:#7b8798;font-size:10px;font-weight:700;text-align:right}
.compx-risk-axis-y b{position:absolute;left:0;top:50%;display:block;color:#334155;font-size:10px;font-weight:800;line-height:1.15;writing-mode:vertical-rl;transform:translateY(-50%) rotate(180deg)}
.compx-risk-axis-y span{align-self:center}
.compx-risk-grid{position:relative;height:300px;border:1px solid var(--sep);border-radius:8px;background:linear-gradient(90deg,rgba(22,132,81,.08),rgba(250,204,21,.12),rgba(220,38,38,.10)),linear-gradient(#fff,#fff);overflow:hidden}
.compx-risk-grid:before,.compx-risk-grid:after{content:"";position:absolute;inset:0;pointer-events:none}
.compx-risk-grid:before{background:linear-gradient(90deg,transparent 33.2%,rgba(15,23,42,.08) 33.2%,rgba(15,23,42,.08) 33.6%,transparent 33.6%,transparent 66.4%,rgba(15,23,42,.08) 66.4%,rgba(15,23,42,.08) 66.8%,transparent 66.8%)}
.compx-risk-grid:after{background:linear-gradient(0deg,transparent 33.2%,rgba(15,23,42,.08) 33.2%,rgba(15,23,42,.08) 33.6%,transparent 33.6%,transparent 66.4%,rgba(15,23,42,.08) 66.4%,rgba(15,23,42,.08) 66.8%,transparent 66.8%)}
.compx-risk-grid button{position:absolute;left:var(--x);top:var(--y);z-index:2;transform:translate(-50%,-50%);border:none;border-radius:0;background:#fff;color:#111827;padding:5px 7px;font-size:10px;font-weight:800;cursor:pointer;box-shadow:0 2px 7px rgba(15,23,42,.08);white-space:nowrap}
.compx-risk-grid button.is-active{background:#111827;color:#fff}
.compx-risk-grid-title-y{position:absolute;left:8px;top:50%;z-index:1;writing-mode:vertical-rl;transform:translateY(-50%) rotate(180deg);color:#334155;font-size:10px;font-weight:800;line-height:1}
.compx-risk-grid-title-x{position:absolute;left:50%;bottom:8px;z-index:1;transform:translateX(-50%);color:#334155;font-size:10px;font-weight:800;line-height:1}
.compx-risk-grid-y-ticks{position:absolute;left:28px;top:16px;bottom:36px;z-index:1;display:grid;grid-template-rows:repeat(3,1fr);color:#94a3b8;font-size:9px;font-weight:650;pointer-events:none}
.compx-risk-grid-y-ticks span{align-self:center}
.compx-risk-grid-x-ticks{position:absolute;left:60px;right:20px;bottom:22px;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);color:#94a3b8;font-size:9px;font-weight:650;pointer-events:none}
.compx-risk-grid-x-ticks span:nth-child(2){text-align:center}
.compx-risk-grid-x-ticks span:last-child{text-align:right}
.compx-risk-axis-y,.compx-risk-axis-x{display:none}
.compx-risk-axis-x{grid-column:2;display:none;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;row-gap:4px;color:#7b8798;font-size:10px;font-weight:700}
.compx-risk-axis-x b{grid-column:1/-1;grid-row:2;margin:0;color:#334155;font-size:10px;font-weight:800;line-height:1.15;text-align:center}
.compx-risk-axis-x span{grid-row:1}
.compx-risk-axis-x span:nth-child(2){text-align:center}
.compx-risk-axis-x span:last-child{text-align:right}
@media(max-width:980px){
  .compx-dumbbell-head{display:none}
  .compx-dumbbell-row{grid-template-columns:1fr;gap:8px}
  .compx-position-table-redesign{overflow-x:auto}
  .compx-position-table-redesign>div{min-width:820px}
  .compx-driver-table{overflow-x:auto}
  .compx-driver-table>div{min-width:820px}
  .compx-driver-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .compx-trend-cases.anx-bull-bear{grid-template-columns:1fr}
  .compx-acq-timeline{grid-template-columns:repeat(3,minmax(0,1fr))}
  .compx-leader-summary{grid-template-columns:50px minmax(0,1fr)}
  .compx-leader-brief{grid-column:1/-1}
  .compx-roadmap{grid-template-columns:repeat(2,minmax(0,1fr))}
  .compx-roadmap article:nth-child(2){border-right:0}
  .compx-roadmap article:nth-child(-n+2){border-bottom:1px solid var(--sep)}
  .compx-moat-evidence-head{display:none}
  .compx-moat-evidence-table>div:not(.compx-moat-evidence-head){grid-template-columns:1fr;gap:6px}
}
@media(max-width:560px){
  .compx-driver-cards{grid-template-columns:1fr}
  .compx-driver-card{min-height:0}
  .compx-driver-card-meta>div{grid-template-columns:64px minmax(0,1fr)}
  .compx-acq-timeline{grid-template-columns:1fr}
  .compx-acq-timeline button{border-right:0;border-bottom:1px solid var(--sep)}
  .compx-leader-brief{grid-column:1/-1}
  .compx-roadmap{grid-template-columns:1fr}
  .compx-roadmap article,.compx-roadmap article:nth-child(2){border-right:0;border-bottom:1px solid var(--sep)}
  .compx-future-panel .compx-roadmap{grid-template-columns:1fr}
  .compx-future-panel .compx-roadmap article,
  .compx-future-panel .compx-roadmap article:nth-child(odd),
  .compx-future-panel .compx-roadmap article:nth-child(even){
    padding:15px 0;
    border-right:0;
    border-bottom:1px solid var(--sep);
  }
  .compx-future-panel .compx-roadmap article:last-child{border-bottom:0}
  .compx-risk-heatmap{grid-template-columns:1fr}
  .compx-risk-axis-y{display:none}
  .compx-risk-grid{height:230px}
  .compx-risk-axis-x{grid-column:1}
}
.compx-earnings-qualitative{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--sep)}
.compx-earnings-qualitative>div{padding:14px 18px 14px 0;border-bottom:1px solid var(--sep)}
.compx-earnings-qualitative>div:nth-child(odd){border-right:1px solid var(--sep)}
.compx-earnings-qualitative>div:nth-child(even){padding-left:18px}
.compx-earnings-qualitative>div:nth-last-child(-n+2){border-bottom:0}
.compx-earnings-qualitative span{display:block;margin-bottom:5px;color:#7b8798;font-size:10px;font-weight:600}
.compx-earnings-qualitative b{display:block;margin-bottom:6px;color:var(--text);font-size:12.75px;font-weight:700}
.compx-earnings-qualitative p{font-size:11.5px;line-height:1.58;color:var(--muted)}
.compx-earnings-number{display:flex;align-items:baseline;gap:8px;margin:2px 0 8px}
.compx-earnings-number strong{color:var(--text);font-size:19px;font-weight:800;line-height:1;letter-spacing:-.025em}
.compx-earnings-number em{color:#15803d;font-size:10.5px;font-style:normal;font-weight:650;white-space:nowrap}
.compx-earnings-period{margin:-3px 0 12px;color:#64748b;font-size:10.5px;font-weight:700}
.compx-earnings-kpis{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--sep);border-bottom:1px solid var(--sep)}
.compx-earnings-kpis>div{padding:12px 14px 12px 0}
.compx-earnings-kpis>div:nth-child(odd){border-right:1px solid var(--sep)}
.compx-earnings-kpis>div:nth-child(even){padding-left:14px}
.compx-earnings-kpis>div:nth-child(-n+2){border-bottom:1px solid var(--sep)}
.compx-earnings-kpis span,.compx-earnings-kpis em{display:block;color:var(--muted);font-size:10.5px;font-style:normal}
.compx-earnings-kpis b{display:block;margin:4px 0;color:var(--text);font-size:17px;font-weight:750;letter-spacing:-.02em}
.compx-earnings-takeaways>div{padding:12px 0;border-bottom:1px solid var(--sep)}
.compx-earnings-takeaways>div:last-child{border-bottom:0}
.compx-earnings-takeaways b{display:block;margin-bottom:5px;font-size:12px;font-weight:750;color:var(--text)}
.compx-earnings-takeaways p{font-size:11.5px;line-height:1.55;color:var(--muted)}
.compx-fin-panel{margin-top:14px}
.compx-fin-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}
.compx-fin-head .compx-h{margin-bottom:0}
.compx-fin-head b{font-size:10.5px;font-weight:800;color:#050505;white-space:nowrap}
.compx-fin-chart{height:250px;position:relative;border-radius:6px;overflow:hidden;background:#fff}
.compx-fin-chart svg{display:block;width:100%;height:100%}
.compx-fin-legend{display:flex;align-items:center;justify-content:flex-end;gap:14px;margin:-2px 0 8px}
.compx-fin-legend span{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:700;color:#475569;white-space:nowrap}
.compx-fin-legend i{width:10px;height:10px;border-radius:3px;display:inline-block}
.compx-fin-legend i.revenue{background:#2563eb}
.compx-fin-legend i.profit{background:#16a34a}
.compx-fin-bar-chart{height:410px;overflow:visible}
.compx-fin-bar-chart canvas{display:block;width:100%;height:100%}
.compx-fin-tooltip{position:absolute;opacity:0;pointer-events:none;background:#fff;border:1px solid #d1d5db;border-radius:9px;padding:8px 10px;width:max-content;min-width:116px;box-shadow:0 4px 8px rgba(15,23,42,.30),0 1px 3px rgba(15,23,42,.22);transform:translate(-50%,calc(-100% - 12px));transition:opacity .08s ease;z-index:5;white-space:nowrap}
.compx-fin-tooltip::after{content:"";position:absolute;left:50%;bottom:-6px;transform:translateX(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff}
.compx-fin-tooltip-year{font-size:11px;font-weight:700;color:#64748b;margin-bottom:4px}
.compx-fin-tooltip-row{display:flex;justify-content:space-between;gap:12px;font-size:12px;font-weight:700;line-height:1.55;color:#111827}
.compx-fin-tooltip-row span{color:#64748b}
.compx-revenue-panel{margin-top:14px;border:0;border-radius:8px;background:#fafbfc;padding:16px}
.compx-revenue-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}
.compx-revenue-head p{font-size:12.5px;color:var(--muted);margin:2px 0 0}
.compx-controls{display:flex;flex-direction:column;align-items:flex-end;gap:7px;flex-shrink:0}
.compx-switch,.compx-year-switch{display:inline-flex;align-items:center;gap:4px;background:#fff;border:0;border-radius:8px;padding:3px;flex-shrink:0}
.compx-switch button,.compx-year-switch button{height:30px;border:0;background:transparent;border-radius:6px;padding:0 12px;font:inherit;font-size:12px;font-weight:700;color:var(--muted);cursor:pointer}
.compx-switch button.on,.compx-year-switch button.on{background:#fff;color:#111827;box-shadow:0 1px 4px rgba(15,23,42,.08)}
.compx-revenue-view{display:none}
.compx-revenue-view.is-on{display:block}
.compx-revenue-view+.compx-revenue-view{margin-top:20px}
.compx-subh{font-size:12px;font-weight:800;color:var(--text);margin:0 0 9px}
.compx-treemap{display:flex;gap:4px;min-height:220px;border-radius:8px;overflow:visible;background:transparent}
.compx-tree-tile{position:relative;flex:var(--share) 1 0;min-width:54px;background:linear-gradient(180deg,color-mix(in srgb,var(--c) 88%,#fff),color-mix(in srgb,var(--c) 70%,#111827));color:#fff;padding:10px;display:flex;flex-direction:column;justify-content:flex-end;gap:3px;border-radius:6px;min-height:120px}
.compx-tree-tile span{font-size:11px;font-weight:700;line-height:1.2;overflow:hidden;text-overflow:ellipsis}
.compx-tree-tile b{font-size:18px;line-height:1;font-weight:800;letter-spacing:-.03em}
.compx-tree-tile strong{font-size:11px;line-height:1.1;font-weight:700;color:rgba(255,255,255,.84)}
.compx-tree-tile.is-condensed span,.compx-tree-tile.is-condensed b,.compx-tree-tile.is-condensed strong{display:none}
.compx-tree-tile.has-tip::after{content:attr(data-tip);position:absolute;left:10px;bottom:calc(100% + 8px);width:210px;background:#111827;color:#f8fafc;padding:8px 10px;border-radius:6px;font-size:11px;line-height:1.45;font-weight:500;opacity:0;pointer-events:none;z-index:20;box-shadow:0 8px 22px rgba(15,23,42,.16)}
.compx-tree-tile.has-tip:hover::after{opacity:1}
.compx-mini-legend{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px;font-size:11.5px;color:var(--muted)}
.compx-mini-legend span{display:inline-flex;align-items:center;gap:6px}
.compx-mini-legend i{width:9px;height:9px;border-radius:50%;display:inline-block}
.compx-sankey-wrap{margin-top:18px}
.compx-sankey-wrap .compx-h{font-size:13px;margin-bottom:8px}
.compx-sankey{width:100%;overflow:visible;background:#fff;border-radius:8px;padding:10px 0}
.compx-sankey svg{display:block;width:100%;min-width:860px;height:auto}
.compx-sankey-title{fill:#164e75;font:800 38px 'Inter',sans-serif;letter-spacing:-.035em}
.compx-sankey-flow path{fill:none;stroke-linecap:butt;stroke-linejoin:round}
.compx-sankey-flow-rev path{stroke:#b8b8b8}
.compx-sankey-flow-profit path{stroke:#86d2aa}
.compx-sankey-flow-cost path{stroke:#e682a5}
.compx-sankey-other{fill:none;stroke:#86d2aa;stroke-width:4;stroke-linecap:butt}
.compx-sankey-node{rx:0;ry:0}
.compx-sankey-node.dark{fill:#6f6f6f}
.compx-sankey-node.green{fill:#08a64e}
.compx-sankey-node.red{fill:#d70046}
.compx-sankey-label{fill:#050505;font:500 15px 'Inter',sans-serif}
.compx-sankey-label.strong,.compx-sankey-note .strong{font-weight:800}
.compx-sankey-note rect{fill:rgba(255,255,255,.74)}
.compx-sankey-note text{fill:#050505;font:500 15px 'Inter',sans-serif}
.compx-visx-sankey{position:relative;width:100%;height:540px;min-width:860px}
.compx-visx-sankey svg{display:block;height:100%;overflow:visible}
.compx-visx-sankey-title{fill:#164e75;font:800 30px 'Inter',sans-serif;letter-spacing:-.03em}
.compx-visx-sankey-label{fill:#050505;font:500 11.5px 'Inter',sans-serif}
.compx-visx-sankey-strong{font-weight:800}
.compx-visx-sankey rect{cursor:help}
.compx-visx-sankey-tip{position:absolute;z-index:30;min-width:150px;max-width:190px;border-radius:8px;background:#111827;color:#f8fafc;padding:9px 10px;box-shadow:0 12px 28px rgba(15,23,42,.20);pointer-events:none}
.compx-visx-sankey-tip b{display:block;font-size:12px;line-height:1.25;margin-bottom:4px;color:#fff}
.compx-visx-sankey-tip span{display:block;font-size:16px;font-weight:800;letter-spacing:-.02em;color:#93c5fd}
.compx-visx-sankey-tip em{display:block;margin-top:3px;font-size:10px;font-style:normal;color:#cbd5e1}
.compx-sankey-loading{height:220px;display:flex;align-items:center;justify-content:center;color:var(--dim);font-size:12px}
.compx-world-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:center}
.compx-world-map{position:relative;min-height:270px;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:visible}
.compx-world-map svg{display:block;width:100%;max-width:680px;height:auto;max-height:320px}
.compx-world-map svg path[id]{transition:fill .18s,opacity .18s;cursor:default}
.compx-world-map svg [data-region-tip]{cursor:pointer}
.compx-world-map svg [data-region-tip]:hover{filter:brightness(.94)}
.compx-map-tooltip{z-index:40;max-width:320px}
.compx-map-tooltip.is-below{transform:translate(-50%,12px)}
.compx-map-tooltip.is-below::before{top:-8px;bottom:auto;border-top:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #9ca3af}
.compx-map-tooltip.is-below::after{top:-7px;bottom:auto;border-top:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #fff}
.compx-map-tooltip-metrics{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:8px 0}
.compx-map-tooltip-metrics>div{padding:8px 9px;background:#f8fafc;border-bottom:2px solid #e5e7eb}
.compx-map-tooltip-metrics span{display:block;margin-bottom:3px;color:#64748b;font-size:9px;font-weight:800;text-transform:uppercase}
.compx-map-tooltip-metrics b{display:block;color:#111827;font-size:17px;font-weight:800;line-height:1}
.compx-map-tooltip-basis{margin-bottom:7px;color:#7b8798;font-size:9.5px;font-weight:600}
.compx-map-tooltip-conclusion{margin-top:8px;padding-top:8px;border-top:1px solid #e5e7eb;color:#111827;font-size:11px;font-weight:750;line-height:1.4}
.compx-region-list{display:flex;flex-direction:column;gap:10px}

/* ==== aktieen/components/company-panels-timelines/02.css ==== */
.compx-region-list>div{position:relative;padding:10px 0 12px;border-bottom:1px solid rgba(0,0,0,.06);display:grid;grid-template-columns:1fr auto;gap:4px 10px}
.compx-region-list span{font-size:13px;font-weight:700;color:var(--text)}
.compx-region-list b{font-size:13px;color:#464646}
.compx-region-list em{grid-column:1/-1;font-style:normal;font-size:11.5px;line-height:1.45;color:var(--muted)}
.compx-region-list i{position:absolute;left:0;bottom:4px;height:3px;border-radius:99px;background:rgba(22,163,74,.68)}
.compx-revenue-actions{display:none;justify-content:flex-end;gap:8px;margin-top:14px}
.compx-revenue-actions button{height:32px;border:1px solid var(--sep);border-radius:7px;background:#fff;color:var(--muted);padding:0 11px;font:inherit;font-size:12px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:7px}
.compx-revenue-actions button:hover{border-color:rgba(22,163,74,.3);color:var(--teal)}
.compx-hero{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:18px;align-items:stretch}
.compx-eyebrow{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:6px}
.compx h2{font-size:24px;letter-spacing:-.035em;margin-bottom:9px}
.compx p{font-size:13px;line-height:1.72;color:var(--muted);margin:0}
.compx-one{border:1px solid var(--sep);border-left:4px solid var(--teal);border-radius:8px;background:rgba(22,163,74,.06);padding:16px;display:flex;flex-direction:column;justify-content:center}
.compx-one span{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--dim);margin-bottom:7px}
.compx-one b{font-size:15px;line-height:1.55;color:var(--text)}
.compx-panel{background:#fff;margin-top:14px}
.compx-h{font-size:13px;font-weight:800;margin-bottom:12px;color:var(--text)}
.compx-model-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:12px}
.compx-model-grid>div,.compx-moat-grid>div,.compx-driver-grid>div,.compx-risk-list>div,.compx-dependency-list>div{padding:11px;background:#fafbfc;min-width:0}
.compx-model-grid span,.compx-moat-grid span{display:block;font-size:11px;color:var(--dim);margin-bottom:5px}
.compx-model-grid b,.compx-moat-grid b{display:block;font-size:12.5px;line-height:1.45;color:var(--text)}
.compx-model-duo{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:12px}
.compx-model-map{background:#fafbfc;border:1px solid var(--sep);border-radius:8px;padding:14px;min-width:0}
.compx-model-mini-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid var(--sep)}
.compx-model-mini-head span{font-size:10.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--dim)}
.compx-model-mini-head b{font-size:13px;font-weight:800;color:var(--text);text-align:right}
.compx-model-steps{display:grid;gap:0}
.compx-model-steps>div{padding:10px 0;border-bottom:1px solid rgba(0,0,0,.055)}
.compx-model-steps>div:last-child{border-bottom:none;padding-bottom:0}
.compx-model-steps strong{display:block;font-size:12px;font-weight:800;color:var(--text);margin-bottom:4px}
.compx-model-steps span{display:block;font-size:11.5px;font-weight:500;line-height:1.48;color:var(--muted)}
.compx-model-meters{display:grid;gap:12px}
.compx-model-meters>div{display:grid;grid-template-columns:minmax(0,1fr) 82px;gap:10px;align-items:center}
.compx-model-meters span{grid-column:1/-1;font-size:11.5px;font-weight:800;color:var(--text);margin:0}
.compx-model-meters i{height:7px;border-radius:999px;background:linear-gradient(90deg,#111827 var(--w),#e5e7eb var(--w));display:block}
.compx-model-meters b{font-size:10.5px;font-weight:800;color:var(--muted);text-align:right;white-space:nowrap}
.compx-model-flow{display:flex;flex-direction:column;gap:7px;margin-bottom:12px}
.compx-model-flow>div{background:#fafbfc;padding:12px 13px;min-width:0}
.compx-model-flow>i{align-self:center;color:#9ca3af;font-size:12px}
.compx-model-flow span{display:block;font-size:11px;font-weight:700;color:var(--dim);margin-bottom:5px}
.compx-model-flow b{display:block;font-size:13px;line-height:1.45;color:var(--text)}
.compx-text{margin-top:10px!important;font-size:12.5px!important;line-height:1.7!important}
.compx-two{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:14px;background:#fff;overflow:hidden;align-items:stretch}
.compx-two>.compx-panel{margin:0;border:none;border-radius:0;background:#fff;padding:16px;box-shadow:none!important}
.compx-two .compx-h{margin-bottom:0;}
.compx-table{display:flex;flex-direction:column}
.compx-table>div{display:grid;grid-template-columns:1fr .55fr 1.25fr;gap:10px;padding:9px 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:12px;align-items:center}
.compx-table>div:last-child{border-bottom:none}
.compx-th{font-size:10px!important;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--dim)}
.compx-table b{font-size:12.5px;color:var(--teal)}
.compx-table em{font-style:normal;color:var(--muted)}
.compx-driver-grid{display:grid;gap:0}
.compx-driver-grid b,.compx-risk-list b,.compx-dependency-list b{display:block;font-size:12px;margin-bottom:4px;color:var(--text)}
.compx-driver-grid span,.compx-risk-list span,.compx-dependency-list span{display:block;font-size:11.5px;line-height:1.5;color:var(--muted)}
.compx-driver-grid small i,.compx-risk-list small i,.compx-dependency-list small i{color:inherit}
.compx-ownership-panel{margin-top:14px}
.compx-ownership-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);gap:20px;align-items:center}
.compx-owner-donut-wrap{display:block;margin-top:8px}
.compx-owner-donut-labeled{width:100%}
.compx-owner-donut{width:100%;max-width:600px;aspect-ratio:620/430;border-radius:0;display:block;position:relative;background:#fff}
.compx-owner-donut svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}
.compx-owner-segment{stroke:#fff;stroke-width:2.2;stroke-linejoin:round;cursor:pointer;transition:opacity .14s ease,filter .14s ease;outline:none}
.compx-owner-segment.is-muted{opacity:.24}
.compx-owner-segment.is-active{filter:drop-shadow(0 7px 10px rgba(15,23,42,.14))}
.compx-owner-connector{fill:none;stroke:rgba(22,132,81,.46);stroke-width:1.25;transition:opacity .14s ease,stroke .14s ease}
.compx-owner-label-group{cursor:pointer;transition:opacity .14s ease}
.compx-owner-label-group.is-muted,.compx-owner-connector.is-muted{opacity:.24}
.compx-owner-label-title{font-size:11.5px;font-weight:800;fill:#111827}
.compx-owner-label-value{font-size:11.5px;font-weight:600;fill:#168451}
.compx-owner-donut-row{}
.compx-owner-donut-row{display:flex;justify-content:center}
.compx-owner-canvas-wrap{position:relative;width:240px;height:240px;max-width:100%}
.compx-owner-canvas-wrap canvas{width:100%;height:100%;display:block}
.compx-owner-donut-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none;max-width:180px}
.compx-owner-donut-center span{display:block;font-size:14px;font-weight:600;color:#333;letter-spacing:0;margin-bottom:6px;line-height:1.15}
.compx-owner-donut-center b{display:block;font-size:25px;line-height:1;font-weight:800;letter-spacing:-.04em;color:#333}
.compx-owner-donut-center em{display:block;margin-top:5px;font-size:14px;line-height:1.2;font-style:normal;font-weight:800;color:#8f9aa6}
.compx-owner-donut-tooltip{--arrow-left:50%;position:absolute;opacity:0;pointer-events:none;width:max-content;background:#fff;color:#111827;border:1px solid #9ca3af;border-radius:0;padding:7px 9px;box-shadow:0 4px 8px rgba(15,23,42,.22),0 1px 3px rgba(15,23,42,.18);transform:translate(-50%,calc(-100% - 12px));transition:opacity .08s ease;z-index:20;white-space:nowrap}
.compx-owner-donut-tooltip::before{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 #9ca3af}
.compx-owner-donut-tooltip::after{content:"";position:absolute;left:var(--arrow-left);bottom:-7px;transform:translateX(-50%);border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #fff}
.compx-owner-tooltip-title{font-size:11px;font-weight:800;color:#64748b;margin-bottom:2px}
.compx-owner-tooltip-value{font-size:13px;font-weight:800;color:#111827}
.compx-owner-legend{display:grid;gap:8px;min-width:0}
.compx-owner-legend>div,.compx-holder-table>div{display:grid;grid-template-columns:14px minmax(0,1fr) auto;gap:8px;align-items:center;font-size:12px}
.compx-owner-legend>div{border-radius:7px;padding:4px 6px;transition:background .14s ease,opacity .14s ease}
.compx-owner-legend>div.is-active{background:#f5f7fa}
.compx-owner-legend>div.is-muted{opacity:.45}
.compx-owner-legend i{width:9px;height:9px;border-radius:50%;display:block}
.compx-owner-legend span,.compx-holder-table span{font-weight:700;color:var(--text);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.compx-owner-legend b,.compx-holder-table b{font-size:12px;font-weight:800;color:var(--muted)}
.compx-holder-table{margin-top:12px;padding-top:11px;border-top:1px solid rgba(0,0,0,.07);display:grid;gap:7px}
.compx-holder-table>div{grid-template-columns:minmax(0,1fr) auto}
.compx-owner-bars{display:flex;flex-direction:column;gap:9px;margin-top:8px}
.compx-owner-bars>div{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:10px;align-items:center;position:relative;padding-bottom:10px}
.compx-owner-bars span{font-size:12px;font-weight:700;color:var(--text);min-width:0}
.compx-owner-bars b{font-size:12px;font-weight:800;color:var(--text);text-align:right}
.compx-owner-bars i{grid-column:1/-1;height:5px;border-radius:999px;background:#2563eb;box-shadow:inset 0 0 0 1px rgba(255,255,255,.24)}
.compx-owner-bars>div::after{content:"";position:absolute;left:0;right:0;bottom:10px;height:5px;border-radius:999px;background:rgba(15,23,42,.07);z-index:-1}
.compx-insider-table{display:flex;flex-direction:column;margin-top:8px}
.compx-insider-table>div{display:grid;grid-template-columns:.82fr 1fr .7fr .85fr;gap:10px;padding:9px 0;border-bottom:1px solid rgba(0,0,0,.06);align-items:center;font-size:12px}
.compx-insider-table>div:last-child{border-bottom:none}
.compx-insider-head span{font-size:10px!important;font-weight:800!important;color:var(--dim)!important;text-transform:uppercase;letter-spacing:.07em}
.compx-insider-table time{font-size:11.5px;font-weight:700;color:var(--muted)}
.compx-insider-table span{font-weight:700;color:var(--text)}
.compx-insider-table b{font-size:12px;color:var(--negative)}
.compx-insider-table em{font-style:normal;color:var(--muted)}
.compx-owner-wide-table{display:flex;flex-direction:column;border-top:1px solid rgba(0,0,0,.08);margin-top:8px}
.compx-owner-wide-table>div{display:grid;grid-template-columns:1.25fr .48fr .65fr .78fr 1.5fr;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:12px}
.compx-owner-wide-table-clean{width:100%}
.compx-owner-wide-table-clean>div{grid-template-columns:minmax(0,1.4fr) .5fr .72fr}
.compx-owner-wide-table .compx-owner-wide-head span{font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--dim)}
.compx-owner-wide-table strong{font-size:12.5px;color:var(--text)}
.compx-owner-wide-table .compx-owner-holder{display:inline-flex;align-items:center;gap:8px;min-width:0;color:var(--text)}
.compx-owner-wide-table .compx-owner-holder img{width:24px;height:24px;border-radius:50%;object-fit:contain;flex:0 0 24px;background:#fff;border:1px solid rgba(15,23,42,.10);padding:3px}
.compx-owner-wide-table .compx-owner-holder strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.compx-owner-wide-table .is-category{background:#fafbfc;border-radius:8px;padding:11px 10px;margin-top:4px}
.compx-owner-wide-table .is-category strong{font-size:13px}
.compx-owner-wide-table .is-sub strong{padding-left:14px;color:#334155}
.compx-owner-wide-table .is-sub strong::before{content:"";display:inline-block;width:6px;height:1px;background:#94a3b8;margin:0 8px 3px 0}
.compx-owner-wide-table b{font-size:12px;color:var(--text)}
.compx-owner-wide-table em{font-style:normal;color:var(--muted);white-space:nowrap}
.compx-owner-wide-table span{font-size:11.5px;line-height:1.45;color:var(--muted)}
.compx-insider-subh{margin-top:18px}
.compx-insider-detail-table{min-width:920px}
.compx-insider-detail-table>div{grid-template-columns:.78fr 1fr .72fr .62fr .62fr .75fr 1.45fr}
.compx-insider-detail-table.compx-insider-table-clean{min-width:0!important;width:100%!important;overflow:visible}
.compx-insider-detail-table.compx-insider-table-clean>div{grid-template-columns:86px minmax(118px,1.15fr) 92px 82px 82px 100px!important;gap:8px!important;padding:8px 0!important;white-space:nowrap;font-size:11px}
.compx-insider-detail-table.compx-insider-table-clean .compx-insider-head span{font-size:9.5px!important}
.compx-insider-detail-table.compx-insider-table-clean b{font-size:11px}
.compx-insider-detail-table.compx-insider-table-clean em{font-size:11px}
.compx-insider-table-clean time,.compx-insider-table-clean span,.compx-insider-table-clean b,.compx-insider-table-clean em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.compx-insider-detail-table small{font-size:11.3px;line-height:1.4;color:var(--muted)}
.compx-insider-detail-table [data-insider-page]{min-height:42px}
.compx-insider-pager{display:flex;align-items:center;gap:7px;margin-top:10px;font-size:12px;color:var(--muted)}
.compx-insider-pager button{width:30px;height:30px;border:1px solid var(--sep);border-radius:7px;background:#fff;color:var(--muted);font-weight:800;cursor:pointer}
.compx-insider-pager button.on{background:var(--text);border-color:var(--text);color:#fff}
.compx-insider-pager span{margin-left:6px}
.compx-insider-real-table{width:100%;table-layout:fixed;border-collapse:collapse;margin-top:8px}
.compx-insider-real-table th,.compx-insider-real-table td{border-bottom:1px solid rgba(0,0,0,.06);padding:8px 6px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11.5px;line-height:1.25}
.compx-insider-real-table th{font-size:9.5px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--dim)}
.compx-insider-real-table td{color:var(--muted)}
.compx-insider-real-table td:nth-child(2){color:var(--text)}
.compx-insider-real-table td:nth-child(3){color:var(--negative)}
.compx-insider-real-table th:nth-child(1),.compx-insider-real-table td:nth-child(1){width:13%}
.compx-insider-real-table th:nth-child(2),.compx-insider-real-table td:nth-child(2){width:22%}
.compx-insider-real-table th:nth-child(3),.compx-insider-real-table td:nth-child(3){width:17%}
.compx-insider-real-table th:nth-child(4),.compx-insider-real-table td:nth-child(4){width:14%;text-align:right}
.compx-insider-real-table th:nth-child(5),.compx-insider-real-table td:nth-child(5){width:14%;text-align:right}
.compx-insider-real-table th:nth-child(6),.compx-insider-real-table td:nth-child(6){width:20%;text-align:right}
.compx-moat-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
.compx-moat-grid b{color:#515151}
.compx-moat-core{display:grid;grid-template-columns:minmax(0,1fr) 62px;gap:16px;align-items:center;margin-bottom:12px;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.07)}
.compx-moat-core span:first-child{display:block;margin-bottom:4px;font-size:11px;font-weight:700;color:var(--dim);text-transform:uppercase;letter-spacing:.05em}
.compx-moat-core b{display:block;font-size:12.5px;line-height:1.5;color:var(--text)}
.compx-moat-core .compx-moat-core-donut{justify-self:end;width:54px;height:30px}
.compx-moat-core .compx-moat-core-donut svg{width:100%;height:100%}
.compx-customer-panel{margin-top:14px}
.compx-customer-chart{height:210px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;align-items:end;position:relative;padding:28px 4px 34px;margin-top:4px}
.compx-customer-chart::after{content:"";position:absolute;left:0;right:0;bottom:34px;height:1px;background:var(--sep)}
.compx-customer-chart>div{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:7px;min-width:0;position:relative}
.compx-customer-chart b{font-size:11px;font-weight:800;color:var(--text);line-height:1}
.compx-customer-chart i{width:min(34px,70%);height:var(--h);min-height:8px;border-radius:7px 7px 2px 2px;background:linear-gradient(180deg,#111827 0%,#64748b 100%);display:block}
.compx-customer-chart span{position:absolute;top:calc(100% - 24px);left:50%;transform:translateX(-50%);font-size:10.5px;font-weight:800;line-height:1.15;color:var(--muted);text-align:center;white-space:normal}
.compx-customer-caption{border-top:1px solid var(--sep);padding-top:9px;margin-top:6px;font-size:11px;font-weight:800;color:var(--dim);text-align:center}
.compx-customer-stack-chart{display:grid;grid-template-columns:150px minmax(0,1fr);gap:24px;align-items:center;margin-top:6px}
.compx-customer-stack{height:260px;width:92px;justify-self:center;display:flex;flex-direction:column-reverse;border-left:1px solid var(--sep);border-bottom:1px solid var(--sep);padding-left:14px;position:relative}
.compx-customer-stack::after{content:"";position:absolute;left:-1px;right:-18px;bottom:-1px;height:1px;background:var(--sep)}
.compx-customer-stack i{display:flex;align-items:center;justify-content:center;width:56px;min-height:16px;flex:0 0 auto;font-style:normal;color:#fff;font-size:10px;font-weight:800;line-height:1}
.compx-customer-stack i:first-child{border-radius:0 0 6px 6px}
.compx-customer-stack i:last-child{border-radius:6px 6px 0 0}
.compx-customer-stack .cloud,.compx-customer-stack-legend .cloud{background:#111827}
.compx-customer-stack .data,.compx-customer-stack-legend .data{background:#334155}
.compx-customer-stack .ai,.compx-customer-stack-legend .ai{background:#64748b}
.compx-customer-stack .gaming,.compx-customer-stack-legend .gaming{background:#0f766e}
.compx-customer-stack .auto,.compx-customer-stack-legend .auto{background:#94a3b8}
.compx-customer-stack .industry,.compx-customer-stack-legend .industry{background:#cbd5e1;color:#111827}
.compx-customer-stack-legend{display:grid;gap:0;align-self:stretch}
.compx-customer-stack-legend>div{display:grid;grid-template-columns:12px minmax(0,1fr) 42px;gap:9px;align-items:center;padding:9px 0;border-bottom:1px solid rgba(0,0,0,.06)}
.compx-customer-stack-legend>div:last-child{border-bottom:none}
.compx-customer-stack-legend span{width:10px;height:10px;border-radius:3px;display:block}
.compx-customer-stack-legend b{font-size:12px;font-weight:800;color:var(--text);min-width:0}
.compx-customer-stack-legend em{font-style:normal;font-size:11px;font-weight:800;color:var(--muted);text-align:right}
.compx-customer-bars,.compx-moat-indicators{display:grid;gap:9px}
.compx-customer-bars>div,.compx-moat-indicators>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;position:relative;padding:8px 0 13px;border-bottom:1px solid rgba(0,0,0,.055)}
.compx-customer-bars>div:last-child,.compx-moat-indicators>div:last-child{border-bottom:none}
.compx-customer-bars span,.compx-moat-indicators span{font-size:12px;font-weight:700;color:var(--text);min-width:0}
.compx-customer-bars b,.compx-moat-indicators b{font-size:11.5px;font-weight:800;color:var(--muted);white-space:nowrap}
.compx-customer-bars i,.compx-moat-indicators i{position:absolute;left:0;right:auto;bottom:5px;height:4px;border-radius:99px;background:var(--teal);opacity:.72}
.compx-moat-indicators{grid-template-columns:repeat(3,minmax(0,1fr));margin:0 0 12px;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.07)}
.compx-moat-indicators>div{border-bottom:none;background:#fafbfc;border-radius:8px;padding:10px 10px 16px}
.compx-moat-table{display:flex;flex-direction:column}
.compx-moat-table>div{display:grid;grid-template-columns:minmax(0,1fr) 54px;gap:16px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.06)}
.compx-moat-table>div:last-child{border-bottom:none}
.compx-moat-table span{font-size:12.5px;font-weight:800;color:var(--text)}
.compx-moat-table em{display:block;margin-top:3px;font-style:normal;font-size:10.8px;font-weight:500;line-height:1.35;color:var(--muted)}
.compx-moat-table .compx-moat-donut{justify-self:end;width:54px;height:30px;margin:0}
.compx-moat-table .compx-moat-donut svg{width:100%;height:100%}
.compx-moat-head span{font-size:12px!important;font-weight: 600;color:var(--dim)!important}
.compx-moat-analysis{padding:16px;background:#fff}
.compx-moat-analysis-head{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:18px;align-items:start;}
.compx-moat-analysis-head p{font-size:13px;line-height:1.68;color:var(--muted);margin:0;max-width:780px}
.compx-moat-verdict{justify-self:end;border:1px solid rgba(0,0,0,.08);border-radius:8px;background:#fafbfc;padding:10px 12px;min-width:140px;text-align:right}
.compx-moat-verdict span{display:block;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--dim);margin-bottom:4px}
.compx-moat-verdict b{display:block;font-size:14px;font-weight:800;color:#111827;letter-spacing:-.01em}
.compx-moat-verdict .compx-source-label{justify-content:flex-end;margin-top:8px}
.compx-moat-radar-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(240px,.75fr);gap:24px;align-items:center;margin:0 0 16px;padding-top:14px;border-top:1px solid var(--sep);overflow:visible}
.compx-moat-radar-card{position:relative;width:min(520px,100%);border-radius:8px;padding:18px;min-width:0;overflow:visible}
.compx-moat-radar-card canvas{display:block;width:100%;height:360px}
.compx-moat-radar-tooltip{--arrow-left:50%;position:absolute;z-index:20;width:max-content;max-width:280px;padding:9px 11px;border:1px solid #9ca3af;border-radius:0;background:#fff;color:#111827;box-shadow:0 4px 8px rgba(15,23,42,.18),0 1px 3px rgba(15,23,42,.16);opacity:0;pointer-events:none;transform:translate(-50%,calc(-100% - 12px));transition:opacity .08s ease}
.compx-moat-radar-tooltip:before{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 #9ca3af}
.compx-moat-radar-tooltip:after{content:"";position:absolute;left:var(--arrow-left);bottom:-7px;transform:translateX(-50%);border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #fff}
.compx-moat-radar-tooltip .tooltip-type{font-size:10px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}
.compx-moat-radar-tooltip .tooltip-title{font-size:13px;line-height:1.15;font-weight:800;color:#111827;margin-bottom:5px}
.compx-moat-radar-tooltip .tooltip-speech{position:relative;margin-top:8px;padding:9px 10px;border-radius:8px;background:#f8fafc;color:#334155;font-size:12px;line-height:1.45;font-weight:600;white-space:normal}
.compx-moat-radar-tooltip .tooltip-speech:before{content:"";position:absolute;left:14px;top:-6px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #f8fafc}
.compx-moat-radar-tooltip .src-label{margin-top:8px;padding:4px 8px;min-height:26px}
.compx-moat-score-card{width:100%;padding:16px!important;border-left:1px solid var(--sep)}
.compx-moat-score-card .ovx-overall-grade,
.ovx-score-card[data-total-grade^="A"] .ovx-overall-grade{
  background:linear-gradient(180deg,#126b3f 0%,#3b9d70 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
.ovx-score-card[data-total-grade^="B"] .ovx-overall-grade{
  background:linear-gradient(180deg,#4f7f29 0%,#7fac50 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
.ovx-score-card[data-total-grade^="C"] .ovx-overall-grade{
  background:linear-gradient(180deg,#ad7515 0%,#d9a53d 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
.ovx-score-card[data-total-grade^="D"] .ovx-overall-grade,
.ovx-score-card[data-total-grade^="F"] .ovx-overall-grade{
  background:linear-gradient(180deg,#a83232 0%,#ce6060 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}
.compx-moat-score-current{margin:7px 0 3px;color:var(--dim);font-size:9px;font-weight:700;text-align:right;text-transform:uppercase}
.compx-moat-score-grid{display:grid}
.compx-moat-score-grid .ovx-score-row{margin:0}
.compx-moat-score-grid .ovx-score-row summary{grid-template-columns:minmax(0,1fr) 58px 18px;padding:11px 0}
.compx-moat-score-grid .ovx-score-row-title{font-size:13px;font-weight:700}
.compx-moat-score-grid .ovx-score-row summary b{display:inline-flex;align-items:center;justify-content:center;min-width:46px;height:30px;padding:0 8px;background:linear-gradient(180deg,#168451 0%,#45a77b 100%);color:#fff;font-size:12px;font-weight:700}
.compx-moat-score-grid .ovx-score-detail{padding:0 0 14px}
.compx-moat-score-grid .ovx-score-detail-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;font-size:11px;font-weight:700;color:var(--dim)}
.compx-moat-score-grid .ovx-score-detail-title span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:24px;padding:0 8px;border-radius:999px;background:rgba(22,163,74,.10);color:#126c38;font-size:11px;font-weight:800}
.stock-research-page .compx-moat-score-grid .ovx-score-detail-title{
  font-size:12px!important;
  font-weight:700!important;
  color:#111827!important;
}
.stock-research-page .compx-moat-score-grid .ovx-score-detail p+.ovx-score-detail-title{margin-top:12px}
.compx-moat-score-grid .ovx-score-detail p{margin:0 0 9px;font-size:12.5px;line-height:1.6;color:var(--muted)}
.compx-moat-score-grid .ovx-score-detail p:last-child{margin-bottom:0}
.compx-moat-score-grid .ovx-score-detail strong{color:var(--text)}
.compx-moat-pill-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.compx-moat-pill-grid>div{background:#fafbfc;border-radius:8px;padding:11px 12px;min-width:0}
.compx-moat-pill-grid span{display:block;font-size:11px;font-weight:700;color:var(--dim);margin-bottom:4px}
.compx-moat-pill-grid b,.compx-moat-rating{display:inline-flex;align-items:center;justify-content:center;width:max-content;border-radius:999px;background:rgba(22,163,74,.10);color:#126c38;padding:4px 9px;font-size:11px;font-weight:800;line-height:1;white-space:nowrap}
.compx-moat-note{margin:0 0 14px!important;padding:10px 12px;border-left:3px solid #facc15;background:rgba(250,204,21,.12);border-radius:0 7px 7px 0;font-size:12.25px!important;line-height:1.58!important;color:#475569!important}
.compx-moat-note strong{color:#111827}
.compx-moat-highlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}
.compx-moat-highlight-grid>div{background:#fafbfc;border-radius:8px;padding:12px;min-width:0}
.compx-moat-highlight-grid b{display:block;font-size:13px;font-weight:800;color:var(--text);margin-bottom:6px}
.compx-moat-highlight-grid strong{display:inline-flex;width:max-content;border-radius:999px;background:rgba(22,163,74,.10);color:#126c38;padding:4px 9px;font-size:11px;line-height:1;margin-bottom:8px}
.compx-moat-highlight-grid span{display:block;font-size:12px;line-height:1.55;color:var(--muted)}
.compx-moat-pill-grid .compx-source-label,.compx-moat-highlight-grid .compx-source-label{margin-top:8px}
/* Nutzer-Wunsch 03.09.2026: sichtbar machen, welche Logik (A-H) die KI fuer
   die aktive operative Kennzahl gewaehlt hat -- Transparenz-Hinweis unter
   dem Intro-Text, leer/unsichtbar wenn (noch) keine Logik bekannt ist. */
.compx-operational-logik{display:inline-block;margin-top:6px;padding:2px 8px;border-radius:999px;background:#eef2f6;color:#475569;font-size:10px;font-weight:700}
.compx-operational-logik:empty{display:none}

/* CapEx-Sektion (Nutzer-Wunsch 03.09.2026): links Saeulendiagramm, rechts
   erklaerende Karten, je 50% Breite. Keine grosse umrandende Karte mehr
   (siehe tab-unternehmen.php, .compx-panel statt .finx-analysis-chart-card);
   das Diagramm selbst nutzt bewusst dieselben .compx-operational-panel-
   Regeln oben (via zusaetzlicher Klasse auf dem Wrapper), damit die Saeulen
   wirklich massstabsgetreu skaliert werden statt ungestylt zusammenzufallen
   (das war vorher der Fall: .finx-combo-* ist NUR unter .compx-operational-
   panel definiert, das CapEx-Diagramm hatte diese Klasse noch nicht). */
.compx-capex-shell{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start;margin-top:14px}
.compx-capex-cards{display:grid;grid-template-columns:1fr;gap:10px}
.compx-capex-cards article{
  min-width:0;
  padding:16px!important;
  border:1px solid var(--ui-card-border)!important;
  border-radius:var(--ui-card-radius)!important;
  background:#fff;
  box-shadow:var(--ui-card-shadow)!important;
}
.compx-capex-cards:not(.is-open) article.compx-capex-extra{display:none}
.compx-capex-cards small{color:var(--dim);font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.compx-capex-cards h3{margin:5px 0 6px;font-size:13.5px;font-weight:800;color:var(--text)}
.compx-capex-cards p{margin:0;font-size:12.5px;line-height:1.6;color:var(--muted)}
.compx-capex-cards .compx-model-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:9px}
/* .compx-capex-shell ist ein 2-Spalten-Grid (Chart | Karten). Der Button wird
   per insertAdjacentElement('afterend', ...) DIREKT hinter #compxCapexCards
   eingefuegt und landet als 3. Grid-Item deshalb automatisch in Spalte 1
   (unter dem Chart), nicht unter den Karten -- explizit in Spalte 2 (die
   Karten-Spalte) setzen, erst dann zentriert margin:auto darin wirklich
   unter #compxCapexCards statt unter dem Chart. */
.compx-capex-more{display:flex;grid-column:2;width:max-content;margin:12px auto 0}
@media(max-width:760px){
  .compx-capex-more{grid-column:1}
}
@media(max-width:760px){
  .compx-capex-shell{grid-template-columns:1fr}
}
/* Nutzer-Wunsch 04.09.2026: bei Zukunftsplaenen Status-Ampel (Angekuendigt..
   Etabliert/Gestoppt), Bisheriger Beweis und Naechster Meilenstein sichtbar
   machen; bei aktuellen Treibern optionaler Zahlenbeleg. Gleiche 3-Ton-Palette
   wie an anderer Stelle der Seite (is-positive/-neutral/-negative). */
/* Nutzer-Wunsch 04.09.2026: "compx-future-status soll in der Reihe von
   compx-model-tags und auch das gleiche Design, nur Farbe soll zur Ampel
   passen" -- steht jetzt als <span> MIT in .compx-model-tags (siehe
   stock-dynamic.js), erbt also Form/Groesse von .compx-model-tags span
   (research-extended/00.css); hier nur noch die Ampel-Farben je Tonalitaet,
   mit genug Spezifitaet um die neutrale Grau-Farbe dort zu schlagen. */
.stock-research-page .compx-model-tags .compx-future-status[data-tone="positive"]{background:rgba(22,132,81,.12)!important;color:#126c38!important}
.stock-research-page .compx-model-tags .compx-future-status[data-tone="neutral"]{background:rgba(212,166,47,.16)!important;color:#8a6d1c!important}
.stock-research-page .compx-model-tags .compx-future-status[data-tone="negative"]{background:rgba(180,58,58,.12)!important;color:#8f2f2f!important}
.compx-future-evidence,.compx-future-milestone,.compx-driver-evidence{margin:7px 0 0;font-size:11.5px;line-height:1.55;color:var(--muted)}
.compx-future-evidence strong,.compx-future-milestone strong,.compx-driver-evidence strong{color:#111827;font-weight:760}
/* Nutzer-Wunsch 04.09.2026: "Zahlenbeleg soll mit kleinem Saeulendiagramm
   gezeigt werden, auch History nicht nur eine Kennzahl" -- kompakte reine
   CSS-Balken (keine Canvas-Zeichnung noetig fuer 3-6 Punkte), Hoehe je Balken
   relativ zum Min/Max der recherchierten Werte. */
/* Nutzer-Korrektur 06.09.2026: "Balken Beschriftung also Datum ist
   abgeschnitten" -- bei 5-6 gleich breiten Balken (flex:1 1 0) blieb pro
   Label oft weniger als 30px, das Datum wurde per text-overflow:ellipsis
   abgeschnitten. Jetzt eine Mindestbreite pro Balken + horizontales Scrollen
   als Sicherheitsnetz, statt das Label unlesbar zu quetschen. */
/* Nutzer-Fund 06.09.2026: "die Balken werden nicht nach oben hin groesser
   sondern nach unten hin" -- <i> (der Balken) und <small> (das Label) teilten
   sich denselben festen 44px-Container ohne fuer das Label reservierten
   Platz; bei einem hohen Balken (nahe 100%) blieb dadurch kein Platz mehr
   fuer das Label, das dann aus der Box heraus nach unten gedrueckt/
   abgeschnitten wurde. max-height auf <i> reserviert dem Label jetzt
   IMMER mindestens 15px, unabhaengig vom inline gesetzten height:X%; die
   Container-Hoehe wurde entsprechend erhoeht, damit hohe Balken dabei nicht
   kleiner wirken als vorher. flex-shrink:0 auf beiden verhindert zusaetzlich,
   dass der Flexbox-Algorithmus bei zu wenig Platz eines von beiden staucht.
*/
/* Nutzer-Fund 06.09.2026 (2): ".compx-driver-evidence-bar i sind immer noch
   abgeschnitten" trotz obigem Fix -- Ursache war eine CSS-Spezifikations-
   Falle: sobald overflow-x auf "auto" steht und overflow-y nicht explizit
   gesetzt ist, berechnet JEDER Browser overflow-y ebenfalls zwingend als
   "auto" (nicht "visible") -- das machte die Karte an der Oberkante
   unsichtbar abschneidend scrollbar, sobald der Balken auch nur eine
   Nachkommastelle ueber die berechnete max-height hinausragte. Ein
   explizites overflow-y:visible aendert daran nichts (die Spec-Regel
   greift unabhaengig davon, ob "visible" Default oder gesetzt ist).
   overflow-x:auto war hier ohnehin nie noetig: 5 Balken a mind. 50px + 4
   Abstaende passen (270px) locker in jede realistische Kartenbreite, auch
   einspaltig auf dem Handy -- komplett entfernt statt gegen die Spec
   anzukaempfen, dann bleiben beide Achsen "visible", nichts wird je
   abgeschnitten. */
.compx-driver-evidence-chart{display:flex;align-items:flex-end;gap:5px;height:58px;margin:8px 0 0;padding:0 0 2px}
.compx-driver-evidence-bar{flex:1 1 0;min-width:50px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%}
.compx-driver-evidence-bar i{display:block;width:100%;max-width:18px;max-height:calc(100% - 15px);border-radius:3px 3px 0 0;background:linear-gradient(180deg,#168451,#45a77b);min-height:3px;flex-shrink:0}
.compx-driver-evidence-bar small{margin-top:3px;font-size:8.5px;color:var(--dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;flex-shrink:0}

/* Branchenprobleme & Loesungen (Nutzer-Wunsch 04.09.2026): bewusst exakt
   dieselbe Panel-/Grid-/Mehr-anzeigen-Mechanik wie Zukunftspläne. */
.compx-industry-challenge-grid:not(.is-open) .compx-industry-extra,
.compx-industry-panel:not(.is-open) .compx-industry-extra{display:none}
.compx-industry-more.compx-more{display:flex;width:max-content;margin:14px auto 4px}

.compx-moat-sustainability{margin-top:14px;padding:12px;background:#fafbfc;border-radius:8px}
.compx-moat-sustainability span{display:block;font-size:10.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--dim);margin-bottom:4px}
.compx-moat-sustainability b{display:block;font-size:13px;font-weight:800;color:var(--text);margin-bottom:6px}
.compx-moat-sustainability p{font-size:12px;line-height:1.55;color:var(--muted);margin:0}
.compx-moat-sustainability .compx-source-label{margin-top:9px}
.compx-risk-list,.compx-dependency-list{display:grid;gap:0}
.compx-two .compx-driver-grid>div,.compx-two .compx-risk-list>div,.compx-two .compx-dependency-list>div{background:#fff;border-radius:0;padding:11px 0;border-bottom:1px solid rgba(0,0,0,.06)}
.compx-two .compx-driver-grid>div:last-child,.compx-two .compx-risk-list>div:last-child,.compx-two .compx-dependency-list>div:last-child{border-bottom:none}
.compx-driver-grid>div:not(:last-child),.compx-risk-list>div:not(:last-child),.compx-dependency-list>div:not(:last-child){border-bottom:1px solid rgba(0,0,0,.08)}
.compx-position-table>div{grid-template-columns:1fr .62fr 1.55fr}
.compx-position-table.compx-position-table-redesign>div{grid-template-columns:1fr 1.08fr .9fr 1.38fr .86fr}
@media(max-width:980px){
  .compx-model-head{grid-template-columns:1fr}
  .compx-model-head>span{justify-self:start}
  .compx-model-duo{grid-template-columns:1fr}
  .compx-competition-table>div{grid-template-columns:.8fr .7fr 1fr 1.2fr;gap:10px}
  .compx-market-list>div{grid-template-columns:105px 76px minmax(0,1fr);gap:9px}
  .compx-market-competition-head,
  .compx-market-competition-table>div{grid-template-columns:114px 84px minmax(150px,.9fr) minmax(0,1.1fr);gap:10px}
  .compx-geo-layout,.compx-competitor-layout{grid-template-columns:1fr}
  .compx-model-grid,.compx-moat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .compx-owner-wide-table,.compx-insider-detail-table{overflow-x:auto}
  .compx-insider-detail-table.compx-insider-table-clean{overflow:visible}
  .compx-owner-wide-table>div{min-width:820px}
  .compx-owner-wide-table-clean>div{min-width:520px}
  .compx-moat-indicators{grid-template-columns:1fr}
  .compx-moat-radar-layout{grid-template-columns:1fr}
  .compx-moat-score-card{max-width:520px;border-left:0;border-top:1px solid var(--sep)}
  .compx-moat-highlight-grid{grid-template-columns:1fr}
}
@media(max-width:860px){
  .compx-hero,.compx-two,.compx-ownership-grid{grid-template-columns:1fr}
  .compx-customer-stack-chart{grid-template-columns:128px minmax(0,1fr);gap:18px}
  .compx-customer-stack{height:230px}
  .compx-customer-chart{gap:10px}
  .compx-customer-chart i{width:min(28px,72%)}
  .compx-owner-donut{max-width:100%;min-width:520px}
  .compx-owner-donut-row{overflow-x:auto;justify-content:flex-start}
  .compx-owner-canvas-wrap{width:min(240px,82vw);height:min(240px,82vw)}
  .compx-insider-table>div{grid-template-columns:1fr 1fr}
  .compx-moat-table>div{grid-template-columns:1fr}
  .compx-moat-table .compx-moat-donut{justify-self:start}
  .compx-moat-analysis-head{grid-template-columns:1fr}
  .compx-moat-verdict{justify-self:start;text-align:left}
  .compx-two>.compx-panel+ .compx-panel{border-left:none;border-top:1px solid var(--sep)}
  .compx-competition-table{overflow-x:auto}
  .compx-competition-table>div{min-width:760px}
}
@media(max-width:560px){
  .compx-model-detail-grid{grid-template-columns:1fr}
  .compx-model-detail-grid article,.compx-model-detail-grid article:nth-child(odd),.compx-model-detail-grid article:nth-child(even){padding:15px 0;border-right:0;border-bottom:1px solid var(--sep)}
  .compx-model-detail-grid article:last-child{border-bottom:0}
  .compx-model-summary{grid-template-columns:1fr;gap:6px}
  .compx-segment-head{align-items:flex-start;flex-direction:column;gap:4px}
  .compx-segment-treemap{height:210px;overflow-x:auto;overflow-y:visible;padding-bottom:8px}
  .compx-segment-treemap>article{min-width:92px}
  .compx-segment-tile-copy{padding:13px}
  .compx-segment-tile-copy>b{font-size:19px}
  .compx-segment-tile-copy>p,.compx-segment-tile-copy>m{display:none}
  .compx-segment-tooltip{width:min(270px,calc(100vw - 44px))}
  .compx-analysis-note{grid-template-columns:1fr;gap:5px}
  .compx-market-list>div{grid-template-columns:1fr 1fr}
  .compx-market-list span{grid-column:1/-1}
  .compx-market-competition-head{display:none}
  .compx-market-competition-table>div{grid-template-columns:1fr;gap:6px;padding:12px 0}
  .compx-market-competition-table b{justify-self:start}
  .compx-geo-regions{grid-template-columns:1fr;min-width:0}
  .compx-competitor-chart>div:not(.compx-competitor-chart-head){grid-template-columns:92px minmax(0,1fr) 48px}
  .compx-competitor-list span{display:block;margin:2px 0 0}
  .compx-management-table{min-width:620px}
  .compx-key-risk-list{grid-template-columns:1fr}
  .compx-key-risk-list>div,.compx-key-risk-list>div:nth-child(odd),.compx-key-risk-list>div:nth-child(even){padding:13px 0;border-right:0;border-bottom:1px solid var(--sep)}
  .compx-key-risk-list>div:last-child{border-bottom:0}
  .compx-management-title{display:block}
  .compx-management-title span{display:block;margin-top:3px;text-align:left}
  .compx-management-detail-list dl{grid-template-columns:1fr}
  .compx-management-list>div{grid-template-columns:1fr}
  .compx-management-list strong,.compx-management-list span,.compx-management-list p{grid-column:1;grid-row:auto}
  .compx-future-grid{grid-template-columns:1fr}
  .compx-future-grid article,.compx-future-grid article:nth-child(odd),.compx-future-grid article:nth-child(even){padding:14px 0;border-right:0;border-bottom:1px solid var(--sep)}
  .compx-future-grid article:last-child{border-bottom:0}
  .compx-earnings-kpis{grid-template-columns:1fr}
  .compx-earnings-kpis>div,.compx-earnings-kpis>div:nth-child(even),.compx-earnings-kpis>div:nth-child(odd){padding:11px 0;border-right:0;border-bottom:1px solid var(--sep)}
  .compx-earnings-kpis>div:last-child{border-bottom:0}
  .compx-earnings-qualitative{grid-template-columns:1fr}
  .compx-earnings-qualitative>div,.compx-earnings-qualitative>div:nth-child(odd),.compx-earnings-qualitative>div:nth-child(even){padding:13px 0;border-right:0;border-bottom:1px solid var(--sep)}
  .compx-earnings-qualitative>div:last-child{border-bottom:0}
  .compx-model-grid,.compx-moat-grid,.compx-driver-grid,.compx-risk-list,.compx-dependency-list{grid-template-columns:1fr}
  .compx-customer-stack-chart{grid-template-columns:1fr;gap:14px}
  .compx-customer-stack{height:220px;justify-self:start;margin-left:12px}
  .compx-customer-chart{height:190px;grid-template-columns:repeat(6,56px);justify-content:start;overflow-x:auto;padding-bottom:36px}
  .compx-table>div{grid-template-columns:1fr 1fr}
  .compx-th{display:none!important}
  .compx-moat-pill-grid{grid-template-columns:1fr}
  .compx-moat-radar-card{padding:14px}
  .compx-moat-radar-card canvas{height:300px}
}

/* Einheitlicher Tooltip-Standard fuer den Unternehmen-Tab. */
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-peer-logo-tooltip strong,
body.stock-research-page .compx-segment-tooltip strong,
body.stock-research-page .compx-owner-donut-tooltip strong,
body.stock-research-page .compx-moat-radar-tooltip strong,
body.stock-research-page .compx-map-tooltip strong,
body.stock-research-page .company-milestone-tooltip strong,
body.stock-research-page .compx-fin-tooltip strong{
  color:#111827!important;
  font-weight:750!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;
}
body.stock-research-page .compx-peer-logo-tooltip .tooltip-type,
body.stock-research-page .compx-moat-radar-tooltip .tooltip-type,
body.stock-research-page .compx-map-tooltip .tooltip-type,
body.stock-research-page .company-milestone-tooltip .tooltip-type{
  color:#64748b!important;
  font-size:10px!important;
  font-weight:700!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
body.stock-research-page .compx-peer-logo-tooltip .tooltip-title,
body.stock-research-page .compx-moat-radar-tooltip .tooltip-title,
body.stock-research-page .compx-map-tooltip .tooltip-title,
body.stock-research-page .company-milestone-tooltip .tooltip-title{
  color:#111827!important;
  font-size:13px!important;
  font-weight:750!important;
  line-height:1.25!important;
}
body.stock-research-page .compx-owner-tooltip-title,
body.stock-research-page .compx-fin-tooltip-year{
  color:#64748b!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1.25!important;
}
body.stock-research-page .compx-owner-tooltip-value,
body.stock-research-page .compx-fin-tooltip-row{
  color:#111827!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1.45!important;
}
body.stock-research-page .compx-peer-logo-tooltip .tooltip-speech,
body.stock-research-page .compx-moat-radar-tooltip .tooltip-speech,
body.stock-research-page .compx-map-tooltip .tooltip-speech,
body.stock-research-page .company-milestone-tooltip .tooltip-description,
body.stock-research-page .company-milestone-tooltip .tooltip-speech{
  margin-top:7px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#475569!important;
  font-size:12px!important;
  font-weight:500!important;
  line-height:1.45!important;
  white-space:normal!important;
}

/* VALUATION TAB */
.valx{border-top:none;margin-top:18px;padding-top:0}
.valx-hero{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:18px;align-items:stretch}
.valx-eyebrow{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:6px}
.valx h2{font-size:24px;letter-spacing:-.035em;margin-bottom:9px}
.valx p{font-size:13px;line-height:1.72;color:var(--muted);margin:0}
.valx-score{border:1px solid var(--sep);border-radius:8px;background:#fff;padding:16px;display:flex;flex-direction:column;justify-content:center}
.valx-score span{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--dim)}
.valx-score b{font-size:34px;letter-spacing:-.04em;color:var(--teal);margin:4px 0}
.valx-score em{font-style:normal;font-size:12px;color:var(--muted)}
.valx-panel{border:1px solid var(--sep);border-radius:8px;background:#fff;padding:16px;margin-top:14px}
.valx-h{font-size:13px;font-weight:800;margin-bottom:12px;color:var(--text)}
.valx-metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.valx-metric-grid>div{border:1px solid rgba(0,0,0,.07);border-radius:8px;padding:12px;background:#fafbfc}
.valx-metric-grid span{display:block;font-size:11px;color:var(--dim);margin-bottom:5px}
.valx-metric-grid b{display:block;font-size:20px;letter-spacing:-.02em}
.valx-metric-grid em{display:block;font-style:normal;font-size:11.5px;color:var(--muted);margin-top:4px}
.valx-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.valx-two>.valx-panel,.valx-two>.valx-final{margin-top:14px}
.valx-table{display:flex;flex-direction:column}
.valx-table>div{display:grid;grid-template-columns:1.05fr .75fr .75fr 1.25fr;gap:10px;padding:9px 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:12px;align-items:center}
.valx-table>div:last-child{border-bottom:none}
.valx-th{font-size:10px!important;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--dim)}

/* Burggraben radar redesign */
.stock-research-page .compx-moat-radar-card{
  width:100%;
  max-width:760px;
  min-height:0;
  padding:14px 18px 22px;
  overflow:visible;
}
.stock-research-page .ovx-moat-radar-card{max-width:none}
.stock-research-page .compx-moat-summary-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:12px 0 0;
}
.stock-research-page .compx-moat-summary-row span{
  display:inline-flex;
  align-items:baseline;
  gap:7px;
  min-height:30px;
  padding:5px 10px;
  border-radius:8px;
  background:#f7f9fc;
  color:#607694;
  font-size:12px;
  font-weight:600;
  line-height:1;
  white-space:nowrap;
}
.stock-research-page .compx-moat-summary-row b{
  color:#0b1f3a;
  font-size:13px;
  font-weight:800;
}
.stock-research-page .compx-moat-summary-row b[data-tone="good"]{color:#168451}
.stock-research-page .compx-moat-summary-row b[data-tone="mid"]{color:#d97706}
.stock-research-page .compx-moat-summary-row b[data-tone="bad"]{color:#b43a3a}
.stock-research-page .compx-moat-radar-card canvas{
  display:block;
  width:100%;
  height:500px;
  overflow:visible;
}
.stock-research-page #secOverview .ovx-moat-radar-card{
  padding:10px 8px 8px;
}
.stock-research-page #secOverview .ovx-moat-radar-card canvas{
  height:280px;
}
.stock-research-page #secOverview .ovx-moat-radar-card .compx-moat-summary-row{
  margin-bottom:4px;
}
.stock-research-page #secOverview .ovx-moat-radar-card .compx-moat-radar-legend{
  margin-top:-4px;
  justify-content:flex-start;
}
.stock-research-page .compx-moat-radar-legend{
  display:flex;
  justify-content:flex-end;
  gap:18px;
  margin-top:4px;
  color:#607694;
  font-size:11px;
  font-weight:650;
}
.stock-research-page .compx-moat-radar-legend span{
  display:inline-flex;
  align-items:center;
  gap:7px;
}
.stock-research-page .compx-moat-radar-legend i{
  display:block;
  width:26px;
  height:0;
  border-top:2px solid #5a9e00;
}
.stock-research-page .compx-moat-radar-legend i.benchmark{
  border-top-color:#6e7786;
  border-top-style:dashed;
}
.stock-research-page .compx-moat-radar-tooltip{
  width:260px!important;
  max-width:260px!important;
  padding:13px 14px!important;
  border:1px solid #e7edf4!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 14px 40px rgba(35,57,89,.12)!important;
  transform:translate(-50%,calc(-100% - 16px)) scale(.98)!important;
  transition:opacity .12s ease,transform .12s ease!important;
}
.stock-research-page .compx-moat-radar-tooltip.visible{
  opacity:1!important;
  transform:translate(-50%,calc(-100% - 16px)) scale(1)!important;
}
.stock-research-page .compx-moat-radar-tooltip .tooltip-title{
  margin:0!important;
  color:#0b1f3a!important;
  font-size:13px!important;
  font-weight:750!important;
}
.stock-research-page .compx-moat-radar-tooltip .tooltip-values{
  display:flex!important;
  gap:14px!important;
  margin-top:6px!important;
  color:#607694!important;
  font-size:12px!important;
  font-weight:600!important;
}
.stock-research-page .compx-moat-radar-tooltip .tooltip-values strong{
  color:#0b1f3a!important;
  font-weight:800!important;
}
.stock-research-page .compx-moat-radar-tooltip .tooltip-copy{
  margin-top:8px!important;
  color:#607694!important;
  font-size:12px!important;
  line-height:1.45!important;
  font-weight:500!important;
}
@media(max-width:900px){
  .stock-research-page .compx-moat-radar-card canvas{height:440px}
  .stock-research-page #secOverview .ovx-moat-radar-card canvas{height:300px}
}
@media(max-width:560px){
  .stock-research-page .compx-moat-radar-card{padding:12px 10px 16px}
  .stock-research-page .compx-moat-radar-card canvas{height:360px}
  .stock-research-page .compx-moat-summary-row{gap:7px}
  .stock-research-page .compx-moat-summary-row span{font-size:11px}
  .stock-research-page .compx-moat-radar-tooltip{width:220px!important;max-width:220px!important}
}

/* ==== aktieen/components/charts-news-etf/00.css ==== */
.valx-table b{font-size:12.5px}
.valx-table em{font-style:normal;color:var(--muted)}
.valx-text{margin-top:10px!important;font-size:12.5px!important;line-height:1.7!important}
.valx-range-list{display:flex;flex-direction:column;gap:8px}
.valx-range-list>div{display:flex;justify-content:space-between;gap:12px;padding:10px 11px;border:1px solid rgba(0,0,0,.07);border-radius:8px;background:#fafbfc}
.valx-range-list span{color:var(--muted);font-size:12px}
.valx-range-list b{font-size:13px}
.valx-scenarios{display:flex;flex-direction:column;gap:8px}
.valx-scenarios>div{padding:10px 11px;border-left:3px solid var(--sep);border-radius:7px;background:#fafbfc}
.valx-scenarios b{display:block;font-size:12.5px;margin-bottom:3px}
.valx-scenarios span{display:block;font-size:12px;line-height:1.55;color:var(--muted)}
.valx-risk-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
.valx-risk-grid>div{border:1px solid rgba(0,0,0,.07);border-radius:8px;padding:10px;background:#fafbfc;min-width:0}
.valx-risk-grid span{display:block;font-size:11.5px;color:var(--muted);margin-bottom:5px}
.valx-risk-grid b{display:inline-block;font-size:11px;border-radius:99px;padding:3px 7px;margin-bottom:7px}
.valx-risk-grid b.bad{background:rgba(220,38,38,.08);color:var(--red)}
.valx-risk-grid b.mid{background:rgba(168,138,0,.1);color:#9a7800}
.valx-risk-grid b.good{background:rgba(22,163,74,.09);color:var(--teal)}
.valx-risk-grid em{display:block;font-style:normal;font-size:11.5px;line-height:1.45;color:var(--muted)}
.valx-type-card{border-left:4px solid var(--teal);background:rgba(22,163,74,.07);border-radius:8px;padding:12px}
.valx-type-card span{font-size:13px;font-weight:800;color:var(--text)}
.valx-type-card p{margin-top:5px}
.valx-chip-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}
.valx-chip-row span{font-size:11.5px;font-weight:700;border:1px solid rgba(22,163,74,.20);border-radius:99px;padding:5px 8px;color:var(--teal);background:rgba(22,163,74,.06)}
.valx-final{border-left:4px solid var(--teal);background:rgba(22,163,74,.07);border-radius:8px;padding:16px;font-size:13.5px;line-height:1.7;color:var(--muted);display:flex;flex-direction:column;justify-content:center}
.valx-final strong{color:var(--text);margin-bottom:5px}
@media(max-width:860px){
  .valx-hero,.valx-two{grid-template-columns:1fr}
  .valx-metric-grid{grid-template-columns:1fr 1fr}
  .valx-risk-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .valx-metric-grid,.valx-risk-grid{grid-template-columns:1fr}
  .valx-table>div{grid-template-columns:1fr 1fr}
  .valx-th{display:none!important}
}

/* QUALITY TAB */
.qlx{border-top:none;margin-top:18px;padding-top:0}
.qlx-hero{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:18px;align-items:stretch}
.qlx-eyebrow{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:6px}
.qlx h2{font-size:24px;letter-spacing:-.035em;margin-bottom:9px}
.qlx p{font-size:13px;line-height:1.72;color:var(--muted);margin:0}
.qlx-score{border:1px solid var(--sep);border-radius:8px;background:#fff;padding:16px;display:flex;flex-direction:column;justify-content:center}
.qlx-score span{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--dim)}
.qlx-score b{font-size:34px;letter-spacing:-.04em;color:var(--teal);margin:4px 0}
.qlx-score em{font-style:normal;font-size:12px;color:var(--muted)}
.qlx-panel{border:1px solid var(--sep);border-radius:8px;background:#fff;padding:16px;margin-top:14px}
.qlx-h{font-size:13px;font-weight:800;margin-bottom:12px;color:var(--text)}
.qlx-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.qlx-metric-grid>div{border:1px solid rgba(0,0,0,.07);border-radius:8px;padding:12px;background:#fafbfc}
.qlx-metric-grid span{display:block;font-size:11px;color:var(--dim);margin-bottom:5px}
.qlx-metric-grid b{display:block;font-size:20px;letter-spacing:-.02em;color:var(--teal)}
.qlx-metric-grid em{display:block;font-style:normal;font-size:11.5px;color:var(--muted);margin-top:4px}
.qlx-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.qlx-two>.qlx-panel,.qlx-two>.qlx-final{margin-top:14px}
.qlx-table{display:flex;flex-direction:column}
.qlx-table>div{display:grid;grid-template-columns:1.05fr .75fr 1.25fr;gap:10px;padding:9px 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:12px;align-items:center}
.qlx-sector-table>div{grid-template-columns:1.05fr .7fr .7fr 1.2fr}
.qlx-table>div:last-child{border-bottom:none}
.qlx-th{font-size:10px!important;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--dim)}
.qlx-table b{font-size:12.5px}
.qlx-table em{font-style:normal;color:var(--muted)}
.qlx-text{margin-top:10px!important;font-size:12.5px!important;line-height:1.7!important}
.qlx-quality-grid,.qlx-moat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.qlx-risk-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.qlx-quality-grid>div,.qlx-moat-grid>div,.qlx-risk-list>div{border:1px solid rgba(0,0,0,.07);border-radius:8px;padding:10px;background:#fafbfc;min-width:0}
.qlx-quality-grid span,.qlx-moat-grid span{display:block;font-size:11px;color:var(--dim);margin-bottom:4px}
.qlx-quality-grid b,.qlx-moat-grid b{display:block;font-size:12px;color:var(--teal);margin-bottom:4px}
.qlx-quality-grid em,.qlx-moat-grid em{display:block;font-style:normal;font-size:11.5px;color:var(--muted);line-height:1.45}
.qlx-risk-list>div{border-left:3px solid rgba(220,38,38,.45)}
.qlx-risk-list b{display:block;font-size:12px;margin-bottom:4px;color:var(--text)}
.qlx-risk-list span{display:block;font-size:11.5px;line-height:1.5;color:var(--muted)}
.qlx-final{border-left:4px solid var(--teal);background:rgba(22,163,74,.07);border-radius:8px;padding:16px;font-size:13.5px;line-height:1.7;color:var(--muted);display:flex;flex-direction:column;justify-content:center}
.qlx-final strong{color:var(--text);margin-bottom:5px}
@media(max-width:980px){
  .qlx-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .qlx-quality-grid,.qlx-moat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:860px){
  .qlx-hero,.qlx-two{grid-template-columns:1fr}
}
@media(max-width:560px){
  .qlx-metric-grid,.qlx-quality-grid,.qlx-moat-grid,.qlx-risk-list{grid-template-columns:1fr}
  .qlx-table>div,.qlx-sector-table>div{grid-template-columns:1fr 1fr}
  .qlx-th{display:none!important}
}

/* RISK TAB */
.riskx{border-top:none;margin-top:18px;padding-top:0}
.riskx-hero{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:18px;align-items:stretch}
.riskx-eyebrow{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin-bottom:6px}
.riskx h2{font-size:24px;letter-spacing:-.035em;margin-bottom:9px}
.riskx p{font-size:13px;line-height:1.72;color:var(--muted);margin:0}
.riskx-score{border:1px solid var(--sep);border-radius:8px;background:#fff;padding:16px;display:flex;flex-direction:column;justify-content:center}
.riskx-score span{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--dim)}
.riskx-score b{font-size:34px;letter-spacing:-.04em;color:var(--teal);margin:4px 0}
.riskx-score em{font-style:normal;font-size:12px;color:var(--muted)}
.riskx-panel{border:1px solid var(--sep);border-radius:8px;background:#fff;padding:16px;margin-top:14px}
.riskx-h{font-size:13px;font-weight:800;margin-bottom:12px;color:var(--text)}
.riskx-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.riskx-metric-grid>div{border:1px solid rgba(0,0,0,.07);border-radius:8px;padding:12px;background:#fafbfc}
.riskx-metric-grid span{display:block;font-size:11px;color:var(--dim);margin-bottom:5px}
.riskx-metric-grid b{display:block;font-size:20px;letter-spacing:-.02em;color:var(--teal)}
.riskx-metric-grid em{display:block;font-style:normal;font-size:11.5px;color:var(--muted);margin-top:4px}
.riskx-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.riskx-two>.riskx-panel,.riskx-two>.riskx-final{margin-top:14px}
.riskx-table{display:flex;flex-direction:column}
.riskx-table>div{display:grid;grid-template-columns:1.05fr .75fr 1.25fr;gap:10px;padding:9px 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:12px;align-items:center}
.riskx-sector-table>div{grid-template-columns:1.05fr .7fr .7fr 1.2fr}
.riskx-table>div:last-child{border-bottom:none}
.riskx-th{font-size:10px!important;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--dim)}
.riskx-table b{font-size:12.5px}
.riskx-table em{font-style:normal;color:var(--muted)}
.riskx-text{margin-top:10px!important;font-size:12.5px!important;line-height:1.7!important}
.riskx-risk-grid,.riskx-matrix{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.riskx-stress{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.riskx-risk-grid>div,.riskx-matrix>div,.riskx-stress>div{border:1px solid rgba(0,0,0,.07);border-radius:8px;padding:10px;background:#fafbfc;min-width:0}
.riskx-risk-grid span,.riskx-matrix span{display:block;font-size:11px;color:var(--dim);margin-bottom:5px}
.riskx-risk-grid b,.riskx-matrix b{display:inline-block;font-size:11px;border-radius:99px;padding:3px 7px;margin-bottom:6px}
.riskx-risk-grid b.bad,.riskx-matrix b.bad{background:rgba(220,38,38,.08);color:var(--red)}
.riskx-risk-grid b.mid,.riskx-matrix b.mid{background:rgba(168,138,0,.1);color:#9a7800}
.riskx-risk-grid b.good,.riskx-matrix b.good{background:rgba(22,163,74,.09);color:var(--teal)}
.riskx-risk-grid em,.riskx-matrix em{display:block;font-style:normal;font-size:11.5px;color:var(--muted);line-height:1.45}
.riskx-stress>div{border-left:3px solid rgba(220,38,38,.45)}
.riskx-stress b{display:block;font-size:12px;margin-bottom:4px;color:var(--text)}
.riskx-stress span{display:block;font-size:11.5px;line-height:1.5;color:var(--muted)}
.riskx-final{border-left:4px solid var(--red);background:rgba(220,38,38,.05);border-radius:8px;padding:16px;font-size:13.5px;line-height:1.7;color:var(--muted);display:flex;flex-direction:column;justify-content:center}
.riskx-final strong{color:var(--text);margin-bottom:5px}
@media(max-width:980px){
  .riskx-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:860px){
  .riskx-hero,.riskx-two{grid-template-columns:1fr}
}
@media(max-width:560px){
  .riskx-metric-grid,.riskx-risk-grid,.riskx-matrix,.riskx-stress{grid-template-columns:1fr}
  .riskx-table>div,.riskx-sector-table>div{grid-template-columns:1fr 1fr}
  .riskx-th{display:none!important}
}

/* CHART MOMENTUM TAB */
.chartx{border-top:none;padding-top:0}
.chartx-hero{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:18px;align-items:stretch}
.chartx-eyebrow{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:6px}
.chartx h2{font-size:24px;letter-spacing:-.035em;margin-bottom:9px}
.chartx p{font-size:13px;line-height:1.72;color:var(--muted);margin:0}
.chartx-score{border:1px solid var(--sep);border-radius:8px;background:#fff;padding:16px;display:flex;flex-direction:column;justify-content:center}
.chartx-score span{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--dim)}
.chartx-score b{font-size:34px;letter-spacing:-.04em;color:var(--teal);margin:4px 0}
.chartx-score em{font-style:normal;font-size:12px;color:var(--muted)}
.chartx-panel{ background:#fff;margin-top:14px}
.chartx-h{font-size:13px;font-weight:800;margin-bottom:12px;color:var(--text)}
.chartx-h-flex{display:flex;align-items:center;justify-content:space-between;gap:12px}
.chartx-h-flex small{font-size:11px;font-weight:600;color:var(--dim)}
.chartx-chart-panel{overflow:visible}
.chartx-controls{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}
.chartx-controls button{border:1px solid var(--sep);background:#fafbfc;border-radius:99px;padding:6px 10px;font-size:11px;font-weight:800;color:var(--muted);cursor:pointer}
.chartx-controls button.on{background:rgba(22,163,74,.09);border-color:rgba(22,163,74,.25);color:var(--teal)}
.chartx-projector{display:grid;gap:9px;margin-bottom:12px}
.chartx-proj-search{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:8px;max-width:520px;border:1px solid var(--sep);border-radius:999px;background:#fff;padding:5px 5px 5px 12px}
.chartx-proj-search i{font-size:12px;color:var(--dim)}
.chartx-proj-search input{border:0;outline:0;background:transparent;font:inherit;font-size:12px;min-width:0}
.chartx-proj-search button{border:0;border-radius:999px;background:#111827;color:#fff;height:28px;padding:0 12px;font:inherit;font-size:11px;font-weight:800;cursor:pointer}
.chartx-proj-chips{display:flex;flex-wrap:wrap;gap:6px}
.chartx-proj-chips button{border:1px solid var(--sep);background:#fafbfc;color:var(--muted);border-radius:999px;padding:6px 10px;font:inherit;font-size:11px;font-weight:800;cursor:pointer}
.chartx-proj-chips button.on{border-color:rgba(17,24,39,.22);background:#111827;color:#fff}
.chartx-mini{position:relative;height:250px;border:1px solid rgba(0,0,0,.07);border-radius:8px;background:linear-gradient(180deg,#fff,#fafbfc);overflow:hidden}
.chartx-mini svg{display:block;width:100%;height:100%}
.chartx-legend{position:absolute;left:14px;right:14px;top:10px;z-index:2;display:flex;flex-wrap:wrap;gap:8px 12px;pointer-events:none}
.chartx-legend span{display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:800;color:#475569;background:rgba(255,255,255,.74);border-radius:999px;padding:3px 7px}
.chartx-legend i{width:8px;height:8px;border-radius:999px;display:inline-block}
.chartx-mini-empty{height:100%;display:flex;align-items:center;justify-content:center;color:var(--dim);font-size:12px}
.chartx-new{border-top:none;padding-top:0}
.chartx-clean-head{display:grid!important;grid-template-columns:auto 280px 260px;gap:10px;align-items:center;justify-content:end;position:relative;z-index:60;overflow:visible}
.chartx-clean-head>span{justify-self:start}
.chartx-compare-box{position:relative;width:280px;justify-self:end;z-index:90}
.chartx-compare-box.open{z-index:10020}
.chartx-clean-search{display:grid;grid-template-columns:16px minmax(0,1fr);gap:8px;align-items:center;border:1px solid var(--sep);border-radius:8px;background:#fff;height:38px;padding:0 11px;min-width:0}
.chartx-compare-search{width:100%}
.chartx-compare-suggestions{position:absolute;right:0;top:44px;width:430px;padding:6px;border:1px solid rgba(15,23,42,.12);border-radius:8px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.14);opacity:0;visibility:hidden;transform:translateY(-4px);transition:.14s ease}
.chartx-compare-box.open .chartx-compare-suggestions{opacity:1;visibility:visible;transform:translateY(0)}
.chartx-compare-suggestions button{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 72px 126px;gap:12px;align-items:center;border:0;border-bottom:1px solid rgba(15,23,42,.07);background:#fff;padding:11px 10px;text-align:left;color:var(--text);font:inherit;cursor:pointer}
.chartx-compare-suggestions button[hidden]{display:none}
.chartx-compare-suggestions button:last-child{border-bottom:0}
.chartx-compare-suggestions button:hover{background:#f8fafc}
.chartx-compare-suggestions span{min-width:0}
.chartx-compare-suggestions .chartx-search-identity{display:grid;grid-template-columns:30px minmax(0,1fr);gap:9px;align-items:center}
.chartx-compare-suggestions .chartx-search-identity>.chartx-chip-logo{width:30px;height:30px;border:1px solid rgba(15,23,42,.08);border-radius:7px;background:#fff;display:grid;place-items:center;overflow:hidden;position:relative}
.chartx-compare-suggestions .chartx-search-identity>.chartx-chip-logo img{display:block;width:23px;height:23px;object-fit:contain}
.chartx-compare-suggestions .chartx-search-identity>.chartx-chip-logo.is-fallback::after{content:attr(data-fallback);font-size:9px;font-weight:800;color:#64748b}
.chartx-compare-suggestions b{display:block;font-size:12px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.chartx-compare-suggestions small{display:block;margin-top:2px;font-size:10px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.chartx-compare-suggestions em{display:block;font-size:8.5px;font-style:normal;font-weight:600;text-transform:uppercase;color:var(--dim)}
.chartx-compare-suggestions strong{display:block;margin-top:2px;font-size:10px;font-weight:600;color:#334155;white-space:nowrap}
.chartx-clean-search i{font-size:12px;color:var(--dim)}
.chartx-clean-search input{border:0;outline:0;background:transparent;font:inherit;font-size:12.5px;font-weight:400;color:var(--text);min-width:0}
.chartx-clean-search button{border:1px solid rgba(22,163,74,.22);border-radius:7px;background:rgba(22,163,74,.07);color:var(--teal);height:28px;padding:0 10px;font:inherit;font-size:11px;font-weight:800;cursor:pointer}
.chartx-clean-select{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:center;border:1px solid var(--sep);border-radius:8px;background:#fff;height:38px;padding:0 10px}
.chartx-clean-select span{font-size:10.5px;font-weight:800;text-transform:uppercase;color:var(--dim);letter-spacing:.06em}
.chartx-clean-select select{border:0;outline:0;background:transparent;font:inherit;font-size:12px;font-weight:700;color:var(--text);min-width:0}
.chartx-metric-picker{position:relative;width:260px;z-index:80;justify-self:end}
.chartx-metric-picker.open{z-index:10000}
.chartx-metric-trigger{width:100%;height:38px;border:1px solid var(--sep);border-radius:8px;background:#fff;color:var(--text);font:inherit;display:grid;grid-template-columns:auto minmax(0,1fr) 12px;align-items:center;gap:9px;padding:0 11px;cursor:pointer;text-align:left}
.chartx-metric-trigger span{font-size:10px;font-weight:600;text-transform:uppercase;color:var(--dim);letter-spacing:.06em}
.chartx-metric-trigger b{font-size:11.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.chartx-metric-trigger i{font-size:11px;color:var(--muted);transition:transform .16s}
.chartx-metric-picker.open .chartx-metric-trigger i{transform:rotate(180deg)}
.chartx-metric-menu{position:absolute;right:0;top:44px;width:360px;max-height:430px;overflow:auto;border:1px solid rgba(15,23,42,.12);border-radius:8px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.14);padding:8px;opacity:0;visibility:hidden;transform:translateY(-4px);transition:.16s ease;z-index:9999}
.chartx-metric-picker.open .chartx-metric-menu{opacity:1;visibility:visible;transform:translateY(0)}
.chartx-metric-group{padding:5px 0 7px;border-bottom:1px solid rgba(0,0,0,.06)}
.chartx-metric-group:last-child{border-bottom:none}
.chartx-metric-group strong{display:block;padding:6px 8px 5px;font-size:9.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--dim)}
.chartx-metric-group button{width:100%;border:0;background:transparent;border-radius:7px;padding:7px 8px;text-align:left;font:inherit;font-size:12px;font-weight:600;cursor:pointer;color:var(--text)}
.chartx-metric-group button:hover{background:#f8fafc}
.chartx-metric-group button small{display:block;margin-top:2px;font-size:10.5px;font-weight:400;color:var(--muted)}
.chartx-range-row{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0}
.chartx-range-row button{border:1px solid var(--sep);background:#fff;color:var(--muted);border-radius:7px;padding:6px 10px;font:inherit;font-size:11px;font-weight:800;cursor:pointer}
.chartx-range-row button.on{background:rgba(22,163,74,.08);border-color:rgba(22,163,74,.24);color:var(--teal)}
.chartx-clean-panel{background:#fff;border:1px solid var(--sep);border-radius:8px;padding:14px;overflow:hidden}
.chartx-clean-title{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:9px}
.chartx-clean-title h2{font-size:20px;letter-spacing:-.03em;margin:0 0 4px;color:var(--text)}
.chartx-clean-title p{margin:0;font-size:12px;line-height:1.5;color:var(--muted)}
.chartx-value-toggle{display:inline-flex;align-items:center;gap:2px;padding:3px;border:1px solid var(--sep);border-radius:7px;background:#fff}
.chartx-value-toggle button{height:28px;border:0;border-radius:5px;background:transparent;color:var(--muted);padding:0 10px;font:inherit;font-size:11px;font-weight:600;cursor:pointer;white-space:nowrap}
/* Nutzer-Wunsch 05.09.2026: die 3 Dividenden-Buttons wurden in die
   bestehende obere Toggle-Leiste verschoben (statt eigener Zeile) -- mit 8
   Buttons in einer starr 3-spaltigen Grid-Zeile (chartx-clean-head) wuchs
   die Leiste ueber die Seitenbreite hinaus und "Prozent" wurde am linken
   Rand abgeschnitten (Grid ist rechtsbuendig, Ueberlauf verschwindet nach
   links). Nur DIESE Leiste (erkennbar an den Dividenden-Buttons als Kind)
   bekommt eine Breitenobergrenze + Zeilenumbruch, damit sie intern auf eine
   zweite Zeile umbricht statt die ganze Kopfzeile zu sprengen. */
.chartx-value-toggle:has([data-chartx-dividend-toggle-btn]){
  flex-wrap:wrap;
  max-width:480px;
  row-gap:4px;
}
.chartx-value-toggle button:hover{color:var(--text);background:#f8fafc}
.chartx-value-toggle button.active{color:#fff;background:#111827}
.chartx-mode-btn{border:1px solid rgba(0,0,0,.07);border-radius:7px;background:#fafbfc;color:var(--muted);padding:6px 9px;font:inherit;font-size:11px;font-weight:800;cursor:pointer}
.chartx-mode-btn.on{background:rgba(22,163,74,.08);border-color:rgba(22,163,74,.24);color:var(--teal)}
.chartx-big-chart{height:410px;border:1px solid rgba(0,0,0,.055);border-radius:6px;background:#fff;overflow:hidden}
.chartx-big-chart svg,.chartx-brush svg{display:block;width:100%;height:100%}
.chartx-brush{height:74px;margin-top:9px;border:1px solid rgba(0,0,0,.055);border-radius:6px;background:#fafbfc;overflow:hidden;cursor:ew-resize}
.chartx-compare-pills{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}
.chartx-compare-pills button{border:1px solid var(--sep);background:#fff;color:var(--muted);border-radius:7px;padding:6px 9px;font:inherit;font-size:11px;font-weight:700;cursor:pointer}
.chartx-compare-pills i{margin-left:5px;font-size:10px}
.chartx-canvas-container{position:relative;overflow:visible}
.chartx-projection-overlay{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:auto;z-index:6;overflow:visible}
.chartx-projection-overlay text{font-family:'Inter',sans-serif;paint-order:stroke;stroke:#fff;stroke-width:3px;stroke-linejoin:round}
.chartx-event-group{cursor:pointer;outline:none}
.chartx-event-stem{stroke:#c2cad3;stroke-width:1;pointer-events:none}
.chartx-event-circle{fill:#fff;stroke:#1f2937;stroke-width:1.35;transition:fill .12s ease,stroke .12s ease,transform .12s ease;transform-box:fill-box;transform-origin:center}
.chartx-event-symbol{fill:#1f2937;font-size:9px;font-weight:750;pointer-events:none;user-select:none;paint-order:normal!important;stroke:none!important}
.chartx-event-group:hover .chartx-event-circle,.chartx-event-group:focus .chartx-event-circle{fill:#1f2937;stroke:#1f2937;transform:scale(1.08)}
.chartx-event-group:hover .chartx-event-symbol,.chartx-event-group:focus .chartx-event-symbol{fill:#fff}
.chartx-event-tooltip-type{font-size:10px;font-weight:700;color:#64748b;margin-bottom:5px;padding-bottom:6px;border-bottom:1px solid rgba(15,23,42,.08)}
.chartx-event-tooltip-title{font-size:12px;line-height:1.35;font-weight:700;color:#111827;margin-bottom:5px}
.chartx-event-tooltip-text{max-width:270px;font-size:11px;line-height:1.45;font-weight:500;color:#64748b}
.chartx-metric-forecast-line{pointer-events:none}
.chartx-metric-tooltip{position:absolute;z-index:9;opacity:0;pointer-events:none;width:max-content;min-width:270px;max-width:min(430px,calc(100% - 16px));background:#f3f4f6;color:#111827;border:0;border-radius:8px;padding:9px 10px;box-shadow:0 8px 18px rgba(15,23,42,.10);transition:opacity .08s ease}
.chartx-metric-tooltip.is-price-only{min-width:0;max-width:160px;padding:6px 9px}
.chartx-point-tooltip-layer{position:absolute;inset:0;z-index:9;opacity:0;pointer-events:none;transition:opacity .08s ease}
.chartx-point-tooltip{position:absolute;display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:32px;padding:6px 9px;border-radius:8px;background:#f3f4f6;color:#111827;box-shadow:0 8px 18px rgba(15,23,42,.10);font-size:11.5px;line-height:1.15;white-space:nowrap}
.chartx-point-tooltip i{width:7px;height:7px;border-radius:999px;background:var(--series-color)}
.chartx-point-tooltip span{overflow:hidden;text-overflow:ellipsis;color:#334155;font-weight:600}
.chartx-point-tooltip b{font-size:12px;font-weight:800;color:#111827}
.chartx-point-tooltip b.positive{color:#15803d}
.chartx-point-tooltip b.negative{color:#b91c1c}
.chartx-point-tooltip.is-price-only{display:block;min-height:0;width:max-content!important;max-width:160px;padding:6px 9px}
.chartx-point-tooltip.is-price-only b{font-size:12px;font-weight:800;color:#111827}
.chartx-metric-tooltip-date{font-size:10.5px;font-weight:600;color:#64748b;margin-bottom:7px;padding-bottom:6px;border-bottom:1px solid rgba(15,23,42,.08)}
.chartx-metric-tooltip-series{display:grid;gap:5px}
.chartx-metric-tooltip-row{display:grid;grid-template-columns:8px minmax(110px,1fr) auto;align-items:center;gap:8px;font-size:11.5px;line-height:1.25}
.chartx-metric-tooltip-row>i{width:7px;height:7px;border-radius:50%;background:var(--series-color)}
.chartx-metric-tooltip-row span{color:#334155;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.chartx-metric-tooltip-row span small{color:#94a3b8;font-size:9.5px;font-weight:700}
.chartx-metric-tooltip-row b{color:#111827;font-weight:850;white-space:nowrap}
.chartx-metric-tooltip-row b.positive{color:#15803d}
.chartx-metric-tooltip-row b.negative{color:#b91c1c}
.chartx-metric-tooltip-row em{min-width:58px;border-radius:999px;padding:3px 6px;font-size:10.5px;font-style:normal;font-weight:850;text-align:right;white-space:nowrap}
.chartx-metric-tooltip-row em.positive{background:#dcfce7;color:#15803d}
.chartx-metric-tooltip-row em.negative{background:#fee2e2;color:#b91c1c}
.chartx-hover-date-stem{
  stroke:rgba(15,23,42,.16);
  stroke-width:1;
  pointer-events:none;
}
.chartx-hover-date-box{
  fill:#f3f4f6;
  stroke:transparent;
  stroke-width:0;
  filter:drop-shadow(0 8px 18px rgba(15,23,42,.10));
}
.chartx-hover-date-text{
  fill:#64748b;
  font-size:11px;
  font-weight:700;
  paint-order:normal!important;
  stroke:none!important;
}
.chartx-selected-list{display:flex;flex-direction:column;gap:7px;margin-top:14px;padding:12px;}
.chartx-selected-chip{--chip-color:var(--teal);width:100%;display:grid;grid-template-columns:10px 24px minmax(0,1fr) auto 18px;align-items:center;gap:8px;border:none;border-radius:8px;background:#fff;color:var(--text);padding:9px 11px;font:inherit;font-size:12px;font-weight:600;cursor:pointer;text-align:left}
.chartx-selected-chip i{width:8px;height:8px;border-radius:999px;background:var(--chip-color);flex:0 0 auto}
.chartx-chip-logo{width:24px;height:24px;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:#fff;display:grid;place-items:center;overflow:hidden}
.chartx-chip-logo img{width:18px;height:18px;object-fit:contain}
.chartx-chip-logo.is-fallback::after{content:attr(data-fallback);font-size:9px;font-weight:800;color:var(--muted)}
.chartx-selected-chip>span:not(.chartx-chip-logo){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.chartx-selected-chip small{font-size:10px;font-weight:600;color:var(--dim)}
.chartx-selected-chip.is-quarterly small.positive{color:#15803d}
.chartx-selected-chip.is-quarterly small.negative{color:#b91c1c}
.chartx-selected-chip b{font-size:14px;line-height:1;color:var(--muted);text-align:right}
.chartx-selected-chip:hover{border-color:rgba(15,23,42,.18);background:#fafbfc}
.chartx-selected-chip.is-fixed{grid-template-columns:10px 24px minmax(0,1fr) auto;cursor:default}
.chartx-selected-chip.is-quarterly small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.chartx-range52{margin-top:14px;overflow:visible}
.chartx-events{position:relative;height:64px;margin-top:2px;padding:24px 6px 0}
.chartx-events[hidden]{display:none!important}
.chartx-events-line{position:absolute;left:6px;right:6px;top:28px;height:1px;background:rgba(15,23,42,.16)}
.chartx-event-item{position:absolute;top:12px;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:6px;min-width:76px;pointer-events:none}
.chartx-event-item::before{content:'';width:1px;height:18px;background:rgba(15,23,42,.2);order:-1}
.chartx-event-item i{width:9px;height:9px;border-radius:50%;background:#fff;border:2px solid var(--teal);box-shadow:0 0 0 3px #fff;margin-top:-23px}
.chartx-event-item.dividend i{border-color:#2563EB}
.chartx-event-item.earnings i{border-color:#F59E0B}
.chartx-event-item span{font-size:10.5px;font-weight:700;color:var(--muted);white-space:nowrap;background:#fff;padding:0 4px}
@media(max-width:860px){.chartx-clean-head{grid-template-columns:1fr;justify-content:stretch}.chartx-compare-box,.chartx-compare-search,.chartx-metric-picker{width:100%;margin-left:0}.chartx-compare-box{justify-self:stretch}.chartx-metric-menu{left:0;right:auto;width:min(360px,100%)}.chartx-clean-title{flex-direction:column}.chartx-big-chart{height:330px}
  /* Nutzer-Wunsch 06.09.2026: "chartx-value-toggle bei Handy-Anpassung soll
     das auf die ganze Breite" -- die 480px-Obergrenze (siehe oben, gedacht
     fuer Desktop-Zeilenumbruch) liess auf mobilen Breiten unnoetig Platz frei. */
  .chartx-value-toggle:has([data-chartx-dividend-toggle-btn]){max-width:100%;width:100%;justify-content:center}
}
@media(max-width:560px){.chartx-compare-suggestions{left:0;right:auto;width:100%}.chartx-compare-suggestions button{grid-template-columns:minmax(0,1fr) 54px}.chartx-compare-suggestions button span:last-child{display:none}}
.chartx-overlay-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}
.chartx-overlay-row span{font-size:11px;font-weight:700;border:1px solid rgba(22,163,74,.18);border-radius:99px;padding:5px 8px;color:var(--teal);background:rgba(22,163,74,.05)}
.chartx-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.chartx-panel+.chartx-metric-grid,.chartx-metric-grid{margin-top:14px}
.chartx-metric-grid>div{border:1px solid rgba(0,0,0,.07);border-radius:8px;padding:12px;background:#fafbfc}
.chartx-metric-grid span{display:block;font-size:11px;color:var(--dim);margin-bottom:5px}
.chartx-metric-grid b{display:block;font-size:20px;letter-spacing:-.02em;color:var(--teal)}
.chartx-metric-grid em{display:block;font-style:normal;font-size:11.5px;color:var(--muted);margin-top:4px}
.chartx-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.chartx-two>.chartx-panel,.chartx-two>.chartx-final{margin-top:14px}
.chartx-table{display:flex;flex-direction:column}
.chartx-table>div{display:grid;grid-template-columns:1.05fr .75fr 1.25fr;gap:10px;padding:9px 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:12px;align-items:center}
.chartx-sector-table>div{grid-template-columns:.85fr .58fr .58fr .58fr 1.25fr}
.chartx-table>div:last-child{border-bottom:none}
.chartx-th{font-size:10px!important;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--dim)}
.chartx-table b{font-size:12.5px}
.chartx-table em{font-style:normal;color:var(--muted)}
.chartx-text{margin-top:10px!important;font-size:12.5px!important;line-height:1.7!important}
.chartx-zone-list,.chartx-risk-grid,.chartx-stress{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.chartx-zone-list>div,.chartx-risk-grid>div,.chartx-stress>div{border:1px solid rgba(0,0,0,.07);border-radius:8px;padding:10px;background:#fafbfc;min-width:0}
.chartx-zone-list b,.chartx-stress b{display:block;font-size:12px;margin-bottom:4px;color:var(--text)}
.chartx-zone-list span,.chartx-stress span{display:block;font-size:11.5px;line-height:1.5;color:var(--muted)}
.chartx-risk-grid span{display:block;font-size:11px;color:var(--dim);margin-bottom:5px}
.chartx-risk-grid b{display:inline-block;font-size:11px;border-radius:99px;padding:3px 7px;margin-bottom:6px}
.chartx-risk-grid b.bad{background:rgba(220,38,38,.08);color:var(--red)}
.chartx-risk-grid b.mid{background:rgba(168,138,0,.1);color:#9a7800}
.chartx-risk-grid b.good{background:rgba(22,163,74,.09);color:var(--teal)}
.chartx-risk-grid em{display:block;font-style:normal;font-size:11.5px;color:var(--muted);line-height:1.45}
.chartx-stress>div{border-left:3px solid rgba(220,38,38,.45)}
.chartx-final{border-left:4px solid var(--teal);background:rgba(22,163,74,.07);border-radius:8px;padding:16px;font-size:13.5px;line-height:1.7;color:var(--muted);display:flex;flex-direction:column;justify-content:center}
.chartx-final strong{color:var(--text);margin-bottom:5px}
@media(max-width:980px){
  .chartx-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:860px){
  .chartx-hero,.chartx-two{grid-template-columns:1fr}
}
@media(max-width:560px){
  .finx-snapshot{grid-template-columns:1fr}
  .finx-snapshot>div,.finx-snapshot>div:nth-last-child(-n+2){border-bottom:1px solid rgba(0,0,0,.06)}
  .finx-snapshot>div:last-child{border-bottom:none}
  .chartx-metric-grid,.chartx-zone-list,.chartx-risk-grid,.chartx-stress{grid-template-columns:1fr}
  .chartx-table>div,.chartx-sector-table>div{grid-template-columns:1fr 1fr}
  .chartx-th{display:none!important}
  .chartx-mini{height:170px}
}

/* PEER COMPARISON TAB */
.peerx{border-top:none;margin-top:18px;padding-top:0}
.peerx-hero{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:18px;align-items:stretch}
.peerx-eyebrow{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:6px}
.peerx h2{font-size:24px;letter-spacing:-.035em;margin-bottom:9px}
.peerx p{font-size:13px;line-height:1.72;color:var(--muted);margin:0}
.peerx-score{border:1px solid var(--sep);border-radius:8px;background:#fff;padding:16px;display:flex;flex-direction:column;justify-content:center}
.peerx-score span{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--dim)}
.peerx-score b{font-size:34px;letter-spacing:-.04em;color:var(--teal);margin:4px 0}
.peerx-score em{font-style:normal;font-size:12px;color:var(--muted)}
.peerx-panel{border:1px solid var(--sep);border-radius:8px;background:#fff;padding:16px;margin-top:14px;overflow-x:auto}
.peerx-panel::-webkit-scrollbar{height:6px}
.peerx-panel::-webkit-scrollbar-thumb{background:rgba(15,23,42,.16);border-radius:99px}
.peerx-h{font-size:13px;font-weight:800;margin-bottom:12px;color:var(--text)}
.peerx-peer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.peerx-peer-grid>div,.peerx-winner-grid>div,.peerx-sim-grid>div{border:1px solid rgba(0,0,0,.07);border-radius:8px;padding:10px;background:#fafbfc;min-width:0}
.peerx-peer-grid b,.peerx-sim-grid b{display:block;font-size:13px;color:var(--text);margin-bottom:4px}
.peerx-peer-grid span,.peerx-sim-grid span{display:block;font-size:11.5px;line-height:1.5;color:var(--muted)}
.peerx-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.peerx-two>.peerx-panel,.peerx-two>.peerx-final{margin-top:14px}
.peerx-table{display:flex;flex-direction:column;min-width:620px}
.peerx-table>div{display:grid;grid-template-columns:1.05fr repeat(6,.72fr);gap:10px;padding:9px 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:12px;align-items:center}
.peerx-table>div:last-child{border-bottom:none}
.peerx-table .peerx-th{font-size:10px!important;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--dim)}
.peerx-table b{font-size:12.5px;color:var(--text)}
.peerx-table em{font-style:normal;color:var(--muted)}
.peerx-score-table>div{grid-template-columns:1.05fr repeat(6,.72fr)}
.peerx-wide-table>div{grid-template-columns:1.05fr repeat(5,.72fr) 1.1fr}
#peerxStrengthTable>div,#peerxInvestorTable>div{grid-template-columns:.9fr 1.2fr 1.5fr}
.peerx-text{margin-top:10px!important;font-size:12.5px!important;line-height:1.7!important}
.peerx-winner-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.peerx-winner-grid span{display:block;font-size:11px;color:var(--dim);margin-bottom:4px}
.peerx-winner-grid b{display:block;font-size:12.5px;color:var(--teal);margin-bottom:4px}
.peerx-winner-grid em,.peerx-sim-grid em{display:block;font-style:normal;font-size:11.5px;color:var(--muted);line-height:1.45}
.peerx-sim-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.peerx-sim-grid span{font-weight:800;color:var(--teal)}
.peerx-final{border-left:4px solid var(--teal);background:rgba(22,163,74,.07);border-radius:8px;padding:16px;font-size:13.5px;line-height:1.7;color:var(--muted);display:flex;flex-direction:column;justify-content:center}
.peerx-final strong{color:var(--text);margin-bottom:5px}
@media(max-width:980px){
  .peerx-peer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:860px){
  .peerx-hero,.peerx-two{grid-template-columns:1fr}
}
@media(max-width:560px){
  .peerx-peer-grid,.peerx-winner-grid,.peerx-sim-grid{grid-template-columns:1fr}
  .peerx-panel{padding:14px}
  .peerx-table{min-width:560px}
}

/* NEWS ANALYSIS TAB */
.newsx{border-top:none;padding-top:0}
.newsx-hero{display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:18px;align-items:stretch}
.newsx-eyebrow{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:6px}
.newsx h2{font-size:24px;letter-spacing:-.035em;margin-bottom:9px}
.newsx p{font-size:13px;line-height:1.72;color:var(--muted);margin:0}
.newsx-score{border:1px solid var(--sep);border-radius:8px;background:#fff;padding:16px;display:flex;flex-direction:column;justify-content:center}
.newsx-score span{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--dim)}
.newsx-score b{font-size:34px;letter-spacing:-.04em;color:var(--teal);margin:4px 0}
.newsx-score em{font-style:normal;font-size:12px;color:var(--muted)}
.newsx-panel{background:#fff;padding:16px;margin-top:14px;overflow-x:auto}
.newsx-panel::-webkit-scrollbar{height:6px}
.newsx-panel::-webkit-scrollbar-thumb{background:rgba(15,23,42,.16);border-radius:99px}
.newsx-h{margin:0 0 14px;padding:0 0 10px;border-bottom:1px solid var(--sep);color:var(--text);font-size:16px;font-weight:600;line-height:1.3}
.newsx-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.newsx-two>.newsx-panel{margin-top:14px}
.newsx-topic-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
.newsx-topic-grid>div,.newsx-kpi-grid>div{border:1px solid rgba(0,0,0,.07);border-radius:8px;padding:10px;background:#fafbfc;min-width:0}
.newsx-topic-grid span,.newsx-kpi-grid span{display:block;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--dim);margin-bottom:4px}
.newsx-topic-grid b,.newsx-kpi-grid b{display:block;font-size:13px;color:var(--text);margin-bottom:4px}
.newsx-topic-grid em,.newsx-kpi-grid em{display:block;font-style:normal;font-size:11.5px;line-height:1.45;color:var(--muted)}
.newsx-topic-grid .pos,.newsx-table .pos,.newsx-radar .pos{color:var(--teal)}
.newsx-topic-grid .neg,.newsx-table .neg,.newsx-radar .neg{color:var(--red)}
.newsx-topic-grid .neu,.newsx-table .neu,.newsx-radar .neu{color:var(--muted)}
.newsx-table{display:flex;flex-direction:column;min-width:640px}
.newsx-table>div{display:grid;grid-template-columns:.75fr 1.4fr .72fr .9fr .78fr;gap:10px;padding:9px 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:12px;align-items:center}
.newsx-table>div:last-child{border-bottom:none}
.newsx-table .newsx-th{font-size:10px!important;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--dim)}
.newsx-table b{font-size:12.5px;color:var(--text)}
.newsx-table em{font-style:normal;color:var(--muted);line-height:1.45}
.newsx-feed-table>div{grid-template-columns:.72fr 1.55fr .7fr 1fr .7fr}
.newsx-small-table{min-width:480px}
.newsx-small-table>div{grid-template-columns:1fr 1fr 1.2fr}
#newsxScoreImpact>div,#newsxRelevance>div,#newsxSources>div{grid-template-columns:1.2fr .9fr 1.4fr}
.newsx-text{margin-top:10px!important;font-size:12.5px!important;line-height:1.7!important}
.newsx-mini-title{font-size:11px;font-weight:800;color:var(--dim);text-transform:uppercase;letter-spacing:.07em;margin:10px 0 4px}
.newsx-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px}
.newsx-radar,.newsx-risk-list{display:grid;grid-template-columns:1fr;gap:8px}
.newsx-radar>div,.newsx-risk-list>div{border:1px solid rgba(0,0,0,.07);border-radius:8px;background:#fafbfc;padding:10px;display:grid;grid-template-columns:1fr auto;gap:6px;align-items:start}
.newsx-radar b,.newsx-risk-list b{font-size:12.5px;color:var(--text)}
.newsx-radar span,.newsx-risk-list span{font-size:11px;font-weight:800;color:var(--teal)}
.newsx-radar em,.newsx-risk-list em{grid-column:1/-1;font-style:normal;font-size:11.5px;line-height:1.5;color:var(--muted)}
.newsx-risk-list span{color:var(--red)}
.newsx-final{border-left:4px solid var(--teal);background:rgba(22,163,74,.07);border-radius:8px;padding:16px;margin-top:14px;font-size:13.5px;line-height:1.7;color:var(--muted);display:flex;flex-direction:column;gap:5px}
.newsx-final strong{color:var(--text)}
.news-simple-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px}
.news-simple-head.sec-h{margin-bottom:8px}

/* ==== aktieen/components/charts-news-etf/01.css ==== */
.news-simple-intro{font-size:13px;line-height:1.7;color:var(--muted);margin:0 0 14px!important;max-width:760px}
.news-simple-filter{height:36px;min-width:260px;border:1px solid var(--sep);border-radius:7px;background:#fff;display:flex;align-items:center;gap:8px;padding:0 11px;color:var(--dim);font-size:12px}
.news-simple-filter input{border:0;outline:0;background:transparent;width:100%;font:inherit;color:var(--text);font-weight: 400;}
.news-simple-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:14px;align-items:start}
.news-simple-panel{overflow:visible}
.news-feed-panel{padding-bottom:14px}
.news-ai-brief{border-top:1px solid var(--sep);padding:13px 0;margin:4px 0 14px;background:#fff}
.news-ai-brief span{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--dim);margin-bottom:5px}
.news-ai-brief p{font-size:13px;line-height:1.62;color:var(--muted);max-width:920px;margin:0!important}
.news-source-easter{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:10px}
.news-source-easter b{font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--dim);margin-right:2px}
.news-source-easter i{font-style:normal;border:1px solid rgba(15,23,42,.10);border-radius:999px;padding:3px 8px;background:#fff;color:#475569;font-size:10.5px;font-weight:800}
.news-source-icons img{width:22px;height:22px;border-radius:50%;border:1px solid rgba(15,23,42,.10);background:#fff;object-fit:contain;padding:2px}
.news-overview-list{margin-top:2px}
.stock-research-page #secOverview .news-overview-list{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:0!important;
}
.stock-research-page #secOverview .news-overview-list>div,
.stock-research-page #secOverview .news-overview-list>div:nth-child(even),
.stock-research-page #secOverview .news-overview-list>div:nth-child(n+3){
  width:100%;
  padding:12px 0!important;
  border-left:0!important;
  border-top:1px solid var(--sep)!important;
  border-bottom:0!important;
}
.stock-research-page #secOverview .news-overview-list>div:first-child{
  padding-top:0!important;
  border-top:0!important;
}
.news-overview-list>div[data-page="2"]{display:none}
.news-overview-list>div[data-page="2"].is-visible{display:block}
.news-overview-list p{font-size:11.8px;line-height:1.52;color:var(--muted);margin:6px 0 0!important}
#ovxNewsPreview p{display:none!important}
.news-feed-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.stock-research-page #secNewsAnalysis .news-feed-head>span:first-child{color:var(--text);font-size:18px!important;font-weight:700!important;line-height:1.3!important}
.news-feed-head>span:last-child{font-size:11px;font-weight:700;color:var(--dim)}
.news-earnings-calendar{margin:14px 0 18px;padding:13px 14px 15px;border:1px solid #e4e9ee;border-radius:8px;background:#fff;box-shadow:var(--ui-card-shadow)}
.news-earnings-calendar-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.news-earnings-calendar-head strong{color:#0f172a;font-size:12px;font-weight:750}
.news-earnings-calendar-head>span{display:inline-flex;min-height:23px;align-items:center;padding:3px 8px;border-radius:6px;background:#f3f5f7;color:#64748b;font-size:10px;font-weight:700}
.news-earnings-timeline{position:relative;display:grid;grid-template-columns:repeat(8,minmax(166px,1fr));gap:10px;overflow-x:auto;padding:13px 0 5px;scrollbar-width:thin}
.news-earnings-timeline::before{position:absolute;top:5px;right:4%;left:4%;height:1px;background:#dce3ea;content:""}
.news-earnings-timeline article{position:relative;display:grid;min-width:0;gap:7px;padding-top:4px}
.news-earnings-timeline article::before{position:absolute;top:-12px;left:10px;width:7px;height:7px;border:2px solid #fff;border-radius:50%;background:var(--company-accent,#168451);box-shadow:0 0 0 1px rgba(var(--company-accent-rgb,22,132,81),.28);content:""}
.news-earnings-timeline time{color:#64748b;font-size:10px;font-weight:750}
.news-earnings-timeline article>span{display:grid;grid-template-columns:24px minmax(0,1fr);grid-template-rows:auto auto auto;gap:1px 7px;align-items:center;padding:8px;border-radius:7px;background:#f8fafc}
.news-earnings-timeline img{grid-row:1/4;width:24px;height:24px;border-radius:50%;object-fit:contain;background:#fff}
.news-earnings-timeline b{overflow:hidden;color:#0f172a;font-size:11px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}
.news-earnings-timeline small{color:#94a3b8;font-size:9.5px;font-weight:650}
.news-earnings-timeline em{display:-webkit-box;overflow:hidden;color:#526277;font-size:9px;font-style:normal;font-weight:650;line-height:1.25;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}
@media(max-width:820px){.news-earnings-timeline{grid-template-columns:repeat(8,166px)}}
.news-ai-brief-compact{padding:12px 0;margin-bottom:16px}
.news-ai-brief-compact p{max-width:980px}
.news-filter-bar{display:flex;flex-direction:column;gap:8px;margin:4px 0 16px;padding:10px 0;border-top:1px solid var(--sep);border-bottom:1px solid var(--sep)}
.news-filter-bar>div{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.news-filter-bar span{min-width:74px;font-size:11px;font-weight:700;color:var(--dim)}
.news-filter-bar button{min-height:30px;border:1px solid var(--sep);border-radius:6px;background:#fff;color:#475569;padding:0 10px;font-size:11px;font-weight:650;cursor:pointer}
.news-filter-bar button.on{border-color:#111827;background:#111827;color:#fff}
.news-filter-bar button:hover{border-color:#94a3b8;color:#111827}
.news-filter-bar button.on:hover{color:#fff}
.news-page-pager{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:14px}
.news-page-pager .ovx-news-more{display:inline-flex;align-items:center;width:auto;min-width:0}
.news-page-pager .ovx-news-more:hover{color:var(--text)}
.news-overview-list>div[role="link"]{cursor:pointer;position:relative}
.news-overview-list>div[role="link"]:focus-visible{outline:2px solid var(--teal);outline-offset:3px}
.news-relevance-label{display:inline-flex;align-items:center;width:max-content;margin-top:8px;border-radius:4px;padding:3px 7px;font-size:10px;font-weight:700;line-height:1;background:rgba(100,116,139,.10);color:#64748b}
.news-overview-list .ovx-news-source{width:100%}
.news-relevance-labels{display:inline-flex;flex:0 0 auto;align-items:center;gap:5px;margin-left:auto}
.news-overview-list .ovx-news-source .news-relevance-label{flex:0 0 auto;margin:0}
.news-relevance-materiality{background:#eef2f6;color:#526277}
.news-relevance-label.pos{background:rgba(22,163,74,.10);color:#126c38}
.news-relevance-label.neg{background:rgba(220,38,38,.08);color:#b4232d}
.news-relevance-label.neu{background:rgba(100,116,139,.10);color:#64748b}
.news-events-panel{margin-top:16px}
.news-events-panel{position:relative}
.news-event-list{position:relative;display:flex;gap:0;margin-top:8px;padding:18px 0 4px;overflow-x:auto;scrollbar-width:thin}
.news-event-list::before{content:"";position:absolute;left:0;right:0;top:27px;height:2px;background:#e5e7eb}
.news-event-list article{position:relative;flex:0 0 238px;padding:30px 14px 0 0;border-bottom:none;min-width:0}
.news-event-list article::before{content:"";position:absolute;left:0;top:21px;width:14px;height:14px;border-radius:50%;background:#fff;border:2px solid #111827;z-index:1}
.news-event-list article.is-past::before{background:#111827}
.news-event-list time{display:block;font-size:11.5px;font-weight:800;color:#111827;line-height:1.35;margin-bottom:8px}
.news-event-list b{display:block;font-size:13px;font-weight:800;color:var(--text);line-height:1.3;margin-bottom:4px}
.news-event-list span{display:inline-flex;width:max-content;border-radius:999px;background:#f3f4f6;color:#475569;padding:2px 7px;font-size:10px;font-weight:800;margin-bottom:7px}
.news-event-list article.is-past span{background:#111827;color:#fff}
.news-event-list p{font-size:12px;line-height:1.55;color:var(--muted);margin:0!important}
.news-event-hover{position:absolute;left:0;top:58px;z-index:20;max-width:320px;padding:9px 11px;border:1px solid #9ca3af;background:#fff;color:#111827;box-shadow:0 4px 8px rgba(15,23,42,.18),0 1px 3px rgba(15,23,42,.14);font-size:12px;line-height:1.45;font-weight:600;opacity:0;pointer-events:none;transition:opacity .08s ease}
.news-event-hover::after{content:"";position:absolute;left:18px;bottom:-7px;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #fff}
.news-more-button{margin-top:14px;border:0;background:transparent;color:var(--muted);font-size:12px;font-weight:800;cursor:pointer;padding:0;display:inline-flex;align-items:center;gap:6px}
.news-more-button::after{content:"";width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin-top:-4px}
.news-list-long{display:flex;flex-direction:column}
.news-list-long article{display:grid;grid-template-columns:86px minmax(0,1fr);gap:6px 12px;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.07);align-items:start}
.news-list-long article:first-child{padding-top:0}
.news-list-long article:last-child{border-bottom:none}
.news-card-img{grid-row:1/5;width:86px;height:58px;border-radius:8px;object-fit:cover;background:rgba(0,0,0,.04)}
.news-list-long h3{font-size:14px;line-height:1.35;margin:2px 0 4px;letter-spacing:-.01em}
.news-list-long p{font-size:12.5px;line-height:1.65;color:var(--muted);margin:0}
.news-list-long small{display:block;margin-top:4px;font-size:11px;color:var(--dim)}
.news-list-long small b{color:var(--muted);font-weight:800}
.news-tag{display:inline-flex;align-items:center;width:max-content;border-radius:99px;padding:2px 6px;font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.news-tag.pos{background:rgba(22,163,74,.09);color:var(--teal)}
.news-tag.neg{background:rgba(220,38,38,.08);color:var(--red)}
.news-tag.neu{background:rgba(100,116,139,.10);color:var(--muted)}
.event-list-long{display:flex;flex-direction:column;gap:10px}
.event-list-long .ev-card{align-items:stretch}
.event-list-long .ev-date-col{width:62px;padding:9px 5px;background:linear-gradient(180deg,rgba(22,163,74,.075),rgba(255,255,255,.96))}
.event-list-long .ev-body{padding:11px 12px;min-width:0}
.event-list-long .ev-card-title{font-size:12.5px;font-weight:800;color:var(--text);line-height:1.35;margin:0}
.event-list-long .ev-card-desc{font-size:11.5px;color:var(--muted);margin-top:4px;line-height:1.45}
.fake-pager{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:13px;font-size:12px;color:var(--muted)}
.fake-pager button{width:30px;height:30px;border:1px solid var(--sep);border-radius:6px;background:#fff;color:var(--muted);font:inherit;cursor:pointer}
.fake-pager button.on{background:var(--text);border-color:var(--text);color:#fff;font-weight:700}
.fake-pager button:disabled{opacity:.45;cursor:default}
.fake-pager button:not(:disabled):hover{border-color:var(--teal);color:var(--teal)}
.fake-pager span:last-child{margin-left:auto;color:var(--dim)}
.news-list-collapsible article{cursor:pointer}
.news-list-collapsible article p{max-height:0;overflow:hidden;opacity:0;transition:max-height .18s ease,opacity .14s ease;margin:0}
.news-list-collapsible article.is-open p,.news-list-collapsible.is-open article p{max-height:110px;opacity:1}
.news-list-collapsible article h3{padding-right:18px;position:relative}
.news-list-collapsible article h3::after{content:"+";position:absolute;right:0;top:0;color:var(--dim);font-weight:800}
.news-list-collapsible article.is-open h3::after,.news-list-collapsible.is-open article h3::after{content:"-"}
.news-toggle-all{width:auto!important;height:auto!important;border:0!important;background:transparent!important;color:var(--muted)!important;font:inherit!important;font-size:12px!important;font-weight:800!important;cursor:pointer!important;padding:0 8px 0 0!important}
.news-timeline-panel{min-height:330px;margin-top:16px}
.news-timeline-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.news-timeline-head>span:first-child{font-size:16px;font-weight:600;line-height:1.3}
.stock-research-page #secNewsAnalysis .news-event-summary-split{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin:14px 0 10px;
}
.stock-research-page #secNewsAnalysis .news-event-summary-group{min-width:0}
.stock-research-page #secNewsAnalysis .news-event-summary-subhead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:0 0 8px;
}
.stock-research-page #secNewsAnalysis .news-event-summary-subhead h4{
  margin:0;
  color:#111827;
  font-size:13px;
  font-weight:700;
  line-height:1.3;
}
.stock-research-page #secNewsAnalysis .ovx-event-card-grid.news-event-summary-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
  margin:0;
  border-top:1px solid var(--sep);
  border-bottom:1px solid var(--sep);
}
.stock-research-page #secNewsAnalysis .ovx-event-card{
  min-width:0;
  padding:14px 0;
  border-left:0;
  border-top:1px solid var(--sep);
  background:#fff;
}
.stock-research-page #secNewsAnalysis .ovx-event-card:first-child{border-top:0}
.stock-research-page #secNewsAnalysis .ovx-event-card:nth-child(even),
.stock-research-page #secNewsAnalysis .ovx-event-card:nth-child(odd){border-left:0;padding-left:0;padding-right:0}
.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card[hidden]{display:none!important}
.stock-research-page #secNewsAnalysis .news-event-more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin:10px auto 0;
  line-height:1.25;
}
.stock-research-page #secNewsAnalysis .news-event-more::after{
  flex:0 0 7px;
  width:7px;
  height:7px;
  margin-left:2px;
  position:relative;
  top:-2px;
  transform:rotate(45deg);
}
.stock-research-page #secNewsAnalysis .news-event-more[aria-expanded="true"]::after,
.stock-research-page #secNewsAnalysis .news-event-more.is-expanded::after{
  top:2px;
  transform:rotate(225deg);
}
.stock-research-page #secNewsAnalysis .ovx-event-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.stock-research-page #secNewsAnalysis .ovx-event-card-top span,
.stock-research-page #secNewsAnalysis .ovx-event-card-top time{
  color:#64748b;
  font-size:11px;
  font-weight:600;
  line-height:1.35;
}
.stock-research-page #secNewsAnalysis .ovx-event-card b{
  display:block;
  color:#111827;
  font-size:13px;
  font-weight:600;
  line-height:1.35;
}
.stock-research-page #secNewsAnalysis .ovx-event-card p{
  margin:7px 0 0;
  color:#64748b;
  font-size:12px;
  line-height:1.5;
}
.news-timeline-controls{display:inline-flex;align-items:center;border:1px solid rgba(15,23,42,.14);border-radius:7px;overflow:hidden;background:#fff;box-shadow:0 2px 8px rgba(15,23,42,.08)}
.news-timeline-controls button{width:32px;height:30px;border:0;background:#fff;color:#111827;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}
.news-timeline-controls button+button{border-left:1px solid rgba(15,23,42,.1)}
.news-timeline-controls button:hover{background:#f3f4f6}
.news-timeline-controls-bottom{
  position:absolute;
  top:10px;
  right:12px;
  z-index:8;
  width:max-content;
  margin:0;
}
.news-events-timeline{border-top:0;margin-top:2px;padding:68px 12px 54px;position:relative}
.news-events-timeline .ovx-timeline-progress{background:#111827}
.news-events-timeline .ovx-event-marker.past::before{background:#fff;border-color:#111827}
.news-event-tooltip{max-width:310px}
.news-event-tooltip .tooltip-speech{position:relative;margin-top:8px;padding:9px 10px;border-radius:8px;background:#f8fafc;color:#334155;font-size:12px;line-height:1.45;font-weight:600;white-space:normal}
.news-event-tooltip .tooltip-speech::before{content:"";position:absolute;left:14px;top:-6px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #f8fafc}
.compx-milestone-panel{margin-top:64px;}
.compx-milestone-panel .news-timeline-head{margin-bottom:0}
.company-milestone-timeline{border-top:0;padding:50px 18px}
.company-milestone-timeline .ovx-timeline-progress{background:#111827}
.company-milestone-tooltip{max-width:330px}
@media(max-width:1100px){
  .newsx-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .news-simple-grid{grid-template-columns:1fr}
}
@media(max-width:860px){
  .newsx-hero,.newsx-two{grid-template-columns:1fr}
  .newsx-kpi-grid{grid-template-columns:1fr}
  .news-simple-head{flex-direction:column}
  .news-simple-filter{width:100%;min-width:0}
}
@media(max-width:560px){
  .newsx-topic-grid{grid-template-columns:1fr}
  .newsx-panel{padding:14px}
  .newsx-table{min-width:560px}
  .newsx-small-table{min-width:440px}
  .news-list-long article{grid-template-columns:72px minmax(0,1fr)}
  .news-card-img{width:72px;height:52px}
  .stock-research-page #secNewsAnalysis .news-event-summary-split{grid-template-columns:1fr}
  .stock-research-page #secNewsAnalysis .ovx-event-card-grid.news-event-summary-grid{grid-template-columns:1fr}
  .stock-research-page #secNewsAnalysis .ovx-event-card:nth-child(2){border-top:1px solid var(--sep)}
  .stock-research-page #secNewsAnalysis .ovx-event-card:nth-child(even){border-left:0;padding-left:0}
  .stock-research-page #secNewsAnalysis .ovx-event-card:nth-child(odd){padding-right:0}
  .news-events-timeline{padding:74px 8px 58px}
  .news-toggle-all{width:100%!important;text-align:left}
  .news-feed-head{align-items:flex-start}
  .news-event-list article{flex-basis:220px}
  .ovx-range52 .price-range-line{padding-left:42px;padding-right:42px}
}

/* GROWTH TAB */
.growx{border-top:none;margin-top:18px;padding-top:0}
.growx-hero{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:18px;align-items:stretch}
.growx-eyebrow{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:6px}
.growx h2{font-size:24px;letter-spacing:-.035em;margin-bottom:9px}
.growx p{font-size:13px;line-height:1.72;color:var(--muted);margin:0}
.growx-score{border:1px solid var(--sep);border-radius:8px;background:#fff;padding:16px;display:flex;flex-direction:column;justify-content:center}
.growx-score span{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--dim)}
.growx-score b{font-size:34px;letter-spacing:-.04em;color:var(--teal);margin:4px 0}
.growx-score em{font-style:normal;font-size:12px;color:var(--muted)}
.growx-panel{border:1px solid var(--sep);border-radius:8px;background:#fff;padding:16px;margin-top:14px}
.growx-h{font-size:13px;font-weight:800;margin-bottom:12px;color:var(--text)}
.growx-metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.growx-metric-grid>div{border:1px solid rgba(0,0,0,.07);border-radius:8px;padding:12px;background:#fafbfc}
.growx-metric-grid span{display:block;font-size:11px;color:var(--dim);margin-bottom:5px}
.growx-metric-grid b{display:block;font-size:20px;letter-spacing:-.02em;color:var(--teal)}
.growx-metric-grid em{display:block;font-style:normal;font-size:11.5px;color:var(--muted);margin-top:4px}
.growx-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.growx-two>.growx-panel,.growx-two>.growx-final{margin-top:14px}
.growx-table{display:flex;flex-direction:column}
.growx-table>div{display:grid;grid-template-columns:1.05fr .75fr 1.25fr;gap:10px;padding:9px 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:12px;align-items:center}
.growx-sector-table>div{grid-template-columns:1.05fr .7fr .7fr 1.2fr}
.growx-table>div:last-child{border-bottom:none}
.growx-th{font-size:10px!important;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--dim)}
.growx-table b{font-size:12.5px}
.growx-table em{font-style:normal;color:var(--muted)}
.growx-text{margin-top:10px!important;font-size:12.5px!important;line-height:1.7!important}
.growx-driver-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
.growx-driver-grid>div,.growx-quality-grid>div,.growx-risk-list>div{border:1px solid rgba(0,0,0,.07);border-radius:8px;padding:10px;background:#fafbfc;min-width:0}
.growx-driver-grid b,.growx-risk-list b{display:block;font-size:12px;margin-bottom:4px}
.growx-driver-grid span,.growx-risk-list span{display:block;font-size:11.5px;line-height:1.5;color:var(--muted)}
.growx-quality-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.growx-quality-grid span{display:block;font-size:11px;color:var(--dim);margin-bottom:4px}
.growx-quality-grid b{display:block;font-size:12px;color:var(--teal);margin-bottom:4px}
.growx-quality-grid em{display:block;font-style:normal;font-size:11.5px;color:var(--muted);line-height:1.45}
.growx-risk-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.growx-final{border-left:4px solid var(--teal);background:rgba(22,163,74,.07);border-radius:8px;padding:16px;font-size:13.5px;line-height:1.7;color:var(--muted);display:flex;flex-direction:column;justify-content:center}
.growx-final strong{color:var(--text);margin-bottom:5px}
@media(max-width:860px){
  .growx-hero,.growx-two{grid-template-columns:1fr}
  .growx-metric-grid,.growx-quality-grid{grid-template-columns:1fr 1fr}
  .growx-driver-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .growx-metric-grid,.growx-quality-grid,.growx-driver-grid,.growx-risk-list{grid-template-columns:1fr}
  .growx-table>div,.growx-sector-table>div{grid-template-columns:1fr 1fr}
  .growx-th{display:none!important}
}

/* COMPACT UNTERNEHMENSDETAILS STRIP */
.ud-strip{display:flex;flex-wrap:wrap;align-items:center;gap:5px;padding:10px 0 0;margin-top:10px}
.ud-strip-pill{padding:3px 9px;border-radius:99px;background:rgba(0,0,0,.07);font-size:11px;color:var(--muted);font-weight:500}
.ud-strip-pill.sector{background:rgba(22,163,74,.10);color:var(--teal)}
.ud-strip-meta{display:flex;flex-wrap:wrap;gap:16px;font-size:12px;color:var(--muted);margin-top:7px;width:100%;padding-top:7px;border-top:1px solid var(--sep)}
.ud-strip-meta span strong{color:var(--text);font-weight:600}

/* SANKEY DIAGRAM */
.forecast-legend{display:flex;align-items:center;gap:16px;margin-top:10px;font-size:11.5px;color:var(--muted);flex-wrap:wrap}
.fc-leg{display:inline-flex;align-items:center;gap:6px}
.fc-leg-line{display:inline-block;width:24px;height:2.5px;border-radius:2px;flex-shrink:0}
.fc-leg-dash{display:inline-block;width:24px;height:0;border-bottom:2px dashed;flex-shrink:0}
.fc-leg-box{display:inline-block;width:14px;height:10px;border-radius:2px;flex-shrink:0}
.sankey-wrap{position:relative;margin-top:12px;overflow-x:auto;-webkit-overflow-scrolling:touch}
.sankey-svg{display:block;width:100%}
.sankey-node-lbl{font-size:11px;fill:#111827;font-family:'Inter',sans-serif;font-weight:600}
.sankey-node-val{font-size:10px;fill:#64748B;font-family:'Inter',sans-serif}

/* DC BARS ? uniform design used across multiple charts */
.dc-bar-wrap{display:flex;align-items:flex-end;gap:8px;height:180px;margin-top:8px}
.dc-col2{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px}

/* FAQ SECTION */
.faq-list{display:flex;flex-direction:column;gap:0}
.faq-item{border-bottom:1px solid var(--sep)}
.faq-item:last-child{border-bottom:none}
.faq-q{display:flex;align-items:center;justify-content:space-between;padding:13px 0;cursor:pointer;font-size:13px;font-weight:600;gap:10px;user-select:none;background:none;border:none;width:100%;text-align:left;color:var(--text);font-family:inherit}
.faq-q:hover{color:var(--teal)}
.faq-chevron{font-size:11px;color:var(--dim);flex-shrink:0;transition:transform .2s;display:inline-block}
.faq-item.open .faq-chevron{transform:rotate(180deg)}
.faq-a{display:none;font-size:13px;color:var(--muted);line-height:1.7;padding:0 0 13px}
.faq-item.open .faq-a{display:block}

@media(max-width:680px){
  .ud-strip-meta{gap:10px;font-size:11px}
  .page-tabs{margin:10px 0 0}
  .ptab{padding:8px 11px;font-size:12px}
}

@media(max-width:680px){
  .navbar{padding:0 12px}
  .nav-links{display:none}
  .nav-r{gap:6px}
  .tut-toggle span{display:none}
  .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}
  .s-price{font-size:26px}
  .si-cards{grid-template-columns:repeat(2,1fr)}
  .two{grid-template-columns:1fr}
  .two>div+div{padding-left:0;border-left:none;padding-top:18px;border-top:1px solid var(--sep);margin-top:18px}
  .kz-gcols{grid-template-columns:1fr}
  .kz-gcols .kz-row:nth-child(odd){border-right:none}
  .fin{grid-template-columns:1fr}
  .fin .fc:nth-child(even){padding-left:0;border-left:none}
  .fv-form{grid-template-columns:1fr}
  .fv-calc-btn{grid-column:span 1}
  .tech-grid{grid-template-columns:repeat(2,1fr)}
  .mc-stats{grid-template-columns:repeat(2,1fr)}
  .drip-form{grid-template-columns:1fr}
  .inv-inputs{grid-template-columns:1fr 1fr}
  .inv-stats{grid-template-columns:repeat(3,1fr)}
  .seg-treemap{flex-wrap:wrap}
  .seg-tile{min-width:calc(50% - 2px);flex:1 1 calc(50% - 2px)!important}
  .ins-table th:nth-child(3),.ins-table td:nth-child(3),
  .tf-table th:nth-child(3),.tf-table td:nth-child(3){display:none}
  .chart-area{flex-direction:column;height:auto}
  .chart-outer{height:220px}
  .stock-chart-toolbar{flex-direction:column;align-items:flex-start;gap:10px}
  .chart-range-buttons{width:100%;gap:14px}
  .stock-chart-container,.overview-stock-chart,#overviewStockChart{height:345px}
  .rating-panel{display:none}
  .chart-wrap{height:220px}
  .kari-grid{grid-template-columns:1fr}
  .radar-wrap{height:220px}
  .peers{flex-direction:column;gap:6px}
  .peer{padding:8px 10px}
}

/* INDICES BAR */
.indices-bar{border-bottom:1px solid var(--sep);height:30px;overflow:hidden}
.indices-inner{width:max-content;max-width:none;margin:0;padding:0;height:100%;display:flex;align-items:center;gap:0;overflow:visible;scrollbar-width:none;white-space:nowrap;animation:indicesTicker 48s linear infinite;will-change:transform}
.indices-inner::-webkit-scrollbar{display:none}
.idx-item{display:inline-flex;align-items:center;gap:6px;padding:0 14px;height:100%;border-right:1px solid var(--sep);flex-shrink:0;font-size:12px}
.idx-name{color:var(--muted);font-weight:500}
.idx-val{font-weight:700;color:var(--text)}
.idx-chg{font-weight:600;font-size:11px}
.idx-chg.up{color:var(--teal)}
.idx-chg.dn{color:var(--red)}
.indices-bar:hover .indices-inner{animation-play-state:paused}
@keyframes indicesTicker{from{transform:translateX(0)}to{transform:translateX(var(--ticker-shift,-50%))}}
@media(prefers-reduced-motion:reduce){
  .indices-inner{max-width:960px;margin:0 auto;padding:0 32px;overflow-x:auto;animation:none;transform:none}
  .indices-inner [aria-hidden="true"]{display:none}
}

/* NEEDLE */

/* DESCRIPTION COLLAPSE */
.ud-clamp-wrap{overflow:hidden;transition:max-height .3s ease;max-height:71px}
.ud-clamp-wrap.expanded{max-height:2000px}
.ud-more-btn{background:none;border:none;color:var(--teal);font-size:13px;font-weight:600;cursor:pointer;padding:6px 0 0;font-family:inherit;display:block}
.ud-more-btn:hover{opacity:.75}

/* DUAL TACHOMETER */
.tacho-dual{display:flex;gap:16px;align-items:flex-start}
.tacho-kpi-pair{flex:2;min-width:0;display:flex;flex-direction:column;gap:12px}
.tacho-kpi-card{flex:1;min-width:0;background:var(--side);border-radius:10px;padding:12px 14px 10px}
.tacho-kpi-h{font-size:11px;font-weight:700;color:var(--text);margin-bottom:8px;display:flex;align-items:baseline;gap:5px}
.tacho-kpi-unit{font-size:10px;color:var(--dim);font-weight:600}
.tacho-kpi-canvas{display:block;width:100%;height:90px}
.tacho-kpi-foot{font-size:11px;color:var(--dim);margin-top:5px;line-height:1.4}
.tacho-kpi-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}
.mini-tip{box-shadow:0 2px 10px rgba(0,0,0,.3)}
.kz-chart-wrap{position:relative;width:100%}
.kz-tip{font-size:12px;background:var(--card);border:1px solid var(--sep);border-radius:6px;padding:5px 10px;color:var(--text)}
.kzc-groups{display:flex;flex-direction:column;gap:7px;margin-top:4px}
.kzc-cat{display:flex;flex-wrap:wrap;align-items:center;gap:5px;padding:3px 0}
.kzc-cat-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--dim);min-width:58px;flex-shrink:0}
.kzc-chip{padding:3px 9px;border-radius:14px;font-size:11px;font-weight:600;border:1px solid var(--sep);color:var(--muted);cursor:pointer;background:transparent;transition:all .12s;line-height:1.5}
.kzc-chip:hover{border-color:var(--kzcc,var(--teal));color:var(--kzcc,var(--teal));background:rgba(0,0,0,.04)}
.kzc-chip.on{background:var(--kzcc,var(--teal));border-color:var(--kzcc,var(--teal));color:#fff}
.kzc-chart-area{position:relative;margin-top:14px;background:var(--side);border-radius:10px;overflow:hidden}
.kzc-tip{font-size:12px;background:var(--bg);border:1px solid var(--sep);border-radius:6px;padding:5px 10px;color:var(--text);box-shadow:0 2px 8px rgba(0,0,0,.12)}
.tacho-unit{order:5;flex:0 0 220px;min-width:0;max-width:230px;display:flex;flex-direction:column;align-items:center}
.tacho-unit-h{font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--dim);margin-bottom:6px;margin-top:2px}
.tacho-divider{width:1px;background:var(--sep);align-self:stretch;margin:0 2px;flex-shrink:0}
.tacho-dual>.tacho-divider:nth-child(2){order:4}
.tacho-dual>.tacho-divider:nth-child(4){order:2}
.tacho-unit .at-center{width:100%;padding:4px 0 4px}
.tacho-unit .at-trio{width:100%}
.tacho-unit .at-trio-cell{flex:1;padding:11px 8px}
.tacho-fg{order:1;flex:1 1 330px;min-width:300px}
.fg-help{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:3px;background:var(--dim);color:#fff;font-size:11px;font-weight:800;letter-spacing:0;margin-left:5px;position:relative;cursor:default}
.fg-help::after{content:attr(data-tip);position:absolute;left:50%;bottom:calc(100% + 8px);transform:translateX(-50%);width:245px;background:#111827;color:#f5f5ff;font-size:11px;line-height:1.45;font-weight:500;text-transform:none;letter-spacing:0;padding:9px 11px;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.18);opacity:0;pointer-events:none;z-index:30}
.fg-help:hover::after{opacity:1}
.fg-table{width:100%;border-collapse:separate;border-spacing:0 6px;font-size:13px}
.fg-table th{font-size:11px;font-weight:700;color:var(--muted);text-align:center;padding:0 6px 2px;white-space:nowrap}
.fg-table th:first-child{text-align:left}
.fg-table td{padding:0 6px;text-align:center;vertical-align:middle}
.fg-table .fg-label{font-size:13px;font-weight:700;color:var(--text);text-align:left;white-space:nowrap;padding-left:0}
.fg-badge{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:32px;border-radius:7px;background:var(--side);border:1px solid var(--sep);color:var(--text);font-size:16px;font-weight:800;line-height:1}
.fg-badge.grade-a{background:rgba(22,163,74,.12);border-color:rgba(22,163,74,.22);color:var(--teal)}
.fg-badge.grade-b{background:rgba(22,163,74,.09);border-color:rgba(22,163,74,.18);color:#15803D}
.fg-badge.grade-c{background:rgba(245,158,11,.12);border-color:rgba(245,158,11,.20);color:#B45309}
.fg-badge.grade-d{background:rgba(0,0,0,.045);border-color:var(--sep);color:var(--muted)}
.fg-badge.grade-f{background:rgba(220,38,38,.08);border-color:rgba(220,38,38,.16);color:var(--red)}
.fg-badge.fg-old{background:var(--side);border-color:var(--sep);color:var(--muted)}
.tacho-scores{order:3;flex:0 0 260px;min-width:240px}
.score-grid{display:grid;grid-template-columns:1fr;gap:7px}
.score-item{width:100%;display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid var(--sep);border-radius:8px;background:#fff;color:var(--text);font-family:inherit;text-align:left;cursor:pointer;transition:background .12s,border-color .12s}
.score-item:hover{background:var(--side);border-color:rgba(0,0,0,.14)}
.score-item:focus-visible{outline:2px solid rgba(22,163,74,.45);outline-offset:2px}
.score-num{width:48px;height:34px;border-radius:6px;display:flex;align-items:center;justify-content:center;background:var(--side);font-size:15px;font-weight:800;letter-spacing:-.02em;flex-shrink:0}
.score-num.good{background:rgba(22,163,74,.12);color:var(--teal)}
.score-num.mid{background:rgba(245,158,11,.13);color:#B45309}
.score-num.bad{background:rgba(220,38,38,.09);color:var(--red)}
.score-meta{min-width:0;display:flex;flex-direction:column;gap:1px}
.score-lbl{font-size:12px;font-weight:800;color:var(--text);line-height:1.2}
.score-tag{font-size:10.5px;font-weight:700;color:var(--dim);line-height:1.25}
.score-flash{position:fixed;left:50%;top:76px;transform:translate(-50%,-8px);width:min(430px,calc(100vw - 28px));background:#111827;color:#fff;border-radius:10px;padding:13px 15px;box-shadow:0 16px 40px rgba(0,0,0,.22);z-index:2500;opacity:0;pointer-events:none;transition:opacity .18s,transform .18s}
.score-flash.show{opacity:1;transform:translate(-50%,0);pointer-events:auto}
.score-flash-title{font-size:13px;font-weight:800;margin-bottom:4px}
.score-flash-body{font-size:12px;line-height:1.55;color:#e5e7eb}
.score-modal{width:min(560px,94vw)}
.score-modal-top{display:flex;align-items:center;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--sep);margin-bottom:10px}
.score-modal-num{width:74px;height:74px;border-radius:14px;display:flex;align-items:baseline;justify-content:center;padding-top:18px;font-size:30px;font-weight:800;letter-spacing:-.04em;flex-shrink:0}
.score-modal-num span{font-size:13px;color:inherit;opacity:.75;margin-left:1px}
.score-modal-num.good{background:rgba(22,163,74,.12);color:var(--teal)}
.score-modal-num.mid{background:rgba(245,158,11,.13);color:#B45309}
.score-modal-num.bad{background:rgba(220,38,38,.09);color:var(--red)}
.score-modal-tag{font-size:17px;font-weight:800;color:var(--text);letter-spacing:-.02em;margin-bottom:4px}
.score-modal-formula{font-size:13px;line-height:1.65;color:var(--muted)}
.score-modal-verdict{margin:10px 0 12px;padding:9px 11px;border-radius:8px;font-size:12px;font-weight:800}
.score-modal-verdict.good{background:rgba(22,163,74,.10);color:var(--teal)}
.score-modal-verdict.neu{background:rgba(245,158,11,.12);color:#B45309}
.score-modal-verdict.bad{background:rgba(220,38,38,.08);color:var(--red)}
.score-attr-list{display:flex;flex-direction:column;border:1px solid var(--sep);border-radius:10px;overflow:hidden}
.score-attr-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 13px;border-bottom:1px solid var(--sep);background:#fff}
.score-attr-row:last-child{border-bottom:none}
.score-attr-k{font-size:13px;font-weight:700;color:var(--text)}
.score-attr-note{font-size:11px;color:var(--dim);line-height:1.45;margin-top:2px}
.score-attr-v{font-size:13px;font-weight:800;text-align:right;white-space:nowrap}
.score-attr-v.good{color:var(--teal)}
.score-attr-v.bad{color:var(--red)}
.score-attr-v.neu{color:var(--muted)}
.score-modal-footnote{font-size:11px;color:var(--dim);line-height:1.55;margin-top:12px}
.mpos-theme-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:10px}
.mpos-theme-card{background:var(--side);border-radius:10px;padding:12px 13px}
.mpos-theme-card>div{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}
.mpos-theme-card b{font-size:13px;color:var(--text)}
.mpos-theme-card span{display:block;font-size:10px;text-transform:uppercase;font-weight:800;color:var(--dim);margin-top:2px}
.mpos-theme-card strong{font-size:18px;color:var(--teal);white-space:nowrap}
.mpos-theme-card p{font-size:11px;line-height:1.5;color:var(--muted);margin:8px 0 0}
@media(max-width:700px){.mpos-theme-list{grid-template-columns:1fr}}
@media(max-width:900px){.tacho-dual{flex-wrap:wrap}.tacho-divider{display:none}.tacho-fg{order:1;flex:1 1 100%}.tacho-scores{order:2;flex:1 1 260px}.tacho-unit{order:3;flex:1 1 220px}}
@media(max-width:600px){.tacho-dual{flex-direction:column;gap:14px}.tacho-kpi-pair{flex-direction:column}.tacho-unit,.tacho-fg,.tacho-scores{max-width:100%;width:100%;flex-basis:auto}.tacho-kpi-row{grid-template-columns:1fr}.fg-table .fg-label{font-size:13px}.fg-badge{min-width:34px;height:30px;font-size:15px}}

/* KI GRADE CIRCLES */
.ki-grade-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:4px 0 2px}
.ki-grade-card{display:flex;flex-direction:column;align-items:center;gap:5px}
.ki-grade-svg{display:block;overflow:visible}
.ki-grade-name{font-size:11px;font-weight:600;color:var(--muted);letter-spacing:.02em}
.ki-grade-loading .ki-grade-svg-ph{width:72px;height:72px;border-radius:50%;background:rgba(0,0,0,.06);animation:ldPulse 1.4s infinite}
@media(max-width:480px){.ki-grade-grid{grid-template-columns:repeat(3,1fr);gap:8px}}

/* KPI BAR CHARTS */
.kpi-charts-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.kpi-chart{background:var(--side);border-radius:10px;padding:14px 14px 10px}
.kpi-chart-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:10px}
.kpi-chart-title{font-size:12px;font-weight:700;color:var(--text);letter-spacing:.01em}
.kpi-chart-unit{font-size:10px;color:var(--dim);font-weight:600}
.kpi-bars-wrap{display:flex;align-items:flex-end;gap:5px;height:72px}
.kpi-bar-col{display:flex;flex-direction:column;align-items:center;flex:1;gap:3px;height:100%}
.kpi-bar-val{font-size:9px;font-weight:700;color:var(--muted);line-height:1;margin-bottom:auto}
.kpi-bar{width:100%;border-radius:3px 3px 0 0;align-self:flex-end}
.kpi-bar.hist{background:var(--teal)}
.kpi-bar.fcast{background:rgba(22,163,74,.28);border:1.5px dashed var(--teal);border-bottom:none;box-sizing:border-box}
.kpi-bar-lbl{font-size:9px;color:var(--dim);white-space:nowrap;margin-top:4px}
@media(max-width:520px){.kpi-charts-grid{grid-template-columns:1fr}}
#secMarketPosition{margin-top:10px}
.mpos-bubble-row{width:100%;background:var(--side);border-radius:12px;overflow:hidden}
.mpos-canvas-bubble{display:block;width:100%;height:220px}
.mpos-bottom-row{display:flex;gap:10px;margin-top:10px}
.mpos-canvas-half{display:block;flex:1;min-width:0;height:190px;background:var(--side);border-radius:12px}

/* VOLUME CHART */
.chart-vol-area{margin-top:2px;position:relative}
.chart-vol-area canvas{display:block;width:100%!important;height:100%!important}

/* EREIGNISKALENDER CARDS */
.ev-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:4px}
.ev-card{display:flex;gap:0;border-radius:10px;overflow:hidden;border:1px solid var(--sep);transition:box-shadow .15s,transform .15s;background:#fff}
.ev-date-col{width:58px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:9px 4px;background:linear-gradient(180deg,rgba(22,163,74,.08),rgba(22,163,74,.025));border-right:1px solid rgba(22,163,74,.14)}
.ev-date-col .ev-mon{font-size:9px;font-weight:900;color:var(--teal);text-transform:uppercase;letter-spacing:.09em;margin:0 0 3px}
.ev-date-col .ev-day{font-size:20px;font-weight:700;line-height:.95;color:var(--text);letter-spacing:-.04em}
.ev-date-col .ev-year{font-size:9px;color:var(--dim);font-weight:700;margin-top:4px}
.ev-body{flex:1;padding:10px 11px;min-width:0}
.ev-body-top{margin-bottom:5px}
.ev-card-title{font-size:12.5px;font-weight:700;color:var(--text);line-height:1.35;margin:0}
.ev-card-desc{font-size:11px;color:var(--muted);margin-top:3px;line-height:1.4}
@media(max-width:520px){.ev-grid{grid-template-columns:1fr}}

/* RESPONSIVE POLISH */
@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}
  .co-info-grid{grid-template-columns:repeat(3,1fr)}
  .co-info-row:nth-child(4n){border-right:1px solid var(--sep)}
  .co-info-row:nth-child(3n){border-right:none}
  .co-info-row:nth-last-child(-n+4){border-bottom:1px solid var(--sep)}
  .co-info-row:nth-last-child(-n+3){border-bottom:none}
  .score-cards,.tech-grid{grid-template-columns:repeat(2,1fr)}
  .si-cards,.mc-stats,.inv-stats{grid-template-columns:repeat(3,1fr)}
  .mpos-bottom-row{flex-direction:column}
}

@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}
  .price-sec{padding-top:14px}
  .p-num{font-size:36px}
  .ttabs,.fin-toggle,.perf-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .ttabs::-webkit-scrollbar,.fin-toggle::-webkit-scrollbar,.perf-tabs::-webkit-scrollbar{display:none}
  .tt,.pt,.ft-btn{white-space:nowrap;flex-shrink:0}
  .tt-compare{margin-left:8px;white-space:nowrap}
  .chart-area{flex-direction:column;height:auto}
  .chart-outer{height:260px}
  .rating-panel{display:none}
  #stockChartSvg>div>div{margin-left:0}
  .tacho-dual{gap:12px}
  .tacho-fg{order:1;flex:1 1 100%;min-width:0}
  .tacho-scores{order:2;flex:1 1 260px}
  .tacho-unit{order:3;flex:1 1 220px;max-width:none}
  .tacho-divider{display:none}
  .score-grid{grid-template-columns:repeat(2,1fr)}
  .tacho-kpi-row,.kpi-charts-grid,.ev-grid,.bb-grid,.kari-grid{grid-template-columns:1fr}
  .two,.fin,.kz-gcols,.ud-ids{grid-template-columns:1fr}
  .two>div+div,.fin .fc:nth-child(even),.ud-ids .udi:nth-child(even){padding-left:0;border-left:none}
  .two>div+div{padding-top:18px;border-top:1px solid var(--sep);margin-top:18px}
  .fin .fc{padding-left:0!important;padding-right:0!important}
  .fin .fc:nth-last-child(-n+2){border-bottom:1px solid var(--sep)}
  .fin .fc:last-child{border-bottom:none}
  .kz-gcols .kz-row:nth-child(odd){border-right:none}
  .fv-form,.inv-inputs{grid-template-columns:1fr 1fr}
  .fv-calc-btn{grid-column:1/-1}
  .holder-wrap{gap:18px}
  .holder-chart{width:140px;height:140px}
  .news-thumb{width:112px;height:86px}
  .moat-sources,.bliq-grid{grid-template-columns:1fr}
  .acc-summary{display:none}
  .footer-copy{margin-left:0;width:100%}
}

@media(max-width:560px){
  main{padding-left:12px;padding-right:12px}
  .nav-inner,.sb-inner,.footer-inner{padding-left:12px;padding-right:12px}
  .indices-bar{height:28px}
  .idx-item{font-size:11px;padding:0 11px}
  .nav-name{font-size:14px}
  .nav-ava,.nav-star{width:30px;height:30px}
  .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}
  .ud-strip-meta{gap:8px;font-size:11px}
  .sib-cols{margin-top:14px}
  .sib-col{padding:9px 10px}
  .sib-col-lbl{font-size:10.5px}
  .sib-col-val{font-size:13px}
  .p-num{font-size:34px}
  .p-num .cents{font-size:19px}
  .p-change{align-items:flex-start;flex-direction:column;gap:2px}
  .sec{margin-top:18px;padding-top:18px}
  .sec-h{font-size:13px;align-items:flex-start;flex-wrap:wrap}
  .tut-toggle{margin-left:0}
  .tacho-dual{flex-direction:column}

/* ==== aktieen/components/charts-news-etf/02.css ==== */
  .tacho-unit,.tacho-fg,.tacho-scores{width:100%;flex-basis:auto;max-width:100%}
  .at-label{font-size:30px}
  .at-count{font-size:11px;text-align:center}
  .at-trio-cell{padding:9px 6px}
  .at-trio-val{font-size:22px}
  .score-grid{grid-template-columns:1fr}
  .score-item{padding:9px 10px}
  .fg-table{font-size:12px;border-spacing:0 5px}
  .fg-table th{font-size:10px;padding:0 3px 2px}
  .fg-table td{padding:0 3px}
  .fg-table .fg-label{font-size:12px;max-width:86px;white-space:normal;line-height:1.15}
  .fg-badge{min-width:31px;height:28px;font-size:14px;border-radius:4px}
  .fg-help::after{left:auto;right:0;transform:none;width:220px}
  .tacho-kpi-canvas{height:84px}
  .kpi-chart{padding:12px}
  .perf-grid,.score-cards,.tech-grid,.fcf-stats,.si-cards,.mc-stats,.inv-stats{grid-template-columns:1fr 1fr}
  .co-info-grid{grid-template-columns:1fr 1fr}
  .co-info-row:nth-child(3n){border-right:1px solid var(--sep)}
  .co-info-row:nth-child(2n){border-right:none}
  .co-info-row:nth-last-child(-n+3){border-bottom:1px solid var(--sep)}
  .co-info-row:nth-last-child(-n+2){border-bottom:none}
  .fv-form,.inv-inputs{grid-template-columns:1fr}
  .inv-stats{grid-template-columns:1fr 1fr}
  .chart-outer,.chart-wrap{height:230px}
  .stock-chart-toolbar{flex-direction:column;align-items:flex-start;gap:10px}
  .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}
  .compx-fin-bar-chart{height:350px}
  .compx-fin-legend{justify-content:flex-start}
  .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}
  .ovx-events-timeline{padding:66px 10px 54px}
  .ovx-event-label{max-width:86px;white-space:normal;line-height:1.15}
  .ovx-event-title,.ovx-event-date,.ovx-today-label{font-size:10px}
  .ovx-event-tooltip{max-width:230px}
  .fin-chart-wrap{height:220px}
  .radar-wrap,.seg-chart-wrap{height:220px}
  .mpos-canvas-bubble{height:190px}
  .mpos-canvas-half{height:170px}
  .news-item{gap:10px}
  .news-thumb{width:88px;height:72px;border-radius:7px}
  .news-title{font-size:13px;-webkit-line-clamp:3;line-clamp:3}
  .news-sum{display:none}
  .ins-table,.earn-table,.tf-table,.peer-table,.udi-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}
  .ins-table tbody,.earn-table tbody,.tf-table tbody,.peer-table tbody,.udi-table tbody{display:table;width:100%}
  .reg-chart-wrap{justify-content:center}
  .reg-donut{width:124px;height:124px}
  .dc-bars,.dc-bar-wrap{gap:5px;height:140px}
  .footer-inner{align-items:flex-start}
  .footer-links{gap:12px}
  .score-flash{top:62px;width:calc(100vw - 20px);padding:12px}
}

@media(max-width:380px){
  .p-num{font-size:30px}
  .perf-grid,.score-cards,.tech-grid,.fcf-stats,.si-cards,.mc-stats,.inv-stats,.co-info-grid{grid-template-columns:1fr}
  .co-info-row:nth-child(2n),.co-info-row:nth-child(3n){border-right:none}
  .co-info-row:nth-last-child(-n+2){border-bottom:1px solid var(--sep)}
  .co-info-row:last-child{border-bottom:none}
  .news-item{flex-direction:column}
  .news-thumb{width:100%;height:150px}
  .fg-table .fg-label{max-width:72px}
  .fg-badge{min-width:28px}
}

.chartx-visx-canvas{position:relative;width:100%;height:100%;overflow:visible}
.chartx-visx-canvas svg{display:block;width:100%;height:100%;overflow:visible}
.chartx-visx-legend{position:absolute;left:14px;top:10px;display:flex;flex-wrap:wrap;gap:6px;z-index:2;pointer-events:none}
.chartx-visx-legend span{display:inline-flex;align-items:center;gap:5px;border:1px solid rgba(0,0,0,.055);background:rgba(255,255,255,.84);border-radius:7px;padding:4px 7px;font-size:10.5px;font-weight:700;color:#475569}
.chartx-visx-legend i{width:8px;height:8px;border-radius:999px;display:inline-block}
.chartx-visx-tip{position:absolute;z-index:5;width:168px;border:1px solid rgba(15,23,42,.1);border-radius:7px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.13);padding:9px 10px;pointer-events:none}
.chartx-visx-tip b{display:block;font-size:12px;color:#111827;margin-bottom:5px}
.chartx-visx-tip span{display:block;font-size:12px;font-weight:800;color:#111827;line-height:1.35}
.chartx-visx-tip em{display:block;font-style:normal;font-size:10.5px;color:#6B7280;margin-top:5px;line-height:1.35}

/* GLOBAL TYPOGRAPHY POLISH */
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}
.sec-h{font-size:20px;font-weight:750;line-height:1.22;letter-spacing:-.024em;color:var(--text)}
.ptab{font-size:13px;font-weight:600;line-height:1.1;letter-spacing:-.005em}
.finx h2,.anx h2,.compx h2,.valx h2,.qlx h2,.riskx h2,.chartx h2,
.peerx h2,.newsx h2,.growx h2{font-size:24px;font-weight:750;line-height:1.18;letter-spacing:-.032em}
.finx p,.anx p,.compx p,.valx p,.qlx p,.riskx p,.chartx p,
.peerx p,.newsx p,.growx p{font-size:13.5px;line-height:1.7}
.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);
}
.ovx-mini-head span,.sec-group-label,.finx-eyebrow,.anx-eyebrow,.compx-eyebrow,
.valx-eyebrow,.qlx-eyebrow,.riskx-eyebrow,.chartx-eyebrow,.peerx-eyebrow,
.newsx-eyebrow,.growx-eyebrow{
  font-size:10.5px;
  font-weight:800;
  letter-spacing:.095em;
}
.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}
.ovx-table>div>span,.finx-table>div,.compx-table>div,.valx-table>div,
.qlx-table>div,.riskx-table>div,.chartx-table>div,.peerx-table>div,
.newsx-table>div,.growx-table>div{font-size:12.75px;line-height:1.48}
.finx-simple-table th,.finx-simple-table td{font-size:12.75px;line-height:1.38}
.finx-simple-table th{font-weight:750;color:#4b5563}
.finx-simple-table td{font-weight:500;color:#505866}
.finx-simple-table td:first-child{font-weight:700;color:#111827}
.ovx-cat-donut,.score-num,.fg-badge{font-weight:800;letter-spacing:-.015em}
.news-list-long h3,.ovx-news-list .ovx-news-title{font-weight:700;line-height:1.38;letter-spacing:-.012em}
.news-list-long p,.ev-card-desc,.event-list-long .ev-card-desc{line-height:1.55}
.compx-driver-grid b,.compx-risk-list b,.compx-dependency-list b,
.growx-driver-grid b,.growx-risk-list b,.chartx-zone-list b,.chartx-stress b,
.peerx-peer-grid b,.peerx-sim-grid b{font-size:12.75px;font-weight:750;line-height:1.3}
.compx-driver-grid span,.compx-risk-list span,.compx-dependency-list span,
.growx-driver-grid span,.growx-risk-list span,.chartx-zone-list span,.chartx-stress span,
.peerx-peer-grid span,.peerx-sim-grid span{font-size:12px;line-height:1.55}

@media(max-width:820px){
  .s-info h1{font-size:24px}
  .sec-h{font-size:18px;line-height:1.25}
  .finx h2,.anx h2,.compx h2,.valx h2,.qlx h2,.riskx h2,.chartx h2,
  .peerx h2,.newsx h2,.growx h2{font-size:22px}
}

@media(max-width:560px){
  body{font-size:13.5px}
  .s-info h1{font-size:22px;line-height:1.18}
  .sec-h{font-size:16px!important;line-height:1.3}
  .ptab{font-size:12.5px}
  .finx h2,.anx h2,.compx h2,.valx h2,.qlx h2,.riskx h2,.chartx h2,
  .peerx h2,.newsx h2,.growx h2{font-size:20px;line-height:1.22}
  .finx p,.anx p,.compx p,.valx p,.qlx p,.riskx p,.chartx p,
  .peerx p,.newsx p,.growx p{font-size:13px;line-height:1.62}
  .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}
}

/* ANALYSE: FUNDAMENTAL RESEARCH */
.anx-research{color:#111827}
.anx-research-head{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;padding:4px 0 18px;border-bottom:1px solid var(--sep)}
.anx-research-head h2{margin:0 0 7px;font-size:24px;font-weight:800;letter-spacing:-.03em}
.anx-research-head p{max-width:780px;margin:0;color:#64748b;font-size:12.5px;line-height:1.65}
.anx-data-note{min-width:170px;padding-left:18px;border-left:1px solid var(--sep);text-align:right}
.anx-data-note span,.anx-data-note small{display:block;color:#8a95a5;font-size:9px;font-weight:700;text-transform:uppercase}
.anx-data-note strong{display:block;margin:4px 0;color:#111827;font-size:12px}
.anx-research-panel{margin-top:14px;padding:18px 16px;background:#fff}
.anx-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:14px;padding-bottom:11px;border-bottom:1px solid var(--sep)}
.anx-section-head>div{display:flex;align-items:center;gap:9px}
.anx-section-head>div>span{display:grid;place-items:center;width:25px;height:25px;background:#111827;color:#fff;font-size:9px;font-weight:800}
.anx-section-head h3{margin:0;color:#111827;font-size:16px;font-weight:800;letter-spacing:-.02em}
.anx-section-head>p{margin:0;color:#7b8798;font-size:10.5px;line-height:1.4;text-align:right}
.anx-table-scroll{width:100%;overflow-x:auto}
.anx-context-table,.anx-compact-table,.anx-trend-table,.anx-analyst-table,.anx-insider-table,.anx-peer-table{width:100%;border-collapse:collapse}
.anx-context-table th,.anx-compact-table th,.anx-trend-table th,.anx-analyst-table th,.anx-insider-table th,.anx-peer-table th{padding:8px 10px;border-bottom:1px solid #cfd5dd;color:#7b8798;font-size:9px;font-weight:750;text-align:right;text-transform:uppercase;white-space:nowrap}
.anx-context-table td,.anx-compact-table td,.anx-trend-table td,.anx-analyst-table td,.anx-insider-table td,.anx-peer-table td{padding:12px 10px;border-bottom:1px solid var(--sep);color:#596579;font-size:11.25px;text-align:right;white-space:nowrap}
.anx-context-table th:first-child,.anx-context-table td:first-child,.anx-compact-table th:first-child,.anx-compact-table td:first-child,.anx-trend-table th:first-child,.anx-trend-table td:first-child,.anx-analyst-table th:first-child,.anx-analyst-table td:first-child,.anx-insider-table th:first-child,.anx-insider-table td:first-child,.anx-peer-table th:first-child,.anx-peer-table td:first-child{text-align:left}
.anx-context-table td:first-child,.anx-context-table td strong,.anx-compact-table strong,.anx-trend-table strong,.anx-analyst-table strong,.anx-insider-table strong,.anx-peer-table strong{color:#111827;font-weight:750}
.anx-verdict,.anx-delivery{display:inline-flex;padding:4px 7px;border-radius:4px;font-size:9.5px;font-weight:800}
.anx-verdict.weak{background:#fee2e2;color:#111827}
.anx-verdict.mid{background:#fef3c7;color:#111827}
.anx-verdict.good,.anx-delivery{background:#dcfce7;color:#166534}
.anx-section-conclusion{margin:13px 0 0!important;padding:10px 12px;border-left:3px solid #111827;background:#f8fafc;color:#475569!important;font-size:11px!important;line-height:1.55!important}
.anx-fair-layout{display:grid;gap:34px;align-items:center}
.anx-fair-label{display:inline-flex;margin-bottom:10px;padding:5px 9px;border-radius:4px;font-size:10px;font-weight:800}
.anx-fair-label.is-over{background:#fee2e2;color:#111827}
.anx-fair-label.is-under{background:#dcfce7;color:#166534}
.anx-fair-label.is-fair{background:#fef3c7;color:#111827}
.anx-fair-copy>strong{display:block;margin-bottom:8px;font-size:17px;font-weight:800}
.anx-fair-copy>p{color:#64748b;font-size:11.5px;line-height:1.6}
.anx-fair-range{padding:30px 15px 8px}
.anx-fair-range-values,.anx-fair-scale{display:flex;justify-content:space-between;gap:10px;color:#64748b;font-size:9.5px;font-weight:700}
.anx-fair-range-values b{color:#111827}
.anx-fair-track{position:relative;height:8px;margin:17px 0 26px;border-radius:999px;background:linear-gradient(90deg,#dcfce7 0 33%,#fef3c7 33% 66%,#fee2e2 66% 100%)}
.anx-fair-track>span{position:absolute;top:50%;width:13px;height:13px;border:3px solid #fff;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #64748b}
.anx-fair-track .is-model{background:#111827}
.anx-fair-track .is-price{background:#dc2626}
.anx-fair-track em{position:absolute;left:50%;top:17px;transform:translateX(-50%);color:#64748b;font-size:9px;font-style:normal;font-weight:750;white-space:nowrap}
.anx-fair-scale span:nth-child(2){text-align:center}.anx-fair-scale span:last-child{text-align:right}
.anx-fair-reasons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px;border-top:1px solid var(--sep)}
.anx-fair-reasons>div{padding:13px 17px 0 0}
.anx-fair-reasons>div+div{padding-left:17px;border-left:1px solid var(--sep)}
.anx-fair-reasons span{display:block;margin-bottom:4px;color:#7b8798;font-size:9px;font-weight:750;text-transform:uppercase}
.anx-fair-reasons b{display:block;margin-bottom:4px;font-size:11.5px}
.anx-fair-reasons p{color:#64748b;font-size:10.5px;line-height:1.5}
.anx-dual-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:0}
.anx-dual-grid>div{min-width:0;padding-right:18px}

/* ==== aktieen/components/research-metrics/00.css ==== */
.anx-dual-grid>div+div{padding-left:18px;padding-right:0;border-left:1px solid var(--sep)}
.anx-subhead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:7px}
.anx-subhead h4{margin:0;font-size:12px;font-weight:800}
.anx-subhead span{color:#8a95a5;font-size:9.5px;font-weight:700}
.anx-compact-table th,.anx-compact-table td{padding-left:7px;padding-right:7px;font-size:10px}
.anx-compact-table td.positive{color:#15803d;font-weight:750}
.anx-trend-table .anx-trend{display:inline-flex;align-items:center;gap:6px;color:#15803d;font-size:9.5px;font-weight:750}
.anx-trend i{width:18px;height:4px;background:#16a34a}
.anx-mini-trends{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:15px}
.anx-mini-trends>div{padding-top:10px;border-top:1px solid var(--sep)}
.anx-mini-trends span,.anx-mini-trends b{display:block;font-size:10px}.anx-mini-trends span{color:#7b8798}.anx-mini-trends b{margin:4px 0 8px;color:#111827}
.anx-mini-trends i{display:block;width:100%;height:4px;background:linear-gradient(90deg,#16a34a var(--trend-width),#e5e7eb var(--trend-width))}
.anx-health-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--sep)}
.anx-health-grid article{padding:15px 16px 13px 0;border-bottom:1px solid var(--sep)}
.anx-health-grid article+article{padding-left:16px;border-left:1px solid var(--sep)}
.anx-health-grid span{display:block;color:#7b8798;font-size:9.5px;font-weight:750;text-transform:uppercase}
.anx-health-grid strong{display:block;margin:6px 0 5px;font-size:18px;letter-spacing:-.02em}
.anx-health-grid em{font-size:9.5px;font-style:normal;font-weight:800}.anx-health-grid em.good{color:#15803d}
.anx-health-grid p{margin-top:8px;color:#64748b;font-size:10.5px;line-height:1.5}
.anx-health-summary{display:grid;grid-template-columns:100px minmax(0,1fr);gap:14px;padding-top:13px}
.anx-health-summary b{font-size:11px}.anx-health-summary p{color:#64748b;font-size:11px;line-height:1.55}
.anx-analyst-overview{display:grid;grid-template-columns:1fr 1.25fr;gap:24px;align-items:stretch}
.anx-consensus{padding:15px;background:#f8fafc}
.anx-consensus>span{display:block;color:#64748b;font-size:10px;font-weight:700}
.anx-consensus>strong{display:block;margin:5px 0 13px;font-size:25px;font-weight:800}
.anx-consensus-bar{display:flex;height:8px;overflow:hidden;background:#e5e7eb}.anx-consensus-bar i{display:block}.anx-consensus-bar .buy{background:#16a34a}.anx-consensus-bar .hold{background:#f59e0b}.anx-consensus-bar .sell{background:#dc2626}
.anx-consensus-labels{display:flex;justify-content:space-between;margin-top:7px;color:#64748b;font-size:9px;font-weight:750}
.anx-target-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--sep);border-left:1px solid var(--sep)}
.anx-target-summary>div{padding:12px;border-right:1px solid var(--sep);border-bottom:1px solid var(--sep)}
.anx-target-summary span{display:block;color:#7b8798;font-size:9px;font-weight:750;text-transform:uppercase}.anx-target-summary strong{display:block;margin-top:5px;font-size:14px}
.anx-target-range{position:relative;height:84px;margin:22px 38px 5px}
.anx-target-range>i{position:absolute;left:0;right:0;top:40px;height:5px;background:#e5e7eb}
.anx-target-range>span{position:absolute;top:31px;z-index:2;transform:translateX(-50%);text-align:center}
.anx-target-range>span::before{content:"";display:block;width:12px;height:12px;margin:auto;border:3px solid #fff;border-radius:50%;background:#111827;box-shadow:0 0 0 1px #94a3b8}
.anx-target-range .is-low{transform:none}.anx-target-range .is-high{transform:translateX(-100%)}.anx-target-range .is-median::before{background:#16a34a}
.anx-target-range b,.anx-target-range em{display:block;white-space:nowrap}.anx-target-range b{margin-top:5px;font-size:10px}.anx-target-range em{color:#7b8798;font-size:8.5px;font-style:normal}
.anx-analyst-table{min-width:500px}.anx-analyst-table td:last-child span{display:inline-flex;padding:3px 7px;border-radius:4px;background:#dcfce7;color:#166534;font-size:9px;font-weight:800}
.anx-data-caveat{margin-top:9px!important;color:#8a95a5!important;font-size:9.5px!important}
.anx-bull-bear{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--sep)}
.anx-bull-bear article{padding:15px 20px 0 0}.anx-bull-bear article+article{padding-left:20px;padding-right:0;border-left:1px solid var(--sep)}
.anx-bull-bear h4{display:flex;align-items:center;gap:8px;margin:0 0 8px;font-size:13px}.anx-bull-bear h4 span{display:grid;place-items:center;width:20px;height:20px;border-radius:50%}
.anx-bull-bear .bull h4{color:#15803d}.anx-bull-bear .bull h4 span{background:#dcfce7}.anx-bull-bear .bear h4{color:#b91c1c}.anx-bull-bear .bear h4 span{background:#fee2e2}
.anx-bull-bear article>div{padding:11px 0;border-bottom:1px solid var(--sep)}.anx-bull-bear article>div:last-child{border-bottom:0}
.anx-bull-bear b{display:block;margin-bottom:4px;font-size:11.5px}.anx-bull-bear p{color:#64748b;font-size:10.75px;line-height:1.5}
.anx-owner-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:28px;align-items:center}
.anx-owner-chart{display:grid;grid-template-columns:190px minmax(0,1fr);gap:20px;align-items:center}
.anx-owner-donut{width:180px;height:180px;border-radius:50%;background:conic-gradient(#2563eb 0 67%,#7c3aed 67% 85%,#f59e0b 85% 96%,#111827 96% 100%);display:grid;place-items:center}
.anx-owner-donut>div{display:grid;place-items:center;width:104px;height:104px;border-radius:50%;background:#fff;text-align:center}
.anx-owner-donut span{color:#64748b;font-size:9px;font-weight:750;text-transform:uppercase}.anx-owner-donut strong{font-size:22px}
.anx-owner-legend{display:grid}.anx-owner-legend>div{display:grid;grid-template-columns:9px minmax(0,1fr) auto;gap:8px;align-items:center;padding:8px 0;border-bottom:1px solid var(--sep)}
.anx-owner-legend i{width:8px;height:8px;border-radius:50%}.anx-owner-legend .institutional{background:#2563eb}.anx-owner-legend .funds{background:#7c3aed}.anx-owner-legend .retail{background:#f59e0b}.anx-owner-legend .insider{background:#111827}
.anx-owner-legend span{color:#64748b;font-size:10px}.anx-owner-legend b{font-size:10px}
.anx-top-holders{border-left:1px solid var(--sep);padding-left:24px}.anx-top-holders h4{margin:0 0 8px;font-size:12px}
.anx-top-holders>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px 12px;padding:11px 0;border-bottom:1px solid var(--sep)}
.anx-top-holders span{font-size:11px;font-weight:750}.anx-top-holders b{font-size:11px}.anx-top-holders em{grid-column:1/-1;color:#7b8798;font-size:9.5px;font-style:normal}
.anx-insider-head{margin-top:20px;padding-top:13px;border-top:1px solid var(--sep)}
.anx-insider-table{min-width:650px}.anx-insider-table td:nth-child(n+3),.anx-insider-table th:nth-child(n+3){text-align:right}
.anx-insider-table td span{display:inline-flex;padding:3px 7px;border-radius:4px;font-size:9px;font-weight:750}.anx-insider-table .sale{background:#fee2e2;color:#111827}.anx-insider-table .neutral{background:#eef2f7;color:#475569}
.anx-peer-table{min-width:720px}.anx-peer-table td:nth-child(n+2),.anx-peer-table th:nth-child(n+2){text-align:right}.anx-peer-table tr.is-current td{background:#f0fdf4;color:#111827}

@media(max-width:900px){
  .anx-research-head,.anx-section-head{align-items:flex-start;flex-direction:column}
  .anx-data-note{padding-left:0;border-left:0;text-align:left}
  .anx-section-head>p{text-align:left}
  .anx-fair-layout,.anx-dual-grid,.anx-analyst-overview,.anx-owner-layout{grid-template-columns:1fr}
  .anx-dual-grid>div,.anx-dual-grid>div+div{padding:0;border-left:0}
  .anx-dual-grid>div+div{margin-top:20px;padding-top:15px;border-top:1px solid var(--sep)}
  .anx-health-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .anx-health-grid article:nth-child(3){border-left:0}
  .anx-owner-layout{gap:20px}.anx-top-holders{padding-left:0;border-left:0}
}
@media(max-width:600px){
  .anx-research-panel{padding:15px 0}
  .anx-research-head h2{font-size:21px}
  .anx-fair-reasons,.anx-mini-trends,.anx-health-grid,.anx-bull-bear{grid-template-columns:1fr}
  .anx-fair-reasons>div,.anx-fair-reasons>div+div{padding:12px 0;border-left:0;border-bottom:1px solid var(--sep)}
  .anx-health-grid article,.anx-health-grid article+article{padding:13px 0;border-left:0}
  .anx-bull-bear article,.anx-bull-bear article+article{padding:14px 0;border-left:0}.anx-bull-bear article+article{border-top:1px solid var(--sep)}
  .anx-owner-chart{grid-template-columns:1fr}.anx-owner-donut{justify-self:center}
  .anx-health-summary{grid-template-columns:1fr;gap:5px}
  .anx-fair-range{padding-left:4px;padding-right:4px}
}

/* ANALYSE: VISUAL REFINEMENT */
.anx-research{
  --anx-ink:#151922;
  --anx-muted:#687386;
  --anx-line:#e2e6ec;
  --anx-soft:#f7f8fa;
  --anx-green:#14825b;
  --anx-green-soft:#e8f5ef;
  --anx-red:#b84040;
  --anx-red-soft:#faecec;
  --anx-amber:#9a6b09;
  --anx-amber-soft:#fff4d7;
  color:var(--anx-ink);
}
.anx-research-head{
  align-items:center;
  padding:10px 0 25px;
  border-bottom:1px solid var(--anx-line);
}
.anx-research-head h2{
  margin-bottom:8px;
  font-size:27px;
  line-height:1.15;
  font-weight:750;
  letter-spacing:-.025em;
}
.anx-research-head p{
  max-width:760px;
  color:var(--anx-muted);
  font-size:13px;
  line-height:1.65;
}
.anx-data-note{
  min-width:190px;
  padding:11px 0 11px 24px;
  border-left:1px solid var(--anx-line);
}
.anx-data-note span,.anx-data-note small{
  color:#8b94a3;
  font-size:9px;
  letter-spacing:.04em;
}
.anx-data-note strong{
  margin:5px 0 7px;
  font-size:13px;
  font-weight:700;
}
.anx-research-panel{
  margin:0;
  padding:29px 0 31px;
  background:transparent;
  border-bottom:1px solid var(--anx-line);
}
.anx-section-head{
  align-items:flex-start;
  margin-bottom:19px;
  padding:0;
  border:0;
}
.anx-section-head>div{
  align-items:baseline;
  gap:11px;
}
.anx-section-head>div>span{
  display:block;
  width:auto;
  height:auto;
  background:transparent;
  color:#a1a9b5;
  font-size:10px;
  font-weight:700;
  letter-spacing:.06em;
}
.anx-section-head h3{
  font-size:20px;
  line-height:1.25;
  font-weight:750;
  letter-spacing:-.022em;
}
.anx-section-head>p{
  max-width:430px;
  padding-top:4px;
  color:var(--anx-muted);
  font-size:11.5px;
  line-height:1.5;
}
.anx-table-scroll{
  border-top:1px solid #cfd5dd;
}
.anx-context-table th,.anx-compact-table th,.anx-trend-table th,
.anx-analyst-table th,.anx-insider-table th,.anx-peer-table th{
  padding:11px 13px;
  border-bottom:1px solid var(--anx-line);
  background:var(--anx-soft);
  color:#7b8493;
  font-size:9.5px;
  font-weight:700;
  letter-spacing:.035em;
}
.anx-context-table td,.anx-compact-table td,.anx-trend-table td,
.anx-analyst-table td,.anx-insider-table td,.anx-peer-table td{
  padding:14px 13px;
  border-bottom:1px solid var(--anx-line);
  color:#596477;
  font-size:11.5px;
}
.anx-context-table tbody tr:hover td,.anx-compact-table tbody tr:hover td,
.anx-trend-table tbody tr:hover td,.anx-analyst-table tbody tr:hover td,
.anx-insider-table tbody tr:hover td,.anx-peer-table tbody tr:hover td{
  background:#fafbfc;
}
.anx-context-table{
  display:block;
}
.anx-context-table thead{
  display:none;
}
.anx-context-table tbody{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.anx-context-table tbody tr{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-content:start;
  min-width:0;
  padding:16px;
  border:1px solid var(--anx-line);
  border-radius:7px;
  background:#fff;
}
.anx-context-table tbody tr:hover{
  border-color:#cbd2db;
  background:#fafbfc;
}
.anx-context-table tbody tr:hover td{
  background:transparent;
}
.anx-context-table tbody td{
  min-width:0;
  padding:0;
  border:0;
  text-align:left!important;
  white-space:normal;
}
.anx-context-table tbody td:first-child{
  grid-column:1/-1;
  margin-bottom:13px;
  padding-bottom:10px;
  border-bottom:1px solid var(--anx-line);
  font-size:12px;
}
.anx-context-table tbody td:nth-child(2){
  grid-column:1/-1;
  margin-bottom:15px;
  color:var(--anx-ink);
  font-size:25px;
  font-weight:750;
  letter-spacing:-.035em;
}
.anx-context-table tbody td:nth-child(3),
.anx-context-table tbody td:nth-child(4){
  color:#4f5b6d;
  font-size:11px;
}
.anx-context-table tbody td:nth-child(4){
  padding-left:12px;
  border-left:1px solid var(--anx-line);
}
.anx-context-table tbody td:nth-child(5){
  grid-column:1/-1;
  margin-top:15px;
}
.anx-context-table tbody td:nth-child(2)::before,
.anx-context-table tbody td:nth-child(3)::before,
.anx-context-table tbody td:nth-child(4)::before{
  display:block;
  margin-bottom:4px;
  color:#8b94a3;
  font-size:8.5px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.anx-context-table tbody td:nth-child(2)::before{content:"Aktuell / TTM"}
.anx-context-table tbody td:nth-child(3)::before{content:"Eigener 5J-Schnitt"}
.anx-context-table tbody td:nth-child(4)::before{content:"Sektor"}
.anx-context-table .anx-verdict{
  width:100%;
  min-height:29px;
}
.anx-verdict,.anx-delivery{
  min-width:92px;
  justify-content:center;
  padding:5px 8px;
  border-radius:5px;
  font-size:9.5px;
}
.anx-verdict.weak{background:var(--anx-red-soft);color:#762f2f}
.anx-verdict.mid{background:var(--anx-amber-soft);color:#6f4c06}
.anx-verdict.good,.anx-delivery{background:var(--anx-green-soft);color:#116443}
.anx-section-conclusion{
  margin-top:15px!important;
  padding:12px 14px;
  border:0;
  border-left:2px solid #9aa3b0;
  background:var(--anx-soft);
  color:#4f5b6d!important;
  font-size:11.5px!important;
}
.anx-fair-simple{
  padding-top:0;
}
.anx-fair-layout{

  gap:42px;
  padding:23px 25px;
  border:1px solid var(--anx-line);
  border-radius:7px;
  background:var(--anx-soft);
}
.anx-fair-label{
  padding:5px 9px;
  border-radius:5px;
}
.anx-fair-label.is-over{background:var(--anx-red-soft);color:#762f2f}
.anx-fair-label.is-under{background:var(--anx-green-soft);color:#116443}
.anx-fair-label.is-fair{background:var(--anx-amber-soft);color:#6f4c06}
.anx-fair-copy>strong{
  font-size:19px;
  letter-spacing:-.02em;
}
.anx-fair-copy>p{
  margin:0;
  color:var(--anx-muted);
  font-size:11.5px;
}
.anx-fair-range{
  padding:27px 12px 5px;
}
.anx-fair-track{
  height:7px;
  background:linear-gradient(90deg,#cfe9dd 0 33%,#f2dfab 33% 66%,#efcaca 66% 100%);
}
.anx-fair-track .is-price{background:var(--anx-red)}
.anx-fair-reasons{
  margin-top:18px;
  border-top:0;
}
.anx-fair-reasons>div{
  padding:16px 20px 3px 0;
  border-top:1px solid var(--anx-line);
}
.anx-fair-reasons>div+div{
  padding-left:20px;
  border-left:0;
  border-top:1px solid var(--anx-line);
}
.anx-fair-reasons b{font-size:12px}
.anx-fair-reasons p{font-size:11px}
.anx-dual-grid{
  gap:28px;
}
.anx-dual-grid>div{
  padding:0;
}
.anx-dual-grid>div+div{
  padding:0;
  border-left:0;
}
.anx-subhead{
  min-height:28px;
  margin-bottom:9px;
}
.anx-subhead h4{
  font-size:13px;
  font-weight:750;
}
.anx-mini-trends{
  gap:0;
  margin-top:18px;
  border-top:1px solid var(--anx-line);
}
.anx-mini-trends>div{
  padding:15px 22px 2px 0;
  border-top:0;
}
.anx-mini-trends>div+div{
  padding-left:22px;
  border-left:1px solid var(--anx-line);
}
.anx-mini-trends span{font-size:10.5px}
.anx-mini-trends b{font-size:12.5px}
.anx-mini-trends i{
  height:3px;
  background:linear-gradient(90deg,var(--anx-green) var(--trend-width),#e5e7eb var(--trend-width));
}
.anx-health-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  border:1px solid var(--anx-line);
  border-radius:7px;
  overflow:hidden;
}
.anx-health-grid article,.anx-health-grid article+article{
  min-height:142px;
  padding:18px 20px;
  border:0;
  border-right:1px solid var(--anx-line);
  border-bottom:1px solid var(--anx-line);
}
.anx-health-grid article:nth-child(even){border-right:0}
.anx-health-grid article:nth-last-child(-n+2){border-bottom:0}
.anx-health-grid span{font-size:9.5px;letter-spacing:.035em}
.anx-health-grid strong{
  margin:7px 0 4px;
  font-size:22px;
  font-weight:750;
}
.anx-health-grid em.good{color:var(--anx-green)}
.anx-health-grid p{font-size:11px}
.anx-health-summary{
  grid-template-columns:90px minmax(0,1fr);
  padding:14px 3px 0;
}
.anx-analyst-overview{
  grid-template-columns:.8fr 1.2fr;
  gap:0;
  border:1px solid var(--anx-line);
  border-radius:7px;
  overflow:hidden;
}
.anx-consensus{
  padding:20px;
  background:var(--anx-soft);
  border-right:1px solid var(--anx-line);
}
.anx-consensus>strong{
  margin:4px 0 15px;
  color:var(--anx-green);
  font-size:27px;
}
.anx-consensus-bar{height:7px}
.anx-consensus-bar .buy{background:var(--anx-green)}
.anx-target-summary{
  border:0;
}
.anx-target-summary>div{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:17px 19px;
  border-color:var(--anx-line);
}
.anx-target-summary strong{font-size:16px}
.anx-target-range{
  margin:27px 42px 9px;
}
.anx-target-range>i{height:3px;background:#dfe3e8}
.anx-target-range .is-median::before{background:var(--anx-green)}
.anx-bull-bear{
  gap:32px;
  border-top:0;
}
.anx-bull-bear article,.anx-bull-bear article+article{
  padding:0;
  border-left:0;
}
.anx-bull-bear h4{
  margin:0;
  padding:13px 15px;
  border-radius:7px 7px 0 0;
  font-size:13px;
}
.anx-bull-bear .bull h4{background:var(--anx-green-soft);color:#116443}
.anx-bull-bear .bear h4{background:var(--anx-red-soft);color:#762f2f}
.anx-bull-bear h4 span{
  width:18px;
  height:18px;
  background:#fff!important;
}
.anx-bull-bear article>div{
  padding:13px 15px;
  border:1px solid var(--anx-line);
  border-top:0;
}
.anx-bull-bear article>div:last-child{
  border-radius:0 0 7px 7px;
}
.anx-bull-bear b{font-size:12px}
.anx-bull-bear p{font-size:11px}
.anx-owner-layout{
  grid-template-columns:1.1fr .9fr;
  gap:34px;
}
.anx-owner-chart{
  grid-template-columns:170px minmax(0,1fr);
  gap:25px;
}
.anx-owner-donut{
  width:164px;
  height:164px;
  background:conic-gradient(#27364a 0 67%,#6d8199 67% 85%,#d3a84e 85% 96%,#111827 96% 100%);
}
.anx-owner-donut>div{
  width:98px;
  height:98px;
}
.anx-owner-donut strong{font-size:24px}
.anx-owner-legend .institutional{background:#27364a}
.anx-owner-legend .funds{background:#6d8199}
.anx-owner-legend .retail{background:#d3a84e}
.anx-top-holders{
  padding:17px 20px;
  border:1px solid var(--anx-line);
  border-radius:7px;
}
.anx-top-holders>div:last-child{border-bottom:0}
.anx-peer-table tr.is-current td{
  background:#edf6f1;
}

@media(max-width:900px){
  .anx-research-head,.anx-section-head{gap:12px}
  .anx-data-note{padding:0;border-left:0}
  .anx-fair-layout,.anx-dual-grid,.anx-analyst-overview,.anx-owner-layout{grid-template-columns:1fr}
  .anx-dual-grid{gap:22px}
  .anx-dual-grid>div+div{
    margin:0;
    padding-top:18px;
    border-top:1px solid var(--anx-line);
  }
  .anx-consensus{border-right:0;border-bottom:1px solid var(--anx-line)}
  .anx-owner-layout{gap:22px}
  .anx-context-table tbody{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
  .anx-research-head{padding-top:3px}
  .anx-research-head h2{font-size:23px}
  .anx-research-panel{padding:24px 0 26px}
  .anx-section-head h3{font-size:18px}
  .anx-section-head>div{align-items:center}
  .anx-section-head>p{font-size:11px}
  .anx-fair-layout{gap:20px;padding:18px 14px}
  .anx-fair-reasons,.anx-mini-trends,.anx-health-grid,.anx-bull-bear{grid-template-columns:1fr}
  .anx-fair-reasons>div,.anx-fair-reasons>div+div{padding:13px 0}
  .anx-mini-trends>div,.anx-mini-trends>div+div{padding:13px 0;border-left:0;border-bottom:1px solid var(--anx-line)}
  .anx-health-grid article,.anx-health-grid article+article{
    min-height:0;
    padding:16px;
    border-right:0;
    border-bottom:1px solid var(--anx-line);
  }
  .anx-health-grid article:last-child{border-bottom:0}
  .anx-target-summary{grid-template-columns:1fr 1fr}
  .anx-bull-bear{gap:18px}
  .anx-bull-bear article+article{border-top:0}
  .anx-owner-chart{grid-template-columns:1fr}
  .anx-owner-donut{justify-self:center}
  .anx-top-holders{padding:14px}
  .anx-context-table tbody{grid-template-columns:1fr}
}

/* ANALYSE: ALIGNMENT WITH OVERVIEW + COMPANY */
.anx-research{
  --anx-panel-line:var(--sep);
}
.anx-research-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:18px;
  align-items:start;
  padding:0;
  border:0;
}
.anx-research-intro{
  min-height:188px;
  padding:5px 12px 5px 0;
}
.anx-research-head h2{
  margin:0 0 10px;
  font-size:26px;
  font-weight:750;
  line-height:1.2;
  letter-spacing:-.035em;
}
.anx-research-head p{
  max-width:760px;
  margin:0;
  color:var(--muted);
  font-size:13.5px;
  line-height:1.78;
}
.anx-research-summary{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
  max-width:780px;
  margin-top:16px;
  padding-top:15px;
  border-top:1px solid var(--anx-panel-line);
}
.anx-research-summary p{
  font-size:11.75px;
  line-height:1.62;
}
.anx-research-summary p+ p{
  padding-left:22px;
  border-left:1px solid var(--anx-panel-line);
}
.anx-intro-tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:18px;
}
.anx-intro-tags span{
  padding:4px 8px;
  border-radius:4px;
  background:#f1f3f5;
  color:#4b5563;
  font-size:10px;
  font-weight:650;
}
.anx-analysis-profile{
  background:#fff;
  border:1px solid var(--anx-panel-line);
  box-shadow:0 2px 3px rgba(15,23,42,.18),0 1px 2px rgba(15,23,42,.12);
}
.anx-analysis-profile-title{
  padding:13px 15px;
  background:#f7f8fa;
}
.anx-analysis-profile-title span{
  display:block;
  color:var(--text);
  font-size:13px;
  font-weight:800;
}
.anx-analysis-profile-title small{
  display:block;
  margin-top:3px;
  color:#8a95a5;
  font-size:9.5px;
  font-weight:650;
}
.anx-analysis-profile>div:not(.anx-analysis-profile-title){
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:10px 15px;
  border-top:1px solid var(--anx-panel-line);
}
.anx-analysis-profile>div>span{
  color:var(--muted);
  font-size:11.5px;
}
.anx-analysis-profile>div>b{
  font-size:11.5px;
  font-weight:750;
}
.anx-analysis-profile .is-good{color:#087a5b}
.anx-analysis-profile .is-weak{color:#b42318}
.anx-profile-note{
  display:block;
  padding:9px 15px;
  border-top:1px solid var(--anx-panel-line);
  color:#8a95a5;
  font-size:8.5px;
  font-weight:700;
  text-align:right;
  text-transform:uppercase;
}
.anx-research-panel{
  margin-top:14px;
  padding:16px;
  background:#fff;
  border:0;
}
.anx-section-head{
  display:block;
  margin:0;
  padding:0 0 10px;
  border-bottom:1px solid var(--anx-panel-line);
}
.anx-section-head>div{
  display:block;
}
.anx-section-head>div>span{
  display:none;
}
.anx-section-head h3{
  margin:0;
  color:var(--text);
  font-size:19px;
  font-weight:800;
  line-height:1.35;
  letter-spacing:0;
}
.anx-section-head>p{
  max-width:760px;
  margin:5px 0 0;
  padding:0;
  color:var(--muted);
  font-size:11.5px;
  line-height:1.55;
  text-align:left;
}
.anx-table-scroll{
  border-top:0;
}
.anx-context-table tbody{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
}
.anx-context-table tbody tr{
  padding:17px 20px 16px 0;
  border:0;
  border-bottom:1px solid var(--anx-panel-line);
  border-radius:0;
}
.anx-context-table tbody tr:nth-child(odd){
  padding-right:22px;
  border-right:1px solid var(--anx-panel-line);
}
.anx-context-table tbody tr:nth-child(even){
  padding-left:22px;
}
.anx-context-table tbody tr:nth-last-child(-n+2){
  border-bottom:0;
}
.anx-context-table tbody tr:hover{
  border-color:var(--anx-panel-line);
  background:transparent;
}
.anx-context-table tbody td:first-child{
  margin-bottom:10px;
  padding-bottom:8px;
}
.anx-context-table tbody td:nth-child(2){
  margin-bottom:13px;
  font-size:22px;
}
.anx-context-table .anx-verdict{
  width:auto;
  min-width:0;
  min-height:0;
  padding:4px 8px;
}
.anx-section-conclusion{
  margin:14px 0 0!important;
  padding:11px 13px;
  border-left:3px solid #9ba6b4;
  background:#f7f8fa;
}
.anx-fair-layout{
  gap:30px;
  padding:18px 0;
  border:0;
  border-radius:0;
  background:#fff;
}
.anx-fair-reasons{
  margin-top:0;
  border-top:1px solid var(--anx-panel-line);
}
.anx-fair-reasons>div,.anx-fair-reasons>div+div{
  padding-top:14px;
}
.anx-dual-grid{
  gap:0;
}
.anx-dual-grid>div{
  padding:14px 18px 0 0;
}
.anx-dual-grid>div+div{
  padding:14px 0 0 18px;
  border-left:1px solid var(--anx-panel-line);
}
.anx-subhead h4{
  font-size:12px;
}
.anx-context-table th,.anx-compact-table th,.anx-trend-table th,
.anx-analyst-table th,.anx-insider-table th,.anx-peer-table th{
  background:#fff;
  border-bottom:1px solid #cfd5dd;
}
.anx-context-table td,.anx-compact-table td,.anx-trend-table td,
.anx-analyst-table td,.anx-insider-table td,.anx-peer-table td{
  padding-top:12px;
  padding-bottom:12px;
}
.anx-mini-trends{
  margin-top:14px;
}
.anx-health-grid{
  border:0;
  border-radius:0;
}
.anx-health-grid article,.anx-health-grid article+article{
  min-height:132px;
  padding:15px 18px 14px 0;
  border-right:1px solid var(--anx-panel-line);
  border-bottom:1px solid var(--anx-panel-line);
}
.anx-health-grid article:nth-child(even){
  padding-left:18px;
  padding-right:0;
  border-right:0;
}
.anx-health-grid strong{
  font-size:20px;
}
.anx-analyst-overview{
  border:0;
  border-radius:0;
  border-bottom:1px solid var(--anx-panel-line);
}
.anx-consensus{
  padding:17px 18px 17px 0;
  background:#fff;
}
.anx-target-summary>div{
  padding:14px 18px;
}
.anx-bull-bear{
  gap:0;
  margin-top:0;
}
.anx-bull-bear article,.anx-bull-bear article+article{
  padding:0 20px 0 0;
}
.anx-bull-bear article+article{
  padding:0 0 0 20px;
  border-left:1px solid var(--anx-panel-line);
}
.anx-bull-bear h4{
  padding:13px 0 10px;
  border-radius:0;
  border-bottom:1px solid var(--anx-panel-line);
  background:#fff!important;
}
.anx-bull-bear .bull h4{color:#087a5b}
.anx-bull-bear .bear h4{color:#b42318}
.anx-bull-bear h4 span{
  background:#f1f3f5!important;
}
.anx-bull-bear article>div{
  padding:11px 0;
  border:0;
  border-bottom:1px solid var(--anx-panel-line);
}
.anx-bull-bear article>div:last-child{
  border-radius:0;
  border-bottom:0;
}
.anx-owner-layout{
  margin-top:15px;
}
.anx-top-holders{
  padding:0 0 0 24px;
  border:0;
  border-left:1px solid var(--anx-panel-line);
  border-radius:0;
}
.anx-peer-table tr.is-current td{
  background:#edf6f1;
}

@media(max-width:900px){
  .anx-research-head{
    grid-template-columns:1fr;
  }
  .anx-research-intro{
    min-height:0;
  }
  .anx-analysis-profile{
    box-shadow:none;
  }
  .anx-dual-grid>div,.anx-dual-grid>div+div{
    padding-left:0;
    padding-right:0;
    border-left:0;
  }
}

/* Shared tab heading */
.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}
.stock-research-page .anx-research-head{margin-top:0}
.stock-research-page .anx-research-intro>h3{
  margin:0 0 8px;
  color:var(--text);
  font-size:16px;
  font-weight:600;
  line-height:1.3;
}
.stock-research-page .research-tab-tools{
  justify-content:flex-end!important;
  min-height:40px;
  margin: 12px 0;
}
.stock-research-page .chartx-clean-head{
  grid-template-columns:auto 280px 260px!important;
  justify-content:end!important;
  margin-top:12px;
}

/* Compact valuation charts */
.anx-valuation-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:16px 0 0;
}
.anx-valuation-grid.finx-key-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
.stock-research-page #secAnalyse:not(.ptab-hidden):not([hidden]){
  display:flex;
  flex-direction:column;
}
.stock-research-page #secAnalyse>*{
  order:10;
}
.stock-research-page #secAnalyse>.research-tab-title{
  order:0;
}
.stock-research-page #secAnalyse>.anx-overall-layout{
  order:1;
}
.stock-research-page #secAnalyse>.anx-valuation-section{
  order:2;
}
.anx-valuation-key-card .finx-key-chart{
  width:100%;
  gap:2px;
}
.anx-valuation-key-card .finx-key-chart i{
  flex:1 1 0;
  max-width:none;
  min-width:0;
  cursor:pointer!important;
}
.stock-research-page #secAnalyse .anx-valuation-key-card>b[data-anx-value]{
  font-size:20px!important;
  line-height:1.06!important;
  letter-spacing:-.035em;
}
.stock-research-page #secAnalyse .anx-valuation-key-card{
  overflow:visible;
  padding-bottom:16px!important;
}
.stock-research-page #secAnalyse .anx-valuation-section{
  position:relative;
}
.stock-research-page #secAnalyse .anx-valuation-key-card{
  overflow:visible;
  z-index:1;
}
.stock-research-page #secAnalyse .anx-valuation-key-card:hover,
.stock-research-page #secAnalyse .anx-valuation-key-card:focus-within{
  z-index:20;
}
.stock-research-page #secAnalyse .anx-valuation-key-card .finx-key-card-head>span:first-child{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-width:0;
}
.stock-research-page #secAnalyse .anx-score-trend-card .finx-key-card-head>span:first-child{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-width:0;
}
.stock-research-page #secAnalyse .anx-valuation-help{
  position:relative;
  display:inline-grid;
  place-items:center;
  width:17px;
  height:17px;
  border:0;
  border-radius:999px;
  background:#eef2f6;
  color:#64748b;
  font-size:11px;
  font-weight:800;
  line-height:1;
  cursor:pointer;
  overflow:visible;
  z-index:5;
}
.stock-research-page #secAnalyse .anx-score-help{
  position:relative;
  display:inline-grid;
  place-items:center;
  width:17px;
  height:17px;
  border:0;
  border-radius:999px;
  background:#eef2f6;
  color:#64748b;
  font-size:11px;
  font-weight:800;
  line-height:1;
  cursor:pointer;
  overflow:visible;
  z-index:5;
}
.stock-research-page #secAnalyse .anx-score-help:hover,
.stock-research-page #secAnalyse .anx-score-help:focus-visible{
  background:#dfe7ee;
  color:#111827;
  outline:0;
}
.stock-research-page #secAnalyse .anx-score-help::after{
  content:attr(data-tip);
  position:absolute;
  left:50%;
  bottom:calc(100% + 8px);
  z-index:10001;
  width:240px;
  padding:7px 10px;
  border:0;
  border-radius:8px;
  background:#f1f3f5;
  color:#475569!important;
  box-shadow:0 8px 22px rgba(15,23,42,.08);
  font-size:12px;
  font-weight:400;
  line-height:1.35;
  text-align:left;
  white-space:normal;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translate(-50%,4px);
  transition:opacity .1s ease,transform .1s ease,visibility .1s ease;
  display:block;
}
.stock-research-page #secAnalyse .anx-score-help::before{
  content:"";
  position:absolute;
  left:50%;
  bottom:calc(100% + 3px);
  z-index:10002;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-top:5px solid #f1f3f5;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateX(-50%);
  display:block;
}
.stock-research-page #secAnalyse .anx-score-help:hover::after,
.stock-research-page #secAnalyse .anx-score-help:hover::before,
.stock-research-page #secAnalyse .anx-score-help:focus-visible::after,
.stock-research-page #secAnalyse .anx-score-help:focus-visible::before{
  opacity:1;
  visibility:visible;
  transform:translate(-50%,0);
}
.stock-research-page #secAnalyse .anx-score-help:hover::before,
.stock-research-page #secAnalyse .anx-score-help:focus-visible::before{
  transform:translateX(-50%);
}
.stock-research-page #secAnalyse .anx-valuation-help:hover,
.stock-research-page #secAnalyse .anx-valuation-help:focus-visible{
  background:#dfe7ee;
  color:#111827;
  outline:0;
}
.stock-research-page #secAnalyse .anx-valuation-help::after{
  content:attr(data-tip);
  position:absolute;
  left:50%;
  bottom:calc(100% + 8px);
  z-index:10001;
  width:240px;
  padding:7px 10px;
  border:0;
  border-radius:8px;
  background:#f1f3f5;
  color:#475569!important;
  box-shadow:0 8px 22px rgba(15,23,42,.08);
  font-size:12px;
  font-weight:400;
  line-height:1.35;
  text-align:left;
  white-space:normal;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translate(-50%,4px);
  transition:opacity .1s ease,transform .1s ease,visibility .1s ease;
  display:block;
}
.stock-research-page #secAnalyse .anx-valuation-help::before{
  content:"";
  position:absolute;
  left:50%;
  bottom:calc(100% + 3px);
  z-index:10002;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-top:5px solid #f1f3f5;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateX(-50%);
  display:block;
}
.stock-research-page #secAnalyse .anx-valuation-help:hover::after,
.stock-research-page #secAnalyse .anx-valuation-help:hover::before,
.stock-research-page #secAnalyse .anx-valuation-help:focus-visible::after,
.stock-research-page #secAnalyse .anx-valuation-help:focus-visible::before{
  opacity:1;
  visibility:visible;
  transform:translate(-50%,0);
}
.stock-research-page #secAnalyse .anx-valuation-help:hover::before,
.stock-research-page #secAnalyse .anx-valuation-help:focus-visible::before{
  transform:translateX(-50%);
}
body>#anxGlobalHelpTip,
body>#anxValuationTooltip{
  display:none!important;
}
.stock-research-page #secAnalyse .anx-valuation-key-card [data-anx-period]{
  cursor:pointer;
  user-select:none;
}
.stock-research-page #secAnalyse .anx-valuation-key-card [data-anx-period]:focus-visible{
  outline:2px solid rgba(22,132,81,.28);
  outline-offset:2px;
}
.stock-research-page #secAnalyse .anx-valuation-key-card .finx-key-chart i.forecast{
  background:rgba(22,132,81,.28);
  outline:1px dashed rgba(22,132,81,.46);
  outline-offset:-1px;
}
.stock-research-page #secAnalyse .anx-valuation-key-card .finx-key-chart i:focus-visible{
  outline:2px solid rgba(17,24,39,.28);
  outline-offset:2px;
}
.stock-research-page #secAnalyse .anx-valuation-tooltip{
  position:fixed;
  z-index:10030;
  width:270px;
  max-width:calc(100vw - 32px);
  padding:10px 12px;
  border:1px solid rgba(15,23,42,.14);
  border-radius:8px;
  background:#fff;
  box-shadow:0 12px 30px rgba(15,23,42,.14);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(4px);
  transition:opacity .1s ease,transform .1s ease,visibility .1s ease;
}
.stock-research-page #secAnalyse .anx-valuation-tooltip.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.stock-research-page #secAnalyse .anx-valuation-tooltip strong,
.stock-research-page #secAnalyse .anx-valuation-tooltip span{
  display:block;
}
.stock-research-page #secAnalyse .anx-valuation-tooltip strong{
  color:#111827;
  font-size:13px;
  font-weight:700;
  line-height:1.3;
}
.stock-research-page #secAnalyse .anx-valuation-tooltip span{
  margin-top:2px;
  color:#64748b;
  font-size:11px;
  font-weight:600;
  line-height:1.35;
}
.stock-research-page #secAnalyse .anx-valuation-tooltip p{
  margin:7px 0 0;
  color:#475569;
  font-size:12px;
  font-weight:400;
  line-height:1.45;
}
.stock-research-page #secAnalyse .anx-valuation-tooltip p b{
  color:#111827;
  font-weight:700;
}
.stock-research-page .anx-valuation-tooltip,
body>.anx-valuation-tooltip{
  position:fixed;
  z-index:10030;
  width:270px;
  max-width:calc(100vw - 32px);
  padding:10px 12px;
  border:1px solid rgba(15,23,42,.14);
  border-radius:8px;
  background:#fff;
  box-shadow:0 12px 30px rgba(15,23,42,.14);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(4px);
  transition:opacity .1s ease,transform .1s ease,visibility .1s ease;
}
.stock-research-page .anx-valuation-tooltip.is-visible,
body>.anx-valuation-tooltip.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.stock-research-page .anx-valuation-tooltip strong,
.stock-research-page .anx-valuation-tooltip span,
body>.anx-valuation-tooltip strong,
body>.anx-valuation-tooltip span{
  display:block;
}
.stock-research-page .anx-valuation-tooltip strong,
body>.anx-valuation-tooltip strong{
  color:#111827;
  font-size:13px;
  font-weight:700;
  line-height:1.3;
}
.stock-research-page .anx-valuation-tooltip span,
body>.anx-valuation-tooltip span{
  margin-top:2px;
  color:#64748b;
  font-size:11px;
  font-weight:600;
  line-height:1.35;
}
.stock-research-page .anx-valuation-tooltip p,
body>.anx-valuation-tooltip p{
  margin:7px 0 0;
  color:#475569;
  font-size:12px;
  font-weight:400;
  line-height:1.45;
}
.stock-research-page .anx-valuation-tooltip p b,
body>.anx-valuation-tooltip p b{
  color:#111827;
  font-weight:700;
}
.stock-research-page #secAnalyse>.research-tab-title{order:0}
.stock-research-page #secAnalyse>.anx-valuation-section{order:1}
.stock-research-page #secAnalyse>.anx-fair-dcf{order:2}
.stock-research-page #secAnalyse>.anx-peer-section{order:4}
.stock-research-page #secAnalyse>.anx-score-section{order:5}
.stock-research-page #secAnalyse>.anx-monitor-section{order:6}
.stock-research-page #secAnalyse>.anx-case-section{order:7}
.stock-research-page #secAnalyse>.anx-overall-layout{order:8}
.stock-research-page #secAnalyse .anx-valuation-section,
.stock-research-page #secAnalyse .anx-fair-dcf,
.stock-research-page #secAnalyse .anx-peer-section,
.stock-research-page #secAnalyse .anx-score-section,
.stock-research-page #secAnalyse .anx-monitor-section{
  margin-top:18px;
}
.stock-research-page #secAnalyse .anx-valuation-period{
  flex:0 0 auto;
}
.stock-research-page #secAnalyse .anx-simple-research-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.stock-research-page #secAnalyse .anx-fair-panel{
  margin-top:12px;
  padding:14px 16px 12px;
  border:1px solid var(--sep);
  border-radius:8px;
  background:#fff;
}
.stock-research-page #secAnalyse .anx-fair-summary{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:10px;
}
.stock-research-page #secAnalyse .anx-fair-summary span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:24px;
  padding:3px 8px;
  border-radius:5px;
  background:#f7f9fb;
  color:#64748b;
  font-size:11px;
  font-weight:600;
  line-height:1.25;
}
.stock-research-page #secAnalyse .anx-fair-summary b{
  color:#111827;
  font-weight:700;
}
.stock-research-page #secAnalyse .anx-fair-summary b.is-over{
  color:#b4232d;
}
.stock-research-page #secAnalyse .anx-fair-summary b.is-under{
  color:#15803d;
}
/* ==== aktieen/components/research-metrics/01.css ==== */
.stock-research-page #secAnalyse .anx-fair-summary b.is-neutral{
  color:#475569;
}
.stock-research-page #secAnalyse .anx-fair-canvas{
  position:relative;
  height:330px;
  min-height:300px;
  margin:0;
  padding:0;
  border:0;
  background:#fff;
}
.stock-research-page #secAnalyse .anx-fair-canvas svg{
  display:block;
  width:100%;
  height:100%;
  overflow:visible;
}
.stock-research-page #secAnalyse .anx-fair-canvas [data-fair-chart]{
  width:100%;
  height:100%;
}
.stock-research-page #secAnalyse .anx-fair-canvas .anx-fair-tooltip{
  z-index:40;
}
.stock-research-page #secAnalyse .anx-fair-band{
  fill:rgba(22,132,81,.08);
  stroke:none;
}
.stock-research-page #secAnalyse .anx-fair-price-area{
  fill:rgba(22,132,81,.07);
  stroke:none;
}
.stock-research-page #secAnalyse .anx-fair-price-line{
  stroke:#168451;
  stroke-width:1.45;
}
.stock-research-page #secAnalyse .anx-fair-value-line{
  stroke:#111827;
  stroke-width:1.15;
  stroke-dasharray:5 5;
}
.stock-research-page #secAnalyse .anx-research-card{
  min-width:0;
  padding:14px 16px 13px;
  border:1px solid var(--sep);
  border-radius:8px;
  background:#fff;
}
.stock-research-page #secAnalyse .anx-research-card span{
  display:block;
  margin-bottom:8px;
  color:#111827;
  font-size:13px;
  font-weight:600;
  line-height:1.35;
}
.stock-research-page #secAnalyse .anx-research-card b{
  display:block;
  color:#111827;
  font-size:24px;
  font-weight:700;
  line-height:1.15;
  letter-spacing:-.025em;
}
.stock-research-page #secAnalyse .anx-research-card p,
.stock-research-page #secAnalyse .anx-mini-note{
  margin:8px 0 0;
  color:#64748b;
  font-size:13px;
  font-weight:400;
  line-height:1.45;
}
.stock-research-page #secAnalyse .anx-table-scroll{
  overflow-x:auto;
  background:#fff;
}
.stock-research-page #secAnalyse .anx-peer-table,
.stock-research-page #secAnalyse .anx-compact-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}
.stock-research-page #secAnalyse .anx-peer-table th,
.stock-research-page #secAnalyse .anx-compact-table th{
  padding:10px 12px;
  border-bottom:1px solid var(--sep);
  background:#f7f9fb;
  color:#64748b;
  font-size:11px;
  font-weight:600;
  line-height:1.35;
  text-align:right;
  white-space:nowrap;
}
.stock-research-page #secAnalyse .anx-peer-table th:first-child,
.stock-research-page #secAnalyse .anx-compact-table th:first-child,
.stock-research-page #secAnalyse .anx-peer-table td:first-child,
.stock-research-page #secAnalyse .anx-compact-table td:first-child{
  text-align:left;
}
.stock-research-page #secAnalyse .anx-peer-table td,
.stock-research-page #secAnalyse .anx-compact-table td{
  padding:12px;
  border-bottom:1px solid rgba(15,23,42,.07);
  color:#475569;
  font-size:13px;
  font-weight:400;
  line-height:1.45;
  text-align:right;
  vertical-align:middle;
}
.stock-research-page #secAnalyse .anx-peer-table tr:last-child td,
.stock-research-page #secAnalyse .anx-compact-table tr:last-child td{
  border-bottom:0;
}
.stock-research-page #secAnalyse .anx-peer-table .is-current td{
  color:#111827;
  font-weight:600;
}
.stock-research-page #secAnalyse .anx-peer-table:not(.is-expanded) .anx-peer-extra{
  display:none;
}
.stock-research-page #secAnalyse .anx-peer-more{
  display:block;
  width:max-content;
  margin:12px auto 0;
}
.stock-research-page #secAnalyse .anx-score-card-grid.finx-key-cards{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.stock-research-page #secAnalyse .anx-monitor-insider{
  margin-top:18px;
}
.stock-research-page #secAnalyse .anx-monitor-table{
  min-width:900px;
}
.stock-research-page #secAnalyse .anx-monitor-table th:nth-child(3),
.stock-research-page #secAnalyse .anx-monitor-table td:nth-child(3),
.stock-research-page #secAnalyse .anx-monitor-table th:nth-child(5),
.stock-research-page #secAnalyse .anx-monitor-table td:nth-child(5){
  text-align:center;
}
.stock-research-page #secAnalyse .anx-monitor-importance{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:58px;
  height:24px;
  padding:0 9px;
  border-radius:5px;
  font-size:11px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
}
.stock-research-page #secAnalyse .anx-monitor-importance.is-high{
  background:rgba(22,163,74,.11);
  color:#126c38;
}
.stock-research-page #secAnalyse .anx-monitor-importance.is-mid{
  background:rgba(217,119,6,.14);
  color:#92400e;
}
.stock-research-page #secAnalyse .anx-monitor-importance.is-low{
  background:#eef2f6;
  color:#64748b;
}
.stock-research-page #secAnalyse .anx-trend-text{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:88px;
  height:24px;
  padding:0 9px;
  border-radius:5px;
  font-size:11px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
}
.stock-research-page #secAnalyse .anx-trend-text.is-up{
  background:rgba(22,163,74,.11);
  color:#126c38;
}
.stock-research-page #secAnalyse .anx-trend-text.is-flat{
  background:#eef2f6;
  color:#64748b;
}
.stock-research-page #secAnalyse .anx-trend-text.is-down{
  background:rgba(220,38,38,.11);
  color:#991b1b;
}
.stock-research-page #secAnalyse .anx-trend{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:24px;
  height:22px;
  border-radius:5px;
  font-size:13px;
  font-weight:700;
  line-height:1;
}
.stock-research-page #secAnalyse .anx-trend.up{
  background:#eaf6ef;
  color:#15803d;
}
.stock-research-page #secAnalyse .anx-trend.down{
  background:#fcebec;
  color:#b4232d;
}
.stock-research-page #secAnalyse .anx-trend.flat{
  background:#f1f5f9;
  color:#64748b;
}
.stock-research-page #secAnalyse .anx-insider-detail-table{
  overflow-x:auto;
}
.stock-research-page #secAnalyse .anx-insider-fin-table{
  width:100%;
  min-width:680px;
  border-collapse:separate;
  border-spacing:0;
}
.stock-research-page #secAnalyse .anx-insider-fin-table th{
  position:static;
  padding:11px 14px;
  background:#f7f9fb;
  color:#64748b;
  font-size:11px;
  font-weight:600;
  line-height:1.35;
  text-align:right;
  border-bottom:1px solid var(--sep);
}
.stock-research-page #secAnalyse .anx-insider-fin-table td{
  padding:13px 14px;
  color:#475569;
  font-size:13px;
  font-weight:400;
  line-height:1.45;
  text-align:right;
  border-bottom:1px solid rgba(15,23,42,.07);
}
.stock-research-page #secAnalyse .anx-insider-fin-table th:first-child,
.stock-research-page #secAnalyse .anx-insider-fin-table td:first-child,
.stock-research-page #secAnalyse .anx-insider-fin-table th:nth-child(2),
.stock-research-page #secAnalyse .anx-insider-fin-table td:nth-child(2){
  text-align:left;
}
.stock-research-page #secAnalyse .anx-insider-fin-table tr:last-child td{
  border-bottom:0;
}
.stock-research-page #secAnalyse .anx-priced-canvas svg,
.stock-research-page #secAnalyse .anx-fair-canvas svg,
.stock-research-page #secAnalyse .anx-insider-bars{
  font-family:'Inter',sans-serif!important;
}
.stock-research-page #secAnalyse .anx-priced-axis,
.stock-research-page #secAnalyse .anx-priced-x,
.stock-research-page #secAnalyse .anx-priced-current-label{
  fill:#8fa0b7!important;
  font-size:11px!important;
  font-weight:600!important;
}
.stock-research-page #secAnalyse .anx-priced-gridline{
  stroke:#eef2f7!important;
  stroke-width:1!important;
}
.stock-research-page #secAnalyse .anx-priced-line{
  stroke-width:1.35!important;
}
.stock-research-page #secAnalyse .anx-priced-side-note{
  fill:#f3f4f6!important;
  stroke:transparent!important;
  filter:drop-shadow(0 8px 18px rgba(15,23,42,.10))!important;
}
.stock-research-page #secAnalyse .anx-priced-message-label{
  font-size:12px!important;
  font-weight:500!important;
}
.stock-research-page #secAnalyse .anx-priced-message-value{
  font-size:12px!important;
  font-weight:700!important;
}
.anx-valuation-change.is-positive{
  background:#eaf6ef;
  color:#15803d;
}
.anx-valuation-change.is-negative{
  background:#fcebec;
  color:#b4232d;
}
.stock-research-page .anx-analyst-table td:last-child span,
.stock-research-page .anx-insider-table td span{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:3px 7px;
  border-radius:4px;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1.2!important;
}
.stock-research-page .anx-analyst-table td:last-child span{
  background:#eaf6ef;
  color:#15803d;
}
.stock-research-page .anx-insider-table .sale{
  background:#fcebec;
  color:#b4232d;
}
.stock-research-page .anx-insider-table .neutral{
  background:#eef2f7;
  color:#475569;
}
.anx-key-value-row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
}
.anx-key-value-row>b{
  min-width:0;
  color:var(--text);
  font-size:24px;
  font-weight:700;
  line-height:1.15;
  letter-spacing:-.025em;
}
.anx-key-value-row>span{
  display:flex;
  align-items:baseline;
  gap:7px;
  flex:0 0 auto;
}
.anx-key-value-row small{
  color:#7b8796;
  font-size:11px;
  font-weight:500;
}
.anx-key-value-row strong{
  color:#334155;
  font-size:13px;
  font-weight:600;
}
.anx-health-grid.finx-key-cards{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:16px 0 0;
  border:0;
}
.anx-health-grid.finx-key-cards article,
.anx-health-grid.finx-key-cards article+article,
.anx-health-grid.finx-key-cards article:nth-child(even),
.anx-health-grid.finx-key-cards article:nth-last-child(-n+2){
  min-height:0;
  padding:14px 16px 13px;
  border:1px solid var(--sep);
  border-radius:8px;
}
.anx-health-grid.finx-key-cards .finx-key-card>.finx-key-chart{
  gap:2px;
}
.anx-health-grid.finx-key-cards .finx-key-card>.finx-key-chart i{
  min-width:3px;
  max-width:none;
}

@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 .research-tab-tools{justify-content:stretch!important}
  .stock-research-page .research-tab-tools label{width:100%;min-width:0!important}
  .stock-research-page .chartx-clean-head{
    grid-template-columns:1fr 1fr!important;
    justify-content:stretch!important;
  }
  .stock-research-page .chartx-clean-head .chartx-compare-box,
  .stock-research-page .chartx-clean-head .chartx-metric-picker,
  .stock-research-page .chartx-clean-head .chartx-value-toggle{
    grid-column:1/-1;
    width:100%;
  }
  .anx-valuation-grid,.anx-valuation-grid.finx-key-cards,
  .anx-health-grid.finx-key-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .stock-research-page #secAnalyse .anx-simple-research-grid,
  .stock-research-page #secAnalyse .anx-score-card-grid.finx-key-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:520px){
  .anx-valuation-grid,.anx-valuation-grid.finx-key-cards,
  .anx-health-grid.finx-key-cards{grid-template-columns:1fr}
  .stock-research-page #secAnalyse .anx-simple-research-grid,
  .stock-research-page #secAnalyse .anx-score-card-grid.finx-key-cards{grid-template-columns:1fr}
}

/* STOCK RESEARCH: UNIFIED TYPOGRAPHY SYSTEM */
.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 h4,
.stock-research-page main h5,
.stock-research-page main h6{
  font-size:var(--type-card-size)!important;
  font-weight:600!important;
  line-height:1.3!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;
}

/* 1. Seiten- und Firmenname */
.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;
}

/* 2. Haupt?berschrift eines Tabs */
.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;
}

/* 3. Abschnitts?berschriften */
.stock-research-page .sec-h,
.stock-research-page .anx-section-head h3,
.stock-research-page .ovx-news-heading h3,
.stock-research-page .compx-section-title,
.stock-research-page .news-simple-head{
  font-size:var(--type-section-size)!important;
  font-weight:700!important;
  line-height:1.25!important;
  letter-spacing:0!important;
  text-transform:none!important;
}

/* 4. Card- und Box-Titel */
.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 .ovx-score-detail-title{
  font-size:var(--type-card-size)!important;
  font-weight:600!important;
  line-height:1.3!important;
}

/* 5. Normaler Text und Tabellenwerte */
.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 td strong,
.stock-research-page td b,
.stock-research-page .ovx-table b,
.stock-research-page .finx-table b,
.stock-research-page .compx-table b,
.stock-research-page .chartx-table b,
.stock-research-page .newsx-table b{
  font-size:inherit!important;
  font-weight:600!important;
  line-height:inherit!important;
  letter-spacing:0!important;
}

/* 6. Labels, Metadaten und Tabellenk?pfe */
.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 .ovx-score-help{
  font-size:var(--type-label-size)!important;
  font-weight:600!important;
  line-height:1!important;
}

/* Kennzahlen: nur 24px oder 36px */
.stock-research-page .finx-metric-grid b,
.stock-research-page .chartx-metric-grid b,
.stock-research-page .anx-summary-grid b,
.stock-research-page .anx-health-grid strong,
.stock-research-page .anx-consensus>strong,
.stock-research-page .anx-owner-donut strong,
.stock-research-page .compx-owner-donut-center b,
.stock-research-page .compx-segment-tile-copy>b,
.stock-research-page .score-num,
.stock-research-page .fg-badge{
  font-size:var(--type-metric-size)!important;
  font-weight:700!important;
  line-height:1.15!important;
  letter-spacing:0!important;
}
.stock-research-page .p-num,
.stock-research-page .ovx-overall-grade,
.stock-research-page .finx-score b,
.stock-research-page .anx-score b,
.stock-research-page .chartx-score b,
.stock-research-page .newsx-score b,
.stock-research-page .center-value{
  font-size:var(--type-hero-metric-size)!important;
  font-weight:700!important;
  line-height:1.15!important;
  letter-spacing:0!important;
}
.stock-research-page .p-num .cents{
  font-size:var(--type-metric-size)!important;
  font-weight:700!important;
}

/* Chartbeschriftungen folgen ebenfalls der Label-Stufe. */
.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;
}

@media(max-width:820px){
  .stock-research-page .compx-new-top{
    grid-template-columns:minmax(0,1fr)!important;
  }
  .stock-research-page .compx-profile-card{
    width:100%;
    min-width:0;
  }
}

@media(max-width:600px){
  .anx-research-head h2{
    font-size:23px;
  }
  .anx-research-head p{
    font-size:12.5px;
    line-height:1.68;
  }
  .anx-research-summary{
    grid-template-columns:1fr;
    gap:10px;
  }
  .anx-research-summary p+ p{
    padding:10px 0 0;
    border-left:0;
    border-top:1px solid var(--anx-panel-line);
  }
  .anx-research-panel{
    padding:15px 0;
  }
  .anx-context-table tbody{
    grid-template-columns:1fr;
  }
  .anx-context-table tbody tr,.anx-context-table tbody tr:nth-child(odd),
  .anx-context-table tbody tr:nth-child(even){
    padding:15px 0;
    border-right:0;
    border-bottom:1px solid var(--anx-panel-line);
  }
  .anx-context-table tbody tr:last-child{
    border-bottom:0;
  }
  .anx-health-grid article,.anx-health-grid article+article,
  .anx-health-grid article:nth-child(even){
    min-height:0;
    padding:14px 0;
    border-right:0;
  }
  .anx-bull-bear article,.anx-bull-bear article+article{
    padding:0;
    border-left:0;
  }
  .anx-bull-bear article+article{
    margin-top:14px;
    border-top:1px solid var(--anx-panel-line);
  }
  .anx-top-holders{
    padding:14px 0 0;
    border-left:0;
    border-top:1px solid var(--anx-panel-line);
  }
}

/* ANALYSE: CALMER TYPOGRAPHY */
.anx-research,
.anx-research *{
  letter-spacing:0;
}
.anx-research-head h2{
  font-weight:650;
  letter-spacing:0;
}
.anx-research-head p,
.anx-research-summary p,
.anx-section-head>p,
.anx-fair-copy>p,
.anx-fair-reasons p,
.anx-health-grid p,
.anx-health-summary p,
.anx-bull-bear p,
.anx-data-caveat{
  font-weight:500;
}
.anx-intro-tags span{
  font-weight:500;
}
.anx-analysis-profile-title span,
.anx-section-head h3,
.anx-subhead h4,
.anx-top-holders h4,
.anx-bull-bear h4{
  font-weight:650;
}
.anx-analysis-profile-title small,
.anx-profile-note,
.anx-analysis-profile>div>span,
.anx-fair-reasons span,
.anx-health-grid span,
.anx-target-summary span,
.anx-owner-donut span,
.anx-context-table tbody td:nth-child(2)::before,
.anx-context-table tbody td:nth-child(3)::before,
.anx-context-table tbody td:nth-child(4)::before{
  font-weight:500;
  text-transform:none;
  letter-spacing:0;
}
.anx-profile-note{
  text-align:left;
}
.anx-analysis-profile>div>b,
.anx-context-table td:first-child,
.anx-context-table td strong,
.anx-compact-table strong,
.anx-trend-table strong,
.anx-analyst-table strong,
.anx-insider-table strong,
.anx-peer-table strong,
.anx-fair-reasons b,
.anx-bull-bear b,
.anx-top-holders span,
.anx-top-holders b{
  font-weight:600;
}
.anx-context-table tbody td:nth-child(2),
.anx-fair-copy>strong,
.anx-health-grid strong,
.anx-consensus>strong,
.anx-target-summary strong,
.anx-owner-donut strong{
  font-weight:700;
  letter-spacing:0;
}
.anx-context-table th,.anx-compact-table th,.anx-trend-table th,
.anx-analyst-table th,.anx-insider-table th,.anx-peer-table th{
  font-weight:500;
  text-transform:none;
  letter-spacing:0;
}
.anx-verdict,.anx-delivery,
.anx-fair-label,
.anx-health-grid em,
.anx-analyst-table td:last-child span,
.anx-insider-table td span,
.anx-trend-table .anx-trend{
  font-weight:600;
  text-transform:none;
}
.anx-fair-range-values,.anx-fair-scale,
.anx-fair-track em,.anx-consensus-labels,
.anx-owner-legend span,.anx-owner-legend b,
.anx-top-holders em{
  font-weight:550;
}

/* ANALYSE: CHART DETAILS */
.anx-profit-bars{
  display:inline-flex;
  align-items:flex-end;
  justify-content:flex-end;
  width:42px;
  height:25px;
  vertical-align:middle;
}
.anx-profit-bars i{
  display:block;
  width:3px;
  height:max(4px,var(--bar-height));

  background:linear-gradient(180deg,#168451 0%,#45a77b 100%);
}
.anx-profit-bars i.is-down{
  background:linear-gradient(180deg, #b43a3a 0%, #d66b6b 100%);
}
.anx-mini-trends i{
  height:4px;
  background:linear-gradient(
    90deg,
    #087a5b 0 var(--base-width),
    #73cda7 var(--base-width) var(--trend-width),
    #e5e7eb var(--trend-width) 100%
  );
}
.anx-target-range{
  margin-left:0;
  margin-right:0;
}
.anx-target-range>i{
  left:45px;
  right:45px;
}
.anx-target-range>span{
  left:calc(45px + (100% - 90px) * var(--target-position));
  width:90px;
  transform:translateX(-50%);
}
.anx-target-range .is-low,
.anx-target-range .is-high{
  transform:translateX(-50%);
}

/* Analyse: echter 5-Jahres-Kurs mit aktuellem Analystenkonsens */
.anx-target-forecast{
  margin:24px 0 18px;
  padding:18px 0 0;
}
.anx-target-forecast-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  margin-bottom:14px;
}
.anx-target-forecast-head h4{
  margin:0;
  color:#1f2933;
  font-size:16px;
  font-weight:600;
  line-height:1.3;
}
.anx-target-forecast-head p{
  margin:4px 0 0;
  color:#697586;
  font-size:11px;
  font-weight:400;
  line-height:1.45;
}
.anx-target-forecast-legend{
  display:flex;
  align-items:center;
  gap:14px;
  min-height:36px;
  color:#596579;
  font-size:11px;
  font-weight:600;
  white-space:nowrap;
  padding-right:4px;
}
.anx-target-forecast-legend span{display:inline-flex;align-items:center;gap:6px}
.anx-target-forecast-legend i{display:block;width:18px;height:2px;border-radius:999px}
.anx-target-forecast-legend .price{background:#15803d}
.anx-target-forecast-legend .target{height:0;border-top:1px dashed #64748b;border-radius:0}
.anx-target-forecast-legend .range{height:8px;border-radius:999px;background:rgba(100,116,139,.16)}
.anx-target-forecast-values{
  display:none;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid #e7eaee;
  border-bottom:1px solid #e7eaee;
}
.anx-target-forecast-labels{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:10px;
}
.anx-target-forecast-labels>div{
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  column-gap:7px;
  min-width:0;
  padding:8px 10px;
  border:1px solid #e3e7ec;
  border-radius:8px;
  background:#fff;
}
.anx-target-forecast-labels i{
  grid-row:1/3;
  display:block;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#64748b;
}
.anx-target-forecast-labels .is-low i{background:#b4232d}
.anx-target-forecast-labels .is-mean i{background:#d4a017}
.anx-target-forecast-labels .is-high i{background:#15803d}
.anx-target-forecast-labels span{
  color:#697586;
  font-size:10px;
  font-weight:650;
  line-height:1.15;
}
.anx-target-forecast-labels strong{
  color:#111827;
  font-size:12px;
  font-weight:700;
  line-height:1.2;
  white-space:nowrap;
}
.anx-target-forecast-labels em{
  justify-self:start;
  margin-top:2px;
  padding:2px 6px;
  border-radius:4px;
  background:rgba(22,163,74,.10);
  color:#126c38;
  font-size:10px;
  font-style:normal;
  font-weight:750;
  line-height:1;
}
.anx-target-forecast-labels em.is-negative{
  background:rgba(220,38,38,.08);
  color:#b4232d;
}
.anx-target-forecast-values>div{
  min-width:0;
  padding:11px 14px;
  border-right:1px solid #e7eaee;
}
.anx-target-forecast-values>div:first-child{padding-left:0}
.anx-target-forecast-values>div:last-child{border-right:0}
.anx-target-forecast-values span{
  display:block;
  margin-bottom:3px;
  color:#7b8796;
  font-size:11px;
  font-weight:600;
  line-height:1.35;
}
.anx-target-forecast-values strong{
  display:block;
  overflow:hidden;
  color:#1f2933;
  font-size:13px;
  font-weight:600;
  line-height:1.4;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.anx-target-forecast-values [data-anx-target-upside]{color:#15803d}
.anx-target-forecast-values [data-anx-target-upside].is-negative{color:#b4232d}
.anx-target-forecast-chart{
  position:relative;
  width:100%;
  height:330px;
  margin-top:8px;
}
.anx-target-forecast-chart canvas{display:block;width:100%;height:100%}
.anx-target-forecast-loading{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  background:#fff;
  color:#697586;
  font-size:13px;
  font-weight:600;
}
.anx-target-forecast-loading[hidden]{display:none}
.anx-target-forecast-loading.is-error{color:#b4232d}
.anx-target-forecast-tooltip{
  position:absolute;
  z-index:5;
  min-width:118px;
  padding:7px 9px;
  border:1px solid #d6dce3;
  border-radius:6px;
  background:#fff;
  box-shadow:0 5px 14px rgba(31,41,51,.12);
  opacity:0;
  pointer-events:none;
  transform:translate(10px,-50%);
}
.anx-target-forecast-tooltip.is-left{transform:translate(calc(-100% - 10px),-50%)}
.anx-target-forecast-tooltip.is-visible{opacity:1}
.anx-target-forecast-tooltip span,
.anx-target-forecast-tooltip strong,
.anx-target-forecast-tooltip em,
.anx-target-forecast-tooltip small{display:block;white-space:nowrap}
.anx-target-forecast-tooltip span{color:#7b8796;font-size:11px;font-weight:400}
.anx-target-forecast-tooltip strong{margin-top:2px;color:#1f2933;font-size:13px;font-weight:600}
.anx-target-forecast-tooltip em{
  margin-top:5px;
  padding-top:5px;
  border-top:1px solid #e7eaee;
  color:#596579;
  font-size:11px;
  font-style:normal;
  font-weight:600;
}
.anx-target-forecast-tooltip small{
  margin-top:2px;
  color:#8a95a5;
  font-size:10px;
  font-weight:400;
}
.stock-research-page .anx-fair-price-tooltip,
.stock-research-page .anx-target-forecast-tooltip{
  width:max-content;
  min-width:0;
  max-width:220px;
  padding:5px 7px;
  border:1px solid #d1d5db;
  border-radius:8px;
  background:#fff;
  box-shadow:0 4px 8px rgba(15,23,42,.32),0 1px 3px rgba(15,23,42,.26);
  transform:translate(10px,-50%);
}
.stock-research-page .anx-fair-price-tooltip.side-left,
.stock-research-page .anx-target-forecast-tooltip.is-left{
  transform:translate(calc(-100% - 10px),-50%);
}
.stock-research-page .anx-fair-price-tooltip.side-right{
  transform:translate(10px,-50%);
}
.stock-research-page .anx-fair-price-tooltip::before,
.stock-research-page .anx-fair-price-tooltip::after,
.stock-research-page .anx-target-forecast-tooltip::before,
.stock-research-page .anx-target-forecast-tooltip::after{
  content:"";
  position:absolute;
  top:50%;
  width:0;
  height:0;
  transform:translateY(-50%);
}
.stock-research-page .anx-fair-price-tooltip.side-right::before,
.stock-research-page .anx-target-forecast-tooltip:not(.is-left)::before{
  left:-7px;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  border-right:7px solid #d1d5db;
}
.stock-research-page .anx-fair-price-tooltip.side-right::after,
.stock-research-page .anx-target-forecast-tooltip:not(.is-left)::after{
  left:-5px;
  border-top:5px solid transparent;
  border-bottom:5px solid transparent;
  border-right:6px solid #fff;
}
.stock-research-page .anx-fair-price-tooltip.side-left::before,
.stock-research-page .anx-target-forecast-tooltip.is-left::before{
  right:-7px;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  border-left:7px solid #d1d5db;
}
.stock-research-page .anx-fair-price-tooltip.side-left::after,
.stock-research-page .anx-target-forecast-tooltip.is-left::after{
  right:-5px;
  border-top:5px solid transparent;
  border-bottom:5px solid transparent;
  border-left:6px solid #fff;
}
.stock-research-page .anx-fair-layout{
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
}
.stock-research-page .anx-fair-price-chart,
.stock-research-page .anx-target-forecast-chart{
  background:transparent;
}
@media(max-width:700px){
  .anx-target-forecast-head{display:block}
  .anx-target-forecast-legend{margin-top:10px}
  .anx-target-forecast-values{grid-template-columns:repeat(2,minmax(0,1fr))}
  .anx-target-forecast-values>div:nth-child(2){border-right:0}
  .anx-target-forecast-values>div:nth-child(-n+2){border-bottom:1px solid #e7eaee}
  .anx-target-forecast-values>div:nth-child(3){padding-left:0}
  .anx-target-forecast-chart{height:270px}
}
.anx-peer-radar-layout{
  display:grid;
  grid-template-columns:minmax(360px,1.1fr) minmax(300px,.9fr);
  gap:28px;
  align-items:center;
  padding-top:14px;
}
.anx-peer-radar-wrap{
  position:relative;
  width:100%;
  height:390px;
}
.anx-peer-radar-wrap canvas{
  display:block;
  width:100%;
  height:100%;
}
.anx-peer-radar-tooltip{
  position:absolute;
  opacity:0;
  pointer-events:none;
  z-index:4;
  min-width:105px;
  padding:7px 9px;
  border:1px solid #aeb6c2;
  background:#fff;
  box-shadow:0 3px 8px rgba(15,23,42,.18);
  transform:translate(-50%,0);
  transition:opacity .08s ease;
}
.anx-peer-radar-tooltip span,
.anx-peer-radar-tooltip b{
  display:block;
  white-space:nowrap;
}
.anx-peer-radar-tooltip span{
  margin-bottom:2px;
  color:#687386;
  font-size:10px;
  font-weight:500;
}
.anx-peer-radar-tooltip b{
  color:#111827;
  font-size:11px;
  font-weight:600;
}
.anx-peer-radar-side{
  padding-left:25px;
  border-left:1px solid var(--sep);
}
.anx-peer-table-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}
.anx-peer-table-head h4{margin:0;color:#111827;font-size:16px;font-weight:600;line-height:1.3}
.anx-peer-table-head span{color:#7b8798;font-size:10px;font-weight:600;white-space:nowrap}
.anx-peer-company-table{border-top:1px solid var(--sep)}
.anx-peer-company-row{display:grid;grid-template-columns:minmax(142px,1.35fr) minmax(90px,1fr) 52px 62px;gap:10px;align-items:center;min-height:58px;padding:9px 0;border-bottom:1px solid var(--sep)}
.anx-peer-company-row>span,.anx-peer-company-row>b{text-align:right}
.anx-peer-company-row>span:first-child{text-align:left}
.anx-peer-company-th{min-height:34px;padding:6px 0;color:#7b8798;font-size:10px;font-weight:600}
.anx-peer-company-name{display:flex;align-items:center;gap:10px;min-width:0}
.anx-peer-company-name img{width:34px;height:34px;flex:0 0 34px;border-radius:50%;border:1px solid #e2e7ec;background:#fff;object-fit:contain;padding:5px}
.anx-peer-company-name span{display:block;min-width:0}
.anx-peer-company-name strong,.anx-peer-company-name small{display:block}
.anx-peer-company-name strong{color:#111827;font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.anx-peer-company-name small{margin-top:2px;color:#7b8798;font-size:10px;font-weight:500}
.anx-peer-company-row>b{color:#374151;font-size:11px;font-weight:600;white-space:nowrap}
.anx-peer-company-row>b.positive{color:#168451}
.anx-peer-company-row>b.negative{color:#b43a3a}
.anx-peer-table-note{margin:11px 0 0!important;color:#7b8798!important;font-size:10px!important;line-height:1.5!important}
.anx-peer-radar-legend{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-bottom:13px;
}
.anx-peer-radar-legend span{
  display:flex;
  align-items:center;
  gap:7px;
}
.anx-peer-radar-legend i{
  width:16px;
  height:3px;
}
.anx-peer-radar-legend i.nvda{background:#111827}
.anx-peer-radar-legend i.amd{background:#16a34a}
.anx-peer-radar-legend i.intel{background:#d19a28}
.anx-peer-radar-legend i.broadcom{background:#2563eb}
.anx-peer-radar-legend b{
  font-size:11.5px;
  font-weight:600;
}
.anx-peer-radar-side>p{
  margin:0 0 15px;
  color:#687386;
  font-size:11px;
  font-weight:500;
  line-height:1.55;
}
.anx-peer-values{
  border-top:1px solid var(--sep);
}
.anx-peer-values>div{
  display:grid;
  grid-template-columns:88px repeat(2,minmax(0,1fr));
  gap:6px 12px;
  align-items:center;
  padding:10px 0;
  border-bottom:1px solid var(--sep);
}
.anx-peer-values strong{
  grid-row:1/span 3;
  align-self:start;
  font-size:11px;
  font-weight:600;
}
.anx-peer-values span{
  color:#687386;
  font-size:9px;
  font-weight:500;
  white-space:normal;
}
@media(max-width:900px){
  .anx-peer-radar-layout{
    grid-template-columns:1fr;
  }
  .anx-peer-radar-side{
    padding:15px 0 0;
    border-left:0;
    border-top:1px solid var(--sep);
  }
}
@media(max-width:600px){
  .anx-profit-bars{
    width:36px;
  }
  .anx-peer-radar-wrap{
    height:320px;
  }
  .anx-peer-company-row{
    grid-template-columns:minmax(112px,1.25fr) minmax(76px,1fr) 40px 50px;
    gap:6px;
  }
  .anx-peer-company-name{gap:7px}
  .anx-peer-company-name img{width:28px;height:28px;flex-basis:28px;padding:4px}
  .anx-peer-company-row>b{font-size:10px}
  .anx-peer-values>div{
    grid-template-columns:1fr 1fr;
    gap:5px 12px;
  }
  .anx-peer-values strong{
    grid-column:1/-1;
    grid-row:auto;
  }
}

.stock-research-page #secAnalyse .anx-investment-theses{
  order:2!important;
  margin:18px 0 22px;
}
.stock-research-page #secAnalyse .anx-investment-theses .anx-subsection-head{
  margin-bottom:12px;
}
.stock-research-page #secAnalyse .anx-thesis-table>div{
  grid-template-columns:1.16fr .68fr 1.2fr 1.24fr 1.22fr;
}
.stock-research-page #secAnalyse .anx-thesis-table .compx-position-head span:last-child{
  padding-right:0;
  text-align:left;
}
.stock-research-page #secAnalyse .anx-thesis-table>div>small{
  justify-self:start;
  margin-right:0;
}
.stock-research-page #secAnalyse .anx-thesis-table b{
  color:#334155;
  font-size:11px;
  font-weight:650;
}
.stock-research-page #secAnalyse .anx-thesis-source{
  margin:10px 0 0 auto;
}
@media(max-width:980px){
  .stock-research-page #secAnalyse .anx-thesis-table>div{
    min-width:920px;
  }
}

/* ==== aktieen/components/research-extended/00.css ==== */
  }
}

/* ANALYSE: FAIR VALUE, ANALYSTEN UND INSIDER */
.anx-valuation-chart .is-sector-series{
  fill:none;
  stroke:#d19a28;
  stroke-width:1;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-dasharray:3 3;
}
.anx-fair-chart-card{
  min-width:0;
}
.anx-fair-chart-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:8px;
  color:#687386;
  font-size:11px;
  font-weight:500;
}
.anx-fair-gap-legend{
  display:flex;
  align-items:center;
  gap:18px;
}
.anx-fair-gap-legend>span{
  display:grid;
  gap:2px;
  text-align:right;
}
.anx-fair-gap-legend small{
  color:#7b8796;
  font-size:10px;
  font-weight:500;
}
.anx-fair-gap-legend b{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:3px 7px;
  border-radius:4px;
  background:#eef2f7;
  color:#475569;
  font-size:10px;
  font-weight:600;
  line-height:1.2;
  white-space:nowrap;
}
.anx-fair-gap-legend b.is-over{background:#fcebec;color:#b4232d}
.anx-fair-gap-legend b.is-under{background:#eaf6ef;color:#15803d}
.anx-fair-chart-head>b,
.anx-fair-chart-head span>b{
  color:#111827;
  font-weight:650;
}
.anx-fair-chart-legend{
  display:flex;
  align-items:center;
  gap:15px;
}
.anx-fair-chart-legend span{
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.anx-fair-chart-legend i{
  display:inline-block;
  width:18px;
  height:2px;
  background:#168451;
}
.anx-fair-chart-legend i.is-model{
  height:0;
  border-top:2px dashed #d19a28;
  background:transparent;
}
.anx-fair-price-chart{
  position:relative;
  width:100%;
  height:220px;
}
.anx-fair-price-chart canvas{
  display:block;
  width:100%;
  height:100%;
}
.anx-fair-price-tooltip,
.anx-insider-volume-tooltip{
  position:absolute;
  z-index:8;
  min-width:142px;
  padding:8px 10px;
  border:1px solid #aeb6c2;
  border-radius:6px;
  background:#fff;
  box-shadow:0 5px 14px rgba(15,23,42,.16);
  opacity:0;
  pointer-events:none;
  transform:translate(-50%,calc(-100% - 8px));
  transition:opacity .08s ease;
}
.anx-fair-price-tooltip span,
.anx-fair-price-tooltip b,
.anx-insider-volume-tooltip span,
.anx-insider-volume-tooltip b{
  display:block;
  white-space:nowrap;
}
.anx-fair-price-tooltip span,
.anx-insider-volume-tooltip span{
  margin-bottom:3px;
  color:#687386;
  font-size:10px;
  font-weight:500;
}
.anx-insider-volume-tooltip{
  position:fixed;
}
.anx-fair-price-tooltip b,
.anx-insider-volume-tooltip b{
  color:#111827;
  font-size:11px;
  font-weight:600;
  line-height:1.55;
}
.anx-analyst-gauge{
  position:relative;
  width:min(290px,100%);
  margin:7px auto 0;
  text-align:center;
}
.anx-analyst-gauge svg{
  display:block;
  width:100%;
  height:128px;
}
.anx-analyst-gauge .anx-gauge-needle{
  stroke:#111827;
  stroke-width:3;
  stroke-linecap:round;
}
.anx-analyst-gauge svg circle{
  fill:#111827;
}
.anx-analyst-gauge strong{
  display:block;
  color:#168451;
  font-size:20px;
  font-weight:700;
}
.anx-analyst-gauge small{
  display:block;
  margin-top:3px;
  color:#687386;
  font-size:10px;
  font-weight:500;
}
.anx-gauge-scale{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:4px;
  margin-top:13px;
  color:#687386;
  font-size:9px;
  font-weight:500;
  text-align:center;
}
.anx-rating-history{
  position:relative;
  margin-top:22px;
  padding-top:17px;
  border-top:1px solid var(--sep);
}
.anx-rating-history-legend{
  display:flex;
  flex-wrap:wrap;
  gap:8px 15px;
  margin:10px 0 13px;
  color:#687386;
  font-size:10px;
  font-weight:500;
}
.anx-rating-history-legend span{
  display:inline-flex;
  align-items:center;
  gap:5px;
}
.anx-rating-history-legend i{
  width:9px;
  height:9px;
  border-radius:2px;
}
.anx-rating-history .strong-buy{background:linear-gradient(180deg,#087a5b,#32936f)}
.anx-rating-history .buy{background:linear-gradient(180deg,#55a982,#79bea0)}
.anx-rating-history .hold{background:linear-gradient(180deg,#d5ad4d,#e4c778)}
.anx-rating-history .sell{background:linear-gradient(180deg,#d96f69,#e3948f)}
.anx-rating-history .strong-sell{background:linear-gradient(180deg,#9f2f34,#bd5559)}
.anx-rating-history-chart{
  display:grid;
  gap:9px;
}
.anx-rating-history-chart>div{
  display:grid;
  grid-template-columns:72px minmax(160px,1fr) 82px;
  gap:12px;
  align-items:center;
  cursor:pointer;
  outline:none;
}
.anx-rating-history-chart>div:focus-visible>span{
  box-shadow:0 0 0 2px #fff,0 0 0 4px #6d8199;
}
.anx-rating-history-chart b,
.anx-rating-history-chart em{
  color:#687386;
  font-size:10px;
  font-style:normal;
  font-weight:500;
}
.anx-rating-history-chart em{text-align:right}
.anx-rating-history-chart>div>span{
  display:flex;
  height:14px;
  overflow:hidden;
  border-radius:3px;
  background:#edf0f3;
}
.anx-rating-history-chart>div>span i{
  display:block;
  height:100%;
}
.anx-rating-history-tooltip{
  position:fixed;
  z-index:12;
  min-width:184px;
  padding:9px 10px;
  border:1px solid #d6dce3;
  border-radius:6px;
  background:#fff;
  box-shadow:0 5px 14px rgba(31,41,51,.14);
  opacity:0;
  pointer-events:none;
  transform:translate(-50%,calc(-100% - 10px));
  transition:opacity .1s ease;
}
.anx-rating-history-tooltip.is-visible{opacity:1}
.anx-rating-history-tooltip>span{
  display:block;
  color:#596579;
  font-size:11px;
  font-weight:500;
}
.anx-rating-history-tooltip>strong{
  display:block;
  margin-top:2px;
  color:#111827;
  font-size:13px;
  font-weight:650;
  line-height:1.25;
}
.anx-rating-history-tooltip>p{
  margin:4px 0 7px;
  padding-bottom:7px;
  border-bottom:1px solid #e7eaee;
  color:#596579;
  font-size:10.5px;
  font-weight:500;
  line-height:1.35;
}
.anx-rating-history-tooltip>div{
  display:grid;
  grid-template-columns:8px minmax(0,1fr) auto;
  gap:7px;
  align-items:center;
  margin-top:4px;
}
.anx-rating-history-tooltip i{width:7px;height:7px;border-radius:2px}
.anx-rating-history-tooltip b,
.anx-rating-history-tooltip em{
  color:#596579;
  font-size:10px;
  font-style:normal;
  font-weight:500;
}
.anx-rating-history-tooltip em{color:#1f2933;font-weight:600}
.anx-insider-period-chart{
  position:relative;
  margin:4px 0 18px;
  padding:14px 0 16px;
  border-bottom:1px solid var(--sep);
}
.anx-insider-period-legend{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:15px;
  margin:12px 8px 6px;
  color:#687386;
  font-size:9.5px;
  font-weight:500;
}
.anx-insider-period-legend span{
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.anx-insider-period-legend i{
  width:9px;
  height:9px;
  border-radius:2px;
}
.anx-insider-period-legend .is-buy{background:#168451}
.anx-insider-period-legend .is-sell{background:#c95258}
.anx-insider-period-rows{
  display:grid;
  gap:0;
  padding:0 8px;
}
.anx-insider-period-rows button{
  display:grid;
  grid-template-columns:96px minmax(0,1fr) 86px;
  gap:14px;
  align-items:center;
  width:100%;
  min-height:54px;
  padding:10px 0;
  border:0;
  border-bottom:1px solid var(--sep);
  background:transparent;
  color:inherit;
  font:inherit;
  cursor:pointer;
}
.anx-insider-period-rows button:last-child{border-bottom:0}
.anx-insider-period-rows button:focus-visible{
  outline:2px solid #111827;
  outline-offset:2px;
}
.anx-insider-period-rows strong{
  color:#111827;
  font-size:11px;
  font-weight:600;
}
.anx-insider-period-rows em{
  color:#596579;
  font-size:10px;
  font-style:normal;
  font-weight:600;
  text-align:right;
  white-space:nowrap;
}
.anx-insider-period-bars{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  height:24px;
}
.anx-insider-period-bars::after{
  content:"";
  position:absolute;
  left:50%;
  top:2px;
  bottom:2px;
  width:1px;
  background:#cfd6de;
}
.anx-insider-period-bars i,
.anx-insider-period-bars b{
  display:block;
  width:var(--period-width);
  height:9px;
  transition:filter .12s ease;
}
.anx-insider-period-bars i{
  justify-self:end;
  border-radius:4px 0 0 4px;
  background:linear-gradient(90deg,#45a77b,#168451);
}
.anx-insider-period-bars b{
  justify-self:start;
  border-radius:0 4px 4px 0;
  background:linear-gradient(90deg,#d96a6c,#bd454b);
}
.anx-insider-period-rows button:hover i,
.anx-insider-period-rows button:hover b{filter:brightness(.95)}
.anx-insider-period-tooltip{position:fixed}
.anx-insider-volume-chart{
  position:relative;
  margin:4px 0 19px;
  padding:14px 0 10px;
  border-bottom:1px solid var(--sep);
}
.anx-insider-volume-scroll{
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:thin;
}
.anx-insider-volume-scroll::-webkit-scrollbar{height:5px}
.anx-insider-volume-scroll::-webkit-scrollbar-thumb{
  border-radius:999px;
  background:rgba(15,23,42,.16);
}
.anx-insider-volume-head{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:0 8px;
  color:#111827;
  font-size:11px;
  font-weight:600;
}
.anx-insider-volume-head small{
  min-width:0;
  max-width:48%;
  color:#687386;
  font-size:10px;
  font-weight:500;
  line-height:1.35;
  text-align:right;
  white-space:normal;
}
.anx-insider-volume-bars{
  position:relative;
  display:grid;
  grid-template-columns:repeat(15,minmax(44px,1fr));
  gap:8px;
  min-width:860px;
  height:190px;
  margin-top:13px;
  padding:0 8px;
}
.anx-insider-volume-bars::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:54px;
  height:1px;
  background:#cfd6de;
}
.anx-insider-volume-bars button{
  position:relative;
  min-width:0;
  height:100%;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
}
.anx-insider-volume-bars button i,
.anx-insider-volume-bars button b{
  position:absolute;
  left:50%;
  width:min(22px,58%);
  transform:translateX(-50%);
  transition:filter .12s ease;
}
.anx-insider-volume-bars button i{
  bottom:136px;
  height:var(--buy);
  max-height:38px;
  border-radius:3px 3px 0 0;
  background:linear-gradient(
    180deg,
    #168451 0%,
    #45a77b 100%
  );
}
.anx-insider-volume-bars button b{
  top:55px;
  height:var(--sell);
  max-height:105px;
  border-radius:0 0 3px 3px;
  background:linear-gradient(
    180deg,
    #d96a6c 0%,
    #bd454b 100%
  );
}
.anx-insider-volume-bars button:hover i,
.anx-insider-volume-bars button:hover b,
.anx-insider-volume-bars button:focus-visible i,
.anx-insider-volume-bars button:focus-visible b{
  filter:brightness(.96);
}
.anx-insider-volume-bars button span{
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  color:#687386;
  font-size:8.5px;
  font-weight:500;
  white-space:nowrap;
}
.anx-insider-table{min-width:790px}
.anx-insider-table td:nth-child(2){
  text-align:left;
}
.anx-insider-table td:nth-child(2) small{
  display:block;
  max-width:210px;
  margin-top:2px;
  color:#7b8794;
  font-size:9px;
  font-weight:500;
  white-space:normal;
}
.anx-insider-pager{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  margin-top:10px;
}
.anx-insider-pager button{
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  border:1px solid var(--sep);
  border-radius:6px;
  background:#fff;
  color:#111827;
  cursor:pointer;
}
.anx-insider-pager button:disabled{
  opacity:.35;
  cursor:default;
}
.anx-insider-pager span{
  color:#64748b;
  font-size:11px;
  font-weight:600;
}
.anx-analyst-table{min-width:760px}
@media(max-width:900px){
  .anx-fair-chart-head,
  .anx-insider-volume-head{
    align-items:flex-start;
    flex-direction:column;
  }
}
@media(max-width:600px){
  .anx-insider-period-legend{justify-content:flex-start;flex-wrap:wrap}
  .anx-insider-period-rows button{grid-template-columns:82px minmax(150px,1fr) 76px;gap:9px}
}
@media(max-width:600px){
  .anx-fair-gap-legend{
    width:100%;
    justify-content:space-between;
  }
  .anx-fair-gap-legend>span{text-align:left}
  .anx-fair-price-chart{height:205px}
  .anx-rating-history-chart>div{
    grid-template-columns:58px minmax(125px,1fr);
    gap:8px;
  }
  .anx-rating-history-chart em{display:none}
  .anx-gauge-scale{font-size:8px}
  .anx-insider-volume-bars{gap:4px;padding:0}
}

/* Analyse-Anpassungen: klare Vergleiche und kompakte Abst?nde */
.stock-research-page .sec{
  margin-top:10px!important;
}
.anx-valuation-legend span:nth-child(2) i{
  height:1px;
  background:#c8a23a;
}
.anx-analyst-overview{
  grid-template-columns:minmax(260px,.82fr) minmax(390px,1.18fr);
  align-items:stretch;
}
.anx-analyst-overview .anx-rating-history{
  min-width:0;
  margin:0;
  padding:17px 0 12px 24px;
  border-top:0;
  border-left:1px solid var(--sep);
}
.anx-analyst-overview .anx-rating-history-legend{
  gap:7px 11px;
  margin:8px 0 12px;
}
.anx-analyst-overview .anx-rating-history-chart{
  display:grid;
  grid-template-columns:repeat(5,minmax(42px,1fr));
  gap:12px;
  align-items:end;
  height:190px;
  padding:6px 4px 0;

}
.anx-analyst-overview .anx-rating-history-chart>div{
  display:flex;
  min-width:0;
  height:100%;
  flex-direction:column;
  align-items:center;
  justify-content:flex-end;
  gap:5px;
}
.anx-analyst-overview .anx-rating-history-chart>div>span{
  display:flex;
  width:min(34px,72%);
  height:138px;
  flex-direction:column-reverse;
  justify-content:flex-start;
  overflow:hidden;
  border-radius:3px 3px 0 0;
  background:#edf0f3;
}
.anx-analyst-overview .anx-rating-history-chart>div>span i{
  width:100%;
  flex:0 0 auto;
}
.anx-analyst-overview .anx-rating-history-chart b,
.anx-analyst-overview .anx-rating-history-chart em{
  font-size:9px;
  line-height:1.2;
  text-align:center;
  white-space:nowrap;
}
.anx-analyst-overview .anx-rating-history-chart em::after{
  content:" Analysten";
}
@media(max-width:900px){
  .anx-analyst-overview{
    grid-template-columns:1fr;
  }
  .anx-analyst-overview .anx-rating-history{
    padding:18px 0 8px;
    border-left:0;
    border-top:1px solid var(--sep);
  }
}
@media(max-width:600px){
  .anx-analyst-overview .anx-rating-history-chart{
    grid-template-columns:repeat(5,minmax(36px,1fr));
    gap:5px;
  }
  .anx-analyst-overview .anx-rating-history-chart em::after{
    content:"";
  }
}

/* Aktion?rsstruktur: interaktiver, direkt beschrifteter Donut */
.anx-owner-layout{
  grid-template-columns:minmax(0,1.55fr) minmax(240px,.65fr);
  gap:30px;
  align-items:center;
}
.anx-owner-chart-interactive{
  display:block;
  min-width:0;
  overflow:visible;
}
.anx-owner-svg{
  display:block;
  width:100%;
  height:auto;
  overflow:visible;
}
.anx-owner-segment{
  stroke:#fff;
  stroke-width:2;
  cursor:pointer;
  transform-box:fill-box;
  transform-origin:center;
  transition:opacity .2s ease,filter .2s ease,transform .2s ease;
}
.anx-owner-segment.is-muted{opacity:.16}
.anx-owner-segment.is-active{
  opacity:1;
  filter:drop-shadow(0 9px 10px rgba(35,48,64,.14));
}
.anx-owner-halo{
  fill:#d7dee6;
  opacity:0;
  pointer-events:none;
  transform-box:fill-box;
  transform-origin:center;
  transition:opacity .2s ease,transform .2s ease;
}
.anx-owner-connector{
  fill:none;
  stroke:#9aa9ba;
  stroke-width:1.25;
  transition:opacity .2s ease,stroke .2s ease;
}
.anx-owner-label{
  cursor:pointer;
  transition:opacity .2s ease;
}
.anx-owner-label.is-muted,
.anx-owner-connector.is-muted{opacity:.18}
.anx-owner-label.is-active .anx-owner-label-title,
.anx-owner-label.is-active .anx-owner-label-value{fill:#111}
.anx-owner-label-title{
  fill:#111827;
  font-size:14px!important;
  font-weight:650!important;
}
.anx-owner-label-value{
  fill:#596579;
  font-size:14px!important;
  font-weight:500!important;
}
.anx-owner-center text:first-child{
  fill:#475569;
  font-size:18px!important;
  font-weight:500!important;
}
.anx-owner-center tspan{
  fill:#111827;
  font-size:18px!important;
  font-weight:700!important;
}

/* Gew?nschte kompakte Typografie f?r Navigation, News und Unternehmenslabels */
.stock-research-page .ptab{
  font-size:14px!important;
  font-weight:600!important;
  line-height:1.2!important;
}
.stock-research-page .ovx-news-list .ovx-news-title{
  font-size:13px!important;
  font-weight:600!important;
  line-height:1.35!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;
}
.stock-research-page .compx-section-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin:0 0 14px;
  padding:0 0 12px;
  border-bottom:1px solid var(--sep);
}
.stock-research-page .compx-section-head .compx-h{
  margin:0!important;
}
.stock-research-page .compx-section-head .compx-section-intro{
  margin:6px 0 0!important;
}
.stock-research-page .compx-panel>.compx-h{
  margin:0 0 6px!important;
}
.stock-research-page .compx-panel>.compx-h+.compx-section-intro{
  margin-top:6px!important;
}
.stock-research-page .compx-timeline-head,
.stock-research-page .news-timeline-head{
  align-items:flex-start;
}
.stock-research-page .compx-section-head .news-timeline-controls{
  flex:0 0 auto;
  margin-top:1px;
}
.stock-research-page .compx-model-tags{
  gap:5px;
  margin-top:10px;
}
.stock-research-page .compx-model-tags span,
.stock-research-page .compx-model-tags.compx-acquisition-tags span{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:4px 8px;
  border-radius:6px;
  background:#f7f9fb;
  color:#475569;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1.2!important;
  box-shadow:none;
}
.stock-research-page .compx-model-tags span:first-child:not(.compx-future-status){
  border-color:#bfe1cf;
  background:#edf8f2;
  color:#157347;
}
.stock-research-page .company-milestone-timeline{
  width:100%;
  margin-left:0;
  margin-right:0;
  padding:68px 12px 54px;
  overflow:visible;
}
.stock-research-page .company-milestone-timeline .ovx-timeline-track{
  background:#e5e7eb;
}
.stock-research-page .company-milestone-timeline .ovx-timeline-progress{
  background:#111827;
  border-radius:999px 0 0 999px;
}
.stock-research-page .company-milestone-timeline .ovx-event-marker{
  width:18px;
  height:18px;
}
.stock-research-page .company-milestone-timeline .ovx-event-marker::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  display:block;
  width:14px;
  height:11px;
  border:0;
  border-radius:0;
  background:#94a3b8;
  clip-path:polygon(0 0,100% 0,50% 100%);
  transform:translate(-50%,-5px);
  transform-origin:50% 100%;
  transition:transform .12s ease,background-color .12s ease;
}
.stock-research-page .company-milestone-timeline .ovx-event-marker.bottom::before{
  top:100%;
  border:0;
  clip-path:polygon(50% 0,0 100%,100% 100%);
  transform:translate(-50%,-6px);
  transform-origin:50% 0;
}
.stock-research-page .company-milestone-timeline .ovx-event-marker.future::before{
  background:#94a3b8;
}
.stock-research-page .company-milestone-timeline .ovx-event-marker:hover::before{
  transform:translate(-50%,-5px) scale(1.12);
}
.stock-research-page .company-milestone-timeline .ovx-event-marker.bottom:hover::before{
  transform:translate(-50%,-6px) scale(1.12);
}
.stock-research-page .company-milestone-scroll{
  overflow:hidden;
  padding-bottom:0;
  scrollbar-width:none;
}
.stock-research-page .company-milestone-scroll::-webkit-scrollbar{
  display:none;
}
.stock-research-page .company-milestone-stage{
  padding:96px 8px 74px;
  width:100%!important;
  min-width:0!important;
}
.stock-research-page .company-milestone-timeline .ovx-event-marker.lane-0 .ovx-event-label{
  bottom:30px;
}
.stock-research-page .company-milestone-timeline .ovx-event-marker.lane-1 .ovx-event-label{
  top:30px;
}
.stock-research-page .company-milestone-timeline .ovx-event-marker.lane-2 .ovx-event-label{
  bottom:72px;
}
.stock-research-page .company-milestone-timeline .ovx-event-marker.lane-3 .ovx-event-label{
  top:72px;
}
.stock-research-page .company-milestone-timeline .ovx-event-label{
  width:166px;
}
.stock-research-page .company-milestone-timeline .ovx-event-title{
  font-size:11px!important;
}
.stock-research-page .company-milestone-timeline .ovx-event-date{
  margin-top:5px;
}
.stock-research-page .anx-insider-table .sale{
  padding:2px 6px;
  font-size:8px!important;
  font-weight:600!important;
  line-height:1.3!important;
}
.stock-research-page .compx-key-risk-list .is-high{
  padding:2px 5px;
  font-size:8px!important;
  font-weight:600!important;
  line-height:1.3!important;
}
@media(max-width:680px){
  .stock-research-page .ptab{font-size:13px!important}
}

/* Kompaktere Analyse- und Header-Metadaten */
.stock-research-page .anx-intro-tags span{
  padding:3px 6px;
  font-size:8.5px!important;
  line-height:1.25!important;
}
.stock-research-page .anx-verdict.weak,
.stock-research-page .anx-delivery,
.stock-research-page .anx-insider-table .neutral,
.stock-research-page .anx-analyst-table td:last-child span{
  padding:2px 5px;
  font-size:8px!important;
  line-height:1.25!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 .newsx-h{
  font-size:16px!important;
  font-weight:600!important;
  line-height:1.3!important;
}
.stock-research-page .news-timeline-head>span:first-child{
  font-size:16px!important;
  font-weight:600!important;
  line-height:1.3!important;
}
.stock-research-page .compx-segment-tooltip>.src-label,
.stock-research-page .compx-segment-tooltip>.src-label span{
  font-size:10px!important;
  font-weight:600!important;
}

/* Analyse: EPS-Guidance und Aktion?rslogos */
.anx-eps-chart{
  min-width:0;
  padding-top:2px;
}
.anx-eps-meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 14px;
  min-height:34px;
  margin-bottom:4px;
  color:#596579;
  font-size:11px;
  font-weight:500;
}
.anx-eps-meta>strong{
  color:#111827;
  font-size:12px;
  font-weight:650;
}
.anx-eps-meta span{
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.anx-eps-meta span i{
  display:inline-block;
  width:9px;
  height:9px;
  border-radius:50%;
}
.anx-eps-meta i.estimate{
  border:2px solid #7b858f;
  background:#fff;
}
.anx-eps-meta i.actual{background:linear-gradient(180deg,#168451,#45a77b)}
.anx-eps-meta b{
  color:#111827;
  font-weight:650;
}
.anx-eps-meta b.positive{color:#087a5b}
.anx-eps-meta b.negative{color:#b4232d}
.anx-eps-chart svg{
  display:block;
  width:100%;
  height:auto;
  overflow:visible;
}
.anx-eps-grid-line{
  stroke:#e5e9ee;
  stroke-width:1;
}
.anx-eps-base-line{
  stroke:#cfd6de;
  stroke-width:1;
}
.anx-eps-guide{
  stroke:#111827;
  stroke-width:1;
  opacity:.68;
  pointer-events:none;
  transition:x1 .16s ease,x2 .16s ease;
}
.stock-research-page .anx-eps-axis,
.stock-research-page .anx-eps-quarter,
.stock-research-page .anx-eps-status,
.stock-research-page .anx-eps-delta{
  font-family:'Inter',sans-serif!important;
  letter-spacing:0!important;
}
.stock-research-page .anx-eps-axis{
  fill:#7b8796;
  font-size:10px!important;
  font-weight:500!important;
}
.stock-research-page .anx-eps-quarter{
  fill:#111827;
  font-size:14px!important;
  font-weight:600!important;
}
.stock-research-page .anx-eps-status{
  font-size:12px!important;
  font-weight:650!important;
}
.stock-research-page .anx-eps-delta{
  font-size:10px!important;
  font-weight:600!important;
}
.anx-eps-delta-bg{stroke:none}
.anx-eps-delta-bg.is-beat{fill:#eaf6ef}
.anx-eps-delta-bg.is-miss{fill:#fcebec}
.anx-eps-delta-bg.is-open{fill:#eef2f7}
.anx-eps-status.is-beat,.anx-eps-delta.is-beat{fill:#087a5b}
.anx-eps-status.is-miss,.anx-eps-delta.is-miss{fill:#b4232d}
.anx-eps-status.is-open,.anx-eps-delta.is-open{fill:#687386}
.anx-eps-estimate-dot{
  fill:#fff;
  stroke:url(#anxGuidanceEstimateGradient);
  stroke-width:2.5;
  transition:r .14s ease;
}
.anx-eps-actual-dot{
  stroke:#fff;
  stroke-width:2;
  transition:r .14s ease;
}
.anx-eps-actual-dot.is-beat{fill:url(#anxGuidanceBeatGradient)}
.anx-eps-actual-dot.is-miss{fill:url(#anxGuidanceMissGradient)}
.anx-eps-estimate-dot.is-active{r:11}
.anx-eps-actual-dot.is-active{r:12}
.anx-eps-hit{
  fill:transparent;
  cursor:default;
  outline:none;
}
.anx-eps-hit:focus-visible{
  fill:rgba(17,24,39,.025);
}
.anx-eps-note{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px 18px;
  align-items:center;
  margin-top:0;
  padding-top:11px;
  border-top:1px solid #e7eaee;
  color:#7b8796;
  font-size:11px;
  font-weight:500;
}
.anx-eps-note p{
  margin:0;
  line-height:1.5;
}
.anx-eps-source{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:36px;
  padding-left:16px;
  border-left:1px solid #e0e5eb;
  color:#334155;
  text-decoration:none;
}
.anx-eps-source img{
  width:24px;
  height:24px;
  border-radius:5px;
  object-fit:contain;
}
.anx-eps-source span{
  display:grid;
  gap:1px;
  max-width:155px;
  font-size:10.5px!important;
  font-weight:600;
  line-height:1.3;
  white-space:normal;
}
.anx-eps-source small{
  color:#7b8796;
  font-size:9px!important;
  font-weight:500;
}
.anx-top-holders>div{
  grid-template-columns:36px minmax(0,1fr) auto;
  column-gap:10px;
}
.anx-top-holders>div>img{
  grid-row:1/3;
  width:36px;
  height:36px;
  align-self:center;
  border:1px solid #e0e5eb;
  border-radius:50%;
  background:#fff;
  object-fit:contain;
  padding:5px;
}
.anx-top-holders>div>em{
  grid-column:2/-1;
}
@media(max-width:600px){
  .anx-eps-meta{gap:7px 10px}
  .anx-eps-chart svg{min-width:520px}
  .anx-eps-chart{overflow-x:auto;overflow-y:hidden}
  .anx-eps-note{grid-template-columns:1fr}
  .anx-eps-source{
    padding:9px 0 0;
    border-top:1px solid #e0e5eb;
    border-left:0;
  }
}

.anx-owner-segment:focus-visible,
.anx-owner-label:focus-visible{
  outline:none;
  filter:drop-shadow(0 0 4px rgba(17,24,39,.45));
}
@media(max-width:900px){
  .anx-owner-layout{
    grid-template-columns:1fr;
  }
  .anx-owner-chart-interactive{
    overflow:visible;
  }
  .anx-owner-svg{
    min-width:0;
  }
}
@media(max-width:600px){
  .anx-owner-label-title,
  .anx-owner-label-value{
    font-size:17px!important;
  }
  .anx-owner-center text:first-child{
    font-size:20px!important;
  }
  .anx-owner-center tspan{
    font-size:32px!important;
  }
}

/* Shared chart messages: same speech-bubble language as the overview timeline. */
.research-chart-tooltip{
  --arrow-left:50%;
  position:fixed;
  z-index:120;
  width:max-content;
  min-width:0;
  max-width:280px;
  padding:9px 11px;
  border:1px solid #9ca3af;
  border-radius:0;
  background:#fff;
  color:#111827;
  box-shadow:0 4px 8px rgba(15,23,42,.18),0 1px 3px rgba(15,23,42,.16);
  opacity:0;
  pointer-events:none;
  transform:translate(-50%,calc(-100% - 12px));
  transition:opacity .08s ease;
}
.research-chart-tooltip::before,
.research-chart-tooltip::after{
  content:"";
  position:absolute;
  left:var(--arrow-left);
  bottom:-8px;
  width:0;
  height:0;
  transform:translateX(-50%);
  border-left:8px solid transparent;
  border-right:8px solid transparent;
  border-top:8px solid #9ca3af;
}
.research-chart-tooltip::after{
  bottom:-7px;
  border-left-width:7px;
  border-right-width:7px;
  border-top:7px solid #fff;
}
.research-chart-tooltip .tooltip-type{
  margin-bottom:4px;
  color:#64748b;
  font-size:10px;
  font-weight:800;
  line-height:1.35;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.research-chart-tooltip .tooltip-title{
  margin-bottom:5px;
  color:#111827;
  font-size:13px;
  font-weight:800;
  line-height:1.15;
}
.research-chart-tooltip .tooltip-description{
  color:#475569;
  font-size:12px;
  font-weight:600;
  line-height:1.35;
  white-space:normal;
}
.research-chart-tooltip .tooltip-date{
  margin-top:6px;
  color:#111827;
  font-size:11px;
  font-weight:800;
  line-height:1;
}
.anx-insider-tooltip-data{
  display:grid;
  gap:5px;
  min-width:220px;
}
.anx-insider-tooltip-data>span{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:18px;
}
.anx-insider-tooltip-data b{
  color:#64748b;
  font-size:11px;
  font-weight:600;
}
.anx-insider-tooltip-data strong{
  color:#111827;
  font-size:11px;
  font-weight:700;
  white-space:nowrap;
}
.anx-insider-tooltip-data .anx-insider-tooltip-people{
  display:grid;
  gap:3px;
  margin-top:3px;
  padding-top:6px;
  border-top:1px solid #e5e7eb;
}
.anx-insider-tooltip-people strong{
  white-space:normal;
  line-height:1.4;
}
.finx-key-chart i{
  cursor:help;
}
.finx-key-chart i:focus-visible{
  outline:2px solid #111827;
  outline-offset:2px;
}
@media(max-width:760px){
  .research-chart-tooltip{max-width:230px}
}

/* Keep analysis status badges aligned with the valuation-change badges. */
.stock-research-page .anx-analyst-table td:last-child span,
.stock-research-page .anx-insider-table td span,
.stock-research-page .anx-insider-table .sale,
.stock-research-page .anx-insider-table .neutral{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:3px 7px;
  border-radius:4px;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1.2!important;
}
.stock-research-page .anx-analyst-table td:last-child span{
  background:#eaf6ef;
  color:#15803d;
}
.stock-research-page .anx-insider-table .sale{
  background:#fcebec;
  color:#b4232d;
}
.stock-research-page .anx-insider-table .neutral{
  background:#eef2f7;
  color:#475569;
}

/* ANALYSE: BUYBACKS */
.anx-buyback-layout{
  display:grid;
  grid-template-columns:minmax(280px,.8fr) minmax(420px,1.2fr);
  gap:28px;
  align-items:center;
}
.anx-buyback-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid var(--sep);
  border-bottom:1px solid var(--sep);
}
.anx-buyback-stats article{
  min-width:0;
  padding:14px 12px;
  border-right:1px solid var(--sep);
}
.anx-buyback-stats article:first-child{padding-left:0}
.anx-buyback-stats article:last-child{border-right:0}
.anx-buyback-stats span,
.anx-buyback-stats strong,
.anx-buyback-stats small{display:block}
.anx-buyback-stats span{
  min-height:30px;
  color:#687386;
  font-size:10px;
  font-weight:500;
  line-height:1.4;
}
.anx-buyback-stats strong{
  margin-top:6px;
  color:#111827;
  font-size:20px;
  font-weight:700;
  line-height:1.15;
  white-space:nowrap;
}
.anx-buyback-stats small{
  margin-top:5px;
  color:#7b8796;
  font-size:10px;
  font-weight:500;
}
.anx-buyback-chart-card{min-width:0}
.anx-buyback-chart-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:8px;
  color:#596579;
  font-size:11px;
  font-weight:600;
}
.anx-buyback-chart-head small{
  color:#7b8796;
  font-size:10px;
  font-weight:500;
}
.anx-buyback-chart{
  height:68px;
  gap:3px;
}
.anx-buyback-chart i{
  min-width:4px;
  max-width:none;
}

/* Analyse top layout */
.stock-research-page #secAnalyse .anx-top-split{
  display:grid;
  grid-template-columns:minmax(260px,1fr) minmax(0,2fr);
  gap:18px;
  align-items:start;
  margin-top:14px;
}
.stock-research-page #secAnalyse .anx-top-split>.anx-thesis-panel{
  order:1;
  margin-top:0;
}
.stock-research-page #secAnalyse .anx-top-split>.anx-overall-panel{
  order:2;
  margin-top:0;
}
.stock-research-page #secAnalyse .anx-top-split .anx-thesis-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
}
.stock-research-page #secAnalyse .anx-top-split .anx-thesis-grid article{
  padding:12px 0;
  border-right:0;
  border-bottom:1px solid rgba(15,23,42,.07);
}
.stock-research-page #secAnalyse .anx-top-split .anx-thesis-grid article:first-child{
  padding-left:0;
}
.stock-research-page #secAnalyse .anx-top-split .anx-thesis-grid article:last-child{
  padding-right:0;
  border-bottom:0;
}
.stock-research-page #secAnalyse .anx-overall-mini-chart{
  height:64px;
  margin-top:6px;
  padding-top:4px;
}
.stock-research-page #secAnalyse .anx-overall-mini-chart i{
  max-width:18px;
  min-width:5px;
}
.stock-research-page #secAnalyse .anx-section-chart-grid.finx-key-cards{
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin-top:16px;
}
.stock-research-page #secAnalyse .anx-owner-simple{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.stock-research-page #secAnalyse .anx-owner-simple article{
  padding:15px 16px;
  border:1px solid var(--sep);
  border-radius:8px;
  background:#fff;
}
.stock-research-page #secAnalyse .anx-owner-simple b,
.stock-research-page #secAnalyse .anx-owner-simple span{
  display:block;
}
.stock-research-page #secAnalyse .anx-owner-simple b{
  font-size:16px;
  font-weight:600;
}
.stock-research-page #secAnalyse .anx-owner-simple span{
  margin-top:6px;
  color:#64748b;
  font-size:13px;
}
.stock-research-page #secAnalyse .anx-insider-bars,
.stock-research-page #secAnalyse .anx-rating-bars{
  display:flex;
  align-items:flex-end;
  gap:8px;
  min-height:170px;
  padding:18px 0 4px;
}
.stock-research-page #secAnalyse .anx-insider-bars i,
.stock-research-page #secAnalyse .anx-rating-bars i{
  position:relative;
  flex:1;
  height:var(--bar-height);
  min-height:18px;
  border-radius:7px 7px 0 0;
  background:linear-gradient(180deg,#dc2626,#fecaca);
}
.stock-research-page #secAnalyse .anx-rating-bars i{
  background:linear-gradient(180deg,#16a34a,#bbf7d0);
}
.stock-research-page #secAnalyse .anx-insider-bars span,
.stock-research-page #secAnalyse .anx-rating-bars span{
  position:absolute;
  left:50%;
  bottom:-22px;
  transform:translateX(-50%);
  color:#64748b;
  font-size:11px;
  font-weight:600;
  white-space:nowrap;
}
@media(max-width:920px){
  .stock-research-page #secAnalyse .anx-top-split{
    grid-template-columns:1fr;
  }
  .stock-research-page #secAnalyse .anx-top-split>.anx-overall-panel,
  .stock-research-page #secAnalyse .anx-top-split>.anx-thesis-panel{
    order:initial;
  }
  .stock-research-page #secAnalyse .anx-section-chart-grid.finx-key-cards{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .stock-research-page #secAnalyse .anx-owner-simple{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:560px){
  .stock-research-page #secAnalyse .anx-section-chart-grid.finx-key-cards{
    grid-template-columns:1fr;
  }
  .stock-research-page #secAnalyse .anx-owner-simple{
    grid-template-columns:1fr;
  }
}

/* Analysis section scores */
.stock-research-page #secAnalyse .anx-overall-layout{
  display:grid;
  grid-template-columns:minmax(0,2fr) minmax(260px,1fr);
  gap:16px;
  align-items:start;
  margin-top:12px;
}
.stock-research-page #secAnalyse .anx-overall-layout>.anx-overall-card{
  grid-column:1!important;
  order:0!important;
  margin:0;
  min-width:0;
}
.stock-research-page #secAnalyse .anx-investment-verdict{
  grid-column:2!important;
  order:1!important;
  min-width:0;
  border:1px solid var(--sep);
  border-radius:8px;
  background:#fff;
  padding:16px;
}
.stock-research-page #secAnalyse .anx-investment-verdict .compx-h{
  margin:0 0 12px!important;
  color:var(--text)!important;
  font-size:20px!important;
  font-weight:700!important;
  line-height:1.25!important;
  letter-spacing:0!important;
}
.stock-research-page #secAnalyse .anx-verdict-grade{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  padding-bottom:12px;
  border-bottom:1px solid var(--sep);
}
.stock-research-page #secAnalyse .anx-verdict-grade span{
  color:#64748b;
  font-size:11px;
  font-weight:600;
  line-height:1.35;
}
.stock-research-page #secAnalyse .anx-verdict-grade b{
  color:#111827;
  font-size:36px;
  font-weight:700;
  line-height:.9;
  letter-spacing:-.04em;
}
.stock-research-page #secAnalyse .anx-verdict-state{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  margin-top:12px;
  border-radius:6px;
  padding:4px 9px;
  font-size:11px;
  font-weight:650;
  line-height:1.2;
}
.stock-research-page #secAnalyse .anx-verdict-state.is-ambitious{
  background:#fff4cc;
  color:#111827;
}
.stock-research-page #secAnalyse .anx-investment-verdict dl{
  display:grid;
  gap:12px;
  margin:16px 0 0;
}
.stock-research-page #secAnalyse .anx-investment-verdict dl>div{
  padding-top:12px;
  border-top:1px solid var(--sep);
}
.stock-research-page #secAnalyse .anx-investment-verdict dt{
  margin:0 0 5px;
  color:#64748b;
  font-size:11px;
  font-weight:600;
  line-height:1.35;
}
.stock-research-page #secAnalyse .anx-investment-verdict dd{
  margin:0;
  color:#111827;
  font-size:13px;
  font-weight:400;
  line-height:1.5;
}
.stock-research-page #secAnalyse .anx-investment-verdict p{
  margin:16px 0 0!important;
  color:#475569;
  font-size:13px!important;
  font-weight:400!important;
  line-height:1.55!important;
}
.stock-research-page #secAnalyse .anx-thesis-monitor{
  margin-top:22px;
}
.stock-research-page #secAnalyse:not(.ptab-hidden):not([hidden]){
  display:flex;
  flex-direction:column;
}
.stock-research-page #secAnalyse>.research-tab-title{order:0}
.stock-research-page #secAnalyse>.anx-valuation-section{order:1}
.stock-research-page #secAnalyse>.anx-fair-dcf{order:2}
.stock-research-page #secAnalyse>.anx-peer-section{order:4}
.stock-research-page #secAnalyse>.anx-score-section{order:5}
.stock-research-page #secAnalyse>.anx-monitor-section{order:6}
.stock-research-page #secAnalyse>.anx-case-section{order:7}
.stock-research-page #secAnalyse>.anx-overall-layout{order:8}
.stock-research-page #secAnalyse .anx-thesis-monitor-table{
  border:1px solid var(--sep);
  border-radius:8px;
  background:#fff;
  overflow:hidden;
}
.stock-research-page #secAnalyse .anx-thesis-monitor-table table{
  width:100%;
  border-collapse:collapse;
}
.stock-research-page #secAnalyse .anx-thesis-monitor-table th{
  padding:10px 12px;
  border-bottom:1px solid var(--sep);
  background:#f7f9fb;
  color:#64748b;
  font-size:11px;
  font-weight:600;
  line-height:1.35;
  text-align:right;
  white-space:nowrap;
}
.stock-research-page #secAnalyse .anx-thesis-monitor-table th:first-child,
.stock-research-page #secAnalyse .anx-thesis-monitor-table td:first-child{
  text-align:left;
}
.stock-research-page #secAnalyse .anx-thesis-monitor-table td{
  padding:12px;
  border-bottom:1px solid rgba(15,23,42,.07);
  color:#475569;
  font-size:13px;
  font-weight:400;
  line-height:1.45;
  text-align:right;
  vertical-align:middle;
}

/* ==== aktieen/components/research-extended/01.css ==== */
.stock-research-page #secAnalyse .anx-thesis-monitor-table tr:last-child td{
  border-bottom:0;
}
.stock-research-page #secAnalyse .anx-thesis-monitor-table td:first-child{
  color:#111827;
  font-weight:600;
}
.stock-research-page #secAnalyse .anx-thesis-status{
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  min-height:24px;
  border-radius:6px;
  padding:4px 8px;
  white-space:nowrap;
  color:#111827;
  font-size:12px;
  font-weight:650;
  line-height:1.2;
}
.stock-research-page #secAnalyse .anx-thesis-status i{
  display:none;
}
.stock-research-page #secAnalyse .anx-thesis-status.is-intact{background:#e8f5ed;color:#087a4f}
.stock-research-page #secAnalyse .anx-thesis-status.is-watch{background:#fff4cc;color:#111827}
.stock-research-page #secAnalyse .anx-thesis-status.is-risk{background:#ffedd5;color:#9a3412}
.stock-research-page #secAnalyse .anx-thesis-status.is-broken{background:#fee2e2;color:#b4232d}
.stock-research-page #secAnalyse .anx-thesis-status.is-open{background:#eef2f7;color:#475569}
.stock-research-page #secAnalyse .anx-estimate-quality{
  margin-top:28px;
}
.stock-research-page #secAnalyse .anx-estimate-top{
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(0,1fr);
  gap:14px;
  align-items:stretch;
}
.stock-research-page #secAnalyse .anx-estimate-brief,
.stock-research-page #secAnalyse .anx-estimate-mini-chart,
.stock-research-page #secAnalyse .anx-estimate-table{
  border:1px solid var(--sep);
  border-radius:8px;
  background:#fff;
}
.stock-research-page #secAnalyse .anx-estimate-brief{
  padding:16px;
}
.stock-research-page #secAnalyse .anx-estimate-brief span{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  border-radius:6px;
  padding:4px 9px;
  background:#e8f5ed;
  color:#087a4f;
  font-size:12px;
  font-weight:650;
  line-height:1.2;
}
.stock-research-page #secAnalyse .anx-estimate-brief p{
  margin:12px 0 0!important;
  color:#475569;
  font-size:13px!important;
  font-weight:400!important;
  line-height:1.55!important;
}
.stock-research-page #secAnalyse .anx-estimate-mini-chart{
  position:relative;
  min-height:154px;
  padding:12px 12px 8px;
}
.stock-research-page #secAnalyse .anx-estimate-mini-legend{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:4px;
}
.stock-research-page #secAnalyse .anx-estimate-mini-legend span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#64748b;
  font-size:11px;
  font-weight:600;
}
.stock-research-page #secAnalyse .anx-estimate-mini-legend i{
  width:8px;
  height:8px;
  border-radius:999px;
}
.stock-research-page #secAnalyse .anx-estimate-mini-chart svg{
  display:block;
  width:100%;
  height:118px;
  overflow:visible;
}
.stock-research-page #secAnalyse .anx-estimate-mini-chart line{
  stroke:#eef2f7;
  stroke-width:1;
}
.stock-research-page #secAnalyse .anx-estimate-mini-chart polyline{
  fill:none;
  stroke-width:1.35;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.stock-research-page #secAnalyse .anx-estimate-mini-chart .is-eps{stroke:#168451}
.stock-research-page #secAnalyse .anx-estimate-mini-chart .is-revenue{stroke:#2563eb}
.stock-research-page #secAnalyse .anx-estimate-table{
  margin-top:14px;
  overflow:hidden;
}
.stock-research-page #secAnalyse .anx-estimate-split{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  align-items:start;
}
.stock-research-page #secAnalyse .anx-estimate-subhead{
  padding:12px 14px;
  border-bottom:1px solid var(--sep);
  color:#111827;
  font-size:16px;
  font-weight:600;
  line-height:1.3;
}
.stock-research-page #secAnalyse .anx-estimate-table table{
  width:100%;
  border-collapse:collapse;
}
.stock-research-page #secAnalyse .anx-estimate-table th{
  padding:10px 12px;
  border-bottom:1px solid var(--sep);
  background:#f7f9fb;
  color:#64748b;
  font-size:11px;
  font-weight:600;
  line-height:1.35;
  text-align:right;
  white-space:nowrap;
}
.stock-research-page #secAnalyse .anx-estimate-table td{
  padding:12px;
  border-bottom:1px solid rgba(15,23,42,.07);
  color:#475569;
  font-size:13px;
  font-weight:400;
  line-height:1.45;
  text-align:right;
  vertical-align:middle;
  white-space:nowrap;
}
.stock-research-page #secAnalyse .anx-estimate-table tr:last-child td{
  border-bottom:0;
}
.stock-research-page #secAnalyse .anx-estimate-table th:first-child,
.stock-research-page #secAnalyse .anx-estimate-table td:first-child{
  text-align:left;
}
.stock-research-page #secAnalyse .anx-estimate-table td:first-child{
  color:#111827;
  font-weight:600;
}
.stock-research-page #secAnalyse .anx-estimate-table td small{
  display:block;
  margin-top:2px;
  color:#94a3b8;
  font-size:10px;
  font-weight:600;
  line-height:1.25;
}
.stock-research-page #secAnalyse .anx-estimate-table .is-positive{
  color:#15803d;
  font-weight:650;
}
.stock-research-page #secAnalyse .anx-quality-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:24px;
  border-radius:6px;
  padding:4px 8px;
  font-size:11px;
  font-weight:650;
  line-height:1.2;
  white-space:nowrap;
}
.stock-research-page #secAnalyse .anx-quality-pill.is-high,
.stock-research-page #secAnalyse .anx-quality-pill.is-very-high{
  background:#e8f5ed;
  color:#087a4f;
}
.stock-research-page #secAnalyse .anx-quality-pill.is-neutral{
  background:#eef2f7;
  color:#475569;
}
.stock-research-page #secAnalyse .anx-quality-pill.is-risk{
  background:#fee2e2;
  color:#b4232d;
}
.stock-research-page #secAnalyse .anx-score-total td{
  background:#f7f9fb;
  color:#111827!important;
  font-weight:700!important;
}
.stock-research-page #secAnalyse .anx-catalyst-monitor{
  margin-top:28px;
}
.stock-research-page #secAnalyse .anx-catalyst-balance{
  display:grid;
  grid-template-columns:auto auto minmax(0,1fr);
  gap:10px;
  align-items:center;
  border:1px solid var(--sep);
  border-radius:8px;
  background:#fff;
  padding:13px 14px;
}
.stock-research-page #secAnalyse .anx-catalyst-balance span{
  color:#64748b;
  font-size:11px;
  font-weight:600;
  line-height:1.35;
}
.stock-research-page #secAnalyse .anx-catalyst-balance b{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  border-radius:6px;
  padding:4px 9px;
  background:#e8f5ed;
  color:#087a4f;
  font-size:12px;
  font-weight:650;
  line-height:1.2;
  white-space:nowrap;
}
.stock-research-page #secAnalyse .anx-catalyst-balance em{
  min-width:0;
  color:#475569;
  font-size:13px;
  font-style:normal;
  font-weight:400;
  line-height:1.45;
}
.stock-research-page #secAnalyse .anx-catalyst-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  align-items:start;
}
.stock-research-page #secAnalyse .anx-catalyst-table{
  overflow-x:auto;
}
.stock-research-page #secAnalyse .anx-catalyst-table table{
  min-width:680px;
}
.stock-research-page #secAnalyse .anx-capital-insider{
  margin-top:28px;
}
.stock-research-page #secAnalyse .anx-capital-snapshot{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:10px;
}
.stock-research-page #secAnalyse .anx-capital-snapshot article{
  min-width:0;
  border:1px solid var(--sep);
  border-radius:8px;
  background:#fff;
  padding:12px;
  overflow:hidden;
}
.stock-research-page #secAnalyse .anx-capital-snapshot span{
  display:block;
  color:#64748b;
  font-size:11px;
  font-weight:600;
  line-height:1.35;
}
.stock-research-page #secAnalyse .anx-capital-snapshot b{
  display:block;
  margin-top:7px;
  color:#111827;
  font-size:24px;
  font-weight:700;
  line-height:1.15;
  letter-spacing:-.03em;
}
.stock-research-page #secAnalyse .anx-capital-snapshot em{
  display:block;
  margin-top:4px;
  color:#64748b;
  font-size:11px;
  font-style:normal;
  font-weight:600;
  line-height:1.35;
}
.stock-research-page #secAnalyse .anx-capital-mini-bars{
  height:34px;
  display:flex;
  align-items:flex-end;
  gap:3px;
  margin:10px -12px -12px;
  padding:0 12px;
  border-top:1px solid #eef2f7;
  background:#f8fafc;
}
.stock-research-page #secAnalyse .anx-capital-mini-bars i{
  flex:1;
  min-width:3px;
  border-radius:4px 4px 0 0;
  background:#86c5ff;
}
.stock-research-page #secAnalyse .anx-capital-mini-bars.is-warning i{
  background:#facc15;
}
.stock-research-page #secAnalyse .anx-capital-mini-bars.is-muted i{
  background:#cbd5e1;
}
.stock-research-page #secAnalyse .anx-capital-use{
  margin-top:14px;
}
.stock-research-page #secAnalyse .anx-capital-sankey{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:14px;
  padding:14px;
}
.stock-research-page #secAnalyse .anx-sankey-source{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:190px;
  border:1px solid #dbe7ef;
  border-radius:8px;
  background:#f8fafc;
  padding:16px;
}
.stock-research-page #secAnalyse .anx-sankey-source span,
.stock-research-page #secAnalyse .anx-sankey-flow span{
  color:#64748b;
  font-size:11px;
  font-weight:600;
  line-height:1.35;
}
.stock-research-page #secAnalyse .anx-sankey-source b{
  margin-top:6px;
  color:#111827;
  font-size:24px;
  font-weight:700;
  line-height:1.15;
  letter-spacing:-.03em;
}
.stock-research-page #secAnalyse .anx-sankey-flows{
  display:grid;
  gap:8px;
}
.stock-research-page #secAnalyse .anx-sankey-flow{
  display:grid;
  grid-template-columns:155px minmax(90px,1fr) 96px 120px;
  align-items:center;
  gap:10px;
  min-height:30px;
}
.stock-research-page #secAnalyse .anx-sankey-flow i{
  display:block;
  min-width:12px;
  height:18px;
  border-radius:5px;
  background:#9ed0ff;
}
.stock-research-page #secAnalyse .anx-sankey-flow.is-core i{
  background:#168451;
}
.stock-research-page #secAnalyse .anx-sankey-flow.is-small i{
  background:#cbd5e1;
}
.stock-research-page #secAnalyse .anx-sankey-flow b{
  color:#111827;
  font-size:13px;
  font-weight:600;
  line-height:1.35;
  text-align:right;
}
.stock-research-page #secAnalyse .anx-sankey-flow em{
  color:#64748b;
  font-size:11px;
  font-style:normal;
  font-weight:600;
  line-height:1.35;
}
.stock-research-page #secAnalyse .anx-capital-note{
  margin:0!important;
  padding:12px 14px;
  border-top:1px solid var(--sep);
  color:#475569;
  font-size:13px!important;
  font-weight:400!important;
  line-height:1.55!important;
}
.stock-research-page #secAnalyse .anx-capital-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  align-items:start;
}
.stock-research-page #secAnalyse .anx-share-count-card{
  margin-top:14px;
  border:1px solid var(--sep);
  border-radius:8px;
  background:#fff;
  overflow:hidden;
}
.stock-research-page #secAnalyse .anx-share-count-card svg{
  display:block;
  width:100%;
  height:190px;
  padding:8px 12px 0;
  box-sizing:border-box;
  overflow:visible;
}
.stock-research-page #secAnalyse .anx-share-count-card line{
  stroke:#eef2f7;
  stroke-width:1;
}
.stock-research-page #secAnalyse .anx-share-count-card polyline{
  fill:none;
  stroke:#168451;
  stroke-width:1.35;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.stock-research-page #secAnalyse .anx-share-count-card circle{
  fill:#168451;
  stroke:#fff;
  stroke-width:2;
}
.stock-research-page #secAnalyse .anx-share-count-card text{
  fill:#64748b;
  font-size:10px;
  font-weight:600;
  text-anchor:middle;
}
.stock-research-page #secAnalyse .anx-share-count-labels{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:0 14px 12px;
  color:#64748b;
  font-size:11px;
  font-weight:600;
}
.stock-research-page #secAnalyse .anx-dividend-line{
  margin-top:14px;
}
.stock-research-page #secAnalyse .anx-quality-pill.is-watch{
  background:#fff4cc;
  color:#111827;
}
.stock-research-page #secAnalyse .anx-insider-wide{
  margin-top:14px;
  border:1px solid var(--sep);
  border-radius:8px;
  background:#fff;
  overflow:hidden;
}
.stock-research-page #secAnalyse .anx-insider-bars{
  position:relative;
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:8px;
  height:180px;
  padding:16px 16px 30px;
  background:#f8fafc;
  border-top:1px solid var(--sep);
  border-bottom:1px solid var(--sep);
}
.stock-research-page #secAnalyse .anx-insider-zero{
  position:absolute;
  left:16px;
  right:16px;
  top:50%;
  height:1px;
  background:#dbe3ec;
}
.stock-research-page #secAnalyse .anx-insider-month{
  position:relative;
  min-width:0;
}
.stock-research-page #secAnalyse .anx-insider-month i{
  position:absolute;
  left:50%;
  width:12px;
  transform:translateX(-50%);
  border-radius:5px;
}
.stock-research-page #secAnalyse .anx-insider-month i.buy{
  bottom:50%;
  background:#168451;
}
.stock-research-page #secAnalyse .anx-insider-month i.sell{
  top:50%;
  background:#dc2626;
}
.stock-research-page #secAnalyse .anx-insider-month span{
  position:absolute;
  left:50%;
  bottom:-23px;
  transform:translateX(-50%);
  color:#64748b;
  font-size:10px;
  font-weight:600;
  line-height:1;
}
.stock-research-page #secAnalyse .anx-insider-legend{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  padding:10px 14px;
  color:#64748b;
  font-size:11px;
  font-weight:600;
  line-height:1.35;
}
.stock-research-page #secAnalyse .anx-insider-legend span{
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.stock-research-page #secAnalyse .anx-insider-legend i{
  width:9px;
  height:9px;
  border-radius:999px;
  display:inline-block;
}
.stock-research-page #secAnalyse .anx-insider-legend i.buy{
  background:#168451;
}
.stock-research-page #secAnalyse .anx-insider-legend i.sell{
  background:#dc2626;
}
.stock-research-page #secAnalyse .anx-insider-legend strong{
  margin-left:auto;
  color:#111827;
  font-size:11px;
  font-weight:600;
}
.stock-research-page #secAnalyse .anx-insider-detail-table{
  border:0;
  border-radius:0;
/* ==== aktieen/overrides/cross-tab-refinements/00.css ==== */
}
@media(max-width:980px){
  .stock-research-page #secAnalyse .anx-overall-layout{
    grid-template-columns:1fr;
  }
  .stock-research-page #secAnalyse .anx-overall-layout>.anx-overall-card,
  .stock-research-page #secAnalyse .anx-investment-verdict{
    grid-column:auto!important;
  }
  .stock-research-page #secAnalyse .anx-thesis-monitor-table{
    overflow-x:auto;
  }
  .stock-research-page #secAnalyse .anx-thesis-monitor-table table{
    min-width:760px;
  }
  .stock-research-page #secAnalyse .anx-estimate-top,
  .stock-research-page #secAnalyse .anx-estimate-split{
    grid-template-columns:1fr;
  }
  .stock-research-page #secAnalyse .anx-estimate-table{
    overflow-x:auto;
  }
  .stock-research-page #secAnalyse .anx-estimate-table table{
    min-width:680px;
  }
  .stock-research-page #secAnalyse .anx-catalyst-grid,
  .stock-research-page #secAnalyse .anx-catalyst-balance{
    grid-template-columns:1fr;
  }
  .stock-research-page #secAnalyse .anx-capital-snapshot{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .stock-research-page #secAnalyse .anx-capital-sankey{
    grid-template-columns:1fr;
  }
  .stock-research-page #secAnalyse .anx-sankey-source{
    min-height:auto;
  }
  .stock-research-page #secAnalyse .anx-sankey-flow{
    grid-template-columns:1fr;
    gap:4px;
  }
  .stock-research-page #secAnalyse .anx-sankey-flow b{
    text-align:left;
  }
  .stock-research-page #secAnalyse .anx-capital-grid{
    grid-template-columns:1fr;
  }
  .stock-research-page #secAnalyse .anx-capital-grid>.anx-estimate-table{
    overflow-x:auto;
  }
  .stock-research-page #secAnalyse .anx-capital-grid>.anx-estimate-table table{
    min-width:680px;
  }
  .stock-research-page #secAnalyse .anx-insider-detail-table{
    overflow-x:auto;
  }
  .stock-research-page #secAnalyse .anx-insider-detail-table table{
    min-width:760px;
  }
  .stock-research-page #secAnalyse .anx-insider-legend strong{
    margin-left:0;
    width:100%;
  }
}

.stock-research-page .anx-section-head .compx-h{
  margin:0!important;
  color:var(--text)!important;
  font-size:var(--type-section-size)!important;
  font-weight:700!important;
  line-height:1.25!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.stock-research-page .anx-section-head>.compx-section-intro,
.stock-research-page .anx-section-head>p.compx-section-intro{
  max-width:760px;
  margin:6px 0 0!important;
  padding:0;
  color:#64748b;
  font-size:12.5px!important;
  font-weight:400!important;
  line-height:1.6!important;
  text-align:left;
}
.anx-section-head{
  position:relative;
  padding-right:78px;
}
.anx-section-score{
  position:absolute;
  top:0;
  right:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:62px;
  min-height:26px;
  padding:4px 8px;
  border-radius:5px;
  background:#eef2f7;
  color:#475569;
  font-size:11px;
  font-weight:650;
  line-height:1.2;
  white-space:nowrap;
}
.anx-section-score.is-strong{background:#e8f5ed;color:#087a4f}
.anx-section-score.is-positive{background:#edf6f1;color:#15803d}
.anx-section-score.is-weak{background:#fcebec;color:#b4232d}

.anx-header-scores{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin:14px 0 18px;
}
.anx-header-scores span,
.anx-header-scores button{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:4px 8px;
  border:0;
  border-radius:4px;
  font-family:inherit;
  font-size:10px;
  font-weight:500;
  line-height:1.2;
  white-space:nowrap;
}
.anx-header-scores button{cursor:pointer}
.anx-header-scores button:hover{filter:brightness(.97)}
.anx-header-scores button:focus-visible{
  outline:2px solid #168451;
  outline-offset:2px;
}
.anx-header-scores b{
  margin-left:4px;
  font-weight:700;
}
.anx-header-scores .is-positive{
  background:#eaf6ef;
  color:#087a4f;
}
.anx-header-scores .is-negative{
  background:#fcebec;
  color:#b4232d;
}
.anx-header-scores button.is-open{
  box-shadow:inset 0 0 0 1px currentColor;
}
.anx-score-modal{width:min(680px,94vw)}
.anx-score-modal .mi-modal-body{padding:18px 22px 22px}
.anx-score-modal-title{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
}
.anx-score-modal-title span,
.anx-score-trend-head small,
.anx-score-modal-section>span{
  color:#64748b;
  font-size:10px;
  font-weight:600;
}
.anx-score-modal-title h3{
  margin:3px 0 0;
  color:#111827;
  font-size:20px;
  font-weight:700;
  line-height:1.25;
}
.anx-score-modal-title>strong{
  padding:7px 10px;
  border-radius:6px;
  background:#eaf6ef;
  color:#087a4f;
  font-size:16px;
  font-weight:700;
  white-space:nowrap;
}
.anx-score-trend-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:20px;
}
.anx-score-trend-head>span{
  color:#111827;
  font-size:13px;
  font-weight:600;
}
.anx-score-trend-chart{
  height:126px;
  margin-top:7px;
}
.anx-score-bars.finx-key-chart{
  display:flex;
  align-items:flex-end;
  justify-content:space-around;
  gap:14px;
  width:100%;
  height:100%;
  margin:0;
  padding:0 10px;
  border-bottom:1px solid #dfe4ea;
}
.anx-score-bar-column{
  display:grid;
  grid-template-rows:18px 76px 20px;
  align-items:end;
  justify-items:center;
  width:58px;
  height:114px;
}
.anx-score-bar-column>b{
  align-self:start;
  color:#475569;
  font-size:10px;
  font-weight:600;
}
.anx-score-bars.finx-key-chart .anx-score-bar-column>i{
  align-self:end;
  width:22px;
  min-width:22px;
  max-width:22px;
  border-radius:4px 4px 0 0;
}
.anx-score-bars .anx-score-bar-column>i.neutral{background:#8795a5}
.anx-score-bars .anx-score-bar-column>i.is-current{
  box-shadow:0 0 0 2px #fff,0 0 0 3px #64748b;
}
.anx-score-bars .anx-score-bar-column>i.up.is-current{box-shadow:0 0 0 2px #fff,0 0 0 3px #168451}
.anx-score-bars .anx-score-bar-column>i.down.is-current{box-shadow:0 0 0 2px #fff,0 0 0 3px #b43a3a}
.anx-score-bar-column>small{
  align-self:end;
  color:#7b8795;
  font-size:9px;
  font-weight:500;
}
.anx-score-modal-section{margin-top:16px}
.anx-score-modal-explanation{
  margin-top:6px;
  padding:9px 10px;
  border-radius:6px;
  background:#f7f9fb;
  color:#334155;
  font-size:11px;
  font-weight:500;
  line-height:1.5;
}
.anx-score-calculation{
  margin-top:9px;
  padding:9px 10px;
  border-left:3px solid #168451;
  background:#fbfcfd;
}
.anx-score-calculation span{
  display:block;
  color:#64748b;
  font-size:10px;
  font-weight:600;
}
.anx-score-calculation strong{
  display:block;
  margin-top:4px;
  color:#111827;
  font-size:12px;
  font-weight:600;
  line-height:1.5;
}
.anx-score-modal-values{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  margin-top:8px;
}
.anx-score-modal-values span{
  position:relative;
  padding:7px 10px 7px 20px;
  border-bottom:1px solid #edf0f3;
  color:#475569;
  font-size:10px;
  font-weight:500;
  line-height:1.45;
}
.anx-score-modal-values span::before{
  content:"";
  position:absolute;
  left:8px;
  top:13px;
  width:4px;
  height:4px;
  border-radius:50%;
  background:#168451;
}
.anx-score-modal-note{
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid #e5e9ee;
  color:#64748b;
  font-size:11px;
  line-height:1.5;
}
@media(max-width:600px){
  .anx-score-modal .mi-modal-body{padding:16px}
  .anx-score-bars.finx-key-chart{gap:4px;padding:0}
  .anx-score-bar-column{width:48px}
  .anx-score-modal-values{grid-template-columns:1fr}
}
.stock-research-page .ovx-analysis-scores{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:6px;
}
.stock-research-page .ovx-analysis-scores span{
  min-width:0;
  justify-content:center;
  padding:5px 6px;
  text-align:center;
  white-space:normal;
}

/* Overview Bull/Bear uses the same visual component as the Analyse tab. */
.stock-research-page .ovx-bull-bear{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin-top:14px;
  border-top:0;
}
.stock-research-page .ovx-bull-bear article,
.stock-research-page .ovx-bull-bear article+article{
  padding:0 20px 0 0;
  border:0;
}
.stock-research-page .ovx-bull-bear article+article{
  padding:0 20px;
  border-left:1px solid var(--anx-panel-line,var(--sep));
}
.stock-research-page .ovx-bull-bear h4{
  margin:0;
  padding:13px 0 10px;
  border-radius:0;
  border-bottom:1px solid var(--anx-panel-line,var(--sep));
  background:#fff;
  font-size:var(--type-card-size);
  font-weight:600;
  line-height:1.3;
}
.stock-research-page .ovx-bull-bear .bull h4{color:#087a5b}
.stock-research-page .ovx-bull-bear .base h4{color:#475569}
.stock-research-page .ovx-bull-bear .bear h4{color:#b42318}
.stock-research-page .ovx-bull-bear article>.ovx-case-rows{
  display:block;
  padding:0;
  border:0;
}
.stock-research-page .ovx-bull-bear .ovx-case-rows>div{
  padding:11px 0;
  border:0;
  border-bottom:1px solid var(--anx-panel-line,var(--sep));
  border-radius:0;
}
.stock-research-page .ovx-bull-bear .ovx-case-rows>div:last-child{border-bottom:0}
.stock-research-page .ovx-bull-bear article>div{
  padding:11px 0;
  border:0;
  border-bottom:1px solid var(--anx-panel-line,var(--sep));
  border-radius:0;
}
.stock-research-page .ovx-bull-bear article>div:last-child{border-bottom:0}
.stock-research-page .ovx-bull-bear .ovx-case-rows b{
  display:block;
  margin-bottom:4px;
  color:var(--text);
  font-size:12px;
  font-weight:600;
}
.stock-research-page .ovx-bull-bear .ovx-case-rows p{
  margin:0;
  color:#64748b;
  font-size:11px;
  font-weight:500;
  line-height:1.5;
}

/* Overview: spacious events, financial highlights and peer comparison. */
.stock-research-page .ovx-financial-overview,
.stock-research-page .ovx-peer-overview{
  margin-top:20px;
  padding-top:16px;
}
.stock-research-page .ovx-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:12px;
      padding: 0 0 8px !important;
      border-bottom: 1px solid var(--anx-panel-line,var(--sep));
}
.stock-research-page .ovx-section-head h3{
  margin:0;
  color:var(--text);
  font-size:20px;
  font-weight:700;
  line-height:1.25;
}
.stock-research-page .ovx-section-head p{
  margin:4px 0 0;
  color:var(--muted);
  font-size:13px;
  font-weight:400;
  line-height:1.5;
}
.stock-research-page .ovx-section-head>button{
  min-height:36px;
  padding:0 12px;
  border:1px solid var(--sep);
  border-radius:7px;
  background:#fff;
  color:#334155;
  font:inherit;
  font-size:11px;
  font-weight:600;
  cursor:pointer;
  white-space:nowrap;
}
.stock-research-page .ovx-section-head>button:hover{background:#f7f9fb}
.stock-research-page .ovx-section-head>span{
  color:var(--muted);
  font-size:11px;
  font-weight:600;
  white-space:nowrap;
}
.stock-research-page #secOverview .ovx-section-head .ovx-news-more{
  margin-top:0;
}
.stock-research-page #secOverview .ovx-overall-overview{
  margin-top:24px;
}
.stock-research-page #secOverview .ovx-overall-overview .ovx-section-head{
  margin-bottom:12px;
}
.stock-research-page #secOverview .ovx-overall-overview .anx-overall-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.stock-research-page #secOverview .ovx-timeline-head{
  margin-top:22px;
  margin-bottom:0;
  padding-top:16px;
}
.stock-research-page #secOverview .ovx-case-section{
  margin-top:40px;
}
.stock-research-page #secOverview .ovx-case-section .ovx-section-head{
  margin-bottom:10px;
}
.stock-research-page .ovx-financial-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin:16px 0 14px;
}
.stock-research-page .ovx-financial-grid .finx-key-card{
  min-height:138px;
  padding:14px 16px 13px;
  overflow:hidden;
  display:block;
  background:#fff;
  border:1px solid var(--sep);
  border-radius:8px;
}
.stock-research-page .ovx-financial-grid .finx-key-card:last-child{
  grid-column:auto;
}
.stock-research-page .ovx-fin-card .finx-key-card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:8px;
}
.stock-research-page .ovx-fin-card .finx-key-card-head strong{
  color:var(--text);
  font-size:13px;
  font-weight:600;
  line-height:1.35;
  min-width:0;
}
.stock-research-page .ovx-fin-card .finx-key-card-head small{
  display:none;
  font-size:10px;
  font-weight:600;
  line-height:1;
  color:#64748b;
  white-space:nowrap;
}
.stock-research-page .ovx-fin-value-row{
  display:block;
  margin:0;
}
.stock-research-page .ovx-fin-card .finx-key-card-value{
  display:block;
  color:var(--text);
  font-size:24px;
  font-weight:700;
  letter-spacing:-.025em;
  line-height:1.15;
  min-width:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.stock-research-page .ovx-fin-card .finx-key-card-change{
  display:inline-flex;
  align-items:center;
  flex:0 0 auto;
  width:max-content;
  border-radius:4px;
  padding:3px 7px;
  background:#eef2f7;
  color:#475569;
  font-size:10px;
  font-style:normal;
  font-weight:600;
  line-height:1.2;
  margin-left:auto;
  white-space:nowrap;
}
.stock-research-page .ovx-fin-card .finx-key-card-change.is-positive{
  background:#eaf6ef;
  color:#15803d;
}
.stock-research-page .ovx-fin-card .finx-key-card-change.is-negative{
  background:#fcebec;
  color:#b4232d;
}
.stock-research-page .ovx-fin-mini-bars{
  display:flex;
  align-items:flex-end;
  justify-content:flex-start;
  gap:2px;
  width:100%!important;
  height:46px!important;
  min-height:0;
  margin:10px 0 0;
  padding-top:5px;
  border-bottom:1px solid #dfe4ea;
  background:transparent;
}
.stock-research-page .ovx-fin-mini-bars i{
  flex:1 1 0!important;
  width:auto!important;
  max-width:none;
  min-width:3px;
  border-radius:2px 2px 0 0;
  background:#8795a5;
}
.stock-research-page .ovx-fin-mini-bars i.up,
.stock-research-page .ovx-fin-mini-bars i.down,
.stock-research-page .ovx-fin-mini-bars i.neutral{
  background:#8795a5;
}
.stock-research-page .ovx-events-timeline{
  padding:0;
}
.stock-research-page #ovxEventsTimeline{
  width:100%;
  margin:18px 0 0;
  border-top:1px solid rgba(15,23,42,.08);
}
.stock-research-page #ovxEventsTimeline .ovx-timeline-stage{
  width:var(--ovx-timeline-width,1120px);
  min-width:1040px;
  padding:96px 84px 74px;
}
.stock-research-page .ovx-timeline-scroll{
  width:100%;

  padding-bottom:5px;
  scrollbar-width:thin;
  scrollbar-color:#cbd3dc transparent;
}
.stock-research-page .ovx-timeline-scroll::-webkit-scrollbar{height:5px}
.stock-research-page .ovx-timeline-scroll::-webkit-scrollbar-track{background:transparent}
.stock-research-page .ovx-timeline-scroll::-webkit-scrollbar-thumb{
  border-radius:999px;
  background:#cbd3dc;
}
.stock-research-page .ovx-timeline-stage{
  box-sizing:border-box;
  width:var(--ovx-timeline-width,1120px);
  min-width:100%;
}
.stock-research-page .ovx-event-label{
  width:154px;
  white-space:normal;
  line-height:1.25;
}
.stock-research-page .ovx-event-marker.lane-0 .ovx-event-label{bottom:17px}
.stock-research-page .ovx-event-marker.lane-1 .ovx-event-label{top:17px}
.stock-research-page .ovx-event-marker.lane-2 .ovx-event-label{bottom:54px}
.stock-research-page .ovx-event-marker.lane-3 .ovx-event-label{top:54px}
.stock-research-page .ovx-event-title{
  line-height:1.3!important;
}
.stock-research-page .ovx-timeline-meta{
  margin-top:34px;
}
.stock-research-page .ovx-peer-table-scroll{
  width:100%;
  overflow-x:auto;
}
.stock-research-page .ovx-peer-table-scroll.is-hidden{
  display:none;
}
.stock-research-page .ovx-peer-toggle{
  display:inline-flex;
  align-items:center;
  gap:3px;
  padding:3px;
  border:1px solid var(--sep);
  border-radius:8px;
  background:#fff;
}
.stock-research-page .ovx-peer-toggle button{
  min-height:30px;
  border:0;
  border-radius:6px;
  background:transparent;
  color:#64748b;
  font:inherit;
  font-size:11px;
  font-weight:600;
  padding:0 10px;
  cursor:pointer;
  white-space:nowrap;
}
.stock-research-page .ovx-peer-toggle button.active{
  background:#111827;
  color:#fff;
}
.stock-research-page .ovx-peer-table{
  width:100%;
  min-width:780px;
  border-collapse:collapse;
}
.stock-research-page .ovx-peer-table th,
.stock-research-page .ovx-peer-table td{
  padding:11px 12px;
  border-bottom:1px solid var(--sep);
  text-align:right;
  white-space:nowrap;
}
.stock-research-page .ovx-peer-table th{
  color:var(--muted);
  font-size:11px;
  font-weight:600;
}
.stock-research-page .ovx-peer-table td{
  color:#475569;
  font-size:13px;
  font-weight:400;
}
.stock-research-page .ovx-peer-table th:first-child,
.stock-research-page .ovx-peer-table td:first-child{
  padding-left:0;
  text-align:left;
}
.stock-research-page .ovx-peer-table th:last-child,
.stock-research-page .ovx-peer-table td:last-child{padding-right:0}
.stock-research-page .ovx-peer-table tr.is-current td{background:#f3f8f5}
.stock-research-page .ovx-peer-table td.positive{color:#15803d;font-weight:600}
.stock-research-page .ovx-peer-table td.negative{color:#b4232d;font-weight:600}
.stock-research-page .ovx-peer-research-table{
  min-width:860px;
}
.stock-research-page .ovx-peer-research-table .ovx-peer-score-donut{
  width:48px;
  height:28px;
  font-size:11px;
  margin-inline:auto;
}
.stock-research-page .ovx-peer-research-table .ovx-peer-score-donut[data-color="#16a34a"]{
  --score-gradient:linear-gradient(180deg,#168451 0%,#45a77b 100%);
  color:#fff;
}
.stock-research-page .ovx-peer-research-table .ovx-peer-score-donut[data-color="#facc15"]{
  --score-gradient:linear-gradient(180deg,#facc15 0%,#d6a90f 100%);
  color:#111827;
}
.stock-research-page .ovx-peer-research-table .ovx-peer-score-donut[data-color="#993232"]{
  --score-gradient:linear-gradient(180deg,#dc2626 0%,#993232 100%);
  color:#fff;
}
.stock-research-page .ovx-score-pill{
  display:inline-flex;
  min-width:30px;
  height:24px;
  align-items:center;
  justify-content:center;
  border-radius:7px;
  background:#f7f9fb;
  color:#111827;
  font-size:12px;
  font-weight:700;
}
.stock-research-page .ovx-peer-company{
  display:flex;
  align-items:center;
  gap:10px;
}
.stock-research-page .ovx-peer-company img{
  width:34px;
  height:34px;
  flex:0 0 34px;
  padding:5px;
  border:1px solid #e2e7ec;
  border-radius:50%;
  background:#fff;
  object-fit:contain;
}
.stock-research-page .ovx-peer-company>span{min-width:0}
.stock-research-page .ovx-peer-company strong,
.stock-research-page .ovx-peer-company small{display:block}
.stock-research-page .ovx-peer-company strong{
  color:var(--text);
  font-size:13px;
  font-weight:600;
}
.stock-research-page .ovx-peer-company small{
  margin-top:2px;
  color:var(--muted);
  font-size:11px;
  font-weight:600;
}

/* Kaufen tab */
.buyx-summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:16px 0 22px;
}
.buyx-summary .finx-key-card{
  min-height:104px;
  padding:15px 16px;
}
.buyx-summary .finx-key-card>b{margin-top:9px}
.buyx-section{margin-top:20px}
.buyx-asof{
  color:var(--muted);
  font-size:11px;
  font-weight:600;
  white-space:nowrap;
}
.buyx-broker-table{min-width:660px}
.buyx-broker-name{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:170px;
}
.buyx-broker-name img{
  width:34px;
  height:34px;
  flex:0 0 34px;
  padding:4px;
  border:1px solid #e2e7ec;
  border-radius:50%;
  background:#fff;
  object-fit:contain;
}
.buyx-status{
  display:inline-flex;
  align-items:center;
  gap:5px;
  font-size:11px;
  font-weight:600;
  white-space:nowrap;
}
.buyx-status.positive{color:#15803d}
.buyx-status i{font-size:9px}
.buyx-market-status{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:11.5px;
  font-weight:650;
  color:#64748b;
}
.buyx-market-status::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:999px;
  background:#94a3b8;
}
.buyx-market-status.is-open{color:#15803d}
.buyx-market-status.is-open::before{background:#16a34a}
.buyx-market-status.is-closed{color:#64748b}
.buyx-buy-cell{text-align:right}
.buyx-buy-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-width:94px;
  min-height:36px;
  padding:7px 12px;
  border:1px solid #111827;
  border-radius:6px;
  background:#111827;
  color:#fff;
  font-size:11px;
  font-weight:600;
  line-height:1;
  text-decoration:none;
  transition:background .14s ease,border-color .14s ease;
}
.buyx-buy-button:hover{border-color:#168451;background:#168451}
.buyx-buy-button:focus-visible{outline:2px solid #168451;outline-offset:2px}
.buyx-affiliate-note{
  margin:10px 0 0;
  color:var(--dim);
  font-size:11px;
  line-height:1.55;
}
.buyx-source-note{
  margin:10px 0 0;
  color:var(--dim);
  font-size:10px;
  line-height:1.5;
}
.buyx-source-note a{
  color:#475569;
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:2px;
}
.buyx-info-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.buyx-tax-section{width:100%}
.buyx-tax-copy{
  padding-top:14px;
  color:#334155;
}
.buyx-tax-copy p{
  margin:0;
  font-size:13px;
  line-height:1.8;
  font-weight:400;
}
.buyx-tax-copy p+p{margin-top:10px}
.buyx-tax-copy strong{
  font-weight:600;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
.buyx-security-data{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  margin:0 0 14px;
  border-bottom:1px solid var(--sep);
}
.buyx-security-data>div{
  min-width:0;
  padding:14px 16px 13px;
}
.buyx-security-data>div+div{border-left:1px solid var(--sep)}
.buyx-security-data dt{
  margin:0 0 5px;
  color:var(--muted);
  font-size:11px;
  font-weight:600;
}
.buyx-security-data dd{
  margin:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:var(--text);
  font-size:13px;
  font-weight:600;
}
.buyx-security-data dd span{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.buyx-copy{
  position:relative;
  flex:0 0 auto;
  width:auto;
  height:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:0;
  background:transparent;
  color:var(--dim);
  line-height:1;
  padding:0 2px;
  cursor:pointer;
  transition:color .15s ease;
}
.buyx-copy:hover{color:var(--teal)}
.buyx-copy svg{width:13px;height:13px}
.buyx-panel{
  padding:16px;
  border:0;
  border-radius:8px;
  background:#fff;
}
.buyx-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:0 0 12px;
  border-bottom:1px solid var(--sep);
}
.buyx-head h3{
  margin:0;
  color:var(--text);
  font-size:20px;
  font-weight:700;
  line-height:1.25;
}
.buyx-head p{
  margin:4px 0 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.5;
}
.buyx-calculator{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  padding:16px 0;
}
.buyx-calculator label>span:first-child{
  display:block;
  margin-bottom:6px;
  color:var(--muted);
  font-size:11px;
  font-weight:600;
}
.buyx-input{
  display:flex;
  align-items:center;
  height:38px;
  border:1px solid var(--sep);
  border-radius:6px;
  background:#fff;
  overflow:hidden;
}
.buyx-input input{
  width:100%;
  min-width:0;
  height:100%;
  padding:0 10px;
  border:0;
  outline:0;
  color:var(--text);
  font:inherit;
  font-size:13px;
}
.buyx-input em{
  padding:0 10px;
  color:var(--muted);
  font-size:12px;
  font-style:normal;
}
.buyx-calculator select{
  width:100%;
  height:38px;
  padding:0 10px;
  border:1px solid var(--sep);
  border-radius:6px;
  outline:0;
  background:#fff;
  color:var(--text);
  font:inherit;
  font-size:12px;
}
.buyx-input:focus-within,.buyx-calculator select:focus{
  border-color:#168451;
  box-shadow:0 0 0 2px rgba(22,132,81,.12);
}
.buyx-result{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid var(--sep);
  border-bottom:1px solid var(--sep);
}
.buyx-result>div{padding:13px 14px 13px 0}
.buyx-result>div+div{padding-left:14px;border-left:1px solid var(--sep)}
.buyx-result span{
  display:block;
  margin-bottom:5px;
  color:var(--muted);
  font-size:10px;
  font-weight:600;
}
.buyx-result b{
  color:var(--text);
  font-size:16px;
  font-weight:700;
}
.buyx-note{
  margin:11px 0 0;
  color:var(--dim);
  font-size:10px;
  line-height:1.5;
}
.buyx-order-panel{margin-top:20px}
.stock-research-page .compx .src-label.compx-section-source{
  display:flex;
  align-items:center;
  width:max-content;
  margin:6px 0 0 auto;
}


.buyx-table-wrap{overflow-x:auto}
/* Nutzer-Wunsch 06.09.2026: "Weitere Broker anzeigen bitte mittig" --
   .compx-more ist von Haus aus inline-flex (links ausgerichtet im Fluss);
   hier als block-level Flexbox zentriert, ohne die Basis-Klasse fuer die
   anderen .compx-more-Stellen (z.B. Unternehmen-Tab) zu veraendern. */
.buyx-panel .compx-more{display:flex;margin:14px auto 0}
.buyx-table{
  width:100%;
  min-width:760px;
  border-collapse:collapse;
}
.buyx-table th{
  padding:10px 12px;
  border-bottom:1px solid var(--sep);
  color:var(--muted);
  font-size:11px;
  font-weight:600;
  text-align:left;
}
.buyx-table td{
  padding:11px 12px;
  border-bottom:1px solid var(--sep);
  color:var(--muted);
  font-size:13px;
  line-height:1.5;
  vertical-align:middle;
}
.buyx-table tbody tr:last-child td{border-bottom:0}
.buyx-table strong{color:var(--text);font-weight:600}
.buyx-risk-note{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-top:14px;
  padding:12px 14px;
  border-left:3px solid #d7a522;
  background:#fffaf0;
}
.buyx-risk-note i{margin-top:3px;color:#a16207;font-size:13px}
.buyx-risk-note p{margin:0;color:#645b49;font-size:11px;line-height:1.55}
.buyx-risk-note strong{color:#3f392d}

@media(max-width:800px){
  .stock-research-page .ovx-bull-bear{grid-template-columns:1fr}
  .stock-research-page .ovx-bull-bear article,
  .stock-research-page .ovx-bull-bear article+article{padding:0;border-left:0}
  .stock-research-page .ovx-bull-bear article+article{margin-top:16px}
  .stock-research-page .ovx-financial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .stock-research-page .ovx-timeline-stage{padding-left:74px;padding-right:74px}
  .buyx-summary{grid-template-columns:repeat(2,minmax(0,1fr))}
  .buyx-summary article:last-child{grid-column:1/-1}
  .buyx-info-grid{grid-template-columns:1fr}
  .buyx-security-data{grid-template-columns:repeat(2,minmax(0,1fr))}
  .buyx-security-data>div:nth-child(3){border-left:0}
}
@media(max-width:560px){
  .stock-research-page .ovx-section-head{align-items:flex-start;flex-direction:column}
  .stock-research-page .ovx-financial-grid{grid-template-columns:1fr}
  .stock-research-page .ovx-timeline-stage{padding-left:68px;padding-right:68px}
  .buyx-summary,.buyx-calculator,.buyx-result{grid-template-columns:1fr}
  .buyx-summary article:last-child{grid-column:auto}
  .buyx-security-data{grid-template-columns:1fr}
  .buyx-security-data>div+div{border-left:0}
  .buyx-security-data>div:last-child{grid-column:auto}
  .buyx-result>div,.buyx-result>div+div{padding:11px 0;border-left:0;border-bottom:1px solid var(--sep)}
  .buyx-result>div:last-child{border-bottom:0}
}

/* Hide every floating chart message while the document is moving. */
.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;
}
@media(max-width:900px){
  .anx-buyback-layout{grid-template-columns:1fr}
}
@media(max-width:600px){
  .stock-research-page .ovx-analysis-scores{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .anx-section-head{padding-right:68px}
  .anx-section-score{
    min-width:56px;
    min-height:24px;
    font-size:10px;
  }
  .anx-buyback-stats{grid-template-columns:1fr}
  .anx-buyback-stats article,
  .anx-buyback-stats article:first-child{
    padding:12px 0;
    border-right:0;
    border-bottom:1px solid var(--sep);
  }
  .anx-buyback-stats article:last-child{border-bottom:0}
}

/* Analyse: finale Kapitelstruktur */
.stock-research-page .anx-bull-bear.anx-three-scenarios{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.stock-research-page .anx-bull-bear.anx-three-scenarios article,
.stock-research-page .anx-bull-bear.anx-three-scenarios article+article{
  min-width:0;
  padding:0 18px;
  border-top:0;
  border-left:1px solid var(--sep);
}
.stock-research-page .anx-bull-bear.anx-three-scenarios article:first-child{
  padding-left:0;
  border-left:0;
}
.stock-research-page .anx-bull-bear.anx-three-scenarios article:last-child{
  padding-right:0;
}
@media(max-width:860px){
  .stock-research-page .anx-bull-bear.anx-three-scenarios{
    grid-template-columns:1fr;
  }
  .stock-research-page .anx-bull-bear.anx-three-scenarios article,
  .stock-research-page .anx-bull-bear.anx-three-scenarios article+article,
  .stock-research-page .anx-bull-bear.anx-three-scenarios article:first-child,
  .stock-research-page .anx-bull-bear.anx-three-scenarios article:last-child{
    padding:14px 0;
    border-left:0;
    border-top:1px solid var(--sep);
  }
  .stock-research-page .anx-bull-bear.anx-three-scenarios article:first-child{
    border-top:0;
  }
}

.anx-dependency-head{
  margin-bottom:10px;
}
.compx-dependency-matrix-wrap{
  overflow:visible!important;
}
.anx-dependency-table{
  width:100%;
  min-width:0;
  table-layout:fixed;
}
.anx-dependency-table th:first-child{width:27%}
.anx-dependency-table th:nth-child(2){width:34%}
.anx-dependency-table th:nth-child(3),
.anx-dependency-table th:nth-child(4){width:19.5%}
.anx-dependency-table th{
  white-space:normal!important;
  padding:7px 8px!important;
  font-size:12px!important;
}
.anx-dependency-table th:nth-child(2),
.anx-dependency-table td:nth-child(2){
  text-align:left!important;
}
.anx-dependency-table td{
  vertical-align:middle;
  white-space:normal!important;
  padding:9px 8px!important;
  font-size:11px!important;
  line-height:1.42!important;
}
.anx-dependency-table td:first-child strong{
  display:block;
  color:var(--text);
  font-size:12px;
  font-weight:600;
  line-height:1.3;
}
.anx-dependency-table td:first-child small{
  display:block;
  margin-top:3px;
  color:var(--muted);
  font-size:10px;
  font-weight:400;
  line-height:1.35;
}
.anx-risk-level{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:58px;
  min-height:24px;
  padding:3px 7px;
  white-space:nowrap;
  padding:3px 8px;
  border-radius:5px;
  font-size:11px;
  font-weight:600;
  line-height:1.35;
}
.anx-risk-level.is-low{
  background:#e8f5ed;
  color:#087a4f;
}
.anx-risk-level.is-medium{
  background:#fff4d6;
  color:#72510a;
}
.anx-risk-level.is-high{
  background:#fdeaea;
  color:#b42318;
}

.anx-priced-in-table{
  min-width:800px;
}
.anx-priced-in-table th:first-child{width:23%}
.anx-priced-in-table th:nth-child(2){width:27%}
.anx-priced-in-table th:nth-child(3){width:35%}
.anx-priced-in-table th:last-child{width:15%}
.anx-priced-in-table td{
  vertical-align:middle;
}
.anx-priced-in-table td:first-child strong,
.anx-priced-in-table td:first-child small{
  display:block;
}
.anx-priced-in-table td:first-child strong{
  color:var(--text);
  font-size:13px;
  font-weight:600;
}
.anx-priced-in-table td:first-child small{
  margin-top:3px;
  color:var(--muted);
  font-size:11px;
  line-height:1.4;
}
.anx-priced-in-table{
  min-width:0!important;
  display:block;
}
.anx-priced-in-table thead{display:none}
.anx-priced-in-table tbody{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.anx-priced-in-table tr{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:8px 12px;
  align-items:start;
  padding:12px;
  border:1px solid var(--sep);
  border-radius:8px;
  background:#fff;
}
.anx-priced-in-table td{
  display:block;
  padding:0!important;
  border:0!important;
  text-align:left!important;
  white-space:normal!important;
}
.anx-priced-in-table td:first-child,
.anx-priced-in-table td:nth-child(2),
.anx-priced-in-table td:nth-child(3){grid-column:1/2}
.anx-priced-in-table td:nth-child(2){
  color:var(--text);
  font-size:12px;
  font-weight:600;
  line-height:1.45;
}
.anx-priced-in-table td:nth-child(3){
  color:var(--muted);
  font-size:11.5px;
  line-height:1.5;
}
.anx-priced-in-table td:last-child{
  grid-column:2/3;
  grid-row:1/4;
  align-self:start;
  justify-self:end;
}
.anx-priced-in-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.anx-priced-card{border:1px solid var(--sep);border-radius:8px;background:#fff;padding:14px;min-width:0}
.anx-priced-card-head{display:block;margin-bottom:8px}
.anx-priced-card h5{margin:0;color:#111827;font-size:16px;font-weight:650;line-height:1.25}
.anx-priced-card p{margin:0 0 12px;color:#475569;font-size:13px;line-height:1.5}
.anx-priced-card p b{color:#111827;font-weight:700}
.anx-priced-card dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 10px;margin:0 0 12px}
.anx-priced-card dl div{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 0;border-top:1px solid #eef2f7}
.anx-priced-card dt{color:#64748b;font-size:11px;font-weight:600}
.anx-priced-card dd{margin:0;color:#111827;font-size:12px;font-weight:700;text-align:right}
.anx-priced-card.is-positive dl div:last-child dd{color:#15803d}
.anx-priced-card.is-neutral dl div:last-child dd{color:#64748b}
.anx-priced-card.is-warning dl div:last-child dd{color:#b45309}
.anx-priced-scale{
  position:relative;
  margin-top:6px;
  padding:0 0 24px;
}
.anx-priced-scale::before{
  content:"";
  display:block;
  height:6px;
  border-radius:999px;
  background:#e5e7eb;
}
.anx-priced-scale::after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  height:6px;
  width:var(--needed);
  border-radius:999px;
  background:#111827;
}
.anx-priced-scale i{
  position:absolute;
  top:-6px;
  width:2px;
  height:18px;
  border-radius:999px;
  background:#111827;
  transform:translateX(-50%);
}
.anx-priced-scale i.needed{left:var(--needed)}
.anx-priced-scale i.expected{
  left:var(--expected);
  background:#16a34a;
}
.anx-priced-scale-axis{
  display:flex;
  justify-content:space-between;
  margin-top:10px;
  color:#94a3b8;
  font-size:10px;
  font-weight:650;
}
.anx-priced-scale-legend{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-top:8px;
  color:#64748b;
  font-size:10.5px;
  font-weight:650;
}
.anx-priced-scale-legend span{
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.anx-priced-scale-legend span::before{
  content:"";
  width:16px;
  height:2px;
  border-radius:999px;
  background:#111827;
}
.anx-priced-scale-legend span:last-child{
  color:#15803d;
}
.anx-priced-scale-legend span:last-child::before{
  background:#16a34a;
}
.anx-peer-trend-legend{
  display:flex;
  flex-wrap:wrap;
  gap:10px 20px;
  margin:12px 0 14px;
  padding-bottom:12px;
  border-bottom:1px solid var(--sep);
}
.anx-peer-metric-switch{
  display:flex;
  align-items:center;
  gap:4px;
  margin-top:14px;
  overflow-x:auto;
  scrollbar-width:none;
}
.anx-peer-metric-switch::-webkit-scrollbar{display:none}
.anx-peer-metric-switch button{
  appearance:none;
  min-height:34px;
  padding:7px 11px;
  border:1px solid transparent;
  border-radius:6px;
  background:transparent;
  color:var(--muted);
  font:600 11px/1.35 Inter,sans-serif;
  white-space:nowrap;
  cursor:pointer;
}
.anx-peer-metric-switch button:hover{background:#f5f6f8;color:var(--text)}
.anx-peer-metric-switch button.active{
  border-color:#d8dde4;
  background:#fff;
  color:var(--text);
}
.anx-peer-trend-legend span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--muted);
  font-size:11px;
  font-weight:600;
}
.anx-peer-trend-legend i{
  width:22px;
  height:2px;
  background:#111827;
}
.anx-peer-trend-legend i.is-amd{
  height:1px;
  background:repeating-linear-gradient(90deg,#168451 0 7px,transparent 7px 11px);
}
.anx-peer-trend-legend i.is-intel{
  height:1px;
  background:repeating-linear-gradient(90deg,#d19a28 0 2px,transparent 2px 6px);
}
.anx-peer-trend-legend i.is-broadcom{
  height:1px;
  background:repeating-linear-gradient(90deg,#2563eb 0 10px,transparent 10px 14px,#2563eb 14px 16px,transparent 16px 20px);
}
.anx-peer-trend-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px 24px;
}
.anx-peer-trend-card{
  min-width:0;
  padding:0 0 16px;
  border-bottom:1px solid var(--sep);
}
.anx-peer-trend-card.is-wide{
  grid-column:1/-1;
}
.anx-peer-trend-card>div{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:12px;
  margin-bottom:5px;
}
.anx-peer-trend-card h4{
  margin:0;
  color:var(--text);
  font-size:16px;
  font-weight:600;
  line-height:1.3;
}
.anx-peer-trend-card>div span{
  color:var(--muted);
  font-size:11px;
  font-weight:600;
}
.anx-peer-trend-card canvas{
  display:block;
  width:100%;
  height:190px;
}
.anx-peer-trend-tooltip{
  position:absolute;
  z-index:8;
  min-width:178px;
  padding:8px 10px;
  transform:translate(-50%,0);
  border:1px solid #d1d5db;
  border-radius:7px;
  background:#fff;
  box-shadow:0 5px 14px rgba(15,23,42,.15);
  opacity:0;
  pointer-events:none;
}
.anx-peer-trend-tooltip>span{
  display:block;
  margin-bottom:5px;
  color:var(--muted);
  font-size:10px;
  font-weight:600;
}
.anx-peer-trend-tooltip b{
  display:grid;
  grid-template-columns:8px 1fr auto;
  gap:7px;
  align-items:center;
  padding:2px 0;
  color:var(--text);
  font-size:11px;
  font-weight:500;
}
.anx-peer-trend-tooltip b i{
  width:7px;
  height:7px;
  border-radius:50%;
}
.anx-peer-trend-tooltip b em{
  color:var(--text);
  font-style:normal;
  font-weight:600;
}
@media(max-width:760px){
  .anx-peer-trend-grid{grid-template-columns:1fr}
  .anx-peer-trend-card.is-wide{grid-column:auto}
  .anx-peer-trend-card canvas{height:180px}
}

/* Scoped fixes for compact research sections that reuse shared table/timeline classes. */
.stock-research-page .newsx-panel.news-simple-panel{
  margin-top:18px;
  overflow:visible;
}
.stock-research-page .newsx-panel.news-feed-panel{
  padding-top:16px;
}
.stock-research-page .newsx-panel.news-timeline-panel{
  position:relative;
  margin-top:22px;
  min-height:280px;
  padding-top:16px;
  transform:none;
}
.stock-research-page .news-events-timeline.ovx-events-timeline{
  margin-top:8px;
  padding:66px 12px 40px;
  border-top:0;
}
.stock-research-page .news-events-timeline .ovx-timeline-track{
  margin-top:0;
}
.stock-research-page .news-events-timeline.company-milestone-timeline{
  width:100%;
  margin-top:8px;
  padding:58px 12px 44px;
  border-top:0;
  overflow:visible;
}
/* ==== aktieen/overrides/cross-tab-refinements/01.css ==== */
.stock-research-page .news-events-timeline .news-timeline-scroll{
  overflow:hidden;
  padding-bottom:0;
  scrollbar-width:none;
}
.stock-research-page .news-events-timeline .news-timeline-scroll::-webkit-scrollbar{
  display:none;
}
.stock-research-page .news-events-timeline .news-timeline-stage{
  width:100%!important;
  min-width:0!important;
  padding:88px 8px 68px;
}
.stock-research-page .news-events-timeline.company-milestone-timeline .ovx-today-marker{
  display:none!important;
}
.stock-research-page .news-events-timeline.company-milestone-timeline .ovx-event-label{
  width:180px;
}
.stock-research-page .news-events-timeline.company-milestone-timeline .ovx-event-marker:not(.bottom) .ovx-event-label{
  bottom:38px;
}
.stock-research-page .news-events-timeline.company-milestone-timeline .ovx-event-marker.bottom .ovx-event-label{
  top:38px;
}
.stock-research-page .news-events-timeline.company-milestone-timeline .ovx-event-title{
  font-size:11px!important;
  line-height:1.2!important;
}
.stock-research-page .news-events-timeline.company-milestone-timeline .ovx-event-date{
  margin-top:6px;
  font-size:11px!important;
  line-height:1.2!important;
}
.stock-research-page .news-events-timeline.company-milestone-timeline .ovx-event-marker::before,
.stock-research-page .news-events-timeline.company-milestone-timeline .ovx-event-marker.past::before{
  background:#94a3b8;
  border:0;
}
@media(max-width:760px){
  .anx-priced-in-table tbody{grid-template-columns:1fr}
  .anx-dependency-table th,
  .anx-dependency-table td{font-size:10.5px!important;padding:8px 6px!important}
  .anx-risk-level{min-width:auto;font-size:10px}
.stock-research-page .news-events-timeline.ovx-events-timeline{padding:56px 8px 42px}
.stock-research-page .news-events-timeline .news-timeline-stage{padding:84px 6px 66px}
}

/* Overview refinements: chart context, spacing and event cards */
.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-kpi-panel>.ovx-h{
  margin:0;
  padding:0 0 8px;
  border-bottom:1px solid var(--sep);
  color:var(--text);
  font-size:16px;
  font-weight:600;
  line-height:1.3;
  text-transform:none;
}
.stock-research-page #secOverview .ovx-chart-kpi-layout .ovx-kpi-grid{
  display:none!important;
}
.stock-research-page #secOverview .ovx-price-metrics{
  order:2;
  display:flex;
  flex-direction:column;
  gap:0;
  margin:0;
}
.stock-research-page #secOverview .ovx-price-metrics article{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:8px 12px;
  align-items:baseline;
  padding:9px 0;
  border:0;
  border-bottom:1px solid var(--sep);
  border-radius:0;
  background:transparent;
}
.stock-research-page #secOverview .ovx-price-metrics span{
  color:#334155;
  font-size:13px;
  font-weight:500;
}
.stock-research-page #secOverview .ovx-price-metrics b{
  margin:0;
  color:#111827;
  font-size:13px;
  font-weight:600;
  letter-spacing:0;
  text-align:right;
}
.stock-research-page #secOverview .ovx-price-metrics small{
  grid-column:1/-1;
  margin:0;
  color:#8a96a3;
  font-size:11px;
  line-height:1.35;
}
.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;
}
.stock-research-page #secOverview .ovx-financial-table-wrap{
  margin-top:12px;
  overflow-x:auto;
  border-top:1px solid var(--sep);
  border-bottom:1px solid var(--sep);
}
.stock-research-page #secOverview .ovx-financial-table{
  width:100%;
  min-width:620px;
  border-collapse:collapse;
  table-layout:fixed;
}
.stock-research-page #secOverview .ovx-financial-table th,
.stock-research-page #secOverview .ovx-financial-table td{
  text-align:left;
  padding:13px 16px;
  border-left:1px solid var(--sep);
}
.stock-research-page #secOverview .ovx-financial-table th:first-child,
.stock-research-page #secOverview .ovx-financial-table td:first-child{
  border-left:0;
  padding-left:0;
}
.stock-research-page #secOverview .ovx-financial-table th{
  color:#64748b;
  font-size:11px;
  font-weight:600;
  line-height:1.35;
}
.stock-research-page #secOverview .ovx-financial-values td{
  color:#111827;
  font-size:18px;
  font-weight:700;
  line-height:1.25;
  letter-spacing:-.02em;
}
.stock-research-page #secOverview .ovx-financial-changes td{
  padding-top:0;
  color:#64748b;
  font-size:12px;
  font-weight:600;
  line-height:1.35;
}
.stock-research-page #secOverview .ovx-financial-changes td.is-positive{color:#15803d}
.stock-research-page #secOverview .ovx-financial-changes td.is-negative{color:#dc2626}
.stock-research-page #secOverview .ovx-news-events{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.86fr);
  gap:24px;
  margin-top:50px;
  align-items:start;
}
/* ==== aktieen/overrides/finance-card-refinements/00.css ==== */
.stock-research-page #secOverview .ovx-news-card-wide{
  padding-top:2px;
}
.stock-research-page #secOverview .ovx-timeline-head{
  margin-top:0;
  padding-top:0;
}
.stock-research-page #secOverview .ovx-event-card-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
  border-top:1px solid var(--sep);
  border-bottom:1px solid var(--sep);
}
.stock-research-page #secOverview .ovx-event-card{
  min-width:0;
  padding:14px 0;
  border-left:0;
  border-top:1px solid var(--sep);
  background:#fff;
}
.stock-research-page #secOverview .ovx-event-card:first-child{
  border-top:0;
}
.stock-research-page #secOverview .ovx-event-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.stock-research-page #secOverview .ovx-event-card-top span,
.stock-research-page #secOverview .ovx-event-card-top time{
  color:#64748b;
  font-size:11px;
  font-weight:600;
  line-height:1.35;
}

.stock-research-page #secOverview .ovx-event-card b{
  display:block;
  color:#111827;
  font-size:13px;
  font-weight:600;
  line-height:1.35;
}
.stock-research-page #secOverview .ovx-event-card p{
  margin:7px 0 0;
  color:#64748b;
  font-size:12px;
  line-height:1.5;
}
@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-news-events{
    grid-template-columns:1fr;
    gap:20px;
  }
  .stock-research-page #secOverview .ovx-event-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .stock-research-page #secOverview .ovx-event-card:nth-child(odd){
    border-left:0;
  }
  .stock-research-page #secOverview .ovx-event-card:nth-child(n+3){
    border-top:1px solid var(--sep);
  }
}
@media(max-width:560px){
  .stock-research-page #secOverview .ovx-event-card-grid{
    grid-template-columns:1fr;
  }
  .stock-research-page #secOverview .ovx-event-card{
    border-left:0;
    border-top:1px solid var(--sep);
  }
  .stock-research-page #secOverview .ovx-event-card:first-child{
    border-top:0;
  }
}

/* Overview: Kurs-Kontext unter Beschreibung, Chart kompakter */
.stock-research-page #secOverview .ovx-left-rail>.ovx-kpi-wide{
  margin-top:14px;
}
.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;
}
@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;
  }
}

/* Overview correction: Chart + Kurs-Kontext bleiben zusammen unter der Beschreibung. */
.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;
}
.compx-risk-detail-label{
  font-size: 12px !important;
  margin-top: 7px;
  font-weight: 600;
}

/* Analyse: Kapitalallokation & Insider sauber als Finanzkarten, Sankey und Vollbreiten-Chart */
.stock-research-page #secAnalyse .anx-capital-snapshot.ovx-financial-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  margin:12px 0 18px!important;
}
.stock-research-page #secAnalyse .anx-capital-snapshot .finx-key-card{
  min-height:112px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 86px!important;
  grid-template-rows:auto auto auto!important;
  gap:3px 14px!important;
  padding:13px 14px!important;
  border:1px solid var(--sep)!important;
  border-radius:8px!important;
  background:#fff!important;
  overflow:hidden!important;
}
.stock-research-page #secAnalyse .anx-capital-snapshot .finx-key-card>span{
  display:block!important;
  grid-column:1!important;
  grid-row:1!important;
  min-height:0!important;
  color:#111827!important;
  font-size:13px!important;
  font-weight:600!important;
  line-height:1.25!important;
}
.stock-research-page #secAnalyse .anx-capital-snapshot .finx-key-card>b{
  display:block!important;
  grid-column:1!important;
  grid-row:2!important;
  margin:5px 0 0!important;
  color:#111827!important;
  font-size:24px!important;
  font-weight:700!important;
  line-height:1.15!important;
  letter-spacing:-.025em!important;
}
.stock-research-page #secAnalyse .anx-capital-snapshot .finx-key-card>em{
  display:inline-flex!important;
  align-items:center!important;
  grid-column:1!important;
  grid-row:3!important;
  width:max-content!important;
  max-width:100%!important;
  margin:7px 0 0!important;
  padding:3px 6px!important;
  border-radius:4px!important;
  background:#f1f5f9!important;
  color:#64748b!important;
  font-size:10.5px!important;
  font-style:normal!important;
  font-weight:700!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.stock-research-page #secAnalyse .anx-capital-snapshot .anx-capital-mini-bars{
  grid-column:2!important;
  grid-row:1/4!important;
  align-self:end!important;
  height:58px!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:flex-end!important;
  gap:2px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border-top:0!important;
  border-bottom:1px solid #dfe4ea!important;
  background:transparent!important;
}
.stock-research-page #secAnalyse .anx-capital-snapshot .anx-capital-mini-bars i{
  flex:1 1 0!important;
  max-width:7px!important;
  min-width:3px!important;
  border-radius:3px 3px 0 0!important;
  background:#168451!important;
}
.stock-research-page #secAnalyse .anx-capital-snapshot .anx-capital-mini-bars.is-warning i{
  background:#f59e0b!important;
}
.stock-research-page #secAnalyse .anx-capital-snapshot .anx-capital-mini-bars.is-muted i{
  background:#94a3b8!important;
}
.stock-research-page #secAnalyse .anx-capital-use{
  margin-top:16px!important;
  border:1px solid var(--sep)!important;
  border-radius:8px!important;
  background:#fff!important;
  overflow:hidden!important;
}
.stock-research-page #secAnalyse .anx-capital-sankey{
  display:block!important;
  padding:0!important;
  overflow:hidden!important;
}
.stock-research-page #secAnalyse .anx-capital-sankey svg{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:250px!important;
  background:#fff!important;
}
.stock-research-page #secAnalyse .anx-sankey-source-line{
  stroke:#d6dee8;
  stroke-width:2;
  stroke-linecap:round;
}
.stock-research-page #secAnalyse .anx-sankey-ribbon{
  opacity:.9;
}
.stock-research-page #secAnalyse .anx-sankey-ribbon.is-core{fill:url(#anxSankeyCore)}
.stock-research-page #secAnalyse .anx-sankey-ribbon.is-buyback{fill:url(#anxSankeyBuyback)}
.stock-research-page #secAnalyse .anx-sankey-ribbon.is-light{fill:url(#anxSankeyLight)}
.stock-research-page #secAnalyse .anx-sankey-target line{
  stroke:#cfd8e3;
  stroke-width:1.2;
}
.stock-research-page #secAnalyse .anx-sankey-kicker{
  fill:#64748b;
  font-size:11px;
  font-weight:600;
}
.stock-research-page #secAnalyse .anx-sankey-total{
  fill:#111827;
  font-size:28px;
  font-weight:700;
  letter-spacing:-.025em;
}
.stock-research-page #secAnalyse .anx-sankey-label{
  fill:#111827;
  font-size:12px;
  font-weight:600;
}
.stock-research-page #secAnalyse .anx-sankey-value{
  fill:#111827;
  font-size:24px;
  font-weight:700;
  letter-spacing:-.025em;
}
.stock-research-page #secAnalyse .anx-sankey-value.small{
  fill:#64748b;
  font-size:10.5px;
  font-weight:600;
  letter-spacing:0;
}
.stock-research-page #secAnalyse .anx-sankey-note-svg{
  fill:#94a3b8;
  font-size:11px;
  font-weight:600;
}
.stock-research-page #secAnalyse .anx-insider-wide{
  margin-top:16px!important;
  border:1px solid var(--sep)!important;
  border-radius:8px!important;
  background:#fff!important;
  overflow:hidden!important;
}
.stock-research-page #secAnalyse .anx-insider-wide>.anx-estimate-subhead{
  padding:13px 16px 12px!important;
  margin:0!important;
  border-bottom:1px solid var(--sep)!important;
}
.stock-research-page #secAnalyse .anx-insider-bars{
  position:relative!important;
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  align-items:stretch!important;
  gap:10px!important;
  height:260px!important;
  padding:28px 22px 40px!important;
  border-top:0!important;
  border-bottom:1px solid var(--sep)!important;
  background:#fff!important;
}
.stock-research-page #secAnalyse .anx-insider-bars::before,
.stock-research-page #secAnalyse .anx-insider-bars::after{
  content:"";
  position:absolute;
  left:22px;
  right:22px;
  height:1px;
  background:#eef2f7;
}
.stock-research-page #secAnalyse .anx-insider-bars::before{top:28px}
.stock-research-page #secAnalyse .anx-insider-bars::after{bottom:40px}
.stock-research-page #secAnalyse .anx-insider-zero{
  position:absolute!important;
  left:22px!important;
  right:22px!important;
  top:50%!important;
  height:1px!important;
  background:#cfd8e3!important;
}
.stock-research-page #secAnalyse .anx-insider-month{
  position:relative!important;
  min-width:0!important;
}
.stock-research-page #secAnalyse .anx-insider-month i{
  position:absolute!important;
  left:50%!important;
  width:18px!important;
  transform:translateX(-50%)!important;
  border-radius:4px 4px 0 0!important;
}
.stock-research-page #secAnalyse .anx-insider-month i.buy{
  bottom:50%!important;
  background:linear-gradient(180deg,#168451 0%,#45a77b 100%)!important;
}
.stock-research-page #secAnalyse .anx-insider-month i.sell{
  top:50%!important;
  border-radius:0 0 4px 4px!important;
  background:linear-gradient(180deg,#d66b6b 0%,#b43a3a 100%)!important;
}
.stock-research-page #secAnalyse .anx-insider-month span{
  position:absolute!important;
  left:50%!important;
  bottom:-26px!important;
  transform:translateX(-50%)!important;
  color:#64748b!important;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1!important;
}
.stock-research-page #secAnalyse .anx-insider-detail-table{
  width:100%!important;
  margin:0!important;
  border:0!important;
  border-top:1px solid var(--sep)!important;
  border-radius:0!important;
  overflow-x:auto!important;
}
.stock-research-page #secAnalyse .anx-insider-detail-table .anx-estimate-subhead{
  padding:13px 16px 12px!important;
  margin:0!important;
}
.stock-research-page #secAnalyse .anx-insider-detail-table table{
  min-width:860px!important;
}
.stock-research-page #secAnalyse .anx-thesis-status i{
  display:none!important;
}
@media(max-width:980px){
  .stock-research-page #secAnalyse .anx-capital-snapshot.ovx-financial-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .stock-research-page #secAnalyse .anx-capital-sankey{
    overflow-x:auto!important;
  }
  .stock-research-page #secAnalyse .anx-capital-sankey svg{
    min-width:760px!important;
  }
}
@media(max-width:560px){
  .stock-research-page #secAnalyse .anx-capital-snapshot.ovx-financial-grid{
    grid-template-columns:1fr!important;
  }
  .stock-research-page #secAnalyse .anx-insider-bars{
    gap:5px!important;
    height:230px!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }
  .stock-research-page #secAnalyse .anx-insider-zero,
  .stock-research-page #secAnalyse .anx-insider-bars::before,
  .stock-research-page #secAnalyse .anx-insider-bars::after{
    left:14px!important;
    right:14px!important;
  }
  .stock-research-page #secAnalyse .anx-insider-month i{
    width:11px!important;
  }
}

/* Analyse: Kapital-Snapshot exakt wie Finanz?berblick + visx-artiges Sankey */
.stock-research-page #secAnalyse .anx-capital-snapshot.ovx-financial-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  margin:12px 0 16px!important;
}
.stock-research-page #secAnalyse .anx-capital-snapshot.ovx-financial-grid .finx-key-card{
  display:block!important;
  min-height:126px!important;
  padding:14px 16px 13px!important;
  border:1px solid var(--sep)!important;
  border-radius:8px!important;
  background:#fff!important;
  overflow:hidden!important;
}
.stock-research-page #secAnalyse .anx-capital-snapshot.ovx-financial-grid .finx-key-card-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin:0 0 8px!important;
}
.stock-research-page #secAnalyse .anx-capital-snapshot.ovx-financial-grid .finx-key-card-head strong{
  font-size:13px!important;
  font-weight:600!important;
  line-height:1.25!important;
  min-width:0!important;
}
.stock-research-page #secAnalyse .anx-capital-snapshot.ovx-financial-grid .finx-key-card-value{
  color:#111827!important;
  font-size:24px!important;
  font-weight:700!important;
  letter-spacing:-.025em!important;
  line-height:1.15!important;
}
.stock-research-page #secAnalyse .anx-capital-snapshot.ovx-financial-grid .finx-key-card-change{
  display:inline-flex!important;
  flex:0 0 auto!important;
  width:max-content!important;
  border-radius:4px!important;
  padding:4px 7px!important;
  background:#f1f5f9!important;
  color:#64748b!important;
  font-size:10.5px!important;
  font-style:normal!important;
  font-weight:700!important;
  line-height:1!important;
  margin-left:auto!important;
  white-space:nowrap!important;
}
.stock-research-page #secAnalyse .anx-capital-snapshot.ovx-financial-grid .finx-key-card-change.is-positive{
  background:rgba(22,163,74,.10)!important;
  color:#126c38!important;
}
.stock-research-page #secAnalyse .anx-capital-snapshot.ovx-financial-grid .finx-key-card-change.is-negative{
  background:rgba(220,38,38,.08)!important;
  color:#b4232d!important;
}
.stock-research-page #secAnalyse .anx-capital-snapshot.ovx-financial-grid .ovx-fin-mini-bars{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:flex-start!important;
  gap:3px!important;
  width:100%!important;
  height:46px!important;
  min-height:0!important;
  margin:10px 0 0!important;
  padding-top:5px!important;
  border-bottom:1px solid #dfe4ea!important;
  background:transparent!important;
}
.stock-research-page #secAnalyse .anx-capital-snapshot.ovx-financial-grid .ovx-fin-mini-bars i{
  flex:1 1 0!important;
  width:auto!important;
  max-width:18px!important;
  min-width:4px!important;
  border-radius:2px 2px 0 0!important;
  background:#8795a5!important;
}
.stock-research-page #secAnalyse .anx-visx-sankey{
  padding:0!important;
  background:#fff!important;
}
.stock-research-page #secAnalyse .anx-visx-sankey svg{
  display:block!important;
  width:100%!important;
  min-height:300px!important;
  background:#fff!important;
}
.stock-research-page #secAnalyse .anx-sankey-link{
  fill:none!important;
  stroke-linecap:round!important;
  opacity:.88!important;
}
.stock-research-page #secAnalyse .anx-sankey-link.is-retained{
  stroke:url(#anxSankeyRetained)!important;
  stroke-width:54!important;
}
.stock-research-page #secAnalyse .anx-sankey-link.is-core{
  stroke:url(#anxSankeyCore)!important;
  stroke-width:24!important;
}
.stock-research-page #secAnalyse .anx-sankey-link.is-buyback{
  stroke:url(#anxSankeyBuyback)!important;
  stroke-width:20!important;
}
.stock-research-page #secAnalyse .anx-sankey-link.is-light{
  stroke:url(#anxSankeyLight)!important;
  stroke-width:13!important;
}
.stock-research-page #secAnalyse .anx-sankey-link.is-thin{
  stroke-width:7!important;
}
.stock-research-page #secAnalyse .anx-sankey-node{
  fill:#111827!important;
}
.stock-research-page #secAnalyse .anx-sankey-node.is-source{
  fill:#f8fafc!important;
  stroke:#d8e0ea!important;
}
.stock-research-page #secAnalyse .anx-sankey-node.is-retained{fill:#93c5fd!important}
.stock-research-page #secAnalyse .anx-sankey-node.is-core{fill:#168451!important}
.stock-research-page #secAnalyse .anx-sankey-node.is-buyback{fill:#64748b!important}
.stock-research-page #secAnalyse .anx-sankey-node.is-light{fill:#cbd5e1!important}
.stock-research-page #secAnalyse .anx-sankey-kicker{
  fill:#64748b!important;
  font-size:11px!important;
  font-weight:600!important;
}
.stock-research-page #secAnalyse .anx-sankey-total{
  fill:#111827!important;
  font-size:28px!important;
  font-weight:700!important;
  letter-spacing:-.025em!important;
}
.stock-research-page #secAnalyse .anx-sankey-label{
  fill:#111827!important;
  font-size:12px!important;
  font-weight:600!important;
}
.stock-research-page #secAnalyse .anx-sankey-value.small,
.stock-research-page #secAnalyse .anx-sankey-note-svg{
  fill:#64748b!important;
  font-size:10.5px!important;
  font-weight:600!important;
}
@media(max-width:980px){
  .stock-research-page #secAnalyse .anx-capital-snapshot.ovx-financial-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .stock-research-page #secAnalyse .anx-visx-sankey{
    overflow-x:auto!important;
  }
  .stock-research-page #secAnalyse .anx-visx-sankey svg{
    min-width:820px!important;
  }
}
@media(max-width:560px){
  .stock-research-page #secAnalyse .anx-capital-snapshot.ovx-financial-grid{
    grid-template-columns:1fr!important;
  }
}

/* EOF tab visibility guard */
.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;
}

/* Final tab visibility guard: hidden tabs must beat specific section layouts */
.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;
}
/* EOF override: Overview Finanz?berblick wirklich als breite KPI-Cards */
.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}
.stock-research-page #secOverview #ovxFinancialCards .ovx-fin-card{display:flex!important;flex-direction:column!important;padding:16px!important;border:1px solid #e1e6ec!important;border-radius:8px!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;min-height:28px!important;margin:0 0 10px!important}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-head>span{color:#111827!important;font-size:13px!important;font-weight:600!important;line-height:1.35!important}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-change{display:inline-flex!important;align-items:center!important;justify-content:center!important;align-self:flex-start!important;min-height:20px!important;padding:4px 7px!important;border-radius:5px!important;font-size:10.5px!important;font-style:normal!important;font-weight:700!important;line-height:1!important;letter-spacing:0!important}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-value{display:block!important;min-height:32px!important;margin:0!important;color:#111827!important;font-size:24px!important;font-weight:700!important;line-height:1.15!important;letter-spacing:-.025em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart{display:flex!important;align-items:flex-end!important;flex:1 1 auto!important;gap:4px!important;width:100%!important;height:auto!important;min-height:72px!important;margin:16px -2px 0!important;padding:0!important;border:0!important;border-bottom:1px solid #dfe4ea!important;background:transparent!important;overflow:hidden!important}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart i{flex:1 1 0!important;min-width:4px!important;max-width:none!important;border-radius:4px 4px 0 0!important;background:#93c5fd!important}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart i.up,.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart i.down,.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart i.neutral{background:#93c5fd!important}
@media(max-width:980px){.stock-research-page #secOverview #ovxFinancialCards{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){.stock-research-page #secOverview #ovxFinancialCards{grid-template-columns:1fr!important}}

/* FINAL WINNER: ?bersicht Finanz?berblick breite KPI-Cards */
.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;
}
.stock-research-page #secOverview #ovxFinancialCards .ovx-fin-card{
  display:flex!important;
  flex-direction:column!important;
  padding:16px 16px 14px!important;
  border:1px solid #e1e6ec!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:12px!important;
  min-height:28px!important;
  margin:0 0 10px!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-head>span{
  color:#111827!important;
  font-size:13px!important;
  font-weight:600!important;
  line-height:1.35!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-change{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:flex-start!important;
  min-height:20px!important;
  padding:4px 7px!important;
  border-radius:5px!important;
  font-size:10.5px!important;
  font-style:normal!important;
  font-weight:700!important;
  line-height:1!important;
  letter-spacing:0!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-value{
  display:block!important;
  min-height:32px!important;
  margin:0!important;
  color:#111827!important;
  font-size:24px!important;
  font-weight:700!important;
  line-height:1.15!important;
  letter-spacing:-.025em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart{
  display:flex!important;
  align-items:flex-end!important;
  flex:1 1 auto!important;
  gap:4px!important;
  width:100%!important;
  height:auto!important;
  min-height:72px!important;
  margin:16px -2px 0!important;
  padding:0!important;
  border:0!important;
  border-bottom:1px solid #dfe4ea!important;
  background:transparent!important;
  overflow:hidden!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart i{
  flex:1 1 0!important;
  min-width:4px!important;
  max-width:none!important;
  border-radius:4px 4px 0 0!important;
  background:#93c5fd!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart i.up,
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart i.down,
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart i.neutral{
  background:#93c5fd!important;
}
@media(max-width:980px){
  .stock-research-page #secOverview #ovxFinancialCards{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:560px){
  .stock-research-page #secOverview #ovxFinancialCards{
    grid-template-columns:1fr!important;
  }
}

/* Absolute final: Finanz?berblick ?bersicht als breite KPI-Cards */
.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;
}
.stock-research-page #secOverview #ovxFinancialCards .ovx-fin-card{
  display:flex!important;
  flex-direction:column!important;
  padding:16px 16px 14px!important;
  border:1px solid #e1e6ec!important;
  border-radius:8px!important;
  background:#fff!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-head{
  min-height:28px!important;
  margin:0 0 10px!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-head>span{
  color:#111827!important;
  font-size:13px!important;
  font-weight:600!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-change{
  align-self:flex-start!important;
  padding:4px 7px!important;
  border-radius:5px!important;
  font-size:10.5px!important;
  font-weight:700!important;
  letter-spacing:0!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-value{
  display:block!important;
  min-height:32px!important;
  color:#111827!important;
  font-size:24px!important;
  font-weight:700!important;
  line-height:1.15!important;
  letter-spacing:-.025em!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart{
  flex:1 1 auto!important;
  align-items:flex-end!important;
  gap:4px!important;
  height:auto!important;
  min-height:72px!important;
  margin:16px -2px 0!important;
  padding:0!important;
  border-bottom:1px solid #dfe4ea!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart i{
  flex:1 1 0!important;
  min-width:4px!important;
  max-width:none!important;
  border-radius:4px 4px 0 0!important;
  background:#93c5fd!important;
}
@media(max-width:980px){
  .stock-research-page #secOverview #ovxFinancialCards{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:560px){
  .stock-research-page #secOverview #ovxFinancialCards{
    grid-template-columns:1fr!important;
  }
}

/* Final: ?bersicht Finanz?berblick als echte finx/anx Key-Cards */
.stock-research-page #secOverview #ovxFinancialCards.ovx-financial-grid.finx-key-cards{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  margin:16px 0 14px!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card.ovx-fin-card{
  padding:14px 16px 13px!important;
  border:1px solid var(--sep)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-bottom:8px!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-head strong{
  color:var(--text)!important;
  font-size:13px!important;
  font-weight:600!important;
  line-height:1.35!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-value{
  color:var(--text)!important;
  font-size:24px!important;
  font-weight:700!important;
  line-height:1.15!important;
  letter-spacing:-.025em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-change{
  display:inline-flex!important;
  align-items:center!important;
  min-height:22px!important;
  padding:3px 7px!important;
  border-radius:4px!important;
  background:#eef2f7!important;
  color:#475569!important;
  font-size:10px!important;
  font-style:normal!important;
  font-weight:600!important;
  line-height:1.2!important;
  white-space:nowrap!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-change.is-positive{
  background:#eaf6ef!important;
  color:#15803d!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-change.is-negative{
  background:#fcebec!important;
  color:#b4232d!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart{
  height:46px!important;
  margin-top:10px!important;
  padding-top:5px!important;
  border-bottom:1px solid #dfe4ea!important;
  display:flex!important;
  align-items:flex-end!important;
  gap:2px!important;
  background:transparent!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart i{
  display:block!important;
  flex:1 1 0!important;
  max-width:none!important;
  min-width:3px!important;
  border-radius:2px 2px 0 0!important;
}
@media(max-width:980px){
  .stock-research-page #secOverview #ovxFinancialCards.ovx-financial-grid.finx-key-cards{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:560px){
  .stock-research-page #secOverview #ovxFinancialCards.ovx-financial-grid.finx-key-cards{
    grid-template-columns:1fr!important;
  }
}

/* Unified financial key cards: Finance tab + Overview tab */
.stock-research-page #secFinanzenOverview .finx-primary-key-cards,
.stock-research-page #secOverview #ovxFinancialCards.ovx-financial-grid.finx-key-cards{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  margin:16px 0 14px!important;
}
.stock-research-page #secFinanzenOverview .finx-primary-key-cards .finx-key-card,
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card.ovx-fin-card{
  min-width:0!important;
  padding:14px 16px 13px!important;
  border:1px solid var(--sep)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.stock-research-page #secFinanzenOverview .finx-primary-key-cards .finx-key-card-head,
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:12px!important;
  min-height:28px!important;
  margin:0 0 8px!important;
}
.stock-research-page #secFinanzenOverview .finx-primary-key-cards .finx-key-card-head>span:first-child,
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-head>span:first-child{
  color:var(--text)!important;
  font-size:13px!important;
  font-weight:650!important;
  line-height:1.35!important;
}
.stock-research-page #secFinanzenOverview .finx-primary-key-cards .finx-key-card-meta,
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-meta{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
.stock-research-page #secFinanzenOverview .finx-primary-key-cards .finx-key-card-meta small,
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-meta small{
  display:inline-flex!important;
  align-items:center!important;
  min-height:22px!important;
  padding:4px 7px!important;
  border-radius:5px!important;
  background:#f2f5f7!important;
  color:#64748b!important;
  font-size:10.5px!important;
  font-weight:700!important;
  line-height:1!important;
  cursor:pointer!important;
  user-select:none!important;
}
.stock-research-page #secFinanzenOverview .finx-primary-key-cards .finx-key-card>b,
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card>b.finx-key-card-value{
  display:block!important;
  margin:2px 0 0!important;
  color:var(--text)!important;
  font-size:30px!important;
  font-weight:750!important;
  line-height:1.05!important;
  letter-spacing:-.04em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.stock-research-page #secFinanzenOverview .finx-primary-key-cards .finx-key-change,
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-change{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:22px!important;
  padding:4px 7px!important;
  border-radius:5px!important;
  background:#eef2f6!important;
  color:#64748b!important;
  font-size:10.5px!important;
  font-style:normal!important;
  font-weight:750!important;
  line-height:1!important;
}
.stock-research-page #secFinanzenOverview .finx-primary-key-cards .finx-key-change.is-positive,
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-change.is-positive{
  background:#e5f5ec!important;
  color:#08723c!important;
}
.stock-research-page #secFinanzenOverview .finx-primary-key-cards .finx-key-change.is-negative,
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-change.is-negative{
  background:#fde8e8!important;
  color:#b42318!important;
}
.stock-research-page #secFinanzenOverview .finx-primary-key-cards .finx-key-chart,
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart{
  display:flex!important;
  align-items:flex-end!important;
  gap:3px!important;
  width:100%!important;
  height:58px!important;
  margin:13px 0 0!important;
  padding-top:5px!important;
  border-bottom:1px solid #dfe4ea!important;
  background:transparent!important;
  overflow:visible!important;
}
.stock-research-page #secFinanzenOverview .finx-primary-key-cards .finx-key-chart.has-negative-values,
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart.has-negative-values{
  align-items:flex-start!important;
  height:58px!important;
  overflow:hidden!important;
}
.stock-research-page #secFinanzenOverview .finx-primary-key-cards .finx-key-chart i,
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart i{
  flex:1 1 0!important;
  min-width:3px!important;
  max-width:none!important;
  border-radius:2px 2px 0 0!important;
  background:#8795a5!important;
  cursor:pointer!important;
}
.stock-research-page #secFinanzenOverview .finx-primary-key-cards .finx-key-chart.has-negative-values i.is-negative-value,
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart.has-negative-values i.is-negative-value{
  border-radius:0 0 2px 2px!important;
}
.stock-research-page #secFinanzenOverview .finx-primary-key-cards .finx-key-chart.has-negative-values i.is-zero-value,
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart.has-negative-values i.is-zero-value{
  border-radius:2px!important;
}
.stock-research-page #secFinanzenOverview .finx-primary-key-cards .finx-key-chart i.up,
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart i.up{
  background:linear-gradient(180deg,#168451 0%,#45a77b 100%)!important;
}
.stock-research-page #secFinanzenOverview .finx-primary-key-cards .finx-key-chart i.down,
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart i.down{
  background:linear-gradient(180deg,#b43a3a 0%,#d66b6b 100%)!important;
}
.stock-research-page #secFinanzenOverview .finx-primary-key-cards .finx-key-chart i.neutral,
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart i.neutral{
  background:#8795a5!important;
}
.stock-research-page #secFinanzenOverview .finx-primary-key-cards .finx-key-chart i.is-hovered,
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart i.is-hovered{
  filter:brightness(.9)!important;
}
@media(max-width:980px){
  .stock-research-page #secFinanzenOverview .finx-primary-key-cards,
  .stock-research-page #secOverview #ovxFinancialCards.ovx-financial-grid.finx-key-cards{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:560px){
  .stock-research-page #secFinanzenOverview .finx-primary-key-cards,
  .stock-research-page #secOverview #ovxFinancialCards.ovx-financial-grid.finx-key-cards{
    grid-template-columns:1fr!important;
  }
}

/* Final overrides: ?bersicht Finanz?berblick + Analyse Reihenfolge */
.stock-research-page #secOverview .ovx-financial-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  margin:16px 0 14px!important;
}
.stock-research-page #secOverview .ovx-financial-grid .finx-key-card{
  padding:14px 16px 13px!important;
  border:1px solid var(--sep)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:none!important;
}
.stock-research-page #secOverview .ovx-fin-card .finx-key-card-head{
  margin-bottom:8px!important;
}
.stock-research-page #secOverview .ovx-fin-card .finx-key-card-head strong{
  color:var(--text)!important;
  font-size:13px!important;
  font-weight:600!important;
  line-height:1.35!important;
}
.stock-research-page #secOverview .ovx-fin-card .finx-key-card-value{
  color:var(--text)!important;
  font-size:24px!important;
  font-weight:700!important;
  line-height:1.15!important;
  letter-spacing:-.025em!important;
}
.stock-research-page #secOverview .ovx-fin-card .finx-key-card-change{
  padding:3px 7px!important;
  border-radius:4px!important;
  background:#eef2f7!important;
  color:#475569!important;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1.2!important;
}
.stock-research-page #secOverview .ovx-fin-card .finx-key-card-change.is-positive{
  background:#eaf6ef!important;
  color:#15803d!important;
}
.stock-research-page #secOverview .ovx-fin-card .finx-key-card-change.is-negative{
  background:#fcebec!important;
  color:#b4232d!important;
}
.stock-research-page #secOverview .ovx-fin-mini-bars{
  height:46px!important;
  gap:2px!important;
  margin:10px 0 0!important;
  padding-top:5px!important;
  border-bottom:1px solid #dfe4ea!important;
}
.stock-research-page #secOverview .ovx-fin-mini-bars i{
  flex:1 1 0!important;
  max-width:none!important;
  min-width:3px!important;
  border-radius:2px 2px 0 0!important;
}
.stock-research-page #secAnalyse:not(.ptab-hidden):not([hidden]){
  display:flex!important;
  flex-direction:column!important;
}
.stock-research-page #secAnalyse>.research-tab-title{order:0!important}
.stock-research-page #secAnalyse>.anx-check-summary{order:1!important}

/* ==== aktieen/overrides/finance-card-refinements/01.css ==== */
.stock-research-page #secAnalyse>.anx-price-check{order:2!important}
.stock-research-page #secAnalyse>.anx-quality-check{order:3!important}
.stock-research-page #secAnalyse>.anx-conclusion-check{order:4!important}
.stock-research-page #secAnalyse .anx-check-summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:16px 0 4px;
}
.stock-research-page #secAnalyse .anx-check-summary-card{
  min-height:0;
  padding:16px;
  border:1px solid var(--sep);
  border-radius:8px;
  background:#fff;
  display:block;
  box-shadow:none;
  overflow:hidden;
}
.stock-research-page #secAnalyse .anx-check-intro::after{
  content:"";
  display:block;
  clear:both;
}
.stock-research-page #secAnalyse .anx-check-score-float{
  float:right;
  margin:1px 0 8px 12px;
}
.stock-research-page #secAnalyse .anx-check-eyebrow{
  display:block;
  margin:0 0 6px;
  color:#94a3b8;
  font-size:10px;
  line-height:1;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.stock-research-page #secAnalyse .anx-check-summary-title{
  margin:0 0 8px;
  font-size:18px !important;
  line-height:1.04;
  font-weight:650 !important;
  color:#111827;
  letter-spacing:-.03em;
}
.stock-research-page #secAnalyse .anx-check-desc{
  margin:0 0 13px;
  color:#64748b;
  font-size:12.75px;
  line-height:1.58;
  font-weight:500;
}
.stock-research-page #secAnalyse .anx-check-list{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  align-items:flex-start;
}
.stock-research-page #secAnalyse .anx-check-item{
  display:inline-flex;
  align-items:center;
  gap:7px;
  flex:0 1 auto;
  width:auto;
  max-width:100%;
  padding:2px 4px;
  border:1px solid #dbe1e8;
  border-radius:4px;
  background:#fff;
  white-space:nowrap;
}
.stock-research-page #secAnalyse .anx-check-item.is-full{
  width:auto;
  flex-basis:auto;
}
.stock-research-page #secAnalyse .anx-check-item i{
  display:inline-grid;
  place-items:center;
  width:12px;
  height:12px;
  border-radius:50%;
  color:#fff;
  font-size:8px;
  line-height:1;
  font-style:normal;
  font-weight:800;

}
.stock-research-page #secAnalyse .anx-check-item.is-good i{background:#168451;}
.stock-research-page #secAnalyse .anx-check-item.is-mid i{background:#d97706}
.stock-research-page #secAnalyse .anx-check-item.is-risk i{background:#dc2626}
.stock-research-page #secAnalyse .anx-check-item.is-neutral i{background:#64748b}
.stock-research-page #secAnalyse .anx-check-item b{
  display:inline-block;
  color:#111827;
  font-size:11px !important;
  line-height:1.25;
  font-weight:700;
}
.stock-research-page #secAnalyse .anx-check-item em{
  display:inline-block;
  color:#64748b;
  font-size:11px !important;
  line-height:1.25;
  font-style:normal;
  font-weight:600;
  white-space:nowrap;
  overflow-wrap:normal;
  word-break:normal;
}
.stock-research-page #secAnalyse .anx-check-summary-main{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:12px;
  padding-bottom:8px;
  border-bottom:1px solid rgba(15,23,42,.07);
}
.stock-research-page #secAnalyse .anx-check-summary-main b{
  font-size:18px;
  line-height:1.1;
  font-weight:700;
  color:#111827;
}
.stock-research-page #secAnalyse .anx-check-summary-main span,
.stock-research-page #secAnalyse .anx-check-summary-rows span{
  font-size:12px;
  line-height:1.35;
  color:#64748b;
}
.stock-research-page #secAnalyse .anx-check-summary-rows{
  display:grid;
  gap:7px;
}
.stock-research-page #secAnalyse .anx-check-summary-rows span{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.stock-research-page #secAnalyse .anx-check-summary-rows b{
  color:#111827;
  font-size:12px;
  font-weight:700;
}
.stock-research-page #secAnalyse .anx-check-mini-bars{
  height:34px;
  display:flex;
  align-items:end;
  gap:4px;
  padding-top:2px;
}
.stock-research-page #secAnalyse .anx-check-mini-bars i{
  flex:1;
  border-radius:4px 4px 0 0;
  background:#2f9b6a;
}
.stock-research-page #secAnalyse .anx-check-summary-balance{
  display:grid;
  gap:8px;
}
.stock-research-page #secAnalyse .anx-check-summary-balance span{
  display:flex;
  align-items:center;
  min-height:25px;
  padding:4px 8px;
  border-radius:7px;
  font-size:11px;
  font-weight:650;
}
.stock-research-page #secAnalyse .anx-check-summary-balance .is-good{
  background:#e6f5ec;
  color:#047857;
}
.stock-research-page #secAnalyse .anx-check-summary-balance .is-risk{
  background:#fff3d0;
  color:#7a4d00;
}
.stock-research-page #secAnalyse .anx-score-trend-card{
  gap:12px;
  overflow:visible;
  padding-bottom:16px!important;
}
.stock-research-page #secAnalyse .anx-score-trend-card>b{
  font-size:20px!important;
  line-height:1.06!important;
  letter-spacing:-.035em;
}
.stock-research-page #secAnalyse .anx-score-inline-bars{
  width:100%;
  height:48px;
  gap:3px;
}
.stock-research-page #secAnalyse .anx-score-inline-bars i{
  flex:1 1 0;
  min-width:0;
  max-width:none;
  border-radius:2px 2px 0 0;
  cursor:pointer;
  background:#91c5a6;
}
.stock-research-page #secAnalyse .anx-score-inline-bars i.up{
  background:linear-gradient(180deg,#168451 0%,#45a77b 100%);
}
.stock-research-page #secAnalyse .anx-score-inline-bars i.down{
  background:linear-gradient(180deg,#b43a3a 0%,#d66b6b 100%);
}
.stock-research-page #secAnalyse .anx-score-inline-bars i:hover,
.stock-research-page #secAnalyse .anx-score-inline-bars i:focus-visible{
  filter:brightness(.92);
  outline:0;
}
.stock-research-page #secAnalyse .anx-valuation-key-card .finx-key-chart,
.stock-research-page #secAnalyse .anx-score-inline-bars{
  overflow:visible;
}
.stock-research-page #secAnalyse .anx-valuation-key-card .finx-key-chart i,
.stock-research-page #secAnalyse .anx-score-inline-bars i{
  position:relative;
  overflow:visible;
}
.stock-research-page #secAnalyse .anx-valuation-key-card .finx-key-chart i::after,
.stock-research-page #secAnalyse .anx-score-inline-bars i::after{
  position:absolute;
  left:50%;
  top:calc(100% + 10px);
  z-index:10090;
  min-width:max-content;
  padding:7px 10px;
  border-radius:8px;
  background:#f1f3f5;
  color:#475569!important;
  box-shadow:0 8px 22px rgba(15,23,42,.08);
  font-size:12px;
  font-weight:400;
  line-height:1.35;
  white-space:nowrap;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translate(-50%,4px);
  transition:opacity .1s ease,transform .1s ease,visibility .1s ease;
}
.stock-research-page #secAnalyse .anx-valuation-key-card .finx-key-chart i::before,
.stock-research-page #secAnalyse .anx-score-inline-bars i::before{
  content:"";
  position:absolute;
  left:50%;
  top:calc(100% + 5px);
  z-index:10091;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-bottom:5px solid #f1f3f5;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateX(-50%);
}
.stock-research-page #secAnalyse .anx-valuation-key-card .finx-key-chart i::after{
  content:attr(data-anx-bar-label);
}
.stock-research-page #secAnalyse .anx-score-inline-bars i::after{
  content:attr(data-anx-score-label);
}
.stock-research-page #secAnalyse .anx-valuation-key-card .finx-key-chart i:hover::after,
.stock-research-page #secAnalyse .anx-valuation-key-card .finx-key-chart i:focus-visible::after,
.stock-research-page #secAnalyse .anx-score-inline-bars i:hover::after,
.stock-research-page #secAnalyse .anx-score-inline-bars i:focus-visible::after{
  opacity:1;
  visibility:visible;
  transform:translate(-50%,0);
}
.stock-research-page #secAnalyse .anx-valuation-key-card .finx-key-chart i:hover::before,
.stock-research-page #secAnalyse .anx-valuation-key-card .finx-key-chart i:focus-visible::before,
.stock-research-page #secAnalyse .anx-score-inline-bars i:hover::before,
.stock-research-page #secAnalyse .anx-score-inline-bars i:focus-visible::before{
  opacity:1;
  visibility:visible;
}
.stock-research-page #secAnalyse .anx-score-card-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.stock-research-page #secAnalyse .anx-peer-company{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-width:0;
}
.stock-research-page #secAnalyse .anx-peer-logo{
  width:30px;
  height:30px;
  flex:0 0 30px;
  display:grid;
  place-items:center;
  border:1px solid rgba(15,23,42,.08);
  border-radius:999px;
  background:#fff;
  overflow:hidden;
}
.stock-research-page #secAnalyse .anx-peer-logo img{
  width:24px;
  height:24px;
  object-fit:contain;
  display:block;
  filter:none!important;
  opacity:1;
}
.stock-research-page #secAnalyse .anx-bar-date-tip,
body>.anx-bar-date-tip,
body>.anx-stable-date-tip{
  position:fixed!important;
  left:0;
  top:0;
  z-index:10080;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:max-content;
  min-height:30px;
  padding:0 10px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:8px;
  background:#f1f3f5;
  color:#64748b;
  font-size:12px;
  font-weight:650;
  line-height:1.2;
  box-shadow:0 8px 22px rgba(15,23,42,.08);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  white-space:nowrap;
  transform:translate(-50%,4px);
  transition:opacity .1s ease,transform .1s ease,visibility .1s ease;
}
.stock-research-page #secAnalyse .anx-bar-date-tip.is-visible,
body>.anx-bar-date-tip.is-visible,
body>.anx-stable-date-tip.is-visible{
  opacity:1;
  visibility:visible;
  transform:translate(-50%,0);
}
body>#anxBarDateTip,
body>#anxStableDateTip,
body>#finxSharedDateTip,
body>#finxMetricDateTip{
  position:fixed!important;
}

/* ==== aktieen/overrides/research-company-refinements.css ==== */
/* Struktur: Overrides: Analyse-/Unternehmensdetails und Modal-Verfeinerungen. */
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-row{
  cursor:pointer;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-row:hover td,
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-row:focus-visible td{
  background:#f7f9fb;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-insider[hidden]{
  display:none!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-section{
  margin-top:26px;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-section .anx-subsection-head{
  margin-bottom:14px;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content{
  min-width:0;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content.anx-research-inline{
  width:100%!important;
  max-width:none!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-modal-note[hidden]{
  display:none!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .ovx-canvas-card,
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .chartx-panel{
  margin-top:0;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean{
  display:grid;
  grid-template-columns:minmax(0,3fr) minmax(0,2fr);
  gap:16px;
  align-items:start;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-modal-note{
  grid-column:1/-1;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-head{
  grid-column:1/-1;
  margin:0;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card{
  grid-column:1;
  align-self:start;
  position:relative;
  display:grid;
  grid-template-rows:auto auto;
  row-gap:8px;
  height:auto;
  min-height:0;
  overflow:visible;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table{
  grid-column:2;
  width:100%;
  max-width:none;
  height:auto;
  align-self:start;
  justify-self:stretch;
  table-layout:auto;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card .anx-guidance-dot-chart{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  aspect-ratio:920/250!important;
  overflow:visible!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card .anx-guidance-legend{
  position:static;
  left:auto;
  bottom:auto;
  z-index:auto;
  margin:0!important;
  pointer-events:auto;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th,
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td{
  padding:6px 8px;
  font-size:11px;
  line-height:1.22;
  white-space:nowrap;
  overflow:visible;
  text-align:left;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th{
  font-size:10.5px;
  line-height:1.18;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th:nth-child(1),
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td:nth-child(1){
  width:auto;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th:nth-child(2),
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td:nth-child(2){
  width:auto;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th:nth-child(3),
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td:nth-child(3),
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th:nth-child(5),
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td:nth-child(5){
  width:auto;
  text-align:center;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th:nth-child(4),
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td:nth-child(4),
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th:nth-child(6),
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td:nth-child(6){
  width:auto;
  text-align:right;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table .anx-guidance-pill{
  white-space:nowrap;
  min-width:70px;
  justify-content:center;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean[data-guidance-mode="eps"]>.anx-guidance-table th:nth-child(5),
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean[data-guidance-mode="eps"]>.anx-guidance-table th:nth-child(6),
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean[data-guidance-mode="eps"]>.anx-guidance-table td:nth-child(5),
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean[data-guidance-mode="eps"]>.anx-guidance-table td:nth-child(6),
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean[data-guidance-mode="revenue"]>.anx-guidance-table th:nth-child(3),
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean[data-guidance-mode="revenue"]>.anx-guidance-table th:nth-child(4),
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean[data-guidance-mode="revenue"]>.anx-guidance-table td:nth-child(3),
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean[data-guidance-mode="revenue"]>.anx-guidance-table td:nth-child(4){
  display:none;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-dividend-v2{
  display:grid!important;
  grid-template-columns:minmax(0,3fr) minmax(230px,1fr);
  column-gap:16px!important;
  row-gap:8px!important;
  align-items:stretch;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-dividend-v2>.anx-modal-note{
  grid-column:1/-1;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-dividend-v2>.anx-estimate-subhead{
  grid-column:1;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-dividend-v2>.anx-dividend-v2-panel{
  grid-column:1;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-dividend-v2>.anx-dividend-dps-card{
  grid-column:2;
  grid-row:1 / span 2;
  align-self:start;
  display:grid;
  grid-template-rows:auto minmax(0,310px);
  height:100%;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-dividend-v2>.anx-dividend-dps-card .anx-dividend-dps-bars{
  height:310px!important;
  min-height:0!important;
  align-self:start;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-dividend-v2>.anx-dividend-dps-card .anx-dividend-dps-bar{
  min-height:0!important;
  height:310px!important;
  grid-template-rows:minmax(0,256px) 22px!important;
  gap:8px!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-dividend-v2>.anx-dividend-dps-card .anx-dividend-dps-bar span{
  max-height:none;
}
@media(max-width:1120px){
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean,
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-dividend-v2{
    grid-template-columns:1fr;
  }
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card,
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table,
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-dividend-v2>.anx-estimate-subhead,
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-dividend-v2>.anx-dividend-v2-panel,
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-dividend-v2>.anx-dividend-dps-card{
    grid-column:1;
    grid-row:auto;
  }
}
.stock-research-page .anx-research-modal{
  width:min(760px,94vw);
}
.stock-research-page .anx-research-modal .mi-modal-head{
  align-items:flex-start!important;
}
.stock-research-page .anx-research-modal .mi-modal-head>div{
  display:grid!important;
  gap:4px!important;
  min-width:0!important;
}
.stock-research-page .anx-research-modal .mi-title{
  display:block;
  color:#8fa0b6;
  font-size:12px;
  font-weight:500;
  letter-spacing:0;
  text-transform:none;
}
.stock-research-page .anx-research-modal .anx-modal-note[hidden]{
  display:none!important;
}
.stock-research-page .anx-research-modal .mi-modal-head strong{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:2px;
  color:#64748b;
  font-size:18px;
  font-weight:600;
  line-height:1.25;
}
.stock-research-page .anx-research-modal .anx-modal-help{
  display:inline-grid;
  place-items:center;
  width:20px;
  height:20px;
  border:0;
  border-radius:999px;
  background:#eef3f8;
  color:#8fa0b6;
  font-size:12px;
  font-weight:750;
  line-height:1;
  cursor:pointer;
}
.stock-research-page .anx-research-modal .anx-modal-help:hover,
.stock-research-page .anx-research-modal .anx-modal-help:focus-visible{
  background:#e4ebf3;
  color:#52647a;
  outline:none;
}
body.stock-research-page .anx-research-modal .mi-title{
  display:block!important;
  color:#8fa0b6!important;
  font-size:12px!important;
  font-weight:500!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
body.stock-research-page .anx-research-modal .mi-modal-head strong{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  width:max-content!important;
  max-width:100%!important;
  color:#64748b!important;
  font-size:18px!important;
  font-weight:600!important;
}
body.stock-research-page .anx-research-modal .anx-modal-help{
  display:inline-grid!important;
  place-items:center!important;
  width:20px!important;
  height:20px!important;
  border:0!important;
  border-radius:999px!important;
  background:#eef3f8!important;
  color:#8fa0b6!important;
  font-size:12px!important;
  font-weight:750!important;
  cursor:pointer!important;
}
body.stock-research-page .anx-research-modal .anx-modal-note[hidden]{
  display:none!important;
}
.stock-research-page .anx-research-modal .mi-modal-body{
  padding:18px 22px 22px;
}
.stock-research-page .anx-modal-note{
  margin:0 0 14px;
  padding:12px 13px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:8px;
  background:#f7f9fb;
  color:#475569;
  font-size:13px;
  line-height:1.55;
}
body>.anx-modal-help-tooltip{
  position:fixed;
  z-index:10090;
  width:min(360px,calc(100vw - 24px));
  padding:12px 14px;
  border:1px solid #d7dee7;
  border-radius:8px;
  background:#fff;
  box-shadow:0 14px 30px rgba(15,23,42,.14);
  color:#475569;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(4px);
  transition:opacity .12s ease,visibility .12s ease,transform .12s ease;
}
body>.anx-modal-help-tooltip.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
body>.anx-modal-help-tooltip small,
body>.anx-modal-help-tooltip strong,
body>.anx-modal-help-tooltip p{
  display:block;
}
body>.anx-modal-help-tooltip small{
  margin-bottom:4px;
  color:#8fa0b6;
  font-size:11px;
  font-weight:650;
  line-height:1.25;
}
body>.anx-modal-help-tooltip strong{
  margin-bottom:5px;
  color:#111827;
  font-size:14px;
  font-weight:750;
  line-height:1.3;
}
body>.anx-modal-help-tooltip p{
  margin:0;
  color:#52647a;
  font-size:12.5px;
  font-weight:500;
  line-height:1.5;
}
body>.anx-modal-help-tooltip b{
  color:#111827;
  font-weight:750;
}
.stock-research-page .anx-modal-kpi-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.stock-research-page .anx-modal-kpi-grid span{
  display:grid;
  gap:4px;
  padding:10px 11px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:8px;
  background:#fff;
  color:#64748b;
  font-size:11px;
  font-weight:650;
}
.stock-research-page .anx-modal-kpi-grid b{
  color:#111827;
  font-size:18px;
  line-height:1.1;
}
.stock-research-page .anx-insider-modal-content .anx-insider-bars{
  --insider-plot-top:20px;
  --insider-plot-height:176px;
  --insider-zero-y:calc(var(--insider-plot-top) + (var(--insider-plot-height) / 2));
  position:relative;
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  align-items:start;
  gap:10px;
  min-height:238px;
  height:auto;
  padding:0 18px 42px;
  border:0!important;
  border-radius:0!important;
  background:#fff;
  box-shadow:none!important;
  overflow:visible!important;
}
.stock-research-page .anx-research-modal .anx-insider-wide{
  display:grid;
  gap:14px;
}
.stock-research-page .anx-research-modal .anx-insider-chart-panel.ovx-canvas-card{
  position:relative;
  min-height:230px;
  max-height:350px;
  height:clamp(230px,28vw,350px);
  margin:0;
  padding:0;
  border:0!important;
  background:#fff;
  box-shadow:none!important;
  overflow:visible;
}
.stock-research-page .anx-research-modal .anx-insider-chart-panel .anx-insider-canvas.ovx-canvas-wrap{
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:0!important;
  bottom:0!important;
  height:auto!important;
  min-height:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
  overflow:visible!important;
}
.stock-research-page .anx-research-modal .anx-insider-chart-panel .anx-insider-canvas canvas{
  display:block!important;
  width:100%!important;
  height:100%!important;
}
.stock-research-page .anx-research-modal .anx-estimate-subhead{
  color:#111827;
  font-size:13px;
  font-weight:700;
  line-height:1.35;
}
.stock-research-page .anx-research-modal .anx-revenue-chart-panel{
  position:relative;
  min-height:0;
  margin:0 0 16px;
  padding:0;
  border:0;
  background:#fff;
  box-shadow:none;
}
.stock-research-page .anx-research-modal .anx-revenue-chart-panel .anx-revenue-summary.anx-fair-summary{
  position:static;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin:0 0 8px;
}
.stock-research-page .anx-research-modal .anx-revenue-chart-panel .anx-revenue-summary span{
  display:grid;
  gap:3px;
  min-height:48px;
  padding:8px 10px;
  border:1px solid rgba(15,23,42,.06);
  border-radius:7px;
  background:#f7f9fb;
  color:#64748b;
  font-size:12px;
  font-weight:600;
  line-height:1.2;
}
.stock-research-page .anx-research-modal .anx-revenue-chart-panel .anx-revenue-summary b{
  color:#111827;
  font-size:13px;
  font-weight:750;
  white-space:nowrap;
}
.stock-research-page .anx-research-modal .anx-revenue-chart-panel .anx-revenue-summary em{
  color:#64748b;
  font-size:10.5px;
  font-style:normal;
  font-weight:600;
  white-space:nowrap;
}
.stock-research-page .anx-research-modal .anx-insider-bars::before,
.stock-research-page .anx-research-modal .anx-insider-bars::after{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  height:1px;
  background:rgba(15,23,42,.07);
}
.stock-research-page .anx-research-modal .anx-insider-bars::before{
  top:var(--insider-plot-top);
}
.stock-research-page .anx-research-modal .anx-insider-bars::after{
  top:calc(var(--insider-plot-top) + var(--insider-plot-height));
  bottom:auto;
}
.stock-research-page .anx-research-modal .anx-insider-zero{
  position:absolute;
  left:18px;
  right:18px;
  top:var(--insider-zero-y);
  z-index:3;
  height:1px;
  background:rgba(15,23,42,.32);
  pointer-events:none;
}
.stock-research-page .anx-research-modal .anx-insider-month{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  height:var(--insider-plot-height);
  margin:var(--insider-plot-top) 0 0;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
}
.stock-research-page .anx-research-modal .anx-insider-month i{
  position:absolute;
  left:50%;
  width:14px;
  min-height:2px;
  transform:translateX(-50%);
  z-index:2;
  max-height:calc((var(--insider-plot-height) / 2) - 2px);
}
.stock-research-page .anx-research-modal .anx-insider-month i.buy{
  bottom:50%;
  border-radius:3px 3px 0 0;
  background:linear-gradient(180deg,#168451 0%,#45a77b 100%);
}
.stock-research-page .anx-research-modal .anx-insider-month i.sell{
  top:50%;
  border-radius:0 0 3px 3px;
  background:linear-gradient(180deg,#b43a3a 100%,#d66b6b 0%);
}
.stock-research-page .anx-research-modal .anx-insider-month:hover i,
.stock-research-page .anx-research-modal .anx-insider-month:focus-visible i{
  filter:saturate(1.08) brightness(.96);
}
.stock-research-page .anx-research-modal .anx-insider-month:focus-visible{
  outline:2px solid rgba(22,132,81,.22);
  outline-offset:3px;
  border-radius:6px;
}
.stock-research-page .anx-research-modal .anx-insider-month span{
  position:absolute;
  bottom:-31px;
  color:#64748b;
  font-size:11px;
  font-weight:650;
}
.stock-research-page .anx-research-modal .anx-insider-legend{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  color:#64748b;
  font-size:12px;
  font-weight:650;
}
.stock-research-page .anx-research-modal .anx-insider-legend span{
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.stock-research-page .anx-research-modal .anx-insider-legend i{
  width:8px;
  height:8px;
  border-radius:999px;
}
.stock-research-page .anx-research-modal .anx-insider-legend i.buy{
  background:#168451;
}
.stock-research-page .anx-research-modal .anx-insider-legend i.sell{
  background:linear-gradient(180deg,#b43a3a 100%,#d66b6b 0%);
}
.stock-research-page .anx-research-modal .anx-insider-legend strong{
  margin-left:auto;
  color:#111827;
  font-size:12px;
  font-weight:700;
}
.stock-research-page .anx-research-modal .anx-insider-fin-table{
  width:100%;
  min-width:680px;
  margin-top:0;
  border-collapse:collapse;
}
.stock-research-page .anx-research-modal .anx-insider-pager.etf-pager{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
  justify-content:center;
  margin-top:2px;
  font-size:12px;
  color:#64748b;
}
.stock-research-page .anx-research-modal .anx-insider-pager.etf-pager button{
  width:30px;
  height:30px;
  border:1px solid rgba(15,23,42,.12);
  border-radius:6px;
  background:#fff;
  color:#64748b;
  font:inherit;
  font-weight:700;
  cursor:pointer;
}
.stock-research-page .anx-research-modal .anx-insider-pager.etf-pager button.on{
  background:#111827;
  border-color:#111827;
  color:#fff;
}
.stock-research-page .anx-research-modal .anx-insider-pager.etf-pager button:disabled{
  opacity:.42;
  cursor:default;
}
.stock-research-page .anx-research-modal .anx-insider-pager.etf-pager button:not(:disabled):hover{
  border-color:#168451;
  color:#168451;
}
.stock-research-page .anx-research-modal .anx-insider-pager .etf-pager-count{
  margin-left:8px;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-research-modal .anx-insider-modal-content .anx-insider-bars,
body.stock-research-page .anx-research-modal .anx-insider-modal-content .anx-insider-bars{
  --insider-plot-top:12px;
  --insider-plot-height:156px;
  --insider-zero-y:calc(var(--insider-plot-top) + (var(--insider-plot-height) / 2));
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:0!important;
  bottom:0!important;
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  align-items:start!important;
  gap:10px!important;
  min-height:0!important;
  height:auto!important;
  padding:0 18px 34px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:visible!important;
  z-index:1!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-research-modal .anx-insider-bars::before,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-research-modal .anx-insider-bars::after,
body.stock-research-page .anx-research-modal .anx-insider-modal-content .anx-insider-bars::before,
body.stock-research-page .anx-research-modal .anx-insider-modal-content .anx-insider-bars::after{
  left:18px!important;
  right:18px!important;
  height:1px!important;
  background:rgba(15,23,42,.07)!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-research-modal .anx-insider-bars::before,
body.stock-research-page .anx-research-modal .anx-insider-modal-content .anx-insider-bars::before{
  top:var(--insider-plot-top)!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-research-modal .anx-insider-bars::after,
body.stock-research-page .anx-research-modal .anx-insider-modal-content .anx-insider-bars::after{
  top:calc(var(--insider-plot-top) + var(--insider-plot-height))!important;
  bottom:auto!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-research-modal .anx-insider-zero,
body.stock-research-page .anx-research-modal .anx-insider-modal-content .anx-insider-zero{
  position:absolute!important;
  left:18px!important;
  right:18px!important;
  top:var(--insider-zero-y)!important;
  z-index:4!important;
  height:1px!important;
  background:rgba(15,23,42,.32)!important;
  pointer-events:none!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-research-modal .anx-insider-month,
body.stock-research-page .anx-research-modal .anx-insider-modal-content .anx-insider-month{
  position:relative!important;
  display:block!important;
  height:var(--insider-plot-height)!important;
  min-height:0!important;
  margin:var(--insider-plot-top) 0 0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-research-modal .anx-insider-month i,
body.stock-research-page .anx-research-modal .anx-insider-modal-content .anx-insider-month i{
  position:absolute!important;
  left:50%!important;
  width:14px!important;
  min-height:2px!important;
  max-height:none!important;
  transform:translateX(-50%)!important;
  z-index:2!important;
  flex:none!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-research-modal .anx-insider-month i.buy,
body.stock-research-page .anx-research-modal .anx-insider-modal-content .anx-insider-month i.buy{
  top:auto!important;
  bottom:50%!important;
  border-radius:4px 4px 0 0!important;
  background:linear-gradient(180deg,#0f6f47 0%,#168451 100%)!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-research-modal .anx-insider-month i.sell,
body.stock-research-page .anx-research-modal .anx-insider-modal-content .anx-insider-month i.sell{
  top:50%!important;
  bottom:auto!important;
  border-radius:0 0 4px 4px!important;
  background:linear-gradient(180deg,#b43a3a 100%,#d66b6b 0%)!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-research-modal .anx-insider-month span,
body.stock-research-page .anx-research-modal .anx-insider-modal-content .anx-insider-month span{
  position:absolute!important;
  left:50%!important;
  bottom:-27px!important;
  transform:translateX(-50%)!important;
  color:#64748b!important;
  font-size:11px!important;
  font-weight:650!important;
  white-space:nowrap!important;
}
.stock-research-page .anx-research-modal .anx-insider-fin-table th,
.stock-research-page .anx-research-modal .anx-insider-fin-table td{
  padding:10px 12px;
  border-bottom:1px solid rgba(15,23,42,.07);
  font-size:12px;
  line-height:1.4;
}
.stock-research-page .anx-research-modal .anx-insider-fin-table th{
  color:#64748b;
  font-weight:700;
  text-align:right;
}
.stock-research-page .anx-research-modal .anx-insider-fin-table td{
  color:#334155;
  text-align:right;
}
.stock-research-page .anx-research-modal .anx-insider-fin-table td,
.stock-research-page .anx-research-modal .anx-insider-fin-table th{
  white-space:nowrap;
}
.stock-research-page .anx-research-modal .anx-insider-fin-table td:last-child,
.stock-research-page .anx-research-modal .anx-insider-fin-table th:last-child{
  white-space:nowrap;
  text-align:right;
}
.stock-research-page .anx-research-modal .anx-insider-fin-table th:first-child,
.stock-research-page .anx-research-modal .anx-insider-fin-table td:first-child,
.stock-research-page .anx-research-modal .anx-insider-fin-table th:nth-child(2),
.stock-research-page .anx-research-modal .anx-insider-fin-table td:nth-child(2){
  text-align:left;
}
.stock-research-page .anx-research-modal .anx-insider-detail-table .sale,
.stock-research-page .anx-research-modal .anx-insider-detail-table .buy{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  padding:0 8px;
  border-radius:6px;
  font-size:11px;
  font-weight:750;
}
.stock-research-page .anx-research-modal .anx-insider-detail-table .sale{
  color:#9f1239;
  background:#fee4e2;
}
.stock-research-page .anx-research-modal .anx-insider-detail-table .buy{
  color:#047857;
  background:#ddf7e8;
}
.stock-research-page .anx-research-modal .anx-insider-more{
  justify-self:center;
  margin:2px auto 0;
  min-height:32px;
  padding:0 14px;
  border-radius:7px;
}
.stock-research-page .anx-research-modal .anx-short-modal{
  display:grid;
  gap:12px;
}
.stock-research-page .anx-research-modal .anx-short-canvas.ovx-canvas-wrap{
  position:relative;
  left:auto;
  right:auto;
  top:auto;
  bottom:auto;
  width:100%;
  height:290px;
  min-height:290px;
  overflow:visible;
  border:0;
  border-radius:8px;
  background:#fff;
}
.stock-research-page .anx-research-modal .anx-short-canvas svg{
  display:block;
  width:100%;
  height:100%;
  overflow:visible;
}
.stock-research-page .anx-research-modal .anx-short-canvas canvas{
  display:block;
  width:100%;
  height:100%;
}
.stock-research-page .anx-research-modal .anx-short-canvas .ovx-canvas-tooltip{
  width:auto;
  min-width:148px;
  max-width:190px;
  padding:6px 9px;
}
.stock-research-page .anx-research-modal .anx-short-canvas .ovx-canvas-tooltip-price{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:10px;
  white-space:nowrap;
}
.stock-research-page .anx-research-modal .anx-short-canvas .ovx-canvas-tooltip-price span{
  color:#64748b;
  font-size:11px;
  font-weight:650;
}
.stock-research-page .anx-research-modal .anx-short-canvas .ovx-canvas-tooltip-price b{
  color:#111827;
  font-size:12px;
  font-weight:800;
}
.stock-research-page .anx-research-modal .anx-short-grid line{
  stroke:#eef2f7;
  stroke-width:1;
}
.stock-research-page .anx-research-modal .anx-short-area{
  fill:rgba(22,132,81,.08);
}
.stock-research-page .anx-research-modal .anx-short-line{
  fill:none;
  stroke:#168451;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.stock-research-page .anx-research-modal .anx-short-dot{
  fill:#168451;
  stroke:#fff;
  stroke-width:3;
}
.stock-research-page .anx-research-modal .anx-short-axis text{
  fill:#8fa0b7;
  font-size:11px;
  font-weight:650;
}
.stock-research-page .anx-research-modal .anx-short-summary{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.stock-research-page .anx-research-modal .anx-short-summary span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:28px;
  padding:0 10px;
  border:1px solid #e5e9ef;
  border-radius:7px;
  background:#fff;
  color:#64748b;
  font-size:12px;
  font-weight:600;
}
.stock-research-page .anx-research-modal .anx-short-summary b{
  color:#111827;
  font-weight:750;
}
.stock-research-page .anx-research-modal .anx-short-modal>.anx-fair-summary,
.stock-research-page .anx-research-modal .anx-dilution-modal>.anx-fair-summary{
  display:flex!important;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 12px!important;
  padding:0!important;
}
.stock-research-page .anx-research-modal .anx-short-modal>.anx-fair-summary span,
.stock-research-page .anx-research-modal .anx-dilution-modal>.anx-fair-summary span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:6px!important;
  min-height:24px!important;
  width:auto!important;
  padding:3px 8px!important;
  border:0!important;
  border-radius:6px!important;
  background:rgba(248,250,252,.92)!important;
  color:#64748b!important;
  font-size:11px!important;
  font-weight:500!important;
  line-height:1.2!important;
  white-space:nowrap;
}
.stock-research-page .anx-research-modal .anx-short-modal>.anx-fair-summary b,
.stock-research-page .anx-research-modal .anx-dilution-modal>.anx-fair-summary b{
  display:inline!important;
  margin:0!important;
  color:#111827!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1.2!important;
  white-space:nowrap;
}
.stock-research-page .anx-research-modal .anx-dilution-modal{
  display:grid;
  gap:12px;
}
.stock-research-page .anx-research-modal .anx-dilution-canvas.ovx-canvas-wrap{
  position:relative;
  left:auto;
  right:auto;
  top:auto;
  bottom:auto;
  width:100%;
  height:320px;
  min-height:320px;
  overflow:visible;
  border:0;
  border-radius:8px;
  background:#fff;
}
.stock-research-page .anx-research-modal .anx-dilution-canvas canvas{
  display:block;
  width:100%;
  height:100%;
}
.stock-research-page .anx-research-modal .anx-dilution-canvas .ovx-canvas-tooltip{
  width:auto;
  min-width:138px;
  max-width:190px;
  padding:6px 9px;
}
.stock-research-page .anx-research-modal .anx-dilution-canvas .ovx-canvas-tooltip p{
  margin:0;
  line-height:1.45;
}
.stock-research-page .anx-research-modal .anx-dilution-canvas .ovx-canvas-tooltip-price{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:10px;
  white-space:nowrap;
}
.stock-research-page .anx-research-modal .anx-dilution-canvas .ovx-canvas-tooltip-price span{
  color:#64748b;
  font-size:11px;
  font-weight:650;
}
.stock-research-page .anx-research-modal .anx-dilution-canvas .ovx-canvas-tooltip-price b{
  color:#111827;
  font-size:12px;
  font-weight:800;
}
.stock-research-page .anx-research-modal .anx-dilution-canvas .ovx-canvas-tooltip-price b.is-good{
  color:#168451;
}
.stock-research-page .anx-research-modal .anx-dilution-canvas .ovx-canvas-tooltip-price b.is-bad{
  color:#b43a3a;
}
.stock-research-page .anx-research-modal .anx-dilution-canvas svg{
  display:block;
  width:100%;
  height:100%;
  overflow:visible;
}
.stock-research-page .anx-research-modal .anx-dilution-grid line{
  stroke:#eef2f7;
  stroke-width:1;
}
.stock-research-page .anx-research-modal .anx-dilution-bars rect{
  fill:#cbd5df;
  rx:4;
  opacity:.92;
}
.stock-research-page .anx-research-modal .anx-dilution-line{
  fill:none;
  stroke:#168451;
  stroke-width:1.55;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.stock-research-page .anx-research-modal .anx-dilution-dot{
  fill:#168451;
  stroke:#fff;
  stroke-width:3;
}
.stock-research-page .anx-research-modal .anx-dilution-axis text{
  fill:#8fa0b7;
  font-size:10.5px;
  font-weight:650;
}
.stock-research-page .anx-research-modal .anx-dilution-summary{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.stock-research-page .anx-research-modal .anx-dilution-summary span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:28px;
  padding:0 10px;
  border:1px solid #e5e9ef;
  border-radius:7px;
  background:#fff;
  color:#64748b;
  font-size:12px;
  font-weight:600;
}
.stock-research-page .anx-research-modal .anx-dilution-summary b{
  color:#111827;
  font-weight:750;
}
.stock-research-page .anx-research-modal .anx-flow-modal{
  display:grid;
  gap:12px;
}
.stock-research-page .anx-research-modal .anx-flow-canvas.ovx-canvas-wrap{
  position:relative;
  left:auto;
  right:auto;
  top:auto;
  bottom:auto;
  width:100%;
  height:310px;
  min-height:310px;
  overflow:visible;
  border:0;
  border-radius:8px;
  background:#fff;
}
.stock-research-page .anx-research-modal .anx-flow-canvas svg{
  display:block;
  width:100%;
  height:100%;
  overflow:visible;
}
.stock-research-page .anx-research-modal .anx-flow-grid line{
  stroke:#eef2f7;
  stroke-width:1;
}
.stock-research-page .anx-research-modal .anx-flow-bars rect{
  fill:#cbd5df;
  rx:4;
  opacity:.92;
}
.stock-research-page .anx-research-modal .anx-flow-line{
  fill:none;
  stroke:#168451;
  stroke-width:1.55;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.stock-research-page .anx-research-modal .anx-flow-dot{
  fill:#168451;
  stroke:#fff;
  stroke-width:3;
}
.stock-research-page .anx-research-modal .anx-flow-axis text{
  fill:#8fa0b7;
  font-size:10.5px;
  font-weight:650;
}
.stock-research-page .anx-research-modal .anx-flow-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.stock-research-page .anx-research-modal .anx-flow-tabs button{
  min-height:30px;
  padding:0 11px;
  border:1px solid #e5e9ef;
  border-radius:7px;
  background:#fff;
  color:#64748b;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
}
.stock-research-page .anx-research-modal .anx-flow-tabs button.is-active{
  border-color:rgba(22,132,81,.28);
  background:rgba(22,132,81,.10);
  color:#126c38;
}
.stock-research-page .anx-research-modal .anx-flow-panel{
  display:none;
}
.stock-research-page .anx-research-modal .anx-flow-panel.is-active{
  display:block;
}
.stock-research-page .anx-research-modal .anx-flow-table{
  width:100%;
  min-width:620px;
  border-collapse:collapse;
}
.stock-research-page .anx-research-modal .anx-flow-table th,
.stock-research-page .anx-research-modal .anx-flow-table td{
  padding:10px 12px;
  border-bottom:1px solid rgba(15,23,42,.07);
  font-size:12px;
  line-height:1.4;
  text-align:right;
}
.stock-research-page .anx-research-modal .anx-flow-table th{
  color:#64748b;
  font-weight:700;
}
.stock-research-page .anx-research-modal .anx-flow-table td{
  color:#334155;
}
.stock-research-page .anx-research-modal .anx-flow-table th:first-child,
.stock-research-page .anx-research-modal .anx-flow-table td:first-child,
.stock-research-page .anx-research-modal .anx-flow-holders th:nth-child(2),
.stock-research-page .anx-research-modal .anx-flow-holders td:nth-child(2){
  text-align:left;
}
@media(max-width:900px){
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-check-summary{
    grid-template-columns:1fr;
  }
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-check-score-float{
    float:none;
    display:inline-flex;
    margin:0 0 10px;
  }
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-check-item,
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-check-item.is-full{
    width:100%;
  }
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-check-head{
    align-items:flex-start;
  }
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-subsection-head{
    grid-template-columns:1fr;
    justify-items:center;
  }
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-score-pill.is-sub{
    justify-self:center;
  }
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-check-group{
  display:flex;
  flex-direction:column;
  gap:20px;
  margin-top:18px;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-check-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:0!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-score-pill{
  --tone:#0f9f7a;
  --tone-bg:#ddf7e8;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:2px;
  width:auto;
  min-width:0;
  max-width:max-content;
  height:28px;
  padding:0 9px;
  border-radius:7px;
  background:var(--tone-bg);
  color:var(--tone);
  white-space:nowrap;
  flex:0 0 auto;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-score-pill[data-tone="mid"]{
  --tone:#d97706;
  --tone-bg:#fff1d6;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-score-pill[data-tone="bad"]{
  --tone:#dc2626;
  --tone-bg:#fee4e2;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-score-pill.is-main{
  height:30px;
  padding:0 10px;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-score-pill.is-sub{
  height:24px;
  padding:0 7px;
  border-radius:6px;
  justify-self:end;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-score-pill strong{
  color:var(--tone);
  font-size:12.5px;
  line-height:1;
  letter-spacing:-.025em;
  font-weight:900;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-score-pill em{
  color:var(--tone);
  font-size:10px;
  line-height:1;
  font-style:normal;
  font-weight:800;
  opacity:.78;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-score-pill.is-sub strong{
  font-size:11px;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-risk-metric-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-risk-key-card{
  gap:10px;
  min-height:132px;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-risk-key-card b{
  color:#111827;
  font-size:24px;
  line-height:1.1;
  font-weight:700;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-risk-key-card p{
  margin:0;
  color:#64748b;
  font-size:12px;
  line-height:1.45;
  font-weight:500;
}
@media(max-width:980px){
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-risk-metric-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:560px){
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-risk-metric-grid{
    grid-template-columns:1fr;
  }
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-price-check>.anx-valuation-section{order:1}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-price-check>.anx-risk-metrics-section{order:2}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-price-check>.anx-fair-dcf-copy{order:3}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-price-check>.anx-fair-dcf:not(.anx-fair-dcf-copy){order:4}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-price-check>.anx-peer-section{order:5}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-quality-check>.anx-score-section{order:1}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-quality-check>.anx-monitor-section{order:2}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-conclusion-check>.anx-case-section{order:1}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-conclusion-check>.anx-overall-layout{order:2}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-priced-labels{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin:0 0 10px;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-priced-labels span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:26px;
  padding:4px 9px;
  border-radius:8px;
  background:#f7f9fb;
  color:#475569;
  font-size:12px;
  font-weight:600;
  line-height:1.2;
  border:1px solid #e6ebf1;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-priced-labels b{
  color:#111827;
  font-size:12px;
  font-weight:700;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-priced-labels .is-priced{
  background:#e7f6ee;
  border-color:#cdebdc;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-priced-labels .is-realistic{
  background:#f4f6f8;
  border-color:#e2e7ee;
}
@media(max-width:980px){
  .stock-research-page #secOverview .ovx-financial-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:560px){
  .stock-research-page #secOverview .ovx-financial-grid{
    grid-template-columns:1fr!important;
  }
}

/* Analyse Fair Value: Canvas im Stil des ?bersichtscharts */
.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-panel .anx-fair-summary b.is-over{
  color:#b4232d;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-fair-panel .anx-fair-summary b.is-under{
  color:#15803d;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-fair-panel .anx-fair-summary b.is-neutral{
  color:#475569;
}
.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) .ovx-canvas-tooltip-fair{
  margin-top:2px;
  font-size:10px;
  font-weight:700;
  color:#64748b;
  line-height:1.15;
  white-space:nowrap;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .ovx-canvas-tooltip.is-fcf-projection{
  max-width:230px;
  padding:8px 10px;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .ovx-canvas-tooltip.is-fcf-projection .ovx-canvas-tooltip-price{
  display:block;
  font-size:11px;
  line-height:1.35;
}
.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;
}

/* VisX Sankey: Kapitalallokation */
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) #anxCapitalSankey{
  min-height:420px!important;
  padding:0!important;
  background:#fff!important;
  overflow:hidden!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) #anxCapitalSankey[data-renderer="visx"] .compx-sankey-loading{
  display:none!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-visx-sankey{
  position:relative!important;
  width:100%!important;
  height:420px!important;
  background:#fff!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-sankey.anx-visx-sankey .anx-capital-visx-sankey svg,
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-visx-sankey svg{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  overflow:visible!important;
  background:#fff!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-visx-title{
  fill:#164e75!important;
  font-family:"Inter","Open Sans",system-ui,sans-serif!important;
  font-size:22px!important;
  font-weight:700!important;
  letter-spacing:-.02em!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-visx-label{
  fill:#111827!important;
  font-family:"Inter","Open Sans",system-ui,sans-serif!important;
  font-size:11px!important;
  font-weight:700!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-visx-value{
  fill:#53657c!important;
  font-family:"Inter","Open Sans",system-ui,sans-serif!important;
  font-size:10px!important;
  font-weight:600!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-visx-tip{
  position:absolute!important;
  z-index:20!important;
  width:max-content!important;
  min-width:150px!important;
  max-width:230px!important;
  padding:9px 10px!important;
  border:1px solid #d8dee5!important;
  border-radius:7px!important;
  background:#fff!important;
  box-shadow:0 10px 26px rgba(15,23,42,.12)!important;
  pointer-events:none!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-visx-tip b,
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-visx-tip span,
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-visx-tip em{
  display:block!important;
  font-family:"Inter","Open Sans",system-ui,sans-serif!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-visx-tip b{
  color:#111827!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1.25!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-visx-tip span{
  margin-top:3px!important;
  color:#111827!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.2!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-visx-tip em{
  margin-top:3px!important;
  color:#64748b!important;
  font-size:10px!important;
  font-style:normal!important;
  font-weight:600!important;
  line-height:1.25!important;
}

/* Analyse: Snapshot-Balken breit verteilt und schlank */
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-snapshot.ovx-financial-grid .ovx-fin-mini-bars{
  justify-content:space-between!important;
  gap:0!important;
  height:42px!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-snapshot.ovx-financial-grid .ovx-fin-mini-bars i{
  flex:0 0 7px!important;
  width:7px!important;
  max-width:7px!important;
  min-width:7px!important;
  border-radius:1.5px 1.5px 0 0!important;
  transition:background-color .12s ease, opacity .12s ease!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-snapshot.ovx-financial-grid .ovx-fin-mini-bars i.is-hovered,
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-snapshot.ovx-financial-grid .ovx-fin-mini-bars i.is-current{
  background:#111827!important;
}

/* Analyse: R?ckk?ufe als Aktienanzahl + Buyback-Yield-Chart */
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-combo-card{
  min-width:0!important;
  border:1px solid #e1e6ec!important;
  border-radius:8px!important;
  background:#fff!important;
  overflow:hidden!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-combo-card .anx-estimate-subhead{
  padding:13px 16px 0!important;
  border-bottom:0!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-combo-legend{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:14px!important;
  padding:2px 16px 0!important;
  color:#64748b!important;
  font-size:11px!important;
  font-weight:600!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-combo-legend span{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-combo-legend i{
  display:inline-block!important;
  width:10px!important;
  height:10px!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-combo-legend .is-bars{
  border-radius:2px!important;
  background:#94a3b8!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-combo-legend .is-line{
  width:18px!important;
  height:2px!important;
  border-radius:2px!important;
  background:#168451!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-combo-chart{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:220px!important;
  padding:0 10px 10px!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-grid{
  stroke:#eef2f6!important;
  stroke-width:1!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-base{
  stroke:#dfe5ec!important;
  stroke-width:1.2!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-axis,
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-year{
  fill:#8793a4!important;
  font-family:"Inter","Open Sans",system-ui,sans-serif!important;
  font-size:11px!important;
  font-weight:600!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-year{
  text-anchor:middle!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-bar{
  fill:#94a3b8!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-bar.is-current{
  fill:#111827!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-bar.is-warning{
  fill:#b7c1ce!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-yield-line{
  fill:none!important;
  stroke:#168451!important;
  stroke-width:2.2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-yield-dot{
  fill:#168451!important;
  stroke:#fff!important;
  stroke-width:2!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-yield-dot.is-negative{
  fill:#dc2626!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-bar-label,
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-yield-label{
  fill:#111827!important;
  font-family:"Inter","Open Sans",system-ui,sans-serif!important;
  font-size:10.5px!important;
  font-weight:700!important;
  text-anchor:middle!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-yield-label{
  fill:#168451!important;
  text-anchor:start!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-yield-label.is-negative{
  fill:#dc2626!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-dividend-combo-card{
  margin-top:14px!important;
  border:1px solid #e1e6ec!important;
  border-radius:8px!important;
  background:#fff!important;
  overflow:hidden!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-dividend-combo-card>.anx-estimate-subhead{
  padding:13px 16px 0!important;
  border-bottom:0!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-dividend-combo-card .anx-capital-note{
  margin:0!important;
  padding:0 16px 14px!important;
  border-top:0!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-dividend-combo-chart{
  min-height:200px!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-dividend-trend-chart{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:330px!important;
  padding:0 12px 6px!important;
  overflow:visible!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-dividend-grid{
  stroke:#dfe6ee!important;
  stroke-width:1!important;
  stroke-dasharray:5 5!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-dividend-grid.is-zero{
  stroke:#d4dbe4!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-dividend-base{
  stroke:#cfd8e3!important;
  stroke-width:1.2!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-dividend-axis,
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-dividend-date{
  fill:#7e8da0!important;
  font-family:"Inter","Open Sans",system-ui,sans-serif!important;
  font-size:13px!important;
  font-weight:500!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-dividend-axis.is-right{
  text-anchor:start!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-dividend-axis.is-left{
  text-anchor:end!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-dividend-date{
  text-anchor:middle!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-dividend-bars rect{
  fill:#cbd6e2!important;
  opacity:.9!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-dividend-yield-area{
  fill:rgba(22,163,74,.24)!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-dividend-yield-line{
  fill:none!important;
  stroke:#67ad70!important;
  stroke-width:1.6!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

/* Analyse: einheitlicher Buyback-/Dividenden-Trend im Nutzerstil */
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-trend-chart{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:330px!important;
  padding:0 12px 8px!important;
  overflow:visible!important;
  background:#fff!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-grid{
  stroke:#dfe6ee!important;
  stroke-width:1!important;
  stroke-dasharray:5 5!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-grid.is-zero{
  stroke:#cfd8e3!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-base{
  stroke:#c4cfdb!important;
  stroke-width:1.2!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-axis,
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-date{
  fill:#7e8da0!important;
  font-family:"Inter","Open Sans",system-ui,sans-serif!important;
  font-size:13px!important;
  font-weight:500!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-axis.is-left{
  text-anchor:end!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-axis.is-right{
  text-anchor:start!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-date{
  text-anchor:middle!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-bars rect{
  fill:#c7d3df!important;
  opacity:.86!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-area.is-green{
  fill:rgba(22,163,74,.20)!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-area.is-red{
  fill:rgba(220,38,38,.14)!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-line{
  fill:none!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-line.is-green{
  stroke:#76b77c!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-line.is-red{
  stroke:#ef7474!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-hover-line{
  stroke:#111827!important;
  stroke-width:.8!important;
  opacity:.25!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-point{
  fill:#76b77c!important;
  stroke:#fff!important;
  stroke-width:2!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-point.is-red{
  fill:#ef7474!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-tip{
  fill:#f8fafc!important;
  stroke:#e1e7ee!important;
  stroke-width:1!important;
  filter:drop-shadow(0 10px 18px rgba(15,23,42,.16))!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-tip-text{
  fill:#3f4751!important;
  font-family:"Inter","Open Sans",system-ui,sans-serif!important;
  font-size:15px!important;
  font-weight:500!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-tip-text tspan{
  font-weight:800!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-tip-text tspan.is-red{
  fill:#e54848!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-date-box{
  fill:#8795a5!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-date-text{
  fill:#fff!important;
  font-family:"Inter","Open Sans",system-ui,sans-serif!important;
  font-size:13px!important;
  font-weight:700!important;
  text-anchor:middle!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-flow-hit{
  fill:transparent!important;
  cursor:crosshair!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-section-grid{
  grid-template-columns:minmax(260px,320px) minmax(0,1fr)!important;
  align-items:stretch!important;
}
@media(max-width:980px){
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buyback-section-grid{
    grid-template-columns:1fr!important;
  }
}
@media(max-width:980px){
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) #anxCapitalSankey{
    overflow-x:auto!important;
  }
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-visx-sankey{
    min-width:820px!important;
  }
}

/* Final Sankey-only redesign: income-statement style */
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-income-sankey{
  padding:0!important;
  background:#fff!important;
  overflow:hidden!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-income-sankey svg{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  background:#fff!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-sankey-title{
  fill:#0f4f73!important;
  font-size:24px!important;
  font-weight:800!important;
  letter-spacing:-.025em!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-income-flow{
  fill:none!important;
  stroke-linecap:butt!important;
  stroke-linejoin:round!important;
  opacity:.9!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-income-flow.is-gray{
  stroke:url(#anxSankeyGray)!important;
  stroke-width:78!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-income-flow.is-retained{
  stroke:url(#anxSankeyGray)!important;
  stroke-width:48!important;
  opacity:.62!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-income-flow.is-green{
  stroke:url(#anxSankeyGreen)!important;
  stroke-width:48!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-income-flow.is-green.is-thin{
  stroke-width:34!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-income-flow.is-green.is-small{
  stroke-width:16!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-income-flow.is-red{
  stroke:url(#anxSankeyRed)!important;
  stroke-width:42!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-income-flow.is-red.is-buyback{
  stroke-width:30!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-income-flow.is-red.is-small{
  stroke-width:12!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-income-sankey .anx-sankey-node{
  stroke:none!important;
  rx:0!important;
  ry:0!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-income-sankey .anx-sankey-node.is-source,
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-income-sankey .anx-sankey-node.is-mid{
  fill:#6a6a6a!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-income-sankey .anx-sankey-node.is-green{
  fill:#00a315!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-income-sankey .anx-sankey-node.is-red{
  fill:#b90000!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-income-sankey .anx-sankey-node.is-retained{
  fill:#8a8a8a!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-sankey-side-label,
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-sankey-end-label{
  fill:#050505!important;
  font-size:11px!important;
  font-weight:800!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-sankey-side-value,
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-sankey-end-value{
  fill:#050505!important;
  font-size:10.5px!important;
  font-weight:500!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-sankey-box-label{
  fill:#fff!important;
  font-size:10.5px!important;
  font-weight:800!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-sankey-box-value{
  fill:#fff!important;
  font-size:10px!important;
  font-weight:600!important;
}
@media(max-width:760px){
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-income-sankey{
    overflow-x:auto!important;
  }
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-income-sankey svg{
    min-width:880px!important;
  }
}

/* Analyse: alte Kursziel-Pins/versetzte Label-Spalten neutralisieren */
.stock-research-page .anx-target-range{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:10px !important;
  height:auto !important;
  margin:12px 0 0 !important;
}
.stock-research-page .anx-target-range>i{
  display:none !important;
}
.stock-research-page .anx-target-range>span{
  position:static !important;
  left:auto !important;
  top:auto !important;
  width:auto !important;
  transform:none !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:58px !important;
  padding:10px 12px !important;
  border:1px solid #e3e7ec !important;
  border-radius:8px !important;
  background:#fff !important;
  text-align:center !important;
}
.stock-research-page .anx-target-range>span::before{
  display:none !important;
  content:none !important;
}
.stock-research-page .anx-target-range b{
  margin:0 !important;
  color:#111827 !important;
  font-size:13px !important;
  font-weight:600 !important;
  line-height:1.25 !important;
}
.stock-research-page .anx-target-range em{
  margin-top:4px !important;
  color:#64748b !important;
  font-size:12px !important;
  font-style:normal !important;
  font-weight:600 !important;
  line-height:1.25 !important;
}
.stock-research-page .anx-target-forecast-labels{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:10px !important;
  margin-top:12px !important;
}
.stock-research-page .anx-target-forecast-labels>div{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:58px !important;
  padding:10px 12px !important;
  border:1px solid #e3e7ec !important;
  border-radius:8px !important;
  background:#fff !important;
  text-align:center !important;
}
.stock-research-page .anx-target-forecast-labels i{
  display:none !important;
}
.stock-research-page .anx-target-forecast-labels span{
  color:#64748b !important;
  font-size:11px !important;
  font-weight:600 !important;
  line-height:1.25 !important;
}
.stock-research-page .anx-target-forecast-labels strong{
  margin-top:4px !important;
  color:#111827 !important;
  font-size:13px !important;
  font-weight:600 !important;
  line-height:1.25 !important;
}
.stock-research-page .anx-target-forecast-labels em{
  margin-top:4px !important;
  font-size:12px !important;
  font-weight:600 !important;
  line-height:1.25 !important;
}

/* Final polish: Kapitalallokation Snapshot + Sankey */
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-snapshot.ovx-financial-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  margin:14px 0 18px!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-snapshot.ovx-financial-grid .finx-key-card{
  min-height:118px!important;
  padding:13px 14px 12px!important;
  border:1px solid #e1e6ec!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:none!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-snapshot.ovx-financial-grid .finx-key-card-head{
  margin:0 0 8px!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-snapshot.ovx-financial-grid .finx-key-card-head strong{
  color:#111827!important;
  font-size:13px!important;
  font-weight:600!important;
  line-height:1.28!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-snapshot.ovx-financial-grid .finx-key-card-value{
  color:#111827!important;
  font-size:24px!important;
  font-weight:700!important;
  line-height:1.12!important;
  letter-spacing:-.025em!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-snapshot.ovx-financial-grid .finx-key-card-change{
  padding:4px 7px!important;
  border-radius:5px!important;
  font-size:10.5px!important;
  font-weight:700!important;
  line-height:1!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-snapshot.ovx-financial-grid .ovx-fin-mini-bars{
  height:34px!important;
  margin-top:10px!important;
}

/* Analyse Monitor: Dividenden-Änderungen */
.stock-research-page .anx-research-modal .anx-dividend-modal{
  display:grid;
  gap:8px;
}
.stock-research-page .anx-research-modal .anx-revenue-modal{
  display:grid;
  gap:14px;
}
.stock-research-page .anx-research-modal .anx-rating-modal{
  display:grid;
  gap:12px;
}
.stock-research-page .anx-research-modal .anx-rating-modal>.anx-estimate-subhead{
  padding:6px 0 0;
  border-bottom:0;
}
.stock-research-page .anx-research-modal .anx-rating-modal>.anx-estimate-subhead+.anx-target-modal-canvas{
  margin-top:-34px;
}
.stock-research-page .anx-research-modal .anx-guidance-modal{
  display:grid;
  gap:14px;
}
.stock-research-page .anx-research-modal .anx-guidance-scorecards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.stock-research-page .anx-research-modal .anx-guidance-scorecards span,
.stock-research-page .anx-research-modal .anx-guidance-quality span{
  display:block;
  border:1px solid #e1e6ec;
  border-radius:8px;
  background:#fff;
  padding:12px;
}
.stock-research-page .anx-research-modal .anx-guidance-scorecards b,
.stock-research-page .anx-research-modal .anx-guidance-quality b{
  display:block;
  color:#64748b;
  font-size:11px;
  font-weight:700;
}
.stock-research-page .anx-research-modal .anx-guidance-scorecards strong,
.stock-research-page .anx-research-modal .anx-guidance-quality strong{
  display:block;
  margin-top:7px;
  color:#111827;
  font-size:18px;
  font-weight:750;
  line-height:1.18;
}
.stock-research-page .anx-research-modal .anx-guidance-scorecards em{
  display:block;
  margin-top:4px;
  color:#64748b;
  font-size:11px;
  font-style:normal;
  font-weight:600;
}
.stock-research-page .anx-research-modal .anx-guidance-beat-bars{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  align-items:end;
  min-height:190px;
  padding:12px 4px 4px;
  border-bottom:1px solid #dfe6ee;
  background:linear-gradient(to bottom,#fff 0,#fff 32%,#f8fafc 32%,#f8fafc calc(32% + 1px),#fff calc(32% + 1px),#fff 65%,#f8fafc 65%,#f8fafc calc(65% + 1px),#fff calc(65% + 1px));
}
.stock-research-page .anx-research-modal .anx-guidance-beat-bars>div{
  display:grid;
  gap:6px;
  min-width:0;
}
.stock-research-page .anx-research-modal .anx-guidance-beat-bars span{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:6px;
  height:126px;
}
.stock-research-page .anx-research-modal .anx-guidance-beat-bars i{
  display:block;
  width:22px;
  border-radius:6px 6px 2px 2px;
}
.stock-research-page .anx-research-modal .anx-guidance-beat-bars i.revenue{
  background:#15945f;
}
.stock-research-page .anx-research-modal .anx-guidance-beat-bars i.eps{
  background:#f6c342;
}
.stock-research-page .anx-research-modal .anx-guidance-beat-bars b{
  color:#111827;
  font-size:12px;
  font-weight:700;
  text-align:center;
}
.stock-research-page .anx-research-modal .anx-guidance-beat-bars em{
  color:#64748b;
  font-size:11px;
  font-style:normal;
  font-weight:600;
  text-align:center;
}
.stock-research-page .anx-research-modal .anx-guidance-legend i.hold{
  background:#f6c342;
}
.stock-research-page .anx-research-modal .anx-guidance-table{
  margin:0;
}
.stock-research-page .anx-research-modal .anx-guidance-pill{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 8px;
  border-radius:6px;
  font-size:11px;
  font-weight:700;
}
.stock-research-page .anx-research-modal .anx-guidance-pill.is-good{
  background:linear-gradient(180deg,#168451 0%,#45a77b 100%);
  color:#fff;
}
.stock-research-page .anx-research-modal .anx-guidance-pill.is-bad{
  background:linear-gradient(180deg,#b43a3a 0%,#d66b6b 100%);
  color:#fff;
}
.stock-research-page .anx-research-modal .anx-guidance-pill.is-neutral{
  background:#eef2f6;
  color:#64748b;
}
.stock-research-page .anx-research-modal .anx-guidance-quality{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.stock-research-page .anx-research-modal .anx-guidance-clean{
  width:100%;
  max-width:100%;
  overflow:hidden;
}
.stock-research-page .anx-research-modal .anx-guidance-clean .anx-modal-note{
  max-width:100%;
}
.stock-research-page .anx-research-modal .anx-guidance-chart-card{
  display:grid;
  gap:10px;
  width:100%;
  max-width:100%;
  overflow:hidden;
}
.stock-research-page .anx-research-modal .anx-guidance-chart-head{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  padding:2px 0 8px;
  border-bottom:1px solid #e8eef5;
}
.stock-research-page .anx-research-modal .anx-guidance-chart-head strong{
  color:#111827;
  font-size:15px;
  font-weight:750;
  line-height:1.2;
  white-space:nowrap;
}
.stock-research-page .anx-research-modal .anx-guidance-chart-head strong::after{
  content:none;
  display:none;
  place-items:center;
  width:18px;
  height:18px;
  margin-left:6px;
  border-radius:999px;
  background:#eef2f6;
  color:#64748b;
  font-size:11px;
  font-weight:800;
  vertical-align:1px;
}
.stock-research-page .anx-research-modal .anx-guidance-earnings-title{
  margin:0;
  padding:6px 0 0;
  border-bottom:0;
  color:#111827;
  font-size:13px;
  font-weight:700;
  line-height:1.25;
}
.stock-research-page .anx-research-modal .anx-guidance-chart-head span{
  color:#64748b;
  font-size:12px;
  font-weight:650;
  white-space:nowrap;
}
.stock-research-page .anx-research-modal .anx-guidance-chart-toggle{
  margin-left:auto;
}
.stock-research-page .anx-research-modal .anx-guidance-dot-chart{
  display:block;
  width:100%;
  height:auto;
  max-width:100%;
  overflow:visible;
  margin-top:2px;
}
.stock-research-page .anx-research-modal .anx-guidance-grid line{
  stroke:#edf2f7;
  stroke-width:1;
}
.stock-research-page .anx-research-modal .anx-guidance-axis-line{
  stroke:#dbe3ec;
  stroke-width:1;
}
.stock-research-page .anx-research-modal .anx-guidance-hover-line{
  opacity:0;
  stroke:#111827;
  stroke-width:1;
  stroke-dasharray:5 6;
  stroke-linecap:round;
  pointer-events:none;
  transition:opacity .08s ease;
}
.stock-research-page .anx-research-modal .anx-guidance-hover-line.is-visible{
  opacity:.24;
}
.stock-research-page .anx-research-modal .anx-guidance-chart-card[data-guidance-mode="eps"] .anx-guidance-mode-revenue,
.stock-research-page .anx-research-modal .anx-guidance-chart-card[data-guidance-mode="revenue"] .anx-guidance-mode-eps{
  display:none;
}
.stock-research-page .anx-research-modal .anx-guidance-pair{
  outline:none;
  cursor:pointer;
  pointer-events:all;
}
.stock-research-page .anx-research-modal .anx-guidance-hit-area{
  fill:transparent;
  stroke:none;
  pointer-events:all;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-pair,
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-pair *{
  pointer-events:all;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-pair circle{
  r:12px!important;
  stroke-width:2.4!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-pair text,
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-y-axis text{
  fill:#8fa0b6!important;
  font-size:17px!important;
  font-weight:700!important;
  letter-spacing:0!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-y-axis text{
  text-anchor:start!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-dividend-dps-bar,
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-dividend-dps-bar *{
  pointer-events:auto;
}
.stock-research-page .anx-research-modal .anx-guidance-pair circle{
  transition:stroke .14s ease,fill .14s ease;
}
.stock-research-page .anx-research-modal .anx-guidance-pair:hover circle,
.stock-research-page .anx-research-modal .anx-guidance-pair:focus circle{
  r:8;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-pair:hover circle,
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-pair:focus circle{
  r:13px!important;
}
.stock-research-page .anx-research-modal .anx-guidance-pair .estimate{
  fill:#fff;
  stroke:#6b7280;
  stroke-width:1.8;
}
.stock-research-page .anx-research-modal .anx-guidance-pair .actual{
  fill:url(#anxGuidanceBeatGrad);
  stroke:#168451;
  stroke-width:1.8;
}
.stock-research-page .anx-research-modal .anx-guidance-pair .actual.beat{
  fill:url(#anxGuidanceBeatGrad);
  stroke:#168451;
}
.stock-research-page .anx-research-modal .anx-guidance-pair .actual.miss{
  fill:url(#anxGuidanceMissGrad);
  stroke:#b43a3a;
}
.stock-research-page .anx-research-modal .anx-guidance-pair .next{
  fill:#fff;
  stroke:#6b7280;
  stroke-width:1.8;
}
.stock-research-page .anx-research-modal .anx-guidance-pair text,
.stock-research-page .anx-research-modal .anx-guidance-y-axis text{
  fill:#8fa0b6;
  font-size:13.5px;
  font-weight:700;
  pointer-events:none;
  text-anchor:middle;
}
.stock-research-page .anx-research-modal .anx-guidance-y-axis text{
  text-anchor:start;
}
body>.anx-modal-help-tooltip{
  min-width:270px;
  max-width:390px;
  padding:13px 14px;
}
body>.anx-modal-help-tooltip.is-rating-history-tip{
  width:auto;
  min-width:136px;
  max-width:190px;
  padding:7px 9px;
}
body>.anx-modal-help-tooltip.is-guidance-tip{
  width:auto;
  min-width:170px;
  max-width:250px;
  padding:7px 9px;
}
body>.anx-modal-help-tooltip.is-insider-tip{
  width:auto;
  min-width:150px;
  max-width:230px;
  padding:7px 9px;
}
body>.anx-modal-help-tooltip.is-dividend-tip{
  width:auto;
  min-width:150px;
  max-width:230px;
  padding:7px 9px;
}
body>.anx-modal-help-tooltip small{
  font-size:10.5px;
}
body>.anx-modal-help-tooltip strong{
  font-size:14px;
}
body>.anx-modal-help-tooltip p{
  font-size:12.5px;
  line-height:1.5;
}
body>.anx-modal-help-tooltip.is-rating-history-tip small,
body>.anx-modal-help-tooltip.is-guidance-tip small,
body>.anx-modal-help-tooltip.is-insider-tip small,
body>.anx-modal-help-tooltip.is-dividend-tip small{
  font-size:9px;
}
body>.anx-modal-help-tooltip.is-rating-history-tip strong,
body>.anx-modal-help-tooltip.is-guidance-tip strong,
body>.anx-modal-help-tooltip.is-insider-tip strong,
body>.anx-modal-help-tooltip.is-dividend-tip strong{
  font-size:11.5px;
}
body>.anx-modal-help-tooltip.is-rating-history-tip p,
body>.anx-modal-help-tooltip.is-guidance-tip p,
body>.anx-modal-help-tooltip.is-insider-tip p,
body>.anx-modal-help-tooltip.is-dividend-tip p{
  font-size:10.5px;
  line-height:1.35;
}
body>.anx-modal-help-tooltip.is-insider-tip p{
  white-space:normal;
}
body>.anx-modal-help-tooltip.is-insider-tip b{
  color:#111827;
  font-weight:750;
}
body>.anx-modal-help-tooltip.is-dividend-tip p{
  white-space:pre-line;
}
body>.anx-modal-help-tooltip.is-rating-history-tip p{
  white-space:normal;
}
body>.anx-modal-help-tooltip.is-rating-history-tip p span{
  display:block;
  white-space:nowrap;
  margin:1px 0;
}
body>.anx-modal-help-tooltip .anx-tip-result{
  font-weight:750;
}
body>.anx-modal-help-tooltip .anx-tip-result.is-good{
  color:#168451;
}
body>.anx-modal-help-tooltip .anx-tip-result.is-bad{
  color:#b43a3a;
}
body>.anx-modal-help-tooltip .anx-tip-consensus{
  display:inline-flex;
  align-items:baseline;
  gap:4px;
  font-weight:800;
}
body>.anx-modal-help-tooltip .anx-tip-consensus small{
  margin:0;
  color:inherit;
  font-size:9px;
  font-weight:650;
  letter-spacing:0;
  text-transform:none;
}
body>.anx-modal-help-tooltip .anx-tip-consensus.is-good{
  color:#168451;
}
body>.anx-modal-help-tooltip .anx-tip-consensus.is-bad{
  color:#b43a3a;
}
.stock-research-page .anx-research-modal .anx-guidance-clean .anx-guidance-legend{
  margin-top:-4px;
}
.stock-research-page .anx-research-modal .anx-guidance-clean .anx-guidance-legend i.hold{
  background:#fff;
  border:1.5px solid #6b7280;
}
.stock-research-page .anx-research-modal .anx-guidance-clean .anx-guidance-table{
  width:100%;
  min-width:0;
  table-layout:fixed;
}
.stock-research-page .anx-research-modal .anx-guidance-clean .anx-guidance-table th,
.stock-research-page .anx-research-modal .anx-guidance-clean .anx-guidance-table td{
  padding:8px 6px;
  white-space:normal;
  overflow-wrap:anywhere;
  font-size:11px;
  line-height:1.35;
}
.stock-research-page .anx-research-modal .anx-guidance-clean .anx-guidance-table th:nth-child(1),
.stock-research-page .anx-research-modal .anx-guidance-clean .anx-guidance-table td:nth-child(1){
  width:12%;
}
.stock-research-page .anx-research-modal .anx-guidance-clean .anx-guidance-table th:nth-child(2),
.stock-research-page .anx-research-modal .anx-guidance-clean .anx-guidance-table td:nth-child(2){
  width:15%;
}
.stock-research-page .anx-research-modal .anx-guidance-clean .anx-guidance-table th:nth-child(3),
.stock-research-page .anx-research-modal .anx-guidance-clean .anx-guidance-table td:nth-child(3){
  width:21%;
}
.stock-research-page .anx-research-modal .anx-guidance-clean .anx-guidance-table th:nth-child(5),
.stock-research-page .anx-research-modal .anx-guidance-clean .anx-guidance-table td:nth-child(5){
  width:21%;
}
.stock-research-page .anx-research-modal .anx-rating-overview{
  display:grid;
  grid-template-columns:minmax(210px,260px) minmax(0,1fr);
  gap:12px;
  align-items:stretch;
}
.stock-research-page .anx-research-modal .anx-rating-gauge-mini,
.stock-research-page .anx-research-modal .anx-rating-summary span,
.stock-research-page .anx-research-modal .anx-target-modal-metrics span{
  border:1px solid #e1e6ec;
  border-radius:8px;
  background:#fff;
}
.stock-research-page .anx-research-modal .anx-rating-gauge-mini{
  display:grid;
  justify-items:center;
  align-content:center;
  min-height:182px;
  padding:12px;
}
.stock-research-page .anx-research-modal .anx-rating-gauge-mini svg{
  width:190px;
  max-width:100%;
  height:auto;
}
.stock-research-page .anx-research-modal .anx-modal-gauge-needle{
  stroke:#111827;
  stroke-width:4;
  stroke-linecap:round;
}
.stock-research-page .anx-research-modal .anx-modal-gauge-pin{
  fill:#111827;
}
.stock-research-page .anx-research-modal .anx-rating-gauge-mini strong{
  color:#111827;
  font-size:20px;
  font-weight:750;
  line-height:1.1;
}
.stock-research-page .anx-research-modal .anx-rating-gauge-mini span{
  margin-top:6px;
  color:#64748b;
  font-size:12px;
  font-weight:600;
  text-align:center;
}
.stock-research-page .anx-research-modal .anx-rating-summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.stock-research-page .anx-research-modal .anx-rating-summary span,
.stock-research-page .anx-research-modal .anx-target-modal-metrics span{
  display:block;
  padding:12px;
}
.stock-research-page .anx-research-modal .anx-rating-summary b,
.stock-research-page .anx-research-modal .anx-target-modal-metrics b{
  display:block;
  color:#64748b;
  font-size:11px;
  font-weight:700;
}
.stock-research-page .anx-research-modal .anx-rating-summary strong,
.stock-research-page .anx-research-modal .anx-target-modal-metrics strong{
  display:block;
  margin-top:7px;
  color:#111827;
  font-size:16px;
  font-weight:750;
  line-height:1.2;
}
.stock-research-page .anx-research-modal .anx-rating-stack-history{
  display:grid;
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:8px;
  min-height:154px;
  align-items:end;
  padding:10px 2px 2px;
  border-bottom:1px solid #dfe6ee;
}
.stock-research-page .anx-research-modal .anx-rating-stack-bar{
  display:grid;
  gap:7px;
  min-width:0;
}
.stock-research-page .anx-research-modal .anx-rating-stack-bar span{
  display:flex;
  flex-direction:column-reverse;
  justify-content:flex-start;
  height:122px;
  border-radius:7px 7px 2px 2px;
  overflow:hidden;
  background:#f2f6fa;
}
.stock-research-page .anx-research-modal .anx-rating-stack-bar i{
  display:block;
}
.stock-research-page .anx-research-modal .anx-rating-stack-bar i.buy,
.stock-research-page .anx-research-modal .anx-rating-legend i.buy{
  background:#15945f;
}
.stock-research-page .anx-research-modal .anx-rating-stack-bar i.hold,
.stock-research-page .anx-research-modal .anx-rating-legend i.hold{
  background:#f6c342;
}
.stock-research-page .anx-research-modal .anx-rating-stack-bar i.sell,
.stock-research-page .anx-research-modal .anx-rating-legend i.sell{
  background:#d65b5b;
}
.stock-research-page .anx-research-modal .anx-rating-stack-bar em{
  color:#8fa0b6;
  font-size:10.5px;
  font-style:normal;
  font-weight:600;
  text-align:center;
}
.stock-research-page .anx-research-modal .anx-rating-legend{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.stock-research-page .anx-research-modal .anx-rating-legend span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#64748b;
  font-size:12px;
  font-weight:600;
}
.stock-research-page .anx-research-modal .anx-rating-legend i{
  width:9px;
  height:9px;
  border-radius:999px;
}
.stock-research-page .anx-research-modal .anx-target-modal-canvas.ovx-canvas-wrap{
  min-height:320px;
  height:320px;
  padding:0;
  border:0;
  border-radius:0;
  background:#fff;
  box-shadow:none;
  overflow:visible;
}
.stock-research-page .anx-research-modal .anx-target-modal-canvas svg{
  display:block;
  width:100%;
  height:100%;
  overflow:visible;
}
.stock-research-page .anx-research-modal .anx-target-modal-grid line{
  stroke:#edf2f7;
  stroke-width:1;
}
.stock-research-page .anx-research-modal .anx-target-modal-range{
  fill:url(#anxTargetRangeFade);
  stroke:none;
}
.stock-research-page .anx-research-modal .anx-target-modal-avg{
  fill:none;
  stroke:#6b7280;
  stroke-width:1.7;
  stroke-dasharray:7 8;
  stroke-linecap:round;
}
.stock-research-page .anx-research-modal .anx-target-modal-price{
  fill:none;
  stroke:#15945f;
  stroke-width:1.8;
  stroke-linecap:round;
}
.stock-research-page .anx-research-modal .anx-target-modal-dot{
  fill:#15945f;
  stroke:#fff;
  stroke-width:3;
}
.stock-research-page .anx-research-modal .anx-target-modal-axis text{
  fill:#8fa0b6;
  font-size:11px;
  font-weight:600;
}
.stock-research-page .anx-research-modal .anx-target-modal-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.stock-research-page .anx-research-modal .anx-rating-modal{
  display:grid;
  gap:14px;
}
.stock-research-page .anx-research-modal .anx-rating-modal .anx-rating-summary.anx-fair-summary{
  position:static;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 2px;
  width:100%;
}
.stock-research-page .anx-research-modal .anx-rating-modal .anx-rating-summary.anx-fair-summary span{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap:6px;
  min-width:0;
  min-height:24px;
  padding:3px 8px;
  border:0;
  border-radius:6px;
  background:rgba(248,250,252,.92);
  color:#64748b;
  font-size:11px;
  font-weight:600;
  line-height:1.2;
}
.stock-research-page .anx-research-modal .anx-rating-modal .anx-rating-summary.anx-fair-summary b{
  color:#111827;
  font-size:11px;
  font-weight:700;
  white-space:nowrap;
  margin-left:0;
}
.stock-research-page .anx-research-modal .anx-rating-overview{
  grid-template-columns:minmax(190px,240px) minmax(0,1fr);
  gap:18px;
  align-items:center;
}
.stock-research-page .anx-research-modal .anx-rating-gauge-mini,
.stock-research-page .anx-research-modal .anx-rating-summary span{
  border:0;
  background:transparent;
}
.stock-research-page .anx-research-modal .anx-rating-gauge-mini{
  min-height:176px;
  padding:0;
}
.stock-research-page .anx-research-modal .anx-rating-history-panel{
  display:grid;
  gap:9px;
  min-width:0;
}
.stock-research-page .anx-research-modal .anx-rating-stack-history{
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:7px;
  min-height:132px;
  padding:4px 0 2px;
  border-bottom:1px solid #e7edf4;
}
.stock-research-page .anx-research-modal .anx-rating-stack-bar{
  appearance:none;
  border:0;
  background:transparent;
  padding:0;
  cursor:pointer;
}
.stock-research-page .anx-research-modal .anx-rating-stack-bar:focus-visible{
  outline:2px solid rgba(22,132,81,.28);
  outline-offset:3px;
  border-radius:6px;
}
.stock-research-page .anx-research-modal .anx-rating-stack-bar span{
  width:22px;
  height:104px;
  margin:0 auto;
  background:#f2f6fa;
}
.stock-research-page .anx-research-modal .anx-rating-stack-bar i.buy{
  background:linear-gradient(180deg,#168451 0%,#45a77b 100%);
}
.stock-research-page .anx-research-modal .anx-rating-stack-bar i.hold{
  background:linear-gradient(180deg,#f0b429 0%,#f8d878 100%);
}
.stock-research-page .anx-research-modal .anx-rating-stack-bar i.sell{
  background:linear-gradient(180deg,#b43a3a 0%,#d66b6b 100%);
}
.stock-research-page .anx-research-modal .anx-target-modal-canvas.ovx-canvas-wrap{
  position:relative;
  width:100%;
  height:330px;
  min-height:330px;
  margin-top:-30px;
  border:0;
  border-radius:0;
  background:#fff;
  box-shadow:none;
  overflow:visible;
}
.stock-research-page .anx-research-modal .anx-target-modal-canvas canvas{
  display:block;
  width:100%;
  height:100%;
}
.stock-research-page .anx-research-modal .anx-target-modal-metrics span{
  border:1px solid rgba(15,23,42,.06);
  background:#f7f9fb;
}
.stock-research-page .anx-research-modal .anx-rating-modal .anx-rating-summary.anx-fair-summary span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:6px!important;
  min-height:24px!important;
  padding:3px 8px!important;
  border:0!important;
  border-radius:6px!important;
  background:rgba(248,250,252,.92)!important;
}
.stock-research-page .anx-research-modal .anx-rating-modal .anx-rating-summary.anx-fair-summary b{
  color:#111827!important;
  font-size:11px!important;
  font-weight:700!important;
  white-space:nowrap!important;
}
.stock-research-page .anx-research-modal .anx-rating-history-panel{
  position:relative;
}
.stock-research-page .anx-research-modal .anx-rating-history-line{
  position:absolute;
  top:32px;
  bottom:30px;
  width:0;
  border-left:1px dashed rgba(15,23,42,.28);
  opacity:0;
  pointer-events:none;
  transition:opacity .08s ease;
}
.stock-research-page .anx-research-modal .anx-rating-history-line.is-visible{
  opacity:1;
}
.stock-research-page .anx-research-modal .anx-rating-stack-bar.is-active span{
  box-shadow:0 0 0 2px rgba(15,23,42,.08);
}
.stock-research-page .anx-research-modal .anx-rating-history-tip{
  position:absolute;
  z-index:30;
  width:max-content;
  min-width:180px;
  max-width:240px;
  padding:9px 10px;
  border:1px solid #d7dee7;
  border-radius:8px;
  background:#fff;
  box-shadow:0 14px 30px rgba(15,23,42,.14);
  color:#52647a;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(4px);
  transition:opacity .1s ease,transform .1s ease;
}
.stock-research-page .anx-research-modal .anx-rating-history-tip[aria-hidden="false"]{
  visibility:visible;
  transform:translateY(0);
}
.stock-research-page .anx-research-modal .anx-rating-history-tip small,
.stock-research-page .anx-research-modal .anx-rating-history-tip strong,
.stock-research-page .anx-research-modal .anx-rating-history-tip p{
  display:block;
}
.stock-research-page .anx-research-modal .anx-rating-history-tip small{
  margin-bottom:4px;
  color:#8fa0b6;
  font-size:11px;
  font-weight:650;
  line-height:1.25;
}
.stock-research-page .anx-research-modal .anx-rating-history-tip strong{
  margin-bottom:5px;
  color:#111827;
  font-size:13px;
  font-weight:750;
  line-height:1.3;
}
.stock-research-page .anx-research-modal .anx-rating-history-tip p{
  margin:0;
  color:#52647a;
  font-size:12px;
  font-weight:500;
  line-height:1.45;
}
.stock-research-page .anx-research-modal .anx-target-modal-metrics span{
  min-height:44px;
  padding:8px 10px;
}
.stock-research-page .anx-research-modal .anx-target-modal-canvas .ovx-canvas-tooltip{
  min-width:150px;
  max-width:none;
  padding:7px 10px;
}
.stock-research-page .anx-research-modal .anx-target-modal-canvas .ovx-canvas-tooltip-price{
  display:flex;
  align-items:baseline;
  gap:6px;
  white-space:nowrap;
}
.stock-research-page .anx-research-modal .anx-target-modal-canvas .ovx-canvas-tooltip-price span{
  color:#64748b;
  font-size:11px;
  font-weight:600;
}
.stock-research-page .anx-research-modal .anx-target-modal-canvas .ovx-canvas-tooltip-price b{
  color:#111827;
  font-size:12px;
  font-weight:800;
  letter-spacing:-.02em;
}
.stock-research-page .anx-research-modal .anx-target-modal-metrics strong{
  margin-top:4px;
  white-space:nowrap;
}
.stock-research-page .anx-research-modal .anx-revenue-bars{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  align-items:end;
  gap:7px;
  min-height:210px;
  padding:14px 4px 4px;
  border-bottom:1px solid #dfe6ee;
  background:linear-gradient(to bottom,#fff 0,#fff 24%,#f8fafc 24%,#f8fafc calc(24% + 1px),#fff calc(24% + 1px),#fff 49%,#f8fafc 49%,#f8fafc calc(49% + 1px),#fff calc(49% + 1px),#fff 74%,#f8fafc 74%,#f8fafc calc(74% + 1px),#fff calc(74% + 1px));
}
.stock-research-page .anx-research-modal .anx-revenue-bars span{
  position:relative;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  height:170px;
  min-width:0;
}
.stock-research-page .anx-research-modal .anx-revenue-bars span::before{
  content:"";
  width:100%;
  max-width:28px;
  height:var(--h);
  border-radius:6px 6px 2px 2px;
  background:#8bc2ff;
}
.stock-research-page .anx-research-modal .anx-eps-bars span::before{
  background:#15945f;
}
.stock-research-page .anx-research-modal .anx-revenue-bars b{
  position:absolute;
  left:50%;
  bottom:calc(var(--h) + 8px);
  transform:translateX(-50%);
  color:#111827;
  font-size:10px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
  opacity:0;
  transition:opacity .14s ease;
}
.stock-research-page .anx-research-modal .anx-revenue-bars span:hover b{
  opacity:1;
}
.stock-research-page .anx-research-modal .anx-revenue-bars em{
  position:absolute;
  left:50%;
  bottom:-24px;
  transform:translateX(-50%);
  color:#8fa0b6;
  font-size:10.5px;
  font-style:normal;
  font-weight:600;
}
.stock-research-page .anx-research-modal .anx-estimate-panel{
  position:relative;
  min-height:390px;
  margin:0 0 16px;
  padding:0;
  border:0;
  background:#fff;
  box-shadow:none;
  overflow:visible;
}
.stock-research-page .anx-research-modal .anx-estimate-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;
}
.stock-research-page .anx-research-modal .anx-estimate-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;
  line-height:1.2;
}
.stock-research-page .anx-research-modal .anx-estimate-panel .anx-fair-summary b{
  color:#111827;
  font-size:11px;
  font-weight:700;
  white-space:nowrap;
}
.stock-research-page .anx-research-modal .anx-estimate-panel .anx-fair-canvas.ovx-canvas-wrap{
  position:absolute;
  left:0;
  right:0;
  top:34px;
  bottom:0;
  width:100%;
  height:auto;
  min-height:0;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}
.stock-research-page .anx-research-modal .anx-estimate-panel .anx-fair-canvas canvas{
  display:block;
  width:100%;
  height:100%;
  background:transparent;
}
.stock-research-page .anx-research-modal .anx-estimate-panel .ovx-canvas-tooltip{
  max-width:none;
  min-width:96px;
  padding:5px 7px;
}
.stock-research-page .anx-research-modal .anx-estimate-panel .ovx-canvas-tooltip-price{
  display:flex;
  align-items:baseline;
  gap:6px;
  white-space:nowrap;
}
.stock-research-page .anx-research-modal .anx-estimate-panel .ovx-canvas-tooltip-price span{
  color:#64748b;
  font-size:10px;
  font-weight:600;
}
.stock-research-page .anx-research-modal .anx-estimate-panel .ovx-canvas-tooltip-price b{
  color:#111827;
  font-size:11px;
  font-weight:800;
  letter-spacing:-.02em;
}
.stock-research-page .anx-research-modal .anx-estimate-panel .ovx-canvas-tooltip.is-revenue-estimate-tip{
  min-width:164px;
  width:max-content;
  max-width:220px;
  padding:6px 9px;
}
.stock-research-page .anx-research-modal .anx-estimate-panel .ovx-canvas-tooltip.is-eps-estimate-tip{
  min-width:0;
  width:max-content;
  max-width:92px;
  padding:5px 7px;
}
.stock-research-page .anx-research-modal .anx-estimate-panel .ovx-canvas-tooltip.is-eps-estimate-tip .ovx-canvas-tooltip-price{
  gap:5px;
}
.stock-research-page .anx-research-modal .anx-estimate-panel .ovx-canvas-tooltip.is-eps-estimate-tip .ovx-canvas-tooltip-price span{
  font-size:10px;
}
.stock-research-page .anx-research-modal .anx-estimate-panel .ovx-canvas-tooltip.is-eps-estimate-tip .ovx-canvas-tooltip-price b{
  font-size:11px;
}
.stock-research-page .anx-research-modal .anx-estimate-footer-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px;
}
.stock-research-page .anx-research-modal .anx-estimate-footer-tags span{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:5px 9px;
  border-radius:7px;
  background:#f7f9fb;
  color:#64748b;
  font-size:11px;
  font-weight:650;
  line-height:1.2;
  white-space:nowrap;
}
.stock-research-page .anx-research-modal .anx-revenue-line-canvas.ovx-canvas-wrap{
  position:relative;
  left:auto;
  right:auto;
  top:auto;
  bottom:auto;
  height:330px;
  min-height:330px;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:#fff;
  box-shadow:none;
  overflow:visible;
}
.stock-research-page .anx-research-modal .anx-revenue-line-canvas canvas{
  display:block;
  width:100%;
  height:100%;
}
.stock-research-page .anx-research-modal .anx-revenue-value-tip,
.stock-research-page .anx-research-modal .anx-revenue-date-tip{
  position:absolute;
  z-index:12;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .12s ease,visibility .12s ease,transform .12s ease;
}
.stock-research-page .anx-research-modal .anx-revenue-value-tip.is-visible,
.stock-research-page .anx-research-modal .anx-revenue-date-tip.is-visible{
  opacity:1!important;
  visibility:visible!important;
}
.stock-research-page .anx-research-modal .anx-revenue-value-tip{
  min-width:128px;
  padding:8px 10px;
  border:1px solid #d7dee7;
  border-radius:8px;
  background:#fff;
  box-shadow:0 14px 30px rgba(15,23,42,.13);
  color:#111827;
}
.stock-research-page .anx-research-modal .anx-revenue-value-tip span,
.stock-research-page .anx-research-modal .anx-revenue-value-tip b{
  display:block;
}
.stock-research-page .anx-research-modal .anx-revenue-value-tip span{
  color:#64748b;
  font-size:11px;
  font-weight:650;
  line-height:1.25;
}
.stock-research-page .anx-research-modal .anx-revenue-value-tip b{
  margin-top:3px;
  color:#111827;
  font-size:13px;
  font-weight:750;
  line-height:1.25;
}
.stock-research-page .anx-research-modal .anx-revenue-date-tip{
  padding:6px 10px;
  border:1px solid #d7dee7;
  border-radius:8px;
  background:#f7f9fb;
  box-shadow:0 10px 24px rgba(15,23,42,.10);
  color:#52647a;
  font-size:12px;
  font-weight:650;
  line-height:1;
  transform:translateX(-50%);
  white-space:nowrap;
}
.stock-research-page .anx-research-modal .anx-revenue-line-canvas svg{
  display:block;
  width:100%;
  height:100%;
  overflow:visible;
}
.stock-research-page .anx-research-modal .anx-revenue-line-grid line{
  stroke:#edf2f7;
  stroke-width:1;
}
.stock-research-page .anx-research-modal .anx-revenue-line-area{
  fill:url(#anxRevenueEstimateFade);
}
.stock-research-page .anx-research-modal .anx-revenue-line{
  fill:none;
  stroke:#15945f;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.stock-research-page .anx-research-modal .anx-revenue-line-dot{
  fill:#15945f;
  stroke:#fff;
  stroke-width:3;
}
.stock-research-page .anx-research-modal .anx-revenue-line-axis text{
  fill:#8fa0b6;
  font-size:11px;
  font-weight:600;
}
.stock-research-page .anx-research-modal .anx-revision-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.stock-research-page .anx-research-modal .anx-revision-grid span{
  min-height:82px;
  padding:12px;
  border:1px solid #e1e6ec;
  border-radius:8px;
  background:#fff;
}
.stock-research-page .anx-research-modal .anx-revision-grid b,
.stock-research-page .anx-research-modal .anx-revision-grid strong,
.stock-research-page .anx-research-modal .anx-revision-grid em{
  display:block;
}
.stock-research-page .anx-research-modal .anx-revision-grid b{
  color:#64748b;
  font-size:11px;
  font-weight:700;
}
.stock-research-page .anx-research-modal .anx-revision-grid strong{
  margin-top:7px;
  color:#07875b;
  font-size:18px;
  font-weight:750;
  letter-spacing:-.02em;
}
.stock-research-page .anx-research-modal .anx-revision-grid em{
  margin-top:4px;
  color:#64748b;
  font-size:11px;
  font-style:normal;
  font-weight:600;
}
.stock-research-page .anx-research-modal .anx-revenue-path{
  display:grid;
  gap:10px;
}
.stock-research-page .anx-research-modal .anx-revenue-path div{
  display:grid;
  grid-template-columns:80px minmax(0,1fr) 98px;
  align-items:center;
  gap:10px;
}
.stock-research-page .anx-research-modal .anx-revenue-path strong{
  color:#111827;
  font-size:12px;
  font-weight:700;
}
.stock-research-page .anx-research-modal .anx-revenue-path span{
  height:18px;
  border-radius:999px;
  background:#f2f6fa;
  overflow:hidden;
}
.stock-research-page .anx-research-modal .anx-revenue-path i{
  display:block;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#15945f,#8bc2ff);
}
.stock-research-page .anx-research-modal .anx-eps-path i{
  background:linear-gradient(90deg,#0b7f55,#15945f);
}
.stock-research-page .anx-research-modal .anx-revenue-path em{
  color:#111827;
  font-size:12px;
  font-style:normal;
  font-weight:700;
  text-align:right;
}
.stock-research-page .anx-research-modal .anx-dividend-yield-canvas.ovx-canvas-wrap{
  min-height:224px;
  height:224px;
  padding:0;
  border:0;
  border-radius:0;
  background:#fff;
  box-shadow:none;
  overflow:visible;
}
.stock-research-page .anx-research-modal .anx-dividend-yield-canvas .ovx-canvas-date-tooltip,
.stock-research-page .anx-research-modal .anx-insider-canvas .ovx-canvas-date-tooltip{
  border-radius:10px!important;
  transform:translate(-50%,4px)!important;
}
.stock-research-page .anx-research-modal .anx-dividend-yield-canvas .ovx-canvas-tooltip{
  max-width:190px!important;
}
.stock-research-page .anx-research-modal .anx-dividend-panel{
  margin-top:-10px;
  height:224px!important;
  min-height:224px!important;
  padding:0!important;
  overflow:visible!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-dividend-panel.anx-fair-panel.ovx-canvas-card{
  height:224px!important;
  min-height:224px!important;
  margin-top:-10px!important;
  padding:0!important;
  border:0!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-dividend-panel .anx-dividend-yield-canvas.anx-fair-canvas.ovx-canvas-wrap{
  top:0!important;
  bottom:0!important;
  height:224px!important;
  min-height:224px!important;
  overflow:visible!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-dividend-yield-canvas.is-loading::after{
  content:attr(data-loading);
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:#607089;
  font-size:13px;
  font-weight:650;
  background:rgba(255,255,255,.86);
  pointer-events:none;
}
.stock-research-page .anx-research-modal .anx-dividend-yield-canvas canvas{
  display:block;
  width:100%;
  height:100%;
  background:transparent;
}
.stock-research-page .anx-research-modal .anx-dividend-yield-canvas svg{
  display:block;
  width:100%;
  height:100%;
  overflow:visible;
}
.stock-research-page .anx-research-modal .anx-dividend-grid line{
  stroke:#edf2f7;
  stroke-width:1;
}
.stock-research-page .anx-research-modal .anx-dividend-yield-area{
  fill:url(#anxDividendYieldFadeDense);
}
.stock-research-page .anx-research-modal .anx-dividend-yield-line{
  fill:none;
  stroke:#15945f;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.stock-research-page .anx-research-modal .anx-dividend-yield-dot{
  fill:#15945f;
  stroke:#fff;
  stroke-width:3;
}
.stock-research-page .anx-research-modal .anx-dividend-axis text{
  fill:#8fa0b6;
  font-size:11px;
  font-weight:600;
}
.stock-research-page .anx-research-modal .anx-dividend-year-bars{
  display:grid;
  gap:9px;
  padding:10px 0 2px;
}
.stock-research-page .anx-research-modal .anx-dividend-year-row{
  display:grid;
  grid-template-columns:56px minmax(0,1fr) 112px;
  align-items:center;
  gap:10px;
}
.stock-research-page .anx-research-modal .anx-dividend-year-row strong{
  color:#111827;
  font-size:12px;
  font-weight:700;
}
.stock-research-page .anx-research-modal .anx-dividend-year-row em{
  color:#64748b;
  font-size:12px;
  font-style:normal;
  font-weight:600;
  text-align:right;
}
.stock-research-page .anx-research-modal .anx-dividend-year-track{
  height:24px;
  border-radius:7px;
  background:#f3f6f9;
  overflow:hidden;
}
.stock-research-page .anx-research-modal .anx-dividend-year-fill{
  display:flex;
  height:100%;
  width:calc(var(--total) * 1%);
  min-width:6px;
  border-radius:7px;
  overflow:hidden;
}
.stock-research-page .anx-research-modal .anx-dividend-year-fill i{
  flex:var(--q) 1 0;
  min-width:2px;
  background:#15945f;
  border-right:1px solid rgba(255,255,255,.78);
}
.stock-research-page .anx-research-modal .anx-dividend-year-fill i.is-future{
  background:#bdebd2;
}
.stock-research-page .anx-research-modal .anx-dividend-sustainability{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.stock-research-page .anx-research-modal .anx-dividend-sustainability span{
  min-height:68px;
  padding:11px 12px;
  border:1px solid #e1e6ec;
  border-radius:8px;
  background:#fff;
}
.stock-research-page .anx-research-modal .anx-dividend-sustainability b{
  display:block;
  color:#111827;
  font-size:12px;
  font-weight:700;
  line-height:1.25;
}
.stock-research-page .anx-research-modal .anx-dividend-sustainability em{
  display:block;
  margin-top:7px;
  color:#0b7f55;
  font-size:12px;
  font-style:normal;
  font-weight:700;
}
.stock-research-page .anx-research-modal .anx-dividend-dps-card{
  margin-top:0;
  padding:0;
  border:0;
  border-radius:0;
  background:#fff;
}
.stock-research-page .anx-research-modal .anx-dividend-dps-title{
  margin-bottom:8px;
  padding:0;
  border-bottom:0;
}
.stock-research-page .anx-research-modal .anx-dividend-dps-bars{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  align-items:end;
  gap:18px;
  min-height:184px;
  height:100%;
  padding-top:0;
  overflow:visible;
}
.stock-research-page .anx-research-modal .anx-dividend-dps-bar{
  appearance:none;
  display:grid;
  grid-template-rows:1fr auto;
  align-items:end;
  gap:9px;
  min-width:0;
  min-height:184px;
  padding:0;
  border:0;
  background:transparent;
  color:#607089;
  cursor:pointer;
}
.stock-research-page .anx-research-modal .anx-dividend-dps-bar span{
  display:flex;
  flex-direction:column-reverse;
  width:min(34px,100%);
  height:var(--h);
  min-height:14px;
  justify-self:center;
  border-radius:5px 5px 2px 2px;
  overflow:hidden;
  background:rgba(22,132,81,.08);
  box-shadow:inset 0 -1px 0 rgba(255,255,255,.36);
  transition:transform .14s ease;
}
.stock-research-page .anx-research-modal .anx-dividend-dps-bar i{
  display:block;
  flex:0 0 var(--q);
  min-height:3px;
  background:linear-gradient(180deg,#168451 0%,#45a77b 100%);
  border-top:2px solid #fff;
}
.stock-research-page .anx-research-modal .anx-dividend-dps-bar:hover span,
.stock-research-page .anx-research-modal .anx-dividend-dps-bar:focus-visible span{
  transform:translateY(-2px);
}
.stock-research-page .anx-research-modal .anx-dividend-dps-bar:hover i,
.stock-research-page .anx-research-modal .anx-dividend-dps-bar:focus-visible i{
  background:linear-gradient(180deg,#0f6d45 0%,#168451 100%);
}
.stock-research-page .anx-research-modal .anx-dividend-dps-bar em{
  display:block;
  min-width:0;
  color:#65758b;
  font-size:10.5px;
  font-style:normal;
  font-weight:750;
  line-height:1.2;
  text-align:center;
  white-space:nowrap;
}
.stock-research-page .anx-research-modal .anx-dividend-dps-bar.is-partial i{
  background:linear-gradient(180deg,#5fb98d 0%,#9dd9ba 100%);
}
.stock-research-page .anx-research-modal .anx-dividend-dps-bar i.is-muted{
  background:#e4ebf2;
  border-top-color:#fff;
  min-height:0;
}
.stock-research-page .anx-research-modal .anx-chart-empty{
  display:grid;
  min-height:240px;
  place-items:center;
  color:#607089;
  font-size:13px;
  font-weight:650;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-peer-centered-head{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:16px;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-peer-centered-head>div:first-child{
  grid-column:2;
  justify-self:center;
  text-align:center;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-peer-centered-head .ovx-peer-toggle{
  grid-column:3;
  justify-self:end;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-peer-centered-head h3{
  margin:0;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .ovx-peer-table:not(.is-expanded) .anx-peer-extra{
  display:none;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-peer-section .compx-more.anx-peer-more{
  display:block;
  width:max-content;
  margin:12px auto 0;
}
@media(max-width:760px){
  .stock-research-page .anx-research-modal .anx-estimate-panel{
    min-height:420px;
  }
  .stock-research-page .anx-research-modal .anx-dividend-dps-bars{
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:10px;
  }
  .stock-research-page .anx-research-modal .anx-dividend-year-row{
    grid-template-columns:44px minmax(0,1fr);
  }
  .stock-research-page .anx-research-modal .anx-dividend-year-row em{
    grid-column:2;
    text-align:left;
  }
  .stock-research-page .anx-research-modal .anx-dividend-sustainability{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .stock-research-page .anx-research-modal .anx-revision-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .stock-research-page .anx-research-modal .anx-rating-overview,
  .stock-research-page .anx-research-modal .anx-target-modal-metrics{
    grid-template-columns:1fr;
  }
  .stock-research-page .anx-research-modal .anx-rating-summary{
    grid-template-columns:1fr;
  }
  .stock-research-page .anx-research-modal .anx-guidance-scorecards,
  .stock-research-page .anx-research-modal .anx-guidance-quality{
    grid-template-columns:1fr;
  }
  .stock-research-page .anx-research-modal .anx-guidance-beat-bars{
    grid-template-columns:repeat(4,90px);
    overflow-x:auto;
    padding-bottom:8px;
  }
  .stock-research-page .anx-research-modal .anx-rating-stack-history{
    overflow-x:auto;
    grid-template-columns:repeat(8,54px);
    padding-bottom:8px;
  }
  .stock-research-page .anx-research-modal .anx-revenue-path div{
    grid-template-columns:70px minmax(0,1fr);
  }
  .stock-research-page .anx-research-modal .anx-revenue-path em{
    grid-column:2;
    text-align:left;
  }
}

/* ==== aktieen/overrides/final-cross-tab-fixes.css ==== */
﻿/* Struktur: Overrides: letzte bewusst späte Korrekturen mit hoher Priorität. */
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-snapshot.ovx-financial-grid .ovx-fin-mini-bars{
  height:36px!important;
  gap:3px!important;
  margin:9px 0 0!important;
  padding:0!important;
  border-bottom:1px solid #dfe4ea!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-snapshot.ovx-financial-grid .ovx-fin-mini-bars i{
  max-width:14px!important;
  min-width:4px!important;
  border-radius:3px 3px 0 0!important;
  background:#8795a5!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-use{
  margin-top:18px!important;
  border:1px solid #e1e6ec!important;
  border-radius:8px!important;
  background:#fff!important;
  overflow:hidden!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-use>.anx-estimate-subhead{
  padding:13px 16px 12px!important;
  border-bottom:1px solid #e8edf2!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-sankey.anx-visx-sankey{
  padding:0!important;
  overflow:hidden!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-sankey.anx-visx-sankey svg{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  background:#fff!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-sankey-link{
  fill:none!important;
  stroke-linecap:round!important;
  opacity:.82!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-sankey-link.is-retained{
  stroke:url(#anxSankeyRetained)!important;
  stroke-width:42!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-sankey-link.is-core{
  stroke:url(#anxSankeyCore)!important;
  stroke-width:20!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-sankey-link.is-buyback{
  stroke:url(#anxSankeyBuyback)!important;
  stroke-width:16!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-sankey-link.is-light{
  stroke:url(#anxSankeyLight)!important;
  stroke-width:10!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-sankey-link.is-thin{
  stroke-width:5!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-sankey-node.is-source{
  fill:#111827!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-sankey-node.is-retained{fill:#93c5fd!important}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-sankey-node.is-core{fill:#168451!important}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-research-modal .anx-insider-month i.buy,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-insider-month i.buy,
body.stock-research-page .anx-research-modal .anx-insider-modal-content .anx-insider-month i.buy,
body.stock-research-page .anx-insider-legend i.buy{
  background:linear-gradient(180deg,#0f6f47 0%,#168451 100%)!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-research-modal .anx-insider-month i.sell,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-insider-month i.sell,
body.stock-research-page .anx-research-modal .anx-insider-modal-content .anx-insider-month i.sell,
body.stock-research-page .anx-insider-legend i.sell{
  background:linear-gradient(180deg,#b43a3a 100%,#d66b6b 0%)!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-sankey-node.is-buyback{fill:#64748b!important}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-sankey-node.is-light{fill:#cbd5e1!important}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-sankey-kicker{
  fill:#64748b!important;
  font-size:11px!important;
  font-weight:600!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-sankey-total{
  fill:#111827!important;
  font-size:28px!important;
  font-weight:700!important;
  letter-spacing:-.025em!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-sankey-note-svg{
  fill:#64748b!important;
  font-size:11px!important;
  font-weight:600!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-sankey-label{
  fill:#111827!important;
  font-size:12px!important;
  font-weight:600!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-sankey-value.small{
  fill:#64748b!important;
  font-size:10.5px!important;
  font-weight:600!important;
}

/* Final: ?bersicht Finanz?berblick nutzt dieselbe Card-Struktur wie der Finanzen-Tab */
.stock-research-page #secOverview #ovxFinancialCards.ovx-financial-grid.finx-key-cards{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  margin:16px 0 0!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card.ovx-fin-card{
  padding:14px 16px 13px!important;
  border:1px solid var(--sep)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin:0 0 8px!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-head>span:first-child{
  color:var(--text)!important;
  font-size:13px!important;
  font-weight:600!important;
  line-height:1.35!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-meta{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  white-space:nowrap!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-meta small{
  padding:3px 6px!important;
  border-radius:4px!important;
  background:#f2f5f7!important;
  color:var(--dim)!important;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1.2!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card>b.finx-key-card-value{
  display:block!important;
  margin:0!important;
  color:var(--text)!important;
  font-size:20px!important;
  font-weight:700!important;
  line-height:1.06!important;
  letter-spacing:-.035em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-change{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:20px!important;
  padding:4px 7px!important;
  border-radius:5px!important;
  font-size:10.5px!important;
  font-style:normal!important;
  font-weight:700!important;
  line-height:1!important;
  background:#eef2f6!important;
  color:#64748b!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-change.is-positive{
  background:#e5f5ec!important;
  color:#08723c!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-card-change.is-negative{
  background:#fde8e8!important;
  color:#b42318!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart{
  display:flex!important;
  align-items:flex-end!important;
  gap:2px!important;
  width:100%!important;
  height:46px!important;
  min-height:0!important;
  margin:10px 0 0!important;
  padding-top:5px!important;
  border-bottom:1px solid #dfe4ea!important;
  background:transparent!important;
  overflow:hidden!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart i{
  flex:1 1 0!important;
  min-width:0!important;
  max-width:none!important;
  border-radius:2px 2px 0 0!important;
  background:#8795a5!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart i.up{
  background:#2f9967!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart i.down{
  background:#bd4d4d!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart i.neutral{
  background:#8795a5!important;
}
@media(max-width:980px){
  .stock-research-page #secOverview #ovxFinancialCards.ovx-financial-grid.finx-key-cards{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:560px){
  .stock-research-page #secOverview #ovxFinancialCards.ovx-financial-grid.finx-key-cards{
    grid-template-columns:1fr!important;
  }
}
@media(max-width:980px){
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-snapshot.ovx-financial-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-sankey.anx-visx-sankey{
    overflow-x:auto!important;
  }
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-sankey.anx-visx-sankey svg{
    min-width:760px!important;
  }
}
@media(max-width:560px){
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-capital-snapshot.ovx-financial-grid{
    grid-template-columns:1fr!important;
  }
}


.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-rating-gauge-stack{
  grid-column:2!important;
  order:1!important;
  display:grid;
  gap:14px;
  min-width:0;
  align-self:stretch;
  grid-auto-rows:minmax(0,1fr);
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-layout{
  align-items:stretch!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-layout>.anx-overall-card{
  height:100%;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-rating-gauge-card{
  border:1px solid var(--sep);
  border-radius:8px;
  background:#fff;
  padding:16px;
  min-width:0;
  min-height:0;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-rating-gauge-card .compx-h{
  margin:0 !important;
  color:var(--text)!important;
  font-size:18px!important;
  font-weight:700!important;
  line-height:1.25!important;
  letter-spacing:0!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge{
  width:min(300px,100%);
  margin:0 auto;
  text-align:center;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge svg{
  display:block;
  width:100%;
  height:134px;
  overflow:visible;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge path{
  fill:none;
  stroke-width:14;
  stroke-linecap:round;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge .is-buy{stroke:#16a34a}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge .is-hold{stroke:#facc15}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge .is-sell{stroke:#dc2626}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge .anx-gauge-needle{
  stroke:#111827;
  stroke-width:3;
  stroke-linecap:round;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge circle{fill:#111827}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge strong{
  display:block;
  margin-top:-8px;
  color:#111827;
  font-size:22px;
  font-weight:750;
  line-height:1.1;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge small{
  display:block;
  margin-top:5px;
  color:#64748b;
  font-size:12px;
  font-weight:600;
  line-height:1.35;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge .anx-gauge-scale{
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:12px;
  font-size:10px;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .ovx-score-delta.mid,
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .ovx-score-delta.flat{
  color:#d97706;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .ovx-score-delta.neg{
  color:#dc2626;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .ovx-score-delta.mid,
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .ovx-score-delta.flat{
  color:#d97706!important;
  font-weight:750!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .ovx-score-delta.neg{
  color:#dc2626!important;
  font-weight:750!important;
}
@media(max-width:980px){
  .stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-rating-gauge-stack{
    grid-column:auto!important;
  }
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .ovx-cat-donut[data-color="#dc2626"],
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .ovx-cat-donut[data-color="#DC2626"]{
  --score-gradient:linear-gradient(180deg,#b91c1c 0%,#ef4444 100%);
  color:#fff;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .ovx-cat-donut[data-color="#facc15"],
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .ovx-cat-donut[data-color="#FACC15"]{
  --score-gradient:linear-gradient(180deg,#eab308 0%,#fde047 100%);
  color:#111827;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card .ovx-score-detail{
  max-width:100%;
  overflow-x:auto;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card .ovx-score-detail table{
  min-width:0;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card .ovx-score-detail th,
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card .ovx-score-detail td{
  white-space:normal;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card .ovx-score-detail th:nth-child(2),
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card .ovx-score-detail th:nth-child(3),
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card .ovx-score-detail th:nth-child(4),
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card .ovx-score-detail td:nth-child(2),
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card .ovx-score-detail td:nth-child(3),
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card .ovx-score-detail td:nth-child(4){
  white-space:normal;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-rating-gauge-card{
  border:0!important;
  box-shadow:0 8px 22px rgba(15,23,42,.08)!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-analyst-counts span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  white-space:nowrap;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-analyst-counts b{
  color:#111827;
  font-size:10px;
  font-weight:800;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card{
  overflow:hidden;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card .ovx-score-row[open]{
  position:relative;
  z-index:2;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge .is-strong-buy{stroke:#0f7a4f}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge .is-buy{stroke:#22a66f}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge .is-hold{stroke:#f4c430}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge .is-sell{stroke:#d66b6b}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge .is-strong-sell{stroke:#b43a3a}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge path{
  filter:drop-shadow(0 5px 7px rgba(15,23,42,.12));
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-rating-gauge-card{
  box-shadow:none!important;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge .is-strong-buy{stroke:url(#anxGaugeStrongBuy)!important}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge .is-buy{stroke:url(#anxGaugeBuy)!important}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge .is-hold{stroke:url(#anxGaugeHold)!important}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge .is-sell{stroke:url(#anxGaugeSell)!important}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge .is-strong-sell{stroke:url(#anxGaugeStrongSell)!important}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-rating-gauge-card:first-child .anx-buy-hold-gauge .is-analyst-gradient{
  stroke:url(#anxGaugeAnalystBlend)!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-rating-gauge-card:nth-child(2) .anx-buy-hold-gauge .is-website-gradient{
  stroke:url(#anxGaugeWebsiteBlend)!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-rating-gauge-card .compx-h{
  text-align:center!important;
  width:100%;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-layout-heading{
  grid-column:1 / -1;
  width:100%;
  margin:0 0 2px!important;
  text-align:center!important;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-row td:first-child{
  text-decoration:underline;
  text-decoration-style:dotted;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-row td:first-child::after{
  display:inline-flex;
  margin-left:7px;
  color:#94a3b8;
  font-size:10px;
  font-weight:650;
  text-decoration:none;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-row:hover td:first-child::after,
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-row:focus-visible td:first-child::after{
  color:#111827;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-valuation-grid:not([data-visible-count]) [data-anx-valuation-card]:nth-of-type(n+4){
  display:none;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-valuation-more{
  display:block;
  width:max-content;
  margin:12px auto 0;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-rating-gauge-card .compx-h{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-rating-gauge-card .anx-website-help{
  flex:0 0 17px;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card .ovx-overall-grade{
  display:inline-flex;
  align-items:flex-end;
  justify-content:center;
  width:max-content;
  min-width:72px;
  margin:2px auto 8px;
  font-size:36px!important;
  line-height:1!important;
  text-align:center;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card .ovx-score-note{
  max-width:620px;
  margin:0 auto;
  text-align:center;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card .ovx-score-mix{
  margin:13px 0 16px;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card .ovx-mix-bar{
  height:11px;
  background:#eef2f6;
  border-radius:999px;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card .ovx-mix-bar span:first-child{
  border-top-left-radius:999px;
  border-bottom-left-radius:999px;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card .ovx-mix-bar span:last-child{
  border-top-right-radius:999px;
  border-bottom-right-radius:999px;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card .ovx-mix-legend{
  justify-content:center;
  gap:8px 12px;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card .ovx-mix-legend span{
  color:#64748b;
}
.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .ovx-score-weight{
  display:block;
  margin-top:3px;
  color:#94a3b8;
  font-size:10.5px;
  font-weight:600;
  line-height:1.25;
}
.stock-research-page #secOverview #ovxFinancialCards.ovx-financial-grid.finx-key-cards{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart i.is-hovered,
.stock-research-page #secFinanzenOverview .finx-primary-key-cards .finx-key-chart i.is-hovered{
  filter:brightness(.9)!important;
}
.stock-research-page #secOverview #ovxFinancialCards .finx-key-chart i,
.stock-research-page #secFinanzenOverview .finx-primary-key-cards .finx-key-chart i{
  cursor:pointer!important;
}
@media(max-width:980px){
  .stock-research-page #secOverview #ovxFinancialCards.ovx-financial-grid.finx-key-cards{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:560px){
  .stock-research-page #secOverview #ovxFinancialCards.ovx-financial-grid.finx-key-cards{
    grid-template-columns:1fr!important;
  }
}

/* Final alignment: Finanz- und Übersichtskarten nutzen das Analyse-Kartenraster */
.stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid,
.stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  margin:16px 0 0!important;
}
.stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
.stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-card,
.stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-card{
  padding:14px 16px 16px!important;
  border:1px solid var(--sep)!important;
  border-radius:8px!important;
  overflow:visible!important;
}
.stock-research-page #secOverview #ovxFinancialCards .ovx-fin-card-group{
  display:inline-flex!important;
  width:max-content!important;
  max-width:100%!important;
  margin:0 0 8px!important;
  padding:3px 7px!important;
  border-radius:5px!important;
  background:#f2f5f7!important;
  color:#64748b!important;
  font-size:10px!important;
  line-height:1.2!important;
  font-weight:700!important;
  white-space:nowrap!important;
}
.stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-card-head,
.stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-card-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:12px!important;
  min-height:28px!important;
  margin:0 0 8px!important;
}
.stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-card-head>span:first-child,
.stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-card-head>span:first-child{
  color:var(--text)!important;
  font-size:13px!important;
  font-weight:400!important;
  line-height:1.35!important;
}
.stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-card-meta,
.stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-card-meta{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  white-space:nowrap!important;
}
.stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-card-meta small,
.stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-card-meta small{
  padding:3px 6px!important;
  border-radius:4px!important;
  background:#f2f5f7!important;
  color:var(--dim)!important;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1.2!important;
}
.stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-card>b,
.stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-card>.finx-key-card-value,
.stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-card>b,
.stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-card>.finx-key-card-value{
  display:block!important;
  margin:0!important;
  color:var(--text)!important;
  font-size:20px!important;
  font-weight:700!important;
  line-height:1.06!important;
  letter-spacing:-.035em!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-card-change,
.stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-change,
.stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-card-change,
.stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-change{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:20px!important;
  padding:4px 7px!important;
  border-radius:5px!important;
  font-size:10.5px!important;
  font-style:normal!important;
  font-weight:700!important;
  line-height:1!important;
  background:#eef2f6!important;
  color:#64748b!important;
}
.stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-card-change.is-positive,
.stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-change.is-positive,
.stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-card-change.is-positive,
.stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-change.is-positive{
  background:#e5f5ec!important;
  color:#08723c!important;
}
.stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-card-change.is-negative,
.stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-change.is-negative,
.stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-card-change.is-negative,
.stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-change.is-negative{
  background:#fde8e8!important;
  color:#b42318!important;
}
.stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-chart,
.stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-chart{
  display:flex!important;
  align-items:flex-end!important;
  gap:2px!important;
  width:100%!important;
  height:46px!important;
  min-height:0!important;
  margin:10px 0 0!important;
  padding-top:5px!important;
  border-bottom:1px solid #dfe4ea!important;
  background:transparent!important;
  overflow:hidden!important;
}
.stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-chart.is-dividend-spark{
  margin:0!important;
  padding:0!important;
  padding-top:0!important;
  align-items:flex-end!important;
  overflow:visible!important;
}
/* Nutzer-Korrektur 04.09.2026: "die Null-Linie fuer Minuszahlen funktioniert
   nicht" -- die obige Regel (Zeile 644) erzwingt align-items:flex-end und
   eine feste 46px-Hoehe mit overflow:hidden fuer JEDE Kennzahlenkarte, auch
   fuer Karten mit echten Minuswerten (z.B. Eigenkapital bei BKNG). Das
   ueberschrieb (hoehere Spezifitaet als card-system.css) die eigentliche
   Nulllinien-Logik, wodurch negative Balken bei flex-end nach OBEN statt
   von der Nulllinie nach unten wuchsen und am Kartenrand abgeschnitten
   wurden. Diese spezifischere Regel gewinnt jetzt fuer .has-negative-values. */
.stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-chart.has-negative-values,
.stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-chart.has-negative-values{
  align-items:flex-start!important;
  height:58px!important;
  min-height:58px!important;
  overflow:hidden!important;
}
.stock-research-page #secFinanzenOverview .finx-key-card.is-finx-dividend-subtab-card .finx-key-chart:not(.is-dividend-spark):not(.is-dividend-dps-stack){
  display:flex!important;
  align-items:flex-end!important;
  margin:auto 0 0!important;
  padding-top:0!important;
  height:58px!important;
  min-height:58px!important;
  max-height:58px!important;
  border-bottom:1px solid #dfe4ea!important;
}
.stock-research-page #secFinanzenOverview .finx-key-card.is-finx-dividend-subtab-card .finx-key-chart:not(.is-dividend-spark) i{
  align-self:flex-end!important;
  margin-top:auto!important;
  margin-bottom:0!important;
  transform:none!important;
}
.stock-research-page #secFinanzenOverview .finx-key-card.is-finx-dividend-subtab-card .finx-key-chart.is-dividend-spark{
  margin:auto 0 0!important;
  height:78px!important;
  min-height:78px!important;
  max-height:78px!important;
  width:100%!important;
}
.stock-research-page #secFinanzenOverview .finx-key-card.is-finx-dividend-subtab-card .finx-key-chart.is-dividend-spark .sb-spark-chart{
  width:100%!important;
  height:100%!important;
}
.stock-research-page #secFinanzenOverview .finx-key-card.is-finx-dividend-subtab-card .finx-key-chart.is-dividend-spark .sb-spark-chart svg{
  display:block!important;
  width:100%!important;
  height:100%!important;
}
.stock-research-page #secFinanzenOverview .finx-key-card.is-finx-dividend-subtab-card .finx-key-chart.is-dividend-dps-stack{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:7px!important;
  flex:0 0 46px!important;
  height:46px!important;
  min-height:0!important;
  max-height:46px!important;
  margin:auto 0 0!important;
  padding:0!important;
  border-bottom:0!important;
  overflow:visible!important;
}
.stock-research-page #secFinanzenOverview .finx-key-card.is-finx-dividend-dps-card{
  display:flex!important;
  flex-direction:column!important;
}
.stock-research-page #secFinanzenOverview .finx-key-card.is-finx-dividend-dps-card .finx-key-chart.is-dividend-dps-stack{
  flex:1 1 86px!important;
  height:86px!important;
  min-height:86px!important;
  max-height:86px!important;
  margin:0!important;
  padding:0!important;
}
.stock-research-page #secFinanzenOverview .finx-key-card.is-finx-dividend-dps-card .finx-key-chart.is-dividend-dps-stack .finx-dividend-dps-bar span{
  height:86px!important;
  max-height:86px!important;
}
.stock-research-page #secFinanzenOverview .finx-key-chart.is-dividend-dps-stack .finx-dividend-dps-bar{
  appearance:none!important;
  border:0!important;
  background:transparent!important;
  display:grid!important;
  grid-template-rows:1fr!important;
  align-items:end!important;
  justify-items:center!important;
  gap:0!important;
  flex:1 1 0!important;
  min-width:0!important;
  max-width:none!important;
  height:100%!important;
  padding:0!important;
  cursor:pointer!important;
}
.stock-research-page #secFinanzenOverview .finx-key-chart.is-dividend-dps-stack .finx-dividend-dps-bar span{
  display:block!important;
  position:relative!important;
  width:min(18px,100%)!important;
  height:100%!important;
  min-height:0!important;
  max-height:38px!important;
  overflow:visible!important;
  background:transparent!important;
  box-shadow:none!important;
}
.stock-research-page #secFinanzenOverview .finx-key-chart.is-dividend-dps-stack .finx-dividend-dps-bar i{
  display:block!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:var(--b,0)!important;
  flex:none!important;
  width:100%!important;
  height:var(--h)!important;
  min-height:0!important;
  border-radius:3px!important;
  clip-path:none!important;
  background:linear-gradient(180deg,#168451 0%,#45a77b 100%)!important;
  border-top:0!important;
}

.stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-chart.is-dividend-dps-stack .finx-dividend-dps-bar i{
  display:block!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  flex:none!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:var(--h)!important;
  min-height:0!important;
  margin:0!important;
  transform:none!important;
  border:0!important;
  border-radius:3px!important;
  clip-path:none!important;
  background:linear-gradient(180deg,#168451 0%,#45a77b 100%)!important;
}
.stock-research-page #secFinanzenOverview .finx-key-chart.is-dividend-dps-stack .finx-dividend-dps-bar i.is-muted{
  display:none!important;
}
.stock-research-page #secFinanzenOverview .finx-key-chart.is-dividend-dps-stack .finx-dividend-dps-bar em{
  display:none!important;
}
.stock-research-page #secFinanzenOverview .finx-key-chart.is-dividend-dps-stack .finx-dividend-dps-bar.is-hovered span,
.stock-research-page #secFinanzenOverview .finx-key-chart.is-dividend-dps-stack .finx-dividend-dps-bar:hover span{
  filter:brightness(.96)!important;
  transform:none!important;
}
.stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-chart i,
.stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-chart i{
  flex:1 1 0!important;
  min-width:0!important;
  max-width:none!important;
  border-radius:2px 2px 0 0!important;
  cursor:pointer!important;
}
.stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-chart i.is-hovered,
.stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-chart i.is-hovered{
  filter:brightness(.9)!important;
}
/* Nutzer-Korrektur 04.09.2026: "bei der Nulllinie muss das abgerundet sein,
   was NICHT auf der Mittellinie liegt" -- die obige Regel rundet oben
   (border-radius:2px 2px 0 0) fuer JEDEN Balken, auch fuer negative, deren
   oberes Ende an der Nulllinie sitzt. Bei Minusbalken muss stattdessen das
   UNTERE (von der Nulllinie entfernte) Ende rund sein. */
.stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-chart.has-negative-values i.is-negative-value,
.stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-chart.has-negative-values i.is-negative-value{
  border-radius:0 0 2px 2px!important;
}
.stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-chart.has-negative-values i.is-zero-value,
.stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-chart.has-negative-values i.is-zero-value{
  border-radius:2px!important;
}
@media(max-width:980px){
  .stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid,
  .stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:560px){
  .stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid,
  .stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid{
    grid-template-columns:1fr!important;
  }
}

.stock-research-page #secFinanzenOverview .finx-key-chart.is-dividend-dps-stack .finx-dividend-dps-bar i{
  display:block!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  flex:none!important;
  width:100%!important;
  height:var(--h)!important;
  bottom:var(--b,0)!important;
  min-width:0!important;
  max-width:none!important;
  min-height:0!important;
  margin:0!important;
  transform:none!important;
  border-radius:3px!important;
  clip-path:none!important;
  background:linear-gradient(180deg,#168451 0%,#45a77b 100%)!important;
  border-top:0!important;
}

/* Chart-Tab: 52W-Spanne im gleichen ETF-Path-Stil */
.stock-research-page #secCharts .chartx-range52.etf-overview-range52{
  margin-top:16px!important;
  padding-top:14px!important;
  border-top:1px solid rgba(0,0,0,.06)!important;
  overflow:visible!important;
}
.stock-research-page #secCharts .chartx-range52.etf-overview-range52 .ovx-range52-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin:0!important;
}
.stock-research-page #secCharts .chartx-range52.etf-overview-range52 .ovx-range52-head span{
  color:var(--text)!important;
  font-size:12px!important;
  font-weight:700!important;
}
.stock-research-page #secCharts .chartx-range52.etf-overview-range52 .ovx-range52-head b{
  color:var(--teal)!important;
  font-size:12px!important;
  font-weight:700!important;
}
.stock-research-page #secCharts .chartx-range52.etf-overview-range52 .price-range-line{
  width:100%!important;
  padding:48px 10px 46px!important;
  overflow:visible!important;
}
.stock-research-page #secCharts .chartx-range52.etf-overview-range52 .range-track,
.stock-research-page #secCharts .chartx-range52.etf-overview-range52 .range-fill{
  height:6px!important;
}
.stock-research-page #secCharts .chartx-range52.etf-overview-range52 .range-track{
  position:relative!important;
  width:100%!important;
  background:#e5e7eb!important;
  border-radius:999px!important;
}
.stock-research-page #secCharts .chartx-range52.etf-overview-range52 .range-fill{
  position:absolute!important;
  top:0!important;
  border-radius:999px!important;
  background:#adaeb0!important;
  z-index:1!important;
}
.stock-research-page #secCharts .chartx-range52.etf-overview-range52 .range-extension{
  top:2px!important;
  height:2px!important;
  border-top-color:#16a34a!important;
}
.stock-research-page #secCharts .chartx-range52.etf-overview-range52 .range-marker::before{
  width:10px!important;
  height:10px!important;
  border:2px solid #94a3b8!important;
  border-radius:999px!important;
  background:#fff!important;
}
.stock-research-page #secCharts .chartx-range52.etf-overview-range52 .range-marker.now::before{
  width:12px!important;
  height:12px!important;
  border-color:#000!important;
  background:#fff!important;
}
.stock-research-page #secCharts .chartx-range52.etf-overview-range52 .marker-label{
  bottom:18px!important;
  font-size:10.5px!important;
  font-weight:700!important;
  color:#64748b!important;
}
.stock-research-page #secCharts .chartx-range52.etf-overview-range52 .marker-value{
  top:18px!important;
  font-size:12px!important;
  font-weight:650!important;
  color:#96979a!important;
  letter-spacing:-.02em!important;
}
.stock-research-page #secCharts .chartx-range52.etf-overview-range52 .range-marker.now .marker-label,
.stock-research-page #secCharts .chartx-range52.etf-overview-range52 .range-marker.now .marker-value{
  color:#000!important;
}

/* Hard final: Finance/Overview Balken-Hover nicht schwarz, sondern nur leicht betont */
body .stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-chart i.up.is-hovered,
body .stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-chart i.up.is-hovered{
  background:linear-gradient(180deg,#137a52 0%,#3c9a70 100%)!important;
}
body .stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-chart i.down.is-hovered,
body .stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-chart i.down.is-hovered{
  background:linear-gradient(180deg,#9f3434 0%,#c75f5f 100%)!important;
}
body .stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-chart i.neutral.is-hovered,
body .stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-chart i.neutral.is-hovered,
body .stock-research-page #secFinanzenOverview .finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-chart i.is-hovered:not(.up):not(.down),
body .stock-research-page #secOverview #ovxFinancialCards.finx-key-cards.finx-primary-key-cards.anx-valuation-grid .finx-key-chart i.is-hovered:not(.up):not(.down){
  background:#657487!important;
}

/* Übersicht: Finanzüberblick als vier echte Gruppen */
.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.finx-key-cards.finx-primary-key-cards.anx-valuation-grid.ovx-fin-sections{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:18px!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 #ovxFinancialCards .ovx-fin-group h4{
  margin:0 0 10px!important;
  color:var(--text)!important;
  font-size:15px!important;
  line-height:1.3!important;
  font-weight:700!important;
  letter-spacing:0!important;
}
.stock-research-page #secOverview #ovxFinancialCards .ovx-fin-group .ovx-section-head{
  margin:0 0 10px!important;
  padding-bottom:0!important;
  border-bottom:0!important;
}
.stock-research-page #secOverview #ovxFinancialCards .ovx-fin-group .ovx-section-head h3{
  margin:0!important;
  color:var(--text)!important;
  font-size:20px!important;
  line-height:1.25!important;
  font-weight:700!important;
}
.stock-research-page #secOverview #ovxFinancialCards .ovx-fin-group .ovx-section-head p{
  margin:4px 0 0!important;
  color:var(--muted)!important;
  font-size:13px!important;
  line-height:1.5!important;
  font-weight:400!important;
}
.stock-research-page #secOverview #ovxFinancialCards .ovx-fin-section-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
}
@media(max-width:980px){
  .stock-research-page #secOverview #ovxFinancialCards .ovx-fin-section-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:560px){
  .stock-research-page #secOverview #ovxFinancialCards .ovx-fin-section-grid{
    grid-template-columns:1fr!important;
  }
}

/* Übersicht: kompakte Qualitäts- und Moat-Ergänzungen */
.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-business-quality{
  order:2!important;
}
.stock-research-page #secOverview .ovx-kpi-panel>.ovx-kpi-grid{
  order:3!important;
}
.stock-research-page #secOverview .ovx-business-quality{
  margin-top:12px!important;
  padding-top:12px!important;
  border-top:1px solid rgba(0,0,0,.06)!important;
}
.stock-research-page #secOverview .ovx-business-quality>.ovx-section-head{
  margin:0 0 10px!important;
  padding-bottom:0!important;
  border-bottom:0!important;
}
.stock-research-page #secOverview .ovx-business-quality>.ovx-section-head h3{
  margin:0!important;
  font-size:20px!important;
  line-height:1.25!important;
  font-weight:700!important;
}
.stock-research-page #secOverview .ovx-business-quality>.ovx-section-head p{
  margin:4px 0 0!important;
  color:var(--muted)!important;
  font-size:13px!important;
  line-height:1.5!important;
  font-weight:400!important;
}
.stock-research-page #secOverview .ovx-mini-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin:0 0 9px!important;
}
.stock-research-page #secOverview .ovx-mini-head h3{
  margin:0!important;
  color:var(--text)!important;
  font-size:16px!important;
  line-height:1.3!important;
  font-weight:700!important;
  letter-spacing:0!important;
}
.stock-research-page #secOverview .ovx-quality-copy{
  margin:0 0 10px!important;
  color:#64748b!important;
  font-size:12.5px!important;
  line-height:1.55!important;
  font-weight:500!important;
}
.stock-research-page #secOverview .ovx-business-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  border-top:1px solid var(--sep)!important;
  border-bottom:1px solid var(--sep)!important;
}
.stock-research-page #secOverview .ovx-business-grid article{
  min-width:0!important;
  padding:15px 18px 16px 0!important;
  border-bottom:1px solid var(--sep)!important;
}
.stock-research-page #secOverview .ovx-business-grid article:nth-child(odd){
  padding-right:18px!important;
  border-right:1px solid var(--sep)!important;
}
.stock-research-page #secOverview .ovx-business-grid article:nth-child(even){
  padding-left:18px!important;
}
.stock-research-page #secOverview .ovx-business-grid article:nth-last-child(-n+2){
  border-bottom:0!important;
}
.stock-research-page #secOverview .ovx-business-grid small{
  display:block!important;
  margin-bottom:7px!important;
  color:#7b8798!important;
  font-size:10px!important;
  line-height:1.2!important;
  font-weight:700!important;
}
.stock-research-page #secOverview .ovx-business-grid h3{
  margin:0 0 7px!important;
  color:var(--text)!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:750!important;
}
.stock-research-page #secOverview .ovx-business-grid p{
  margin:0 0 7px!important;
  color:var(--muted)!important;
  font-size:12px!important;
  line-height:1.58!important;
  font-weight:500!important;
}
.stock-research-page #secOverview .ovx-business-grid p:last-child{
  margin-bottom:0!important;
}
.stock-research-page #secOverview .ovx-business-grid p strong{
  color:#111827!important;
}
.stock-research-page #secOverview .ovx-business-tags{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  margin-top:10px!important;
}
.stock-research-page #secOverview .ovx-business-tags span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:6px!important;
  min-height:24px!important;
  width:auto!important;
  padding:3px 8px!important;
  border:0!important;
  border-radius:6px!important;
  background:rgba(248,250,252,.92)!important;
  color:#64748b!important;
  font-size:11px!important;
  font-weight:500!important;
  line-height:1.2!important;
  white-space:nowrap!important;
}
.stock-research-page #secOverview .ovx-business-segment-map{
  display:flex!important;
  align-items:stretch!important;
  gap:4px!important;
  width:100%!important;
  min-height:58px!important;
  margin-top:10px!important;
}
.stock-research-page #secOverview .ovx-business-segment-map span{
  position:relative!important;
  flex:var(--share) 1 0!important;
  min-width:26px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  gap:2px!important;
  padding:7px 6px!important;
  border-radius:6px!important;
  overflow:visible!important;
  cursor:default!important;
  color:#fff!important;
  background:linear-gradient(180deg,#168451 0%,#45a77b 100%)!important;
}
.stock-research-page #secOverview .ovx-business-segment-map .is-gaming{
  background:linear-gradient(180deg,#6d8096 0%,#9aa9ba 100%)!important;
}
.stock-research-page #secOverview .ovx-business-segment-map .is-proviz{
  background:linear-gradient(180deg,#9aa9ba 0%,#c7d1dc 100%)!important;
  color:#111827!important;
}
.stock-research-page #secOverview .ovx-business-segment-map .is-auto{
  background:linear-gradient(180deg,#d4a62f 0%,#e4bf63 100%)!important;
  color:#111827!important;
}
.stock-research-page #secOverview .ovx-business-segment-map b{
  display:block!important;
  color:inherit!important;
  font-size:10.5px!important;
  line-height:1.15!important;
  font-weight:800!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.stock-research-page #secOverview .ovx-business-segment-map em{
  display:block!important;
  color:inherit!important;
  opacity:.86!important;
  font-size:10px!important;
  line-height:1.1!important;
  font-style:normal!important;
  font-weight:700!important;
}
.stock-research-page #secOverview .ovx-business-segment-tip{
  position:absolute!important;
  left:50%!important;
  bottom:calc(100% + 10px)!important;
  z-index:80!important;
  width:min(260px,calc(100vw - 42px))!important;
  padding:9px 11px!important;
  border:1px solid #d8dee7!important;
  border-radius:7px!important;
  background:#fff!important;
  color:#111827!important;
  box-shadow:0 12px 28px rgba(15,23,42,.12)!important;
  opacity:0!important;
  pointer-events:none!important;
  transform:translateX(-50%) translateY(4px)!important;
  transition:opacity .1s ease,transform .1s ease!important;
  font-style:normal!important;
  white-space:normal!important;
}
.stock-research-page #secOverview .ovx-business-segment-tip:after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  bottom:-7px!important;
  transform:translateX(-50%)!important;
  border-left:7px solid transparent!important;
  border-right:7px solid transparent!important;
  border-top:7px solid #fff!important;
}
.stock-research-page #secOverview .ovx-business-segment-map span:first-child .ovx-business-segment-tip{
  left:0!important;
  transform:translateY(4px)!important;
}
.stock-research-page #secOverview .ovx-business-segment-map span:first-child .ovx-business-segment-tip:after{
  left:22px!important;
  transform:none!important;
}
.stock-research-page #secOverview .ovx-business-segment-map span:last-child .ovx-business-segment-tip{
  left:auto!important;
  right:0!important;
  transform:translateY(4px)!important;
}
.stock-research-page #secOverview .ovx-business-segment-map span:last-child .ovx-business-segment-tip:after{
  left:auto!important;
  right:14px!important;
  transform:none!important;
}
.stock-research-page #secOverview .ovx-business-segment-map span:hover .ovx-business-segment-tip,
.stock-research-page #secOverview .ovx-business-segment-map span:focus .ovx-business-segment-tip,
.stock-research-page #secOverview .ovx-business-segment-map span:focus-within .ovx-business-segment-tip{
  opacity:1!important;
  transform:translateX(-50%) translateY(0)!important;
}
.stock-research-page #secOverview .ovx-business-segment-map span:first-child:hover .ovx-business-segment-tip,
.stock-research-page #secOverview .ovx-business-segment-map span:first-child:focus .ovx-business-segment-tip,
.stock-research-page #secOverview .ovx-business-segment-map span:first-child:focus-within .ovx-business-segment-tip,
.stock-research-page #secOverview .ovx-business-segment-map span:last-child:hover .ovx-business-segment-tip,
.stock-research-page #secOverview .ovx-business-segment-map span:last-child:focus .ovx-business-segment-tip,
.stock-research-page #secOverview .ovx-business-segment-map span:last-child:focus-within .ovx-business-segment-tip{
  transform:translateY(0)!important;
}
.stock-research-page #secOverview .ovx-business-segment-tip small{
  display:block!important;
  margin:0 0 4px!important;
  color:#8fa0b8!important;
  font-size:10px!important;
  line-height:1.2!important;
  font-weight:700!important;
}
.stock-research-page #secOverview .ovx-business-segment-tip strong{
  display:block!important;
  margin:0 0 5px!important;
  color:#111827!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:800!important;
}
.stock-research-page #secOverview .ovx-business-segment-tip p{
  margin:0!important;
  color:#53647d!important;
  font-size:11px!important;
  line-height:1.45!important;
  font-weight:500!important;
}
.stock-research-page #secOverview .ovx-quality-strip{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px!important;
}
.stock-research-page #secOverview .ovx-quality-strip>div{
  min-width:0!important;
  padding:10px!important;
  border:1px solid rgba(0,0,0,.06)!important;
  border-radius:8px!important;
  background:#fafbfc!important;
}
.stock-research-page #secOverview .ovx-quality-strip span{
  display:block!important;
  margin-bottom:4px!important;
  color:#64748b!important;
  font-size:11px!important;
  font-weight:700!important;
}
.stock-research-page #secOverview .ovx-quality-strip b{
  display:block!important;
  color:#111827!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:800!important;
}
.stock-research-page #secOverview .ovx-quality-strip em{
  display:block!important;
  margin-top:2px!important;
  color:#64748b!important;
  font-size:10.5px!important;
  line-height:1.35!important;
  font-style:normal!important;
}
.stock-research-page #secOverview .ovx-moat-card{
  margin-top:14px!important;
  padding:12px!important;
  border:1px solid var(--sep)!important;
  border-radius:8px!important;
  background:#fff!important;
}
.stock-research-page #secOverview .ovx-driver-moat{
  width:100%!important;
  order:2!important;
}
.stock-research-page #secOverview .ovx-moat-copy{
  margin:6px 0 2px!important;
  color:var(--muted)!important;
  font-size:12px!important;
  line-height:1.5!important;
  font-weight:500!important;
}
.stock-research-page #secOverview .ovx-moat-radar-card{
  width:100%!important;
  padding:12px 8px 0!important;
  border:0!important;
  background:transparent!important;
  overflow:visible!important;
}
.stock-research-page #secOverview .ovx-moat-radar-card canvas{
  width:100%!important;
  height:310px!important;
  display:block!important;
}
@media(max-width:980px){
  .stock-research-page #secOverview .ovx-quality-strip,
  .stock-research-page #secOverview .ovx-business-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:560px){
  .stock-research-page #secOverview .ovx-quality-strip,
  .stock-research-page #secOverview .ovx-business-grid{
    grid-template-columns:1fr!important;
  }
  .stock-research-page #secOverview .ovx-business-grid article,
  .stock-research-page #secOverview .ovx-business-grid article:nth-child(odd),
  .stock-research-page #secOverview .ovx-business-grid article:nth-child(even){
    padding:14px 0!important;
    border-right:0!important;
    border-bottom:1px solid var(--sep)!important;
  }
  .stock-research-page #secOverview .ovx-business-grid article:last-child{
    border-bottom:0!important;
  }
}

/* Hard final: 52W-Spanne exakt wie der ETF-Path/shared Range-Baustein */
body .stock-research-page #secCharts .ovx-range52.etf-overview-range52.chartx-range52,
body .stock-research-page #secOverview .ovx-range52{
  margin-top:16px!important;
  padding-top:14px!important;
  padding-bottom:0!important;
  border-top:1px solid rgba(0,0,0,.06)!important;
  border-bottom:0!important;
  order:initial!important;
  overflow:visible!important;
}
body .stock-research-page #secCharts .ovx-range52.etf-overview-range52.chartx-range52 .ovx-range52-head,
body .stock-research-page #secOverview .ovx-range52 .ovx-range52-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin:0!important;
}
body .stock-research-page #secCharts .ovx-range52.etf-overview-range52.chartx-range52 .ovx-range52-head span,
body .stock-research-page #secOverview .ovx-range52 .ovx-range52-head span{
  font-size:12px!important;
  font-weight:700!important;
  color:var(--text)!important;
}
body .stock-research-page #secCharts .ovx-range52.etf-overview-range52.chartx-range52 .ovx-range52-head b,
body .stock-research-page #secOverview .ovx-range52 .ovx-range52-head b{
  font-size:12px!important;
  font-weight:700!important;
  color:var(--teal)!important;
}
body .stock-research-page #secCharts .ovx-range52.etf-overview-range52.chartx-range52 .price-range-line,
body .stock-research-page #secOverview .ovx-range52 .price-range-line{
  width:100%!important;
  padding:48px 10px 46px!important;
  overflow:visible!important;
}
body .stock-research-page #secCharts .ovx-range52.etf-overview-range52.chartx-range52 .range-track,
body .stock-research-page #secOverview .ovx-range52 .range-track{
  position:relative!important;
  width:100%!important;
  height:6px!important;
  background:#e5e7eb!important;
  border-radius:999px!important;
}
body .stock-research-page #secCharts .ovx-range52.etf-overview-range52.chartx-range52 .range-fill,
body .stock-research-page #secOverview .ovx-range52 .range-fill{
  position:absolute!important;
  top:0!important;
  height:6px!important;
  border-radius:999px!important;
  background:#adaeb0!important;
  z-index:1!important;
}
body .stock-research-page #secCharts .ovx-range52.etf-overview-range52.chartx-range52 .range-extension,
body .stock-research-page #secOverview .ovx-range52 .range-extension{
  top:2px!important;
  height:2px!important;
  border-top:2px dashed #16a34a!important;
}
body .stock-research-page #secCharts .ovx-range52.etf-overview-range52.chartx-range52 .range-marker,
body .stock-research-page #secOverview .ovx-range52 .range-marker{
  position:absolute!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  z-index:3!important;
}
body .stock-research-page #secCharts .ovx-range52.etf-overview-range52.chartx-range52 .range-marker::before,
body .stock-research-page #secOverview .ovx-range52 .range-marker::before{
  content:""!important;
  display:block!important;
  width:10px!important;
  height:10px!important;
  border:2px solid #94a3b8!important;
  border-radius:999px!important;
  background:#fff!important;
}
body .stock-research-page #secCharts .ovx-range52.etf-overview-range52.chartx-range52 .range-marker.now::before,
body .stock-research-page #secOverview .ovx-range52 .range-marker.now::before{
  width:12px!important;
  height:12px!important;
  border-color:#000!important;
  background:#fff!important;
}
body .stock-research-page #secCharts .ovx-range52.etf-overview-range52.chartx-range52 .marker-label,
body .stock-research-page #secOverview .ovx-range52 .marker-label{
  position:absolute!important;
  left:50%!important;
  bottom:18px!important;
  transform:translateX(-50%)!important;
  white-space:nowrap!important;
  font-size:10.5px!important;
  line-height:1!important;
  font-weight:700!important;
  color:#64748b!important;
}
body .stock-research-page #secCharts .ovx-range52.etf-overview-range52.chartx-range52 .marker-value,
body .stock-research-page #secOverview .ovx-range52 .marker-value{
  position:absolute!important;
  left:50%!important;
  top:18px!important;
  transform:translateX(-50%)!important;
  white-space:nowrap!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:650!important;
  color:#96979a!important;
  letter-spacing:-.02em!important;
}
body .stock-research-page #secCharts .ovx-range52.etf-overview-range52.chartx-range52 .range-marker.low .marker-label,
body .stock-research-page #secCharts .ovx-range52.etf-overview-range52.chartx-range52 .range-marker.low .marker-value,
body .stock-research-page #secOverview .ovx-range52 .range-marker.low .marker-label,
body .stock-research-page #secOverview .ovx-range52 .range-marker.low .marker-value{
  left:0!important;
  transform:translateX(0)!important;
  text-align:left!important;
}
body .stock-research-page #secCharts .ovx-range52.etf-overview-range52.chartx-range52 .range-marker.high .marker-label,
body .stock-research-page #secCharts .ovx-range52.etf-overview-range52.chartx-range52 .range-marker.high .marker-value,
body .stock-research-page #secOverview .ovx-range52 .range-marker.high .marker-label,
body .stock-research-page #secOverview .ovx-range52 .range-marker.high .marker-value{
  left:auto!important;
  right:0!important;
  transform:translateX(0)!important;
  text-align:right!important;
}
body .stock-research-page #secCharts .ovx-range52.etf-overview-range52.chartx-range52 .range-marker.now .marker-label,
body .stock-research-page #secCharts .ovx-range52.etf-overview-range52.chartx-range52 .range-marker.now .marker-value,
body .stock-research-page #secOverview .ovx-range52 .range-marker.now .marker-label,
body .stock-research-page #secOverview .ovx-range52 .range-marker.now .marker-value{
  color:#000!important;
}

/* Final hardening: chart range tabs must fit without horizontal scrolling */
body.stock-research-page #secCharts .ovx-canvas-tabs,
body .stock-research-page #secCharts .ovx-canvas-tabs{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:flex-start!important;
  gap:8px 10px!important;
  overflow:visible!important;
  width:236px!important;
  min-width:236px!important;
  max-width:none!important;
  flex:0 0 auto!important;
  padding-bottom:42px!important;
}
body.stock-research-page #secCharts .ovx-canvas-head,
body .stock-research-page #secCharts .ovx-canvas-head{
  align-items:flex-start!important;
}
body.stock-research-page #secCharts .ovx-canvas-quote,
body .stock-research-page #secCharts .ovx-canvas-quote{
  min-width:0!important;
  flex:1 1 auto!important;
}
body.stock-research-page #secCharts .ovx-canvas-range-item,
body .stock-research-page #secCharts .ovx-canvas-range-item{
  flex:0 0 auto!important;
}
body.stock-research-page #secCharts .ovx-canvas-range-item button,
body .stock-research-page #secCharts .ovx-canvas-range-item button{
  font-size:12.5px!important;
  white-space:nowrap!important;
}
@media(max-width:560px){
  body.stock-research-page #secCharts .ovx-canvas-tabs,
  body .stock-research-page #secCharts .ovx-canvas-tabs{
    gap:8px!important;
  }
  body.stock-research-page #secCharts .ovx-canvas-range-item button,
  body .stock-research-page #secCharts .ovx-canvas-range-item button{
    font-size:12px!important;
  }
}

/* Final hardening: 52-Wochen-Spanne exakt als ETF-Path Range mit Markern */
body .stock-research-page #secCharts [data-chartx-range52].ovx-range52{
  width:100%!important;
  margin-top:16px!important;
  padding:14px 0 0!important;
  border-top:1px solid rgba(0,0,0,.06)!important;
  overflow:visible!important;
}
body .stock-research-page #secCharts [data-chartx-range52] .price-range-line{
  width:100%!important;
  padding:48px 10px 46px!important;
  overflow:visible!important;
}
body .stock-research-page #secCharts [data-chartx-range52] .range-track{
  position:relative!important;
  width:100%!important;
  height:6px!important;
  background:#e5e7eb!important;
  border-radius:999px!important;
  overflow:visible!important;
}
body .stock-research-page #secCharts [data-chartx-range52] .range-fill{
  position:absolute!important;
  top:0!important;
  height:6px!important;
  border-radius:999px!important;
  background:#adaeb0!important;
  z-index:1!important;
}
body .stock-research-page #secCharts [data-chartx-range52] .range-extension{
  position:absolute!important;
  top:2px!important;
  height:2px!important;
  border-top:2px dashed #16a34a!important;
  z-index:2!important;
}
body .stock-research-page #secCharts [data-chartx-range52] .range-marker{
  position:absolute!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  z-index:3!important;
}
body .stock-research-page #secCharts [data-chartx-range52] .range-marker::before{
  content:""!important;
  display:block!important;
  width:10px!important;
  height:10px!important;
  border:2px solid #94a3b8!important;
  border-radius:999px!important;
  background:#fff!important;
}
body .stock-research-page #secCharts [data-chartx-range52] .range-marker.now::before{
  width:12px!important;
  height:12px!important;
  border-color:#000!important;
}
body .stock-research-page #secCharts [data-chartx-range52] .marker-label{
  position:absolute!important;
  left:50%!important;
  bottom:18px!important;
  transform:translateX(-50%)!important;
  white-space:nowrap!important;
  font-size:10.5px!important;
  line-height:1!important;
  font-weight:700!important;
  color:#64748b!important;
}
body .stock-research-page #secCharts [data-chartx-range52] .marker-value{
  position:absolute!important;
  left:50%!important;
  top:18px!important;
  transform:translateX(-50%)!important;
  white-space:nowrap!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:650!important;
  color:#96979a!important;
  letter-spacing:-.02em!important;
}
body .stock-research-page #secCharts [data-chartx-range52] .range-marker.low .marker-label,
body .stock-research-page #secCharts [data-chartx-range52] .range-marker.low .marker-value{
  left:0!important;
  transform:translateX(0)!important;
  text-align:left!important;
}
body .stock-research-page #secCharts [data-chartx-range52] .range-marker.high .marker-label,
body .stock-research-page #secCharts [data-chartx-range52] .range-marker.high .marker-value{
  left:auto!important;
  right:0!important;
  transform:translateX(0)!important;
  text-align:right!important;
}
body .stock-research-page #secCharts [data-chartx-range52] .range-marker.now .marker-label,
body .stock-research-page #secCharts [data-chartx-range52] .range-marker.now .marker-value{
  color:#000!important;
}

/* Stable date tooltip must survive lazy tab loads and late CSS overrides */
body>#anxStableDateTip.anx-stable-date-tip,
body>#anxBarDateTip.anx-bar-date-tip,
body>#finxSharedDateTip.anx-bar-date-tip,
body>#finxMetricDateTip.anx-bar-date-tip,
body>#ovxSharedDateTip.anx-bar-date-tip{
  position:fixed!important;
  z-index:10090!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:max-content!important;
  min-height:34px!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;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1.25!important;
  white-space:nowrap!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translate(-50%,4px)!important;
  transition:opacity .1s ease,transform .1s ease,visibility .1s ease!important;
}
body>#anxStableDateTip.anx-stable-date-tip.is-visible,
body>#anxBarDateTip.anx-bar-date-tip.is-visible,
body>#finxSharedDateTip.anx-bar-date-tip.is-visible,
body>#finxMetricDateTip.anx-bar-date-tip.is-visible,
body>#ovxSharedDateTip.anx-bar-date-tip.is-visible{
  opacity:1!important;
  visibility:visible!important;
  transform:translate(-50%,0)!important;
}

/* Final: einheitliche Datum-Messages, 52W nur bis "Jetzt" gefuellt */
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-score-pill,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-check-score-float{
  display:none!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-valuation-key-card .finx-key-chart i::before,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-valuation-key-card .finx-key-chart i::after,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-score-inline-bars i::before,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-score-inline-bars i::after{
  display:none!important;
  content:none!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-table th,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-table td{
  width:auto!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 .ovx-news-more[aria-expanded="true"]::after,
body.stock-research-page .ovx-news-more.is-expanded::after,
body.stock-research-page .anx-peer-more[aria-expanded="true"]::after,
body.stock-research-page .anx-peer-more.is-expanded::after{
  transform:rotate(225deg)!important;
  margin-top:4px!important;
}

body.stock-research-page .finx-metric-modal .mi-modal-head .mi-title{
  color:#111827!important;
  font-size:18px!important;
  font-weight:750!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
body.stock-research-page .finx-metric-modal-card [data-finx-modal-value]{
  font-size:28px!important;
  line-height:1.05!important;
  letter-spacing:-.035em!important;
}
body.stock-research-page .chartx-point-tooltip-layer{
  position:absolute!important;
  inset:auto!important;
  z-index:9!important;
  pointer-events:none!important;
}
body.stock-research-page .chartx-point-tooltip{
  box-sizing:border-box!important;
  overflow:hidden!important;
  min-width:0!important;
  max-width:none!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  background:#fff!important;
  border:1px solid rgba(15,23,42,.14)!important;
  box-shadow:0 12px 30px rgba(15,23,42,.14)!important;
}
body.stock-research-page .chartx-point-tooltip i{
  display:none!important;
}
body.stock-research-page .chartx-point-tooltip span,
body.stock-research-page .chartx-point-tooltip b{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body.stock-research-page .chartx-point-tooltip b{
  color:#111827!important;
}
body.stock-research-page .chartx-point-tooltip b.negative{
  color:#b91c1c!important;
}
body.stock-research-page .chartx-svg-tooltip{
  box-sizing:border-box!important;
  width:100%!important;
  height:100%!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:7px!important;
  padding:6px 9px!important;
  border:1px solid rgba(15,23,42,.14)!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#111827!important;
  box-shadow:0 12px 30px rgba(15,23,42,.14)!important;
  font-size:11.5px!important;
  line-height:1.15!important;
  white-space:nowrap!important;
  overflow:hidden!important;
}
body.stock-research-page .chartx-svg-tooltip.is-price-only{
  display:flex!important;
  justify-content:center!important;
}
body.stock-research-page .chartx-svg-tooltip span,
body.stock-research-page .chartx-svg-tooltip b{
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body.stock-research-page .chartx-svg-tooltip span{
  color:#334155!important;
  font-weight:650!important;
}
body.stock-research-page .chartx-svg-tooltip b{
  color:#111827!important;
  font-size:12px!important;
  font-weight:800!important;
}
body.stock-research-page .chartx-svg-tooltip b.negative{
  color:#b91c1c!important;
}
body.stock-research-page .chartx-hover-date-box{
  fill:#fff!important;
  stroke:rgba(15,23,42,.14)!important;
  stroke-width:1!important;
  filter:drop-shadow(0 12px 18px rgba(15,23,42,.12))!important;
}
body.stock-research-page .chartx-hover-date-text{
  fill:#475569!important;
  font-size:12px!important;
  font-weight:700!important;
}
body>#finxMetricHelpTip.finx-modal-help-tip{
  position:fixed!important;
  z-index:10090!important;
  width:270px!important;
  max-width: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;
  font-size:12px!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(4px)!important;
}
body>#finxMetricHelpTip.finx-modal-help-tip.is-visible{
  opacity:1!important;
  visibility:visible!important;
  transform:translateY(0)!important;
}
body>#finxMetricHelpTip.finx-modal-help-tip strong{
  color:#111827!important;
  font-size:12px!important;
  font-weight:750!important;
}
body>#finxMetricHelpTip.finx-modal-help-tip p{
  margin:0!important;
  color:#475569!important;
  font-size:12px!important;
  font-weight:500!important;
  line-height:1.45!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.stock-research-page .anx-valuation-tooltip strong,
body.stock-research-page .chartx-metric-tooltip strong,
body.stock-research-page .chartx-point-tooltip strong,
body.stock-research-page .anx-peer-trend-tooltip strong,
body.stock-research-page .anx-peer-radar-tooltip strong,
body.stock-research-page .ovx-event-tooltip strong,
body.stock-research-page .compx-segment-tooltip strong,
body.stock-research-page .compx-source-popover strong,
body>#anxGlobalHelpTip strong{
  color:#111827!important;
  font-weight:750!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-research-modal .anx-rating-modal{
  gap:6px!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-research-modal .anx-rating-modal > .anx-estimate-subhead{
  margin:2px 0 0!important;
  padding:0!important;
  border-bottom:0!important;
  color:#111827!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.25!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-research-modal .anx-rating-modal > .anx-estimate-subhead + .anx-target-modal-canvas.ovx-canvas-wrap{
  margin-top:4px!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-research-modal .anx-target-modal-canvas.ovx-canvas-wrap{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  display:block!important;
  width:100%!important;
  height:286px!important;
  min-height:286px!important;
  padding:0!important;
  overflow:visible!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-research-modal .anx-target-modal-canvas .ovx-canvas-tooltip{
  min-width:0!important;
  max-width:none!important;
  padding:6px 9px!important;
  transform:none!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-research-modal .anx-target-modal-canvas .ovx-canvas-tooltip-price{
  display:flex!important;
  align-items:baseline!important;
  gap:6px!important;
  white-space:nowrap!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-research-modal .anx-target-modal-canvas .ovx-canvas-tooltip-price span{
  color:#64748b!important;
  font-size:11px!important;
  font-weight:600!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-research-modal .anx-target-modal-canvas .ovx-canvas-tooltip-price b{
  color:#111827!important;
  font-size:12px!important;
  font-weight:800!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-research-modal .anx-rating-history-tip{
  width:max-content!important;
  min-width:340px!important;
  max-width:none!important;
  white-space:nowrap!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-research-modal .anx-rating-history-tip p{
  display:block!important;
  width:max-content!important;
  white-space:nowrap!important;
}

/* Final alignment: segment quarters, analyse gauges and news event more buttons */
body.stock-research-page .compx-segment-head strong{
  font-size:17px!important;
  line-height:1.2!important;
}
body.stock-research-page .compx-segment-tile-copy>span{
  font-size:12px!important;
  font-weight:800!important;
}
body.stock-research-page .compx-segment-treemap .is-proviz .compx-segment-tile-copy>span,
body.stock-research-page .compx-segment-treemap .is-auto .compx-segment-tile-copy>span,
body.stock-research-page .compx-segment-treemap .is-oem .compx-segment-tile-copy>span{
  font-size:10px!important;
}
body.stock-research-page .compx-segment-quarters{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  z-index:3!important;
  display:flex!important;
  flex-direction:row!important;
  gap:0!important;
  align-items:center!important;
  justify-content:stretch!important;
  width:100%!important;
  height:9px!important;
  margin-top:8px!important;
  pointer-events:auto!important;
}
body.stock-research-page .compx-segment-quarters i{
  flex:var(--q-grow,1) 1 0!important;
  width:auto!important;
  height:4px!important;
  min-width:3px!important;
  max-width:100%!important;
  border-radius:0!important;
  border-left:1px solid rgba(255,255,255,.55)!important;
  pointer-events:auto!important;
}
body.stock-research-page .compx-segment-quarters i:first-child{
  border-left:0!important;
  border-radius:999px 0 0 999px!important;
}
body.stock-research-page .compx-segment-quarters i:last-child{
  border-radius:0 999px 999px 0!important;
}
body.stock-research-page .compx-segment-tile-copy{
  padding-bottom:14px!important;
}
body.stock-research-page .compx-segment-tooltip{
  display:none!important;
  z-index:60!important;
  width:min(340px,calc(100vw - 40px))!important;
  padding:12px!important;
}
body.stock-research-page .compx-segment-tooltip>p{
  font-size:12px!important;
  line-height:1.5!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-layout{
  grid-template-columns:minmax(0,2fr) minmax(280px,1fr)!important;
  grid-template-rows:auto minmax(0,1fr)!important;
  align-items:stretch!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card .ovx-score-times,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card .ovx-score-row summary{
  grid-template-columns:minmax(140px,1fr) 76px 54px 52px 52px 18px!important;
  gap:10px!important;
  align-items:center!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card .ovx-score-times span:first-child{
  grid-column:2!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card .ovx-score-weight{
  justify-self:start!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:24px!important;
  padding:0 8px!important;
  border-radius:7px!important;
  background:#f1f5f9!important;
  color:#64748b!important;
  font-size:11px!important;
  font-weight:750!important;
  white-space:nowrap!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-card .ovx-score-row summary>.ovx-cat-donut{
  grid-column:3!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-layout>.anx-overall-card,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-rating-gauge-stack{
  grid-row:2!important;
  align-self:stretch!important;
  height:auto!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-rating-gauge-stack{
  display:grid!important;
  grid-template-rows:repeat(2,minmax(0,1fr))!important;
  grid-auto-rows:unset!important;
  gap:12px!important;
  overflow:visible!important;
  height:auto!important;
  max-height:none!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-rating-gauge-card{
  min-height:0!important;

  overflow:visible!important;
  padding:12px 14px!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge svg{
  height:112px!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge strong{
  margin-top:-10px!important;
  font-size:20px!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge small{
  margin-top:4px!important;
  font-size:11px!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge .anx-gauge-scale{
  margin-top:7px!important;
}
body.stock-research-page #secNewsAnalysis .news-event-more::after{
  width:7px!important;
  height:7px!important;
  flex-basis:7px!important;
  margin-left:4px!important;
  margin-top:0!important;
  position:relative!important;
  top:-2px!important;
  transform:rotate(45deg)!important;
}
body.stock-research-page #secNewsAnalysis .news-event-more[aria-expanded="true"]::after,
body.stock-research-page #secNewsAnalysis .news-event-more.is-expanded::after{
  top:2px!important;
  transform:rotate(225deg)!important;
}
@media(max-width:980px){
  body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-layout{
    grid-template-columns:1fr!important;
    grid-template-rows:none!important;
  }
  body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-layout>.anx-overall-card,
  body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-rating-gauge-stack{
    grid-row:auto!important;
    height:auto!important;
  }
}

/* Hard fix: compact overall rating + gauge column, no oversized empty stretch. */
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-layout{
  grid-template-columns:minmax(0,2fr) minmax(300px,1fr)!important;
  align-items:start!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-rating-gauge-stack{
  display:flex!important;
  flex-direction:column!important;
  gap:16px!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-rating-gauge-card{
  height:200px;
  min-height:0!important;
  overflow:visible!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge svg{
  height:118px!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge strong{
  margin-top:-8px!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-buy-hold-gauge small{
  max-width:260px!important;
  margin-left:auto!important;
  margin-right:auto!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.is-compact{
  width:max-content!important;
  min-width:0!important;
  max-width:220px!important;
  padding:8px 10px!important;
}
body>#compxSegmentLiveTooltip.compx-segment-live-tooltip.is-compact small{
  margin-bottom:3px!important;
}
body>#compxSegmentLiveTooltip.compx-segment-live-tooltip.is-compact strong{
  font-size:12.5px!important;
  white-space:nowrap!important;
}
body>#compxSegmentLiveTooltip.compx-segment-live-tooltip.is-visible{
  opacity:1!important;
  visibility:visible!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>#compxSegmentLiveTooltip.compx-segment-live-tooltip.is-risk-tooltip p{
  font-weight:400!important;
}
body>#compxSegmentLiveTooltip.compx-segment-live-tooltip.is-risk-tooltip small{
  font-weight:500!important;
}
body>#compxSegmentLiveTooltip.compx-segment-live-tooltip.is-risk-tooltip strong:empty{
  display:none!important;
}
body>#compxSegmentLiveTooltip.compx-segment-live-tooltip.is-risk-tooltip .compx-risk-tip-row{
  display:block!important;
}
body>#compxSegmentLiveTooltip.compx-segment-live-tooltip.is-risk-tooltip .compx-risk-tip-row+.compx-risk-tip-row{
  margin-top:5px!important;
}
body>#compxSegmentLiveTooltip.compx-segment-live-tooltip.is-risk-tooltip .compx-risk-tip-row b{
  display:block!important;
  margin-bottom:1px!important;
  color:#111827!important;
  font-size:11.5px!important;
  font-weight:800!important;
}
body>#compxSegmentLiveTooltip.compx-segment-live-tooltip.is-risk-tooltip .compx-risk-tip-row span{
  display:block!important;
  color:#475569!important;
  font-size:12px!important;
  font-weight:400!important;
  line-height:1.42!important;
}
body.stock-research-page #secUnternehmenOverview .compx-risk-earnings-pair{
  display:block!important;
}
body.stock-research-page #secUnternehmenOverview .compx-risk-earnings-pair>.compx-panel{
  width:100%!important;
}
body.stock-research-page #secUnternehmenOverview .compx-risk-grid{
  height:300px!important;
}
body.stock-research-page #secUnternehmenOverview .compx-risk-grid button{
  display:block!important;
  min-width:0!important;
  padding:5px 7px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  color:#111827!important;
  text-align:center!important;
  white-space:nowrap!important;
  font-size:10px!important;
  font-weight:650!important;
}
body.stock-research-page #secUnternehmenOverview .compx-risk-grid button.is-active{
  background:#111827!important;
  color:#fff!important;
}
body.stock-research-page #secUnternehmenOverview .compx-risk-axis-y,
body.stock-research-page #secUnternehmenOverview .compx-risk-axis-x{
  display:none!important;
}
body.stock-research-page #secUnternehmenOverview .compx-risk-grid-title-y{
  position:absolute!important;
  left:8px!important;
  top:50%!important;
  z-index:1!important;
  writing-mode:vertical-rl!important;
  transform:translateY(-50%) rotate(180deg)!important;
  color:#334155!important;
  font-size:10px!important;
  font-weight:800!important;
}
body.stock-research-page #secUnternehmenOverview .compx-risk-grid-title-x{
  position:absolute!important;
  left:50%!important;
  bottom:8px!important;
  z-index:1!important;
  transform:translateX(-50%)!important;
  color:#334155!important;
  font-size:10px!important;
  font-weight:800!important;
}
body.stock-research-page #secUnternehmenOverview .compx-risk-grid-y-ticks{
  position:absolute!important;
  left:28px!important;
  top:16px!important;
  bottom:36px!important;
  z-index:1!important;
  display:grid!important;
  grid-template-rows:repeat(3,1fr)!important;
  color:#7b8798!important;
  font-size:10px!important;
  font-weight:700!important;
  pointer-events:none!important;
}
body.stock-research-page #secUnternehmenOverview .compx-risk-grid-y-ticks span{
  align-self:center!important;
}
body.stock-research-page #secUnternehmenOverview .compx-risk-grid-x-ticks{
  position:absolute!important;
  left:60px!important;
  right:20px!important;
  bottom:22px!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  color:#7b8798!important;
  font-size:10px!important;
  font-weight:700!important;
  pointer-events:none!important;
}
body.stock-research-page #secUnternehmenOverview .compx-risk-grid-x-ticks span:nth-child(2){
  text-align:center!important;
}
body.stock-research-page #secUnternehmenOverview .compx-risk-grid-x-ticks span:last-child{
  text-align:right!important;
}
body.stock-research-page #secUnternehmenOverview .compx-owner-connector{
  stroke:rgba(22,132,81,.46)!important;
}
body.stock-research-page #secUnternehmenOverview .compx-owner-label-value{
  fill:#168451!important;
  font-weight:600!important;
}
@media(max-width:980px){
  body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-layout{
    grid-template-columns:1fr!important;
  }
  body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-overall-layout>.anx-overall-card{
    min-height:0!important;
  }
}
body.stock-research-page .compx-market-source-modal .compx-future-source-item{
  display:grid!important;
  gap:14px!important;
}
body.stock-research-page .compx-market-source-modal .compx-future-reasoning{
  display:grid!important;
  gap:14px!important;
  background:#f8fafc!important;
}
body.stock-research-page .compx-market-source-modal .compx-future-reasoning-section{
  padding:0 0 13px!important;
  border-bottom:1px solid #e7ebf0!important;
}
body.stock-research-page .compx-market-source-modal .compx-future-reasoning-section:last-child{
  padding-bottom:0!important;
  border-bottom:0!important;
}
body.stock-research-page .compx-market-source-modal .compx-future-reasoning-section h5{
  margin:0 0 7px!important;
  color:#111827!important;
  font-size:13px!important;
  line-height:1.3!important;
  font-weight:800!important;
}
body.stock-research-page .compx-market-source-modal .compx-future-reasoning-section p{
  margin:0!important;
  color:#475569!important;
  font-size:12px!important;
  line-height:1.72!important;
  font-weight:500!important;
}
body.stock-research-page .compx-market-source-modal .compx-future-reasoning-section p+p{
  margin-top:8px!important;
}
body.stock-research-page .compx-market-source-modal .compx-future-reasoning-section sup,
body.stock-research-page .compx-market-source-modal .compx-future-source-item .compx-ai-source-note span{
  color:#64748b!important;
}
body.stock-research-page .compx-market-source-modal .compx-future-source-item .compx-market-source-stack a:hover,
body.stock-research-page .compx-market-source-modal .compx-future-source-item .compx-market-source-stack a:focus-visible{
  box-shadow:0 0 0 2px rgba(100,116,139,.18),0 0 0 1px rgba(15,23,42,.16)!important;
}
body.stock-research-page .compx-market-source-modal .compx-reasoning-block{
  padding:10px 0!important;
  border-top:1px solid #e7ebf0!important;
}
body.stock-research-page .compx-market-source-modal .compx-reasoning-block:first-of-type{
  border-top:0!important;
  padding-top:0!important;
}
body.stock-research-page .compx-market-source-modal .compx-reasoning-block b{
  display:block!important;
  margin:0 0 5px!important;
  color:#111827!important;
  font-size:12px!important;
  line-height:1.3!important;
  font-weight:800!important;
}
body.stock-research-page .compx-market-source-modal .compx-reasoning-block p{
  margin:0!important;
  color:#475569!important;
  font-size:12px!important;
  line-height:1.65!important;
  font-weight:500!important;
}
body.stock-research-page .compx-market-source-modal .compx-future-reasoning-text{
  margin:0!important;
  color:#475569!important;
  font-size:12px!important;
  line-height:1.76!important;
  font-weight:500!important;
}
body.stock-research-page .compx-market-source-modal .compx-future-reasoning-text b{
  color:#111827!important;
  font-weight:800!important;
}

.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-estimate-switch-panel[hidden]{
  display:none!important;
}

.stock-research-page #secFinanzenOverview .finx-simple-table .finx-category-row td{
  position:relative!important;
  left:0!important;
  z-index:8!important;
  min-width:0!important;
}
.stock-research-page #secFinanzenOverview .finx-simple-table .finx-category-row .finx-category-label{
  position:sticky!important;
  left:22px!important;
  z-index:15!important;
  display:inline-flex!important;
  align-items:center!important;
  min-width:220px!important;
  max-width:calc(100vw - 64px)!important;
}

.stock-research-page #secFinanzenOverview .anx-score-trend-card{
  overflow:visible;
}

.stock-research-page #secFinanzenOverview .anx-score-trend-card>[data-finx-key-value]{
  font-size:22px!important;
  line-height:1.06!important;
  letter-spacing:-.035em;
}

.stock-research-page #secFinanzenOverview .anx-score-inline-bars{
  width:100%;
  height:48px;
  gap:3px;
  overflow:visible;
}

.stock-research-page #secFinanzenOverview .anx-score-inline-bars i{
  flex:1 1 0;
  min-width:0;
  max-width:none;
  border-radius:2px 2px 0 0;
  cursor:pointer;
}

.stock-research-page #secFinanzenOverview .anx-score-inline-bars i.up{
  background:linear-gradient(180deg,#168451 0%,#45a77b 100%)!important;
}

.stock-research-page #secFinanzenOverview .anx-score-inline-bars i.down{
  background:linear-gradient(180deg,#b43a3a 0%,#d66b6b 100%)!important;
}

.stock-research-page #secFinanzenOverview .finx-row-label .finx-mini-bars.finx-mini-line{
  width:76px!important;
  height:38px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  overflow:visible!important;
}
.stock-research-page #secFinanzenOverview .finx-row-label .finx-mini-line svg{
  display:block!important;
  width:100%!important;
  height:100%!important;
}
.stock-research-page #secFinanzenOverview .finx-row-label .finx-mini-line-area{
  display:block!important;
  fill:rgba(22,132,81,.13)!important;
  stroke:none!important;
  filter:blur(.18px)!important;
}
.stock-research-page #secFinanzenOverview .finx-row-label .finx-mini-line-path{
  fill:none!important;
  stroke:#168451!important;
  stroke-width:1.2!important;
  vector-effect:non-scaling-stroke!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.stock-research-page #secFinanzenOverview .finx-row-label .finx-mini-dividend-yield.is-loading{
  background:linear-gradient(90deg,transparent,#eef3f8,transparent)!important;
  background-size:180% 100%!important;
  animation:finxMiniLoading 1.1s ease-in-out infinite!important;
}
@keyframes finxMiniLoading{
  from{background-position:100% 0}
  to{background-position:-100% 0}
}
body.stock-research-page .finx-metric-modal-chart.is-dividend-yield-modal{
  position:relative!important;
  display:block!important;
  height:154px!important;
  margin-top:12px!important;
  overflow:visible!important;
}
body.stock-research-page .finx-metric-modal-chart.is-dividend-yield-modal.is-dividend-spark .sb-spark-chart{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
}
body.stock-research-page .finx-metric-modal-chart.is-dividend-yield-modal.is-dividend-spark .sb-spark-chart svg{
  display:block!important;
  width:100%!important;
  height:100%!important;
  overflow:visible!important;
}
body.stock-research-page .finx-metric-modal-chart.is-dividend-yield-modal svg{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  overflow:visible!important;
}
body.stock-research-page .finx-metric-modal-chart .finx-modal-line-path{
  fill:none!important;
  stroke:#168451!important;
  stroke-width:1.45!important;
  vector-effect:non-scaling-stroke!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
body.stock-research-page .finx-metric-modal-chart .finx-modal-line-point{
  position:absolute!important;
  z-index:2!important;
  width:12px!important;
  height:12px!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  background:transparent!important;
  box-shadow:none!important;
  opacity:0!important;
  transform:translate(-50%,-50%)!important;
  cursor:pointer!important;
}
body.stock-research-page .finx-metric-modal-chart .finx-modal-line-point.is-hovered,
body.stock-research-page .finx-metric-modal-chart .finx-modal-line-point:hover{
  width:9px!important;
  height:9px!important;
  border:2px solid #fff!important;
  background:#168451!important;
  box-shadow:0 0 0 1px rgba(22,132,81,.28),0 0 0 5px rgba(22,132,81,.10)!important;
  opacity:1!important;
}
body.stock-research-page .finx-metric-modal-chart.is-finx-metric-bars-modal{
  position:relative!important;
  display:flex!important;
  align-items:flex-end!important;
  gap:3px!important;
  height:154px!important;
  margin-top:12px!important;
  padding-top:6px!important;
  border-bottom:1px solid #dfe4ea!important;
  overflow:visible!important;
}
body.stock-research-page .finx-metric-modal-chart.is-finx-metric-bars-modal i{
  display:block!important;
  flex:1 1 0!important;
  min-width:3px!important;
  max-width:none!important;
  border:0!important;
  border-radius:2px 2px 0 0!important;
  background:#8795a5!important;
}
body.stock-research-page .finx-metric-modal-chart.is-finx-metric-bars-modal i.up{
  background:linear-gradient(180deg,#168451 0%,#45a77b 100%)!important;
}
body.stock-research-page .finx-metric-modal-chart.is-finx-metric-bars-modal i.down{
  background:linear-gradient(180deg,#b43a3a 0%,#d66b6b 100%)!important;
}
body.stock-research-page .finx-metric-modal-chart.is-finx-metric-bars-modal i.is-empty{
  height:3px!important;
  background:#d7dde4!important;
}
body.stock-research-page .finx-metric-modal-chart.is-finx-metric-bars-modal i.is-hovered{
  background:#111827!important;
}
body.stock-research-page .finx-metric-modal-chart.is-dividend-dps-modal{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:14px!important;
  height:154px!important;
  margin-top:12px!important;
  padding:0 8px!important;
  overflow:visible!important;
}
body.stock-research-page .finx-metric-modal-chart.is-dividend-dps-modal .finx-modal-dps-bar{
  appearance:none!important;
  border:0!important;
  background:transparent!important;
  display:grid!important;
  grid-template-rows:1fr auto!important;
  align-items:end!important;
  justify-items:center!important;
  gap:8px!important;
  flex:1 1 0!important;
  min-width:0!important;
  height:100%!important;
  padding:0!important;
  cursor:pointer!important;
}
body.stock-research-page .finx-metric-modal-chart.is-dividend-dps-modal .finx-modal-dps-bar span{
  display:flex!important;
  flex-direction:column-reverse!important;
  justify-content:flex-start!important;
  gap:3px!important;
  width:min(38px,100%)!important;
  height:100%!important;
  min-height:0!important;
  background:transparent!important;
  overflow:visible!important;
}
body.stock-research-page .finx-metric-modal-chart.is-dividend-dps-modal .finx-modal-dps-bar i{
  display:block!important;
  flex:0 0 var(--q)!important;
  width:100%!important;
  min-height:0!important;
  border:0!important;
  border-radius:3px!important;
  background:linear-gradient(180deg,#168451 0%,#45a77b 100%)!important;
}
body.stock-research-page .finx-metric-modal-chart.is-dividend-dps-modal .finx-modal-dps-bar i.is-muted{
  display:none!important;
}
body.stock-research-page .finx-metric-modal-chart.is-dividend-dps-modal .finx-modal-dps-bar em{
  color:#64748b!important;
  font-size:12px!important;
  font-style:normal!important;
  font-weight:700!important;
  line-height:1!important;
}
body.stock-research-page .finx-metric-modal-chart.is-dividend-dps-modal .finx-modal-dps-bar.is-hovered span,
body.stock-research-page .finx-metric-modal-chart.is-dividend-dps-modal .finx-modal-dps-bar:hover span{
  filter:brightness(.96)!important;
}
body>#finxMetricHelpTip.finx-modal-help-tip.is-dps-tip p{
  display:block!important;
  color:#475569!important;
  font-size:12px!important;
  line-height:1.55!important;
  white-space:normal!important;
}
body>#finxMetricHelpTip.finx-modal-help-tip.is-dps-tip p b{
  color:#111827!important;
  font-weight:800!important;
}
body.stock-research-page .compx-market-source-modal .compx-market-segment-check{
  display:grid!important;
  gap:0!important;
  margin-top:2px!important;
  border-top:1px solid #e7ebf0!important;
  border-bottom:1px solid #e7ebf0!important;
}
body.stock-research-page .compx-market-source-modal .compx-market-segment-check>.compx-segment-source-row{
  display:grid!important;
  grid-template-columns:minmax(128px,170px) minmax(0,1fr)!important;
  gap:14px!important;
  align-items:start!important;
  padding:12px 0!important;
  border-bottom:1px solid #e7ebf0!important;
}
body.stock-research-page .compx-market-source-modal .compx-market-segment-check>.compx-segment-source-row:last-child{
  border-bottom:0!important;
}
body.stock-research-page .compx-market-source-modal .compx-market-segment-check>.compx-segment-source-row>b{
  color:#111827!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:800!important;
}
body.stock-research-page .compx-market-source-modal .compx-market-segment-check>.compx-segment-source-row>span{
  display:grid!important;
  gap:7px!important;
  min-width:0!important;
}
body.stock-research-page .compx-market-source-modal .compx-market-segment-check p{
  display:grid!important;
  grid-template-columns:74px minmax(0,1fr)!important;
  gap:8px!important;
  margin:0!important;
  color:#475569!important;
  font-size:11.5px!important;
  line-height:1.55!important;
  font-weight:500!important;
}
body.stock-research-page .compx-market-source-modal .compx-market-segment-check p em{
  align-self:start!important;
  color:#94a3b8!important;
  font-size:10px!important;
  line-height:1.55!important;
  font-style:normal!important;
  font-weight:800!important;
  text-transform:uppercase!important;
  letter-spacing:.04em!important;
}
@media(max-width:680px){
  body.stock-research-page .compx-market-source-modal .compx-market-segment-check>.compx-segment-source-row{
    grid-template-columns:1fr!important;
    gap:7px!important;
  }
  body.stock-research-page .compx-market-source-modal .compx-market-segment-check p{
    grid-template-columns:64px minmax(0,1fr)!important;
  }
}
body.stock-research-page #secUnternehmenOverview .compx-future-panel:not(.is-open) .compx-future-extra,
body.stock-research-page #secUnternehmenOverview .compx-future-panel:not(.is-open) .compx-future-roadmap-extra{
  display:none!important;
}
body.stock-research-page #secUnternehmenOverview .compx-future-more{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  width:fit-content!important;
  margin:14px 0 0!important;
  position:relative!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  line-height:1.2!important;
  text-align:center!important;
}
body.stock-research-page #secUnternehmenOverview .compx-future-more::after{
  flex:0 0 auto!important;
  margin:0!important;
  transform:rotate(45deg)!important;
  translate:0 -1px!important;
}
body.stock-research-page #secUnternehmenOverview .compx-future-more.is-open::after,
body.stock-research-page #secUnternehmenOverview .compx-future-more[aria-expanded="true"]::after{
  transform:rotate(225deg)!important;
  translate:0 2px!important;
}

body.stock-research-page #secUnternehmenOverview .compx-position-table-redesign>div>small,
body.stock-research-page #secUnternehmenOverview .compx-driver-table b[class*="is-"],
body.stock-research-page #secUnternehmenOverview .compx-driver-table small[class*="is-"],
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-thesis-table>div>small,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-importance,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-trend-text,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-thesis-status,
body.stock-research-page .anx-risk-level{
  min-width:74px!important;
  height:24px!important;
  min-height:24px!important;
  padding:0 10px!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:10.5px!important;
  font-weight:700!important;
  line-height:24px!important;
  text-align:center!important;
  white-space:nowrap!important;
  box-sizing:border-box!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-trend-text{
  min-width:112px!important;
}

/* Einheitliche Ampel-Labels fuer Wettbewerbsdruck, Bedeutung, Trend und Investmentthesen. */
body.stock-research-page #secUnternehmenOverview .compx-position-table-redesign>div>small.is-low,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-thesis-table>div>small.is-low,
body.stock-research-page #secUnternehmenOverview .compx-driver-table b.is-high,
body.stock-research-page #secUnternehmenOverview .compx-driver-table b.is-positive,
body.stock-research-page #secUnternehmenOverview .compx-driver-table small.is-positive,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-importance.is-high,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-trend-text.is-up,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-thesis-status.is-intact,
body.stock-research-page .anx-risk-level.is-low{
  background:linear-gradient(180deg,#168451 0%,#45a77b 100%)!important;
  color:#fff!important;
}
body.stock-research-page #secUnternehmenOverview .compx-position-table-redesign>div>small.is-mid,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-thesis-table>div>small.is-mid,
body.stock-research-page #secUnternehmenOverview .compx-driver-table b.is-mid,
body.stock-research-page #secUnternehmenOverview .compx-driver-table small.is-watch,
body.stock-research-page #secUnternehmenOverview .compx-driver-table small.is-neutral,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-importance.is-mid,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-trend-text.is-flat,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-thesis-status.is-watch,
body.stock-research-page .anx-risk-level.is-mid{
  background:linear-gradient(180deg,#d4a62f 0%,#e4bf63 100%)!important;
  color:#111827!important;
}
body.stock-research-page #secUnternehmenOverview .compx-position-table-redesign>div>small.is-high,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-thesis-table>div>small.is-high,
body.stock-research-page #secUnternehmenOverview .compx-driver-table b.is-low,
body.stock-research-page #secUnternehmenOverview .compx-driver-table small.is-negative,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-importance.is-low,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-trend-text.is-down,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-thesis-status.is-risk,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-thesis-status.is-broken,
body.stock-research-page .anx-risk-level.is-high,
body.stock-research-page .compx-key-risk-list .is-high{
  background:linear-gradient(180deg,#b43a3a 0%,#d66b6b 100%)!important;
  color:#fff!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-thesis-table>div>.anx-thesis-dot-status{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:7px!important;
  width:auto!important;
  min-width:0!important;
  height:auto!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#334155!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1.25!important;
  text-align:left!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-thesis-table>div>.anx-thesis-dot-status i{
  display:inline-block!important;
  width:8px!important;
  height:8px!important;
  border-radius:50%!important;
  flex:0 0 8px!important;
  background:#94a3b8!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-thesis-table>div>.anx-thesis-dot-status.is-intact i{
  background:#168451!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-thesis-table>div>.anx-thesis-dot-status.is-watch i{
  background:#d4a62f!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-thesis-table>div>.anx-thesis-dot-status.is-risk i,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-thesis-table>div>.anx-thesis-dot-status.is-broken i{
  background:#b43a3a!important;
}
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-thesis-table>div>.anx-thesis-dot-status.is-open i{
  background:#94a3b8!important;
}

/* Analyse-Tab: vertikale Timeline mit 10 Abschnitten (Geschaeftsmodell...Bewertung).
   Nutzer-Feedback 31.08.2026: keine Verbindungslinie zwischen den Punkten,
   Punkt ohne "Saturnring" (nur ein einfacher, voller Punkt), Labels als
   richtige Pillen (Vorbild: .anx-fair-summary span), bessere Typografie. */
body.stock-research-page #secAnalyse .anx-analyse-timeline{
  display:flex;
  flex-direction:column;
  gap:0;
  margin-top:8px;
}
body.stock-research-page #secAnalyse .anx-analyse-step{
  display:grid;
  grid-template-columns:14px 1fr;
  gap:16px;
  padding:22px 0;
  border-bottom:1px solid #eef1f0;
}
body.stock-research-page #secAnalyse .anx-analyse-step:first-child{
  padding-top:4px;
}
body.stock-research-page #secAnalyse .anx-analyse-step:last-child{
  border-bottom:none;
}
body.stock-research-page #secAnalyse .anx-analyse-step-rail{
  display:flex;
  justify-content:center;
}
body.stock-research-page #secAnalyse .anx-analyse-step-dot{
  display:flex;
  align-items:center;
  justify-content:center;
  width:14px;
  height:14px;
  margin-top:4px;
}
body.stock-research-page #secAnalyse .anx-analyse-step-dot i{
  display:inline-block;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#94a3b8;
}
body.stock-research-page #secAnalyse .anx-analyse-step-dot[data-status="positive"] i{
  background:#168451;
}
body.stock-research-page #secAnalyse .anx-analyse-step-dot[data-status="neutral"] i{
  background:#d4a62f;
}
body.stock-research-page #secAnalyse .anx-analyse-step-dot[data-status="negative"] i{
  background:#b43a3a;
}
body.stock-research-page #secAnalyse .anx-analyse-step-body h3{
  margin:0 0 10px;
  font-size:17px;
  font-weight:800;
  letter-spacing:-.01em;
  color:#111827;
}
body.stock-research-page #secAnalyse .anx-analyse-step-text{
  margin:0 0 18px;
  font-size:14.5px;
  line-height:1.8;
  color:#374151;
  max-width:62ch;
}
body.stock-research-page #secAnalyse .anx-analyse-step-labels{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  row-gap:8px;
  margin-top:4px;
  max-width:70ch;
}
body.stock-research-page #secAnalyse .anx-analyse-step-labels span{
  display:inline-flex;
  align-items:center;
  min-height:21px;
  padding:2px 7px;
  border-radius:6px;
  background:rgba(248,250,252,.92);
  color:#111827;
  font-size:10px !important;
  font-weight:600;
  line-height:1.2;
}

/* Nutzer-Wunsch 06.09.2026: "Chancen"/"Risiken" waren nur ein Absatz --
   jeder Punkt bekommt jetzt eine eigene Karte mit Eintrittswahrscheinlichkeit
   + quantifizierter Auswirkung statt reinem Stichwort-Chip (siehe
   _dynAnalyseApplyDetailed in analyse-timeline.js). */
body.stock-research-page #secAnalyse .anx-risk-items{
  display:flex;
  flex-direction:column;
  gap:8px;
  max-width:62ch;
}
body.stock-research-page #secAnalyse .anx-risk-item{
  border:1px solid #eef1f0;
  border-radius:8px;
  padding:10px 12px;
  background:#fafbfc;
}
/* Nutzer-Wunsch 06.09.2026: "anx-risk-items ausklappbar" -- jede Karte ist
   jetzt ein <details>-Element (gleiches Muster wie .anx-quarterly-card),
   Titel+Wahrscheinlichkeit immer sichtbar in <summary>, Beschreibung+
   Auswirkung erst nach Aufklappen sichtbar. */
body.stock-research-page #secAnalyse .anx-risk-item{padding:0;overflow:hidden}
body.stock-research-page #secAnalyse .anx-risk-item-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 12px;
  cursor:pointer;
  list-style:none;
}
body.stock-research-page #secAnalyse .anx-risk-item-head::-webkit-details-marker{display:none}
body.stock-research-page #secAnalyse .anx-risk-item-chevron{color:#94a3b8;font-size:13px;transition:transform .18s ease;flex:0 0 auto}
body.stock-research-page #secAnalyse .anx-risk-item[open] .anx-risk-item-chevron{transform:rotate(180deg)}
body.stock-research-page #secAnalyse .anx-risk-item-body{padding:0 12px 12px}
body.stock-research-page #secAnalyse .anx-risk-item-title{
  font-size:13px;
  font-weight:700;
  color:#111827;
}
body.stock-research-page #secAnalyse .anx-risk-prob{
  flex:0 0 auto;
  padding:2px 8px;
  border-radius:99px;
  font-size:10px !important;
  font-weight:800;
  white-space:nowrap;
  background:#eef2f6;
  color:#64748b;
}
body.stock-research-page #secAnalyse .anx-risk-prob[data-level="mittel"]{
  background:#fef3c7;
  color:#92600a;
}
body.stock-research-page #secAnalyse .anx-risk-prob[data-level="hoch"]{
  background:#fde8e8;
  color:#b43a3a;
}
body.stock-research-page #secAnalyse .anx-risk-item-desc{
  margin:0 0 8px;
  font-size:12.5px;
  line-height:1.55;
  color:#374151;
}
/* Nutzer-Wunsch 06.09.2026: "Auswirkung" immer ÜBER dem Titel/Wert schreiben,
   nicht daneben -- vorher eine Reihe mit align-items:baseline. */
body.stock-research-page #secAnalyse .anx-risk-impact{
  display:flex;
  flex-direction:column;
  gap:2px;
  align-items:flex-start;
  font-size:12px;
  font-weight:700;
  color:#111827;
}
body.stock-research-page #secAnalyse .anx-risk-impact span{
  font-weight:700;
  font-size:10px !important;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#94a3b8;
}

/* Quartalsberichte-Kacheln rechts neben der 10-Schritte-Timeline: echte
   Umsatz-/EPS-Zahlen, nur der Absatz je Karte kommt von der KI (siehe
   _dynFillQuarterlyRecaps in analyse-timeline.js). */
body.stock-research-page #secAnalyse .anx-analyse-shell{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:32px;align-items:start}
body.stock-research-page #secAnalyse .anx-analyse-timeline{min-width:0}
/* top:108px statt 20px -- die feste #stickyBar (top:54px, height:44px, siehe
   aktieen/foundation/base-layout/00.css) verdeckte sonst den oberen Teil der
   Karte, sobald sie beim Scrollen sichtbar wird (Nutzer-Feedback 03.09.2026). */
body.stock-research-page #secAnalyse .anx-quarterly-rail{position:sticky;top:108px;border:1px solid #e5eaf0;border-radius:10px;background:#fff;padding:14px;box-shadow:0 1px 2px rgba(15,23,42,.08)}
body.stock-research-page #secAnalyse .anx-quarterly-rail[hidden]{display:none}
body.stock-research-page #secAnalyse .anx-quarterly-rail-head span{display:block;margin-bottom:10px;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#64748b}
body.stock-research-page #secAnalyse .anx-quarterly-cards{display:flex;flex-direction:column;gap:8px}
body.stock-research-page #secAnalyse .anx-quarterly-card{border:1px solid #eef1f0;border-radius:8px;overflow:hidden}
body.stock-research-page #secAnalyse .anx-quarterly-card[hidden]{display:none}
body.stock-research-page #secAnalyse .anx-quarterly-card summary{display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer;list-style:none;background:#fafbfc}
body.stock-research-page #secAnalyse .anx-quarterly-card summary::-webkit-details-marker{display:none}
body.stock-research-page #secAnalyse .anx-quarterly-card-logo{width:26px;height:26px;flex:0 0 26px;border-radius:50%;overflow:hidden;background:#f4f5f8;display:flex;align-items:center;justify-content:center}
body.stock-research-page #secAnalyse .anx-quarterly-card-logo img{width:100%;height:100%;object-fit:contain}
body.stock-research-page #secAnalyse .anx-quarterly-card-period{flex:1 1 auto;font-size:13px;font-weight:750;color:#111827}
body.stock-research-page #secAnalyse .anx-quarterly-card-chevron{color:#94a3b8;font-size:14px;transition:transform .18s ease}
body.stock-research-page #secAnalyse .anx-quarterly-card[open] .anx-quarterly-card-chevron{transform:rotate(180deg)}
body.stock-research-page #secAnalyse .anx-quarterly-card-body{padding:12px}
body.stock-research-page #secAnalyse .anx-quarterly-metric-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:7px 0;border-bottom:1px solid #f1f4f7}
body.stock-research-page #secAnalyse .anx-quarterly-metric-row:last-of-type{border-bottom:0}
body.stock-research-page #secAnalyse .anx-quarterly-metric-row span{font-size:11.5px;color:#64748b}
body.stock-research-page #secAnalyse .anx-quarterly-metric-row b{font-size:13px;font-weight:750;color:#111827;text-align:right}
body.stock-research-page #secAnalyse .anx-quarterly-metric-row b em{display:block;font-style:normal;font-weight:550;font-size:10px;color:#64748b;margin-top:2px}
body.stock-research-page #secAnalyse .anx-quarterly-metric-row b.is-beat{color:#168451}
body.stock-research-page #secAnalyse .anx-quarterly-metric-row b.is-miss{color:#b43a3a}
body.stock-research-page #secAnalyse .anx-quarterly-headline{margin:10px 0 4px;font-size:12.5px;font-weight:750;color:#111827}
body.stock-research-page #secAnalyse .anx-quarterly-text{margin:0;font-size:12.5px;line-height:1.65;color:#475569}
/* Stimmungs-Badge (Nutzer-Wunsch 03.09.2026: "es soll auch die Stimmung sein")
   -- gleiche drei Farbtoene wie die Beat/Miss-Kennzahl oben, "sentiment" stand
   im Datenmodell schon laenger bereit, wurde bisher aber nirgends angezeigt. */
body.stock-research-page #secAnalyse .anx-quarterly-sentiment{display:inline-block;margin:8px 0 0;padding:3px 9px;border-radius:99px;font-size:10.5px;font-weight:800}
body.stock-research-page #secAnalyse .anx-quarterly-sentiment.is-positiv{background:#ecfdf3;color:#168451}
body.stock-research-page #secAnalyse .anx-quarterly-sentiment.is-gemischt{background:#fef6e7;color:#9a5b0a}
body.stock-research-page #secAnalyse .anx-quarterly-sentiment.is-negativ{background:#fef2f2;color:#b43a3a}
@media(max-width:900px){
  body.stock-research-page #secAnalyse .anx-analyse-shell{grid-template-columns:1fr}
  body.stock-research-page #secAnalyse .anx-quarterly-rail{position:static}
  /* Nutzer-Wunsch 05.09.2026: "analyse tab in handy anpassung quartalsberichte
     als erstes" -- auf Handy zuerst die Quartalsberichte zeigen, statt sie
     erst nach den 10 Analyse-Schritten ans Ende zu haengen. */
  body.stock-research-page #secAnalyse .anx-quarterly-rail{order:-1}
  body.stock-research-page #secAnalyse .anx-analyse-timeline{order:1}
}

body.stock-research-page #secUnternehmenOverview .compx-position-table-redesign .compx-pressure-meter{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:4px!important;
  width:max-content!important;
  min-width:0!important;
  height:auto!important;
  padding:0!important;
  margin:0 8px 0 auto!important;
  color:#64748b!important;
  font-size:0!important;
  line-height:1!important;
  justify-self:end!important;
  align-self:center!important;
  white-space:nowrap!important;
}
body.stock-research-page #secUnternehmenOverview .compx-position-table-redesign .compx-pressure-meter i{
  width:9px!important;
  height:9px!important;
  border-radius:50%!important;
  border:1px solid #cbd5e1!important;
  background:#fff!important;
  flex:0 0 9px!important;
  box-shadow:none!important;
}
body.stock-research-page #secUnternehmenOverview .compx-position-table-redesign .compx-pressure-meter em{
  display:none!important;
}
body.stock-research-page #secUnternehmenOverview .compx-position-table-redesign .compx-pressure-meter.is-pressure-low i:first-child{
  border-color:#168451!important;
  background:#168451!important;
}
body.stock-research-page #secUnternehmenOverview .compx-position-table-redesign .compx-pressure-meter.is-pressure-low em{
  color:#168451!important;
}
body.stock-research-page #secUnternehmenOverview .compx-position-table-redesign .compx-pressure-meter.is-pressure-mid i:nth-child(-n+2){
  border-color:#d4a62f!important;
  background:#d4a62f!important;
}
body.stock-research-page #secUnternehmenOverview .compx-position-table-redesign .compx-pressure-meter.is-pressure-mid em{
  color:#9a6a05!important;
}
body.stock-research-page #secUnternehmenOverview .compx-position-table-redesign .compx-pressure-meter.is-pressure-high i{
  border-color:#b43a3a!important;
  background:#b43a3a!important;
}
body.stock-research-page #secUnternehmenOverview .compx-position-table-redesign .compx-pressure-meter.is-pressure-high em{
  color:#991b1b!important;
}

/* Neuer Bewertung-Tab nutzt die bisherige Gesamtbewertungs-Optik als eigene Seite. */
body.stock-research-page #secBewertung .anx-overall-layout{
  display:grid!important;
  grid-template-columns:minmax(0,2fr) minmax(300px,1fr)!important;
  gap:28px!important;
  align-items:start!important;
}

body.stock-research-page #secBewertung .anx-overall-layout-heading{
  grid-column:1/-1!important;
  justify-self:center!important;
  text-align:center!important;
}

body.stock-research-page #secBewertung .anx-overall-card,
body.stock-research-page #secBewertung .anx-rating-gauge-stack{
  align-self:start!important;
  height:auto!important;
}

body.stock-research-page #secBewertung .anx-overall-card .ovx-score-times,
body.stock-research-page #secBewertung .anx-overall-card .ovx-score-row summary{
  grid-template-columns:minmax(170px,1fr) 76px 54px 52px 52px 18px!important;
  gap:10px!important;
  align-items:center!important;
}

body.stock-research-page #secBewertung .anx-overall-card .ovx-score-times span:first-child{
  grid-column:2!important;
}

body.stock-research-page #secBewertung .anx-overall-card .ovx-score-weight{
  justify-self:start!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:24px!important;
  padding:0 8px!important;
  border-radius:7px!important;
  background:#f1f5f9!important;
  color:#64748b!important;
  font-size:11px!important;
  font-weight:750!important;
  white-space:nowrap!important;
}

body.stock-research-page #secBewertung .anx-overall-card .ovx-score-row summary>.ovx-cat-donut{
  grid-column:3!important;
}

body.stock-research-page #secBewertung .anx-rating-gauge-stack{
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  gap:16px!important;
}

body.stock-research-page #secBewertung .anx-rating-gauge-card{
  border:1px solid var(--sep)!important;
  border-radius:8px!important;
  background:#fff!important;
  padding:16px!important;
  min-height:220px!important;
  height:auto!important;
  overflow:visible!important;
}

body.stock-research-page #secBewertung .anx-rating-gauge-card .compx-h{
  justify-content:center!important;
  text-align:center!important;
}

body.stock-research-page #secBewertung .anx-rating-gauge-stack .anx-buy-hold-gauge .is-website-gradient{
  stroke:url(#anxGaugeWebsiteBlendRating)!important;
}

body.stock-research-page #secBewertung .anx-buy-hold-gauge{
  width:min(300px,100%)!important;
  margin:0 auto!important;
  text-align:center!important;
}

body.stock-research-page #secBewertung .anx-buy-hold-gauge svg{
  display:block!important;
  width:100%!important;
  height:118px!important;
  overflow:visible!important;
}

body.stock-research-page #secBewertung .anx-buy-hold-gauge path{
  fill:none!important;
  stroke-width:14!important;
  stroke-linecap:round!important;
}

body.stock-research-page #secBewertung .anx-buy-hold-gauge .anx-gauge-needle{
  stroke:#111827!important;
  stroke-width:3!important;
  stroke-linecap:round!important;
}

body.stock-research-page #secBewertung .anx-buy-hold-gauge circle{
  fill:#111827!important;
}

body.stock-research-page #secBewertung .anx-buy-hold-gauge strong{
  display:block!important;
  margin-top:-8px!important;
  color:#111827!important;
  font-size:22px!important;
  font-weight:750!important;
  line-height:1.1!important;
}

body.stock-research-page #secBewertung .anx-buy-hold-gauge small{
  display:block!important;
  margin-top:5px!important;
  color:#64748b!important;
  font-size:12px!important;
  font-weight:600!important;
  line-height:1.35!important;
}

body.stock-research-page #secBewertung .ovx-score-help::before,
body.stock-research-page #secBewertung .ovx-score-help::after{
  display:none!important;
}

@media(max-width:980px){
  body.stock-research-page #secBewertung .anx-overall-layout{
    grid-template-columns:1fr!important;
  }
}

/* Analyse: Guidance Beat/Miss braucht mehr Luft, ohne das Kartenraster zu verzerren. */
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean{
  grid-template-columns:minmax(0,3fr) minmax(420px,2fr)!important;
  gap:28px!important;
  align-items:stretch!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card{
  min-height:420px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  row-gap:12px!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card .anx-guidance-dot-chart{
  width:100%!important;
  height:340px!important;
  min-height:340px!important;
  max-height:none!important;
  flex:0 0 340px!important;
  aspect-ratio:auto!important;
  overflow:visible!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card .anx-guidance-legend{
  margin-top:10px!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table{
  align-self:stretch!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  table-layout:fixed!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table thead th{
  padding:13px 12px!important;
  background:#f7f9fb!important;
  color:#5f6f86!important;
  border-bottom:1px solid #cfd8e3!important;
  font-size:12.5px!important;
  font-weight:700!important;
  line-height:1.3!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table tbody td{
  padding:17px 12px!important;
  font-size:14px!important;
  line-height:1.35!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th:nth-child(1),
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td:nth-child(1){
  width:14%!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th:nth-child(2),
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td:nth-child(2){
  width:18%!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th:nth-child(3),
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td:nth-child(3),
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th:nth-child(5),
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td:nth-child(5){
  width:34%!important;
  text-align:right!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th:nth-child(4),
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td:nth-child(4),
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th:nth-child(6),
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td:nth-child(6){
  width:20%!important;
  text-align:right!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table .anx-guidance-pill{
  min-width:84px!important;
}

@media(max-width:980px){
  body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean{
    grid-template-columns:1fr!important;
    gap:18px!important;
  }

  body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card{
    min-height:360px!important;
  }

  body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card .anx-guidance-dot-chart{
    height:300px!important;
    min-height:300px!important;
    flex-basis:300px!important;
  }
}

/* Aktuelle Feinkorrekturen: Pager, Guidance, Bewertung und Finanz-Score-Footer. */
.stock-research-page .etf-pager button:not(:disabled):hover,
.stock-research-page .etf-pager button:not(:disabled):focus-visible{
  border-color:#cfd8e3!important;
  color:#475569!important;
  background:#f8fafc!important;
  outline:0!important;
}

.stock-research-page .etf-pager button.on:hover,
.stock-research-page .etf-pager button.on:focus-visible{
  border-color:#111827!important;
  color:#fff!important;
  background:#111827!important;
}

.stock-research-page .etf-name-link:hover,
.stock-research-page .etf-name-link:focus-visible,
.stock-research-page #staticEtfHolders .etf-sort-table th button:hover,
.stock-research-page #staticEtfHolders .etf-sort-table th button:focus-visible{
  color:#111827!important;
}

.stock-research-page #staticEtfHolders .etf-sort-table th.sorted .sort-ico,
.stock-research-page #staticEtfHolders .etf-sort-table th button:hover .sort-ico{
  color:#64748b!important;
}

.stock-research-page #secNewsAnalysis .news-list-pager{
  justify-content:center!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean{
  grid-template-columns:minmax(0,3fr) minmax(360px,2fr)!important;
  gap:28px!important;
  align-items:start!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card{
  min-height:500px!important;
  height:auto!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card .anx-guidance-dot-chart{
  height:410px!important;
  min-height:410px!important;
  flex:0 0 410px!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table{
  table-layout:auto!important;
  width:100%!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table thead th,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table tbody td{
  white-space:nowrap!important;
  overflow-wrap:normal!important;
  font-size:12px!important;
  line-height:1.25!important;
  padding:10px 10px!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table thead th{
  font-size:11px!important;
  font-weight:700!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table .anx-guidance-pill{
  min-width:72px!important;
  padding:6px 9px!important;
  white-space:nowrap!important;
}

body.stock-research-page #secBewertung .anx-overall-layout{
  grid-template-columns:minmax(0,2.8fr) minmax(230px,.75fr)!important;
  gap:18px!important;
}

body.stock-research-page #secBewertung .anx-rating-gauge-stack{
  gap:12px!important;
}

body.stock-research-page #secBewertung .anx-rating-gauge-card{
  min-height:172px!important;
  padding:12px 10px!important;
}

body.stock-research-page #secBewertung .anx-buy-hold-gauge{
  width:min(220px,100%)!important;
}

body.stock-research-page #secBewertung .anx-buy-hold-gauge svg{
  height:92px!important;
}

body.stock-research-page #secBewertung .anx-buy-hold-gauge strong{
  margin-top:-6px!important;
  font-size:19px!important;
}

body.stock-research-page #secBewertung .anx-rating-gauge-card p,
body.stock-research-page #secBewertung .anx-rating-gauge-card small{
  font-size:11px!important;
}

body.stock-research-page #secBewertung .anx-score-help,
body.stock-research-page #secBewertung .ovx-score-help{
  border:0!important;
  box-shadow:none!important;
}

.stock-research-page #secFinanzenOverview .anx-score-trend-card .finx-card-footer{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  margin:12px -16px -13px!important;
  border-top:1px solid #e5e7eb!important;
  background:#f1f3f5!important;
  color:#475569!important;
  font-size:12px!important;
  font-weight:750!important;
  cursor:pointer!important;
}

.stock-research-page #secFinanzenOverview .anx-score-trend-card .finx-card-footer i{
  display:none!important;
}

.stock-research-page #secFinanzenOverview .anx-score-trend-card .finx-card-footer span{
  color:inherit!important;
}

.stock-research-page #secFinanzenOverview .anx-score-trend-card .finx-card-footer:hover,
.stock-research-page #secFinanzenOverview .anx-score-trend-card .finx-card-footer:focus-visible{
  background:#e8edf2!important;
  color:#111827!important;
  outline:0!important;
}

@media(max-width:980px){
  body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean{
    grid-template-columns:1fr!important;
  }
  body.stock-research-page #secBewertung .anx-overall-layout{
    grid-template-columns:1fr!important;
  }
}

/* Letzte Korrektur: Bewertungs-Tachos kompakt rechts, Guidance sauber an Tabellenhoehe. */
body.stock-research-page #secBewertung .anx-overall-layout{
  grid-template-columns:minmax(0,1fr) 240px!important;
  gap:22px!important;
  align-items:start!important;
}

body.stock-research-page #secBewertung .anx-overall-layout>.anx-overall-layout-heading{
  grid-column:1 / -1!important;
  grid-row:1!important;
}

body.stock-research-page #secBewertung .anx-overall-layout>.anx-overall-card{
  grid-column:1!important;
  grid-row:2!important;
  min-width:0!important;
}

body.stock-research-page #secBewertung .anx-rating-gauge-stack{
  grid-column:2!important;
  grid-row:2!important;
  justify-self:end!important;
  width:240px!important;
  max-width:240px!important;
  gap:12px!important;
}

body.stock-research-page #secBewertung .anx-rating-gauge-card{
  width:100%!important;
  min-height:0!important;
  padding:10px 6px!important;
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
}

body.stock-research-page #secBewertung .anx-buy-hold-gauge{
  width:190px!important;
  max-width:100%!important;
}

body.stock-research-page #secBewertung .anx-buy-hold-gauge svg{
  height:82px!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean{
  align-items:stretch!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card{
  align-self:stretch!important;
  height:100%!important;
  min-height:0!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card .anx-guidance-dot-chart{
  flex:1 1 auto!important;
  height:100%!important;
  min-height:340px!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table thead th,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table tbody td{
  padding:11px 16px!important;
}

@media(max-width:980px){
  body.stock-research-page #secBewertung .anx-overall-layout{
    grid-template-columns:1fr!important;
  }

  body.stock-research-page #secBewertung .anx-rating-gauge-stack{
    grid-column:auto!important;
    grid-row:3!important;
    justify-self:center!important;
    width:min(100%,260px)!important;
    max-width:260px!important;
  }

  body.stock-research-page #secBewertung .anx-overall-layout>.anx-overall-card{
    grid-row:2!important;
  }
}

/* Bewertung + Guidance: finale Platzierung nach Tabellen-/Tacho-Korrektur. */
body.stock-research-page #secBewertung .anx-rating-gauge-stack{
  align-self:center!important;
}

body.stock-research-page #secBewertung .anx-rating-gauge-card{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}

body.stock-research-page #secBewertung .anx-rating-gauge-card .compx-h{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  width:100%!important;
  margin:0 0 8px!important;
}

body.stock-research-page #secBewertung .anx-rating-gauge-card .anx-website-help{
  display:inline-grid!important;
  place-items:center!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  border:0!important;
  border-radius:999px!important;
  background:#eef3f8!important;
  color:#64748b!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1!important;
  padding:0!important;
}

body.stock-research-page #secBewertung .anx-overall-card .ovx-score-row[open],
body.stock-research-page #secBewertung .anx-overall-card .ovx-score-detail{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}

body.stock-research-page #secBewertung .anx-overall-card .ovx-score-detail{
  overflow-x:auto!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean{
  grid-template-columns:minmax(460px,1fr) minmax(760px,max-content)!important;
  gap:28px!important;
  align-items:start!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card{
  min-height:510px!important;
  height:auto!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card .anx-guidance-dot-chart{
  display:block!important;
  width:100%!important;
  height:440px!important;
  min-height:440px!important;
  flex:0 0 440px!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table{
  justify-self:end!important;
  width:max-content!important;
  min-width:760px!important;
  max-width:100%!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table thead th,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table tbody td{
  padding:11px 16px!important;
}

@media(max-width:1280px){
  body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean{
    grid-template-columns:1fr!important;
  }

  body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table{
    justify-self:start!important;
    width:100%!important;
    min-width:0!important;
  }
}

body.stock-research-page .finx-score-calculation-modal{
  height:auto!important;
  min-height:0!important;
  padding:0!important;
}

body.stock-research-page .finx-score-calc-box{
  display:grid!important;
  gap:12px!important;
  width:100%!important;
}

body.stock-research-page .finx-score-calc-box p{
  margin:0!important;
  color:#52637a!important;
  font-size:13px!important;
  line-height:1.55!important;
  font-weight:500!important;
}

body.stock-research-page .finx-score-calc-box .finx-simple-table{
  width:100%!important;
}

body.stock-research-page .finx-score-calc-note{
  padding-top:2px!important;
  color:#64748b!important;
}

@media(max-width:980px){
  body.stock-research-page #secBewertung .anx-overall-layout{
    grid-template-columns:1fr!important;
  }

  body.stock-research-page #secBewertung .anx-rating-gauge-stack{
    grid-column:auto!important;
    grid-row:3!important;
    justify-self:center!important;
    width:min(100%,260px)!important;
    max-width:260px!important;
  }
}

/* Guidance Beat/Miss: nicht abschneiden, echte vertikale Luft statt schmaler Seitenspalte. */
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  overflow:visible!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  width:100%!important;
  margin:0 0 14px!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card{
  width:100%!important;
  max-width:100%!important;
  min-height:520px!important;
  height:auto!important;
  overflow:visible!important;
  margin:0 0 24px!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card .anx-guidance-dot-chart{
  display:block!important;
  width:100%!important;
  height:470px!important;
  min-height:470px!important;
  max-height:none!important;
  overflow:visible!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table{
  display:table!important;
  table-layout:auto!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  justify-self:auto!important;
  overflow:visible!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table thead,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table tbody{
  display:table-row-group!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table thead{
  display:table-header-group!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table tr{
  display:table-row!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td{
  display:table-cell!important;
  padding:11px 16px!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-overflow:clip!important;
  font-size:12px!important;
  line-height:1.28!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th{
  font-size:11px!important;
  background:#f8fafc!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean[data-guidance-mode="eps"]>.anx-guidance-table th:nth-child(5),
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean[data-guidance-mode="eps"]>.anx-guidance-table th:nth-child(6),
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean[data-guidance-mode="eps"]>.anx-guidance-table td:nth-child(5),
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean[data-guidance-mode="eps"]>.anx-guidance-table td:nth-child(6),
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean[data-guidance-mode="revenue"]>.anx-guidance-table th:nth-child(3),
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean[data-guidance-mode="revenue"]>.anx-guidance-table th:nth-child(4),
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean[data-guidance-mode="revenue"]>.anx-guidance-table td:nth-child(3),
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean[data-guidance-mode="revenue"]>.anx-guidance-table td:nth-child(4){
  display:none!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean .anx-guidance-y-axis text,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean .anx-guidance-pair text{
  font-size:14px!important;
  font-weight:750!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean .anx-guidance-pair circle{
  r:10!important;
}

/* Guidance Beat/Miss: finale 60/40-Aufteilung ohne abgeschnittene Tabellenzellen. */
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean{
  display:grid!important;
  grid-template-columns:minmax(0,3fr) minmax(520px,2fr)!important;
  grid-template-rows:auto auto!important;
  column-gap:28px!important;
  row-gap:14px!important;
  align-items:stretch!important;
  width:100%!important;
  max-width:100%!important;
  overflow:visible!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-head{
  grid-column:1 / -1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  width:100%!important;
  margin:0!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card{
  grid-column:1!important;
  width:100%!important;
  min-width:0!important;
  min-height:560px!important;
  height:auto!important;
  margin:0!important;
  overflow:visible!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card .anx-guidance-dot-chart{
  display:block!important;
  width:100%!important;
  height:505px!important;
  min-height:505px!important;
  max-height:none!important;
  overflow:visible!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table{
  grid-column:2!important;
  align-self:stretch!important;
  display:table!important;
  table-layout:auto!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  overflow:visible!important;
  border-collapse:collapse!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table thead{
  display:table-header-group!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table tbody{
  display:table-row-group!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table tr{
  display:table-row!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td{
  display:table-cell!important;
  padding:11px 16px!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-overflow:clip!important;
  font-size:12px!important;
  line-height:1.26!important;
  vertical-align:middle!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th{
  background:#f8fafc!important;
  color:#52637a!important;
  font-size:11px!important;
  font-weight:750!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean .anx-guidance-y-axis text,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean .anx-guidance-pair text{
  font-size:14px!important;
  font-weight:750!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean .anx-guidance-pair circle{
  vector-effect:non-scaling-stroke!important;
}

body>#anxGlobalHelpTip.anx-valuation-tooltip.is-visible{
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
}

body.stock-research-page #secBewertung .ovx-score-help.anx-score-help,
body.stock-research-page #secBewertung .anx-website-help{
  border:0!important;
  outline:0!important;
}

@media(max-width:1280px){
  body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean{
    grid-template-columns:1fr!important;
  }

  body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card,
  body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table{
    grid-column:1!important;
  }
}

/* Guidance Beat/Miss: Chart und Tabelle entkoppeln, damit die Tabelle nicht in die Höhe gezogen wird. */
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean{
  grid-template-columns:minmax(0,3fr) minmax(500px,2fr)!important;
  align-items:start!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card{
  align-self:start!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:0!important;
  height:432px!important;
  overflow:visible!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card .anx-guidance-dot-chart{
  flex:0 0 372px!important;
  height:372px!important;
  min-height:372px!important;
  max-height:372px!important;
  overflow:visible!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card .anx-guidance-legend{
  position:static!important;
  inset:auto!important;
  flex:0 0 auto!important;
  margin:12px 0 0!important;
  transform:none!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table{
  align-self:start!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table tr{
  height:auto!important;
  min-height:0!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td{
  height:auto!important;
  min-height:0!important;
  padding:11px 16px!important;
  line-height:1.28!important;
  vertical-align:middle!important;
}

@media(max-width:1280px){
  body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean{
    grid-template-columns:1fr!important;
  }

  body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card{
    height:420px!important;
  }

  body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card .anx-guidance-dot-chart{
    flex-basis:360px!important;
    height:360px!important;
    min-height:360px!important;
    max-height:360px!important;
  }
}

/* Finanz-Qualität: Score-Footer und Berechnungsmodal als eigene, ruhige Komponente. */
.stock-research-page #secFinanzenOverview .anx-score-trend-card .finx-card-footer{
  min-height:44px!important;
  margin:14px -16px -14px!important;
  padding:0 14px!important;
  border-top:1px solid #dfe5ec!important;
  border-radius:0 0 8px 8px!important;
  background:#eef2f6!important;
  color:#475569!important;
  font-size:13px!important;
  font-weight:800!important;
  letter-spacing:-.01em!important;
}

.stock-research-page #secFinanzenOverview .anx-score-trend-card .finx-card-footer::before{
  content:"";
  width:15px;
  height:15px;
  margin-right:8px;
  background:currentColor;
  opacity:.72;
  clip-path:path("M10.5 2H5.2v1.7h3.2L3.6 8.5l1.2 1.2 4.8-4.8v3.2h1.7V2.8c0-.4-.3-.8-.8-.8ZM3.7 4H2.8c-.5 0-.8.3-.8.8v7.4c0 .5.3.8.8.8h7.4c.5 0 .8-.3.8-.8v-.9H9.3v.1H3.7V5.7h.1V4Z");
}

.stock-research-page #secFinanzenOverview .anx-score-trend-card .finx-card-footer:hover,
.stock-research-page #secFinanzenOverview .anx-score-trend-card .finx-card-footer:focus-visible{
  background:#e4ebf2!important;
  color:#111827!important;
}

body.stock-research-page #finxMetricModal.is-score-modal .finx-metric-modal{
  width:min(760px,92vw)!important;
}

body.stock-research-page #finxMetricModal.is-score-modal .mi-modal-body{
  padding:16px 18px 18px!important;
}

body.stock-research-page #finxMetricModal.is-score-modal .finx-metric-modal-card{
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
  background:#fff!important;
}

body.stock-research-page #finxMetricModal.is-score-modal .finx-key-card-head{
  padding:0 0 12px!important;
  border-bottom:1px solid #e5e7eb!important;
}

body.stock-research-page #finxMetricModal.is-score-modal [data-finx-modal-value]{
  margin:14px 0 4px!important;
  font-size:34px!important;
  line-height:1!important;
}

body.stock-research-page #finxMetricModal.is-score-modal [data-finx-modal-period]{
  cursor:default!important;
}

body.stock-research-page #finxMetricModal.is-score-modal .finx-score-calculation-modal{
  display:block!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin:14px 0 0!important;
  padding:0!important;
  background:transparent!important;
  overflow:visible!important;
}

body.stock-research-page #finxMetricModal.is-score-modal .finx-score-calc-box{
  display:grid!important;
  gap:12px!important;
}

body.stock-research-page #finxMetricModal.is-score-modal .finx-score-calc-intro,
body.stock-research-page #finxMetricModal.is-score-modal .finx-score-calc-note{
  margin:0!important;
  color:#52637a!important;
  font-size:13px!important;
  line-height:1.55!important;
  font-weight:500!important;
}

body.stock-research-page #finxMetricModal.is-score-modal .finx-score-calc-box .finx-simple-table{
  display:table!important;
  width:100%!important;
  border-collapse:collapse!important;
  table-layout:auto!important;
  margin:0!important;
}

body.stock-research-page #finxMetricModal.is-score-modal .finx-score-calc-box .finx-simple-table th,
body.stock-research-page #finxMetricModal.is-score-modal .finx-score-calc-box .finx-simple-table td{
  padding:10px 12px!important;
  border-bottom:1px solid #e5e7eb!important;
  color:#334155!important;
  font-size:12px!important;
  line-height:1.42!important;
  text-align:left!important;
  vertical-align:top!important;
  white-space:normal!important;
}

body.stock-research-page #finxMetricModal.is-score-modal .finx-score-calc-box .finx-simple-table th{
  background:#f8fafc!important;
  color:#64748b!important;
  font-weight:800!important;
}

body.stock-research-page #finxMetricModal.is-score-modal .finx-score-calc-box .finx-simple-table td:first-child{
  width:32%!important;
  color:#111827!important;
  font-weight:750!important;
}

body.stock-research-page #finxMetricModal.is-score-modal .finx-metric-modal-axis,
body.stock-research-page #finxMetricModal.is-score-modal .finx-metric-modal-tooltip{
  display:none!important;
}

/* Guidance Beat/Miss: Plotbereich optisch auf Tabellen-Header-Hoehe setzen. */
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean{
  align-items:start!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card{
  justify-content:flex-start!important;
  padding-top:0!important;
  margin-top:0!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card .anx-guidance-dot-chart{
  height:390px!important;
  min-height:390px!important;
  max-height:390px!important;
  flex-basis:390px!important;
  margin-top:0!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table{
  margin-top:0!important;
}

/* Guidance Beat/Miss: finale Feinausrichtung nach SVG-Reset. */
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean{
  grid-template-columns:minmax(0,3fr) minmax(0,2fr)!important;
  column-gap:26px!important;
  overflow:hidden!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card{
  height:398px!important;
  min-height:0!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card .anx-guidance-dot-chart{
  height:360px!important;
  min-height:360px!important;
  max-height:360px!important;
  flex-basis:360px!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card .anx-guidance-legend{
  margin:-14px 0 0!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table{
  justify-self:stretch!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  table-layout:fixed!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td{
  padding:10px 12px!important;
  font-size:11.5px!important;
  line-height:1.24!important;
  white-space:nowrap!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th:nth-child(1),
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td:nth-child(1){
  width:18%!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th:nth-child(2),
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td:nth-child(2){
  width:25%!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th:nth-child(3),
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td:nth-child(3){
  width:34%!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th:nth-child(4),
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td:nth-child(4){
  width:23%!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean .anx-guidance-pair circle{
  r:10px!important;
  stroke-width:1.45!important;
  vector-effect:non-scaling-stroke!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean .anx-guidance-pair circle.estimate,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean .anx-guidance-pair circle.next{
  stroke-width:1.55!important;
}

@media(max-width:1280px){
  body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean{
    grid-template-columns:1fr!important;
    overflow:visible!important;
  }
}

/* Guidance Beat/Miss: Tabelle priorisieren, Chart-Spalte schmaler halten. */
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean{
  grid-template-columns:minmax(0,46%) minmax(0,54%)!important;
  column-gap:14px!important;
  overflow:visible!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card{
  width:100%!important;
  max-width:100%!important;
  justify-self:start!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card .anx-guidance-dot-chart{
  width:100%!important;
  height:350px!important;
  min-height:350px!important;
  max-height:350px!important;
  flex-basis:350px!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card .anx-guidance-legend{
  margin:-30px 0 0!important;
  padding-left:0!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  table-layout:fixed!important;
  overflow:visible!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td{
  padding:9px 8px!important;
  font-size:11px!important;
  line-height:1.22!important;
  white-space:nowrap!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th:nth-child(1),
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td:nth-child(1){
  width:16%!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th:nth-child(2),
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td:nth-child(2){
  width:24%!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th:nth-child(3),
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td:nth-child(3){
  width:36%!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th:nth-child(4),
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td:nth-child(4){
  width:24%!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table .anx-guidance-pill{
  min-width:70px!important;
  padding:8px 10px!important;
}

@media(max-width:1280px){
  body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean{
    grid-template-columns:1fr!important;
  }
}

/* Guidance Beat/Miss: Legende oben statt unter der Chart. */
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card .anx-rating-legend.anx-guidance-legend{
  order:-1!important;
  margin:0 0 8px!important;
  padding:0!important;
  align-self:flex-start!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card .anx-guidance-dot-chart{
  order:1!important;
}

/* Guidance Beat/Miss: rechte Tabelle bekommt Vorrang, Chart nur schmaler. */
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean{
  grid-template-columns:minmax(0,40%) minmax(0,60%)!important;
  column-gap:10px!important;
  overflow:visible!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card{
  max-width:100%!important;
  overflow:visible!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table{
  overflow:visible!important;
}

/* Guidance Beat/Miss: letzte Tabellen-Priorisierung gegen seitliches Abschneiden. */
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean{
  grid-template-columns:minmax(250px,32%) minmax(0,68%)!important;
  column-gap:8px!important;
  width:100%!important;
  max-width:100%!important;
  overflow:visible!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card{
  min-width:0!important;
  width:100%!important;
  max-width:100%!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-chart-card .anx-guidance-dot-chart{
  width:100%!important;
  min-width:0!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  table-layout:fixed!important;
  overflow:visible!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th,
body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td{
  padding:8px 7px!important;
  font-size:10.75px!important;
  line-height:1.18!important;
  overflow:visible!important;
  text-overflow:clip!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table th{
  white-space:normal!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table td{
  white-space:nowrap!important;
}

body.stock-research-page :is(#secAnalyse,.anx-analysis-surface) .anx-monitor-detail-content .anx-guidance-clean>.anx-guidance-table .anx-guidance-pill{
  min-width:62px!important;
  padding:7px 8px!important;
  font-size:10.75px!important;
}

/* Einheitliche Akzentfarbe (#096495); Statusfarben (positiv/negativ) bleiben semantisch getrennt. */
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 .tt-cur.on,
body.stock-research-page .chartx-controls button.on,
body.stock-research-page .chartx-range-row button.on,
body.stock-research-page .chartx-mode-btn.on{
  border-color:rgba(var(--company-accent-rgb),.32)!important;
  background:rgba(var(--company-accent-rgb),.09)!important;
}
body.stock-research-page :is(.pos,.up,.good,.buy,.beat,.is-positive,.trend-positive,.grade-a){
  --teal:var(--positive);
}

/* Gesamtbewertung ohne separates Website-Urteil und ohne Gruppenscores. */
body.stock-research-page #secBewertung .anx-overall-layout-score-only{
  grid-template-columns:minmax(0,1fr)!important;
}
body.stock-research-page #secBewertung .anx-overall-layout-score-only>.anx-overall-card{
  grid-column:1!important;
  width:100%!important;
  max-width:none!important;
}
body.stock-research-page #secBewertung .anx-overall-layout-score-only>.anx-rating-gauge-stack{
  display:none!important;
}
body.stock-research-page #secBewertung .anx-overall-layout-score-only .ovx-score-group-head{
  justify-content:flex-start!important;
}

/* Bewertung: die drei Modelle klarer voneinander trennen. */
body.stock-research-page #secBewertung .anx-relocated-valuation-models{
  gap:0!important;
  margin-top:28px!important;
}
body.stock-research-page #secBewertung .anx-relocated-valuation-models>.anx-fair-dcf{
  margin-top:0!important;
}
body.stock-research-page #secBewertung .anx-relocated-valuation-models>.anx-check-head{
  margin-bottom:28px!important;
}
body.stock-research-page #secBewertung .anx-relocated-valuation-models>.anx-fair-dcf+.anx-fair-dcf{
  margin-top:75px!important;
}

/* Unternehmen: große Inhaltsblöcke nicht direkt aneinanderkleben lassen. */
body.stock-research-page #secUnternehmenOverview>.compx-new-top{
  margin-top:18px!important;
  margin-bottom:14px!important;
}
body.stock-research-page #secUnternehmenOverview>.compx-panel,
body.stock-research-page #secUnternehmenOverview>.compx-two{
  margin-top:45px!important;
}

/* ==== research-standard-tables.css ==== */
/* Gemeinsamer Tabellenstandard für Aktien- und ETF-Research. */
body.stock-research-page .research-standard-table-tools{display:flex;align-items:center;justify-content:flex-end;gap:14px;margin:0 0 10px;flex-wrap:wrap}
body.stock-research-page .research-standard-table-search{display:flex;min-width:min(280px,100%);height:34px;align-items:center;gap:8px;padding:0 10px;border:1px solid var(--sep);border-radius:7px;background:#fff;color:var(--muted);font-size:12px;font-weight:400}
body.stock-research-page .research-standard-table-search i{color:var(--dim);font-size:11px}
body.stock-research-page .research-standard-table-search input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font:inherit}
body.stock-research-page .research-standard-table-wrap{width:100%;overflow-x:auto;border-radius:10px;background:#fff;-webkit-overflow-scrolling:touch}
body.stock-research-page table.research-standard-table{display:table!important;width:100%;margin:0!important;border-collapse:collapse;white-space:normal}
body.stock-research-page table.research-standard-table thead{display:table-header-group!important}
body.stock-research-page table.research-standard-table tbody{display:table-row-group!important;width:auto!important}
body.stock-research-page table.research-standard-table tr{display:table-row!important}
body.stock-research-page table.research-standard-table th,body.stock-research-page table.research-standard-table td{display:table-cell!important;box-sizing:border-box;vertical-align:middle}
body.stock-research-page table.research-standard-table th{padding:9px 10px;border-bottom:1px solid var(--sep);background:#fff;color:var(--muted);font-size:11px;font-weight:500;line-height:1.25}
body.stock-research-page table.research-standard-table td{padding:12px 10px;border-bottom:1px solid var(--sep);background:#fff;color:var(--text);font-size:12px;line-height:1.35}
/* Nutzer-Fund 06.09.2026: "87 Mrd. €" brach mitten im Wert auf zwei Zeilen
   um ("87" / "Mrd. €") -- die Tabelle erlaubt normales Zeilenumbrechen
   (white-space:normal oben), kurze rechtsbuendige Werte (Marktkap.,
   Burggraben-Badge) sollen aber NIE umbrechen, dafuer ist die Spalte breit
   genug bemessen. */
body.stock-research-page table.research-standard-table td.screen-col-right{white-space:nowrap}
body.stock-research-page table.research-standard-table tbody tr:last-child td{border-bottom:0}
body.stock-research-page table.research-standard-table tbody tr:hover td{background:#fafbfc}
/* Nutzer-Korrektur 06.09.2026: Spaltenkopf-Text durfte umbrechen (fuer
   mehrzeilige lange Ueberschriften gedacht), brach bei einer zu schmal
   berechneten Spalte aber bis auf einzelne Buchstaben pro Zeile um
   ("B/ur/g/gr/a/b/e/n") -- Ueberschriften brechen jetzt nie mehr um,
   noetigenfalls scrollt stattdessen die ganze Tabelle horizontal
   (.research-standard-table-wrap{overflow-x:auto} ist bereits vorhanden). */
body.stock-research-page table.research-standard-table th button{appearance:none;display:inline-flex;width:100%;min-width:0;align-items:center;justify-content:flex-end;gap:6px;padding:0;border:0;background:transparent;color:inherit;font:inherit;font-size:11px;font-weight:500;line-height:1.15;text-align:right;cursor:pointer;white-space:nowrap}
body.stock-research-page table.research-standard-table th:first-child button{justify-content:flex-start;text-align:left}
body.stock-research-page table.research-standard-table th button:hover{color:var(--text)}
body.stock-research-page table.research-standard-table th button>span{display:block;min-width:0;line-height:1.2}
body.stock-research-page table.research-standard-table .sort-ico{display:block;width:12px;flex:0 0 12px;color:var(--dim);font-size:10px;text-align:center}
body.stock-research-page table.research-standard-table th[aria-sort="ascending"] .sort-ico::before{content:"\f0de"}
body.stock-research-page table.research-standard-table th[aria-sort="descending"] .sort-ico::before{content:"\f0dd"}
body.stock-research-page .research-table-entity{display:inline-flex;max-width:100%;min-width:0;align-items:center;gap:10px;color:var(--text);text-decoration:none}
body.stock-research-page .research-table-logo{display:flex;width:30px;height:30px;flex:0 0 30px;align-items:center;justify-content:center;border:1px solid #e7ebef;border-radius:50%;background:#fff;overflow:hidden}
body.stock-research-page .research-table-logo img{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover}
body.stock-research-page .research-table-logo b{color:#64748b;font-size:9px;font-weight:800;line-height:1}
body.stock-research-page .research-table-entity-copy{display:flex;min-width:0;flex-direction:column;gap:2px}
body.stock-research-page .research-table-entity-copy>b{overflow:hidden;color:var(--text);font-size:12px;font-weight:700;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}
body.stock-research-page .research-table-entity-copy>small{color:var(--dim);font-size:9.5px;font-weight:650;line-height:1}
body.stock-research-page table.research-standard-table .etf-company-link{display:inline-flex;max-width:100%;min-width:0;align-items:center;gap:10px;color:var(--text);font-weight:700;text-decoration:none!important}
body.stock-research-page table.research-standard-table .etf-pos-logo{display:flex;width:30px;height:30px;flex:0 0 30px;align-items:center;justify-content:center;border:1px solid #e7ebef;border-radius:50%;background:#fff;overflow:hidden}
body.stock-research-page table.research-standard-table .etf-pos-logo img{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover;image-rendering:auto}
body.stock-research-page table.research-standard-table .etf-company-link>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:760px){
  body.stock-research-page .research-standard-table-tools{align-items:stretch}
  body.stock-research-page .research-standard-table-search{width:100%;min-width:0}
}
@media(max-width:620px){
  /* Nutzer-Wunsch 06.09.2026: "es ist genug Platz da" -- die Screener-/
     Markt-Tabellen geben den schmalen Zahlen-Spalten jetzt feste
     Pixelbreiten und der Unternehmen-Spalte automatisch den Rest (siehe
     screener.css/market-research.css). Damit das echt funktioniert, muss
     der Firmenname selbst per Ellipsis kuerzen koennen statt die Zelle
     durch seine volle Laenge aufzudruecken -- explizite max-width auf
     Link und Name-Text, sonst blieb table-layout:fixed trotzdem knapp zu
     breit fuer den Viewport.
  */
  body.stock-research-page .research-table-entity{max-width:100%}
  body.stock-research-page .research-table-entity-copy{min-width:0;max-width:100%}
  body.stock-research-page .research-table-entity-copy>b{max-width:100%}
}

/* ==== card-system.css ==== */
: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);
}

/* 30.08.2026: echte Interaktionen und Datenlinks in ETF-/Unternehmensansichten. */
body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column>article.compx-dependency-node{
  display:block;
  min-height:0;
  padding:0;
  overflow:visible;
}
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-toggle{
  display:grid;
  width:100%;
  min-height:70px;
  grid-template-columns:minmax(105px,.85fr) auto minmax(120px,1.15fr) auto 14px;
  gap:9px;
  align-items:center;
  padding:10px 11px;
  border:0;
  background:transparent;
  color:inherit;
  cursor:pointer;
  text-align:left;
}
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-name{display:flex;min-width:0;flex-direction:column;gap:3px}
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-name b{color:#111827;font-size:11px;font-weight:800;line-height:1.25;white-space:normal}
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-name small,
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-relation{color:#94a3b8;font-size:8.75px;font-weight:650;line-height:1.25}
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-toggle>strong{color:#475569;font-size:9.5px;font-weight:700;line-height:1.35}
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-chevron{color:#64748b;font-size:10px;transition:transform .2s ease}
body.stock-research-page #secUnternehmenOverview .compx-dependency-node.is-open .compx-dependency-node-chevron{transform:rotate(180deg)}
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-detail{
  display:grid;
  gap:7px;
  padding:0 11px 12px;
  border-top:1px solid #e2e8f0;
}
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-detail[hidden]{display:none!important}
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-detail p{display:grid;grid-template-columns:92px 1fr;gap:10px;margin:0;padding-top:8px;color:#475569;font-size:10px;line-height:1.45}
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-detail p span{color:#111827;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.035em}

body.stock-research-page .etf-holding-market-link,
body.stock-research-page .etf-holding-country-link{color:#385574;text-decoration:none;text-underline-offset:2px}
body.stock-research-page .etf-holding-market-link:hover,
body.stock-research-page .etf-holding-country-link:hover{color:#0f6b9a;text-decoration:underline}

body.stock-research-page .etf-live-news-loading,
body.stock-research-page .etf-live-news-empty{display:flex;min-height:180px;align-items:center;justify-content:center;flex-direction:column;gap:7px;color:#64748b;text-align:center}
body.stock-research-page .etf-live-news-loading i{color:#0f6b9a;font-size:18px}
body.stock-research-page .etf-live-news-loading strong,
body.stock-research-page .etf-live-news-empty strong{color:#1f2937;font-size:14px}
body.stock-research-page .etf-live-news-item{position:relative;display:block;padding:16px 18px;border-bottom:1px solid #e5eaf0;color:inherit;text-decoration:none;transition:background .16s ease}
body.stock-research-page .etf-live-news-item:hover{background:#f8fafc}
body.stock-research-page .etf-live-news-item:last-child{border-bottom:0}
body.stock-research-page .etf-live-news-item .ovx-news-source em{margin-left:auto;padding:3px 7px;border-radius:999px;background:#eef2f6;color:#475569;font-size:9px;font-style:normal;font-weight:800}
body.stock-research-page .etf-live-news-open{display:inline-flex;align-items:center;gap:5px;margin-top:8px;color:#66788d;font-size:10px;font-weight:700}

body.stock-research-page #secNewsAnalysis .news-event-card-toggle{display:grid;width:100%;grid-template-columns:minmax(0,1fr) auto 14px;gap:8px;align-items:center;margin:0;padding:3px 0;border:0;background:transparent;color:#111827;cursor:pointer;text-align:left}
body.stock-research-page #secNewsAnalysis .news-event-card-toggle>span{font-size:13px;font-weight:800;line-height:1.3}
body.stock-research-page #secNewsAnalysis .news-event-card-toggle>small{color:#64748b;font-size:9px;font-weight:700}
body.stock-research-page #secNewsAnalysis .news-event-card-toggle>i{color:#64748b;font-size:10px;transition:transform .2s ease}
body.stock-research-page #secNewsAnalysis .ovx-event-card.is-expanded .news-event-card-toggle>i{transform:rotate(180deg)}
body.stock-research-page #secNewsAnalysis .news-event-card-details{padding-top:8px;border-top:1px solid #e5eaf0}
body.stock-research-page #secNewsAnalysis .news-event-card-details[hidden]{display:none!important}

/* Der Tooltip wird bewusst in document.body verschoben. Deshalb darf sein
   Positionierungs-Selektor nicht mehr von #secBewertung abhängen. */
body>.anx-reverse-dcf-tooltip-portal{
  position:fixed!important;
  z-index:10020!important;
  min-width:190px;
  max-width:min(260px,calc(100vw - 20px));
  width:max-content;
  padding:8px 10px!important;
  border:1px solid #dfe4ea!important;
  border-radius:8px!important;
  background:#f8fafc!important;
  box-shadow:0 5px 14px rgba(15,23,42,.10)!important;
  pointer-events:none!important;
}
body>.anx-reverse-dcf-tooltip-portal .ovx-canvas-tooltip-date{margin:0 0 2px;color:#6b7280;font-size:13px;white-space:normal}
body>.anx-reverse-dcf-tooltip-portal .ovx-canvas-tooltip-date b{color:#111827;font-size:13px;font-weight:700}
body>.anx-reverse-dcf-tooltip-portal .ovx-canvas-tooltip-date.is-period{margin-bottom:5px;color:#111827;font-weight:700}
/* Gleiche Tooltip-Zeilenstruktur wie die Uebersicht-Balkendiagramme
   (.ovx-overview-group-tooltip .finx-analysis-group-values), 1:1 uebernommen. */
body>.anx-reverse-dcf-tooltip-portal .finx-analysis-group-values{display:grid;min-width:0;gap:4px;margin-top:5px}
body>.anx-reverse-dcf-tooltip-portal .finx-analysis-group-values span{display:flex;align-items:baseline;justify-content:space-between;gap:16px;white-space:nowrap}
body>.anx-reverse-dcf-tooltip-portal .finx-analysis-group-values small{display:inline-flex;align-items:center;gap:5px;color:#64748b;font-size:9px;font-weight:650}
body>.anx-reverse-dcf-tooltip-portal .finx-analysis-group-values b{color:#111827;font-size:10px;font-weight:800}

@media(max-width:760px){
  body.stock-research-page #secUnternehmenOverview .compx-dependency-node-toggle{grid-template-columns:minmax(0,1fr) auto 14px;min-height:62px;gap:7px}
  body.stock-research-page #secUnternehmenOverview .compx-dependency-node-relation{display:none}
  body.stock-research-page #secUnternehmenOverview .compx-dependency-node-toggle>strong{grid-column:1/2}
  body.stock-research-page #secUnternehmenOverview .compx-dependency-level-dots{grid-column:2/3;grid-row:1/3}
  body.stock-research-page #secUnternehmenOverview .compx-dependency-node-chevron{grid-column:3/4;grid-row:1/3}
  body.stock-research-page #secUnternehmenOverview .compx-dependency-node-detail p{grid-template-columns:1fr;gap:3px}
  body.stock-research-page #secNewsAnalysis .news-event-card-toggle{grid-template-columns:minmax(0,1fr) 14px}
  body.stock-research-page #secNewsAnalysis .news-event-card-toggle>small{display:none}
  body.stock-research-page .etf-live-news-item{padding:13px 12px}
}

/* ETF portfolio structure (desktop): both donuts use the fixed centre of the
   collapsed cards. Expanding another legend may grow the row downwards, but
   neither the charts nor the natural concentration rows stretch or jump. */
@media (min-width:901px){
  body.stock-research-page [data-etf-tab="portfolio"] .etf-portfolio-donut-grid>.etf-portfolio-donut-item{
    display:flex!important;
    flex-direction:column!important;
  }

  body.stock-research-page [data-etf-tab="portfolio"] .etf-portfolio-donut-item-head{
    flex:0 0 auto;
  }

  body.stock-research-page [data-etf-tab="portfolio"] .etf-portfolio-donut-layout{
    flex:1 1 auto;
    align-items:start!important;
  }

  body.stock-research-page [data-etf-tab="portfolio"] .etf-portfolio-donut-visual{
    align-self:start!important;
    margin:75px 0 0!important;
  }

  body.stock-research-page [data-etf-tab="portfolio"] [data-donut-id="concentration"] .etf-portfolio-donut-legend{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:repeat(11,30px)!important;
    grid-auto-rows:30px!important;
    align-self:start!important;
    align-content:start!important;
    height:auto!important;
    gap:2px!important;
  }

  body.stock-research-page [data-etf-tab="portfolio"] [data-donut-id="concentration"] .etf-portfolio-donut-legend .legend-item{
    height:100%;
    min-height:30px;
    padding:4px 8px!important;
  }
}

/* Kursziel-Chart: vollwertiger Standard-Chart statt flachem Prognose-Widget. */
body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-monitor-detail-section .anx-rating-target-card{
  padding:24px 28px 24px!important;
  overflow:hidden!important;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card>.anx-rating-summary{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:9px!important;
  width:100%!important;
  margin:0 0 12px!important;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card>.anx-rating-summary>span{
  display:flex!important;
  min-width:0!important;
  min-height:58px!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:4px!important;
  padding:9px 12px!important;
  border:1px solid #e7ebf0!important;
  border-radius:8px!important;
  background:#f8fafc!important;
  color:#64748b!important;
  box-sizing:border-box!important;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card>.anx-rating-summary small{
  display:block;
  max-width:100%;
  overflow:hidden;
  color:#64748b;
  font-size:10px;
  font-weight:650;
  line-height:1.2;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card>.anx-rating-summary b{
  margin:0!important;
  color:#111827!important;
  font-size:15px!important;
  font-weight:780!important;
  line-height:1.15!important;
  letter-spacing:-.025em;
  white-space:nowrap;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card>.anx-rating-summary .is-positive b{color:#168451!important}
body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card>.anx-rating-summary .is-negative b{color:#c24141!important}

body.stock-research-page #secBewertung .anx-target-chart-legend{
  display:flex;
  min-height:28px;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 18px;
  margin:0 0 4px;
  color:#64748b;
  font-size:10.5px;
  font-weight:650;
}

body.stock-research-page #secBewertung .anx-target-chart-legend span{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
body.stock-research-page #secBewertung .anx-target-chart-legend i{display:block;width:20px;height:3px;border-radius:99px;background:#65a30d}
body.stock-research-page #secBewertung .anx-target-chart-legend i.is-average{height:0;border-top:2px dashed #334155;background:transparent}
body.stock-research-page #secBewertung .anx-target-chart-legend i.is-corridor{height:9px;border:1px solid rgba(100,116,139,.28);background:rgba(100,116,139,.11)}

body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card>.anx-target-modal-canvas.ovx-canvas-wrap{
  width:100%!important;
  height:360px!important;
  min-height:360px!important;
  margin:0!important;
  overflow:visible!important;
}

@media(max-width:700px){
  body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-monitor-detail-section .anx-rating-target-card{
    padding:14px 12px 16px!important;
  }
  body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card>.anx-rating-summary{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
    margin-bottom:10px!important;
  }
  body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card>.anx-rating-summary>span{
    min-height:52px!important;
    padding:8px 9px!important;
  }
  body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card>.anx-rating-summary small{font-size:9px}
  body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card>.anx-rating-summary b{font-size:13px!important}
  body.stock-research-page #secBewertung .anx-target-chart-legend{gap:7px 12px;margin-bottom:2px;font-size:9.5px}
  body.stock-research-page #secBewertung .anx-target-chart-legend{display:grid;grid-template-columns:repeat(2,max-content);min-height:42px;align-content:center}
  body.stock-research-page #secBewertung .anx-target-chart-legend span:last-child{grid-column:1/-1}
  body.stock-research-page #secBewertung .anx-target-chart-legend i{width:16px}
  body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card>.anx-target-modal-canvas.ovx-canvas-wrap{
    height:330px!important;
    min-height:330px!important;
  }
}

/* Portfolio und ETF-Exposure: schlichte Standardtabelle wie im Kaufen-Tab.
   Mobil wird die unveränderte Tabelle horizontal gescrollt; keine Karten,
   keine fixierte erste Spalte und keine eigene Sonderoptik. */
body.stock-research-page #staticEtfHolders .etf-table-wrap,
body.stock-research-page .etf-exposure-table-wrap{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  -webkit-overflow-scrolling:touch;
}

body.stock-research-page #nvdaEtfTable,
body.stock-research-page #etfHoldingExposureTable{
  display:table!important;
  width:100%!important;
  min-width:760px!important;
  table-layout:fixed!important;
  border-collapse:collapse!important;
  border-spacing:0!important;
  white-space:normal!important;
}

body.stock-research-page #nvdaEtfTable colgroup,
body.stock-research-page #etfHoldingExposureTable colgroup{display:table-column-group!important}
body.stock-research-page #nvdaEtfTable thead,
body.stock-research-page #etfHoldingExposureTable thead{display:table-header-group!important}
body.stock-research-page #nvdaEtfTable tbody,
body.stock-research-page #etfHoldingExposureTable tbody{display:table-row-group!important;width:auto!important}
body.stock-research-page #nvdaEtfTable tr,
body.stock-research-page #etfHoldingExposureTable tr{
  display:table-row!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
}

body.stock-research-page #nvdaEtfTable :is(th,td),
body.stock-research-page #etfHoldingExposureTable :is(th,td){
  position:static!important;
  z-index:auto!important;
  left:auto!important;
  display:table-cell!important;
  min-width:0!important;
  padding:11px 12px!important;
  border:0!important;
  border-bottom:1px solid var(--sep,#e5e7eb)!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  color:var(--text,#111827)!important;
  font-size:12px!important;
  line-height:1.35!important;
  vertical-align:middle!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
}

body.stock-research-page #nvdaEtfTable th,
body.stock-research-page #etfHoldingExposureTable th{
  padding-top:10px!important;
  padding-bottom:10px!important;
  color:var(--muted,#64748b)!important;
  font-size:11px!important;
  font-weight:600!important;
}

body.stock-research-page #nvdaEtfTable tbody tr:last-child td,
body.stock-research-page #etfHoldingExposureTable tbody tr:last-child td{border-bottom:0!important}
body.stock-research-page #nvdaEtfTable tbody tr:hover td,
body.stock-research-page #etfHoldingExposureTable tbody tr:hover td{background:#fafbfc!important}
body.stock-research-page #nvdaEtfTable td::before,
body.stock-research-page #etfHoldingExposureTable td::before{display:none!important;content:none!important}

body.stock-research-page #nvdaEtfTable :is(th,td):first-child,
body.stock-research-page #etfHoldingExposureTable :is(th,td):first-child{
  position:static!important;
  z-index:auto!important;
  left:auto!important;
  width:auto!important;
  min-width:0!important;
  box-shadow:none!important;
}

/* Nutzer-Wunsch 06.09.2026: "die Balken muessen auf der Hoehe enden, wo auch
   der Header endet" -- diese Basisregel (gilt auf allen Breiten ohne
   Media-Query-Einschraenkung) zentrierte den Balken bisher, wodurch sein
   rechter Rand weit vor dem rechten Rand der "Gewichtung"-Kopfzeile endete. */
body.stock-research-page #nvdaEtfTable .etf-exposure-bar{
  width:108px!important;
  max-width:108px!important;
  margin:0 0 0 auto!important;
}
body.stock-research-page #etfHoldingExposureTable .etf-holding-weight-bar{width:112px!important;max-width:112px!important}
body.stock-research-page #etfHoldingExposureTable .etf-holding-valuation-plain{align-items:flex-end!important;margin-left:auto!important;text-align:right!important}
body.stock-research-page #etfHoldingExposureTable :is(th,td):last-child{text-align:right!important}
body.stock-research-page #etfHoldingExposureTable th:last-child button{justify-content:flex-end!important;text-align:right!important}
body.stock-research-page #etfHoldingExposureTable .etf-holding-col-company{width:32%!important}
body.stock-research-page #etfHoldingExposureTable .etf-holding-col-branch{width:18%!important}
body.stock-research-page #etfHoldingExposureTable .etf-holding-col-country{width:14%!important}
body.stock-research-page #etfHoldingExposureTable .etf-holding-col-weight{width:16%!important}
body.stock-research-page #etfHoldingExposureTable .etf-holding-col-valuation{width:20%!important}

/* Globale Research-Suche in der bestehenden Navbar. */
.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}
.stock-research-page .nav-search-suggestions>a{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;padding:8px;border-radius:7px;color:#334155;text-decoration:none}
.stock-research-page .nav-search-suggestions>a:hover,.stock-research-page .nav-search-suggestions>a:focus-visible,.stock-research-page .nav-search-suggestions>a.is-active{background:#f1f5f9;outline:0}
.stock-research-page .nav-search-result-logo{display:grid;width:32px;height:32px;place-items:center;border:1px solid #e2e8f0;border-radius:50%;background:#fff;overflow:hidden;color:#475569;font-size:11px;font-weight:850}
.stock-research-page .nav-search-result-logo img{display:block;width:26px;height:26px;max-width:26px;max-height:26px;border-radius:50%;object-fit:contain}
.stock-research-page .nav-search-result-logo.is-market{background:#f4f6f8}
.stock-research-page .nav-search-suggestions>a>span:nth-child(2){min-width:0}
.stock-research-page .nav-search-suggestions b,.stock-research-page .nav-search-suggestions small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.stock-research-page .nav-search-suggestions b{color:#111827;font-size:11.5px;font-weight:800}
.stock-research-page .nav-search-suggestions small{margin-top:2px;color:#7b8798;font-size:9.5px;font-weight:600}
.stock-research-page .nav-search-empty{padding:14px;color:#7b8798;font-size:11px;text-align:center}

/* Zukunftspläne: proportionale Mehrjahres-Roadmap mit mehreren Vorhaben je Zeile. */
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap-scroll{
  width:100%;
  margin:14px 0;
  padding-bottom:8px;
  overflow-x:auto;
  scrollbar-color:#cbd5e1 transparent;
  scrollbar-width:thin;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap{
  position:relative;
  display:grid!important;
  min-width:910px;
  grid-template-columns:repeat(7,minmax(0,1fr))!important;
  grid-auto-rows:minmax(116px,auto);
  gap:10px 8px!important;
  margin:0!important;
  padding:0!important;
  background:repeating-linear-gradient(90deg,transparent 0,transparent calc(14.2857% - 1px),#e7ebf0 calc(14.2857% - 1px),#e7ebf0 14.2857%);
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap::before{
  display:none!important;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap-years{
  display:grid;
  grid-column:1/-1;
  grid-row:1;
  grid-template-columns:repeat(7,minmax(0,1fr));
  border-bottom:1px solid var(--ui-card-border);
  background:#fff;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap-years span{
  padding:0 8px 9px;
  color:#64748b;
  font-size:10px;
  font-weight:750;
  line-height:1.2;
  text-align:center;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article,
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article:is(:first-child,:last-child,:nth-child(odd),:nth-child(even)){
  position:relative;
  display:flex;
  min-width:0;
  grid-column:var(--roadmap-start)/var(--roadmap-end)!important;
  grid-row:var(--roadmap-row)!important;
  flex-direction:column;
  align-self:stretch;
  padding:0 12px 11px!important;
  border:1px solid var(--ui-card-border)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:var(--ui-card-shadow)!important;
  overflow:hidden!important;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article::before{
  content:attr(data-timeline-date);
  position:absolute;
  z-index:2;
  top:8px;
  right:8px;
  left:auto;
  display:inline-flex;
  width:max-content;
  min-height:20px;
  align-items:center;
  margin:0;
  padding:2px 6px;
  border:0;
  border-radius:6px;
  background:#fff;
  color:#64748b;
  font-size:8.5px;
  font-weight:700;
  line-height:1.2;
  white-space:nowrap;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article::after{
  display:none!important;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article>b{
  display:block;
  min-height:38px;
  margin:0 -12px 8px!important;
  padding:9px 60px 8px 12px!important;
  border-radius:8px 8px 0 0;
  background:#f4f6f8;
  color:#334155;
  font-size:11.5px!important;
  font-weight:750!important;
  line-height:1.3!important;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article>p{
  display:-webkit-box;
  margin:0!important;
  overflow:hidden;
  color:#475569!important;
  font-size:10px!important;
  line-height:1.45!important;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap .compx-model-tags{
  gap:4px!important;
  margin-top:auto!important;
  padding-top:8px!important;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap .compx-model-tags span{
  min-height:20px!important;
  padding:2px 6px!important;
  border-radius:6px!important;
  font-size:8.5px!important;
}

/* Portfolio-Struktur: die komplette Donut-Karte wird angehoben, nicht nur ihr Kopf. */
body.stock-research-page [data-etf-tab="portfolio"] .etf-portfolio-donut-item{
  border:0!important;
  border-radius:var(--ui-card-radius)!important;
  background:#fff!important;
  box-shadow:var(--ui-card-shadow)!important;
}

body.stock-research-page [data-etf-tab="portfolio"] .etf-portfolio-donut-item-head{
  margin-bottom:10px;
  padding:0;
  background:transparent;
  box-shadow:none!important;
}

/* Der Marktanteils-Donut auf Sektor-, Branchen- und Themenseiten bleibt flach. */
body.stock-research-page.market-research-page #secOverview#secOverview .etf-portfolio-donut-item.market-share-donut-item{
  border:0!important;
  box-shadow:none!important;
}

@media(max-width:780px){
  body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap{
    min-width:840px;
    grid-template-columns:repeat(7,minmax(0,1fr))!important;
    padding:0!important;
  }

  body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article::before{
    position:absolute;
    margin:0;
  }
}

/* Zukunftspläne als vertikales Gantt: Zeit links, parallele Pläne rechts. */
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap{
  position:relative;
  display:grid!important;
  min-width:0!important;
  min-height:574px;
  grid-template-columns:repeat(4,minmax(160px,1fr))!important;
  grid-template-rows:repeat(7,82px)!important;
  grid-auto-rows:82px!important;
  gap:0 8px!important;
  margin:14px 0!important;
  padding:0 0 0 112px!important;
  background:repeating-linear-gradient(180deg,transparent 0,transparent 81px,#e7ebf0 81px,#e7ebf0 82px)!important;
  overflow-x:auto!important;
  overflow-y:visible!important;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel.is-open .compx-roadmap{
  grid-template-columns:repeat(5,minmax(160px,1fr))!important;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap::before{
  content:"";
  position:absolute;
  z-index:1;
  top:0;
  bottom:0;
  left:48px;
  display:block!important;
  width:2px;
  border-radius:2px;
  background:#cbd5e1;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap-y-axis{
  position:absolute;
  z-index:3;
  inset:0 auto 0 0;
  display:block;
  width:104px;
  pointer-events:none;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap-y-axis span{
  position:absolute;
  top:calc(var(--timeline-y) * 82px);
  left:0;
  display:inline-flex;
  min-height:24px;
  align-items:center;
  padding:3px 8px;
  border:1px solid var(--ui-card-border);
  border-radius:6px;
  background:#fff;
  color:#64748b;
  font-size:10px;
  font-weight:700;
  line-height:1.2;
  white-space:nowrap;
  transform:translateY(-50%);
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap-y-axis span:first-child{transform:none}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap-y-axis span::after{
  content:"";
  position:absolute;
  top:50%;
  left:43px;
  width:8px;
  height:8px;
  border:2px solid #fff;
  border-radius:50%;
  background:#168451;
  box-shadow:0 0 0 1px #9aa7b5;
  transform:translate(-50%,-50%);
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article,
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article:is(:first-child,:last-child,:nth-child(odd),:nth-child(even)){
  position:relative;
  display:flex;
  min-width:0;
  grid-column:var(--plan-lane)!important;
  grid-row:var(--plan-start)/span var(--plan-span)!important;
  flex-direction:column;
  align-self:stretch;
  margin:4px 0;
  padding:0 12px 11px!important;
  border:1px solid var(--ui-card-border)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:var(--ui-card-shadow)!important;
  overflow:hidden!important;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article::before{
  content:attr(data-timeline-date);
  position:absolute;
  z-index:2;
  top:8px;
  right:8px;
  left:auto;
  display:inline-flex;
  width:max-content;
  min-height:20px;
  align-items:center;
  margin:0;
  padding:2px 6px;
  border:0;
  border-radius:6px;
  background:#fff;
  color:#64748b;
  font-size:8.5px;
  font-weight:700;
  line-height:1.2;
  white-space:nowrap;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article::after{display:none!important}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article>b{display:block;min-height:38px;margin:0 -12px 8px!important;padding:9px 72px 8px 12px!important;border-radius:8px 8px 0 0;background:#f4f6f8;color:#334155;font-size:11.5px!important;font-weight:750!important;line-height:1.3!important}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article>p{display:-webkit-box;margin:0!important;overflow:hidden;color:#475569!important;font-size:10px!important;line-height:1.45!important;-webkit-box-orient:vertical;-webkit-line-clamp:7}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap .compx-model-tags{gap:4px!important;margin-top:auto!important;padding-top:8px!important}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap .compx-model-tags span{min-height:20px!important;padding:2px 6px!important;border-radius:6px!important;font-size:8.5px!important}

/* Aktien-News erhält das vorhandene ETF-Paginator-Design. */
body.stock-research-page #secNewsAnalysis .etf-pager.news-list-pager{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;flex-wrap:wrap!important;margin-top:14px!important;color:#64748b!important;font-size:12px!important}
body.stock-research-page #secNewsAnalysis .etf-pager.news-list-pager button{display:inline-flex!important;width:30px!important;height:30px!important;align-items:center!important;justify-content:center!important;padding:0!important;border:1px solid var(--ui-card-border)!important;border-radius:6px!important;background:#fff!important;color:#64748b!important;font:inherit!important;cursor:pointer!important}
body.stock-research-page #secNewsAnalysis .etf-pager.news-list-pager button.on{border-color:#111827!important;background:#111827!important;color:#fff!important;font-weight:700!important}
body.stock-research-page #secNewsAnalysis .etf-pager.news-list-pager button:disabled{opacity:.45!important;cursor:default!important}
body.stock-research-page #secNewsAnalysis .etf-pager.news-list-pager .etf-pager-count{margin-left:auto!important;color:#94a3b8!important}

/* Portfolio-Struktur: sichtbar angehobene vollständige Cards. */
body.stock-research-page [data-etf-tab="portfolio"] .etf-portfolio-donut-grid>.etf-portfolio-donut-item{
  border:1px solid var(--ui-card-border)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 2px 8px rgba(34,36,38,.16)!important;
  overflow:visible!important;
}

.etf-incomplete-data-note{margin:0 0 10px;padding:3px 0;border:0;background:none;color:#94a3b8;font-size:10.5px;font-weight:500;line-height:1.35}

.etf-distributions-card{padding:16px 18px}
.etf-distributions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 24px}
.etf-distributions-cell{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid #f1f5f9}
.etf-distributions-cell span{color:#64748b;font-size:12.5px;font-weight:600}
.etf-distributions-cell b{color:#111827;font-size:13.5px;font-weight:750;white-space:nowrap}
@media (max-width:560px){.etf-distributions-grid{grid-template-columns:1fr}}

body.stock-research-page.market-research-page #secOverview#secOverview .etf-portfolio-donut-item.market-share-donut-item{
  border:0!important;
  box-shadow:none!important;
}

@media(max-width:780px){
  body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap,
  body.stock-research-page #secUnternehmenOverview .compx-future-panel.is-open .compx-roadmap{
    min-width:0!important;
    grid-template-columns:repeat(4,minmax(160px,1fr))!important;
    padding-left:104px!important;
  }
  body.stock-research-page #secNewsAnalysis .etf-pager.news-list-pager .etf-pager-count{width:100%;margin:4px 0 0!important;text-align:center}
}

/* Eine gemeinsame Karten-Ebene auf allen Research-Seiten. */
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;
}

/* Große Inhaltsflächen sind keine erhöhten Cards. */
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}

/* Balkendiagramme in Kennzahlenkarten mit echter Nulllinie. */
body.stock-research-page .finx-key-chart.has-negative-values{
  position:relative!important;
  align-items:flex-start!important;
  border-bottom-color:transparent!important;
}
body.stock-research-page .finx-key-chart.has-negative-values::after{
  content:"";
  position:absolute;
  z-index:2;
  top:calc(5px + var(--finx-zero-px,19px));
  right:0;
  left:0;
  height:1px;
  background:#d6dde5;
  pointer-events:none;
}
body.stock-research-page .finx-key-chart.has-negative-values>i{
  position:relative!important;
  z-index:1;
  top:var(--finx-bar-top,0)!important;
  height:var(--finx-bar-height,5px)!important;
  margin-top:0!important;
}
body.stock-research-page .finx-key-chart.has-negative-values>i.is-negative-value{
  border-radius:0 0 2px 2px!important;
}
body.stock-research-page .finx-key-chart.has-negative-values>i.is-zero-value{
  border-radius:2px!important;
}

/* Finanzkennzahlen bleiben ausdrücklich echte Einzelkarten. */
body.stock-research-page
  :is(#secOverview#secOverview,#secFinanzenOverview#secFinanzenOverview,#secAnalyse#secAnalyse,main)
  .finx-key-card.anx-valuation-key-card{
  border:1px solid var(--ui-card-border)!important;
  box-shadow:var(--ui-card-shadow)!important;
}

/* Gleichmäßiger Innenraum in den Business-/Diversifikationskarten. */
body.stock-research-page #secOverview .ovx-business-quality .compx-model-detail-grid>article,
body.stock-research-page #secOverview .etf-diversification-quality .compx-model-detail-grid>article{
  padding:16px 18px!important;
}

/* Zusammengeklebte Kreuz-Raster werden zu einzelnen, umrandeten Karten. */
body.stock-research-page :is(
  .compx-model-detail-grid,
  .etf-portfolio-donut-grid,
  .ovx-news-list,
  .co-info-grid,
  .finx-snapshot,
  .anx-fair-reasons,
  .ovx-two,
  .anx-dual-grid,
  .etf-diversification-grid,
  .etf-winners-roadmap
){
  gap:12px!important;
  border:0!important;
  background:transparent!important;
  overflow:visible!important;
}

/* Kartenraster erhalten Luft zu Überschrift und Abschnittsabschluss. */
body.stock-research-page :is(
  .compx-model-detail-grid,
  .etf-portfolio-donut-grid,
  .ovx-news-list,
  .co-info-grid,
  .finx-snapshot,
  .anx-fair-reasons,
  .ovx-two,
  .anx-dual-grid,
  .etf-diversification-grid,
  .etf-winners-roadmap,
  .compx-driver-cards,
  .compx-future-grid,
  .compx-future-panel .compx-roadmap,
  .market-value-chain
){
  margin-top:14px!important;
  margin-bottom:14px!important;
}

body.stock-research-page .ovx-related-panel .stock-card-carousel{
  margin-top:10px!important;
  margin-bottom:14px!important;
}

body.stock-research-page :is(
  .compx-model-detail-grid>article,
  .etf-portfolio-donut-item,
  .ovx-news-list>div,
  .co-info-grid>.co-info-row,
  .finx-snapshot>div,
  .anx-fair-reasons>div,
  .ovx-two>.ovx-panel,
  .anx-dual-grid>.anx-fair-panel,
  .anx-dual-grid>.anx-monitor-detail-section,
  .anx-dual-grid>.anx-estimates-combined,
  .etf-diversification-grid>article,
  .etf-winners-roadmap>.etf-winner-roadmap-card
){
  min-width:0;
  padding:16px!important;
  border:1px solid var(--ui-card-border)!important;
  border-radius:var(--ui-card-radius)!important;
  background:#fff;
  box-shadow:var(--ui-card-shadow)!important;
}

body.stock-research-page :is(
  .compx-model-detail-grid>article,
  .etf-portfolio-donut-item,
  .ovx-news-list>div,
  .co-info-grid>.co-info-row,
  .finx-snapshot>div,
  .anx-fair-reasons>div,
  .ovx-two>.ovx-panel,
  .etf-diversification-grid>article,
  .etf-winners-roadmap>.etf-winner-roadmap-card
):is(:first-child,:last-child,:nth-child(odd),:nth-child(even)){
  border:1px solid var(--ui-card-border)!important;
}

/* Unternehmen: aktuelle Treiber als kompakte operative Wirkungsketten. */
body.stock-research-page #secUnternehmenOverview .compx-driver-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  margin-top:16px!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card{
  --driver-accent:#6f8194;
  --driver-soft:#eef2f6;
  position:relative;
  min-height:0!important;
  padding:0!important;
  border:1px solid var(--ui-card-border)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:var(--ui-card-shadow)!important;
  overflow:hidden;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card.is-positive{
  --driver-accent:#168451;
  --driver-soft:#e6f4ed;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card.is-watch{
  --driver-accent:#c58b08;
  --driver-soft:#fff5d8;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card.is-negative{
  --driver-accent:#c94b55;
  --driver-soft:#fbeaec;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card::before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0 auto 0 0;
  width:4px;
  background:var(--driver-accent);
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  min-height:62px;
  margin:0!important;
  padding:11px 14px 10px 17px;
  border-bottom:1px solid var(--ui-card-border);
  background:#f7f9fb;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card header>div{
  min-width:0;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-kicker{
  display:block;
  margin:0 0 3px;
  color:var(--driver-accent);
  font-size:9px;
  font-weight:800;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card h3{
  margin:0!important;
  color:#172033;
  font-size:13px!important;
  font-weight:780!important;
  line-height:1.22!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-dot-status{
  flex:0 0 auto;
  min-height:23px;
  padding:4px 7px;
  border:1px solid color-mix(in srgb,var(--driver-accent) 18%,#fff);
  border-radius:6px;
  background:var(--driver-soft);
  color:var(--driver-accent)!important;
  font-size:9.5px!important;
  font-weight:750!important;
  line-height:1!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-dot-status i{
  background:var(--driver-accent)!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card>p{
  min-height:50px;
  margin:0!important;
  padding:11px 14px 9px 17px;
  color:#536176!important;
  font-size:11.5px!important;
  line-height:1.42!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-flow{
  display:grid;
  grid-template-columns:minmax(0,1fr) 14px minmax(0,1fr) 14px minmax(0,1fr);
  align-items:center;
  gap:3px;
  margin:0 14px 11px 17px;
  padding:8px 9px;
  border:1px solid var(--ui-card-border);
  border-radius:7px;
  background:#fbfcfd;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-flow :is(span,strong){
  min-width:0;
  color:#59687d;
  font-size:9.5px;
  font-style:normal;
  font-weight:650;
  line-height:1.2;
  text-align:center;
  overflow-wrap:anywhere;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-flow strong{
  padding:5px 4px;
  border-radius:5px;
  background:var(--driver-soft);
  color:var(--driver-accent);
  font-weight:800;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-flow>i{
  position:relative;
  width:14px;
  height:1px;
  background:#b9c3cf;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-flow>i::after{
  content:"";
  position:absolute;
  top:-2px;
  right:0;
  width:4px;
  height:4px;
  border-top:1px solid #8795a7;
  border-right:1px solid #8795a7;
  transform:rotate(45deg);
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card-meta{
  display:grid!important;
  grid-template-columns:112px minmax(0,1fr);
  gap:0!important;
  margin:0!important;
  padding:0 14px 10px 17px!important;
  border-top:0!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card-meta>div{
  display:flex!important;
  min-width:0;
  align-items:center;
  gap:7px!important;
  padding:0!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card-meta>div>span:first-child{
  color:#8a97a8;
  font-size:9.5px;
  font-weight:700;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card .compx-driver-tags{
  display:flex;
  min-width:0;
  flex-wrap:wrap;
  gap:4px!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card .compx-driver-tags span{
  min-height:20px!important;
  padding:3px 7px!important;
  border:0!important;
  border-radius:6px!important;
  background:#f1f4f7!important;
  color:#607086!important;
  font-size:9px!important;
  font-weight:700!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-cards:not(.is-open) .compx-driver-extra{
  display:none!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-more.compx-more{
  display:flex;
  width:max-content;
  margin:12px auto 14px;
}

@media(max-width:720px){
  body.stock-research-page #secUnternehmenOverview .compx-driver-cards{
    grid-template-columns:1fr!important;
  }

  body.stock-research-page #secUnternehmenOverview .compx-driver-card-meta{
    grid-template-columns:104px minmax(0,1fr);
  }
}

/* Zukunftspläne als getrennte Einzelkarten statt Kreuz-Raster. */
/* Ruhige Treiberkarten: eine visuelle Ebene statt verschachtelter Boxen. */
body.stock-research-page #secUnternehmenOverview .compx-driver-card{
  display:grid!important;
  grid-template-rows:auto 1fr auto;
  min-height:154px!important;
  padding:15px 16px 13px!important;
  border:1px solid var(--ui-card-border)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:var(--ui-card-shadow)!important;
  overflow:visible!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card::before{display:none!important}

body.stock-research-page #secUnternehmenOverview .compx-driver-card header{
  min-height:0!important;
  margin:0 0 9px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-kicker{
  position:relative;
  margin:0 0 7px!important;
  padding-left:15px;
  color:#7b8899!important;
  font-size:8.5px!important;
  font-weight:800!important;
  letter-spacing:.075em!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-kicker::before{
  content:"";
  position:absolute;
  top:50%;
  left:0;
  width:9px;
  height:3px;
  border-radius:3px;
  background:var(--driver-accent);
  transform:translateY(-50%);
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card h3{
  font-size:13.5px!important;
  line-height:1.25!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-dot-status{
  min-height:auto!important;
  padding:2px 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  font-size:9.5px!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card>p{
  min-height:0!important;
  margin:0!important;
  padding:0 0 13px!important;
  color:#58677b!important;
  font-size:11px!important;
  line-height:1.5!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card-meta{
  display:grid!important;
  grid-template-columns:102px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:center;
  margin:0!important;
  padding:11px 0 0!important;
  border-top:1px solid var(--ui-card-border)!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card-meta>div{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  gap:7px!important;
  align-items:center!important;
}

body.stock-research-page #secUnternehmenOverview .compx-pressure-meter{
  display:grid!important;
  grid-template-columns:repeat(3,1fr);
  width:42px!important;
  gap:3px!important;
}

body.stock-research-page #secUnternehmenOverview .compx-pressure-meter i{
  width:auto!important;
  height:4px!important;
  border-radius:3px!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card .compx-driver-tags{justify-content:flex-end}

body.stock-research-page #secUnternehmenOverview .compx-driver-card .compx-driver-tags span{
  min-height:19px!important;
  padding:3px 6px!important;
  background:#f4f6f8!important;
  color:#68778b!important;
  font-size:8.5px!important;
}

@media(max-width:520px){
  body.stock-research-page #secUnternehmenOverview .compx-driver-card-meta{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  body.stock-research-page #secUnternehmenOverview .compx-driver-card .compx-driver-tags{justify-content:flex-start}
}

/* Aktuelle Geschäftstreiber: ursprüngliches kompaktes Kartendesign. */
body.stock-research-page #secUnternehmenOverview .compx-driver-cards{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  margin-top:14px!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card{
  display:flex!important;
  min-height:0!important;
  flex-direction:column!important;
  padding:12px 14px!important;
  border:1px solid var(--ui-card-border)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:var(--ui-card-shadow)!important;
  overflow:hidden!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card::before{display:none!important}

body.stock-research-page #secUnternehmenOverview .compx-driver-card header{
  display:flex!important;
  min-height:0!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin:0 0 6px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card h3{
  margin:0!important;
  color:var(--text)!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.35!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-dot-status{
  display:inline-flex!important;
  min-height:0!important;
  align-items:center!important;
  gap:6px!important;
  margin:1px 0 0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#475569!important;
  font-size:10.5px!important;
  font-weight:700!important;
  line-height:1.25!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-dot-status i{
  width:8px!important;
  height:8px!important;
  flex:0 0 8px!important;
  border-radius:50%!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-dot-status.trend-positive i{background:#168451!important}
body.stock-research-page #secUnternehmenOverview .compx-driver-dot-status:is(.trend-watch,.trend-neutral) i{background:#d4a62f!important}
body.stock-research-page #secUnternehmenOverview .compx-driver-dot-status.trend-negative i{background:#b43a3a!important}

body.stock-research-page #secUnternehmenOverview .compx-driver-card>p{
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  color:#5f6b7a!important;
  font-size:11.5px!important;
  line-height:1.42!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card-meta{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:6px!important;
  margin-top:9px!important;
  padding:8px 0 0!important;
  border-top:1px solid var(--ui-card-border)!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card-meta>div{
  display:grid!important;
  grid-template-columns:68px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:center!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card-meta>div>span:first-child{
  color:#7b8798!important;
  font-size:9.5px!important;
  line-height:1.25!important;

}

body.stock-research-page #secUnternehmenOverview .compx-pressure-meter{
  display:inline-flex!important;
  width:max-content!important;
  align-items:center!important;
  gap:4px!important;
}

body.stock-research-page #secUnternehmenOverview .compx-pressure-meter i{
  width:9px!important;
  height:9px!important;
  flex:0 0 9px!important;
  border-radius:50%!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card .compx-driver-tags{
  justify-content:flex-start!important;
  gap:5px!important;
}

body.stock-research-page #secUnternehmenOverview .compx-driver-card .compx-driver-tags span{
  min-height:20px!important;
  padding:3px 7px!important;
  border-radius:6px!important;
  background:#f7f9fb!important;
  color:#475569!important;
  font-size:10px!important;
  font-weight:600!important;
}

@media(max-width:720px){
  body.stock-research-page #secUnternehmenOverview .compx-driver-cards{grid-template-columns:1fr!important}
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel :is(.compx-roadmap,.compx-future-grid){
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  border:0!important;
  background:transparent!important;
  overflow:visible!important;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel :is(.compx-roadmap,.compx-future-grid)>article,
body.stock-research-page #secUnternehmenOverview .compx-future-panel :is(.compx-roadmap,.compx-future-grid)>article:is(:first-child,:last-child,:nth-child(odd),:nth-child(even)){
  min-width:0;
  min-height:0;
  padding:16px!important;
  border:1px solid var(--ui-card-border)!important;
  border-radius:var(--ui-card-radius)!important;
  background:#fff;
  box-shadow:var(--ui-card-shadow)!important;
}

/* Die Prozessschritte der Wertschöpfungskette sind ebenfalls echte Cards. */
body.stock-research-page .market-value-chain>article{
  border:1px solid var(--ui-card-border)!important;
  border-radius:var(--ui-card-radius)!important;
  box-shadow:var(--ui-card-shadow)!important;
}

/* Bewusst flache Analyseflächen ohne äußere Karten-Ebene. */
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;
}

/* Aktuelle Nachrichten: eine grosse Card um die ganze Liste statt einzeln
   umrandeter Karten je News - Eintraege werden stattdessen durch duenne
   Trennlinien (Raster-Linien) voneinander abgegrenzt. Doppelte ID-Selektoren
   noetig, um die "bewusst flache" Regel oben (gleiche Spezifitaet) zu schlagen. */
body.stock-research-page :is(#secNewsAnalysis#secNewsAnalysis, #secOverview#secOverview) .newsx-panel.news-simple-panel.news-feed-panel{
  border:1px solid var(--ui-card-border)!important;
  border-radius:var(--ui-card-radius)!important;
  background:#fff!important;
  box-shadow:var(--ui-card-shadow)!important;
  padding:16px;
}
body.stock-research-page :is(#secNewsAnalysis#secNewsAnalysis, #secOverview#secOverview) .ovx-news-list>div,
body.stock-research-page :is(#secNewsAnalysis#secNewsAnalysis, #secOverview#secOverview) .ovx-news-list>div:is(:first-child,:last-child,:nth-child(odd),:nth-child(even)){
  min-width:0;
  padding:0 18px 14px 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.stock-research-page :is(#secNewsAnalysis#secNewsAnalysis, #secOverview#secOverview) .ovx-news-list>div:nth-child(even){
  border-left:1px solid var(--sep)!important;
  padding-left:18px!important;
}
body.stock-research-page :is(#secNewsAnalysis#secNewsAnalysis, #secOverview#secOverview) .ovx-news-list>div:nth-child(n+3){
  border-top:1px solid var(--sep)!important;
  padding-top:14px!important;
}

/* Abhängigkeitsmatrix: klare Farbzonen und dieselben Controls wie Segment-Charts. */
body.stock-research-page #secUnternehmenOverview .compx-risk-grid{
  border:1px solid var(--ui-card-border)!important;
  background:linear-gradient(90deg,rgba(22,132,81,.42) 0%,rgba(22,132,81,.42) 32.9%,rgba(212,166,47,.52) 33%,rgba(212,166,47,.52) 66%,rgba(180,58,58,.42) 66.1%,rgba(180,58,58,.42) 100%)!important;
  box-shadow:var(--ui-card-shadow)!important;
}

body.stock-research-page #secUnternehmenOverview .compx-risk-grid button{
  display:inline-flex!important;
  min-width:38px!important;
  height:26px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 8px!important;
  border:1px solid var(--ui-card-border)!important;
  border-radius:6px!important;
  background:#fff!important;
  color:#64748b!important;
  box-shadow:none!important;
  font-size:10.5px!important;
  font-weight:700!important;
  line-height:1!important;
}

body.stock-research-page #secUnternehmenOverview .compx-risk-grid button:hover{
  border-color:#b8c2d1!important;
  color:#111827!important;
}

body.stock-research-page #secUnternehmenOverview .compx-risk-grid button.is-active{
  border-color:#111827!important;
  background:#111827!important;
  color:#fff!important;
}

/* Burggraben-Badges folgen dem kompakten Label-Standard. */
body.stock-research-page #secUnternehmenOverview .compx-moat-radar-card{
  padding:10px 12px 14px!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}

body.stock-research-page #secUnternehmenOverview .compx-moat-summary-row{
  gap:6px!important;
  margin-top:8px!important;
}

body.stock-research-page #secUnternehmenOverview .compx-moat-summary-row span,
body.stock-research-page #secUnternehmenOverview :is(.compx-moat-pill-grid b,.compx-moat-rating,.compx-moat-highlight-grid strong){
  display:inline-flex!important;
  min-height:24px!important;
  align-items:center!important;
  gap:6px!important;
  padding:3px 8px!important;
  border-radius:6px!important;
  background:rgba(248,250,252,.92)!important;
  color:#64748b!important;
  font-size:11px!important;
  font-weight:600!important;
  line-height:1.2!important;
}

body.stock-research-page #secUnternehmenOverview .compx-moat-summary-row b{
  font-size:11px!important;
  font-weight:750!important;
}

/* Zukunftspläne als vertikale Roadmap nach dem Timeline-Prinzip. */
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap{
  position:relative;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:14px!important;
  padding-left:112px!important;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap::before{
  content:"";
  position:absolute;
  top:10px;
  bottom:10px;
  left:48px;
  width:2px;
  border-radius:2px;
  background:#cbd5e1;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article,
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article:is(:first-child,:last-child,:nth-child(odd),:nth-child(even)){
  position:relative;
  display:block;
  padding:0 14px 13px!important;
  overflow:visible!important;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article::before{
  content:attr(data-timeline-date);
  position:absolute;
  top:0;
  left:-112px;
  display:inline-flex;
  min-height:24px;
  align-items:center;
  padding:3px 8px;
  border:1px solid var(--ui-card-border);
  border-radius:6px;
  background:#fff;
  color:#64748b;
  font-size:10px;
  font-weight:700;
  line-height:1.2;
  white-space:nowrap;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article::after{
  content:"";
  position:absolute;
  top:8px;
  left:-69px;
  width:8px;
  height:8px;
  border:2px solid #fff;
  border-radius:50%;
  background:#168451;
  box-shadow:0 0 0 1px #9aa7b5;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article>b{
  display:block;
  margin:0 -14px 10px!important;
  padding:9px 14px!important;
  border-radius:8px 8px 0 0;
  background:#f4f6f8;
  color:#334155;
  font-size:13px!important;
  font-weight:750!important;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article>p{
  margin:0!important;
  font-size:11.5px!important;
  line-height:1.55!important;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap .compx-model-tags{
  gap:5px!important;
  margin-top:10px!important;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap .compx-model-tags span{
  min-height:22px!important;
  padding:3px 7px!important;
  border-radius:6px!important;
  font-size:9.5px!important;
}

/* Termine und Ergebnisse: vertikale Datumsachse statt doppelter Timeline. */
body.stock-research-page #secNewsAnalysis .news-timeline-controls,
body.stock-research-page #secNewsAnalysis .news-events-timeline{
  display:none!important;
}

body.stock-research-page #secNewsAnalysis .news-event-summary-split{
  grid-template-columns:1fr!important;
  gap:22px!important;
}

body.stock-research-page #secNewsAnalysis .ovx-event-card-grid.news-event-summary-grid{
  position:relative;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
  padding-left:112px!important;
  border:0!important;
  overflow:visible!important;
}

body.stock-research-page #secNewsAnalysis .ovx-event-card-grid.news-event-summary-grid[hidden]{
  display:none!important;
}

body.stock-research-page #secNewsAnalysis .ovx-event-card-grid.news-event-summary-grid::before{
  content:"";
  position:absolute;
  top:8px;
  bottom:8px;
  left:48px;
  width:2px;
  border-radius:2px;
  background:#cbd5e1;
}

body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card,
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card:is(:first-child,:last-child,:nth-child(odd),:nth-child(even)){
  position:relative;
  min-width:0;
  padding:0 14px 13px!important;
  border:1px solid var(--ui-card-border)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:var(--ui-card-shadow)!important;
  overflow:visible!important;
}

body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card::before{
  content:"";
  position:absolute;
  top:8px;
  left:-69px;
  width:8px;
  height:8px;
  border:2px solid #fff;
  border-radius:50%;
  background:#168451;
  box-shadow:0 0 0 1px #9aa7b5;
}

body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card-top{
  min-height:32px;
  margin:0 -14px 10px!important;
  padding:8px 12px!important;
  border-radius:8px 8px 0 0;
  background:#f4f6f8;
}

body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card-top time{
  position:absolute;
  top:0;
  left:-112px;
  display:inline-flex;
  min-height:24px;
  align-items:center;
  padding:3px 8px;
  border:1px solid var(--ui-card-border);
  border-radius:6px;
  background:#fff;
  color:#64748b;
  font-size:10px;
  font-weight:700;
  white-space:nowrap;
}

body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card-top span{
  color:#475569!important;
  font-size:10px!important;
  font-weight:750!important;
}

body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card>b{
  font-size:13px!important;
  font-weight:750!important;
}

body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card>p{
  margin-top:6px!important;
  line-height:1.5!important;
}

/* Nur die Überschriften der ETF-Portfolio-Donuts werden angehoben. */
body.stock-research-page [data-etf-tab="portfolio"] .etf-portfolio-donut-item-head{
  min-height:0!important;
  margin-bottom:10px;
  padding:10px 12px;
  border-radius:8px;
  background:#fff;
  box-shadow:var(--ui-card-shadow)!important;
}

/* Marktseiten-Donut bleibt ausdrücklich flach. */
body.stock-research-page.market-research-page #secOverview#secOverview .etf-portfolio-donut-item.market-share-donut-item{
  border:0!important;
  box-shadow:none!important;
}

/* Einheitliche semantische Statusfarben statt paralleler Rot-/Gelbvarianten. */
body.stock-research-page :is(
  .screen-neg,
  .etf-pos-perf.neg,
  .market-sort-table td.negative,
  .finx-key-change.is-negative,
  .ovx-score-delta.neg,
  .p-delta.dn,
  .perf-val.neg,
  .perf-val.dn,
  .sb-chg.dn,
  .sb-spark-val.dn
){color:var(--ui-negative)!important}

body.stock-research-page :is(
  .finx-key-change.is-negative,
  .etf-valuation-status.is-expensive,
  .etf-holding-status.is-unprofitable,
  .etf-holding-status.is-overvalued,
  .anx-section-score.is-weak,
  .anx-thesis-status.is-broken
){background:#fff0f0!important;color:var(--ui-negative)!important}

body.stock-research-page :is(
  .market-driver-strength.is-mid i,
  .market-driver-table .trend-watch i,
  .compx-pressure-meter.is-pressure-mid i,
  .compx-driver-dot-status.trend-watch i,
  .compx-driver-dot-status.trend-neutral i
){border-color:var(--ui-warning)!important;background:var(--ui-warning)!important}

body.stock-research-page :is(
  .market-driver-strength.is-bad i,
  .market-driver-table .trend-negative i,
  .compx-pressure-meter.is-pressure-high i,
  .compx-driver-dot-status.trend-negative i
){border-color:var(--ui-negative)!important;background:var(--ui-negative)!important}

@media(max-width:720px){
  body.stock-research-page :is(
    .compx-model-detail-grid,
    .etf-portfolio-donut-grid,
    .ovx-news-list,
    .co-info-grid,
    .finx-snapshot,
    .anx-fair-reasons,
    .ovx-two,
    .anx-dual-grid,
    .etf-diversification-grid,
    .etf-winners-roadmap
  ){gap:10px!important}

  body.stock-research-page #secOverview .ovx-business-quality .compx-model-detail-grid>article,
  body.stock-research-page #secOverview .etf-diversification-quality .compx-model-detail-grid>article{
    padding:14px!important;
  }

  body.stock-research-page #secUnternehmenOverview :is(.compx-driver-cards,.compx-future-panel .compx-roadmap,.compx-future-panel .compx-future-grid){
    grid-template-columns:1fr!important;
  }

  body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap,
  body.stock-research-page #secNewsAnalysis .ovx-event-card-grid.news-event-summary-grid{
    padding-left:0!important;
  }

  body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap::before,
  body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article::after,
  body.stock-research-page #secNewsAnalysis .ovx-event-card-grid.news-event-summary-grid::before,
  body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card::before{
    display:none!important;
  }

  body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article::before{
    position:static;
    width:max-content;
    margin:0 0 8px;
  }

  body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card-top time{
    position:static;
  }
}

/* Finaler Roadmap-Layer: nach allen bisherigen Desktop- und Mobile-Regeln. */
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap-scroll{width:100%;margin:14px 0;padding-bottom:8px;overflow-x:auto;scrollbar-color:#cbd5e1 transparent;scrollbar-width:thin}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap{position:relative;display:grid!important;min-width:910px;grid-template-columns:repeat(7,minmax(0,1fr))!important;grid-auto-rows:minmax(116px,auto);gap:10px 8px!important;margin:0!important;padding:0!important;background:repeating-linear-gradient(90deg,transparent 0,transparent calc(14.2857% - 1px),#e7ebf0 calc(14.2857% - 1px),#e7ebf0 14.2857%)}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap::before{display:none!important}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap-years{display:grid;grid-column:1/-1;grid-row:1;grid-template-columns:repeat(7,minmax(0,1fr));border-bottom:1px solid var(--ui-card-border);background:#fff}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap-years span{padding:0 8px 9px;color:#64748b;font-size:10px;font-weight:750;line-height:1.2;text-align:center}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article,
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article:is(:first-child,:last-child,:nth-child(odd),:nth-child(even)){position:relative;display:flex;min-width:0;grid-column:var(--roadmap-start)/var(--roadmap-end)!important;grid-row:var(--roadmap-row)!important;flex-direction:column;align-self:stretch;padding:0 12px 11px!important;border:1px solid var(--ui-card-border)!important;border-radius:8px!important;background:#fff!important;box-shadow:var(--ui-card-shadow)!important;overflow:hidden!important}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article::before{content:attr(data-timeline-date);position:absolute;z-index:2;top:8px;right:8px;left:auto;display:inline-flex;width:max-content;min-height:20px;align-items:center;margin:0;padding:2px 6px;border:0;border-radius:6px;background:#fff;color:#64748b;font-size:8.5px;font-weight:700;line-height:1.2;white-space:nowrap}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article::after{display:none!important}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article>b{display:block;min-height:38px;margin:0 -12px 8px!important;padding:9px 60px 8px 12px!important;border-radius:8px 8px 0 0;background:#f4f6f8;color:#334155;font-size:11.5px!important;font-weight:750!important;line-height:1.3!important}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article>p{display:-webkit-box;margin:0!important;overflow:hidden;color:#475569!important;font-size:10px!important;line-height:1.45!important;-webkit-box-orient:vertical;-webkit-line-clamp:3}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap .compx-model-tags{gap:4px!important;margin-top:auto!important;padding-top:8px!important}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap .compx-model-tags span{min-height:20px!important;padding:2px 6px!important;border-radius:6px!important;font-size:8.5px!important}

/* Im ETF-Portfolio trägt die vollständige Strukturkarte den Schatten. */
body.stock-research-page [data-etf-tab="portfolio"] .etf-portfolio-donut-item{border:0!important;border-radius:var(--ui-card-radius)!important;background:#fff!important;box-shadow:var(--ui-card-shadow)!important}
body.stock-research-page [data-etf-tab="portfolio"] .etf-portfolio-donut-item-head{margin-bottom:10px;padding:0;background:transparent;box-shadow:none!important}
body.stock-research-page.market-research-page #secOverview#secOverview .etf-portfolio-donut-item.market-share-donut-item{border:0!important;box-shadow:none!important}

@media(max-width:780px){
  body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap{min-width:840px;grid-template-columns:repeat(7,minmax(0,1fr))!important;padding:0!important}
  body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article::before{position:absolute;margin:0}
}

/* Korrektur: Zukunftspläne verwenden dieselbe vertikale Y-Zeitachse wie die Ereigniskarten. */
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap{
  position:relative;
  display:grid!important;
  min-width:0!important;
  grid-template-columns:1fr!important;
  grid-auto-rows:auto!important;
  gap:14px!important;
  margin:14px 0!important;
  padding:0 0 0 112px!important;
  background:transparent!important;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap::before{
  content:"";
  position:absolute;
  top:10px;
  bottom:10px;
  left:48px;
  display:block!important;
  width:2px;
  border-radius:2px;
  background:#cbd5e1;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap-years{display:none!important}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article,
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article:is(:first-child,:last-child,:nth-child(odd),:nth-child(even)){
  position:relative;
  display:block;
  min-width:0;
  grid-column:auto!important;
  grid-row:auto!important;
  padding:0 14px 13px!important;
  border:1px solid var(--ui-card-border)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:var(--ui-card-shadow)!important;
  overflow:visible!important;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article::before{
  content:attr(data-timeline-date);
  position:absolute;
  top:0;
  right:auto;
  left:-112px;
  display:inline-flex;
  width:max-content;
  min-height:24px;
  align-items:center;
  margin:0;
  padding:3px 8px;
  border:1px solid var(--ui-card-border);
  border-radius:6px;
  background:#fff;
  color:#64748b;
  font-size:10px;
  font-weight:700;
  line-height:1.2;
  white-space:nowrap;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article::after{
  content:"";
  position:absolute;
  top:8px;
  left:-69px;
  display:block!important;
  width:8px;
  height:8px;
  border:2px solid #fff;
  border-radius:50%;
  background:#168451;
  box-shadow:0 0 0 1px #9aa7b5;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article>b{
  display:block;
  min-height:0;
  margin:0 -14px 10px!important;
  padding:9px 14px!important;
  border-radius:8px 8px 0 0;
  background:#f4f6f8;
  color:#334155;
  font-size:13px!important;
  font-weight:750!important;
  line-height:1.3!important;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article>p{
  display:block;
  margin:0!important;
  overflow:visible;
  color:#475569!important;
  font-size:11.5px!important;
  line-height:1.55!important;
}

body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap .compx-model-tags{gap:5px!important;margin-top:10px!important;padding-top:0!important}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap .compx-model-tags span{min-height:22px!important;padding:3px 7px!important;border-radius:6px!important;font-size:9.5px!important}

/* Eine gemeinsame Ereignisachse mit dem vorhandenen Standard-Paginator. */
body.stock-research-page #secNewsAnalysis .news-event-summary-single{margin:14px 0 10px}
body.stock-research-page #secNewsAnalysis .news-event-list-pager{margin-top:14px!important}

/* Sichtbarer Standardschatten auf jeder vollständigen Portfolio-Struktur-Card. */
body.stock-research-page [data-etf-tab="portfolio"] .etf-portfolio-donut-grid>.etf-portfolio-donut-item{
  border:1px solid var(--ui-card-border)!important;
  border-radius:var(--ui-card-radius)!important;
  background:#fff!important;
  box-shadow:0 1px 2px #22242626!important;
}

body.stock-research-page [data-etf-tab="portfolio"] .etf-portfolio-donut-grid>.etf-portfolio-donut-item .etf-portfolio-donut-item-head{
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

@media(max-width:780px){
  body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap{
    min-width:0!important;
    grid-template-columns:1fr!important;
    padding-left:0!important;
  }
  body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap::before,
  body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article::after{display:none!important}
  body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article::before{position:static;width:max-content;margin:0 0 8px}
}

/* Final: vertikale Zukunftsachse mit parallelen, laufzeitabhängigen Cards. */
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap{position:relative;display:grid!important;min-width:0!important;min-height:574px;grid-template-columns:repeat(4,minmax(160px,1fr))!important;grid-template-rows:repeat(7,82px)!important;grid-auto-rows:82px!important;gap:0 8px!important;margin:14px 0!important;padding:0 0 0 112px!important;background:repeating-linear-gradient(180deg,transparent 0,transparent 81px,#e7ebf0 81px,#e7ebf0 82px)!important;overflow-x:auto!important;overflow-y:visible!important}
body.stock-research-page #secUnternehmenOverview .compx-future-panel.is-open .compx-roadmap{grid-template-columns:repeat(5,minmax(160px,1fr))!important}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap::before{content:"";position:absolute;z-index:1;top:0;bottom:0;left:48px;display:block!important;width:2px;border-radius:2px;background:#cbd5e1}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap-y-axis{position:absolute;z-index:3;inset:0 auto 0 0;display:block;width:104px;pointer-events:none}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap-y-axis span{position:absolute;top:calc(var(--timeline-y) * 82px);left:0;display:inline-flex;min-height:24px;align-items:center;padding:3px 8px;border:1px solid var(--ui-card-border);border-radius:6px;background:#fff;color:#64748b;font-size:10px;font-weight:700;line-height:1.2;white-space:nowrap;transform:translateY(-50%)}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap-y-axis span:first-child{transform:none}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap-y-axis span::after{content:"";position:absolute;top:50%;left:43px;width:8px;height:8px;border:2px solid #fff;border-radius:50%;background:#168451;box-shadow:0 0 0 1px #9aa7b5;transform:translate(-50%,-50%)}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article,
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article:is(:first-child,:last-child,:nth-child(odd),:nth-child(even)){position:relative;display:flex;min-width:0;grid-column:var(--plan-lane)!important;grid-row:var(--plan-start)/span var(--plan-span)!important;flex-direction:column;align-self:stretch;margin:4px 0;padding:0 12px 11px!important;border:1px solid var(--ui-card-border)!important;border-radius:8px!important;background:#fff!important;box-shadow:var(--ui-card-shadow)!important;overflow:hidden!important}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article::before{content:attr(data-timeline-date);position:absolute;z-index:2;top:8px;right:8px;left:auto;display:inline-flex;width:max-content;min-height:20px;align-items:center;margin:0;padding:2px 6px;border:0;border-radius:6px;background:#fff;color:#64748b;font-size:8.5px;font-weight:700;line-height:1.2;white-space:nowrap}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article::after{display:none!important}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article>b{display:block;min-height:38px;margin:0 -12px 8px!important;padding:9px 72px 8px 12px!important;border-radius:8px 8px 0 0;background:#f4f6f8;color:#334155;font-size:11.5px!important;font-weight:750!important;line-height:1.3!important}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap>article>p{display:-webkit-box;margin:0!important;overflow:hidden;color:#475569!important;font-size:10px!important;line-height:1.45!important;-webkit-box-orient:vertical;-webkit-line-clamp:7}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap .compx-model-tags{gap:4px!important;margin-top:auto!important;padding-top:8px!important}
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap .compx-model-tags span{min-height:20px!important;padding:2px 6px!important;border-radius:6px!important;font-size:8.5px!important}

/* Final: Aktien-News nutzt sichtbar den bestehenden ETF-Paginator. */
body.stock-research-page #secNewsAnalysis .etf-pager.news-list-pager{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;flex-wrap:wrap!important;margin-top:14px!important;color:#64748b!important;font-size:12px!important}
body.stock-research-page #secNewsAnalysis .etf-pager.news-list-pager button{display:inline-flex!important;width:30px!important;height:30px!important;align-items:center!important;justify-content:center!important;padding:0!important;border:1px solid var(--ui-card-border)!important;border-radius:6px!important;background:#fff!important;color:#64748b!important;font:inherit!important;cursor:pointer!important}
body.stock-research-page #secNewsAnalysis .etf-pager.news-list-pager button.on{border-color:#111827!important;background:#111827!important;color:#fff!important;font-weight:700!important}
body.stock-research-page #secNewsAnalysis .etf-pager.news-list-pager button:disabled{opacity:.45!important;cursor:default!important}
body.stock-research-page #secNewsAnalysis .etf-pager.news-list-pager .etf-pager-count{margin-left:auto!important;color:#94a3b8!important}

/* Final: sichtbarer Schatten um jede vollständige Portfolio-Struktur-Card. */
body.stock-research-page [data-etf-tab="portfolio"] .etf-portfolio-donut-grid>.etf-portfolio-donut-item{border:1px solid var(--ui-card-border)!important;border-radius:8px!important;background:#fff!important;box-shadow:0 2px 8px rgba(34,36,38,.16)!important;overflow:visible!important}
body.stock-research-page [data-etf-tab="portfolio"] .etf-portfolio-donut-grid>.etf-portfolio-donut-item .etf-portfolio-donut-item-head{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
body.stock-research-page.market-research-page #secOverview#secOverview .etf-portfolio-donut-item.market-share-donut-item{border:0!important;box-shadow:none!important}

@media(max-width:780px){
  body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-roadmap,
  body.stock-research-page #secUnternehmenOverview .compx-future-panel.is-open .compx-roadmap{min-width:0!important;grid-template-columns:repeat(4,minmax(160px,1fr))!important;padding-left:104px!important}
  body.stock-research-page #secNewsAnalysis .etf-pager.news-list-pager .etf-pager-count{width:100%;margin:4px 0 0!important;text-align:center}
}

/* Burggraben: ein proportionaler Gesamtbalken statt Radar. */
body.stock-research-page #secUnternehmenOverview .compx-moat-contribution-card{margin-top:14px;padding:16px;border:1px solid var(--ui-card-border);border-radius:8px;background:#fff;box-shadow:var(--ui-card-shadow)}
body.stock-research-page #secUnternehmenOverview .compx-moat-contribution-scale{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;margin-bottom:8px;color:#475569;font-size:12px;font-weight:800;line-height:1.2}
body.stock-research-page #secUnternehmenOverview .compx-moat-contribution-scale span:not(:first-child):not(:last-child){text-align:center}
body.stock-research-page #secUnternehmenOverview .compx-moat-contribution-scale span:last-child{text-align:right}
body.stock-research-page #secUnternehmenOverview .compx-moat-contribution-scale .is-current{color:#168451;font-size:14px;font-weight:900}
body.stock-research-page #secUnternehmenOverview .compx-moat-contribution-bar{display:flex;width:100%;height:34px;gap:2px;overflow:hidden;border-radius:8px;background:#e7ebf0}
body.stock-research-page #secUnternehmenOverview .compx-moat-contribution-bar>span{display:flex;min-width:0;flex:var(--moat-share) 1 0;align-items:center;justify-content:center;background:var(--moat-color);color:#fff}
body.stock-research-page #secUnternehmenOverview .compx-moat-contribution-bar>span:first-child{border-radius:8px 0 0 8px}
body.stock-research-page #secUnternehmenOverview .compx-moat-contribution-bar>span:last-child{border-radius:0 8px 8px 0}
body.stock-research-page #secUnternehmenOverview .compx-moat-contribution-legend{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:12px}
body.stock-research-page #secUnternehmenOverview .compx-moat-contribution-legend>span{display:grid;min-width:0;grid-template-columns:9px minmax(0,1fr);gap:2px 7px;align-items:center;padding:8px;border-radius:6px;background:#f7f9fb}
body.stock-research-page #secUnternehmenOverview .compx-moat-contribution-legend i{display:block;width:9px;height:9px;grid-row:1/3;border-radius:50%;background:var(--moat-color)}
body.stock-research-page #secUnternehmenOverview .compx-moat-contribution-legend b{color:#334155;font-size:10px;font-weight:750;line-height:1.3;white-space:normal;word-break:break-word}
body.stock-research-page #secUnternehmenOverview .compx-moat-contribution-legend em{color:#64748b;font-size:9.5px;font-style:normal;font-weight:550;line-height:1.4}

/* Termine, Ergebnisse und Ereignisse: kompakte Detailkennzahlen je Card. */
body.stock-research-page #secNewsAnalysis .news-event-card-metrics{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:10px}
body.stock-research-page #secNewsAnalysis .news-event-card-metrics span{display:inline-flex;min-height:24px;align-items:center;padding:3px 8px;border-radius:6px;background:#f7f9fb;color:#64748b;font-size:10px;font-weight:650;line-height:1.2}

/* Zukunftspläne: feste Y-Achse und separat horizontal wischbare Planfläche. */
body.stock-research-page #secUnternehmenOverview .compx-future-control-head{align-items:flex-start;justify-content:space-between;gap:18px}
body.stock-research-page #secUnternehmenOverview .compx-future-control-head>div:first-child{min-width:0}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-controls{display:flex;flex:0 0 auto;align-items:center;gap:8px;padding-top:18px}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-controls .compx-segment-controls{display:flex;align-items:center;gap:5px}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-controls .compx-segment-controls button,
body.stock-research-page #secUnternehmenOverview .compx-roadmap-scroll-controls button{display:inline-flex;height:26px;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--ui-card-border);border-radius:6px;background:#fff;color:#64748b;font-size:10.5px;font-weight:700;line-height:1;cursor:pointer}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-controls .compx-segment-controls button.is-active{border-color:#111827;background:#111827;color:#fff}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-scroll-controls{display:flex;align-items:center;gap:5px}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-scroll-controls button{width:28px;padding:0}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-shell{position:relative;display:grid;min-width:0;grid-template-columns:104px minmax(0,1fr);min-height:574px;margin:14px 0;background:repeating-linear-gradient(180deg,transparent 0,transparent 81px,#e7ebf0 81px,#e7ebf0 82px)}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-shell .compx-roadmap-y-axis{position:relative;z-index:4;inset:auto;display:block;width:104px;min-height:574px;background:#fff;pointer-events:none}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-shell .compx-roadmap-y-axis::before{content:"";position:absolute;top:0;bottom:0;left:92px;width:2px;border-radius:2px;background:#cbd5e1}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-shell .compx-roadmap-y-axis span{position:absolute;top:calc(var(--timeline-y) * 82px);left:0;display:inline-flex;width:72px;min-height:24px;align-items:center;justify-content:center;padding:3px 7px;border:1px solid var(--ui-card-border);border-radius:6px;background:#fff;color:#64748b;font-size:10px;font-weight:700;line-height:1.2;white-space:nowrap;transform:translateY(-50%)}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-shell .compx-roadmap-y-axis span:first-child{transform:none}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-shell .compx-roadmap-y-axis span::after{content:"";position:absolute;top:50%;left:92px;width:8px;height:8px;border:2px solid #fff;border-radius:50%;background:#168451;box-shadow:0 0 0 1px #9aa7b5;transform:translate(-50%,-50%)}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-viewport{min-width:0;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scrollbar-color:#94a3b8 #f1f5f9;scrollbar-width:thin;touch-action:pan-x;padding-bottom:10px}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-viewport .compx-roadmap{position:relative;display:grid!important;width:max-content;min-width:100%!important;min-height:574px;grid-template-columns:repeat(4,minmax(var(--roadmap-lane-width,190px),1fr))!important;grid-template-rows:repeat(7,82px)!important;grid-auto-rows:82px!important;gap:0 8px!important;margin:0!important;padding:0!important;background:transparent!important;overflow:visible!important}
body.stock-research-page #secUnternehmenOverview .compx-future-panel.is-open .compx-roadmap-viewport .compx-roadmap{grid-template-columns:repeat(5,minmax(var(--roadmap-lane-width,190px),1fr))!important}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-viewport[data-roadmap-scale-view="compact"]{--roadmap-lane-width:155px}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-viewport[data-roadmap-scale-view="normal"]{--roadmap-lane-width:190px}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-viewport[data-roadmap-scale-view="wide"]{--roadmap-lane-width:245px}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-viewport[data-roadmap-scale-view="compact"] .compx-roadmap{width:max(100%,644px)}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-viewport[data-roadmap-scale-view="normal"] .compx-roadmap{width:max(100%,784px)}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-viewport[data-roadmap-scale-view="wide"] .compx-roadmap{width:max(100%,1004px)}
body.stock-research-page #secUnternehmenOverview .compx-future-panel.is-open .compx-roadmap-viewport[data-roadmap-scale-view="compact"] .compx-roadmap{width:max(100%,807px)}
body.stock-research-page #secUnternehmenOverview .compx-future-panel.is-open .compx-roadmap-viewport[data-roadmap-scale-view="normal"] .compx-roadmap{width:max(100%,982px)}
body.stock-research-page #secUnternehmenOverview .compx-future-panel.is-open .compx-roadmap-viewport[data-roadmap-scale-view="wide"] .compx-roadmap{width:max(100%,1257px)}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-viewport .compx-roadmap::before{display:none!important}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-viewport .compx-roadmap>article,
body.stock-research-page #secUnternehmenOverview .compx-roadmap-viewport .compx-roadmap>article:is(:first-child,:last-child,:nth-child(odd),:nth-child(even)){position:relative;display:flex;min-width:0;grid-column:var(--plan-lane)!important;grid-row:var(--plan-start)/span var(--plan-span)!important;flex-direction:column;align-self:stretch;margin:4px 0;padding:0 12px 11px!important;border:1px solid var(--ui-card-border)!important;border-radius:8px!important;background:#fff!important;box-shadow:var(--ui-card-shadow)!important;overflow:hidden!important}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-viewport .compx-roadmap>article::before{content:attr(data-timeline-date);position:absolute;z-index:2;top:8px;right:8px;left:auto;display:inline-flex;width:max-content;min-height:20px;align-items:center;margin:0;padding:2px 6px;border:0;border-radius:6px;background:#fff;color:#64748b;font-size:8.5px;font-weight:700;line-height:1.2;white-space:nowrap}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-viewport .compx-roadmap>article::after{display:none!important}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-viewport .compx-roadmap>article>b{display:block;min-height:38px;margin:0 -12px 8px!important;padding:9px 72px 8px 12px!important;border-radius:8px 8px 0 0;background:#f4f6f8;color:#334155;font-size:11.5px!important;font-weight:750!important;line-height:1.3!important}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-viewport .compx-roadmap>article>p{display:-webkit-box;margin:0!important;overflow:hidden;color:#475569!important;font-size:10px!important;line-height:1.45!important;-webkit-box-orient:vertical;-webkit-line-clamp:7}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-viewport .compx-roadmap .compx-model-tags{gap:4px!important;margin-top:auto!important;padding-top:8px!important}
body.stock-research-page #secUnternehmenOverview .compx-roadmap-viewport .compx-roadmap .compx-model-tags span{min-height:20px!important;padding:2px 6px!important;border-radius:6px!important;font-size:8.5px!important}

@media(max-width:780px){
  body.stock-research-page #secUnternehmenOverview .compx-future-control-head{display:block}
  body.stock-research-page #secUnternehmenOverview .compx-roadmap-controls{justify-content:space-between;padding-top:10px}
  body.stock-research-page #secUnternehmenOverview .compx-roadmap-shell{grid-template-columns:92px minmax(0,1fr)}
  body.stock-research-page #secUnternehmenOverview .compx-roadmap-shell .compx-roadmap-y-axis{width:92px}
  body.stock-research-page #secUnternehmenOverview .compx-roadmap-shell .compx-roadmap-y-axis::before{left:82px}
  body.stock-research-page #secUnternehmenOverview .compx-roadmap-shell .compx-roadmap-y-axis span{width:64px;font-size:9px}
  body.stock-research-page #secUnternehmenOverview .compx-roadmap-shell .compx-roadmap-y-axis span::after{left:82px}
  body.stock-research-page #secUnternehmenOverview .compx-moat-contribution-legend{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Zukunftspl&auml;ne: kompakte Karten f&uuml;r konkrete Expansionsm&auml;rkte. */
body.stock-research-page #secUnternehmenOverview .compx-future-panel .compx-future-retired{
  display:none!important;
}

/* Zukunftspläne-Karten nutzen jetzt 1:1 das Geschäftsmodell-Kartendesign
   (.compx-model-detail-grid) - keine eigene Kicker/Tag-Ueberschreibung mehr. */

/* 8,7/10 bedeutet 87 % Farbe und 13 % sichtbar grauen Rest. */
body.stock-research-page #secUnternehmenOverview .compx-moat-contribution-bar>span.is-unfilled{
  background:#dfe4ea!important;
  color:#64748b!important;
}

body.stock-research-page #secUnternehmenOverview .compx-moat-contribution-legend{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

body.stock-research-page #secUnternehmenOverview .compx-moat-contribution-legend>span.is-unfilled{
  background:#f1f4f7;
}

@media(max-width:780px){
  body.stock-research-page #secUnternehmenOverview .compx-moat-contribution-legend{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

/* Aktien&uuml;bersicht: Anlagestil im vorhandenen ETF-Profilbalken-Design. */
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-current-drivers-card{order:2}

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:last-child{
  margin-bottom:0;
}

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);
}

/* Die alte Matrix bleibt nur als Datenreferenz im Markup und wird nicht mehr ausgegeben. */
body.stock-research-page #secUnternehmenOverview .compx-dependency-retired{display:none!important}

body.stock-research-page #secUnternehmenOverview .compx-dependencies-panel{
  margin-top:18px;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-flow-board{
  margin-top:14px;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-flow-summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-bottom:12px;
  border:1px solid var(--ui-card-border);
  border-radius:8px;
  background:#fff;
  box-shadow:var(--ui-card-shadow);
  overflow:hidden;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-flow-summary>span{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:4px;
  padding:11px 13px;
  border-right:1px solid var(--ui-card-border);
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-flow-summary>span:last-child{
  border-right:0;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-flow-summary small{
  color:#64748b;
  font-size:9.5px;
  font-weight:650;
  line-height:1.2;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-flow-summary b{
  color:#111827;
  font-size:12px;
  font-weight:800;
  line-height:1.25;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-flow-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-flow-grid>article{
  --dependency-tone:#d2a535;
  display:flex;
  min-width:0;
  flex-direction:column;
  padding:13px 14px 12px;
  border:1px solid var(--ui-card-border);
  border-left:3px solid var(--dependency-tone);
  border-radius:8px;
  background:#fff;
  box-shadow:var(--ui-card-shadow);
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-flow-grid>article[data-tone="high"]{
  --dependency-tone:#b84a5a;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-flow-grid>article>header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-flow-grid>article>header b{
  min-width:0;
  color:#111827;
  font-size:12px;
  font-weight:800;
  line-height:1.25;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-flow-grid>article>header span{
  display:inline-flex;
  min-height:22px;
  flex:0 0 auto;
  align-items:center;
  padding:3px 7px;
  border-radius:6px;
  background:color-mix(in srgb,var(--dependency-tone) 11%,#fff);
  color:var(--dependency-tone);
  font-size:9px;
  font-weight:750;
  line-height:1.2;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-chain{
  display:grid;
  min-width:0;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
  gap:6px;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-chain :is(span,strong){
  display:flex;
  min-width:0;
  min-height:42px;
  align-items:center;
  justify-content:center;
  padding:6px 7px;
  border-radius:6px;
  background:#f4f6f8;
  color:#475569;
  font-size:9px;
  font-weight:700;
  line-height:1.25;
  text-align:center;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-chain strong{
  background:color-mix(in srgb,var(--dependency-tone) 9%,#fff);
  color:#334155;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-chain i{
  color:#94a3b8;
  font-size:12px;
  font-style:normal;
  font-weight:800;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-flow-grid>article>p{
  margin:10px 0!important;
  color:#475569!important;
  font-size:10px!important;
  line-height:1.45!important;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-flow-grid>article>footer{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:5px;
  margin-top:auto;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-flow-grid>article>footer span{
  display:inline-flex;
  min-height:21px;
  align-items:center;
  padding:3px 7px;
  border-radius:6px;
  background:#f7f9fb;
  color:#64748b;
  font-size:8.75px;
  font-weight:650;
  line-height:1.2;
}

@media(max-width:780px){
  body.stock-research-page #secUnternehmenOverview .compx-dependency-flow-summary,
  body.stock-research-page #secUnternehmenOverview .compx-dependency-flow-grid{
    grid-template-columns:1fr;
  }

  body.stock-research-page #secUnternehmenOverview .compx-dependency-flow-summary>span{
    border-right:0;
    border-bottom:1px solid var(--ui-card-border);
  }

  body.stock-research-page #secUnternehmenOverview .compx-dependency-flow-summary>span:last-child{
    border-bottom:0;
  }
}

/* Kurzbewertung: beim Burggraben steht die Kategorie statt eines Prozentwerts. */
body.stock-research-page #secOverview .ovx-moat-donut{
  position:relative;
  font-size:0!important;
  color:transparent!important;
}

body.stock-research-page #secOverview .ovx-moat-donut svg text{
  display:none!important;
}

body.stock-research-page #secOverview .ovx-moat-donut::after{
  content:attr(data-grade);
  position:absolute;
  z-index:2;
  inset:0;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:9.5px;
  font-weight:900;
  line-height:1;
  pointer-events:none;
}

body.stock-research-page #secOverview .ovx-moat-donut::before{display:none!important}

/* Trendmärkte: jeder einzelne Markt ist eine eigenständige Standard-Card. */
body.stock-research-page #secUnternehmenOverview .compx-trend-cases{
  gap:14px!important;
}

body.stock-research-page #secUnternehmenOverview .compx-trend-cases>article,
body.stock-research-page #secUnternehmenOverview .compx-trend-cases>article+article{
  padding:0!important;
  border:0!important;
}

body.stock-research-page #secUnternehmenOverview .compx-trend-cases>article>h4{
  margin:0 0 10px!important;
  padding:0 0 9px!important;
  border-bottom:1px solid var(--ui-card-border)!important;
  background:transparent!important;
  font-size:12px!important;
  font-weight:750!important;
}

body.stock-research-page #secUnternehmenOverview .compx-trend-cases .ovx-case-rows{
  display:grid!important;
  gap:10px!important;
  padding:0!important;
  border:0!important;
}

body.stock-research-page #secUnternehmenOverview .compx-trend-cases .ovx-case-rows>div,
body.stock-research-page #secUnternehmenOverview .compx-trend-cases .ovx-case-rows>div:last-child{
  display:flex!important;
  min-width:0;
  flex-direction:column;
  gap:6px!important;
  padding:12px!important;
  border:1px solid var(--ui-card-border)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:var(--ui-card-shadow)!important;
}

body.stock-research-page #secUnternehmenOverview .compx-trend-cases>article:not(.is-open) .ovx-case-rows>div.is-extra{
  display:none!important;
}

body.stock-research-page #secUnternehmenOverview .compx-trend-cases .ovx-case-rows>div>b{
  margin:0!important;
  color:#1f2937!important;
  font-size:11.5px!important;
  font-weight:750!important;
  line-height:1.3!important;
}

body.stock-research-page #secUnternehmenOverview .compx-trend-cases .ovx-case-rows>div>p{
  margin:0!important;
  color:#64748b!important;
  font-size:10.5px!important;
  line-height:1.5!important;
}

/* Abhängigkeiten: keine Verbindungslinien über oder an den Karten. */
body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column::before,
body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column::after,
body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column>article::before,
body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column>article::after,
body.stock-research-page #secUnternehmenOverview .compx-dependency-map-core::before,
body.stock-research-page #secUnternehmenOverview .compx-dependency-map-core::after{
  display:none!important;
}

/* News: geordnete, filterbare Ereignis-Chronik. */
body.stock-research-page #secNewsAnalysis .news-timeline-head{
  align-items:flex-end!important;
  gap:18px!important;
}

body.stock-research-page #secNewsAnalysis .news-timeline-head>div:first-child{min-width:0}

body.stock-research-page #secNewsAnalysis .news-event-scope-controls{
  display:inline-flex;
  flex:0 0 auto;
  gap:4px;
  padding:4px;
  border:1px solid var(--ui-card-border);
  border-radius:8px;
  background:#f7f9fb;
}

body.stock-research-page #secNewsAnalysis .news-event-scope-controls button{
  display:inline-flex;
  min-width:74px;
  height:30px;
  align-items:center;
  justify-content:center;
  padding:6px 12px!important;
  border:1px solid transparent!important;
  border-radius:6px!important;
  background:transparent!important;
  color:#64748b!important;
  font-size:10px!important;
  font-weight:750!important;
  line-height:1!important;
  cursor:pointer;
}

body.stock-research-page #secNewsAnalysis .news-event-scope-controls button.is-active{
  border-color:#111827!important;
  background:#111827!important;
  color:#fff!important;
}

body.stock-research-page #secNewsAnalysis .news-event-overview{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin:16px 0 18px;
  border:1px solid var(--ui-card-border);
  border-radius:8px;
  background:#fff;
  box-shadow:var(--ui-card-shadow);
  overflow:hidden;
}

body.stock-research-page #secNewsAnalysis .news-event-overview>span{
  display:flex;
  min-width:0;
  min-height:66px;
  justify-content:center;
  flex-direction:column;
  padding:11px 14px;
  border-right:1px solid var(--ui-card-border);
}

body.stock-research-page #secNewsAnalysis .news-event-overview>span:last-child{border-right:0}
body.stock-research-page #secNewsAnalysis .news-event-overview b{color:#172033;font-size:15px;font-weight:800;line-height:1.2}
body.stock-research-page #secNewsAnalysis .news-event-overview small{margin-top:4px;color:#7b8899;font-size:9.5px;font-weight:650;line-height:1.25}

body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card,
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card:is(:first-child,:last-child,:nth-child(odd),:nth-child(even)){
  padding:0 16px 14px!important;
  border:1px solid var(--ui-card-border)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:var(--ui-card-shadow)!important;
}

body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card::before{
  top:13px!important;
  background:#94a3b8!important;
}

body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card.is-future::before{background:#168451!important}

body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card-top{
  display:flex!important;
  min-height:36px!important;
  align-items:center!important;
  justify-content:space-between!important;
  margin:0 -16px 12px!important;
  padding:8px 14px!important;
  border-bottom:1px solid var(--ui-card-border)!important;
  border-radius:8px 8px 0 0!important;
  background:#f4f6f8!important;
}

body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card-top::after{
  content:"Vergangen";
  display:inline-flex;
  min-height:20px;
  align-items:center;
  padding:2px 6px;
  border-radius:6px;
  background:#e8edf2;
  color:#68778b;
  font-size:8.5px;
  font-weight:750;
  line-height:1;
}

body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card.is-future .ovx-event-card-top::after{
  content:"Kommend";
  background:#e5f3eb;
  color:#126b3f;
}

body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card-top::after{
  display:none!important;
  content:none!important;
}

body.stock-research-page #secNewsAnalysis .ovx-event-card-grid.news-event-summary-grid::after{
  content:"";
  position:absolute;
  z-index:0;
  top:var(--news-now-y,100%);
  bottom:8px;
  left:48px;
  width:2px;
  border-radius:2px;
  background:#475569;
  pointer-events:none;
}

body.stock-research-page #secNewsAnalysis .ovx-event-card-grid.news-event-summary-grid.is-history-page::before{
  background:#475569;
}

body.stock-research-page #secNewsAnalysis .ovx-event-card-grid.news-event-summary-grid.is-history-page::after{
  display:none;
}

body.stock-research-page #secNewsAnalysis .news-event-now-marker{
  position:relative;
  z-index:2;
  display:flex;
  min-height:32px;
  align-items:center;
}

body.stock-research-page #secNewsAnalysis .news-event-now-marker::before{
  content:"";
  position:absolute;
  left:-69px;
  width:10px;
  height:10px;
  border:3px solid #fff;
  border-radius:50%;
  background:#111827;
  box-shadow:0 0 0 1px #111827;
}

body.stock-research-page #secNewsAnalysis .news-event-now-marker span{
  display:inline-flex;
  min-height:23px;
  align-items:center;
  padding:3px 8px;
  border-radius:6px;
  background:#111827;
  color:#fff;
  font-size:9px;
  font-weight:800;
  line-height:1;
}

body.stock-research-page #secNewsAnalysis .news-event-now-marker[hidden]{
  display:none!important;
}

@media(max-width:760px){
  body.stock-research-page #secNewsAnalysis .ovx-event-card-grid.news-event-summary-grid::after,
  body.stock-research-page #secNewsAnalysis .news-event-now-marker::before{
    display:none!important;
  }

  body.stock-research-page #secNewsAnalysis .news-event-now-marker{
    min-height:24px;
  }
}

body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card-top time{
  top:3px!important;
  min-width:84px;
  justify-content:center;
  padding:4px 7px!important;
  border-radius:6px!important;
  font-size:9.5px!important;
}

body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card>b{
  display:block;
  color:#172033!important;
  font-size:13.5px!important;
  font-weight:780!important;
  line-height:1.3!important;
}

body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card>p{
  max-width:980px;
  margin:7px 0 0!important;
  color:#59687b!important;
  line-height:1.55!important;
}

body.stock-research-page #secNewsAnalysis .news-event-card-metrics{
  gap:5px!important;
  margin-top:11px!important;
  padding-top:10px;
  border-top:1px solid #edf0f3;
}

body.stock-research-page #secNewsAnalysis .news-event-card-metrics span{
  min-height:22px!important;
  padding:3px 7px!important;
  border-radius:6px!important;
  background:#f4f6f8!important;
  color:#627186!important;
}

/* Abhängigkeiten: sichtbare Verbindungen nur in den Zwischenräumen der Cards. */
@media(min-width:981px){
  body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column{
    z-index:1;
  }

  body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column::before,
  body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column::after{
    z-index:0;
    display:block!important;
    pointer-events:none;
  }

  body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column.is-supply::before,
  body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column.is-market::after{
    display:none!important;
  }

  body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column>article{
    z-index:2;
  }

  body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column.is-supply>article::after,
  body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column.is-market>article::before{
    z-index:0;
    display:block!important;
    pointer-events:none;
  }

  body.stock-research-page #secUnternehmenOverview .compx-dependency-map-core{
    z-index:2;
  }

  body.stock-research-page #secUnternehmenOverview .compx-dependency-map-core::before,
  body.stock-research-page #secUnternehmenOverview .compx-dependency-map-core::after{
    z-index:0;
    display:block!important;
    pointer-events:none;
  }
}

/* Kurzbewertung: sieben Faktoren, Texturteil und genau drei semantische Töne. */
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-text-rating-badge.ovx-cat-donut{
  position:relative;
  display:inline-flex!important;
  width:auto!important;
  min-width:0;
  max-width:none!important;
  min-height:0;
  align-items:center;
  justify-content:center;
  margin-left:auto!important;
  padding:0!important;
  border-radius:0!important;
  background:none!important;
  color:var(--dim)!important;
  font-size:0!important;
  font-weight:600!important;
  line-height:1.15!important;
  text-align:center!important;
  white-space:nowrap;
}

/* Kurzbewertung/Anlagestil: Zeilen sind zur Bewertung verlinkt. */
body.stock-research-page #secOverview .ovx-row-jump{
  cursor:pointer;
  border-radius:8px;
  transition:background-color .15s ease;
}

body.stock-research-page #secOverview .ovx-row-jump:hover,
body.stock-research-page #secOverview .ovx-row-jump:focus-visible{
  background-color:rgba(15,23,42,.05);
  outline:none;
}

/* Anlagestil: nachvollziehbare Formel als kompakter Q&A-Akkordeonbereich. */
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-accordion>summary::-webkit-details-marker{
  display:none;
}

body.stock-research-page #secOverview .ovx-style-accordion>summary:hover,
body.stock-research-page #secOverview .ovx-style-accordion>summary:focus-visible{
  color:var(--teal);
  outline: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-accordion[open] .ovx-style-chevron{
  transform:rotate(180deg);
}

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 #secOverview .ovx-text-rating-badge.ovx-cat-donut::before{
  display:none!important;
  content:none!important;
}

body.stock-research-page #secOverview .ovx-text-rating-badge.ovx-cat-donut::after{
  content:attr(data-grade);
  display:block;
  color:inherit;
  font-size:12px;
  font-weight:700;
  line-height:1.15;
  text-align:center;
}

/* Kurzbewertung: nur farbige Schrift, keine Flaeche - wie bei den Treiber-Badges. */
body.stock-research-page #secOverview .ovx-text-rating-badge.ovx-cat-donut[data-color="#16a34a"]{
  background:none!important;
  color:var(--positive,#16a34a)!important;
  border:0!important;
}

body.stock-research-page #secOverview .ovx-text-rating-badge.ovx-cat-donut[data-color="#facc15"]{
  background:none!important;
  color:#9a7800!important;
  border:0!important;
}

body.stock-research-page #secOverview .ovx-text-rating-badge.ovx-cat-donut[data-color="#993232"]{
  background:none!important;
  color:var(--red)!important;
  border:0!important;
}

body.stock-research-page #secOverview .ovx-text-rating-badge.ovx-cat-donut svg{
  display:none!important;
}

/* Moat: reiner farbiger Text (keine Badge-Flaeche) fuer Screener/Markt/Laender-Tabellen. */
.screen-table .screen-moat-text,
.market-sort-table .screen-moat-text{font-weight:800;font-size:12.5px;letter-spacing:-.01em}

/* Bewertungs-Badge (wie ETF-Portfolio-Holdings-Tabelle) fuer Screener und Markt-Aktientabellen.
   Nutzer-Fund 06.09.2026: "gequetscht in der Handy-Ansicht" -- white-space:nowrap
   auf dem GESAMTEN Block zwang auch den laengeren Kontext-Text ("über Fair
   Value" etc.) auf eine Zeile; bei table-layout:fixed mit einer schmalen
   Spalte lief dieser Text dadurch ueber die Tabelle hinaus, OHNE dass die
   Tabelle dadurch scrollbar breiter wurde (reiner visueller Ueberlauf zaehlt
   nicht zur scrollWidth) -- der Text wurde am Bildschirmrand schlicht
   abgeschnitten, nicht wegscrollbar. Nur noch <strong> (die kurze Prozentzahl)
   bleibt einzeilig, <small> darf normal umbrechen und bleibt innerhalb der Spalte.
*/
.screen-table .etf-holding-valuation-plain,
.market-sort-table .etf-holding-valuation-plain{display:inline-flex;flex-direction:column;align-items:flex-end;gap:2px;padding:0;background:none;border:0;box-shadow:none;line-height:1.05;text-align:right;max-width:100%}
.screen-table .etf-holding-valuation-plain strong,
.market-sort-table .etf-holding-valuation-plain strong{font-size:14px;font-weight:850;letter-spacing:-.02em;white-space:nowrap}
.screen-table .etf-holding-valuation-plain small,
.market-sort-table .etf-holding-valuation-plain small{color:#64748b;font-size:9.5px;font-weight:650;white-space:normal;max-width:100%}
.screen-table .etf-holding-valuation-plain.is-undervalued strong,
.market-sort-table .etf-holding-valuation-plain.is-undervalued strong{color:#168451}
.screen-table .etf-holding-valuation-plain.is-overvalued strong,
.market-sort-table .etf-holding-valuation-plain.is-overvalued strong{color:#b43a3a}
.screen-table .etf-holding-valuation-plain.is-balanced strong,
.market-sort-table .etf-holding-valuation-plain.is-balanced strong{color:#64748b}

/* Rechtsbuendige Spalten (alles ausser Logo+Name). */
.screen-table td.screen-col-right{text-align:right}
.market-sort-table td.market-col-right,
.market-sort-table th.market-col-right button{text-align:right}

/* Sortier-Pfeil bei rechtsbuendigen Spalten VOR das Label - so schliesst das
   Label buendig mit dem td-Inhalt ab, ohne Luecke zwischen thead und Inhalt. */
.screen-table th.screen-col-right .sort-ico,
.market-sort-table th.market-col-right .sort-ico,
#nvdaEtfTable th:not(:first-child) .sort-ico{order:-1}
.etf-holding-exposure-table th:nth-child(n+2) .sort-ico{order:-1}

/* Bewertungs-Tabs: keine große Gesamtbewertung oberhalb der Detailfaktoren. */
body.stock-research-page #secBewertung .anx-overall-card>.ovx-overall-grade,
body.stock-research-page #secBewertung .anx-overall-card>.ovx-score-note,
body.stock-research-page #secBewertung .anx-overall-card>.ovx-score-mix{
  display:none!important;
}

body.stock-research-page #secBewertung .anx-overall-card>.ovx-score-times{
  margin-top:0!important;
}

@media(max-width:760px){
  body.stock-research-page #secNewsAnalysis .news-timeline-head{align-items:flex-start!important;flex-direction:column}
  body.stock-research-page #secNewsAnalysis .news-event-scope-controls{width:100%}
  body.stock-research-page #secNewsAnalysis .news-event-scope-controls button{min-width:0;flex:1}
  body.stock-research-page #secNewsAnalysis .news-event-overview{grid-template-columns:1fr}
  body.stock-research-page #secNewsAnalysis .news-event-overview>span{min-height:54px;border-right:0;border-bottom:1px solid var(--ui-card-border)}
  body.stock-research-page #secNewsAnalysis .news-event-overview>span:last-child{border-bottom:0}
}

/* Abh&auml;ngigkeiten als Systemkarte: externe Knoten laufen auf NVIDIA zu. */
body.stock-research-page #secUnternehmenOverview .compx-dependency-flow-retired{
  display:none!important;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-system-map{
  display:grid;
  grid-template-columns:minmax(0,1fr) 190px minmax(0,1fr);
  gap:36px;
  align-items:center;
  margin-top:14px;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column{
  position:relative;
  display:grid;
  min-width:0;
  gap:9px;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column::after,
body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column::before{
  content:"";
  position:absolute;
  top:54px;
  bottom:28px;
  width:1px;
  background:#cbd5e1;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column.is-supply::after{right:-18px}
body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column.is-market::before{left:-18px}
body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column.is-supply::before,
body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column.is-market::after{display:none}

body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column>header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px;
  padding:0 2px 3px;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column>header span{
  color:#111827;
  font-size:11px;
  font-weight:800;
  line-height:1.2;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column>header b{
  color:#94a3b8;
  font-size:9px;
  font-weight:700;
  line-height:1.2;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column>article{
  position:relative;
  display:grid;
  min-width:0;
  grid-template-columns:minmax(105px,.85fr) auto minmax(120px,1.15fr) auto;
  gap:9px;
  align-items:center;
  min-height:70px;
  padding:10px 11px;
  border:0;
  border-radius:10px;
  background:#f7f9fb;
  box-shadow:none;
}

/* Management: eine grosse Card um die Fuehrungskraefte-Liste, wie bei der
   Burggraben-Zusammensetzung (statt vieler einzeln umrandeter Personen-Karten). */
body.stock-research-page #secUnternehmenOverview .compx-leadership-list .compx-leader-card{
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  border-bottom:1px solid var(--sep)!important;
}
body.stock-research-page #secUnternehmenOverview .compx-leadership-list .compx-leader-card:last-child{
  border-bottom:0!important;
}
body.stock-research-page #secUnternehmenOverview .compx-leadership-list{
  border:1px solid var(--ui-card-border);
  border-radius:8px;
  background:#fff;
  box-shadow:var(--ui-card-shadow);
  overflow:hidden;
}

/* Abhaengigkeiten: eine grosse Card um die ganze Systemkarte, wie bei der
   Burggraben-Zusammensetzung (statt vieler einzeln umrandeter Karten). */
body.stock-research-page #secUnternehmenOverview .compx-dependency-system-map{
  border:1px solid var(--ui-card-border);
  border-radius:8px;
  background:#fff;
  box-shadow:var(--ui-card-shadow);
  padding:16px;
}
body.stock-research-page #secUnternehmenOverview .compx-dependency-map-core{
  border:0!important;
  background:#f7f9fb!important;
  box-shadow:none!important;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column.is-supply>article::after,
body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column.is-market>article::before{
  content:"";
  position:absolute;
  top:50%;
  width:18px;
  height:1px;
  background:#cbd5e1;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column.is-supply>article::after{right:-19px}
body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column.is-market>article::before{left:-19px}

body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column>article>div:first-child{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:3px;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column>article>div:first-child b{
  overflow:hidden;
  color:#111827;
  font-size:11px;
  font-weight:800;
  line-height:1.2;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column>article>div:first-child small,
body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column>article>span{
  color:#94a3b8;
  font-size:8.75px;
  font-weight:650;
  line-height:1.25;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column>article>strong{
  color:#475569;
  font-size:9.5px;
  font-weight:700;
  line-height:1.3;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-level-dots{
  display:flex;
  align-items:center;
  gap:3px;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-level-dots i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#dfe4ea;
}

body.stock-research-page #secUnternehmenOverview article[data-level="critical"] .compx-dependency-level-dots i{
  background:#b84a5a;
}

body.stock-research-page #secUnternehmenOverview article[data-level="high"] .compx-dependency-level-dots i:nth-child(-n+2){
  background:#d2a535;
}

body.stock-research-page #secUnternehmenOverview article[data-level="medium"] .compx-dependency-level-dots i:first-child{
  background:#d2a535;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-map-core{
  position:relative;
  z-index:2;
  display:flex;
  min-height:188px;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  padding:18px 16px;
  border:1px solid #cbd5e1;
  border-radius:10px;
  background:#fff;
  box-shadow:var(--ui-card-shadow);
  text-align:center;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-map-core::before,
body.stock-research-page #secUnternehmenOverview .compx-dependency-map-core::after{
  content:"";
  position:absolute;
  top:50%;
  width:19px;
  height:1px;
  background:#cbd5e1;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-map-core::before{left:-19px}
body.stock-research-page #secUnternehmenOverview .compx-dependency-map-core::after{right:-19px}

body.stock-research-page #secUnternehmenOverview .compx-dependency-map-core img{
  width:42px;
  height:42px;
  margin-bottom:8px;
  object-fit:contain;
  border-radius:8px;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-map-core>span{
  color:#111827;
  font-size:13px;
  font-weight:850;
  line-height:1.2;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-map-core>b{
  margin-top:3px;
  color:#64748b;
  font-size:9.5px;
  font-weight:700;
  line-height:1.2;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-map-core>strong{
  margin-top:8px;
  color:#b84a5a;
  font-size:17px;
  font-weight:900;
  line-height:1;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-map-core>strong.is-current{
  display:inline-flex;
  min-height:28px;
  align-items:center;
  padding:4px 10px;
  border:1px solid #efb8bf;
  border-radius:6px;
  background:#fce8eb;
  font-size:16px;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-map-core>small{
  margin-top:9px;
  color:#64748b;
  font-size:9px;
  font-weight:600;
  line-height:1.4;
}

@media(max-width:980px){
  body.stock-research-page #secUnternehmenOverview .compx-dependency-system-map{
    grid-template-columns:1fr;
    gap:12px;
  }

  body.stock-research-page #secUnternehmenOverview .compx-dependency-map-core{
    min-height:150px;
    grid-row:2;
  }

  body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column.is-market{grid-row:3}
  body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column::before,
  body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column::after,
  body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column>article::before,
  body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column>article::after,
  body.stock-research-page #secUnternehmenOverview .compx-dependency-map-core::before,
  body.stock-research-page #secUnternehmenOverview .compx-dependency-map-core::after{
    display:none!important;
  }
}

@media(max-width:620px){
  body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column>article{
    grid-template-columns:minmax(0,1fr) auto;
  }

  body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column>article>span{display:none}
  body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column>article>strong{grid-column:1/2}
  body.stock-research-page #secUnternehmenOverview .compx-dependency-level-dots{grid-column:2;grid-row:1/3}
}

/* Zweite Abh&auml;ngigkeitsansicht: Wirkung nach Lieferkette, Nachfrage und Makro. */
body.stock-research-page #secUnternehmenOverview [data-dependency-view-panel][hidden]{
  display:none!important;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-section-head{
  align-items:flex-end;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-view-controls{
  display:inline-flex;
  flex:0 0 auto;
  align-items:center;
  justify-content:flex-end;
  gap:4px;
  margin-bottom:1px;
  padding:4px;
  border:1px solid var(--ui-card-border);
  border-radius:8px;
  background:#f7f9fb;
  box-shadow:none;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-view-controls button{
  display:inline-flex;
  min-width:74px;
  height:30px;
  align-items:center;
  justify-content:center;
  padding:6px 13px!important;
  border:1px solid transparent!important;
  border-radius:6px!important;
  background:transparent!important;
  color:#64748b!important;
  font-size:10.5px!important;
  font-weight:750!important;
  line-height:1!important;
  cursor:pointer;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-view-controls button.is-active{
  border-color:#111827!important;
  background:#111827!important;
  color:#fff!important;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-view-controls button:not(.is-active):hover{
  border-color:#d7dde5!important;
  background:#fff!important;
  color:#111827!important;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-view{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:14px;
  border:1px solid var(--ui-card-border);
  border-radius:8px;
  background:#fff;
  box-shadow:var(--ui-card-shadow);
  overflow:hidden;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-view>section{
  min-width:0;
  padding:14px;
  border-right:1px solid var(--ui-card-border);
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-view>section:nth-child(3){
  border-right:0;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-view>section>header{
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  gap:9px;
  align-items:center;
  margin-bottom:12px;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-view>section>header>span{
  display:grid;
  width:28px;
  height:28px;
  place-items:center;
  border-radius:6px;
  background:#f1f4f7;
  color:#64748b;
  font-size:9px;
  font-weight:800;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-view>section>header div{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:2px;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-view>section>header b{
  color:#111827;
  font-size:11.5px;
  font-weight:800;
  line-height:1.2;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-view>section>header small{
  color:#94a3b8;
  font-size:8.75px;
  font-weight:650;
  line-height:1.25;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-list{
  display:grid;
  gap:0;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-list>article{
  display:grid;
  min-width:0;
  grid-template-columns:minmax(82px,.8fr) auto minmax(92px,1.2fr) auto;
  gap:7px;
  align-items:center;
  min-height:62px;
  padding:9px 0;
  border-top:1px solid #edf0f3;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-list>article:first-child{
  border-top:0;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-list>article>div{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:3px;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-list>article b{
  overflow:hidden;
  color:#111827;
  font-size:10px;
  font-weight:800;
  line-height:1.2;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-list>article small{
  color:#94a3b8;
  font-size:8px;
  font-weight:700;
  line-height:1.2;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-list>article>i{
  color:#cbd5e1;
  font-size:11px;
  font-style:normal;
  font-weight:800;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-list>article>strong{
  color:#475569;
  font-size:9px;
  font-weight:700;
  line-height:1.3;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-list>article>em{
  display:inline-flex;
  min-height:21px;
  align-items:center;
  padding:3px 6px;
  border-radius:6px;
  background:#f1f4f7;
  color:#64748b;
  font-size:8px;
  font-style:normal;
  font-weight:750;
  line-height:1.2;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-list>article[data-level="critical"]>em{
  background:#f8e8ea;
  color:#b84a5a;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-list>article[data-level="high"]>em{
  background:#fbf3dc;
  color:#9a7414;
}

@media(max-width:980px){
  body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-view{
    grid-template-columns:1fr;
  }

  body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-view>section{
    border-right:0;
    border-bottom:1px solid var(--ui-card-border);
  }
}

@media(max-width:620px){
  body.stock-research-page #secUnternehmenOverview .compx-dependency-section-head{
    display:block;
  }

  body.stock-research-page #secUnternehmenOverview .compx-dependency-view-controls{
    margin-top:10px;
  }

  body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-list>article{
    grid-template-columns:minmax(0,1fr) auto;
  }

  body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-list>article>i{display:none}
  body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-list>article>strong{grid-column:1}
  body.stock-research-page #secUnternehmenOverview .compx-dependency-impact-list>article>em{grid-column:2;grid-row:1/3}
}

/* Finanz-Tab: aussagekräftige Bereichsdiagramme direkt vor der Datentabelle. */
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 :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart-card[hidden]{display:none!important}
body.stock-research-page #secOverview .finx-analysis-chart-card.ovx-pe-history-card{padding:0!important}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  margin-bottom:12px;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart-head h3{
  margin:0 0 5px;
  color:#111827;
  font-size:18px;
  font-weight:800;
  line-height:1.25;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart-head p{
  max-width:720px;
  margin:0;
  color:#64748b;
  font-size:12px;
  font-weight:500;
  line-height:1.45;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-assessment{
  display:inline-flex;
  min-height:24px;
  flex:0 0 auto;
  align-items:center;
  padding:3px 8px;
  border:1px solid #dfe5eb;
  border-radius:6px;
  background:#f7f9fb;
  color:#64748b;
  font-size:10px;
  font-weight:750;
  line-height:1.2;
  white-space:nowrap;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-assessment.is-positive{
  border-color:#b9dfcd;
  background:#e5f4ec;
  color:#11734b;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-assessment.is-neutral{
  border-color:#dfe5eb;
  background:#f1f4f7;
  color:#526173;
}

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 :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart.has-finx-group-hover{padding-top:0}

body.stock-research-page #secOverview .ovx-pe-history-status{margin:8px 0 0;color:var(--dim);font-size:12px}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart svg{
  display:block;
  width:100%;
  height:auto;
  min-height:280px;
  overflow:visible;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-grid-line{
  stroke:#e8edf2;
  stroke-width:1;
  vector-effect:non-scaling-stroke;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-zero-line{
  stroke:#94a3b8;
  stroke-width:1.2;
  vector-effect:non-scaling-stroke;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-axis-label,
body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-y-label{
  fill:#7b8798;
  font-family:Inter,Arial,sans-serif;
  font-size:11px;
  font-weight:600;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-line{
  fill:none;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-line.is-growth-line{
  stroke:#111827;
  stroke-width:2.15;
}

body.stock-research-page #secFinanzenOverview .finx-combo-chart{
  display:grid;
  grid-template-columns:70px minmax(0,1fr);
  gap:8px;
  height:278px;
  padding-top:8px;
}

body.stock-research-page #secFinanzenOverview .finx-combo-plot{
  position:relative;
  min-width:0;
  height:260px;
}

body.stock-research-page #secFinanzenOverview .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 #secFinanzenOverview .finx-combo-grid i{
  display:block;
  height:1px;
  background:#e8edf2;
}

body.stock-research-page #secFinanzenOverview .finx-combo-groups{
  position:absolute;
  inset:0 0 0;
  display:grid;
  grid-template-columns:repeat(var(--combo-count,10),minmax(0,1fr));
  gap:3px;
}

body.stock-research-page #secFinanzenOverview .finx-combo-group{
  display:grid;
  min-width:0;
  grid-template-rows:220px 28px;
  gap:7px;
  align-items:end;
  border-radius:6px;
  transition:background .12s ease,box-shadow .12s ease;
}

body.stock-research-page #secFinanzenOverview .finx-combo-bar-pair{
  display:flex;
  height:100%;
  align-items:flex-end;
  justify-content:center;
  gap:3px;
}

body.stock-research-page #secFinanzenOverview .finx-combo-bar{
  display:block;
  width:min(18px,38%);
  min-height:2px;
  border-radius:2px 2px 0 0;
  cursor:default;
  outline:none;
}

body.stock-research-page #secFinanzenOverview .finx-combo-bar.is-revenue{
  background:linear-gradient(180deg,#168451 0%,#45a77b 100%);
}

body.stock-research-page #secFinanzenOverview .finx-combo-bar.is-profit{
  background:linear-gradient(180deg,#6d8096 0%,#9aa9ba 100%);
}

body.stock-research-page #secFinanzenOverview .finx-combo-bar.is-partial{
  display:flex;
  flex-direction:column-reverse;
  overflow:hidden;
  background:none;
  box-shadow:0 0 0 1px rgba(71,85,105,.18);
}

body.stock-research-page #secFinanzenOverview .finx-combo-bar.is-partial > span{
  display:block;
  width:100%;
  min-height:0;
}

body.stock-research-page #secFinanzenOverview .finx-combo-bar.is-revenue.is-partial > .is-reported{background:#168451}
body.stock-research-page #secFinanzenOverview .finx-combo-bar.is-profit.is-partial > .is-reported{background:#6d8096}
body.stock-research-page #secFinanzenOverview .finx-combo-bar.is-partial > .is-estimated{
  border-bottom:1px solid rgba(255,255,255,.78);
  background:repeating-linear-gradient(135deg,#c7ded2 0,#c7ded2 4px,#e8f2ed 4px,#e8f2ed 8px);
}

/* Prognosen muessen im Jahres- und Quartalsbild auf den ersten Blick von
   berichteten Zahlen unterscheidbar sein. */
body.stock-research-page #secFinanzenOverview .finx-combo-bar.is-forecast:not(.is-partial){
  border:1px solid rgba(56,96,120,.48);
  background:repeating-linear-gradient(135deg,#9fc9b4 0,#9fc9b4 5px,#e6f2ec 5px,#e6f2ec 10px);
}
body.stock-research-page #secFinanzenOverview .finx-combo-bar.is-profit.is-forecast:not(.is-partial){
  border-color:rgba(71,85,105,.5);
  background:repeating-linear-gradient(135deg,#aebdca 0,#aebdca 5px,#edf1f5 5px,#edf1f5 10px);
}
body.stock-research-page #secFinanzenOverview .finx-combo-bar.is-partial > .is-estimated{
  border-top:2px dashed rgba(15,23,42,.48);
  background:repeating-linear-gradient(135deg,#8fbea6 0,#8fbea6 5px,#e6f2ec 5px,#e6f2ec 10px);
}

body.stock-research-page #secFinanzenOverview .finx-simple-table .finx-forecast-col{
  background:#eef6f3;
  border-left:1px dashed #9eb8ad;
}
body.stock-research-page #secFinanzenOverview .finx-simple-table th.finx-forecast-col{
  color:#234b3d;
}
body.stock-research-page #secFinanzenOverview .finx-estimate-label{
  display:block;
  margin-top:3px;
  color:#527266;
  font-size:8px;
  font-weight:750;
  letter-spacing:.04em;
  text-transform:uppercase;
}

body.stock-research-page .compx-more[hidden]{display:none!important}
body.stock-research-page .compx-story-wrap.has-no-overflow{max-height:none}
body.stock-research-page .compx-story-wrap.has-no-overflow::after{display:none}

body.stock-research-page #secFinanzenOverview .finx-combo-group:is(.is-highlighted,:has(.finx-combo-bar:hover),:has(.finx-combo-bar:focus)){
  background:#f1f5f9;
  box-shadow:0 0 0 1px #cbd5e1,0 2px 5px rgba(15,23,42,.08);
}

body.stock-research-page #secFinanzenOverview .finx-combo-group em{
  overflow:hidden;
  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(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart svg.finx-combo-line{
  position:absolute;
  inset:0 0 auto;
  display:block;
  width:100%;
  height:220px;
  min-height:0;
  max-height:220px;
  overflow:visible;
  pointer-events:none;
  z-index:3;
}

body.stock-research-page #secFinanzenOverview .finx-combo-line .finx-analysis-point{pointer-events:all}

body.stock-research-page #secFinanzenOverview .finx-combo-growth-point{
  position:absolute;
  z-index:4;
  display:block;
  width:8px;
  height:8px;
  border:2px solid #111827;
  border-radius:50%;
  background:#fff;
  cursor:default;
  outline:none;
  transform:translate(-50%,-50%);
}

body.stock-research-page #secFinanzenOverview .finx-combo-growth-point:hover,
body.stock-research-page #secFinanzenOverview .finx-combo-growth-point:focus{
  background:#111827;
  box-shadow:0 0 0 2px #fff;
}

body.stock-research-page #secFinanzenOverview .finx-combo-axis{
  display:flex;
  height:220px;
  flex-direction:column;
  justify-content:space-between;
  padding-top:1px;
}

body.stock-research-page #secFinanzenOverview .finx-combo-axis span{
  color:#7b8798;
  font-size:9px;
  font-weight:600;
  line-height:1;
  white-space:nowrap;
}

body.stock-research-page #secFinanzenOverview .finx-combo-axis.is-left{text-align:right}
body.stock-research-page #secFinanzenOverview .finx-combo-axis.is-right{text-align:left}

body.stock-research-page #secFinanzenOverview .finx-balance-chart,
body.stock-research-page #secFinanzenOverview .finx-return-chart,
body.stock-research-page #secFinanzenOverview .finx-waterfall-chart,
body.stock-research-page #secFinanzenOverview .finx-margin-waterfall-chart{
  display:grid;
  grid-template-columns:76px minmax(0,1fr);
  gap:10px;
  min-width:0;
}

body.stock-research-page #secFinanzenOverview .finx-balance-axis,
body.stock-research-page #secFinanzenOverview .finx-return-axis{
  display:flex;
  height:232px;
  flex-direction:column;
  justify-content:space-between;
  padding:0 0 1px;
  color:#7b8798;
  font-size:9px;
  font-weight:600;
  line-height:1;
  text-align:right;
  white-space:nowrap;
}

body.stock-research-page #secFinanzenOverview .finx-balance-plot{
  position:relative;
  height:266px;
}

body.stock-research-page #secFinanzenOverview .finx-balance-axis{position:relative;display:block;height:224px}
body.stock-research-page #secFinanzenOverview .finx-balance-axis>span{position:absolute;right:0;transform:translateY(-50%)}
body.stock-research-page #secFinanzenOverview .finx-balance-axis .is-top{top:0;transform:none}
body.stock-research-page #secFinanzenOverview .finx-balance-axis .is-positive-mid{top:calc(var(--balance-positive-height,168px) / 2)}
body.stock-research-page #secFinanzenOverview .finx-balance-axis .is-zero{top:var(--balance-positive-height,168px)}
body.stock-research-page #secFinanzenOverview .finx-balance-axis .is-bottom{bottom:0;transform:none}

body.stock-research-page #secFinanzenOverview .finx-balance-zero{
  position:absolute;
  z-index:1;
  top:var(--balance-positive-height,168px);
  right:0;
  left:0;
  height:1px;
  background:#94a3b8;
}

body.stock-research-page #secFinanzenOverview .finx-balance-groups{
  position:absolute;
  inset:0;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(var(--balance-count,10),minmax(0,1fr));
  gap:4px;
}

body.stock-research-page #secFinanzenOverview .finx-balance-group{
  display:grid;
  min-width:0;
  grid-template-rows:var(--balance-positive-height,168px) var(--balance-negative-height,56px) 24px;
  gap:0;
  border-radius:6px;
  transition:background .12s ease,box-shadow .12s ease;
}

body.stock-research-page #secFinanzenOverview .finx-balance-group:is(.is-highlighted,:has(i:hover),:has(i:focus)){background:#f1f5f9;box-shadow:0 0 0 1px #cbd5e1,0 2px 5px rgba(15,23,42,.08)}

body.stock-research-page #secFinanzenOverview .finx-balance-group>span{
  display:flex;
  justify-content:center;
}

body.stock-research-page #secFinanzenOverview .finx-balance-group>span.is-up{align-items:flex-end}
body.stock-research-page #secFinanzenOverview .finx-balance-group>span.is-down{align-items:flex-start}

body.stock-research-page #secFinanzenOverview .finx-balance-group i{
  display:block;
  width:min(30px,54%);
  min-height:2px;
  cursor:default;
  outline:none;
}

body.stock-research-page #secFinanzenOverview .finx-balance-group i.is-cash{
  border-radius:2px 2px 0 0;
  background:linear-gradient(180deg,#168451 0%,#45a77b 100%);
}

body.stock-research-page #secFinanzenOverview .finx-balance-group i.is-debt{
  border-radius:0 0 2px 2px;
  background:linear-gradient(180deg,#b43a3a 0%,#d66b6b 100%);
}

body.stock-research-page #secFinanzenOverview .finx-balance-group em,
body.stock-research-page #secFinanzenOverview .finx-return-group em,
body.stock-research-page #secFinanzenOverview .finx-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 #secFinanzenOverview .finx-return-plot{
  position:relative;
  height:248px;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart svg.finx-return-yield-line{
  position:absolute;
  z-index:3;
  top:0;
  right:0;
  left:0;
  display:block;
  width:100%;
  height:216px!important;
  min-height:0!important;
  max-height:216px;
  overflow:visible;
  pointer-events:none;
}

body.stock-research-page #secFinanzenOverview .finx-return-yield-line path{
  fill:none;
  stroke:#64748b;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
}

body.stock-research-page #secFinanzenOverview .finx-return-grid{
  position:absolute;
  inset:0 0 32px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

body.stock-research-page #secFinanzenOverview .finx-return-grid i{
  display:block;
  height:1px;
  background:#e8edf2;
}

body.stock-research-page #secFinanzenOverview .finx-return-groups{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:repeat(var(--return-count,10),minmax(0,1fr));
  gap:4px;
}

body.stock-research-page #secFinanzenOverview .finx-return-chart{grid-template-columns:76px minmax(0,1fr) 44px}

body.stock-research-page #secFinanzenOverview .finx-return-zero{
  position:absolute;
  z-index:1;
  top:var(--return-positive-height,176px);
  right:0;
  left:0;
  height:1px;
  background:#94a3b8;
}

body.stock-research-page #secFinanzenOverview .finx-return-group{
  display:grid;
  min-width:0;
  grid-template-rows:216px 24px;
  border-radius:6px;
  transition:background .12s ease,box-shadow .12s ease;
}

body.stock-research-page #secFinanzenOverview .finx-return-group:is(.is-highlighted,:has(i:hover),:has(i:focus)){background:#f1f5f9;box-shadow:0 0 0 1px #cbd5e1,0 2px 5px rgba(15,23,42,.08)}

body.stock-research-page #secFinanzenOverview .finx-return-bar-zone{
  position:relative;
  display:flex;
  height:216px;
  align-items:center;
  justify-content:center;
  gap:3px;
}

body.stock-research-page #secFinanzenOverview .finx-return-money-stack{
  display:grid;
  width:min(22px,38%);
  height:216px;
  grid-template-rows:var(--return-positive-height,176px) var(--return-negative-height,40px);
}

body.stock-research-page #secFinanzenOverview .finx-return-positive,
body.stock-research-page #secFinanzenOverview .finx-return-negative{
  display:flex;
  flex-direction:column;
  align-items:stretch;
}

body.stock-research-page #secFinanzenOverview .finx-return-positive{justify-content:flex-end}
body.stock-research-page #secFinanzenOverview .finx-return-negative{justify-content:flex-start}

body.stock-research-page #secFinanzenOverview .finx-return-money-stack i{
  display:block;
  width:100%;
  min-height:2px;
  cursor:default;
  outline:none;
}

body.stock-research-page #secFinanzenOverview .finx-return-money-stack i.is-buyback{
  border-radius:2px 2px 0 0;
  background:linear-gradient(180deg,#168451 0%,#45a77b 100%);
}

body.stock-research-page #secFinanzenOverview .finx-return-money-stack i.is-dividend{
  border-radius:0;
  background:linear-gradient(180deg,#d4a62f 0%,#e4bf63 100%);
}

body.stock-research-page #secFinanzenOverview .finx-return-money-stack i.is-dividend:first-child:last-child{border-radius:2px 2px 0 0}

body.stock-research-page #secFinanzenOverview .finx-return-money-stack i.is-dilution{
  border-radius:0 0 2px 2px;
  background:linear-gradient(180deg,#b43a3a 0%,#d66b6b 100%);
}

body.stock-research-page #secFinanzenOverview .finx-return-yield-point{
  position:absolute;
  z-index:4;
  left:50%;
  display:block;
  width:8px;
  height:8px;
  border:2px solid #64748b;
  border-radius:50%;
  background:#fff;
  cursor:default;
  outline:none;
  transform:translate(-50%,-50%);
}

body.stock-research-page #secFinanzenOverview .finx-return-axis{position:relative;height:216px}
body.stock-research-page #secFinanzenOverview .finx-return-axis>span{position:absolute;right:0;transform:translateY(-50%)}
body.stock-research-page #secFinanzenOverview .finx-return-axis .is-top{top:0;transform:none}
body.stock-research-page #secFinanzenOverview .finx-return-axis .is-positive-mid{top:calc(var(--return-positive-height,176px) / 2)}
body.stock-research-page #secFinanzenOverview .finx-return-axis .is-zero{top:var(--return-positive-height,176px)}
body.stock-research-page #secFinanzenOverview .finx-return-axis .is-bottom{right:0;bottom:0;transform:none}
body.stock-research-page #secFinanzenOverview .finx-return-axis.is-percent{display:flex;height:var(--return-positive-height,176px);position:static;text-align:left}
body.stock-research-page #secFinanzenOverview .finx-return-axis.is-percent>span{position:static;transform:none}

body.stock-research-page #secFinanzenOverview [data-finx-capital-return-panel][hidden]{display:none!important}

body.stock-research-page #secFinanzenOverview .finx-buyback-yield-chart{
  display:grid;
  min-width:0;
  grid-template-columns:76px minmax(0,1fr) 48px;
  gap:10px;
}

body.stock-research-page #secFinanzenOverview .finx-buyback-yield-axis{
  display:flex;
  height:224px;
  flex-direction:column;
  justify-content:space-between;
  color:#7b8798;
  font-size:9px;
  font-weight:600;
  line-height:1;
  white-space:nowrap;
}

body.stock-research-page #secFinanzenOverview .finx-buyback-yield-axis.is-shares{text-align:right}
body.stock-research-page #secFinanzenOverview .finx-buyback-yield-axis.is-yield{text-align:left}

body.stock-research-page #secFinanzenOverview .finx-buyback-yield-plot{
  position:relative;
  height:260px;
}

body.stock-research-page #secFinanzenOverview .finx-buyback-yield-grid{
  position:absolute;
  inset:0 0 36px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  pointer-events:none;
}

body.stock-research-page #secFinanzenOverview .finx-buyback-yield-grid i{
  display:block;
  height:1px;
  background:#e8edf2;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart svg.finx-buyback-yield-line{
  position:absolute;
  z-index:3;
  inset:0 0 auto;
  display:block;
  width:100%;
  height:224px!important;
  min-height:0!important;
  max-height:224px;
  overflow:visible;
  pointer-events:none;
}

body.stock-research-page #secFinanzenOverview .finx-buyback-yield-line path{
  fill:none;
  stroke:#6d8096;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
}

body.stock-research-page #secFinanzenOverview .finx-buyback-yield-groups{
  position:absolute;
  inset:0;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(var(--buyback-count,10),minmax(0,1fr));
  gap:4px;
}

body.stock-research-page #secFinanzenOverview .finx-buyback-yield-group{
  position:relative;
  display:grid;
  min-width:0;
  grid-template-rows:224px 28px;
  border-radius:6px;
  transition:background .12s ease,box-shadow .12s ease;
}

body.stock-research-page #secFinanzenOverview .finx-buyback-yield-group:is(.is-highlighted,:has(i:hover),:has(i:focus)){
  background:#f1f5f9;
  box-shadow:0 0 0 1px #cbd5e1,0 2px 5px rgba(15,23,42,.08);
}

body.stock-research-page #secFinanzenOverview .finx-buyback-share-zone{
  position:relative;
  display:flex;
  height:224px;
  align-items:flex-end;
  justify-content:center;
}

body.stock-research-page #secFinanzenOverview .finx-buyback-share-bar{
  display:block;
  width:min(28px,52%);
  min-height:2px;
  border-radius:2px 2px 0 0;
  background:linear-gradient(180deg,#168451 0%,#45a77b 100%);
  cursor:default;
  outline:none;
}

body.stock-research-page #secFinanzenOverview .finx-buyback-yield-point{
  position:absolute;
  z-index:4;
  left:50%;
  display:block;
  width:8px;
  height:8px;
  border:2px solid #6d8096;
  border-radius:50%;
  background:#fff;
  cursor:default;
  outline:none;
  transform:translate(-50%,-50%);
}

body.stock-research-page #secFinanzenOverview .finx-buyback-yield-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 #secFinanzenOverview :is(.finx-return-yield-details,.finx-buyback-yield-details){
  display:none!important;
  pointer-events:none!important;
}

body.stock-research-page #secFinanzenOverview .finx-profitability-chart-part[hidden]{display:none!important}

body.stock-research-page #secFinanzenOverview .finx-profitability-view-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:0 0 12px;
}

body.stock-research-page #secFinanzenOverview .finx-profitability-view-head>span{
  color:#94a3b8;
  font-size:9px;
  font-weight:700;
  white-space:nowrap;
}

body.stock-research-page #secFinanzenOverview .finx-profitability-view-controls,
body.stock-research-page #secFinanzenOverview .finx-capital-return-view-controls{
  display:inline-flex;
  width:auto;
  margin:0;
}

body.stock-research-page #secFinanzenOverview .finx-profitability-view-controls button,
body.stock-research-page #secFinanzenOverview .finx-capital-return-view-controls button{
  min-height:30px;
  padding:6px 10px;
  font-size:10px;
}

body.stock-research-page #secFinanzenOverview .finx-profitability-chart-subhead{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:12px;
  margin:2px 0 10px;
}

body.stock-research-page #secFinanzenOverview .finx-profitability-chart-subhead b{
  color:#111827;
  font-size:13px;
  font-weight:800;
}

body.stock-research-page #secFinanzenOverview .finx-profitability-chart-subhead span{
  color:#94a3b8;
  font-size:9px;
  font-weight:700;
}

body.stock-research-page #secFinanzenOverview .finx-inline-waterfall-legend{
  display:flex;
  gap:12px;
  margin:-3px 0 12px;
}

body.stock-research-page #secFinanzenOverview .finx-inline-waterfall-legend span{
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:#64748b;
  font-size:9px;
  font-weight:700;
}

body.stock-research-page #secFinanzenOverview .finx-inline-waterfall-legend span::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:#64748b;
}

body.stock-research-page #secFinanzenOverview .finx-inline-waterfall-legend .is-positive::before{background:#168451}
body.stock-research-page #secFinanzenOverview .finx-inline-waterfall-legend .is-negative::before{background:#b43a3a}

body.stock-research-page #secFinanzenOverview .finx-waterfall-axis{
  position:relative;
  height:230px;
  color:#7b8798;
  font-size:9px;
  font-weight:600;
  line-height:1;
  text-align:right;
  white-space:nowrap;
}

body.stock-research-page #secFinanzenOverview .finx-waterfall-axis span{position:absolute;right:0;transform:translateY(-50%)}
body.stock-research-page #secFinanzenOverview .finx-waterfall-axis .is-top{top:0;transform:none}
body.stock-research-page #secFinanzenOverview .finx-waterfall-axis .is-bottom{bottom:0;transform:none}

body.stock-research-page #secFinanzenOverview .finx-waterfall-plot{
  position:relative;
  height:266px;
  overflow:visible;
}

body.stock-research-page #secFinanzenOverview .finx-waterfall-zero{
  position:absolute;
  top:50%;
  right:0;
  left:0;
  height:1px;
  background:#94a3b8;
}

body.stock-research-page #secFinanzenOverview .finx-waterfall-groups{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:repeat(var(--waterfall-count,12),minmax(0,1fr));
  gap:2px;
}

body.stock-research-page #secFinanzenOverview .finx-waterfall-group{
  display:grid;
  min-width:0;
  grid-template-rows:230px 32px;
  gap:4px;
  border-radius:6px;
  transition:background .12s ease,box-shadow .12s ease;
}

body.stock-research-page #secFinanzenOverview .finx-waterfall-group:is(.is-highlighted,:has(i:hover),:has(i:focus)){background:#f1f5f9;box-shadow:0 0 0 1px #cbd5e1,0 2px 5px rgba(15,23,42,.08)}

body.stock-research-page #secFinanzenOverview .finx-waterfall-group>span{
  position:relative;
  display:block;
  height:230px;
}

body.stock-research-page #secFinanzenOverview .finx-waterfall-group>span>i{
  position:absolute;
  left:19%;
  display:block;
  width:62%;
  min-height:2px;
  border-radius:2px;
  cursor:default;
  outline:none;
}

body.stock-research-page #secFinanzenOverview .finx-waterfall-group>span>i.is-positive{background:linear-gradient(180deg,#168451 0%,#45a77b 100%)}
body.stock-research-page #secFinanzenOverview .finx-waterfall-group>span>i.is-negative{background:linear-gradient(180deg,#b43a3a 0%,#d66b6b 100%)}
body.stock-research-page #secFinanzenOverview .finx-waterfall-group>span>i.is-total{background:linear-gradient(180deg,#6d8096 0%,#9aa9ba 100%)}

body.stock-research-page #secFinanzenOverview .finx-waterfall-group>span>b{
  position:absolute;
  z-index:0;
  right:-31%;
  width:62%;
  border-top:1px dashed #aab4c2;
}

body.stock-research-page #secFinanzenOverview .finx-margin-waterfall-axis{
  display:flex;
  height:230px;
  flex-direction:column;
  justify-content:space-between;
  color:#7b8798;
  font-size:9px;
  font-weight:600;
  line-height:1;
  text-align:right;
  white-space:nowrap;
}

body.stock-research-page #secFinanzenOverview .finx-margin-waterfall-plot{
  position:relative;
  height:266px;
  overflow:visible;
}

body.stock-research-page #secFinanzenOverview .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 #secFinanzenOverview .finx-margin-waterfall-grid i{
  display:block;
  height:1px;
  background:#e8edf2;
}

body.stock-research-page #secFinanzenOverview .finx-margin-waterfall-groups{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:5px;
}

body.stock-research-page #secFinanzenOverview .finx-margin-waterfall-group{
  display:grid;
  min-width:0;
  grid-template-rows:230px 32px;
  gap:4px;
  border-radius:6px;
  transition:background .12s ease,box-shadow .12s ease;
}

body.stock-research-page #secFinanzenOverview .finx-margin-waterfall-group:is(.is-highlighted,:has(i:hover),:has(i:focus)){
  background:#f1f5f9;
  box-shadow:0 0 0 1px #cbd5e1,0 2px 5px rgba(15,23,42,.08);
}

body.stock-research-page #secFinanzenOverview .finx-margin-waterfall-group>span{
  position:relative;
  display:block;
  height:230px;
}

body.stock-research-page #secFinanzenOverview .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 #secFinanzenOverview .finx-margin-waterfall-group>span>i.is-start{background:linear-gradient(180deg,#6d8096 0%,#9aa9ba 100%)}
body.stock-research-page #secFinanzenOverview .finx-margin-waterfall-group>span>i.is-margin{background:linear-gradient(180deg,#168451 0%,#45a77b 100%)}
body.stock-research-page #secFinanzenOverview .finx-margin-waterfall-group>span>i.is-positive{background:linear-gradient(180deg,#168451 0%,#45a77b 100%)}
body.stock-research-page #secFinanzenOverview .finx-margin-waterfall-group>span>i.is-negative{background:linear-gradient(180deg,#b43a3a 0%,#d66b6b 100%)}

body.stock-research-page #secFinanzenOverview .finx-margin-waterfall-group>span>b{
  position:absolute;
  z-index:0;
  right:-37%;
  width:74%;
  border-top:1px dashed #aab4c2;
}

body.stock-research-page #secFinanzenOverview .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(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-point{
  fill:#fff;
  stroke:var(--point-color,#168451);
  stroke-width:2;
  cursor:default;
  outline:none;
  vector-effect:non-scaling-stroke;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-point:hover,
body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-point:focus{
  fill:var(--point-color,#168451);
  stroke:#fff;
  stroke-width:2.5;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-bar{
  cursor:default;
  outline:none;
  transition:opacity .12s ease;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-bar:hover,
body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-bar:focus{opacity:.78}
body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-bar.is-cash,
body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-bar.is-buyback,
body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-bar.is-positive,
body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-bar.is-revenue{fill:url(#finxBarGreen)}
body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-bar.is-debt,
body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-bar.is-negative{fill:url(#finxBarRed)}
body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-bar.is-dividend{fill:url(#finxBarGold)}
body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-bar.is-total{fill:url(#finxBarSlate)}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-waterfall-connector{
  stroke:#aab4c2;
  stroke-width:1;
  stroke-dasharray:3 3;
  vector-effect:non-scaling-stroke;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart-tooltip{
  position:fixed!important;
  z-index:10000!important;
  width:max-content;
  min-width:120px;
  max-width:220px;
  padding:7px 9px;
  border:0;
  border-radius:8px;
  background:#f3f4f6;
  box-shadow:0 8px 18px rgba(15,23,42,.10);
  pointer-events:none;
  transition:none;
}

/* Nutzer-Wunsch 03.09.2026: die Tooltip-Feinabstimmung oben (Groesse,
   Schrift, Zeilenumbruch) galt bisher NUR fuer #secOverview/#secFinanzen
   Overview/ETF-Overview -- der Operative-Kennzahlen-Tooltip (und die neue
   CapEx-Sektion, beide nutzen dieselbe _dynOperationalShowTooltip-Funktion)
   liegt zwar im Unternehmen-Tab, wird aber wie ALLE Portal-Tooltips per JS
   direkt an <body> gehaengt (document.body.appendChild) -- ein Versuch, das
   ueber "#secUnternehmenOverview .finx-analysis-chart-tooltip" zu scopen,
   traf deshalb NIE (das Element ist im DOM ein Geschwister der Sektion, kein
   Nachfahre) und fiel auf die unstyled Vorgabe zurueck. Stattdessen ungescopt
   auf die Klasse selbst, mit hoeherer max-width (320 statt 260px) und echtem
   Zeilenumbruch statt harter Kappung. Niedrigere Spezifitaet als die
   #secOverview-Regeln oben, gewinnt dort also nicht gegen sie -- wirkt nur
   dort, wo keine spezifischere Regel greift (z.B. Unternehmen-Tab). */
body.stock-research-page .finx-analysis-chart-tooltip{
  position:fixed!important;
  z-index:10000!important;
  display:block;
  width:max-content;
  min-width:150px;
  max-width:320px;
  padding:8px 10px;
  border:1px solid #dfe4ea;
  border-radius:8px;
  background:#f8fafc;
  box-shadow:0 5px 14px rgba(15,23,42,.10);
  pointer-events:none;
  transition:none;
  overflow-wrap:anywhere;
}
body.stock-research-page .finx-analysis-chart-tooltip .ovx-canvas-tooltip-date{
  margin:0 0 2px;
  color:#6b7280;
  font-size:13px;
  font-weight:400;
  white-space:normal;
  overflow-wrap:anywhere;
}
body.stock-research-page .finx-analysis-chart-tooltip .ovx-canvas-tooltip-date b{
  color:#111827;
  font-size:13px;
  font-weight:600;
}
body.stock-research-page .finx-analysis-chart-tooltip .ovx-canvas-tooltip-date.is-period{
  margin-bottom:5px;
  color:#111827;
  font-size:13px;
  font-weight:600;
}
body.stock-research-page .finx-analysis-chart-tooltip.is-above{transform:translate(-50%,calc(-100% - 2px))}
body.stock-research-page .finx-analysis-chart-tooltip.is-below{transform:translate(-50%,2px)}
body.stock-research-page .finx-analysis-chart-tooltip::before,
body.stock-research-page .finx-analysis-chart-tooltip::after{display:none!important}
body.stock-research-page .finx-analysis-chart-tooltip:not(.finx-is-visible){visibility:hidden!important}
body.stock-research-page .finx-analysis-chart-tooltip.finx-is-visible{opacity:1!important;visibility:visible!important}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart-tooltip.is-group-summary{
  position:fixed!important;
  display:block;
  width:max-content;
  min-width:150px;
  max-width:260px;
  padding:8px 10px;
  border:1px solid #dfe4ea;
  background:#f8fafc;
  box-shadow:0 5px 14px rgba(15,23,42,.10);
}

body.stock-research-page .finx-analysis-chart-tooltip.is-group-summary .ovx-canvas-tooltip-date{
  margin:0 0 2px;
  color:#6b7280;
  font-size:13px;
  font-weight:400;
}

body.stock-research-page .finx-analysis-chart-tooltip.is-group-summary .ovx-canvas-tooltip-date b{
  color:#111827;
  font-size:13px;
  font-weight:600;
}

body.stock-research-page .finx-analysis-chart-tooltip.is-group-summary .ovx-canvas-tooltip-date.is-period{
  margin-bottom:5px;
  color:#111827;
  font-size:13px;
  font-weight:600;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-group-values{
  display:grid;
  min-width:0;
  gap:4px;
  margin-top:5px;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-group-values span{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:5px;
  white-space:nowrap;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-group-values small{display:inline-flex;align-items:center;gap:5px;color:#64748b;font-size:9px;font-weight:650}
body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-group-values small i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--legend-color,#168451)}
body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-group-values b{color:#111827;font-size:10px;font-weight:800}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart-tooltip.is-above{transform:translate(-50%,calc(-100% - 2px))}
body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart-tooltip.is-below{transform:translate(-50%,2px)}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart-tooltip::before,
body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart-tooltip::after{display:none!important}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart-tooltip:not(.finx-is-visible){visibility:hidden!important}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart-tooltip.finx-is-visible{
  opacity:1!important;
  visibility:visible!important;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart:has([data-finx-analysis-point]:hover) .finx-analysis-chart-tooltip{
  opacity:1!important;
  visibility:visible!important;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart:has([data-finx-analysis-group].is-highlighted) .finx-analysis-chart-tooltip{
  opacity:1!important;
  visibility:visible!important;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart-tooltip .ovx-canvas-tooltip-price{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:12px;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart-tooltip .ovx-canvas-tooltip-price span{
  color:#64748b;
  font-size:11px;
  font-weight:600;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-chart-tooltip .ovx-canvas-tooltip-price b{
  color:#111827;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}

body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-tooltip-note{
  margin-top:4px;
  color:#64748b;
  font-size:10px;
  font-weight:500;
  line-height:1.35;
}

/* Bewertung: jedes Bewertungsdiagramm bleibt eine klar abgegrenzte Einzelkarte. */
body.stock-research-page #secBewertung .anx-relocated-valuation-models :is(.anx-fair-panel,.anx-rating-target-card){
  border:1px solid var(--ui-card-border,#e2e8f0)!important;
  border-radius:var(--ui-card-radius,8px)!important;
  background:#fff!important;
  box-shadow:var(--ui-card-shadow,0 1px 2px #22242626)!important;
  box-sizing:border-box;
  padding:18px 20px!important;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf .anx-fair-panel{
  padding:30px 24px 22px!important;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf-copy .anx-fair-panel{
  height:430px!important;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf-copy .anx-fair-summary{
  top:14px!important;
  right:24px!important;
  left:24px!important;
  gap:12px!important;
  margin:0!important;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf-copy .anx-reverse-dcf-chart{
  margin-top:52px!important;
}

/* Übersichten: eine große Diagrammfläche je Kennzahlgruppe statt drei Einzelkarten. */
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-group-heading{margin:36px 0 15px!important;color:#111827;font-size:22px!important;font-weight:800!important;line-height:1.25!important;letter-spacing:-.02em!important;text-align:center}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-group-card-top{display:flex;min-height:28px;align-items:center;justify-content:flex-end;gap:10px;margin-bottom:8px}
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;
}

/* Zeitraum-Pillen (2/8/15 Jahre/Max) auf den Uebersicht-Kennzahlenkarten
   (Aktien UND ETFs), plus Jahres-Stepper bei Profitabilitaet -- ersetzen die
   fruehere gruene Bewertungs-Pille an derselben rechtsbuendigen Stelle
   (.ovx-overview-group-rating). Standardzustand wie die .anx-fair-summary-
   Referenz, aktiv wie die ehemalige .finx-analysis-assessment.is-positive. */
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:hover{
  border-color:#c7d0da;background:#eef1f5;
}
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-empty-state{
  color:#94a3b8;font-size:12.5px;padding:20px 0;text-align:center;
}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-group-current{display:flex;flex:0 0 auto;align-items:flex-end;gap:8px;color:#111827}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-group-current b{font-size:19px;font-weight:820;line-height:1}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-group-current small{color:#94a3b8;font-size:9px;font-weight:700}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-group-head-meta{display:flex;flex:0 0 auto;align-items:flex-end;gap:10px}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-group-head-meta .compx-management-section-rating{position:static!important;margin:0!important}

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-chart-grid{position:absolute;inset:8px 84px 28px 8px;pointer-events:none}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-chart-grid>i{position:absolute;right:0;left:0;top:var(--grid-y);height:1px;background:#e8edf3}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-chart-grid>i>b{position:absolute;left:calc(100% + 9px);top:0;color:#94a3b8;font-size:9px;font-style:normal;font-weight:650;line-height:1;white-space:nowrap;transform:translateY(-50%)}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-chart-columns{position:absolute;inset:8px 84px 0 8px;display:grid;grid-template-columns:repeat(var(--overview-columns,20),minmax(4px,1fr));align-items:stretch;gap:clamp(3px,.55vw,8px)}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-chart-column{appearance:none;display:grid;min-width:0;grid-template-rows:minmax(0,1fr) 24px;gap:0;padding:0;border:0;border-radius:5px;background:transparent;cursor:crosshair;outline:0}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-chart-column>span{display:flex;min-height:0;align-items:flex-end;justify-content:center;gap:0;padding:4px 3px 0;border:1px solid transparent;border-bottom:0;border-radius:5px 5px 0 0;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-chart-column>span>i{display:block;width:min(22px,72%);min-height:2px;border-radius:3px 3px 0 0;background:linear-gradient(180deg,#168451 0%,#45a77b 100%)}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-chart-column>span>i+ i{border-radius:0}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-combined-chart.is-stacked .ovx-overview-chart-column>span{flex-direction:column-reverse;justify-content:flex-start;align-items:center}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-combined-chart.is-stacked .ovx-overview-chart-column>span>i{flex:0 0 auto;width:min(24px,74%);min-height:0;border-radius:0}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-combined-chart.is-stacked .ovx-overview-chart-column>span>i:first-child{border-radius:0}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-combined-chart.is-stacked .ovx-overview-chart-column>span>i:last-child{border-radius:4px 4px 0 0}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-combined-chart.is-grouped .ovx-overview-chart-column>span{gap:4px}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-combined-chart.is-grouped .ovx-overview-chart-column>span>i{width:min(19px,40%);border-radius:2px 2px 0 0}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-combined-chart.is-waterfall .ovx-overview-chart-column>span{position:relative}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-combined-chart.is-waterfall .ovx-overview-chart-column>span>i{position:absolute;right:14%;left:14%;width:auto;border-radius:2px}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-combined-chart.is-waterfall .ovx-overview-chart-column>span>i.is-start{background:linear-gradient(180deg,#6d8096 0%,#9aa9ba 100%)}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-combined-chart.is-waterfall .ovx-overview-chart-column>span>i.is-total{background:linear-gradient(180deg,#111827 0%,#475569 100%)}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-combined-chart.is-waterfall .ovx-overview-chart-column>span>i.is-positive{background:linear-gradient(180deg,#168451 0%,#45a77b 100%)}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-combined-chart.is-waterfall .ovx-overview-chart-column>span>i.is-negative{background:linear-gradient(180deg,#b43a3a 0%,#d66b6b 100%)}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-chart-column>em{display:flex;align-items:flex-end;justify-content:center;color:#94a3b8;font-size:8px;font-style:normal;font-weight:650;line-height:1;white-space:nowrap}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-chart-column.is-highlighted>span{border-color:#d8dee7;background:#f5f7f9;box-shadow:0 1px 2px #22242626}
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)}

/* Übersicht: dieselbe große Finanzdiagramm-Komponente wie im Finanzen-Tab. */
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:is(.is-highlighted,:focus-visible){border:0;border-radius:0;background:#f1f5f9;box-shadow:none}
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 [data-etf-tab="overview"] .ovx-overview-share-panel{padding:18px;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 [data-etf-tab="overview"] .ovx-overview-share-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}
body.stock-research-page [data-etf-tab="overview"] .ovx-overview-share-cell>h4{min-height:42px;margin:0 0 10px;display:flex;align-items:flex-end;justify-content:center;color:#111827;font-size:14px;font-weight:800;line-height:1.25;text-align:center}
body.stock-research-page #secOverview[data-etf-tab="overview"] .ovx-overview-share-donut-card{min-height:248px;box-sizing:border-box;padding:8px 18px;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}
body.stock-research-page #secOverview[data-etf-tab="overview"] .ovx-overview-share-cell:not(:last-child) .ovx-overview-share-donut-card{border-right:1px solid #e8edf2!important}
body.stock-research-page [data-etf-tab="overview"] .ovx-overview-share-donut-card .etf-portfolio-donut-item-head{display:flex;min-height:42px;align-items:flex-start;justify-content:center;text-align:center}
body.stock-research-page [data-etf-tab="overview"] .ovx-overview-share-donut-card .etf-portfolio-donut-item-head h3{margin:0;color:#111827;font-size:16px;font-weight:800;line-height:1.25}
body.stock-research-page [data-etf-tab="overview"] .ovx-overview-share-donut-visual{position:relative;width:168px;height:168px;margin:0 auto}
body.stock-research-page [data-etf-tab="overview"] .ovx-overview-share-donut-visual canvas{display:block;width:100%!important;height:100%!important}
body.stock-research-page [data-etf-tab="overview"] .ovx-overview-share-donut-visual .center{background:transparent!important;box-shadow:none!important}
body.stock-research-page .center-value{display:block!important;margin:0!important;color:var(--text)!important;font-size:20px!important;font-weight:700!important;line-height:1.06!important;letter-spacing:-.035em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body.stock-research-page [data-etf-tab="overview"] .ovx-overview-share-donut-visual .center-value{color:#111827;font-size:21px;font-weight:850;line-height:1}
body.stock-research-page [data-etf-tab="overview"] .ovx-overview-share-donut-visual .center-label{margin-top:6px;color:#64748b;font-size:9px;font-weight:700}
body.stock-research-page [data-etf-tab="overview"] .ovx-overview-share-donut-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 12px;margin-top:10px;color:#64748b;font-size:9px;font-weight:700}
body.stock-research-page [data-etf-tab="overview"] .ovx-overview-share-donut-legend span{display:inline-flex;align-items:center;gap:5px}
body.stock-research-page [data-etf-tab="overview"] .ovx-overview-share-donut-legend i{width:7px;height:7px;border-radius:50%;background:var(--segment-color)}


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:is(.is-highlighted,:has(i:hover),:has(i:focus)){border:0;border-radius:0;background:#f1f5f9;box-shadow:none}
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-group:is(.is-highlighted,:focus-visible){border:0;border-radius:0;background:#f1f5f9;box-shadow:none}
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}

body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-chart-column{cursor:default!important}
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-chart-column.is-highlighted>span{border:0!important;border-radius:0!important;background:#f1f5f9!important;box-shadow:none!important}
body.stock-research-page #secFinanzenOverview :is(.finx-combo-group,.finx-balance-group,.finx-return-group,.finx-buyback-yield-group,.finx-margin-waterfall-group,.finx-waterfall-group):is(.is-highlighted,:hover,:focus-within){border:0!important;border-radius:0!important;background:#f1f5f9!important;box-shadow:none!important}
body.stock-research-page #secBewertung :is(.anx-reverse-dcf-single,.anx-reverse-dcf-pair):is(.is-highlighted,:hover,:focus-within){border:0!important;border-radius:0!important;background:#f1f5f9!important;box-shadow:none!important}

.ovx-overview-group-tooltip{position:fixed!important;z-index:10000!important;display:block;width:max-content;min-width:150px;max-width:260px;padding:8px 10px;border:1px solid #dfe4ea;border-radius:8px;background:#f8fafc;box-shadow:0 5px 14px rgba(15,23,42,.10);opacity:0;visibility:hidden;pointer-events:none;transition:none;overflow-wrap:anywhere}
.ovx-overview-group-tooltip.is-visible,.ovx-overview-group-tooltip.finx-is-visible{opacity:1!important;visibility:visible!important}
.ovx-overview-group-tooltip.is-above{transform:translate(-50%,calc(-100% - 2px))}
.ovx-overview-group-tooltip.is-below{transform:translate(-50%,2px)}
.ovx-overview-group-tooltip::before,.ovx-overview-group-tooltip::after{display:none!important}
.ovx-overview-group-tooltip .ovx-canvas-tooltip-date{margin:0;color:#111827;font-size:11px;font-weight:800}
.ovx-overview-group-tooltip .finx-analysis-group-values{display:grid;min-width:0;gap:4px;margin-top:5px}
.ovx-overview-group-tooltip .finx-analysis-group-values span{display:flex;align-items:baseline;justify-content:space-between;gap:16px;white-space:nowrap}
.ovx-overview-group-tooltip .finx-analysis-group-values small{display:inline-flex;align-items:center;gap:5px;color:#64748b;font-size:9px;font-weight:650}
.ovx-overview-group-tooltip .finx-analysis-group-values b{color:#111827;font-size:10px;font-weight:800}

@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-group-current{margin-top:9px}
  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 [data-etf-tab="overview"] .ovx-overview-share-grid{grid-template-columns:1fr}
  body.stock-research-page [data-etf-tab="overview"] .ovx-overview-share-panel{padding:12px}
  body.stock-research-page #secOverview[data-etf-tab="overview"] .ovx-overview-share-cell:not(:last-child) .ovx-overview-share-donut-card{border-right:0!important;border-bottom:1px solid #e8edf2!important}
}

/* 2026-08-24: Bewertungsmodelle brauchen genug Innenraum für Kopf, Kennzahlen
   und Achsen. Feste 420px ließen den Reverse-DCF-Chart unten überlaufen. */
body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf-copy .anx-fair-panel{
  height:auto!important;
  min-height:560px!important;
  padding:30px 34px 34px!important;
  overflow:hidden!important;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf-copy .anx-reverse-dcf-chart{
  height:390px!important;
  min-height:390px!important;
  margin-top:16px!important;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf:not(.anx-fair-dcf-copy) .anx-fair-panel{
  height:410px!important;
  padding-right:38px!important;
  padding-left:30px!important;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf:not(.anx-fair-dcf-copy) .anx-fair-chart-wrap{
  width:calc(100% - 8px)!important;
}

/* Zukunftspläne und Geschäftstreiber: ab Karte fünf einklappen. */
body.stock-research-page #secUnternehmenOverview .compx-future-grid:not(.is-open) .compx-future-extra{
  display:none!important;
}

body.stock-research-page #secUnternehmenOverview :is(.compx-future-more,.compx-driver-more).compx-more{
  display:flex;
  width:max-content;
  margin:14px auto 4px;
}

body.stock-research-page #secUnternehmenOverview .compx-position-table-redesign .compx-peer-logo-stack img{
  object-fit:contain!important;
  padding:3px;
  box-sizing:border-box;
}

@media(max-width:700px){
  body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf-copy .anx-fair-panel{
    min-height:520px!important;
    padding:22px 18px 28px!important;
  }

  body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf-copy .anx-reverse-dcf-chart{
    height:350px!important;
    min-height:350px!important;
  }

  body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf:not(.anx-fair-dcf-copy) .anx-fair-panel{
    padding-right:20px!important;
    padding-left:18px!important;
  }
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card{
  margin-top:12px;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card > .anx-estimate-subhead{
  margin:0 0 12px!important;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card > .anx-rating-summary{
  margin:0 0 14px!important;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card > .anx-target-modal-canvas{
  width:100%;
  margin:0!important;
}

/* Reverse DCF: echte DOM-Säulen mit vollständigem Projektionspfad. */
body.stock-research-page #secBewertung .anx-reverse-dcf-chart{
  position:relative;
  display:flex;
  width:100%;
  height:300px;
  flex-direction:column;
  margin-top:14px;
  color:#0f172a;
}

body.stock-research-page #secBewertung .anx-fair-dcf-copy .anx-fair-summary .anx-reverse-dcf-rating{
  display:inline-flex;
  min-height:24px;
  flex:0 0 auto;
  align-items:center;
  margin-left:auto;
  padding:3px 8px;
  border:1px solid #edcf87;
  border-radius:6px;
  background:#fff7dd;
  color:#8a5b00;
  font-size:11px;
  font-weight:700;
  line-height:1.2;
}

body.stock-research-page #secBewertung .anx-reverse-dcf-loading{
  display:grid;
  height:100%;
  place-items:center;
  color:#64748b;
  font-size:12px;
  font-weight:600;
}

body.stock-research-page #secBewertung .anx-reverse-dcf-note{
  margin-top:8px;
  padding:0 4px;
  color:#64748b;
  font-size:11px;
  font-weight:600;
  text-align:center;
  line-height:1.4;
}

body.stock-research-page #secBewertung .anx-reverse-dcf-empty.is-model-unavailable{
  min-height:286px;
  padding:30px clamp(20px,6vw,74px);
  color:#334155;
  font-size:20px;
  font-weight:750;
  line-height:1.45;
  text-wrap:balance;
}

/* Chart-Tab & Übersicht: Kurs groß, Veränderung darunter statt daneben. */
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;
}

/* Kaufen-Tab: Panels an das übrige Card+Shadow-Design angleichen. */
body.stock-research-page #secKaufen .buyx-panel{
  border:1px solid var(--ui-card-border)!important;
  box-shadow:var(--ui-card-shadow)!important;
}

/* Kaufen-Tab: WKN/ISIN/Ticker-Leiste bekommt denselben Card+Shadow-Rahmen wie die Panels darunter. */
body.stock-research-page #secKaufen .buyx-security-data{
  border:1px solid var(--ui-card-border)!important;
  border-radius:8px!important;
  box-shadow:var(--ui-card-shadow)!important;
  background:#fff!important;
  margin-bottom:16px;
}

/* Broker-Übersicht & Handelbarkeit: wie research-standard-table ohne Rahmen/Schatten. */
body.stock-research-page #secKaufen .buyx-panel.buyx-panel-flat{
  border:0!important;
  box-shadow:none!important;
  padding:16px 0!important;
}

/* Kurzbewertung/Anlagestil -> Bewertung: kurzer Blitz auf der Zielzeile. */
.ovx-jump-highlight{
  position:relative;
  animation:ovxJumpFlash 2.6s ease-out;
  outline:0!important;
  outline-offset:0!important;
  border-color:transparent!important;
  clip-path:inset(0 -100vmax);
}

@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);}
}

body.stock-research-page #secBewertung .anx-reverse-dcf-scroll{
  height:auto;
  min-height:0;
  flex:1 1 auto;
  overflow-x:hidden;
  overflow-y:hidden;
}

body.stock-research-page #secBewertung .anx-reverse-dcf-stage{
  position:relative;
  width:100%;
  min-width:0;
  height:100%;
  box-sizing:border-box;
}

body.stock-research-page #secBewertung .anx-reverse-dcf-grid{
  position:absolute;
  inset:10px 0 30px 62px;
  pointer-events:none;
}

body.stock-research-page #secBewertung .anx-reverse-dcf-grid > span{
  position:absolute;
  right:0;
  bottom:var(--grid-y);
  left:0;
  height:1px;
  background:#e8edf2;
}

body.stock-research-page #secBewertung .anx-reverse-dcf-grid > span b{
  position:absolute;
  top:0;
  right:calc(100% + 9px);
  color:#94a3b8;
  font-size:9px;
  font-weight:650;
  line-height:1;
  white-space:nowrap;
  text-align:right;
  transform:translateY(-50%);
}

body.stock-research-page #secBewertung .anx-reverse-dcf-columns{
  position:absolute;
  inset:10px 0 0 62px;
  display:grid;
  grid-template-columns:repeat(var(--history-count,5),minmax(18px,1fr)) 12px repeat(var(--forecast-count,5),minmax(24px,1.2fr));
  align-items:stretch;
  gap:clamp(5px,.7vw,10px);
}

body.stock-research-page #secBewertung .anx-reverse-dcf-column{
  display:flex;
  min-width:0;
  height:100%;
  flex-direction:column;
  justify-content:flex-end;
}

body.stock-research-page #secBewertung :is(.anx-reverse-dcf-single,.anx-reverse-dcf-pair){
  position:relative;
  display:flex;
  height:calc(100% - 30px);
  align-items:flex-end;
  justify-content:center;
  padding:0 3px;
  box-sizing:border-box;
  transition:background-color .12s ease,box-shadow .12s ease;
}

body.stock-research-page #secBewertung .anx-reverse-dcf-pair{
  gap:4px;
}

body.stock-research-page #secBewertung .anx-reverse-dcf-bar{
  display:block;
  width:min(18px,72%);
  min-height:2px;
  height:var(--bar-height);
  margin:0;
  padding:0;
  cursor:default;
  border:0;
  border-radius:2px 2px 0 0;
  background:#168451;
  box-shadow:none;
}

body.stock-research-page #secBewertung .anx-reverse-dcf-pair .anx-reverse-dcf-bar{
  width:min(16px,calc(50% - 2px));
}

body.stock-research-page #secBewertung .anx-reverse-dcf-bar.is-realistic{
  background:#7c8da1;
}

body.stock-research-page #secBewertung .anx-reverse-dcf-bar.is-priced{
  background:#168451;
}

body.stock-research-page #secBewertung :is(.anx-reverse-dcf-single,.anx-reverse-dcf-pair):is(.is-highlighted,:hover,:focus-within){
  border:0;
  border-radius:0;
  background:#f1f5f9;
  box-shadow:none;
}

body.stock-research-page #secBewertung .anx-reverse-dcf-axis-label{
  display:flex;
  height:30px;
  align-items:flex-end;
  justify-content:center;
  overflow:hidden;
  color:#7b8798;
  font-size:9px;
  font-weight:600;
  line-height:1.2;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.stock-research-page #secBewertung .anx-reverse-dcf-divider{
  align-self:stretch;
  margin:0 4px 30px;
  border-left:1px dashed #cbd5e1;
}

body.stock-research-page #secBewertung .anx-reverse-dcf-tooltip{
  position:absolute;
  top:0;
  left:0;
  z-index:8;
  min-width:190px;
  max-width:260px;
  width:max-content;
}

body.stock-research-page #secBewertung .anx-reverse-dcf-tooltip .ovx-canvas-tooltip-date{
  margin:0 0 2px;
  color:#6b7280;
  font-size:13px;
  font-weight:400;
  white-space:normal;
}

body.stock-research-page #secBewertung .anx-reverse-dcf-tooltip .ovx-canvas-tooltip-date b{
  color:#111827;
  font-size:13px;
  font-weight:600;
}

body.stock-research-page #secBewertung .anx-reverse-dcf-tooltip .ovx-canvas-tooltip-date.is-period{
  margin-bottom:5px;
  color:#111827;
  font-size:13px;
  font-weight:600;
}

body.stock-research-page #secBewertung [data-fair-pe]{
  display:inline-flex;
  min-width:40px;
  justify-content:center;
  cursor:text;
  border-radius:4px;
}

body.stock-research-page #secBewertung [data-fair-pe]:hover{
  background:#eef2f6;
}

body.stock-research-page #secBewertung [data-fair-pe].is-editing{
  padding:1px 5px;
  background:#fff;
  box-shadow:0 0 0 2px rgba(var(--company-accent-rgb,22,132,81),.24);
  outline:1px solid var(--company-accent,#168451);
}

body.stock-research-page #secBewertung .etf-analysis-valuation-group{
  display:grid;
  gap:30px;
  margin-top:0;
  padding-top:0;
  border-top:0;
}

body.stock-research-page #secBewertung .etf-reverse-dcf-panel{
  min-height:390px;
  padding:22px 24px 18px!important;
  border:1px solid var(--ui-card-border,#e2e8f0)!important;
  border-radius:var(--ui-card-radius,8px)!important;
  background:#fff!important;
  box-shadow:var(--ui-card-shadow,0 1px 2px #22242626)!important;
}

body.stock-research-page #secBewertung .etf-reverse-dcf-chart{
  height:285px;
}

body.stock-research-page #secBewertung .etf-reverse-dcf-panel .etf-reverse-dcf-card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 12px;
  padding:0 0 10px;
  border-bottom:1px solid #e6eaee;
}

body.stock-research-page #secBewertung .etf-reverse-dcf-panel .etf-reverse-dcf-card-head>span{
  color:#94a3b8;
  font-size:10px;
  font-weight:750;
}

body.stock-research-page #secBewertung .etf-reverse-dcf-panel .etf-rating-explainer{
  display:inline-flex!important;
  min-height:24px!important;
  align-items:center;
  margin:0!important;
  padding:3px 8px!important;
  border:1px solid #ead89a!important;
  border-radius:6px!important;
  background:#fff7d6!important;
  color:#8a6a00!important;
  font-size:10px!important;
  font-weight:800!important;
  line-height:1.2!important;
}

body.stock-research-page #secBewertung .etf-reverse-dcf-panel .etf-rating-explainer:is(.is-negative,.negative){border-color:#e6bec1!important;background:#fae8e8!important;color:#993232!important}
body.stock-research-page #secBewertung .etf-reverse-dcf-panel .etf-rating-explainer:is(.is-positive,.positive){border-color:#b8dfcb!important;background:#e4f2eb!important;color:#168451!important}

/* Summary-Zeile darf die Einordnung-Kopfzeile nicht überlagern (war absolut positioniert). */
body.stock-research-page #secBewertung .etf-reverse-dcf-panel .anx-fair-summary,
body.stock-research-page #secBewertung .etf-max-drawdown-panel .anx-fair-summary{
  position:static!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  z-index:auto!important;
  margin:0 0 12px!important;
}

body.stock-research-page #secBewertung .etf-fair-value-panel,
body.stock-research-page #secBewertung .etf-max-drawdown-panel{
  height:430px!important;
  box-sizing:border-box;
  padding:30px 24px 22px!important;
  border:1px solid var(--ui-card-border,#e2e8f0)!important;
  border-radius:var(--ui-card-radius,8px)!important;
  background:#fff!important;
  box-shadow:var(--ui-card-shadow,0 1px 2px #22242626)!important;
}

@media(max-width:700px){
  body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf-copy .anx-fair-panel{
    height:400px!important;
  }

  body.stock-research-page #secBewertung .anx-reverse-dcf-chart{
    height:270px;
  }

  body.stock-research-page #secBewertung .etf-reverse-dcf-panel,
  body.stock-research-page #secBewertung .etf-fair-value-panel,
  body.stock-research-page #secBewertung .etf-max-drawdown-panel{
    padding:18px 14px!important;
  }

  body.stock-research-page #secBewertung .etf-max-drawdown-panel .etf-drawdown-chart{
    height:300px!important;
  }
}

/* Management: kompakte Signalkarten vor den Personenprofilen. */
body.stock-research-page #secUnternehmenOverview .compx-management-section-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
}

body.stock-research-page #secUnternehmenOverview .compx-management-section-rating{
  display:inline-flex;
  min-height:24px;
  flex:0 0 auto;
  align-items:center;
  margin-top:18px;
  padding:3px 8px;
  border:1px solid #b8dfcb;
  border-radius:6px;
  background:#e4f2eb;
  color:#168451;
  font-size:10px;
  font-weight:800;
  line-height:1.2;
}

body.stock-research-page #secUnternehmenOverview .compx-management-signal-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  align-items:stretch;
  margin:16px 0 20px;
}

body.stock-research-page #secUnternehmenOverview .compx-management-signal-card{
  min-width:0;
  padding:14px 15px;
  border:1px solid var(--ui-card-border,#e2e8f0);
  border-radius:8px;
  background:#fff;
  box-shadow:var(--ui-card-shadow,0 1px 2px #22242626);
  height:100%;
}

body.stock-research-page #secUnternehmenOverview .compx-management-signal-card header{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:10px;
  align-items:center;
  margin-bottom:12px;
}

body.stock-research-page #secUnternehmenOverview .compx-management-signal-card header b{
  display:block;
  color:#111827;
  font-size:12px;
  font-weight:800;
  line-height:1.25;
}

body.stock-research-page #secUnternehmenOverview .compx-management-signal-card header small{
  display:block;
  margin-top:2px;
  color:#94a3b8;
  font-size:9px;
  font-weight:650;
}

body.stock-research-page #secUnternehmenOverview .compx-management-signal-card header em{
  display:inline-flex;
  min-height:22px;
  align-items:center;
  padding:3px 7px;
  border-radius:6px;
  background:#f5eed9;
  color:#9a7414;
  font-size:9px;
  font-style:normal;
  font-weight:750;
  white-space:nowrap;
}

body.stock-research-page #secUnternehmenOverview .compx-management-signal-card header em.is-positive{
  background:#e4f2eb;
  color:#168451;
}

body.stock-research-page #secUnternehmenOverview .compx-management-signal-card>strong{
  display:block;
  margin-bottom:5px;
  color:#111827;
  font-size:15px;
  font-weight:800;
  line-height:1.25;
}

body.stock-research-page #secUnternehmenOverview .compx-management-signal-card>p{
  min-height:50px;
  margin:0 0 12px;
  color:#64748b;
  font-size:10.5px;
  font-weight:500;
  line-height:1.5;
}

body.stock-research-page #secUnternehmenOverview .compx-management-signal-card>div:not(.compx-management-pair-chart){
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

body.stock-research-page #secUnternehmenOverview .compx-management-signal-card>div:not(.compx-management-pair-chart) span{
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:23px;
  padding:3px 7px;
  border-radius:6px;
  background:#f7f9fb;
  color:#64748b;
  font-size:9px;
  font-weight:650;
  line-height:1.2;
}

body.stock-research-page #secUnternehmenOverview .compx-management-signal-card>div:not(.compx-management-pair-chart) b{
  color:#334155;
  font-weight:800;
}

body.stock-research-page #secUnternehmenOverview .compx-management-pair-chart{
  display:block;
  margin:2px 0 12px;
  padding:9px 10px 7px;
  border-radius:7px;
}

body.stock-research-page #secUnternehmenOverview .compx-management-chart-legend{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:7px;
}

body.stock-research-page #secUnternehmenOverview .compx-management-chart-legend span{
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:#64748b;
  font-size:8.5px;
  font-weight:700;
}

body.stock-research-page #secUnternehmenOverview .compx-management-chart-legend span::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:#6d8096;
}

body.stock-research-page #secUnternehmenOverview .compx-management-chart-legend .is-buy::before,
body.stock-research-page #secUnternehmenOverview .compx-management-chart-legend .is-result::before{background:#168451}
body.stock-research-page #secUnternehmenOverview .compx-management-chart-legend .is-sell::before{background:#b43a3a}
body.stock-research-page #secUnternehmenOverview .compx-management-chart-legend .is-guide::before{background:#6d8096}

body.stock-research-page #secUnternehmenOverview .compx-management-pair-bars{
  display:grid;
  height:118px;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:3px;
  align-items:end;
  border-bottom:1px solid #d8dee7;
}

body.stock-research-page #secUnternehmenOverview .compx-guidance-pair-chart .compx-management-pair-bars{
  grid-template-columns:repeat(5,minmax(0,1fr));
}

body.stock-research-page #secUnternehmenOverview .compx-insider-diverging-bars{
  display:grid;
  gap:4px;
}

body.stock-research-page #secUnternehmenOverview .compx-insider-diverging-row{
  position:relative;
  display:grid;
  min-width:0;
  grid-template-columns:40px minmax(0,1fr) minmax(0,1fr);
  align-items:center;
  padding:2px 3px;
  border-radius:0;
  transition:background .12s ease;
}

body.stock-research-page #secUnternehmenOverview .compx-insider-diverging-row:is(.is-highlighted,:hover,:focus-within){border:0;border-radius:0;background:#f1f5f9;box-shadow:none;cursor:default}

body.stock-research-page #secUnternehmenOverview .compx-insider-diverging-row>em{
  padding-right:6px;
  color:#7b8798;
  font-size:7.5px;
  font-style:normal;
  font-weight:650;
  line-height:1;
  text-align:right;
  white-space:nowrap;
}

body.stock-research-page #secUnternehmenOverview .compx-insider-diverging-row>b{
  display:flex;
  height:11px;
  align-items:center;
}

body.stock-research-page #secUnternehmenOverview .compx-insider-diverging-row>b.is-buy{
  justify-content:flex-end;
  border-right:1px solid #cbd5e1;
}

body.stock-research-page #secUnternehmenOverview .compx-insider-diverging-row>b.is-sell{justify-content:flex-start}

body.stock-research-page #secUnternehmenOverview .compx-insider-diverging-row i{
  display:block;
  width:var(--bar-width);
  min-width:2px;
  height:9px;
}

body.stock-research-page #secUnternehmenOverview .compx-insider-diverging-row .is-buy i{
  border-radius:3px 0 0 3px;
  background:linear-gradient(90deg,#45a77b 0%,#168451 100%);
}

body.stock-research-page #secUnternehmenOverview .compx-insider-diverging-row .is-sell i{
  border-radius:0 3px 3px 0;
  background:linear-gradient(90deg,#b43a3a 0%,#d66b6b 100%);
}

body.stock-research-page :is(#secUnternehmenOverview,.etf-earnings-events-panel) .compx-guidance-pair-chart .compx-management-pair-group.is-beat>em{
  color:#168451;
  font-weight:800;
}

body.stock-research-page :is(#secUnternehmenOverview,.etf-earnings-events-panel) .compx-guidance-pair-chart .compx-management-pair-group.is-miss>em{
  color:#b43a3a;
  font-weight:800;
}

body.stock-research-page :is(#secUnternehmenOverview,.etf-earnings-events-panel) .compx-guidance-pair-chart .compx-management-pair-group{border-radius:0;transition:background .12s ease}
body.stock-research-page :is(#secUnternehmenOverview,.etf-earnings-events-panel) .compx-guidance-pair-chart .compx-management-pair-group:is(.is-highlighted,:hover,:focus-within){border:0;border-radius:0;background:#f1f5f9;box-shadow:none;cursor:default}

body.stock-research-page :is(#secUnternehmenOverview,.etf-earnings-events-panel) :is(.compx-insider-diverging-row,.compx-guidance-pair-chart .compx-management-pair-group){position:relative}
body.stock-research-page :is(#secUnternehmenOverview,.etf-earnings-events-panel) :is(.compx-insider-diverging-row,.compx-guidance-pair-chart .compx-management-pair-group):hover::after{display:none!important}

body.stock-research-page :is(#secUnternehmenOverview,.etf-earnings-events-panel) .compx-management-chart-tooltip{
  position:fixed;
  z-index:10000;
  display:block;
  width:max-content;
  min-width:150px;
  max-width:250px;
  padding:8px 10px;
  border:1px solid #dfe4ea;
  border-radius:8px;
  background:#f8fafc;
  box-shadow:0 5px 14px rgba(15,23,42,.10);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translate(-50%,2px);
}

body.stock-research-page :is(#secUnternehmenOverview,.etf-earnings-events-panel) .compx-management-chart-tooltip.is-visible{
  opacity:1;
  visibility:visible;
}

body.stock-research-page :is(#secUnternehmenOverview,.etf-earnings-events-panel) .compx-management-chart-tooltip.is-above{transform:translate(-50%,calc(-100% - 2px))}

body.stock-research-page :is(#secUnternehmenOverview,.etf-earnings-events-panel) .compx-management-chart-tooltip>strong{
  display:block;
  margin-bottom:5px;
  color:#111827;
  font-size:13px;
  font-weight:600;
}

body.stock-research-page :is(#secUnternehmenOverview,.etf-earnings-events-panel) .compx-management-chart-tooltip>div{display:grid;gap:4px}

body.stock-research-page :is(#secUnternehmenOverview,.etf-earnings-events-panel) .compx-management-chart-tooltip span{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:14px;
  white-space:nowrap;
}

body.stock-research-page :is(#secUnternehmenOverview,.etf-earnings-events-panel) .compx-management-chart-tooltip small{display:flex;align-items:center;color:#6b7280;font-size:13px;font-weight:400}
body.stock-research-page :is(#secUnternehmenOverview,.etf-earnings-events-panel) .compx-management-chart-tooltip b{color:#111827;font-size:13px;font-weight:600}

body.stock-research-page :is(#secUnternehmenOverview,.etf-earnings-events-panel) .compx-management-pair-group{
  display:grid;
  min-width:0;
  grid-template-rows:96px 17px;
  gap:4px;
  align-items:end;
}

body.stock-research-page :is(#secUnternehmenOverview,.etf-earnings-events-panel) .compx-management-pair-group>b{
  display:flex;
  height:96px;
  align-items:flex-end;
  justify-content:center;
  gap:2px;
}

body.stock-research-page :is(#secUnternehmenOverview,.etf-earnings-events-panel) .compx-management-pair-group i{
  display:block;
  width:min(11px,48%);
  height:var(--bar-height);
  min-height:2px;
  border-radius:3px 3px 0 0;
  background:linear-gradient(180deg,#6d8096 0%,#9aa9ba 100%);
}

body.stock-research-page :is(#secUnternehmenOverview,.etf-earnings-events-panel) .compx-management-pair-group i.is-buy,
body.stock-research-page :is(#secUnternehmenOverview,.etf-earnings-events-panel) .compx-management-pair-group i.is-result{
  background:linear-gradient(180deg,#168451 0%,#45a77b 100%);
}
body.stock-research-page :is(#secUnternehmenOverview,.etf-earnings-events-panel) .compx-guidance-pair-chart .compx-management-pair-group.is-miss i.is-result{
  background:linear-gradient(180deg,#b43a3a 0%,#d66b6b 100%);
}

body.stock-research-page :is(#secUnternehmenOverview,.etf-earnings-events-panel) .compx-management-pair-group i.is-sell{
  background:linear-gradient(180deg,#b43a3a 0%,#d66b6b 100%);
}

body.stock-research-page :is(#secUnternehmenOverview,.etf-earnings-events-panel) .compx-management-pair-group em{
  overflow:hidden;
  color:#7b8798;
  font-size:7.5px;
  font-style:normal;
  font-weight:650;
  line-height:1.1;
  text-align:center;
  text-overflow:ellipsis;
  white-space:nowrap;
}

@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,[data-etf-tab="overview"]) .finx-analysis-chart-head{display:block}
  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 #secUnternehmenOverview .compx-management-signal-grid{grid-template-columns:1fr}
}

/* Einheitliches Hover-Feld für sämtliche DOM-Balkendiagramme. */
body.stock-research-page #secFinanzenOverview :is(.finx-combo-group,.finx-balance-group,.finx-return-group,.finx-buyback-yield-group,.finx-margin-waterfall-group,.finx-waterfall-group):is(.is-highlighted,:hover,:focus-within),
body.stock-research-page #secBewertung :is(.anx-reverse-dcf-single,.anx-reverse-dcf-pair):is(.is-highlighted,:hover,:focus-within),
body.stock-research-page :is(#secOverview,[data-etf-tab="overview"]) :is(.ovx-overview-finance-group,.ovx-overview-balance-group,.finx-margin-waterfall-group):is(.is-highlighted,:hover,:focus-within){
  border:0!important;
  border-radius:0!important;
  background:#f1f5f9!important;
  box-shadow:none!important;
  cursor:default!important;
}

/* Themen/Sektor/Branche: Aktien- und ETF-Namen fett, wie im übrigen Design. */
body.market-research-page .market-sort-table .etf-company-link,
body.market-research-page .market-sort-table .etf-company-link>span:last-child{
  color:var(--text)!important;
  font-weight:600!important;
}

/* Normale Buttons (news-filter-bar-Design) für Jahres-/Filterreihen. */
body.stock-research-page .compx-segment-controls:not(.compx-dependency-view-controls),
body.market-research-page .compx-segment-controls:not(.compx-dependency-view-controls){
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
}

body.stock-research-page .compx-segment-controls:not(.compx-dependency-view-controls) button,
body.market-research-page .compx-segment-controls:not(.compx-dependency-view-controls) button{
  min-width:auto;
  height:auto;
  min-height:30px;
  border:1px solid var(--sep);
  border-radius:6px;
  background:#fff;
  color:#475569;
  padding:0 10px;
  font-size:11px;
  font-weight:650;
  cursor:pointer;
  transition:background .14s ease,color .14s ease,border-color .14s ease;
}

body.stock-research-page .compx-segment-controls:not(.compx-dependency-view-controls) button:hover,
body.market-research-page .compx-segment-controls:not(.compx-dependency-view-controls) button:hover{
  border-color:#94a3b8;
  color:#111827;
}

body.stock-research-page .compx-segment-controls:not(.compx-dependency-view-controls) button.is-active,
body.market-research-page .compx-segment-controls:not(.compx-dependency-view-controls) button.is-active{
  border-color:#111827;
  background:#111827;
  color:#fff;
}

body.stock-research-page .compx-segment-controls:not(.compx-dependency-view-controls) button.is-active:hover,
body.market-research-page .compx-segment-controls:not(.compx-dependency-view-controls) button.is-active:hover{
  color:#fff;
}

/* Toggle-Buttons (chartx-value-toggle-Design) für Zwei-/Wenig-Options-Umschalter. */
body.stock-research-page #secUnternehmenOverview .compx-dependency-view-controls,
body.stock-research-page .finx-period-toggle{
  display:inline-flex!important;
  flex:0 0 auto;
  align-items:center;
  gap:2px!important;
  margin-bottom:0;
  padding:3px!important;
  border:1px solid var(--sep)!important;
  border-radius:7px!important;
  background:#fff!important;
  box-shadow:none;
  width:max-content;
  height:auto!important;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-view-controls button,
body.stock-research-page .finx-period-toggle button{
  display:inline-flex;
  min-width:0!important;
  height:28px!important;
  align-items:center;
  justify-content:center;
  padding:0 10px!important;
  border:0!important;
  border-radius:5px!important;
  background:transparent!important;
  color:var(--muted)!important;
  font-size:11px!important;
  font-weight:600!important;
  line-height:1!important;
  cursor:pointer;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-view-controls button:not(.is-active):hover,
body.stock-research-page .finx-period-toggle button:not(.active):hover{
  border-color:transparent!important;
  background:#f8fafc!important;
  color:var(--text)!important;
}

body.stock-research-page #secUnternehmenOverview .compx-dependency-view-controls button.is-active,
body.stock-research-page .finx-period-toggle button.active{
  border-color:transparent!important;
  background:#111827!important;
  color:#fff!important;
}

/* Aktien: Subheader in Übersicht und Bewertung folgen derselben linken Typografie. */
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;
}

/* ETF: dieselbe linke Subheader-Hierarchie wie in den übrigen Research-Tabs. */
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;
}

.ovx-overview-group-tooltip.is-profitability-tooltip{
  width:min(300px,calc(100vw - 28px));
  min-width:220px;
  max-width:300px;
}

.ovx-overview-group-tooltip.is-profitability-tooltip .finx-analysis-tooltip-note{
  margin:6px 0 0;
  white-space:normal;
}

.ovx-overview-group-tooltip.is-profitability-tooltip .ovx-canvas-tooltip-date:not(.is-period){
  line-height:1.35;
  white-space:normal;
}

/* Bewertung: Diagramme bleiben optisch zentriert und erhalten unten denselben Innenraum. */
body.stock-research-page #secBewertung .anx-relocated-valuation-models :is(.anx-fair-panel,.anx-rating-target-card){
  padding-bottom:22px!important;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf-copy .anx-fair-panel{
  height:420px!important;
  padding-bottom:22px!important;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf-copy :is(.anx-reverse-dcf-grid,.anx-reverse-dcf-columns){
  right:62px!important;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf:not(.anx-fair-dcf-copy) .anx-fair-panel{
  height:370px!important;
  padding-bottom:22px!important;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf:not(.anx-fair-dcf-copy) .anx-fair-chart-wrap{
  bottom:12px!important;
}

body.stock-research-page #secBewertung .etf-reverse-dcf-panel{
  min-height:430px!important;
  padding-bottom:30px!important;
}

body.stock-research-page #secBewertung .etf-fair-value-panel{
  height:454px!important;
  padding-bottom:30px!important;
}

body.stock-research-page #secBewertung .etf-fair-value-panel .anx-fair-chart-wrap{
  bottom:24px!important;
}

body.stock-research-page #secBewertung .etf-max-drawdown-panel{
  height:auto!important;
  min-height:470px!important;
  padding-bottom:30px!important;
}

body.stock-research-page #secBewertung .etf-reverse-dcf-panel .anx-reverse-dcf-tooltip{
  position:fixed!important;
  z-index:10000!important;
  padding:8px 10px!important;
  border:1px solid #dfe4ea!important;
  border-radius:8px!important;
  background:#f8fafc!important;
  box-shadow:0 5px 14px rgba(15,23,42,.10)!important;
}

body.stock-research-page #secBewertung .etf-valuation-unavailable{
  display:flex;
  min-height:180px;
  box-sizing:border-box;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:28px;
  color:#64748b;
  text-align:center;
}
body.stock-research-page #secBewertung .etf-valuation-unavailable strong{color:#334155;font-size:15px;font-weight:750}
body.stock-research-page #secBewertung .etf-valuation-unavailable p{max-width:620px;margin:0;font-size:12px;line-height:1.55}
body.stock-research-page #secBewertung .etf-reverse-dcf-panel:has(.etf-valuation-unavailable){min-height:260px!important}
body.stock-research-page #secBewertung .etf-fair-value-panel.etf-fair-value-unavailable{height:auto!important;min-height:250px!important;padding:22px 24px!important}

@media(max-width:700px){
  body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf-copy .anx-fair-panel{
    height:420px!important;
  }

  body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf-copy :is(.anx-reverse-dcf-grid,.anx-reverse-dcf-columns){
    right:42px!important;
    left:42px!important;
  }
}

/* Final valuation sizing: these rules intentionally remain last because the
   valuation stylesheet contains older fixed-height compatibility overrides. */
body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf-copy .anx-fair-panel{
  height:auto!important;
  min-height:560px!important;
  padding:30px 34px 34px!important;
  overflow:hidden!important;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf-copy .anx-reverse-dcf-chart{
  height:390px!important;
  min-height:390px!important;
  margin-top:16px!important;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf:not(.anx-fair-dcf-copy) .anx-fair-panel{
  height:410px!important;
  padding-right:38px!important;
  padding-left:30px!important;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf:not(.anx-fair-dcf-copy) .anx-fair-chart-wrap{
  width:calc(100% - 8px)!important;
}

/* Analystenkonsens & Kursziel: gleicher Innenabstand wie die Fair-Value-Karte darueber. */
body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-monitor-detail-section .anx-rating-target-card{
  padding:30px 38px 22px 30px!important;
}

@media(max-width:700px){
  body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf-copy .anx-fair-panel{
    height:auto!important;
    min-height:520px!important;
    padding:22px 18px 28px!important;
  }

  body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf-copy .anx-reverse-dcf-chart{
    height:350px!important;
    min-height:350px!important;
  }

  body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf:not(.anx-fair-dcf-copy) .anx-fair-panel{
    padding-right:20px!important;
    padding-left:18px!important;
  }
}
.market-research-page #marketValuationTitle,
.market-research-page #marketStructureTitle,
.market-research-page #marketProfitChart,
.market-research-page #marketCompetitionTitle {
  scroll-margin-top: 104px;
}

/* Kleine transparente LogoStream-Zeichen auf den Marktseiten. */
body.market-research-page img[data-logo-size="xs"]{
  display:block!important;
  width:22px!important;
  height:22px!important;
  max-width:22px!important;
  max-height:22px!important;
  object-fit:contain!important;
  object-position:center!important;
}

body.market-research-page .etf-pos-logo img[data-logo-size="xs"]{
  width:24px!important;
  height:24px!important;
  max-width:24px!important;
  max-height:24px!important;
}

body.market-research-page .market-logo-xs-fallback{
  display:grid;
  width:22px;
  height:22px;
  flex:0 0 22px;
  place-items:center;
  border:1px solid #dfe4ea;
  border-radius:6px;
  background:#f8fafc;
  color:#64748b;
  font-size:8px;
  font-weight:800;
  line-height:1;
}

/* Mehrfachzuordnung von Sektor, Branchen und Themen. Pro Gruppe bleiben sechs
   Chips direkt sichtbar; weitere Eintraege klappen wie eine kompakte Q&A auf. */
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;
}

/* ETFs rendern die Topic-Zeilen direkt im Strip. Die Chips bleiben deshalb
   inhaltsbreit und werden nicht wie der Aktien-Wrapper auf volle Breite gezogen. */
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;
}

/* Fair-Value-Semantik: unter Fair Value = positiv/gruen,
   ueber Fair Value = negativ/rot. Gilt fuer Aktien und ETFs. */
body.stock-research-page [data-fair-value-chart] [data-fair-status].is-under{
  color:#168451!important;
}
body.stock-research-page [data-fair-value-chart] [data-fair-status].is-over{
  color:#b4232d!important;
}
body.stock-research-page [data-fair-value-chart] [data-fair-status].is-undervalued,
body.stock-research-page [data-fair-value-chart] .ovx-canvas-tooltip-price.is-undervalued{
  color:#168451!important;
}
body.stock-research-page [data-fair-value-chart] [data-fair-status].is-overvalued,
body.stock-research-page [data-fair-value-chart] .ovx-canvas-tooltip-price.is-overvalued{
  color:#b4232d!important;
}
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 .sib-topic-strip .sib-topic-more>summary::-webkit-details-marker{display:none}
body.stock-research-page .sib-topic-strip .sib-topic-more[open]>summary{background:#e4e9ee;color:#111827}
body.stock-research-page .sib-topic-strip .sib-topic-more-panel{
  position:absolute;
  z-index:120;
  top:calc(100% + 7px);
  right:0;
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  width:max-content;
  max-width:min(520px,calc(100vw - 32px));
  padding:10px;
  border:1px solid #e2e7ec;
  border-radius:9px;
  background:#fff;
  box-shadow:0 14px 34px rgba(15,23,42,.13);
}

/* Die Suchergebnisse gehoeren exakt zur Suchfeldbreite und nutzen dieselbe
   freie, abgerundete Logo-Darstellung wie die ausgewaehlten Datenreihen. */
body.stock-research-page #secCharts .chartx-compare-suggestions{
  left:0!important;
  right:0!important;
  width:100%!important;
  max-height:360px;
  overflow-y:auto;
}
body.stock-research-page #secCharts .chartx-compare-suggestions button{
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:10px!important;
}
body.stock-research-page #secCharts .chartx-compare-suggestions .chartx-search-ticker{
  margin:0!important;
  font-size:10px!important;
  color:#64748b!important;
}
body.stock-research-page #secCharts .chartx-chip-logo,
body.stock-research-page #secCharts .chartx-compare-suggestions .chartx-search-identity>.chartx-chip-logo{
  border:0!important;
  border-radius:7px!important;
  background:transparent!important;
}
body.stock-research-page #secCharts .chartx-chip-logo img{
  width:24px!important;
  height:24px!important;
  border-radius:6px!important;
  object-fit:contain!important;
}
body.stock-research-page #secCharts .chartx-compare-suggestions .chartx-search-identity>.chartx-chip-logo img{
  width:30px!important;
  height:30px!important;
  border-radius:7px!important;
}

/* Das separate Symbol im Canvas-Header doppelte den Ticker und konnte sich bei
   spaeter Initialisierung mitten im Chart absetzen. Im Aktien-Chart bleibt die
   sauber positionierte Identitaet oberhalb der Tabs die einzige Tickeranzeige. */
body.stock-research-page #secOverview .ovx-canvas-symbol,
body.stock-research-page #secCharts .ovx-canvas-symbol{display:none!important}

/* Die rechte Prozentachse teilt dieselbe Nullposition wie Geldbalken und Linie,
   damit negative Aktionaersrenditen wirklich unter null gezeichnet werden. */
body.stock-research-page #secFinanzenOverview .finx-return-axis.is-percent,
body.etf-research-page #secFinanzenOverview .finx-return-axis.is-percent{
  display:block!important;
  position:relative!important;
  height:216px!important;
  text-align:left!important;
}
body.stock-research-page #secFinanzenOverview .finx-return-axis.is-percent>span,
body.etf-research-page #secFinanzenOverview .finx-return-axis.is-percent>span{
  position:absolute!important;
  left:0!important;
  right:auto!important;
  transform:translateY(-50%)!important;
}
body.stock-research-page #secFinanzenOverview .finx-return-axis.is-percent>.is-top,
body.etf-research-page #secFinanzenOverview .finx-return-axis.is-percent>.is-top{top:0!important;transform:none!important}
body.stock-research-page #secFinanzenOverview .finx-return-axis.is-percent>.is-positive-mid,
body.etf-research-page #secFinanzenOverview .finx-return-axis.is-percent>.is-positive-mid{top:calc(var(--return-positive-height,176px) / 2)!important}
body.stock-research-page #secFinanzenOverview .finx-return-axis.is-percent>.is-zero,
body.etf-research-page #secFinanzenOverview .finx-return-axis.is-percent>.is-zero{top:var(--return-positive-height,176px)!important}
body.stock-research-page #secFinanzenOverview .finx-return-axis.is-percent>.is-bottom,
body.etf-research-page #secFinanzenOverview .finx-return-axis.is-percent>.is-bottom{bottom:0!important;transform:none!important}

@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 .sib-topic-strip .sib-topic-more[open]{
    flex:1 0 100%;
    width:100%;
  }
  body.stock-research-page .sib-topic-strip .sib-topic-more>summary{
    width:max-content;
    max-width:100%;
  }
  body.stock-research-page .sib-topic-strip .sib-topic-more-panel{
    position:relative;
    inset:auto;
    width:100%;
    max-width:100%;
    margin-top:7px;
    box-sizing:border-box;
    overflow:visible;
  }
}

/* Quellenfenster: auf kleinen Displays immer innerhalb des Viewports und
   ohne die breite Desktop-Zweispalten-Geometrie. */
@media(max-width:640px){
  body.stock-research-page .compx-market-source-modal{
    box-sizing:border-box!important;
    align-items:center!important;
    justify-content:center!important;
    padding:10px!important;
    overflow:hidden!important;
  }
  body.stock-research-page .compx-market-source-modal .mi-modal{
    width:100%!important;
    min-width:0!important;
    max-width:calc(100vw - 20px)!important;
    max-height:calc(100vh - 20px)!important;
    max-height:calc(100dvh - 20px)!important;
    margin:0!important;
    overflow:hidden!important;
    transform-origin:center!important;
  }
  body.stock-research-page .compx-market-source-modal .mi-modal-head{
    flex:0 0 auto!important;
    padding:13px 14px 11px!important;
  }
  body.stock-research-page .compx-market-source-modal .mi-modal-head .mi-title{
    min-width:0!important;
    font-size:14px!important;
  }
  body.stock-research-page .compx-market-source-modal .mi-modal-close{
    min-width:36px!important;
    min-height:36px!important;
    padding:8px!important;
    font-size:20px!important;
  }
  body.stock-research-page .compx-market-source-modal .mi-modal-body{
    box-sizing:border-box!important;
    width:100%!important;
    min-height:0!important;
    min-width:0!important;
    max-width:100%!important;
    max-height:none!important;
    padding:12px!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
  body.stock-research-page .compx-market-source-modal .mi-modal-foot{
    flex:0 0 auto!important;
    padding:10px 14px!important;
  }
  body.stock-research-page .compx-market-source-list,
  body.stock-research-page .compx-market-source-list article,
  body.stock-research-page .compx-market-source-list section,
  body.stock-research-page .compx-source-scan-list,
  body.stock-research-page .compx-source-footnotes{
    box-sizing:border-box!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }
  body.stock-research-page .compx-market-source-list{
    gap:12px!important;
  }
  body.stock-research-page .compx-market-source-list article{
    padding:2px 0!important;
  }
  body.stock-research-page .compx-market-source-list h4{
    margin-bottom:10px!important;
    font-size:14px!important;
    overflow-wrap:anywhere;
  }
  body.stock-research-page .compx-source-scan-list>div,
  body.stock-research-page .compx-source-footnotes li{
    grid-template-columns:minmax(0,1fr)!important;
    gap:5px!important;
  }
  body.stock-research-page .compx-market-source-list p,
  body.stock-research-page .compx-market-source-list a,
  body.stock-research-page .compx-source-scan-list b{
    min-width:0!important;
    overflow-wrap:anywhere!important;
    word-break:break-word;
  }
  body.stock-research-page .compx-market-source-logos{
    max-width:100%!important;
    flex-wrap:wrap!important;
  }
}

/* Kurzbewertung als durchgehende 5-Sterne-Skala in halben Schritten. */
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>i.ovx-star-rating-base,
body.stock-research-page #secOverview .ovx-star-rating>i.ovx-star-rating-fill,
body.stock-research-page #secAnalyse .ovx-star-rating>i.ovx-star-rating-base,
body.stock-research-page #secAnalyse .ovx-star-rating>i.ovx-star-rating-fill{
  display:block;
  position:absolute;
  inset:0;
  overflow:hidden;
  font-style:normal;
  text-align:left;
}
body.stock-research-page #secOverview .ovx-star-rating i.ovx-star-rating-fill,
body.stock-research-page #secAnalyse .ovx-star-rating i.ovx-star-rating-fill{
  width:var(--ovx-star-fill,50%);
  color:#e3aa16;
}
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;
}
body.stock-research-page #secAnalyse .anx-analyse-step-title-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin:0 0 10px;
}
body.stock-research-page #secAnalyse .anx-analyse-step-title-row h3{
  min-width:0;
  margin:0;
}

/* Mobile header parity: Aktienkennzahlen wie beim ETF in einer einzigen,
   horizontal wischbaren Zeile statt in mehrere gequetschte Zeilen. */
@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::-webkit-scrollbar{display: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}
}

/* Geografische Praesenz: einfache Kontinenttexte wieder rechts der Karte. */
body.stock-research-page #secUnternehmenOverview .compx-geo-layout{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(300px,1fr);
  gap:24px;
  align-items:start;
}
body.stock-research-page #secUnternehmenOverview .compx-geo-regions{
  grid-template-columns:1fr;
  gap:0;
  margin:0;
  padding:0;
  border:0;
}
body.stock-research-page #compxGeoRegions .compx-geo-region-card{
  min-width:0;
  padding:9px 0 11px;
  border:0!important;
  border-radius:0;
  background:transparent!important;
  box-shadow:none!important;
}
body.stock-research-page #compxGeoRegions .compx-geo-region-card>header{
  padding:0;
  border:0;
}
body.stock-research-page #compxGeoRegions .compx-geo-region-card>p{
  margin:4px 0 0;
  color:#526173;
  font-size:11.5px;
  line-height:1.55;
  overflow-wrap:anywhere;
}
body.stock-research-page #secOverview [data-pe-history-distance-wrap].is-above-average b{color:#b45309}
body.stock-research-page #secOverview [data-pe-history-distance-wrap].is-below-average b{color:#168451}
body.stock-research-page #secOverview [data-pe-history-distance-wrap].is-at-average b{color:#526173}

/* Der CapEx-Ausklapper bleibt in der Textspalte direkt an den Karten. */
body.stock-research-page #secUnternehmenOverview .compx-capex-copy{min-width:0}
body.stock-research-page #secUnternehmenOverview .compx-capex-more{
  display:flex;
  width:max-content;
  margin:10px auto 0;
}

@media(max-width:760px){
  body.stock-research-page #secUnternehmenOverview .compx-geo-layout{grid-template-columns:1fr}
  body.stock-research-page #secOverview .finx-analysis-chart-card.ovx-pe-history-card{padding:0!important}
}

/* ETF-Exposure: echte Wortmarken ohne runden Avatar-Rahmen. */
body.stock-research-page #staticEtfHolders .research-table-logo.etf-provider-logo{
  flex:0 0 52px!important;
  width:52px!important;
  height:30px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
body.stock-research-page #staticEtfHolders .research-table-logo.etf-provider-logo img{
  width:100%!important;
  height:100%!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  object-fit:contain!important;
  object-position:left center!important;
  transform:none!important;
}

/* Unternehmen: Abschnittsköpfe stehen wie im restlichen Tab außerhalb der
   eigentlichen Datenkarte. Burggraben nutzt dadurch die volle Inhaltsbreite. */
body.stock-research-page #secUnternehmenOverview .compx-moat-analysis{
  padding:0!important;
}
body.stock-research-page #secUnternehmenOverview .compx-moat-analysis>.compx-section-intro,
body.stock-research-page #secUnternehmenOverview .compx-operational-panel>.compx-section-intro{
  margin:6px 0 14px!important;
}
body.stock-research-page #secUnternehmenOverview .compx-moat-analysis>.compx-moat-contribution-card{
  width:100%;
  box-sizing:border-box;
  margin-top:0!important;
}
body.stock-research-page #secUnternehmenOverview .compx-operational-card{
  position:relative;
  z-index:2;
  width:100%;
  box-sizing:border-box;
  margin:0;
  padding:18px 20px 14px;
  border:1px solid var(--ui-card-border,#e2e8f0)!important;
  border-radius:var(--ui-card-radius);
  background:#fff;
  box-shadow:var(--ui-card-shadow,0 1px 2px #22242626)!important;
}
body.stock-research-page #secUnternehmenOverview .compx-operational-card>.compx-segment-controls{
  position:relative;
  z-index:4;
  display:flex;
  width:100%;
  max-width:100%;
  flex-wrap:nowrap;
  justify-content:flex-start;
  gap:5px;
  margin:0 0 12px;
  padding:0 0 10px;
  border-bottom:1px solid #e7ebef;
  overflow-x:auto;
  overflow-y:hidden;
  overscroll-behavior-inline:contain;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}
body.stock-research-page #secUnternehmenOverview .compx-operational-card>.compx-segment-controls::-webkit-scrollbar{display:none}
body.stock-research-page #secUnternehmenOverview .compx-operational-card>.compx-segment-controls button{
  min-width:max-content;
  min-height:28px;
  flex:0 0 auto;
  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;
  scroll-snap-align:start;
  scroll-snap-stop:always;
}
body.stock-research-page #secUnternehmenOverview .compx-operational-card>.compx-segment-controls button.is-active{
  border-color:#111827;
  background:#111827;
  color:#fff;
}
body.stock-research-page #secUnternehmenOverview .compx-operational-panel .finx-combo-bar.is-estimate{
  background-color:#fff!important;
  background-image:repeating-linear-gradient(135deg,var(--operational-bar-color,#168451) 0 5px,rgba(255,255,255,.38) 5px 9px)!important;
  opacity:.9;
}

/* CapEx: das Diagramm selbst erhält denselben sichtbaren Rahmen wie die
   erklärenden Karten rechts daneben. */
body.stock-research-page #secUnternehmenOverview .compx-capex-chart{
  box-sizing:border-box;
  min-height:290px;
  padding:12px 14px 8px;
  border:1px solid var(--ui-card-border,#e2e8f0)!important;
  border-radius:var(--ui-card-radius);
  background:#fff;
  box-shadow:var(--ui-card-shadow,0 1px 2px #22242626)!important;
}

/* ETF-Rendite: exakter Berechnungszeitraum direkt an jeder Langfristkennzahl. */
.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;
}

@media(max-width:760px){
  /* Geschäftssegmente bleiben lesbar und werden horizontal gewischt, statt
     auf Telefonbreite immer schmaler zusammengedrückt zu werden. */
  body.stock-research-page #secUnternehmenOverview .compx-segment-treemap{
    height:230px!important;
    gap:8px!important;
    padding:0 2px 10px 0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    overscroll-behavior-inline:contain;
    scrollbar-width:thin;
    -webkit-overflow-scrolling:touch;
  }
  body.stock-research-page #secUnternehmenOverview .compx-segment-treemap>article{
    flex:0 0 176px!important;
    min-width:176px!important;
  }
  body.stock-research-page #secUnternehmenOverview .compx-operational-card{
    padding:14px 12px 10px;
    overflow:hidden;
  }
  body.stock-research-page #secUnternehmenOverview .compx-operational-card .finx-analysis-chart{
    width:100%;
    min-width:0;
  }
  body.stock-research-page #secUnternehmenOverview .compx-operational-card .finx-combo-chart{
    width:100%;
    min-width:0;
  }
  body.stock-research-page #secUnternehmenOverview .compx-operational-card .finx-combo-groups{
    gap:2px;
  }
  body.stock-research-page #secUnternehmenOverview .compx-operational-card .finx-combo-group em{
    font-size:8px;
  }
  body.stock-research-page #secUnternehmenOverview .compx-capex-chart{
    padding:10px 11px 7px;
  }
  .etf-return-summary-list>div{
    align-items:flex-start;
  }
  .etf-return-summary-list span{
    min-width:0;
  }
}
@media(min-width:721px){
  body.stock-research-page #nvdaEtfTable :is(th,td):not(:first-child){
    padding-left:22px!important;
    padding-right:12px!important;
    text-align:right!important;
  }
  body.stock-research-page #nvdaEtfTable th:not(:first-child)>button{
    width:100%!important;
    justify-content:end!important;
    justify-items:end!important;
    text-align:right!important;
  }
}

/* ETF-Uebersicht: Ausschüttungen und Rendite als gleichwertige Nachbarkarten. */
.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-return-only{grid-template-columns:minmax(0,1fr)}
.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-list b.is-negative{color:#b74755}
.etf-return-summary-card>small{margin-top:auto;padding-top:13px;color:#94a3b8;font-size:10.5px;line-height:1.45}

/* ETF-Uebersicht: aktuelle Werte nehmen den Charts die optische Leere. */
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}
@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}
}

/* Portfolio-Struktur: volle Laenderleiste unter den beiden Donut-Karten. */
body.stock-research-page [data-etf-tab="portfolio"] .etf-country-allocation{
  width:100%;
  box-sizing:border-box;
  margin-top:14px;
  padding:17px 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-country-allocation-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:13px;
}
.etf-country-allocation-head h3{margin:0 0 3px;color:var(--text);font-size:14px}
.etf-country-allocation-head p{margin:0;color:var(--muted);font-size:11.5px;line-height:1.45}
.etf-country-allocation-head>b{color:var(--text);font-size:15px}
.etf-country-bar{
  display:flex;
  width:100%;
  height:18px;
  overflow:hidden;
  border-radius:5px;
  background:#e8edf2;
}
.etf-country-bar>span{display:block;min-width:2px;height:100%}
.etf-country-legend{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px 22px;
  margin-top:14px;
}
.etf-country-legend>div,.etf-country-legend>div>span{display:flex;align-items:center;gap:8px;min-width:0}
.etf-country-legend>div{justify-content:space-between;color:var(--muted);font-size:11.5px}
.etf-country-legend>div>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.etf-country-legend i{flex:0 0 8px;width:8px;height:8px;border-radius:50%}
.etf-country-legend b{color:var(--text);font-size:11.5px;white-space:nowrap}
@media(max-width:620px){
  body.stock-research-page [data-etf-tab="portfolio"] .etf-country-allocation{padding:15px 13px}
  .etf-country-legend{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px}
}
.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;
}
@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}
}

/* ETF holdings: fill the circular logo crop just like the screener. */
body.stock-research-page [data-etf-tab="portfolio"] [data-donut-id="concentration"] .etf-portfolio-donut-legend .legend-left img{
  width:22px;
  height:22px;
  flex:0 0 22px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#fff;
  object-fit:cover;
  object-position:center;
}
body.stock-research-page [data-etf-tab="portfolio"] table.research-standard-table .etf-pos-logo{
  border:0;
  background:#fff;
  isolation:isolate;
}
body.stock-research-page [data-etf-tab="portfolio"] table.research-standard-table .etf-pos-logo img{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  padding:0;
  border-radius:50%;
  object-fit:cover;
  object-position:center;
  transform:scale(1.04);
}

/* Positionen jenseits von Rang 25: kein Logo-Ladeversuch mehr, stattdessen
   ein Ticker-Textbadge -- der feste 30px-Kreis passt nicht zu Tickern wie
   "2330.TW", deshalb hier bewusst breiter/oval statt rund. */
body.stock-research-page [data-etf-tab="portfolio"] table.research-standard-table .etf-pos-logo:has(.etf-pos-logo-ticker){
  width:auto;
  min-width:30px;
  border-radius:10px;
  padding:0 6px;
}
body.stock-research-page [data-etf-tab="portfolio"] table.research-standard-table .etf-pos-logo-ticker{
  font-size:10px;
  font-weight:800;
  white-space:nowrap;
  color:var(--teal,#0f7f86);
}

/* Country flags keep their natural ratio and no longer sit in a framed crop. */
body.stock-research-page [data-etf-tab="portfolio"] .etf-holding-country-flag{
  display:inline-flex;
  width:32px;
  height:22px;
  flex:0 0 32px;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}
body.stock-research-page [data-etf-tab="portfolio"] .etf-holding-country-flag img,
body.stock-research-page [data-etf-tab="portfolio"] .etf-holding-country-flag-img{
  display:block;
  width:30px;
  height:20px;
  max-width:30px;
  max-height:20px;
  border:0;
  border-radius:2px;
  box-shadow:none;
  object-fit:contain;
  object-position:center;
}

/* Finance top-ten tabs use the same full circular company-logo treatment. */
body.stock-research-page #secFinanzenOverview .etf-finx-entity-logo:not(.etf-finx-entity-average){
  border:0;
  border-radius:50%;
  background:#fff;
  isolation:isolate;
}
body.stock-research-page #secFinanzenOverview .etf-finx-entity-logo:not(.etf-finx-entity-average) img{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  padding:0;
  border-radius:50%;
  object-fit:cover;
  object-position:center;
  transform:scale(1.04);
}

/* Mobile content composition: cards instead of clipped desktop tables and charts. */
@media(max-width:620px){
  body.stock-research-page main{padding-top:32px!important;padding-bottom:52px!important}
  /* Nutzer-Korrektur 06.09.2026: "mach bei den Tabellen in der Handy-Ansicht
     wirklich Tabelle keine Cards, das gleiche bei allen Screenern" -- die
     bisherige Card-Umwandlung fuer .screen-table.research-standard-table
     (Aktien-/ETF-/Laender-/Regionen-Screener, jetzt auch die neuen Sektor-/
     Branchen-Aktien-ETF-Tabellen, da alle dieselbe Klassenkombination teilen)
     ist komplett entfernt -- die Tabelle bleibt echte Tabelle, scrollt bei
     Bedarf horizontal ueber .research-standard-table-wrap{overflow-x:auto}
     (research-standard-tables.css), keine eigene Breite/Ueberschreibung mehr
     noetig. #nvdaEtfTable/#etfHoldingExposureTable (separates Feature, ETF-
     Bestandsliste auf der Aktienseite) sind davon bewusst NICHT betroffen.
  */
  body.stock-research-page .screen-mobile-pager{padding:11px 2px;border-top:0}

  /* Chart comparison: keep the nested company-name wrapper visible. */
  body.stock-research-page #secCharts .chartx-compare-suggestions button{grid-template-columns:minmax(0,1fr) auto!important;min-height:52px!important}
  body.stock-research-page #secCharts .chartx-compare-suggestions .chartx-search-identity{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;gap:9px!important;min-width:0!important}
  body.stock-research-page #secCharts .chartx-compare-suggestions .chartx-search-identity>span:last-child{display:block!important;min-width:0!important}
  body.stock-research-page #secCharts .chartx-compare-suggestions :is(b,small){display:block!important;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  body.stock-research-page #secCharts .chartx-compare-suggestions .chartx-search-ticker{display:block!important;max-width:58px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

  /* Stock ETF exposure: real cards rather than compressed desktop columns. */
  body.stock-research-page #staticEtfHolders .etf-table-wrap{overflow:visible!important;background:transparent!important}
  body.stock-research-page #nvdaEtfTable,
  body.stock-research-page #nvdaEtfTable tbody{display:block!important;width:100%!important;min-width:0!important}
  body.stock-research-page #nvdaEtfTable colgroup,
  body.stock-research-page #nvdaEtfTable thead{display:none!important}
  body.stock-research-page #nvdaEtfTable tr{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px 14px!important;margin:0 0 9px!important;padding:13px!important;border:1px solid var(--ui-card-border,#dfe4ea)!important;border-radius:10px!important;background:#fff!important;box-shadow:0 1px 2px rgba(15,23,42,.04)!important}
  body.stock-research-page #nvdaEtfTable td{display:flex!important;min-width:0!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:4px!important;padding:0!important;border:0!important;background:transparent!important;text-align:left!important;white-space:normal!important;overflow-wrap:anywhere}
  body.stock-research-page #nvdaEtfTable td::before{content:attr(data-mobile-label);color:#94a3b8;font-size:8.5px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}
  body.stock-research-page #nvdaEtfTable td:first-child{grid-column:1/-1;padding-bottom:10px!important;border-bottom:1px solid #edf0f2!important}
  body.stock-research-page #nvdaEtfTable td:first-child::before{display:none}
  body.stock-research-page #nvdaEtfTable td:nth-child(3){grid-column:1/-1}
  body.stock-research-page #nvdaEtfTable td[colspan]{grid-column:1/-1!important;align-items:center!important;padding:12px 0!important;text-align:center!important}
  body.stock-research-page #nvdaEtfTable .etf-exposure-bar{width:100%!important;max-width:220px!important;margin:1px 0 0 auto!important}

  /* Kaufen: two facts per row; market opening gets the full row. */
  body.stock-research-page #secKaufen .buyx-security-data{grid-template-columns:repeat(2,minmax(0,1fr))!important;border-top:1px solid var(--sep)!important}
  body.stock-research-page #secKaufen .buyx-security-data>div{min-width:0!important;padding:11px 9px!important;border-left:0!important;border-bottom:1px solid var(--sep)!important}
  body.stock-research-page #secKaufen .buyx-security-data>div:nth-child(odd):not(:last-child){border-right:1px solid var(--sep)!important}
  body.stock-research-page #secKaufen .buyx-security-data>div:last-child{grid-column:1/-1!important;border-right:0!important}
  body.stock-research-page #secKaufen .buyx-security-data dd{font-size:11.5px!important;gap:5px!important}
  body.stock-research-page #secKaufen .buyx-security-data dt{font-size:9.5px!important}

  body.stock-research-page .etf-exposure-table-wrap{overflow:visible!important;background:transparent!important}
  body.stock-research-page #etfHoldingExposureTable,
  body.stock-research-page #etfHoldingExposureTable tbody{display:block!important;width:100%!important;min-width:0!important}
  body.stock-research-page #etfHoldingExposureTable colgroup,
  body.stock-research-page #etfHoldingExposureTable thead{display:none!important}
  body.stock-research-page #etfHoldingExposureTable tr{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px 14px;margin-bottom:9px;padding:13px;border:1px solid var(--ui-card-border,#dfe4ea);border-radius:10px;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.04)}
  body.stock-research-page #etfHoldingExposureTable td{display:flex!important;min-width:0;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:4px;padding:0!important;border:0!important;background:transparent!important;text-align:left!important;white-space:normal!important;overflow-wrap:anywhere}
  body.stock-research-page #etfHoldingExposureTable td::before{content:attr(data-mobile-label);color:#94a3b8;font-size:8.5px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}
  body.stock-research-page #etfHoldingExposureTable td:first-child{grid-column:1/-1;padding-bottom:9px!important;border-bottom:1px solid #edf0f2!important}
  body.stock-research-page #etfHoldingExposureTable td:first-child::before{display:none}
  body.stock-research-page #etfHoldingExposureTable td:nth-child(2){grid-column:1/-1;color:#64748b;font-size:10.5px}
  body.stock-research-page #etfHoldingExposureTable td:last-child{grid-column:1/-1;padding-top:2px!important}
  body.stock-research-page #etfHoldingExposureTable .etf-holding-weight-cell{align-items:flex-start!important}
  body.stock-research-page #etfHoldingExposureTable .etf-holding-weight-bar{width:100%!important;max-width:150px!important}
  body.stock-research-page #etfHoldingExposureTable .etf-holding-valuation-plain{align-items:flex-start!important;text-align:left!important;max-width:100%!important}
  body.stock-research-page .etf-holding-pager{justify-content:center!important}
  body.stock-research-page .etf-holding-pager .etf-pager-count{width:100%;margin:4px 0 0!important;text-align:center}

  body.stock-research-page [data-etf-tab="portfolio"] .etf-portfolio-donut-grid{display:flex!important;grid-template-columns:none!important;gap:10px!important;margin-right:-18px!important;padding:1px 18px 10px 0!important;overflow-x:auto!important;scroll-snap-type:x mandatory;scroll-padding-left:0;-webkit-overflow-scrolling:touch}
  body.stock-research-page [data-etf-tab="portfolio"] .etf-portfolio-donut-grid>.etf-portfolio-donut-item{width:calc(100vw - 62px);min-width:calc(100vw - 62px);scroll-snap-align:start}

  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 :is(#secOverview,[data-etf-tab="overview"]) .ovx-overview-group-heading{margin:25px 0 11px!important;font-size:19px!important}

  body.stock-research-page #secBewertung .anx-relocated-valuation-models>.anx-fair-dcf-copy .anx-fair-panel:has(.etf-valuation-unavailable),
  body.stock-research-page #secBewertung .etf-reverse-dcf-panel:has(.etf-valuation-unavailable){height:auto!important;min-height:150px!important;padding:14px!important}
  body.stock-research-page #secBewertung .etf-fair-value-panel.etf-fair-value-unavailable{height:auto!important;min-height:145px!important;padding:14px!important}
  body.stock-research-page #secBewertung .etf-valuation-unavailable{min-height:112px!important;gap:5px;padding:14px!important}
  body.stock-research-page #secBewertung .etf-valuation-unavailable strong{font-size:13px}
  body.stock-research-page #secBewertung .etf-valuation-unavailable p{font-size:10.5px;line-height:1.45}

  /* Mobile: Y-axis values/units are intentionally hidden; grid and X-axis stay. */
  body.stock-research-page .s-info h1{font-size:23px!important;line-height:1.14!important;overflow-wrap:anywhere}
  body.stock-research-page :is(.visx-axis-left,.visx-axis-right) text,
  body.stock-research-page svg :is([class*="y-axis"],[class*="yaxis"]) text,
  body.stock-research-page #secBewertung .anx-target-modal-axis text:nth-last-child(-n+3),
  body.stock-research-page #secBewertung .anx-reverse-dcf-grid>span b,
  body.stock-research-page :is(#secFinanzenOverview,#secOverview,[data-etf-tab="overview"]) .finx-analysis-y-label{display:none!important;visibility:hidden!important;opacity:0!important}
  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}
}

/* Mobile ETF lists stay real tables: horizontally scrollable, with the entity
   column pinned so row context remains visible while comparing metrics. */
@media(max-width:620px){
  body.stock-research-page #staticEtfHolders .etf-table-wrap,
  body.stock-research-page .etf-exposure-table-wrap{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    border:1px solid var(--ui-card-border,#dfe4ea)!important;
    border-radius:9px!important;
    background:#fff!important;
    scrollbar-width:thin;
    -webkit-overflow-scrolling:touch;
  }

  body.stock-research-page #nvdaEtfTable,
  body.stock-research-page #etfHoldingExposureTable{
    display:table!important;
    width:760px!important;
    min-width:760px!important;
    table-layout:fixed!important;
    border-collapse:separate!important;
    border-spacing:0!important;
  }

  body.stock-research-page #nvdaEtfTable colgroup,
  body.stock-research-page #etfHoldingExposureTable colgroup{display:table-column-group!important}
  body.stock-research-page #nvdaEtfTable thead,
  body.stock-research-page #etfHoldingExposureTable thead{display:table-header-group!important}
  body.stock-research-page #nvdaEtfTable tbody,
  body.stock-research-page #etfHoldingExposureTable tbody{display:table-row-group!important;width:auto!important}
  body.stock-research-page #nvdaEtfTable tr,
  body.stock-research-page #etfHoldingExposureTable tr{
    display:table-row!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
  }

  body.stock-research-page #nvdaEtfTable :is(th,td),
  body.stock-research-page #etfHoldingExposureTable :is(th,td){
    display:table-cell!important;
    min-width:0!important;
    padding:11px 10px!important;
    border:0!important;
    border-bottom:1px solid #edf0f2!important;
    background:#fff!important;
    color:inherit;
    font-size:10.5px!important;
    text-align:left!important;
    vertical-align:middle!important;
    white-space:normal!important;
    overflow-wrap:normal!important;
  }

  body.stock-research-page #nvdaEtfTable td::before,
  body.stock-research-page #etfHoldingExposureTable td::before{display:none!important;content:none!important}

  body.stock-research-page #nvdaEtfTable :is(th,td):first-child,
  body.stock-research-page #etfHoldingExposureTable :is(th,td):first-child{
    position:sticky!important;
    z-index:2;
    left:0;
    width:220px!important;
    min-width:220px!important;
    background:#fff!important;
    box-shadow:1px 0 0 #e5e9ee;
  }
  body.stock-research-page #nvdaEtfTable thead th:first-child,
  body.stock-research-page #etfHoldingExposureTable thead th:first-child{z-index:3;background:#fff!important}
  body.stock-research-page #nvdaEtfTable thead th,
  body.stock-research-page #etfHoldingExposureTable thead th{background:#fff!important;color:#64748b!important;font-size:9px!important;white-space:nowrap!important}
  body.stock-research-page #nvdaEtfTable td[colspan]{text-align:center!important}
  body.stock-research-page #nvdaEtfTable .etf-exposure-bar{width:108px!important;max-width:108px!important;margin:0 0 0 auto!important}
  body.stock-research-page #etfHoldingExposureTable .etf-holding-weight-cell{align-items:initial!important}
  body.stock-research-page #etfHoldingExposureTable .etf-holding-weight-bar{width:112px!important;max-width:112px!important}
  body.stock-research-page #etfHoldingExposureTable .etf-holding-valuation-plain{align-items:flex-start!important;text-align:left!important}
}

/* Kursziel: dieselbe kompakte Label- und Innenabstandslogik wie Fair Value. */
body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-monitor-detail-section .anx-rating-target-card{
  position:relative!important;
  padding:30px 38px 22px 30px!important;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card > .anx-rating-summary{
  position:absolute!important;
  z-index:6!important;
  top:2px!important;
  right:8px!important;
  left:8px!important;
  display:flex!important;
  width:auto!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin:14px 0 0!important;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card > .anx-rating-summary > span{
  display:inline-flex!important;
  min-width:0!important;
  min-height:24px!important;
  flex:none!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:6px!important;
  padding:3px 8px!important;
  border:0!important;
  border-radius:6px!important;
  background:rgba(248,250,252,.92)!important;
  color:#64748b!important;
  box-sizing:border-box!important;
  font-size:11px!important;
  font-weight:600!important;
  line-height:1.2!important;
  letter-spacing:normal!important;
  white-space:nowrap!important;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card > .anx-rating-summary b{
  margin:0!important;
  color:#111827!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1.2!important;
  letter-spacing:normal!important;
}

body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card > .anx-target-modal-canvas.ovx-canvas-wrap{
  width:calc(100% + 60px)!important;
  margin-right:0!important;
  margin-left:-29px!important;
}

@media(max-width:700px){
  body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-monitor-detail-section .anx-rating-target-card{
    padding:30px 20px 22px 18px!important;
  }

  body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card > .anx-rating-summary{
    gap:10px!important;
    margin:14px 0 0!important;
  }

  body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card > .anx-rating-summary > span{
    min-height:24px!important;
    padding:3px 8px!important;
  }

  body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card > .anx-target-modal-canvas.ovx-canvas-wrap{
    width:calc(100% + 30px)!important;
    height:360px!important;
    min-height:360px!important;
    margin-right:0!important;
    margin-left:-18px!important;
  }
}

/* Finaler Mobile-Reset: exakt dieselbe normale Scroll-Tabelle wie Kaufen. */
@media(max-width:620px){
  body.stock-research-page #staticEtfHolders .etf-table-wrap,
  body.stock-research-page .etf-exposure-table-wrap{
    overflow-x:auto!important;
    overflow-y:hidden!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }

  body.stock-research-page #nvdaEtfTable{
    width:980px!important;
    min-width:980px!important;
    table-layout:fixed!important;
    border-collapse:collapse!important;
    border-spacing:0!important;
  }

  body.stock-research-page #etfHoldingExposureTable{
    width:900px!important;
    min-width:900px!important;
    table-layout:fixed!important;
    border-collapse:collapse!important;
    border-spacing:0!important;
  }

  body.stock-research-page #nvdaEtfTable :is(th,td),
  body.stock-research-page #etfHoldingExposureTable :is(th,td){
    position:static!important;
    z-index:auto!important;
    left:auto!important;
    width:auto!important;
    min-width:0!important;
    padding:11px 12px!important;
    border:0!important;
    border-bottom:1px solid var(--sep,#e5e7eb)!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
    color:var(--text,#111827)!important;
    font-size:12px!important;
    line-height:1.35!important;
    vertical-align:middle!important;
    white-space:normal!important;
  }

  body.stock-research-page #nvdaEtfTable th,
  body.stock-research-page #etfHoldingExposureTable th{
    padding-top:10px!important;
    padding-bottom:10px!important;
    background:#fff!important;
    color:var(--muted,#64748b)!important;
    font-size:11px!important;
    font-weight:600!important;
  }

  body.stock-research-page #nvdaEtfTable thead th,
  body.stock-research-page #etfHoldingExposureTable thead th{
    background:#fff!important;
    white-space:nowrap!important;
  }

  body.stock-research-page #nvdaEtfTable thead th button,
  body.stock-research-page #etfHoldingExposureTable thead th button,
  body.stock-research-page #nvdaEtfTable thead th button>span,
  body.stock-research-page #etfHoldingExposureTable thead th button>span{
    white-space:nowrap!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }

  body.stock-research-page #nvdaEtfTable td::before,
  body.stock-research-page #etfHoldingExposureTable td::before{display:none!important;content:none!important}
  body.stock-research-page #nvdaEtfTable :is(th,td):first-child,
  body.stock-research-page #etfHoldingExposureTable :is(th,td):first-child{
    position:static!important;
    z-index:auto!important;
    left:auto!important;
    width:auto!important;
    min-width:0!important;
    background:#fff!important;
    box-shadow:none!important;
  }
  body.stock-research-page #nvdaEtfTable tbody tr:last-child td,
  body.stock-research-page #etfHoldingExposureTable tbody tr:last-child td{border-bottom:0!important}
  /* Nutzer-Wunsch 05.09.2026: "etf-exposure-weight immer nach rechts
     verschieben lassen" -- war hier durch eine spaeter geladene, konkurrierende
     Mobil-Regel auf "margin:0 auto" (zentriert) ueberschrieben worden. */
  body.stock-research-page #nvdaEtfTable .etf-exposure-bar{margin:0 0 0 auto!important}
}

/* Reverse DCF mobil: keine Breite mehr für die ausgeblendete Y-Achse
   verschenken und Kennzahlen als kompakte, lesbare Fakten anordnen. */
@media(max-width:620px){
  body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf-copy .anx-fair-panel:has(.anx-reverse-dcf-chart){
    height:auto!important;
    min-height:0!important;
    padding:14px 10px 18px!important;
    overflow:hidden!important;
  }

  body.stock-research-page #secBewertung .anx-fair-dcf-copy .etf-reverse-dcf-card-head{
    min-height:28px!important;
    margin:0 0 10px!important;
    padding:0 2px 9px!important;
  }

  body.stock-research-page #secBewertung .anx-fair-dcf-copy .anx-fair-summary{
    position:static!important;
    display:grid!important;
    width:100%!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px!important;
    margin:0!important;
    padding:0!important;
  }

  body.stock-research-page #secBewertung .anx-fair-dcf-copy .anx-fair-summary > span{
    display:flex!important;
    width:100%!important;
    min-width:0!important;
    min-height:44px!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    gap:3px!important;
    padding:6px 8px!important;
    border:0!important;
    border-radius:6px!important;
    background:#f8fafc!important;
    box-sizing:border-box!important;
    color:#64748b!important;
    font-size:9.5px!important;
    font-weight:600!important;
    line-height:1.2!important;
    white-space:normal!important;
  }

  body.stock-research-page #secBewertung .anx-fair-dcf-copy .anx-fair-summary > span:last-child:nth-child(odd){
    grid-column:1/-1;
    min-height:38px!important;
  }

  body.stock-research-page #secBewertung .anx-fair-dcf-copy .anx-fair-summary > span b{
    font-size:11px!important;
    font-weight:750!important;
    line-height:1.2!important;
    white-space:nowrap!important;
  }

  body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf-copy .anx-reverse-dcf-chart{
    width:100%!important;
    height:320px!important;
    min-height:320px!important;
    margin-top:12px!important;
  }

  body.stock-research-page #secBewertung .anx-reverse-dcf-scroll{
    width:100%!important;
    overflow:hidden!important;
  }

  body.stock-research-page #secBewertung .anx-reverse-dcf-grid{
    inset:10px 0 30px 0!important;
  }

  body.stock-research-page #secBewertung .anx-reverse-dcf-columns{
    inset:10px 0 0 0!important;
    grid-template-columns:repeat(var(--history-count,5),minmax(24px,1fr)) 8px repeat(var(--forecast-count,5),minmax(26px,1fr))!important;
    gap:3px!important;
  }

  body.stock-research-page #secBewertung .anx-relocated-valuation-models > .anx-fair-dcf-copy :is(.anx-reverse-dcf-grid,.anx-reverse-dcf-columns){
    right:0!important;
    left:0!important;
  }

  body.stock-research-page #secBewertung :is(.anx-reverse-dcf-single,.anx-reverse-dcf-pair){padding:0 1px!important}
  body.stock-research-page #secBewertung .anx-reverse-dcf-pair{gap:2px!important}
  body.stock-research-page #secBewertung .anx-reverse-dcf-pair .anx-reverse-dcf-bar{width:min(12px,calc(50% - 1px))!important}
  body.stock-research-page #secBewertung .anx-reverse-dcf-axis-label{
    overflow:visible!important;
    font-size:8.5px!important;
    letter-spacing:-.02em;
    text-overflow:clip!important;
  }
  body.stock-research-page #secBewertung .anx-reverse-dcf-divider{margin-right:1px!important;margin-left:1px!important}
}

/* 30.08.2026: ETF-Bewertungsdiagramm folgt dem normalen Chart-Raster:
   Perioden unten, Werte rechts, feste Plot-Ränder und ein Tooltip im Viewport. */
body.stock-research-page #secBewertung .etf-reverse-dcf-chart .anx-reverse-dcf-grid{
  inset:14px 68px 34px 8px!important;
}
body.stock-research-page #secBewertung .etf-reverse-dcf-chart .anx-reverse-dcf-grid>span>b{
  right:auto!important;
  left:calc(100% + 10px)!important;
  min-width:56px;
  text-align:left!important;
}
body.stock-research-page #secBewertung .etf-reverse-dcf-chart .anx-reverse-dcf-columns{
  inset:14px 68px 0 8px!important;
  gap:clamp(5px,.65vw,9px)!important;
}
body.stock-research-page #secBewertung .etf-reverse-dcf-chart .anx-reverse-dcf-axis-label{
  height:34px!important;
  color:#64748b!important;
  font-size:9.5px!important;
  font-weight:650!important;
}
body.stock-research-page #secBewertung .etf-reverse-dcf-chart{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
body.stock-research-page #secBewertung .etf-reverse-dcf-chart .anx-reverse-dcf-scroll{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
}
body.stock-research-page #secBewertung :is(.etf-rating-research,.anx-fair-dcf-copy,.etf-reverse-dcf-panel):has(.etf-reverse-dcf-chart){
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
body.stock-research-page #secBewertung .anx-reverse-dcf-tooltip{
  position:fixed!important;
  z-index:10020!important;
  pointer-events:none!important;
}

/* ETF-Namen in „ETFs, die X-Aktien enthalten“ bleiben in einer Zeile und
   werden nur optisch mit Auslassungspunkten gekürzt. */
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;
}

@media(max-width:620px){
  body.stock-research-page #secBewertung .etf-reverse-dcf-chart .anx-reverse-dcf-scroll{
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scrollbar-width:thin;
  }
  body.stock-research-page #secBewertung .etf-reverse-dcf-chart .anx-reverse-dcf-stage{
    width:680px!important;
    min-width:680px!important;
  }
  body.stock-research-page #secBewertung .etf-reverse-dcf-chart .anx-reverse-dcf-grid{
    inset:12px 66px 36px 8px!important;
  }
  body.stock-research-page #secBewertung .etf-reverse-dcf-chart .anx-reverse-dcf-columns{
    inset:12px 66px 0 8px!important;
    grid-template-columns:repeat(var(--history-count,5),minmax(36px,1fr)) 12px repeat(var(--forecast-count,5),minmax(46px,1.15fr))!important;
    gap:5px!important;
  }
  body.stock-research-page #secBewertung .etf-reverse-dcf-chart .anx-reverse-dcf-axis-label{
    font-size:9px!important;
    letter-spacing:0!important;
    white-space:nowrap!important;
  }
}

/* Finale Termine-Darstellung: keine schmale Hilfsachse oder frei schwebenden
   Datumsfelder, sondern dieselben stabilen Inhaltskarten auf Desktop/Mobil. */
body.stock-research-page #secNewsAnalysis #newsEventsTimeline{display:none!important}
body.stock-research-page #secNewsAnalysis .news-event-summary-single{width:100%;min-width:0}
body.stock-research-page #secNewsAnalysis .ovx-event-card-grid.news-event-summary-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  padding:0!important;
}
body.stock-research-page #secNewsAnalysis .ovx-event-card-grid.news-event-summary-grid::before,
body.stock-research-page #secNewsAnalysis .ovx-event-card-grid.news-event-summary-grid::after,
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card::before{display:none!important;content:none!important}
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card{
  min-width:0!important;
  padding:0 14px 14px!important;
  overflow:hidden!important;
}
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card:nth-child(5){grid-column:1/-1}
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card-top{
  position:static!important;
  display:flex!important;
  min-height:42px!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin:0 -14px 10px!important;
  padding:9px 12px!important;
}
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card-top time{
  position:static!important;
  min-width:88px!important;
  flex:0 0 auto;
  border:0!important;
  background:#fff!important;
  color:#53657a!important;
}
body.stock-research-page #secNewsAnalysis .news-event-card-toggle{min-height:34px;padding:4px 0 8px!important}
body.stock-research-page #secNewsAnalysis .news-event-card-details{padding-top:10px!important}
body.stock-research-page #secNewsAnalysis .news-event-card-details>p{margin:0!important;color:#526174!important;font-size:11px!important;line-height:1.65!important}

/* ETF-News verhalten sich wie Aktien-News: die gesamte Zeile ist der Link,
   rechts kennzeichnet das echte Fonds-/Holding-Logo die betroffene Position. */
body.stock-research-page .etf-live-news-item{cursor:pointer}
body.stock-research-page .etf-live-news-item .ovx-news-source{min-width:0}
body.stock-research-page .etf-live-news-item .etf-live-news-entity-logo{
  width:24px!important;
  height:24px!important;
  margin-left:auto!important;
  flex:0 0 24px;
  border:1px solid #e2e8f0;
  border-radius:50%!important;
  background:#fff;
  object-fit:contain!important;
  padding:2px;
}
body.stock-research-page .etf-live-news-open{display:none!important}

body.stock-research-page .etf-live-events-panel{margin-top:18px!important}
body.stock-research-page .etf-live-event-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}
body.stock-research-page .etf-live-event-card{min-width:0;border:1px solid var(--ui-card-border);border-radius:8px;background:#fff;box-shadow:var(--ui-card-shadow);overflow:hidden}
body.stock-research-page .etf-live-event-card-head{display:flex;min-height:54px;align-items:center;justify-content:space-between;gap:10px;padding:9px 12px;border-bottom:1px solid #e5eaf0;background:#f4f6f8}
body.stock-research-page .etf-live-event-company{display:flex;min-width:0;align-items:center;gap:9px}
body.stock-research-page .etf-live-event-company>img{width:30px;height:30px;flex:0 0 30px;border-radius:50%;background:#fff;object-fit:contain;padding:2px}
body.stock-research-page .etf-live-event-company>span{display:flex;min-width:0;flex-direction:column;gap:2px}
body.stock-research-page .etf-live-event-company b{overflow:hidden;color:#172033;font-size:11px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}
body.stock-research-page .etf-live-event-company small{color:#7b8899;font-size:9px;font-weight:650}
body.stock-research-page .etf-live-event-card time{flex:0 0 auto;padding:4px 7px;border-radius:6px;background:#fff;color:#53657a;font-size:9.5px;font-weight:750}
body.stock-research-page .etf-live-event-toggle{display:grid;width:100%;grid-template-columns:minmax(0,1fr) auto 14px;gap:8px;align-items:center;padding:11px 12px;border:0;background:#fff;color:#172033;cursor:pointer;text-align:left}
body.stock-research-page .etf-live-event-toggle>span{font-size:12px;font-weight:800}
body.stock-research-page .etf-live-event-toggle>small{color:#64748b;font-size:9px;font-weight:700}
body.stock-research-page .etf-live-event-toggle>i{color:#64748b;font-size:10px;transition:transform .2s ease}
body.stock-research-page .etf-live-event-card.is-open .etf-live-event-toggle>i{transform:rotate(180deg)}
body.stock-research-page .etf-live-event-detail{padding:0 12px 12px;border-top:1px solid #edf0f3}
body.stock-research-page .etf-live-event-detail[hidden]{display:none!important}
body.stock-research-page .etf-live-event-detail p{margin:10px 0;color:#526174;font-size:11px;line-height:1.6}
body.stock-research-page .etf-live-event-detail>div{display:flex;flex-wrap:wrap;gap:5px}
body.stock-research-page .etf-live-event-detail>div span{padding:4px 7px;border-radius:6px;background:#f1f5f9;color:#526174;font-size:9px;font-weight:700}

/* Abhängigkeiten: kurze, kollisionsfreie Zusammenfassung; ausführlicher
   Fließtext und Prüfpunkte erst nach bewusster Aufklapp-Aktion. */
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-toggle{
  grid-template-columns:minmax(0,1fr) minmax(130px,.9fr) auto 14px!important;
  gap:12px!important;
  align-items:center!important;
}
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-impact{display:flex;min-width:0;flex-direction:column;gap:3px}
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-impact small{color:#94a3b8;font-size:8.5px;font-weight:700;text-transform:uppercase;letter-spacing:.035em}
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-impact strong{color:#475569;font-size:9.5px;line-height:1.4;white-space:normal}
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-detail{display:block!important;padding:12px 14px 14px!important;background:#fff}
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-detail[hidden]{display:none!important}
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-prose{margin:0!important;color:#3f4f63!important;font-size:11px!important;line-height:1.72!important}
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-facts>span{display:flex;min-width:0;flex-direction:column;gap:4px;padding:9px 10px;border-radius:7px;background:#f4f6f8;color:#53657a;font-size:9.5px;line-height:1.5}
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-facts b{color:#172033;font-size:8.5px;text-transform:uppercase;letter-spacing:.035em}

/* Event-Zoom als eigenes Bedienelement direkt am Chart. */
body.stock-research-page #secCharts .chartx-event-zoom{display:grid;grid-template-columns:minmax(190px,1fr) 32px minmax(180px,300px) 32px auto auto;gap:10px;align-items:center;margin:12px 0 4px;padding:11px 12px;border:1px solid #dfe4ea;border-radius:8px;background:#f7f9fb}
body.stock-research-page #secCharts .chartx-event-zoom[hidden]{display:none!important}
body.stock-research-page #secCharts .chartx-event-zoom-copy{display:flex;min-width:0;flex-direction:column;gap:2px}
body.stock-research-page #secCharts .chartx-event-zoom-copy strong{color:#172033;font-size:11px;font-weight:800}
body.stock-research-page #secCharts .chartx-event-zoom-copy span{color:#718096;font-size:9.5px;line-height:1.35}
body.stock-research-page #secCharts .chartx-event-zoom>button{display:grid;width:32px;height:32px;place-items:center;border:1px solid #d7dee7;border-radius:7px;background:#fff;color:#42536a;cursor:pointer}
body.stock-research-page #secCharts .chartx-event-zoom label{display:flex;min-width:0;flex-direction:column;gap:3px}
body.stock-research-page #secCharts .chartx-event-zoom input{width:100%;accent-color:#0f6b9a;cursor:pointer}
body.stock-research-page #secCharts .chartx-event-zoom label>span{display:flex;justify-content:space-between;color:#7b8899;font-size:8px}
body.stock-research-page #secCharts .chartx-event-zoom output{min-width:92px;color:#172033;font-size:10px;font-weight:800;text-align:center}
body.stock-research-page #secCharts .chartx-event-zoom>small{padding:4px 7px;border-radius:999px;background:#e8edf2;color:#53657a;font-size:9px;font-weight:750;white-space:nowrap}

@media(max-width:760px){
  body.stock-research-page #secNewsAnalysis .ovx-event-card-grid.news-event-summary-grid{grid-template-columns:1fr!important}
  body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card:nth-child(5){grid-column:auto}
  body.stock-research-page .etf-live-event-list{grid-template-columns:1fr}
  body.stock-research-page .etf-live-event-toggle{grid-template-columns:minmax(0,1fr) 14px}
  body.stock-research-page .etf-live-event-toggle>small{display:none}
  body.stock-research-page #secUnternehmenOverview .compx-dependency-node-toggle{grid-template-columns:minmax(0,1fr) auto 14px!important;gap:8px!important}
  body.stock-research-page #secUnternehmenOverview .compx-dependency-node-impact{grid-column:1/2}
  body.stock-research-page #secUnternehmenOverview .compx-dependency-level-dots{grid-column:2/3;grid-row:1/3}
  body.stock-research-page #secUnternehmenOverview .compx-dependency-node-chevron{grid-column:3/4;grid-row:1/3}
  body.stock-research-page #secUnternehmenOverview .compx-dependency-node-facts{grid-template-columns:1fr}
  body.stock-research-page #secCharts .chartx-event-zoom{grid-template-columns:32px minmax(0,1fr) 32px auto;gap:8px}
  body.stock-research-page #secCharts .chartx-event-zoom-copy{grid-column:1/-1}
  body.stock-research-page #secCharts .chartx-event-zoom output{min-width:72px;font-size:9px}
  body.stock-research-page #secCharts .chartx-event-zoom>small{grid-column:1/-1;width:max-content}
}

/* 2026-08-30: Termine wieder als echte horizontale Zeitleiste. Auf kleinen
   Displays bleibt die Achse breit und wird innerhalb der Card gewischt, statt
   Datumsmarken zu einer schmalen senkrechten Linie zusammenzudrücken. */
body.stock-research-page #secNewsAnalysis .news-event-summary-single{display:none!important}
body.stock-research-page #secNewsAnalysis #newsEventsTimeline.news-events-timeline{
  display:block!important;
  width:100%;
  min-width:0;
  margin:14px 0 0!important;
  padding:46px 12px 42px!important;
  overflow:visible;
  border:1px solid #dfe4ea;
  border-radius:8px;
  background:#fff;
  box-shadow:0 2px 5px rgba(15,23,42,.08);
}
body.stock-research-page #secNewsAnalysis #newsEventsTimeline .news-timeline-controls{
  display:inline-flex!important;
  position:absolute;
  top:10px;
  right:12px;
  z-index:5;
}
body.stock-research-page #secNewsAnalysis #newsEventsTimeline .news-timeline-scroll{
  display:block!important;
  width:100%;
  min-width:0;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  padding:2px 0 8px;
  overscroll-behavior-x:contain;
  scrollbar-width:thin;
  -webkit-overflow-scrolling:touch;
}
body.stock-research-page #secNewsAnalysis #newsEventsTimeline .news-timeline-stage{
  display:block!important;
  width:100%;
  min-width:820px!important;
  padding:82px 8px 64px!important;
}
body.stock-research-page #secNewsAnalysis #newsEventsTimeline .ovx-timeline-meta{
  margin-top:72px!important;
  padding:0 2px;
}

/* Abhängigkeiten: Die Karten bleiben in der Übersicht bewusst kurz und zeigen
   abgeschnittenen Text wieder mit …; nur ein gemeinsamer Detailbereich nutzt
   beim Öffnen alle drei Spalten der Systemkarte. */
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-name,
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-impact{overflow:hidden!important}
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-name :is(b,small),
body.stock-research-page #secUnternehmenOverview .compx-dependency-node-impact strong{
  display:block!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body.stock-research-page #secUnternehmenOverview .compx-dependency-shared-detail{
  grid-column:1/-1!important;
  width:100%;
  min-width:0;
  box-sizing:border-box;
  margin-top:2px;
  padding:16px 18px 18px;
  border-top:1px solid #dfe4ea;
  background:#fff;
}
body.stock-research-page #secUnternehmenOverview .compx-dependency-shared-detail[hidden]{display:none!important}
body.stock-research-page #secUnternehmenOverview .compx-dependency-shared-detail>header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:10px;
}
body.stock-research-page #secUnternehmenOverview .compx-dependency-shared-detail>header>span{display:flex;min-width:0;flex-direction:column;gap:2px}
body.stock-research-page #secUnternehmenOverview .compx-dependency-shared-detail>header small{color:#718096;font-size:8.5px;font-weight:750;text-transform:uppercase;letter-spacing:.045em}
body.stock-research-page #secUnternehmenOverview .compx-dependency-shared-detail>header strong{color:#172033;font-size:13px;font-weight:800}
body.stock-research-page #secUnternehmenOverview .compx-dependency-shared-detail>header button{
  display:grid;
  width:30px;
  height:30px;
  flex:0 0 30px;
  place-items:center;
  border:0;
  border-radius:7px;
  background:#f1f4f7;
  color:#526174;
  cursor:pointer;
}

/* Echter Zwei-Griff-Brush statt fester 6M/1J/5J-Stufen. */
body.stock-research-page #secCharts .chartx-event-brush{
  display:block;
  margin:12px 0 4px;
  padding:12px 14px 14px;
  border:1px solid #dfe4ea;
  border-radius:8px;
  background:#f7f9fb;
}
body.stock-research-page #secCharts .chartx-event-brush[hidden]{display:none!important}
body.stock-research-page #secCharts .chartx-event-brush-head{
  display:grid;
  grid-template-columns:minmax(180px,1fr) auto auto auto;
  gap:12px;
  align-items:center;
  margin-bottom:10px;
}
body.stock-research-page #secCharts .chartx-event-brush-copy{display:flex;min-width:0;flex-direction:column;gap:2px}
body.stock-research-page #secCharts .chartx-event-brush-copy strong{color:#172033;font-size:11px;font-weight:800}
body.stock-research-page #secCharts .chartx-event-brush-copy small{color:#718096;font-size:9.5px;line-height:1.35}
body.stock-research-page #secCharts .chartx-event-brush-dates{display:flex;align-items:center;gap:6px;white-space:nowrap}
body.stock-research-page #secCharts .chartx-event-brush-dates output{padding:4px 7px;border-radius:6px;background:#fff;color:#334155;font-size:9.5px;font-weight:750}
body.stock-research-page #secCharts .chartx-event-brush-dates i{color:#94a3b8;font-size:8.5px;font-style:normal}
body.stock-research-page #secCharts .chartx-event-brush-count{padding:4px 7px;border-radius:999px;background:#e8edf2;color:#53657a;font-size:9px;font-weight:750;white-space:nowrap}
body.stock-research-page #secCharts [data-chartx-brush-reset]{padding:6px 9px;border:1px solid #d7dee7;border-radius:7px;background:#fff;color:#42536a;font-size:9px;font-weight:750;cursor:pointer;white-space:nowrap}
body.stock-research-page #secCharts .chartx-event-brush-track{
  position:relative;
  width:100%;
  height:58px;
  border:1px solid #d8e0e8;
  border-radius:7px;
  background:#fff;
  cursor:crosshair;
  touch-action:none;
  user-select:none;
}
body.stock-research-page #secCharts .chartx-event-brush-track canvas{position:absolute;inset:0;width:100%;height:100%;border-radius:inherit}
body.stock-research-page #secCharts .chartx-event-brush-shade{position:absolute;top:0;bottom:0;z-index:1;background:rgba(241,245,249,.72);pointer-events:none}
body.stock-research-page #secCharts .chartx-event-brush-shade.is-left{left:0}
body.stock-research-page #secCharts .chartx-event-brush-shade.is-right{right:0}
body.stock-research-page #secCharts .chartx-event-brush-selection{
  position:absolute;
  top:-1px;
  bottom:-1px;
  z-index:2;
  min-width:2.5%;
  border-top:2px solid #0f6b9a;
  border-bottom:2px solid #0f6b9a;
  background:rgba(15,107,154,.08);
  cursor:grab;
}
body.stock-research-page #secCharts .chartx-event-brush-selection:active{cursor:grabbing}
body.stock-research-page #secCharts .chartx-event-brush-handle{
  position:absolute;
  top:50%;
  width:16px;
  height:42px;
  transform:translateY(-50%);
  border:0;
  border-radius:5px;
  background:#0f6b9a;
  box-shadow:0 1px 4px rgba(15,23,42,.22);
  cursor:ew-resize;
}
body.stock-research-page #secCharts .chartx-event-brush-handle::after{content:"";position:absolute;top:12px;bottom:12px;left:7px;width:2px;border-left:1px solid rgba(255,255,255,.9);border-right:1px solid rgba(255,255,255,.9)}
body.stock-research-page #secCharts .chartx-event-brush-handle.is-start{left:0;transform:translate(-50%,-50%)}
body.stock-research-page #secCharts .chartx-event-brush-handle.is-end{right:0;transform:translate(50%,-50%)}

@media(max-width:760px){
  body.stock-research-page #secNewsAnalysis #newsEventsTimeline.news-events-timeline{padding:42px 8px 34px!important;overflow:hidden}
  body.stock-research-page #secNewsAnalysis #newsEventsTimeline .news-timeline-stage{width:820px!important;min-width:820px!important}
  body.stock-research-page #secUnternehmenOverview .compx-dependency-shared-detail{grid-column:1/-1!important;padding:14px 12px 16px}
  body.stock-research-page #secCharts .chartx-event-brush{padding:11px 10px 13px}
  body.stock-research-page #secCharts .chartx-event-brush-head{grid-template-columns:minmax(0,1fr) auto;gap:8px 10px}
  body.stock-research-page #secCharts .chartx-event-brush-copy{grid-column:1/-1}
  body.stock-research-page #secCharts .chartx-event-brush-dates{grid-column:1/2;min-width:0;gap:4px}
  body.stock-research-page #secCharts .chartx-event-brush-dates output{padding:4px 5px;font-size:8.5px}
  body.stock-research-page #secCharts .chartx-event-brush-count{grid-column:2/3;grid-row:2/3}
  body.stock-research-page #secCharts [data-chartx-brush-reset]{grid-column:1/-1;justify-self:start}
  body.stock-research-page #secCharts .chartx-event-brush-track{height:62px}
  body.stock-research-page #secCharts .chartx-event-brush-handle{width:20px;height:46px}
  body.stock-research-page #secCharts .chartx-event-brush-handle::after{left:9px}
}

/* Korrektur: Termine wieder in der unmittelbar vorherigen Kartenansicht statt
   als zusätzliche Zeitachse. */
body.stock-research-page #secNewsAnalysis .news-event-summary-single{display:block!important}
body.stock-research-page #secNewsAnalysis #newsEventsTimeline.news-events-timeline{display:none!important}

/* Der Brush ist ein allgemeiner Chart-Navigator und deshalb unabhängig vom
   Events-Schalter dauerhaft sichtbar. Optisch sitzt er wie eine ruhige,
   eigenständige Standard-Card direkt unter dem Hauptchart. */
body.stock-research-page #secCharts .chartx-event-brush{
  display:block!important;
  margin:14px 0 6px;
  padding:13px 14px 15px;
  border:1px solid #dfe4ea;
  border-radius:8px;
  background:#fff;
  box-shadow:0 2px 5px rgba(15,23,42,.07);
}
body.stock-research-page #secCharts .chartx-event-brush-copy strong{font-size:12px}
body.stock-research-page #secCharts .chartx-event-brush-count[hidden]{display:none!important}
body.stock-research-page #secCharts .chartx-event-brush-track{
  height:66px;
  overflow:visible;
  border-color:#dfe4ea;
  background:linear-gradient(180deg,#fbfcfd 0%,#f6f8fa 100%);
  box-shadow:inset 0 1px 2px rgba(15,23,42,.025);
}
body.stock-research-page #secCharts .chartx-event-brush-track::after{
  content:"";
  position:absolute;
  right:0;
  bottom:12px;
  left:0;
  height:1px;
  background:#dfe4ea;
  pointer-events:none;
}
body.stock-research-page #secCharts .chartx-event-brush-selection{
  border-color:#172033;
  background:rgba(23,32,51,.055);
}
body.stock-research-page #secCharts .chartx-event-brush-handle{background:#172033}
body.stock-research-page #secCharts [data-chartx-brush-reset]{min-height:30px;padding:6px 10px}

@media(max-width:760px){
  body.stock-research-page #secCharts .chartx-event-brush{margin-top:12px;padding:12px 10px 14px}
  body.stock-research-page #secCharts .chartx-event-brush-track{height:68px}
}

/* Termine – ältere vertikale Zeitstrahl-Variante, diesmal ohne das frühere
   Zusammendrücken: vollständige Karten links/rechts, mobil vollständig rechts
   neben einer festen Achse. */
body.stock-research-page #secNewsAnalysis .news-event-summary-single{display:block!important}
body.stock-research-page #secNewsAnalysis #newsEventsTimeline.news-events-timeline{display:none!important}
body.stock-research-page #secNewsAnalysis .ovx-event-card-grid.news-event-summary-grid{
  position:relative;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 52px minmax(0,1fr)!important;
  gap:12px 0!important;
  align-items:start;
  padding:6px 0 2px!important;
}
body.stock-research-page #secNewsAnalysis .ovx-event-card-grid.news-event-summary-grid::before{
  content:""!important;
  display:block!important;
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  width:2px;
  transform:translateX(-50%);
  border-radius:99px;
  background:#d7dee7;
}
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card{
  position:relative!important;
  grid-column:1/-1!important;
  width:calc((100% - 52px)/2)!important;
  min-width:0!important;
  margin:0 0 0!important;
  justify-self:start;
  padding:0 14px 14px!important;
  overflow:visible!important;
  border:1px solid #dfe4ea!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 2px 5px rgba(15,23,42,.07)!important;
}
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card:nth-of-type(even){grid-column:1/-1!important;justify-self:end}
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card::before{
  content:""!important;
  display:block!important;
  position:absolute;
  top:18px;
  left:auto!important;
  right:-32px;
  z-index:3;
  width:10px;
  height:10px;
  box-sizing:border-box;
  border:2px solid #fff;
  border-radius:50%;
  background:#64748b;
  box-shadow:0 0 0 2px #aeb9c7;
}
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card::after{
  content:"";
  position:absolute;
  top:22px;
  left:auto!important;
  right:-26px;
  width:26px;
  border-top:1px solid #d7dee7;
}
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card:nth-of-type(even)::before{right:auto!important;left:-32px!important}
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card:nth-of-type(even)::after{right:auto!important;left:-26px!important}
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card.earnings::before{background:#172033;box-shadow:0 0 0 2px #7b8899}
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card.product::before{background:#d59a1b;box-shadow:0 0 0 2px #e7c878}
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card-top{border-radius:7px 7px 0 0}
body.stock-research-page #secNewsAnalysis .news-event-list-pager{margin-top:14px}

/* Brush – flacher Bestandteil des Charts statt eigener großer Card. */
body.stock-research-page #secCharts .chartx-event-brush{
  margin:8px 0 5px!important;
  padding:10px 2px 5px!important;
  border:0!important;
  border-top:1px solid #e2e7ed!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.stock-research-page #secCharts .chartx-event-brush-head{
  grid-template-columns:minmax(120px,1fr) auto auto auto;
  gap:10px;
  margin-bottom:7px;
  padding:0 2px;
}
body.stock-research-page #secCharts .chartx-event-brush-copy{display:block}
body.stock-research-page #secCharts .chartx-event-brush-copy strong{color:#526174;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.055em}
body.stock-research-page #secCharts .chartx-event-brush-copy small{display:none}
body.stock-research-page #secCharts .chartx-event-brush-dates{gap:5px}
body.stock-research-page #secCharts .chartx-event-brush-dates output{
  padding:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#526174;
  font-size:9px;
  font-variant-numeric:tabular-nums;
}
body.stock-research-page #secCharts [data-chartx-brush-reset]{
  min-height:0;
  padding:3px 0 3px 7px!important;
  border:0!important;
  border-left:1px solid #dfe4ea!important;
  border-radius:0!important;
  background:transparent!important;
  color:#64748b;
  font-size:8.5px;
}
body.stock-research-page #secCharts .chartx-event-brush-track{
  height:50px!important;
  overflow:hidden!important;
  border:1px solid #dfe4ea!important;
  border-radius:5px!important;
  background:#f8fafc!important;
  box-shadow:none!important;
}
body.stock-research-page #secCharts .chartx-event-brush-track::after{bottom:8px;background:#d9e0e8}
body.stock-research-page #secCharts .chartx-event-brush-shade{background:rgba(241,245,249,.78)}
body.stock-research-page #secCharts .chartx-event-brush-selection{
  top:0;
  bottom:0;
  border-top:0;
  border-bottom:0;
  border-left:1px solid #53657a;
  border-right:1px solid #53657a;
  background:rgba(83,101,122,.06);
}
body.stock-research-page #secCharts .chartx-event-brush-handle{
  width:10px;
  height:28px;
  border:1px solid #cbd4de;
  border-radius:3px;
  background:#fff;
  box-shadow:0 1px 3px rgba(15,23,42,.16);
}
body.stock-research-page #secCharts .chartx-event-brush-handle::after{
  top:8px;
  bottom:8px;
  left:4px;
  width:1px;
  border:0;
  background:#64748b;
}

@media(max-width:760px){
  body.stock-research-page #secNewsAnalysis .ovx-event-card-grid.news-event-summary-grid{
    grid-template-columns:28px minmax(0,1fr)!important;
    gap:12px 0!important;
    padding-top:4px!important;
  }
  body.stock-research-page #secNewsAnalysis .ovx-event-card-grid.news-event-summary-grid::before{left:12px;transform:none}
  body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card,
  body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card:nth-of-type(even){grid-column:2!important;width:100%!important;justify-self:stretch}
  body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card::before,
  body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card:nth-of-type(even)::before{right:auto!important;left:-21px!important}
  body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card::after,
  body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card:nth-of-type(even)::after{right:auto!important;left:-16px!important;width:16px}
  body.stock-research-page #secCharts .chartx-event-brush{padding:9px 0 3px!important}
  body.stock-research-page #secCharts .chartx-event-brush-head{grid-template-columns:minmax(0,1fr) auto;gap:6px 8px;padding:0}
  body.stock-research-page #secCharts .chartx-event-brush-copy{grid-column:1/2}
  body.stock-research-page #secCharts .chartx-event-brush-dates{grid-column:1/2;grid-row:2/3}
  body.stock-research-page #secCharts .chartx-event-brush-count{grid-column:2/3;grid-row:1/2}
  body.stock-research-page #secCharts [data-chartx-brush-reset]{grid-column:2/3;grid-row:2/3;padding-left:6px!important}
  body.stock-research-page #secCharts .chartx-event-brush-track{height:52px!important}
  body.stock-research-page #secCharts .chartx-event-brush-handle{width:14px;height:32px}
  body.stock-research-page #secCharts .chartx-event-brush-handle::after{left:6px}
}

/* Aktien- und ETF-News teilen dieselbe visuelle Sprache. */
body.stock-research-page #secNewsAnalysis .etf-live-news-brief{margin-top:14px}
body.stock-research-page #secNewsAnalysis .etf-live-news-brief .news-source-icons img{
  width:19px;
  height:19px;
  border:1px solid #dfe4ea;
  border-radius:50%;
  background:#fff;
  object-fit:contain;
  padding:2px;
}
body.stock-research-page #secNewsAnalysis .etf-live-news-filter-bar{margin-top:16px}
body.stock-research-page #secNewsAnalysis .etf-live-news-panel{margin-top:14px!important}
body.stock-research-page #secNewsAnalysis .etf-live-news-panel .etf-live-news-item{
  min-width:0;
  border-radius:0;
}
body.stock-research-page #secNewsAnalysis .etf-unified-events-panel{
  margin-top:24px!important;
  padding-top:0!important;
  overflow:visible!important;
}
body.stock-research-page #secNewsAnalysis .etf-unified-events-panel .news-timeline-head{margin-bottom:12px!important}
body.stock-research-page #secNewsAnalysis .etf-unified-event-timeline{
  position:relative;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 52px minmax(0,1fr)!important;
  gap:12px 0!important;
  align-items:start;
  margin-top:0!important;
  padding:6px 0 2px!important;
}
body.stock-research-page #secNewsAnalysis .etf-unified-event-timeline::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  width:2px;
  transform:translateX(-50%);
  border-radius:99px;
  background:#d7dee7;
}
body.stock-research-page #secNewsAnalysis .etf-unified-event-timeline .etf-live-event-card{
  position:relative;
  grid-column:1/-1!important;
  width:calc((100% - 52px)/2)!important;
  min-width:0;
  margin:0!important;
  justify-self:start;
  overflow:visible;
  border-color:#dfe4ea;
  box-shadow:0 2px 5px rgba(15,23,42,.07);
}
body.stock-research-page #secNewsAnalysis .etf-unified-event-timeline .etf-live-event-card:nth-of-type(even){justify-self:end}
body.stock-research-page #secNewsAnalysis .etf-unified-event-timeline .etf-live-event-card::before{
  content:"";
  position:absolute;
  top:18px;
  right:-32px;
  z-index:3;
  width:10px;
  height:10px;
  box-sizing:border-box;
  border:2px solid #fff;
  border-radius:50%;
  background:#172033;
  box-shadow:0 0 0 2px #7b8899;
}
body.stock-research-page #secNewsAnalysis .etf-unified-event-timeline .etf-live-event-card::after{
  content:"";
  position:absolute;
  top:22px;
  right:-26px;
  width:26px;
  border-top:1px solid #d7dee7;
}
body.stock-research-page #secNewsAnalysis .etf-unified-event-timeline .etf-live-event-card:nth-of-type(even)::before{right:auto;left:-32px}
body.stock-research-page #secNewsAnalysis .etf-unified-event-timeline .etf-live-event-card:nth-of-type(even)::after{right:auto;left:-26px}
body.stock-research-page #secNewsAnalysis .etf-unified-event-timeline .etf-live-event-card.dividend::before{background:#168451;box-shadow:0 0 0 2px #7fc3a4}
body.stock-research-page #secNewsAnalysis .etf-unified-event-timeline .etf-live-event-card-head{border-radius:7px 7px 0 0}

@media(max-width:760px){
  body.stock-research-page #secNewsAnalysis .etf-live-news-filter-bar{margin-top:13px}
  body.stock-research-page #secNewsAnalysis .etf-unified-event-timeline{
    grid-template-columns:28px minmax(0,1fr)!important;
    gap:12px 0!important;
    padding-top:4px!important;
  }
  body.stock-research-page #secNewsAnalysis .etf-unified-event-timeline::before{left:12px;transform:none}
  body.stock-research-page #secNewsAnalysis .etf-unified-event-timeline .etf-live-event-card,
  body.stock-research-page #secNewsAnalysis .etf-unified-event-timeline .etf-live-event-card:nth-of-type(even){grid-column:2!important;width:100%!important;justify-self:stretch}
  body.stock-research-page #secNewsAnalysis .etf-unified-event-timeline .etf-live-event-card::before,
  body.stock-research-page #secNewsAnalysis .etf-unified-event-timeline .etf-live-event-card:nth-of-type(even)::before{right:auto;left:-21px}
  body.stock-research-page #secNewsAnalysis .etf-unified-event-timeline .etf-live-event-card::after,
  body.stock-research-page #secNewsAnalysis .etf-unified-event-timeline .etf-live-event-card:nth-of-type(even)::after{right:auto;left:-16px;width:16px}
}

/* News-Karten: Aktien und ETFs verwenden dieselbe Zeilenstruktur. */
body.stock-research-page #secNewsAnalysis .news-overview-list{align-items:stretch}
body.stock-research-page #secNewsAnalysis .news-overview-list>.news-unified-item{
  display:flex!important;
  min-width:0;
  min-height:118px;
  flex-direction:column;
  gap:7px;
  padding:14px 16px!important;
  border-right:0!important;
  border-bottom:1px solid #e5eaf0!important;
  border-radius:0!important;
  background:#fff;
  color:inherit;
  text-decoration:none;
}
body.stock-research-page #secNewsAnalysis .news-overview-list>.news-unified-item:hover{background:#f8fafc}
body.stock-research-page #secNewsAnalysis .news-unified-item .ovx-news-source{min-height:25px;margin:0!important}
body.stock-research-page #secNewsAnalysis .news-unified-item .ovx-news-title{margin:0!important;color:#172033;font-size:12px!important;font-weight:800;line-height:1.42!important}
body.stock-research-page #secNewsAnalysis .news-unified-context{margin:auto 0 0!important;color:#718096!important;font-size:9.5px!important;line-height:1.4!important}

/* Zeitachsenpunkte bewusst schlicht: ein einzelner Punkt ohne Ring. */
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card::before,
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card.earnings::before,
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card.product::before,
body.stock-research-page #secNewsAnalysis .etf-unified-event-timeline .etf-live-event-card::before,
body.stock-research-page #secNewsAnalysis .etf-unified-event-timeline .etf-live-event-card.dividend::before{
  width:8px!important;
  height:8px!important;
  border:0!important;
  box-shadow:none!important;
}
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card::before,
body.stock-research-page #secNewsAnalysis .etf-unified-event-timeline .etf-live-event-card::before{right:-30px!important}
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card:nth-of-type(even)::before,
body.stock-research-page #secNewsAnalysis .etf-unified-event-timeline .etf-live-event-card:nth-of-type(even)::before{right:auto!important;left:-30px!important}

/* "Heute" sitzt als eigener Achsenknoten vor den kommenden Terminen. */
body.stock-research-page #secNewsAnalysis .news-event-now-marker{
  position:relative;
  z-index:4;
  display:flex;
  width:100%;
  min-height:30px;
  grid-column:1/-1;
  align-items:center;
  justify-content:center;
}
body.stock-research-page #secNewsAnalysis .news-event-now-marker::before{
  content:"";
  position:absolute;
  left:50%!important;
  display:block!important;
  width:8px!important;
  height:8px!important;
  transform:translateX(-50%);
  border:0!important;
  border-radius:50%;
  background:#172033;
  box-shadow:none!important;
}
body.stock-research-page #secNewsAnalysis .news-event-now-marker span{
  position:absolute;
  left:calc(50% + 12px);
  min-height:22px;
  padding:4px 8px;
  border-radius:6px;
  background:#172033;
  color:#fff;
  font-size:9px;
  font-weight:800;
  white-space:nowrap;
}

/* Reale EPS-Historie in aufgeklappten Aktien- und ETF-Terminen. */
body.stock-research-page #secNewsAnalysis .news-eps-compare{margin-top:11px;padding-top:10px;border-top:1px solid #e5eaf0}
body.stock-research-page #secNewsAnalysis .news-eps-compare>strong{display:block;margin-bottom:8px;color:#172033;font-size:10px;font-weight:800}
body.stock-research-page #secNewsAnalysis .news-eps-table{display:grid!important;grid-template-columns:minmax(58px,1fr) repeat(3,minmax(62px,1fr));gap:0!important;overflow:hidden;border:1px solid #e2e7ed;border-radius:7px}
body.stock-research-page #secNewsAnalysis .news-eps-table>span{min-width:0;padding:7px 6px!important;border-radius:0!important;background:#fff!important;color:#526174!important;font-size:9px!important;font-weight:650!important;line-height:1.25;text-align:right;white-space:nowrap}
body.stock-research-page #secNewsAnalysis .news-eps-table>span:nth-child(4n+1){text-align:left}
body.stock-research-page #secNewsAnalysis .news-eps-table>.is-head{background:#f4f6f8!important;color:#718096!important;font-size:8px!important;font-weight:800!important}
body.stock-research-page #secNewsAnalysis .news-eps-table>.is-beat{color:#168451!important;font-weight:800!important}
body.stock-research-page #secNewsAnalysis .news-eps-table>.is-miss{color:#b43a3a!important;font-weight:800!important}
body.stock-research-page #secNewsAnalysis .news-next-guidance{display:flex!important;align-items:flex-start;justify-content:space-between;gap:10px;margin-top:9px;padding:9px 10px;border-radius:7px;background:#f4f6f8}
body.stock-research-page #secNewsAnalysis .news-next-guidance strong{flex:0 0 auto;color:#172033;font-size:9px;font-weight:800}
body.stock-research-page #secNewsAnalysis .news-next-guidance span{padding:0!important;background:transparent!important;color:#526174!important;font-size:9px!important;font-weight:650!important;text-align:right}

@media(max-width:760px){
  body.stock-research-page #secNewsAnalysis .news-overview-list>.news-unified-item{min-height:108px;padding:13px 12px!important}
  body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card::before,
  body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card:nth-of-type(even)::before,
  body.stock-research-page #secNewsAnalysis .etf-unified-event-timeline .etf-live-event-card::before,
  body.stock-research-page #secNewsAnalysis .etf-unified-event-timeline .etf-live-event-card:nth-of-type(even)::before{right:auto!important;left:-20px!important}
  body.stock-research-page #secNewsAnalysis .news-event-now-marker{grid-column:1/-1;justify-content:flex-start}
  body.stock-research-page #secNewsAnalysis .news-event-now-marker::before{left:12px!important;transform:translateX(-50%)}
  body.stock-research-page #secNewsAnalysis .news-event-now-marker span{left:28px}
  body.stock-research-page #secNewsAnalysis .news-eps-table{grid-template-columns:minmax(48px,.9fr) repeat(3,minmax(58px,1fr))}
  body.stock-research-page #secNewsAnalysis .news-eps-table>span{padding:6px 4px!important;font-size:8px!important}
  body.stock-research-page #secNewsAnalysis .news-next-guidance{flex-direction:column;gap:4px}
  body.stock-research-page #secNewsAnalysis .news-next-guidance span{text-align:left}
}

/* Vollständig vereinheitlichte News-Verlinkung und Seitennavigation. */
body.stock-research-page #secNewsAnalysis .news-overview-list>.news-unified-item[hidden],
body.stock-research-page #secNewsAnalysis .news-list-pager[hidden]{display:none!important}
body.stock-research-page #secNewsAnalysis .news-unified-pager{
  width:100%;
  min-height:48px;
  box-sizing:border-box;
  margin:0!important;
  padding:9px 14px!important;
  border-top:1px solid #e5eaf0;
  background:#fff;
}
body.stock-research-page #secNewsAnalysis .news-unified-pager .etf-pager-count{font-size:9.5px!important;font-weight:650;white-space:nowrap}

/* EPS-Beat/Miss als dasselbe Paar-Balkendiagramm wie im Unternehmen-Tab. */
body.stock-research-page #secNewsAnalysis .news-eps-compare>strong{margin-bottom:2px}
body.stock-research-page #secNewsAnalysis .news-eps-compare>small{display:block;margin-bottom:8px;color:#7b8899;font-size:8.5px;font-weight:650}
body.stock-research-page #secNewsAnalysis .news-eps-compare .compx-management-pair-chart{
  display:block!important;
  margin:0!important;
  padding:9px 10px 7px!important;
  border:0;
  border-radius:7px;
  background:#f7f9fb;
}
body.stock-research-page #secNewsAnalysis .news-eps-compare .compx-management-chart-legend{
  display:flex!important;
  align-items:center;
  gap:12px!important;
  margin:0 0 7px!important;
}
body.stock-research-page #secNewsAnalysis .news-eps-compare .compx-management-chart-legend span{
  display:inline-flex!important;
  align-items:center;
  gap:5px;
  padding:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#64748b!important;
  font-size:8.5px!important;
  font-weight:700!important;
}
body.stock-research-page #secNewsAnalysis .news-eps-compare .compx-management-chart-legend span::before{content:"";width:7px;height:7px;border-radius:50%;background:#6d8096}
body.stock-research-page #secNewsAnalysis .news-eps-compare .compx-management-chart-legend .is-result::before{background:#168451}
body.stock-research-page #secNewsAnalysis .news-eps-compare .compx-management-pair-bars{
  display:grid!important;
  height:118px;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:3px!important;
  align-items:end;
  border-bottom:1px solid #d8dee7;
}
body.stock-research-page #secNewsAnalysis .news-eps-compare .compx-management-pair-group{
  display:grid!important;
  min-width:0;
  grid-template-rows:96px 17px;
  gap:4px;
  align-items:end;
  padding:0!important;
  border-radius:0!important;
  background:transparent!important;
}
body.stock-research-page #secNewsAnalysis .news-eps-compare .compx-management-pair-group>b{display:flex;height:96px;align-items:flex-end;justify-content:center;gap:2px}
body.stock-research-page #secNewsAnalysis .news-eps-compare .compx-management-pair-group i{display:block;width:min(11px,48%);height:var(--bar-height);min-height:2px;border-radius:3px 3px 0 0;background:linear-gradient(180deg,#6d8096 0%,#9aa9ba 100%)}
body.stock-research-page #secNewsAnalysis .news-eps-compare .compx-management-pair-group i.is-result{background:linear-gradient(180deg,#168451 0%,#45a77b 100%)}
body.stock-research-page #secNewsAnalysis .news-eps-compare .compx-management-pair-group.is-miss i.is-result{background:linear-gradient(180deg,#b43a3a 0%,#d66b6b 100%)}
body.stock-research-page #secNewsAnalysis .news-eps-compare .compx-management-pair-group em{overflow:hidden;color:#168451;font-size:7.5px;font-style:normal;font-weight:800;line-height:1.1;text-align:center;text-overflow:ellipsis;white-space:nowrap}
body.stock-research-page #secNewsAnalysis .news-eps-compare .compx-management-pair-group.is-miss em{color:#b43a3a}
body.stock-research-page #secNewsAnalysis .news-eps-summary{display:flex!important;justify-content:flex-end;margin-top:7px;color:#64748b;font-size:9px;font-weight:650}
body.stock-research-page #secNewsAnalysis .news-eps-summary b{margin-left:4px;color:#172033;font-weight:800}

@media(max-width:760px){
  body.stock-research-page #secNewsAnalysis .news-unified-pager{padding:8px 10px!important}
  body.stock-research-page #secNewsAnalysis .news-unified-pager .etf-pager-count{width:100%;margin:3px 0 0!important;text-align:center}
  body.stock-research-page #secNewsAnalysis .news-eps-compare .compx-management-pair-chart{padding:8px 7px 6px!important}
}

/* Keine Kennzahlen-Chips mehr in Ereignis-Karten. Die ausführliche Einordnung
   bleibt ausschließlich im aufklappbaren Text bzw. im EPS-Diagramm. */
body.stock-research-page #secNewsAnalysis .news-event-card-metrics{display:none!important}

body.news-eps-tooltip-open{cursor:default}
body.stock-research-page .news-eps-tooltip{
  position:fixed;
  z-index:10030;
  max-width:min(260px,calc(100vw - 20px));
  padding:8px 10px;
  border:1px solid #dfe4ea;
  border-radius:7px;
  background:#f8fafc;
  color:#334155;
  font-size:10px;
  font-weight:700;
  line-height:1.45;
  box-shadow:0 5px 16px rgba(15,23,42,.14);
  opacity:0;
  pointer-events:none;
  transform:translateY(-100%) translateY(-4px);
  transition:opacity .12s ease;
}
body.stock-research-page .news-eps-tooltip.is-visible{opacity:1}
body.stock-research-page #secNewsAnalysis [data-eps-tooltip]{cursor:help}

/* Exakt derselbe Management-Tooltip wie bei "EPS-Schätzung vs. Ergebnis"
   im Unternehmen-Tab – für die Termindiagramme wiederverwendet. */
body.stock-research-page #secNewsAnalysis .compx-management-chart-tooltip{
  position:fixed;
  z-index:10000;
  display:block;
  width:max-content;
  min-width:150px;
  max-width:250px;
  padding:8px 10px;
  border:1px solid #dfe4ea;
  border-radius:8px;
  background:#f8fafc;
  box-shadow:0 5px 14px rgba(15,23,42,.10);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translate(-50%,2px);
}
body.stock-research-page #secNewsAnalysis .compx-management-chart-tooltip.is-visible{opacity:1;visibility:visible}
body.stock-research-page #secNewsAnalysis .compx-management-chart-tooltip.is-above{transform:translate(-50%,calc(-100% - 2px))}
body.stock-research-page #secNewsAnalysis .compx-management-chart-tooltip>strong{display:block;margin-bottom:5px;color:#111827;font-size:13px;font-weight:600}
body.stock-research-page #secNewsAnalysis .compx-management-chart-tooltip>div{display:grid!important;gap:4px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important}
body.stock-research-page #secNewsAnalysis .compx-management-chart-tooltip span{display:flex!important;align-items:baseline;justify-content:space-between;gap:14px;padding:0!important;background:transparent!important;white-space:nowrap}
body.stock-research-page #secNewsAnalysis .compx-management-chart-tooltip small{display:flex;align-items:center;color:#6b7280;font-size:13px;font-weight:400}
body.stock-research-page #secNewsAnalysis .compx-management-chart-tooltip b{color:#111827;font-size:13px;font-weight:600}
body.stock-research-page #secNewsAnalysis .news-eps-compare [data-management-period]{cursor:help}

/* Die Heute-Grenze ist kein weiterer Timeline-Knoten. Sie trennt Zukunft und
   Historie ruhig über die komplette Breite, ohne Kreis oder Achsenversatz. */
body.stock-research-page #secNewsAnalysis .news-event-now-marker{
  position:relative!important;
  z-index:5!important;
  display:flex!important;
  width:100%!important;
  min-height:34px!important;
  grid-column:1/-1!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
}
body.stock-research-page #secNewsAnalysis .news-event-now-marker::before{
  content:""!important;
  position:absolute!important;
  top:50%!important;
  right:0!important;
  bottom:auto!important;
  left:0!important;
  display:block!important;
  width:auto!important;
  height:1px!important;
  transform:translateY(-50%)!important;
  border:0!important;
  border-radius:0!important;
  background:#d8e0e8!important;
  box-shadow:none!important;
}
body.stock-research-page #secNewsAnalysis .news-event-now-marker span{
  position:relative!important;
  z-index:1!important;
  left:auto!important;
  display:inline-flex!important;
  min-height:20px!important;
  align-items:center!important;
  padding:2px 10px!important;
  border:0!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#64748b!important;
  font-size:9px!important;
  font-weight:800!important;
  line-height:1!important;
}
@media(max-width:760px){
  body.stock-research-page #secNewsAnalysis .news-event-now-marker{justify-content:center!important}
  body.stock-research-page #secNewsAnalysis .news-event-now-marker span{left:auto!important}
}

/* Ereignis-Markierungen: nur ein kleiner Punkt, exakt auf dem Schnittpunkt
   von horizontaler Verbindung und Zeitachse – ohne optisch dominanten Kreis. */
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card::before,
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card.earnings::before,
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card.product::before{
  top:20px!important;
  width:5px!important;
  height:5px!important;
  right:-28.5px!important;
  border:0!important;
  box-shadow:none!important;
}
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card:nth-of-type(even)::before{
  right:auto!important;
  left:-28.5px!important;
}
@media(max-width:760px){
  body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card::before,
  body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card:nth-of-type(even)::before{
    right:auto!important;
    left:-18.5px!important;
  }
}

/* Ereignis-Karten bleiben durchgehend weiß. Keine grauen Headerflächen. */
body.stock-research-page #secNewsAnalysis .news-event-summary-grid .ovx-event-card-top,
body.stock-research-page #secNewsAnalysis .etf-live-event-card-head{
  background:#fff!important;
}

/* Analystenkonsens: Die komplette Historie und der 12-Monats-Korridor
   bleiben innerhalb der Karte sichtbar; nichts wird seitlich abgeschnitten. */
body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card > .anx-target-modal-canvas.ovx-canvas-wrap{
  width:100%!important;
  max-width:100%!important;
  margin-right:0!important;
  margin-left:0!important;
  overflow:visible!important;
}
body.stock-research-page #secBewertung .anx-relocated-valuation-models .anx-rating-target-card > .anx-target-modal-canvas canvas{
  display:block!important;
  max-width:100%!important;
}

/* Nutzer-Wunsch 03.09.2026: Fair-Value-Tooltip-Inhalt ragt ueber die Box
   hinaus -- Ursache ist die globale .ovx-canvas-tooltip-Basisregel
   (foundation/base-layout/01.css), die bewusst eng (max-width:160px) und
   white-space:nowrap ist (fuer die meisten kurzen Chart-Tooltips gedacht).
   Gezielt nur fuer die beiden Fair-Value-Tooltips ueberschrieben (data-fair-
   tooltip = Kurs-Tooltip, .anx-fair-point-tooltip = Fair-Value-Tooltip),
   nicht global, um keine anderen Charts zu beeinflussen.*/
body.stock-research-page #secBewertung [data-fair-tooltip],
body.stock-research-page #secBewertung .anx-fair-point-tooltip{
  max-width:230px!important;
}
body.stock-research-page #secBewertung [data-fair-tooltip] .ovx-canvas-tooltip-date,
body.stock-research-page #secBewertung [data-fair-tooltip] .ovx-canvas-tooltip-price,
body.stock-research-page #secBewertung .anx-fair-point-tooltip .ovx-canvas-tooltip-date,
body.stock-research-page #secBewertung .anx-fair-point-tooltip .ovx-canvas-tooltip-price{
  white-space:normal!important;
  overflow-wrap:anywhere;
}

/* Einheitliches Burggraben-Label (Nutzer-Wunsch 03.09.2026, siehe
   app/shared/moat-badge.php) -- 1:1 aus home.css uebernommen, hier
   zusaetzlich verfuegbar, da card-system.css bereits ueberall dort geladen
   wird (Screener, Markt-/Laenderseiten, ETF-Portfolio), wo das Label jetzt
   auch erscheint. */
.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}

/* Mobile company/finance refinements, 07.09.2026. */
.compx-more.compx-more-mobile-only{display:none}

@media(max-width:620px){
  /* Burggraben-Details: auf dem Handy eine lesbare Karte pro Zeile. */
  body.stock-research-page #secUnternehmenOverview .compx-moat-contribution-legend{
    grid-template-columns:minmax(0,1fr)!important;
  }
  body.stock-research-page #secUnternehmenOverview .compx-moat-contribution-legend>span{
    width:100%;
    box-sizing:border-box;
  }

  /* Zukunftsplaene und Branchenprobleme zeigen zuerst nur zwei Eintraege. */
  body.stock-research-page #secUnternehmenOverview .compx-future-panel:not(.is-open) .compx-future-mobile-extra,
  body.stock-research-page #secUnternehmenOverview .compx-industry-panel:not(.is-open) .compx-industry-mobile-extra{
    display:none!important;
  }
  body.stock-research-page #secUnternehmenOverview .compx-more.compx-more-mobile-only{
    display:flex;
  }

  /* Das Abhaengigkeitsdetail klappt direkt unter der angetippten Karte auf. */
  body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column>.compx-dependency-shared-detail{
    display:block;
    width:100%;
    margin:0;
    padding:13px 12px 15px;
    border-top:1px solid #dfe4ea;
    border-bottom:1px solid #dfe4ea;
    background:#fbfcfd;
    box-sizing:border-box;
  }
  body.stock-research-page #secUnternehmenOverview .compx-dependency-map-column>.compx-dependency-shared-detail[hidden]{
    display:none!important;
  }

  /* Die Sparkline nutzt den freien Platz bis zum rechten Bildschirmrand. */
  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;
  }

  /* Finanz-Tabelle: horizontales Wischen und vertikales Seitenscrollen. */
  body.stock-research-page #secFinanzenOverview .finx-simple-wrap{
    display:block!important;
    width:auto!important;
    max-width:none!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
    touch-action:pan-x pan-y!important;
  }
  body.stock-research-page #secFinanzenOverview .finx-simple-table{
    width:max-content!important;
    min-width:940px!important;
  }
}

/* 08.09.2026: Topic-Zeilen bleiben mobil exakt zweistufig: Bezeichnung oben,
   alle Chips in einer einzigen horizontal wischbaren Zeile darunter. */
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}
@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::-webkit-scrollbar{display:none}
  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}
}

/* Portfolio-Laender: dieselbe feste Card-Sprache wie die restlichen Module,
   mit echten Landesflaggen statt abstrakter Farbpunkte. */
body.stock-research-page [data-etf-tab="portfolio"] .etf-country-allocation{
  border:1px solid var(--ui-card-border)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 2px 8px rgba(34,36,38,.16)!important;
  overflow:visible!important;
}
.etf-country-legend-flag{
  display:inline-flex;
  flex:0 0 20px;
  width:20px;
  height:14px;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:2px;
  background:#eef1f4;
  box-shadow:0 0 0 1px rgba(15,23,42,.09);
  font-size:12px;
  line-height:1;
}
.etf-country-legend-flag-img{
  display:block;
  width:100%;
  height:100%;
  border-radius:2px;
  object-fit:cover;
}

/* Einheitliches Tabellenraster: Identitaet links, alle folgenden Spalten
   rechtsbuendig; Kopf und Inhalt enden dadurch auf derselben rechten Kante. */
body.stock-research-page table thead th:not(:first-child),
body.stock-research-page table tbody td:not(:first-child){
  padding-right:16px!important;
  text-align:right!important;
}
body.stock-research-page table thead th:not(:first-child)>button{
  width:100%!important;
  justify-content:flex-end!important;
  justify-items:end!important;
  margin-left:auto!important;
  text-align:right!important;
}
body.stock-research-page table tbody td:not(:first-child) .etf-holding-weight-cell,
body.stock-research-page table tbody td:not(:first-child) .etf-holding-valuation-plain{
  align-items:flex-end!important;
  justify-content:flex-end!important;
  margin-left:auto!important;
  text-align:right!important;
}
/* Die beiden Exposure-Tabellen besitzen weiter oben bewusst ID-starke
   Grundregeln. Hier wird das gemeinsame Rechtsraster deshalb ebenso stark
   festgelegt, damit es auf Desktop und Mobil wirklich sichtbar greift. */
body.stock-research-page #nvdaEtfTable :is(th,td):not(:first-child),
body.stock-research-page #etfHoldingExposureTable :is(th,td):not(:first-child){
  padding-right:16px!important;
  text-align:right!important;
}
body.stock-research-page #nvdaEtfTable th:not(:first-child)>button,
body.stock-research-page #etfHoldingExposureTable th:not(:first-child)>button{
  width:100%!important;
  justify-content:flex-end!important;
  margin-left:auto!important;
  text-align:right!important;
}
body.stock-research-page #nvdaEtfTable td:not(:first-child) .etf-holding-weight-cell,
body.stock-research-page #nvdaEtfTable td:not(:first-child) .etf-holding-valuation-plain,
body.stock-research-page #etfHoldingExposureTable td:not(:first-child) .etf-holding-weight-cell,
body.stock-research-page #etfHoldingExposureTable td:not(:first-child) .etf-holding-valuation-plain{
  align-items:flex-end!important;
  justify-content:flex-end!important;
  margin-left:auto!important;
  text-align:right!important;
}
body.stock-research-page table tbody td[colspan]{text-align:center!important}
@media(max-width:620px){
  body.stock-research-page table thead th:not(:first-child),
  body.stock-research-page table tbody td:not(:first-child),
  body.stock-research-page #nvdaEtfTable :is(th,td):not(:first-child),
  body.stock-research-page #etfHoldingExposureTable :is(th,td):not(:first-child){padding-right:13px!important}
}

/* ETF-Exposure: Logo und Fallback werden in derselben runden Maske gezeigt. */
body.stock-research-page #staticEtfHolders .research-table-logo.etf-provider-logo{
  flex:0 0 34px!important;
  width:34px!important;
  height:34px!important;
  border:1px solid #e2e7ec!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
body.stock-research-page #staticEtfHolders .research-table-logo.etf-provider-logo img{
  width:100%!important;
  height:100%!important;
  border:0!important;
  border-radius:50%!important;
  background:#fff!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
}

