:root {
  color-scheme: dark;
  --asset-bg: #080b17;
  --asset-panel: #101528;
  --asset-panel-2: #151b34;
  --asset-border: #273357;
  --asset-text: #f4f7ff;
  --asset-muted: #a7b1cf;
  --asset-blue: #4f8ef7;
  --asset-cyan: #20c8e8;
  --asset-teal: #00d4aa;
  --asset-amber: #f4b740;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--asset-bg); color: var(--asset-text); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
body[data-asset-directory] > .ww-nav,
body[data-asset-page] > .ww-nav { width: 100% !important; max-width: 100% !important; margin-inline: 0 !important; }
a { color: #76b8ff; }
a:hover { color: #a6d4ff; }
.asset-shell { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.asset-main { padding: 36px 0 76px; }
.asset-article { max-width: 900px; }
.asset-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: #7582a5; font-size: 13px; }
.asset-breadcrumb a { color: #97a4c5; text-decoration: none; }
.asset-kicker { display: inline-flex; align-items: center; gap: 8px; min-height: 28px; padding: 4px 11px; border: 1px solid rgba(32, 200, 232, .38); border-radius: 999px; color: #78e6f6; background: rgba(32, 200, 232, .08); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.asset-kicker::before { width: 8px; height: 8px; border-radius: 50%; background: var(--asset-teal); content: ""; box-shadow: 0 0 12px rgba(0, 212, 170, .7); }
.asset-hero { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 34px; align-items: end; }
.asset-hero h1 { margin: 18px 0 10px; font-size: clamp(42px, 7vw, 68px); line-height: 1; letter-spacing: -.045em; }
.asset-hero h1 small { display: block; margin-top: 12px; color: #b9c5df; font-size: clamp(19px, 3vw, 28px); font-weight: 650; line-height: 1.25; letter-spacing: -.02em; }
.asset-lead { max-width: 720px; margin: 0; color: #bdc7df; font-size: 18px; }
.asset-meta { margin: 12px 0 0; color: #7784a6; font-size: 13px; }
.asset-price-card { min-height: 155px; padding: 20px; border: 1px solid rgba(79, 142, 247, .42); border-radius: 14px; background: linear-gradient(145deg, #11182d, #0c1224); box-shadow: 0 18px 50px rgba(0, 0, 0, .22); }
.asset-price-card span, .asset-price-card small { display: block; color: #8fa0c5; }
.asset-price-card span { font-size: 12px; font-weight: 800; text-transform: uppercase; }
.asset-price-card strong { display: block; min-height: 50px; margin: 9px 0; color: #fff; font-size: 31px; line-height: 1.2; }
.asset-price-card small { font-size: 11px; }
.asset-disclaimer { margin: 24px 0; padding: 13px 16px; border-left: 3px solid var(--asset-amber); border-radius: 7px; background: rgba(244, 183, 64, .07); color: #c7b98d; font-size: 13px; }
.asset-answer { margin: 28px 0 44px; padding: 24px; border: 1px solid rgba(0, 212, 170, .36); border-radius: 12px; background: linear-gradient(135deg, rgba(0, 212, 170, .09), rgba(79, 142, 247, .08)); }
.asset-answer strong { display: block; margin-bottom: 7px; color: #63efd2; font-size: 12px; text-transform: uppercase; }
.asset-answer p { margin: 0; color: #e0e8fb; font-size: 18px; }
.asset-article section { margin: 46px 0; }
.asset-article h2, .directory-method h2, .directory-faq h2 { margin: 0 0 13px; color: #fff; font-size: 27px; line-height: 1.2; letter-spacing: -.02em; }
.asset-article h3 { margin-top: 28px; }
.asset-article p, .asset-article li { color: var(--asset-muted); }
.asset-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.asset-facts > div { min-height: 92px; padding: 15px; border: 1px solid var(--asset-border); border-radius: 10px; background: var(--asset-panel); }
.asset-facts span { display: block; color: #8090b6; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.asset-facts strong { display: block; margin-top: 7px; color: #f5f7ff; font-size: 16px; }
.asset-facts strong a { font-size: 14px; }
.asset-holdings { min-height: 150px; overflow: hidden; border: 1px solid var(--asset-border); border-radius: 12px; background: var(--asset-panel); }
.asset-holdings > p { padding: 18px; }
.asset-holdings table { width: 100%; border-collapse: collapse; }
.asset-holdings th, .asset-holdings td { padding: 12px 15px; border-bottom: 1px solid #202a49; text-align: left; }
.asset-holdings th { color: #9caed2; background: #151d36; font-size: 11px; text-transform: uppercase; }
.asset-holdings td { color: #cbd5eb; font-size: 14px; }
.asset-holdings tr:last-child td { border-bottom: 0; }
.asset-two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.asset-two-col > div { padding: 22px; border: 1px solid var(--asset-border); border-radius: 12px; background: var(--asset-panel); }
.asset-two-col h2 { font-size: 21px; }
.asset-list { margin: 0; padding-left: 22px; }
.asset-list li { margin-bottom: 12px; padding-left: 5px; }
.asset-cost, .asset-method, .directory-method { padding: 22px; border: 1px solid #2b385d; border-radius: 12px; background: rgba(16, 21, 40, .8); }
.asset-cost h2, .asset-method h2 { font-size: 22px; }
.asset-free-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; padding: 27px; border: 1px solid rgba(0, 212, 170, .42); border-radius: 14px; background: linear-gradient(120deg, rgba(0, 212, 170, .13), rgba(79, 142, 247, .11)); }
.asset-free-cta span { color: #5eeccf; font-size: 12px; font-weight: 850; text-transform: uppercase; }
.asset-free-cta h2 { margin: 4px 0 6px; }
.asset-free-cta p { margin: 0; }
.asset-free-cta > a { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 18px; border-radius: 8px; background: linear-gradient(110deg, var(--asset-cyan), var(--asset-blue)); color: #06101d; font-weight: 900; text-align: center; text-decoration: none; }
.asset-related { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.asset-related a { display: block; min-height: 145px; padding: 18px; border: 1px solid var(--asset-border); border-radius: 11px; background: var(--asset-panel); color: inherit; text-decoration: none; transition: transform .15s, border-color .15s; }
.asset-related a:hover { transform: translateY(-2px); border-color: #49669d; }
.asset-related span, .asset-related strong, .asset-related small { display: block; }
.asset-related span { color: #65e0f2; font-weight: 900; }
.asset-related strong { margin: 6px 0; color: #fff; }
.asset-related small { color: #8997b7; }
.asset-footer { padding: 30px 16px 44px; border-top: 1px solid #1c2542; color: #7783a2; text-align: center; font-size: 12px; }
.asset-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.asset-footer a { color: #9ca9c8; }

.directory-hero { max-width: 900px; padding: 42px 0 20px; }
.directory-hero h1 { margin: 20px 0 16px; font-size: clamp(42px, 7vw, 74px); line-height: 1.02; letter-spacing: -.05em; }
.directory-hero > p { max-width: 770px; color: #aeb9d3; font-size: 19px; }
.directory-stats { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.directory-stats strong { min-width: 170px; padding: 13px 16px; border: 1px solid var(--asset-border); border-radius: 10px; background: var(--asset-panel); font-size: 25px; }
.directory-stats span { display: block; color: #8f9cba; font-size: 11px; text-transform: uppercase; }
.directory-controls { position: sticky; z-index: 5; top: 8px; margin: 26px 0; padding: 16px; border: 1px solid #2e3d64; border-radius: 13px; background: rgba(8, 11, 23, .94); box-shadow: 0 12px 40px rgba(0, 0, 0, .3); backdrop-filter: blur(16px); }
.directory-controls label, .directory-controls input { width: 100%; }
.directory-controls input { min-height: 47px; padding: 11px 14px; border: 1px solid #34446c; border-radius: 8px; outline: none; background: #10172b; color: #fff; font: inherit; }
.directory-controls input:focus { border-color: var(--asset-cyan); }
.directory-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 11px; }
.directory-filters button { min-height: 40px; padding: 8px 13px; border: 1px solid #2d395c; border-radius: 999px; background: #101528; color: #aeb9d2; font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; }
.directory-filters button.active { border-color: rgba(32, 200, 232, .6); background: rgba(32, 200, 232, .12); color: #75e7fa; }
.directory-controls > p { margin: 10px 0 0; color: #7f8dab; font-size: 12px; }
.directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.asset-card a { display: block; height: 100%; min-height: 220px; padding: 20px; border: 1px solid var(--asset-border); border-radius: 12px; background: var(--asset-panel); color: inherit; text-decoration: none; transition: transform .15s, border-color .15s, background .15s; }
.asset-card a:hover { transform: translateY(-3px); border-color: #47659b; background: #131a30; }
.asset-card a > div { display: flex; justify-content: space-between; gap: 10px; }
.asset-symbol { color: #61e1f3; font-size: 22px; font-weight: 900; }
.asset-market { align-self: center; padding: 3px 8px; border-radius: 999px; background: #202b49; color: #9bacca; font-size: 10px; font-weight: 800; }
.asset-card h2 { margin: 12px 0 7px; color: #fff; font-size: 18px; line-height: 1.25; }
.asset-card p { margin: 0 0 16px; color: #909dbb; font-size: 13px; }
.asset-card strong { color: #76b8ff; font-size: 13px; }
.directory-empty { padding: 36px; border: 1px dashed #344268; border-radius: 12px; color: #9aa7c4; text-align: center; }
.directory-method, .directory-cta, .directory-faq { margin-top: 48px; }
.directory-method { max-width: 900px; }
.directory-method p { color: var(--asset-muted); }
.directory-faq details { margin-bottom: 9px; padding: 14px 17px; border: 1px solid var(--asset-border); border-radius: 9px; background: var(--asset-panel); }
.directory-faq summary { color: #eef3ff; font-weight: 800; cursor: pointer; }
.directory-faq p { color: var(--asset-muted); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.asset-directory-promo { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 22px; width: min(1100px, calc(100% - 32px)); margin: 40px auto; padding: 24px; border: 1px solid rgba(0, 212, 170, .42); border-radius: 14px; background: linear-gradient(120deg, rgba(0, 212, 170, .14), rgba(79, 142, 247, .12)); color: #f4f7ff; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.asset-directory-promo span { color: #67ecd2; font-size: 12px; font-weight: 850; text-transform: uppercase; }
.asset-directory-promo h2 { margin: 5px 0; color: #fff; font-size: 25px; }
.asset-directory-promo p { margin: 0; color: #acb8d3; }
.asset-directory-promo > a { display: inline-flex; min-height: 47px; align-items: center; padding: 10px 17px; border-radius: 8px; background: linear-gradient(110deg, var(--asset-cyan), var(--asset-blue)); color: #06101d; font-weight: 900; text-decoration: none; }

@media (max-width: 850px) {
  .asset-hero { grid-template-columns: 1fr; align-items: start; }
  .asset-price-card { min-height: 130px; }
  .directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .asset-two-col, .asset-related { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .asset-shell { width: min(100% - 22px, 1160px); }
  .asset-main { padding-top: 22px; }
  .asset-hero h1 { font-size: 46px; }
  .asset-lead, .directory-hero > p { font-size: 16px; }
  .asset-facts, .directory-grid, .asset-free-cta, .asset-directory-promo { grid-template-columns: 1fr; }
  .asset-facts > div { min-height: 78px; }
  .asset-answer, .asset-free-cta { padding: 19px; }
  .asset-free-cta > a, .asset-directory-promo > a { width: 100%; }
  .directory-hero { padding-top: 20px; }
  .directory-hero h1 { font-size: 43px; }
  .directory-controls { position: static; }
  .directory-filters button { flex: 1 1 46%; }
  .asset-card a { min-height: 190px; }
}

/* Public Market Shell ----------------------------------------------------- */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body[data-asset-page] {
  --asset-bg: #060808;
  --asset-panel: #111414;
  --asset-panel-2: #161a1a;
  --asset-border: #2a3031;
  --asset-muted: #9cadb4;
  background: var(--asset-bg);
  color: #f4f8f7;
}

body[data-asset-page] a:focus-visible,
body[data-asset-page] button:focus-visible,
body[data-asset-page] input:focus-visible {
  outline: 2px solid #6ee7d0;
  outline-offset: 3px;
}

.asset-app-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 230px minmax(300px, 640px) minmax(300px, 1fr);
  align-items: center;
  min-height: 64px;
  padding: 9px 18px;
  border-bottom: 1px solid #202526;
  background: rgba(6, 8, 8, .96);
  backdrop-filter: blur(16px);
}

.asset-app-logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  color: #f8fbfa;
  font-size: 19px;
  font-weight: 850;
  letter-spacing: -.035em;
  text-decoration: none;
}

.asset-app-logo:hover { color: #fff; }
.asset-app-logo strong { color: #2edfc1; }
.asset-app-logo img { object-fit: contain; }

.asset-global-search { min-width: 0; }
.asset-global-search form { position: relative; }
.asset-global-search input {
  width: 100%;
  height: 44px;
  padding: 0 50px 0 42px;
  border: 1px solid #303838;
  border-radius: 9px;
  background: #111515;
  color: #f7fbfa;
  font: inherit;
  font-size: 14px;
}
.asset-global-search input::placeholder { color: #819093; }
.asset-search-icon {
  position: absolute;
  top: 14px;
  left: 16px;
  z-index: 2;
  width: 14px;
  height: 14px;
  border: 2px solid #819093;
  border-radius: 50%;
  pointer-events: none;
}
.asset-search-icon::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 6px;
  height: 2px;
  background: #819093;
  content: "";
  transform: rotate(45deg);
}
.asset-global-search kbd {
  position: absolute;
  top: 10px;
  right: 11px;
  min-width: 25px;
  padding: 2px 7px;
  border: 1px solid #344040;
  border-radius: 5px;
  background: #1c2222;
  color: #809091;
  font: 11px/18px Inter, sans-serif;
  text-align: center;
}
.asset-search-results {
  position: absolute;
  top: calc(100% + 7px);
  right: 0;
  left: 0;
  z-index: 60;
  overflow: hidden;
  padding: 6px;
  border: 1px solid #35403f;
  border-radius: 11px;
  background: #111515;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .5);
}
.asset-search-results a {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 7px 10px;
  border-radius: 7px;
  color: #dfe8e6;
  text-decoration: none;
}
.asset-search-results a:hover,
.asset-search-results a[aria-selected="true"] { background: #1c2524; color: #fff; }
.asset-search-results strong { color: #69e3cf; font-size: 14px; }
.asset-search-results span { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.asset-search-results small { color: #80918f; font-size: 10px; }
.asset-search-empty { margin: 0; padding: 12px; color: #8fa09e; font-size: 13px; }

.asset-app-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}
.asset-app-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 7px 12px;
  border-radius: 8px;
  color: #b8c5c4;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}
.asset-app-actions a:hover { color: #fff; background: #141919; }
.asset-app-actions .asset-app-signup { background: #08bd94; color: #03120e; }
.asset-app-actions .asset-app-signup:hover { background: #2ed9b5; color: #03120e; }

.asset-app-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); min-height: calc(100vh - 64px); }
.asset-app-sidebar {
  position: sticky;
  top: 64px;
  align-self: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 64px);
  padding: 18px 12px;
  border-right: 1px solid #202526;
  background: #090b0b;
}
.asset-app-sidebar nav > p {
  margin: 18px 10px 6px;
  color: #687675;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.asset-app-sidebar nav > p:first-child { margin-top: 0; }
.asset-side-link {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 7px 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #99aaa8;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}
.asset-side-link:hover { background: #121616; color: #e9f0ee; }
.asset-side-link.active { border-color: #2c3635; background: #171c1c; color: #fff; }
.asset-side-link.locked { color: #82908f; }
.asset-side-mark { width: 10px; height: 10px; border: 1.5px solid currentColor; border-radius: 3px; }
.asset-side-link.active .asset-side-mark { border-color: #27d8b6; background: #27d8b6; box-shadow: 0 0 12px rgba(39, 216, 182, .28); }
.asset-side-link small {
  padding: 2px 6px;
  border: 1px solid #313a39;
  border-radius: 999px;
  color: #71807f;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}
.asset-side-link.active small { border-color: rgba(39, 216, 182, .28); color: #4fdbc0; }
.asset-side-note {
  padding: 14px;
  border: 1px solid #26302f;
  border-radius: 10px;
  background: #111515;
}
.asset-side-note strong,
.asset-side-note span { display: block; }
.asset-side-note strong { color: #eff5f3; font-size: 12px; }
.asset-side-note span { margin: 5px 0 10px; color: #81918e; font-size: 10px; line-height: 1.5; }
.asset-side-note a { color: #54ddc4; font-size: 11px; font-weight: 800; text-decoration: none; }

.asset-app-workspace { min-width: 0; }
body[data-asset-page] .asset-main { padding: 24px 0 68px; }
body[data-asset-page] .asset-shell { width: min(1220px, calc(100% - 34px)); }
body[data-asset-page] .asset-article { max-width: 1220px; }
body[data-asset-page] .asset-breadcrumb { margin-bottom: 17px; }

.asset-market-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}
.asset-identity { display: flex; align-items: center; gap: 14px; min-width: 0; }
.asset-symbol-avatar {
  display: inline-flex;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #354140;
  border-radius: 50%;
  background: #f3f6f5;
  color: #101515;
  font-size: 13px;
  font-weight: 900;
}
.asset-identity p { margin: 0 0 2px; color: #73827f; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.asset-identity h1 { margin: 0; color: #fff; font-size: clamp(28px, 3vw, 38px); line-height: 1.12; letter-spacing: -.04em; }
.asset-identity h1 small { display: block; margin-top: 3px; color: #aab7b5; font-size: 14px; font-weight: 600; letter-spacing: -.01em; }
.asset-market-subtitle { display: block; margin-top: 5px; color: #7f908e; font-size: 12px; }
.asset-watch-action {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 0 7px;
  min-height: 48px;
  padding: 7px 13px;
  border: 1px solid #35403f;
  border-radius: 8px;
  color: #d7e0de;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}
.asset-watch-action > span { grid-row: 1 / 3; font-size: 20px; }
.asset-watch-action small { color: #72817f; font-size: 9px; font-weight: 600; }

.asset-market-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 14px; }
.asset-chart-panel,
.asset-personal-card { border: 1px solid var(--asset-border); border-radius: 13px; background: var(--asset-panel); }
.asset-chart-panel { min-width: 0; overflow: hidden; }
.asset-chart-panel > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 18px 19px 4px; }
.asset-chart-quote > span { display: block; color: #81918f; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.asset-chart-quote > strong { display: inline-block; min-height: 39px; margin: 2px 8px 0 0; color: #fff; font-size: 30px; line-height: 1.25; letter-spacing: -.035em; }
.asset-chart-quote > b { font-size: 12px; font-weight: 750; }
.asset-chart-quote > b.positive { color: #2cddaf; }
.asset-chart-quote > b.negative { color: #ff6c74; }
.asset-chart-quote > small { display: block; color: #758582; font-size: 10px; }
.asset-chart-ranges { display: flex; gap: 3px; }
.asset-chart-ranges button {
  min-width: 43px;
  min-height: 40px;
  padding: 5px 8px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #82918f;
  font: 750 11px Inter, sans-serif;
  cursor: pointer;
}
.asset-chart-ranges button:hover { background: #1b2221; color: #dce5e2; }
.asset-chart-ranges button.active { background: #20302d; color: #46dfbd; }
.asset-chart { position: relative; height: 300px; margin-top: 4px; }
.asset-chart svg { display: block; width: 100%; height: 270px; overflow: visible; }
.asset-chart-gridline { stroke: #26302f; stroke-width: 1; vector-effect: non-scaling-stroke; }
.asset-chart [data-chart-line] { fill: none; stroke: #21d6ae; stroke-linejoin: round; stroke-linecap: round; stroke-width: 2.2; vector-effect: non-scaling-stroke; }
.asset-chart [data-chart-area] { stroke: none; }
.asset-chart > p { position: absolute; inset: 115px 0 auto; margin: 0; color: #71817e; font-size: 12px; text-align: center; }
.asset-chart > p.ready { display: none; }
.asset-chart-dates { position: absolute; right: 16px; bottom: 8px; left: 16px; display: flex; justify-content: space-between; color: #687876; font-size: 9px; }

.asset-personal-card { display: flex; flex-direction: column; padding: 20px; }
.asset-personal-card > span,
.asset-section-eyebrow,
.asset-section-heading span { color: #46d8bc; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.asset-personal-card h2 { margin: 7px 0 8px; color: #fff; font-size: 20px; line-height: 1.25; }
.asset-personal-card p { margin: 0; color: #98a7a5; font-size: 12px; }
.asset-personal-card ul { margin: 16px 0 18px; padding: 0; list-style: none; }
.asset-personal-card li { position: relative; margin: 9px 0; padding-left: 22px; color: #c0cdca; font-size: 11px; }
.asset-personal-card li::before { position: absolute; left: 0; color: #5b6b68; content: "◇"; }
.asset-personal-card > a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  margin-top: auto;
  padding: 9px 12px;
  border-radius: 8px;
  background: #08bd94;
  color: #03120e;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}
.asset-personal-card > small { margin-top: 8px; color: #72817f; font-size: 9px; text-align: center; }

body[data-asset-page] .asset-disclaimer { margin: 14px 0 12px; padding: 10px 13px; border-left-width: 2px; font-size: 11px; }
.asset-tabs {
  position: sticky;
  top: 64px;
  z-index: 20;
  display: flex;
  gap: 4px;
  overflow-x: auto;
  margin: 0 0 28px;
  padding: 8px 0;
  border-bottom: 1px solid #242b2b;
  background: rgba(6, 8, 8, .94);
  scrollbar-width: none;
}
.asset-tabs::-webkit-scrollbar { display: none; }
.asset-tabs a {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 10px 14px 9px;
  border-bottom: 2px solid transparent;
  color: #81918f;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}
.asset-tabs a:hover { color: #e8efed; }
.asset-tabs a.active { border-color: #f1c40f; color: #fff; }

body[data-asset-page] .asset-article section { scroll-margin-top: 125px; }
body[data-asset-page] .asset-article > section { margin: 38px 0; }
body[data-asset-page] .asset-answer { margin: 0 0 30px; border-color: #2d4540; background: #101817; }
body[data-asset-page] .asset-answer strong { color: #3edab9; }
body[data-asset-page] .asset-answer p { font-size: 16px; line-height: 1.65; }
body[data-asset-page] .asset-article h2 { font-size: 22px; }
body[data-asset-page] .asset-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body[data-asset-page] .asset-facts > div { min-height: 86px; border-color: #29302f; background: #111414; }
body[data-asset-page] .asset-facts span { color: #748482; }
body[data-asset-page] .asset-facts strong { font-size: 14px; }
.asset-portfolio-role { margin-top: 36px; padding-top: 30px; border-top: 1px solid #252d2c; }
.asset-portfolio-role p { max-width: 850px; }
.asset-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 13px; }
.asset-section-heading h2 { margin: 4px 0 0; }
.asset-section-heading > p { max-width: 420px; margin: 0; font-size: 12px; text-align: right; }
body[data-asset-page] .asset-holdings { border-color: #293130; background: #111414; }
body[data-asset-page] .asset-holdings th { background: #171c1c; color: #8d9d9a; }
body[data-asset-page] .asset-holdings th,
body[data-asset-page] .asset-holdings td { border-color: #252c2b; }
body[data-asset-page] .asset-two-col > div { border-color: #293130; background: #111414; }
body[data-asset-page] .asset-cost,
body[data-asset-page] .asset-method { border-color: #2b3533; background: #101414; }
body[data-asset-page] .asset-free-cta { border-color: rgba(0, 212, 170, .32); background: linear-gradient(120deg, rgba(0, 212, 170, .10), rgba(23, 87, 77, .10)); }
body[data-asset-page] .asset-free-cta > a { background: #08bd94; color: #03120e; }
body[data-asset-page] .asset-related a { border-color: #293130; background: #111414; }
body[data-asset-page] .asset-related a:hover { border-color: #406159; background: #151a19; }
body[data-asset-page] .asset-related span { color: #47dcc0; }
body[data-asset-page] .asset-footer { border-color: #202625; }

@media (max-width: 1120px) {
  .asset-app-topbar { grid-template-columns: 205px minmax(260px, 1fr) auto; }
  .asset-app-layout { grid-template-columns: 205px minmax(0, 1fr); }
  .asset-market-grid { grid-template-columns: minmax(0, 1fr) 285px; }
  .asset-app-signin { display: none !important; }
}

@media (max-width: 900px) {
  .asset-app-topbar { grid-template-columns: auto 1fr; gap: 8px 16px; min-height: 108px; padding: 8px 14px; }
  .asset-global-search { grid-column: 1 / -1; grid-row: 2; }
  .asset-app-actions { grid-column: 2; grid-row: 1; }
  .asset-app-layout { display: block; min-height: 0; }
  .asset-app-sidebar { display: none; }
  .asset-market-grid { grid-template-columns: 1fr; }
  .asset-personal-card { min-height: 280px; }
  .asset-tabs { position: static; }
  body[data-asset-page] .asset-article section { scroll-margin-top: 118px; }
}

@media (max-width: 620px) {
  .asset-app-topbar { gap: 7px 10px; padding: 7px 10px 9px; }
  .asset-app-logo span { font-size: 17px; }
  .asset-app-logo img { width: 27px; height: 27px; }
  .asset-app-actions { gap: 3px; }
  .asset-app-actions a { min-height: 40px; padding: 6px 9px; }
  .asset-app-lang { display: none !important; }
  .asset-global-search input { height: 43px; }
  .asset-global-search kbd { display: none; }
  .asset-global-search input { padding-right: 14px; }
  .asset-search-results a { grid-template-columns: 60px minmax(0, 1fr) auto; }
  body[data-asset-page] .asset-main { padding-top: 17px; }
  body[data-asset-page] .asset-shell { width: min(100% - 20px, 1220px); }
  .asset-market-hero { align-items: stretch; flex-direction: column; gap: 14px; }
  .asset-watch-action { align-self: stretch; justify-content: center; }
  .asset-chart-panel > header { align-items: stretch; flex-direction: column; padding: 16px 14px 2px; }
  .asset-chart-ranges { justify-content: space-between; }
  .asset-chart-ranges button { flex: 1; min-height: 44px; }
  .asset-chart { height: 250px; }
  .asset-chart svg { height: 222px; }
  .asset-chart > p { inset: 95px 0 auto; }
  .asset-tabs { margin-bottom: 22px; }
  .asset-tabs a { min-height: 44px; }
  body[data-asset-page] .asset-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body[data-asset-page] .asset-facts > div { min-width: 0; }
  body[data-asset-page] .asset-facts strong { overflow-wrap: anywhere; }
  .asset-section-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .asset-section-heading > p { text-align: left; }
  body[data-asset-page] .asset-two-col,
  body[data-asset-page] .asset-related,
  body[data-asset-page] .asset-free-cta { grid-template-columns: 1fr; }
  body[data-asset-page] .asset-free-cta > a { width: 100%; }
  body[data-asset-page] .asset-holdings { overflow-x: auto; }
}

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