.sd3 {
  --sd3-bg: #000;
  --sd3-panel: #0d1117;
  --sd3-panel-2: #161b22;
  --sd3-panel-3: #111827;
  --sd3-line: rgba(255,255,255,.10);
  --sd3-line-soft: rgba(255,255,255,.08);
  --sd3-text: #e4e4e7;
  --sd3-muted: #8b949e;
  --sd3-dim: #6e7681;
  --sd3-blue: #58a6ff;
  --sd3-blue-h: #79c0ff;
  --sd3-green: #3fb950;
  --sd3-red: #f85149;
  --sd3-yellow: #fbbf24;
  --sd3-purple: #d2a8ff;
  --sd3-display: Inter, "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --sd3-mono: "SF Mono", "Cascadia Code", Consolas, monospace;
  min-height: calc(100vh - 48px);
  background: var(--sd3-bg);
  color: var(--sd3-text);
  font-family: var(--sd3-display);
  font-feature-settings: "cv02" 1, "cv03" 1, "cv04" 1, "tnum" 1;
  -webkit-font-smoothing: antialiased;
  padding: 18px 20px 60px;
}

.sd3 *,
.sd3 *::before,
.sd3 *::after {
  box-sizing: border-box;
}

.sd3 a {
  color: inherit;
  text-decoration: none;
}

.sd3 .mono {
  font-family: var(--sd3-mono);
  font-variant-numeric: tabular-nums;
}

.sd3-shell {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.sd3-card {
  background: var(--sd3-panel);
  border: 1px solid var(--sd3-line);
  border-radius: 8px;
  box-shadow: none;
}

.sd3-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 18px 24px;
}

.sd3-hero-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
}

.sd3-hero-stats {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: minmax(440px, .96fr) minmax(420px, 1.04fr);
  align-items: stretch;
  gap: 12px;
  margin-left: 92px;
}

.sd3-heropos-soft .sd3-hero-stats {
  width: min(1180px, calc(100% - 48px));
  grid-template-columns: minmax(500px, .98fr) minmax(440px, 1.02fr);
  margin-left: 48px;
}

.sd3-heropos-title .sd3-hero-stats {
  width: min(1120px, 100%);
  grid-template-columns: minmax(440px, .96fr) minmax(420px, 1.04fr);
  margin-left: 92px;
}

.sd3-heropos-flush .sd3-hero-stats {
  width: 100%;
  grid-template-columns: minmax(540px, 1.03fr) minmax(440px, .97fr);
  margin-left: 0;
}

.sd3-identity {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.sd3-avatar {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  flex: 0 0 auto;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  background:
    linear-gradient(135deg, rgba(88, 166, 255, 0.48), rgba(63, 185, 80, 0.30)),
    var(--sd3-panel-2);
  border: 1px solid rgba(255,255,255,.16);
}

.sd3-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sd3-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  min-width: 0;
}

.sd3-title {
  font-family: var(--sd3-display);
  margin: 0;
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: 0;
  color: #f0f6fc;
}

.sd3-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 4px 10px;
  border-radius: 8px;
  color: #4ade80;
  background: rgba(35,134,54,.30);
  border: 1px solid rgba(63,185,80,.22);
  font-weight: 800;
  font-size: 13px;
}

.sd3-stars {
  color: #4ade80;
  letter-spacing: 2px;
  font-size: 12px;
}

.sd3-live {
  color: var(--sd3-muted);
  font-size: 13px;
}

.sd3-role {
  margin-top: 6px;
  color: #c9d1d9;
  font-size: 15px;
  line-height: 1.35;
}

.sd3-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
  color: var(--sd3-muted);
  font-size: 13px;
}

.sd3-meta strong,
.sd3-meta a {
  color: #f0f6fc;
  font-weight: 650;
}

.sd3-dotsep {
  color: #484f58;
}

.sd3-author-snapshot {
  display: grid;
  grid-template-columns: repeat(4, minmax(96px, auto));
  gap: 1px;
  margin-top: 0;
  border: 1px solid var(--sd3-line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--sd3-panel-2);
  min-width: 0;
}

.sd3-author-snapshot div {
  min-width: 94px;
  padding: 8px 11px;
  background: rgba(255,255,255,.025);
}

.sd3-author-snapshot .sd3-author-perf-main {
  background:
    linear-gradient(90deg, rgba(63,185,80,.13), rgba(88,166,255,.05)),
    rgba(255,255,255,.025);
}

.sd3-author-snapshot .sd3-author-perf {
  background:
    linear-gradient(90deg, rgba(88,166,255,.08), transparent),
    rgba(255,255,255,.025);
}

.sd3-author-snapshot span {
  display: block;
  color: var(--sd3-muted);
  font-size: 10.5px;
  font-weight: 760;
  text-transform: uppercase;
}

.sd3-author-snapshot strong {
  display: block;
  margin-top: 4px;
  color: #f0f6fc;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 850;
}

.sd3-author-snapshot small {
  display: block;
  margin-top: 3px;
  color: var(--sd3-muted);
  font-size: 10.5px;
  line-height: 1.1;
  font-weight: 700;
}

.sd3-ls-inline {
  display: flex !important;
  align-items: baseline;
  gap: 6px;
  white-space: nowrap;
}

.sd3-author-mentions {
  grid-column: 1 / -1;
}

.sd3-author-mentions-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sd3-author-mentions .sd3-mention-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.sd3-author-mentions button {
  min-height: 24px;
  border: 1px solid var(--sd3-line-soft);
  border-radius: 6px;
  background: rgba(255,255,255,.04);
  color: #f0f6fc;
  padding: 2px 7px;
  font-size: 11px;
  font-weight: 850;
  cursor: pointer;
}

.sd3-author-mentions button:hover {
  border-color: rgba(88,166,255,.52);
  background: rgba(255,255,255,.06);
}

.sd3-mini-tv {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 23px !important;
  padding: 0 8px !important;
  color: #c9d1d9 !important;
  font-size: 10.5px !important;
  font-weight: 760 !important;
}

.sd3-mini-tv svg {
  width: 12px;
  height: 12px;
}

.sd3-author-mentions small {
  color: var(--sd3-muted);
  font-size: 10px;
}

.sd3-hero-compact .sd3-author-perf {
  display: none;
}

.sd3-hero-compact .sd3-author-perf-main {
  grid-column: span 1;
}

.sd3-actions {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 14px;
  min-width: 0;
}

.sd3-version-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--sd3-line);
  border-radius: 7px;
  background: rgba(255,255,255,.035);
}

.sd3-version-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 5px;
  color: var(--sd3-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.sd3-version-switch a:hover {
  color: #f0f6fc;
  background: rgba(255,255,255,.055);
}

.sd3-version-switch a.active {
  color: #fbbf24;
  background: rgba(251,191,36,.10);
  box-shadow: inset 0 0 0 1px rgba(251,191,36,.22);
}

.sd3-action-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.sd3-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 7px;
  border: 1px solid var(--sd3-line);
  background: rgba(255,255,255,.04);
  color: #e4e4e7;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.sd3-action:hover {
  border-color: rgba(88,166,255,.65);
  color: #f0f6fc;
  background: rgba(255,255,255,.06);
}

.sd3-action.primary {
  background: #1f6feb;
  border-color: #388bfd;
  color: #fff;
}

.sd3-action.following {
  background: rgba(35,134,54,.30);
  border-color: rgba(63,185,80,.24);
  color: #4ade80;
}

.sd3-action svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.sd3-hero-trades {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.sd3-hero-trade-card {
  min-height: 132px;
  padding: 10px;
  border: 1px solid var(--sd3-line-soft);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(88,166,255,.055), transparent 62%),
    rgba(255,255,255,.025);
}

.sd3-hero-trade-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.sd3-hero-trade-title {
  color: var(--sd3-muted);
  font-size: 10.5px;
  font-weight: 760;
  text-transform: uppercase;
}

.sd3-hero-trade-head small {
  color: var(--sd3-muted);
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.25;
}

.sd3-hero-trade-list {
  display: grid;
  gap: 5px;
}

.sd3-hero-mini-row {
  display: grid;
  grid-template-columns: minmax(50px, .85fr) 44px auto;
  align-items: center;
  gap: 8px;
  min-height: 26px;
  padding: 4px 7px;
  border: 1px solid var(--sd3-line-soft);
  border-radius: 6px;
  background: rgba(255,255,255,.025);
}

.sd3-hero-mini-row:hover {
  border-color: rgba(88,166,255,.45);
  background: rgba(255,255,255,.045);
}

.sd3-hero-mini-ticker {
  color: #f0f6fc;
  font-size: 12px;
  font-weight: 850;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sd3-hero-mini-side {
  color: var(--sd3-green);
  font-size: 10.5px;
  font-weight: 780;
}

.sd3-hero-mini-side.short {
  color: var(--sd3-red);
}

.sd3-hero-mini-return {
  justify-self: end;
  font-size: 12px;
  font-weight: 900;
}

.sd3-hero-mini-empty {
  min-height: 118px;
  display: grid;
  place-items: center;
  color: var(--sd3-muted);
  font-size: 12px;
  border: 1px dashed var(--sd3-line-soft);
  border-radius: 6px;
}

.sd3-trades-dock .sd3-hero-stats {
  padding: 10px;
  border: 1px solid var(--sd3-line-soft);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(88,166,255,.045), transparent 54%),
    rgba(255,255,255,.018);
}

.sd3-trades-dock .sd3-author-snapshot,
.sd3-trades-dock .sd3-hero-trade-card {
  height: 100%;
}

.sd3-trades-dock .sd3-hero-trade-card {
  min-height: 0;
}

.sd3-trades-cluster .sd3-hero-stats {
  align-items: start;
}

.sd3-trades-stack .sd3-hero-stats {
  grid-template-columns: minmax(440px, .86fr) minmax(330px, .64fr);
}

.sd3-trades-stack .sd3-hero-trades {
  grid-template-columns: 1fr;
}

.sd3-trades-stack .sd3-hero-trade-card {
  min-height: 0;
}

.sd3-trades-strip .sd3-hero-stats {
  grid-template-columns: minmax(440px, .78fr) minmax(520px, 1.22fr);
  padding: 10px;
  border: 1px solid var(--sd3-line-soft);
  border-radius: 8px;
  background: rgba(255,255,255,.018);
}

.sd3-trades-strip .sd3-hero-trades {
  grid-template-columns: 1fr;
}

.sd3-trades-strip .sd3-hero-trade-card {
  min-height: 78px;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 10px;
}

.sd3-trades-strip .sd3-hero-trade-head {
  display: block;
  margin-bottom: 0;
}

.sd3-trades-strip .sd3-hero-trade-head small {
  display: block;
  margin-top: 6px;
}

.sd3-trades-strip .sd3-hero-trade-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
}

.sd3-trades-strip .sd3-hero-mini-row {
  min-height: 45px;
  grid-template-columns: 1fr;
  gap: 2px;
}

.sd3-trades-strip .sd3-hero-mini-side {
  display: none;
}

.sd3-trades-strip .sd3-hero-mini-return {
  justify-self: start;
}

.sd3-stat-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(118px, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.sd3-stat {
  min-height: 68px;
  padding: 10px 12px;
  text-align: center;
}

.sd3-stat-label {
  color: var(--sd3-muted);
  font-size: 12px;
  line-height: 1.25;
}

.sd3-stat-value {
  margin-top: 4px;
  color: #f0f6fc;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 800;
}

.sd3-stat-sub {
  margin-top: 2px;
  color: var(--sd3-dim);
  font-size: 11px;
}

.sd3-green {
  color: var(--sd3-green) !important;
}

.sd3-red {
  color: var(--sd3-red) !important;
}

.sd3-yellow {
  color: var(--sd3-yellow) !important;
}

.sd3-top-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(520px, 1.18fr);
  align-items: start;
  gap: 12px;
  margin-top: 16px;
}

.sd3-panel {
  padding: 18px 20px;
}

.sd3-panel-title {
  font-family: var(--sd3-display);
  margin: 0;
  color: #f0f6fc;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 800;
}

.sd3-panel-sub {
  margin-top: 2px;
  color: var(--sd3-muted);
  font-size: 12px;
}

.sd3-dist-card {
  display: flex;
  flex-direction: column;
  align-self: start;
  position: relative;
}

.sd3-dist-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.sd3-dist-title {
  margin: 0;
  color: #f0f6fc;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sd3-dist-meta {
  color: var(--sd3-muted);
  font-size: 12px;
  white-space: nowrap;
}

.sd3-dist-explainer {
  margin-top: 5px;
  color: var(--sd3-muted);
  font-size: 12px;
  line-height: 1.35;
}

.sd3-hist {
  height: 126px;
  display: grid;
  grid-template-columns: repeat(7, minmax(30px, 1fr));
  align-items: end;
  gap: 18px;
  margin-top: 15px;
  padding: 8px 4px 0;
  background:
    linear-gradient(to bottom, transparent 0, transparent calc(33.333% - 1px), rgba(255,255,255,.06) calc(33.333% - 1px), rgba(255,255,255,.06) 33.333%, transparent 33.333%, transparent calc(66.666% - 1px), rgba(255,255,255,.06) calc(66.666% - 1px), rgba(255,255,255,.06) 66.666%, transparent 66.666%);
}

.sd3-bar {
  min-height: 6px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #7c92ff, #4f6cf0);
  box-shadow: none;
  position: relative;
}

.sd3-dist-classic .sd3-bar:nth-child(1) {
  background: linear-gradient(180deg, #b14d58, #8d3943);
}

.sd3-dist-classic .sd3-bar:nth-child(2) {
  background: linear-gradient(180deg, #c35462, #a94753);
}

.sd3-dist-classic .sd3-bar:nth-child(3) {
  background: linear-gradient(180deg, #d05868, #bd4b5b);
}

.sd3-dist-classic .sd3-bar:nth-child(4) {
  background: linear-gradient(180deg, #8bd99d, #6fc884);
}

.sd3-dist-classic .sd3-bar:nth-child(5) {
  background: linear-gradient(180deg, #79d98f, #5fcf78);
}

.sd3-dist-classic .sd3-bar:nth-child(6) {
  background: linear-gradient(180deg, #6ad985, #4fc86b);
}

.sd3-dist-classic .sd3-bar:nth-child(7) {
  background: linear-gradient(180deg, #4e9d59, #377f43);
}

.sd3-dist-blue .sd3-bar {
  background: linear-gradient(180deg, #7c92ff, #4f6cf0);
}

.sd3-dist-spectrum .sd3-bar:nth-child(1),
.sd3-dist-spectrum .sd3-bar:nth-child(2),
.sd3-dist-spectrum .sd3-bar:nth-child(3) {
  background: linear-gradient(180deg, #ff7a88, #db5262);
}

.sd3-dist-spectrum .sd3-bar:nth-child(4) {
  background: linear-gradient(180deg, #ffd36b, #c99d3a);
}

.sd3-dist-spectrum .sd3-bar:nth-child(n+5) {
  background: linear-gradient(180deg, #7de39a, #4fc86b);
}

.sd3-dist-minimal .sd3-hist {
  background: none;
}

.sd3-dist-minimal .sd3-bar {
  background: #7b818c;
}

.sd3-dist-minimal .sd3-bar:nth-child(n+5) {
  background: #74c987;
}

.sd3-dist-minimal .sd3-bar:nth-child(-n+3) {
  background: #c85a66;
}

.sd3-bar .count {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  color: #c9d1d9;
  font-size: 10px;
  font-weight: 800;
}

.sd3-axis-line {
  height: 1px;
  margin: 0 4px;
  background: rgba(255,255,255,.10);
}

.sd3-axis {
  display: grid;
  grid-template-columns: repeat(7, minmax(30px, 1fr));
  gap: 8px;
  margin-top: 8px;
  color: var(--sd3-muted);
  font-size: 10.5px;
  text-align: center;
  text-transform: uppercase;
}

.sd3-dist-popover {
  position: absolute;
  top: 58px;
  right: 14px;
  z-index: 8;
  width: min(218px, calc(100% - 28px));
  padding: 8px;
  border: 1px solid rgba(88,166,255,.26);
  border-radius: 8px;
  background: rgba(13,17,23,.98);
  box-shadow: 0 12px 28px rgba(0,0,0,.42);
  pointer-events: none;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity .12s, transform .12s;
}

.sd3-dist-popover.show {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.sd3-dist-buckets {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  margin-bottom: 7px;
}

.sd3-dist-bucket-btn {
  min-height: 22px;
  padding: 0 5px;
  border: 1px solid var(--sd3-line-soft);
  border-radius: 5px;
  background: rgba(255,255,255,.03);
  color: var(--sd3-muted);
  font-size: 10px;
  font-weight: 850;
  cursor: pointer;
}

.sd3-dist-bucket-btn.active {
  border-color: rgba(88,166,255,.70);
  background: rgba(88,166,255,.14);
  color: #f0f6fc;
}

.sd3-dist-popover-title {
  color: var(--sd3-muted);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.sd3-dist-popover-table {
  display: grid;
  gap: 3px;
}

.sd3-dist-popover-row {
  display: grid;
  grid-template-columns: minmax(54px, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 22px;
  padding: 3px 6px;
  border: 1px solid var(--sd3-line-soft);
  border-radius: 5px;
  background: rgba(255,255,255,.025);
}

.sd3-dist-popover-row span {
  min-width: 0;
  overflow: hidden;
  color: #f0f6fc;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sd3-dist-popover-row strong {
  justify-self: end;
  font-size: 10.5px;
  font-weight: 900;
}

.sd3-dist-popover-more {
  color: var(--sd3-muted);
  font-size: 10.5px;
  text-align: center;
  padding-top: 1px;
}

.sd3-dist-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
  border-top: 1px solid var(--sd3-line-soft);
}

.sd3-dist-cell {
  padding: 12px 14px 0;
  text-align: center;
  border-right: 1px solid var(--sd3-line-soft);
}

.sd3-dist-cell:last-child {
  border-right: 0;
}

.sd3-dist-label {
  color: var(--sd3-muted);
  font-size: 10.5px;
  font-weight: 750;
  text-transform: uppercase;
}

.sd3-dist-value {
  margin-top: 6px;
  color: #f0f6fc;
  font-size: 18px;
  font-weight: 800;
}

.sd3-return-window-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.sd3-return-window {
  min-height: 188px;
  padding: 13px;
  border: 1px solid var(--sd3-line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.035), transparent),
    rgba(255,255,255,.02);
}

.sd3-return-window-top,
.sd3-return-sub,
.sd3-return-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.sd3-return-window-top {
  color: #f0f6fc;
  font-size: 13px;
  font-weight: 820;
}

.sd3-return-window-top .mono {
  color: var(--sd3-muted);
  font-size: 11px;
  font-weight: 700;
}

.sd3-return-main {
  margin-top: 15px;
  color: #f0f6fc;
  font-size: 27px;
  line-height: 1;
  font-weight: 900;
}

.sd3-return-main.pos,
.sd3-return-sub .pos {
  color: var(--sd3-green);
}

.sd3-return-main.neg,
.sd3-return-sub .neg {
  color: var(--sd3-red);
}

.sd3-return-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.sd3-return-split span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-width: 0;
  padding: 6px 8px;
  border: 1px solid var(--sd3-line-soft);
  border-radius: 6px;
  color: var(--sd3-muted);
  background: rgba(255,255,255,.025);
  font-size: 11px;
  font-weight: 760;
}

.sd3-return-split strong {
  color: #e4e4e7;
  font-size: 11px;
  font-weight: 850;
}

.sd3-return-split .pos {
  color: var(--sd3-green);
}

.sd3-return-split .neg {
  color: var(--sd3-red);
}

.sd3-return-sub {
  margin-top: 14px;
  color: var(--sd3-muted);
  font-size: 12px;
}

.sd3-return-sub strong {
  color: #e4e4e7;
  font-weight: 850;
}

.sd3-return-track {
  height: 7px;
  margin-top: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
}

.sd3-return-track span {
  display: block;
  height: 100%;
  min-width: 10px;
  max-width: 100%;
  border-radius: inherit;
  background: var(--sd3-green);
}

.sd3-return-track span.neg {
  background: var(--sd3-red);
}

.sd3-return-note {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--sd3-line-soft);
  color: var(--sd3-muted);
  font-size: 12px;
}

.sd3-return-note .mono {
  color: #c9d1d9;
  white-space: nowrap;
}

.sd3-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 12px;
  margin-top: 12px;
}

.sd3-highlight-card {
  min-height: 190px;
}

.sd3-call-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.sd3-call-row {
  display: grid;
  grid-template-columns: 78px 64px auto;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  padding: 7px 9px;
  border: 1px solid var(--sd3-line-soft);
  border-radius: 7px;
  background: rgba(255,255,255,.025);
}

.sd3-call-row:hover {
  border-color: rgba(88,166,255,.48);
  background: rgba(255,255,255,.045);
}

.sd3-call-ticker {
  color: #f0f6fc;
  font-weight: 850;
}

.sd3-call-side {
  color: var(--sd3-green);
  font-size: 12px;
  font-weight: 790;
}

.sd3-call-side.short {
  color: var(--sd3-red);
}

.sd3-call-row strong {
  justify-self: end;
  font-size: 13px;
}

.sd3-portfolio-snapshot {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.sd3-portfolio-snapshot div {
  min-height: 67px;
  padding: 11px;
  border: 1px solid var(--sd3-line-soft);
  border-radius: 7px;
  background: rgba(255,255,255,.025);
}

.sd3-portfolio-snapshot span {
  display: block;
  color: var(--sd3-muted);
  font-size: 10.5px;
  font-weight: 760;
  text-transform: uppercase;
}

.sd3-portfolio-snapshot strong {
  display: block;
  min-width: 0;
  margin-top: 8px;
  color: #f0f6fc;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 850;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sd3-ticker-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(118px, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.sd3-ticker-card {
  min-height: 94px;
  border-radius: 8px;
  border: 1px solid var(--sd3-line);
  background: var(--sd3-panel);
  padding: 12px 13px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  position: relative;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  box-shadow: none;
  transition: border-color 0.15s, background 0.15s, transform 0.15s, box-shadow 0.15s;
}

.sd3-ticker-card > :not(.sd3-ticker-barline) {
  position: relative;
  z-index: 1;
}

.sd3-ticker-barline,
.sd3-ticker-rank {
  display: none;
}

.sd3-ticker-card:hover {
  transform: translateY(-1px);
  border-color: rgba(88,166,255,.60);
  background: rgba(255,255,255,.04);
  box-shadow: none;
}

.sd3-ticker-card.short {
  border-color: rgba(248,81,73,.34);
  background: var(--sd3-panel);
}

.sd3-ticker-card.top {
  border-color: rgba(88,166,255,.52);
  background: var(--sd3-panel);
}

.sd3-ticker-head {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.sd3-ticker-symbol {
  font-family: var(--sd3-mono);
  min-width: 0;
  overflow: hidden;
  overflow-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 21px;
  line-height: 1.05;
  font-weight: 900;
}

.sd3-side-chip {
  margin-left: auto;
  border-radius: 6px;
  padding: 2px 6px;
  color: #4ade80;
  background: rgba(35,134,54,.30);
  font-size: 10px;
  font-weight: 850;
}

.sd3-ticker-card.short .sd3-side-chip,
.sd3-side-chip.short {
  color: #f87171;
  background: rgba(218,54,51,.30);
}

.sd3-ticker-theme {
  margin-top: 8px;
  color: var(--sd3-muted);
  font-size: 13px;
  font-weight: 650;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sd3-ticker-foot {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 8px;
  margin-top: 6px;
  color: #c9d1d9;
  font-size: 14px;
  font-weight: 760;
}

.sd3-ticker-ret {
  color: var(--sd3-muted);
}

.sd3-ticker-card.gain {
  border-color: rgba(255,255,255,.14);
}

.sd3-ticker-card.loss {
  border-color: rgba(248,81,73,.48);
}

.sd3-ticker-ret.sd3-green {
  color: #c9d1d9 !important;
}

.sd3-ticker-card.no-live-return {
  border-color: var(--sd3-line);
  background: var(--sd3-panel);
}

.sd3-top-bars .sd3-ticker-grid {
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 8px;
}

.sd3-top-bars .sd3-ticker-card {
  min-height: 58px;
  display: grid;
  grid-template-columns: 96px minmax(110px, 1fr) auto;
  grid-template-rows: 1fr;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: var(--sd3-panel);
}

.sd3-top-bars .sd3-ticker-card.short {
  background: var(--sd3-panel);
}

.sd3-top-bars .sd3-ticker-head,
.sd3-top-bars .sd3-ticker-foot {
  margin: 0;
}

.sd3-top-bars .sd3-ticker-symbol {
  white-space: nowrap;
  overflow-wrap: normal;
  font-size: 20px;
}

.sd3-top-bars .sd3-side-chip {
  display: none;
}

.sd3-top-bars .sd3-ticker-theme {
  margin: 0;
}

.sd3-top-bars .sd3-ticker-foot {
  justify-content: end;
}

.sd3-top-clean .sd3-ticker-grid {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.sd3-top-clean .sd3-ticker-card {
  min-height: 72px;
  background: var(--sd3-panel);
  border-color: var(--sd3-line);
}

.sd3-top-clean .sd3-ticker-ret {
  display: none;
}

.sd3-top-list .sd3-ticker-grid {
  grid-template-columns: 1fr;
  gap: 7px;
}

.sd3-top-list .sd3-ticker-card {
  min-height: 48px;
  display: grid;
  grid-template-columns: 94px minmax(120px, 1fr) auto;
  grid-template-rows: 1fr;
  align-items: center;
  gap: 12px;
  padding: 9px 12px;
  border-color: var(--sd3-line);
  background: rgba(255,255,255,.03);
  box-shadow: none;
}

.sd3-top-list .sd3-ticker-card.top,
.sd3-top-list .sd3-ticker-card.gain {
  border-color: rgba(255,255,255,.14);
}

.sd3-top-list .sd3-ticker-card.short,
.sd3-top-list .sd3-ticker-card.loss {
  border-color: rgba(248,81,73,.38);
}

.sd3-top-list .sd3-ticker-head,
.sd3-top-list .sd3-ticker-foot {
  margin: 0;
}

.sd3-top-list .sd3-ticker-symbol {
  font-size: 18px;
}

.sd3-top-list .sd3-side-chip {
  display: none;
}

.sd3-top-list .sd3-ticker-theme {
  margin: 0;
}

.sd3-top-list .sd3-ticker-foot {
  justify-content: end;
  color: var(--sd3-muted);
  font-size: 12px;
}

.sd3-top-list .sd3-ticker-ret {
  display: none;
}

.sd3-top-ranked .sd3-ticker-grid {
  grid-template-columns: 1fr;
  gap: 7px;
}

.sd3-top-ranked .sd3-ticker-card {
  min-height: 46px;
  display: grid;
  grid-template-columns: 30px 112px minmax(110px, 1fr) auto;
  grid-template-rows: 1fr;
  align-items: center;
  gap: 12px;
  padding: 9px 12px;
  border-color: var(--sd3-line);
  background: rgba(255,255,255,.025);
}

.sd3-top-ranked .sd3-ticker-barline {
  display: block;
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--ticker-share);
  background: linear-gradient(90deg, color-mix(in srgb, var(--theme-color) 30%, transparent), transparent);
  opacity: .58;
}

.sd3-top-ranked .sd3-ticker-rank {
  display: block;
  color: var(--sd3-muted);
  font-size: 11px;
  font-weight: 850;
}

.sd3-top-ranked .sd3-ticker-head,
.sd3-top-ranked .sd3-ticker-foot {
  margin: 0;
}

.sd3-top-ranked .sd3-ticker-symbol {
  font-size: 18px;
}

.sd3-top-ranked .sd3-side-chip {
  display: none;
}

.sd3-top-ranked .sd3-ticker-theme {
  margin: 0;
}

.sd3-top-ranked .sd3-ticker-foot {
  justify-content: end;
  color: var(--sd3-muted);
  font-size: 12px;
}

.sd3-top-bubbles .sd3-ticker-grid {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 246px;
}

.sd3-top-bubbles .sd3-ticker-card {
  width: var(--ticker-size);
  height: var(--ticker-size);
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 999px;
  border-color: color-mix(in srgb, var(--theme-color) 52%, var(--sd3-line));
  background:
    radial-gradient(circle at 38% 25%, color-mix(in srgb, var(--theme-color) 20%, transparent), transparent 56%),
    var(--sd3-panel);
  padding: 12px;
  text-align: center;
}

.sd3-top-bubbles .sd3-ticker-card.short {
  border-color: rgba(248,81,73,.42);
}

.sd3-top-bubbles .sd3-ticker-head {
  justify-content: center;
  width: 100%;
}

.sd3-top-bubbles .sd3-ticker-symbol {
  font-size: clamp(15px, 1.4vw, 22px);
}

.sd3-top-bubbles .sd3-side-chip {
  display: none;
}

.sd3-top-bubbles .sd3-ticker-theme {
  max-width: 100%;
  margin: 0;
  font-size: 11px;
}

.sd3-top-bubbles .sd3-ticker-foot {
  width: 100%;
  justify-content: center;
  margin: 0;
  font-size: 12px;
}

.sd3-top-mosaic .sd3-ticker-grid {
  display: flex;
  align-items: stretch;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 9px;
}

.sd3-top-mosaic .sd3-ticker-card {
  width: clamp(132px, calc(var(--ticker-size) * 1.45), 260px);
  min-height: clamp(72px, var(--ticker-size), 150px);
  grid-template-rows: auto 1fr auto;
  border-color: color-mix(in srgb, var(--theme-color) 52%, var(--sd3-line));
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--theme-color) 18%, transparent), transparent 62%),
    rgba(255,255,255,.025);
}

.sd3-top-mosaic .sd3-ticker-card.short {
  border-color: rgba(248,81,73,.44);
}

.sd3-top-mosaic .sd3-ticker-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  width: var(--ticker-share);
  background: var(--theme-color);
  opacity: .85;
}

.sd3-top-mosaic .sd3-ticker-symbol {
  font-size: clamp(18px, 1.55vw, 27px);
}

.sd3-top-mosaic .sd3-ticker-theme {
  align-self: center;
}

.sd3-top-mosaic .sd3-ticker-foot {
  margin-top: 8px;
}

.sd3-theme-focus {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.sd3-theme-focus-item {
  width: 100%;
  border: 1px solid var(--sd3-line);
  border-radius: 8px;
  padding: 13px 14px;
  background: rgba(255,255,255,.03);
  cursor: pointer;
  transition: transform 0.15s, border-color 0.15s, background 0.15s;
}

.sd3-theme-focus-item:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,.05);
}

.sd3-theme-focus-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.sd3-theme-focus-name {
  min-width: 0;
  color: #f0f6fc;
  font-size: 17px;
  font-weight: 830;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sd3-theme-focus-pct {
  color: var(--sd3-muted);
  font-size: 14px;
  font-weight: 800;
}

.sd3-theme-focus-track {
  height: 8px;
  margin-top: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
}

.sd3-theme-focus-fill {
  height: 100%;
  border-radius: inherit;
}

.sd3-theme-strip {
  display: grid;
  grid-template-columns: minmax(140px, 0.42fr) repeat(5, minmax(110px, 1fr));
  gap: 12px;
  margin-top: 16px;
  align-items: center;
}

.sd3-theme-title {
  color: #f0f6fc;
  font-size: 16px;
  font-weight: 800;
}

.sd3-theme-pill {
  min-width: 0;
  border: 1px solid var(--sd3-line);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(255,255,255,.03);
  cursor: pointer;
  transition: transform 0.15s, border-color 0.15s, background 0.15s;
}

.sd3-theme-pill:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,.05);
}

.sd3-theme-row {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e4e4e7;
  font-size: 12px;
}

.sd3-theme-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 820;
  color: #f0f6fc;
}

.sd3-theme-pct {
  color: var(--sd3-muted);
  font-size: 11px;
}

.sd3-theme-bar {
  height: 6px;
  margin-top: 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
}

.sd3-theme-fill {
  height: 100%;
  border-radius: inherit;
}

.sd3-table-card {
  margin-top: 16px;
  overflow: hidden;
}

.sd3-main-tabs {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  min-height: 56px;
  padding: 0 14px;
  border-bottom: 1px solid var(--sd3-line);
  background: #000;
}

.sd3-main-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 56px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: #8b949e;
  font: inherit;
  font-size: 14px;
  font-weight: 740;
  cursor: pointer;
}

.sd3-main-tab:hover {
  color: #d6dee8;
}

.sd3-main-tab.active {
  color: #f0f6fc;
  border-bottom-color: #fb7d2b;
}

.sd3-main-tab span {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid var(--sd3-line-soft);
  background: #161b22;
  color: #8b949e;
  font-size: 12px;
  font-weight: 760;
}

.sd3-table-card.filtered-timeline .sd3-main-tab[data-main-tab="themes"] {
  display: none;
}

.sd3-toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 10px 14px;
  border-bottom: 1px solid var(--sd3-line);
  background: var(--sd3-panel);
}

.sd3-seg {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  border: 1px solid var(--sd3-line);
  border-radius: 7px;
  overflow: hidden;
  background: rgba(255,255,255,.04);
}

.sd3-seg a,
.sd3-seg button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  min-height: 36px;
  padding: 0 16px;
  border: 0;
  border-right: 1px solid var(--sd3-line-soft);
  background: transparent;
  color: var(--sd3-muted);
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.sd3-seg a:last-child,
.sd3-seg button:last-child {
  border-right: 0;
}

.sd3-seg .active {
  color: #f0f6fc;
  background: #1e2430;
  box-shadow: none;
}

.sd3-toolbar-label {
  color: var(--sd3-muted);
  font-size: 12px;
}

.sd3-select,
.sd3-input {
  height: 36px;
  border-radius: 7px;
  border: 1px solid var(--sd3-line);
  background: #000;
  color: #e4e4e7;
  padding: 0 12px;
  font: inherit;
  font-size: 13px;
}

.sd3-input {
  width: 190px;
}

.sd3-download {
  margin-left: auto;
}

.sd3-table-scroll {
  width: 100%;
  overflow-x: auto;
}

.sd3-table {
  min-width: 1120px;
}

.sd3-head,
.sd3-row {
  display: grid;
  grid-template-columns: 86px 74px 118px 84px 78px minmax(280px, 1fr) 104px 86px 84px;
  gap: 12px;
  align-items: center;
}

.sd3-head {
  min-height: 40px;
  padding: 0 16px;
  color: var(--sd3-muted);
  background: var(--sd3-panel-2);
  border-bottom: 1px solid var(--sd3-line);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sd3-row {
  min-height: 48px;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  color: #c9d1d9;
  font-size: 12.5px;
}

.sd3-row:hover {
  background: rgba(255,255,255,.04);
}

.sd3 .sd2-tr:not(.sd3-row) {
  min-height: 48px;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  color: #c9d1d9;
  font-size: 12.5px;
  display: grid;
  grid-template-columns: 86px 74px 118px 84px 78px minmax(280px, 1fr) 104px 86px 84px;
  gap: 12px;
  align-items: center;
}

.sd3 .sd2-tr:not(.sd3-row)::before {
  content: none;
  display: none;
}

.sd3 .sd2-tr:not(.sd3-row):hover {
  background: rgba(255,255,255,.04);
}

.sd3 .sd2-tr-ticker a {
  color: #f0f6fc !important;
  font-weight: 850;
}

.sd3 .sd2-tr-ticker a:hover {
  color: var(--sd3-blue-h) !important;
}

.sd3 .sd2-tr-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 2px 7px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 850;
}

.sd3 .pill-long {
  color: var(--sd3-green);
  background: rgba(35,134,54,.30);
}

.sd3 .pill-short {
  color: var(--sd3-red);
  background: rgba(218,54,51,.30);
}

.sd3 .pill-watch {
  color: var(--sd3-purple);
  background: rgba(210,168,255,.12);
}

.sd3 .sd2-tr-theme {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}

.sd3 .sd2-tr-theme-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 2px;
}

.sd3 .sd2-tr-num,
.sd3 .sd2-tr-pnl,
.sd3 .sd2-tr-date,
.sd3 .sd2-tr-mentions,
.sd3 .sd2-tr-src {
  text-align: right;
}

.sd3 .sd2-tr-pnl {
  color: #e4e4e7;
  font-weight: 850;
}

.sd3 .sd2-tr-pnl.pos {
  color: var(--sd3-green);
}

.sd3 .sd2-tr-pnl.neg {
  color: var(--sd3-red);
}

.sd3 .sd2-tr-thesis,
.sd3-thesis {
  min-width: 0;
  color: #c9d1d9;
  font-size: 12.5px;
  line-height: 1.35;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sd3-thesis-tip .sd3-thesis,
.sd3-thesis-tip .sd2-tr-thesis {
  cursor: help;
}

.sd3-thesis-expand .sd3-row:hover .sd3-thesis,
.sd3-thesis-expand .sd2-tr:not(.sd3-row):hover .sd2-tr-thesis {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  white-space: normal;
}

.sd3-thesis-expand .sd3-row:hover,
.sd3-thesis-expand .sd2-tr:not(.sd3-row):hover {
  align-items: start;
}

.sd3-thesis-none .sd3-head,
.sd3-thesis-none .sd3-row,
.sd3-thesis-none .sd2-tr:not(.sd3-row) {
  grid-template-columns: minmax(84px, .9fr) 76px minmax(118px, 1.2fr) 92px 86px minmax(112px, .95fr) 90px 94px;
}

.sd3-thesis-none .sd3-thesis-head,
.sd3-thesis-none .sd3-thesis,
.sd3-thesis-none .sd2-tr-thesis {
  display: none;
}

.sd3-table-read .sd3-row,
.sd3-table-read .sd2-tr:not(.sd3-row) {
  min-height: 52px;
  font-size: 13px;
}

.sd3-table-read .sd3-thesis,
.sd3-table-read .sd2-tr-thesis {
  color: #d6dee8;
  font-size: 13.25px;
  line-height: 1.42;
  font-weight: 500;
  letter-spacing: 0;
}

.sd3-table-read .sd3-xn,
.sd3-table-read .sd2-tr-mentions {
  color: #d6dee8;
  font-family: var(--sd3-display);
  font-size: 12.5px;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
}

.sd3-table-read .sd3-head {
  min-height: 42px;
  font-size: 10px;
  color: #9ca6b5;
}

.sd3-table-compact .sd3-head,
.sd3-table-compact .sd3-row,
.sd3-table-compact .sd2-tr:not(.sd3-row) {
  grid-template-columns: 80px 66px 104px 78px 74px minmax(260px, 1fr) 96px 82px 78px;
  gap: 10px;
}

.sd3-table-compact .sd3-row,
.sd3-table-compact .sd2-tr:not(.sd3-row) {
  min-height: 42px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
}

.sd3-table-compact .sd3-thesis,
.sd3-table-compact .sd2-tr-thesis {
  color: #bdc6d3;
  font-size: 12px;
  line-height: 1.32;
}

.sd3-table-classic .sd3-row,
.sd3-table-classic .sd2-tr:not(.sd3-row) {
  font-size: 12.5px;
}

.sd3-table-classic .sd3-thesis,
.sd3-table-classic .sd2-tr-thesis {
  color: #c9d1d9;
  font-size: 12.5px;
  line-height: 1.35;
}

.sd3-thesis-none .sd3-head,
.sd3-thesis-none .sd3-row,
.sd3-thesis-none .sd2-tr:not(.sd3-row) {
  grid-template-columns: minmax(84px, .9fr) 76px minmax(118px, 1.2fr) 92px 86px minmax(112px, .95fr) 90px 94px;
}

.sd3-thesis-none .sd3-thesis-head,
.sd3-thesis-none .sd3-thesis,
.sd3-thesis-none .sd2-tr-thesis {
  display: none;
}

.sd3 .sd2-src-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
  min-height: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--sd3-blue);
  background: transparent;
  font-size: 11px;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(88,166,255,.45);
  text-underline-offset: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sd3-fav {
  color: var(--sd3-muted);
  font-size: 18px;
  line-height: 1;
}

.sd3-ticker-link {
  color: #f0f6fc !important;
  font-weight: 850;
  letter-spacing: 0;
}

.sd3-ticker-link:hover {
  color: var(--sd3-blue-h) !important;
}

.sd3-side {
  color: var(--sd3-green);
  font-weight: 800;
}

.sd3-side.short {
  color: var(--sd3-red);
}

.sd3-theme-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}

.sd3-num,
.sd3-pnl,
.sd3-date,
.sd3-xn,
.sd3-src {
  text-align: right;
}

.sd3-pnl {
  color: #e4e4e7;
  font-weight: 850;
}

.sd3-pnl.pos {
  color: var(--sd3-green);
}

.sd3-pnl.neg {
  color: var(--sd3-red);
}

.sd3-src-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
  min-height: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--sd3-blue);
  background: transparent;
  font-size: 11px;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(88,166,255,.45);
  text-underline-offset: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sd3-src-link:hover {
  color: var(--sd3-blue-h);
  text-decoration-color: currentColor;
}

.sd3 .sd2-src-link:hover {
  color: var(--sd3-blue-h);
  text-decoration-color: currentColor;
}

.sd3-th {
  cursor: pointer;
  user-select: none;
}

.sd3-sort-arr {
  display: none;
}

.sd3-sort-active {
  color: #e4e4e7;
}

.sd3-mentions-btn {
  min-width: 34px;
  min-height: 28px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: #d6dee8;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.sd3-mentions-btn:hover {
  border-color: rgba(88,166,255,.40);
  background: rgba(88,166,255,.10);
  color: #f0f6fc;
}

.sd3-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  color: var(--sd3-muted);
  border-top: 1px solid var(--sd3-line);
  background: var(--sd3-panel);
  font-size: 12px;
}

.sd3-load {
  min-height: 32px;
  border-radius: 7px;
  border: 1px solid var(--sd3-line);
  background: rgba(255,255,255,.04);
  color: #e4e4e7;
  padding: 0 16px;
  cursor: pointer;
}

.sd3-empty {
  padding: 28px;
  color: var(--sd3-muted);
  text-align: center;
}

.sd3-tip {
  position: fixed;
  z-index: 1000;
  width: min(420px, calc(100vw - 28px));
  max-width: 420px;
  max-height: min(360px, calc(100vh - 28px));
  overflow: auto;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #2a3a50;
  background: #0f1720;
  color: #e7eef7;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.50);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s;
  font-size: 12px;
  line-height: 1.5;
}

.sd3-tip.show {
  opacity: 1;
}

.sd3-tip-title {
  margin-bottom: 7px;
  color: var(--sd3-muted);
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 10px;
  font-weight: 850;
}

.sd3-tip-source {
  color: #e7eef7;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  white-space: pre-wrap;
}

.sd3-table-card.show-timeline .sd3-toolbar,
.sd3-table-card.show-timeline .sd3-table-scroll,
.sd3-table-card.show-timeline .sd3-foot,
.sd3-table-card.show-themes .sd3-toolbar,
.sd3-table-card.show-themes .sd3-table-scroll,
.sd3-table-card.show-themes .sd3-foot {
  display: none;
}

.sd3-themes-panel {
  padding: 18px 20px 22px;
  background: #000;
}

.sd3-themes-panel[hidden] {
  display: none;
}

.sd3-themes-panel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.sd3-theme-detail {
  min-height: 96px;
  padding: 13px 14px;
  border: 1px solid color-mix(in srgb, var(--theme-color) 45%, transparent);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  color: #d6dee8;
  text-align: left;
  cursor: pointer;
}

.sd3-theme-detail:hover {
  border-color: color-mix(in srgb, var(--theme-color) 72%, transparent);
  background: rgba(255,255,255,.055);
}

.sd3-theme-detail-head,
.sd3-theme-detail-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.sd3-theme-detail-name {
  color: #f0f6fc;
  font-size: 15px;
  font-weight: 820;
}

.sd3-theme-detail-count {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 860;
}

.sd3-theme-detail-bar {
  height: 7px;
  margin: 14px 0 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
}

.sd3-theme-detail-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--theme-color);
}

.sd3-theme-detail-foot {
  color: #8b949e;
  font-size: 12px;
}

.sd3-theme-detail-foot .mono {
  max-width: 54%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}

.sd3-inline-timeline {
  padding: 0 22px 18px;
  background: #000;
}

.sd3-inline-timeline[hidden] {
  display: none;
}

.sd3-old-tabs {
  display: flex;
  align-items: end;
  gap: 34px;
  min-height: 58px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.sd3-old-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 58px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: #9ca6b5;
  font: inherit;
  font-size: 14px;
  line-height: 1;
  font-weight: 720;
}

.sd3-old-tab button,
.sd3-old-tab {
  cursor: default;
}

button.sd3-old-tab {
  cursor: pointer;
}

button.sd3-old-tab:hover {
  color: #f0f6fc;
}

.sd3-old-tab.active {
  color: #f0f6fc;
  border-bottom-color: #fb7d2b;
}

.sd3-old-tab.muted {
  color: #6e7681;
}

.sd3-old-tab span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid var(--sd3-line-soft);
  background: #161b22;
  color: #8b949e;
  font-size: 12px;
  font-weight: 760;
}

.sd3-timeline-filter-line {
  padding: 14px 0 0;
  color: #6e7681;
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

.sd3-timeline-feed {
  width: min(100%, 1660px);
  margin: 0 auto;
  padding: 14px 42px 0;
}

.sd3-inline-timeline .ti2-row {
  padding: 18px 28px;
  border-left: 0 !important;
  border-bottom-color: rgba(255,255,255,.07);
  color: #8b949e;
  font-family: var(--sd3-display);
}

.sd3-inline-timeline .ti2-row:hover {
  background: rgba(88,166,255,.035);
}

.sd3-inline-timeline .ti2-row.expanded {
  background: rgba(88,166,255,.045);
}

.sd3-inline-timeline .ti2-thesis-short {
  color: #c9d6e8;
  font-size: 15.5px;
  line-height: 1.45;
  font-weight: 520;
  letter-spacing: 0;
}

.sd3-inline-timeline .ti2-thesis {
  margin-top: 8px;
  padding-left: 10px;
  border-left: 2px solid rgba(255,255,255,.07);
  color: rgba(192,205,224,.72);
  font-size: 13px;
  line-height: 1.48;
  font-weight: 450;
  letter-spacing: 0;
  -webkit-line-clamp: 2;
}

.sd3-inline-timeline .ti2-row.expanded .ti2-thesis {
  color: #d6dee8;
  -webkit-line-clamp: unset;
}

.sd3-inline-timeline .ti2-pills {
  margin-top: 10px;
  gap: 8px;
}

.sd3-inline-timeline .ti2-pill {
  min-height: 28px;
  padding: 0 12px;
  font-family: var(--sd3-mono);
  font-size: 13px;
  font-weight: 850;
  line-height: 26px;
}

.sd3-inline-timeline .ti2-row-time {
  color: #8b9bb2;
  font-size: 12.5px;
}

.sd3-inline-timeline .ti2-score-label {
  color: #6e7681;
  font-size: 10px;
  font-weight: 800;
}

.sd3-inline-timeline .ti2-expand-detail {
  color: #7d8898;
  font-size: 12.5px;
}

.sd3-inline-timeline .ti2-expand-quote {
  background: rgba(255,255,255,.02);
  border-left-color: rgba(88,166,255,.28);
}

.sd3-timeline-more {
  padding: 6px 0 0;
  text-align: center;
}

.sd3-timeline-item {
  padding: 0 24px 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.sd3-timeline-thesis {
  color: #c9d6e8;
  font-size: 16px;
  line-height: 1.48;
  font-weight: 500;
}

.sd3-tip-thesis {
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px solid var(--sd3-line-soft);
  color: #c9d1d9;
  font-size: 12px;
  line-height: 1.45;
}

.sd3-tip-list {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 14px;
}

.sd3 button:focus-visible,
.sd3 a:focus-visible,
.sd3 input:focus-visible,
.sd3 select:focus-visible {
  outline: 2px solid var(--sd3-blue);
  outline-offset: 2px;
}

@media (max-width: 1360px) {
  .sd3-stat-grid {
    grid-template-columns: repeat(5, minmax(118px, 1fr));
  }

  .sd3-ticker-grid {
    grid-template-columns: repeat(4, minmax(118px, 1fr));
  }

  .sd3-theme-strip {
    grid-template-columns: repeat(3, minmax(140px, 1fr));
  }

  .sd3-theme-title {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1020px) {
  .sd3 {
    padding: 12px 16px 20px;
  }

  .sd3-hero,
  .sd3-top-grid {
    grid-template-columns: 1fr;
  }

  .sd3-hero-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .sd3-hero-stats,
  .sd3-heropos-soft .sd3-hero-stats,
  .sd3-heropos-title .sd3-hero-stats,
  .sd3-heropos-flush .sd3-hero-stats,
  .sd3-trades-stack .sd3-hero-stats,
  .sd3-trades-strip .sd3-hero-stats {
    width: 100%;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .sd3-action-row {
    justify-content: flex-start;
  }

  .sd3-actions {
    align-items: flex-start;
  }

  .sd3-highlight-grid {
    grid-template-columns: 1fr;
  }

  .sd3-stat-grid {
    grid-template-columns: repeat(3, minmax(118px, 1fr));
  }
}

@media (max-width: 720px) {
  .sd3 {
    padding: 10px 10px 18px;
  }

  .sd3-hero {
    padding: 14px;
  }

  .sd3-identity {
    align-items: flex-start;
    gap: 12px;
  }

  .sd3-avatar {
    width: 58px;
    height: 58px;
    font-size: 24px;
  }

  .sd3-author-snapshot {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .sd3-author-snapshot div {
    min-width: 0;
  }

  .sd3-title {
    font-size: 28px;
  }

  .sd3-actions {
    gap: 8px;
  }

  .sd3-hero-stats,
  .sd3-trades-dock .sd3-hero-stats,
  .sd3-trades-strip .sd3-hero-stats {
    padding: 0;
    border: 0;
    background: transparent;
  }

  .sd3-hero-trades {
    grid-template-columns: 1fr;
  }

  .sd3-trades-strip .sd3-hero-trade-card,
  .sd3-trades-strip .sd3-hero-trade-list {
    grid-template-columns: 1fr;
  }

  .sd3-trades-strip .sd3-hero-mini-row {
    min-height: 28px;
    grid-template-columns: minmax(50px, .85fr) auto;
  }

  .sd3-action {
    min-height: 40px;
    padding: 0 14px;
    font-size: 13px;
  }

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

  .sd3-top-grid {
    gap: 10px;
  }

  .sd3-panel {
    padding: 14px;
  }

  .sd3-hist {
    gap: 8px;
    height: 112px;
  }

  .sd3-axis {
    gap: 4px;
    font-size: 10px;
  }

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

  .sd3-return-window-grid {
    grid-template-columns: 1fr;
  }

  .sd3-top-bars .sd3-ticker-grid {
    grid-template-columns: 1fr;
  }

  .sd3-top-bars .sd3-ticker-card {
    grid-template-columns: 82px minmax(80px, 1fr) auto;
  }

  .sd3-theme-strip {
    grid-template-columns: 1fr;
  }

  .sd3-main-tabs {
    gap: 18px;
    overflow-x: auto;
  }

  .sd3-themes-panel-grid {
    grid-template-columns: 1fr;
  }

  .sd3-toolbar {
    align-items: stretch;
  }

  .sd3-seg,
  .sd3-select,
  .sd3-input,
  .sd3-download {
    width: 100%;
  }

  .sd3-download {
    margin-left: 0;
  }
}
