@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Roboto:100,300,400,700);

/* Base styles matching maintenance page */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #4d4d4d;
    font-family: Roboto, "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    position: relative;
    min-height: 100vh;
    text-align: center;
    background: url(https://trustlogin.com/error/skd_bg_steps.png) no-repeat center top;
    background-size: 960px auto;
}

* {
    box-sizing: border-box;
}

a, a:hover {
    color: #4970bf;
    text-decoration: none;
    font-weight: 700;
}

a:hover {
    text-decoration: underline;
}

/* Main layout */
.l-main {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px 120px;
    text-align: center;
}

/* Header matching maintenance page */
header {
    font-size: 1.2em;
    font-weight: 700;
    color: #bb121a;
    padding: 6em 0 1em;
}

h1 {
    font-size: 2em;
    padding: 0;
    margin: 0.5em 0;
    color: #4d4d4d;
}

.subtitle {
    font-size: 1em;
    color: #666;
    margin-bottom: 2em;
}

/* Content area */
.content {
    text-align: left;
    margin-top: 2em;
}

/* Section styles */
.section {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 20px 24px;
    margin-bottom: 20px;
}

.section h2 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #4970bf;
    margin: 0 0 16px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #4970bf;
}

.section h3 {
    font-size: 0.9rem;
    color: #666;
    margin: 0 0 10px 0;
}

/* Version Table */
.version-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.version-table thead th {
    background: #f8f9fa;
    padding: 12px 10px;
    text-align: left;
    font-weight: 600;
    color: #555;
    border-bottom: 2px solid #e0e0e0;
    font-size: 0.85rem;
}

.version-table thead th:nth-child(1) {
    width: 40%;
}

.version-table thead th:nth-child(2),
.version-table thead th:nth-child(3) {
    width: 20%;
    text-align: center;
}

.version-table thead th:nth-child(4) {
    width: 20%;
    text-align: center;
}

.version-table tbody tr {
    border-bottom: 1px solid #eee;
}

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

.version-table tbody td {
    padding: 12px 10px;
    font-size: 0.9rem;
    vertical-align: middle;
}

.version-table tbody td:first-child {
    font-weight: 500;
    color: #555;
}

.version-table .current,
.version-table .latest {
    text-align: center;
    font-family: 'Roboto Mono', monospace;
    font-weight: 600;
}

.version-table .current {
    color: #1a1a1a;
    background: #e8f4e8;
    border-radius: 4px;
    padding: 4px 8px;
}

.version-table .latest {
    color: #666;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 4px 8px;
}

.version-table .status {
    text-align: center;
}

/* Status Badges */
.badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
}

.badge.current {
    background: #d4edda;
    color: #155724;
}

.badge.outdated {
    background: #fff3cd;
    color: #856404;
}

/* Legend Section */
.legend-section {
    background: #fafafa;
    padding: 16px 20px;
}

.legend {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #666;
}

/* Last updated */
.last-updated {
    font-size: 0.85rem;
    color: #888;
    margin: 2em 0 1em;
}

/* Footer matching maintenance page */
.footer {
    text-align: center;
    color: #b2b2b2;
    font-size: 10px;
    line-height: 1;
    padding-bottom: 24px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

/* Responsive */
@media (max-width: 600px) {
    .l-main {
        padding: 0 15px 120px;
    }

    header {
        padding: 4em 0 1em;
    }

    h1 {
        font-size: 1.5rem;
    }

    .section {
        padding: 16px;
    }

    .version-table thead th,
    .version-table tbody td {
        padding: 10px 6px;
        font-size: 0.8rem;
    }
}
