.life-auth-welcome {
  --landing-bg: #f5fbff;
  --landing-bg-soft: #e8f7ff;
  --landing-text: #275c75;
  --landing-text-soft: #5f8193;
  --landing-text-muted: #7c98a8;
  --landing-line: rgba(111, 206, 241, 0.32);
  --landing-line-soft: rgba(111, 206, 241, 0.18);
  --landing-accent: #8de6ff;
  --landing-accent-strong: #47cfff;
  --landing-accent-deep: #6cd8ff;
  --landing-surface: rgba(255, 255, 255, 0.72);
  --landing-surface-strong: rgba(255, 255, 255, 0.84);
  --landing-border: rgba(111, 206, 241, 0.2);
  --landing-shadow: 0 24px 52px rgba(118, 204, 233, 0.14);
  --landing-shadow-soft: 0 18px 38px rgba(118, 204, 233, 0.1);
  font-family: 'IBM Plex Sans JP', 'Noto Sans JP', sans-serif;
  color: var(--landing-text);
}

.life-page.life-auth.life-auth-public.life-auth-welcome {
  overflow-x: clip;
  background:
    radial-gradient(34% 30% at 10% 12%, rgba(129, 225, 255, 0.42) 0%, rgba(129, 225, 255, 0) 72%),
    radial-gradient(40% 32% at 88% 18%, rgba(193, 244, 255, 0.36) 0%, rgba(193, 244, 255, 0) 74%),
    radial-gradient(30% 28% at 54% 42%, rgba(120, 217, 255, 0.22) 0%, rgba(120, 217, 255, 0) 76%),
    radial-gradient(34% 30% at 52% 82%, rgba(106, 213, 255, 0.2) 0%, rgba(106, 213, 255, 0) 78%),
    linear-gradient(160deg, #fbfeff 0%, var(--landing-bg) 44%, var(--landing-bg-soft) 100%);
}

.life-page.life-auth.life-auth-public.life-auth-welcome::before,
.life-page.life-auth.life-auth-public.life-auth-welcome::after {
  content: none;
}

.life-auth-welcome .life-auth-scene {
  display: none;
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-header {
  border-bottom: 1px solid rgba(111, 206, 241, 0.16);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand,
.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-nav-link,
.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-action {
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand,
.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-nav-link,
.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-menu-link {
  color: var(--landing-text);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  text-decoration: none;
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-mark {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border: 1px solid rgba(111, 206, 241, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(225, 249, 255, 0.9)),
    rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 24px rgba(141, 230, 255, 0.16);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-mark::before,
.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-mark::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  background: rgba(111, 206, 241, 0.38);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-mark::before {
  width: 24px;
  height: 1.5px;
  transform: rotate(36deg);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-mark::after {
  width: 24px;
  height: 1.5px;
  transform: rotate(-36deg);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-mark-core {
  width: 13px;
  height: 13px;
  border-radius: 4px;
  background: linear-gradient(135deg, #d8fbff, #7edfff);
  box-shadow: 0 0 0 5px rgba(141, 230, 255, 0.14);
  transform: rotate(45deg);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-copy {
  display: grid;
  gap: 0.08rem;
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-copy strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-copy small {
  display: block;
  color: #7ea3b5;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-nav-link:hover,
.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-nav-link.is-active,
.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-menu-link.is-active {
  color: #4a88a4;
  background: rgba(141, 230, 255, 0.16);
  border-color: rgba(71, 207, 255, 0.18);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-action {
  border-color: rgba(111, 206, 241, 0.22);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-action--ghost,
.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-menu-toggle {
  color: var(--landing-text);
  background: rgba(255, 255, 255, 0.94);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-action--primary {
  color: #2c6884;
  background: linear-gradient(135deg, #b6f3ff 0%, #86e4ff 54%, #d8fbff 100%);
  box-shadow: 0 12px 24px rgba(126, 223, 255, 0.22);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-action--ghost:hover,
.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-action--primary:hover,
.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-menu-toggle:hover {
  border-color: rgba(71, 207, 255, 0.26);
  box-shadow: 0 10px 20px rgba(126, 223, 255, 0.14);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-menu-toggle {
  border-color: rgba(111, 206, 241, 0.2);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-menu-toggle span {
  background: #57cfff;
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-menu-panel {
  border-color: rgba(111, 206, 241, 0.18);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 16px 32px rgba(126, 223, 255, 0.12);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-menu-link {
  color: var(--landing-text);
}

.life-auth-welcome .life-landing-wireframe {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.life-auth-welcome .life-landing-wireframe::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(222, 247, 255, 0.08), rgba(246, 252, 255, 0.28)),
    radial-gradient(42% 36% at 50% 46%, rgba(117, 216, 255, 0.08) 0%, rgba(255, 255, 255, 0.18) 66%, rgba(255, 255, 255, 0.34) 100%);
}

.life-auth-welcome .life-landing-wireframe::after {
  content: '';
  position: absolute;
  inset: -6%;
  background:
    radial-gradient(30% 28% at 40% 34%, rgba(116, 219, 255, 0.28) 0%, rgba(116, 219, 255, 0) 72%),
    radial-gradient(24% 24% at 65% 48%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 70%),
    radial-gradient(28% 26% at 54% 64%, rgba(90, 208, 255, 0.18) 0%, rgba(90, 208, 255, 0) 74%);
  filter: blur(24px);
  opacity: 0.9;
  animation: life-wireframe-field 20s ease-in-out infinite alternate;
}

.life-auth-welcome .life-landing-wireframe-layer {
  position: absolute;
  inset: -10%;
  width: 120%;
  height: 120%;
}

.life-auth-welcome .life-landing-wireframe-layer.is-primary {
  opacity: 0.62;
}

.life-auth-welcome .life-landing-wireframe-layer.is-secondary {
  opacity: 0.4;
}

.life-auth-welcome .life-landing-wireframe-layer.is-tertiary {
  opacity: 0.72;
  filter: drop-shadow(0 0 26px rgba(118, 223, 255, 0.16));
}

.life-auth-welcome .life-wireframe-group {
  transform-box: fill-box;
  transform-origin: center;
}

.life-auth-welcome .life-wireframe-group--primary {
  animation: life-wireframe-drift-a 26s ease-in-out infinite alternate;
}

.life-auth-welcome .life-wireframe-group--secondary {
  animation: life-wireframe-drift-b 34s ease-in-out infinite alternate;
}

.life-auth-welcome .life-wireframe-group--tertiary {
  animation: life-wireframe-drift-c 22s ease-in-out infinite alternate;
}

.life-auth-welcome .life-wireframe-line,
.life-auth-welcome .life-wireframe-face,
.life-auth-welcome .life-wireframe-node {
  vector-effect: non-scaling-stroke;
}

.life-auth-welcome .life-wireframe-line {
  fill: none;
  stroke: rgba(98, 211, 247, 0.6);
  stroke-width: 1.36;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 10 14;
  filter: drop-shadow(0 0 14px rgba(151, 236, 255, 0.28));
  animation: life-wireframe-dash 20s linear infinite;
}

.life-auth-welcome .life-landing-wireframe-layer.is-secondary .life-wireframe-line {
  stroke: rgba(151, 236, 255, 0.48);
  stroke-dasharray: 8 16;
  animation-duration: 28s;
}

.life-auth-welcome .life-landing-wireframe-layer.is-tertiary .life-wireframe-line {
  stroke: rgba(71, 207, 255, 0.78);
  stroke-width: 1.72;
  stroke-dasharray: 14 10;
  filter: drop-shadow(0 0 18px rgba(89, 215, 255, 0.32));
  animation-duration: 16s;
}

.life-auth-welcome .life-wireframe-face {
  fill: rgba(184, 242, 255, 0.2);
  stroke: rgba(71, 207, 255, 0.22);
  stroke-width: 1;
  animation: life-wireframe-face 12s ease-in-out infinite alternate;
}

.life-auth-welcome .life-landing-wireframe-layer.is-tertiary .life-wireframe-face {
  fill: rgba(141, 230, 255, 0.28);
  stroke: rgba(71, 207, 255, 0.3);
}

.life-auth-welcome .life-wireframe-node {
  fill: rgba(255, 255, 255, 0.98);
  stroke: rgba(71, 207, 255, 0.46);
  stroke-width: 1.4;
  filter: drop-shadow(0 0 10px rgba(135, 232, 255, 0.26));
  animation: life-wireframe-node 7s ease-in-out infinite;
}

.life-auth-welcome .life-landing-main {
  width: min(1160px, calc(100% - 1.2rem));
  margin: 1.1rem auto 2.5rem;
  position: relative;
  z-index: 3;
  display: grid;
  gap: 1.55rem;
}

.life-auth-welcome .life-landing-main::before {
  content: '';
  position: absolute;
  inset: -2rem -1rem;
  z-index: -1;
  background:
    radial-gradient(44% 34% at 20% 18%, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0) 72%),
    radial-gradient(48% 38% at 80% 18%, rgba(210, 246, 255, 0.44) 0%, rgba(210, 246, 255, 0) 74%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(243, 251, 255, 0.08));
  filter: blur(28px);
  opacity: 0.78;
  pointer-events: none;
}

.life-auth-welcome .life-landing-hero,
.life-auth-welcome .life-landing-section,
.life-auth-welcome .life-landing-start-panel {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(246, 252, 255, 0.66)),
    radial-gradient(120% 120% at 18% 0%, rgba(167, 237, 255, 0.2) 0%, rgba(167, 237, 255, 0) 56%);
  border: 1px solid var(--landing-border);
  box-shadow: var(--landing-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  overflow: hidden;
}

.life-auth-welcome .life-landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 2rem;
  align-items: center;
  padding: 2.1rem 2rem 1.95rem;
  border-radius: 40px;
}

.life-auth-welcome .life-landing-copy {
  position: relative;
  z-index: 1;
  max-width: 39rem;
  display: grid;
  gap: 1rem;
}

.life-auth-welcome .life-landing-hero::before,
.life-auth-welcome .life-landing-hero::after,
.life-auth-welcome .life-landing-section::after,
.life-auth-welcome .life-landing-start-panel::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.life-auth-welcome .life-landing-hero::before {
  inset: 0;
  background:
    linear-gradient(138deg, rgba(126, 220, 251, 0.1) 0 1px, transparent 1px 46px),
    linear-gradient(42deg, rgba(142, 230, 255, 0.08) 0 1px, transparent 1px 52px);
  opacity: 0.34;
}

.life-auth-welcome .life-landing-hero::after {
  right: -4%;
  bottom: -14%;
  width: 340px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(135, 231, 255, 0.28) 0%, rgba(135, 231, 255, 0) 72%);
  filter: blur(16px);
}

.life-auth-welcome .life-landing-section::after,
.life-auth-welcome .life-landing-start-panel::after {
  top: -52px;
  right: -40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(145, 232, 255, 0.22) 0%, rgba(145, 232, 255, 0) 74%);
  filter: blur(8px);
}

.life-auth-welcome .life-landing-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.22rem 0.8rem;
  border-radius: 999px;
  color: #4a88a5;
  background: rgba(184, 242, 255, 0.78);
  border: 1px solid rgba(111, 206, 241, 0.2);
  box-shadow: 0 8px 18px rgba(141, 230, 255, 0.12);
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  justify-self: start;
}

.life-auth-welcome .life-landing-title {
  margin: 0;
  max-width: 10em;
  color: var(--landing-text);
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: clamp(2.4rem, 5.2vw, 5rem);
  line-height: 1.01;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.life-auth-welcome .life-landing-title span {
  display: block;
  margin-top: 0.18em;
  background: linear-gradient(120deg, #5fd8ff 0%, #78dfff 50%, #9ceeff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.life-auth-welcome .life-landing-lead {
  margin: 0;
  max-width: 35rem;
  color: var(--landing-text-soft);
  font-size: 1.02rem;
  line-height: 1.88;
  text-wrap: pretty;
}

.life-auth-welcome .life-landing-feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.58rem;
}

.life-auth-welcome .life-landing-feature-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(111, 206, 241, 0.16);
  background: rgba(255, 255, 255, 0.64);
  color: #58839a;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 22px rgba(143, 226, 248, 0.08);
}

.life-auth-welcome .life-landing-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 0.08rem;
}

.life-auth-welcome .life-landing-proof-item {
  padding: 0.92rem 0.96rem;
  border-radius: 22px;
  border: 1px solid rgba(111, 206, 241, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(246, 252, 255, 0.48)),
    rgba(255, 255, 255, 0.56);
  box-shadow: 0 14px 26px rgba(143, 226, 248, 0.08);
}

.life-auth-welcome .life-landing-proof-item strong {
  display: block;
  color: #41718b;
  font-size: 0.86rem;
  line-height: 1.55;
}

.life-auth-welcome .life-landing-proof-item p {
  margin: 0.26rem 0 0;
  color: var(--landing-text-soft);
  font-size: 0.77rem;
  line-height: 1.68;
}

.life-auth-welcome .life-landing-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: 0.2rem;
}

.life-auth-welcome .life-btn {
  border-radius: 18px;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.life-auth-welcome .life-btn:hover {
  transform: translateY(-2px) scale(1.02);
}

.life-auth-welcome .life-landing-cta .life-btn,
.life-auth-welcome .life-landing-panel-actions .life-btn {
  min-height: 52px;
  padding: 0.88rem 1.24rem;
  font-size: 0.84rem;
}

.life-auth-welcome .life-landing-cta .life-btn-primary,
.life-auth-welcome .life-landing-panel-actions .life-btn-primary {
  color: #3f7994;
  background: linear-gradient(135deg, #d0f9ff 0%, #97ecff 54%, #e6fdff 100%);
  box-shadow: 0 16px 28px rgba(126, 223, 255, 0.22);
}

.life-auth-welcome .life-landing-cta .life-btn-secondary,
.life-auth-welcome .life-landing-panel-actions .life-btn-secondary {
  color: #5f8195;
  border: 1px solid rgba(111, 206, 241, 0.24);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 22px rgba(136, 219, 243, 0.08);
}

.life-auth-welcome .life-landing-subnote {
  margin: -0.18rem 0 0;
  color: var(--landing-text-muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.life-auth-welcome .life-landing-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.72rem;
  margin-top: 0.12rem;
}

.life-auth-welcome .life-landing-links a,
.life-auth-welcome .life-landing-support-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(111, 206, 241, 0.16);
  background: rgba(255, 255, 255, 0.52);
  color: #5b89a1;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 600;
  transition: color 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.life-auth-welcome .life-landing-links a:hover,
.life-auth-welcome .life-landing-support-links a:hover {
  color: #42748e;
  border-color: rgba(71, 207, 255, 0.28);
  background: rgba(255, 255, 255, 0.82);
  transform: translateY(-1px);
}

.life-auth-welcome .life-landing-preview {
  display: grid;
  align-self: stretch;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.life-auth-welcome .life-landing-preview-stage {
  position: relative;
  min-height: 33rem;
  width: 100%;
}

.life-auth-welcome .life-landing-floating-card {
  position: absolute;
  z-index: 3;
  width: min(15.5rem, 48%);
  padding: 1rem 1rem 0.96rem;
  border-radius: 24px;
  border: 1px solid rgba(111, 206, 241, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(241, 251, 255, 0.74)),
    rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 36px rgba(131, 215, 239, 0.14);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  animation: life-floating-card 9s ease-in-out infinite;
}

.life-auth-welcome .life-landing-floating-card.is-left {
  top: 6%;
  left: -2%;
}

.life-auth-welcome .life-landing-floating-card.is-right {
  top: 17%;
  right: -2%;
  animation-delay: -4.5s;
}

.life-auth-welcome .life-landing-floating-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.14rem 0.58rem;
  border-radius: 999px;
  background: rgba(184, 242, 255, 0.62);
  color: #63a4c2;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.life-auth-welcome .life-landing-floating-card strong {
  display: block;
  margin-top: 0.58rem;
  color: #44738d;
  font-size: 0.96rem;
  line-height: 1.5;
}

.life-auth-welcome .life-landing-floating-card p {
  margin: 0.28rem 0 0;
  color: var(--landing-text-soft);
  font-size: 0.79rem;
  line-height: 1.68;
}

.life-auth-welcome .life-landing-device {
  position: absolute;
  right: 5%;
  bottom: 0;
  width: min(100%, 23rem);
}

.life-auth-welcome .life-landing-device-frame {
  border-radius: 40px;
  padding: 1rem;
  border: 1px solid rgba(141, 230, 255, 0.3);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(239, 251, 255, 0.82)),
    rgba(255, 255, 255, 0.84);
  box-shadow:
    0 26px 46px rgba(151, 236, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.life-auth-welcome .life-landing-device-bar {
  width: 96px;
  height: 10px;
  border-radius: 999px;
  margin: 0 auto 0.84rem;
  background: rgba(141, 230, 255, 0.42);
}

.life-auth-welcome .life-landing-device-screen {
  border-radius: 30px;
  padding: 1rem 0.96rem;
  border: 1px solid rgba(141, 230, 255, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(236, 249, 255, 0.88));
  display: grid;
  gap: 0.72rem;
}

.life-auth-welcome .life-landing-device-top {
  display: grid;
  gap: 0.12rem;
}

.life-auth-welcome .life-landing-device-top p {
  margin: 0;
  color: #7ea6b8;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.life-auth-welcome .life-landing-device-top strong {
  color: #3d6e89;
  font-size: 1.04rem;
  line-height: 1.38;
}

.life-auth-welcome .life-landing-device-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.58rem;
}

.life-auth-welcome .life-landing-device-summary article {
  padding: 0.72rem 0.66rem;
  border-radius: 18px;
  border: 1px solid rgba(141, 230, 255, 0.16);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.life-auth-welcome .life-landing-device-summary span {
  display: block;
  color: #7da4b8;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.life-auth-welcome .life-landing-device-summary strong {
  display: block;
  margin-top: 0.22rem;
  color: #416f89;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 1rem;
}

.life-auth-welcome .life-landing-device-chip {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.14rem 0.58rem;
  border-radius: 999px;
  background: rgba(184, 242, 255, 0.62);
  color: #63a4c2;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.life-auth-welcome .life-landing-device-card {
  padding: 0.84rem 0.82rem;
  border-radius: 20px;
  border: 1px solid rgba(141, 230, 255, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.life-auth-welcome .life-landing-device-card.is-highlight {
  padding: 0.86rem;
  background: linear-gradient(135deg, rgba(214, 248, 255, 0.94), rgba(145, 232, 255, 0.88));
  color: #4d85a1;
  box-shadow: 0 16px 28px rgba(151, 236, 255, 0.2);
}

.life-auth-welcome .life-landing-device-card span {
  display: block;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.78;
}

.life-auth-welcome .life-landing-device-card strong {
  display: block;
  margin-top: 0.24rem;
  font-size: 0.94rem;
  line-height: 1.45;
}

.life-auth-welcome .life-landing-device-card p {
  margin: 0.16rem 0 0;
  font-size: 0.74rem;
  line-height: 1.6;
  color: inherit;
  opacity: 0.82;
}

.life-auth-welcome .life-landing-device-note {
  padding: 0.78rem 0.82rem;
  border-radius: 20px;
  border: 1px solid rgba(111, 206, 241, 0.16);
  background: rgba(255, 255, 255, 0.58);
}

.life-auth-welcome .life-landing-device-note span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0.12rem 0.48rem;
  border-radius: 999px;
  background: rgba(201, 246, 255, 0.62);
  color: #6aa3bc;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.life-auth-welcome .life-landing-device-note p {
  margin: 0.48rem 0 0;
  color: var(--landing-text-soft);
  font-size: 0.76rem;
  line-height: 1.66;
}

.life-auth-welcome .life-landing-preview-strip {
  position: absolute;
  left: 5%;
  bottom: 4%;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  max-width: 14rem;
}

.life-auth-welcome .life-landing-preview-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.22rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(111, 206, 241, 0.16);
  background: rgba(255, 255, 255, 0.7);
  color: #638ea5;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.life-auth-welcome .life-landing-section,
.life-auth-welcome .life-landing-start-panel {
  padding: 1.6rem 1.4rem 1.35rem;
  border-radius: 32px;
}

.life-auth-welcome .life-landing-section::before,
.life-auth-welcome .life-landing-start-panel::before {
  content: '';
  display: block;
  width: 84px;
  height: 3px;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(111, 206, 241, 0.2), rgba(71, 207, 255, 0.48), rgba(111, 206, 241, 0));
}

.life-auth-welcome .life-landing-section-header {
  display: grid;
  gap: 0.52rem;
  max-width: 46rem;
}

.life-auth-welcome .life-landing-section-kicker {
  margin: 0;
  color: #7e98a8;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.life-auth-welcome .life-landing-section-title {
  margin: 0.1rem 0 0;
  color: var(--landing-text);
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: clamp(1.22rem, 2.8vw, 2rem);
  line-height: 1.4;
  text-wrap: balance;
}

.life-auth-welcome .life-landing-section-lead {
  margin: 0;
  color: var(--landing-text-soft);
  font-size: 0.92rem;
  line-height: 1.8;
}

.life-auth-welcome .life-landing-value-grid,
.life-auth-welcome .life-landing-flow-grid,
.life-auth-welcome .life-landing-module-grid {
  margin-top: 1.15rem;
}

.life-auth-welcome .life-landing-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.life-auth-welcome .life-landing-value-card {
  padding: 1.05rem 1rem 1rem;
  border-radius: 24px;
  border: 1px solid rgba(141, 230, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(246, 252, 255, 0.58)),
    rgba(255, 255, 255, 0.54);
  box-shadow: var(--landing-shadow-soft);
  display: grid;
  gap: 0.6rem;
}

.life-auth-welcome .life-landing-value-number {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(184, 242, 255, 0.66);
  color: #5f9fbd;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}

.life-auth-welcome .life-landing-value-card h3 {
  margin: 0;
  color: #416f89;
  font-size: 1.02rem;
  line-height: 1.52;
}

.life-auth-welcome .life-landing-value-card p {
  margin: 0;
  color: var(--landing-text-soft);
  font-size: 0.82rem;
  line-height: 1.72;
}

.life-auth-welcome .life-landing-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.life-auth-welcome .life-landing-flow-card {
  padding: 1.05rem 1rem 1rem;
  border-radius: 24px;
  border: 1px solid rgba(141, 230, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(244, 252, 255, 0.6)),
    rgba(255, 255, 255, 0.54);
  box-shadow: var(--landing-shadow-soft);
  display: grid;
  gap: 0.68rem;
}

.life-auth-welcome .life-landing-flow-time {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.18rem 0.64rem;
  border-radius: 999px;
  background: rgba(184, 242, 255, 0.62);
  color: #63a4c2;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.life-auth-welcome .life-landing-flow-card h3 {
  margin: 0;
  color: #426f88;
  font-size: 1rem;
  line-height: 1.52;
}

.life-auth-welcome .life-landing-flow-card p {
  margin: 0;
  color: var(--landing-text-soft);
  font-size: 0.81rem;
  line-height: 1.72;
}

.life-auth-welcome .life-landing-flow-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.08rem;
}

.life-auth-welcome .life-landing-flow-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.18rem 0.64rem;
  border-radius: 999px;
  border: 1px solid rgba(111, 206, 241, 0.16);
  background: rgba(255, 255, 255, 0.72);
  color: #5f899f;
  font-size: 0.72rem;
  font-weight: 700;
}

.life-auth-welcome .life-landing-module-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.92rem;
}

.life-auth-welcome .life-landing-module-card {
  padding: 1rem 0.94rem 0.92rem;
  border-radius: 22px;
  border: 1px solid rgba(141, 230, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(246, 252, 255, 0.58)),
    rgba(255, 255, 255, 0.56);
  box-shadow: var(--landing-shadow-soft);
  display: grid;
  gap: 0.42rem;
}

.life-auth-welcome .life-landing-module-card span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.12rem 0;
  color: #7ea0b2;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.life-auth-welcome .life-landing-module-card strong {
  display: block;
  color: #46758f;
  font-size: 0.9rem;
  line-height: 1.56;
}

.life-auth-welcome .life-landing-module-card p {
  margin: 0;
  color: var(--landing-text-soft);
  font-size: 0.78rem;
  line-height: 1.7;
}

.life-auth-welcome .life-landing-start-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 1.2rem;
  align-items: start;
}

.life-auth-welcome .life-landing-start-main {
  display: grid;
  gap: 0.52rem;
}

.life-auth-welcome .life-landing-start-list {
  list-style: none;
  padding: 0;
  counter-reset: landing-start;
  display: grid;
  gap: 0.6rem;
  margin-top: 0.86rem;
}

.life-auth-welcome .life-landing-start-list li {
  counter-increment: landing-start;
  position: relative;
  min-height: 52px;
  padding: 0.92rem 1rem 0.92rem 3.3rem;
  border-radius: 22px;
  border: 1px solid rgba(141, 230, 255, 0.16);
  background: rgba(255, 255, 255, 0.64);
  color: #547c94;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.6;
}

.life-auth-welcome .life-landing-start-list li::before {
  content: counter(landing-start);
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(184, 242, 255, 0.68);
  color: #65a7c5;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
}

.life-auth-welcome .life-landing-panel-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.58rem;
  margin-top: 1rem;
}

.life-auth-welcome .life-landing-support-links {
  display: grid;
  gap: 0.46rem;
  margin-top: 0.95rem;
}

.life-auth-welcome .life-landing-start-side {
  padding: 1.05rem 1rem;
  border-radius: 28px;
  border: 1px solid rgba(141, 230, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(239, 251, 255, 0.72)),
    rgba(255, 255, 255, 0.72);
  box-shadow: var(--landing-shadow-soft);
}

.life-auth-welcome .life-landing-start-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.18rem 0.66rem;
  border-radius: 999px;
  background: rgba(184, 242, 255, 0.68);
  color: #63a4c2;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.life-auth-welcome .life-landing-start-points {
  display: grid;
  gap: 0.72rem;
  margin-top: 0.92rem;
}

.life-auth-welcome .life-landing-start-points article {
  padding: 0.9rem 0.92rem;
  border-radius: 20px;
  border: 1px solid rgba(111, 206, 241, 0.16);
  background: rgba(255, 255, 255, 0.58);
}

.life-auth-welcome .life-landing-start-points strong {
  display: block;
  color: #46738d;
  font-size: 0.88rem;
  line-height: 1.5;
}

.life-auth-welcome .life-landing-start-points p {
  margin: 0.26rem 0 0;
  color: var(--landing-text-soft);
  font-size: 0.77rem;
  line-height: 1.68;
}

@keyframes life-wireframe-drift-a {
  0% {
    transform: translate3d(-2%, -1%, 0) rotate(-2deg) scale(1);
  }
  100% {
    transform: translate3d(3%, 2%, 0) rotate(3deg) scale(1.05);
  }
}

@keyframes life-wireframe-drift-b {
  0% {
    transform: translate3d(4%, -2%, 0) rotate(3deg) scale(1.01);
  }
  100% {
    transform: translate3d(-4%, 3%, 0) rotate(-3deg) scale(0.98);
  }
}

@keyframes life-wireframe-drift-c {
  0% {
    transform: translate3d(0, -2%, 0) rotateY(0deg) scale(0.98);
  }
  100% {
    transform: translate3d(0, 3%, 0) rotateY(8deg) scale(1.04);
  }
}

@keyframes life-wireframe-dash {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -320;
  }
}

@keyframes life-wireframe-field {
  0% {
    transform: translate3d(-2%, -1%, 0) scale(0.98);
  }
  100% {
    transform: translate3d(2%, 2%, 0) scale(1.04);
  }
}

@keyframes life-wireframe-face {
  0% {
    opacity: 0.24;
  }
  100% {
    opacity: 0.08;
  }
}

@keyframes life-wireframe-node {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.68;
  }
  50% {
    transform: scale(1.18);
    opacity: 1;
  }
}

@keyframes life-floating-card {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@media (max-width: 1100px) {
  .life-auth-welcome .life-landing-hero {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .life-auth-welcome .life-landing-preview-stage {
    min-height: auto;
    display: grid;
    gap: 0.9rem;
  }

  .life-auth-welcome .life-landing-floating-card,
  .life-auth-welcome .life-landing-device,
  .life-auth-welcome .life-landing-preview-strip {
    position: static;
    width: 100%;
    max-width: none;
  }

  .life-auth-welcome .life-landing-preview-strip {
    max-width: none;
  }
  .life-auth-welcome .life-landing-value-grid,
  .life-auth-welcome .life-landing-flow-grid {
    grid-template-columns: 1fr;
  }

  .life-auth-welcome .life-landing-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .life-auth-welcome .life-landing-start-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .life-page.life-auth.life-auth-public.life-auth-welcome {
    background:
      radial-gradient(58% 36% at 18% 10%, rgba(132, 229, 255, 0.44) 0%, rgba(132, 229, 255, 0) 72%),
      radial-gradient(54% 34% at 84% 14%, rgba(201, 246, 255, 0.46) 0%, rgba(201, 246, 255, 0) 74%),
      radial-gradient(52% 38% at 54% 56%, rgba(114, 216, 255, 0.18) 0%, rgba(114, 216, 255, 0) 76%),
      linear-gradient(180deg, #fbfeff 0%, #f5fbff 48%, #ebf8ff 100%);
  }

  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-header {
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 10px 24px rgba(115, 203, 235, 0.08);
  }

  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-header-inner {
    width: calc(100% - 0.8rem);
    min-height: 54px;
    gap: 0.48rem;
  }

  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand {
    gap: 0.52rem;
    min-width: 0;
    max-width: calc(100% - 3.2rem);
  }

  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    flex-shrink: 0;
  }

  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-mark::before,
  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-mark::after {
    width: 20px;
  }

  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-mark-core {
    width: 11px;
    height: 11px;
  }

  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-copy {
    min-width: 0;
  }

  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-copy strong {
    font-size: 0.84rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-copy small {
    font-size: 0.48rem;
    letter-spacing: 0.12em;
  }

  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-menu {
    margin-left: auto;
    flex-shrink: 0;
  }

  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-menu-toggle {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-menu-panel {
    width: min(84vw, 240px);
  }

  .life-auth-welcome .life-landing-wireframe::before {
    background:
      linear-gradient(180deg, rgba(240, 251, 255, 0.52), rgba(247, 253, 255, 0.84)),
      radial-gradient(72% 52% at 50% 28%, rgba(123, 221, 255, 0.1) 0%, rgba(255, 255, 255, 0.08) 58%, rgba(255, 255, 255, 0.44) 100%);
  }

  .life-auth-welcome .life-landing-wireframe::after {
    inset: -12%;
    filter: blur(30px);
    opacity: 0.7;
  }

  .life-auth-welcome .life-landing-wireframe-layer {
    inset: -18%;
    width: 136%;
    height: 136%;
  }

  .life-auth-welcome .life-landing-wireframe-layer.is-primary {
    opacity: 0.42;
  }

  .life-auth-welcome .life-landing-wireframe-layer.is-secondary {
    display: none;
  }

  .life-auth-welcome .life-landing-wireframe-layer.is-tertiary {
    opacity: 0.56;
  }

  .life-auth-welcome .life-landing-main {
    width: calc(100% - 0.9rem);
    margin: 0.8rem auto 1.4rem;
    gap: 1rem;
  }

  .life-auth-welcome .life-landing-main::before {
    inset: -0.8rem -0.4rem;
    opacity: 0.92;
    filter: blur(24px);
  }

  .life-auth-welcome .life-landing-hero,
  .life-auth-welcome .life-landing-section,
  .life-auth-welcome .life-landing-start-panel {
    padding: 1.08rem 0.96rem 1rem;
    border-radius: 30px;
    border: 1px solid rgba(118, 219, 251, 0.22);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(246, 252, 255, 0.58)),
      radial-gradient(90% 90% at 18% 0%, rgba(169, 237, 255, 0.28), rgba(169, 237, 255, 0) 62%);
    box-shadow:
      0 18px 42px rgba(117, 198, 225, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.74);
    overflow: hidden;
  }

  .life-auth-welcome .life-landing-copy {
    gap: 0.86rem;
  }

  .life-auth-welcome .life-landing-title {
    max-width: 9.8em;
    font-size: clamp(1.94rem, 10vw, 3rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
  }

  .life-auth-welcome .life-landing-lead {
    font-size: 0.93rem;
    line-height: 1.8;
    color: #628698;
  }

  .life-auth-welcome .life-landing-feature-pills {
    gap: 0.46rem;
  }

  .life-auth-welcome .life-landing-feature-pills span {
    min-height: 32px;
    padding: 0.24rem 0.68rem;
    font-size: 0.72rem;
  }

  .life-auth-welcome .life-landing-proof-strip {
    grid-template-columns: 1fr;
    gap: 0.58rem;
  }

  .life-auth-welcome .life-landing-proof-item {
    padding: 0.82rem 0.84rem;
    border-radius: 18px;
  }

  .life-auth-welcome .life-landing-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.62rem;
    margin-top: 0.8rem;
  }

  .life-auth-welcome .life-landing-cta .life-btn,
  .life-auth-welcome .life-landing-panel-actions .life-btn {
    width: 100%;
    min-height: 54px;
    border-radius: 20px;
  }

  .life-auth-welcome .life-landing-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.48rem;
    margin-top: 0.9rem;
  }

  .life-auth-welcome .life-landing-links a,
  .life-auth-welcome .life-landing-support-links a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 0.68rem 0.76rem;
    border-radius: 16px;
    border: 1px solid rgba(126, 220, 251, 0.16);
    background: rgba(255, 255, 255, 0.56);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
    color: #6893a7;
    font-size: 0.72rem;
    line-height: 1.45;
  }

  .life-auth-welcome .life-landing-floating-card {
    padding: 0.88rem 0.86rem 0.84rem;
    border-radius: 20px;
  }

  .life-auth-welcome .life-landing-device-frame {
    border-radius: 30px;
    padding: 0.86rem;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(237, 250, 255, 0.78)),
      rgba(255, 255, 255, 0.82);
    box-shadow:
      0 20px 36px rgba(128, 208, 234, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.82);
  }

  .life-auth-welcome .life-landing-device-screen {
    border-radius: 24px;
    padding: 0.9rem 0.84rem;
    gap: 0.58rem;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(241, 251, 255, 0.74)),
      rgba(255, 255, 255, 0.78);
  }

  .life-auth-welcome .life-landing-device-summary {
    gap: 0.44rem;
  }

  .life-auth-welcome .life-landing-device-summary article {
    padding: 0.62rem 0.54rem;
  }

  .life-auth-welcome .life-landing-device-card {
    padding: 0.72rem 0.76rem;
  }

  .life-auth-welcome .life-landing-device-card.is-highlight {
    padding: 0.8rem 0.82rem;
    border-radius: 18px;
  }

  .life-auth-welcome .life-landing-device-card strong {
    font-size: 0.88rem;
  }

  .life-auth-welcome .life-landing-device-card p,
  .life-auth-welcome .life-landing-device-note p {
    font-size: 0.72rem;
  }

  .life-auth-welcome .life-landing-preview-strip {
    gap: 0.42rem;
  }

  .life-auth-welcome .life-landing-preview-strip span {
    min-height: 28px;
    font-size: 0.6rem;
  }

  .life-auth-welcome .life-landing-value-grid,
  .life-auth-welcome .life-landing-flow-grid,
  .life-auth-welcome .life-landing-module-grid {
    gap: 0.72rem;
  }

  .life-auth-welcome .life-landing-value-card,
  .life-auth-welcome .life-landing-flow-card,
  .life-auth-welcome .life-landing-module-card,
  .life-auth-welcome .life-landing-start-points article {
    border-radius: 20px;
  }

  .life-auth-welcome .life-landing-value-card,
  .life-auth-welcome .life-landing-flow-card,
  .life-auth-welcome .life-landing-module-card {
    padding: 0.9rem 0.86rem;
  }

  .life-auth-welcome .life-landing-module-grid {
    grid-template-columns: 1fr;
  }

  .life-auth-welcome .life-landing-panel-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .life-auth-welcome .life-landing-main {
    width: calc(100% - 0.72rem);
  }

  .life-auth-welcome .life-landing-kicker {
    min-height: 28px;
    padding: 0.14rem 0.6rem;
    font-size: 0.62rem;
  }

  .life-auth-welcome .life-landing-title {
    font-size: clamp(1.52rem, 10.4vw, 2.28rem);
    letter-spacing: -0.04em;
    max-width: none;
  }

  .life-auth-welcome .life-landing-lead {
    font-size: 0.82rem;
    line-height: 1.72;
  }

  .life-auth-welcome .life-landing-hero,
  .life-auth-welcome .life-landing-section,
  .life-auth-welcome .life-landing-start-panel {
    padding: 0.92rem 0.78rem 0.88rem;
    border-radius: 26px;
  }

  .life-auth-welcome .life-landing-device-frame {
    padding: 0.68rem;
  }

  .life-auth-welcome .life-landing-device-bar {
    width: 72px;
    height: 8px;
    margin-bottom: 0.66rem;
  }

  .life-auth-welcome .life-landing-device-summary {
    grid-template-columns: 1fr;
  }

  .life-auth-welcome .life-landing-links,
  .life-auth-welcome .life-landing-support-links {
    grid-template-columns: 1fr;
  }

  .life-auth-welcome .life-landing-links,
  .life-auth-welcome .life-landing-support-links {
    gap: 0.34rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .life-auth-welcome .life-landing-wireframe::after,
  .life-auth-welcome .life-wireframe-group,
  .life-auth-welcome .life-wireframe-line,
  .life-auth-welcome .life-wireframe-face,
  .life-auth-welcome .life-wireframe-node,
  .life-auth-welcome .life-landing-floating-card {
    animation: none !important;
  }
}

/* ===== Simplified Warm Refresh ===== */
.life-auth-welcome {
  --landing-bg: #fffaf6;
  --landing-bg-soft: #fff1e7;
  --landing-text: #4d3424;
  --landing-text-soft: #7a6350;
  --landing-text-muted: #a18572;
  --landing-border: rgba(226, 155, 85, 0.22);
  --landing-border-strong: rgba(226, 155, 85, 0.34);
  --landing-accent: #f5a45a;
  --landing-accent-strong: #ea7f33;
  --landing-accent-soft: rgba(245, 164, 90, 0.18);
  --landing-surface: rgba(255, 255, 255, 0.9);
  --landing-surface-strong: rgba(255, 255, 255, 0.96);
  --landing-shadow: 0 18px 42px rgba(175, 114, 55, 0.12);
  --landing-shadow-soft: 0 12px 28px rgba(175, 114, 55, 0.08);
  color: var(--landing-text);
}

.life-page.life-auth.life-auth-public.life-auth-welcome {
  overflow-x: clip;
  background:
    radial-gradient(34% 28% at 10% 8%, rgba(255, 200, 153, 0.34) 0%, rgba(255, 200, 153, 0) 72%),
    radial-gradient(30% 24% at 88% 14%, rgba(255, 224, 193, 0.46) 0%, rgba(255, 224, 193, 0) 76%),
    radial-gradient(34% 28% at 52% 100%, rgba(255, 210, 168, 0.22) 0%, rgba(255, 210, 168, 0) 72%),
    linear-gradient(180deg, #fffdfa 0%, var(--landing-bg) 44%, var(--landing-bg-soft) 100%);
}

.life-auth-welcome .life-auth-scene,
.life-auth-welcome .life-landing-wireframe {
  display: none !important;
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-header {
  border-bottom: 1px solid rgba(226, 155, 85, 0.16);
  background: rgba(255, 249, 243, 0.86);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand,
.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-nav-link,
.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-action {
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand,
.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-nav-link,
.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-menu-link {
  color: var(--landing-text);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-mark {
  border-color: rgba(226, 155, 85, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 235, 214, 0.92)),
    rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 22px rgba(234, 127, 51, 0.12);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-mark::before,
.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-mark::after {
  background: rgba(226, 155, 85, 0.34);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-mark-core {
  background: linear-gradient(135deg, #ffd9b3, #f5a45a);
  box-shadow: 0 0 0 5px rgba(245, 164, 90, 0.14);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-copy small {
  color: #b58e71;
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-nav-link:hover,
.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-nav-link.is-active,
.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-menu-link.is-active {
  color: var(--landing-accent-strong);
  background: rgba(245, 164, 90, 0.12);
  border-color: rgba(226, 155, 85, 0.18);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-action {
  border-color: rgba(226, 155, 85, 0.24);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-action--ghost,
.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-menu-toggle {
  color: var(--landing-text);
  background: rgba(255, 255, 255, 0.94);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-action--primary {
  color: #fff;
  background: linear-gradient(135deg, #f7b674 0%, #ea7f33 100%);
  box-shadow: 0 12px 24px rgba(234, 127, 51, 0.18);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-action--ghost:hover,
.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-action--primary:hover,
.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-menu-toggle:hover {
  border-color: rgba(226, 155, 85, 0.26);
  box-shadow: 0 10px 20px rgba(234, 127, 51, 0.12);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-menu-toggle {
  border-color: rgba(226, 155, 85, 0.2);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-menu-toggle span {
  background: var(--landing-accent-strong);
}

.life-page.life-auth.life-auth-public.life-auth-welcome .life-public-menu-panel {
  border-color: rgba(226, 155, 85, 0.18);
  background: rgba(255, 252, 248, 0.98);
  box-shadow: 0 16px 32px rgba(175, 114, 55, 0.12);
}

.life-auth-welcome .life-simple-main {
  width: min(1080px, calc(100% - 1.2rem));
  margin: 1rem auto 2.4rem;
  display: grid;
  gap: 1rem;
  position: relative;
  z-index: 3;
}

.life-auth-welcome .life-simple-hero,
.life-auth-welcome .life-simple-panel,
.life-auth-welcome .life-simple-start {
  position: relative;
  padding: 1.6rem 1.4rem;
  border-radius: 30px;
  border: 1px solid var(--landing-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 241, 0.9)),
    rgba(255, 255, 255, 0.86);
  box-shadow: var(--landing-shadow);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
}

.life-auth-welcome .life-simple-hero::after,
.life-auth-welcome .life-simple-panel::after,
.life-auth-welcome .life-simple-start::after {
  content: '';
  position: absolute;
  right: -40px;
  top: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(245, 164, 90, 0.2) 0%, rgba(245, 164, 90, 0) 72%);
  filter: blur(8px);
}

.life-auth-welcome .life-simple-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 1.6rem;
  align-items: center;
  padding: 2rem;
}

.life-auth-welcome .life-simple-copy,
.life-auth-welcome .life-simple-start-copy {
  display: grid;
  gap: 0.92rem;
  min-width: 0;
}

.life-auth-welcome .life-simple-kicker,
.life-auth-welcome .life-simple-section-kicker {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 32px;
  padding: 0.22rem 0.8rem;
  border-radius: 999px;
  color: var(--landing-accent-strong);
  background: rgba(245, 164, 90, 0.14);
  border: 1px solid rgba(226, 155, 85, 0.2);
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.life-auth-welcome .life-simple-title {
  margin: 0;
  color: var(--landing-text);
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  line-height: 1.03;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.life-auth-welcome .life-simple-title span {
  display: block;
  margin-top: 0.18em;
  color: var(--landing-accent-strong);
}

.life-auth-welcome .life-simple-lead,
.life-auth-welcome .life-simple-section-lead {
  margin: 0;
  color: var(--landing-text-soft);
  font-size: 0.98rem;
  line-height: 1.82;
}

.life-auth-welcome .life-simple-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.58rem;
}

.life-auth-welcome .life-simple-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.72rem;
  color: var(--landing-text-soft);
  font-size: 0.9rem;
  line-height: 1.7;
}

.life-auth-welcome .life-simple-points li::before {
  content: '';
  width: 10px;
  height: 10px;
  margin-top: 0.38rem;
  border-radius: 999px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #f7b674, #ea7f33);
  box-shadow: 0 0 0 6px rgba(245, 164, 90, 0.14);
}

.life-auth-welcome .life-simple-feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
}

.life-auth-welcome .life-simple-feature-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(226, 155, 85, 0.18);
  background: rgba(255, 255, 255, 0.76);
  color: #8a6d58;
  font-size: 0.76rem;
  font-weight: 700;
}

.life-auth-welcome .life-simple-cta,
.life-auth-welcome .life-simple-start-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.08rem;
}

.life-auth-welcome .life-simple-cta .life-btn,
.life-auth-welcome .life-simple-start-actions .life-btn {
  min-height: 52px;
  padding: 0.88rem 1.24rem;
  border-radius: 16px;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.life-auth-welcome .life-simple-cta .life-btn:hover,
.life-auth-welcome .life-simple-start-actions .life-btn:hover {
  transform: translateY(-1px);
}

.life-auth-welcome .life-simple-cta .life-btn-primary,
.life-auth-welcome .life-simple-start-actions .life-btn-primary {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #f7b674 0%, #ea7f33 100%);
  box-shadow: 0 14px 26px rgba(234, 127, 51, 0.18);
}

.life-auth-welcome .life-simple-cta .life-btn-secondary,
.life-auth-welcome .life-simple-start-actions .life-btn-secondary {
  color: var(--landing-text);
  border: 1px solid rgba(226, 155, 85, 0.24);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 22px rgba(175, 114, 55, 0.08);
}

.life-auth-welcome .life-simple-subnote {
  margin: -0.12rem 0 0;
  color: var(--landing-text-muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.life-auth-welcome .life-simple-preview {
  min-width: 0;
}

.life-auth-welcome .life-simple-preview-card {
  padding: 1.2rem;
  border-radius: 26px;
  border: 1px solid rgba(226, 155, 85, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 253, 250, 0.98), rgba(255, 244, 231, 0.92)),
    rgba(255, 255, 255, 0.88);
  box-shadow: var(--landing-shadow-soft);
}

.life-auth-welcome .life-simple-preview-head {
  display: grid;
  gap: 0.12rem;
}

.life-auth-welcome .life-simple-preview-head span {
  color: #b28767;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.life-auth-welcome .life-simple-preview-head strong {
  color: var(--landing-text);
  font-size: 1.14rem;
  line-height: 1.4;
}

.life-auth-welcome .life-simple-preview-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.64rem;
  margin-top: 1rem;
}

.life-auth-welcome .life-simple-preview-stats article {
  padding: 0.8rem 0.72rem;
  border-radius: 18px;
  border: 1px solid rgba(226, 155, 85, 0.16);
  background: rgba(255, 255, 255, 0.82);
}

.life-auth-welcome .life-simple-preview-stats span {
  display: block;
  color: #a28169;
  font-size: 0.68rem;
  font-weight: 700;
}

.life-auth-welcome .life-simple-preview-stats strong {
  display: block;
  margin-top: 0.2rem;
  color: var(--landing-text);
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 1rem;
}

.life-auth-welcome .life-simple-preview-list {
  display: grid;
  gap: 0.58rem;
  margin-top: 0.92rem;
}

.life-auth-welcome .life-simple-preview-list article {
  padding: 0.86rem 0.9rem;
  border-radius: 18px;
  border: 1px solid rgba(226, 155, 85, 0.14);
  background: rgba(255, 255, 255, 0.76);
}

.life-auth-welcome .life-simple-preview-list article.is-accent {
  border-color: rgba(226, 155, 85, 0.26);
  background: linear-gradient(135deg, rgba(255, 228, 199, 0.96), rgba(255, 247, 238, 0.92));
}

.life-auth-welcome .life-simple-preview-list strong {
  display: block;
  color: var(--landing-text);
  font-size: 0.92rem;
  line-height: 1.5;
}

.life-auth-welcome .life-simple-preview-list p {
  margin: 0.18rem 0 0;
  color: var(--landing-text-soft);
  font-size: 0.76rem;
  line-height: 1.64;
}

.life-auth-welcome .life-simple-panel,
.life-auth-welcome .life-simple-start {
  display: grid;
  gap: 1rem;
}

.life-auth-welcome .life-simple-panel-header {
  display: grid;
  gap: 0.44rem;
  max-width: 44rem;
}

.life-auth-welcome .life-simple-section-title {
  margin: 0;
  color: var(--landing-text);
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: clamp(1.24rem, 2.8vw, 2rem);
  line-height: 1.42;
  text-wrap: balance;
}

.life-auth-welcome .life-simple-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.life-auth-welcome .life-simple-card,
.life-auth-welcome .life-simple-module-card {
  padding: 1rem;
  border-radius: 22px;
  border: 1px solid rgba(226, 155, 85, 0.16);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--landing-shadow-soft);
}

.life-auth-welcome .life-simple-card {
  display: grid;
  gap: 0.58rem;
}

.life-auth-welcome .life-simple-card-number {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 164, 90, 0.16);
  color: var(--landing-accent-strong);
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
}

.life-auth-welcome .life-simple-card h3,
.life-auth-welcome .life-simple-module-card strong {
  margin: 0;
  color: var(--landing-text);
  font-size: 0.98rem;
  line-height: 1.52;
}

.life-auth-welcome .life-simple-card p,
.life-auth-welcome .life-simple-module-card p {
  margin: 0;
  color: var(--landing-text-soft);
  font-size: 0.8rem;
  line-height: 1.7;
}

.life-auth-welcome .life-simple-module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.82rem;
}

.life-auth-welcome .life-simple-module-card {
  display: grid;
  gap: 0.4rem;
}

.life-auth-welcome .life-simple-module-card span {
  color: #ab8467;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.life-auth-welcome .life-simple-start {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.94fr);
  align-items: start;
}

.life-auth-welcome .life-simple-start-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: simple-start;
  display: grid;
  gap: 0.64rem;
}

.life-auth-welcome .life-simple-start-list li {
  counter-increment: simple-start;
  position: relative;
  padding: 0.96rem 1rem 0.96rem 3.45rem;
  border-radius: 22px;
  border: 1px solid rgba(226, 155, 85, 0.16);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--landing-shadow-soft);
}

.life-auth-welcome .life-simple-start-list li::before {
  content: counter(simple-start);
  position: absolute;
  left: 1rem;
  top: 0.96rem;
  width: 30px;
  height: 30px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 164, 90, 0.16);
  color: var(--landing-accent-strong);
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
}

.life-auth-welcome .life-simple-start-list strong {
  display: block;
  color: var(--landing-text);
  font-size: 0.92rem;
  line-height: 1.5;
}

.life-auth-welcome .life-simple-start-list p {
  margin: 0.2rem 0 0;
  color: var(--landing-text-soft);
  font-size: 0.78rem;
  line-height: 1.64;
}

.life-auth-welcome .life-simple-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.6rem;
  margin-top: 0.1rem;
}

.life-auth-welcome .life-simple-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.4rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(226, 155, 85, 0.16);
  background: rgba(255, 255, 255, 0.82);
  color: #8b6f5c;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 600;
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.life-auth-welcome .life-simple-links a:hover {
  color: var(--landing-accent-strong);
  border-color: rgba(226, 155, 85, 0.26);
  background: rgba(255, 255, 255, 0.96);
}

@media (max-width: 980px) {
  .life-auth-welcome .life-simple-hero,
  .life-auth-welcome .life-simple-start {
    grid-template-columns: 1fr;
  }

  .life-auth-welcome .life-simple-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .life-page.life-auth.life-auth-public.life-auth-welcome {
    background:
      radial-gradient(56% 34% at 18% 8%, rgba(255, 205, 164, 0.42) 0%, rgba(255, 205, 164, 0) 74%),
      radial-gradient(58% 36% at 88% 14%, rgba(255, 229, 202, 0.42) 0%, rgba(255, 229, 202, 0) 76%),
      linear-gradient(180deg, #fffdfa 0%, #fff7ef 48%, #fff1e5 100%);
  }

  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-header {
    background: rgba(255, 250, 245, 0.92);
    box-shadow: 0 10px 24px rgba(175, 114, 55, 0.08);
  }

  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-header-inner {
    width: calc(100% - 0.8rem);
    min-height: 54px;
    gap: 0.48rem;
  }

  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand {
    gap: 0.52rem;
    min-width: 0;
    max-width: calc(100% - 3.2rem);
  }

  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    flex-shrink: 0;
  }

  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-mark::before,
  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-mark::after {
    width: 20px;
  }

  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-mark-core {
    width: 11px;
    height: 11px;
  }

  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-copy {
    min-width: 0;
  }

  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-copy strong {
    font-size: 0.84rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-brand-copy small {
    font-size: 0.48rem;
    letter-spacing: 0.12em;
  }

  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-menu {
    margin-left: auto;
    flex-shrink: 0;
  }

  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-menu-toggle {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .life-page.life-auth.life-auth-public.life-auth-welcome .life-public-menu-panel {
    width: min(84vw, 240px);
  }

  .life-auth-welcome .life-simple-main {
    width: calc(100% - 0.9rem);
    margin: 0.8rem auto 1.4rem;
    gap: 0.88rem;
  }

  .life-auth-welcome .life-simple-hero,
  .life-auth-welcome .life-simple-panel,
  .life-auth-welcome .life-simple-start {
    padding: 1.08rem 0.96rem;
    border-radius: 24px;
  }

  .life-auth-welcome .life-simple-hero {
    gap: 1rem;
  }

  .life-auth-welcome .life-simple-title {
    font-size: clamp(1.94rem, 9.8vw, 2.9rem);
  }

  .life-auth-welcome .life-simple-lead,
  .life-auth-welcome .life-simple-section-lead {
    font-size: 0.9rem;
    line-height: 1.74;
  }

  .life-auth-welcome .life-simple-cta,
  .life-auth-welcome .life-simple-start-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .life-auth-welcome .life-simple-cta .life-btn,
  .life-auth-welcome .life-simple-start-actions .life-btn {
    width: 100%;
  }

  .life-auth-welcome .life-simple-preview-card,
  .life-auth-welcome .life-simple-card,
  .life-auth-welcome .life-simple-module-card,
  .life-auth-welcome .life-simple-start-list li {
    border-radius: 18px;
  }

  .life-auth-welcome .life-simple-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .life-auth-welcome .life-simple-main {
    width: calc(100% - 0.72rem);
  }

  .life-auth-welcome .life-simple-hero,
  .life-auth-welcome .life-simple-panel,
  .life-auth-welcome .life-simple-start {
    padding: 0.92rem 0.78rem;
  }

  .life-auth-welcome .life-simple-kicker,
  .life-auth-welcome .life-simple-section-kicker {
    min-height: 28px;
    padding: 0.16rem 0.62rem;
    font-size: 0.62rem;
  }

  .life-auth-welcome .life-simple-title {
    font-size: clamp(1.6rem, 10.2vw, 2.34rem);
    letter-spacing: -0.04em;
  }

  .life-auth-welcome .life-simple-feature-pills,
  .life-auth-welcome .life-simple-links {
    grid-template-columns: 1fr;
  }

  .life-auth-welcome .life-simple-preview-stats {
    grid-template-columns: 1fr;
  }
}

/* ===== Motion Polish ===== */
.life-auth-welcome .life-simple-copy,
.life-auth-welcome .life-simple-preview,
.life-auth-welcome .life-simple-panel-header,
.life-auth-welcome .life-simple-start-copy,
.life-auth-welcome .life-simple-start-list {
  position: relative;
  z-index: 1;
}

.life-auth-welcome .life-simple-hero::before {
  content: '';
  position: absolute;
  left: -8%;
  bottom: -24%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 216, 177, 0.34) 0%, rgba(255, 216, 177, 0) 72%);
  filter: blur(16px);
  animation: life-simple-orb-drift 16s ease-in-out infinite alternate;
}

.life-auth-welcome .life-simple-hero::after {
  animation: life-simple-orb-drift 18s ease-in-out infinite alternate;
}

.life-auth-welcome .life-simple-panel::after,
.life-auth-welcome .life-simple-start::after {
  animation: life-simple-orb-drift 20s ease-in-out -6s infinite alternate;
}

.life-auth-welcome .life-simple-main > :not(.life-simple-hero) {
  opacity: 0;
  animation: life-simple-section-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.life-auth-welcome .life-simple-main > :nth-child(2) {
  animation-delay: 0.18s;
}

.life-auth-welcome .life-simple-main > :nth-child(3) {
  animation-delay: 0.3s;
}

.life-auth-welcome .life-simple-main > :nth-child(4) {
  animation-delay: 0.42s;
}

.life-auth-welcome .life-simple-copy > * {
  opacity: 0;
  animation: life-simple-rise-in 0.82s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.life-auth-welcome .life-simple-copy > :nth-child(1) {
  animation-delay: 0.04s;
}

.life-auth-welcome .life-simple-copy > :nth-child(2) {
  animation-delay: 0.12s;
}

.life-auth-welcome .life-simple-copy > :nth-child(3) {
  animation-delay: 0.2s;
}

.life-auth-welcome .life-simple-copy > :nth-child(4) {
  animation-delay: 0.28s;
}

.life-auth-welcome .life-simple-copy > :nth-child(5) {
  animation-delay: 0.36s;
}

.life-auth-welcome .life-simple-copy > :nth-child(6) {
  animation-delay: 0.44s;
}

.life-auth-welcome .life-simple-copy > :nth-child(7) {
  animation-delay: 0.52s;
}

.life-auth-welcome .life-simple-title span {
  background: linear-gradient(120deg, #f7b674 0%, #ea7f33 52%, #ffb26a 100%);
  background-size: 180% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: life-simple-gradient-shift 9s ease-in-out infinite;
}

.life-auth-welcome .life-simple-preview-card {
  position: relative;
  overflow: hidden;
  opacity: 0;
  animation:
    life-simple-rise-in 0.92s cubic-bezier(0.22, 1, 0.36, 1) 0.24s forwards,
    life-simple-float 7.6s ease-in-out 1.3s infinite;
}

.life-auth-welcome .life-simple-preview-card::before {
  content: '';
  position: absolute;
  inset: auto auto -24% -12%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(245, 164, 90, 0.18) 0%, rgba(245, 164, 90, 0) 74%);
  filter: blur(12px);
  animation: life-simple-orb-drift 14s ease-in-out -3s infinite alternate;
}

.life-auth-welcome .life-simple-preview-stats article,
.life-auth-welcome .life-simple-preview-list article,
.life-auth-welcome .life-simple-card,
.life-auth-welcome .life-simple-module-card,
.life-auth-welcome .life-simple-start-list li,
.life-auth-welcome .life-simple-feature-pills span {
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background-color 0.28s ease;
  will-change: transform;
}

.life-auth-welcome .life-simple-preview-stats article:hover,
.life-auth-welcome .life-simple-preview-list article:hover,
.life-auth-welcome .life-simple-card:hover,
.life-auth-welcome .life-simple-module-card:hover,
.life-auth-welcome .life-simple-start-list li:hover,
.life-auth-welcome .life-simple-feature-pills span:hover {
  transform: translateY(-4px);
  border-color: var(--landing-border-strong);
  box-shadow: 0 16px 28px rgba(175, 114, 55, 0.12);
}

.life-auth-welcome .life-simple-preview-list article.is-accent {
  position: relative;
  overflow: hidden;
}

.life-auth-welcome .life-simple-preview-list article.is-accent::after {
  content: '';
  position: absolute;
  inset: -40% auto auto -28%;
  width: 42%;
  height: 220%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0));
  transform: rotate(20deg) translateX(-220%);
  animation: life-simple-sheen 7.4s ease-in-out 1.5s infinite;
}

.life-auth-welcome .life-simple-cta .life-btn-primary::before,
.life-auth-welcome .life-simple-start-actions .life-btn-primary::before {
  content: '';
  position: absolute;
  inset: -40% auto auto -24%;
  width: 36%;
  height: 220%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: rotate(18deg) translateX(-220%);
  animation: life-simple-sheen 6.6s ease-in-out 2s infinite;
}

.life-auth-welcome .life-simple-cta .life-btn-primary,
.life-auth-welcome .life-simple-start-actions .life-btn-primary {
  animation: life-simple-button-breathe 4.8s ease-in-out infinite;
}

.life-auth-welcome .life-simple-grid .life-simple-card:nth-child(1) {
  animation: life-simple-rise-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.34s both;
}

.life-auth-welcome .life-simple-grid .life-simple-card:nth-child(2) {
  animation: life-simple-rise-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.42s both;
}

.life-auth-welcome .life-simple-grid .life-simple-card:nth-child(3) {
  animation: life-simple-rise-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.5s both;
}

.life-auth-welcome .life-simple-module-grid .life-simple-module-card:nth-child(1) {
  animation: life-simple-rise-in 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.46s both;
}

.life-auth-welcome .life-simple-module-grid .life-simple-module-card:nth-child(2) {
  animation: life-simple-rise-in 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.52s both;
}

.life-auth-welcome .life-simple-module-grid .life-simple-module-card:nth-child(3) {
  animation: life-simple-rise-in 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.58s both;
}

.life-auth-welcome .life-simple-module-grid .life-simple-module-card:nth-child(4) {
  animation: life-simple-rise-in 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.64s both;
}

.life-auth-welcome .life-simple-module-grid .life-simple-module-card:nth-child(5) {
  animation: life-simple-rise-in 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.7s both;
}

.life-auth-welcome .life-simple-start-list li:nth-child(1) {
  animation: life-simple-rise-in 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.52s both;
}

.life-auth-welcome .life-simple-start-list li:nth-child(2) {
  animation: life-simple-rise-in 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.62s both;
}

.life-auth-welcome .life-simple-start-list li:nth-child(3) {
  animation: life-simple-rise-in 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.72s both;
}

@keyframes life-simple-section-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes life-simple-rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes life-simple-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes life-simple-orb-drift {
  0% {
    transform: translate3d(0, 0, 0) scale(0.96);
    opacity: 0.62;
  }
  50% {
    transform: translate3d(3%, -4%, 0) scale(1.04);
    opacity: 0.9;
  }
  100% {
    transform: translate3d(-2%, 4%, 0) scale(1.08);
    opacity: 0.7;
  }
}

@keyframes life-simple-gradient-shift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes life-simple-sheen {
  0%,
  12% {
    transform: rotate(18deg) translateX(-220%);
  }
  24%,
  100% {
    transform: rotate(18deg) translateX(460%);
  }
}

@keyframes life-simple-button-breathe {
  0%,
  100% {
    box-shadow: 0 14px 26px rgba(234, 127, 51, 0.18);
  }
  50% {
    box-shadow: 0 18px 34px rgba(234, 127, 51, 0.24);
  }
}

@media (prefers-reduced-motion: reduce) {
  .life-auth-welcome .life-simple-hero::before,
  .life-auth-welcome .life-simple-hero::after,
  .life-auth-welcome .life-simple-panel::after,
  .life-auth-welcome .life-simple-start::after,
  .life-auth-welcome .life-simple-main > :not(.life-simple-hero),
  .life-auth-welcome .life-simple-copy > *,
  .life-auth-welcome .life-simple-title span,
  .life-auth-welcome .life-simple-preview-card,
  .life-auth-welcome .life-simple-preview-card::before,
  .life-auth-welcome .life-simple-preview-list article.is-accent::after,
  .life-auth-welcome .life-simple-cta .life-btn-primary,
  .life-auth-welcome .life-simple-start-actions .life-btn-primary,
  .life-auth-welcome .life-simple-cta .life-btn-primary::before,
  .life-auth-welcome .life-simple-start-actions .life-btn-primary::before,
  .life-auth-welcome .life-simple-grid .life-simple-card,
  .life-auth-welcome .life-simple-module-grid .life-simple-module-card,
  .life-auth-welcome .life-simple-start-list li {
    animation: none !important;
  }

  .life-auth-welcome .life-simple-preview-stats article,
  .life-auth-welcome .life-simple-preview-list article,
  .life-auth-welcome .life-simple-card,
  .life-auth-welcome .life-simple-module-card,
  .life-auth-welcome .life-simple-start-list li,
  .life-auth-welcome .life-simple-feature-pills span,
  .life-auth-welcome .life-simple-cta .life-btn,
  .life-auth-welcome .life-simple-start-actions .life-btn {
    transition: none !important;
    transform: none !important;
  }
}

/* ===== Editorial Warm Motion Refresh ===== */
.life-auth-welcome .life-simple-main {
  width: min(1120px, calc(100% - 1.5rem));
  margin: 1.15rem auto 2.9rem;
  gap: 1.18rem;
}

.life-auth-welcome .life-simple-main::before {
  content: '';
  position: absolute;
  inset: -2.4rem 4% auto;
  z-index: -1;
  height: 360px;
  pointer-events: none;
  background:
    radial-gradient(38% 38% at 18% 20%, rgba(255, 205, 167, 0.34) 0%, rgba(255, 205, 167, 0) 72%),
    radial-gradient(34% 34% at 82% 8%, rgba(255, 228, 201, 0.42) 0%, rgba(255, 228, 201, 0) 74%);
  filter: blur(40px);
  opacity: 0.95;
}

.life-auth-welcome .life-simple-hero,
.life-auth-welcome .life-simple-panel,
.life-auth-welcome .life-simple-start {
  isolation: isolate;
  overflow: hidden;
  padding: 1.8rem 1.6rem;
  border-radius: 34px;
  border: 1px solid rgba(226, 155, 85, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 249, 242, 0.94) 44%, rgba(255, 239, 224, 0.88) 100%),
    radial-gradient(140% 110% at 0% 0%, rgba(255, 230, 205, 0.42) 0%, rgba(255, 230, 205, 0) 52%);
  box-shadow:
    0 28px 60px rgba(175, 114, 55, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.life-auth-welcome .life-simple-hero::before,
.life-auth-welcome .life-simple-panel::before,
.life-auth-welcome .life-simple-start::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0) 28%),
    linear-gradient(138deg, rgba(239, 173, 114, 0.07) 0 1px, transparent 1px 48px),
    linear-gradient(42deg, rgba(239, 173, 114, 0.05) 0 1px, transparent 1px 56px);
  opacity: 0.5;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.38));
}

.life-auth-welcome .life-simple-hero::after,
.life-auth-welcome .life-simple-panel::after,
.life-auth-welcome .life-simple-start::after {
  right: -52px;
  top: -52px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(245, 164, 90, 0.22) 0%, rgba(245, 164, 90, 0) 74%);
  filter: blur(14px);
}

.life-auth-welcome .life-simple-hero {
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: 1.7rem;
  align-items: center;
  padding: 2.2rem 2rem;
}

.life-auth-welcome .life-simple-copy,
.life-auth-welcome .life-simple-start-copy {
  gap: 1rem;
}

.life-auth-welcome .life-simple-headline-group {
  display: grid;
  gap: 0.58rem;
}

.life-auth-welcome .life-simple-kicker,
.life-auth-welcome .life-simple-section-kicker {
  min-height: 34px;
  padding: 0.28rem 0.92rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 231, 206, 0.92), rgba(255, 247, 239, 0.86));
  box-shadow: 0 12px 24px rgba(234, 127, 51, 0.08);
}

.life-auth-welcome .life-simple-eyebrow {
  margin: 0;
  color: #aa7251;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.life-auth-welcome .life-simple-title {
  max-width: 10.6em;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.life-auth-welcome .life-simple-title span {
  margin-top: 0.16em;
  background: linear-gradient(120deg, #f6b778 0%, #ea7f33 50%, #ffb982 100%);
  background-size: 180% 100%;
}

.life-auth-welcome .life-simple-lead,
.life-auth-welcome .life-simple-section-lead {
  max-width: 37rem;
  font-size: 1rem;
  line-height: 1.88;
}

.life-auth-welcome .life-simple-rhythm {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
}

.life-auth-welcome .life-simple-rhythm article {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 0.3rem;
  padding: 0.9rem 0.92rem;
  border-radius: 22px;
  border: 1px solid rgba(226, 155, 85, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 244, 233, 0.72)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 28px rgba(175, 114, 55, 0.08);
}

.life-auth-welcome .life-simple-rhythm article::after {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(245, 164, 90, 0), rgba(245, 164, 90, 0.9), rgba(245, 164, 90, 0));
  opacity: 0.7;
}

.life-auth-welcome .life-simple-rhythm span {
  color: #b17d5d;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.life-auth-welcome .life-simple-rhythm strong {
  color: var(--landing-text);
  font-size: 0.92rem;
  line-height: 1.55;
}

.life-auth-welcome .life-simple-points {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 0.8rem;
}

.life-auth-welcome .life-simple-points li {
  padding: 0.86rem 0.92rem;
  border-radius: 20px;
  border: 1px solid rgba(226, 155, 85, 0.14);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 14px 24px rgba(175, 114, 55, 0.06);
}

.life-auth-welcome .life-simple-points li:last-child {
  grid-column: span 2;
}

.life-auth-welcome .life-simple-feature-pills {
  gap: 0.58rem;
}

.life-auth-welcome .life-simple-feature-pills span {
  min-height: 36px;
  padding: 0.34rem 0.86rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 18px rgba(175, 114, 55, 0.06);
}

.life-auth-welcome .life-simple-cta .life-btn,
.life-auth-welcome .life-simple-start-actions .life-btn {
  position: relative;
  overflow: hidden;
  min-height: 54px;
  padding: 0.92rem 1.3rem;
  border-radius: 18px;
  font-size: 0.84rem;
}

.life-auth-welcome .life-simple-cta .life-btn-primary,
.life-auth-welcome .life-simple-start-actions .life-btn-primary {
  box-shadow: 0 18px 34px rgba(234, 127, 51, 0.2);
}

.life-auth-welcome .life-simple-cta .life-btn-secondary,
.life-auth-welcome .life-simple-start-actions .life-btn-secondary {
  background: rgba(255, 255, 255, 0.9);
}

.life-auth-welcome .life-simple-preview {
  align-self: stretch;
}

.life-auth-welcome .life-simple-preview-shell {
  position: relative;
  min-height: 37rem;
}

.life-auth-welcome .life-simple-preview-shell::before {
  content: '';
  position: absolute;
  inset: 10% 8% 12%;
  border-radius: 34px;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 212, 174, 0.4) 0%, rgba(255, 212, 174, 0) 42%),
    radial-gradient(circle at 80% 24%, rgba(255, 240, 224, 0.9) 0%, rgba(255, 240, 224, 0) 52%),
    linear-gradient(180deg, rgba(255, 247, 239, 0.74), rgba(255, 255, 255, 0.18));
  filter: blur(18px);
  opacity: 0.96;
  animation: life-simple-glow-shift 16s ease-in-out infinite alternate;
}

.life-auth-welcome .life-simple-preview-badge {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.28rem 0.88rem;
  border-radius: 999px;
  border: 1px solid rgba(226, 155, 85, 0.18);
  background: rgba(255, 251, 247, 0.84);
  color: #b17754;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  transform: translateX(-50%);
  box-shadow: 0 12px 24px rgba(175, 114, 55, 0.08);
}

.life-auth-welcome .life-simple-preview-card {
  position: absolute;
  inset: 11% 8% 9%;
  z-index: 3;
  padding: 1.28rem;
  border-radius: 32px;
  border: 1px solid rgba(226, 155, 85, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 253, 250, 0.98), rgba(255, 245, 234, 0.94)),
    rgba(255, 255, 255, 0.9);
  box-shadow:
    0 24px 44px rgba(175, 114, 55, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.life-auth-welcome .life-simple-preview-meter {
  display: grid;
  gap: 0.56rem;
  margin-top: 0.96rem;
  padding: 0.86rem 0.9rem;
  border-radius: 22px;
  border: 1px solid rgba(226, 155, 85, 0.16);
  background: rgba(255, 255, 255, 0.78);
}

.life-auth-welcome .life-simple-preview-meter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.life-auth-welcome .life-simple-preview-meter-head span {
  color: #aa7d60;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.life-auth-welcome .life-simple-preview-meter-head strong {
  color: #cb743c;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.life-auth-welcome .life-simple-preview-meter-bar {
  height: 10px;
  border-radius: 999px;
  background: rgba(245, 164, 90, 0.16);
  overflow: hidden;
}

.life-auth-welcome .life-simple-preview-meter-bar span {
  display: block;
  width: 78%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f4c08f 0%, #ea7f33 100%);
  box-shadow: 0 0 18px rgba(234, 127, 51, 0.2);
  animation: life-simple-meter-fill 4.8s ease-in-out infinite;
}

.life-auth-welcome .life-simple-preview-stats {
  margin-top: 0.92rem;
  gap: 0.68rem;
}

.life-auth-welcome .life-simple-preview-stats article {
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 247, 239, 0.84)),
    rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 24px rgba(175, 114, 55, 0.08);
}

.life-auth-welcome .life-simple-preview-flow {
  display: grid;
  gap: 0.58rem;
  margin-top: 0.9rem;
}

.life-auth-welcome .life-simple-preview-flow article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.72rem;
  padding: 0.76rem 0.82rem;
  border-radius: 18px;
  border: 1px solid rgba(226, 155, 85, 0.14);
  background: rgba(255, 255, 255, 0.74);
}

.life-auth-welcome .life-simple-preview-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.5rem;
  min-height: 2rem;
  padding: 0 0.66rem;
  border-radius: 999px;
  background: rgba(245, 164, 90, 0.14);
  color: #b07d5d;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
}

.life-auth-welcome .life-simple-preview-flow strong {
  color: var(--landing-text);
  font-size: 0.84rem;
  line-height: 1.5;
}

.life-auth-welcome .life-simple-preview-list {
  gap: 0.62rem;
}

.life-auth-welcome .life-simple-preview-list article {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
}

.life-auth-welcome .life-simple-preview-list article.is-accent {
  background:
    linear-gradient(135deg, rgba(255, 229, 202, 0.96), rgba(255, 247, 239, 0.92)),
    rgba(255, 255, 255, 0.88);
}

.life-auth-welcome .life-simple-floating-note {
  position: absolute;
  z-index: 4;
  width: min(15.5rem, 44%);
  padding: 0.96rem 1rem;
  border-radius: 24px;
  border: 1px solid rgba(226, 155, 85, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 245, 233, 0.82)),
    rgba(255, 255, 255, 0.76);
  box-shadow: 0 20px 34px rgba(175, 114, 55, 0.1);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  animation: life-simple-note-float 10s ease-in-out infinite;
}

.life-auth-welcome .life-simple-floating-note.is-top {
  top: 8%;
  left: 0;
}

.life-auth-welcome .life-simple-floating-note.is-bottom {
  right: 0;
  bottom: 5%;
  animation-delay: -4.5s;
}

.life-auth-welcome .life-simple-floating-note span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.16rem 0.58rem;
  border-radius: 999px;
  background: rgba(245, 164, 90, 0.14);
  color: #b07b59;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.life-auth-welcome .life-simple-floating-note strong {
  display: block;
  margin-top: 0.62rem;
  color: var(--landing-text);
  font-size: 0.92rem;
  line-height: 1.5;
}

.life-auth-welcome .life-simple-floating-note p {
  margin: 0.24rem 0 0;
  color: var(--landing-text-soft);
  font-size: 0.78rem;
  line-height: 1.68;
}

.life-auth-welcome .life-simple-preview-orbit {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.life-auth-welcome .life-simple-preview-orbit span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.24rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(226, 155, 85, 0.16);
  background: rgba(255, 255, 255, 0.74);
  color: #a67557;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  box-shadow: 0 12px 22px rgba(175, 114, 55, 0.07);
  animation: life-simple-orbit-tag 12s ease-in-out infinite;
}

.life-auth-welcome .life-simple-preview-orbit span:nth-child(1) {
  top: 17%;
  right: 2%;
}

.life-auth-welcome .life-simple-preview-orbit span:nth-child(2) {
  top: 44%;
  left: -2%;
  animation-delay: -3s;
}

.life-auth-welcome .life-simple-preview-orbit span:nth-child(3) {
  right: 4%;
  bottom: 28%;
  animation-delay: -5s;
}

.life-auth-welcome .life-simple-preview-orbit span:nth-child(4) {
  bottom: 4%;
  left: 10%;
  animation-delay: -7s;
}

.life-auth-welcome .life-simple-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 1rem;
  align-items: center;
  padding: 1.04rem 1.12rem;
  border-radius: 26px;
  border: 1px solid rgba(226, 155, 85, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 242, 228, 0.94), rgba(255, 255, 255, 0.82)),
    rgba(255, 255, 255, 0.8);
  box-shadow: 0 16px 30px rgba(175, 114, 55, 0.08);
}

.life-auth-welcome .life-simple-spotlight strong {
  color: var(--landing-text);
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 1.02rem;
  line-height: 1.45;
}

.life-auth-welcome .life-simple-spotlight p {
  margin: 0;
  color: var(--landing-text-soft);
  font-size: 0.86rem;
  line-height: 1.78;
}

.life-auth-welcome .life-simple-grid {
  gap: 1rem;
}

.life-auth-welcome .life-simple-card,
.life-auth-welcome .life-simple-module-card,
.life-auth-welcome .life-simple-start-list li {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(226, 155, 85, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 246, 237, 0.74)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 30px rgba(175, 114, 55, 0.08);
}

.life-auth-welcome .life-simple-card::after,
.life-auth-welcome .life-simple-module-card::after,
.life-auth-welcome .life-simple-start-list li::after {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(245, 164, 90, 0), rgba(245, 164, 90, 0.5), rgba(245, 164, 90, 0));
}

.life-auth-welcome .life-simple-card,
.life-auth-welcome .life-simple-module-card {
  padding: 1.08rem 1.04rem;
}

.life-auth-welcome .life-simple-card-number {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(245, 164, 90, 0.2), rgba(255, 222, 191, 0.6));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.life-auth-welcome .life-simple-card h3,
.life-auth-welcome .life-simple-module-card strong,
.life-auth-welcome .life-simple-start-list strong {
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.96rem;
  line-height: 1.5;
}

.life-auth-welcome .life-simple-module-board {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1.5fr);
  gap: 1rem;
  align-items: start;
}

.life-auth-welcome .life-simple-module-aside {
  position: relative;
  overflow: hidden;
  padding: 1.18rem 1.12rem 1.16rem;
  border-radius: 30px;
  border: 1px solid rgba(226, 155, 85, 0.18);
  background:
    linear-gradient(160deg, rgba(255, 239, 224, 0.96), rgba(255, 255, 255, 0.84)),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 36px rgba(175, 114, 55, 0.1);
}

.life-auth-welcome .life-simple-module-aside::after {
  content: '';
  position: absolute;
  right: -18%;
  bottom: -26%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 164, 90, 0.2) 0%, rgba(245, 164, 90, 0) 72%);
  filter: blur(14px);
  animation: life-simple-orb-drift 18s ease-in-out -5s infinite alternate;
}

.life-auth-welcome .life-simple-module-aside-label {
  margin: 0;
  color: #b07b59;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.life-auth-welcome .life-simple-module-aside h3 {
  margin: 0.66rem 0 0;
  color: var(--landing-text);
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: clamp(1.26rem, 2.4vw, 1.72rem);
  line-height: 1.4;
  text-wrap: balance;
}

.life-auth-welcome .life-simple-module-aside p {
  margin: 0.72rem 0 0;
  color: var(--landing-text-soft);
  font-size: 0.85rem;
  line-height: 1.82;
}

.life-auth-welcome .life-simple-module-aside-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
  margin-top: 1rem;
}

.life-auth-welcome .life-simple-module-aside-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.28rem 0.76rem;
  border-radius: 999px;
  border: 1px solid rgba(226, 155, 85, 0.16);
  background: rgba(255, 255, 255, 0.72);
  color: #986b50;
  font-size: 0.74rem;
  font-weight: 700;
}

.life-auth-welcome .life-simple-module-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.92rem;
}

.life-auth-welcome .life-simple-module-grid .life-simple-module-card:first-child {
  grid-column: span 2;
  min-height: 158px;
  background:
    linear-gradient(135deg, rgba(255, 240, 223, 0.96), rgba(255, 255, 255, 0.86)),
    rgba(255, 255, 255, 0.82);
}

.life-auth-welcome .life-simple-module-card span {
  color: #b07a59;
}

.life-auth-welcome .life-simple-start {
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 1.12rem;
}

.life-auth-welcome .life-simple-start-highlight {
  display: grid;
  gap: 0.42rem;
  padding: 1rem 1.04rem;
  border-radius: 24px;
  border: 1px solid rgba(226, 155, 85, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 241, 228, 0.94), rgba(255, 255, 255, 0.8)),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 30px rgba(175, 114, 55, 0.08);
}

.life-auth-welcome .life-simple-start-highlight span {
  color: #b17a57;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.life-auth-welcome .life-simple-start-highlight strong {
  color: var(--landing-text);
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.98rem;
  line-height: 1.5;
}

.life-auth-welcome .life-simple-start-highlight p {
  margin: 0;
  color: var(--landing-text-soft);
  font-size: 0.8rem;
  line-height: 1.72;
}

.life-auth-welcome .life-simple-start-list {
  gap: 0.78rem;
}

.life-auth-welcome .life-simple-start-list li {
  padding: 1rem 1.04rem 1rem 3.7rem;
  min-height: 112px;
}

.life-auth-welcome .life-simple-start-list li::before {
  top: 1rem;
  width: 34px;
  height: 34px;
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(245, 164, 90, 0.2), rgba(255, 222, 191, 0.62));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.life-auth-welcome .life-simple-start-list li:not(:last-child) {
  overflow: visible;
}

.life-auth-welcome .life-simple-start-list li:not(:last-child) > * {
  position: relative;
  z-index: 1;
}

.life-auth-welcome .life-simple-start-list li:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 1.94rem;
  top: calc(100% + 0.14rem);
  width: 2px;
  height: 0.8rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(245, 164, 90, 0.5), rgba(245, 164, 90, 0));
}

.life-auth-welcome .life-simple-links a {
  min-height: 38px;
  padding: 0.42rem 0.82rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 18px rgba(175, 114, 55, 0.06);
}

.life-auth-welcome .life-simple-copy > :nth-child(8) {
  animation-delay: 0.6s;
}

.life-auth-welcome .life-simple-start-copy > * {
  opacity: 0;
  animation: life-simple-rise-in 0.82s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.life-auth-welcome .life-simple-start-copy > :nth-child(1) {
  animation-delay: 0.22s;
}

.life-auth-welcome .life-simple-start-copy > :nth-child(2) {
  animation-delay: 0.3s;
}

.life-auth-welcome .life-simple-start-copy > :nth-child(3) {
  animation-delay: 0.38s;
}

.life-auth-welcome .life-simple-start-copy > :nth-child(4) {
  animation-delay: 0.46s;
}

.life-auth-welcome .life-simple-start-copy > :nth-child(5) {
  animation-delay: 0.54s;
}

.life-auth-welcome .life-simple-start-copy > :nth-child(6) {
  animation-delay: 0.62s;
}

.life-auth-welcome .life-simple-rhythm article,
.life-auth-welcome .life-simple-spotlight,
.life-auth-welcome .life-simple-module-aside {
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease,
    border-color 0.32s ease;
}

.life-auth-welcome .life-simple-rhythm article:hover,
.life-auth-welcome .life-simple-spotlight:hover,
.life-auth-welcome .life-simple-module-aside:hover {
  transform: translateY(-4px);
  border-color: rgba(226, 155, 85, 0.28);
  box-shadow: 0 24px 40px rgba(175, 114, 55, 0.12);
}

@keyframes life-simple-note-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes life-simple-orbit-tag {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes life-simple-meter-fill {
  0%,
  100% {
    width: 72%;
  }
  50% {
    width: 82%;
  }
}

@keyframes life-simple-glow-shift {
  0% {
    transform: translate3d(-2%, 0, 0) scale(0.98);
  }
  100% {
    transform: translate3d(2%, 2%, 0) scale(1.04);
  }
}

@media (max-width: 1040px) {
  .life-auth-welcome .life-simple-hero,
  .life-auth-welcome .life-simple-start,
  .life-auth-welcome .life-simple-module-board,
  .life-auth-welcome .life-simple-spotlight {
    grid-template-columns: 1fr;
  }

  .life-auth-welcome .life-simple-preview-shell {
    min-height: 33rem;
  }

  .life-auth-welcome .life-simple-rhythm,
  .life-auth-welcome .life-simple-points {
    grid-template-columns: 1fr;
  }

  .life-auth-welcome .life-simple-points li:last-child {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .life-auth-welcome .life-simple-main {
    width: calc(100% - 1rem);
    margin: 0.88rem auto 1.5rem;
    gap: 0.92rem;
  }

  .life-auth-welcome .life-simple-hero,
  .life-auth-welcome .life-simple-panel,
  .life-auth-welcome .life-simple-start {
    padding: 1.18rem 1rem;
    border-radius: 26px;
  }

  .life-auth-welcome .life-simple-hero {
    padding: 1.3rem 1rem 1.08rem;
    gap: 1.1rem;
  }

  .life-auth-welcome .life-simple-title {
    font-size: clamp(2rem, 9.4vw, 3rem);
  }

  .life-auth-welcome .life-simple-preview-shell {
    display: grid;
    gap: 0.72rem;
    min-height: auto;
    padding-top: 0.1rem;
  }

  .life-auth-welcome .life-simple-preview-shell::before {
    inset: 10% 6% 14%;
  }

  .life-auth-welcome .life-simple-preview-badge,
  .life-auth-welcome .life-simple-preview-card,
  .life-auth-welcome .life-simple-floating-note,
  .life-auth-welcome .life-simple-preview-orbit,
  .life-auth-welcome .life-simple-preview-orbit span {
    position: static;
    inset: auto;
    transform: none;
  }

  .life-auth-welcome .life-simple-preview-badge {
    justify-self: start;
  }

  .life-auth-welcome .life-simple-preview-card,
  .life-auth-welcome .life-simple-floating-note {
    width: 100%;
  }

  .life-auth-welcome .life-simple-preview-card {
    padding: 1.04rem;
  }

  .life-auth-welcome .life-simple-preview-orbit {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .life-auth-welcome .life-simple-preview-orbit span {
    animation: none;
  }

  .life-auth-welcome .life-simple-preview-stats,
  .life-auth-welcome .life-simple-module-grid,
  .life-auth-welcome .life-simple-links {
    grid-template-columns: 1fr;
  }

  .life-auth-welcome .life-simple-module-grid .life-simple-module-card:first-child {
    grid-column: auto;
    min-height: 0;
  }

  .life-auth-welcome .life-simple-start-list li {
    min-height: 0;
  }
}

@media (max-width: 420px) {
  .life-auth-welcome .life-simple-main {
    width: calc(100% - 0.76rem);
  }

  .life-auth-welcome .life-simple-hero,
  .life-auth-welcome .life-simple-panel,
  .life-auth-welcome .life-simple-start {
    padding: 0.98rem 0.82rem;
    border-radius: 22px;
  }

  .life-auth-welcome .life-simple-rhythm article,
  .life-auth-welcome .life-simple-points li,
  .life-auth-welcome .life-simple-spotlight,
  .life-auth-welcome .life-simple-start-highlight,
  .life-auth-welcome .life-simple-card,
  .life-auth-welcome .life-simple-module-card,
  .life-auth-welcome .life-simple-start-list li {
    border-radius: 20px;
  }

  .life-auth-welcome .life-simple-preview-flow article {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .life-auth-welcome .life-simple-main::before,
  .life-auth-welcome .life-simple-preview-shell::before,
  .life-auth-welcome .life-simple-floating-note,
  .life-auth-welcome .life-simple-preview-orbit span,
  .life-auth-welcome .life-simple-preview-meter-bar span,
  .life-auth-welcome .life-simple-start-copy > * {
    animation: none !important;
  }

  .life-auth-welcome .life-simple-main > :not(.life-simple-hero),
  .life-auth-welcome .life-simple-copy > *,
  .life-auth-welcome .life-simple-start-copy > *,
  .life-auth-welcome .life-simple-preview-card,
  .life-auth-welcome .life-simple-grid .life-simple-card,
  .life-auth-welcome .life-simple-module-grid .life-simple-module-card,
  .life-auth-welcome .life-simple-start-list li {
    opacity: 1 !important;
    transform: none !important;
  }
}
