/* Brand page V2 clean adaptive 3. Standalone V2 stylesheet. */

.brand-v2-layout,
.brand-v2-content,
.brand-v2-sidebar,
.brand-v2-card,
.brand-v2-hero {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
}

.brand-v2-wrap {
  overflow-x: hidden;
}

.brand-v2-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

.brand-v2-content,
.brand-v2-stack,
.brand-v2-sidebar {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.brand-v2-card,
.brand-v2-hero {
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 22px;
  background: #fff;
  box-shadow: none;
}

.brand-v2-card { padding: 20px; }
.brand-v2-hero { padding: 20px; }

.brand-v2-card h2,
.brand-v2-card h3,
.brand-v2-hero h1 {
  color: #0f172a;
  font-weight: 700;
}

.brand-v2-card p,
.brand-v2-card dt,
.brand-v2-card em,
.brand-v2-subline,
.brand-v2-kicker {
  color: #64748b;
}

.brand-v2-mobile-rail { display: none; }

.brand-v2-hero-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.brand-v2-logo-wrap {
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
}

.brand-v2-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 8px;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  box-sizing: border-box;
}

.brand-v2-logo-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #1d4ed8;
  font-size: 30px;
  font-weight: 700;
  background: #eff6ff;
}

.brand-v2-titlebox { min-width: 0; }

.brand-v2-kicker,
.brand-v2-subline {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-size: 14px;
  line-height: 1.35;
}

.brand-v2-kicker strong { font-weight: 650; }

.brand-v2-hero h1 {
  margin: 5px 0;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.brand-v2-pricebox {
  min-width: 126px;
  padding: 14px 16px;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 20px;
  background: #fff;
  text-align: right;
}

.brand-v2-pricebox span {
  display: block;
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
}

.brand-v2-pricebox b {
  display: block;
  margin-top: 4px;
  color: #0f172a;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.02em;
}

.brand-v2-signal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.brand-v2-chip {
  min-width: 0;
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(15, 23, 42, .12);
  border-left: 5px solid #94a3b8;
  border-radius: 18px;
  background: #fff;
}

.brand-v2-chip em {
  color: #64748b;
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
}

.brand-v2-chip strong {
  min-width: 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-v2-chip.is-good,
.brand-v2-chip.reco-buy {
  border-color: rgba(22, 163, 74, .28);
  border-left-color: #16a34a;
}

.brand-v2-chip.is-good strong,
.brand-v2-chip.reco-buy strong { color: #15803d; }

.brand-v2-chip.is-bad,
.brand-v2-chip.reco-sell {
  border-color: rgba(220, 38, 38, .28);
  border-left-color: #dc2626;
}

.brand-v2-chip.is-bad strong,
.brand-v2-chip.reco-sell strong { color: #b91c1c; }

.brand-v2-chip.is-neutral,
.brand-v2-chip.reco-hold {
  border-color: rgba(100, 116, 139, .22);
  border-left-color: #94a3b8;
}

.brand-v2-chip.is-warn {
  border-color: rgba(245, 158, 11, .34);
  border-left-color: #f59e0b;
}

.brand-v2-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.brand-v2-site-btn { width: max-content; }

.brand-v2-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.brand-v2-section-head h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.brand-v2-status {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, .12);
  background: #fff;
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

.brand-v2-status.is-good {
  color: #15803d;
  border-color: rgba(22, 163, 74, .28);
}

.brand-v2-status.is-bad {
  color: #b91c1c;
  border-color: rgba(220, 38, 38, .28);
}

.brand-v2-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.brand-v2-mini-grid > div,
.brand-v2-fundamentals > div {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, .10);
  border-left: 5px solid #cbd5e1;
  border-radius: 18px;
  background: #fff;
}

.brand-v2-fundamentals > div.is-good { border-left-color: #16a34a; }
.brand-v2-fundamentals > div.is-bad { border-left-color: #dc2626; }
.brand-v2-fundamentals > div.is-neutral { border-left-color: #94a3b8; }

.brand-v2-mini-grid span,
.brand-v2-fundamentals dt {
  display: block;
  margin: 0 0 6px;
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.brand-v2-mini-grid b,
.brand-v2-fundamentals dd {
  margin: 0;
  display: block;
  color: #0f172a;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.brand-v2-mini-grid em {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-style: normal;
  font-size: 13px;
  line-height: 1.35;
}

.brand-v2-portfolio { border-left: 6px solid #3b82f6; }

.brand-v2-position {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 12px;
  padding: 10px;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 16px;
  background: #fff;
  color: #475569;
  line-height: 1.45;
  overflow: hidden;
}

.brand-v2-position-item {
  min-width: 0;
  display: grid;
  gap: 2px;
  padding: 8px 10px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 12px;
  background: #f8fafc;
}

.brand-v2-position-item em {
  color: #64748b;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand-v2-position-item b {
  min-width: 0;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-v2-pf-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.brand-v2-pf-form label {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: #334155;
  font-size: 13px;
  font-weight: 600;
}

.brand-v2-pf-form input {
  width: 100%;
  min-width: 0;
  height: 44px;
  box-sizing: border-box;
  border: 1px solid rgba(15, 23, 42, .14);
  border-radius: 14px;
  background: #fff;
  padding: 0 12px;
  outline: none;
  font-size: 16px;
}

.brand-v2-pf-form input:focus {
  border-color: rgba(37, 99, 235, .55);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
}

.brand-v2-pf-form .btn,
.brand-v2-pf-form .btn-primary {
  height: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-weight: 700;
}

.brand-v2-pf-form .btn-primary { color: #fff !important; }

#pf-add-msg {
  grid-column: 1 / -1;
  min-height: 18px;
}

.brand-v2-pf-actions {
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.brand-v2-chart-head { align-items: center; }

.brand-v2-periods {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.brand-v2-chart-card canvas {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 8px;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 18px;
  background: #fff;
}

.brand-v2-chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  margin: 10px 0 0;
  color: #64748b;
  font-size: 13px;
}

.brand-v2-chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.legend-shape,
.legend-color {
  display: inline-block;
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
}

.legend-square { border-radius: 3px; background: #2563eb; }
.legend-triangle {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #7c3aed;
}
.legend-circle { border-radius: 999px; background: #f59e0b; }
.legend-green { background: #16a34a; }
.legend-red { background: #ef4444; }
.legend-orange { background: #f59e0b; }
.legend-blue { background: #0ea5e9; }

.legend-trade {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.legend-trade-buy { background: #16a34a; }
.legend-trade-sell { background: #ef4444; }

.brand-v2-details { overflow: hidden; }

.brand-v2-details summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -.02em;
}

.brand-v2-details summary::-webkit-details-marker { display: none; }

.brand-v2-details summary b::before {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #0f172a;
}

.brand-v2-details[open] summary b::before { content: "–"; }

.brand-v2-details summary em {
  margin-left: auto;
  color: #64748b;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}

.brand-v2-desc {
  margin-top: 12px;
  line-height: 1.62;
}

.brand-v2-desc h3 {
  margin: 18px 0 8px;
  font-size: 18px;
  font-weight: 700;
}

.brand-v2-desc p { margin: 0 0 10px; }

.brand-v2-profile-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.brand-v2-profile-chips a { text-decoration: none; }

.brand-v2-fundamentals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
}

.brand-v2-signals .reco-table-wrap + .reco-table-wrap { margin-top: 18px; }

.reco-table-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 650;
  color: #0f172a;
}

.reco-table-scroll {
  overflow-x: auto;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 18px;
  background: #fff;
}

.brand-v2-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.brand-v2-table th,
.brand-v2-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  text-align: left;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.35;
}

.brand-v2-table th {
  color: #64748b;
  font-weight: 650;
  background: #f8fafc;
}

.brand-v2-table tr:last-child td { border-bottom: 0; }

.brand-v2-date {
  font-size: 13px;
  color: #475569;
  white-space: nowrap;
}

.reco-reason { color: #334155; }

.brand-v2-toggle { margin-top: 10px; }

.brand-v2-related-card h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.brand-v2-related {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.brand-v2-related .pill { text-decoration: none; }

.brand-v2-posts { margin-top: 12px; }

.brand-v2-pager {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 12px 0 0;
  flex-wrap: wrap;
}

.pl-up { color: #15803d; }
.pl-down { color: #b91c1c; }

@media (max-width: 1180px) {
  .brand-v2-wrap {
    overflow-x: hidden;
    padding-top: 0;
    padding-bottom: 18px;
  }

  .brand-v2-layout { display: block; }
  .brand-v2-sidebar { display: none; }
  .brand-v2-content { width: 100%; }

  .brand-v2-mobile-rail {
    display: none !important;
  }

  .brand-v2-mobile-rail button {
    display: none !important;
  }

  .brand-v2-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .brand-v2-portfolio { order: 1; }
  .brand-v2-chart-card { order: 2; }
  .brand-v2-forecast { order: 3; }
  .brand-v2-details { order: 4; }
  .brand-v2-related-card { order: 7; }
  .brand-v2-signals { order: 8; }
  .brand-v2-news { order: 9; }

  .brand-v2-card,
  .brand-v2-hero {
    padding: 12px;
    border-radius: 16px;
  }

  .brand-v2-hero { margin-bottom: 10px; }

  .brand-v2-hero-main {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
  }

  .brand-v2-logo-wrap {
    width: 48px;
    height: 48px;
    border-radius: 13px;
  }

  .brand-v2-logo { padding: 5px; }

  .brand-v2-kicker,
  .brand-v2-subline {
    gap: 4px 8px;
    font-size: 12px;
    line-height: 1.25;
  }

  .brand-v2-subline {
    flex-wrap: wrap;
    overflow: visible;
    padding-bottom: 0;
  }

  .brand-v2-subline span { flex: 0 1 auto; }

  .brand-v2-hero h1 {
    margin: 3px 0;
    font-size: 26px;
    line-height: 1.04;
    letter-spacing: -.025em;
    overflow-wrap: anywhere;
  }

  .brand-v2-pricebox {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    padding: 8px 10px;
    border-radius: 13px;
    text-align: left;
  }

  .brand-v2-pricebox b {
    margin: 0;
    font-size: 21px;
  }

  .brand-v2-signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 9px;
  }

  .brand-v2-chip {
    min-height: 0;
    padding: 8px 10px;
    border-left-width: 4px;
    border-radius: 13px;
  }

  .brand-v2-chip em { font-size: 12px; }
  .brand-v2-chip strong { font-size: 17px; }

  .brand-v2-actions { margin-top: 9px; }

  .brand-v2-site-btn {
    min-height: 36px;
    padding: 0 13px;
    font-size: 14px;
  }

  .brand-v2-section-head {
    display: block;
    margin-bottom: 8px;
  }

  .brand-v2-section-head h2,
  .brand-v2-related-card h2,
  .brand-v2-details summary {
    font-size: 19px;
    line-height: 1.12;
    letter-spacing: -.015em;
  }

  .brand-v2-status {
    min-height: 28px;
    margin-top: 8px;
    padding: 0 10px;
    font-size: 12px;
  }

  .brand-v2-mini-grid {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .brand-v2-mini-grid > div {
    padding: 10px 12px;
    border-radius: 14px;
  }

  .brand-v2-mini-grid b {
    font-size: 20px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .brand-v2-portfolio { border-left-width: 5px; }

  .brand-v2-position {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 8px;
    margin-bottom: 9px;
    border-radius: 14px;
  }

  .brand-v2-position-item {
    padding: 7px 8px;
    border-radius: 11px;
  }

  .brand-v2-position-item em { font-size: 11px; }
  .brand-v2-position-item b { font-size: 13px; }

  .brand-v2-pf-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .brand-v2-pf-form label {
    font-size: 12px;
    gap: 5px;
  }

  .brand-v2-pf-form input {
    height: 40px;
    border-radius: 12px;
  }

  .brand-v2-pf-form button[type="submit"] {
    grid-column: 1 / -1;
    width: 100%;
    height: 42px;
    min-height: 42px;
    border-radius: 13px;
    font-size: 15px;
  }

  #pf-add-msg { min-height: 14px; }

  .brand-v2-pf-actions { margin-top: 9px; }

  .brand-v2-pf-actions .btn {
    width: 100%;
    min-height: 38px;
    font-size: 14px;
  }

  .brand-v2-chart-head {
    display: grid;
    gap: 8px;
  }

  .brand-v2-chart-head #priceChartNote {
    margin: 2px 0 0;
    font-size: 12px;
    line-height: 1.25;
  }

  .brand-v2-periods {
    margin-top: 0;
    gap: 6px;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .brand-v2-periods .btn {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 12px;
    font-size: 14px;
  }

  .brand-v2-chart-card canvas {
    width: 100% !important;
    max-width: 100%;
    height: 220px !important;
    margin-top: 6px;
    border-radius: 14px;
    touch-action: pan-y;
  }

  .brand-v2-chart-legend {
    flex-wrap: wrap;
    overflow: visible;
    gap: 6px 10px;
    max-width: 100%;
    margin-top: 8px;
    padding-bottom: 0;
    font-size: 12px;
  }

  .brand-v2-chart-legend span { flex: 0 1 auto; }

  .brand-v2-desc {
    margin-top: 9px;
    line-height: 1.5;
    font-size: 15px;
  }

  .brand-v2-desc h3 {
    margin: 12px 0 6px;
    font-size: 16px;
  }

  .brand-v2-profile-chips {
    gap: 6px;
    margin-top: 10px;
  }

  .brand-v2-fundamentals {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 10px;
  }

  .brand-v2-fundamentals > div {
    padding: 10px 12px;
    border-radius: 14px;
  }

  .brand-v2-fundamentals dt { font-size: 12px; }
  .brand-v2-fundamentals dd { font-size: 20px; }

  .brand-v2-signals .brand-v2-section-head h2 {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .reco-table-wrap { margin-top: 8px; }

  .reco-table-title {
    margin: 0 0 8px;
    font-size: 17px;
  }

  .reco-table-scroll {
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
  }

  .brand-v2-table {
    min-width: 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
  }

  .brand-v2-table thead { display: none; }

  .brand-v2-table tbody,
  .brand-v2-table tr,
  .brand-v2-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .brand-v2-signals {
    padding: 0;
    border: 0;
    background: transparent;
  }

  .brand-v2-signals > .brand-v2-section-head {
    display: none;
  }

  .brand-v2-signals .reco-table-wrap {
    padding: 12px;
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 16px;
    background: #fff;
  }

  .brand-v2-signals .reco-table-wrap + .reco-table-wrap {
    margin-top: 16px;
  }

  .brand-v2-signals .brand-v2-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 38px;
    margin-top: 10px;
    border-radius: 12px;
  }

  .brand-v2-signals .brand-v2-table tbody tr:nth-child(n+4) {
    display: none;
  }

  .brand-v2-table tr {
    display: grid;
    gap: 2px 10px;
    padding: 9px 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    background: transparent;
  }

  .brand-v2-table tr:last-child {
    border-bottom: 0;
  }

  .brand-v2-table td {
    min-width: 0;
    padding: 0;
    border: 0;
    color: #334155;
    font-size: 13px;
    line-height: 1.25;
    overflow: hidden;
  }

  .brand-v2-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 1px;
    color: #64748b;
    font-size: 10px;
    font-weight: 650;
    line-height: 1.15;
  }

  .brand-v2-signals .reco-chip {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    width: auto;
    max-width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: inherit;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.25;
    white-space: normal;
  }

  .brand-v2-signals .reco-chip > * {
    display: inline;
  }

  .brand-v2-signals .reco-chip.reco-buy,
  .brand-v2-signals .reco-chip.is-good {
    color: #15803d;
  }

  .brand-v2-signals .reco-chip.reco-sell,
  .brand-v2-signals .reco-chip.is-bad {
    color: #b91c1c;
  }

  .brand-v2-signals .reco-chip.reco-hold,
  .brand-v2-signals .reco-chip.is-neutral {
    color: #334155;
  }

  .brand-v2-table-ai tr {
    grid-template-columns: 96px minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
  }

  .brand-v2-table-ai td:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .brand-v2-table-ai td:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .brand-v2-table-ai td:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }

  .brand-v2-table-ai td:nth-child(4) {
    display: none;
  }

  .brand-v2-table-ai td::before {
    display: none;
  }

  .brand-v2-table-ai td:nth-child(2)::after {
    content: " →";
    color: #94a3b8;
    font-weight: 600;
  }

  .brand-v2-table-analyst tr {
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: start;
  }

  .brand-v2-table-analyst td:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .brand-v2-table-analyst td:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    color: #0f172a;
    font-size: 14px;
  }

  .brand-v2-table-analyst td:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }

  .brand-v2-table-analyst td:nth-child(4),
  .brand-v2-table-analyst td:nth-child(5) {
    grid-column: 2;
    color: #64748b;
    font-size: 12px;
    line-height: 1.25;
  }

  .brand-v2-table-analyst td:nth-child(4)::before {
    content: "Target: ";
    display: inline;
    margin: 0;
  }

  .brand-v2-table-analyst td:nth-child(5)::before {
    content: "Price then: ";
    display: inline;
    margin: 0;
  }

  .brand-v2-table-analyst td:nth-child(1)::before,
  .brand-v2-table-analyst td:nth-child(2)::before,
  .brand-v2-table-analyst td:nth-child(3)::before {
    display: none;
  }

  .brand-v2-table .reco-chip {
    max-width: 100%;
    width: max-content;
  }

  .brand-v2-toggle {
    width: 100%;
    min-height: 38px;
    margin-top: 8px;
  }

  .brand-v2-related { gap: 6px; }
  .brand-v2-related .pill { max-width: 100%; }

  .brand-v2-news[open] .brand-v2-posts { gap: 8px; }
}

@media (max-width: 430px) {
  .brand-v2-wrap {
    padding-left: 8px;
    padding-right: 8px;
  }

  .brand-v2-mobile-rail {
    display: none !important;
  }

  .brand-v2-hero h1 { font-size: 24px; }

  .brand-v2-signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-v2-position {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-v2-pf-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-v2-chip strong,
  .brand-v2-mini-grid b {
    font-size: 16px;
  }
}

/* Brand V2 signals mobile list 2 marker */

/* Brand V2 signals mobile polish 3 START */
@media (max-width: 1180px) {
  .brand-v2-signals {
    display: grid;
    gap: 16px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .brand-v2-signals > .brand-v2-section-head {
    display: none !important;
  }

  .brand-v2-signals .reco-table-wrap {
    padding: 16px;
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 18px;
    background: #fff;
  }

  .brand-v2-signals .reco-table-wrap + .reco-table-wrap {
    margin-top: 0;
  }

  .brand-v2-signals .reco-table-title {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -.02em;
  }

  .brand-v2-signals .reco-table-scroll {
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }

  .brand-v2-signals .brand-v2-table {
    width: 100%;
    min-width: 0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .brand-v2-signals .brand-v2-table thead {
    display: none;
  }

  .brand-v2-signals .brand-v2-table tbody,
  .brand-v2-signals .brand-v2-table tr,
  .brand-v2-signals .brand-v2-table td {
    box-sizing: border-box;
  }

  .brand-v2-signals .brand-v2-table tbody tr:nth-child(n+4) {
    display: none !important;
  }

  .brand-v2-signals .brand-v2-table tr {
    display: grid;
    width: 100%;
    padding: 11px 0;
    border: 0;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    border-radius: 0;
    background: transparent;
  }

  .brand-v2-signals .brand-v2-table tr:last-child {
    border-bottom: 0;
  }

  .brand-v2-signals .brand-v2-table td {
    min-width: 0;
    padding: 0;
    border: 0;
    color: #334155;
    font-size: 14px;
    line-height: 1.3;
    overflow: hidden;
  }

  .brand-v2-signals .brand-v2-table td::before {
    display: none !important;
  }

  .brand-v2-signals .reco-chip {
    display: inline-flex !important;
    align-items: baseline;
    gap: 4px;
    width: auto !important;
    max-width: 100%;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    white-space: normal;
  }

  .brand-v2-signals .reco-chip.reco-buy,
  .brand-v2-signals .reco-chip.is-good {
    color: #15803d;
  }

  .brand-v2-signals .reco-chip.reco-sell,
  .brand-v2-signals .reco-chip.is-bad {
    color: #b91c1c;
  }

  .brand-v2-signals .reco-chip.reco-hold,
  .brand-v2-signals .reco-chip.is-neutral {
    color: #475569;
  }

  .brand-v2-table-ai tr {
    grid-template-columns: 94px minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 4px;
    align-items: center;
  }

  .brand-v2-table-ai td:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 2;
    color: #334155;
    font-size: 14px;
    font-weight: 500;
  }

  .brand-v2-table-ai td:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    color: #64748b;
  }

  .brand-v2-table-ai td:nth-child(2)::after {
    content: " →";
    color: #94a3b8;
    font-weight: 700;
  }

  .brand-v2-table-ai td:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }

  .brand-v2-table-ai td:nth-child(4) {
    display: none !important;
  }

  .brand-v2-table-analyst tr {
    grid-template-columns: 94px minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 3px;
    align-items: start;
  }

  .brand-v2-table-analyst td:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 4;
    color: #334155;
    font-size: 14px;
    font-weight: 500;
  }

  .brand-v2-table-analyst td:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    color: #0f172a;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
  }

  .brand-v2-table-analyst td:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }

  .brand-v2-table-analyst td:nth-child(4) {
    grid-column: 2;
    grid-row: 3;
    color: #64748b;
    font-size: 12px;
    line-height: 1.25;
  }

  .brand-v2-table-analyst td:nth-child(5) {
    grid-column: 2;
    grid-row: 4;
    color: #64748b;
    font-size: 12px;
    line-height: 1.25;
  }

  .brand-v2-table-analyst td:nth-child(4)::before {
    content: "Target: ";
    display: inline !important;
    color: #64748b;
    font-weight: 700;
  }

  .brand-v2-table-analyst td:nth-child(5)::before {
    content: "Price then: ";
    display: inline !important;
    color: #64748b;
    font-weight: 700;
  }

  .brand-v2-signals .brand-v2-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    margin-top: 12px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
  }
}
/* Brand V2 signals mobile polish 3 END */

/* Brand V2 signals mobile polish 3 marker */
