.pick-page { padding-top: 134px; padding-bottom: 44px; }
.pick-page [hidden] { display: none !important; }
.pick-hero { text-align: center; max-width: 900px; margin: 0 auto 38px; }
.pick-hero h1 { font-size: clamp(2.5rem, 6vw, 5.4rem); line-height: .98; margin: 18px auto 22px; }
.pick-hero > p { margin-bottom: 10px; }
.pick-eyebrow { color: var(--clay-hot); font-size: .8rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.pick-page h2 { font-size: 1.35rem; line-height: 1.3; letter-spacing: 0; }
.pick-page h3 { font-size: 1.15rem; line-height: 1.35; }
.pick-muted, .pick-disclaimer { color: #b2b2b2; font-size: .88rem; line-height: 1.6; }
.pick-panel { border: 1px solid var(--line); border-radius: 12px; padding: 26px; background: linear-gradient(145deg, #ffffff07, transparent), #101113; }
.pick-state { text-align: center; padding: 48px 24px; }
.pick-state p { color: #b2b2b2; margin-bottom: 0; }
.pick-demo { border: 1px dashed var(--clay-hot); padding: 20px; border-radius: 12px; background: #ff642610; margin-bottom: 22px; }
.pick-demo strong { color: #ff9466; font-size: .88rem; }
.pick-demo p { font-size: .88rem; margin: 8px 0 12px; }
.pick-demo nav { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.pick-demo a { font-size: .85rem; text-decoration: underline; padding-block: 6px; }
.pick-match-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; font-size: .82rem; color: #bbb; }
.pick-chip { color: #ff976d; border: 1px solid #ff64263d; background: #ff642610; padding: 6px 10px; border-radius: 6px; font-weight: 800; }
.pick-status { border: 1px solid var(--line); border-radius: 30px; padding: 5px 10px; }
.pick-page .pick-tournament { font-size: 1.1rem; margin-bottom: 4px; text-transform: none; }
#match-card { border-color: #ff642647; background: radial-gradient(ellipse at 50% 0, #ff642612, transparent 65%), #101113; }
.pick-versus { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; text-align: center; margin: 32px 0; }
.pick-versus h3 { font-size: clamp(1.25rem, 3vw, 2rem); margin-bottom: 8px; }
.pick-versus p { color: #b2b2b2; font-size: .85rem; margin-bottom: 6px; }
.pick-versus small { font-size: .76rem; }
.pick-vs { font-size: .8rem; color: #868686; font-weight: 800; }
.pick-page .pick-selected, .pick-page .pick-selected h3 { color: var(--clay-hot); }
.pick-selection { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 16px; padding-top: 20px; border-top: 1px solid var(--line); }
.pick-metric { min-width: 0; }
.pick-metric > span { display: block; font-size: .76rem; color: #b2b2b2; }
.pick-metric strong { display: block; margin-top: 5px; font-size: 1.35rem; line-height: 1.3; overflow-wrap: anywhere; }
.pick-metric small { color: #aaa; }
.pick-analysis-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr); gap: 20px; margin-top: 20px; }
.pick-aside { display: grid; align-content: start; gap: 20px; }
.pick-evaluation { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 16px; margin: 24px 0; }
.pick-comparison-head { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 26px; font-size: .88rem; }
.pick-comparison-head > :last-child { text-align: right; }
.pick-comparison-row { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.25fr) minmax(0,1fr); align-items: center; gap: 6px; padding: 17px 0; border-bottom: 1px solid #ffffff0d; }
.pick-comparison-row > span { font-size: .78rem; color: #b2b2b2; text-align: center; }
.pick-comparison-row > strong { font-size: .95rem; overflow-wrap: anywhere; }
.pick-comparison-row > strong:nth-child(3) { text-align: right; }
.pick-bars { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 7px; }
.pick-bar-track { background: #ffffff09; border-radius: 3px; height: 5px; overflow: hidden; }
.pick-bar-track:first-child { display: flex; justify-content: flex-end; }
.pick-bar-track i { display: block; height: 100%; background: #b0b0b0; border-radius: 3px; }
.pick-bar-track i.selected { background: var(--clay-hot); }
.pick-reasons { padding-left: 20px; margin-bottom: 0; }
.pick-reasons li { color: #ddd; padding: 8px 0 8px 4px; font-size: .92rem; }
.pick-reasons li::marker { color: var(--clay-hot); }
.pick-history { margin-top: 48px; }
.pick-section-heading { margin-bottom: 24px; }
.pick-history-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.pick-history-card { padding: 20px; display: flex; flex-direction: column; min-width: 0; }
.pick-history-card h3 { overflow-wrap: anywhere; }
.pick-history-card p { font-size: .88rem; color: #ccc; }
.pick-history-details { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; border-top: 1px solid var(--line); padding-top: 14px; margin-top: auto; }
.pick-history-details strong { font-size: 1.05rem; }
.pick-result { font-weight: 800; }
.pick-result.won { color: var(--green); }
.pick-result.lost { color: #ff9595; }
.pick-result.void { color: #bbb; }
.pick-cta { margin-top: 36px; text-align: center; padding-block: 34px; }
.pick-cta p { max-width: 660px; margin: 0 auto 24px; color: #b2b2b2; }
.pick-cta .hero-actions { margin-bottom: 0; }
.pick-disclaimer { text-align: center; max-width: 850px; margin: 28px auto 0; }
.pick-page a:focus-visible { outline: 2px solid var(--clay-hot); outline-offset: 4px; }
@media (max-width: 920px) {
  .pick-analysis-grid { grid-template-columns: 1fr; }
  .pick-history-grid { grid-template-columns: 1fr; }
  .pick-page { padding-top: 114px; }
}
@media (max-width: 620px) {
  .pick-hero { margin-bottom: 26px; }
  .pick-hero h1 { font-size: clamp(1.8rem, 8.5vw, 3.2rem); }
  .pick-panel { padding: 18px; }
  .pick-versus { gap: 10px; margin-block: 24px; }
  .pick-selection { grid-template-columns: 1fr 1fr; gap: 16px; }
  .pick-selection > :first-child { grid-column: 1 / -1; }
  .pick-comparison-row > strong { font-size: .85rem; }
  .pick-comparison-row > span { font-size: .72rem; }
  .pick-cta .button { white-space: normal; padding: 12px; }
}
