.competitive-page {
  --competitive-bg: #070a0e;
  --competitive-panel: #0b1015;
  --competitive-panel-soft: #0e141b;
  --competitive-border: #29313b;
  --competitive-text: #f5f7fa;
  --competitive-muted: #9299a8;
  --competitive-lime: #adff2f;
  position: relative;
  z-index: 1;
  width: min(1460px, calc(100% - 80px));
  min-height: calc(100vh - 72px);
  margin: 0 auto;
  padding: 56px 0 84px;
  color: var(--competitive-text);
}

.competitive-page button,
.competitive-page input,
.competitive-page select,
.competitive-page textarea { font: inherit; }
.competitive-page button { color: inherit; }

.competitive-home {
  --competitive-border: #29313b;
  --competitive-lime: #adff2f;
  width: min(1500px, calc(100% - 64px));
  margin: 0 auto;
  padding: 34px 0 88px;
  color: #f5f7fa;
}
.competitive-home-hero {
  position: relative;
  display: grid;
  min-height: min(680px, calc(100vh - 118px));
  overflow: hidden;
  border: 1px solid var(--competitive-border);
  background: #06090d;
  align-items: end;
}
.competitive-home-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 63% 43%; opacity: .82; }
.competitive-home-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,8,12,.99) 0%, rgba(5,8,12,.91) 40%, rgba(5,8,12,.18) 77%), linear-gradient(0deg, #070a0e 0%, transparent 35%); }
.competitive-home-hero-copy { position: relative; z-index: 1; width: min(760px, 70%); padding: 68px 62px 155px; }
.competitive-home-hero-copy > span,
.competitive-home-grid header span { color: var(--competitive-lime); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.competitive-home-hero-copy h1 { margin: 9px 0 18px; font-family: "Clash Display", sans-serif; font-size: clamp(55px, 6.8vw, 102px); letter-spacing: -.055em; line-height: .84; }
.competitive-home-hero-copy h1 em { color: var(--competitive-lime); font-style: normal; }
.competitive-home-hero-copy p { max-width: 620px; margin: 0 0 27px; color: #b3bac5; font-size: 16px; line-height: 1.55; }
.competitive-home-hero-copy > div { display: flex; gap: 10px; flex-wrap: wrap; }
.competitive-home-flow {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  margin: 0;
  padding: 0 30px;
  border-top: 1px solid var(--competitive-border);
  background: rgba(7,10,14,.91);
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
  backdrop-filter: blur(16px);
}
.competitive-home-flow li { display: flex; min-height: 96px; padding: 19px 28px; border-right: 1px solid var(--competitive-border); align-items: center; gap: 15px; }
.competitive-home-flow li:last-child { border-right: 0; }
.competitive-home-flow li > b { color: var(--competitive-lime); font-family: "Clash Display", sans-serif; font-size: 26px; }
.competitive-home-flow li > span { display: grid; gap: 4px; }
.competitive-home-flow strong { color: #f5f7fa; font-size: 13px; }
.competitive-home-flow small { color: #8e96a3; font-size: 11px; }
.competitive-home-grid { display: grid; margin-top: 22px; grid-template-columns: 1.35fr .75fr; gap: 22px; }
.competitive-home-grid > article { border: 1px solid var(--competitive-border); background: linear-gradient(145deg, #0c1117, #080c11); }
.competitive-home-grid article > header { display: flex; min-height: 78px; padding: 18px 21px; border-bottom: 1px solid var(--competitive-border); align-items: center; justify-content: space-between; gap: 16px; }
.competitive-home-grid header h2 { margin: 4px 0 0; color: #f5f7fa; font-family: "Clash Display", sans-serif; font-size: 25px; }
.competitive-home-grid header button { padding: 8px 11px; border: 1px solid var(--competitive-border); background: transparent; color: #d7dce3; cursor: pointer; font-size: 11px; }
.competitive-home-lobbies > div > button { display: grid; width: 100%; min-height: 74px; padding: 12px 20px; border: 0; border-bottom: 1px solid var(--competitive-border); background: transparent; color: #f5f7fa; text-align: left; cursor: pointer; grid-template-columns: 1fr auto 76px; align-items: center; gap: 16px; }
.competitive-home-lobbies > div > button:hover { background: rgba(173,255,47,.04); }
.competitive-home-lobbies > div > button span { display: grid; gap: 4px; }
.competitive-home-lobbies > div > button strong { font-size: 14px; }
.competitive-home-lobbies > div > button small { overflow: hidden; color: #89919e; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.competitive-home-lobbies > div > button b { color: var(--competitive-lime); font-size: 12px; }
.competitive-home-lobbies > div > button i { color: #cbd0d7; font-size: 11px; font-style: normal; text-align: right; }
.competitive-home-tournament { grid-row: span 2; padding-bottom: 20px; }
.competitive-home-tournament header { display: grid !important; align-content: center; justify-content: stretch !important; }
.competitive-home-tournament dl { display: grid; margin: 0 20px 22px; }
.competitive-home-tournament dl div { display: grid; min-height: 62px; border-bottom: 1px solid var(--competitive-border); align-content: center; gap: 4px; }
.competitive-home-tournament dt { color: #868e9b; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.competitive-home-tournament dd { margin: 0; color: #eef1f5; font-size: 13px; }
.competitive-home-tournament > p { margin: 22px 20px; color: #949ca9; font-size: 12px; line-height: 1.55; }
.competitive-home-tournament > button { margin: 0 20px; }
.competitive-home-clips { grid-column: 1; }
.competitive-home-clips > div:not(.competitive-home-empty) { display: grid; grid-template-columns: repeat(3, 1fr); }
.competitive-home-clips > div > button { min-width: 0; padding: 0; border: 0; border-right: 1px solid var(--competitive-border); background: transparent; color: #fff; text-align: left; cursor: pointer; }
.competitive-home-clips > div > button:last-child { border-right: 0; }
.competitive-home-clip-media { display: block; height: 145px; overflow: hidden; background: #030507; }
.competitive-home-clip-media > * { width: 100%; height: 100%; object-fit: cover; }
.competitive-home-clips > div > button > span:last-child { display: grid; padding: 13px; gap: 5px; }
.competitive-home-clips strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.competitive-home-clips small { color: #89919e; font-size: 10px; }
.competitive-home-clips .clip-sound-toggle { display: none; }
.competitive-home-empty { display: grid; min-height: 190px; padding: 26px; color: #949ca9; text-align: center; place-items: center; align-content: center; gap: 8px; }
.competitive-home-empty strong { color: #f5f7fa; }
.competitive-home-empty span { font-size: 12px; }
.competitive-home-empty button { margin-top: 8px; }

.competitive-page > .competitive-page-head { margin: 0 0 32px; }
.competitive-page > .competitive-page-head h1 {
  margin: 5px 0 8px;
  color: var(--competitive-text);
  font-family: "Clash Display", "Switzer", sans-serif;
  font-size: clamp(40px, 4.5vw, 66px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .98;
}
.competitive-page > .competitive-page-head p {
  max-width: 720px;
  margin: 0;
  color: var(--competitive-muted);
  font-size: 16px;
}
.competitive-eyebrow {
  display: block;
  color: var(--competitive-lime);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.competitive-muted { color: var(--competitive-muted); }

.match-clips-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(330px, .82fr);
  gap: 28px;
  align-items: start;
}
.match-clips-main,
.competitive-panel,
.match-clip-list {
  border: 1px solid var(--competitive-border);
  background: linear-gradient(145deg, rgba(14,20,27,.96), rgba(7,10,14,.98));
}
.match-clips-main { min-width: 0; }
.competitive-tabs {
  display: flex;
  min-height: 58px;
  padding: 0 18px;
  border-bottom: 1px solid var(--competitive-border);
  gap: 22px;
  align-items: stretch;
}
.competitive-tabs button {
  position: relative;
  min-height: 56px;
  padding: 0 5px;
  border: 0;
  background: transparent;
  color: var(--competitive-muted);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}
.competitive-tabs button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--competitive-lime);
  content: "";
  opacity: 0;
}
.competitive-tabs button[data-active="true"] { color: var(--competitive-lime); }
.competitive-tabs button[data-active="true"]::after { opacity: 1; }
.match-clip-list { border: 0; background: transparent; }

.match-clip-row {
  display: grid;
  grid-template-columns: minmax(230px, .9fr) minmax(0, 1.25fr);
  grid-template-areas: "context context" "media copy";
  gap: 0 22px;
  padding: 0 22px 24px;
  border-bottom: 1px solid var(--competitive-border);
  content-visibility: auto;
  contain-intrinsic-size: 310px;
}
.match-clip-row:last-child { border-bottom: 0; }
.match-clip-context {
  grid-area: context;
  display: flex;
  min-height: 50px;
  color: var(--competitive-muted);
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}
.match-clip-context b { color: var(--competitive-lime); font-weight: 750; }
.match-clip-row:not([data-linked="true"]) .match-clip-context b { color: #737b89; }
.match-clip-media {
  grid-area: media;
  position: relative;
  min-height: 190px;
  overflow: hidden;
  border: 1px solid #323a44;
  background: #030507;
}
.match-clip-media .clip-media,
.match-clip-media video,
.match-clip-media img { display: block; width: 100%; height: 100%; min-height: 190px; object-fit: cover; }
.match-clip-media .clip-sound-toggle {
  position: absolute;
  right: 10px;
  bottom: 10px;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(5,8,11,.86);
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 750;
}
.match-clip-copy { grid-area: copy; align-self: center; min-width: 0; }
.match-clip-copy > small { color: var(--competitive-muted); font-size: 12px; }
.match-clip-copy h2 {
  margin: 7px 0 7px;
  overflow-wrap: anywhere;
  color: var(--competitive-text);
  font-family: "Clash Display", sans-serif;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.05;
}
.match-clip-copy p { margin: 0; color: #c3c8d0; font-size: 13px; line-height: 1.55; }
.match-clip-actions { display: flex; margin-top: 18px; gap: 8px; align-items: center; flex-wrap: wrap; }
.match-clip-actions > button,
.match-clip-actions .clip-quick-reaction,
.match-clip-actions .clip-reaction-more {
  min-height: 36px;
  padding: 0 11px;
  border: 1px solid var(--competitive-border);
  background: #0a0e13;
  color: #cbd0d7;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}
.match-clip-actions button span,
.match-clip-actions button small { margin-left: 5px; }
.match-clip-actions > button.danger { color: #ff7479; }
.match-clip-actions .clip-reaction-menu { position: relative; display: flex; gap: 4px; }
.match-clip-actions .clip-reaction-picker {
  position: absolute;
  z-index: 4;
  bottom: calc(100% + 8px);
  left: 0;
  display: flex;
  padding: 6px;
  border: 1px solid var(--competitive-border);
  background: #080c11;
  gap: 4px;
}
.match-clip-actions .clip-reaction-picker button { min-width: 40px; padding: 7px; border: 0; background: #111720; color: #fff; }

.match-clips-aside { display: grid; gap: 20px; }
.competitive-panel { padding: 22px; }
.competitive-panel h2 { margin: 4px 0 18px; color: var(--competitive-text); font-family: "Clash Display", sans-serif; font-size: 23px; }
.competitive-panel-head { display: flex; margin-bottom: 12px; justify-content: space-between; align-items: flex-start; gap: 16px; }
.competitive-panel-head span { color: var(--competitive-muted); font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.competitive-panel-head h2 { margin-bottom: 0; }
.competitive-panel-head button {
  padding: 7px 10px;
  border: 1px solid var(--competitive-border);
  background: transparent;
  color: #cbd0d7;
  cursor: pointer;
  font-size: 11px;
}
.recent-match-list { border-top: 1px solid var(--competitive-border); }
.recent-match-entry > button {
  display: flex;
  width: 100%;
  min-height: 66px;
  padding: 11px 2px;
  border: 0;
  border-bottom: 1px solid var(--competitive-border);
  background: transparent;
  text-align: left;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.recent-match-entry > button:hover { background: rgba(173,255,47,.045); }
.recent-match-entry > button span { display: grid; gap: 3px; }
.recent-match-entry > button strong { color: var(--competitive-text); font-size: 13px; }
.recent-match-entry > button small { color: var(--competitive-muted); font-size: 11px; }
.recent-match-entry > button b { color: var(--competitive-lime); font-size: 12px; text-align: right; }
.match-result-open,
.match-result-state {
  display: inline-flex;
  min-height: 31px;
  margin: 8px 0 11px;
  padding: 0 10px;
  border: 1px solid var(--competitive-border);
  background: transparent;
  color: #d4d9df;
  font-size: 10px;
  font-weight: 750;
  align-items: center;
}
.match-result-open { cursor: pointer; }
.match-result-state.is-confirmed { border-color: #5e812e; color: var(--competitive-lime); }
.match-result-state.is-disputed { border-color: #87464a; color: #ff777c; }
.match-result-form,
.match-result-review { display: grid; margin: 0 0 12px; padding: 12px; border: 1px solid #39434e; background: #070b0f; gap: 10px; }
.match-result-form > div { display: flex; gap: 8px; }
.match-result-form label { display: grid; flex: 1; color: #959daa; font-size: 9px; font-weight: 800; gap: 5px; letter-spacing: .08em; text-transform: uppercase; }
.match-result-form input { width: 100%; min-height: 34px; padding: 6px 8px; border: 1px solid var(--competitive-border); border-radius: 0; background: #0b1015; color: #fff; font-size: 11px; }
.match-result-form button,
.match-result-review button { min-height: 30px; padding: 0 9px; border: 1px solid var(--competitive-border); background: transparent; color: #dce0e5; cursor: pointer; font-size: 10px; }
.match-result-form button:last-child,
.match-result-review button:last-child { border-color: var(--competitive-lime); background: var(--competitive-lime); color: #070a0e; font-weight: 800; }
.match-result-review span { color: var(--competitive-muted); font-size: 11px; }
.match-result-review span strong { color: #fff; }
.match-result-review > div { display: flex; gap: 7px; }

.match-clip-uploader label { display: grid; margin: 0 0 15px; color: #9fa6b3; font-size: 10px; font-weight: 800; gap: 7px; letter-spacing: .08em; text-transform: uppercase; }
.match-clip-uploader input,
.match-clip-uploader select,
.match-clip-uploader textarea {
  width: 100%;
  min-height: 43px;
  padding: 10px 12px;
  border: 1px solid var(--competitive-border);
  border-radius: 0;
  outline: none;
  background: #080c11;
  color: var(--competitive-text);
  font-size: 13px;
  letter-spacing: normal;
  text-transform: none;
}
.match-clip-uploader textarea { resize: vertical; }
.match-clip-uploader input:focus,
.match-clip-uploader select:focus,
.match-clip-uploader textarea:focus { border-color: #6f992b; box-shadow: 0 0 0 1px #6f992b; }
.competitive-file {
  min-height: 78px;
  padding: 13px;
  border: 1px dashed #3b444f;
  background: rgba(255,255,255,.018);
  cursor: pointer;
}
.competitive-file input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.competitive-file span { color: var(--competitive-text); font-size: 13px; letter-spacing: normal; text-transform: none; }
.competitive-file small { color: var(--competitive-muted); font-size: 10px; font-weight: 500; letter-spacing: normal; text-transform: none; }
.competitive-file[data-has-file="true"] { border-color: #688d2c; }
.competitive-primary,
.competitive-secondary {
  display: inline-flex;
  min-height: 43px;
  padding: 0 17px;
  border: 1px solid var(--competitive-lime);
  border-radius: 0;
  background: var(--competitive-lime);
  color: #070a0e !important;
  text-decoration: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  align-items: center;
  justify-content: center;
}
.competitive-secondary { border-color: var(--competitive-border); background: transparent; color: #eef1f5 !important; }
.competitive-primary:disabled { opacity: .38; cursor: not-allowed; }
.competitive-help { margin: 12px 0 0; color: var(--competitive-muted); font-size: 11px; line-height: 1.45; }
.competitive-empty {
  display: grid;
  min-height: 430px;
  padding: 44px;
  text-align: center;
  place-items: center;
  align-content: center;
  gap: 10px;
}
.competitive-empty > span { color: #69717f; font-size: 48px; }
.competitive-empty h2 { margin: 0; color: var(--competitive-text); font-size: 24px; }
.competitive-empty p { max-width: 420px; margin: 0 0 12px; color: var(--competitive-muted); }
.compact-empty { display: grid; padding: 22px 3px; color: var(--competitive-muted); gap: 7px; }
.compact-empty strong { color: var(--competitive-text); }
.compact-empty span { font-size: 12px; line-height: 1.5; }
.compact-empty a { margin-top: 9px; }

.competitive-profile { min-height: auto; padding-bottom: 34px; }
.competitive-profile-login-callout {
  display: flex;
  min-height: 150px;
  padding: 24px;
  border: 1px solid var(--competitive-border);
  background: linear-gradient(120deg, #0d1218, #080c11);
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.competitive-profile-login-callout > div { display: grid; gap: 8px; }
.competitive-profile-login-callout span { color: var(--competitive-lime); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.competitive-profile-login-callout strong { color: var(--competitive-text); font-family: "Clash Display", sans-serif; font-size: clamp(22px, 2.6vw, 34px); }
.competitive-profile-login-callout p { max-width: 720px; margin: 0; color: var(--competitive-muted); font-size: 12px; line-height: 1.55; }
.competitive-identity-bar {
  display: grid;
  grid-template-columns: 1.05fr 1.05fr 1.35fr .8fr 1.05fr;
  border: 1px solid var(--competitive-border);
  background: linear-gradient(120deg, #0d1218, #080c11);
}
.competitive-identity-bar > label,
.competitive-discord-id,
.competitive-verification {
  display: grid;
  min-width: 0;
  min-height: 116px;
  padding: 18px;
  border-right: 1px solid var(--competitive-border);
  align-content: center;
  gap: 8px;
}
.competitive-identity-bar > :last-child { border-right: 0; }
.competitive-identity-bar label,
.competitive-discord-id > span,
.competitive-verification > span {
  color: #9ba2b0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.competitive-discord-id strong { overflow: hidden; color: var(--competitive-text); font-size: 16px; text-overflow: ellipsis; }
.competitive-discord-id small { color: var(--competitive-muted); font-size: 11px; }
.competitive-identity-bar input,
.competitive-identity-bar select {
  width: 100%;
  min-height: 42px;
  padding: 0 11px;
  border: 1px solid var(--competitive-border);
  border-radius: 0;
  outline: 0;
  background: #070b0f;
  color: var(--competitive-text);
  font-size: 12px;
}
.competitive-identity-bar input:focus,
.competitive-identity-bar select:focus { border-color: #719c2b; box-shadow: 0 0 0 1px #719c2b; }
.competitive-verification strong { display: flex; color: #f3f5f8; font-size: 13px; align-items: center; gap: 8px; }
.competitive-verification strong i { width: 8px; height: 8px; border-radius: 50%; background: #f0ad26; box-shadow: 0 0 12px rgba(240,173,38,.35); }
.competitive-verification[data-status="verified"] strong i { background: var(--competitive-lime); box-shadow: 0 0 12px rgba(173,255,47,.35); }
.competitive-verification[data-status="rejected"] strong i { background: #ff676d; }
.competitive-verification button {
  min-height: 38px;
  border: 1px solid var(--competitive-lime);
  border-radius: 0;
  background: var(--competitive-lime);
  color: #070a0e;
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
}
.competitive-verification button:disabled { opacity: .55; }
.competitive-verification-note {
  display: flex;
  min-height: 55px;
  margin-top: 12px;
  padding: 13px 18px;
  border: 1px solid var(--competitive-border);
  background: rgba(13,18,24,.72);
  color: var(--competitive-muted);
  font-size: 12px;
  align-items: center;
  gap: 16px;
}
.competitive-verification-note strong { flex: 0 0 auto; color: var(--competitive-text); }

.competitive-history-panel { margin-top: 18px; border: 1px solid var(--competitive-border); background: linear-gradient(145deg, #0c1117, #080c11); }
.competitive-section-title { display: flex; min-height: 75px; padding: 17px 20px; border-bottom: 1px solid var(--competitive-border); align-items: center; justify-content: space-between; gap: 18px; }
.competitive-section-title span { color: var(--competitive-muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.competitive-section-title h2 { margin: 3px 0 0; color: var(--competitive-text); font-family: "Clash Display", sans-serif; font-size: 24px; }
.competitive-section-title button,
.competitive-profile-summary button {
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid var(--competitive-border);
  border-radius: 0;
  background: transparent;
  color: #e8ebef;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}
.competitive-history-head,
.competitive-history-row {
  display: grid;
  grid-template-columns: .8fr 1.35fr .8fr .8fr;
  min-height: 48px;
  padding: 0 20px;
  border-bottom: 1px solid var(--competitive-border);
  align-items: center;
  gap: 14px;
}
.competitive-history-head { min-height: 38px; color: #828a98; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.competitive-history-row { color: #c3c8d0; font-size: 12px; }
.competitive-history-row strong { color: var(--competitive-text); }
.competitive-history-row b { color: var(--competitive-lime); }
.competitive-history-row span { justify-self: start; padding: 5px 7px; border: 1px solid #39414b; color: #aeb5bf; font-size: 10px; }
.competitive-history-row span[data-state="confirmed"] { border-color: #5d802b; color: var(--competitive-lime); }
.competitive-history-row span[data-state="disputed"] { border-color: #87464a; color: #ff777c; }
.competitive-history-empty { display: grid; min-height: 220px; margin: 0; padding: 34px; color: var(--competitive-muted); text-align: center; place-items: center; align-content: center; gap: 8px; }
.competitive-history-empty strong { color: var(--competitive-text); font-size: 20px; }
.competitive-history-empty span { font-size: 12px; }
.competitive-history-empty button { margin-top: 8px; padding: 8px 12px; border: 1px solid var(--competitive-border); background: transparent; color: #fff; cursor: pointer; }
.competitive-profile-summary { display: grid; margin-top: 18px; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.competitive-profile-summary article { display: grid; min-height: 180px; padding: 20px; border: 1px solid var(--competitive-border); background: linear-gradient(145deg, #0c1117, #080c11); align-content: start; }
.competitive-profile-summary article > span { color: var(--competitive-muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.competitive-profile-summary article > strong { margin-top: 14px; color: var(--competitive-text); font-family: "Clash Display", sans-serif; font-size: 24px; }
.competitive-profile-summary article p { min-height: 42px; margin: 7px 0 18px; color: var(--competitive-muted); font-size: 12px; line-height: 1.5; }
.competitive-profile-summary button { justify-self: start; }

@media (max-width: 1050px) {
  .competitive-home { width: min(100% - 32px, 1000px); }
  .competitive-home-hero-copy { width: 78%; padding-inline: 38px; }
  .competitive-home-grid { grid-template-columns: 1fr; }
  .competitive-home-tournament { grid-row: auto; }
  .competitive-home-clips { grid-column: auto; }
  .competitive-page { width: min(100% - 40px, 1180px); padding-top: 38px; }
  .match-clips-layout { grid-template-columns: 1fr; }
  .match-clips-aside { grid-template-columns: 1fr 1fr; }
  .competitive-identity-bar { grid-template-columns: 1fr 1fr; }
  .competitive-identity-bar > label,
  .competitive-discord-id,
  .competitive-verification { border-bottom: 1px solid var(--competitive-border); }
  .competitive-identity-bar > :nth-child(2n) { border-right: 0; }
  .competitive-verification { grid-column: 1 / -1; border-bottom: 0; }
}

@media (max-width: 700px) {
  .competitive-home { width: min(100% - 20px, 680px); padding: 12px 0 110px; }
  .competitive-home-hero { min-height: 650px; }
  .competitive-home-hero > img { object-position: 70% 50%; opacity: .55; }
  .competitive-home-hero-shade { background: linear-gradient(0deg, #070a0e 0%, rgba(5,8,12,.73) 65%, rgba(5,8,12,.32)); }
  .competitive-home-hero-copy { width: 100%; padding: 45px 22px 250px; align-self: end; }
  .competitive-home-hero-copy h1 { font-size: 52px; line-height: .91; }
  .competitive-home-hero-copy p { font-size: 14px; }
  .competitive-home-flow { grid-template-columns: 1fr; padding: 0 18px; }
  .competitive-home-flow li { min-height: 68px; padding: 10px 4px; border-right: 0; border-bottom: 1px solid var(--competitive-border); }
  .competitive-home-flow li:last-child { border-bottom: 0; }
  .competitive-home-flow li > b { font-size: 20px; }
  .competitive-home-clips > div:not(.competitive-home-empty) { grid-template-columns: 1fr; }
  .competitive-home-clips > div > button { display: grid; grid-template-columns: 130px 1fr; border-right: 0; border-bottom: 1px solid var(--competitive-border); }
  .competitive-home-clip-media { height: 96px; }
  .competitive-home-lobbies > div > button { grid-template-columns: 1fr auto; }
  .competitive-home-lobbies > div > button i { display: none; }
  .competitive-page { width: min(100% - 24px, 680px); padding: 25px 0 110px; }
  .competitive-page > .competitive-page-head { margin-bottom: 22px; }
  .competitive-page > .competitive-page-head h1 { font-size: 39px; }
  .competitive-tabs { overflow-x: auto; padding: 0 11px; gap: 17px; }
  .competitive-tabs button { white-space: nowrap; }
  .match-clip-row { grid-template-columns: 1fr; grid-template-areas: "context" "media" "copy"; padding: 0 13px 18px; gap: 15px; }
  .match-clip-context { min-height: 45px; }
  .match-clip-copy h2 { font-size: 23px; }
  .match-clips-aside { grid-template-columns: 1fr; }
  .competitive-panel { padding: 18px; }
  .competitive-empty { min-height: 360px; padding: 28px 18px; }
  .competitive-identity-bar { grid-template-columns: 1fr; }
  .competitive-identity-bar > label,
  .competitive-discord-id,
  .competitive-verification { min-height: 96px; border-right: 0; }
  .competitive-verification { grid-column: auto; }
  .competitive-verification-note { display: grid; }
  .competitive-history-head { display: none; }
  .competitive-history-row { grid-template-columns: 1fr auto; padding: 12px 14px; }
  .competitive-history-row > :nth-child(2) { order: -1; }
  .competitive-history-row span { justify-self: end; }
  .competitive-profile-summary { grid-template-columns: 1fr; }
  .competitive-profile-login-callout { align-items: stretch; flex-direction: column; }
  .competitive-profile-login-callout .competitive-button { width: 100%; }
}
