:root {
  --tp-brand-primary: #2A1F4A;
  --tp-brand-primary-rgb: 42, 31, 74;
  --tp-brand-accent: #064E6F;
  --tp-brand-accent-rgb: 6, 78, 111;
  --tp-text-secondary: #66656E;
  --tp-surface-border: #E5E5E8;
  --tp-surface-soft: #F6F4FA;
  --tp-surface-soft-alt: #F3F7F8;
  --tp-shadow-soft: 0 18px 45px rgba(42, 31, 74, 0.08);
  --tp-shadow-strong: 0 24px 60px rgba(42, 31, 74, 0.14);
  --tp-radius-card: 20px;
  --tp-radius-control: 14px;
}

body.temple-brand {
  font-family: "Manrope", sans-serif;
  color: var(--tp-brand-primary);
}

body.temple-brand .text-muted,
body.temple-brand .text-gray-400,
body.temple-brand .text-gray-500,
body.temple-brand .text-gray-600,
body.temple-brand .text-gray-700 {
  color: var(--tp-text-secondary) !important;
}

body.temple-brand .text-primary,
body.temple-brand .link-primary,
body.temple-brand .text-hover-primary:hover {
  color: var(--tp-brand-accent) !important;
}

body.temple-brand .btn {
  border-radius: 12px;
  font-weight: 700;
}

body.temple-brand .btn-primary {
  background: linear-gradient(135deg, #0a5f87 0%, var(--tp-brand-accent) 100%);
  border-color: var(--tp-brand-accent);
  box-shadow: 0 12px 24px rgba(var(--tp-brand-accent-rgb), 0.18);
}

body.temple-brand .btn-primary:hover,
body.temple-brand .btn-primary:focus,
body.temple-brand .btn-primary:active {
  background: linear-gradient(135deg, #0b678f 0%, #07506f 100%) !important;
  border-color: #07506f !important;
}

body.temple-brand .btn-light,
body.temple-brand .btn.btn-light {
  border: 1px solid var(--tp-surface-border);
  background: #fff !important;
  color: var(--tp-brand-primary);
}

body.temple-brand .form-control,
body.temple-brand .form-select {
  border-radius: var(--tp-radius-control);
}

body.temple-brand .form-control.form-control-solid,
body.temple-brand .form-select.form-select-solid {
  background: #f8f7fb;
  border: 1px solid #eeecf3;
  color: var(--tp-brand-primary);
}

body.temple-brand .form-control.form-control-solid:focus,
body.temple-brand .form-select.form-select-solid:focus {
  border-color: rgba(var(--tp-brand-accent-rgb), 0.32);
  box-shadow: 0 0 0 0.2rem rgba(var(--tp-brand-accent-rgb), 0.12);
}

body.temple-brand .card {
  border: 1px solid var(--tp-surface-border);
  border-radius: var(--tp-radius-card);
  box-shadow: var(--tp-shadow-soft);
}

body.temple-brand .card .card-header {
  border-bottom-color: rgba(var(--tp-brand-primary-rgb), 0.07);
}

body.temple-brand .badge.badge-light-primary {
  background: rgba(var(--tp-brand-primary-rgb), 0.12);
  color: var(--tp-brand-primary);
}

body.temple-brand .badge.badge-light-info {
  background: rgba(var(--tp-brand-accent-rgb), 0.12);
  color: var(--tp-brand-accent);
}

body.temple-brand .badge.badge-light-secondary {
  background: #f1f0f4;
  color: var(--tp-text-secondary);
}

.temple-brand-lockup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}

.tp-logo {
  display: block;
  height: auto;
  max-width: 100%;
}

.tp-logo-icon {
  width: 40px;
}

.tp-logo-full {
  width: 220px;
}

.tp-logo-icon.tp-logo--sm {
  width: 32px;
}

.tp-logo-full.tp-logo--sm {
  width: 168px;
}

.tp-logo-full.tp-logo--md {
  width: 196px;
}

body.temple-auth .tp-logo-full.tp-logo--md {
  width: 280px;
}

body.temple-auth .temple-login-brand .tp-logo-full {
  width: 360px;
  max-width: min(100%, 360px);
}

.temple-brand-lockup__subtitle {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--tp-text-secondary);
  line-height: 1.1;
}

body.temple-shell {
  background:
    radial-gradient(circle at top left, rgba(var(--tp-brand-primary-rgb), 0.07), transparent 32%),
    linear-gradient(180deg, #fbfbfd 0%, #f6f5f9 100%);
}

body.temple-shell #kt_app_header,
body.temple-donor-shell #kt_app_header {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(var(--tp-brand-primary-rgb), 0.08);
}

body.temple-shell #kt_app_sidebar {
  background: linear-gradient(180deg, #23183f 0%, #30224f 100%);
  box-shadow: 8px 0 30px rgba(24, 15, 46, 0.18);
}

body.temple-shell #kt_app_sidebar .app-sidebar-logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.temple-shell #kt_app_sidebar .app-sidebar-logo .temple-brand-lockup__subtitle {
  color: rgba(255, 255, 255, 0.72);
}

body.temple-shell #kt_app_sidebar_toggle {
  background: #fff;
  border-color: rgba(var(--tp-brand-primary-rgb), 0.12);
}

body.temple-backoffice-shell {
  background:
    radial-gradient(circle at top right, rgba(var(--tp-brand-accent-rgb), 0.08), transparent 28%),
    linear-gradient(180deg, #f8fafb 0%, #f1f4f6 100%);
}

body.temple-backoffice-shell #kt_app_header {
  background: rgba(248, 251, 252, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(var(--tp-brand-accent-rgb), 0.12);
}

body.temple-backoffice-shell #kt_app_sidebar {
  background: linear-gradient(180deg, #183040 0%, #10232f 100%);
  box-shadow: 10px 0 32px rgba(12, 29, 41, 0.18);
}

body.temple-backoffice-shell #kt_app_sidebar .app-sidebar-logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.temple-backoffice-shell #kt_app_sidebar .app-sidebar-logo .temple-brand-lockup__subtitle {
  color: rgba(255, 255, 255, 0.74);
}

body.temple-backoffice-shell #kt_app_sidebar_toggle {
  background: #fff;
  border-color: rgba(var(--tp-brand-accent-rgb), 0.16);
}

.temple-sidebar-menu .menu-link {
  border-radius: 16px;
  min-height: 48px;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.temple-sidebar-menu .menu-link .menu-title,
.temple-sidebar-menu .menu-link .menu-icon i {
  color: rgba(255, 255, 255, 0.76) !important;
}

.temple-sidebar-menu .menu-link.active,
.temple-sidebar-menu .menu-link:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(2px);
}

.temple-sidebar-menu .menu-link.active .menu-title,
.temple-sidebar-menu .menu-link.active .menu-icon i,
.temple-sidebar-menu .menu-link:hover .menu-title,
.temple-sidebar-menu .menu-link:hover .menu-icon i {
  color: #fff !important;
}

body.temple-backoffice-shell .temple-sidebar-section-label {
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: 0.12em;
}

body.temple-backoffice-shell .temple-sidebar-menu .menu-link.active,
body.temple-backoffice-shell .temple-sidebar-menu .menu-link:hover {
  background: rgba(var(--tp-brand-accent-rgb), 0.22);
}

body.temple-backoffice-shell .temple-sidebar-menu .menu-link.active .menu-icon i,
body.temple-backoffice-shell .temple-sidebar-menu .menu-link:hover .menu-icon i {
  color: #bfe8f8 !important;
}

body.temple-backoffice-shell .card {
  border: 1px solid rgba(var(--tp-brand-accent-rgb), 0.1);
  box-shadow: 0 18px 40px rgba(16, 35, 47, 0.08);
}

body.temple-backoffice-shell .btn-primary {
  background: linear-gradient(135deg, #0e6d97 0%, var(--tp-brand-accent) 100%);
  border-color: var(--tp-brand-accent);
}

body.temple-backoffice-shell .temple-backoffice-content {
  padding: 1rem 0 1.5rem;
}

body.temple-backoffice-shell .temple-backoffice-container {
  width: 100%;
  max-width: 1680px;
  padding-left: clamp(1rem, 1.5vw, 1.75rem);
  padding-right: clamp(1rem, 1.5vw, 1.75rem);
}

body.temple-backoffice-shell .temple-backoffice-container > .d-flex.flex-column.gap-6 {
  gap: 1.15rem !important;
}

body.temple-backoffice-shell .card {
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(16, 35, 47, 0.06);
}

body.temple-backoffice-shell .card .card-header {
  min-height: 3.25rem;
  padding: 1rem 1.25rem 0.45rem;
}

body.temple-backoffice-shell .card .card-body {
  padding: 1rem 1.25rem;
}

body.temple-backoffice-shell .card .card-header.pt-6,
body.temple-backoffice-shell .card .card-body.pt-0 {
  padding-top: 0.75rem !important;
}

body.temple-backoffice-shell .row.g-5,
body.temple-backoffice-shell .row.g-6 {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

body.temple-backoffice-shell .gap-6 {
  gap: 1.15rem !important;
}

body.temple-backoffice-shell .gap-5 {
  gap: 1rem !important;
}

body.temple-backoffice-shell .gap-4,
body.temple-backoffice-shell .gap-3 {
  gap: 0.7rem !important;
}

body.temple-backoffice-shell h1 {
  font-size: 1.45rem;
  line-height: 1.2;
  margin-bottom: 0.35rem !important;
}

body.temple-backoffice-shell h2 {
  font-size: 1.05rem;
  line-height: 1.25;
}

body.temple-backoffice-shell .fs-2 {
  font-size: 1.25rem !important;
}

body.temple-backoffice-shell .fs-7 {
  font-size: 0.82rem !important;
}

body.temple-backoffice-shell .fs-8 {
  font-size: 0.75rem !important;
}

body.temple-backoffice-shell .table {
  margin-bottom: 0;
}

body.temple-backoffice-shell .table > :not(caption) > * > * {
  padding: 0.55rem 0.65rem;
  vertical-align: middle;
}

body.temple-backoffice-shell .table thead th {
  font-size: 0.7rem;
  letter-spacing: 0.04em;
}

body.temple-backoffice-shell .alert {
  padding: 0.85rem 1rem;
  margin-bottom: 0;
  border-radius: 10px;
}

body.temple-backoffice-shell .badge {
  border-radius: 999px;
  padding: 0.35rem 0.55rem;
  font-weight: 700;
}

body.temple-backoffice-shell .btn {
  border-radius: 8px;
}

body.temple-backoffice-shell .btn-sm {
  padding: 0.45rem 0.7rem;
}

body.temple-backoffice-shell .form-control,
body.temple-backoffice-shell .form-select {
  border-radius: 8px;
}

body.temple-backoffice-shell .border.rounded,
body.temple-backoffice-shell .rounded {
  border-radius: 10px !important;
}

body.temple-backoffice-shell .p-4 {
  padding: 0.9rem !important;
}

body.temple-backoffice-shell .py-6 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

body.temple-backoffice-shell .mt-6 {
  margin-top: 1rem !important;
}

body.temple-backoffice-shell .mb-5 {
  margin-bottom: 1rem !important;
}

.temple-account-trigger .symbol-label,
.temple-account-menu .symbol-label,
.temple-page .symbol-label.bg-light-primary,
body.temple-donor-shell .symbol-label.bg-light-primary {
  background: rgba(var(--tp-brand-primary-rgb), 0.12) !important;
  color: var(--tp-brand-primary) !important;
}

.temple-account-menu,
.temple-account-menu .menu-sub-dropdown {
  border: 1px solid rgba(var(--tp-brand-primary-rgb), 0.08);
  box-shadow: var(--tp-shadow-strong);
}

.temple-page .page-heading,
body.temple-donor-shell .page-heading {
  color: var(--tp-brand-primary) !important;
  letter-spacing: -0.03em;
}

.temple-page .app-toolbar,
body.temple-donor-shell .app-toolbar {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.temple-page .temple-page-subtitle,
body.temple-donor-shell .temple-page-subtitle {
  max-width: 52rem;
  font-size: 0.95rem;
  line-height: 1.55;
}

.temple-page .table > :not(caption) > * > * {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.temple-surface-card {
  overflow: hidden;
  position: relative;
}

.temple-surface-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--tp-brand-primary) 0%, var(--tp-brand-accent) 100%);
}

.temple-hero-banner {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 1.75rem;
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(var(--tp-brand-accent-rgb), 0.18), transparent 28%),
    linear-gradient(135deg, rgba(var(--tp-brand-primary-rgb), 0.96) 0%, rgba(56, 40, 94, 0.98) 100%);
  color: #fff;
  box-shadow: var(--tp-shadow-strong);
}

.temple-hero-banner h2,
.temple-hero-banner h3,
.temple-hero-banner h4,
.temple-hero-banner .text-white {
  color: #fff !important;
}

.temple-hero-banner .text-white-70 {
  color: rgba(255, 255, 255, 0.76);
}

.temple-soft-panel {
  background: linear-gradient(180deg, var(--tp-surface-soft) 0%, #fff 100%);
  border: 1px solid rgba(var(--tp-brand-primary-rgb), 0.08);
  border-radius: 18px;
}

body.temple-auth {
  background: rgba(255, 255, 255, 0.96);
  overflow-x: hidden;
  overflow-y: auto;
}

body.temple-auth .temple-auth-visual {
  color: var(--tp-brand-primary);
  background: rgba(255, 255, 255, 0.96);
  border-right: 1px solid rgba(var(--tp-brand-primary-rgb), 0.07);
}

body.temple-auth .temple-auth-panel {
  box-shadow: var(--tp-shadow-strong);
  border: 1px solid rgba(var(--tp-brand-primary-rgb), 0.07);
}

body.temple-auth .temple-auth-shell {
  min-height: 100vh;
  align-items: stretch;
}

body.temple-auth .temple-auth-stage {
  position: relative;
  overflow: hidden;
  padding: 3rem;
}

body.temple-auth .temple-auth-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 22%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.12), transparent 24%);
  pointer-events: none;
}

body.temple-auth .temple-auth-stage > * {
  position: relative;
  z-index: 1;
}

body.temple-auth .temple-auth-panel {
  background: rgba(255, 255, 255, 0.96);
}

body.temple-auth .temple-auth-card {
  width: min(100%, 36rem);
}

body.temple-auth-login #kt_app_root,
body.temple-auth-login .temple-auth-login-shell {
  min-height: 100vh;
}

body.temple-auth-login .temple-auth-login-stage,
body.temple-auth-login .temple-auth-form-shell {
  min-height: 100vh;
}

body.temple-auth-login .temple-auth-login-stage {
  background:
    radial-gradient(circle at top left, rgba(var(--tp-brand-accent-rgb), 0.1), transparent 34%),
    linear-gradient(180deg, #fbfbfd 0%, #f5f4fa 100%);
}

body.temple-auth-login .temple-auth-login-story {
  flex: 1 1 auto;
  justify-content: center;
}

body.temple-auth-login .temple-auth-story-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(var(--tp-brand-accent-rgb), 0.1);
  color: var(--tp-brand-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.temple-auth-login .temple-auth-story-footer {
  padding: 1.1rem 1.25rem;
  border: 1px solid rgba(var(--tp-brand-primary-rgb), 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--tp-shadow-soft);
}

body.temple-auth-login .temple-auth-story-stat {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0.9rem 1rem;
  min-width: 9rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(var(--tp-brand-primary-rgb), 0.96) 0%, rgba(var(--tp-brand-accent-rgb), 0.9) 100%);
  color: #fff;
}

body.temple-auth-login .temple-auth-story-stat__value {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.1;
}

body.temple-auth-login .temple-auth-story-stat__label {
  font-size: 0.72rem;
  font-weight: 700;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

body.temple-auth-login .temple-auth-form-shell {
  align-items: center;
}

body.temple-auth-login .temple-auth-card {
  width: min(100%, 40rem);
  padding: 2rem;
  background: rgba(255, 255, 255, 0.98);
}

body.temple-auth-login .temple-auth-form-width {
  width: min(100%, 28rem);
  margin: 0 auto;
}

body.temple-auth-login .temple-auth-panel-icon {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(var(--tp-brand-primary-rgb), 0.96) 0%, rgba(var(--tp-brand-accent-rgb), 0.92) 100%);
  box-shadow: 0 18px 36px rgba(var(--tp-brand-primary-rgb), 0.16);
}

body.temple-auth-login .temple-auth-panel .form-control {
  min-height: 3.5rem;
  padding-inline: 1rem;
  border: 1px solid rgba(var(--tp-brand-primary-rgb), 0.1);
}

body.temple-auth-login .temple-auth-panel .btn-primary {
  min-height: 3.5rem;
}

body.temple-auth-login .temple-auth-form-meta {
  border-top: 1px solid rgba(var(--tp-brand-primary-rgb), 0.08);
}

body.temple-auth-login .temple-auth-meta-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--tp-brand-accent);
  display: inline-block;
}

body.temple-auth .temple-auth-heading {
  color: var(--tp-brand-primary);
  letter-spacing: -0.03em;
}

body.temple-auth .temple-auth-support {
  color: var(--tp-text-secondary);
  max-width: 32rem;
  line-height: 1.6;
}

body.temple-auth .auth-hero-illustration {
  width: min(680px, 72vw);
  max-width: 680px;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 30px 60px rgba(26, 18, 49, 0.28));
}

body.temple-auth .auth-hero-illustration-frame {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 1.5rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(var(--tp-brand-primary-rgb), 0.07);
  box-shadow: var(--tp-shadow-strong);
}

body.temple-auth .auth-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  max-width: 1120px;
  margin: 40px auto 0;
}

body.temple-auth .auth-feature-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid rgba(var(--tp-brand-primary-rgb), 0.08);
  border-radius: 18px;
  background: rgba(246, 244, 250, 0.92);
  color: var(--tp-brand-primary);
}

body.temple-auth .auth-feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--tp-brand-primary-rgb), 0.08);
  color: var(--tp-brand-primary);
  flex: 0 0 auto;
}

body.temple-auth .auth-feature-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-brand-primary);
}

body.temple-auth .auth-feature-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--tp-text-secondary);
}

body.temple-auth .temple-auth-links a {
  font-weight: 700;
}

body.temple-auth .temple-auth-footer {
  font-size: 0.92rem;
}

body.temple-auth .temple-auth-panel .form-control.bg-transparent,
body.temple-auth .temple-auth-panel .form-control.form-control-solid,
body.temple-auth .temple-auth-panel .form-select.form-select-solid {
  background: #f8f7fb !important;
}

body.temple-auth .temple-auth-stepper {
  padding: 1rem 1.25rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(var(--tp-brand-primary-rgb), 0.04) 0%, rgba(255, 255, 255, 0.85) 100%);
  border: 1px solid rgba(var(--tp-brand-primary-rgb), 0.08);
}

body.temple-auth .temple-auth-stepper .stepper-item.current .stepper-icon,
body.temple-auth .temple-auth-stepper .stepper-item.completed .stepper-icon {
  background: rgba(var(--tp-brand-primary-rgb), 0.12);
  color: var(--tp-brand-primary);
}

body.temple-auth .temple-auth-stepper .stepper-item.current .stepper-title,
body.temple-auth .temple-auth-stepper .stepper-item.current .stepper-desc {
  color: var(--tp-brand-primary);
}

body.temple-auth .temple-auth-fancy-form {
  width: min(100%, 28rem);
}

body.temple-auth .temple-auth-fancy-photo {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.temple-auth .temple-auth-fancy-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 18%),
    linear-gradient(160deg, rgba(var(--tp-brand-primary-rgb), 0.9) 0%, rgba(var(--tp-brand-accent-rgb), 0.72) 100%);
}

body.temple-auth .temple-auth-fancy-photo > * {
  position: relative;
  z-index: 1;
}

body.temple-auth-notice .temple-auth-shell {
  min-height: 100vh;
}

body.temple-auth-notice .temple-auth-notice-stage {
  background:
    radial-gradient(circle at top left, rgba(var(--tp-brand-accent-rgb), 0.1), transparent 34%),
    linear-gradient(180deg, #fbfbfd 0%, #f5f4fa 100%);
}

body.temple-auth-notice .temple-auth-notice-story {
  flex: 1 1 auto;
  justify-content: center;
  width: min(100%, 42rem);
  margin-inline: auto;
}

body.temple-auth-notice .temple-auth-notice-story-grid {
  max-width: 42rem;
}

body.temple-auth-notice .temple-auth-notice-panel-shell {
  align-items: center;
}

body.temple-auth-notice .temple-auth-notice-panel {
  width: min(100%, 35rem);
  justify-content: center;
}

body.temple-auth-notice .temple-auth-notice-panel-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(var(--tp-brand-primary-rgb), 0.96) 0%, rgba(var(--tp-brand-accent-rgb), 0.92) 100%);
  box-shadow: 0 18px 36px rgba(var(--tp-brand-primary-rgb), 0.16);
}

body.temple-auth-notice .temple-auth-notice-email {
  display: inline-block;
  overflow-wrap: anywhere;
  color: var(--tp-brand-primary);
  font-weight: 800;
}

body.temple-auth-notice .temple-auth-notice-summary {
  background: linear-gradient(180deg, rgba(var(--tp-brand-primary-rgb), 0.04) 0%, rgba(255, 255, 255, 0.96) 100%);
}

body.temple-auth-notice .temple-auth-notice-summary-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--tp-brand-primary-rgb), 0.08);
  flex: 0 0 auto;
}

body.temple-auth-notice .temple-auth-notice-actions .btn {
  min-height: 3.5rem;
}

body.temple-auth .temple-auth-fancy-copy {
  max-width: 34rem;
}

body.temple-auth .temple-auth-fancy-copy p {
  color: rgba(255, 255, 255, 0.84);
}

body.temple-auth .temple-auth-fancy-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-weight: 700;
}

body.temple-auth .temple-auth-stat {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

body.temple-auth .temple-auth-note {
  color: var(--tp-text-secondary);
}

body.temple-donor-shell {
  background:
    radial-gradient(circle at top right, rgba(var(--tp-brand-accent-rgb), 0.12), transparent 26%),
    linear-gradient(180deg, #faf9fc 0%, #f4f7f8 100%);
}

body.temple-donor-shell .app-header .badge,
body.temple-donor-shell .temple-donor-badge {
  border-radius: 999px;
}

.temple-email-button {
  display: inline-block;
  padding: 12px 18px;
  background: linear-gradient(135deg, #0a5f87 0%, var(--tp-brand-accent) 100%);
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 700;
}

.temple-page-profile .temple-profile-avatar {
  width: 90px;
  height: 90px;
  flex: 0 0 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.temple-page-profile .temple-profile-avatar__initials {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  body.temple-shell #kt_app_header,
  body.temple-shell #kt_header_user_menu_toggle,
  body.temple-backoffice-shell #kt_app_header,
  body.temple-backoffice-shell #kt_header_user_menu_toggle {
    position: relative;
    z-index: 1200;
  }

  body.temple-shell .temple-account-menu,
  body.temple-shell .temple-account-menu.show,
  body.temple-backoffice-shell .temple-account-menu,
  body.temple-backoffice-shell .temple-account-menu.show {
    z-index: 1300 !important;
  }

  .temple-brand-lockup__subtitle {
    display: none;
  }

  .tp-logo-full {
    width: 180px;
  }

  body.temple-auth .tp-logo-full.tp-logo--md {
    width: 220px;
  }

  body.temple-auth .temple-login-brand .tp-logo-full {
    width: 280px;
    max-width: min(100%, 280px);
  }

  body.temple-auth .temple-auth-stage {
    padding: 2rem 1.5rem;
  }

  body.temple-auth .temple-auth-signup-stage,
  body.temple-auth-notice .temple-auth-notice-stage {
    padding-bottom: 0.75rem;
    border-right: 0;
  }

  body.temple-auth .temple-auth-signup-stage > :not(:first-child),
  body.temple-auth-notice .temple-auth-notice-stage > :not(:first-child) {
    display: none !important;
  }

  body.temple-auth .auth-feature-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  body.temple-auth-login .temple-auth-login-stage,
  body.temple-auth-login .temple-auth-form-shell {
    min-height: auto;
  }

  body.temple-auth-login .temple-auth-card {
    width: min(100%, 42rem);
  }

  body.temple-auth-notice .temple-auth-notice-panel {
    width: min(100%, 42rem);
  }
}

@media (min-width: 992px) {
  .temple-page-profile .temple-profile-avatar {
    width: 120px;
    height: 120px;
    flex-basis: 120px;
  }

  .temple-page-profile .temple-profile-avatar__initials {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  body.temple-auth .temple-auth-shell {
    min-height: auto;
  }

  body.temple-auth .temple-auth-stage {
    overflow: visible;
  }

  body.temple-auth .auth-hero-illustration-frame {
    padding: 1rem;
  }

  body.temple-auth .auth-hero-illustration {
    width: 100%;
    max-width: 420px;
  }

  body.temple-auth-login #kt_app_root,
  body.temple-auth-login .temple-auth-login-shell {
    min-height: auto;
  }

  body.temple-auth-login .temple-auth-card {
    padding: 1.5rem;
  }

  body.temple-auth-login .temple-auth-panel-icon {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 1.25rem;
  }

  body.temple-auth-notice .temple-auth-notice-panel {
    padding: 1.5rem !important;
  }
}

@media (max-width: 576px) {
  .tp-logo-full {
    width: 160px;
  }

  body.temple-auth .tp-logo-full.tp-logo--md {
    width: 180px;
  }

  body.temple-auth .temple-login-brand .tp-logo-full {
    width: 220px;
    max-width: min(100%, 220px);
  }

  body.temple-auth .temple-auth-stage {
    padding: 1.5rem 1rem;
  }

  body.temple-auth .temple-auth-signup-stage,
  body.temple-auth-notice .temple-auth-notice-stage {
    padding-bottom: 0.25rem;
  }

  body.temple-auth-login .temple-auth-form-shell {
    padding: 1rem;
  }

  body.temple-auth-login .temple-auth-card {
    padding: 1.25rem;
    border-radius: 24px;
  }

  body.temple-auth-login .temple-auth-form-width {
    width: 100%;
  }

  body.temple-auth-login .temple-auth-support {
    margin-bottom: 1.5rem !important;
  }

  body.temple-auth-login .temple-auth-links {
    flex-direction: column;
    align-items: flex-start !important;
  }

  body.temple-auth-login .temple-auth-form-meta {
    padding-top: 1.25rem !important;
    align-items: flex-start !important;
  }

  body.temple-auth-notice .temple-auth-notice-stage,
  body.temple-auth-notice .temple-auth-notice-panel-shell {
    padding: 1rem;
  }

  body.temple-auth-notice .temple-auth-notice-panel {
    border-radius: 24px;
  }

  body.temple-auth .auth-hero-illustration-frame,
  body.temple-auth .auth-feature-grid {
    display: none;
  }
}
