/* Exact supplied main page layout, scoped to the home screen. */
:root {
  --ink: #11101a;
  --text: #2f2b41;
  --muted: #69647a;
  --purple: #9145ef;
  --purple-2: #b842ef;
  --pink: #ec6bea;
  --blue: #7585fb;
  --ease: cubic-bezier(.22,.82,.22,1);
  --glass-hue: 268;
  --glass-alpha: .032;
  --bg-shift-x: 0px;
  --bg-shift-y: 0px;
  --scene-saturate: 1;
  --scene-brightness: 1;
}


.app-shell.screen-home {
  width: min(100%, 432px);
  padding: 0;
  background: transparent;
}

.app-shell.screen-home .content-viewport {
  display: block;
  gap: 0;
  padding-bottom: calc(var(--nav-height) + 22px + env(safe-area-inset-bottom));
}

.app-shell.screen-home .bottom-nav {
  width: min(calc(100% - 60px), 390px);
}


.bg-scene {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -20;
  width: min(100%, 432px);
  overflow: hidden;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.74) 0 10%, rgba(255,255,255,0) 36%),
    linear-gradient(180deg, #f7f1ff 0%, #efe7fc 52%, #eee4fb 100%);
  filter: saturate(var(--scene-saturate)) brightness(var(--scene-brightness));
  box-shadow: 0 0 42px rgba(50, 35, 82, .08);
  isolation: isolate;
}

.bg-scene::before {
  content: "";
  position: absolute;
  inset: -10%;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 70, 213, .20) 0 14%, rgba(255,255,255,0) 42%),
    radial-gradient(circle at 86% 16%, rgba(88, 101, 255, .17) 0 15%, rgba(255,255,255,0) 44%),
    radial-gradient(circle at 17% 86%, rgba(157, 104, 255, .14) 0 16%, rgba(255,255,255,0) 42%),
    radial-gradient(circle at 82% 82%, rgba(255, 96, 205, .14) 0 16%, rgba(255,255,255,0) 44%);
  opacity: .96;
  transform: translate3d(calc(var(--bg-shift-x) * .30), calc(var(--bg-shift-y) * .30), 0);
  will-change: transform;
}

.bg-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,0) 22%, rgba(255,255,255,0) 80%, rgba(197,188,220,.08) 100%);
  mix-blend-mode: soft-light;
  opacity: .9;
}

.bg-grain {
  position: absolute;
  inset: -8%;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,0) 54%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E");
  opacity: .24;
  mix-blend-mode: soft-light;
  z-index: 6;
}

.bg-sheet,
.bg-orb {
  position: absolute;
  pointer-events: none;
  will-change: transform, border-radius, opacity;
  filter: saturate(118%);
}

.bg-sheet::before,
.bg-sheet::after,
.bg-orb::before,
.bg-orb::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.bg-sheet {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.28);
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,.65),
    inset 0 -1px 2px rgba(91, 73, 171, .08),
    0 14px 34px rgba(110, 79, 184, .10);
  mix-blend-mode: screen;
  transform-origin: center;
  z-index: 1;
}

.bg-sheet::before,
.bg-orb::before {
  background:
    radial-gradient(64% 52% at 18% 16%, rgba(255,255,255,.88), rgba(255,255,255,0) 54%),
    linear-gradient(130deg, rgba(255,255,255,.08), rgba(255,255,255,0) 34%, rgba(255,255,255,.12) 58%, rgba(255,255,255,0) 76%),
    linear-gradient(135deg, rgba(255, 86, 219, .58), rgba(233, 210, 255, .18) 38%, rgba(106, 103, 255, .50) 100%);
  opacity: .95;
}

.bg-sheet::after,
.bg-orb::after {
  inset: 4%;
  background:
    radial-gradient(58% 26% at 24% 14%, rgba(255,255,255,.92), rgba(255,255,255,0) 62%),
    linear-gradient(120deg, rgba(255,255,255,.40), rgba(255,255,255,0) 28%, rgba(255,255,255,0) 68%, rgba(90,214,255,.22) 88%, rgba(255, 98, 220, .18) 100%);
  mix-blend-mode: screen;
  opacity: .78;
}

.bg-sheet.s1 {
  top: -6%;
  left: -18%;
  width: 104%;
  height: 34%;
  border-radius: 28% 72% 54% 46% / 26% 34% 66% 74%;
  transform: translate3d(calc(var(--bg-shift-x) * -.18), calc(var(--bg-shift-y) * -.06), 0) rotate(-12deg);
  animation: sheetFloatA 19s cubic-bezier(.42,0,.18,1) infinite alternate;
  opacity: .96;
}

.bg-sheet.s2 {
  top: 5%;
  right: -26%;
  width: 82%;
  height: 56%;
  border-radius: 42% 58% 48% 52% / 18% 28% 72% 82%;
  transform: translate3d(calc(var(--bg-shift-x) * .16), calc(var(--bg-shift-y) * -.10), 0) rotate(17deg);
  animation: sheetFloatB 23s cubic-bezier(.42,0,.18,1) infinite alternate;
  opacity: .94;
  z-index: 2;
}

.bg-sheet.s3 {
  bottom: -13%;
  left: -22%;
  width: 90%;
  height: 34%;
  border-radius: 60% 40% 22% 78% / 58% 72% 28% 42%;
  transform: translate3d(calc(var(--bg-shift-x) * -.15), calc(var(--bg-shift-y) * .14), 0) rotate(8deg);
  animation: sheetFloatC 22s cubic-bezier(.42,0,.18,1) infinite alternate;
  opacity: .92;
}

.bg-sheet.s4 {
  bottom: 18%;
  right: -34%;
  width: 58%;
  height: 44%;
  border-radius: 52% 48% 58% 42% / 44% 62% 38% 56%;
  transform: translate3d(calc(var(--bg-shift-x) * .16), calc(var(--bg-shift-y) * .08), 0) rotate(-18deg);
  animation: sheetFloatD 24s cubic-bezier(.42,0,.18,1) infinite alternate;
  opacity: .92;
  z-index: 3;
}

.bg-sheet.s5 {
  top: 36%;
  left: 10%;
  width: 96%;
  height: 22%;
  border-radius: 999px;
  transform: translate3d(calc(var(--bg-shift-x) * .04), calc(var(--bg-shift-y) * .02), 0) rotate(-36deg);
  animation: sheetSweep 20s cubic-bezier(.42,0,.18,1) infinite alternate;
  opacity: .54;
  z-index: 1;
}

.bg-orb {
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.32);
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,.66),
    0 14px 28px rgba(99, 72, 175, .10);
  mix-blend-mode: screen;
  z-index: 4;
}

.bg-orb.o1 {
  top: 57%;
  right: -8%;
  width: 42%;
  aspect-ratio: 1;
  transform: translate3d(calc(var(--bg-shift-x) * .12), calc(var(--bg-shift-y) * .14), 0);
  animation: orbBreatheA 18s cubic-bezier(.42,0,.18,1) infinite alternate;
  opacity: .88;
}

.bg-orb.o2 {
  top: 14%;
  left: 20%;
  width: 22%;
  aspect-ratio: 1;
  transform: translate3d(calc(var(--bg-shift-x) * -.08), calc(var(--bg-shift-y) * .06), 0);
  animation: orbBreatheB 16s cubic-bezier(.42,0,.18,1) infinite alternate;
  opacity: .54;
  z-index: 2;
}

.bg-edge-glint {
  position: absolute;
  inset: -20% -55%;
  pointer-events: none;
  z-index: 5;
  background:
    linear-gradient(112deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,.03) 24%,
      rgba(255,255,255,.18) 34%,
      rgba(255,255,255,.40) 40%,
      rgba(255,255,255,.09) 46%,
      rgba(255,255,255,0) 58%,
      rgba(255, 134, 235, .08) 68%,
      rgba(255,255,255,0) 78%);
  opacity: .20;
  mix-blend-mode: screen;
  filter: blur(10px);
  animation: edgeGlintRun 13s linear infinite;
}

.bg-flare {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 5;
  background: radial-gradient(circle, rgba(255,255,255,.42) 0, rgba(255,255,255,.16) 18%, rgba(255,255,255,0) 60%);
  mix-blend-mode: screen;
  filter: blur(8px);
  opacity: .28;
  animation: flarePulse 11s ease-in-out infinite alternate;
}

.bg-flare.f1 {
  top: 8%;
  left: 4%;
}

.bg-flare.f2 {
  bottom: 18%;
  right: 6%;
  width: 132px;
  height: 132px;
  animation-delay: -5s;
}

@keyframes sheetFloatA {
  0% {
    transform: translate3d(calc(var(--bg-shift-x) * -.18), calc(var(--bg-shift-y) * -.06), 0) rotate(-12deg) scale(1,1);
    border-radius: 28% 72% 54% 46% / 26% 34% 66% 74%;
  }
  50% {
    transform: translate3d(calc(var(--bg-shift-x) * -.10), calc(var(--bg-shift-y) * -.02), 0) rotate(-8deg) scale(1.03,.98);
    border-radius: 34% 66% 48% 52% / 28% 40% 60% 72%;
  }
  100% {
    transform: translate3d(calc(var(--bg-shift-x) * -.20), calc(var(--bg-shift-y) * .04), 0) rotate(-15deg) scale(.98,1.04);
    border-radius: 24% 76% 58% 42% / 22% 36% 64% 78%;
  }
}

@keyframes sheetFloatB {
  0% {
    transform: translate3d(calc(var(--bg-shift-x) * .16), calc(var(--bg-shift-y) * -.10), 0) rotate(17deg) scale(1,1);
    border-radius: 42% 58% 48% 52% / 18% 28% 72% 82%;
  }
  50% {
    transform: translate3d(calc(var(--bg-shift-x) * .08), calc(var(--bg-shift-y) * -.02), 0) rotate(14deg) scale(1.05,.97);
    border-radius: 36% 64% 40% 60% / 20% 34% 66% 80%;
  }
  100% {
    transform: translate3d(calc(var(--bg-shift-x) * .18), calc(var(--bg-shift-y) * .06), 0) rotate(20deg) scale(.98,1.03);
    border-radius: 48% 52% 56% 44% / 16% 26% 74% 84%;
  }
}

@keyframes sheetFloatC {
  0% {
    transform: translate3d(calc(var(--bg-shift-x) * -.15), calc(var(--bg-shift-y) * .14), 0) rotate(8deg) scale(1,1);
    border-radius: 60% 40% 22% 78% / 58% 72% 28% 42%;
  }
  50% {
    transform: translate3d(calc(var(--bg-shift-x) * -.08), calc(var(--bg-shift-y) * .08), 0) rotate(4deg) scale(1.04,.97);
    border-radius: 54% 46% 26% 74% / 54% 68% 32% 46%;
  }
  100% {
    transform: translate3d(calc(var(--bg-shift-x) * -.18), calc(var(--bg-shift-y) * .18), 0) rotate(11deg) scale(.98,1.05);
    border-radius: 66% 34% 20% 80% / 62% 74% 26% 38%;
  }
}

@keyframes sheetFloatD {
  0% {
    transform: translate3d(calc(var(--bg-shift-x) * .16), calc(var(--bg-shift-y) * .08), 0) rotate(-18deg) scale(1,1);
    border-radius: 52% 48% 58% 42% / 44% 62% 38% 56%;
  }
  50% {
    transform: translate3d(calc(var(--bg-shift-x) * .08), calc(var(--bg-shift-y) * .02), 0) rotate(-14deg) scale(1.03,.98);
    border-radius: 48% 52% 62% 38% / 40% 58% 42% 60%;
  }
  100% {
    transform: translate3d(calc(var(--bg-shift-x) * .19), calc(var(--bg-shift-y) * .12), 0) rotate(-21deg) scale(.98,1.04);
    border-radius: 56% 44% 54% 46% / 48% 64% 36% 52%;
  }
}

@keyframes sheetSweep {
  0% {
    transform: translate3d(calc(var(--bg-shift-x) * .04), calc(var(--bg-shift-y) * .02), 0) rotate(-36deg) scale(1,.94);
  }
  50% {
    transform: translate3d(calc(var(--bg-shift-x) * .01), calc(var(--bg-shift-y) * -.02), 0) rotate(-31deg) scale(1.08,.88);
  }
  100% {
    transform: translate3d(calc(var(--bg-shift-x) * .08), calc(var(--bg-shift-y) * .04), 0) rotate(-40deg) scale(.96,1.02);
  }
}

@keyframes orbBreatheA {
  0% {
    transform: translate3d(calc(var(--bg-shift-x) * .12), calc(var(--bg-shift-y) * .14), 0) scale(1,1);
  }
  50% {
    transform: translate3d(calc(var(--bg-shift-x) * .06), calc(var(--bg-shift-y) * .10), 0) scale(1.05,.96);
  }
  100% {
    transform: translate3d(calc(var(--bg-shift-x) * .15), calc(var(--bg-shift-y) * .18), 0) scale(.97,1.04);
  }
}

@keyframes orbBreatheB {
  0% {
    transform: translate3d(calc(var(--bg-shift-x) * -.08), calc(var(--bg-shift-y) * .06), 0) scale(1,1);
  }
  100% {
    transform: translate3d(calc(var(--bg-shift-x) * -.04), calc(var(--bg-shift-y) * .02), 0) scale(1.08,.94);
  }
}

@keyframes edgeGlintRun {
  0% {
    transform: translate3d(-28%, -6%, 0) rotate(11deg) scaleX(.92);
    opacity: .06;
  }
  16% {
    opacity: .24;
  }
  44% {
    transform: translate3d(2%, 0, 0) rotate(14deg) scaleX(1.0);
    opacity: .18;
  }
  76% {
    opacity: .08;
  }
  100% {
    transform: translate3d(42%, 8%, 0) rotate(18deg) scaleX(1.06);
    opacity: .04;
  }
}

@keyframes flarePulse {
  0% {
    transform: scale(.92);
    opacity: .16;
  }
  100% {
    transform: scale(1.12);
    opacity: .34;
  }
}

.home-reference {
  position: relative;
  z-index: 1;
  isolation: isolate;
  width: min(100%, 432px);
  min-height: 100svh;
  margin: 0 auto;
  overflow: visible;
  padding: max(24px, env(safe-area-inset-top)) 30px max(26px, env(safe-area-inset-bottom));
  background: transparent;
}

.home-reference .glass {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.68);
  outline: 1px solid rgba(255,255,255,.10);
  outline-offset: 1px;
  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,.22) 0%,
      rgba(255,255,255,.095) 45%,
      hsl(var(--glass-hue) 55% 92% / var(--glass-alpha)) 100%
    );
  -webkit-backdrop-filter: blur(34px) saturate(132%) brightness(1.015);
  backdrop-filter: blur(34px) saturate(132%) brightness(1.015);
  box-shadow:
    0 3px 7px rgba(68,44,109,.08),
    0 15px 32px rgba(82,54,132,.065),
    inset 0 1.5px 1px rgba(255,255,255,.90),
    inset 1px 0 1px rgba(255,255,255,.40),
    inset -1px 0 1px rgba(255,255,255,.14),
    inset 0 -2px 3px rgba(91,61,150,.075);
}

.home-reference .glass::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: .82;
  mix-blend-mode: screen;
  background:
    radial-gradient(130% 68% at 18% -12%, rgba(255,255,255,.90), transparent 47%),
    radial-gradient(68% 88% at 102% 100%, hsl(calc(var(--glass-hue) + 14) 55% 76% / .045), transparent 63%),
    linear-gradient(118deg, rgba(255,255,255,.20), transparent 32%, transparent 72%, rgba(255,255,255,.07));
}

.home-reference .glass::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.09),
    inset 0 -14px 24px rgba(117,82,190,.025);
}

.home-reference .glass > * { position: relative; z-index: 1; }

.home-reference .topbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  margin-right: -2px;
  margin-left: -2px;
  padding: 8px 10px 8px 12px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.30), rgba(255,255,255,.10)),
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.02));
  -webkit-backdrop-filter: blur(24px) saturate(165%);
  backdrop-filter: blur(24px) saturate(165%);
  box-shadow:
    0 8px 24px rgba(69,47,118,.08),
    inset 0 1.5px 1px rgba(255,255,255,.92),
    inset 0 -1.5px 2px rgba(100,73,156,.08);
  overflow: hidden;
  isolation: isolate;
}

.home-reference .topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(90% 90% at 8% 0%, rgba(255,255,255,.72), rgba(255,255,255,0) 42%),
    linear-gradient(115deg, rgba(255,255,255,.14), transparent 30%, transparent 74%, rgba(255,255,255,.08));
  opacity: .88;
}

.home-reference .brand {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 13px;
  color: inherit;
  text-decoration: none;
}

.home-reference .brand-mark {
  position: relative;
  width: 53px;
  height: 53px;
  flex: 0 0 53px;
  filter: drop-shadow(0 8px 12px rgba(110,54,218,.20));
}

.home-reference .brand-mark::before {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 50%;
  background: rgba(174,79,244,.26);
  filter: blur(10px);
}

.home-reference .brand-mark svg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.home-reference .brand-mark img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-reference .brand-name {
  margin-top: 1px;
  font-family: Montserrat, "Avenir Next", Arial, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 3.75px;
  white-space: nowrap;
}

.home-reference .top-actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-reference .icon-button,
.home-reference .avatar {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: transform .22s var(--ease);
}

.home-reference .icon-button:active,
.home-reference .avatar:active { transform: scale(.93); }

.home-reference .icon-button {
  display: grid;
  place-items: center;
  color: #5c5870;
  border: 1px solid rgba(255,255,255,.92);
  outline: 1px solid rgba(255,255,255,.24);
  background: linear-gradient(145deg, rgba(255,255,255,.44), rgba(255,255,255,.13));
  -webkit-backdrop-filter: blur(24px) saturate(170%);
  backdrop-filter: blur(24px) saturate(170%);
  box-shadow:
    0 2px 4px rgba(59,39,91,.11),
    0 12px 25px rgba(73,48,117,.10),
    inset 0 1.5px 1px rgba(255,255,255,.98),
    inset 0 -1.5px 2px rgba(96,68,145,.12);
}

.home-reference .icon-button .ui-icon { width: 24px; height: 24px; }

.home-reference .avatar {
  display: grid;
  place-items: center;
  color: white;
  font-size: 21px;
  font-weight: 400;
  background:
    radial-gradient(circle at 33% 22%, rgba(255,255,255,.58), transparent 25%),
    linear-gradient(145deg, #dc79ef 0%, #ac4cf2 47%, #7549e9 100%);
  box-shadow:
    0 4px 7px rgba(111,54,210,.18),
    0 14px 27px rgba(126,58,230,.25),
    inset 0 1.5px 1px rgba(255,255,255,.70),
    inset 0 -2px 3px rgba(76,39,170,.17);
}

.home-reference .greeting {
  margin: 24px 7px 11px;
}

.home-reference .greeting h1 {
  margin: 0;
  font-size: 29px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: -.045em;
}

.home-reference .greeting .wave {
  display: inline-block;
  margin-left: 5px;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 31px;
  line-height: 1;
  vertical-align: -4px;
  letter-spacing: 0;
}

.home-reference .greeting p {
  margin: 7px 0 0;
  color: #676276;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -.015em;
}

.home-reference .home-auth-panel {
  display: grid;
  gap: 8px;
  margin: 0 0 12px;
  padding: 18px;
  border-radius: 24px;
}

.home-reference .home-auth-panel strong {
  color: #15131d;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0;
}

.home-reference .home-auth-panel span {
  color: #635e73;
  font-size: 14px;
  line-height: 1.3;
}

.home-reference .home-auth-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 6px;
}

.home-reference .home-pill-button {
  display: grid;
  min-height: 44px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 999px;
  color: #332d46;
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
  background: linear-gradient(145deg, rgba(255,255,255,.46), rgba(255,255,255,.16));
  box-shadow: inset 0 1px 1px rgba(255,255,255,.88), 0 8px 18px rgba(69,44,111,.08);
}

.home-reference .home-pill-button--primary {
  color: white;
  border-color: rgba(255,255,255,.66);
  background: linear-gradient(115deg, #ec72ea, #9a49ef 56%, #667af0);
}

.home-reference .subscription-card {
  position: relative;
  display: block;
  height: 183px;
  min-height: 0;
  border-radius: 29px;
  padding: 23px 17px 20px 24px;
}

.home-reference .subscription-card::before {
  background: radial-gradient(130% 76% at 15% -8%, rgba(255,255,255,.95), transparent 50%), linear-gradient(118deg, rgba(255,255,255,.18), transparent 32%, transparent 70%, rgba(255,255,255,.08));
}

.home-reference .subscription-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 205px;
}

.home-reference .subscription-title {
  display: flex;
  align-items: center;
  gap: 13px;
}

.home-reference .award-tile {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.52), rgba(255,255,255,.14));
  -webkit-backdrop-filter: blur(20px) saturate(175%);
  backdrop-filter: blur(20px) saturate(175%);
  box-shadow:
    0 2px 4px rgba(63,41,99,.09),
    0 9px 19px rgba(78,53,126,.08),
    inset 0 1.5px 1px rgba(255,255,255,.98),
    inset 0 -1.5px 2px rgba(117,77,181,.12);
}

.home-reference .award-tile svg { width: 42px; height: 42px; overflow: visible; filter: drop-shadow(0 5px 7px rgba(128,58,224,.20)); }

.home-reference .subscription-label {
  display: block;
  color: #5f5a70;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -.02em;
}

.home-reference .subscription-status {
  display: block;
  margin-top: 6px;
  color: transparent;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -.04em;
  background: linear-gradient(100deg, #8743ed, #bb42ef 78%);
  -webkit-background-clip: text;
  background-clip: text;
}

.home-reference .expires { padding-left: 2px; }

.home-reference .expires span {
  display: block;
  color: #666174;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
}

.home-reference .expires strong {
  display: block;
  margin-top: 6px;
  color: #15131d;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: -.025em;
  white-space: nowrap;
}

.home-reference .traffic-ring {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 15px;
  width: 146px;
  height: 146px;
  transform: translateY(-50%);
  filter: drop-shadow(0 12px 15px rgba(126,57,232,.14));
}

.home-reference .traffic-ring > svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: rotate(-96deg);
}

.home-reference .ring-track { fill: none; stroke: rgba(215,199,244,.48); stroke-width: 13; }
.home-reference .ring-glow { fill: none; stroke: url(#ringGradient); stroke-width: 18; stroke-linecap: round; stroke-dasharray: 485 553; opacity: .28; filter: blur(6px); }
.home-reference .ring-value { fill: none; stroke: url(#ringGradient); stroke-width: 12; stroke-linecap: round; stroke-dasharray: 485 553; }

.home-reference .traffic-center {
  position: absolute;
  inset: 23px;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 22%, rgba(255,255,255,.74), transparent 31%),
    linear-gradient(145deg, rgba(255,255,255,.35), rgba(255,255,255,.10));
  -webkit-backdrop-filter: blur(18px) saturate(175%);
  backdrop-filter: blur(18px) saturate(175%);
  box-shadow:
    inset 0 1.5px 1px rgba(255,255,255,.94),
    inset 0 -1.5px 2px rgba(110,76,170,.11),
    0 8px 18px rgba(74,51,119,.06);
}

.home-reference .traffic-center strong {
  display: block;
  color: #09080d;
  font-size: 36px;
  line-height: 35px;
  font-weight: 650;
  letter-spacing: -.05em;
}

.home-reference .traffic-center span {
  display: block;
  margin-top: 6px;
  color: #5e5a6c;
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: -.025em;
}

.home-reference .stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
  margin-top: 12px;
}

.home-reference .stat-card {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.43 / 1;
  min-height: 118px;
  max-height: 128px;
  padding: 0;
  border-radius: 25px;
  text-align: left;
  cursor: pointer;
  color: inherit;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
  appearance: none;
  -webkit-appearance: none;
  transition:
    transform .24s var(--ease),
    box-shadow .24s ease,
    border-color .24s ease;
}

.home-reference .stat-card:first-child::before,
.home-reference .stat-card:last-child::before {
  background:
    radial-gradient(135% 72% at 16% -8%, rgba(255,255,255,.96), transparent 50%),
    linear-gradient(118deg, rgba(255,255,255,.18), transparent 32%, transparent 70%, rgba(255,255,255,.08));
}

.home-reference .stat-card:hover {
  box-shadow:
    0 4px 10px rgba(68,44,109,.10),
    0 18px 36px rgba(82,54,132,.10),
    inset 0 1.5px 1px rgba(255,255,255,.94),
    inset 1px 0 1px rgba(255,255,255,.48),
    inset -1px 0 1px rgba(255,255,255,.18),
    inset 0 -2px 3px rgba(91,61,150,.10);
}

.home-reference .stat-card:active {
  transform: scale(.978);
}

.home-reference .stat-card:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(167,111,255,.28),
    0 4px 10px rgba(68,44,109,.10),
    0 18px 36px rgba(82,54,132,.10),
    inset 0 1.5px 1px rgba(255,255,255,.94),
    inset 1px 0 1px rgba(255,255,255,.48),
    inset -1px 0 1px rgba(255,255,255,.18),
    inset 0 -2px 3px rgba(91,61,150,.10);
}

.home-reference .stat-icon {
  position: absolute;
  top: 14px;
  left: 16px;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  margin: 0;
  color: #8f43ec;
  filter: drop-shadow(0 4px 5px rgba(126,59,221,.12));
}

.home-reference .stat-icon .ui-icon {
  width: 28px;
  height: 28px;
}

.home-reference .stat-card-chevron {
  position: absolute;
  top: 13px;
  right: 15px;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 50%;
  color: #8c43e8;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.64), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.34), rgba(255,255,255,.10));
  -webkit-backdrop-filter: blur(17px) saturate(160%) brightness(1.04);
  backdrop-filter: blur(17px) saturate(160%) brightness(1.04);
  box-shadow:
    0 5px 12px rgba(74,49,118,.075),
    inset 0 1px 1px rgba(255,255,255,.94),
    inset 0 -1px 1px rgba(110,72,170,.08);
  transition:
    background .28s ease,
    box-shadow .28s ease,
    border-color .28s ease,
    backdrop-filter .28s ease;
}

.home-reference .stat-card-chevron::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  pointer-events: none;
  opacity: .48;
  background:
    radial-gradient(circle at 34% 27%, rgba(255,255,255,.84), transparent 25%),
    radial-gradient(circle at 66% 72%, rgba(158,103,255,.20), transparent 46%);
  transform: scale(.94);
  transition:
    opacity .30s ease,
    transform .42s cubic-bezier(.2,.85,.2,1),
    filter .30s ease;
}

.home-reference .stat-card-chevron::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.14),
    inset 5px 5px 10px rgba(255,255,255,.10),
    inset -5px -5px 10px rgba(119,76,182,.05);
}

.home-reference .stat-card-chevron .ui-icon {
  position: relative;
  z-index: 2;
  width: 16px;
  height: 16px;
  stroke-width: 2.15;
  transform: translateX(.5px) scale(1);
  transform-origin: 50% 50%;
  transition:
    transform .34s cubic-bezier(.22,.78,.22,1),
    filter .34s ease,
    opacity .24s ease;
}

.home-reference .stat-card:hover .stat-card-chevron,
.home-reference .stat-card:focus-visible .stat-card-chevron {
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.72), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.40), rgba(255,255,255,.13));
  box-shadow:
    0 6px 14px rgba(74,49,118,.085),
    inset 0 1px 1px rgba(255,255,255,.96),
    inset 0 -1px 1px rgba(110,72,170,.08);
}

.home-reference .stat-card.is-lensing .stat-card-chevron {
  border-color: rgba(255,255,255,.90);
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.82), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,.46), rgba(226,211,255,.16));
  -webkit-backdrop-filter: blur(19px) saturate(175%) brightness(1.07);
  backdrop-filter: blur(19px) saturate(175%) brightness(1.07);
  box-shadow:
    0 7px 18px rgba(91,55,153,.12),
    inset 0 1.5px 1px rgba(255,255,255,.98),
    inset 0 -1.5px 2px rgba(118,79,184,.09);
}

.home-reference .stat-card.is-lensing .stat-card-chevron::before {
  opacity: .90;
  transform: scale(1.025);
  filter: brightness(1.035) saturate(1.035);
}

.home-reference .stat-card.is-lensing .stat-card-chevron .ui-icon {
  transform: translateX(.5px) scale(1.16);
  filter: drop-shadow(0 1px 2px rgba(114,56,204,.14));
}

.home-reference .stat-label {
  position: absolute;
  top: 54px;
  left: 16px;
  display: block;
  margin: 0;
  color: #5f5b6f;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -.025em;
}

.home-reference .stat-value {
  position: absolute;
  left: 16px;
  bottom: 14px;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  min-height: 34px;
  margin: 0;
  gap: 7px;
}

.home-reference .stat-value strong {
  color: #111019;
  font-size: 32px;
  line-height: .95;
  font-weight: 650;
  letter-spacing: -.055em;
}

.home-reference .stat-value span {
  color: #666174;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
}



.home-reference .key-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  margin-top: 12px;
  padding: 10px 12px 10px 20px;
  border-radius: 24px;
}

.home-reference .key-card::before {
  background:
    radial-gradient(125% 76% at 12% -8%, rgba(255,255,255,.96), transparent 49%),
    linear-gradient(118deg, rgba(255,255,255,.16), transparent 32%, transparent 70%, rgba(255,255,255,.07));
}

.home-reference .key-copy {
  min-width: 0;
}

.home-reference .key-title {
  display: block;
  color: #514d60;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: -.02em;
}

.home-reference .key-mask {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 9px;
}

.home-reference .dot-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-reference .key-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #29263d;
  box-shadow: 0 1px 1px rgba(32,27,54,.18);
}

.home-reference .copy-button {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 50%;
  color: #8b3fe9;
  cursor: pointer;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.66), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.42), rgba(255,255,255,.12));
  -webkit-backdrop-filter: blur(20px) saturate(145%);
  backdrop-filter: blur(20px) saturate(145%);
  box-shadow:
    0 2px 4px rgba(62,40,97,.09),
    0 9px 18px rgba(74,49,118,.08),
    inset 0 1.5px 1px rgba(255,255,255,.96),
    inset 0 -1.5px 2px rgba(110,72,170,.10);
  transition:
    transform .24s var(--ease),
    color .20s ease,
    box-shadow .24s ease,
    background .24s ease;
}

.home-reference .copy-button .ui-icon {
  width: 24px;
  height: 24px;
  transition: transform .24s cubic-bezier(.18,.9,.26,1.25), opacity .18s ease;
}

.home-reference .copy-button:active {
  transform: scale(.90);
}

.home-reference .copy-button.copied {
  color: #35a476;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.76), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.48), rgba(225,250,239,.18));
  box-shadow:
    0 2px 4px rgba(47,122,89,.09),
    0 10px 20px rgba(53,164,118,.13),
    inset 0 1.5px 1px rgba(255,255,255,.97),
    inset 0 -1.5px 2px rgba(72,161,122,.09);
}

.home-reference .copy-button.copied .ui-icon {
  transform: scale(1.12);
}

.home-reference .connect-card {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  width: 100%;
  height: 89px;
  margin-top: 12px;
  padding: 13px 18px 13px 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.88);
  outline: 1px solid rgba(255,255,255,.28);
  border-radius: 29px;
  color: white;
  text-align: left;
  cursor: pointer;
  background:
    radial-gradient(105px 72px at 5% 7%, rgba(255,255,255,.52), transparent 67%),
    radial-gradient(180px 110px at 37% 112%, rgba(244,57,239,.72), transparent 69%),
    radial-gradient(170px 115px at 86% 17%, rgba(93,114,255,.63), transparent 72%),
    linear-gradient(115deg, rgba(230,116,234,.92) 0%, rgba(184,65,238,.93) 38%, rgba(113,78,238,.92) 68%, rgba(103,126,236,.92) 100%);
  -webkit-backdrop-filter: blur(28px) saturate(190%);
  backdrop-filter: blur(28px) saturate(190%);
  box-shadow:
    0 3px 6px rgba(96,48,174,.18),
    0 16px 31px rgba(117,60,226,.24),
    inset 0 2px 2px rgba(255,255,255,.62),
    inset 1px 0 1px rgba(255,255,255,.31),
    inset 0 -2px 3px rgba(65,40,139,.20);
  transition: transform .32s var(--ease), box-shadow .32s ease, filter .32s ease;
}

.home-reference .connect-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 28px;
  pointer-events: none;
  mix-blend-mode: screen;
  background:
    radial-gradient(92% 58% at 17% -8%, rgba(255,255,255,.56), transparent 47%),
    linear-gradient(115deg, rgba(255,255,255,.28), transparent 28%, transparent 67%, rgba(255,255,255,.14));
}

.home-reference .connect-card::after {
  content: "";
  position: absolute;
  top: -74%;
  left: -40%;
  width: 26%;
  height: 255%;
  z-index: 0;
  pointer-events: none;
  transform: rotate(22deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.54), transparent);
  filter: blur(2px);
  animation: connectShine 5.4s ease-in-out infinite;
}
@keyframes connectShine {
  0%, 58% { left: -40%; opacity: 0; }
  63% { opacity: 1; }
  100% { left: 128%; opacity: 0; }
}

.home-reference .connect-card:active { transform: scale(.975); filter: saturate(1.05); }

.home-reference .connect-card.connected {
  background:
    radial-gradient(105px 72px at 5% 7%, rgba(255,255,255,.48), transparent 67%),
    radial-gradient(180px 110px at 37% 112%, rgba(64,226,179,.54), transparent 69%),
    radial-gradient(170px 115px at 86% 17%, rgba(83,163,255,.56), transparent 72%),
    linear-gradient(115deg, #64d5b8 0%, #4eb9c7 46%, #5e8de8 100%);
}

.home-reference .connect-orb {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 61px;
  height: 61px;
  flex: 0 0 auto;
  border: 1.5px solid rgba(255,255,255,.78);
  border-radius: 50%;
  background:
    radial-gradient(circle at 31% 24%, rgba(255,255,255,.64), transparent 27%),
    radial-gradient(circle at 50% 66%, rgba(89,37,199,.57), rgba(122,63,224,.18) 69%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  backdrop-filter: blur(16px) saturate(180%);
  box-shadow:
    0 2px 4px rgba(60,31,130,.15),
    0 0 18px rgba(255,255,255,.38),
    inset 0 1.5px 2px rgba(255,255,255,.58),
    inset 0 -1.5px 2px rgba(67,34,150,.15),
    0 9px 20px rgba(72,38,151,.20);
}

.home-reference .connect-orb .zap { width: 31px; height: 31px; filter: drop-shadow(0 4px 5px rgba(70,33,144,.27)); }

.home-reference .connect-text {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin-left: 18px;
}

.home-reference .connect-text strong {
  display: block;
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  letter-spacing: -.035em;
  white-space: nowrap;
}

.home-reference .connect-text small {
  display: block;
  max-width: 215px;
  margin-top: 4px;
  color: rgba(255,255,255,.91);
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: -.015em;
}

.home-reference .connect-arrow {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  padding-left: 8px;
}

.home-reference .connect-arrow .ui-icon { width: 30px; height: 30px; }


.home-reference .ui-icon {
  display: inline-block;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html.landing-preview,
html.landing-preview body,
html.landing-preview .app-root {
  height: auto;
  min-height: 0;
  overflow: hidden;
}

html.landing-preview body {
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.96), transparent 44%),
    linear-gradient(180deg, #fbfaff 0%, #f2edf8 100%);
}

html.landing-preview .bg-scene,
html.landing-preview .app-shell.screen-home .bottom-nav,
html.landing-preview .home-reference .topbar,
html.landing-preview .home-reference .greeting {
  display: none !important;
}

html.landing-preview .app-shell.screen-home {
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: hidden;
  padding: 0;
}

html.landing-preview .app-shell.screen-home .content-viewport {
  display: block;
  overflow: hidden;
  min-height: 0;
  padding: 0;
}

html.landing-preview .home-reference {
  width: 100%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 18px 18px 20px;
  background: transparent;
}

html.landing-preview .home-reference .subscription-card {
  margin-top: 0;
}

.connect-sheet {
  position: relative;
  width: min(100%, 396px);
  margin: 0 auto;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.84);
  background: linear-gradient(145deg, rgba(255,255,255,.40), rgba(255,255,255,.16));
  -webkit-backdrop-filter: blur(34px) saturate(145%);
  backdrop-filter: blur(34px) saturate(145%);
  box-shadow: 0 20px 40px rgba(49,31,89,.22), inset 0 1.5px 1px rgba(255,255,255,.98), inset 0 -2px 3px rgba(94,60,151,.10);
  padding: 12px 14px 14px;
  overflow: hidden;
}

.connect-sheet::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(130% 80% at 18% -10%, rgba(255,255,255,.95), transparent 48%), linear-gradient(118deg, rgba(255,255,255,.26), transparent 31%, transparent 70%, rgba(255,255,255,.10));
  mix-blend-mode: screen;
  opacity: .95;
}

.connect-sheet > * { position: relative; z-index: 1; }

.connect-sheet .ui-icon {
  display: inline-block;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sheet-handle {
  width: 44px;
  height: 5px;
  margin: 2px auto 12px;
  border-radius: 999px;
  background: rgba(119,103,153,.28);
}

.connect-sheet .sheet-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 0 6px 10px;
}

.connect-sheet .sheet-title strong {
  display: block;
  font-size: 22px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -.035em;
  color: #171422;
}

.connect-sheet .sheet-title span {
  display: block;
  margin-top: 6px;
  color: #666176;
  font-size: 14px;
  line-height: 1.3;
}

.connect-sheet .sheet-close {
  position: static;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.78);
  background: linear-gradient(145deg, rgba(255,255,255,.42), rgba(255,255,255,.14));
  color: #5f5b70;
  cursor: pointer;
  transition: transform .22s var(--ease);
}

.connect-sheet .sheet-close:active { transform: scale(.92); }
.connect-sheet .sheet-close .ui-icon { width: 18px; height: 18px; }

.connect-sheet .sheet-list {
  display: grid;
  gap: 10px;
}

.connect-sheet .sheet-action {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.80);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.34), rgba(255,255,255,.12));
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  backdrop-filter: blur(22px) saturate(140%);
  box-shadow: 0 8px 20px rgba(79,52,128,.09), inset 0 1px 1px rgba(255,255,255,.96), inset 0 -1px 1px rgba(107,76,166,.08);
  text-align: left;
  cursor: pointer;
  transition: transform .22s var(--ease), box-shadow .22s ease;
}

.connect-sheet .sheet-action:active { transform: scale(.98); }

.connect-sheet .sheet-action--primary {
  background: radial-gradient(95px 60px at 7% 8%, rgba(255,255,255,.40), transparent 66%), radial-gradient(170px 100px at 38% 110%, rgba(243,71,238,.52), transparent 70%), radial-gradient(150px 95px at 86% 14%, rgba(96,118,255,.48), transparent 73%), linear-gradient(115deg, rgba(235,119,237,.78), rgba(185,67,238,.82) 42%, rgba(111,83,237,.83) 100%);
  color: #fff;
  box-shadow: 0 12px 24px rgba(117,60,226,.18), inset 0 1.5px 1px rgba(255,255,255,.56);
}

.connect-sheet .action-orb {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.72);
  background: radial-gradient(circle at 32% 24%, rgba(255,255,255,.56), transparent 28%), linear-gradient(145deg, rgba(255,255,255,.46), rgba(255,255,255,.12));
  box-shadow: inset 0 1px 2px rgba(255,255,255,.5), 0 8px 18px rgba(73,49,119,.11);
}

.connect-sheet .sheet-action--primary .action-orb {
  background: radial-gradient(circle at 32% 24%, rgba(255,255,255,.60), transparent 28%), linear-gradient(145deg, rgba(255,255,255,.36), rgba(255,255,255,.10));
}

.connect-sheet .action-orb .ui-icon { width: 22px; height: 22px; }

.connect-sheet .sheet-action strong {
  display: block;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -.025em;
  color: currentColor;
}

.connect-sheet .sheet-action > span:not(.action-orb):not(.sheet-arrow) > span {
  display: block;
  margin-top: 4px;
  color: rgba(79,74,96,.82);
  font-size: 13px;
  line-height: 1.25;
}

.connect-sheet .sheet-action--primary > span:not(.action-orb):not(.sheet-arrow) > span { color: rgba(255,255,255,.90); }

.connect-sheet .sheet-arrow {
  margin-left: auto;
  color: inherit;
  opacity: .9;
}

.connect-sheet .sheet-arrow .ui-icon { width: 20px; height: 20px; }

.connect-sheet .sheet-footnote {
  margin: 12px 6px 2px;
  color: #69647a;
  font-size: 12px;
  line-height: 1.35;
}



@media (min-width: 433px) {
  .home-reference,
  .bg-scene {
    border-right: 1px solid rgba(255,255,255,.30);
    border-left: 1px solid rgba(255,255,255,.30);
  }
}

@media (max-width: 390px) {
  .home-reference { padding-right: 18px; padding-left: 18px; }
  .home-reference .topbar { margin-right: 0; margin-left: 0; padding: 8px 9px 8px 10px; }
  .home-reference .brand-mark { width: 48px; height: 48px; flex-basis: 48px; }
  .home-reference .brand-name { font-size: 9px; letter-spacing: 3.1px; }
  .home-reference .icon-button,
  .home-reference .avatar { width: 46px; height: 46px; }
  .home-reference .top-actions { gap: 7px; }
  .home-reference .subscription-copy { width: 190px; }
  .home-reference .traffic-ring { width: 132px; height: 132px; right: 10px; top: 50%; }
  .home-reference .traffic-center strong { font-size: 33px; }
  .home-reference .connect-text { margin-left: 14px; }
  .home-reference .connect-text strong { font-size: 21px; }
  .home-reference .connect-text small { font-size: 12px; line-height: 15px; }
  .home-reference .stat-card {
    height: auto;
    min-height: 118px;
    max-height: 124px;
    padding: 0;
  }
  .home-reference .stat-icon { top: 13px; left: 14px; width: 30px; height: 30px; }
  .home-reference .stat-icon .ui-icon { width: 27px; height: 27px; }
  .home-reference .stat-card-chevron { top: 12px; right: 13px; width: 29px; height: 29px; }
  .home-reference .stat-card-chevron .ui-icon { width: 15px; height: 15px; }
  .home-reference .stat-label { top: 51px; left: 14px; font-size: 14px; line-height: 17px; }
  .home-reference .stat-value { left: 14px; bottom: 12px; gap: 6px; }
  .home-reference .stat-value strong { font-size: 30px; }
  .home-reference .stat-value span { font-size: 14px; }
}

@media (max-height: 767px) {
  .home-reference { min-height: 100svh; overflow-y: visible; }
}
