body { font-family: 'Segoe UI', sans-serif; margin: 2em; background: #f4f4f9; color: #333; }
h1 { color: #2c3e50; border-bottom: 2px solid #3498db; padding-bottom: 10px; }
table { width: 100%; border-collapse: collapse; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.05); border-radius: 8px; overflow: hidden; }
th { background: #3498db; color: white; text-align: left; padding: 12px; }
td { padding: 10px 12px; border-bottom: 1px solid #eee; }
tr:hover { background-color: #f1f1f1; }
a { color: #0366d6; text-decoration: none; font-weight: 500; }
a:hover { text-decoration: underline; }
.size { color: #6a737d; }