/* Papastarshark player stats tracker --------------------------------------- */
#stats{
  --st-bg:#060609;
  --st-surface:#0b0d13;
  --st-surface-2:#10131c;
  --st-border:rgba(255,255,255,.085);
  --st-border-strong:rgba(255,255,255,.15);
  --st-text:#f5f7fb;
  --st-muted:#858b9b;
  --st-faint:#4e5361;
  --st-ct:#4694fc;
  --st-ct-rgb:70,148,252;
  --st-t:#f5a823;
  --st-t-rgb:245,168,35;
  --st-win:#35d07f;
  --st-win-rgb:53,208,127;
  --st-loss:#ff5f6d;
  --st-loss-rgb:255,95,109;
  --st-draw:#9a9faf;
  position:relative;
  min-height:100vh;
  overflow:hidden;
  color:var(--st-text);
  background:
    radial-gradient(circle at 82% 6%,rgba(var(--st-ct-rgb),.13),transparent 31rem),
    radial-gradient(circle at 5% 88%,rgba(var(--st-t-rgb),.055),transparent 32rem),
    var(--st-bg);
  isolation:isolate;
}

#stats [hidden]{display:none!important}

#stats::before,
#stats::after{
  content:"";
  position:absolute;
  pointer-events:none;
  z-index:-1;
}

#stats::before{
  inset:0;
  opacity:.28;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);
  background-size:52px 52px;
  -webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 68%,transparent 100%);
  mask-image:linear-gradient(to bottom,#000 0%,#000 68%,transparent 100%);
}

#stats::after{
  width:28rem;
  height:28rem;
  top:12rem;
  right:-16rem;
  border:1px solid rgba(var(--st-ct-rgb),.08);
  border-radius:50%;
  box-shadow:
    0 0 0 5rem rgba(var(--st-ct-rgb),.018),
    0 0 0 10rem rgba(var(--st-ct-rgb),.012);
}

.st-section{
  padding:clamp(112px,10vw,154px) 0 86px;
}

.st-shell{
  position:relative;
  z-index:1;
  width:min(1320px,calc(100% - 48px));
  margin-inline:auto;
}

.st-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(330px,510px);
  align-items:center;
  gap:clamp(34px,6vw,86px);
  margin-bottom:30px;
}

.st-eyebrow{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 14px;
  color:var(--st-ct);
  font-size:10px;
  font-weight:800;
  letter-spacing:.19em;
  text-transform:uppercase;
}

.st-eyebrow::before{
  content:"";
  width:6px;
  height:6px;
  flex:0 0 6px;
  border-radius:50%;
  background:var(--st-ct);
  box-shadow:0 0 14px rgba(var(--st-ct-rgb),.8);
}

.st-title{
  max-width:780px;
  margin:0;
  color:#fff;
  font-family:var(--font-display,inherit);
  font-size:clamp(48px,6.8vw,92px);
  font-weight:600;
  line-height:.88;
  letter-spacing:-.035em;
  text-transform:uppercase;
}

.st-title-accent,
.st-title .st-title-accent{
  color:var(--st-ct);
  text-shadow:0 0 50px rgba(var(--st-ct-rgb),.24);
}

.st-hero-copy{
  padding-bottom:0;
}

.st-lede{
  max-width:500px;
  margin:0;
  color:#a0a6b5;
  font-size:14px;
  line-height:1.72;
}

.st-source-note{
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin-top:14px;
  color:#606676;
  font-size:8px;
  font-weight:750;
  letter-spacing:.095em;
  line-height:12px;
  text-transform:uppercase;
}

.st-source-note::before{
  content:"";
  width:7px;
  height:7px;
  flex:0 0 7px;
  border:1px solid rgba(var(--st-win-rgb),.45);
  border-radius:50%;
  background:rgba(var(--st-win-rgb),.12);
  box-shadow:inset 0 0 0 2px var(--st-bg);
  margin-top:2px;
}

.st-query-card{
  position:relative;
  margin-bottom:18px;
  padding:17px;
  border:1px solid var(--st-border);
  border-radius:15px;
  background:linear-gradient(145deg,rgba(17,20,29,.94),rgba(8,9,15,.95));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 28px 80px rgba(0,0,0,.22);
}

.st-query-card::before{
  content:"";
  position:absolute;
  top:-1px;
  left:28px;
  width:92px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--st-ct),transparent);
  box-shadow:0 0 12px rgba(var(--st-ct-rgb),.45);
}

.st-query-row{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:16px;
}

.st-visually-hidden{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

.st-platforms{
  display:flex;
  align-items:center;
  gap:7px;
  min-width:max-content;
}

.st-platform{
  position:relative;
  display:inline-grid;
  place-items:center;
  gap:0;
  height:46px;
  min-height:46px;
  padding:0 26px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:8px;
  color:#626877;
  background:rgba(255,255,255,.018);
  font:800 9px/1 var(--font-body,inherit);
  letter-spacing:.11em;
  text-transform:uppercase;
  cursor:default;
}

.st-platform::before{
  content:"";
  position:absolute;
  top:50%;
  left:14px;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#434855;
  transform:translateY(calc(-50% - 1px));
}

.st-platform.is-active{
  border-color:rgba(var(--st-ct-rgb),.58);
  color:#fff;
  background:rgba(var(--st-ct-rgb),.1);
  box-shadow:inset 0 0 0 1px rgba(var(--st-ct-rgb),.08);
}

.st-platform.is-active::before{
  background:var(--st-ct);
  box-shadow:0 0 9px rgba(var(--st-ct-rgb),.78);
}

.st-search{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:8px;
}

.st-search-field{
  position:relative;
  min-width:0;
}

.st-search-field::before{
  content:"";
  position:absolute;
  z-index:1;
  top:50%;
  left:15px;
  width:11px;
  height:11px;
  border:1.5px solid #646b7b;
  border-radius:50%;
  transform:translateY(-58%);
  pointer-events:none;
}

.st-search-field::after{
  content:"";
  position:absolute;
  z-index:1;
  top:calc(50% + 5px);
  left:25px;
  width:5px;
  height:1.5px;
  border-radius:2px;
  background:#646b7b;
  transform:rotate(45deg);
  pointer-events:none;
}

.st-search-input{
  width:100%;
  height:46px;
  min-width:0;
  padding:0 15px 0 42px;
  border:1px solid rgba(255,255,255,.105);
  border-radius:8px;
  outline:none;
  color:#f7f8fc;
  background:#080a10;
  font:650 12px/1 var(--font-body,inherit);
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}

.st-search-input::placeholder{color:#424754}
.st-search-input:hover{border-color:rgba(255,255,255,.17)}
.st-search-input:focus{
  border-color:rgba(var(--st-ct-rgb),.78);
  background:#0b0e16;
  box-shadow:0 0 0 3px rgba(var(--st-ct-rgb),.1),0 12px 30px rgba(0,0,0,.2);
}

.st-search-button,
.st-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 20px;
  border:1px solid var(--st-ct);
  border-radius:8px;
  color:#fff;
  background:var(--st-ct);
  box-shadow:0 10px 28px rgba(var(--st-ct-rgb),.19);
  font:800 9px/1 var(--font-body,inherit);
  letter-spacing:.105em;
  text-transform:uppercase;
  white-space:nowrap;
  cursor:pointer;
  transition:transform .18s ease,background .18s ease,box-shadow .18s ease,border-color .18s ease;
}

.st-search-button:hover,
.st-search-button:focus-visible,
.st-button:hover,
.st-button:focus-visible{
  outline:none;
  transform:translateY(-1px);
  border-color:#61a4ff;
  background:#61a4ff;
  box-shadow:0 14px 34px rgba(var(--st-ct-rgb),.28);
}

.st-search-button:active,
.st-button:active{transform:translateY(0)}
.st-search-button[disabled],.st-button[disabled]{opacity:.45;pointer-events:none}

.st-search-status{
  display:flex;
  align-items:flex-start;
  gap:7px;
  min-height:16px;
  margin:10px 2px 0;
  color:#626877;
  font-size:8px;
  font-weight:700;
  letter-spacing:.055em;
  line-height:12px;
}

.st-search-status::before{
  content:"";
  width:6px;
  height:6px;
  flex:0 0 6px;
  border-radius:50%;
  background:#3e4350;
  margin-top:2px;
}

.st-search-status[data-state="loading"]::before{
  background:var(--st-ct);
  box-shadow:0 0 10px rgba(var(--st-ct-rgb),.72);
  animation:st-pulse 1s ease-in-out infinite;
}

.st-search-status[data-state="ready"]{color:#73d997}
.st-search-status[data-state="ready"]::before{background:var(--st-win)}
.st-search-status[data-state="error"]{color:#f08790}
.st-search-status[data-state="error"]::before{background:var(--st-loss)}

.st-updated{
  position:absolute;
  right:18px;
  bottom:6px;
  color:#434956;
  font-size:6.5px;
  font-weight:750;
  letter-spacing:.07em;
  text-transform:uppercase;
}

@keyframes st-pulse{50%{opacity:.28}}

.st-dashboard{
  display:grid;
  gap:16px;
}

.st-dashboard[hidden],
.st-state[hidden],
.st-panel[hidden],
.st-match[hidden]{display:none!important}

.st-profile,
.st-panel,
.st-state{
  position:relative;
  border:1px solid var(--st-border);
  border-radius:15px;
  background:linear-gradient(145deg,rgba(16,19,28,.94),rgba(8,9,14,.96));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03),0 24px 65px rgba(0,0,0,.2);
}

.st-profile{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:24px;
  min-height:132px;
  padding:22px;
  overflow:hidden;
}

.st-profile::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:linear-gradient(to bottom,transparent,var(--st-ct) 24% 76%,transparent);
  box-shadow:0 0 18px rgba(var(--st-ct-rgb),.58);
}

.st-profile::after{
  content:"";
  position:absolute;
  width:330px;
  height:330px;
  left:-115px;
  top:-112px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(var(--st-ct-rgb),.11),transparent 67%);
  pointer-events:none;
}

.st-profile-main{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  min-width:0;
  gap:17px;
}

.st-avatar-wrap{
  position:relative;
  --st-avatar-size:78px;
  width:78px;
  height:78px;
  flex:0 0 78px;
}

.st-avatar-media{
  position:relative;
  isolation:isolate;
  display:block;
  width:100%;
  height:100%;
  overflow:hidden;
  border:1px solid rgba(var(--st-ct-rgb),.72);
  border-radius:13px;
  background:rgba(var(--st-ct-rgb),.08);
  color:inherit;
  text-decoration:none;
  box-shadow:0 0 0 4px rgba(var(--st-ct-rgb),.075),0 15px 35px rgba(0,0,0,.34),0 0 22px rgba(var(--st-ct-rgb),.09);
  transition:border-color .22s ease,box-shadow .22s ease,background-color .22s ease;
}

.st-avatar-media:hover{
  border-color:rgba(var(--st-ct-rgb),.95);
  background:rgba(var(--st-ct-rgb),.12);
  box-shadow:0 0 0 4px rgba(var(--st-ct-rgb),.11),0 15px 35px rgba(0,0,0,.34),0 0 26px rgba(var(--st-ct-rgb),.16);
}

.st-avatar-media:focus-visible{
  outline:2px solid var(--st-ct);
  outline-offset:4px;
}

.st-avatar-scan::before,
.st-avatar-scan::after{
  content:'';
  position:absolute;
  pointer-events:none;
}

.st-avatar-scan::before{
  top:0;
  right:0;
  left:0;
  z-index:3;
  height:2px;
  opacity:0;
  background:linear-gradient(90deg,transparent 0%,rgba(var(--st-ct-rgb),.5) 16%,var(--st-ct) 50%,rgba(var(--st-ct-rgb),.5) 84%,transparent 100%);
  box-shadow:0 0 14px 3px rgba(var(--st-ct-rgb),.42);
  transform:translateY(-8px);
  animation:st-avatar-auto-scan 3.2s cubic-bezier(.2,.75,.25,1) infinite;
}

.st-avatar-scan::after{
  inset:0;
  z-index:2;
  border-radius:inherit;
  background:linear-gradient(145deg,rgba(var(--st-ct-rgb),.15),transparent 42%,rgba(var(--st-ct-rgb),.07));
  opacity:.3;
  animation:st-avatar-blue-breathe 3.2s ease-in-out infinite;
}

@keyframes st-avatar-auto-scan{
  0%,10%{opacity:0;transform:translateY(-8px)}
  14%{opacity:1}
  36%{opacity:.92;transform:translateY(calc(var(--st-avatar-size) + 8px))}
  37%,100%{opacity:0;transform:translateY(calc(var(--st-avatar-size) + 8px))}
}

@keyframes st-avatar-blue-breathe{
  0%,100%{opacity:.23}
  50%{opacity:.42}
}

.st-profile-avatar{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:13px;
  background:#080a0f;
}

.st-level-icon{
  position:absolute;
  right:-8px;
  bottom:-7px;
  z-index:4;
  display:block;
  width:29px;
  height:29px;
  object-fit:contain;
  filter:drop-shadow(0 4px 7px rgba(0,0,0,.66));
}

.st-profile-meta{min-width:0}

.st-profile-label{
  margin:0 0 6px;
  color:#616777;
  font-size:7.5px;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.st-profile-name{
  overflow:hidden;
  max-width:100%;
  margin:0;
  color:#fff;
  font-family:var(--font-display,inherit);
  font-size:clamp(25px,3vw,38px);
  font-weight:600;
  line-height:1;
  letter-spacing:-.02em;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.st-profile-details{
  display:flex;
  align-items:center;
  margin-top:10px;
}

.st-profile-country{
  display:inline-grid;
  place-items:center;
  min-width:18px;
  min-height:14px;
}

.st-country-flag{
  display:block;
  width:18px;
  height:auto;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:2px;
  box-shadow:0 0 0 1px rgba(255,255,255,.13),0 2px 7px rgba(0,0,0,.28);
}

.st-profile-side{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:11px;
}

.st-profile-rank{
  display:grid;
  grid-template-columns:repeat(2,minmax(92px,1fr));
  gap:7px;
}

.st-rank-cell{
  min-height:70px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.065);
  border-radius:9px;
  background:rgba(255,255,255,.018);
}

.st-rank-value{
  display:block;
  color:#fff;
  font-size:23px;
  font-weight:850;
  line-height:1;
  letter-spacing:-.03em;
  font-variant-numeric:tabular-nums;
}

.st-rank-value.is-accent{color:var(--st-ct)}

.st-rank-label{
  display:block;
  margin-top:7px;
  color:#5d6371;
  font-size:7px;
  font-weight:800;
  letter-spacing:.115em;
  text-transform:uppercase;
}

.st-profile-actions{
  display:flex;
  align-items:center;
  gap:7px;
}

.st-profile-link,
.st-icon-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 12px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:7px;
  color:#aeb4c1;
  background:rgba(255,255,255,.025);
  font:800 8px/1 var(--font-body,inherit);
  letter-spacing:.08em;
  text-decoration:none;
  text-transform:uppercase;
  transition:border-color .18s ease,color .18s ease,background .18s ease,transform .18s ease;
}

.st-profile-link:hover,
.st-profile-link:focus-visible,
.st-icon-button:hover,
.st-icon-button:focus-visible{
  outline:none;
  transform:translateY(-1px);
  border-color:rgba(var(--st-ct-rgb),.6);
  color:#fff;
  background:rgba(var(--st-ct-rgb),.09);
}

.st-kpis{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
}

.st-kpi{
  position:relative;
  min-height:106px;
  padding:18px;
  overflow:hidden;
  border:1px solid var(--st-border);
  border-radius:12px;
  background:linear-gradient(145deg,rgba(15,18,26,.91),rgba(8,9,14,.95));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}

.st-kpi::after{
  content:"";
  position:absolute;
  right:-22px;
  bottom:-34px;
  width:80px;
  height:80px;
  border:1px solid rgba(var(--st-kpi-rgb,var(--st-ct-rgb)),.08);
  border-radius:50%;
  box-shadow:0 0 28px rgba(var(--st-kpi-rgb,var(--st-ct-rgb)),.035);
}

.st-kpi.is-low{--st-kpi-rgb:var(--st-loss-rgb)}
.st-kpi.is-mid{--st-kpi-rgb:var(--st-t-rgb)}
.st-kpi.is-high{--st-kpi-rgb:var(--st-win-rgb)}

.st-kpi-label{
  position:relative;
  display:flex;
  align-items:center;
  gap:0;
  padding-left:11px;
  margin:0 0 12px;
  color:#5f6574;
  font-size:7px;
  font-weight:800;
  letter-spacing:.125em;
  text-transform:uppercase;
}

.st-kpi-label::before{
  content:"";
  position:absolute;
  top:50%;
  left:0;
  width:4px;
  height:4px;
  border-radius:50%;
  background:rgb(var(--st-kpi-rgb,var(--st-ct-rgb)));
  box-shadow:0 0 8px rgba(var(--st-kpi-rgb,var(--st-ct-rgb)),.55);
  transform:translateY(calc(-50% - 1.5px));
}

.st-kpi-value{
  display:block;
  color:#fff;
  font-size:clamp(24px,2.5vw,34px);
  font-weight:850;
  line-height:.92;
  letter-spacing:-.04em;
  font-variant-numeric:tabular-nums;
}

.st-kpi.is-low .st-kpi-value{color:var(--st-loss)}
.st-kpi.is-mid .st-kpi-value{color:var(--st-t)}
.st-kpi.is-high .st-kpi-value{color:var(--st-win)}

.st-kpi-sub{
  display:block;
  margin-top:8px;
  color:#4f5562;
  font-size:7.5px;
  font-weight:700;
  letter-spacing:.05em;
}

.st-layout{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);
  gap:16px;
  align-items:start;
}

.st-column{
  display:grid;
  gap:16px;
  min-width:0;
}

.st-panel{overflow:hidden}

.st-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:54px;
  padding:0 17px;
  border-bottom:1px solid rgba(255,255,255,.065);
  background:rgba(255,255,255,.012);
}

.st-panel-title{
  position:relative;
  display:flex;
  align-items:center;
  gap:0;
  padding-left:14px;
  margin:0;
  color:#e8ebf3;
  font-size:9px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.st-panel-title::before{
  content:"";
  position:absolute;
  top:50%;
  left:0;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--st-panel-accent,var(--st-ct));
  box-shadow:0 0 10px rgba(var(--st-panel-rgb,var(--st-ct-rgb)),.7);
  transform:translateY(calc(-50% - 1px));
}

.st-panel-meta,
.st-panel-badge{
  color:#565c69;
  font-size:7px;
  font-weight:750;
  letter-spacing:.095em;
  text-transform:uppercase;
}

.st-panel-badge{
  padding:5px 7px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:5px;
  background:rgba(255,255,255,.018);
  font-variant-numeric:tabular-nums;
}

.st-panel-body{padding:17px}

.st-form{
  display:grid;
  grid-template-columns:minmax(150px,.34fr) minmax(0,.66fr);
  gap:22px;
  align-items:stretch;
  min-height:216px;
}

.st-form-summary{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-width:0;
  padding:17px;
  border:1px solid rgba(255,255,255,.055);
  border-radius:10px;
  background:rgba(255,255,255,.016);
}

.st-form-record{
  display:inline-grid;
  grid-template-columns:max-content 14px max-content;
  align-items:center;
  column-gap:7px;
  width:max-content;
  margin-top:8px;
}

.st-form-score{
  color:#fff;
  font-size:35px;
  font-weight:850;
  line-height:.9;
  letter-spacing:0;
  font-variant-numeric:tabular-nums;
}

.st-form-separator{
  display:block;
  width:14px;
  height:3px;
  border-radius:999px;
  background:#fff;
}

.st-form-split{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:7px;
  margin-top:16px;
}

.st-form-stat{
  min-width:0;
  padding:9px;
  border:1px solid rgba(255,255,255,.05);
  border-radius:7px;
  background:rgba(0,0,0,.12);
}

.st-form-stat strong{
  display:block;
  color:#dfe3eb;
  font-size:13px;
  font-weight:800;
  font-variant-numeric:tabular-nums;
}

.st-form-stat span{
  display:block;
  overflow:hidden;
  margin-top:4px;
  color:#505663;
  font-size:6.5px;
  font-weight:800;
  letter-spacing:.08em;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
}

.st-form-chart{
  position:relative;
  display:flex;
  align-items:flex-end;
  gap:6px;
  min-width:0;
  min-height:182px;
  padding:18px 12px 28px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.045);
  border-radius:10px;
  background:
    linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px),
    rgba(0,0,0,.15);
  background-size:100% 25%,38px 100%,auto;
}

.st-form-chart::after{
  content:"RECENT FORM";
  position:absolute;
  right:11px;
  bottom:9px;
  color:#343a46;
  font-size:6px;
  font-weight:800;
  letter-spacing:.12em;
}

.st-form-bar{
  position:relative;
  flex:1 1 0;
  min-width:8px;
  height:max(16%,var(--st-value,50%));
  max-height:100%;
  border-radius:4px 4px 2px 2px;
  background:linear-gradient(to top,rgba(var(--st-ct-rgb),.35),var(--st-ct));
  box-shadow:0 0 15px rgba(var(--st-ct-rgb),.11);
  transition:filter .18s ease,transform .18s ease;
}

.st-form-bar.is-win{
  background:linear-gradient(to top,rgba(var(--st-win-rgb),.28),var(--st-win));
  box-shadow:0 0 15px rgba(var(--st-win-rgb),.12);
}

.st-form-bar.is-loss{
  background:linear-gradient(to top,rgba(var(--st-loss-rgb),.25),var(--st-loss));
  box-shadow:0 0 15px rgba(var(--st-loss-rgb),.1);
}

.st-form-bar:hover{filter:brightness(1.14)}

.st-form-bar::after{
  content:attr(data-result);
  position:absolute;
  left:50%;
  top:calc(100% + 8px);
  display:grid;
  place-items:center;
  width:18px;
  color:#565c68;
  font-size:6px;
  font-weight:850;
  line-height:1;
  text-align:center;
  transform:translateX(-50%);
}

.st-map-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}

.st-map-card{
  position:relative;
  min-width:0;
  min-height:124px;
  padding:15px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.065);
  border-radius:10px;
  background:linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,.008));
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}

.st-map-card:hover{
  transform:translateY(-2px);
  border-color:rgba(var(--st-ct-rgb),.23);
  background:linear-gradient(145deg,rgba(var(--st-ct-rgb),.04),rgba(255,255,255,.008));
}

.st-map-card::after{
  content:"";
  position:absolute;
  right:-18px;
  bottom:-18px;
  width:92px;
  height:92px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(var(--st-ct-rgb),.075),transparent 68%);
}

.st-map-head{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.st-map-name{
  display:flex;
  align-items:center;
  min-width:0;
  gap:8px;
  color:#e8ebf3;
  font-size:9px;
  font-weight:850;
  letter-spacing:.095em;
  text-transform:uppercase;
}

.st-map-logo{
  display:block;
  width:22px;
  height:22px;
  flex:0 0 22px;
  object-fit:contain;
  opacity:.75;
}

.st-map-rate{
  color:var(--st-win);
  font-size:16px;
  font-weight:850;
  line-height:1;
  font-variant-numeric:tabular-nums;
}

.st-map-track{
  position:relative;
  z-index:1;
  height:5px;
  margin:17px 0 12px;
  overflow:hidden;
  border-radius:99px;
  background:rgba(255,255,255,.065);
}

.st-map-fill{
  display:block;
  width:var(--st-rate,0%);
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--st-ct),var(--st-win));
  box-shadow:0 0 12px rgba(var(--st-ct-rgb),.2);
}

.st-map-meta{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:#535967;
  font-size:7px;
  font-weight:750;
  letter-spacing:.065em;
  text-transform:uppercase;
}

.st-map-meta strong{color:#9096a5;font-weight:800;font-variant-numeric:tabular-nums}

.st-matches{
  display:grid;
  gap:7px;
}

.st-match{
  --st-result:var(--st-draw);
  --st-result-rgb:154,159,175;
  position:relative;
  display:grid;
  grid-template-columns:34px minmax(110px,1fr) repeat(3,minmax(64px,.36fr));
  align-items:center;
  gap:11px;
  min-height:66px;
  padding:9px 12px 9px 15px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.06);
  border-radius:9px;
  background:rgba(255,255,255,.014);
  transition:border-color .18s ease,background .18s ease,transform .18s ease;
}

.st-match::before{
  content:"";
  position:absolute;
  inset:11px auto 11px 0;
  width:2px;
  border-radius:0 3px 3px 0;
  background:var(--st-result);
  box-shadow:0 0 10px rgba(var(--st-result-rgb),.55);
}

.st-match.is-win{--st-result:var(--st-win);--st-result-rgb:var(--st-win-rgb)}
.st-match.is-loss{--st-result:var(--st-loss);--st-result-rgb:var(--st-loss-rgb)}

.st-match:hover{
  transform:translateX(2px);
  border-color:rgba(var(--st-result-rgb),.19);
  background:rgba(var(--st-result-rgb),.025);
}

.st-match-result{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border:1px solid rgba(var(--st-result-rgb),.28);
  border-radius:7px;
  color:var(--st-result);
  background:rgba(var(--st-result-rgb),.07);
  font-size:10px;
  font-weight:900;
}

.st-match-main{min-width:0}

.st-match-map{
  display:block;
  overflow:hidden;
  color:#e7eaf1;
  font-size:9px;
  font-weight:850;
  letter-spacing:.085em;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
}

.st-match-date{
  display:block;
  margin-top:5px;
  color:#4f5561;
  font-size:7px;
  font-weight:700;
  letter-spacing:.045em;
  white-space:nowrap;
}

.st-match-stat{
  min-width:0;
  padding-left:11px;
  border-left:1px solid rgba(255,255,255,.055);
}

.st-match-stat strong{
  display:block;
  overflow:hidden;
  color:#cfd4de;
  font-size:12px;
  font-weight:850;
  line-height:1;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-variant-numeric:tabular-nums;
}

.st-match-stat span{
  display:block;
  margin-top:5px;
  color:#4f5561;
  font-size:6.5px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.st-state{
  display:grid;
  place-items:center;
  min-height:330px;
  padding:40px 22px;
  text-align:center;
}

.st-state-inner{max-width:480px}

.st-state-icon{
  position:relative;
  display:grid;
  place-items:center;
  width:66px;
  height:66px;
  margin:0 auto 19px;
  border:1px solid rgba(var(--st-ct-rgb),.22);
  border-radius:18px;
  color:var(--st-ct);
  background:rgba(var(--st-ct-rgb),.055);
  box-shadow:0 0 40px rgba(var(--st-ct-rgb),.08);
  font-size:24px;
  font-weight:700;
}

.st-state-icon::before,
.st-state-icon::after{
  content:"";
  position:absolute;
  background:rgba(var(--st-ct-rgb),.24);
}

.st-state-icon::before{width:18px;height:1px}
.st-state-icon::after{width:1px;height:18px}

.st-state-title{
  margin:0;
  color:#f0f2f7;
  font-size:20px;
  font-weight:800;
  letter-spacing:-.015em;
}

.st-state-copy{
  margin:10px auto 0;
  color:#6a7080;
  font-size:11px;
  line-height:1.65;
}

.st-state .st-button{margin-top:18px}

.st-state.is-error .st-state-icon{
  border-color:rgba(var(--st-loss-rgb),.26);
  color:var(--st-loss);
  background:rgba(var(--st-loss-rgb),.055);
}

.st-state.is-error .st-state-icon::before,
.st-state.is-error .st-state-icon::after{background:rgba(var(--st-loss-rgb),.7);transform:rotate(45deg)}

.st-skeleton{
  position:relative;
  overflow:hidden;
  color:transparent!important;
  border-color:transparent!important;
  border-radius:6px;
  background:#161a23!important;
  user-select:none;
}

.st-skeleton::after{
  content:"";
  position:absolute;
  inset:0;
  transform:translateX(-100%);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.075),transparent);
  animation:st-shimmer 1.35s ease-in-out infinite;
}

@keyframes st-shimmer{100%{transform:translateX(100%)}}

.st-loading-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
}

.st-loading-grid .st-skeleton{height:106px}

.st-more{
  width:100%;
  min-height:38px;
  margin-top:10px;
  border:1px solid rgba(255,255,255,.065);
  border-radius:8px;
  color:#636978;
  background:rgba(255,255,255,.016);
  font:800 7.5px/1 var(--font-body,inherit);
  letter-spacing:.1em;
  text-transform:uppercase;
  cursor:pointer;
  transition:border-color .18s ease,color .18s ease,background .18s ease;
}

.st-more:hover,.st-more:focus-visible{
  outline:none;
  border-color:rgba(var(--st-ct-rgb),.42);
  color:#d8dce5;
  background:rgba(var(--st-ct-rgb),.055);
}

.st-footnote{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  padding:2px 3px 0;
  color:#414653;
  font-size:7.5px;
  line-height:1.55;
}

.st-footnote a{color:#637da6;text-decoration:none}
.st-footnote a:hover{color:var(--st-ct)}

/* Expanded tracker views -------------------------------------------------- */
.st-view-tabs,
.st-tabs{
  position:relative;
  display:flex;
  align-items:center;
  gap:5px;
  min-width:0;
  padding:5px;
  overflow-x:auto;
  border:1px solid var(--st-border);
  border-radius:11px;
  background:rgba(7,9,14,.88);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}

.st-view-tabs::-webkit-scrollbar,
.st-tabs::-webkit-scrollbar{display:none}

.st-view-tabs::after,
.st-tabs::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  height:1px;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(var(--st-ct-rgb),.28),transparent);
}

.st-view-tab,
.st-tab{
  position:relative;
  display:inline-grid;
  place-items:center;
  gap:0;
  min-height:37px;
  min-width:max-content;
  padding:0 20px;
  border:1px solid transparent;
  border-radius:7px;
  outline:none;
  color:#686e7d;
  background:transparent;
  font:800 7.5px/1 var(--font-body,inherit);
  letter-spacing:.115em;
  text-transform:uppercase;
  cursor:pointer;
  transition:color .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}

.st-view-tab::before,
.st-tab::before{
  content:"";
  position:absolute;
  top:50%;
  left:9px;
  width:4px;
  height:4px;
  border-radius:50%;
  background:#3e4350;
  transform:translateY(calc(-50% - 1px));
  transition:background .18s ease,box-shadow .18s ease;
}

.st-view-tab:hover,
.st-tab:hover{
  color:#d7dbe5;
  background:rgba(255,255,255,.025);
}

.st-view-tab:focus-visible,
.st-tab:focus-visible{
  color:#fff;
  border-color:rgba(var(--st-ct-rgb),.72);
  box-shadow:0 0 0 3px rgba(var(--st-ct-rgb),.1);
}

.st-view-tab[aria-selected="true"],
.st-view-tab.is-active,
.st-tab[aria-selected="true"],
.st-tab.is-active{
  border-color:rgba(var(--st-ct-rgb),.43);
  color:#fff;
  background:linear-gradient(145deg,rgba(var(--st-ct-rgb),.16),rgba(var(--st-ct-rgb),.055));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 9px 22px rgba(var(--st-ct-rgb),.06);
}

.st-view-tab[aria-selected="true"]::before,
.st-view-tab.is-active::before,
.st-tab[aria-selected="true"]::before,
.st-tab.is-active::before{
  background:var(--st-ct);
  box-shadow:0 0 9px rgba(var(--st-ct-rgb),.8);
}

.st-view-tab-count,
.st-tab-count{
  display:grid;
  place-items:center;
  min-width:18px;
  height:18px;
  padding:0 5px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:5px;
  color:#89909e;
  background:rgba(0,0,0,.18);
  font-size:6px;
  font-variant-numeric:tabular-nums;
}

.st-periods{
  display:flex;
  align-items:center;
  gap:4px;
  margin-left:auto;
  padding-left:8px;
  border-left:1px solid rgba(255,255,255,.06);
}

.st-period{
  display:grid;
  place-items:center;
  min-width:39px;
  height:31px;
  padding:0 8px;
  border:1px solid transparent;
  border-radius:6px;
  outline:none;
  color:#545a67;
  background:transparent;
  font:850 6.5px/1 var(--font-body,inherit);
  letter-spacing:.085em;
  cursor:pointer;
  transition:color .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}

.st-period:hover{color:#d2d6df;background:rgba(255,255,255,.025)}
.st-period:focus-visible{border-color:rgba(var(--st-ct-rgb),.65);color:#fff;box-shadow:0 0 0 3px rgba(var(--st-ct-rgb),.09)}
.st-period[aria-pressed="true"]{
  border-color:rgba(var(--st-ct-rgb),.34);
  color:var(--st-ct);
  background:rgba(var(--st-ct-rgb),.09);
}

.st-view-panel,
.st-tab-panel{
  min-width:0;
  animation:st-view-in .24s ease both;
}

.st-tab-panel[data-st-panel="overview"]{
  display:grid;
  gap:16px;
}

.st-view-panel[hidden],
.st-tab-panel[hidden]{display:none!important}

@keyframes st-view-in{
  from{opacity:0;transform:translateY(5px)}
  to{opacity:1;transform:translateY(0)}
}

.st-data-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

.st-data-summary{
  color:#565c69;
  font-size:7px;
  font-weight:800;
  letter-spacing:.095em;
  text-transform:uppercase;
}

.st-data-summary strong{color:#a7adbb;font-weight:850;font-variant-numeric:tabular-nums}

.st-filter-group{
  display:flex;
  align-items:center;
  gap:6px;
  min-width:0;
}

.st-filter,
.st-period-button{
  min-height:31px;
  padding:0 10px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:6px;
  outline:none;
  color:#676d7b;
  background:rgba(255,255,255,.015);
  font:800 6.5px/1 var(--font-body,inherit);
  letter-spacing:.085em;
  text-transform:uppercase;
  cursor:pointer;
  transition:border-color .18s ease,color .18s ease,background .18s ease;
}

.st-filter:hover,
.st-period-button:hover,
.st-filter:focus-visible,
.st-period-button:focus-visible{
  border-color:rgba(var(--st-ct-rgb),.4);
  color:#d8dce6;
  background:rgba(var(--st-ct-rgb),.05);
}

.st-filter.is-active,
.st-period-button.is-active,
.st-period-button[aria-pressed="true"]{
  border-color:rgba(var(--st-ct-rgb),.48);
  color:#fff;
  background:rgba(var(--st-ct-rgb),.11);
}

/* FACEIT-rich match history */
.st-match-table-wrap,
.st-match-scroll{
  min-width:0;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scrollbar-color:rgba(var(--st-ct-rgb),.24) rgba(255,255,255,.025);
  scrollbar-width:thin;
}

.st-match-table-wrap::-webkit-scrollbar,
.st-match-scroll::-webkit-scrollbar{height:7px}
.st-match-table-wrap::-webkit-scrollbar-track,
.st-match-scroll::-webkit-scrollbar-track{background:rgba(255,255,255,.02)}
.st-match-table-wrap::-webkit-scrollbar-thumb,
.st-match-scroll::-webkit-scrollbar-thumb{border-radius:99px;background:rgba(var(--st-ct-rgb),.24)}

.st-match-table{
  --st-match-cols:minmax(126px,1.35fr) minmax(84px,.78fr) minmax(116px,1fr) repeat(6,minmax(62px,.62fr)) minmax(105px,1fr);
  display:grid;
  gap:6px;
  min-width:1080px;
}

.st-match-head,
.st-match-summary{
  display:grid;
  grid-template-columns:var(--st-match-cols);
  align-items:center;
  gap:8px;
}

.st-match-head{
  min-height:36px;
  padding:0 11px 0 15px;
  border-bottom:1px solid rgba(255,255,255,.055);
  color:#4f5562;
  font-size:6px;
  font-weight:850;
  letter-spacing:.105em;
  text-transform:uppercase;
}

.st-sort{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:0;
  width:100%;
  max-width:100%;
  padding:4px 12px;
  border:0;
  border-radius:4px;
  outline:none;
  color:inherit;
  background:transparent;
  font:inherit;
  letter-spacing:inherit;
  text-transform:inherit;
  cursor:pointer;
  transition:color .18s ease,background .18s ease;
}

.st-sort::after{
  content:"↕";
  position:absolute;
  top:50%;
  right:2px;
  color:#343a46;
  font-size:8px;
  line-height:1;
  transform:translateY(-50%);
}

.st-sort:hover,
.st-sort:focus-visible{color:#dbe0e9;background:rgba(255,255,255,.025)}
.st-sort[aria-sort="ascending"]::after{content:"↑";color:var(--st-ct)}
.st-sort[aria-sort="descending"]::after{content:"↓";color:var(--st-ct)}
.st-sort-arrow{display:none}

.st-match-row{
  --st-result:var(--st-draw);
  --st-result-rgb:154,159,175;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.06);
  border-radius:9px;
  background:rgba(255,255,255,.012);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.015);
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;
}

.st-match-row.is-win{--st-result:var(--st-win);--st-result-rgb:var(--st-win-rgb)}
.st-match-row.is-loss{--st-result:var(--st-loss);--st-result-rgb:var(--st-loss-rgb)}
.st-match-row.is-open,
.st-match-row[data-expanded="true"],
.st-match-row.is-expanded{
  border-color:rgba(var(--st-result-rgb),.25);
  background:linear-gradient(145deg,rgba(var(--st-result-rgb),.035),rgba(255,255,255,.01));
  box-shadow:0 14px 32px rgba(0,0,0,.16);
}

.st-match-row::before{
  content:"";
  position:absolute;
  z-index:2;
  inset:9px auto 9px 0;
  width:2px;
  border-radius:0 3px 3px 0;
  background:var(--st-result);
  box-shadow:0 0 11px rgba(var(--st-result-rgb),.52);
}

.st-match-summary{
  width:100%;
  min-height:62px;
  padding:8px 11px 8px 15px;
  border:0;
  outline:none;
  color:inherit;
  background:transparent;
  font:inherit;
  text-align:left;
  cursor:pointer;
  transition:background .18s ease;
}

.st-match-summary:hover{background:rgba(var(--st-result-rgb),.025)}
.st-match-summary:focus-visible{box-shadow:inset 0 0 0 2px rgba(var(--st-ct-rgb),.67)}

.st-match-cell{min-width:0}

.st-match-cell strong,
.st-match-value{
  display:block;
  overflow:hidden;
  color:#d6dae4;
  font-size:10.5px;
  font-weight:850;
  line-height:1.15;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-variant-numeric:tabular-nums;
}

.st-match-cell span,
.st-match-label{
  display:block;
  overflow:hidden;
  margin-top:4px;
  color:#484e5b;
  font-size:6px;
  font-weight:800;
  letter-spacing:.07em;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
}

.st-match-cell.is-positive strong,
.st-match-value.is-positive{color:var(--st-win)}
.st-match-cell.is-negative strong,
.st-match-value.is-negative{color:var(--st-loss)}
.st-match-cell.is-gold strong,
.st-match-value.is-gold{color:var(--st-t)}

.st-rating-pill{
  display:inline-grid!important;
  place-items:center;
  min-width:37px;
  height:25px;
  padding:0 7px;
  border:1px solid rgba(var(--st-result-rgb),.24);
  border-radius:6px;
  color:var(--st-result)!important;
  background:rgba(var(--st-result-rgb),.07);
  font-size:10px!important;
}

.st-match-score{
  display:flex;
  align-items:center;
  gap:6px;
}

.st-match-summary > .st-match-main{
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  align-items:center;
  gap:8px;
}

.st-match-summary > .st-match-main .st-match-result{grid-column:1;grid-row:1}
.st-match-summary > .st-match-main .st-match-date{grid-column:2;grid-row:1;margin-top:0}

.st-match-summary .st-match-result{
  margin-top:0;
  overflow:visible;
  color:var(--st-result);
  font-size:10px;
  font-weight:900;
  line-height:1;
}

.st-match-main:has(.st-map-logo){
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  align-items:center;
  column-gap:8px;
}

.st-match-main:has(.st-map-logo) .st-map-logo{
  grid-row:1/3;
  width:28px;
  height:28px;
  padding:3px;
  border:1px solid rgba(255,255,255,.055);
  border-radius:7px;
  background:rgba(255,255,255,.018);
  object-fit:contain;
  filter:drop-shadow(0 4px 8px rgba(0,0,0,.38));
}

.st-match-score-badge{
  display:grid;
  place-items:center;
  width:22px;
  height:22px;
  flex:0 0 22px;
  border:1px solid rgba(var(--st-result-rgb),.28);
  border-radius:5px;
  color:var(--st-result);
  background:rgba(var(--st-result-rgb),.07);
  font-size:7px;
  font-weight:900;
}

.st-match-map-cell{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
}

.st-match-map-cell .st-map-logo{
  width:28px;
  height:28px;
  flex-basis:28px;
  padding:3px;
  border:1px solid rgba(255,255,255,.055);
  border-radius:7px;
  background:rgba(255,255,255,.018);
  filter:drop-shadow(0 4px 8px rgba(0,0,0,.4));
}

.st-match-toggle{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  justify-self:end;
  border:1px solid rgba(255,255,255,.075);
  border-radius:7px;
  color:#69707e;
  background:rgba(255,255,255,.018);
  transition:color .18s ease,border-color .18s ease,background .18s ease,transform .22s ease;
}

.st-match-summary .st-match-toggle{
  margin-top:0;
  overflow:visible;
  color:#69707e;
  font-size:13px;
  font-weight:900;
  line-height:1;
}

.st-match-summary:hover .st-match-toggle,
.st-match-summary:focus-visible .st-match-toggle{
  border-color:rgba(var(--st-result-rgb),.3);
  color:#fff;
  background:rgba(var(--st-result-rgb),.055);
}

.st-match-row.is-open .st-match-toggle,
.st-match-row[data-expanded="true"] .st-match-toggle,
.st-match-row.is-expanded .st-match-toggle{transform:rotate(180deg)}

.st-match-details{
  border-top:1px solid rgba(255,255,255,.055);
  background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.24));
}

.st-match-details[hidden]{display:none!important}

.st-match-details-inner{
  display:grid;
  grid-template-columns:minmax(310px,.9fr) minmax(0,1.1fr);
  gap:13px;
  padding:14px 15px 16px;
}

.st-detail-block,
.st-elo-compare{
  min-width:0;
  padding:13px;
  border:1px solid rgba(255,255,255,.05);
  border-radius:8px;
  background:rgba(255,255,255,.012);
}

.st-detail-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:0 0 11px;
  color:#777e8e;
  font-size:6.5px;
  font-weight:850;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.st-detail-title::before{
  content:"";
  width:5px;
  height:5px;
  flex:0 0 5px;
  border-radius:50%;
  background:var(--st-ct);
  box-shadow:0 0 8px rgba(var(--st-ct-rgb),.65);
}

.st-detail-metrics{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:6px;
}

.st-detail-metric{
  min-width:0;
  min-height:54px;
  padding:9px;
  border:1px solid rgba(255,255,255,.045);
  border-radius:6px;
  background:rgba(0,0,0,.14);
}

.st-detail-metric strong{
  display:block;
  color:#dce0e9;
  font-size:12px;
  font-weight:850;
  font-variant-numeric:tabular-nums;
}

.st-detail-metric span{
  display:block;
  margin-top:5px;
  color:#484e5a;
  font-size:5.5px;
  font-weight:800;
  letter-spacing:.075em;
  text-transform:uppercase;
}

.st-elo-compare{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
  gap:12px;
}

.st-elo-side{min-width:0}
.st-elo-side:last-child{text-align:right}

.st-elo-side-label{
  display:block;
  color:#535967;
  font-size:6px;
  font-weight:850;
  letter-spacing:.095em;
  text-transform:uppercase;
}

.st-elo-side-value{
  display:block;
  margin-top:5px;
  color:#fff;
  font-size:20px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.035em;
  font-variant-numeric:tabular-nums;
}

.st-elo-side.is-team .st-elo-side-value{color:var(--st-ct)}
.st-elo-side.is-opponent .st-elo-side-value{color:var(--st-loss)}

.st-elo-vs{
  display:grid;
  place-items:center;
  width:31px;
  height:31px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:50%;
  color:#555b68;
  background:#090b11;
  font-size:6px;
  font-weight:900;
  letter-spacing:.08em;
}

.st-elo-bars{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:var(--st-team-share,50%) 1fr;
  height:5px;
  margin-top:1px;
  overflow:hidden;
  border-radius:99px;
  background:rgba(var(--st-loss-rgb),.6);
}

.st-elo-bars::before{
  content:"";
  border-radius:inherit;
  background:var(--st-ct);
  box-shadow:0 0 9px rgba(var(--st-ct-rgb),.32);
}

.st-elo-delta{
  grid-column:1/-1;
  color:#555c69;
  font-size:6px;
  font-weight:800;
  letter-spacing:.08em;
  text-align:center;
  text-transform:uppercase;
}

.st-elo-delta.is-favored{color:var(--st-win)}
.st-elo-delta.is-underdog{color:var(--st-t)}

.st-match-team-elo{min-width:0}

.st-match-team-elo .st-elo-compare{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  gap:5px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
}

.st-match-team-elo .st-elo-side{text-align:left}
.st-match-team-elo .st-elo-side:last-child{text-align:right}
.st-match-team-elo .st-elo-side-label{font-size:5px}
.st-match-team-elo .st-elo-side-value{margin-top:3px;font-size:9px;letter-spacing:-.01em}
.st-match-team-elo .st-elo-side small{display:block;color:#555b68;font-size:5px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.st-match-team-elo .st-elo-side strong{display:block;margin-top:3px;color:#aeb4c0;font-size:9px;font-weight:850;line-height:1;font-variant-numeric:tabular-nums}
.st-match-team-elo .st-elo-side.is-team strong{color:var(--st-ct)}
.st-match-team-elo .st-elo-side.is-opponent strong{color:var(--st-loss)}
.st-match-team-elo .st-elo-vs{width:19px;height:19px;font-size:5px}
.st-match-team-elo .st-elo-bars,
.st-match-team-elo .st-elo-delta{display:none}

.st-match-stat.st-estimated{
  display:block;
  min-height:0;
  padding:0 0 0 11px;
  border:0;
  border-left:1px solid rgba(255,255,255,.055);
  border-radius:0;
  color:inherit;
  background:transparent;
  font-size:inherit;
  letter-spacing:normal;
  text-transform:none;
}

.st-match-stat.st-estimated::before,
.st-match-team-elo strong.st-estimated::before,
.st-data-note.st-estimated::before{display:none}

.st-match-team-elo strong.st-estimated{
  display:block;
  min-height:0;
  padding:0;
  border:0;
  color:inherit;
  background:transparent;
  font-size:9px;
  letter-spacing:normal;
}

.st-team-list{display:grid;gap:5px}

.st-team-player{
  display:grid;
  grid-template-columns:22px minmax(0,1fr) auto;
  align-items:center;
  gap:8px;
  min-height:32px;
  padding:4px 7px;
  border-radius:6px;
  background:rgba(255,255,255,.012);
}

.st-team-player-avatar{
  width:22px;
  height:22px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:5px;
  object-fit:cover;
  background:#080a0f;
}

.st-team-player-name{
  overflow:hidden;
  color:#aeb4c1;
  font-size:7px;
  font-weight:800;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.st-team-player-elo{color:#68707e;font-size:7px;font-weight:850;font-variant-numeric:tabular-nums}

.st-detail-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:6px;
  padding:13px 15px 15px;
}

.st-detail-item{
  min-width:0;
  min-height:55px;
  padding:9px;
  border:1px solid rgba(255,255,255,.045);
  border-radius:7px;
  background:rgba(255,255,255,.012);
}

.st-detail-item strong{
  display:block;
  overflow:hidden;
  color:#d8dce5;
  font-size:12px;
  font-weight:850;
  line-height:1.1;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-variant-numeric:tabular-nums;
}

.st-detail-item span{
  display:block;
  overflow:hidden;
  margin-top:6px;
  color:#4d5360;
  font-size:5.5px;
  font-weight:800;
  letter-spacing:.075em;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
}

/* Map identity and performance tiles */
.st-map-card,
.st-map-tile{cursor:default}

.st-map-insights{display:grid;gap:10px}

.st-best-map{
  position:relative;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:stretch;
  gap:8px;
  min-height:108px;
  padding:15px;
  overflow:hidden;
  border:1px solid rgba(var(--st-win-rgb),.13);
  border-radius:11px;
  background:
    radial-gradient(circle at 7% 30%,rgba(var(--st-win-rgb),.1),transparent 36%),
    linear-gradient(145deg,rgba(var(--st-win-rgb),.03),rgba(255,255,255,.008));
}

.st-best-map::after{
  content:"BEST MAP";
  position:absolute;
  top:11px;
  right:12px;
  color:rgba(var(--st-win-rgb),.32);
  font-size:5.5px;
  font-weight:900;
  letter-spacing:.12em;
}

.st-best-map-card{
  position:relative;
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  align-items:center;
  gap:11px;
  min-width:0;
  min-height:76px;
  padding:10px 11px;
  border:1px solid rgba(255,255,255,.05);
  border-radius:8px;
  background:rgba(0,0,0,.13);
}

.st-best-map-card .st-map-logo{
  display:block;
  width:54px;
  height:54px;
  object-fit:contain;
  opacity:.94;
  filter:drop-shadow(0 7px 12px rgba(0,0,0,.42));
}

.st-best-map-copy{min-width:0}
.st-best-map-copy span{display:block;color:#59606e;font-size:6px;font-weight:800;letter-spacing:.075em;text-transform:uppercase}
.st-best-map-copy strong{display:block;overflow:hidden;margin-top:5px;color:#fff;font-size:13px;font-weight:850;letter-spacing:.06em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}
.st-best-map-copy em{display:block;margin-top:6px;color:var(--st-win);font-size:18px;font-style:normal;font-weight:900;letter-spacing:-.03em;font-variant-numeric:tabular-nums}

.st-map-detail-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}

.st-map-tile{
  position:relative;
  display:block;
  min-height:91px;
  padding:13px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.06);
  border-radius:10px;
  background:linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,.007));
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}

.st-map-tile:hover,
.st-map-tile:focus-within{
  transform:translateY(-2px);
  border-color:rgba(var(--st-ct-rgb),.24);
  background:linear-gradient(145deg,rgba(var(--st-ct-rgb),.045),rgba(255,255,255,.008));
  box-shadow:0 15px 32px rgba(0,0,0,.15);
}

.st-map-tile .st-map-meta{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:6px;
  margin-top:11px;
}

.st-map-tile .st-map-meta > span{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:4px;
}

.st-map-visual{
  position:relative;
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.07);
  border-radius:11px;
  background:
    radial-gradient(circle,rgba(var(--st-ct-rgb),.12),transparent 68%),
    rgba(0,0,0,.2);
}

.st-map-visual .st-map-logo{
  width:42px;
  height:42px;
  object-fit:contain;
  opacity:.92;
  filter:drop-shadow(0 6px 10px rgba(0,0,0,.42));
}

.st-map-copy{min-width:0}
.st-map-title{
  overflow:hidden;
  margin:0;
  color:#e5e8f0;
  font-size:10px;
  font-weight:850;
  letter-spacing:.085em;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
}

.st-map-subtitle{
  display:block;
  margin-top:5px;
  color:#4d5360;
  font-size:6.5px;
  font-weight:750;
  letter-spacing:.065em;
  text-transform:uppercase;
}

.st-map-win-badge{
  min-width:58px;
  padding:9px;
  border:1px solid rgba(var(--st-win-rgb),.15);
  border-radius:8px;
  color:var(--st-win);
  background:rgba(var(--st-win-rgb),.04);
  font-size:16px;
  font-weight:900;
  line-height:1;
  text-align:center;
  font-variant-numeric:tabular-nums;
}

.st-map-win-badge span{
  display:block;
  margin-top:5px;
  color:#59606c;
  font-size:5.5px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.st-map-stats{
  grid-column:2/-1;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:5px;
}

.st-map-stat{
  min-width:0;
  padding-top:8px;
  border-top:1px solid rgba(255,255,255,.045);
}

.st-map-stat strong{display:block;color:#9fa5b2;font-size:8px;font-weight:850;font-variant-numeric:tabular-nums}
.st-map-stat span{display:block;margin-top:3px;color:#464c58;font-size:5.5px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}

.st-map-meter,
.st-role-meter{
  height:5px;
  overflow:hidden;
  border-radius:99px;
  background:rgba(255,255,255,.06);
}

.st-map-meter{grid-column:2/-1}
.st-map-meter > span,
.st-role-meter > span{
  display:block;
  width:var(--st-value,var(--st-rate,var(--st-confidence,0%)));
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--st-ct),var(--st-win));
  box-shadow:0 0 10px rgba(var(--st-ct-rgb),.2);
}

/* Weapon usage */
.st-weapon-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}

.st-weapon-card{
  position:relative;
  min-width:0;
  min-height:125px;
  padding:13px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.06);
  border-radius:10px;
  background:linear-gradient(145deg,rgba(255,255,255,.023),rgba(255,255,255,.007));
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}

.st-weapon-card::after{
  content:attr(data-rank);
  position:absolute;
  top:9px;
  right:10px;
  color:#2f3540;
  font-size:21px;
  font-weight:900;
  line-height:1;
}

.st-weapon-card:hover,
.st-weapon-card:focus-within{
  transform:translateY(-2px);
  border-color:rgba(var(--st-t-rgb),.22);
  background:linear-gradient(145deg,rgba(var(--st-t-rgb),.035),rgba(255,255,255,.008));
  box-shadow:0 15px 32px rgba(0,0,0,.14);
}

.st-weapon-icon{
  display:block;
  width:100%;
  height:38px;
  margin:2px 0 9px;
  object-fit:contain;
  object-position:left center;
  opacity:.9;
  filter:drop-shadow(0 7px 9px rgba(0,0,0,.5));
}

.st-weapon-name{
  overflow:hidden;
  margin:0;
  color:#dfe3eb;
  font-size:8px;
  font-weight:850;
  letter-spacing:.075em;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
}

.st-weapon-metrics{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-top:7px;
  color:#505663;
  font-size:6px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.st-weapon-metrics strong{color:#a9afbb;font-size:8px;font-weight:850;font-variant-numeric:tabular-nums}

.st-weapon-meter{
  height:4px;
  margin-top:9px;
  overflow:hidden;
  border-radius:99px;
  background:rgba(255,255,255,.055);
}

.st-weapon-meter > span,
.st-weapon-fill{
  display:block;
  width:var(--st-share,var(--st-rate,0%));
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--st-t),var(--st-ct));
  box-shadow:0 0 10px rgba(var(--st-t-rgb),.18);
}

.st-weapon-icon{
  display:flex;
  align-items:center;
  color:#868d9a;
  font-size:18px;
  font-weight:900;
  letter-spacing:.04em;
}

.st-weapon-icon img{display:block;width:100%;height:100%;object-fit:contain;object-position:left center}

.st-weapon-stats{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:5px;
  margin-top:9px;
}

.st-weapon-stats > span{
  display:flex;
  min-width:0;
  padding-top:6px;
  border-top:1px solid rgba(255,255,255,.045);
  color:#484e5b;
  flex-direction:column;
  gap:3px;
  font-size:5.5px;
  font-weight:800;
  letter-spacing:.065em;
  text-transform:uppercase;
}

.st-weapon-stats > span strong{color:#aeb4c0;font-size:8px;font-weight:850;font-variant-numeric:tabular-nums}

/* Player role intelligence */
.st-role-grid,
.st-role-layout{
  display:grid;
  grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);
  gap:10px;
}

.st-role-mount{display:grid;gap:10px}

.st-role-card{
  position:relative;
  min-width:0;
  padding:15px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:10px;
  background:linear-gradient(145deg,rgba(255,255,255,.024),rgba(255,255,255,.007));
}

.st-role-hero{
  grid-column:1/-1;
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  min-height:132px;
  padding:18px;
  overflow:hidden;
  border:1px solid rgba(var(--st-ct-rgb),.22);
  border-radius:11px;
  background:
    radial-gradient(circle at 4% 20%,rgba(var(--st-ct-rgb),.12),transparent 42%),
    linear-gradient(145deg,rgba(var(--st-ct-rgb),.045),rgba(255,255,255,.007));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}

.st-role-hero::after{
  content:"PLAYER DNA";
  position:absolute;
  right:14px;
  bottom:11px;
  color:rgba(var(--st-ct-rgb),.19);
  font-size:6px;
  font-weight:900;
  letter-spacing:.14em;
}

.st-role-hero-copy{min-width:0}
.st-role-hero-copy > span{display:block;color:#59606e;font-size:6.5px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}
.st-role-hero-copy > strong{display:block;overflow:hidden;margin-top:8px;color:#fff;font-family:var(--font-display,inherit);font-size:clamp(29px,3.5vw,47px);font-weight:600;line-height:.93;letter-spacing:-.02em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}
.st-role-hero-copy > small{display:block;margin-top:9px;color:#6e7584;font-size:7px;font-weight:750;letter-spacing:.055em;text-transform:uppercase}
.st-role-hero .st-role-confidence{display:flex;min-width:125px;margin-top:0;align-items:flex-end;gap:3px;flex-direction:column}
.st-role-hero .st-role-confidence strong{color:var(--st-ct);font-size:29px;font-weight:900;line-height:1;letter-spacing:-.04em;font-variant-numeric:tabular-nums}
.st-role-hero .st-role-confidence span{color:#565c69;font-size:5.5px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.st-role-card > .st-role-confidence{display:block;margin-top:8px;color:var(--st-ct);font-size:11px;font-weight:900;letter-spacing:-.01em}
.st-role-card > .st-role-meter{margin-top:8px}

.st-role-card.is-primary{
  border-color:rgba(var(--st-ct-rgb),.28);
  background:
    radial-gradient(circle at 10% 15%,rgba(var(--st-ct-rgb),.11),transparent 46%),
    linear-gradient(145deg,rgba(var(--st-ct-rgb),.055),rgba(255,255,255,.007));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 18px 42px rgba(0,0,0,.15);
}

.st-role-card.is-primary::before{
  content:"";
  position:absolute;
  top:16px;
  bottom:16px;
  left:-1px;
  width:2px;
  border-radius:0 3px 3px 0;
  background:var(--st-ct);
  box-shadow:0 0 13px rgba(var(--st-ct-rgb),.58);
}

.st-role-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
}

.st-role-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:var(--st-ct);
  font-size:7px;
  font-weight:850;
  letter-spacing:.105em;
  text-transform:uppercase;
}

.st-role-badge::before{
  content:"";
  width:5px;
  height:5px;
  flex:0 0 5px;
  border-radius:50%;
  background:var(--st-ct);
  box-shadow:0 0 9px rgba(var(--st-ct-rgb),.7);
}

.st-role-name{
  margin:9px 0 0;
  color:#fff;
  font-family:var(--font-display,inherit);
  font-size:clamp(22px,2.5vw,34px);
  font-weight:600;
  line-height:.95;
  letter-spacing:-.02em;
  text-transform:uppercase;
}

.st-role-score{
  color:var(--st-ct);
  font-size:24px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.035em;
  font-variant-numeric:tabular-nums;
}

.st-role-score span{
  display:block;
  margin-top:4px;
  color:#565c69;
  font-size:5.5px;
  font-weight:800;
  letter-spacing:.085em;
  text-align:right;
  text-transform:uppercase;
}

.st-role-description{
  max-width:560px;
  margin:12px 0 0;
  color:#777e8d;
  font-size:9px;
  line-height:1.6;
}

.st-role-confidence{
  display:grid;
  grid-template-columns:auto minmax(80px,1fr) auto;
  align-items:center;
  gap:8px;
  margin-top:15px;
  color:#555b68;
  font-size:6px;
  font-weight:850;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.st-role-confidence-track{
  height:5px;
  overflow:hidden;
  border-radius:99px;
  background:rgba(255,255,255,.06);
}

.st-role-confidence-fill{
  display:block;
  width:var(--st-confidence,0%);
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--st-ct),var(--st-win));
  box-shadow:0 0 12px rgba(var(--st-ct-rgb),.23);
}

.st-role-confidence strong{color:#b2b7c3;font-size:8px;font-weight:900;font-variant-numeric:tabular-nums}

.st-role-radar{
  display:grid;
  place-items:center;
  min-height:238px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.05);
  border-radius:10px;
  background:
    radial-gradient(circle,rgba(var(--st-ct-rgb),.055),transparent 58%),
    linear-gradient(rgba(255,255,255,.019) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.019) 1px,transparent 1px),
    rgba(0,0,0,.13);
  background-size:auto,32px 32px,32px 32px,auto;
}

.st-role-radar svg{display:block;width:min(100%,350px);height:auto;overflow:visible}
.st-role-radar .st-radar-grid{fill:none;stroke:rgba(255,255,255,.09);stroke-width:1}
.st-role-radar .st-radar-shape{fill:rgba(var(--st-ct-rgb),.17);stroke:var(--st-ct);stroke-width:1.5;filter:drop-shadow(0 0 8px rgba(var(--st-ct-rgb),.23))}
.st-role-radar text{fill:#656c7a;font:800 7px/1 var(--font-body,inherit);letter-spacing:.06em;text-transform:uppercase}

.st-evidence{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:6px;
  margin-top:10px;
}

ul.st-evidence{
  padding:0;
  list-style:none;
}

.st-evidence > li{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:8px;
  min-height:41px;
  padding:8px 9px;
  border:1px solid rgba(255,255,255,.045);
  border-radius:7px;
  color:#555c69;
  background:rgba(0,0,0,.13);
  font-size:6px;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.st-evidence > li strong{color:#bac0cb;font-size:9px;font-weight:850;font-variant-numeric:tabular-nums}

.st-evidence-item{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:8px;
  min-height:41px;
  padding:8px 9px;
  border:1px solid rgba(255,255,255,.045);
  border-radius:7px;
  background:rgba(0,0,0,.13);
}

.st-evidence-item span{
  overflow:hidden;
  color:#555c69;
  font-size:6px;
  font-weight:800;
  letter-spacing:.07em;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
}

.st-evidence-item strong{color:#bac0cb;font-size:9px;font-weight:850;font-variant-numeric:tabular-nums}

.st-estimated{
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:4px 6px;
  border:1px solid rgba(var(--st-t-rgb),.16);
  border-radius:5px;
  color:#c38a2c;
  background:rgba(var(--st-t-rgb),.045);
  font-size:5.5px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.st-estimated::before{
  content:"~";
  color:var(--st-t);
  font-size:9px;
  line-height:.7;
}

.st-data-note,
.st-empty-note{
  margin:0;
  padding:16px;
  border:1px dashed rgba(255,255,255,.07);
  border-radius:8px;
  color:#555b68;
  background:rgba(255,255,255,.01);
  font-size:7.5px;
  font-weight:700;
  letter-spacing:.045em;
  line-height:1.6;
  text-align:center;
}

.st-data-note{
  border-color:rgba(var(--st-t-rgb),.12);
  color:#77705f;
  background:rgba(var(--st-t-rgb),.025);
}

.st-data-note strong{display:block;color:#8f96a4;font-size:8px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.st-data-note p{margin:7px 0 0;color:#626977;font-size:8px;font-weight:700;letter-spacing:.02em;line-height:1.6;text-transform:none}
.st-data-note.st-estimated{display:block;min-height:0;padding:12px 14px;border-radius:8px;font-size:7px;letter-spacing:.045em;text-align:left;text-transform:none}

/* Native and custom accordions */
#stats details.st-accordion,
.st-accordion{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.055);
  border-radius:8px;
  background:rgba(255,255,255,.012);
}

#stats details.st-accordion > summary,
.st-accordion-trigger{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:43px;
  padding:0 12px;
  outline:none;
  color:#7f8694;
  font-size:7px;
  font-weight:850;
  letter-spacing:.09em;
  list-style:none;
  text-transform:uppercase;
  cursor:pointer;
}

#stats details.st-accordion > summary::-webkit-details-marker{display:none}
#stats details.st-accordion > summary::after,
.st-accordion-trigger::after{
  content:"+";
  color:#5b6270;
  font-size:13px;
  transition:transform .2s ease,color .18s ease;
}

#stats details.st-accordion[open] > summary::after,
.st-accordion.is-open .st-accordion-trigger::after{color:var(--st-ct);transform:rotate(45deg)}

#stats details.st-accordion > summary:hover,
#stats details.st-accordion > summary:focus-visible,
.st-accordion-trigger:hover,
.st-accordion-trigger:focus-visible{color:#e0e4ec;background:rgba(var(--st-ct-rgb),.035)}

.st-accordion-body{padding:0 12px 12px}

.st-empty-inline{
  display:grid;
  place-items:center;
  min-height:138px;
  padding:22px;
  border:1px dashed rgba(255,255,255,.07);
  border-radius:9px;
  color:#4e5461;
  font-size:7px;
  font-weight:800;
  letter-spacing:.085em;
  text-align:center;
  text-transform:uppercase;
}

.st-tooltip{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:14px;
  height:14px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:50%;
  color:#616875;
  font-size:7px;
  font-weight:850;
  cursor:help;
}

.st-tooltip::after{
  content:attr(data-tooltip);
  position:absolute;
  z-index:20;
  left:50%;
  bottom:calc(100% + 9px);
  width:max-content;
  max-width:230px;
  padding:8px 9px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:6px;
  color:#b9bfca;
  background:#090b11;
  box-shadow:0 12px 28px rgba(0,0,0,.35);
  font-size:6.5px;
  font-weight:700;
  letter-spacing:.025em;
  line-height:1.45;
  text-align:left;
  text-transform:none;
  white-space:normal;
  opacity:0;
  pointer-events:none;
  transform:translate(-50%,4px);
  transition:opacity .16s ease,transform .16s ease;
}

.st-tooltip:hover::after,
.st-tooltip:focus-visible::after{opacity:1;transform:translate(-50%,0)}

@media(max-width:1160px){
  .st-match-details-inner{grid-template-columns:1fr}
  .st-role-grid,.st-role-layout{grid-template-columns:minmax(220px,.78fr) minmax(0,1.22fr)}
  .st-weapon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:900px){
  .st-view-tabs,.st-tabs{margin-inline:-1px}
  .st-view-tab,.st-tab{min-height:39px;padding-inline:13px}
  .st-role-grid,.st-role-layout{grid-template-columns:1fr}
  .st-role-radar{min-height:215px}
}

@media(max-width:720px){
  .st-data-toolbar{align-items:flex-start;flex-direction:column}
  .st-filter-group{width:100%;overflow-x:auto;scrollbar-width:none}
  .st-match-table{min-width:0;gap:8px}
  .st-match-head{display:none}
  .st-match-row{overflow:visible}
  .st-match-summary{
    grid-template-columns:minmax(95px,1.15fr) minmax(84px,1fr) minmax(58px,.55fr) 30px;
    grid-auto-flow:row;
    min-height:72px;
    gap:7px;
    padding:9px 9px 9px 13px;
  }
  .st-match-summary > .st-match-cell:nth-child(n+4):not(:nth-last-child(1)){display:none}
  .st-match-summary > .st-match-map-cell{grid-column:2}
  .st-match-summary > .st-match-toggle{grid-column:4}
  .st-match-details-inner{padding:11px;gap:8px}
  .st-detail-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
  .st-elo-compare{gap:8px;padding:11px}
  .st-elo-side-value{font-size:17px}
  .st-weapon-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .st-weapon-card{min-height:116px;padding:11px}
  .st-role-card{padding:13px}
  .st-role-radar{min-height:195px}
  .st-evidence{grid-template-columns:1fr}
}

@media(max-width:440px){
  .st-view-tabs,.st-tabs{margin-inline:-4px;border-radius:9px}
  .st-view-tab,.st-tab{padding-inline:11px}
  .st-match-summary{grid-template-columns:minmax(91px,1.1fr) minmax(74px,.9fr) 30px}
  .st-match-summary > .st-match-cell:nth-child(3){display:none}
  .st-match-summary > .st-match-toggle{grid-column:3}
  .st-elo-compare{grid-template-columns:minmax(0,1fr) 26px minmax(0,1fr)}
  .st-elo-vs{width:26px;height:26px}
  .st-detail-metrics{gap:5px}
  .st-map-tile{grid-template-columns:48px minmax(0,1fr) auto;gap:9px;padding:10px}
  .st-map-visual{width:48px;height:48px}
  .st-map-visual .st-map-logo{width:35px;height:35px}
  .st-map-win-badge{min-width:52px;padding:8px 6px;font-size:14px}
  .st-map-stats{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr))}
  .st-weapon-grid{grid-template-columns:1fr 1fr}
  .st-weapon-card{min-height:108px;padding:10px}
  .st-weapon-icon{height:31px}
  .st-role-name{font-size:24px}
  .st-role-radar{min-height:172px}
  .st-role-confidence{grid-template-columns:auto minmax(58px,1fr) auto}
}

@media(max-width:1160px){
  .st-hero{grid-template-columns:minmax(0,1fr) minmax(290px,400px);gap:42px}
  .st-layout{grid-template-columns:1fr}
  .st-column:last-child{grid-template-columns:repeat(2,minmax(0,1fr))}
  .st-column:last-child > .st-panel:only-child{grid-column:1/-1}
  .st-profile{grid-template-columns:1fr}
  .st-profile-side{justify-content:flex-start;padding-left:95px}
  .st-kpis{grid-template-columns:repeat(5,minmax(132px,1fr));overflow-x:auto;scrollbar-width:thin;padding-bottom:2px}
}

@media(max-width:900px){
  .st-hero{grid-template-columns:1fr;gap:18px;margin-bottom:24px}
  .st-lede{max-width:650px}
  .st-query-row{grid-template-columns:1fr;gap:11px}
  .st-platforms{min-width:0}
  .st-platform{flex:1}
  .st-kpis{grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible}
  .st-kpi:nth-child(4),.st-kpi:nth-child(5){grid-column:span 1}
  .st-form{grid-template-columns:1fr}
  .st-form-summary{min-height:148px}
}

@media(max-width:720px){
  .st-section{padding:98px 0 62px}
  .st-shell{width:min(100% - 26px,1320px)}
  .st-title{font-size:clamp(43px,13.2vw,67px)}
  .st-lede{font-size:12px;line-height:1.65}
  .st-query-card{padding:12px;border-radius:12px}
  .st-search{grid-template-columns:1fr}
  .st-search-button{width:100%}
  .st-profile{padding:17px;gap:18px}
  .st-profile-main{align-items:flex-start}
  .st-avatar-wrap{--st-avatar-size:65px;width:65px;height:65px;flex-basis:65px}
  .st-level-icon{width:25px;height:25px}
  .st-profile-name{font-size:27px}
  .st-profile-side{display:grid;grid-template-columns:1fr;padding-left:0;width:100%}
  .st-profile-rank{grid-template-columns:repeat(2,minmax(0,1fr))}
  .st-profile-actions{justify-content:stretch}
  .st-profile-link{flex:1}
  .st-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .st-kpi{min-height:96px;padding:15px}
  .st-kpi:last-child{grid-column:1/-1}
  .st-kpi-value{font-size:28px}
  .st-column:last-child{grid-template-columns:1fr}
  .st-panel-head{min-height:50px;padding:0 14px}
  .st-panel-body{padding:13px}
  .st-form{gap:10px}
  .st-form-chart{min-height:170px;gap:4px;padding-inline:8px}
  .st-map-grid{grid-template-columns:1fr}
  .st-map-card{min-height:111px}
  .st-match{grid-template-columns:32px minmax(0,1fr) repeat(2,minmax(50px,.37fr));gap:8px;padding-right:9px}
  .st-match-stat:nth-last-child(n+4){display:none}
  .st-match-stat{padding-left:8px}
  .st-footnote{flex-direction:column;gap:5px}
}

@media(max-width:440px){
  .st-shell{width:calc(100% - 20px)}
  .st-platforms{display:grid;grid-template-columns:1fr}
  .st-platform{padding-inline:8px}
  .st-profile-main{gap:12px}
  .st-avatar-wrap{--st-avatar-size:58px;width:58px;height:58px;flex-basis:58px}
  .st-profile-name{font-size:23px}
  .st-country-flag{width:16px}
  .st-rank-cell{min-height:63px;padding:10px}
  .st-rank-value{font-size:20px}
  .st-kpi{min-height:89px;padding:13px}
  .st-kpi-label{font-size:6.5px}
  .st-kpi-value{font-size:25px}
  .st-form-chart{min-height:150px}
  .st-match{grid-template-columns:30px minmax(0,1fr) minmax(52px,.34fr)}
  .st-match-stat:nth-of-type(n+4){display:none}
}

/* Alignment normalization ------------------------------------------------- */
#stats *,
#stats *::before,
#stats *::after{box-sizing:border-box}

.st-profile,
.st-profile-main,
.st-profile-side,
.st-tabs,
.st-panel-head,
.st-match-head,
.st-match-summary,
.st-map-head{align-items:center}

.st-profile-main{min-height:78px}
.st-profile-meta{display:flex;min-height:66px;flex-direction:column;justify-content:center}
.st-profile-label{line-height:1}
.st-profile-name{line-height:1.02}
.st-profile-details{min-height:14px;line-height:1.2}
.st-profile-country{min-height:14px;line-height:1}

.st-profile-rank{align-items:stretch}
.st-rank-cell{display:flex;height:70px;min-height:70px;flex-direction:column;justify-content:center}
.st-rank-value,.st-rank-label{line-height:1}
.st-profile-actions,.st-profile-link,.st-icon-button{align-items:center}

.st-tabs{min-height:49px}
.st-tab{height:37px;line-height:1}
.st-periods{height:37px;flex:0 0 auto}
.st-period{line-height:1}

.st-panel-head{height:54px;min-height:54px}
.st-panel-title{min-height:14px;line-height:1.15}
.st-panel-meta,
.st-panel-badge{display:inline-flex;align-items:center;min-height:24px;line-height:1}

.st-form-record{min-height:38px;align-items:center}
.st-form-score{line-height:1}
.st-form-separator{line-height:0}
.st-form-stat{display:flex;min-height:50px;flex-direction:column;justify-content:center}
.st-form-stat strong,.st-form-stat span{line-height:1}
.st-form-bar::after{line-height:1}
.st-form-chart::after{display:none}

.st-match-table{
  --st-match-cols:minmax(132px,1.28fr) minmax(78px,.68fr) minmax(124px,1fr) repeat(6,minmax(62px,.58fr)) minmax(132px,1.08fr);
  width:100%;
  min-width:100%;
}

.st-match-head{height:38px;min-height:38px;line-height:1}
.st-sort{min-height:28px;line-height:1;white-space:nowrap}
.st-match-summary{height:64px;min-height:64px}
.st-match-summary > .st-match-cell{align-self:stretch}

.st-match-summary > .st-match-main{
  min-height:44px;
  align-self:center;
}

.st-match-summary > .st-match-main .st-match-result,
.st-match-result{
  width:30px;
  height:30px;
  min-width:30px;
  min-height:30px;
  line-height:1;
}

.st-match-summary > .st-match-main .st-match-date{display:flex;align-items:center;height:30px;line-height:1.2}

.st-match-score{
  display:flex;
  align-items:center;
  justify-content:center;
  height:100%;
  min-width:0;
  color:#dfe3eb;
  font-size:12px;
  font-weight:850;
  line-height:1;
  text-align:center;
  white-space:nowrap;
  font-variant-numeric:tabular-nums;
}

.st-match-team-elo{display:flex;align-items:center;height:100%;min-width:0}
.st-match-team-elo .st-elo-compare{
  grid-template-columns:minmax(0,1fr) 19px minmax(0,1fr);
  align-items:center;
  width:100%;
  gap:6px;
}
.st-match-team-elo .st-elo-side{display:flex;min-width:0;min-height:31px;flex-direction:column;justify-content:center}
.st-match-team-elo .st-elo-side.is-team{text-align:left}
.st-match-team-elo .st-elo-side.is-opponent{text-align:right}
.st-match-team-elo .st-elo-vs{align-self:center;justify-self:center;margin:0}
.st-match-team-elo .st-elo-compare,
.st-match-team-elo .st-elo-side{margin-top:0}
.st-match-team-elo .st-elo-side small,
.st-match-team-elo .st-elo-side strong{overflow:hidden;line-height:1;text-overflow:ellipsis;white-space:nowrap}

.st-match-summary > .st-match-stat{
  display:flex;
  min-height:44px;
  padding-left:10px;
  align-self:center;
  flex-direction:column;
  justify-content:center;
}
.st-match-summary > .st-match-stat strong,
.st-match-summary > .st-match-stat span{line-height:1}
.st-match-summary > .st-match-stat span{margin-top:6px}
.st-match-stat.st-estimated{display:flex;min-height:44px;padding-left:10px;flex-direction:column;justify-content:center}

.st-match-map-cell{
  display:grid;
  grid-template-columns:30px minmax(0,1fr) 30px;
  align-items:center;
  width:100%;
  height:100%;
  min-width:0;
  gap:7px;
}
.st-match-map-cell .st-map-logo{
  display:block;
  width:28px;
  height:28px;
  max-width:28px;
  min-width:28px;
  padding:2px;
  object-fit:contain;
  object-position:center;
  overflow:visible;
}
.st-match-map-cell .st-match-map{line-height:1.15}
.st-match-toggle{align-self:center;justify-self:end;line-height:1}

.st-detail-grid{align-items:stretch}
.st-detail-item{display:flex;min-height:58px;flex-direction:column;justify-content:center}
.st-detail-item > span,.st-detail-item > strong{line-height:1.1}
.st-detail-item > .st-match-team-elo{height:auto;margin-top:7px}

.st-map-logo{
  max-width:100%;
  object-fit:contain;
  object-position:center;
  overflow:visible;
}
img.st-map-logo{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.st-map-name{min-height:24px;align-items:center;line-height:1}
.st-map-name .st-map-logo{width:24px;height:24px;min-width:24px;flex-basis:24px;padding:1px}
.st-map-name strong,.st-map-name > span:last-child{line-height:1.15}
.st-map-rate{line-height:1}
.st-map-card .st-map-head,.st-map-tile .st-map-head{min-height:30px}
.st-map-card .st-map-meta,.st-map-tile .st-map-meta{align-items:stretch}
.st-map-card .st-map-meta > span,.st-map-tile .st-map-meta > span{justify-content:center;line-height:1.1}

.st-best-map-card{min-height:78px;align-items:center}
.st-best-map-card .st-map-logo{
  width:54px;
  height:54px;
  min-width:54px;
  max-width:54px;
  padding:3px;
  object-fit:contain;
  object-position:center;
}
.st-best-map-copy{display:flex;min-height:55px;flex-direction:column;justify-content:center}
.st-best-map-copy span,.st-best-map-copy strong,.st-best-map-copy em{line-height:1}

.st-role-hero{align-items:center}
.st-role-card{display:flex;min-height:154px;flex-direction:column}
.st-role-card > .st-role-meter{margin-top:8px}
.st-role-card > .st-evidence{margin-top:auto;padding-top:11px}

/* Final responsive integration overrides (after the legacy tracker rules). */
@media(max-width:900px){
  .st-periods{margin-left:auto}
  .st-best-map{grid-template-columns:repeat(2,minmax(0,1fr))}
  .st-map-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:720px){
  .st-tabs{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    align-items:center;
    margin-inline:0;
    gap:4px;
    padding:6px;
    overflow:visible;
  }
  .st-tab{width:100%;padding-inline:4px;justify-content:center}
  .st-tab::before{left:7px}
  .st-periods{
    position:static;
    grid-column:1/-1;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    width:100%;
    height:auto;
    margin:0;
    padding:5px 0 0;
    border-top:1px solid rgba(255,255,255,.045);
    background:none;
  }
  .st-period{width:100%;min-width:0;height:30px;padding-inline:6px;justify-content:center}
  .st-profile-main{min-height:65px}
  .st-profile-meta{min-height:60px}
  .st-match-table{min-width:0}
  .st-match-summary{
    grid-template-columns:minmax(105px,1.1fr) minmax(65px,.55fr) minmax(100px,1fr);
    grid-template-rows:auto auto;
    gap:9px 7px;
    height:auto;
    min-height:99px;
    padding:10px 10px 10px 13px;
  }
  .st-match-summary > .st-match-main{grid-column:1;grid-row:1}
  .st-match-summary > .st-match-score{grid-column:2;grid-row:1}
  .st-match-summary > .st-match-team-elo{grid-column:1/-1;grid-row:2}
  .st-match-summary > .st-match-map-cell{grid-column:3;grid-row:1}
  .st-match-summary > .st-match-stat{display:none!important}
  .st-match-summary .st-match-map-cell{gap:6px}
  .st-match-summary .st-match-map-cell .st-map-logo{width:25px;height:25px;flex-basis:25px}
  .st-match-summary .st-match-map{font-size:7.5px}
  .st-match-summary .st-match-toggle{width:25px;height:25px;flex:0 0 25px}
  .st-match-team-elo .st-elo-compare{max-width:230px;gap:8px}
  .st-match-team-elo .st-elo-side{text-align:left!important}
  .st-match-team-elo .st-elo-side strong{font-size:10px}
  .st-match-team-elo .st-elo-side.is-opponent{text-align:right!important}
  .st-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:11px;gap:6px}
  .st-detail-item:first-child{grid-column:1/-1}
  .st-match-details .st-match-team-elo .st-elo-compare{max-width:none;gap:16px}
  .st-match-details .st-match-team-elo .st-elo-side strong{font-size:12px}
  .st-best-map{grid-template-columns:1fr}
  .st-map-detail-grid{grid-template-columns:1fr}
  .st-map-tile .st-map-meta{grid-template-columns:repeat(4,minmax(0,1fr))}
  .st-role-hero{grid-template-columns:1fr;gap:14px}
  .st-role-hero .st-role-confidence{align-items:flex-start;min-width:0}
  .st-role-hero::after{display:none}
}

@media(max-width:440px){
  .st-tabs{margin-inline:0}
  .st-tab{padding-inline:4px}
  .st-platform{padding-inline:24px}
  .st-platform::before{left:10px}
  .st-match-summary{
    grid-template-columns:minmax(92px,1fr) minmax(55px,.5fr) minmax(90px,.95fr);
    gap-inline:6px;
  }
  .st-match-summary > .st-match-team-elo{display:flex!important}
  .st-match-summary .st-match-map-cell .st-map-logo{display:none}
  .st-match-summary .st-match-map-cell{grid-template-columns:minmax(0,1fr) 25px}
  .st-best-map{padding:11px}
  .st-best-map-card{grid-template-columns:48px minmax(0,1fr);padding:9px}
  .st-best-map-card .st-map-logo{width:45px;height:45px}
  .st-map-tile{display:block;padding:10px}
  .st-map-tile .st-map-meta{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:8px}
  .st-weapon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .st-role-hero-copy > strong{font-size:29px}
  .st-role-grid{grid-template-columns:1fr}
  .st-detail-grid{grid-template-columns:1fr 1fr}
}

/* Russian typography has wider glyphs than the Latin display face. Keep the
   same hierarchy while giving every translated label enough room to breathe. */
html[lang="ru"] #stats .st-title{
  font-size:clamp(44px,5.1vw,70px);
  line-height:.94;
  letter-spacing:-.025em;
}

html[lang="ru"] #stats .st-title-main,
html[lang="ru"] #stats .st-title-accent{
  display:block;
}

html[lang="ru"] #stats .st-lede{
  font-size:13px;
  line-height:1.65;
}

html[lang="ru"] #stats .st-source-note,
html[lang="ru"] #stats .st-platform,
html[lang="ru"] #stats .st-search-button,
html[lang="ru"] #stats .st-profile-label,
html[lang="ru"] #stats .st-rank-label,
html[lang="ru"] #stats .st-kpi-label,
html[lang="ru"] #stats .st-panel-title,
html[lang="ru"] #stats .st-panel-meta,
html[lang="ru"] #stats .st-panel-badge,
html[lang="ru"] #stats .st-tab{
  letter-spacing:.065em;
}

html[lang="ru"] #stats .st-search-button{
  padding-inline:16px;
  font-size:8px;
}

html[lang="ru"] #stats .st-profile,
html[lang="ru"] #stats .st-profile-main,
html[lang="ru"] #stats .st-profile-meta,
html[lang="ru"] #stats .st-profile-side,
html[lang="ru"] #stats .st-profile-rank,
html[lang="ru"] #stats .st-panel-head,
html[lang="ru"] #stats .st-panel-title{
  min-width:0;
}

html[lang="ru"] #stats .st-rank-label{
  line-height:1.16;
  white-space:normal;
}

html[lang="ru"] #stats .st-panel-head{
  height:auto;
  min-height:54px;
  padding-block:9px;
  flex-wrap:wrap;
}

html[lang="ru"] #stats .st-panel-title{
  line-height:1.2;
  white-space:normal;
}

html[lang="ru"] #stats .st-panel-meta,
html[lang="ru"] #stats .st-panel-badge{
  line-height:1.2;
  text-align:right;
  white-space:normal;
}

html[lang="ru"] #stats .st-map-card .st-map-meta{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:6px;
}

html[lang="ru"] #stats .st-map-card .st-map-meta > span{
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:center;
  gap:3px;
  white-space:nowrap;
}

@media(max-width:1050px){
  html[lang="ru"] #stats .st-hero{
    grid-template-columns:1fr;
    gap:20px;
  }

  html[lang="ru"] #stats .st-title{
    max-width:100%;
  }
}

@media(max-width:720px){
  html[lang="ru"] #stats .st-title{
    font-size:clamp(38px,11vw,56px);
    line-height:.96;
  }

  html[lang="ru"] #stats .st-updated{
    position:static;
    margin:5px 2px 0;
    text-align:right;
  }

  html[lang="ru"] #stats .st-search-status{
    padding-right:0;
  }
}

/* FACEIT Lab readability pass.
   Keep the dense data layout, but use a legible interface scale and let the
   ten-column match table scroll instead of crushing every value. */
#faceit #stats{
  font-size:14px;
}

#faceit #stats .st-platform{font-size:11px;line-height:1.2}
#faceit #stats .st-search-input{font-size:14px;line-height:1.35}
#faceit #stats .st-search-button,
#faceit #stats .st-button{font-size:11px;line-height:1.1;letter-spacing:.07em}
#faceit #stats .st-search-status{align-items:center;font-size:10px;line-height:1.45}
#faceit #stats .st-search-status::before{margin-top:0}
#faceit #stats .st-updated{font-size:8px;line-height:1.25}

#faceit #stats .st-profile-label{font-size:9px;line-height:1.2}
#faceit #stats .st-profile-name{font-size:clamp(28px,3vw,40px);line-height:1}
#faceit #stats .st-rank-value{font-size:25px;line-height:1}
#faceit #stats .st-rank-label{font-size:9px;line-height:1.25}
#faceit #stats .st-profile-link,
#faceit #stats .st-icon-button{font-size:10px;line-height:1.1}

#faceit #stats .st-view-tab,
#faceit #stats .st-tab{font-size:10px;line-height:1.1}
#faceit #stats .st-view-tab-count,
#faceit #stats .st-tab-count{font-size:8px;line-height:1}
#faceit #stats .st-period,
#faceit #stats .st-filter,
#faceit #stats .st-period-button,
#faceit #stats .st-data-summary{font-size:9px;line-height:1.2}

#faceit #stats .st-kpi-label{font-size:9px;line-height:1.25;letter-spacing:.09em}
#faceit #stats .st-kpi-value{font-size:clamp(26px,2.5vw,36px);line-height:1}
#faceit #stats .st-kpi-sub{font-size:9px;line-height:1.2}
#faceit #stats .st-panel-title{font-size:11px;line-height:1.2;letter-spacing:.1em}
#faceit #stats .st-panel-meta,
#faceit #stats .st-panel-badge{font-size:9px;line-height:1.2}
#faceit #stats .st-form-stat strong{font-size:14px;line-height:1}
#faceit #stats .st-form-stat span{font-size:8.5px;line-height:1.15}
#faceit #stats .st-map-name{font-size:11px;line-height:1.2}
#faceit #stats .st-map-rate{font-size:18px;line-height:1}
#faceit #stats .st-map-meta{font-size:9px;line-height:1.25}

#faceit #stats .st-matches{
  min-width:0;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  -webkit-overflow-scrolling:touch;
  scrollbar-gutter:stable;
  scrollbar-color:rgba(var(--st-ct-rgb),.32) rgba(255,255,255,.025);
  scrollbar-width:thin;
}

#faceit #stats .st-matches::-webkit-scrollbar{height:8px}
#faceit #stats .st-matches::-webkit-scrollbar-track{background:rgba(255,255,255,.025)}
#faceit #stats .st-matches::-webkit-scrollbar-thumb{border-radius:99px;background:rgba(var(--st-ct-rgb),.32)}

#faceit #stats .st-match-table{
  --st-match-cols:minmax(160px,1.4fr) minmax(90px,.72fr) minmax(150px,1.1fr) minmax(82px,.65fr) minmax(96px,.75fr) minmax(72px,.58fr) minmax(72px,.58fr) minmax(78px,.62fr) minmax(78px,.62fr) minmax(150px,1.1fr);
  width:max(100%,1240px);
  min-width:1240px;
}

#faceit #stats .st-match-head{height:42px;min-height:42px;font-size:9.5px;line-height:1.15}
#faceit #stats .st-sort{font-size:9.5px;line-height:1.15;letter-spacing:.06em}
#faceit #stats .st-match-summary{height:72px;min-height:72px;gap:8px}
#faceit #stats .st-match-cell strong,
#faceit #stats .st-match-value{font-size:12.5px;line-height:1.1}
#faceit #stats .st-match-cell span,
#faceit #stats .st-match-label{font-size:8.5px;line-height:1.15}
#faceit #stats .st-match-summary > .st-match-stat span{margin-top:5px}
#faceit #stats .st-match-date{font-size:9.5px;line-height:1.25}
#faceit #stats .st-match-score{font-size:13px;line-height:1}

#faceit #stats .st-match-summary > .st-match-main{
  grid-template-columns:36px minmax(0,1fr);
  gap:10px;
}

#faceit #stats .st-match-summary > .st-match-main .st-match-result{
  display:grid!important;
  place-items:center;
  width:36px;
  height:36px;
  min-width:36px;
  min-height:36px;
  margin:0;
  padding:0;
  overflow:hidden;
  font-size:12px;
  font-weight:900;
  line-height:1;
  letter-spacing:0;
  text-align:center;
  text-overflow:clip;
  white-space:nowrap;
}

#faceit #stats .st-match-summary > .st-match-main .st-match-date{
  display:flex;
  align-items:center;
  height:36px;
  margin:0;
}

#faceit #stats .st-match-map-cell{
  grid-template-columns:32px minmax(0,1fr);
  gap:9px;
}
#faceit #stats .st-match-map-cell .st-map-logo{width:30px;height:30px;min-width:30px;max-width:30px}
#faceit #stats .st-match-map{font-size:12px;line-height:1.2}
#faceit #stats .st-match-toggle{display:none!important}

#faceit #stats .st-rating-pill{font-size:11.5px;line-height:1}
#faceit #stats .st-match-score-badge{font-size:9px;line-height:1}
#faceit #stats .st-detail-title{font-size:9px;line-height:1.2}
#faceit #stats .st-detail-metric strong,
#faceit #stats .st-detail-item strong{font-size:13px;line-height:1.1}
#faceit #stats .st-detail-metric span,
#faceit #stats .st-detail-item span{font-size:8.5px;line-height:1.2}
#faceit #stats .st-elo-side-label{font-size:8px;line-height:1.1}
#faceit #stats .st-elo-side-value{font-size:21px;line-height:1}
#faceit #stats .st-elo-vs,
#faceit #stats .st-elo-delta{font-size:8px;line-height:1}
#faceit #stats .st-match-team-elo .st-elo-side-label{font-size:7.5px}
#faceit #stats .st-match-team-elo .st-elo-side strong,
#faceit #stats .st-match-team-elo .st-elo-side-value{font-size:10.5px}
#faceit #stats .st-match-team-elo .st-elo-vs{font-size:7.5px}
#faceit #stats .st-team-player-name,
#faceit #stats .st-team-player-elo{font-size:9px;line-height:1.2}

html[lang="ru"] #faceit #stats .st-search-button{font-size:10.5px;letter-spacing:.045em}
html[lang="ru"] #faceit #stats .st-source-note,
html[lang="ru"] #faceit #stats .st-platform,
html[lang="ru"] #faceit #stats .st-profile-label,
html[lang="ru"] #faceit #stats .st-rank-label,
html[lang="ru"] #faceit #stats .st-kpi-label,
html[lang="ru"] #faceit #stats .st-panel-title,
html[lang="ru"] #faceit #stats .st-panel-meta,
html[lang="ru"] #faceit #stats .st-panel-badge,
html[lang="ru"] #faceit #stats .st-tab{letter-spacing:.045em}

@media(max-width:720px){
  #faceit #stats .st-matches{overflow-x:visible;scrollbar-gutter:auto}
  #faceit #stats .st-match-table{width:100%;min-width:0}
  #faceit #stats .st-match-head{display:none}
  #faceit #stats .st-match-summary{min-height:104px;height:auto}
  #faceit #stats .st-match-map-cell{grid-template-columns:26px minmax(0,1fr);gap:7px}
  #faceit #stats .st-match-map-cell .st-map-logo{width:25px;height:25px;min-width:25px;max-width:25px}
  #faceit #stats .st-match-summary .st-match-map{font-size:10px}
  #faceit #stats .st-tab{font-size:9.5px}
  #faceit #stats .st-period{font-size:9px}
}

@media(max-width:440px){
  #faceit #stats .st-kpi-label{font-size:8.5px}
  #faceit #stats .st-kpi-value{font-size:27px}
  #faceit #stats .st-match-summary .st-match-map-cell{grid-template-columns:23px minmax(0,1fr)}
  #faceit #stats .st-match-summary .st-match-map-cell .st-map-logo{display:block;width:22px;height:22px;min-width:22px;max-width:22px}
}

@media(prefers-reduced-motion:reduce){
  #stats *,#stats *::before,#stats *::after{
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}
