/* Public workspaces share the shell tokens; composition is specific to each task. */
.product-v2 .ui-icon { display: inline-block; flex: 0 0 auto; width: 22px; height: 22px; background: currentColor; mask: var(--ui-icon) center / contain no-repeat; -webkit-mask: var(--ui-icon) center / contain no-repeat; }
.icon-swords { --ui-icon: url('/assets/ui/swords.svg'); }
.icon-route { --ui-icon: url('/assets/ui/route.svg'); }
.icon-users { --ui-icon: url('/assets/ui/users.svg'); }
.icon-shield { --ui-icon: url('/assets/ui/shield.svg'); }
.icon-chart { --ui-icon: url('/assets/ui/chart-column.svg'); }
.icon-backpack { --ui-icon: url('/assets/ui/backpack.svg'); }
.icon-sparkles { --ui-icon: url('/assets/ui/sparkles.svg'); }
.icon-chevron-down { --ui-icon: url('/assets/ui/chevron-down.svg'); }
.icon-arrow-up { --ui-icon: url('/assets/ui/arrow-up.svg'); }
.icon-plus { --ui-icon: url('/assets/ui/plus.svg'); }
.icon-eye { --ui-icon: url('/assets/ui/eye.svg'); }
.icon-arrow-left { --ui-icon: url('/assets/ui/arrow-left.svg'); }
.icon-arrow-right { --ui-icon: url('/assets/ui/arrow-right.svg'); }
.icon-coins { --ui-icon: url('/assets/ui/coins.svg'); }
.icon-gauge { --ui-icon: url('/assets/ui/gauge.svg'); }
.icon-crosshair { --ui-icon: url('/assets/ui/crosshair.svg'); }
.product-v2 .coaching-visual { background-image: url('/assets/coaching-analysis-map.jpg'); background-position: center 50%; }
.product-v2 .coaching-hero::after { background: linear-gradient(0deg,var(--pp-bg) 0%,#141819a3 22%,#14181959 62%,#14181945 100%); }
.product-v2 .product-main { padding-bottom: 32px; }
.product-v2 :is(.learning-suite,.ward-intel-section,.item-trend-section,.tournament-watch) { scroll-margin-top: 24px; }
.product-v2 :is(.section-bar,.learning-suite-intro,.ward-intel-head,.item-trend-head) h2 { font-size: 30px; line-height: 1.35; font-weight: 500; }
.product-v2 .eyebrow { color: var(--pp-muted); font-weight: 500; margin-bottom: 8px; }
.product-v2 .product-footer { position: relative; width: 100%; margin: 48px 0 0; padding: 56px 0 24px; border-top: 1px solid var(--pp-line); border-radius: 0; background: #050506; font-size: 14px; color: var(--pp-muted); }
.product-v2 .product-footer::before { content: ""; position: absolute; top: -1px; left: 15%; width: 70%; height: 1px; background: linear-gradient(90deg,transparent,#babfc2,transparent); }
.product-v2 .footer-inner { width: min(calc(100% - 96px),1344px); margin: auto; display: grid; grid-template-columns: minmax(240px,1fr) minmax(0,1.45fr); gap: 44px 64px; }
.product-v2 .footer-identity p { margin: 18px 0 8px; font-size: 16px; }
.product-v2 .footer-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.product-v2 .footer-group { display: flex; flex-direction: column; align-items: flex-start; }
.product-v2 .footer-group h2 { margin: 0 0 12px; color: var(--pp-text); font: 500 18px/1.5 Outfit,sans-serif; }
.product-v2 .footer-group a { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 0; color: var(--pp-muted); text-decoration: none; font-size: 15px; transition: color .2s,transform .2s; }
.product-v2 .footer-group a:hover { color: #fff; transform: translateX(3px); }
.product-v2 .footer-bottom { grid-column: 1 / -1; display: flex; align-items: center; gap: 24px; padding-top: 24px; border-top: 1px solid var(--pp-line); }
.product-v2 .footer-bottom small { max-width: 620px; }
.product-v2 .footer-brand { display: flex; gap: 10px; align-items: center; font: 550 22px/1.2 Outfit,sans-serif; color: var(--pp-text); text-decoration: none; }
.product-v2 .footer-brand img { object-fit: contain; }
.product-v2 .back-to-top { display: grid; place-items: center; margin-left: auto; width: 44px; height: 44px; border-radius: 5px; border: 1px solid var(--pp-line); color: var(--pp-text); }
.product-v2 .back-to-top:hover { background: var(--pp-panel-strong); }

/* A restrained reflected edge makes commands tactile without coloring whole panels. */
.product-v2 :is(.material-button,.home-match-entry button,.pro-coaching-cta,.counter-action-bar button,.match-id-entry button,.item-form-actions button,#counter-submit,.analysis-session-open) { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 12px 22px; border: 1px solid var(--ui-action-edge); border-radius: 8px; background: var(--ui-action-fill); color: var(--ui-action-text) !important; box-shadow: inset 0 1px #ffd9b630,inset 0 -1px #08090a,0 4px 12px #0003; font: 600 16px/1.4 Manrope,sans-serif; text-decoration: none; transition: border-color .2s,box-shadow .2s,transform .2s; }
.product-v2 :is(.material-button,.home-match-entry button,.pro-coaching-cta,.counter-action-bar button,.match-id-entry button,.item-form-actions button,#counter-submit,.analysis-session-open):hover:not(:disabled) { background: var(--ui-action-fill); border-color: var(--ui-accent); box-shadow: inset 0 1px #ffffff30,inset 0 -1px #08090a,0 5px 18px #0005; }
.product-v2 :is(.material-button,.home-match-entry button,.pro-coaching-cta,.counter-action-bar button,.match-id-entry button,.item-form-actions button,#counter-submit):active:not(:disabled) { transform: translateY(1px); }
.product-v2 .home-match-entry button img { filter: invert(1); }
.product-v2 .secondary-button { --ui-action-fill: linear-gradient(#333b40,#22272b); --ui-action-edge: #66747d; --ui-action-text: #ebf0f3; box-shadow: inset 0 1px #ffffff20,0 3px 8px #0003; }

/* Learning: a stable topic rail and a single readable work area. */
.product-v2 .learning-suite { padding: 28px 0 40px; }
.product-v2 .learning-suite-intro { padding: 0 0 28px 234px; align-items: baseline; }
.product-v2 .learning-suite-intro h2 { font-size: 32px; }
.product-v2 .learning-workbench { display: grid; grid-template-columns: 202px minmax(0,1fr); column-gap: 32px; align-items: start; }
.product-v2 .learning-workbench .learning-topic-tabs { grid-column: 1; grid-row: 1; display: flex; flex-direction: column; gap: 8px; padding: 0; border: 0; border-radius: 0; background: transparent; }
.product-v2 .learning-workbench .learning-topic-tabs button { min-height: 60px; display: flex; align-items: center; justify-content: flex-start; gap: 14px; padding: 16px; border: 0; border-radius: 8px; font-size: 16px; font-weight: 500; text-align: left; }
.product-v2 .learning-workbench .learning-topic-tabs button[aria-selected='true'] { background: var(--ui-selection); color: var(--ui-selection-text); }
.product-v2 .learning-workbench .learning-topic-tabs .tab-highlight { background: var(--ui-selection); border: 0; border-radius: 8px; box-shadow: inset 2px 0 var(--pp-blue),inset 0 1px #bdd8ed20,0 4px 12px #0003; }
.product-v2 .learning-workbench .learning-topic-tabs .ui-icon { color: var(--pp-faint); transition: color .2s,transform .2s; }
.product-v2 .learning-workbench .learning-topic-tabs button[aria-selected='true'] .ui-icon { color: var(--pp-blue); }
.product-v2 .learning-workbench .learning-topic-tabs button:hover .ui-icon { transform: translateY(-2px); }
.product-v2 .learning-workbench .learning-topic-tabs.has-highlight button[aria-selected='true'] { background: transparent; }
.product-v2 .learning-workbench .learning-topic-panel { grid-column: 2; min-height: 340px; padding: 0; }
.product-v2 .learning-workbench .learning-band { padding: 28px 0; border: 0; }
.product-v2 .learning-workbench .learning-band:first-child { padding-top: 0; }
.product-v2 .learning-workbench #role-learning .learning-band-head { display: none; }
.product-v2 .learning-workbench .learning-band-head { padding-bottom: 18px; }
.product-v2 .learning-workbench .learning-role-tabs { gap: 8px; border: 0; margin-bottom: 24px; }
.product-v2 .learning-workbench .learning-role-tabs button { display: inline-flex; gap: 10px; min-height: 48px; padding: 12px 16px; border: 1px solid transparent; border-radius: 8px; color: var(--pp-muted); background: transparent; font-weight: 500; }
.product-v2 .learning-workbench .learning-role-tabs button.active { color: var(--ui-selection-text); background: var(--ui-selection); border-color: var(--ui-selection-edge); box-shadow: inset 0 1px #bdd8ed16; }
.product-v2 .learning-workbench .learning-role-tabs .ui-icon { width: 20px; height: 20px; }
.product-v2 .learning-workbench .role-learning-body { grid-template-columns: minmax(0,1fr); gap: 20px; }
.product-v2 .learning-workbench .benchmark-metrics { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; padding: 12px 0 24px; }
.product-v2 .learning-workbench .benchmark-metric { --metric-tone: var(--ui-teal); min-height: 112px; padding: 12px 24px; border: 0; border-right: 1px solid var(--pp-line); background: none; box-shadow: none; border-radius: 0; }
.product-v2 .learning-workbench .metric-gold { --metric-tone: var(--pp-gold); }
.product-v2 .learning-workbench .metric-pace { --metric-tone: var(--pp-blue); }
.product-v2 .learning-workbench .metric-experience { --metric-tone: var(--ui-lilac); }
.product-v2 .learning-workbench .benchmark-metric small { display: flex; align-items: center; gap: 10px; min-height: 36px; }
.product-v2 .learning-workbench .benchmark-metric .ui-icon { width: 20px; height: 20px; color: var(--metric-tone); }
.product-v2 .learning-workbench .benchmark-metric strong { color: var(--metric-tone); font-variant-numeric: tabular-nums; }
.product-v2 .learning-workbench .benchmark-metric:first-child { padding-left: 0; }
.product-v2 .learning-workbench .benchmark-metric:last-child { border: 0; }
.product-v2 .learning-workbench .benchmark-metric strong { font: 500 40px/1.2 Outfit,sans-serif; }
.product-v2 .learning-workbench .role-learning-focus { position: relative; padding: 24px 0 24px 48px; background: none; border-block: 1px solid var(--pp-line); border-inline: 0; border-radius: 0; box-shadow: none; display: grid; gap: 8px; }
.product-v2 .learning-workbench .role-learning-focus::before { content: ''; position: absolute; top: 28px; left: 0; width: 24px; height: 24px; background: var(--pp-gold); mask: url('/assets/ui/sparkles.svg') center/contain no-repeat; }
.product-v2 .learning-workbench .role-learning-focus > span { display: none; }
.product-v2 .learning-workbench .role-learning-focus strong { color: #ecc4b4; font-size: 18px; font-weight: 500; }
.product-v2 .learning-workbench .role-learning-focus p { margin: 0; }
.product-v2 .learning-workbench .laning-target-grid { display: flex; flex-direction: column; gap: 0; }
.product-v2 .learning-workbench .laning-target { display: grid; grid-template-columns: 160px minmax(0,1fr); gap: 24px; align-items: center; padding: 12px 16px; background: none; border: 0; border-bottom: 1px solid #ffffff09; border-radius: 0; box-shadow: none; transition: background .2s; }
.product-v2 .learning-workbench .laning-target.is-current { background: #73daca07; box-shadow: inset 2px 0 var(--ui-teal); border-radius: 4px; }
.product-v2 .learning-workbench .laning-target:first-child { padding-left: 16px; }
.product-v2 .learning-workbench .laning-target h3 { display: flex; align-items: center; gap: 12px; margin: 0; min-height: 44px; color: var(--pp-text); font: 500 17px/1.4 Outfit,sans-serif; }
.product-v2 .learning-workbench .laning-target h3 .ui-icon { flex: 0 0 20px; width: 20px; height: 22px; color: var(--pp-blue); }
.product-v2 .learning-workbench .laning-target dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px 32px; margin: 0; }
.product-v2 .learning-workbench .laning-target dt { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; font-size: 14px; }
.product-v2 .lane-comparison-head { display: grid; grid-template-columns: 160px repeat(2,minmax(0,1fr)); gap: 24px; padding: 0 16px 16px; font-size: 14px; color: var(--pp-muted); }
.product-v2 .learning-workbench .laning-target dd { grid-row: 2; display: flex; flex-direction: row-reverse; align-items: center; gap: 16px; text-align: right; font: 500 20px/1.5 Outfit,sans-serif; margin: 0; color: var(--ui-teal); }
.product-v2 .learning-workbench .laning-target dd:last-child { color: var(--pp-gold); }
.product-v2 .lane-comparison-track { display: block; flex: 1; height: 6px; margin: 0; background: #272a2e; border-radius: 2px; overflow: hidden; }
.product-v2 .lane-comparison-track i { display: block; height: 100%; background: var(--ui-teal); border-radius: inherit; transform-origin: left center; }
.product-v2 .lane-comparison-track.worth i { background: var(--pp-gold); }
.product-v2 .learning-workbench .laning-target dt { color: var(--pp-muted); }
.product-v2 .learning-workbench .mistake-list { grid-template-columns: minmax(0,1fr); gap: 12px; }
.product-v2 .learning-workbench .mistake-row { grid-template-columns: minmax(0,1fr) 100px; padding: 24px; gap: 12px 24px; border: 0; border-radius: 8px; background: var(--ui-surface); }
.product-v2 .learning-workbench :is(.mistake-copy,.mistake-action) { grid-column: 1; }
.product-v2 .learning-workbench .mistake-copy strong { font: 500 20px/1.3 Outfit,sans-serif; }
.product-v2 .learning-workbench .mistake-rate { grid-column: 2; grid-row: 1 / 3; display: flex; flex-direction: column; justify-content: center; gap: 6px; align-items: flex-end; }
.product-v2 .learning-workbench .mistake-rate b { color: #f1b4a4; font: 500 28px/1.2 Outfit,sans-serif; }
.product-v2 .learning-workbench .objective-layout { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 32px; }
.product-v2 .learning-workbench .objective-score { background: #1c292c; border: 0; border-radius: 8px; padding: 24px; align-items: flex-start; }
.product-v2 .learning-workbench .objective-score > strong { font: 550 48px/1.1 Outfit,sans-serif; color: #a5cbfc; }
.product-v2 .learning-workbench .objective-row { padding: 12px 0; }
.product-v2 .learning-workbench .daily-drill { border: 0; border-radius: 8px; background: #222d35; padding: 24px; }
.product-v2 .learning-workbench .daily-drill-index { display: none; }
.product-v2 .learning-workbench .daily-drill { grid-template-columns: 1fr; }
.product-v2 .learning-workbench .matchup-lesson-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.product-v2 .learning-workbench .matchup-lesson { padding: 24px; }
.product-v2 .learning-workbench .matchup-pair { grid-template-columns: minmax(0,1fr) 28px minmax(0,1fr); }
.product-v2 .learning-workbench .matchup-pair > b { display: block; }
.product-v2 .learning-workbench .matchup-hero img { width: 72px; height: 58px; }
.product-v2 .learning-workbench .matchup-hero { grid-template-columns: minmax(0,1fr); justify-items: center; gap: 12px; text-align: center; }
.product-v2 .learning-workbench .matchup-hero strong { overflow: visible; overflow-wrap: normal; word-break: normal; font-size: 16px; line-height: 1.45; }
.product-v2 .learning-workbench .death-review-layout { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
.product-v2 .learning-workbench :is(.death-phase-list,.death-killer-list) { padding: 0; }
.product-v2 .learning-workbench .death-phase-row { border: 0; gap: 12px; padding: 16px; border-radius: 8px; }
.product-v2 .learning-workbench .death-killer-row { padding: 16px; border-radius: 8px; }
.product-v2 .learning-workbench :is(.death-phase-row,.death-killer-row):nth-child(odd) { background: #ffffff04; }

/* A replay-review scene, not a character portrait or an invented report. */
.product-v2 .pro-coaching-section { position: relative; isolation: isolate; overflow: hidden; min-height: 360px; margin: 40px calc((min(100vw - 96px,1344px) - 100vw)/2) 48px; padding: 48px max(48px,calc((100vw - 1344px)/2)); border: 0; background: #000; }
.product-v2 .pro-coaching-art { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 52%; opacity: 1; }
.product-v2 .pro-coaching-section::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,#000d,#0007 38%,transparent 64%),linear-gradient(0deg,#000,transparent 22%,transparent 85%,#000); pointer-events: none; }
.product-v2 .pro-coaching-copy { display: flex; align-items: flex-start; max-width: 540px; padding: 0; border: 0; gap: 14px; }
.product-v2 .pro-coaching-label { display: flex; gap: 10px; align-items: center; color: var(--pp-gold); text-transform: none; }
.product-v2 .pro-coaching-copy h2 { margin: 0; font: 500 38px/1.2 Outfit,sans-serif; }
.product-v2 .pro-coaching-copy h2 span { color: var(--pp-gold); }
.product-v2 .pro-coaching-copy > p { margin: 0; font-size: 17px; color: #d0d0d6; }
.product-v2 .pro-coaching-actions { margin: 6px 0 0; align-items: flex-start; gap: 10px; }
.product-v2 .pro-coaching-cta { display: inline-flex; align-items: center; justify-content: center; gap: 16px; }
.product-v2 .pro-coaching-cta::after { content: ''; width: 18px; height: 18px; background: currentColor; mask: url('/assets/ui/arrow-up-right.svg') center/contain no-repeat; }

/* Vision: map, strategy and location list belong to one uncluttered surface. */
.product-v2 .ward-intel-section { position: relative; isolation: isolate; padding: 40px 0 48px; margin: 0 0 36px; }
.product-v2 .ward-intel-section::before { display: none; }
.product-v2 .ward-intel-head { padding: 0 0 28px; max-width: none; }
.product-v2 .ward-intel-head .eyebrow { color: var(--pp-gold); }
.product-v2 .ward-intel-body { grid-template-columns: minmax(0,560px) minmax(0,1fr); gap: 48px; padding: 0; align-items: start; }
.product-v2 .ward-map-frame { padding: 0; width: 100%; max-width: 560px; align-items: stretch; justify-content: flex-start; }
.product-v2 .ward-map-frame .ward-map-legend { width: 100%; min-height: 52px; padding: 16px 0 8px; justify-content: flex-start; gap: 24px; }
.product-v2 .ward-map-canvas { border: 1px solid #4c5356; border-radius: 6px; box-shadow: 0 16px 40px #0005; }
.product-v2 .ward-intel-summary { padding: 0; min-width: 0; background: #000; }
.product-v2 .ward-summary-copy { padding: 0 0 16px; min-height: 134px; }
.product-v2 .ward-summary-copy h3 { font-size: 26px; margin-top: 8px; }
.product-v2 .ward-summary-copy p { max-width: 480px; }
.product-v2 .ward-preview-flag { display: inline-flex; color: #b3bdc9; }
.product-v2 .ward-summary-metrics { padding: 18px 0; gap: 20px; min-height: 120px; border-block: 1px solid var(--pp-line); border-inline: 0; border-radius: 0; background: none; box-shadow: none; }
.product-v2 .ward-summary-metric strong { color: var(--ui-teal); }
.product-v2 .ward-summary-metric:last-child strong { color: var(--pp-blue); }
.product-v2 .ward-summary-metric strong { font: 500 22px/1.35 Outfit,sans-serif; }
.product-v2 .ward-location-list { margin: 0; }
.product-v2 .ward-location-row { padding: 8px 0; grid-template-columns: 28px minmax(0,1fr) auto; gap: 14px; background: transparent; border: 0; border-bottom: 1px solid #ffffff0a; border-radius: 0; }
.product-v2 .ward-location-row:nth-child(odd) { background: none; }
.product-v2 .ward-location-row > span:first-child { color: var(--pp-faint); }
.product-v2 .ward-location-copy strong { font-size: 16px; font-weight: 500; }
.product-v2 .ward-location-row > b { font-weight: 500; color: var(--pp-blue); }
.product-v2 .ward-map-marker[aria-pressed='true'] { z-index: 5; }
.product-v2 .ward-map-marker[aria-pressed='true'] .ward-beacon { filter: drop-shadow(0 0 4px currentColor); transform: scale(1.12); }
.product-v2 .ward-map-marker[aria-pressed='true'] > span { opacity: 1; visibility: visible; transform: translateY(0); }
.product-v2 .ward-selection-slot { height: 76px; padding-top: 8px; }
.product-v2 .ward-selection { margin: 0; height: 68px; overflow-y: auto; padding: 12px 16px; border-left: 2px solid var(--pp-blue); color: var(--pp-text); background: var(--ui-surface); font-size: 14px; }
.product-v2 .ward-list-tabs { position: relative; isolation: isolate; display: flex; width: fit-content; gap: 4px; padding: 4px; margin: 20px 0 12px; border: 1px solid var(--pp-line); border-radius: 6px; background: var(--ui-surface); }
.product-v2 .ward-list-tabs button { position: relative; z-index: 1; min-height: 44px; padding: 8px 16px; background: transparent; border: 0; border-radius: 4px; color: var(--pp-muted); font-size: 15px; }
.product-v2 .ward-list-tabs button[aria-selected='true'] { color: var(--pp-blue); background: #13232a; }
.product-v2 .ward-list-tabs:has(.tab-highlight) button { background: transparent; }
.product-v2 .ward-list-tabs .tab-highlight { position: absolute; left: 0; top: 0; z-index: 0; border: 1px solid #a9daed33; border-radius: 4px; background: #13232a; pointer-events: none; }
.product-v2 .ward-list-viewport { height: 328px; min-height: 0; }
.product-v2 .ward-list-viewport > [role='tabpanel'] { height: 100%; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #555 transparent; scrollbar-gutter: stable; padding: 4px; }
.product-v2 #ward-placement-options { display: grid; grid-auto-rows: minmax(68px,max-content); gap: 4px; align-content: start; }
.product-v2 #ward-placement-options button { display: flex; width: 100%; align-items: center; gap: 16px; min-height: 68px; height: auto; padding: 12px 16px; background: transparent; border: 1px solid transparent; border-radius: 5px; text-align: left; color: var(--pp-text); }
.product-v2 #ward-placement-options button:hover { background: var(--ui-surface-raised); }
.product-v2 #ward-placement-options button[aria-pressed='true'] { background: #13232a; border-color: #a9daed66; }
.product-v2 #ward-placement-options :is(strong,small) { display: block; font-size: 15px; line-height: 1.5; }
.product-v2 #ward-placement-options small { font-size: 14px; font-weight: 400; color: var(--pp-muted); }
.product-v2 .ward-list-eye { flex: 0 0 24px; height: 24px; background: #f8d873; mask: url('/assets/ui/ward-eye.svg') center/contain no-repeat; }
.product-v2 .ward-list-eye.sentry { background: #8dccff; }

/* One position at a time leaves room for names, artwork and comparable columns. */
.product-v2 .hero-research { padding-bottom: 32px; }
.product-v2 .research-role-tabs { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; margin-bottom: 28px; }
.product-v2 .research-role-tabs button { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 58px; padding: 12px 16px; background: #19191b; border: 1px solid #303034; border-radius: 6px; color: var(--pp-muted); font-size: 16px; transition: background .2s,color .2s,border-color .2s; }
.product-v2 .research-role-tabs button:hover { background: #222225; color: var(--pp-text); }
.product-v2 .research-role-tabs button[aria-selected='true'] { color: var(--ui-teal); background: #142725; border-color: #387f72; box-shadow: inset 0 -2px var(--ui-teal); }
.product-v2 .research-role-tabs button:focus-visible { outline-offset: -4px; }
.product-v2 .role-tables { display: block; }
.product-v2 .research-panel { display: grid; grid-template-columns: minmax(220px,.85fr) minmax(0,2fr); gap: 40px; }
.product-v2 .research-feature { position: relative; isolation: isolate; display: flex; align-items: flex-end; min-height: 480px; padding: 32px 24px; color: var(--pp-text); text-decoration: none; overflow: hidden; }
.product-v2 .research-render { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; mask-image: linear-gradient(0deg,transparent,#000 22%,#000 90%,transparent),linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent); mask-composite: intersect; transition: transform .6s; }
.product-v2 .research-feature::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg,var(--pp-bg),#111113b8 18%,transparent 55%); }
.product-v2 .research-feature:hover .research-render { transform: scale(1.035); }
.product-v2 .research-feature-copy { display: flex; flex-direction: column; gap: 8px; }
.product-v2 .research-feature-copy strong { font: 500 30px/1.2 Outfit,sans-serif; }
.product-v2 .research-feature-copy small { color: #d0d0d6; }
.product-v2 .research-feature-copy > span { display: flex; gap: 12px; align-items: center; color: var(--ui-teal); margin-top: 8px; }
.product-v2 .role-table { border: 0; background: none; min-width: 0; }
.product-v2 .role-table header { padding: 0 0 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; border: 0; min-height: 64px; }
.product-v2 .role-table header h3 { font: 500 22px/1.3 Outfit,sans-serif; margin: 0; }
.product-v2 .role-table header h3 span { font: 400 14px/1.5 Manrope,sans-serif; color: var(--pp-muted); white-space: nowrap; }
.product-v2 .research-sort { display: flex; gap: 4px; padding: 4px; border: 1px solid var(--pp-line); border-radius: 6px; }
.product-v2 .research-sort button { min-height: 44px; padding: 8px 14px; border: 0; border-radius: 4px; color: var(--pp-muted); background: none; font-size: 14px; white-space: nowrap; }
.product-v2 .research-sort button[aria-pressed='true'] { color: var(--pp-text); background: #2b2b2f; box-shadow: inset 0 1px #ffffff0e; }
.product-v2 :is(.role-row,.research-column-head) { display: grid; grid-template-columns: minmax(0,1fr) 128px 84px; gap: 24px; align-items: center; }
.product-v2 .research-column-head { color: var(--pp-muted); font-size: 14px; padding: 0 12px 14px; border-bottom: 1px solid var(--pp-line); }
.product-v2 .research-column-head > :last-child { text-align: right; }
.product-v2 .role-row { min-height: 70px; padding: 12px; border: 0; border-bottom: 1px solid #ffffff09; border-radius: 0; transition: background .2s; }
.product-v2 .role-row:nth-child(odd) { background: transparent; }
.product-v2 .role-row:hover { background: #ffffff04; }
.product-v2 .research-hero { display: flex; align-items: center; gap: 14px; min-width: 0; }
.product-v2 .research-hero .rank { width: 20px; flex: 0 0 20px; color: var(--pp-faint); font-size: 14px; }
.product-v2 .role-row .hero-inline { display: flex; align-items: center; gap: 12px; min-width: 0; }
.product-v2 .role-row .hero-inline img { width: 40px; height: 40px; flex: 0 0 40px; object-fit: contain; }
.product-v2 .role-row .hero-inline b { font-size: 16px; font-weight: 500; line-height: 1.4; overflow-wrap: normal; word-break: normal; white-space: normal; }
.product-v2 .research-pick { font-size: 16px; font-variant-numeric: tabular-nums; }
.product-v2 .research-pick > i { display: block; height: 4px; margin-top: 7px; background: #2b2b2f; border-radius: 2px; }
.product-v2 .research-pick > i > b { display: block; height: 100%; min-width: 0; background: var(--ui-teal); border-radius: inherit; }
.product-v2 .research-win { text-align: right; font-size: 16px; font-weight: 500; font-variant-numeric: tabular-nums; }
.product-v2 .research-win.positive { color: var(--pp-green); }
.product-v2 .research-win.negative { color: var(--pp-red); }
.product-v2 .draft-pressure-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 40px; }
.product-v2 .draft-pressure-grid h3 { font: 500 23px/1.3 Outfit,sans-serif; padding: 0 16px 20px; border: 0; }
.product-v2 .pressure-row { padding: 14px 16px; min-height: 80px; border: 0; border-radius: 8px; }
.product-v2 .pressure-row:nth-child(odd) { background: #ffffff04; }
.product-v2 .pressure-row img { width: 56px; height: 48px; }
.product-v2 .pressure-row :is(strong,small) { white-space: normal; overflow: visible; overflow-wrap: anywhere; line-height: 1.5; }
.product-v2 #most-banned .pressure-row > b { color: #f7b3a2; }
.product-v2 .meta-intel-grid { grid-template-columns: minmax(0,1fr); }
.product-v2 #draft-pressure-panel { border: 0; }
.product-v2 .item-trend-section { padding-top: 34px; margin-top: 44px; }
.product-v2 .item-trend-head { padding: 0 0 16px; }
.product-v2 .item-trend-grid { gap: 14px; padding-block: 16px 4px; }
.product-v2 .item-trend-card { min-height: 0; display: grid; grid-template-rows: minmax(52px,auto) 32px auto; gap: 12px; padding: 20px; background: var(--ui-surface); border: 1px solid #ffffff10; border-radius: 8px; box-shadow: var(--ui-surface-shadow); transition: border-color .2s,box-shadow .2s; }
.product-v2 .item-trend-card:hover { border-color: #687b87; box-shadow: inset 0 1px #ffffff16,0 5px 16px #0003; transform: none; }
.product-v2 .item-trend-card-head { grid-template-columns: 66px minmax(0,1fr); gap: 12px; }
.product-v2 .item-trend-card-head img { width: 66px; height: 48px; object-fit: contain; }
.product-v2 .item-trend-card-copy strong { font: 500 17px/1.3 Outfit,sans-serif; min-height: 0; }
.product-v2 .item-trend-signal { min-height: 32px; padding: 0; justify-content: space-between; gap: 6px; }
.product-v2 .item-trend-badge { background: transparent; border: 0; padding: 0; color: #b4cfff; font-size: 14px; }
.product-v2 .item-trend-stats { padding-top: 12px; gap: 12px; align-items: start; }
.product-v2 .item-trend-stat strong { font: 500 24px/1.25 Outfit,sans-serif; margin-block: 4px; }
.product-v2 .item-trend-stat:last-child strong { color: var(--pp-blue); }
.product-v2 .item-trend-stat:last-child { text-align: right; }
.product-v2 .item-trend-stat em { display: block; color: var(--pp-muted); font-size: 14px; }
.product-v2 .item-trend-more { background: transparent; border: 1px solid #4a535e; padding: 10px 16px; }
.product-v2 .item-timing-benchmarks { padding: 0; margin-top: 24px; border: 0; border-top: 1px solid var(--pp-line); }
.product-v2 .item-timing-benchmarks summary { min-height: 64px; cursor: pointer; display: flex; align-items: center; gap: 16px; list-style: none; padding: 16px 0; }
.product-v2 .item-timing-benchmarks summary::-webkit-details-marker { display: none; }
.product-v2 .item-timing-benchmarks summary .ui-icon { margin-left: auto; color: #b4cfff; transition: transform .2s; }
.product-v2 .item-timing-benchmarks[open] summary .ui-icon { transform: rotate(180deg); }
.product-v2 .timing-grid { padding: 8px 0 20px; }
.product-v2 .timing-tile { border: 0; border-radius: 8px; background: var(--ui-surface); padding: 20px; }
.product-v2 .tournament-watch { padding: 32px 0; border: 0; border-top: 1px solid var(--pp-line); background: transparent; }
.product-v2 .tournament-watch-head { padding: 0 0 24px; }
.product-v2 .tournament-watch-head h2 { font: 500 30px/1.3 Outfit,sans-serif; }
.product-v2 .tournament-layout { grid-template-columns: minmax(0,1fr) minmax(0,2fr); gap: 40px; }
.product-v2 :is(.tournament-draft,.tournament-matches) { border: 0; border-radius: 0; background: transparent; padding: 0; }
.product-v2 :is(.tournament-draft,.tournament-matches) > h3 { font: 500 23px/1.3 Outfit,sans-serif; color: var(--pp-text); text-transform: none; padding: 0 0 20px; }
.product-v2 .tournament-match-list { background: transparent; gap: 0; padding: 0; }
.product-v2 .tournament-match { padding: 20px 0; background: transparent; border-bottom: 1px solid var(--pp-line); gap: 20px; }
.product-v2 .tournament-team { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 8px; }
.product-v2 .tournament-team img { width: 100%; max-width: 44px; height: 40px; object-fit: contain; }
.product-v2 .tournament-score strong { font: 500 22px/1.3 Outfit,sans-serif; }

/* Full-width section bands keep a shared content edge without floating outer cards. */
.product-v2 #overview-view > .home-section { --section-inset: 32px; display: block; width: auto; margin: 24px calc(-1 * var(--section-inset)); padding: 40px; border: 1px solid var(--pp-line); border-radius: 0; background: #0b0b0de6; box-shadow: none; scroll-margin-top: 24px; }
.product-v2 .home-section > .home-section-head { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px 24px; margin: 0 0 32px; padding: 0 0 28px; border: 0; border-bottom: 1px solid var(--pp-line); background: transparent; }
.product-v2 .home-section > .home-section-head > :first-child { min-width: 0; }
.product-v2 .home-section > .home-section-head > p { margin: 0; }
.product-v2 .home-section .ward-intel-summary { background: transparent; }
.product-v2 .home-section #draft-pressure-panel { padding: 0; }
.product-v2 .pro-coaching-section { border-block: 1px solid var(--pp-line); }
@media (max-width: 1180px) {
  .product-v2 #overview-view > .home-section { --section-inset: 24px; padding: 32px; }
}
@media (max-width: 640px) {
  .product-v2 #overview-view > .home-section { --section-inset: 16px; padding: 28px 20px; margin-block: 20px; }
  .product-v2 .home-section > .home-section-head { margin-bottom: 24px; padding-bottom: 20px; gap: 16px; }
}

/* Draft and item decisions: selection and results have separate visual weight. */
.product-v2 .counter-head { padding: 32px 0 28px; margin-bottom: 0; }
.product-v2 .counter-head > div > .eyebrow { display: none; }
.product-v2 .counter-head h1 { display: flex; align-items: center; gap: 16px; font: 550 40px/1.2 Outfit,sans-serif; }
.product-v2 .counter-head h1 .ui-icon { width: 32px; height: 32px; color: #ffb09b; }
.product-v2 #item-view .counter-head h1 .ui-icon { color: #a6c9fa; }
.product-v2 #coaching-view .counter-head h1 .ui-icon { color: #9cd9bf; }
.product-v2 #counter-view .counter-panel { display: grid; grid-template-columns: 320px minmax(0,1fr); gap: 20px 36px; padding: 28px 0; border: 0; border-top: 1px solid var(--pp-line); background: transparent; border-radius: 0; align-items: start; }
.product-v2 #counter-view .counter-panel-head { grid-column: 1; grid-row: 1; display: block; padding: 0; margin: 0; }
.product-v2 #counter-view .counter-panel-head h2 { font: 500 22px/1.35 Outfit,sans-serif; margin-bottom: 8px; }
.product-v2 #counter-view .draft-lineup-block { grid-column: 1; padding: 0; margin: 0; border: 0; }
.product-v2 #counter-view .draft-lineup-block.enemies { grid-row: 2; }
.product-v2 #counter-view .draft-lineup-block.allies { grid-row: 3; }
.product-v2 #counter-view .draft-lineup-label { margin: 0 0 12px; }
.product-v2 #counter-view .draft-lineup-label > span { display: none; }
.product-v2 #counter-view .enemies .draft-lineup-label { display: none; }
.product-v2 #counter-view .counter-controls { display: contents; }
.product-v2 #counter-view .counter-pool { grid-column: 2; grid-row: 1 / 6; padding-left: 36px; border-left: 1px solid var(--pp-line); min-width: 0; }
.product-v2 .counter-slots { display: grid; grid-template-columns: 1fr; gap: 8px; }
.product-v2 .counter-slot,.product-v2 .counter-slot.is-filled { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; min-height: 62px; padding: 8px 12px; gap: 12px; text-align: left; background: #181b1e; border: 1px dashed #3a414a; border-radius: 5px; }
.product-v2 .counter-slot > .ui-icon { margin-inline: 10px; color: #778593; }
.product-v2 .counter-slot.is-filled { border-style: solid; border-color: #664840; background: #252023; }
.product-v2 .allies .counter-slot.is-filled { background: #1e2834; border-color: #425d7c; }
.product-v2 .counter-slot.is-filled > img { width: 44px; height: 40px; object-fit: contain; }
.product-v2 .counter-slot.is-filled > span { flex: 1; min-width: 0; }
.product-v2 .counter-slot.is-filled strong { white-space: normal; font-size: 16px; line-height: 1.4; }
.product-v2 .counter-slot.is-filled small { display: none; }
.product-v2 .counter-slot.is-filled button { position: static; flex: 0 0 44px; width: 44px; height: 44px; border: 0; background: transparent; }
.product-v2 .counter-slot.is-filled button:hover { background: #ffffff0d; }
.product-v2 .draft-control-head { min-height: 44px; margin-bottom: 12px; }
.product-v2 .draft-control-head > label { font: 500 22px/1.3 Outfit,sans-serif; }
.product-v2 .counter-pool > input { height: 52px; margin-bottom: 16px; background: #1a1d21; }
.product-v2 .counter-hero-grid { max-height: 582px; padding: 2px 8px 6px 2px; gap: 8px; scrollbar-color: #4c5663 transparent; scrollbar-width: thin; overscroll-behavior: contain; }
.product-v2 .counter-hero-choice { grid-template-columns: 40px minmax(0,1fr); min-height: 80px; padding: 10px; gap: 8px; background: #181b1f; border-color: #2b3036; }
.product-v2 .counter-hero-choice img { width: 40px; height: 40px; }
.product-v2 .counter-hero-choice strong { font-size: 15px; }
.product-v2 .counter-role-filter { grid-column: 1; grid-row: 4; padding: 0; border: 0; background: transparent; }
.product-v2 .counter-role-segments { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.product-v2 .counter-role-segments button { width: 100%; min-height: 48px; padding: 10px; background: #1b1e23; border-color: #363d47; }
.product-v2 #counter-view .counter-action-bar { grid-column: 1; grid-row: 5; padding: 0; display: flex; flex-direction: column-reverse; align-items: stretch; gap: 14px; border: 0; }
.product-v2 #counter-view .counter-action-bar > span { font-size: 14px; line-height: 1.5; }
.product-v2 #counter-submit { min-height: 52px; }
.product-v2 .counter-results { padding-top: 32px; border-top: 1px solid var(--pp-line); }
.product-v2 :is(.counter-result-empty,.item-results > .counter-result-empty) { padding: 28px 0; min-height: 0; border: 0; background: transparent; text-align: left; }
.product-v2 .counter-result-empty > span { display: none; }
.product-v2 .counter-result-empty > strong { font: 500 23px/1.3 Outfit,sans-serif; color: var(--pp-muted); }
.product-v2 .draft-result-card { grid-template-columns: 150px minmax(0,1fr); padding: 24px; border: 1px solid #353c45; border-radius: 6px; background: #191d22; box-shadow: none; }
.product-v2 .draft-result-card:hover { transform: none; border-color: #819ab9; background: #1e242c; }
.product-v2 .draft-result-hero strong { font: 500 22px/1.3 Outfit,sans-serif; overflow: visible; overflow-wrap: anywhere; }
.product-v2 :is(.draft-result-card,.item-decision-card) p { font-size: 16px; line-height: 1.7; }
.product-v2 .item-decision-panel { padding: 28px 0 32px; border: 0; border-top: 1px solid var(--pp-line); background: transparent; }
.product-v2 .item-decision-panel > .counter-panel-head { display: none; }
.product-v2 .item-decision-form { display: grid; grid-template-columns: .9fr 1fr 1fr; gap: 32px; align-items: start; }
.product-v2 .item-decision-form fieldset { min-width: 0; padding: 0; margin: 0; border: 0; display: grid; gap: 20px; }
.product-v2 .item-decision-form legend { float: none; width: 100%; margin: 0 0 24px; padding: 0; color: var(--pp-text); font: 500 23px/1.3 Outfit,sans-serif; }
.product-v2 .item-decision-form legend small { margin-left: 10px; font: 400 14px/1.4 Manrope,sans-serif; color: var(--pp-muted); }
.product-v2 .item-decision-form :is(.item-enemy-fields,.item-choice-fields) { padding-left: 32px; border-left: 1px solid var(--pp-line); }
.product-v2 .item-hero-preview { min-height: 104px; display: flex; align-items: center; gap: 20px; padding: 12px 0; }
.product-v2 .item-hero-preview > .ui-icon { color: #88a4c8; width: 64px; height: 64px; padding: 8px; }
.product-v2 .item-hero-preview img { width: 88px; height: 80px; object-fit: contain; }
.product-v2 .item-hero-preview strong { font: 500 26px/1.3 Outfit,sans-serif; }
.product-v2 .decision-field label { font-size: 15px; margin-bottom: 8px; }
.product-v2 .item-decision-form :is(input,select) { min-height: 52px; background-color: #1b1e22; border-color: #48515e; padding-inline: 14px; font-size: 16px; }
.product-v2 .enemy-select-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
.product-v2 .enemy-picker { min-width: 0; display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 10px; align-items: center; }
.product-v2 .enemy-portrait { display: grid; place-items: center; color: #748193; }
.product-v2 .enemy-portrait img { width: 44px; height: 44px; object-fit: contain; }
.product-v2 .item-form-actions { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid var(--pp-line); }
.product-v2 .item-form-actions button { min-height: 52px; padding: 12px 24px; }
.product-v2 .item-results { margin-top: 12px; }
.product-v2 .item-threat-strip { border: 0; border-block: 1px solid var(--pp-line); background: transparent; padding: 24px 0; gap: 24px; }
.product-v2 .item-recommendation-grid { gap: 18px; }
.product-v2 .item-decision-card { border-radius: 6px; padding: 24px; background: #191d22; border-color: #363e49; }
.product-v2 .item-decision-card h3 { font: 500 24px/1.3 Outfit,sans-serif; }
.product-v2 .item-evaluation { background: #1e252e; border-color: #465770; border-radius: 6px; padding: 24px; }

/* Replay workspace: a quiet roster, legible evidence and consistent report tabs. */
.product-v2 .coaching-page-tool { width: 100%; max-width: none; margin: 0 0 32px; padding: 28px; background: #191c20; border: 1px solid #404955; border-radius: 6px; box-shadow: none; }
.product-v2 .coaching-page-tool .coaching-start { display: grid; grid-template-columns: 44px minmax(140px,1fr) minmax(260px,2fr); gap: 20px; align-items: center; }
.product-v2 .coaching-page-tool .match-id-mark { width: 44px; height: 44px; background: transparent; border: 0; color: #a2d9c4; }
.product-v2 .coaching-page-tool .coaching-start label { font: 500 22px/1.3 Outfit,sans-serif; }
.product-v2 .coaching-page-tool .match-id-entry { grid-column: auto; grid-template-columns: minmax(0,1fr) 140px; }
.product-v2 .coaching-page-tool .match-id-entry :is(input,button) { min-height: 52px; height: auto; font-size: 16px; }
.product-v2 .coaching-page-tool .coaching-progress { background: transparent; border: 0; border-top: 1px solid var(--pp-line); padding: 24px 0 0; border-radius: 0; }
.product-v2 .coaching-track { height: 6px; border-radius: 3px; background: #30383c; }
.product-v2 .coaching-track i { background: #9ddac3; box-shadow: none; }
.product-v2 .analysis-pro-section { border: 0; border-top: 1px solid var(--pp-line); border-radius: 0; padding: 32px 0; gap: 36px; background: transparent; }
.product-v2 .analysis-pro-section h2 { font: 500 28px/1.3 Outfit,sans-serif; }
.product-v2 .analysis-pro-section .eyebrow { color: #edb7a8; }
.product-v2 .analysis-pro-section p:not(.eyebrow) { max-width: 640px; font-size: 16px; line-height: 1.7; }
.product-v2 .coaching-report-panel { border: 0; border-radius: 0; padding: 0; background: transparent; }
.product-v2 .report-command { grid-template-columns: 224px minmax(0,1fr); gap: 32px; }
.product-v2 .report-roster { border: 0; padding: 0; background: transparent; }
.product-v2 .report-roster-head { padding: 0 0 20px; }
.product-v2 .report-roster-head .eyebrow { display: none; }
.product-v2 .report-roster-head h2 { margin: 0; font: 500 22px/1.3 Outfit,sans-serif; }
.product-v2 .report-roster-list { gap: 4px; }
.product-v2 .report-player { min-height: 74px; grid-template-columns: 40px minmax(0,1fr) auto; padding: 10px; gap: 10px; border-color: transparent; background: transparent; }
.product-v2 .report-player img { width: 40px; height: 40px; }
.product-v2 .report-player strong { font-size: 15px; }
.product-v2 .report-player.active { border-color: #5d504b; background: #292224; box-shadow: inset 3px 0 #e8a48f; }
.product-v2 .report-player > b { color: #a6c7f2; }
.product-v2 .report-detail { padding-left: 32px; }
.product-v2 .report-identity h2 { font: 500 30px/1.25 Outfit,sans-serif; }
.product-v2 .report-identity img { width: 72px; height: 64px; }
.product-v2 .report-grade strong { color: #a6d9c5; font: 500 36px/1.2 Outfit,sans-serif; }
.product-v2 .report-grade small { text-transform: none; }
.product-v2 .report-inventory-head strong { font-weight: 500; font-size: 17px; }
.product-v2 .report-section-head h3 { font: 500 25px/1.3 Outfit,sans-serif; }
.product-v2 .report-section-head .eyebrow { display: none; }
.product-v2 .report-insights { gap: 16px; }
.product-v2 .report-insight { border: 0; border-left: 3px solid #b1c6e2; background: #202a30; border-radius: 8px; padding: 24px; }
.product-v2 .report-insight::before { display: none; }
.product-v2 .report-insight.warning { border-left-color: #f0b29f; background: #242022; }
.product-v2 .report-insight.critical { border-left-color: #fa9ba2; background: #2b2025; }
.product-v2 .report-insight h3 { font: 500 21px/1.35 Outfit,sans-serif; }
.product-v2 .report-insight p { font-size: 16px; }
.product-v2 .report-analysis-tabs { gap: 8px; border: 0; padding: 8px 0; margin: 24px 0; }
.product-v2 .report-analysis-tabs button { padding: 12px 16px; min-height: 48px; border: 0; border-radius: 8px; background: transparent; font-size: 16px; font-weight: 500; }
.product-v2 .report-analysis-tabs button.active { background: var(--ui-selection); color: var(--ui-selection-text); }
.product-v2 .report-tab-hint { display: none; }
.product-v2 .fight-tiles { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; border: 0; padding: 20px 0; }
.product-v2 .fight-tile { border: 0; background: var(--ui-surface); border-radius: 8px; padding: 20px; }
.product-v2 .fight-tile:first-child { border-left: 0; }
.product-v2 .fight-tile strong { font: 500 32px/1.25 Outfit,sans-serif; }
.product-v2 :is(.compare-block,.report-filter-bar) { padding-block: 24px; }
.product-v2 .report-surface { background: transparent; box-shadow: none; }
.product-v2 .compare-item { background: #1a1e23; border-color: #333b46; border-radius: 5px; }

/* Hero guide body: jump links, progression timelines and compact equipment. */
.product-v2 .hero-guide-nav { display: flex; flex-wrap: wrap; gap: 12px; padding: 12px 20px; border: 0; }
.product-v2 .hero-guide-nav a { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 16px; border-radius: 8px; text-decoration: none; color: var(--pp-muted); font-size: 16px; border: 0; }
.product-v2 .hero-guide-nav a:hover { color: var(--ui-selection-text); background: var(--ui-selection); }
.product-v2 .guide-panel { scroll-margin-top: 24px; margin-bottom: 20px; }
.product-v2 .guide-panel-head { padding: 24px 20px 16px; }
.product-v2 .guide-panel-head h2 { font: 500 26px/1.35 Outfit,sans-serif; }
.product-v2 .guide-panel-body { padding: 8px 20px 28px; }
.product-v2 .role-tabs { gap: 8px; padding: 8px 20px; border: 0; }
.product-v2 .role-tabs button { border: 0; border-radius: 8px; padding: 12px 16px; font-weight: 500; }
.product-v2 .role-tabs button.active { background: var(--ui-selection); color: var(--ui-selection-text); box-shadow: none; }
.product-v2 :is(.role-tabs button.active,.report-analysis-tabs button.active,.counter-role-segments button.active) { background: var(--ui-selection); color: var(--ui-selection-text); box-shadow: inset 0 1px #c7dfee21,0 3px 8px #0003; }
.product-v2 .order-block { padding: 16px 0 24px; }
.product-v2 .order-block + .order-block { border: 0; }
.product-v2 .order-block h3 { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: baseline; margin: 0 0 20px; font: 500 21px/1.35 Outfit,sans-serif; }
.product-v2 .ability-seq { max-width: 800px; gap: 12px; padding-top: 6px; }
.product-v2 .ability-node { display: grid; grid-template-rows: auto 26px; gap: 8px; padding: 0; border: 0; border-radius: 0; background: transparent; overflow: visible; transition: transform .2s; }
.product-v2 .ability-node:hover { transform: translateY(-3px); }
.product-v2 .ability-node img { border: 1px solid #ffffff20; border-radius: 6px; }
.product-v2 .ability-node > span { display: grid; place-items: center; justify-self: center; position: static; width: 28px; min-width: 28px; height: 26px; margin: 0; padding: 0; border: 0; border-radius: 6px; background: #232e38; font: 500 14px/1 Manrope,sans-serif; text-align: center; }
.product-v2 .talent-branch-row { padding: 16px 0; gap: 16px; }
.product-v2 .talent-choice { padding: 16px; border-radius: 8px; }
.product-v2 .talent-choice strong { font-size: 16px; }
.product-v2 .talent-choice.is-hot { border-color: #846153; background: #282223; box-shadow: 0 0 22px #fcb29812; }
.product-v2 .talent-level-badge { display: grid; place-items: center; padding: 0; line-height: 1; background: #22303b; border-color: #526c80; color: var(--ui-selection-text); }
.product-v2 .talent-meter { height: 4px; }
.product-v2 .item-phase-head h3 { font: 500 22px/1.3 Outfit,sans-serif; }
.product-v2 .starting-pack-card { padding: 20px; background: var(--ui-surface); border-color: #ffffff08; border-radius: 8px; }
.product-v2 .starting-pack-meta { margin-bottom: 16px; }
.product-v2 .starting-pack-icons { gap: 10px; }
.product-v2 .item-icon-cell { background: transparent; border: 0; }
.product-v2 :is(.build-item-tile,.item-stat-tile) { width: 90px; min-width: 90px; padding: 12px 10px; border-radius: 8px; background: var(--ui-surface); border-color: #ffffff08; text-align: center; }
.product-v2 :is(.build-item-tile,.item-stat-tile) img { width: 68px; height: 50px; transition: transform .2s; }
.product-v2 :is(.build-item-tile,.item-stat-tile):hover img { transform: translateY(-2px); }
.product-v2 .neutral-tier-grid { gap: 16px; }
.product-v2 .neutral-tier-card { padding: 20px; border-radius: 8px; background: var(--ui-surface); border-color: #ffffff08; }
.product-v2 .neutral-tier-card > h3 { font: 500 20px/1.3 Outfit,sans-serif; }
.product-v2 .neutral-entry { padding: 16px 0; border-color: #323944; }
.product-v2 .neutral-entry strong { font-size: 15px; }
.product-v2 .hero-guide-sidebar { padding-left: 0; border: 0; }
.product-v2 .hero-guide-sidebar .guide-panel-head h2 { font: 500 23px/1.3 Outfit,sans-serif; }
.product-v2 .matchup-column-head { padding-block: 12px; }
.product-v2 .matchup-row { padding: 14px 12px; gap: 12px; }
.product-v2 .matchup-row:nth-child(even) { background: #ffffff04; }
.product-v2 .matchup-row:hover { background: #ffffff05; }
.product-v2 .matchup-copy strong { font-size: 16px; }
.product-v2 .matchup-rate { font: 500 18px/1.3 Outfit,sans-serif; }

/* Painterly stone supports the actual character, without obscuring guide copy. */
.product-v2 [data-hero-theme] { --hero-scene: #647374; }
.product-v2 [data-hero-theme='ember'] { --hero-scene: #b26755; }
.product-v2 [data-hero-theme='frost'] { --hero-scene: #609aba; }
.product-v2 [data-hero-theme='grove'] { --hero-scene: #749676; }
.product-v2 [data-hero-theme='arcane'] { --hero-scene: #8c68a7; }
.product-v2 [data-hero-theme='storm'] { --hero-scene: #468d97; }
.product-v2 [data-hero-theme='shadow'] { --hero-scene: #756287; }
.product-v2 .hero-page-head { --hero-inset: max(48px,calc((100vw - 1344px)/2)); overflow: hidden; margin-inline: calc(-1 * var(--hero-inset)); padding: 44px var(--hero-inset) 48px; min-height: 480px; background: #000; }
.product-v2 .hero-art { right: 0; width: 50%; height: 100%; padding: 24px; }
.product-v2 .hero-page-head[data-art-style='painted'] { min-height: 560px; }
.product-v2 .hero-page-copy { width: 51%; max-width: 640px; }
.product-v2 .hero-page-copy h1 { font-size: 56px; line-height: 1.1; margin: 18px 0; }
.product-v2 .hero-page-actions .text-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 4px 0; font-size: 15px; }
.product-v2 .hero-page-actions .text-link::before { display: none; }
.product-v2 .hero-page-actions .ui-icon { width: 18px; height: 18px; }
.product-v2 .hero-gameplay-summary { max-width: 560px; margin: 0; line-height: 1.8; }
.product-v2 .hero-page-copy .product-stats { margin-top: 28px; max-width: none; gap: 24px; }
.product-v2 .hero-page-copy .public-stat { min-width: 0; padding: 0 28px 0 0; border-right: 1px solid #ffffff1a; }
.product-v2 .hero-page-copy .public-stat strong { color: var(--pp-gold); font-size: 36px; }
.product-v2 .hero-page-copy .public-stat:last-child strong { color: var(--pp-blue); }
.product-v2 .hero-render.painted-art { width: auto; max-width: 100%; height: 100%; object-fit: contain; object-position: center; filter: none; mask-image: linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent),linear-gradient(0deg,transparent,#000 4%,#000 98%,transparent); mask-composite: intersect; }
.product-v2 .hero-page-head[data-art-style='painted'] .hero-backdrop { opacity: .24; }
.product-v2 .hero-data-note { margin: 20px 0 0; color: var(--pp-muted); font-size: 14px; padding-left: 16px; border-left: 2px solid var(--pp-gold); }
.product-v2 .research-feature:has(.canonical-art)::before { content: ''; position: absolute; z-index: -3; inset: 0; background: var(--hero-scene) url('/assets/hero-stone.jpg') center/cover; background-blend-mode: luminosity; opacity: .55; mask-image: linear-gradient(0deg,transparent,#000 30%,#000 80%,transparent); }
.product-v2 .research-render.canonical-art { object-fit: contain; }
.product-v2 .hero-backdrop { position: absolute; inset: -4% -2% -2% -32%; background: var(--hero-scene) url('/assets/hero-stone.jpg') center/cover no-repeat; background-blend-mode: luminosity; mix-blend-mode: screen; opacity: .58; filter: saturate(.6); mask-image: linear-gradient(90deg,transparent,#000 30%,#000 80%,transparent),linear-gradient(0deg,transparent,#000 20%,#000 75%,transparent); mask-composite: intersect; }
.product-v2 .hero-stage { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.product-v2 .hero-reel { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; opacity: 0; pointer-events: none; }
.product-v2 :is(.hero-render,.hero-reel) { transition: opacity .25s; }
.product-v2 .hero-stage.is-playing .hero-reel { opacity: 1; }
.product-v2 .hero-stage.is-playing .hero-render { opacity: 0; }
.product-v2 .hero-preview-toggle { position: absolute; right: 20px; bottom: 20px; z-index: 2; display: grid; place-items: center; width: 48px; height: 48px; padding: 0; border: 1px solid #c2d8d84d; border-radius: 8px; background: #172425e8; color: #d4e8e2; box-shadow: 0 4px 20px #0003; }
.product-v2 .hero-preview-toggle:hover { background: #304d4f; }
.product-v2 .hero-preview-toggle .ui-icon { --ui-icon: url('/assets/ui/play.svg'); }
.product-v2 .hero-preview-toggle[aria-pressed='true'] .ui-icon { --ui-icon: url('/assets/ui/pause.svg'); }
.product-v2 .hero-preview-note { position: absolute; bottom: 20px; right: 80px; max-width: 220px; padding: 10px 14px; background: #172425; border-radius: 8px; font-size: 14px; z-index: 2; }
.product-v2 :is(.home-tools,.meta-intel-grid,.ward-intel-section,.item-trend-section,.report-detail) { border: 0; }
.product-v2 .home-tools { gap: 20px; padding-block: 24px 40px; margin: 0; }
.product-v2 .home-tools a { --tool-accent: var(--pp-gold); position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 22px; min-height: 208px; border: 1px solid #ffffff24; border-radius: 8px; padding: 28px 24px; font-weight: 500; background: var(--ui-surface); box-shadow: var(--ui-surface-shadow); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); text-align: center; }
.product-v2 .home-tools a:nth-child(2) { --tool-accent: var(--pp-blue); }
.product-v2 .home-tools a:nth-child(3) { --tool-accent: var(--ui-lilac); }
.product-v2 .home-tools a:nth-child(4) { --tool-accent: var(--ui-teal); }
.product-v2 .home-tools .tool-medallion { display: grid; place-items: center; width: 76px; height: 76px; flex: 0 0 76px; border-radius: 50%; border: 1px solid color-mix(in srgb,var(--tool-accent) 48%,transparent); background: linear-gradient(145deg,#ffffff12,#ffffff02); box-shadow: inset 0 1px #ffffff26,0 0 0 6px #ffffff03; transition: transform .25s,box-shadow .25s; }
.product-v2 .home-tools .tool-icon { width: 32px; height: 32px; color: var(--tool-accent); mask-size: contain; -webkit-mask-size: contain; transition: transform .25s; }
.product-v2 .home-tools .tool-title { font: 500 21px/1.35 Outfit,sans-serif; }
.product-v2 .home-tools .tool-arrow { position: absolute; display: block; right: 16px; bottom: 18px; width: 16px; height: 16px; }
.product-v2 .home-tools a::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(110deg,transparent 20%,#ffffff0c 48%,transparent 70%); transform: translateX(-130%); transition: transform .65s; pointer-events: none; }
.product-v2 .home-tools a:is(:hover,:focus-visible) { border-color: color-mix(in srgb,var(--tool-accent) 58%,transparent); background: var(--ui-surface); box-shadow: inset 0 1px #ffffff26,0 8px 24px #0005; }
.product-v2 .home-tools a:is(:hover,:focus-visible)::before { transform: translateX(130%); }
.product-v2 .home-tools a:is(:hover,:focus-visible) .tool-medallion { transform: translateY(-3px); box-shadow: inset 0 1px #ffffff33,0 0 0 6px #ffffff06; }
.product-v2 .home-tools a:is(:hover,:focus-visible) .tool-icon { transform: rotate(-8deg); }
.product-v2 :is(.home-tools a,.role-row,.pressure-row,.matchup-row,.report-player) { transition: background .2s,color .2s; }
.product-v2 :is(.counter-slot,.counter-hero-choice,.counter-role-segments button,.draft-result-card,.item-decision-card,.item-evaluation,.coaching-page-tool,.compare-item) { border-radius: 8px; }
.product-v2 :is(.counter-hero-choice strong,.counter-slot strong,.role-tab-title,.matchup-copy strong,.item-phase-head h3) { font-weight: 500; }
.product-v2 :is(.draft-result-card,.item-decision-card) { background: var(--ui-surface); border-color: #ffffff12; box-shadow: var(--ui-surface-shadow); }
.product-v2 .coaching-page-tool { background: var(--pp-panel); border-color: #ffffff12; }
.product-v2 :is(.counter-slot,.counter-hero-choice,.compare-item,.starting-pack-card,.neutral-tier-card,.timing-tile,.fight-tile) { background: var(--ui-surface); box-shadow: var(--ui-surface-shadow); }
.product-v2 :is(.trend-card,.item-trend-card,.draft-result-card,.item-decision-card,.starting-pack-card,.neutral-tier-card,.fight-tile) { background: var(--ui-surface); border-color: var(--pp-line); box-shadow: var(--ui-surface-shadow); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.product-v2 :is(.hero-search-suggestions,.home-match-entry,.coaching-page-tool) { background: #101012eb; border-color: var(--pp-line); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: var(--ui-surface-shadow); }
.product-v2 :is(.counter-hero-choice,.compare-item):hover { background: var(--ui-surface-raised); border-color: #60707f; }
.product-v2 .counter-hero-choice.is-selected { background: var(--ui-selection); border-color: var(--ui-selection-edge); }
.product-v2 :is(.ward-mode-tabs,.decision-mode-tabs,.draft-team-toggle) { background: #12171c; border-color: #36424c; box-shadow: inset 0 1px 4px #0004; }
.product-v2 :is(.ward-mode-tabs,.decision-mode-tabs,.draft-team-toggle) .tab-highlight { background: var(--ui-selection); border-color: var(--ui-selection-edge); box-shadow: inset 0 1px #c7dfee21,0 3px 8px #0003; }
.product-v2 :is(.mini-head,.mini-body) { padding-inline: 20px; }
.product-v2 .mini-head { padding-top: 24px; }
.product-v2 .mini-head h2 { font: 500 23px/1.35 Outfit,sans-serif; }
.product-v2 .data-line { padding-block: 14px; border-color: #ffffff08; }
.product-v2 .role-tabs button.active .role-tab-summary { color: #bed6d0; }

@media (max-width: 1180px) {
  .product-v2 .hero-page-head { --hero-inset: 28px; }
  .product-v2 .hero-page-copy h1 { font-size: 48px; }
  .product-v2 .footer-inner { width: calc(100% - 56px); gap: 40px; }
  .product-v2 .pro-coaching-section { margin-inline: -28px; padding-inline: 28px; }
  .product-v2 .learning-workbench { grid-template-columns: 170px minmax(0,1fr); gap: 24px; }
  .product-v2 .learning-suite-intro { padding-left: 194px; }
  .product-v2 .learning-workbench .learning-topic-tabs { padding-right: 12px; }
  .product-v2 .learning-workbench .learning-topic-tabs button { gap: 10px; padding: 12px; }
  .product-v2 .learning-workbench .benchmark-metric { padding-inline: 14px; }
  .product-v2 .learning-workbench .laning-target { grid-template-columns: 132px minmax(0,1fr); gap: 20px; }
  .product-v2 .lane-comparison-head { grid-template-columns: 132px repeat(2,minmax(0,1fr)); gap: 20px; }
  .product-v2 .learning-workbench .laning-target dl { column-gap: 24px; }
  .product-v2 .ward-intel-body { grid-template-columns: minmax(0,.9fr) minmax(0,1fr); gap: 32px; }
  .product-v2 .ward-intel-section::before { opacity: .45; }
  .product-v2 .research-panel { grid-template-columns: 220px minmax(0,1fr); gap: 24px; }
  .product-v2 :is(.role-row,.research-column-head) { grid-template-columns: minmax(0,1fr) 100px 76px; gap: 16px; }
  .product-v2 .item-trend-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .product-v2 .item-trend-card-head { grid-template-columns: 56px minmax(0,1fr); gap: 10px; }
  .product-v2 .item-trend-card-head img { width: 56px; height: 42px; }
  .product-v2 #counter-view .counter-panel { grid-template-columns: 280px minmax(0,1fr); gap: 24px; }
  .product-v2 #counter-view .counter-pool { padding-left: 24px; }
  .product-v2 .counter-hero-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .product-v2 .item-decision-form { gap: 24px; }
  .product-v2 .item-decision-form :is(.item-enemy-fields,.item-choice-fields) { padding-left: 24px; }
  .product-v2 .hero-guide-sidebar { padding-left: 0; }
  .product-v2 .ability-seq { gap: 6px; }
  .product-v2 .report-command { grid-template-columns: 200px minmax(0,1fr); gap: 24px; }
  .product-v2 .report-detail { padding-left: 24px; }
}
@media (max-width: 920px) {
  .product-v2 .hero-art { width: 45%; }
  .product-v2 .hero-page-copy { width: 55%; }
  .product-v2 .hero-page-copy h1 { font-size: 42px; }
  .product-v2 .home-tools { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
  .product-v2 .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .product-v2 .learning-suite-intro { padding-left: 0; }
  .product-v2 .learning-workbench { grid-template-columns: minmax(0,1fr); }
  .product-v2 .learning-workbench .learning-topic-tabs { grid-column: 1; grid-row: 1; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); padding: 0; border: 0; }
  .product-v2 .learning-workbench .learning-topic-panel { grid-column: 1; }
  .product-v2 .learning-workbench .learning-topic-tabs .tab-highlight { border: 0; }
  .product-v2 .learning-workbench .laning-target { grid-template-columns: 160px minmax(0,1fr); }
  .product-v2 .lane-comparison-head { grid-template-columns: 160px repeat(2,minmax(0,1fr)); }
  .product-v2 .item-trend-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .product-v2 .tournament-layout { grid-template-columns: minmax(0,1fr); gap: 32px; }
  .product-v2 .ward-intel-body { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 24px; }
  .product-v2 .ward-summary-metrics { gap: 14px; }
  .product-v2 .ward-summary-metric strong { font-size: 20px; }
  .product-v2 .research-panel { grid-template-columns: minmax(0,1fr); gap: 24px; }
  .product-v2 .research-feature { min-height: 200px; padding: 24px; }
  .product-v2 .research-render { left: auto; width: 55%; object-position: center 30%; mask-image: linear-gradient(90deg,transparent,#000 30%,#000 85%,transparent); }
  .product-v2 .research-feature::after { background: linear-gradient(90deg,var(--pp-bg) 10%,#111113bf 42%,transparent); }
  .product-v2 .research-feature-copy { max-width: 55%; }
  .product-v2 .research-role-tabs { gap: 6px; }
  .product-v2 .research-role-tabs button { padding: 12px 8px; gap: 8px; flex-direction: column; }
  .product-v2 #counter-view .counter-panel { grid-template-columns: 230px minmax(0,1fr); gap: 20px; }
  .product-v2 #counter-view .counter-pool { padding-left: 20px; }
  .product-v2 .counter-hero-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-v2 .draft-control-head { flex-wrap: wrap; gap: 12px; }
  .product-v2 .item-decision-form { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
  .product-v2 .item-decision-form .item-choice-fields { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; padding: 24px 0 0; border-left: 0; border-top: 1px solid var(--pp-line); }
  .product-v2 .hero-guide-sidebar { padding: 0; border-left: 0; }
  .product-v2 .coaching-page-tool .coaching-start { grid-template-columns: 44px minmax(0,1fr); }
  .product-v2 .coaching-page-tool .match-id-entry { grid-column: 1 / -1; }
  .product-v2 .report-command { grid-template-columns: minmax(0,1fr); gap: 24px; }
  .product-v2 .report-roster-list { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .product-v2 .report-detail { border-left: 0; border-top: 1px solid var(--pp-line); padding: 24px 0 0; }
}
@media (max-width: 640px) {
  .product-v2 .home-tools { gap: 12px; padding-block: 16px 32px; }
  .product-v2 .home-tools a { min-height: 190px; justify-content: flex-start; gap: 20px; padding: 24px 14px; }
  .product-v2 .home-tools .tool-medallion { width: 60px; height: 60px; flex-basis: 60px; }
  .product-v2 .home-tools .tool-icon { width: 28px; height: 28px; }
  .product-v2 .home-tools .tool-title { font-size: 18px; }
  .product-v2 .home-tools .tool-arrow { right: 12px; bottom: 12px; width: 14px; height: 14px; }
  .product-v2 .product-footer { margin-top: 24px; padding-block: 32px 24px; }
  .product-v2 .footer-inner { width: calc(100% - 32px); }
  .product-v2 .footer-links { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 20px; }
  .product-v2 .footer-bottom { align-items: flex-start; gap: 16px; }
  .product-v2 .footer-bottom small { flex: 1; }
  .product-v2 .back-to-top { order: 1; }
  .product-v2 :is(.section-bar,.learning-suite-intro,.ward-intel-head,.item-trend-head) h2 { font-size: 27px; }
  .product-v2 .learning-suite { padding-block: 20px 32px; }
  .product-v2 .learning-suite-intro { padding-bottom: 20px; }
  .product-v2 .learning-workbench { gap: 24px; }
  .product-v2 .learning-workbench .learning-topic-tabs { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .product-v2 .learning-workbench .learning-topic-tabs button { min-height: 52px; padding: 12px 16px; }
  .product-v2 .learning-workbench .learning-role-tabs { gap: 4px; }
  .product-v2 .learning-workbench .learning-role-tabs button { padding: 10px 12px; }
  .product-v2 .learning-workbench .benchmark-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 0; }
  .product-v2 .learning-workbench .benchmark-metric { padding: 0 16px; min-height: 110px; border: 0; }
  .product-v2 .learning-workbench .benchmark-metric:nth-child(odd) { padding-left: 0; border-right: 1px solid var(--pp-line); }
  .product-v2 .learning-workbench .benchmark-metric small { flex-wrap: wrap; gap: 8px; align-content: flex-start; min-height: 64px; }
  .product-v2 .learning-workbench .benchmark-metric .ui-icon { flex-basis: 100%; mask-position: left center; -webkit-mask-position: left center; mask-size: 20px; -webkit-mask-size: 20px; }
  .product-v2 .learning-workbench .benchmark-metric:first-child { padding-left: 0; }
  .product-v2 .learning-workbench .benchmark-metric:last-child { border: 0; }
  .product-v2 .learning-workbench .benchmark-metric strong { font-size: 32px; }
  .product-v2 .learning-workbench .role-learning-focus { padding: 20px 0 20px 40px; }
  .product-v2 .learning-workbench .laning-target { padding: 18px 12px; grid-template-columns: minmax(0,1fr); gap: 12px; }
  .product-v2 .learning-workbench .laning-target:first-child { padding-left: 12px; }
  .product-v2 .learning-workbench .laning-target h3 { min-height: 26px; }
  .product-v2 .learning-workbench .laning-target dl { gap: 6px 24px; }
  .product-v2 .learning-workbench .laning-target dt { position: static; width: auto; height: auto; clip: auto; clip-path: none; white-space: normal; grid-row: 1; }
  .product-v2 .lane-comparison-head { display: none; }
  .product-v2 .learning-workbench .laning-target dd { gap: 10px; font-size: 20px; }
  .product-v2 .learning-workbench .mistake-row { grid-template-columns: 1fr; padding: 18px; }
  .product-v2 .learning-workbench .mistake-rate { grid-column: 1; grid-row: auto; align-items: flex-start; flex-direction: row; align-items: baseline; justify-content: flex-start; }
  .product-v2 .learning-workbench :is(.objective-layout,.matchup-lesson-grid,.death-review-layout) { grid-template-columns: minmax(0,1fr); gap: 24px; }
  .product-v2 .learning-workbench .objective-score { border: 0; padding: 24px; }
  .product-v2 .learning-workbench .matchup-lesson { padding: 20px; }
  .product-v2 .pro-coaching-section { margin: 24px -16px 32px; padding: 32px 20px 220px; min-height: 500px; }
  .product-v2 .pro-coaching-art { inset: auto 0 0; width: 100%; height: 300px; object-position: right center; opacity: 1; }
  .product-v2 .pro-coaching-section::after { background: linear-gradient(180deg,#000 42%,transparent 66%,transparent 90%,#000); }
  .product-v2 .pro-coaching-copy { padding: 0; }
  .product-v2 .pro-coaching-copy h2 { font-size: 34px; }
  .product-v2 .pro-coaching-copy > p { font-size: 16px; max-width: 250px; }
  .product-v2 .ward-intel-section { padding-top: 24px; }
  .product-v2 .ward-intel-body { grid-template-columns: minmax(0,1fr); gap: 24px; }
  .product-v2 .ward-intel-section::before { inset: 45% -16px 0 0; background-size: auto 100%; opacity: .3; }
  .product-v2 .ward-intel-summary { padding-top: 0; }
  .product-v2 .ward-summary-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-v2 .ward-summary-metric:first-child { grid-column: 1 / -1; }
  .product-v2 .ward-summary-copy h3 { font-size: 26px; }
  .product-v2 .ward-location-row { padding-block: 12px; }
  .product-v2 .ward-location-copy strong { font-size: 16px; }
  .product-v2 .research-role-tabs { display: flex; overflow-x: auto; padding-bottom: 8px; margin-bottom: 16px; scrollbar-width: thin; }
  .product-v2 .research-role-tabs button { flex: 0 0 auto; flex-direction: row; min-height: 48px; padding: 10px 16px; }
  .product-v2 .research-role-tabs .ui-icon { width: 18px; height: 18px; }
  .product-v2 .research-feature { min-height: 190px; padding: 16px 0; }
  .product-v2 .research-feature-copy strong { font-size: 28px; }
  .product-v2 .role-table header { flex-wrap: wrap; gap: 16px; padding: 0 0 20px; }
  .product-v2 .role-table header h3 { font-size: 20px; }
  .product-v2 .research-sort button { padding-inline: 10px; }
  .product-v2 :is(.role-row,.research-column-head) { grid-template-columns: minmax(0,1fr) 60px 60px; gap: 12px; padding-inline: 0; }
  .product-v2 .role-row { min-height: 84px; }
  .product-v2 .research-hero { gap: 0; }
  .product-v2 .research-hero .rank { display: none; }
  .product-v2 .role-row .hero-inline { gap: 8px; }
  .product-v2 .role-row .hero-inline b { font-size: 16px; }
  .product-v2 .role-row .hero-inline img { width: 32px; height: 32px; flex-basis: 32px; }
  .product-v2 .draft-pressure-grid { grid-template-columns: minmax(0,1fr); gap: 32px; }
  .product-v2 .item-trend-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .product-v2 .item-trend-card { padding: 16px; gap: 10px; grid-template-rows: auto auto 1fr; min-height: 0; }
  .product-v2 .item-trend-card-head { grid-template-columns: minmax(0,1fr); gap: 10px; }
  .product-v2 .item-trend-card-head img { width: 66px; height: 48px; }
  .product-v2 .item-trend-card-copy strong { min-height: 44px; }
  .product-v2 .item-trend-signal { flex-wrap: wrap; gap: 8px; }
  .product-v2 .item-trend-stats { gap: 14px; grid-template-columns: 1fr; }
  .product-v2 .item-trend-stat:last-child { text-align: left; }
  .product-v2 .item-trend-stat strong { font-size: 23px; }
  .product-v2 .item-timing-benchmarks summary { padding-block: 18px; }
  .product-v2 .tournament-watch-head { flex-wrap: wrap; gap: 16px; }
  .product-v2 .tournament-match { grid-template-columns: minmax(0,1fr); gap: 12px; }
  .product-v2 .tournament-score { display: flex; align-items: center; justify-content: space-between; gap: 12px; text-align: left; }
  .product-v2 .counter-head h1 { font-size: 32px; gap: 12px; align-items: flex-start; }
  .product-v2 .counter-head h1 .ui-icon { width: 26px; height: 26px; margin-top: 6px; }
  .product-v2 #counter-view .counter-panel { display: flex; flex-direction: column; gap: 24px; padding-top: 24px; }
  .product-v2 #counter-view .counter-pool { order: 4; padding: 24px 0 0; border-left: 0; border-top: 1px solid var(--pp-line); }
  .product-v2 #counter-view .counter-role-filter { order: 5; }
  .product-v2 #counter-view .counter-action-bar { order: 6; }
  .product-v2 .counter-hero-grid { max-height: 340px; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-v2 .counter-hero-choice { padding: 10px; gap: 10px; grid-template-columns: minmax(0,1fr); min-height: 112px; }
  .product-v2 .counter-hero-choice img { width: 44px; height: 40px; }
  .product-v2 .counter-slot,.product-v2 .counter-slot.is-filled { min-height: 62px; padding: 8px 12px; }
  .product-v2 .draft-result-card { grid-template-columns: minmax(0,1fr); padding: 20px; }
  .product-v2 .item-decision-form { grid-template-columns: minmax(0,1fr); gap: 28px; }
  .product-v2 .item-decision-form :is(.item-enemy-fields,.item-choice-fields) { grid-column: 1; grid-template-columns: minmax(0,1fr); padding: 24px 0 0; border-left: 0; border-top: 1px solid var(--pp-line); }
  .product-v2 .item-decision-form legend { margin-bottom: 16px; }
  .product-v2 .item-hero-preview { min-height: 86px; padding: 0; }
  .product-v2 .item-form-actions { padding-top: 20px; }
  .product-v2 .item-form-actions button { width: 100%; }
  .product-v2 .item-decision-card { padding: 20px; }
  .product-v2 .coaching-page-tool { padding: 20px; }
  .product-v2 .coaching-page-tool .coaching-start { gap: 16px; }
  .product-v2 .coaching-page-tool .match-id-entry { grid-template-columns: minmax(0,1fr); gap: 12px; }
  .product-v2 .analysis-pro-section { grid-template-columns: minmax(0,1fr); padding-block: 28px; gap: 20px; }
  .product-v2 .report-roster-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-v2 .report-player { grid-template-columns: 36px minmax(0,1fr); padding: 10px; gap: 8px; }
  .product-v2 .report-player img { width: 36px; height: 36px; }
  .product-v2 .report-player strong { font-size: 14px; }
  .product-v2 .report-identity { grid-template-columns: 48px minmax(0,1fr); }
  .product-v2 .report-identity img { width: 48px; height: 48px; }
  .product-v2 .report-identity h2 { font-size: 24px; }
  .product-v2 .report-insight { padding: 18px; }
  .product-v2 .report-analysis-tabs { gap: 8px; }
  .product-v2 .report-analysis-tabs button { font-size: 15px; padding-inline: 12px; }
  .product-v2 .fight-tiles { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .product-v2 .fight-tile { padding-inline: 14px; }
  .product-v2 .fight-tile strong { font-size: 26px; }
  .product-v2 .hero-page-head { --hero-inset: 16px; padding: 24px 16px 0; }
  .product-v2 .hero-page-copy { width: 100%; max-width: none; }
  .product-v2 .hero-page-copy h1 { font-size: 38px; }
  .product-v2 .hero-art { position: relative; right: auto; width: calc(100% + 32px); height: 320px; margin: 16px -16px 0; padding: 16px; }
  .product-v2 .hero-page-head[data-art-style='painted'] .hero-art { height: min(560px,calc((100vw - 32px) * 1.5)); }
  .product-v2 .hero-guide-nav { gap: 8px; padding-inline: 0; }
  .product-v2 .hero-guide-nav a { font-size: 15px; padding: 10px 12px; }
  .product-v2 .guide-panel-head { padding: 24px 16px 16px; }
  .product-v2 .guide-panel-body { padding: 8px 16px 24px; }
  .product-v2 .role-tabs { padding: 8px 16px; }
  .product-v2 .guide-panel-head h2 { font-size: 25px; }
  .product-v2 .ability-seq { gap: 12px; }
  .product-v2 .talent-branch-row { grid-template-columns: minmax(0,1fr) 36px minmax(0,1fr); gap: 8px; }
  .product-v2 .talent-choice { padding: 12px 10px; }
  .product-v2 .talent-choice strong { font-size: 14px; }
  .product-v2 .neutral-tier-grid { grid-template-columns: minmax(0,1fr); }
  .product-v2 .neutral-tier-card { padding: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .product-v2 .home-tools a::before { display: none; }
  .product-v2 .home-tools a:is(:hover,:focus-visible) :is(.tool-medallion,.tool-icon,.tool-arrow) { transform: none; }
  .product-v2 :is(.ability-node,.build-item-tile,.item-stat-tile):hover { transform: none; }
  .product-v2 :is(.build-item-tile,.item-stat-tile):hover img { transform: none; }
  .product-v2 .research-feature:hover .research-render { transform: none; }
}

/* Report additions: score breakdown, data notices, disables, ability usage, heatmap, item and skill icons. */
.product-v2 .report-grade .score-confidence { display: block; margin-top: 4px; font-size: 14px; font-style: normal; color: var(--pp-muted); }
.product-v2 .report-grade .score-confidence.low { color: #e9ac93; }
.product-v2 .report-notices { display: grid; gap: 8px; margin: 16px 0 0; }
.product-v2 .report-notice { margin: 0; padding: 12px 16px; border-left: 3px solid var(--pp-blue); border-radius: 0 8px 8px 0; background: var(--pp-panel); font-size: 14px; line-height: 1.5; color: var(--pp-muted); }
.product-v2 .report-notice strong { color: var(--pp-text); margin-right: 6px; }
.product-v2 .report-notice.warn { border-left-color: #e9ac93; }
.product-v2 .disable-tiles { margin-bottom: 16px; }
.product-v2 .source-row.plain { grid-template-columns: minmax(140px, 220px) 1fr minmax(120px, 200px); }
.product-v2 .source-row.plain > span { overflow-wrap: anywhere; }
.product-v2 .ability-usage { display: grid; gap: 8px; }
.product-v2 .ability-usage-row { display: grid; grid-template-columns: 44px minmax(0,1fr) repeat(3, minmax(72px, auto)); align-items: center; gap: 12px; padding: 10px 12px; border-radius: 8px; background: var(--pp-panel); }
.product-v2 .ability-usage-row img { width: 44px; height: 44px; border-radius: 6px; object-fit: cover; }
.product-v2 .ability-usage-name { display: grid; gap: 2px; min-width: 0; }
.product-v2 .ability-usage-name small { color: var(--pp-muted); }
.product-v2 .ability-usage-stat { display: grid; text-align: right; }
.product-v2 .ability-usage-stat b { font-variant-numeric: tabular-nums; }
.product-v2 .ability-usage-stat small { color: var(--pp-muted); font-size: 14px; }
.product-v2 .death-killer small { display: block; color: var(--pp-muted); font-size: 14px; }
.product-v2 .death-unit-mark { display: inline-block; width: 22px; height: 22px; border-radius: 50%; background: var(--pp-line-strong); vertical-align: middle; margin-right: 8px; }
.product-v2 .item-chip img.item-icon { width: 34px; height: 25px; border-radius: 3px; object-fit: cover; margin-right: 8px; vertical-align: middle; }
.product-v2 .pack-items { display: flex; flex-wrap: wrap; gap: 8px; }
.product-v2 .order-cell img { display: block; width: 36px; height: 36px; border-radius: 4px; margin: 4px auto 2px; }
.product-v2 .order-cell small { display: block; font-size: 14px; color: var(--pp-muted); }
.product-v2 .heatmap-map { position: relative; width: min(100%, 520px); border-radius: 8px; overflow: hidden; }
.product-v2 .heatmap-map img { display: block; width: 100%; height: auto; }
.product-v2 .heat-layer { position: absolute; inset: 0; }
.product-v2 .heat-cell { position: absolute; display: block; background: #9cd9bf; border-radius: 2px; pointer-events: auto; }
.product-v2 .heat-death { position: absolute; display: block; width: 14px; height: 14px; margin: -7px 0 0 -7px; border-radius: 50%; background: var(--pp-red); border: 2px solid #141819; box-shadow: 0 0 0 3px #ff8d9155; }
.product-v2 .presence-sides { margin-top: 12px; }
.product-v2 .nw-area { fill: #9cd9bf1f; }
.product-v2 .nw-grid.axis { stroke: var(--pp-line-strong); }
.product-v2 .nw-mark-line { stroke: #ffb4ad; stroke-width: 1; stroke-dasharray: 3 4; }
.product-v2 .nw-legend { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 8px; font-size: 14px; color: var(--pp-muted); }
.product-v2 .nw-legend span { display: inline-flex; align-items: center; gap: 8px; }
.product-v2 .nw-legend i.line { width: 20px; height: 3px; background: #62e6b1; border-radius: 2px; }
.product-v2 .nw-legend i.dot { width: 10px; height: 10px; border-radius: 50%; background: #ffb4ad; }
.product-v2 .lowdata-badge { color: #e9ac93; font-style: normal; }
.product-v2 .benchmark-sample-ids { margin: 8px 0 16px; font-size: 14px; color: var(--pp-muted); }
.product-v2 .benchmark-sample-ids summary { cursor: pointer; color: var(--pp-blue); }
.product-v2 .benchmark-sample-ids p { margin: 8px 0 0; overflow-wrap: anywhere; }
@media (max-width: 720px) {
  .product-v2 .ability-usage-row { grid-template-columns: 36px minmax(0,1fr); }
  .product-v2 .ability-usage-row img { width: 36px; height: 36px; }
  .product-v2 .ability-usage-stat { text-align: left; }
}

/* Replay upload: a drop zone beside the Match ID form, and a small hint on the home masthead. */
.product-v2 .coaching-upload { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 16px; margin-top: 16px; }
.product-v2 .coaching-upload[hidden] { display: none; }
.product-v2 .coaching-upload-or { color: var(--pp-muted); font-size: 14px; text-transform: uppercase; letter-spacing: 0; }
.product-v2 .coaching-upload-drop { display: grid; grid-template-columns: 44px minmax(0, 1fr); align-items: center; gap: 12px; min-height: 64px; padding: 12px 16px; border: 1px dashed var(--pp-line-strong); border-radius: 8px; background: transparent; color: var(--pp-text); cursor: pointer; transition: border-color .16s ease, background-color .16s ease; }
.product-v2 .coaching-upload-drop:hover, .product-v2 .coaching-upload-drop:focus-visible, .product-v2 .coaching-upload-drop.is-dragging { border-color: var(--pp-blue); background: #16282b; }
.product-v2 .coaching-upload-drop .ui-icon { width: 28px; height: 28px; margin: 0 auto; color: var(--pp-blue); }
.product-v2 .coaching-upload-drop strong { display: block; font-size: 16px; line-height: 1.4; }
.product-v2 .coaching-upload-drop small { display: block; color: var(--pp-muted); font-size: 14px; line-height: 1.5; }
.product-v2 .home-upload-hint { margin: 12px 0 0; font-size: 14px; text-align: center; }
.product-v2 .home-upload-hint a { color: var(--pp-blue); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 720px) {
  .product-v2 .coaching-upload { grid-template-columns: 1fr; gap: 8px; }
  .product-v2 .coaching-upload-or { text-align: center; }
}

/* Analysis steps on the replay page: the pipeline the server reports, one dot per step. */
.icon-x { --ui-icon: url('/assets/ui/x.svg'); }
.product-v2 .coaching-steps { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 0; padding: 0; list-style: none; }
.product-v2 .coaching-steps li { display: inline-flex; align-items: center; gap: 8px; color: var(--pp-faint); font-size: 14px; line-height: 1.5; }
.product-v2 .coaching-steps li i { flex: 0 0 auto; width: 8px; height: 8px; border-radius: 50%; background: var(--pp-line-strong); }
.product-v2 .coaching-steps li[data-state="active"] { color: var(--pp-text); font-weight: 600; }
.product-v2 .coaching-steps li[data-state="active"] i { background: #9cd9bf; box-shadow: 0 0 0 4px #9cd9bf33; }
.product-v2 .coaching-steps li[data-state="done"] { color: var(--pp-muted); }
.product-v2 .coaching-steps li[data-state="done"] i { background: var(--pp-green); }
.product-v2 .coaching-steps li[data-state="failed"] i { background: var(--pp-red); }

/* Analysis session bar: the running or finished replay analysis follows the player across pages. */
.product-v2.has-analysis-session { padding-bottom: 104px; }
.product-v2 .analysis-session { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; width: min(calc(100% - 32px),1344px); margin: 0 auto 16px; border: 1px solid var(--pp-line); border-radius: var(--ui-radius); background: #101012eb; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: var(--ui-surface-shadow); color: var(--pp-text); }
.product-v2 .analysis-session-body { display: grid; grid-template-columns: auto minmax(0,1fr) auto auto; align-items: center; gap: 16px; padding: 12px 16px; }
.product-v2 .analysis-session-mark { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 6px; background: var(--ui-selection); color: #9cd9bf; }
.product-v2 .analysis-session-text { display: grid; gap: 2px; min-width: 0; }
.product-v2 .analysis-session-text strong { font-size: 16px; line-height: 1.4; }
.product-v2 .analysis-session-text small { color: var(--pp-muted); font-size: 14px; overflow-wrap: anywhere; }
.product-v2 .analysis-session-percent { font: 500 22px/1 "Outfit", "Segoe UI", sans-serif; font-variant-numeric: tabular-nums; color: #9cd9bf; }
.product-v2 .analysis-session-actions { display: flex; align-items: center; gap: 8px; }
.product-v2 .analysis-session-open { display: inline-flex; align-items: center; min-height: 44px; padding: 0 16px; border-radius: 6px; background: var(--ui-action-fill); color: var(--ui-action-text); font-weight: 600; text-decoration: none; white-space: nowrap; }
.product-v2 .analysis-session-open:hover { background: var(--ui-action-fill); border-color: var(--ui-accent); }
.product-v2 .analysis-session-dismiss { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--pp-line); border-radius: 6px; background: transparent; color: var(--pp-text); }
.product-v2 .analysis-session-dismiss:hover { background: var(--pp-panel-strong); }
.product-v2 .analysis-session-track { height: 4px; margin: 0 16px 12px; border-radius: 2px; overflow: hidden; background: #26312f; }
.product-v2 .analysis-session-track i { display: block; width: 0; height: 100%; background: #9cd9bf; transition: width .35s ease; }
.product-v2 .analysis-session[data-status="completed"] .analysis-session-mark { color: var(--pp-green); }
.product-v2 .analysis-session[data-status="completed"] .analysis-session-track i { background: var(--pp-green); }
.product-v2 .analysis-session[data-status="failed"] .analysis-session-track i { background: var(--pp-red); }
.product-v2 .analysis-session[data-status="failed"] .analysis-session-percent,
.product-v2 .analysis-session[data-status="failed"] .analysis-session-mark { color: var(--pp-red); }
@media (prefers-reduced-motion: no-preference) {
  .product-v2 .analysis-session { transform: translateY(24px); opacity: 0; transition: transform .28s cubic-bezier(.2,.75,.25,1), opacity .28s ease; }
  .product-v2 .analysis-session.is-visible { transform: none; opacity: 1; }
}
@media (max-width: 720px) {
  .product-v2.has-analysis-session { padding-bottom: 148px; }
  .product-v2 .analysis-session { width: calc(100% - 24px); margin-bottom: 12px; }
  .product-v2 .analysis-session-body { grid-template-columns: auto minmax(0,1fr) auto; gap: 12px; }
  .product-v2 .analysis-session-actions { grid-column: 1 / -1; }
  .product-v2 .analysis-session-open { flex: 1; justify-content: center; }
}
.product-v2 .score-ledger { margin: 20px 0 0; padding: 20px 24px; border-radius: 8px; background: var(--ui-surface, #101012); border: 1px solid #ffffff14; }
.product-v2 .score-ledger-head h3 { margin: 0; font: 500 21px/1.35 Outfit,sans-serif; }
.product-v2 .score-ledger-head p { margin: 6px 0 12px; font-size: 14px; color: var(--pp-muted); }
.product-v2 .score-ledger ul { list-style: none; margin: 0; padding: 0; max-width: 640px; }
.product-v2 .score-ledger li { border-bottom: 1px solid var(--pp-line); }
.product-v2 .score-ledger li.total, .product-v2 .score-ledger li.ledger-clean { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; }
.product-v2 .score-ledger li.total { border-bottom: 0; color: var(--pp-text); font-weight: 600; font-size: 16px; }
.product-v2 .score-ledger li.ledger-clean { color: var(--pp-muted); font-size: 14px; }
.product-v2 .score-ledger li b { font-variant-numeric: tabular-nums; }
.product-v2 .ledger-row { display: flex; width: 100%; min-height: 48px; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 0; border: 0; background: transparent; color: inherit; font: inherit; text-align: left; cursor: pointer; }
.product-v2 .ledger-row span { display: grid; gap: 2px; }
.product-v2 .ledger-row strong { font-weight: 500; font-size: 16px; color: var(--pp-text); }
.product-v2 .ledger-row small { font-size: 14px; color: var(--pp-muted); }
.product-v2 .ledger-row b { color: #ff8d91; font-size: 18px; }
.product-v2 .ledger-row:hover strong, .product-v2 .ledger-row:focus-visible strong { text-decoration: underline; }
.product-v2 .score-basis { margin: 12px 0 0; font-size: 14px; color: var(--pp-muted); }
.product-v2 .report-analysis-tabs .tab-penalty { display: inline-block; margin-left: 8px; padding: 2px 8px; border-radius: 999px; background: #ff8d9126; color: #ff8d91; font-style: normal; font-size: 14px; font-weight: 700; font-variant-numeric: tabular-nums; }
.product-v2 .tab-notes { display: grid; gap: 12px; margin: 0 0 24px; }
.product-v2 .penalty-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 12px; color: #ff8d91; }
.product-v2 .penalty-head strong { font: 600 20px/1.3 Outfit,sans-serif; }
.product-v2 .penalty-head span { font-size: 14px; color: var(--pp-muted); }
.product-v2 .penalty-note { display: grid; grid-template-columns: 112px minmax(0,1fr); gap: 20px; padding: 20px 24px; border-radius: 8px; border: 1px solid #ff8d9159; border-left: 6px solid #ff8d91; background: #2b1a1f; }
.product-v2 .penalty-note.warning { border-left-color: #f0a08a; background: #281d1d; }
.product-v2 .penalty-points { display: grid; align-content: center; justify-items: center; gap: 2px; border-right: 1px solid #ff8d9140; padding-right: 20px; }
.product-v2 .penalty-points b { font: 600 44px/1 Outfit,sans-serif; color: #ff8d91; font-variant-numeric: tabular-nums; }
.product-v2 .penalty-points small { font-size: 14px; color: #ffb9bc; text-transform: uppercase; letter-spacing: .04em; }
.product-v2 .penalty-tag { margin: 0 0 4px; font-size: 14px; font-weight: 700; color: #ff8d91; text-transform: uppercase; letter-spacing: .04em; }
.product-v2 .penalty-copy h3 { margin: 0 0 8px; font: 500 21px/1.35 Outfit,sans-serif; color: var(--pp-text); }
.product-v2 .penalty-copy p { margin: 0 0 6px; font-size: 16px; line-height: 1.55; }
.product-v2 .build-reference-note strong { color: var(--pp-text); margin-right: 6px; }
@media (max-width: 640px) {
  .product-v2 .penalty-note { grid-template-columns: 1fr; gap: 12px; padding: 16px; }
  .product-v2 .penalty-points { grid-auto-flow: column; justify-content: start; align-items: baseline; gap: 8px; border-right: 0; border-bottom: 1px solid #ff8d9140; padding: 0 0 10px; }
  .product-v2 .penalty-points b { font-size: 36px; }
  .product-v2 .score-ledger { padding: 16px; }
}
.product-v2 .lineup-answers { display: grid; grid-template-columns: repeat(auto-fill,minmax(300px,1fr)); gap: 12px; }
.product-v2 .lineup-answer { padding: 16px 18px; border-radius: 8px; background: var(--ui-surface, #101012); border: 1px solid #ffffff14; border-left: 3px solid #e8b294; }
.product-v2 .lineup-answer.built { border-left-color: #75dfb0; }
.product-v2 .lineup-answer-head { display: grid; grid-template-columns: 44px minmax(0,1fr) auto; gap: 10px; align-items: center; margin-bottom: 8px; }
.product-v2 .lineup-answer-head img { width: 44px; height: 32px; object-fit: cover; border-radius: 4px; }
.product-v2 .lineup-answer-head h5 { margin: 0; font: 500 17px/1.3 Outfit,sans-serif; color: var(--pp-text); }
.product-v2 .lineup-answer-head small { font-size: 14px; color: var(--pp-muted); }
.product-v2 .lineup-answer-head em { font-style: normal; font-size: 14px; font-weight: 700; color: #e8b294; }
.product-v2 .lineup-answer.built .lineup-answer-head em { color: #75dfb0; }
.product-v2 .lineup-answer p { margin: 0 0 8px; font-size: 14px; line-height: 1.5; color: var(--pp-muted); }
.product-v2 .lineup-answer ul { margin: 0 0 8px; padding-left: 18px; font-size: 14px; line-height: 1.5; }
.product-v2 .lineup-answer li small { display: block; color: var(--pp-muted); font-size: 14px; }
.product-v2 .lineup-answer .lineup-deaths { color: #ff8d91; font-weight: 600; }
.product-v2 .lineup-answer .lineup-caveat, .product-v2 .lineup-answer .lineup-evidence { font-size: 14px; color: #8e949e; margin-bottom: 4px; }
.product-v2 .patch-pending-note { margin: 8px 0 0; max-width: 52ch; font-size: 14px; line-height: 1.5; color: #e8b294; }
.product-v2 .report-insight.fundamentals { border-left-color: #c4b7e5; background: #1f1d2a; }
.product-v2 .insight-tag { margin: 0 0 6px; font-size: 14px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #c4b7e5; }
.product-v2 .lineup-answer-head { grid-template-columns: minmax(0,1fr) auto; }
.product-v2 .lineup-items { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 8px; margin: 0 0 10px; }
.product-v2 .lineup-item { display: inline-flex; align-items: center; gap: 8px; padding: 4px 10px 4px 4px; border-radius: 6px; background: #ffffff0d; font-size: 14px; color: var(--pp-text); }
.product-v2 .lineup-item img { width: 36px; height: 26px; object-fit: cover; border-radius: 4px; }
.product-v2 .lineup-item.built { background: #75dfb026; color: #75dfb0; }
.product-v2 .lineup-or { font-style: normal; font-size: 14px; color: var(--pp-muted); }
