html {
  font-size: 16px;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background: #f3f6f7;
  color: #1b2a2f;
}

.app-nav {
  background: #17324d;
}

.page-wrap {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.hero {
  margin-bottom: 1.75rem;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  color: #0f766e;
  margin-bottom: 0.35rem;
}

.hero h1 {
  font-size: 2.1rem;
  font-weight: 700;
  color: #17324d;
}

.lede {
  max-width: 46rem;
  color: #3d545c;
}

.status-card {
  background: #fff;
  border: 1px solid #d9e3e6;
  border-radius: 16px;
  padding: 1.4rem 1.5rem;
  box-shadow: 0 10px 24px rgba(23, 50, 77, 0.06);
  height: 100%;
}

.status-card h2 {
  font-size: 1.1rem;
  margin-bottom: 0.85rem;
  color: #17324d;
}

.pill {
  display: inline-block;
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
  max-width: 100%;
  line-height: 1.35;
  white-space: normal;
}

.pill-ok {
  background: #dcfce7;
  color: #166534;
}

.pill-bad {
  background: #fee2e2;
  color: #991b1b;
}

.pill-running {
  background: #fef3c7;
  color: #92400e;
}

.pill-idle {
  background: #e2e8f0;
  color: #334155;
}

.live-hint {
  color: #92400e;
  font-size: 0.9rem;
  margin: 0 0 1rem;
}

.meta {
  margin: 0 0 1rem;
}

.meta dt {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  margin-top: 0.7rem;
}

.meta dd {
  margin: 0;
}

.path,
.calendar-text {
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.92rem;
}

.btn-run {
  background: #0f766e;
  color: #fff;
  border: 0;
  padding: 0.55rem 1rem;
  border-radius: 8px;
}

.btn-run:hover,
.btn-run:focus {
  background: #115e59;
  color: #fff;
}

.calendar-text {
  background: #17324d;
  color: #f8fafc;
  border-radius: 12px;
  padding: 1.1rem 1.2rem;
  white-space: pre-wrap;
  min-height: 18rem;
}

.email-meta,
.empty-text,
.error-text {
  color: #4b6270;
}

.error-text {
  color: #b91c1c;
  word-break: break-word;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
