:root{color-scheme:dark}*{box-sizing:border-box}body,html{margin:0;min-height:100%}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}.stock-report__toolbar-actions{display:flex;align-items:center;justify-self:end;gap:4px}.stock-report__toolbar-actions button{display:inline-flex;align-items:center;min-height:34px;gap:7px;padding:0 10px;border:0;border-radius:8px;color:var(--report-muted);background:transparent;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.stock-report__toolbar-actions button:hover{color:var(--report-text);background:var(--report-line)}.stock-report__toolbar-actions button.is-favorite{color:#ffd166;background:rgba(255,209,102,.1)}.stock-report__identity-copy{display:grid;min-width:0;align-content:center}.stock-report__financial-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.stock-report{--report-bg:#f2f4f6;--report-card:#ffffff;--report-text:#191f28;--report-muted:#8b95a1;--report-line:#e5e8eb;--report-blue:#3182f6;--report-up:#f04452;--report-down:#3182f6;width:min(1240px,100%);min-height:100vh;margin:0 auto;padding:18px 28px 80px;color:var(--report-text);background:var(--report-bg);font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.stock-report,.stock-report *{box-sizing:border-box}.stock-report__loading-line{position:fixed;z-index:90;top:0;left:0;width:100%;height:3px;overflow:hidden;background:rgba(49,130,246,.12)}.stock-report__loading-line i{display:block;width:38%;height:100%;border-radius:99px;background:var(--report-blue);animation:stock-report-progress 1.15s ease-in-out infinite}@keyframes stock-report-progress{0%{transform:translateX(-110%)}to{transform:translateX(360%)}}.stock-report__toolbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:52px;margin-bottom:12px}.stock-report__toolbar>a,.stock-report__toolbar>button{display:inline-flex;align-items:center;gap:7px;width:max-content;min-height:38px;padding:0 12px;border:0;border-radius:12px;color:#4e5968;background:transparent;font:inherit;font-size:14px;font-weight:700;text-decoration:none;cursor:pointer}.stock-report__toolbar>button{justify-self:end}.stock-report__toolbar>a:hover,.stock-report__toolbar>button:hover{background:#e5e8eb}.stock-report__toolbar>strong{color:#6b7684;font-size:12px;font-weight:800;letter-spacing:.05em}.stock-report__hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;padding:36px 38px 28px;border-radius:30px;background:var(--report-card);box-shadow:0 2px 16px rgba(25,31,40,.045)}.stock-report__identity{display:flex;align-items:center;min-width:0;gap:18px}.stock-report__logo{display:grid;flex:0 0 58px;width:58px;height:58px;place-items:center;border-radius:19px;color:#fff;background:#3182f6;box-shadow:0 9px 22px rgba(49,130,246,.23)}.stock-report__identity p{display:flex;align-items:center;gap:8px;margin:0 0 5px}.stock-report__identity p b,.stock-report__identity p span{padding:4px 8px;border-radius:7px;font-size:11px;font-weight:800}.stock-report__identity p b{color:#1b64da;background:#e8f3ff}.stock-report__identity p span{color:#6b7684;background:#f2f4f6}.stock-report__identity h1{overflow:hidden;margin:0;color:var(--report-text);font-size:clamp(26px,3vw,36px);font-weight:800;letter-spacing:-.045em;line-height:1.18;text-overflow:ellipsis;white-space:nowrap}.stock-report__identity small{display:block;margin-top:7px;color:var(--report-muted);font-size:12px;font-weight:600}.stock-report__quote{display:flex;flex-direction:column;align-items:flex-end;justify-content:center}.stock-report__quote>span{margin-bottom:4px;color:var(--report-muted);font-size:12px;font-weight:700}.stock-report__quote>strong{color:var(--report-text);font-size:clamp(28px,3.2vw,40px);font-weight:800;letter-spacing:-.045em;line-height:1.12}.stock-report__quote>small{margin-top:7px;font-size:16px;font-weight:800}.stock-report .is-up{color:var(--report-up)}.stock-report .is-down{color:var(--report-down)}.stock-report__quick-stats{display:grid;grid-column:1/-1;grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;margin-top:6px;overflow:hidden;border-radius:18px;background:var(--report-line)}.stock-report__quick-stats dl{min-width:0;margin:0;padding:17px 18px;background:#f9fafb}.stock-report__quick-stats dt{margin-bottom:7px;color:var(--report-muted);font-size:11px;font-weight:700}.stock-report__quick-stats dd{overflow:hidden;margin:0;color:#333d4b;font-size:14px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.stock-report__nav{position:sticky;z-index:20;top:0;display:flex;gap:6px;margin:14px 0 18px;padding:8px;overflow-x:auto;border:1px solid rgba(229,232,235,.86);border-radius:17px;background:rgba(255,255,255,.9);box-shadow:0 5px 18px rgba(25,31,40,.045);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);scrollbar-width:none}.stock-report__nav::-webkit-scrollbar{display:none}.stock-report__nav a{flex:0 0 auto;padding:10px 15px;border-radius:11px;color:#6b7684;font-size:13px;font-weight:750;text-decoration:none}.stock-report__nav a:first-child,.stock-report__nav a:hover{color:#1b64da;background:#e8f3ff}.stock-report__error{display:flex;align-items:center;justify-content:space-between;margin:0 0 16px;padding:14px 18px;border-radius:15px;color:#8b3a3f;background:#fff0f1;font-size:13px;font-weight:700}.stock-report__error button{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border:0;border-radius:9px;color:#fff;background:#f04452;font:inherit;cursor:pointer}.stock-report__layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:18px}.stock-report__main{display:grid;min-width:0;gap:18px}.stock-report__aside{position:sticky;top:80px}.stock-report-card{min-width:0;overflow:hidden;border-radius:26px;background:var(--report-card);box-shadow:0 2px 14px rgba(25,31,40,.04);scroll-margin-top:88px}.stock-report-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:26px 28px 0}.stock-report-card__header>div>span{display:block;margin-bottom:5px;color:var(--report-blue);font-size:10px;font-weight:900;letter-spacing:.11em}.stock-report-card__header h2{margin:0;color:var(--report-text);font-size:22px;font-weight:800;letter-spacing:-.035em}.stock-report-card__header p{margin:6px 0 0;color:var(--report-muted);font-size:12px}.stock-report-card__header>small{max-width:200px;color:var(--report-muted);font-size:10px;line-height:1.5;text-align:right}.stock-report-card__header>svg{color:#b0b8c1}.stock-report-card__empty{display:grid;min-height:180px;place-content:center;place-items:center;gap:10px;padding:30px;color:#b0b8c1;text-align:center}.stock-report-card__empty p{margin:0;color:var(--report-muted);font-size:13px;font-weight:650}.stock-report-chart__canvas{width:100%;height:350px;padding:12px 18px 0}.stock-report-card__skeleton--chart{display:grid;height:100%;place-items:center;align-content:center;gap:18px;color:var(--report-muted);font-size:12px;font-weight:650}.stock-report-card__skeleton--chart span{width:76%;height:100px;border-radius:16px;background:#3182f6;background-size:250% 100%;animation:stock-report-shimmer 1.4s linear infinite;clip-path:polygon(0 76%,10% 60%,20% 69%,31% 32%,43% 54%,54% 42%,64% 58%,74% 28%,85% 38%,100% 6%,100% 100%,0 100%)}@keyframes stock-report-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.stock-report-chart__ranges{display:flex;justify-content:center;gap:5px;padding:8px 24px 16px}.stock-report-chart__ranges button{min-width:50px;padding:8px 12px;border:0;border-radius:10px;color:#8b95a1;background:transparent;font:inherit;font-size:12px;font-weight:750;cursor:pointer}.stock-report-chart__ranges button.is-active,.stock-report-chart__ranges button:hover{color:#1b64da;background:#e8f3ff}.stock-report-chart__metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;margin:0 24px 18px;overflow:hidden;border:1px solid var(--report-line);border-radius:12px;background:var(--report-line)}.stock-report-chart__metrics dl{min-width:0;margin:0;padding:13px 14px;background:#111116}.stock-report-chart__metrics dt{margin-bottom:6px;color:var(--report-muted);font-size:10px;font-weight:700}.stock-report-chart__metrics dd{overflow:hidden;margin:0;color:#d1d6db;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.stock-report-chart__range-values{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 28px 22px;border-top:1px solid #f2f4f6}.stock-report-chart__range-values span{display:flex;flex-direction:column;gap:4px;color:var(--report-muted);font-size:10px}.stock-report-chart__range-values span:last-child{text-align:right}.stock-report-chart__range-values strong{color:#4e5968;font-size:12px}.stock-report-chart__range-values small{color:#b0b8c1;font-size:9px;font-weight:700;letter-spacing:.04em}.stock-report__financial-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(250px,.8fr);gap:18px}.stock-report-financials__actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.stock-report-financials__actions>small{max-width:220px;color:var(--report-muted);font-size:9px;line-height:1.35;text-align:right}.stock-report-financials__toggle{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;padding:3px;border-radius:10px;background:#f2f4f6}.stock-report-financials__toggle button{min-width:54px;padding:7px 10px;border:0;border-radius:8px;color:#8b95a1;background:transparent;font:inherit;font-size:11px;font-weight:750;cursor:pointer}.stock-report-financials__toggle button.is-active{color:#1b64da;background:#fff;box-shadow:0 1px 4px rgba(25,31,40,.08)}.stock-report-financials__table{padding:20px 28px 28px}.stock-report-financials__row{display:grid;grid-template-columns:minmax(100px,1.25fr) repeat(4,minmax(76px,1fr));align-items:center;min-height:54px;border-bottom:1px solid #f2f4f6}.stock-report-financials__table.has-1-periods .stock-report-financials__row{grid-template-columns:minmax(100px,1.25fr) minmax(76px,1fr)}.stock-report-financials__table.has-2-periods .stock-report-financials__row{grid-template-columns:minmax(100px,1.25fr) repeat(2,minmax(76px,1fr))}.stock-report-financials__table.has-3-periods .stock-report-financials__row{grid-template-columns:minmax(100px,1.25fr) repeat(3,minmax(76px,1fr))}.stock-report-financials__row:last-child{border-bottom:0}.stock-report-financials__row>*{min-width:0;text-align:right}.stock-report-financials__row>:first-child{text-align:left}.stock-report-financials__row.is-head{min-height:42px;color:var(--report-muted);font-size:10px;font-weight:700}.stock-report-financials__row.is-head span{display:flex;flex-direction:column;gap:2px}.stock-report-financials__row.is-head small{color:#b0b8c1;font-size:9px}.stock-report-financials__row strong{color:#4e5968;font-size:12px}.stock-report-financials__row>span{overflow:hidden;color:#6b7684;font-size:12px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.stock-report-financials__row>span.is-latest{color:var(--report-text);font-weight:800}.stock-report-financials__row b{font-size:12px;font-weight:800}.stock-report-debt__actions{display:flex;flex-direction:column;align-items:flex-end;gap:7px}.stock-report-debt__status{padding:6px 9px;border-radius:8px;color:#00a86b;background:#e7f8f2;font-size:10px}.stock-report-debt.is-watch .stock-report-debt__status{color:#b07800;background:#fff6d8}.stock-report-debt.is-risk .stock-report-debt__status{color:#d73c4a;background:#fff0f1}.stock-report-debt__summary{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:24px 28px 10px}.stock-report-debt__summary>div{display:flex;align-items:baseline;gap:8px}.stock-report-debt__summary strong{font-size:34px;font-weight:800;letter-spacing:-.04em}.stock-report-debt__summary p span,.stock-report-debt__summary small{color:var(--report-muted);font-size:11px}.stock-report-debt__summary p{display:flex;flex-direction:column;align-items:flex-end;gap:3px;margin:0}.stock-report-debt__summary p b{font-size:14px;font-weight:800}.stock-report-debt__summary p b.is-improved{color:#20c997}.stock-report-debt__summary p b.is-worsened{color:#f04452}.stock-report-debt__chart{position:relative;height:220px;margin:0 28px}.stock-report-debt__guides{position:absolute;inset:18px 0 47px}.stock-report-debt__guides span{position:absolute;right:0;left:0;border-top:1px dashed #e2e5e9}.stock-report-debt__guides b{position:absolute;top:-8px;right:0;padding-left:7px;background:var(--report-card);color:#b0b8c1;font-size:9px;font-weight:700}.stock-report-debt__bars{position:relative;z-index:1;display:grid;height:100%;grid-template-columns:repeat(auto-fit,minmax(54px,1fr));gap:12px;padding:18px 18px 0}.stock-report-debt__bar{display:grid;min-width:0;grid-template-rows:minmax(0,1fr) auto auto;text-align:center}.stock-report-debt__bar>div{display:flex;align-items:flex-end;justify-content:center;min-height:0}.stock-report-debt__bar>div>i{position:relative;width:min(66px,82%);min-height:4px;border-radius:11px 11px 3px 3px;background:#aeb6c1;box-shadow:inset 0 1px rgba(255,255,255,.24)}.stock-report-debt__bar.is-current>div>i{background:#20c997}.stock-report-debt.is-watch .stock-report-debt__bar.is-current>div>i{background:#f5b942}.stock-report-debt.is-risk .stock-report-debt__bar.is-current>div>i{background:#f04452}.stock-report-debt__bar>div b{position:absolute;top:-24px;left:50%;translate:-50% 0;color:#6b7684;font-size:11px;font-style:normal;white-space:nowrap}.stock-report-debt__bar.is-current>div b{color:#00a86b}.stock-report-debt.is-watch .stock-report-debt__bar.is-current>div b{color:#b07800}.stock-report-debt.is-risk .stock-report-debt__bar.is-current>div b{color:#d73c4a}.stock-report-debt__bar>strong{margin-top:9px;font-size:11px}.stock-report-debt__bar>small{margin-top:2px;color:var(--report-muted);font-size:9px}.stock-report-debt>div>footer{padding:14px 28px 24px;border-top:1px solid #f2f4f6;text-align:center}.stock-report-debt>div>footer small{color:#b0b8c1;font-size:10px}.stock-report-target__comparison{display:grid;grid-template-columns:minmax(190px,.72fr) minmax(340px,1.28fr);gap:26px;padding:18px 28px 10px}.stock-report-target__hero{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:7px;padding:10px 0 24px}.stock-report-target__hero>span{color:var(--report-muted);font-size:12px;font-weight:700}.stock-report-target__hero>strong{font-size:34px;font-weight:800;letter-spacing:-.04em}.stock-report-target__hero>b{display:flex;flex-direction:column;gap:2px;min-width:128px;margin-top:6px;padding:12px 14px;border-radius:12px;background:#fff0f1;font-size:19px;font-weight:850}.stock-report-target__hero>b small{color:var(--report-muted);font-size:10px;font-weight:750}.stock-report-target__hero>b.is-down{background:#e8f3ff}.stock-report-target__chart{position:relative;min-width:0;height:238px;padding:12px 20px 0 52px}.stock-report-target__axis{position:absolute;left:0;color:#8b95a1;font-size:9px;font-weight:700}.stock-report-target__axis.is-top{top:10px}.stock-report-target__axis.is-zero{bottom:37px}.stock-report-target__grid{position:absolute;right:20px;left:52px;border-top:1px dashed #e2e5e9}.stock-report-target__grid.is-top{top:22px}.stock-report-target__grid.is-middle{top:99px}.stock-report-target__grid.is-zero{bottom:48px;border-top-style:solid}.stock-report-target__bars{position:relative;z-index:1;display:grid;height:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.stock-report-target__bar{display:grid;min-width:0;grid-template-rows:minmax(0,1fr) 36px;text-align:center}.stock-report-target__bar>div{display:flex;align-items:flex-end;justify-content:center;min-height:0}.stock-report-target__bar>div>i{position:relative;width:min(76px,78%);min-height:5px;border-radius:12px 12px 3px 3px;background:#7b8490;box-shadow:0 8px 24px rgba(0,0,0,.1)}.stock-report-target__bar.is-target>div>i{background:#3182f6;box-shadow:0 10px 28px rgba(49,130,246,.24)}.stock-report-target__bar>div b{position:absolute;top:-28px;left:50%;translate:-50% 0;color:#4e5968;font-size:11px;font-style:normal;white-space:nowrap}.stock-report-target__bar.is-target>div b{color:#1b64da}.stock-report-target__bar>strong{padding-top:10px;color:#6b7684;font-size:11px}.stock-report-target__reports{padding:12px 28px 24px}.stock-report-event__metrics h3,.stock-report-summary__market h3,.stock-report-target__reports h3{margin:0 0 8px;color:#6b7684;font-size:11px;font-weight:800}.stock-report-target__reports>a{display:grid;grid-template-columns:minmax(0,1fr) auto 18px;align-items:center;gap:14px;min-height:58px;border-top:1px solid #f2f4f6;color:inherit;text-decoration:none}.stock-report-target__reports>a>span{display:flex;min-width:0;flex-direction:column;gap:3px}.stock-report-target__reports>a strong{font-size:12px}.stock-report-target__reports>a small{overflow:hidden;color:var(--report-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.stock-report-target__reports>a>b{font-size:13px}.stock-report-target__reports>a>svg{color:#b0b8c1}.stock-report-news__list>button,.stock-report-target__reports>button{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;min-height:42px;margin-top:5px;border:0;border-radius:11px;color:#4e5968;background:#f2f4f6;font:inherit;font-size:11px;font-weight:750;cursor:pointer}.stock-report-news__list button svg,.stock-report-target__reports button svg{transition:transform .2s ease}.stock-report-news__list button svg.is-open,.stock-report-target__reports button svg.is-open{transform:rotate(180deg)}.stock-report__event-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.stock-report-event__icon{display:grid;width:42px;height:42px;place-items:center;border-radius:14px;color:#1b64da;background:#e8f3ff}.stock-report-event--clinical .stock-report-event__icon{color:#00a86b;background:#e7f8f2}.stock-report-event__date{display:flex;flex-direction:column;gap:5px;padding:26px 28px 22px}.stock-report-event__date>span{color:var(--report-muted);font-size:11px;font-weight:700}.stock-report-event__date>strong{font-size:19px;font-weight:800;letter-spacing:-.03em}.stock-report-event__date>small{color:#6b7684;font-size:11px}.stock-report-event__metrics{margin:0 28px 18px;padding:16px;border-radius:15px;background:#f7f8fa}.stock-report-event__metrics dl{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:30px;margin:0}.stock-report-event__metrics dt{color:#6b7684;font-size:10px}.stock-report-event__metrics dd{margin:0;font-size:11px;font-weight:800}.stock-report-event>footer{display:flex;align-items:flex-start;gap:7px;padding:15px 28px 20px;border-top:1px solid #f2f4f6;color:#8b95a1;font-size:9px;line-height:1.55}.stock-report-event>footer svg{flex:0 0 auto;margin-top:1px}.stock-report-event>footer a{display:inline-flex;align-items:center;gap:3px;margin-left:auto;color:#3182f6;text-decoration:none;white-space:nowrap}.stock-report-clinical__list{margin:0 28px 18px}.stock-report-clinical__list a{display:grid;grid-template-columns:70px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:58px;border-top:1px solid #f2f4f6;color:inherit;text-decoration:none}.stock-report-clinical__list a>span{display:flex;flex-direction:column;gap:2px}.stock-report-clinical__list b{color:#00a86b;font-size:10px}.stock-report-clinical__list small,.stock-report-clinical__list time{color:var(--report-muted);font-size:9px}.stock-report-clinical__list p{overflow:hidden;margin:0;font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.stock-report-news__list{padding:14px 28px 24px}.stock-report-news__list>a,.stock-report-news__list>div{display:grid;grid-template-columns:28px minmax(0,1fr) 20px;align-items:center;gap:14px;min-height:72px;border-bottom:1px solid #f2f4f6;color:inherit;text-decoration:none}.stock-report-news__rank{color:#b0b8c1;font-size:11px;font-weight:800}.stock-report-news__list>a>span:nth-child(2),.stock-report-news__list>div>span:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:5px}.stock-report-news__list strong{display:-webkit-box;overflow:hidden;color:#333d4b;font-size:13px;font-weight:750;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.stock-report-news__list small{color:var(--report-muted);font-size:10px}.stock-report-news__list svg{color:#b0b8c1}.stock-report-company>p{margin:0;padding:24px 28px;color:#4e5968;font-size:13px;line-height:1.75}.stock-report-company .stock-report-card__header>strong{padding:6px 9px;border-radius:8px;color:#1b64da;background:#e8f3ff;font-size:10px}.stock-report-company>footer{display:flex;justify-content:space-between;gap:14px;padding:16px 28px 20px;border-top:1px solid #f2f4f6}.stock-report-company>footer a,.stock-report-company>footer span{display:inline-flex;align-items:center;gap:4px;color:#6b7684;font-size:10px;text-decoration:none}.stock-report-company>footer a:hover{color:#1b64da}.stock-report-summary{padding-bottom:22px}.stock-report-summary__spark{display:grid;width:40px;height:40px;place-items:center;border-radius:14px;color:#fff;background:#3182f6;box-shadow:0 8px 18px rgba(49,130,246,.22)}.stock-report-summary__score{padding:28px 28px 22px}.stock-report-summary__score>span{color:var(--report-muted);font-size:11px;font-weight:700}.stock-report-summary__score>strong{display:block;margin:7px 0 13px;font-size:42px;font-weight:850;letter-spacing:-.05em}.stock-report-summary__score>strong small{margin-left:3px;color:#b0b8c1;font-size:13px}.stock-report-summary__score>div{height:9px;overflow:hidden;border-radius:99px;background:#e8ebef}.stock-report-summary__score>div i{display:block;height:100%;border-radius:inherit;background:#3182f6}.stock-report-summary__points{padding:0 28px 20px}.stock-report-summary__points dl{display:flex;align-items:center;justify-content:space-between;min-height:42px;margin:0;border-bottom:1px solid #f2f4f6}.stock-report-summary__points dt{color:#6b7684;font-size:11px}.stock-report-summary__points dd{margin:0;font-size:12px;font-weight:800}.stock-report-summary__points dd.is-neutral{color:#6b7684}.stock-report-summary__market{margin:0 28px;padding:18px;border-radius:17px;background:#f7f8fa}.stock-report-summary__market>div{display:flex;height:8px;overflow:hidden;border-radius:99px}.stock-report-summary__market>div .is-up{background:#f04452}.stock-report-summary__market>div .is-flat{background:#f5b942}.stock-report-summary__market>div .is-down{background:#3182f6}.stock-report-summary__market p{display:flex;justify-content:space-between;margin:10px 0 0;color:#8b95a1;font-size:9px;font-weight:700}.stock-report-summary>footer{display:flex;align-items:flex-start;gap:7px;margin:18px 28px 0;color:#b0b8c1;font-size:9px;line-height:1.5}.stock-report-summary>footer svg{flex:0 0 auto}@media (max-width:1120px){.stock-report__layout{grid-template-columns:minmax(0,1fr) 290px}.stock-report__financial-grid{grid-template-columns:1fr}}@media (max-width:900px){.stock-report{padding-inline:20px}.stock-report__layout{display:flex;flex-direction:column}.stock-report__aside,.stock-report__main{width:100%}.stock-report__aside{position:static;order:-1}.stock-report-summary__score{display:grid;grid-template-columns:1fr auto;align-items:end;gap:6px 20px}.stock-report-summary__score>strong{margin:0}.stock-report-summary__score>div{grid-column:1/-1}.stock-report-summary__points{display:grid;grid-template-columns:repeat(3,1fr);gap:1px}.stock-report-summary__points dl{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px;padding:8px 12px;border:0}}@media (max-width:680px){.stock-report{padding:8px 12px 92px;background:#f2f4f6}.stock-report__toolbar{grid-template-columns:1fr auto;margin-bottom:4px}.stock-report__toolbar>strong{display:none}.stock-report__toolbar>a,.stock-report__toolbar>button{padding-inline:8px;font-size:12px}.stock-report__hero{grid-template-columns:1fr;gap:22px;padding:25px 20px 20px;border-radius:24px}.stock-report__logo{flex-basis:50px;width:50px;height:50px;border-radius:16px}.stock-report__identity{gap:13px}.stock-report__identity h1{font-size:25px}.stock-report__identity small{font-size:10px}.stock-report__quote{align-items:flex-start}.stock-report__quote>strong{font-size:34px}.stock-report__quote>small{font-size:14px}.stock-report__quick-stats{grid-template-columns:repeat(3,minmax(0,1fr));border-radius:15px}.stock-report__quick-stats dl{padding:13px 12px}.stock-report__quick-stats dt{font-size:10px}.stock-report__quick-stats dd{font-size:12px}.stock-report__nav{margin:10px 0 13px;padding:6px;border-radius:14px}.stock-report__nav a{padding:8px 12px;font-size:11px}.stock-report__main{gap:13px}.stock-report-card{border-radius:22px}.stock-report-card__header{padding:22px 20px 0}.stock-report-card__header h2{font-size:19px}.stock-report-card__header>small{display:none}.stock-report-chart__canvas{height:280px;padding-inline:8px}.stock-report-chart__ranges{justify-content:space-between;gap:2px;padding-inline:15px}.stock-report-chart__ranges button{min-width:0;padding:8px 10px}.stock-report-chart__metrics{grid-template-columns:repeat(3,minmax(0,1fr));margin:0 14px 14px}.stock-report-chart__metrics dl{padding:11px 10px}.stock-report-chart__metrics dd{font-size:12px}.stock-report-chart__range-values{padding-inline:20px}.stock-report-chart__range-values small{display:none}.stock-report__event-grid,.stock-report__financial-grid{grid-template-columns:1fr;gap:13px}.stock-report-financials__table{padding:16px 16px 22px}.stock-report-financials__row{grid-template-columns:66px repeat(4,minmax(0,1fr));min-width:0}.stock-report-financials__table.has-1-periods .stock-report-financials__row{grid-template-columns:66px minmax(0,1fr)}.stock-report-financials__table.has-2-periods .stock-report-financials__row{grid-template-columns:66px repeat(2,minmax(0,1fr))}.stock-report-financials__table.has-3-periods .stock-report-financials__row{grid-template-columns:66px repeat(3,minmax(0,1fr))}.stock-report-financials__row b,.stock-report-financials__row strong,.stock-report-financials__row>span{font-size:10px}.stock-report-debt__actions{gap:5px}.stock-report-debt__status{padding:5px 8px;font-size:9px}.stock-report-debt__summary{padding-inline:20px}.stock-report-debt__summary strong{font-size:31px}.stock-report-debt__chart{margin-inline:20px}.stock-report-debt__bars{padding-inline:18px}.stock-report-debt>div>footer{padding-inline:20px}.stock-report-target__comparison{grid-template-columns:1fr;gap:0;padding:14px 20px 4px}.stock-report-target__hero{gap:6px;padding:8px 0 16px}.stock-report-target__hero>strong{font-size:29px}.stock-report-target__hero>b{min-width:132px}.stock-report-target__chart{height:228px;padding-right:8px}.stock-report-target__grid{right:8px}.stock-report-event__date,.stock-report-news__list,.stock-report-target__reports{padding-inline:20px}.stock-report-clinical__list,.stock-report-event__metrics{margin-inline:20px}.stock-report-event>footer{padding-inline:20px}.stock-report-clinical__list a{grid-template-columns:60px minmax(0,1fr)}.stock-report-clinical__list time{display:none}.stock-report-company>footer,.stock-report-company>p{padding-inline:20px}.stock-report-company>footer{flex-direction:column}.stock-report-summary__points,.stock-report-summary__score{padding-inline:20px}.stock-report-summary>footer,.stock-report-summary__market{margin-inline:20px}}.stock-report-revenue__summary{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:24px 28px 6px}.stock-report-revenue__summary>div{min-width:0;display:grid;gap:5px}.stock-report-revenue__summary>div strong{overflow:hidden;color:#f2f4f6;font-size:27px;font-weight:820;letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap}.stock-report-revenue__summary p span,.stock-report-revenue__summary small{color:var(--report-muted);font-size:10px}.stock-report-revenue__summary p{display:grid;justify-items:end;gap:4px;margin:0}.stock-report-revenue__summary p b{font-size:14px}.stock-report-revenue__chart{height:220px;display:grid;grid-template-columns:repeat(auto-fit,minmax(54px,1fr));gap:12px;margin:0 28px;padding:18px 18px 0;border-bottom:1px solid var(--report-line);background:transparent}.stock-report-revenue__chart>div{min-width:0;display:grid;grid-template-rows:minmax(0,1fr) auto auto;text-align:center}.stock-report-revenue__chart>div>span{min-height:0;display:flex;align-items:flex-end;justify-content:center}.stock-report-revenue__chart i{position:relative;width:min(66px,82%);min-height:4px;border-radius:11px 11px 3px 3px;background:#596273}.stock-report-revenue__chart .is-current i{background:#3182f6;box-shadow:0 8px 24px rgba(49,130,246,.2)}.stock-report-revenue__chart i b{position:absolute;top:-23px;left:50%;translate:-50% 0;color:#9aa3ae;font-size:10px;font-style:normal;white-space:nowrap}.stock-report-revenue__chart .is-current i b{color:#8ab7ff}.stock-report-revenue__chart strong{margin-top:9px;color:#d1d6db;font-size:11px}.stock-report-revenue__chart small{margin-top:2px;color:var(--report-muted);font-size:9px}.stock-report-revenue footer{min-height:54px;display:flex;align-items:center;justify-content:center;gap:6px;padding:13px 28px 20px;color:#6b7684}.stock-report-revenue footer small{font-size:10px}.stock-report-target__consensus{margin:4px 24px 18px;padding:18px;border:1px solid #293347;border-radius:13px;background:#3182f6}.stock-report-target__consensus>header{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:13px}.stock-report-target__consensus>header div{display:flex;align-items:baseline;gap:9px}.stock-report-target__consensus>header span{color:#8ab7ff;font-size:12px;font-weight:800}.stock-report-target__consensus>header strong{color:#f2f4f6;font-size:15px}.stock-report-target__consensus>header small{color:#6b7684;font-size:9px}.stock-report-target__consensus>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.stock-report-target__consensus dl{min-width:0;display:grid;gap:7px;margin:0;padding:14px;border:1px solid #2a2e38;border-radius:10px;background:#111218}.stock-report-target__consensus dt{color:#8b95a1;font-size:10px}.stock-report-target__consensus dd{overflow:hidden;margin:0;color:#f2f4f6;font-size:14px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}@media (prefers-reduced-motion:reduce){.stock-report-card__skeleton--chart span,.stock-report__loading-line i{animation:none}}@media (max-width:760px){.stock-report__financial-detail-grid{grid-template-columns:1fr}}@media (max-width:680px){.stock-report__toolbar-actions button{padding-inline:8px;font-size:0}.stock-report__toolbar-actions button svg{width:18px;height:18px}}.bio96-stock-loading{display:grid;width:min(100%,640px);min-height:calc(100dvh - 64px);align-content:center;margin:0 auto;padding:44px 24px 72px;background:transparent}.bio96-stock-loading,.bio96-stock-loading *{box-sizing:border-box}.bio96-stock-loading__inner{display:grid;width:min(100%,560px);align-content:start;justify-items:center;margin:0 auto;text-align:center}.bio96-stock-loading__company-logo{display:grid;width:58px;height:58px;overflow:hidden;margin-bottom:18px;place-items:center;border:0;border-radius:17px;background:transparent;box-shadow:none}.bio96-stock-loading__company-logo .company-mark,.bio96-stock-loading__company-logo .company-mark__image,.bio96-stock-loading__company-logo .company-mark__monogram{width:100%;height:100%;border:0;border-radius:16px;box-shadow:none}.bio96-stock-loading__company-logo .company-mark__image{display:block;padding:8px;background:#f7f8fa;object-fit:contain}.bio96-stock-loading__company-logo .company-mark__monogram{display:grid;place-items:center;font-size:17px;font-weight:820}.bio96-stock-loading__eyebrow{display:block;color:var(--stock96-accent);font-size:11px;font-weight:800;letter-spacing:.14em;line-height:1.4}.bio96-stock-loading h1{max-width:100%;margin:9px 0 7px;color:var(--stock96-text);font-size:clamp(29px,4.6vw,38px);font-weight:830;letter-spacing:-.045em;line-height:1.24;overflow-wrap:anywhere;text-wrap:balance;word-break:keep-all}.bio96-stock-loading>section>p{margin:0;color:var(--stock96-muted);font-size:15px;font-weight:620;line-height:1.55}.bio96-stock-loading>section>p strong{color:var(--stock96-text-secondary);font-weight:800;letter-spacing:.02em}.bio96-stock-loading__progress{width:100%;margin-top:32px;justify-self:stretch;text-align:left}.bio96-stock-loading__progress>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px;color:var(--stock96-muted);font-size:13px;font-weight:700}.bio96-stock-loading__progress>div strong{color:var(--stock96-accent);font-size:15px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.bio96-stock-loading__progress>span{display:block;width:100%;height:5px;overflow:hidden;border-radius:999px;background:var(--stock96-soft)}.bio96-stock-loading__progress>span>i{display:block;height:100%;border-radius:inherit;background:var(--stock96-accent);transition:width .18s ease}.bio96-stock-loading__steps{display:grid;width:100%;min-height:0;align-content:start;gap:8px;margin:24px 0 0;padding:0;justify-self:stretch;list-style:none;text-align:left}.bio96-stock-loading__steps li{display:grid;min-height:54px;align-items:center;gap:11px;padding:9px 13px;border:1px solid var(--stock96-line);border-radius:12px;background:var(--stock96-surface);color:var(--stock96-muted);grid-template-columns:34px minmax(0,1fr) auto;transform:none}.bio96-stock-loading__step-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:9px;background:var(--stock96-accent-soft);color:var(--stock96-accent)}.bio96-stock-loading__step-copy{display:grid;min-width:0;gap:2px}.bio96-stock-loading__step-copy strong{overflow:hidden;color:var(--stock96-text-secondary);font-size:14px;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.bio96-stock-loading__step-copy small{color:var(--stock96-muted);font-size:11px;font-weight:650}.bio96-stock-loading__steps li>b{min-width:48px;color:var(--stock96-accent);font-size:13px;font-weight:780;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right}.bio96-stock-loading__steps li.is-active{border-color:color-mix(in srgb,var(--stock96-accent) 38%,var(--stock96-line));background:color-mix(in srgb,var(--stock96-accent) 8%,var(--stock96-surface))}.bio96-stock-loading__steps li.is-active .bio96-stock-loading__step-copy strong{color:var(--stock96-text)}@media (max-width:620px){.bio96-stock-loading{min-height:calc(100dvh - 56px);align-content:start;padding:28px 16px 44px}.bio96-stock-loading__company-logo{width:54px;height:54px;margin-bottom:15px}.bio96-stock-loading h1{font-size:25px}.bio96-stock-loading>section>p{font-size:14px}.bio96-stock-loading__progress{margin-top:24px}.bio96-stock-loading__steps{margin-top:18px}.bio96-stock-loading__steps li{min-height:51px;padding:8px 11px}}@media (prefers-reduced-motion:reduce){.bio96-stock-loading__progress>span>i{transition:none}}