body { margin:0; font-family: system-ui, -apple-system, sans-serif; background: #f7fafc; color: #0f172a; }
header { padding: 20px; background: white; border-bottom: 1px solid #e2e8f0; }
h1 { margin: 0; font-size: 24px; color: #1e293b; }
p { color: #64748b; margin: 5px 0 0; }
main { max-width: 1200px; margin: auto; padding: 20px; }

section { background: white; border-radius: 8px; padding: 20px; margin-bottom: 20px; border: 1px solid #e2e8f0; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
h2 { margin-top: 0; font-size: 18px; border-bottom: 2px solid #f1f5f9; padding-bottom: 10px; color: #334155; }

/* Table Styles */
.table-wrapper { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 600px; font-size: 14px; }
td, th { padding: 10px; border: 1px solid #e2e8f0; text-align: left; }
th { background: #f8fafc; color: #475569; font-weight: 600; }
.center { text-align: center; }
.num { text-align: right; font-family: monospace; font-size: 1.05em; }

/* Specifics */
ul { padding-left: 20px; color: #334155; }
li { margin-bottom: 5px; }
a { color: #2563eb; text-decoration: none; }
a:hover { text-decoration: underline; }

.totals td { background-color: #f1f5f9; font-weight: bold; border-top: 2px solid #cbd5e1; }

footer { padding: 20px; text-align: center; color: #94a3b8; font-size: 12px; }