/* Phase 1 bootstrap stylesheet. Tailwind source lives in frontend/src/tailwind.css. */
:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: #1f2937; background: #f8fafc; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
.shell { max-width: 72rem; margin: 0 auto; padding: 4rem 1.25rem; }
.status-card { max-width: 42rem; padding: 2rem; border: 1px solid #e2e8f0; border-radius: 1rem; background: #fff; box-shadow: 0 1px 2px rgb(15 23 42 / 8%); }
.eyebrow { margin: 0 0 .5rem; color: #0f766e; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
h1 { margin: 0 0 1rem; font-size: clamp(1.75rem, 4vw, 2.5rem); line-height: 1.15; }
p { line-height: 1.6; }
