:root {
    color-scheme: light;
}

body {
    margin: 0;
    padding: 16px;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #111827;
    background: #ffffff;
}

.page {
    max-width: 720px;
    margin: 0 auto;
}

.title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 650;
}

.version-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
}

.version-table th,
.version-table td {
    padding: 10px 12px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.version-table th {
    background: #f9fafb;
    font-weight: 600;
}

.version-table tr:last-child td {
    border-bottom: none;
}

