#player-explorer-backdrop{display:none;position:fixed;inset:0;z-index:1998;background:#00000073}#player-explorer-backdrop.is-open{display:block}#player-explorer-sheet{position:fixed;top:0;left:0;right:0;height:100vh;height:100dvh;max-height:100dvh;background:var(--color-surface, #111827);border-bottom:1px solid rgba(255,255,255,.12);z-index:1999;transform:translateY(-105%);transition:transform .22s ease;display:grid;grid-template-rows:auto auto 1fr;box-shadow:0 12px 28px #00000080}#player-explorer-sheet.is-open{transform:translateY(0)}.pe-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-3);padding:var(--space-3);border-bottom:1px solid rgba(255,255,255,.08)}.pe-header__title{font-weight:700;font-size:var(--text-base)}.pe-header__subtitle{font-size:var(--text-xs);color:var(--color-text-muted);margin-top:2px}.pe-header__right{display:flex;align-items:center;gap:var(--space-2);flex-shrink:0}.pe-close{background:#ffffff14;border:1px solid rgba(255,255,255,.18);color:inherit;border-radius:var(--radius-md);width:40px;height:40px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:900}.pe-close:hover{background:#ffffff26}.pe-refresh{background:var(--color-primary);border:none;color:#fff;border-radius:var(--radius-md);height:30px;padding:0 var(--space-2);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:var(--text-sm);white-space:nowrap}.pe-refresh:hover{background:var(--color-primary-hover)}.pe-filters{display:flex;flex-direction:column;gap:var(--space-1);padding:var(--space-1) var(--space-3);border-bottom:1px solid rgba(255,255,255,.08);background:#0000001a;overflow:hidden}.pe-row1{display:flex;gap:var(--space-2);width:100%;align-items:center}.pe-search{flex:1 1 0%;min-width:0;height:34px;padding:0 var(--space-2);font-family:inherit;font-size:var(--text-sm);color:var(--color-text);background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:var(--radius-md)}.pe-search:focus{outline:none;border-color:var(--color-primary)}.pe-pos-select{flex:1 1 0%;height:34px;min-width:0;padding:0 var(--space-2);font-family:inherit;font-size:var(--text-sm);color:var(--color-text);background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer}.pe-pos-select:focus{outline:none;border-color:var(--color-primary)}.pe-selects-row{display:flex;gap:var(--space-2);width:100%}.pe-team-select,.pe-stat-select,.pe-price-select{height:34px;flex:1 1 0%;min-width:0;padding:0 var(--space-2);font-family:inherit;font-size:var(--text-sm);color:var(--color-text);background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer}.pe-team-select:focus,.pe-stat-select:focus,.pe-price-select:focus{outline:none;border-color:var(--color-primary)}.pe-agg-toolbar{display:flex;flex-wrap:wrap;gap:var(--space-2);width:100%;padding:var(--space-1) var(--space-3);align-items:center;border-top:1px solid rgba(255,255,255,.06)}.pe-agg-venue,.pe-agg-window{display:flex;flex:1;align-items:center;gap:var(--space-1);flex-wrap:nowrap}.pe-agg-btn,.pe-agg-win-btn{flex:1;height:28px;padding:0 4px;background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);cursor:pointer;font-family:inherit;font-size:var(--text-xs);font-weight:600;line-height:1;text-align:center;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast)}.pe-agg-btn:hover,.pe-agg-win-btn:hover{background:#ffffff1a;border-color:#fff3}.pe-agg-btn.is-active,.pe-agg-win-btn.is-active{background:var(--color-primary, #3b82f6);border-color:var(--color-primary, #3b82f6);color:#fff}.pe-agg-sep{display:inline-block;width:1px;height:18px;background:#ffffff26;align-self:center;margin-inline:4px}.pe-agg-custom{flex:1;display:flex;align-items:center;justify-content:center;gap:3px;height:28px;padding:0 4px;background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:var(--text-xs);font-weight:600;color:var(--color-text);cursor:text}.pe-agg-custom-lbl{display:flex;flex-direction:column;align-items:center;line-height:1.1;white-space:nowrap}.pe-agg-custom-n{flex:1;min-width:0;height:22px;padding:0 4px;background:#ffffff1a;border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text);font-family:inherit;font-size:var(--text-xs);font-weight:600;text-align:center}.pe-agg-custom-n:focus{outline:none;border-color:var(--color-primary)}.pe-agg-error{padding:var(--space-2) var(--space-3);font-size:var(--text-xs);color:var(--color-text-muted);background:#ef444414;border-radius:var(--radius-md);margin:var(--space-2) var(--space-3) 0}.pe-body{overflow-x:auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.pe-status{padding:var(--space-3);font-size:var(--text-sm);color:var(--color-text-muted);text-align:center}.pe-table-wrapper{overflow:visible}.pe-table{width:100%;border-collapse:collapse;font-size:13px}.pe-table thead{background:var(--color-surface-alt);position:sticky;top:0;z-index:2}.pe-table th{padding:var(--space-2) var(--space-1);text-align:center;font-weight:600;color:var(--color-text-secondary);border-bottom:2px solid var(--color-border);border-right:1px solid var(--color-border);white-space:nowrap;cursor:pointer;user-select:none}.pe-table th:first-child{text-align:left;position:sticky;left:0;z-index:3;background:var(--color-surface-alt)}.pe-table th:last-child{border-right:none}.pe-table th:hover{color:var(--color-primary)}.pe-table th.sort-asc:after{content:" ▲";font-size:10px}.pe-table th.sort-desc:after{content:" ▼";font-size:10px}.pe-table td{padding:var(--space-2) var(--space-1);border-bottom:1px solid var(--color-border);border-right:1px solid var(--color-border);vertical-align:middle;text-align:center}.pe-table td:first-child{text-align:left;position:sticky;left:0;z-index:1;background:var(--color-surface)}.pe-table td:last-child{border-right:none}.pe-table tbody tr:hover td:first-child{background:var(--color-surface-alt)}.pe-table tbody tr{cursor:pointer;transition:background var(--transition-fast)}.pe-table tbody tr:hover{background:var(--color-surface-alt)}.pe-player-name{font-weight:600;min-width:80px}.pe-player-link{background:none;border:none;padding:0;margin:0;font:inherit;font-weight:600;color:var(--color-primary, #3b82f6);cursor:pointer;text-align:left;text-decoration:underline;text-underline-offset:2px;text-decoration-color:transparent;transition:text-decoration-color var(--transition-fast)}.pe-player-link:hover,.pe-player-link:focus-visible{text-decoration-color:currentColor;outline:none}.pe-player-link:focus-visible{outline:2px solid var(--color-primary, #3b82f6);outline-offset:2px;border-radius:2px}.pe-player-meta{font-size:11px;color:var(--color-text-muted);line-height:1.2;margin-top:1px}.pe-status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:4px;vertical-align:middle}.pe-status-dot--a{background:var(--color-success)}.pe-status-dot--d{background:var(--color-warning)}.pe-status-dot--i,.pe-status-dot--s,.pe-status-dot--u,.pe-status-dot--n{background:var(--color-danger)}.pe-defcon-note{display:block;padding:var(--space-2) var(--space-3);font-size:var(--text-xs);color:var(--color-text-muted);border-top:1px solid var(--color-border);background:#0000000d}@media(min-width:640px){#player-explorer-sheet{height:88vh;max-height:88vh;left:50%;right:auto;width:min(860px,96vw);transform:translate(-50%,-105%);border-left:1px solid rgba(255,255,255,.12);border-right:1px solid rgba(255,255,255,.12);border-bottom-left-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg)}#player-explorer-sheet.is-open{transform:translate(-50%)}.pe-table{font-size:14px}.pe-table th,.pe-table td{padding:var(--space-2) var(--space-2)}}@media(max-width:639px){#player-explorer-sheet{left:6px;right:6px;width:auto;overflow:hidden;border-radius:var(--radius-lg);border-left:1px solid rgba(255,255,255,.12);border-right:1px solid rgba(255,255,255,.12)}.pe-selects-row{flex-shrink:1;flex-wrap:wrap;width:100%;min-width:0}.pe-team-select,.pe-stat-select,.pe-price-select{flex:1 1 0%;min-width:0;width:auto}.pe-agg-toolbar{flex-wrap:nowrap;align-items:center;justify-content:center}.pe-agg-sep{display:inline-block;width:1px;height:18px;background:#ffffff26;margin-inline:3px;flex-shrink:0}.pe-agg-venue,.pe-agg-window{flex:0 0 auto;min-width:0;flex-wrap:nowrap}.pe-agg-btn,.pe-agg-win-btn{padding:0 6px}.pe-agg-custom-n{width:28px}}#player-explorer-sheet.pe-inline{position:static;transform:none;transition:none;height:auto;max-height:none;box-shadow:none;z-index:auto;width:100%;background:transparent;border:none;border-radius:0;display:flex;flex-direction:column}#player-explorer-sheet.pe-inline .pe-header{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg) var(--radius-lg) 0 0}#player-explorer-sheet.pe-inline .pe-filters{border:1px solid var(--color-border);border-top:none;border-radius:0;background:var(--color-surface)}#player-explorer-sheet.pe-inline .pe-agg-toolbar{border:1px solid var(--color-border);border-top:none;border-radius:0 0 var(--radius-lg) var(--radius-lg);background:var(--color-surface)}#player-explorer-sheet.pe-inline .pe-body{margin-top:var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow-y:auto;max-height:60vh}@media(min-width:640px){#player-explorer-sheet.pe-inline .pe-body{max-height:70vh}}#player-explorer-sheet.pe-inline .pe-table{width:auto;min-width:100%}
