@import '_content/BlazorEssentials/BlazorEssentials.6oydb6jskt.bundle.scp.css';
@import '_content/MSPControl.Core.WebPortal.Components/MSPControl.Core.WebPortal.Components.0b1nil770r.bundle.scp.css';

/* /Pages/Account/Edit.razor.rz.scp.css */
[b-bwgs0qvq0s] .two-columns {
    display: flex;
}

[b-bwgs0qvq0s] .column-1 {
    width: 50%;
    padding-right: 20px;
}

[b-bwgs0qvq0s]  .column-2 {
    width: 50%;
}

@media (max-width: 600px) {

    [b-bwgs0qvq0s] .two-columns {
        display: block;
    }

    [b-bwgs0qvq0s] .column-1 {
        width: 100%;
        padding-right: 0px;
    }

    [b-bwgs0qvq0s] .column-2 {
        width: 100%;
        margin-bottom: 1.5rem !important;
    }
}|[b-bwgs0qvq0s]
/* /Pages/Auth/Login.razor.rz.scp.css */
.initializing[b-qqsspoms1v] {
    text-align: center;
}

/* Two-factor selector buttons: match the password-reset look — the Blazor portal
   ships cust-theme-17 where .btn-outline-primary is orange, but we want the
   classic blue (#4679cc) here for visual consistency with the legacy view. */

[b-qqsspoms1v] .btn-outline-primary {
    color: #4679cc;
    border-color: #4679cc;
    background-color: transparent;
}

[b-qqsspoms1v] .btn-outline-primary:hover {
    color: #fff;
    background-color: #4679cc;
    border-color: #4679cc;
}

[b-qqsspoms1v] .btn-outline-primary:focus,
[b-qqsspoms1v] .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 121, 204, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(70, 121, 204, 0.5);
}

[b-qqsspoms1v] .btn-outline-primary.disabled,
[b-qqsspoms1v] .btn-outline-primary:disabled {
    color: #4679cc;
    background-color: transparent;
    border-color: #4679cc;
}

[b-qqsspoms1v] .btn-outline-primary:not(:disabled):not(.disabled):active,
[b-qqsspoms1v] .btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #4679cc;
    border-color: #4679cc;
}

[b-qqsspoms1v] .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
[b-qqsspoms1v] .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 121, 204, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(70, 121, 204, 0.5);
}
/* /Pages/Auth/PasswordReset.razor.rz.scp.css */
/* Restore-method buttons on step 1: match the legacy WebDAV portal look
   (cust-theme-3.css uses #4679cc for .btn-outline-primary). The Blazor portal
   ships with cust-theme-17 where .btn-outline-primary is orange — override it
   here so the password-reset flow looks identical to the legacy view. */

[b-llmj9n7g26] .btn-outline-primary {
    color: #4679cc;
    border-color: #4679cc;
    background-color: transparent;
}

[b-llmj9n7g26] .btn-outline-primary:hover {
    color: #fff;
    background-color: #4679cc;
    border-color: #4679cc;
}

[b-llmj9n7g26] .btn-outline-primary:focus,
[b-llmj9n7g26] .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 121, 204, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(70, 121, 204, 0.5);
}

[b-llmj9n7g26] .btn-outline-primary.disabled,
[b-llmj9n7g26] .btn-outline-primary:disabled {
    color: #4679cc;
    background-color: transparent;
    border-color: #4679cc;
}

[b-llmj9n7g26] .btn-outline-primary:not(:disabled):not(.disabled):active,
[b-llmj9n7g26] .btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #4679cc;
    border-color: #4679cc;
}

[b-llmj9n7g26] .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
[b-llmj9n7g26] .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 121, 204, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(70, 121, 204, 0.5);
}
/* /Pages/Storage/OfficeViewer.razor.rz.scp.css */
/* Full-screen Office Online viewer — scoped to OfficeViewer component */

[b-e94as8liam] .office-viewer-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
}

[b-e94as8liam] .office-viewer-error {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    padding: 2rem;
}

[b-e94as8liam] .office-viewer-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

[b-e94as8liam] .office-viewer-navbar {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    background: #2b2b2b;
    min-height: 40px;
    flex-shrink: 0;
}

[b-e94as8liam] .office-viewer-iframe {
    flex: 1;
    width: 100%;
    border: none;
}

/* On larger screens, hide the navbar to maximize document space */
@media (min-width: 992px) {
    [b-e94as8liam] .office-viewer-navbar {
        min-height: 36px;
        padding: 0.15rem 0.5rem;
    }
}

/* On mobile, ensure the navbar is visible for navigation */
@media (max-width: 576px) {
    [b-e94as8liam] .office-viewer-navbar {
        min-height: 50px;
        padding: 0.5rem 0.75rem;
    }
}
/* /Pages/Tickets/Create/CreateTicketDrawer.razor.rz.scp.css */
.create-drawer[b-juh8sfjj0i] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--surface);
}

.create-header[b-juh8sfjj0i] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 24px 12px;
    border-bottom: 1px solid var(--border);
    flex-shrink: 0;
}

.create-title[b-juh8sfjj0i] {
    margin: 4px 0 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--text);
}

.create-body[b-juh8sfjj0i] {
    flex: 1;
    overflow-y: auto;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.create-grid[b-juh8sfjj0i] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.create-footer[b-juh8sfjj0i] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 14px 24px;
    border-top: 1px solid var(--border);
    background: var(--bg-subtle);
    flex-shrink: 0;
}

/* ── Form controls ───────────────────────────────────────────────────────── */
.field-label[b-juh8sfjj0i] {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 5px;
    letter-spacing: -0.005em;
}

.field-label .req[b-juh8sfjj0i] { color: var(--accent); margin-inline-start: 2px; }
.field-label-hint[b-juh8sfjj0i] { font-weight: 400; font-size: 11px; color: var(--text-faint); margin-inline-start: 4px; }

.field-helper[b-juh8sfjj0i] {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    color: var(--text-faint);
    text-align: end;
}

.field-checkbox[b-juh8sfjj0i] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--text);
    cursor: pointer;
}

.input[b-juh8sfjj0i], .textarea[b-juh8sfjj0i], .select[b-juh8sfjj0i] {
    width: 100%;
    padding: 9px 12px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-size: 13px;
    color: var(--text);
    font-family: inherit;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.input:focus[b-juh8sfjj0i], .textarea:focus[b-juh8sfjj0i], .select:focus[b-juh8sfjj0i] {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-100);
}

.input[b-juh8sfjj0i]::placeholder, .textarea[b-juh8sfjj0i]::placeholder { color: var(--text-faint); }

.textarea[b-juh8sfjj0i] { resize: vertical; min-height: 120px; line-height: 1.5; }

.select[b-juh8sfjj0i] {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%236b6663' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='1 1 6 7 11 1'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-inline-end: 32px;
}

/* ── Priority segmented picker ───────────────────────────────────────────── */
.priority-select[b-juh8sfjj0i] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 6px;
}

.priority-option[b-juh8sfjj0i] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    background: var(--surface);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    color: var(--text);
    transition: background 0.12s, border-color 0.12s;
}

.priority-option:hover[b-juh8sfjj0i] { background: var(--bg-subtle); }

.priority-option.is-active[b-juh8sfjj0i] {
    border-color: var(--accent);
    background: rgba(234, 100, 36, 0.06);
}

/* ── Attachments ─────────────────────────────────────────────────────────── */
.attach-section[b-juh8sfjj0i] {
    border-top: 1px dashed var(--border);
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.attach-list[b-juh8sfjj0i] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.attach-item-row[b-juh8sfjj0i] {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: var(--text-muted);
    padding: 3px 6px;
    border-radius: calc(var(--radius) - 2px);
}

.attach-item-row.is-uploaded[b-juh8sfjj0i] { color: var(--text-faint); }
.attach-item-row.is-error[b-juh8sfjj0i]    { color: var(--danger); }

.attach-icon[b-juh8sfjj0i] {
    color: var(--text-faint);
    flex-shrink: 0;
    font-size: 11px;
}

.attach-item-row.is-error .attach-icon[b-juh8sfjj0i] { color: var(--danger); }

.attach-name[b-juh8sfjj0i] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.attach-remove[b-juh8sfjj0i] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    padding: 0;
    border: none;
    background: transparent;
    color: var(--text-faint);
    cursor: pointer;
    font-size: 11px;
    flex-shrink: 0;
    border-radius: 3px;
    transition: background 0.1s, color 0.1s;
}

.attach-remove:hover[b-juh8sfjj0i] {
    background: var(--bg-soft);
    color: var(--danger);
}

.attach-trigger[b-juh8sfjj0i] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: 1px dashed var(--border);
    border-radius: var(--radius);
    background: transparent;
    color: var(--text-muted);
    cursor: pointer;
    font-size: 12px;
    font-family: inherit;
    transition: border-color 0.12s, color 0.12s;
    align-self: flex-start;
}

.attach-trigger:hover[b-juh8sfjj0i] {
    border-color: var(--accent);
    color: var(--accent);
}

.attach-panel[b-juh8sfjj0i] {
    /* wrapper around FilesUpload drop zone */
}
/* /Pages/Tickets/Details/ActivityFeed.razor.rz.scp.css */
.activity-feed[b-yx25l557yh] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
/* /Pages/Tickets/Details/ActivityItem.razor.rz.scp.css */
.activity-item[b-83dk2hot6t] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.activity-bubble[b-83dk2hot6t] {
    flex: 1;
    background: var(--bg-subtle);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 10px 12px;
}

.activity-item.activity-tech .activity-bubble[b-83dk2hot6t] {
    background: rgba(234, 100, 36, 0.06);
    border-color: rgba(234, 100, 36, 0.18);
}

.activity-meta[b-83dk2hot6t] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 4px;
    font-size: 12px;
}

.activity-author[b-83dk2hot6t] { font-weight: 600; color: var(--text); }
.activity-when[b-83dk2hot6t]   { color: var(--text-faint); }

.activity-body[b-83dk2hot6t] {
    color: var(--text);
    font-size: 13px;
    line-height: 1.5;
    white-space: pre-wrap;
}

.activity-item.activity-system[b-83dk2hot6t] { display: block; }

.activity-system[b-83dk2hot6t] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--text-faint);
    padding: 4px 10px;
    background: var(--bg-subtle);
    border-radius: 999px;
}
/* /Pages/Tickets/Details/AttachmentUploader.razor.rz.scp.css */
.attach-section[b-n4tjv08i0p] {
    border-top: 1px dashed var(--border);
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.attach-loading[b-n4tjv08i0p] {
    font-size: 12px;
    color: var(--text-faint);
    padding: 2px 0;
}

/* ── Uploaded file list ───────────────────────────────────────────────────── */
.attach-list[b-n4tjv08i0p] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.attach-item[b-n4tjv08i0p] {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: var(--text-muted);
    padding: 3px 6px;
    border-radius: calc(var(--radius) - 2px);
    text-decoration: none;
    transition: background 0.1s, color 0.1s;
}

.attach-item:hover[b-n4tjv08i0p] {
    background: var(--bg-soft);
    color: var(--accent);
    text-decoration: none;
}

.attach-icon[b-n4tjv08i0p] {
    color: var(--text-faint);
    flex-shrink: 0;
    font-size: 11px;
}

.attach-item:hover .attach-icon[b-n4tjv08i0p] {
    color: var(--accent);
}

.attach-name[b-n4tjv08i0p] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.attach-size[b-n4tjv08i0p] {
    font-size: 11px;
    color: var(--text-faint);
    flex-shrink: 0;
}

.attach-dl[b-n4tjv08i0p] {
    color: var(--text-faint);
    flex-shrink: 0;
    font-size: 11px;
    opacity: 0;
    transition: opacity 0.1s;
}

.attach-item:hover .attach-dl[b-n4tjv08i0p] {
    opacity: 1;
    color: var(--accent);
}

/* ── Trigger button ───────────────────────────────────────────────────────── */
.attach-trigger[b-n4tjv08i0p] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: 1px dashed var(--border);
    border-radius: var(--radius);
    background: transparent;
    color: var(--text-muted);
    cursor: pointer;
    font-size: 12px;
    font-family: inherit;
    transition: border-color 0.12s, color 0.12s;
    align-self: flex-start;
}

.attach-trigger:hover[b-n4tjv08i0p] {
    border-color: var(--accent);
    color: var(--accent);
}

/* /Pages/Tickets/Details/CommentComposer.razor.rz.scp.css */
.comment-composer[b-0v0m22kmkn] {
    border-top: 1px dashed var(--border);
    padding-top: 14px;
}

.textarea[b-0v0m22kmkn] {
    width: 100%;
    padding: 9px 12px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-size: 13px;
    color: var(--text);
    font-family: inherit;
    resize: vertical;
    min-height: 80px;
    line-height: 1.5;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.textarea:focus[b-0v0m22kmkn] {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-100);
}

.textarea[b-0v0m22kmkn]::placeholder { color: var(--text-faint); }

.comment-composer-actions[b-0v0m22kmkn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.comment-composer-hint[b-0v0m22kmkn] {
    font-size: 11px;
    color: var(--text-faint);
}
/* /Pages/Tickets/Details/DetailsSection.razor.rz.scp.css */
.details-section[b-nct8gxmlt7] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.details-grid[b-nct8gxmlt7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px;
    margin: 0;
}

.details-grid div[b-nct8gxmlt7] { display: flex; flex-direction: column; gap: 2px; }

.details-grid dt[b-nct8gxmlt7] {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-faint);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.details-grid dd[b-nct8gxmlt7] {
    margin: 0;
    font-size: 13px;
    color: var(--text);
}

.details-description[b-nct8gxmlt7] {
    white-space: pre-wrap;
    margin: 6px 0 0;
    font-size: 13px;
    line-height: 1.55;
    color: var(--text);
}
/* /Pages/Tickets/Details/EscalateModal.razor.rz.scp.css */
.escalate-modal[b-sxrbyl86fm] { display: flex; flex-direction: column; }

.escalate-header[b-sxrbyl86fm] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 24px 8px;
}

.escalate-title[b-sxrbyl86fm] {
    margin: 4px 0 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--text);
}

.escalate-body[b-sxrbyl86fm] {
    padding: 8px 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.escalate-footer[b-sxrbyl86fm] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 14px 24px;
    border-top: 1px solid var(--border);
    background: var(--bg-subtle);
}

/* Form controls local to this component */
.field-label[b-sxrbyl86fm] {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 5px;
}

.select[b-sxrbyl86fm] {
    width: 100%;
    padding: 9px 12px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-size: 13px;
    color: var(--text);
    font-family: inherit;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%236b6663' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='1 1 6 7 11 1'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-inline-end: 32px;
    transition: border-color 0.15s;
}

.select:focus[b-sxrbyl86fm] { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-100); }

.textarea[b-sxrbyl86fm] {
    width: 100%;
    padding: 9px 12px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-size: 13px;
    color: var(--text);
    font-family: inherit;
    resize: vertical;
    min-height: 96px;
    line-height: 1.5;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.textarea:focus[b-sxrbyl86fm] { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-100); }
.textarea[b-sxrbyl86fm]::placeholder { color: var(--text-faint); }
/* /Pages/Tickets/Details/ScheduleSection.razor.rz.scp.css */
.schedule-section[b-ashjecc0rb] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.schedule-current[b-ashjecc0rb] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.schedule-date-block[b-ashjecc0rb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 48px;
    flex-shrink: 0;
}

.schedule-date-month[b-ashjecc0rb] {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--text-faint);
    text-transform: uppercase;
    line-height: 1;
}

.schedule-date-day[b-ashjecc0rb] {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text);
    line-height: 1;
}

.schedule-meta[b-ashjecc0rb]  { flex: 1; }
.schedule-title[b-ashjecc0rb] { font-weight: 600; color: var(--text); }
.schedule-time[b-ashjecc0rb]  { color: var(--text-faint); font-size: 13px; margin-top: 2px; }
.schedule-actions[b-ashjecc0rb] { flex-shrink: 0; }

.schedule-empty[b-ashjecc0rb] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-faint);
}

.schedule-request-title[b-ashjecc0rb] { margin: 0 0 4px; font-size: 14px; font-weight: 600; color: var(--text); }
.schedule-request-sub[b-ashjecc0rb]   { margin: 0 0 12px; font-size: 13px; color: var(--text-faint); }

.schedule-form[b-ashjecc0rb] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.schedule-form-actions[b-ashjecc0rb] {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
}

/* Form controls local to this component */
.field-label[b-ashjecc0rb] {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 5px;
}

.input[b-ashjecc0rb] {
    width: 100%;
    padding: 9px 12px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-size: 13px;
    color: var(--text);
    font-family: inherit;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.input:focus[b-ashjecc0rb] {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-100);
}
/* /Pages/Tickets/Details/StatusDropdown.razor.rz.scp.css */
.status-dropdown[b-cspir49tzc] {
    position: relative;
    display: inline-flex;
}

.status-dropdown-trigger[b-cspir49tzc] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 2px 6px 2px 2px;
    background: transparent;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    color: var(--text);
    font-family: inherit;
}

.status-dropdown-trigger:hover[b-cspir49tzc] { background: var(--bg-subtle); }

.status-dropdown-backdrop[b-cspir49tzc] {
    position: fixed;
    inset: 0;
    z-index: 150;
}

.status-dropdown-panel[b-cspir49tzc] {
    position: absolute;
    top: calc(100% + 6px);
    inset-inline-start: 0;
    z-index: 151;
    min-width: 200px;
    padding: 6px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.status-dropdown-item[b-cspir49tzc] {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    background: transparent;
    border: 0;
    border-radius: var(--radius-sm);
    cursor: pointer;
    text-align: start;
    font: inherit;
    width: 100%;
}

.status-dropdown-item:hover:not(:disabled)[b-cspir49tzc] { background: var(--bg-subtle); }
.status-dropdown-item:disabled[b-cspir49tzc] { opacity: 0.4; cursor: not-allowed; }
.status-dropdown-item.is-active[b-cspir49tzc] { font-weight: 600; }
/* /Pages/Tickets/Details/TicketDetailDrawer.razor.rz.scp.css */
/* ── Shared form helpers used inside drawers ─────────────────────────────── */
.field-label[b-p65djiwirq] {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 5px;
    letter-spacing: -0.005em;
}
.field-label .req[b-p65djiwirq] { color: var(--accent); margin-inline-start: 2px; }

.input[b-p65djiwirq], .select[b-p65djiwirq] {
    width: 100%;
    padding: 9px 12px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-size: 13px;
    color: var(--text);
    font-family: inherit;
    transition: border-color 0.15s, box-shadow 0.15s;
}
.input:focus[b-p65djiwirq], .select:focus[b-p65djiwirq] {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-100);
}
.select[b-p65djiwirq] {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%236b6663' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='1 1 6 7 11 1'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-inline-end: 32px;
}

/* ── Detail drawer layout ────────────────────────────────────────────────── */
.detail-drawer[b-p65djiwirq] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--surface);
}

.detail-header[b-p65djiwirq] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px 12px;
    border-bottom: 1px solid var(--border);
    flex-shrink: 0;
}

.detail-header-top[b-p65djiwirq] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.detail-title[b-p65djiwirq] {
    margin: 8px 0 4px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--text);
}

.detail-header-sub[b-p65djiwirq] {
    color: var(--text-faint);
    font-size: 13px;
    display: flex;
    gap: 6px;
    align-items: center;
}

.detail-header-actions[b-p65djiwirq] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.detail-body[b-p65djiwirq] {
    flex: 1;
    overflow-y: auto;
    padding: 20px 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* ── Drawer tabs ─────────────────────────────────────────────────────────── */
.drawer-tabs[b-p65djiwirq] {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 0 24px;
    border-bottom: 1px solid var(--border);
    flex-shrink: 0;
}

.drawer-tab[b-p65djiwirq] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-muted);
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    cursor: pointer;
    transition: color 0.12s, border-color 0.12s;
    font-family: inherit;
}

.drawer-tab:hover[b-p65djiwirq] { color: var(--text); }

.drawer-tab.is-active[b-p65djiwirq] {
    color: var(--text);
    border-bottom-color: var(--accent);
    font-weight: 600;
}

.drawer-tab-count[b-p65djiwirq] {
    font-size: 11px;
    font-weight: 600;
    border-radius: 999px;
    padding: 1px 6px;
    background: var(--bg-soft);
    color: var(--text-faint);
}

.drawer-tab.is-active .drawer-tab-count[b-p65djiwirq] {
    background: rgba(234, 100, 36, 0.12);
    color: var(--accent);
}

/* ── Escalated pill ──────────────────────────────────────────────────────── */
.pill-escalated[b-p65djiwirq] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    background: rgba(220, 53, 69, 0.1);
    color: var(--danger);
}
/* /Pages/Tickets/TicketPriorityBadge.razor.rz.scp.css */
.priority[b-59gu0eyuc8] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
}

.bars[b-59gu0eyuc8] {
    display: inline-flex;
    gap: 2px;
    align-items: flex-end;
    height: 12px;
}

.bars span[b-59gu0eyuc8] {
    width: 3px;
    background: currentColor;
    opacity: 0.25;
    border-radius: 1px;
}

.bars span.on[b-59gu0eyuc8]          { opacity: 1; }
.bars span:nth-child(1)[b-59gu0eyuc8]{ height: 4px; }
.bars span:nth-child(2)[b-59gu0eyuc8]{ height: 8px; }
.bars span:nth-child(3)[b-59gu0eyuc8]{ height: 12px; }

.priority.critical[b-59gu0eyuc8] { color: #c1271f; }
.priority.high[b-59gu0eyuc8]     { color: var(--tango-600); }
.priority.medium[b-59gu0eyuc8]   { color: #b46512; }
.priority.low[b-59gu0eyuc8]      { color: var(--text-faint); }
/* /Pages/Tickets/TicketRow.razor.rz.scp.css */
.ticket-row[b-anfm7hru3j] {
    display: grid;
    grid-template-columns: 70px 1fr 150px 130px 120px 90px;
    gap: 16px;
    align-items: center;
    padding: 14px 24px;
    border-bottom: 1px solid var(--border);
    transition: background 0.1s;
}

.ticket-row:hover[b-anfm7hru3j] { background: var(--bg-soft); }
.ticket-row:last-child[b-anfm7hru3j] { border-bottom: 0; }
.ticket-row-clickable[b-anfm7hru3j] { cursor: pointer; }

.ticket-id[b-anfm7hru3j] {
    font-size: 13px;
    color: var(--text-faint);
}

.ticket-title[b-anfm7hru3j] {
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ticket-meta[b-anfm7hru3j] {
    margin-top: 2px;
    font-size: 12px;
    color: var(--text-faint);
    display: flex;
    align-items: center;
    gap: 4px;
}

.dot-sep[b-anfm7hru3j] { color: var(--border-strong); }

.col-assigned[b-anfm7hru3j] {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.assigned-name[b-anfm7hru3j] {
    font-size: 12px;
    color: var(--text-muted);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.unassigned[b-anfm7hru3j] { font-size: 12px; color: var(--text-faint); }

.col-updated[b-anfm7hru3j] {
    font-size: 12px;
    color: var(--text-faint);
    text-align: right;
}

@media (max-width: 1200px) {
    .ticket-row[b-anfm7hru3j] { grid-template-columns: 60px 1fr 140px 110px 90px; }
    .col-priority[b-anfm7hru3j] { display: none; }
}

@media (max-width: 880px) {
    .ticket-row[b-anfm7hru3j] { grid-template-columns: 56px 1fr 130px 80px; }
    .col-assigned[b-anfm7hru3j] { display: none; }
}

@media (max-width: 600px) {
    .ticket-row[b-anfm7hru3j] { grid-template-columns: 50px 1fr 120px; }
    .col-updated[b-anfm7hru3j] { display: none; }
}
/* /Pages/Tickets/TicketsSection.razor.rz.scp.css */
.tickets-section[b-6rtl51z1c5] {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tickets-section-head[b-6rtl51z1c5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.stats-grid[b-6rtl51z1c5] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1.4fr;
    gap: 16px;
}

@media (max-width: 1200px) {
    .stats-grid[b-6rtl51z1c5] {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .stats-grid :last-child[b-6rtl51z1c5] {
        grid-column: 1 / -1;
    }
}

.tickets-card[b-6rtl51z1c5] { overflow: hidden; }

.tickets-filters[b-6rtl51z1c5] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    padding: 4px 0;
}

.sort-select[b-6rtl51z1c5] {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 5px 28px 5px 10px;
    font-size: 12px;
    font-weight: 500;
    color: var(--text-muted);
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239a9591' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    flex-shrink: 0;
    transition: border-color 0.12s, color 0.12s;
}

.sort-select:hover[b-6rtl51z1c5] { border-color: var(--border-strong); color: var(--text); }
.sort-select:focus[b-6rtl51z1c5] { outline: none; border-color: var(--accent); }

.tickets-filters .filter-tab[b-6rtl51z1c5] {
    display: inline-flex !important;
    align-items: center;
    flex: 0 0 auto;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px !important;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-muted);
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.12s, background 0.12s;
    text-decoration: none;
}

.tickets-filters .filter-tab:hover[b-6rtl51z1c5] {
    color: var(--text);
    background: var(--bg-soft) !important;
}

.tickets-filters .filter-tab.is-active[b-6rtl51z1c5] {
    background: var(--thunder) !important;
    color: #fff !important;
}

.filter-count[b-6rtl51z1c5] {
    font-size: 11px;
    font-weight: 600;
    border-radius: 999px;
    padding: 1px 7px;
    background: var(--bg-soft);
    color: var(--text-faint);
}

.tickets-filters .filter-tab.is-active .filter-count[b-6rtl51z1c5] {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

.ticket-list-header[b-6rtl51z1c5] {
    display: grid;
    grid-template-columns: 70px 1fr 150px 130px 120px 90px;
    gap: 16px;
    padding: 10px 24px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-faint);
    border-bottom: 1px solid var(--border);
}

@media (max-width: 1200px) {
    .ticket-list-header[b-6rtl51z1c5] { grid-template-columns: 60px 1fr 140px 110px 90px; }
    .ticket-list-header span:nth-child(4)[b-6rtl51z1c5] { display: none; }
}

@media (max-width: 880px) {
    .stats-grid[b-6rtl51z1c5] { grid-template-columns: repeat(2, 1fr); }
    .ticket-list-header[b-6rtl51z1c5] { grid-template-columns: 56px 1fr 130px 80px; }
    .ticket-list-header span:nth-child(5)[b-6rtl51z1c5] { display: none; }
}

@media (max-width: 600px) {
    .ticket-list-header[b-6rtl51z1c5] { grid-template-columns: 50px 1fr 120px; }
    .ticket-list-header span:nth-child(6)[b-6rtl51z1c5] { display: none; }
}

/* /Pages/Tickets/TicketStatCard.razor.rz.scp.css */
.stat-card[b-z605x9ea96] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 20px 24px;
}

.stat-card-top[b-z605x9ea96] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.stat-icon[b-z605x9ea96] { font-size: 16px; color: var(--text-faint); }

.stat-card-count[b-z605x9ea96] {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
}

.count-open[b-z605x9ea96]      { color: var(--accent); }
.count-critical[b-z605x9ea96]  { color: #c1271f; }
.count-scheduled[b-z605x9ea96] { color: #5a3eb8; }
.count-waiting[b-z605x9ea96]   { color: #b46512; }
/* /Pages/Tickets/TicketStatusBadge.razor.rz.scp.css */
.pill[b-jefmpfqabr] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 10px 3px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
}

.pill .dot[b-jefmpfqabr] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    flex-shrink: 0;
}

.pill.new[b-jefmpfqabr]       { background: #eef4ff; color: #2454d3; }
.pill.progress[b-jefmpfqabr]  { background: var(--accent-100); color: var(--accent-600); }
.pill.waiting[b-jefmpfqabr]   { background: #fef3e6; color: #b46512; }
.pill.scheduled[b-jefmpfqabr] { background: #efeaff; color: #5a3eb8; }
.pill.resolved[b-jefmpfqabr]  { background: #e7f5ec; color: #1f7a3d; }
.pill.closed[b-jefmpfqabr]    { background: #ecebe9; color: #6b6663; }
/* /Pages/Tickets/UpcomingScheduleCard.razor.rz.scp.css */
.upcoming-card[b-k0y3f34gu5] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
}

.upcoming-empty[b-k0y3f34gu5] {
    font-size: 13px;
    color: var(--text-faint);
    margin: 0;
}

.upcoming-list[b-k0y3f34gu5] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.upcoming-item[b-k0y3f34gu5] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
}

.upcoming-item:first-child[b-k0y3f34gu5] { padding-top: 0; }
.upcoming-item:last-child[b-k0y3f34gu5]  { border-bottom: 0; padding-bottom: 0; }

.upcoming-date[b-k0y3f34gu5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 32px;
    flex-shrink: 0;
}

.upcoming-month[b-k0y3f34gu5] {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--text-faint);
    line-height: 1;
}

.upcoming-day[b-k0y3f34gu5] {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text);
    line-height: 1.1;
}

.upcoming-info[b-k0y3f34gu5] { min-width: 0; }

.upcoming-title[b-k0y3f34gu5] {
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--text);
}

.upcoming-meta[b-k0y3f34gu5] {
    margin-top: 2px;
    font-size: 12px;
    color: var(--text-faint);
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.dot-sep[b-k0y3f34gu5] { color: var(--border-strong); }
/* /Pages/Workspace/AppIcon.razor.rz.scp.css */
.app-icon[b-6siiujx1ea] {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--bg-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--text-muted);
    box-shadow: 0 2px 6px rgba(33, 29, 30, 0.10), inset 0 -2px 0 rgba(0, 0, 0, 0.06);
}

.app-icon img[b-6siiujx1ea] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.app-icon-letter[b-6siiujx1ea] {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: var(--text);
}
/* /Pages/Workspace/ProfileCard.razor.rz.scp.css */
.profile-top[b-ax2ycgeq9y] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.profile-header-main[b-ax2ycgeq9y] {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.profile-identity[b-ax2ycgeq9y] { min-width: 0; }

.profile-name[b-ax2ycgeq9y] {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--text);
}

.profile-sub[b-ax2ycgeq9y] {
    margin: 2px 0 0;
    font-size: 13px;
    color: var(--text-muted);
}

.profile-grid[b-ax2ycgeq9y] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px 24px;
    margin: 0;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}

.profile-actions[b-ax2ycgeq9y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--border);
}

.profile-mfa[b-ax2ycgeq9y] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--text-faint);
}
/* /Pages/Workspace/ProfileField.razor.rz.scp.css */
.profile-field[b-3s5juj0qy6] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.profile-field dt[b-3s5juj0qy6] {
    margin: 0;
    font-size: 10.5px;
    font-weight: 600;
    color: var(--text-faint);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.profile-field dd[b-3s5juj0qy6] {
    margin: 0;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--text);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-field dd.profile-field-empty[b-3s5juj0qy6] {
    color: var(--text-faint);
    font-weight: 400;
}
/* /Pages/Workspace/RemoteAppsCard.razor.rz.scp.css */
.app-grid[b-na1t7nmo1z] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
    gap: 8px;
}

.app-tile[b-na1t7nmo1z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 12px 8px 10px;
    border: 1px solid transparent;
    border-radius: var(--radius-md);
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    color: var(--text);
    transition: background 0.12s, border-color 0.12s;
    font: inherit;
}

.app-tile:hover[b-na1t7nmo1z] { background: var(--bg-soft); }

.app-tile-label[b-na1t7nmo1z] {
    font-size: 11.5px;
    font-weight: 500;
    text-align: center;
    color: var(--text);
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
/* /Pages/Workspace/WorkspaceSection.razor.rz.scp.css */
.workspace-section[b-dr4n6fj7co] {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.workspace-section-head[b-dr4n6fj7co] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.workspace-section-head .eyebrow[b-dr4n6fj7co] { margin-bottom: 6px; }

.ws-grid[b-dr4n6fj7co] {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 16px;
}

@media (max-width: 1024px) {
    .ws-grid[b-dr4n6fj7co] { grid-template-columns: 1fr; }
}
/* /Shared/Logo.razor.rz.scp.css */
/* /Shared/Ui/Drawer.razor.rz.scp.css */
/* @keyframes must stay un-scoped — Blazor CSS isolation strips scope from at-rules */
@keyframes vwSlideInRight-b-euoko9czko {
    from { transform: translateX(100%); opacity: 0; }
    to   { transform: translateX(0);    opacity: 1; }
}
@keyframes vwFadeIn-b-euoko9czko {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes vwScaleIn-b-euoko9czko {
    from { opacity: 0; transform: scale(0.96); }
    to   { opacity: 1; transform: scale(1);    }
}

.drawer-backdrop[b-euoko9czko] {
    position: fixed;
    inset: 0;
    background: rgba(33, 29, 30, 0.4);
    backdrop-filter: blur(2px);
    z-index: 100;
    animation: vwFadeIn-b-euoko9czko 0.2s ease;
}

.drawer[b-euoko9czko] {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    background: var(--surface);
    box-shadow: var(--shadow-lg);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: vwSlideInRight-b-euoko9czko 0.28s cubic-bezier(0.32, 0.72, 0, 1);
}

.modal-backdrop[b-euoko9czko] {
    position: fixed;
    inset: 0;
    background: rgba(33, 29, 30, 0.55);
    backdrop-filter: blur(3px);
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: vwFadeIn-b-euoko9czko 0.18s ease;
    padding: 20px;
}

.modal-card[b-euoko9czko] {
    background: var(--surface);
    border-radius: 16px;
    box-shadow: var(--shadow-lg);
    animation: vwScaleIn-b-euoko9czko 0.18s ease;
    overflow: hidden;
}
