/* FieldDay CSS — inline styles used in layout.ejs, this file is a placeholder */
/* All styles are in the <style> block in layout.ejs for self-containment */
/* This file intentionally minimal */

:root { --bg: #0B0D14; --accent: #F59E0B; }
body { background: var(--bg); color: #F4F4F5; font-family: 'Manrope', sans-serif; }