@import '_content/Viblog/Viblog.ocim2c9h6z.bundle.scp.css';

/* /Components/Breadcrumb.razor.rz.scp.css */
/* Breadcrumb Component Isolated Styles */

.breadcrumb[b-gcwwfbhpj7] {
    margin-bottom: 2rem;
}

.breadcrumb-list[b-gcwwfbhpj7] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0.75rem 0;
    font-size: 0.875rem;
}

.breadcrumb-item[b-gcwwfbhpj7] {
    display: flex;
    align-items: center;
}

.breadcrumb-item:not(:last-child)[b-gcwwfbhpj7]::after {
    content: '\203A';
    margin: 0 0.5rem;
    color: #929292;
    font-size: 1.25rem;
}

.breadcrumb-item a[b-gcwwfbhpj7] {
    color: #555555;
    text-decoration: none;
    transition: color 0.2s ease;
    padding: 0.5rem 0.25rem;
}

.breadcrumb-item a:hover[b-gcwwfbhpj7] {
    color: #1a1a1a;
    text-decoration: underline;
}

.breadcrumb-item span[b-gcwwfbhpj7] {
    color: #1a1a1a;
    font-weight: 500;
    padding: 0.5rem 0.25rem;
}

/* Mobile Responsive */
@media (max-width: 640.98px) {
    .breadcrumb-list[b-gcwwfbhpj7] {
        font-size: 0.8rem;
    }

    .breadcrumb-item:not(:last-child)[b-gcwwfbhpj7]::after {
        margin: 0 0.375rem;
        font-size: 1.125rem;
    }
}
/* /Components/Contribution.razor.rz.scp.css */
/* Contribution Component Isolated Styles */

.contribution[b-z0wyat4iy7] {
    display: grid;
    grid-template-columns: 4fr 1fr;
    gap: 1.5rem;
}

    .contribution.no-image[b-z0wyat4iy7] {
        grid-column: span 2;
    }

.contribution-content[b-z0wyat4iy7] {
    grid-column: 1;
}

.contribution-image[b-z0wyat4iy7] {
    grid-column: 2;
    max-width: 200px;
}

    .contribution-image img[b-z0wyat4iy7] {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 0.5rem;
        object-fit: cover;
        display: block;
    }

.contribution-title[b-z0wyat4iy7] {
    grid-column: span 2;
}

.contribution-details[b-z0wyat4iy7] {
    font-size: 1rem;
    line-height: 1.6;
    color: #555555;
}

    .contribution-details p[b-z0wyat4iy7] {
        margin: 0 0 0.75rem 0;
    }

        .contribution-details p:last-child[b-z0wyat4iy7] {
            margin-bottom: 0;
        }

/* Mobile Responsive */
@media (max-width: 768px) {
    .contribution[b-z0wyat4iy7] {
        flex-direction: column;
    }

    .contribution-image[b-z0wyat4iy7] {
        max-width: 150px;
        align-self: center;
    }

    .contribution-title[b-z0wyat4iy7] {
        font-size: 1.125rem;
    }
}

@media (max-width: 640.98px) {
    .contribution[b-z0wyat4iy7] {
        gap: 1rem;
    }

    .contribution-image[b-z0wyat4iy7] {
        max-width: 120px;
    }
}
/* /Components/Contributions.razor.rz.scp.css */
/* Contributions Component Isolated Styles */

.contributions-grid[b-8iakv9zdsc] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .contributions-grid[b-8iakv9zdsc] {
        gap: 1.5rem;
    }
}
/* /Components/FrontPostList.razor.rz.scp.css */
/* FrontPostList Component Isolated Styles */

/* Section styling is handled by the Section component */

.posts-grid[b-9b15wuba4o] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.loading-message[b-9b15wuba4o],
.error-message[b-9b15wuba4o] {
    color: #555555;
    font-size: 1rem;
}

.view-all-posts[b-9b15wuba4o] {
    text-align: center;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.view-all-link[b-9b15wuba4o] {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 600;
    color: #9b7dd4;
    text-decoration: none;
    padding: 1rem 2rem;
    border: 2px solid #9b7dd4;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.view-all-link:hover[b-9b15wuba4o] {
    background-color: #9b7dd4;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .posts-grid[b-9b15wuba4o] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pagination.razor.rz.scp.css */
/* Pagination Component Isolated Styles */

.pagination[b-et5wz7kfxh] {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.pagination-info[b-et5wz7kfxh] {
    text-align: center;
    color: #555555;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.pagination-controls[b-et5wz7kfxh] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.pagination-btn[b-et5wz7kfxh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0.5rem 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 0.25rem;
    background-color: #ffffff;
    color: #1a1a1a;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.pagination-btn:hover:not(.disabled)[b-et5wz7kfxh] {
    background-color: #f8f8f8;
    border-color: #1a1a1a;
    transform: translateY(-2px);
}

.pagination-btn.active[b-et5wz7kfxh] {
    background-color: #1a1a1a;
    color: #ffffff;
    border-color: #1a1a1a;
    font-weight: 600;
    pointer-events: none;
}

.pagination-btn.disabled[b-et5wz7kfxh] {
    opacity: 0.4;
    cursor: not-allowed;
    background-color: #f8f8f8;
    pointer-events: none;
}

.pagination-btn:focus-visible[b-et5wz7kfxh] {
    outline: 2px solid #1a1a1a;
    outline-offset: 2px;
}

/* Mobile Responsive */
@media (max-width: 640.98px) {
    .pagination-controls[b-et5wz7kfxh] {
        gap: 0.25rem;
    }

    .pagination-btn[b-et5wz7kfxh] {
        min-width: 36px;
        height: 36px;
        padding: 0.25rem 0.5rem;
        font-size: 0.85rem;
    }
}
/* /Components/PostCard.razor.rz.scp.css */
/* PostCard Component Isolated Styles */

.post-card-link[b-siiokl7i53] {
    text-decoration: none;
    color: inherit;
    display: block;
}

.blog-post[b-siiokl7i53] {
    margin-bottom: 2.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.post-card-link:hover .blog-post[b-siiokl7i53] {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px 7px rgba(155, 125, 212, 0.15);
}

.blog-post.grid-card[b-siiokl7i53] {
    height: 400px;
    margin-bottom: 0;
    overflow: hidden;
}

.blog-post.grid-card .post-excerpt[b-siiokl7i53] {
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.post-card-link .category-link[b-siiokl7i53],
.post-card-link .tag-link[b-siiokl7i53] {
    pointer-events: none;
}

.featured-badge[b-siiokl7i53] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background-color: #9b7dd4;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}

.post-title[b-siiokl7i53] {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    color: #1a1a1a;
}

.post-title a[b-siiokl7i53] {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.post-title a:hover[b-siiokl7i53] {
    color: #9b7dd4;
}

.post-meta[b-siiokl7i53] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.875rem;
    color: #555555;
    margin-bottom: 1rem;
}

.post-meta > span:not(:last-child)[b-siiokl7i53]::after {
    content: '�';
    margin-left: 1rem;
    color: #d7d7d7;
}

.post-date[b-siiokl7i53],
.reading-time[b-siiokl7i53] {
    display: inline-block;
}

.post-categories[b-siiokl7i53] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.category-link[b-siiokl7i53] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background-color: #9b7dd4;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.category-link:hover[b-siiokl7i53] {
    background-color: #8566c4;
    transform: translateY(-2px);
}

.post-excerpt[b-siiokl7i53] {
    font-size: 1rem;
    line-height: 1.6;
    color: #555555;
    margin: 0 0 1rem 0;
}

.post-tags[b-siiokl7i53] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tag-link[b-siiokl7i53] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background-color: #e0e0e0;
    color: #333333;
    font-size: 0.75rem;
    text-decoration: none;
    border-radius: 0.25rem;
    transition: background-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.tag-link:hover[b-siiokl7i53] {
    background-color: #d7d7d7;
    transform: translateY(-2px);
}

.post-read-more[b-siiokl7i53] {
    margin-top: 1rem;
}

.read-more-text[b-siiokl7i53] {
    display: inline-block;
    color: #9b7dd4;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.post-card-link:hover .read-more-text[b-siiokl7i53] {
    color: #8566c4;
}

/* Mobile Responsive */
@media (max-width: 640.98px) {
    .post-meta[b-siiokl7i53] {
        flex-direction: column;
        gap: 0.25rem;
    }

    .post-meta > span:not(:last-child)[b-siiokl7i53]::after {
        display: none;
    }
}
/* /Components/ProfileHeader.razor.rz.scp.css */
/* ProfileHeader Component Isolated Styles */

.header-content[b-s7m5bi1rph] {
    color: #ffffff;
    padding: 2rem;
    display: grid;
    grid-column-gap: var(--profile-column-gap);
    grid-template-columns: 1fr 1fr;
    margin: var(--profile-top-overlap) var(--profile-side-margin) 0 var(--profile-side-margin);
    margin-bottom: var(--profile-bottom-space);
}

.header-presentation[b-s7m5bi1rph] {
    color: #000;
}

    .header-presentation h2[b-s7m5bi1rph] {
        margin: 0 0 1.5rem 0;
        font-size: 1.75rem;
        font-weight: 700;
        color: #1a1a1a;
    }

.bio-content[b-s7m5bi1rph] {
    color: #333333;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: auto;
}

    .bio-content p[b-s7m5bi1rph] {
        margin: 0 0 1rem 0;
    }

    .bio-content p:last-child[b-s7m5bi1rph] {
        margin-bottom: 0;
    }

.socials[b-s7m5bi1rph] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    align-items: center;
}

    .socials li[b-s7m5bi1rph] {
        margin: 0;
    }

    .socials a[b-s7m5bi1rph] {
        color: #1a1a1a;
        text-decoration: none;
        transition: color 0.2s ease, transform 0.2s ease;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
    }

        .socials a:hover[b-s7m5bi1rph] {
            color: #555555;
            transform: translateY(-3px);
        }

    .socials img[b-s7m5bi1rph] {
        width: 32px;
        height: 32px;
        display: block;
    }

.presentation-footer[b-s7m5bi1rph] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1.5rem;
    gap: 1rem;
}

.header-awards--inline[b-s7m5bi1rph] {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .header-awards--inline img[b-s7m5bi1rph] {
        height: 110px;
        width: auto;
        display: block;
        filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
    }

.header-photo[b-s7m5bi1rph] {
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center;
    padding: 0;
    background-image: url('/img/profile.png');
    overflow: visible;
}

.header-awards[b-s7m5bi1rph] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: var(--profile-award-gap);
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    bottom: var(--profile-award-bottom);
    right: var(--profile-award-right);
}

    .header-awards li[b-s7m5bi1rph] {
        margin: 0;
    }

    .header-awards a[b-s7m5bi1rph] {
        display: inline-block;
        transition: transform 0.2s ease;
    }

        .header-awards a:hover[b-s7m5bi1rph] {
            transform: translateY(-3px);
        }

    .header-awards img[b-s7m5bi1rph] {
        height: var(--profile-award-height);
        width: auto;
        display: block;
        filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
    }

/* Mobile Responsive */
@media (max-width: 1600px) {
    .header-content[b-s7m5bi1rph] {
        grid-template-columns: 1fr;
        margin: var(--profile-top-overlap) var(--profile-side-margin) var(--profile-bottom-space) var(--profile-side-margin);
    }

    .header-photo[b-s7m5bi1rph] {
        display: none;
    }

    .presentation-footer[b-s7m5bi1rph] {
        justify-content: space-between;
        align-items: flex-end;
    }

    .header-awards--inline[b-s7m5bi1rph] {
        display: flex;
        gap: 1.5rem;
        align-items: flex-end;
    }
}

@media (max-width: 1100px) {
    .header-content[b-s7m5bi1rph] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin: -50px 0 80px 0;
        padding: 0;
    }

    .presentation-footer[b-s7m5bi1rph] {
        justify-content: flex-start;
        gap: 0.75rem;
    }

    .header-awards--inline[b-s7m5bi1rph] {
        display: flex;
        gap: 0.75rem;
        align-items: center;
    }

    .header-awards--inline img[b-s7m5bi1rph] {
        height: 28px;
        width: auto;
    }

    .header-presentation h2[b-s7m5bi1rph] {
        font-size: 1.5rem;
    }

    .bio-content[b-s7m5bi1rph] {
        font-size: 0.95rem;
    }

    .socials[b-s7m5bi1rph] {
        gap: 0.75rem;
        justify-content: flex-start;
        margin: 0;
    }

    .socials a[b-s7m5bi1rph] {
        width: 36px;
        height: 36px;
    }

    .socials img[b-s7m5bi1rph] {
        width: 28px;
        height: 28px;
    }

    .header-photo[b-s7m5bi1rph] {
        height: 300px;
        aspect-ratio: unset;
    }

    .header-awards[b-s7m5bi1rph] {
        position: absolute;
        bottom: -76px;
        right: 20px;
        gap: 1.5rem;
    }

    .header-awards img[b-s7m5bi1rph] {
        height: 100px;
    }
}

@media (max-width: 640px) {
    .header-content[b-s7m5bi1rph] {
        padding: 0;
        margin: -30px 0 60px 0;
    }

    .header-presentation h2[b-s7m5bi1rph] {
        font-size: 1.25rem;
    }

    .bio-content[b-s7m5bi1rph] {
        font-size: 0.9rem;
    }

    .header-awards--inline img[b-s7m5bi1rph] {
        height: 24px;
    }

    .socials a[b-s7m5bi1rph] {
        width: 32px;
        height: 32px;
    }

    .socials img[b-s7m5bi1rph] {
        width: 24px;
        height: 24px;
    }

    .socials[b-s7m5bi1rph] {
        margin: 0;
    }

    .header-photo[b-s7m5bi1rph] {
        height: 250px;
    }

    .header-awards[b-s7m5bi1rph] {
        bottom: -57px;
        right: 10px;
        gap: 1rem;
    }

    .header-awards img[b-s7m5bi1rph] {
        height: 80px;
    }
}
/* /Components/Section.razor.rz.scp.css */
/* Section Component Isolated Styles */

.section[b-mcs5gggm78] {
    margin-bottom: 4rem;
}

.section-title[b-mcs5gggm78] {
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 2rem 0;
    padding-bottom: 0.5rem;
    color: #1a1a1a;
    position: relative;
}

.section-title[b-mcs5gggm78]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33.333%;
    height: 2px;
    background: linear-gradient(to right, #9b7dd4, transparent);
}

.section-content[b-mcs5gggm78] {
    font-size: 1rem;
    line-height: 1.6;
    color: #555555;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .section[b-mcs5gggm78] {
        margin-bottom: 2rem;
    }

    .section-title[b-mcs5gggm78] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 640.98px) {
    .section-title[b-mcs5gggm78] {
        font-size: 1.5rem;
    }

    .section-title[b-mcs5gggm78]::after {
        width: 50%;
    }
}
/* /Components/ShortPostList.razor.rz.scp.css */
/* Short Post List Component Isolated Styles */

.short-post-list[b-y99uk1ij0b] {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #f8f8f8;
    border-radius: 0.25rem;
}

.short-post-list h3[b-y99uk1ij0b] {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1.5rem 0;
    color: #1a1a1a;
}

.short-post-list-grid[b-y99uk1ij0b] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.short-post-card[b-y99uk1ij0b] {
    padding: 1.5rem;
    background-color: #ffffff;
    border-radius: 0.25rem;
    border-left: 4px solid #1a1a1a;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.short-post-card:hover[b-y99uk1ij0b] {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.short-post-card .featured-badge[b-y99uk1ij0b] {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    background-color: #1a1a1a;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
    border-radius: 0.25rem;
}

.short-post-title[b-y99uk1ij0b] {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 0.75rem 0;
}

.short-post-title a[b-y99uk1ij0b] {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.short-post-title a:hover[b-y99uk1ij0b] {
    color: #555555;
}

.short-post-excerpt[b-y99uk1ij0b] {
    font-size: 0.9rem;
    color: #555555;
    margin: 0 0 0.75rem 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.short-post-meta[b-y99uk1ij0b] {
    display: flex;
    gap: 0.75rem;
    font-size: 0.8rem;
    color: #929292;
}

/* Mobile Responsive */
@media (max-width: 640.98px) {
    .short-post-list[b-y99uk1ij0b] {
        padding: 1.5rem 1rem;
    }

    .short-post-list-grid[b-y99uk1ij0b] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .short-post-card[b-y99uk1ij0b] {
        padding: 1rem;
    }
}
/* /Components/SocialShare.razor.rz.scp.css */
/* Social Share Component Isolated Styles */

.social-share[b-vfrmxc1mgq] {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #f8f8f8;
    border-radius: 0.25rem;
}

.share-title[b-vfrmxc1mgq] {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 1.5rem 0;
    color: #1a1a1a;
}

.share-buttons[b-vfrmxc1mgq] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.share-btn[b-vfrmxc1mgq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.share-btn:hover[b-vfrmxc1mgq] {
    transform: translateY(-2px);
    opacity: 0.9;
}

.share-btn:active[b-vfrmxc1mgq] {
    transform: translateY(0);
}

.share-btn svg[b-vfrmxc1mgq] {
    flex-shrink: 0;
}

.share-twitter[b-vfrmxc1mgq] {
    background-color: #1DA1F2;
}

.share-linkedin[b-vfrmxc1mgq] {
    background-color: #0A66C2;
}

.share-facebook[b-vfrmxc1mgq] {
    background-color: #1877F2;
}

.share-copy[b-vfrmxc1mgq] {
    background-color: #555555;
}

.share-copy:disabled[b-vfrmxc1mgq] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Mobile Responsive */
@media (max-width: 640.98px) {
    .social-share[b-vfrmxc1mgq] {
        padding: 1.5rem 1rem;
    }

    .share-buttons[b-vfrmxc1mgq] {
        flex-direction: column;
    }

    .share-btn[b-vfrmxc1mgq] {
        width: 100%;
        justify-content: center;
    }
}
/* /Layout/BlogLayout.razor.rz.scp.css */
/* BlogLayout Isolated Styles */

.blog-container[b-9f089b1wzt] {
    margin: 30px auto;
    border-radius: 5px;
    box-shadow: 0 9px 30px 5px rgba(153, 153, 153, 0.2);
    max-width: var(--max-width-container);
    width: 100%;
    padding-bottom: 2rem;
    background-color: #F7F7F7;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Noto Sans', sans-serif;
}

.header-top[b-9f089b1wzt] {
    background: linear-gradient(to bottom right, #ec7dde, #82eda8);
    min-height: 300px;
    justify-content: center;
    display: flex;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .header-top h1[b-9f089b1wzt] {
        background-color: rgba(255, 255, 255, 0.6);
        max-width: 40rem;
        width: calc(100% - 2rem);
        height: 6.5rem;
        margin-top: 3rem;
        margin-left: 1rem;
        margin-right: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        border-radius: 5px;
        box-shadow: 0 9px 30px 5px rgba(153, 153, 153, 0.2);
        text-align: center;
        font-size: 62pt;
        line-height: 6.5rem;
        overflow: hidden;
        font-family: 'roboto';
        font-weight: 800;
    }

        .header-top h1 a[b-9f089b1wzt] {
            display: block;
            color: inherit;
            text-decoration: none;
        }

.name-short[b-9f089b1wzt] {
    display: none;
}

.bio-inline-photo[b-9f089b1wzt] {
    display: none;
}

@media (max-width: 1600px) {
    .bio-inline-photo[b-9f089b1wzt] {
        display: block;
        max-height: 320px;
        width: auto;
        border-radius: 10px;
        margin: 1rem auto;
        box-shadow: 0 9px 30px 5px rgba(153, 153, 153, 0.2);
    }
}

.blog-content-wrapper[b-9f089b1wzt] {
    flex: 1;
    padding: 3rem 2rem;
    background-color: #f5f5f5;
    max-width: var(--max-width-content);
    margin: 0 auto;
    width: 100%;
}

.blog-main[b-9f089b1wzt] {
    padding: 3rem;
    min-height: 400px;
}

.blog-footer[b-9f089b1wzt] {
    text-align: center;
    padding: 2rem;
    margin-top: auto;
}

    .blog-footer p[b-9f089b1wzt] {
        margin: 0;
    }

/* Mobile Responsive */
@media (max-width: 768px) {
    .blog-container[b-9f089b1wzt] {
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        width: 100%;
    }

    .header-top[b-9f089b1wzt] {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

        .header-top h1[b-9f089b1wzt] {
            font-size: 2.5rem;
            width: calc(100% - 2rem);
            max-width: none;
            height: auto;
            line-height: 1.2;
            padding: 1rem;
            align-self: flex-start;
        }

    .name-full[b-9f089b1wzt] {
        display: none;
    }

    .name-short[b-9f089b1wzt] {
        display: inline;
    }

    .blog-content-wrapper[b-9f089b1wzt] {
        padding: 0;
        max-width: 100%;
        margin: 0;
    }

    .blog-main[b-9f089b1wzt] {
        padding: 0;
        min-height: unset;
    }
}

/* Skip Navigation */
.skip-link[b-9f089b1wzt] {
    position: absolute;
    top: -100%;
    left: 1rem;
    z-index: 9999;
    padding: 0.75rem 1.5rem;
    background-color: var(--color-black);
    color: var(--color-white);
    font-weight: 600;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    text-decoration: none;
    transition: top 0.15s ease;
}

    .skip-link:focus[b-9f089b1wzt] {
        top: 0;
        outline: 3px solid var(--color-focus-shadow);
        outline-offset: 2px;
    }

@media (max-width: 640px) {
    .header-top h1[b-9f089b1wzt] {
        font-size: 2rem;
        padding: 0.75rem;
    }
}
/* /Pages/Archive.razor.rz.scp.css */
/* Archive Page Isolated Styles */

.blog-section[b-4u2vwj6ngo] {
    margin-bottom: 4rem;
}

.section-title[b-4u2vwj6ngo] {
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 2rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #1a1a1a;
    color: #1a1a1a;
}

.loading-message[b-4u2vwj6ngo],
.error-message[b-4u2vwj6ngo] {
    color: #555555;
    font-size: 1rem;
}

.pagination[b-4u2vwj6ngo] {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.pagination-info[b-4u2vwj6ngo] {
    text-align: center;
    color: #555555;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.pagination-controls[b-4u2vwj6ngo] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.pagination-btn[b-4u2vwj6ngo] {
    min-width: 44px;
    height: 44px;
    padding: 0.5rem 1rem;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    color: #1a1a1a;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.pagination-btn:hover:not(:disabled)[b-4u2vwj6ngo] {
    background-color: #f8f8f8;
    border-color: #1a1a1a;
    transform: translateY(-2px);
}

.pagination-btn.active[b-4u2vwj6ngo] {
    background-color: #1a1a1a;
    color: #ffffff;
    border-color: #1a1a1a;
    font-weight: 600;
}

.pagination-btn:disabled[b-4u2vwj6ngo] {
    opacity: 0.4;
    cursor: not-allowed;
    background-color: #f8f8f8;
}

.pagination-btn:focus-visible[b-4u2vwj6ngo] {
    outline: 2px solid #1a1a1a;
    outline-offset: 2px;
}

.back-navigation[b-4u2vwj6ngo] {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.back-link[b-4u2vwj6ngo] {
    display: inline-block;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: color 0.2s ease, transform 0.2s ease;
}

.back-link:hover[b-4u2vwj6ngo] {
    color: #333333;
    transform: translateX(-4px);
}

/* Mobile Responsive */
@media (max-width: 640.98px) {
    .section-title[b-4u2vwj6ngo] {
        font-size: 1.5rem;
    }

    .pagination-controls[b-4u2vwj6ngo] {
        gap: 0.25rem;
    }

    .pagination-btn[b-4u2vwj6ngo] {
        min-width: 36px;
        height: 36px;
        padding: 0.25rem 0.5rem;
        font-size: 0.85rem;
    }
}
/* /Pages/Category.razor.rz.scp.css */
/* Category Page Isolated Styles */

.blog-section[b-fqs3k4hspy] {
    margin-bottom: 4rem;
}

.section-title[b-fqs3k4hspy] {
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 2rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #1a1a1a;
    color: #1a1a1a;
}

.loading-message[b-fqs3k4hspy],
.error-message[b-fqs3k4hspy] {
    color: #555555;
    font-size: 1rem;
}

.pagination[b-fqs3k4hspy] {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.pagination-info[b-fqs3k4hspy] {
    text-align: center;
    color: #555555;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.pagination-controls[b-fqs3k4hspy] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.pagination-btn[b-fqs3k4hspy] {
    min-width: 44px;
    height: 44px;
    padding: 0.5rem 1rem;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    color: #1a1a1a;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.pagination-btn:hover:not(:disabled)[b-fqs3k4hspy] {
    background-color: #f8f8f8;
    border-color: #1a1a1a;
    transform: translateY(-2px);
}

.pagination-btn.active[b-fqs3k4hspy] {
    background-color: #1a1a1a;
    color: #ffffff;
    border-color: #1a1a1a;
    font-weight: 600;
}

.pagination-btn:disabled[b-fqs3k4hspy] {
    opacity: 0.4;
    cursor: not-allowed;
    background-color: #f8f8f8;
}

.pagination-btn:focus-visible[b-fqs3k4hspy] {
    outline: 2px solid #1a1a1a;
    outline-offset: 2px;
}

.back-navigation[b-fqs3k4hspy] {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.back-link[b-fqs3k4hspy] {
    display: inline-block;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: color 0.2s ease, transform 0.2s ease;
}

.back-link:hover[b-fqs3k4hspy] {
    color: #333333;
    transform: translateX(-4px);
}

/* Mobile Responsive */
@media (max-width: 640.98px) {
    .section-title[b-fqs3k4hspy] {
        font-size: 1.5rem;
    }

    .pagination-controls[b-fqs3k4hspy] {
        gap: 0.25rem;
    }

    .pagination-btn[b-fqs3k4hspy] {
        min-width: 36px;
        height: 36px;
        padding: 0.25rem 0.5rem;
        font-size: 0.85rem;
    }
}
/* /Pages/Index.razor.rz.scp.css */
/* Index Page Isolated Styles */

/* Profile header styles are managed by ProfileHeader component */
/* Post list styles are managed by FrontPostList component */
/* Contributions styles are managed by Contributions component */
/* /Pages/NotFound.razor.rz.scp.css */
/* NotFound Page Isolated Styles */

.not-found-container[b-p5drm1xi8j] {
    text-align: center;
    padding: 4rem 2rem;
    max-width: 600px;
    margin: 0 auto;
}

.not-found-title[b-p5drm1xi8j] {
    font-size: 8rem;
    font-weight: 700;
    margin: 0;
    color: #1a1a1a;
    line-height: 1;
}

.not-found-subtitle[b-p5drm1xi8j] {
    font-size: 2rem;
    font-weight: 600;
    margin: 1rem 0;
    color: #333333;
}

.not-found-message[b-p5drm1xi8j] {
    font-size: 1.125rem;
    color: #555555;
    margin: 1.5rem 0 3rem 0;
}

.not-found-navigation[b-p5drm1xi8j] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 300px;
    margin: 0 auto;
}

.btn-primary[b-p5drm1xi8j],
.btn-secondary[b-p5drm1xi8j] {
    display: block;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.25rem;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn-primary[b-p5drm1xi8j] {
    background-color: #1a1a1a;
    color: #ffffff;
}

.btn-secondary[b-p5drm1xi8j] {
    background-color: #f8f8f8;
    color: #1a1a1a;
    border: 2px solid #e0e0e0;
}

.btn-primary:hover[b-p5drm1xi8j],
.btn-secondary:hover[b-p5drm1xi8j] {
    transform: translateY(-2px);
    opacity: 0.9;
}

/* Mobile Responsive */
@media (max-width: 640.98px) {
    .not-found-title[b-p5drm1xi8j] {
        font-size: 5rem;
    }

    .not-found-subtitle[b-p5drm1xi8j] {
        font-size: 1.5rem;
    }
}
/* /Pages/PageView.razor.rz.scp.css */
.page-loading[b-wbvxuzu8c1],
.page-error[b-wbvxuzu8c1],
.page-not-found[b-wbvxuzu8c1] {
    padding: 2rem;
    text-align: center;
}

.page-error[b-wbvxuzu8c1] {
    color: var(--error-color, #dc3545);
}

.admin-preview-bar[b-wbvxuzu8c1] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

.preview-controls[b-wbvxuzu8c1] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.preview-label[b-wbvxuzu8c1] {
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.preview-toggle[b-wbvxuzu8c1] {
    padding: 0.5rem 1rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease;
}

.preview-toggle:hover[b-wbvxuzu8c1] {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
}

.preview-toggle.active[b-wbvxuzu8c1] {
    background: white;
    color: #667eea;
    border-color: white;
}

.preview-status[b-wbvxuzu8c1] {
    padding: 0.375rem 0.875rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-draft[b-wbvxuzu8c1] {
    background: rgba(255, 193, 7, 0.9);
    color: #000;
}

.status-unpublished[b-wbvxuzu8c1] {
    background: rgba(220, 53, 69, 0.9);
    color: white;
}

.edit-link[b-wbvxuzu8c1] {
    color: white;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.edit-link:hover[b-wbvxuzu8c1] {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

.page-detail[b-wbvxuzu8c1] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.page-header[b-wbvxuzu8c1] {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color, #e0e0e0);
}

.page-title[b-wbvxuzu8c1] {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1rem 0;
    color: var(--heading-color, #1a1a1a);
}

.page-featured-image[b-wbvxuzu8c1] {
    margin-bottom: 2rem;
    border-radius: 8px;
    overflow: hidden;
}

.page-featured-image img[b-wbvxuzu8c1] {
    width: 100%;
    height: auto;
    display: block;
}

.page-content[b-wbvxuzu8c1] {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text-color, #333);
}

.page-content h2[b-wbvxuzu8c1] {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    font-weight: 600;
}

.page-content h3[b-wbvxuzu8c1] {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.page-content p[b-wbvxuzu8c1] {
    margin-bottom: 1rem;
}

.page-content ul[b-wbvxuzu8c1],
.page-content ol[b-wbvxuzu8c1] {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.page-content li[b-wbvxuzu8c1] {
    margin-bottom: 0.5rem;
}

.page-content a[b-wbvxuzu8c1] {
    color: var(--link-color, #0066cc);
    text-decoration: underline;
}

.page-content a:hover[b-wbvxuzu8c1] {
    color: var(--link-hover-color, #0052a3);
}

.page-content img[b-wbvxuzu8c1] {
    max-width: 100%;
    height: auto;
    margin: 1.5rem 0;
    border-radius: 4px;
}

.page-content code[b-wbvxuzu8c1] {
    background-color: var(--code-bg, #f5f5f5);
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    font-family: monospace;
    font-size: 0.9em;
}

.page-content pre[b-wbvxuzu8c1] {
    background-color: var(--code-bg, #f5f5f5);
    padding: 1rem;
    border-radius: 4px;
    overflow-x: auto;
    margin: 1rem 0;
}

.page-content pre code[b-wbvxuzu8c1] {
    background-color: transparent;
    padding: 0;
}

.page-footer[b-wbvxuzu8c1] {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color, #e0e0e0);
}

.page-meta[b-wbvxuzu8c1] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 0.9rem;
    color: var(--meta-color, #666);
}

.view-count[b-wbvxuzu8c1]::before {
    content: "?? ";
}

.back-link[b-wbvxuzu8c1] {
    display: inline-block;
    margin-top: 1rem;
    color: var(--link-color, #0066cc);
    text-decoration: none;
    font-weight: 500;
}

.back-link:hover[b-wbvxuzu8c1] {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .page-detail[b-wbvxuzu8c1] {
        padding: 1rem 0.5rem;
    }

    .page-title[b-wbvxuzu8c1] {
        font-size: 2rem;
    }

    .page-content[b-wbvxuzu8c1] {
        font-size: 1rem;
    }
}
/* /Pages/Post.razor.rz.scp.css */
/* Post Detail Page Isolated Styles */

.post-detail[b-31qlcrx6by] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

.post-header[b-31qlcrx6by] {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #e0e0e0;
}

.post-detail-title[b-31qlcrx6by] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 1.5rem 0;
    line-height: 1.2;
    color: #1a1a1a;
}

.post-detail-meta[b-31qlcrx6by] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    color: #555555;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.post-detail-meta > span:not(:last-child)[b-31qlcrx6by]::after {
    content: '\2022';
    margin-left: 1rem;
    color: #d7d7d7;
}

.post-categories[b-31qlcrx6by] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.category[b-31qlcrx6by] {
    display: inline-block;
    padding: 0.25rem 1rem;
    background-color: #1a1a1a;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.category:hover[b-31qlcrx6by] {
    background-color: #333333;
    transform: translateY(-2px);
}

.featured-badge[b-31qlcrx6by] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background-color: #1a1a1a;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}

.post-featured-image[b-31qlcrx6by] {
    margin: 0 0 2rem 0;
    border-radius: 0.25rem;
    overflow: hidden;
}

.post-featured-image img[b-31qlcrx6by] {
    width: 100%;
    height: 200px;
    max-height: 200px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.post-content[b-31qlcrx6by] {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 3rem;
}

.post-content h2[b-31qlcrx6by] {
    font-size: 2rem;
    font-weight: 600;
    margin: 3rem 0 1.5rem 0;
    color: #1a1a1a;
}

.post-content h3[b-31qlcrx6by] {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 2rem 0 1rem 0;
    color: #1a1a1a;
}

.post-content h4[b-31qlcrx6by] {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 1.5rem 0 1rem 0;
    color: #1a1a1a;
}

.post-content p[b-31qlcrx6by] {
    margin: 0 0 1.5rem 0;
}

.post-content ul[b-31qlcrx6by],
.post-content ol[b-31qlcrx6by] {
    margin: 0 0 1.5rem 0;
    padding-left: 2rem;
}

.post-content li[b-31qlcrx6by] {
    margin-bottom: 0.5rem;
}

.post-content code[b-31qlcrx6by] {
    background-color: #f8f8f8;
    padding: 2px 6px;
    border-radius: 0.25rem;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
}

.post-content pre[b-31qlcrx6by] {
    background-color: #f8f8f8;
    padding: 1rem;
    border-radius: 0.25rem;
    overflow-x: auto;
    margin: 0 0 1.5rem 0;
}

.post-content pre code[b-31qlcrx6by] {
    background-color: transparent;
    padding: 0;
}

.post-content blockquote[b-31qlcrx6by] {
    border-left: 4px solid #1a1a1a;
    margin: 1.5rem 0;
    padding: 1rem 1.5rem;
    background-color: #f8f8f8;
    font-style: italic;
}

.post-content img[b-31qlcrx6by] {
    max-width: 100%;
    height: auto;
    margin: 1.5rem 0;
    border-radius: 0.25rem;
}

.post-content a[b-31qlcrx6by] {
    color: #1a1a1a;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.2s ease;
}

.post-content a:hover[b-31qlcrx6by] {
    color: #555555;
}

.post-footer[b-31qlcrx6by] {
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 2rem;
}

.post-tags-section h3[b-31qlcrx6by] {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    color: #1a1a1a;
}

.post-tags[b-31qlcrx6by] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tag[b-31qlcrx6by] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background-color: #e0e0e0;
    color: #333333;
    font-size: 0.75rem;
    text-decoration: none;
    border-radius: 0.25rem;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.tag:hover[b-31qlcrx6by] {
    background-color: #d7d7d7;
    transform: translateY(-2px);
}

.post-navigation[b-31qlcrx6by] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
    margin-top: 2rem;
}

.post-nav-link[b-31qlcrx6by] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    text-decoration: none;
    color: #1a1a1a;
    transition: color 0.2s ease;
}

.post-nav-prev[b-31qlcrx6by] {
    align-items: flex-start;
}

.post-nav-next[b-31qlcrx6by] {
    align-items: flex-end;
    text-align: right;
}

.post-nav-link:hover[b-31qlcrx6by] {
    color: #555555;
}

.post-nav-label[b-31qlcrx6by] {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888888;
}

.post-nav-link:hover .post-nav-label[b-31qlcrx6by] {
    color: #555555;
}

.post-nav-title[b-31qlcrx6by] {
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.3;
}

.post-nav-all[b-31qlcrx6by] {
    justify-self: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: #555555;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.post-nav-all:hover[b-31qlcrx6by] {
    color: #1a1a1a;
}

.post-nav-placeholder[b-31qlcrx6by] {
    display: block;
}

.post-loading[b-31qlcrx6by],
.post-error[b-31qlcrx6by],
.post-not-found[b-31qlcrx6by] {
    max-width: 600px;
    margin: 3rem auto;
    padding: 2rem;
    text-align: center;
}

.post-loading h2[b-31qlcrx6by],
.post-error h2[b-31qlcrx6by],
.post-not-found h2[b-31qlcrx6by] {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.post-loading p[b-31qlcrx6by],
.post-error p[b-31qlcrx6by],
.post-not-found p[b-31qlcrx6by] {
    font-size: 1.125rem;
    color: #555555;
    margin-bottom: 1.5rem;
}

.loading-message[b-31qlcrx6by],
.error-message[b-31qlcrx6by] {
    color: #555555;
}

.view-count[b-31qlcrx6by] {
    color: #555555;
}

.comments-section-wrapper[b-31qlcrx6by] {
    margin-top: 3rem;
    padding-top: 2rem;
}

/* Mobile Responsive */
@media (max-width: 640.98px) {
    .post-detail[b-31qlcrx6by] {
        padding: 1rem;
    }

    .post-detail-title[b-31qlcrx6by] {
        font-size: 1.75rem;
    }

    .post-detail-meta[b-31qlcrx6by] {
        font-size: 0.85rem;
        flex-direction: column;
        gap: 0.25rem;
    }

    .post-detail-meta > span:not(:last-child)[b-31qlcrx6by]::after {
        display: none;
    }

    .post-content[b-31qlcrx6by] {
        font-size: 1rem;
    }

    .post-content h2[b-31qlcrx6by] {
        font-size: 1.5rem;
    }

    .post-content h3[b-31qlcrx6by] {
        font-size: 1.25rem;
    }

    .post-content h4[b-31qlcrx6by] {
        font-size: 1.1rem;
    }

    .related-posts[b-31qlcrx6by] {
        padding: 1.5rem 1rem;
    }

    .related-posts-grid[b-31qlcrx6by] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .related-post-card[b-31qlcrx6by] {
        padding: 1rem;
    }

    .post-navigation[b-31qlcrx6by] {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
    }

    .post-nav-next[b-31qlcrx6by] {
        align-items: flex-start;
        text-align: left;
    }

    .post-nav-all[b-31qlcrx6by] {
        order: -1;
    }
}
/* /Pages/Posts.razor.rz.scp.css */
/* Posts List Page Isolated Styles */

.blog-section[b-5ibnkofrwq] {
    margin-bottom: 4rem;
}

.section-header[b-5ibnkofrwq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #1a1a1a;
}

.section-title[b-5ibnkofrwq] {
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
    color: #1a1a1a;
}

.search-form[b-5ibnkofrwq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.search-input[b-5ibnkofrwq] {
    padding: 0.5rem 0.75rem;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    color: #1a1a1a;
    font-size: 0.9rem;
    width: 200px;
    transition: border-color 0.2s ease, outline 0.2s ease;
}

.search-input:focus[b-5ibnkofrwq] {
    outline: 2px solid #1a1a1a;
    outline-offset: 2px;
    border-color: #1a1a1a;
}

.search-btn[b-5ibnkofrwq] {
    padding: 0.5rem 1rem;
    background-color: #1a1a1a;
    color: #ffffff;
    border: 1px solid #1a1a1a;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.search-btn:hover[b-5ibnkofrwq] {
    background-color: #333333;
    transform: translateY(-2px);
}

.search-btn:focus-visible[b-5ibnkofrwq] {
    outline: 2px solid #1a1a1a;
    outline-offset: 2px;
}

.loading-message[b-5ibnkofrwq],
.error-message[b-5ibnkofrwq] {
    color: #555555;
    font-size: 1rem;
}

.pagination[b-5ibnkofrwq] {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.pagination-info[b-5ibnkofrwq] {
    text-align: center;
    color: #555555;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.pagination-controls[b-5ibnkofrwq] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.pagination-btn[b-5ibnkofrwq] {
    min-width: 44px;
    height: 44px;
    padding: 0.5rem 1rem;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    color: #1a1a1a;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.pagination-btn:hover:not(:disabled)[b-5ibnkofrwq] {
    background-color: #f8f8f8;
    border-color: #1a1a1a;
    transform: translateY(-2px);
}

.pagination-btn.active[b-5ibnkofrwq] {
    background-color: #1a1a1a;
    color: #ffffff;
    border-color: #1a1a1a;
    font-weight: 600;
}

.pagination-btn:disabled[b-5ibnkofrwq] {
    opacity: 0.4;
    cursor: not-allowed;
    background-color: #f8f8f8;
}

.pagination-btn:focus-visible[b-5ibnkofrwq] {
    outline: 2px solid #1a1a1a;
    outline-offset: 2px;
}

/* Mobile Responsive */
@media (max-width: 640.98px) {
    .section-header[b-5ibnkofrwq] {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-form[b-5ibnkofrwq] {
        width: 100%;
    }

    .search-input[b-5ibnkofrwq] {
        width: 100%;
        flex: 1;
    }

    .section-title[b-5ibnkofrwq] {
        font-size: 1.5rem;
    }

    .pagination-controls[b-5ibnkofrwq] {
        gap: 0.25rem;
    }

    .pagination-btn[b-5ibnkofrwq] {
        min-width: 36px;
        height: 36px;
        padding: 0.25rem 0.5rem;
        font-size: 0.85rem;
    }
}
/* /Pages/Search.razor.rz.scp.css */
/* Search Page Isolated Styles */

.blog-section[b-5wsw99eb7x] {
    margin-bottom: 4rem;
}

.section-title[b-5wsw99eb7x] {
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 2rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #1a1a1a;
    color: #1a1a1a;
}

.search-box[b-5wsw99eb7x] {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background-color: #f8f8f8;
    border-radius: 0.25rem;
}

.search-form[b-5wsw99eb7x] {
    display: flex;
    gap: 0.5rem;
    max-width: 600px;
}

.search-input[b-5wsw99eb7x] {
    flex: 1;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 0.25rem;
    transition: border-color 0.2s ease;
}

.search-input:focus[b-5wsw99eb7x] {
    outline: none;
    border-color: #1a1a1a;
}

.search-button[b-5wsw99eb7x] {
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.search-button:hover[b-5wsw99eb7x] {
    background-color: #333333;
    transform: translateY(-2px);
}

.search-button:active[b-5wsw99eb7x] {
    transform: translateY(0);
}

.search-prompt[b-5wsw99eb7x] {
    text-align: center;
    padding: 3rem 1rem;
    color: #555555;
    font-size: 1.125rem;
}

.results-summary[b-5wsw99eb7x] {
    color: #555555;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    padding: 0.75rem 1rem;
    background-color: #f8f8f8;
    border-left: 4px solid #1a1a1a;
}

.loading-message[b-5wsw99eb7x],
.error-message[b-5wsw99eb7x] {
    color: #555555;
    font-size: 1rem;
    text-align: center;
    padding: 2rem 1rem;
}

.error-message[b-5wsw99eb7x] {
    color: #e50000;
}

/* Mobile Responsive */
@media (max-width: 640.98px) {
    .section-title[b-5wsw99eb7x] {
        font-size: 1.5rem;
    }

    .search-form[b-5wsw99eb7x] {
        flex-direction: column;
    }

    .search-button[b-5wsw99eb7x] {
        width: 100%;
    }
}
/* /Pages/Tag.razor.rz.scp.css */
/* Tag Page Isolated Styles */

.blog-section[b-b7gcxpn4b8] {
    margin-bottom: 4rem;
}

.section-title[b-b7gcxpn4b8] {
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 2rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #1a1a1a;
    color: #1a1a1a;
}

.loading-message[b-b7gcxpn4b8],
.error-message[b-b7gcxpn4b8] {
    color: #555555;
    font-size: 1rem;
}

.pagination[b-b7gcxpn4b8] {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.pagination-info[b-b7gcxpn4b8] {
    text-align: center;
    color: #555555;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.pagination-controls[b-b7gcxpn4b8] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.pagination-btn[b-b7gcxpn4b8] {
    min-width: 44px;
    height: 44px;
    padding: 0.5rem 1rem;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    color: #1a1a1a;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.pagination-btn:hover:not(:disabled)[b-b7gcxpn4b8] {
    background-color: #f8f8f8;
    border-color: #1a1a1a;
    transform: translateY(-2px);
}

.pagination-btn.active[b-b7gcxpn4b8] {
    background-color: #1a1a1a;
    color: #ffffff;
    border-color: #1a1a1a;
    font-weight: 600;
}

.pagination-btn:disabled[b-b7gcxpn4b8] {
    opacity: 0.4;
    cursor: not-allowed;
    background-color: #f8f8f8;
}

.pagination-btn:focus-visible[b-b7gcxpn4b8] {
    outline: 2px solid #1a1a1a;
    outline-offset: 2px;
}

.back-navigation[b-b7gcxpn4b8] {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.back-link[b-b7gcxpn4b8] {
    display: inline-block;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: color 0.2s ease, transform 0.2s ease;
}

.back-link:hover[b-b7gcxpn4b8] {
    color: #333333;
    transform: translateX(-4px);
}

/* Mobile Responsive */
@media (max-width: 640.98px) {
    .section-title[b-b7gcxpn4b8] {
        font-size: 1.5rem;
    }

    .pagination-controls[b-b7gcxpn4b8] {
        gap: 0.25rem;
    }

    .pagination-btn[b-b7gcxpn4b8] {
        min-width: 36px;
        height: 36px;
        padding: 0.25rem 0.5rem;
        font-size: 0.85rem;
    }
}
