/* Test stylesheet for static site synchronization */
body { color: #222; background: #f8fafc; }
.header { padding: 1rem; border-bottom: 1px solid #e6eef6; }
.card { background: #fff; padding: 1rem; border-radius: 6px; box-shadow: 0 1px 2px rgba(0,0,0,0.04); }
