.players-filterpanel{border:1px solid var(--border-base);background:var(--bg-surface);border-radius:14px;flex-direction:column;gap:16px;margin:24px 0 22px;padding:18px 22px 22px;display:flex}.players-filterpanel-head{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.players-filterpanel-label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--fg-muted);font-size:11px}.players-reset{border:1px solid var(--border-base);height:28px;color:var(--fg-muted);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:999px;padding:0 12px;font-size:11px;transition:color .14s,border-color .14s}.players-reset:hover{color:var(--fg-base);border-color:var(--fg-base)}.players-search{border:1px solid var(--border-base);background:var(--bg-base);border-radius:10px;align-items:center;height:46px;padding:0 12px 0 42px;transition:border-color .14s;display:flex;position:relative}.players-search:focus-within{border-color:var(--fg-base)}.players-search .icon{color:var(--fg-muted);display:inline-flex;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.players-search input{height:100%;color:var(--fg-base);letter-spacing:-.005em;background:0 0;border:0;outline:0;flex:1;font-size:14.5px}.players-search input::placeholder{color:var(--fg-muted)}.players-search-clear{color:var(--fg-muted);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:4px 8px;font-size:22px;line-height:1}.players-search-clear:hover{background:var(--bg-subtle);color:var(--fg-base)}.players-filter-row{flex-wrap:wrap;align-items:flex-end;gap:16px;display:flex}.players-filter-field{flex-direction:column;gap:6px;min-width:0;display:flex}.players-filter-field-leagues{width:100%}.players-filter-fieldlabel{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--fg-muted);font-size:10.5px}.players-pos-pills{background:var(--bg-base);border:1px solid var(--border-base);border-radius:10px;gap:2px;height:38px;padding:3px;display:inline-flex}.players-pos-pill{height:100%;font:inherit;font-family:var(--font-mono);letter-spacing:.06em;color:var(--fg-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0 14px;font-size:11px;font-weight:700;transition:background .14s,color .14s}.players-pos-pill:hover{color:var(--fg-base)}.players-pos-pill.active{background:var(--fg-base);color:var(--bg-base)}.players-select{appearance:none;background:var(--bg-base);border:1px solid var(--border-base);height:38px;color:var(--fg-base);font:inherit;cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-position:right 10px center;background-repeat:no-repeat;border-radius:10px;min-width:180px;padding:0 32px 0 14px;font-size:13px;font-weight:500;transition:border-color .14s}.players-select:focus{border-color:var(--fg-base);outline:0}.players-tabwrap{position:relative}.players-tabs{scrollbar-width:none;scroll-behavior:smooth;scroll-snap-type:x proximity;gap:8px;padding:2px;display:flex;overflow-x:auto}.players-tabwrap.has-left .players-tabs{padding-left:36px}.players-tabwrap.has-right .players-tabs{padding-right:36px}.players-tabs::-webkit-scrollbar{display:none}.players-tab{border:1px solid var(--border-base);background:var(--bg-base);height:32px;color:var(--fg-base);font:inherit;cursor:pointer;white-space:nowrap;scroll-snap-align:start;border-radius:999px;flex-shrink:0;align-items:center;gap:8px;padding:0 12px;font-size:12.5px;font-weight:500;transition:background .14s,border-color .14s,color .14s;display:inline-flex}.players-tab:hover{background:var(--bg-subtle)}.players-tab.active{background:var(--fg-base);color:var(--bg-base);border-color:var(--fg-base)}.players-tab-logo{flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:inline-flex}.players-tab.active .players-tab-logo{background:#fff;border-radius:2px;padding:1px}.players-tab-count{background:var(--bg-subtle);min-width:20px;height:16px;color:var(--fg-muted);font-family:var(--font-mono);letter-spacing:.04em;border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:10px;font-weight:600;display:inline-flex}.players-tab.active .players-tab-count{color:var(--bg-base);background:#ffffff2e}.players-tab-arrow{width:32px;color:var(--fg-muted);cursor:pointer;z-index:1;background:0 0;border:0;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0}.players-tab-arrow.left{background:linear-gradient(90deg, var(--bg-surface) 60%, color-mix(in oklab, var(--bg-surface) 0%, transparent));left:0}.players-tab-arrow.right{background:linear-gradient(-90deg, var(--bg-surface) 60%, color-mix(in oklab, var(--bg-surface) 0%, transparent));right:0}.players-tab-arrow:hover{color:var(--fg-base)}@media (max-width:540px){.players-tab-arrow{display:none}.players-tabs{padding:2px 0}}.players-resultline{color:var(--fg-muted);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;margin:0 0 16px;font-size:11px;display:flex}.players-leagues{flex-direction:column;gap:28px;display:flex}.players-empty{text-align:center;color:var(--fg-muted);border:1px dashed var(--border-base);border-radius:14px;padding:80px 24px}.players-leaguebox{border:1px solid var(--border-base);background:var(--bg-surface);border-radius:14px;overflow:hidden}.players-leaguehead{background:var(--bg-base);border:0;border-bottom:1px solid var(--border-base);text-align:left;cursor:pointer;width:100%;color:inherit;font:inherit;align-items:center;gap:14px;padding:18px 22px;display:flex;position:relative}.players-leaguehead:before{content:"";background:var(--accent-pitch);width:4px;position:absolute;top:0;bottom:0;left:0}.players-leaguehead:hover{background:var(--bg-subtle)}.players-leaguehead-logo{border:1px solid var(--border-base);background:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;padding:3px;display:inline-flex}.players-leaguehead-name{font-family:var(--font-display);letter-spacing:-.01em;flex:1;min-width:0;font-size:18px;font-weight:700}.lp[data-lang=ja] .players-leaguehead-name,[data-lang=ja] .players-leaguehead-name{font-family:var(--font-jp);font-size:17px}.players-leaguehead-count{font-family:var(--font-mono);letter-spacing:.06em;color:var(--fg-base);background:var(--bg-subtle);text-align:center;border-radius:999px;flex-shrink:0;min-width:36px;padding:4px 12px;font-size:12px;font-weight:700}.players-leaguebody{flex-direction:column;display:flex}.players-clubbox{border-bottom:1px solid var(--border-base)}.players-clubbox:last-child{border-bottom:0}.players-clubhead{background:var(--bg-surface);border-left:3px solid var(--club-accent,var(--border-base));align-items:center;gap:8px;padding:0;display:flex;position:relative}.players-clubhead-toggle{text-align:left;cursor:pointer;min-width:0;color:inherit;font:inherit;background:0 0;border:0;flex:1;align-items:center;gap:10px;padding:12px 16px;display:flex}.players-clubhead-toggle:hover{background:var(--bg-subtle)}.players-clubhead-crest{flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.players-clubhead-crest.fallback{background:var(--club-accent,var(--border-base));border-radius:4px;width:22px;height:22px}.players-clubhead-name{font-family:var(--font-display);letter-spacing:-.005em;color:var(--fg-base);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:14px;font-weight:600;overflow:hidden}.lp[data-lang=ja] .players-clubhead-name,[data-lang=ja] .players-clubhead-name{font-family:var(--font-jp);font-size:13.5px}.players-clubhead-tail{flex-shrink:0;align-items:center;gap:12px;padding-right:16px;display:inline-flex}.players-clubhead-link{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--fg-muted);border-bottom:1px solid #0000;font-size:10.5px;text-decoration:none}.players-clubhead-link:hover{color:var(--fg-base);border-bottom-color:var(--fg-base)}.players-clubhead-count{font-family:var(--font-mono);letter-spacing:.04em;color:var(--fg-muted);text-align:right;min-width:24px;font-size:11px;font-weight:700}@media (max-width:600px){.players-clubhead-link{display:none}}.players-cellgrid{border-top:1px solid var(--border-base);background:var(--bg-base);grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.players-cell{border-right:1px solid var(--border-base);border-bottom:1px solid var(--border-base);min-width:0;transition:background .15s;position:relative}.players-cell:nth-child(4n){border-right:0}.players-cell:last-child{border-bottom:0}.players-cell:nth-child(4n):last-child{border-right:0}.players-cell-link{color:inherit;align-items:center;gap:12px;min-width:0;min-height:92px;padding:14px 16px;text-decoration:none;display:flex}.players-cell-link:hover{background:var(--bg-subtle)}.players-cell-photo{background:var(--bg-subtle);border:1px solid var(--border-base);border-radius:50%;flex-shrink:0;width:56px;height:56px;position:relative;overflow:hidden}.players-cell-photo img{object-fit:cover;width:100%;height:100%;display:block}.players-cell-photo-fallback{width:100%;height:100%;font-family:var(--font-display);color:var(--fg-muted);justify-content:center;align-items:center;font-size:16px;font-weight:600;display:flex}.players-cell-meta{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.players-cell-name-row{align-items:center;gap:6px;min-width:0;display:flex}.players-cell-name{font-family:var(--font-display);letter-spacing:-.005em;color:var(--fg-base);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:14px;font-weight:500;line-height:1.25;overflow:hidden}.lp[data-lang=ja] .players-cell-name,[data-lang=ja] .players-cell-name{font-family:var(--font-jp);font-size:13.5px}.players-cell-flag{flex-shrink:0;font-size:14px;line-height:1}.players-cell-tags{flex-wrap:wrap;align-items:center;gap:4px;min-width:0;display:flex}.players-cell-tag{height:18px;font-family:var(--font-mono);letter-spacing:.06em;white-space:nowrap;font-variant-numeric:tabular-nums;background:var(--bg-subtle);color:var(--fg-muted);border:1px solid var(--border-base);border-radius:999px;align-items:center;padding:0 7px;font-size:10px;font-weight:700;display:inline-flex}.players-cell-tag.num{background:var(--bg-base);color:var(--fg-base)}.players-cell-tag.nt{font-family:var(--font-display);letter-spacing:0;text-transform:none;text-overflow:ellipsis;max-width:100%;font-size:11px;font-weight:500;display:inline-block;overflow:hidden}.lp[data-lang=ja] .players-cell-tag.nt,[data-lang=ja] .players-cell-tag.nt{font-family:var(--font-jp)}.players-hubnav{color:var(--fg-muted);max-width:720px;margin-top:40px;font-size:14px;line-height:1.7}.players-hubnav a{color:var(--fg-base);text-decoration:underline}@media (max-width:1100px){.players-cellgrid{grid-template-columns:repeat(3,minmax(0,1fr))}.players-cell:nth-child(4n){border-right:1px solid var(--border-base)}.players-cell:nth-child(3n){border-right:0}}@media (max-width:800px){.players-cellgrid{grid-template-columns:repeat(2,minmax(0,1fr))}.players-cell:nth-child(3n),.players-cell:nth-child(4n){border-right:1px solid var(--border-base)}.players-cell:nth-child(2n){border-right:0}.players-leaguehead-name{font-size:16px}}@media (max-width:520px){.players-cellgrid{grid-template-columns:1fr}.players-cell{border-right:0!important}.players-cell-link{padding:12px 14px}.players-leaguehead{padding:14px 16px}.players-clubhead-toggle{padding:10px 14px}.players-filter-row{gap:12px}.players-select{width:100%;min-width:0}.players-filter-field{width:100%}}
