.ept-bench,
.ept-bench * {
  box-sizing: border-box;
}

.ept-bench {
  --ept-bg: #f6f7fb;
  --ept-surface: #ffffff;
  --ept-surface-soft: #f8fafc;
  --ept-surface-blue: #eff6ff;
  --ept-surface-warm: #fffbeb;
  --ept-border: #dbe2ea;
  --ept-border-strong: #b7c3d0;
  --ept-text: #111827;
  --ept-muted: #64748b;
  --ept-muted-strong: #475569;
  --ept-primary: #1769ff;
  --ept-primary-dark: #0f4fd1;
  --ept-primary-soft: #eaf1ff;
  --ept-success-bg: #ecfdf5;
  --ept-success-border: #a7f3d0;
  --ept-success-text: #047857;
  --ept-warning-bg: #fffbeb;
  --ept-warning-border: #fde68a;
  --ept-warning-text: #92400e;
  --ept-error-bg: #fef2f2;
  --ept-error-border: #fecaca;
  --ept-error-text: #b91c1c;
  --ept-info-bg: #eff6ff;
  --ept-info-border: #bfdbfe;
  --ept-info-text: #1d4ed8;
  --ept-radius-lg: 28px;
  --ept-radius: 18px;
  --ept-radius-md: 14px;
  --ept-radius-sm: 12px;
  --ept-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  --ept-shadow-soft: 0 10px 26px rgba(15, 23, 42, 0.06);
  --ept-focus: 0 0 0 3px rgba(23, 105, 255, 0.18);
  --ept-gap-xs: 6px;
  --ept-gap-sm: 10px;
  --ept-gap: 16px;
  --ept-gap-lg: 22px;
  --ept-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ept-text) !important;
  color-scheme: light;
  font-family: var(--ept-font);
  font-size: 16px;
  isolation: isolate;
  line-height: 1.45;
  position: relative;
  text-rendering: optimizeLegibility;
}

.ept-bench [hidden] {
  display: none !important;
}

.ept-bench button,
.ept-bench input,
.ept-bench select,
.ept-bench textarea {
  font: inherit;
}

.ept-bench a {
  color: var(--ept-primary);
}

.ept-bench :where(h1, h2, h3, h4, h5, h6, p, span, strong, small, li, dt, dd, label, button, input, select, textarea, pre, code) {
  color: inherit;
  letter-spacing: normal;
  text-shadow: none;
}

.ept-bench :where(img, svg, canvas, video) {
  height: auto;
  max-width: 100%;
}

.ept-bench :where(button, input, select, textarea) {
  border-radius: 0;
  box-shadow: none;
}

.ept-bench :where(button) {
  appearance: none;
}

.ept-bench :focus-visible {
  outline: none;
  box-shadow: var(--ept-focus);
}

.ept-sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.ept-muted {
  color: var(--ept-muted);
  font-size: 0.92rem;
  margin: 10px 0 0;
}

.ept-eyebrow {
  color: var(--ept-primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.ept-divider {
  border: 0;
  border-top: 1px solid var(--ept-border);
  margin: 16px 0;
}
