.life-page.life-auth.life-auth-public.life-auth-modern {
  --auth-bg: #f6fbff;
  --auth-bg-soft: #eaf8ff;
  --auth-panel: rgba(255, 255, 255, 0.82);
  --auth-panel-strong: rgba(255, 255, 255, 0.92);
  --auth-text: #2a617d;
  --auth-text-soft: #7795a7;
  --auth-line: rgba(111, 206, 241, 0.26);
  --auth-line-strong: rgba(71, 207, 255, 0.36);
  --auth-accent: #8de6ff;
  --auth-accent-strong: #49d0ff;
  --auth-accent-deep: #2f9fc7;
  --auth-success-bg: #f0fbff;
  --auth-success-line: rgba(111, 206, 241, 0.24);
  --auth-success-text: #4f8fa8;
  --auth-danger-bg: #fff5f6;
  --auth-danger-line: rgba(227, 136, 150, 0.24);
  --auth-danger-text: #a76b79;
  position: relative;
  color: var(--auth-text);
  font-family: 'IBM Plex Sans JP', 'Noto Sans JP', sans-serif;
  background:
    radial-gradient(34% 30% at 9% 12%, rgba(128, 223, 255, 0.42) 0%, rgba(128, 223, 255, 0) 72%),
    radial-gradient(38% 32% at 91% 16%, rgba(184, 242, 255, 0.34) 0%, rgba(184, 242, 255, 0) 74%),
    radial-gradient(30% 26% at 54% 44%, rgba(116, 214, 255, 0.18) 0%, rgba(116, 214, 255, 0) 76%),
    radial-gradient(32% 28% at 60% 88%, rgba(102, 211, 255, 0.16) 0%, rgba(102, 211, 255, 0) 78%),
    linear-gradient(160deg, #fcfeff 0%, var(--auth-bg) 46%, var(--auth-bg-soft) 100%);
}

.life-page.life-auth.life-auth-public.life-auth-modern::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      132deg,
      rgba(111, 206, 241, 0.07) 0 1px,
      rgba(111, 206, 241, 0) 1px 40px
    );
  opacity: 0.6;
}

.life-page.life-auth.life-auth-public.life-auth-modern::after {
  content: '';
  position: fixed;
  inset: -10%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(26% 24% at 38% 34%, rgba(118, 220, 255, 0.24) 0%, rgba(118, 220, 255, 0) 74%),
    radial-gradient(22% 20% at 68% 46%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%),
    radial-gradient(24% 24% at 56% 68%, rgba(87, 203, 255, 0.18) 0%, rgba(87, 203, 255, 0) 74%);
  filter: blur(34px);
  opacity: 0.88;
  animation: life-auth-field 22s ease-in-out infinite alternate;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-scene {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-scene::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(224, 248, 255, 0.06), rgba(247, 252, 255, 0.22)),
    radial-gradient(42% 36% at 50% 46%, rgba(119, 216, 255, 0.08) 0%, rgba(255, 255, 255, 0.14) 68%, rgba(255, 255, 255, 0.28) 100%);
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-wireframe-layer {
  position: absolute;
  inset: -10%;
  width: 120%;
  height: 120%;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-wireframe-layer.is-back {
  opacity: 0.3;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-wireframe-layer.is-core {
  opacity: 0.72;
  filter: drop-shadow(0 0 26px rgba(118, 223, 255, 0.16));
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-wireframe-layer.is-front {
  opacity: 0.42;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-wireframe-group {
  transform-box: fill-box;
  transform-origin: center;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-wireframe-group--back {
  animation: life-auth-wireframe-drift-a 34s ease-in-out infinite alternate;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-wireframe-group--core {
  animation: life-auth-wireframe-drift-b 22s ease-in-out infinite alternate;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-wireframe-group--front {
  animation: life-auth-wireframe-drift-c 28s ease-in-out infinite alternate;
}

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

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-wireframe-line {
  fill: none;
  stroke: rgba(98, 211, 247, 0.56);
  stroke-width: 1.42;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 12 14;
  filter: drop-shadow(0 0 12px rgba(151, 236, 255, 0.24));
  animation: life-auth-wireframe-dash 20s linear infinite;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-wireframe-layer.is-back .life-auth-wireframe-line {
  stroke: rgba(151, 236, 255, 0.44);
  stroke-dasharray: 8 16;
  animation-duration: 28s;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-wireframe-layer.is-core .life-auth-wireframe-line {
  stroke: rgba(71, 207, 255, 0.76);
  stroke-width: 1.74;
  stroke-dasharray: 14 10;
  filter: drop-shadow(0 0 18px rgba(89, 215, 255, 0.32));
  animation-duration: 16s;
}

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

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-wireframe-layer.is-core .life-auth-wireframe-face {
  fill: rgba(141, 230, 255, 0.28);
  stroke: rgba(71, 207, 255, 0.3);
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-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.24));
  animation: life-auth-wireframe-node 7s ease-in-out infinite;
}

.life-page.life-auth.life-auth-public.life-auth-modern .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-modern .life-public-brand,
.life-page.life-auth.life-auth-public.life-auth-modern .life-public-nav-link,
.life-page.life-auth.life-auth-public.life-auth-modern .life-public-action {
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-public-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  color: var(--auth-text);
  text-decoration: none;
}

.life-page.life-auth.life-auth-public.life-auth-modern .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-modern .life-public-brand-mark::before,
.life-page.life-auth.life-auth-public.life-auth-modern .life-public-brand-mark::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 1.5px;
  border-radius: 999px;
  background: rgba(111, 206, 241, 0.38);
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-public-brand-mark::before {
  transform: rotate(36deg);
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-public-brand-mark::after {
  transform: rotate(-36deg);
}

.life-page.life-auth.life-auth-public.life-auth-modern .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-modern .life-public-brand-copy {
  display: grid;
  gap: 0.08rem;
}

.life-page.life-auth.life-auth-public.life-auth-modern .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-modern .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-modern .life-public-nav-link,
.life-page.life-auth.life-auth-public.life-auth-modern .life-public-menu-link {
  color: var(--auth-text);
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-public-nav-link:hover,
.life-page.life-auth.life-auth-public.life-auth-modern .life-public-nav-link.is-active,
.life-page.life-auth.life-auth-public.life-auth-modern .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-modern .life-public-action {
  border-color: rgba(111, 206, 241, 0.22);
}

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

.life-page.life-auth.life-auth-public.life-auth-modern .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-modern .life-public-menu-toggle {
  border-color: rgba(111, 206, 241, 0.2);
}

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

.life-page.life-auth.life-auth-public.life-auth-modern .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-modern .life-public-menu-link {
  color: var(--auth-text);
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-public-action--ghost:hover,
.life-page.life-auth.life-auth-public.life-auth-modern .life-public-action--primary:hover,
.life-page.life-auth.life-auth-public.life-auth-modern .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-modern .life-auth-main {
  width: min(1120px, calc(100% - 1rem));
  margin: 1rem auto 2rem;
  position: relative;
  z-index: 4;
}

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

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-main-journey {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(280px, 0.76fr);
  align-items: start;
  gap: 1rem;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-box,
.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-side-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--auth-line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(241, 251, 255, 0.82)),
    var(--auth-panel);
  box-shadow: 0 20px 44px rgba(115, 202, 235, 0.12);
  padding: 1.2rem 1.08rem 1.04rem;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-box::before,
.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-side-card::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(111, 206, 241, 0.08), rgba(71, 207, 255, 0.28), rgba(111, 206, 241, 0));
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-box::after,
.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-side-card::after {
  content: '';
  position: absolute;
  width: clamp(180px, 28vw, 320px);
  aspect-ratio: 1 / 1;
  right: -140px;
  top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(141, 230, 255, 0.18) 0%, rgba(141, 230, 255, 0) 74%);
  pointer-events: none;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-box-main {
  max-width: none;
  padding: 1.34rem 1.26rem 1.12rem;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-title,
.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-title--plain {
  margin: 0 0 0.3rem;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 1.58rem;
  line-height: 1.14;
  text-align: left;
  color: var(--auth-text);
  background: linear-gradient(120deg, #58d7ff 0%, #6fdcff 48%, #8fe9ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-title::after {
  display: none;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-lead,
.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-page-note {
  margin: 0;
  color: var(--auth-text-soft);
  text-align: left;
  font-size: 0.88rem;
  line-height: 1.76;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-page-note {
  margin-top: 0.36rem;
  margin-bottom: 0.84rem;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-context-chips {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.48rem;
  margin: 0.86rem 0 0.92rem;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-context-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.18rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(111, 206, 241, 0.2);
  background: rgba(245, 252, 255, 0.84);
  color: #5f9db9;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-errors,
.life-page.life-auth.life-auth-public.life-auth-modern .life-success-message {
  margin: 0 0 0.94rem;
  border-radius: 16px;
  font-size: 0.82rem;
  line-height: 1.64;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-errors {
  border: 1px solid var(--auth-danger-line);
  background: var(--auth-danger-bg);
  color: var(--auth-danger-text);
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-errors li + li {
  margin-top: 0.24rem;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-success-message {
  border: 1px solid var(--auth-success-line);
  background: var(--auth-success-bg);
  color: var(--auth-success-text);
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-form .life-label {
  color: #4f819a;
  font-size: 0.84rem;
  font-weight: 700;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-form .life-input {
  width: 100%;
  margin-bottom: 0.94rem;
  padding: 0.82rem 0.96rem;
  border: 1px solid rgba(111, 206, 241, 0.26);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--auth-text);
  font-size: 0.94rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-form .life-input::placeholder {
  color: #97b1bf;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-form select.life-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #73d8f8 50%),
    linear-gradient(135deg, #73d8f8 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 1px),
    calc(100% - 12px) calc(50% - 1px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 2.5rem;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-form textarea.life-input {
  min-height: 9.5rem;
  resize: vertical;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-form .life-input:focus {
  outline: none;
  border-color: var(--auth-accent-strong);
  box-shadow: 0 0 0 4px rgba(111, 206, 241, 0.14);
  transform: translateY(-1px);
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-btn {
  border-radius: 16px;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-btn-primary {
  color: #2c6884;
  background: linear-gradient(135deg, #d0f9ff 0%, #97ecff 54%, #e6fdff 100%);
  box-shadow: 0 14px 24px rgba(126, 223, 255, 0.2);
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-btn-secondary {
  color: #6b95aa;
  border: 1px solid rgba(111, 206, 241, 0.22);
  background: rgba(255, 255, 255, 0.84);
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-btn-primary:hover,
.life-page.life-auth.life-auth-public.life-auth-modern .life-btn-secondary:hover {
  border-color: rgba(71, 207, 255, 0.24);
  background: rgba(244, 252, 255, 0.96);
  box-shadow: 0 16px 28px rgba(126, 223, 255, 0.18);
  transform: translateY(-1px);
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-btn-primary:hover {
  background: linear-gradient(135deg, #d0f9ff 0%, #97ecff 54%, #e6fdff 100%);
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.62rem;
  margin-top: 1rem;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-links .life-btn {
  width: 100%;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-inline-actions {
  margin-top: 0.82rem;
  justify-content: flex-start;
  gap: 0.42rem;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-inline-actions a,
.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-link-list a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.22rem 0.66rem;
  border-radius: 999px;
  border: 1px solid rgba(111, 206, 241, 0.2);
  background: rgba(255, 255, 255, 0.76);
  color: #6394ab;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 600;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-inline-actions a:hover,
.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-link-list a:hover {
  color: #4d89a4;
  border-color: rgba(71, 207, 255, 0.24);
  background: rgba(244, 252, 255, 0.96);
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-link-list {
  margin-top: 0.96rem;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-side {
  display: grid !important;
  gap: 0.92rem;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-side-title {
  margin: 0 0 0.28rem;
  color: #4f819a;
  font-family: 'Sora', 'IBM Plex Sans JP', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-side-text {
  color: var(--auth-text-soft);
  font-size: 0.76rem;
  line-height: 1.7;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-side-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
  margin-top: 0.88rem;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-side-list {
  list-style: none;
  margin: 0.9rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.56rem;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-side-list li {
  margin: 0;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-side-link,
.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-side-list a {
  display: block;
  width: 100%;
  padding: 0.86rem 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(111, 206, 241, 0.2);
  background: rgba(255, 255, 255, 0.82);
  color: #5e92aa;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.6;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-side-link--primary {
  color: #2d6a87;
  border-color: transparent;
  background: linear-gradient(135deg, #d0f9ff 0%, #97ecff 54%, #e6fdff 100%);
  box-shadow: 0 12px 24px rgba(126, 223, 255, 0.18);
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-side-link:hover,
.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-side-list a:hover {
  color: #4a88a4;
  border-color: rgba(71, 207, 255, 0.24);
  background: rgba(244, 252, 255, 0.98);
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-side-link--primary:hover {
  color: #2d6a87;
  border-color: transparent;
  background: linear-gradient(135deg, #d0f9ff 0%, #97ecff 54%, #e6fdff 100%);
  box-shadow: 0 16px 28px rgba(126, 223, 255, 0.18);
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-main-journey .life-auth-side {
  position: sticky;
  top: 76px;
}

.life-page.life-auth.life-auth-public.life-auth-modern .life-auth-box-wide {
  max-width: none;
}

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

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

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

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

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

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

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

@media (max-width: 1100px) {
  .life-page.life-auth.life-auth-public.life-auth-modern .life-auth-main {
    width: min(960px, calc(100% - 1rem));
  }

  .life-page.life-auth.life-auth-public.life-auth-modern .life-auth-main-journey {
    grid-template-columns: 1fr;
  }

  .life-page.life-auth.life-auth-public.life-auth-modern .life-auth-main-journey .life-auth-side {
    position: static;
  }
}

@media (max-width: 860px) {
  .life-page.life-auth.life-auth-public.life-auth-modern .life-auth-main {
    width: calc(100% - 0.88rem);
    margin: 0.72rem auto 1.2rem;
  }

  .life-page.life-auth.life-auth-public.life-auth-modern .life-auth-box,
  .life-page.life-auth.life-auth-public.life-auth-modern .life-auth-side-card {
    border-radius: 20px;
    padding: 1rem 0.88rem 0.92rem;
  }

  .life-page.life-auth.life-auth-public.life-auth-modern .life-auth-box-main {
    padding: 1.02rem 0.9rem 0.94rem;
  }

  .life-page.life-auth.life-auth-public.life-auth-modern .life-auth-title,
  .life-page.life-auth.life-auth-public.life-auth-modern .life-auth-title--plain {
    font-size: 1.38rem;
  }
}

@media (max-width: 720px) {
  .life-page.life-auth.life-auth-public.life-auth-modern .life-public-header-inner {
    width: calc(100% - 0.8rem);
    min-height: 56px;
  }

  .life-page.life-auth.life-auth-public.life-auth-modern .life-public-brand-copy small {
    letter-spacing: 0.14em;
  }

  .life-page.life-auth.life-auth-public.life-auth-modern .life-auth-main {
    width: calc(100% - 0.8rem);
    margin: 0.68rem auto 1.14rem;
  }

  .life-page.life-auth.life-auth-public.life-auth-modern .life-auth-box,
  .life-page.life-auth.life-auth-public.life-auth-modern .life-auth-side-card {
    border-radius: 18px;
  }

  .life-page.life-auth.life-auth-public.life-auth-modern .life-auth-links {
    grid-template-columns: 1fr;
  }

  .life-page.life-auth.life-auth-public.life-auth-modern .life-auth-form .life-input,
  .life-page.life-auth.life-auth-public.life-auth-modern .life-btn {
    font-size: 16px;
  }

  .life-page.life-auth.life-auth-public.life-auth-modern .life-auth-inline-actions {
    gap: 0.36rem;
  }

  .life-page.life-auth.life-auth-public.life-auth-modern .life-auth-inline-actions a,
  .life-page.life-auth.life-auth-public.life-auth-modern .life-auth-link-list a {
    width: 100%;
  }

  .life-page.life-auth.life-auth-public.life-auth-modern .life-auth-side-link,
  .life-page.life-auth.life-auth-public.life-auth-modern .life-auth-side-list a {
    padding: 0.82rem 0.84rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .life-page.life-auth.life-auth-public.life-auth-modern::after,
  .life-page.life-auth.life-auth-public.life-auth-modern .life-auth-wireframe-group,
  .life-page.life-auth.life-auth-public.life-auth-modern .life-auth-wireframe-line,
  .life-page.life-auth.life-auth-public.life-auth-modern .life-auth-wireframe-face,
  .life-page.life-auth.life-auth-public.life-auth-modern .life-auth-wireframe-node {
    animation: none !important;
  }
}
