:root {
  --black: #0a0c0d;
  --lacquer: #111416;
  --panel: rgba(17, 20, 22, .94);
  --ink: #f0eee7;
  --ivory: #f0eee7;
  --muted: #878b89;
  --gold: #ff5a24;
  --gold-bright: #ffab8c;
  --crimson: #9dff75;
  --down: #ff7898;
  --line: rgba(240, 238, 231, .16);
}

body {
  padding: 22px;
  background: #0a0c0d;
  font-family: Manrope, "Source Sans 3", sans-serif;
}

.gateway-shell {
  width: min(1760px, 100%);
  min-height: 760px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-color: var(--line);
  background: var(--lacquer);
  box-shadow: none;
}

.invite-field,
.public-radar,
.access-panel,
.unfollower-panel {
  min-height: 650px;
  padding: 38px 36px;
  background-color: #0d1012;
  background-image:
    radial-gradient(circle at 25% 30%, rgba(255, 90, 36, .18), transparent 34%),
    repeating-linear-gradient(0deg, transparent 0 31px, rgba(240, 238, 231, .025) 32px);
}

.invite-field,
.public-radar,
.access-panel {
  border-right: 1px solid var(--line);
}

.invite-field::after {
  border-color: rgba(255, 90, 36, .14);
}

.access-panel {
  background: #111416;
}

.unfollower-panel {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--gold);
  background-image:
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, .24), transparent 28%),
    repeating-linear-gradient(0deg, transparent 0 31px, rgba(16, 17, 15, .07) 32px);
  color: #10110f;
}

.style-public .invite-field,
.style-public .public-radar,
.style-public .access-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.style-public .field-head,
.style-public .public-radar-head,
.style-public .panel-head {
  position: absolute;
  z-index: 3;
  top: 38px;
  left: 36px;
  right: 36px;
}

.unfollower-inner {
  width: 100%;
  display: grid;
  justify-items: center;
  text-align: center;
}

.unfollower-kicker {
  margin-bottom: 38px;
  color: rgba(16, 17, 15, .62);
  font: 8px DM Mono, monospace;
  letter-spacing: 0;
}

.unfollower-avatar {
  width: min(210px, 74%);
  aspect-ratio: 1;
  padding: 10px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 2px dashed rgba(16, 17, 15, .76);
  border-radius: 50%;
  background: rgba(16, 17, 15, .08);
  box-shadow: 0 0 0 14px rgba(16, 17, 15, .05);
}

.unfollower-avatar img,
.unfollower-avatar b {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: 50%;
  object-fit: cover;
  background: #10110f;
  color: var(--gold);
  font: 700 42px DM Mono, monospace;
}

.unfollower-empty b {
  border: 1px solid rgba(255, 255, 255, .2);
}

.unfollower-panel h2 {
  max-width: 310px;
  margin: 36px 0 12px;
  color: #10110f;
  font-size: clamp(28px, 3vw, 48px);
  line-height: .95;
  letter-spacing: -2px;
}

.unfollower-panel p {
  max-width: 250px;
  margin: 0;
  color: rgba(16, 17, 15, .72);
  font-size: 13px;
  line-height: 1.45;
}

.access-panel::before {
  content: "RIE";
  font: 500 9px DM Mono, monospace;
  letter-spacing: 0;
  color: var(--gold);
}

.panel-head i::before {
  background: var(--crimson);
  box-shadow: 0 0 14px rgba(157, 255, 117, .45);
}

h1,
h2 {
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

h1 {
  font-size: clamp(58px, 6vw, 90px);
  letter-spacing: -4px;
  text-shadow: none;
}

h1 em,
h2 em {
  color: var(--gold-bright);
  font-family: Georgia, serif;
  font-weight: 400;
}

.mutuals-soon,
.access-denied {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 34px;
  padding: 15px 0 0;
  border-top: 1px solid var(--line);
}

.access-denied {
  margin-top: 26px;
}

.mutuals-soon > span,
.access-denied > span {
  display: block;
  margin-bottom: 15px;
  color: var(--crimson);
  font: 8px DM Mono, monospace;
  letter-spacing: 0;
  text-transform: uppercase;
}

.access-denied > span {
  color: var(--down);
}

.mutuals-soon > div,
.access-denied > div {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding-left: 9px;
  flex-wrap: wrap;
  row-gap: 8px;
}

.access-avatar {
  position: relative;
  width: 42px;
  height: 42px;
  margin-left: -9px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 90, 36, .72);
  border-radius: 50%;
  overflow: hidden;
  background: #0a0c0d;
  color: var(--gold-bright);
  font: 700 9px DM Mono, monospace;
  font-style: normal;
  box-shadow: 0 0 0 3px rgba(10, 12, 13, .95);
}

.access-avatar::after {
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #10110f;
  font: 900 10px Arial, sans-serif;
  box-shadow: 0 0 0 3px #0d1012;
}

.access-granted::after {
  content: "✓";
  background: var(--crimson);
}

.access-revoked {
  border-color: var(--down);
}

.access-revoked::after {
  content: "×";
  background: var(--down);
}

.access-avatar img,
.public-radar-node img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.field-copy {
  max-width: 390px;
  margin-top: 42px;
  color: var(--ink);
  font-family: Manrope, sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.2;
}

.public-radar {
  position: relative;
  overflow: hidden;
}

.public-radar-head {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}

.public-radar-head span,
.public-radar-head b {
  font: 7px DM Mono, monospace;
  letter-spacing: 0;
}

.public-radar-head span {
  color: var(--gold);
}

.public-radar-head b {
  color: var(--muted);
  font-weight: 500;
}

.public-radar-stage {
  position: relative;
  width: min(310px, 80%);
  aspect-ratio: 1;
  margin: 28px auto 24px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 90, 36, .18), transparent 42%);
}

.public-radar-stage > i {
  position: absolute;
  inset: 18%;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.public-radar-stage > i:nth-child(2) {
  inset: 34%;
}

.public-radar-stage > i:nth-child(3) {
  inset: 47%;
}

.public-radar-stage > b {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--gold);
  color: #10110f;
  font: 700 9px DM Mono, monospace;
}

.public-radar-node {
  position: absolute;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: #0a0c0d;
  color: var(--gold-bright);
  font: 700 8px DM Mono, monospace;
  box-shadow: 0 0 0 5px rgba(255, 90, 36, .09);
}

.public-radar-node.down {
  border-color: var(--down);
  box-shadow: 0 0 0 5px rgba(255, 120, 152, .09);
}

.public-radar-node.quiet {
  border-color: var(--line);
  box-shadow: 0 0 0 5px rgba(240, 238, 231, .05);
}

.public-radar-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.public-radar-list span {
  min-height: 48px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}

.public-radar-list span:last-child {
  border-bottom: 0;
}

.public-radar-list b,
.public-radar-list em,
.public-radar-list small,
.public-radar-list strong {
  font: 8px DM Mono, monospace;
  letter-spacing: 0;
}

.public-radar-list b {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.public-radar-list em {
  flex: 0 0 auto;
  font-style: normal;
  text-align: right;
}

.public-radar-list strong,
.public-radar-list small {
  display: block;
}

.public-radar-list small {
  margin-top: 3px;
  color: var(--muted);
}

.public-radar-list .up {
  color: var(--crimson);
}

.public-radar-list .down {
  color: var(--down);
}

.public-radar-list .quiet {
  color: var(--muted);
}

.public-radar-empty {
  margin-top: 90px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font: 8px DM Mono, monospace;
}

.style-public .access-intro {
  margin-top: 0;
}

.style-public .access-intro .gateway-form {
  margin-top: 18px;
}

.gateway-form input {
  background: #0a0c0d;
}

.gateway-form input:focus {
  box-shadow: inset 3px 0 0 var(--gold);
}

.gateway-form button,
.gateway-result button {
  border-color: var(--gold);
  background: var(--gold);
  color: #10110f;
}

.public-assurance {
  grid-column: 1 / -1;
  min-height: 92px;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  border-top: 1px solid var(--line);
  background: #0a0c0d;
}

.public-trust {
  position: static;
  min-height: 54px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  border-top: 0;
  padding-top: 0;
}

.public-trust p {
  margin: 0;
  color: var(--muted);
  font: 7px/1.55 DM Mono, monospace;
}

.public-trust b {
  color: var(--ivory);
  font-weight: 500;
}

.privacy-note {
  position: static;
  margin: 0;
  padding-top: 0;
  border-top: 0;
  color: #756b7d;
  font: 7px/1.55 DM Mono, monospace;
}

.soundcloud-logo {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  background: #ff5500;
}

.soundcloud-logo img {
  width: 242px;
  height: 29px;
  max-width: none;
  display: block;
  object-fit: none;
  object-position: left top;
}

.gateway-result > p:not(.eyebrow) {
  font-family: Manrope, sans-serif;
  font-size: 14px;
  color: var(--muted);
}

.gateway-preview-note {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 9px;
  border: 1px solid var(--crimson);
  color: var(--crimson);
  font: 7px DM Mono, monospace;
}

.gateway-preview-link {
  min-height: 52px !important;
  display: inline-flex !important;
  align-items: center;
  margin-top: 28px !important;
  padding: 0 20px;
  background: var(--gold);
  color: #10110f !important;
  font: 600 9px DM Mono, monospace;
  text-decoration: none;
}

@media (max-width: 980px) {
  body {
    padding: 0;
  }

  .gateway-shell {
    width: 100%;
    grid-template-columns: 1fr;
    border-left: 0;
    border-right: 0;
  }

  .invite-field,
  .public-radar,
  .access-panel,
  .unfollower-panel {
    min-height: auto;
    padding: 28px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .style-public .invite-field,
  .style-public .public-radar,
  .style-public .access-panel {
    display: block;
  }

  .style-public .field-head,
  .style-public .public-radar-head,
  .style-public .panel-head {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  h1 {
    font-size: 56px;
    letter-spacing: -3px;
  }

  .field-copy {
    margin-top: 34px;
    font-size: 22px;
  }

  .mutuals-soon {
    margin-top: 30px;
  }

  .mutuals-soon i {
    width: 38px;
    height: 38px;
  }

  .public-radar-stage {
    width: min(240px, 78%);
  }

  .style-public .access-intro {
    margin-top: 46px;
  }

  .public-assurance {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
