/* WXSSC platform front page v20260711 - large media front, not dashboard */
@media (min-width: 901px) {
  :root {
    --wxpf-w: 1300px;
    --wxpf-ink: #101828;
    --wxpf-muted: #667085;
    --wxpf-line: #d9e2ef;
    --wxpf-soft: #f4f7fb;
    --wxpf-blue: #245ee8;
    --wxpf-navy: #07111f;
    --wxpf-green: #078f63;
    --wxpf-orange: #f97316;
    --wxpf-shadow: 0 16px 38px rgba(15, 23, 42, .07);
  }

  body { background: #eef3f8 !important; }

  .wx63-page {
    width: var(--wxpf-w) !important;
    max-width: var(--wxpf-w) !important;
    margin: 16px auto 46px !important;
    display: block !important;
  }

  .wx6513d-ticker { display: none !important; }

  .wxpf-front-20260711 {
    width: 100%;
    margin: 0 0 18px;
    border: 1px solid var(--wxpf-line);
    border-radius: 6px;
    background: #fff;
    box-shadow: var(--wxpf-shadow);
    overflow: hidden;
  }

  .wxpf-daily-20260711 {
    height: 46px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 18px;
    border-bottom: 1px solid var(--wxpf-line);
    background: linear-gradient(90deg, #fff, #f8fbff);
  }

  .wxpf-daily-20260711 span {
    display: inline-flex;
    height: 24px;
    align-items: center;
    padding: 0 9px;
    border-radius: 3px;
    background: var(--wxpf-navy);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .8px;
  }

  .wxpf-daily-20260711 strong {
    font-size: 16px;
    font-weight: 900;
    color: var(--wxpf-ink);
  }

  .wxpf-daily-20260711 a {
    margin-left: auto;
    color: var(--wxpf-blue);
    text-decoration: none;
    font-weight: 900;
  }

  .wxpf-grid-20260711 {
    display: grid;
    grid-template-columns: 860px 1fr;
    gap: 0;
  }

  .wxpf-lead-20260711 {
    min-height: 470px;
    padding: 22px 22px 18px;
    border-right: 1px solid var(--wxpf-line);
  }

  .wxpf-eyebrow-20260711 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid #dbe7ff;
    background: #f3f7ff;
    color: var(--wxpf-blue);
    font-size: 13px;
    font-weight: 900;
  }

  .wxpf-eyebrow-20260711 i {
    width: 8px;
    height: 8px;
    border-radius: 99px;
    background: #19c37d;
    box-shadow: 0 0 0 5px rgba(25, 195, 125, .12);
  }

  .wxpf-title-row-20260711 {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin-top: 14px;
  }

  .wxpf-title-row-20260711 h1 {
    flex: 1;
    margin: 0;
    color: var(--wxpf-ink);
    font-size: 34px;
    line-height: 1.18;
    letter-spacing: -1.2px;
    font-weight: 950;
  }

  .wxpf-title-row-20260711 p {
    width: 265px;
    margin: 5px 0 0;
    color: var(--wxpf-muted);
    font-size: 14px;
    line-height: 1.7;
    font-weight: 750;
  }

  .wxpf-market-row-20260711 {
    display: grid;
    grid-template-columns: 275px 1fr;
    gap: 18px;
    margin-top: 20px;
  }

  .wxpf-index-card-20260711 {
    min-height: 210px;
    padding: 18px;
    border: 1px solid #dce6f4;
    border-radius: 4px;
    background: linear-gradient(180deg, #f9fbff, #fff);
  }

  .wxpf-index-card-20260711 small,
  .wxpf-tape-20260711 small {
    display: block;
    color: var(--wxpf-muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .wxpf-price-20260711 {
    margin-top: 8px;
    color: var(--wxpf-blue);
    font-size: 58px;
    line-height: .98;
    font-weight: 950;
    letter-spacing: -2.5px;
  }

  .wxpf-change-20260711 {
    margin-top: 8px;
    color: var(--wxpf-green);
    font-size: 20px;
    font-weight: 950;
  }

  .wxpf-index-card-20260711 small {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .wxpf-index-card-20260711 small em {
    display: inline-flex;
    height: 22px;
    align-items: center;
    padding: 0 8px;
    border-radius: 999px;
    background: #ecfdf3;
    color: #067647;
    font-style: normal;
    font-size: 11px;
    letter-spacing: 0;
  }

  .wxpf-change-20260711.up,
  .wxpf-tape-20260711 em.up { color: #e5484d; }

  .wxpf-change-20260711.down,
  .wxpf-tape-20260711 em.down { color: #079455; }

  .wxpf-change-20260711.flat,
  .wxpf-tape-20260711 em.flat { color: #667085; }

  .wxpf-stats-20260711 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px 14px;
    margin-top: 16px;
    color: #475467;
    font-size: 13px;
    font-weight: 800;
  }

  .wxpf-stats-20260711 b { color: var(--wxpf-ink); float: right; }

  .wxpf-chart-20260711 {
    position: relative;
    min-height: 210px;
    border: 1px solid #e6edf6;
    border-radius: 4px;
    background: repeating-linear-gradient(to bottom, #fff, #fff 41px, #f0f4f9 42px), repeating-linear-gradient(to right, transparent, transparent 106px, rgba(226,232,240,.8) 107px);
    overflow: hidden;
  }

  .wxpf-chart-20260711 svg { position: absolute; inset: 0; width: 100%; height: 100%; }

  .wxpf-chart-tabs-20260711 {
    position: absolute;
    top: 12px;
    right: 14px;
    display: flex;
    gap: 12px;
    color: var(--wxpf-muted);
    font-size: 13px;
    font-weight: 900;
  }

  .wxpf-chart-tabs-20260711 .on { color: var(--wxpf-blue); border-bottom: 2px solid var(--wxpf-blue); }

  .wxpf-chart-note-20260711 {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 12px;
    color: var(--wxpf-muted);
    font-size: 12px;
    font-weight: 800;
  }

  .wxpf-tape-20260711 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 16px;
  }

  .wxpf-tape-20260711 a {
    min-height: 84px;
    padding: 13px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    background: #fff;
    color: var(--wxpf-ink);
    text-decoration: none;
  }

  .wxpf-tape-20260711 b { display: block; margin-top: 8px; font-size: 20px; font-weight: 950; }
  .wxpf-tape-20260711 em { display: block; margin-top: 4px; color: var(--wxpf-muted); font-style: normal; font-size: 12px; font-weight: 800; }

  .wxpf-actions-20260711 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
  }

  .wxpf-actions-20260711 a {
    height: 38px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #dbe7ff;
    color: var(--wxpf-blue);
    background: #fff;
    text-decoration: none;
    font-weight: 900;
  }

  .wxpf-actions-20260711 a.primary { background: var(--wxpf-blue); color: #fff; border-color: var(--wxpf-blue); }

  .wxpf-side-20260711 { padding: 18px; }

  .wxpf-side-head-20260711 {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--wxpf-line);
  }

  .wxpf-side-head-20260711 h2 { margin: 0; font-size: 26px; line-height: 1; letter-spacing: -.6px; }
  .wxpf-side-head-20260711 span { margin-left: 10px; color: var(--wxpf-blue); font-size: 12px; font-weight: 900; }
  .wxpf-side-head-20260711 a { margin-left: auto; color: var(--wxpf-orange); font-weight: 900; text-decoration: none; }

  .wxpf-news-filters-20260711 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #edf1f5;
  }

  .wxpf-news-filters-20260711 button {
    appearance: none;
    height: 26px;
    padding: 0 9px;
    border: 1px solid #e3eaf3;
    border-radius: 3px;
    background: #fff;
    color: #475467;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
  }

  .wxpf-news-filters-20260711 button.on {
    border-color: #fed7aa;
    background: #fff7ed;
    color: var(--wxpf-orange);
  }

  .wxpf-news-20260711 { margin-top: 8px; }
  .wxpf-news-item-20260711 {
    display: grid;
    grid-template-columns: 46px 1fr 42px;
    gap: 10px;
    align-items: start;
    padding: 12px 0;
    border-bottom: 1px solid #edf1f5;
  }
  .wxpf-news-time-20260711 { color: #8a98aa; font-size: 14px; font-weight: 850; }
  .wxpf-news-tag-20260711 { display: inline-block; margin-right: 7px; padding: 3px 7px; border-radius: 3px; background: #eef4ff; color: var(--wxpf-blue); font-size: 12px; font-weight: 900; }
  .wxpf-news-title-20260711 { color: var(--wxpf-ink); font-size: 14px; line-height: 1.45; font-weight: 850; }
  .wxpf-news-mark-20260711 { height: 22px; line-height: 22px; text-align: center; border-radius: 3px; background: #fff3e8; color: var(--wxpf-orange); font-size: 12px; font-weight: 900; }

  .wxpf-side-card-20260711 {
    margin-top: 14px;
    padding: 14px;
    border: 1px solid #e3eaf3;
    border-radius: 4px;
    background: #fbfdff;
  }
  .wxpf-side-card-20260711 h3 { margin: 0 0 8px; font-size: 18px; }
  .wxpf-side-card-20260711 p { margin: 0; color: #344054; font-size: 13px; line-height: 1.65; font-weight: 750; }

  .wxpf-boss-actions-20260711 {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 6px;
  }

  .wxpf-boss-actions-20260711 li {
    position: relative;
    padding-left: 14px;
    color: #1f2937;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 850;
  }

  .wxpf-boss-actions-20260711 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .65em;
    width: 5px;
    height: 5px;
    border-radius: 99px;
    background: var(--wxpf-orange);
  }

  .wxpf-boss-watch-20260711 {
    display: grid;
    gap: 6px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e8eef6;
  }

  .wxpf-boss-watch-20260711 span {
    color: #64748b;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 800;
  }

  .wxpf-front-20260711 + #wxssc-home-market-deck-v6519 { display: none !important; }

  .wx-media-lead-20260711 { display: block !important; margin: 0 !important; }
  .wx-media-left-flow-20260711 { display: block !important; }
  .wx-media-right-flow-20260711 { display: none !important; }
  .wx63-main { display: block !important; width: 100% !important; margin: 0 !important; }
  .wx63-left { display: block !important; width: 100% !important; }
  .wx63-right { display: none !important; }

  #priceCenter {
    margin-top: 0 !important;
    border-radius: 6px !important;
    box-shadow: var(--wxpf-shadow) !important;
  }

  .wx-price-carousel-ads-v685i,
  .wx-home-ads-v685,
  .wxwf-intel-matrix-20260709,
  .wxwf-focus-strip-20260709 {
    margin-top: 18px !important;
  }
}

@media (min-width: 901px) {
  #wxssc-home-market-deck-v6519,
  .wx-media-left-flow-20260711 > #wxssc-home-market-deck-v6519 {
    display: none !important;
  }

  .wx-media-lead-20260711 {
    margin: 0 !important;
  }

  .wx-media-left-flow-20260711 #priceCenter,
  .wx63-left #priceCenter {
    margin-top: 0 !important;
  }
}

@media (min-width: 901px) {
  .wxpf-header-search-20260711 {
    width: 300px;
    height: 36px;
    margin-left: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border: 1px solid rgba(148, 163, 184, .34);
    border-radius: 6px;
    background: rgba(255,255,255,.035);
    color: #a9b7cc;
    font-size: 13px;
    font-weight: 750;
    white-space: nowrap;
  }
  .wxpf-header-search-20260711 b { margin-left: auto; color: #dce6f6; font-size: 15px; }
  .wxpf-header-search-20260711:hover { border-color: rgba(220,230,246,.55); background: rgba(255,255,255,.06); }

  .wxpf-front-20260711 {
    border-radius: 4px;
    box-shadow: 0 18px 44px rgba(15,23,42,.075);
  }
  .wxpf-lead-20260711 { min-height: 430px; padding-bottom: 20px; }
  .wxpf-title-row-20260711 h1 { font-size: 36px; letter-spacing: -1.5px; }
  .wxpf-title-row-20260711 p { font-size: 15px; color: #5b6678; }
  .wxpf-price-20260711 { font-size: 64px; }
  .wxpf-chart-20260711 {
    background:
      linear-gradient(180deg, rgba(36,94,232,.07), rgba(255,255,255,0) 48%),
      repeating-linear-gradient(to bottom, #fff, #fff 41px, #eef3f9 42px),
      repeating-linear-gradient(to right, transparent, transparent 106px, rgba(226,232,240,.85) 107px) !important;
  }
  .wxpf-chart-20260711::before {
    content: "";
    position: absolute;
    left: 24px;
    right: 22px;
    top: 70px;
    height: 82px;
    background: linear-gradient(180deg, rgba(36,94,232,.16), rgba(36,94,232,0));
    clip-path: polygon(0 74%, 12% 96%, 22% 40%, 32% 60%, 42% 18%, 54% 0, 64% 34%, 74% 24%, 84% 48%, 94% 22%, 100% 28%, 100% 100%, 0 100%);
    pointer-events: none;
  }
  .wxpf-chart-20260711::after {
    content: attr(data-last-price);
    position: absolute;
    right: 18px;
    top: 92px;
    color: var(--wxpf-blue);
    font-size: 12px;
    font-weight: 950;
  }

  .wxpf-spot-prices-20260712 {
    margin-top: 14px;
    padding: 12px;
    border: 1px solid #dbe7ff;
    border-radius: 4px;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
  }

  .wxpf-spot-head-20260712 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8eef7;
  }

  .wxpf-spot-head-20260712 span {
    color: var(--wxpf-ink);
    font-size: 16px;
    font-weight: 950;
  }

  .wxpf-spot-head-20260712 b {
    color: #667085;
    font-size: 12px;
    font-weight: 850;
  }

  .wxpf-spot-head-20260712 a {
    margin-left: auto;
    color: var(--wxpf-blue);
    text-decoration: none;
    font-size: 12px;
    font-weight: 950;
  }

  .wxpf-spot-list-20260712 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 10px;
  }

  .wxpf-spot-row-20260712 {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid #e4ebf5;
    border-radius: 4px;
    background: #fff;
    color: var(--wxpf-ink);
    text-decoration: none;
  }

  .wxpf-spot-row-20260712 span {
    min-width: 0;
    flex: 1;
  }

  .wxpf-spot-row-20260712 b {
    display: block;
    overflow: hidden;
    color: #111827;
    font-size: 13px;
    font-weight: 950;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .wxpf-spot-row-20260712 em {
    display: block;
    overflow: hidden;
    margin-top: 3px;
    color: #7b8797;
    font-style: normal;
    font-size: 11px;
    font-weight: 760;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .wxpf-spot-row-20260712 strong {
    color: #e5484d;
    font-size: 14px;
    font-weight: 950;
    white-space: nowrap;
  }

  .wxpf-spot-row-20260712 strong.locked {
    color: #245ee8;
    font-size: 12px;
  }
  .wxpf-brief-grid-20260711 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 16px;
  }
  .wxpf-brief-grid-20260711 a {
    min-height: 70px;
    padding: 11px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    background: #fbfdff;
    color: var(--wxpf-ink);
    text-decoration: none;
  }
  .wxpf-brief-grid-20260711 strong { display: block; font-size: 14px; font-weight: 950; }
  .wxpf-brief-grid-20260711 span { display: block; margin-top: 5px; color: var(--wxpf-muted); font-size: 12px; line-height: 1.45; font-weight: 760; }
  .wxpf-side-20260711 { background: linear-gradient(180deg,#fff,#fbfdff); }
  .wxpf-news-item-20260711 { grid-template-columns: 46px 1fr 38px; padding: 11px 0; }
  .wxpf-side-card-20260711 { background: #fff; }

  .wx-price-carousel-ads-v685i { display: none !important; }
  .wxpf-native-sponsors-20260711 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 16px;
  }
  .wxpf-native-sponsor-20260711 {
    min-height: 74px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 14px;
    border: 1px solid #dfe7f2;
    border-radius: 5px;
    background: linear-gradient(90deg,#fff,#f8fbff);
    color: var(--wxpf-ink);
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(15,23,42,.045);
  }
  .wxpf-native-sponsor-20260711 i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #eef4ff;
    color: var(--wxpf-blue);
    font-style: normal;
    font-weight: 950;
  }
  .wxpf-native-sponsor-20260711 strong { display:block; font-size: 15px; font-weight: 950; }
  .wxpf-native-sponsor-20260711 span { display:block; margin-top: 3px; color: var(--wxpf-muted); font-size: 12px; font-weight: 760; }
  .wxpf-native-sponsor-20260711 em { margin-left: auto; font-style: normal; color: var(--wxpf-blue); font-size: 12px; font-weight: 950; }

  .wx-home-ads-v685 { margin-top: 16px !important; }
  .wx-home-ad-v685 { min-height: 58px !important; box-shadow: 0 8px 18px rgba(15,23,42,.04) !important; }
  .wxwf-intel-matrix-20260709 { margin-top: 14px !important; }
  .wxwf-intel-card-20260709 { min-height: 104px !important; box-shadow: 0 8px 18px rgba(15,23,42,.04) !important; }
}
