/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
.shell-header[b-4crdtc38lr] {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 1rem 1.25rem 0;
}

.shell-header-inner[b-4crdtc38lr] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 1rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(38, 51, 44, 0.12);
  border-radius: 24px;
  background: rgba(255, 252, 245, 0.88);
  box-shadow: 0 24px 60px rgba(53, 44, 24, 0.08);
  backdrop-filter: blur(18px);
}

.shell-mark[b-4crdtc38lr] {
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
  color: var(--shell-ink);
  text-decoration: none;
}

.shell-mark-kicker[b-4crdtc38lr] {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--shell-muted);
}

.shell-mark-name[b-4crdtc38lr] {
  font-family: var(--shell-serif);
  font-size: 1.4rem;
  font-weight: 700;
}

.author-nav[b-4crdtc38lr] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem;
  border-radius: 999px;
  background: rgba(116, 97, 66, 0.08);
}

.author-nav-link[b-4crdtc38lr],
.account-link[b-4crdtc38lr] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  color: var(--shell-ink);
  text-decoration: none;
}

.author-nav-link.is-active[b-4crdtc38lr],
.account-link.is-active[b-4crdtc38lr] {
  background: var(--shell-card);
  box-shadow: 0 10px 25px rgba(53, 44, 24, 0.08);
}

.header-tools[b-4crdtc38lr] {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 0.75rem;
}

.locale-switcher[b-4crdtc38lr] {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0;
  padding: 0.25rem;
  border-radius: 999px;
  background: rgba(116, 97, 66, 0.08);
}

.locale-button[b-4crdtc38lr] {
  min-height: 2.5rem;
  padding: 0.5rem 0.85rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--shell-ink);
  cursor: pointer;
  font: inherit;
}

.locale-button.is-active[b-4crdtc38lr] {
  background: var(--shell-card);
  box-shadow: 0 10px 25px rgba(53, 44, 24, 0.08);
}

.account-slot[b-4crdtc38lr] {
  justify-self: end;
}

.account-form[b-4crdtc38lr] {
  margin: 0;
}

.account-form button[b-4crdtc38lr] {
  border: 0;
  cursor: pointer;
  font: inherit;
  background: rgba(255, 255, 255, 0.62);
}

.shell-frame[b-4crdtc38lr] {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem 1.25rem 4rem;
}

.shell-main[b-4crdtc38lr] {
  display: grid;
  gap: 1.5rem;
}

.shell-footer[b-4crdtc38lr] {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0 0;
  color: var(--shell-muted);
  font-size: 0.95rem;
}

.flash-banner[b-4crdtc38lr] {
  margin-bottom: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid transparent;
  background: rgba(229, 239, 232, 0.9);
}

.flash-banner-info[b-4crdtc38lr] {
  border-color: rgba(63, 110, 80, 0.18);
}

.flash-banner-error[b-4crdtc38lr] {
  background: rgba(249, 230, 221, 0.94);
  border-color: rgba(153, 79, 41, 0.18);
}

@media (max-width: 860px) {
  .shell-header-inner[b-4crdtc38lr] {
    grid-template-columns: 1fr;
  }

  .header-tools[b-4crdtc38lr],
  .account-slot[b-4crdtc38lr] {
    justify-self: start;
  }

  .shell-footer[b-4crdtc38lr] {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .shell-header[b-4crdtc38lr] {
    padding-inline: 0.85rem;
  }

  .shell-frame[b-4crdtc38lr] {
    padding-inline: 0.85rem;
  }

  .author-nav[b-4crdtc38lr] {
    width: 100%;
    justify-content: space-between;
  }

  .header-tools[b-4crdtc38lr] {
    flex-wrap: wrap;
  }
}
