@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.84wtju4z0n.bundle.scp.css';
@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.ezdqu7jd9f.bundle.scp.css';

/* /Components/MimeTypeEditor.razor.rz.scp.css */
[b-t9xms1eoll] .fluent-autocomplete-multiselect {
    min-width: 0;
    max-width: 100%;
}
/* /Layout/AuthLayout.razor.rz.scp.css */
.auth-layout[b-gjefmr8nqf] {
    display: grid;
    grid-template-columns: 42% 58%;
    min-height: 100dvh;
}

/* ── Brand panel ── */

.auth-brand-panel[b-gjefmr8nqf] {
    background: linear-gradient(135deg, #0078D4 0%, #003D6B 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.auth-brand-panel[b-gjefmr8nqf]::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -20%;
    width: 60%;
    height: 60%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.auth-brand-panel[b-gjefmr8nqf]::after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: -10%;
    width: 50%;
    height: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.auth-brand-content[b-gjefmr8nqf] {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 2rem;
    color: #ffffff;
}

.auth-brand-title[b-gjefmr8nqf] {
    font-size: 2rem;
    font-weight: 700;
    margin: 1rem 0 0.5rem;
    letter-spacing: -0.02em;
}

.auth-brand-tagline[b-gjefmr8nqf] {
    font-size: 1rem;
    opacity: 0.85;
    margin: 0;
    max-width: 280px;
    line-height: 1.5;
}

/* ── Form panel ── */

.auth-form-panel[b-gjefmr8nqf] {
    background: var(--neutral-layer-1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.auth-form-container[b-gjefmr8nqf] {
    width: 100%;
    max-width: 440px;
}

.auth-footer[b-gjefmr8nqf] {
    margin-top: auto;
    padding-top: 2rem;
    text-align: center;
}

.auth-footer-link[b-gjefmr8nqf] {
    color: var(--neutral-foreground-hint);
    text-decoration: none;
    font-size: 0.85rem;
}

.auth-footer-link:hover[b-gjefmr8nqf] {
    text-decoration: underline;
}

/* ── Shared form styles (::deep because @Body content lacks this component's scope) ── */

[b-gjefmr8nqf] .auth-form-heading {
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0 0 0.25rem;
    color: var(--neutral-foreground-rest);
}

[b-gjefmr8nqf] .auth-form-subheading {
    font-size: 0.95rem;
    color: var(--neutral-foreground-hint);
    margin: 0 0 2rem;
}

[b-gjefmr8nqf] .auth-form-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.9rem;
    color: var(--neutral-foreground-hint);
}

[b-gjefmr8nqf] .auth-link {
    color: var(--accent-fill-rest);
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
}

[b-gjefmr8nqf] .auth-link:hover {
    text-decoration: underline;
}

/* ── Responsive ── */

@media (max-width: 768px) {
    .auth-layout[b-gjefmr8nqf] {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
    }

    .auth-brand-panel[b-gjefmr8nqf] {
        padding: 2rem 1rem;
    }

    .auth-brand-title[b-gjefmr8nqf] {
        font-size: 1.5rem;
    }

    .auth-brand-tagline[b-gjefmr8nqf] {
        font-size: 0.9rem;
    }

    .auth-form-panel[b-gjefmr8nqf] {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .auth-brand-panel[b-gjefmr8nqf] {
        padding: 1.25rem 1rem;
    }

    .auth-brand-content :first-child[b-gjefmr8nqf] {
        display: none;
    }

    .auth-brand-title[b-gjefmr8nqf] {
        font-size: 1.25rem;
        margin-top: 0;
    }

    .auth-brand-tagline[b-gjefmr8nqf] {
        display: none;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* ── Shell ── */

.hub-shell[b-lr9yu8czbv] {
    display: flex;
    height: 100dvh;
    width: 100dvw;
    overflow: hidden;
    background: var(--neutral-layer-1);
}

/* ── Sidebar ── */

.hub-sidebar[b-lr9yu8czbv] {
    width: 256px;
    min-width: 256px;
    background: var(--neutral-layer-2);
    border-right: 1px solid var(--neutral-stroke-divider-rest);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.hub-sidebar-brand[b-lr9yu8czbv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1.25rem;
    border-bottom: 1px solid var(--neutral-stroke-divider-rest);
    min-height: 48px;
}

.hub-sidebar-brand-text[b-lr9yu8czbv] {
    font-weight: 600;
    font-size: 1.05rem;
    color: var(--neutral-foreground-rest);
    white-space: nowrap;
    letter-spacing: -0.01em;
}

.hub-sidebar-close[b-lr9yu8czbv] {
    display: none;
}

.hub-sidebar-nav[b-lr9yu8czbv] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.375rem 0;
}

/* Subtle scrollbar for sidebar */
.hub-sidebar-nav[b-lr9yu8czbv]::-webkit-scrollbar {
    width: 4px;
}

.hub-sidebar-nav[b-lr9yu8czbv]::-webkit-scrollbar-track {
    background: transparent;
}

.hub-sidebar-nav[b-lr9yu8czbv]::-webkit-scrollbar-thumb {
    background: var(--neutral-stroke-rest);
    border-radius: 2px;
}

/* ── Sidebar Footer ── */

.hub-sidebar-footer[b-lr9yu8czbv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    border-top: 1px solid var(--neutral-stroke-divider-rest);
    flex-shrink: 0;
}

.hub-sidebar-footer-link[b-lr9yu8czbv] {
    color: var(--neutral-foreground-hint);
    text-decoration: none;
    font-size: 0.75rem;
    transition: color 0.15s ease;
}

.hub-sidebar-footer-link:hover[b-lr9yu8czbv] {
    color: var(--neutral-foreground-rest);
    text-decoration: underline;
}

.hub-sidebar-footer-version[b-lr9yu8czbv] {
    color: var(--neutral-foreground-hint);
    font-size: 0.7rem;
    font-variant-numeric: tabular-nums;
    margin-left: auto;
}

/* ── Mobile Sidebar Backdrop ── */

.hub-sidebar-backdrop[b-lr9yu8czbv] {
    display: none;
}

/* ── Hamburger Button ── */

.hub-hamburger[b-lr9yu8czbv] {
    display: none;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.375rem;
    border-radius: var(--control-corner-radius, 4px);
    color: var(--neutral-foreground-rest);
    flex-shrink: 0;
}

.hub-hamburger:hover[b-lr9yu8czbv] {
    background: var(--neutral-fill-stealth-hover);
}

.hub-hamburger:active[b-lr9yu8czbv] {
    background: var(--neutral-fill-stealth-active);
}

/* ── Main Area ── */

.hub-main[b-lr9yu8czbv] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

/* ── Top Bar ── */

.hub-topbar[b-lr9yu8czbv] {
    display: flex;
    align-items: center;
    padding: 0 1rem;
    height: 48px;
    min-height: 48px;
    border-bottom: 1px solid var(--neutral-stroke-divider-rest);
    background: var(--neutral-layer-1);
    gap: 0.5rem;
}

/* ── Content ── */

.hub-content[b-lr9yu8czbv] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--neutral-layer-3, #f5f5f5);
}


/* ── Notification Bell ── */

.hub-notification-bell[b-lr9yu8czbv] {
    position: relative;
    display: flex;
    align-items: center;
}

.hub-notification-badge[b-lr9yu8czbv] {
    position: absolute;
    top: 2px;
    right: 2px;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #c42b1c;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    padding: 0 4px;
    pointer-events: none;
}

/* ── Responsive: Mobile ── */

@media (max-width: 768px) {
    /* Show hamburger */
    .hub-hamburger[b-lr9yu8czbv] {
        display: flex;
    }

    /* Sidebar becomes an off-canvas drawer */
    .hub-sidebar[b-lr9yu8czbv] {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1000;
        transform: translateX(-100%);
        transition: transform 0.25s ease;
        box-shadow: none;
    }

    .hub-sidebar--open[b-lr9yu8czbv] {
        transform: translateX(0);
        box-shadow: 4px 0 16px rgba(0, 0, 0, 0.15);
    }

    /* Close button visible in drawer */
    .hub-sidebar-close[b-lr9yu8czbv] {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0.25rem;
        border-radius: var(--control-corner-radius, 4px);
    }

    .hub-sidebar-close:hover[b-lr9yu8czbv] {
        background: var(--neutral-fill-stealth-hover);
    }

    /* Backdrop overlay */
    .hub-sidebar-backdrop[b-lr9yu8czbv] {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 999;
        background: rgba(0, 0, 0, 0.4);
    }

    .hub-topbar[b-lr9yu8czbv] {
        padding: 0 0.75rem;
    }

}
/* /Pages/Admin/OrganizationDetail.razor.rz.scp.css */
.org-avatar[b-0olezex060] {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: var(--neutral-layer-2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
/* /Pages/Admin/TicketStates.razor.rz.scp.css */
.diagram-card[b-y9n2atzjf9] {
    flex: 1;
    min-height: 0;
}

.diagram-container[b-y9n2atzjf9] {
    width: 100%;
    height: 100%;
    min-height: 500px;
    position: relative;
}

/* ── Node styling ── */

[b-y9n2atzjf9] .ticket-state-node {
    border-radius: 8px;
    padding: 10px 16px;
    min-width: 120px;
    text-align: center;
    cursor: grab;
    user-select: none;
    white-space: nowrap;
    font-size: 13px;
    font-family: sans-serif;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.15s ease;
}

[b-y9n2atzjf9] .ticket-state-node:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

[b-y9n2atzjf9] .ticket-state-node.selected {
    outline: 2px solid var(--accent-fill-rest, #0078D4);
    outline-offset: 2px;
}

[b-y9n2atzjf9] .node-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

[b-y9n2atzjf9] .node-badge {
    font-size: 10px;
}

[b-y9n2atzjf9] .node-title {
    font-weight: 600;
}

/* ── Node action buttons ── */

[b-y9n2atzjf9] .node-actions {
    position: absolute;
    top: -10px;
    right: -10px;
    display: flex;
    gap: 2px;
    opacity: 0;
    transition: opacity 0.15s ease;
    pointer-events: none;
}

[b-y9n2atzjf9] .ticket-state-node:hover .node-actions {
    opacity: 1;
    pointer-events: auto;
}

[b-y9n2atzjf9] .node-action-btn {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    cursor: pointer;
    font-size: 11px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

[b-y9n2atzjf9] .node-action-btn:hover {
    background: #f0f0f0;
}

[b-y9n2atzjf9] .node-action-btn.delete-btn:hover {
    background: #D13438;
    color: #fff;
    border-color: #D13438;
}

/* ── Port styling ── */

[b-y9n2atzjf9] .ticket-state-port {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(0, 0, 0, 0.3);
    position: absolute;
    cursor: crosshair;
    opacity: 0;
    transition: opacity 0.15s ease, transform 0.1s ease;
    z-index: 5;
}

[b-y9n2atzjf9] .ticket-state-node:hover .ticket-state-port {
    opacity: 1;
}

[b-y9n2atzjf9] .ticket-state-port:hover {
    transform: scale(1.3);
    background: var(--accent-fill-rest, #0078D4);
    border-color: #fff;
}

[b-y9n2atzjf9] .ticket-state-port.top {
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
}

[b-y9n2atzjf9] .ticket-state-port.bottom {
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}

[b-y9n2atzjf9] .ticket-state-port.left {
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
}

[b-y9n2atzjf9] .ticket-state-port.right {
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
}

[b-y9n2atzjf9] .ticket-state-node:hover .ticket-state-port.top:hover {
    transform: translateX(-50%) scale(1.3);
}

[b-y9n2atzjf9] .ticket-state-node:hover .ticket-state-port.bottom:hover {
    transform: translateX(-50%) scale(1.3);
}

[b-y9n2atzjf9] .ticket-state-node:hover .ticket-state-port.left:hover {
    transform: translateY(-50%) scale(1.3);
}

[b-y9n2atzjf9] .ticket-state-node:hover .ticket-state-port.right:hover {
    transform: translateY(-50%) scale(1.3);
}
/* /Pages/AppManagement/App.razor.rz.scp.css */
[b-p5uinu274z] .releases-grid tr:hover td {
    background-color: var(--neutral-fill-secondary-hover);
}

/* Header */
.app-header[b-p5uinu274z] {
    padding: 20px 24px;
}

/* Header Stats */
.header-stat[b-p5uinu274z] {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
}

.header-stat-value[b-p5uinu274z] {
    font-size: 1.1rem;
    font-weight: 700;
}

.header-stat-version[b-p5uinu274z] {
    font-family: var(--font-family-monospace, 'Cascadia Code', 'Consolas', monospace);
    font-size: 0.95rem;
}

.header-stat-label[b-p5uinu274z] {
    font-size: 0.8em;
    color: var(--neutral-foreground-hint);
}

/* Version Column */
.version-text[b-p5uinu274z] {
    font-family: var(--font-family-monospace, 'Cascadia Code', 'Consolas', monospace);
    font-weight: 600;
}

/* Date Column */
.date-time-sub[b-p5uinu274z] {
    font-size: 0.8em;
    color: var(--neutral-foreground-hint);
}

/* License Field Cards */
.field-card[b-p5uinu274z] {
    transition: box-shadow 0.15s ease;
}

.field-card:hover[b-p5uinu274z] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.field-key[b-p5uinu274z] {
    font-family: var(--font-family-monospace, 'Cascadia Code', 'Consolas', monospace);
    font-weight: 700;
}

.field-detail-label[b-p5uinu274z] {
    font-size: 0.75em;
    color: var(--neutral-foreground-hint);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 600;
}

/* Tax Rate Cards */
.tax-card[b-p5uinu274z] {
    overflow: visible;
    transition: box-shadow 0.15s ease;
}

.tax-card:hover[b-p5uinu274z] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
/* /Pages/AppManagement/Create.razor.rz.scp.css */
/* ── Wizard Shell ── */

.wizard-card[b-72nee1ung6] {
    border-left: 3px solid var(--accent-fill-rest);
}

/* ── Step Form Container ── */

.step-form[b-72nee1ung6] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 640px;
    padding: 4px 0;
}

/* Force ALL Fluent form controls to consistent full width */
.step-form[b-72nee1ung6]  fluent-text-field,
.step-form[b-72nee1ung6]  fluent-combobox,
.step-form[b-72nee1ung6]  fluent-select,
.step-form[b-72nee1ung6]  fluent-number-field,
.step-form[b-72nee1ung6]  fluent-text-area {
    width: 100%;
}

/* ── Section Groups ── */

.form-section[b-72nee1ung6] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-section-header[b-72nee1ung6] {
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-72nee1ung6] .form-section-desc {
    font-size: 0.85em;
    opacity: 0.6;
    margin-top: -8px;
}

/* ── Form Row (equal 2-column grid) ── */

.form-row[b-72nee1ung6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start;
}

@media (max-width: 600px) {
    .form-row[b-72nee1ung6] {
        grid-template-columns: 1fr;
    }
}

/* ── Field with inline link below ── */

.form-field-with-link[b-72nee1ung6] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.form-inline-link[b-72nee1ung6] {
    font-size: 0.8em;
}

/* ── Readonly Field ── */

.field-readonly[b-72nee1ung6] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 2px;
}

.field-readonly-label[b-72nee1ung6] {
    font-size: 0.85em;
    font-weight: 600;
    color: var(--neutral-foreground-rest);
}

.field-readonly-value[b-72nee1ung6] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    font-size: 0.95em;
}

.field-readonly-hint[b-72nee1ung6] {
    opacity: 0.5;
    font-style: italic;
    font-size: 0.85em;
}

/* ── Icon Section ── */

.icon-area[b-72nee1ung6] {
    display: flex;
    align-items: center;
    gap: 16px;
}

[b-72nee1ung6] .icon-preview {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid var(--neutral-stroke-rest);
    flex-shrink: 0;
}

[b-72nee1ung6] .icon-placeholder {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    background: var(--neutral-layer-2);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed var(--neutral-stroke-rest);
    flex-shrink: 0;
}

.icon-actions[b-72nee1ung6] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

[b-72nee1ung6] .icon-upload-input {
    height: 72px;
    min-height: unset;
}

.icon-hint[b-72nee1ung6] {
    font-size: 0.8em;
    opacity: 0.5;
    margin-top: 2px;
}

/* ── License Field Cards ── */

[b-72nee1ung6] .license-card {
    border-left: 3px solid var(--accent-fill-rest);
    padding: 16px;
}

.license-card-header[b-72nee1ung6] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.license-card-body[b-72nee1ung6] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* ── Upload Area ── */

[b-72nee1ung6] .upload-area {
    height: 200px;
}

/* ── File Status Indicator ── */

.file-status[b-72nee1ung6] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: var(--control-corner-radius, 4px);
}

.file-status--ready[b-72nee1ung6] {
    border-left: 3px solid #107c10;
    background: color-mix(in srgb, #107c10 6%, transparent);
}

.file-status--pending[b-72nee1ung6] {
    border-left: 3px solid #ca5010;
    background: color-mix(in srgb, #ca5010 6%, transparent);
}

/* ── Review Cards ── */

[b-72nee1ung6] .review-card {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

[b-72nee1ung6] .review-card-title {
    margin-bottom: 4px;
}

.review-grid[b-72nee1ung6] {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
}

@media (min-width: 600px) {
    .review-grid--4col[b-72nee1ung6] {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.review-item[b-72nee1ung6] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.review-item-label[b-72nee1ung6] {
    font-size: 0.75em;
    color: var(--neutral-foreground-hint);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.review-item-value[b-72nee1ung6] {
    font-size: 0.95em;
}
/* /Pages/AppManagement/Index.razor.rz.scp.css */
.app-card[b-ruok0wj1lb] {
    cursor: pointer;
    transition: box-shadow 0.15s ease;
}

.app-card:hover[b-ruok0wj1lb] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.app-card-identity[b-ruok0wj1lb] {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.app-card-identifier[b-ruok0wj1lb] {
    font-size: 11px;
    color: var(--neutral-foreground-hint);
}

[b-ruok0wj1lb] .app-card-divider {
    margin: 8px 0;
}

.app-card-footer[b-ruok0wj1lb] {
    padding-top: 4px;
}

/* Stats Row */
.stat-card[b-ruok0wj1lb] {
    padding: 16px;
}

.stat-value[b-ruok0wj1lb] {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.stat-label[b-ruok0wj1lb] {
    font-size: 0.8em;
    color: var(--neutral-foreground-hint);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* Filter Bar */
.filter-bar[b-ruok0wj1lb] {
    padding: 12px 16px;
}

/* Skeleton Cards */
.skeleton-card[b-ruok0wj1lb] {
    padding: 16px;
}
/* /Pages/Authentication/Register.razor.rz.scp.css */
.identifier-row[b-vt0u5sgrx0] {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.identifier-preview[b-vt0u5sgrx0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.625rem;
    border-radius: 4px;
    background: var(--neutral-layer-2);
    border: 1px solid var(--neutral-stroke-rest);
    font-size: 0.8125rem;
}

.identifier-label[b-vt0u5sgrx0] {
    color: var(--neutral-foreground-hint);
    white-space: nowrap;
}

.identifier-value[b-vt0u5sgrx0] {
    font-family: var(--font-family-monospace, 'Cascadia Code', 'Consolas', monospace);
    color: var(--neutral-foreground-rest);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.identifier-action[b-vt0u5sgrx0] {
    margin-left: auto;
    color: var(--accent-fill-rest);
    text-decoration: none;
    font-size: 0.8125rem;
    white-space: nowrap;
    cursor: pointer;
}

.identifier-action:hover[b-vt0u5sgrx0] {
    text-decoration: underline;
}
/* /Pages/Imprint.razor.rz.scp.css */
.imprint-grid[b-p06rnim7op] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    width: 100%;
}

.imprint-category[b-p06rnim7op] {
    padding: 1rem;
}

.imprint-category-header[b-p06rnim7op] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--neutral-stroke-rest);
}

.imprint-entries[b-p06rnim7op] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (max-width: 768px) {
    .imprint-grid[b-p06rnim7op] {
        grid-template-columns: 1fr;
    }

    [b-p06rnim7op] .imprint-category {
        grid-column: span 1 !important;
    }
}
/* /Pages/MyAccount/Index.razor.rz.scp.css */
/* ── Identity Card ── */

[b-mue05n3ddh] .me-identity-card {
    height: 100%;
}

.me-identity-layout[b-mue05n3ddh] {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
}

.me-identity-info[b-mue05n3ddh] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
    gap: 4px;
}

/* ── Avatar ── */

.me-avatar[b-mue05n3ddh] {
    height: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--neutral-stroke-rest);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.me-avatar--placeholder[b-mue05n3ddh] {
    background: var(--accent-fill-rest);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ── Crop Preview ── */

.me-crop-area[b-mue05n3ddh] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    border-radius: var(--control-corner-radius, 4px);
    background: var(--neutral-layer-2, #fafafa);
    border: 1px dashed var(--neutral-stroke-rest);
}
/* /Pages/Organization/Index.razor.rz.scp.css */
.org-avatar[b-u4b42lfqzo] {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: var(--neutral-layer-2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
/* /Pages/Tickets/Ticket.razor.rz.scp.css */
/* Ticket Page - Scoped CSS */

/* Two-Column Layout Container */
.ticket-page-container[b-45n5ifz1wu] {
    display: grid;
    grid-template-columns: 1fr 20rem;
    gap: 1.5rem;
    width: 100%;
    align-items: start;
}

/* Main Content Area (Left Column - Comments Feed) */
.ticket-main-content[b-45n5ifz1wu] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
}

/* Sidebar (Right Column - Info Box) */
.ticket-sidebar[b-45n5ifz1wu] {
    position: sticky;
    top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
}

/* Sidebar Info Card */
.ticket-sidebar-card[b-45n5ifz1wu] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ticket-sidebar-row[b-45n5ifz1wu] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ticket-sidebar-label[b-45n5ifz1wu] {
    font-weight: 600;
    min-width: 5rem;
    color: var(--neutral-foreground-hint);
}

.ticket-sidebar-value[b-45n5ifz1wu] {
    flex: 1;
}

.ticket-sidebar-actions[b-45n5ifz1wu] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--neutral-stroke-rest);
}

/* Ticket Header */
.ticket-header[b-45n5ifz1wu] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.ticket-header-id[b-45n5ifz1wu] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.ticket-header-id:hover[b-45n5ifz1wu] {
    opacity: 0.8;
}

.ticket-header-title[b-45n5ifz1wu] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Comment Feed Section */
.comment-feed[b-45n5ifz1wu] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.comment-feed-header[b-45n5ifz1wu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--neutral-stroke-rest);
}

/* Comment Card */
.comment-card[b-45n5ifz1wu] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
    background: var(--neutral-layer-card-container);
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 0.375rem;
}

.comment-card:hover[b-45n5ifz1wu] {
    border-color: var(--neutral-stroke-hover);
}

.comment-card--admin[b-45n5ifz1wu] {
    border-left: 3px solid var(--accent-fill-rest);
    background: var(--neutral-layer-floating);
}

.comment-header[b-45n5ifz1wu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.comment-author[b-45n5ifz1wu] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.comment-author-name[b-45n5ifz1wu] {
    font-weight: 600;
}

.comment-author-email[b-45n5ifz1wu] {
    color: var(--neutral-foreground-hint);
    font-size: 0.875rem;
}

.comment-timestamp[b-45n5ifz1wu] {
    color: var(--neutral-foreground-hint);
    font-size: 0.875rem;
    white-space: nowrap;
}

.comment-actions[b-45n5ifz1wu] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
}

.comment-body[b-45n5ifz1wu] {
    padding-top: 0.5rem;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.5;
}

/* Attachments Section */
.attachments-section[b-45n5ifz1wu] {
    margin-top: 1rem;
}

.attachments-header[b-45n5ifz1wu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid var(--neutral-stroke-rest);
}

/* File Card List */
.file-list[b-45n5ifz1wu] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.file-card[b-45n5ifz1wu] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 0.75rem;
    background: var(--neutral-layer-card-container);
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 0.375rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.file-card:hover[b-45n5ifz1wu] {
    border-color: var(--neutral-stroke-hover);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.file-preview[b-45n5ifz1wu] {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--neutral-layer-floating);
    cursor: pointer;
}

.file-thumbnail[b-45n5ifz1wu] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

[b-45n5ifz1wu] .file-type-icon {
    color: var(--neutral-foreground-hint);
}

.file-info[b-45n5ifz1wu] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.file-name[b-45n5ifz1wu] {
    font-weight: 600;
    font-size: 0.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-meta[b-45n5ifz1wu] {
    font-size: 0.75rem;
    color: var(--neutral-foreground-hint);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-actions[b-45n5ifz1wu] {
    flex-shrink: 0;
    display: flex;
    gap: 0.125rem;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.file-card:hover .file-actions[b-45n5ifz1wu] {
    opacity: 1;
}

/* Description Section */
.ticket-description[b-45n5ifz1wu] {
    padding: 1rem;
    background: var(--neutral-layer-card-container);
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 0.375rem;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.5;
}

/* State transition buttons */
.state-transition-btn[b-45n5ifz1wu] {
    color: white;
    border: none;
    border-radius: 4px;
    padding: 4px 12px;
    cursor: pointer;
    font-size: 0.85em;
    font-family: inherit;
    line-height: 1.4;
    transition: opacity 0.15s ease, filter 0.15s ease;
}

.state-transition-btn:hover[b-45n5ifz1wu] {
    filter: brightness(0.85);
}

.state-transition-btn.force[b-45n5ifz1wu] {
    background: transparent;
    border: 1px solid;
}

.state-transition-btn.force:hover[b-45n5ifz1wu] {
    filter: none;
    opacity: 0.7;
}

/* Responsive Layout - Stack on narrow screens */
@media (max-width: 768px) {
    .ticket-page-container[b-45n5ifz1wu] {
        grid-template-columns: 1fr;
    }

    .ticket-sidebar[b-45n5ifz1wu] {
        position: static;
        max-height: none;
    }
}
/* /Pages/Tracing/Index.razor.rz.scp.css */
.issue-title[b-rwbp5z28yt] {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.issue-meta[b-rwbp5z28yt] {
    font-size: 0.8rem;
    color: var(--neutral-foreground-hint, #888);
    margin-top: 2px;
}

.level-badge[b-rwbp5z28yt] {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.stat-card[b-rwbp5z28yt] {
    padding: 16px;
}

.stat-value[b-rwbp5z28yt] {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.stat-label[b-rwbp5z28yt] {
    font-size: 0.8em;
    color: var(--neutral-foreground-hint);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

[b-rwbp5z28yt] .traces-grid tr {
    cursor: pointer;
}

[b-rwbp5z28yt] .traces-grid tr:hover td {
    background-color: var(--neutral-fill-secondary-hover);
}
/* /Pages/Tracing/Trace.razor.rz.scp.css */
/* Header */
.trace-header[b-dd6xpeml6h] {
    padding: 20px 24px;
}

.level-badge[b-dd6xpeml6h] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

/* Header Stats */
.header-stat[b-dd6xpeml6h] {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
}

.header-stat-value[b-dd6xpeml6h] {
    font-size: 1.1rem;
    font-weight: 700;
}

.header-stat-version[b-dd6xpeml6h] {
    font-family: var(--font-family-monospace, 'Cascadia Code', 'Consolas', monospace);
    font-size: 0.95rem;
}

.header-stat-label[b-dd6xpeml6h] {
    font-size: 0.8em;
    color: var(--neutral-foreground-hint);
}

/* Error Body */
.trace-code-body[b-dd6xpeml6h] {
    white-space: pre-wrap;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    border: 1px solid var(--neutral-stroke-rest, #d9d9d9);
    border-radius: 4px;
    padding: 0.75rem;
    max-height: 40vh;
    overflow: auto;
    font-size: 0.85rem;
    line-height: 1.5;
}

/* Breadcrumb Timeline */
.breadcrumb-timeline[b-dd6xpeml6h] {
    position: relative;
    padding-left: 1.5rem;
    margin: 0.5rem 0;
}

.timeline-item[b-dd6xpeml6h] {
    position: relative;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    border-left: 2px solid var(--neutral-stroke-rest, #d9d9d9);
}

.timeline-item:last-child[b-dd6xpeml6h] {
    border-left-color: transparent;
    padding-bottom: 0;
}

.timeline-dot[b-dd6xpeml6h] {
    position: absolute;
    left: -6px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--accent-fill-rest, #0078d4);
    border: 2px solid var(--neutral-layer-1, #fff);
}

.timeline-content[b-dd6xpeml6h] {
    font-size: 0.875rem;
    line-height: 1.4;
    white-space: pre-wrap;
    word-break: break-word;
}
/* /Panels/ShowAppPanel.razor.rz.scp.css */
.panel-form[b-nehi3pbkey] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

/* Force all Fluent form controls to fill available width */
.panel-form[b-nehi3pbkey]  fluent-text-field,
.panel-form[b-nehi3pbkey]  fluent-select {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

/* ── Section Dividers ── */

.section-divider[b-nehi3pbkey] {
    margin: 4px 0;
}

/* ── Icon ── */

.icon-preview[b-nehi3pbkey] {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    object-fit: cover;
    border: 1px solid var(--neutral-stroke-rest);
}

.icon-placeholder[b-nehi3pbkey] {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background: var(--neutral-layer-2);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed var(--neutral-stroke-rest);
}

.icon-buttons[b-nehi3pbkey] {
    display: flex;
    gap: 8px;
}

.hint-text[b-nehi3pbkey] {
    opacity: 0.5;
    font-size: 0.8em;
}
