.docs-container {
    max-width: 900px;
    margin: 0 auto;
}

.docs-card {
    background: #16213e;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
}

.docs-card h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    border-bottom: 1px solid #2d3a4a;
    padding-bottom: 10px;
}

.docs-card h3 {
    color: #42a5f5;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}

.docs-card h4 {
    color: #66bb6a;
    margin-top: 15px;
    margin-bottom: 8px;
    font-size: 14px;
}

.docs-card p {
    color: #ccc;
    line-height: 1.6;
    margin: 10px 0;
}

.docs-card ul {
    color: #ccc;
    line-height: 1.8;
    padding-left: 20px;
}

.docs-card li {
    margin-bottom: 5px;
}

.docs-card code {
    background: #0d1117;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: monospace;
    font-size: 13px;
    color: #4dd0e1;
}

.docs-card pre {
    background: #0d1117;
    border-radius: 8px;
    padding: 15px;
    overflow-x: auto;
    margin: 10px 0;
}

.docs-card pre code {
    background: none;
    padding: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 1.5;
}

.board-diagram {
    font-family: monospace;
    color: #888;
    text-align: center;
}

.endpoint-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    margin-right: 8px;
}

.endpoint-badge.get { background: #2e7d32; color: white; }
.endpoint-badge.post { background: #1565c0; color: white; }

.endpoint-path {
    font-family: monospace;
    color: #fff;
    font-size: 14px;
}

.nav-links {
    text-align: center;
    margin-bottom: 20px;
}

.nav-links a {
    color: #42a5f5;
    margin: 0 15px;
}

.footer-links {
    text-align: center;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #333;
    font-size: 14px;
}
