@import '_content/Tanaka.Auth.MudBlazor/Tanaka.Auth.MudBlazor.nkwdqb2r3v.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
/* Main Layout Styles */
.app-container[b-2tuiy4kd9z] {
    display: flex;
    width: 100%;
    min-height: 100vh;
    background-color: #f8f9fa;
    position: relative;
}

.main-content[b-2tuiy4kd9z] {
    flex: 1;
    padding-left: 260px; /* Width of expanded sidebar */
    width: 100%;
    transition: padding-left 0.3s ease;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.sidebar-collapsed .main-content[b-2tuiy4kd9z] {
    padding-left: 70px; /* Width of collapsed sidebar */
}

.top-bar[b-2tuiy4kd9z] {
    height: 60px;
    background-color: #2c3e50;
    color: white;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    position: sticky;
    top: 0;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.page-title h1[b-2tuiy4kd9z] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400;
}

.toggle-sidebar[b-2tuiy4kd9z] {
    background: transparent;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0.5rem;
    margin-right: 1rem;
    transition: transform 0.2s;
}

.toggle-sidebar:hover[b-2tuiy4kd9z] {
    transform: scale(1.1);
}

.content-container[b-2tuiy4kd9z] {
    flex: 1;
    padding: 1.5rem;
    overflow-x: hidden;
    width: 100%;
}

/* Responsive Design - Improved */
@media (max-width: 768px) {
    .app-container[b-2tuiy4kd9z] {
        flex-direction: column;
    }
    
    .main-content[b-2tuiy4kd9z] {
        padding-left: 0 !important; /* Override any other padding */
        width: 100%;
        order: 2; /* Place content below header on mobile */
    }
    
    .sidebar-collapsed .main-content[b-2tuiy4kd9z] {
        padding-left: 0;
    }
    
    .top-bar[b-2tuiy4kd9z] {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1001; /* Higher than sidebar */
    }
    
    .content-container[b-2tuiy4kd9z] {
        margin-top: 60px; /* Height of top bar */
        padding: 1rem;
    }
    
    .toggle-sidebar[b-2tuiy4kd9z] {
        margin-left: 0;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.sidebar[b-cwsa49gpzx] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 260px;
    background: linear-gradient(180deg, #2c3e50 0%, #1a252f 100%);
    color: white;
    box-shadow: 2px 0 5px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar.collapsed[b-cwsa49gpzx] {
    width: 80px;
}

.logo-container[b-cwsa49gpzx] {
    padding: 1.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.logo-container a[b-cwsa49gpzx] {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
}

.brand-icon[b-cwsa49gpzx] {
    font-size: 1.5rem;
    color: #3498db;
    margin-right: 0.75rem;
}

.app-name[b-cwsa49gpzx] {
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    background: linear-gradient(45deg, #3498db, #2ecc71);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    white-space: nowrap;
}

.sidebar.collapsed .app-name[b-cwsa49gpzx] {
    display: none;
}

/* Hide mobile menu toggle by default */
.mobile-menu-toggle[b-cwsa49gpzx] {
    display: none;
    background: transparent;
    color: white;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.nav-content[b-cwsa49gpzx] {
    padding: 1rem 0;
    flex: 1;
}

.nav-item[b-cwsa49gpzx] {
    margin: 0.25rem 0.75rem;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.nav-item:hover[b-cwsa49gpzx] {
    background-color: rgba(255,255,255,0.08);
}

.nav-link[b-cwsa49gpzx] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: all 0.2s ease;
    border-radius: 8px;
    white-space: nowrap;
}

.nav-link:hover[b-cwsa49gpzx] {
    color: white;
}

.nav-link.active[b-cwsa49gpzx] {
    color: white;
    background: linear-gradient(90deg, rgba(52, 152, 219, 0.2) 0%, rgba(52, 152, 219, 0.05) 100%);
    border-left: 3px solid #3498db;
}

.nav-icon[b-cwsa49gpzx] {
    font-size: 1.25rem;
    margin-right: 0.75rem;
    min-width: 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.sidebar.collapsed .nav-text[b-cwsa49gpzx] {
    display: none;
}

.user-profile[b-cwsa49gpzx] {
    display: flex;
    align-items: center;
    padding: 1rem;
    margin: 0.5rem 0.75rem 1rem;
    border-radius: 8px;
    background-color: rgba(0,0,0,0.2);
}

.sidebar.collapsed .user-profile[b-cwsa49gpzx] {
    justify-content: center;
}

.avatar[b-cwsa49gpzx] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(45deg, #3498db, #2ecc71);
    margin-right: 0.75rem;
    font-size: 1.25rem;
}

.sidebar.collapsed .user-info[b-cwsa49gpzx] {
    display: none;
}

.user-info[b-cwsa49gpzx] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.user-name[b-cwsa49gpzx] {
    font-weight: 600;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-role[b-cwsa49gpzx] {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.5);
}

.login-item .nav-link[b-cwsa49gpzx], .logout-item .nav-link[b-cwsa49gpzx] {
    margin-top: 0.5rem;
}

.login-item .nav-icon[b-cwsa49gpzx] {
    color: #2ecc71;
}

.logout-item .nav-icon[b-cwsa49gpzx] {
    color: #e74c3c;
}

/* Mobile overlay for closing the menu */
.mobile-overlay[b-cwsa49gpzx] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}

/* Improved Mobile Responsiveness */
@media (max-width: 768px) {
    .sidebar[b-cwsa49gpzx] {
        transform: translateX(-100%);
        width: 80%;
        max-width: 300px;
        top: 60px; /* Place below fixed top bar */
        height: calc(100vh - 60px); /* Subtract top bar height */
        box-shadow: none;
    }
    
    .sidebar.mobile-open[b-cwsa49gpzx] {
        transform: translateX(0);
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
    }
    
    .sidebar.mobile-open .mobile-overlay[b-cwsa49gpzx] {
        display: block;
    }
    
    .sidebar.collapsed[b-cwsa49gpzx] {
        transform: translateX(-100%); /* Hide completely when collapsed */
    }
    
    /* Show mobile menu button */
    .mobile-menu-toggle[b-cwsa49gpzx] {
        display: block;
        position: absolute;
        top: 12px;
        right: 15px;
    }
    
    /* Always show text in mobile menu */
    .sidebar.collapsed .nav-text[b-cwsa49gpzx] {
        display: inline;
    }
    
    .sidebar.collapsed .user-info[b-cwsa49gpzx] {
        display: flex;
    }
    
    /* Logo container adjustments for mobile */
    .logo-container[b-cwsa49gpzx] {
        padding: 0.75rem;
        height: 60px; /* Match top bar height */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1002;
        background: #2c3e50;
    }
    
    /* Position nav content below fixed header */
    .nav-content[b-cwsa49gpzx] {
        margin-top: 60px;
        padding-top: 0.5rem;
    }
    
    /* Ensure app name is always visible on mobile */
    .app-name[b-cwsa49gpzx] {
        display: inline !important;
    }
}
/* /Pages/ExchangeRates.razor.rz.scp.css */
/* Container styling */
.exchange-container[b-qfjqs4fd17] {
    padding: 1.5rem;
}

/* Page header */
.page-header[b-qfjqs4fd17] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.title-section h1[b-qfjqs4fd17] {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.subtitle[b-qfjqs4fd17] {
    font-size: 1rem;
    color: #7f8c8d;
    margin: 0.3rem 0 0 0;
}

.action-section[b-qfjqs4fd17] {
    display: flex;
}

.refresh-btn[b-qfjqs4fd17] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    color: #2c3e50;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.refresh-btn:hover[b-qfjqs4fd17] {
    background-color: #f8f9fa;
    transform: translateY(-2px);
}

.refresh-btn i[b-qfjqs4fd17] {
    font-size: 1.1rem;
}

/* Filter card */
.filter-card[b-qfjqs4fd17] {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.filter-header[b-qfjqs4fd17] {
    background-color: #f8f9fa;
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filter-header h2[b-qfjqs4fd17] {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    color: #2c3e50;
}

.filter-header i[b-qfjqs4fd17] {
    font-size: 1.2rem;
    color: #3498db;
}

.filter-body[b-qfjqs4fd17] {
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-end;
}

.filter-group[b-qfjqs4fd17] {
    flex: 1;
    min-width: 200px;
    max-width: 300px;
}

.filter-group label[b-qfjqs4fd17] {
    display: block;
    font-size: 0.85rem;
    color: #7f8c8d;
    margin-bottom: 0.4rem;
    font-weight: 500;
}

.input-with-icon[b-qfjqs4fd17] {
    position: relative;
}

.input-with-icon i[b-qfjqs4fd17] {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #95a5a6;
}

.input-with-icon input[b-qfjqs4fd17],
.input-with-icon select[b-qfjqs4fd17] {
    width: 100%;
    padding: 0.6rem 0.6rem 0.6rem 2rem;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 0.95rem;
}

.input-with-icon input:focus[b-qfjqs4fd17],
.input-with-icon select:focus[b-qfjqs4fd17] {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}

.filter-actions[b-qfjqs4fd17] {
    display: flex;
    gap: 0.5rem;
    margin-left: auto;
}

.filter-btn[b-qfjqs4fd17], .reset-btn[b-qfjqs4fd17] {
    padding: 0.6rem 1rem;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    transition: all 0.2s;
    border: none;
}

.filter-btn[b-qfjqs4fd17] {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
}

.filter-btn:hover[b-qfjqs4fd17] {
    box-shadow: 0 4px 8px rgba(52, 152, 219, 0.3);
    transform: translateY(-2px);
}

.reset-btn[b-qfjqs4fd17] {
    background-color: white;
    border: 1px solid #e0e0e0;
    color: #7f8c8d;
}

.reset-btn:hover[b-qfjqs4fd17] {
    background-color: #f8f9fa;
}

/* Data Card */
.data-card[b-qfjqs4fd17] {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

/* Loading state */
.loading-container[b-qfjqs4fd17] {
    padding: 3rem 0;
    text-align: center;
    color: #7f8c8d;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.loading-spinner[b-qfjqs4fd17] {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spinner-b-qfjqs4fd17 0.8s linear infinite;
}

@keyframes spinner-b-qfjqs4fd17 {
    to { transform: rotate(360deg); }
}

/* Empty state */
.empty-state[b-qfjqs4fd17] {
    padding: 3rem 0;
    text-align: center;
    color: #7f8c8d;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.empty-icon[b-qfjqs4fd17] {
    width: 60px;
    height: 60px;
    background-color: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.empty-icon i[b-qfjqs4fd17] {
    font-size: 1.8rem;
    color: #95a5a6;
}

.empty-state h3[b-qfjqs4fd17] {
    font-size: 1.2rem;
    color: #2c3e50;
    margin: 0;
}

.empty-state p[b-qfjqs4fd17] {
    margin: 0;
    font-size: 0.95rem;
}

/* Table styling */
.table-container[b-qfjqs4fd17] {
    overflow-x: auto;
}

.rates-table[b-qfjqs4fd17] {
    width: 100%;
    border-collapse: collapse;
}

.rates-table th[b-qfjqs4fd17] {
    background-color: #f8f9fa;
    text-align: left;
    padding: 0.8rem 1rem;
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.9rem;
    border-bottom: 1px solid #e0e0e0;
}

.rates-table td[b-qfjqs4fd17] {
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.9rem;
    color: #2c3e50;
}

.rates-table tr:hover[b-qfjqs4fd17] {
    background-color: rgba(52, 152, 219, 0.05);
}

.date-cell[b-qfjqs4fd17] {
    white-space: nowrap;
    color: #7f8c8d;
}

.provider-name[b-qfjqs4fd17] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.provider-icon[b-qfjqs4fd17] {
    width: 28px;
    height: 28px;
    background-color: #3498db;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.8rem;
}

.currency-cell[b-qfjqs4fd17] {
    font-weight: 600;
}

.numeric-cell[b-qfjqs4fd17] {
    text-align: right;
    font-family: 'Consolas', monospace;
    white-space: nowrap;
}

.action-cell[b-qfjqs4fd17] {
    text-align: center;
}

.source-link[b-qfjqs4fd17] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
    background-color: rgba(52, 152, 219, 0.1);
    padding: 0.3rem 0.8rem;
    border-radius: 4px;
    font-size: 0.85rem;
    transition: all 0.2s;
}

.source-link:hover[b-qfjqs4fd17] {
    background-color: rgba(52, 152, 219, 0.2);
    transform: translateY(-2px);
}

.source-link i[b-qfjqs4fd17] {
    font-size: 1.1rem;
}

/* Rate change styling */
.rate-increased[b-qfjqs4fd17] {
    color: #2ecc71;
}

.rate-decreased[b-qfjqs4fd17] {
    color: #e74c3c;
}

.rate-increased i[b-qfjqs4fd17],
.rate-decreased i[b-qfjqs4fd17] {
    margin-left: 0.3rem;
    font-size: 0.8rem;
}

/* Pagination */
.pagination-controls[b-qfjqs4fd17] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-top: 1px solid #f0f0f0;
}

.page-info[b-qfjqs4fd17] {
    color: #7f8c8d;
    font-size: 0.9rem;
}

.page-buttons[b-qfjqs4fd17] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.page-btn[b-qfjqs4fd17] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #e0e0e0;
    color: #2c3e50;
    font-weight: 500;
    transition: all 0.2s;
    cursor: pointer;
    font-size: 0.9rem;
}

.page-btn:hover:not(.disabled)[b-qfjqs4fd17] {
    background-color: #f8f9fa;
    border-color: #3498db;
}

.page-btn.active[b-qfjqs4fd17] {
    background-color: #3498db;
    border-color: #3498db;
    color: white;
}

.page-btn.disabled[b-qfjqs4fd17] {
    color: #ccc;
    cursor: not-allowed;
}

.page-ellipsis[b-qfjqs4fd17] {
    color: #95a5a6;
    padding: 0 0.3rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-header[b-qfjqs4fd17] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .action-section[b-qfjqs4fd17] {
        width: 100%;
    }
    
    .refresh-btn[b-qfjqs4fd17] {
        width: 100%;
        justify-content: center;
    }
    
    .filter-body[b-qfjqs4fd17] {
        flex-direction: column;
    }
    
    .filter-group[b-qfjqs4fd17] {
        width: 100%;
        max-width: none;
    }
    
    .filter-actions[b-qfjqs4fd17] {
        width: 100%;
        margin-top: 0.5rem;
    }
    
    .filter-btn[b-qfjqs4fd17], .reset-btn[b-qfjqs4fd17] {
        flex: 1;
        justify-content: center;
    }
    
    .pagination-controls[b-qfjqs4fd17] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .page-buttons[b-qfjqs4fd17] {
        width: 100%;
        justify-content: center;
    }
}
/* /Pages/Insights.razor.rz.scp.css */
/* Insights Page Container */
.insights-container[b-tl0dk5hayv] {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 120px);
    background-color: var(--bg-light, #f8f9fa);
    border-radius: 8px;
    overflow: hidden;
}

/* Header Section */
.insights-header[b-tl0dk5hayv] {
    background: linear-gradient(135deg, #2c3e50, #1a252f);
    color: white;
    padding: 1.75rem 2rem;
    margin-bottom: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.header-content[b-tl0dk5hayv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.insights-title[b-tl0dk5hayv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
}

.insights-title i[b-tl0dk5hayv] {
    color: #f39c12;
    font-size: 1.6rem;
}

.highlight[b-tl0dk5hayv] {
    background: linear-gradient(45deg, #3498db, #2ecc71);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.return-button[b-tl0dk5hayv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.return-button:hover[b-tl0dk5hayv] {
    background: rgba(255, 255, 255, 0.25);
}

/* Loading State */
.loading-state[b-tl0dk5hayv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
}

.loader-container[b-tl0dk5hayv] {
    position: relative;
    width: 120px;
    height: 120px;
    margin-bottom: 1.5rem;
}

.loader[b-tl0dk5hayv] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border: 4px solid rgba(52, 152, 219, 0.1);
    border-radius: 50%;
    border-top: 4px solid #3498db;
    animation: spin-b-tl0dk5hayv 1.5s linear infinite;
}

.loader-wave[b-tl0dk5hayv] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(52, 152, 219, 0.2) 0%, rgba(52, 152, 219, 0) 70%);
    animation: pulse-b-tl0dk5hayv 2s ease-in-out infinite;
}

@keyframes spin-b-tl0dk5hayv {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes pulse-b-tl0dk5hayv {
    0% { transform: translate(-50%, -50%) scale(0.8); opacity: 0.6; }
    50% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; }
    100% { transform: translate(-50%, -50%) scale(0.8); opacity: 0.6; }
}

.loading-text[b-tl0dk5hayv] {
    font-size: 1.1rem;
    font-weight: 500;
    color: #2c3e50;
    margin: 0;
    position: relative;
}

.loading-text[b-tl0dk5hayv]:after {
    content: '...';
    position: absolute;
    animation: ellipsis-b-tl0dk5hayv 1.5s infinite;
    width: 24px;
    text-align: left;
}

@keyframes ellipsis-b-tl0dk5hayv {
    0% { content: '.'; }
    33% { content: '..'; }
    66% { content: '...'; }
}

/* Error Message */
.status-message[b-tl0dk5hayv] {
    margin: 2rem;
    padding: 1.5rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.error-message[b-tl0dk5hayv] {
    background-color: rgba(231, 76, 60, 0.1);
    border-left: 4px solid #e74c3c;
    color: #c0392b;
}

.error-message i[b-tl0dk5hayv] {
    font-size: 1.5rem;
}

.retry-button[b-tl0dk5hayv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #e74c3c;
    border: none;
    border-radius: 8px;
    color: white;
    margin-left: auto;
    transition: all 0.3s ease;
    cursor: pointer;
}

.retry-button:hover[b-tl0dk5hayv] {
    background: #c0392b;
}

/* Empty State */
.empty-state[b-tl0dk5hayv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
}

.empty-state-icon[b-tl0dk5hayv] {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(52, 152, 219, 0.1) 0%, rgba(52, 152, 219, 0) 70%);
    border-radius: 50%;
    margin-bottom: 1.5rem;
}

.empty-state-icon i[b-tl0dk5hayv] {
    font-size: 3rem;
    color: #3498db;
    opacity: 0.7;
}

.empty-state h3[b-tl0dk5hayv] {
    margin: 0 0 0.5rem 0;
    font-weight: 600;
    color: #2c3e50;
}

.empty-state p[b-tl0dk5hayv] {
    color: #7f8c8d;
    max-width: 400px;
    margin: 0 0 1.5rem 0;
}

/* Insight Content */
.insight-content[b-tl0dk5hayv] {
    padding: 0 2rem 2rem;
}

.insight-card[b-tl0dk5hayv] {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.insight-card:hover[b-tl0dk5hayv] {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.insight-card-header[b-tl0dk5hayv] {
    background: linear-gradient(90deg, #2c3e50, #1a252f);
    color: white;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left[b-tl0dk5hayv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.header-left i[b-tl0dk5hayv] {
    color: #3498db;
}

.header-right[b-tl0dk5hayv] {
    font-size: 0.85rem;
    opacity: 0.8;
}

.timestamp[b-tl0dk5hayv] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.insight-card-body[b-tl0dk5hayv] {
    padding: 2rem;
}

.markdown-content[b-tl0dk5hayv] {
    line-height: 1.7;
    color: #2c3e50;
    font-size: 1rem;
}

.markdown-content h1[b-tl0dk5hayv],
.markdown-content h2[b-tl0dk5hayv],
.markdown-content h3[b-tl0dk5hayv],
.markdown-content h4[b-tl0dk5hayv] {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #1a252f;
}

.markdown-content h1[b-tl0dk5hayv] {
    font-size: 1.75rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5rem;
}

.markdown-content h2[b-tl0dk5hayv] {
    font-size: 1.5rem;
}

.markdown-content h3[b-tl0dk5hayv] {
    font-size: 1.25rem;
}

.markdown-content p[b-tl0dk5hayv] {
    margin-bottom: 1.25rem;
}

.markdown-content ul[b-tl0dk5hayv],
.markdown-content ol[b-tl0dk5hayv] {
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
}

.markdown-content li[b-tl0dk5hayv] {
    margin-bottom: 0.5rem;
}

.markdown-content blockquote[b-tl0dk5hayv] {
    border-left: 4px solid #3498db;
    padding-left: 1rem;
    color: #7f8c8d;
    font-style: italic;
    margin: 1.5rem 0;
}

.markdown-content pre[b-tl0dk5hayv] {
    background: #f8f9fa;
    border-radius: 4px;
    padding: 1rem;
    overflow: auto;
    margin: 1.5rem 0;
}

.markdown-content code[b-tl0dk5hayv] {
    background: #f8f9fa;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    font-size: 90%;
}

.markdown-content table[b-tl0dk5hayv] {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.markdown-content th[b-tl0dk5hayv],
.markdown-content td[b-tl0dk5hayv] {
    border: 1px solid #ddd;
    padding: 0.75rem;
    text-align: left;
}

.markdown-content th[b-tl0dk5hayv] {
    background-color: #f8f9fa;
}

.insight-card-footer[b-tl0dk5hayv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: #f8f9fa;
    border-top: 1px solid #eee;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-info[b-tl0dk5hayv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #7f8c8d;
    font-size: 0.85rem;
}

.footer-actions[b-tl0dk5hayv] {
    display: flex;
    gap: 0.75rem;
}

/* Action Buttons */
.action-button[b-tl0dk5hayv] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
}

.primary-action[b-tl0dk5hayv] {
    background: linear-gradient(135deg, #3498db, #2c3e50);
    color: white;
}

.primary-action:hover[b-tl0dk5hayv] {
    background: linear-gradient(135deg, #3498db, #3498db);
    box-shadow: 0 4px 8px rgba(52, 152, 219, 0.3);
}

.secondary-action[b-tl0dk5hayv] {
    background: white;
    color: #2c3e50;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.secondary-action:hover[b-tl0dk5hayv] {
    background: rgba(0, 0, 0, 0.03);
}

.accent-action[b-tl0dk5hayv] {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    color: white;
}

.accent-action:hover[b-tl0dk5hayv] {
    background: linear-gradient(135deg, #2ecc71, #2ecc71);
    box-shadow: 0 4px 8px rgba(46, 204, 113, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .insights-header[b-tl0dk5hayv] {
        padding: 1.25rem 1.5rem;
    }
    
    .header-content[b-tl0dk5hayv] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .insight-content[b-tl0dk5hayv] {
        padding: 0 1rem 1.5rem;
    }
    
    .insight-card-body[b-tl0dk5hayv] {
        padding: 1.5rem;
    }
    
    .insight-card-footer[b-tl0dk5hayv] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .footer-actions[b-tl0dk5hayv] {
        width: 100%;
    }
    
    .action-button[b-tl0dk5hayv] {
        flex: 1;
    }
}
/* /Pages/NewsArticles.razor.rz.scp.css */
/* Add these styles to your existing CSS file */

/* Selection header styles */
.selection-header[b-v22g1cd1cq] {
    background-color: #2c3e50;
    color: white;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    border-radius: 8px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.selection-header.show[b-v22g1cd1cq] {
    opacity: 1;
    height: auto;
    padding: 1rem;
}

.selection-info[b-v22g1cd1cq] {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
}

.selection-clear[b-v22g1cd1cq] {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 0.3rem 0.7rem;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    transition: all 0.2s ease;
}

.selection-clear:hover[b-v22g1cd1cq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.selection-actions[b-v22g1cd1cq] {
    display: flex;
    gap: 0.5rem;
}

/* Bulk selection container */
.bulk-selection-container[b-v22g1cd1cq] {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
}

.bulk-select-label[b-v22g1cd1cq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
}

.bulk-select-label input[type="checkbox"][b-v22g1cd1cq] {
    width: 18px;
    height: 18px;
}

/* Article selection styles */
.article-selection[b-v22g1cd1cq] {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
}

.article-selection input[type="checkbox"][b-v22g1cd1cq] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.article-card[b-v22g1cd1cq] {
    position: relative;
    padding-left: 40px;
    transition: all 0.2s ease;
}

.article-card.selected[b-v22g1cd1cq] {
    border: 2px solid #3498db;
    background-color: rgba(52, 152, 219, 0.05);
}

.article-content[b-v22g1cd1cq] {
    cursor: pointer;
}

/* Floating action bar for mobile */
.floating-action-bar[b-v22g1cd1cq] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: white;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.floating-action-button[b-v22g1cd1cq] {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.floating-action-button i[b-v22g1cd1cq] {
    font-size: 1.2rem;
}

.floating-action-button:hover[b-v22g1cd1cq] {
    background-color: #2980b9;
}

.selected-count[b-v22g1cd1cq] {
    font-weight: 500;
}

/* Export button styles */
.export-action[b-v22g1cd1cq] {
    background-color: #2980b9;
    border-color: #2980b9;
}

.export-action:hover[b-v22g1cd1cq] {
    background-color: #3498db;
    border-color: #3498db;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .selection-header[b-v22g1cd1cq] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    
    .article-selection[b-v22g1cd1cq] {
        top: 10px;
        left: 10px;
    }
    
    .article-card[b-v22g1cd1cq] {
        padding-left: 35px;
    }
}
