body {
    background: #f5f6fa;
    font-family: 'Segoe UI', sans-serif;
    padding: 30px 0;
    color: #222;
    margin: 0;
}
.container {
    background: #fff;
    margin: 30px auto;
    max-width: 700px;
    border-radius: 16px;
    padding: 32px 42px;
    box-shadow: 0 6px 30px #23234f16;
}
h1 {
    color: #4158d0;
    text-align: center;
}
.timestamp {
    color: #bbb;
    font-size: 0.96em;
    margin-bottom: 18px;
    text-align: center;
}
.percentage {
    display: block;
    background: #4158d0;
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 28px;
    padding: 12px 0;
    letter-spacing: 1px;
    box-shadow: 0 2px 11px #4158d029;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto 32px auto;
    font-size: 1.08em;
}
th, td {
    padding: 12px 8px;
    text-align: left;
}
th {
    background: #f1f3fa;
    color: #4158d0;
}
tr:nth-child(even) { background: #f8fafd; }
.status-pill {
    padding: 6px 22px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.99em;
    display: inline-block;
    box-shadow: 0 1px 6px #ddd7;
    letter-spacing: 1px;
}
.UP { background: #6eda81; color: #095226; }
.DOWN { background: #fc6767; color: #fff; }
.center {
    text-align: center;
}
.visual {
    display: block;
    margin: 26px auto 0 auto;
    text-align: center;
}
