:root {
  --green: #0bd444;
  --green-strong: #05b936;
  --green-soft: #a9ffc1;
  --lime: #c8ff62;
  --ink: #07100a;
  --ink-2: #0d1810;
  --surface: rgba(14, 25, 17, 0.82);
  --surface-solid: #111d14;
  --line: rgba(255, 255, 255, 0.11);
  --muted: #9eaaa1;
  --text: #f5faf6;
  --danger: #ff7d7d;
  --warning: #ffcb66;
  --shadow: 0 32px 80px rgba(0, 0, 0, 0.42);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--ink);
  color: var(--text);
}

body {
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 5%, rgba(18, 204, 67, 0.12), transparent 34%),
    radial-gradient(circle at 86% 86%, rgba(128, 255, 162, 0.06), transparent 32%),
    var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.modal-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

button,
[role="button"] {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid rgba(160, 255, 188, 0.42);
  outline-offset: 3px;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

noscript {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 32px;
  background: var(--ink);
  text-align: center;
}

.ambient {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  perspective: 900px;
}

.ambient::after {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 0.6px, transparent 0.6px);
  background-size: 6px 6px;
  opacity: 0.08;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

.ambient__aurora {
  position: absolute;
  width: 70vw;
  height: 70vw;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.16;
  animation: aurora-drift 18s ease-in-out infinite alternate;
}

.ambient__aurora--one {
  top: -42vw;
  left: -32vw;
  background: #14f05a;
}

.ambient__aurora--two {
  right: -44vw;
  bottom: -38vw;
  background: #62ff93;
  animation-delay: -7s;
}

.ambient__grid {
  position: absolute;
  bottom: -24%;
  left: 50%;
  width: 140%;
  height: 55%;
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(118, 255, 157, 0.65) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118, 255, 157, 0.65) 1px, transparent 1px);
  background-size: 44px 44px;
  transform: translateX(-50%) rotateX(66deg);
  transform-origin: top;
  mask-image: linear-gradient(to bottom, transparent, black 35%, transparent 90%);
}

.orbit {
  position: absolute;
  width: 360px;
  aspect-ratio: 1;
  border: 1px solid rgba(87, 255, 137, 0.13);
  border-radius: 50%;
  transform-style: preserve-3d;
  animation: orbit-spin 18s linear infinite;
}

.orbit--one {
  top: 7%;
  right: -235px;
  transform: rotateX(62deg) rotateZ(12deg);
}

.orbit--two {
  bottom: -170px;
  left: -250px;
  width: 430px;
  animation-duration: 26s;
  animation-direction: reverse;
}

.orbit__dot {
  position: absolute;
  top: 50%;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 24px var(--green);
}

.float-object {
  position: absolute;
  transform-style: preserve-3d;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.28));
  will-change: transform;
}

.float-object--ticket {
  top: 9%;
  left: -38px;
  width: 112px;
  height: 76px;
  border: 1px solid rgba(159, 255, 184, 0.25);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(26, 241, 84, 0.42), rgba(5, 90, 31, 0.16));
  transform: rotate(-18deg);
  animation: float-ticket 8s ease-in-out infinite;
}

.ticket__notch {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--ink);
  transform: translateY(-50%);
}

.ticket__notch--a {
  left: -9px;
}

.ticket__notch--b {
  right: -9px;
}

.ticket__percent {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #c9ffd9;
  font-size: 34px;
  font-weight: 850;
}

.float-object--pin {
  right: -22px;
  bottom: 15%;
  width: 82px;
  height: 82px;
  border-radius: 50% 50% 50% 8px;
  background: linear-gradient(145deg, rgba(16, 218, 70, 0.68), rgba(5, 104, 36, 0.2));
  transform: rotate(45deg);
  animation: float-pin 9s ease-in-out infinite;
}

.pin__core {
  position: absolute;
  inset: 23px;
  border: 7px solid rgba(235, 255, 240, 0.84);
  border-radius: 50%;
}

.float-object--coin {
  right: 11%;
  top: 4%;
  display: none;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(169, 255, 192, 0.23);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(17, 226, 72, 0.36), rgba(6, 52, 18, 0.5));
  color: rgba(217, 255, 227, 0.8);
  font-size: 28px;
  font-weight: 800;
  animation: float-coin 7s ease-in-out infinite;
}

.particle {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(161, 255, 190, 0.55);
  box-shadow: 0 0 14px rgba(31, 233, 90, 0.8);
  animation: particle-rise 12s linear infinite;
}

.particle--1 { bottom: -5%; left: 13%; }
.particle--2 { bottom: -10%; left: 45%; animation-delay: -4s; }
.particle--3 { bottom: -7%; left: 70%; animation-delay: -8s; }
.particle--4 { bottom: -15%; left: 88%; animation-delay: -2s; }

.login-layout {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  padding: max(20px, env(safe-area-inset-top)) 18px max(20px, env(safe-area-inset-bottom));
  place-items: center;
}

.story {
  display: none;
}

.auth-card {
  position: relative;
  width: min(440px, calc(100vw - 36px));
  min-width: 0;
  overflow: hidden;
  padding: 30px 24px 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(9, 18, 12, 0.8);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  text-align: center;
  backdrop-filter: blur(24px) saturate(125%);
  animation: card-entrance 0.8s cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

.auth-card::before {
  position: absolute;
  top: 0;
  right: 11%;
  left: 11%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(133, 255, 168, 0.78), transparent);
  content: "";
}

.auth-card__glow {
  position: absolute;
  top: -120px;
  left: 50%;
  width: 260px;
  height: 220px;
  border-radius: 50%;
  background: rgba(20, 233, 79, 0.14);
  filter: blur(55px);
  transform: translateX(-50%);
}

.logo-shine {
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.logo-shine--login {
  width: 150px;
  height: 150px;
  margin: -16px auto -4px;
}

.logo-shine::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(
      112deg,
      transparent 32%,
      rgba(255, 255, 255, 0.16) 41%,
      #fff 49%,
      rgba(255, 255, 255, 0.22) 57%,
      transparent 66%
    );
  background-position: 160% 0;
  background-size: 260% 100%;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.78));
  mix-blend-mode: screen;
  opacity: 0.92;
  pointer-events: none;
  -webkit-mask: url("/logo.png") center / contain no-repeat;
  mask: url("/logo.png") center / contain no-repeat;
  animation: logo-shine-sweep 4.6s 0.7s ease-in-out infinite;
}

.logo-shine img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent;
  filter:
    saturate(1.08)
    contrast(1.04)
    drop-shadow(0 0 10px rgba(33, 255, 96, 0.2))
    drop-shadow(0 12px 18px rgba(0, 0, 0, 0.28));
}

.auth-copy {
  position: relative;
}

.auth-copy__step,
.modal-kicker,
.step-heading > span,
.role-badge {
  color: var(--green-soft);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.auth-copy h2 {
  margin: 12px 0 12px;
  font-size: clamp(1.75rem, 8vw, 2.15rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.auth-copy p {
  max-width: 350px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.google-button,
.primary-button,
.secondary-button {
  position: relative;
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 18px;
  cursor: pointer;
  font-weight: 750;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, opacity 180ms ease;
}

.google-button {
  width: 100%;
  margin-top: 26px;
  padding: 0 18px;
  background: #fff;
  color: #111;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.google-button:hover,
.primary-button:hover:not(:disabled) {
  transform: translateY(-2px);
}

.google-button:active,
.primary-button:active:not(:disabled),
.secondary-button:active {
  transform: translateY(0) scale(0.985);
}

.google-button:disabled,
.primary-button:disabled {
  cursor: wait;
  opacity: 0.58;
}

.google-icon {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid #e5e8e6;
  border-radius: 9px;
}

.google-icon svg {
  width: 18px;
  height: 18px;
}

.button-arrow {
  margin-left: auto;
  font-size: 1.2rem;
}

.inline-status {
  min-height: 21px;
  margin: 9px 0 0;
  color: var(--danger);
  font-size: 0.78rem;
}

.privacy-note {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 15px;
  padding: 13px 14px;
  border: 1px solid rgba(74, 255, 125, 0.11);
  border-radius: 16px;
  background: rgba(47, 255, 106, 0.045);
  text-align: left;
}

.privacy-note__icon {
  display: grid;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: rgba(22, 217, 76, 0.14);
  color: var(--green-soft);
  font-weight: 900;
}

.privacy-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.73rem;
  line-height: 1.45;
}

.privacy-note strong {
  color: #dfe7e1;
}

.auth-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 21px;
  color: #728078;
  font-size: 0.75rem;
}

.text-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.text-link:hover {
  color: var(--green-soft);
  text-decoration: underline;
}

.modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  padding: max(14px, env(safe-area-inset-top)) 14px max(14px, env(safe-area-inset-bottom));
  place-items: center;
  opacity: 0;
  transition: opacity 320ms ease;
}

.modal.is-visible {
  opacity: 1;
}

.modal.is-leaving {
  opacity: 0;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 8, 4, 0.62);
  backdrop-filter: blur(20px) saturate(90%);
}

.role-dialog,
.sheet-dialog,
.legal-dialog {
  position: relative;
  width: min(100%, 560px);
  max-height: calc(100svh - 28px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), transparent 28%),
    #0d1710;
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.55);
  transform: translateY(18px) scale(0.97);
  transition: transform 420ms cubic-bezier(0.18, 0.9, 0.22, 1);
}

.modal.is-visible .role-dialog,
.modal.is-visible .sheet-dialog,
.modal.is-visible .legal-dialog {
  transform: translateY(0) scale(1);
}

.role-dialog {
  padding: 32px 20px 22px;
  text-align: center;
}

.role-dialog__mark {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(79, 255, 132, 0.18), rgba(17, 255, 86, 0.04));
  box-shadow: 0 0 0 8px rgba(25, 255, 91, 0.035);
}

.role-dialog__mark::before,
.role-dialog__mark::after,
.role-dialog__mark span {
  position: absolute;
  border: 1px solid rgba(75, 255, 128, 0.52);
  border-radius: 50%;
  content: "";
}

.role-dialog__mark::before { inset: 8px; }
.role-dialog__mark::after { inset: 16px; }
.role-dialog__mark span { inset: 24px; background: var(--green); box-shadow: 0 0 18px var(--green); }

.role-dialog h2 {
  margin: 9px 0 10px;
  font-size: clamp(2rem, 9vw, 2.7rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.role-dialog > p {
  max-width: 410px;
  margin: 0 auto 25px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.role-options {
  display: grid;
  gap: 12px;
}

.role-option {
  display: grid;
  min-height: 100px;
  grid-template-columns: 64px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 13px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
  text-align: left;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.role-option:hover {
  border-color: rgba(68, 255, 123, 0.38);
  background: rgba(38, 255, 100, 0.07);
  transform: translateY(-2px);
}

.role-option__visual {
  position: relative;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(153, 255, 183, 0.16);
  border-radius: 19px;
  background: linear-gradient(145deg, rgba(25, 224, 80, 0.17), rgba(9, 41, 18, 0.4));
}

.role-option__visual i {
  position: absolute;
  width: 43px;
  height: 28px;
  border: 2px solid rgba(181, 255, 203, 0.2);
  border-radius: 8px;
  transform: rotate(-9deg);
}

.role-option__visual b {
  position: relative;
  color: var(--green-soft);
  font-size: 0.85rem;
}

.role-option__visual--merchant i {
  width: 38px;
  height: 33px;
  border-radius: 3px 3px 8px 8px;
  transform: none;
}

.role-option__visual--merchant i::before {
  position: absolute;
  top: -9px;
  left: -4px;
  width: 42px;
  height: 10px;
  border-radius: 6px 6px 2px 2px;
  background: rgba(50, 239, 103, 0.28);
  content: "";
}

.role-option__copy {
  min-width: 0;
}

.role-option__copy strong,
.role-option__copy small,
.role-option__copy em {
  display: block;
}

.role-option__copy strong {
  margin-bottom: 4px;
  font-size: 1.03rem;
}

.role-option__copy small {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.role-option__copy em {
  width: max-content;
  margin-top: 6px;
  padding: 3px 7px;
  border-radius: 8px;
  background: rgba(255, 203, 102, 0.1);
  color: var(--warning);
  font-size: 0.61rem;
  font-style: normal;
  font-weight: 750;
}

.role-option__arrow {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--green-soft);
}

.role-dialog__exit {
  margin-top: 20px;
  color: #7f8b83;
  font-size: 0.75rem;
}

.onboarding {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  min-height: 100svh;
  padding: max(12px, env(safe-area-inset-top)) 14px max(18px, env(safe-area-inset-bottom));
  animation: view-fade 0.45s ease both;
}

.onboarding__header {
  display: flex;
  width: min(100%, 1220px);
  height: 58px;
  align-items: center;
  gap: 10px;
  margin: 0 auto 12px;
}

.logo-shine--header {
  width: 62px;
  height: 62px;
  margin-right: auto;
  flex: 0 0 auto;
}

.signed-user {
  display: flex;
  max-width: 170px;
  align-items: center;
  gap: 8px;
  color: #bbc4bd;
  font-size: 0.72rem;
}

.signed-user img,
.signed-user__avatar {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  object-fit: cover;
}

.signed-user span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.icon-button {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  cursor: pointer;
  color: #c2cac4;
  font-size: 1.35rem;
}

.icon-button:hover {
  border-color: rgba(80, 255, 131, 0.28);
  color: var(--green-soft);
}

.onboarding__shell {
  width: min(100%, 1220px);
  margin: 0 auto;
}

.onboarding__intro {
  display: none;
}

.onboarding__card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(12, 23, 15, 0.88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.mobile-progress {
  height: 4px;
  background: rgba(255, 255, 255, 0.06);
}

.mobile-progress__bar {
  width: 33.333%;
  height: 100%;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(90deg, var(--green-strong), var(--lime));
  box-shadow: 0 0 16px rgba(25, 230, 82, 0.45);
  transition: width 350ms ease;
}

.step-heading {
  padding: 25px 20px 9px;
}

.step-heading h2 {
  margin: 8px 0;
  font-size: clamp(1.65rem, 7vw, 2.3rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.step-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 0.87rem;
  line-height: 1.5;
}

#onboardingForm {
  padding: 13px 20px 20px;
}

.step-content {
  min-height: 310px;
  animation: step-enter 0.38s cubic-bezier(0.2, 0.85, 0.2, 1) both;
}

.field-grid {
  display: grid;
  gap: 16px;
}

.field-grid--two {
  grid-template-columns: 1fr;
}

.field {
  display: block;
}

.field__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  color: #dce3de;
  font-size: 0.78rem;
  font-weight: 720;
}

.field__label small {
  color: #758078;
  font-size: 0.66rem;
  font-weight: 550;
}

.input-shell {
  position: relative;
}

.input-shell input,
.input-shell select,
.input-shell textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 45px 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  outline: 0;
  background: rgba(255, 255, 255, 0.045);
  color: #f5faf6;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.input-shell textarea {
  min-height: 86px;
  padding-top: 14px;
  resize: vertical;
}

.input-shell select {
  appearance: none;
}

.input-shell input::placeholder,
.input-shell textarea::placeholder {
  color: #667169;
}

.input-shell input:focus,
.input-shell select:focus,
.input-shell textarea:focus {
  border-color: rgba(76, 255, 128, 0.62);
  background: rgba(34, 255, 96, 0.055);
  box-shadow: 0 0 0 4px rgba(20, 223, 77, 0.08);
}

.input-shell input[readonly] {
  cursor: default;
  color: #aab4ad;
}

.input-shell__icon,
.input-status-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  color: #6e7a71;
  transform: translateY(-50%);
}

.input-shell.is-valid input {
  border-color: rgba(59, 236, 108, 0.34);
}

.input-shell.is-valid .input-status-icon {
  color: var(--green-soft);
}

.input-shell.is-invalid input {
  border-color: rgba(255, 125, 125, 0.6);
}

.field-feedback {
  min-height: 18px;
  margin: 5px 4px 0;
  color: #7f8a82;
  font-size: 0.67rem;
  line-height: 1.35;
}

.field-feedback.is-error {
  color: var(--danger);
}

.field-feedback.is-success {
  color: #7ceca0;
}

.data-note {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  padding: 12px 13px;
  border: 1px solid rgba(87, 255, 137, 0.1);
  border-radius: 15px;
  background: rgba(25, 230, 82, 0.035);
  color: #8e9a91;
  font-size: 0.69rem;
  line-height: 1.45;
}

.phone-consent {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 11px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(20, 214, 83, 0.18);
  border-radius: 16px;
  background: rgba(20, 214, 83, 0.055);
  cursor: pointer;
}

.phone-consent input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.phone-consent__check {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: transparent;
  font-weight: 900;
  transition: 160ms ease;
}

.phone-consent input:checked + .phone-consent__check {
  border-color: var(--green);
  background: var(--green);
  color: #041108;
}

.phone-consent strong,
.phone-consent small {
  display: block;
}

.phone-consent strong {
  font-size: 0.78rem;
}

.phone-consent small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.45;
}

.data-note > span {
  color: var(--green-soft);
  font-weight: 850;
}

.location-card,
.interest-picker,
.legal-consent,
.review-card,
.company-result,
.mobile-only-notice {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
}

.interest-picker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  cursor: pointer;
  text-align: left;
  transition: border-color 160ms ease, background 160ms ease;
}

.interest-picker:hover {
  border-color: rgba(60, 255, 117, 0.3);
  background: rgba(41, 255, 104, 0.055);
}

.interest-picker__icon {
  display: grid;
  width: 43px;
  height: 43px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 14px;
  background: rgba(22, 218, 77, 0.11);
  color: var(--green-soft);
  font-size: 1.2rem;
}

.interest-picker__copy {
  flex: 1;
}

.interest-picker__copy strong,
.interest-picker__copy small {
  display: block;
}

.interest-picker__copy strong {
  margin-bottom: 4px;
  font-size: 0.86rem;
}

.interest-picker__copy small {
  color: var(--muted);
  font-size: 0.69rem;
  line-height: 1.35;
}

.selected-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.selected-chips span {
  padding: 6px 9px;
  border: 1px solid rgba(72, 255, 126, 0.15);
  border-radius: 999px;
  background: rgba(32, 226, 88, 0.06);
  color: #b7d9c1;
  font-size: 0.66rem;
}

.location-card {
  margin-top: 16px;
  overflow: hidden;
}

.location-card__top {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
}

.location-pulse {
  position: relative;
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: rgba(24, 223, 80, 0.11);
  color: var(--green-soft);
}

.location-pulse::before {
  position: absolute;
  inset: -1px;
  border: 1px solid rgba(51, 244, 106, 0.23);
  border-radius: 50%;
  content: "";
  animation: location-pulse 2s ease-out infinite;
}

.location-copy {
  flex: 1;
}

.location-copy strong {
  display: block;
  margin-bottom: 5px;
  font-size: 0.86rem;
}

.location-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.69rem;
  line-height: 1.45;
}

.location-action {
  width: calc(100% - 24px);
  min-height: 46px;
  margin: 0 12px 12px;
  border: 1px solid rgba(81, 255, 132, 0.19);
  border-radius: 14px;
  background: rgba(30, 231, 87, 0.075);
  color: var(--green-soft);
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 750;
}

.location-action:hover {
  background: rgba(30, 231, 87, 0.12);
}

.location-success {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border-top: 1px solid var(--line);
  color: #aeb9b1;
  font-size: 0.7rem;
}

.location-success > span {
  color: var(--green-soft);
}

.radius-section {
  margin-top: 18px;
  animation: step-enter 0.35s ease both;
}

.radius-section h3 {
  margin: 0 0 5px;
  font-size: 0.88rem;
}

.radius-section > p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.68rem;
}

.radius-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.radius-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.radius-option span {
  display: grid;
  min-height: 46px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  color: #aeb8b0;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 750;
  transition: all 160ms ease;
}

.radius-option input:checked + span {
  border-color: rgba(77, 255, 129, 0.52);
  background: linear-gradient(145deg, rgba(25, 225, 82, 0.18), rgba(22, 130, 53, 0.08));
  color: #dbffe5;
  box-shadow: inset 0 0 0 1px rgba(50, 255, 110, 0.08);
}

.lookup-row {
  display: grid;
  gap: 9px;
}

.lookup-button {
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(80, 255, 132, 0.2);
  border-radius: 16px;
  background: rgba(26, 223, 82, 0.08);
  color: var(--green-soft);
  cursor: pointer;
  font-weight: 750;
  white-space: nowrap;
}

.lookup-button:disabled {
  cursor: wait;
  opacity: 0.55;
}

.company-result {
  display: flex;
  gap: 12px;
  margin-top: 15px;
  padding: 15px;
  border-color: rgba(73, 255, 126, 0.18);
  background: rgba(32, 229, 88, 0.05);
  animation: step-enter 0.35s ease both;
}

.company-result__check {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  align-self: flex-start;
  place-items: center;
  border-radius: 50%;
  background: rgba(33, 229, 89, 0.13);
  color: var(--green-soft);
  line-height: 1;
}

.company-result__check svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.company-result > div > strong,
.company-result > div > span,
.company-result > div > small {
  display: block;
}

.company-result > div > strong {
  font-size: 0.85rem;
  line-height: 1.35;
}

.company-result > div > span {
  margin-top: 3px;
  color: #aeb9b1;
  font-size: 0.72rem;
}

.company-result > div > small {
  margin-top: 6px;
  color: #77dc96;
  font-size: 0.65rem;
}

.cnpj-verification {
  display: grid;
  gap: 14px;
  margin-top: 10px;
  padding: 15px;
  border: 1px solid rgba(79, 255, 132, 0.16);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(20, 209, 73, 0.07), rgba(255, 255, 255, 0.025));
  animation: step-enter 0.35s ease both;
}

.cnpj-verification__heading,
.cnpj-verification.is-verified,
.cnpj-verification.is-manual {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.cnpj-verification__icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 50%;
  background: rgba(25, 224, 81, 0.12);
  color: var(--green-soft);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1;
}

.cnpj-verification strong,
.cnpj-verification small {
  display: block;
}

.cnpj-verification strong {
  margin-top: 1px;
  font-size: 0.8rem;
  line-height: 1.35;
}

.cnpj-verification small {
  margin-top: 4px;
  color: #95a299;
  font-size: 0.67rem;
  line-height: 1.45;
}

.cnpj-verification.is-verified {
  border-color: rgba(63, 255, 120, 0.28);
  background: rgba(27, 230, 87, 0.085);
}

.cnpj-verification.is-manual {
  border-color: rgba(255, 203, 102, 0.18);
  background: rgba(255, 203, 102, 0.04);
}

.cnpj-verification.is-manual .cnpj-verification__icon {
  background: rgba(255, 203, 102, 0.1);
  color: var(--warning);
}

.verification-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #b7c1ba;
  cursor: pointer;
  font-size: 0.69rem;
  line-height: 1.45;
}

.verification-consent input {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  margin: 0;
  accent-color: var(--green);
}

.verification-code-field {
  display: block;
}

.verification-code-field input {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(91, 255, 140, 0.24);
  border-radius: 16px;
  outline: 0;
  background: rgba(4, 14, 8, 0.62);
  color: var(--text);
  font-size: 1.28rem;
  font-weight: 850;
  letter-spacing: 0.28em;
  text-align: center;
}

.verification-code-field input:focus {
  border-color: rgba(91, 255, 140, 0.58);
  box-shadow: 0 0 0 4px rgba(40, 228, 94, 0.08);
}

.cnpj-verification__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.verification-primary,
.verification-link {
  min-height: 46px;
  border-radius: 14px;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 800;
}

.verification-primary {
  border: 0;
  background: var(--green);
  color: #031108;
}

.verification-primary:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.verification-link {
  padding-inline: 15px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  color: #c3cec6;
}

.mobile-only-notice {
  display: flex;
  gap: 12px;
  padding: 15px;
  border-color: rgba(255, 203, 102, 0.17);
  background: rgba(255, 203, 102, 0.045);
}

.mobile-only-notice > span {
  color: var(--warning);
}

.mobile-only-notice strong,
.mobile-only-notice p {
  display: block;
  margin: 0;
}

.mobile-only-notice strong {
  font-size: 0.8rem;
}

.mobile-only-notice p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.4;
}

.address-fields {
  margin-top: 16px;
  animation: step-enter 0.35s ease both;
}

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

.address-grid .field--full {
  grid-column: 1 / -1;
}

.osm-attribution {
  margin: 8px 2px 0;
  color: #68746b;
  font-size: 0.62rem;
}

.public-address-confirm {
  display: flex;
  gap: 11px;
  margin-top: 14px;
  padding: 13px;
  border: 1px solid rgba(255, 203, 102, 0.16);
  border-radius: 15px;
  background: rgba(255, 203, 102, 0.04);
  cursor: pointer;
}

.public-address-confirm input {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  accent-color: var(--green);
}

.public-address-confirm span {
  color: #aeb7b0;
  font-size: 0.69rem;
  line-height: 1.45;
}

.review-card {
  padding: 16px;
}

.review-card__header {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 14px;
}

.review-card__avatar {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: rgba(29, 225, 85, 0.11);
  color: var(--green-soft);
  font-weight: 850;
}

.review-card__header strong,
.review-card__header small {
  display: block;
}

.review-card__header strong {
  font-size: 0.85rem;
}

.review-card__header small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.67rem;
}

.review-list {
  display: grid;
  gap: 9px;
  margin: 0;
}

.review-list > div {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 10px;
  padding-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.065);
}

.review-list dt {
  color: #758078;
  font-size: 0.65rem;
}

.review-list dd {
  overflow: hidden;
  margin: 0;
  color: #c9d1cb;
  font-size: 0.69rem;
  text-align: right;
  text-overflow: ellipsis;
}

.legal-consent {
  display: grid;
  width: 100%;
  grid-template-columns: 28px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 11px;
  margin-top: 15px;
  padding: 14px;
  color: inherit;
  cursor: pointer;
  text-align: left;
  transition: border-color 160ms ease, background 160ms ease;
}

.legal-consent:hover {
  border-color: rgba(71, 255, 124, 0.25);
}

.legal-consent__box {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: transparent;
  transition: all 160ms ease;
}

.legal-consent[aria-checked="true"] {
  border-color: rgba(66, 255, 120, 0.27);
  background: rgba(30, 225, 85, 0.055);
}

.legal-consent[aria-checked="true"] .legal-consent__box {
  border-color: var(--green);
  background: var(--green);
  color: #06200e;
}

.legal-consent__copy strong,
.legal-consent__copy small {
  display: block;
}

.legal-consent__copy strong {
  font-size: 0.75rem;
  line-height: 1.35;
}

.legal-consent__copy small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.64rem;
  line-height: 1.4;
}

.form-error {
  min-height: 19px;
  margin-top: 11px;
  color: var(--danger);
  font-size: 0.72rem;
  line-height: 1.4;
}

.form-actions {
  display: grid;
  grid-template-columns: 0.72fr 1.45fr;
  gap: 10px;
  margin-top: 10px;
}

.primary-button,
.secondary-button {
  min-height: 54px;
  padding: 0 18px;
}

.primary-button {
  background: linear-gradient(135deg, #19df54, #04b735);
  color: #041208;
  box-shadow: 0 14px 28px rgba(5, 184, 52, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.secondary-button {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: #aab4ad;
}

.sheet-dialog {
  align-self: end;
  display: flex;
  width: min(100%, 680px);
  max-height: min(88svh, 820px);
  flex-direction: column;
  border-radius: 28px 28px 20px 20px;
}

.sheet-dialog__header,
.legal-dialog__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 21px 20px 14px;
}

.sheet-dialog h2,
.legal-dialog h2 {
  margin: 6px 0 0;
  font-size: 1.45rem;
  letter-spacing: -0.035em;
}

.search-field {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  margin: 0 20px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.04);
}

.search-field > span {
  color: #758078;
  font-size: 1.2rem;
}

.search-field input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
}

.selection-counter {
  display: flex;
  justify-content: space-between;
  padding: 11px 22px 8px;
  color: #859087;
  font-size: 0.69rem;
}

.interest-list {
  display: grid;
  min-height: 0;
  grid-template-columns: 1fr;
  gap: 7px;
  overflow-y: auto;
  padding: 4px 15px 18px;
  overscroll-behavior: contain;
}

.interest-item {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
  cursor: pointer;
  color: #b8c1ba;
  font-size: 0.73rem;
}

.interest-item:hover {
  border-color: rgba(71, 255, 124, 0.22);
}

.interest-item input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  accent-color: var(--green);
}

.interest-item:has(input:checked) {
  border-color: rgba(71, 255, 124, 0.32);
  background: rgba(31, 226, 87, 0.06);
  color: #e0e8e2;
}

.interest-empty {
  padding: 36px 20px;
  color: var(--muted);
  text-align: center;
}

.sheet-dialog__footer,
.legal-dialog__footer {
  padding: 13px 20px max(16px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: rgba(7, 15, 9, 0.72);
}

.sheet-dialog__footer .primary-button {
  width: 100%;
}

.legal-dialog {
  display: flex;
  width: min(100%, 820px);
  height: min(92svh, 860px);
  flex-direction: column;
}

.legal-dialog__header {
  padding-bottom: 11px;
}

.legal-dialog__header p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.68rem;
}

.legal-progress {
  height: 3px;
  background: rgba(255, 255, 255, 0.06);
}

.legal-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(90deg, var(--green-strong), var(--lime));
  transition: width 100ms linear;
}

.legal-content {
  min-height: 0;
  flex: 1;
  overflow-y: auto;
  padding: 19px 20px 42px;
  color: #abb5ad;
  font-size: 0.78rem;
  line-height: 1.68;
  overscroll-behavior: contain;
  scroll-behavior: auto;
}

.legal-content section {
  padding: 7px 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.legal-content h3 {
  margin: 8px 0 7px;
  color: #ebf2ed;
  font-size: 0.98rem;
  line-height: 1.3;
}

.legal-content h4 {
  margin: 12px 0 4px;
  color: #cdd6cf;
  font-size: 0.81rem;
}

.legal-content p {
  margin: 6px 0;
}

.legal-content ul {
  margin: 7px 0;
  padding-left: 20px;
}

.legal-content li {
  margin: 4px 0;
}

.legal-content a {
  color: var(--green-soft);
}

.legal-dialog__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.read-hint {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  color: #7d8980;
  font-size: 0.66rem;
}

.read-hint > span {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.read-hint p {
  margin: 0;
}

.legal-dialog__footer .primary-button {
  min-width: 126px;
  min-height: 48px;
}

.loading-curtain {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  background: rgba(5, 13, 7, 0.9);
  backdrop-filter: blur(20px);
  animation: view-fade 0.25s ease both;
}

.loading-radar {
  position: relative;
  width: 106px;
  height: 106px;
  overflow: hidden;
  border: 1px solid rgba(81, 255, 133, 0.3);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 49.4%, rgba(76, 255, 130, 0.08) 50%, transparent 50.6%),
    linear-gradient(transparent 49.4%, rgba(76, 255, 130, 0.08) 50%, transparent 50.6%),
    repeating-radial-gradient(circle at 50% 50%, transparent 0 17px, rgba(73, 255, 126, 0.14) 18px 19px),
    radial-gradient(circle at 50% 50%, rgba(24, 230, 82, 0.12), rgba(8, 30, 14, 0.82) 66%);
  box-shadow:
    0 0 0 7px rgba(24, 230, 82, 0.035),
    0 18px 48px rgba(0, 0, 0, 0.34),
    inset 0 0 32px rgba(18, 225, 77, 0.08);
}

.loading-radar::after {
  position: absolute;
  z-index: 5;
  inset: 5px;
  border: 1px solid rgba(174, 255, 198, 0.08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.loading-radar__sweep {
  position: absolute;
  z-index: 1;
  inset: -1px;
  border-radius: 50%;
  background:
    conic-gradient(
      from 0deg at 50% 50%,
      rgba(47, 255, 108, 0.72) 0deg,
      rgba(32, 234, 89, 0.24) 24deg,
      rgba(24, 230, 82, 0.07) 58deg,
      transparent 92deg,
      transparent 360deg
    );
  transform-origin: 50% 50%;
  animation: loading-radar-sweep 1.65s linear infinite;
}

.loading-radar__sweep::after {
  position: absolute;
  right: 50%;
  bottom: 50%;
  width: 1.5px;
  height: 47%;
  border-radius: 999px;
  background: linear-gradient(to top, rgba(91, 255, 139, 0.22), rgba(198, 255, 215, 0.95));
  box-shadow: 0 0 9px rgba(57, 255, 116, 0.82);
  content: "";
  transform: translateX(50%);
  transform-origin: bottom center;
}

.loading-radar__center {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border: 2px solid #c9ffd9;
  border-radius: 50%;
  background: var(--green);
  box-shadow:
    0 0 0 5px rgba(24, 230, 82, 0.12),
    0 0 17px rgba(24, 230, 82, 0.95);
  transform: translate(-50%, -50%);
}

.loading-radar__center::after {
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(86, 255, 136, 0.55);
  border-radius: 50%;
  content: "";
  animation: loading-radar-pulse 1.65s ease-out infinite;
}

.loading-radar__blip {
  position: absolute;
  z-index: 3;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(205, 255, 219, 0.92);
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 9px rgba(27, 235, 86, 0.88);
  animation: loading-radar-blip 1.65s ease-in-out infinite;
}

.loading-radar__blip--one {
  top: 24%;
  left: 68%;
  animation-delay: -0.4s;
}

.loading-radar__blip--two {
  top: 66%;
  left: 24%;
  width: 5px;
  height: 5px;
  animation-delay: -1.05s;
}

.loading-curtain p {
  margin: 24px 0 0;
  color: #c8d2ca;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.025em;
}

.toast {
  position: fixed;
  z-index: 300;
  right: 16px;
  bottom: max(16px, env(safe-area-inset-bottom));
  left: 16px;
  max-width: 480px;
  margin: 0 auto;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background: rgba(17, 29, 20, 0.96);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.42);
  color: #d9e2db;
  font-size: 0.76rem;
  line-height: 1.4;
  text-align: center;
  animation: toast-in 0.28s ease both;
}

.toast.is-error {
  border-color: rgba(255, 125, 125, 0.25);
  color: #ffd1d1;
}

@media (min-width: 560px) {
  .auth-card {
    padding: 36px 34px 28px;
  }

  .field-grid--two {
    grid-template-columns: 1fr 1fr;
  }

  .interest-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 620px) {
  .lookup-row {
    grid-template-rows: auto 54px auto;
    grid-template-columns: minmax(0, 1fr) minmax(138px, 0.32fr);
    column-gap: 12px;
    row-gap: 0;
    align-items: stretch;
  }

  .lookup-row > .field {
    display: grid;
    min-width: 0;
    grid-row: 1 / 4;
    grid-column: 1;
    grid-template-rows: auto 54px auto;
  }

  .lookup-row > .field > .field__label {
    grid-row: 1;
  }

  .lookup-row > .field > .input-shell {
    grid-row: 2;
  }

  .lookup-row > .field > .field-feedback {
    grid-row: 3;
  }

  .lookup-row > .lookup-button {
    width: 100%;
    height: 54px;
    grid-row: 2;
    grid-column: 2;
    align-self: stretch;
  }
}

@media (min-width: 900px) {
  .ambient__aurora {
    filter: blur(110px);
  }

  .float-object--coin {
    display: grid;
  }

  .float-object--ticket {
    top: 14%;
    left: 5%;
  }

  .float-object--pin {
    right: 5%;
    bottom: 12%;
  }

  .login-layout {
    grid-template-columns: minmax(440px, 1.12fr) minmax(390px, 0.88fr);
    gap: clamp(50px, 8vw, 130px);
    padding: 42px clamp(48px, 7vw, 110px);
  }

  .story {
    display: block;
    width: min(100%, 680px);
    justify-self: end;
    animation: story-entrance 0.9s 0.08s cubic-bezier(0.2, 0.9, 0.2, 1) both;
  }

  .story__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 12px;
    border: 1px solid rgba(70, 255, 124, 0.13);
    border-radius: 999px;
    background: rgba(40, 255, 103, 0.04);
    color: #9dc3a8;
    font-size: 0.7rem;
    font-weight: 700;
  }

  .live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 5px rgba(10, 212, 67, 0.08), 0 0 14px var(--green);
    animation: live-dot 2s ease-in-out infinite;
  }

  .story h1 {
    margin: 25px 0 18px;
    font-size: clamp(3.4rem, 6vw, 6.8rem);
    line-height: 0.89;
    letter-spacing: -0.07em;
  }

  .story h1 span {
    color: var(--green);
    text-shadow: 0 8px 35px rgba(12, 215, 69, 0.16);
  }

  .story > p {
    max-width: 560px;
    margin: 0;
    color: #9aa69d;
    font-size: clamp(1rem, 1.5vw, 1.16rem);
    line-height: 1.6;
  }

  .story__signals {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 27px;
    color: #aab4ac;
    font-size: 0.72rem;
  }

  .story__signals span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }

  .signal-icon {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 12px rgba(11, 212, 68, 0.55);
  }

  .radar-preview {
    --radar-center-x: 22%;
    --radar-center-y: 50%;
    --radar-diameter: 280px;
    position: relative;
    width: min(39vw, 480px);
    aspect-ratio: 1.9 / 1;
    overflow: hidden;
    margin-top: 34px;
    border: 1px solid rgba(81, 255, 133, 0.12);
    border-radius: 25px;
    background:
      linear-gradient(rgba(48, 255, 109, 0.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(48, 255, 109, 0.025) 1px, transparent 1px),
      rgba(255, 255, 255, 0.018);
    background-size: 24px 24px;
    mask-image: linear-gradient(to right, black 72%, transparent);
  }

  .radar-preview__rings {
    position: absolute;
    top: var(--radar-center-y);
    left: var(--radar-center-x);
    width: var(--radar-diameter);
    height: var(--radar-diameter);
    border: 1px solid rgba(46, 242, 103, 0.12);
    border-radius: 50%;
    box-shadow:
      0 0 0 46px rgba(20, 225, 78, 0.025),
      0 0 0 47px rgba(46, 242, 103, 0.09),
      0 0 0 92px rgba(20, 225, 78, 0.018),
      0 0 0 93px rgba(46, 242, 103, 0.06);
    transform: translate(-50%, -50%);
  }

  .radar-preview__sweep {
    position: absolute;
    z-index: 1;
    top: var(--radar-center-y);
    left: var(--radar-center-x);
    width: var(--radar-diameter);
    height: var(--radar-diameter);
    border-radius: 50%;
    background:
      conic-gradient(
        from -90deg,
        rgba(79, 255, 130, 0.34) 0deg,
        rgba(22, 225, 80, 0.17) 22deg,
        rgba(22, 225, 80, 0.045) 48deg,
        transparent 64deg
      );
    filter: drop-shadow(0 0 9px rgba(31, 235, 91, 0.14));
    transform-origin: 50% 50%;
    animation: radar-spin 4s linear infinite;
  }

  .radar-preview__center {
    position: absolute;
    z-index: 2;
    top: var(--radar-center-y);
    left: var(--radar-center-x);
    width: 10px;
    height: 10px;
    border: 2px solid #b9ffcd;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 7px rgba(18, 220, 75, 0.08), 0 0 20px var(--green);
    transform: translate(-50%, -50%);
  }

  .radar-preview__offer {
    position: absolute;
    min-width: 72px;
    padding: 8px 10px;
    border: 1px solid rgba(100, 255, 145, 0.14);
    border-radius: 12px;
    background: rgba(13, 32, 18, 0.84);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    animation: offer-bob 4s ease-in-out infinite;
  }

  .radar-preview__offer b,
  .radar-preview__offer small {
    display: block;
  }

  .radar-preview__offer b {
    color: var(--green-soft);
    font-size: 0.78rem;
  }

  .radar-preview__offer small {
    margin-top: 2px;
    color: #89968c;
    font-size: 0.58rem;
  }

  .offer-a { top: 15%; left: 39%; }
  .offer-b { top: 55%; left: 58%; animation-delay: -1.4s; }
  .offer-c { top: 24%; left: 77%; animation-delay: -2.8s; }

  .auth-card {
    justify-self: start;
  }

  .onboarding {
    padding: 20px 28px 28px;
  }

  .onboarding__header {
    margin-bottom: 16px;
  }

  .onboarding__shell {
    display: grid;
    min-height: min(770px, calc(100svh - 106px));
    grid-template-columns: minmax(280px, 0.66fr) minmax(560px, 1.34fr);
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 34px;
    background: rgba(9, 18, 12, 0.68);
    box-shadow: var(--shadow);
    backdrop-filter: blur(22px);
  }

  .onboarding__intro {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    padding: clamp(38px, 5vw, 64px);
    border-right: 1px solid var(--line);
    background:
      radial-gradient(circle at 16% 90%, rgba(24, 224, 81, 0.12), transparent 34%),
      linear-gradient(145deg, rgba(33, 255, 95, 0.045), transparent 50%);
  }

  .onboarding__intro::after {
    position: absolute;
    right: -110px;
    bottom: -140px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(63, 255, 120, 0.08);
    border-radius: 50%;
    box-shadow: 0 0 0 45px rgba(63, 255, 120, 0.025), 0 0 0 46px rgba(63, 255, 120, 0.06);
    content: "";
  }

  .role-badge {
    width: max-content;
    padding: 7px 10px;
    border: 1px solid rgba(71, 255, 124, 0.13);
    border-radius: 999px;
    background: rgba(34, 241, 94, 0.045);
  }

  .onboarding__intro h1 {
    max-width: 340px;
    margin: 20px 0 12px;
    font-size: clamp(2.5rem, 4.2vw, 4.6rem);
    line-height: 0.96;
    letter-spacing: -0.065em;
  }

  .onboarding__intro > p {
    max-width: 380px;
    margin: 0;
    color: var(--muted);
    font-size: 0.87rem;
    line-height: 1.6;
  }

  .step-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 4px;
    margin: 38px 0 0;
    padding: 0;
    list-style: none;
  }

  .step-list li {
    display: grid;
    min-height: 58px;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    color: #68736b;
    font-size: 0.75rem;
    transition: color 220ms ease;
  }

  .step-list li span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.025);
    font-size: 0.67rem;
  }

  .step-list li.is-current {
    color: #e0e8e2;
  }

  .step-list li.is-current span {
    border-color: var(--green);
    background: rgba(27, 225, 83, 0.11);
    color: var(--green-soft);
    box-shadow: 0 0 0 6px rgba(27, 225, 83, 0.035);
  }

  .step-list li.is-done {
    color: #96a399;
  }

  .step-list li.is-done span {
    border-color: rgba(42, 229, 95, 0.3);
    background: var(--green);
    color: #05200c;
  }

  .security-copy {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 11px;
    margin-top: auto;
    color: #718078;
    font-size: 0.68rem;
    line-height: 1.5;
  }

  .security-copy > span {
    color: var(--green-soft);
  }

  .security-copy p {
    max-width: 270px;
    margin: 0;
  }

  .onboarding__card {
    display: flex;
    overflow-y: auto;
    flex-direction: column;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .mobile-progress {
    display: none;
  }

  .step-heading,
  #onboardingForm {
    width: min(100%, 650px);
    margin-right: auto;
    margin-left: auto;
  }

  .step-heading {
    padding: 38px 44px 10px;
  }

  #onboardingForm {
    padding: 16px 44px 38px;
  }

  .step-content {
    min-height: 350px;
  }

  .sheet-dialog {
    align-self: center;
    border-radius: 30px;
  }
}

@media (min-width: 1200px) {
  .onboarding__shell {
    grid-template-columns: 0.78fr 1.22fr;
  }

  .step-heading,
  #onboardingForm {
    width: min(100%, 700px);
  }
}

@media (max-height: 730px) and (min-width: 900px) {
  .login-layout {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .logo-shine--login {
    width: 112px;
    height: 112px;
    margin-top: -12px;
  }

  .auth-copy h2 {
    font-size: 1.75rem;
  }

  .google-button {
    margin-top: 18px;
  }

  .privacy-note {
    margin-top: 10px;
  }

  .radar-preview {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@keyframes aurora-drift {
  to { transform: translate3d(8vw, 6vw, 0) scale(1.15); }
}

@keyframes orbit-spin {
  to { rotate: 1turn; }
}

@keyframes float-ticket {
  0%, 100% { transform: translate3d(0, 0, 10px) rotate(-18deg) rotateY(-10deg); }
  50% { transform: translate3d(12px, -22px, 55px) rotate(-10deg) rotateY(14deg); }
}

@keyframes float-pin {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(45deg) rotateY(-12deg); }
  50% { transform: translate3d(-15px, -25px, 45px) rotate(52deg) rotateY(12deg); }
}

@keyframes float-coin {
  0%, 100% { transform: translateY(0) rotateY(0); }
  50% { transform: translateY(-18px) rotateY(180deg); }
}

@keyframes particle-rise {
  0% { opacity: 0; transform: translateY(0) scale(0.6); }
  20% { opacity: 1; }
  100% { opacity: 0; transform: translateY(-105vh) scale(1.2); }
}

@keyframes card-entrance {
  from { opacity: 0; transform: translateY(24px) scale(0.97); }
}

@keyframes story-entrance {
  from { opacity: 0; transform: translateX(-24px); }
}

@keyframes live-dot {
  50% { opacity: 0.55; box-shadow: 0 0 0 8px rgba(10, 212, 67, 0.04), 0 0 18px var(--green); }
}

@keyframes radar-spin {
  from { transform: translate(-50%, -50%) rotate(0turn); }
  to { transform: translate(-50%, -50%) rotate(1turn); }
}

@keyframes loading-radar-sweep {
  to { transform: rotate(1turn); }
}

@keyframes loading-radar-pulse {
  from {
    opacity: 0.78;
    transform: scale(0.45);
  }

  to {
    opacity: 0;
    transform: scale(1.55);
  }
}

@keyframes loading-radar-blip {
  0%,
  34% {
    opacity: 0.28;
    transform: scale(0.72);
  }

  48% {
    opacity: 1;
    transform: scale(1.12);
  }

  74%,
  100% {
    opacity: 0.42;
    transform: scale(0.82);
  }
}

@keyframes offer-bob {
  50% { transform: translateY(-7px); }
}

@keyframes view-fade {
  from { opacity: 0; }
}

@keyframes step-enter {
  from { opacity: 0; transform: translateX(10px); }
}

@keyframes location-pulse {
  to { opacity: 0; transform: scale(1.35); }
}

@keyframes toast-in {
  from { opacity: 0; transform: translateY(12px); }
}

@keyframes logo-shine-sweep {
  0%,
  22% {
    background-position: 160% 0;
  }

  54%,
  100% {
    background-position: -90% 0;
  }
}
