body {
    margin: 0;
    background: #f2f4f7;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.container {
    width: 700px;
    margin: 60px auto;
    background: white;
    border: 1px solid #d8dde6;
    padding: 24px;
}

.header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.logo {
    font-size: 22px;
    font-weight: bold;
}

.version {
    color: #777;
}

.status {
    margin-bottom: 20px;
}

.indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #2ea043;
    border-radius: 50%;
    margin-right: 8px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

td {
    padding: 10px;
    border-top: 1px solid #e5e7eb;
}

td:first-child {
    width: 180px;
    color: #666;
}

.note {
    color: #666;
    line-height: 1.5;
}
