:root {
  --blue: #3f5f9d;
  --blue-dark: #294a83;
  --blue-light: #5b79ad;
  --page: #e6ebf3;
  --panel: #ffffff;
  --line: #b5c0d1;
  --text: #15233c;
  --muted: #5f6f88;
  --green: #6ead45;
  --green-dark: #4c8d2e;
  --danger: #9f2d2d;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--text);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
}

a {
  color: var(--blue-dark);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.topbar {
  background: linear-gradient(#5576ad, var(--blue));
  border-bottom: 1px solid #263f70;
  color: #fff;
}

.topbar-inner {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 700;
}

.landing-page .brand {
  font-size: 40px;
  letter-spacing: -2px;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  color: #233b67;
  font-size: 11px;
  background: linear-gradient(135deg, #d9f3bd, #f3cd80);
}

.topnav,
.top-login-fields {
  display: flex;
  align-items: center;
  gap: 12px;
}

.topnav a,
.topnav .muted {
  color: #edf4ff;
  font-weight: 700;
}

.top-login-form {
  display: block;
  margin: 0;
}

.top-login-fields {
  align-items: end;
  gap: 10px;
  white-space: nowrap;
}

.top-login-fields label {
  color: #fff;
  display: grid;
  gap: 4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.top-login-fields input {
  width: 152px;
  min-height: 23px;
  border: 1px solid #1d3260;
  border-radius: 0;
  padding: 3px 5px;
  background: #fff;
  color: #111;
}

.top-login-fields button {
  min-height: 24px;
  border: 1px solid #243b68;
  background: #607fb5;
  color: #fff;
  font-weight: 700;
  padding: 3px 10px;
  cursor: pointer;
}

.top-login-fields .forgot-link {
  color: #dbe6ff;
  font-size: 11px;
  align-self: end;
  padding-bottom: 5px;
}

.page {
  width: min(980px, calc(100% - 32px));
  margin: 28px auto 40px;
}

.landing-page .page {
  margin-top: 46px;
}

.panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 14px;
}

.hero {
  min-height: 150px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--blue-dark);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 12px;
}

h1,
h2 {
  margin: 0 0 12px;
}

.lede {
  color: #33486a;
  font-size: 16px;
  line-height: 1.55;
  max-width: 820px;
}

.landing-shell {
  display: grid;
  grid-template-columns: minmax(0, 570px) 380px;
  gap: 34px;
  align-items: start;
}

.streamer-showcase {
  text-align: center;
}

.video-card {
  position: relative;
  height: 322px;
  border: 1px solid #172846;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 44%, rgba(255, 220, 140, 0.85) 0 4%, transparent 8%),
    linear-gradient(90deg, rgba(5, 12, 22, 0.45), transparent 45%, rgba(5, 12, 22, 0.4)),
    linear-gradient(135deg, #101d29, #3d563b 42%, #080e16);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.65),
    0 0 0 8px rgba(255,255,255,0.45),
    0 12px 26px rgba(35, 54, 86, 0.16);
}

.video-noise {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.08) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 22px);
  opacity: 0.35;
}

.video-card::before {
  content: "";
  position: absolute;
  left: 44%;
  top: 20%;
  width: 74px;
  height: 108px;
  background: #d74643;
  box-shadow: 0 12px 0 #9f2426 inset;
  transform: rotate(-4deg);
}

.video-card::after {
  content: "";
  position: absolute;
  left: 45%;
  top: 51%;
  width: 12px;
  height: 88px;
  background: #5c2b23;
  box-shadow: 48px 0 0 #5c2b23;
}

.stream-window {
  position: absolute;
  left: 28px;
  top: 26px;
  width: 245px;
  min-height: 118px;
  border: 1px solid rgba(255,255,255,0.75);
  background: rgba(9, 18, 32, 0.72);
  color: #fff;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 14px;
  text-align: left;
  z-index: 2;
}

.stream-window .stream-label {
  color: #f1c57b;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.stream-window strong {
  font-size: 20px;
}

.stream-window small {
  color: #dbe6f5;
  line-height: 1.35;
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 76px;
  height: 76px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

.stream-badge {
  position: absolute;
  left: 14px;
  bottom: 12px;
  background: rgba(255,255,255,0.9);
  color: #243b67;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 700;
  z-index: 2;
}

.streamer-showcase h1 {
  margin: 30px 0 10px;
  font-size: 30px;
  color: #262626;
  letter-spacing: -0.5px;
}

.streamer-showcase p {
  max-width: 520px;
  margin: 0 auto 12px;
  color: #596575;
  font-size: 17px;
  line-height: 1.45;
}

.landing-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 12px;
  text-align: left;
}

.landing-points article {
  min-height: 120px;
  border: 1px solid #c2cad9;
  background: rgba(255,255,255,0.48);
  padding: 12px;
}

.landing-points strong,
.landing-points span {
  display: block;
}

.landing-points strong {
  color: #1e3b6d;
  margin-bottom: 7px;
}

.landing-points span {
  color: #4f5d72;
  font-size: 12px;
  line-height: 1.42;
}

.streamer-showcase .share-line {
  color: var(--blue-dark);
  font-size: 15px;
}

.signup-card {
  padding-top: 0;
}

.signup-card h2 {
  font-size: 22px;
  color: #18345f;
  margin-bottom: 4px;
}

.signup-subtitle {
  margin: 0 0 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #aeb8ca;
  color: #1b2e4e;
  font-size: 15px;
}

.classic-signup-form {
  display: grid;
  gap: 6px;
}

.classic-signup-form label {
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: center;
  gap: 6px;
  color: #1d3155;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

.classic-signup-form input {
  min-height: 34px;
  border: 1px solid #98a9c0;
  border-radius: 0;
  padding: 7px 8px;
  font-size: 14px;
}

.signup-choice {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 8px;
  align-items: start;
}

.signup-choice > span {
  color: #1d3155;
  font-size: 12px;
  padding-top: 7px;
  text-align: right;
}

.signup-choice label {
  grid-column: 2;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 7px;
  border: 1px solid #b7c2d4;
  background: rgba(255,255,255,0.65);
  color: #1d3155;
  padding: 7px 8px;
  text-align: left;
}

.signup-choice input {
  grid-row: span 2;
  width: auto;
  min-height: auto;
  margin: 2px 0 0;
}

.signup-choice strong {
  font-size: 13px;
}

.signup-choice small {
  color: #637188;
  font-size: 11px;
  line-height: 1.3;
}

.fine-print {
  margin: 10px 0 8px 118px;
  color: #1e3151;
  font-size: 11px;
  line-height: 1.45;
}

.signup-button {
  width: 114px;
  min-height: 29px;
  margin-left: 118px;
  border: 1px solid var(--green-dark);
  background: linear-gradient(#83bb5a, #5d9d3d);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.landing-footer {
  border-top: 1px solid #c4ccda;
  margin-top: 26px;
  padding-top: 12px;
  color: #284371;
  font-size: 12px;
}

fieldset {
  border: 1px solid var(--line);
  border-radius: 3px;
  margin: 0 0 16px;
  padding: 16px;
}

legend {
  color: var(--blue-dark);
  font-weight: 700;
  padding: 0 8px;
}

label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-weight: 700;
}

input {
  min-height: 36px;
  border: 1px solid #98a9c0;
  border-radius: 2px;
  padding: 8px 10px;
  font: inherit;
}

select {
  min-height: 36px;
  border: 1px solid #98a9c0;
  border-radius: 2px;
  padding: 8px 10px;
  font: inherit;
  background: #fff;
}

textarea {
  border: 1px solid #98a9c0;
  border-radius: 2px;
  padding: 8px 10px;
  font: inherit;
  resize: vertical;
}

.field-help {
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}

.tag-editor {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  border: 1px solid #8f9bb0;
  background: #fbfcff;
  border-radius: 3px;
  padding: 8px;
  min-height: 45px;
}

.tag-editor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-editor-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #b7c2d4;
  border-radius: 3px;
  background: #e8eef7;
  color: #1d3155;
  padding: 7px 9px;
  cursor: grab;
  font-size: 13px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.tag-editor-chip.dragging {
  opacity: 0.5;
}

.tag-editor-chip button {
  border: 0;
  background: transparent;
  color: #496aa3;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  padding: 0;
}

.tag-editor-chip button:hover {
  color: #9b2f2f;
}

.tag-editor input[data-tag-input] {
  flex: 1 1 220px;
  min-width: 190px;
  min-height: 30px;
  border: 0;
  background: transparent;
  color: #15223a;
  margin: 0;
  outline: none;
  padding: 4px 6px;
}

.tag-editor input[data-tag-input]::placeholder {
  color: #6c7890;
}

.catalog-picker-panel {
  border: 1px solid #c4ccda;
  background: #f8fafc;
  padding: 14px;
}

.catalog-picker-panel h2 {
  font-size: 18px;
  margin-bottom: 4px;
}

.catalog-picker {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.catalog-picker-heading {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.catalog-picker-heading span {
  color: var(--muted);
  font-size: 12px;
}

.catalog-picker-slots {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.catalog-slot {
  position: relative;
  border: 1px solid #b7c2d4;
  background: #fff;
  padding: 6px;
  min-height: 142px;
  cursor: grab;
}

.catalog-slot.dragging {
  opacity: 0.55;
}

.catalog-slot input,
.catalog-slot button {
  cursor: auto;
}

.catalog-slot:focus-within {
  z-index: 40;
}

.catalog-slot.selected {
  border-color: #496aa3;
  background: #f3f6fb;
}

.catalog-slot-preview {
  height: 78px;
  display: grid;
  place-items: center;
  border: 1px solid #d5dce8;
  background: #edf2f8;
  margin-bottom: 7px;
  overflow: hidden;
}

.catalog-slot-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-slot-preview span {
  color: #6b7790;
  font-weight: 700;
}

.catalog-slot input[data-catalog-search] {
  width: 100%;
  min-width: 0;
  min-height: 28px;
  font-size: 12px;
  padding: 4px 5px;
}

.catalog-use-url {
  width: 100%;
  border: 1px solid #b7c2d4;
  background: #eef3fb;
  color: #294a83;
  margin-top: 5px;
  padding: 4px 5px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

.catalog-use-url:hover {
  background: #dfeafe;
}

.catalog-slot [data-clear-pick] {
  position: absolute;
  top: 4px;
  right: 4px;
  border: 1px solid #b7c2d4;
  background: #fff;
  color: #496aa3;
  cursor: pointer;
  line-height: 1;
}

.catalog-results {
  position: absolute;
  z-index: 50;
  left: 7px;
  right: auto;
  top: calc(100% - 6px);
  width: min(340px, 80vw);
  border: 1px solid #9badc5;
  background: #fff;
  box-shadow: 0 4px 10px rgba(35, 52, 82, 0.18);
  max-height: 220px;
  overflow: auto;
}

.catalog-results:empty {
  display: none;
}

.catalog-results p {
  margin: 0;
  padding: 8px;
  color: var(--muted);
  font-size: 12px;
}

.catalog-result {
  width: 100%;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 8px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid #edf1f6;
  background: #fff;
  color: #24477d;
  padding: 6px;
  text-align: left;
  cursor: pointer;
  font-weight: 700;
}

.catalog-result:hover {
  background: #edf3fb;
}

.catalog-result img,
.catalog-result-empty {
  width: 52px;
  height: 68px;
  object-fit: cover;
  background: #e7edf6;
  border: 1px solid #d5dce8;
}

.grid {
  display: grid;
  gap: 12px;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wide {
  grid-column: 1 / -1;
}

.stacked-form {
  max-width: 760px;
  display: grid;
  gap: 12px;
}

.button {
  border: 1px solid #9ca9bc;
  border-radius: 3px;
  background: #eef2f8;
  color: #17243a;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.button.primary {
  background: linear-gradient(#5f83bd, var(--blue));
  border-color: var(--blue-dark);
  color: #fff;
}

.action-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.alert {
  border: 1px solid var(--line);
  padding: 10px 12px;
  margin-bottom: 14px;
}

.alert p {
  margin: 4px 0;
}

.alert.error {
  border-color: #d49292;
  color: var(--danger);
  background: #fff0f0;
}

.alert.success {
  border-color: #9fca9f;
  color: #285f2b;
  background: #f0fff0;
}

.module-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.module-list article {
  border: 1px solid var(--line);
  padding: 14px;
  min-height: 84px;
}

.module-list strong,
.module-list span {
  display: block;
}

.module-list span {
  color: var(--muted);
  margin-top: 6px;
}

.profile-header {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 18px;
  align-items: center;
}

.classic-profile {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.profile-sidebar {
  padding: 10px;
}

.profile-photo,
.profile-photo-placeholder {
  width: 100%;
  aspect-ratio: 1 / 1.25;
  border: 1px solid #9badc5;
  background: #eef3fa;
  object-fit: cover;
  display: grid;
  place-items: center;
  color: #233b67;
  font-size: 34px;
  font-weight: 700;
}

.profile-photo-placeholder {
  background: linear-gradient(135deg, #d9f3bd, #f3cd80);
}

.sidebar-link {
  display: block;
  border-bottom: 1px solid #d4dbe7;
  padding: 7px 6px;
  font-size: 12px;
}

.sidebar-box {
  margin-top: 18px;
  border: 1px solid #c4ccda;
  background: #fff;
}

.sidebar-box h3 {
  margin: 0;
  padding: 7px 9px;
  background: #e9edf4;
  border-bottom: 1px solid #c4ccda;
  font-size: 13px;
}

.sidebar-box p {
  margin: 9px;
  font-size: 12px;
}

.profile-titlebar {
  background: #fff;
  border-bottom: 1px solid #c5cedc;
  padding: 12px 0 0;
}

.profile-titlebar h1 {
  display: inline-block;
  margin: 0 12px 8px 14px;
  font-size: 24px;
}

.profile-game-quote {
  margin: -2px 14px 10px;
  color: #4c5f7b;
  font-size: 14px;
  font-style: italic;
}

.profile-top-tags,
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin: 0 14px 10px;
}

.tag-list {
  margin-top: 8px;
}

.game-tag,
.system-tag,
.streamer-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #1d3155;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.game-tag:hover,
.system-tag:hover,
.streamer-tag:hover {
  text-decoration: underline;
}

.game-tag {
  color: #24477d;
}

.system-tag {
  color: #3b6829;
}

.streamer-tag {
  color: #73521d;
}

.interest-section {
  border-top: 1px solid #dce2ec;
}

.interest-row {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid #e2e7f0;
}

.interest-label {
  color: #6a7485;
  font-size: 12px;
  font-weight: 700;
}

.interest-content {
  min-width: 0;
}

.catalog-featured-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 8px;
}

.catalog-featured-card {
  display: grid;
  gap: 5px;
  color: #24477d;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
}

.catalog-featured-card:hover strong {
  text-decoration: underline;
}

.catalog-featured-card small {
  color: #7b8494;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
}

.catalog-featured-card img,
.catalog-featured-placeholder {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border: 1px solid #c4ccda;
  background: #edf2f8;
}

.catalog-featured-placeholder {
  display: grid;
  place-items: center;
  color: #6b7790;
  font-size: 18px;
}

.streamer-featured-list {
  grid-template-columns: repeat(6, minmax(84px, 1fr));
}

.streamer-featured-card {
  align-content: start;
  color: #24477d;
}

.streamer-featured-card img,
.streamer-featured-card .catalog-featured-placeholder {
  aspect-ratio: 1 / 1;
}

.streamer-featured-card strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.interest-featured-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
}

.interest-featured {
  justify-content: flex-start;
}

.interest-more-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-top: 7px;
}

.muted-text {
  color: #7b8494;
}

.catalog-profile {
  max-width: 760px;
  margin: 24px auto;
}

.catalog-profile h1 {
  margin: 4px 0 10px;
}

.catalog-actions {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.profile-tabs {
  display: flex;
  gap: 2px;
  border-top: 1px solid #d5dbe7;
}

.profile-tabs a {
  display: block;
  padding: 9px 18px;
  background: #dfe5f0;
  border-right: 1px solid #c3ccda;
  color: #24477d;
  font-weight: 700;
}

.profile-tabs a.active {
  background: #fff;
  color: #111;
  border-top: 3px solid #496aa3;
  padding-top: 6px;
}

.profile-notice {
  padding: 10px 12px;
  font-size: 12px;
}

.profile-photo-preview {
  max-width: 260px;
  border: 1px solid #9badc5;
}

.photo-upload-box {
  border: 1px solid #c4ccda;
  background: #f8fafc;
  padding: 14px;
  margin-bottom: 18px;
}

.photo-upload-box h2 {
  font-size: 18px;
}

.profile-photo-small {
  width: 96px;
  height: 120px;
  object-fit: cover;
  border: 1px solid #9badc5;
  display: block;
  margin-bottom: 10px;
}

.photo-upload-form {
  display: grid;
  gap: 10px;
}

.profile-type-choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.profile-type-choice label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 8px;
  border: 1px solid #b7c2d4;
  background: #f7f9fc;
  padding: 10px;
}

.profile-type-choice input {
  grid-row: span 2;
  width: auto;
  min-height: auto;
  margin-top: 3px;
}

.profile-type-choice strong,
.profile-type-choice span {
  display: block;
}

.profile-type-choice span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.schedule-picker {
  display: grid;
  gap: 8px;
}

.schedule-picker > span {
  color: var(--muted);
  font-weight: 700;
}

.schedule-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(42px, 1fr));
  gap: 6px;
}

.schedule-days label {
  display: grid;
  place-items: center;
  gap: 3px;
  border: 1px solid #b7c2d4;
  background: #f7f9fc;
  padding: 7px 4px;
  color: #1d3155;
  cursor: pointer;
  user-select: none;
}

.schedule-days label:hover {
  border-color: #5c76a5;
  background: #eef3fb;
}

.schedule-days label.selected {
  border-color: #294a83;
  background: #dfeafe;
  color: #12366c;
  box-shadow: inset 0 0 0 2px rgba(63, 95, 157, 0.18);
}

.schedule-days input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.schedule-days strong {
  font-size: 16px;
}

.schedule-days small {
  color: var(--muted);
  font-size: 10px;
}

.schedule-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.schedule-chip-list span {
  border: 1px solid #b7c2d4;
  background: #f7f9fc;
  color: #1d3155;
  padding: 6px 8px;
  font-weight: 700;
  font-size: 12px;
}

.small-note {
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 0;
}

.profile-avatar {
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border: 1px solid #9badc5;
  background: linear-gradient(135deg, #d9f3bd, #f3cd80);
  color: #233b67;
  font-size: 28px;
  font-weight: 700;
}

.profile-type-badge {
  display: inline-flex;
  border: 1px solid #8ea3c2;
  background: #edf3fb;
  color: #294a83;
  padding: 5px 8px;
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

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

.profile-wide {
  grid-column: 1 / -1;
}

.link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.link-list a,
.link-list span {
  border: 1px solid #b7c2d4;
  background: #f7f9fc;
  padding: 8px 10px;
  font-weight: 700;
}

.profile-facts {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 8px;
  margin: 0;
}

.profile-facts dt {
  color: var(--muted);
  font-weight: 700;
}

.profile-facts dd {
  margin: 0;
}

@media (max-width: 860px) {
  .topbar-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 0;
  }

  .landing-page .brand {
    font-size: 30px;
  }

  .top-login-fields,
  .landing-shell,
  .grid.two,
  .landing-points,
  .profile-header,
  .classic-profile,
  .profile-grid,
  .profile-type-choice,
  .catalog-picker-slots,
  .catalog-featured-list,
  .schedule-days,
  .module-list {
    grid-template-columns: 1fr;
  }

  .top-login-fields {
    display: grid;
    width: 100%;
  }

  .top-login-fields input {
    width: 100%;
  }

  .landing-shell {
    display: grid;
    gap: 24px;
  }

  .video-card {
    height: 240px;
  }

  .classic-signup-form label {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .signup-choice {
    grid-template-columns: 1fr;
  }

  .signup-choice > span,
  .signup-choice label {
    grid-column: 1;
    text-align: left;
  }

  .fine-print,
  .signup-button {
    margin-left: 0;
  }
}
