/* style.css - tiny, responsive */
:root{--max-width:900px;--accent:#0a84ff}
*{box-sizing:border-box}
body{font-family:system-ui,-apple-system,'Segoe UI',Roboto,Arial;color:#111;margin:0;background:#fff}
.site{max-width:var(--max-width);margin:0 auto;padding:20px}
.site-header{border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:18px}
h1{margin:.1rem 0}
.entry{border:1px solid #f1f1f1;padding:14px;border-radius:6px;margin-bottom:12px;background:#fff}
.entry .meta{color:#666;font-size:.9rem;margin-bottom:8px}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
input,textarea,button{font:inherit;padding:8px;border:1px solid #ddd;border-radius:6px}
table th,table td{padding:8px;border-bottom:1px solid #eee;text-align:left}
@media (max-width:700px){ .site{padding:12px} table{font-size:.9rem} }