.player-button{appearance:none;border:0;background:transparent;color:inherit;font:inherit;font-weight:inherit;padding:0;margin:0;cursor:pointer;text-align:left;text-decoration-line:underline!important;text-decoration-style:dotted!important;text-decoration-thickness:1px!important;text-decoration-color:color-mix(in srgb,currentColor 24%,transparent)!important;text-underline-offset:2px;transition:color .15s ease,text-decoration-color .15s ease}.player-button:hover,.player-button:focus-visible{color:var(--accent, #2563eb);text-decoration-color:color-mix(in srgb,currentColor 42%,transparent)!important;outline:none}.player-link-stack{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px}.player-link-inline{display:inline-flex;align-items:center;flex-wrap:wrap;gap:0}.player-link-inline .player-button{display:inline}.player-details-modal[hidden]{display:none}.player-details-modal{position:fixed;inset:0;z-index:1000}.player-details-modal-backdrop{position:absolute;inset:0;background:#0f172a73;backdrop-filter:blur(2px)}.player-details-modal-panel{position:relative;z-index:1;width:min(92vw,560px);margin:6vh auto 0;background:var(--card, #ffffff);border:1px solid var(--line-soft, #eef2f7);border-radius:22px;box-shadow:0 24px 60px #0f172a38;max-height:88vh;overflow-y:auto;padding:0}.player-details-modal-header{position:sticky;top:0;z-index:8;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 18px 14px;background:var(--card, #ffffff);border-bottom:1px solid var(--line-soft, #eef2f7);border-top-left-radius:22px;border-top-right-radius:22px}.player-details-modal-title{margin:0;font-size:1.12rem;line-height:1.2;font-weight:800;flex:1 1 auto;min-width:0;padding-top:4px}.player-details-modal-close{width:40px;height:40px;border:1px solid var(--line-soft, #e6edf5);border-radius:10px;background:var(--card, #ffffff);color:var(--text, #111827);font-size:1.35rem;font-weight:600;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;flex:0 0 auto}.player-details-modal-close:hover{color:var(--text, #111827);background:var(--button-bg-hover, #eceff4)}#playerDetailsModalBody{padding:0 18px 16px}.player-details-section{margin-top:18px;padding-top:14px;border-top:1px solid var(--line-soft, #eef2f7)}.player-details-section-label{margin:0 0 10px;font-size:.84rem;font-weight:800;line-height:1.2;color:var(--text, #111827);text-transform:uppercase;letter-spacing:.03em}.player-details-history-table{width:100%;border-collapse:collapse;margin:0}.player-details-history-table th,.player-details-history-table td{padding:10px 0;border-bottom:1px solid var(--line-soft, #eef2f7);font-size:.98rem;text-align:left}.player-details-history-table thead th{position:static;background:transparent;border-bottom:1px solid var(--line-soft, #eef2f7);color:var(--text, #111827);font-size:.82rem;text-transform:none;letter-spacing:0;padding-top:0;padding-bottom:8px}.player-details-history-table th:last-child,.player-details-history-table td:last-child{text-align:right}.player-details-summary-grid{display:grid;gap:10px 14px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:16px;margin-bottom:8px}.player-details-summary-row{font-size:.98rem;line-height:1.35;color:var(--text, #111827)}.player-details-summary-row strong{font-weight:800}.player-details-summary-stack{display:grid;gap:4px;margin-top:2px}.player-details-summary-item{font-size:.94rem;line-height:1.35}.player-details-chart-shell{margin-top:0;margin-bottom:10px;padding:12px 12px 10px;border:1px solid var(--line-soft, #eef2f7);border-radius:14px;background:var(--header, #f8fafc)}.player-details-chart-svg{display:block;width:100%;height:180px;overflow:visible}.player-details-chart-grid{stroke:var(--line, #e5e7eb);stroke-width:1;opacity:.8}.player-details-chart-axis-label{fill:var(--muted, #6b7280);font-size:12px;font-family:Inter,Arial,Helvetica,sans-serif}.player-details-chart-line-player{fill:none;stroke:var(--accent, #2563eb);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.player-details-chart-line-trend{fill:none;stroke:var(--muted, #6b7280);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:5 5;opacity:.5;vector-effect:non-scaling-stroke}.player-details-muted{color:var(--muted, #6b7280);font-weight:600}.player-details-note{margin:12px 0 0;color:var(--muted, #6b7280);font-size:.83rem;line-height:1.35}.player-details-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.player-details-list-item{font-size:.95rem;line-height:1.35}.player-details-link{color:var(--accent, #2563eb);text-decoration:none;font-weight:600}.player-details-link:hover{text-decoration:underline}.player-details-link-inline{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.player-details-udisc-icon{height:.82em;width:auto;display:inline-block;vertical-align:middle;flex:0 0 auto;opacity:.98;transform:translateY(-.11em)}.player-details-year-stats{margin:0;display:grid;gap:6px}.player-details-year-stats-title{font-size:.84rem;font-weight:800;color:var(--muted, #6b7280);line-height:1.2}.player-details-year-stats-list{display:grid;gap:4px}.player-details-year-stats-item{font-size:.92rem;line-height:1.35;color:var(--text, #111827)}@media(max-width:700px){.player-details-modal-panel{width:min(94vw,560px);margin-top:4vh;border-radius:20px}.player-details-modal-header{top:0;gap:10px;padding:16px 14px 12px;border-top-left-radius:20px;border-top-right-radius:20px}#playerDetailsModalBody{padding:0 14px 14px}.player-details-modal-title{font-size:1.05rem}.player-details-chart-svg{height:150px}.player-details-history-table th,.player-details-history-table td{font-size:.92rem;padding:9px 0}.player-details-summary-grid{grid-template-columns:1fr}.player-details-chart-axis-label{font-size:11px}}
