/* _content/BlogApp/Components/Layout/AdminDropdown.razor.rz.scp.css */
.dropdown[b-tre264c61n] {
    position: relative;
    display: inline-block;
    z-index: 10000;
}

.dropdown-toggle[b-tre264c61n] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s;
}

.dropdown-toggle:hover[b-tre264c61n] {
    color: #6b7280;
}

.dropdown-toggle[b-tre264c61n]::after {
    content: '';
    display: inline-block;
    margin-left: 0.25rem;
    vertical-align: 0.15em;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-menu[b-tre264c61n] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    min-width: 200px;
    margin-top: 0.5rem;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
    list-style: none;
    display: none;
}

.dropdown-item[b-tre264c61n] {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 0.5rem 1rem;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    z-index: 1;
}

.dropdown-item:hover[b-tre264c61n] {
    background-color: #f3f4f6;
    color: #000;
}
/* _content/BlogApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3vssi0as6y] {
    min-height: 100vh;
    background: #2B3544;
}

main[b-3vssi0as6y] {
    min-height: 100vh;
    background: #2B3544;
}

.top-nav[b-3vssi0as6y] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.nav-left[b-3vssi0as6y] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo[b-3vssi0as6y] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 1.1rem;
    color: #000;
}

.logo-icon[b-3vssi0as6y] {
    font-size: 1.5rem;
}

.logo-text[b-3vssi0as6y] {
    letter-spacing: 0.05em;
}

.version-badge[b-3vssi0as6y] {
    background: #f3f4f6;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 500;
}

.nav-right[b-3vssi0as6y] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.nav-links[b-3vssi0as6y] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.dropdown[b-3vssi0as6y] {
    position: relative;
    display: inline-block;
}

.dropdown-toggle[b-3vssi0as6y] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    align-items: center;
}

.dropdown-toggle[b-3vssi0as6y]::after {
    margin-left: 0.25rem;
    display: inline-block;
    vertical-align: middle;
}

.dropdown-menu[b-3vssi0as6y] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 200px;
    margin-top: 0.5rem;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
    list-style: none;
}

.dropdown-item[b-3vssi0as6y] {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.dropdown-item:hover[b-3vssi0as6y] {
    background-color: #f3f4f6;
    color: #000;
}

.user-greeting[b-3vssi0as6y] {
    font-size: 0.9rem;
    color: #374151;
    font-weight: 500;
    white-space: nowrap;
}

.nav-link[b-3vssi0as6y] {
    color: #000;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s;
}

.nav-link:hover[b-3vssi0as6y] {
    color: #6b7280;
}

.nav-link-primary[b-3vssi0as6y] {
    background: #000;
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.2s;
}

.nav-link-primary:hover[b-3vssi0as6y] {
    background: #374151;
    transform: translateY(-1px);
}

.content[b-3vssi0as6y] {
    padding: 0;
    background: transparent;
    min-height: calc(100vh - 70px);
}

#blazor-error-ui[b-3vssi0as6y] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-3vssi0as6y] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/BlogApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vejktrws2z] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-vejktrws2z] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-vejktrws2z] {
    min-height: 4rem;
    background: linear-gradient(135deg, #1e293b 0%, #334155 50%, #475569 100%);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    border-bottom: 2px solid #2563eb;
}

.navbar-brand[b-vejktrws2z] {
    font-size: 1.1rem;
    text-decoration: none;
    color: white !important;
    padding: 0.5rem 0;
}

.brand-container[b-vejktrws2z] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-image[b-vejktrws2z] {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
    border: 2px solid #2563eb;
    transition: all 0.3s ease;
}

.logo-image:hover[b-vejktrws2z] {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}


.nav-item[b-vejktrws2z] {
    font-size: 0.95rem;
    padding-bottom: 0.3rem;
    margin: 0.2rem 0;
}

    .nav-item:first-of-type[b-vejktrws2z] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vejktrws2z] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vejktrws2z]  .nav-link {
        color: #e2e8f0;
        background: none;
        border: none;
        border-radius: 12px;
        height: 3.2rem;
        display: flex;
        align-items: center;
        line-height: 3.2rem;
        width: 100%;
        padding: 0.5rem 1rem;
        transition: all 0.3s ease;
        font-weight: 500;
        border-left: 3px solid transparent;
    }

.nav-icon[b-vejktrws2z] {
    font-size: 1.2rem;
    margin-right: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
}

.nav-text[b-vejktrws2z] {
    flex: 1;
}

.nav-item[b-vejktrws2z]  a.active {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.2), rgba(37, 99, 235, 0.1));
    color: white;
    box-shadow: 0 2px 10px rgba(37, 99, 235, 0.2);
    border-left: 3px solid #2563eb;
}

.nav-item[b-vejktrws2z]  .nav-link:hover {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.15), rgba(37, 99, 235, 0.05));
    color: white;
    transform: translateX(3px);
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.1);
    border-left: 3px solid #2563eb;
}

.nav-scrollable[b-vejktrws2z] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-vejktrws2z] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vejktrws2z] {
        display: none;
    }

    .nav-scrollable[b-vejktrws2z] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/BlogApp/Components/Pages/AdminBlogPosts.razor.rz.scp.css */
/* Animation for alert banner */
@keyframes slideIn-b-2u1e9zgyld {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Stats card animation on refresh */
.stats-card[b-2u1e9zgyld] {
    transition: all 0.3s ease;
    animation: pulse-b-2u1e9zgyld 0.5s ease-out;
}

@keyframes pulse-b-2u1e9zgyld {
    0% {
        transform: scale(1);
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    }
    50% {
        transform: scale(1.02);
        box-shadow: 0 0.25rem 0.5rem rgba(0, 123, 255, 0.15);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    }
}

/* Fade-in for timestamp */
.alert strong[b-2u1e9zgyld] {
    font-weight: 600;
}

.alert small[b-2u1e9zgyld] {
    opacity: 0.8;
    font-size: 0.875rem;
}

/* Clickable table rows */
tbody tr[style*="cursor: pointer"]:hover[b-2u1e9zgyld] {
    background-color: rgba(0, 123, 255, 0.05);
    transition: background-color 0.2s ease;
}

/* Modal animations */
.modal.show[b-2u1e9zgyld] {
    animation: fadeIn-b-2u1e9zgyld 0.2s ease-out;
}

@keyframes fadeIn-b-2u1e9zgyld {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-dialog[b-2u1e9zgyld] {
    animation: slideDown-b-2u1e9zgyld 0.3s ease-out;
}

@keyframes slideDown-b-2u1e9zgyld {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Modal content styling */
.modal-body h6[b-2u1e9zgyld] {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.modal-body p[b-2u1e9zgyld] {
    margin-bottom: 0;
}
/* _content/BlogApp/Components/Pages/AINews.razor.rz.scp.css */
/* AI News Styles - Matching Blog Page */
.ai-news-container[b-gy55ojm7nx] {
    padding: 1rem;
    max-width: 1400px;
    margin: 0 auto;
}

/* Header Section */
.page-header[b-gy55ojm7nx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.header-content h1[b-gy55ojm7nx] {
    margin: 0;
    color: #2c3e50;
    font-weight: 600;
}

.page-icon[b-gy55ojm7nx] {
    margin-right: 0.5rem;
    font-size: 1.2em;
}

.page-subtitle[b-gy55ojm7nx] {
    color: #6c757d;
    margin: 0.5rem 0 0 0;
    font-size: 0.9rem;
}

.header-actions[b-gy55ojm7nx] {
    display: flex;
    gap: 0.5rem;
}

/* Filter Bar */
.filter-bar[b-gy55ojm7nx] {
    margin-bottom: 2rem;
}

.filter-group[b-gy55ojm7nx] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr auto auto;
    gap: 1rem;
    align-items: center;
}

.filter-group .form-control[b-gy55ojm7nx],
.filter-group .form-select[b-gy55ojm7nx] {
    border-radius: 6px;
    border: 1px solid #ced4da;
}

/* Posts Grid - Same as blog page */
.posts-grid[b-gy55ojm7nx] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.post-card[b-gy55ojm7nx] {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.post-card.read[b-gy55ojm7nx] {
    background: #f8f9fa;
    border-color: #dee2e6;
    opacity: 0.85;
}

.post-card.unread[b-gy55ojm7nx] {
    background: white;
    border-left: 4px solid #007bff;
}

.post-card:hover[b-gy55ojm7nx] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.post-card.read:hover[b-gy55ojm7nx] {
    opacity: 1;
}

.post-content[b-gy55ojm7nx] {
    padding: 1.25rem;
}

.post-meta[b-gy55ojm7nx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
}

.post-meta .source[b-gy55ojm7nx] {
    background: #6c757d;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
}

.post-meta .date[b-gy55ojm7nx] {
    color: #6c757d;
}

.read-indicator[b-gy55ojm7nx] {
    margin-left: 0.5rem;
    font-size: 0.9rem;
}

.post-title[b-gy55ojm7nx] {
    margin: 0 0 0.75rem 0;
    font-size: 1.1rem;
    line-height: 1.4;
}

.post-title a[b-gy55ojm7nx] {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.post-title a:hover[b-gy55ojm7nx] {
    color: #3498db;
}

.post-card.read .post-title a[b-gy55ojm7nx] {
    color: #6c757d;
}

.post-card.read .post-title a:hover[b-gy55ojm7nx] {
    color: #495057;
}

.post-summary[b-gy55ojm7nx] {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.post-footer[b-gy55ojm7nx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: #6c757d;
}

.author[b-gy55ojm7nx] {
    font-style: italic;
}

.categories[b-gy55ojm7nx] {
    display: flex;
    gap: 0.25rem;
    flex-wrap: wrap;
}

.category-tag[b-gy55ojm7nx] {
    background: #e9ecef;
    color: #495057;
    padding: 0.125rem 0.375rem;
    border-radius: 8px;
    font-size: 0.75rem;
}

/* AI Summary Styles */
.ai-summary-section[b-gy55ojm7nx] {
    border-top: 1px solid #e9ecef;
    padding-top: 1rem;
    margin-top: 1rem;
}

.ai-summary-content[b-gy55ojm7nx] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
}

.ai-summary-header[b-gy55ojm7nx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.ai-summary-header i[b-gy55ojm7nx] {
    font-size: 0.9rem;
}

.ai-summary-text[b-gy55ojm7nx] {
    color: #495057;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0 0 0.5rem 0;
    font-style: italic;
}

.ai-summary-actions[b-gy55ojm7nx] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ai-summary-btn[b-gy55ojm7nx] {
    font-size: 0.8rem;
    padding: 0.375rem 0.75rem;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.ai-summary-btn:hover:not(:disabled)[b-gy55ojm7nx] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ai-summary-btn i[b-gy55ojm7nx] {
    margin-right: 0.25rem;
    font-size: 0.75rem;
}

.ai-summary-btn:disabled[b-gy55ojm7nx] {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Loading Animation */
.ai-summary-btn .fa-spinner[b-gy55ojm7nx] {
    animation: spin-b-gy55ojm7nx 1s linear infinite;
}

@keyframes spin-b-gy55ojm7nx {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Loading State */
.loading-container[b-gy55ojm7nx] {
    text-align: center;
    padding: 3rem 1rem;
    color: #6c757d;
}

.loading-spinner[b-gy55ojm7nx] {
    width: 3rem;
    height: 3rem;
    border: 0.3rem solid #f8f9fa;
    border-top: 0.3rem solid #007bff;
    border-radius: 50%;
    animation: spin-b-gy55ojm7nx 1s linear infinite;
    margin: 0 auto 1rem;
}

.loading-container p[b-gy55ojm7nx] {
    margin-top: 1rem;
    font-size: 1.1rem;
}

/* Empty State */
.empty-state[b-gy55ojm7nx] {
    text-align: center;
    padding: 3rem 1rem;
    color: #6c757d;
}

.empty-icon[b-gy55ojm7nx] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.empty-state h3[b-gy55ojm7nx] {
    margin-bottom: 0.5rem;
}

.empty-state p[b-gy55ojm7nx] {
    margin-bottom: 1.5rem;
}

/* Pagination */
.pagination-container[b-gy55ojm7nx] {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}

.pagination[b-gy55ojm7nx] {
    margin: 0;
}

.pagination-info[b-gy55ojm7nx] {
    color: #6c757d;
    font-size: 0.9rem;
}

/* Modals */
.modal-overlay[b-gy55ojm7nx] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    padding: 1rem;
}

.modal-content[b-gy55ojm7nx] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    max-height: 90vh;
    overflow-y: auto;
    width: 100%;
    max-width: 600px;
}

.modal-header[b-gy55ojm7nx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #dee2e6;
}

.modal-header h2[b-gy55ojm7nx] {
    margin: 0;
    color: #2c3e50;
    font-size: 1.25rem;
}

.modal-close[b-gy55ojm7nx] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6c757d;
    cursor: pointer;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close:hover[b-gy55ojm7nx] {
    color: #343a40;
}

.modal-body[b-gy55ojm7nx] {
    padding: 1.5rem;
}

.modal-footer[b-gy55ojm7nx] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    padding: 1rem 1.5rem;
    border-top: 1px solid #dee2e6;
}

/* Settings Modal Specific */
.settings-modal[b-gy55ojm7nx] {
    max-width: 800px;
}

.settings-section[b-gy55ojm7nx] {
    margin-bottom: 2rem;
}

.settings-section label[b-gy55ojm7nx] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #495057;
}

.sources-header[b-gy55ojm7nx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.sources-list[b-gy55ojm7nx] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 1rem;
}

.source-item[b-gy55ojm7nx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 6px;
}

.source-checkbox[b-gy55ojm7nx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.source-details[b-gy55ojm7nx] {
    flex: 1;
    margin: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.source-actions[b-gy55ojm7nx] {
    display: flex;
    gap: 0.25rem;
}

/* Source Edit Modal */
.source-edit-modal[b-gy55ojm7nx] {
    max-width: 500px;
}

.source-form[b-gy55ojm7nx] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group[b-gy55ojm7nx] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-label[b-gy55ojm7nx] {
    font-weight: 500;
    color: #495057;
}

.form-check[b-gy55ojm7nx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .ai-news-container[b-gy55ojm7nx] {
        padding: 0.5rem;
    }
    
    .page-header[b-gy55ojm7nx] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    
    .header-actions[b-gy55ojm7nx] {
        width: 100%;
        justify-content: flex-start;
    }
    
    .filter-group[b-gy55ojm7nx] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    
    .posts-grid[b-gy55ojm7nx] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .post-footer[b-gy55ojm7nx] {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }
    
    .modal-content[b-gy55ojm7nx] {
        margin: 0.5rem;
        max-width: calc(100% - 1rem);
    }
    
    .modal-header[b-gy55ojm7nx],
    .modal-body[b-gy55ojm7nx],
    .modal-footer[b-gy55ojm7nx] {
        padding: 1rem;
    }
    
    .sources-list[b-gy55ojm7nx] {
        max-height: 200px;
    }
    
    .source-item[b-gy55ojm7nx] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .source-details[b-gy55ojm7nx] {
        margin: 0;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .header-actions[b-gy55ojm7nx] {
        flex-direction: column;
        width: 100%;
    }
    
    .header-actions .btn[b-gy55ojm7nx] {
        width: 100%;
    }
    
    .post-content[b-gy55ojm7nx] {
        padding: 1rem;
    }
    
    .ai-summary-actions[b-gy55ojm7nx] {
        flex-direction: column;
    }
    
    .ai-summary-btn[b-gy55ojm7nx] {
        width: 100%;
        justify-content: center;
    }
}
/* _content/BlogApp/Components/Pages/AIVideos.razor.rz.scp.css */
.video-aggregation-container[b-z2jbg12iri] {
    padding: 1rem;
    max-width: 1400px;
    margin: 0 auto;
}

.header-section[b-z2jbg12iri] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: var(--text-light);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.15);
}

.header-section h1[b-z2jbg12iri] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-actions[b-z2jbg12iri] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.settings-panel[b-z2jbg12iri] {
    background: var(--card-background);
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.settings-panel h3[b-z2jbg12iri] {
    color: var(--text-dark);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.settings-actions[b-z2jbg12iri] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.sources-list[b-z2jbg12iri] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.source-item[b-z2jbg12iri] {
    background: var(--background-light);
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 1rem;
}

.source-header[b-z2jbg12iri] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.source-details[b-z2jbg12iri] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.api-key-section[b-z2jbg12iri] {
    background: var(--background-light);
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
}

.api-key-section h4[b-z2jbg12iri] {
    color: var(--text-dark);
    margin-bottom: 0.75rem;
}

.filters-section[b-z2jbg12iri] {
    background: var(--card-background);
    border: 1px solid var(--border-light);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.filter-controls[b-z2jbg12iri] {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.search-input[b-z2jbg12iri] {
    flex: 2;
    min-width: 250px;
}

.category-filter[b-z2jbg12iri],
.channel-filter[b-z2jbg12iri],
.watch-status-filter[b-z2jbg12iri] {
    flex: 1;
    min-width: 150px;
}

.loading-container[b-z2jbg12iri] {
    text-align: center;
    padding: 3rem;
    color: var(--text-muted);
}

.no-videos[b-z2jbg12iri] {
    text-align: center;
    padding: 3rem;
    color: var(--text-muted);
}

.no-videos h3[b-z2jbg12iri] {
    color: var(--text-dark);
    margin: 1rem 0;
}

.stats-bar[b-z2jbg12iri] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: var(--background-light);
    border-radius: 8px;
    margin-bottom: 1.5rem;
    border: 1px solid var(--border-light);
    flex-wrap: wrap;
    gap: 1rem;
}

.stats-left[b-z2jbg12iri] {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.watch-stats[b-z2jbg12iri] {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.unwatched-count[b-z2jbg12iri] {
    color: var(--primary);
    font-weight: 600;
}

.watched-count[b-z2jbg12iri] {
    color: var(--success);
    font-weight: 600;
}

.max-limit-info[b-z2jbg12iri] {
    font-size: 0.85rem;
    color: var(--warning);
    font-style: italic;
}

.videos-grid[b-z2jbg12iri] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.video-card[b-z2jbg12iri] {
    background: var(--card-background);
    border: 1px solid var(--border-light);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
}

.video-card:hover[b-z2jbg12iri] {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: var(--primary);
}

.video-card.watched[b-z2jbg12iri] {
    border-left: 4px solid var(--success);
}

.video-card.unwatched[b-z2jbg12iri] {
    border-left: 4px solid var(--primary);
}

.video-thumbnail[b-z2jbg12iri] {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    cursor: pointer;
}

.video-thumbnail img[b-z2jbg12iri] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    background-color: var(--background-light);
    border-radius: 0;
}

.video-thumbnail img:hover[b-z2jbg12iri] {
    transform: scale(1.05);
}

/* Fallback for loading images */
.video-thumbnail img[src=""][b-z2jbg12iri], 
.video-thumbnail img:not([src])[b-z2jbg12iri] {
    background: linear-gradient(45deg, #f0f0f0 25%, transparent 25%), 
                linear-gradient(-45deg, #f0f0f0 25%, transparent 25%), 
                linear-gradient(45deg, transparent 75%, #f0f0f0 75%), 
                linear-gradient(-45deg, transparent 75%, #f0f0f0 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

/* Loading state for images */
.video-thumbnail[b-z2jbg12iri]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M14,6L10.25,11L13.1,14.8L11.5,16C9.81,13.75 7,10 7,10L1,18H23L14,6Z'/%3E%3C/svg%3E") no-repeat center center;
    background-size: contain;
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
}

.video-thumbnail img[src]:not([src=""]) + .video-thumbnail[b-z2jbg12iri]::before {
    display: none;
}

.video-duration[b-z2jbg12iri] {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

.video-overlay[b-z2jbg12iri] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-thumbnail:hover .video-overlay[b-z2jbg12iri] {
    opacity: 1;
}

.play-button[b-z2jbg12iri] {
    background: var(--primary);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.play-button:hover[b-z2jbg12iri] {
    background: var(--primary-dark);
    transform: scale(1.1);
    color: white;
    text-decoration: none;
}

.video-content[b-z2jbg12iri] {
    padding: 1.5rem;
}

.video-meta[b-z2jbg12iri] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: var(--text-muted);
    flex-wrap: wrap;
    gap: 0.5rem;
}

.video-meta .channel[b-z2jbg12iri] {
    color: var(--primary);
    font-weight: 600;
}

.watch-indicator[b-z2jbg12iri] {
    color: var(--success);
    font-size: 1rem;
}

.video-title[b-z2jbg12iri] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.video-title a[b-z2jbg12iri] {
    color: var(--text-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.video-title a:hover[b-z2jbg12iri] {
    color: var(--primary);
    text-decoration: underline;
}

.video-description[b-z2jbg12iri] {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.video-stats[b-z2jbg12iri] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: var(--text-muted);
}

.video-stats .views[b-z2jbg12iri],
.video-stats .likes[b-z2jbg12iri] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.ai-summary-section[b-z2jbg12iri] {
    border-top: 1px solid var(--border-light);
    padding-top: 1rem;
    margin-top: 1rem;
}

.ai-summary-content[b-z2jbg12iri] {
    background: var(--background-light);
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.ai-summary-header[b-z2jbg12iri] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.ai-summary-text[b-z2jbg12iri] {
    color: var(--text-dark);
    line-height: 1.5;
}

.ai-summary-text.generating[b-z2jbg12iri] {
    opacity: 0.7;
}

.generating-animation[b-z2jbg12iri] {
    display: flex;
    align-items: center;
}

.ai-summary-actions[b-z2jbg12iri] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.ai-summary-btn[b-z2jbg12iri] {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
}

.video-tags[b-z2jbg12iri] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.video-tags .tag[b-z2jbg12iri] {
    background: var(--primary);
    color: var(--text-light);
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
}

.load-more-container[b-z2jbg12iri] {
    text-align: center;
    padding: 2rem;
}

.load-more-container .alert[b-z2jbg12iri] {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
}

.load-more-container button[b-z2jbg12iri] {
    font-size: 1rem;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.load-more-container button:hover[b-z2jbg12iri] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-section[b-z2jbg12iri] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .header-section h1[b-z2jbg12iri] {
        font-size: 2rem;
    }

    .header-actions[b-z2jbg12iri] {
        justify-content: center;
    }

    .filter-controls[b-z2jbg12iri] {
        flex-direction: column;
        align-items: stretch;
    }

    .search-input[b-z2jbg12iri],
    .category-filter[b-z2jbg12iri],
    .channel-filter[b-z2jbg12iri],
    .watch-status-filter[b-z2jbg12iri] {
        min-width: auto;
        width: 100%;
    }

    .videos-grid[b-z2jbg12iri] {
        grid-template-columns: 1fr;
    }

    .stats-bar[b-z2jbg12iri] {
        flex-direction: column;
        text-align: center;
    }

    .source-header[b-z2jbg12iri] {
        flex-direction: column;
        align-items: stretch;
    }

    .source-details[b-z2jbg12iri] {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .video-aggregation-container[b-z2jbg12iri] {
        padding: 0.5rem;
    }

    .header-section[b-z2jbg12iri] {
        padding: 1rem;
    }

    .settings-panel[b-z2jbg12iri],
    .filters-section[b-z2jbg12iri] {
        padding: 1rem;
    }

    .video-content[b-z2jbg12iri] {
        padding: 1rem;
    }

    .ai-summary-actions[b-z2jbg12iri] {
        flex-direction: column;
    }

    .ai-summary-btn[b-z2jbg12iri] {
        width: 100%;
        justify-content: center;
    }
}

/* AI Key Points Styles */
.ai-key-points[b-z2jbg12iri] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.key-points-title[b-z2jbg12iri] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.key-points-title i[b-z2jbg12iri] {
    font-size: 0.8rem;
}

.key-points-list[b-z2jbg12iri] {
    margin: 0;
    padding-left: 1.2rem;
    list-style-type: none;
}

.key-points-list li[b-z2jbg12iri] {
    position: relative;
    margin-bottom: 0.4rem;
    padding-left: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.4;
    color: #495057;
}

.key-points-list li[b-z2jbg12iri]::before {
    content: "•";
    color: #ffc107;
    font-weight: bold;
    position: absolute;
    left: -0.8rem;
}

.ai-summary-main[b-z2jbg12iri] {
    margin-bottom: 0.5rem;
}

.ai-summary-main p[b-z2jbg12iri] {
    margin-bottom: 0;
}
/* _content/BlogApp/Components/Pages/BlogAggregation.razor.rz.scp.css */
/* Main Page Wrapper - Dark Navy Background */
.blog-aggregation-container[b-wq7zgto717] {
    background: #2B3544;
    min-height: 100vh;
    padding: 2rem 0;
}

/* Page Header with Actions */
.page-header[b-wq7zgto717] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 2rem;
    max-width: 1400px;
    padding: 0 1rem;
}

.page-header h2[b-wq7zgto717] {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.page-header h2 i[b-wq7zgto717] {
    color: #60A5FA;
}

.page-actions[b-wq7zgto717] {
    display: flex;
    gap: 0.75rem;
}

.page-actions .btn[b-wq7zgto717] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.page-actions .btn-primary[b-wq7zgto717] {
    background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
    color: #ffffff;
}

.page-actions .btn-primary:hover:not(:disabled)[b-wq7zgto717] {
    background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

.page-actions .btn-primary:disabled[b-wq7zgto717] {
    opacity: 0.6;
    cursor: not-allowed;
}

.page-actions .btn-secondary[b-wq7zgto717] {
    background: #4B5563;
    color: #ffffff;
}

.page-actions .btn-secondary:hover[b-wq7zgto717] {
    background: #6B7280;
    transform: translateY(-1px);
}

/* Hero Carousel */
.hero-carousel[b-wq7zgto717] {
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
    margin-bottom: 0;
    min-height: 500px;
    background: #2B3544;
}

.carousel-container[b-wq7zgto717] {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.carousel-slides[b-wq7zgto717] {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide[b-wq7zgto717] {
    min-width: 100%;
    text-align: center;
}

.hero-content h1[b-wq7zgto717] {
    font-size: 4rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
    line-height: 1;
}

.hero-subtitle[b-wq7zgto717] {
    font-size: 1.25rem;
    color: #D1D5DB;
    margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.hero-actions[b-wq7zgto717] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-hero[b-wq7zgto717] {
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 12px;
}

.btn-outline-hero[b-wq7zgto717] {
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    transition: all 0.2s;
}

.btn-outline-hero:hover[b-wq7zgto717] {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Carousel Navigation */
.carousel-nav[b-wq7zgto717] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    z-index: 10;
    color: #ffffff;
}

.carousel-nav:hover[b-wq7zgto717] {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.carousel-prev[b-wq7zgto717] {
    left: 2rem;
}

.carousel-next[b-wq7zgto717] {
    right: 2rem;
}

/* Carousel Indicators */
.carousel-indicators[b-wq7zgto717] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 2rem;
}

.indicator-dot[b-wq7zgto717] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.indicator-dot.active[b-wq7zgto717] {
    background: rgba(255, 255, 255, 0.9);
    width: 32px;
    border-radius: 6px;
}

.indicator-dot:hover[b-wq7zgto717] {
    background: rgba(255, 255, 255, 0.6);
}

/* Hero Section */
.hero-section[b-wq7zgto717] {
    padding: 6rem 2rem;
    text-align: center;
    margin-bottom: 4rem;
}

.hero-content h1[b-wq7zgto717] {
    font-size: 4rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
    line-height: 1;
}

.hero-subtitle[b-wq7zgto717] {
    font-size: 1.25rem;
    color: #374151;
    margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.hero-actions[b-wq7zgto717] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-hero[b-wq7zgto717] {
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 12px;
}

.btn-outline-hero[b-wq7zgto717] {
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(0, 0, 0, 0.1);
    color: #000;
    transition: all 0.2s;
}

.btn-outline-hero:hover[b-wq7zgto717] {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Categories Section */
.categories-section[b-wq7zgto717] {
    background: #2B3544;
    padding: 3rem 2rem;
    margin-bottom: 1.5rem;
}

.categories-container[b-wq7zgto717] {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header[b-wq7zgto717] {
    margin-bottom: 3rem;
}

.section-header h2[b-wq7zgto717] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.section-subtitle[b-wq7zgto717] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.02em;
}

.categories-grid[b-wq7zgto717] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1rem;
}

.category-card[b-wq7zgto717] {
    padding: 1.25rem;
    border-radius: 16px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.category-card[b-wq7zgto717]::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 0.1;
    border-radius: 50%;
}

.category-blue[b-wq7zgto717] {
    background: linear-gradient(135deg, #4169E1 0%, #1E3A8A 100%);
}

.category-pink[b-wq7zgto717] {
    background: linear-gradient(135deg, #A855F7 0%, #7C3AED 100%);
}

.category-green[b-wq7zgto717] {
    background: linear-gradient(135deg, #14B8A6 0%, #0D9488 100%);
}

.category-cyan[b-wq7zgto717] {
    background: linear-gradient(135deg, #06B6D4 0%, #0891B2 100%);
}

.category-yellow[b-wq7zgto717] {
    background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
}

.category-purple[b-wq7zgto717] {
    background: linear-gradient(135deg, #8B5CF6 0%, #6D28D9 100%);
}

.category-card:hover[b-wq7zgto717] {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.category-icon[b-wq7zgto717] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.category-card h3[b-wq7zgto717] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.category-card p[b-wq7zgto717] {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.category-link[b-wq7zgto717] {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.2s;
}

.category-link:hover[b-wq7zgto717] {
    transform: translateX(4px);
}

/* Blog Aggregation Styles */
.blog-aggregation-container[b-wq7zgto717] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    background: #2B3544;
    border-radius: 0;
    box-shadow: none;
}

/* Header Section */
.header-section[b-wq7zgto717] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #4B5563;
}

.header-section h1[b-wq7zgto717] {
    margin: 0;
    color: #ffffff;
    font-weight: 600;
}

.header-section h1 i[b-wq7zgto717] {
    color: #4169E1;
    margin-right: 0.5rem;
}

.header-actions[b-wq7zgto717] {
    display: flex;
    gap: 0.5rem;
}

/* Settings Panel */
.settings-panel[b-wq7zgto717] {
    background: #1F2937;
    border: 1px solid #374151;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.settings-panel h3[b-wq7zgto717] {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #ffffff;
}

.settings-actions[b-wq7zgto717] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.sources-list[b-wq7zgto717] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.source-item[b-wq7zgto717] {
    background: #374151;
    border: 1px solid #4B5563;
    border-radius: 6px;
    padding: 1rem;
}

.source-header[b-wq7zgto717] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.source-header input[type="text"][b-wq7zgto717] {
    flex: 1;
}

.source-details[b-wq7zgto717] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.source-metadata[b-wq7zgto717] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #4B5563;
}

.source-metadata i[b-wq7zgto717] {
    color: #60A5FA;
}

/* Filters Section */
.filters-section[b-wq7zgto717] {
    margin-bottom: 2rem;
}

.filter-controls[b-wq7zgto717] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 1rem;
    align-items: stretch;
}

.search-input[b-wq7zgto717], .category-filter[b-wq7zgto717], .source-filter[b-wq7zgto717], .read-status-filter[b-wq7zgto717] {
    border-radius: 6px;
    border: 1px solid #4B5563;
    background: #374151;
    color: #ffffff;
}

/* Source Filter Multi-Select Styles */
.source-filter-container[b-wq7zgto717] {
    position: relative;
}

.custom-multiselect[b-wq7zgto717] {
    position: relative;
    width: 100%;
}

.multiselect-button[b-wq7zgto717] {
    width: 100%;
    padding: 0.375rem 0.75rem;
    background-color: #374151;
    border: 1px solid #4B5563;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    line-height: 1.5;
    color: #ffffff;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.multiselect-button:hover[b-wq7zgto717] {
    border-color: #6B7280;
    box-shadow: 0 0 0 0.25rem rgba(107, 114, 128, 0.25);
}

.multiselect-button i.rotate[b-wq7zgto717] {
    transform: rotate(180deg);
}

.multiselect-button i[b-wq7zgto717] {
    transition: transform 0.2s ease-in-out;
}

.multiselect-dropdown[b-wq7zgto717] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #374151;
    border: 1px solid #4B5563;
    border-radius: 6px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 2px;
}

.multiselect-item[b-wq7zgto717] {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}

.multiselect-item:hover[b-wq7zgto717] {
    background-color: #4B5563;
}

.multiselect-item input[type="checkbox"][b-wq7zgto717] {
    margin-right: 0.5rem;
    cursor: pointer;
}

.multiselect-item label[b-wq7zgto717] {
    margin: 0;
    cursor: pointer;
    flex: 1;
    user-select: none;
    color: #ffffff;
}

.multiselect-divider[b-wq7zgto717] {
    margin: 0;
    border: none;
    border-top: 1px solid #4B5563;
}

.source-filter-btn[b-wq7zgto717] {
    width: 100%;
    text-align: left;
    border-radius: 6px;
    border: 1px solid #4B5563;
    background: #374151;
    color: #ffffff;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.source-filter-btn:hover[b-wq7zgto717] {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.source-filter-dropdown[b-wq7zgto717] {
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.source-filter-dropdown .dropdown-item[b-wq7zgto717] {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
}

.source-filter-dropdown .dropdown-item:hover[b-wq7zgto717] {
    background-color: #4B5563;
}

.source-filter-dropdown .dropdown-item input[type="checkbox"][b-wq7zgto717] {
    margin-right: 0.5rem;
    cursor: pointer;
}

.source-filter-dropdown .dropdown-item label[b-wq7zgto717] {
    margin: 0;
    cursor: pointer;
    flex: 1;
    user-select: none;
}

/* Stats Bar */
.stats-bar[b-wq7zgto717] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0.75rem;
    background: #1F2937;
    border-radius: 6px;
    font-size: 0.9rem;
    color: #D1D5DB;
}

.stats-left[b-wq7zgto717] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.read-stats[b-wq7zgto717] {
    font-size: 0.85rem;
    color: #6c757d;
}

.unread-count[b-wq7zgto717] {
    color: #007bff;
    font-weight: 500;
}

.read-count[b-wq7zgto717] {
    color: #28a745;
    font-weight: 500;
}

/* Posts Grid */
.posts-grid[b-wq7zgto717] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.post-card[b-wq7zgto717] {
    background: linear-gradient(135deg, #A855F7 0%, #7C3AED 100%);
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    position: relative;
    color: white;
    min-height: auto;
}

/* Random color classes matching the attachment */
.post-card.color-blue[b-wq7zgto717] {
    background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
}

.post-card.color-purple[b-wq7zgto717] {
    background: linear-gradient(135deg, #A855F7 0%, #9333EA 100%);
}

.post-card.color-teal[b-wq7zgto717] {
    background: linear-gradient(135deg, #14B8A6 0%, #0D9488 100%);
}

.post-card.color-red[b-wq7zgto717] {
    background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
}

/* Random color classes matching the attachment */
.post-card.color-blue[b-wq7zgto717] {
    background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
}

.post-card.color-purple[b-wq7zgto717] {
    background: linear-gradient(135deg, #A855F7 0%, #9333EA 100%);
}

.post-card.color-teal[b-wq7zgto717] {
    background: linear-gradient(135deg, #14B8A6 0%, #0D9488 100%);
}

.post-card.color-red[b-wq7zgto717] {
    background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
}

.post-card.read[b-wq7zgto717] {
    opacity: 0.7;
    filter: grayscale(0.3);
}

.post-card:hover[b-wq7zgto717] {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.post-card.read:hover[b-wq7zgto717] {
    opacity: 0.85;
}

.post-content[b-wq7zgto717] {
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 0.5rem;
}

.post-icon[b-wq7zgto717] {
    font-size: 1.75rem;
    margin-bottom: 0;
    opacity: 0.9;
}

.post-icon i[b-wq7zgto717] {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.post-meta[b-wq7zgto717] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    opacity: 0.9;
}

.post-meta .source[b-wq7zgto717] {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: white;
    padding: 0.25rem 0.6rem;
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.post-meta .date[b-wq7zgto717] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.7rem;
}

.read-indicator[b-wq7zgto717] {
    margin-left: 0.5rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.read-indicator i[b-wq7zgto717] {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.post-title[b-wq7zgto717] {
    margin: 0;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 700;
}

.post-title a[b-wq7zgto717] {
    color: white;
    text-decoration: none;
    transition: all 0.2s ease;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.post-title a:hover[b-wq7zgto717] {
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    opacity: 0.9;
}

.post-card.read .post-title a[b-wq7zgto717] {
    color: rgba(255, 255, 255, 0.9);
}

.post-card.read .post-title a:hover[b-wq7zgto717] {
    color: white;
}

.post-summary[b-wq7zgto717] {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.4;
    font-size: 0.85rem;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    margin: 0;
}

.post-footer[b-wq7zgto717] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: #6c757d;
}

.author[b-wq7zgto717] {
    font-style: italic;
}

.categories[b-wq7zgto717] {
    display: flex;
    gap: 0.25rem;
    flex-wrap: wrap;
}

.category-tag[b-wq7zgto717] {
    background: #374151;
    color: #D1D5DB;
    padding: 0.125rem 0.375rem;
    border-radius: 8px;
    font-size: 0.75rem;
}

/* Loading and Empty States */
.loading-container[b-wq7zgto717], .no-posts[b-wq7zgto717] {
    text-align: center;
    padding: 3rem 1rem;
    color: #6c757d;
}

.loading-container p[b-wq7zgto717], .no-posts p[b-wq7zgto717] {
    margin-top: 1rem;
    font-size: 1.1rem;
}

.no-posts i[b-wq7zgto717] {
    margin-bottom: 1rem;
}

/* Load More */
.load-more-container[b-wq7zgto717] {
    text-align: center;
    margin-top: 2rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .blog-aggregation-container[b-wq7zgto717] {
        padding: 0.5rem;
    }
    
    .page-header[b-wq7zgto717] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    
    .page-actions[b-wq7zgto717] {
        width: 100%;
        justify-content: flex-start;
    }
    
    .header-section[b-wq7zgto717] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    
    .header-actions[b-wq7zgto717] {
        width: 100%;
        justify-content: flex-start;
    }
    
    .filter-controls[b-wq7zgto717] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    
    .source-details[b-wq7zgto717] {
        grid-template-columns: 1fr;
    }
    
    .posts-grid[b-wq7zgto717] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .stats-bar[b-wq7zgto717] {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
    
    .post-footer[b-wq7zgto717] {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .header-actions[b-wq7zgto717] {
        flex-direction: column;
        width: 100%;
    }
    
    .header-actions .btn[b-wq7zgto717] {
        width: 100%;
    }
    
    .source-header[b-wq7zgto717] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .settings-actions[b-wq7zgto717] {
        flex-direction: column;
    }
    
    .post-content[b-wq7zgto717] {
        padding: 1rem;
    }
}

/* AI Summary Styles */
.ai-summary-section[b-wq7zgto717] {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 0.5rem;
    margin-top: 0.5rem;
}

.ai-summary-content[b-wq7zgto717] {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 0.6rem;
    margin-bottom: 0.5rem;
}

.ai-summary-header[b-wq7zgto717] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.4rem;
    color: white;
}

.ai-summary-header i[b-wq7zgto717] {
    font-size: 0.9rem;
}

.ai-summary-header small[b-wq7zgto717] {
    color: rgba(255, 255, 255, 0.9);
}

.ai-summary-text[b-wq7zgto717] {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.8rem;
    line-height: 1.4;
    margin: 0 0 0.4rem 0;
}

.ai-summary-main p[b-wq7zgto717] {
    color: rgba(255, 255, 255, 0.95);
}

.ai-summary-actions[b-wq7zgto717] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ai-summary-btn[b-wq7zgto717] {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
    border-radius: 6px;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
}

.ai-summary-btn:hover:not(:disabled)[b-wq7zgto717] {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.ai-summary-btn i[b-wq7zgto717] {
    margin-right: 0.25rem;
    font-size: 0.75rem;
}

.ai-summary-btn:disabled[b-wq7zgto717] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Send to Chat button specific styling */
.ai-summary-btn.btn-outline-success[b-wq7zgto717] {
    color: white;
    border-color: rgba(255, 255, 255, 0.3);
}

.ai-summary-btn.btn-outline-success:hover[b-wq7zgto717] {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.4);
    color: white;
}

/* Post to Socials button specific styling */
.ai-summary-btn.btn-outline-info[b-wq7zgto717] {
    color: white;
    border-color: rgba(255, 255, 255, 0.3);
}

.ai-summary-btn.btn-outline-info:hover[b-wq7zgto717] {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.4);
    color: white;
}

/* Loading state for AI summary generation */
.ai-summary-btn .fa-spinner[b-wq7zgto717] {
    animation: spin-b-wq7zgto717 1s linear infinite;
}

@keyframes spin-b-wq7zgto717 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* AI Key Points Styles */
.ai-key-points[b-wq7zgto717] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.key-points-title[b-wq7zgto717] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.key-points-title i[b-wq7zgto717] {
    font-size: 0.8rem;
}

.key-points-list[b-wq7zgto717] {
    margin: 0;
    padding-left: 1.2rem;
    list-style-type: none;
}

.key-points-list li[b-wq7zgto717] {
    position: relative;
    margin-bottom: 0.4rem;
    padding-left: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.4;
    color: #495057;
}

.key-points-list li[b-wq7zgto717]::before {
    content: "•";
    color: #ffc107;
    font-weight: bold;
    position: absolute;
    left: -0.8rem;
}

.ai-summary-main[b-wq7zgto717] {
    margin-bottom: 0.5rem;
}

.ai-summary-main p[b-wq7zgto717] {
    margin-bottom: 0;
}

/* Showcase Section */
.showcase-section[b-wq7zgto717] {
    background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1e 100%);
    padding: 5rem 2rem;
    color: #fff;
}

.showcase-container[b-wq7zgto717] {
    max-width: 1200px;
    margin: 0 auto;
}

.showcase-header[b-wq7zgto717] {
    margin-bottom: 3rem;
}

.showcase-header h2[b-wq7zgto717] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.25rem;
    letter-spacing: -0.02em;
}

.showcase-header p[b-wq7zgto717] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin: 0;
    letter-spacing: -0.02em;
}

.showcase-grid[b-wq7zgto717] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.showcase-card[b-wq7zgto717] {
    padding: 2rem;
    border-radius: 16px;
    transition: all 0.3s ease;
    color: #fff;
}

.showcase-blue[b-wq7zgto717] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

.showcase-purple[b-wq7zgto717] {
    background: linear-gradient(135deg, #9333ea 0%, #7e22ce 100%);
}

.showcase-teal[b-wq7zgto717] {
    background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
}

.showcase-red[b-wq7zgto717] {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

.showcase-card:hover[b-wq7zgto717] {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.showcase-icon[b-wq7zgto717] {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.showcase-card h3[b-wq7zgto717] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
}

.showcase-card p[b-wq7zgto717] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    margin: 0;
}
/* _content/BlogApp/Components/Pages/Chat.razor.rz.scp.css */
.chat-container[b-oo0xusp6g3] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 200px);
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.chat-header[b-oo0xusp6g3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid #e0e0e0;
}

.chat-header h3[b-oo0xusp6g3] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.chat-header h3 i[b-oo0xusp6g3] {
    margin-right: 0.5rem;
    color: #ffd700;
}

.chat-status[b-oo0xusp6g3] {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
}

.chat-status.connected[b-oo0xusp6g3] {
    background: rgba(46, 160, 67, 0.2);
    color: #2ea043;
    border: 1px solid rgba(46, 160, 67, 0.3);
}

.chat-status.disconnected[b-oo0xusp6g3] {
    background: rgba(218, 54, 51, 0.2);
    color: #da3633;
    border: 1px solid rgba(218, 54, 51, 0.3);
}

.chat-messages[b-oo0xusp6g3] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    background: #f8f9fa;
    scroll-behavior: smooth;
}

.message[b-oo0xusp6g3] {
    display: flex;
    margin-bottom: 1rem;
    max-width: 80%;
}

.user-message[b-oo0xusp6g3] {
    justify-content: flex-end;
    margin-left: auto;
}

.assistant-message[b-oo0xusp6g3] {
    justify-content: flex-start;
    margin-right: auto;
}

.message-content[b-oo0xusp6g3] {
    background: white;
    padding: 0.875rem 1.125rem;
    border-radius: 18px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    word-wrap: break-word;
}

.user-message .message-content[b-oo0xusp6g3] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-bottom-right-radius: 4px;
}

.assistant-message .message-content[b-oo0xusp6g3] {
    background: white;
    color: #333;
    border: 1px solid #e0e0e0;
    border-bottom-left-radius: 4px;
}

.message-text[b-oo0xusp6g3] {
    line-height: 1.5;
    margin-bottom: 0.25rem;
}

.message-time[b-oo0xusp6g3] {
    font-size: 0.75rem;
    opacity: 0.7;
    text-align: right;
}

.user-message .message-time[b-oo0xusp6g3] {
    color: rgba(255, 255, 255, 0.8);
}

.assistant-message .message-time[b-oo0xusp6g3] {
    color: #666;
}

.message-avatar[b-oo0xusp6g3] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem;
    flex-shrink: 0;
    font-size: 0.875rem;
}

.user-message .message-avatar[b-oo0xusp6g3] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    order: 2;
}

.assistant-message .message-avatar[b-oo0xusp6g3] {
    background: #f0f0f0;
    color: #666;
    order: 1;
}

.typing-indicator[b-oo0xusp6g3] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.typing-indicator span[b-oo0xusp6g3] {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #999;
    animation: typing-b-oo0xusp6g3 1.4s infinite ease-in-out;
}

.typing-indicator span:nth-child(1)[b-oo0xusp6g3] {
    animation-delay: -0.32s;
}

.typing-indicator span:nth-child(2)[b-oo0xusp6g3] {
    animation-delay: -0.16s;
}

@keyframes typing-b-oo0xusp6g3 {
    0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.5;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}

.chat-input[b-oo0xusp6g3] {
    padding: 1rem 1.5rem;
    background: white;
    border-top: 1px solid #e0e0e0;
    border-radius: 0 0 12px 12px;
}

.input-group[b-oo0xusp6g3] {
    display: flex;
    gap: 0.5rem;
}

.input-group .form-control[b-oo0xusp6g3] {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    font-size: 0.875rem;
    transition: border-color 0.2s ease;
}

.input-group .form-control:focus[b-oo0xusp6g3] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.input-group .form-control:disabled[b-oo0xusp6g3] {
    background: #f8f9fa;
    opacity: 0.7;
}

.send-btn[b-oo0xusp6g3] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.send-btn:hover:not(:disabled)[b-oo0xusp6g3] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.send-btn:disabled[b-oo0xusp6g3] {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.send-btn:active[b-oo0xusp6g3] {
    transform: scale(0.95);
}

/* Responsive design */
@media (max-width: 768px) {
    .chat-container[b-oo0xusp6g3] {
        height: calc(100vh - 120px);
        margin: 0 0.5rem;
        border-radius: 8px;
    }
    
    .chat-header[b-oo0xusp6g3] {
        padding: 0.75rem 1rem;
        border-radius: 8px 8px 0 0;
    }
    
    .chat-header h3[b-oo0xusp6g3] {
        font-size: 1.125rem;
    }
    
    .message[b-oo0xusp6g3] {
        max-width: 90%;
    }
    
    .chat-input[b-oo0xusp6g3] {
        padding: 0.75rem 1rem;
        border-radius: 0 0 8px 8px;
    }
    
    .message-content[b-oo0xusp6g3] {
        padding: 0.75rem 1rem;
    }
}

/* Scrollbar styling */
.chat-messages[b-oo0xusp6g3]::-webkit-scrollbar {
    width: 6px;
}

.chat-messages[b-oo0xusp6g3]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.chat-messages[b-oo0xusp6g3]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.chat-messages[b-oo0xusp6g3]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}
/* _content/BlogApp/Components/Pages/Home.razor.rz.scp.css */
/* Hero Carousel */
.hero-carousel[b-sr0ey5ihy0] {
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    margin-bottom: 0;
    min-height: 350px;
    background: linear-gradient(135deg, #FEF3C7 0%, #FDE047 15%, #FB923C 35%, #F472B6 60%, #E879F9 85%, transparent 100%);
}

.hero-carousel[b-sr0ey5ihy0]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' opacity='0.12' d='M9.4,16.6L4.8,12L9.4,7.4L8,6L2,12L8,18L9.4,16.6M14.6,16.6L19.2,12L14.6,7.4L16,6L22,12L16,18L14.6,16.6Z'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='75' height='75' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' opacity='0.11' d='M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M11,16.5L6.5,12L11,7.5L12.5,9L9.5,12L12.5,15L11,16.5M13,16.5L11.5,15L14.5,12L11.5,9L13,7.5L17.5,12L13,16.5Z'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' opacity='0.14' d='M12,17.56L16.07,16.43L16.62,10.33H9.38L9.2,8.3H16.8L17,6.31H7L7.56,12.32H14.45L14.22,14.9L12,15.5L9.78,14.9L9.64,13.24H7.64L7.93,16.43L12,17.56M4.07,3H19.93L18.5,19.2L12,21L5.5,19.2L4.07,3Z'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' opacity='0.13' d='M2.6,10.59L8.38,4.8L10.07,6.5C9.83,7.35 10.22,8.28 11,8.73V14.27C10.4,14.61 10,15.26 10,16A2,2 0 0,0 12,18A2,2 0 0,0 14,16C14,15.26 13.6,14.61 13,14.27V9.41L15.07,11.5C15,11.65 15,11.82 15,12A2,2 0 0,0 17,14A2,2 0 0,0 19,12A2,2 0 0,0 17,10C16.82,10 16.65,10 16.5,10.07L13.93,7.5C14.19,6.57 13.71,5.55 12.78,5.16C12.35,5 11.9,4.96 11.5,5.07L9.8,3.38L10.59,2.6C11.37,1.81 12.63,1.81 13.41,2.6L21.4,10.59C22.19,11.37 22.19,12.63 21.4,13.41L13.41,21.4C12.63,22.19 11.37,22.19 10.59,21.4L2.6,13.41C1.81,12.63 1.81,11.37 2.6,10.59Z'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='68' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' opacity='0.12' d='M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4M11,16.5L6.5,12L7.91,10.59L11,13.67L16.59,8.09L18,9.5L11,16.5Z'/%3E%3C/svg%3E");
    background-position: 3% 10%, 92% 8%, 8% 88%, 88% 85%, 5% 45%;
    background-size: 80px 80px, 75px 75px, 72px 72px, 70px 70px, 68px 68px;
    background-repeat: no-repeat;
    animation: codeFloat-b-sr0ey5ihy0 50s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes codeFloat-b-sr0ey5ihy0 {
    0% {
        background-position: 3% 10%, 92% 8%, 8% 88%, 88% 85%, 5% 45%;
        transform: translateY(0) scale(1);
    }
    33% {
        background-position: 5% 12%, 90% 10%, 10% 86%, 86% 87%, 7% 47%;
        transform: translateY(-8px) scale(1.02);
    }
    66% {
        background-position: 2% 8%, 94% 6%, 6% 90%, 90% 83%, 3% 43%;
        transform: translateY(4px) scale(0.98);
    }
    100% {
        background-position: 3% 10%, 92% 8%, 8% 88%, 88% 85%, 5% 45%;
        transform: translateY(0) scale(1);
    }
}

.carousel-container[b-sr0ey5ihy0] {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.carousel-slides[b-sr0ey5ihy0] {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide[b-sr0ey5ihy0] {
    min-width: 100%;
    text-align: center;
}

.hero-content h1[b-sr0ey5ihy0] {
    font-size: 3rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 1rem;
    letter-spacing: -0.03em;
    line-height: 1;
}

.hero-subtitle[b-sr0ey5ihy0] {
    font-size: 1rem;
    color: #374151;
    margin-bottom: 1.75rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.hero-actions[b-sr0ey5ihy0] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-hero[b-sr0ey5ihy0] {
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 12px;
}

.btn-outline-hero[b-sr0ey5ihy0] {
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(0, 0, 0, 0.1);
    color: #000;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-block;
}

.btn-outline-hero:hover[b-sr0ey5ihy0] {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    color: #000;
}

/* Carousel Navigation */
.carousel-nav[b-sr0ey5ihy0] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    z-index: 10;
}

.carousel-nav:hover[b-sr0ey5ihy0] {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.carousel-prev[b-sr0ey5ihy0] {
    left: 2rem;
}

.carousel-next[b-sr0ey5ihy0] {
    right: 2rem;
}

/* Carousel Indicators */
.carousel-indicators[b-sr0ey5ihy0] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1.5rem;
    padding-bottom: 1rem;
}

.indicator-dot[b-sr0ey5ihy0] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.indicator-dot.active[b-sr0ey5ihy0] {
    background: rgba(0, 0, 0, 0.8);
    width: 32px;
    border-radius: 6px;
}

.indicator-dot:hover[b-sr0ey5ihy0] {
    background: rgba(0, 0, 0, 0.5);
}

/* Categories Section */
.categories-section[b-sr0ey5ihy0] {
    background: #fff;
    padding: 4rem 2rem;
    margin-bottom: 2rem;
    border-top: 5px solid #8B2469;
}

.categories-container[b-sr0ey5ihy0] {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header[b-sr0ey5ihy0] {
    margin-bottom: 3rem;
    text-align: center;
}

.section-header h2[b-sr0ey5ihy0] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.section-header p[b-sr0ey5ihy0] {
    font-size: 1.125rem;
    color: #6B7280;
}

.categories-grid[b-sr0ey5ihy0] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.category-card[b-sr0ey5ihy0] {
    padding: 1.75rem;
    border-radius: 20px;
    text-align: left;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
}

.category-card[b-sr0ey5ihy0]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s;
}

.category-card:hover[b-sr0ey5ihy0] {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(0, 0, 0, 0.12);
}

.category-card:hover[b-sr0ey5ihy0]::before {
    opacity: 1;
}

.category-icon[b-sr0ey5ihy0] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

.category-card:hover .category-icon[b-sr0ey5ihy0] {
    transform: scale(1.1) rotate(5deg);
    background: rgba(255, 255, 255, 0.8);
}

.category-icon svg[b-sr0ey5ihy0] {
    width: 36px;
    height: 36px;
    color: rgba(0, 0, 0, 0.7);
    transition: color 0.3s;
}

.category-card:hover .category-icon svg[b-sr0ey5ihy0] {
    color: rgba(0, 0, 0, 0.9);
}

.category-card h3[b-sr0ey5ihy0] {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #000;
    position: relative;
    z-index: 1;
}

.category-card p[b-sr0ey5ihy0] {
    font-size: 0.875rem;
    color: #4B5563;
    margin-bottom: 1rem;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.category-link[b-sr0ey5ihy0] {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    font-size: 0.875rem;
}

.category-card:hover .category-link[b-sr0ey5ihy0] {
    transform: translateX(6px);
}

/* Category Colors - More vibrant and modern */
.category-blue[b-sr0ey5ihy0] {
    background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 50%, #BFDBFE 100%);
}

.category-pink[b-sr0ey5ihy0] {
    background: linear-gradient(135deg, #FDF2F8 0%, #FCE7F3 50%, #FBCFE8 100%);
}

.category-green[b-sr0ey5ihy0] {
    background: linear-gradient(135deg, #ECFDF5 0%, #D1FAE5 50%, #A7F3D0 100%);
}

.category-cyan[b-sr0ey5ihy0] {
    background: linear-gradient(135deg, #ECFEFF 0%, #CFFAFE 50%, #A5F3FC 100%);
}

.category-yellow[b-sr0ey5ihy0] {
    background: linear-gradient(135deg, #FFFBEB 0%, #FEF3C7 50%, #FDE68A 100%);
}

.category-purple[b-sr0ey5ihy0] {
    background: linear-gradient(135deg, #FAF5FF 0%, #F3E8FF 50%, #E9D5FF 100%);
}

/* Showcase Section */
.showcase-section[b-sr0ey5ihy0] {
    background: #1a1a2e;
    padding: 3rem 2rem;
    border-top: 5px solid #8B2469;
}

.showcase-container[b-sr0ey5ihy0] {
    max-width: 1400px;
    margin: 0 auto;
}

.showcase-section .section-header h2[b-sr0ey5ihy0] {
    color: #fff;
    margin-bottom: 0.5rem;
}

.showcase-section .section-header p[b-sr0ey5ihy0] {
    color: #D1D5DB;
}

.showcase-section .section-header[b-sr0ey5ihy0] {
    margin-bottom: 2rem;
}

.showcase-grid[b-sr0ey5ihy0] {
    display: grid;
    grid-template-columns: repeat(3, 280px);
    gap: 1rem;
    justify-content: center;
}

.showcase-card[b-sr0ey5ihy0] {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    display: block;
    cursor: pointer;
    width: 280px;
}

.showcase-card:hover[b-sr0ey5ihy0] {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.2);
}

.showcase-gradient[b-sr0ey5ihy0] {
    height: 6px;
}

.gradient-blue[b-sr0ey5ihy0] {
    background: linear-gradient(90deg, #3B82F6 0%, #60A5FA 100%);
}

.gradient-pink[b-sr0ey5ihy0] {
    background: linear-gradient(90deg, #EC4899 0%, #F472B6 100%);
}

.gradient-green[b-sr0ey5ihy0] {
    background: linear-gradient(90deg, #10B981 0%, #34D399 100%);
}

.gradient-cyan[b-sr0ey5ihy0] {
    background: linear-gradient(90deg, #06B6D4 0%, #22D3EE 100%);
}

.gradient-yellow[b-sr0ey5ihy0] {
    background: linear-gradient(90deg, #F59E0B 0%, #FBBF24 100%);
}

.gradient-purple[b-sr0ey5ihy0] {
    background: linear-gradient(90deg, #8B5CF6 0%, #A78BFA 100%);
}

.showcase-content[b-sr0ey5ihy0] {
    padding: 1.25rem;
    text-align: left;
}

.showcase-icon[b-sr0ey5ihy0] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: all 0.3s;
}

.showcase-card:hover .showcase-icon[b-sr0ey5ihy0] {
    transform: scale(1.1) rotate(5deg);
    background: rgba(255, 255, 255, 0.2);
}

.showcase-icon svg[b-sr0ey5ihy0] {
    width: 28px;
    height: 28px;
    color: #fff;
    stroke: currentColor;
}

.showcase-content h3[b-sr0ey5ihy0] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.4rem;
}

.showcase-content p[b-sr0ey5ihy0] {
    font-size: 0.8rem;
    color: #D1D5DB;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

.showcase-link[b-sr0ey5ihy0] {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 0.8rem;
}

.showcase-card:hover .showcase-link[b-sr0ey5ihy0] {
    transform: translateX(6px);
}

/* White Features Section */
.features-white-section[b-sr0ey5ihy0] {
    background: #fff;
    padding: 4rem 2rem;
}

.features-white-container[b-sr0ey5ihy0] {
    max-width: 1400px;
    margin: 0 auto;
}

.features-white-grid[b-sr0ey5ihy0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.feature-white-card[b-sr0ey5ihy0] {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s;
    border: 2px solid rgba(0, 0, 0, 0.06);
}

.feature-white-card:hover[b-sr0ey5ihy0] {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.12);
}

.feature-white-icon[b-sr0ey5ihy0] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.feature-white-card h3[b-sr0ey5ihy0] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.75rem;
}

.feature-white-card p[b-sr0ey5ihy0] {
    font-size: 0.95rem;
    color: #4B5563;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content h1[b-sr0ey5ihy0] {
        font-size: 2.5rem;
    }

    .hero-subtitle[b-sr0ey5ihy0] {
        font-size: 1rem;
    }

    .carousel-nav[b-sr0ey5ihy0] {
        width: 40px;
        height: 40px;
    }

    .carousel-prev[b-sr0ey5ihy0] {
        left: 1rem;
    }

    .carousel-next[b-sr0ey5ihy0] {
        right: 1rem;
    }

    .section-header h2[b-sr0ey5ihy0] {
        font-size: 2rem;
    }

    .categories-grid[b-sr0ey5ihy0],
    .showcase-grid[b-sr0ey5ihy0] {
        grid-template-columns: 1fr;
    }
}

.hero-content[b-sr0ey5ihy0] {
    max-width: 1200px;
    margin: 0 auto;
}

.hero-title[b-sr0ey5ihy0] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.hero-icon[b-sr0ey5ihy0] {
    font-size: 3.5rem;
}

.hero-subtitle[b-sr0ey5ihy0] {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.hero-description[b-sr0ey5ihy0] {
    font-size: 1.1rem;
    margin-bottom: 3rem;
    opacity: 0.8;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.feature-cards[b-sr0ey5ihy0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.feature-card[b-sr0ey5ihy0] {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    padding: 2rem;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(37, 99, 235, 0.4);
    transition: all 0.3s ease;
    text-align: left;
    position: relative;
    color: var(--text-dark);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.feature-card:hover[b-sr0ey5ihy0] {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(37, 99, 235, 0.6);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.2);
}

.feature-icon[b-sr0ey5ihy0] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.feature-card h3[b-sr0ey5ihy0] {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    text-align: center;
    color: var(--text-dark);
}

.feature-card p[b-sr0ey5ihy0] {
    opacity: 0.8;
    line-height: 1.5;
    margin-bottom: 1rem;
    text-align: center;
    color: var(--text-dark);
}

.feature-link[b-sr0ey5ihy0] {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
    text-align: center;
    transition: color 0.3s ease;
}

.feature-link:hover[b-sr0ey5ihy0] {
    color: var(--primary-dark);
    text-decoration: underline;
}

.stats-section[b-sr0ey5ihy0] {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.stat-item[b-sr0ey5ihy0] {
    text-align: center;
}

.stat-number[b-sr0ey5ihy0] {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-label[b-sr0ey5ihy0] {
    font-size: 0.9rem;
    opacity: 0.8;
    font-weight: 500;
}

.cta-buttons[b-sr0ey5ihy0] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn[b-sr0ey5ihy0] {
    padding: 0.75rem 2rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.btn-primary[b-sr0ey5ihy0] {
    background: linear-gradient(45deg, var(--accent-yellow), var(--accent-yellow-light));
    color: var(--text-dark);
}

.btn-primary:hover[b-sr0ey5ihy0] {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.btn-accent[b-sr0ey5ihy0] {
    background: linear-gradient(45deg, var(--primary), var(--primary-light));
    color: var(--text-light);
}

.btn-accent:hover[b-sr0ey5ihy0] {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 99, 235, 0.4);
}

.btn-secondary[b-sr0ey5ihy0] {
    background: rgba(255, 255, 255, 0.2);
    color: var(--text-light);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover[b-sr0ey5ihy0] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* Content Preview Section */
.content-preview-section[b-sr0ey5ihy0] {
    padding: 4rem 2rem;
    background: var(--background-light);
}

.container[b-sr0ey5ihy0] {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title[b-sr0ey5ihy0] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: var(--text-dark);
}

.preview-cards[b-sr0ey5ihy0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.preview-card[b-sr0ey5ihy0] {
    background: var(--card-background);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 1px solid var(--border-light);
}

.preview-card:hover[b-sr0ey5ihy0] {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.preview-header[b-sr0ey5ihy0] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.preview-icon[b-sr0ey5ihy0] {
    font-size: 2rem;
}

.preview-card h3[b-sr0ey5ihy0] {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
}

.preview-card p[b-sr0ey5ihy0] {
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.preview-cta[b-sr0ey5ihy0] {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
}

.preview-cta:hover[b-sr0ey5ihy0] {
    color: var(--primary-dark);
    text-decoration: underline;
}

.preview-cta[b-sr0ey5ihy0]::after {
    content: '→';
    transition: transform 0.3s ease;
}

.preview-cta:hover[b-sr0ey5ihy0]::after {
    transform: translateX(4px);
}

/* Blog Scroll Section */
.blog-scroll-container[b-sr0ey5ihy0] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.blog-scroll-track[b-sr0ey5ihy0] {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 1rem 0;
    flex: 1;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.blog-scroll-track[b-sr0ey5ihy0]::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.blog-tile[b-sr0ey5ihy0] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    min-width: 280px;
    max-width: 280px;
    min-height: 280px;
    flex-shrink: 0;
}

.blog-tile:hover[b-sr0ey5ihy0] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(139, 36, 105, 0.2);
}

.blog-tile-loading[b-sr0ey5ihy0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    cursor: default;
}

.blog-tile-loading:hover[b-sr0ey5ihy0] {
    transform: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.loading-spinner[b-sr0ey5ihy0] {
    width: 48px;
    height: 48px;
    border: 4px solid #f0f0f0;
    border-top: 4px solid #8B2469;
    border-radius: 50%;
    animation: spin-b-sr0ey5ihy0 1s linear infinite;
    margin-bottom: 1rem;
}

@keyframes spin-b-sr0ey5ihy0 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text[b-sr0ey5ihy0] {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
}

.blog-scroll-btn[b-sr0ey5ihy0] {
    background: white;
    border: 2px solid #8B2469;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #8B2469;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.blog-scroll-btn:hover:not(:disabled)[b-sr0ey5ihy0] {
    background: #8B2469;
    color: white;
    transform: scale(1.1);
}

.blog-scroll-btn:disabled[b-sr0ey5ihy0] {
    opacity: 0.3;
    cursor: not-allowed;
}

.blog-tile-header[b-sr0ey5ihy0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e0e0e0;
}

.blog-source[b-sr0ey5ihy0] {
    font-weight: 600;
    color: #8B2469;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-title[b-sr0ey5ihy0] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1rem 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-description[b-sr0ey5ihy0] {
    color: #555;
    line-height: 1.6;
    margin-bottom: 1rem;
    flex-grow: 1;
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-tile-footer[b-sr0ey5ihy0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
}

.blog-date[b-sr0ey5ihy0] {
    color: #666;
    font-size: 0.8rem;
}

.blog-read-more[b-sr0ey5ihy0] {
    color: #8B2469;
    font-weight: 600;
    font-size: 0.9rem;
}

.blog-carousel-loading[b-sr0ey5ihy0],
.blog-carousel-empty[b-sr0ey5ihy0] {
    text-align: center;
    padding: 4rem 2rem;
    color: #666;
    font-size: 1.1rem;
    min-width: 100%;
}

@media (max-width: 768px) {
    .blog-scroll-container[b-sr0ey5ihy0] {
        gap: 0.5rem;
    }
    
    .blog-scroll-btn[b-sr0ey5ihy0] {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .blog-tile[b-sr0ey5ihy0] {
        min-width: 240px;
        max-width: 240px;
        min-height: 260px;
        padding: 1.25rem;
    }
    
    .blog-scroll-track[b-sr0ey5ihy0] {
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .hero-title[b-sr0ey5ihy0] {
        font-size: 2rem;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .hero-icon[b-sr0ey5ihy0] {
        font-size: 2.5rem;
    }
    
    .feature-cards[b-sr0ey5ihy0] {
        grid-template-columns: 1fr;
    }
    
    .stats-section[b-sr0ey5ihy0] {
        gap: 2rem;
    }
    
    .cta-buttons[b-sr0ey5ihy0] {
        flex-direction: column;
        align-items: center;
    }
    
    .btn[b-sr0ey5ihy0] {
        width: 200px;
    }
    
    .preview-cards[b-sr0ey5ihy0] {
        grid-template-columns: 1fr;
    }
    
    .section-title[b-sr0ey5ihy0] {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .hero-section[b-sr0ey5ihy0] {
        padding: 2rem 1rem;
    }
    
    .content-preview-section[b-sr0ey5ihy0] {
        padding: 2rem 1rem;
    }
    
    .preview-card[b-sr0ey5ihy0] {
        padding: 1.5rem;
    }
}
/* _content/BlogApp/Components/Pages/PodcastAggregation.razor.rz.scp.css */
/* Podcast Aggregation Styles */
.page-container[b-x5nd9ujupo] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

.page-header[b-x5nd9ujupo] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.header-content[b-x5nd9ujupo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-title[b-x5nd9ujupo] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.page-description[b-x5nd9ujupo] {
    font-size: 1.1rem;
    margin: 0.5rem 0 0 0;
    opacity: 0.9;
}

.header-actions[b-x5nd9ujupo] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.header-actions .btn[b-x5nd9ujupo] {
    border: 2px solid rgba(255,255,255,0.3);
    color: white;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.header-actions .btn:hover[b-x5nd9ujupo] {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.5);
    transform: translateY(-2px);
}

/* Filters Section */
.filters-section[b-x5nd9ujupo] {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #e9ecef;
}

.filters-container[b-x5nd9ujupo] {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.search-box[b-x5nd9ujupo] {
    position: relative;
    flex: 1;
    min-width: 250px;
}

.search-icon[b-x5nd9ujupo] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    z-index: 2;
}

.search-input[b-x5nd9ujupo] {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 25px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.search-input:focus[b-x5nd9ujupo] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.clear-search[b-x5nd9ujupo] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #6c757d;
    cursor: pointer;
    padding: 4px;
}

.filter-group[b-x5nd9ujupo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.filter-label[b-x5nd9ujupo] {
    font-weight: 600;
    color: #495057;
    margin: 0;
}

.filter-select[b-x5nd9ujupo] {
    min-width: 150px;
    border-radius: 20px;
    border: 2px solid #e9ecef;
}

.filter-select:focus[b-x5nd9ujupo] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

/* Loading and No Results */
.loading-container[b-x5nd9ujupo] {
    text-align: center;
    padding: 3rem;
}

.loading-text[b-x5nd9ujupo] {
    margin-top: 1rem;
    color: #6c757d;
    font-size: 1.1rem;
}

.no-results[b-x5nd9ujupo] {
    text-align: center;
    padding: 3rem;
    color: #6c757d;
}

/* Episodes Grid */
.episodes-grid[b-x5nd9ujupo] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.episode-card[b-x5nd9ujupo] {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.episode-card:hover[b-x5nd9ujupo] {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.episode-card.read[b-x5nd9ujupo] {
    opacity: 0.7;
    background: #f8f9fa;
}

.episode-card.read[b-x5nd9ujupo]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #28a745, #20c997);
}

.episode-card.unread[b-x5nd9ujupo]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
}

.episode-header[b-x5nd9ujupo] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.episode-meta[b-x5nd9ujupo] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.podcast-name[b-x5nd9ujupo] {
    font-weight: 600;
    color: #667eea;
    font-size: 0.9rem;
}

.episode-date[b-x5nd9ujupo], .episode-duration[b-x5nd9ujupo] {
    font-size: 0.8rem;
    color: #6c757d;
}

.episode-actions[b-x5nd9ujupo] {
    display: flex;
    gap: 0.5rem;
}

.mark-read-btn[b-x5nd9ujupo], .mark-unread-btn[b-x5nd9ujupo] {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.episode-title[b-x5nd9ujupo] {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    line-height: 1.4;
}

.episode-title a[b-x5nd9ujupo] {
    color: #212529;
    text-decoration: none;
    transition: color 0.3s ease;
}

.episode-title a:hover[b-x5nd9ujupo] {
    color: #667eea;
}

.episode-content[b-x5nd9ujupo] {
    margin-bottom: 1rem;
}

.episode-description[b-x5nd9ujupo] {
    color: #6c757d;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.episode-categories[b-x5nd9ujupo] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.category-tag[b-x5nd9ujupo] {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
}

.episode-footer[b-x5nd9ujupo] {
    border-top: 1px solid #e9ecef;
    padding-top: 1rem;
}

.ai-summary[b-x5nd9ujupo] {
    background: #f8f9fa;
    border-left: 4px solid #667eea;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.ai-summary h4[b-x5nd9ujupo] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #667eea;
    margin: 0 0 0.5rem 0;
}

.ai-summary p[b-x5nd9ujupo] {
    margin: 0;
    color: #495057;
    line-height: 1.5;
}

.episode-actions-bottom[b-x5nd9ujupo] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
}

.episode-actions-bottom .btn[b-x5nd9ujupo] {
    border-radius: 20px;
    font-size: 0.85rem;
    padding: 0.375rem 0.75rem;
}

.generate-summary-btn[b-x5nd9ujupo], .regenerate-summary-btn[b-x5nd9ujupo] {
    position: relative;
    overflow: hidden;
}

/* Pagination */
.pagination-container[b-x5nd9ujupo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
    flex-wrap: wrap;
    gap: 1rem;
}

.pagination[b-x5nd9ujupo] {
    margin: 0;
}

.pagination .page-link[b-x5nd9ujupo] {
    border-radius: 8px;
    margin: 0 2px;
    border: 1px solid #dee2e6;
    color: #667eea;
    padding: 0.5rem 0.75rem;
}

.pagination .page-item.active .page-link[b-x5nd9ujupo] {
    background-color: #667eea;
    border-color: #667eea;
}

.pagination .page-link:hover[b-x5nd9ujupo] {
    background-color: #e9ecef;
    border-color: #adb5bd;
}

.pagination-info[b-x5nd9ujupo] {
    color: #6c757d;
    font-size: 0.9rem;
}

/* Settings Modal */
.modal-content[b-x5nd9ujupo] {
    border-radius: 15px;
    border: none;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.modal-header[b-x5nd9ujupo] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 15px 15px 0 0;
    border-bottom: none;
}

.modal-title[b-x5nd9ujupo] {
    font-weight: 600;
}

.btn-close[b-x5nd9ujupo] {
    filter: brightness(0) invert(1);
}

.settings-section[b-x5nd9ujupo] {
    margin-bottom: 2rem;
}

.settings-section h6[b-x5nd9ujupo] {
    color: #495057;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
}

.sources-list[b-x5nd9ujupo] {
    max-height: 400px;
    overflow-y: auto;
}

.source-item[b-x5nd9ujupo] {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.source-header[b-x5nd9ujupo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.source-details .form-control-sm[b-x5nd9ujupo] {
    border-radius: 6px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-container[b-x5nd9ujupo] {
        padding: 10px;
    }
    
    .header-content[b-x5nd9ujupo] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .filters-container[b-x5nd9ujupo] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .search-box[b-x5nd9ujupo] {
        min-width: auto;
    }
    
    .filter-group[b-x5nd9ujupo] {
        justify-content: space-between;
    }
    
    .episodes-grid[b-x5nd9ujupo] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .pagination-container[b-x5nd9ujupo] {
        flex-direction: column;
        text-align: center;
    }
    
    .episode-actions-bottom[b-x5nd9ujupo] {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .page-title[b-x5nd9ujupo] {
        font-size: 2rem;
    }
    
    .episode-card[b-x5nd9ujupo] {
        padding: 1rem;
    }
    
    .episode-title[b-x5nd9ujupo] {
        font-size: 1.1rem;
    }
}

/* Animation for loading states */
@keyframes pulse-b-x5nd9ujupo {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

.episode-card.loading[b-x5nd9ujupo] {
    animation: pulse-b-x5nd9ujupo 1.5s ease-in-out infinite;
}

/* Hover effects for better UX */
.btn[b-x5nd9ujupo] {
    transition: all 0.3s ease;
}

.btn:hover[b-x5nd9ujupo] {
    transform: translateY(-1px);
}

.form-control:focus[b-x5nd9ujupo],
.form-select:focus[b-x5nd9ujupo] {
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

/* Custom scrollbar for sources list */
.sources-list[b-x5nd9ujupo]::-webkit-scrollbar {
    width: 6px;
}

.sources-list[b-x5nd9ujupo]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.sources-list[b-x5nd9ujupo]::-webkit-scrollbar-thumb {
    background: #667eea;
    border-radius: 3px;
}

.sources-list[b-x5nd9ujupo]::-webkit-scrollbar-thumb:hover {
    background: #5a6fd8;
}
/* _content/BlogApp/Components/Shared/ChatPopup.razor.rz.scp.css */
/* Chat Panel - Right Side Slide Out */
.chat-panel[b-9pvb4jeg0k] {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100vh;
    background: white;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1040;
    overflow: hidden;
}

.chat-panel.open[b-9pvb4jeg0k] {
    transform: translateX(0);
}

.chat-panel .chat-header[b-9pvb4jeg0k] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.chat-panel .chat-header h4[b-9pvb4jeg0k] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.chat-panel .chat-controls[b-9pvb4jeg0k] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.chat-panel .chat-status[b-9pvb4jeg0k] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    font-size: 8px;
}

.chat-panel .chat-status.connected[b-9pvb4jeg0k] {
    color: #4ade80;
}

.chat-panel .chat-status.disconnected[b-9pvb4jeg0k] {
    color: #f87171;
}

.chat-panel .chat-controls button[b-9pvb4jeg0k] {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.25rem 0.5rem;
    transition: all 0.2s ease;
}

.chat-panel .chat-controls button:hover[b-9pvb4jeg0k] {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.05);
}

.chat-panel .chat-messages[b-9pvb4jeg0k] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.chat-panel .chat-messages[b-9pvb4jeg0k]::-webkit-scrollbar {
    width: 6px;
}

.chat-panel .chat-messages[b-9pvb4jeg0k]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.chat-panel .chat-messages[b-9pvb4jeg0k]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.chat-panel .chat-messages[b-9pvb4jeg0k]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.chat-panel .message[b-9pvb4jeg0k] {
    display: flex;
    gap: 0.75rem;
    max-width: 85%;
    animation: messageSlideIn-b-9pvb4jeg0k 0.3s ease-out;
}

.chat-panel .user-message[b-9pvb4jeg0k] {
    align-self: flex-end;
    flex-direction: row-reverse;
}

.chat-panel .assistant-message[b-9pvb4jeg0k] {
    align-self: flex-start;
}

.chat-panel .message-content[b-9pvb4jeg0k] {
    background: white;
    border-radius: 18px;
    padding: 0.75rem 1rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.chat-panel .user-message .message-content[b-9pvb4jeg0k] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
}

.chat-panel .message-text[b-9pvb4jeg0k] {
    margin-bottom: 0.25rem;
    line-height: 1.4;
}

.chat-panel .message-time[b-9pvb4jeg0k] {
    font-size: 0.75rem;
    opacity: 0.7;
}

.chat-panel .message-avatar[b-9pvb4jeg0k] {
    width: 32px;
    height: 32px;
    background: #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #64748b;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.chat-panel .user-message .message-avatar[b-9pvb4jeg0k] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.chat-panel .typing-indicator[b-9pvb4jeg0k] {
    display: flex;
    gap: 4px;
    align-items: center;
}

.chat-panel .typing-indicator span[b-9pvb4jeg0k] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #94a3b8;
    animation: bounce-b-9pvb4jeg0k 1.4s infinite ease-in-out both;
}

.chat-panel .typing-indicator span:nth-child(1)[b-9pvb4jeg0k] { animation-delay: -0.32s; }
.chat-panel .typing-indicator span:nth-child(2)[b-9pvb4jeg0k] { animation-delay: -0.16s; }

.chat-panel .chat-input[b-9pvb4jeg0k] {
    padding: 1rem;
    background: white;
    border-top: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.chat-panel .input-group[b-9pvb4jeg0k] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.chat-panel .input-group input[b-9pvb4jeg0k] {
    flex: 1;
    border: 1px solid #d1d5db;
    border-radius: 20px;
    padding: 0.75rem 1rem;
    outline: none;
    transition: all 0.2s ease;
    background: #f9fafb;
}

.chat-panel .input-group input:focus[b-9pvb4jeg0k] {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    background: white;
}

.chat-panel .send-btn[b-9pvb4jeg0k] {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.chat-panel .send-btn:hover:not(:disabled)[b-9pvb4jeg0k] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.chat-panel .send-btn:disabled[b-9pvb4jeg0k] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .chat-panel[b-9pvb4jeg0k] {
        width: 100%;
        left: 0;
        transform: translateX(100%);
    }
    
    .chat-panel.open[b-9pvb4jeg0k] {
        transform: translateX(0);
    }
}

@media (max-width: 480px) {
    .chat-panel .chat-header[b-9pvb4jeg0k] {
        padding: 0.75rem;
    }
    
    .chat-panel .chat-header h4[b-9pvb4jeg0k] {
        font-size: 1rem;
    }
    
    .chat-panel .message[b-9pvb4jeg0k] {
        max-width: 90%;
    }
    
    .chat-panel .chat-messages[b-9pvb4jeg0k] {
        padding: 0.75rem;
    }
    
    .chat-panel .chat-input[b-9pvb4jeg0k] {
        padding: 0.75rem;
    }
}

/* Animations */
@keyframes messageSlideIn-b-9pvb4jeg0k {
    from { 
        opacity: 0;
        transform: translateY(10px);
    }
    to { 
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce-b-9pvb4jeg0k {
    0%, 80%, 100% { 
        transform: scale(0);
    } 40% { 
        transform: scale(1);
    }
}

/* Blog Summary Message Styles - Optimized for Side Panel */
.blog-summary-message[b-9pvb4jeg0k] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 0.875rem;
    margin: 0.5rem 0;
    max-width: 100%;
}

.blog-summary-header[b-9pvb4jeg0k] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dee2e6;
}

.blog-summary-header i[b-9pvb4jeg0k] {
    font-size: 1rem;
    margin-top: 0.125rem;
    flex-shrink: 0;
}

.blog-summary-header strong[b-9pvb4jeg0k] {
    color: #2c3e50;
    font-size: 0.9rem;
    line-height: 1.3;
    flex: 1;
}

.blog-summary-content[b-9pvb4jeg0k] {
    margin-bottom: 0.875rem;
}

.ai-summary[b-9pvb4jeg0k] {
    background: #fff;
    border: 1px solid #e3f2fd;
    border-radius: 8px;
    padding: 0.625rem;
    margin-bottom: 0.625rem;
}

.ai-summary i[b-9pvb4jeg0k] {
    color: #2196f3;
    margin-right: 0.375rem;
    font-size: 0.875rem;
}

.summary-label[b-9pvb4jeg0k] {
    font-weight: 600;
    color: #1976d2;
    font-size: 0.8rem;
}

.ai-summary p[b-9pvb4jeg0k] {
    margin: 0.375rem 0 0 0;
    color: #495057;
    line-height: 1.4;
    font-style: italic;
    font-size: 0.85rem;
}

.blog-meta[b-9pvb4jeg0k] {
    display: flex;
    flex-direction: column;
    gap: 0.1875rem;
    font-size: 0.75rem;
    color: #6c757d;
}

.blog-meta span[b-9pvb4jeg0k] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.blog-meta i[b-9pvb4jeg0k] {
    width: 12px;
    text-align: center;
    opacity: 0.7;
    font-size: 0.7rem;
}

.blog-summary-actions[b-9pvb4jeg0k] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    padding-top: 0.625rem;
    border-top: 1px solid #dee2e6;
}

.blog-summary-actions .btn[b-9pvb4jeg0k] {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
    border-radius: 6px;
    transition: all 0.2s ease;
    text-decoration: none;
    width: 100%;
    text-align: center;
}

.blog-summary-actions .btn:hover[b-9pvb4jeg0k] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.blog-summary-actions .btn i[b-9pvb4jeg0k] {
    margin-right: 0.3rem;
    font-size: 0.7rem;
}

/* LinkedIn share button */
.blog-summary-actions .btn-outline-success[b-9pvb4jeg0k] {
    color: #0077b5;
    border-color: #0077b5;
}

.blog-summary-actions .btn-outline-success:hover[b-9pvb4jeg0k] {
    background-color: #0077b5;
    border-color: #0077b5;
    color: white;
}

/* More info button */
.blog-summary-actions .btn-outline-primary:hover[b-9pvb4jeg0k] {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: white;
}

/* Read full button */
.blog-summary-actions .btn-outline-secondary:hover[b-9pvb4jeg0k] {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
}

/* Animation for blog summary appearance */
.blog-summary-message[b-9pvb4jeg0k] {
    animation: slideInBlogSummary-b-9pvb4jeg0k 0.3s ease-out;
}

@keyframes slideInBlogSummary-b-9pvb4jeg0k {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Wide screen optimization */
@media (min-width: 1200px) {
    .chat-panel[b-9pvb4jeg0k] {
        width: 450px;
    }
    
    .blog-summary-actions[b-9pvb4jeg0k] {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .blog-summary-actions .btn[b-9pvb4jeg0k] {
        flex: 1;
        min-width: 100px;
    }
}
/* _content/BlogApp/Components/Shared/ChatWidget.razor.rz.scp.css */
/* Chat Panel Toggle Button */
.chat-panel-toggle[b-6zihy31wy8] {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 12px 0 0 12px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.chat-panel-toggle:hover[b-6zihy31wy8] {
    right: 5px;
    box-shadow: -4px 0 15px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%);
}

.chat-panel-toggle.active[b-6zihy31wy8] {
    right: 400px;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    border-radius: 0 12px 12px 0;
}

.chat-panel-toggle.active:hover[b-6zihy31wy8] {
    right: 395px;
    box-shadow: 4px 0 15px rgba(0, 0, 0, 0.3);
}

/* FontAwesome fallback */
.chat-panel-toggle .fa-comments[b-6zihy31wy8]::before {
    content: "💬";
    font-family: system-ui, sans-serif;
    font-size: 20px;
}

.chat-panel-toggle .fa-chevron-right[b-6zihy31wy8]::before {
    content: "›";
    font-family: system-ui, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .chat-panel-toggle[b-6zihy31wy8] {
        width: 40px;
        height: 60px;
        font-size: 16px;
    }
    
    .chat-panel-toggle.active[b-6zihy31wy8] {
        right: 100%;
        transform: translateY(-50%) translateX(40px);
    }
    
    .chat-panel-toggle.active:hover[b-6zihy31wy8] {
        right: 100%;
        transform: translateY(-50%) translateX(35px);
    }
}
/* _content/BlogApp/Components/SocialMediaPopup.razor.rz.scp.css */
/* Social Media Popup Overlay */
.social-media-overlay[b-k74u23fq2g] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.social-media-overlay.show[b-k74u23fq2g] {
    opacity: 1;
    visibility: visible;
}

/* Confirmation Dialog */
.confirmation-dialog[b-k74u23fq2g] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    width: 90%;
    max-height: 70vh;
    overflow-y: auto;
    margin: 20px;
}

.confirmation-preview[b-k74u23fq2g] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
    white-space: pre-wrap;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    max-height: 200px;
    overflow-y: auto;
}

/* Success Dialog */
.success-dialog[b-k74u23fq2g] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    margin: 20px;
}

.success-actions[b-k74u23fq2g] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    margin: 15px 0;
}

/* Popup Container */
.social-media-popup[b-k74u23fq2g] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    transform: scale(0.9) translateY(20px);
    transition: all 0.3s ease;
}

.social-media-overlay.show .social-media-popup[b-k74u23fq2g] {
    transform: scale(1) translateY(0);
}

/* Popup Header */
.popup-header[b-k74u23fq2g] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa;
    border-radius: 12px 12px 0 0;
}

.popup-header h3[b-k74u23fq2g] {
    margin: 0;
    color: #2c3e50;
    font-weight: 600;
}

.popup-header h3 i[b-k74u23fq2g] {
    color: #3498db;
    margin-right: 0.5rem;
}

.btn-close[b-k74u23fq2g] {
    background: none;
    border: none;
    font-size: 1.2rem;
    color: #6c757d;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.btn-close:hover[b-k74u23fq2g] {
    background: #e9ecef;
    color: #495057;
}

/* Popup Content */
.popup-content[b-k74u23fq2g] {
    padding: 2rem;
}

/* Article Info */
.article-info[b-k74u23fq2g] {
    margin-bottom: 2rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #3498db;
}

.article-info h4[b-k74u23fq2g] {
    margin: 0 0 0.5rem 0;
    color: #2c3e50;
    font-size: 1.1rem;
}

/* Platform Sections */
.platform-section[b-k74u23fq2g] {
    margin-bottom: 2rem;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
}

.platform-header[b-k74u23fq2g] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.platform-header i[b-k74u23fq2g] {
    font-size: 1.2rem;
}

.platform-header h5[b-k74u23fq2g] {
    margin: 0;
    flex: 1;
}

.platform-header small[b-k74u23fq2g] {
    font-weight: normal;
}

/* Post Preview */
.post-preview[b-k74u23fq2g] {
    padding: 1.5rem;
}

.post-preview textarea[b-k74u23fq2g] {
    resize: vertical;
    margin-bottom: 1rem;
    border: 1px solid #ced4da;
    border-radius: 6px;
    padding: 0.75rem;
}

.post-preview textarea:focus[b-k74u23fq2g] {
    border-color: #3498db;
    box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
}

.hashtag-section[b-k74u23fq2g], .url-section[b-k74u23fq2g] {
    margin-bottom: 1rem;
}

.hashtag-section label[b-k74u23fq2g], .url-section label[b-k74u23fq2g] {
    display: block;
    margin-bottom: 0.25rem;
    font-weight: 500;
    color: #495057;
}

.preview-final[b-k74u23fq2g] {
    margin-top: 1.5rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.final-post-preview[b-k74u23fq2g] {
    white-space: pre-wrap;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #495057;
    line-height: 1.5;
    margin-top: 0.5rem;
    padding: 0.75rem;
    background: white;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

/* Platform Actions */
.platform-actions[b-k74u23fq2g] {
    display: flex;
    gap: 0.5rem;
    padding: 1rem;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.platform-actions .btn[b-k74u23fq2g] {
    transition: all 0.2s ease;
}

.platform-actions .btn:hover:not(:disabled)[b-k74u23fq2g] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Loading State */
.generating-state[b-k74u23fq2g] {
    text-align: center;
    padding: 3rem 1rem;
    color: #6c757d;
}

.generating-state .spinner-border[b-k74u23fq2g] {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
}

.generating-state p[b-k74u23fq2g] {
    font-size: 1.1rem;
    margin: 0;
}

/* Popup Footer */
.popup-footer[b-k74u23fq2g] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    border-radius: 0 0 12px 12px;
}

/* Character count styling */
.text-muted[b-k74u23fq2g] {
    color: #6c757d;
}

.platform-header small.text-muted[b-k74u23fq2g] {
    font-size: 0.875rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .social-media-popup[b-k74u23fq2g] {
        width: 95%;
        margin: 1rem;
    }
    
    .popup-header[b-k74u23fq2g], .popup-content[b-k74u23fq2g], .popup-footer[b-k74u23fq2g] {
        padding: 1rem;
    }
    
    .platform-actions[b-k74u23fq2g] {
        flex-direction: column;
    }
    
    .platform-actions .btn[b-k74u23fq2g] {
        width: 100%;
    }
    
    .popup-footer[b-k74u23fq2g] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .popup-footer .btn[b-k74u23fq2g] {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .social-media-popup[b-k74u23fq2g] {
        width: 100%;
        height: 100%;
        border-radius: 0;
        max-height: 100vh;
    }
    
    .popup-header h3[b-k74u23fq2g] {
        font-size: 1rem;
    }
    
    .platform-header[b-k74u23fq2g] {
        flex-wrap: wrap;
        gap: 0.25rem;
    }
    
    .platform-header small[b-k74u23fq2g] {
        width: 100%;
        text-align: left;
    }
}

/* Brand Colors */
.fab.fa-twitter[b-k74u23fq2g] {
    color: #1da1f2;
}

.fab.fa-linkedin[b-k74u23fq2g] {
    color: #0077b5;
}

/* Success/Error States */
.alert[b-k74u23fq2g] {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 6px;
}

.alert-danger[b-k74u23fq2g] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert i[b-k74u23fq2g] {
    margin-right: 0.5rem;
}

/* Loading animations */
.fa-spinner[b-k74u23fq2g] {
    animation: spin-b-k74u23fq2g 1s linear infinite;
}

@keyframes spin-b-k74u23fq2g {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
