body.alba-crm-page {
  background: linear-gradient(180deg, #ffffff, #f7f8fb 45%, #f4f6fa 100%);
}

body.alba-crm-page .site-header,
body.alba-crm-page .site-footer,
body.alba-crm-page .entry-header,
body.alba-crm-page .post-thumbnail,
body.alba-crm-page .alba-header,
body.alba-crm-page .alba-footer,
body.alba-crm-page .alba-site-header,
body.alba-crm-page .alba-site-footer {
  display: none !important;
}

body.alba-crm-page .alba-quote-prompt,
body.alba-crm-page .alba-whatsapp-fab,
body.alba-crm-page .grecaptcha-badge,
body.alba-crm-page .grecaptcha-logo,
body.alba-crm-page iframe[src*="recaptcha"],
body.alba-crm-page .grecaptcha-bubble-arrow,
body.alba-crm-page .grecaptcha-badge-container {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.alba-crm-page .site,
.alba-crm-page .site-main,
.alba-crm-page .content-area,
.alba-crm-page .entry,
.alba-crm-page .entry-content,
.alba-crm-page .page-content,
.alba-crm-page .alba-site-main,
.alba-crm-page .alba-generic-page,
.alba-crm-page .alba-generic-page > .alba-container,
.alba-crm-page .alba-generic-article,
.alba-crm-page .alba-generic-article__content {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.alba-crm-page {
  overflow-x: hidden;
}

body.alba-crm-page .alba-generic-article__header,
body.alba-crm-page .alba-generic-page {
  padding: 0 !important;
  margin: 0 !important;
}

body.alba-crm-page .alba-generic-article__header {
  display: none !important;
}

.alba-auth-shell,
.alba-workspace {
  font-family: "Inter", "Segoe UI", sans-serif;
  color: #1b1f26;
}

.alba-auth-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 16px;
  background:
    radial-gradient(circle at top left, rgba(214, 16, 26, 0.16), transparent 40%),
    linear-gradient(135deg, #fff6f6 0, #f5f7fb 60%, #eef2f9 100%);
}

.alba-auth-card {
  width: min(100%, 480px);
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 24px 80px rgba(20, 28, 45, 0.12);
}

.alba-auth-shell--split {
  width: min(100%, 1240px);
  min-height: calc(100vh - 64px);
  grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
  gap: 26px;
  align-items: stretch;
}

.alba-auth-showcase {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(214, 16, 26, 0.96), rgba(142, 14, 20, 0.88)),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 28%);
  box-shadow: 0 28px 80px rgba(20, 28, 45, 0.18);
}

.alba-auth-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 32%),
    url('/wp-content/themes/alba-demenagement/assets/images/hero-home.jpg') center/cover no-repeat;
  opacity: 0.16;
}

.alba-auth-showcase__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(21, 24, 30, 0.14), rgba(21, 24, 30, 0.36));
}

.alba-auth-showcase__content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: space-between;
  gap: 28px;
  min-height: 100%;
  padding: 48px;
  color: #fff;
}

.alba-auth-showcase__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.alba-auth-showcase__content h1 {
  margin: 0;
  max-width: 12ch;
  color: #fff;
  font-size: clamp(2.5rem, 4.2vw, 4.6rem);
  line-height: 0.96;
}

.alba-auth-showcase__content p {
  max-width: 44ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.04rem;
  line-height: 1.7;
}

.alba-auth-showcase__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.alba-auth-showcase__pills span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: 700;
}

.alba-auth-showcase__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.alba-auth-showcase__facts article {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.alba-auth-showcase__facts strong {
  font-size: 1.02rem;
}

.alba-auth-showcase__facts span {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
}

.alba-auth-card--premium {
  display: grid;
  align-content: center;
  gap: 24px;
  width: 100%;
  min-height: 100%;
  padding: 42px;
  border: 1px solid rgba(17, 24, 39, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 250, 0.96)),
    radial-gradient(circle at top right, rgba(214, 16, 26, 0.06), transparent 22%);
  box-shadow: 0 30px 80px rgba(20, 28, 45, 0.12);
}

.alba-auth-brand--premium {
  margin-bottom: 0;
}

.alba-auth-brand--premium img {
  width: 88px;
  height: auto;
}

.alba-auth-brand__kicker {
  margin: 0 0 4px;
  color: #b50e16;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.alba-auth-brand--premium strong {
  font-size: 1.28rem;
}

.alba-auth-card__header {
  display: grid;
  gap: 8px;
}

.alba-auth-field-note {
  color: #687386;
  font-size: 0.84rem;
  line-height: 1.5;
}

.alba-auth-card__header h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 0.98;
}

.alba-auth-form--stacked {
  gap: 18px;
}

.alba-auth-form--stacked label {
  gap: 10px;
}

.alba-auth-form--stacked input {
  min-height: 56px;
  border-radius: 16px;
  padding: 14px 16px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.alba-auth-form--stacked input:focus {
  outline: 0;
  border-color: rgba(214, 16, 26, 0.4);
  box-shadow: 0 0 0 4px rgba(214, 16, 26, 0.08);
}

.alba-auth-form__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.alba-auth-form__meta a,
.alba-auth-links a {
  color: #b50e16;
  font-weight: 700;
  text-decoration: none;
}

.alba-auth-submit {
  width: 100%;
  min-height: 56px;
  border-radius: 18px;
  font-size: 1rem;
}

.alba-auth-links--between {
  justify-content: space-between;
  color: #687386;
  font-size: 0.95rem;
}

.alba-auth-card-wide {
  width: min(100%, 760px);
}

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

.alba-auth-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: linear-gradient(135deg, #d6101a 0, #a20b14 100%);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.alba-auth-copy,
.alba-topbar-greeting,
.alba-empty-copy,
.alba-panel-card p,
.alba-kpi-card small,
.alba-search-result span,
.alba-list-link span,
.alba-notification-item span {
  color: #687386;
}

.alba-auth-form,
.alba-form-grid {
  display: grid;
  gap: 16px;
}

.alba-auth-form-grid,
.alba-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alba-auth-form label,
.alba-form-grid label,
.alba-form-grid fieldset {
  display: grid;
  gap: 8px;
}

.alba-auth-form label span,
.alba-form-grid label span,
.alba-form-grid legend {
  font-size: 0.9rem;
  font-weight: 700;
}

.alba-auth-form input,
.alba-auth-form select,
.alba-form-grid input,
.alba-form-grid select,
.alba-form-grid textarea,
.alba-search-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d6ddeb;
  border-radius: 14px;
  padding: 12px 14px;
  background: #fff;
  color: #1b1f26;
}

.alba-form-grid textarea {
  min-height: 110px;
  resize: vertical;
}

.alba-inline-check {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
}

.alba-inline-check input {
  width: 18px;
  min-height: 18px;
}

.alba-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.alba-btn:hover {
  transform: translateY(-1px);
}

.alba-btn-primary {
  background: linear-gradient(135deg, #d6101a 0, #b50e16 100%);
  color: #fff;
  box-shadow: 0 12px 26px rgba(214, 16, 26, 0.24);
}

.alba-btn-secondary {
  background: #fff6f6;
  border-color: #f2c7cb;
  color: #b50e16;
}

.alba-btn-ghost {
  border-color: rgba(255, 255, 255, 0.22);
  background: transparent;
  color: inherit;
}

.alba-btn-ghost-dark {
  border-color: #d6ddeb;
  background: #fff;
  color: #1b1f26;
}

.alba-auth-links,
.alba-form-actions,
.alba-row-actions,
.alba-chip-row,
.alba-toolbar,
.alba-topbar-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.alba-notice {
  padding: 14px 16px;
  border-radius: 14px;
  margin-bottom: 14px;
  font-weight: 600;
}

.alba-notice.is-success {
  background: #eaf8ef;
  color: #19703a;
}

.alba-notice.is-error {
  background: #fff0f0;
  color: #ad1f2f;
}

.alba-workspace {
  min-height: 100vh;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  display: grid;
  grid-template-columns: 284px minmax(0, 1fr);
  background: transparent;
  align-items: start;
}

.alba-sidebar {
  position: sticky;
  top: 0;
  height: 100dvh;
  max-height: 100dvh;
  min-height: 100dvh;
  padding: 18px 14px;
  background: linear-gradient(180deg, #cf1119 0%, #a40d14 100%);
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 14px 0 38px rgba(20, 28, 45, 0.1);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 18px;
  overflow: hidden;
  z-index: 1200;
}

.alba-sidebar-brand {
  display: grid;
  gap: 10px;
  padding: 6px 8px 2px;
}

.alba-workspace.is-loading {
  opacity: 0.92;
  transition: opacity 0.18s ease;
}

.alba-sidebar-brand p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.82);
  opacity: 1;
  line-height: 1.5;
}

.alba-sidebar-brand img {
  width: 126px;
  height: auto;
}

.alba-sidebar-nav {
  display: grid;
  gap: 10px;
  align-content: start;
  overflow: auto;
  padding-right: 4px;
  padding-bottom: 8px;
}

.alba-side-link {
  padding: 15px 18px;
  border-radius: 16px;
  color: #fff;
  text-decoration: none;
  background: rgba(181, 14, 22, 0.82);
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.alba-side-link.is-active,
.alba-side-link:hover {
  background: #fff;
  color: #b50e16;
  box-shadow: 0 14px 28px rgba(20, 28, 45, 0.14);
  transform: translateX(2px);
}

.alba-sidebar-support {
  margin-top: auto;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 8px;
}

.alba-main {
  width: 100%;
  min-width: 0;
  padding: 18px 22px 32px;
  background: transparent;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.alba-main > * {
  min-width: 0;
}

.alba-shell-card {
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 54px rgba(20, 28, 45, 0.08);
  backdrop-filter: blur(14px);
}

.alba-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  padding: 0;
}

.alba-topbar-left,
.alba-topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.alba-topbar-right {
  justify-content: flex-end;
  flex: 1 1 auto;
  align-items: stretch;
}

.alba-topbar--premium {
  overflow: visible;
  padding: 14px 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 246, 0.96));
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  border: 1px solid rgba(214, 16, 26, 0.08);
}

.alba-sidebar-backdrop {
  display: none;
}

.alba-topbar-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(320px, 0.82fr);
  gap: 18px;
  align-items: center;
  width: 100%;
}

.alba-topbar-left h1,
.alba-section-head h2,
.alba-panel h3,
.alba-panel-card h3,
.alba-form-card h3,
.alba-table-card h3 {
  margin: 0;
}

.alba-search-form {
  flex: 1 1 420px;
  max-width: 560px;
}

.alba-search-form input {
  min-width: 0;
  background: #fff;
}

.alba-topbar-profile {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,249,249,0.96));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.45), 0 14px 30px rgba(15, 23, 42, 0.05);
  min-height: 0;
}

.alba-topbar-avatar {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(135deg, #d6101a, #920d14);
  box-shadow: 0 18px 38px rgba(214, 16, 26, 0.18);
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 1.3rem;
  flex: 0 0 auto;
}

.alba-topbar-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alba-topbar-avatar > a {
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}

.alba-topbar-copy {
  display: grid;
  gap: 6px;
}

.alba-topbar-copy h1 {
  font-size: clamp(1.55rem, 2.3vw, 2.2rem);
  line-height: 0.98;
}

.alba-topbar-copy p {
  margin: 0;
  color: #687386;
  line-height: 1.6;
  max-width: 58ch;
}

.alba-topbar-chips {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.alba-user-chip {
  display: grid;
  gap: 2px;
}

.alba-user-chip--card {
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid #edf1f8;
  background: #fff;
  min-width: 150px;
}

.alba-topbar-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  justify-content: flex-end;
}

.alba-badge,
.alba-status,
.alba-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
}

.alba-badge,
.alba-chip {
  background: #fff4f4;
  color: #d6101a;
}

.alba-chip.is-active {
  background: linear-gradient(135deg, #d6101a, #b50e16);
  color: #fff;
  box-shadow: 0 10px 22px rgba(214, 16, 26, 0.18);
}

.alba-chip[href] {
  text-decoration: none;
}

.alba-status.is-success {
  background: #e8f8ee;
  color: #1c8e4d;
}

.alba-status.is-warning {
  background: #fff5e8;
  color: #be6a00;
}

.alba-status.is-neutral {
  background: #eef2fa;
  color: #506079;
}

.alba-status.is-danger {
  background: #fff1f1;
  color: #b42318;
}

.alba-status.is-info {
  background: #edf5ff;
  color: #175cd3;
}

.alba-panel,
.alba-panel-card,
.alba-table-card,
.alba-form-card,
.alba-kpi-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(214, 16, 26, 0.08);
}

.alba-panel {
  padding: 20px;
  margin-bottom: 18px;
}

.alba-panel-tight {
  padding: 18px 22px;
}

.alba-panel-hero {
  background: linear-gradient(135deg, #ffffff 0, #fff5f5 100%);
}

.alba-panel-card,
.alba-table-card,
.alba-form-card {
  padding: 20px;
}

.alba-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.alba-section-head-stack {
  align-items: flex-start;
}

.alba-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(320px, 0.95fr);
  gap: 20px;
  align-items: start;
}

.alba-content-grid-wide {
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.85fr);
}

.alba-kpi-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.alba-kpi-grid-compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.alba-kpi-grid-inline {
  margin-top: 8px;
}

.alba-kpi-card {
  padding: 20px;
}

.alba-kpi-card span {
  display: block;
  color: #687386;
  margin-bottom: 8px;
}

.alba-kpi-card strong {
  display: block;
  font-size: 1.95rem;
  line-height: 1.05;
}

.alba-kpi-link {
  text-decoration: none;
  color: inherit;
}

.alba-kpi-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
}

.alba-table-card {
  overflow: auto;
}

.alba-form-card {
  position: sticky;
  top: 18px;
  max-height: calc(100dvh - 36px);
  overflow: auto;
}

.alba-form-section {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid #edf1f8;
  background: linear-gradient(180deg, #ffffff, #fffafb);
}

.alba-form-section__head {
  display: grid;
  gap: 4px;
}

.alba-form-section__head strong {
  font-size: 1rem;
}

.alba-form-section__head span {
  color: #687386;
  line-height: 1.55;
}

.alba-card-intro {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.alba-card-intro strong {
  font-size: 1rem;
}

.alba-card-intro span {
  color: #687386;
  line-height: 1.6;
}

.alba-inline-metrics,
.alba-mini-grid,
.alba-ops-grid,
.alba-doc-grid {
  display: grid;
  gap: 14px;
}

.alba-inline-metrics {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  margin-bottom: 20px;
}

.alba-mini-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-bottom: 18px;
}

.alba-ops-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alba-doc-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.alba-mini-card,
.alba-ops-card,
.alba-doc-card,
.alba-empty-state,
.alba-profile-card {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid #edf1f8;
  background: linear-gradient(180deg, #ffffff, #fbfcff);
}

.alba-mini-card {
  display: grid;
  gap: 8px;
}

.alba-mini-card strong {
  font-size: 1.5rem;
  line-height: 1;
}

.alba-mini-card span,
.alba-ops-card p,
.alba-doc-card p,
.alba-empty-state p {
  margin: 0;
  color: #687386;
  line-height: 1.6;
}

.alba-ops-card {
  display: grid;
  gap: 8px;
}

.alba-ops-card strong,
.alba-doc-card strong {
  font-size: 1rem;
}

.alba-empty-state {
  display: grid;
  gap: 8px;
  place-items: start;
  min-height: 180px;
}

.alba-filter-pills {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.alba-filter-form {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid #edf1f8;
  background: linear-gradient(180deg, #fff, #fffafb);
}

.alba-filter-form label {
  display: grid;
  gap: 8px;
  min-width: 180px;
}

.alba-filter-pills span {
  color: #687386;
  font-weight: 700;
}

.alba-entity-meta {
  display: grid;
  gap: 4px;
}

.alba-entity-meta strong {
  font-size: 1rem;
}

.alba-entity-meta span {
  color: #687386;
  line-height: 1.55;
}

.alba-timeline-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.alba-timeline-list li {
  position: relative;
  padding: 16px 16px 16px 22px;
  border-radius: 18px;
  border: 1px solid #edf1f8;
  background: #fff;
}

.alba-timeline-list li::before {
  content: "";
  position: absolute;
  inset: 16px auto 16px 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d6101a, #f26a72);
}

.alba-timeline-list li strong {
  display: block;
  margin-bottom: 4px;
}

.alba-timeline-list li span {
  display: block;
  color: #687386;
  line-height: 1.55;
}

.alba-table-meta {
  display: grid;
  gap: 6px;
}

.alba-table-meta strong {
  font-size: 0.98rem;
}

.alba-table-meta span {
  color: #687386;
  line-height: 1.55;
}

.alba-divider-top {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #edf1f8;
}

.alba-sticky-note {
  padding: 16px 18px;
  border-radius: 16px;
  background: #fff8ef;
  border: 1px solid #f6dec4;
  color: #8b5e0a;
  font-weight: 600;
}

.alba-form-card .alba-sticky-note {
  margin-bottom: 18px;
}

.alba-table-card .alba-empty-state,
.alba-panel-card .alba-empty-state {
  margin-top: 8px;
}

.alba-table td .alba-row-actions {
  align-items: flex-start;
}

.alba-topbar-copy .alba-badge {
  width: fit-content;
}

.alba-profile-card {
  display: grid;
  gap: 16px;
}

.alba-detail-stack,
.alba-detail-grid,
.alba-detail-list {
  display: grid;
  gap: 14px;
}

.alba-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alba-detail-card {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid #edf1f8;
  background: linear-gradient(180deg, #ffffff, #fffafb);
}

.alba-detail-card h4,
.alba-detail-card strong {
  margin: 0 0 10px;
  display: block;
}

.alba-detail-card p {
  margin: 0;
  line-height: 1.6;
}

.alba-detail-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.alba-detail-list li {
  display: grid;
  gap: 4px;
  padding: 12px 0;
  border-bottom: 1px solid #edf1f8;
}

.alba-detail-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.alba-detail-list strong {
  margin: 0;
  font-size: 0.95rem;
}

.alba-detail-list span {
  color: #687386;
  line-height: 1.55;
}

.alba-progress-bar {
  position: relative;
  overflow: hidden;
  height: 10px;
  border-radius: 999px;
  background: #f1f4fa;
}

.alba-progress-bar > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #d6101a, #f2656f);
}

.alba-signal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.alba-signal-card {
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fff8f8);
  border: 1px solid rgba(214, 16, 26, 0.1);
  display: grid;
  gap: 6px;
}

.alba-signal-card strong {
  font-size: 1.2rem;
  line-height: 1;
}

.alba-signal-card span,
.alba-signal-card p {
  margin: 0;
  color: #687386;
  line-height: 1.55;
}

.alba-form-grid .alba-inline-check {
  align-self: start;
}

.alba-avatar-stack {
  display: flex;
  align-items: center;
  gap: 16px;
}

.alba-topbar-avatar--large {
  width: 86px;
  height: 86px;
  border-radius: 24px;
}

.alba-table {
  width: 100%;
  border-collapse: collapse;
}

.alba-table th,
.alba-table td {
  padding: 14px 10px;
  border-bottom: 1px solid #ecf0f7;
  text-align: left;
  vertical-align: top;
  word-break: break-word;
}

.alba-table th {
  font-size: 0.82rem;
  color: #687386;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.alba-span-2 {
  grid-column: span 2;
}

.alba-search-results,
.alba-list-stack,
.alba-flow-grid,
.alba-notification-panel,
.alba-info-grid {
  display: grid;
  gap: 12px;
}

.alba-settings-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.alba-settings-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #c41219;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.alba-settings-tab.is-active,
.alba-settings-tab:hover {
  border-color: rgba(214, 16, 26, 0.18);
  background: #fff;
  color: #b50e16;
  box-shadow: 0 12px 24px rgba(20, 28, 45, 0.1);
}

.alba-list-stack,
.alba-list-stack li {
  list-style: none !important;
}

.alba-search-result,
.alba-list-stack li,
.alba-account-approval,
.alba-notification-item,
.alba-flow-card {
  padding: 14px 16px;
  border: 1px solid #edf1f8;
  border-radius: 16px;
  background: #fff;
}

.alba-search-result,
.alba-notification-item,
.alba-list-link {
  text-decoration: none;
  color: inherit;
}

.alba-list-link {
  display: grid;
  gap: 6px;
}

.alba-list-stack {
  list-style: none;
  padding: 0;
  margin: 0;
}

.alba-list-stack li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.alba-list-stack li > strong,
.alba-list-stack li > span,
.alba-list-stack li > div {
  min-width: 0;
}

.alba-list-stack li strong {
  display: block;
}

.alba-list-stack li span {
  display: block;
  color: #687386;
  line-height: 1.6;
}

.alba-info-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 20px;
}

.alba-flow-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.alba-flow-card {
  display: grid;
  gap: 8px;
  background: rgba(255, 255, 255, 0.85);
}

.alba-notification-panel {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.alba-account-approval {
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(150px, 0.6fr)) auto;
  align-items: end;
}

.alba-account-approval p {
  margin: 6px 0 0;
  color: #687386;
}

.alba-checklist {
  border: 1px solid #edf1f8;
  padding: 16px;
  border-radius: 16px;
}

.alba-link-arrow {
  color: #d6101a;
  font-weight: 700;
  text-decoration: none;
}

.alba-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.alba-hero-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 18px;
  margin-bottom: 20px;
}

.alba-hero-banner__copy,
.alba-hero-banner__meta article {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(214, 16, 26, 0.08);
}

.alba-hero-banner__copy {
  display: grid;
  gap: 10px;
}

.alba-hero-banner__copy strong {
  font-size: 1.28rem;
}

.alba-hero-banner__copy p {
  margin: 0;
  color: #687386;
  line-height: 1.65;
}

.alba-hero-banner__meta {
  display: grid;
  gap: 12px;
}

.alba-hero-banner__meta article {
  display: grid;
  gap: 8px;
}

.alba-hero-banner__meta span {
  color: #687386;
  font-weight: 700;
}

.alba-hero-banner__meta strong {
  font-size: 1.9rem;
  line-height: 1;
}

.alba-user-row {
  align-items: center !important;
}

.alba-user-row__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.alba-row-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid #f0d0d2;
  background: #fff7f7;
  color: #b50e16;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.alba-row-actions a.is-danger-link {
  background: #fff4f4;
  border-color: #efc3c7;
}

.alba-row-actions a:hover {
  background: #fff0f0;
}

.alba-notification-item,
.alba-search-result {
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.alba-notification-item:hover,
.alba-search-result:hover,
.alba-flow-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  border-color: rgba(214, 16, 26, 0.12);
}

.alba-form-card .alba-form-grid,
.alba-panel-card .alba-form-grid {
  align-items: start;
}

.alba-form-card .alba-form-actions,
.alba-panel-card .alba-form-actions {
  justify-content: flex-start;
}

.alba-form-card .alba-btn-primary,
.alba-panel-card .alba-btn-primary {
  min-width: 180px;
}

.alba-linked-documents {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #edf1f8;
}

.alba-linked-documents h4 {
  margin: 0 0 14px;
}

.alba-request-summary {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.alba-request-summary__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.alba-request-summary__card {
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fff8f8);
  border: 1px solid #f2d9db;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.alba-request-summary__card h4 {
  margin: 0 0 12px;
  font-size: 1rem;
}

.alba-request-summary__card.is-full {
  grid-column: 1 / -1;
}

.alba-request-summary__meta {
  display: grid;
  gap: 10px;
}

.alba-request-summary__row {
  display: grid;
  grid-template-columns: minmax(140px, 0.72fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.alba-request-summary__row strong {
  color: #192130;
}

.alba-request-summary__row span,
.alba-request-summary__row div {
  color: #5d687d;
  line-height: 1.55;
}

.alba-request-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.alba-request-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff1f1;
  color: #b50e16;
  border: 1px solid #f3c9cd;
  font-weight: 700;
}

.alba-chart-box {
  min-height: 280px;
}

.alba-sidebar-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: #fff1f1;
  color: #d6101a;
  font-size: 1.2rem;
}

@media (max-width: 1400px) {
  .alba-kpi-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .alba-flow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .alba-hero-banner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {
  .alba-auth-shell--split {
    grid-template-columns: 1fr;
    min-height: auto;
    width: min(100%, 920px);
  }

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

  .alba-auth-showcase__content {
    padding: 34px;
  }

  .alba-auth-showcase__content h1 {
    max-width: 14ch;
  }

  .alba-auth-card--premium {
    min-height: auto;
  }

  .alba-workspace {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    grid-template-columns: 1fr;
  }

  .alba-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(88vw, 320px);
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    z-index: 1400;
  }

  .alba-sidebar.is-open {
    transform: translateX(0);
  }

  .alba-sidebar-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.42);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 1300;
    border: 0;
    padding: 0;
  }

  .alba-sidebar-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .alba-sidebar-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .alba-topbar,
  .alba-topbar-left,
  .alba-topbar-right {
    flex-direction: column;
    align-items: flex-start;
  }

  .alba-topbar-grid {
    grid-template-columns: 1fr;
  }

  .alba-topbar-right,
  .alba-topbar-meta,
  .alba-search-form {
    width: 100%;
    max-width: none;
  }

  .alba-topbar-profile {
    width: 100%;
  }

  .alba-kpi-grid,
  .alba-content-grid,
  .alba-dashboard-grid,
  .alba-info-grid,
  .alba-flow-grid,
  .alba-ops-grid,
  .alba-detail-grid {
    grid-template-columns: 1fr;
  }

  .alba-form-card {
    position: static;
    max-height: none;
  }

  .alba-account-approval {
    grid-template-columns: 1fr;
  }

  .alba-sidebar-support {
    display: none;
  }

  .alba-request-summary__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .alba-auth-shell {
    padding: 18px 12px;
  }

  .alba-auth-shell--split {
    gap: 14px;
  }

  .alba-auth-showcase__content,
  .alba-auth-card--premium {
    padding: 22px;
  }

  .alba-auth-showcase {
    min-height: 300px;
    border-radius: 26px;
  }

  .alba-auth-showcase__content {
    gap: 18px;
  }

  .alba-auth-showcase__content p {
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .alba-auth-showcase__pills span {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.85rem;
  }

  .alba-auth-showcase__facts {
    grid-template-columns: 1fr;
  }

  .alba-auth-showcase__facts article {
    padding: 14px 16px;
  }

  .alba-auth-card__header h2 {
    font-size: 2rem;
  }

  .alba-auth-brand--premium img {
    width: 74px;
  }

  .alba-auth-form--stacked input {
    min-height: 52px;
  }

  .alba-auth-form__meta,
  .alba-auth-links--between {
    align-items: flex-start;
    flex-direction: column;
  }

  .alba-topbar-profile {
    align-items: flex-start;
  }

  .alba-avatar-stack {
    align-items: flex-start;
    flex-direction: column;
  }

  .alba-topbar-avatar {
    width: 62px;
    height: 62px;
    border-radius: 18px;
  }

  .alba-topbar-copy h1 {
    font-size: 1.85rem;
  }
}

@media (max-height: 880px) and (min-width: 1101px) {
  .alba-sidebar-support {
    padding: 12px;
  }

  .alba-sidebar-support p {
    display: none;
  }
}

@media (max-width: 520px) {
  .alba-auth-showcase {
    min-height: 0;
  }

  .alba-auth-showcase__content h1 {
    font-size: 2.3rem;
  }

  .alba-auth-showcase__pills {
    gap: 8px;
  }

  .alba-auth-showcase__facts {
    display: none;
  }

  .alba-auth-card__header h2 {
    font-size: 1.8rem;
  }

  .alba-main {
    padding: 16px;
  }

  .alba-shell-card {
    padding: 16px 18px;
  }

  .alba-auth-card,
  .alba-panel,
  .alba-table-card,
  .alba-form-card,
  .alba-panel-card,
  .alba-kpi-card {
    padding: 18px;
  }

  .alba-filter-form label {
    min-width: 100%;
  }

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

  .alba-settings-tabs {
    gap: 8px;
  }

  .alba-settings-tab {
    width: 100%;
    justify-content: flex-start;
  }

  .alba-request-summary__row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .alba-row-actions {
    gap: 8px;
  }

  .alba-row-actions a {
    width: 100%;
  }

  .alba-span-2 {
    grid-column: auto;
  }

  .alba-topbar-profile {
    padding: 12px 14px;
  }
}
