:root[data-hf-friends-circle-inner] {
  color-scheme: dark;
  background: #101517;
}

:root[data-hf-friends-circle-inner] body {
  margin: 0;
  background: #101517;
  color: #f4f7f5;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hf-fc-shell {
  min-height: 100dvh;
  background: #101517;
}

.hf-fc-shell__header,
.hf-fc-shell__nav,
.hf-fc-shell__welcome,
.hf-fc-shell__main,
.hf-fc-shell__footer {
  box-sizing: border-box;
  width: min(100%, 72rem);
  margin: 0 auto;
  padding-inline: clamp(1rem, 4vw, 2rem);
}

.hf-fc-shell__header {
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #344246;
}

.hf-fc-shell__brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.75rem;
  color: inherit;
  text-decoration: none;
}

.hf-fc-shell__brand img {
  width: 3.25rem;
  aspect-ratio: 1;
  border: 1px solid #526568;
  border-radius: 6px;
  object-fit: cover;
}

.hf-fc-shell__brand span {
  display: grid;
  min-width: 0;
  gap: 0.1rem;
}

.hf-fc-shell__brand strong {
  font-size: 1.1rem;
  line-height: 1.2;
}

.hf-fc-shell__brand small {
  color: #b7c5c2;
  font-size: 0.75rem;
}

.hf-fc-shell__sign-out {
  min-height: 2.75rem;
  flex: 0 0 auto;
  border: 1px solid #5d7275;
  border-radius: 6px;
  background: transparent;
  color: #f4f7f5;
  padding: 0.6rem 0.9rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.hf-fc-shell__sign-out:hover,
.hf-fc-shell__sign-out:focus-visible {
  border-color: #e58b72;
  background: #33201d;
  outline: none;
}

.hf-fc-shell__nav {
  display: flex;
  min-height: 3.25rem;
  align-items: end;
  border-bottom: 1px solid #344246;
}

.hf-fc-shell__nav a {
  border-bottom: 3px solid #55b98a;
  color: #ffffff;
  padding: 0.85rem 0.25rem 0.7rem;
  font-weight: 800;
  text-decoration: none;
}

.hf-fc-shell__welcome {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 22rem);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: end;
  padding-block: clamp(2.5rem, 8vw, 5.5rem);
  border-bottom: 1px solid #344246;
}

.hf-fc-shell__eyebrow {
  margin: 0 0 0.65rem;
  color: #72d4a5;
  font-size: 0.78rem;
  font-weight: 900;
}

.hf-fc-shell__welcome h1 {
  margin: 0;
  font-size: 3.5rem;
  line-height: 1.05;
}

.hf-fc-shell__welcome-copy > p:last-child {
  max-width: 38rem;
  margin: 1rem 0 0;
  color: #c5d0ce;
  font-size: 1.05rem;
  line-height: 1.65;
}

.hf-fc-shell__status {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border: 1px solid #526568;
  border-radius: 6px;
  background: #182124;
}

.hf-fc-shell__status div {
  min-width: 0;
  padding: 1rem;
}

.hf-fc-shell__status div + div {
  border-left: 1px solid #526568;
}

.hf-fc-shell__status dt {
  color: #aebcba;
  font-size: 0.75rem;
  font-weight: 700;
}

.hf-fc-shell__status dd {
  margin: 0.3rem 0 0;
  color: #72d4a5;
  font-size: 1rem;
  font-weight: 900;
}

.hf-fc-shell__main {
  min-height: 18rem;
  padding-block: clamp(2rem, 6vw, 4rem);
}

.hf-fc-shell__main h2 {
  margin: 0;
  font-size: 1.35rem;
}

.hf-fc-shell__empty {
  margin: 0.8rem 0 0;
  color: #b7c5c2;
}

.hf-fc-shell__footer {
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid #344246;
  color: #9cadaa;
  font-size: 0.85rem;
}

.hf-fc-shell__footer a {
  color: #91c9d3;
}

@media (max-width: 43rem) {
  .hf-fc-shell__welcome {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .hf-fc-shell__status {
    width: 100%;
  }

  .hf-fc-shell__welcome h1 {
    font-size: 2.35rem;
  }
}

@media (max-width: 24rem) {
  .hf-fc-shell__brand small {
    display: none;
  }

  .hf-fc-shell__brand img {
    width: 2.75rem;
  }

  .hf-fc-shell__sign-out {
    padding-inline: 0.65rem;
  }
}
