.home_hero_board .home_card--preview {
  min-width: 0;
  height: 324px;
  padding: 16px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 12px 30px var(--color-shadow);
  container-type: inline-size;
}
@supports ((backdrop-filter: blur(18px)) or (-webkit-backdrop-filter: blur(18px))) {
  .home_hero_board .home_card--preview {
    background: color-mix(in srgb, var(--color-surface) 60%, transparent);
    -webkit-backdrop-filter: blur(28px) saturate(120%);
    backdrop-filter: blur(28px) saturate(120%);
  }
}
.showcase_symbols { display: none; }
.home_card--preview h3, .home_card--preview h4, .home_card--preview p { margin: 0; }
.showcase_head { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 24px; margin-bottom: 12px; }
.showcase_head h3 { min-width: 0; font-size: 15px; line-height: 1.25; font-weight: 700; letter-spacing: -.025em; }
.showcase_more { flex-shrink: 0; color: var(--color-text-muted); background: var(--color-surface-soft); border-radius: 20px; padding: 5px 7px; font-size: 9px; font-weight: 600; white-space: nowrap; }
.showcase_company_head { display: flex; align-items: center; gap: 12px; }
.showcase_logo { display: grid; place-items: center; flex: 0 0 48px; height: 48px; background: var(--color-primary-dark); color: #fff; border-radius: 14px; font-size: 20px; font-weight: 700; }
.showcase_identity { min-width: 0; }
.showcase_identity h3 { font-size: clamp(16px, 5.4cqw, 22px); line-height: 1.25; letter-spacing: -.025em; }
.showcase_identity p { display: flex; align-items: center; gap: 5px; margin-top: 6px; font-size: 11px; line-height: 1.45; color: var(--color-text-muted); }
.showcase_identity p img { width: 18px; height: 18px; flex-shrink: 0; }
.showcase_company_meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.showcase_company_meta span { background: var(--color-surface-soft); color: var(--color-text-muted); padding: 6px 8px; border-radius: 8px; font-size: 10px; line-height: 1.25; }
.home_card--preview .showcase_company_description { margin-top: 12px; font-size: 12px; line-height: 1.65; color: var(--color-text-muted); }
.showcase_stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: auto; padding-top: 12px; }
.showcase_stats > div { min-width: 0; padding: 10px 8px; border: 1px solid var(--color-border); border-radius: 12px; }
.showcase_stats strong { display: block; font-size: 21px; line-height: 1.2; }
.showcase_stats strong small { font-size: 16px; color: var(--color-accent); }
.showcase_stats span { display: block; margin-top: 4px; font-size: 9px; line-height: 1.35; color: var(--color-text-muted); }
.home_card--preview .showcase_contact { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; margin-top: 12px; border-radius: 11px; background: var(--color-primary-dark); color: #fff; font-size: 13px; font-weight: 700; }
.showcase_contact svg { width: 16px; height: 16px; }
.showcase_list { display: grid; grid-template-rows: repeat(3, minmax(0, 1fr)); flex: 1; gap: 8px; min-height: 0; }
.showcase_offer, .showcase_tender, .showcase_news { display: flex; align-items: center; gap: 8px; min-width: 0; padding: 9px; border: 1px solid var(--color-border); border-radius: 12px; }
.showcase_offer > div, .showcase_tender > div, .showcase_news > div { min-width: 0; }
.showcase_product_icon { display: grid; place-items: center; width: 28px; height: 34px; flex: 0 0 28px; border-radius: 9px; background: var(--color-accent-soft); color: var(--color-accent-dark); }
.showcase_product_icon svg { width: 21px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.15; stroke-linecap: round; stroke-linejoin: round; }
.home_card--preview h4 { font-size: 11px; line-height: 1.4; font-weight: 600; overflow-wrap: anywhere; }
.showcase_offer strong { display: block; margin-top: 4px; font-size: 15px; line-height: 1.15; white-space: nowrap; }
.showcase_offer strong small { font-size: 10px; font-weight: 500; }
.showcase_offer p, .showcase_tender p, .showcase_news p { margin-top: 4px; font-size: 9px; line-height: 1.4; color: var(--color-text-soft); }
.showcase_status { display: inline-block; margin-top: 5px; padding: 3px 5px; border-radius: 5px; font-size: 8px; line-height: 1; color: var(--color-text-muted); background: var(--color-surface-soft); }
.showcase_chart_category { color: var(--color-text-muted); font-size: 10px; }
.showcase_price { display: block; margin-top: 12px; font-size: clamp(24px, 12cqw, 32px); line-height: 1.15; letter-spacing: -.04em; white-space: nowrap; }
.showcase_price small { font-size: 15px; font-weight: 500; }
.home_card--preview .showcase_growth { margin-top: 7px; color: var(--color-primary-muted); font-size: 11px; font-weight: 600; }
.showcase_growth span { color: var(--color-text-soft); font-size: 10px; font-weight: 400; }
.showcase_chart { display: grid; grid-template-columns: 34px minmax(0, 1fr); grid-template-rows: 120px auto; column-gap: 6px; margin-top: auto; padding-top: 12px; }
.showcase_chart_axis { display: flex; flex-direction: column; justify-content: space-between; padding: 8px 0; font-size: 8px; color: var(--color-text-soft); }
.showcase_chart > svg { width: 100%; height: 120px; overflow: visible; color: var(--color-primary-muted); }
.showcase_chart_grid { fill: none; stroke: var(--color-border); stroke-width: .6; stroke-dasharray: 3 4; }
.showcase_chart_dates { display: flex; justify-content: space-between; grid-column: 2; padding-top: 6px; font-size: 8px; color: var(--color-text-soft); }
.home_card--preview .showcase_updated { margin-top: 12px; font-size: 8px; color: var(--color-text-soft); }
.showcase_news { padding: 8px; gap: 10px; }
.showcase_news > img { width: 56px; height: 56px; aspect-ratio: 1; object-fit: cover; object-position: 85% center; border-radius: 9px; flex: 0 0 56px; }
.showcase_news_topic { display: none; }
.showcase_news h4 { font-size: 11px; line-height: 1.4; }
@container (max-width: 180px) {
  .showcase_head { gap: 5px; }
  .showcase_head h3 { font-size: 12px; }
  .showcase_more { padding: 4px; font-size: 8px; }
  .showcase_offer, .showcase_tender, .showcase_news { padding: 7px; gap: 6px; }
  .showcase_offer .showcase_product_icon { display: none; }
  .showcase_offer h4 { font-size: 10px; line-height: 1.3; }
  .showcase_offer p { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .showcase_news { gap: 8px; }
  .showcase_news > img { width: 48px; height: 48px; flex-basis: 48px; }
  .showcase_news h4 { font-size: 10px; }
}
@container (max-width: 300px) {
  .home_card--preview .showcase_company_description { display: none; }
  .showcase_company_meta { margin-top: 12px; }
  .showcase_stats strong { font-size: 18px; }
  .showcase_stats span { font-size: 8px; }
}
@media (max-width: 1280px) {
  .home_hero_board .home_card--preview { margin-left: 0; margin-right: 0; }
}
