:root {
  color-scheme: dark;
  --bg: #111116;
  --app: #15151b;
  --surface: #22232b;
  --surface-2: #2a2b34;
  --surface-3: #30313a;
  --text: #f2f4f8;
  --muted: #a4a7b2;
  --muted-2: #757986;
  --line: rgba(255, 255, 255, 0.08);
  --blue: #4d94ff;
  --blue-2: #2f80ed;
  --red: #ff4f6a;
  --green: #1fc77e;
  --yellow: #f7b84b;
  --kakao: #fee500;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family:
    Pretendard, "Toss Product Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Noto Sans KR", Roboto, Arial, sans-serif;
  letter-spacing: 0;
}

button,
input,
textarea {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

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

.boot {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--muted);
}

.boot > div {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.boot .boot-logo {
  width: 148px;
}

.boot strong {
  display: block;
  color: var(--text);
  font-size: 20px;
  line-height: 1.2;
}

.boot p {
  margin: 4px 0 0;
  font-size: 14px;
}

.seo-fallback-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 340px;
  margin-top: 8px;
  color: var(--muted-2);
  font-size: 13px;
  font-weight: 700;
}

.seo-fallback-links a {
  color: inherit;
}

.seo-fallback-links a:hover {
  color: var(--blue);
}

.native-app {
  width: 100%;
  max-width: 430px;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0 auto;
  overflow-x: clip;
  background: var(--app);
  padding:
    calc(30px + env(safe-area-inset-top))
    calc(24px + env(safe-area-inset-right))
    calc(116px + env(safe-area-inset-bottom))
    calc(24px + env(safe-area-inset-left));
}

.public-app,
.onboarding-app {
  display: flex;
  flex-direction: column;
}

.icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 19px;
  font-weight: 950;
  letter-spacing: 0;
}

.brand-logo {
  width: 118px;
  height: auto;
  display: block;
  filter: invert(1);
}

.mobile-brand-lockup {
  gap: 8px;
  margin-bottom: 10px;
  font-size: 16px;
}

.mobile-brand-lockup .brand-logo {
  width: 96px;
}

.mini-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(77, 148, 255, 0.14);
  color: #8cbaff;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.public-top,
.app-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.public-top {
  margin-bottom: 50px;
}

.public-hero {
  margin-bottom: 28px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #93b7ff;
  font-size: 15px;
  font-weight: 900;
}

.hero-kicker .icon {
  width: 20px;
  height: 20px;
}

.public-hero h1,
.step-copy h1 {
  margin: 0;
  color: var(--text);
  font-size: 42px;
  line-height: 1.08;
  font-weight: 950;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.public-hero p,
.step-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.live-preview {
  display: grid;
  gap: 4px;
  margin: 8px -4px 28px;
}

.preview-feed-row,
.stock-row,
.disclosure-row,
.setting-row {
  min-width: 0;
  display: grid;
  align-items: center;
}

.preview-feed-row {
  grid-template-columns: 60px minmax(0, 1fr) auto;
  gap: 14px;
  min-height: 84px;
  padding: 8px 4px;
}

.preview-feed-row.strong {
  border-bottom: 1px solid rgba(77, 148, 255, 0.18);
}

.preview-feed-row strong,
.stock-row strong,
.disclosure-row strong,
.setting-row strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: var(--text);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 21px;
  line-height: 1.3;
}

.preview-feed-row span,
.stock-row span,
.setting-row span,
.row-main span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.35;
}

.preview-feed-row em {
  color: var(--blue);
  font-style: normal;
  font-size: 17px;
  font-weight: 900;
}

.login-panel {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.social-button {
  min-height: 58px;
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 900;
}

.social-button svg {
  width: 24px;
  height: 24px;
}

.social-button.kakao {
  background: var(--kakao);
  color: #191600;
}

.social-button.google {
  background: #fff;
  color: #202124;
}

.legal-note {
  margin: 8px 4px 0;
  color: var(--muted-2);
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

.auth-error {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 79, 106, 0.16);
  color: #ff9aac;
  font-size: 13px;
  line-height: 1.45;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 20;
  margin:
    calc(-30px - env(safe-area-inset-top))
    calc(-24px - env(safe-area-inset-right))
    0
    calc(-24px - env(safe-area-inset-left));
  padding:
    calc(30px + env(safe-area-inset-top))
    calc(24px + env(safe-area-inset-right))
    18px
    calc(24px + env(safe-area-inset-left));
  background: rgba(21, 21, 27, 0.94);
  backdrop-filter: blur(16px);
}

.app-topbar h1 {
  margin: 12px 0 0;
  color: var(--text);
  font-size: 44px;
  line-height: 1;
  font-weight: 950;
}

.mobile-main-topbar {
  display: block;
}

.mobile-nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 44px;
}

.mobile-logo-button {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  padding: 0;
  background: transparent;
}

.mobile-logo-button .brand-logo {
  width: 92px;
  filter: invert(1);
}

.mobile-title-row {
  margin-top: 18px;
}

.mobile-title-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
}

.mobile-title-line h1 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-title-line .plan-status {
  flex: 0 0 auto;
  margin-bottom: 0;
}

.mobile-top-actions {
  gap: 8px;
}

.mobile-nav-icon {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.045);
  color: #d5d8e2;
}

.mobile-nav-icon .icon {
  width: 24px;
  height: 24px;
}

.mobile-nav-icon.notification-active {
  color: var(--blue);
  background: rgba(77, 148, 255, 0.14);
}

.mobile-nav-icon.notification-pending {
  color: #ffd98a;
  background: rgba(247, 184, 75, 0.13);
}

.notification-state-dot {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--app);
  border-radius: 50%;
  background: var(--muted-2);
}

.notification-active .notification-state-dot {
  background: var(--green);
}

.notification-pending .notification-state-dot {
  background: var(--yellow);
}

.notification-off .notification-state-dot {
  background: var(--red);
}

.market-ticker {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 850;
}

.market-ticker strong {
  color: var(--blue);
  font-size: 19px;
}

.market-ticker em {
  color: var(--muted-2);
  font-style: normal;
  font-size: 14px;
}

.plan-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: rgba(77, 148, 255, 0.12);
  padding: 0 10px 0 6px;
}

.plan-status span {
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--blue-2);
  color: #fff;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 950;
}

.plan-status strong {
  color: #bfd6ff;
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

.plan-status.premium,
.plan-status.pro {
  background: rgba(247, 184, 75, 0.12);
}

.plan-status.premium span,
.plan-status.pro span {
  background: linear-gradient(135deg, #f7b84b, #d8941f);
  color: #17120a;
}

.plan-status.premium strong,
.plan-status.pro strong {
  color: #ffd98a;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-button {
  position: relative;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: transparent;
  color: #c7cad4;
}

.icon-button.small {
  width: 36px;
  height: 36px;
  color: var(--muted);
}

.icon-button.blue {
  color: var(--blue);
  background: rgba(77, 148, 255, 0.12);
}

.icon-button .icon {
  width: 27px;
  height: 27px;
}

.dot {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.app-content {
  display: grid;
  gap: 20px;
  padding-top: 24px;
}

.signal-card {
  padding: 4px 0 24px;
  border-bottom: 1px solid rgba(77, 148, 255, 0.18);
}

.signal-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8fb6ff;
  font-size: 17px;
  font-weight: 950;
}

.signal-link .icon {
  width: 20px;
  height: 20px;
}

.signal-link strong {
  color: var(--blue);
  font-size: 15px;
}

.signal-card p {
  margin: 18px 0 0;
  color: #d3d5dd;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.45;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.tab-scroller,
.chip-scroller {
  display: flex;
  gap: 10px;
  margin: 0 -24px;
  padding: 0 24px;
  overflow-x: auto;
  scrollbar-width: none;
}

.tab-scroller::-webkit-scrollbar,
.chip-scroller::-webkit-scrollbar {
  display: none;
}

.tab-chip,
.chip {
  flex: 0 0 auto;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 0 20px;
  background: var(--surface);
  color: #c8cbd4;
  font-size: 18px;
  font-weight: 950;
  white-space: nowrap;
}

.tab-chip.active,
.chip.active {
  background: rgba(77, 148, 255, 0.16);
  color: #d9e8ff;
  box-shadow:
    inset 0 0 0 1.5px rgba(77, 148, 255, 0.72),
    0 10px 24px rgba(49, 130, 246, 0.12);
}

.search-field,
.app-field {
  min-height: 58px;
  display: grid;
  align-items: center;
  gap: 12px;
  border-radius: 18px;
  background: var(--surface);
  color: var(--muted);
}

.search-field {
  grid-template-columns: 28px minmax(0, 1fr);
  padding: 0 16px;
}

.search-field .icon {
  width: 22px;
  height: 22px;
  color: #8a8e99;
}

.search-field input,
.app-field input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font-size: 16px;
}

.search-field input::placeholder,
.app-field input::placeholder {
  color: #777b86;
}

.top-disclosure-search {
  min-height: 62px;
  border-radius: 20px;
  background: #22242e;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.top-disclosure-search.mobile {
  margin-top: 20px;
}

.top-disclosure-search.desktop {
  max-width: 720px;
  margin: -10px 0 22px;
}

.top-disclosure-search input {
  font-size: 17px;
  font-weight: 850;
}

.app-field {
  padding: 12px 16px;
}

.app-field span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.app-field input {
  font-size: 22px;
  font-weight: 850;
}

.inline-banner,
.premium-strip,
.ad-row {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 14px 16px;
  border-radius: 22px;
  background: var(--surface);
}

.signal-setting-row {
  align-items: start;
}

.signal-setting-row > div {
  min-width: 0;
}

.signal-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.signal-filter-chip {
  min-height: 38px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #2a2c36;
  color: #b8bdc9;
  padding: 0 13px;
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

.signal-filter-chip.active {
  border-color: rgba(77, 148, 255, 0.82);
  background: rgba(77, 148, 255, 0.1);
  color: #dce9ff;
  box-shadow: inset 0 0 0 1px rgba(77, 148, 255, 0.24);
}

.inline-banner > div,
.premium-strip > div,
.ad-row > div {
  min-width: 0;
}

.inline-banner span,
.ad-row > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(77, 148, 255, 0.14);
  color: var(--blue);
}

.inline-banner strong {
  min-width: 0;
  overflow: hidden;
  color: #dfe2ea;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}

.inline-banner em {
  color: var(--muted);
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
}

.inline-banner.premium span {
  background: rgba(247, 184, 75, 0.16);
  color: var(--yellow);
}

.compact-section {
  display: grid;
  gap: 8px;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 42px;
}

.section-heading h2 {
  margin: 0;
  color: var(--text);
  font-size: 22px;
  font-weight: 950;
}

.section-heading span {
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}

.app-list {
  display: grid;
  gap: 0;
}

.feed-load-state {
  min-height: 52px;
  display: grid;
  place-items: center;
  color: var(--muted-2);
  font-size: 13px;
  font-weight: 850;
}

.stock-row {
  grid-template-columns: 62px minmax(0, 1fr) auto;
  gap: 16px;
  min-height: 88px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.disclosure-row {
  grid-template-columns: 34px 62px minmax(0, 1fr) auto;
  gap: 14px;
  min-height: 104px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  border-radius: 0;
}

.disclosure-row:focus-visible {
  outline: 2px solid rgba(77, 148, 255, 0.7);
  outline-offset: 4px;
}

.disclosure-row:active {
  opacity: 0.78;
}

.disclosure-row.selected {
  background: rgba(48, 127, 255, 0.08);
}

.row-main {
  min-width: 0;
}

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

.row-head strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.disclosure-time {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.row-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  margin-top: 10px;
}

.row-footer .disclosure-time {
  margin-left: auto;
  color: var(--muted-2);
  font-size: 12px;
  letter-spacing: 0;
  text-align: right;
}

.row-main p {
  margin: 7px 0 0;
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted-2);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 1.45;
}

.hashtag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 9px;
  min-width: 0;
}

.hashtag-row span {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(77, 148, 255, 0.18);
  border-radius: 999px;
  background: rgba(77, 148, 255, 0.1);
  color: #92b9ff;
  padding: 0 9px;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.market-move {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 9px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted);
  padding: 0 10px;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.market-move span {
  color: currentColor;
  font-size: 12px;
}

.market-move strong {
  color: currentColor;
  font-size: 13px;
}

.market-move.up {
  border-color: rgba(31, 199, 126, 0.26);
  background: rgba(31, 199, 126, 0.1);
  color: var(--green);
}

.market-move.down {
  border-color: rgba(255, 79, 106, 0.28);
  background: rgba(255, 79, 106, 0.1);
  color: var(--red);
}

.market-move.flat,
.market-move.pending {
  color: var(--muted-2);
}

.market-move.locked {
  border-color: rgba(77, 148, 255, 0.18);
  background: rgba(77, 148, 255, 0.08);
  color: #95baff;
}

.market-move.locked strong {
  filter: blur(4px);
  user-select: none;
}

.market-performance-card {
  display: grid;
  gap: 12px;
  border-radius: 18px;
  background: #20222b;
  padding: 14px;
}

.market-performance-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.market-performance-card header div {
  min-width: 0;
}

.market-performance-card header span {
  display: block;
  color: #95baff;
  font-size: 12px;
  font-weight: 950;
}

.market-performance-card header strong {
  display: block;
  margin-top: 3px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 950;
}

.market-performance-card > p {
  margin: 0;
  color: var(--muted-2);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 800;
}

.market-chart-wrap {
  position: relative;
  min-width: 0;
}

.market-mini-chart {
  width: 100%;
  height: 96px;
  display: block;
  overflow: visible;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
}

.chart-baseline {
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 1;
}

.chart-marker {
  stroke: rgba(149, 186, 255, 0.76);
  stroke-width: 1.4;
  stroke-dasharray: 4 5;
}

.chart-line {
  fill: none;
  stroke: #8c919c;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chart-dot {
  fill: #8c919c;
  stroke: #20222b;
  stroke-width: 2;
}

.market-mini-chart.up .chart-line,
.market-mini-chart.up .chart-dot {
  stroke: var(--green);
  fill: var(--green);
}

.market-mini-chart.down .chart-line,
.market-mini-chart.down .chart-dot {
  stroke: var(--red);
  fill: var(--red);
}

.market-mini-chart.locked .chart-line,
.market-mini-chart.locked .chart-dot {
  stroke: #95baff;
  fill: #95baff;
}

.market-chart-wrap.locked .market-mini-chart {
  filter: blur(5px);
  opacity: 0.72;
}

.market-chart-axis {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px;
  margin-top: 7px;
  color: #777d89;
  font-size: 11px;
  font-weight: 900;
}

.market-chart-axis span:nth-child(2) {
  color: #95baff;
  text-align: center;
}

.market-chart-axis span:last-child {
  text-align: right;
}

.market-chart-skeleton,
.market-chart-empty {
  min-height: 96px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  color: var(--muted-2);
  font-size: 12px;
  font-weight: 900;
}

.market-chart-skeleton {
  animation: shimmer 1.5s linear infinite;
  background-size: 220% 100%;
}

@keyframes shimmer {
  from {
    background-position: 220% 0;
  }
  to {
    background-position: -220% 0;
  }
}

.social-strip {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 0;
  min-width: 0;
}

.social-action {
  min-width: 42px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 999px;
  background: transparent;
  color: var(--muted-2);
  padding: 0 8px;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.social-action:active {
  background: rgba(255, 255, 255, 0.06);
}

.social-action .icon {
  width: 17px;
  height: 17px;
  stroke-width: 2.5;
}

.social-action.active {
  color: var(--red);
}

.social-action.active .icon,
.social-pill.active .icon {
  fill: currentColor;
}

.rank {
  align-self: center;
  color: #d7dae2;
  font-size: 21px;
  font-weight: 900;
}

.stock-logo,
.avatar {
  width: 58px;
  height: 58px;
  position: relative;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #3a3b45;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.stock-logo > span {
  position: relative;
  z-index: 1;
}

.stock-logo.image {
  background: #fff;
  color: transparent;
}

.stock-logo.image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #fff;
}

.stock-logo.image > span {
  opacity: 0;
}

.stock-logo.samsung {
  background: #1f2ab8;
}

.stock-logo.sk {
  background: #ec0038;
}

.stock-logo.kakao {
  background: #fee500;
  color: #191600;
}

.stock-logo.lg {
  background: #a50034;
}

.stock-logo.hyundai {
  background: #0057a8;
}

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

.impact {
  align-self: start;
  min-width: 52px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 950;
  text-align: right;
}

.impact.hot {
  color: var(--yellow);
}

.impact.buy {
  color: var(--green);
}

.impact.sell {
  color: var(--red);
}

.impact.watch {
  color: #8c919c;
}

.impact.calm {
  color: #8c919c;
}

.detail-layer {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  align-items: end;
  justify-items: center;
}

.detail-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(8px);
}

.detail-sheet {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  max-height: min(84dvh, 720px);
  overflow-x: hidden;
  overflow-y: auto;
  display: grid;
  gap: 18px;
  border-radius: 30px 30px 0 0;
  background: #1b1c23;
  padding:
    10px
    calc(22px + env(safe-area-inset-right))
    calc(22px + env(safe-area-inset-bottom))
    calc(22px + env(safe-area-inset-left));
  box-shadow: 0 -24px 80px rgba(0, 0, 0, 0.52);
}

.detail-handle {
  width: 44px;
  height: 5px;
  justify-self: center;
  border-radius: 999px;
  background: #555864;
  margin: 2px 0 4px;
}

.detail-header {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.detail-header > div,
.detail-title-block,
.ai-panel,
.detail-section {
  min-width: 0;
}

.detail-header strong {
  display: block;
  overflow: hidden;
  color: var(--text);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  line-height: 1.25;
}

.detail-header span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
}

.detail-title-block h2 {
  margin: 0;
  color: var(--text);
  font-size: 25px;
  line-height: 1.32;
  font-weight: 950;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.detail-meta span,
.detail-meta time,
.detail-badges span,
.detail-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  background: #2a2c36;
  color: #bec2cd;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 900;
}

.ai-panel {
  display: grid;
  gap: 12px;
  border-radius: 24px;
  background: #242631;
  padding: 18px;
}

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

.ai-head span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #95baff;
  font-size: 15px;
  font-weight: 950;
}

.ai-head .icon {
  width: 19px;
  height: 19px;
}

.ai-head strong {
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 950;
}

.ai-head strong.buy,
.ai-head strong.hot {
  color: var(--red);
}

.ai-head strong.sell,
.ai-head strong.watch {
  color: var(--blue);
}

.ai-head strong.calm {
  color: #9da2ad;
}

.ai-panel p {
  display: block;
  margin: 0;
  overflow: visible;
  color: #e1e4eb;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 850;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}

.detail-badges,
.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.detail-section {
  display: grid;
  gap: 10px;
}

.detail-section h3 {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 950;
}

.detail-section ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-section li,
.detail-empty {
  margin: 0;
  border-radius: 18px;
  background: #242631;
  color: #c8ccd6;
  padding: 13px 14px;
  font-size: 15px;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.social-panel {
  display: grid;
  gap: 12px;
  min-width: 0;
  border-radius: 24px;
  background: #20222b;
  padding: 16px;
}

.social-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.social-panel-head strong {
  color: var(--text);
  font-size: 18px;
  font-weight: 950;
}

.social-panel-head span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.social-action-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.social-pill {
  min-width: 0;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 16px;
  background: #2a2c36;
  color: #d8dbe4;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}

.social-pill .icon {
  width: 19px;
  height: 19px;
}

.social-pill.active {
  background: rgba(255, 79, 106, 0.14);
  color: var(--red);
}

.comment-composer {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
}

.comment-composer textarea {
  width: 100%;
  min-width: 0;
  min-height: 76px;
  resize: vertical;
  border: 1px solid rgba(255, 255, 255, 0.08);
  outline: none;
  border-radius: 16px;
  background: #171820;
  color: var(--text);
  padding: 13px 14px;
  font-size: 15px;
  line-height: 1.45;
}

.comment-composer textarea::placeholder {
  color: #747986;
}

.comment-composer textarea:focus {
  border-color: rgba(77, 148, 255, 0.6);
}

.comment-composer button {
  width: 100%;
  min-height: 50px;
  border-radius: 16px;
  background: var(--blue-2);
  color: #fff;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 950;
}

.comment-list {
  display: grid;
  gap: 10px;
}

.comment-empty {
  border-radius: 16px;
  background: #242631;
  color: var(--muted);
  padding: 16px;
  font-size: 14px;
  font-weight: 850;
  text-align: center;
}

.comment-row {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
}

.comment-avatar {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #303340;
  color: #dce2ee;
  font-size: 14px;
  font-weight: 950;
}

.comment-row > div {
  min-width: 0;
  border-radius: 18px;
  background: #242631;
  padding: 12px 13px;
}

.comment-row header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.comment-author {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.comment-row strong {
  min-width: 0;
  overflow: hidden;
  color: var(--text);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 950;
}

.comment-plan-badge {
  min-height: 20px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 7px;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.comment-plan-badge.premium {
  border: 1px solid rgba(77, 148, 255, 0.34);
  background: rgba(77, 148, 255, 0.16);
  color: #9fc3ff;
}

.comment-plan-badge.pro {
  border: 1px solid rgba(247, 184, 75, 0.4);
  background: rgba(247, 184, 75, 0.18);
  color: #ffd98c;
}

.comment-row time {
  flex: 0 0 auto;
  color: var(--muted-2);
  font-size: 12px;
  font-weight: 900;
}

.comment-row p {
  margin: 6px 0 0;
  color: #cfd3dd;
  font-size: 14px;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.detail-actions {
  position: sticky;
  bottom: calc(-22px - env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin:
    2px
    calc(-22px - env(safe-area-inset-right))
    calc(-22px - env(safe-area-inset-bottom))
    calc(-22px - env(safe-area-inset-left));
  padding:
    14px
    calc(22px + env(safe-area-inset-right))
    calc(22px + env(safe-area-inset-bottom))
    calc(22px + env(safe-area-inset-left));
  background: rgba(27, 28, 35, 0.94);
  backdrop-filter: blur(16px);
}

.detail-action {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 18px;
  background: #2b2d37;
  color: #e5e8ef;
  padding: 0 18px;
  font-size: 16px;
  font-weight: 950;
  white-space: nowrap;
}

.detail-action.primary {
  background: var(--blue-2);
  color: #fff;
}

.detail-action .icon {
  width: 20px;
  height: 20px;
}

.empty-state {
  padding: 34px 0;
  color: var(--muted-2);
  font-size: 15px;
  text-align: center;
}

.ad-row {
  margin: 10px 0;
  background: #2a2b33;
}

.ad-row.inline {
  margin: 14px 0;
}

.ad-row > span {
  background: rgba(255, 255, 255, 0.08);
  color: #c9ccd5;
  font-size: 12px;
  font-weight: 950;
}

.ad-row strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
}

.ad-row p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.ad-row em {
  color: var(--muted-2);
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}

.google-ad-row {
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  min-height: 96px;
}

.google-ad-row.inline {
  min-height: 118px;
}

.google-ad-row .osi-google-ad {
  width: 100%;
  min-width: 220px;
  min-height: 72px;
  overflow: hidden;
}

.google-ad-row.inline .osi-google-ad {
  min-height: 96px;
}

.adblock-gate {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(17, 17, 22, 0.86);
  backdrop-filter: blur(18px);
}

.adblock-panel {
  width: min(420px, 100%);
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #1b1c23;
  padding: 24px;
  box-shadow: var(--shadow);
}

.adblock-panel h2 {
  margin: 0;
  color: var(--text);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 950;
}

.adblock-panel p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.setting-list {
  display: grid;
  gap: 0;
}

.settings-section-heading {
  margin: 28px 0 6px;
}

.setting-row {
  width: 100%;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  gap: 16px;
  min-height: 84px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: inherit;
  text-align: left;
}

.setting-row.interactive {
  cursor: pointer;
}

.profile-setting-row {
  align-items: start;
  grid-template-columns: 66px minmax(0, 1fr);
}

.profile-setting-row .avatar {
  width: 58px;
  height: 58px;
  font-size: 20px;
}

.profile-avatar-editor {
  display: grid;
  justify-items: start;
}

.profile-photo-button {
  min-width: 72px;
  min-height: 30px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 11px;
  background: #2b2d37;
  color: var(--text);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.profile-photo-button input {
  display: none;
}

.profile-photo-button.muted {
  color: var(--muted);
}

.profile-editor {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.profile-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.profile-input {
  min-width: 0;
  min-height: 46px;
  display: grid;
  align-items: center;
  border-radius: 15px;
  background: #22242e;
  padding: 0 13px;
}

.profile-input input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font-size: 17px;
  font-weight: 900;
}

.profile-save-button {
  min-width: 64px;
  min-height: 46px;
  border-radius: 15px;
  background: var(--blue-2);
  color: #fff;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}

.account-hero-card {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  background: #22242e;
  padding: 18px;
}

.account-hero-card .avatar {
  width: 64px;
  height: 64px;
  font-size: 22px;
}

.account-hero-card div {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.account-hero-card span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
}

.account-hero-card strong {
  overflow: hidden;
  color: var(--text);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 950;
}

.account-hero-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.account-actions {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.floating-setting {
  margin-top: 8px;
}

.setting-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: rgba(77, 148, 255, 0.14);
  color: var(--blue);
}

.setting-icon .icon {
  width: 22px;
  height: 22px;
}

.setting-icon.premium {
  background: rgba(247, 184, 75, 0.16);
  color: var(--yellow);
}

.row-arrow {
  color: var(--muted-2);
  font-size: 30px;
}

.switch {
  position: relative;
  width: 50px;
  height: 30px;
  flex: 0 0 auto;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #3d3f49;
  transition: 0.18s ease;
}

.slider::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  transition: 0.18s ease;
}

.switch input:checked + .slider {
  background: var(--blue);
}

.switch input:checked + .slider::before {
  transform: translateX(20px);
}

.premium-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(77, 148, 255, 0.18);
  border-radius: 26px;
  background: linear-gradient(135deg, #202532, #151924);
}

.premium-hero.active {
  border-color: rgba(247, 184, 75, 0.26);
  background: linear-gradient(135deg, #242419, #151924);
}

.premium-hero > .setting-icon {
  grid-row: auto;
}

.premium-hero h2 {
  margin: 0;
  font-size: 29px;
  line-height: 1.15;
}

.premium-hero p {
  margin: 0;
  color: #d4d7df;
  font-size: 16px;
  line-height: 1.55;
}

.premium-hero p strong {
  color: #fff;
}

.plan-badge-showcase {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}

.plan-grid {
  display: grid;
  gap: 12px;
}

.plan-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #22242c;
  padding: 18px;
  overflow: hidden;
}

.plan-card.current {
  border-color: rgba(77, 148, 255, 0.62);
  background: linear-gradient(180deg, rgba(77, 148, 255, 0.16), rgba(34, 36, 44, 0.96));
  box-shadow: inset 0 0 0 1px rgba(77, 148, 255, 0.18);
}

.plan-card.pro {
  border-color: rgba(247, 184, 75, 0.22);
}

.plan-card.pro.current {
  border-color: rgba(247, 184, 75, 0.72);
  background: linear-gradient(180deg, rgba(247, 184, 75, 0.18), rgba(34, 36, 44, 0.96));
  box-shadow: inset 0 0 0 1px rgba(247, 184, 75, 0.22);
}

.plan-current-ribbon {
  justify-self: start;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(77, 148, 255, 0.18);
  color: #bcd5ff;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 950;
}

.plan-card.pro .plan-current-ribbon {
  background: rgba(247, 184, 75, 0.18);
  color: #ffdb93;
}

.plan-card-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.plan-tier-badge {
  min-width: 56px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #cfd4df;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.plan-tier-badge.premium {
  border-color: rgba(77, 148, 255, 0.28);
  background: rgba(77, 148, 255, 0.14);
  color: #9fc3ff;
}

.plan-tier-badge.pro {
  border-color: rgba(247, 184, 75, 0.36);
  background: rgba(247, 184, 75, 0.16);
  color: #ffd98c;
}

.plan-card-head div {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.plan-card-head strong {
  color: var(--text);
  font-size: 23px;
  font-weight: 950;
}

.plan-card-head em {
  color: var(--muted);
  font-style: normal;
  font-size: 14px;
  font-weight: 900;
}

.plan-card-copy {
  margin: 0;
  color: #d8dce6;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 850;
}

.plan-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.plan-feature-list span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #d8dce6;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.primary-action,
.secondary-action {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  padding: 0 18px;
  color: #fff;
  font-size: 17px;
  font-weight: 950;
}

.primary-action {
  width: 100%;
  background: var(--blue-2);
}

.secondary-action {
  background: var(--surface);
  color: #d7dae2;
}

.full-width {
  width: 100%;
}

.action-pair {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 10px;
  margin-top: 8px;
}

.onboarding-app .app-topbar {
  margin-bottom: 18px;
}

.topbar-title {
  min-width: 0;
  display: grid;
  justify-items: center;
}

.topbar-title strong {
  color: var(--text);
  font-size: 17px;
}

.topbar-title span {
  color: var(--muted-2);
  font-size: 12px;
  font-weight: 800;
}

.step-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-bottom: 38px;
}

.step-progress span {
  height: 4px;
  border-radius: 999px;
  background: #2d2f38;
}

.step-progress span.active {
  background: var(--blue);
}

.onboarding-content {
  display: grid;
  gap: 22px;
}

.step-copy {
  margin-bottom: 4px;
}

.premium-strip {
  margin-top: 10px;
  background: #242630;
}

.premium-strip strong {
  display: block;
  font-size: 17px;
}

.premium-strip span {
  color: var(--muted);
  font-size: 13px;
}

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 30;
  width: min(calc(100vw - 28px), 394px);
  min-height: 76px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 28px;
  background: rgba(27, 28, 35, 0.94);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.4);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.bottom-nav button {
  display: grid;
  gap: 5px;
  justify-items: center;
  background: transparent;
  color: #c6c9d2;
  font-size: 12px;
  font-weight: 900;
}

.bottom-nav .icon {
  width: 26px;
  height: 26px;
}

.bottom-nav button.active {
  color: #fff;
}

.bottom-nav button[data-view="premium"] .icon,
.desktop-nav button[data-view="premium"] .icon {
  color: var(--yellow);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 108px;
  z-index: 100;
  min-width: 260px;
  max-width: calc(100vw - 32px);
  padding: 13px 16px;
  border-radius: 16px;
  background: rgba(245, 247, 251, 0.96);
  color: #15151b;
  box-shadow: var(--shadow);
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
  transition: 0.18s ease;
  font-size: 14px;
  font-weight: 850;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

body:has(.detail-layer) {
  overflow: hidden;
}

body:has(.detail-layer) .toast {
  top: calc(18px + env(safe-area-inset-top));
  bottom: auto;
  transform: translate(-50%, -20px);
}

body:has(.detail-layer) .toast.show {
  transform: translate(-50%, 0);
}

.load-error {
  margin: auto 0;
  text-align: center;
}

.load-error h1 {
  margin: 0 0 10px;
  font-size: 26px;
}

.load-error p {
  margin: 0;
  color: var(--muted);
}

.fintech-public,
.fintech-landing {
  background:
    linear-gradient(180deg, rgba(24, 25, 32, 0.98), var(--bg) 48%),
    var(--bg);
}

.public-app-link {
  text-decoration: none;
}

.mobile-product-panel,
.landing-terminal-panel,
.guest-gate-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #191a22;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.mobile-product-panel {
  display: grid;
  gap: 10px;
  border-radius: 24px;
  padding: 14px;
}

.landing-signal-row {
  min-width: 0;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  border-radius: 18px;
  background: #22242e;
  padding: 10px 12px;
}

.landing-signal-row > div {
  min-width: 0;
}

.landing-signal-row strong,
.landing-signal-row p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.landing-signal-row strong {
  display: block;
  color: var(--text);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 950;
}

.landing-signal-row p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
}

.landing-signal-row em {
  color: #9da2ad;
  font-style: normal;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.landing-signal-row em.buy,
.landing-signal-row em.hot {
  color: var(--green);
}

.landing-signal-row em.sell,
.landing-signal-row em.watch {
  color: var(--red);
}

.landing-risk-strip {
  display: grid;
  gap: 4px;
  border-radius: 18px;
  background: rgba(77, 148, 255, 0.12);
  padding: 14px;
}

.landing-risk-strip span {
  color: #89b8ff;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.landing-risk-strip strong {
  color: #e6ebf6;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 900;
}

.guest-gate-card {
  display: grid;
  gap: 14px;
  border-radius: 24px;
  padding: 20px;
}

.guest-gate-card h2 {
  margin: 0;
  color: var(--text);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 950;
}

.guest-gate-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.guest-plan-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 10px;
  align-items: center;
  border-radius: 16px;
  background: #242631;
  padding: 13px;
}

.guest-plan-strip span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  background: rgba(77, 148, 255, 0.14);
  color: #8cbaff;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 950;
}

.guest-plan-strip strong {
  color: var(--text);
  font-size: 14px;
  line-height: 1.25;
}

.guest-plan-strip em {
  color: var(--muted);
  font-style: normal;
  font-size: 12px;
  font-weight: 850;
}

.guest-auth-actions {
  display: grid;
  gap: 9px;
}

.guest-social-lock {
  display: grid;
  gap: 8px;
  border-radius: 16px;
  background: #242631;
  padding: 13px;
}

.guest-social-lock strong {
  color: var(--text);
  font-size: 13px;
  line-height: 1.35;
}

.guest-social-lock a {
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.mini-login-button {
  min-height: 34px;
  border-radius: 12px;
  background: var(--blue-2);
  color: white;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

@media (min-width: 980px) {
  html,
  body,
  #root {
    height: 100%;
    overflow: hidden;
  }

  body {
    background: #101116;
  }

  .desktop-public {
    width: min(1220px, 100%);
    min-height: 100vh;
    min-height: 100dvh;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 440px;
    gap: 54px;
    align-items: center;
    margin: 0 auto;
    padding: 48px;
  }

  .fintech-landing {
    position: relative;
    overflow: hidden;
  }

  .fintech-landing::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 72%);
  }

  .desktop-public-main,
  .desktop-auth-panel,
  .desktop-onboarding-side,
  .desktop-onboarding-card,
  .desktop-sidebar,
  .desktop-feed,
  .desktop-detail {
    min-width: 0;
  }

  .desktop-public-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 58px;
  }

  .landing-nav {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
  }

  .landing-nav a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0 12px;
  }

  .landing-nav a:hover {
    color: var(--text);
    background: #22242e;
  }

  .landing-nav-cta {
    background: rgba(77, 148, 255, 0.14);
    color: #9bc1ff;
  }

  .desktop-hero {
    max-width: 720px;
  }

  .desktop-hero h1 {
    margin: 0;
    color: var(--text);
    font-size: 60px;
    line-height: 1.03;
    font-weight: 950;
    word-break: keep-all;
  }

  .desktop-hero p {
    max-width: 650px;
    margin: 22px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.6;
  }

  .landing-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
  }

  .landing-cta-row .primary-action,
  .landing-cta-row .secondary-action {
    width: auto;
    min-width: 190px;
  }

  .landing-metric-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 42px;
  }

  .landing-metric-grid div {
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    background: rgba(27, 28, 35, 0.88);
    padding: 18px;
  }

  .landing-metric-grid span,
  .terminal-head span,
  .terminal-analysis span {
    display: block;
    color: #8fb6ff;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
  }

  .landing-metric-grid strong {
    display: block;
    margin-top: 8px;
    color: var(--text);
    font-size: 30px;
    line-height: 1;
    font-weight: 950;
  }

  .landing-metric-grid em {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-style: normal;
    font-size: 13px;
    font-weight: 850;
  }

  .landing-terminal-panel {
    position: relative;
    display: grid;
    align-content: start;
    gap: 16px;
    border-radius: 30px;
    padding: 22px;
  }

  .terminal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--line);
    padding-bottom: 14px;
  }

  .terminal-head strong {
    color: var(--text);
    font-size: 14px;
    font-weight: 950;
  }

  .terminal-feed {
    display: grid;
    gap: 10px;
  }

  .terminal-analysis {
    display: grid;
    gap: 10px;
    border-radius: 22px;
    background: #22242e;
    padding: 16px;
  }

  .terminal-analysis p {
    margin: 0;
    color: #e1e4eb;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 850;
  }

  .terminal-analysis div {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .terminal-analysis em {
    border-radius: 999px;
    background: rgba(77, 148, 255, 0.13);
    color: #9bc1ff;
    padding: 6px 9px;
    font-style: normal;
    font-size: 12px;
    font-weight: 900;
  }

  .landing-login {
    margin-top: 2px;
  }

  .desktop-preview-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 46px;
  }

  .desktop-preview-card {
    min-width: 0;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #1b1c23;
    padding: 18px;
  }

  .desktop-preview-card strong {
    display: block;
    overflow: hidden;
    color: var(--text);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    line-height: 1.3;
  }

  .desktop-preview-card p {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.4;
  }

  .desktop-preview-card em {
    grid-column: 2;
    color: var(--blue);
    font-style: normal;
    font-size: 14px;
    font-weight: 950;
  }

  .desktop-auth-panel {
    display: grid;
    gap: 16px;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: #1b1c23;
    padding: 30px;
    box-shadow: var(--shadow);
  }

  .desktop-auth-panel h2 {
    margin: 0;
    color: var(--text);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 950;
  }

  .desktop-auth-panel p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.5;
  }

  .login-panel.desktop {
    margin-top: 4px;
  }

  .desktop-onboarding {
    width: min(1180px, 100%);
    min-height: 100vh;
    min-height: 100dvh;
    display: grid;
    grid-template-columns: 330px minmax(0, 620px);
    gap: 42px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 44px;
  }

  .desktop-onboarding-side {
    display: grid;
    align-content: start;
    gap: 22px;
  }

  .desktop-onboarding-side h1 {
    margin: 34px 0 0;
    color: var(--text);
    font-size: 46px;
    line-height: 1.1;
    font-weight: 950;
  }

  .desktop-onboarding-side p {
    margin: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.55;
  }

  .desktop-steps {
    display: grid;
    gap: 10px;
    margin-top: 20px;
  }

  .desktop-steps div {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 54px;
    border-radius: 18px;
    color: var(--muted);
    padding: 0 14px;
  }

  .desktop-steps div.active {
    background: #22242e;
    color: var(--text);
  }

  .desktop-steps span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #2a2c36;
    color: inherit;
    font-size: 13px;
    font-weight: 950;
  }

  .desktop-steps strong {
    font-size: 16px;
    font-weight: 950;
  }

  .desktop-onboarding-card {
    max-height: calc(100dvh - 88px);
    overflow-y: auto;
    border: 1px solid var(--line);
    border-radius: 32px;
    background: #1b1c23;
    padding: 26px;
    box-shadow: var(--shadow);
  }

  .desktop-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
  }

  .desktop-app {
    width: min(1480px, 100%);
    height: 100vh;
    height: 100dvh;
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr) 390px;
    align-items: start;
    gap: 24px;
    margin: 0 auto;
    padding: 24px;
    overflow: hidden;
  }

  .desktop-sidebar,
  .desktop-feed,
  .desktop-detail {
    border: 1px solid var(--line);
    border-radius: 28px;
    background: #171820;
  }

  .desktop-sidebar {
    position: sticky;
    top: 24px;
    height: calc(100dvh - 48px);
    overflow-y: auto;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 22px;
  }

  .desktop-nav {
    display: grid;
    gap: 8px;
  }

  .desktop-nav button {
    min-height: 48px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    border-radius: 16px;
    background: transparent;
    color: var(--muted);
    padding: 0 14px;
    text-align: left;
    font-size: 15px;
    font-weight: 950;
  }

  .desktop-nav button.active {
    background: #242631;
    color: var(--text);
  }

  .desktop-nav .icon,
  .desktop-account-card .icon {
    width: 22px;
    height: 22px;
  }

  .desktop-notification-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    background: #1f212b;
    padding: 16px;
  }

  .desktop-notification-card.active {
    border-color: rgba(77, 148, 255, 0.32);
    background: rgba(77, 148, 255, 0.12);
  }

  .desktop-notification-copy {
    min-width: 0;
    display: grid;
    gap: 5px;
  }

  .desktop-notification-copy span {
    color: var(--blue);
    font-size: 12px;
    font-weight: 950;
  }

  .desktop-notification-copy strong {
    color: var(--text);
    font-size: 15px;
    line-height: 1.3;
    font-weight: 950;
  }

  .desktop-notification-copy p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.45;
  }

  .desktop-switch {
    width: 46px;
    height: 28px;
  }

  .desktop-switch .slider::before {
    width: 24px;
    height: 24px;
  }

  .desktop-switch input:checked + .slider::before {
    transform: translateX(18px);
  }

  .desktop-account-card {
    margin-top: auto;
    min-height: 70px;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    background: #22242e;
    color: inherit;
    padding: 12px;
    text-align: left;
  }

  .desktop-account-card.active {
    border-color: rgba(77, 148, 255, 0.34);
    background: rgba(77, 148, 255, 0.12);
  }

  .desktop-account-card .avatar {
    width: 46px;
    height: 46px;
    font-size: 16px;
  }

  .desktop-account-card span {
    min-width: 0;
    display: grid;
    gap: 4px;
  }

  .desktop-account-card strong {
    overflow: hidden;
    color: var(--text);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 950;
  }

  .desktop-account-card em {
    overflow: hidden;
    color: var(--muted);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
    font-size: 12px;
    font-weight: 900;
  }

  .desktop-account-card i {
    color: var(--muted-2);
    font-style: normal;
    font-size: 24px;
    line-height: 1;
  }

  .desktop-feed {
    height: calc(100dvh - 48px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    padding: 26px 28px 40px;
  }

  .desktop-feed.scrolling {
    scrollbar-color: rgba(139, 146, 162, 0.5) transparent;
  }

  .desktop-feed::-webkit-scrollbar {
    width: 10px;
  }

  .desktop-feed::-webkit-scrollbar-track {
    background: transparent;
  }

  .desktop-feed::-webkit-scrollbar-thumb {
    border: 3px solid transparent;
    border-radius: 999px;
    background: transparent;
    background-clip: padding-box;
  }

  .desktop-feed.scrolling::-webkit-scrollbar-thumb {
    background: rgba(139, 146, 162, 0.5);
    background-clip: padding-box;
  }

  .desktop-feed.scrolling::-webkit-scrollbar-thumb:hover {
    background: rgba(168, 176, 194, 0.7);
    background-clip: padding-box;
  }

  .desktop-feed-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 26px;
  }

  .desktop-feed-header h1 {
    margin: 10px 0 0;
    color: var(--text);
    font-size: 44px;
    line-height: 1;
    font-weight: 950;
  }

  .desktop-feed-content {
    display: grid;
    gap: 18px;
  }

  .desktop-feed-content .signal-card {
    border-bottom: 1px solid rgba(77, 148, 255, 0.16);
    padding-top: 0;
  }

  .desktop-feed-content .tab-scroller,
  .desktop-feed-content .chip-scroller {
    flex-wrap: wrap;
    overflow: visible;
    margin: 0;
    padding: 0;
  }

  .desktop-feed-content .tab-chip,
  .desktop-feed-content .chip {
    min-height: 44px;
    border-radius: 14px;
    padding: 0 16px;
    font-size: 15px;
  }

  .desktop-feed-content .search-field {
    max-width: 560px;
  }

  .desktop-feed-content .plan-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .desktop-feed-content .premium-hero {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
  }

  .desktop-feed-content .premium-hero > .setting-icon {
    grid-row: auto;
  }

  .desktop-feed-content .plan-badge-showcase {
    justify-content: flex-end;
  }

  .desktop-feed-content .disclosure-row {
    grid-template-columns: 34px 58px minmax(0, 1fr) 72px;
    min-height: 96px;
  }

  .desktop-feed-content .disclosure-row.selected {
    margin-inline: -12px;
    padding-inline: 12px;
    border-radius: 18px;
    border-bottom-color: transparent;
  }

  .desktop-detail {
    position: sticky;
    top: 24px;
    height: calc(100dvh - 48px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    display: grid;
    align-content: start;
    gap: 18px;
    padding: 22px;
  }

  .desktop-detail.scrolling {
    scrollbar-color: rgba(139, 146, 162, 0.5) transparent;
  }

  .desktop-detail::-webkit-scrollbar {
    width: 10px;
  }

  .desktop-detail::-webkit-scrollbar-track {
    background: transparent;
  }

  .desktop-detail::-webkit-scrollbar-thumb {
    border: 3px solid transparent;
    border-radius: 999px;
    background: transparent;
    background-clip: padding-box;
  }

  .desktop-detail.scrolling::-webkit-scrollbar-thumb {
    background: rgba(139, 146, 162, 0.5);
    background-clip: padding-box;
  }

  .desktop-detail-card {
    display: grid;
    gap: 18px;
  }

  .desktop-detail-empty {
    display: grid;
    gap: 12px;
    border-radius: 24px;
    background: #22242e;
    padding: 22px;
  }

  .desktop-detail-empty h2 {
    margin: 0;
    color: var(--text);
    font-size: 25px;
    line-height: 1.25;
  }

  .desktop-detail-empty p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.55;
  }

  .desktop-detail .detail-action {
    position: static;
  }

  .desktop-detail .detail-action.full-width {
    width: 100%;
  }
}

@media (min-width: 980px) and (max-width: 1180px) {
  .desktop-app {
    grid-template-columns: 210px minmax(0, 1fr) 340px;
    gap: 18px;
    padding: 18px;
  }

  .desktop-sidebar,
  .desktop-detail {
    top: 18px;
    height: calc(100dvh - 36px);
  }

  .desktop-feed {
    height: calc(100dvh - 36px);
    padding: 22px;
  }
}

@media (max-width: 430px) {
  .native-app {
    padding:
      calc(26px + env(safe-area-inset-top))
      calc(22px + env(safe-area-inset-right))
      calc(112px + env(safe-area-inset-bottom))
      calc(22px + env(safe-area-inset-left));
  }

  .sticky-top {
    margin:
      calc(-26px - env(safe-area-inset-top))
      calc(-22px - env(safe-area-inset-right))
      0
      calc(-22px - env(safe-area-inset-left));
    padding:
      calc(26px + env(safe-area-inset-top))
      calc(22px + env(safe-area-inset-right))
      18px
      calc(22px + env(safe-area-inset-left));
  }

  .public-top {
    margin-bottom: 44px;
  }

  .public-hero h1,
  .step-copy h1 {
    font-size: 39px;
  }

  .app-topbar h1 {
    font-size: 42px;
  }

  .tab-scroller,
  .chip-scroller {
    margin: 0 -22px;
    padding: 0 22px;
  }

  .disclosure-row {
    grid-template-columns: 28px 54px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .impact {
    min-width: 38px;
    font-size: 14px;
  }

  .profile-setting-row {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .profile-save-button {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .native-app {
    padding:
      calc(24px + env(safe-area-inset-top))
      calc(18px + env(safe-area-inset-right))
      calc(108px + env(safe-area-inset-bottom))
      calc(18px + env(safe-area-inset-left));
  }

  .sticky-top {
    margin:
      calc(-24px - env(safe-area-inset-top))
      calc(-18px - env(safe-area-inset-right))
      0
      calc(-18px - env(safe-area-inset-left));
    padding:
      calc(24px + env(safe-area-inset-top))
      calc(18px + env(safe-area-inset-right))
      16px
      calc(18px + env(safe-area-inset-left));
  }

  .tab-scroller,
  .chip-scroller {
    margin: 0 -18px;
    padding: 0 18px;
  }

  .tab-scroller {
    gap: 8px;
  }

  .tab-scroller .tab-chip {
    padding: 0 12px;
    font-size: 16px;
  }

  .public-top {
    margin-bottom: 38px;
  }

  .public-hero h1,
  .step-copy h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  .public-hero p,
  .step-copy p {
    font-size: 16px;
    line-height: 1.48;
  }

  .app-topbar h1 {
    font-size: 38px;
  }

  .market-ticker {
    font-size: 15px;
  }

  .preview-feed-row {
    grid-template-columns: 54px minmax(0, 1fr) auto;
    min-height: 76px;
  }

  .stock-row {
    grid-template-columns: 56px minmax(0, 1fr) auto;
    min-height: 82px;
    gap: 13px;
  }

  .disclosure-row {
    grid-template-columns: 28px 56px minmax(0, 1fr) auto;
    min-height: 96px;
    gap: 10px;
  }

  .stock-logo,
  .avatar {
    width: 52px;
    height: 52px;
  }

  .preview-feed-row strong,
  .stock-row strong,
  .disclosure-row strong,
  .setting-row strong {
    font-size: 19px;
  }

  .preview-feed-row span,
  .stock-row span,
  .setting-row span,
  .row-main span {
    font-size: 14px;
  }

  .tab-chip,
  .chip {
    min-height: 48px;
    padding: 0 16px;
    font-size: 17px;
  }

  .search-field,
  .app-field,
  .social-button,
  .primary-action,
  .secondary-action {
    min-height: 54px;
  }

  .bottom-nav {
    width: min(calc(100vw - 20px), 390px);
    min-height: 72px;
    border-radius: 26px;
  }
}

@media (max-width: 360px) {
  .native-app {
    padding:
      calc(22px + env(safe-area-inset-top))
      calc(16px + env(safe-area-inset-right))
      calc(104px + env(safe-area-inset-bottom))
      calc(16px + env(safe-area-inset-left));
  }

  .sticky-top {
    margin:
      calc(-22px - env(safe-area-inset-top))
      calc(-16px - env(safe-area-inset-right))
      0
      calc(-16px - env(safe-area-inset-left));
    padding:
      calc(22px + env(safe-area-inset-top))
      calc(16px + env(safe-area-inset-right))
      14px
      calc(16px + env(safe-area-inset-left));
  }

  .public-top {
    margin-bottom: 30px;
  }

  .public-hero {
    margin-bottom: 22px;
  }

  .public-hero h1,
  .step-copy h1 {
    font-size: 32px;
    line-height: 1.12;
  }

  .app-topbar h1 {
    font-size: 34px;
  }

  .hero-kicker,
  .signal-link {
    font-size: 14px;
  }

  .signal-card p {
    font-size: 19px;
  }

  .live-preview {
    margin-bottom: 22px;
  }

  .preview-feed-row {
    grid-template-columns: 50px minmax(0, 1fr) auto;
    min-height: 68px;
  }

  .stock-row {
    grid-template-columns: 52px minmax(0, 1fr) auto;
    min-height: 76px;
    padding: 10px 0;
  }

  .disclosure-row {
    grid-template-columns: 24px 52px minmax(0, 1fr) auto;
    min-height: 90px;
    padding: 13px 0;
  }

  .stock-logo,
  .avatar {
    width: 48px;
    height: 48px;
    font-size: 13px;
  }

  .rank {
    font-size: 18px;
  }

  .impact {
    min-width: 34px;
    font-size: 13px;
  }

  .row-main p {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }

  .setting-row {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 76px;
  }

  .profile-setting-row {
    grid-template-columns: 1fr;
  }

  .profile-avatar-editor {
    justify-items: center;
  }

  .profile-actions {
    grid-template-columns: 1fr;
  }

  .profile-actions .profile-photo-button,
  .profile-save-button {
    width: 100%;
  }

  .setting-icon {
    width: 38px;
    height: 38px;
  }
}

@media (max-height: 760px) {
  .public-top {
    margin-bottom: 28px;
  }

  .public-hero {
    margin-bottom: 20px;
  }

  .public-hero h1 {
    font-size: 34px;
    line-height: 1.1;
  }

  .public-hero p {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.42;
  }

  .hero-kicker {
    margin-bottom: 12px;
  }

  .live-preview {
    margin-bottom: 18px;
  }

  .preview-feed-row {
    min-height: 64px;
    padding: 5px 4px;
  }

  .preview-feed-row strong {
    font-size: 18px;
  }

  .preview-feed-row span {
    font-size: 13px;
  }

  .stock-logo,
  .avatar {
    width: 48px;
    height: 48px;
  }

  .social-button {
    min-height: 52px;
  }

  .legal-note {
    margin-top: 4px;
  }

  .step-progress {
    margin-bottom: 26px;
  }

  .onboarding-content {
    gap: 16px;
  }
}

@media (max-width: 360px) and (max-height: 640px) {
  .native-app {
    padding:
      calc(18px + env(safe-area-inset-top))
      calc(14px + env(safe-area-inset-right))
      calc(96px + env(safe-area-inset-bottom))
      calc(14px + env(safe-area-inset-left));
  }

  .public-top {
    margin-bottom: 18px;
  }

  .public-hero {
    margin-bottom: 14px;
  }

  .hero-kicker {
    margin-bottom: 9px;
    font-size: 13px;
  }

  .public-hero h1,
  .step-copy h1 {
    font-size: 30px;
    line-height: 1.1;
  }

  .public-hero p,
  .step-copy p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.38;
  }

  .live-preview {
    margin: 4px -4px 12px;
  }

  .preview-feed-row {
    grid-template-columns: 46px minmax(0, 1fr) auto;
    min-height: 54px;
    gap: 10px;
    padding: 4px;
  }

  .preview-feed-row strong {
    font-size: 16px;
  }

  .preview-feed-row span,
  .preview-feed-row em {
    font-size: 12px;
  }

  .stock-logo,
  .avatar {
    width: 42px;
    height: 42px;
  }

  .social-button {
    min-height: 48px;
    border-radius: 14px;
    font-size: 15px;
  }

  .legal-note {
    font-size: 11px;
    line-height: 1.35;
  }
}

@media (max-width: 979px) {
  .native-app {
    max-width: none;
    padding:
      calc(16px + env(safe-area-inset-top))
      calc(16px + env(safe-area-inset-right))
      calc(82px + env(safe-area-inset-bottom))
      calc(16px + env(safe-area-inset-left));
  }

  .sticky-top {
    margin:
      calc(-16px - env(safe-area-inset-top))
      calc(-16px - env(safe-area-inset-right))
      0
      calc(-16px - env(safe-area-inset-left));
    padding:
      calc(14px + env(safe-area-inset-top))
      calc(16px + env(safe-area-inset-right))
      10px
      calc(16px + env(safe-area-inset-left));
  }

  .brand-logo {
    width: 92px;
  }

  .mobile-brand-lockup .brand-logo {
    width: 78px;
  }

  .public-top {
    margin-bottom: 24px;
  }

  .public-hero,
  .step-copy {
    margin-bottom: 18px;
  }

  .hero-kicker,
  .signal-link,
  .market-ticker,
  .section-heading span {
    font-size: 13px;
  }

  .public-hero h1,
  .step-copy h1 {
    font-size: 30px;
    line-height: 1.12;
  }

  .public-hero p,
  .step-copy p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.42;
  }

  .app-topbar {
    gap: 10px;
  }

  .app-topbar h1,
  .section-heading h2 {
    font-size: 27px;
  }

  .mobile-title-line .plan-status {
    min-height: 28px;
    gap: 6px;
    padding: 0 8px 0 5px;
  }

  .mobile-title-line .plan-status span {
    min-height: 20px;
    padding: 0 7px;
    font-size: 11px;
  }

  .mobile-title-line .plan-status strong {
    font-size: 12px;
  }

  .top-disclosure-search {
    margin-bottom: 10px;
  }

  .top-disclosure-search.mobile,
  .tab-scroller,
  .chip-scroller {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .search-field,
  .app-field,
  .social-button,
  .primary-action,
  .secondary-action {
    min-height: 44px;
    border-radius: 14px;
    font-size: 14px;
  }

  .top-disclosure-search input,
  .app-field input,
  .app-field textarea {
    font-size: 14px;
  }

  .tab-chip,
  .chip {
    min-height: 38px;
    padding: 0 12px;
    border-radius: 14px;
    font-size: 14px;
  }

  .signal-card,
  .ad-card,
  .settings-panel,
  .social-panel {
    border-radius: 18px;
    padding: 13px;
  }

  .signal-card p {
    font-size: 17px;
    line-height: 1.35;
  }

  .preview-feed-row {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    min-height: 58px;
    gap: 10px;
    padding: 5px 2px;
  }

  .stock-row {
    grid-template-columns: 46px minmax(0, 1fr) auto;
    min-height: 64px;
    gap: 10px;
    padding: 8px 0;
  }

  .disclosure-row {
    grid-template-columns: 22px 46px minmax(0, 1fr) auto;
    min-height: 76px;
    gap: 9px;
    padding: 10px 0;
  }

  .stock-logo,
  .avatar {
    width: 42px;
    height: 42px;
    font-size: 12px;
  }

  .preview-feed-row strong,
  .stock-row strong,
  .disclosure-row strong,
  .setting-row strong {
    font-size: 16px;
    line-height: 1.24;
  }

  .preview-feed-row span,
  .stock-row span,
  .setting-row span,
  .row-main span {
    font-size: 12px;
  }

  .preview-feed-row em,
  .impact,
  .rank {
    font-size: 13px;
  }

  .impact {
    min-width: 34px;
  }

  .disclosure-time {
    font-size: 11px;
  }

  .row-footer {
    align-items: center;
    gap: 8px;
    margin-top: 7px;
  }

  .row-footer .disclosure-time {
    font-size: 10px;
  }

  .row-main p {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.35;
    -webkit-line-clamp: 2;
  }

  .social-strip {
    gap: 3px;
  }

  .social-action {
    min-width: 32px;
    height: 26px;
    padding: 0 5px;
    font-size: 11px;
  }

  .social-action .icon {
    width: 14px;
    height: 14px;
  }

  .detail-sheet {
    width: 100%;
    max-height: 86dvh;
    border-radius: 22px 22px 0 0;
    padding: 16px;
    gap: 12px;
  }

  .detail-title h2 {
    font-size: 21px;
    line-height: 1.28;
  }

  .ai-panel p,
  .detail-section li,
  .detail-empty {
    font-size: 13px;
  }

  .ai-head strong,
  .detail-section h3,
  .social-panel-head strong {
    font-size: 15px;
  }

  .social-pill {
    min-height: 40px;
    border-radius: 13px;
    font-size: 13px;
  }

  .comment-composer textarea {
    min-height: 66px;
    border-radius: 14px;
    padding: 11px 12px;
    font-size: 13px;
  }

  .comment-composer button {
    min-height: 42px;
    border-radius: 14px;
    font-size: 13px;
  }

  .comment-row {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px;
  }

  .comment-author {
    gap: 4px;
  }

  .comment-plan-badge {
    min-height: 18px;
    padding: 0 6px;
    font-size: 9px;
  }

  .comment-avatar {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .bottom-nav {
    width: min(calc(100vw - 16px), 414px);
    min-height: 58px;
    border-radius: 22px;
    padding: 6px;
  }

  .bottom-nav button {
    font-size: 11px;
  }

  .bottom-nav .icon,
  .icon-button .icon {
    width: 21px;
    height: 21px;
  }
}

@media (min-width: 980px) {
  .desktop-app {
    grid-template-columns: 220px minmax(0, 1fr) 360px;
    gap: 20px;
    padding: 20px;
  }

  .desktop-sidebar,
  .desktop-detail {
    top: 20px;
    height: calc(100dvh - 40px);
    border-radius: 24px;
    padding: 18px;
  }

  .desktop-sidebar {
    gap: 20px;
  }

  .desktop-feed {
    height: calc(100dvh - 40px);
    border-radius: 24px;
    padding: 22px 24px 34px;
  }

  .desktop-nav button {
    min-height: 42px;
    grid-template-columns: 21px minmax(0, 1fr);
    gap: 10px;
    border-radius: 14px;
    padding: 0 12px;
    font-size: 14px;
  }

  .desktop-nav .icon,
  .desktop-account-card .icon {
    width: 20px;
    height: 20px;
  }

  .desktop-feed-header {
    margin-bottom: 18px;
  }

  .desktop-feed-header h1 {
    margin-top: 6px;
    font-size: 36px;
    line-height: 1.05;
  }

  .desktop-feed-content {
    gap: 15px;
  }

  .top-disclosure-search.desktop {
    max-width: 620px;
    min-height: 50px;
    margin: -4px 0 16px;
    border-radius: 16px;
  }

  .top-disclosure-search input {
    font-size: 14px;
    font-weight: 800;
  }

  .desktop-feed-content .tab-chip,
  .desktop-feed-content .chip {
    min-height: 38px;
    border-radius: 12px;
    padding: 0 13px;
    font-size: 13px;
  }

  .desktop-feed-content .disclosure-row {
    grid-template-columns: 28px 48px minmax(0, 1fr) 64px;
    min-height: 82px;
    gap: 12px;
    padding: 10px 0;
  }

  .desktop-feed-content .stock-logo,
  .desktop-feed-content .avatar {
    width: 44px;
    height: 44px;
    font-size: 13px;
  }

  .desktop-feed-content .disclosure-row strong,
  .desktop-feed-content .stock-row strong {
    font-size: 15px;
  }

  .desktop-feed-content .row-main p {
    font-size: 13px;
    line-height: 1.4;
  }

  .desktop-feed-content .row-main span,
  .desktop-feed-content .stock-row span {
    font-size: 12px;
  }

  .desktop-account-card {
    min-height: 62px;
    grid-template-columns: 40px minmax(0, 1fr) 16px;
    gap: 10px;
    border-radius: 16px;
    padding: 10px;
  }

  .desktop-account-card .avatar {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .desktop-account-card strong {
    font-size: 13px;
  }

  .desktop-account-card em {
    font-size: 11px;
  }

  .desktop-account-card i {
    font-size: 20px;
  }

  .desktop-detail-card {
    gap: 15px;
  }

  .detail-header strong {
    font-size: 18px;
  }

  .detail-title-block h2 {
    font-size: 21px;
  }

  .ai-panel {
    border-radius: 20px;
    padding: 15px;
  }

  .ai-panel p {
    font-size: 15px;
    line-height: 1.5;
  }

  .ai-head span {
    font-size: 13px;
  }

  .ai-head strong,
  .detail-section h3,
  .social-panel-head strong {
    font-size: 15px;
  }

  .detail-section li,
  .detail-empty {
    border-radius: 14px;
    padding: 11px 12px;
    font-size: 13px;
  }

  .stock-results {
    max-height: min(64dvh, 720px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 4px;
    scrollbar-width: thin;
    scrollbar-color: rgba(139, 146, 162, 0.38) transparent;
  }
}

@media (max-width: 979px) {
  .native-app {
    padding:
      calc(14px + env(safe-area-inset-top))
      calc(14px + env(safe-area-inset-right))
      calc(78px + env(safe-area-inset-bottom))
      calc(14px + env(safe-area-inset-left));
  }

  .sticky-top {
    margin:
      calc(-14px - env(safe-area-inset-top))
      calc(-14px - env(safe-area-inset-right))
      0
      calc(-14px - env(safe-area-inset-left));
    padding:
      calc(12px + env(safe-area-inset-top))
      calc(14px + env(safe-area-inset-right))
      9px
      calc(14px + env(safe-area-inset-left));
  }

  .app-topbar h1,
  .section-heading h2 {
    font-size: 25px;
  }

  .top-disclosure-search,
  .search-field,
  .app-field {
    min-height: 42px;
    border-radius: 13px;
  }

  .top-disclosure-search input,
  .search-field input,
  .app-field input,
  .app-field textarea {
    font-size: 13px;
  }

  .tab-chip,
  .chip {
    min-height: 36px;
    border-radius: 12px;
    padding: 0 11px;
    font-size: 13px;
  }

  .disclosure-row {
    grid-template-columns: 22px 42px minmax(0, 1fr) auto;
    min-height: 70px;
    gap: 8px;
    padding: 9px 0;
  }

  .stock-row {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    min-height: 58px;
    gap: 9px;
    padding: 7px 0;
  }

  .stock-logo,
  .avatar {
    width: 40px;
    height: 40px;
    font-size: 11px;
  }

  .preview-feed-row strong,
  .stock-row strong,
  .disclosure-row strong,
  .setting-row strong {
    font-size: 14px;
    line-height: 1.22;
  }

  .row-main p {
    font-size: 12px;
    line-height: 1.34;
  }

  .detail-title-block h2 {
    font-size: 19px;
  }

  .ai-panel p,
  .detail-section li,
  .detail-empty {
    font-size: 13px;
  }

  .stock-results {
    max-height: min(58dvh, 620px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 3px;
  }
}

body:has(.fintech-landing) {
  overflow-x: hidden;
  overflow-y: auto;
  background: #f7faff;
  color: #111827;
}

html:has(.fintech-landing),
body:has(.fintech-landing),
html:has(.fintech-landing) #root,
body:has(.fintech-landing) #root {
  height: auto !important;
  min-height: 100%;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

#root:has(.fintech-landing) {
  min-height: 100%;
  background: #f7faff;
}

.fintech-landing {
  --landing-ink: #161b22;
  --landing-muted: #4e5968;
  --landing-subtle: #8b95a1;
  --landing-blue: #3182f6;
  --landing-blue-2: #1b64da;
  --landing-sky: #e8f3ff;
  --landing-line: rgba(49, 130, 246, 0.14);
  --landing-paper: #f7faff;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  overflow: clip;
  background: var(--landing-paper);
  color: var(--landing-ink);
  padding: 0;
}

.fintech-landing .brand-logo {
  width: 86px;
  filter: none;
}

.landing-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 62px;
  padding: 0 max(32px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(49, 130, 246, 0.06);
  background: rgba(247, 250, 255, 0.88);
  backdrop-filter: blur(18px);
}

.landing-header-minimal {
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.landing-header-minimal .landing-nav {
  display: none;
}

.fintech-landing .landing-nav {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6b7684;
  font-size: 15px;
  font-weight: 800;
}

.fintech-landing .landing-nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 14px;
}

.fintech-landing .landing-nav a:hover {
  background: #f2f4f6;
  color: #191f28;
}

.fintech-landing .landing-nav-cta {
  min-width: 78px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--landing-blue);
  color: #ffffff;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: none;
}

.landing-hero {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 62px 24px 28px;
  text-align: center;
}

.landing-image-hero {
  min-height: min(720px, calc(100vh - 62px));
  min-height: min(720px, calc(100dvh - 62px));
  align-content: start;
  padding: clamp(50px, 7vh, 80px) 24px clamp(300px, 43vh, 430px);
  background:
    linear-gradient(180deg, rgba(247, 250, 255, 0.99) 0%, rgba(247, 250, 255, 0.88) 30%, rgba(247, 250, 255, 0.28) 66%, rgba(247, 250, 255, 0) 100%),
    url("/static/images/landing-hero-fintech-v1.png") center bottom / cover no-repeat;
}

.landing-hero-copy {
  width: min(980px, 100%);
  display: grid;
  justify-items: center;
}

.fintech-landing .hero-kicker {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  border-radius: 999px;
  background: #eef5ff;
  color: #0064ff;
  padding: 0 13px;
  font-size: 14px;
  font-weight: 900;
}

.fintech-landing .hero-kicker .icon {
  width: 18px;
  height: 18px;
}

.landing-hero h1 {
  margin: 0;
  color: var(--landing-ink);
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.22;
  font-weight: 850;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.landing-hero p {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--landing-muted);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 600;
  word-break: keep-all;
}

.landing-hero-download {
  min-width: 110px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  border-radius: 999px;
  background: var(--landing-blue);
  color: #ffffff;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 900;
}

.fintech-landing .landing-cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}

.fintech-landing .primary-action,
.fintech-landing .secondary-action {
  width: auto;
  min-width: 188px;
  min-height: 54px;
  border-radius: 15px;
  padding: 0 22px;
  font-size: 16px;
  font-weight: 900;
}

.fintech-landing .primary-action {
  background: var(--landing-blue);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 92, 255, 0.22);
}

.fintech-landing .secondary-action {
  border: 1px solid #e5e8eb;
  background: #ffffff;
  color: #333d4b;
}

.landing-auth-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.landing-download-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.fintech-landing .store-button {
  min-width: 170px;
  min-height: 52px;
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: var(--landing-ink);
  color: #ffffff;
  padding: 0 15px;
  text-align: left;
  box-shadow: none;
}

.fintech-landing .store-button svg {
  width: 24px;
  height: 24px;
}

.fintech-landing .store-button span {
  display: grid;
  gap: 1px;
}

.fintech-landing .store-button em {
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.fintech-landing .store-button strong {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.05;
  font-weight: 900;
}

.fintech-landing .social-button {
  width: 190px;
  min-height: 50px;
  grid-template-columns: 24px 1fr;
  border-radius: 14px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 900;
}

.fintech-landing .social-button.google {
  border: 1px solid #e5e8eb;
}

.landing-auth-error {
  width: min(460px, 100%);
  margin-top: 16px;
  background: #fff0f2;
  color: #e42945;
}

.landing-intro-section {
  width: min(560px, calc(100% - 48px));
  margin: 86px auto 0;
  text-align: center;
}

.landing-intro-section p {
  margin: 0;
  color: var(--landing-ink);
  font-size: 19px;
  line-height: 1.82;
  font-weight: 650;
  word-break: keep-all;
}

.landing-visual {
  width: min(1040px, calc(100% - 24px));
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
  gap: 16px;
  align-items: stretch;
}

.landing-live-feed,
.landing-ai-note {
  min-width: 0;
  border: 1px solid #e5e8eb;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(25, 31, 40, 0.1);
}

.landing-live-feed {
  display: grid;
  gap: 6px;
  padding: 12px;
}

.landing-feed-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 34px;
  padding: 0 6px 4px;
}

.landing-feed-head span,
.landing-ai-note span,
.landing-section-copy span,
.landing-final-cta span,
.landing-trust-strip span {
  color: var(--landing-blue);
  font-size: 13px;
  font-weight: 950;
}

.landing-feed-head strong {
  color: #6b7684;
  font-size: 13px;
  font-weight: 850;
}

.fintech-landing .landing-signal-row {
  grid-template-columns: 48px minmax(0, 1fr) auto;
  min-height: 62px;
  border: 1px solid transparent;
  border-radius: 20px;
  background: #f8fafc;
  padding: 10px 12px;
}

.fintech-landing .landing-signal-row:hover {
  border-color: #d9e7ff;
  background: #ffffff;
}

.fintech-landing .landing-signal-row .stock-logo {
  width: 38px;
  height: 38px;
}

.fintech-landing .landing-signal-row strong {
  color: #191f28;
  font-size: 16px;
}

.fintech-landing .landing-signal-row p {
  margin-top: 4px;
  color: #6b7684;
  font-size: 13px;
}

.fintech-landing .landing-signal-row em {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #eef0f3;
  color: #6b7684;
  padding: 0 10px;
  font-size: 12px;
}

.fintech-landing .landing-signal-row em.buy {
  background: #e8fbf2;
  color: #008a4e;
}

.fintech-landing .landing-signal-row em.sell {
  background: #fff0f2;
  color: #e42945;
}

.landing-ai-note {
  display: grid;
  align-content: center;
  gap: 15px;
  padding: 22px;
  text-align: left;
}

.landing-ai-note strong {
  color: #191f28;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 900;
  word-break: keep-all;
}

.landing-ai-note div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.landing-ai-note em {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #eef5ff;
  color: #0064ff;
  padding: 0 10px;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}

.landing-trust-strip {
  width: min(1120px, calc(100% - 48px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: -44px auto 0;
  overflow: hidden;
  border: 1px solid #e5e8eb;
  border-radius: 28px;
  background: #e5e8eb;
}

.landing-trust-strip div {
  min-width: 0;
  display: grid;
  gap: 8px;
  background: #ffffff;
  padding: 26px;
}

.landing-trust-strip strong {
  color: #191f28;
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
}

.landing-trust-strip em {
  color: #6b7684;
  font-style: normal;
  font-size: 14px;
  font-weight: 750;
}

.landing-section {
  width: min(980px, calc(100% - 48px));
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 48px;
  align-items: start;
  margin: 118px auto 0;
}

.landing-section-copy h2,
.landing-final-cta h2 {
  margin: 14px 0 0;
  color: var(--landing-ink);
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.24;
  font-weight: 850;
  word-break: keep-all;
}

.landing-section-copy p,
.landing-final-cta p {
  margin: 18px 0 0;
  color: var(--landing-muted);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
  word-break: keep-all;
}

.landing-centered-copy {
  width: min(760px, 100%);
  margin: 0 auto;
  text-align: center;
}

.landing-problem-section,
.landing-workflow-section,
.landing-split-section,
.landing-plan-section,
.landing-final-download,
.landing-footer {
  width: min(980px, calc(100% - 48px));
  margin: 128px auto 0;
}

.landing-problem-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: start;
}

.landing-problem-copy span,
.landing-workflow-section span,
.landing-split-section span,
.landing-plan-section span,
.landing-final-download span {
  color: var(--landing-blue);
  font-size: 13px;
  font-weight: 950;
}

.landing-problem-copy h2 {
  margin: 14px 0 0;
  color: var(--landing-ink);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.2;
  font-weight: 850;
  word-break: keep-all;
}

.landing-problem-copy p {
  max-width: 520px;
  margin: 22px 0 0;
  color: var(--landing-muted);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
  word-break: keep-all;
}

.landing-problem-list {
  display: grid;
  gap: 22px;
}

.landing-problem-list article {
  min-height: 0;
  display: grid;
  align-content: center;
  gap: 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0 0 22px;
  box-shadow: none;
  border-bottom: 1px solid rgba(78, 89, 104, 0.14);
}

.landing-problem-list strong {
  color: var(--landing-ink);
  font-size: 18px;
  font-weight: 850;
}

.landing-problem-list p {
  margin: 0;
  color: var(--landing-subtle);
  font-size: 15px;
  line-height: 1.68;
  font-weight: 600;
  word-break: keep-all;
}

.landing-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 34px;
}

.landing-feature-grid article {
  min-width: 0;
  min-height: 0;
  display: grid;
  align-content: start;
  gap: 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.landing-feature-grid article::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: var(--landing-blue);
}

.landing-feature-grid strong {
  color: var(--landing-ink);
  font-size: 18px;
  font-weight: 850;
}

.landing-feature-grid p {
  margin: 0;
  color: var(--landing-subtle);
  font-size: 15px;
  line-height: 1.68;
  font-weight: 600;
  word-break: keep-all;
}

.landing-workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.landing-workflow-grid article,
.landing-plan-card {
  min-width: 0;
  border: 1px solid rgba(49, 130, 246, 0.12);
  border-radius: 8px;
  background: #ffffff;
  padding: 24px;
  box-shadow: none;
}

.landing-workflow-grid em {
  color: var(--landing-blue);
  font-style: normal;
  font-size: 13px;
  font-weight: 950;
}

.landing-workflow-grid strong {
  display: block;
  margin-top: 24px;
  color: var(--landing-ink);
  font-size: 19px;
  font-weight: 850;
}

.landing-workflow-grid p {
  margin: 12px 0 0;
  color: var(--landing-subtle);
  font-size: 14px;
  line-height: 1.62;
  font-weight: 600;
  word-break: keep-all;
}

.landing-split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 48px;
  align-items: center;
}

.landing-live-panel {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(49, 130, 246, 0.12);
  border-radius: 8px;
  background: #ffffff;
  padding: 16px;
  box-shadow: none;
}

.landing-preview-row {
  min-height: 86px;
  display: grid;
  gap: 7px;
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 8px;
  background: #f8fbff;
  padding: 16px 18px;
}

.landing-preview-row span {
  width: fit-content;
  min-height: 27px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 950;
}

.landing-preview-row.positive span {
  background: rgba(19, 188, 126, 0.12);
  color: #008a4e;
}

.landing-preview-row.neutral span {
  background: rgba(0, 92, 255, 0.1);
  color: var(--landing-blue);
}

.landing-preview-row.negative span {
  background: rgba(238, 54, 80, 0.12);
  color: #e42945;
}

.landing-preview-row strong {
  color: var(--landing-ink);
  font-size: 17px;
  font-weight: 850;
}

.landing-preview-row p {
  margin: 0;
  color: var(--landing-subtle);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 650;
}

.landing-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.landing-plan-card {
  min-height: 292px;
  display: grid;
  align-content: start;
}

.landing-plan-card.featured,
.landing-plan-card.pro {
  border-color: rgba(0, 92, 255, 0.32);
}

.landing-plan-card.pro {
  background: #111827;
  color: #ffffff;
}

.landing-plan-card span {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(0, 92, 255, 0.1);
  color: var(--landing-blue);
  padding: 0 11px;
  font-size: 13px;
  font-weight: 950;
}

.landing-plan-card.pro span {
  background: rgba(255, 214, 102, 0.16);
  color: #ffd666;
}

.landing-plan-card strong {
  margin-top: 22px;
  color: var(--landing-ink);
  font-size: 25px;
  line-height: 1.1;
  font-weight: 850;
}

.landing-plan-card.pro strong {
  color: #ffffff;
}

.landing-plan-card p {
  margin: 12px 0 0;
  color: var(--landing-muted);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  word-break: keep-all;
}

.landing-plan-card.pro p {
  color: rgba(255, 255, 255, 0.72);
}

.landing-plan-card ul {
  display: grid;
  gap: 9px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.landing-plan-card li {
  display: flex;
  gap: 9px;
  color: var(--landing-muted);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 650;
}

.landing-plan-card.pro li {
  color: rgba(255, 255, 255, 0.8);
}

.landing-plan-card li::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-top: 7px;
  border-radius: 999px;
  background: var(--landing-blue);
}

.landing-plan-card.pro li::before {
  background: #ffd666;
}

.landing-final-download {
  display: grid;
  justify-items: center;
  border: 1px solid rgba(49, 130, 246, 0.12);
  border-radius: 8px;
  background: #ffffff;
  padding: 56px 32px;
  text-align: center;
  box-shadow: none;
}

.landing-final-download h2 {
  margin: 14px 0 0;
  color: var(--landing-ink);
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.24;
  font-weight: 850;
  word-break: keep-all;
}

.landing-final-download p {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--landing-muted);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
  word-break: keep-all;
}

.landing-footer {
  min-height: 120px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  margin-bottom: 44px;
  border-top: 1px solid rgba(0, 92, 255, 0.12);
  padding-top: 30px;
}

.landing-footer .brand-logo {
  width: 94px;
}

.landing-footer p {
  margin: 0;
  color: var(--landing-subtle);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 750;
}

.landing-footer a {
  min-width: 66px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--landing-blue);
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.landing-final-cta {
  width: min(1120px, calc(100% - 48px));
  margin: 92px auto 84px;
  border-radius: 34px;
  background: #f4f8ff;
  padding: 52px;
  text-align: center;
}

.landing-final-cta .landing-cta-row {
  margin-top: 28px;
}

.fintech-landing .legal-note {
  max-width: 520px;
  margin: 18px auto 0;
  color: #8b95a1;
}

@media (min-width: 980px) {
  html:has(.fintech-landing),
  body:has(.fintech-landing),
  html:has(.fintech-landing) #root,
  body:has(.fintech-landing) #root {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (max-width: 979px) {
  .fintech-landing {
    min-height: 100dvh;
  }

  .landing-header {
    grid-template-columns: auto auto;
    min-height: 54px;
    padding: 0 20px;
  }

  .fintech-landing .brand-logo {
    width: 72px;
  }

  .fintech-landing .landing-nav {
    display: none;
  }

  .fintech-landing .landing-nav-cta {
    min-width: 68px;
    min-height: 31px;
    padding: 0 13px;
    font-size: 12px;
  }

  .landing-hero {
    justify-items: stretch;
    gap: 18px;
    padding: 42px 20px 28px;
    text-align: center;
  }

  .landing-image-hero {
    min-height: min(540px, calc(100dvh - 54px));
    padding: 42px 20px clamp(252px, 41vh, 324px);
    background:
      linear-gradient(180deg, rgba(247, 250, 255, 0.99) 0%, rgba(247, 250, 255, 0.88) 38%, rgba(247, 250, 255, 0.2) 70%, rgba(247, 250, 255, 0) 100%),
      url("/static/images/landing-hero-fintech-v1.png") center bottom / auto 58% no-repeat;
  }

  .landing-hero-copy {
    justify-items: center;
  }

  .fintech-landing .hero-kicker {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .landing-hero h1 {
    font-size: 27px;
    line-height: 1.32;
  }

  .landing-hero p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.7;
  }

  .landing-hero-download {
    min-width: 98px;
    min-height: 34px;
    margin-top: 18px;
    padding: 0 15px;
    font-size: 12px;
  }

  .landing-intro-section {
    width: min(282px, calc(100% - 48px));
    margin-top: 92px;
  }

  .landing-intro-section p {
    font-size: 15px;
    line-height: 1.85;
    font-weight: 600;
  }

  .fintech-landing .landing-cta-row,
  .landing-auth-row,
  .landing-download-row {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .fintech-landing .primary-action,
  .fintech-landing .secondary-action,
  .fintech-landing .social-button,
  .fintech-landing .store-button {
    width: 100%;
    min-height: 54px;
  }

  .landing-visual {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .landing-live-feed,
  .landing-ai-note {
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(25, 31, 40, 0.08);
  }

  .landing-live-feed {
    padding: 12px;
  }

  .landing-feed-head {
    min-height: 34px;
    padding: 0 4px 4px;
  }

  .fintech-landing .landing-signal-row {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    min-height: 66px;
    border-radius: 17px;
    padding: 10px;
  }

  .fintech-landing .landing-signal-row .stock-logo {
    width: 38px;
    height: 38px;
  }

  .fintech-landing .landing-signal-row strong {
    font-size: 14px;
  }

  .fintech-landing .landing-signal-row p,
  .landing-feed-head strong {
    font-size: 12px;
  }

  .landing-ai-note {
    padding: 20px;
  }

  .landing-ai-note strong {
    font-size: 18px;
  }

  .landing-trust-strip {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    margin: 0 auto;
    border-radius: 24px;
  }

  .landing-trust-strip div {
    padding: 20px;
  }

  .landing-trust-strip strong {
    font-size: 25px;
  }

  .landing-section {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 104px;
  }

  .landing-problem-section,
  .landing-workflow-section,
  .landing-split-section,
  .landing-plan-section,
  .landing-final-download,
  .landing-footer {
    width: calc(100% - 36px);
    margin-top: 104px;
  }

  .landing-problem-section,
  .landing-split-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .landing-problem-copy h2 {
    font-size: 28px;
    line-height: 1.32;
  }

  .landing-problem-copy p,
  .landing-final-download p {
    font-size: 14px;
    line-height: 1.8;
  }

  .landing-problem-list article {
    min-height: 0;
    padding: 0 0 20px;
  }

  .landing-section-copy h2,
  .landing-final-cta h2 {
    font-size: 27px;
    line-height: 1.34;
  }

  .landing-section-copy p,
  .landing-final-cta p {
    font-size: 14px;
    line-height: 1.8;
  }

  .landing-feature-grid {
    grid-template-columns: 1fr;
  }

  .landing-workflow-grid,
  .landing-plan-grid {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .landing-centered-copy {
    text-align: left;
  }

  .landing-workflow-grid article,
  .landing-plan-card {
    padding: 20px;
  }

  .landing-workflow-grid strong {
    margin-top: 24px;
  }

  .landing-live-panel {
    order: 2;
    padding: 12px;
  }

  .landing-split-section .landing-section-copy {
    order: 1;
  }

  .landing-preview-row {
    min-height: 0;
    padding: 16px;
  }

  .landing-plan-card {
    min-height: 0;
  }

  .landing-final-download {
    justify-items: stretch;
    padding: 34px 20px;
    text-align: left;
  }

  .landing-final-download h2 {
    font-size: 27px;
    line-height: 1.34;
  }

  .landing-footer {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 34px;
  }

  .landing-footer a {
    width: fit-content;
  }

  .landing-feature-grid article {
    min-height: 0;
    border-radius: 8px;
    padding: 0;
  }

  .landing-final-cta {
    width: calc(100% - 36px);
    margin: 78px auto 42px;
    border-radius: 28px;
    padding: 34px 20px;
    text-align: left;
  }
}
