:root {
  --pulse-navy: #183a63;
  --pulse-navy-dark: #102944;
  --pulse-cyan: #36bce8;
  --pulse-cyan-soft: #dff6fd;
  --pulse-bg: #eef4f8;
  --pulse-surface: #ffffff;
  --pulse-surface-soft: #f7fafc;
  --pulse-border: #d9e5ee;
  --pulse-border-strong: #c4d4df;
  --pulse-text: #172b3f;
  --pulse-muted: #687d90;
  --pulse-muted-strong: #4b6072;
  --pulse-green: #18a558;
  --pulse-green-soft: #e7f7ee;
  --pulse-amber: #f2a318;
  --pulse-amber-soft: #fff3d8;
  --pulse-red: #d94b4b;
  --pulse-red-soft: #fdeaea;
  --pulse-blue-soft: #e8f1fb;
  --pulse-shadow: 0 18px 40px rgba(16, 41, 68, 0.08);
  --pulse-sidebar-width: 236px;
  --pulse-radius: 14px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(54, 188, 232, 0.14), transparent 32rem),
    linear-gradient(180deg, #f6fafc 0%, var(--pulse-bg) 42%, #e9f1f6 100%);
  color: var(--pulse-text);
  font-family: "Montserrat", "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.pulse-page {
  display: flex;
  min-height: 100vh;
}

.pulse-kicker {
  margin: 0 0 6px;
  color: var(--pulse-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pulse-title {
  margin: 0;
  color: var(--pulse-navy);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.pulse-subtitle {
  max-width: 760px;
  margin: 8px 0 0;
  color: var(--pulse-muted);
  font-size: 13px;
}

.pulse-muted {
  color: var(--pulse-muted);
}

.pulse-screen-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
