/* Blog Styles - Optimized and Extracted */

* {
    font-family: -apple-system, "system-ui", Aptos, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.blog-dark-section {
    background: #111111;
    color: rgba(255,255,255,0.85);
    padding: 0 0 6rem 0;
    min-height: 100vh;
    font-family: -apple-system, "system-ui", Aptos, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.blog-header-centered {
    text-align: center;
    max-width: 800px;
    padding-top: 4rem;
    font-family: -apple-system, "system-ui", Aptos, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #fff;
    margin: 0 auto;
}

.blog-main-title {
    font-size: 3.4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.7rem;
    letter-spacing: -1.5px;
    line-height: 1.1;
    position: relative;
    display: inline-block;
    font-family: -apple-system, "system-ui", Aptos, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.blog-main-title::after {
    content: '';
    display: block;
    width: 60%;
    height: 4px;
    background: #1fc600;
    margin: 1.1rem auto 0 auto;
    border-radius: 2px;
}

.blog-main-intro {
    font-size: 1.6rem;
    color: #e5e5e5;
    margin-bottom: 2rem;
}

.blog-main-meta {
    color: #e5e5e5;
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    font-family: -apple-system, "system-ui", Aptos, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    letter-spacing: 0.2px;
    text-align: center;
}

.blog-centered-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 0 1rem;
}

.blog-centered-sheet {
    background: #18181b;
    border-radius: 14px;
    border: 1px solid rgba(16,198,0,0.07);
    padding: 2.2rem 2.2rem 2.2rem 2.2rem;
    margin: 0 auto;
    max-width: 800px;
}

.blog-card {
    background: #18181b;
    border-radius: 14px;
    border: 1px solid rgba(16,198,0,0.07);
    padding: 2.2rem 2.2rem 2.2rem 2.2rem;
    transition: box-shadow 0.2s, transform 0.2s;
    border-bottom: 1px solid #222;
}

.blog-card:last-child {
    border-bottom: none;
}

.blog-card:hover {
    box-shadow: 0 8px 40px rgba(31,198,0,0.13);
    transform: translateY(-2px) scale(1.01);
}

.blog-card-title {
    font-weight: 600;
    margin-bottom: 0.7rem;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1.2;
    font-family: -apple-system, "system-ui", Aptos, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-align: center;
    margin: 0 auto;
}

.blog-card-title a {
    color: #1fc600;
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
}

.blog-card-title a:hover {
    color: #24e000;
}

.blog-card-meta {
    color: #e5e5e5;
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    font-family: -apple-system, "system-ui", Aptos, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    letter-spacing: 0.2px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.reading-time {
    color: #22d3ee;
    font-size: 1.1rem;
}

.blog-card-excerpt {
    font-size: 1.6rem;
    line-height: 2.0;
    color: #e5e5e5;
    margin-bottom: 1.7rem;
    font-family: -apple-system, "system-ui", Aptos, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.blog-card-more {
    text-align: center;
    margin: 0 auto;
}

.read-more {
    margin: 0 auto;
    border-radius: 999px;
    padding: 0.5rem 2rem;
    font-size: 1.2rem;
    border: 1px solid #1fc600;
    color: #ffffff;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    font-weight: 500;
    font-family: -apple-system, "system-ui", Aptos, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.read-more:hover {
    background: #24e000;
    color: #111 !important;
}

.no-posts {
    text-align: center;
    padding: 3rem 0;
    color: #ffffff;
    font-family: -apple-system, "system-ui", Aptos, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.pagination-centered {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}

/* Blog Post Content Styles */
.blog-content-text {
    font-size: 19.8px;
    line-height: 1.8;
    color: #e5e5e5;
    margin-bottom: 1.7rem;
    font-family: -apple-system, "system-ui", Aptos, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-style: normal;
}

.blog-content-text p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.blog-content-text h1,
.blog-content-text h2,
.blog-content-text h3 {
    color: #fff;
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    font-family: -apple-system, "system-ui", Aptos, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.blog-content-text h1 {
    font-size: 2.6rem;
}

.blog-content-text h2 {
    font-size: 2.2rem;
}

.blog-content-text h3 {
    font-size: 1.9rem;
}

.blog-content-text em,
.blog-content-text i {
    color: #22d3ee;
    font-style: italic;
}

.blog-content-text strong,
.blog-content-text b {
    color: #1fc600;
    font-weight: 600;
}

.blog-content-text ul,
.blog-content-text ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.blog-content-text li {
    margin-bottom: 0.8rem;
    line-height: 1.8;
}

.blog-dark-section a {
    color: #1fc600;
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 500;
}

.blog-dark-section a:hover {
    color: #24e000;
}

.blog-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid #222;
    gap: 2rem;
}

.prev-post, .next-post {
    flex: 0 0 45%;
    text-decoration: none;
    color: inherit;
    font-family: -apple-system, "system-ui", Aptos, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.prev-post {
    text-align: left;
}

.next-post {
    text-align: right;
}

.blog-navigation span {
    display: block;
    font-size: 0.9rem;
    color: #a7f3d0;
    margin-bottom: 0.5rem;
}

.blog-navigation h4 {
    font-size: 1.2rem;
    color: #fff;
    margin: 0;
    transition: color 0.2s;
    font-family: -apple-system, "system-ui", Aptos, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.blog-navigation a:hover h4 {
    color: #1fc600;
}

/* Mobile Responsiveness - Optimized for exceptional reading experience */
@media (max-width: 600px) {
    .blog-main-title {
        font-size: 2.8rem;
        letter-spacing: -1px;
        line-height: 1.2;
    }

    .blog-main-intro {
        font-size: 1.6rem;
        margin: 0 1.3rem;
        line-height: 1.6;
    }

    .blog-card-title {
        font-size: 2.2rem;
        line-height: 1.3;
    }

    .blog-card-excerpt {
        font-size: 1.7rem;
        line-height: 1.7;
    }

    .blog-card-meta {
        font-size: 1.4rem;
    }

    .reading-time {
        font-size: 1.3rem;
    }

    .blog-card {
        padding: 2rem 1.5rem;
        margin: 1rem;
    }

    .blog-centered-list {
        padding: 0 1rem;
    }

    .blog-centered-sheet {
        padding: 2rem 1.5rem;
        margin: 0 1rem;
    }

    /* Enhanced mobile reading experience */
    .blog-content-text {
        font-size: 18px;
        line-height: 1.9;
        letter-spacing: 0.01em;
    }

    .blog-content-text p {
        margin-bottom: 1.8rem;
        line-height: 1.9;
    }

    .blog-content-text h1 {
        font-size: 2.4rem;
        line-height: 1.25;
        margin-top: 2.5rem;
        margin-bottom: 1.5rem;
    }

    .blog-content-text h2 {
        font-size: 2rem;
        line-height: 1.3;
        margin-top: 2.2rem;
        margin-bottom: 1.3rem;
    }

    .blog-content-text h3 {
        font-size: 1.7rem;
        line-height: 1.35;
        margin-top: 2rem;
        margin-bottom: 1.2rem;
    }

    .blog-content-text ul,
    .blog-content-text ol {
        margin: 2rem 0;
        padding-left: 1.5rem;
    }

    .blog-content-text li {
        margin-bottom: 1rem;
        line-height: 1.9;
        font-size: 18px;
    }

    .blog-navigation {
        flex-direction: column;
        margin-top: 3rem;
    }

    .blog-navigation h4 {
        font-size: 1.4rem;
        line-height: 1.4;
    }

    .prev-post, .next-post {
        flex: 1 1 100%;
        text-align: center;
        padding: 1rem 0;
    }

    .read-more {
        font-size: 1.4rem;
        padding: 0.7rem 2.5rem;
    }
}
