/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9bqrhr6zct] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9bqrhr6zct] {
    flex: 1;
}

.sidebar[b-9bqrhr6zct] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9bqrhr6zct] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9bqrhr6zct]  a, .top-row[b-9bqrhr6zct]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9bqrhr6zct]  a:hover, .top-row[b-9bqrhr6zct]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9bqrhr6zct]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-9bqrhr6zct] {
        justify-content: space-between;
    }

    .top-row[b-9bqrhr6zct]  a, .top-row[b-9bqrhr6zct]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9bqrhr6zct] {
        flex-direction: row;
    }

    .sidebar[b-9bqrhr6zct] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9bqrhr6zct] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9bqrhr6zct]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9bqrhr6zct], article[b-9bqrhr6zct] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-9bqrhr6zct] {
    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-9bqrhr6zct] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-surface[b-sktqgj9ehq] {
    background: linear-gradient(90deg, #0c0f17 0%, #151c2b 50%, #0f1118 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
    position: relative;
    z-index: 2000;
}

.brand-mark[b-sktqgj9ehq] {
    color: #f6f7fb;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.brand-icon[b-sktqgj9ehq] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffe073, #ff914d);
    color: #0c0f17;
    box-shadow: 0 10px 30px rgba(255, 165, 81, 0.3);
}

.brand-title[b-sktqgj9ehq] {
    display: block;
    font-size: 1rem;
    line-height: 1.1;
}

.brand-subtitle[b-sktqgj9ehq] {
    color: #a9b6d8;
    font-size: 0.78rem;
}

.navbar-nav .nav-link[b-sktqgj9ehq] {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    transition: all 0.2s ease-in-out;
}

.navbar-nav .nav-link.active[b-sktqgj9ehq],
.navbar-nav .nav-link:hover[b-sktqgj9ehq],
.navbar-nav .nav-link:focus[b-sktqgj9ehq] {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.dropdown-menu[b-sktqgj9ehq] {
    background: #0f1320;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    min-width: 13rem;
    padding: 0.5rem;
    z-index: 2100;
}

.dropdown-item[b-sktqgj9ehq] {
    color: #e7ecff;
    border-radius: 10px;
    padding: 0.65rem 0.75rem;
}

.dropdown-item:hover[b-sktqgj9ehq] {
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
}

.btn-icon[b-sktqgj9ehq] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.06);
    display: grid;
    place-items: center;
    padding: 0;
    transition: all 0.15s ease-in-out;
}

.btn-icon:hover[b-sktqgj9ehq] {
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.12);
}

.user-chip[b-sktqgj9ehq] {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 0.5rem 0.85rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.avatar[b-sktqgj9ehq] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #6b8cff, #5ae8ff);
    color: #0c0f17;
    font-weight: 700;
}

.user-name[b-sktqgj9ehq] {
    font-weight: 700;
    letter-spacing: 0.01em;
}

.user-role[b-sktqgj9ehq] {
    color: #96a8d2;
    font-size: 0.75rem;
    line-height: 1.1;
}

.navbar-toggler[b-sktqgj9ehq] {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
}

.navbar-toggler:focus[b-sktqgj9ehq] {
    box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.3);
}

@media (max-width: 991.98px) {
    .navbar-collapse[b-sktqgj9ehq] {
        background: linear-gradient(145deg, #0f1320, #0d0f18);
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        padding: 1rem;
        margin-top: 0.75rem;
    }

    .navbar-actions[b-sktqgj9ehq] {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-yfym8bmt37],
.components-reconnect-repeated-attempt-visible[b-yfym8bmt37],
.components-reconnect-failed-visible[b-yfym8bmt37],
.components-pause-visible[b-yfym8bmt37],
.components-resume-failed-visible[b-yfym8bmt37],
.components-rejoining-animation[b-yfym8bmt37] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-yfym8bmt37],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-yfym8bmt37],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-yfym8bmt37],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-yfym8bmt37],
#components-reconnect-modal.components-reconnect-retrying[b-yfym8bmt37],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-yfym8bmt37],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-yfym8bmt37],
#components-reconnect-modal.components-reconnect-failed[b-yfym8bmt37],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-yfym8bmt37] {
    display: block;
}


#components-reconnect-modal[b-yfym8bmt37] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-yfym8bmt37 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-yfym8bmt37 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-yfym8bmt37 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-yfym8bmt37]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-yfym8bmt37 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-yfym8bmt37 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-yfym8bmt37 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-yfym8bmt37 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-yfym8bmt37] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-yfym8bmt37] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-yfym8bmt37] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-yfym8bmt37] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-yfym8bmt37] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-yfym8bmt37] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-yfym8bmt37] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-yfym8bmt37 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-yfym8bmt37] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-yfym8bmt37 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.page-shell[b-8e2hmnurn5] {
    min-height: 100vh;
    padding: 1.5rem 1rem 2.5rem;
    background: radial-gradient(80% 90% at 20% 10%, rgba(84, 130, 255, 0.2), transparent), radial-gradient(70% 90% at 80% 0%, rgba(255, 199, 97, 0.15), transparent), #edf0f7;
}

.filters-panel[b-8e2hmnurn5],
.table-card[b-8e2hmnurn5] {
    width: 96vw;
    max-width: 1520px;
    margin: 0 auto 1.5rem;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(12, 23, 41, 0.06);
    box-shadow: 0 14px 35px rgba(15, 19, 32, 0.08);
    padding: 1.5rem;
}

.filters-panel .form-label[b-8e2hmnurn5] {
    font-weight: 700;
    color: #0f172a;
}

.filters-panel .form-control[b-8e2hmnurn5],
.filters-panel .form-select[b-8e2hmnurn5] {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #f9fafc;
    min-height: 52px;
}

.table-card[b-8e2hmnurn5] {
    padding: 1.25rem 1.25rem 0.5rem;
}

.table-head[b-8e2hmnurn5] {
    padding: 0.25rem 0.25rem 0.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pill[b-8e2hmnurn5] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    font-weight: 600;
}

.pill-muted[b-8e2hmnurn5] {
    background: #f5f6fa;
    color: #4b5563;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.btn-icon[b-8e2hmnurn5] {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    background: #fff;
    color: #1f2937;
}

.btn-icon:hover[b-8e2hmnurn5] {
    background: #f3f4f6;
}

.payments-table[b-8e2hmnurn5] {
    width: 100%;
    table-layout: auto;
    min-width: 1400px;
}

.payments-table thead th[b-8e2hmnurn5] {
    background: #f4f6fb;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.82rem;
    color: #4b5563;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.payments-table tbody td[b-8e2hmnurn5] {
    padding: 1rem 0.75rem;
    border-color: rgba(0, 0, 0, 0.04);
    vertical-align: middle;
}

.payments-table tbody tr:hover[b-8e2hmnurn5] {
    background: #f8faff;
}

.status-badge[b-8e2hmnurn5] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.85rem;
}

.status-badge.success[b-8e2hmnurn5] {
    background: #e6f7ed;
    color: #2f9b5f;
}

.status-badge.warning[b-8e2hmnurn5] {
    background: #fff4df;
    color: #c58b21;
}

.status-badge.danger[b-8e2hmnurn5] {
    background: #fde7ea;
    color: #c0392b;
}

.status-badge.neutral[b-8e2hmnurn5] {
    background: #e5e7eb;
    color: #374151;
}

.truncate[b-8e2hmnurn5] {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cell-user[b-8e2hmnurn5],
.cell-comment[b-8e2hmnurn5] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.cell-user[b-8e2hmnurn5] { font-weight: 700; color: #0f172a; }
.cell-email[b-8e2hmnurn5] {
    display: block;
    color: #6b7280;
    white-space: normal;
    word-break: break-all;
    max-width: 120px;
}
.cell-comment[b-8e2hmnurn5] { font-family: "SFMono-Regular", Consolas, monospace; font-size: 0.9rem; color: #6b7280; }

.col-cia[b-8e2hmnurn5] { width: 6%; }
.col-status[b-8e2hmnurn5] { width: 10%; }
.col-id[b-8e2hmnurn5] { width: 10%; }
.col-order[b-8e2hmnurn5] { width: 9%; }
.col-date[b-8e2hmnurn5] { width: 10%; }
.col-cc[b-8e2hmnurn5] { width: 11%; }
.col-bank[b-8e2hmnurn5] { width: 10%; }
.col-amount[b-8e2hmnurn5] { width: 8%; }
.col-user[b-8e2hmnurn5] { width: 11%; }
.col-email[b-8e2hmnurn5] { width: 10%; }
.col-comment[b-8e2hmnurn5] { width: 20%; }

/* Modal JSON */
.json-backdrop[b-8e2hmnurn5] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    z-index: 1050;
}

.json-modal[b-8e2hmnurn5] {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.25rem;
    max-width: 720px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.json-content[b-8e2hmnurn5] {
    background: #0f172a;
    color: #e5e7eb;
    border-radius: 12px;
    padding: 1rem;
    max-height: 320px;
    overflow: auto;
    font-family: "SFMono-Regular", Consolas, monospace;
    font-size: 0.95rem;
    white-space: pre-wrap;
    word-break: break-word;
}

@media (max-width: 992px) {
    .filters-panel[b-8e2hmnurn5],
    .table-card[b-8e2hmnurn5] {
        width: 100%;
    }
}
