.container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    background: #fff;
    border-radius: 16px;
    box-sizing: border-box;
}

h2 {
    text-align: center;
    color: #b68600;
    margin-bottom: 5px;
}

#timestamp {
    text-align: center;
    color: #777;
    margin-bottom: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

th, td {
    padding: 10px;
    border: 1px solid #eee;
    text-align: left;
    font-size: 15px;
}

th {
    background: linear-gradient(45deg, #f7d358, #f4b03e);
    color: #333;
    font-weight: 600;
}

tr:nth-child(even) {
    background: #fdf8e4;
}

tr.updated {
    background-color: #fff8c4 !important;
    transition: background-color 0.6s ease;
}

.loading {
    text-align: center;
    color: #2a2a2ab0;
}

@media (max-width: 600px) {
    body { padding: 0px; }
    table, th, td { font-size: 13px; }
}
