@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Outfit:wght@300;400;500;600&display=swap";.shared-presentation{--pres-navy: #0f1f35;--pres-navy-light: #1a3050;--pres-gold: #c9a84c;--pres-gold-light: #e8d5a0;--pres-cream: #f8f5ef;--pres-white: #ffffff;--pres-text: #2d3748;--pres-text-muted: #718096;--pres-border: #e2ddd4;--pres-card-bg: #ffffff;min-height:100vh;background:var(--pres-cream);font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--pres-text);-webkit-font-smoothing:antialiased}.shared-presentation .pres-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:.75rem 2rem;background:var(--pres-navy);color:var(--pres-white);box-shadow:0 2px 12px #0f1f3526}.shared-presentation .pres-header-logo{font-family:Playfair Display,Georgia,serif;font-size:16px;font-weight:600;color:var(--pres-gold);letter-spacing:.5px}.shared-presentation .pres-header-right{display:flex;align-items:center;gap:1rem;font-size:12px;color:#ffffffb3}.shared-presentation .pres-confidential{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border:1px solid rgba(201,168,76,.5);border-radius:3px;font-size:10px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--pres-gold)}.shared-presentation .pres-hero{padding:3rem 2rem 2rem;max-width:960px;margin:0 auto}.shared-presentation .pres-hero-prepared{font-size:12px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:var(--pres-gold);margin-bottom:.5rem}.shared-presentation .pres-hero-title{font-family:Playfair Display,Georgia,serif;font-size:32px;font-weight:700;color:var(--pres-navy);margin:0 0 .75rem;line-height:1.2}.shared-presentation .pres-hero-description{font-size:15px;color:var(--pres-text-muted);margin:0 0 1.5rem;line-height:1.6}.shared-presentation .pres-hero-meta{display:flex;gap:2rem;font-size:13px;color:var(--pres-text-muted);border-top:1px solid var(--pres-border);padding-top:1rem}.shared-presentation .pres-hero-meta span{display:flex;align-items:center;gap:4px}.shared-presentation .pres-hero-meta strong{font-weight:500;color:var(--pres-text)}.shared-presentation .pres-stats-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1px;max-width:960px;margin:0 auto 2rem;padding:0 2rem}.shared-presentation .pres-stat-cell{background:var(--pres-card-bg);padding:1.25rem 1rem;text-align:center;border:1px solid var(--pres-border)}.shared-presentation .pres-stat-cell:first-child{border-radius:6px 0 0 6px}.shared-presentation .pres-stat-cell:last-child{border-radius:0 6px 6px 0}.shared-presentation .pres-stat-value{font-family:Playfair Display,Georgia,serif;font-size:24px;font-weight:700;color:var(--pres-navy)}.shared-presentation .pres-stat-label{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.8px;color:var(--pres-text-muted);margin-top:4px}.shared-presentation .pres-section-label{max-width:960px;margin:0 auto 1rem;padding:0 2rem;font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--pres-text-muted)}.shared-presentation .pres-coaches{max-width:960px;margin:0 auto;padding:0 2rem 3rem;display:flex;flex-direction:column;gap:1rem}.shared-presentation .pres-coach-card{background:var(--pres-card-bg);border:1px solid var(--pres-border);border-radius:8px;overflow:hidden;transition:box-shadow .2s}.shared-presentation .pres-coach-card:hover{box-shadow:0 4px 16px #0f1f3514}.shared-presentation .pres-coach-header{display:grid;grid-template-columns:60px 1fr auto;gap:1rem;padding:1.25rem 1.5rem;cursor:pointer;align-items:center}.shared-presentation .pres-avatar{width:50px;height:50px;border-radius:50%;background:var(--pres-navy);color:var(--pres-gold);display:flex;align-items:center;justify-content:center;font-family:Playfair Display,Georgia,serif;font-size:18px;font-weight:700;flex-shrink:0}.shared-presentation .pres-coach-body{min-width:0}.shared-presentation .pres-coach-name{font-family:Playfair Display,Georgia,serif;font-size:18px;font-weight:600;color:var(--pres-navy);margin:0 0 2px}.shared-presentation .pres-coach-team{font-size:13px;color:var(--pres-text-muted);margin:0 0 8px}.shared-presentation .pres-tags{display:flex;flex-wrap:wrap;gap:6px}.shared-presentation .pres-tag{display:inline-block;padding:2px 10px;border-radius:12px;font-size:11px;font-weight:500;letter-spacing:.3px}.shared-presentation .pres-tag-competition{background:#0f1f3514;color:var(--pres-navy)}.shared-presentation .pres-tag-style{background:#c9a84c26;color:#8b7530}.shared-presentation .pres-coach-right{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.shared-presentation .pres-archetype-badge{display:inline-block;padding:3px 12px;border-radius:4px;background:var(--pres-navy);color:var(--pres-gold);font-size:11px;font-weight:600;letter-spacing:.5px}.shared-presentation .pres-coach-stat{font-size:12px;color:var(--pres-text-muted)}.shared-presentation .pres-coach-stat strong{font-weight:600;color:var(--pres-text)}.shared-presentation .pres-expand-icon{font-size:12px;color:var(--pres-text-muted);transition:transform .2s}.shared-presentation .pres-expand-icon.expanded{transform:rotate(180deg)}.shared-presentation .pres-coach-notes{padding:1rem 1.5rem;margin-left:76px;font-size:14px;line-height:1.6;color:var(--pres-text);border-top:1px solid var(--pres-border)}.shared-presentation .pres-coach-expanded{padding:0 1.5rem 1.5rem;border-top:1px solid var(--pres-border)}.shared-presentation .pres-charts-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.5rem}.shared-presentation .pres-chart-section{background:var(--pres-cream);border-radius:8px;padding:1rem}.shared-presentation .pres-chart-section.full-width{grid-column:1 / -1}.shared-presentation .pres-chart-label{font-size:11px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:var(--pres-text-muted);margin-bottom:.75rem}.shared-presentation .pres-footer{text-align:center;padding:2rem;font-size:11px;color:var(--pres-text-muted);border-top:1px solid var(--pres-border);background:var(--pres-white)}.shared-presentation .pres-footer-brand{font-family:Playfair Display,Georgia,serif;font-weight:600;color:var(--pres-navy)}.shared-presentation .pres-loading{display:flex;align-items:center;justify-content:center;height:100vh;font-size:14px;color:var(--pres-text-muted)}.shared-presentation .pres-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:1rem}.shared-presentation .pres-error h2{font-family:Playfair Display,Georgia,serif;font-size:20px;font-weight:600;color:var(--pres-navy);margin:0}.shared-presentation .pres-error p{font-size:13px;color:var(--pres-text-muted);margin:0}@media (max-width: 768px){.shared-presentation .pres-header{padding:.75rem 1rem}.shared-presentation .pres-hero{padding:2rem 1rem 1.5rem}.shared-presentation .pres-hero-title{font-size:24px}.shared-presentation .pres-hero-meta{flex-direction:column;gap:.5rem}.shared-presentation .pres-stats-bar{padding:0 1rem;grid-template-columns:repeat(2,1fr)}.shared-presentation .pres-stat-cell:first-child,.shared-presentation .pres-stat-cell:last-child{border-radius:0}.shared-presentation .pres-coaches{padding:0 1rem 2rem}.shared-presentation .pres-coach-header{grid-template-columns:50px 1fr;padding:1rem}.shared-presentation .pres-coach-right{display:none}.shared-presentation .pres-coach-notes{margin-left:0}.shared-presentation .pres-charts-grid{grid-template-columns:1fr}.shared-presentation .pres-section-label,.shared-presentation .pres-stats-bar{padding-left:1rem;padding-right:1rem}}@media print{.shared-presentation .pres-header{position:relative;-webkit-print-color-adjust:exact;print-color-adjust:exact}.shared-presentation .pres-coach-card{break-inside:avoid;page-break-inside:avoid}.shared-presentation .pres-expand-icon{display:none}.shared-presentation .pres-coach-expanded{display:block!important}}:root{--color-purple: #621C49;--color-purple-dark: #4F0F3A;--color-purple-light: #96607D;--color-gold: #837754;--color-cream: #ECEAE6;--color-paper: #F8F4F2;--color-bg: #F5F1EC;--color-grey-line: #D1D3D3;--color-text-dark: #1F1F1F;--color-text-muted: #6B7280;--color-pros: #2E7D32;--color-cons: #B71C1C;--color-danger: #DC2626;--font-body: "Roboto Slab", Georgia, "Times New Roman", serif;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 10px;--shadow-card: 0 1px 3px rgba(0, 0, 0, .06);--shadow-card-hover: 0 4px 12px rgba(0, 0, 0, .1)}*{box-sizing:border-box}body{margin:0;font-family:var(--font-body);background:var(--color-bg);color:var(--color-text-dark)}button,input,select,textarea{font-family:inherit}@media (max-width: 640px){input,select,textarea{font-size:16px!important}}.app{min-height:100vh;display:flex;flex-direction:column}.app--center{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.1rem}.app-header{padding:1.5rem 2rem;border-bottom:1px solid rgba(148,163,184,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6}.app-title-block h1{margin:0;font-size:1.6rem}.app-title-block p{margin:.25rem 0 0;color:#6b7280;font-size:.95rem}.app-main{flex:1;padding:.5rem .75rem 1.5rem;display:flex;align-items:stretch;gap:1rem;max-width:100%;margin:0 auto;width:100%}.dashboard-container{background:#fff;border-radius:1rem;padding:.85rem 1.25rem 1.25rem;border:1px solid rgba(209,213,219,.9);box-shadow:0 18px 35px #0f172a14;flex:1 1 auto;min-width:0}.dashboard-empty{padding:3rem;text-align:center;color:#6b7280;font-size:1rem}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-bottom:1rem}.dashboard-row-label{margin:1rem 0 .25rem;font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#6b7280}.xg-row-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:1rem;margin-bottom:1rem}.xg-row-grid .dashboard-box{height:500px}.dashboard-box{background:#fff;border-radius:.75rem;padding:1rem 1.25rem;border:1px solid rgba(209,213,219,.7);box-shadow:0 4px 12px #0f172a0a;display:flex;flex-direction:column;min-height:0}.box-title{margin:0 0 1rem;font-size:.8rem;font-weight:600;color:#111827;border-bottom:1px solid rgba(229,231,235,.8);padding-bottom:.5rem}.box-empty{flex:1;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.9rem;text-align:center;padding:2rem 1rem}.dashboard-full-width{margin-top:1rem}.style-of-play-row{display:flex;gap:1rem;align-items:stretch;margin-bottom:1rem;height:500px}.style-of-play-main{flex:2.2 1 0;min-width:0;display:flex;flex-direction:column}.style-of-play-side{flex:1 1 0;min-width:0}.style-of-play-main .dashboard-box,.style-of-play-side .dashboard-box{height:100%}.compare-radar-full .dashboard-box{min-height:550px}.compare-row2{grid-template-columns:1fr 2fr;align-items:stretch}.compare-row2 .dashboard-box{height:600px}@media (max-width: 900px){.style-of-play-row{flex-direction:column;height:auto}}@media (max-width: 1400px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.dashboard-grid{grid-template-columns:1fr}.app-main{flex-direction:column}.sidebar-card{width:100%;flex:0 0 auto}.xg-row-grid{grid-template-columns:1fr}.xg-row-grid .dashboard-box{height:auto}}.card{background:#fff;border-radius:1rem;padding:1.25rem 1.5rem 1.5rem;border:1px solid rgba(209,213,219,.9);box-shadow:0 18px 35px #0f172a14;flex:1 1 auto;min-width:0}.sidebar-card{background:#fff;border-radius:1rem;padding:1rem;border:1px solid rgba(209,213,219,.9);box-shadow:0 18px 35px #0f172a14;display:flex;flex-direction:column;width:220px;flex:0 0 220px;text-align:left;min-width:200px}.card h2{margin:0 0 .25rem;font-size:1.25rem}.card-header-with-tabs{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.tab-bar{display:inline-flex;padding:.15rem;border-radius:999px;background:#e5e7ebcc}.tab-button{border:none;padding:.25rem .9rem;font-size:.8rem;border-radius:999px;background:transparent;color:#4b5563;cursor:pointer;transition:background .15s ease,color .15s ease}.tab-button--active{background:#111827;color:#f9fafb}.tab-button:not(.tab-button--active):hover{background:#d1d5dbe6}.card-subtitle{margin:0 0 1rem;font-size:.9rem;color:#6b7280}.table-wrapper{overflow:auto;border-radius:.75rem;border:1px solid rgba(209,213,219,.9);background:#fff}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{padding:.6rem .75rem;white-space:nowrap}th{text-align:left;font-weight:500;color:#6b7280;border-bottom:1px solid rgba(209,213,219,.9);background:#f9fafb}tr:nth-child(2n) td{background:#fff}tr:nth-child(odd) td{background:#f9fafb}tr:hover td{background:#3b82f61c}.row--selected td{background:#3b82f62e!important}.error{color:#b91c1c}.pca-scatter-wrapper{margin-top:.5rem;border-radius:1rem;border:1px solid rgba(229,231,235,.8);padding:.9rem 1rem;background:#fff;box-shadow:0 1px 3px #0000000a,0 1px 2px #00000008;display:flex;align-items:stretch;gap:.75rem}.pca-scatter{width:100%;height:380px;max-height:55vh;display:block;margin-left:0;margin-right:.9rem}.pca-circle{fill:#3b82f6;stroke:#2563eb;stroke-width:.3;transition:all .2s ease}.pca-circle--selected{fill:#f97316;stroke:#ea580c;stroke-width:.6}.pca-node{cursor:pointer}.pca-node:hover .pca-circle{fill:#2563eb;stroke:#1d4ed8;r:1.8}.pca-node:hover .pca-circle--selected{fill:#ea580c;stroke:#c2410c}.pca-label{pointer-events:none;-webkit-user-select:none;user-select:none}.pca-style-label{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.9}.pca-metric-sidebar{width:320px;flex:0 0 320px;padding-left:.5rem;display:flex;align-items:flex-start}.pca-metric-dropdown{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;font-size:.8rem;color:#6b7280;margin-bottom:.25rem}.pca-metric-select{max-width:260px;font-size:.8rem;padding:.15rem .35rem;border-radius:.4rem;border:1px solid rgba(209,213,219,.9);background-color:#fff}.pca-arrow{pointer-events:none}.style-score-list{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.75rem;justify-content:center}.style-score-chip{display:inline-flex;align-items:center;justify-content:center;gap:.3rem;padding:.2rem .5rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.7rem;min-width:5.5rem}.style-score-label{white-space:nowrap}.style-score-value{font-weight:600}.link-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;font-size:9px;border-radius:50%;flex-shrink:0;margin-right:4px}.link-icon.linked{background:#dcfce7;color:#16a34a;font-weight:700}.link-icon.unlinked{background:#f3f4f6;color:#9ca3af;font-weight:600}@media (min-width: 960px){.app-main{grid-template-columns:minmax(0,1.1fr)}}.section-heading{margin-top:1.25rem;margin-bottom:.4rem;font-size:1rem}.detail-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:1rem;margin-top:.75rem}.detail-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin:.25rem 0 .75rem;font-size:.86rem;color:#6b7280}.coach-summary-inline{margin-bottom:.5rem}.coach-summary-header{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem}.coach-name{margin:0;font-size:1.4rem;font-weight:700;letter-spacing:.01em}.coach-data-from{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;margin-left:.25rem}.coach-meta-row{display:flex;flex-wrap:wrap;gap:.4rem}.coach-chip{display:inline-flex;align-items:center;padding:.15rem .6rem;border-radius:999px;font-size:.78rem;font-weight:500}.coach-chip--team{background:#621c4914;color:#621c49}.coach-chip--matches{background:#10b98114;color:#047857}.detail-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem}.metric-label{display:block;font-size:.78rem;color:#6b7280}.metric-value{font-size:.95rem}.detail-side h4{margin:0 0 .4rem}.similar-list{list-style:none;padding:0;margin:0;max-height:550px;overflow-y:auto}.similar-list li{padding:.4rem .45rem;border-radius:.5rem;cursor:pointer;display:flex;flex-direction:column}.similar-list li:hover{background:#621c4938}.similar-name{font-size:.85rem;font-weight:500}.similar-meta{font-size:.72rem;color:#6b7280}.table-wrapper--compact table{font-size:.82rem}.sidebar-list{margin-top:.25rem;padding-right:.25rem;overflow-y:auto;max-height:calc(100vh - 190px);flex:1;min-height:0}.sidebar-item{width:100%;border:none;background:transparent;padding:.35rem .45rem;border-radius:.5rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;cursor:pointer}.sidebar-item:hover{background:#3b82f614}.sidebar-item--selected{background:#3b82f629}.sidebar-item-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.sidebar-item-name{font-size:.85rem;font-weight:500}.sidebar-item-club{font-size:.73rem;color:#6b7280}.sidebar-item-matches{font-size:.75rem;color:#4b5563;text-align:left;white-space:nowrap}.sidebar-group{border-radius:.5rem}.sidebar-item--group-header{cursor:pointer}.sidebar-sub-options{display:flex;flex-direction:column;gap:.15rem;padding:.2rem 0 .3rem 1rem}.sidebar-sub-item{display:flex;align-items:center;justify-content:space-between;width:100%;border:none;background:transparent;padding:.22rem .5rem;border-radius:.35rem;font-size:.78rem;color:#374151;cursor:pointer;text-align:left;gap:.5rem}.sidebar-sub-item:hover{background:#3b82f61a}.sidebar-sub-item--active{background:#3b82f633;font-weight:600}.sidebar-sub-item-matches{font-size:.7rem;color:#6b7280;white-space:nowrap}.beeswarm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1rem;margin-top:.75rem}.beeswarm-row{padding:.65rem .5rem .75rem;border:1px solid rgba(229,231,235,.9);border-radius:.6rem;background:#fff}.beeswarm-header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.25rem}.metric-title{font-size:.9rem;font-weight:500}.metric-sub{font-size:.78rem;color:#6b7280}.metric-value-main{font-size:.9rem;font-weight:500}.beeswarm-track{position:relative;height:32px;border-radius:999px;background:#f3f4f6;border:1px solid rgba(209,213,219,.9);overflow:hidden;margin-top:.2rem}.beeswarm-dot{position:absolute;top:50%;width:8px;height:8px;border-radius:999px;background:#94a3b8e6;transform:translateY(-50%);transition:opacity .2s ease}.beeswarm-dot--selected{background:#f97316;box-shadow:0 0 0 3px #fb923c99;width:10px;height:10px;z-index:10}.xg-section{margin-top:1.25rem}.xg-trend-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.35rem;flex-wrap:wrap}.xg-trend-title-row{display:flex;align-items:center;gap:.35rem}.xg-trend-controls{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.xg-control-group{display:flex;align-items:center;gap:.2rem}.xg-control-label{font-size:.72rem;color:#6b7280;font-weight:500}.xg-ma-input{width:3rem;font-size:.75rem;padding:.2rem .3rem;border:1px solid #d1d5db;border-radius:.35rem;background:#f9fafb;color:#111827;text-align:center;outline:none}.xg-ma-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.xg-date-input{font-size:.72rem;padding:.2rem .3rem;border:1px solid #d1d5db;border-radius:.35rem;background:#f9fafb;color:#111827;outline:none}.xg-date-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.xg-reset-btn{font-size:.7rem;font-weight:500;padding:.2rem .5rem;border:1px solid #d1d5db;border-radius:.35rem;background:#f9fafb;color:#6b7280;cursor:pointer;transition:all .12s ease}.xg-reset-btn:hover{background:#e5e7eb;color:#374151}.info-tooltip-wrap{position:relative;display:inline-flex;align-items:center;cursor:help}.info-icon{font-size:.85rem;color:#9ca3af;transition:color .12s ease}.info-tooltip-wrap:hover .info-icon{color:#6b7280}.info-tooltip-bubble{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:.4rem;width:260px;padding:.5rem .65rem;background:#1e293b;color:#f1f5f9;font-size:.72rem;line-height:1.45;border-radius:.5rem;box-shadow:0 4px 12px #0003;z-index:50;pointer-events:none}.team-timeline{padding:.35rem .75rem 0}.team-timeline-bar{display:flex;height:6px;border-radius:3px;overflow:hidden}.team-timeline-segment{height:100%;transition:opacity .15s}.team-timeline-segment:hover{opacity:.75}.team-timeline-labels{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.3rem;font-size:11px;color:#6b7280}.team-timeline-label{display:inline-flex;align-items:center;gap:.25rem}.team-timeline-dot{display:inline-block;width:8px;height:8px;border-radius:50%}.xg-chart-wrapper{border-radius:.75rem;border:1px solid rgba(209,213,219,.9);padding:.75rem;background:#fff;height:100%;display:flex;align-items:stretch}.xg-chart{width:100%;height:100%;display:block}.radar-wrapper{border-radius:.75rem;border:1px solid rgba(209,213,219,.9);padding:.75rem;background:#fff;display:flex;align-items:center;justify-content:center}.radar-chart{width:100%;height:100%;display:block;outline:none}.radar-chart *:focus,.radar-chart *:focus-visible{outline:none!important;box-shadow:none!important}.xg-legend{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem;font-size:.78rem}.xg-legend-item{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .5rem;border-radius:999px;background:#f3f4f6;color:#374151}.xg-legend-item--for:before{content:"";width:10px;height:3px;border-radius:999px;background:#0f766e}.xg-legend-item--against:before{content:"";width:10px;height:3px;border-radius:999px;background:#db2777}.beeswarm-axis{display:flex;justify-content:space-between;font-size:.72rem;color:#9ca3af;margin-top:.15rem}.metric-row{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:1.5rem;margin-top:1rem;margin-bottom:.5rem}.metric-row-left,.metric-row-right{display:flex;flex-direction:column}.metric-subtitle{margin-bottom:.5rem}.metric-chips{display:flex;flex-wrap:wrap;gap:.4rem}.metric-chip{border-radius:999px;border:1px solid rgba(209,213,219,.9);padding:.25rem .7rem;background:#fff;font-size:.8rem;cursor:pointer}.metric-chip--active{background:#621c491f;border-color:#621c49b3}.metric-select{margin-top:.25rem;width:100%;min-height:110px;padding:.4rem .5rem;border-radius:.6rem;border:1px solid rgba(209,213,219,.9);background:#fff;font-size:.85rem}.metric-hint{margin-top:.25rem;font-size:.76rem;color:#9ca3af}.metric-dropdown{position:relative;width:100%;margin-top:.25rem}.metric-dropdown-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.45rem .6rem;border-radius:.6rem;border:1px solid rgba(209,213,219,.9);background:#fff;font-size:.85rem;cursor:pointer}.metric-dropdown-toggle:hover{border-color:#3b82f6cc}.metric-dropdown-label{flex:1;text-align:left;color:#111827}.metric-dropdown-chevron{font-size:.7rem;color:#6b7280}.metric-dropdown-menu{position:absolute;top:calc(100% + .25rem);left:0;right:0;z-index:10;padding:.4rem .25rem .3rem;border-radius:.6rem;border:1px solid rgba(209,213,219,.9);background:#fff;box-shadow:0 12px 20px #0f172a1f;max-height:220px;overflow-y:auto}.metric-dropdown-option{display:flex;align-items:center;gap:.45rem;padding:.3rem .35rem;font-size:.8rem;cursor:pointer}.metric-dropdown-option:hover{background:#f3f4f6e6}.metric-dropdown-option input[type=checkbox]{width:.9rem;height:.9rem}.metric-dropdown-footer{margin-top:.3rem;padding-top:.25rem;border-top:1px solid rgba(229,231,235,.9)}.pca-legend{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:.65rem;padding:.6rem .3rem .3rem;border-radius:.6rem}.pca-legend-column{font-size:.78rem}.pca-row{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(0,1fr);gap:1.25rem;align-items:stretch;margin-top:.75rem}.pca-two-col{display:grid;grid-template-columns:minmax(0,5.5fr) minmax(0,1.5fr) minmax(0,2fr);gap:1rem;margin-top:1rem}.pca-left,.pca-middle,.pca-right{display:flex;flex-direction:column;min-height:0}.pca-main{display:flex;flex-direction:column}.pca-metric-bar{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;margin-bottom:1rem}.pca-metric-label{font-size:.78rem;color:#6b7280;font-weight:500;margin-bottom:.75rem}.style-preset-controls{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem}.style-preset-label{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#4b5563}.style-preset-select{border-radius:999px;border:1px solid #d1d5db;padding:.2rem .6rem;font-size:.8rem;background-color:#f9fafb}.style-preset-description{font-size:.78rem;color:#6b7280}.metric-categories-grid{display:flex;gap:.6rem;width:100%;overflow-x:auto;padding-bottom:.5rem;flex-wrap:nowrap}.metric-category-card{background:#fff;border:1px solid rgba(209,213,219,.9);border-radius:.6rem;padding:.65rem;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000000a;transition:box-shadow .2s ease;min-width:160px;max-width:220px;flex-shrink:0;flex-grow:0}.metric-category-card:hover{box-shadow:0 4px 8px #00000014}.metric-category-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(229,231,235,.9);-webkit-user-select:none;user-select:none;transition:background .15s ease}.metric-category-header:hover{background:#f3f4f680;margin:-.25rem -.5rem .5rem;padding:.25rem .5rem .5rem;border-radius:.4rem}.metric-category-title{margin:0;font-size:.85rem;font-weight:600;color:#111827;flex:1;display:flex;align-items:center;gap:.4rem}.metric-category-chevron{font-size:.65rem;color:#6b7280;display:inline-block;width:.75rem;flex-shrink:0}.metric-category-count{font-size:.75rem;color:#6b7280;background:#f3f4f6;padding:.15rem .5rem;border-radius:999px;white-space:nowrap}.metric-category-actions{display:flex;gap:.4rem;margin-bottom:.5rem}.metric-category-btn{flex:1;padding:.3rem .5rem;border:1px solid rgba(209,213,219,.9);border-radius:.4rem;background:#fff;font-size:.72rem;cursor:pointer;transition:all .2s ease;font-weight:500}.metric-category-btn:hover{background:#3b82f614;border-color:#3b82f6cc;color:#2563eb}.metric-category-options{display:flex;flex-direction:column;gap:.25rem;max-height:300px;overflow-y:auto;padding-right:.25rem}.metric-option-compact{display:flex;align-items:center;gap:.4rem;padding:.25rem .3rem;font-size:.78rem;cursor:pointer;border-radius:.3rem;transition:background .15s ease}.metric-option-compact.metric-option-compact--highlight{background:#eef2ff}.metric-option-compact:hover{background:#f3f4f6e6}.metric-option-compact input[type=checkbox]{width:.85rem;height:.85rem;cursor:pointer;flex-shrink:0}.metric-option-compact span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.metric-category-options::-webkit-scrollbar{width:5px}.metric-category-options::-webkit-scrollbar-track{background:transparent}.metric-category-options::-webkit-scrollbar-thumb{background:#d1d5dbcc;border-radius:3px}.metric-category-options::-webkit-scrollbar-thumb:hover{background:#9ca3afe6}.pca-side{display:flex;flex-direction:column}.search-input{width:100%;padding:.5rem .65rem;margin-bottom:.75rem;border:1px solid rgba(209,213,219,.9);border-radius:.5rem;font-size:.85rem;font-family:inherit;background:#fff;transition:border-color .2s ease}.search-input:focus{outline:none;border-color:#3b82f6cc}.search-input::placeholder{color:#9ca3af}.metric-search-input{width:100%;padding:.4rem .5rem;border:1px solid rgba(209,213,219,.9);border-radius:.45rem;font-size:.8rem;font-family:inherit;background:#f9fafb;transition:border-color .2s ease}.metric-search-input:focus{outline:none;border-color:#3b82f6cc;background:#fff}.metric-search-input::placeholder{color:#9ca3af}.metric-dropdown-header{padding:.25rem .4rem .5rem;border-bottom:1px solid rgba(229,231,235,.9)}.metric-category-tabs{display:flex;flex-wrap:wrap;gap:.3rem;padding:.5rem .4rem;border-bottom:1px solid rgba(229,231,235,.9);max-height:200px;overflow-y:auto}.metric-tab{padding:.3rem .6rem;border:1px solid rgba(209,213,219,.9);border-radius:.4rem;background:#fff;font-size:.75rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.metric-tab:hover{background:#f3f4f6e6;border-color:#9ca3afe6}.metric-tab--active{background:#3b82f61f;border-color:#3b82f6e6;color:#2563eb;font-weight:500}.metric-bulk-actions{display:flex;gap:.4rem;padding:.5rem .4rem;border-bottom:1px solid rgba(229,231,235,.9)}.metric-bulk-btn{flex:1;padding:.35rem .5rem;border:1px solid rgba(209,213,219,.9);border-radius:.4rem;background:#fff;font-size:.75rem;cursor:pointer;transition:all .2s ease}.metric-bulk-btn:hover{background:#3b82f614;border-color:#3b82f6cc;color:#2563eb}.metric-dropdown-options{max-height:300px;overflow-y:auto;padding:.25rem 0}.no-results{padding:.75rem .5rem;text-align:center;font-size:.8rem;color:#9ca3af}.sidebar-list::-webkit-scrollbar,.metric-category-tabs::-webkit-scrollbar,.metric-dropdown-options::-webkit-scrollbar,.metric-dropdown-menu::-webkit-scrollbar,.metric-categories-grid::-webkit-scrollbar{width:6px;height:6px}.sidebar-list::-webkit-scrollbar-track,.metric-category-tabs::-webkit-scrollbar-track,.metric-dropdown-options::-webkit-scrollbar-track,.metric-dropdown-menu::-webkit-scrollbar-track,.metric-categories-grid::-webkit-scrollbar-track{background:transparent}.sidebar-list::-webkit-scrollbar-thumb,.metric-category-tabs::-webkit-scrollbar-thumb,.metric-dropdown-options::-webkit-scrollbar-thumb,.metric-dropdown-menu::-webkit-scrollbar-thumb,.metric-categories-grid::-webkit-scrollbar-thumb{background:#d1d5dbcc;border-radius:3px}.sidebar-list::-webkit-scrollbar-thumb:hover,.metric-category-tabs::-webkit-scrollbar-thumb:hover,.metric-dropdown-options::-webkit-scrollbar-thumb:hover,.metric-dropdown-menu::-webkit-scrollbar-thumb:hover,.metric-categories-grid::-webkit-scrollbar-thumb:hover{background:#9ca3afe6}.pca-similar-column{display:flex;flex-direction:column;gap:.5rem;background:linear-gradient(135deg,#dbeafe,#fff,#fef08a);border:2px solid #60a5fa;border-radius:.75rem;padding:1rem;box-shadow:0 4px 15px #3b82f626;overflow-y:auto;max-height:650px}.pca-similar-column::-webkit-scrollbar{width:6px}.pca-similar-column::-webkit-scrollbar-track{background:#f3f4f680}.pca-similar-column::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:3px}.pca-similar-column::-webkit-scrollbar-thumb:hover{background:#2563eb}.pca-similar-title{margin:0 0 .65rem;font-size:.9rem;font-weight:600;color:#111827;padding-bottom:.5rem;border-bottom:1px solid rgba(229,231,235,.9)}.pca-similar-list{display:flex;flex-direction:column;gap:.4rem}.pca-similar-item{padding:.7rem .8rem;border-radius:.5rem;cursor:pointer;display:flex;flex-direction:column;gap:.3rem;transition:all .2s ease;border:2px solid #e5e7eb;background:#fff;box-shadow:0 1px 3px #0000000d}.pca-similar-item:hover{background:linear-gradient(135deg,#eff6ff,#fef9e7);border-color:#3b82f6;transform:translate(3px);box-shadow:0 4px 12px #3b82f633}.pca-similar-name{font-size:.85rem;font-weight:700;color:#1f2937}.pca-similar-meta{font-size:.72rem;color:#6b7280;font-weight:500}.beeswarm-grid-compact{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.similar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;gap:.75rem}.league-select{font-size:.8rem;font-weight:500;padding:.3rem .6rem;border-radius:.5rem;border:1px solid #d1d5db;background:#f9fafb;color:#111827;cursor:pointer;outline:none;transition:border-color .15s ease}.league-select--compact{font-size:.7rem;padding:.2rem .4rem;max-width:140px}.league-select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.pca-similar-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.35rem}.similar-coaches-section{margin:1.5rem 0;padding:1rem 1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px #0000000a}.similar-coaches-section .section-heading{margin:0 0 .75rem;font-size:.95rem;font-weight:600;color:#0f172a}.similar-coaches-list{display:flex;flex-direction:column;gap:.4rem}.similar-coach-item{display:flex;align-items:center;gap:.75rem;padding:.55rem .75rem;border-radius:.6rem;background:#f9fafb;border:1px solid #e5e7eb;cursor:pointer;transition:all .15s ease}.similar-coach-item:hover{background:#fff;border-color:#3b82f6;box-shadow:0 2px 8px #3b82f626;transform:translate(2px)}.similar-rank{width:1.5rem;height:1.5rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center}.similar-radar-hover{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0}.similar-radar-popover{position:absolute;top:50%;left:100%;transform:translate(8px,-50%) scale(.92);transform-origin:left center;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 12px 32px #0f172a2e;padding:.75rem 1rem;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .15s ease,transform .15s ease;z-index:100;cursor:default}.similar-radar-hover:hover .similar-radar-popover{opacity:1;visibility:visible;transform:translate(8px,-50%) scale(1);pointer-events:auto}.similar-main{display:flex;flex-direction:column;min-width:0;align-items:flex-start;text-align:left}.coach-name{font-size:.85rem;font-weight:600;color:#111827;margin-bottom:.15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.coach-details{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-size:.73rem}.team-name{color:#0369a1;font-weight:600;background:#e0f2fe;padding:.15rem .45rem;border-radius:999px}.match-count{color:#6b7280;font-weight:500}.distance-score{margin-left:auto;font-size:.75rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);padding:.25rem .6rem;border-radius:999px;min-width:2.3rem;text-align:center}@keyframes spin{to{transform:rotate(360deg)}}.loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background:#fff9;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;border-radius:.75rem}.loading-spinner{width:28px;height:28px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin .7s linear infinite}.loading-text{color:#9ca3af;font-size:.8rem;font-weight:500}.recharts-cartesian-axis-tick-value,.recharts-polar-angle-axis-tick-value,.recharts-polar-radius-axis-tick,.recharts-legend-item-text,.recharts-tooltip-wrapper,.recharts-default-tooltip,.pca-scatter text,.radar-chart text{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.rich-slide-field{line-height:1.35}.rich-slide-field h4{font-size:1em;font-weight:700;margin:.3em 0 .15em;color:#621c49;border-bottom:1px solid rgba(98,28,73,.25);padding-bottom:.1em;display:inline-block}.rich-slide-field ul{margin:.2em 0 .4em 1.1em;padding:0}.rich-slide-field li{margin-bottom:.15em}.rich-slide-field p{margin:0 0 .3em}.rich-slide-field b,.rich-slide-field strong{font-weight:700}.rich-slide-field i,.rich-slide-field em{font-style:italic}.longlist-table tr td{background:transparent!important}.longlist-table tr:hover td{background:#0000000a!important}.longlist-table th{background:#f9fafb}.longlist-table .note-input-on-dark::placeholder{color:#ffffffb3}.longlist-table .note-input-on-dark{color:#fff}.dual-range{position:relative;width:260px;height:22px}.dual-range__track{position:absolute;left:0;right:0;top:9px;height:4px;background:var(--color-grey-line);border-radius:2px}.dual-range__fill{position:absolute;top:9px;height:4px;background:var(--color-purple);border-radius:2px}.dual-range input[type=range]{-webkit-appearance:none;position:absolute;left:0;right:0;top:0;width:100%;height:22px;margin:0;background:transparent;pointer-events:none}.dual-range input[type=range]::-webkit-slider-runnable-track{height:22px;background:transparent;border:none}.dual-range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:auto;width:16px;height:16px;border-radius:50%;background:var(--color-purple);border:2px solid #fff;box-shadow:0 1px 2px #00000026;cursor:pointer;margin-top:0}.dual-range input[type=range]::-moz-range-track{height:22px;background:transparent;border:none}.dual-range input[type=range]::-moz-range-thumb{pointer-events:auto;width:14px;height:14px;border-radius:50%;background:var(--color-purple);border:2px solid #fff;box-shadow:0 1px 2px #00000026;cursor:pointer}.coach-link{outline:none}.coach-link:focus-visible{outline:2px solid #621C49;outline-offset:2px}.coach-link:hover{background:#f3f4f6;text-decoration:underline}table.band-rows tr:nth-child(2n) td,table.band-rows tr:nth-child(odd) td{background:transparent}
