.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.wc{background:color-mix(in oklab, #f59e0b 14%, var(--bg-base));border-color:color-mix(in oklab, #f59e0b 50%, var(--border-base));color:var(--fg-base);margin-right:6px;font-weight:600}.players-tab.wc:hover{background:color-mix(in oklab, #f59e0b 22%, var(--bg-base));border-color:color-mix(in oklab, #f59e0b 70%, var(--border-base))}.players-tab.wc.active{color:#1a1409;background:#f59e0b;border-color:#f59e0b}.players-tab.wc.active .players-tab-count{color:#1a1409;background:#0000002e}.players-tab.is-disabled{opacity:.42;cursor:not-allowed}.players-tab.is-disabled:hover{background:var(--bg-base)}.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-league-loading{color:var(--fg-muted);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;justify-content:center;align-items:center;gap:12px;padding:36px 22px;font-size:12px;display:flex}.players-league-loading-spinner{border:2px solid var(--border-base);border-top-color:var(--fg-base);border-radius:50%;width:16px;height:16px;animation:.7s linear infinite players-spin}@keyframes players-spin{to{transform:rotate(360deg)}}.players-league-empty{color:var(--fg-muted);text-align:center;margin:0;padding:28px 22px;font-size:13px}.players-featured-section{border:1px solid var(--border-base);background:var(--bg-surface);border-radius:12px;margin-bottom:18px;overflow:hidden}.players-featured-section .players-leaguehead.is-featured:before{background:#f59e0b;width:5px}.players-featured-section .players-leaguehead.is-featured{background:color-mix(in oklab, #f59e0b 6%, var(--bg-base))}.players-featured-section .players-leaguehead.is-featured:hover{background:color-mix(in oklab, #f59e0b 12%, var(--bg-base))}.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,.players-cell-tag.club{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}.players-cell-tag.club{background:var(--bg-base);color:var(--fg-base)}.lp[data-lang=ja] .players-cell-tag.nt,[data-lang=ja] .players-cell-tag.nt,.lp[data-lang=ja] .players-cell-tag.club,[data-lang=ja] .players-cell-tag.club{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%}}.players-filter-fab{z-index:60;color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:999px;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;transition:transform .15s,box-shadow .15s;display:inline-flex;position:fixed;bottom:16px;left:16px;box-shadow:0 6px 20px #00000040}.players-filter-fab:hover{transform:translateY(-1px);box-shadow:0 8px 24px #00000040}.players-filter-fab:focus-visible{outline-offset:3px;outline:2px solid #0f172a}.players-filter-fab-dot{background:#ffce42;border-radius:50%;width:8px;height:8px;display:inline-block}.players-filter-modal-overlay{z-index:100;background:#0000008c;justify-content:center;align-items:flex-end;padding:0;animation:.18s ease-out players-modal-overlay-in;display:flex;position:fixed;inset:0}.players-filter-modal{background:#fff;border-radius:18px 18px 0 0;flex-direction:column;width:100%;max-width:720px;max-height:88vh;animation:.22s cubic-bezier(.16,1,.3,1) players-modal-in;display:flex;position:relative;overflow:hidden;box-shadow:0 -12px 32px #0003}@keyframes players-modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes players-modal-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.players-filter-modal-head{border-bottom:1px solid var(--border,#e5e7eb);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.players-filter-modal-title{color:var(--text,#0f172a);font-size:16px;font-weight:700}.players-filter-modal-actions{align-items:center;gap:12px;display:flex}.players-filter-modal-close{background:var(--surface-muted,#f3f4f6);cursor:pointer;width:32px;height:32px;color:var(--text,#0f172a);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:20px;line-height:1;display:inline-flex}.players-filter-modal-close:hover{background:var(--surface-strong,#e5e7eb)}.players-filter-modal-body{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.players-filter-modal-foot{border-top:1px solid var(--border,#e5e7eb);flex-shrink:0;padding:12px 20px 20px}.players-filter-modal-apply{background:var(--accent-pitch,#0b6e4f);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:14px 20px;font-size:15px;font-weight:600}.players-filter-modal-apply:hover{filter:brightness(1.05)}@media (min-width:720px){.players-filter-modal-overlay{align-items:center;padding:24px}.players-filter-modal{border-radius:18px;max-height:80vh}}
