body[data-route="welcome"] #app {
  max-width: min(1360px, calc(100vw - 24px));
}

#app > .welcome-view.welcome-luxe {
  padding-top: calc(clamp(16px, 2.2vw, 28px) + (var(--safe-top) * 0.18));
  padding-bottom: max(var(--space-xl), calc(var(--safe-bottom) + var(--space-lg)));
}

body[data-route="welcome"] .welcome-luxe {
  --welcome-panel: color-mix(in oklab, var(--surface-1) 92%, rgba(255, 255, 255, 0.04));
  --welcome-panel-strong: color-mix(in oklab, var(--surface-2) 94%, rgba(255, 255, 255, 0.08));
  --welcome-border: rgba(255, 255, 255, 0.1);
  --welcome-border-strong: rgba(255, 255, 255, 0.18);
  --welcome-muted: rgba(255, 255, 255, 0.6);
  --welcome-soft: rgba(255, 255, 255, 0.045);
  --welcome-shadow:
    0 30px 80px rgba(0, 0, 0, 0.32),
    0 8px 24px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  --welcome-warm: color-mix(in oklab, var(--accent-semen) 86%, #ffd8d1);
  --welcome-cool: color-mix(in oklab, var(--accent-karina) 82%, #dce7ff);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: none;
  min-height: 100%;
  isolation: isolate;
}

body[data-route="welcome"] .welcome-luxe::before,
body[data-route="welcome"] .welcome-luxe::after {
  content: '';
  position: absolute;
  inset: auto;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.72;
  pointer-events: none;
  z-index: -1;
}

body[data-route="welcome"] .welcome-luxe::before {
  top: 4%;
  left: -8%;
  width: clamp(220px, 28vw, 420px);
  height: clamp(220px, 28vw, 420px);
  background: color-mix(in oklab, var(--accent-semen) 52%, transparent);
}

body[data-route="welcome"] .welcome-luxe::after {
  right: -10%;
  bottom: 8%;
  width: clamp(240px, 32vw, 460px);
  height: clamp(240px, 32vw, 460px);
  background: color-mix(in oklab, var(--accent-karina) 48%, transparent);
}

body[data-theme="light"][data-route="welcome"] .welcome-luxe {
  --welcome-panel: rgba(255, 255, 255, 0.92);
  --welcome-panel-strong: rgba(255, 255, 255, 0.98);
  --welcome-border: rgba(21, 28, 45, 0.1);
  --welcome-border-strong: rgba(21, 28, 45, 0.18);
  --welcome-muted: rgba(26, 29, 42, 0.76);
  --welcome-soft: rgba(77, 103, 177, 0.08);
  --welcome-shadow:
    0 24px 70px rgba(65, 80, 116, 0.16),
    0 8px 24px rgba(65, 80, 116, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

body[data-theme="light"][data-route="welcome"] .welcome-luxe::before {
  background: color-mix(in oklab, var(--accent-semen) 28%, transparent);
}

body[data-theme="light"][data-route="welcome"] .welcome-luxe::after {
  background: color-mix(in oklab, var(--accent-karina) 24%, transparent);
}

body[data-route="welcome"] .welcome-luxe__shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  align-items: stretch;
  gap: clamp(18px, 2vw, 28px);
  min-height: calc(100dvh - clamp(28px, 4vw, 52px));
}

body[data-route="welcome"] .welcome-luxe__hero,
body[data-route="welcome"] .welcome-luxe__access {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 2vw, 28px);
  border: 1px solid var(--welcome-border);
  border-radius: clamp(26px, 3vw, 36px);
  background: var(--welcome-panel);
  box-shadow: var(--welcome-shadow);
  backdrop-filter: blur(26px) saturate(1.14);
  -webkit-backdrop-filter: blur(26px) saturate(1.14);
  overflow: hidden;
  isolation: isolate;
}

body[data-route="welcome"] .welcome-luxe__hero {
  padding: clamp(24px, 3vw, 40px);
  background:
    radial-gradient(circle at 12% 14%, color-mix(in oklab, var(--accent-semen) 18%, transparent), transparent 34%),
    radial-gradient(circle at 92% 16%, color-mix(in oklab, var(--accent-karina) 16%, transparent), transparent 34%),
    linear-gradient(140deg, color-mix(in oklab, var(--surface-1) 94%, transparent), color-mix(in oklab, var(--surface-2) 90%, transparent));
}

body[data-route="welcome"] .welcome-luxe__hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 30%),
    repeating-linear-gradient(
      120deg,
      transparent 0 22px,
      rgba(255, 255, 255, 0.04) 22px 23px
    );
  opacity: 0.28;
  pointer-events: none;
}

body[data-theme="light"][data-route="welcome"] .welcome-luxe__hero {
  background:
    radial-gradient(circle at 10% 14%, rgba(255, 138, 114, 0.16), transparent 36%),
    radial-gradient(circle at 92% 16%, rgba(104, 149, 255, 0.14), transparent 34%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.94), rgba(242, 246, 255, 0.88));
}

body[data-theme="light"][data-route="welcome"] .welcome-luxe__hero::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), transparent 34%),
    repeating-linear-gradient(
      120deg,
      transparent 0 24px,
      rgba(70, 90, 130, 0.04) 24px 25px
    );
}

body[data-route="welcome"] .welcome-luxe__access {
  padding: clamp(22px, 2.6vw, 34px);
  background:
    linear-gradient(180deg, color-mix(in oklab, var(--surface-1) 94%, rgba(255, 255, 255, 0.05)), color-mix(in oklab, var(--surface-2) 90%, rgba(255, 255, 255, 0.04)));
}

body[data-theme="light"][data-route="welcome"] .welcome-luxe__access {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 250, 255, 0.95));
}

body[data-route="welcome"] .welcome-luxe__hero > *,
body[data-route="welcome"] .welcome-luxe__access > * {
  position: relative;
  z-index: 1;
}

body[data-route="welcome"] .welcome-luxe__hero-top,
body[data-route="welcome"] .welcome-luxe__access-top,
body[data-route="welcome"] .welcome-luxe__profile-head,
body[data-route="welcome"] .welcome-luxe__field-head,
body[data-route="welcome"] .welcome-luxe__spotlight-top,
body[data-route="welcome"] .welcome-luxe__scene-row-top,
body[data-route="welcome"] .welcome-luxe__dialog-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body[data-route="welcome"] .welcome-luxe__brand,
body[data-route="welcome"] .welcome-luxe__hero-actions,
body[data-route="welcome"] .welcome-luxe__profile-meta,
body[data-route="welcome"] .welcome-luxe__spotlight-profile,
body[data-route="welcome"] .welcome-luxe__secondary-actions,
body[data-route="welcome"] .welcome-dialog__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

body[data-route="welcome"] .welcome-luxe__brand {
  gap: 14px;
}

body[data-route="welcome"] .welcome-luxe__brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

body[data-route="welcome"] .welcome-luxe__brand-meta,
body[data-route="welcome"] .welcome-luxe__copy,
body[data-route="welcome"] .welcome-luxe__profiles,
body[data-route="welcome"] .welcome-luxe__profiles-head,
body[data-route="welcome"] .welcome-luxe__access-head,
body[data-route="welcome"] .welcome-luxe__spotlight-meta,
body[data-route="welcome"] .welcome-dialog__intro,
body[data-route="welcome"] .welcome-dialog__form,
body[data-route="welcome"] .welcome-luxe__empty-access,
body[data-route="welcome"] .welcome-luxe__empty-hero,
body[data-route="welcome"] .welcome-luxe__setup-notice {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body[data-route="welcome"] .welcome-luxe__brand-overline,
body[data-route="welcome"] .welcome-luxe__eyebrow,
body[data-route="welcome"] .welcome-luxe__access-kicker,
body[data-route="welcome"] .welcome-luxe__panel-label,
body[data-route="welcome"] .welcome-luxe__metric-label,
body[data-route="welcome"] .welcome-luxe__spotlight-label,
body[data-route="welcome"] .welcome-luxe__setup-label,
body[data-route="welcome"] .welcome-dialog__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--welcome-muted);
}

body[data-route="welcome"] .welcome-luxe__brand-title,
body[data-route="welcome"] .welcome-luxe__access-title,
body[data-route="welcome"] .welcome-luxe__spotlight-name,
body[data-route="welcome"] .welcome-luxe__setup-title,
body[data-route="welcome"] .welcome-luxe__empty-title,
body[data-route="welcome"] .welcome-luxe__empty-access-title,
body[data-route="welcome"] .welcome-dialog__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--ink);
}

body[data-route="welcome"] .welcome-luxe__brand-title {
  font-size: clamp(1rem, 1rem + 0.2vw, 1.14rem);
}

body[data-route="welcome"] .welcome-luxe__panel-caption,
body[data-route="welcome"] .welcome-luxe__detail,
body[data-route="welcome"] .welcome-luxe__metric-copy,
body[data-route="welcome"] .welcome-luxe__profile-login,
body[data-route="welcome"] .welcome-luxe__profile-copy,
body[data-route="welcome"] .welcome-luxe__spotlight-copy,
body[data-route="welcome"] .welcome-luxe__scene-row-copy,
body[data-route="welcome"] .welcome-luxe__helper,
body[data-route="welcome"] .welcome-luxe__field-hint,
body[data-route="welcome"] .welcome-luxe__field-help,
body[data-route="welcome"] .welcome-dialog__copy,
body[data-route="welcome"] .welcome-luxe__note,
body[data-route="welcome"] .welcome-luxe__empty-copy,
body[data-route="welcome"] .welcome-luxe__empty-access-copy,
body[data-route="welcome"] .welcome-luxe__setup-copy,
body[data-route="welcome"] .welcome-luxe__dev-hint {
  margin: 0;
  color: var(--welcome-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

body[data-route="welcome"] .welcome-luxe__headline {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 5vw, 5.7rem);
  line-height: 0.92;
  letter-spacing: -0.065em;
  text-wrap: balance;
  color: var(--ink);
  max-width: 8.4ch;
}

body[data-route="welcome"] .welcome-luxe__lede {
  margin: 0;
  max-width: 60ch;
  font-size: clamp(1rem, 1rem + 0.34vw, 1.22rem);
  line-height: 1.6;
  color: var(--ink);
  text-wrap: pretty;
}

body[data-route="welcome"] .welcome-luxe__detail {
  max-width: 58ch;
  text-wrap: pretty;
}

body[data-route="welcome"] .welcome-luxe__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body[data-route="welcome"] .welcome-luxe__metric,
body[data-route="welcome"] .welcome-luxe__scene-row,
body[data-route="welcome"] .welcome-luxe__profile,
body[data-route="welcome"] .welcome-luxe__spotlight,
body[data-route="welcome"] .welcome-luxe__setup-notice,
body[data-route="welcome"] .welcome-luxe__empty-access,
body[data-route="welcome"] .welcome-luxe__empty-hero {
  border: 1px solid var(--welcome-border);
  border-radius: 22px;
  background: color-mix(in oklab, var(--welcome-panel-strong) 88%, transparent);
}

body[data-route="welcome"] .welcome-luxe__metric {
  padding: 14px 16px;
  min-height: 104px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body[data-route="welcome"] .welcome-luxe__metric-value {
  font-size: clamp(1.35rem, 1.2rem + 0.6vw, 1.92rem);
  letter-spacing: -0.04em;
  color: var(--ink);
}

body[data-route="welcome"] .welcome-luxe__scene {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

body[data-route="welcome"] .welcome-luxe__spotlight {
  padding: 18px;
  background:
    radial-gradient(circle at 0% 0%, color-mix(in oklab, var(--welcome-accent, var(--accent-shared)) 22%, transparent), transparent 44%),
    color-mix(in oklab, var(--welcome-panel-strong) 92%, transparent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body[data-route="welcome"] .welcome-luxe__spotlight-badge,
body[data-route="welcome"] .welcome-luxe__profile-badge,
body[data-route="welcome"] .welcome-luxe__status,
body[data-route="welcome"] .welcome-luxe__chip,
body[data-route="welcome"] .welcome-luxe__theme-toggle,
body[data-route="welcome"] .welcome-luxe__ghost,
body[data-route="welcome"] .welcome-luxe__input-action,
body[data-route="welcome"] .welcome-luxe__alert,
body[data-route="welcome"] .welcome-luxe__dev-hint {
  border: 1px solid var(--welcome-border);
  background: var(--welcome-soft);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body[data-route="welcome"] .welcome-luxe__spotlight-badge,
body[data-route="welcome"] .welcome-luxe__profile-badge,
body[data-route="welcome"] .welcome-luxe__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ink);
}

body[data-route="welcome"] .welcome-luxe__spotlight-badge.is-ready,
body[data-route="welcome"] .welcome-luxe__profile-badge.is-ready {
  background: color-mix(in oklab, var(--success) 20%, transparent);
  border-color: color-mix(in oklab, var(--success) 42%, transparent);
}

body[data-route="welcome"] .welcome-luxe__spotlight-badge.is-pending,
body[data-route="welcome"] .welcome-luxe__profile-badge.is-pending {
  background: color-mix(in oklab, var(--warning) 18%, transparent);
  border-color: color-mix(in oklab, var(--warning) 36%, transparent);
}

body[data-route="welcome"] .welcome-luxe__spotlight-badge.is-loading,
body[data-route="welcome"] .welcome-luxe__profile-badge.is-loading {
  background: color-mix(in oklab, var(--accent-karina) 18%, transparent);
  border-color: color-mix(in oklab, var(--accent-karina) 36%, transparent);
}

body[data-route="welcome"] .welcome-luxe__spotlight-profile {
  align-items: flex-start;
}

body[data-route="welcome"] .welcome-luxe__spotlight-name,
body[data-route="welcome"] .welcome-luxe__access-title {
  font-size: clamp(1.7rem, 1.45rem + 0.9vw, 2.6rem);
}

body[data-route="welcome"] .welcome-luxe__spotlight-copy {
  max-width: 46ch;
}

body[data-route="welcome"] .welcome-luxe__chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body[data-route="welcome"] .welcome-luxe__scene-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body[data-route="welcome"] .welcome-luxe__scene-row {
  padding: 15px 16px;
  background: color-mix(in oklab, var(--welcome-panel-strong) 82%, transparent);
}

body[data-route="welcome"] .welcome-luxe__scene-row-label {
  color: var(--welcome-muted);
  font-size: 0.82rem;
  font-weight: 600;
}

body[data-route="welcome"] .welcome-luxe__scene-row-value {
  font-size: 1rem;
  letter-spacing: -0.02em;
  color: var(--ink);
}

body[data-route="welcome"] .welcome-luxe__note {
  max-width: 52ch;
  padding-left: 2px;
}

body[data-route="welcome"] .welcome-luxe__profiles-title {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
}

body[data-route="welcome"] .welcome-luxe__profiles-copy,
body[data-route="welcome"] .welcome-luxe__access-copy {
  margin: 0;
  color: var(--welcome-muted);
  line-height: 1.55;
}

body[data-route="welcome"] .welcome-luxe__profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body[data-route="welcome"] .welcome-luxe__profile {
  appearance: none;
  width: 100%;
  padding: 16px;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    transform var(--dur-fast) var(--ease-out),
    border-color var(--dur-fast) var(--ease-out),
    box-shadow var(--dur-fast) var(--ease-out),
    background var(--dur-fast) var(--ease-out);
}

body[data-route="welcome"] .welcome-luxe__profile:hover,
body[data-route="welcome"] .welcome-luxe__profile:focus-visible,
body[data-route="welcome"] .welcome-luxe__submit:hover,
body[data-route="welcome"] .welcome-luxe__submit:focus-visible,
body[data-route="welcome"] .welcome-luxe__theme-toggle:hover,
body[data-route="welcome"] .welcome-luxe__theme-toggle:focus-visible,
body[data-route="welcome"] .welcome-luxe__ghost:hover,
body[data-route="welcome"] .welcome-luxe__ghost:focus-visible,
body[data-route="welcome"] .welcome-luxe__input-action:hover,
body[data-route="welcome"] .welcome-luxe__input-action:focus-visible,
body[data-route="welcome"] .welcome-luxe__text-action:hover,
body[data-route="welcome"] .welcome-luxe__text-action:focus-visible {
  transform: translateY(-1px);
}

body[data-route="welcome"] .welcome-luxe__profile:hover,
body[data-route="welcome"] .welcome-luxe__profile:focus-visible {
  border-color: color-mix(in oklab, var(--welcome-accent, var(--accent-shared)) 26%, var(--welcome-border-strong));
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
}

body[data-route="welcome"] .welcome-luxe__profile.is-active {
  border-color: color-mix(in oklab, var(--welcome-accent, var(--accent-shared)) 62%, var(--welcome-border-strong));
  background: color-mix(in oklab, var(--welcome-accent, var(--accent-shared)) 10%, var(--welcome-panel-strong));
}

body[data-route="welcome"] .welcome-luxe__profile-head {
  align-items: flex-start;
}

body[data-route="welcome"] .welcome-luxe__profile-meta {
  flex: 1;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

body[data-route="welcome"] .welcome-luxe__profile-name {
  color: var(--ink);
  font-weight: 700;
}

body[data-route="welcome"] .welcome-luxe__profile-copy {
  margin-top: 10px;
}

body[data-route="welcome"] .welcome-luxe__avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(
    145deg,
    color-mix(in oklab, var(--welcome-accent, var(--accent-shared)) 82%, #fff),
    color-mix(in oklab, var(--welcome-accent, var(--accent-shared)) 44%, #111827)
  );
  color: #081019;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow:
    0 10px 20px color-mix(in oklab, var(--welcome-accent, var(--accent-shared)) 22%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

body[data-route="welcome"] .welcome-luxe__avatar--hero {
  width: 58px;
  height: 58px;
  border-radius: 18px;
}

body[data-route="welcome"] .welcome-luxe__avatar-badge {
  position: absolute;
  right: -4px;
  bottom: -4px;
  min-width: 24px;
  height: 24px;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--welcome-border);
  background: color-mix(in oklab, var(--surface-0) 86%, var(--welcome-panel));
  font-size: 0.72rem;
}

body[data-route="welcome"] .welcome-luxe__form-shell {
  padding: clamp(16px, 2vw, 22px);
  border: 1px solid var(--welcome-border);
  border-radius: 24px;
  background: color-mix(in oklab, var(--welcome-panel-strong) 86%, transparent);
}

body[data-route="welcome"] .welcome-luxe__form,
body[data-route="welcome"] .welcome-luxe__empty-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

body[data-route="welcome"] .welcome-luxe__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body[data-route="welcome"] .welcome-luxe__field-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink);
}

body[data-route="welcome"] .welcome-luxe__input-shell {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  border: 1px solid var(--welcome-border);
  border-radius: 18px;
  background: color-mix(in oklab, var(--welcome-panel) 84%, transparent);
  transition:
    border-color var(--dur-fast) var(--ease-out),
    box-shadow var(--dur-fast) var(--ease-out),
    background var(--dur-fast) var(--ease-out);
}

body[data-route="welcome"] .welcome-luxe__input-shell:focus-within {
  border-color: color-mix(in oklab, var(--accent-karina) 52%, var(--welcome-border-strong));
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--accent-karina) 16%, transparent);
}

body[data-route="welcome"] .welcome-luxe__input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.4;
  padding: 0 18px;
}

body[data-route="welcome"] .welcome-luxe__input::placeholder {
  color: var(--welcome-muted);
}

body[data-route="welcome"] .welcome-luxe__input[readonly] {
  cursor: default;
}

body[data-route="welcome"] .welcome-luxe__input:-webkit-autofill,
body[data-route="welcome"] .welcome-luxe__input:-webkit-autofill:hover,
body[data-route="welcome"] .welcome-luxe__input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--ink);
  box-shadow: 0 0 0 100px transparent inset;
  transition: background-color 9999s ease-in-out 0s;
}

body[data-route="welcome"] .welcome-luxe__input-action,
body[data-route="welcome"] .welcome-luxe__theme-toggle,
body[data-route="welcome"] .welcome-luxe__ghost {
  appearance: none;
  border-radius: 14px;
  cursor: pointer;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 700;
  transition:
    transform var(--dur-fast) var(--ease-out),
    border-color var(--dur-fast) var(--ease-out),
    background var(--dur-fast) var(--ease-out),
    box-shadow var(--dur-fast) var(--ease-out);
}

body[data-route="welcome"] .welcome-luxe__input-action {
  flex: 0 0 auto;
  min-height: 42px;
  margin-right: 8px;
  padding: 0 12px;
}

body[data-route="welcome"] .welcome-luxe__theme-toggle {
  min-width: 88px;
  min-height: 44px;
  padding: 0 14px;
}

body[data-route="welcome"] .welcome-luxe__status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 600;
}

body[data-route="welcome"] .welcome-luxe__status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: color-mix(in oklab, var(--ink) 28%, transparent);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.04);
}

body[data-route="welcome"] .welcome-luxe__status.is-online .welcome-luxe__status-dot {
  background: var(--success);
  box-shadow:
    0 0 0 5px color-mix(in oklab, var(--success) 18%, transparent),
    0 0 24px color-mix(in oklab, var(--success) 28%, transparent);
}

body[data-route="welcome"] .welcome-luxe__setup-notice,
body[data-route="welcome"] .welcome-luxe__empty-access,
body[data-route="welcome"] .welcome-luxe__empty-hero {
  padding: 18px;
}

body[data-route="welcome"] .welcome-luxe__empty-step {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: flex-start;
}

body[data-route="welcome"] .welcome-luxe__empty-step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid var(--welcome-border);
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 700;
  background: var(--welcome-soft);
}

body[data-route="welcome"] .welcome-luxe__empty-step-copy {
  margin: 6px 0 0;
  color: var(--ink);
  line-height: 1.5;
}

body[data-route="welcome"] .welcome-luxe__submit,
body[data-route="welcome"] .welcome-luxe__ghost {
  min-height: 56px;
  padding: 0 18px;
  border-radius: 18px;
}

body[data-route="welcome"] .welcome-luxe__submit {
  appearance: none;
  border: 0;
  cursor: pointer;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #05070d;
  background:
    linear-gradient(135deg, var(--welcome-warm), var(--welcome-cool));
  box-shadow:
    0 22px 38px color-mix(in oklab, var(--accent-semen) 16%, transparent),
    0 8px 18px rgba(0, 0, 0, 0.16);
  transition:
    transform var(--dur-fast) var(--ease-out),
    box-shadow var(--dur-fast) var(--ease-out),
    opacity var(--dur-fast) var(--ease-out);
}

body[data-route="welcome"] .welcome-luxe__submit--soft {
  color: var(--ink);
  border: 1px solid var(--welcome-border);
  background:
    linear-gradient(
      135deg,
      color-mix(in oklab, var(--accent-semen) 12%, var(--welcome-panel-strong)),
      color-mix(in oklab, var(--accent-karina) 10%, var(--welcome-panel-strong))
    );
}

body[data-route="welcome"] .welcome-luxe__submit:disabled,
body[data-route="welcome"] .welcome-luxe__ghost:disabled {
  opacity: 0.6;
  cursor: default;
  transform: none;
  box-shadow: none;
}

body[data-route="welcome"] .welcome-luxe__ghost {
  border: 1px solid var(--welcome-border);
  background: var(--welcome-soft);
  color: var(--ink);
}

body[data-route="welcome"] .welcome-luxe__secondary-actions,
body[data-route="welcome"] .welcome-dialog__actions {
  flex-wrap: wrap;
}

body[data-route="welcome"] .welcome-luxe__secondary-actions {
  justify-content: space-between;
}

body[data-route="welcome"] .welcome-luxe__text-action {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 2px 0;
  color: var(--welcome-muted);
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    color var(--dur-fast) var(--ease-out),
    transform var(--dur-fast) var(--ease-out);
}

body[data-route="welcome"] .welcome-luxe__text-action:hover,
body[data-route="welcome"] .welcome-luxe__text-action:focus-visible {
  color: var(--ink);
}

body[data-route="welcome"] .welcome-luxe__alert {
  margin: 0;
  padding: 14px 16px;
  border-radius: 18px;
  font-size: 0.92rem;
  line-height: 1.5;
}

body[data-route="welcome"] .welcome-luxe__alert.is-error {
  border-color: color-mix(in oklab, var(--danger) 36%, transparent);
  background: color-mix(in oklab, var(--danger) 14%, transparent);
  color: var(--ink);
}

body[data-route="welcome"] .welcome-luxe__alert.is-info {
  border-color: color-mix(in oklab, var(--accent-karina) 28%, transparent);
  background: color-mix(in oklab, var(--accent-karina) 12%, transparent);
  color: var(--ink);
}

body[data-route="welcome"] .welcome-luxe__dev-hint {
  display: inline-flex;
  align-self: flex-start;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.82rem;
}

body[data-route="welcome"] .welcome-dialog {
  position: fixed;
  inset: 0;
  z-index: calc(var(--z-overlay) + 12);
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 28px);
  background:
    linear-gradient(180deg, rgba(4, 6, 11, 0.66), rgba(4, 6, 11, 0.8));
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body[data-route="welcome"] .welcome-dialog__card {
  position: relative;
  width: min(680px, 100%);
  max-height: min(88dvh, 860px);
  overflow: auto;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--welcome-border);
  border-radius: 28px;
  background: var(--welcome-panel-strong);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body[data-route="welcome"] .welcome-dialog__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--welcome-border);
  border-radius: 999px;
  background: var(--welcome-soft);
  color: var(--ink);
  font-size: 1.4rem;
  cursor: pointer;
}

body[data-route="welcome"] .welcome-dialog__form {
  gap: 18px;
}

body[data-route="welcome"] .welcome-dialog__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body[data-route="welcome"] .welcome-luxe-launch {
  position: fixed;
  inset: 0;
  z-index: calc(var(--z-overlay) + 24);
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 20% 20%, color-mix(in oklab, var(--accent-semen) 18%, transparent), transparent 24%),
    radial-gradient(circle at 80% 80%, color-mix(in oklab, var(--accent-karina) 18%, transparent), transparent 24%),
    rgba(6, 10, 18, 0.72);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms var(--ease-out);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body[data-route="welcome"] .welcome-luxe-launch.show {
  opacity: 1;
}

body[data-route="welcome"] .welcome-luxe-launch.hide {
  opacity: 0;
}

body[data-route="welcome"] .welcome-luxe-launch__card {
  width: min(520px, 100%);
  padding: 28px;
  border-radius: 28px;
  border: 1px solid var(--welcome-border, var(--glass-border));
  background:
    linear-gradient(
      145deg,
      color-mix(
        in oklab,
        var(--welcome-accent, var(--accent-shared)) 12%,
        var(--welcome-panel-strong, color-mix(in oklab, var(--surface-1) 94%, rgba(255, 255, 255, 0.08)))
      ),
      color-mix(in oklab, var(--surface-1) 94%, rgba(255, 255, 255, 0.06))
    );
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body[data-route="welcome"] .welcome-luxe-launch__kicker,
body[data-route="welcome"] .welcome-luxe-launch__tagline {
  margin: 0 0 8px;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--welcome-muted, var(--ink-muted));
}

body[data-route="welcome"] .welcome-luxe-launch__name {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 1.4rem + 1vw, 2.6rem);
  letter-spacing: -0.05em;
  color: var(--ink);
}

body[data-route="welcome"] .welcome-luxe-launch__line {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.6;
}

body[data-route="welcome"] .welcome-luxe-launch__progress {
  position: relative;
  height: 6px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

body[data-route="welcome"] .welcome-luxe-launch__progress-bar {
  position: absolute;
  inset: 0;
  transform-origin: left center;
  background: linear-gradient(
    90deg,
    var(--welcome-warm, color-mix(in oklab, var(--accent-semen) 86%, #ffd8d1)),
    var(--welcome-cool, color-mix(in oklab, var(--accent-karina) 82%, #dce7ff))
  );
  animation: welcomeLuxeProgress 1.15s var(--ease-gentle) both;
}

@keyframes welcomeLuxeProgress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (max-width: 1180px) {
  body[data-route="welcome"] .welcome-luxe__shell {
    grid-template-columns: 1fr;
  }

  body[data-route="welcome"] .welcome-luxe__headline {
    max-width: 9.4ch;
  }

  body[data-route="welcome"] .welcome-luxe__scene-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  body[data-route="welcome"] .welcome-luxe__metrics,
  body[data-route="welcome"] .welcome-luxe__scene-list,
  body[data-route="welcome"] .welcome-dialog__grid {
    grid-template-columns: 1fr;
  }

  body[data-route="welcome"] .welcome-luxe__profile-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body[data-route="welcome"] #app {
    max-width: calc(100vw - 12px);
  }

  body[data-route="welcome"] .welcome-luxe__hero,
  body[data-route="welcome"] .welcome-luxe__access,
  body[data-route="welcome"] .welcome-dialog__card,
  body[data-route="welcome"] .welcome-luxe-launch__card {
    border-radius: 24px;
  }

  body[data-route="welcome"] .welcome-luxe__hero,
  body[data-route="welcome"] .welcome-luxe__access {
    padding: 18px;
  }

  body[data-route="welcome"] .welcome-luxe__hero-top,
  body[data-route="welcome"] .welcome-luxe__access-top,
  body[data-route="welcome"] .welcome-luxe__profile-head,
  body[data-route="welcome"] .welcome-luxe__field-head,
  body[data-route="welcome"] .welcome-luxe__secondary-actions,
  body[data-route="welcome"] .welcome-dialog__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  body[data-route="welcome"] .welcome-luxe__hero-actions {
    width: 100%;
    justify-content: space-between;
  }

  body[data-route="welcome"] .welcome-luxe__headline {
    max-width: none;
    font-size: clamp(2.55rem, 11vw, 3.4rem);
  }

  body[data-route="welcome"] .welcome-luxe__submit,
  body[data-route="welcome"] .welcome-luxe__ghost {
    width: 100%;
  }

  body[data-route="welcome"] .welcome-luxe__theme-toggle,
  body[data-route="welcome"] .welcome-luxe__status {
    width: 100%;
    justify-content: center;
  }
}

body[data-route="welcome"] .welcome-luxe {
  --welcome-panel: color-mix(in oklab, var(--surface-1) 94%, rgba(255, 255, 255, 0.03));
  --welcome-panel-strong: color-mix(in oklab, var(--surface-2) 96%, rgba(255, 255, 255, 0.05));
  --welcome-border: rgba(255, 255, 255, 0.08);
  --welcome-border-strong: rgba(255, 255, 255, 0.14);
  --welcome-soft: rgba(255, 255, 255, 0.035);
  --welcome-shadow:
    0 28px 80px rgba(0, 0, 0, 0.24),
    0 10px 28px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body[data-theme="light"][data-route="welcome"] .welcome-luxe {
  --welcome-panel: rgba(255, 255, 255, 0.9);
  --welcome-panel-strong: rgba(255, 255, 255, 0.96);
  --welcome-border: rgba(34, 45, 73, 0.09);
  --welcome-border-strong: rgba(34, 45, 73, 0.14);
  --welcome-soft: rgba(88, 110, 184, 0.06);
  --welcome-shadow:
    0 24px 72px rgba(68, 86, 127, 0.12),
    0 8px 22px rgba(68, 86, 127, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body[data-route="welcome"] .welcome-luxe::before,
body[data-route="welcome"] .welcome-luxe::after {
  filter: blur(86px);
  opacity: 0.48;
}

body[data-route="welcome"] .welcome-luxe__shell {
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.78fr);
  align-items: start;
  gap: clamp(18px, 2vw, 30px);
  min-height: 0;
}

body[data-route="welcome"] .welcome-luxe__hero,
body[data-route="welcome"] .welcome-luxe__access {
  gap: clamp(16px, 1.8vw, 22px);
  border-radius: clamp(24px, 2.6vw, 32px);
  backdrop-filter: blur(22px) saturate(1.06);
  -webkit-backdrop-filter: blur(22px) saturate(1.06);
  animation: welcomeSurfaceIn 520ms var(--ease-out) both;
}

body[data-route="welcome"] .welcome-luxe__hero {
  padding: clamp(22px, 2.6vw, 34px);
  background:
    radial-gradient(circle at 0% 0%, color-mix(in oklab, var(--accent-semen) 12%, transparent), transparent 34%),
    radial-gradient(circle at 100% 12%, color-mix(in oklab, var(--accent-karina) 10%, transparent), transparent 30%),
    linear-gradient(160deg, color-mix(in oklab, var(--surface-1) 95%, transparent), color-mix(in oklab, var(--surface-2) 92%, transparent));
}

body[data-theme="light"][data-route="welcome"] .welcome-luxe__hero {
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 150, 130, 0.12), transparent 36%),
    radial-gradient(circle at 100% 10%, rgba(110, 149, 255, 0.12), transparent 30%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(244, 247, 255, 0.9));
}

body[data-route="welcome"] .welcome-luxe__hero::after {
  display: none;
}

body[data-route="welcome"] .welcome-luxe__access {
  padding: clamp(20px, 2.3vw, 30px);
  background:
    linear-gradient(180deg, color-mix(in oklab, var(--surface-1) 96%, rgba(255, 255, 255, 0.03)), color-mix(in oklab, var(--surface-2) 94%, rgba(255, 255, 255, 0.02)));
  animation-delay: 80ms;
}

body[data-theme="light"][data-route="welcome"] .welcome-luxe__access {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 250, 255, 0.94));
}

body[data-route="welcome"] .welcome-luxe__hero-top,
body[data-route="welcome"] .welcome-luxe__access-top {
  align-items: center;
}

body[data-route="welcome"] .welcome-luxe__brand {
  gap: 12px;
}

body[data-route="welcome"] .welcome-luxe__brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

body[data-route="welcome"] .welcome-luxe__brand-meta {
  gap: 4px;
}

body[data-route="welcome"] .welcome-luxe__brand-overline {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
}

body[data-route="welcome"] .welcome-luxe__brand-title {
  font-size: 1.02rem;
}

body[data-route="welcome"] .welcome-luxe__hero-actions {
  gap: 10px;
}

body[data-route="welcome"] .welcome-luxe__copy--minimal {
  gap: 12px;
  padding-top: 4px;
}

body[data-route="welcome"] .welcome-luxe__headline--minimal {
  max-width: 10.4ch;
  font-size: clamp(2.6rem, 4.2vw, 4.3rem);
  line-height: 0.94;
  letter-spacing: -0.058em;
}

body[data-route="welcome"] .welcome-luxe__lede--minimal {
  max-width: 38ch;
  font-size: clamp(1rem, 0.96rem + 0.26vw, 1.14rem);
  line-height: 1.52;
}

body[data-route="welcome"] .welcome-luxe__detail--minimal {
  max-width: 42ch;
  font-size: 0.94rem;
  line-height: 1.55;
}

body[data-route="welcome"] .welcome-luxe__presence,
body[data-route="welcome"] .welcome-luxe__access-focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--welcome-border);
  border-radius: 20px;
  background:
    linear-gradient(
      145deg,
      color-mix(in oklab, var(--welcome-accent, var(--accent-shared)) 8%, var(--welcome-panel-strong)),
      color-mix(in oklab, var(--welcome-panel-strong) 94%, transparent)
    );
}

body[data-route="welcome"] .welcome-luxe__presence-meta,
body[data-route="welcome"] .welcome-luxe__access-focus-meta {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

body[data-route="welcome"] .welcome-luxe__presence-name,
body[data-route="welcome"] .welcome-luxe__access-focus-name {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
}

body[data-route="welcome"] .welcome-luxe__presence-copy,
body[data-route="welcome"] .welcome-luxe__access-focus-copy {
  color: var(--welcome-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

body[data-route="welcome"] .welcome-luxe__access-focus-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

body[data-route="welcome"] .welcome-luxe__access-focus--manual {
  align-items: flex-start;
  flex-direction: column;
}

body[data-route="welcome"] .welcome-luxe__access-head,
body[data-route="welcome"] .welcome-luxe__profiles-head {
  gap: 6px;
}

body[data-route="welcome"] .welcome-luxe__access-title {
  font-size: clamp(1.56rem, 1.32rem + 0.7vw, 2.18rem);
}

body[data-route="welcome"] .welcome-luxe__access-copy {
  max-width: 32ch;
  font-size: 0.96rem;
}

body[data-route="welcome"] .welcome-luxe__form-shell {
  padding: clamp(14px, 1.8vw, 18px);
  border-radius: 22px;
  background: color-mix(in oklab, var(--welcome-panel-strong) 92%, transparent);
}

body[data-route="welcome"] .welcome-luxe__form {
  gap: 12px;
}

body[data-route="welcome"] .welcome-luxe__field {
  gap: 6px;
}

body[data-route="welcome"] .welcome-luxe__field-label {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body[data-route="welcome"] .welcome-luxe__field-hint,
body[data-route="welcome"] .welcome-luxe__helper {
  font-size: 0.86rem;
  line-height: 1.5;
}

body[data-route="welcome"] .welcome-luxe__input-shell {
  min-height: 56px;
  border-radius: 16px;
  background: color-mix(in oklab, var(--welcome-panel) 90%, transparent);
}

body[data-route="welcome"] .welcome-luxe__input {
  font-size: 0.98rem;
}

body[data-route="welcome"] .welcome-luxe__submit,
body[data-route="welcome"] .welcome-luxe__ghost {
  min-height: 54px;
  border-radius: 16px;
}

body[data-route="welcome"] .welcome-luxe__submit {
  box-shadow:
    0 18px 34px color-mix(in oklab, var(--accent-semen) 14%, transparent),
    0 8px 18px rgba(0, 0, 0, 0.12);
}

body[data-route="welcome"] .welcome-luxe__status,
body[data-route="welcome"] .welcome-luxe__theme-toggle,
body[data-route="welcome"] .welcome-luxe__input-action,
body[data-route="welcome"] .welcome-luxe__menu-action,
body[data-route="welcome"] .welcome-luxe__ghost,
body[data-route="welcome"] .welcome-luxe__alert {
  border: 1px solid var(--welcome-border);
  background: var(--welcome-soft);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body[data-route="welcome"] .welcome-luxe__status {
  min-height: 42px;
  padding: 0 12px;
  font-size: 0.82rem;
}

body[data-route="welcome"] .welcome-luxe__theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  width: 42px;
  min-height: 42px;
  padding: 0;
  border-radius: 999px;
}

body[data-route="welcome"] .welcome-luxe__theme-orbit {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
}

body[data-route="welcome"] .welcome-luxe__theme-core,
body[data-route="welcome"] .welcome-luxe__theme-satellite {
  position: absolute;
  border-radius: 999px;
  transition:
    transform var(--dur-fast) var(--ease-out),
    background var(--dur-fast) var(--ease-out),
    opacity var(--dur-fast) var(--ease-out);
}

body[data-route="welcome"] .welcome-luxe__theme-core {
  inset: 3px;
  background: linear-gradient(145deg, #ffe3ab, #ffd177);
  box-shadow: 0 0 18px rgba(255, 202, 110, 0.35);
}

body[data-route="welcome"] .welcome-luxe__theme-satellite {
  width: 7px;
  height: 7px;
  top: 1px;
  right: 1px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.05);
}

body[data-route="welcome"] .welcome-luxe__theme-toggle.is-dark .welcome-luxe__theme-core {
  background: linear-gradient(145deg, #8fa6ff, #d7dfff);
  box-shadow: 0 0 16px rgba(148, 167, 255, 0.32);
  transform: scale(0.92);
}

body[data-route="welcome"] .welcome-luxe__theme-toggle.is-dark .welcome-luxe__theme-satellite {
  transform: translate(-8px, 8px) scale(0.82);
  opacity: 0.82;
}

body[data-route="welcome"] .welcome-luxe__disclosure {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 12px;
  border: 1px solid var(--welcome-border);
  border-radius: 24px;
  background:
    linear-gradient(
      160deg,
      color-mix(in oklab, var(--welcome-panel-strong) 92%, transparent),
      color-mix(in oklab, var(--welcome-soft) 68%, transparent)
    );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

body[data-route="welcome"] .welcome-luxe__disclosure.is-open {
  border-color: var(--welcome-border-strong);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 18px 36px color-mix(in oklab, var(--welcome-accent, var(--accent-shared)) 7%, transparent);
}

body[data-route="welcome"] .welcome-luxe__disclosure-toggle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 72px;
  padding: 4px;
  border: 0;
  border-radius: 18px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition:
    transform var(--dur-fast) var(--ease-out),
    background var(--dur-fast) var(--ease-out),
    box-shadow var(--dur-fast) var(--ease-out);
}

body[data-route="welcome"] .welcome-luxe__disclosure-toggle:hover,
body[data-route="welcome"] .welcome-luxe__disclosure-toggle:focus-visible {
  transform: translateY(-1px);
  background: color-mix(in oklab, var(--welcome-soft) 54%, transparent);
}

body[data-route="welcome"] .welcome-luxe__disclosure-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
  text-align: left;
}

body[data-route="welcome"] .welcome-luxe__disclosure-kicker {
  color: var(--welcome-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body[data-route="welcome"] .welcome-luxe__disclosure-label {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
}

body[data-route="welcome"] .welcome-luxe__disclosure-summary {
  color: var(--welcome-muted);
  font-size: 0.88rem;
  line-height: 1.48;
}

body[data-route="welcome"] .welcome-luxe__disclosure-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-left: auto;
}

body[data-route="welcome"] .welcome-luxe__disclosure-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid var(--welcome-border);
  border-radius: 999px;
  background: color-mix(in oklab, var(--welcome-soft) 82%, transparent);
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 700;
}

body[data-route="welcome"] .welcome-luxe__disclosure-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: color-mix(in oklab, var(--welcome-soft) 84%, transparent);
  color: var(--welcome-muted);
  font-size: 1.3rem;
  transition: transform var(--dur-fast) var(--ease-out);
}

body[data-route="welcome"] .welcome-luxe__disclosure.is-open .welcome-luxe__disclosure-icon {
  transform: rotate(90deg);
}

body[data-route="welcome"] .welcome-luxe__disclosure-body {
  display: grid;
  gap: 12px;
  margin-top: 12px;
  padding-top: 16px;
  border-top: 1px solid color-mix(in oklab, var(--welcome-border) 88%, transparent);
  animation: welcomeDisclosureIn 220ms var(--ease-out) both;
}

body[data-route="welcome"] .welcome-luxe__disclosure-body--stack {
  grid-template-columns: minmax(0, 1fr);
}

body[data-route="welcome"] .welcome-luxe__metrics--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-route="welcome"] .welcome-luxe__metric,
body[data-route="welcome"] .welcome-luxe__scene-row,
body[data-route="welcome"] .welcome-luxe__profile,
body[data-route="welcome"] .welcome-luxe__setup-notice,
body[data-route="welcome"] .welcome-luxe__empty-access,
body[data-route="welcome"] .welcome-luxe__empty-hero {
  border-radius: 20px;
}

body[data-route="welcome"] .welcome-luxe__metric {
  min-height: auto;
  padding: 14px 15px;
}

body[data-route="welcome"] .welcome-luxe__scene--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body[data-route="welcome"] .welcome-luxe__scene-row {
  padding: 14px 15px;
}

body[data-route="welcome"] .welcome-luxe__scene-row-value {
  font-size: 0.98rem;
}

body[data-route="welcome"] .welcome-luxe__profiles {
  gap: 10px;
}

body[data-route="welcome"] .welcome-luxe__profiles-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

body[data-route="welcome"] .welcome-luxe__profiles-copy-wrap {
  display: grid;
  gap: 4px;
}

body[data-route="welcome"] .welcome-luxe__profile-grid {
  gap: 10px;
}

body[data-route="welcome"] .welcome-luxe__profiles-count {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid var(--welcome-border);
  border-radius: 999px;
  background: color-mix(in oklab, var(--welcome-soft) 78%, transparent);
  color: var(--welcome-muted);
  font-size: 0.74rem;
  font-weight: 700;
}

body[data-route="welcome"] .welcome-luxe__profile {
  padding: 14px;
  border-radius: 18px;
}

body[data-route="welcome"] .welcome-luxe__profile-copy {
  margin-top: 8px;
  font-size: 0.9rem;
}

body[data-route="welcome"] .welcome-luxe__menu {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body[data-route="welcome"] .welcome-luxe__menu-action {
  appearance: none;
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 88px;
  padding: 14px;
  border-radius: 18px;
  text-align: left;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform var(--dur-fast) var(--ease-out),
    border-color var(--dur-fast) var(--ease-out),
    background var(--dur-fast) var(--ease-out);
}

body[data-route="welcome"] .welcome-luxe__menu-action:hover,
body[data-route="welcome"] .welcome-luxe__menu-action:focus-visible {
  transform: translateY(-1px);
  border-color: var(--welcome-border-strong);
}

body[data-route="welcome"] .welcome-luxe__menu-action.is-primary {
  background:
    linear-gradient(
      135deg,
      color-mix(in oklab, var(--welcome-accent, var(--accent-shared)) 18%, var(--welcome-soft)),
      color-mix(in oklab, var(--welcome-panel-strong) 92%, transparent)
    );
}

body[data-route="welcome"] .welcome-luxe__menu-action.is-tonal {
  background:
    linear-gradient(
      135deg,
      color-mix(in oklab, var(--accent-karina) 16%, var(--welcome-soft)),
      color-mix(in oklab, var(--welcome-panel-strong) 90%, transparent)
    );
}

body[data-route="welcome"] .welcome-luxe__menu-action-title {
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
}

body[data-route="welcome"] .welcome-luxe__menu-action-copy {
  color: var(--welcome-muted);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.45;
}

body[data-route="welcome"] .welcome-luxe__alert {
  padding: 12px 14px;
  border-radius: 16px;
  font-size: 0.9rem;
}

@keyframes welcomeSurfaceIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes welcomeDisclosureIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1180px) {
  body[data-route="welcome"] .welcome-luxe__shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  body[data-route="welcome"] .welcome-luxe__metrics--compact,
  body[data-route="welcome"] .welcome-luxe__scene--compact,
  body[data-route="welcome"] .welcome-luxe__menu {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body[data-route="welcome"] .welcome-luxe__hero,
  body[data-route="welcome"] .welcome-luxe__access {
    padding: 18px;
  }

  body[data-route="welcome"] .welcome-luxe__hero-top {
    align-items: flex-start;
    flex-direction: column;
  }

  body[data-route="welcome"] .welcome-luxe__hero-actions {
    width: 100%;
    justify-content: space-between;
  }

  body[data-route="welcome"] .welcome-luxe__status {
    flex: 1 1 auto;
    justify-content: center;
  }

  body[data-route="welcome"] .welcome-luxe__headline--minimal {
    max-width: 8.6ch;
    font-size: clamp(2.35rem, 11vw, 3.2rem);
  }

  body[data-route="welcome"] .welcome-luxe__presence,
  body[data-route="welcome"] .welcome-luxe__access-focus {
    align-items: flex-start;
    flex-direction: column;
  }

  body[data-route="welcome"] .welcome-luxe__scene--compact,
  body[data-route="welcome"] .welcome-luxe__metrics--compact,
  body[data-route="welcome"] .welcome-luxe__profile-grid,
  body[data-route="welcome"] .welcome-luxe__menu {
    grid-template-columns: 1fr;
  }

  body[data-route="welcome"] .welcome-luxe__disclosure-toggle,
  body[data-route="welcome"] .welcome-luxe__profiles-head {
    align-items: flex-start;
    flex-direction: column;
  }

  body[data-route="welcome"] .welcome-luxe__disclosure-meta {
    width: 100%;
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-route="welcome"] .welcome-luxe *,
  body[data-route="welcome"] .welcome-dialog *,
  body[data-route="welcome"] .welcome-luxe-launch * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
