/* Roofcat 博客自定义样式 */

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

.navbar-brand {
    font-weight: 700;
    font-size: 1.3rem;
}

.post-content {
    font-size: 1.05rem;
    line-height: 1.8;
}

.post-content h1, .post-content h2, .post-content h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.post-content p {
    margin-bottom: 1rem;
}

.post-content img {
    max-width: 100%;
    border-radius: 6px;
    margin: 1rem 0;
}

.post-content pre {
    background: #2d2d2d;
    color: #f8f8f2;
    padding: 1rem;
    border-radius: 6px;
    overflow-x: auto;
}

.post-content blockquote {
    border-left: 4px solid #0d6efd;
    padding-left: 1rem;
    color: #6c757d;
    margin: 1rem 0;
}

.card {
    border: none;
    border-radius: 8px;
}

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

textarea.form-control {
    font-family: 'Courier New', monospace;
    font-size: 0.95rem;
}

footer {
    border-top: 1px solid #dee2e6;
}
