body {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: system-ui, sans-serif;
    background: #111827;
    color: #e5e7eb;
}

h1 {
    font-size: 1.5rem;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: #1f2937;
    border-radius: 10px;
    overflow: hidden;
}

th, td {
    padding: 11px 14px;
    border-bottom: 1px solid #374151;
    text-align: left;
}

tr:hover {
    background: #273449;
}

a {
    color: #60a5fa;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
