@import '_content/Nexora.SIKB0101.Web/Nexora.SIKB0101.Web.t203gtrkh2.bundle.scp.css';

/* _content/Nexora.Web/Components/FileUploader.razor.rz.scp.css */
.file-uploader[b-zezi9cyn86] {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.upload-zone[b-zezi9cyn86] {
    border: 2px dashed #cbd5e0;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    background-color: #f7fafc;
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-zone:hover[b-zezi9cyn86] {
    border-color: #4299e1;
    background-color: #ebf8ff;
}

.upload-zone.dragging[b-zezi9cyn86] {
    border-color: #3182ce;
    background-color: #bee3f8;
    border-width: 3px;
}

.file-input-hidden[b-zezi9cyn86] {
    display: none;
}

.upload-label[b-zezi9cyn86] {
    cursor: pointer;
    display: block;
    width: 100%;
}

.upload-icon[b-zezi9cyn86] {
    color: #4299e1;
    margin-bottom: 1rem;
}

.upload-text .primary-text[b-zezi9cyn86] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.upload-text .secondary-text[b-zezi9cyn86] {
    font-size: 1rem;
    color: #718096;
    margin-bottom: 1rem;
}

.upload-restrictions[b-zezi9cyn86] {
    margin-top: 1rem;
}

.upload-restrictions small[b-zezi9cyn86] {
    color: #a0aec0;
    font-size: 0.875rem;
}

.file-selected-container[b-zezi9cyn86] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    padding: 0.5rem;
}

.file-info[b-zezi9cyn86] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.file-icon[b-zezi9cyn86] {
    color: #48bb78;
    flex-shrink: 0;
}

.file-details[b-zezi9cyn86] {
    flex-grow: 1;
    text-align: left;
    min-width: 0;
}

.file-name[b-zezi9cyn86] {
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.25rem;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-size[b-zezi9cyn86] {
    font-size: 0.875rem;
    color: #718096;
}

.btn-remove[b-zezi9cyn86] {
    background: none;
    border: none;
    color: #e53e3e;
    font-size: 1.25rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 4px;
    transition: background-color 0.2s;
    flex-shrink: 0;
}

.btn-remove:hover:not(:disabled)[b-zezi9cyn86] {
    background-color: #fed7d7;
}

.btn-remove:disabled[b-zezi9cyn86] {
    opacity: 0.5;
    cursor: not-allowed;
}

.upload-progress[b-zezi9cyn86] {
    width: 100%;
    padding: 0 0.5rem;
}

.progress-bar[b-zezi9cyn86] {
    width: 100%;
    height: 8px;
    background-color: #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill[b-zezi9cyn86] {
    height: 100%;
    background: linear-gradient(90deg, #4299e1, #3182ce);
    transition: width 0.3s ease;
    border-radius: 4px;
}

.progress-text[b-zezi9cyn86] {
    font-size: 0.875rem;
    color: #718096;
    margin-top: 0.5rem;
    text-align: center;
}

.alert[b-zezi9cyn86] {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.alert-error[b-zezi9cyn86] {
    background-color: #fed7d7;
    color: #c53030;
    border: 1px solid #fc8181;
}

.alert-icon[b-zezi9cyn86] {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.alert-message[b-zezi9cyn86] {
    flex-grow: 1;
}

.alert-close[b-zezi9cyn86] {
    background: none;
    border: none;
    color: inherit;
    font-size: 1.25rem;
    cursor: pointer;
    padding: 0.25rem;
    opacity: 0.7;
}

.alert-close:hover[b-zezi9cyn86] {
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .upload-zone[b-zezi9cyn86] {
        padding: 1.5rem;
        min-height: 180px;
    }

    .upload-text .primary-text[b-zezi9cyn86] {
        font-size: 1.1rem;
    }

    .upload-text .secondary-text[b-zezi9cyn86] {
        font-size: 0.9rem;
    }

    .file-info[b-zezi9cyn86] {
        padding: 0.75rem;
    }

    .file-icon svg[b-zezi9cyn86] {
        width: 32px;
        height: 32px;
    }

    .file-name[b-zezi9cyn86] {
        font-size: 0.9rem;
    }
}

/* Accessibility */
.upload-zone:focus-within[b-zezi9cyn86] {
    outline: 2px solid #4299e1;
    outline-offset: 2px;
}
/* _content/Nexora.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-jy9v1uuco3] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

main[b-jy9v1uuco3] {
    flex: 1;
    background-color: #eef2f7;
}

.sidebar[b-jy9v1uuco3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-jy9v1uuco3] {
    background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
    border-bottom: none;
    justify-content: space-between;
    min-height: 3.25rem;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1000;
}

.top-row-content[b-jy9v1uuco3] {
    flex: 1;
    display: flex;
    align-items: center;
}

.top-row-help[b-jy9v1uuco3] {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.top-row-profile[b-jy9v1uuco3] {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
}

.icon-button[b-jy9v1uuco3] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1.1rem;
}

.icon-button:hover[b-jy9v1uuco3] {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    transform: scale(1.05);
}

/* Editor Toolbar in top-row */
.top-row[b-jy9v1uuco3]  .editor-toolbar {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

/* Toolbar divider for grouping */
.top-row[b-jy9v1uuco3]  .editor-toolbar .toolbar-divider {
    width: 1px;
    height: 1.5rem;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 0.25rem;
}

.top-row[b-jy9v1uuco3]  .editor-toolbar .btn {
    padding: 0.4rem 0.75rem;
    font-size: 0.8rem;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: all 0.15s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    text-shadow: none;
    box-shadow: none;
    line-height: 1.2;
}

.top-row[b-jy9v1uuco3]  .editor-toolbar .btn:hover:not(:disabled) {
    transform: translateY(-1px);
}

.top-row[b-jy9v1uuco3]  .editor-toolbar .btn:active:not(:disabled) {
    transform: translateY(0);
}

.top-row[b-jy9v1uuco3]  .editor-toolbar .badge {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    padding: 0.1rem 0.35rem;
    border-radius: 8px;
    font-size: 0.65rem;
    font-weight: 600;
    margin-left: 0.2rem;
}

/* Primary action - Save (most important when visible) */
.top-row[b-jy9v1uuco3]  .btn-success {
    background: #10b981;
    color: white;
}

.top-row[b-jy9v1uuco3]  .btn-success:hover:not(:disabled) {
    background: #059669;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.4);
}

.top-row[b-jy9v1uuco3]  .btn-success:disabled {
    background: rgba(16, 185, 129, 0.4);
    color: rgba(255, 255, 255, 0.6);
    cursor: not-allowed;
    transform: none;
}

/* Secondary action - Validate */
.top-row[b-jy9v1uuco3]  .btn-warning {
    background: rgba(255, 255, 255, 0.95);
    color: #1e3a5f;
    font-weight: 600;
}

.top-row[b-jy9v1uuco3]  .btn-warning:hover:not(:disabled) {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
}

.top-row[b-jy9v1uuco3]  .btn-warning:disabled {
    background: rgba(255, 255, 255, 0.5);
    color: rgba(30, 58, 95, 0.5);
    cursor: not-allowed;
    transform: none;
}

/* Tertiary actions - Download, Upload */
.top-row[b-jy9v1uuco3]  .btn-secondary {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.top-row[b-jy9v1uuco3]  .btn-secondary:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

/* Ghost/outline style for less prominent actions */
.top-row[b-jy9v1uuco3]  .btn-outline {
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.top-row[b-jy9v1uuco3]  .btn-outline:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
    color: white;
}

.top-row[b-jy9v1uuco3]  .btn-icon {
    font-size: 0.85rem;
    opacity: 0.85;
}

.top-row[b-jy9v1uuco3]  .btn:hover .btn-icon {
    opacity: 1;
}

/* Edit Mode Toggle Switch */
.top-row[b-jy9v1uuco3]  .edit-mode-toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.top-row[b-jy9v1uuco3]  .toggle-label {
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.2s ease;
    user-select: none;
}

.top-row[b-jy9v1uuco3]  .toggle-label.active {
    color: #ffffff;
    font-weight: 600;
}

.top-row[b-jy9v1uuco3]  .toggle-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
    cursor: pointer;
}

.top-row[b-jy9v1uuco3]  .toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.top-row[b-jy9v1uuco3]  .toggle-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 22px;
    transition: 0.3s;
}

.top-row[b-jy9v1uuco3]  .toggle-slider::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.top-row[b-jy9v1uuco3]  .toggle-switch input:checked + .toggle-slider {
    background-color: #10b981;
}

.top-row[b-jy9v1uuco3]  .toggle-switch input:checked + .toggle-slider::before {
    transform: translateX(18px);
}

.top-row[b-jy9v1uuco3]  .toggle-switch input:focus + .toggle-slider {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

    .top-row[b-jy9v1uuco3]  a, .top-row[b-jy9v1uuco3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: rgba(255, 255, 255, 0.9);
    }

    .top-row[b-jy9v1uuco3]  a:hover, .top-row[b-jy9v1uuco3]  .btn-link:hover {
        text-decoration: underline;
        color: #ffffff;
    }

    .top-row[b-jy9v1uuco3]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-jy9v1uuco3] {
        justify-content: space-between;
    }

    .top-row[b-jy9v1uuco3]  a, .top-row[b-jy9v1uuco3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jy9v1uuco3] {
        flex-direction: row;
    }

    .sidebar[b-jy9v1uuco3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jy9v1uuco3] {
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .top-row.auth[b-jy9v1uuco3]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jy9v1uuco3], article[b-jy9v1uuco3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-jy9v1uuco3] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-jy9v1uuco3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Nexora.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-763qm0wf5k] {
    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-763qm0wf5k] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-763qm0wf5k] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-763qm0wf5k] {
    font-size: 1.1rem;
}

.bi[b-763qm0wf5k] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-763qm0wf5k] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-763qm0wf5k] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-763qm0wf5k] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-763qm0wf5k] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-763qm0wf5k] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-763qm0wf5k] {
        padding-bottom: 1rem;
    }

    .nav-item[b-763qm0wf5k]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-763qm0wf5k]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-763qm0wf5k]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-763qm0wf5k] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-763qm0wf5k] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-763qm0wf5k] {
        display: none;
    }

    .nav-scrollable[b-763qm0wf5k] {
        /* 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/Nexora.Web/Components/Pages/Home.razor.rz.scp.css */
.home-container[b-u44ioqtfsb] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

/* Hero Section */
.hero-section[b-u44ioqtfsb] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.hero-content[b-u44ioqtfsb] {
    max-width: 900px;
    margin: 0 auto;
}

.hero-title[b-u44ioqtfsb] {
    margin-bottom: 1.5rem;
}

.brand[b-u44ioqtfsb] {
    display: block;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    letter-spacing: -1px;
}

.tagline[b-u44ioqtfsb] {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    opacity: 0.95;
}

.hero-description[b-u44ioqtfsb] {
    font-size: 1.2rem;
    line-height: 1.8;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
}

/* Features Section */
.features-section[b-u44ioqtfsb] {
    padding: 3rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.section-title[b-u44ioqtfsb] {
    text-align: center;
    font-size: 2.5rem;
    color: #2d3748;
    margin-bottom: 3rem;
    font-weight: 600;
}

.features-grid[b-u44ioqtfsb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.feature-card[b-u44ioqtfsb] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid #e2e8f0;
    cursor: pointer;
    text-decoration:none;
}

.feature-card:hover[b-u44ioqtfsb] {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.feature-icon[b-u44ioqtfsb] {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 2rem;
}

.validation-icon[b-u44ioqtfsb] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.editor-icon[b-u44ioqtfsb] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.assets-icon[b-u44ioqtfsb] {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
}

.feature-card h3[b-u44ioqtfsb] {
    font-size: 1.5rem;
    color: #2d3748;
    margin-bottom: 1rem;
    font-weight: 600;
}

.feature-card p[b-u44ioqtfsb] {
    color: #718096;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.feature-link[b-u44ioqtfsb] {
    color: #667eea !important;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap 0.2s;
}

.feature-link:hover[b-u44ioqtfsb] {
    gap: 0.75rem;
}

/* Info Section */
.info-section[b-u44ioqtfsb] {
    background: #f7fafc;
    padding: 3rem 2rem;
    margin: 3rem 0;
}

.info-content[b-u44ioqtfsb] {
    max-width: 900px;
    margin: 0 auto;
}

.info-content p[b-u44ioqtfsb] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 1.5rem;
}

.info-list[b-u44ioqtfsb] {
    list-style: none;
    padding: 0;
    margin-top: 1.5rem;
}

.info-list li[b-u44ioqtfsb] {
    padding: 0.75rem 0;
    font-size: 1.05rem;
    color: #4a5568;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.info-list i[b-u44ioqtfsb] {
    color: #48bb78;
    font-size: 1.2rem;
}

/* Tech Section */
.tech-section[b-u44ioqtfsb] {
    padding: 3rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.tech-grid[b-u44ioqtfsb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.tech-card[b-u44ioqtfsb] {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    border: 2px solid #e2e8f0;
    transition: border-color 0.2s;
}

.tech-card:hover[b-u44ioqtfsb] {
    border-color: #667eea;
}

.tech-card h4[b-u44ioqtfsb] {
    color: #2d3748;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.tech-card h4 i[b-u44ioqtfsb] {
    color: #667eea;
}

.tech-card p[b-u44ioqtfsb] {
    color: #718096;
    font-size: 0.95rem;
    margin: 0;
}

/* CTA Section */
.cta-section[b-u44ioqtfsb] {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    margin-top: 3rem;
}

.cta-section h2[b-u44ioqtfsb] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.cta-section p[b-u44ioqtfsb] {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.cta-buttons[b-u44ioqtfsb] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn[b-u44ioqtfsb] {
    padding: 1rem 2rem;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.2s;
    border: none;
    cursor: pointer;
}

.btn-primary[b-u44ioqtfsb] {
    background: white;
    color: #667eea;
}

.btn-primary:hover[b-u44ioqtfsb] {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.btn-secondary[b-u44ioqtfsb] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover[b-u44ioqtfsb] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .brand[b-u44ioqtfsb] {
        font-size: 2.5rem;
    }

    .tagline[b-u44ioqtfsb] {
        font-size: 1.2rem;
    }

    .hero-description[b-u44ioqtfsb] {
        font-size: 1rem;
    }

    .section-title[b-u44ioqtfsb] {
        font-size: 2rem;
    }

    .features-grid[b-u44ioqtfsb] {
        grid-template-columns: 1fr;
    }

    .tech-grid[b-u44ioqtfsb] {
        grid-template-columns: 1fr;
    }

    .cta-buttons[b-u44ioqtfsb] {
        flex-direction: column;
        align-items: stretch;
    }

    .btn[b-u44ioqtfsb] {
        justify-content: center;
    }
}
/* _content/Nexora.Web/Components/Pages/SikbAssetVersionManagement.razor.rz.scp.css */
.asset-container[b-dijnpxrphf] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* Header */
.header[b-dijnpxrphf] {
    text-align: center;
    margin-bottom: 3rem;
}

.page-title[b-dijnpxrphf] {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.subtitle[b-dijnpxrphf] {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

/* Section Styles */
.asset-section[b-dijnpxrphf] {
    margin-bottom: 3rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.table-header[b-dijnpxrphf] {
    background: linear-gradient(135deg, #0066CC 0%, #0052a3 100%);
    color: white;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.table-header h3[b-dijnpxrphf] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.table-header .icon[b-dijnpxrphf] {
    font-size: 1.5rem;
    color: inherit;
}

.section-description[b-dijnpxrphf] {
    color: rgba(255, 255, 255, 0.9);
    margin: 0.5rem 0 0 0;
    font-size: 0.95rem;
    width: 100%;
}

/* Version List Styles */
.version-list[b-dijnpxrphf] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.version-item[b-dijnpxrphf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #0066CC;
    transition: all 0.2s;
}

.version-item:hover[b-dijnpxrphf] {
    background: #e9ecef;
    transform: translateX(5px);
}

.version-name[b-dijnpxrphf] {
    font-weight: 600;
    color: #2c3e50;
    display: flex;
    align-items: center;
}

/* Card Styles */
.card[b-dijnpxrphf] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    overflow: hidden;
    border: none;
}

.card-header[b-dijnpxrphf] {
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    border-radius: 0;
}

.card-header.bg-primary[b-dijnpxrphf] {
    background: #0066CC !important;
    color: white;
    border-bottom: none;
}

.card-header.bg-secondary[b-dijnpxrphf] {
    background: #6c757d !important;
    color: white;
    border-bottom: none;
}

.card-header.bg-success[b-dijnpxrphf] {
    background: #28a745 !important;
    color: white;
    border-bottom: none;
}

.card-header.bg-info[b-dijnpxrphf] {
    background: #17a2b8 !important;
    color: white;
    border-bottom: none;
}

.card-header.bg-warning[b-dijnpxrphf] {
    background: #ffc107 !important;
    color: #212529;
    border-bottom: none;
}

.card-header h5[b-dijnpxrphf],
.card-header h6[b-dijnpxrphf] {
    margin: 0;
    font-size: 1.1rem;
}

.card-body[b-dijnpxrphf] {
    padding: 1.5rem;
}

/* Form Styles */
.form-label[b-dijnpxrphf] {
    color: #2c3e50;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.form-label.fw-bold[b-dijnpxrphf] {
    font-weight: 600;
}

.form-control[b-dijnpxrphf],
.form-select[b-dijnpxrphf] {
    border-radius: 6px;
    border: 1px solid #dee2e6;
    padding: 0.75rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-control:focus[b-dijnpxrphf],
.form-select:focus[b-dijnpxrphf] {
    border-color: #0066CC;
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.25);
}

.form-text[b-dijnpxrphf] {
    font-size: 0.875rem;
    color: #666;
    margin-top: 0.25rem;
}

/* Button Styles */
.btn[b-dijnpxrphf] {
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary[b-dijnpxrphf] {
    background: #0066CC;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-dijnpxrphf] {
    background: #0052a3;
}

.btn-success[b-dijnpxrphf] {
    background: #28a745;
    color: white;
}

.btn-success:hover:not(:disabled)[b-dijnpxrphf] {
    background: #218838;
}

.btn-lg[b-dijnpxrphf] {
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

.btn-sm[b-dijnpxrphf] {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

.btn:disabled[b-dijnpxrphf] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Processing Indicator */
.spinner-border[b-dijnpxrphf] {
    width: 64px;
    height: 64px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #0066CC;
}

.spinner-border-sm[b-dijnpxrphf] {
    width: 24px;
    height: 24px;
    border-width: 2px;
}

.spinner-border.text-primary[b-dijnpxrphf] {
    border-top-color: #0066CC;
}

.spinner-border.text-success[b-dijnpxrphf] {
    border-top-color: #28a745;
}

/* Alert Styles */
.alert[b-dijnpxrphf] {
    padding: 1.25rem;
    border-radius: 8px;
    margin: 1rem 0;
    border: 2px solid;
}

.alert-success[b-dijnpxrphf] {
    background: #d4edda;
    border-color: #28a745;
    color: #155724;
}

.alert-danger[b-dijnpxrphf] {
    background: #fee;
    border-color: #dc3545;
    color: #c53030;
}

.alert-warning[b-dijnpxrphf] {
    background: #fff3cd;
    border-color: #ffc107;
    color: #856404;
}

.alert-info[b-dijnpxrphf] {
    background: #d1ecf1;
    border-color: #17a2b8;
    color: #0c5460;
}

.alert-heading[b-dijnpxrphf] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.alert-sm[b-dijnpxrphf] {
    padding: 0.75rem;
    font-size: 0.9rem;
}

/* List Group */
.list-group-item[b-dijnpxrphf] {
    padding: 1rem 1.25rem;
    border: 1px solid #dee2e6;
    border-left: 3px solid transparent;
    transition: all 0.2s;
}

.list-group-item:hover[b-dijnpxrphf] {
    border-left-color: #0066CC;
    background-color: rgba(0, 102, 204, 0.05);
}

.list-group-item h6[b-dijnpxrphf] {
    margin: 0;
    font-weight: 600;
    color: #2c3e50;
}

/* Badge */
.badge[b-dijnpxrphf] {
    padding: 0.4rem 0.8rem;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 12px;
}

.badge.bg-primary[b-dijnpxrphf] {
    background: #0066CC !important;
}

.badge.rounded-pill[b-dijnpxrphf] {
    border-radius: 50rem;
}

/* Code */
code[b-dijnpxrphf] {
    background-color: #f8f9fa;
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
    font-size: 0.875rem;
    color: #c7254e;
    font-family: 'Courier New', Courier, monospace;
}

/* Version Input Section */
.border[b-dijnpxrphf] {
    border: 1px solid #dee2e6 !important;
}

.rounded[b-dijnpxrphf] {
    border-radius: 8px !important;
}

.bg-light[b-dijnpxrphf] {
    background-color: #f8f9fa !important;
}

/* Grid System */
.row[b-dijnpxrphf] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.col-lg-8[b-dijnpxrphf],
.col-lg-4[b-dijnpxrphf],
.col-md-4[b-dijnpxrphf],
.col-md-8[b-dijnpxrphf] {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

@media (min-width: 992px) {
    .col-lg-8[b-dijnpxrphf] {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-4[b-dijnpxrphf] {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 768px) {
    .col-md-4[b-dijnpxrphf] {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-6[b-dijnpxrphf] {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-8[b-dijnpxrphf] {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

/* Spacing Utilities */
.mt-2[b-dijnpxrphf] { margin-top: 0.5rem; }
.mt-3[b-dijnpxrphf] { margin-top: 1rem; }
.mt-4[b-dijnpxrphf] { margin-top: 1.5rem; }
.mb-0[b-dijnpxrphf] { margin-bottom: 0; }
.mb-2[b-dijnpxrphf] { margin-bottom: 0.5rem; }
.mb-3[b-dijnpxrphf] { margin-bottom: 1rem; }
.mb-4[b-dijnpxrphf] { margin-bottom: 1.5rem; }
.py-5[b-dijnpxrphf] { padding-top: 3rem; padding-bottom: 3rem; }
.p-3[b-dijnpxrphf] { padding: 1rem; }

/* Text Utilities */
.text-center[b-dijnpxrphf] { text-align: center; }
.text-muted[b-dijnpxrphf] { color: #6c757d !important; }
.text-success[b-dijnpxrphf] { color: #28a745 !important; }
.text-danger[b-dijnpxrphf] { color: #dc3545 !important; }
.text-info[b-dijnpxrphf] { color: #17a2b8 !important; }
.text-white[b-dijnpxrphf] { color: white !important; }
.lead[b-dijnpxrphf] { font-size: 1.25rem; font-weight: 300; }
.small[b-dijnpxrphf] { font-size: 0.875rem; }

/* Display Utilities */
.d-flex[b-dijnpxrphf] { display: flex; }
.d-grid[b-dijnpxrphf] { display: grid; }
.d-block[b-dijnpxrphf] { display: block; }
.justify-content-between[b-dijnpxrphf] { justify-content: space-between; }
.align-items-center[b-dijnpxrphf] { align-items: center; }
.w-100[b-dijnpxrphf] { width: 100%; }

/* List Styles */
.list-unstyled[b-dijnpxrphf] {
    padding-left: 0;
    list-style: none;
}

/* Visibility */
.visually-hidden[b-dijnpxrphf] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Icons */
.bi[b-dijnpxrphf],
.fas[b-dijnpxrphf],
.fa[b-dijnpxrphf] {
    vertical-align: -0.125em;
}

.me-1[b-dijnpxrphf] { margin-right: 0.25rem; }
.me-2[b-dijnpxrphf] { margin-right: 0.5rem; }

/* Responsive Design */
@media (max-width: 991px) {
    .col-lg-8[b-dijnpxrphf],
    .col-lg-4[b-dijnpxrphf] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .asset-container[b-dijnpxrphf] {
        padding: 1rem 0.5rem;
    }

    .page-title[b-dijnpxrphf] {
        font-size: 1.75rem;
    }

    .table-header[b-dijnpxrphf] {
        flex-direction: column;
        align-items: stretch;
    }

    .table-header h3[b-dijnpxrphf] {
        font-size: 1.15rem;
    }

    .section-description[b-dijnpxrphf] {
        font-size: 0.9rem;
    }

    .col-md-4[b-dijnpxrphf],
    .col-md-8[b-dijnpxrphf] {
        width: 100%;
        margin-bottom: 1rem;
    }

    .col-md-6[b-dijnpxrphf] {
        width: 100%;
        margin-bottom: 1rem;
    }

    .version-item[b-dijnpxrphf] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}

@media (max-width: 576px) {
    .asset-section[b-dijnpxrphf] {
        margin-bottom: 2rem;
    }

    .table-header[b-dijnpxrphf] {
        padding: 1rem;
    }
}
/* _content/Nexora.Web/Components/Pages/SikbEditor.razor.rz.scp.css */
.data-viewer-container[b-a2c5pug3s1] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem 1.5rem;
}

.upload-section[b-a2c5pug3s1] {
    margin: 2rem 0;
}

/* Alert Styles */
.alert[b-a2c5pug3s1] {
    padding: 1.5rem;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.alert-danger[b-a2c5pug3s1] {
    background: #fee;
    border: 2px solid #fcc;
}

.alert-warning[b-a2c5pug3s1] {
    background: #fff3cd;
    border: 2px solid #ffc107;
}

.alert-content[b-a2c5pug3s1] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.alert-icon[b-a2c5pug3s1] {
    font-size: 2rem;
    flex-shrink: 0;
}

.alert-text h3[b-a2c5pug3s1] {
    margin: 0 0 0.5rem 0;
    font-size: 1.25rem;
}

.alert-text p[b-a2c5pug3s1] {
    margin: 0.5rem 0;
}

.alert-text .error-details[b-a2c5pug3s1] {
    margin: 0.5rem 0;
    padding: 0.75rem 1rem;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    white-space: pre-wrap;
    word-break: break-word;
    max-height: 300px;
    overflow-y: auto;
}

/* Processing Indicator */
.processing-indicator[b-a2c5pug3s1] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    margin: 2rem 0;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.spinner-container[b-a2c5pug3s1] {
    margin-bottom: 1.5rem;
}

.spinner[b-a2c5pug3s1] {
    width: 64px;
    height: 64px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #0066CC;
    border-radius: 50%;
    margin: 0 auto;
    animation: spin-b-a2c5pug3s1 1s linear infinite;
}

@keyframes spin-b-a2c5pug3s1 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.processing-status[b-a2c5pug3s1] {
    margin: 1rem 0;
}

.status-text[b-a2c5pug3s1] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0.5rem 0;
}

.status-detail[b-a2c5pug3s1] {
    color: #666;
    margin: 0.5rem 0;
}

/* Dataflow Badge */
.dataflow-badge[b-a2c5pug3s1] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    margin: 2rem 0;
    font-size: 1.1rem;
    text-align: center;
}

.dataflow-badge.success[b-a2c5pug3s1] {
    background: #d4edda;
    border: 2px solid #28a745;
    color: #155724;
}

.badge-icon[b-a2c5pug3s1] {
    font-size: 1.5rem;
}

/* Data Display Section */
.data-display-section[b-a2c5pug3s1] {
    /*margin-top: 2rem;*/
}

/* Tab Navigation */
.tabs-container[b-a2c5pug3s1] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
    overflow: visible;
    margin-bottom: 2rem;
}

.tabs-header[b-a2c5pug3s1] {
    display: flex;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid #e2e8f0;
    border-radius: 12px 12px 0 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0;
    gap: 0;
}

.tabs-header[b-a2c5pug3s1]::-webkit-scrollbar {
    display: none;
}

.tab-button[b-a2c5pug3s1] {
    flex: 1;
    min-width: fit-content;
    padding: 0.875rem 1.25rem;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    margin-bottom: -1px;
}

.tab-button:hover[b-a2c5pug3s1] {
    background: rgba(255, 255, 255, 0.5);
    color: #475569;
}

.tab-button.active[b-a2c5pug3s1] {
    background: white;
    color: #1e3a5f;
    font-weight: 600;
    border-bottom-color: #2c5282;
}

.tab-icon[b-a2c5pug3s1] {
    font-size: 1rem;
    opacity: 0.8;
}

.tab-button.active .tab-icon[b-a2c5pug3s1] {
    opacity: 1;
    color: #2c5282;
}

.tab-badge[b-a2c5pug3s1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.5rem;
    height: 1.25rem;
    background: #e2e8f0;
    color: #64748b;
    padding: 0 0.4rem;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 600;
}

.tab-button.active .tab-badge[b-a2c5pug3s1] {
    background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
    color: white;
}

.tabs-content[b-a2c5pug3s1] {
    padding: 1.5rem;
    background: white;
    border-radius: 0 0 12px 12px;
}

.tab-pane[b-a2c5pug3s1] {
    animation: fadeIn-b-a2c5pug3s1 0.25s ease-out;
}

@keyframes fadeIn-b-a2c5pug3s1 {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Raw XML Viewer */
.raw-xml-container[b-a2c5pug3s1] {
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
}

.raw-xml-header[b-a2c5pug3s1] {
    background: #343a40;
    color: white;
    padding: 1rem 1.5rem;
}

.raw-xml-header h3[b-a2c5pug3s1] {
    margin: 0 0 0.5rem 0;
    font-size: 1.25rem;
}

.raw-xml-info[b-a2c5pug3s1] {
    margin: 0;
    color: #adb5bd;
    font-size: 0.9rem;
}

.raw-xml-content[b-a2c5pug3s1] {
    padding: 1.5rem;
    background: #ffffff;
    max-height: 600px;
    overflow: auto;
}

.raw-xml-content pre[b-a2c5pug3s1] {
    margin: 0;
    padding: 1rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    overflow-x: auto;
}

.raw-xml-content code[b-a2c5pug3s1] {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.85rem;
    line-height: 1.5;
    color: #212529;
    white-space: pre;
}

.no-xml-data[b-a2c5pug3s1] {
    color: #6c757d;
    font-style: italic;
    text-align: center;
    padding: 2rem;
}

.placeholder-content[b-a2c5pug3s1] {
    background: #f8f9fa;
    padding: 2.5rem;
    border-radius: 12px;
    text-align: center;
    border: 2px dashed #dee2e6;
    margin-bottom: 2rem;
}

.stats-grid[b-a2c5pug3s1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat-card[b-a2c5pug3s1] {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.stat-card:hover[b-a2c5pug3s1] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.stat-icon[b-a2c5pug3s1] {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.stat-value[b-a2c5pug3s1] {
    font-size: 2rem;
    font-weight: bold;
    color: #0066CC;
    margin: 0.5rem 0;
}

.stat-label[b-a2c5pug3s1] {
    color: #666;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-text[b-a2c5pug3s1] {
    color: #666;
    font-style: italic;
    margin-top: 1rem;
}

.btn[b-a2c5pug3s1] {
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary[b-a2c5pug3s1] {
    background: #0066CC;
    color: white;
}

.btn-primary:hover[b-a2c5pug3s1] {
    background: #0052a3;
}

.btn-secondary[b-a2c5pug3s1] {
    background: #6c757d;
    color: white;
}

.btn-secondary:hover[b-a2c5pug3s1] {
    background: #5a6268;
}

.btn-icon[b-a2c5pug3s1] {
    font-size: 1.2rem;
}

/* Edit Mode Toggle Switch */
.edit-mode-toggle[b-a2c5pug3s1] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.toggle-label[b-a2c5pug3s1] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #6c757d;
    transition: color 0.2s ease;
    user-select: none;
}

.toggle-label.active[b-a2c5pug3s1] {
    color: #0066CC;
    font-weight: 600;
}

.toggle-switch[b-a2c5pug3s1] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    cursor: pointer;
}

.toggle-switch input[b-a2c5pug3s1] {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider[b-a2c5pug3s1] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 26px;
    transition: 0.3s;
}

.toggle-slider[b-a2c5pug3s1]::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.toggle-switch input:checked + .toggle-slider[b-a2c5pug3s1] {
    background-color: #0066CC;
}

.toggle-switch input:checked + .toggle-slider[b-a2c5pug3s1]::before {
    transform: translateX(24px);
}

.toggle-switch input:focus + .toggle-slider[b-a2c5pug3s1] {
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.25);
}

/* Responsive Design */
@media (max-width: 768px) {
    .data-viewer-container[b-a2c5pug3s1] {
        padding: 1rem 0.5rem;
    }

    .page-title[b-a2c5pug3s1] {
        font-size: 1.75rem;
    }

    .stats-grid[b-a2c5pug3s1] {
        grid-template-columns: repeat(2, 1fr);
    }

    .alert-content[b-a2c5pug3s1] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .edit-mode-toggle[b-a2c5pug3s1] {
        gap: 0.5rem;
    }

    .toggle-label[b-a2c5pug3s1] {
        font-size: 0.8rem;
    }

    .toggle-switch[b-a2c5pug3s1] {
        width: 44px;
        height: 24px;
    }

    .toggle-slider[b-a2c5pug3s1]::before {
        height: 18px;
        width: 18px;
    }

    .toggle-switch input:checked + .toggle-slider[b-a2c5pug3s1]::before {
        transform: translateX(20px);
    }
}
/* _content/Nexora.Web/Components/Pages/SikbValidation.razor.rz.scp.css */
.validation-container[b-uqwseppt03] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.header[b-uqwseppt03] {
    text-align: center;
    margin-bottom: 2rem;
}

.header h1[b-uqwseppt03] {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.subtitle[b-uqwseppt03] {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
}

.upload-section[b-uqwseppt03] {
    margin: 2rem 0;
}

/* Processing Indicator */
.processing-indicator[b-uqwseppt03] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    margin: 2rem 0;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.spinner[b-uqwseppt03] {
    width: 64px;
    height: 64px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #0066CC;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    animation: spin-b-uqwseppt03 1s linear infinite;
}

@keyframes spin-b-uqwseppt03 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.processing-status[b-uqwseppt03] {
    margin: 1rem 0;
}

.status-text[b-uqwseppt03] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0.5rem 0;
}

.status-detail[b-uqwseppt03] {
    color: #666;
    margin: 0.5rem 0;
}

/* Alert Styles */
.alert[b-uqwseppt03] {
    padding: 1.5rem;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.alert-error[b-uqwseppt03] {
    background: #fee;
    border: 2px solid #fcc;
    color: #c53030;
}

.alert-error h3[b-uqwseppt03] {
    margin: 0 0 0.5rem 0;
    font-size: 1.25rem;
}

.alert-info[b-uqwseppt03] {
    background: #e3f2fd;
    border: 2px solid #2196f3;
    color: #1565c0;
}

/* Results Section */
.results-section[b-uqwseppt03] {
    margin-top: 2rem;
}

.validation-section[b-uqwseppt03] {
    margin: 2rem 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.section-header[b-uqwseppt03] {
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    border-bottom: 2px solid #dee2e6;
}

[b-uqwseppt03] .schema-header {
    background: #e3f2fd !important;
    color: #1565c0 !important;
}

[b-uqwseppt03] .business-rule-header {
    background: #fff3e0 !important;
    color: #e65100 !important;
}

/* Action Section */
.action-section[b-uqwseppt03] {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #dee2e6;
}

.btn[b-uqwseppt03] {
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary[b-uqwseppt03] {
    background: #0066CC;
    color: white;
}

.btn-primary:hover[b-uqwseppt03] {
    background: #0052a3;
}

.btn-secondary[b-uqwseppt03] {
    background: #6c757d;
    color: white;
}

.btn-secondary:hover[b-uqwseppt03] {
    background: #5a6268;
}

/* Responsive Design */
@media (max-width: 768px) {
    .validation-container[b-uqwseppt03] {
        padding: 1rem 0.5rem;
    }

    .header h1[b-uqwseppt03] {
        font-size: 1.75rem;
    }
}
/* _content/Nexora.Web/Components/Pages/ValidationResults.razor.rz.scp.css */
.validation-container[b-28wjfz2s28] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.header[b-28wjfz2s28] {
    margin-bottom: 2rem;
    text-align: center;
}

.header h1[b-28wjfz2s28] {
    color: #2c3e50;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.version-summary[b-28wjfz2s28] {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 0.5rem;
    overflow: hidden;
}

.version-summary .card-header[b-28wjfz2s28] {
    padding: 1rem 1.5rem;
}

.version-summary .card-body[b-28wjfz2s28] {
    padding: 1.5rem;
}

.version-summary dl.row[b-28wjfz2s28] {
    margin-bottom: 0;
}

.version-summary dt[b-28wjfz2s28] {
    font-weight: 600;
    color: #495057;
    padding-top: 0.5rem;
}

.version-summary dd[b-28wjfz2s28] {
    padding-top: 0.5rem;
    margin-bottom: 0.75rem;
}

.validation-section[b-28wjfz2s28] {
    margin-bottom: 2rem;
}

.section-header[b-28wjfz2s28] {
    color: #2c3e50;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
}

.section-header i[b-28wjfz2s28] {
    margin-right: 0.5rem;
}

.schema-header[b-28wjfz2s28] {
    color: #0d6efd;
}

.business-rule-header[b-28wjfz2s28] {
    color: #198754;
}

.action-section[b-28wjfz2s28] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding-top: 1rem;
}

.action-section .btn[b-28wjfz2s28] {
    min-width: 200px;
}

.alert[b-28wjfz2s28] {
    border-radius: 0.5rem;
    padding: 1.25rem;
}

.alert-heading[b-28wjfz2s28] {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

/* Responsive design */
@media (max-width: 768px) {
    .validation-container[b-28wjfz2s28] {
        padding: 1rem 0.5rem;
    }

    .header h1[b-28wjfz2s28] {
        font-size: 1.5rem;
    }

    .section-header[b-28wjfz2s28] {
        font-size: 1.25rem;
    }

    .version-summary dd[b-28wjfz2s28],
    .version-summary dt[b-28wjfz2s28] {
        font-size: 0.9rem;
    }

    .action-section[b-28wjfz2s28] {
        flex-direction: column;
    }

    .action-section .btn[b-28wjfz2s28] {
        width: 100%;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .header h1[b-28wjfz2s28] {
        color: #e9ecef;
    }

    .section-header[b-28wjfz2s28] {
        color: #e9ecef;
        border-bottom-color: #495057;
    }

    .version-summary[b-28wjfz2s28] {
        background-color: #212529;
    }

    .version-summary dt[b-28wjfz2s28] {
        color: #adb5bd;
    }
}
/* _content/Nexora.Web/Components/UserPreferencesPanel.razor.rz.scp.css */
.preferences-panel[b-ibje6iwrsb] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    width: 320px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 2000;
    overflow: hidden;
    animation: slideDown-b-ibje6iwrsb 0.2s ease-out;
}

@keyframes slideDown-b-ibje6iwrsb {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.preferences-header[b-ibje6iwrsb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background: #1e3a5f;
    color: white;
}

.preferences-header h4[b-ibje6iwrsb] {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.close-btn[b-ibje6iwrsb] {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: white !important;
    font-size: 0.9rem;
    cursor: pointer;
    padding: 0.25rem;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.close-btn:hover[b-ibje6iwrsb] {
    background: rgba(255, 255, 255, 0.25);
}

.close-btn i[b-ibje6iwrsb] {
    color: white !important;
}

.preferences-content[b-ibje6iwrsb] {
    padding: 1rem;
}

.preference-item[b-ibje6iwrsb] {
    margin-bottom: 0.875rem;
    padding-bottom: 0.875rem;
    border-bottom: 1px solid #eef1f5;
}

.preference-item:last-child[b-ibje6iwrsb] {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.preference-label[b-ibje6iwrsb] {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1e3a5f;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.toggle-switch-container[b-ibje6iwrsb] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    background: #f4f6f9;
    border-radius: 5px;
    padding: 3px;
}

.toggle-text[b-ibje6iwrsb] {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    color: #64748b;
    transition: all 0.2s ease;
    cursor: pointer;
}

.toggle-text.active[b-ibje6iwrsb] {
    background: white;
    color: #1e3a5f;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.toggle-switch[b-ibje6iwrsb] {
    display: none;
}

.preference-select[b-ibje6iwrsb] {
    width: 100%;
    padding: 0.4rem 0.75rem;
    border: 1px solid #dde2e9;
    border-radius: 5px;
    font-size: 0.8rem;
    color: #1e3a5f;
    background-color: white;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231e3a5f' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.6rem center;
    padding-right: 1.75rem;
}

.preference-select:hover[b-ibje6iwrsb] {
    border-color: #2c5282;
}

.preference-select:focus[b-ibje6iwrsb] {
    outline: none;
    border-color: #2c5282;
    box-shadow: 0 0 0 3px rgba(44, 82, 130, 0.15);
}

.preferences-footer[b-ibje6iwrsb] {
    padding: 0.75rem 1rem;
    background: #f8fafc;
    border-top: 1px solid #eef1f5;
    display: flex;
    justify-content: flex-end;
}

.btn-save[b-ibje6iwrsb] {
    padding: 0.5rem 1.25rem;
    background: #1e3a5f;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
}

.btn-save:hover[b-ibje6iwrsb] {
    background: #2c5282;
    box-shadow: 0 4px 12px rgba(30, 58, 95, 0.3);
}

.btn-save:active[b-ibje6iwrsb] {
    transform: translateY(1px);
}

.btn-save i[b-ibje6iwrsb] {
    font-size: 0.75rem;
}
