@font-face {
  font-family: "Manrope";
  src: url("/assets/brand/Manrope-Variable.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --zentro-plum: #51364b;
  --zentro-plum-deep: #392335;
  --zentro-terracotta: #d46b46;
  --zentro-terracotta-dark: #b95332;
  --zentro-blush: #f0cfc4;
  --zentro-sage: #91a18d;
  --zentro-oat: #f3e8d7;
  --zentro-cream: #fff9f2;
  --zentro-white: #ffffff;
  --ink: var(--zentro-plum);
  --muted: #766a72;
  --navy: var(--zentro-plum);
  --navy-deep: var(--zentro-plum-deep);
  --teal: var(--zentro-terracotta);
  --teal-dark: var(--zentro-terracotta-dark);
  --mint: var(--zentro-oat);
  --cream: #f8f3ec;
  --paper: var(--zentro-cream);
  --line: #e6d9cf;
  --soft-line: #f1e9e2;
  --danger: #a5423c;
  --danger-soft: #f8e1dc;
  --amber: #ad6a2d;
  --amber-soft: #f7ead5;
  --green: #5f745d;
  --green-soft: #e5ebe3;
  --blue-soft: #eee7ee;
  --shadow: 0 18px 44px rgba(81, 54, 75, .10);
  --shadow-soft: 0 6px 20px rgba(81, 54, 75, .06);
  --radius: 16px;
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  background: var(--cream);
  color: var(--zentro-plum);
}

h1,
h2,
h3,
h4,
.metric-card strong,
.clock-card strong,
.settings-page-heading h3,
.eod-page-heading h3,
.calendar-header h3,
.eod-metrics strong {
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--zentro-plum);
  font-weight: 700;
  letter-spacing: -.03em;
}

.eyebrow {
  color: var(--zentro-terracotta-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .105em;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.brand-lockup > img {
  display: block;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  object-fit: contain;
}

.brand-lockup-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1;
}

.brand-lockup-copy strong {
  color: #fff;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -.045em;
  white-space: nowrap;
}

.brand-lockup-copy strong em {
  margin-left: .16em;
  color: var(--zentro-terracotta);
  font-style: normal;
  font-weight: 800;
}

.brand-lockup-copy small {
  margin-top: 6px;
  color: rgba(255, 255, 255, .74);
  font-size: 8px;
  font-weight: 550;
  letter-spacing: .01em;
  white-space: nowrap;
}

.brand-lockup-copy > span {
  margin-top: 5px;
  color: rgba(255, 255, 255, .44);
  font-size: 6px;
  font-weight: 600;
  letter-spacing: .035em;
  white-space: nowrap;
}

.login-screen,
.login-panel,
.login-art {
  background: var(--zentro-plum-deep);
}

.login-panel {
  border-right: 1px solid rgba(255, 249, 242, .11);
  color: #fff;
}

.login-brand-lockup {
  width: min(330px, 92%);
  height: auto;
  margin: 0 0 42px;
}

.login-brand-lockup > img {
  width: 67px;
  height: 67px;
}

.login-brand-lockup .brand-lockup-copy strong {
  font-size: clamp(30px, 3.2vw, 42px);
}

.login-brand-lockup .brand-lockup-copy small {
  margin-top: 8px;
  font-size: 11px;
}

.login-brand-lockup .brand-lockup-copy > span {
  font-size: 8px;
}

.login-panel .eyebrow {
  color: var(--zentro-blush);
}

.login-panel .login-copy {
  color: rgba(255, 249, 242, .76);
}

.login-panel label {
  color: rgba(255, 249, 242, .92);
}

.login-panel input {
  border-color: rgba(255, 249, 242, .25);
  background: var(--zentro-cream);
  color: var(--zentro-plum);
}

.login-panel input:focus {
  border-color: var(--zentro-terracotta);
  box-shadow: 0 0 0 3px rgba(212, 107, 70, .24);
}

.login-panel .login-notice {
  border-color: rgba(240, 207, 196, .22);
  background: rgba(255, 249, 242, .06);
  color: rgba(255, 249, 242, .68);
}

.login-panel .login-notice strong,
.login-panel .text-button {
  color: var(--zentro-cream);
}

.login-art {
  position: relative;
  overflow: hidden;
}

.login-art::before {
  background: radial-gradient(circle at 72% 24%, rgba(212, 107, 70, .28), transparent 34%), radial-gradient(circle at 30% 74%, rgba(145, 161, 141, .20), transparent 38%);
  opacity: 1;
}


.login-art-mark {
  right: -4%;
  bottom: -14%;
  width: min(56vw, 680px);
  opacity: .075;
  filter: saturate(.75);
}

.art-card {
  border-color: rgba(240, 207, 196, .24);
  background: rgba(255, 249, 242, .08);
  color: var(--zentro-cream);
  box-shadow: 0 20px 48px rgba(34, 19, 31, .18);
}

.art-card strong {
  color: var(--zentro-cream);
}

.sidebar {
  background: var(--zentro-plum-deep);
  border-right-color: rgba(255, 249, 242, .08);
}

.brand {
  min-height: 68px;
  padding: 0 6px 30px;
}

.sidebar-brand-lockup {
  width: 190px;
  max-width: 100%;
}

.sidebar-brand-lockup > img {
  width: 43px;
  height: 43px;
}

.sidebar-brand-lockup .brand-lockup-copy strong {
  font-size: 21px;
}

.nav-item {
  border-radius: 11px;
  color: rgba(255, 249, 242, .69);
  font-weight: 650;
}

.nav-item:hover {
  background: rgba(255, 249, 242, .07);
  color: #fff;
}

.nav-item.active {
  background: rgba(240, 207, 196, .14);
  color: #fff;
  box-shadow: inset 3px 0 var(--zentro-terracotta);
}

.brand span,
.user-card span,
.sidebar .text-button {
  color: rgba(255, 249, 242, .62);
}

.workspace {
  background: var(--cream);
}

.topbar {
  border-bottom-color: var(--line);
  background: rgba(255, 249, 242, .90);
}

.privacy-banner {
  border-color: #e7d4c7;
  background: #fbf2e7;
  color: #72564d;
}

.metric-card,
.panel,
.clock-card,
.callback-card,
.settings-tabs,
.calendar-panel,
.eod-detail-panel {
  border-color: var(--line);
  background: var(--zentro-cream);
  box-shadow: var(--shadow-soft);
}

.metric-card::after {
  background: rgba(212, 107, 70, .08);
}

.metric-card:nth-child(2)::after {
  background: rgba(81, 54, 75, .08);
}

.metric-card:nth-child(3)::after {
  background: rgba(145, 161, 141, .12);
}

.metric-card:nth-child(4)::after {
  background: rgba(240, 207, 196, .24);
}

.button {
  border-radius: 10px;
  font-weight: 700;
}

.button.primary {
  background: var(--zentro-terracotta);
  color: #fff;
  box-shadow: 0 8px 20px rgba(212, 107, 70, .22);
}

.button.primary:hover {
  background: var(--zentro-terracotta-dark);
  color: #fff;
}

.login-panel .button.primary {
  color: #fff;
}

.button.secondary,
.segmented,
.tracker-view-toggle {
  border-color: var(--line);
  background: #fffdf9;
}

.text-button,
.form-message,
.lead-name-button,
a {
  color: var(--zentro-terracotta-dark);
}

.button:focus-visible,
.text-button:focus-visible,
.mini-row:focus-visible,
.drawer-close:focus-visible,
.nav-item:focus-visible {
  outline-color: rgba(212, 107, 70, .5);
}

input,
select,
textarea {
  border-color: var(--line);
  background: #fffdf9;
  color: var(--zentro-plum);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--zentro-terracotta);
  box-shadow: 0 0 0 3px rgba(212, 107, 70, .14);
}

.settings-tabs button.active,
.segmented button.active {
  background: var(--zentro-terracotta);
  color: #fff;
  box-shadow: 0 7px 18px rgba(212, 107, 70, .18);
}

.badge,
.private-payroll-badge {
  background: var(--zentro-oat);
  color: var(--zentro-plum);
}

.badge.booked,
.badge.lead-booked {
  background: #e4ebe1;
  color: #52674f;
}

.badge.callback_scheduled,
.badge.waiting_for_clinic,
.badge.lead-follow_up {
  background: #f7e8d4;
  color: #8c512b;
}

.badge.not_booked,
.badge.do_not_contact,
.badge.lead-not_booked {
  background: #f3dfd9;
  color: #8b4e43;
}

.status-group-open .lead-status-dot { background: var(--zentro-terracotta); }
.status-group-in_progress .lead-status-dot { background: var(--zentro-plum); }
.status-group-follow_up .lead-status-dot { background: #c49055; }
.status-group-booked .lead-status-dot { background: var(--zentro-sage); }
.status-group-not_booked .lead-status-dot { background: var(--zentro-blush); }
.status-group-irrelevant .lead-status-dot { background: #a59b9f; }

.inline-lead-select.status-follow_up {
  border-color: #dfbd95;
  background: #fbf1e3;
}

.knowledge-search-mark {
  display: grid;
  overflow: hidden;
  place-items: center;
  border: 1px solid #ead8cc;
  background: var(--zentro-cream);
}

.knowledge-search-mark img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.toast {
  border: 1px solid rgba(240, 207, 196, .3);
  background: var(--zentro-plum-deep);
  color: var(--zentro-cream);
  box-shadow: 0 16px 44px rgba(57, 35, 53, .22);
}


.art-card-extra {
  width: min(220px, 22%);
  padding: 16px 18px;
  border-radius: 16px;
}

.art-card-extra span,
.art-card-extra small {
  font-size: 11px;
  line-height: 1.35;
}

.art-card-extra strong {
  margin: 8px 0 4px;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.18;
}

.art-card-three {
  left: 43%;
  top: 8%;
  transform: rotate(2deg);
}

.art-card-four {
  right: 7%;
  top: 14%;
  transform: rotate(-2deg);
}

.art-card-five {
  left: 7%;
  bottom: 9%;
  transform: rotate(2deg);
}

.art-card-six {
  left: 39%;
  bottom: 7%;
  transform: rotate(-2deg);
}

.art-card-seven {
  right: 7%;
  bottom: 5%;
  transform: rotate(2deg);
}

@media (max-width: 1320px) {
  .art-card-extra {
    width: 180px;
    padding: 14px 15px;
  }

  .art-card-four,
  .art-card-seven {
    display: none;
  }

  .art-card-three {
    left: 48%;
    top: 9%;
  }

  .art-card-five {
    left: 7%;
    bottom: 7%;
  }

  .art-card-six {
    right: 7%;
    bottom: 7%;
    left: auto;
  }
}

@media (max-width: 1100px) {
  .art-card-extra {
    display: none;
  }
}
@media (max-width: 740px) {
  .login-brand-lockup {
    width: min(300px, 92%);
    margin-bottom: 34px;
  }

  .login-brand-lockup > img {
    width: 58px;
    height: 58px;
  }

  .sidebar-brand-lockup {
    width: 172px;
  }

  .sidebar-brand-lockup .brand-lockup-copy small,
  .sidebar-brand-lockup .brand-lockup-copy > span {
    display: none;
  }
}