/* _content/Whirlwind.Portal/UI/Components/Loader.razor.rz.scp.css */
.ww-loading-container[b-4v4d0466ed] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Pulsing dots */
.ww-loading-dots[b-4v4d0466ed] {
    display: flex;
    align-items: center;
    gap: calc(var(--ww-dot-size, 12px) * 0.8);
}

.ww-dot[b-4v4d0466ed] {
    width: var(--ww-dot-size, 12px);
    height: var(--ww-dot-size, 12px);
    border-radius: 50%;
    background-color: var(--ww-dot-color, currentColor);
    opacity: 0.3;
    animation: wwDotPulse-b-4v4d0466ed 1.4s ease-in-out infinite;
}

    .ww-dot:nth-child(2)[b-4v4d0466ed] {
        animation-delay: 0.2s;
    }

    .ww-dot:nth-child(3)[b-4v4d0466ed] {
        animation-delay: 0.4s;
    }

@keyframes wwDotPulse-b-4v4d0466ed {
    0%, 80%, 100% {
        opacity: 0.3;
        transform: scale(0.8);
    }

    40% {
        opacity: 1;
        transform: scale(1.2);
    }
}

.ww-loading-text[b-4v4d0466ed] {
    font-size: 14px;
    font-weight: 500;
    margin-top: 14px;
    letter-spacing: 0.3px;
    opacity: 0.8;
}
/* _content/Whirlwind.Portal/UI/Components/SupportTicket.razor.rz.scp.css */
/* Floating help button */
.support-fab[b-a923w32j3n] {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    z-index: 100;
}

    .support-fab:hover[b-a923w32j3n] {
        transform: scale(1.08);
        box-shadow: 0 6px 20px rgba(59, 130, 246, 0.5);
    }

    .support-fab:active[b-a923w32j3n] {
        transform: scale(0.95);
    }

/* Popup body */
.support-body[b-a923w32j3n] {
    padding: 4px 0;
    font-size: 14px;
}

.support-intro[b-a923w32j3n] {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Form layout */
.support-form[b-a923w32j3n] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.support-field[b-a923w32j3n] {
    text-align: left;
}

.support-field-label[b-a923w32j3n] {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #475569;
    margin-bottom: 6px;
}

[b-a923w32j3n] .support-field-input {
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    font-size: 14px;
    font-family: inherit;
    color: #1e293b;
    background-color: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

    [b-a923w32j3n] .support-field-input:focus-within {
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    }

/* Success message */
.support-success[b-a923w32j3n] {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    background-color: rgba(34, 197, 94, 0.08);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 8px;
    color: #166534;
    font-size: 14px;
    font-weight: 500;
}
/* _content/Whirlwind.Portal/UI/Pages/Admin/DatabaseMaintenance.razor.rz.scp.css */
.dbm-content[b-8vghw0g4j8] {
    padding: 20px;
}

.dbm-empty-state[b-8vghw0g4j8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 60px 20px;
    color: var(--bs-secondary);
    font-size: 15px;
}

.dbm-empty-state i[b-8vghw0g4j8] {
    font-size: 40px;
    opacity: 0.4;
}

.dbm-empty-hint[b-8vghw0g4j8] {
    font-size: 13px;
    opacity: 0.6;
}

/* ─── Query Tool ─── */
.dbm-query-section[b-8vghw0g4j8] {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top: 16px;
}

.dbm-controls-row[b-8vghw0g4j8] {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}

.dbm-company-select[b-8vghw0g4j8] {
    flex: 1;
    min-width: 280px;
    max-width: 500px;
}

.dbm-all-toggle[b-8vghw0g4j8] {
    padding-bottom: 4px;
}

.dbm-label[b-8vghw0g4j8] {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--bs-secondary-color);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* ─── Version Bar ─── */
.dbm-version-bar[b-8vghw0g4j8] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid var(--ww-border-color, rgba(0,0,0,0.1));
    background: var(--ww-card-bg, var(--bs-body-bg));
    align-items: center;
}

.dbm-version-item[b-8vghw0g4j8] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
}

.dbm-version-label[b-8vghw0g4j8] {
    font-weight: 600;
    color: var(--bs-secondary-color);
}

.dbm-version-value[b-8vghw0g4j8] {
    color: var(--bs-body-color);
}

/* ─── Editor ─── */
.dbm-editor[b-8vghw0g4j8] {
    display: flex;
    flex-direction: column;
}

.dbm-memo[b-8vghw0g4j8] {
    font-family: 'Cascadia Code', 'Fira Code', 'Consolas', monospace !important;
    font-size: 13px !important;
}

/* ─── Action Row ─── */
.dbm-action-row[b-8vghw0g4j8] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.dbm-progress-text[b-8vghw0g4j8] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--bs-primary);
    font-weight: 500;
}

.dbm-inline-spinner[b-8vghw0g4j8] {
    width: 16px;
    height: 16px;
}

.dbm-result-meta[b-8vghw0g4j8] {
    font-size: 12px;
    color: var(--bs-secondary-color);
}

/* ─── Error ─── */
.dbm-query-error[b-8vghw0g4j8] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 6px;
    background: rgba(220, 53, 69, 0.06);
    border: 1px solid rgba(220, 53, 69, 0.2);
    font-size: 13px;
    color: #dc3545;
    word-break: break-word;
}

.dbm-error-pre[b-8vghw0g4j8] {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    word-break: break-word;
}

/* ─── Results Grid ─── */
.dbm-results-grid[b-8vghw0g4j8] {
    margin-top: 4px;
    overflow-x: auto;
}

.dbm-grid[b-8vghw0g4j8] {
    border-radius: 8px;
    overflow: hidden;
}

/* ─── Schema Results ─── */
.dbm-schema-section[b-8vghw0g4j8] {
    padding-top: 16px;
}

.dbm-schema-toolbar[b-8vghw0g4j8] {
    margin-bottom: 12px;
}

.dbm-footer[b-8vghw0g4j8] {
    margin-top: 12px;
    font-size: 12px;
    color: var(--bs-secondary-color);
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ─── Schema Summary Cards ─── */
.sr-summary[b-8vghw0g4j8] {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.sr-summary-card[b-8vghw0g4j8] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid var(--ww-border-color, rgba(0,0,0,0.1));
    background: var(--ww-card-bg, var(--bs-body-bg));
    min-width: 120px;
}

.sr-summary-success[b-8vghw0g4j8] { border-color: rgba(34, 197, 94, 0.3); }
.sr-summary-failed[b-8vghw0g4j8] { border-color: rgba(220, 53, 69, 0.3); }

.sr-summary-label[b-8vghw0g4j8] {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: var(--bs-secondary-color);
}

.sr-summary-value[b-8vghw0g4j8] {
    font-size: 22px;
    font-weight: 700;
}

.sr-summary-success .sr-summary-value[b-8vghw0g4j8] { color: #22c55e; }
.sr-summary-failed .sr-summary-value[b-8vghw0g4j8] { color: #dc3545; }

/* ─── Status Badges ─── */
.sr-status-badge[b-8vghw0g4j8] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 6px;
}

.sr-status-success[b-8vghw0g4j8] {
    background-color: rgba(25, 135, 84, 0.15);
    color: #198754;
}

.sr-status-failed[b-8vghw0g4j8] {
    background-color: rgba(220, 53, 69, 0.15);
    color: #dc3545;
}

/* ─── Error Popup ─── */
.dbm-error-popup-body[b-8vghw0g4j8] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 400px;
    overflow-y: auto;
    padding: 4px;
}

.dbm-error-item[b-8vghw0g4j8] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 6px;
    background: rgba(220, 53, 69, 0.06);
    border: 1px solid rgba(220, 53, 69, 0.15);
    font-size: 13px;
    line-height: 1.5;
    word-break: break-word;
}

.dbm-error-item i[b-8vghw0g4j8] {
    margin-top: 2px;
    flex-shrink: 0;
}
/* _content/Whirlwind.Portal/UI/Pages/Admin/DBLocks.razor.rz.scp.css */
/* Scoped CSS for DBLocks page - minimal overrides */
/* _content/Whirlwind.Portal/UI/Pages/Admin/DispatchTrackImport.razor.rz.scp.css */
.dt-import-content[b-rpgj9kssg4] {
    padding: 20px;
}

/* ── Form Card ───────────────────────────────────────────────── */
.dt-import-card[b-rpgj9kssg4] {
    padding: 24px;
    border-radius: 10px;
    border: 1px solid var(--ww-border-color, rgba(0,0,0,0.1));
    background: var(--ww-card-bg, var(--bs-body-bg));
    max-width: 720px;
}

.dt-import-header[b-rpgj9kssg4] {
    font-size: 15px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

.dt-form-grid[b-rpgj9kssg4] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 20px;
}

.dt-form-field[b-rpgj9kssg4] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dt-form-label[b-rpgj9kssg4] {
    font-size: 13px;
    font-weight: 500;
    color: var(--bs-secondary-color);
}

/* ── Mode Selection (radio) ──────────────────────────────────── */
.dt-form-options[b-rpgj9kssg4] {
    margin-bottom: 16px;
    padding: 14px;
    border-radius: 6px;
    background: color-mix(in srgb, var(--bs-primary) 4%, transparent);
    border: 1px solid color-mix(in srgb, var(--bs-primary) 10%, transparent);
    font-size: 13px;
}

[b-rpgj9kssg4] .dt-mode-radio {
    gap: 6px;
}

.dt-import-options-row[b-rpgj9kssg4] {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid color-mix(in srgb, var(--bs-primary) 10%, transparent);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dt-import-checks[b-rpgj9kssg4] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 24px;
    font-size: 13px;
}

.dt-concurrency-row[b-rpgj9kssg4] {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid color-mix(in srgb, var(--bs-primary) 10%, transparent);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

[b-rpgj9kssg4] .dt-spin-threads {
    width: 80px;
}

.dt-form-actions[b-rpgj9kssg4] {
    display: flex;
    gap: 8px;
    padding-top: 4px;
}

/* ── Progress Bar ────────────────────────────────────────────── */
.dt-progress-section[b-rpgj9kssg4] {
    margin-top: 16px;
    max-width: 720px;
}

.dt-progress-label[b-rpgj9kssg4] {
    font-size: 13px;
    color: var(--bs-body-color);
    font-weight: 500;
}

.dt-progress-pct[b-rpgj9kssg4] {
    font-size: 13px;
    font-weight: 700;
    color: var(--bs-primary);
}

.dt-progress-track[b-rpgj9kssg4] {
    height: 8px;
    border-radius: 4px;
    background: color-mix(in srgb, var(--bs-primary) 10%, transparent);
    overflow: hidden;
}

.dt-progress-fill[b-rpgj9kssg4] {
    height: 100%;
    border-radius: 4px;
    background: var(--bs-primary);
    transition: width 0.3s ease;
}

.dt-progress-fill.dt-progress-paused[b-rpgj9kssg4] {
    background: var(--warning-base, #f0ad4e);
}

.dt-progress-detail[b-rpgj9kssg4] {
    font-size: 12px;
    color: var(--bs-secondary-color);
    margin-top: 4px;
    display: block;
}

/* ── Status Badges (toolbar) ─────────────────────────────────── */
.dt-status-badge[b-rpgj9kssg4] {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    white-space: nowrap;
}

.dt-status-importing[b-rpgj9kssg4] {
    background-color: color-mix(in srgb, var(--bs-primary) 12%, transparent);
    color: var(--bs-primary);
}

.dt-status-paused[b-rpgj9kssg4] {
    background-color: color-mix(in srgb, var(--warning-base, #f0ad4e) 15%, transparent);
    color: color-mix(in srgb, var(--warning-base, #f0ad4e) 85%, black);
}

.dt-status-complete[b-rpgj9kssg4] {
    background-color: color-mix(in srgb, var(--success-base) 15%, transparent);
    color: var(--success-base);
}

.dt-status-error[b-rpgj9kssg4] {
    background-color: color-mix(in srgb, var(--warning-base) 15%, transparent);
    color: color-mix(in srgb, var(--warning-base) 85%, black);
}

/* ── Results Section ─────────────────────────────────────────── */
.dt-results-section[b-rpgj9kssg4] {
    margin-top: 20px;
}

.dt-results-header[b-rpgj9kssg4] {
    font-size: 14px;
    padding: 8px 0;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}

.dt-log-grid[b-rpgj9kssg4] {
    height: calc(100vh - 440px);
    min-height: 200px;
}

/* ── Empty State ─────────────────────────────────────────────── */
.dt-empty-state[b-rpgj9kssg4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    color: var(--bs-secondary);
}

.dt-empty-state i[b-rpgj9kssg4] {
    font-size: 48px;
    opacity: 0.4;
    margin-bottom: 12px;
}

.dt-empty-state h5[b-rpgj9kssg4] {
    margin-bottom: 4px;
    color: var(--bs-body-color);
}

.dt-empty-state p[b-rpgj9kssg4] {
    margin: 0;
    font-size: 14px;
    max-width: 400px;
    text-align: center;
}
/* _content/Whirlwind.Portal/UI/Pages/Auth/DbError.razor.rz.scp.css */
.dberror-container[b-zlgj00da36] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    z-index: 2;
}

.dberror-box[b-zlgj00da36] {
    width: 420px;
    padding: 40px 36px 32px;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 60px;
    background-color: rgba(15, 23, 42, 0.65) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    position: relative;
}

/* ─── Bobbing icon ─── */
.dberror-icon-wrapper[b-zlgj00da36] {
    position: relative;
    display: inline-block;
    margin-bottom: 24px;
}

.dberror-icon-bobbing[b-zlgj00da36] {
    position: relative;
    animation: dberrorBob 3s ease-in-out infinite;
}

.dberror-db-icon[b-zlgj00da36] {
    width: 72px;
    height: 72px;
    color: rgba(255, 255, 255, 0.55);
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}

.dberror-disconnect-badge[b-zlgj00da36] {
    position: absolute;
    bottom: -4px;
    right: -8px;
    width: 28px;
    height: 28px;
    background: #ef4444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.4);
    animation: dberrorPulse 2s ease-in-out infinite;
}

    .dberror-disconnect-badge svg[b-zlgj00da36] {
        width: 14px;
        height: 14px;
        color: white;
    }

.dberror-pulse-ring[b-zlgj00da36] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid rgba(239, 68, 68, 0.2);
    animation: dberrorRing 3s ease-out infinite;
    pointer-events: none;
}

@@keyframes dberrorBob {
    0%[b-zlgj00da36], 100%[b-zlgj00da36] { transform: translateY(0); }
    50%[b-zlgj00da36] { transform: translateY(-10px); }
}

@@keyframes dberrorPulse {
    0%[b-zlgj00da36], 100%[b-zlgj00da36] { opacity: 1; transform: scale(1); }
    50%[b-zlgj00da36] { opacity: 0.7; transform: scale(1.1); }
}

@@keyframes dberrorRing {
    0%[b-zlgj00da36] {
        width: 80px;
        height: 80px;
        opacity: 0.5;
    }
    100%[b-zlgj00da36] {
        width: 140px;
        height: 140px;
        opacity: 0;
    }
}

/* ─── Text ─── */
.dberror-title[b-zlgj00da36] {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 10px;
    letter-spacing: 0.3px;
}

.dberror-message[b-zlgj00da36] {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 16px;
}

/* ─── Source badge ─── */
.dberror-source-badge[b-zlgj00da36] {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
    color: #fbbf24;
    background: rgba(251, 191, 36, 0.1);
    border: 1px solid rgba(251, 191, 36, 0.2);
}

.dberror-source-hq[b-zlgj00da36] {
    color: #f87171;
    background: rgba(248, 113, 113, 0.1);
    border-color: rgba(248, 113, 113, 0.2);
}

/* ─── Retry button ─── */
.dberror-retry-btn[b-zlgj00da36] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: white;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
}

    .dberror-retry-btn:hover[b-zlgj00da36] {
        background: linear-gradient(135deg, #60a5fa, #3b82f6);
        box-shadow: 0 4px 16px rgba(59, 130, 246, 0.3);
        transform: translateY(-1px);
        color: white;
        text-decoration: none;
    }

/* ─── Help button ─── */
.dberror-help-btn[b-zlgj00da36] {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.3);
    font-size: 18px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 50%;
    transition: all 0.2s ease;
    line-height: 1;
}

    .dberror-help-btn:hover[b-zlgj00da36] {
        color: rgba(255, 255, 255, 0.7);
        background: rgba(255, 255, 255, 0.08);
    }

/* ─── Help popup content ─── */
[b-zlgj00da36] .dberror-help-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 8px 0;
}

[b-zlgj00da36] .dberror-help-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

[b-zlgj00da36] .dberror-help-icon {
    font-size: 20px;
    color: var(--dxbl-text-edit-focus-color, #3b82f6);
    flex-shrink: 0;
    margin-top: 2px;
}

[b-zlgj00da36] .dberror-help-item strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
}

[b-zlgj00da36] .dberror-help-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    opacity: 0.8;
}

[b-zlgj00da36] .dberror-help-item a {
    color: var(--dxbl-text-edit-focus-color, #3b82f6);
}

/* ─── Light mode ─── */
@media (prefers-color-scheme: light) {
    .dberror-box[b-zlgj00da36] {
        background-color: rgba(255, 255, 255, 0.85) !important;
        border-color: rgba(0, 0, 0, 0.08);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    }

    .dberror-title[b-zlgj00da36] {
        color: #1e293b;
    }

    .dberror-message[b-zlgj00da36] {
        color: #64748b;
    }

    .dberror-db-icon[b-zlgj00da36] {
        color: #94a3b8;
    }

    .dberror-help-btn[b-zlgj00da36] {
        color: rgba(0, 0, 0, 0.25);
    }

        .dberror-help-btn:hover[b-zlgj00da36] {
            color: rgba(0, 0, 0, 0.55);
            background: rgba(0, 0, 0, 0.05);
        }

    .dberror-source-badge[b-zlgj00da36] {
        color: #b45309;
        background: rgba(180, 83, 9, 0.08);
        border-color: rgba(180, 83, 9, 0.15);
    }

    .dberror-source-hq[b-zlgj00da36] {
        color: #dc2626;
        background: rgba(220, 38, 38, 0.06);
        border-color: rgba(220, 38, 38, 0.15);
    }
}
/* _content/Whirlwind.Portal/UI/Pages/Auth/Login.razor.rz.scp.css */
.login-container[b-r76brh4byt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    z-index: 2;
}

.login-box[b-r76brh4byt] {
    width: 400px;
    padding: 32px 30px 26px;
    border-radius: 16px;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    background-color: rgba(15, 23, 42, 0.65) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    --ww-loading-color: white;
    overflow: hidden;
}

.login-header[b-r76brh4byt] {
    margin-bottom: 16px;
}

    .login-header .ww-logo[b-r76brh4byt] {
        max-width: 180px;
        margin-bottom: 10px;
    }

.login-logo-placeholder[b-r76brh4byt] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin-bottom: 10px;
}

.login-logo-placeholder-text[b-r76brh4byt] {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.6);
    animation: placeholderPulse-b-r76brh4byt 2s ease-in-out infinite;
}

@keyframes placeholderPulse-b-r76brh4byt {
    0%, 100% {
        opacity: 0.6;
    }

    50% {
        opacity: 0.3;
    }
}

.login-title[b-r76brh4byt] {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    letter-spacing: 0.3px;
}

/* Form layout */
.login-form[b-r76brh4byt] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.login-field[b-r76brh4byt] {
    text-align: left;
}

.login-field-label[b-r76brh4byt] {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 6px;
}

[b-r76brh4byt] .login-field-input {
width: 100%;
height: 44px;
    padding: 0 12px;
    font-size: 14px;
    font-family: inherit;
    color: white;
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    outline: none;
    transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

    [b-r76brh4byt] .login-field-input::placeholder {
        color: rgba(255, 255, 255, 0.3);
    }

    [b-r76brh4byt] .login-field-input:focus {
        border-color: rgba(59, 130, 246, 0.6);
        background-color: rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.08);
    }

    [b-r76brh4byt] .login-field-input.invalid {
        border-color: rgba(220, 53, 69, 0.5);
    }

.login-field[b-r76brh4byt]  .validation-message {
position: static;
    width: auto;
    background-color: transparent;
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 4px;
    text-align: left;
}

/* Password wrapper with toggle */
.login-password-wrapper[b-r76brh4byt] {
    position: relative;
}

    .login-password-wrapper[b-r76brh4byt]  .login-field-input {
        padding-right: 42px;
    }

.login-password-toggle[b-r76brh4byt] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    transition: color 0.15s ease;
}

    .login-password-toggle:hover[b-r76brh4byt] {
        color: rgba(255, 255, 255, 0.75);
    }

/* Forgot password */
.login-forgot-link[b-r76brh4byt] {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.15s ease;
}

    .login-forgot-link:hover[b-r76brh4byt] {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: underline;
    }

/* Error alert */
.login-alert[b-r76brh4byt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    background-color: rgba(220, 53, 69, 0.15);
    border: 1px solid rgba(220, 53, 69, 0.4);
    color: #ffc9c9;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    text-align: left;
    margin-bottom: 16px;
    animation: alertSlideIn-b-r76brh4byt 0.25s ease-out;
}

.login-alert-icon[b-r76brh4byt] {
    color: #ff6b6b;
    font-size: 16px;
    flex-shrink: 0;
}

.login-alert-dismiss[b-r76brh4byt] {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    flex-shrink: 0;
}

    .login-alert-dismiss:hover[b-r76brh4byt] {
        color: white;
    }

@keyframes alertSlideIn-b-r76brh4byt {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Submit button (DxButton) */
[b-r76brh4byt] .login-submit-btn-dx {
width: 100%;
    height: 44px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 8px !important;
}

/* Divider */
.login-divider[b-r76brh4byt] {
    display: flex;
    align-items: center;
    margin: 16px 0;
}

    .login-divider hr[b-r76brh4byt] {
        flex-grow: 1;
        border-color: rgba(255, 255, 255, 0.12);
    }

    .login-divider span[b-r76brh4byt] {
        padding: 0 12px;
        color: rgba(255, 255, 255, 0.4);
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

/* Microsoft SSO button */
.login-microsoft-btn[b-r76brh4byt] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 16px;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

    .login-microsoft-btn:hover[b-r76brh4byt] {
        background-color: rgba(255, 255, 255, 0.12);
        border-color: rgba(255, 255, 255, 0.25);
    }

/* Google SSO button */
.login-google-btn[b-r76brh4byt] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 16px;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

    .login-google-btn:hover[b-r76brh4byt] {
        background-color: rgba(255, 255, 255, 0.12);
        border-color: rgba(255, 255, 255, 0.25);
    }

.signup-link[b-r76brh4byt] {
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    margin: 0;
}

    .signup-link .link-btn[b-r76brh4byt] {
        color: white !important;
        text-decoration: underline;
        cursor: pointer;
    }

        .signup-link .link-btn:hover[b-r76brh4byt] {
            color: rgba(255,255,255,0.8) !important;
        }

/* What's new link */
.login-whats-new-link[b-r76brh4byt] {
    display: inline-block;
    margin-top: 12px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35);
    text-decoration: none;
    cursor: pointer;
    transition: color 0.15s ease;
}

    .login-whats-new-link:hover[b-r76brh4byt] {
        color: rgba(255, 255, 255, 0.65);
    }

/* Product info popup content */
[b-r76brh4byt] .product-info {
padding: 4px 0;
    font-size: 14px;
}

[b-r76brh4byt] .product-info-intro {
margin-bottom: 20px;
    line-height: 1.6;
}

[b-r76brh4byt] .product-info-legacy {
display: flex;
    flex-direction: column;
    gap: 8px;
}

[b-r76brh4byt] .product-info-item {
display: flex;
align-items: center;
gap: 10px;
    padding: 8px 12px;
    background-color: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

[b-r76brh4byt] .product-info-badge {
display: inline-block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 2px 8px;
    border-radius: 4px;
    background-color: #e2e8f0;
    color: #475569;
    min-width: 52px;
    text-align: center;
}

[b-r76brh4byt] .product-info-name {
font-size: 13px;
    color: #334155;
}

[b-r76brh4byt] .product-info-arrow {
text-align: center;
padding: 12px 0;
    font-size: 24px;
    color: #3b82f6;
}

[b-r76brh4byt] .product-info-unified {
text-align: center;
font-size: 18px;
    padding: 14px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    border-radius: 10px;
    margin-bottom: 20px;
}

[b-r76brh4byt] .product-info-details {
list-style: none;
    padding: 0;
    margin: 0;
}

    [b-r76brh4byt] .product-info-details li {
        padding: 6px 0;
        font-size: 13px;
        color: #475569;
        display: flex;
        align-items: center;
    }

/* Light mode */

/* ─── Sliding Panels ─── */
.login-panel[b-r76brh4byt] {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.panel-active[b-r76brh4byt] {
    opacity: 1;
    transform: translateX(0);
}

.panel-hidden-left[b-r76brh4byt] {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    transform: translateX(-20px);
}

.panel-hidden-right[b-r76brh4byt] {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    transform: translateX(20px);
}

/* ─── Forgot Password Panel ─── */
.forgot-header[b-r76brh4byt] {
    margin-bottom: 20px;
}

    .forgot-header i[b-r76brh4byt] {
        font-size: 32px;
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 8px;
        display: block;
    }

    .forgot-header h5[b-r76brh4byt] {
        color: rgba(255, 255, 255, 0.9);
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 8px;
    }

    .forgot-header p[b-r76brh4byt] {
        color: rgba(255, 255, 255, 0.55);
        font-size: 13px;
        line-height: 1.5;
        margin: 0;
    }

.forgot-success[b-r76brh4byt] {
    padding: 10px 0 16px;
}

    .forgot-success i[b-r76brh4byt] {
        font-size: 40px;
        color: #34d399;
        display: block;
        margin-bottom: 10px;
    }

    .forgot-success h5[b-r76brh4byt] {
        color: rgba(255, 255, 255, 0.9);
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .forgot-success p[b-r76brh4byt] {
        color: rgba(255, 255, 255, 0.65);
        font-size: 13px;
        line-height: 1.5;
        margin: 0 0 6px;
    }

.forgot-success-hint[b-r76brh4byt] {
    color: rgba(255, 255, 255, 0.35) !important;
    font-size: 12px !important;
}

.forgot-back-row[b-r76brh4byt] {
    margin-top: 16px;
    text-align: center;
}

    .forgot-back-row .login-forgot-link[b-r76brh4byt] {
        cursor: pointer;
    }

@media (prefers-color-scheme: light) {
    .login-box[b-r76brh4byt] {
        background-color: rgba(255, 255, 255, 0.85) !important;
        border-color: rgba(0, 0, 0, 0.08);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
        --ww-loading-color: #1e293b;
    }

    .login-title[b-r76brh4byt] {
        color: #1e293b;
    }

    .login-logo-placeholder-text[b-r76brh4byt] {
        color: rgba(0, 0, 0, 0.4);
    }

    .login-field-label[b-r76brh4byt] {
        color: #475569;
    }

    [b-r76brh4byt] .login-field-input {
        color: #1e293b;
        background-color: rgba(0, 0, 0, 0.03);
        border-color: rgba(0, 0, 0, 0.15);
    }

        [b-r76brh4byt] .login-field-input::placeholder {
            color: rgba(0, 0, 0, 0.35);
        }

        [b-r76brh4byt] .login-field-input:focus {
            border-color: #3b82f6;
            background-color: white;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

        [b-r76brh4byt] .login-field-input.invalid {
            border-color: #dc2626;
        }

    .login-field[b-r76brh4byt]  .validation-message {
        color: #dc2626;
    }

    .login-password-toggle[b-r76brh4byt] {
        color: rgba(0, 0, 0, 0.35);
    }

        .login-password-toggle:hover[b-r76brh4byt] {
            color: rgba(0, 0, 0, 0.65);
        }

    .login-forgot-link[b-r76brh4byt] {
        color: #3b82f6;
    }

        .login-forgot-link:hover[b-r76brh4byt] {
            color: #2563eb;
        }

    .login-alert[b-r76brh4byt] {
        background-color: rgba(220, 53, 69, 0.08);
        border-color: rgba(220, 53, 69, 0.3);
        color: #991b1b;
    }

    .login-alert-icon[b-r76brh4byt] {
        color: #dc2626;
    }

    .login-alert-dismiss[b-r76brh4byt] {
        color: rgba(0, 0, 0, 0.4);
    }

        .login-alert-dismiss:hover[b-r76brh4byt] {
            color: #1e293b;
        }

    .login-divider hr[b-r76brh4byt] {
        border-color: rgba(0, 0, 0, 0.1);
    }

    .login-divider span[b-r76brh4byt] {
        color: rgba(0, 0, 0, 0.4);
    }

    .login-microsoft-btn[b-r76brh4byt] {
        background-color: rgba(0, 0, 0, 0.03);
        border-color: rgba(0, 0, 0, 0.15);
        color: #1e293b;
    }

        .login-microsoft-btn:hover[b-r76brh4byt] {
            background-color: rgba(0, 0, 0, 0.06);
            border-color: rgba(0, 0, 0, 0.2);
        }

    .signup-link[b-r76brh4byt] {
        color: #64748b;
    }

        .signup-link .link-btn[b-r76brh4byt] {
            color: #3b82f6 !important;
        }

            .signup-link .link-btn:hover[b-r76brh4byt] {
                color: #2563eb !important;
            }

    .login-whats-new-link[b-r76brh4byt] {
        color: rgba(0, 0, 0, 0.3);
    }

        .login-whats-new-link:hover[b-r76brh4byt] {
            color: rgba(0, 0, 0, 0.55);
        }

    .forgot-header i[b-r76brh4byt] {
        color: rgba(0, 0, 0, 0.4);
    }

    .forgot-header h5[b-r76brh4byt] {
        color: #1e293b;
    }

    .forgot-header p[b-r76brh4byt] {
        color: #64748b;
    }

    .forgot-success h5[b-r76brh4byt] {
        color: #1e293b;
    }

    .forgot-success p[b-r76brh4byt] {
        color: #475569;
    }

    .forgot-success-hint[b-r76brh4byt] {
        color: #94a3b8 !important;
    }
}
/* _content/Whirlwind.Portal/UI/Pages/Auth/ResetPassword.razor.rz.scp.css */
/* ResetPassword page — duplicated from Login.razor.css for scoped isolation */

.login-container[b-q3h420oze6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    z-index: 2;
}

.login-box[b-q3h420oze6] {
    width: 400px;
    padding: 32px 30px 26px;
    border-radius: 16px;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    background-color: rgba(15, 23, 42, 0.65) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    overflow: hidden;
}

.login-header[b-q3h420oze6] {
    margin-bottom: 16px;
}

    .login-header .ww-logo[b-q3h420oze6] {
        max-width: 180px;
        margin-bottom: 10px;
    }

.login-logo-placeholder[b-q3h420oze6] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin-bottom: 10px;
}

.login-logo-placeholder-text[b-q3h420oze6] {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.6);
    animation: placeholderPulse-b-q3h420oze6 2s ease-in-out infinite;
}

@keyframes placeholderPulse-b-q3h420oze6 {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 0.3; }
}

/* Form layout */
.login-form[b-q3h420oze6] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.login-field[b-q3h420oze6] {
    text-align: left;
}

.login-field-label[b-q3h420oze6] {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 6px;
}

[b-q3h420oze6] .login-field-input {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    font-size: 14px;
    font-family: inherit;
    color: white;
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    outline: none;
    transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

    [b-q3h420oze6] .login-field-input::placeholder {
        color: rgba(255, 255, 255, 0.3);
    }

    [b-q3h420oze6] .login-field-input:focus {
        border-color: rgba(59, 130, 246, 0.6);
        background-color: rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.08);
    }

/* Password wrapper with toggle */
.login-password-wrapper[b-q3h420oze6] {
    position: relative;
}

    .login-password-wrapper[b-q3h420oze6]  .login-field-input {
        padding-right: 42px;
    }

.login-password-toggle[b-q3h420oze6] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    transition: color 0.15s ease;
}

    .login-password-toggle:hover[b-q3h420oze6] {
        color: rgba(255, 255, 255, 0.75);
    }

/* Error alert */
.login-alert[b-q3h420oze6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    background-color: rgba(220, 53, 69, 0.15);
    border: 1px solid rgba(220, 53, 69, 0.4);
    color: #ffc9c9;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    text-align: left;
    margin-bottom: 16px;
    animation: alertSlideIn-b-q3h420oze6 0.25s ease-out;
}

.login-alert-icon[b-q3h420oze6] {
    color: #ff6b6b;
    font-size: 16px;
    flex-shrink: 0;
}

.login-alert-dismiss[b-q3h420oze6] {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    flex-shrink: 0;
}

    .login-alert-dismiss:hover[b-q3h420oze6] {
        color: white;
    }

@keyframes alertSlideIn-b-q3h420oze6 {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Submit button */
[b-q3h420oze6] .login-submit-btn-dx {
    width: 100%;
    height: 44px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 8px !important;
}

/* ─── Reset-specific styles ─── */
.reset-state-panel[b-q3h420oze6] {
    padding: 16px 0 8px;
}

.reset-icon-expired[b-q3h420oze6] {
    font-size: 40px;
    color: #f59e0b;
    display: block;
    margin-bottom: 10px;
}

.reset-icon-success[b-q3h420oze6] {
    font-size: 40px;
    color: #34d399;
    display: block;
    margin-bottom: 10px;
}

.reset-title[b-q3h420oze6] {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.reset-description[b-q3h420oze6] {
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.reset-back-link[b-q3h420oze6] {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.15s ease;
}

    .reset-back-link:hover[b-q3h420oze6] {
        color: rgba(255, 255, 255, 0.8);
    }

.reset-form-title[b-q3h420oze6] {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
}

.reset-form-subtitle[b-q3h420oze6] {
    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.reset-signin-btn[b-q3h420oze6] {
    display: inline-block;
    padding: 10px 28px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: white;
    background: var(--bs-primary, #3b82f6);
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: opacity 0.15s ease;
}

    .reset-signin-btn:hover[b-q3h420oze6] {
        opacity: 0.9;
        color: white;
    }

/* Light mode */
@media (prefers-color-scheme: light) {
    .login-box[b-q3h420oze6] {
        background-color: rgba(255, 255, 255, 0.85) !important;
        border-color: rgba(0, 0, 0, 0.08);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    }

    .login-field-label[b-q3h420oze6] {
        color: #475569;
    }

    [b-q3h420oze6] .login-field-input {
        color: #1e293b;
        background-color: rgba(0, 0, 0, 0.03);
        border-color: rgba(0, 0, 0, 0.15);
    }

        [b-q3h420oze6] .login-field-input::placeholder {
            color: rgba(0, 0, 0, 0.35);
        }

        [b-q3h420oze6] .login-field-input:focus {
            border-color: #3b82f6;
            background-color: white;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

    .login-password-toggle[b-q3h420oze6] {
        color: rgba(0, 0, 0, 0.35);
    }

        .login-password-toggle:hover[b-q3h420oze6] {
            color: rgba(0, 0, 0, 0.65);
        }

    .login-alert[b-q3h420oze6] {
        background-color: rgba(220, 53, 69, 0.08);
        border-color: rgba(220, 53, 69, 0.3);
        color: #991b1b;
    }

    .login-alert-icon[b-q3h420oze6] {
        color: #dc2626;
    }

    .login-alert-dismiss[b-q3h420oze6] {
        color: rgba(0, 0, 0, 0.4);
    }

        .login-alert-dismiss:hover[b-q3h420oze6] {
            color: #1e293b;
        }

    .reset-title[b-q3h420oze6] {
        color: #1e293b;
    }

    .reset-description[b-q3h420oze6] {
        color: #64748b;
    }

    .reset-back-link[b-q3h420oze6] {
        color: #3b82f6;
    }

        .reset-back-link:hover[b-q3h420oze6] {
            color: #2563eb;
        }

    .reset-form-title[b-q3h420oze6] {
        color: #1e293b;
    }

    .reset-form-subtitle[b-q3h420oze6] {
        color: #94a3b8;
    }

    .login-logo-placeholder-text[b-q3h420oze6] {
        color: rgba(0, 0, 0, 0.4);
    }
}
/* _content/Whirlwind.Portal/UI/Pages/Auth/Signup.razor.rz.scp.css */
.signup-container[b-66ejmm4b63] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    z-index: 2;
}

.signup-box[b-66ejmm4b63] {
    width: 400px;
    padding: 32px 30px 26px;
    border-radius: 16px;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    background-color: rgba(15, 23, 42, 0.65) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
}

.signup-header[b-66ejmm4b63] {
    margin-bottom: 16px;
}

    .signup-header .ww-logo[b-66ejmm4b63] {
        max-width: 180px;
        margin-bottom: 10px;
    }

.signup-title[b-66ejmm4b63] {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    letter-spacing: 0.3px;
}

/* Form layout */
.signup-form[b-66ejmm4b63] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.signup-field[b-66ejmm4b63] {
    text-align: left;
}

.signup-field-label[b-66ejmm4b63] {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 6px;
}

/* Base styles for ALL elements using signup-field-input (including DxComboBox wrapper) */
[b-66ejmm4b63] .signup-field-input {
    width: 100%;
    font-size: 14px;
    font-family: inherit;
    height: 44px;
    padding: 0 12px;
    color: white;
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    outline: none;
    transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

/* Height and padding only for native input elements — not DxComboBox wrappers */
input.signup-field-input[b-66ejmm4b63] {
    height: 44px;
    padding: 0 12px;
}

[b-66ejmm4b63] .signup-field-input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

[b-66ejmm4b63] .signup-field-input:focus {
    border-color: rgba(59, 130, 246, 0.6);
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.08);
}

[b-66ejmm4b63] .signup-field-input.invalid {
    border-color: rgba(220, 53, 69, 0.5);
}

.signup-field[b-66ejmm4b63]  .validation-message {
    position: static;
    width: auto;
    background-color: transparent;
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 4px;
    text-align: left;
}

.signup-error-message[b-66ejmm4b63] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #ff6b6b;
    background-color: rgba(220, 53, 69, 0.12);
    border: 1px solid rgba(220, 53, 69, 0.25);
}

/* Password wrapper with toggle */
.signup-password-wrapper[b-66ejmm4b63] {
    position: relative;
}

    .signup-password-wrapper[b-66ejmm4b63]  .signup-field-input {
        padding-right: 42px;
    }

.signup-password-toggle[b-66ejmm4b63] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    transition: color 0.15s ease;
}

    .signup-password-toggle:hover[b-66ejmm4b63] {
        color: rgba(255, 255, 255, 0.75);
    }

/* Submit button (DxButton) */
[b-66ejmm4b63] .signup-submit-btn-dx {
    width: 100%;
    height: 44px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 8px !important;
}

/* Sign in link */
.signin-link[b-66ejmm4b63] {
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    margin: 16px 0 0;
}

    .signin-link .link-btn[b-66ejmm4b63] {
        color: white !important;
        text-decoration: underline;
        cursor: pointer;
    }

        .signin-link .link-btn:hover[b-66ejmm4b63] {
            color: rgba(255, 255, 255, 0.8) !important;
        }

/* DevExpress overrides */
[b-66ejmm4b63] .dxbl-text-edit {
    --dxbl-text-edit-btn-bg: unset;
    --dxbl-text-edit-border-color: unset;
    --dxbl-text-edit-validation-valid-color: unset;
}

[b-66ejmm4b63] .dxbl-image {
    color: white !important;
}

/* Light mode */
@media (prefers-color-scheme: light) {
    .signup-box[b-66ejmm4b63] {
        background-color: rgba(255, 255, 255, 0.85) !important;
        border-color: rgba(0, 0, 0, 0.08);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    }

    .signup-title[b-66ejmm4b63] {
        color: #1e293b;
    }

    .signup-field-label[b-66ejmm4b63] {
        color: #475569;
    }

    [b-66ejmm4b63] .signup-field-input {
        color: #1e293b;
        background-color: rgba(0, 0, 0, 0.03);
        border-color: rgba(0, 0, 0, 0.15);
    }

        [b-66ejmm4b63] .signup-field-input::placeholder {
            color: rgba(0, 0, 0, 0.35);
        }

        [b-66ejmm4b63] .signup-field-input:focus {
            border-color: #3b82f6;
            background-color: white;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

        [b-66ejmm4b63] .signup-field-input.invalid {
            border-color: #dc2626;
        }

    .signup-field[b-66ejmm4b63]  .validation-message {
        color: #dc2626;
    }

    .signup-error-message[b-66ejmm4b63] {
        color: #dc2626;
        background-color: rgba(220, 38, 38, 0.06);
        border-color: rgba(220, 38, 38, 0.2);
    }

    .signup-password-toggle[b-66ejmm4b63] {
        color: rgba(0, 0, 0, 0.35);
    }

        .signup-password-toggle:hover[b-66ejmm4b63] {
            color: rgba(0, 0, 0, 0.65);
        }

    .signin-link[b-66ejmm4b63] {
        color: #64748b;
    }

        .signin-link .link-btn[b-66ejmm4b63] {
            color: #3b82f6 !important;
        }

            .signin-link .link-btn:hover[b-66ejmm4b63] {
                color: #2563eb !important;
            }

    [b-66ejmm4b63] .dxbl-image {
        color: #1e293b !important;
    }
}
/* _content/Whirlwind.Portal/UI/Pages/CompanySettings/CompanyLogoEditor.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════
   CompanyLogoEditor — Scoped Styles
   ═══════════════════════════════════════════════════════════ */

.logo-editor-body[b-bu7jdpnbhm] {
    padding: 12px 16px;
}

/* ── Upload Zone ──────────────────────────────────────────── */
.upload-zone[b-bu7jdpnbhm] {
    display: flex;
    justify-content: center;
}

.upload-drop-area[b-bu7jdpnbhm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 20px 24px;
    border: 2px dashed var(--bs-border-color, #ced4da);
    border-radius: 10px;
    background: var(--bs-tertiary-bg, #f8f9fa);
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}

    .upload-drop-area:hover[b-bu7jdpnbhm] {
        border-color: var(--bs-primary, #0d6efd);
        background: color-mix(in srgb, var(--bs-primary, #0d6efd) 5%, var(--bs-tertiary-bg, #f8f9fa));
    }

    .upload-drop-area i[b-bu7jdpnbhm] {
        font-size: 2rem;
        color: var(--bs-primary, #0d6efd);
        opacity: 0.7;
    }

.upload-label-text[b-bu7jdpnbhm] {
    font-size: 0.92rem;
    font-weight: 500;
}

.upload-hint[b-bu7jdpnbhm] {
    font-size: 0.78rem;
    color: var(--bs-secondary-color, #6c757d);
}

/* ── Two-column editor layout ────────────────────────────── */
.editor-layout[b-bu7jdpnbhm] {
    display: flex;
    gap: 16px;
    min-height: 320px;
}

.preview-panel[b-bu7jdpnbhm] {
    flex: 1 1 55%;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.tools-panel[b-bu7jdpnbhm] {
    flex: 1 1 45%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 55vh;
    overflow-y: auto;
    padding-right: 4px;
}

/* ── Headings ─────────────────────────────────────────────── */
.panel-heading[b-bu7jdpnbhm] {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--bs-secondary-color, #6c757d);
    margin-bottom: 8px;
}

/* ── Preview checkerboard ────────────────────────────────── */
.preview-checkerboard[b-bu7jdpnbhm] {
    flex: 1;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid var(--bs-border-color, #dee2e6);
    /* Classic Photoshop-style transparency grid */
    background-image:
        linear-gradient(45deg, #e0e0e0 25%, transparent 25%),
        linear-gradient(-45deg, #e0e0e0 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #e0e0e0 75%),
        linear-gradient(-45deg, transparent 75%, #e0e0e0 75%);
    background-size: 16px 16px;
    background-position: 0 0, 0 8px, 8px -8px, -8px 0;
    overflow: hidden;
}

.preview-image[b-bu7jdpnbhm] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* ── Image info bar ──────────────────────────────────────── */
.image-info-bar[b-bu7jdpnbhm] {
    display: flex;
    gap: 16px;
    padding: 6px 0 0;
    font-size: 0.78rem;
    color: var(--bs-secondary-color, #6c757d);
}

/* ── Tool sections ───────────────────────────────────────── */
.tool-section[b-bu7jdpnbhm] {
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 8px;
    padding: 10px 12px;
    background: var(--bs-tertiary-bg, #f8f9fa);
}

.tool-header[b-bu7jdpnbhm] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tool-title[b-bu7jdpnbhm] {
    font-size: 0.88rem;
    font-weight: 600;
}

.tool-options[b-bu7jdpnbhm] {
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid var(--bs-border-color-translucent, rgba(0,0,0,0.1));
}

/* ── Current logo section ────────────────────────────────── */
.current-logo-section[b-bu7jdpnbhm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 0;
}
/* _content/Whirlwind.Portal/UI/Pages/CompanySettings/CompanySettingsPage.razor.rz.scp.css */
/* Tooltip container */
.wwtooltip[b-olan7x6an9] {
    position: relative;
    display: inline-block;
    width: fit-content;
}

    /* Tooltip text */
    .wwtooltip .wwtooltiptext[b-olan7x6an9] {
        visibility: hidden;
        width: 500px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
        top: -5px;
        left: 105%;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .wwtooltip:hover .wwtooltiptext[b-olan7x6an9] {
        visibility: visible;
    }

/* Company Settings Container */
.company-settings-container[b-olan7x6an9] {
    width: 70%;
}

/* TrueReview Section */
.truereview-section[b-olan7x6an9] {
    background-color: var(--bs-tertiary-bg);
}

.truereview-disabled[b-olan7x6an9] {
    opacity: 0.6;
    pointer-events: none;
}

.setting-card[b-olan7x6an9] {
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
    padding: 1.25rem;
}

    .setting-card h5[b-olan7x6an9] {
        font-weight: 600;
    }

.form-label.fw-semibold[b-olan7x6an9] {
    font-weight: 600;
}

/* Future Feature Disabled State */
.future-feature-disabled[b-olan7x6an9] {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
}

    .future-feature-disabled[b-olan7x6an9]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(var(--bs-body-color-rgb), 0.05);
        border-radius: 8px;
        pointer-events: none;
    }


/* ── Company Logo Section ───────────────────────────────── */
.logo-preview-card[b-olan7x6an9] {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid var(--bs-border-color, #dee2e6);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        linear-gradient(45deg, #f0f0f0 25%, transparent 25%),
        linear-gradient(-45deg, #f0f0f0 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #f0f0f0 75%),
        linear-gradient(-45deg, transparent 75%, #f0f0f0 75%);
    background-size: 12px 12px;
    background-position: 0 0, 0 6px, 6px -6px, -6px 0;
    flex-shrink: 0;
}

.logo-thumb[b-olan7x6an9] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.logo-placeholder[b-olan7x6an9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 100%;
    height: 100%;
    background: var(--bs-tertiary-bg, #f8f9fa);
}
/* _content/Whirlwind.Portal/UI/Pages/CompanySettings/EbizSection.razor.rz.scp.css */
.setting-card[b-l2l8uukem8] {
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
    padding: 1.25rem;
}

    .setting-card h5[b-l2l8uukem8] {
        font-weight: 600;
    }

.form-label.fw-semibold[b-l2l8uukem8] {
    font-weight: 600;
}

/* _content/Whirlwind.Portal/UI/Pages/CompanySettings/RolePermissionsSection.razor.rz.scp.css */
.permission-library[b-a2acfjwzlw] {
    max-height: 520px;
    overflow-y: auto;
}

.permission-chip[b-a2acfjwzlw] {
    display: inline-flex;
    align-items: center;
    background-color: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 6px;
    padding: 4px 10px;
    margin: 3px 3px 3px 0;
    font-size: 0.82rem;
    cursor: grab;
    user-select: none;
    color: var(--bs-body-color);
    transition: background-color 0.15s, box-shadow 0.15s;
}

    .permission-chip:hover[b-a2acfjwzlw] {
        background-color: var(--bs-secondary-bg);
        box-shadow: 0 1px 4px rgba(0,0,0,0.18);
    }

    .permission-chip:active[b-a2acfjwzlw] {
        cursor: grabbing;
    }

.role-drop-zone[b-a2acfjwzlw] {
    min-height: 140px;
    transition: box-shadow 0.15s, border-color 0.15s, background-color 0.15s;
}

    .role-drop-zone.drag-over[b-a2acfjwzlw] {
        border: 1.5px dashed var(--bs-primary) !important;
        background-color: var(--bs-primary-bg-subtle);
        box-shadow: 0 0 0 3px color-mix(in srgb, var(--bs-primary) 18%, transparent);
    }

.role-permissions-body[b-a2acfjwzlw] {
    min-height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 4px;
}

.assigned-chip[b-a2acfjwzlw] {
    display: inline-flex;
    align-items: center;
    background-color: var(--bs-primary-bg-subtle);
    border: 1px solid var(--bs-primary-border-subtle);
    border-radius: 20px;
    padding: 3px 10px 3px 10px;
    font-size: 0.8rem;
    gap: 4px;
    color: var(--bs-body-color);
}

.btn-chip-remove[b-a2acfjwzlw] {
    background: none;
    border: none;
    padding: 0;
    line-height: 1;
    color: inherit;
    opacity: 0.6;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

    .btn-chip-remove:hover[b-a2acfjwzlw] {
        opacity: 1;
        color: var(--bs-danger);
    }

/* _content/Whirlwind.Portal/UI/Pages/CompanySettings/SmsNotificationsSection.razor.rz.scp.css */
.sms-notifications-section[b-2osmdz8s7t] {
    padding: 4px 0;
}

/* Setting card — neutral Fluent-style surface */
.sms-setting-card[b-2osmdz8s7t] {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 6px;
    padding: 16px 20px;
}

.sms-card-title[b-2osmdz8s7t] {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--bs-secondary-color, #6c757d);
    margin-bottom: 12px;
}

/* Template group accordion */
.sms-group-card[b-2osmdz8s7t] {
    border: 1px solid var(--bs-border-color);
    border-radius: 6px;
    overflow: hidden;
}

.sms-group-header[b-2osmdz8s7t] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: var(--bs-tertiary-bg, #f8f9fa);
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid var(--bs-border-color);
    transition: background 0.12s;
}

.sms-group-header:hover[b-2osmdz8s7t] {
    background: var(--bs-secondary-bg, #e9ecef);
}

.sms-template-row[b-2osmdz8s7t] {
    padding: 14px 16px;
    border-bottom: 1px solid var(--bs-border-color-translucent, rgba(0,0,0,.08));
}

.sms-template-row:last-child[b-2osmdz8s7t] {
    border-bottom: none;
}

.sms-template-name[b-2osmdz8s7t] {
    font-weight: 600;
    font-size: 0.875rem;
}

/* Revert-to-default icon button */
.sms-revert-btn[b-2osmdz8s7t] {
    background: none;
    border: none;
    padding: 2px 4px;
    line-height: 1;
    color: var(--bs-secondary-color, #6c757d);
    opacity: 0.45;
    cursor: pointer;
    transition: opacity 0.15s, color 0.15s;
    border-radius: 3px;
}

.sms-revert-btn:hover[b-2osmdz8s7t] {
    opacity: 1;
    color: #d97706;
}

/* Character count labels */
.sms-char-count[b-2osmdz8s7t] {
    font-size: 0.78rem;
    font-weight: 400;
    color: var(--bs-secondary-color, #6c757d);
    margin-left: 4px;
}

/* Field labels */
.sms-field-label[b-2osmdz8s7t] {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--bs-body-color);
}

/* Field hint text */
.sms-field-hint[b-2osmdz8s7t] {
    font-size: 0.75rem;
    color: var(--bs-secondary-color, #6c757d);
    margin-top: 3px;
}

/* Length badges */
.sms-badge[b-2osmdz8s7t] {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.sms-badge-ok[b-2osmdz8s7t] {
    background: #d1fae5;
    color: #065f46;
}

.sms-badge-warn[b-2osmdz8s7t] {
    background: #fef3c7;
    color: #78350f;
}

.sms-badge-over[b-2osmdz8s7t] {
    background: #fee2e2;
    color: #991b1b;
}

/* Inline hint rows */
.sms-hint[b-2osmdz8s7t] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 4px;
    border-left: 3px solid transparent;
}

.sms-hint-warning[b-2osmdz8s7t] {
    color: #92400e;
    background: #fffbeb;
    border-left-color: #f59e0b;
}

.sms-hint-danger[b-2osmdz8s7t] {
    color: #991b1b;
    background: #fff1f2;
    border-left-color: #ef4444;
}

/* Token chip row */
.sms-token-row[b-2osmdz8s7t] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.sms-token-label[b-2osmdz8s7t] {
    font-size: 0.72rem;
    color: var(--bs-secondary-color, #6c757d);
    margin-right: 2px;
}

/* Required label prefix in token row */
.sms-token-label-required[b-2osmdz8s7t] {
    color: #92400e;
    font-weight: 600;
}

/* Base chip */
.sms-token-chip[b-2osmdz8s7t] {
    display: inline-flex;
    align-items: center;
    padding: 1px 8px;
    border-radius: 3px;
    font-size: 0.72rem;
    font-family: var(--bs-font-monospace, monospace);
    font-weight: 500;
    line-height: 1.6;
    cursor: pointer;
    border: 1px solid transparent;
    transition: filter 0.1s, opacity 0.1s;
}

.sms-token-chip:hover[b-2osmdz8s7t] {
    filter: brightness(0.93);
}

/* Common tokens — neutral grey */
.sms-token-static[b-2osmdz8s7t] {
    background: var(--bs-secondary-bg, #e9ecef);
    border-color: var(--bs-border-color, #dee2e6);
    color: var(--bs-body-color);
}

/* Required tokens — blue accent, solid fill */
.sms-token-required[b-2osmdz8s7t] {
    background: #dbeafe;
    border-color: #93c5fd;
    color: #1e40af;
}

/* Optional tokens — teal */
.sms-token-optional[b-2osmdz8s7t] {
    background: #f0fdfa;
    border-color: #5eead4;
    color: #0f766e;
}

/* Already-used token — dimmed, non-interactive */
.sms-token-chip.sms-token-used[b-2osmdz8s7t] {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

/* Dark mode overrides */
@media (prefers-color-scheme: dark) {
    .sms-badge-ok[b-2osmdz8s7t]   { background: #064e3b; color: #6ee7b7; }
    .sms-badge-warn[b-2osmdz8s7t] { background: #451a03; color: #fcd34d; }
    .sms-badge-over[b-2osmdz8s7t] { background: #450a0a; color: #fca5a5; }
    .sms-token-static[b-2osmdz8s7t]   { background: #374151; border-color: #4b5563; color: #e5e7eb; }
    .sms-token-required[b-2osmdz8s7t] { background: #1e3a5f; border-color: #3b82f6; color: #93c5fd; }
    .sms-token-optional[b-2osmdz8s7t] { background: #134e4a; border-color: #14b8a6; color: #5eead4; }
    .sms-hint-warning[b-2osmdz8s7t]   { color: #fcd34d; background: #1c1500; border-left-color: #d97706; }
    .sms-hint-danger[b-2osmdz8s7t]    { color: #fca5a5; background: #1c0000; border-left-color: #dc2626; }
}
/* _content/Whirlwind.Portal/UI/Pages/CompanySettings/TrueReviewSection.razor.rz.scp.css */
/* TrueReview Section */
.truereview-section[b-1w58so75t8] {
    background-color: var(--bs-tertiary-bg);
}

.truereview-disabled[b-1w58so75t8] {
    opacity: 0.6;
    pointer-events: none;
}

.setting-card[b-1w58so75t8] {
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
    padding: 1.25rem;
}

    .setting-card h5[b-1w58so75t8] {
        font-weight: 600;
    }

.form-label.fw-semibold[b-1w58so75t8] {
    font-weight: 600;
}

/* Future Feature Disabled State */
.future-feature-disabled[b-1w58so75t8] {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
}

    .future-feature-disabled[b-1w58so75t8]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(var(--bs-body-color-rgb), 0.05);
        border-radius: 8px;
        pointer-events: none;
    }

/* _content/Whirlwind.Portal/UI/Pages/Dashboard/UserDash.razor.rz.scp.css */
.flip-card[b-pov91mytvt] {
    perspective: 1000px;
}

.flip-card-inner[b-pov91mytvt] {
    position: relative;
    transition: transform 0.6s, height 0.6s;
    transform-style: preserve-3d;
    height: 150px;
}

    .flip-card-inner.flipped[b-pov91mytvt] {
        height: 300px;
        transform: rotateY(180deg);
    }

.flip-card-front[b-pov91mytvt],
.flip-card-back[b-pov91mytvt] {
    position: absolute;
    width: 100%;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: white;
}

.flip-card-back[b-pov91mytvt] {
    transform: rotateY(180deg);
}
/* _content/Whirlwind.Portal/UI/Pages/Dashboard/WhirlwindDash.razor.rz.scp.css */
.word-mask[b-pog118b8zr] {
    position: relative;
    display: inline-block;
    padding: 0 0px;
    cursor: pointer;
    color: transparent;
}

    .word-mask[b-pog118b8zr]::before {
        content: attr(data-mask);
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
    }

[data-bs-theme="light"] .word-mask[b-pog118b8zr]::before,
[data-bs-theme="light"] .word-mask:hover[b-pog118b8zr] {
    color: black;
}


[data-bs-theme="dark"] .word-mask[b-pog118b8zr]::before,
[data-bs-theme="dark"] .word-mask:hover[b-pog118b8zr] {
    color: white;
}

.word-mask:hover[b-pog118b8zr]::before {
    content: "";
}
/* _content/Whirlwind.Portal/UI/Pages/FormsPages/Forms.razor.rz.scp.css */
html[b-kmd079d8jl],
body[b-kmd079d8jl] {
    height: 100%
}

.form-text[b-kmd079d8jl] {
    margin-bottom: 0px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 2px;
    padding-right: 2px;
}

.form-dropdown-menu[b-kmd079d8jl] {
    z-index: 51;
}

.form-grid[b-kmd079d8jl] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    flex: 1;
    justify-content: center;
}

.dxbl-btn-standalone.dxbl-btn-primary[b-kmd079d8jl] {
    --dxbl-btn-border-color: white;
    --dxbl-btn-hover-border-color: white;
}
/* _content/Whirlwind.Portal/UI/Pages/Index.razor.rz.scp.css */
.word-mask[b-fw8qn9yu40] {
    position: relative;
    display: inline-block;
    padding: 0 0px;
    cursor: pointer;
    color: transparent;
}

    .word-mask[b-fw8qn9yu40]::before {
        content: attr(data-mask);
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
    }

[data-bs-theme="light"] .word-mask[b-fw8qn9yu40]::before,
[data-bs-theme="light"] .word-mask:hover[b-fw8qn9yu40] {
    color: black;
}


[data-bs-theme="dark"] .word-mask[b-fw8qn9yu40]::before,
[data-bs-theme="dark"] .word-mask:hover[b-fw8qn9yu40] {
    color: white;
}

.word-mask:hover[b-fw8qn9yu40]::before {
    content: "";
}
/* _content/Whirlwind.Portal/UI/Pages/Landing.razor.rz.scp.css */
/* ─────────── Landing Container ─────────── */
.landing-container[b-6orkzznsa9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 24px 60px;
    max-width: 960px;
    margin: 0 auto;
    gap: 48px;
}

/* ─────────── Hero Section ─────────── */
.landing-hero[b-6orkzznsa9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
}

/* ─────────── Floating Icon ─────────── */
.landing-floating-icon[b-6orkzznsa9] {
    filter: drop-shadow(0 0 24px rgba(59, 130, 246, 0.35))
            drop-shadow(0 0 60px rgba(139, 92, 246, 0.15));
    animation: iconFloat-b-6orkzznsa9 3s ease-in-out infinite;
    margin-bottom: 8px;
}

@keyframes iconFloat-b-6orkzznsa9 {
    0%, 100% { transform: translateY(0px); }
    50%      { transform: translateY(-14px); }
}

/* ─────────── Heading ─────────── */
.landing-heading[b-6orkzznsa9] {
    font-size: 2.6rem;
    font-weight: 800;
    color: var(--bs-emphasis-color);
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0;
}

.landing-heading-gradient[b-6orkzznsa9] {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ─────────── Subtext ─────────── */
.landing-subtext[b-6orkzznsa9] {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--bs-secondary-color);
    max-width: 540px;
    margin: 4px 0 0;
}

.landing-subtext-secondary[b-6orkzznsa9] {
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--bs-tertiary-color);
    max-width: 500px;
    margin: 0;
}

/* ─────────── Action Buttons ─────────── */
.landing-actions[b-6orkzznsa9] {
    display: flex;
    gap: 12px;
    margin-top: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.landing-cta[b-6orkzznsa9] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.35),
                0 0 40px rgba(99, 102, 241, 0.15);
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

    .landing-cta[b-6orkzznsa9]::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent);
        border-radius: inherit;
    }

    .landing-cta:hover[b-6orkzznsa9] {
        transform: translateY(-2px);
        box-shadow: 0 8px 30px rgba(59, 130, 246, 0.45),
                    0 0 50px rgba(99, 102, 241, 0.2);
    }

    .landing-cta:active[b-6orkzznsa9] {
        transform: translateY(0px);
    }

.landing-cta-secondary[b-6orkzznsa9] {
    background: transparent;
    color: var(--bs-emphasis-color);
    border: 1.5px solid var(--bs-border-color);
    box-shadow: none;
}

    .landing-cta-secondary[b-6orkzznsa9]::before {
        display: none;
    }

    .landing-cta-secondary:hover[b-6orkzznsa9] {
        background: var(--bs-tertiary-bg);
        border-color: rgba(59, 130, 246, 0.4);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    }

/* ─────────── Feature Cards ─────────── */
.landing-features[b-6orkzznsa9] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

.landing-feature-card[b-6orkzznsa9] {
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 14px;
    padding: 28px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

    .landing-feature-card:hover[b-6orkzznsa9] {
        transform: translateY(-4px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
        border-color: rgba(59, 130, 246, 0.3);
    }

    .landing-feature-card h3[b-6orkzznsa9] {
        font-size: 1rem;
        font-weight: 700;
        margin: 0;
        color: var(--bs-emphasis-color);
    }

    .landing-feature-card p[b-6orkzznsa9] {
        font-size: 0.875rem;
        line-height: 1.5;
        color: var(--bs-secondary-color);
        margin: 0;
    }

/* ─── Feature Icon Wraps ─── */
.feature-icon-wrap[b-6orkzznsa9] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.feature-icon-blue[b-6orkzznsa9] {
    background: rgba(59, 130, 246, 0.12);
    color: #3b82f6;
}

.feature-icon-purple[b-6orkzznsa9] {
    background: rgba(139, 92, 246, 0.12);
    color: #8b5cf6;
}

.feature-icon-cyan[b-6orkzznsa9] {
    background: rgba(6, 182, 212, 0.12);
    color: #06b6d4;
}

/* ─────────── Responsive ─────────── */
@media (max-width: 768px) {
    .landing-heading[b-6orkzznsa9] {
        font-size: 1.9rem;
    }

    .landing-features[b-6orkzznsa9] {
        grid-template-columns: 1fr;
        max-width: 400px;
    }

    .landing-container[b-6orkzznsa9] {
        padding: 24px 16px 40px;
    }
}
/* _content/Whirlwind.Portal/UI/Pages/Public/CoClientReferral.razor.rz.scp.css */
.coclient-bg[b-p45ebsx5ke] {
    background: radial-gradient(ellipse at top, #0d2137 0%, #081520 60%, #050d14 100%);
}

.coclient-card[b-p45ebsx5ke] {
    width: 100%;
    max-width: 560px;
    background-color: #111e2b;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 2rem 2.25rem;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.55);
}

.coclient-results-card[b-p45ebsx5ke] {
    width: 100%;
    max-width: 1100px;
    background-color: #111e2b;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.55);
}

.coclient-banner-card[b-p45ebsx5ke] {
    width: 100%;
    max-width: 560px;
}

.coclient-title[b-p45ebsx5ke] {
    color: #e8e8e8;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.coclient-subtitle[b-p45ebsx5ke] {
    color: #e05555;
    font-size: 1.1rem;
    font-weight: 600;
}

.coclient-table[b-p45ebsx5ke] {
    background-color: #0d1e2c;
    --bs-table-bg: #0d1e2c;
    --bs-table-striped-bg: #111e2b;
    --bs-table-hover-bg: #162840;
    --bs-table-color: #dee2e6;
    border-color: rgba(255, 255, 255, 0.08);
}

    .coclient-table th[b-p45ebsx5ke] {
        color: rgba(255, 255, 255, 0.5);
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        border-bottom-color: rgba(255, 255, 255, 0.1);
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }

.coclient-label[b-p45ebsx5ke] {
    display: block;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 0.3rem;
}

.coclient-input[b-p45ebsx5ke] {
    background-color: #0d1e2c;
    border-color: rgba(255, 255, 255, 0.15);
    color: #e8e8e8;
}

    .coclient-input:focus[b-p45ebsx5ke] {
        background-color: #0d1e2c;
        border-color: rgba(91, 192, 222, 0.6);
        color: #e8e8e8;
        box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.2);
    }
/* _content/Whirlwind.Portal/UI/Pages/Public/CoClientReferralSignup.razor.rz.scp.css */
.coclient-bg[b-bz151n6j15] {
    background: radial-gradient(ellipse at top, #0d2137 0%, #081520 60%, #050d14 100%);
}

.coclient-signup-card[b-bz151n6j15] {
    width: 100%;
    max-width: 720px;
    background-color: #111e2b;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 2rem 2.25rem;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.55);
}

.coclient-title[b-bz151n6j15] {
    color: #e8e8e8;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.coclient-subtitle[b-bz151n6j15] {
    color: #e05555;
    font-size: 1.1rem;
    font-weight: 600;
}

.coclient-label[b-bz151n6j15] {
    display: block;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 0.3rem;
}

.coclient-input[b-bz151n6j15] {
    background-color: #0d1e2c;
    border-color: rgba(255, 255, 255, 0.15);
    color: #e8e8e8;
}

    .coclient-input:focus[b-bz151n6j15] {
        background-color: #0d1e2c;
        border-color: rgba(91, 192, 222, 0.6);
        color: #e8e8e8;
        box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.2);
    }

    .coclient-input[b-bz151n6j15]::file-selector-button {
        background-color: #1c3347;
        border: 1px solid rgba(255, 255, 255, 0.15);
        color: rgba(255, 255, 255, 0.7);
    }

.coclient-w9-link[b-bz151n6j15] {
    color: #5bc0de;
    text-decoration: none;
}

    .coclient-w9-link i[b-bz151n6j15] {
        font-size: 0.7em;
        vertical-align: super;
    }

    .coclient-w9-link:hover[b-bz151n6j15] {
        text-decoration: underline;
    }

.coclient-file-error[b-bz151n6j15] {
    font-size: 0.75rem;
    color: #e05555;
    margin-top: 0.25rem;
}
/* _content/Whirlwind.Portal/UI/Pages/Routing/Components/VehicleCard.razor.rz.scp.css */
/* Vehicle Cards Container */
.vehicles-container[b-69b0vlq3wm] {
    position: relative;
    max-width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
}

.vehicles-container[b-69b0vlq3wm]::before,
.vehicles-container[b-69b0vlq3wm]::after {
    content: "";
    position: sticky;
    left: 0;
    right: 0;
    height: 90px;
    pointer-events: none;
    display: none;
    opacity: 0;
    z-index: 20;
    transition: opacity 0.25s ease;
}

.vehicles-container.scroll-zone-visible[b-69b0vlq3wm]::before,
.vehicles-container.scroll-zone-visible[b-69b0vlq3wm]::after {
    display: block;
    opacity: 0.25;
}

.vehicles-container[b-69b0vlq3wm]::before {
    top: 0;
    background: linear-gradient(180deg, rgba(13, 110, 253, 0.45), transparent);
}

.vehicles-container[b-69b0vlq3wm]::after {
    bottom: 0;
    background: linear-gradient(0deg, rgba(13, 110, 253, 0.45), transparent);
}

.vehicles-container.scroll-zone-top-active[b-69b0vlq3wm]::before,
.vehicles-container.scroll-zone-bottom-active[b-69b0vlq3wm]::after {
    opacity: 0.75;
    box-shadow: 0 6px 16px rgba(13, 110, 253, 0.25);
}

/* Drag and Drop Styles */
.card[draggable="true"][b-69b0vlq3wm] {
    cursor: move;
    transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    user-select: none;
}

.card[draggable="true"]:hover[b-69b0vlq3wm] {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}

/* Drag Handle Container - Full height vertical strip */
.drag-handle-container[b-69b0vlq3wm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: grab;
    user-select: none;
    padding: 12px 8px;
    border-radius: 8px 0 0 8px;
    transition: all 0.2s ease;
    min-width: 52px;
}

/* Stop Number Badge */
.stop-number-badge[b-69b0vlq3wm] {
    pointer-events: none;
    width: 36px;
    height: 36px;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Drag Icon Wrapper */
.drag-icon-wrapper[b-69b0vlq3wm] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

/* Drag Icon - Bootstrap grip-horizontal */
.drag-icon[b-69b0vlq3wm] {
    font-size: 1.5rem;
    pointer-events: none;
    transition: color 0.2s ease;
}

/* Stop Card - NOT draggable by default */
.card[b-69b0vlq3wm] {
    cursor: default;
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    overflow: visible;
}

/* Dragging State - Applied to the card being dragged */
.card.dragging[b-69b0vlq3wm] {
    opacity: 0.4;
    transform: scale(0.95);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card.dragging .drag-handle-container[b-69b0vlq3wm] {
    cursor: grabbing;
}

/* Drag Over State - Applied to valid drop targets */
.card.drag-over[b-69b0vlq3wm] {
    border: 2px dashed #0d6efd;
    background: rgba(13, 110, 253, 0.05);
    transform: translateY(-2px);
}

/* Vehicle Drop Zone */
.vehicle-drop-zone-active[b-69b0vlq3wm] {
    background: rgba(13, 110, 253, 0.08) !important;
    border: 2px dashed #0d6efd !important;
    animation: pulse-border-b-69b0vlq3wm 1s ease-in-out infinite;
}

@keyframes pulse-border-b-69b0vlq3wm {
    0%, 100% {
        border-color: #0d6efd;
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.4);
    }
    50% {
        border-color: #0a58ca;
        box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
    }
}

/* Drop Indicator Line */
.drop-indicator[b-69b0vlq3wm] {
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, #0d6efd 10%, #0d6efd 90%, transparent 100%);
    pointer-events: none;
    z-index: 10;
    animation: slide-in-b-69b0vlq3wm 0.2s ease-out;
}

.drop-indicator.drop-before[b-69b0vlq3wm] {
    top: -4px;
}

@keyframes slide-in-b-69b0vlq3wm {
    from {
        opacity: 0;
        transform: scaleX(0);
    }
    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

/* Drop Indicator Text */
.drop-indicator-text[b-69b0vlq3wm] {
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    background: #0d6efd;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    animation: fade-in-b-69b0vlq3wm 0.2s ease-out;
}

@keyframes fade-in-b-69b0vlq3wm {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* Add Stop Button */
.add-stop-button[b-69b0vlq3wm] {
    border: 2px dashed #6c757d;
    background: transparent;
    color: #6c757d;
    font-weight: 500;
    transition: all 0.2s ease;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.add-stop-button:hover[b-69b0vlq3wm] {
    border-color: #0d6efd;
    background: rgba(13, 110, 253, 0.05);
    color: #0d6efd;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(13, 110, 253, 0.2);
}

.add-stop-button:active[b-69b0vlq3wm] {
    transform: translateY(0);
}
/* _content/Whirlwind.Portal/UI/Pages/_Shared/FullScreenLoader.razor.rz.scp.css */
.fullscreen-loader[b-hajjubs5vx] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
}

.fullscreen-loader[b-hajjubs5vx] {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20000;
}

.fullscreen-loader--opaque[b-hajjubs5vx] {
    background-color: #909294;
}

.loader-container[b-hajjubs5vx] {
    width: 120px; /* size of the image */
    height: 120px;
}

.flipper[b-hajjubs5vx] {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    animation: spin-pause-b-hajjubs5vx 2s linear infinite;
}

.face[b-hajjubs5vx] {
    position: absolute;
    backface-visibility: hidden;
}

.front[b-hajjubs5vx] {
    transform: rotateY(0deg);
}

.back[b-hajjubs5vx] {
    transform: rotateY(180deg);
}

@keyframes spin-pause-b-hajjubs5vx {
    0% {
        transform: rotateY(0deg);
    }

    40% {
        transform: rotateY(180deg);
    }

    50% {
        transform: rotateY(180deg); /* pause on back */
    }

    90% {
        transform: rotateY(360deg);
    }

    100% {
        transform: rotateY(360deg); /* pause on front */
    }
}
