.member-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(34, 211, 238, .14), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(251, 191, 36, .12), transparent 24%),
    linear-gradient(180deg, #07111f 0%, #0c1728 42%, #0a1324 100%);
  --bs-body-color: #fff;
  --bs-heading-color: #fff;
  --bs-secondary-color: #fff;
  --bs-tertiary-color: #fff;
  color: #edf4ff;
}

.member-body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .45), transparent 90%);
}

.member-auth-bg {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at -8% 48%, rgba(0, 145, 255, .42) 0%, rgba(0, 145, 255, .16) 20%, transparent 45%),
    radial-gradient(ellipse at 106% 58%, rgba(251, 191, 36, .22) 0%, rgba(251, 191, 36, .1) 22%, transparent 42%),
    linear-gradient(118deg, #020711 0%, #061426 48%, #080b12 100%);
}

.member-auth-bg::before,
.member-auth-bg::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.member-auth-bg::before {
  background:
    linear-gradient(122deg, transparent 0 27%, rgba(0, 179, 255, .42) 27.2%, transparent 27.8%),
    linear-gradient(128deg, transparent 0 74%, rgba(251, 191, 36, .5) 74.2%, transparent 75%),
    radial-gradient(circle at 13% 35%, rgba(34, 211, 238, .7) 0 1px, transparent 2px),
    radial-gradient(circle at 84% 75%, rgba(251, 191, 36, .58) 0 1px, transparent 2px);
  background-size: 100% 100%, 100% 100%, 22px 22px, 20px 20px;
  animation: memberAuthParticles 14s linear infinite;
  opacity: .74;
}

.member-auth-bg::after {
  border-left: 2px solid rgba(0, 153, 255, .35);
  border-right: 2px solid rgba(251, 191, 36, .32);
  border-radius: 50%;
  width: 34rem;
  height: 34rem;
  left: -18rem;
  top: 11rem;
  box-shadow: 52rem 9rem 0 -9rem rgba(251, 191, 36, .18);
  animation: memberAuthRing 9s ease-in-out infinite alternate;
  opacity: .9;
}

.member-shell {
  position: relative;
  z-index: 1;
}

.member-public-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.15rem clamp(1rem, 3vw, 2.5rem);
  background: linear-gradient(180deg, rgba(2, 7, 17, .84), rgba(2, 7, 17, .2));
  backdrop-filter: blur(8px);
}

.member-public-brand {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: #f8fbff;
  text-decoration: none;
  min-width: max-content;
}

.member-public-brand-mark {
  width: 2.45rem;
  height: 2.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .75rem;
  border: 1px solid rgba(34, 211, 238, .65);
  color: #22d3ee;
  background: rgba(14, 165, 233, .12);
  box-shadow: 0 0 24px rgba(34, 211, 238, .22);
  font-size: 1.25rem;
}

.member-public-brand-copy {
  display: grid;
  gap: .05rem;
}

.member-public-brand-copy strong {
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: .92;
  font-weight: 900;
  letter-spacing: 0;
  color: #f8fbff;
  text-shadow: 0 0 28px rgba(34, 211, 238, .24);
}

.member-public-brand-copy small {
  color: #67e8f9;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.member-public-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .55rem;
  flex-wrap: wrap;
}

.member-public-links a {
  min-height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .55rem .8rem;
  border-radius: .45rem;
  color: rgba(237, 244, 255, .76);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 750;
  border: 1px solid transparent;
  transition: .18s ease;
}

.member-public-links a:hover,
.member-public-links a.active {
  color: #fff;
  background: rgba(34, 211, 238, .1);
  border-color: rgba(34, 211, 238, .18);
}

.member-public-links .member-public-login {
  color: #06111f;
  background: #67e8f9;
}

.member-public-links .member-public-login:hover,
.member-public-links .member-public-login.active {
  color: #031625;
  background: #a5f3fc;
  border-color: transparent;
}

.member-public-links .member-public-admin {
  color: #fde68a;
  border-color: rgba(251, 191, 36, .46);
  background: rgba(8, 18, 35, .58);
}

.member-public-links .member-public-admin:hover {
  color: #fff7cc;
  border-color: rgba(251, 191, 36, .82);
  background: rgba(12, 24, 44, .9);
}

.member-public-main {
  position: relative;
  z-index: 1;
  padding-top: 8.7rem !important;
}

.member-auth-stack {
  width: min(100%, 420px);
  display: grid;
  gap: 1.25rem;
  justify-items: center;
}

.member-auth-panel {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 1.35rem;
  border-radius: .5rem;
  border: 1px solid rgba(34, 211, 238, .22);
  background: linear-gradient(180deg, rgba(12, 25, 48, .92), rgba(5, 13, 27, .97));
  box-shadow: 0 26px 70px rgba(0, 0, 0, .42), 0 0 34px rgba(34, 211, 238, .08), inset 0 1px 0 rgba(255, 255, 255, .05);
  backdrop-filter: blur(16px);
  animation: memberPanelGlow 4.8s ease-in-out infinite alternate;
}

.member-auth-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(118deg, transparent 0 36%, rgba(34, 211, 238, .12) 45%, transparent 56%),
    radial-gradient(circle at 78% 14%, rgba(103, 232, 249, .14), transparent 22%);
  transform: translateX(-120%);
  animation: memberPanelSweep 6.5s ease-in-out infinite;
}

.member-auth-panel > * {
  position: relative;
  z-index: 1;
}

.member-auth-heading {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: .45rem;
  margin-bottom: 1.05rem;
}

.member-auth-logo {
  width: 2.45rem;
  height: 2.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .8rem;
  border: 1px solid rgba(34, 211, 238, .56);
  color: #22d3ee;
  background: rgba(14, 165, 233, .08);
  box-shadow: 0 0 24px rgba(34, 211, 238, .16);
  font-size: 1.25rem;
  animation: memberLogoPulse 3.4s ease-in-out infinite alternate;
}

.member-auth-heading h1 {
  margin: .1rem 0 0;
  color: #f8fbff;
  font-size: 1.55rem;
  line-height: 1.1;
  font-weight: 800;
}

.member-auth-heading p {
  margin: 0;
  color: rgba(226, 232, 240, .62);
  font-size: .9rem;
}

.member-auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 1.1rem;
  border-bottom: 1px solid rgba(148, 163, 184, .1);
  background: rgba(15, 23, 42, .26);
}

.member-auth-tabs a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 2.7rem;
  color: rgba(226, 232, 240, .72);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 700;
}

.member-auth-tabs a.active {
  color: #22d3ee;
}

.member-auth-tabs a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, #22d3ee, #0ea5e9);
}

.member-auth-form {
  display: grid;
  gap: .85rem;
}

.member-auth-form .form-label {
  margin-bottom: .38rem;
  color: #f8fbff;
  font-size: .82rem;
  font-weight: 700;
}

.member-auth-field {
  min-height: 2.65rem;
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: 0 .8rem;
  border-radius: .45rem;
  border: 1px solid rgba(148, 163, 184, .16);
  background: rgba(5, 12, 24, .58);
  transition: .18s ease;
}

.member-auth-field:focus-within {
  border-color: rgba(34, 211, 238, .55);
  box-shadow: 0 0 0 .2rem rgba(34, 211, 238, .1);
}

.member-auth-field > i {
  color: rgba(226, 232, 240, .58);
  flex: 0 0 auto;
}

.member-auth-field .form-control {
  min-width: 0;
  padding: .65rem 0;
  border: 0;
  color: #f8fbff;
  background: transparent;
  box-shadow: none;
  font-size: .92rem;
}

.member-auth-field .form-control:focus {
  color: #f8fbff;
  background: transparent;
  box-shadow: none;
}

.member-auth-field .form-control::placeholder {
  color: rgba(226, 232, 240, .42);
}

.member-auth-field .form-control:-webkit-autofill,
.member-auth-field .form-control:-webkit-autofill:hover,
.member-auth-field .form-control:-webkit-autofill:focus {
  -webkit-text-fill-color: #f8fbff;
  box-shadow: 0 0 0 1000px #07101f inset;
}

.member-password-toggle {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 0;
  border-radius: .45rem;
  color: rgba(226, 232, 240, .62);
  background: transparent;
}

.member-password-toggle:hover,
.member-password-toggle:focus {
  color: #f8fbff;
  background: rgba(255, 255, 255, .07);
}

.member-auth-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-top: -.2rem;
  font-size: .82rem;
}

.member-auth-options a {
  color: #67e8f9;
  text-decoration: none;
}

.member-auth-options a:hover {
  color: #a5f3fc;
}

.member-auth-submit {
  min-height: 2.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  width: 100%;
  border: 0;
  border-radius: .48rem;
  color: #052033;
  background: linear-gradient(90deg, #38bdf8, #22d3ee);
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(34, 211, 238, .18);
}

.member-auth-submit:hover,
.member-auth-submit:focus {
  color: #031625;
  background: linear-gradient(90deg, #7dd3fc, #67e8f9);
}

.member-auth-footer {
  color: rgba(226, 232, 240, .46);
  font-size: .82rem;
  text-align: center;
}

.member-public-page {
  width: min(100%, 980px);
  display: grid;
  gap: 1.1rem;
}

.member-public-hero {
  display: grid;
  gap: .8rem;
  padding: clamp(1.4rem, 3vw, 2rem);
  border-radius: .5rem;
  border: 1px solid rgba(148, 163, 184, .12);
  background: linear-gradient(180deg, rgba(12, 25, 48, .72), rgba(5, 13, 27, .86));
  box-shadow: 0 22px 58px rgba(0, 0, 0, .26), inset 0 1px 0 rgba(255, 255, 255, .04);
  backdrop-filter: blur(16px);
}

.member-public-kicker {
  color: #67e8f9;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.member-public-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #f8fbff;
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 1.02;
  font-weight: 900;
}

.member-public-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(226, 232, 240, .72);
  font-size: 1rem;
  line-height: 1.65;
}

.member-public-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.member-public-grid article,
.member-process-list div,
.member-contact-panel a {
  border-radius: .5rem;
  border: 1px solid rgba(148, 163, 184, .12);
  background: rgba(8, 18, 35, .74);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
}

.member-public-grid article {
  padding: 1.15rem;
}

.member-public-grid i {
  width: 2.35rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .9rem;
  border-radius: .45rem;
  color: #06111f;
  background: #67e8f9;
}

.member-public-grid h2,
.member-process-list h2 {
  margin: 0 0 .45rem;
  color: #f8fbff;
  font-size: 1.05rem;
  font-weight: 850;
}

.member-public-grid p,
.member-process-list p {
  margin: 0;
  color: rgba(226, 232, 240, .66);
  line-height: 1.55;
}

.member-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.member-process-list div {
  padding: 1rem;
}

.member-process-list strong {
  display: inline-flex;
  margin-bottom: 1.1rem;
  color: #67e8f9;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 900;
}

.member-contact-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.member-contact-panel a {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  padding: 1rem;
  color: #edf4ff;
  text-decoration: none;
  transition: .18s ease;
}

.member-contact-panel a:hover {
  color: #fff;
  transform: translateY(-1px);
  border-color: rgba(34, 211, 238, .24);
  background: rgba(34, 211, 238, .1);
}

.member-contact-panel i {
  width: 2.3rem;
  height: 2.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: .45rem;
  color: #06111f;
  background: #67e8f9;
}

.member-contact-panel strong,
.member-contact-panel small {
  display: block;
}

.member-contact-panel strong {
  margin-bottom: .2rem;
}

.member-contact-panel small {
  color: rgba(226, 232, 240, .62);
}

.member-menu-toggle {
  position: fixed;
  top: 1.2rem;
  left: 1.2rem;
  z-index: 1045;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(8, 18, 35, .88);
  color: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .32);
  backdrop-filter: blur(14px);
}

.member-menu-toggle:hover,
.member-menu-toggle:focus {
  color: #fff;
  background: rgba(14, 31, 58, .96);
}

.member-menu-toggle i {
  font-size: 1.7rem;
  line-height: 1;
}

.member-offcanvas {
  background:
    radial-gradient(circle at top, rgba(56, 189, 248, .2), transparent 32%),
    linear-gradient(180deg, #081223 0%, #091729 100%);
  border-right: 1px solid rgba(255, 255, 255, .09);
}

.member-brand-mark {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .95rem;
  background: linear-gradient(135deg, #22d3ee, #0ea5e9);
  color: #02111d;
  font-size: 1.2rem;
}

.member-offcanvas-subtitle {
  color: rgba(237, 244, 255, .68);
}

.member-side-link {
  display: flex;
  align-items: center;
  gap: .9rem;
  padding: .95rem 1rem;
  margin-bottom: .45rem;
  border-radius: 1rem;
  color: rgba(237, 244, 255, .8);
  text-decoration: none;
  transition: .2s ease;
}

.member-side-link i {
  font-size: 1.1rem;
}

.member-side-link:hover,
.member-side-link.active {
  color: #fff;
  background: rgba(34, 211, 238, .12);
  box-shadow: inset 0 0 0 1px rgba(34, 211, 238, .18);
}

.member-side-spacer {
  flex: 1;
}

.member-side-note {
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .05);
  color: rgba(237, 244, 255, .72);
  font-size: .95rem;
}

.member-logout-btn {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: .95rem;
  color: #fff;
  background: rgba(255, 255, 255, .05);
}

.member-logout-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, .11);
}

.member-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0 0 0 4.7rem;
}

.member-eyebrow {
  display: inline-block;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .24em;
  color: #7dd3fc;
}

.member-page-title {
  font-size: clamp(2rem, 5vw, 3.3rem);
  font-weight: 800;
  letter-spacing: -.03em;
}

.member-topbar-copy {
  max-width: 46rem;
  color: rgba(237, 244, 255, .68);
}

.member-profile-chip {
  display: flex;
  align-items: center;
  gap: .9rem;
  padding: .9rem 1rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 255, 255, .09);
  background: rgba(255, 255, 255, .05);
  min-width: 220px;
}

.member-profile-chip strong,
.member-profile-chip small {
  display: block;
}

.member-profile-chip small {
  color: rgba(237, 244, 255, .6);
}

.member-profile-icon {
  width: 2.7rem;
  height: 2.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .9rem;
  background: linear-gradient(135deg, rgba(34, 211, 238, .28), rgba(14, 165, 233, .12));
}

.member-alert {
  margin-left: 4.7rem;
  margin-bottom: 1.25rem;
}

.member-auth-card,
.member-card {
  background: linear-gradient(180deg, rgba(13, 25, 45, .92), rgba(10, 19, 37, .96));
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 1.5rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .28);
}

.member-body .member-card,
.member-body .member-card h1,
.member-body .member-card h2,
.member-body .member-card h3,
.member-body .member-card h4,
.member-body .member-card h5,
.member-body .member-card h6,
.member-body .member-card p,
.member-body .member-card small,
.member-body .member-card time,
.member-body .member-muted,
.member-body .member-topbar-copy,
.member-body .member-profile-chip small,
.member-body .member-hero-copy,
.member-body .member-hero-stat small,
.member-body .member-kpi small,
.member-body .member-action-item small,
.member-body .member-table th,
.member-body .member-table-description,
.member-body .member-service-action small,
.member-body .member-price-breakdown span,
.member-body .member-notification-item small,
.member-body .member-notification-item time,
.member-body .member-notification-card small,
.member-body .member-notification-card time,
.member-body .member-notification-card p,
.member-body .member-empty-state span,
.member-body .member-mini-comments small,
.member-body .member-comment-card small,
.member-body .member-comment-card p {
  color: #fff !important;
}

.member-body .member-input::placeholder,
.member-body .member-textarea::placeholder {
  color: #fff;
  opacity: .9;
}

.member-auth-card,
.member-auth-card .form-label,
.member-auth-card .form-check-label,
.member-auth-card .form-text,
.member-auth-card small,
.member-auth-card p,
.member-auth-card a {
  color: #fff;
}

.member-hero-card {
  overflow: hidden;
  position: relative;
}

.member-hero-card::after {
  content: "";
  position: absolute;
  inset: auto -60px -60px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 211, 238, .32), transparent 65%);
}

.member-section-badge {
  display: inline-flex;
  align-items: center;
  padding: .42rem .78rem;
  border-radius: 999px;
  background: rgba(34, 211, 238, .12);
  color: #8ae6ff;
  font-size: .8rem;
  font-weight: 700;
}

.member-hero-title {
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -.03em;
}

.member-hero-copy {
  max-width: 36rem;
  color: rgba(237, 244, 255, .7);
}

.member-hero-stat {
  padding: 1rem 1.1rem;
  margin-bottom: .9rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .06);
}

.member-hero-stat small,
.member-hero-stat strong {
  display: block;
}

.member-hero-stat small {
  color: rgba(237, 244, 255, .55);
  margin-bottom: .3rem;
}

.member-quick-card {
  border-color: rgba(34, 211, 238, .18);
}

.member-quick-label {
  color: #7dd3fc;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .78rem;
}

.member-quick-value,
.member-kpi .value {
  font-size: 2.65rem;
  font-weight: 800;
  line-height: 1;
  margin-top: .8rem;
}

.member-kpi small {
  color: rgba(237, 244, 255, .68) !important;
}

.member-kpi .value {
  color: #f8fbff;
}

.member-progress-track {
  height: .7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  overflow: hidden;
}

.member-progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #22d3ee, #fbbf24);
}

.member-muted {
  color: rgba(237, 244, 255, .74);
}

.member-action-list {
  display: grid;
  gap: .85rem;
}

.member-action-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 1rem;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, .04);
  border: 1px solid transparent;
  transition: .2s ease;
}

.member-action-item i {
  font-size: 1.4rem;
  color: #7dd3fc;
}

.member-action-item strong,
.member-action-item small {
  display: block;
}

.member-action-item small {
  color: rgba(237, 244, 255, .62);
}

.member-action-item:hover {
  color: #fff;
  transform: translateY(-1px);
  border-color: rgba(34, 211, 238, .18);
  background: rgba(34, 211, 238, .08);
}

.member-form-card .form-label {
  color: #edf4ff;
  font-weight: 600;
}

.member-input,
.member-textarea,
.member-select {
  background: rgba(7, 15, 29, .78);
  border: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  border-radius: 1rem;
  padding: .9rem 1rem;
}

.member-input:focus,
.member-textarea:focus,
.member-select:focus {
  color: #fff;
  background: rgba(7, 15, 29, .92);
  border-color: rgba(34, 211, 238, .45);
  box-shadow: 0 0 0 .25rem rgba(34, 211, 238, .12);
}

.member-input::placeholder,
.member-textarea::placeholder {
  color: rgba(255, 255, 255, .5);
}

.member-input:-webkit-autofill,
.member-input:-webkit-autofill:hover,
.member-input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  box-shadow: 0 0 0 1000px rgba(7, 15, 29, 1) inset;
  transition: background-color 9999s ease-out 0s;
}

.member-table {
  --bs-table-bg: transparent;
  --bs-table-color: #edf4ff;
  --bs-table-border-color: rgba(255, 255, 255, .08);
}

.member-table th,
.member-table td {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  padding: 1rem .7rem;
  vertical-align: middle;
}

.member-table th {
  color: rgba(237, 244, 255, .58);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 700;
}

.member-table-description {
  max-width: 260px;
  color: rgba(237, 244, 255, .7);
}

.member-service-actions {
  display: grid;
  gap: .55rem;
  min-width: 16rem;
}

.member-service-actions.compact {
  display: flex;
  flex-wrap: wrap;
  min-width: 12rem;
}

.member-service-action {
  padding: .7rem .85rem;
  border-radius: .9rem;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);
}

.member-service-action small {
  display: block;
}

.member-service-action-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .8rem;
}

.member-service-action-heading strong {
  display: block;
}

.member-service-action-heading span {
  flex: 0 0 auto;
  color: #fde68a;
  font-weight: 800;
  white-space: nowrap;
}

.member-service-action small {
  margin-top: .25rem;
  color: rgba(237, 244, 255, .62);
  max-width: 24rem;
}

.member-action-chip {
  display: inline-flex;
  align-items: center;
  padding: .36rem .62rem;
  border-radius: 99rem;
  background: rgba(34, 211, 238, .12);
  color: #a5f3fc;
  font-size: .76rem;
  font-weight: 700;
  gap: .45rem;
}

.member-action-chip em {
  color: #fde68a;
  font-style: normal;
  white-space: nowrap;
}

.member-notification-count {
  min-width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #22d3ee;
  color: #06111f;
  font-weight: 900;
}

.member-notification-list,
.member-notification-page-list {
  display: grid;
  gap: .75rem;
}

.member-notification-item,
.member-notification-card {
  display: flex;
  gap: .85rem;
  padding: .85rem;
  border-radius: 1rem;
  text-decoration: none;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);
  color: #edf4ff;
}

.member-notification-item:hover {
  color: #fff;
  background: rgba(34, 211, 238, .1);
}

.member-notification-item.unread,
.member-notification-card.unread {
  border-color: rgba(34, 211, 238, .28);
  background: rgba(34, 211, 238, .09);
}

.member-notification-item i,
.member-notification-icon {
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .8rem;
  background: rgba(34, 211, 238, .14);
  color: #8ae6ff;
}

.member-notification-item strong,
.member-notification-item small,
.member-notification-item time {
  display: block;
}

.member-notification-item small {
  margin-top: .2rem;
  color: rgba(237, 244, 255, .72);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.member-notification-item time,
.member-notification-card time,
.member-notification-card small {
  margin-top: .35rem;
  color: rgba(237, 244, 255, .58);
  font-size: .82rem;
}

.member-notification-card {
  padding: 1rem;
}

.member-notification-card > div:last-child {
  min-width: 0;
  flex: 1;
}

.member-notification-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.member-notification-heading h5 {
  margin: 0;
  font-size: 1rem;
}

.member-notification-card p {
  margin: .45rem 0 0;
  color: rgba(237, 244, 255, .78);
}

.member-notification-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .9rem;
}

.member-empty-state {
  display: grid;
  justify-items: center;
  gap: .45rem;
  padding: 2.5rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);
  text-align: center;
}

.member-empty-state i {
  font-size: 2rem;
  color: #8ae6ff;
}

.member-empty-state span {
  color: rgba(237, 244, 255, .66);
}

.member-offcanvas,
.member-offcanvas a,
.member-offcanvas .member-side-link,
.member-offcanvas .member-side-link span,
.member-offcanvas .member-side-link i,
.member-offcanvas .member-side-link:hover,
.member-offcanvas .member-side-link:hover span,
.member-offcanvas .member-side-link:hover i,
.member-offcanvas .member-side-link.active,
.member-offcanvas .member-side-link.active span,
.member-offcanvas .member-side-link.active i {
  color: #fff !important;
}

.member-offcanvas .member-side-link {
  background: transparent;
}

.member-offcanvas .member-side-link:hover,
.member-offcanvas .member-side-link.active {
  background: rgba(255, 255, 255, .14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
}

.member-offcanvas .member-offcanvas-subtitle,
.member-offcanvas .member-side-note {
  color: rgba(255, 255, 255, .76) !important;
}

.member-offcanvas .member-logout-btn {
  color: #fff !important;
}

.member-pill {
  display: inline-block;
  padding: .42rem .72rem;
  border-radius: 99rem;
  font-size: .76rem;
  font-weight: 700;
}

.member-pill.waiting { background: #fff3cd; color: #8a6d3b; }
.member-pill.work { background: #dbeafe; color: #1d4ed8; }
.member-pill.done { background: #dcfce7; color: #166534; }
.member-pill.delivery { background: #ede9fe; color: #5b21b6; }
.member-pill.rejected { background: #fee2e2; color: #991b1b; }

.member-offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  min-width: 12rem;
}

.member-offer-card {
  display: grid;
  gap: .65rem;
  min-width: 16rem;
  max-width: 23rem;
  padding: .85rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);
}

.member-offer-title {
  color: #e0f2fe;
  font-size: .86rem;
}

.member-price-breakdown {
  display: grid;
  gap: .42rem;
}

.member-price-breakdown div,
.member-offer-total {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .8rem;
}

.member-price-breakdown span {
  color: rgba(237, 244, 255, .72);
}

.member-price-breakdown strong,
.member-offer-total strong {
  color: #fde68a;
  white-space: nowrap;
}

.member-offer-total {
  padding-top: .55rem;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-weight: 800;
}

.member-validation {
  color: #ff9db1;
}

.member-comment-form {
  display: grid;
  gap: .75rem;
}

.member-mini-comments,
.member-comment-list {
  display: grid;
  gap: .75rem;
}

.member-mini-comments div,
.member-comment-card {
  padding: .85rem;
  border-radius: .75rem;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);
}

.member-mini-comments strong,
.member-mini-comments small,
.member-comment-card strong,
.member-comment-card small {
  display: block;
}

.member-mini-comments small,
.member-comment-card small {
  color: rgba(237, 244, 255, .58);
}

.member-comment-card > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: .8rem;
  align-items: flex-start;
}

.member-comment-card span {
  color: #67e8f9;
  font-weight: 900;
  white-space: nowrap;
}

.member-comment-card p {
  margin: .65rem 0;
  color: rgba(237, 244, 255, .76);
  line-height: 1.55;
}

@keyframes memberAuthParticles {
  0% {
    transform: translate3d(0, 0, 0);
    background-position: 0 0, 0 0, 0 0, 0 0;
  }
  100% {
    transform: translate3d(-26px, -26px, 0);
    background-position: 0 0, 0 0, 22px 22px, -20px -20px;
  }
}

@keyframes memberAuthRing {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: .72;
  }
  100% {
    transform: translate3d(1.35rem, -1rem, 0) scale(1.04);
    opacity: 1;
  }
}

@keyframes memberPanelSweep {
  0%, 32% {
    transform: translateX(-120%);
    opacity: 0;
  }
  48% {
    opacity: .9;
  }
  68%, 100% {
    transform: translateX(120%);
    opacity: 0;
  }
}

@keyframes memberPanelGlow {
  0% {
    border-color: rgba(34, 211, 238, .2);
    box-shadow: 0 26px 70px rgba(0, 0, 0, .42), 0 0 24px rgba(34, 211, 238, .06), inset 0 1px 0 rgba(255, 255, 255, .05);
  }
  100% {
    border-color: rgba(34, 211, 238, .46);
    box-shadow: 0 26px 70px rgba(0, 0, 0, .42), 0 0 44px rgba(34, 211, 238, .18), inset 0 1px 0 rgba(255, 255, 255, .08);
  }
}

@keyframes memberLogoPulse {
  0% {
    transform: translateY(0);
    box-shadow: 0 0 20px rgba(34, 211, 238, .14);
  }
  100% {
    transform: translateY(-2px);
    box-shadow: 0 0 34px rgba(34, 211, 238, .34);
  }
}

@media (prefers-reduced-motion: reduce) {
  .member-auth-bg::before,
  .member-auth-bg::after,
  .member-auth-panel,
  .member-auth-panel::before,
  .member-auth-logo {
    animation: none;
  }
}

@media (max-width: 991.98px) {
  .member-public-header {
    align-items: flex-start;
    flex-direction: column;
    gap: .85rem;
  }

  .member-public-links {
    justify-content: flex-start;
  }

  .member-public-main {
    padding-top: 12.5rem !important;
  }

  .member-public-grid,
  .member-process-list,
  .member-contact-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .member-topbar {
    padding-left: 4.35rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .member-alert {
    margin-left: 4.35rem;
  }

  .member-profile-chip {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .member-public-header {
    position: sticky;
    padding: .9rem 1rem;
  }

  .member-public-brand-mark {
    width: 2.1rem;
    height: 2.1rem;
    font-size: 1.05rem;
  }

  .member-public-brand-copy strong {
    font-size: 1.75rem;
  }

  .member-public-brand-copy small {
    font-size: .65rem;
  }

  .member-public-links a {
    min-height: 2.1rem;
    padding: .46rem .58rem;
    font-size: .8rem;
  }

  .member-public-main {
    align-items: flex-start !important;
    min-height: auto !important;
    padding-top: 1rem !important;
  }

  .member-public-grid,
  .member-process-list,
  .member-contact-panel {
    grid-template-columns: 1fr;
  }

  .member-public-hero h1 {
    font-size: 2rem;
  }

  .member-menu-toggle {
    top: 1rem;
    left: 1rem;
    width: 3rem;
    height: 3rem;
    border-radius: .9rem;
  }

  .member-topbar {
    padding-left: 3.9rem;
  }

  .member-alert {
    margin-left: 3.9rem;
  }

  .member-page-title {
    font-size: 1.9rem;
  }
}

/* Refined public auth experience */
html,
body.member-body {
  min-height: 100%;
  overflow-x: hidden;
  background-color: #06080d;
}

.member-auth-bg {
  min-height: 100dvh;
  overflow-x: hidden;
  background-color: #06080d;
  background:
    linear-gradient(128deg, rgba(31, 185, 129, .16) 0 18%, transparent 18% 100%),
    linear-gradient(34deg, transparent 0 58%, rgba(255, 122, 89, .13) 58.2% 59%, transparent 59.3% 100%),
    linear-gradient(150deg, #06080d 0%, #0c1413 42%, #101014 72%, #080a10 100%);
}

.member-auth-bg::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px),
    repeating-linear-gradient(118deg, transparent 0 76px, rgba(35, 209, 139, .1) 77px, transparent 80px);
  background-size: 46px 46px, 46px 46px, 220px 220px;
  opacity: .54;
  animation: memberAuthGridTravel 24s linear infinite;
}

.member-auth-bg::after {
  border: 0;
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: .72;
  background:
    linear-gradient(116deg, transparent 0 17%, rgba(98, 217, 255, .24) 17.2%, transparent 18.1% 100%),
    linear-gradient(116deg, transparent 0 74%, rgba(246, 199, 80, .22) 74.3%, transparent 75.2% 100%),
    linear-gradient(92deg, transparent 0 48%, rgba(167, 139, 250, .12) 48.4%, transparent 49.2% 100%);
  animation: memberAuthRibbons 10s ease-in-out infinite alternate;
}

.member-public-header {
  padding: .95rem clamp(1rem, 3vw, 2.35rem);
  background: rgba(6, 8, 13, .72);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 14px 42px rgba(0, 0, 0, .24);
}

.member-public-brand-mark {
  border-radius: 8px;
  border-color: rgba(35, 209, 139, .58);
  color: #9ff7cf;
  background: rgba(35, 209, 139, .12);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .05), 0 18px 36px rgba(35, 209, 139, .12);
}

.member-public-brand-copy strong {
  letter-spacing: 0;
  text-shadow: none;
}

.member-public-brand-copy small {
  color: #9ff7cf;
}

.member-public-links a {
  border-radius: 8px;
}

.member-public-links a:hover,
.member-public-links a.active {
  background: rgba(35, 209, 139, .11);
  border-color: rgba(35, 209, 139, .2);
}

.member-public-links .member-public-login {
  color: #07100d;
  background: #d8fff0;
}

.member-public-links .member-public-login:hover,
.member-public-links .member-public-login.active {
  color: #07100d;
  background: #ffffff;
}

.member-public-links .member-public-admin {
  color: #ffe8a3;
  border-color: rgba(246, 199, 80, .48);
  background: rgba(246, 199, 80, .08);
}

.member-public-main.container {
  max-width: 1240px;
}

.member-public-main {
  padding-top: 6.3rem !important;
  padding-bottom: 2rem !important;
}

.member-auth-v2 {
  position: relative;
  z-index: 1;
  width: min(100%, 1120px);
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .78fr);
  gap: clamp(1.2rem, 3vw, 2rem);
  align-items: center;
}

.member-auth-v2--register {
  grid-template-columns: minmax(0, .84fr) minmax(440px, .98fr);
  width: min(100%, 1160px);
}

.member-auth-showcase {
  position: relative;
  min-height: clamp(420px, 64vh, 540px);
  padding: clamp(1.35rem, 3vw, 2.2rem);
  overflow: hidden;
  isolation: isolate;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .11);
  background:
    linear-gradient(148deg, rgba(18, 28, 28, .9), rgba(11, 13, 19, .92) 58%, rgba(28, 20, 23, .84)),
    linear-gradient(90deg, rgba(35, 209, 139, .12), rgba(98, 217, 255, .06));
  box-shadow: 0 28px 80px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.member-auth-showcase::before,
.member-auth-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.member-auth-showcase::before {
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .9), transparent 96%);
  animation: memberMiniGridTravel 16s linear infinite;
}

.member-auth-showcase::after {
  z-index: -1;
  background: linear-gradient(106deg, transparent 0 28%, rgba(98, 217, 255, .16) 29%, transparent 38%, transparent 70%, rgba(255, 122, 89, .14) 72%, transparent 81%);
  transform: translateX(-18%);
  animation: memberShowcaseSweep 7.2s ease-in-out infinite;
}

.member-showcase-copy {
  position: relative;
  z-index: 2;
  max-width: 23rem;
}

.member-showcase-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: .28rem .55rem;
  border-radius: 8px;
  color: #07100d;
  background: #9ff7cf;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.member-showcase-copy h2 {
  margin: .9rem 0 .55rem;
  color: #f8fffb;
  font-size: clamp(2.35rem, 6vw, 4.65rem);
  line-height: .98;
  font-weight: 950;
  letter-spacing: 0;
}

.member-showcase-copy p {
  max-width: 18rem;
  margin: 0;
  color: rgba(246, 250, 248, .76);
  font-size: 1rem;
  line-height: 1.58;
}

.member-service-visual {
  position: absolute;
  z-index: 1;
  right: clamp(1.1rem, 3vw, 2rem);
  bottom: clamp(1.1rem, 3vw, 2rem);
  width: min(68%, 430px);
  min-height: 310px;
}

.member-device-shell {
  position: absolute;
  right: 5.8rem;
  bottom: 1.2rem;
  width: min(58%, 210px);
  min-width: 170px;
  aspect-ratio: 10 / 16;
  border-radius: 8px;
  padding: .8rem .65rem;
  background: linear-gradient(180deg, #20252b, #090b10);
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 24px 42px rgba(0, 0, 0, .38), inset 0 0 0 5px rgba(255, 255, 255, .035);
  animation: memberDeviceFloat 5.5s ease-in-out infinite alternate;
}

.member-device-top {
  width: 2.8rem;
  height: .28rem;
  margin: 0 auto .9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .22);
}

.member-device-screen {
  display: grid;
  gap: .75rem;
  height: calc(100% - 1.2rem);
  padding: .9rem;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(35, 209, 139, .12), rgba(98, 217, 255, .05)),
    #0a1013;
  border: 1px solid rgba(255, 255, 255, .08);
}

.member-screen-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
  color: rgba(248, 255, 251, .76);
  font-size: .75rem;
}

.member-screen-row strong {
  color: #9ff7cf;
  font-size: .78rem;
  white-space: nowrap;
}

.member-screen-track {
  height: .46rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
}

.member-screen-track span {
  display: block;
  width: var(--track);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #23d18b, #62d9ff, #f6c750);
  animation: memberTrackGlow 2.8s ease-in-out infinite alternate;
}

.member-status-ticket {
  position: absolute;
  display: flex;
  align-items: center;
  gap: .7rem;
  width: max-content;
  max-width: min(250px, 86%);
  padding: .78rem .85rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(9, 12, 18, .82);
  color: #f8fffb;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .32);
  backdrop-filter: blur(14px);
  animation: memberTicketFloat 5s ease-in-out infinite alternate;
}

.member-status-ticket i {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 8px;
  color: #07100d;
  background: #9ff7cf;
}

.member-status-ticket strong,
.member-status-ticket span {
  display: block;
}

.member-status-ticket strong {
  font-size: .92rem;
}

.member-status-ticket span {
  color: rgba(248, 255, 251, .66);
  font-size: .78rem;
}

.member-status-ticket--one {
  left: 0;
  top: 3.4rem;
}

.member-status-ticket--two {
  right: 0;
  bottom: 1.6rem;
  animation-delay: .9s;
}

.member-status-ticket--two i {
  background: #ffe8a3;
}

.member-signal-dot {
  position: absolute;
  width: .85rem;
  height: .85rem;
  border-radius: 50%;
  color: rgba(255, 122, 89, .42);
  background: #ff7a59;
  box-shadow: 0 0 0 0 rgba(255, 122, 89, .42);
  animation: memberSignalPing 2.4s ease-out infinite;
}

.member-signal-dot--one {
  left: 6.3rem;
  bottom: 2.7rem;
}

.member-signal-dot--two {
  right: 2.4rem;
  top: 1.2rem;
  color: rgba(98, 217, 255, .42);
  background: #62d9ff;
  box-shadow: 0 0 0 0 rgba(98, 217, 255, .42);
  animation-delay: .7s;
}

.member-showcase-strip {
  position: absolute;
  left: clamp(1.1rem, 3vw, 2rem);
  right: clamp(1.1rem, 3vw, 2rem);
  bottom: clamp(1.1rem, 3vw, 2rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
  max-width: 31rem;
}

.member-showcase-strip div {
  display: flex;
  align-items: center;
  gap: .5rem;
  min-width: 0;
  padding: .65rem .7rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .09);
  color: rgba(248, 255, 251, .82);
  font-size: .78rem;
  font-weight: 750;
}

.member-showcase-strip i {
  color: #9ff7cf;
  flex: 0 0 auto;
}

.member-showcase-strip span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.member-auth-v2 .member-auth-panel {
  justify-self: end;
  min-width: 0;
  width: min(100%, 430px);
  padding: 1.25rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(9, 12, 18, .88);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .48), inset 0 1px 0 rgba(255, 255, 255, .06);
  backdrop-filter: blur(18px);
  animation: memberAuthPanelLift .72s ease both, memberAuthPanelBreath 4.8s ease-in-out infinite alternate;
}

.member-auth-v2 .member-auth-panel--wide {
  width: min(100%, 610px);
}

.member-auth-v2 .member-auth-panel::before {
  background:
    linear-gradient(112deg, transparent 0 33%, rgba(35, 209, 139, .12) 45%, transparent 56%),
    linear-gradient(180deg, rgba(255, 255, 255, .06), transparent 24%);
  animation: memberPanelSweep 7.8s ease-in-out infinite;
}

.member-auth-v2 .member-auth-heading {
  margin-bottom: 1rem;
}

.member-auth-v2 .member-auth-logo {
  border-radius: 8px;
  border-color: rgba(35, 209, 139, .52);
  color: #9ff7cf;
  background: rgba(35, 209, 139, .1);
  box-shadow: 0 0 30px rgba(35, 209, 139, .16);
}

.member-auth-v2 .member-auth-heading h1 {
  letter-spacing: 0;
}

.member-auth-v2 .member-auth-heading p {
  color: rgba(248, 255, 251, .68);
}

.member-auth-v2 .member-auth-tabs {
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  padding: .18rem;
  background: rgba(255, 255, 255, .045);
}

.member-auth-v2 .member-auth-tabs a {
  min-width: 0;
  min-height: 2.55rem;
  border-radius: 7px;
  color: rgba(248, 255, 251, .68);
}

.member-auth-v2 .member-auth-tabs a span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.member-auth-v2 .member-auth-tabs a.active {
  color: #07100d;
  background: #d8fff0;
}

.member-auth-v2 .member-auth-tabs a.active::after {
  content: none;
}

.member-auth-v2 .member-auth-field {
  border-radius: 8px;
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .055);
}

.member-auth-v2 .member-auth-field:focus-within {
  border-color: rgba(35, 209, 139, .55);
  box-shadow: 0 0 0 .2rem rgba(35, 209, 139, .12);
}

.member-auth-v2 .member-auth-field > i {
  color: rgba(216, 255, 240, .76);
}

.member-auth-v2 .member-password-toggle {
  border-radius: 8px;
}

.member-auth-v2 .member-auth-submit,
.member-auth-card .btn-info,
.member-auth-card .btn-success {
  min-height: 2.9rem;
  border-radius: 8px;
  color: #07100d;
  background: linear-gradient(90deg, #23d18b, #62d9ff);
  border: 0;
  font-weight: 850;
  box-shadow: 0 14px 32px rgba(35, 209, 139, .22);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.member-auth-v2 .member-auth-submit:hover,
.member-auth-v2 .member-auth-submit:focus,
.member-auth-card .btn-info:hover,
.member-auth-card .btn-success:hover {
  color: #07100d;
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 18px 42px rgba(35, 209, 139, .28);
}

.member-auth-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .7rem;
  align-items: center;
}

.member-auth-secondary,
.member-auth-card .btn-outline-light {
  min-height: 2.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .72rem .95rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .15);
  color: #f8fffb;
  background: rgba(255, 255, 255, .055);
  text-decoration: none;
  font-weight: 760;
}

.member-auth-secondary:hover,
.member-auth-card .btn-outline-light:hover {
  color: #07100d;
  background: #ffe8a3;
  border-color: transparent;
}

.member-auth-form--grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: .85rem;
}

.member-auth-form--grid > .member-validation,
.member-form-span {
  grid-column: 1 / -1;
}

.member-auth-v2 > .member-auth-footer {
  grid-column: 2;
  justify-self: center;
  margin-top: -.55rem;
  color: rgba(248, 255, 251, .5);
}

.member-register-flow {
  position: absolute;
  left: clamp(1.1rem, 3vw, 2rem);
  right: clamp(1.1rem, 3vw, 2rem);
  bottom: clamp(1.1rem, 3vw, 2rem);
  display: grid;
  grid-template-columns: auto minmax(2rem, 1fr) auto minmax(2rem, 1fr) auto;
  align-items: center;
  gap: .7rem;
}

.member-flow-step {
  display: grid;
  justify-items: center;
  gap: .5rem;
  color: rgba(248, 255, 251, .72);
  font-size: .82rem;
  font-weight: 800;
}

.member-flow-step i {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #07100d;
  background: #d8fff0;
  box-shadow: 0 14px 28px rgba(35, 209, 139, .16);
}

.member-flow-step.active i {
  background: #ffe8a3;
  animation: memberFlowPulse 2.4s ease-in-out infinite;
}

.member-flow-line {
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
}

.member-flow-line::after {
  content: "";
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, #62d9ff, transparent);
  animation: memberFlowTravel 2.7s linear infinite;
}

.member-auth-card {
  max-width: min(100%, 590px) !important;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  background: rgba(9, 12, 18, .9);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
  backdrop-filter: blur(18px);
}

.member-auth-card .card-body {
  padding: clamp(1.25rem, 4vw, 2.15rem) !important;
}

.member-auth-card h1 {
  letter-spacing: 0;
}

.member-auth-card .member-input {
  border-radius: 8px;
}

@keyframes memberAuthGridTravel {
  0% { background-position: 0 0, 0 0, 0 0; }
  100% { background-position: 46px 46px, 46px 46px, 220px 0; }
}

@keyframes memberAuthRibbons {
  0% { transform: translate3d(-1.2rem, 0, 0); }
  100% { transform: translate3d(1.2rem, -.7rem, 0); }
}

@keyframes memberMiniGridTravel {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 36px 36px, 36px 36px; }
}

@keyframes memberShowcaseSweep {
  0%, 22% { transform: translateX(-22%); opacity: .42; }
  54% { opacity: .86; }
  100% { transform: translateX(12%); opacity: .58; }
}

@keyframes memberDeviceFloat {
  0% { transform: translateY(.45rem) rotate(-2deg); }
  100% { transform: translateY(-.55rem) rotate(1.5deg); }
}

@keyframes memberTrackGlow {
  0% { filter: saturate(1); }
  100% { filter: saturate(1.3) brightness(1.08); }
}

@keyframes memberTicketFloat {
  0% { transform: translate3d(0, .35rem, 0); }
  100% { transform: translate3d(.25rem, -.45rem, 0); }
}

@keyframes memberSignalPing {
  0% { box-shadow: 0 0 0 0 currentColor; opacity: .85; }
  70% { box-shadow: 0 0 0 16px rgba(255, 255, 255, 0); opacity: 1; }
  100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); opacity: .85; }
}

@keyframes memberAuthPanelLift {
  0% { opacity: 0; transform: translateY(14px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes memberAuthPanelBreath {
  0% { border-color: rgba(255, 255, 255, .1); }
  100% { border-color: rgba(35, 209, 139, .34); }
}

@keyframes memberFlowPulse {
  0%, 100% { transform: translateY(0); box-shadow: 0 14px 28px rgba(246, 199, 80, .16); }
  50% { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(246, 199, 80, .28); }
}

@keyframes memberFlowTravel {
  0% { transform: translateX(-115%); }
  100% { transform: translateX(250%); }
}

@media (prefers-reduced-motion: reduce) {
  .member-auth-bg::before,
  .member-auth-bg::after,
  .member-auth-showcase::before,
  .member-auth-showcase::after,
  .member-device-shell,
  .member-screen-track span,
  .member-status-ticket,
  .member-signal-dot,
  .member-auth-v2 .member-auth-panel,
  .member-flow-step.active i,
  .member-flow-line::after {
    animation: none !important;
  }
}

@media (max-width: 991.98px) {
  .member-auth-v2,
  .member-auth-v2--register {
    grid-template-columns: 1fr;
    width: min(100%, 680px);
  }

  .member-auth-v2 .member-auth-panel,
  .member-auth-v2 .member-auth-panel--wide {
    justify-self: stretch;
    width: 100%;
  }

  .member-auth-v2 > .member-auth-footer {
    grid-column: 1;
    margin-top: 0;
  }

  .member-auth-showcase {
    min-height: 360px;
  }

  .member-service-visual {
    width: min(70%, 390px);
  }
}

@media (max-width: 575.98px) {
  .member-public-header {
    align-items: stretch;
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
    box-sizing: border-box;
  }

  .member-public-brand {
    min-width: 0;
  }

  .member-public-links {
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .45rem;
  }

  .member-public-links a {
    width: 100%;
    min-width: 0;
    min-height: 2.35rem;
    padding: .48rem .42rem;
    text-align: center;
    white-space: normal;
    line-height: 1.08;
  }

  .member-public-links .member-public-admin {
    grid-column: 1 / -1;
  }

  .member-public-main {
    padding-top: 1rem !important;
    width: 100%;
    max-width: 100%;
  }

  .member-auth-v2 {
    width: min(100%, calc(100vw - 1rem));
    max-width: calc(100vw - 1rem);
    gap: 1rem;
    justify-self: center;
  }

  .member-auth-v2 .member-auth-panel,
  .member-auth-showcase {
    width: calc(100vw - 1.5rem);
    max-width: calc(100vw - 1.5rem);
    justify-self: center;
  }

  .member-auth-showcase {
    min-height: 255px;
    padding: 1rem;
  }

  .member-showcase-copy {
    max-width: 14.5rem;
  }

  .member-showcase-copy h2 {
    font-size: 2.1rem;
  }

  .member-showcase-copy p {
    max-width: 13.5rem;
    font-size: .9rem;
  }

  .member-service-visual {
    right: -.35rem;
    bottom: .25rem;
    width: 58%;
    min-height: 165px;
    opacity: .82;
  }

  .member-device-shell {
    right: -.15rem;
    bottom: 0;
    width: 112px;
    min-width: 112px;
    padding: .62rem .52rem;
  }

  .member-device-screen {
    padding: .65rem;
  }

  .member-status-ticket--one {
    left: -.15rem;
    top: auto;
    bottom: 4.6rem;
  }

  .member-status-ticket {
    padding: .58rem .62rem;
    gap: .5rem;
  }

  .member-status-ticket span {
    display: none;
  }

  .member-status-ticket--two,
  .member-signal-dot--two {
    display: none;
  }

  .member-showcase-strip {
    display: none;
  }

  .member-auth-v2 .member-auth-panel {
    padding: 1rem;
  }

  .member-auth-form--grid,
  .member-auth-actions {
    grid-template-columns: 1fr;
  }

  .member-register-flow {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .member-flow-line {
    height: 1.4rem;
    width: 2px;
    justify-self: center;
  }
}
