/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-layout[b-gh21ykmp4f] {
    min-height: 100vh;
    background: #f8fafc;
}

.admin-nav[b-gh21ykmp4f] {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 0 2rem;
    height: 56px;
    background: #1e293b;
    color: white;
}

.admin-nav-brand[b-gh21ykmp4f] {
    font-weight: 700;
    font-size: 1.1rem;
}

.admin-nav-links[b-gh21ykmp4f] {
    display: flex;
    gap: 1rem;
}

.admin-nav-links[b-gh21ykmp4f]  a {
    color: #94a3b8;
    text-decoration: none;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    font-size: 0.9rem;
    transition: color 0.15s, background 0.15s;
}

.admin-nav-links[b-gh21ykmp4f]  a:hover {
    color: white;
    background: rgba(255,255,255,0.1);
}

.admin-nav-links[b-gh21ykmp4f]  a.active {
    color: white;
    background: rgba(255,255,255,0.15);
}

.admin-nav-logout[b-gh21ykmp4f] {
    margin-left: auto;
}

.admin-nav-logout button[b-gh21ykmp4f] {
    background: none;
    border: 1px solid #475569;
    color: #94a3b8;
    padding: 0.35rem 0.8rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: color 0.15s, border-color 0.15s;
}

.admin-nav-logout button:hover[b-gh21ykmp4f] {
    color: white;
    border-color: #94a3b8;
}

.admin-main[b-gh21ykmp4f] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-9u2fbl4u4o] {
    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-9u2fbl4u4o] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-73sch8u9ry],
.components-reconnect-repeated-attempt-visible[b-73sch8u9ry],
.components-reconnect-failed-visible[b-73sch8u9ry],
.components-pause-visible[b-73sch8u9ry],
.components-resume-failed-visible[b-73sch8u9ry],
.components-rejoining-animation[b-73sch8u9ry] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-73sch8u9ry],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-73sch8u9ry],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-73sch8u9ry],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-73sch8u9ry],
#components-reconnect-modal.components-reconnect-retrying[b-73sch8u9ry],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-73sch8u9ry],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-73sch8u9ry],
#components-reconnect-modal.components-reconnect-failed[b-73sch8u9ry],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-73sch8u9ry] {
    display: block;
}


#components-reconnect-modal[b-73sch8u9ry] {
    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-73sch8u9ry 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-73sch8u9ry 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-73sch8u9ry 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-73sch8u9ry]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-73sch8u9ry 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-73sch8u9ry {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-73sch8u9ry {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-73sch8u9ry {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-73sch8u9ry] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-73sch8u9ry] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-73sch8u9ry] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-73sch8u9ry] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-73sch8u9ry] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-73sch8u9ry] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-73sch8u9ry] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-73sch8u9ry 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-73sch8u9ry] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-73sch8u9ry {
    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/Order/CustomAmountPanel.razor.rz.scp.css */
.custom-panel[b-5jff649ntx] {
    background: white;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 1.25rem;
    margin-bottom: 0.75rem;
}

.amount-input-group[b-5jff649ntx] {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.6rem 1rem;
    margin-bottom: 0.75rem;
    transition: border-color 0.15s;
}

.amount-input-group:focus-within[b-5jff649ntx] {
    border-color: #22c55e;
}

.currency-sign[b-5jff649ntx] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #94a3b8;
    margin-right: 0.3rem;
}

.amount-input-group input[b-5jff649ntx] {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    outline: none;
    width: 100%;
}

.quick-amounts[b-5jff649ntx] {
    display: flex;
    gap: 0.4rem;
}

.quick-btn[b-5jff649ntx] {
    flex: 1;
    padding: 0.5rem;
    border: 1px solid #e2e8f0;
    background: white;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    transition: all 0.15s;
}

.quick-btn:active[b-5jff649ntx] {
    transform: scale(0.96);
}

.quick-btn.active[b-5jff649ntx] {
    background: #f0fdf4;
    border-color: #22c55e;
    color: #16a34a;
}
/* /Components/Order/OrderHeader.razor.rz.scp.css */
.order-header[b-37ve297i56] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    background: white;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    margin-bottom: 0.75rem;
}

.order-info[b-37ve297i56] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.order-number[b-37ve297i56] {
    font-weight: 700;
    font-size: 1.05rem;
    color: #1e293b;
}

.table-name[b-37ve297i56] {
    background: #ede9fe;
    color: #7c3aed;
    padding: 0.15rem 0.55rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.order-date[b-37ve297i56] {
    color: #94a3b8;
    font-size: 0.8rem;
}
/* /Components/Order/OrderItemList.razor.rz.scp.css */
.item-list[b-hckx1sq7r8] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.item-row[b-hckx1sq7r8] {
    background: white;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 1rem 1.25rem;
    transition: all 0.2s ease;
    position: relative;
    border-left: 4px solid transparent;
}

.item-row.selectable[b-hckx1sq7r8] {
    cursor: pointer;
}

.item-row.selectable:active[b-hckx1sq7r8] {
    transform: scale(0.98);
}

.item-row.selected[b-hckx1sq7r8] {
    border-left-color: #22c55e;
    background: #f0fdf4;
}

.item-row.paid[b-hckx1sq7r8] {
    opacity: 0.5;
    background: #f8fafc;
}

.item-main[b-hckx1sq7r8] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
}

.item-qty[b-hckx1sq7r8] {
    color: #64748b;
    font-size: 0.85rem;
    font-weight: 600;
    min-width: 2rem;
    padding-top: 0.1rem;
}

.item-details[b-hckx1sq7r8] {
    flex: 1;
}

.item-description[b-hckx1sq7r8] {
    font-weight: 600;
    color: #1e293b;
    font-size: 0.95rem;
}

.item-modifiers[b-hckx1sq7r8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-top: 0.3rem;
}

.modifier[b-hckx1sq7r8] {
    background: #f1f5f9;
    color: #64748b;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    font-size: 0.7rem;
}

.item-price[b-hckx1sq7r8] {
    font-weight: 700;
    color: #1e293b;
    font-size: 0.95rem;
    white-space: nowrap;
}

.paid-badge[b-hckx1sq7r8] {
    position: absolute;
    top: 0.6rem;
    right: 0.8rem;
    background: #dcfce7;
    color: #16a34a;
    padding: 0.1rem 0.45rem;
    border-radius: 20px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
}

.partial-badge[b-hckx1sq7r8] {
    position: absolute;
    top: 0.6rem;
    right: 0.8rem;
    background: #fef3c7;
    color: #d97706;
    padding: 0.1rem 0.45rem;
    border-radius: 20px;
    font-size: 0.65rem;
    font-weight: 700;
}

.item-check[b-hckx1sq7r8] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease;
    font-size: 0.8rem;
}

.item-check.checked[b-hckx1sq7r8] {
    background: #22c55e;
    border-color: #22c55e;
    color: white;
}
/* /Components/Order/PaymentButton.razor.rz.scp.css */
.pay-bar[b-cl7kkia8t6] {
    position: sticky;
    bottom: 0;
    padding: 0.75rem 0;
    background: linear-gradient(transparent, #fafafa 30%);
    padding-top: 2rem;
}

.pay-button[b-cl7kkia8t6] {
    width: 100%;
    padding: 1rem;
    background: #22c55e;
    color: white;
    border: none;
    border-radius: 14px;
    font-size: 1.15rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.15s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 4px 14px rgba(34, 197, 94, 0.35);
}

.pay-button:hover:not(:disabled)[b-cl7kkia8t6] {
    background: #16a34a;
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.45);
}

.pay-button:active:not(:disabled)[b-cl7kkia8t6] {
    transform: scale(0.98);
}

.pay-button:disabled[b-cl7kkia8t6] {
    opacity: 0.6;
    cursor: not-allowed;
}

.pay-button.disabled[b-cl7kkia8t6] {
    background: #94a3b8;
    box-shadow: none;
}

.pay-spinner[b-cl7kkia8t6] {
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-cl7kkia8t6 0.8s linear infinite;
}

@keyframes spin-b-cl7kkia8t6 {
    to { transform: rotate(360deg); }
}
/* /Components/Order/PaymentGatewaySelector.razor.rz.scp.css */
.gateway-panel[b-e0a1lb1zua] {
    margin-bottom: 0.9rem;
}

.gateway-label[b-e0a1lb1zua] {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 0.45rem;
}

.gateway-options[b-e0a1lb1zua] {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.gateway-option[b-e0a1lb1zua] {
    border: 1px solid #cbd5e1;
    background: white;
    color: #0f172a;
    border-radius: 999px;
    padding: 0.6rem 0.9rem;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
}

.gateway-option:hover[b-e0a1lb1zua] {
    border-color: #3b82f6;
    color: #1d4ed8;
}

.gateway-option.selected[b-e0a1lb1zua] {
    border-color: #2563eb;
    background: #eff6ff;
    color: #1d4ed8;
}
/* /Components/Order/PaymentLockBanner.razor.rz.scp.css */
.lock-overlay[b-aumhslo55w] {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    border-radius: 14px;
    padding: 2rem 1.5rem;
    text-align: center;
    margin-top: 1rem;
    border: 1px solid #fef3c7;
}

.lock-pulse[b-aumhslo55w] {
    width: 48px;
    height: 48px;
    background: #f59e0b;
    border-radius: 50%;
    margin: 0 auto 1rem;
    animation: pulse-b-aumhslo55w 1.5s ease-in-out infinite;
}

@keyframes pulse-b-aumhslo55w {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.15); opacity: 0.7; }
}

.lock-message[b-aumhslo55w] {
    font-size: 1rem;
    font-weight: 600;
    color: #92400e;
    margin: 0 0 0.3rem;
}

.lock-sub[b-aumhslo55w] {
    font-size: 0.85rem;
    color: #b45309;
    margin: 0;
}
/* /Components/Order/PaymentModeSelector.razor.rz.scp.css */
.mode-selector[b-2retz4lojk] {
    display: flex;
    gap: 0.4rem;
    padding: 0.3rem;
    background: #f1f5f9;
    border-radius: 12px;
    margin-bottom: 0.75rem;
}

.mode-pill[b-2retz4lojk] {
    flex: 1;
    padding: 0.6rem 0.2rem;
    border: none;
    background: transparent;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
}

.mode-pill:active[b-2retz4lojk] {
    transform: scale(0.96);
}

.mode-pill.active[b-2retz4lojk] {
    background: white;
    color: #1e293b;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
/* /Components/Order/PaymentProcessing.razor.rz.scp.css */
.processing-panel[b-ybzjnxkezp] {
    background: white;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 1.5rem;
    margin-bottom: 0.75rem;
}

#payment-element-container[b-ybzjnxkezp] {
    min-height: 100px;
    margin-bottom: 1rem;
}

.confirm-btn[b-ybzjnxkezp] {
    width: 100%;
    padding: 1rem;
    background: #22c55e;
    color: white;
    border: none;
    border-radius: 14px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.15s;
    box-shadow: 0 4px 14px rgba(34, 197, 94, 0.35);
}

.confirm-btn:hover[b-ybzjnxkezp] { background: #16a34a; }
.confirm-btn:active[b-ybzjnxkezp] { transform: scale(0.98); }

.confirming[b-ybzjnxkezp] {
    text-align: center;
    padding: 2rem 0;
}

.confirming-spinner[b-ybzjnxkezp] {
    width: 40px;
    height: 40px;
    border: 4px solid #e2e8f0;
    border-top-color: #22c55e;
    border-radius: 50%;
    margin: 0 auto 1rem;
    animation: spin-b-ybzjnxkezp 0.8s linear infinite;
}

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

.confirming p[b-ybzjnxkezp] {
    color: #64748b;
}

.payment-error[b-ybzjnxkezp] {
    text-align: center;
    padding: 1rem 0;
}

.error-icon[b-ybzjnxkezp] {
    width: 48px;
    height: 48px;
    background: #fee2e2;
    color: #dc2626;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 0.75rem;
}

.payment-error p[b-ybzjnxkezp] {
    color: #dc2626;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.retry-btn[b-ybzjnxkezp] {
    background: #f1f5f9;
    color: #475569;
    border: none;
    padding: 0.6rem 1.5rem;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
}

.retry-btn:hover[b-ybzjnxkezp] { background: #e2e8f0; }
/* /Components/Order/PaymentSummary.razor.rz.scp.css */
.payment-summary[b-to1bp5e1bb] {
    background: white;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 1.25rem;
    margin-bottom: 0.75rem;
}

.remaining[b-to1bp5e1bb] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.remaining-label[b-to1bp5e1bb] {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 500;
}

.remaining-amount[b-to1bp5e1bb] {
    font-size: 2rem;
    font-weight: 800;
    color: #1e293b;
    letter-spacing: -0.02em;
}

.summary-row[b-to1bp5e1bb] {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: #94a3b8;
}

.summary-row.paid[b-to1bp5e1bb] {
    color: #22c55e;
}
/* /Components/Order/SplitPaymentPanel.razor.rz.scp.css */
.split-panel[b-17bin7mbw4] {
    background: white;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 1.25rem;
    margin-bottom: 0.75rem;
    text-align: center;
}

.split-label[b-17bin7mbw4] {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 0.6rem;
}

.split-pills[b-17bin7mbw4] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1rem;
}

.split-pill[b-17bin7mbw4] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #e2e8f0;
    background: white;
    font-size: 1.1rem;
    font-weight: 700;
    color: #475569;
    cursor: pointer;
    transition: all 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.split-pill:active[b-17bin7mbw4] {
    transform: scale(0.92);
}

.split-pill.active[b-17bin7mbw4] {
    background: #22c55e;
    border-color: #22c55e;
    color: white;
}

.split-result[b-17bin7mbw4] {
    font-size: 1.1rem;
    color: #475569;
}

.split-result strong[b-17bin7mbw4] {
    color: #1e293b;
    font-size: 1.3rem;
}
/* /Components/Order/TipSelector.razor.rz.scp.css */
.tip-section[b-it2y7qt085] {
    margin-bottom: 0.75rem;
}

.tip-label[b-it2y7qt085] {
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 500;
    margin-bottom: 0.4rem;
}

.tip-pills[b-it2y7qt085] {
    display: flex;
    gap: 0.4rem;
}

.tip-pill[b-it2y7qt085] {
    flex: 1;
    padding: 0.5rem 0.2rem;
    border: 1px solid #e2e8f0;
    background: white;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    transition: all 0.15s;
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
}

.tip-pill:active[b-it2y7qt085] {
    transform: scale(0.96);
}

.tip-pill.active[b-it2y7qt085] {
    background: #fef3c7;
    border-color: #f59e0b;
    color: #92400e;
}

.tip-amount[b-it2y7qt085] {
    font-size: 0.7rem;
    font-weight: 400;
    color: #94a3b8;
}

.tip-pill.active .tip-amount[b-it2y7qt085] {
    color: #b45309;
}
/* /Components/Pages/Admin/AdminLogin.razor.rz.scp.css */
.login-container[b-kh28q13dnu] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #f8fafc;
}

.login-card[b-kh28q13dnu] {
    background: white;
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    width: 100%;
    max-width: 380px;
}

.login-card h1[b-kh28q13dnu] {
    font-size: 1.4rem;
    color: #1e293b;
    margin: 0 0 1.5rem;
    text-align: center;
}

.login-error[b-kh28q13dnu] {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.login-card input[b-kh28q13dnu] {
    width: 100%;
    padding: 0.7rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.95rem;
    outline: none;
    transition: border-color 0.15s;
    box-sizing: border-box;
}

.login-card input:focus[b-kh28q13dnu] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59,130,246,0.1);
}

.login-card button[b-kh28q13dnu] {
    width: 100%;
    margin-top: 1rem;
    padding: 0.7rem;
    background: #1e293b;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
}

.login-card button:hover[b-kh28q13dnu] {
    background: #334155;
}
/* /Components/Pages/Admin/Dashboard.razor.rz.scp.css */
h1[b-ynqr75l5bj] {
    font-size: 1.5rem;
    color: #1e293b;
    margin: 0 0 1.5rem;
}

h2[b-ynqr75l5bj] {
    font-size: 1.2rem;
    color: #1e293b;
    margin: 2rem 0 1rem;
}

.stats-grid[b-ynqr75l5bj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.stat-card[b-ynqr75l5bj] {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.stat-value[b-ynqr75l5bj] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1e293b;
}

.stat-label[b-ynqr75l5bj] {
    font-size: 0.85rem;
    color: #64748b;
    margin-top: 0.3rem;
}

.admin-table[b-ynqr75l5bj] {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.admin-table th[b-ynqr75l5bj] {
    text-align: left;
    padding: 0.75rem 1rem;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.admin-table td[b-ynqr75l5bj] {
    padding: 0.75rem 1rem;
    border-top: 1px solid #f1f5f9;
    font-size: 0.9rem;
    color: #334155;
}

.empty-state[b-ynqr75l5bj] {
    color: #94a3b8;
    font-style: italic;
}
/* /Components/Pages/Admin/Logs.razor.rz.scp.css */
.page-header[b-fzoeg5o5ml] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.page-header h1[b-fzoeg5o5ml] {
    margin: 0;
    color: #1e293b;
    font-size: 1.5rem;
}

.page-subtitle[b-fzoeg5o5ml] {
    margin: 0.35rem 0 0;
    color: #64748b;
}

.page-subtitle code[b-fzoeg5o5ml] {
    font-size: 0.85rem;
}

.refresh-button[b-fzoeg5o5ml] {
    border: 1px solid #cbd5e1;
    background: white;
    color: #334155;
    border-radius: 8px;
    padding: 0.6rem 1rem;
    font-weight: 600;
    cursor: pointer;
}

.refresh-button:hover[b-fzoeg5o5ml] {
    background: #f8fafc;
}

.status-banner[b-fzoeg5o5ml] {
    margin-bottom: 1rem;
    padding: 0.8rem 1rem;
    border-radius: 10px;
    background: #fff7ed;
    color: #9a3412;
    border: 1px solid #fdba74;
}

.logs-layout[b-fzoeg5o5ml] {
    display: grid;
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
    gap: 1rem;
}

.log-list-card[b-fzoeg5o5ml],
.log-viewer-card[b-fzoeg5o5ml] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.log-list-card[b-fzoeg5o5ml] {
    padding: 0.75rem;
}

.log-list-header[b-fzoeg5o5ml] {
    padding: 0.5rem 0.5rem 0.75rem;
    color: #475569;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.log-file-button[b-fzoeg5o5ml] {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.2rem;
    padding: 0.8rem;
    border-radius: 10px;
    cursor: pointer;
    text-align: left;
}

.log-file-button:hover[b-fzoeg5o5ml] {
    background: #f8fafc;
}

.log-file-button.selected[b-fzoeg5o5ml] {
    background: #e2e8f0;
}

.log-file-name[b-fzoeg5o5ml] {
    color: #0f172a;
    font-weight: 600;
    word-break: break-word;
}

.log-file-meta[b-fzoeg5o5ml],
.log-viewer-meta[b-fzoeg5o5ml] {
    color: #64748b;
    font-size: 0.82rem;
}

.log-viewer-card[b-fzoeg5o5ml] {
    min-height: 520px;
    padding: 1.25rem;
}

.log-viewer-header[b-fzoeg5o5ml] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.log-viewer-header h2[b-fzoeg5o5ml] {
    margin: 0;
    color: #1e293b;
    font-size: 1.1rem;
}

.truncation-badge[b-fzoeg5o5ml] {
    background: #e0f2fe;
    color: #0369a1;
    border-radius: 999px;
    padding: 0.3rem 0.7rem;
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
}

.log-output[b-fzoeg5o5ml] {
    margin: 0;
    padding: 1rem;
    border-radius: 10px;
    background: #0f172a;
    color: #e2e8f0;
    font-size: 0.8rem;
    line-height: 1.5;
    overflow-x: auto;
    white-space: pre-wrap;
    word-break: break-word;
}

.empty-state[b-fzoeg5o5ml] {
    color: #94a3b8;
    font-style: italic;
}

@media (max-width: 900px) {
    .page-header[b-fzoeg5o5ml],
    .log-viewer-header[b-fzoeg5o5ml] {
        flex-direction: column;
        align-items: stretch;
    }

    .logs-layout[b-fzoeg5o5ml] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Admin/Orders.razor.rz.scp.css */
h1[b-0awftgunuw] {
    font-size: 1.5rem;
    color: #1e293b;
    margin: 0 0 1.5rem;
}

.filters[b-0awftgunuw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.filters input[b-0awftgunuw], .filters select[b-0awftgunuw] {
    padding: 0.45rem 0.7rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.85rem;
    outline: none;
    background: white;
}
.filters input:focus[b-0awftgunuw], .filters select:focus[b-0awftgunuw] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59,130,246,0.1);
}

.filters input[type="number"][b-0awftgunuw] {
    width: 90px;
}

.btn-primary[b-0awftgunuw] {
    background: #3b82f6;
    color: white;
    border: none;
    padding: 0.45rem 1rem;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
}
.btn-primary:hover[b-0awftgunuw] { background: #2563eb; }

.btn-secondary[b-0awftgunuw] {
    background: #f1f5f9;
    color: #475569;
    border: none;
    padding: 0.45rem 1rem;
    border-radius: 8px;
    font-size: 0.85rem;
    cursor: pointer;
}
.btn-secondary:hover[b-0awftgunuw] { background: #e2e8f0; }

.result-count[b-0awftgunuw] {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 0.5rem;
}

.admin-table[b-0awftgunuw] {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.admin-table th[b-0awftgunuw] {
    text-align: left;
    padding: 0.65rem 0.8rem;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.admin-table td[b-0awftgunuw] {
    padding: 0.65rem 0.8rem;
    border-top: 1px solid #f1f5f9;
    font-size: 0.85rem;
    color: #334155;
}

tr.clickable[b-0awftgunuw] {
    cursor: pointer;
    transition: background 0.1s;
}
tr.clickable:hover[b-0awftgunuw] {
    background: #f8fafc;
}

.badge-status[b-0awftgunuw] {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 600;
}
.badge-open[b-0awftgunuw] { background: #dbeafe; color: #2563eb; }
.badge-paymentinprogress[b-0awftgunuw] { background: #fef3c7; color: #d97706; }
.badge-fullypaid[b-0awftgunuw] { background: #dcfce7; color: #16a34a; }
.badge-cancelled[b-0awftgunuw] { background: #fee2e2; color: #dc2626; }
.badge-pending[b-0awftgunuw] { background: #f1f5f9; color: #64748b; }
.badge-processing[b-0awftgunuw] { background: #fef3c7; color: #d97706; }
.badge-completed[b-0awftgunuw] { background: #dcfce7; color: #16a34a; }
.badge-failed[b-0awftgunuw] { background: #fee2e2; color: #dc2626; }

.order-detail[b-0awftgunuw] {
    padding: 1rem;
    background: #f8fafc;
    border-radius: 8px;
}

.detail-section[b-0awftgunuw] {
    margin-bottom: 1rem;
}

.detail-section h4[b-0awftgunuw] {
    font-size: 0.85rem;
    color: #475569;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.detail-item[b-0awftgunuw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    padding: 0.4rem 0;
    font-size: 0.85rem;
}

.detail-meta[b-0awftgunuw] {
    color: #94a3b8;
    font-size: 0.8rem;
}

.modifiers[b-0awftgunuw] {
    width: 100%;
    display: flex;
    gap: 0.3rem;
    padding-left: 1rem;
}

.modifier-badge[b-0awftgunuw] {
    background: #e2e8f0;
    color: #475569;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    font-size: 0.75rem;
}
/* /Components/Pages/Admin/Stores.razor.rz.scp.css */
.page-header[b-sklxxqpb30] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.page-header h1[b-sklxxqpb30] {
    font-size: 1.5rem;
    color: #1e293b;
    margin: 0;
}

.btn-primary[b-sklxxqpb30] {
    background: #3b82f6;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-primary:hover[b-sklxxqpb30] { background: #2563eb; }
.btn-primary:disabled[b-sklxxqpb30] { opacity: 0.5; cursor: not-allowed; }

.btn-secondary[b-sklxxqpb30] {
    background: #f1f5f9;
    color: #475569;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-secondary:hover[b-sklxxqpb30] { background: #e2e8f0; }

.btn-small[b-sklxxqpb30] {
    background: #3b82f6;
    color: white;
    border: none;
    padding: 0.35rem 0.7rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
}

.btn-small:hover[b-sklxxqpb30] { background: #2563eb; }

.btn-danger-small[b-sklxxqpb30] {
    background: none;
    color: #dc2626;
    border: 1px solid #fecaca;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    font-size: 0.8rem;
    cursor: pointer;
}

.btn-danger-small:hover[b-sklxxqpb30] { background: #fef2f2; }

.form-card[b-sklxxqpb30] {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    margin-bottom: 1.5rem;
}

.form-card h3[b-sklxxqpb30] {
    margin: 0 0 1rem;
    font-size: 1rem;
    color: #1e293b;
}

.form-group[b-sklxxqpb30] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.form-group input[b-sklxxqpb30] {
    flex: 1;
    padding: 0.5rem 0.8rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.9rem;
    outline: none;
}

.form-group input:focus[b-sklxxqpb30] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59,130,246,0.1);
}

.key-banner[b-sklxxqpb30] {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.key-banner code[b-sklxxqpb30] {
    background: white;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    font-size: 0.85rem;
    border: 1px solid #d1fae5;
    word-break: break-all;
}

.store-card[b-sklxxqpb30] {
    background: white;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    margin-bottom: 1rem;
    overflow: hidden;
}

.store-header[b-sklxxqpb30] {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    cursor: pointer;
    transition: background 0.15s;
}

.store-header:hover[b-sklxxqpb30] { background: #f8fafc; }

.store-name[b-sklxxqpb30] {
    font-weight: 600;
    color: #1e293b;
    font-size: 1rem;
}

.store-meta[b-sklxxqpb30] {
    margin-left: 1rem;
    color: #94a3b8;
    font-size: 0.85rem;
}

.expand-icon[b-sklxxqpb30] {
    margin-left: auto;
    font-size: 1.2rem;
    color: #94a3b8;
}

.store-body[b-sklxxqpb30] {
    padding: 0 1.5rem 1.5rem;
    border-top: 1px solid #f1f5f9;
}

.key-actions[b-sklxxqpb30] {
    display: flex;
    gap: 0.5rem;
    margin: 1rem 0;
}

.key-actions input[b-sklxxqpb30] {
    flex: 1;
    padding: 0.4rem 0.8rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 0.85rem;
    outline: none;
}

.gateway-card[b-sklxxqpb30] {
    margin: 1rem 0 1.25rem;
    border: 1px solid #dbe3ee;
    border-radius: 10px;
    background: #ffffff;
}

.gateway-card-header[b-sklxxqpb30] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid #eef2f7;
    font-weight: 600;
    color: #1e293b;
}

.gateway-card-body[b-sklxxqpb30] {
    display: grid;
    gap: 0.75rem;
    padding: 1rem;
}

.gateway-card-body input[b-sklxxqpb30],
.gateway-select[b-sklxxqpb30] {
    width: 100%;
    padding: 0.55rem 0.8rem;
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    font-size: 0.85rem;
    outline: none;
}

.gateway-card-body input:focus[b-sklxxqpb30],
.gateway-select:focus[b-sklxxqpb30] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59,130,246,0.1);
}

.provider-grid[b-sklxxqpb30] {
    display: grid;
    gap: 1rem;
}

.provider-card[b-sklxxqpb30] {
    display: grid;
    gap: 0.7rem;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
}

.provider-card-header[b-sklxxqpb30] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    color: #0f172a;
    font-weight: 700;
}

.secret-toggle[b-sklxxqpb30] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #475569;
    font-size: 0.84rem;
}

.gateway-secret-meta[b-sklxxqpb30] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    color: #64748b;
    font-size: 0.82rem;
}

.gateway-help[b-sklxxqpb30] {
    margin: 0;
    color: #64748b;
    font-size: 0.84rem;
    line-height: 1.45;
}

.gateway-help code[b-sklxxqpb30] {
    background: #f8fafc;
    padding: 0.12rem 0.35rem;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.webhook-card[b-sklxxqpb30] {
    margin: 1rem 0 1.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
    overflow: hidden;
}

.webhook-header[b-sklxxqpb30] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    border: 0;
    background: transparent;
    color: #1e293b;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
}

.webhook-header:hover[b-sklxxqpb30] {
    background: rgba(255,255,255,0.55);
}

.webhook-header-status[b-sklxxqpb30] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.webhook-expand-icon[b-sklxxqpb30] {
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1;
}

.webhook-content[b-sklxxqpb30] {
    padding: 0 1rem 1rem;
}

.webhook-form[b-sklxxqpb30] {
    display: grid;
    gap: 0.75rem;
}

.webhook-form input[b-sklxxqpb30] {
    width: 100%;
    padding: 0.55rem 0.8rem;
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    font-size: 0.85rem;
    outline: none;
}

.webhook-form input:focus[b-sklxxqpb30] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59,130,246,0.1);
}

.webhook-toggle[b-sklxxqpb30] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #334155;
    font-size: 0.9rem;
    font-weight: 500;
}

.webhook-actions[b-sklxxqpb30] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.webhook-meta[b-sklxxqpb30] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    align-items: center;
    margin: 0.9rem 0 0.75rem;
    color: #64748b;
    font-size: 0.82rem;
}

.webhook-status[b-sklxxqpb30] {
    border-radius: 999px;
    padding: 0.18rem 0.55rem;
    font-weight: 700;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.webhook-ready[b-sklxxqpb30] {
    background: #dcfce7;
    color: #15803d;
}

.webhook-off[b-sklxxqpb30] {
    background: #e2e8f0;
    color: #475569;
}

.delivery-table[b-sklxxqpb30] {
    margin-top: 0.75rem;
}

.delivery-status[b-sklxxqpb30] {
    border-radius: 999px;
    padding: 0.15rem 0.5rem;
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.delivery-pending[b-sklxxqpb30] {
    background: #dbeafe;
    color: #1d4ed8;
}

.delivery-delivered[b-sklxxqpb30] {
    background: #dcfce7;
    color: #15803d;
}

.delivery-failed[b-sklxxqpb30] {
    background: #fef3c7;
    color: #b45309;
}

.delivery-deadletter[b-sklxxqpb30] {
    background: #fee2e2;
    color: #b91c1c;
}

.admin-table[b-sklxxqpb30] {
    width: 100%;
    border-collapse: collapse;
}

.admin-table th[b-sklxxqpb30] {
    text-align: left;
    padding: 0.6rem 0.8rem;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #f1f5f9;
}

.admin-table td[b-sklxxqpb30] {
    padding: 0.6rem 0.8rem;
    font-size: 0.85rem;
    color: #334155;
    border-bottom: 1px solid #f8fafc;
    vertical-align: top;
}

.badge-active[b-sklxxqpb30] {
    background: #dcfce7;
    color: #16a34a;
    padding: 0.15rem 0.5rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.badge-revoked[b-sklxxqpb30] {
    background: #fee2e2;
    color: #dc2626;
    padding: 0.15rem 0.5rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.empty-state[b-sklxxqpb30] {
    color: #94a3b8;
    font-style: italic;
    font-size: 0.9rem;
}

@media (max-width: 720px) {
    .page-header[b-sklxxqpb30],
    .form-group[b-sklxxqpb30],
    .key-actions[b-sklxxqpb30],
    .webhook-actions[b-sklxxqpb30] {
        flex-direction: column;
        align-items: stretch;
    }

    .store-header[b-sklxxqpb30] {
        flex-wrap: wrap;
        gap: 0.4rem 0.75rem;
    }

    .store-meta[b-sklxxqpb30] {
        margin-left: 0;
        width: 100%;
    }
}
/* /Components/Pages/Admin/Webhooks.razor.rz.scp.css */
.page-header[b-a1jc0atpn9] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.page-header h1[b-a1jc0atpn9] {
    margin: 0;
    color: #1e293b;
    font-size: 1.5rem;
}

.page-subtitle[b-a1jc0atpn9] {
    margin: 0.35rem 0 0;
    color: #64748b;
}

.refresh-button[b-a1jc0atpn9] {
    border: 1px solid #cbd5e1;
    background: white;
    color: #334155;
    border-radius: 8px;
    padding: 0.6rem 1rem;
    font-weight: 600;
    cursor: pointer;
}

.refresh-button:hover[b-a1jc0atpn9] {
    background: #f8fafc;
}

.filters[b-a1jc0atpn9] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.status-banner[b-a1jc0atpn9] {
    margin-bottom: 1rem;
    padding: 0.8rem 1rem;
    border-radius: 10px;
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}

.filters input[b-a1jc0atpn9],
.filters select[b-a1jc0atpn9] {
    min-width: 160px;
    padding: 0.45rem 0.7rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.85rem;
    outline: none;
    background: white;
}

.filters input:focus[b-a1jc0atpn9],
.filters select:focus[b-a1jc0atpn9] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.btn-primary[b-a1jc0atpn9] {
    background: #3b82f6;
    color: white;
    border: none;
    padding: 0.45rem 1rem;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
}

.btn-primary:hover[b-a1jc0atpn9] {
    background: #2563eb;
}

.btn-secondary[b-a1jc0atpn9] {
    background: #f1f5f9;
    color: #475569;
    border: none;
    padding: 0.45rem 1rem;
    border-radius: 8px;
    font-size: 0.85rem;
    cursor: pointer;
}

.btn-secondary:hover[b-a1jc0atpn9] {
    background: #e2e8f0;
}

.btn-small[b-a1jc0atpn9] {
    background: #f1f5f9;
    color: #0f172a;
    border: 1px solid #cbd5e1;
    padding: 0.35rem 0.7rem;
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.btn-small:hover[b-a1jc0atpn9] {
    background: #e2e8f0;
}

.result-count[b-a1jc0atpn9] {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 0.5rem;
}

.admin-table[b-a1jc0atpn9] {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.admin-table th[b-a1jc0atpn9] {
    text-align: left;
    padding: 0.65rem 0.8rem;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.admin-table td[b-a1jc0atpn9] {
    padding: 0.65rem 0.8rem;
    border-top: 1px solid #f1f5f9;
    font-size: 0.85rem;
    color: #334155;
    vertical-align: top;
}

.url-cell[b-a1jc0atpn9] {
    max-width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.action-cell[b-a1jc0atpn9] {
    width: 1%;
    white-space: nowrap;
}

tr.clickable[b-a1jc0atpn9] {
    cursor: pointer;
    transition: background 0.1s;
}

tr.clickable:hover[b-a1jc0atpn9] {
    background: #f8fafc;
}

.badge-status[b-a1jc0atpn9] {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 600;
}

.badge-pending[b-a1jc0atpn9] {
    background: #fef3c7;
    color: #b45309;
}

.badge-delivered[b-a1jc0atpn9] {
    background: #dcfce7;
    color: #166534;
}

.badge-failed[b-a1jc0atpn9] {
    background: #fee2e2;
    color: #b91c1c;
}

.badge-deadletter[b-a1jc0atpn9] {
    background: #e2e8f0;
    color: #475569;
}

.delivery-detail[b-a1jc0atpn9] {
    padding: 1rem;
    background: #f8fafc;
    border-radius: 10px;
}

.detail-grid[b-a1jc0atpn9] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.detail-card[b-a1jc0atpn9] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.detail-card h4[b-a1jc0atpn9] {
    margin: 0 0 0.75rem;
    color: #334155;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.detail-row[b-a1jc0atpn9] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.35rem 0;
    border-top: 1px solid #f1f5f9;
    font-size: 0.84rem;
}

.detail-row:first-of-type[b-a1jc0atpn9] {
    border-top: 0;
    padding-top: 0;
}

.detail-row span:first-child[b-a1jc0atpn9] {
    color: #64748b;
}

.wrap-value[b-a1jc0atpn9] {
    white-space: pre-wrap;
    word-break: break-word;
    text-align: right;
}

.detail-copy[b-a1jc0atpn9] {
    margin: 0;
    color: #334155;
    white-space: pre-wrap;
    word-break: break-word;
}

.request-meta[b-a1jc0atpn9] {
    display: flex;
    flex-direction: column;
}

.payload-viewer[b-a1jc0atpn9] {
    margin: 0;
    padding: 1rem;
    border-radius: 10px;
    background: #0f172a;
    color: #e2e8f0;
    font-size: 0.8rem;
    line-height: 1.5;
    overflow-x: auto;
    white-space: pre-wrap;
    word-break: break-word;
}

.empty-state[b-a1jc0atpn9] {
    color: #94a3b8;
    font-style: italic;
}

@media (max-width: 900px) {
    .page-header[b-a1jc0atpn9] {
        flex-direction: column;
        align-items: stretch;
    }

    .filters input[b-a1jc0atpn9],
    .filters select[b-a1jc0atpn9] {
        min-width: 0;
        width: 100%;
    }

    .detail-grid[b-a1jc0atpn9] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/OrderPage.razor.rz.scp.css */
.order-page[b-ga9ny4ufgm] {
    max-width: 480px;
    margin: 0 auto;
    padding: 1rem;
    padding-bottom: 6rem;
}

.payment-controls[b-ga9ny4ufgm] {
    margin-top: 0.5rem;
}

.payment-error-banner[b-ga9ny4ufgm] {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
    border-radius: 10px;
    padding: 0.7rem 1rem;
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
}

.loading-screen[b-ga9ny4ufgm], .error-screen[b-ga9ny4ufgm], .success-screen[b-ga9ny4ufgm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    text-align: center;
    padding: 2rem;
}

.loading-spinner[b-ga9ny4ufgm] {
    width: 40px;
    height: 40px;
    border: 4px solid #e2e8f0;
    border-top-color: #22c55e;
    border-radius: 50%;
    animation: spin-b-ga9ny4ufgm 0.8s linear infinite;
    margin-bottom: 1rem;
}

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

.loading-screen p[b-ga9ny4ufgm] {
    color: #64748b;
    font-size: 0.95rem;
}

.error-icon[b-ga9ny4ufgm] {
    width: 64px;
    height: 64px;
    background: #fee2e2;
    color: #dc2626;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.error-screen h2[b-ga9ny4ufgm] {
    color: #1e293b;
    margin: 0 0 0.5rem;
}

.error-screen p[b-ga9ny4ufgm] {
    color: #64748b;
}

.success-icon[b-ga9ny4ufgm] {
    width: 80px;
    height: 80px;
    background: #dcfce7;
    color: #22c55e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    animation: pop-b-ga9ny4ufgm 0.4s ease;
}

@keyframes pop-b-ga9ny4ufgm {
    0% { transform: scale(0); }
    70% { transform: scale(1.15); }
    100% { transform: scale(1); }
}

.success-screen h2[b-ga9ny4ufgm] {
    color: #1e293b;
    margin: 0 0 0.5rem;
    font-size: 1.5rem;
}

.success-screen p[b-ga9ny4ufgm] {
    color: #64748b;
    margin: 0 0 1rem;
}

.success-amount[b-ga9ny4ufgm] {
    font-size: 2rem;
    font-weight: 800;
    color: #22c55e;
}
/* /Components/Pages/PayPage.razor.rz.scp.css */
.loading-screen[b-j7h4psfwd0], .waiting-screen[b-j7h4psfwd0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    text-align: center;
    padding: 2rem;
}

.loading-spinner[b-j7h4psfwd0] {
    width: 40px;
    height: 40px;
    border: 4px solid #e2e8f0;
    border-top-color: #22c55e;
    border-radius: 50%;
    animation: spin-b-j7h4psfwd0 0.8s linear infinite;
    margin-bottom: 1rem;
}

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

.loading-screen p[b-j7h4psfwd0] {
    color: #64748b;
    font-size: 0.95rem;
}

.waiting-icon[b-j7h4psfwd0] {
    width: 80px;
    height: 80px;
    background: #fef3c7;
    color: #f59e0b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.waiting-screen h2[b-j7h4psfwd0] {
    color: #1e293b;
    margin: 0 0 0.5rem;
    font-size: 1.5rem;
}

.waiting-screen p[b-j7h4psfwd0] {
    color: #64748b;
    max-width: 300px;
    line-height: 1.5;
}
/* /Components/Pages/VivaResultPage.razor.rz.scp.css */
.result-shell[b-gpv25g3zfi] {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.result-card[b-gpv25g3zfi] {
    width: min(100%, 28rem);
    border-radius: 20px;
    padding: 1.75rem;
    background: white;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
    border: 1px solid #e2e8f0;
}

.result-card h1[b-gpv25g3zfi] {
    margin: 0 0 0.75rem;
    font-size: 1.6rem;
    color: #0f172a;
}

.result-card p[b-gpv25g3zfi] {
    margin: 0 0 1rem;
    color: #475569;
    line-height: 1.5;
}

.status-badge[b-gpv25g3zfi] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 1rem;
}

.result-card-success .status-badge[b-gpv25g3zfi] {
    background: #dcfce7;
    color: #15803d;
}

.result-card-error .status-badge[b-gpv25g3zfi] {
    background: #fee2e2;
    color: #b91c1c;
}

.result-card-pending .status-badge[b-gpv25g3zfi] {
    background: #e0f2fe;
    color: #0369a1;
}

.summary-row[b-gpv25g3zfi] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0;
    border-top: 1px solid #eef2f7;
    color: #334155;
}

.meta-line[b-gpv25g3zfi] {
    margin-top: 0.7rem;
    color: #64748b;
    font-size: 0.88rem;
}

.meta-line code[b-gpv25g3zfi] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0.12rem 0.35rem;
}

.back-button[b-gpv25g3zfi] {
    width: 100%;
    margin-top: 1.25rem;
    border: 0;
    border-radius: 12px;
    background: #0f172a;
    color: white;
    padding: 0.9rem 1rem;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
}

.back-button:hover[b-gpv25g3zfi] {
    background: #1e293b;
}

.loading-spinner[b-gpv25g3zfi] {
    width: 40px;
    height: 40px;
    border: 4px solid #e2e8f0;
    border-top-color: #0ea5e9;
    border-radius: 50%;
    animation: viva-spin-b-gpv25g3zfi 0.8s linear infinite;
    margin-bottom: 1rem;
}

@keyframes viva-spin-b-gpv25g3zfi {
    to {
        transform: rotate(360deg);
    }
}
