@import url("./tokens.css");
@import url("./details.css");
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}
button,
input,
select,
textarea {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
a,
button {
  transition:
    background 0.18s,
    color 0.18s,
    transform 0.18s,
    border-color 0.18s;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 4px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1 {
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.13;
  letter-spacing: -1.7px;
  font-weight: 750;
}
h2 {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
h3 {
  font-size: 16px;
  line-height: 1.4;
}
p {
  color: var(--muted);
}
small {
  font-size: 12px;
  color: var(--muted);
}
b,
strong {
  font-weight: 650;
}
input,
select,
textarea {
  background: #171c19;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 10px 12px;
  max-width: 100%;
  min-width: 0;
}
select {
  cursor: pointer;
}
textarea {
  resize: vertical;
}
label {
  display: flex;
  gap: 9px;
  align-items: center;
  color: var(--muted);
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--lime);
}
input[type="date"],
input[type="datetime-local"] {
  color-scheme: dark;
}
hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 22px 0;
}
.sidebar {
  width: 214px;
  position: fixed;
  inset: 0 auto 0 0;
  background: #111512;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  z-index: 5;
  padding: 29px 18px 18px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.2;
}
.brand b {
  display: block;
  font-size: 23px;
  letter-spacing: 1.5px;
  margin-top: 3px;
}
.brand-dot {
  color: var(--lime);
}
.nav-label {
  font-size: 10px;
  letter-spacing: 1.8px;
  color: #657269;
  padding: 43px 14px 14px;
}
.sidebar nav {
  display: grid;
  gap: 3px;
}
.sidebar nav a {
  display: flex;
  align-items: center;
  gap: 13px;
  border-radius: 6px;
  color: #99a79e;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 550;
}
.sidebar nav a > span {
  font-size: 20px;
  width: 22px;
  text-align: center;
  font-weight: 400;
}
.sidebar nav a:hover {
  background: #1c241f;
  color: #fff;
}
.sidebar nav a.active {
  background: #c0ed6714;
  color: var(--lime);
}
.sidebar nav a.active:before {
  content: "";
  height: 17px;
  width: 3px;
  background: var(--lime);
  position: absolute;
  left: 0;
  border-radius: 0 2px 2px 0;
}
.sidebar nav a small {
  margin-left: auto;
  background: #253620;
  color: var(--lime);
  border-radius: 4px;
  padding: 0 6px;
}
.sidebar-bottom {
  margin-top: auto;
  padding-top: 30px;
}
.community {
  display: flex;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding: 20px 5px 15px;
}
.community > span {
  display: grid;
  place-items: center;
  background: #263321;
  color: var(--lime);
  height: 35px;
  width: 35px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 12px;
}
.community b {
  font-size: 12px;
}
.community small {
  display: block;
  font-size: 11px;
}
.admin-link {
  display: block;
  font-size: 12px;
  color: var(--muted);
  padding: 9px;
}
.workspace {
  margin-left: 214px;
}
.topbar {
  height: 73px;
  border-bottom: 1px solid var(--line);
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #101411;
}
.breadcrumbs {
  font-size: 12px;
  color: var(--muted);
  display: flex;
  gap: 15px;
}
.breadcrumbs b {
  color: #dce5df;
  font-weight: 500;
}
.top-actions {
  display: flex;
  gap: 20px;
  align-items: center;
}
.top-actions select {
  font-size: 12px;
  padding: 8px 12px;
  background: transparent;
}
.user-button {
  border: 0;
  background: transparent;
  color: #d7e2db;
  font-size: 12px;
}
.demo-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  color: #aebba4;
  background: #1c2218;
  border-bottom: 1px solid #2b3523;
  padding: 8px 36px;
  letter-spacing: 0.15px;
}
.demo-strip[hidden] {
  display: none;
}
.demo-strip b {
  font-size: 9px;
  letter-spacing: 1px;
  border: 1px solid #546241;
  padding: 1px 5px;
  border-radius: 3px;
  color: #c3dcaa;
}
.demo-strip > span {
  margin-left: auto;
  color: #808e76;
}
main {
  padding: 35px 36px 50px;
  max-width: 1700px;
  margin: auto;
  min-height: 75vh;
}
.page-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
  gap: 20px;
}
.page-head .muted {
  margin-top: 10px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 2.2px;
  color: #8d9c91;
  margin-bottom: 10px;
}
.accent,
.positive {
  color: var(--lime) !important;
}
.negative {
  color: #ed8490 !important;
}
.blue-text {
  color: #79aaff;
}
.muted {
  color: var(--muted);
}
.actions {
  display: flex;
  gap: 10px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 39px;
  padding: 9px 16px;
  border: 1px solid #354039;
  border-radius: 6px;
  background: #1a211c;
  color: #e0e9e3;
  font-size: 12px;
  font-weight: 650;
}
.button:hover {
  background: #28332b;
  border-color: #6c806e;
}
.button.primary {
  background: var(--lime);
  color: #182112;
  border-color: var(--lime);
}
.button.primary:hover {
  background: #d0ff7c;
  transform: translateY(-1px);
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #354138;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.7px;
  color: #b9c7bd;
  background: #19221c;
  white-space: nowrap;
}
.badge.green {
  color: var(--lime);
  background: #bcec6410;
  border-color: #91c94a45;
}
.badge.blue {
  color: #99bdff;
  border-color: #729edf55;
  background: #6c9fff10;
}
.badge.red {
  color: #ed8490;
  border-color: #ed849044;
}
.event-line {
  display: flex;
  gap: 20px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 13px 0;
  margin-bottom: 22px;
  color: #8f9d93;
  font-size: 11px;
}
.event-line > span:first-child {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #e0e8df;
}
.event-line > span:nth-child(3) {
  margin-left: auto;
  font-size: 9px;
  letter-spacing: 1.2px;
}
.event-line #countdown {
  color: #e6ecdf;
  font-size: 13px;
  letter-spacing: 0;
  margin-left: 8px;
}
.event-line > span:last-child {
  border-left: 1px solid var(--line);
  padding-left: 20px;
}
.podium {
  display: grid;
  grid-template-columns: 1.18fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 22px;
}
.podium-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid #354335;
  border-radius: 10px;
  background: #162319;
  height: 264px;
}
.podium-card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--portrait);
  background-size: cover;
  background-position: center 30%;
  opacity: 0.58;
  transition: transform 0.5s;
}
.podium-card:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, #101b13 3%, #0e1713bb 40%, #07100d00 100%);
}
.podium-card:hover:before {
  transform: scale(1.04);
}
.podium-card.place-1 {
  border-color: #83ad4280;
}
.podium-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
}
.crown {
  color: var(--lime);
  font-size: 25px;
  line-height: 1;
}
.podium-number {
  font-size: 94px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  right: 17px;
  bottom: 69px;
  color: #d6eadf0d;
  letter-spacing: -7px;
}
.podium-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 22px 16px;
}
.podium-content > p {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #a4bba7;
}
.podium-content h2 {
  font-size: 30px;
  letter-spacing: -0.8px;
  margin: 2px 0 6px;
}
.podium-content > div:not(.podium-bottom) {
  display: flex;
  gap: 10px;
  color: #b4c3b8;
  font-size: 10px;
}
.podium-content > div:not(.podium-bottom) > b {
  color: #daeadf;
  letter-spacing: 0.7px;
}
.podium-bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-top: 1px solid #9eb69522;
  padding-top: 14px;
  margin-top: 15px;
}
.podium-bottom strong {
  font-size: 27px;
  line-height: 1;
  letter-spacing: -0.8px;
}
.podium-bottom strong small {
  font-size: 10px;
  margin-left: 4px;
  letter-spacing: 1px;
}
.podium-bottom > span {
  font-size: 13px;
  text-align: right;
}
.podium-bottom > span small {
  display: block;
  font-size: 9px;
}
.kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #141b16;
  margin-bottom: 32px;
}
.kpi {
  padding: 19px 22px;
  min-width: 0;
}
.kpi + .kpi {
  border-left: 1px solid var(--line);
}
.kpi > p {
  font-size: 9px;
  letter-spacing: 1.4px;
  font-weight: 650;
}
.kpi > strong {
  display: block;
  font-size: 29px;
  letter-spacing: -0.7px;
  line-height: 1.2;
  margin: 7px 0 3px;
  overflow-wrap: anywhere;
}
.kpi > small {
  font-size: 10px;
}
.kpi-grid.three {
  grid-template-columns: repeat(3, 1fr);
}
.content-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 24px;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 0 0 17px;
}
.section-heading h2 {
  font-size: 18px;
}
.section-heading > a {
  font-size: 11px;
  color: #94a493;
}
.ranking-table {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #121a15;
  margin-bottom: 29px;
}
.rank-labels,
.rank-row {
  display: grid;
  grid-template-columns:
    35px minmax(140px, 1.7fr) minmax(115px, 1.25fr)
    65px 75px 85px 75px 100px 15px;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
}
.rank-labels {
  font-size: 8px;
  letter-spacing: 0.8px;
  background: #1a221c;
  color: #7f9184;
  font-weight: 650;
}
.rank-row {
  border-top: 1px solid #29342b;
  min-height: 80px;
  font-size: 12px;
}
.rank-row:hover {
  background: #24311f;
}
.rank-row.top-1 {
  background: #b9ed6510;
}
.position {
  font-size: 18px;
  font-weight: 650;
  color: #9aa89a;
}
.position > small {
  display: block;
  font-size: 9px;
  line-height: 1.2;
}
.top-1 .position {
  color: var(--lime);
}
.top-2 .position {
  color: #c6d2cf;
}
.top-3 .position {
  color: #d1aa80;
}
.player-cell {
  display: flex;
  gap: 11px;
  align-items: center;
  min-width: 0;
}
.avatar {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border: 1px solid #66766355;
  border-radius: 7px;
  flex-shrink: 0;
  background: #283929;
}
.player-cell b {
  font-size: 12px;
  display: block;
}
.player-cell small {
  font-size: 9px;
  display: block;
  color: #778b7e;
  overflow-wrap: anywhere;
}
.rank-value {
  display: flex;
  gap: 8px;
  align-items: center;
}
.rank-gem {
  color: #8bc7cc;
  font-size: 26px;
  text-shadow: 0 0 14px #74b3df22;
}
.rank-value b {
  font-size: 8px;
  letter-spacing: 0.3px;
}
.rank-value small {
  display: block;
  font-size: 10px;
}
.points b {
  font-size: 14px;
}
.points small {
  display: block;
  font-size: 9px;
}
.progress-value {
  font-size: 11px;
}
.winrate b {
  font-size: 12px;
}
.winrate small {
  display: block;
  font-size: 9px;
}
.wr-track {
  display: block;
  width: 58px;
  height: 3px;
  background: #51433a;
  margin-top: 5px;
}
.wr-track i {
  display: block;
  height: 100%;
  background: #b6d975;
}
.rank-kda small,
.rank-recent > small {
  display: block;
  font-size: 9px;
  margin-top: 3px;
}
.results {
  display: flex;
  gap: 3px;
}
.results i {
  font-style: normal;
  font-size: 8px;
  padding: 2px 4px;
  border-radius: 2px;
  font-weight: 700;
}
.results .win {
  background: #2b4226;
  color: #b8da91;
}
.results .loss {
  background: #45322e;
  color: #bf8d83;
}
.row-arrow {
  color: #6c806c;
}
.content-split .rank-labels,
.content-split .rank-row {
  grid-template-columns:
    27px minmax(100px, 1.4fr) minmax(88px, 1fr)
    57px 52px 65px;
  gap: 8px;
  padding: 13px;
}
.content-split .rank-kda,
.content-split .rank-recent,
.content-split .row-arrow,
.content-split .rank-labels > span:nth-child(n + 7) {
  display: none;
}
.content-split .rank-gem {
  font-size: 19px;
}
.content-split .player-cell {
  gap: 8px;
}
.content-split .avatar {
  width: 30px;
  height: 30px;
}
.content-split .points small {
  font-size: 8px;
}
.content-split .rank-labels {
  font-size: 7px;
}
.shell-feature {
  background:
    radial-gradient(ellipse at 100% 0, #30517e55, transparent 70%), #14202b;
  border: 1px solid #34516d;
  border-radius: 8px;
  position: relative;
  padding: 24px 22px;
  overflow: hidden;
  margin-bottom: 19px;
}
.shell-orbit {
  font-size: 62px;
  color: #7eadff;
  line-height: 1;
  text-shadow: 0 0 22px #75a8f650;
  transform: rotate(-25deg);
  font-weight: bold;
}
.shell-feature .shell-orbit {
  position: absolute;
  right: 16px;
  top: 18px;
  opacity: 0.8;
}
.shell-feature > .badge {
  margin-top: 9px;
  font-size: 8px;
}
.shell-feature h2 {
  font-size: 24px;
  line-height: 1.15;
  max-width: 190px;
  margin: 20px 0 10px;
}
.shell-feature p {
  font-size: 12px;
  color: #92a6b8;
  max-width: 215px;
}
.shell-feature .button {
  width: 100%;
  margin: 19px 0 9px;
  background: #203148;
  border-color: #3d567b;
  color: #a9c9ff;
}
.shell-feature > small {
  font-size: 9px;
}
.panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 22px;
  margin-bottom: 20px;
  min-width: 0;
}
.panel > h2,
.panel > h3 {
  margin-bottom: 18px;
}
.panel > p {
  margin-bottom: 14px;
}
.event-feed .panel {
  padding: 18px;
}
.event-feed h3 {
  font-size: 13px;
}
.feed-item {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}
.feed-item:last-child {
  padding-bottom: 0;
}
.feed-icon {
  height: 30px;
  min-width: 30px;
  display: grid;
  place-items: center;
  background: #493e231f;
  color: #d2b375;
  border: 1px solid #6e61333d;
  border-radius: 6px;
  font-size: 17px;
}
.feed-item b {
  font-size: 11px;
}
.feed-item p {
  font-size: 10px;
  margin-top: 2px;
}
.feed-item small {
  font-size: 9px;
}
.gold {
  color: #e3c586;
}
.match-list {
  border-radius: 8px;
  overflow: hidden;
}
.match {
  display: flex;
  gap: 16px;
  align-items: center;
  border: 1px solid var(--line);
  border-left: 3px solid #718f56;
  background: #161e18;
  padding: 13px 18px;
  margin-bottom: 8px;
  border-radius: 5px;
}
.match.lost {
  border-left-color: #a86363;
  background: #231c1a;
}
.result-word {
  font-size: 9px;
  letter-spacing: 0.5px;
  font-weight: 700;
  min-width: 100px;
  color: #b9d997;
}
.lost .result-word {
  color: #d4a09a;
}
.match small {
  display: block;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 3px;
}
.match-player {
  flex: 1;
  font-size: 11px;
}
.match-kda {
  font-size: 12px;
  min-width: 90px;
}
.match-kda b span {
  color: #8d9f92;
}
.match-cs,
.match-time {
  font-size: 11px;
  text-align: right;
  min-width: 62px;
}
.content-split .match {
  padding: 12px;
  gap: 10px;
}
.content-split .match-cs {
  display: none;
}
.content-split .result-word {
  min-width: 80px;
  font-size: 8px;
}
.content-split .match .avatar {
  width: 30px;
  height: 30px;
}
.prizes {
  margin-top: 38px;
  border-top: 1px solid var(--line);
  padding-top: 29px;
}
.prizes > h2 {
  font-size: 24px;
}
.prize-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 22px;
}
.prize-grid article {
  display: flex;
  gap: 15px;
}
.prize-grid article > span {
  font-size: 24px;
  color: #bdcba5;
}
.prize-grid h3 {
  font-size: 13px;
}
.prize-grid p {
  font-size: 11px;
  margin-top: 4px;
}
.toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: end;
  margin-bottom: 20px;
}
.toolbar label {
  font-size: 12px;
}
.toolbar .search {
  flex: 1;
  position: relative;
  min-width: 180px;
}
.search input {
  width: 100%;
  padding-left: 37px;
}
.search > span {
  position: absolute;
  left: 12px;
  font-size: 22px;
}
.footnote {
  font-size: 12px;
}
.player-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.player-card {
  border: 1px solid var(--line);
  border-radius: 9px;
  overflow: hidden;
  background: var(--panel);
}
.player-card:hover {
  border-color: #729947;
  transform: translateY(-3px);
}
.player-art {
  height: 175px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.player-art:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, #141b16);
}
.player-art > .badge {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
}
.player-card-body {
  padding: 0 18px 18px;
  position: relative;
}
.player-card h2 {
  font-size: 23px;
}
.player-card p {
  font-size: 12px;
  margin: 5px 0 20px;
}
.player-card-stats {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
  margin-bottom: 10px;
  font-size: 10px;
}
.live-player {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 25px 0;
}
.live-player .avatar {
  width: 55px;
  height: 55px;
}
.live-player h2 {
  font-size: 24px;
}
.live-player p {
  font-size: 12px;
}
dl {
  margin: 16px 0 0;
}
dl > div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
dt {
  color: var(--muted);
}
dd {
  margin: 0;
  text-align: right;
  overflow-wrap: anywhere;
}
.live-card .button {
  margin-top: 20px;
  width: 100%;
}
.shell-rules {
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 30px;
  background: linear-gradient(115deg, #183047, #141b16 65%);
}
.shell-rules .shell-orbit {
  font-size: 105px;
  margin: 0 10px;
}
.shell-rules h2 {
  margin-bottom: 13px;
}
.shell-rules p {
  font-size: 14px;
}
.shell-rules small {
  display: block;
  margin-top: 12px;
}
.inventory-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.inventory {
  padding: 20px;
}
.shell-count {
  display: flex;
  gap: 9px;
  font-size: 28px;
  color: #8db6fb;
  align-items: center;
  margin: 23px 0;
}
.shell-count small {
  margin-left: auto;
}
.inventory .button {
  width: 100%;
}
.history-row {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.history-row:last-child {
  border: 0;
}
.history-row > div {
  flex: 1;
}
.history-row > span:first-child {
  font-size: 23px;
}
.history-row p,
.history-row small {
  display: block;
  font-size: 12px;
}
.history-row > .badge {
  font-size: 9px;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.card-grid .panel {
  margin: 0;
}
.punishment-card > .badge {
  margin-bottom: 20px;
}
.punishment-card h2 {
  font-size: 23px;
}
.punishment-card .button {
  margin-top: 20px;
}
blockquote {
  margin: 18px 0 0;
  border-left: 2px solid var(--lime);
  padding: 8px 16px;
  color: #b7c6b6;
  font-size: 12px;
}
.achievement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.achievement {
  display: flex;
  align-items: start;
  gap: 18px;
  margin: 0;
}
.achievement-icon {
  color: #d9bf82;
  border: 1px solid #635838;
  background: #322d20;
  display: grid;
  place-items: center;
  font-size: 34px;
  min-width: 54px;
  height: 60px;
  border-radius: 9px;
}
.achievement .eyebrow {
  font-size: 9px;
  margin: 3px 0 5px;
}
.achievement h3 {
  margin-bottom: 5px;
}
.achievement p {
  font-size: 12px;
}
.achievement small {
  display: block;
  margin-top: 12px;
}
.prediction label {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-size: 12px;
  margin: 25px 0 13px;
}
.prediction > small {
  display: block;
}
.prediction > .button {
  width: 100%;
  margin-top: 20px;
}
.prediction h2 {
  font-size: 25px;
}
.prediction .section-heading > strong {
  color: var(--lime);
  font-size: 22px;
}
.prediction strong small {
  font-size: 10px;
}
.tier-list {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.tier {
  display: flex;
  border-bottom: 1px solid var(--line);
  min-height: 110px;
}
.tier:last-child {
  border: 0;
}
.tier > h2 {
  width: 100px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: #d79287;
  color: #281f1a;
  font-size: 38px;
}
.tier-A > h2 {
  background: #d5b382;
}
.tier-B > h2 {
  background: #d4d287;
}
.tier-C > h2 {
  background: #a5cda0;
}
.tier-D > h2 {
  background: #96b8bd;
}
.tier > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px 30px;
}
.tier a {
  display: flex;
  gap: 12px;
  align-items: center;
}
.season-card h2 {
  margin: 18px 0 10px;
}
.season-card > small {
  display: block;
  margin-top: 10px;
}
.season-card > .button {
  margin-top: 25px;
}
.rules {
  margin-top: 30px;
}
.rules p {
  white-space: pre-wrap;
}
.chart-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 20px;
  margin: 22px 0;
}
.chart {
  height: 280px;
  position: relative;
}
.record-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.record-grid .panel {
  margin: 0;
}
.record-grid h2 {
  font-size: 30px;
}
.profile-hero {
  display: flex;
  position: relative;
  isolation: isolate;
  padding: 35px;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  margin: 20px 0 25px;
  justify-content: space-between;
  align-items: end;
  background: #1e2e21;
}
.profile-hero:before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: -2;
  background: var(--portrait) 60% 30% / cover;
  opacity: 0.6;
}
.profile-hero:after {
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
  background: linear-gradient(90deg, #122016 10%, #122016aa 55%, #12201677);
}
.avatar.large {
  width: 65px;
  height: 65px;
  margin-bottom: 18px;
}
.profile-hero h1 {
  font-size: 52px;
}
.profile-hero p {
  margin: 8px 0 13px;
}
.profile-score {
  text-align: right;
}
.profile-score strong {
  font-size: 54px;
  display: block;
  line-height: 1.1;
}
.profile-score > span {
  font-size: 10px;
  letter-spacing: 2px;
  color: #a5b89b;
}
.profile-score > p {
  font-size: 14px;
}
.back-link {
  color: #a2b695;
  font-size: 12px;
}
.champion-list > div {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.champion-list > div > span {
  margin-left: auto;
  color: var(--muted);
  font-size: 12px;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 22px;
}
.pagination > span {
  font-size: 12px;
  color: var(--muted);
}
.admin-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 25px;
}
.admin-tile {
  text-align: left;
  position: relative;
  margin: 0;
  color: var(--text);
}
.admin-tile:hover {
  border-color: var(--lime);
  background: #222e20;
}
.admin-tile h3 {
  font-size: 15px;
  margin-bottom: 8px;
}
.admin-tile p {
  font-size: 12px;
  margin: 0;
}
.admin-tile > span {
  float: right;
  color: var(--lime);
}
.log-row {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  font-size: 12px;
}
.log-row > span:nth-child(2) {
  flex: 1;
}
.log-row small {
  font-size: 11px;
}
.empty {
  text-align: center;
  padding: 55px 25px;
  color: var(--muted);
}
.empty > span {
  font-size: 40px;
  color: #758d64;
  display: block;
  margin-bottom: 12px;
}
.empty h3 {
  font-size: 20px;
  color: #d2dfcc;
  margin-bottom: 8px;
}
.empty p {
  max-width: 440px;
  margin: auto;
  font-size: 14px;
}
.boot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  color: var(--muted);
}
footer {
  border-top: 1px solid var(--line);
  padding: 23px 36px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  color: #6f8073;
  font-size: 10px;
}
footer > span:first-child {
  letter-spacing: 1px;
}
footer b {
  color: #a4b69d;
}
footer small {
  margin-left: 20px;
  font-size: 10px;
  letter-spacing: 0;
}
dialog {
  color: var(--text);
  background: #18221b;
  border: 1px solid #465b40;
  border-radius: 14px;
  padding: 35px;
  max-width: 540px;
  width: calc(100% - 32px);
  max-height: 90vh;
  box-shadow: 0 25px 120px #0009;
}
dialog::backdrop {
  background: #060b09bb;
  backdrop-filter: blur(5px);
}
dialog h2 {
  font-size: 28px;
  margin-bottom: 18px;
}
dialog > p {
  margin: 12px 0;
}
dialog form {
  display: grid;
  gap: 17px;
  margin-top: 25px;
}
dialog label {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-size: 12px;
}
dialog label:has([type="checkbox"]) {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
dialog form .button {
  margin-top: 12px;
  width: 100%;
}
.modal-close {
  position: absolute;
  right: 14px;
  top: 12px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 26px;
}
#toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 20px);
  padding: 15px 22px;
  background: #283b21;
  color: #e0f5d4;
  border: 1px solid #83ad60;
  border-radius: 8px;
  opacity: 0;
  transition: 0.2s;
  z-index: 100;
  pointer-events: none;
  max-width: calc(100% - 30px);
  font-size: 13px;
  box-shadow: 0 10px 40px #0009;
}
#toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
#toast.error {
  background: #442825;
  border-color: #bd827b;
}
.shell-impact {
  animation: impact 0.45s ease-in-out;
}
@keyframes impact {
  30% {
    transform: translateX(-10px);
    box-shadow: 0 0 90px #78a9ff;
  }
  60% {
    transform: translateX(10px);
  }
  90% {
    transform: translateX(-4px);
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 200;
  background: var(--lime);
  color: #111;
  padding: 12px;
}
.skip:focus {
  top: 15px;
}
@media (min-width: 1600px) {
  .content-split {
    grid-template-columns: minmax(0, 1fr) 320px;
  }
  .podium-card {
    height: 290px;
  }
  .content-split .rank-labels,
  .content-split .rank-row {
    grid-template-columns: 30px minmax(140px, 1.4fr) 120px 70px 65px 85px;
  }
  .sidebar {
    width: 230px;
  }
  .workspace {
    margin-left: 230px;
  }
  main {
    padding: 40px 48px;
  }
  .topbar {
    padding: 0 48px;
  }
}
@media (max-width: 1250px) {
  .sidebar {
    width: 190px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .workspace {
    margin-left: 190px;
  }
  main {
    padding: 28px 24px;
  }
  .topbar,
  .demo-strip {
    padding-left: 24px;
    padding-right: 24px;
  }
  .content-split {
    grid-template-columns: minmax(0, 1fr) 245px;
    gap: 18px;
  }
  .content-split .rank-labels,
  .content-split .rank-row {
    grid-template-columns: 24px minmax(95px, 1fr) 85px 52px 52px;
  }
  .content-split .winrate,
  .content-split .rank-labels > span:nth-child(6) {
    display: none;
  }
  .rank-labels,
  .rank-row {
    grid-template-columns: 28px minmax(115px, 1.3fr) 110px 60px 70px 70px 60px;
  }
  .rank-recent,
  .row-arrow,
  .rank-labels > span:nth-child(n + 8) {
    display: none;
  }
  .player-grid,
  .inventory-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .podium-card {
    height: 250px;
  }
  .podium-content {
    padding: 0 17px 16px;
  }
  .podium-content h2 {
    font-size: 27px;
  }
  .podium-bottom > span small {
    display: none;
  }
  .podium-bottom strong {
    font-size: 23px;
  }
  .achievement-grid,
  .admin-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .content-split .match-time {
    display: none;
  }
  .event-line {
    gap: 13px;
    font-size: 10px;
  }
  .event-line > span:last-child {
    display: none;
  }
  .record-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1000px) {
  .sidebar {
    width: 75px;
    padding: 22px 9px;
  }
  .brand {
    padding: 0;
    justify-content: center;
  }
  .brand > span,
  .nav-label,
  .sidebar nav a:not(.active) small,
  .sidebar nav a small,
  .sidebar-bottom {
    display: none;
  }
  .sidebar nav {
    margin-top: 35px;
  }
  .sidebar nav a {
    font-size: 0;
    justify-content: center;
    padding: 11px;
    gap: 0;
  }
  .sidebar nav a > span {
    font-size: 24px;
  }
  .workspace {
    margin-left: 75px;
  }
  .content-split {
    grid-template-columns: 1fr;
  }
  .event-feed {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .shell-feature {
    margin: 0;
  }
  .event-feed .panel {
    margin: 0;
  }
  .content-split .rank-labels,
  .content-split .rank-row {
    grid-template-columns: 28px minmax(120px, 1.4fr) 110px 65px 75px 85px;
  }
  .content-split .winrate,
  .content-split .rank-labels > span:nth-child(6) {
    display: block;
  }
  .content-split .match-time {
    display: block;
  }
  .shell-feature h2 {
    font-size: 21px;
  }
  .podium-content h2 {
    font-size: 25px;
  }
  .podium-bottom {
    gap: 8px;
  }
  .podium-top {
    padding: 15px;
  }
  .podium-number {
    font-size: 80px;
  }
  .top-actions {
    gap: 12px;
  }
  .demo-strip > span {
    display: none;
  }
  .achievement-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-grid {
    gap: 15px;
  }
  .prize-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .content-split > .card-grid {
    order: 0;
  }
  .content-split > .panel {
    order: 1;
  }
  .event-line > span:nth-child(2) {
    font-size: 10px;
  }
  .topbar {
    height: 65px;
  }
}
@media (max-width: 720px) {
  body {
    font-size: 14px;
  }
  .sidebar {
    position: sticky;
    top: 0;
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: center;
    padding: 10px 14px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    gap: 14px;
    background: #111512f5;
    backdrop-filter: blur(10px);
  }
  .brand img {
    width: 32px;
    height: 32px;
  }
  .sidebar nav {
    display: flex;
    overflow-x: auto;
    margin: 0;
    gap: 5px;
    scrollbar-width: none;
  }
  .sidebar nav a {
    flex-shrink: 0;
    font-size: 11px;
    padding: 7px 10px;
    gap: 0;
    min-height: 36px;
  }
  .sidebar nav a > span {
    display: none;
  }
  .sidebar nav a.active:before {
    display: none;
  }
  .workspace {
    margin: 0;
  }
  .topbar {
    padding: 12px 18px;
    height: auto;
  }
  .breadcrumbs {
    display: none;
  }
  .top-actions {
    width: 100%;
    justify-content: space-between;
  }
  .top-actions select {
    max-width: 230px;
  }
  .demo-strip {
    padding: 8px 18px;
    font-size: 10px;
    gap: 8px;
  }
  main {
    padding: 24px 18px 35px;
  }
  .page-head {
    align-items: start;
    gap: 15px;
    margin-bottom: 22px;
  }
  .page-head h1 {
    font-size: 33px;
    letter-spacing: -1.2px;
  }
  .page-head .muted {
    font-size: 12px;
    max-width: 320px;
  }
  .page-head .actions .button {
    padding: 8px 11px;
    font-size: 10px;
    gap: 8px;
  }
  .page-head .actions {
    align-self: end;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.6px;
  }
  .event-line {
    flex-wrap: wrap;
    gap: 8px 14px;
  }
  .event-line > span:first-child {
    width: 100%;
    font-size: 11px;
  }
  .event-line > span:nth-child(3) {
    margin-left: auto;
  }
  .podium {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .podium-card.place-1 {
    grid-column: 1/-1;
    height: 255px;
  }
  .podium-card {
    height: 220px;
  }
  .podium-card.place-1:before {
    background-position: center 34%;
  }
  .podium-card.place-1 .podium-content h2 {
    font-size: 35px;
  }
  .podium-card .podium-content h2 {
    font-size: 25px;
  }
  .podium-content {
    padding: 0 15px 15px;
  }
  .podium-card:not(.place-1) .podium-content > div:not(.podium-bottom) {
    font-size: 8px;
    gap: 8px;
  }
  .podium-top .badge {
    font-size: 7px;
  }
  .podium-card:not(.place-1) .podium-bottom strong {
    font-size: 22px;
  }
  .podium-card:not(.place-1) .podium-bottom > span {
    font-size: 10px;
  }
  .podium-card:not(.place-1) .podium-bottom small {
    font-size: 8px;
  }
  .podium-bottom > span small {
    display: block;
  }
  .kpi-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 25px;
  }
  .kpi-grid.three {
    grid-template-columns: 1fr;
  }
  .kpi {
    padding: 17px;
  }
  .kpi + .kpi {
    border: 0;
  }
  .kpi:nth-child(even) {
    border-left: 1px solid var(--line);
  }
  .kpi:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
  .kpi-grid.three .kpi {
    border-left: 0;
    border-bottom: 1px solid var(--line);
    border-top: 0;
  }
  .kpi > strong {
    font-size: 28px;
  }
  .kpi > p {
    font-size: 9px;
  }
  .event-feed {
    grid-template-columns: 1fr;
  }
  .event-feed .panel {
    padding: 20px;
  }
  .event-feed .feed-item b {
    font-size: 13px;
  }
  .event-feed .feed-item p {
    font-size: 12px;
  }
  .event-feed .feed-item small {
    font-size: 10px;
  }
  .shell-feature {
    padding: 25px;
  }
  .shell-feature h2 {
    max-width: none;
    font-size: 27px;
  }
  .shell-feature p {
    max-width: 280px;
  }
  .shell-feature .button {
    width: auto;
    display: flex;
  }
  .shell-feature .shell-orbit {
    font-size: 85px;
    right: 25px;
  }
  .rank-labels,
  .content-split .rank-labels {
    display: none;
  }
  .rank-row,
  .content-split .rank-row {
    position: relative;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 80px;
    gap: 12px;
    padding: 16px 14px;
    min-height: 125px;
  }
  .rank-row:first-of-type {
    border-top: 0;
  }
  .rank-row .position {
    grid-column: 1;
    grid-row: 1;
    font-size: 20px;
  }
  .rank-row .player-cell {
    grid-column: 2;
    grid-row: 1;
  }
  .rank-row .player-cell b {
    font-size: 14px;
  }
  .rank-row .player-cell small {
    font-size: 10px;
  }
  .rank-row .avatar,
  .content-split .rank-row .avatar {
    height: 38px;
    width: 38px;
  }
  .rank-row .rank-value {
    grid-column: 2;
    grid-row: 2;
  }
  .rank-row .rank-value b {
    font-size: 10px;
  }
  .rank-row .rank-value small {
    font-size: 10px;
    display: inline;
    margin-left: 8px;
  }
  .rank-row .rank-gem {
    font-size: 18px;
  }
  .rank-row .points {
    grid-column: 3;
    grid-row: 1;
    text-align: right;
  }
  .rank-row .points b {
    font-size: 21px;
  }
  .rank-row .points small {
    font-size: 9px;
  }
  .rank-row .progress-value {
    grid-column: 3;
    grid-row: 2;
    text-align: right;
    font-size: 12px;
  }
  .rank-row .winrate,
  .content-split .rank-row .winrate {
    display: flex;
    gap: 8px;
    align-items: center;
    grid-column: 2;
    grid-row: 3;
  }
  .rank-row .winrate b {
    font-size: 10px;
  }
  .rank-row .winrate small {
    font-size: 9px;
  }
  .wr-track,
  .rank-kda,
  .rank-recent,
  .row-arrow {
    display: none;
  }
  .rank-row .rank-kda {
    display: block;
    grid-column: 3;
    grid-row: 3;
    text-align: right;
    font-size: 10px;
  }
  .rank-kda > small {
    display: none;
  }
  .rank-kda > b:after {
    content: " KDA";
    font-size: 8px;
    color: var(--muted);
  }
  .content-split .rank-row .rank-kda {
    display: block;
  }
  .content-split .match,
  .match {
    flex-wrap: wrap;
    gap: 10px;
    padding: 13px;
  }
  .result-word,
  .content-split .result-word {
    min-width: 80px;
    font-size: 8px;
  }
  .match > .avatar {
    width: 30px;
    height: 30px;
  }
  .match-player {
    font-size: 11px;
    min-width: 75px;
  }
  .match-kda {
    min-width: 75px;
    font-size: 11px;
    text-align: right;
  }
  .match-cs,
  .match-time,
  .content-split .match-time {
    display: none;
  }
  .player-grid,
  .inventory-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .player-art {
    height: 140px;
  }
  .player-card-body {
    padding: 0 13px 16px;
  }
  .player-card h2 {
    font-size: 21px;
  }
  .player-card-stats {
    flex-direction: column;
    gap: 7px;
    font-size: 10px;
  }
  .player-card small {
    font-size: 10px;
  }
  .player-card p {
    font-size: 10px;
  }
  .inventory {
    padding: 15px;
  }
  .inventory .player-cell {
    flex-direction: column;
    align-items: start;
  }
  .inventory .player-cell b {
    font-size: 14px;
  }
  .shell-count {
    font-size: 23px;
    gap: 4px;
  }
  .shell-count small {
    font-size: 10px;
  }
  .inventory .button {
    font-size: 10px;
    gap: 4px;
    padding: 8px;
  }
  .shell-rules {
    gap: 18px;
    padding: 23px;
    align-items: start;
  }
  .shell-rules .shell-orbit {
    font-size: 54px;
    margin: 0;
  }
  .shell-rules h2 {
    font-size: 23px;
  }
  .shell-rules p {
    font-size: 12px;
  }
  .card-grid,
  .achievement-grid,
  .chart-grid {
    grid-template-columns: 1fr;
  }
  .record-grid,
  .admin-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .record-grid .panel {
    padding: 18px;
  }
  .record-grid h2 {
    font-size: 27px;
  }
  .panel {
    padding: 21px;
  }
  .profile-hero {
    padding: 25px 20px;
    align-items: end;
  }
  .profile-hero h1 {
    font-size: 36px;
  }
  .profile-score strong {
    font-size: 33px;
  }
  .profile-score > span {
    font-size: 8px;
  }
  .profile-score > p {
    font-size: 10px;
  }
  .profile-hero > .badge {
    font-size: 9px;
  }
  .profile-hero .eyebrow {
    font-size: 8px;
  }
  .profile-hero p {
    font-size: 12px;
  }
  .avatar.large {
    height: 50px;
    width: 50px;
  }
  .profile-hero:before {
    background-position: 65% center;
  }
  .toolbar {
    gap: 12px;
  }
  .toolbar label {
    flex: 1;
    min-width: 130px;
    flex-direction: column;
    align-items: stretch;
    font-size: 11px;
  }
  .toolbar .search {
    flex-basis: 100%;
  }
  .toolbar .search > span {
    top: 2px;
  }
  .toolbar .button {
    align-self: end;
  }
  .chart {
    height: 235px;
  }
  .prize-grid {
    gap: 22px 14px;
  }
  .prize-grid article {
    gap: 10px;
  }
  .prizes > h2 {
    font-size: 23px;
  }
  .tier > h2 {
    width: 57px;
    font-size: 28px;
  }
  .tier > div {
    gap: 17px;
    padding: 18px;
  }
  .tier a {
    font-size: 12px;
    gap: 8px;
  }
  .tier .avatar {
    width: 30px;
    height: 30px;
  }
  .pagination {
    gap: 8px;
  }
  .pagination .button {
    font-size: 10px;
    padding: 8px 10px;
  }
  .pagination span {
    font-size: 10px;
  }
  .admin-tile {
    padding: 18px;
  }
  .admin-tile h3 {
    font-size: 14px;
  }
  .admin-tile p {
    font-size: 11px;
  }
  .log-row {
    flex-wrap: wrap;
    gap: 10px;
  }
  .log-row small {
    width: 100%;
  }
  .log-row > span:nth-child(2) {
    min-width: 180px;
  }
  .history-row {
    gap: 12px;
    font-size: 12px;
  }
  .history-row > .badge {
    font-size: 8px;
  }
  .history-row p {
    font-size: 11px;
  }
  footer {
    padding: 24px 18px;
    flex-direction: column;
    gap: 12px;
    font-size: 9px;
  }
  footer small {
    font-size: 9px;
    display: block;
    margin: 6px 0 0;
  }
  dialog {
    padding: 28px 22px;
  }
  .empty {
    padding: 40px 15px;
  }
  .empty h3 {
    font-size: 20px;
  }
  .live-card .live-player {
    flex-direction: column;
    align-items: start;
  }
  .live-card h2 {
    font-size: 22px;
  }
  .live-card dl > div {
    flex-direction: column;
    gap: 3px;
  }
  .live-card dd {
    text-align: left;
  }
  .live-card .badge {
    font-size: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
.rank-gem {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
}
.rank-labels {
  font-size: 10px;
}
.player-cell b {
  font-size: 14px;
}
.player-cell small {
  font-size: 11px;
}
.rank-value b {
  font-size: 10px;
}
.rank-value small {
  font-size: 11px;
}
.points small,
.winrate small,
.rank-kda small,
.rank-recent > small {
  font-size: 10px;
}
.shell-orbit {
  width: 90px;
  height: 78px;
  background: url("/blue-shell.svg") center/contain no-repeat;
  font-size: 0 !important;
  flex-shrink: 0;
}
.shell-rules .shell-orbit {
  width: 115px;
  height: 100px;
}
.shell-count > span:not(.muted) {
  width: 35px;
  height: 32px;
  background: url("/blue-shell.svg") center/contain no-repeat;
  font-size: 0;
}
.content-split .rank-labels {
  font-size: 9px;
}
.content-split .rank-gem {
  width: 24px;
  height: 24px;
}
@media (max-width: 1250px) {
  .content-split .rank-labels {
    font-size: 8px;
  }
  .content-split .rank-value b {
    font-size: 9px;
  }
}
@media (max-width: 720px) {
  .rank-gem,
  .content-split .rank-gem {
    width: 23px;
    height: 23px;
  }
  .shell-rules .shell-orbit {
    width: 54px;
    height: 60px;
  }
  .shell-count > span:not(.muted) {
    width: 28px;
    height: 27px;
  }
  .player-cell small {
    font-size: 10px;
  }
}
