/* === PIC BRAND REFRESH 02 START === */

#auth-screen .auth-card > h1,
#auth-screen .auth-card > .subtitle {
  display: none !important;
}

.brand-sprout-logo,
.brand-sprout-logo-compact,
.app-brand-glow {
  display: none !important;
}

.auth-brand-hero,
.app-brand-hero {
  position: relative;
  overflow: hidden;
}

.auth-brand-hero {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  margin-bottom: 18px;
}

.app-brand-hero {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 12px 16px;
  margin-bottom: 14px;
  border-radius: 20px;
}

.app-brand-left {
  gap: 12px;
}

.brand-emoji-logo {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 34px;
  line-height: 1;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.80) 45%, rgba(226, 232, 240, 0.92) 100%);
  border: 1px solid rgba(91, 108, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 12px 22px rgba(91, 108, 255, 0.12);
}

.brand-emoji-logo-compact {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  font-size: 26px;
}

.brand-copy,
.app-brand-copy {
  min-width: 0;
}

.brand-kicker,
.app-brand-kicker {
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-weight: 800;
  color: #5b6cff;
  margin-bottom: 4px;
}

.brand-title {
  font-size: clamp(24px, 4vw, 30px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.8px;
}

.app-brand-title {
  font-size: clamp(16px, 2.5vw, 18px);
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: -0.2px;
  color: #0f172a;
}

.brand-subtitle,
.app-brand-subtitle {
  margin-top: 6px;
  max-width: 640px;
  font-size: 13px;
  line-height: 1.55;
  color: #64748b;
}

.page-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(20px, 3vw, 24px);
  line-height: 1.08;
  margin-bottom: 12px;
  letter-spacing: -0.35px;
}

.main-content {
  padding-top: 20px;
}

@media (max-width: 640px) {
  .auth-brand-hero {
    padding: 14px;
    gap: 10px;
  }

  .app-brand-hero {
    padding: 11px 13px;
    gap: 10px;
    margin-bottom: 12px;
  }

  .brand-emoji-logo {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    font-size: 30px;
  }

  .brand-emoji-logo-compact {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 22px;
  }

  .brand-title {
    font-size: 23px;
  }

  .app-brand-title {
    font-size: 15px;
  }

  .brand-subtitle,
  .app-brand-subtitle {
    font-size: 12px;
    line-height: 1.5;
  }

  .page-title {
    font-size: clamp(18px, 6vw, 22px);
    margin-bottom: 10px;
  }
}

/* === PIC BRAND REFRESH 02 END === */
/* === AUTH TITLE SMALLER 01 START === */
.auth-brand-hero .brand-title {
  font-size: clamp(20px, 3.2vw, 24px);
  letter-spacing: -0.45px;
}

@media (max-width: 640px) {
  .auth-brand-hero .brand-title {
    font-size: 19px;
  }
}
/* === AUTH TITLE SMALLER 01 END === */
