@import '_content/ADW.UI.Shared/ADW.UI.Shared.lnjgri6exx.bundle.scp.css';

/* /UIComponants/Constituents/Widgets/ComponentEditorWidget.razor.rz.scp.css */
.component-editor[b-478hy6ib29] {
    height: 100%;
    overflow-y: auto;
    padding: 16px;
}

.formatting-options[b-478hy6ib29] {
    margin-top: 8px;
}

.formatting-options .d-flex[b-478hy6ib29] {
    flex-wrap: wrap;
    gap: 16px !important;
}

.formatting-options label[b-478hy6ib29] {
    margin-left: 4px;
    cursor: pointer;
}

.no-selection[b-478hy6ib29] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #6c757d;
}
/* /UIComponants/Constituents/Widgets/ComponentLibraryWidget.razor.rz.scp.css */
.component-library[b-0tl2k2p46r] {
    height: 100%;
    overflow-y: auto;
}

.component-template-item[b-0tl2k2p46r] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-bottom: 1px solid #e9ecef;
    cursor: pointer;
    transition: background-color 0.2s;
}

.component-template-item:hover[b-0tl2k2p46r] {
    background-color: #f8f9fa;
}

.component-icon[b-0tl2k2p46r] {
    color: #0d6efd;
}

.component-info strong[b-0tl2k2p46r] {
    font-size: 0.95rem;
    color: #212529;
}

.component-info small[b-0tl2k2p46r] {
    font-size: 0.8rem;
}
/* /UIComponants/Constituents/Widgets/ComponentViewerWidget.razor.rz.scp.css */
.component-viewer[b-ad5l74l0d9] {
    height: 100%;
    overflow-y: auto;
    padding: 16px;
}

.component-preview[b-ad5l74l0d9] {
    background-color: #fff;
}

.preview-label[b-ad5l74l0d9] {
    font-weight: 600;
    margin-bottom: 8px;
    color: #495057;
}

.preview-content[b-ad5l74l0d9] {
    padding: 16px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    min-height: 80px;
    white-space: pre-wrap;
}

.component-properties[b-ad5l74l0d9] {
    margin-top: 16px;
}

.property-label[b-ad5l74l0d9] {
    font-weight: 600;
    margin-bottom: 8px;
    color: #495057;
}

.no-selection[b-ad5l74l0d9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #6c757d;
}
/* /UIComponants/Constituents/Widgets/CustomerActivityWidget.razor.rz.scp.css */
.activity-timeline[b-icnsv6bhp5] {
    padding: 0;
}

.activity-item[b-icnsv6bhp5] {
    display: flex;
    position: relative;
    padding-bottom: 1.5rem;
}

.activity-item:last-child .marker-line[b-icnsv6bhp5] {
    display: none;
}

.activity-marker[b-icnsv6bhp5] {
    position: relative;
    margin-right: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.marker-dot[b-icnsv6bhp5] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--kendo-color-primary);
    border: 2px solid white;
    box-shadow: 0 0 0 2px var(--kendo-color-primary);
    z-index: 1;
}

.marker-line[b-icnsv6bhp5] {
    width: 2px;
    flex: 1;
    background-color: #dee2e6;
    margin-top: 4px;
    min-height: 40px;
}

.activity-content[b-icnsv6bhp5] {
    flex: 1;
    background: white;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    border: 1px solid #e9ecef;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.activity-header[b-icnsv6bhp5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.activity-header strong[b-icnsv6bhp5] {
    color: #212529;
    font-size: 0.95rem;
}

.activity-header small[b-icnsv6bhp5] {
    font-size: 0.8rem;
    white-space: nowrap;
    margin-left: 1rem;
}

.activity-body p[b-icnsv6bhp5] {
    color: #6c757d;
    font-size: 0.875rem;
    line-height: 1.5;
}
/* /UIComponants/Constituents/Widgets/CustomerStatsWidget.razor.rz.scp.css */
.customer-stats-widget[b-9k26yu72zk] {
    padding: 16px;
    height: 100%;
}

.stat-card[b-9k26yu72zk] {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    gap: 16px;
    height: 100%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.stat-card.stat-primary[b-9k26yu72zk] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.stat-card.stat-success[b-9k26yu72zk] {
    background: linear-gradient(135deg, #0f9b0f 0%, #00e676 100%);
    color: white;
}

.stat-card.stat-warning[b-9k26yu72zk] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.stat-card.stat-info[b-9k26yu72zk] {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
}

.stat-icon[b-9k26yu72zk] {
    font-size: 3rem;
    opacity: 0.8;
}

.stat-content h3[b-9k26yu72zk] {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}

.stat-content p[b-9k26yu72zk] {
    margin: 0;
    font-size: 0.95rem;
    opacity: 0.9;
}
/* /UIComponants/Constituents/Widgets/DocumentUploadWidget.razor.rz.scp.css */
.document-upload-container[b-9ib8s8fke1] {
    padding: 20px;
}

.upload-status[b-9ib8s8fke1] {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    font-weight: 500;
}

.status-info[b-9ib8s8fke1] {
    background-color: #e3f2fd;
    color: #1976d2;
    border: 1px solid #90caf9;
}

.status-success[b-9ib8s8fke1] {
    background-color: #e8f5e9;
    color: #388e3c;
    border: 1px solid #81c784;
}

.status-error[b-9ib8s8fke1] {
    background-color: #ffebee;
    color: #d32f2f;
    border: 1px solid #ef5350;
}

.uploaded-documents-list[b-9ib8s8fke1] {
    margin-top: 30px;
}

.uploaded-documents-list h4[b-9ib8s8fke1] {
    margin-bottom: 15px;
    color: #333;
}
/* /UIComponants/Constituents/Widgets/DocumentViewerWidget.razor.rz.scp.css */
.document-viewer[b-xpzonpsztw] {
    height: 100%;
    overflow-y: auto;
    padding: 16px;
}

.document-toolbar[b-xpzonpsztw] {
    display: flex;
    gap: 8px;
    padding-bottom: 12px;
    border-bottom: 2px solid #dee2e6;
}

.document-content[b-xpzonpsztw] {
    margin-top: 16px;
    background-color: #fff;
    padding: 24px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    min-height: 400px;
}

.document-component[b-xpzonpsztw] {
    position: relative;
    margin-bottom: 16px;
    padding: 12px;
    border: 1px dashed transparent;
    transition: all 0.2s;
}

.document-component:hover[b-xpzonpsztw] {
    border-color: #dee2e6;
    background-color: #f8f9fa;
}

.document-component:hover .component-actions[b-xpzonpsztw] {
    opacity: 1;
}

.component-actions[b-xpzonpsztw] {
    position: absolute;
    top: 4px;
    right: 4px;
    display: flex;
    gap: 4px;
    opacity: 0;
    transition: opacity 0.2s;
}

.component-type-badge[b-xpzonpsztw] {
    position: absolute;
    top: 4px;
    left: 4px;
}

.component-content[b-xpzonpsztw] {
    margin-top: 24px;
    white-space: pre-wrap;
}

.page-break[b-xpzonpsztw] {
    text-align: center;
    padding: 16px;
    border-top: 2px dashed #6c757d;
    border-bottom: 2px dashed #6c757d;
    color: #6c757d;
    font-style: italic;
}

.component-count[b-xpzonpsztw] {
    text-align: right;
}

.empty-document[b-xpzonpsztw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #6c757d;
    text-align: center;
}
/* /UIComponants/Constituents/Widgets/DocumentWorkflowWidget.razor.rz.scp.css */
.document-workflow-widget[b-7rjs48tmt9] {
    height: 100%;
    overflow-y: auto;
}

.list-header[b-7rjs48tmt9] {
    display: flex;
    padding: 12px 16px;
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    font-size: 0.875rem;
    color: #495057;
}

.document-item[b-7rjs48tmt9] {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.2s;
}

.document-item:hover[b-7rjs48tmt9] {
    background-color: #f8f9fa;
}

.document-info[b-7rjs48tmt9] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.document-details[b-7rjs48tmt9] {
    display: flex;
    flex-direction: column;
}

.document-details strong[b-7rjs48tmt9] {
    font-size: 0.95rem;
    color: #212529;
}

.document-details small[b-7rjs48tmt9] {
    font-size: 0.8rem;
    color: #6c757d;
}

.document-status[b-7rjs48tmt9],
.document-modified[b-7rjs48tmt9],
.document-version[b-7rjs48tmt9] {
    display: flex;
    align-items: center;
}

.document-modified small[b-7rjs48tmt9] {
    font-size: 0.875rem;
}
/* /UIComponants/Constituents/Widgets/NotificationsWidget.razor.rz.scp.css */
.notifications-widget[b-m0t9ef1o9z] {
    height: 100%;
    overflow-y: auto;
}

.notification-item[b-m0t9ef1o9z] {
    padding: 12px;
    border-bottom: 1px solid #e9ecef;
    position: relative;
    transition: background-color 0.2s;
}

.notification-item:hover[b-m0t9ef1o9z] {
    background-color: #f8f9fa;
}

.notification-item-unread[b-m0t9ef1o9z] {
    padding: 12px;
    border-bottom: 1px solid #e9ecef;
    position: relative;
    transition: background-color 0.2s;
    background-color: #e7f3ff;
    border-left: 3px solid #0d6efd;
}
.notification-item-unread:hover[b-m0t9ef1o9z] {
    background-color: #f8f9fa;
}


.notification-header[b-m0t9ef1o9z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.notification-time[b-m0t9ef1o9z] {
    font-size: 0.875rem;
    color: #6c757d;
}

.notification-content[b-m0t9ef1o9z] {
    margin-left: 4px;
}

.notification-content strong[b-m0t9ef1o9z] {
    color: #212529;
    font-size: 0.95rem;
}

.notification-content p[b-m0t9ef1o9z] {
    color: #6c757d;
    font-size: 0.875rem;
}

.notification-badge[b-m0t9ef1o9z] {
    position: absolute;
    top: 8px;
    right: 8px;
}

.quick-actions-widget[b-m0t9ef1o9z] {
    padding: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* /UIComponants/Constituents/Widgets/RichTextEditor.razor.rz.scp.css */
.text-editor-component[b-23z5qa4tdy] {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0;
    background-color: #fff;
}

.text-editor-component .k-editor[b-23z5qa4tdy] {
    border: none;
    border-radius: 4px 4px 0 0;
}

.text-editor-component .editor-actions[b-23z5qa4tdy] {
    padding: 8px 12px;
    border-top: 1px solid #e9ecef;
    background-color: #f8f9fa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-editor-component .editor-actions small[b-23z5qa4tdy] {
    flex: 1;
}

.text-editor-component .editor-actions .float-end[b-23z5qa4tdy] {
    display: flex;
    gap: 8px;
}
/* /UIComponants/Constituents/Widgets/TopCustomersWidget.razor.rz.scp.css */
.top-customer-item[b-43jrsrgah2] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.2s;
}

.top-customer-item:hover[b-43jrsrgah2] {
    background-color: #f8f9fa;
}

.customer-rank[b-43jrsrgah2] {
    min-width: 60px;
}

.customer-details[b-43jrsrgah2] {
    flex: 1;
}

.customer-details strong[b-43jrsrgah2] {
    font-size: 0.95rem;
    color: #212529;
}

.customer-details small[b-43jrsrgah2] {
    font-size: 0.8rem;
}

.customer-revenue[b-43jrsrgah2] {
    text-align: right;
}

.customer-revenue strong[b-43jrsrgah2] {
    font-size: 1.1rem;
    color: #28a745;
}

.customer-revenue small[b-43jrsrgah2] {
    font-size: 0.75rem;
}
/* /UIComponants/Home.razor.rz.scp.css */
/* ==========================================================================
   AutoDocWave — Quirky landing page
   Visual language matches the login screens: dark slate backdrop,
   cyan→indigo accents, glass cards, playful accents.
   ========================================================================== */

.landing[b-3f6pq83ofs] {
    --accent-cyan: #38bdf8;
    --accent-indigo: #6366f1;
    --accent-violet: #a855f7;
    --accent-emerald: #34d399;
    --ink: #e2e8f0;
    --ink-dim: #94a3b8;
    --ink-strong: #f8fafc;

    width: 100%;
    min-height: 100%;
    color: var(--ink);
    font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
    background:
        radial-gradient(circle at 15% 20%, rgba(56, 189, 248, 0.18), transparent 55%),
        radial-gradient(circle at 85% 15%, rgba(99, 102, 241, 0.22), transparent 50%),
        radial-gradient(circle at 50% 110%, rgba(168, 85, 247, 0.18), transparent 60%),
        linear-gradient(180deg, #0b1220 0%, #0f172a 50%, #0b1220 100%);
    overflow-x: hidden;
}

.landing h1[b-3f6pq83ofs], .landing h2[b-3f6pq83ofs], .landing h3[b-3f6pq83ofs], .landing h4[b-3f6pq83ofs] {
    color: var(--ink-strong);
    letter-spacing: -0.015em;
    margin: 0;
}

.landing p[b-3f6pq83ofs] {
    margin: 0;
    color: var(--ink);
    line-height: 1.6;
}

.landing code[b-3f6pq83ofs] {
    font-family: "JetBrains Mono", "Fira Code", ui-monospace, monospace;
    font-size: 0.85em;
    padding: 0.1em 0.4em;
    background: rgba(56, 189, 248, 0.1);
    border: 1px solid rgba(56, 189, 248, 0.25);
    border-radius: 4px;
    color: #7dd3fc;
}

/* ==========================================================================
   HERO
   ========================================================================== */
.landing-hero[b-3f6pq83ofs] {
    position: relative;
    padding: 5rem 1.5rem 6rem;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.landing-hero-inner[b-3f6pq83ofs] {
    position: relative;
    z-index: 2;
    animation: landing-fade-up-b-3f6pq83ofs 600ms ease-out both;
}

.landing-eyebrow[b-3f6pq83ofs] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(56, 189, 248, 0.1);
    border: 1px solid rgba(56, 189, 248, 0.28);
    color: #7dd3fc;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.landing-eyebrow-dot[b-3f6pq83ofs] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #38bdf8;
    box-shadow: 0 0 0 0 rgba(56, 189, 248, 0.8);
    animation: landing-pulse-b-3f6pq83ofs 1.8s ease-out infinite;
}

@keyframes landing-pulse-b-3f6pq83ofs {
    0%   { box-shadow: 0 0 0 0 rgba(56, 189, 248, 0.7); }
    70%  { box-shadow: 0 0 0 10px rgba(56, 189, 248, 0); }
    100% { box-shadow: 0 0 0 0 rgba(56, 189, 248, 0); }
}

.landing-headline[b-3f6pq83ofs] {
    margin-top: 1.25rem;
    font-size: clamp(2.25rem, 4.5vw, 3.75rem);
    font-weight: 700;
    line-height: 1.05;
}

.landing-headline-accent[b-3f6pq83ofs] {
    background: linear-gradient(135deg, #38bdf8 0%, #6366f1 55%, #a855f7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-style: italic;
}

.landing-headline-wink[b-3f6pq83ofs] {
    display: inline-block;
    margin-left: 0.3rem;
    transform-origin: 70% 70%;
    animation: landing-wave-b-3f6pq83ofs 2.4s ease-in-out infinite;
}

@keyframes landing-wave-b-3f6pq83ofs {
    0%, 60%, 100% { transform: rotate(0deg); }
    70%  { transform: rotate(14deg); }
    80%  { transform: rotate(-8deg); }
    90%  { transform: rotate(10deg); }
}

.landing-subheadline[b-3f6pq83ofs] {
    margin-top: 1.25rem;
    font-size: 1.05rem;
    color: var(--ink-dim);
    max-width: 560px;
}

.landing-cta-row[b-3f6pq83ofs] {
    margin-top: 2rem;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.landing-btn[b-3f6pq83ofs] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.2rem;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    transition: transform 120ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease, filter 180ms ease;
}

.landing-btn:active[b-3f6pq83ofs] { transform: translateY(1px); }

.landing-btn svg[b-3f6pq83ofs] {
    width: 18px;
    height: 18px;
}

.landing-btn-primary[b-3f6pq83ofs] {
    color: #0b1220;
    background: linear-gradient(135deg, #38bdf8 0%, #6366f1 100%);
    box-shadow: 0 14px 30px -12px rgba(56, 189, 248, 0.6);
}

.landing-btn-primary:hover[b-3f6pq83ofs] {
    filter: brightness(1.06);
    box-shadow: 0 18px 36px -10px rgba(99, 102, 241, 0.6);
}

.landing-btn-ghost[b-3f6pq83ofs] {
    color: var(--ink);
    background: rgba(148, 163, 184, 0.06);
    border-color: rgba(148, 163, 184, 0.28);
}

.landing-btn-ghost:hover[b-3f6pq83ofs] {
    background: rgba(148, 163, 184, 0.12);
    border-color: rgba(148, 163, 184, 0.5);
    color: var(--ink-strong);
}

.landing-btn-lg[b-3f6pq83ofs] {
    padding: 1rem 1.5rem;
    font-size: 1rem;
}

/* ---------- Trust strip ---------- */
.landing-trust[b-3f6pq83ofs] {
    margin-top: 2.5rem;
    display: inline-flex;
    align-items: center;
    gap: 1.25rem;
    padding: 0.9rem 1.25rem;
    border-radius: 14px;
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(148, 163, 184, 0.18);
    backdrop-filter: blur(8px);
}

.landing-trust-item[b-3f6pq83ofs] {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.landing-trust-number[b-3f6pq83ofs] {
    font-size: 1.4rem;
    font-weight: 700;
    background: linear-gradient(135deg, #38bdf8, #a855f7);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.landing-trust-label[b-3f6pq83ofs] {
    margin-top: 0.3rem;
    font-size: 0.72rem;
    color: var(--ink-dim);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.landing-trust-divider[b-3f6pq83ofs] {
    width: 1px;
    height: 28px;
    background: rgba(148, 163, 184, 0.25);
}

/* ---------- Floating papers ---------- */
.landing-papers[b-3f6pq83ofs] {
    position: relative;
    height: 420px;
    z-index: 1;
}

.landing-paper[b-3f6pq83ofs] {
    position: absolute;
    width: 200px;
    height: 260px;
    background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    box-shadow:
        0 30px 60px -20px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    color: #334155;
}

.landing-paper[b-3f6pq83ofs]::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: radial-gradient(circle, #38bdf8 0%, transparent 70%);
    opacity: 0.25;
}

.landing-paper-line[b-3f6pq83ofs] {
    height: 6px;
    border-radius: 999px;
    background: rgba(71, 85, 105, 0.25);
}

.landing-paper-line.short[b-3f6pq83ofs] { width: 60%; }

.landing-paper-sig[b-3f6pq83ofs] {
    margin-top: auto;
    font-family: "Brush Script MT", cursive;
    font-size: 2.5rem;
    color: #1e293b;
    line-height: 1;
    transform: rotate(-8deg);
}

.landing-paper-stamp[b-3f6pq83ofs] {
    margin-top: auto;
    align-self: center;
    padding: 0.2rem 0.6rem;
    border: 2px solid #16a34a;
    color: #16a34a;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    transform: rotate(-6deg);
    border-radius: 4px;
}

.landing-paper-1[b-3f6pq83ofs] {
    top: 10px;
    left: 20px;
    transform: rotate(-8deg);
    animation: landing-float-b-3f6pq83ofs 6s ease-in-out infinite;
}

.landing-paper-2[b-3f6pq83ofs] {
    top: 60px;
    left: 150px;
    transform: rotate(4deg);
    z-index: 2;
    animation: landing-float-b-3f6pq83ofs 7s ease-in-out infinite 0.6s;
}

.landing-paper-3[b-3f6pq83ofs] {
    top: 180px;
    left: 60px;
    transform: rotate(-3deg);
    animation: landing-float-b-3f6pq83ofs 8s ease-in-out infinite 1.2s;
}

@keyframes landing-float-b-3f6pq83ofs {
    0%, 100% { translate: 0 0; }
    50%      { translate: 0 -12px; }
}

/* ==========================================================================
   SHARED SECTION HEADER
   ========================================================================== */
.landing-section-head[b-3f6pq83ofs] {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 3rem;
}

.landing-section-head h2[b-3f6pq83ofs] {
    font-size: clamp(1.6rem, 2.6vw, 2.25rem);
    font-weight: 700;
}

.landing-section-head p[b-3f6pq83ofs] {
    margin-top: 0.75rem;
    color: var(--ink-dim);
    font-size: 1rem;
}

.landing-mute[b-3f6pq83ofs] { color: var(--ink-dim); font-weight: 400; font-style: italic; }

/* ==========================================================================
   FEATURES
   ========================================================================== */
.landing-features[b-3f6pq83ofs] {
    padding: 4rem 1.5rem 5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.landing-feature-grid[b-3f6pq83ofs] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
}

.landing-feature-card[b-3f6pq83ofs] {
    position: relative;
    padding: 1.75rem 1.5rem 1.5rem;
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 18px;
    backdrop-filter: blur(14px);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
    overflow: hidden;
}

.landing-feature-card[b-3f6pq83ofs]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.08), transparent 50%);
    opacity: 0;
    transition: opacity 220ms ease;
    pointer-events: none;
}

.landing-feature-card:hover[b-3f6pq83ofs] {
    transform: translateY(-4px);
    border-color: rgba(56, 189, 248, 0.35);
    box-shadow: 0 25px 50px -20px rgba(56, 189, 248, 0.25);
}

.landing-feature-card:hover[b-3f6pq83ofs]::after { opacity: 1; }

.landing-feature-card h3[b-3f6pq83ofs] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 1rem;
}

.landing-feature-card p[b-3f6pq83ofs] {
    margin-top: 0.6rem;
    font-size: 0.92rem;
    color: var(--ink);
}

.landing-feature-icon[b-3f6pq83ofs] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px -10px currentColor;
}

.landing-feature-icon svg[b-3f6pq83ofs] {
    width: 22px;
    height: 22px;
}

.landing-icon-cyan[b-3f6pq83ofs]    { background: rgba(56, 189, 248, 0.15); color: #38bdf8; border: 1px solid rgba(56, 189, 248, 0.4); }
.landing-icon-indigo[b-3f6pq83ofs]  { background: rgba(99, 102, 241, 0.15); color: #818cf8; border: 1px solid rgba(99, 102, 241, 0.4); }
.landing-icon-violet[b-3f6pq83ofs]  { background: rgba(168, 85, 247, 0.15); color: #c084fc; border: 1px solid rgba(168, 85, 247, 0.4); }
.landing-icon-emerald[b-3f6pq83ofs] { background: rgba(52, 211, 153, 0.15); color: #34d399; border: 1px solid rgba(52, 211, 153, 0.4); }

.landing-feature-quip[b-3f6pq83ofs] {
    display: block;
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 1px dashed rgba(148, 163, 184, 0.25);
    font-style: italic;
    font-size: 0.82rem;
    color: var(--ink-dim);
}

/* ==========================================================================
   WORKFLOW
   ========================================================================== */
.landing-workflow[b-3f6pq83ofs] {
    padding: 4rem 1.5rem 5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.landing-steps[b-3f6pq83ofs] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    counter-reset: step;
}

.landing-step[b-3f6pq83ofs] {
    position: relative;
    padding: 1.5rem 1.25rem 1.25rem;
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 14px;
    transition: transform 220ms ease, border-color 220ms ease;
}

.landing-step:hover[b-3f6pq83ofs] {
    transform: translateY(-3px);
    border-color: rgba(99, 102, 241, 0.4);
}

.landing-step-num[b-3f6pq83ofs] {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 0.25rem 0.55rem;
    border-radius: 6px;
    background: linear-gradient(135deg, #38bdf8, #6366f1);
    color: #0b1220;
}

.landing-step h4[b-3f6pq83ofs] {
    margin-top: 0.85rem;
    font-size: 1.05rem;
    font-weight: 600;
}

.landing-step p[b-3f6pq83ofs] {
    margin-top: 0.45rem;
    font-size: 0.88rem;
    color: var(--ink-dim);
}

/* ==========================================================================
   CLOSER CTA
   ========================================================================== */
.landing-closer[b-3f6pq83ofs] {
    padding: 3rem 1.5rem 4rem;
    max-width: 1200px;
    margin: 0 auto;
}

.landing-closer-card[b-3f6pq83ofs] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem;
    border-radius: 24px;
    background:
        radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.22), transparent 55%),
        radial-gradient(circle at 100% 100%, rgba(168, 85, 247, 0.22), transparent 55%),
        rgba(15, 23, 42, 0.75);
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.6);
}

.landing-closer-text[b-3f6pq83ofs] {
    flex: 1 1 360px;
}

.landing-closer-text h2[b-3f6pq83ofs] {
    font-size: clamp(1.4rem, 2.4vw, 2rem);
}

.landing-closer-text h2 em[b-3f6pq83ofs] {
    font-style: italic;
    color: #7dd3fc;
}

.landing-closer-text p[b-3f6pq83ofs] {
    margin-top: 0.75rem;
    color: var(--ink-dim);
}

.landing-fineprint[b-3f6pq83ofs] {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.78rem;
    color: var(--ink-dim);
    letter-spacing: 0.02em;
}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */
@keyframes landing-fade-up-b-3f6pq83ofs {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 900px) {
    .landing-hero[b-3f6pq83ofs] {
        grid-template-columns: 1fr;
        padding: 3.5rem 1.25rem 2.5rem;
    }

    .landing-papers[b-3f6pq83ofs] {
        height: 320px;
        order: -1;
        transform: scale(0.85);
    }

    .landing-trust[b-3f6pq83ofs] {
        gap: 1rem;
        padding: 0.75rem 1rem;
        flex-wrap: wrap;
    }

    .landing-closer-card[b-3f6pq83ofs] {
        padding: 1.75rem;
    }
}

@media (max-width: 520px) {
    .landing-papers[b-3f6pq83ofs] { display: none; }
    .landing-cta-row .landing-btn[b-3f6pq83ofs] { flex: 1 1 100%; justify-content: center; }
    .landing-trust-divider[b-3f6pq83ofs] { display: none; }
}

/* ==========================================================================
   REDUCED MOTION
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
    .landing-paper-1[b-3f6pq83ofs],
    .landing-paper-2[b-3f6pq83ofs],
    .landing-paper-3[b-3f6pq83ofs],
    .landing-headline-wink[b-3f6pq83ofs],
    .landing-eyebrow-dot[b-3f6pq83ofs],
    .landing-hero-inner[b-3f6pq83ofs] {
        animation: none !important;
    }

    .landing-feature-card[b-3f6pq83ofs],
    .landing-step[b-3f6pq83ofs],
    .landing-btn[b-3f6pq83ofs] {
        transition: none;
    }
}
/* /UIComponants/PlatformOwners/PlatformOwnerDetailsAuditTrail.razor.rz.scp.css */


/* ── Section controls row: ShowHideSection left, EndUserSnippet button right ── */
.section-controls-row[b-d1mgjlh5du] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

/* Dissolve the EndUserSnippet wrapper so its children become direct grid items */
.section-controls-row[b-d1mgjlh5du]  .end-user-snippet {
    display: contents;
}

/* ShowHideSection occupies column 1, row 1 */
.section-controls-row[b-d1mgjlh5du]  .show-hide-section {
    grid-column: 1;
    grid-row: 1;
}

/* EndUserSnippet toggle button pinned to far right */
.section-controls-row[b-d1mgjlh5du]  .end-user-snippet-toggle {
    grid-column: 2;
    grid-row: 1;
}

/* Expanded content drops below, spanning the full container width */
.section-controls-row[b-d1mgjlh5du]  .end-user-snippet-body {
    grid-column: 1 / -1;
    grid-row: 2;
}

.lable-format-top[b-d1mgjlh5du]{
    --base-clr: #1E1C59;
    font-size: 0.8rem;
    font-weight: bold;
    color: var(--base-clr);
    display: inline-block;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}
.lable-format[b-d1mgjlh5du] {
    --base-clr: #1E1C59;
    font-size: 0.8rem;
    font-weight: bold;
    color: var(--base-clr);
    display: inline-block;
    margin-top: 0.8rem;
    margin-bottom: 0.1rem;
}

.k-grid th.center-wrap[b-d1mgjlh5du],
[b-d1mgjlh5du] .k-grid th.center-wrap {
    justify-content: center;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
}

    .k-grid th.center-wrap .k-column-title[b-d1mgjlh5du],
    [b-d1mgjlh5du] .k-grid th.center-wrap .k-column-title {
        white-space: normal;
    }

[b-d1mgjlh5du] .center-header-text {
    text-align: center;
    justify-content: center;
}

.po-logo-img[b-d1mgjlh5du] {
    width: 50px;
    height: auto;
    object-fit: contain;
}
/* /UIComponants/PlatformOwners/PlatformOwnerDetailsLayout.razor.rz.scp.css */
/* ═════════════════════════════
   Platform Owner Details Layout
   ═════════════════════════════ */

/* ── Section controls row: ShowHideSection left, EndUserSnippet button right ── */
.section-controls-row[b-vey6xqqxxl] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    column-gap: 0.5rem;
}

    /* Dissolve the EndUserSnippet wrapper so its children become direct grid items */
    .section-controls-row[b-vey6xqqxxl]  .end-user-snippet {
        display: contents;
    }

    /* ShowHideSection occupies column 1, row 1 */
    .section-controls-row[b-vey6xqqxxl]  .show-hide-section {
        grid-column: 1;
        grid-row: 1;
    }

    /* EndUserSnippet toggle button pinned to far right */
    .section-controls-row[b-vey6xqqxxl]  .end-user-snippet-toggle {
        grid-column: 2;
        grid-row: 1;
    }

    /* Expanded content drops below, spanning the full container width */
    .section-controls-row[b-vey6xqqxxl]  .end-user-snippet-body {
        grid-column: 1 / -1;
        grid-row: 2;
    }

[b-vey6xqqxxl] .app-card-color {
    background-color: #E3EEF9;
    color: #153B61;
}


.page-internal-component[b-vey6xqqxxl] {
    --snm-label-size: 0.72rem;
    background-color: white;
    padding: 0.5rem;
}

.lable-format-top[b-vey6xqqxxl] {
    --base-clr: #1E1C59;
    font-size: 0.8rem;
    font-weight: bold;
    color: var(--base-clr);
    display: inline-block;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

.lable-format[b-vey6xqqxxl] {
    --base-clr: #1E1C59;
    font-size: 0.8rem;
    font-weight: bold;
    color: var(--base-clr);
    display: inline-block;
    margin-top: 0.8rem;
    margin-bottom: 0.1rem;
}

.po-card-title[b-vey6xqqxxl] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #1E1C59;
}

.po-logo-preview[b-vey6xqqxxl] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 96px;
    padding: 0.5rem;
    border: 1px dashed #BDC4CB;
    border-radius: 4px;
    background-color: #FAFBFC;
}

.po-logo-img[b-vey6xqqxxl] {
    max-width: 100%;
    max-height: 160px;
    object-fit: contain;
}
/* /UIComponants/PlatformOwners/PlatformOwnerDetailsModal.razor.rz.scp.css */
/* ════════════════════════════
   Platform Owner Details Modal
   ════════════════════════════ */

/* ── Window chrome ── */
[b-rbup8g5q3j] .k-window.window-container {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #F7F9F9 !important;
    border-radius: 5px;
}

[b-rbup8g5q3j] .k-window.window-container .k-window-titlebar {
    margin: 0 !important;
    padding: 0 !important;
}

[b-rbup8g5q3j] .k-window.window-container .k-window-title {
    overflow: visible !important;
}

[b-rbup8g5q3j] .k-window.window-container .k-window-content {
    padding: 0 !important;
    background-color: #F7F9F9 !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
}

.podm-body[b-rbup8g5q3j] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 0.5rem;
    border: 1px solid #E4E4E4;
    margin: 0.75rem 0.5rem 0.5rem 0.5rem;
}

.podm-toolbar[b-rbup8g5q3j] {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.5rem;
    background-color: white;
   /* background-color: #F7F9F9*/
    border: 1px solid #E4E4E4;
    margin: 0.75rem 0.5rem 0.5rem 0.5rem;
}

[b-rbup8g5q3j] .page-internal-component .k-card + .k-card {
    margin-top: 1.5rem;
}

.page-container[b-rbup8g5q3j] {
    --snm-gutter: 1.0rem;
    background-color: #F7F9F9;
    display: flex;
    flex-direction: column;
    gap: var(--snm-gutter);
    padding: 0.25rem 0.5rem 0.5rem 0.5rem;
}

.page-section[b-rbup8g5q3j] {
    --snm-label-size: 0.72rem;
    background-color: white;
    padding: 0.5rem;
    margin: .5rem;
    box-shadow: 0 2px 2px #ccc;
}
/* /UIComponants/PlatformOwners/PlatformOwnerManager.razor.rz.scp.css */
/* Aspect toolbar: Edit/Create button above the PanelBar */
.po-aspect-toolbar[b-wfsxp0o6w0] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.5rem;
}

/* PanelBar header content (icon + title) */
.po-panel-header[b-wfsxp0o6w0] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1E1C59;
}

/* /UIComponants/ServiceRequestTimeEntries/ServiceRequestTimeEntryManager.razor.rz.scp.css */
.k-grid th.center-wrap[b-359e665ka7],
[b-359e665ka7] .k-grid th.center-wrap {
    justify-content: center;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
}

.k-grid th.center-wrap .k-column-title[b-359e665ka7],
[b-359e665ka7] .k-grid th.center-wrap .k-column-title {
    white-space: normal;
}
/* /UIComponants/SubscriptionPlanFeatures/SubscriptionPlanFeatureManager.razor.rz.scp.css */
.k-grid th.center-wrap[b-og3oopifak],
[b-og3oopifak] .k-grid th.center-wrap {
    justify-content: center;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
}

.k-grid th.center-wrap .k-column-title[b-og3oopifak],
[b-og3oopifak] .k-grid th.center-wrap .k-column-title {
    white-space: normal;
}
/* /UIComponants/SubscriptionPlans/SubscriptionPlanManager.razor.rz.scp.css */
.k-grid th.center-wrap[b-iasguix36t],
[b-iasguix36t] .k-grid th.center-wrap {
    justify-content: center;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
}

.k-grid th.center-wrap .k-column-title[b-iasguix36t],
[b-iasguix36t] .k-grid th.center-wrap .k-column-title {
    white-space: normal;
}
/* /UIComponants/SystemAdmin/Dashboard.razor.rz.scp.css */
.admin-dashboard-page[b-vf5pnb71dx] {
    padding: 2rem;
    max-width: 1600px;
    margin: 0 auto;
}

.page-header[b-vf5pnb71dx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.page-header h1[b-vf5pnb71dx] {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 2rem;
}

.header-actions[b-vf5pnb71dx] {
    display: flex;
    gap: 1rem;
}

/* Metrics Grid */
.metrics-grid[b-vf5pnb71dx] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.metric-card .k-card-body[b-vf5pnb71dx] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
}

.metric-icon[b-vf5pnb71dx] {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.metric-icon.primary[b-vf5pnb71dx] {
    background-color: #e3f2fd;
    color: #1976d2;
}

.metric-icon.success[b-vf5pnb71dx] {
    background-color: #e8f5e9;
    color: #388e3c;
}

.metric-icon.warning[b-vf5pnb71dx] {
    background-color: #fff3e0;
    color: #f57c00;
}

.metric-icon.error[b-vf5pnb71dx] {
    background-color: #ffebee;
    color: #d32f2f;
}

.metric-content[b-vf5pnb71dx] {
    flex: 1;
}

.metric-content h3[b-vf5pnb71dx] {
    margin: 0 0 0.25rem 0;
    font-size: 2rem;
    font-weight: 600;
}

.metric-content p[b-vf5pnb71dx] {
    margin: 0 0 0.5rem 0;
    font-size: 0.875rem;
}

.metric-content small[b-vf5pnb71dx] {
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

/* Quick Actions */
.quick-actions-grid[b-vf5pnb71dx] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.action-button[b-vf5pnb71dx] {
    height: 80px;
    flex-direction: column;
    gap: 0.5rem;
}

.action-button span[b-vf5pnb71dx] {
    font-size: 0.875rem;
}

/* Content Grid */
.content-grid[b-vf5pnb71dx] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 1.5rem;
}

/* Status List */
.status-list[b-vf5pnb71dx] {
    margin-top: 1rem;
}

.status-item[b-vf5pnb71dx] {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.status-item:last-child[b-vf5pnb71dx] {
    border-bottom: none;
}

.status-name[b-vf5pnb71dx] {
    font-weight: 500;
}

.status-count[b-vf5pnb71dx] {
    color: #666;
    font-size: 0.875rem;
}

/* Plans List */
.plans-list .plan-summary-item[b-vf5pnb71dx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #e0e0e0;
}

.plans-list .plan-summary-item:last-child[b-vf5pnb71dx] {
    border-bottom: none;
}

.plan-info strong[b-vf5pnb71dx] {
    display: block;
    margin-bottom: 0.25rem;
}

.plan-pricing[b-vf5pnb71dx] {
    display: flex;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #666;
}

/* Alerts List */
.alerts-list .alert-item[b-vf5pnb71dx] {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    border-left: 4px solid transparent;
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.2s;
}

.alerts-list .alert-item:hover[b-vf5pnb71dx] {
    background-color: #f5f5f5;
}

.alerts-list .alert-item:last-child[b-vf5pnb71dx] {
    border-bottom: none;
}

.alerts-list .alert-item.warning[b-vf5pnb71dx] {
    border-left-color: #f57c00;
}

.alerts-list .alert-item.error[b-vf5pnb71dx] {
    border-left-color: #d32f2f;
}

.alerts-list .alert-item.info[b-vf5pnb71dx] {
    border-left-color: #1976d2;
}

.alert-icon[b-vf5pnb71dx] {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.alert-item.warning .alert-icon[b-vf5pnb71dx] {
    color: #f57c00;
}

.alert-item.error .alert-icon[b-vf5pnb71dx] {
    color: #d32f2f;
}

.alert-item.info .alert-icon[b-vf5pnb71dx] {
    color: #1976d2;
}

.alert-content[b-vf5pnb71dx] {
    flex: 1;
}

.alert-content strong[b-vf5pnb71dx] {
    display: block;
    margin-bottom: 0.25rem;
}

.alert-content p[b-vf5pnb71dx] {
    margin: 0 0 0.25rem 0;
    font-size: 0.875rem;
}

.alert-content small[b-vf5pnb71dx] {
    font-size: 0.75rem;
}

.empty-state[b-vf5pnb71dx] {
    text-align: center;
    padding: 3rem 1rem;
    color: #999;
}

.empty-state .k-icon[b-vf5pnb71dx] {
    margin-bottom: 1rem;
    color: #4caf50;
}

/* Card title: place icon + text on left, action button pinned to the right.
   Use absolute positioning for the action button so it's robust to Telerik's nested output. */
.card-title-with-action[b-vf5pnb71dx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    position: relative;               /* container for absolutely positioned button */
    padding-right: 5.5rem;            /* space for the button on the right (adjust if needed) */
    min-width: 0;
}

/* Left group (icon + text) */
.card-title-left[b-vf5pnb71dx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;                     /* allow truncation if needed */
}

/* Icon inside the left group: cover SVG and common Telerik icon outputs */
.card-title-left > svg[b-vf5pnb71dx],
.card-title-left .k-icon[b-vf5pnb71dx],
.card-title-left .telerik-svg-icon[b-vf5pnb71dx] {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.card-title-with-action .card-title-text[b-vf5pnb71dx] {
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Pin known button outputs to the right edge of the container.
   Cover common cases: our custom class, Telerik rendered .k-button or native button element. */
.card-title-with-action .view-all-button[b-vf5pnb71dx],
.card-title-with-action .view-all-button.k-button[b-vf5pnb71dx],
.card-title-with-action .k-button[b-vf5pnb71dx],
.card-title-with-action button[b-vf5pnb71dx] {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    z-index: 1;
}

/* Fallback: if the button is nested inside an extra wrapper, target the last child and position it */
.card-title-with-action > *:last-child[b-vf5pnb71dx] {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}

/* Responsive Design */
@media (max-width: 768px) {
    .admin-dashboard-page[b-vf5pnb71dx] {
        padding: 1rem;
    }

    .page-header[b-vf5pnb71dx] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .metrics-grid[b-vf5pnb71dx] {
        grid-template-columns: 1fr;
    }

    .content-grid[b-vf5pnb71dx] {
        grid-template-columns: 1fr;
    }

    .quick-actions-grid[b-vf5pnb71dx] {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .card-title-with-action[b-vf5pnb71dx] {
        flex-wrap: wrap;
        gap: 0.25rem;
    }

    .card-title-with-action .view-all-button[b-vf5pnb71dx],
    .card-title-with-action .k-button[b-vf5pnb71dx] {
        margin-left: 0;
        width: 100%;
    }

    .card-title-left[b-vf5pnb71dx] {
        width: 100%;
    }

    .card-title-with-action > *:last-child[b-vf5pnb71dx] {
        margin-left: 0;
    }
}

/* /UIComponants/SystemAdmin/SecurityManager.razor.rz.scp.css */
/* ── Page wrapper ─────────────────────────────────────────────────────── */
.security-manager[b-zybinmhy0b] {
    padding: 0.5rem 0 2rem;
}

/* ── Two-column layout ────────────────────────────────────────────────── */
.security-layout[b-zybinmhy0b] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.roles-panel[b-zybinmhy0b] {
    flex: 0 0 320px;
    min-width: 260px;
}

.matrix-panel[b-zybinmhy0b] {
    flex: 1;
    min-width: 0;
}

/* ── Roles panel header ───────────────────────────────────────────────── */
.panel-header[b-zybinmhy0b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
}

.panel-header h3[b-zybinmhy0b] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.panel-hint[b-zybinmhy0b] {
    font-size: 0.75rem;
    color: #757575;
    margin: 0;
}

/* ── Role name cell ───────────────────────────────────────────────────── */
.role-name-cell[b-zybinmhy0b] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.lock-icon[b-zybinmhy0b] {
    color: #9e9e9e;
    flex-shrink: 0;
}

.dot-active[b-zybinmhy0b]  { color: #4caf50; font-size: 0.7rem; }
.dot-inactive[b-zybinmhy0b] { color: #f44336; font-size: 0.7rem; }

/* ── Matrix panel header ──────────────────────────────────────────────── */
.matrix-header[b-zybinmhy0b] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.matrix-header h3[b-zybinmhy0b] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.role-desc[b-zybinmhy0b] {
    font-size: 0.8rem;
    color: #757575;
    margin: 0.2rem 0 0;
}

/* ── System-role warning banner ───────────────────────────────────────── */
.system-role-banner[b-zybinmhy0b] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: #fff3e0;
    border: 1px solid #ffcc80;
    border-radius: 6px;
    padding: 0.7rem 1rem;
    margin-bottom: 1.25rem;
    color: #e65100;
    font-size: 0.875rem;
}

/* ── Preset buttons row ───────────────────────────────────────────────── */
.preset-row[b-zybinmhy0b] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.preset-label[b-zybinmhy0b] {
    font-size: 0.78rem;
    font-weight: 500;
    color: #616161;
    white-space: nowrap;
}

.preset-btn[b-zybinmhy0b] {
    font-size: 0.78rem !important;
}

/* ── Permission matrix table ──────────────────────────────────────────── */
.matrix-scroll[b-zybinmhy0b] {
    overflow-x: auto;
}

.perm-matrix[b-zybinmhy0b] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.th-resource[b-zybinmhy0b] {
    text-align: left;
    padding: 0.55rem 0.75rem;
    background: #f5f5f5;
    font-weight: 600;
    border-bottom: 2px solid #e0e0e0;
    min-width: 160px;
    white-space: nowrap;
}

.th-action[b-zybinmhy0b] {
    text-align: center;
    padding: 0.55rem 0.4rem;
    background: #f5f5f5;
    font-weight: 600;
    border-bottom: 2px solid #e0e0e0;
    min-width: 72px;
    white-space: nowrap;
}

.td-resource[b-zybinmhy0b] {
    padding: 0.55rem 0.75rem;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0;
    white-space: nowrap;
    color: #424242;
    transition: color 0.15s;
}

.row-active .td-resource[b-zybinmhy0b] {
    color: #1565c0;
}

.td-perm[b-zybinmhy0b] {
    text-align: center;
    padding: 0.4rem 0.4rem;
    border-bottom: 1px solid #f0f0f0;
}

.na-dash[b-zybinmhy0b] {
    color: #bdbdbd;
    font-size: 0.85rem;
    user-select: none;
}

/* Row hover feedback */
.perm-matrix tbody tr:hover[b-zybinmhy0b] {
    background: #fafafa;
}

/* Selected role row highlight (applied via OnRowRender) */
[b-zybinmhy0b] .row-selected td {
    background-color: #e3f2fd !important;
    font-weight: 500;
}

/* ── Matrix footer actions ────────────────────────────────────────────── */
.matrix-footer[b-zybinmhy0b] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

/* ── No-selection placeholder ─────────────────────────────────────────── */
.no-selection[b-zybinmhy0b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-height: 420px;
    color: #bdbdbd;
    gap: 0.75rem;
    font-size: 0.95rem;
}

/* ── Add-role dialog form ─────────────────────────────────────────────── */
.form-grid[b-zybinmhy0b] {
    display: grid;
    gap: 1rem;
}

.form-group[b-zybinmhy0b] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.form-group label[b-zybinmhy0b] {
    font-size: 0.8rem;
    font-weight: 500;
    color: #555;
}

.full-width[b-zybinmhy0b] {
    grid-column: 1 / -1;
}

/* ── Responsive: stack vertically on narrow screens ───────────────────── */
@media (max-width: 900px) {
    .security-layout[b-zybinmhy0b] {
        flex-direction: column;
    }

    .roles-panel[b-zybinmhy0b] {
        flex: none;
        width: 100%;
    }

    .matrix-panel[b-zybinmhy0b] {
        width: 100%;
    }
}
/* /UIComponants/SystemAdmin/UserAccessManager.razor.rz.scp.css */
/* ── Page wrapper ─────────────────────────────────────────────────────── */
.user-access-page[b-mkpjqolzd0] {
    padding: 0.5rem 0 2rem;
}

/* ── Card toolbar ─────────────────────────────────────────────────────── */
.card-toolbar[b-mkpjqolzd0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-count[b-mkpjqolzd0] {
    font-size: 0.8rem;
    color: #757575;
    font-weight: 500;
}

/* ── User name cell ───────────────────────────────────────────────────── */
.user-name-cell[b-mkpjqolzd0] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.user-fullname[b-mkpjqolzd0] {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.2;
}

.user-username[b-mkpjqolzd0] {
    font-size: 0.75rem;
    color: #9e9e9e;
}

/* ── Avatar ───────────────────────────────────────────────────────────── */
.avatar[b-mkpjqolzd0] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.avatar-lg[b-mkpjqolzd0] {
    width: 48px;
    height: 48px;
    font-size: 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    flex-shrink: 0;
}

/* ── Role chips (grid column) ─────────────────────────────────────────── */
.role-chips[b-mkpjqolzd0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.role-chip[b-mkpjqolzd0] {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: 12px;
    font-size: 0.72rem;
    font-weight: 500;
    white-space: nowrap;
}

.chip-default[b-mkpjqolzd0]  { background: #e3f2fd; color: #1565c0; }
.chip-warning[b-mkpjqolzd0]  { background: #fff8e1; color: #e65100; border: 1px solid #ffcc02; }
.chip-expired[b-mkpjqolzd0]  { background: #fce4ec; color: #b71c1c; text-decoration: line-through; }
.chip-more[b-mkpjqolzd0]     { background: #f5f5f5; color: #757575; }

/* ── Dialog: user info bar ────────────────────────────────────────────── */
.dialog-user-bar[b-mkpjqolzd0] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.dialog-user-info[b-mkpjqolzd0] {
    flex: 1;
    min-width: 0;
}

.dui-name[b-mkpjqolzd0] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
}

.dui-email[b-mkpjqolzd0] {
    font-size: 0.85rem;
    color: #616161;
    margin-bottom: 0.4rem;
}

.dui-meta[b-mkpjqolzd0] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: #757575;
}

.dui-tenant[b-mkpjqolzd0], .dui-lastlogin[b-mkpjqolzd0] {
    font-size: 0.75rem;
    color: #9e9e9e;
}

.dui-2fa[b-mkpjqolzd0] {
    font-size: 0.72rem;
    background: #e8f5e9;
    color: #2e7d32;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    font-weight: 500;
}

/* ── Section labels ───────────────────────────────────────────────────── */
.section-label[b-mkpjqolzd0] {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #9e9e9e;
    margin-bottom: 0.6rem;
}

/* ── No-roles hint ────────────────────────────────────────────────────── */
.no-roles-hint[b-mkpjqolzd0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #9e9e9e;
    padding: 0.75rem;
    background: #fafafa;
    border-radius: 6px;
    border: 1px dashed #e0e0e0;
}

/* ── Roles table ──────────────────────────────────────────────────────── */
.roles-table[b-mkpjqolzd0] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.roles-table th[b-mkpjqolzd0] {
    text-align: left;
    padding: 0.45rem 0.6rem;
    background: #f5f5f5;
    font-weight: 600;
    font-size: 0.78rem;
    color: #616161;
    border-bottom: 2px solid #e0e0e0;
}

.roles-table td[b-mkpjqolzd0] {
    padding: 0.5rem 0.6rem;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.td-rolename[b-mkpjqolzd0] {
    font-weight: 500;
}

.td-meta[b-mkpjqolzd0] {
    font-size: 0.78rem;
    color: #757575;
    line-height: 1.5;
}

.td-date[b-mkpjqolzd0] {
    font-size: 0.72rem;
    color: #9e9e9e;
}

.td-expiry[b-mkpjqolzd0] {
    font-size: 0.78rem;
}

.expiry-none[b-mkpjqolzd0]    { color: #bdbdbd; }
.expiry-normal[b-mkpjqolzd0]  { color: #424242; }
.expiry-soon[b-mkpjqolzd0]    { color: #e65100; font-weight: 500; display: flex; align-items: center; gap: 0.3rem; }
.expiry-expired[b-mkpjqolzd0] { color: #b71c1c; font-weight: 500; }

.row-expiring td[b-mkpjqolzd0] { background: #fffde7; }
.row-expired  td[b-mkpjqolzd0] { background: #fce4ec; opacity: 0.8; }

/* ── Add role form ────────────────────────────────────────────────────── */
.add-role-form[b-mkpjqolzd0] {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    flex-wrap: wrap;
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.arf-field[b-mkpjqolzd0] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.arf-field label[b-mkpjqolzd0] {
    font-size: 0.78rem;
    font-weight: 500;
    color: #555;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.arf-role[b-mkpjqolzd0] {
    flex: 2;
    min-width: 200px;
}

.arf-expiry[b-mkpjqolzd0] {
    flex: 1;
    min-width: 180px;
}

.arf-assign[b-mkpjqolzd0] {
    padding-bottom: 0.05rem;
}

.no-expiry-hint[b-mkpjqolzd0] {
    font-size: 0.78rem;
    color: #9e9e9e;
    padding: 0.5rem 0;
}

/* ── Responsive ───────────────────────────────────────────────────────── */
@media (max-width: 600px) {
    .add-role-form[b-mkpjqolzd0] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /UIComponants/TenantAdmin/Dashboard.razor.rz.scp.css */
page-container[b-upfhfiqpso] {
    padding-top: 1rem;
    padding-left: 0;
    /*background-image: url(Images/MoneyTraxPattern.png);
    background-repeat: no-repeat;
    background-size: 352px 255px;
    background-position: right 0px top 0px;*/
}

app-card-color[b-upfhfiqpso] {
    background-color: lightskyblue; /* Your hex code here */
    color: midnightblue; /* Your text color here */
}


.page-components[b-upfhfiqpso] {
    padding-top: 1rem;
    padding-left: 0;
    padding-bottom: 1rem;
}
/* /UIComponants/TenantAdmin/TenantSecurityManager.razor.rz.scp.css */
/* ── Page wrapper ─────────────────────────────────────────────────────── */
.security-manager[b-m1jx8kg0vf] {
    padding: 0.5rem 0 2rem;
}

/* ── Two-column layout ────────────────────────────────────────────────── */
.security-layout[b-m1jx8kg0vf] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.roles-panel[b-m1jx8kg0vf] {
    flex: 0 0 300px;
    min-width: 240px;
}

.matrix-panel[b-m1jx8kg0vf] {
    flex: 1;
    min-width: 0;
}

/* ── Roles panel header ───────────────────────────────────────────────── */
.panel-header[b-m1jx8kg0vf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
}

.panel-header h3[b-m1jx8kg0vf] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.panel-hint[b-m1jx8kg0vf] {
    font-size: 0.75rem;
    color: #757575;
    margin: 0;
}

/* ── Role name cell ───────────────────────────────────────────────────── */
.role-name-cell[b-m1jx8kg0vf] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.lock-icon[b-m1jx8kg0vf] {
    color: #9e9e9e;
    flex-shrink: 0;
}

.dot-active[b-m1jx8kg0vf]  { color: #4caf50; font-size: 0.7rem; }
.dot-inactive[b-m1jx8kg0vf] { color: #f44336; font-size: 0.7rem; }

/* ── Matrix panel header ──────────────────────────────────────────────── */
.matrix-header[b-m1jx8kg0vf] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.matrix-header h3[b-m1jx8kg0vf] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.role-desc[b-m1jx8kg0vf] {
    font-size: 0.8rem;
    color: #757575;
    margin: 0.2rem 0 0;
}

/* ── System-role warning banner ───────────────────────────────────────── */
.system-role-banner[b-m1jx8kg0vf] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: #fff3e0;
    border: 1px solid #ffcc80;
    border-radius: 6px;
    padding: 0.7rem 1rem;
    margin-bottom: 1.25rem;
    color: #e65100;
    font-size: 0.875rem;
}

/* ── Preset buttons row ───────────────────────────────────────────────── */
.preset-row[b-m1jx8kg0vf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.preset-label[b-m1jx8kg0vf] {
    font-size: 0.78rem;
    font-weight: 500;
    color: #616161;
    white-space: nowrap;
}

.preset-btn[b-m1jx8kg0vf] {
    font-size: 0.78rem !important;
}

/* ── Permission matrix table ──────────────────────────────────────────── */
.matrix-scroll[b-m1jx8kg0vf] {
    overflow-x: auto;
}

.perm-matrix[b-m1jx8kg0vf] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.th-resource[b-m1jx8kg0vf] {
    text-align: left;
    padding: 0.55rem 0.75rem;
    background: #f5f5f5;
    font-weight: 600;
    border-bottom: 2px solid #e0e0e0;
    min-width: 160px;
    white-space: nowrap;
}

.th-action[b-m1jx8kg0vf] {
    text-align: center;
    padding: 0.55rem 0.4rem;
    background: #f5f5f5;
    font-weight: 600;
    border-bottom: 2px solid #e0e0e0;
    min-width: 72px;
    white-space: nowrap;
}

.td-resource[b-m1jx8kg0vf] {
    padding: 0.55rem 0.75rem;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0;
    white-space: nowrap;
    color: #424242;
    transition: color 0.15s;
}

.row-active .td-resource[b-m1jx8kg0vf] {
    color: #1565c0;
}

.td-perm[b-m1jx8kg0vf] {
    text-align: center;
    padding: 0.4rem 0.4rem;
    border-bottom: 1px solid #f0f0f0;
}

.na-dash[b-m1jx8kg0vf] {
    color: #bdbdbd;
    font-size: 0.85rem;
    user-select: none;
}

.perm-matrix tbody tr:hover[b-m1jx8kg0vf] {
    background: #fafafa;
}

[b-m1jx8kg0vf] .row-selected td {
    background-color: #e3f2fd !important;
    font-weight: 500;
}

/* ── Matrix footer actions ────────────────────────────────────────────── */
.matrix-footer[b-m1jx8kg0vf] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

/* ── No-selection placeholder ─────────────────────────────────────────── */
.no-selection[b-m1jx8kg0vf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-height: 420px;
    color: #bdbdbd;
    gap: 0.75rem;
    font-size: 0.95rem;
}

/* ── Add-role dialog form ─────────────────────────────────────────────── */
.form-grid[b-m1jx8kg0vf] {
    display: grid;
    gap: 1rem;
}

.form-group[b-m1jx8kg0vf] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.form-group label[b-m1jx8kg0vf] {
    font-size: 0.8rem;
    font-weight: 500;
    color: #555;
}

.full-width[b-m1jx8kg0vf] {
    grid-column: 1 / -1;
}

/* ── Responsive ────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
    .security-layout[b-m1jx8kg0vf] {
        flex-direction: column;
    }

    .roles-panel[b-m1jx8kg0vf] {
        flex: none;
        width: 100%;
    }

    .matrix-panel[b-m1jx8kg0vf] {
        width: 100%;
    }
}
/* /UIComponants/TenantAdmin/TenantUserAccess.razor.rz.scp.css */
/* ── Page wrapper ─────────────────────────────────────────────────────── */
.user-access-page[b-xi0pujf0ok] {
    padding: 0.5rem 0 2rem;
}

/* ── Card toolbar ─────────────────────────────────────────────────────── */
.card-toolbar[b-xi0pujf0ok] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-count[b-xi0pujf0ok] {
    font-size: 0.8rem;
    color: #757575;
    font-weight: 500;
}

/* ── User name cell ───────────────────────────────────────────────────── */
.user-name-cell[b-xi0pujf0ok] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.user-fullname[b-xi0pujf0ok] {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.2;
}

.user-username[b-xi0pujf0ok] {
    font-size: 0.75rem;
    color: #9e9e9e;
}

/* ── Avatar ───────────────────────────────────────────────────────────── */
.avatar[b-xi0pujf0ok] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.avatar-lg[b-xi0pujf0ok] {
    width: 48px;
    height: 48px;
    font-size: 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    flex-shrink: 0;
}

/* ── Role chips (grid column) ─────────────────────────────────────────── */
.role-chips[b-xi0pujf0ok] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.role-chip[b-xi0pujf0ok] {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: 12px;
    font-size: 0.72rem;
    font-weight: 500;
    white-space: nowrap;
}

.chip-default[b-xi0pujf0ok]  { background: #e3f2fd; color: #1565c0; }
.chip-warning[b-xi0pujf0ok]  { background: #fff8e1; color: #e65100; border: 1px solid #ffcc02; }
.chip-expired[b-xi0pujf0ok]  { background: #fce4ec; color: #b71c1c; text-decoration: line-through; }
.chip-more[b-xi0pujf0ok]     { background: #f5f5f5; color: #757575; }

/* ── Dialog: user info bar ────────────────────────────────────────────── */
.dialog-user-bar[b-xi0pujf0ok] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.dialog-user-info[b-xi0pujf0ok] {
    flex: 1;
    min-width: 0;
}

.dui-name[b-xi0pujf0ok] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
}

.dui-email[b-xi0pujf0ok] {
    font-size: 0.85rem;
    color: #616161;
    margin-bottom: 0.4rem;
}

.dui-meta[b-xi0pujf0ok] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: #757575;
}

.dui-lastlogin[b-xi0pujf0ok] {
    font-size: 0.75rem;
    color: #9e9e9e;
}

.dui-2fa[b-xi0pujf0ok] {
    font-size: 0.72rem;
    background: #e8f5e9;
    color: #2e7d32;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    font-weight: 500;
}

/* ── Section labels ───────────────────────────────────────────────────── */
.section-label[b-xi0pujf0ok] {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #9e9e9e;
    margin-bottom: 0.6rem;
}

/* ── No-roles hint ────────────────────────────────────────────────────── */
.no-roles-hint[b-xi0pujf0ok] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #9e9e9e;
    padding: 0.75rem;
    background: #fafafa;
    border-radius: 6px;
    border: 1px dashed #e0e0e0;
}

/* ── Roles table ──────────────────────────────────────────────────────── */
.roles-table[b-xi0pujf0ok] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.roles-table th[b-xi0pujf0ok] {
    text-align: left;
    padding: 0.45rem 0.6rem;
    background: #f5f5f5;
    font-weight: 600;
    font-size: 0.78rem;
    color: #616161;
    border-bottom: 2px solid #e0e0e0;
}

.roles-table td[b-xi0pujf0ok] {
    padding: 0.5rem 0.6rem;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.td-rolename[b-xi0pujf0ok] {
    font-weight: 500;
}

.td-meta[b-xi0pujf0ok] {
    font-size: 0.78rem;
    color: #757575;
    line-height: 1.5;
}

.td-date[b-xi0pujf0ok] {
    font-size: 0.72rem;
    color: #9e9e9e;
}

.td-expiry[b-xi0pujf0ok] {
    font-size: 0.78rem;
}

.expiry-none[b-xi0pujf0ok]    { color: #bdbdbd; }
.expiry-normal[b-xi0pujf0ok]  { color: #424242; }
.expiry-soon[b-xi0pujf0ok]    { color: #e65100; font-weight: 500; display: flex; align-items: center; gap: 0.3rem; }
.expiry-expired[b-xi0pujf0ok] { color: #b71c1c; font-weight: 500; }

.row-expiring td[b-xi0pujf0ok] { background: #fffde7; }
.row-expired  td[b-xi0pujf0ok] { background: #fce4ec; opacity: 0.8; }

/* ── Add role form ────────────────────────────────────────────────────── */
.add-role-form[b-xi0pujf0ok] {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    flex-wrap: wrap;
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.arf-field[b-xi0pujf0ok] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.arf-field label[b-xi0pujf0ok] {
    font-size: 0.78rem;
    font-weight: 500;
    color: #555;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.arf-role[b-xi0pujf0ok] {
    flex: 2;
    min-width: 200px;
}

.arf-expiry[b-xi0pujf0ok] {
    flex: 1;
    min-width: 180px;
}

.arf-assign[b-xi0pujf0ok] {
    padding-bottom: 0.05rem;
}

.no-expiry-hint[b-xi0pujf0ok] {
    font-size: 0.78rem;
    color: #9e9e9e;
    padding: 0.5rem 0;
}

/* ── Responsive ───────────────────────────────────────────────────────── */
@media (max-width: 600px) {
    .add-role-form[b-xi0pujf0ok] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /UIComponants/TenantAdmin/WorkflowConfiguration.razor.rz.scp.css */
/* ── Page wrapper ─────────────────────────────────────────────────────── */
.workflow-config-page[b-d1gqix4ze6] {
    padding: 0.5rem 0 2rem;
}

/* ── Card header ──────────────────────────────────────────────────────── */
.wf-card-header[b-d1gqix4ze6] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.wf-title[b-d1gqix4ze6] {
    margin: 0 0 0.2rem;
    font-size: 1rem;
    font-weight: 600;
}

.wf-subtitle[b-d1gqix4ze6] {
    margin: 0;
    font-size: 0.8rem;
    color: #757575;
    max-width: 680px;
}

/* ── Workflow table ───────────────────────────────────────────────────── */
.wf-table[b-d1gqix4ze6] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.wf-table th[b-d1gqix4ze6] {
    text-align: left;
    padding: 0.55rem 0.6rem;
    background: #f5f5f5;
    font-weight: 600;
    font-size: 0.78rem;
    color: #616161;
    border-bottom: 2px solid #e0e0e0;
    white-space: nowrap;
}

.wf-table td[b-d1gqix4ze6] {
    padding: 0.5rem 0.6rem;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.th-order[b-d1gqix4ze6]    { width: 44px; text-align: center; }
.th-name[b-d1gqix4ze6]     { min-width: 200px; }
.th-role[b-d1gqix4ze6]     { min-width: 160px; }
.th-mode[b-d1gqix4ze6]     { width: 110px; }
.th-deadline[b-d1gqix4ze6] { width: 90px; }
.th-flags[b-d1gqix4ze6]    { width: 76px; text-align: center; }
.th-actions[b-d1gqix4ze6]  { width: 160px; }

.td-order[b-d1gqix4ze6]    { text-align: center; }
.td-flags[b-d1gqix4ze6]    { text-align: center; }

/* ── Row states ───────────────────────────────────────────────────────── */
.wf-row-locked[b-d1gqix4ze6] {
    background: #fafafa;
    opacity: 0.85;
}

.wf-row-inactive td[b-d1gqix4ze6] {
    opacity: 0.55;
}

.wf-table tbody tr:not(.wf-row-locked):hover[b-d1gqix4ze6] {
    background: #f5f9ff;
}

/* ── Step order number ────────────────────────────────────────────────── */
.step-order[b-d1gqix4ze6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #e3f2fd;
    color: #1565c0;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 600;
}

.lock-icon[b-d1gqix4ze6] {
    color: #9e9e9e;
}

/* ── Step name ────────────────────────────────────────────────────────── */
.step-name[b-d1gqix4ze6] {
    font-weight: 500;
}

.step-name-locked[b-d1gqix4ze6] {
    font-weight: 500;
    color: #757575;
}

.step-platform-tag[b-d1gqix4ze6] {
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #9e9e9e;
    background: #f0f0f0;
    padding: 0.1rem 0.35rem;
    border-radius: 4px;
}

/* ── Role badge ───────────────────────────────────────────────────────── */
.role-badge[b-d1gqix4ze6] {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: 12px;
    font-size: 0.72rem;
    font-weight: 500;
    background: #e8f5e9;
    color: #2e7d32;
    white-space: nowrap;
}

/* ── Mode badge ───────────────────────────────────────────────────────── */
.mode-badge[b-d1gqix4ze6] {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: 12px;
    font-size: 0.72rem;
    font-weight: 500;
    white-space: nowrap;
}

.mode-sequential[b-d1gqix4ze6] { background: #e3f2fd; color: #1565c0; }
.mode-parallel[b-d1gqix4ze6]   { background: #f3e5f5; color: #6a1b9a; }

/* ── N/A text ─────────────────────────────────────────────────────────── */
.na-text[b-d1gqix4ze6] {
    color: #bdbdbd;
    font-size: 0.85rem;
}

/* ── Flag icon ────────────────────────────────────────────────────────── */
.flag-yes[b-d1gqix4ze6] {
    color: #4caf50;
}

/* ── Action buttons ───────────────────────────────────────────────────── */
.action-btns[b-d1gqix4ze6] {
    display: flex;
    align-items: center;
    gap: 0.15rem;
}

/* ── Workflow footer (save/discard) ───────────────────────────────────── */
.wf-footer[b-d1gqix4ze6] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

/* ── Step form (dialog) ───────────────────────────────────────────────── */
.step-form[b-d1gqix4ze6] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sf-group[b-d1gqix4ze6] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.sf-group label[b-d1gqix4ze6] {
    font-size: 0.8rem;
    font-weight: 500;
    color: #555;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.sf-flags[b-d1gqix4ze6] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.sf-flags label[b-d1gqix4ze6] {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer;
}
/* /UIComponants/TenantServiceRequests/TenantServiceRequestManager.razor.rz.scp.css */
.k-grid th.center-wrap[b-8loc2ahbgg],
[b-8loc2ahbgg] .k-grid th.center-wrap {
    justify-content: center;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
}

.k-grid th.center-wrap .k-column-title[b-8loc2ahbgg],
[b-8loc2ahbgg] .k-grid th.center-wrap .k-column-title {
    white-space: normal;
}
/* /UIComponants/TenantSubscriptionDiscounts/TenantSubscriptionDiscountManager.razor.rz.scp.css */
.k-grid th.center-wrap[b-f6oeipn3ap],
[b-f6oeipn3ap] .k-grid th.center-wrap {
    justify-content: center;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
}

.k-grid th.center-wrap .k-column-title[b-f6oeipn3ap],
[b-f6oeipn3ap] .k-grid th.center-wrap .k-column-title {
    white-space: normal;
}
/* /UIComponants/TenantSubscriptions/TenantSubscriptionManager.razor.rz.scp.css */
.k-grid th.center-wrap[b-zcldvh4n8v],
[b-zcldvh4n8v] .k-grid th.center-wrap {
    justify-content: center;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
}

.k-grid th.center-wrap .k-column-title[b-zcldvh4n8v],
[b-zcldvh4n8v] .k-grid th.center-wrap .k-column-title {
    white-space: normal;
}
/* /UIComponants/Tenants/TenantDetails.razor.rz.scp.css */
/* Identity bar — tenant name, status badge, edit button at the top of the body. */
.tenant-identity[b-o7iaodj5j7] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.tenant-identity h1[b-o7iaodj5j7] {
    margin: 0 0 0.25rem 0;
}

.header-actions[b-o7iaodj5j7] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

/* PanelBar header content (icon + title). Mirrors PlatformOwner's .po-panel-header. */
.td-panel-header[b-o7iaodj5j7] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1E1C59;
}

/* Overview aspect — stat cards across the top, two detail cards below. */
.stats-grid[b-o7iaodj5j7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.stats-grid h3[b-o7iaodj5j7] {
    margin: 0 0 0.5rem 0;
    font-size: 2rem;
    color: var(--kendo-color-primary);
}

.details-grid[b-o7iaodj5j7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 1.5rem;
}

.details-list[b-o7iaodj5j7] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem 1.5rem;
}

.details-list dt[b-o7iaodj5j7] {
    font-weight: 600;
    color: #6c757d;
}

.details-list dd[b-o7iaodj5j7] {
    margin: 0;
}

/* Subscription History timeline. */
.subscription-timeline[b-o7iaodj5j7] {
    padding: 0;
    max-width: 800px;
}

.timeline-item[b-o7iaodj5j7] {
    display: flex;
    position: relative;
    padding-bottom: 2rem;
}

.timeline-item:last-child .marker-line[b-o7iaodj5j7] {
    display: none;
}

.timeline-item:last-child[b-o7iaodj5j7] {
    padding-bottom: 0;
}

.timeline-marker[b-o7iaodj5j7] {
    position: relative;
    margin-right: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 20px;
}

.marker-dot[b-o7iaodj5j7] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--kendo-color-primary);
    border: 3px solid white;
    box-shadow: 0 0 0 2px var(--kendo-color-primary);
    z-index: 1;
    flex-shrink: 0;
}

.marker-line[b-o7iaodj5j7] {
    width: 2px;
    flex: 1;
    background-color: #dee2e6;
    margin-top: 8px;
    min-height: 50px;
}

.timeline-content[b-o7iaodj5j7] {
    flex: 1;
    background: white;
    padding: 1rem 1.25rem;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
}

.timeline-content:hover[b-o7iaodj5j7] {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-color: var(--kendo-color-primary);
}

.timeline-header[b-o7iaodj5j7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.timeline-header strong[b-o7iaodj5j7] {
    color: #212529;
    font-size: 1rem;
}

.timeline-header small[b-o7iaodj5j7] {
    font-size: 0.875rem;
    white-space: nowrap;
    margin-left: 1rem;
}

.timeline-body p[b-o7iaodj5j7] {
    color: #6c757d;
    font-size: 0.875rem;
    line-height: 1.6;
}

/* Utility classes used in aspect bodies. */
.mt-2[b-o7iaodj5j7] { margin-top: 0.5rem; }
.mt-3[b-o7iaodj5j7] { margin-top: 1rem; }
.mt-4[b-o7iaodj5j7] { margin-top: 1.5rem; }
.mb-0[b-o7iaodj5j7] { margin-bottom: 0; }
.text-muted[b-o7iaodj5j7] { color: #6c757d; }
/* /UIComponants/Tenants/TenantManagar.razor.rz.scp.css */
.k-grid th.center-wrap[b-1m30775fdn],
[b-1m30775fdn] .k-grid th.center-wrap {
    justify-content: center;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
}

.k-grid th.center-wrap .k-column-title[b-1m30775fdn],
[b-1m30775fdn] .k-grid th.center-wrap .k-column-title {
    white-space: normal;
}
/* /UIComponants/TenantUsageSnapshots/TenantUsageSnapshotManager.razor.rz.scp.css */
.k-grid th.center-wrap[b-zkoq256jdr],
[b-zkoq256jdr] .k-grid th.center-wrap {
    justify-content: center;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
}

.k-grid th.center-wrap .k-column-title[b-zkoq256jdr],
[b-zkoq256jdr] .k-grid th.center-wrap .k-column-title {
    white-space: normal;
}
/* /UIComponants/Workspaces/Leadership/LeadershipDashboard.razor.rz.scp.css */
.leadership-panel-header[b-t4avzjrg6s] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
/* /UIInfrastructure/LayoutComponents/Login.razor.rz.scp.css */
/* ==========================================================================
   Login page � modern glass-card design
   ========================================================================== */

.login-page[b-waqf9zh6nx] {
    width: 100%;
    max-width: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
    color: #e2e8f0;
    animation: login-fade-in-b-waqf9zh6nx 420ms ease-out both;
}

@keyframes login-fade-in-b-waqf9zh6nx {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ---------- Card ---------- */
.login-card[b-waqf9zh6nx] {
    width: 100%;
    padding: 2.5rem 2.25rem 2rem;
    background: rgba(15, 23, 42, 0.72);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 18px;
    box-shadow:
        0 30px 60px -20px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(255, 255, 255, 0.04) inset;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

/* ---------- Logo ---------- */
.login-logo-wrapper[b-waqf9zh6nx] {
    display: flex;
    justify-content: center;
    margin-bottom: 0.25rem;
}

.login-logo[b-waqf9zh6nx] {
    width: 72px;
    height: 72px;
    object-fit: contain;
    filter: drop-shadow(0 6px 14px rgba(56, 189, 248, 0.35));
}

/* ---------- Heading ---------- */
.login-title[b-waqf9zh6nx] {
    margin: 0;
    text-align: center;
    font-size: 1.65rem;
    font-weight: 600;
    letter-spacing: -0.015em;
    color: #f8fafc;
}

.login-subtitle[b-waqf9zh6nx] {
    margin: -0.5rem 0 0.25rem;
    text-align: center;
    font-size: 0.9rem;
    color: #94a3b8;
    letter-spacing: 0.02em;
}

/* ---------- Form ---------- */
.login-form[b-waqf9zh6nx] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0.25rem;
}

.login-field[b-waqf9zh6nx] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.login-field label[b-waqf9zh6nx] {
    font-size: 0.8rem;
    font-weight: 500;
    color: #cbd5e1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.login-input[b-waqf9zh6nx] {
    width: 100%;
    padding: 0.75rem 0.95rem;
    background: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 10px;
    font-size: 0.95rem;
    color: #f1f5f9;
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
    font-family: inherit;
}

.login-input[b-waqf9zh6nx]::placeholder {
    color: #64748b;
}

.login-input:hover[b-waqf9zh6nx] {
    border-color: rgba(148, 163, 184, 0.45);
}

.login-input:focus[b-waqf9zh6nx] {
    outline: none;
    border-color: #38bdf8;
    background: rgba(15, 23, 42, 0.9);
    box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.18);
}

.login-input:autofill[b-waqf9zh6nx],
.login-input:-webkit-autofill[b-waqf9zh6nx] {
    -webkit-text-fill-color: #f1f5f9;
    -webkit-box-shadow: 0 0 0 1000px rgba(15, 23, 42, 0.9) inset;
    caret-color: #f1f5f9;
}

/* ---------- Error ---------- */
.login-error[b-waqf9zh6nx] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.65rem 0.85rem;
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.35);
    border-radius: 10px;
    color: #fecaca;
    font-size: 0.85rem;
    animation: login-shake-b-waqf9zh6nx 360ms ease;
}

.login-error-icon[b-waqf9zh6nx] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    fill: #f87171;
}

@keyframes login-shake-b-waqf9zh6nx {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-6px); }
    40% { transform: translateX(6px); }
    60% { transform: translateX(-4px); }
    80% { transform: translateX(4px); }
}

/* ---------- Action buttons ---------- */
.login-actions[b-waqf9zh6nx] {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.login-btn[b-waqf9zh6nx] {
    flex: 1;
    padding: 0.8rem 1rem;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: transform 120ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
    letter-spacing: 0.02em;
}

.login-btn:active[b-waqf9zh6nx] {
    transform: translateY(1px);
}

.login-btn:focus-visible[b-waqf9zh6nx] {
    outline: none;
    box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.35);
}

.login-submit-btn[b-waqf9zh6nx] {
    border: none;
    color: #0b1220;
    background: linear-gradient(135deg, #38bdf8 0%, #6366f1 100%);
    box-shadow: 0 10px 25px -10px rgba(56, 189, 248, 0.55);
}

.login-submit-btn:hover[b-waqf9zh6nx] {
    box-shadow: 0 14px 30px -8px rgba(99, 102, 241, 0.55);
    filter: brightness(1.05);
}

.login-cancel-btn[b-waqf9zh6nx] {
    background: transparent;
    color: #cbd5e1;
    border: 1px solid rgba(148, 163, 184, 0.28);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.login-cancel-btn:hover[b-waqf9zh6nx] {
    color: #f1f5f9;
    border-color: rgba(148, 163, 184, 0.55);
    background: rgba(148, 163, 184, 0.08);
}

/* ---------- Footer ---------- */
.login-footer[b-waqf9zh6nx] {
    font-size: 0.78rem;
    color: #64748b;
    letter-spacing: 0.03em;
    text-align: center;
}

/* ---------- Responsive ---------- */
@media (max-width: 480px) {
    .login-card[b-waqf9zh6nx] {
        padding: 2rem 1.4rem 1.6rem;
        border-radius: 14px;
    }

    .login-title[b-waqf9zh6nx] {
        font-size: 1.4rem;
    }

    .login-actions[b-waqf9zh6nx] {
        flex-direction: column-reverse;
    }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
    .login-page[b-waqf9zh6nx],
    .login-error[b-waqf9zh6nx] {
        animation: none;
    }

    .login-btn[b-waqf9zh6nx] {
        transition: none;
    }
}
/* /UIInfrastructure/LayoutComponents/NavMenu.razor.rz.scp.css */


/* NavMenu isolated styles */
/* ═══════════════════════════════════════════════
   NavMenu / Sidebar – global reusable component
   All values driven by --nav-* variables in :root
   ═══════════════════════════════════════════════ */

.nav-sidebar[b-li0zny3c9r] {
    width: var(--nav-width);
    transition: width var(--nav-transition);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 100;
    background: var(--nav-bg-clr);
    overflow: hidden;
}

    .nav-sidebar[b-li0zny3c9r]::-webkit-scrollbar {
        width: 8px;
        background: var(--nav-bg-clr);
    }

    .nav-sidebar[b-li0zny3c9r]::-webkit-scrollbar-thumb {
        background: var(--nav-active-clr);
        border-radius: 4px;
    }

        .nav-sidebar[b-li0zny3c9r]::-webkit-scrollbar-thumb:hover {
            background: var(--accent-clr);
        }

    .nav-sidebar.collapsed[b-li0zny3c9r] {
        width: var(--nav-width-collapsed);
    }

        .nav-sidebar.collapsed .nav-sidebar-header[b-li0zny3c9r] {
            justify-content: center;
        }

        .nav-sidebar.collapsed .nav-sidebar-logo[b-li0zny3c9r] {
            display: none;
        }

        .nav-sidebar.collapsed .nav-toggle-btn[b-li0zny3c9r] {
            margin-left: 0;
        }

        .nav-sidebar.collapsed .nav-sidebar-link[b-li0zny3c9r],
        .nav-sidebar.collapsed .nav-dropdown-btn[b-li0zny3c9r] {
            justify-content: center;
        }

            /* for NavLink-rendered anchors */
            .nav-sidebar.collapsed[b-li0zny3c9r]  .nav-sidebar-link span,
            .nav-sidebar.collapsed .nav-dropdown-btn span[b-li0zny3c9r],
            .nav-sidebar.collapsed .nav-dropdown-btn svg:last-child[b-li0zny3c9r] {
                display: none;
            }

        .nav-sidebar.collapsed .nav-sub-menu[b-li0zny3c9r] {
            max-height: 0;
            overflow: hidden;
        }

/* Header */
.nav-sidebar-header[b-li0zny3c9r] {
    display: flex;
    align-items: center;
    height: var(--sb-height);
    min-height: var(--sb-height);
    margin-bottom: 16px;
    padding-inline: var(--nav-link-padding);
    border-bottom: var(--nav-header-border);
    position: sticky;
    top: 0;
    z-index: 2;
    background: var(--nav-bg-clr);
}

.nav-sidebar-logo[b-li0zny3c9r] {
    height: var(--nav-logo-height);
    width: auto;
    object-fit: contain;
    flex-grow: 1;
}

.nav-toggle-btn[b-li0zny3c9r] {
    margin-left: auto;
    padding: 0.5em;
    border: 1.5px solid transparent;
    border-radius: var(--nav-link-radius);
    background: none;
    cursor: pointer;
}

    .nav-toggle-btn svg[b-li0zny3c9r] {
        transition: rotate 150ms ease;
        fill: var(--nav-icon-clr);
    }

    .nav-toggle-btn:hover[b-li0zny3c9r] {
        background-color: var(--nav-hover-bg);
        border: 1.5px solid var(--nav-hover-border-clr);
    }

    .nav-toggle-btn.rotated svg[b-li0zny3c9r] {
        rotate: 180deg;
    }

/* List */
.nav-sidebar-list[b-li0zny3c9r] {
    list-style: none;
    padding: 0.35rem 0.5rem;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 0;
    flex: 1 1 auto;
    scrollbar-width: thin;
    scrollbar-color: var(--nav-active-clr) var(--nav-bg-clr);
}

.nav-sidebar-item[b-li0zny3c9r] {
    font-family: "Metrophobic";
    font-size: 1rem;
    list-style: none;
}

    .nav-sidebar-item + .nav-sidebar-item[b-li0zny3c9r] {
        margin-top: 0.35rem;
    }

/* include both native links and NavLink-rendered anchors */
.nav-sidebar-link[b-li0zny3c9r],
.nav-dropdown-btn[b-li0zny3c9r],
[b-li0zny3c9r] .nav-sidebar-link {
    position: relative;
    border-radius: var(--nav-link-radius);
    padding: 0.5em 0.75em;
    text-decoration: none;
    color: var(--nav-text-clr);
    display: flex;
    align-items: center;
    gap: 0.5em;
    box-sizing: border-box;
    border: none;
}

    .nav-sidebar-link[b-li0zny3c9r]::after,
    .nav-dropdown-btn[b-li0zny3c9r]::after,
    [b-li0zny3c9r] .nav-sidebar-link::after,
    .nav-sub-menu .nav-sidebar-link[b-li0zny3c9r]::after,
    .nav-sub-menu[b-li0zny3c9r]  .nav-sidebar-link::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -0.175rem;
        transform: translateX(-50%);
        width: calc(100% - 2rem);
        height: 0.05rem;
        background-color: var(--base-2nd-clr);
        border-radius: 999px;
    }

    .nav-sidebar-link svg[b-li0zny3c9r],
    .nav-dropdown-btn svg[b-li0zny3c9r],
    [b-li0zny3c9r] .nav-sidebar-link svg {
        flex-shrink: 0;
        fill: var(--nav-icon-clr);
    }

    .nav-sidebar-link span[b-li0zny3c9r],
    .nav-dropdown-btn span[b-li0zny3c9r],
    [b-li0zny3c9r] .nav-sidebar-link span {
        flex-grow: 1;
    }

    .nav-sidebar-link:hover[b-li0zny3c9r],
    .nav-dropdown-btn:hover[b-li0zny3c9r],
    [b-li0zny3c9r] .nav-sidebar-link:hover {
        background-color: var(--nav-hover-bg);
        border: 1.5px solid var(--nav-hover-border-clr);
    }

    .nav-sidebar-link.active[b-li0zny3c9r],
    [b-li0zny3c9r] .nav-sidebar-link.active {
        color: var(--nav-active-clr);
    }

        .nav-sidebar-link.active svg[b-li0zny3c9r],
        [b-li0zny3c9r] .nav-sidebar-link.active svg {
            fill: var(--nav-active-clr);
        }

/* Dropdown */
.nav-dropdown-btn[b-li0zny3c9r] {
    width: 100%;
    text-align: left;
    background: none;
    font: inherit;
    cursor: pointer;
}

    .nav-dropdown-btn svg:last-child[b-li0zny3c9r] {
        transition: rotate 200ms ease;
    }

    .nav-dropdown-btn.rotated svg:last-child[b-li0zny3c9r] {
        rotate: 180deg;
    }

/* Submenu */
.nav-sub-menu[b-li0zny3c9r] {
    list-style: none;
    padding: 0.25rem 0 0.25rem 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--nav-transition);
}

    .nav-sub-menu.show[b-li0zny3c9r] {
        max-height: 1200px;
    }

    .nav-sub-menu li + li[b-li0zny3c9r] {
        margin-top: 0.25rem;
    }

    .nav-sub-menu .nav-sidebar-link[b-li0zny3c9r],
    .nav-sub-menu[b-li0zny3c9r]  .nav-sidebar-link {
        position: relative;
        padding-top: 0.5em;
        padding-right: 0.75em;
        padding-bottom: 0.5em;
        padding-left: 2em;
        gap: 0.5em;
        border: none;
    }

/* Icons */
.nav-icon[b-li0zny3c9r] {
    width: 24px;
    height: 24px;
    fill: currentColor;
    vertical-align: middle;
    display: inline-block;
}

/* Mobile nav-only rules */
@media (max-width: 800px) {
    .nav-sidebar[b-li0zny3c9r] {
        position: fixed;
        width: 100%;
        height: var(--nav-mobile-height);
        left: 0;
        top: unset;
        bottom: 0;
        z-index: 100;
        border-right: none;
        border-top: 1px solid var(--nav-border-clr);
        padding: 0;
    }

    .nav-sidebar-header[b-li0zny3c9r] {
        display: none;
    }

    .nav-sidebar-list[b-li0zny3c9r] {
        display: grid;
        grid-auto-columns: var(--nav-mobile-item-size);
        grid-auto-flow: column;
        align-items: center;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: auto;
        scrollbar-color: var(--nav-active-clr) var(--nav-bg-clr);
    }

    .nav-sidebar-item[b-li0zny3c9r] {
        height: 100%;
    }

    .nav-sidebar-link[b-li0zny3c9r],
    .nav-dropdown-btn[b-li0zny3c9r],
    [b-li0zny3c9r] .nav-sidebar-link {
        width: var(--nav-mobile-item-size);
        height: var(--nav-mobile-item-size);
        border: 2px solid transparent;
        padding: 0;
        border-radius: 0;
        justify-content: center;
    }

        .nav-sidebar-link:hover[b-li0zny3c9r],
        .nav-dropdown-btn:hover[b-li0zny3c9r],
        [b-li0zny3c9r] .nav-sidebar-link:hover {
            background-color: var(--nav-hover-bg);
            border: 2px solid var(--nav-hover-border-clr);
        }

        .nav-sidebar-link span[b-li0zny3c9r],
        .nav-dropdown-btn span[b-li0zny3c9r],
        .nav-dropdown-btn svg:last-child[b-li0zny3c9r],
        [b-li0zny3c9r] .nav-sidebar-link span {
            display: none;
        }

    .nav-sub-menu.show[b-li0zny3c9r] {
        position: fixed;
        bottom: var(--nav-mobile-height);
        left: 0;
        box-sizing: border-box;
        height: var(--nav-mobile-height);
        width: 100%;
        max-height: none;
        background-color: var(--nav-hover-bg);
        display: flex;
        justify-content: center;
    }

        .nav-sub-menu.show li[b-li0zny3c9r] {
            display: inline-flex;
        }

        .nav-sub-menu.show .nav-sidebar-link[b-li0zny3c9r],
        .nav-sub-menu.show[b-li0zny3c9r]  .nav-sidebar-link {
            box-sizing: border-box;
            padding: 1em;
            width: auto;
            justify-content: center;
        }
}
/* /UIInfrastructure/Layouts/LoginLayout.razor.rz.scp.css */
/* Login layout: full-viewport branded backdrop.
   Pins to the viewport so it covers the entire screen regardless of the
   surrounding Telerik host chrome, and centers the login card.

   NOTE: no ::deep here — `.login-shell` is authored directly in
   LoginLayout.razor, so it IS the scoped element. ::deep would target
   descendants only and the rules would never apply. */
.login-shell[b-btgj13h49i] {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    overflow: auto;
    background:
        radial-gradient(circle at 15% 20%, rgba(56, 189, 248, 0.18), transparent 55%),
        radial-gradient(circle at 85% 80%, rgba(99, 102, 241, 0.22), transparent 50%),
        linear-gradient(135deg, #0f172a 0%, #1e293b 55%, #0b1220 100%);
    font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
    z-index: 0;
    box-sizing: border-box;
}

.login-shell[b-btgj13h49i]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(148, 163, 184, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.06) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
    pointer-events: none;
    z-index: 0;
}

/* Ensure the login card sits above the decorative grid overlay. Uses ::deep
   because @Body-rendered children (the Login page) live in a different
   component scope. */
[b-btgj13h49i] > * {
    position: relative;
    z-index: 1;
}
/* /UIInfrastructure/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-wmpnyzt8eg],
.components-reconnect-repeated-attempt-visible[b-wmpnyzt8eg],
.components-reconnect-failed-visible[b-wmpnyzt8eg],
.components-pause-visible[b-wmpnyzt8eg],
.components-resume-failed-visible[b-wmpnyzt8eg],
.components-rejoining-animation[b-wmpnyzt8eg] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-wmpnyzt8eg],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-wmpnyzt8eg],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-wmpnyzt8eg],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-wmpnyzt8eg],
#components-reconnect-modal.components-reconnect-retrying[b-wmpnyzt8eg],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-wmpnyzt8eg],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-wmpnyzt8eg],
#components-reconnect-modal.components-reconnect-failed[b-wmpnyzt8eg],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-wmpnyzt8eg] {
    display: block;
}


#components-reconnect-modal[b-wmpnyzt8eg] {
    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-wmpnyzt8eg 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-wmpnyzt8eg 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-wmpnyzt8eg 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-wmpnyzt8eg]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-wmpnyzt8eg 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-wmpnyzt8eg {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-wmpnyzt8eg {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-wmpnyzt8eg {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-wmpnyzt8eg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-wmpnyzt8eg] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-wmpnyzt8eg] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-wmpnyzt8eg] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-wmpnyzt8eg] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-wmpnyzt8eg] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-wmpnyzt8eg] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-wmpnyzt8eg 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-wmpnyzt8eg] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-wmpnyzt8eg {
    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;
    }
}
