.playerProfile{max-width:1100px;margin:0 auto;padding:20px 16px 60px;color:#0f172a;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.playerProfile__empty,.playerProfile__error{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px;box-shadow:0 10px 25px rgba(15,23,42,.06);color:#334155}.playerProfile__hero{border-radius:22px;padding:18px;background:radial-gradient(1200px 300px at 10% 0,rgba(56,189,248,.18),transparent 60%),radial-gradient(900px 260px at 90% 0,rgba(59,130,246,.16),transparent 55%),#fff;border:1px solid #e5e7eb;box-shadow:0 18px 40px rgba(15,23,42,.08)}.playerProfile__heroTop{display:grid;grid-template-columns:180px 1fr;grid-gap:18px;gap:18px;align-items:center}.playerProfile__avatarWrap{width:180px;height:180px;border-radius:22px;overflow:hidden;background:#f1f5f9;border:1px solid #e2e8f0;box-shadow:0 14px 30px rgba(15,23,42,.08)}.playerProfile__avatar{width:100%;height:100%;object-fit:cover;display:block}.playerProfile__avatarFallback{width:100%;height:100%;background:linear-gradient(135deg,#e2e8f0,#f8fafc)}.playerProfile__titleRow{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.playerProfile__name{font-size:2rem;line-height:1.1;margin:0;letter-spacing:-.02em}.playerProfile__badge{font-size:.85rem;padding:6px 10px;border-radius:999px;background:rgba(56,189,248,.14);border:1px solid rgba(56,189,248,.35);color:#075985;font-weight:700}.playerProfile__meta{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:12px}.playerProfile__metaItem{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:10px 12px}.playerProfile__metaLabel{display:block;font-size:.78rem;color:#64748b;margin-bottom:2px}.playerProfile__metaValue{font-size:.98rem;font-weight:650;color:#0f172a}.playerProfile__overview{margin-top:14px;border-radius:18px;padding:14px;background:#fff;border:1px solid #e5e7eb;color:#334155;line-height:1.7;box-shadow:0 12px 25px rgba(15,23,42,.05)}.playerProfile__overview--empty{color:#64748b}.playerProfile__controls{margin-top:18px;padding:14px;border-radius:18px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 14px 30px rgba(15,23,42,.06)}.playerProfile__controlHeader{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap}.playerProfile__sectionTitle{margin:0;font-size:1.25rem;letter-spacing:-.01em}.playerProfile__formatSelectWrap{display:flex;align-items:center;gap:10px}.playerProfile__label{font-size:.85rem;color:#475569;font-weight:650}.playerProfile__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:12px;border:1px solid rgba(2,132,199,.25);background:linear-gradient(135deg,rgba(2,132,199,.92),rgba(30,64,175,.92));color:#eaf4ff;padding:10px 12px;font-weight:800;outline:none}.playerProfile__select:focus{border-color:rgba(56,189,248,.9);box-shadow:0 0 0 4px rgba(56,189,248,.18)}.playerProfile__formatPills{margin-top:12px;display:flex;gap:10px;overflow-x:auto;padding-bottom:6px}.playerProfile__pill{border:1px solid #e5e7eb;background:#f8fafc;color:#0f172a;padding:10px 12px;border-radius:999px;font-weight:800;cursor:pointer;white-space:nowrap;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.playerProfile__pill:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(15,23,42,.08)}.playerProfile__pill.is-active{background:rgba(2,132,199,.12);border-color:rgba(2,132,199,.35);color:#075985}.playerProfile__tabs{margin-top:10px;display:inline-flex;background:#f1f5f9;border:1px solid #e5e7eb;border-radius:14px;padding:4px;gap:4px}.playerProfile__tab{border:0;background:transparent;color:#334155;font-weight:900;padding:10px 14px;border-radius:12px;cursor:pointer}.playerProfile__tab.is-active{background:linear-gradient(135deg,rgba(2,132,199,.92),rgba(30,64,175,.92));color:#eaf4ff;box-shadow:0 14px 28px rgba(2,6,23,.14)}.playerProfile__tab:disabled{opacity:.5;cursor:not-allowed}.playerProfile__content{margin-top:14px}.playerProfile__panel{border-radius:18px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 16px 35px rgba(15,23,42,.06);padding:14px}.playerProfile__panelHeader{display:flex;align-items:baseline;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:10px}.playerProfile__panelTitle{font-size:1rem;font-weight:900;letter-spacing:-.01em}.playerProfile__panelHint{color:#64748b;font-size:.85rem;font-weight:650}.playerProfile__tableWrap{width:100%;overflow-x:auto;border-radius:14px;border:1px solid #e5e7eb}.playerProfile__table{width:100%;border-collapse:separate;border-spacing:0;font-size:.92rem;min-width:900px;background:#fff}.playerProfile__table thead th{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:linear-gradient(135deg,rgba(2,132,199,.96),rgba(30,64,175,.96));color:#eaf4ff;text-align:left;padding:12px;font-weight:900;border-bottom:1px solid rgba(234,244,255,.18)}.playerProfile__table tbody td{padding:12px;border-bottom:1px solid #eef2f7;color:#0f172a}.playerProfile__table tbody tr:nth-child(2n) td{background:#fafafa}.playerProfile__table tbody tr:hover td{background:rgba(2,132,199,.06)}.playerProfile__table .isNum{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.playerProfile__table .isDate{white-space:nowrap}.playerProfile__table .isMuted{color:#64748b}@media (max-width:900px){.playerProfile__heroTop{grid-template-columns:140px 1fr}.playerProfile__avatarWrap{width:140px;height:140px;border-radius:18px}.playerProfile__name{font-size:1.6rem}}@media (max-width:640px){.playerProfile{padding:14px 12px 50px}.playerProfile__heroTop{grid-template-columns:1fr}.playerProfile__avatarWrap{width:120px;height:120px}.playerProfile__meta{grid-template-columns:1fr}.playerProfile__formatPills{gap:8px}.playerProfile__select{width:100%}.playerProfile__formatSelectWrap{width:100%;justify-content:space-between}}