.playerHub{
  --player-amber:#d97c2b;
  --player-amber-soft:#f2c89b;
  --player-steel:#8da8b6;
  --player-text:#f7f2ea;
  --player-text-soft:rgba(245,240,232,.76);
  --player-line:rgba(255,255,255,.08);
  --player-line-strong:rgba(255,255,255,.14);
  --player-surface:rgba(15,17,20,.82);
  --player-surface-strong:rgba(18,20,24,.94);
  --player-shadow:0 30px 90px rgba(0,0,0,.38);
  --player-shadow-soft:0 16px 44px rgba(0,0,0,.24);
  position:relative;
  min-height:100vh;
  min-height:100svh;
  padding:clamp(26px,4vw,48px);
  background:
    radial-gradient(120% 110% at 10% 0%, rgba(217,124,43,.18), transparent 42%),
    radial-gradient(95% 95% at 100% 8%, rgba(79,120,132,.15), transparent 36%),
    linear-gradient(180deg, #08090b 0%, #0c0d10 42%, #08090b 100%);
  overflow:hidden;
  scroll-padding-top:28px;
}
.playerHub::before{
  content:"";
  position:absolute;
  inset:-18% auto auto 50%;
  width:58rem;
  height:58rem;
  border-radius:50%;
  background:radial-gradient(circle, rgba(217,124,43,.12), transparent 60%);
  filter:blur(24px);
  transform:translateX(-50%);
  pointer-events:none;
}
.playerHub__backdrop{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.03) 0 1px, transparent 1px 28px),
    linear-gradient(0deg, rgba(255,255,255,.02) 0 1px, transparent 1px 28px),
    radial-gradient(circle at 18% 14%, rgba(255,255,255,.08), transparent 18rem);
  opacity:.16;
  mix-blend-mode:screen;
}
.playerHub__shell{
  position:relative;
  z-index:1;
  width:min(1340px, calc(100vw - 28px));
  margin:0 auto;
  display:grid;
  gap:clamp(20px,3vw,32px);
}
.playerHub__masthead{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px 24px;
  flex-wrap:wrap;
}
.playerHub__brand{
  display:grid;
  gap:12px;
  min-width:0;
  max-width:820px;
}
.playerHub__homeLink{
  display:inline-flex;
  align-items:center;
  gap:14px;
  color:#fff4e9;
  text-decoration:none;
  min-width:0;
}
.playerHub__brandMark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:82px;
  height:44px;
  padding:0 16px;
  clip-path:var(--bite);
  border:1px solid rgba(217,124,43,.52);
  background:linear-gradient(180deg, rgba(217,124,43,.32), rgba(84,33,14,.34));
  font-family:"Russo One",sans-serif;
  font-size:1rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:0 12px 28px rgba(0,0,0,.22);
}
.playerHub__brandText{
  font-family:"Russo One",sans-serif;
  font-size:clamp(1.72rem,3.2vw,3.75rem);
  letter-spacing:.05em;
  text-transform:uppercase;
  line-height:.96;
}
.playerHub__intro{
  margin:0;
  max-width:72ch;
  color:var(--player-text-soft);
  line-height:1.64;
  font-size:1rem;
}
.playerHub__mastActions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
}
.playerHub__hero{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(360px,.92fr);
  gap:clamp(18px,2.8vw,32px);
  align-items:start;
  padding:clamp(22px,3vw,34px);
  border:1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(135deg, rgba(217,124,43,.12), rgba(15,17,20,.92) 46%, rgba(34,40,48,.92) 100%),
    var(--player-surface-strong);
  box-shadow:var(--player-shadow);
  overflow:hidden;
}
.playerHub__hero::before,
.playerHub__hero::after{
  content:"";
  position:absolute;
  pointer-events:none;
  opacity:.8;
}
.playerHub__hero::before{
  inset:-2rem auto auto -6rem;
  width:18rem;
  height:18rem;
  border-radius:50%;
  background:radial-gradient(circle, rgba(217,124,43,.24), transparent 65%);
  filter:blur(6px);
}
.playerHub__hero::after{
  right:-5rem;
  bottom:-7rem;
  width:18rem;
  height:18rem;
  border-radius:50%;
  background:radial-gradient(circle, rgba(94,134,148,.2), transparent 68%);
  filter:blur(8px);
}
.playerHub__heroCopy,
.playerHub__rail{
  position:relative;
  z-index:1;
}
.playerHub__heroCopy{
  display:grid;
  gap:16px;
  min-width:0;
}
.playerHub__eyebrowRow{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.playerHub__eyebrow{
  color:rgba(255,220,190,.76);
  font-family:Oswald,sans-serif;
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.playerHub__heroMode{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  color:var(--player-text);
  font-family:Oswald,sans-serif;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.playerHub__title{
  margin:0;
  font-family:"Russo One",sans-serif;
  font-size:clamp(2rem,3.8vw,4.1rem);
  line-height:.94;
  text-transform:uppercase;
  color:#fff8ef;
  max-width:12ch;
}
.playerHub__lead{
  margin:0;
  max-width:72ch;
  color:rgba(240,234,225,.84);
  font-size:1rem;
  line-height:1.7;
}
.playerHub__heroActions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.playerHub__copyBtn{
  min-width:220px;
}
.playerHub__copyBtn.is-copied{
  border-color:rgba(141,224,141,.44);
  color:#dff9df;
  background:rgba(80,160,80,.14);
}
.playerHub__heroPrimary{
  min-width:220px;
  justify-content:center;
}
.playerHub__heroTracks{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.playerHub__track{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.04);
  color:rgba(245,238,229,.82);
  font-size:.82rem;
  letter-spacing:.04em;
}
.playerHub__rail{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:12px;
}
.playerHub__metric{
  position:relative;
  display:grid;
  gap:8px;
  min-height:104px;
  align-content:start;
  padding:16px 18px;
  clip-path:var(--bite);
  border:1px solid rgba(255,255,255,.1);
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
    rgba(7,9,12,.5);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  overflow:hidden;
}
.playerHub__metric::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:52%;
  height:1px;
  background:linear-gradient(90deg, rgba(242,200,155,.55), transparent);
}
.playerHub__metric span{
  color:rgba(236,229,219,.58);
  font-family:Oswald,sans-serif;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.playerHub__metric strong{
  color:#fff8ee;
  font-family:"Russo One",sans-serif;
  font-size:1rem;
  line-height:1.28;
  word-break:break-word;
}
.playerHub__metricMono{
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace !important;
  font-size:.94rem !important;
  letter-spacing:.02em;
}
.playerHub__metric strong[data-state="online"]{
  color:#8de08d;
}
.playerHub__metric strong[data-state="offline"]{
  color:#ffd0a5;
}
.playerHub__metric strong[data-state="hidden"],
.playerHub__metric strong[data-state="pending"],
.playerHub__metric strong[data-state="unknown"]{
  color:#d7d9df;
}
.playerHub__board{
  min-height:0;
}
.playerHub .sitePanel--player{
  margin:0;
  border:1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(180deg, rgba(19,21,25,.94), rgba(10,11,14,.92)),
    var(--player-surface-strong);
  box-shadow:var(--player-shadow);
  overflow:hidden;
}
.playerHub .playerPage__head{
  display:none;
}
.playerHub .playerPage__body{
  display:grid;
  gap:16px;
  padding:20px 20px 22px;
}
.playerHub .playerHero,
.playerHub .playerTabs,
.playerHub .playerTabPanels,
.playerHub .playerFeatured,
.playerHub .playerQuick,
.playerHub .playerSections,
.playerHub .playerResources,
.playerHub .playerEvents,
.playerHub .playerBuilding,
.playerHub .playerAccuracy{
  margin-top:0;
}
.playerHub .playerHero__card{
  position:relative;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:18px;
  padding:22px;
  border-radius:28px;
  border:1px solid var(--player-line);
  background:
    radial-gradient(140% 120% at 0% 0%, rgba(255,255,255,.08), rgba(255,255,255,0) 58%),
    linear-gradient(145deg, rgba(217,124,43,.12), rgba(16,18,22,.9) 50%, rgba(24,30,36,.94) 100%);
  box-shadow:var(--player-shadow-soft);
  overflow:hidden;
}
.playerHub .playerHero__card::before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:38%;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(242,200,155,.56));
}
.playerHub .playerHero__avatar{
  position:relative;
  width:112px;
  height:112px;
  padding:4px;
  border-radius:30px;
  background:linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.04));
  box-shadow:0 20px 44px rgba(0,0,0,.24);
}
.playerHub .playerHero__avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:26px;
}
.playerHub .playerHero__body{
  display:grid;
  gap:14px;
  min-width:0;
}
.playerHub .playerHero__ribbons{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.playerHub .playerHero__ribbon{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.05);
  color:rgba(246,240,232,.86);
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.playerHub .playerHero__ribbon--mode{
  border-color:rgba(217,124,43,.28);
  background:rgba(217,124,43,.12);
  color:#fff1e1;
}
.playerHub .playerHero__ribbon--status{
  border-color:rgba(141,168,182,.24);
  background:rgba(141,168,182,.12);
}
.playerHub .playerHero__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}
.playerHub .playerHero__titleGroup{
  display:grid;
  gap:8px;
  min-width:0;
}
.playerHub .playerHero__name{
  margin:0;
  color:var(--player-text);
  font-family:"Russo One",sans-serif;
  font-size:clamp(1.65rem,2.2vw,2.4rem);
  line-height:1;
  white-space:normal;
  word-break:break-word;
}
.playerHub .playerHero__subtitle{
  color:rgba(242,236,227,.68);
  line-height:1.5;
}
.playerHub .playerHero__right{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
}
.playerHub .playerHero__status,
.playerHub .playerLikes{
  min-height:40px;
}
.playerHub .playerHero__status{
  border-radius:999px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.05);
  padding:0 14px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.playerHub .playerHero__status.is-online{
  border-color:rgba(141,224,141,.34);
  color:#dff9df;
  background:rgba(80,160,80,.14);
}
.playerHub .playerHero__status.is-offline{
  border-color:rgba(255,191,128,.22);
  color:#ffd7b3;
  background:rgba(217,124,43,.12);
}
.playerHub .playerLikes{
  padding:4px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  box-shadow:none;
}
.playerHub .likeBtn{
  min-width:40px;
  min-height:32px;
  border-radius:999px;
}
.playerHub .playerHero__meta{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));
  gap:10px;
}
.playerHub .playerHero__metaItem{
  min-height:72px;
  padding:14px 16px;
  border-radius:20px;
  border:1px solid var(--player-line);
  background:rgba(255,255,255,.035);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}
.playerHub .playerHero__metaItem .k{
  color:rgba(240,234,225,.58);
  font-size:.74rem;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.playerHub .playerHero__metaItem .v{
  color:#fff8ef;
  font-family:"Russo One",sans-serif;
  font-size:1rem;
  line-height:1.25;
}
.playerHub .playerTabs{
  position:sticky;
  top:18px;
  z-index:6;
}
.playerHub .playerTabs__row{
  display:grid;
  grid-template-columns:repeat(5, minmax(0,1fr));
  gap:10px;
  padding:12px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(10,12,15,.76);
  backdrop-filter:blur(18px);
  box-shadow:0 14px 36px rgba(0,0,0,.24);
}
.playerHub .playerTabBtn{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:12px;
  align-items:center;
  min-height:66px;
  padding:14px 16px;
  border-radius:18px;
  border:1px solid transparent;
  background:rgba(255,255,255,.03);
  color:var(--player-text);
  text-align:left;
  transition:
    transform .22s ease,
    border-color .22s ease,
    background .22s ease,
    box-shadow .22s ease;
}
.playerHub .playerTabBtn:hover{
  transform:translateY(-1px);
  border-color:rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
}
.playerHub .playerTabBtn.is-active{
  border-color:rgba(217,124,43,.28);
  background:linear-gradient(180deg, rgba(217,124,43,.18), rgba(255,255,255,.04));
  box-shadow:0 10px 24px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.05);
}
.playerHub .playerTabBtn__index{
  min-width:2ch;
  color:rgba(242,200,155,.7);
  font-family:"Russo One",sans-serif;
  font-size:1rem;
  letter-spacing:.08em;
}
.playerHub .playerTabBtn__body{
  display:grid;
  gap:4px;
  min-width:0;
}
.playerHub .playerTabBtn__label{
  color:#fff8ef;
  font-family:"Russo One",sans-serif;
  font-size:.98rem;
  letter-spacing:.04em;
  line-height:1.1;
}
.playerHub .playerTabBtn__meta{
  color:rgba(239,232,222,.6);
  font-size:.78rem;
  line-height:1.3;
}
.playerHub .playerTabPanels{
  display:grid;
  gap:16px;
}
.playerHub .playerTabPanel{
  display:grid;
  gap:16px;
}
.playerHub .playerTabPanel__head{
  display:grid;
  gap:4px;
  margin:0;
  padding:0 2px;
}
.playerHub .playerTabPanel__head .h2{
  margin:0;
  font-family:"Russo One",sans-serif;
  font-size:1.08rem;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.playerHub .playerFeatured,
.playerHub .playerGlobalSearch,
.playerHub .playerResources .simpleSection,
.playerHub .playerSection,
.playerHub .playerQuick .statTile,
.playerHub .accuracyCard,
.playerHub .buildingList,
.playerHub .accList,
.playerHub .simpleSection{
  border:1px solid var(--player-line);
  background:
    radial-gradient(145% 130% at 0% 0%, rgba(255,255,255,.06), rgba(255,255,255,0) 62%),
    rgba(11,13,16,.78);
  box-shadow:var(--player-shadow-soft);
  contain:layout paint style;
}
@supports (content-visibility:auto){
  .playerHub .playerFeatured,
  .playerHub .playerGlobalSearch,
  .playerHub .playerSection,
  .playerHub .simpleSection,
  .playerHub .playerResources,
  .playerHub .playerEvents,
  .playerHub .playerBuilding,
  .playerHub .playerAccuracy{
    content-visibility:auto;
  }
  .playerHub .playerFeatured,
  .playerHub .playerGlobalSearch,
  .playerHub .playerResources,
  .playerHub .playerEvents,
  .playerHub .playerBuilding,
  .playerHub .playerAccuracy{
    contain-intrinsic-size:1px 280px;
  }
  .playerHub .playerSection,
  .playerHub .simpleSection{
    contain-intrinsic-size:1px 540px;
  }
  .playerHub .playerSection:not([data-loaded="1"]){
    content-visibility:visible;
    contain-intrinsic-size:auto;
  }
}
.playerHub .playerFeatured,
.playerHub .playerGlobalSearch{
  padding:18px;
  border-radius:24px;
}
.playerHub .playerFeatured__title{
  margin:0 0 14px;
  color:rgba(245,238,228,.84);
  font-family:"Russo One",sans-serif;
  font-size:.92rem;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.playerHub .playerQuick .statTiles{
  grid-template-columns:repeat(auto-fit, minmax(170px, 1fr));
  gap:12px;
}
.playerHub .playerQuick .statTile{
  min-height:104px;
  padding:16px 18px;
  border-radius:20px;
  gap:12px;
  transition:transform .22s ease, border-color .22s ease, background .22s ease;
}
.playerHub .playerQuick .statTile:hover{
  transform:translateY(-2px);
  border-color:var(--player-line-strong);
  background:rgba(255,255,255,.05);
}
.playerHub .playerQuick .statTile__icon{
  width:30px;
  height:30px;
}
.playerHub .playerQuick .statTile__value{
  font-family:"Russo One",sans-serif;
  font-size:1.18rem;
}
.playerHub .playerQuick .statTile__label{
  color:rgba(240,234,224,.64);
  line-height:1.35;
}
.playerHub .playerSections{
  display:grid;
  gap:14px;
}
.playerHub .playerGlobalSearch{
  position:relative;
  overflow:hidden;
}
.playerHub .playerGlobalSearch::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:44%;
  height:1px;
  background:linear-gradient(90deg, rgba(217,124,43,.52), transparent);
}
.playerHub .playerGlobalSearch__row{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.playerHub .playerGlobalSearch__onlyFound{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:rgba(244,238,229,.72);
}
.playerHub .playerGlobalSearch__chips{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:12px;
}
.playerHub .chip{
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  color:rgba(246,240,232,.76);
}
.playerHub .chip.is-active{
  border-color:rgba(217,124,43,.28);
  background:rgba(217,124,43,.14);
  color:#fff2e2;
}
.playerHub .playerSection{
  position:relative;
  padding:18px;
  border-radius:26px;
  overflow:hidden;
}
.playerHub .playerSection::before,
.playerHub .simpleSection::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:38%;
  height:1px;
  background:linear-gradient(90deg, rgba(242,200,155,.46), transparent);
}
.playerHub .playerSection__head{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px 12px;
  margin-bottom:16px;
}
.playerHub .playerSection__toggle{
  width:34px;
  height:34px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.05);
}
.playerHub .playerSection__title{
  color:#fff8ef;
  font-family:"Russo One",sans-serif;
  font-size:1rem;
  letter-spacing:.03em;
}
.playerHub .playerSection__tools{
  flex:1 1 320px;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:10px;
}
.playerHub .playerSection__search{
  flex:1 1 220px;
  justify-content:flex-end;
}
.playerHub .playerSection__search .input{
  width:min(240px, 100%);
}
.playerHub .playerSection__sort .select{
  min-width:180px;
}
.playerHub .playerSection__total{
  margin-left:auto;
  color:rgba(244,238,229,.74);
  font-family:"Russo One",sans-serif;
  font-size:.92rem;
}
.playerHub .playerSection__grid,
.playerHub .simpleSection__grid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));
  gap:12px;
}
.playerHub .itemTile{
  position:relative;
  display:grid;
  gap:10px;
  min-height:158px;
  padding:14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02)),
    rgba(255,255,255,.02);
  transition:
    transform .22s ease,
    border-color .22s ease,
    background .22s ease,
    box-shadow .22s ease;
  contain:layout paint;
}
.playerHub .itemTile:hover{
  transform:translateY(-2px);
  border-color:var(--player-line-strong);
  background:rgba(255,255,255,.05);
  box-shadow:0 14px 32px rgba(0,0,0,.22);
}
.playerHub .itemTile__img{
  display:flex;
  align-items:center;
  justify-content:center;
  height:58px;
  margin:0;
  padding:10px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
}
.playerHub .itemTile__img img{
  max-width:100%;
  max-height:38px;
  object-fit:contain;
}
.playerHub .itemTile__value{
  color:#fff8ef;
  font-family:"Russo One",sans-serif;
  font-size:1.12rem;
  line-height:1.1;
}
.playerHub .itemTile__label{
  margin-top:auto;
  color:rgba(241,235,225,.74);
  line-height:1.45;
}
.playerHub .itemTile__label mark{
  border-radius:.4em;
  background:rgba(217,124,43,.24);
  color:#fff3e3;
  padding:0 .14em;
}
.playerHub .playerSection__actions{
  margin-top:14px;
}
.playerHub .simpleSection{
  position:relative;
  padding:16px;
  border-radius:22px;
  overflow:hidden;
}
.playerHub .simpleSection__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px 12px;
  flex-wrap:wrap;
  margin-bottom:14px;
}
.playerHub .simpleSection__title,
.playerHub .buildingHero__title,
.playerHub .accBreakHead,
.playerHub .buildingSubHead{
  color:#fff8ef;
  font-family:"Russo One",sans-serif;
  font-size:.96rem;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.playerHub .simpleSection__total{
  color:rgba(244,237,228,.62);
}
.playerHub .playerBuilding{
  display:grid;
  gap:14px;
}
.playerHub .buildingList--panel,
.playerHub .accList{
  border-radius:20px;
  padding:14px;
}
.playerHub .buildingRow,
.playerHub .accRow{
  display:grid;
  gap:12px;
  align-items:center;
  padding:12px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.playerHub .buildingRow:last-child,
.playerHub .accRow:last-child{
  border-bottom:0;
}
.playerHub .buildingRow{
  grid-template-columns:auto minmax(0,1fr) auto;
}
.playerHub .buildingRow__icon{
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:rgba(255,255,255,.04);
}
.playerHub .buildingRow__icon img{
  max-width:28px;
  max-height:28px;
}
.playerHub .buildingRow__name{
  color:#fff5eb;
  margin-bottom:8px;
}
.playerHub .buildingRow__bar,
.playerHub .accRow__bar{
  position:relative;
  height:8px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  overflow:hidden;
}
.playerHub .buildingRow__bar span,
.playerHub .accRow__bar span{
  position:absolute;
  inset:0 auto 0 0;
  border-radius:inherit;
  background:linear-gradient(90deg, rgba(217,124,43,.9), rgba(255,226,189,.92));
}
.playerHub .buildingRow__meta{
  text-align:right;
  color:rgba(243,236,226,.72);
}
.playerHub .buildingRow__meta .v{
  color:#fff8ef;
  font-family:"Russo One",sans-serif;
}
.playerHub .playerAccuracy--v2,
.playerHub .accuracyCard{
  display:grid;
  gap:16px;
}
.playerHub .accViz{
  position:relative;
  min-height:280px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 50% 0%, rgba(217,124,43,.1), transparent 50%),
    rgba(8,10,13,.78);
  overflow:hidden;
}
.playerHub .accViz__img{
  width:100%;
  height:auto;
  display:block;
}
.playerHub .accBox{
  backdrop-filter:blur(10px);
  background:rgba(8,10,13,.64);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 14px 28px rgba(0,0,0,.18);
}
.playerHub .accHint,
.playerHub .hint{
  color:rgba(242,236,227,.62);
}
.playerHub .state{
  border-radius:24px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
}
.playerHub .state--soft{
  background:rgba(255,255,255,.025);
}
.playerHub .input,
.playerHub .select{
  min-height:42px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(7,9,12,.66);
  color:#fff7ed;
}
.playerHub .select{
  padding-right:34px;
}
@keyframes playerFadeUp{
  from{
    opacity:0;
    transform:translateY(18px);
  }
  to{
    opacity:1;
    transform:none;
  }
}
@media (prefers-reduced-motion: no-preference){
  .playerHub__masthead,
  .playerHub__hero,
  .playerHub__board{
    animation:playerFadeUp .64s cubic-bezier(.2,.8,.2,1) both;
  }
  .playerHub__hero{
    animation-delay:.06s;
  }
  .playerHub__board{
    animation-delay:.12s;
  }
  .playerHub__metric{
    animation:playerFadeUp .6s cubic-bezier(.2,.8,.2,1) both;
  }
  .playerHub__metric:nth-child(1){ animation-delay:.08s; }
  .playerHub__metric:nth-child(2){ animation-delay:.12s; }
  .playerHub__metric:nth-child(3){ animation-delay:.16s; }
  .playerHub__metric:nth-child(4){ animation-delay:.2s; }
  .playerHub__metric:nth-child(5){ animation-delay:.24s; }
  .playerHub__metric:nth-child(6){ animation-delay:.28s; }
  .playerHub .playerHero__card,
  .playerHub .playerTabs__row,
  .playerHub .playerFeatured,
  .playerHub .playerGlobalSearch,
  .playerHub .playerSection,
  .playerHub .simpleSection,
  .playerHub .accuracyCard,
  .playerHub .playerQuick .statTile{
    animation:playerFadeUp .56s cubic-bezier(.2,.8,.2,1) both;
  }
  .playerHub .itemTile,
  .playerHub .buildingRow,
  .playerHub .accRow{
    animation:playerFadeUp .46s cubic-bezier(.2,.8,.2,1) both;
  }
}
@media (max-width: 1180px){
  .playerHub__hero{
    grid-template-columns:1fr;
  }
  .playerHub__rail{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }
  .playerHub .playerTabs__row{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }
}
@media (max-width: 860px){
  .playerHub{
    padding:18px 14px 24px;
  }
  .playerHub__shell{
    width:min(100%, calc(100vw - 14px));
    gap:18px;
  }
  .playerHub__brandText{
    font-size:clamp(1.45rem,6vw,2.35rem);
  }
  .playerHub__intro,
  .playerHub__lead{
    font-size:.95rem;
  }
  .playerHub__rail{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .playerHub .playerTabs__row{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .playerHub .playerHero__card{
    grid-template-columns:1fr;
  }
  .playerHub .playerHero__avatar{
    width:94px;
    height:94px;
  }
}
@media (max-width: 720px){
  .playerHub__mastActions,
  .playerHub__heroActions{
    width:100%;
    justify-content:stretch;
  }
  .playerHub__mastActions > .btn,
  .playerHub__heroActions > .btn{
    flex:1 1 180px;
    justify-content:center;
    min-width:0;
  }
  .playerHub .playerTabs{
    top:10px;
  }
  .playerHub .playerTabs__row{
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    padding-bottom:8px;
  }
  .playerHub .playerTabBtn{
    flex:0 0 min(240px, 82vw);
  }
  .playerHub .playerSection__tools,
  .playerHub .playerSection__search{
    flex-basis:100%;
    justify-content:stretch;
  }
  .playerHub .playerSection__search .input,
  .playerHub .playerGlobalSearch .input,
  .playerHub .playerSection__sort .select{
    width:100%;
    min-width:0;
  }
}
@media (max-width: 560px){
  .playerHub__hero{
    padding:18px 16px;
  }
  .playerHub__rail{
    grid-template-columns:1fr;
  }
  .playerHub .playerPage__body{
    padding:14px 14px 16px;
    gap:14px;
  }
  .playerHub .playerFeatured,
  .playerHub .playerGlobalSearch,
  .playerHub .playerSection,
  .playerHub .simpleSection,
  .playerHub .playerHero__card{
    border-radius:20px;
    padding:14px;
  }
  .playerHub .playerHero__top,
  .playerHub .playerHero__right{
    align-items:flex-start;
  }
  .playerHub .playerHero__meta{
    grid-template-columns:1fr;
  }
  .playerHub .playerQuick .statTiles,
  .playerHub .playerSection__grid,
  .playerHub .simpleSection__grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .playerHub .buildingRow{
    grid-template-columns:1fr;
  }
  .playerHub .buildingRow__meta{
    text-align:left;
  }
}
