
.psg-six-inject{display:none!important}

.psg-six{
  --psg-six-bg:#fff;
  --psg-six-text:#101923;
  --psg-six-muted:#66717f;
  font-family:inherit;
  color:var(--psg-six-text);
}
.psg-six__wrap{max-width:1120px;margin:0 auto;padding:0 20px}
.psg-six--home{padding:10px 0 42px}
.psg-six__heading{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:18px}
.psg-six__heading span{display:block;margin-bottom:5px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#66717f}
.psg-six__heading h2{margin:0;font-size:29px;line-height:1.1;color:#101923}
.psg-six__heading p{max-width:470px;margin:0;color:#66717f;font-size:14px;line-height:1.55}
.psg-six__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.psg-six__league{min-width:0;background:#fff;border:1px solid #dfe5eb;border-radius:14px;overflow:hidden;box-shadow:0 10px 26px rgba(18,30,43,.06)}
.psg-six__league::before{content:"";display:block;height:4px;background:var(--psg-six-color)}
.psg-six__league-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:15px 15px 13px;border-bottom:1px solid #edf0f3}
.psg-six__league-head span{display:block;font-size:9px;line-height:1.1;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--psg-six-color)}
.psg-six__league-head h3{margin:3px 0 0;font-size:17px;line-height:1.15}
.psg-six__league-head>strong{flex:0 0 auto;border-radius:999px;background:#f2f5f7;padding:6px 9px;font-size:10px;line-height:1;font-weight:800;white-space:nowrap}
.psg-six__players{display:grid;gap:0}
.psg-six__player{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;align-items:center;padding:10px 13px;border-bottom:1px solid #edf0f3;color:inherit!important;text-decoration:none!important;transition:.18s ease}
.psg-six__player:last-child{border-bottom:0}
.psg-six__player:hover{background:#f8fafb;transform:translateX(2px)}
.psg-six__avatar{width:42px;height:42px;border-radius:50%;overflow:hidden;background:#eef2f5;border:2px solid color-mix(in srgb,var(--psg-six-color) 25%,#fff);display:grid;place-items:center}
.psg-six__avatar-img{width:100%;height:100%;object-fit:cover;display:block}
.psg-six__avatar-fallback{font-weight:900;font-size:12px;color:var(--psg-six-color)}
.psg-six__player-copy{min-width:0;display:block}
.psg-six__player-copy strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px;line-height:1.2}
.psg-six__player-copy small{display:block;margin-top:3px;color:#66717f;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.psg-six__player-copy em{display:block;margin-top:2px;color:var(--psg-six-color);font-style:normal;font-size:10px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.psg-six__mobile-tabs{display:none}

.psg-six--hub{margin:18px 0 22px}
.psg-six__heading--hub{margin-bottom:12px}
.psg-six__view-tabs{display:flex;gap:8px;margin:0 0 12px;padding:5px;background:#f1f5f6;border:1px solid #dfe5eb;border-radius:12px}
.psg-six__view-tabs button{appearance:none;flex:0 0 auto;border:0;border-radius:8px;background:transparent;color:#52606d;padding:10px 18px;font:inherit;font-size:13px;font-weight:800;line-height:1;cursor:pointer;transition:.18s ease}
.psg-six__view-tabs button:hover{color:#101923;background:#fff}
.psg-six__view-tabs button.is-active{background:#101923;color:#fff;box-shadow:0 4px 12px rgba(16,25,35,.14)}
.psg-six__view-panel[hidden],.psg-six__history-entry[hidden]{display:none!important}
.psg-six__history-label{display:block;margin:0 0 7px;color:#52606d;font-size:12px;font-weight:800}
.psg-six__history-select{display:block;width:100%;min-height:44px;margin:0 0 12px;padding:9px 38px 9px 13px;border:1px solid #ccd6dd;border-radius:10px;background:#fff;color:#101923;font:inherit;font-size:14px;font-weight:700}
.psg-six__history-empty{margin:0;padding:18px;border:1px dashed #ccd6dd;border-radius:12px;background:#f8fafb;color:#66717f;font-size:13px;text-align:center}
.psg-six--hub .psg-six__league--single{border-radius:12px}
.psg-six--hub .psg-six__league-head{padding:14px 16px}
.psg-six--hub .psg-six__players{grid-template-columns:repeat(3,minmax(0,1fr))}
.psg-six--hub .psg-six__player{border-right:1px solid #edf0f3}
.psg-six--hub .psg-six__player:nth-child(3n){border-right:0}
.psg-six--hub .psg-six__player:nth-last-child(-n+3){border-bottom:0}

@media (max-width:900px){
  .psg-six__grid{grid-template-columns:1fr}
  .psg-six__mobile-tabs{display:flex;gap:7px;overflow:auto;margin:0 0 12px;padding-bottom:2px}
  .psg-six__mobile-tabs button{appearance:none;border:1px solid #dce2e8;background:#fff;color:#26323e;border-radius:999px;padding:9px 13px;font-size:11px;font-weight:800;white-space:nowrap}
  .psg-six__mobile-tabs button.is-active{background:#101923;color:#fff;border-color:#101923}
  .psg-six--home .psg-six__league{display:none}
  .psg-six--home .psg-six__league.is-mobile-active{display:block}
  .psg-six__heading{display:block}
  .psg-six__heading p{margin-top:8px}
}

@media (max-width:782px){
  .psg-six--home{padding:4px 0 30px}
  .psg-six__wrap{padding:0 15px}
  .psg-six__heading h2{font-size:24px}
  .psg-six__heading p{font-size:12px}
  .psg-six__view-tabs{display:grid;grid-template-columns:1fr 1fr}
  .psg-six__view-tabs button{width:100%;padding:11px 10px}
  .psg-six__league-head h3{font-size:16px}
  .psg-six--hub .psg-six__players{grid-template-columns:1fr}
  .psg-six--hub .psg-six__player{border-right:0}
  .psg-six--hub .psg-six__player:nth-last-child(-n+3){border-bottom:1px solid #edf0f3}
  .psg-six--hub .psg-six__player:last-child{border-bottom:0}
  .psg-six__player{grid-template-columns:46px minmax(0,1fr);padding:11px 13px}
  .psg-six__avatar{width:46px;height:46px}
  .psg-six__player-copy strong{font-size:14px}
  .psg-six__player-copy small,.psg-six__player-copy em{font-size:11px}
}
