:root {
    --stock-bg: #fff;
    --stock-canvas: #f6f8fb;
    --stock-navy: #071b52;
    --stock-blue: #0b4eb2;
    --stock-teal: #078c8d;
    --stock-teal-soft: #eaf7f6;
    --stock-warm: #e56d0b;
    --stock-text: #23365d;
    --stock-muted: #68758f;
    --stock-border: #d8e0eb;
    --stock-line: #e8edf4;
    --stock-shell: 1280px;
    --stock-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
.web-v4-next-stocks [hidden] { display: none !important; }
html { background: var(--stock-bg); scroll-behavior: smooth; }
body.web-v4-next-stocks { min-width: 320px; margin: 0; overflow-x: clip; background: var(--stock-bg); color: var(--stock-text); font-family: var(--stock-font); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
.web-v4-next-stocks a { color: inherit; }
.web-v4-next-stocks button, .web-v4-next-stocks input, .web-v4-next-stocks select { font: inherit; }
.web-v4-next-stocks button, .web-v4-next-stocks a { -webkit-tap-highlight-color: transparent; }
.web-v4-next-stocks :focus-visible { outline: 3px solid rgba(11, 78, 178, .24); outline-offset: 3px; }
.web-v4-next-stocks svg { display: block; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.page-shell { width: min(var(--stock-shell), calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--stock-border); background: rgba(255,255,255,.98); }
.site-header__inner { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: stretch; width: min(1440px, calc(100% - 64px)); min-height: 76px; margin-inline: auto; }
.site-brand { display: inline-flex; align-items: center; gap: 11px; padding-right: 42px; color: var(--stock-navy); text-decoration: none; white-space: nowrap; }
.site-brand__logo { display: block; width: 44px; height: 44px; border-radius: 12px; }
.site-brand__copy { display: grid; gap: 2px; }
.site-brand__copy strong { color: var(--stock-navy); font-size: 24px; font-weight: 800; letter-spacing: -.04em; line-height: 1.1; }
.site-brand__copy small { color: var(--stock-muted); font-size: 11px; font-weight: 650; letter-spacing: .05em; line-height: 1.2; }
.site-navigation { display: flex; align-items: stretch; gap: 38px; min-width: 0; }
.site-navigation__link, .site-login { position: relative; display: inline-flex; align-items: center; min-height: 44px; color: var(--stock-navy); font-size: 16px; font-weight: 650; line-height: 1.4; text-decoration: none; white-space: nowrap; }
.site-navigation__link::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; border-radius: 3px 3px 0 0; background: transparent; content: ""; }
.site-navigation__link:hover, .site-navigation__link.is-current, .site-login:hover { color: var(--stock-blue); }
.site-navigation__link.is-current::after { background: var(--stock-teal); }
.site-navigation__link.is-pending { color: var(--stock-muted); cursor: default; }
.site-login { justify-self: end; padding-left: 32px; }
.site-menu-button { display: none; width: 48px; height: 48px; padding: 11px; border: 0; background: transparent; color: var(--stock-navy); }
.site-menu-button svg { width: 26px; height: 26px; stroke-width: 2.2; }

.stock-hero { display: grid; grid-template-areas: "intro guide" "answer answer"; grid-template-columns: minmax(0,1fr) 300px; column-gap: 70px; padding-block: 44px 34px; }
.stock-hero__intro { grid-area: intro; }
.stock-hero h1 { max-width: 860px; margin: 0; color: var(--stock-navy); font-size: clamp(46px,4vw,60px); font-weight: 820; letter-spacing: -.052em; line-height: 1.12; }
.stock-hero__intro > p { max-width: 820px; margin: 18px 0 0; font-size: 19px; line-height: 1.65; }
.hero-search { position: relative; display: grid; grid-template-columns: 48px minmax(0,1fr) auto; width: min(760px,100%); min-height: 54px; margin-top: 26px; border: 1px solid #aebbd0; border-radius: 8px; background: #fff; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.hero-search:focus-within { border-color: var(--stock-blue); box-shadow: 0 0 0 4px rgba(11,78,178,.08); }
.search-icon { display: grid; place-items: center; color: #8190aa; }
.search-icon svg { width: 22px; height: 22px; }
.hero-search input, .catalog-search input { min-width: 0; border: 0; outline: 0; color: var(--stock-navy); background: transparent; }
.hero-search input::placeholder, .catalog-search input::placeholder { color: #8490a6; }
.hero-search button { min-width: 128px; padding: 0 24px; border: 0; background: var(--stock-navy); color: #fff; font-weight: 750; cursor: pointer; }
.hero-search button:hover { background: var(--stock-blue); }
.quick-examples { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; margin-top: 12px; color: var(--stock-muted); font-size: 13px; }
.quick-examples button { padding: 2px 0; border: 0; border-bottom: 1px solid transparent; background: transparent; color: var(--stock-blue); font-weight: 650; cursor: pointer; }
.quick-examples button:hover { border-bottom-color: currentColor; }
.hero-search-empty { color: #a84216; font-size: 14px !important; }
.reading-guide { grid-area: guide; padding: 6px 0 0 38px; border-left: 1px solid var(--stock-border); }
.reading-guide h2 { margin: 0; color: var(--stock-navy); font-size: 16px; }
.reading-guide ol { display: grid; gap: 18px; margin: 18px 0 0; padding: 0; list-style: none; }
.reading-guide li { display: grid; grid-template-columns: 28px 1fr; gap: 11px; }
.reading-guide li > span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--stock-border); border-radius: 50%; color: var(--stock-navy); font-size: 13px; font-weight: 750; }
.reading-guide strong { display: block; color: var(--stock-navy); font-size: 14px; }
.reading-guide p { margin: 2px 0 0; color: var(--stock-muted); font-size: 12px; line-height: 1.55; }

.company-answer { position: relative; grid-area: answer; display: grid; grid-template-columns: 250px minmax(0,1fr); margin-top: 26px; border: 1px solid var(--stock-border); border-radius: 11px; background: #fff; box-shadow: 0 10px 30px rgba(7,27,82,.04); overflow: hidden; }
.company-answer::before { position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--stock-teal); content: ""; }
.company-identity { position: relative; padding: 24px 24px 20px 30px; border-right: 1px solid var(--stock-line); }
.company-identity > div:first-child { display: grid; gap: 2px; }
.company-identity h2 { margin: 0; color: var(--stock-navy); font-size: 30px; letter-spacing: -.03em; line-height: 1.25; }
.company-identity > div:first-child p { margin: 4px 0 0; color: var(--stock-muted); font-size: 15px; }
.company-identity > strong { display: inline-block; margin-top: 14px; color: var(--stock-teal); font-size: 15px; }
.company-identity dl { display: grid; gap: 11px; margin: 18px 0; }
.company-identity dl div { display: grid; gap: 2px; }
.company-identity dt { color: var(--stock-muted); font-size: 12px; }
.company-identity dd { margin: 0; color: var(--stock-teal); font-size: 14px; font-weight: 700; line-height: 1.5; }
.primary-action { display: inline-flex; justify-content: space-between; align-items: center; width: 100%; min-height: 42px; padding: 0 14px; border-radius: 6px; background: var(--stock-navy); color: #fff !important; font-size: 14px; font-weight: 700; text-decoration: none; }
.company-identity small { display: block; margin-top: 13px; color: var(--stock-muted); font-size: 11px; }
.company-answer__body { min-width: 0; }
.relation-path { display: flex; align-items: center; min-height: 56px; padding: 0 26px; border-bottom: 1px solid var(--stock-line); background: #fbfcfe; overflow-x: auto; white-space: nowrap; }
.relation-path span { color: var(--stock-text); font-size: 14px; }
.relation-path span:not(:last-child)::after { margin: 0 16px; color: #94a0b5; content: "›"; }
.relation-path span:last-child { color: var(--stock-teal); font-weight: 700; }
.company-evidence { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.company-evidence details { min-width: 0; padding: 24px 24px 22px; }
.company-evidence details + details { border-left: 1px solid var(--stock-line); }
.company-evidence summary { display: flex; align-items: center; gap: 10px; color: var(--stock-navy); font-size: 16px; font-weight: 750; list-style: none; cursor: default; }
.company-evidence summary::-webkit-details-marker { display: none; }
.evidence-icon { display: inline-grid; place-items: center; width: 24px; height: 24px; border: 1.5px solid currentColor; border-radius: 50%; color: var(--stock-teal); font-size: 13px; }
.risk-icon { color: var(--stock-warm); }
.company-evidence p, .company-evidence ul { margin: 15px 0 0; color: #3b4c70; font-size: 13px; line-height: 1.75; }
.company-evidence ul { display: grid; gap: 7px; padding-left: 18px; }

.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.section-heading h2 { margin: 0; color: var(--stock-navy); font-size: 30px; letter-spacing: -.035em; line-height: 1.25; }
.section-heading p { margin: 6px 0 0; color: var(--stock-muted); font-size: 14px; }
.section-heading > a, .section-heading > span { color: var(--stock-blue); font-size: 13px; text-decoration: none; }
.today-companies { padding-block: 0 54px; }
.today-table { margin-top: 17px; border-top: 1px solid var(--stock-border); }
.today-row { display: grid; grid-template-columns: 150px minmax(180px,1.1fr) 94px minmax(250px,1.4fr) 82px 20px; gap: 22px; align-items: center; min-height: 76px; padding: 10px 10px; border-bottom: 1px solid var(--stock-line); text-decoration: none; transition: background .18s; }
.today-row:hover { background: #f8fafc; }
.today-row__company, .today-row__theme { display: grid; gap: 2px; }
.today-row strong { color: var(--stock-navy); font-size: 14px; }
.today-row span { color: var(--stock-muted); font-size: 12px; }
.today-row__theme strong { color: var(--stock-teal); }
.today-row__role { color: var(--stock-text) !important; font-weight: 650; }
.today-row p { margin: 0; overflow: hidden; color: #465575; font-size: 12px; line-height: 1.55; text-overflow: ellipsis; white-space: nowrap; }
.today-row__move { justify-self: end; color: var(--stock-muted) !important; font-weight: 700; }
.today-row__move.is-up { color: #de332f !important; }
.today-row__move.is-down { color: #16905d !important; }
.row-arrow { color: var(--stock-blue) !important; font-size: 17px !important; }

.catalog-section { padding-block: 54px 60px; background: var(--stock-canvas); }
.catalog-tools { display: grid; grid-template-columns: minmax(280px,1fr) 180px 180px auto; gap: 12px; margin-top: 20px; }
.catalog-tools label { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; min-height: 46px; border: 1px solid var(--stock-border); border-radius: 7px; background: #fff; }
.catalog-tools label > span:not(.search-icon) { padding-left: 13px; color: var(--stock-muted); font-size: 12px; }
.catalog-tools select { width: 100%; height: 44px; padding: 0 32px 0 8px; border: 0; outline: 0; background: transparent; color: var(--stock-navy); }
.catalog-search { grid-template-columns: 45px minmax(0,1fr) !important; }
.catalog-search input { height: 44px; padding-right: 10px; }
.catalog-tools > button { min-height: 46px; padding: 0 16px; border: 1px solid var(--stock-border); border-radius: 7px; background: #fff; color: var(--stock-blue); font-weight: 650; cursor: pointer; }
.catalog-tools > button:disabled { color: #9aa5b8; cursor: default; }
.catalog-table-head, .catalog-row { display: grid; grid-template-columns: 170px minmax(200px,1fr) 110px minmax(280px,1.35fr) 96px; gap: 22px; align-items: center; }
.catalog-table-head { margin-top: 22px; padding: 0 14px 10px; border-bottom: 1px solid var(--stock-border); color: var(--stock-muted); font-size: 12px; }
.catalog-row { min-height: 86px; padding: 13px 14px; border-bottom: 1px solid var(--stock-line); background: #fff; }
.catalog-row > div { display: grid; gap: 2px; }
.catalog-row strong { color: var(--stock-navy); font-size: 14px; }
.catalog-row span { color: var(--stock-muted); font-size: 12px; }
.catalog-row > div:nth-child(2) strong { color: var(--stock-teal); }
.catalog-row > span { color: var(--stock-text); font-weight: 650; }
.catalog-row p { margin: 0; color: #465575; font-size: 12px; line-height: 1.6; }
.catalog-row a { justify-self: start; color: var(--stock-blue); font-size: 13px; font-weight: 650; text-decoration: none; white-space: nowrap; }
.section-empty { padding: 22px; border: 1px dashed #bdc8d9; border-radius: 7px; background: #fff; color: var(--stock-muted); font-size: 14px; text-align: center; }

.theme-lookup { padding-block: 58px; }
.lookup-workspace { display: grid; grid-template-columns: 180px minmax(0,1fr); margin-top: 22px; border: 1px solid var(--stock-border); border-radius: 10px; background: #fff; overflow: hidden; }
.lookup-domains, .lookup-themes { display: grid; align-content: start; }
.lookup-domains { padding: 18px 0; border-right: 1px solid var(--stock-line); background: #fbfcfe; }
.lookup-domains > strong, .lookup-themes > strong { padding: 0 18px 12px; color: var(--stock-muted); font-size: 12px; }
.lookup-domains button, .lookup-themes button { display: flex; justify-content: space-between; align-items: center; min-height: 48px; padding: 0 18px; border: 0; border-left: 3px solid transparent; background: transparent; color: var(--stock-text); text-align: left; cursor: pointer; }
.lookup-domains button[aria-selected="true"], .lookup-themes button[aria-selected="true"] { border-left-color: var(--stock-teal); background: var(--stock-teal-soft); color: var(--stock-teal); font-weight: 700; }
.lookup-domain-panels, .lookup-domain-panel { min-width: 0; }
.lookup-domain-panel { display: grid; grid-template-columns: 250px minmax(0,1fr); min-height: 430px; max-height: 650px; }
.lookup-themes { padding: 18px 0; overflow-y: auto; border-right: 1px solid var(--stock-line); }
.lookup-themes h3 { margin: 10px 18px 6px; color: var(--stock-navy); font-size: 13px; }
.lookup-themes button { min-height: 42px; font-size: 13px; }
.lookup-theme-panels { min-width: 0; padding: 22px 26px; overflow-y: auto; }
.lookup-theme-panel header { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--stock-border); }
.lookup-theme-panel header span { color: var(--stock-muted); font-size: 12px; }
.lookup-theme-panel header h3 { margin: 3px 0 0; color: var(--stock-navy); font-size: 22px; }
.lookup-theme-panel header a { color: var(--stock-blue); font-size: 13px; text-decoration: none; }
.lookup-company { display: grid; grid-template-columns: 82px 140px minmax(220px,1fr) 18px; gap: 16px; align-items: center; min-height: 72px; border-bottom: 1px solid var(--stock-line); text-decoration: none; }
.lookup-company > span { color: var(--stock-teal); font-size: 12px; font-weight: 700; }
.lookup-company > div { display: grid; }
.lookup-company strong { color: var(--stock-navy); font-size: 14px; }
.lookup-company small { color: var(--stock-muted); }
.lookup-company p { margin: 0; color: #465575; font-size: 12px; line-height: 1.55; }
.lookup-company b { color: var(--stock-blue); }

.role-section { padding-block: 54px; background: var(--stock-canvas); }
.role-guide { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 22px; border: 1px solid var(--stock-border); border-radius: 9px; background: #fff; overflow: hidden; }
.role-guide article { position: relative; min-height: 180px; padding: 23px; }
.role-guide article + article { border-left: 1px solid var(--stock-line); }
.role-guide article > span { position: absolute; top: 22px; right: 22px; color: #c7cfdd; font-size: 24px; font-weight: 800; }
.role-guide h3 { margin: 0; color: var(--stock-navy); font-size: 17px; }
.role-guide p { margin: 12px 0; color: #465575; font-size: 13px; line-height: 1.7; }
.role-guide small { color: var(--stock-teal); font-size: 11px; }
.data-source { padding-block: 34px 48px; }
.data-source details { border: 1px solid var(--stock-border); border-radius: 8px; background: #fff; }
.data-source summary { display: flex; align-items: center; gap: 20px; min-height: 60px; padding: 0 18px; color: var(--stock-muted); font-size: 12px; cursor: pointer; }
.data-source summary strong { margin-right: auto; color: var(--stock-navy); font-size: 15px; }
.source-icon { color: var(--stock-blue); font-size: 22px; }
.source-details { padding: 18px; border-top: 1px solid var(--stock-line); }
.source-details p { margin: 0 0 14px; }
.source-details dl { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 0; }
.source-details dt { color: var(--stock-muted); font-size: 12px; }
.source-details dd { margin: 4px 0 0; color: var(--stock-text); font-size: 13px; }
.disclaimer { margin: 16px 0 0; color: var(--stock-muted); font-size: 11px; text-align: center; }

@media (max-width: 1100px) {
    .stock-hero { grid-template-areas: "intro" "answer" "guide"; grid-template-columns: 1fr; }
    .reading-guide { display: none; }
    .company-answer { grid-template-columns: 220px minmax(0,1fr); }
    .company-evidence { grid-template-columns: 1fr; }
    .company-evidence details + details { border-top: 1px solid var(--stock-line); border-left: 0; }
    .today-row { grid-template-columns: 140px minmax(170px,1fr) 90px minmax(180px,1.2fr) 70px 18px; gap: 14px; }
    .catalog-table-head, .catalog-row { grid-template-columns: 150px minmax(180px,1fr) 100px minmax(230px,1.3fr) 86px; gap: 14px; }
    .lookup-domain-panel { grid-template-columns: 220px minmax(0,1fr); }
}

@media (max-width: 880px) {
    .page-shell { width: min(100% - 40px, var(--stock-shell)); }
    .site-header__inner { grid-template-columns: auto minmax(0,1fr) auto auto; align-items: center; width: calc(100% - 40px); min-height: 68px; }
    .site-brand { padding-right: 0; }
    .site-brand__copy strong { font-size: 21px; }
    .site-brand__copy small { display: none; }
    .site-navigation { position: absolute; top: 100%; right: 0; left: 0; display: grid; gap: 0; padding: 10px 20px 18px; border-bottom: 1px solid var(--stock-border); background: #fff; box-shadow: 0 16px 30px rgba(7,27,82,.08); }
    .site-navigation[hidden] { display: none !important; }
    .site-navigation__link { min-height: 46px; }
    .site-navigation__link::after { display: none; }
    .site-login { grid-column: 3; grid-row: 1; padding: 0 10px; }
    .site-menu-button { display: block; grid-column: 4; grid-row: 1; }
    .company-answer { grid-template-columns: 1fr; }
    .company-identity { border-right: 0; border-bottom: 1px solid var(--stock-line); }
    .company-identity dl { grid-template-columns: repeat(2,1fr); }
    .today-row { grid-template-columns: 130px minmax(170px,1fr) 82px 68px 18px; }
    .today-row p { display: none; }
    .catalog-tools { grid-template-columns: minmax(240px,1fr) 160px 160px auto; overflow-x: auto; padding-bottom: 4px; }
    .catalog-table-head, .catalog-row { grid-template-columns: minmax(130px,.8fr) minmax(170px,1fr) 90px 86px; }
    .catalog-table-head span:nth-child(4), .catalog-row__reason { display: none; }
    .lookup-workspace { grid-template-columns: 150px minmax(0,1fr); }
    .lookup-domain-panel { grid-template-columns: 190px minmax(0,1fr); }
    .lookup-company { grid-template-columns: 74px 120px minmax(170px,1fr) 18px; gap: 10px; }
    .role-guide { grid-template-columns: repeat(2,1fr); }
    .role-guide article:nth-child(3) { border-left: 0; border-top: 1px solid var(--stock-line); }
    .role-guide article:nth-child(4) { border-top: 1px solid var(--stock-line); }
}

@media (max-width: 640px) {
    .stock-hero h1 { font-size: 40px; }
    .stock-hero__intro > p { font-size: 17px; }
    .theme-lookup { width: 100%; }
    .theme-lookup > .section-heading { width: calc(100% - 32px); margin-inline: auto; }
    .lookup-workspace { grid-template-columns: 1fr; border-right: 0; border-left: 0; border-radius: 0; }
    .lookup-domains { display: flex; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--stock-line); }
    .lookup-domains > strong { display: none; }
    .lookup-domains button { min-width: max-content; border-bottom: 3px solid transparent; border-left: 0; }
    .lookup-domains button[aria-selected="true"] { border-bottom-color: var(--stock-teal); border-left: 0; }
    .lookup-domain-panel { grid-template-columns: 1fr; grid-template-rows: minmax(220px,.8fr) minmax(220px,1fr); max-height: 680px; }
    .lookup-themes { border-right: 0; border-bottom: 1px solid var(--stock-line); }
    .lookup-theme-panels { padding: 18px 16px; }
    .lookup-company { grid-template-columns: 76px 1fr 18px; }
    .lookup-company p { display: none; }
    .source-details dl { grid-template-columns: 1fr; }
    .data-source summary span:not(.source-icon):not(:last-child) { display: none; }
}

@media (max-width: 520px) {
    .page-shell { width: calc(100% - 32px); }
    .site-header__inner { width: calc(100% - 32px); }
    .site-brand__logo { width: 38px; height: 38px; border-radius: 10px; }
    .site-brand__copy strong { font-size: 20px; }
    .site-login { font-size: 14px; }
    .stock-hero { padding-block: 34px 28px; }
    .stock-hero h1 { max-width: 360px; font-size: 38px; line-height: 1.2; }
    .stock-hero__intro > p { margin-top: 14px; font-size: 16px; line-height: 1.7; }
    .hero-search { grid-template-columns: 44px minmax(0,1fr) auto; min-height: 52px; margin-top: 22px; }
    .hero-search button { min-width: 88px; padding: 0 14px; }
    .hero-search input { font-size: 14px; }
    .quick-examples { display: none; }
    .company-answer { margin-top: 22px; }
    .company-identity { padding: 22px 20px 18px 25px; }
    .company-identity h2 { max-width: calc(100% - 110px); font-size: 27px; white-space: nowrap; }
    .company-identity > strong { position: absolute; top: 25px; right: 20px; margin: 0; }
    .company-identity dl { grid-template-columns: 1fr 1fr; }
    .relation-path { min-height: 52px; padding: 0 18px; }
    .relation-path span { font-size: 12px; }
    .relation-path span:not(:last-child)::after { margin: 0 8px; }
    .company-evidence { grid-template-columns: 1fr; }
    .company-evidence details { padding: 18px 20px; }
    .company-evidence details + details { border-top: 1px solid var(--stock-line); }
    .company-evidence summary { cursor: pointer; font-size: 15px; }
    .company-evidence summary::after { margin-left: auto; content: "⌄"; }
    .company-evidence details[open] summary::after { transform: rotate(180deg); }
    .section-heading { align-items: flex-start; }
    .section-heading h2 { font-size: 26px; }
    .section-heading > a { display: none; }
    .today-companies { padding-bottom: 38px; }
    .today-row { grid-template-columns: minmax(100px,.9fr) minmax(130px,1.2fr) 60px 16px; gap: 10px; padding-inline: 2px; }
    .today-row__role, .today-row p { display: none; }
    .today-row__move { font-size: 11px !important; }
    .catalog-section { padding-block: 40px 44px; }
    .catalog-tools { display: flex; gap: 9px; margin-right: -16px; padding-right: 16px; }
    .catalog-tools label { flex: 0 0 150px; }
    .catalog-tools .catalog-search { flex-basis: 260px; }
    .catalog-tools > button { flex: 0 0 auto; }
    .catalog-table-head { display: none; }
    .catalog-results { margin-top: 18px; border-top: 1px solid var(--stock-border); }
    .catalog-row { grid-template-columns: minmax(100px,.9fr) minmax(130px,1.2fr) 70px; gap: 10px; min-height: 82px; padding: 12px 2px; }
    .catalog-row__reason, .catalog-row > span { display: none; }
    .catalog-row a { justify-self: end; font-size: 0; }
    .catalog-row a span { color: var(--stock-blue); font-size: 17px; }
    .theme-lookup { padding-block: 42px; }
    .lookup-theme-panel header h3 { font-size: 19px; }
    .lookup-company { grid-template-columns: 70px 1fr 16px; min-height: 68px; }
    .lookup-company > span { font-size: 11px; }
    .role-section { padding-block: 40px; }
    .role-guide { grid-template-columns: 1fr; }
    .role-guide article { min-height: 0; }
    .role-guide article + article { border-top: 1px solid var(--stock-line); border-left: 0; }
    .data-source { padding-block: 26px 38px; }
    .data-source summary { gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
