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

/* Navigation */
.admin-nav[b-4kt1zg7o0w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    height: 56px;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-left[b-4kt1zg7o0w], .nav-right[b-4kt1zg7o0w] {
    display: flex;
    align-items: center;
}

.admin-brand[b-4kt1zg7o0w] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #0f172a;
}

.brand-icon[b-4kt1zg7o0w] {
    width: 28px;
    height: 28px;
    background: #0f172a;
    color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
}

.brand-text[b-4kt1zg7o0w] {
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: -0.02em;
}

/* Nav Links */
.nav-center[b-4kt1zg7o0w] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.nav-link[b-4kt1zg7o0w] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 0.875rem;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #64748b;
    text-decoration: none;
    transition: all 0.15s ease;
}

.nav-link:hover[b-4kt1zg7o0w] {
    color: #0f172a;
    background: #f1f5f9;
}

.nav-link.active[b-4kt1zg7o0w] {
    color: #0f172a;
    background: #f1f5f9;
    font-weight: 600;
}

.nav-link svg[b-4kt1zg7o0w] {
    flex-shrink: 0;
}

/* Environment Badge */
.env-badge[b-4kt1zg7o0w] {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #8b5cf6;
    background: #f5f3ff;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

/* User Nav */
.nav-right[b-4kt1zg7o0w] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-user[b-4kt1zg7o0w] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    border-radius: 8px;
    text-decoration: none;
    color: #0f172a;
    transition: background 0.15s;
}

.nav-user:hover[b-4kt1zg7o0w] { background: #f1f5f9; }

.user-avatar[b-4kt1zg7o0w] {
    width: 28px;
    height: 28px;
    background: #0f172a;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6875rem;
    font-weight: 700;
}

.user-name[b-4kt1zg7o0w] {
    font-size: 0.8125rem;
    font-weight: 500;
}

.nav-logout[b-4kt1zg7o0w] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #64748b;
    text-decoration: none;
    transition: all 0.15s;
}

.nav-logout:hover[b-4kt1zg7o0w] {
    background: #fef2f2;
    color: #dc2626;
}

.nav-signin[b-4kt1zg7o0w] {
    padding: 0.375rem 0.875rem;
    background: #0f172a;
    color: white;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.15s;
}

.nav-signin:hover[b-4kt1zg7o0w] { opacity: 0.9; }

/* Main Content */
.admin-main[b-4kt1zg7o0w] {
    max-width: 1080px;
    margin: 0 auto;
    padding: 2.5rem 2rem;
}

/* Mobile */
@media (max-width: 768px) {
    .admin-nav[b-4kt1zg7o0w] {
        padding: 0 1rem;
        height: 52px;
    }

    .brand-text[b-4kt1zg7o0w] {
        display: none;
    }

    .nav-link[b-4kt1zg7o0w] {
        padding: 0.5rem;
        font-size: 0;
        gap: 0;
    }

    .nav-link svg[b-4kt1zg7o0w] {
        width: 20px;
        height: 20px;
    }

    .nav-right[b-4kt1zg7o0w] {
        display: none;
    }

    .admin-main[b-4kt1zg7o0w] {
        padding: 1.5rem 1rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-vr4wwu6fx3] {
    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-vr4wwu6fx3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xddqb0zqcx],
.components-reconnect-repeated-attempt-visible[b-xddqb0zqcx],
.components-reconnect-failed-visible[b-xddqb0zqcx],
.components-pause-visible[b-xddqb0zqcx],
.components-resume-failed-visible[b-xddqb0zqcx],
.components-rejoining-animation[b-xddqb0zqcx] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-xddqb0zqcx {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/Branding.razor.rz.scp.css */
.page-header[b-patdlxhgr3] {
    margin-bottom: 2rem;
}

.page-header h1[b-patdlxhgr3] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

.branding-container[b-patdlxhgr3] {
    max-width: 640px;
}

.form-section[b-patdlxhgr3] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-section h2[b-patdlxhgr3] {
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 0 0 1rem;
}

.form-group[b-patdlxhgr3] {
    margin-bottom: 1rem;
}

.form-group label[b-patdlxhgr3] {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #475569;
    margin-bottom: 0.375rem;
}

.form-group input[type="text"][b-patdlxhgr3] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.875rem;
}

.color-row[b-patdlxhgr3] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.color-picker[b-patdlxhgr3] {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.color-text[b-patdlxhgr3] {
    flex: 1;
}

.logo-preview[b-patdlxhgr3] {
    margin-bottom: 1rem;
}

.logo-preview img[b-patdlxhgr3] {
    max-height: 60px;
    border-radius: 8px;
}

.upload-msg[b-patdlxhgr3] {
    font-size: 0.75rem;
    color: #059669;
    margin-top: 0.5rem;
}

/* Preview */
.preview-card[b-patdlxhgr3] {
    border: 2px solid;
    border-radius: 12px;
    overflow: hidden;
}

.preview-header[b-patdlxhgr3] {
    padding: 1rem 1.5rem;
    font-weight: 700;
    font-size: 1rem;
}

.preview-body[b-patdlxhgr3] {
    padding: 1rem 1.5rem;
    font-size: 0.875rem;
    color: #64748b;
}

.preview-footer[b-patdlxhgr3] {
    padding: 0.75rem 1.5rem;
    background: #f8fafc;
    font-size: 0.75rem;
    color: #94a3b8;
    border-top: 1px solid #e2e8f0;
}

.success-banner[b-patdlxhgr3] {
    padding: 0.75rem 1rem;
    background: #ecfdf5;
    color: #059669;
    border-radius: 8px;
    font-size: 0.8125rem;
    margin-bottom: 1rem;
}

.form-actions[b-patdlxhgr3] {
    display: flex;
    justify-content: flex-end;
}

.btn-primary[b-patdlxhgr3] {
    padding: 0.5rem 1.25rem;
    background: #0f172a;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
}

.btn-primary:disabled[b-patdlxhgr3] {
    opacity: 0.5;
    cursor: not-allowed;
}

.loading-state[b-patdlxhgr3] {
    padding: 3rem;
    text-align: center;
    color: #64748b;
}
/* /Components/Pages/Admin/CreateProposal.razor.rz.scp.css */
/* Page Header */
.page-header[b-yvml5m567t] {
    margin-bottom: 2rem;
}

.page-header h1[b-yvml5m567t] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.02em;
}

/* Form */
.form-container[b-yvml5m567t] {
    max-width: 680px;
}

.form-section[b-yvml5m567t] {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    background: #ffffff;
}

.form-section legend[b-yvml5m567t] {
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
    padding: 0 0.5rem;
}

.form-group[b-yvml5m567t] {
    margin-bottom: 1rem;
}

.form-group:last-child[b-yvml5m567t] { margin-bottom: 0; }

.form-group label[b-yvml5m567t] {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    margin-bottom: 0.375rem;
    color: #1e293b;
}

.required[b-yvml5m567t] { color: #ef4444; }

.form-group input[b-yvml5m567t],
.form-group textarea[b-yvml5m567t] {
    width: 100%;
    padding: 0.625rem 0.875rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-family: inherit;
    outline: none;
    transition: all 0.15s;
    background: #ffffff;
}

.form-group input:focus[b-yvml5m567t],
.form-group textarea:focus[b-yvml5m567t] {
    border-color: #0f172a;
    box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.06);
}

.form-group input[b-yvml5m567t]::placeholder,
.form-group textarea[b-yvml5m567t]::placeholder {
    color: #94a3b8;
}

.form-row[b-yvml5m567t] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

/* Pricing Preview */
.pricing-preview[b-yvml5m567t] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.875rem 1rem;
    margin-top: 0.5rem;
}

.preview-line[b-yvml5m567t] {
    display: flex;
    justify-content: space-between;
    font-size: 0.8125rem;
    padding: 0.25rem 0;
    color: #475569;
}

/* Actions */
.form-actions[b-yvml5m567t] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.btn-primary[b-yvml5m567t] {
    padding: 0.75rem 1.5rem;
    background: #0f172a;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: opacity 0.15s;
}

.btn-primary:hover:not(:disabled)[b-yvml5m567t] { opacity: 0.9; }
.btn-primary:disabled[b-yvml5m567t] { opacity: 0.4; cursor: not-allowed; }

.btn-secondary[b-yvml5m567t] {
    padding: 0.75rem 1.5rem;
    background: #ffffff;
    color: #0f172a;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s;
}

.btn-secondary:hover[b-yvml5m567t] { background: #f8fafc; border-color: #cbd5e1; }

/* Success State */
.success-card[b-yvml5m567t] {
    max-width: 480px;
    margin: 2rem auto;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 3rem 2rem;
}

.success-icon[b-yvml5m567t] {
    width: 56px;
    height: 56px;
    background: #ecfdf5;
    color: #059669;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1.25rem;
    transition: background 0.2s, color 0.2s;
}

.success-icon.draft-icon[b-yvml5m567t] {
    background: #f1f5f9;
    color: #475569;
}

.success-card h2[b-yvml5m567t] {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.success-card p[b-yvml5m567t] {
    color: #64748b;
    margin: 0 0 1rem;
    font-size: 0.875rem;
}

.link-box[b-yvml5m567t] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.875rem 1rem;
    margin-bottom: 1.5rem;
    word-break: break-all;
}

.link-box code[b-yvml5m567t] {
    font-size: 0.8125rem;
    color: #0f172a;
    font-weight: 500;
}

.success-actions[b-yvml5m567t] {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
}

/* Banners */
.success-banner[b-yvml5m567t] {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #059669;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.8125rem;
    margin-top: 1rem;
}

.error-banner[b-yvml5m567t] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.8125rem;
    margin-bottom: 1rem;
}

/* Responsive */
@media (max-width: 640px) {
    .form-row[b-yvml5m567t] { grid-template-columns: 1fr; }
    .form-section[b-yvml5m567t] { padding: 1.25rem; }
    .success-card[b-yvml5m567t] { padding: 2rem 1.5rem; }
    .success-actions[b-yvml5m567t] { flex-direction: column; }
}
/* /Components/Pages/Admin/Dashboard.razor.rz.scp.css */
/* Page Header */
.page-header[b-2j1g66mrub] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.page-header h1[b-2j1g66mrub] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.02em;
}

.header-action[b-2j1g66mrub] {
    padding: 0.5rem 1rem;
    background: #0f172a;
    color: white;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.15s;
}

.header-action:hover[b-2j1g66mrub] { opacity: 0.9; }

/* Stats Grid */
.stats-grid[b-2j1g66mrub] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.stat-card[b-2j1g66mrub] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.25rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.stat-icon[b-2j1g66mrub] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-icon-total[b-2j1g66mrub] { background: #f1f5f9; color: #475569; }
.stat-icon-draft[b-2j1g66mrub] { background: #f1f5f9; color: #64748b; }
.stat-icon-pending[b-2j1g66mrub] { background: #eff6ff; color: #2563eb; }
.stat-icon-accepted[b-2j1g66mrub] { background: #ecfdf5; color: #059669; }
.stat-icon-revenue[b-2j1g66mrub] { background: #fef3c7; color: #d97706; }

.stat-content[b-2j1g66mrub] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.stat-value[b-2j1g66mrub] {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.stat-label[b-2j1g66mrub] {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 500;
}

/* Dashboard Grid */
.dashboard-grid[b-2j1g66mrub] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
}

/* Sections */
.section[b-2j1g66mrub] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}

.section-header[b-2j1g66mrub] {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #f1f5f9;
}

.section-header h2[b-2j1g66mrub] {
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 0;
}

/* Revenue */
.revenue-stats[b-2j1g66mrub] {
    padding: 0.5rem 1.5rem;
}

.revenue-row[b-2j1g66mrub] {
    display: flex;
    justify-content: space-between;
    padding: 0.875rem 0;
    border-bottom: 1px solid #f8fafc;
    font-size: 0.875rem;
    color: #64748b;
}

.revenue-row:last-child[b-2j1g66mrub] { border-bottom: none; }
.revenue-value[b-2j1g66mrub] { font-weight: 700; color: #0f172a; }

/* Activity Feed */
.activity-feed[b-2j1g66mrub] {
    padding: 0.5rem 1.5rem;
}

.activity-item[b-2j1g66mrub] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f8fafc;
}

.activity-item:last-child[b-2j1g66mrub] { border-bottom: none; }

.activity-dot[b-2j1g66mrub] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #94a3b8;
    margin-top: 0.375rem;
    flex-shrink: 0;
}

.activity-dot-sent[b-2j1g66mrub] { background: #3b82f6; }
.activity-dot-viewed[b-2j1g66mrub] { background: #8b5cf6; }
.activity-dot-accepted[b-2j1g66mrub] { background: #10b981; }
.activity-dot-paymentcompleted[b-2j1g66mrub] { background: #059669; }
.activity-dot-paymentfailed[b-2j1g66mrub] { background: #ef4444; }
.activity-dot-fileuploaded[b-2j1g66mrub] { background: #f59e0b; }

.activity-content[b-2j1g66mrub] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.activity-text[b-2j1g66mrub] {
    font-size: 0.8125rem;
    color: #1e293b;
}

.activity-time[b-2j1g66mrub] {
    font-size: 0.6875rem;
    color: #94a3b8;
}

.empty-text[b-2j1g66mrub] {
    padding: 2rem 1.5rem;
    text-align: center;
    color: #94a3b8;
    font-size: 0.875rem;
}

.loading-state[b-2j1g66mrub] {
    padding: 3rem;
    text-align: center;
    color: #64748b;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.loading-spinner[b-2j1g66mrub] {
    width: 28px;
    height: 28px;
    border: 2.5px solid #e2e8f0;
    border-top-color: #0f172a;
    border-radius: 50%;
    animation: spin-b-2j1g66mrub 0.7s linear infinite;
}

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

/* Responsive */
@media (max-width: 1100px) {
    .stats-grid[b-2j1g66mrub] { grid-template-columns: repeat(3, 1fr); }
    .dashboard-grid[b-2j1g66mrub] { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .stats-grid[b-2j1g66mrub] { grid-template-columns: repeat(2, 1fr); }
    .dashboard-grid[b-2j1g66mrub] { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .stats-grid[b-2j1g66mrub] { grid-template-columns: 1fr; }
}
/* /Components/Pages/Admin/EditProposal.razor.rz.scp.css */
.page-header[b-hp2n143gl5] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.page-header h1[b-hp2n143gl5] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.02em;
}

.status-badge[b-hp2n143gl5] {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.25rem 0.625rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
}

.status-draft[b-hp2n143gl5] { background: #f1f5f9; color: #475569; }
.status-sent[b-hp2n143gl5] { background: #eff6ff; color: #2563eb; }
.status-viewed[b-hp2n143gl5] { background: #eef2ff; color: #4f46e5; }
.status-accepted[b-hp2n143gl5] { background: #ecfdf5; color: #059669; }
.status-funded[b-hp2n143gl5] { background: #d1fae5; color: #047857; }

.form-container[b-hp2n143gl5] { max-width: 680px; }

.form-section[b-hp2n143gl5] {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    background: #ffffff;
}

.form-section legend[b-hp2n143gl5] {
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
    padding: 0 0.5rem;
}

.form-group[b-hp2n143gl5] { margin-bottom: 1rem; }
.form-group:last-child[b-hp2n143gl5] { margin-bottom: 0; }

.form-group label[b-hp2n143gl5] {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    margin-bottom: 0.375rem;
    color: #1e293b;
}

.required[b-hp2n143gl5] { color: #ef4444; }

.form-group input[b-hp2n143gl5],
.form-group textarea[b-hp2n143gl5] {
    width: 100%;
    padding: 0.625rem 0.875rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-family: inherit;
    outline: none;
    transition: all 0.15s;
}

.form-group input:focus[b-hp2n143gl5],
.form-group textarea:focus[b-hp2n143gl5] {
    border-color: #0f172a;
    box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.06);
}

.form-row[b-hp2n143gl5] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.pricing-preview[b-hp2n143gl5] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.875rem 1rem;
    margin-top: 0.5rem;
}

.preview-line[b-hp2n143gl5] {
    display: flex;
    justify-content: space-between;
    font-size: 0.8125rem;
    padding: 0.25rem 0;
    color: #475569;
}

.form-actions[b-hp2n143gl5] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.btn-primary[b-hp2n143gl5] {
    padding: 0.75rem 1.5rem;
    background: #0f172a;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s;
}

.btn-primary:hover:not(:disabled)[b-hp2n143gl5] { opacity: 0.9; }
.btn-primary:disabled[b-hp2n143gl5] { opacity: 0.4; cursor: not-allowed; }

.btn-secondary[b-hp2n143gl5] {
    padding: 0.75rem 1.5rem;
    background: #ffffff;
    color: #0f172a;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.15s;
}

.btn-secondary:hover[b-hp2n143gl5] { background: #f8fafc; border-color: #cbd5e1; }

.info-banner[b-hp2n143gl5] {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1d4ed8;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.8125rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.error-banner[b-hp2n143gl5] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.8125rem;
    margin-bottom: 1rem;
}

.success-banner[b-hp2n143gl5] {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #059669;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.8125rem;
    margin-bottom: 1rem;
}

.error-banner[b-hp2n143gl5] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.8125rem;
    margin-bottom: 1rem;
}

.loading-state[b-hp2n143gl5] {
    padding: 3rem;
    text-align: center;
    color: #64748b;
}

@media (max-width: 640px) {
    .form-row[b-hp2n143gl5] { grid-template-columns: 1fr; }
    .form-section[b-hp2n143gl5] { padding: 1.25rem; }
    .form-actions[b-hp2n143gl5] { flex-direction: column-reverse; }
}
/* /Components/Pages/Admin/EmailTemplates.razor.rz.scp.css */
.page-header[b-grc7t1m3z9] {
    margin-bottom: 2rem;
}

.page-header h1[b-grc7t1m3z9] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

.template-page[b-grc7t1m3z9] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.editor-shell[b-grc7t1m3z9] {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) 300px;
    gap: 1rem;
    align-items: start;
}

.template-list[b-grc7t1m3z9],
.template-editor[b-grc7t1m3z9],
.template-preview[b-grc7t1m3z9],
.settings-section[b-grc7t1m3z9] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.template-list[b-grc7t1m3z9] {
    padding: 0.5rem;
}

.template-tab[b-grc7t1m3z9] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.125rem;
    padding: 0.75rem;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: #475569;
    cursor: pointer;
    text-align: left;
}

.template-tab:hover[b-grc7t1m3z9],
.template-tab.active[b-grc7t1m3z9] {
    background: #f1f5f9;
    color: #0f172a;
}

.template-tab span[b-grc7t1m3z9] {
    font-size: 0.8125rem;
    font-weight: 700;
}

.template-tab small[b-grc7t1m3z9] {
    font-size: 0.6875rem;
    color: #94a3b8;
}

.template-editor[b-grc7t1m3z9],
.template-preview[b-grc7t1m3z9],
.settings-section[b-grc7t1m3z9] {
    padding: 1.25rem;
}

.form-group[b-grc7t1m3z9] {
    margin-bottom: 1rem;
}

.form-group label[b-grc7t1m3z9] {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #475569;
    margin-bottom: 0.375rem;
}

.form-group input[b-grc7t1m3z9],
.form-group textarea[b-grc7t1m3z9] {
    width: 100%;
    padding: 0.625rem 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 0.875rem;
    font: inherit;
}

.token-row[b-grc7t1m3z9] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-bottom: 1rem;
}

.token-chip[b-grc7t1m3z9] {
    border: 1px solid #dbeafe;
    background: #eff6ff;
    color: #1d4ed8;
    border-radius: 999px;
    padding: 0.25rem 0.625rem;
    font-size: 0.6875rem;
    font-weight: 700;
    cursor: pointer;
}

.quill-host[b-grc7t1m3z9] {
    min-height: 340px;
}

.template-editor[b-grc7t1m3z9]  .ql-container {
    min-height: 300px;
    font-size: 0.9375rem;
}

.template-editor[b-grc7t1m3z9]  .fallback-editor {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
}

.template-editor[b-grc7t1m3z9]  .fallback-toolbar {
    display: flex;
    gap: 0.25rem;
    padding: 0.5rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.template-editor[b-grc7t1m3z9]  .fallback-toolbar button {
    min-width: 32px;
    height: 30px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
}

.template-editor[b-grc7t1m3z9]  .fallback-body {
    min-height: 300px;
    padding: 0.75rem;
    outline: none;
}

.template-preview h2[b-grc7t1m3z9],
.settings-header h2[b-grc7t1m3z9] {
    font-size: 0.9375rem;
    margin: 0 0 1rem;
}

.preview-subject[b-grc7t1m3z9] {
    padding: 0.625rem 0.75rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.email-preview[b-grc7t1m3z9] {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 1rem;
    min-height: 300px;
    color: #334155;
    font-size: 0.875rem;
}

.message[b-grc7t1m3z9] {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 700;
}

.message.success[b-grc7t1m3z9] {
    background: #ecfdf5;
    color: #047857;
}

.message.error[b-grc7t1m3z9] {
    background: #fef2f2;
    color: #b91c1c;
}

.form-actions[b-grc7t1m3z9] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1rem;
}

.btn-primary[b-grc7t1m3z9],
.btn-secondary[b-grc7t1m3z9] {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 700;
    cursor: pointer;
}

.btn-primary[b-grc7t1m3z9] {
    background: #0f172a;
    color: #ffffff;
    border: none;
}

.btn-secondary[b-grc7t1m3z9] {
    background: #ffffff;
    color: #0f172a;
    border: 1px solid #e2e8f0;
}

.settings-header[b-grc7t1m3z9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.settings-grid[b-grc7t1m3z9] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.toggle[b-grc7t1m3z9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #475569;
}

.loading-state[b-grc7t1m3z9] {
    padding: 3rem;
    text-align: center;
    color: #64748b;
}

@media (max-width: 1024px) {
    .editor-shell[b-grc7t1m3z9] {
        grid-template-columns: 1fr;
    }

    .settings-grid[b-grc7t1m3z9] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Admin/InfrastructureStatus.razor.rz.scp.css */
.infra-status-list[b-arcydntihi] {
    padding: 0.5rem 1.5rem;
}

.infra-status-row[b-arcydntihi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.875rem 0;
    border-bottom: 1px solid #f8fafc;
    font-size: 0.875rem;
}

.infra-status-row:last-child[b-arcydntihi] {
    border-bottom: none;
}

.infra-service-info[b-arcydntihi] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.infra-service-icon[b-arcydntihi] {
    font-size: 1rem;
    line-height: 1;
}

.infra-service-name[b-arcydntihi] {
    font-weight: 500;
    color: #1e293b;
}

.infra-service-right[b-arcydntihi] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.infra-service-detail[b-arcydntihi] {
    font-size: 0.75rem;
    color: #94a3b8;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Status badges */
.infra-badge[b-arcydntihi] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
}

.infra-badge-healthy[b-arcydntihi] {
    background: #ecfdf5;
    color: #059669;
}

.infra-badge-degraded[b-arcydntihi] {
    background: #fffbeb;
    color: #d97706;
}

.infra-badge-unavailable[b-arcydntihi] {
    background: #fef2f2;
    color: #dc2626;
}

.infra-badge-unknown[b-arcydntihi] {
    background: #f1f5f9;
    color: #64748b;
}

/* Refresh button */
.infra-refresh-btn[b-arcydntihi] {
    background: none;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0.3rem 0.5rem;
    cursor: pointer;
    color: #64748b;
    line-height: 0;
    transition: background 0.15s, color 0.15s;
}

.infra-refresh-btn:hover[b-arcydntihi] {
    background: #f8fafc;
    color: #0f172a;
}

/* Checked-at footer */
.infra-checked-at[b-arcydntihi] {
    padding: 0.5rem 1.5rem 0.875rem;
    font-size: 0.6875rem;
    color: #cbd5e1;
}

/* Skeleton loading */
.infra-skeleton[b-arcydntihi] {
    background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
    background-size: 200% 100%;
    animation: shimmer 1.2s infinite;
    height: 2.25rem;
    border-radius: 6px;
    margin: 0.375rem 0;
}

/* Detail info button */
.infra-detail-btn[b-arcydntihi] {
    background: none;
    border: none;
    padding: 0.2rem;
    cursor: pointer;
    color: #94a3b8;
    line-height: 0;
    border-radius: 4px;
    transition: color 0.15s;
}

.infra-detail-btn:hover[b-arcydntihi] {
    color: #475569;
}

/* Modal backdrop */
.infra-modal-backdrop[b-arcydntihi] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

/* Modal container */
.infra-modal[b-arcydntihi] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.18);
    width: 100%;
    max-width: 520px;
    max-height: 85vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Modal header */
.infra-modal-header[b-arcydntihi] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 1.125rem 1.25rem 1rem;
    border-bottom: 1px solid #f1f5f9;
}

.infra-modal-icon[b-arcydntihi] {
    font-size: 1.1rem;
}

.infra-modal-title[b-arcydntihi] {
    font-weight: 600;
    font-size: 0.9375rem;
    color: #0f172a;
    flex: 1;
}

.infra-modal-badge[b-arcydntihi] {
    font-size: 0.625rem;
}

.infra-modal-close[b-arcydntihi] {
    background: none;
    border: none;
    padding: 0.3rem;
    cursor: pointer;
    color: #94a3b8;
    line-height: 0;
    border-radius: 4px;
    margin-left: auto;
    transition: color 0.15s;
}

.infra-modal-close:hover[b-arcydntihi] {
    color: #0f172a;
}

/* Error message block */
.infra-modal-message[b-arcydntihi] {
    padding: 1rem 1.25rem 0;
}

.infra-modal-message-label[b-arcydntihi] {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    margin-bottom: 0.4rem;
}

.infra-modal-pre[b-arcydntihi] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0.625rem 0.875rem;
    font-size: 0.75rem;
    color: #334155;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.55;
    margin: 0;
    max-height: 140px;
    overflow-y: auto;
}

/* Guidance block */
.infra-modal-guidance[b-arcydntihi] {
    padding: 1rem 1.25rem 0;
}

.infra-guidance-block[b-arcydntihi] {
    border-radius: 8px;
    padding: 0.875rem 1rem;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #334155;
}

.infra-guidance-title[b-arcydntihi] {
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    color: #0f172a;
}

.infra-guidance-config[b-arcydntihi]  { background: #f1f5f9; }
.infra-guidance-auth[b-arcydntihi]    { background: #fffbeb; }
.infra-guidance-network[b-arcydntihi] { background: #f0f9ff; }
.infra-guidance-unknown[b-arcydntihi] { background: #fef2f2; }

.infra-guidance-block ul[b-arcydntihi],
.infra-guidance-block ol[b-arcydntihi] {
    margin: 0.375rem 0 0.25rem 1.1rem;
    padding: 0;
}

.infra-guidance-block li[b-arcydntihi] { margin-bottom: 0.2rem; }

.infra-guidance-block a[b-arcydntihi] {
    color: #2563eb;
    text-decoration: none;
}

.infra-guidance-block a:hover[b-arcydntihi] { text-decoration: underline; }

.infra-guidance-block code[b-arcydntihi] {
    background: #e2e8f0;
    border-radius: 3px;
    padding: 0.1em 0.35em;
    font-size: 0.8em;
    color: #0f172a;
}

/* Modal footer */
.infra-modal-footer[b-arcydntihi] {
    display: flex;
    gap: 0.625rem;
    justify-content: flex-end;
    padding: 1rem 1.25rem 1.125rem;
    border-top: 1px solid #f1f5f9;
    margin-top: 1rem;
}

.infra-modal-retry-btn[b-arcydntihi] {
    background: #0f172a;
    color: #fff;
    border: none;
    border-radius: 7px;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s;
}

.infra-modal-retry-btn:hover[b-arcydntihi] { background: #1e293b; }

.infra-modal-dismiss-btn[b-arcydntihi] {
    background: #f1f5f9;
    color: #475569;
    border: none;
    border-radius: 7px;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s;
}

.infra-modal-dismiss-btn:hover[b-arcydntihi] { background: #e2e8f0; }

/* /Components/Pages/Admin/ManageProposals.razor.rz.scp.css */
/* Page Header */
.page-header[b-lirl60d0me] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.page-header h1[b-lirl60d0me] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.02em;
}

.header-action[b-lirl60d0me] {
    padding: 0.5rem 1rem;
    background: #0f172a;
    color: white;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.15s;
}

.header-action:hover[b-lirl60d0me] { opacity: 0.9; }

/* Filter Tabs */
.filter-tabs[b-lirl60d0me] {
    display: flex;
    gap: 0.375rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.filter-tab[b-lirl60d0me] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.875rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #64748b;
    cursor: pointer;
    transition: all 0.15s;
}

.filter-tab:hover[b-lirl60d0me] {
    border-color: #cbd5e1;
    color: #1e293b;
}

.filter-tab.active[b-lirl60d0me] {
    background: #0f172a;
    border-color: #0f172a;
    color: #ffffff;
}

.filter-tab.active .filter-count[b-lirl60d0me] {
    background: rgba(255,255,255,0.2);
    color: #ffffff;
}

.filter-count[b-lirl60d0me] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    background: #f1f5f9;
    color: #64748b;
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 600;
}

/* Table */
.proposals-table[b-lirl60d0me] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}

.table-header[b-lirl60d0me] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 112px;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
}

.table-row[b-lirl60d0me] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 112px;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.1s;
}

.table-row:last-child[b-lirl60d0me] { border-bottom: none; }
.table-row:hover[b-lirl60d0me] { background: #fafbfc; }

.col-title[b-lirl60d0me] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.row-title[b-lirl60d0me] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0f172a;
}

.row-title-link[b-lirl60d0me] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0f172a;
    text-decoration: none;
}

.row-title-link:hover[b-lirl60d0me] {
    color: #2563eb;
}

.row-client[b-lirl60d0me] {
    font-size: 0.75rem;
    color: #64748b;
}

.col-amount[b-lirl60d0me] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e293b;
}

.col-date[b-lirl60d0me] {
    font-size: 0.8125rem;
    color: #64748b;
}

/* Status Badges */
.status-badge[b-lirl60d0me] {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.25rem 0.625rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
}

.status-draft[b-lirl60d0me] { background: #f1f5f9; color: #475569; }
.status-sent[b-lirl60d0me] { background: #eff6ff; color: #2563eb; }
.status-viewed[b-lirl60d0me] { background: #eef2ff; color: #4f46e5; }
.status-accepted[b-lirl60d0me] { background: #ecfdf5; color: #059669; }
.status-paymentpending[b-lirl60d0me] { background: #fffbeb; color: #d97706; }
.status-funded[b-lirl60d0me] { background: #d1fae5; color: #047857; }
.status-inprogress[b-lirl60d0me] { background: #fef3c7; color: #d97706; }
.status-completed[b-lirl60d0me] { background: #dbeafe; color: #1d4ed8; }
.status-finalpaymentpending[b-lirl60d0me] { background: #fef3c7; color: #d97706; }
.status-fullypaid[b-lirl60d0me] { background: #d1fae5; color: #047857; }
.status-closed[b-lirl60d0me] { background: #f1f5f9; color: #64748b; }
.status-expired[b-lirl60d0me] { background: #fef2f2; color: #dc2626; }

/* Actions */
.col-actions[b-lirl60d0me] {
    display: flex;
    justify-content: flex-end;
    gap: 0.25rem;
}

.action-link[b-lirl60d0me] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #64748b;
    transition: all 0.15s;
}

.action-link:hover[b-lirl60d0me] {
    background: #f1f5f9;
    color: #0f172a;
}

.action-delete[b-lirl60d0me] {
    border: none;
    cursor: pointer;
}

.action-delete:hover[b-lirl60d0me] {
    background: #fef2f2 !important;
    color: #dc2626 !important;
}

.action-complete[b-lirl60d0me] {
    border: none;
    cursor: pointer;
}

.action-complete:hover[b-lirl60d0me] {
    background: #ecfdf5 !important;
    color: #059669 !important;
}

.action-send[b-lirl60d0me] {
    border: none;
    cursor: pointer;
}

.action-send:hover[b-lirl60d0me] {
    background: #eff6ff !important;
    color: #2563eb !important;
}

.action-payment[b-lirl60d0me] {
    border: none;
    cursor: pointer;
}

.action-payment:hover[b-lirl60d0me] {
    background: #ecfdf5 !important;
    color: #059669 !important;
}

/* Delete Modal */
.delete-overlay[b-lirl60d0me] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
    padding: 1rem;
}

.delete-modal[b-lirl60d0me] {
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.delete-modal h3[b-lirl60d0me] {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.delete-modal p[b-lirl60d0me] {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0 0 1rem;
    line-height: 1.5;
}

.delete-warning[b-lirl60d0me] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.8125rem;
    color: #991b1b;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.delete-title[b-lirl60d0me] {
    font-weight: 700;
    color: #0f172a !important;
    background: #f1f5f9;
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.8125rem !important;
}

.delete-input[b-lirl60d0me] {
    margin-bottom: 1rem;
}

.delete-input input[b-lirl60d0me] {
    width: 100%;
    padding: 0.625rem 0.875rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.875rem;
    outline: none;
}

.delete-input input:focus[b-lirl60d0me] {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.08);
}

.delete-error[b-lirl60d0me] {
    color: #dc2626;
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
}

.delete-actions[b-lirl60d0me] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

.btn-cancel[b-lirl60d0me] {
    padding: 0.5rem 1rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
}

.btn-cancel:hover[b-lirl60d0me] { background: #f8fafc; }

.btn-delete[b-lirl60d0me] {
    padding: 0.5rem 1rem;
    background: #dc2626;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
}

.btn-delete:hover[b-lirl60d0me] { background: #b91c1c; }

/* Empty State */
.empty-state[b-lirl60d0me] {
    text-align: center;
    padding: 4rem 2rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.empty-icon[b-lirl60d0me] {
    color: #cbd5e1;
    margin-bottom: 1rem;
}

.empty-state h2[b-lirl60d0me] {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
}

.empty-state p[b-lirl60d0me] {
    color: #64748b;
    margin: 0 0 1.5rem;
    font-size: 0.875rem;
}

.btn-primary[b-lirl60d0me] {
    padding: 0.625rem 1.25rem;
    background: #0f172a;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
}

.btn-primary:hover[b-lirl60d0me] { opacity: 0.9; }

.loading-state[b-lirl60d0me] {
    padding: 3rem;
    text-align: center;
    color: #64748b;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.loading-spinner[b-lirl60d0me] {
    width: 28px;
    height: 28px;
    border: 2.5px solid #e2e8f0;
    border-top-color: #0f172a;
    border-radius: 50%;
    animation: spin-b-lirl60d0me 0.7s linear infinite;
}

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

/* Toast */
.toast-banner[b-lirl60d0me] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    padding: 0.75rem 1.25rem;
    background: #059669;
    color: white;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    z-index: 300;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    animation: fadeIn-b-lirl60d0me 0.2s ease;
}

.toast-banner.toast-error[b-lirl60d0me] {
    background: #dc2626;
}

@keyframes fadeIn-b-lirl60d0me {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
    .table-header[b-lirl60d0me] { display: none; }

    .table-row[b-lirl60d0me] {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        padding: 1rem;
    }

    .col-title[b-lirl60d0me] { width: 100%; }
    .col-amount[b-lirl60d0me] { font-size: 0.8125rem; }
    .col-status[b-lirl60d0me] { order: -1; }
    .col-date[b-lirl60d0me] { font-size: 0.75rem; }
}
/* /Components/Pages/Admin/Profile.razor.rz.scp.css */
.profile-page[b-o6e7pzh7cq] {
    max-width: 560px;
}

h1[b-o6e7pzh7cq] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 2rem;
}

.profile-card[b-o6e7pzh7cq] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.5rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.profile-avatar[b-o6e7pzh7cq] {
    width: 56px;
    height: 56px;
    background: #0f172a;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    flex-shrink: 0;
}

.profile-info h2[b-o6e7pzh7cq] {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 0.25rem;
}

.profile-email[b-o6e7pzh7cq] {
    font-size: 0.8125rem;
    color: #64748b;
    margin: 0;
}

.profile-details[b-o6e7pzh7cq] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.detail-row[b-o6e7pzh7cq] {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f1f5f9;
}

.detail-row:last-child[b-o6e7pzh7cq] { border-bottom: none; }

.detail-label[b-o6e7pzh7cq] {
    font-size: 0.8125rem;
    color: #64748b;
    font-weight: 500;
}

.detail-value[b-o6e7pzh7cq] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0f172a;
}

.profile-actions[b-o6e7pzh7cq] {
    display: flex;
}

.btn-signout[b-o6e7pzh7cq] {
    padding: 0.625rem 1.25rem;
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.15s;
}

.btn-signout:hover[b-o6e7pzh7cq] {
    background: #fee2e2;
    border-color: #fca5a5;
}
/* /Components/Pages/Admin/ProjectFiles.razor.rz.scp.css */
.page-header h1[b-bnkcaq1aew] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

.page-subtitle[b-bnkcaq1aew] {
    font-size: 0.8125rem;
    color: #64748b;
    margin: 0.25rem 0 0;
}

.page-header[b-bnkcaq1aew] {
    margin-bottom: 2rem;
}

.upload-section[b-bnkcaq1aew] {
    margin-bottom: 2rem;
}

.upload-area[b-bnkcaq1aew] {
    border: 2px dashed #e2e8f0;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    transition: border-color 0.15s;
}

.upload-area:hover[b-bnkcaq1aew] {
    border-color: #94a3b8;
}

.upload-hint[b-bnkcaq1aew] {
    color: #64748b;
    font-size: 0.8125rem;
    margin: 0.5rem 0 0;
}

.upload-message[b-bnkcaq1aew] {
    margin-top: 0.75rem;
    font-size: 0.8125rem;
    color: #059669;
}

.upload-progress[b-bnkcaq1aew] {
    width: 100%;
    height: 8px;
    background: #e2e8f0;
    border-radius: 999px;
    overflow: hidden;
    margin-top: 0.75rem;
}

.upload-progress-bar[b-bnkcaq1aew] {
    height: 100%;
    background: #2563eb;
    transition: width 0.15s ease;
}

.files-list[b-bnkcaq1aew] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}

.file-row[b-bnkcaq1aew] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f1f5f9;
}

.file-row:last-child[b-bnkcaq1aew] { border-bottom: none; }
.file-row:hover[b-bnkcaq1aew] { background: #fafbfc; }

.file-info[b-bnkcaq1aew] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.file-name[b-bnkcaq1aew] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0f172a;
}

.file-meta[b-bnkcaq1aew] {
    font-size: 0.75rem;
    color: #64748b;
}

.file-actions[b-bnkcaq1aew] {
    display: flex;
    gap: 0.25rem;
}

.action-link[b-bnkcaq1aew] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #64748b;
    border: none;
    background: none;
    cursor: pointer;
    transition: all 0.15s;
}

.action-delete:hover[b-bnkcaq1aew] {
    background: #fef2f2;
    color: #dc2626;
}

.empty-state[b-bnkcaq1aew] {
    text-align: center;
    padding: 3rem;
    color: #64748b;
}
/* /Components/Pages/Admin/ProposalDetail.razor.rz.scp.css */
.page-header[b-km9e02bfum] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.page-header h1[b-km9e02bfum] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

.detail-meta[b-km9e02bfum] {
    font-size: 0.8125rem;
    color: #64748b;
    margin-top: 0.25rem;
}

.header-actions[b-km9e02bfum] {
    display: flex;
    gap: 0.5rem;
}

.header-action[b-km9e02bfum] {
    padding: 0.5rem 1rem;
    background: #0f172a;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.15s;
    display: inline-flex;
    align-items: center;
}

.header-action:hover:not(:disabled)[b-km9e02bfum] { opacity: 0.85; }
.header-action:disabled[b-km9e02bfum] { opacity: 0.45; cursor: not-allowed; }

.header-action-secondary[b-km9e02bfum] {
    padding: 0.5rem 1rem;
    background: #f1f5f9;
    color: #0f172a;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s;
    display: inline-flex;
    align-items: center;
}

.header-action-secondary:hover[b-km9e02bfum] { background: #e2e8f0; }

.detail-grid[b-km9e02bfum] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.detail-card[b-km9e02bfum] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
}

.detail-card h2[b-km9e02bfum] {
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 0 0 1rem;
}

.detail-rows[b-km9e02bfum] {
    display: flex;
    flex-direction: column;
}

.detail-row[b-km9e02bfum] {
    display: flex;
    justify-content: space-between;
    padding: 0.625rem 0;
    border-bottom: 1px solid #f8fafc;
    font-size: 0.8125rem;
}

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

.detail-row span:last-child[b-km9e02bfum] {
    font-weight: 600;
    color: #0f172a;
}

.text-urgent[b-km9e02bfum] { color: #dc2626 !important; }

/* Timeline */
.timeline[b-km9e02bfum] {
    position: relative;
    padding-left: 1.5rem;
}

.timeline[b-km9e02bfum]::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: #e2e8f0;
}

.timeline-item[b-km9e02bfum] {
    position: relative;
    padding-bottom: 1.25rem;
}

.timeline-item:last-child[b-km9e02bfum] { padding-bottom: 0; }

.timeline-dot[b-km9e02bfum] {
    position: absolute;
    left: -1.5rem;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #94a3b8;
    border: 2px solid #ffffff;
}

.dot-sent[b-km9e02bfum] { background: #3b82f6; }
.dot-viewed[b-km9e02bfum] { background: #8b5cf6; }
.dot-accepted[b-km9e02bfum] { background: #10b981; }
.dot-paymentcompleted[b-km9e02bfum], .dot-finalpaymentcompleted[b-km9e02bfum] { background: #059669; }
.dot-paymentfailed[b-km9e02bfum] { background: #ef4444; }
.dot-refunded[b-km9e02bfum] { background: #f59e0b; }
.dot-disputecreated[b-km9e02bfum] { background: #dc2626; }
.dot-fileuploaded[b-km9e02bfum], .dot-filedownloaded[b-km9e02bfum] { background: #6366f1; }
.dot-created[b-km9e02bfum], .dot-proposaledited[b-km9e02bfum] { background: #64748b; }

.timeline-content[b-km9e02bfum] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.timeline-action[b-km9e02bfum] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0f172a;
}

.timeline-details[b-km9e02bfum] {
    font-size: 0.75rem;
    color: #475569;
}

.timeline-meta[b-km9e02bfum] {
    font-size: 0.6875rem;
    color: #94a3b8;
}

.empty-text[b-km9e02bfum] {
    text-align: center;
    color: #94a3b8;
    font-size: 0.875rem;
    padding: 2rem 0;
}

.loading-state[b-km9e02bfum] {
    padding: 3rem;
    text-align: center;
    color: #64748b;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.loading-spinner[b-km9e02bfum] {
    width: 28px;
    height: 28px;
    border: 2.5px solid #e2e8f0;
    border-top-color: #0f172a;
    border-radius: 50%;
    animation: spin-b-km9e02bfum 0.7s linear infinite;
}

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

.send-banner[b-km9e02bfum] {
    margin-top: 1.25rem;
    padding: 0.75rem 1rem;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-radius: 8px;
    font-size: 0.8125rem;
    color: #059669;
    font-weight: 500;
}

.send-banner.send-banner-error[b-km9e02bfum] {
    background: #fef2f2;
    border-color: #fecaca;
    color: #dc2626;
}

@media (max-width: 768px) {
    .detail-grid[b-km9e02bfum] { grid-template-columns: 1fr; }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.landing[b-qcknxkzebm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    text-align: center;
    padding: 2rem;
}

.landing-brand[b-qcknxkzebm] {
    width: 56px;
    height: 56px;
    background: #0f172a;
    color: white;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

h1[b-qcknxkzebm] {
    font-size: 1.75rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
    letter-spacing: -0.03em;
}

p[b-qcknxkzebm] {
    color: #64748b;
    margin: 0 0 2rem;
    font-size: 1rem;
}

.landing-link[b-qcknxkzebm] {
    padding: 0.75rem 1.5rem;
    background: #0f172a;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    transition: opacity 0.15s;
}

.landing-link:hover[b-qcknxkzebm] {
    opacity: 0.9;
}
/* /Components/Pages/Public/ClientPortal.razor.rz.scp.css */
/* Portal Page */
.portal-page[b-p5av76fhfk] {
    min-height: 100vh;
    background: #f8fafc;
    padding-top: 56px;
}

.portal-nav-link[b-p5av76fhfk] {
    font-size: 0.75rem;
    color: #334155;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 0.25rem 0.625rem;
}

.portal-nav-link:hover[b-p5av76fhfk] {
    background: #f8fafc;
}

.portal-nav[b-p5av76fhfk] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    z-index: 100;
}

.nav-brand[b-p5av76fhfk] {
    font-weight: 700;
    font-size: 0.9375rem;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.portal-client[b-p5av76fhfk] {
    font-size: 0.8125rem;
    color: #64748b;
    font-weight: 500;
}

.portal-container[b-p5av76fhfk] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 4rem;
}

.portal-banner[b-p5av76fhfk] {
    border-radius: 10px;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    font-size: 0.8125rem;
}

.portal-banner p[b-p5av76fhfk] {
    margin: 0;
}

.portal-banner.success[b-p5av76fhfk] {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #bbf7d0;
}

.portal-banner.error[b-p5av76fhfk] {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

/* Header */
.portal-header[b-p5av76fhfk] {
    margin-bottom: 2rem;
}

.portal-header h1[b-p5av76fhfk] {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
    letter-spacing: -0.03em;
}

.portal-status[b-p5av76fhfk] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.status-badge[b-p5av76fhfk] {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.25rem 0.625rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
}

.status-accepted[b-p5av76fhfk] { background: #ecfdf5; color: #059669; }
.status-funded[b-p5av76fhfk], .status-inprogress[b-p5av76fhfk] { background: #eff6ff; color: #2563eb; }
.status-completed[b-p5av76fhfk] { background: #dbeafe; color: #1d4ed8; }
.status-finalpaymentpending[b-p5av76fhfk] { background: #fef3c7; color: #d97706; }
.status-fullypaid[b-p5av76fhfk] { background: #d1fae5; color: #047857; }

.portal-date[b-p5av76fhfk] {
    font-size: 0.75rem;
    color: #94a3b8;
}

/* Stats */
.portal-stats[b-p5av76fhfk] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.portal-stat[b-p5av76fhfk] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.portal-stat .stat-label[b-p5av76fhfk] {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
}

.portal-stat .stat-value[b-p5av76fhfk] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
}

.portal-stat .stat-value.paid[b-p5av76fhfk] { color: #059669; }
.portal-stat .stat-value small[b-p5av76fhfk] {
    font-size: 0.625rem;
    font-weight: 600;
    margin-left: 0.25rem;
}

/* Sections */
.portal-section[b-p5av76fhfk] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.portal-section h2[b-p5av76fhfk] {
    font-size: 0.9375rem;
    font-weight: 700;
    margin: 0 0 1.25rem;
}

.portal-empty[b-p5av76fhfk] {
    color: #94a3b8;
    font-size: 0.875rem;
    margin: 0;
    padding: 1rem 0;
}

/* Payments */
.portal-payments[b-p5av76fhfk] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.payment-row[b-p5av76fhfk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.payment-row.paid[b-p5av76fhfk] { background: #f0fdf4; border-color: #bbf7d0; }
.payment-row.pending[b-p5av76fhfk] { background: #fffbeb; border-color: #fde68a; }
.payment-row.locked[b-p5av76fhfk] { background: #f8fafc; }

.payment-info[b-p5av76fhfk] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.payment-label[b-p5av76fhfk] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0f172a;
}

.payment-amount[b-p5av76fhfk] {
    font-size: 0.75rem;
    color: #64748b;
}

.payment-badge[b-p5av76fhfk] {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.4375rem 0.875rem;
    border-radius: 6px;
    text-decoration: none;
}

.payment-badge.paid[b-p5av76fhfk] { background: #d1fae5; color: #047857; }
.payment-badge.locked[b-p5av76fhfk] { background: #f1f5f9; color: #64748b; }
.payment-badge.pay-now[b-p5av76fhfk] {
    background: #635bff;
    color: white;
    transition: opacity 0.15s;
}
.payment-badge.pay-now:hover[b-p5av76fhfk] { opacity: 0.9; }

.portal-payment-actions[b-p5av76fhfk] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.portal-payment-actions form[b-p5av76fhfk] {
    margin: 0;
}

.payment-badge.check-now[b-p5av76fhfk] {
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #0f172a;
    cursor: pointer;
}

.payment-badge.check-now:hover[b-p5av76fhfk] {
    background: #f8fafc;
}

/* Files */
.portal-files[b-p5av76fhfk] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.file-group-label[b-p5av76fhfk] {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
    margin: 0 0 0.5rem;
}

.portal-file[b-p5av76fhfk] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 6px;
    text-decoration: none;
    color: inherit;
    transition: background 0.15s;
}

.portal-file:hover[b-p5av76fhfk] { background: #f8fafc; }

.file-type[b-p5av76fhfk] {
    width: 32px;
    height: 32px;
    background: #f1f5f9;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.5625rem;
    font-weight: 700;
    color: #475569;
    flex-shrink: 0;
}

.portal-file .file-name[b-p5av76fhfk] {
    flex: 1;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #0f172a;
}

.file-size[b-p5av76fhfk] {
    font-size: 0.6875rem;
    color: #94a3b8;
}

/* Links */
.portal-links[b-p5av76fhfk] {
    display: flex;
    gap: 0.75rem;
}

.portal-link[b-p5av76fhfk] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #0f172a;
    transition: all 0.15s;
}

.portal-link:hover[b-p5av76fhfk] {
    background: #f8fafc;
    border-color: #cbd5e1;
}

/* Footer */
.portal-footer[b-p5av76fhfk] {
    text-align: center;
    padding-top: 2rem;
    color: #94a3b8;
    font-size: 0.6875rem;
}

.portal-footer p[b-p5av76fhfk] { margin: 0; }

/* Responsive */
@media (max-width: 768px) {
    .portal-stats[b-p5av76fhfk] { grid-template-columns: repeat(2, 1fr); }
    .portal-nav[b-p5av76fhfk] { padding: 0 1rem; }
    .portal-container[b-p5av76fhfk] { padding: 1.5rem 1rem 3rem; }
    .portal-links[b-p5av76fhfk] { flex-direction: column; }

    .payment-badge[b-p5av76fhfk] {
        font-size: 0.8125rem;
        padding: 0.5rem 0.875rem;
    }
}

@media (max-width: 480px) {
    .portal-stats[b-p5av76fhfk] { grid-template-columns: 1fr; }
}
