@font-face {
  font-family: "Inter";
  src: url("/assets/brand/Inter-Medium.ttf") format("truetype");
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/brand/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/brand/Inter-Bold.ttf") format("truetype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --clinic-navy: #0a2540;
  --flow-teal: #14b8a6;
  --brand-mint: #9be7d8;
  --brand-slate: #5a6b7f;
  --ink: var(--clinic-navy);
  --muted: var(--brand-slate);
  --navy: var(--clinic-navy);
  --navy-deep: var(--clinic-navy);
  --teal: var(--flow-teal);
  --teal-dark: var(--clinic-navy);
  --mint: var(--brand-mint);
  --cream: #f5f8fa;
  --paper: #ffffff;
  --line: #dbe5eb;
  --soft-line: #edf2f5;
  --shadow: 0 18px 44px rgba(10, 37, 64, .09);
  --shadow-soft: 0 5px 18px rgba(10, 37, 64, .055);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

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

body {
  background: var(--cream);
  color: var(--clinic-navy);
  font-weight: 400;
}

h1,
h2,
h3,
.metric-card strong,
.clock-card strong,
.settings-page-heading h3,
.eod-page-heading h3,
.calendar-header h3,
.eod-metrics strong {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
  letter-spacing: -.025em;
}

.eyebrow {
  color: var(--clinic-navy);
  font-weight: 700;
}

.login-screen {
  background: var(--clinic-navy);
}

.login-panel {
  position: relative;
  z-index: 2;
  border-right: 1px solid rgba(255, 255, 255, .12);
  background: var(--clinic-navy);
  color: #ffffff;
}

.login-brand-lockup {
  display: block;
  width: min(285px, 84%);
  height: auto;
  margin: 0 0 44px;
}

.login-panel .eyebrow {
  color: var(--brand-mint);
}

.login-panel .login-copy {
  color: rgba(255, 255, 255, .74);
}

.login-panel label {
  color: rgba(255, 255, 255, .9);
}

.login-panel input {
  border-color: rgba(255, 255, 255, .28);
  background: #ffffff;
  color: var(--clinic-navy);
}

.login-panel input:focus {
  border-color: var(--flow-teal);
  box-shadow: 0 0 0 3px rgba(20, 184, 166, .24);
}

.login-panel .login-notice {
  border-color: rgba(155, 231, 216, .24);
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .68);
}

.login-panel .login-notice strong,
.login-panel .text-button {
  color: #ffffff;
}

.login-art {
  background: var(--clinic-navy);
}

.login-art::before {
  opacity: .11;
}

.login-art-mark {
  position: absolute;
  right: -8%;
  bottom: -17%;
  width: min(54vw, 660px);
  height: auto;
  opacity: .1;
}

.art-ring {
  display: none;
}

.art-card {
  border-color: rgba(155, 231, 216, .25);
  background: rgba(255, 255, 255, .08);
  box-shadow: none;
}

.art-card strong {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 600;
}

.brand-mark {
  box-shadow: none;
}

.sidebar {
  background: var(--clinic-navy);
  border-right-color: rgba(255, 255, 255, .08);
}

.brand {
  min-height: 52px;
  padding: 0 10px 30px;
}

.sidebar-brand-lockup {
  display: block;
  width: 168px;
  max-width: 100%;
  height: auto;
}

.nav-item {
  color: rgba(255, 255, 255, .7);
}

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

.nav-item.active {
  background: rgba(20, 184, 166, .16);
  color: #ffffff;
  box-shadow: inset 3px 0 var(--flow-teal);
}

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

.button {
  font-weight: 600;
}

.button.primary {
  background: var(--flow-teal);
  color: var(--clinic-navy);
  box-shadow: 0 7px 18px rgba(20, 184, 166, .18);
}

.button.primary:hover {
  background: var(--brand-mint);
  color: var(--clinic-navy);
}

.login-panel .button.primary {
  color: var(--clinic-navy);
}

.text-button,
.form-message,
.lead-name-button {
  color: var(--clinic-navy);
}

.button:focus-visible,
.text-button:focus-visible,
.mini-row:focus-visible,
.drawer-close:focus-visible {
  outline-color: rgba(20, 184, 166, .42);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--flow-teal);
  box-shadow: 0 0 0 3px rgba(20, 184, 166, .14);
}

.metric-card,
.panel,
.clock-card,
.callback-card {
  border-color: var(--line);
  box-shadow: var(--shadow-soft);
}

.metric-card::after {
  background: rgba(20, 184, 166, .07);
}

.settings-tabs button.active {
  background: var(--flow-teal);
  color: var(--clinic-navy);
  box-shadow: 0 7px 18px rgba(20, 184, 166, .18);
}

.segmented button.active {
  color: var(--clinic-navy);
}

@media (max-width: 740px) {
  .login-panel {
    min-height: 100vh;
    border-right: 0;
  }

  .login-brand-lockup {
    width: min(250px, 82%);
    margin-bottom: 36px;
  }

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