/* Tailwind-first stylesheet: minimal fallbacks for environments without CDN */

/* Reset-ish */
*{box-sizing:border-box}
html,body{height:100%}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#f8fafc;color:#0f1724}

/* Images */
img{max-width:100%;height:auto;display:block}

/* Simple container utility (used by some pages if Tailwind is unavailable) */
.container{max-width:1100px;margin:0 auto;padding:28px}

/* Footer baseline */
.site-footer{text-align:center;padding:16px;color:#64748b}

/* Keep the file intentionally small; prefer Tailwind utility classes in markup */
