:root {
  --inv-green: #184a35;
  --inv-green-2: #0f3325;
  --inv-gold: #d4af37;
  --inv-ink: #121714;
  --inv-muted: #667069;
  --inv-ivory: #f6f3eb;
  --inv-line: #dfe3dd;
  --inv-white: #fff;
}

.inv-screen-page { background: var(--inv-ivory); color: var(--inv-ink); min-height: 100vh; }
.inv-screen-page *, .inv-screen-page *::before, .inv-screen-page *::after { box-sizing: border-box; }
.inv-screen-hero { position: relative; overflow: hidden; padding: clamp(72px, 8vw, 128px) 24px clamp(64px, 7vw, 104px); color: #fff; background: radial-gradient(circle at 82% 12%, rgba(212,175,55,.17), transparent 28%), linear-gradient(135deg, #0d1712 0%, #142b21 52%, #184a35 100%); }
.inv-screen-hero::after { content: ''; position: absolute; width: 440px; height: 440px; border: 1px solid rgba(212,175,55,.16); border-radius: 50%; right: -150px; bottom: -310px; box-shadow: 0 0 0 75px rgba(212,175,55,.035), 0 0 0 150px rgba(212,175,55,.025); }
.inv-screen-hero__inner { position: relative; z-index: 1; width: min(1180px, 100%); margin: auto; }
.inv-screen-hero__kicker, .inv-screen__eyebrow { display: block; color: var(--inv-gold); font-size: 11px; font-weight: 800; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.inv-screen-hero h1 { max-width: 870px; margin: 16px 0 20px; color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(42px, 6vw, 78px); font-weight: 500; letter-spacing: -.035em; line-height: .98; }
.inv-screen-hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,.76); font-size: clamp(17px, 2vw, 21px); line-height: 1.65; }
.inv-screen-hero__chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.inv-screen-hero__chips span { padding: 8px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.85); font-size: 12px; letter-spacing: .02em; }
.inv-screen-shell { width: min(1240px, calc(100% - 40px)); margin: clamp(-35px, -3vw, -24px) auto 0; padding-bottom: 70px; position: relative; z-index: 2; }

.inv-screen button, .inv-screen input, .inv-screen select { font: inherit; }
.inv-screen button { cursor: pointer; }
.inv-screen__guide { margin: 0 0 14px; overflow: hidden; border: 1px solid rgba(20,42,31,.11); border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: 0 18px 50px rgba(13,31,22,.08); }
.inv-screen__guide summary { position: relative; display: flex; align-items: center; gap: 14px; min-height: 78px; padding: 18px 62px 18px 22px; list-style: none; cursor: pointer; }
.inv-screen__guide summary::-webkit-details-marker { display: none; }
.inv-screen__guide summary::after { content: '+'; position: absolute; top: 50%; right: 24px; display: grid; place-items: center; width: 28px; height: 28px; transform: translateY(-50%); border: 1px solid #d9ded9; border-radius: 50%; color: var(--inv-green); font-size: 19px; font-style: normal; font-weight: 400; line-height: 1; }
.inv-screen__guide[open] summary::after { content: '−'; }
.inv-screen__guide summary:focus-visible { outline: 3px solid rgba(212,175,55,.35); outline-offset: -3px; }
.inv-screen__guide-icon { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border: 1px solid rgba(212,175,55,.55); border-radius: 50%; background: #fbf8ec; color: #8c7117; font-family: Georgia, 'Times New Roman', serif; font-size: 19px; }
.inv-screen__guide summary > span:nth-child(2) { display: flex; flex: 1; flex-direction: column; min-width: 0; }
.inv-screen__guide summary small { margin-bottom: 4px; color: #997a18; font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.inv-screen__guide summary strong { color: #1e2a23; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(17px, 2vw, 22px); font-weight: 500; line-height: 1.2; }
.inv-screen__guide summary em { color: #7e8881; font-size: 11px; font-style: normal; font-weight: 650; white-space: nowrap; }
.inv-screen__guide-body { padding: 0 clamp(22px, 4vw, 48px) clamp(26px, 4vw, 44px); border-top: 1px solid #e5e8e3; }
.inv-screen__guide-intro { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; padding: 28px 0; }
.inv-screen__guide p { margin: 0; color: #56625a; font-size: 13px; line-height: 1.75; }
.inv-screen__guide-intro p:first-child { color: #2e3a33; font-size: 14px; }
.inv-screen__guide-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.inv-screen__guide-steps section { display: grid; grid-template-columns: 30px 1fr; align-content: start; gap: 12px; min-width: 0; padding: 20px; border: 1px solid #e3e7e2; border-radius: 12px; background: #fbfcfa; }
.inv-screen__guide-steps section > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--inv-green); color: #fff; font-size: 11px; font-weight: 850; }
.inv-screen__guide h3 { margin: 3px 0 10px; color: #1f2b24; font-family: Georgia, 'Times New Roman', serif; font-size: 18px; font-weight: 500; line-height: 1.25; }
.inv-screen__guide-steps p + p, .inv-screen__guide-steps p + dl, .inv-screen__guide-steps p + ul, .inv-screen__guide-steps dl + p, .inv-screen__guide-steps ul + p { margin-top: 10px; }
.inv-screen__guide-steps dl { display: grid; gap: 8px; margin: 0; }
.inv-screen__guide-steps dl div { padding: 10px 11px; border-left: 2px solid rgba(212,175,55,.7); background: #f7f4e9; }
.inv-screen__guide-steps dt { color: #28342d; font-size: 11px; font-weight: 850; }
.inv-screen__guide-steps dd { margin: 4px 0 0; color: #657068; font-size: 11px; line-height: 1.55; }
.inv-screen__guide-steps ul { margin: 0; padding-left: 18px; color: #56625a; font-size: 12px; line-height: 1.7; }
.inv-screen__guide-metrics { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 !important; list-style: none; }
.inv-screen__guide-metrics li { padding: 5px 8px; border-radius: 999px; background: #edf3ef; color: #305441; font-size: 10px; font-weight: 750; }
.inv-screen__guide-start { display: grid; grid-template-columns: 34px 1fr; gap: 13px; margin-top: 18px; padding: 20px 22px; border: 1px solid rgba(212,175,55,.35); border-radius: 12px; background: linear-gradient(135deg, #fbf8ec, #f7f5ed); }
.inv-screen__guide-start > span { color: #987b20; font-size: 22px; }
.inv-screen__guide-start h3 { margin-top: 1px; }
.inv-screen__guide-rule { margin-top: 14px; padding: 16px 20px; border-left: 3px solid var(--inv-green); border-radius: 3px 10px 10px 3px; background: #edf4f0; color: #234532; font-size: 12px; font-weight: 800; line-height: 1.65; }
.inv-screen__guide-disclaimer { margin-top: 13px !important; color: #7d857f !important; font-size: 10px !important; text-align: center; }
.inv-screen__market { display: grid; grid-template-columns: minmax(260px, .82fr) minmax(470px, 1.18fr); align-items: center; gap: clamp(22px, 4vw, 54px); margin: 0 0 14px; padding: clamp(24px, 3.4vw, 42px); border: 1px solid rgba(20,42,31,.12); border-radius: 18px; background: rgba(255,255,255,.99); box-shadow: 0 18px 50px rgba(13,31,22,.09); }
.inv-screen__market-copy h2 { margin: 8px 0 0; color: #1b2720; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(25px, 3vw, 36px); font-weight: 500; line-height: 1.12; }
.inv-screen__market-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.inv-screen__market button { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-height: 88px; padding: 19px 22px; border: 1px solid #d8ded8; border-radius: 13px; background: #fbfcfa; color: #25322b; text-align: left; transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease; }
.inv-screen__market button::after { content: ''; position: absolute; top: 18px; right: 18px; width: 10px; height: 10px; border: 1px solid #aeb7b0; border-radius: 50%; box-shadow: inset 0 0 0 3px #fff; }
.inv-screen__market button:hover { border-color: #9db1a5; transform: translateY(-1px); }
.inv-screen__market button b { color: inherit; font-size: 18px; letter-spacing: .04em; }
.inv-screen__market button small { margin-top: 8px; color: #6f7a73; font-size: 11px; font-weight: 650; }
.inv-screen__market button.is-active { border-color: var(--inv-green); background: var(--inv-green); color: #fff; box-shadow: 0 12px 24px rgba(24,74,53,.18); }
.inv-screen__market button.is-active::after { border-color: #e8cf7d; background: var(--inv-gold); box-shadow: inset 0 0 0 3px var(--inv-green); }
.inv-screen__market button.is-active small { color: rgba(255,255,255,.73); }
.inv-screen__market-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin: 0 0 14px; padding: 23px 28px; border: 1px solid rgba(20,42,31,.1); border-radius: 14px; background: #fff; }
.inv-screen__market-intro h2 { margin: 7px 0 5px; color: #1e2a23; font-family: Georgia, 'Times New Roman', serif; font-size: 27px; font-weight: 500; }
.inv-screen__market-intro div > p { max-width: 690px; margin: 0; color: #56635b; font-size: 13px; line-height: 1.6; }
.inv-screen__market-intro > p { flex: 0 0 min(330px, 34%); margin: 0; padding: 12px 14px; border-left: 2px solid var(--inv-gold); background: #faf7ed; color: #6e684f; font-size: 11px; line-height: 1.55; }
.inv-screen__controls, .inv-screen__results { background: var(--inv-white); border: 1px solid rgba(20,42,31,.1); border-radius: 18px; box-shadow: 0 18px 50px rgba(13,31,22,.08); }
.inv-screen__controls { padding: clamp(22px, 3.2vw, 42px); }
.inv-screen__score-access { display:grid; align-content:center; gap:3px; min-height:70px; padding:10px 12px; border:1px dashed #cfc7a9; border-radius:9px; background:#faf7ed; }
.inv-screen__score-access b { color:#38463d; font-size:11px; }.inv-screen__score-access span { color:#787466; font-size:9px; }.inv-screen__score-access a { color:var(--inv-green); font-size:10px; font-weight:850; text-decoration:none; }
.inv-screen__presets { display: block; padding-bottom: 26px; border-bottom: 1px solid var(--inv-line); }
.inv-screen__presets p { margin: 7px 0 0; color: var(--inv-muted); font-size: 14px; }
.inv-screen__preset-access { display:flex; align-items:center; justify-content:space-between; gap:18px; margin-top:14px; padding:14px 16px; border:1px solid rgba(212,175,55,.38); border-radius:10px; background:#fbf8ed; }
.inv-screen__preset-access[hidden] { display:none; }
.inv-screen__preset-access div { display:grid; gap:4px; }.inv-screen__preset-access b { color:#3c493f; font-size:12px; }.inv-screen__preset-access span { color:#69746d; font-size:11px; line-height:1.45; }.inv-screen__preset-access a { flex:0 0 auto; color:var(--inv-green); font-size:11px; font-weight:850; text-decoration:none; }
.inv-screen__preset-copy { max-width: 760px; }
.inv-screen__preset-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; width: 100%; margin-top: 19px; }
.inv-screen__preset-item { position: relative; display: flex; align-items: center; min-width: 0; }
.inv-screen__preset-choice { width: 100%; min-height: 42px; padding: 9px 34px 9px 13px; overflow: hidden; border: 1px solid #d7dcd6; border-radius: 10px; background: #fff; color: #314038; font-size: 12px; font-weight: 750; line-height: 1.2; text-align: center; text-overflow: ellipsis; white-space: nowrap; transition: .18s ease; }
.inv-screen__preset-item:first-child .inv-screen__preset-choice { padding-right: 13px; }
.inv-screen__preset-choice:hover { border-color: var(--inv-green); color: var(--inv-green); }
.inv-screen__preset-choice.is-active { border-color: var(--inv-green); background: var(--inv-green); color: #fff; box-shadow: 0 7px 16px rgba(24,74,53,.2); }
.inv-screen__preset-choice.is-locked { border-style: dashed; color: #6c756f; }
.inv-screen__preset-choice small { margin-left: 6px; color: #a48218; font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.inv-screen__preset-help { position: absolute; top: 50%; right: 8px; display: grid; place-items: center; width: 24px; height: 24px; min-height: 24px; padding: 0; transform: translateY(-50%); border: 0; border-radius: 50%; background: transparent; color: #77827a; }
.inv-screen__preset-help:hover, .inv-screen__preset-help:focus-visible { outline: none; color: var(--inv-green); background: #edf3ef; }
.inv-screen__preset-help span { display: grid; place-items: center; width: 16px; height: 16px; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, 'Times New Roman', serif; font-size: 9px; }
.inv-screen__zone-cta { display: block; width: max-content; margin: 11px 2px 0 auto; color: var(--inv-green); font-size: 10px; font-weight: 800; text-decoration: none; }
.inv-screen__zone-cta[hidden] { display: none; }
.inv-screen__quick { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); align-items: stretch; gap: 14px; padding: 28px 0 20px; }
.inv-screen__quick > label, .inv-screen__quick > .inv-screen__field { display: grid; grid-template-rows: 35px 46px; align-content: end; min-width: 0; }
.inv-screen__market-filter { display: flex; justify-content: flex-start; padding: 0 0 20px; }
.inv-screen__market-filter[hidden] { display: none; }
.inv-screen__market-filter label { width: min(100%, 290px); }
.inv-screen__market-filter label > span { display: block; margin-bottom: 8px; color: #4d5952; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.inv-screen__quick label > span, .inv-screen__result-head label > span, .inv-screen__field-title { display: block; margin-bottom: 8px; color: #4d5952; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.inv-screen__field-title { display: flex; align-items: flex-start; gap: 6px; min-height: 35px; margin-bottom: 0; }
.inv-screen__field-title > span { min-width: 0; }
.inv-screen__info-button { display: inline-grid; place-items: center; flex: 0 0 18px; width: 18px; height: 18px; min-height: 18px; padding: 0; border: 1px solid #aab3ac; border-radius: 50%; background: transparent; color: #68746c; font-family: Georgia, 'Times New Roman', serif !important; font-size: 10px !important; font-weight: 700 !important; line-height: 1 !important; text-transform: none !important; }
.inv-screen__info-button:hover, .inv-screen__info-button:focus-visible { border-color: var(--inv-green); outline: none; background: #edf3ef; color: var(--inv-green); }
.inv-screen input, .inv-screen select { width: 100%; height: 46px; border: 1px solid #d5dbd5; border-radius: 9px; outline: none; background: #fbfcfa; color: var(--inv-ink); transition: .18s ease; }
.inv-screen input { padding: 0 13px; }
.inv-screen select { padding: 0 36px 0 13px; }
.inv-screen input:focus, .inv-screen select:focus { border-color: var(--inv-green); box-shadow: 0 0 0 3px rgba(24,74,53,.1); background: #fff; }
.inv-screen__input { position: relative; }
.inv-screen__input input { padding-right: 55px; }
.inv-screen__input b { position: absolute; top: 50%; right: 12px; transform: translateY(-50%); color: #879089; font-size: 11px; font-weight: 700; pointer-events: none; }
.inv-screen__search { position: relative; }
.inv-screen__search > span:first-child { display: flex; align-items: flex-start; min-height: 35px; margin: 0; }
.inv-screen__search-control { position: relative; display: block; min-height: 46px; }
.inv-screen__search input[type="search"] { -webkit-appearance: none; appearance: none; padding-left: 13px !important; padding-right: 50px !important; }
.inv-screen__search input[type="search"]::-webkit-search-decoration,
.inv-screen__search input[type="search"]::-webkit-search-results-button,
.inv-screen__search input[type="search"]::-webkit-search-results-decoration { -webkit-appearance: none; appearance: none; display: none; }
.inv-screen__search i { position: absolute; top: 50%; left: auto !important; right: 18px !important; width: 13px; height: 13px; margin: 0; transform: translateY(-58%); border: 2px solid #738078; border-radius: 50%; pointer-events: none; }
.inv-screen__search i::after { content: ''; position: absolute; width: 6px; height: 2px; background: #738078; transform: rotate(45deg); right: -5px; bottom: -2px; }
.inv-screen__advanced { border-top: 1px solid var(--inv-line); border-bottom: 1px solid var(--inv-line); }
.inv-screen__advanced summary { position: relative; padding: 18px 30px 18px 0; list-style: none; color: var(--inv-green); font-size: 14px; font-weight: 800; cursor: pointer; }
.inv-screen__advanced summary::-webkit-details-marker { display: none; }
.inv-screen__advanced summary span { margin-left: 8px; color: #849087; font-size: 12px; font-weight: 500; }
.inv-screen__advanced summary::after { content: '+'; position: absolute; right: 5px; top: 50%; transform: translateY(-50%); font-size: 21px; font-weight: 400; }
.inv-screen__advanced[open] summary::after { content: '−'; }
.inv-screen__advanced-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px 14px; padding: 2px 0 25px; }
.inv-screen__advanced fieldset { min-width: 0; margin: 0; padding: 13px; border: 1px solid #e1e5e0; border-radius: 10px; }
.inv-screen__advanced legend { align-items: center; gap: 5px; padding: 0 5px; color: #4d5952; font-size: 11px; font-weight: 800; }
.inv-screen__advanced legend, .inv-screen__advanced legend > span { display: inline-flex; }
.inv-screen__advanced fieldset label { position: relative; display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 5px; margin-top: 7px; color: #859087; font-size: 10px; }
.inv-screen__advanced fieldset input { height: 35px; padding: 0 28px 0 8px; font-size: 12px; }
.inv-screen__advanced fieldset b { position: absolute; right: 8px; color: #929b95; font-size: 10px; }
.inv-screen__locked-note { margin: 0 0 22px; padding: 13px 15px; border-radius: 9px; background: #f6f3e9; color: #6e684f; font-size: 11px; line-height: 1.5; }
.inv-screen__locked-note[hidden] { display: none; }
.inv-screen__locked-note a { color: var(--inv-green); font-weight: 800; text-decoration: none; }
.inv-screen__actions { display: flex; gap: 10px; justify-content: flex-end; padding-top: 20px; }
.inv-screen__apply, .inv-screen__reset { min-height: 44px; padding: 10px 20px; border-radius: 8px; font-size: 13px; font-weight: 800; }
.inv-screen__apply { border: 1px solid var(--inv-green); background: var(--inv-green); color: #fff; }
.inv-screen__apply:hover { background: var(--inv-green-2); }
.inv-screen__reset { border: 1px solid rgba(24,74,53,.45); background: #edf4ef; color: var(--inv-green); box-shadow: 0 2px 7px rgba(24,74,53,.08); }
.inv-screen__reset:hover, .inv-screen__reset:focus-visible { border-color: var(--inv-green); outline: none; background: #dfece4; color: var(--inv-green-2); }
.inv-screen__reset:active { background: #d5e6dc; }
.inv-screen__reset:disabled { cursor: default; opacity: .42; box-shadow: none; }

.inv-screen__results { margin-top: 22px; overflow: hidden; }
.inv-screen__result-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding: 30px 34px 24px; }
.inv-screen__result-head h2 { margin: 7px 0 3px; color: var(--inv-ink); font-family: Georgia, 'Times New Roman', serif; font-size: 30px; font-weight: 500; }
.inv-screen__result-head p { margin: 0; color: var(--inv-muted); font-size: 12px; }
.inv-screen__result-head label { width: 210px; }
.inv-screen__result-head select { height: 42px; background-color: #fff; }
.inv-screen__table-wrap { overflow-x: auto; border-top: 1px solid var(--inv-line); }
.inv-screen__table { width: 100%; min-width: 1050px; border-collapse: collapse; }
.inv-screen__table th { padding: 0; border-bottom: 1px solid var(--inv-line); background: #f5f7f4; text-align: right; white-space: nowrap; }
.inv-screen__table th:first-child { text-align: left; }
.inv-screen__th-content { display: flex; align-items: center; justify-content: flex-end; gap: 4px; padding-right: 8px; }
.inv-screen__table th:first-child .inv-screen__th-content { justify-content: flex-start; }
.inv-screen__table th [data-column] { width: auto; flex: 1; padding: 15px 5px 15px 13px; border: 0; background: transparent; color: #5e6962; font-size: 10px; font-weight: 800; letter-spacing: .035em; text-align: inherit; text-transform: uppercase; }
.inv-screen__table th [data-column].is-sorted { color: var(--inv-green); }
.inv-screen__table th [data-column].is-sorted::after { content: ' ↓'; color: var(--inv-gold); }
.inv-screen__table th [data-column].is-sorted[data-direction='asc']::after { content: ' ↑'; }
.inv-screen__table th .inv-screen__info-button { flex: 0 0 17px; width: 17px; height: 17px; min-height: 17px; }
.inv-screen__column-label { display: block; padding: 15px 5px 15px 13px; color: #5e6962; font-size: 10px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.inv-screen__table td { padding: 14px 13px; border-bottom: 1px solid #edf0ec; color: #2d3731; font-size: 13px; font-variant-numeric: tabular-nums; text-align: right; }
.inv-screen__table td:first-child { text-align: left; }
.inv-screen__table tr:last-child td { border-bottom: 0; }
.inv-screen__table tbody tr:hover { background: #fbfcfa; }
.inv-screen__company { display: flex; flex-direction: column; align-items: flex-start; width: 100%; min-width: 160px; padding: 0; border: 0; background: transparent; text-align: left; text-decoration: none; cursor: pointer; }
.inv-screen__company span { overflow: hidden; max-width: 260px; color: #252e29; font-size: 13px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.inv-screen__company small { margin-top: 3px; color: #8b948e; font-size: 9px; text-transform: uppercase; }
.inv-screen__symbol { padding: 0; border: 0; background: transparent; color: var(--inv-green); font-size: 13px; font-weight: 850; letter-spacing: .03em; text-decoration: none; cursor: pointer; }
.inv-screen__company:hover span, .inv-screen__company:focus-visible span, .inv-screen__symbol:hover, .inv-screen__symbol:focus-visible { color:#0f6842; text-decoration:underline; text-decoration-color:rgba(15,104,66,.38); text-underline-offset:3px; }
.inv-screen__company:focus-visible, .inv-screen__symbol:focus-visible, .inv-screen__card-head:focus-visible, .inv-screen__card-cta:focus-visible { outline:3px solid rgba(212,175,55,.42); outline-offset:3px; }
.inv-screen__score { display: inline-grid; place-items: center; width: 42px; height: 31px; border: 0; border-radius: 7px; background: #edf1ee; color: #4e5b53; font-size: 13px; font-style: normal; font-weight: 900; }
.inv-screen__score.is-strong, .inv-screen__hero-score.is-strong { background: #e2f0e8; color: #14633f; }
.inv-screen__score.is-balanced, .inv-screen__hero-score.is-balanced { background: #f5efd9; color: #765d09; }
.inv-screen__score.is-cautious, .inv-screen__hero-score.is-cautious { background: #f5e7e4; color: #99483a; }
.inv-screen__score.is-insufficient, .inv-screen__hero-score.is-insufficient { background: #eef0ee; color: #778079; }
.inv-screen .is-positive { color: #177448; font-weight: 700; }
.inv-screen .is-negative { color: #a44a3d; font-weight: 700; }
.inv-screen__loading { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 100px; }
.inv-screen__loading i { width: 7px; height: 7px; border-radius: 50%; background: var(--inv-green); animation: inv-screen-pulse 1s infinite alternate; }
.inv-screen__loading i:nth-child(2) { animation-delay: .2s; }.inv-screen__loading i:nth-child(3) { animation-delay: .4s; }
@keyframes inv-screen-pulse { to { opacity: .25; transform: translateY(-5px); } }
.inv-screen__empty { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 155px; padding: 25px; color: #748078; text-align: center; }
.inv-screen__empty strong { margin-bottom: 6px; color: #26322b; font-family: Georgia, 'Times New Roman', serif; font-size: 20px; font-weight: 500; }
.inv-screen__pagination { display: flex; align-items: center; justify-content: center; gap: 6px; min-height: 70px; padding: 14px; border-top: 1px solid var(--inv-line); }
.inv-screen__pagination:empty { display: none; }
.inv-screen__pagination button { width: 34px; height: 34px; border: 1px solid #d9ded9; border-radius: 7px; background: #fff; color: #465249; font-size: 12px; font-weight: 700; }
.inv-screen__pagination button.is-active { border-color: var(--inv-green); background: var(--inv-green); color: #fff; }
.inv-screen__pagination button:disabled { cursor: default; opacity: .35; }
.inv-screen__cards { display: none; }
.inv-screen__disclaimer { max-width: 850px; margin: 20px auto 0; color: #747e77; font-size: 11px; line-height: 1.6; text-align: center; }

.inv-screen__help[hidden] { display: none; }
.inv-screen__help { position: fixed; z-index: 10080; inset: 0; display: grid; place-items: center; padding: 16px; }
.inv-screen__help-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(6,15,10,.68); cursor: default; backdrop-filter: blur(3px); }
.inv-screen__help > section { position: relative; z-index: 1; width: min(520px, calc(100vw - 32px)); max-height: calc(100dvh - 32px); overflow: auto; overscroll-behavior: contain; padding: 34px 36px 32px; border: 1px solid rgba(212,175,55,.35); border-radius: 16px; background: #fff; box-shadow: 0 28px 90px rgba(0,0,0,.28); animation: inv-screen-help .18s ease both; }
@keyframes inv-screen-help { from { opacity: 0; transform: translateY(8px) scale(.985); } }
.inv-screen__help h2 { margin: 8px 38px 14px 0; color: #1c2821; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(24px, 5vw, 32px); font-weight: 500; line-height: 1.15; }
.inv-screen__help [data-help-body] p { margin: 0; color: #59655d; font-size: 14px; line-height: 1.75; }
.inv-screen__help [data-help-body] p + p { margin-top: 10px; }
.inv-screen__help [data-help-body] aside { margin-top: 17px; padding: 13px 15px; border-left: 3px solid var(--inv-gold); border-radius: 3px 8px 8px 3px; background: #f8f5e9; color: #5c5335; font-size: 12px; font-weight: 750; line-height: 1.55; }
.inv-screen__help-close { position: absolute; top: 16px; right: 16px; display: grid; place-items: center; width: 34px; height: 34px; padding: 0; border: 1px solid #dce1dc; border-radius: 50%; background: #f8faf8; color: #526057; font-size: 22px; line-height: 1; }
.inv-screen__help-close:hover, .inv-screen__help-close:focus-visible { border-color: var(--inv-green); outline: none; color: var(--inv-green); }
.inv-screen-help-open { overflow: hidden; }

.inv-screen__drawer[hidden] { display: none; }
.inv-screen__drawer { position: fixed; z-index: 10050; inset: 0; display: flex; justify-content: flex-end; }
.inv-screen__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(6,15,10,.66); cursor: default; backdrop-filter: blur(3px); }
.inv-screen__drawer aside { position: relative; z-index: 1; width: min(720px, 94vw); height: 100%; overflow-y: auto; background: #f8f7f2; box-shadow: -30px 0 70px rgba(0,0,0,.2); animation: inv-screen-drawer .25s ease both; }
@keyframes inv-screen-drawer { from { opacity: 0; transform: translateX(50px); } }
.inv-screen__close { position: fixed; z-index: 3; top: 18px; right: 22px; display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(0,0,0,.2); color: #fff; font-size: 25px; line-height: 1; }
.inv-screen-open { overflow: hidden; }
.inv-screen__detail-loading { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 80vh; color: #6e7b72; }
.inv-screen__detail > header { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 58px 42px 38px; color: #fff; background: radial-gradient(circle at 82% 25%, rgba(212,175,55,.14), transparent 28%), linear-gradient(135deg, #101913, #184a35); }
.inv-screen__detail > header span { color: rgba(255,255,255,.6); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.inv-screen__detail > header h2 { margin: 9px 0 8px; color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(28px, 5vw, 43px); font-weight: 500; line-height: 1.05; }
.inv-screen__detail > header p { margin: 0; color: rgba(255,255,255,.7); font-size: 12px; }
.inv-screen__hero-score { position: relative; flex: 0 0 112px; display: grid; place-items: center; align-content: center; width: 112px; height: 112px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.08) !important; color: #fff !important; text-align: center; }
.inv-screen__hero-score b { font-family: Georgia, 'Times New Roman', serif; font-size: 43px; font-weight: 500; line-height: 1; }
.inv-screen__hero-score > span { max-width: 80px; margin-top: 5px; color: rgba(255,255,255,.65) !important; font-size: 8px !important; line-height: 1.2; }
.inv-screen__hero-score .inv-screen__info-button { position: absolute; right: -3px; bottom: 4px; border-color: rgba(255,255,255,.45); background: #254f3d; color: #fff; }
.inv-screen__score-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: #dfe4df; border-bottom: 1px solid #dfe4df; }
.inv-screen__score-grid > div { display: flex; flex-direction: column; align-items: center; padding: 17px 8px; background: #fff; }
.inv-screen__score-grid span { min-height: 28px; color: #667169; font-size: 9px; font-weight: 800; text-align: center; text-transform: uppercase; }
.inv-screen__score-grid b { color: var(--inv-green); font-size: 20px; }
.inv-screen__score-grid i { width: 70%; height: 3px; margin-top: 8px; overflow: hidden; border-radius: 9px; background: #e7ebe7; }
.inv-screen__score-grid em { display: block; height: 100%; background: linear-gradient(90deg, var(--inv-green), var(--inv-gold)); }
.inv-screen__score-grid > div.is-locked { background: #fafbf9; }
.inv-screen__score-grid > div.is-locked b { color: #a2aaa4; }
.inv-screen__score-grid > div.is-locked small { margin-top: 7px; color: #a48218; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.inv-screen__breakdown-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 24px; border-bottom: 1px solid #e2e6e2; background: #f8f7f1; color: #6c756e; font-size: 10px; }
.inv-screen__breakdown-cta a { color: var(--inv-green); font-weight: 850; text-decoration: none; white-space: nowrap; }
.inv-screen__why, .inv-screen__fundamentals, .inv-screen__trends { margin: 24px; padding: clamp(22px, 4vw, 34px); border: 1px solid #e0e4df; border-radius: 14px; background: #fff; }
.inv-screen__why h3, .inv-screen__fundamentals h3, .inv-screen__trends h3 { margin: 7px 0 17px; color: #202a24; font-family: Georgia, 'Times New Roman', serif; font-size: 23px; font-weight: 500; line-height: 1.3; }
.inv-screen__why ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.inv-screen__why li { padding: 7px 10px; border-radius: 99px; background: #edf4f0; color: #28533f; font-size: 11px; font-weight: 700; }
.inv-screen__guards { margin-top: 16px; padding: 12px 14px; border-left: 3px solid var(--inv-gold); background: #f7f3e6; }
.inv-screen__guards p { margin: 4px 0; color: #665b37; font-size: 11px; line-height: 1.5; }
.inv-screen__fundamentals dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin: 0; }
.inv-screen__fundamentals dl > div { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid #edf0ed; }
.inv-screen__fundamentals dl > div:nth-child(odd) { margin-right: 18px; }.inv-screen__fundamentals dl > div:nth-child(even) { margin-left: 18px; }
.inv-screen__fundamentals dt { display: flex; align-items: center; gap: 5px; color: #77817a; font-size: 11px; }.inv-screen__fundamentals dd { margin: 0; color: #26312a; font-size: 12px; font-weight: 800; text-align: right; }
.inv-screen__trend { margin-top: 18px; padding-top: 17px; border-top: 1px solid #e7eae7; }
.inv-screen__trend header { display: flex; justify-content: space-between; color: #59645c; font-size: 11px; }
.inv-screen__trend header b { color: #27322b; }.inv-screen__trend svg { width: 100%; height: 90px; margin-top: 11px; overflow: visible; }
.inv-screen__trend svg line { stroke: #dfe4df; stroke-width: .5; }.inv-screen__trend svg polyline { fill: none; stroke: var(--inv-green); stroke-width: 2; vector-effect: non-scaling-stroke; }
.inv-screen__trend > div { display: flex; justify-content: space-between; color: #919992; font-size: 8px; }
.inv-screen__detail > footer { display: flex; justify-content: space-between; gap: 20px; padding: 8px 28px 35px; color: #778079; font-size: 10px; }
.inv-screen__detail > footer p { margin: 0; }.inv-screen__detail > footer a { color: var(--inv-green); font-weight: 800; text-decoration: none; }

/* Company Research — one engine, market-adapted presentation */
.inv-research[hidden], [data-screener-browse][hidden] { display:none !important; }
.inv-research { width:100%; }
.inv-research__back { display:inline-flex; align-items:center; gap:8px; min-height:42px; margin:0 0 12px; padding:8px 14px; border:1px solid rgba(24,74,53,.48); border-radius:9px; background:#edf4ef; color:var(--inv-green); font-size:12px; font-weight:800; box-shadow:0 5px 16px rgba(13,31,22,.08); cursor:pointer; }
.inv-research__back:hover,.inv-research__back:focus-visible { border-color:var(--inv-green); background:#dfece4; color:var(--inv-green-2); outline:none; }
.inv-research__back:active { background:#d5e6dc; transform:translateY(1px); }
.inv-research__sheet { overflow:hidden; border:1px solid rgba(20,42,31,.11); border-radius:18px; background:#fff; box-shadow:0 22px 60px rgba(13,31,22,.1); }
.inv-research__hero { position:relative; display:flex; align-items:center; justify-content:space-between; gap:35px; overflow:hidden; padding:clamp(34px,5vw,62px); color:#fff; background:radial-gradient(circle at 82% 20%,rgba(212,175,55,.14),transparent 28%),linear-gradient(135deg,#101913,#184a35); }
.inv-research__hero::after { content:""; position:absolute; right:-100px; bottom:-220px; width:340px; height:340px; border:1px solid rgba(212,175,55,.15); border-radius:50%; box-shadow:0 0 0 54px rgba(212,175,55,.025); }
.inv-research__identity { position:relative; z-index:1; min-width:0; }
.inv-research__identity h1 { margin:11px 0 10px; color:#fff; font-family:Georgia,'Times New Roman',serif; font-size:clamp(35px,5.7vw,62px); font-weight:500; letter-spacing:-.035em; line-height:1; }
.inv-research__identity p { margin:0; color:rgba(255,255,255,.75); font-size:13px; }
.inv-research__identity p b { color:#fff; letter-spacing:.08em; }
.inv-research__score { position:relative; z-index:1; flex:0 0 160px; display:grid; place-items:center; align-content:center; min-height:150px; padding:17px; border:1px solid rgba(255,255,255,.22); border-radius:50%; background:rgba(255,255,255,.08)!important; color:#fff!important; text-align:center; }
.inv-research__score > span { color:rgba(255,255,255,.68); font-size:9px; font-weight:800; letter-spacing:.08em; line-height:1.3; text-transform:uppercase; }
.inv-research__score.is-locked { gap:5px; border-radius:16px; }
.inv-research__score.is-locked small { color:rgba(255,255,255,.72); font-size:9px; line-height:1.35; }
.inv-research__score.is-locked a { color:#f1d875; font-size:9px; font-weight:850; line-height:1.3; text-decoration:none; }
.inv-research__score > strong { margin:6px 0 4px; color:#fff; font-family:Georgia,'Times New Roman',serif; font-size:54px; font-weight:500; line-height:1; }
.inv-research__score > span:last-of-type { font-size:8px; }
.inv-research__score > span:last-of-type b { color:#fff; }
.inv-research__score .inv-screen__info-button { position:absolute; right:7px; bottom:12px; border-color:rgba(255,255,255,.45); color:#fff; }
.inv-research__meta { display:flex; flex-wrap:wrap; gap:8px 26px; padding:13px clamp(22px,4vw,48px); border-bottom:1px solid #e4e8e4; background:#f7f8f6; color:#77817a; font-size:10px; }
.inv-research__meta b { color:#344139; }
.inv-research__tabs { display:flex; gap:4px; overflow-x:auto; padding:12px clamp(14px,3vw,35px); border-bottom:1px solid #e3e7e3; background:#fff; scrollbar-width:thin; }
.inv-research__tabs button { flex:0 0 auto; min-height:37px; padding:8px 12px; border:1px solid transparent; border-radius:8px; background:transparent; color:#5d6961; font-size:10px; font-weight:850; letter-spacing:.035em; text-transform:uppercase; white-space:nowrap; }
.inv-research__tabs button:hover { background:#f2f5f2; color:var(--inv-green); }
.inv-research__tabs button.is-active { border-color:rgba(24,74,53,.17); background:#eaf2ed; color:var(--inv-green); }
.inv-research__tabs button.is-locked { border-style:dashed; color:#898474; }
.inv-research__tabs button small { margin-left:6px; color:#9a7b18; font-size:7px; letter-spacing:.1em; }
.inv-research__content { min-height:480px; padding:clamp(24px,4vw,52px); background:#f8f7f2; }
.inv-research__section-head { max-width:800px; margin-bottom:25px; }
.inv-research__section-head.is-row { display:flex; align-items:flex-end; justify-content:space-between; max-width:none; gap:25px; }
.inv-research__section-head h2,.inv-research__report-head h2 { margin:8px 0 8px; color:#19251e; font-family:Georgia,'Times New Roman',serif; font-size:clamp(29px,4vw,42px); font-weight:500; letter-spacing:-.025em; line-height:1.1; }
.inv-research__section-head p,.inv-research__report-head p { margin:0; color:#667169; font-size:13px; line-height:1.7; }
.inv-research__section-head aside { margin-top:13px; padding:11px 14px; border-left:3px solid var(--inv-gold); background:#f5f1e4; color:#675d3e; font-size:11px; line-height:1.55; }
.inv-research__kpis { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.inv-research__mini-kpis { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; margin-bottom:24px; }
.inv-research__kpi { min-width:0; padding:20px; border:1px solid #dfe4df; border-radius:12px; background:#fff; box-shadow:0 9px 24px rgba(13,31,22,.035); }
.inv-research__kpi.is-compact { padding:16px; }
.inv-research__kpi header { display:flex; align-items:center; justify-content:space-between; gap:8px; min-height:20px; }
.inv-research__kpi header > span { color:#69756d; font-size:10px; font-weight:850; letter-spacing:.045em; text-transform:uppercase; }
.inv-research__kpi > strong { display:block; overflow:hidden; margin-top:13px; color:#1b2820; font-family:Georgia,'Times New Roman',serif; font-size:clamp(22px,3vw,31px); font-weight:500; line-height:1.05; text-overflow:ellipsis; white-space:nowrap; }
.inv-research__kpi.is-compact > strong { font-size:23px; }
.inv-research__kpi > small { display:inline-block; margin-top:8px; font-size:10px; }
.inv-research__kpi time { display:block; margin-top:9px; color:#929a94; font-size:9px; }
.inv-research__signals { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin-top:17px; }
.inv-research__signals.is-single { grid-template-columns:minmax(0,1fr); }
.inv-research__signal-list { padding:20px; border:1px solid #dfe4df; border-radius:12px; background:#fff; }
.inv-research__signal-list > span { display:block; margin-bottom:13px; font-size:10px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.inv-research__signal-list.is-positive > span { color:#177448; }.inv-research__signal-list.is-negative > span { color:#a44a3d; }
.inv-research__signal-list.is-neutral p { margin:0; color:#68736c; font-size:12px; line-height:1.55; }
.inv-research__signal-list ul,.inv-research__factor ul,.inv-research__report-list ul,.inv-research__report-block ul { display:grid; gap:8px; margin:0; padding-left:18px; color:#46534b; font-size:12px; line-height:1.55; }
.inv-research__score-summary { display:grid; grid-template-columns:auto 80px 1fr auto; align-items:center; gap:15px; margin-top:17px; padding:18px 20px; border:1px solid #d9dfda; border-radius:12px; background:#fff; }
.inv-research__score-summary > span { color:#667169; font-size:10px; font-weight:850; text-transform:uppercase; }.inv-research__score-summary > strong { color:var(--inv-green); font-family:Georgia,'Times New Roman',serif; font-size:34px; font-weight:500; }.inv-research__score-summary p { margin:0; color:#536058; font-size:12px; line-height:1.5; }
.inv-research__score-summary button { border:0; background:transparent; color:var(--inv-green); font-size:11px; font-weight:850; }
.inv-research__continuation { margin-top:22px; padding:clamp(22px,3vw,32px); border:1px solid rgba(212,175,55,.36); border-radius:14px; background:linear-gradient(135deg,#fbf8ee,#f6f7f3); }
.inv-research__continuation header { max-width:760px; }.inv-research__continuation h2 { margin:7px 0; color:#1d2a22; font-family:Georgia,'Times New Roman',serif; font-size:clamp(26px,3vw,36px); font-weight:500; }.inv-research__continuation header p { margin:0; color:#68736c; font-size:12px; }
.inv-research__continuation > div { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin-top:20px; }.inv-research__continuation article { padding:18px; border:1px solid #dde2dc; border-radius:11px; background:#fff; }.inv-research__continuation article > span { color:var(--inv-green); font-size:11px; font-weight:900; text-transform:uppercase; }.inv-research__continuation article p { margin:9px 0 14px; color:#56625a; font-size:12px; line-height:1.55; }.inv-research__continuation article a { color:var(--inv-green); font-size:11px; font-weight:850; text-decoration:none; }
.inv-research__periodicity { display:flex; padding:4px; border:1px solid #d7ddd8; border-radius:9px; background:#fff; }
.inv-research__periodicity button { min-height:34px; padding:6px 13px; border:0; border-radius:6px; background:transparent; color:#68736c; font-size:10px; font-weight:850; text-transform:uppercase; }
.inv-research__periodicity button.is-active { background:var(--inv-green); color:#fff; }
.inv-research__period[hidden] { display:none; }
.inv-research__charts { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.inv-research__chart { min-width:0; padding:20px; border:1px solid #dfe4df; border-radius:12px; background:#fff; }
.inv-research__chart > header { display:flex; align-items:flex-start; justify-content:space-between; gap:14px; }
.inv-research__chart > header div { display:flex; align-items:center; gap:6px; color:#243129; font-size:12px; font-weight:850; }.inv-research__chart > header b { color:var(--inv-green); font-size:14px; }
.inv-research__chart svg { display:block; width:100%; height:auto; margin-top:16px; overflow:visible; }
.inv-research__chart svg line { stroke:#d9ded9; stroke-width:1; }.inv-research__chart svg rect { fill:#184a35; }.inv-research__chart svg rect.is-negative { fill:#aa5b4d; }.inv-research__chart svg text { fill:#8a938d; font-size:7px; }
.inv-research__chart dl { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 16px; margin:12px 0 0; padding-top:10px; border-top:1px solid #edf0ed; }
.inv-research__chart dl div { display:flex; justify-content:space-between; gap:8px; padding:5px 0; color:#7a847d; font-size:9px; }.inv-research__chart dd { margin:0; color:#344038; font-weight:800; }
.inv-research__note,.inv-research__method-note { margin:15px 0 0; color:#838c85; font-size:10px; line-height:1.55; }
.inv-research__cash-compare { display:grid; grid-template-columns:1fr 45px 1fr; align-items:center; gap:14px; margin:0 0 22px; padding:22px; border:1px solid rgba(212,175,55,.35); border-radius:12px; background:#fffdf7; }
.inv-research__cash-compare div { display:flex; flex-direction:column; gap:5px; }.inv-research__cash-compare span { color:#737b75; font-size:10px; text-transform:uppercase; }.inv-research__cash-compare b { color:#1f2c24; font-size:19px; }.inv-research__cash-compare i { color:#a98b2b; font-size:11px; font-style:normal; font-weight:850; text-align:center; }.inv-research__cash-compare p { grid-column:1/-1; margin:5px 0 0; color:#5c665f; font-size:11px; }
.inv-research__score-focus { max-width:880px; margin:0 auto 24px; text-align:center; }.inv-research__score-focus > span { color:#7b857e; font-size:10px; font-weight:850; letter-spacing:.11em; text-transform:uppercase; }.inv-research__score-focus > strong { display:block; margin:9px 0; color:var(--inv-green); font-family:Georgia,'Times New Roman',serif; font-size:70px; font-weight:500; line-height:1; }.inv-research__score-focus h2 { margin:0 0 10px; color:#1c2821; font-family:Georgia,'Times New Roman',serif; font-size:clamp(26px,4vw,38px); font-weight:500; }.inv-research__score-focus p { margin:0 auto; color:#5b675f; font-size:13px; line-height:1.65; }.inv-research__score-focus small { display:inline-block; margin-top:10px; color:#8b7750; }
.inv-research__factors { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin-bottom:14px; }.inv-research__factor { padding:20px; border:1px solid #dfe4df; border-radius:12px; background:#fff; }.inv-research__factor h3 { margin:0 0 12px; font-size:13px; }.inv-research__factor.is-positive h3 { color:#177448; }.inv-research__factor.is-negative h3 { color:#a44a3d; }
.inv-research__components { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:9px; }.inv-research__components article { padding:16px; border:1px solid #dfe4df; border-radius:10px; background:#fff; }.inv-research__components header { display:flex; justify-content:space-between; gap:8px; color:#59665e; font-size:10px; font-weight:800; }.inv-research__components header b { color:var(--inv-green); font-size:18px; }.inv-research__components article > i { display:block; height:4px; margin:12px 0; overflow:hidden; border-radius:4px; background:#e9ede9; }.inv-research__components em { display:block; height:100%; background:linear-gradient(90deg,var(--inv-green),var(--inv-gold)); }.inv-research__components p { margin:0; color:#6b766e; font-size:10px; line-height:1.55; }
.inv-research__upgrade-note { padding:16px 18px; border:1px dashed #cfc7a9; border-radius:10px; background:#faf7ed; color:#686147; font-size:11px; }.inv-research__upgrade-note a { color:var(--inv-green); font-weight:850; }
.inv-research__score-history { max-width:650px; margin:20px auto 0; }
.inv-research__report-head { max-width:760px; margin-bottom:26px; }.inv-research__report-body { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }.inv-research__report-block { padding:21px; border:1px solid #dfe4df; border-radius:11px; background:#fff; }.inv-research__report-block > span { display:block; margin-bottom:10px; color:var(--inv-green); font-size:10px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }.inv-research__report-block p { margin:0; color:#4e5b53; font-size:12px; line-height:1.7; }.inv-research__report-block small { display:block; margin-top:10px; color:#89784a; }
.inv-research__report-lists { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin-top:14px; }.inv-research__report-list { padding:21px; border:1px solid #dfe4df; border-radius:11px; background:#fff; }.inv-research__report-list h3 { margin:0 0 12px; font-family:Georgia,'Times New Roman',serif; font-size:20px; font-weight:500; }.inv-research__report-list.is-positive h3 { color:#177448; }.inv-research__report-list.is-negative h3 { color:#a44a3d; }.inv-research__report-list.is-watch h3 { color:#8a711b; }
.inv-research__report-disclaimer { margin:24px auto 0; max-width:850px; color:#858e87; font-size:10px; line-height:1.65; text-align:center; }
.inv-research__locked { display:grid; place-items:center; min-height:400px; padding:35px; text-align:center; }.inv-research__locked > span { color:#9a7b18; font-size:10px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }.inv-research__locked h2 { margin:10px 0; color:#1e2b23; font-family:Georgia,'Times New Roman',serif; font-size:36px; font-weight:500; }.inv-research__locked p { max-width:520px; margin:0; color:#667169; font-size:13px; }.inv-research__locked small { margin-top:10px; color:#8a7440; font-size:11px; }.inv-research__locked a { margin-top:18px; color:var(--inv-green); font-size:12px; font-weight:850; }
.inv-screen__request-state { display:inline-flex; align-items:center; gap:7px; margin-top:8px; color:#6f7a73; font-size:10px; }.inv-screen__request-state[hidden] { display:none; }.inv-screen__request-state i { width:10px; height:10px; border:2px solid #cdd8d1; border-top-color:var(--inv-green); border-radius:50%; animation:inv-screen-spin .7s linear infinite; }
.inv-screen__score-locked { display:grid; gap:2px; min-width:145px; }.inv-screen__score-locked b { color:#4d584f; font-size:10px; }.inv-screen__score-locked small { color:#888d87; font-size:8px; }.inv-screen__score-locked a { color:var(--inv-green); font-size:8px; font-weight:850; text-decoration:none; }
@keyframes inv-screen-spin { to { transform:rotate(360deg); } }
.inv-research__source { display:flex; justify-content:space-between; gap:20px; padding:15px clamp(22px,4vw,48px); border-top:1px solid #e3e7e3; background:#fff; color:#858e87; font-size:9px; }
.inv-research__loading { display:flex; flex-direction:column; align-items:center; justify-content:center; min-height:620px; border:1px solid #e0e4df; border-radius:18px; background:#fff; color:#68746c; }.inv-research__loading.is-compact { min-height:420px; border:0; background:transparent; }
.inv-research__error { display:grid; place-items:center; min-height:540px; padding:30px; border:1px solid #e0e4df; border-radius:18px; background:#fff; text-align:center; }.inv-research__error strong { color:#28342d; font-family:Georgia,'Times New Roman',serif; font-size:26px; font-weight:500; }.inv-research__error p { color:#69756d; }.inv-research__error button { padding:10px 15px; border:1px solid var(--inv-green); border-radius:7px; background:var(--inv-green); color:#fff; font-weight:800; }

@media (max-width: 980px) {
  .inv-screen__market { grid-template-columns: 1fr; gap: 20px; }
  .inv-screen__market-copy { max-width: 650px; }
  .inv-screen__market-intro { align-items: flex-start; flex-direction: column; gap: 15px; }
  .inv-screen__market-intro > p { flex-basis: auto; width: 100%; }
  .inv-screen__quick, .inv-screen[data-market='BVB'] .inv-screen__quick { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .inv-screen__preset-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .inv-screen__advanced-grid { grid-template-columns: repeat(3, 1fr); }
  .inv-screen__table { min-width: 930px; }
  .inv-research__kpis { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .inv-research__mini-kpis { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .inv-research__components { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .inv-research__report-lists { grid-template-columns:1fr; }
}

@media (max-width: 720px) {
  .inv-screen-hero { padding: 62px 20px 70px; }
  .inv-screen-hero h1 { font-size: clamp(38px, 13vw, 58px); }
  .inv-screen-shell { width: min(100% - 24px, 1240px); margin-top: -28px; padding-bottom: 50px; }
  .inv-screen__guide { border-radius: 13px; }
  .inv-screen__guide summary { min-height: 68px; gap: 10px; padding: 14px 48px 14px 14px; }
  .inv-screen__guide summary::after { right: 14px; width: 26px; height: 26px; }
  .inv-screen__guide-icon { flex-basis: 32px; width: 32px; height: 32px; font-size: 16px; }
  .inv-screen__guide summary strong { font-size: 16px; }
  .inv-screen__guide summary em { display: none; }
  .inv-screen__guide-body { padding: 0 14px 22px; }
  .inv-screen__guide-intro { grid-template-columns: 1fr; gap: 10px; padding: 21px 4px; }
  .inv-screen__guide-steps { grid-template-columns: 1fr; }
  .inv-screen__guide-steps section { grid-template-columns: 27px minmax(0, 1fr); gap: 9px; padding: 16px 13px; }
  .inv-screen__guide-steps section > span { width: 25px; height: 25px; }
  .inv-screen__guide h3 { font-size: 17px; }
  .inv-screen__guide-start { grid-template-columns: 25px minmax(0, 1fr); padding: 17px 14px; }
  .inv-screen__guide-rule { padding: 14px; }
  .inv-screen__market { gap: 17px; margin-bottom: 10px; padding: 20px 16px; border-radius: 13px; }
  .inv-screen__market-copy h2 { font-size: 25px; }
  .inv-screen__market-options { gap: 8px; }
  .inv-screen__market button { min-height: 80px; padding: 16px 14px; }
  .inv-screen__market button b { font-size: 16px; }
  .inv-screen__market button small { font-size: 9px; line-height: 1.35; }
  .inv-screen__market-intro { padding: 20px 17px; border-radius: 13px; }
  .inv-screen__market-intro h2 { font-size: 24px; }
  .inv-screen__controls, .inv-screen__results { border-radius: 13px; }
  .inv-screen__controls { padding: 20px 16px; }
  .inv-screen__presets { padding-bottom: 20px; }
  .inv-screen__preset-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 16px; }
  .inv-screen__preset-access { align-items:flex-start; flex-direction:column; gap:9px; }
  .inv-screen__preset-choice { min-height: 40px; padding: 7px 32px 7px 9px; font-size: 10px; }
  .inv-screen__preset-item:first-child .inv-screen__preset-choice { padding-right: 9px; }
  .inv-screen__preset-help { right: 6px; }
  .inv-screen__quick, .inv-screen[data-market='BVB'] .inv-screen__quick { grid-template-columns: 1fr; gap: 12px; padding: 21px 0 16px; }
  .inv-screen__quick > label, .inv-screen__quick > .inv-screen__field { grid-template-rows: auto 46px; }
  .inv-screen__field-title, .inv-screen__search > span:first-child { min-height: 0; margin-bottom: 8px; }
  .inv-screen__advanced summary span { display: none; }
  .inv-screen__advanced-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .inv-screen__actions { justify-content: stretch; }.inv-screen__actions button { flex: 1; }
  .inv-screen__result-head { display: block; padding: 24px 18px 18px; }
  .inv-screen__result-head label { width: 100%; margin-top: 17px; }
  .inv-screen__table-wrap { display: none; }
  .inv-screen__cards { display: grid; gap: 10px; padding: 0 12px 16px; }
  .inv-screen__card { overflow: hidden; border: 1px solid #e0e4e0; border-radius: 11px; background: #fff; }
  .inv-screen__card-head { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 15px; border: 0; background: #fafbf9; color:inherit; text-align: left; text-decoration:none; }
  .inv-screen__card-head > span { display: flex; flex-direction: column; min-width: 0; }
  .inv-screen__card-head b { color: var(--inv-green); font-size: 15px; }.inv-screen__card-head small { overflow: hidden; margin-top: 3px; color: #657068; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
  .inv-screen__card-head .inv-screen__score { flex: 0 0 40px; }
  .inv-screen__card-score-label { display: flex; align-items: center; justify-content: flex-end; gap: 5px; margin: -7px 14px 0; color: #758078; font-size: 9px; font-weight: 750; }
  .inv-screen__card dl { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 7px 15px 11px; }
  .inv-screen__card dl > div { padding: 10px 4px; border-bottom: 1px solid #edf0ed; }
  .inv-screen__card dt { display: flex; align-items: center; gap: 4px; color: #78827b; font-size: 9px; text-transform: uppercase; }.inv-screen__card dd { margin: 4px 0 0; color: #27312b; font-size: 12px; font-weight: 800; }
  .inv-screen__card .inv-screen__info-button { flex-basis: 16px; width: 16px; height: 16px; min-height: 16px; font-size: 9px !important; }
  .inv-screen__card-cta { display:block; width: 100%; padding: 12px 15px; border: 0; background: #fff; color: var(--inv-green); font-size: 11px; font-weight: 800; text-align: left; text-decoration:none; }
  .inv-screen__card-cta span { float: right; }
  .inv-screen__drawer aside { width: 100%; }
  .inv-screen__close { top: 12px; right: 12px; }
  .inv-screen__detail > header { padding: 58px 20px 30px; }
  .inv-screen__hero-score { flex-basis: 84px; width: 84px; height: 84px; }.inv-screen__hero-score b { font-size: 34px; }
  .inv-screen__score-grid { grid-template-columns: repeat(5, minmax(70px, 1fr)); overflow-x: auto; }
  .inv-screen__why, .inv-screen__fundamentals, .inv-screen__trends { margin: 12px; padding: 20px 16px; }
  .inv-screen__fundamentals dl { grid-template-columns: 1fr; }.inv-screen__fundamentals dl > div:nth-child(n) { margin: 0; }
  .inv-screen__detail > footer { display: block; padding: 7px 20px 30px; }.inv-screen__detail > footer a { display: inline-block; margin-top: 10px; }
  .inv-screen__breakdown-cta { align-items: flex-start; flex-direction: column; gap: 6px; padding: 13px 16px; }
  .inv-screen__help { place-items: end center; padding: 10px; }
  .inv-screen__help > section { width: 100%; max-height: calc(100dvh - 20px); padding: 30px 20px 25px; border-radius: 15px 15px 11px 11px; }
  .inv-screen__help h2 { font-size: 25px; }
  .inv-screen__help [data-help-body] p { font-size: 13px; }
  .inv-research__back { margin-left:2px; }
  .inv-research__sheet { border-radius:13px; }
  .inv-research__hero { align-items:flex-start; padding:35px 20px 28px; }
  .inv-research__identity h1 { font-size:clamp(31px,10vw,45px); }
  .inv-research__score { flex-basis:92px; min-height:92px; padding:10px; }
  .inv-research__score > span { font-size:7px; }.inv-research__score > strong { font-size:35px; }.inv-research__score > span:last-of-type { display:none; }
  .inv-research__meta { padding:12px 16px; }
  .inv-research__tabs { padding:10px 12px; }
  .inv-research__content { min-height:420px; padding:25px 14px 32px; }
  .inv-research__section-head.is-row { align-items:flex-start; flex-direction:column; }
  .inv-research__kpis,.inv-research__mini-kpis { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .inv-research__charts { grid-template-columns:1fr; }
  .inv-research__score-summary { grid-template-columns:minmax(0,1fr) auto; gap:10px 14px; }
  .inv-research__score-summary > span { grid-column:1; }
  .inv-research__score-summary > strong { grid-column:2; }
  .inv-research__score-summary p { grid-column:1/-1; }
  .inv-research__score-summary button { grid-column:1/-1; padding:8px 0; text-align:left; }
  .inv-research__continuation > div { grid-template-columns:1fr; }
  .inv-research__components { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .inv-research__report-body { grid-template-columns:1fr; }
  .inv-research__source { flex-direction:column; gap:5px; }
}

@media (max-width: 420px) {
  .inv-screen__market-options { grid-template-columns: 1fr; }
  .inv-screen__market button { min-height: 72px; }
  .inv-screen__advanced-grid { grid-template-columns: 1fr; }
  .inv-screen__guide summary strong { font-size: 14px; }
  .inv-screen__guide summary small { font-size: 8px; }
  .inv-screen__detail > header { align-items: flex-start; }
  .inv-screen__detail > header h2 { font-size: 27px; }
  .inv-screen__hero-score { flex-basis: 74px; width: 74px; height: 74px; }.inv-screen__hero-score b { font-size: 29px; }.inv-screen__hero-score > span { display: none; }
  .inv-research__hero { gap:13px; }
  .inv-research__score { flex-basis:78px; min-height:78px; }.inv-research__score > span { max-width:60px; font-size:6px; }.inv-research__score > strong { margin:4px 0; font-size:30px; }.inv-research__score .inv-screen__info-button { display:none; }
  .inv-research__kpis,.inv-research__mini-kpis,.inv-research__signals,.inv-research__factors,.inv-research__components { grid-template-columns:1fr; }
  .inv-research__kpi > strong { white-space:normal; }
  .inv-research__cash-compare { grid-template-columns:1fr; }.inv-research__cash-compare i { text-align:left; }.inv-research__cash-compare p { grid-column:auto; }
  .inv-research__chart dl { grid-template-columns:1fr; }
}

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