body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    max-width: 700px;
    margin: 60px auto;
    padding: 0 20px;
    background: #f8f9fa;
    color: #333;
}

h1 {
    color: #2c3e50;
    margin-bottom: 5px;
}

.badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.env {
    background: #d4edda;
    color: #155724;
}

.version {
    background: #cce5ff;
    color: #004085;
}

.info {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
}

td {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

td:first-child {
    font-weight: 600;
    width: 140px;
    color: #555;
}

code {
    background: #e9ecef;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 14px;
}

.endpoint {
    margin: 8px 0;
}

.method {
    display: inline-block;
    width: 50px;
    font-weight: 700;
    font-size: 12px;
}

.get {
    color: #28a745;
}

.post {
    color: #007bff;
}
