.modern-calendar-wrapper {
  background: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  overflow: hidden;
  font-family: "Work Sans", sans-serif;
}
.modern-calendar-wrapper .fc {
  --fc-border-color: #e2e8f0;
  --fc-button-text-color: #fff;
  --fc-button-bg-color: #6366f1;
  --fc-button-border-color: #6366f1;
  --fc-button-hover-bg-color: rgb(75.6, 79.05, 238.9);
  --fc-button-hover-border-color: rgb(75.6, 79.05, 238.9);
  --fc-button-active-bg-color: rgb(52.2, 56.1, 236.8);
  --fc-button-active-border-color: rgb(52.2, 56.1, 236.8);
  --fc-today-bg-color: rgba(99, 102, 241, 0.04);
  --fc-neutral-bg-color: #f8fafc;
  --fc-list-event-hover-bg-color: #f1f5f9;
}
.modern-calendar-wrapper .fc a {
  color: #1e293b;
  text-decoration: none;
}
.modern-calendar-wrapper .fc .fc-toolbar {
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem !important;
}
.modern-calendar-wrapper .fc .fc-toolbar .fc-toolbar-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
}
.modern-calendar-wrapper .fc .fc-toolbar .fc-button {
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  text-transform: capitalize;
  box-shadow: 0 4px 6px -1px rgba(99, 102, 241, 0.2);
}
.modern-calendar-wrapper .fc .fc-toolbar .fc-button:focus {
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.3);
}
.modern-calendar-wrapper .fc .fc-toolbar .fc-button-group .fc-button {
  border-radius: 0;
}
.modern-calendar-wrapper .fc .fc-toolbar .fc-button-group .fc-button:first-child {
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}
.modern-calendar-wrapper .fc .fc-toolbar .fc-button-group .fc-button:last-child {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}
.modern-calendar-wrapper .fc .fc-col-header-cell {
  background: #f8fafc;
  padding: 1rem 0;
}
.modern-calendar-wrapper .fc .fc-col-header-cell .fc-col-header-cell-cushion {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.75rem;
  color: #64748b;
}
.modern-calendar-wrapper .fc .fc-daygrid-day {
  transition: background 0.2s;
}
.modern-calendar-wrapper .fc .fc-daygrid-day:hover {
  background: rgba(248, 250, 252, 0.5);
}
.modern-calendar-wrapper .fc .fc-daygrid-day.fc-day-today {
  background: var(--fc-today-bg-color);
}
.modern-calendar-wrapper .fc .fc-daygrid-day-number {
  font-size: 0.9rem;
  font-weight: 500;
  color: #64748b;
  padding: 0.5rem;
}
.modern-calendar-wrapper .fc .fc-event {
  border: none;
  border-radius: 6px;
  padding: 4px 6px;
  font-size: 0.85rem;
  font-weight: 500;
  margin-top: 2px;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.modern-calendar-wrapper .fc .fc-event:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.modern-calendar-wrapper .fc .fc-event.fc-daygrid-event-dot {
  border: 4px solid #6366f1;
}
.modern-calendar-wrapper .fc .fc-daygrid-event {
  background-color: #eff6ff;
  color: #3b82f6;
  border-left: 3px solid #3b82f6;
}
.modern-calendar-wrapper .fc .fc-daygrid-event .fc-event-title {
  font-weight: 600;
}
.modern-calendar-wrapper .fc .fc-list {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}
.modern-calendar-wrapper .fc .fc-list .fc-list-day-cushion {
  background: #f8fafc;
}
.modern-calendar-wrapper .fc .fc-list .fc-list-event:hover td {
  background-color: #f1f5f9;
}

.calendar-modal .modal-content {
  border: none;
  border-radius: 1.25rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.calendar-modal .modal-header {
  border-bottom: 1px solid #e2e8f0;
  padding: 1.5rem;
}
.calendar-modal .modal-header .modal-title {
  font-weight: 700;
  color: #1e293b;
}
.calendar-modal .modal-body {
  padding: 1.5rem;
}
.calendar-modal .modal-footer {
  border-top: 1px solid #e2e8f0;
  padding: 1.25rem 1.5rem;
}
.calendar-modal .form-label {
  font-weight: 600;
  color: #1e293b;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.calendar-modal .form-control, .calendar-modal .form-select {
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  border-color: #e2e8f0;
}
.calendar-modal .form-control:focus, .calendar-modal .form-select:focus {
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
  border-color: #6366f1;
}
.landing-hero {
  position: relative;
  padding: clamp(3rem, 8vw, 6rem) 0 clamp(2rem, 6vw, 4rem);
  background: radial-gradient(circle at top left, rgba(34, 197, 94, 0.15), transparent 55%), radial-gradient(circle at bottom right, rgba(16, 185, 129, 0.12), transparent 55%), linear-gradient(135deg, #f7fff9, #ffffff 45%, #f2fbff);
  overflow: hidden;
}

.account-dashboard {
  color: #0f172a;
  background: radial-gradient(120% 120% at 50% 0%, rgba(99, 102, 241, 0.08) 0%, rgba(14, 165, 233, 0.04) 35%, #ffffff 70%);
  padding-bottom: 6rem;
  font-family: "Work Sans", "Roboto", sans-serif;
}
.account-dashboard .modal {
  position: fixed;
  z-index: 1060;
}
.account-dashboard .modal-dialog {
  max-width: 1400px;
  z-index: 1070;
}
.account-dashboard__hero {
  overflow: visible;
  position: relative;
  padding-bottom: 0;
}
.account-dashboard__cover {
  position: relative;
  min-height: 330px;
  height: 33vw;
  max-height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.account-dashboard__cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.5) 0%, rgba(15, 23, 42, 0) 70%);
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.account-dashboard__cover-loader {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.account-dashboard__hero-content {
  position: relative;
  padding: 0 2.5rem 2.5rem;
  margin-top: -110px;
}
.account-dashboard__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
}
.account-dashboard__avatar-wrapper {
  text-align: center;
}
.account-dashboard__avatar {
  width: clamp(160px, 18vw, 220px);
  height: clamp(160px, 18vw, 220px);
  margin: 0 auto;
  border-radius: 50%;
  border: 6px solid #ffffff;
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: 0 20px 45px -25px rgba(15, 23, 42, 0.9);
}
.account-dashboard__avatar-loader {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.account-dashboard__edit-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.account-dashboard__edit-actions .btn {
  border-radius: 999px;
  padding-inline: 1.25rem;
  font-weight: 600;
}
.account-dashboard__welcome {
  letter-spacing: 0.1rem;
  font-size: 0.75rem;
  padding: 0.45rem 0.85rem;
  background: rgba(16, 185, 129, 0.12);
  color: #0f766e;
  border: 1px solid rgba(16, 185, 129, 0.2);
}
.account-dashboard__name {
  font-size: clamp(2rem, 3.4vw, 2.9rem);
  color: #0f172a;
}
.account-dashboard__tagline {
  max-width: 36rem;
  font-size: 1.05rem;
}
.account-dashboard__meta {
  margin: 1.5rem 0 1.75rem;
  padding: 0;
}
.account-dashboard__meta li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 500;
}
.account-dashboard__meta i {
  font-size: 1.1rem;
  color: #6366f1;
}
.account-dashboard__primary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.account-dashboard__primary-actions .btn {
  border-radius: 999px;
  font-weight: 600;
}
.account-dashboard__profile-btn {
  box-shadow: 0 22px 45px -28px rgba(37, 99, 235, 0.65);
}
.account-dashboard__photo-actions .btn {
  border-radius: 999px;
}
.account-dashboard__upload-trigger {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.account-dashboard__upload-trigger:hover, .account-dashboard__upload-trigger:focus {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px -28px rgba(37, 99, 235, 0.45);
}
.account-dashboard__image-modal {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2.5rem;
}
.account-dashboard__image-modal-controls {
  text-align: center;
}
.account-dashboard__image-modal-preview-wrapper {
  text-align: center;
}
.account-dashboard__background-preview {
  width: 100%;
  height: 180px;
  border-radius: 1.35rem;
  background-size: cover;
  background-position: center;
  box-shadow: 0 30px 60px -45px rgba(15, 23, 42, 0.55);
}
.account-dashboard__section-header {
  max-width: 580px;
  margin-bottom: 2rem;
}
.account-dashboard__section-header h2 {
  font-weight: 700;
  font-size: clamp(1.75rem, 2.3vw, 2.4rem);
}
.account-dashboard__section-header p {
  color: #64748b;
  font-size: 1rem;
}
.account-dashboard__link-card {
  position: relative;
  border: none;
  border-radius: 1.35rem;
  box-shadow: 0 28px 70px -50px rgba(15, 23, 42, 0.55);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.account-dashboard__link-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(59, 130, 246, 0.2));
  transition: opacity 0.25s ease;
  z-index: 0;
}
.account-dashboard__link-card:hover, .account-dashboard__link-card:focus {
  transform: translateY(-6px);
  box-shadow: 0 32px 90px -50px rgba(59, 130, 246, 0.45);
}
.account-dashboard__link-card:hover::after, .account-dashboard__link-card:focus::after {
  opacity: 1;
}
.account-dashboard__link-card .card-body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.5rem;
  align-items: center;
  padding: 2rem;
}
.account-dashboard__link-icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(99, 102, 241, 0.15);
  color: #6366f1;
  font-size: 1.45rem;
}
.account-dashboard__link-text h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
}
.account-dashboard__link-text p {
  margin: 0.35rem 0 0;
  color: #64748b;
  font-size: 0.95rem;
}
.account-dashboard__link-access {
  align-self: flex-start;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(30, 64, 175, 0.9);
  background: rgba(191, 219, 254, 0.35);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-weight: 700;
}
.account-dashboard__content-card {
  border: none;
  border-radius: 1.5rem;
  box-shadow: 0 32px 80px -56px rgba(15, 23, 42, 0.55);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
}
.account-dashboard__content-card .card-header {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  padding: 1.5rem 2rem 1rem;
  background: transparent;
}
.account-dashboard__content-card .card-body {
  padding: 2rem;
}
.account-dashboard__background-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.account-dashboard__menu-mobile {
  margin-bottom: 1.5rem;
}
.account-dashboard__menu-toggle {
  border-radius: 1.25rem;
  border: 1px solid rgba(99, 102, 241, 0.2);
  background: rgba(255, 255, 255, 0.9);
  padding: 0.85rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 600;
  color: #0f172a;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.account-dashboard__menu-toggle:hover, .account-dashboard__menu-toggle:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 24px 55px -40px rgba(59, 130, 246, 0.45);
  color: #0f172a;
}
.account-dashboard__menu-toggle:focus-visible {
  outline: 3px solid rgba(59, 130, 246, 0.35);
  outline-offset: 3px;
}
.account-dashboard__menu-toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.15);
  color: #6366f1;
  font-size: 1.35rem;
}
.account-dashboard__menu-dialog {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  justify-content: flex-end;
  padding: 1.5rem;
  background: rgba(15, 23, 42, 0.4);
  backdrop-filter: blur(4px);
  transition: opacity 0.25s ease;
  opacity: 0;
  pointer-events: none;
}
.account-dashboard__menu-dialog.is-open {
  opacity: 1;
  pointer-events: auto;
}
.account-dashboard__menu-dialog-panel {
  background: rgba(255, 255, 255, 0.98);
  width: min(420px, 100%);
  border-radius: 1.5rem;
  box-shadow: 0 32px 80px -48px rgba(15, 23, 42, 0.6);
  padding: 1.75rem;
  transform: translateX(30px);
  transition: transform 0.25s ease;
}
.account-dashboard__menu-dialog.is-open .account-dashboard__menu-dialog-panel {
  transform: translateX(0);
}
.account-dashboard__menu-dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.account-dashboard__menu-dialog-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}
.account-dashboard__menu-dialog-close {
  border: none;
  background: transparent;
  color: #0f172a;
  border-radius: 999px;
  padding: 0.35rem;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.account-dashboard__menu-dialog-close:hover, .account-dashboard__menu-dialog-close:focus-visible {
  background: rgba(99, 102, 241, 0.1);
  color: #6366f1;
}
.account-dashboard__menu-dialog-close:focus-visible {
  outline: 3px solid rgba(59, 130, 246, 0.3);
  outline-offset: 2px;
}
.account-dashboard__menu-dialog-content {
  display: grid;
  gap: 2rem;
  max-height: calc(100vh - 180px);
  overflow: auto;
}
.account-dashboard__menu-dialog-section + .account-dashboard__menu-dialog-section {
  border-top: 1px solid rgba(148, 163, 184, 0.24);
  padding-top: 2rem;
}
.account-dashboard__menu-dialog-section-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.account-dashboard__menu-dialog-hint {
  color: #64748b;
  font-size: 0.95rem;
  margin-bottom: 1.35rem;
}
.account-dashboard__menu-dialog-list, .account-dashboard__menu-dialog-cards {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
}
.account-dashboard__menu-dialog-card {
  border-radius: 1.25rem;
  background: rgba(248, 250, 252, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.24);
  padding: 1rem 1.25rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.account-dashboard__menu-dialog-card:hover, .account-dashboard__menu-dialog-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 45px -32px rgba(99, 102, 241, 0.35);
}
.account-dashboard__menu-dialog-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.12);
  display: grid;
  place-items: center;
  color: #6366f1;
  font-size: 1.25rem;
}
.account-dashboard__menu-dialog-card-content {
  display: grid;
  gap: 0.35rem;
}
.account-dashboard__menu-dialog-card-title {
  font-weight: 600;
  font-size: 1.05rem;
  color: #0f172a;
}
.account-dashboard__menu-dialog-card-description {
  color: #64748b;
  font-size: 0.95rem;
}
.account-dashboard__menu-dialog-link {
  display: grid;
  gap: 0.35rem;
  background: rgba(248, 250, 252, 0.92);
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  padding: 1rem 1.25rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.account-dashboard__menu-dialog-link:hover, .account-dashboard__menu-dialog-link:focus-visible {
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgba(99, 102, 241, 0.35);
  background: rgba(99, 102, 241, 0.08);
}
.account-dashboard__menu-dialog-link.is-active {
  background: rgba(79, 70, 229, 0.12);
  box-shadow: inset 0 0 0 1px rgba(79, 70, 229, 0.35);
}
.account-dashboard__menu-dialog-link-label {
  font-weight: 600;
  font-size: 1rem;
}
.account-dashboard__menu-dialog-link-description {
  font-size: 0.9rem;
  color: #475569;
}
.account-dashboard__menu-stack {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.account-dashboard__menu-stack .card {
  padding: 2rem 0;
  border-radius: 1.5rem;
  border: none;
  box-shadow: 0 32px 70px -54px rgba(15, 23, 42, 0.55);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
}
.account-dashboard__menu-stack .card-header {
  padding: 0 2rem 1rem;
  background: transparent;
  border-bottom: none;
}
.account-dashboard__menu-stack .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
}
.account-dashboard__menu-stack .list-group {
  border-radius: 0;
}
.account-dashboard__menu-item {
  border: none;
  padding: 1rem 2rem;
  background: transparent;
  transition: background 0.25s ease, transform 0.25s ease;
}
.account-dashboard__menu-item + .account-dashboard__menu-item {
  border-top: 1px solid rgba(148, 163, 184, 0.24);
}
.account-dashboard__menu-item:hover {
  background: rgba(79, 70, 229, 0.08);
  transform: translateX(4px);
}
.account-dashboard__menu-item.is-active {
  background: rgba(79, 70, 229, 0.12);
  border-left: 4px solid #6366f1;
}
.account-dashboard__menu-item .fw-semibold {
  font-weight: 700 !important;
  color: #0f172a;
}
.account-dashboard__menu-item .small {
  color: #64748b !important;
}
.account-dashboard__badge-private, .account-dashboard__badge-public {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
  font-weight: 700;
}
.account-dashboard__badge-private {
  background: rgba(148, 163, 184, 0.25);
  color: #475569;
}
.account-dashboard__badge-public {
  background: rgba(16, 185, 129, 0.18);
  color: #047857;
}

.account-view {
  position: relative;
  padding-bottom: 6rem;
  background: radial-gradient(120% 120% at 50% 0%, rgba(96, 165, 250, 0.12) 0%, rgba(99, 102, 241, 0.08) 40%, #f8fafc 75%);
  overflow: hidden;
}
.account-view::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(226, 232, 240, 0.4) 100%);
  opacity: 0.6;
  pointer-events: none;
}
.account-view > * {
  position: relative;
  z-index: 1;
}
.account-view > * + * {
  margin-top: 3.5rem;
}
.account-view__profile-mount, .account-view__calendar-mount, .account-view__related, .account-view__slider, .account-view__promo {
  position: relative;
  z-index: 2;
}
.account-view__slider {
  overflow: hidden;
}
.account-view__profile {
  position: relative;
}
.account-view__profile .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}
.account-view__profile .badge {
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: rgba(99, 102, 241, 0.12);
  color: #3730a3;
  border: 1px solid rgba(99, 102, 241, 0.24);
}
.account-view__profile .badge.border {
  background: rgba(255, 255, 255, 0.9);
  color: #0f172a;
}
.account-view__profile .card {
  border: none;
  border-radius: 1.35rem;
  box-shadow: 0 32px 60px -44px rgba(15, 23, 42, 0.55);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
}
.account-view__profile .card .card-body {
  padding: 1.75rem;
}
.account-view__profile .alert {
  border-radius: 1rem;
  border: none;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.05);
}
.account-view__profile .btn-primary {
  border-radius: 999px;
  padding-inline: 1.75rem;
  font-weight: 600;
  box-shadow: 0 20px 38px -26px rgba(59, 130, 246, 0.65);
}
.account-view__profile .btn-outline-secondary,
.account-view__profile .btn-light,
.account-view__profile .btn-secondary {
  border-radius: 999px;
}
.account-view__profile .modal-content {
  border: none;
  border-radius: 1.25rem;
  box-shadow: 0 36px 70px -44px rgba(15, 23, 42, 0.55);
}
.account-view__profile .modal-header,
.account-view__profile .modal-footer {
  border-color: rgba(15, 23, 42, 0.08);
}
.account-view__profile .modal-backdrop.show {
  background-color: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(4px);
}
.account-view__profile .bg-light-4xl {
  background: rgba(241, 245, 249, 0.88);
  border-radius: 1.5rem;
  padding: 2.5rem 0;
}
.account-view__profile .list-unstyled li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.account-view__profile .list-unstyled li i {
  font-size: 1rem;
}
.account-view__profile .Section-xl {
  position: relative;
  z-index: 2;
}
.account-view__profile .position-relative > .rounded {
  box-shadow: 0 24px 70px -45px rgba(15, 23, 42, 0.6);
}
.account-view__profile .rounded-circle {
  box-shadow: 0 20px 45px -30px rgba(15, 23, 42, 0.7);
}
.account-view__profile .spinner-border {
  color: #3b82f6;
}

@media (max-width: 1199px) {
  .account-dashboard__hero-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .account-dashboard__details {
    text-align: center;
  }
  .account-dashboard__meta {
    justify-content: center;
  }
  .account-dashboard__primary-actions {
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .account-view {
    padding-bottom: 3.5rem;
  }
  .account-view__profile {
    padding-bottom: 3rem;
  }
  .account-view__profile .card .card-body {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .account-dashboard {
    padding-bottom: 4rem;
  }
  .account-dashboard__hero-content {
    padding: 0 1.5rem 1.75rem;
    margin-top: -90px;
  }
  .account-dashboard__content-card .card-header,
  .account-dashboard__content-card .card-body {
    padding-inline: 1.5rem;
  }
  .account-dashboard__menu-card .card-header,
  .account-dashboard__menu-card .account-dashboard__menu-item {
    padding-inline: 1.5rem;
  }
  .account-dashboard__link-card .card-body {
    grid-template-columns: 40px 1fr;
  }
  .account-dashboard__link-icon {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }
  .account-dashboard__link-access {
    margin-top: 0.75rem;
  }
  .account-view {
    padding-top: 2rem;
  }
  .account-view > * + * {
    margin-top: 2.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .account-dashboard__link-card, .account-dashboard__menu-item, .account-dashboard__menu-toggle, .account-dashboard__upload-trigger, .account-dashboard__menu-dialog-card, .account-dashboard__menu-dialog-link {
    transition: none;
  }
}
