/* RakuDocs — clean documentation theme */

body {
    background-color: #f8f9fa;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Article content styling */
.article-content {
    line-height: 1.8;
    font-size: 1.05rem;
}

.article-content h1,
.article-content h2,
.article-content h3 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.article-content pre {
    background: #2d2d2d;
    color: #f8f8f2;
    padding: 1rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    font-size: 0.9rem;
}

.article-content code {
    background: #e9ecef;
    padding: 0.15em 0.4em;
    border-radius: 0.25rem;
    font-size: 0.9em;
}

.article-content pre code {
    background: none;
    padding: 0;
}

.article-content blockquote {
    border-left: 4px solid #667eea;
    padding-left: 1rem;
    margin-left: 0;
    color: #555;
}

.article-content table {
    width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
}

.article-content th,
.article-content td {
    padding: 0.5rem;
    border: 1px solid #dee2e6;
}

.article-content th {
    background: #f8f9fa;
}

.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

/* Cards */
.card {
    border: 1px solid #e0e0e0;
    transition: box-shadow 0.2s;
}

.card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Navbar */
.navbar-brand {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
}

/* Badges */
.badge {
    font-weight: 500;
}

/* Search */
.form-control:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

/* Footer */
footer a:hover {
    text-decoration: underline !important;
}
