:root {
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
  color: #142441;
  background: #101a30;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; min-width: 320px; }
a { color: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid #f4a682; outline-offset: 4px; }
[hidden] { display: none !important; }

.page-shell {
  min-height: 100vh;
  background: linear-gradient(180deg, #101a30 0, #14233d 50%, #101a30 100%);
}

.hero {
  position: relative;
  min-height: 412px;
  color: #fff;
  background-image: linear-gradient(180deg, rgba(9, 17, 33, .16), rgba(9, 17, 33, .18) 58%, #101a30 100%), url("assets/night-sky.png");
  background-position: center, center 54%;
  background-size: cover;
}
.hero-inner, .content, .footer { width: min(calc(100% - 48px), 1120px); margin-inline: auto; }
.hero-inner { padding-block: 24px 76px; }
.topline { display: flex; justify-content: space-between; align-items: center; }
.preview-pill { border: 1px solid rgba(255,255,255,.34); padding: 7px 13px; border-radius: 999px; background: rgba(17,27,48,.48); color: #f6f3ef; font-size: .8rem; letter-spacing: .02em; }
.leo-mark { display: grid; place-items: center; width: 65px; height: 65px; border-radius: 50%; background: #ffc4ab; color: #13213b; font-family: "Segoe UI Symbol", "Noto Sans Symbols 2", serif; font-variant-emoji: text; font-size: 2.6rem; line-height: 1; box-shadow: 0 10px 28px rgba(0,0,0,.16); }
.brand { margin-top: -12px; color: #f2e9dc; font-family: Cambria, Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 6.5vw, 5.2rem); font-weight: 700; font-kerning: normal; line-height: 1.06; letter-spacing: -.025em; white-space: nowrap; text-shadow: 0 2px 18px rgba(0,0,0,.16); }
.brand-subtitle { margin: 12px 0 0 3px; color: #f1eee9; font-size: .98rem; letter-spacing: .32em; }
.stock-heading { margin-top: 60px; }
.eyebrow { margin: 0 0 8px; color: #f3c1aa; font-size: .86rem; letter-spacing: .18em; font-weight: 700; }
.stock-heading h1 { margin: 0; font-size: clamp(2.9rem, 7vw, 4.6rem); letter-spacing: -.07em; line-height: 1.1; }
.stock-meta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin: 10px 0 0; color: #e2e5ed; font-size: 1rem; }
.meta-divider { width: 1px; height: 15px; background: rgba(255,255,255,.52); }

.content { position: relative; z-index: 1; margin-top: -42px; padding-bottom: 70px; }
.notice { margin-bottom: 16px; padding: 11px 16px; border: 1px solid rgba(255,255,255,.19); border-radius: 12px; background: rgba(255,255,255,.08); color: #e8ecf4; font-size: .85rem; line-height: 1.55; }
.card { margin-bottom: 16px; padding: 28px 30px; border: 1px solid rgba(21,34,57,.07); border-radius: 22px; background: #fffdf9; box-shadow: 0 14px 30px rgba(3,11,29,.17); }
.section-kicker { margin: 0 0 7px; font-size: .82rem; font-weight: 800; letter-spacing: .08em; color: #d87855; }
.section-heading { display: flex; justify-content: space-between; gap: 16px; align-items: end; margin-bottom: 20px; }
.section-heading h2 { margin: 0; font-size: 1.45rem; line-height: 1.2; letter-spacing: -.035em; }
.more-link { flex: none; color: #52637b; font-size: .85rem; text-decoration: none; padding: 5px 0; }
.more-link:hover, .text-link:hover { text-decoration: underline; }

.business-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: -5px 0 18px; }
.business-tags span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid #e6e9ed; border-radius: 8px; background: #f8fafb; font-size: .86rem; font-weight: 750; }
.business-tags small { color: #687a90; font-size: .74rem; font-weight: 600; }
.metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); row-gap: 22px; margin: 0; border-top: 1px solid #e8e6e2; padding-top: 20px; }
.metric-grid > div { min-width: 0; padding: 2px 17px; border-right: 1px solid #e8e6e2; }
.metric-grid > div:nth-child(4n+1) { padding-left: 0; }
.metric-grid > div:nth-child(4n) { border-right: 0; }
.metric-grid > div:last-child { border-right: 0; }
.metric-grid dt { color: #5c677a; font-size: .85rem; }
.metric-grid dd { margin: 7px 0 3px; font-size: clamp(1.1rem, 2.1vw, 1.7rem); font-weight: 800; letter-spacing: -.04em; white-space: nowrap; }
.metric-grid dd.pending { color: #79879a; font-size: 1rem; }
.metric-grid small { color: #8190a2; font-size: .7rem; line-height: 1.3; }

.scenario-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.scenario { position: relative; min-height: 172px; padding: 20px; border-radius: 14px; border: 1px solid #e9ebe6; background: #f8faf8; }
.scenario.bull { background: #f4faf6; border-color: #dcebe2; }
.scenario.base { background: #f6f7fb; border-color: #e1e4ef; }
.scenario.bear { background: #fdf6f6; border-color: #f2e0e2; }
.scenario h4 { margin: 0 0 14px; font-family: Georgia, serif; font-size: 1.6rem; }
.scenario.bull h4, .scenario.bull .scenario-symbol { color: #d07758; }
.scenario.bear h4, .scenario.bear .scenario-symbol { color: #c95868; }
.scenario-symbol { position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.8); color: #667996; font-size: 1.2rem; }
.scenario-price { margin: 0 0 8px !important; font-size: 1.8rem; font-weight: 800; line-height: 1.1 !important; letter-spacing: -.04em; }
.scenario > p:last-child { margin: 0; color: #657185; font-size: .84rem; line-height: 1.45; }
.card-footnote { margin: 15px 0 0; color: #7f8998; font-size: .75rem; }
.investment-points { scroll-margin-top: 16px; }
.snapshot-badge { flex: none; padding: 6px 9px; border-radius: 8px; background: #f1f4f8; color: #536984; font-size: .72rem; font-weight: 800; }
.section-intro { margin: -5px 0 17px; color: #65748a; font-size: .83rem; line-height: 1.6; }
.points-table { min-width: 690px; }
.points-table th, .points-table td, .canslim-table th, .canslim-table td, .theme-table th, .theme-table td, .strategy-table th, .strategy-table td { text-align: left; white-space: normal; vertical-align: top; line-height: 1.6; }
.points-table th:first-child { width: 17%; }
.points-table td:nth-child(2) { width: 24%; font-weight: 750; }
.points-table th small { display: block; margin-top: 5px; color: #8090a1; font-size: .72rem; font-weight: 600; }
.points-table a, .canslim-table a { display: inline-block; color: #b66b4f; font-weight: 800; white-space: nowrap; }
.points-table .table-scroll { margin-bottom: 0; }
.point-detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 4px; }
.point-explainer { display: flex; flex-direction: column; min-width: 0; padding: 18px; border: 1px solid #e7ece7; border-radius: 13px; background: #f8fbf8; }
.point-explainer.point-product { border-color: #e6e8f1; background: #f8f9fc; }
.point-explainer.point-pricing { border-color: #f0e6df; background: #fdf9f5; }
.point-date { color: #7c8a9c; font-size: .73rem; font-weight: 750; }
.point-explainer h3 { margin: 6px 0 11px; font-size: 1.02rem; }
.point-explainer p + p { margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(78,94,119,.13); }
.point-explainer p strong { color: #223752; }
.point-explainer a, .detail-body .subtle-note a { color: #b46b50; font-weight: 800; }
.point-explainer a { margin-top: auto; padding-top: 15px; font-size: .81rem; text-decoration: none; }
.point-explainer a:hover { text-decoration: underline; }

.framework-nav { scroll-margin-top: 16px; }
.framework-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 11px; }
.nav-tile { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 12px; align-items: center; min-height: 68px; padding: 15px; border: 1px solid #ede7e0; border-radius: 13px; color: #182c4a; text-decoration: none; font-size: .96rem; font-weight: 750; transition: transform .18s, box-shadow .18s; }
.nav-tile:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(14,31,56,.08); }
.nav-tile > span:last-child { font-size: 1.5rem; font-weight: 300; color: #486382; }
.tile-number { display: grid; place-items: center; width: 34px; height: 34px; background: rgba(255,255,255,.7); border-radius: 50%; font-size: .81rem; font-weight: 800; }
.tint-peach { background: #fff8f4; border-color: #f3e4dd; }
.tint-blue { background: #f6faff; border-color: #e1e9f3; }
.tint-sage { background: #f6faf7; border-color: #e1ebe2; }
.tint-lavender { background: #f9f7fc; border-color: #e9e4f2; }
.tint-cream { background: #fdfbf5; border-color: #f0eadb; }
.tint-rose { background: #fdf8f8; border-color: #f1e5e5; }

.detail-heading { padding: 38px 4px 12px; color: white; }
.detail-heading span { color: #f1b99d; font-size: .78rem; letter-spacing: .24em; font-weight: 800; }
.detail-heading h2 { margin: 8px 0 4px; font-size: 2rem; letter-spacing: -.04em; }
.detail-heading p { margin: 0; color: #cbd4e4; font-size: .9rem; }
.detail-card { padding: 0; scroll-margin-top: 16px; }
.detail-card details { border-radius: inherit; }
.detail-card summary { display: flex; align-items: center; gap: 16px; list-style: none; cursor: pointer; padding: 22px 28px; font-size: 1.2rem; font-weight: 800; letter-spacing: -.03em; }
.detail-card summary::-webkit-details-marker { display: none; }
.detail-num { color: #dc8b6d; font-family: Georgia, serif; font-size: 1.3rem; }
.summary-chevron { margin-left: auto; width: 10px; height: 10px; border-bottom: 2px solid #526782; border-right: 2px solid #526782; transform: rotate(45deg); transition: transform .18s; }
.detail-card details[open] .summary-chevron { transform: rotate(225deg); }
.detail-body { border-top: 1px solid #eee9e4; padding: 22px 28px 28px; line-height: 1.7; }
.back-to-framework { display: inline-flex; align-items: center; margin-top: 24px; padding: 8px 11px; border: 1px solid #dfe7ef; border-radius: 9px; background: #f5f8fb; color: #315273; font-size: .8rem; font-weight: 800; text-decoration: none; }
.back-to-framework:hover { background: #eaf1f8; }
.detail-body .lead { margin: 0 0 19px; padding: 16px 18px; border-radius: 11px; background: #fff8f4; font-weight: 700; }
.detail-columns { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.detail-body h3 { margin: 0 0 5px; font-size: .98rem; }
.detail-body p { margin: 0; color: #43526a; font-size: .92rem; }
.opinion-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr); gap: 20px; }
.opinion-primary { padding: 19px; border: 1px solid #f2e0d5; border-radius: 12px; background: #fff8f3; }
.opinion-primary > span { display: block; color: #b16d50; font-size: .77rem; font-weight: 800; }
.opinion-primary strong { display: block; margin: 4px 0 8px; color: #dd8262; font-family: Georgia, serif; font-size: 2.05rem; line-height: 1.1; }
.opinion-facts { margin: 0; border: 1px solid #e9e9e6; border-radius: 12px; overflow: hidden; }
.opinion-facts > div { display: flex; justify-content: space-between; gap: 10px; padding: 9px 13px; border-bottom: 1px solid #e9e9e6; }
.opinion-facts > div:last-child { border-bottom: 0; }
.opinion-facts dt { color: #69788b; font-size: .81rem; }
.opinion-facts dd { margin: 0; font-size: .84rem; font-weight: 800; text-align: right; }
.advisory { margin-top: 17px !important; color: #6e788a !important; font-size: .73rem !important; text-align: left; }
.analyst-comment { margin-top: 19px; padding: 16px 19px; border-left: 3px solid #e9ad8e; border-radius: 0 10px 10px 0; background: #fff8f2; }
.valuation-note { margin-top: 16px !important; padding: 12px 15px; border-left: 3px solid #b8c9d9; border-radius: 0 10px 10px 0; background: #f6f9fc; font-size: .83rem !important; line-height: 1.65; }
.valuation-note a { color: #a85f48; font-weight: 800; }
.analyst-comment h3 { margin: 0 0 5px; }
.analyst-comment h3 small { color: #a88170; font-size: .7rem; }
.analyst-comment p { color: #4d5265; font-style: italic; line-height: 1.65; }
.heading-unit { color: #8591a0; font-size: .76rem; font-weight: 500; }
.subsection-title { margin-top: 25px !important; }
.table-scroll { width: 100%; overflow-x: auto; margin: 9px 0 22px; }
.data-table { width: 100%; min-width: 560px; border-collapse: collapse; font-size: .86rem; font-variant-numeric: tabular-nums; }
.data-table caption { margin-bottom: 8px; text-align: left; color: #8791a0; font-size: .74rem; }
.data-table th, .data-table td { padding: 10px 12px; border-bottom: 1px solid #e9ecef; text-align: right; white-space: nowrap; }
.data-table th:first-child, .data-table td:first-child { text-align: left; }
.data-table thead { background: #f5f7fa; color: #68798f; }
.data-table tbody tr:last-child th, .data-table tbody tr:last-child td { border-bottom: 0; }
.data-table tbody th { font-weight: 800; }
.data-table .estimate-value { background: #fff7f2; color: #a65f45; font-weight: 800; }
.finance-charts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 12px 0 14px; }
.finance-chart { min-width: 0; padding: 15px 13px 12px; border: 1px solid #e8edf2; border-radius: 12px; background: #f9fbfc; }
.finance-chart h4 { margin: 0 0 12px; font-size: .85rem; }
.bar-plot { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; height: 180px; border-bottom: 1px solid #dbe2ea; }
.bar-item { display: flex; flex-direction: column; justify-content: flex-end; align-items: center; min-width: 0; text-align: center; }
.bar-item strong { margin-bottom: 4px; font-size: .67rem; line-height: 1; }
.bar-item i { display: block; width: min(34px, 75%); height: var(--bar); min-height: 8px; border-radius: 5px 5px 0 0; background: #afc1d6; }
.bar-item.estimate i { background: #e8ae92; }
.bar-item.missing i { visibility: hidden; }
.bar-item.missing strong { color: #8791a0; font-weight: 600; }
.bar-item span { display: block; width: 100%; margin-top: 5px; color: #66778e; font-size: .66rem; white-space: nowrap; }
.canslim-heading { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 20px; }
.canslim-heading h3 { margin: 0; }
.canslim-heading > span { padding: 4px 8px; border-radius: 7px; background: #f8e9dc; color: #9c5d45; font-size: .75rem; font-weight: 800; }
.canslim-table { min-width: 650px; }
.canslim-table th:first-child { width: 19%; }
.canslim-table td:nth-child(2) { width: 15%; }
.pass-badge, .pending-badge { display: inline-block; padding: 3px 8px; border-radius: 6px; font-size: .74rem; font-weight: 800; white-space: nowrap; }
.pass-badge { background: #e7f3e9; color: #32704a; }
.pending-badge { background: #f0f2f5; color: #697687; }
.theme-name { margin-bottom: 17px; padding: 12px 14px; border: 1px solid #f0e1d4; border-radius: 10px; background: #fff8f2; }
.theme-name span { display: block; color: #a87458; font-size: .72rem; font-weight: 750; }
.theme-name strong { display: block; margin-top: 3px; font-size: .97rem; }
.theme-table, .strategy-table { min-width: 570px; }
.theme-table th:first-child, .strategy-table th:first-child { width: 25%; }
.theme-analysis-table { min-width: 0; table-layout: fixed; }
.theme-analysis-table th:first-child { width: 24%; }
.theme-analysis-table th, .theme-analysis-table td { white-space: normal; overflow-wrap: anywhere; }
.theme-peer-table { min-width: 700px; }
.mini-chart { margin: 0 0 18px; padding: 17px; border: 1px solid #ebedf1; border-radius: 12px; background: #fafbfd; }
.mini-chart h3 { margin-bottom: 14px; }
.mini-chart h3 small { margin-left: 4px; color: #8b97a4; font-size: .75rem; font-weight: 500; }
.mini-chart > div { display: grid; grid-template-columns: 55px minmax(0, 1fr) 35px; gap: 9px; align-items: center; margin-top: 7px; font-size: .76rem; }
.mini-chart i { display: block; width: var(--bar); height: 17px; border-radius: 4px; background: #aebfd2; }
.mini-chart > div:last-child i { background: #edab8e; }
.mini-chart strong { text-align: right; }
.status-strip { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.status-strip > * { padding: 6px 8px; border-radius: 7px; background: #f3f5f8; font-size: .75rem; }
.status-strip > strong { background: #f5e9df; }
.status-strip b { color: #a26248; }
.news-panel { margin: 20px 0 24px; padding: 17px; border: 1px solid #e8edf0; border-radius: 12px; background: #f8fafb; }
.news-heading { display: flex; justify-content: space-between; gap: 10px; align-items: start; }
.news-heading h3 { margin: 0; }
.news-heading p { margin-top: 3px; font-size: .76rem; color: #718096; }
.live-badge { flex: none; padding: 4px 7px; border-radius: 6px; background: #e8eef6; color: #4c698a; font-size: .71rem; font-weight: 800; }
.news-status { margin-top: 14px; padding: 12px; border-radius: 8px; background: #fff; color: #56677d; font-size: .86rem; }
.news-list { margin: 12px 0 0; padding: 0; list-style: none; }
.news-list li { padding: 12px 0; border-bottom: 1px solid #e2e8ee; }
.news-list li:last-child { border-bottom: 0; }
.news-list a { display: inline-block; color: #172b49; font-weight: 800; line-height: 1.5; text-decoration: none; }
.news-list a:hover { text-decoration: underline; }
.news-list small { display: block; margin-top: 3px; color: #718096; }
.news-panel .text-link { margin-top: 13px; font-size: .79rem; }
.subtle-note { margin-top: 13px !important; color: #788598 !important; font-size: .76rem !important; }
.stage-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 11px 0 24px; padding: 0; list-style: none; }
.stage-track li { position: relative; padding: 12px; border: 1px solid #e4e9ef; border-radius: 10px; background: #f7f9fb; }
.stage-track li.active { border-color: #eac5b2; background: #fff5ef; }
.stage-track strong, .stage-track small { display: block; }
.stage-track small { margin-top: 4px; color: #758195; font-size: .73rem; }
.price-ladder { display: grid; gap: 11px; margin: 10px 0 16px; }
.price-ladder > div { display: grid; grid-template-columns: 120px 130px minmax(0,1fr); gap: 10px; align-items: center; }
.price-ladder span { color: #64738a; font-size: .8rem; }
.price-ladder strong { font-size: .9rem; }
.price-ladder i { display: block; height: 13px; border-radius: 4px; }
.target-bar { width: 100%; background: #b9d7c3; }
.current-bar { width: 71%; background: #a8bbd9; }
.entry-bar { width: 52%; background: #f1c9ac; }
.exit-bar { width: 36%; background: #e4bac0; }
.risk-list { display: grid; gap: 8px; }
.risk-list > div { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 12px; padding: 10px 12px; border: 1px solid #eeeae5; border-radius: 9px; }
.risk-list small { color: #6b7788; }
.risk-level { border-radius: 5px; padding: 2px 5px; text-align: center; font-size: .7rem; font-weight: 800; }
.risk-level.high { background: #fce8e6; color: #a94342; }
.risk-level.mid { background: #fbefdb; color: #9a6a23; }
.level-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 16px; }
.level-grid > div { padding: 13px; border-radius: 10px; background: #f7f9fc; }
.level-grid span { display: block; margin-bottom: 6px; color: #68798d; font-size: .78rem; }
.level-grid strong { font-size: 1.03rem; }
.sources h2 { margin: 0 0 12px; font-size: 1.15rem; }
.sources p { max-width: 850px; margin: 0 0 9px; color: #56647a; font-size: .88rem; line-height: 1.65; }
.sources p:last-child { margin: 0; }
.empty-state { padding-block: 42px; }
.empty-state h2 { margin: 0 0 12px; font-size: 1.55rem; }
.empty-state p:not(.section-kicker) { max-width: 600px; line-height: 1.7; color: #5b6880; }
.text-link { display: inline-block; margin-top: 12px; color: #bd6d50; font-weight: 800; text-decoration: none; }
.footer { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 32px; color: #acb8cb; font-size: .78rem; letter-spacing: .05em; }
.footer a { color: #e5c4b2; text-decoration: none; }

@media (max-width: 760px) {
  .point-detail-grid { grid-template-columns: 1fr; }
  .hero { min-height: 365px; background-position: center, 61% center; }
  .hero-inner, .content, .footer { width: min(calc(100% - 28px), 560px); }
  .hero-inner { padding-block: 16px 60px; }
  .leo-mark { width: 52px; height: 52px; font-size: 2.15rem; }
  .brand { margin-top: 8px; font-size: clamp(2.05rem, 7.5vw, 3.4rem); letter-spacing: -.035em; white-space: normal; text-wrap: balance; }
  .brand-subtitle { font-size: .77rem; letter-spacing: .18em; }
  .stock-heading { margin-top: 54px; }
  .stock-heading h1 { font-size: 3rem; }
  .content { margin-top: -30px; }
  .card { padding: 21px 19px; border-radius: 18px; }
  .metric-grid { grid-template-columns: repeat(3, minmax(0,1fr)); row-gap: 19px; }
  .metric-grid > div { padding-left: 12px; border-right: 1px solid #e8e6e2; }
  .metric-grid > div:nth-child(4n+1) { padding-left: 12px; }
  .metric-grid > div:nth-child(4n) { border-right: 1px solid #e8e6e2; }
  .metric-grid > div:nth-child(3n+1) { padding-left: 0; }
  .metric-grid > div:nth-child(3n) { border-right: 0; }
  .metric-grid dd { font-size: 1.22rem; }
  .metric-grid small { display: none; }
  .opinion-grid { grid-template-columns: 1fr; }
  .framework-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .detail-card { padding: 0; }
  .detail-card summary { padding: 19px; }
  .detail-body { padding: 18px 19px 22px; }
  .points-table, .canslim-table { min-width: 0; }
  .points-table thead, .canslim-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .points-table tbody, .points-table tr, .points-table th, .points-table td,
  .canslim-table tbody, .canslim-table tr, .canslim-table th, .canslim-table td { display: block; width: 100% !important; }
  .points-table tr, .canslim-table tr { margin-bottom: 9px; padding: 10px 0; border: 1px solid #e8edf2; border-radius: 10px; background: #fafbfd; }
  .points-table th, .points-table td, .canslim-table th, .canslim-table td { padding: 3px 12px; border: 0; }
  .points-table td:nth-child(2)::before, .points-table td:nth-child(3)::before,
  .canslim-table td:nth-child(2)::before, .canslim-table td:nth-child(3)::before { display: block; margin-top: 5px; color: #8290a0; font-size: .7rem; font-weight: 700; }
  .points-table td:nth-child(2)::before { content: "주요 포인트"; }
  .points-table td:nth-child(3)::before { content: "상세내용"; }
  .canslim-table td:nth-child(2)::before { content: "판정"; }
  .canslim-table td:nth-child(3)::before { content: "판정 이유와 확인할 자료"; }
}
@media (max-width: 500px) {
  .hero { min-height: 340px; }
  .brand { font-size: clamp(1.85rem, 7.6vw, 2.5rem); }
  .stock-heading h1 { font-size: 2.65rem; }
  .stock-meta { font-size: .83rem; }
  .notice { font-size: .74rem; }
  .section-heading h2 { font-size: 1.25rem; }
  .scenario-grid { gap: 7px; }
  .scenario { min-height: 149px; padding: 12px 9px; }
  .scenario h4 { font-size: 1.24rem; }
  .scenario-price { font-size: 1.16rem; }
  .scenario > p:last-child { font-size: .7rem; }
  .scenario-symbol { display: none; }
  .nav-tile { min-height: 67px; padding: 10px 9px; gap: 6px; font-size: .77rem; }
  .tile-number { width: 26px; height: 26px; font-size: .67rem; }
  .detail-columns, .level-grid { grid-template-columns: 1fr; }
  .price-ladder > div { grid-template-columns: 90px 120px minmax(0,1fr); gap: 5px; }
  .price-ladder span, .price-ladder strong { font-size: .7rem; }
  .risk-list > div { grid-template-columns: 50px 1fr; }
  .risk-list small { grid-column: 2; }
  .finance-charts { grid-template-columns: 1fr; gap: 10px; }
  .finance-chart { padding: 12px; }
  .finance-chart h4 { font-size: .82rem; }
  .bar-plot { height: 145px; gap: 8px; }
  .bar-item strong { font-size: .66rem; }
  .bar-item span { font-size: .64rem; }
  .bar-item i { height: var(--bar-mobile); }
  .investment-points .section-heading { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
