@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/Charges/ChargeDetail.razor.rz.scp.css */
/* ChargeDetail Modal Styles - Tema Preto/Cinza/Branco */
.modal-overlay[b-t37kkn3zoi] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(5px);
}

.modal-content[b-t37kkn3zoi] {
    background: #111111;
    border: 1px solid #374151;
    border-radius: 16px;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    scrollbar-width: thin;
    scrollbar-color: #000000 #374151;
}

.modal-content[b-t37kkn3zoi]::-webkit-scrollbar {
    width: 6px;
}

.modal-content[b-t37kkn3zoi]::-webkit-scrollbar-track {
    background: #374151;
    border-radius: 3px;
}

.modal-content[b-t37kkn3zoi]::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 3px;
    border: 1px solid #374151;
}

.modal-content[b-t37kkn3zoi]::-webkit-scrollbar-thumb:hover {
    background: #1f2937;
}

.modal-header[b-t37kkn3zoi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #374151;
}

.modal-title[b-t37kkn3zoi] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.modal-close[b-t37kkn3zoi] {
    background: none;
    border: none;
    color: #9ca3af;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.modal-close:hover[b-t37kkn3zoi] {
    background: #374151;
    color: #ffffff;
}

.modal-body[b-t37kkn3zoi] {
    padding: 1.5rem;
}

.charge-details-container[b-t37kkn3zoi] {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.charge-details-left[b-t37kkn3zoi] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.charge-details-right[b-t37kkn3zoi] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.charge-details[b-t37kkn3zoi] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.detail-row[b-t37kkn3zoi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #1f2937;
}


.detail-label[b-t37kkn3zoi] {
    font-weight: 600;
    color: #9ca3af;
    font-size: 0.9rem;
}

.detail-value[b-t37kkn3zoi] {
    color: #ffffff;
    font-weight: 500;
    text-align: right;
    max-width: 60%;
    word-break: break-all;
}

.address-value[b-t37kkn3zoi] {
    font-family: 'Courier New', monospace;
    font-size: 0.8rem;
    background: #1f2937;
    padding: 4px 8px;
    border-radius: 4px;
    max-width: 80%;
    word-break: break-all;
}

.currency-badge[b-t37kkn3zoi] {
    background: #374151;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-badge[b-t37kkn3zoi] {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-paid[b-t37kkn3zoi] {
    background: rgba(34, 197, 94, 0.2);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.status-pending[b-t37kkn3zoi] {
    background: rgba(234, 179, 8, 0.2);
    color: #eab308;
    border: 1px solid rgba(234, 179, 8, 0.3);
}

.status-partial[b-t37kkn3zoi] {
    background: rgba(234, 179, 8, 0.2);
    color: #eab308;
    border: 1px solid rgba(234, 179, 8, 0.3);
}

.status-expired[b-t37kkn3zoi] {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.status-sent[b-t37kkn3zoi] {
    background: rgba(59, 130, 246, 0.2);
    color: #3b82f6;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.status-default[b-t37kkn3zoi] {
    background: rgba(156, 163, 175, 0.1);
    color: #9ca3af;
    border: 1px solid rgba(156, 163, 175, 0.2);
}

/* QR Code Section Styles */
.qr-section[b-t37kkn3zoi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #1f2937;
    border-radius: 12px;
    border: 1px solid #374151;
    width: 100%;
    max-width: 300px;
}

.qr-title[b-t37kkn3zoi] {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.qr-container[b-t37kkn3zoi] {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    padding: 1rem;
    border-radius: 8px;
    border: 2px solid #374151;
}

.qr-image[b-t37kkn3zoi] {
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
}

.wallet-address[b-t37kkn3zoi] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.wallet-label[b-t37kkn3zoi] {
    color: #9ca3af;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
}

.wallet-code[b-t37kkn3zoi] {
    font-family: 'Courier New', monospace;
    font-size: 0.8rem;
    background: #111111;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #374151;
    word-break: break-all;
    text-align: center;
    line-height: 1.4;
}

/* Payments Button Styles */
.payments-button-container[b-t37kkn3zoi] {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    width: 100%;
}

.payments-button[b-t37kkn3zoi] {
    background: transparent;
    color: #3b82f6;
    border: 2px solid #3b82f6;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    width: 100%;
}

.payments-button:hover[b-t37kkn3zoi] {
    background: #3b82f6;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(59, 130, 246, 0.3);
}

.payments-button:active[b-t37kkn3zoi] {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(59, 130, 246, 0.2);
}

.payments-button i[b-t37kkn3zoi] {
    font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .modal-content[b-t37kkn3zoi] {
        width: 95%;
        margin: 1rem;
        max-width: 500px;
    }
    
    .charge-details-container[b-t37kkn3zoi] {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .charge-details-right[b-t37kkn3zoi] {
        align-items: center;
    }
    
    .qr-section[b-t37kkn3zoi] {
        max-width: 100%;
    }
    
    .detail-row[b-t37kkn3zoi] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
    
    .detail-value[b-t37kkn3zoi] {
        max-width: 100%;
        text-align: left;
    }
}

/* /Components/Charges/NewCharge.razor.rz.scp.css */
/* NewCharge Modal Styles - Tema Preto/Cinza/Branco */
.modal-overlay[b-7wmzqia38h] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(5px);
}

.modal-content[b-7wmzqia38h] {
    background: #111111;
    border: 1px solid #374151;
    border-radius: 16px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    scrollbar-width: thin;
    scrollbar-color: #000000 #374151;
}

.modal-content[b-7wmzqia38h]::-webkit-scrollbar {
    width: 6px;
}

.modal-content[b-7wmzqia38h]::-webkit-scrollbar-track {
    background: #374151;
    border-radius: 3px;
}

.modal-content[b-7wmzqia38h]::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 3px;
    border: 1px solid #374151;
}

.modal-content[b-7wmzqia38h]::-webkit-scrollbar-thumb:hover {
    background: #1f2937;
}

.modal-header[b-7wmzqia38h] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #374151;
}

.modal-title[b-7wmzqia38h] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.modal-close[b-7wmzqia38h] {
    background: none;
    border: none;
    color: #9ca3af;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.modal-close:hover[b-7wmzqia38h] {
    background: #374151;
    color: #ffffff;
}

.modal-body[b-7wmzqia38h] {
    padding: 1.5rem;
}

/* Form Styles */
.form-group[b-7wmzqia38h] {
    margin-bottom: 1.5rem;
}

.form-label[b-7wmzqia38h] {
    display: block;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.form-select[b-7wmzqia38h] {
    width: 100%;
    padding: 0.75rem;
    background: #1f2937;
    border: 1px solid #374151;
    border-radius: 8px;
    color: #ffffff;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.form-select:focus[b-7wmzqia38h] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-select:disabled[b-7wmzqia38h] {
    background: #374151;
    color: #9ca3af;
    cursor: not-allowed;
}

.form-text[b-7wmzqia38h] {
    display: block;
    color: #9ca3af;
    font-size: 0.8rem;
    margin-top: 0.25rem;
}

.input-group[b-7wmzqia38h] {
    position: relative;
    display: flex;
    align-items: center;
}

.form-input[b-7wmzqia38h] {
    width: 100%;
    padding: 0.75rem;
    background: #1f2937;
    border: 1px solid #374151;
    border-radius: 8px;
    color: #ffffff;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    padding-right: 3rem;
}

.form-input:focus[b-7wmzqia38h] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-input[b-7wmzqia38h]::placeholder {
    color: #6b7280;
}

.input-suffix[b-7wmzqia38h] {
    position: absolute;
    right: 0.75rem;
    color: #9ca3af;
    font-size: 0.8rem;
    font-weight: 600;
    pointer-events: none;
}

.form-actions[b-7wmzqia38h] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #374151;
}

.btn[b-7wmzqia38h] {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
}

.btn:disabled[b-7wmzqia38h] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-primary[b-7wmzqia38h] {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
}

.btn-primary:hover:not(:disabled)[b-7wmzqia38h] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
}

.btn-secondary[b-7wmzqia38h] {
    background: #374151;
    color: #ffffff;
    border: 1px solid #6b7280;
}

.btn-secondary:hover:not(:disabled)[b-7wmzqia38h] {
    background: #4b5563;
    border-color: #9ca3af;
}

.spinner[b-7wmzqia38h] {
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid #ffffff;
    border-radius: 50%;
    animation: spin-b-7wmzqia38h 1s linear infinite;
    margin-right: 0.5rem;
}

input[type=number][b-7wmzqia38h]::-webkit-inner-spin-button, 
input[type=number][b-7wmzqia38h]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

@keyframes spin-b-7wmzqia38h {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .modal-content[b-7wmzqia38h] {
        width: 95%;
        margin: 1rem;
    }
    
    .form-actions[b-7wmzqia38h] {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .btn[b-7wmzqia38h] {
        width: 100%;
        min-width: auto;
    }
}

@media (max-width: 576px) {
    .modal-header[b-7wmzqia38h] {
        padding: 1rem;
    }
    
    .modal-body[b-7wmzqia38h] {
        padding: 1rem;
    }
    
    .form-group[b-7wmzqia38h] {
        margin-bottom: 1rem;
    }
}

/* /Components/Charges/Payments.razor.rz.scp.css */
/* Payments Modal Styles - Tema Preto/Cinza/Branco */
.modal-overlay[b-fwpdtijmqj] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    backdrop-filter: blur(5px);
}

.modal-content[b-fwpdtijmqj] {
    background: #111111;
    border: 1px solid #374151;
    border-radius: 16px;
    max-width: 700px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    scrollbar-width: thin;
    scrollbar-color: #000000 #374151;
}

.modal-content[b-fwpdtijmqj]::-webkit-scrollbar {
    width: 6px;
}

.modal-content[b-fwpdtijmqj]::-webkit-scrollbar-track {
    background: #374151;
    border-radius: 3px;
}

.modal-content[b-fwpdtijmqj]::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 3px;
    border: 1px solid #374151;
}

.modal-content[b-fwpdtijmqj]::-webkit-scrollbar-thumb:hover {
    background: #1f2937;
}

.modal-header[b-fwpdtijmqj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #374151;
}

.modal-title[b-fwpdtijmqj] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.modal-close[b-fwpdtijmqj] {
    background: none;
    border: none;
    color: #9ca3af;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.modal-close:hover[b-fwpdtijmqj] {
    background: #374151;
    color: #ffffff;
}

.modal-body[b-fwpdtijmqj] {
    padding: 1.5rem;
}

.payments-container[b-fwpdtijmqj] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.payments-table-container[b-fwpdtijmqj] {
    overflow-x: auto;
    border-radius: 8px;
    border: 1px solid #374151;
}

.payments-table[b-fwpdtijmqj] {
    width: 100%;
    border-collapse: collapse;
    background: #1f2937;
}

.payments-table thead[b-fwpdtijmqj] {
    background: #374151;
}

.payments-table th[b-fwpdtijmqj] {
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: #ffffff;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #1f2937;
}

.payments-table td[b-fwpdtijmqj] {
    padding: 1rem;
    color: #ffffff;
    border-bottom: 1px solid #374151;
    font-size: 0.9rem;
}

.payments-table tbody tr:hover[b-fwpdtijmqj] {
    background: #374151;
}

.payments-table tbody tr:last-child td[b-fwpdtijmqj] {
    border-bottom: none;
}

.payment-id[b-fwpdtijmqj] {
    font-family: 'Courier New', monospace;
    color: #9ca3af;
    font-size: 0.8rem;
}

.payment-id-text[b-fwpdtijmqj] {
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 2px 4px;
    border-radius: 3px;
    display: inline-block;
}

.payment-id-text:hover[b-fwpdtijmqj] {
    background: #374151;
    color: #ffffff;
}

.payment-amount[b-fwpdtijmqj] {
    font-weight: 600;
    color: #22c55e;
}

.payment-date[b-fwpdtijmqj] {
    color: #9ca3af;
    font-size: 0.85rem;
}

.no-payments[b-fwpdtijmqj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    text-align: center;
    color: #9ca3af;
}

.no-payments i[b-fwpdtijmqj] {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #6b7280;
}

.no-payments p[b-fwpdtijmqj] {
    font-size: 1.1rem;
    margin: 0;
}

.loading-container[b-fwpdtijmqj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    text-align: center;
    color: #9ca3af;
}

.loading-spinner[b-fwpdtijmqj] {
    width: 40px;
    height: 40px;
    border: 3px solid #374151;
    border-top: 3px solid #3b82f6;
    border-radius: 50%;
    animation: spin-b-fwpdtijmqj 1s linear infinite;
    margin-bottom: 1rem;
}

.loading-text[b-fwpdtijmqj] {
    font-size: 1rem;
    margin: 0;
    color: #9ca3af;
}

@keyframes spin-b-fwpdtijmqj {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .modal-content[b-fwpdtijmqj] {
        width: 95%;
        margin: 1rem;
        max-width: 500px;
    }
    
    .payments-table th[b-fwpdtijmqj],
    .payments-table td[b-fwpdtijmqj] {
        padding: 0.75rem 0.5rem;
        font-size: 0.8rem;
    }
    
    .payment-id[b-fwpdtijmqj] {
        font-size: 0.7rem;
    }
    
    .payment-amount[b-fwpdtijmqj] {
        font-size: 0.8rem;
    }
    
    .payment-date[b-fwpdtijmqj] {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .payments-table th[b-fwpdtijmqj],
    .payments-table td[b-fwpdtijmqj] {
        padding: 0.5rem 0.25rem;
        font-size: 0.75rem;
    }
    
    .modal-body[b-fwpdtijmqj] {
        padding: 1rem;
    }
    
    .modal-header[b-fwpdtijmqj] {
        padding: 1rem;
    }
}
/* /Components/Mock/NewayPay.razor.rz.scp.css */


.btn-qr-code[b-tgbdu31ixe] {
    font-weight: 500;
    font-size: 1.2em;
    width: 100%;
    height: 65px;
    border: none;
    outline: none;
    color: #ffffff;
    border-radius: 5px;
    background-color: #10b13a;
    transition: all .35s;
}

    .btn-qr-code:hover[b-tgbdu31ixe] {
        background-color: #10812d;
    }

.powered-by[b-tgbdu31ixe]{
    text-align:center;
    display:block;
    margin-top:3em;
    font-size:.75em;
    color:#444;
}

#pmt-qrcode[b-tgbdu31ixe]{
    height:120px;
}
/* /Components/Mock/PaymentMethodList.razor.rz.scp.css */
.method-box[b-n6v563ru2q] {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #cdcdcd;
    display: flex;
    align-items: center;
    font-size: 1.2em;
}
.method-box:last-of-type[b-n6v563ru2q]{
    border-bottom:none;
}
/* /Components/Mock/PaymentSummary.razor.rz.scp.css */
#payment-summary[b-mtpa1tblq7] {
    width: 100%;
    background-color: #cccccc7d;
    border-radius: 3px;
    margin: .5em 0em;
    padding: 1em;
}

    #payment-summary p[b-mtpa1tblq7] {
        margin: 0;
        font-size: .9em;
    }
/* /Components/Mock/ProductItem.razor.rz.scp.css */
#product-image[b-sxuohhku6d] {
    width: 80px;
    height: 80px;
    border-radius: 5px;
}

    #product-image div[b-sxuohhku6d] {
        width: 50%;
        height: 50%;
        border-radius: 10px;
    }

.product-green[b-sxuohhku6d] {
    background-color: #edf8eb;
}
    .product-green div[b-sxuohhku6d] {
        background-color: #bdd7b8;
    }

.product-blue[b-sxuohhku6d] {
    background-color: #eef9fa;
}

    .product-blue div[b-sxuohhku6d] {
        background-color: #b8d6d5;
    }

.product-red[b-sxuohhku6d] {
    background-color: #f8ebeb;
}

    .product-red div[b-sxuohhku6d] {
        background-color: #d6b7b7;
    }

.product-title[b-sxuohhku6d]{
    width:100%;
    height:15px;
    border-radius:20px;
    margin:.5em 1em;
    background-color:#ccc;
}
.product-description[b-sxuohhku6d] {
    width: 80%;
    height: 5px;
    border-radius: 20px;
    margin: .5em 1em;
    background-color: #cccccc59;
}
.product-details[b-sxuohhku6d] {
    width: 33%;
    height: 5px;
    border-radius: 20px;
    margin: 1em 1em;
    background-color: #cccccc59;
}
/* /Components/Users/UserEditModal.razor.rz.scp.css */
/* User Edit Modal Styles - Tema Preto/Cinza/Branco */
.modal-overlay[b-24wohyr8e3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content[b-24wohyr8e3] {
    background: #111111;
    border-radius: 16px;
    border: 1px solid #374151;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    color: #ffffff;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.modal-header[b-24wohyr8e3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #374151;
}

.modal-title[b-24wohyr8e3] {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.25rem;
    margin: 0;
}

.modal-close[b-24wohyr8e3] {
    background: none;
    border: none;
    color: #9ca3af;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.modal-close:hover[b-24wohyr8e3] {
    color: #ffffff;
    background-color: #374151;
}

.modal-body[b-24wohyr8e3] {
    padding: 1.5rem;
}

.user-edit-form[b-24wohyr8e3] {
    max-width: 100%;
}

.form-group[b-24wohyr8e3] {
    margin-bottom: 1rem;
}

.form-label[b-24wohyr8e3] {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
}

.form-control[b-24wohyr8e3],
.form-select[b-24wohyr8e3] {
    background-color: #1f2937;
    border: 1px solid #374151;
    color: #ffffff;
    border-radius: 8px;
    padding: 0.75rem;
    width: 100%;
    transition: all 0.3s ease;
}

.form-control:focus[b-24wohyr8e3],
.form-select:focus[b-24wohyr8e3] {
    background-color: #1f2937;
    border-color: #3b82f6;
    color: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.25);
    outline: none;
}

.form-control[readonly][b-24wohyr8e3] {
    background-color: #374151;
    color: #9ca3af;
    cursor: not-allowed;
}

.form-check[b-24wohyr8e3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-check-input[b-24wohyr8e3] {
    background-color: #1f2937;
    border: 1px solid #374151;
    width: 1.2rem;
    height: 1.2rem;
}

.form-check-input:checked[b-24wohyr8e3] {
    background-color: #3b82f6;
    border-color: #3b82f6;
}

.form-check-input:focus[b-24wohyr8e3] {
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.25);
}

.form-check-label[b-24wohyr8e3] {
    color: #ffffff;
    margin: 0;
    cursor: pointer;
}

.user-info[b-24wohyr8e3] {
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    border: 1px solid #374151;
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.info-section[b-24wohyr8e3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-item[b-24wohyr8e3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #374151;
}

.info-item:last-child[b-24wohyr8e3] {
    border-bottom: none;
}

.info-label[b-24wohyr8e3] {
    color: #9ca3af;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value[b-24wohyr8e3] {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
    text-align: right;
    word-break: break-all;
}

.text-success[b-24wohyr8e3] {
    color: #22c55e !important;
}

.text-muted[b-24wohyr8e3] {
    color: #6b7280 !important;
    font-style: italic;
}

.modal-footer[b-24wohyr8e3] {
    border-top: 1px solid #374151;
    padding: 1.5rem;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

.btn[b-24wohyr8e3] {
    border-radius: 8px;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
}

.btn-secondary[b-24wohyr8e3] {
    background-color: #374151;
    color: #ffffff;
}

.btn-secondary:hover[b-24wohyr8e3] {
    background-color: #4b5563;
}

.btn-danger[b-24wohyr8e3] {
    background-color: #dc2626;
    color: #ffffff;
}

.btn-danger:hover[b-24wohyr8e3] {
    background-color: #b91c1c;
}

.btn-primary[b-24wohyr8e3] {
    background-color: #3b82f6;
    color: #ffffff;
}

.btn-primary:hover[b-24wohyr8e3] {
    background-color: #2563eb;
}

.btn:disabled[b-24wohyr8e3] {
    opacity: 0.6;
    cursor: not-allowed;
}

.spinner-border-sm[b-24wohyr8e3] {
    width: 1rem;
    height: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .modal-content[b-24wohyr8e3] {
        width: 95%;
        margin: 1rem;
    }
    
    .modal-header[b-24wohyr8e3],
    .modal-body[b-24wohyr8e3],
    .modal-footer[b-24wohyr8e3] {
        padding: 1rem;
    }
    
    .modal-footer[b-24wohyr8e3] {
        flex-direction: column;
    }
    
    .btn[b-24wohyr8e3] {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    
    .info-item[b-24wohyr8e3] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
    
    .info-value[b-24wohyr8e3] {
        text-align: left;
        font-size: 0.9rem;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.main[b-ucpdexn7p5] {
    background-color: #000; /*#f7f6f9;*/
    width: 100%;
    overflow: hidden;
}
/* Topbar - Navbar discreta */
.topbar[b-ucpdexn7p5] {
    background-color: #000;
    height: 72px;
    padding: 0 2em;
    color: #ededed;
    border-bottom: 1px solid #282828;
}
#nav-title[b-ucpdexn7p5]{
    font-weight:400;
}

.flex-spacer[b-ucpdexn7p5] { flex: 1; }

/* Layout com sidebar para autenticados */
.auth-layout[b-ucpdexn7p5] { display: flex; }
.with-sidebar[b-ucpdexn7p5] { margin-left: 260px; }

.sidebar[b-ucpdexn7p5] {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100vh;
    background: linear-gradient(180deg, #151618 0%, #1a1c1f 100%);
    border-right: 1px solid #282828;
    color: #e6e6e6;
}

.sidebar-content[b-ucpdexn7p5] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1rem 1rem 1.25rem 1rem;
    gap: 1rem;
}

.sidebar-header[b-ucpdexn7p5] { padding: .5rem .5rem .75rem .5rem; }
.sidebar-brand[b-ucpdexn7p5] { letter-spacing: .3px; }
.sidebar-brand a[b-ucpdexn7p5] { color: #ffffff !important; text-decoration: none !important; }
.sidebar-brand a:hover[b-ucpdexn7p5] { color: #ffffff !important; text-decoration: none !important; }
.sidebar-brand-row[b-ucpdexn7p5] { display: flex; align-items: center; gap: .6rem; }
.brand-icon[b-ucpdexn7p5] { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 8px; background: #2a2f35; color: #ffffff; font-weight: 800; border: 1px solid #3a3f45; }
.sidebar-divider[b-ucpdexn7p5] { height: 1px; background: #2a2f35; margin-top: .75rem; }

.sidebar-links[b-ucpdexn7p5] { display: flex; flex-direction: column; gap: .5rem; }
.sidebar-links[b-ucpdexn7p5] { list-style: none; padding: 0; margin: 0; }

.sidebar-link[b-ucpdexn7p5] {
    color: #e6e6e6 !important;
    text-decoration: none !important;
    padding: .65rem .75rem;
    border-radius: 10px;
    border: 1px solid transparent;
    background: transparent;
    display: flex;
    align-items: center;
    gap: .625rem;
    transition: all .25s ease;
    position: relative;
}
.link-left[b-ucpdexn7p5] { display: inline-flex; align-items: center; gap: .625rem; }
.link-chevron[b-ucpdexn7p5] { margin-left: auto; opacity: .6; color: #8a95a7; }
.sidebar-link:hover .link-chevron[b-ucpdexn7p5], .sidebar-link.active .link-chevron[b-ucpdexn7p5] { opacity: 1; }

.sidebar-link:hover[b-ucpdexn7p5],
.sidebar-link.active[b-ucpdexn7p5] {
    color: #ffffff !important;
    border-color: transparent;
    background: rgba(255,255,255,0.06);
    box-shadow: none;
}

/* Active indicator bar (Blazor Bootstrap inspired) */
.sidebar-link.active[b-ucpdexn7p5]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 3px;
    border-radius: 2px;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
}

.sidebar-icon[b-ucpdexn7p5] {
    display: inline-flex;
    width: 18px;
    height: 18px;
    color: #9aa4b2;
}

.sidebar-link.active .sidebar-icon[b-ucpdexn7p5] {
    color: #ffffff;
}

.sidebar-text[b-ucpdexn7p5] {
    font-weight: 600;
    letter-spacing: .2px;
}

.sidebar-bottom[b-ucpdexn7p5] {
    margin-top: auto;
}

.link-styletype[b-ucpdexn7p5], .sidebar-bottom a[b-ucpdexn7p5] {
    color: white !important;
    text-decoration: none !important;
}

.sidebar-logout[b-ucpdexn7p5] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    text-align: center;
    color: #e6e6e6 !important;
    background: transparent;
    border: 1px solid #3a3f45;
    border-radius: 10px;
    padding: .8rem 1rem;
    text-decoration: none !important;
    font-weight: 700;
}

.sidebar-logout:hover[b-ucpdexn7p5] {
    transform: translateY(-1px);
    background: #2a2f35;
    box-shadow: none;
}

/* Override any remaining bootstrap link defaults inside sidebar */
.sidebar a[b-ucpdexn7p5],
.sidebar a:visited[b-ucpdexn7p5],
.sidebar a:hover[b-ucpdexn7p5] {
    color: #ffffff !important;
    text-decoration: none !important;
}

.logout-icon[b-ucpdexn7p5] { display: inline-flex; color: #b7c0ce; }
.sidebar-link .sidebar-icon[b-ucpdexn7p5] { color: #b7c0ce; }
.sidebar-link:hover .sidebar-icon[b-ucpdexn7p5], .sidebar-link.active .sidebar-icon[b-ucpdexn7p5] { color: #ffffff; }

/* Ensure body area fills width beside fixed sidebar when authenticated */
@media (min-width: 0px) {
    .content-area.with-sidebar[b-ucpdexn7p5] {
        width: calc(100% - 260px);
        margin-left: 260px;
    }
}

/* Reset link default blue color coming from browser */
.sidebar a[b-ucpdexn7p5] { color: #ffffff; text-decoration: none; }
.sidebar a:visited[b-ucpdexn7p5] { color: #ffffff; }
.sidebar a:hover[b-ucpdexn7p5] { text-decoration: none; }

/* Custom Scrollbar Styles for Layout */
.sidebar[b-ucpdexn7p5] {
    scrollbar-width: thin;
    scrollbar-color: #000000 #374151;
}

.sidebar[b-ucpdexn7p5]::-webkit-scrollbar {
    width: 6px;
}

.sidebar[b-ucpdexn7p5]::-webkit-scrollbar-track {
    background: #374151;
    border-radius: 3px;
}

.sidebar[b-ucpdexn7p5]::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 3px;
    border: 1px solid #374151;
}

.sidebar[b-ucpdexn7p5]::-webkit-scrollbar-thumb:hover {
    background: #1f2937;
}

.content-area[b-ucpdexn7p5] {
    scrollbar-width: thin;
    scrollbar-color: #000000 #374151;
}

.content-area[b-ucpdexn7p5]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.content-area[b-ucpdexn7p5]::-webkit-scrollbar-track {
    background: #374151;
    border-radius: 4px;
}

.content-area[b-ucpdexn7p5]::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 4px;
    border: 1px solid #374151;
}

.content-area[b-ucpdexn7p5]::-webkit-scrollbar-thumb:hover {
    background: #1f2937;
}
/* /Pages/Authentication.razor.rz.scp.css */
#content[b-7l9bmebgtq] {
    height: 100vh;
    width: 100%;
    background-color: #2d2d2d;
}
.login-bg[b-7l9bmebgtq]{
    width:100%;
    height:80%;
}
.login-panel[b-7l9bmebgtq] {
    width: 550px;
    height: 80%;
    background-color: transparent;
}
#form-box[b-7l9bmebgtq]{
    width:80%;
    margin:0 auto;
    padding-top:2em;
}
/* /Pages/Charges.razor.rz.scp.css */
/* charges Page Styles - Tema Preto/Cinza/Branco */
.charges-container[b-32ly5qo3be] {
    background-color: #000000;
    min-height: 100vh;
    padding: 2rem;
    color: #ffffff;
}

.charges-header[b-32ly5qo3be] {
    margin-top: 4rem;
    margin-bottom: 2rem;
    text-align: center;
}

.charges-title[b-32ly5qo3be] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.charges-subtitle[b-32ly5qo3be] {
    font-size: 1.1rem;
    color: #9ca3af;
    margin: 0;
}

.charges-actions[b-32ly5qo3be] {
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
}

.btn-generate[b-32ly5qo3be] {
    background: linear-gradient(135deg, #ffffff 0%, #d1d5db 100%);
    color: #000000;
    border: none;
    border-radius: 12px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

.btn-generate:hover[b-32ly5qo3be] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, #f9fafb 0%, #e5e7eb 100%);
}

.btn-generate:active[b-32ly5qo3be]{
    color: #444 !important;
}

.charges-section[b-32ly5qo3be] {
    background: #111111;
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid #374151;
}

.section-header[b-32ly5qo3be] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #374151;
}

.section-actions[b-32ly5qo3be] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.section-title[b-32ly5qo3be] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.charges-count[b-32ly5qo3be] {
    color: #9ca3af;
    font-size: 0.9rem;
    background: #374151;
    padding: 4px 12px;
    border-radius: 20px;
}

.charges-table-container[b-32ly5qo3be] {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #000000 #374151;
}

.charges-table-container[b-32ly5qo3be]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.charges-table-container[b-32ly5qo3be]::-webkit-scrollbar-track {
    background: #374151;
    border-radius: 4px;
}

.charges-table-container[b-32ly5qo3be]::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 4px;
    border: 1px solid #374151;
}

.charges-table-container[b-32ly5qo3be]::-webkit-scrollbar-thumb:hover {
    background: #1f2937;
}

.loading-container[b-32ly5qo3be] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    color: #9ca3af;
}

.loading-spinner[b-32ly5qo3be] {
    width: 40px;
    height: 40px;
    border: 3px solid #374151;
    border-top: 3px solid #3b82f6;
    border-radius: 50%;
    animation: spin-b-32ly5qo3be 1s linear infinite;
    margin-bottom: 1rem;
}

.loading-text[b-32ly5qo3be] {
    font-size: 1rem;
    margin: 0;
}

@keyframes spin-b-32ly5qo3be {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.charges-table[b-32ly5qo3be] {
    width: 100%;
    border-collapse: collapse;
    background: #000000;
    border-radius: 12px;
    overflow: hidden;
}

.charges-table thead[b-32ly5qo3be] {
    background: #1f2937;
}

.charges-table th[b-32ly5qo3be] {
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: #ffffff;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #374151;
}

.charges-table td[b-32ly5qo3be] {
    padding: 1rem;
    border-bottom: 1px solid #1f2937;
    color: #ffffff;
}

.charges-table tbody tr:hover[b-32ly5qo3be] {
    background: #1f2937;
    transition: background 0.2s ease;
}

.charge-id[b-32ly5qo3be] {
    font-weight: 600;
    color: #ffffff;
    font-family: 'Courier New', monospace;
}

.charge-value[b-32ly5qo3be] {
    font-weight: 600;
    color: #ffffff;
}

.charge-expected[b-32ly5qo3be] {
    font-weight: 600;
    color: #ffffff;
}

.charge-received[b-32ly5qo3be] {
    font-weight: 600;
    color: #ffffff;
}

.currency-badge[b-32ly5qo3be] {
    background: #374151;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-badge[b-32ly5qo3be] {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-paid[b-32ly5qo3be] {
    background: rgba(34, 197, 94, 0.2);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.status-pending[b-32ly5qo3be] {
    background: rgba(234, 179, 8, 0.2);
    color: #eab308;
    border: 1px solid rgba(234, 179, 8, 0.3);
}

.status-partial[b-32ly5qo3be] {
    background: rgba(234, 179, 8, 0.2);
    color: #eab308;
    border: 1px solid rgba(234, 179, 8, 0.3);
}

.status-expired[b-32ly5qo3be] {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.status-sent[b-32ly5qo3be] {
    background: rgba(59, 130, 246, 0.2);
    color: #3b82f6;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.status-default[b-32ly5qo3be] {
    background: rgba(156, 163, 175, 0.1);
    color: #9ca3af;
    border: 1px solid rgba(156, 163, 175, 0.2);
}

.charge-date[b-32ly5qo3be] {
    color: #9ca3af;
    font-size: 0.9rem;
}

.btn-outline-light[b-32ly5qo3be] {
    border: 1px solid #6b7280;
    color: #ffffff;
    background: transparent;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover[b-32ly5qo3be] {
    background-color: #374151;
    border-color: #9ca3af;
    color: #ffffff;
}

.btn-reload-icon[b-32ly5qo3be] {
    background: #374151;
    color: #ffffff;
    border: 1px solid #6b7280;
    border-radius: 8px;
    padding: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
}

.btn-reload-icon:hover:not(:disabled)[b-32ly5qo3be] {
    background: #4b5563;
    border-color: #9ca3af;
    transform: translateY(-1px);
}

.btn-reload-icon:disabled[b-32ly5qo3be] {
    opacity: 0.6;
    cursor: not-allowed;
}

.spinning[b-32ly5qo3be] {
    animation: spin-b-32ly5qo3be 1s linear infinite;
}

@keyframes spin-b-32ly5qo3be {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* Responsive Design */
@media (max-width: 768px) {
    .charges-container[b-32ly5qo3be] {
        padding: 1rem;
    }
    
    .charges-title[b-32ly5qo3be] {
        font-size: 2rem;
    }
    
    .charges-subtitle[b-32ly5qo3be] {
        font-size: 1rem;
    }
    
    .charges-section[b-32ly5qo3be] {
        padding: 1rem;
    }
    
    .section-header[b-32ly5qo3be] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .section-actions[b-32ly5qo3be] {
        align-self: flex-end;
    }
    
    .charges-table[b-32ly5qo3be] {
        font-size: 0.8rem;
    }
    
    .charges-table th[b-32ly5qo3be],
    .charges-table td[b-32ly5qo3be] {
        padding: 0.5rem;
    }
    
}

@media (max-width: 576px) {
    .charges-title[b-32ly5qo3be] {
        font-size: 1.5rem;
    }
    
    .charges-table[b-32ly5qo3be] {
        font-size: 0.7rem;
    }
    
    .charges-table th[b-32ly5qo3be],
    .charges-table td[b-32ly5qo3be] {
        padding: 0.25rem;
    }
    
    .btn-generate[b-32ly5qo3be] {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    .btn-outline-light[b-32ly5qo3be] {
        padding: 4px 8px;
        font-size: 0.7rem;
    }
}
/* /Pages/Index.razor.rz.scp.css */
/* Container */
.container[b-mdm4jc8ej8] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Hero Section */
.hero-section[b-mdm4jc8ej8] {
    min-height: 100vh;
    background: linear-gradient(135deg, #0c0c0c 0%, #1a1a1a 50%, #2d2d2d 100%);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-section[b-mdm4jc8ej8]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content[b-mdm4jc8ej8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

.hero-text[b-mdm4jc8ej8] {
    animation: slideInLeft-b-mdm4jc8ej8 1s ease-out;
}

.hero-title[b-mdm4jc8ej8] {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    background: linear-gradient(135deg, #ffffff 0%, #cccccc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle[b-mdm4jc8ej8] {
    font-size: 1.25rem;
    color: #cccccc;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    max-width: 500px;
}

.hero-buttons[b-mdm4jc8ej8] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-primary[b-mdm4jc8ej8], .btn-secondary[b-mdm4jc8ej8] {
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid transparent;
}

.btn-primary[b-mdm4jc8ej8] {
    background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
    color: #0c0c0c;
    border-color: #ffffff;
}

.btn-primary:hover[b-mdm4jc8ej8] {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
}

.btn-secondary[b-mdm4jc8ej8] {
    background: transparent;
    color: #ffffff;
    border-color: #666666;
}

.btn-secondary:hover[b-mdm4jc8ej8] {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    transform: translateY(-2px);
}

/* Hero Visual */
.hero-visual[b-mdm4jc8ej8] {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: slideInRight-b-mdm4jc8ej8 1s ease-out;
}

.payment-animation[b-mdm4jc8ej8] {
    position: relative;
    width: 300px;
    height: 200px;
}

.payment-card[b-mdm4jc8ej8] {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 120px;
    background: linear-gradient(135deg, #6d6d6d 0%, #727272 100%);
    border-radius: 12px;
    border: 1px solid #444444;
    padding: 1rem;
    animation: cardFloat-b-mdm4jc8ej8 3s ease-in-out infinite;
}

.card-chip[b-mdm4jc8ej8] {
    width: 30px;
    height: 20px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    border-radius: 4px;
    margin-bottom: 1rem;
}

.card-number[b-mdm4jc8ej8] {
    color: #ffffff;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    letter-spacing: 2px;
}

.ai-brain[b-mdm4jc8ej8] {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: brainPulse-b-mdm4jc8ej8 2s ease-in-out infinite;
}

.brain-pulse[b-mdm4jc8ej8] {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    animation: pulse-b-mdm4jc8ej8 1.5s ease-in-out infinite;
}

.crypto-icons[b-mdm4jc8ej8] {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 0.5rem;
}

.crypto-icon[b-mdm4jc8ej8] {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #f7931a 0%, #ff6b35 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.8rem;
    animation: cryptoFloat-b-mdm4jc8ej8 2s ease-in-out infinite;
}

.crypto-icon:nth-child(2)[b-mdm4jc8ej8] {
    animation-delay: 0.5s;
    background: linear-gradient(135deg, #627eea 0%, #4f46e5 100%);
}

.crypto-icon:nth-child(3)[b-mdm4jc8ej8] {
    animation-delay: 1s;
    background: linear-gradient(135deg, #00d4aa 0%, #00a085 100%);
}

/* Features Section */
.features-section[b-mdm4jc8ej8] {
    padding: 6rem 0;
    background: #1a1a1a;
}

.section-title[b-mdm4jc8ej8] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4rem;
    background: linear-gradient(135deg, #ffffff 0%, #cccccc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.features-grid[b-mdm4jc8ej8] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.feature-card[b-mdm4jc8ej8] {
    background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
    padding: 2.5rem;
    border-radius: 16px;
    border: 1px solid #444444;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.feature-card[b-mdm4jc8ej8]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.feature-card:hover[b-mdm4jc8ej8]::before {
    left: 100%;
}

.feature-card:hover[b-mdm4jc8ej8] {
    transform: translateY(-5px);
    border-color: #666666;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.feature-icon[b-mdm4jc8ej8] {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.feature-icon svg[b-mdm4jc8ej8] {
    width: 30px;
    height: 30px;
}

.feature-card h3[b-mdm4jc8ej8] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
}

.feature-card p[b-mdm4jc8ej8] {
    color: #cccccc;
    line-height: 1.6;
    font-size: 1rem;
}

/* Stats Section */
.stats-section[b-mdm4jc8ej8] {
    padding: 4rem 0;
    background: linear-gradient(135deg, #0c0c0c 0%, #1a1a1a 100%);
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
}

.stats-grid[b-mdm4jc8ej8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.stat-item[b-mdm4jc8ej8] {
    text-align: center;
    padding: 2rem;
}

.stat-number[b-mdm4jc8ej8] {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label[b-mdm4jc8ej8] {
    color: #cccccc;
    font-size: 1rem;
    font-weight: 500;
}

/* CTA Section */
.cta-section[b-mdm4jc8ej8] {
    padding: 6rem 0;
    background: #2d2d2d;
    text-align: center;
}

.cta-content h2[b-mdm4jc8ej8] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #ffffff 0%, #cccccc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cta-content p[b-mdm4jc8ej8] {
    font-size: 1.25rem;
    color: #cccccc;
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons[b-mdm4jc8ej8] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary.large[b-mdm4jc8ej8], .btn-secondary.large[b-mdm4jc8ej8] {
    padding: 1.25rem 2.5rem;
    font-size: 1.1rem;
}

/* Animations */
@keyframes slideInLeft-b-mdm4jc8ej8 {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight-b-mdm4jc8ej8 {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes cardFloat-b-mdm4jc8ej8 {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(-10px);
    }
}

@keyframes brainPulse-b-mdm4jc8ej8 {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

@keyframes pulse-b-mdm4jc8ej8 {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(0.9);
    }
}

@keyframes cryptoFloat-b-mdm4jc8ej8 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content[b-mdm4jc8ej8] {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .hero-title[b-mdm4jc8ej8] {
        font-size: 2.5rem;
    }
    
    .hero-subtitle[b-mdm4jc8ej8] {
        font-size: 1.1rem;
    }
    
    .hero-buttons[b-mdm4jc8ej8] {
        justify-content: center;
    }
    
    .payment-animation[b-mdm4jc8ej8] {
        width: 250px;
        height: 150px;
    }
    
    .payment-card[b-mdm4jc8ej8] {
        width: 160px;
        height: 100px;
    }
    
    .section-title[b-mdm4jc8ej8] {
        font-size: 2rem;
    }
    
    
    .stats-grid[b-mdm4jc8ej8] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cta-content h2[b-mdm4jc8ej8] {
        font-size: 2rem;
    }
    
    .cta-buttons[b-mdm4jc8ej8] {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .container[b-mdm4jc8ej8] {
        padding: 0 1rem;
    }
    
    .hero-content[b-mdm4jc8ej8] {
        padding: 0 1rem;
    }
    
    .hero-title[b-mdm4jc8ej8] {
        font-size: 2rem;
    }
    
    .btn-primary[b-mdm4jc8ej8], .btn-secondary[b-mdm4jc8ej8] {
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .features-grid[b-mdm4jc8ej8] {
        grid-template-columns: 1fr;
    }
    
    .feature-card[b-mdm4jc8ej8] {
        padding: 2rem;
    }
    
    .stats-grid[b-mdm4jc8ej8] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Mock.razor.rz.scp.css */
#main-panel[b-g4piiu4f7b] {
    border-radius: 10px;
    padding: 2em;
    height: 95%;
}
.title[b-g4piiu4f7b]{
    font-weight:600;
    color:#444;
}
#payment-panel[b-g4piiu4f7b] {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #cccccc96;
    height: 100%;
    margin: 2em;
    margin-top: 0;
}
.payment-title[b-g4piiu4f7b] {
    font-weight: 600;
    color: #444;
    margin-top: 3em;
    margin-bottom: 1.5em;
    margin-left: 1.5em;
}
.price-label[b-g4piiu4f7b] {
    font-weight: 600;
    color: #444;
    text-align: right;
    font-size: 1.5em;
}
/* /Pages/Users.razor.rz.scp.css */
/* Users Page Styles - Tema Preto/Cinza/Branco */
.users-container[b-d32bb4b29u] {
    background-color: #000000;
    min-height: 100vh;
    padding: 2rem;
    color: #ffffff;
}

.users-header[b-d32bb4b29u] {
    margin-top: 4rem;
    margin-bottom: 2rem;
    text-align: center;
}

.users-title[b-d32bb4b29u] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.users-subtitle[b-d32bb4b29u] {
    font-size: 1.1rem;
    color: #9ca3af;
    margin: 0;
}

.users-section[b-d32bb4b29u] {
    background: #111111;
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid #374151;
}

.section-header[b-d32bb4b29u] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #374151;
}

.section-actions[b-d32bb4b29u] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.section-title[b-d32bb4b29u] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.users-count[b-d32bb4b29u] {
    color: #9ca3af;
    font-size: 0.9rem;
    background: #374151;
    padding: 4px 12px;
    border-radius: 20px;
}

.users-table-container[b-d32bb4b29u] {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #000000 #374151;
}

.users-table-container[b-d32bb4b29u]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.users-table-container[b-d32bb4b29u]::-webkit-scrollbar-track {
    background: #374151;
    border-radius: 4px;
}

.users-table-container[b-d32bb4b29u]::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 4px;
    border: 1px solid #374151;
}

.users-table-container[b-d32bb4b29u]::-webkit-scrollbar-thumb:hover {
    background: #1f2937;
}

.loading-container[b-d32bb4b29u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    color: #9ca3af;
}

.loading-spinner[b-d32bb4b29u] {
    width: 40px;
    height: 40px;
    border: 3px solid #374151;
    border-top: 3px solid #3b82f6;
    border-radius: 50%;
    animation: spin-b-d32bb4b29u 1s linear infinite;
    margin-bottom: 1rem;
}

.loading-text[b-d32bb4b29u] {
    font-size: 1rem;
    margin: 0;
}

@keyframes spin-b-d32bb4b29u {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.users-table[b-d32bb4b29u] {
    width: 100%;
    border-collapse: collapse;
    background: #000000;
    border-radius: 12px;
    overflow: hidden;
}

.users-table thead[b-d32bb4b29u] {
    background: #1f2937;
}

.users-table th[b-d32bb4b29u] {
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: #ffffff;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #374151;
}

.users-table td[b-d32bb4b29u] {
    padding: 1rem;
    border-bottom: 1px solid #1f2937;
    color: #ffffff;
}

.users-table tbody tr:hover[b-d32bb4b29u] {
    background: #1f2937;
    transition: background 0.2s ease;
}

.user-name[b-d32bb4b29u] {
    font-weight: 600;
    color: #ffffff;
}

.user-email[b-d32bb4b29u] {
    color: #9ca3af;
    font-size: 0.9rem;
}

.role-badge[b-d32bb4b29u] {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.role-sysadmin[b-d32bb4b29u] {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.role-owner[b-d32bb4b29u] {
    background: rgba(168, 85, 247, 0.2);
    color: #a855f7;
    border: 1px solid rgba(168, 85, 247, 0.3);
}

.role-admin[b-d32bb4b29u] {
    background: rgba(59, 130, 246, 0.2);
    color: #3b82f6;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.role-user[b-d32bb4b29u] {
    background: rgba(34, 197, 94, 0.2);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.role-manager[b-d32bb4b29u] {
    background: rgba(245, 158, 11, 0.2);
    color: #f59e0b;
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.role-default[b-d32bb4b29u] {
    background: rgba(156, 163, 175, 0.1);
    color: #9ca3af;
    border: 1px solid rgba(156, 163, 175, 0.2);
}

.status-badge[b-d32bb4b29u] {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.status-active[b-d32bb4b29u] {
    background: rgba(34, 197, 94, 0.2);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.status-inactive[b-d32bb4b29u] {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.user-last-login[b-d32bb4b29u] {
    color: #9ca3af;
    font-size: 0.9rem;
}

.user-created[b-d32bb4b29u] {
    color: #9ca3af;
    font-size: 0.9rem;
}

.user-actions[b-d32bb4b29u] {
    text-align: left;
    white-space: nowrap;
    padding: 0.5rem;
    vertical-align: middle;
}

.user-actions .btn[b-d32bb4b29u] {
    font-size: 0.8rem;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #6b7280;
    color: #ffffff;
    background: transparent;
    display: inline-block;
}

.user-actions .btn:hover[b-d32bb4b29u] {
    background-color: #374151;
    border-color: #9ca3af;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.user-actions .btn:active[b-d32bb4b29u] {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.text-muted[b-d32bb4b29u] {
    color: #6b7280;
    font-style: italic;
}

.btn-reload-icon[b-d32bb4b29u] {
    background: #374151;
    color: #ffffff;
    border: 1px solid #6b7280;
    border-radius: 8px;
    padding: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
}

.btn-reload-icon:hover:not(:disabled)[b-d32bb4b29u] {
    background: #4b5563;
    border-color: #9ca3af;
    transform: translateY(-1px);
}

.btn-reload-icon:disabled[b-d32bb4b29u] {
    opacity: 0.6;
    cursor: not-allowed;
}

.spinning[b-d32bb4b29u] {
    animation: spin-b-d32bb4b29u 1s linear infinite;
}

/* Responsive Design */
@media (max-width: 768px) {
    .users-container[b-d32bb4b29u] {
        padding: 1rem;
    }
    
    .users-title[b-d32bb4b29u] {
        font-size: 2rem;
    }
    
    .users-subtitle[b-d32bb4b29u] {
        font-size: 1rem;
    }
    
    .users-section[b-d32bb4b29u] {
        padding: 1rem;
    }
    
    .section-header[b-d32bb4b29u] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .section-actions[b-d32bb4b29u] {
        align-self: flex-end;
    }
    
    .users-table[b-d32bb4b29u] {
        font-size: 0.8rem;
    }
    
    .users-table th[b-d32bb4b29u],
    .users-table td[b-d32bb4b29u] {
        padding: 0.5rem;
    }
    
    .user-actions .btn[b-d32bb4b29u] {
        font-size: 0.7rem;
        padding: 4px 8px;
    }
}

@media (max-width: 576px) {
    .users-title[b-d32bb4b29u] {
        font-size: 1.5rem;
    }
    
    .users-table[b-d32bb4b29u] {
        font-size: 0.7rem;
    }
    
    .users-table th[b-d32bb4b29u],
    .users-table td[b-d32bb4b29u] {
        padding: 0.25rem;
    }
    
    .user-actions .btn[b-d32bb4b29u] {
        font-size: 0.6rem;
        padding: 3px 6px;
    }
}
