:root {
  --black: #151515;
  --charcoal: #202020;
  --panel: #292826;
  --paper: #f3efe3;
  --paper-dim: #d7d0bd;
  --ink: #f8f3e7;
  --muted: #b8b0a0;
  --line: #49443c;
  --mint: #9ee6c7;
  --coral: #ff8f70;
  --blue: #79aef5;
  --yellow: #f0c85a;
  --acid: #ddff30;
  --electric: #0d3dff;
  --glacier: #6ee7ff;
  --offwhite: #f3f0e6;
  --smoke: #8e9187;
  --graphite: #0b0c0b;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(221, 255, 48, .14), transparent 18rem),
    radial-gradient(circle at 83% 18%, rgba(110, 231, 255, .12), transparent 20rem),
    linear-gradient(90deg, rgba(243, 240, 230, .04) 1px, transparent 1px) 0 0 / 34px 34px,
    #050605;
  color: var(--ink);
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.brief,
.device-bar {
  display: none;
}

.phone {
  position: relative;
  width: min(100%, 24.6rem);
  height: min(94vh, 51rem);
  min-height: min(45rem, calc(100vh - 2rem));
  border: .55rem solid #111;
  border-radius: 2.8rem;
  overflow: hidden;
  background: var(--black);
  box-shadow: 0 .12rem 0 #595959 inset, 0 .25rem .8rem rgba(0, 0, 0, .38);
}

.phone::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: .85rem;
  left: 50%;
  width: 5.6rem;
  height: 1.72rem;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #050505;
  box-shadow: inset -.9rem 0 0 rgba(38, 35, 72, .5);
}

.screen,
.view {
  height: 100%;
}

.view {
  background:
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px) 0 0 / 100% 10px,
    var(--black);
}

.gradient-view {
  background:
    linear-gradient(135deg, #050605 0%, #10120e 55%, #050605 100%);
}

.auth-view {
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 4.3rem 1.35rem 2rem;
  text-align: center;
}

.gradient-view.auth-view {
  padding: 3.25rem 1.15rem 1rem;
  overflow-y: auto;
}

.verify-view.auth-view {
  display: grid;
  place-items: center;
  grid-template-rows: 1fr;
  padding: 2rem 1.15rem;
  background:
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px) 0 0 / 100% 10px,
    #0b0c0b;
}

.verify-shell {
  display: grid;
  justify-items: center;
  width: 100%;
  gap: 1.1rem;
}

.auth-form-view.auth-view {
  display: grid;
  place-items: center;
  grid-template-rows: 1fr;
  padding: 2rem 1.15rem;
  background:
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px) 0 0 / 100% 10px,
    #0b0c0b;
}

.auth-form-shell {
  display: grid;
  justify-items: center;
  width: 100%;
  gap: 1.15rem;
}

.dusty-auth {
  background:
    linear-gradient(180deg, #131412 0%, #0b0c0b 55%, #050605 100%);
}

.editorial-auth {
  grid-template-rows: minmax(25rem, 62%) 1fr auto;
  gap: .58rem;
  padding: .82rem 1rem 1.05rem;
  text-align: left;
}

.brand-lockup {
  width: 100%;
}

.minimal-lockup {
  display: grid;
  align-content: center;
  min-height: 100%;
}

.onboarding-media {
  position: relative;
  min-height: 25rem;
  border-radius: 1.45rem;
  overflow: hidden;
  background: #060706;
  box-shadow: 0 1.3rem 2.4rem rgba(0, 0, 0, .34);
  isolation: isolate;
}

.onboarding-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .12) 42%, rgba(0, 0, 0, .72)),
    linear-gradient(90deg, rgba(0, 0, 0, .42), transparent 44%, rgba(0, 0, 0, .16));
}

.onboarding-media::after {
  content: "";
  position: absolute;
  inset: auto 1.1rem 1.05rem;
  z-index: 2;
  height: .12rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--acid), var(--glacier), var(--electric));
  opacity: .68;
}

.onboarding-media img,
.auth-mini-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.onboarding-media span {
  position: absolute;
  z-index: 3;
  left: 1.1rem;
  bottom: 1.48rem;
  color: rgba(243, 240, 230, .86);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .13rem;
  text-transform: uppercase;
}

.media-logo {
  position: absolute;
  z-index: 3;
  left: 1rem;
  top: 1.05rem;
}

.onboarding-copy {
  align-self: start;
  position: relative;
  padding: 0 .25rem;
}

.onboarding-copy h1 {
  margin: 0 0 .2rem;
  color: var(--offwhite);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.76rem;
  line-height: 1;
}

.wordmark {
  margin: 0 auto 2.2rem;
  color: #f5f4ef;
  font-size: 4.85rem;
  line-height: 1.08;
  letter-spacing: 1.05rem;
  font-weight: 300;
  text-shadow: 0 0 .22rem rgba(255, 255, 255, .75);
}

.wordmark.mini {
  font-size: 2.6rem;
  letter-spacing: .5rem;
  margin-bottom: 1.25rem;
}

.retro-logo {
  display: grid;
  grid-template-columns: repeat(2, 6.15rem);
  justify-content: center;
  align-items: center;
  column-gap: .9rem;
  row-gap: .24rem;
  margin: 0 auto 1.1rem;
  color: var(--offwhite);
  font-family: "Cooper Black", "Cooper Std Black", "Bookman Old Style", Georgia, serif;
  font-size: 5.7rem;
  line-height: .76;
  font-weight: 900;
  letter-spacing: -.14rem;
  text-shadow:
    .06rem .06rem 0 var(--acid),
    .12rem .12rem 0 rgba(13, 61, 255, .75),
    0 .25rem 1.1rem rgba(0, 0, 0, .42);
}

.retro-logo span {
  display: block;
  opacity: 0;
  transform: translateX(var(--start-x)) scale(.98);
  animation: slideLogoIn .82s cubic-bezier(.18, .92, .16, 1) forwards;
}

.retro-logo span:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
  --start-x: -4.4rem;
  animation-delay: .1s;
}

.retro-logo span:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  --start-x: 4.4rem;
  animation-delay: .28s;
}

.retro-logo span:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
  --start-x: -4.4rem;
  animation-delay: .46s;
}

.retro-logo span:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
  --start-x: 4.4rem;
  animation-delay: .64s;
}

.retro-logo.mini {
  grid-template-columns: repeat(2, 2.8rem);
  margin-bottom: 1.25rem;
  font-size: 2.6rem;
}

.retro-logo-svg {
  display: block;
  width: min(100%, 18.2rem);
  height: auto;
  margin: 0 auto .8rem;
  overflow: visible;
}

.retro-logo-svg text {
  fill: var(--offwhite);
  filter: url("#softVintageLetters");
  font-family: "Cooper Black", "Bookman Old Style", Georgia, serif;
  font-size: 86px;
  font-weight: 900;
  letter-spacing: -5px;
  text-anchor: middle;
  text-shadow: none;
  paint-order: stroke fill;
  stroke: rgba(243, 240, 230, .58);
  stroke-width: 1.6;
}

.retro-logo-svg .logo-piece {
  opacity: 0;
  filter: drop-shadow(0 9px 18px rgba(0, 0, 0, .32));
  animation: svgLogoIn .82s cubic-bezier(.18, .92, .16, 1) forwards;
}

.retro-logo-svg .logo-accent {
  fill: rgba(221, 255, 48, .82);
  stroke: transparent;
  filter: drop-shadow(0 0 .22rem rgba(221, 255, 48, .24));
}

.retro-logo-svg .logo-left {
  transform: translateX(-56px);
}

.retro-logo-svg .logo-right {
  transform: translateX(56px);
  animation-delay: .18s;
}

.retro-logo-svg .logo-delay-2 {
  animation-delay: .42s;
}

.retro-logo-svg .logo-right.logo-delay-2 {
  animation-delay: .58s;
}

.retro-logo-svg.cover-logo .logo-piece,
.retro-logo-svg.verify-logo .logo-piece {
  opacity: 1;
  transform: none;
  animation: none;
}

.retro-logo-svg.mini {
  width: 8rem;
}

.retro-logo-svg.mini text {
  font-size: 76px;
}

.retro-logo-svg.cover-logo {
  width: 8.9rem;
  margin: 0;
}

.retro-logo-svg.cover-logo text {
  font-size: 68px;
}

.retro-logo-svg.auth-small {
  width: min(100%, 11.8rem);
  margin-bottom: .15rem;
}

.retro-logo-svg.auth-small text {
  font-size: 74px;
}

.retro-logo-svg.verify-logo {
  width: 5.9rem;
  margin: 0;
}

.retro-logo-svg.verify-logo text {
  font-size: 58px;
  stroke-width: 1.1;
}

@keyframes svgLogoIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideLogoIn {
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.quiet-tagline {
  max-width: 17rem;
  margin: .45rem auto 0;
  color: rgba(243, 240, 230, .68);
  font-family: "Cooper Black", "Cooper Std Black", "Bookman Old Style", Georgia, serif;
  font-size: .92rem;
  line-height: 1.35;
  letter-spacing: .01rem;
}

.onboarding-copy .quiet-tagline {
  max-width: 20.5rem;
  margin: 0;
  color: rgba(243, 240, 230, .84);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  line-height: 1.18;
}

.auth-mini-media {
  width: 12.8rem;
  height: 6.2rem;
  margin: .8rem auto .85rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 .9rem 1.8rem rgba(0, 0, 0, .26);
}

.travel-glyph {
  width: min(100%, 18.5rem);
  margin: 2.35rem auto 0;
  color: rgba(247, 243, 233, .34);
  filter: drop-shadow(0 0 .6rem rgba(255, 255, 255, .06));
}

.mountain-scene {
  display: block;
  width: min(100%, 18rem);
  margin: 1.85rem auto 0;
  overflow: visible;
}

.gradient-view .mountain-scene {
  width: min(100%, 11.6rem);
  margin-top: .65rem;
}

.scene-fill {
  fill: url("#softFill");
  opacity: 0;
  animation: sceneFade .9s ease 1.2s forwards;
}

.draw-line,
.draw-sun {
  fill: none;
  stroke: url("#ridgeGradient");
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 .45rem rgba(221, 255, 48, .24));
  stroke-dasharray: 460;
  stroke-dashoffset: 460;
  animation: drawPath 1.25s cubic-bezier(.35, .02, .12, 1) forwards;
}

.line-one {
  animation-delay: .9s;
}

.line-two {
  animation-delay: 1.05s;
}

.line-three {
  animation-delay: 1.22s;
}

.line-four,
.draw-sun {
  animation-delay: 1.38s;
}

.plane {
  fill: var(--offwhite);
  filter: drop-shadow(.08rem .08rem 0 var(--acid)) drop-shadow(0 0 .65rem rgba(13, 61, 255, .24));
  transform-origin: center;
  opacity: 0;
  animation: planeFly 1.75s cubic-bezier(.38, .02, .2, 1) .72s forwards;
}

.sparkles {
  fill: var(--offwhite);
  opacity: 0;
  animation: sceneFade .8s ease 1.65s forwards;
}

@keyframes drawPath {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes planeFly {
  0% {
    opacity: 0;
    transform: translate(36px, 118px) rotate(-23deg) scale(.8);
  }

  16% {
    opacity: 1;
  }

  55% {
    transform: translate(162px, 72px) rotate(-18deg) scale(1);
  }

  100% {
    opacity: .9;
    transform: translate(288px, 52px) rotate(-8deg) scale(.82);
  }
}

@keyframes sceneFade {
  to {
    opacity: 1;
  }
}

.bottom-auth {
  display: grid;
  gap: .58rem;
  padding-bottom: .35rem;
}

.auth-main,
.auth-alt {
  min-height: 3rem;
  border-radius: 999px;
  font-weight: 900;
  text-transform: uppercase;
}

.auth-main {
  border: 0;
  background: #f7f3e9;
  color: #141414;
  box-shadow: 0 .85rem 1.5rem rgba(0, 0, 0, .32);
}

.auth-alt {
  border: 1px solid rgba(247, 243, 233, .26);
  background: rgba(255, 255, 255, .04);
  color: #f7f3e9;
}

.auth-card {
  width: 100%;
  max-width: 18.25rem;
  margin: 0 auto;
  padding: .62rem;
  border-radius: .55rem;
  background: var(--paper);
  color: #151515;
  text-align: left;
}

.auth-card h2 {
  margin: 0 0 .42rem;
  font-size: .78rem;
  line-height: 1.15;
}

.auth-form-card {
  width: min(100%, 19.5rem);
  padding: 1.05rem;
  border: 1px solid rgba(243, 240, 230, .14);
  border-radius: 1rem;
  background: rgba(19, 20, 18, .96);
  color: var(--offwhite);
  box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, .36);
}

.auth-form-card h1 {
  margin: .25rem 0 1rem;
  color: var(--offwhite);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}

.auth-form-card label {
  margin-bottom: .85rem;
  color: rgba(243, 240, 230, .72);
}

.auth-form-card input {
  min-height: 3.1rem;
  border-color: rgba(243, 240, 230, .16);
  border-radius: .8rem;
  background: #050605;
  color: var(--offwhite);
}

.form-copy {
  margin: -.55rem 0 1rem;
  color: rgba(243, 240, 230, .66);
  font-family: Georgia, "Times New Roman", serif;
  font-size: .96rem;
  line-height: 1.3;
}

.auth-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: .7rem;
  margin: .15rem 0 .8rem;
  color: rgba(243, 240, 230, .42);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.auth-divider span {
  height: 1px;
  background: rgba(243, 240, 230, .12);
}

.auth-divider em {
  font-style: normal;
}

.provider-action,
.text-link {
  width: 100%;
}

.provider-action {
  display: flex;
  align-items: center;
  gap: .72rem;
  min-height: 3rem;
  margin-bottom: .65rem;
  padding: 0 .85rem;
  border: 1px solid rgba(243, 240, 230, .14);
  border-radius: 999px;
  background: transparent;
  color: var(--offwhite);
  font-weight: 900;
}

.provider-action span {
  display: inline-grid;
  place-items: center;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(243, 240, 230, .08);
  color: var(--acid);
  font-size: .78rem;
}

.text-link {
  min-height: 2.4rem;
  border: 0;
  background: transparent;
  color: rgba(243, 240, 230, .68);
  font-weight: 900;
}

.glass-panel {
  position: relative;
  width: 100%;
  max-width: 20.25rem;
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 1.05rem;
  background: rgba(255, 250, 240, .92);
  color: #151515;
  box-shadow: 0 1.3rem 2.6rem rgba(0, 0, 0, .34);
  text-align: left;
  overflow: hidden;
}

.compact-login {
  margin-top: .75rem;
  padding: .8rem;
}

.verify-view .compact-login {
  width: min(100%, 21.2rem);
  margin-top: 0;
  padding: 1.25rem;
  border: 1px solid rgba(243, 240, 230, .16);
  border-radius: 1rem;
  background: rgba(19, 20, 18, .96);
  color: var(--offwhite);
  box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, .36);
}

.verify-view .glass-panel::before {
  height: .16rem;
  background: linear-gradient(90deg, var(--acid), var(--electric));
  opacity: .78;
}

.glass-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: .35rem;
  background: linear-gradient(90deg, var(--acid), var(--offwhite), var(--electric));
}

.login-panel h1 {
  margin: .3rem 0 .75rem;
  color: #151515;
  font-size: 1.42rem;
  line-height: .98;
  text-transform: uppercase;
}

.verify-view .login-panel h1 {
  color: var(--offwhite);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  line-height: 1.02;
  text-transform: none;
}

.login-panel label {
  color: #3a2b25;
}

.login-panel input {
  border-color: rgba(21, 21, 21, .22);
  border-radius: .65rem;
  background: #fff;
}

.verify-view .login-panel input {
  border-color: rgba(243, 240, 230, .16);
  background: #050605;
  color: var(--offwhite);
}

.helper-copy {
  color: #5d5148;
  font-size: .78rem;
  line-height: 1.35;
}

.verify-view .helper-copy {
  margin-bottom: 1rem;
  color: rgba(243, 240, 230, .58);
  text-align: center;
  font-size: .86rem;
}

.code-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .48rem;
  margin: .7rem 0;
}

.code-row input {
  min-height: 2.85rem;
  padding: 0;
  text-align: center;
  font-size: 1.45rem;
  font-weight: 900;
}

.verify-view .code-row {
  gap: .65rem;
  margin: 1.15rem 0 .9rem;
}

.verify-view .code-row input {
  min-height: 3.55rem;
  border-radius: .8rem;
  font-size: 1.65rem;
  box-shadow: inset 0 0 0 1px rgba(221, 255, 48, .08);
}

.verify-view .primary-action {
  background: var(--electric);
  box-shadow: 0 .65rem 1.4rem rgba(13, 61, 255, .3);
}

.verify-view .secondary-action {
  border-color: rgba(243, 240, 230, .14);
  background: transparent;
  color: rgba(243, 240, 230, .72);
}

.auth-provider {
  display: flex;
  align-items: center;
  gap: .7rem;
  width: 100%;
  min-height: 2.75rem;
  margin-bottom: .55rem;
  padding: 0 .75rem;
  border: 1px solid rgba(21, 21, 21, .12);
  border-radius: 999px;
  background: #fff;
  color: #151515;
  font-weight: 900;
}

.auth-provider span {
  display: inline-grid;
  place-items: center;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #f4efe8;
}

.auth-provider.idme {
  background: #161616;
  color: #fff;
}

.auth-provider.apple {
  color: #fff;
}

.auth-provider.idme span {
  width: auto;
  padding: 0 .35rem;
  border-radius: .25rem;
  background: #fff;
  color: #151515;
}

.divider {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin: .7rem 0;
  color: #555;
  font-size: .62rem;
  font-weight: 800;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #a5a5a5;
}

.id-button,
.paper-button {
  width: 100%;
  min-height: 2.1rem;
  border-radius: .1rem;
  font-weight: 800;
}

.id-button {
  border: 0;
  background: #777;
  color: #fff;
}

.paper-button {
  border: 1px solid #9d9d9d;
  background: transparent;
  color: #151515;
}

.social-list {
  display: grid;
  gap: .78rem;
  width: 100%;
  max-width: 18.7rem;
  margin: 0 auto;
}

.social-button {
  min-height: 2.35rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: .24rem;
  padding: 0 .75rem;
  text-align: left;
  color: #fff;
}

.social-button span {
  display: inline-grid;
  min-width: 1.35rem;
  margin-right: .4rem;
  font-weight: 900;
}

.facebook {
  background: #367de5;
}

.google {
  background: #fff;
  color: #555;
}

.apple {
  background: #050505;
}

.mountains {
  display: block;
  width: min(100%, 19rem);
  height: auto;
  margin: 2rem auto 0;
  color: rgba(232, 232, 232, .55);
}

.sign-label {
  margin-top: .1rem;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.75rem;
}

.app-view {
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1;
  overflow: auto;
  padding: 3.35rem 1rem 7.35rem;
}

.journal-content {
  padding: 5.2rem 0 6.75rem;
  scroll-behavior: smooth;
}

.journal-top {
  position: static;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem .8rem;
  background: transparent;
}

.journal-top button {
  pointer-events: auto;
}

.journal-top span,
.journal-top p {
  margin: 0;
  color: rgba(247, 239, 216, .68);
  font-family: Georgia, serif;
  font-size: .82rem;
  letter-spacing: .08rem;
  text-transform: uppercase;
}

.journal-top.inline {
  position: static;
  align-items: flex-start;
  justify-content: flex-start;
  gap: .8rem;
  margin-bottom: .7rem;
}

.journal-top.inline h1 {
  max-width: 15rem;
  margin: .2rem 0 0;
  color: #f7efd8;
  font-family: Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.05;
  font-weight: 700;
}

.journal-intro {
  padding: .15rem 1rem .75rem;
}

.journal-intro p {
  margin: 0 0 .35rem;
  color: var(--acid);
  font-family: Georgia, serif;
  font-style: italic;
}

.journal-intro h1 {
  max-width: 9.8rem;
  margin: 0;
  color: #f7efd8;
  font-family: Georgia, serif;
  font-size: 1.38rem;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -.08rem;
}

.journal-stack {
  display: grid;
  gap: 2.4rem;
}

.home-widgets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .7rem;
  padding: 0 1rem 1rem;
}

.find-widget,
.post-widget {
  min-height: 7.5rem;
  border: 1px solid rgba(243, 240, 230, .12);
  border-radius: 1rem;
  padding: .85rem;
  background:
    linear-gradient(135deg, rgba(221, 255, 48, .09), transparent 55%),
    #10120e;
  color: var(--offwhite);
  text-align: left;
}

.post-widget {
  background:
    linear-gradient(135deg, rgba(13, 61, 255, .2), transparent 55%),
    #10120e;
}

.find-widget span,
.post-widget span {
  color: var(--acid);
  font-family: Georgia, serif;
  font-size: .82rem;
  font-style: italic;
}

.find-widget strong,
.post-widget strong {
  display: block;
  margin: .55rem 0 .35rem;
  font-family: Georgia, serif;
  font-size: 1.25rem;
  line-height: 1;
}

.find-widget small,
.post-widget small {
  color: rgba(243, 240, 230, .62);
}

.compact-journal {
  gap: 1.4rem;
}

.journal-spread {
  min-height: 76vh;
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: 0 1rem 1.25rem;
  animation: journalRise .7s ease both;
}

.journal-image {
  min-height: 48vh;
  width: 100%;
  border: 0;
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, .38)),
    url("assets/journal-triptych.png") var(--pos) / 300% 100%;
  box-shadow: 0 1.2rem 2.8rem rgba(0, 0, 0, .36);
  transform: translateZ(0);
}

.journal-copy {
  padding: 0 .25rem;
}

.journal-copy p {
  margin: 0 0 .45rem;
  color: var(--acid);
  font-family: Georgia, serif;
  font-size: .96rem;
  font-style: italic;
}

.journal-copy h2 {
  margin: 0;
  color: #f7efd8;
  font-family: Georgia, serif;
  font-size: 1.48rem;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -.05rem;
}

.journal-copy span {
  display: -webkit-box;
  margin: .45rem 0 .65rem;
  color: rgba(247, 239, 216, .7);
  font-family: Georgia, serif;
  font-size: .82rem;
  line-height: 1.35;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.journal-copy button {
  min-height: 2.7rem;
  border: 1px solid rgba(247, 239, 216, .25);
  border-radius: 999px;
  background: rgba(247, 239, 216, .08);
  color: #f7efd8;
  padding: 0 1rem;
  font-weight: 800;
}

.lodging-journal {
  display: grid;
  gap: 1.4rem;
  padding: 0 1rem 1rem;
}

.lodging-page {
  min-height: 78vh;
  display: grid;
  align-content: end;
  gap: .4rem;
  border: 0;
  border-radius: 1.35rem;
  padding: 1.15rem;
  color: #fff;
  text-align: left;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .68)),
    url("assets/journal-triptych.png") var(--pos) / 300% 100%;
  box-shadow: 0 1.2rem 2.8rem rgba(0, 0, 0, .36);
}

.stay-ledger {
  display: grid;
  gap: .85rem;
  padding: 0 1rem 1.25rem;
}

.stay-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .3rem .75rem;
  min-height: 8.5rem;
  border: 1px solid rgba(243, 240, 230, .12);
  border-radius: 1rem;
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(221, 255, 48, .08), transparent 42%),
    #10120e;
  color: var(--offwhite);
  text-align: left;
}

.stay-row span {
  grid-column: 1 / -1;
  color: var(--acid);
  font-family: Georgia, serif;
  font-style: italic;
}

.stay-row strong {
  grid-column: 1 / -1;
  max-width: 14rem;
  font-family: Georgia, serif;
  font-size: 1.85rem;
  line-height: .98;
}

.stay-row small {
  color: rgba(243, 240, 230, .68);
  font-family: Georgia, serif;
  font-size: .92rem;
}

.stay-row em,
.stay-row b {
  justify-self: end;
  color: var(--glacier);
  font-style: normal;
}

.find-panel {
  display: grid;
  gap: .85rem;
  padding: 0 1rem 1rem;
}

.calendar-box {
  border: 1px solid rgba(243, 240, 230, .12);
  border-radius: 1rem;
  padding: .9rem;
  background: #10120e;
}

.date-dropdown {
  border: 1px solid rgba(221, 255, 48, .18);
  border-radius: 1rem;
  padding: .7rem;
  background: rgba(16, 18, 14, .92);
  box-shadow: inset 0 0 0 1px rgba(13, 61, 255, .08);
}

.date-dropdown summary {
  cursor: pointer;
  color: var(--acid);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .08rem;
  text-transform: uppercase;
}

.date-dropdown[open] summary {
  margin-bottom: .65rem;
}

.compact-calendar {
  padding: .75rem;
  border-color: rgba(243, 240, 230, .1);
  background: #090a09;
}

.compact-calendar .calendar-grid {
  gap: .25rem;
}

.compact-calendar .calendar-grid span,
.compact-calendar .calendar-grid button {
  min-height: 1.48rem;
  font-size: .68rem;
}

.calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .7rem;
}

.calendar-head button {
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(243, 240, 230, .12);
  border-radius: 50%;
  background: transparent;
  color: var(--offwhite);
}

.calendar-head strong {
  color: var(--offwhite);
  font-family: Georgia, serif;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: .35rem;
}

.calendar-grid span,
.calendar-grid button {
  display: grid;
  place-items: center;
  min-height: 2rem;
  border: 0;
  border-radius: .45rem;
  background: transparent;
  color: rgba(243, 240, 230, .72);
  font-size: .8rem;
}

.calendar-grid span {
  color: var(--glacier);
  font-weight: 900;
}

.calendar-grid button.active {
  background: var(--acid);
  color: #0b0c0b;
  font-weight: 900;
}

.find-results {
  display: grid;
  gap: .75rem;
  padding: 0 1rem 1.25rem;
}

.profile-hero {
  display: grid;
  gap: .8rem;
  padding: 3.3rem 1rem 1rem;
}

.profile-mainline {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
}

.profile-photo {
  display: grid;
  place-items: center;
  width: 5.5rem;
  height: 5.5rem;
  margin-bottom: 0;
  border-radius: 50%;
  background: var(--offwhite);
  color: #0b0c0b;
  font-size: 1.45rem;
  font-weight: 900;
}

.profile-hero h1 {
  margin: 0;
  color: var(--offwhite);
  font-family: Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}

.profile-hero p {
  margin: .25rem 0 0;
  color: rgba(243, 240, 230, .68);
}

.profile-numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .55rem;
}

.profile-numbers span {
  border: 1px solid rgba(243, 240, 230, .12);
  border-radius: .8rem;
  padding: .65rem;
  color: rgba(243, 240, 230, .62);
  font-size: .72rem;
}

.profile-numbers strong {
  display: block;
  color: var(--acid);
  font-size: 1.1rem;
}

.profile-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .65rem;
  padding: 0 1rem .9rem;
}

.profile-actions button {
  min-height: 2.55rem;
  border: 0;
  border-radius: 999px;
  background: var(--offwhite);
  color: #0b0c0b;
  font-weight: 900;
  text-transform: uppercase;
}

.profile-actions button:nth-child(2) {
  background: var(--electric);
  color: var(--offwhite);
}

.profile-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .65rem;
  padding: 0 1rem .8rem;
}

.profile-tabs button {
  min-height: 2.4rem;
  border: 1px solid rgba(243, 240, 230, .12);
  border-radius: .65rem;
  background: transparent;
  color: var(--offwhite);
}

.profile-tabs button.active {
  color: #0b0c0b;
  background: var(--acid);
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .45rem;
  padding: 0 1rem 6.8rem;
}

.profile-tile {
  aspect-ratio: 1;
  border: 0;
  border-radius: .35rem;
  overflow: hidden;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, .72)),
    url("assets/journal-triptych.png") var(--pos) / 300% 100%;
  color: var(--offwhite);
  padding: .45rem;
  text-align: left;
}

.profile-tile span {
  display: block;
  margin-top: 70%;
  font-size: .62rem;
  font-weight: 900;
}

.memory-stack {
  display: grid;
  gap: 1.35rem;
  padding: 0 1rem 1.4rem;
}

.memory-page {
  display: grid;
  gap: .85rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(243, 240, 230, .1);
}

.memory-photo {
  position: relative;
  min-height: 45vh;
  border-radius: 1.25rem;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, .56)),
    url("assets/journal-triptych.png") var(--pos) / 300% 100%;
  box-shadow: 0 1.1rem 2.4rem rgba(0, 0, 0, .34);
}

.memory-people {
  position: absolute;
  left: .85rem;
  bottom: .85rem;
  display: flex;
}

.memory-people span {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-right: -.45rem;
  border: 2px solid #0b0c0b;
  border-radius: 50%;
  background: var(--acid);
  color: #0b0c0b;
  font-size: .72rem;
  font-weight: 900;
}

.memory-copy p {
  margin: 0 0 .3rem;
  color: var(--acid);
  font-family: Georgia, serif;
  font-size: .9rem;
  font-style: italic;
}

.memory-copy h2 {
  margin: 0;
  color: var(--offwhite);
  font-family: Georgia, serif;
  font-size: 1.55rem;
  line-height: .96;
  letter-spacing: -.04rem;
}

.memory-copy span {
  display: block;
  margin-top: .55rem;
  color: rgba(243, 240, 230, .7);
  font-family: Georgia, serif;
  font-size: .86rem;
  line-height: 1.35;
}

@keyframes journalRise {
  from {
    opacity: .7;
    transform: translateY(1rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lodging-page span {
  color: #ffd18f;
  font-family: Georgia, serif;
  font-style: italic;
}

.lodging-page strong {
  max-width: 14rem;
  font-family: Georgia, serif;
  font-size: 2.3rem;
  line-height: .96;
}

.lodging-page small {
  color: rgba(255, 255, 255, .78);
  font-family: Georgia, serif;
  font-size: 1rem;
}

.story-detail-hero {
  min-height: 78vh;
  display: grid;
  align-content: space-between;
  margin: -3.35rem -1rem 1.15rem;
  padding: 4.05rem 1rem 1.2rem;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .66)),
    url("assets/journal-triptych.png") var(--pos) / 300% 100%;
}

.story-detail-hero span {
  color: #ffd18f;
  font-family: Georgia, serif;
  font-size: 1rem;
  font-style: italic;
}

.story-detail-hero h1 {
  max-width: 18rem;
  margin: .45rem 0;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 3rem;
  line-height: .92;
  letter-spacing: -.08rem;
}

.story-detail-hero p {
  color: rgba(255, 255, 255, .78);
  font-family: Georgia, serif;
}

.app-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .8rem;
  margin-bottom: 1rem;
}

.app-header.compact {
  justify-content: flex-start;
}

.kicker,
.stamp,
.tiny {
  margin: 0;
  color: var(--acid);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .08rem;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

.app-header h1,
.group-hero h1,
.success h1 {
  margin: .25rem 0 0;
  font-size: 1.9rem;
  line-height: .96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.app-header h1 {
  max-width: 15rem;
}

.avatar-button,
.back-button,
.ticket-cta,
.section-title button {
  min-height: 2.3rem;
  border: 1px solid var(--line);
  border-radius: .35rem;
  background: var(--paper);
  color: #141414;
  font-weight: 900;
}

.avatar-button {
  width: 2.7rem;
  border-radius: 50%;
}

.back-button {
  padding: 0 .75rem;
}

.hero-ticket,
.group-card,
.hotel-large,
.split-card,
.panel,
.profile-card,
.search-panel {
  border: 1px solid var(--line);
  border-radius: .55rem;
  background: var(--panel);
  box-shadow: .28rem .28rem 0 rgba(0, 0, 0, .35);
}

.photo-hero {
  position: relative;
  min-height: 11rem;
  margin-bottom: .85rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 1.1rem;
  overflow: hidden;
  background: #25162d;
}

.photo-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.18) contrast(.9);
}

.photo-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(5, 6, 5, .72), rgba(13, 61, 255, .2) 52%, rgba(221, 255, 48, .18));
  mix-blend-mode: multiply;
}

.photo-hero div {
  position: absolute;
  inset: auto 1rem 1rem;
  z-index: 1;
}

.photo-hero h2 {
  max-width: 14rem;
  margin: .35rem 0 0;
  color: #fff;
  font-size: 1.85rem;
  line-height: .94;
  text-transform: uppercase;
}

.hero-ticket {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  min-height: 10.5rem;
  padding: 1rem;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(243, 240, 230, .16), transparent 48%),
    linear-gradient(135deg, #11140d, var(--electric));
}

.hero-ticket h2,
.group-card h2 {
  margin: .35rem 0 .25rem;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
}

.ticket-cta {
  min-width: 4rem;
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .55rem;
  margin: .85rem 0 1.1rem;
}

.stat-strip div {
  border: 1px solid var(--line);
  border-radius: .45rem;
  padding: .65rem;
  background: #111;
}

.stat-strip strong {
  display: block;
  font-size: 1.35rem;
  color: var(--yellow);
}

.stat-strip span,
small {
  color: var(--muted);
  font-size: .78rem;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0 .55rem;
}

.section-title h2,
.panel h2,
.split-card h2,
.profile-card h2 {
  margin: 0;
  font-size: .95rem;
  text-transform: uppercase;
}

.hotel-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 9.4rem;
  gap: .7rem;
  overflow-x: auto;
  padding-bottom: .4rem;
}

.hotel-card {
  min-height: 7.4rem;
  border: 1px solid var(--line);
  border-radius: .5rem;
  padding: .75rem;
  color: #111;
  text-align: left;
}

.hotel-card span,
.hotel-card small,
.hotel-card strong {
  display: block;
}

.hotel-card strong {
  margin: 1.1rem 0 .3rem;
  line-height: 1;
  text-transform: uppercase;
}

.stack {
  display: grid;
  gap: .75rem;
}

.group-row,
.message-card {
  display: grid;
  grid-template-columns: 2.8rem 1fr auto;
  align-items: center;
  gap: .7rem;
  width: 100%;
  min-height: 4.3rem;
  border: 1px solid var(--line);
  border-radius: .5rem;
  background: #232220;
  color: var(--ink);
  padding: .65rem;
  text-align: left;
}

.message-card {
  grid-template-columns: 2.8rem 1fr;
}

.group-row strong,
.message-card strong,
.group-row small,
.message-card small {
  display: block;
}

.group-row em {
  color: var(--yellow);
  font-style: normal;
  font-weight: 900;
}

.avatar-dot {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  color: #141414;
  font-weight: 900;
}

.filter-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .55rem;
  margin-bottom: 1rem;
}

.chip {
  min-height: 2.45rem;
  border: 1px solid var(--line);
  border-radius: .35rem;
  background: #242321;
  color: var(--ink);
  font-weight: 800;
}

.chip.is-selected {
  background: var(--acid);
  color: #111;
}

.group-card,
.hotel-large {
  display: block;
  width: 100%;
  min-height: 10.5rem;
  padding: 1rem;
  color: #111;
  text-align: left;
}

.group-card p,
.hotel-large small,
.hotel-large .price-line {
  color: rgba(255, 255, 255, .78);
}

.card-footer {
  display: flex;
  justify-content: space-between;
  gap: .7rem;
  margin-top: 1.2rem;
  font-weight: 900;
}

.search-panel,
.panel,
.split-card,
.profile-card {
  padding: .9rem;
  margin-bottom: .85rem;
}

.search-panel {
  display: grid;
  gap: .7rem;
}

label {
  display: grid;
  gap: .35rem;
  color: var(--paper-dim);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

input {
  width: 100%;
  min-height: 2.45rem;
  border: 1px solid #777;
  border-radius: .25rem;
  background: var(--paper);
  color: #151515;
  padding: 0 .65rem;
}

.group-hero {
  min-height: 12rem;
  margin: -3.35rem -1rem .85rem;
  padding: 4rem 1rem 1rem;
  color: #111;
}

.group-hero p {
  margin-bottom: 0;
  color: rgba(0, 0, 0, .72);
}

.meter {
  height: .85rem;
  margin: .9rem 0 .35rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #111;
  overflow: hidden;
}

.meter span {
  display: block;
  width: var(--fill);
  height: 100%;
  background: var(--acid);
}

.tag-row,
.traveler-grid,
.mini-form,
.action-pair {
  display: grid;
  gap: .55rem;
}

.tag-row {
  grid-template-columns: repeat(2, 1fr);
  margin-top: .8rem;
}

.tag-row span {
  border: 1px solid var(--line);
  border-radius: .35rem;
  padding: .5rem;
  color: var(--yellow);
  font-weight: 900;
}

.traveler-grid {
  grid-template-columns: repeat(5, 1fr);
}

.traveler-grid span {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--paper);
  color: #111;
  font-weight: 900;
}

.traveler-grid small {
  display: none;
}

.action-pair {
  grid-template-columns: 1fr 1fr;
  position: sticky;
  bottom: -.2rem;
  z-index: 3;
  padding: .55rem 0 .25rem;
  background: linear-gradient(180deg, transparent, var(--black) 28%);
}

.primary-action,
.secondary-action {
  min-height: 3rem;
  border-radius: .4rem;
  font-weight: 900;
  text-transform: uppercase;
}

.primary-action {
  border: 0;
  background: var(--electric);
  color: var(--offwhite);
  box-shadow: 0 .55rem 1rem rgba(13, 61, 255, .28);
}

.glass-panel .primary-action,
.login-panel .primary-action {
  color: #fff;
}

.secondary-action {
  border: 1px solid var(--line);
  background: #242321;
  color: var(--ink);
}

.full {
  width: 100%;
  margin-bottom: .85rem;
}

.step-dots {
  display: flex;
  align-items: center;
  gap: .4rem;
  margin-bottom: .85rem;
}

.step-dots span {
  width: .58rem;
  height: .58rem;
  border-radius: 50%;
  background: #54504a;
}

.step-dots span.active {
  background: var(--acid);
}

.step-dots em {
  margin-left: .35rem;
  color: var(--muted);
  font-style: normal;
  font-size: .78rem;
}

.publish-card {
  margin-bottom: .85rem;
}

.success {
  display: grid;
  align-content: center;
  min-height: 100%;
  text-align: center;
}

.success p {
  color: var(--paper-dim);
  line-height: 1.45;
}

.profile-card {
  text-align: center;
}

.profile-avatar {
  display: grid;
  place-items: center;
  width: 5.5rem;
  height: 5.5rem;
  margin: 0 auto .85rem;
  border-radius: 50%;
  background: var(--yellow);
  color: #111;
  font-size: 1.5rem;
  font-weight: 900;
}

.tone-coral {
  background: linear-gradient(135deg, #11140d, var(--electric));
  color: var(--offwhite);
}

.tone-mint {
  background: linear-gradient(135deg, #1a1f12, #2f3f10);
  color: var(--offwhite);
}

.tone-blue {
  background: linear-gradient(135deg, #061a6d, var(--electric));
  color: var(--offwhite);
}

.tone-yellow {
  background: linear-gradient(135deg, var(--acid), #eef7b8);
  color: #111;
}

.nav {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.05rem;
  height: 4.15rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  border: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 .9rem 1.7rem rgba(0, 0, 0, .34);
}

.nav button {
  display: grid;
  place-items: center;
  gap: .12rem;
  border: 0;
  background: transparent;
  color: #151515;
  font-size: .62rem;
  text-transform: uppercase;
}

.nav strong {
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border: 0;
  border-radius: 50%;
  font-size: 1.05rem;
}

.nav button.active {
  color: #111;
}

.nav button:nth-child(3) {
  width: 4.7rem;
  height: 4.7rem;
  margin-top: -1.45rem;
  justify-self: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 .45rem 1.1rem rgba(0, 0, 0, .22);
}

.nav button:nth-child(3) strong {
  width: 2.9rem;
  height: 2.9rem;
  color: var(--electric);
  border: 0;
  border-radius: 50%;
  background: #fff;
  font-size: 2.7rem;
  line-height: 1;
  text-shadow:
    .07rem .07rem 0 var(--acid),
    -.06rem -.06rem 0 rgba(13, 61, 255, .55);
}

.nav button:nth-child(3) span {
  display: none;
}

.content {
  padding: 3.1rem 1rem 6.35rem;
}

.journal-content {
  padding-bottom: 6.35rem;
}

.section-rail {
  display: grid;
  gap: .65rem;
  padding: 0 1rem 1.25rem;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}

.section-title button {
  min-height: 2rem;
  border-color: rgba(243, 240, 230, .14);
  border-radius: 999px;
  background: rgba(243, 240, 230, .06);
  color: rgba(243, 240, 230, .78);
  padding: 0 .75rem;
  font-size: .7rem;
  text-transform: uppercase;
}

.find-widget,
.post-widget,
.group-row,
.message-card,
.chat-summary,
.chat-compose,
.chat-thread article,
.auth-form-card,
.verify-view .compact-login,
.panel,
.search-panel,
.split-card,
.profile-numbers span,
.profile-tabs button,
.profile-tile,
.stay-row {
  border-color: rgba(243, 240, 230, .14);
  box-shadow: 0 .75rem 1.65rem rgba(0, 0, 0, .22);
}

.find-widget,
.post-widget {
  position: relative;
  min-height: 7.1rem;
  border-radius: .9rem;
  background:
    linear-gradient(135deg, rgba(221, 255, 48, .08), transparent 54%),
    linear-gradient(180deg, rgba(243, 240, 230, .035), transparent),
    #10110f;
}

.post-widget {
  background:
    linear-gradient(135deg, rgba(13, 61, 255, .18), transparent 54%),
    linear-gradient(180deg, rgba(243, 240, 230, .035), transparent),
    #10110f;
}

.find-widget i,
.post-widget i {
  position: absolute;
  right: .8rem;
  top: .72rem;
  color: rgba(243, 240, 230, .78);
  font-style: normal;
  font-size: 1rem;
}

.find-widget em,
.post-widget em {
  display: inline-block;
  margin-top: .45rem;
  color: var(--glacier);
  font-size: .68rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.journal-image {
  position: relative;
  border: 1px solid rgba(243, 240, 230, .12);
}

.journal-image::after {
  content: "Featured circle";
  position: absolute;
  left: .85rem;
  bottom: .85rem;
  color: var(--offwhite);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .08rem;
  text-transform: uppercase;
}

.result-card,
.group-row {
  display: grid;
  grid-template-columns: 2.6rem 1fr auto;
  align-items: center;
  gap: .72rem;
  min-height: 6.2rem;
  border: 1px solid rgba(243, 240, 230, .14);
  border-radius: .95rem;
  padding: .85rem;
  background:
    linear-gradient(135deg, rgba(221, 255, 48, .055), transparent 45%),
    #10110f;
  color: var(--offwhite);
  text-align: left;
}

.group-row span:not(.avatar-dot) {
  display: grid;
  gap: .18rem;
}

.group-row strong {
  color: var(--offwhite);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  line-height: 1.05;
}

.group-row small,
.group-row em {
  color: rgba(243, 240, 230, .62);
  font-size: .72rem;
  font-style: normal;
}

.group-row b {
  align-self: end;
  color: var(--glacier);
  font-size: .78rem;
}

.calendar-grid button.active {
  background: rgba(221, 255, 48, .9);
  box-shadow: 0 0 0 1px rgba(243, 240, 230, .18) inset;
}

.listing-panel {
  background:
    linear-gradient(180deg, rgba(243, 240, 230, .035), transparent),
    #151512;
}

.sticky-continue {
  position: static;
  margin: 1rem 0 0;
  padding: 0;
  background: transparent;
}

.sticky-continue .full {
  margin-bottom: 0;
  min-height: 3rem;
}

.content:has(.sticky-continue) {
  padding-bottom: 8.5rem;
}

.profile-hero {
  padding-top: 2.8rem;
}

.profile-context {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
}

.profile-context span {
  border: 1px solid rgba(243, 240, 230, .12);
  border-radius: .65rem;
  padding: .55rem;
  background: rgba(243, 240, 230, .04);
  color: rgba(243, 240, 230, .72);
  font-size: .7rem;
  font-weight: 900;
}

.profile-tabs button {
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.journal-profile-grid {
  grid-template-columns: 1fr 1fr;
  gap: .65rem;
  padding-bottom: 6.7rem;
}

.journal-profile-grid .profile-tile {
  aspect-ratio: 1 / 1.18;
  border: 1px solid rgba(243, 240, 230, .12);
  border-radius: .85rem;
  display: grid;
  align-content: end;
}

.profile-tile span {
  margin-top: 0;
  color: var(--acid);
}

.profile-tile strong {
  display: block;
  margin-top: .25rem;
  color: var(--offwhite);
  font-family: Georgia, "Times New Roman", serif;
  font-size: .9rem;
  line-height: 1;
}

.thread-filters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .45rem;
  margin-bottom: .9rem;
}

.thread-filters button {
  min-height: 2rem;
  border: 1px solid rgba(243, 240, 230, .12);
  border-radius: 999px;
  background: rgba(243, 240, 230, .04);
  color: rgba(243, 240, 230, .68);
  font-size: .66rem;
  font-weight: 900;
}

.thread-filters button.active {
  border-color: rgba(221, 255, 48, .48);
  color: #0b0c0b;
  background: var(--acid);
}

.thread-stack {
  gap: .7rem;
}

.thread-card {
  position: relative;
  grid-template-columns: 2.6rem 1fr auto;
  min-height: 6.6rem;
  border-radius: .95rem;
  padding: .82rem;
  background:
    linear-gradient(135deg, rgba(13, 61, 255, .12), transparent 42%),
    #10110f;
}

.thread-card span:not(.avatar-dot) {
  display: grid;
  gap: .16rem;
}

.thread-card strong {
  color: var(--offwhite);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}

.thread-card small,
.thread-card em,
.thread-card time {
  color: rgba(243, 240, 230, .58);
  font-size: .68rem;
  font-style: normal;
}

.thread-card b {
  display: grid;
  place-items: center;
  min-width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: var(--acid);
  color: #0b0c0b;
  font-size: .68rem;
}

.thread-card time {
  position: absolute;
  right: .82rem;
  bottom: .78rem;
}

.chat-summary {
  margin-bottom: .9rem;
  border: 1px solid rgba(243, 240, 230, .14);
  border-radius: .95rem;
  padding: .85rem;
  background: #10110f;
}

.chat-summary p {
  margin: .25rem 0 0;
  color: rgba(243, 240, 230, .68);
}

.chat-thread {
  display: grid;
  gap: .7rem;
}

.chat-thread article {
  max-width: 86%;
  border: 1px solid rgba(243, 240, 230, .12);
  border-radius: .95rem .95rem .95rem .2rem;
  padding: .75rem;
  background: #10110f;
}

.chat-thread article.mine {
  justify-self: end;
  border-radius: .95rem .95rem .2rem .95rem;
  background: rgba(13, 61, 255, .18);
}

.chat-thread span {
  color: var(--acid);
  font-size: .66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.chat-thread p {
  margin: .25rem 0 0;
  color: var(--offwhite);
  font-size: .88rem;
  line-height: 1.35;
}

.chat-compose {
  position: sticky;
  bottom: 5.15rem;
  z-index: 4;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .5rem;
  margin-top: 1rem;
  border: 1px solid rgba(243, 240, 230, .14);
  border-radius: 999px;
  padding: .35rem;
  background: #10110f;
}

.chat-compose input {
  min-height: 2.5rem;
  border: 0;
  background: transparent;
  color: rgba(243, 240, 230, .68);
}

.chat-compose button {
  min-width: 4.5rem;
  border: 0;
  border-radius: 999px;
  background: var(--electric);
  color: var(--offwhite);
  font-weight: 900;
}

.nav {
  left: 1rem;
  right: 1rem;
  bottom: .85rem;
  height: 3.65rem;
  border: 1px solid rgba(243, 240, 230, .16);
  background: rgba(12, 13, 12, .94);
  box-shadow: 0 .9rem 1.7rem rgba(0, 0, 0, .38);
  backdrop-filter: blur(16px);
}

.nav button {
  color: rgba(243, 240, 230, .68);
}

.nav strong {
  width: 1.45rem;
  height: 1.45rem;
  font-size: .9rem;
}

.nav button.active {
  color: var(--offwhite);
}

.nav button.active strong {
  color: var(--acid);
  text-shadow: 0 0 .65rem rgba(221, 255, 48, .28);
}

.nav button:nth-child(3) {
  width: 3.75rem;
  height: 3.75rem;
  margin-top: -.95rem;
  border: 1px solid rgba(243, 240, 230, .18);
  background:
    linear-gradient(135deg, rgba(221, 255, 48, .12), rgba(13, 61, 255, .18)),
    #11120f;
  box-shadow: 0 .55rem 1.15rem rgba(0, 0, 0, .32);
}

.nav button:nth-child(3) strong {
  width: 2.35rem;
  height: 2.35rem;
  color: var(--offwhite);
  background: transparent;
  font-size: 2rem;
  text-shadow:
    .05rem .05rem 0 var(--acid),
    -.04rem -.04rem 0 var(--electric);
}

@media (max-width: 430px) {
  .shell {
    padding: 0;
  }

  .phone {
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    border: 0;
    border-radius: 0;
  }
}
