/* /Components/DocumentLogicOverview.razor.rz.scp.css */
.logic-overview[b-c1z4fn890b] {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    border: 1px solid #e9ecef;
}

.conclusion-card[b-c1z4fn890b] {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    overflow: hidden;
}

.conclusion-card:hover[b-c1z4fn890b] {
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transform: translateY(-1px);
}

.conclusion-header[b-c1z4fn890b] {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    color: #212529;
    padding: 2rem 1.5rem;
    border-radius: 12px;
    border: 1px solid #dee2e6;
    border-left: 6px solid #0d6efd;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    margin-bottom: 2rem;
}

.conclusion-title[b-c1z4fn890b] {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    color: #212529;
    margin: 0;
}

.argument-card[b-c1z4fn890b] {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.02);
    transition: box-shadow 0.2s ease;
}

.argument-card:hover[b-c1z4fn890b] {
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.argument-header[b-c1z4fn890b] {
    background: #f1f3f4;
    color: #495057;
    padding: 1rem;
    border-radius: 10px 10px 0 0;
    border-left: 4px solid #6c757d;
}

.argument-meta[b-c1z4fn890b] {
    background: #fafbfc;
    padding: 0.75rem 1rem;
    border-top: 1px solid #e9ecef;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.premise-item[b-c1z4fn890b] {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-left: 3px solid #adb5bd;
    border-radius: 8px;
    padding: 1rem;
    margin: 0.5rem 0;
    transition: all 0.2s ease;
}

.premise-item:hover[b-c1z4fn890b] {
    background: #fafbfc;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    border-left-color: #6c757d;
}

.meta-label[b-c1z4fn890b] {
    font-weight: 600;
    color: #6c757d;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 0.25rem;
}

.premise-section-header[b-c1z4fn890b] {
    background: #f8f9fa;
    padding: 0.75rem 1rem;
    border-top: 1px solid #e9ecef;
    font-weight: 600;
    color: #495057;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
    user-select: none;
}

.premise-section-header:hover[b-c1z4fn890b] {
    background: #e9ecef;
}

.premise-toggle-icon[b-c1z4fn890b] {
    transition: transform 0.3s ease;
    font-size: 1rem;
}

.premise-toggle-icon.expanded[b-c1z4fn890b] {
    transform: rotate(90deg);
}

.premise-content[b-c1z4fn890b] {
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.premise-content.collapsed[b-c1z4fn890b] {
    max-height: 0;
}

.premise-content.expanded[b-c1z4fn890b] {
    max-height: 500px;
}

.logic-text[b-c1z4fn890b] { 
    line-height: 1.6em; 
    font-weight: 500;
    color: #212529;
}

.logic-premise-text[b-c1z4fn890b] { 
    line-height: 1.5em; 
    color: #495057;
}

.nav-button[b-c1z4fn890b] {
    background-color: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    color: #6c757d !important;
    transition: all 0.2s ease !important;
}

.nav-button:hover:not(:disabled)[b-c1z4fn890b] {
    background-color: #e9ecef !important;
    border-color: #adb5bd !important;
    color: #495057 !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.nav-button:disabled[b-c1z4fn890b] {
    background-color: #f8f9fa !important;
    border-color: #e9ecef !important;
    color: #ced4da !important;
    opacity: 0.6;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-gphl69ipm2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gphl69ipm2] {
    flex: 1;
}

.sidebar[b-gphl69ipm2] {
    background-image: linear-gradient(180deg, var(--accent-600) 0%, var(--accent-700) 70%);
}

.top-row[b-gphl69ipm2] {
    background-color: var(--bg-subtle);
    border-bottom: 1px solid var(--border);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-gphl69ipm2]  a, .top-row[b-gphl69ipm2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-gphl69ipm2]  a:hover, .top-row[b-gphl69ipm2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-gphl69ipm2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-gphl69ipm2] {
        justify-content: space-between;
    }

    .top-row[b-gphl69ipm2]  a, .top-row[b-gphl69ipm2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gphl69ipm2] {
        flex-direction: row;
    }

    .sidebar[b-gphl69ipm2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gphl69ipm2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-gphl69ipm2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gphl69ipm2], article[b-gphl69ipm2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-gphl69ipm2] {
    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-gphl69ipm2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/SubjectPage.razor.rz.scp.css */
/* No border around the list of statements */
.rz-g > div[b-c3nmgw0w53], .rz-datalist-data > li[b-c3nmgw0w53] {
    border: 0;
}
/* /Components/Pages/Tabs/ChatTab.razor.rz.scp.css */
.notes-list-container[b-80q2kjmtrq] {
    max-height: 70vh;
    overflow-y: auto;
    border: none;
    outline: none;
    background: transparent;
    
    /* Custom scrollbar styling */
    scrollbar-width: thin;
    scrollbar-color: #cbd5e0 transparent;
}

/* Webkit browsers (Chrome, Safari, Edge) */
.notes-list-container[b-80q2kjmtrq]::-webkit-scrollbar {
    width: 6px;
}

.notes-list-container[b-80q2kjmtrq]::-webkit-scrollbar-track {
    background: transparent;
}

.notes-list-container[b-80q2kjmtrq]::-webkit-scrollbar-thumb {
    background-color: #cbd5e0;
    border-radius: 3px;
}

.notes-list-container[b-80q2kjmtrq]::-webkit-scrollbar-thumb:hover {
    background-color: #a0aec0;
}

.notes-list-card[b-80q2kjmtrq] {
    padding: 0;
    background: transparent;
    border: none;
}

.note-item[b-80q2kjmtrq] {
    cursor: pointer;
    padding: 0.625rem 0.75rem;
    border-radius: 6px;
    transition: all 0.15s ease;
    background-color: transparent;
    border-left: 3px solid transparent;
    margin-bottom: 0.25rem;
}

.note-item:hover[b-80q2kjmtrq] {
    background-color: #f8f9fa;
    border-left-color: #dee2e6;
}

.note-item.selected[b-80q2kjmtrq] {
    background-color: #e7f3ff;
    border-left-color: var(--rz-primary);
}

.note-item.selected:hover[b-80q2kjmtrq] {
    background-color: #d6ebff;
}

.note-title[b-80q2kjmtrq] {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
    color: #495057;
    margin-bottom: 0.25rem;
    
    /* Text truncation for long titles */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.note-item.selected .note-title[b-80q2kjmtrq] {
    color: var(--rz-primary);
    font-weight: 500;
}

.note-date[b-80q2kjmtrq] {
    font-size: 0.75rem;
    font-weight: 300;
    color: #868e96;
    line-height: 1.2;
}

.note-item.selected .note-date[b-80q2kjmtrq] {
    color: #4a90e2;
}

.note-preview[b-80q2kjmtrq] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.editor-row[b-80q2kjmtrq] {
    min-height: 500px;
}

.editor-column[b-80q2kjmtrq], .markdown-column[b-80q2kjmtrq] {
    display: flex;
    flex-direction: column;
}

/* Remove all borders from textarea */
.editor-column[b-80q2kjmtrq]  textarea,
.editor-column[b-80q2kjmtrq]  .rz-textarea {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.editor-column[b-80q2kjmtrq]  textarea:focus,
.editor-column[b-80q2kjmtrq]  .rz-textarea:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.markdown-preview[b-80q2kjmtrq] {
    height: 100%;
}

.markdown-preview .rz-card[b-80q2kjmtrq] {
    height: 100%;
}

/* Custom markdown header sizes */
.markdown-preview[b-80q2kjmtrq]  h1 {
    font-size: 1.75rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.markdown-preview[b-80q2kjmtrq]  h2 {
    font-size: 1.5rem;
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
}

.markdown-preview[b-80q2kjmtrq]  h3 {
    font-size: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.markdown-preview[b-80q2kjmtrq]  h4 {
    font-size: 1.1rem;
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
}

.markdown-preview[b-80q2kjmtrq]  h5 {
    font-size: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.markdown-preview[b-80q2kjmtrq]  h6 {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* Custom code block styling */
.markdown-preview[b-80q2kjmtrq]  pre {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 1rem;
    overflow-x: auto;
    margin: 1rem 0;
}

.markdown-preview[b-80q2kjmtrq]  code {
    font-family: 'Courier New', 'Consolas', 'Monaco', monospace;
    color: #2d2d2d;
    font-size: 0.9em;
}

.markdown-preview[b-80q2kjmtrq]  pre code {
    background-color: transparent;
    padding: 0;
    border: none;
    display: block;
    line-height: 1.5;
}

.markdown-preview[b-80q2kjmtrq]  :not(pre) > code {
    background-color: #e8e8e8;
    padding: 0.2em 0.4em;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
}

.hidden[b-80q2kjmtrq] {
    display: none;
}

@keyframes spin-b-80q2kjmtrq {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Empty State Styling */
.empty-state-container[b-80q2kjmtrq] {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px;
    border: 1px solid #e9ecef;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.empty-state-container[b-80q2kjmtrq]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(var(--rz-primary-rgb), 0.02) 0%, transparent 70%);
    animation: gentle-pulse-b-80q2kjmtrq 8s ease-in-out infinite;
}

@keyframes gentle-pulse-b-80q2kjmtrq {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

.empty-state-icon-container[b-80q2kjmtrq] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.empty-state-icon-background[b-80q2kjmtrq] {
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(var(--rz-primary-rgb), 0.1);
    border-radius: 50%;
    z-index: -1;
    animation: icon-float-b-80q2kjmtrq 6s ease-in-out infinite;
}

@keyframes icon-float-b-80q2kjmtrq {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-10px) scale(1.05); }
}

.empty-state-features[b-80q2kjmtrq] {
    margin-top: 2rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    max-width: 600px;
    width: 100%;
}

/* Keyboard shortcut styling */
kbd[b-80q2kjmtrq] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #495057;
    font-family: 'Courier New', monospace;
    font-size: 0.8em;
    padding: 0.2em 0.4em;
    white-space: nowrap;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .empty-state-container[b-80q2kjmtrq] {
        min-height: 400px;
    }
    
    .empty-state-features[b-80q2kjmtrq] {
        padding: 1.5rem;
        margin-top: 1.5rem;
    }
    
    .empty-state-features .rz-column[b-80q2kjmtrq] {
        margin-bottom: 1.5rem;
    }
}

/* /Components/Pages/Tabs/DocumentsTab.razor.rz.scp.css */
/* Empty State Styling */
.empty-state-container[b-9b39pdwkgf] {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px;
    border: 1px solid #e9ecef;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.empty-state-container[b-9b39pdwkgf]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(var(--rz-primary-rgb), 0.02) 0%, transparent 70%);
    animation: gentle-pulse-b-9b39pdwkgf 8s ease-in-out infinite;
}

@keyframes gentle-pulse-b-9b39pdwkgf {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

.empty-state-icon-container[b-9b39pdwkgf] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.empty-state-icon-background[b-9b39pdwkgf] {
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(var(--rz-primary-rgb), 0.1);
    border-radius: 50%;
    z-index: -1;
    animation: icon-float-b-9b39pdwkgf 6s ease-in-out infinite;
}

@keyframes icon-float-b-9b39pdwkgf {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-10px) scale(1.05); }
}

.empty-state-features[b-9b39pdwkgf] {
    margin-top: 2rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    max-width: 600px;
    width: 100%;
}

/* Keyboard shortcut styling */
kbd[b-9b39pdwkgf] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #495057;
    font-family: 'Courier New', monospace;
    font-size: 0.8em;
    padding: 0.2em 0.4em;
    white-space: nowrap;
}

/* Document title link styling */
[b-9b39pdwkgf] a[style*="cursor: pointer"] {
    transition: color 0.2s ease, text-decoration 0.2s ease;
}

[b-9b39pdwkgf] a[style*="cursor: pointer"]:hover {
    color: var(--rz-primary-dark, #0056b3) !important;
    text-decoration: underline !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .empty-state-container[b-9b39pdwkgf] {
        min-height: 400px;
    }
    
    .empty-state-features[b-9b39pdwkgf] {
        padding: 1.5rem;
        margin-top: 1.5rem;
    }
    
    .empty-state-features .rz-column[b-9b39pdwkgf] {
        margin-bottom: 1.5rem;
    }
}

/* /Components/Pages/Tabs/NotesTab.razor.rz.scp.css */
.notes-list-container[b-yo3mgt92b5] {
    max-height: 70vh;
    overflow-y: auto;
    border: none;
    outline: none;
    background: transparent;
    
    /* Custom scrollbar styling */
    scrollbar-width: thin;
    scrollbar-color: #cbd5e0 transparent;
}

/* Webkit browsers (Chrome, Safari, Edge) */
.notes-list-container[b-yo3mgt92b5]::-webkit-scrollbar {
    width: 6px;
}

.notes-list-container[b-yo3mgt92b5]::-webkit-scrollbar-track {
    background: transparent;
}

.notes-list-container[b-yo3mgt92b5]::-webkit-scrollbar-thumb {
    background-color: #cbd5e0;
    border-radius: 3px;
}

.notes-list-container[b-yo3mgt92b5]::-webkit-scrollbar-thumb:hover {
    background-color: #a0aec0;
}

.notes-list-card[b-yo3mgt92b5] {
    padding: 0;
    background: transparent;
    border: none;
}

.note-item[b-yo3mgt92b5] {
    cursor: pointer;
    padding: 0.625rem 0.75rem;
    border-radius: 6px;
    transition: all 0.15s ease;
    background-color: transparent;
    border-left: 3px solid transparent;
    margin-bottom: 0.25rem;
}

.note-item:hover[b-yo3mgt92b5] {
    background-color: #f8f9fa;
    border-left-color: #dee2e6;
}

.note-item.selected[b-yo3mgt92b5] {
    background-color: #e7f3ff;
    border-left-color: var(--rz-primary);
}

.note-item.selected:hover[b-yo3mgt92b5] {
    background-color: #d6ebff;
}

.note-title[b-yo3mgt92b5] {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
    color: #495057;
    margin-bottom: 0.25rem;
    
    /* Text truncation for long titles */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.note-item.selected .note-title[b-yo3mgt92b5] {
    color: var(--rz-primary);
    font-weight: 500;
}

.note-date[b-yo3mgt92b5] {
    font-size: 0.75rem;
    font-weight: 300;
    color: #868e96;
    line-height: 1.2;
}

.note-item.selected .note-date[b-yo3mgt92b5] {
    color: #4a90e2;
}

.note-preview[b-yo3mgt92b5] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.editor-row[b-yo3mgt92b5] {
    min-height: 500px;
}

.editor-column[b-yo3mgt92b5], .markdown-column[b-yo3mgt92b5] {
    display: flex;
    flex-direction: column;
}

/* Remove all borders from textarea */
.editor-column[b-yo3mgt92b5]  textarea,
.editor-column[b-yo3mgt92b5]  .rz-textarea {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.editor-column[b-yo3mgt92b5]  textarea:focus,
.editor-column[b-yo3mgt92b5]  .rz-textarea:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.markdown-preview[b-yo3mgt92b5] {
    height: 100%;
}

.markdown-preview .rz-card[b-yo3mgt92b5] {
    height: 100%;
}

/* Custom markdown header sizes */
.markdown-preview[b-yo3mgt92b5]  h1 {
    font-size: 1.75rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.markdown-preview[b-yo3mgt92b5]  h2 {
    font-size: 1.5rem;
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
}

.markdown-preview[b-yo3mgt92b5]  h3 {
    font-size: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.markdown-preview[b-yo3mgt92b5]  h4 {
    font-size: 1.1rem;
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
}

.markdown-preview[b-yo3mgt92b5]  h5 {
    font-size: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.markdown-preview[b-yo3mgt92b5]  h6 {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* Custom code block styling */
.markdown-preview[b-yo3mgt92b5]  pre {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 1rem;
    overflow-x: auto;
    margin: 1rem 0;
}

.markdown-preview[b-yo3mgt92b5]  code {
    font-family: 'Courier New', 'Consolas', 'Monaco', monospace;
    color: #2d2d2d;
    font-size: 0.9em;
}

.markdown-preview[b-yo3mgt92b5]  pre code {
    background-color: transparent;
    padding: 0;
    border: none;
    display: block;
    line-height: 1.5;
}

.markdown-preview[b-yo3mgt92b5]  :not(pre) > code {
    background-color: #e8e8e8;
    padding: 0.2em 0.4em;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
}

.hidden[b-yo3mgt92b5] {
    display: none;
}

@keyframes spin-b-yo3mgt92b5 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Empty State Styling */
.empty-state-container[b-yo3mgt92b5] {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px;
    border: 1px solid #e9ecef;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.empty-state-container[b-yo3mgt92b5]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(var(--rz-primary-rgb), 0.02) 0%, transparent 70%);
    animation: gentle-pulse-b-yo3mgt92b5 8s ease-in-out infinite;
}

@keyframes gentle-pulse-b-yo3mgt92b5 {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

.empty-state-icon-container[b-yo3mgt92b5] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.empty-state-icon-background[b-yo3mgt92b5] {
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(var(--rz-primary-rgb), 0.1);
    border-radius: 50%;
    z-index: -1;
    animation: icon-float-b-yo3mgt92b5 6s ease-in-out infinite;
}

@keyframes icon-float-b-yo3mgt92b5 {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-10px) scale(1.05); }
}

.empty-state-features[b-yo3mgt92b5] {
    margin-top: 2rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    max-width: 600px;
    width: 100%;
}

/* Keyboard shortcut styling */
kbd[b-yo3mgt92b5] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #495057;
    font-family: 'Courier New', monospace;
    font-size: 0.8em;
    padding: 0.2em 0.4em;
    white-space: nowrap;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .empty-state-container[b-yo3mgt92b5] {
        min-height: 400px;
    }
    
    .empty-state-features[b-yo3mgt92b5] {
        padding: 1.5rem;
        margin-top: 1.5rem;
    }
    
    .empty-state-features .rz-column[b-yo3mgt92b5] {
        margin-bottom: 1.5rem;
    }
}

