:root {
  color-scheme: light !important;
  --apple-bg: #f5f5f7;
  --apple-surface: #ffffff;
  --apple-ink: #1d1d1f;
  --apple-muted: #6e6e73;
  --apple-line: #d2d2d7;
  --apple-blue: #0071e3;
  --apple-green: #008f4c;
  --apple-red: #d70015;
  --bg: var(--apple-bg) !important;
  --surface: var(--apple-surface) !important;
  --paper: var(--apple-surface) !important;
  --paper-soft: #fbfbfd !important;
  --text: var(--apple-ink) !important;
  --ink: var(--apple-ink) !important;
  --muted: var(--apple-muted) !important;
  --line: var(--apple-line) !important;
  --line-strong: #a7a7ad !important;
  --brand: var(--apple-blue) !important;
  --accent: var(--apple-blue) !important;
  --green: var(--apple-green) !important;
  --red: var(--apple-red) !important;
  font-family: "SF Pro HK", "SF Pro Display", "PingFang HK", "PingFang TC", "Helvetica Neue", Arial, sans-serif !important;
}

html,
body {
  background: var(--apple-bg) !important;
  color: var(--apple-ink) !important;
}

body {
  font-variant-numeric: tabular-nums;
  text-rendering: optimizeLegibility;
}

code,
table,
.market-table,
.rank-value,
.metric strong,
.stat strong,
.market-summary strong {
  font-family: "SF Mono", "Roboto Mono", ui-monospace, monospace !important;
}

* {
  scrollbar-color: #b7b7bc transparent;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: #b7b7bc;
  border-color: transparent;
  border-radius: 999px;
}

button,
input,
select,
textarea {
  border-radius: 12px !important;
}

button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(0, 113, 227, .34) !important;
  outline-offset: 2px;
}

.up,
.pos {
  color: var(--apple-green) !important;
}

.down,
.neg {
  color: var(--apple-red) !important;
}

/* Shared navigation */
.site-top-nav,
.stock-terminal .topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100% !important;
  max-width: none !important;
  min-height: 52px;
  margin: 0 !important;
  padding-inline: max(24px, calc((100vw - 1320px) / 2)) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, .08) !important;
  background: rgba(250, 250, 252, .88) !important;
  color: var(--apple-ink) !important;
  backdrop-filter: blur(24px) saturate(1.5);
  box-shadow: none !important;
}

.site-home,
.stock-terminal .brand {
  color: var(--apple-ink) !important;
}

.site-home {
  min-height: 52px !important;
  font-size: 20px !important;
}

.site-home span,
.site-home b,
.stock-terminal .brand span,
.stock-terminal .brand strong {
  color: var(--apple-ink) !important;
}

.site-home b {
  color: var(--apple-blue) !important;
}

.stock-terminal .brand span {
  display: inline-grid;
  width: auto;
  height: auto;
  padding: 0;
  background: transparent !important;
  font-size: 15px;
}

.site-top-nav > div a {
  min-height: 52px !important;
  border: 0 !important;
  background: transparent !important;
  color: #3a3a3c !important;
  font-size: 13px;
  font-weight: 600;
}

.site-top-nav > div a:hover,
.site-top-nav > div a.active,
.site-top-nav > div a.nav-wsc:hover,
.site-top-nav > div a.nav-wsc.active,
.site-top-nav .nav-wsc {
  background: transparent !important;
  color: var(--apple-blue) !important;
  box-shadow: none !important;
}

.nav-search,
.stock-terminal .global-search input {
  border: 1px solid var(--apple-line) !important;
  background: rgba(255, 255, 255, .8) !important;
  color: var(--apple-ink) !important;
}

.nav-search:hover,
.stock-terminal .global-search input:focus {
  border-color: var(--apple-blue) !important;
}

.stock-terminal .global-search button,
.search-box button,
.buyback-filter button,
.section-action {
  border: 1px solid var(--apple-blue) !important;
  background: var(--apple-blue) !important;
  color: #fff !important;
}

.stock-terminal .global-search button.secondary {
  border-color: var(--apple-line) !important;
  background: #fff !important;
  color: var(--apple-ink) !important;
}

/* Selected Apple Store homepage */
.home-page {
  width: 100%;
  max-width: none !important;
  padding: 0 0 72px !important;
  background: var(--apple-bg) !important;
}

.apple-store-hero {
  width: min(1320px, calc(100vw - 64px));
  margin: 0 auto;
  padding: 70px 0 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 70px;
  align-items: end;
}

.apple-store-hero h1 {
  margin: 0;
  color: var(--apple-ink);
  line-height: 1;
}

.apple-title-lockup {
  align-self: end;
}

.apple-title-kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 24px;
  color: #535359;
  font-family: "SF Mono", "Roboto Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .15em;
}

.apple-title-kicker span + span {
  padding-left: 18px;
  border-left: 1px solid #a8a8ad;
}

.apple-title-primary,
.apple-title-secondary {
  display: block;
  white-space: nowrap;
}

.apple-title-primary {
  font-family: "SF Pro HK", "SF Pro Display", "PingFang HK", "PingFang TC", "Helvetica Neue", sans-serif;
  font-size: clamp(70px, 7.1vw, 102px);
  font-weight: 760;
  line-height: .86;
  letter-spacing: -.075em;
}

.apple-title-secondary {
  margin-top: .24em;
  font-family: "Songti TC", "Noto Serif TC", "Source Han Serif TC", "PMingLiU", serif;
  font-size: clamp(52px, 5.65vw, 81px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
}

.apple-title-dot {
  color: var(--apple-blue);
  font-family: "SF Pro HK", "PingFang HK", sans-serif;
  font-weight: 520;
}

.apple-store-hero aside {
  display: grid;
  gap: 10px;
  padding-bottom: 10px;
}

.apple-store-hero aside strong {
  color: var(--apple-ink);
  font-size: 18px;
  line-height: 1.35;
}

.apple-store-hero aside span,
.apple-store-hero aside small {
  color: var(--apple-muted);
  font-size: 13px;
  line-height: 1.45;
}

.apple-store-hero aside a,
.apple-section-heading > a,
.apple-insight-card small {
  color: var(--apple-blue);
  font-size: 13px;
  font-weight: 650;
}

.signal-home-hero {
  position: relative;
  width: min(1320px, calc(100vw - 64px));
  min-height: 548px;
  margin: 28px auto 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 30px;
  background: #07101d;
  color: #fff;
  box-shadow: 0 24px 64px rgba(6, 18, 35, .22);
  isolation: isolate;
}

.signal-home-hero > img,
.signal-home-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.signal-home-hero > img {
  z-index: -2;
  object-fit: cover;
  object-position: center;
  animation: signal-hero-arrive 1.2s cubic-bezier(.2, .7, .2, 1) both;
}

.signal-home-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 11, 20, .97) 0%, rgba(5, 11, 20, .92) 35%, rgba(5, 11, 20, .34) 64%, rgba(5, 11, 20, .08) 100%),
    linear-gradient(0deg, rgba(3, 8, 15, .78) 0%, transparent 38%);
}

@keyframes signal-hero-arrive {
  from { opacity: .68; transform: scale(1.035); }
  to { opacity: 1; transform: scale(1); }
}

.signal-home-copy {
  position: relative;
  z-index: 1;
  width: min(650px, 58%);
  padding: 44px 48px 170px;
}

.signal-home-eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, .68);
  font-family: "SF Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: .1em;
}

.signal-home-eyebrow > span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #f6c978;
  font-weight: 760;
}

.signal-home-eyebrow time {
  font-style: normal;
}

.signal-home-copy h1 {
  margin: 34px 0 0;
  color: #fff;
  font-family: "Songti TC", "Noto Serif TC", "Source Han Serif TC", serif;
  font-size: clamp(54px, 5.3vw, 76px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.045em;
}

.signal-home-copy h1 span,
.signal-home-copy h1 strong {
  display: block;
}

.signal-home-copy h1 strong {
  margin-top: .16em;
  color: #f4c66f;
  font-weight: 600;
}

.signal-home-copy > p {
  max-width: 520px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.6;
}

.signal-home-actions {
  display: flex;
  gap: 10px;
  margin-top: 26px;
}

.signal-home-actions a {
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  transition: transform .24s ease, background .24s ease, color .24s ease;
}

.signal-home-actions a:first-child {
  border-color: #fff;
  background: #fff;
  color: #101721;
}

.signal-home-actions a:hover {
  transform: translateY(-2px);
  background: #fff;
  color: #101721;
}

.signal-home-metrics {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 18px;
  background: rgba(5, 12, 22, .66);
  backdrop-filter: blur(18px) saturate(1.25);
}

.signal-home-metrics > div {
  min-width: 0;
  padding: 16px 19px;
  display: grid;
  gap: 4px;
}

.signal-home-metrics > div + div {
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.signal-home-metrics span,
.signal-home-metrics small {
  color: rgba(255, 255, 255, .55);
  font-size: 10px;
}

.signal-home-metrics strong {
  overflow: hidden;
  color: #fff;
  font-family: "SF Mono", ui-monospace, monospace;
  font-size: 18px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.apple-ai-shell {
  width: min(1320px, calc(100vw - 64px));
  margin: 26px auto 48px;
  overflow: hidden;
  border: 1px solid rgba(90, 63, 19, .16);
  border-radius: 28px;
  background: #f5ecdc;
  box-shadow: 0 22px 58px rgba(47, 33, 12, .15);
}

.apple-ai-shell > summary {
  list-style: none;
}

.apple-ai-shell > summary::-webkit-details-marker {
  display: none;
}

.apple-ai-cover {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  cursor: pointer;
  isolation: isolate;
}

.apple-ai-cover::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, rgba(250, 244, 233, .98) 0%, rgba(246, 236, 220, .91) 36%, rgba(241, 225, 201, .18) 63%, rgba(12, 11, 9, .08) 100%);
}

.apple-ai-cover > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .8s cubic-bezier(.2, .7, .2, 1), filter .8s ease;
}

.apple-ai-shell:not([open]) .apple-ai-cover:hover > img {
  transform: scale(1.018);
  filter: saturate(1.08);
}

.apple-ai-cover-copy {
  width: min(570px, 54%);
  min-height: 390px;
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #241b0c;
}

.apple-ai-cover-copy > span:first-child {
  color: #8c5c13;
  font-family: "SF Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .1em;
}

.apple-ai-cover h2 {
  margin: 18px 0 0;
  color: #20170b;
  font-family: "Songti TC", "Noto Serif TC", "Source Han Serif TC", serif;
  font-size: clamp(46px, 4.2vw, 64px);
  line-height: .98;
  letter-spacing: -.045em;
}

.apple-ai-cover h2 span {
  color: #b87812;
}

.apple-ai-cover-copy > p {
  max-width: 500px;
  margin: 18px 0 0;
  color: #5f503b;
  font-size: 16px;
  line-height: 1.55;
}

.apple-ai-cover-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: #7d6a4f;
  font-size: 13px;
}

.apple-ai-cover-meta strong {
  color: #251b0d;
  font-family: "SF Mono", ui-monospace, monospace;
  font-size: 24px;
}

.apple-ai-cover-meta i {
  width: 1px;
  height: 16px;
  margin-inline: 3px;
  background: rgba(96, 72, 35, .28);
}

.apple-ai-action {
  min-width: 178px;
  margin-top: auto;
  padding: 13px 16px 13px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 999px;
  background: #201a12;
  color: #fff;
  box-shadow: 0 8px 22px rgba(32, 26, 18, .2);
  font-size: 13px;
  transition: transform .24s ease, background .24s ease;
}

.apple-ai-cover:hover .apple-ai-action {
  transform: translateY(-2px);
  background: #000;
}

.apple-ai-action b {
  font-weight: 720;
}

.apple-ai-action i {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  font-size: 16px;
  font-style: normal;
  transition: transform .35s ease;
}

.apple-ai-shell .when-open { display: none; }
.apple-ai-shell[open] .when-closed { display: none; }
.apple-ai-shell[open] .when-open { display: inline; }
.apple-ai-shell[open] .apple-ai-action i { transform: rotate(45deg); }

.apple-ai-content {
  padding: 32px 34px 28px;
  border-top: 1px solid rgba(92, 65, 22, .13);
  background:
    radial-gradient(circle at 92% 8%, rgba(226, 172, 65, .2), transparent 24%),
    linear-gradient(145deg, #fffaf0 0%, #f7efe0 100%);
  animation: apple-ai-open .5s cubic-bezier(.2, .7, .2, 1) both;
}

@keyframes apple-ai-open {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.apple-ai-expanded-heading {
  margin-bottom: 22px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.apple-ai-expanded-heading span {
  color: #9a5d00;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .1em;
}

.apple-ai-expanded-heading h3 {
  margin: 4px 0 0;
  color: #241b0c;
  font-size: 28px;
  letter-spacing: -.03em;
}

.apple-ai-expanded-heading p {
  max-width: 360px;
  margin: 0;
  color: #7b6a50;
  font-size: 12px;
  text-align: right;
}

.apple-ai-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.apple-ai-pick {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(116, 80, 20, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 8px 22px rgba(72, 48, 10, .06);
}

.apple-ai-pick > header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: start;
}

.apple-ai-rank {
  color: #bd7a11;
  font-family: "SF Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 800;
}

.apple-ai-pick header code {
  color: #80663f !important;
  font-size: 10px;
}

.apple-ai-pick h3 {
  margin: 3px 0 0;
  color: #241b0c;
  font-size: 19px;
  line-height: 1.15;
}

.apple-ai-pick header > b {
  color: #9a5d00;
  font-family: "SF Mono", ui-monospace, monospace;
  font-size: 26px;
  letter-spacing: -.06em;
}

.apple-ai-pick header > b small {
  margin-left: 2px;
  font-size: 10px;
  letter-spacing: 0;
}

.apple-ai-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 14px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee1cb;
}

.apple-ai-price strong,
.apple-ai-price span {
  font-family: "SF Mono", ui-monospace, monospace;
}

.apple-ai-price strong { color: #241b0c; font-size: 17px; }
.apple-ai-price span { font-size: 11px; font-weight: 750; }
.apple-ai-price em {
  margin-left: auto;
  color: #8b5a0b;
  font-size: 10px;
  font-style: normal;
  font-weight: 720;
}

.apple-ai-pick ol {
  margin: 0;
  padding-left: 19px;
  color: #443826;
  font-size: 12px;
  line-height: 1.52;
}

.apple-ai-pick li + li { margin-top: 7px; }
.apple-ai-pick li::marker { color: #bd7a11; font-weight: 800; }

.apple-ai-pick > p {
  margin: 12px 0 0;
  padding: 9px 10px;
  border-radius: 10px;
  background: #f8f2e8;
  color: #786b57;
  font-size: 10px;
  line-height: 1.45;
}

.apple-ai-pick > p strong { color: #a35417; }

.apple-ai-pick > footer {
  width: auto;
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  border: 0 !important;
}

.apple-ai-pick > footer span {
  padding: 4px 7px;
  border: 1px solid #ead9b8;
  border-radius: 999px;
  color: #765216;
  font-size: 9px;
  font-weight: 700;
}

.apple-ai-method {
  display: flex;
  gap: 5px;
  margin-top: 18px;
  color: #6f6049;
  font-size: 11px;
  line-height: 1.5;
}

.apple-ai-method strong { color: #49351a; }
.apple-ai-method span { margin-left: auto; color: #9b5b2f; }

.apple-category-rail,
.apple-feature-rail {
  display: flex;
  gap: 16px;
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.apple-category-rail::-webkit-scrollbar,
.apple-feature-rail::-webkit-scrollbar {
  display: none;
}

.apple-category-rail {
  padding: 0 max(32px, calc((100vw - 1320px) / 2)) 24px;
}

.apple-category-card {
  position: relative;
  flex: 0 0 250px;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
  transition: transform .32s cubic-bezier(.4, 0, .2, 1), box-shadow .32s cubic-bezier(.4, 0, .2, 1);
}

.apple-category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .11);
}

.apple-category-card img {
  display: block;
  width: 100%;
  height: 136px;
  object-fit: cover;
}

.apple-category-card > span {
  display: grid;
  gap: 4px;
  min-height: 76px;
  padding: 15px 54px 15px 17px;
}

.apple-category-card strong {
  color: var(--apple-ink);
  font-size: 17px;
}

.apple-category-card small {
  color: var(--apple-muted);
  font-size: 12px;
}

.apple-category-card > b {
  position: absolute;
  right: 15px;
  bottom: 22px;
  color: var(--apple-blue);
  font-size: 12px;
}

.apple-section-heading {
  width: min(1320px, calc(100vw - 64px));
  margin: 32px auto 18px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.apple-section-heading > div {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.apple-section-heading h2 {
  margin: 0;
  color: var(--apple-ink);
  font-size: 34px;
  letter-spacing: -.035em;
}

.apple-section-heading p {
  color: var(--apple-muted);
  font-size: 17px;
}

.apple-feature-rail {
  padding: 0 max(32px, calc((100vw - 1320px) / 2)) 28px;
}

.apple-feature-card {
  position: relative;
  flex: 0 0 min(420px, 84vw);
  height: 270px;
  overflow: hidden;
  scroll-snap-align: start;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transition: transform .32s cubic-bezier(.4, 0, .2, 1), box-shadow .32s cubic-bezier(.4, 0, .2, 1);
}

.apple-feature-card:hover {
  transform: scale(1.012);
  box-shadow: 0 22px 48px rgba(0, 0, 0, .14);
}

.apple-feature-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.apple-feature-card.dark {
  color: #fff;
}

.apple-feature-copy {
  position: relative;
  z-index: 1;
  width: 58%;
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--apple-ink);
}

.apple-feature-card.dark .apple-feature-copy {
  color: #fff;
}

.apple-feature-copy code {
  color: currentColor !important;
  font-size: 12px;
  opacity: .84;
}

.apple-feature-copy > strong {
  margin-top: 4px;
  font-size: 17px;
}

.apple-feature-copy h3 {
  margin: 18px 0 0;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -.02em;
}

.apple-feature-copy > div {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: auto;
}

.apple-feature-copy > div b {
  font-family: "SF Mono", ui-monospace, monospace;
  font-size: 25px;
}

.apple-feature-copy > div em {
  font-family: "SF Mono", ui-monospace, monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.apple-feature-copy > small {
  margin-top: 7px;
  font-size: 11px;
  opacity: .68;
}

.understand-heading {
  margin-top: 34px;
}

.apple-insight-grid {
  width: min(1320px, calc(100vw - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.apple-insight-card {
  min-height: 166px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
  transition: transform .32s cubic-bezier(.4, 0, .2, 1), box-shadow .32s cubic-bezier(.4, 0, .2, 1);
}

.apple-insight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .1);
}

.apple-insight-card > span {
  color: var(--apple-blue);
  font-size: 12px;
  font-weight: 700;
}

.apple-insight-card > strong {
  margin-top: 9px;
  color: var(--apple-ink);
  font-size: 18px;
  line-height: 1.25;
}

.apple-insight-card p {
  margin-top: 8px;
  color: var(--apple-muted);
  font-size: 13px;
  line-height: 1.45;
}

.apple-insight-card small {
  margin-top: auto;
  padding-top: 12px;
}

.reveal-item {
  opacity: 0;
  transform: translateY(18px);
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .7s cubic-bezier(.4, 0, .2, 1), transform .7s cubic-bezier(.4, 0, .2, 1);
}

.home-page footer {
  width: min(1320px, calc(100vw - 64px));
  margin: 52px auto 0;
  padding-top: 20px;
  border-top: 1px solid var(--apple-line) !important;
  color: var(--apple-muted) !important;
}

/* Light product treatment across data pages */
.page:not(.home-page),
.shell.stock-terminal,
.brief-layout,
.control-inner,
.brand-row {
  max-width: 1320px !important;
}

.page:not(.home-page),
.shell.stock-terminal {
  background: var(--apple-bg) !important;
}

.terminal-hero,
.sub-header.apple-page-hero,
.hero.dashboard-hero,
.signal-board,
.feed-head {
  border: 0 !important;
  background: transparent !important;
  color: var(--apple-ink) !important;
  box-shadow: none !important;
}

.terminal-hero > div:first-child,
.terminal-hero .hero-panel,
.sub-header.apple-page-hero {
  border: 0 !important;
  border-radius: 24px !important;
  background: #fff !important;
  color: var(--apple-ink) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06) !important;
}

.terminal-hero h1,
.sub-header h1,
.hero h1,
.feed-head h2,
.app-header h1 {
  color: var(--apple-ink) !important;
  letter-spacing: -.035em;
}

.terminal-hero p,
.sub-header p,
.hero p,
.terminal-hero .muted,
.terminal-hero small,
.sub-header .backlink {
  color: var(--apple-muted) !important;
}

.terminal-hero .eyebrow,
.page .eyebrow,
.section-kicker {
  color: var(--apple-blue) !important;
}

.site-top-nav > div a.nav-new {
  order: -2;
  border-radius: 0;
  background: transparent !important;
  color: #3a3a3c !important;
  font-weight: 600;
}

.site-top-nav > div a.nav-new:hover,
.site-top-nav > div a.nav-new.active {
  background: transparent !important;
  color: var(--apple-blue) !important;
}

.terminal-hero .hero-panel strong {
  color: var(--apple-ink) !important;
}

.feature-nav button {
  border: 1px solid var(--apple-line) !important;
  background: #fff !important;
  color: var(--apple-ink) !important;
}

.feature-nav button.active {
  border-color: var(--apple-blue) !important;
  background: var(--apple-blue) !important;
  color: #fff !important;
}

.panel,
.focus,
.ranking,
.table-panel,
.market-summary article,
.metric,
.meta-row > div,
.oxmd-panel,
.oxmd-grid article,
.chart-section,
.control-panel,
.brief-rail,
.brief-article,
.progress-panel,
.rail-section,
.article-notes,
.update-badge {
  border-color: rgba(0, 0, 0, .07) !important;
  border-radius: 18px !important;
  background: #fff !important;
  color: var(--apple-ink) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .05) !important;
}

.stock-terminal .panel,
.stock-terminal .chart-section,
.stock-terminal .metric,
.stock-terminal .signal-main,
.stock-terminal .signal-score,
.opinion-panel,
.opinion-body,
.opinion-point,
.summary-item,
.digest-grid article,
.opinion-score,
.announcement-item,
.market-digest-panel > p,
.evidence-list li {
  border-color: rgba(0, 0, 0, .08) !important;
  background: #fff !important;
  color: var(--apple-ink) !important;
}

.market-layout,
.announcement-layout,
.market-summary {
  border-color: rgba(0, 0, 0, .08) !important;
  background: transparent !important;
}

.section-title h2,
.section-title h3,
.section-title strong,
.opinion-point strong,
.digest-grid strong,
.summary-item strong,
.opinion-score strong,
.opinion-point b,
.opinion-priority b {
  color: var(--apple-ink) !important;
}

.opinion-point p,
.digest-grid p,
.summary-item p,
.opinion-score p,
.market-digest-panel > p,
.evidence-list li {
  color: var(--apple-muted) !important;
}

.opinion-priority span,
.opinion-point b,
.opinion-priority b,
.opinion-score strong {
  color: var(--apple-blue) !important;
}

.point-index,
.topic-list span,
.topic-pill,
.summary-topic {
  border-color: #b8d9ff !important;
  border-radius: 999px !important;
  background: #e8f2ff !important;
  color: var(--apple-blue) !important;
}

.market-table tbody tr.selected,
.market-table tbody tr.is-selected,
.market-table tbody tr:has(.stock-pick.active),
.market-table tbody tr.selected td {
  background: #e8f2ff !important;
  box-shadow: inset 4px 0 0 var(--apple-blue) !important;
}

.market-table tbody tr.selected td,
.market-table tbody tr.selected .stock-pick strong,
.market-table tbody tr.selected .stock-pick span,
.market-table tbody tr.selected .up,
.market-table tbody tr.selected .down {
  color: var(--apple-ink) !important;
}

.announcement-terminal .market-summary strong {
  color: var(--apple-ink) !important;
}

.announcement-terminal .announcement-cats button {
  border: 1px solid var(--apple-line) !important;
  background: #fff !important;
  color: var(--apple-ink) !important;
}

.announcement-terminal .announcement-cats button:hover,
.announcement-terminal .announcement-cats button.active {
  border-color: var(--apple-blue) !important;
  background: var(--apple-blue) !important;
  color: #fff !important;
}

.announcement-terminal .announcement-cats button span,
.announcement-terminal .announcement-cats button small {
  color: inherit !important;
}

.announcement-terminal .announcement-item {
  border: 1px solid rgba(0, 0, 0, .08) !important;
  border-left: 4px solid #8e8e93 !important;
  border-radius: 16px !important;
  background: #fff !important;
  color: var(--apple-ink) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
}

.announcement-terminal .announcement-item.impact-high {
  border-left-color: #ff9f0a !important;
}

.announcement-terminal .announcement-item.impact-medium {
  border-left-color: var(--apple-blue) !important;
}

.announcement-terminal .announcement-item-head,
.announcement-terminal .announcement-item-head span {
  color: var(--apple-muted) !important;
}

.announcement-terminal .announcement-item-head strong,
.announcement-terminal .announcement-item h4,
.announcement-terminal .announcement-item p b,
.announcement-terminal .announcement-evidence b {
  color: var(--apple-ink) !important;
}

.announcement-terminal .announcement-item p,
.announcement-terminal .announcement-evidence {
  border-color: rgba(0, 0, 0, .07) !important;
  background: #f5f5f7 !important;
  color: #3a3a3c !important;
}

.announcement-terminal .announcement-item-head em,
.announcement-terminal .announcement-tags span,
.announcement-terminal .announcement-tags a {
  border-color: #c7ddf7 !important;
  border-radius: 999px !important;
  background: #eef6ff !important;
  color: var(--apple-blue) !important;
}

.control-panel .search-box,
.control-panel .search-box input {
  border-color: var(--apple-line) !important;
  background: #fff !important;
  color: var(--apple-ink) !important;
  box-shadow: none !important;
}

.brief-rail .rail-section a,
.brief-rail .rail-section button {
  border: 1px solid var(--apple-line) !important;
  background: #fff !important;
  color: var(--apple-ink) !important;
}

.brief-rail .rail-section a.active,
.brief-rail .rail-section button.active {
  border-color: var(--apple-blue) !important;
  background: var(--apple-blue) !important;
  color: #fff !important;
}

.article-notes,
.article-notes li,
.brief-article .summary,
.brief-article .mind-map {
  color: #3a3a3c !important;
}

.panel *,
.focus *,
.ranking *,
.table-panel *,
.market-summary article *,
.metric *,
.meta-row > div *,
.oxmd-panel *,
.brief-article *,
.article-notes * {
  border-color: rgba(0, 0, 0, .08);
}

.section-title,
.section-head,
.ranking-head,
.live-flow-head,
.live-flow-tabs,
.live-flow-row,
.opinion-point,
.announcement-item,
.announcement-card,
.digest-grid article,
.mind-node,
.event,
.bar-row {
  border-color: rgba(0, 0, 0, .08) !important;
}

.market-table,
.table-wrap,
.table-scroll,
table,
thead,
tbody,
tr,
td,
th {
  background: #fff !important;
  color: var(--apple-ink) !important;
}

th,
.market-table th {
  background: #f5f5f7 !important;
  color: var(--apple-muted) !important;
}

.market-table tr:hover td,
.market-table tr.selected td,
tr[data-code].selected td {
  background: #eef6ff !important;
}

.stock-pick,
.stock-pick strong,
.announcement-title,
.announcement-company,
.opinion-point h4,
.opinion-point p,
.opinion-body,
.market-digest-panel p,
.digest-grid article,
.summary,
.mind-map,
.key-points,
.brief-article h2,
.article-notes h3 {
  color: var(--apple-ink) !important;
}

.muted,
.section-title span,
.market-summary span,
.market-summary small,
.announcement-meta,
.announcement-summary-text,
.opinion-meta,
.note,
.status-row,
.article-meta,
.rail-notes p {
  color: var(--apple-muted) !important;
}

.opinion-body,
.opinion-summary,
.announcement-item,
.announcement-card,
.digest-grid article,
.mind-node,
.oxmd-links {
  background: #fbfbfd !important;
}

.point-index,
.announcement-tag,
.signal-badge,
.pill {
  border-radius: 999px !important;
  background: #e8f2ff !important;
  color: var(--apple-blue) !important;
}

.app-header {
  border-bottom-color: rgba(0, 0, 0, .08) !important;
  background: rgba(250, 250, 252, .9) !important;
  color: var(--apple-ink) !important;
  backdrop-filter: blur(24px);
}

.control-panel {
  background: var(--apple-bg) !important;
  box-shadow: none !important;
}

.category-strip button,
.date-strip button,
.text-button,
.controls button,
.toggles button {
  border-color: var(--apple-line) !important;
  background: #fff !important;
  color: var(--apple-ink) !important;
}

.category-strip button.active,
.date-strip button.active,
.controls button.active,
.toggles button.on {
  border-color: var(--apple-blue) !important;
  background: var(--apple-blue) !important;
  color: #fff !important;
}

@media (max-width: 960px) {
  .signal-home-copy { width: 72%; }
  .signal-home-hero > img { object-position: 62% center; }

  .apple-store-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .apple-store-hero aside {
    max-width: 520px;
  }

  .apple-insight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .apple-ai-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .site-top-nav,
  .stock-terminal .topbar {
    padding-inline: 16px !important;
  }

  .site-top-nav {
    align-items: center !important;
    flex-direction: row !important;
    overflow: hidden;
  }

  .site-top-nav > div {
    flex: 1;
    width: auto !important;
  }

  .site-top-nav .nav-search {
    display: none;
  }

  .stock-terminal .topbar {
    grid-template-columns: 1fr !important;
    gap: 10px;
    padding-block: 10px !important;
  }

  .signal-home-hero,
  .apple-store-hero,
  .apple-section-heading,
  .apple-insight-grid,
  .apple-ai-shell,
  .home-page footer {
    width: calc(100vw - 36px);
  }

  .signal-home-hero {
    min-height: 610px;
    margin-top: 18px;
    border-radius: 23px;
  }

  .signal-home-hero > img { object-position: 69% center; }

  .signal-home-shade {
    background:
      linear-gradient(90deg, rgba(5, 11, 20, .96) 0%, rgba(5, 11, 20, .85) 58%, rgba(5, 11, 20, .24) 100%),
      linear-gradient(0deg, rgba(3, 8, 15, .92) 0%, rgba(3, 8, 15, .16) 52%, transparent 100%);
  }

  .signal-home-copy {
    width: 100%;
    padding: 27px 23px 178px;
  }

  .signal-home-eyebrow {
    display: grid;
    justify-items: start;
    gap: 9px;
    font-size: 9px;
  }

  .signal-home-copy h1 {
    margin-top: 28px;
    font-size: 47px;
  }

  .signal-home-copy > p {
    max-width: 300px;
    margin-top: 18px;
    font-size: 14px;
  }

  .signal-home-actions {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 22px;
  }

  .signal-home-metrics {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .signal-home-metrics > div { padding: 13px 10px; }
  .signal-home-metrics strong { font-size: 13px; }
  .signal-home-metrics span,
  .signal-home-metrics small { font-size: 8px; }

  .apple-store-hero {
    padding-top: 54px;
  }

  .apple-store-hero h1 {
    line-height: 1;
  }

  .apple-title-kicker {
    gap: 10px;
    margin-bottom: 18px;
    font-size: 9px;
    letter-spacing: .1em;
  }

  .apple-title-kicker span + span {
    padding-left: 10px;
  }

  .apple-title-primary {
    font-size: clamp(49px, 13.7vw, 56px);
  }

  .apple-title-secondary {
    margin-top: .32em;
    font-size: clamp(39px, 10.8vw, 44px);
  }

  .apple-category-rail,
  .apple-feature-rail {
    padding-inline: 18px;
  }

  .apple-category-card {
    flex-basis: min(72vw, 280px);
  }

  .apple-section-heading {
    align-items: flex-start;
  }

  .apple-section-heading > div {
    display: block;
  }

  .apple-section-heading h2 {
    font-size: 30px;
  }

  .apple-section-heading p {
    margin-top: 5px;
    font-size: 15px;
  }

  .apple-feature-card {
    flex-basis: min(88vw, 390px);
    height: 286px;
  }

  .apple-feature-copy {
    width: 63%;
    padding: 20px;
  }

  .apple-feature-copy h3 {
    font-size: 20px;
  }

  .apple-insight-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .apple-insight-card {
    flex: 0 0 min(78vw, 300px);
    scroll-snap-align: start;
  }

  .apple-ai-shell {
    overflow: hidden;
    border-radius: 22px;
  }

  .apple-ai-cover,
  .apple-ai-cover-copy { min-height: 430px; }
  .apple-ai-cover > img { object-position: 64% center; }
  .apple-ai-cover::after {
    background: linear-gradient(90deg, rgba(250, 244, 233, .98) 0%, rgba(246, 236, 220, .93) 48%, rgba(241, 225, 201, .34) 78%, rgba(12, 11, 9, .08) 100%);
  }
  .apple-ai-cover-copy {
    width: 84%;
    padding: 30px 24px 26px;
  }
  .apple-ai-cover h2 { margin-top: 14px; font-size: 36px; white-space: nowrap; }
  .apple-ai-cover-copy > p { margin-top: 14px; font-size: 14px; }
  .apple-ai-cover-meta { flex-wrap: wrap; margin-top: 18px; font-size: 11px; }
  .apple-ai-action { min-width: 170px; }
  .apple-ai-content { padding: 25px 0 22px; }
  .apple-ai-expanded-heading {
    margin: 0 20px 18px;
    display: block;
  }
  .apple-ai-expanded-heading h3 { font-size: 24px; }
  .apple-ai-expanded-heading p { margin-top: 7px; text-align: left; }
  .apple-ai-method { margin-inline: 20px; }
  .apple-ai-grid {
    display: flex;
    gap: 12px;
    padding: 0 20px 8px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }
  .apple-ai-pick {
    flex: 0 0 min(82vw, 310px);
    scroll-snap-align: start;
  }
  .apple-ai-method { display: block; }
  .apple-ai-method span { display: block; margin: 5px 0 0; }
}

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

  .reveal-item {
    opacity: 1;
    transform: none;
  }
}

/* Compact, all-light buyback workspace. */
.buybacks-page {
  width: min(1220px, calc(100vw - 40px)) !important;
  padding-bottom: 48px !important;
}

.buybacks-page .sub-header.apple-page-hero {
  min-height: 0 !important;
  margin-bottom: 18px;
  padding: 30px 38px !important;
  border-radius: 22px !important;
}

.buybacks-page .sub-header h1 {
  font-size: clamp(42px, 4.6vw, 62px) !important;
}

.buybacks-page .stats.compact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 16px;
  border: 0 !important;
  background: transparent !important;
}

.buybacks-page .stat,
.buybacks-page .panel,
.buybacks-page .focus,
.buybacks-page .ranking,
.buybacks-page .table-panel,
.buybacks-page .focus-item,
.buybacks-page .buyback-result,
.buybacks-page .empty {
  border: 1px solid rgba(0, 0, 0, .07) !important;
  background: #fff !important;
  color: var(--apple-ink) !important;
  box-shadow: 0 7px 22px rgba(0, 0, 0, .045) !important;
}

.buybacks-page .stat {
  min-height: 106px;
  padding: 18px 20px;
  border-radius: 16px !important;
}

.buybacks-page .stat-icon {
  display: none;
}

.buybacks-page .stat strong {
  color: var(--apple-ink) !important;
  font-size: clamp(25px, 2.5vw, 36px);
}

.buybacks-page .stat span,
.buybacks-page .stat small,
.buybacks-page .focus-item span,
.buybacks-page .rank-main small,
.buybacks-page .empty {
  color: var(--apple-muted) !important;
}

.buybacks-page .panel,
.buybacks-page .focus,
.buybacks-page .table-panel {
  margin-bottom: 16px;
  padding: 20px;
  border-radius: 18px !important;
}

.buybacks-page .section-head h2,
.buybacks-page .ranking-head h2 {
  color: var(--apple-ink) !important;
}

.buybacks-page .section-head span,
.buybacks-page .ranking-head p {
  color: var(--apple-muted) !important;
}

.buybacks-page .buyback-filter button {
  border-color: var(--apple-blue) !important;
  background: var(--apple-blue) !important;
  color: #fff !important;
}

.buybacks-page .buyback-filter input,
.buybacks-page .buyback-filter a {
  border-color: var(--apple-line) !important;
  background: #fff !important;
  color: var(--apple-ink) !important;
}

.buybacks-page .panel > .empty {
  margin-top: 10px;
  padding: 13px 16px;
  border: 0 !important;
  background: #f5f5f7 !important;
  box-shadow: none !important;
}

.buybacks-page .focus-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.buybacks-page .focus-item {
  min-height: 102px;
  padding: 14px;
  border-radius: 14px !important;
}

.buybacks-page .focus-item strong {
  color: var(--apple-ink) !important;
}

.buybacks-page .focus-item b {
  color: var(--apple-blue) !important;
}

.buyback-timeline-panel .section-head {
  margin-bottom: 14px;
}

.buyback-chart-shell {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  height: 260px;
  overflow: hidden;
  border: 1px solid var(--apple-line);
  border-radius: 14px;
  background: #fbfbfd;
}

.buyback-chart-axis {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 12px 31px;
  border-right: 1px solid var(--apple-line);
  color: var(--apple-muted);
  font-family: "SF Mono", ui-monospace, monospace;
  font-size: 10px;
  text-align: right;
}

.buybacks-page .buyback-bars {
  display: grid !important;
  grid-template-columns: repeat(30, minmax(22px, 1fr)) !important;
  align-items: stretch !important;
  gap: 5px !important;
  width: 100% !important;
  min-height: 0 !important;
  height: 258px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 16px 14px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  scroll-snap-type: none !important;
}

.buyback-bar {
  display: grid;
  grid-template-rows: 1fr 28px;
  min-width: 22px;
  color: var(--apple-muted);
}

.buyback-bar .bar-track {
  width: 100% !important;
  height: 206px !important;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-bottom: 1px solid #c7c7cc;
  background: transparent !important;
}

.buyback-bar .bar-fill {
  width: min(100%, 22px);
  min-height: 4px;
  border-radius: 4px 4px 0 0;
  background: #69aef4 !important;
  transition: background .2s ease, transform .2s ease;
  transform-origin: bottom;
}

.buyback-bar:hover .bar-fill,
.buyback-bar.active .bar-fill {
  background: var(--apple-blue) !important;
  transform: scaleX(1.08);
}

.buyback-bar.active {
  border-radius: 7px 7px 0 0;
  background: #e8f2ff !important;
  color: var(--apple-blue);
}

.buyback-bar > span {
  align-self: center;
  font-family: "SF Mono", ui-monospace, monospace;
  font-size: 9px;
  text-align: center;
  white-space: nowrap;
}

.buyback-chart-caption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 10px;
  color: var(--apple-muted);
  font-size: 12px;
}

.buybacks-page .rank-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.buybacks-page .ranking {
  border-radius: 18px !important;
}

.buybacks-page .ranking-head {
  padding: 17px 18px 12px;
}

.buybacks-page .rank-row {
  min-height: 68px;
  padding: 10px 14px;
  border-color: rgba(0, 0, 0, .07) !important;
  background: #fff !important;
}

.buybacks-page .rank-row:hover {
  background: #f5f5f7 !important;
}

.buybacks-page .rank-main strong,
.buybacks-page .rank-value,
.buybacks-page td,
.buybacks-page td a,
.buybacks-page td strong {
  color: var(--apple-ink) !important;
}

.buybacks-page .rank-main i {
  background: var(--apple-blue) !important;
}

.buybacks-page table,
.buybacks-page thead,
.buybacks-page tbody,
.buybacks-page tr,
.buybacks-page th,
.buybacks-page td {
  background: #fff !important;
}

.buybacks-page th {
  background: #f5f5f7 !important;
  color: var(--apple-muted) !important;
}

.buybacks-page .table-panel .table-scroll {
  max-height: 720px;
  overflow: auto;
}

@media (max-width: 760px) {
  .buybacks-page {
    width: calc(100vw - 24px) !important;
  }

  .buybacks-page .stats.compact,
  .buybacks-page .focus-grid,
  .buybacks-page .rank-grid {
    display: flex !important;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .buybacks-page .stats.compact::-webkit-scrollbar,
  .buybacks-page .focus-grid::-webkit-scrollbar,
  .buybacks-page .rank-grid::-webkit-scrollbar {
    display: none;
  }

  .buybacks-page .stat,
  .buybacks-page .focus-item {
    flex: 0 0 min(78vw, 300px);
    scroll-snap-align: start;
  }

  .buybacks-page .ranking {
    flex: 0 0 min(88vw, 350px);
    scroll-snap-align: start;
  }

  .buybacks-page .table-panel .table-scroll {
    max-height: 560px;
  }

  .buyback-chart-shell {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .buybacks-page .buyback-bars {
    grid-template-columns: repeat(30, 24px) !important;
    width: 100% !important;
  }
}

/* Premium intelligence covers shared by the primary modules. */
.premium-data-hero {
  --module-art: url("/assets/apple-store-2026/home-hero-signal-v2.jpg");
  --module-position: center;
  position: relative;
  min-height: 350px !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  border-radius: 26px !important;
  background:
    linear-gradient(90deg, rgba(5, 12, 22, .97) 0%, rgba(5, 12, 22, .88) 48%, rgba(5, 12, 22, .26) 100%),
    linear-gradient(0deg, rgba(3, 8, 15, .72) 0%, transparent 55%),
    var(--module-art) var(--module-position) / cover no-repeat !important;
  color: #fff !important;
  box-shadow: 0 20px 54px rgba(6, 18, 35, .19) !important;
  isolation: isolate;
}

.premium-data-hero.hero-disclosure {
  --module-art: url("/assets/apple-store-2026/disclosures.png");
  --module-position: 68% center;
}

.premium-data-hero.hero-buyback {
  --module-art: url("/assets/apple-store-2026/buybacks.png");
  --module-position: 70% center;
}

.premium-data-hero.hero-southbound {
  --module-art: url("/assets/apple-store-2026/southbound.png");
  --module-position: 72% center;
}

.sub-header.apple-page-hero.premium-data-hero {
  margin: 20px 0 18px !important;
  padding: 42px 44px 118px !important;
  display: block !important;
}

.premium-data-hero .sub-copy,
.premium-data-hero .hero-grid {
  position: relative;
  z-index: 2;
}

.premium-data-hero .sub-copy {
  max-width: 680px;
}

.premium-data-hero .backlink,
.premium-data-hero .eyebrow {
  color: #f4c66f !important;
}

.premium-data-hero .eyebrow {
  margin-top: 24px;
  font-family: "SF Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: .12em;
}

.premium-data-hero h1,
.buybacks-page .premium-data-hero h1,
.southbound-page .premium-data-hero h1,
.disclosures-page .premium-data-hero h1 {
  max-width: 720px;
  margin-top: 12px !important;
  color: #fff !important;
  font-family: "Songti TC", "Noto Serif TC", "Source Han Serif TC", serif !important;
  font-size: clamp(46px, 5vw, 68px) !important;
  font-weight: 600 !important;
  line-height: 1.02 !important;
  letter-spacing: -.04em !important;
}

.premium-data-hero p,
.disclosures-page .premium-data-hero p {
  max-width: 650px !important;
  margin-top: 16px !important;
  color: rgba(255, 255, 255, .72) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.premium-data-hero .sub-visual {
  position: absolute;
  right: 28px;
  bottom: 25px;
  left: 28px;
  width: auto !important;
  height: 68px !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .17) !important;
  border-radius: 16px !important;
  background: rgba(4, 11, 21, .64) !important;
  backdrop-filter: blur(16px) saturate(1.2);
}

.premium-data-hero .sub-visual span {
  background: linear-gradient(180deg, #efc36e, #3f87c4) !important;
  opacity: .78;
}

.premium-data-hero .sub-visual b {
  color: #f4c66f !important;
}

.disclosures-page .dashboard-hero.premium-data-hero {
  min-height: 430px !important;
  margin: 20px 0 18px;
  padding: 42px 40px 35px !important;
  background:
    linear-gradient(90deg, rgba(5, 12, 22, .97) 0%, rgba(5, 12, 22, .88) 48%, rgba(5, 12, 22, .25) 100%),
    linear-gradient(0deg, rgba(3, 8, 15, .72) 0%, transparent 55%),
    var(--module-art) var(--module-position) / cover no-repeat !important;
}

.disclosures-page .premium-data-hero .hero-grid {
  min-height: 350px;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
}

.disclosures-page .premium-data-hero .search-box {
  border-color: rgba(255, 255, 255, .2) !important;
  background: rgba(5, 13, 23, .72) !important;
  color: #fff !important;
  backdrop-filter: blur(18px);
}

.disclosures-page .premium-data-hero .search-box input {
  color: #fff !important;
}

.disclosures-page .premium-data-hero .search-box input::placeholder {
  color: rgba(255, 255, 255, .48);
}

.disclosures-page .premium-data-hero .hero-actions a,
.disclosures-page .premium-data-hero .hero-actions a:first-child {
  border-color: rgba(255, 255, 255, .24) !important;
  background: rgba(255, 255, 255, .09) !important;
  color: #fff !important;
  backdrop-filter: blur(10px);
}

.premium-module-hero {
  position: relative;
  min-height: 360px !important;
  overflow: hidden;
  padding: 42px 46px !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  border-radius: 26px !important;
  background:
    linear-gradient(90deg, rgba(5, 12, 22, .97) 0%, rgba(5, 12, 22, .87) 48%, rgba(5, 12, 22, .22) 100%),
    var(--module-art) var(--module-position, 72% center) / cover no-repeat !important;
  box-shadow: 0 20px 54px rgba(6, 18, 35, .2) !important;
}

.premium-module-hero.hero-announcement {
  --module-art: url("/assets/apple-store-2026/announcements.png");
}

.premium-module-hero.hero-sentiment {
  --module-art: url("/assets/apple-store-2026/sentiment.png");
}

.stock-terminal .premium-module-hero > div:first-child {
  max-width: 680px !important;
}

.stock-terminal .premium-module-hero .eyebrow {
  color: #f4c66f !important;
  font-family: "SF Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: .1em;
}

.stock-terminal .premium-module-hero h1 {
  margin-top: 17px !important;
  color: #fff !important;
  font-family: "Songti TC", "Noto Serif TC", "Source Han Serif TC", serif !important;
  font-size: clamp(46px, 5vw, 68px) !important;
  font-weight: 600 !important;
  line-height: 1.04 !important;
  letter-spacing: -.04em !important;
}

.stock-terminal .premium-module-hero p {
  max-width: 650px !important;
  color: rgba(255, 255, 255, .72) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.stock-terminal .premium-module-hero .hero-panel {
  min-width: 210px;
  padding: 23px !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 18px !important;
  background: rgba(4, 11, 21, .68) !important;
  backdrop-filter: blur(18px) saturate(1.2);
}

.stock-terminal .premium-module-hero .hero-panel strong {
  color: #f4c66f !important;
}

.premium-news-hero {
  position: relative;
  width: min(1320px, calc(100vw - 64px)) !important;
  min-height: 360px;
  margin: 22px auto 18px !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  border-radius: 26px;
  background:
    linear-gradient(90deg, rgba(5, 12, 22, .98) 0%, rgba(5, 12, 22, .88) 49%, rgba(5, 12, 22, .2) 100%),
    url("/assets/apple-store-2026/home-hero-signal-v2.jpg") 70% center / cover no-repeat !important;
  box-shadow: 0 20px 54px rgba(6, 18, 35, .2) !important;
}

.premium-news-hero .brand-row {
  width: 100% !important;
  min-height: 360px;
  padding: 42px 46px !important;
  align-items: end !important;
}

.premium-news-hero .brand-row > div:first-child {
  max-width: 680px;
}

.premium-news-hero .news-hero-kicker {
  margin: 0 0 16px;
  color: #f4c66f;
  font-family: "SF Mono", ui-monospace, monospace;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .12em;
}

.premium-news-hero h1 {
  color: #fff !important;
  font-family: "Songti TC", "Noto Serif TC", "Source Han Serif TC", serif !important;
  font-size: clamp(44px, 4.7vw, 66px) !important;
  font-weight: 600 !important;
  line-height: 1.06 !important;
  letter-spacing: -.04em !important;
}

.premium-news-hero h1 span {
  color: #f4c66f;
}

.premium-news-hero .header-copy {
  max-width: 620px;
  margin-top: 16px !important;
  color: rgba(255, 255, 255, .7) !important;
  font-size: 14px !important;
  line-height: 1.6;
}

.premium-news-hero .update-badge {
  padding: 18px 20px !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 16px !important;
  background: rgba(4, 11, 21, .65) !important;
  color: #fff !important;
  backdrop-filter: blur(16px);
}

.premium-news-hero .update-badge span {
  color: rgba(255, 255, 255, .56) !important;
}

.premium-news-hero .update-badge strong {
  color: #f4c66f !important;
}

@media (max-width: 760px) {
  .sub-header.apple-page-hero.premium-data-hero {
    min-height: 390px !important;
    padding: 28px 24px 112px !important;
    --module-position: 74% center;
  }

  .premium-data-hero h1,
  .buybacks-page .premium-data-hero h1,
  .southbound-page .premium-data-hero h1,
  .disclosures-page .premium-data-hero h1 {
    font-size: 39px !important;
  }

  .disclosures-page .dashboard-hero.premium-data-hero {
    min-height: 560px !important;
    padding: 28px 22px !important;
    --module-position: 72% center;
  }

  .disclosures-page .premium-data-hero .hero-grid {
    min-height: 500px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
  }

  .disclosures-page .premium-data-hero .search-box {
    width: 100%;
    margin-top: 22px;
  }

  .premium-module-hero {
    min-height: 470px !important;
    padding: 30px 24px !important;
    align-items: end !important;
    --module-position: 74% center;
  }

  .stock-terminal .premium-module-hero h1 {
    font-size: 40px !important;
  }

  .stock-terminal .premium-module-hero .hero-panel {
    width: 100%;
    min-width: 0;
  }

  .premium-news-hero {
    width: calc(100vw - 28px) !important;
    min-height: 500px;
    margin-top: 14px !important;
    background-position: 74% center !important;
  }

  .premium-news-hero .brand-row {
    min-height: 500px;
    padding: 30px 24px !important;
    align-items: stretch !important;
    flex-direction: column !important;
    justify-content: space-between;
  }

  .premium-news-hero h1 {
    font-size: 39px !important;
  }

  .premium-news-hero .update-badge {
    align-self: flex-start;
  }
}

/* Compact, all-light southbound workspace. */
.southbound-page {
  width: min(1220px, calc(100vw - 40px)) !important;
  padding-bottom: 48px !important;
}

.southbound-page .sub-header.apple-page-hero {
  min-height: 0 !important;
  margin-bottom: 18px;
  padding: 30px 38px !important;
  border-radius: 22px !important;
}

.southbound-page .sub-header h1 {
  font-size: clamp(42px, 4.6vw, 62px) !important;
}

.southbound-page .stats.compact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 16px;
  border: 0 !important;
  background: transparent !important;
}

.southbound-page .stat,
.southbound-page .panel,
.southbound-page .ranking,
.southbound-page .buyback-result,
.southbound-page .empty {
  border: 1px solid rgba(0, 0, 0, .07) !important;
  background: #fff !important;
  color: var(--apple-ink) !important;
  box-shadow: 0 7px 22px rgba(0, 0, 0, .045) !important;
}

.southbound-page .stat {
  min-height: 106px;
  padding: 18px 20px;
  border-radius: 16px !important;
}

.southbound-page .stat-icon {
  display: none;
}

.southbound-page .stat strong {
  font-size: clamp(25px, 2.5vw, 36px);
}

.southbound-page .stat:nth-child(1) strong {
  color: #24627e !important;
}

.southbound-page .stat:nth-child(2) strong {
  color: var(--apple-green) !important;
}

.southbound-page .stat:nth-child(3) strong,
.southbound-page .stat span,
.southbound-page .rank-main strong,
.southbound-page .rank-value {
  color: var(--apple-ink) !important;
}

.southbound-page .stat small,
.southbound-page .rank-main small,
.southbound-page .ranking-head p,
.southbound-page .section-head span,
.southbound-page .empty {
  color: var(--apple-muted) !important;
}

.southbound-page > .panel {
  margin-bottom: 16px;
  padding: 20px;
  border-radius: 18px !important;
}

.southbound-page .buyback-filter button {
  border-color: var(--apple-blue) !important;
  background: var(--apple-blue) !important;
  color: #fff !important;
}

.southbound-page .buyback-filter input,
.southbound-page .buyback-filter a {
  border-color: var(--apple-line) !important;
  background: #fff !important;
  color: var(--apple-ink) !important;
}

.southbound-page .panel > .empty {
  margin-top: 10px;
  padding: 13px 16px;
  border: 0 !important;
  background: #f5f5f7 !important;
  box-shadow: none !important;
}

.southbound-page .southbound-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.southbound-page .southbound-chart {
  margin: 0;
  padding: 18px;
  border-radius: 18px !important;
}

.southbound-page .section-head {
  margin-bottom: 12px;
}

.southbound-page .section-head h2,
.southbound-page .ranking-head h2 {
  color: var(--apple-ink) !important;
}

.southbound-chart-shell {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  height: 250px;
  overflow: hidden;
  border: 1px solid var(--apple-line);
  border-radius: 14px;
  background: #fbfbfd;
}

.southbound-chart-axis {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px 9px 31px;
  border-right: 1px solid var(--apple-line);
  color: var(--apple-muted);
  font-family: "SF Mono", ui-monospace, monospace;
  font-size: 9px;
  text-align: right;
}

.southbound-page .flow-bars {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(60, minmax(7px, 1fr));
  align-items: stretch !important;
  gap: 2px !important;
  min-height: 0 !important;
  height: 248px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 12px 8px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.southbound-page .flow-bar {
  position: relative;
  min-width: 7px;
  height: 236px;
  display: block;
}

.southbound-page .flow-bar i {
  position: absolute;
  left: 50%;
  width: min(8px, 100%);
  min-height: 3px;
  display: block;
  transform: translateX(-50%);
  background: var(--apple-green) !important;
}

.southbound-page .net-flow .flow-bars::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  border-top: 1px solid #c7c7cc;
  pointer-events: none;
}

.southbound-page .net-flow .flow-bar.in i {
  bottom: 50%;
  border-radius: 3px 3px 0 0;
}

.southbound-page .net-flow .flow-bar.out i {
  top: 50%;
  border-radius: 0 0 3px 3px;
  background: var(--apple-red) !important;
}

.southbound-page .cum-flow .flow-bar i {
  bottom: 24px;
  border-radius: 3px 3px 0 0;
  background: #69aef4 !important;
}

.southbound-page .flow-bar span {
  position: absolute;
  left: 50%;
  bottom: 4px;
  color: var(--apple-muted);
  font-family: "SF Mono", ui-monospace, monospace;
  font-size: 8px;
  white-space: nowrap;
  transform: translateX(-50%);
}

.southbound-chart-caption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 9px;
  color: var(--apple-muted);
  font-size: 11px;
}

.southbound-page .rank-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.southbound-daily-section {
  margin: 0 0 16px;
}

.southbound-turnover-section {
  margin: 0 0 18px;
}

.southbound-turnover-head {
  align-items: end;
  margin: 0 2px 10px;
}

.southbound-turnover-head .section-kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--apple-blue) !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}

.southbound-turnover-tabs {
  display: inline-flex;
  gap: 4px;
  max-width: 100%;
  margin: 0 0 12px;
  padding: 4px;
  overflow-x: auto;
  border: 1px solid var(--apple-line);
  border-radius: 14px;
  background: #f2f3f5;
  scrollbar-width: none;
}

.southbound-turnover-tabs::-webkit-scrollbar {
  display: none;
}

.southbound-turnover-tabs button {
  min-height: 38px;
  padding: 8px 18px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--apple-muted);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.southbound-turnover-tabs button.active {
  background: #fff;
  color: var(--apple-ink);
  box-shadow: 0 2px 9px rgba(0, 0, 0, .08);
}

.southbound-turnover-panel[hidden] {
  display: none !important;
}

.southbound-turnover-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.southbound-turnover-summary article {
  padding: 16px 18px;
  border: 1px solid var(--apple-line);
  border-radius: 16px;
  background: linear-gradient(145deg, #fff, #f7f8fa);
}

.southbound-turnover-summary small {
  display: block;
  margin-bottom: 5px;
  color: var(--apple-muted);
  font-size: 11px;
}

.southbound-turnover-summary strong {
  color: var(--apple-ink);
  font-size: clamp(18px, 2vw, 26px);
  letter-spacing: -.03em;
}

.southbound-turnover-summary .positive strong {
  color: var(--apple-green);
}

.southbound-turnover-summary .negative strong {
  color: var(--apple-red);
}

.southbound-turnover-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.southbound-channel-table {
  margin: 0 0 12px;
  overflow: hidden;
  border-radius: 18px !important;
}

.southbound-channel-table h3 {
  margin: 0;
  color: var(--apple-ink);
  font-size: 17px;
}

.southbound-channel-table td,
.southbound-channel-table th {
  padding: 11px 14px;
  white-space: nowrap;
}

.southbound-turnover-table {
  margin: 0;
  overflow: hidden;
  border-radius: 18px !important;
}

.southbound-turnover-table h3 {
  margin: 0;
  color: var(--apple-ink);
  font-size: 17px;
}

.southbound-turnover-table td,
.southbound-turnover-table th {
  padding: 10px 9px;
  white-space: nowrap;
}

.southbound-turnover-table td:nth-child(2) a {
  display: grid;
  gap: 2px;
  color: var(--apple-ink);
  text-decoration: none;
}

.southbound-turnover-table td:nth-child(2) strong {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.southbound-channel-stocks {
  margin-bottom: 0;
}

.southbound-channel-stocks table {
  min-width: 900px;
}

.turnover-direction {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}

.turnover-direction.buy {
  background: rgba(23, 135, 85, .1);
  color: var(--apple-green);
}

.turnover-direction.sell {
  background: rgba(210, 61, 54, .1);
  color: var(--apple-red);
}

.turnover-rank {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 8px;
  background: #f2f4f7;
  color: var(--apple-muted);
  font-size: 11px;
  font-weight: 700;
}

.southbound-turnover-note {
  margin: 10px 2px 0;
  color: var(--apple-muted);
  font-size: 11px;
  line-height: 1.55;
}

.southbound-daily-section > .section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 2px 10px;
}

.southbound-daily-section > .section-head span {
  color: var(--apple-muted);
  font-size: 12px;
}

.southbound-daily-ranking {
  position: relative;
  overflow: hidden;
}

.southbound-daily-ranking::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--apple-green), #a3e5c8);
}

.southbound-daily-ranking:nth-child(2)::before {
  background: linear-gradient(90deg, var(--apple-red), #ffc2bd);
}

.southbound-page .daily-rank-row {
  min-height: 64px;
}

.southbound-page .ranking {
  border-radius: 18px !important;
}

.southbound-page .ranking-head {
  padding: 17px 18px 12px;
}

.southbound-page .rank-row {
  min-height: 68px;
  padding: 10px 14px;
  border-color: rgba(0, 0, 0, .07) !important;
  background: #fff !important;
}

.southbound-page .rank-row:hover {
  background: #f5f5f7 !important;
}

.southbound-page .rank-main i {
  background: var(--apple-blue) !important;
}

@media (max-width: 760px) {
  .southbound-page {
    width: calc(100vw - 24px) !important;
  }

  .southbound-page .stats.compact,
  .southbound-page .rank-grid {
    display: flex !important;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .southbound-daily-section > .section-head {
    align-items: start;
    flex-direction: column;
    gap: 3px;
  }

  .southbound-turnover-head {
    align-items: start;
    flex-direction: column;
    gap: 4px;
  }

  .southbound-turnover-summary {
    grid-template-columns: 1fr;
  }

  .southbound-turnover-tabs {
    display: flex;
  }

  .southbound-turnover-tabs button {
    flex: 0 0 auto;
  }

  .southbound-turnover-grid {
    grid-template-columns: 1fr;
  }

  .southbound-page .stats.compact::-webkit-scrollbar,
  .southbound-page .rank-grid::-webkit-scrollbar {
    display: none;
  }

  .southbound-page .stat {
    flex: 0 0 min(78vw, 300px);
    scroll-snap-align: start;
  }

  .southbound-page .southbound-grid {
    grid-template-columns: 1fr;
  }

  .southbound-page .ranking {
    flex: 0 0 min(88vw, 350px);
    scroll-snap-align: start;
  }

  .southbound-chart-shell {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .southbound-page .flow-bars {
    grid-template-columns: repeat(60, 11px);
  }
}

/* Compact, all-light disclosure workspace. */
.disclosures-page {
  width: min(1220px, calc(100vw - 40px)) !important;
  padding-bottom: 48px !important;
}

.disclosures-page .dashboard-hero {
  min-height: 0;
  margin: 22px 0 16px;
  padding: 30px 38px;
  border: 1px solid rgba(0, 0, 0, .06) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .045) !important;
}

.disclosures-page .dashboard-hero::after {
  display: none;
}

.disclosures-page .dashboard-hero h1 {
  font-size: clamp(42px, 4.6vw, 62px) !important;
}

.disclosures-page .dashboard-hero p {
  max-width: 650px;
  color: var(--apple-muted) !important;
}

.disclosures-page .search-box {
  min-height: 56px;
  padding: 6px 6px 6px 16px;
  border: 1px solid var(--apple-line) !important;
  border-radius: 15px !important;
  background: #f5f5f7 !important;
  color: var(--apple-ink) !important;
  box-shadow: none !important;
}

.disclosures-page .search-box input {
  background: transparent !important;
  color: var(--apple-ink) !important;
}

.disclosures-page .search-box button,
.disclosures-page .section-action {
  border: 0 !important;
  border-radius: 11px !important;
  background: var(--apple-blue) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.disclosures-page .hero-actions {
  gap: 8px;
  margin-top: 18px;
}

.disclosures-page .hero-actions a,
.disclosures-page .hero-actions a:first-child {
  min-height: 38px;
  border: 1px solid var(--apple-line) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--apple-ink) !important;
  box-shadow: none !important;
}

.disclosures-page .hero-actions a:first-child {
  border-color: #c7ddf7 !important;
  background: #eef6ff !important;
  color: var(--apple-blue) !important;
}

.disclosures-page .today-brief,
.disclosures-page .brief-card,
.disclosures-page .follow-guide a,
.disclosures-page .focus,
.disclosures-page .panel,
.disclosures-page .ranking,
.disclosures-page .focus-item,
.disclosures-page .empty {
  border-color: rgba(0, 0, 0, .07) !important;
  background: #fff !important;
  color: var(--apple-ink) !important;
  box-shadow: 0 7px 22px rgba(0, 0, 0, .04) !important;
}

.disclosures-page .today-brief {
  margin: 0 0 14px;
  padding: 22px;
  border-radius: 18px !important;
}

.disclosures-page .today-brief::before,
.disclosures-page .today-brief::after {
  display: none !important;
}

.disclosures-page .brief-summary,
.disclosures-page .brief-summary span,
.disclosures-page .brief-grid h3,
.disclosures-page .brief-card small,
.disclosures-page .section-head > span,
.disclosures-page .ranking-head p {
  color: var(--apple-muted) !important;
}

.disclosures-page .brief-summary b,
.disclosures-page .brief-card strong,
.disclosures-page .brief-card b,
.disclosures-page .brief-card code,
.disclosures-page .section-head h2,
.disclosures-page .ranking-head h2,
.disclosures-page .rank-main strong,
.disclosures-page .rank-value {
  color: var(--apple-ink) !important;
}

.disclosures-page .brief-grid {
  gap: 12px;
}

.disclosures-page .brief-grid > div {
  gap: 8px;
}

.disclosures-page .brief-card {
  min-height: 110px;
  padding: 13px 15px;
  border-radius: 14px !important;
  background: #f8f8fa !important;
  box-shadow: none !important;
}

.disclosures-page .follow-guide {
  gap: 10px;
  margin-bottom: 14px;
}

.disclosures-page .follow-guide a {
  padding: 12px 14px;
  border-radius: 14px !important;
  box-shadow: none !important;
}

.disclosures-page .follow-guide b {
  background: var(--apple-blue) !important;
  color: #fff !important;
}

.disclosures-page .follow-guide span,
.disclosures-page .quick-days strong,
.disclosures-page .quick-days span {
  color: var(--apple-ink) !important;
}

.disclosures-page .follow-guide small,
.disclosures-page .quick-days small {
  color: var(--apple-muted) !important;
}

.disclosures-page .focus,
.disclosures-page .panel {
  margin-bottom: 14px;
  padding: 20px;
  border-radius: 18px !important;
}

.disclosures-page .focus-grid {
  gap: 10px;
}

.disclosures-page .focus-item {
  min-height: 112px;
  padding: 14px;
  border-radius: 14px !important;
  background: #f8f8fa !important;
  box-shadow: none !important;
}

.disclosures-page .focus-item strong {
  color: var(--apple-ink) !important;
}

.disclosures-page .focus-item span {
  color: var(--apple-muted) !important;
}

.disclosures-page .quick-days {
  gap: 8px;
}

.disclosures-page .quick-days a {
  padding: 11px 12px;
  border-color: rgba(0, 0, 0, .07) !important;
  border-radius: 13px !important;
  background: #f5f5f7 !important;
  color: var(--apple-ink) !important;
  box-shadow: none !important;
}

.disclosures-page .quick-days a::after {
  background: var(--apple-blue) !important;
}

.disclosures-page .activity-details summary {
  border-color: #c7ddf7 !important;
  background: #eef6ff !important;
  color: var(--apple-blue) !important;
}

.disclosures-page > .rank-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.disclosures-page .ranking {
  border-radius: 18px !important;
}

.disclosures-page .ranking-head {
  padding: 17px 18px 12px;
}

.disclosures-page .rank-row {
  min-height: 68px;
  padding: 10px 14px;
  border-color: rgba(0, 0, 0, .07) !important;
  background: #fff !important;
}

.disclosures-page .rank-row:hover {
  background: #f5f5f7 !important;
}

.disclosures-page .rank-main i {
  background: var(--apple-blue) !important;
}

@media (max-width: 760px) {
  .disclosures-page {
    width: calc(100vw - 24px) !important;
  }

  .disclosures-page .dashboard-hero {
    padding: 24px 20px;
  }

  .disclosures-page .dashboard-hero .hero-grid,
  .disclosures-page .brief-grid {
    grid-template-columns: 1fr;
  }

  .disclosures-page .search-box {
    margin-top: 8px;
  }

  .disclosures-page .hero-actions,
  .disclosures-page .follow-guide,
  .disclosures-page .focus-grid,
  .disclosures-page > .rank-grid {
    display: flex !important;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .disclosures-page .hero-actions::-webkit-scrollbar,
  .disclosures-page .follow-guide::-webkit-scrollbar,
  .disclosures-page .focus-grid::-webkit-scrollbar,
  .disclosures-page > .rank-grid::-webkit-scrollbar {
    display: none;
  }

  .disclosures-page .hero-actions a {
    flex: 0 0 auto;
    width: auto;
  }

  .disclosures-page .follow-guide a {
    flex: 0 0 min(76vw, 292px);
    scroll-snap-align: start;
  }

  .disclosures-page .focus-item {
    flex: 0 0 min(76vw, 292px);
    scroll-snap-align: start;
  }

  .disclosures-page .ranking {
    flex: 0 0 min(88vw, 350px);
    scroll-snap-align: start;
  }
}

/* Keep premium covers authoritative over compact module overrides above. */
.buybacks-page .sub-header.apple-page-hero.premium-data-hero,
.southbound-page .sub-header.apple-page-hero.premium-data-hero,
.sub-header.apple-page-hero.premium-data-hero {
  min-height: 350px !important;
  margin: 20px 0 18px !important;
  padding: 42px 44px 118px !important;
  border-color: rgba(255, 255, 255, .14) !important;
  border-radius: 26px !important;
  background:
    linear-gradient(90deg, rgba(5, 12, 22, .97) 0%, rgba(5, 12, 22, .88) 48%, rgba(5, 12, 22, .26) 100%),
    linear-gradient(0deg, rgba(3, 8, 15, .72) 0%, transparent 55%),
    var(--module-art) var(--module-position) / cover no-repeat !important;
  color: #fff !important;
  box-shadow: 0 20px 54px rgba(6, 18, 35, .19) !important;
}

.disclosures-page .dashboard-hero.premium-data-hero {
  min-height: 430px !important;
  padding: 42px 40px 35px !important;
  border-color: rgba(255, 255, 255, .14) !important;
  background:
    linear-gradient(90deg, rgba(5, 12, 22, .97) 0%, rgba(5, 12, 22, .88) 48%, rgba(5, 12, 22, .25) 100%),
    linear-gradient(0deg, rgba(3, 8, 15, .72) 0%, transparent 55%),
    var(--module-art) var(--module-position) / cover no-repeat !important;
  box-shadow: 0 20px 54px rgba(6, 18, 35, .19) !important;
}

@media (max-width: 760px) {
  .buybacks-page .sub-header.apple-page-hero.premium-data-hero,
  .southbound-page .sub-header.apple-page-hero.premium-data-hero {
    min-height: 390px !important;
    padding: 28px 24px 112px !important;
  }

  .disclosures-page .dashboard-hero.premium-data-hero {
    min-height: 560px !important;
    padding: 28px 22px !important;
  }
}

/* Premium detail polish: stronger hierarchy below the editorial covers. */
.buybacks-page .stats.compact .stat,
.southbound-page .stats.compact .stat,
.market-summary article {
  position: relative;
  overflow: hidden;
  border-color: rgba(16, 31, 49, .08) !important;
  background: linear-gradient(145deg, #fff 8%, #f7f9fb 100%) !important;
  box-shadow: 0 12px 30px rgba(16, 31, 49, .07) !important;
  transition: transform .25s ease, box-shadow .25s ease;
}

.buybacks-page .stats.compact .stat::before,
.southbound-page .stats.compact .stat::before,
.market-summary article::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #c8a667, #ecd7aa);
  content: "";
}

.buybacks-page .stats.compact .stat:hover,
.southbound-page .stats.compact .stat:hover,
.market-summary article:hover {
  transform: translateY(-3px);
  box-shadow: 0 17px 38px rgba(16, 31, 49, .11) !important;
}

.buybacks-page .stat-icon,
.southbound-page .stat-icon {
  display: grid !important;
  position: absolute;
  top: 15px;
  right: 16px;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(184, 145, 77, .2);
  border-radius: 50%;
  background: rgba(229, 210, 170, .22);
  color: #8a682f !important;
  font-size: 17px;
}

.buybacks-page .stat strong,
.southbound-page .stat strong,
.market-summary article strong {
  letter-spacing: -.035em;
}

.buybacks-page .section-head h2,
.buybacks-page .ranking-head h2,
.southbound-page .section-head h2,
.southbound-page .ranking-head h2,
.disclosures-page .section-head h2,
.disclosures-page .ranking-head h2,
.market-terminal .section-title h3,
.announcement-terminal .section-title h3,
.brief-main .feed-head h2 {
  letter-spacing: -.035em;
}

.buybacks-page .focus,
.disclosures-page .today-brief,
.disclosures-page .insight-focus {
  isolation: isolate;
  position: relative;
  overflow: hidden;
}

.buybacks-page .focus::after,
.disclosures-page .today-brief::after,
.disclosures-page .insight-focus::after {
  display: block !important;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: min(32%, 360px);
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: .085;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 42%);
  mask-image: linear-gradient(90deg, transparent, #000 42%);
  content: "";
  pointer-events: none;
}

.buybacks-page .focus::after {
  background-image: url("/assets/apple-store-2026/buybacks.jpg");
}

.disclosures-page .today-brief::after,
.disclosures-page .insight-focus::after {
  background-image: url("/assets/apple-store-2026/disclosures.jpg");
}

.buybacks-page .focus-item,
.disclosures-page .focus-item,
.disclosures-page .quick-days a,
.disclosures-page .follow-guide a,
.buybacks-page .rank-row,
.southbound-page .rank-row {
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.buybacks-page .focus-item::after,
.disclosures-page .focus-item::after {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, #c8a667, transparent 72%);
  content: "";
}

.buybacks-page .focus-item:hover,
.disclosures-page .focus-item:hover,
.disclosures-page .quick-days a:hover,
.disclosures-page .follow-guide a:hover,
.buybacks-page .rank-row:hover,
.southbound-page .rank-row:hover {
  transform: translateY(-2px);
  border-color: rgba(184, 145, 77, .27) !important;
  box-shadow: 0 12px 26px rgba(16, 31, 49, .08) !important;
}

.announcement-terminal .announcement-item {
  position: relative;
  overflow: hidden;
  transition: transform .23s ease, box-shadow .23s ease;
}

.announcement-terminal .announcement-item::after {
  position: absolute;
  top: -42px;
  right: -42px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 166, 103, .13), transparent 70%);
  content: "";
  pointer-events: none;
}

.announcement-terminal .announcement-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(16, 31, 49, .09) !important;
}

.announcement-terminal .announcement-item.impact-high {
  border-left-color: #c3913d !important;
}

.announcement-terminal .announcement-item.impact-medium {
  border-left-color: #3d759a !important;
}

.announcement-terminal .announcement-item.impact-routine {
  border-left-color: #a7adb4 !important;
}

.announcement-terminal .announcement-item h4 {
  max-width: 900px;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.32;
  letter-spacing: -.025em;
}

.announcement-terminal .announcement-item-head {
  display: flex !important;
  flex-wrap: wrap;
  gap: 7px 9px;
  align-items: center;
}

.announcement-terminal .announcement-item-head strong {
  margin-right: auto;
}

.announcement-terminal .announcement-item-head em {
  flex: 0 0 auto;
  width: auto !important;
  padding: 3px 8px;
}

.announcement-terminal .announcement-item-head .sentiment-positive {
  border-color: rgba(38, 140, 84, .2) !important;
  background: #edf8f1 !important;
  color: #237a4b !important;
}

.announcement-terminal .announcement-item-head .sentiment-negative {
  border-color: rgba(190, 65, 61, .2) !important;
  background: #fff1f0 !important;
  color: #b43e3a !important;
}

.announcement-terminal .announcement-item-head .sentiment-neutral {
  border-color: rgba(61, 117, 154, .18) !important;
  background: #edf5fa !important;
  color: #356e94 !important;
}

.announcement-terminal .announcement-points {
  margin: 10px 0 0;
  padding: 12px 16px 12px 38px;
  border: 1px solid rgba(61, 117, 154, .12) !important;
  border-radius: 12px;
  background: linear-gradient(135deg, #f4f9fc, #eef5f8) !important;
  color: #34414d !important;
  line-height: 1.65;
}

.announcement-terminal .announcement-points li {
  margin: 4px 0;
  color: #34414d !important;
}

.announcement-terminal .announcement-points li::marker {
  color: #3d759a !important;
}

/* Contrast guard: legacy dark-terminal rules must never wash out announcement copy. */
.announcement-terminal .announcement-item,
.announcement-terminal .announcement-item .announcement-points,
.announcement-terminal .announcement-item .announcement-points li {
  color: #34414d !important;
  text-shadow: none !important;
}

.announcement-terminal .announcement-item h4,
.announcement-terminal .announcement-item-head strong,
.announcement-terminal .announcement-item p b {
  color: #18232d !important;
}

.announcement-terminal .announcement-item-head,
.announcement-terminal .announcement-item-head span {
  color: #66717c !important;
}

.announcement-terminal .announcement-tags span,
.announcement-terminal .announcement-tags a {
  color: #23658d !important;
}

.announcement-terminal .announcement-list > .empty {
  min-height: 230px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(16, 31, 49, .15) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 72% 28%, rgba(200, 166, 103, .12), transparent 28%),
    linear-gradient(145deg, #fff, #f5f7fa) !important;
  color: #737b84 !important;
}

.market-terminal .market-table-panel,
.market-terminal .opinion-panel,
.market-terminal .market-digest-panel {
  overflow: hidden;
  border-top: 3px solid rgba(200, 166, 103, .78) !important;
  box-shadow: 0 14px 36px rgba(16, 31, 49, .07) !important;
}

.market-terminal .opinion-panel {
  border-top-color: rgba(61, 117, 154, .82) !important;
}

.market-terminal .opinion-point {
  position: relative;
  background: linear-gradient(145deg, #fff, #f7fafc) !important;
  box-shadow: inset 3px 0 0 rgba(61, 117, 154, .28);
}

.market-terminal .opinion-point:hover {
  box-shadow: inset 3px 0 0 #3d759a, 0 10px 24px rgba(16, 31, 49, .06);
}

.market-terminal .market-table tbody tr {
  transition: background-color .18s ease, box-shadow .18s ease;
}

.market-terminal .market-table tbody tr.selected,
.market-terminal .market-table tbody tr.is-selected,
.market-terminal .market-table tbody tr:has(.stock-pick.active) {
  box-shadow: inset 4px 0 0 #c3913d !important;
}

.premium-news-hero + .control-panel {
  position: relative;
  z-index: 6;
  width: min(1260px, calc(100% - 40px));
  margin: -34px auto 24px !important;
  border: 1px solid rgba(255, 255, 255, .72) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, .9) !important;
  box-shadow: 0 18px 46px rgba(16, 31, 49, .13) !important;
  backdrop-filter: blur(22px) saturate(1.15);
}

.premium-news-hero + .control-panel .control-inner {
  padding: 18px 20px;
}

.brief-article {
  overflow: hidden;
  border-top: 3px solid rgba(200, 166, 103, .68) !important;
  transition: transform .25s ease, box-shadow .25s ease;
}

.brief-article:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(16, 31, 49, .1) !important;
}

.brief-article .article-notes {
  background: linear-gradient(180deg, #fbfaf7, #f5f7fa) !important;
}

@media (max-width: 760px) {
  .buybacks-page .focus::after,
  .disclosures-page .today-brief::after,
  .disclosures-page .insight-focus::after {
    width: 52%;
    opacity: .05;
  }

  .buybacks-page .stats.compact .stat:hover,
  .southbound-page .stats.compact .stat:hover,
  .market-summary article:hover,
  .announcement-terminal .announcement-item:hover,
  .brief-article:hover {
    transform: none;
  }

  .premium-news-hero + .control-panel {
    width: calc(100% - 24px);
    margin: -22px auto 18px !important;
    border-radius: 18px !important;
  }

  .premium-news-hero + .control-panel .control-inner {
    padding: 14px;
  }
}
