/**
 * Web Game Labo - Test Styles
 * Ver.0.002 20260117-12:00
 */

body {
    font-family: 'Courier New', monospace;
    background: #1a1a2e;
    color: #eee;
    margin: 0;
    padding: 20px;
}

h1, h2 {
    margin: 0 0 10px 0;
}

h1 {
    color: #4da6ff;
    border-bottom: 2px solid #4da6ff;
    padding-bottom: 10px;
}

a {
    color: #4da6ff;
}

.test-pass {
    color: #4caf50;
}

.test-fail {
    color: #f44336;
}

.test-human-output {
    background: #252540;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.test-human-output ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.test-human-output li {
    padding: 5px 0;
    border-bottom: 1px solid #333;
}

#test-json {
    background: #0d0d1a;
    padding: 15px;
    border-radius: 8px;
    overflow-x: auto;
    font-size: 12px;
}

.test-list {
    list-style: none;
    padding: 0;
}

.test-list li {
    padding: 10px;
    margin: 5px 0;
    background: #252540;
    border-radius: 4px;
}

.test-list a {
    text-decoration: none;
    font-size: 16px;
}

.test-list a:hover {
    text-decoration: underline;
}

.back-link {
    margin-bottom: 20px;
    display: block;
}

.status {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 10px;
}

.status-pending {
    background: #666;
}

.status-running {
    background: #ff9800;
}

.status-pass {
    background: #4caf50;
}

.status-fail {
    background: #f44336;
}

canvas {
    display: none;
}

.test-info {
    background: #252540;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.test-info h3 {
    margin: 0 0 10px 0;
    color: #4da6ff;
}

.test-section {
    color: #ff9800;
    font-size: 14px;
    margin: 20px 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #ff9800;
}

.version {
    color: #666;
    font-size: 12px;
    margin-top: 40px;
    text-align: center;
}
