/* /Components/Layout/Drawer.razor.rz.scp.css */
.drawer-container[b-4cuves8dk6] {
    height: 100%;
}

.navigation-drawer-shading[b-4cuves8dk6] {
    height: 100%;
    position: absolute;
    transition: ease 300ms;
    transition-property: opacity, visibility;
    visibility: visible;
    width: 100%;
    z-index: 99;
    background-color: var(--dxds-color-surface-backdrop-default-rest);
}

.navigation-drawer.mobile.panel-closed .navigation-drawer-shading[b-4cuves8dk6] {
    opacity: 0;
    visibility: hidden;
}

[b-4cuves8dk6] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-4cuves8dk6] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

.navigation-drawer-shading[b-4cuves8dk6] {
    display: none;
}

[b-4cuves8dk6] .panel-open:not(.mobile) .nav-buttons-container .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-4cuves8dk6] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-4cuves8dk6] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    .navigation-drawer-shading[b-4cuves8dk6] {
        display: block;
    }

    [b-4cuves8dk6] .panel-open:not(.mobile) .nav-buttons-container .menu-button {
        display: flex;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-p9mbdhs448] {
    height: 100%;
    min-height: 0;
}

[b-p9mbdhs448] .navigation-drawer {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
    --dxbl-drawer-panel-footer-bg: none;
    --dxbl-drawer-panel-header-bg: none;
    --dxbl-drawer-separator-border-width: 0;
}

[b-p9mbdhs448] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--dxds-color-surface-primary-default-rest) 0%, var(--dxds-primary-170) 150%);
}

.navigation-drawer-header[b-p9mbdhs448] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.375rem 0.375rem;
    width: 100%;
}

.navigation-drawer-header .logo[b-p9mbdhs448] {
    height: 1.5rem;
    width: 9rem;
}

.navigation-drawer-footer[b-p9mbdhs448] {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 0.875rem;
    width: 100%;
}

.drawer-content[b-p9mbdhs448] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
}

.nav-buttons-container[b-p9mbdhs448] {
    align-items: center;
    display: flex;
    gap: 0.625rem;
    min-height: 2rem;
}

[b-p9mbdhs448] .nav-buttons-container > a {
    color: inherit;
}

[b-p9mbdhs448] .nav-buttons-container .back-button {
    padding-left: 0;
    padding-right: 0.25rem;
}

.page-content-container[b-p9mbdhs448] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
[b-nd4kepk7qf] .menu {
    --dxbl-menu-bottom-left-border-radius: 0;
    --dxbl-menu-bottom-right-border-radius: 0;
    --dxbl-menu-top-left-border-radius: 0;
    --dxbl-menu-top-right-border-radius: 0;
    --dxbl-menu-item-padding-x: 1.125rem;
    --dxbl-menu-item-padding-y: 0.5rem;
    --dxbl-menu-item-color: var(--dxds-color-content-neutral-default-static-dark-rest);
    --dxbl-menu-item-image-color: var(--dxds-color-content-neutral-default-static-dark-rest);
    --dxbl-menu-item-hover-bg: rgb(from var(--dxds-color-surface-neutral-default-static-light-rest) r g b / 0.15);
    --dxbl-menu-item-hover-color: var(--dxds-color-content-neutral-default-static-dark-hovered);
    --dxbl-menu-item-hover-image-color: var(--dxds-color-content-neutral-default-static-dark-hovered);

    background: none;
}

[b-nd4kepk7qf] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-nd4kepk7qf] .menu-item-active {
    background-color: rgb(from var(--dxds-color-surface-neutral-default-static-light-rest) r g b / 0.05);
}
/* /Components/Pages/Admin.razor.rz.scp.css */
.admin-page[b-gg6oju3wim] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    min-height: 0;
}

.admin-login[b-gg6oju3wim] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 520px;
}

.hash-generator[b-gg6oju3wim] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 520px;
    margin-bottom: 0.5rem;
}

.hash-output[b-gg6oju3wim] {
    display: block;
    background: #1e1e1e;
    color: #d4d4d4;
    font-family: 'Cascadia Code', 'Consolas', monospace;
    font-size: 0.78rem;
    padding: 0.6rem 0.75rem;
    border-radius: 5px;
    word-break: break-all;
    user-select: all;
}

.form-group[b-gg6oju3wim] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.form-group label[b-gg6oju3wim] {
    font-weight: 600;
    font-size: 0.9rem;
}

[b-gg6oju3wim] .form-input {
    width: 100%;
}

.alert[b-gg6oju3wim] {
    border-radius: 6px;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
}

.alert-danger[b-gg6oju3wim] {
    background: #fde8e8;
    border: 1px solid #f5c6cb;
    color: #842029;
}

.alert-warning[b-gg6oju3wim] {
    background: #fff8e1;
    border: 1px solid #ffe082;
    color: #78350f;
}

.filter-bar[b-gg6oju3wim] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

[b-gg6oju3wim] .status-filter {
    width: 180px;
}

.jobs-table-container[b-gg6oju3wim] {
    overflow-x: auto;
    flex: 1;
    min-height: 0;
}

.jobs-table[b-gg6oju3wim] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.jobs-table th[b-gg6oju3wim],
.jobs-table td[b-gg6oju3wim] {
    padding: 0.5rem 0.65rem;
    text-align: left;
    border-bottom: 1px solid var(--dxds-color-border-neutral-default-rest, #dee2e6);
    white-space: nowrap;
}

.jobs-table th[b-gg6oju3wim] {
    font-weight: 600;
    background: var(--dxds-color-surface-secondary-default-rest, #f8f9fa);
    position: sticky;
    top: 0;
}

.last-msg[b-gg6oju3wim] {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.actions-cell[b-gg6oju3wim] {
    display: flex;
    gap: 0.25rem;
}

.status-pill[b-gg6oju3wim] {
    border-radius: 12px;
    padding: 0.15rem 0.6rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-queued[b-gg6oju3wim] { background: #fff3cd; color: #856404; }
.status-running[b-gg6oju3wim] { background: #cce5ff; color: #004085; }
.status-completed[b-gg6oju3wim] { background: #d4edda; color: #155724; }
.status-failed[b-gg6oju3wim] { background: #f8d7da; color: #721c24; }
.status-cancelled[b-gg6oju3wim] { background: #e2e3e5; color: #383d41; }

.log-modal-backdrop[b-gg6oju3wim] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.log-modal[b-gg6oju3wim] {
    background: var(--dxds-color-surface-primary-default-rest, #fff);
    border-radius: 8px;
    width: 80vw;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

.log-modal-header[b-gg6oju3wim] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--dxds-color-border-neutral-default-rest, #dee2e6);
}

.log-modal-body[b-gg6oju3wim] {
    flex: 1;
    overflow: auto;
    padding: 0.75rem 1rem;
}

.log-modal-body pre[b-gg6oju3wim] {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-all;
    font-size: 0.8rem;
    font-family: 'Cascadia Code', 'Consolas', 'Courier New', monospace;
}
/* /Components/Pages/Counter.razor.rz.scp.css */
.counter-block[b-k020vm9ehz] {
    align-items: center;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: 17rem;
    justify-content: center;
    padding: 2.5rem 1.5rem 1.5rem;
    width: 16.875rem;
    border: 1px solid var(--dxds-color-border-neutral-default-rest);
}

.counter-block .counter-content[b-k020vm9ehz] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.counter-block .counter-count[b-k020vm9ehz] {
    font-size: 7.5rem;
    font-weight: 400;
    line-height: 7.75rem;
}
/* /Components/Pages/Index/Index.razor.rz.scp.css */
[b-q0x2iv8zk8] .index-gridlayout {
    container-type: inline-size;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 9rem;
}

[b-q0x2iv8zk8] .title {
    padding-bottom: 3rem;
    text-align: center;
}

[b-q0x2iv8zk8] .tiles {
    --tile-column-count: 4;

    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(var(--tile-column-count), max-content);
    justify-content: center;

    @container (max-width: 60.5rem) {
        --tile-column-count: 3;
    }
    @container (max-width: 45.125rem) {
        --tile-column-count: 2;
    }
    @container (max-width: 29.75rem) {
        --tile-column-count: 1;
    }
}
/* /Components/Pages/Index/IndexTile.razor.rz.scp.css */
.tile[b-5ci8gkmj13] {
    border-radius: 0.75rem;
    height: 7.5rem;
    transition: box-shadow 0.2s;
    width: 14.375rem;
    border: 1px solid var(--dxds-color-border-neutral-default-rest);
}

.tile:hover[b-5ci8gkmj13] {
    box-shadow: 0 4px 8px 0 rgba(170, 170, 170, 0.24), 0 0 2px 0 rgba(170, 170, 170, 0.2);
}

.tile[b-5ci8gkmj13]  > a {
    text-decoration: none;
}

[b-5ci8gkmj13] .tile-content {
    padding: 1rem;
}

[b-5ci8gkmj13] .tile-icon {
    border-radius: 0.375rem;
    height: 2.75rem;
    padding: 0.75rem;
    width: 2.75rem;
    border: 1px solid var(--dxds-color-border-neutral-default-rest);
}

[b-5ci8gkmj13] .tile-title {
    align-self: center;
    color: var(--dxds-color-content-neutral-default-rest);
    font-size: var(--dxds-font-size-base-md);
    font-weight: var(--dxds-font-weight-base-strong);
    letter-spacing: var(--dxds-letter-spacing-base-md);
    line-height: var(--dxds-line-height-base-md);
}

[b-5ci8gkmj13] .tile-description {
    color: var(--dxds-color-content-neutral-subdued-rest);
    font-size: var(--dxds-font-size-base-sm);
    font-weight: var(--dxds-font-weight-base-default);
    letter-spacing: var(--dxds-letter-spacing-base-sm);
    line-height: var(--dxds-line-height-base-sm);
}
/* /Components/Pages/Migrate.razor.rz.scp.css */
.migrate-page[b-fw6owr8e5f] {
    max-width: 600px;
    padding: 1rem 0;
}

.warning-banner[b-fw6owr8e5f] {
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-left: 4px solid #f59e0b;
    border-radius: 6px;
    color: #78350f;
    font-size: 0.875rem;
    padding: 0.65rem 1rem;
    margin-bottom: 0.5rem;
}

.migrate-form[b-fw6owr8e5f] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1rem;
}

.form-group[b-fw6owr8e5f] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.form-group label[b-fw6owr8e5f] {
    font-weight: 600;
    font-size: 0.9rem;
}

.form-group small[b-fw6owr8e5f] {
    color: var(--dxds-color-content-secondary-default-rest, #666);
    font-size: 0.8rem;
}

[b-fw6owr8e5f] .form-input {
    width: 100%;
}

.form-actions[b-fw6owr8e5f] {
    display: flex;
    gap: 0.75rem;
    padding-top: 0.5rem;
}

.alert[b-fw6owr8e5f] {
    border-radius: 6px;
    padding: 0.75rem 1rem;
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

.alert-danger[b-fw6owr8e5f] {
    background: #fde8e8;
    border: 1px solid #f5c6cb;
    color: #842029;
}

.alert-info[b-fw6owr8e5f] {
    background: #e7f3ff;
    border: 1px solid #b6d4fe;
    color: #084298;
}

.alert-warning[b-fw6owr8e5f] {
    background: #fff8e1;
    border: 1px solid #ffe082;
    color: #856404;
}

.webmail-link[b-fw6owr8e5f] {
    display: inline-block;
    background: #f59e0b;
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.35rem 0.85rem;
    border-radius: 5px;
    text-decoration: none;
}

.webmail-link:hover[b-fw6owr8e5f] {
    background: #d97706;
    text-decoration: none;
}

.status-text[b-fw6owr8e5f] {
    font-style: italic;
    color: var(--dxds-color-content-secondary-default-rest, #666);
}

.section-divider[b-fw6owr8e5f] {
    border: none;
    border-top: 1px solid var(--dxds-color-border-neutral-default-rest, #dee2e6);
    margin: 1.5rem 0 1rem;
}

.lookup-form[b-fw6owr8e5f] {
    display: flex;
    gap: 0.75rem;
    align-items: flex-end;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

[b-fw6owr8e5f] .lookup-form .form-input {
    flex: 1;
}

.lookup-table[b-fw6owr8e5f] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    margin-top: 0.5rem;
}

.lookup-table th[b-fw6owr8e5f],
.lookup-table td[b-fw6owr8e5f] {
    padding: 0.45rem 0.65rem;
    text-align: left;
    border-bottom: 1px solid var(--dxds-color-border-neutral-default-rest, #dee2e6);
}

.lookup-table th[b-fw6owr8e5f] {
    font-weight: 600;
    background: var(--dxds-color-surface-secondary-default-rest, #f8f9fa);
}

.lookup-table a[b-fw6owr8e5f] {
    color: var(--dxds-color-content-primary-default-rest);
    text-decoration: none;
    font-weight: 500;
}

.lookup-table a:hover[b-fw6owr8e5f] {
    text-decoration: underline;
}

.status-pill[b-fw6owr8e5f] {
    border-radius: 12px;
    padding: 0.15rem 0.6rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-queued[b-fw6owr8e5f]    { background: #fff3cd; color: #856404; }
.status-running[b-fw6owr8e5f]   { background: #cce5ff; color: #004085; }
.status-completed[b-fw6owr8e5f] { background: #d4edda; color: #155724; }
.status-failed[b-fw6owr8e5f]    { background: #f8d7da; color: #721c24; }
.status-cancelled[b-fw6owr8e5f] { background: #e2e3e5; color: #383d41; }

/* /Components/Pages/MigrationProgress.razor.rz.scp.css */
.progress-page[b-kvcbu930f2] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    min-height: 0;
}

/* ── Warning banner ── */
.warning-banner[b-kvcbu930f2] {
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-left: 4px solid #f59e0b;
    border-radius: 6px;
    color: #78350f;
    font-size: 0.9rem;
    padding: 0.65rem 1rem;
}

/* ── Status chips ── */
.status-bar[b-kvcbu930f2] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.status-pill[b-kvcbu930f2] {
    border-radius: 12px;
    padding: 0.2rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-queued[b-kvcbu930f2]    { background: #fff3cd; color: #856404; }
.status-running[b-kvcbu930f2]   { background: #cce5ff; color: #004085; }
.status-completed[b-kvcbu930f2] { background: #d4edda; color: #155724; }
.status-failed[b-kvcbu930f2]    { background: #f8d7da; color: #721c24; }
.status-cancelled[b-kvcbu930f2] { background: #e2e3e5; color: #383d41; }
.status-catchup[b-kvcbu930f2]   { background: #d1ecf1; color: #0c5460; }

.timestamp[b-kvcbu930f2] {
    font-size: 0.8rem;
    color: var(--dxds-color-content-secondary-default-rest, #666);
}

/* ── Progress panel ── */
.progress-panel[b-kvcbu930f2] {
    background: var(--dxds-color-surface-secondary-default-rest, #f8f9fa);
    border: 1px solid var(--dxds-color-border-neutral-default-rest, #dee2e6);
    border-radius: 8px;
    padding: 0.85rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.progress-header[b-kvcbu930f2] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 0.875rem;
}

.progress-label[b-kvcbu930f2] {
    color: var(--dxds-color-content-secondary-default-rest, #555);
}

.progress-percent[b-kvcbu930f2] {
    font-weight: 700;
    font-size: 1rem;
    color: var(--dxds-color-content-primary-default-rest, #333);
    min-width: 3rem;
    text-align: right;
}

.progress-track[b-kvcbu930f2] {
    height: 12px;
    background: var(--dxds-color-border-neutral-default-rest, #dee2e6);
    border-radius: 6px;
    overflow: hidden;
}

.progress-fill[b-kvcbu930f2] {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #06b6d4);
    border-radius: 6px;
    transition: width 0.6s ease;
    min-width: 4px;
}

.progress-animated[b-kvcbu930f2] {
    background-size: 200% 100%;
    background-image: linear-gradient(90deg, #3b82f6 0%, #06b6d4 50%, #3b82f6 100%);
    animation: progress-shimmer-b-kvcbu930f2 2s linear infinite;
}

@keyframes progress-shimmer-b-kvcbu930f2 {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* ── Counters ── */
.progress-counters[b-kvcbu930f2] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.counter[b-kvcbu930f2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
}

.counter-value[b-kvcbu930f2] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dxds-color-content-primary-default-rest, #222);
    line-height: 1;
}

.counter-label[b-kvcbu930f2] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--dxds-color-content-secondary-default-rest, #666);
}

.counter-warn .counter-value[b-kvcbu930f2] {
    color: #dc2626;
}

/* ── Log area ── */
.log-area[b-kvcbu930f2] {
    flex: 1;
    min-height: 200px;
    max-height: 400px;
    overflow-y: auto;
    background: #1e1e1e;
    color: #d4d4d4;
    font-family: 'Cascadia Code', 'Consolas', 'Courier New', monospace;
    font-size: 0.8rem;
    padding: 0.75rem;
    border-radius: 6px;
    line-height: 1.4;
}

.log-line[b-kvcbu930f2] {
    white-space: pre-wrap;
    word-break: break-all;
}

.log-info[b-kvcbu930f2] {
    color: #608b4e;
    font-style: italic;
}

/* ── Action bar ── */
.action-bar[b-kvcbu930f2] {
    display: flex;
    gap: 0.75rem;
    padding-top: 0.25rem;
}

