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

/* /Components/App.razor.rz.scp.css */
*[b-1e1mcinlnf] { box-sizing: border-box; }
        html[b-1e1mcinlnf], body[b-1e1mcinlnf] { margin: 0; padding: 0; height: 100%; font-family: var(--fontFamilyBase, "Segoe UI", sans-serif); }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.breadcrumb-icon[b-zv5e0kkxre] {
        font-size: 16px;
    }

    .breadcrumb-separator[b-zv5e0kkxre] {
        opacity: 0.4;
    }

    .search-icon[b-zv5e0kkxre] {
        font-size: 16px;
        color: #64748b;
    }

    .user-display-name[b-zv5e0kkxre] {
        font-size: 13px;
        font-weight: 600;
    }

    .logout-icon[b-zv5e0kkxre] {
        font-size: 18px;
    }

    .portal-shell[b-zv5e0kkxre] {
        display: grid;
        grid-template-columns: 288px 1fr;
        min-height: 100vh;
        background: var(--bg);
        color: var(--text);
    }

    main[b-zv5e0kkxre] {
        min-width: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    main:focus[b-zv5e0kkxre],
    main:focus-visible[b-zv5e0kkxre] {
        outline: none;
    }

    header[b-zv5e0kkxre] {
        height: 78px;
        background: rgba(255, 255, 255, 0.82);
        backdrop-filter: blur(12px);
        border-bottom: 1px solid var(--line);
        display: grid;
        grid-template-columns: 1fr minmax(360px, 520px) 1fr;
        align-items: center;
        gap: 20px;
        padding: 0 34px;
        z-index: 20;
        flex-shrink: 0;
        position: sticky;
        top: 0;
    }

    .breadcrumbs[b-zv5e0kkxre] {
        display: flex;
        align-items: center;
        gap: 11px;
        font-size: 14px;
        color: #64748b;
        font-weight: 650;
        white-space: nowrap;
    }

    .search-box[b-zv5e0kkxre] {
        background: #eef4fa;
        border-radius: 999px;
        padding: 0 18px;
        display: flex;
        align-items: center;
        gap: 10px;
        height: 42px;
        flex: 1;
        border: 1px solid var(--line);
    }

    .search-box input[b-zv5e0kkxre] {
        background: none;
        border: none;
        outline: none;
        flex: 1;
        font-size: 14px;
        color: var(--text);
        font-family: inherit;
    }

    .user-profile[b-zv5e0kkxre] {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-self: end;
        flex-shrink: 0;
    }

    .avatar[b-zv5e0kkxre] {
        width: 40px;
        height: 40px;
        background: #e9eff5;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 13px;
        color: var(--brand);
        border: 3px solid white;
        box-shadow: var(--shadow-sm);
        flex-shrink: 0;
    }

    .logout-btn[b-zv5e0kkxre] {
        background: none;
        border: none;
        cursor: pointer;
        color: #64748b;
        display: grid;
        place-items: center;
        width: 38px;
        height: 38px;
        border-radius: 10px;
        transition: background 0.15s, color 0.15s;
    }

    .logout-btn:hover[b-zv5e0kkxre] {
        background: #eef4fa;
        color: var(--brand);
    }

    .view-container[b-zv5e0kkxre] {
        flex: 1;
        overflow-y: auto;
        padding: 36px;
        max-width: 1760px;
    }

    .mobile-menu-btn[b-zv5e0kkxre],
    .mobile-quick-nav[b-zv5e0kkxre] {
        display: none;
    }

    .mobile-menu-btn[b-zv5e0kkxre] {
        appearance: none;
        border: 1px solid var(--line);
        background: #fff;
        color: #334155;
        width: 42px;
        height: 42px;
        border-radius: 12px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        justify-self: end;
    }

    .mobile-quick-nav[b-zv5e0kkxre] {
        gap: 10px;
        padding: 0 18px 16px;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .mobile-nav-link[b-zv5e0kkxre] {
        appearance: none;
        border: 1px solid var(--line);
        background: #fff;
        color: #334155;
        border-radius: 999px;
        min-height: 38px;
        padding: 0 14px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font: inherit;
        font-size: 13px;
        font-weight: 600;
        cursor: pointer;
        white-space: nowrap;
    }

    .mobile-nav-link.active[b-zv5e0kkxre] {
        background: #0f6cbd;
        color: #fff;
        border-color: #0f6cbd;
    }

    @@media (max-width: 1000px) {
        .portal-shell[b-zv5e0kkxre] {
            grid-template-columns: 1fr;
        }

        .sidebar[b-zv5e0kkxre] {
            display: none;
        }

        header[b-zv5e0kkxre] {
            grid-template-columns: 1fr auto;
            gap: 14px;
            height: auto;
            padding: 18px;
        }

        .search-box[b-zv5e0kkxre] {
            grid-column: 1 / -1;
            order: 3;
        }

        .user-profile[b-zv5e0kkxre] {
            display: none;
        }

        .mobile-menu-btn[b-zv5e0kkxre] {
            display: inline-flex;
        }

        .mobile-quick-nav.open[b-zv5e0kkxre] {
            display: flex;
        }

        .view-container[b-zv5e0kkxre] {
            padding: 22px;
        }
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar[b-i6d1rq279b] {
        width: 288px;
        background: linear-gradient(180deg, var(--nav, #1f2d3f), var(--nav-2, #172232));
        color: var(--nav-text, #dbe7f8);
        height: 100vh;
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        z-index: 100;
        overflow-y: auto;
        overflow-x: hidden;
        border-right: 1px solid rgba(255, 255, 255, 0.08);
        position: sticky;
        top: 0;
    }

    .brand[b-i6d1rq279b] {
        height: 86px;
        padding: 0 22px;
        display: flex;
        align-items: center;
        gap: 12px;
        color: inherit;
        font-weight: 800;
        font-size: 18px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        cursor: default;
    }

    .brand-name[b-i6d1rq279b] { font-size: 14px; font-weight: 800; color: inherit; line-height: 1.12; max-width: 188px; }

    .nav-accent-icon[b-i6d1rq279b] {
        color: var(--colorBrandForeground1);
    }

    .logo[b-i6d1rq279b] {
        width: 36px;
        height: 36px;
        background: linear-gradient(145deg, #1a91e8, #0a6bb4);
        border-radius: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        color: white;
        box-shadow: 0 8px 18px rgba(0,0,0,.18);
    }

    .org-selector[b-i6d1rq279b] {
        padding: 0 0 4px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .selector-label[b-i6d1rq279b] {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        opacity: 0.5;
        font-weight: 800;
        margin: 0 0 3px 10px;
    }

    .selector-readonly[b-i6d1rq279b] {
        width: 100%;
        height: 36px;
        display: flex;
        align-items: center;
        background: #2a3850;
        border: 0;
        border-radius: 8px;
        color: #dbe7f8;
        padding: 0 12px;
        font-size: 12px;
        font-weight: 650;
        cursor: default;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    select[b-i6d1rq279b] {
        width: calc(100% - 24px);
        margin: 0 12px;
        height: 34px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255,255,255,0.1);
        border-radius: 8px;
        color: #dbe7f8;
        padding: 0 12px;
        font-size: 11px;
        cursor: pointer;
        outline: none;
        font-family: inherit;
        transition: all 0.2s;
    }

    select:hover[b-i6d1rq279b] { background: rgba(255, 255, 255, 0.08); border-color: rgba(255,255,255,0.2); }
    select:focus[b-i6d1rq279b] { border-color: var(--brand); background: rgba(255, 255, 255, 0.1); }

    nav[b-i6d1rq279b] {
        padding: 10px 14px 18px;
        flex: 1;
        overflow-y: auto;
        overflow-x: hidden;
        min-width: 0;
        scrollbar-width: thin;
        scrollbar-color: rgba(255,255,255,0.1) transparent;
    }

    .nav-group[b-i6d1rq279b] { margin-bottom: 24px; }

    .nav-label[b-i6d1rq279b] {
        padding: 10px 12px 11px;
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        opacity: 0.5;
    }

    .nav-item[b-i6d1rq279b] {
        display: flex;
        align-items: center;
        gap: 13px;
        min-width: 0;
        min-height: 48px;
        padding: 0 14px;
        border-radius: 10px;
        cursor: pointer;
        margin-bottom: 6px;
        transition: all 0.2s;
        font-weight: 650;
        font-size: 14px;
        color: inherit;
    }

    .nav-text[b-i6d1rq279b] {
        min-width: 0;
    }

    .nav-item:hover[b-i6d1rq279b] { background: rgba(255,255,255,0.07); color: inherit; }
    .nav-item.active[b-i6d1rq279b] { background: #0078D4; color: white; box-shadow: 0 4px 12px rgba(0, 120, 212, 0.2); }

    .nav-footer[b-i6d1rq279b] {
        margin-top: auto;
        border-top: 1px solid rgba(255,255,255,0.08);
        padding: 14px;
    }

    .sidebar-section[b-i6d1rq279b] {
        padding: 18px 0 4px;
    }
/* /Components/Pages/Admin.razor.rz.scp.css */
.admin-note[b-k99k15p7ij],
    .admin-status[b-k99k15p7ij],
    .admin-feedback[b-k99k15p7ij] {
        color: var(--muted);
    }

    .admin-grid[b-k99k15p7ij] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .admin-switches[b-k99k15p7ij] {
        display: grid;
        gap: 12px;
    }

    .admin-divider[b-k99k15p7ij] {
        margin: 16px 0;
    }

    .admin-status[b-k99k15p7ij] {
        margin-top: 16px;
    }

    .admin-actions[b-k99k15p7ij] {
        margin-top: 20px;
    }

    .admin-feedback[b-k99k15p7ij] {
        margin-top: 12px;
    }

    @@media (max-width: 960px) {
        .admin-grid[b-k99k15p7ij] {
            grid-template-columns: 1fr;
        }
    }
/* /Components/Pages/CaseDetail.razor.rz.scp.css */
.case-detail-state[b-7tvifsdyjz] {
        display: grid;
        gap: 12px;
    }

    .case-detail-quick-actions[b-7tvifsdyjz] {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .comment-card[b-7tvifsdyjz] {
        margin-bottom: 8px;
        padding: 12px;
    }

    .comment-date[b-7tvifsdyjz] {
        font-size: 11px;
        opacity: 0.7;
    }

    .case-summary[b-7tvifsdyjz] {
        margin-top: 12px;
    }

    .summary-grid[b-7tvifsdyjz] {
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }

    .summary-label[b-7tvifsdyjz] {
        display: block;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: #64748b;
        margin-bottom: 4px;
    }

    .reopen-policy[b-7tvifsdyjz] {
        margin-top: 12px;
        padding: 10px 12px;
        background: #f0f7ff;
        border-left: 4px solid #0f6cbd;
        border-radius: 8px;
        color: #1f3b57;
        font-size: 14px;
    }

    .archetype-attachments-panel[b-7tvifsdyjz] {
        margin-top: 16px;
        display: grid;
        gap: 12px;
    }

    .attachment-row[b-7tvifsdyjz] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding: 10px 12px;
        border: 1px solid #dbe3ef;
        border-radius: 10px;
        background: #fbfdff;
    }

    .attachment-meta[b-7tvifsdyjz] {
        display: grid;
        gap: 4px;
    }

    .attachment-meta span[b-7tvifsdyjz],
    .attachment-analysis[b-7tvifsdyjz],
    .attachment-feedback[b-7tvifsdyjz] {
        font-size: 13px;
        color: #415466;
    }

    .attachment-analysis[b-7tvifsdyjz] {
        margin-top: -4px;
        padding-left: 12px;
        border-left: 3px solid #6b8bbd;
        display: grid;
        gap: 4px;
    }

    .attachment-feedback[b-7tvifsdyjz] {
        padding: 8px 12px;
        background: #eef6ff;
        border-radius: 8px;
    }

    @media (max-width: 900px) {
        .case-detail-quick-actions fluent-button[b-7tvifsdyjz] {
            width: 100%;
        }
    }
/* /Components/Pages/Config.razor.rz.scp.css */
.environment-grid[b-gik9rpt535],
    .config-form-grid[b-gik9rpt535] {
        display: grid;
        gap: 14px;
    }

    .environment-grid[b-gik9rpt535] {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        margin-top: 12px;
    }

    .environment-grid div[b-gik9rpt535],
    .config-alert-card[b-gik9rpt535],
    .field-block[b-gik9rpt535] {
        display: grid;
        gap: 6px;
    }

    .environment-grid div[b-gik9rpt535] {
        border: 1px solid var(--line);
        border-radius: 12px;
        padding: 12px;
    }

    .config-intro[b-gik9rpt535],
    .environment-grid span[b-gik9rpt535],
    .environment-note[b-gik9rpt535],
    .config-status[b-gik9rpt535] {
        color: var(--muted);
        font-size: 13px;
    }

    .config-card-header[b-gik9rpt535] {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .config-form-grid[b-gik9rpt535] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 16px;
    }

    .field-block-wide[b-gik9rpt535] {
        grid-column: 1 / -1;
    }

    .field-block input[b-gik9rpt535],
    .field-block textarea[b-gik9rpt535],
    .field-block select[b-gik9rpt535] {
        width: 100%;
        border: 1px solid var(--line);
        border-radius: 10px;
        padding: 10px 12px;
        font: inherit;
        background: white;
    }

    .field-block textarea[b-gik9rpt535] {
        min-height: 96px;
        resize: vertical;
    }

    .config-section[b-gik9rpt535],
    .config-actions[b-gik9rpt535] {
        margin-top: 24px;
    }

    .environment-grid strong[b-gik9rpt535] {
        color: var(--text);
        font-size: 14px;
        word-break: break-word;
    }

    @@media (max-width: 960px) {
        .config-card-header[b-gik9rpt535],
        .config-form-grid[b-gik9rpt535] {
            grid-template-columns: 1fr;
        }

        .config-card-header[b-gik9rpt535] {
            display: grid;
        }
    }
/* /Components/Pages/Health.razor.rz.scp.css */
.health-loading-state[b-dhpd2onto0] {
        display: grid;
        gap: 12px;
    }

    .health-card[b-dhpd2onto0] {
        background: #ffffff;
        border: 1px solid var(--line);
        border-radius: 16px;
        box-shadow: var(--shadow-sm);
        padding: 20px;
    }

    .health-banner[b-dhpd2onto0] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 8px;
    }

    .health-label[b-dhpd2onto0] {
        font-size: 11px;
        font-weight: 600;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: var(--muted);
        margin-bottom: 6px;
    }

    .health-title[b-dhpd2onto0] {
        font-size: 24px;
        line-height: 1.1;
        font-weight: 800;
        color: var(--text);
    }

    .health-pill[b-dhpd2onto0] {
        border-radius: 999px;
        padding: 8px 12px;
        font-size: 12px;
        font-weight: 700;
        border: 1px solid transparent;
        white-space: nowrap;
    }

    .health-pill.ok[b-dhpd2onto0] {
        background: #eaf8f2;
        border-color: #cfe5d8;
        color: #0f7a55;
    }

    .health-pill.neutral[b-dhpd2onto0] {
        background: #eef4fb;
        border-color: #d7e3f0;
        color: #35536d;
    }

    .health-grid[b-dhpd2onto0] {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        margin-top: 18px;
    }

    .service[b-dhpd2onto0] {
        border: 1px solid var(--line);
        border-radius: 12px;
        padding: 14px 16px;
        display: grid;
        gap: 8px;
    }

    .service b[b-dhpd2onto0] {
        font-size: 14px;
        color: var(--text);
    }

    .service .pill[b-dhpd2onto0] {
        width: fit-content;
    }

    .service-detail[b-dhpd2onto0] {
        color: var(--muted);
        font-size: 13px;
        line-height: 1.35;
    }

    .pill.ok[b-dhpd2onto0] {
        background: #eaf8f2;
        border-color: #cfe5d8;
        color: #0f7a55;
    }

    .pill.neutral[b-dhpd2onto0] {
        background: #eef4fb;
        border-color: #d7e3f0;
        color: #35536d;
    }

    .health-summary[b-dhpd2onto0] {
        margin: 0;
        color: var(--muted);
        font-size: 14px;
    }

    .health-details[b-dhpd2onto0] {
        margin-top: 18px;
        border-top: 1px solid var(--line);
        padding-top: 12px;
    }

    .health-details summary[b-dhpd2onto0] {
        cursor: pointer;
        color: var(--brand);
        font-weight: 700;
    }

    .health-details-body[b-dhpd2onto0] {
        margin-top: 12px;
        display: grid;
        gap: 8px;
    }

    .health-meta[b-dhpd2onto0] {
        color: var(--muted);
        font-size: 13px;
    }

    .health-component-list[b-dhpd2onto0] {
        display: grid;
        gap: 8px;
        margin-top: 8px;
    }

    .health-component-row[b-dhpd2onto0] {
        display: grid;
        grid-template-columns: 1.5fr 0.5fr 2fr;
        gap: 12px;
        padding-bottom: 8px;
        border-bottom: 1px solid var(--line-soft);
    }
/* /Components/Pages/Identidade.razor.rz.scp.css */
.identity-intro[b-9vfou1ft3l] {
        margin: 0;
        color: var(--muted);
        max-width: 72ch;
    }

    .identity-status-card[b-9vfou1ft3l] {
        color: var(--muted);
    }

    .identity-header[b-9vfou1ft3l] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }

    .identity-summary-grid[b-9vfou1ft3l] {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }

    .identity-summary-label[b-9vfou1ft3l] {
        display: block;
        color: var(--muted);
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        margin-bottom: 8px;
    }

    .identity-summary-value[b-9vfou1ft3l] {
        font-size: 28px;
        font-weight: 800;
        color: var(--text);
    }

    .identity-grid[b-9vfou1ft3l] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .identity-archetype[b-9vfou1ft3l] {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-top: 10px;
    }

    .identity-archetype-name[b-9vfou1ft3l] {
        font-size: 24px;
        font-weight: 700;
    }

    .identity-archetype-confidence[b-9vfou1ft3l] {
        font-size: 14px;
        opacity: 0.7;
    }

    .identity-rationale[b-9vfou1ft3l] {
        margin-top: 15px;
    }

    .identity-tone-label[b-9vfou1ft3l] {
        margin-top: 10px;
    }

    .identity-indicators[b-9vfou1ft3l] {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 15px;
        margin-top: 10px;
    }

    .identity-indicator-progress[b-9vfou1ft3l] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .identity-indicator-score[b-9vfou1ft3l] {
        margin-left: 10px;
        font-weight: bold;
    }

.identity-indicator-rationale[b-9vfou1ft3l] {
    font-size: 12px;
    margin-top: 5px;
}

.identity-evidence-summary[b-9vfou1ft3l] {
    color: var(--muted);
    line-height: 1.5;
}

    @@media (max-width: 960px) {
        .identity-summary-grid[b-9vfou1ft3l],
        .identity-grid[b-9vfou1ft3l] {
            grid-template-columns: 1fr;
        }
    }
/* /Components/Pages/Knowledge.razor.rz.scp.css */
.knowledge-state[b-3850qghybx] {
        display: grid;
        gap: 12px;
    }

.knowledge-intro[b-3850qghybx] {
        margin: 0;
        color: var(--muted);
    max-width: 72ch;
}

.knowledge-toolbar[b-3850qghybx] {
    display: flex;
    justify-content: flex-end;
}

.knowledge-search-box[b-3850qghybx] {
    display: grid;
    gap: 6px;
    width: min(420px, 100%);
}

.knowledge-search-box input[b-3850qghybx] {
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 10px 12px;
}

    .knowledge-summary-grid[b-3850qghybx] {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
    }

    .knowledge-stat-label[b-3850qghybx] {
        display: block;
        color: var(--muted);
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        margin-bottom: 8px;
    }

    .knowledge-stat-value[b-3850qghybx] {
        font-size: 30px;
        font-weight: 800;
        color: var(--text);
    }

    .knowledge-layout[b-3850qghybx] {
        display: grid;
        grid-template-columns: minmax(280px, 1fr) minmax(320px, 2fr);
        gap: 20px;
    }

    .knowledge-tree-card[b-3850qghybx] {
        min-height: 500px;
        overflow-y: auto;
    }

    .knowledge-tree[b-3850qghybx] {
        display: grid;
        gap: 10px;
    }

    .knowledge-tree-node[b-3850qghybx] {
        display: grid;
        gap: 6px;
    }

    .knowledge-tree-children[b-3850qghybx] {
        display: grid;
        gap: 4px;
        margin-left: 18px;
    }

    .knowledge-tree-button[b-3850qghybx] {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        padding: 8px 10px;
        border: 0;
        border-radius: 10px;
        background: transparent;
        color: var(--text);
        cursor: pointer;
        font: inherit;
        text-align: left;
    }

    .knowledge-tree-button:hover[b-3850qghybx] {
        background: var(--bg-soft);
    }

    .knowledge-tree-button.selected[b-3850qghybx] {
        background: #eef4fb;
        color: #0f4f86;
        font-weight: 700;
    }

    .knowledge-tree-button.child[b-3850qghybx] {
        padding-left: 14px;
    }

    .knowledge-tree-caret[b-3850qghybx] {
        flex: 0 0 auto;
        color: var(--muted);
        font-size: 12px;
        line-height: 1;
    }

    .knowledge-tree-card h3[b-3850qghybx] {
        margin: 0 0 16px;
        min-height: 0;
    }

    .knowledge-detail-card[b-3850qghybx] {
        min-height: 320px;
    }

    .knowledge-detail-grid[b-3850qghybx] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 14px;
        margin-top: 12px;
    }

    .knowledge-detail-grid div[b-3850qghybx] {
        border: 1px solid var(--line);
        border-radius: 12px;
        padding: 12px;
        display: grid;
        gap: 4px;
    }

    .knowledge-detail-label[b-3850qghybx],
    .knowledge-detail-note[b-3850qghybx] {
        color: var(--muted);
        font-size: 13px;
    }

    .knowledge-detail-note[b-3850qghybx] {
        margin-bottom: 0;
        max-width: 70ch;
    }

    .knowledge-chip-row[b-3850qghybx] {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        margin-top: 16px;
    }

.knowledge-chip[b-3850qghybx] {
        border: 1px solid var(--line);
        border-radius: 999px;
        padding: 6px 10px;
        font-size: 12px;
        color: var(--text);
    background: var(--bg-soft);
}

.knowledge-chip-button[b-3850qghybx] {
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    color: var(--text);
    background: var(--bg-soft);
    cursor: pointer;
}

.knowledge-detail-actions[b-3850qghybx] {
    margin-top: 14px;
}

.knowledge-related-section[b-3850qghybx] {
    margin-top: 14px;
}

    .knowledge-empty-card[b-3850qghybx],
    .knowledge-alert-card[b-3850qghybx] {
        margin-top: 18px;
    }

    .knowledge-topic-list[b-3850qghybx] {
        display: grid;
        gap: 12px;
        margin-top: 12px;
    }

    .knowledge-topic-row[b-3850qghybx] {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        align-items: center;
        border: 1px solid var(--line);
        border-radius: 12px;
        padding: 12px 14px;
    }

    .knowledge-topic-meta[b-3850qghybx] {
        color: var(--muted);
        font-size: 13px;
        margin-top: 4px;
    }

    .knowledge-topic-badge[b-3850qghybx] {
        border-radius: 999px;
        background: #eef4fb;
        color: #35536d;
        padding: 6px 10px;
        font-size: 12px;
        font-weight: 700;
        white-space: nowrap;
    }

    @@media (max-width: 960px) {
        .knowledge-summary-grid[b-3850qghybx],
        .knowledge-layout[b-3850qghybx] {
            grid-template-columns: 1fr;
        }
    }
/* /Components/Pages/Login.razor.rz.scp.css */
.login-bg[b-i6je2x93ou] {
        margin: 0;
        min-height: 100vh;
        display: grid;
        place-items: center;
        background:
            radial-gradient(circle at top right, rgba(76, 128, 136, 0.08), transparent 30%),
            linear-gradient(180deg, #f5fafb 0%, #f3f7f7 100%);
        color: var(--text);
        padding: 24px;
        font-family: var(--fontFamilyBase);
    }

    .login-bg:focus[b-i6je2x93ou],
    .login-bg:focus-visible[b-i6je2x93ou] {
        outline: none;
    }

    .card[b-i6je2x93ou] {
        width: min(620px, 100%);
        background: white;
        border: 1px solid var(--line);
        border-radius: 28px;
        box-shadow: var(--shadow);
        overflow: hidden;
    }

    .hero[b-i6je2x93ou] {
        padding: 36px 32px 28px;
        background: linear-gradient(180deg, #f5fbfd, #fff);
        border-bottom: 1px solid var(--line);
    }

    .kicker[b-i6je2x93ou] {
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.16em;
        color: #35606f;
        font-weight: 850;
        margin-bottom: 10px;
    }

    h1[b-i6je2x93ou] {
        margin: 0;
        font-size: 30px;
        letter-spacing: -0.02em;
        color: var(--text);
    }

    h1:focus[b-i6je2x93ou],
    h1:focus-visible[b-i6je2x93ou] {
        outline: none;
        box-shadow: none;
    }

    p[b-i6je2x93ou] {
        margin: 10px 0 0;
        color: #60707a;
        line-height: 1.55;
    }

    form[b-i6je2x93ou] {
        padding: 32px;
        display: grid;
        gap: 14px;
    }

    label[b-i6je2x93ou] {
        display: grid;
        gap: 6px;
        font-size: 14px;
        color: #60707a;
        font-weight: 500;
    }

    input[b-i6je2x93ou] {
        width: 100%;
        border: 1px solid var(--line);
        border-radius: 14px;
        padding: 12px 14px;
        font-size: 15px;
        color: var(--text);
        background: #edf4f4;
        outline: none;
        font-family: inherit;
        box-sizing: border-box;
    }

    input:focus[b-i6je2x93ou] {
        border-color: var(--brand);
        box-shadow: var(--focus);
    }

    button[b-i6je2x93ou] {
        border: none;
        border-radius: 999px;
        padding: 13px 18px;
        background: linear-gradient(180deg, var(--brand), var(--brand-2));
        color: white;
        font-size: 15px;
        font-weight: 700;
        cursor: pointer;
        font-family: inherit;
        transition: transform 0.2s, box-shadow 0.2s;
        box-shadow: 0 4px 10px rgba(19, 119, 201, 0.22);
    }

    button:hover:not(:disabled)[b-i6je2x93ou] { transform: translateY(-1px); }
    button:disabled[b-i6je2x93ou] { opacity: 0.6; cursor: not-allowed; }

    .helper[b-i6je2x93ou] {
        font-size: 13px;
        color: #60707a;
        line-height: 1.5;
    }

    .error[b-i6je2x93ou] {
        color: #9f4c49;
        min-height: 1.2em;
        font-weight: 600;
        font-size: 14px;
    }

    .sample[b-i6je2x93ou] {
        background: #f5f9fb;
        border: 1px solid var(--line);
        border-radius: 18px;
        padding: 14px;
        font-size: 14px;
        color: var(--text);
        line-height: 1.6;
    }

    code[b-i6je2x93ou] {
        background: rgba(76, 128, 136, 0.1);
        border-radius: 4px;
        padding: 1px 5px;
        font-size: 13px;
        color: #365f68;
    }
/* /Components/Pages/MobileOperador.razor.rz.scp.css */
.mobile-workflow-page[b-1jrdzhix02] {
    display: grid;
    gap: 12px;
}

.mobile-workflow-actions[b-1jrdzhix02] {
    display: grid;
    gap: 10px;
}
/* /Components/Pages/MobileSupervisor.razor.rz.scp.css */
.mobile-workflow-page[b-kxs0cjn9ia] {
    display: grid;
    gap: 12px;
}

.mobile-workflow-actions[b-kxs0cjn9ia] {
    display: grid;
    gap: 10px;
}
/* /Components/Pages/NovoCaso.razor.rz.scp.css */
.citizen-page[b-y4mu7dauw2] {
        max-width: 980px;
        margin: 0 auto;
        min-height: calc(100vh - 136px);
        display: flex;
        flex-direction: column;
        padding-inline: 10px;
    }

    .citizen-hero[b-y4mu7dauw2] {
        display: block;
        height: auto;
        background: transparent;
        border: 0;
        backdrop-filter: none;
        align-items: initial;
        justify-content: initial;
        gap: 0;
        margin-bottom: 20px;
        padding: 4px 4px 8px;
    }

    .citizen-hero h1[b-y4mu7dauw2] {
        margin: 0 0 8px;
        font-size: clamp(32px, 4vw, 44px);
        letter-spacing: 0;
        line-height: 1.1;
        color: #1B3F5E;
    }

    .citizen-hero h1:focus[b-y4mu7dauw2] {
        outline: none;
    }

    .citizen-hero p[b-y4mu7dauw2] {
        margin: 0;
        max-width: 820px;
        color: var(--colorNeutralForeground3, #64748b);
        font-size: 16px;
        line-height: 1.5;
    }

    fluent-card.citizen-card[b-y4mu7dauw2] {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 0;
        overflow: hidden;
        background: var(--colorNeutralBackground1, #fff);
        border: 1px solid var(--colorNeutralStroke2, #e2e8f0);
        border-radius: 22px;
        box-shadow: var(--shadow16, 0 8px 20px rgba(15, 23, 42, 0.08));
        padding: 18px;
    }

    .request-header[b-y4mu7dauw2] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        padding: 10px 6px 16px;
        border-bottom: 1px solid #edf1f5;
        margin-bottom: 18px;
    }

    .request-title-row[b-y4mu7dauw2] {
        display: flex;
        align-items: center;
        flex: 0 0 auto;
    }

    .request-title[b-y4mu7dauw2] {
        margin: 0;
        font-size: 24px;
        font-weight: 700;
        color: #1B3F5E;
        letter-spacing: 0;
    }

    .request-toggle-row[b-y4mu7dauw2] {
        display: flex;
        align-items: center;
        gap: 14px;
        flex: 1 1 auto;
        justify-content: flex-end;
        flex-wrap: nowrap;
        min-height: 0;
    }

    .toggle-group[b-y4mu7dauw2] {
        display: flex;
        align-items: center;
        gap: 8px;
        flex: 0 0 auto;
    }

    .toggle-label[b-y4mu7dauw2] {
        font-size: 18px;
        line-height: 1;
        color: #46535f;
        font-weight: 500;
        white-space: nowrap;
    }

    .toggle-label.active[b-y4mu7dauw2] {
        font-weight: 700;
        color: #23313d;
    }

    fluent-switch.mode-switch[b-y4mu7dauw2] {
        width: 38px;
        height: 20px;
        flex: 0 0 auto;
    }

    fluent-switch.mode-switch[b-y4mu7dauw2]::part(switch) {
        width: 38px;
        height: 20px;
        border: 1px solid #2f3437;
        border-radius: 999px;
        background: #f2f4f5;
        opacity: 1;
        color: #2f3437;
    }

    .section[b-y4mu7dauw2],
    .submission-form[b-y4mu7dauw2],
    .new-request-fields[b-y4mu7dauw2],
    .new-request-grid[b-y4mu7dauw2] {
        display: flex;
        flex-direction: column;
        flex: 1;
        min-height: 0;
    }

    .section[b-y4mu7dauw2],
    .submission-form[b-y4mu7dauw2] {
        gap: 14px;
    }

    .new-request-grid[b-y4mu7dauw2] {
        gap: 14px;
    }

    .portal-scope[b-y4mu7dauw2] {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .field-wrapper[b-y4mu7dauw2] {
        display: grid;
        gap: 8px;
    }

    .field-wrapper label[b-y4mu7dauw2] {
        font-size: 14px;
        font-weight: 600;
        color: var(--colorNeutralForeground3, #64748b);
    }

    fluent-text-field.text-input[b-y4mu7dauw2],
    fluent-text-area.text-area[b-y4mu7dauw2] {
        width: 100%;
        display: block;
    }

    fluent-text-field.text-input[b-y4mu7dauw2]::part(control),
    fluent-text-area.text-area[b-y4mu7dauw2]::part(control) {
        border: 1px solid #edf1f5;
        border-radius: 4px;
        background: #fff;
        color: #23313d;
        padding: 4px 10px;
        box-shadow: inset 0 1px 2px rgba(35, 49, 61, 0.02);
    }

    fluent-text-field.text-input[b-y4mu7dauw2]::part(control) {
        min-height: 31px;
        line-height: 1.25;
    }

    fluent-text-area.text-area[b-y4mu7dauw2]::part(control) {
        min-height: 132px;
        resize: vertical;
        line-height: 1.45;
    }

    fluent-text-field.text-input[b-y4mu7dauw2]::part(control)::placeholder,
    fluent-text-area.text-area[b-y4mu7dauw2]::part(control)::placeholder {
        color: #aab3bb;
    }

    fluent-text-field.text-input:focus-visible[b-y4mu7dauw2],
    fluent-text-area.text-area:focus-visible[b-y4mu7dauw2] {
        outline: 2px solid rgba(0, 120, 212, 0.28);
        outline-offset: 1px;
        border-color: #9cc7e8;
    }

    .description-field[b-y4mu7dauw2] {
        flex: 1;
    }

    .description-field fluent-text-area[b-y4mu7dauw2] {
        flex: 1;
        min-height: 0;
    }

    .description-field fluent-text-area[b-y4mu7dauw2]::part(control) {
        min-height: clamp(238px, 30vh, 340px);
    }

    .file-input[b-y4mu7dauw2] {
        display: grid;
        gap: 8px;
    }

    .file-box[b-y4mu7dauw2] {
        display: grid;
        grid-template-columns: max-content minmax(0, 1fr);
        align-items: center;
        column-gap: 14px;
        min-height: 56px;
        border: 1px solid var(--colorNeutralStroke2, #e2e8f0);
        border-radius: 16px;
        background: #fff;
        padding: 7px 12px;
    }

    .file-summary[b-y4mu7dauw2] {
        display: flex;
        align-self: center;
        align-items: center;
        min-height: 42px;
        color: var(--colorNeutralForeground3, #64748b);
        font-size: 14px;
        line-height: 1.4;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #attachmentsButton[b-y4mu7dauw2] {
        box-sizing: border-box;
        min-width: 0;
        height: 42px;
        margin: 0;
        padding: 0 20px;
        appearance: none;
        -webkit-appearance: none;
        font-size: 17px;
        font-family: inherit;
        font-weight: 400;
        border-radius: var(--borderRadiusCircular, 999px);
        background: #D4E9F7;
        border: 0;
        box-shadow: none;
        color: #1B3F5E;
        display: flex;
        justify-content: center;
        line-height: 1;
        font-weight: 600;
        cursor: pointer;
        white-space: nowrap;
        place-self: center start;
        user-select: none;
    }

    #attachmentsButton:hover[b-y4mu7dauw2] {
        background: #C2DCEA;
    }

    #attachmentsButton.disabled[b-y4mu7dauw2] {
        opacity: 0.62;
        cursor: not-allowed;
        pointer-events: none;
    }

    .sr-only[b-y4mu7dauw2] {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .button-row[b-y4mu7dauw2] {
        display: flex;
        justify-content: center;
        margin-top: auto;
        padding-top: 4px;
    }

    #primaryActionButton[b-y4mu7dauw2]::part(control) {
        min-width: 190px;
        min-height: 34px;
        padding-inline: 20px;
        font-size: 16px;
        font-weight: 700;
        border: 0;
        border-radius: var(--borderRadiusCircular, 999px);
        background: #D4E9F7;
        color: #1B3F5E;
        box-shadow: none;
        cursor: pointer;
    }

    #primaryActionButton:hover[b-y4mu7dauw2]::part(control) {
        background: #C2DCEA;
    }

    #primaryActionButton[disabled][b-y4mu7dauw2]::part(control) {
        opacity: 0.62;
        cursor: not-allowed;
    }

    .message[b-y4mu7dauw2] {
        margin-top: 14px;
        border-radius: 14px;
        padding: 12px 14px;
        border: 1px solid transparent;
        white-space: pre-wrap;
        line-height: 1.45;
    }

    .message.success[b-y4mu7dauw2] {
        background: #eef7f2;
        border-color: #cfe5d8;
        color: #0f7a55;
    }

    .message.warning[b-y4mu7dauw2] {
        background: #f9f4ea;
        border-color: #ead7b0;
        color: #9a6c46;
    }

    .message.error[b-y4mu7dauw2] {
        background: #fbefef;
        border-color: #e6c8c8;
        color: #9f4c49;
    }

    @@media (max-width: 760px) {
        .request-header[b-y4mu7dauw2] {
            flex-direction: column;
            align-items: stretch;
        }

        .request-toggle-row[b-y4mu7dauw2] {
            justify-content: flex-start;
            flex-wrap: wrap;
        }

        .file-box[b-y4mu7dauw2] {
            grid-template-columns: 1fr;
            row-gap: 8px;
        }

        #attachmentsButton[b-y4mu7dauw2] {
            width: 100%;
        }
    }
/* /Components/Pages/Painel.razor.rz.scp.css */
.dashboard-grid[b-t63m17gfzd] {
        max-width: 1200px;
    }

.dashboard-state[b-t63m17gfzd],
    .dashboard-alert-card[b-t63m17gfzd] {
        color: var(--muted);
    }

    .dashboard-quick-actions[b-t63m17gfzd] {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 10px;
    }

    .dashboard-export-link[b-t63m17gfzd] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 32px;
        padding: 0 12px;
        border: 1px solid var(--line);
        border-radius: 999px;
        background: #fff;
        color: #334155;
        font-size: 13px;
        font-weight: 600;
    }

    .dashboard-segmentation-bar[b-t63m17gfzd] {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .dashboard-segmentation-bar label[b-t63m17gfzd] {
        font-size: 12px;
        color: var(--muted);
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-weight: 700;
    }

    .dashboard-segmentation-bar select[b-t63m17gfzd] {
        min-height: 34px;
        border: 1px solid var(--line);
        border-radius: 8px;
        padding: 0 10px;
        font: inherit;
        color: var(--text);
        background: #fff;
    }

    .dashboard-state[b-t63m17gfzd] {
        display: grid;
        gap: 12px;
    }

    .dashboard-hero[b-t63m17gfzd] {
        margin-bottom: 24px;
    }

    .dashboard-hero h1[b-t63m17gfzd] {
        margin-bottom: 8px;
    }

    .dashboard-hero p[b-t63m17gfzd] {
        margin: 0;
        color: var(--muted);
    }

    .dashboard-section[b-t63m17gfzd] {
        margin-top: 24px;
    }

    .area-summary-list[b-t63m17gfzd] {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 20px;
    }

    .area-summary-row[b-t63m17gfzd] {
        display: flex;
        justify-content: space-between;
        margin-bottom: 4px;
    }

    .metric-card[b-t63m17gfzd] {
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        border-radius: 12px;
    }
    .metric-label[b-t63m17gfzd] {
        font-size: 12px;
        color: var(--colorNeutralForeground3);
        text-transform: uppercase;
        font-weight: 600;
    }
    .metric-value[b-t63m17gfzd] {
        font-size: 32px;
        font-weight: 700;
        color: var(--colorBrandForeground1);
    }
    .metric-card.danger .metric-value[b-t63m17gfzd] {
        color: var(--colorPaletteRedForeground1);
    }

    @media (max-width: 900px) {
        .dashboard-quick-actions fluent-button[b-t63m17gfzd],
        .dashboard-export-link[b-t63m17gfzd] {
            width: 100%;
        }
    }
/* /Components/Pages/Quadro.razor.rz.scp.css */
.board-toolbar[b-mkh7o9r2ad] {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        padding: 2px 2px 8px;
    }

    .toolbar-chip[b-mkh7o9r2ad] {
        position: relative;
        min-height: 42px;
        height: 42px;
        width: auto;
        flex: 0 0 auto;
        padding: 9px 12px 7px;
        border: 1px solid var(--line);
        border-radius: 10px;
        background: var(--surface);
        box-shadow: none;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: var(--text);
        font-size: 14px;
        line-height: 1.15;
    }

    .toolbar-label[b-mkh7o9r2ad] {
        position: absolute;
        top: -7px;
        left: 11px;
        height: 13px;
        padding: 0 5px;
        background: transparent;
        color: #53657d;
        font-size: 10.5px;
        line-height: 13px;
        text-transform: uppercase;
        letter-spacing: .075em;
        font-weight: 600;
        white-space: nowrap;
        z-index: 1;
        isolation: isolate;
    }

    .toolbar-label[b-mkh7o9r2ad]::before {
        content: "";
        position: absolute;
        inset: 0 -4px;
        background: var(--surface);
        border-radius: 999px;
        z-index: -1;
    }

    .toolbar-value[b-mkh7o9r2ad] {
        font-size: 13px;
        font-weight: 500;
        color: var(--text);
    }

    .toolbar-chip select[b-mkh7o9r2ad],
    .toolbar-chip input[b-mkh7o9r2ad] {
        height: 24px;
        min-height: 24px;
        border: 0;
        background: transparent;
        outline: 0;
        padding: 0;
        color: var(--text);
        font: inherit;
        font-weight: 500;
    }

    .toolbar-chip select[b-mkh7o9r2ad] {
        min-width: 94px;
        cursor: pointer;
    }

    .toolbar-chip input:not(.compact-check)[b-mkh7o9r2ad] {
        width: 100%;
        min-width: 220px;
    }

    .toggle-chip[b-mkh7o9r2ad] {
        min-height: 42px;
        height: 42px;
        width: fit-content;
        min-width: 0;
        padding: 0 14px;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        border-color: var(--line);
        border-radius: 10px;
        color: var(--text);
        cursor: pointer;
        white-space: nowrap;
    }

    .toggle-chip span[b-mkh7o9r2ad] {
        display: inline-flex;
        align-items: center;
        line-height: 1.15;
        font-weight: 500;
        margin-right: 0;
    }

    .toggle-chip strong[b-mkh7o9r2ad] {
        font-weight: 500;
    }

    .compact-check[b-mkh7o9r2ad] {
        appearance: auto;
        width: 16px;
        height: 16px;
        margin: 0;
        flex: 0 0 16px;
        accent-color: var(--brand);
    }

.search-chip[b-mkh7o9r2ad] {
        min-width: 320px;
        flex: 1 1 320px;
    }

    .board-quick-actions[b-mkh7o9r2ad] {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin: 4px 0 6px;
    }

    .board-status[b-mkh7o9r2ad] {
        padding: 16px 18px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        gap: 12px;
        background: rgba(255, 255, 255, 0.78);
        border: 1px solid rgba(203, 213, 225, 0.9);
        margin-bottom: 12px;
    }

    .board-error[b-mkh7o9r2ad] {
        color: #9f4c49;
        flex-direction: column;
        align-items: flex-start;
    }

    .board-loading[b-mkh7o9r2ad] {
        color: #334155;
    }

    .kanban-board[b-mkh7o9r2ad] {
        display: flex;
        gap: 20px;
        overflow-x: auto;
        padding: 10px 10px 20px;
        align-items: flex-start;
    }

    .mobile-board[b-mkh7o9r2ad] {
        display: none;
    }

    .assignment-footer[b-mkh7o9r2ad] {
        width: 100%;
    }

    .assignment-name-button[b-mkh7o9r2ad] {
        appearance: none;
        border: 0;
        background: transparent;
        padding: 0;
        color: inherit;
        cursor: pointer;
        font: inherit;
        font-weight: 600;
        text-align: left;
    }

    .assignment-name-button:hover[b-mkh7o9r2ad] {
        color: #0f6cbd;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    .assignment-picker[b-mkh7o9r2ad] {
        position: relative;
        flex: 1;
        min-width: 0;
    }

    .assignment-name-button-active[b-mkh7o9r2ad] {
        align-items: center;
        border: 1px solid #cfe7ff;
        border-radius: 4px;
        background: #fff;
        color: #111827;
        display: flex;
        gap: 8px;
        justify-content: space-between;
        min-height: 28px;
        padding: 3px 8px;
        width: 100%;
    }

    .assignment-name-button-active:hover[b-mkh7o9r2ad] {
        text-decoration: none;
    }

    .assignment-chevron[b-mkh7o9r2ad] {
        color: #0f6cbd;
        font-size: 11px;
        line-height: 1;
        margin-top: 2px;
    }

    .assignment-menu[b-mkh7o9r2ad] {
        position: absolute;
        z-index: 30;
        top: calc(100% + 4px);
        left: 0;
        right: 0;
        background: #fff;
        border: 1px solid #c8c8c8;
        border-radius: 4px;
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
        max-height: 180px;
        overflow-y: auto;
        padding: 4px;
    }

    .assignment-menu-option[b-mkh7o9r2ad] {
        appearance: none;
        background: transparent;
        border: 0;
        border-radius: 3px;
        color: #1f2937;
        cursor: pointer;
        display: block;
        font: inherit;
        padding: 7px 8px;
        text-align: left;
        width: 100%;
    }

    .assignment-menu-option:hover[b-mkh7o9r2ad],
    .assignment-menu-option.selected[b-mkh7o9r2ad] {
        background: #eaf4ff;
        color: #0f4f86;
    }

    .assignment-menu-empty[b-mkh7o9r2ad] {
        color: #6b7280;
        font-size: 12px;
        padding: 8px;
    }
    .kanban-column[b-mkh7o9r2ad] {
        flex: 0 0 320px;
        background-color: var(--colorNeutralBackground2);
        border-radius: 8px;
        border: 1px solid var(--colorNeutralStroke2);
        display: flex;
        flex-direction: column;
    }
    .column-header[b-mkh7o9r2ad] {
        padding: 12px 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid var(--colorNeutralStroke2);
    }
    .column-header h3[b-mkh7o9r2ad] {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: var(--colorNeutralForeground3);
    }
    .column-items[b-mkh7o9r2ad] {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 12px;
    }
    .kanban-item[b-mkh7o9r2ad] {
        position: relative;
        padding: 0 !important;
        transition: transform 0.15s ease, box-shadow 0.15s ease;
        overflow: hidden;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        background: white;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        width: 100% !important;
        margin-bottom: 4px;
    }

    .kanban-item.assignment-open[b-mkh7o9r2ad] {
        overflow: visible;
        z-index: 40;
    }
    .kanban-item:hover[b-mkh7o9r2ad] { 
        transform: translateY(-2px);
        box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
    }
    .item-color-bar[b-mkh7o9r2ad] {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        background-color: var(--item-area-color, #0f6cbd);
    }
    .item-content[b-mkh7o9r2ad] {
        padding: 12px 16px;
    }
    
    .item-header[b-mkh7o9r2ad] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px;
        gap: 12px;
    }
    .item-type-id[b-mkh7o9r2ad] {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .item-icon[b-mkh7o9r2ad] {
        font-size: 16px;
    }

    .item-icon-accent[b-mkh7o9r2ad] {
        color: #0f6cbd;
    }
    .item-ref[b-mkh7o9r2ad] { 
        font-size: 12px; 
        font-weight: 500;
        color: #64748b;
    }
    .item-ai-glow[b-mkh7o9r2ad] {
        color: #f59e0b;
        font-size: 18px;
    }

    .item-title[b-mkh7o9r2ad] { 
        font-weight: 600; 
        margin: 8px 0; 
        font-size: 15px; 
        line-height: 1.4;
        color: #1e293b;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .item-title-link[b-mkh7o9r2ad] {
        appearance: none;
        border: 0;
        background: transparent;
        padding: 0;
        max-width: 100%;
        text-align: left;
        font-family: inherit;
        cursor: pointer;
    }

    .item-title-link:hover[b-mkh7o9r2ad] {
        color: #0f6cbd;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    .detail-link[b-mkh7o9r2ad] {
        appearance: none;
        border: 0;
        background: transparent;
        color: #0f6cbd;
        cursor: pointer;
        font: inherit;
        font-size: 12px;
        font-weight: 600;
        white-space: nowrap;
    }

    .detail-link:hover[b-mkh7o9r2ad] {
        text-decoration: underline;
        text-underline-offset: 3px;
    }
    
    .item-aggregation[b-mkh7o9r2ad] {
        margin: 10px 0;
    }

    .item-metadata[b-mkh7o9r2ad] {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        font-size: 12px;
        color: #475569;
        margin-top: 4px;
    }

    .item-metadata span[b-mkh7o9r2ad] {
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 999px;
        padding: 3px 8px;
        white-space: nowrap;
    }

    .item-ai-summary[b-mkh7o9r2ad] {
        margin-top: 8px;
        color: #52667a;
        font-size: 12px;
        line-height: 1.45;
        background: #f8fbff;
        border-left: 3px solid #0f6cbd;
        padding: 8px 10px;
        border-radius: 8px;
    }
    .agg-badge[b-mkh7o9r2ad] {
        font-size: 11px;
        font-weight: 600;
        background-color: #0f6cbd;
        padding: 0 10px;
        border-radius: 12px;
        color: #fff;
        display: inline-flex;
        align-items: center;
        min-height: 24px;
        border: 1px solid #0f6cbd;
        font-family: inherit;
        cursor: pointer;
    }

    .agg-badge:hover[b-mkh7o9r2ad] {
        background-color: #115ea3;
        border-color: #115ea3;
    }

    .agg-badge-icon[b-mkh7o9r2ad] {
        color: #0f6cbd;
        margin-right: 4px;
        font-size: 12px;
    }

    .item-footer[b-mkh7o9r2ad] { 
        display: flex; 
        justify-content: space-between; 
        align-items: center; 
        margin-top: 12px; 
        padding-top: 8px;
        border-top: 1px solid #f1f5f9;
    }
    
    .status-indicator[b-mkh7o9r2ad] {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 12px;
        color: #475569;
        font-weight: 600;
    }

    .status-link[b-mkh7o9r2ad] {
        border: 0;
        background: transparent;
        padding: 0;
        font: inherit;
        color: inherit;
        cursor: pointer;
        text-align: left;
    }

    .status-link:hover[b-mkh7o9r2ad] {
        color: #0f6cbd;
    }

    .status-label[b-mkh7o9r2ad] {
        font-weight: 600;
    }

    .card-dropzone[b-mkh7o9r2ad] {
        display: block;
        cursor: grab;
        user-select: none;
    }

    .card-dropzone:active[b-mkh7o9r2ad] {
        cursor: grabbing;
    }

    .kanban-item.dragging[b-mkh7o9r2ad] {
        opacity: 0.55;
        transform: scale(0.995);
    }

    .status-dot[b-mkh7o9r2ad] {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-block;
    }

    .status-new[b-mkh7o9r2ad] {
        background-color: #b5b5b5;
    }

    .status-assigned[b-mkh7o9r2ad] {
        background-color: #ffaa44;
    }

    .status-accepted[b-mkh7o9r2ad] {
        background-color: #0f6cbd;
    }

    .status-closed[b-mkh7o9r2ad] {
        background-color: #107c10;
    }

    .status-default[b-mkh7o9r2ad] {
        background-color: #cccccc;
    }

    .more-actions[b-mkh7o9r2ad] {
        display: flex;
        justify-content: center;
        padding: 4px 0 8px;
    }

    .mobile-status-section[b-mkh7o9r2ad] {
        border: 1px solid var(--line);
        background: rgba(255, 255, 255, 0.92);
        border-radius: 16px;
        padding: 14px;
        margin-bottom: 16px;
    }

    .mobile-status-header[b-mkh7o9r2ad] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 12px;
    }

    .mobile-status-label[b-mkh7o9r2ad] {
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #334155;
    }

    .mobile-status-count[b-mkh7o9r2ad] {
        font-size: 12px;
        color: #64748b;
        margin-top: 2px;
    }

    .mobile-status-dot[b-mkh7o9r2ad] {
        width: 12px;
        height: 12px;
        border-radius: 999px;
        flex: 0 0 12px;
    }

    .mobile-status-list[b-mkh7o9r2ad] {
        display: grid;
        gap: 12px;
    }

    .mobile-work-item[b-mkh7o9r2ad] {
        border: 1px solid #dbe5ef;
        border-left: 4px solid var(--item-area-color, #0f6cbd);
        border-radius: 14px;
        background: #fff;
        padding: 12px 12px 10px;
    }

    .area-education[b-mkh7o9r2ad],
    .area-mobility[b-mkh7o9r2ad] {
        --item-area-color: #0f6cbd;
    }

    .area-health[b-mkh7o9r2ad] {
        --item-area-color: #115ea3;
    }

    .area-urban[b-mkh7o9r2ad],
    .area-environment[b-mkh7o9r2ad] {
        --item-area-color: #64748b;
    }

    .area-security[b-mkh7o9r2ad] {
        --item-area-color: #9f4c49;
    }

    .area-social[b-mkh7o9r2ad] {
        --item-area-color: #6b7280;
    }

    .area-default[b-mkh7o9r2ad] {
        --item-area-color: #737373;
    }

    .mobile-work-item-top[b-mkh7o9r2ad] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        margin-bottom: 8px;
    }

    .mobile-title-button[b-mkh7o9r2ad] {
        appearance: none;
        border: 0;
        background: transparent;
        padding: 0;
        text-align: left;
        font: inherit;
        font-size: 15px;
        font-weight: 700;
        color: #1e293b;
        margin-bottom: 10px;
    }

    .mobile-meta-grid[b-mkh7o9r2ad] {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 10px;
    }

    .mobile-meta-grid span[b-mkh7o9r2ad] {
        font-size: 12px;
        color: #475569;
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 999px;
        padding: 4px 8px;
    }

    .mobile-item-footer[b-mkh7o9r2ad] {
        margin-top: 12px;
        padding-top: 10px;
        border-top: 1px solid #eef2f7;
    }

    .mobile-more-actions[b-mkh7o9r2ad] {
        padding-top: 10px;
    }

    @@media (max-width: 900px) {
        .board-quick-actions[b-mkh7o9r2ad] {
            gap: 8px;
        }

        .board-quick-actions fluent-button[b-mkh7o9r2ad] {
            width: 100%;
        }

        .desktop-board[b-mkh7o9r2ad] {
            display: none;
        }

        .mobile-board[b-mkh7o9r2ad] {
            display: block;
        }

        .board-toolbar[b-mkh7o9r2ad] {
            gap: 8px;
        }

        .toolbar-chip[b-mkh7o9r2ad],
        .search-chip[b-mkh7o9r2ad],
        .toggle-chip[b-mkh7o9r2ad] {
            width: 100%;
            flex: 1 1 100%;
            min-width: 0;
        }

        .toolbar-chip input:not(.compact-check)[b-mkh7o9r2ad],
        .toolbar-chip select[b-mkh7o9r2ad] {
            min-width: 0;
            width: 100%;
        }
    }
/* /Components/Pages/Relatorios.razor.rz.scp.css */
.reports-state[b-z98q7z6v10],
    .reports-alert-card[b-z98q7z6v10] {
        color: var(--muted);
    }

    .reports-quick-actions[b-z98q7z6v10] {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
    }

    .reports-export-link[b-z98q7z6v10] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 32px;
        padding: 0 12px;
        border: 1px solid var(--line);
        border-radius: 999px;
        background: #fff;
        color: #334155;
        font-size: 13px;
        font-weight: 600;
    }

    .reports-segmentation-bar[b-z98q7z6v10] {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .reports-segmentation-bar label[b-z98q7z6v10] {
        font-size: 12px;
        color: var(--muted);
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-weight: 700;
    }

    .reports-segmentation-bar select[b-z98q7z6v10] {
        min-height: 34px;
        border: 1px solid var(--line);
        border-radius: 8px;
        padding: 0 10px;
        font: inherit;
        color: var(--text);
        background: #fff;
    }

    .reports-state[b-z98q7z6v10] {
        display: grid;
        gap: 12px;
    }

    .metric-card[b-z98q7z6v10] {
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        border-radius: 12px;
    }

    .metric-label[b-z98q7z6v10] {
        font-size: 12px;
        color: var(--colorNeutralForeground3);
        text-transform: uppercase;
        font-weight: 600;
    }

    .metric-value[b-z98q7z6v10] {
        font-size: 32px;
        font-weight: 700;
        color: var(--colorBrandForeground1);
    }

    @media (max-width: 900px) {
        .reports-quick-actions fluent-button[b-z98q7z6v10],
        .reports-export-link[b-z98q7z6v10] {
            width: 100%;
        }
    }
/* /Components/Pages/Sentimento.razor.rz.scp.css */
.sentiment-state[b-3g482n0yzl] {
        display: grid;
        gap: 12px;
    }

.sentiment-intro[b-3g482n0yzl] {
        margin: 0;
        color: var(--muted);
    max-width: 72ch;
}

.sentiment-filters-bar[b-3g482n0yzl] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.sentiment-filter-block[b-3g482n0yzl] {
    display: grid;
    gap: 6px;
    min-width: 180px;
}

.sentiment-filter-block select[b-3g482n0yzl] {
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 8px 10px;
}

    .sentiment-summary-grid[b-3g482n0yzl] {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }

    .sentiment-summary-label[b-3g482n0yzl] {
        display: block;
        color: var(--muted);
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        margin-bottom: 8px;
    }

    .sentiment-summary-value[b-3g482n0yzl] {
        font-size: 28px;
        font-weight: 800;
        color: var(--text);
    }

    .sentiment-grid[b-3g482n0yzl] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .sentiment-score[b-3g482n0yzl] {
        font-size: 32px;
        font-weight: bold;
        margin: 15px 0;
    }

    .sentiment-note[b-3g482n0yzl] {
        margin-top: 15px;
        font-size: 14px;
    }

    .sentiment-emotion-row[b-3g482n0yzl] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .sentiment-history-card[b-3g482n0yzl] {
        margin-top: 20px;
    }

    .sentiment-history-chart[b-3g482n0yzl] {
        height: 200px;
        display: flex;
        align-items: flex-end;
        gap: 10px;
        padding: 20px;
        border: 1px solid #eee;
        border-radius: 8px;
    }

    .sentiment-history-point[b-3g482n0yzl] {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sentiment-history-bar-svg[b-3g482n0yzl] {
        width: 20px;
        height: 100px;
        display: block;
    }

    .sentiment-history-bar[b-3g482n0yzl] {
        fill: var(--accent-fill-rest);
    }

.sentiment-history-date[b-3g482n0yzl] {
        font-size: 10px;
    margin-top: 5px;
}

.sentiment-topic-list[b-3g482n0yzl] {
    display: grid;
    gap: 12px;
}

.sentiment-topic-row[b-3g482n0yzl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px 14px;
    gap: 12px;
}

    @@media (max-width: 960px) {
        .sentiment-summary-grid[b-3g482n0yzl],
        .sentiment-grid[b-3g482n0yzl] {
            grid-template-columns: 1fr;
        }
    }
/* /Components/Pages/Signals.razor.rz.scp.css */
.signals-intro[b-fnn9fnxua3],
    .signals-evidence[b-fnn9fnxua3],
    .signals-meta[b-fnn9fnxua3] {
        color: var(--muted);
    }

    .signals-summary-grid[b-fnn9fnxua3] {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
    }

    .signals-toolbar[b-fnn9fnxua3],
    .signals-source-grid[b-fnn9fnxua3] {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .signals-label[b-fnn9fnxua3] {
        display: block;
        color: var(--muted);
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        margin-bottom: 8px;
    }

    .signals-value[b-fnn9fnxua3] {
        font-size: 28px;
        font-weight: 800;
    }

    .signals-section[b-fnn9fnxua3] {
        display: grid;
        gap: 12px;
    }

    .signals-list[b-fnn9fnxua3] {
        display: grid;
        gap: 12px;
    }

    .signals-card-header[b-fnn9fnxua3] {
        display: flex;
        justify-content: space-between;
        gap: 16px;
    }

    .signals-card-header h4[b-fnn9fnxua3],
    .signals-card-header p[b-fnn9fnxua3] {
        margin: 0;
    }

    .signals-severity[b-fnn9fnxua3] {
        border-radius: 999px;
        padding: 6px 10px;
        font-size: 12px;
        font-weight: 700;
        height: fit-content;
    }

    .signals-severity-high[b-fnn9fnxua3] {
        background: #fde7e9;
        color: #a4262c;
    }

    .signals-severity-medium[b-fnn9fnxua3] {
        background: #fff4ce;
        color: #8a6d00;
    }

    .signals-severity-info[b-fnn9fnxua3] {
        background: #e8f2ff;
        color: #0f6cbd;
    }

    @@media (max-width: 960px) {
        .signals-summary-grid[b-fnn9fnxua3] {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .signals-card-header[b-fnn9fnxua3] {
            flex-direction: column;
        }
    }
/* /Components/Pages/Triagem.razor.rz.scp.css */
.triagem-quick-actions[b-34zqt0vwq4] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 4px 0 8px;
}

.triagem-pending-badge[b-34zqt0vwq4] {
    font-weight: 600;
}

.triagem-priority-badge[b-34zqt0vwq4] {
    font-size: 10px;
    font-weight: 700;
    min-width: 60px;
}

.triagem-suggestion-progress[b-34zqt0vwq4] {
    width: 16px;
    height: 16px;
}

.triagem-suggested-area-badge[b-34zqt0vwq4] {
    margin-top: 8px;
}

@media (max-width: 900px) {
    .triagem-quick-actions[b-34zqt0vwq4] {
        gap: 8px;
    }

    .triagem-quick-actions fluent-button[b-34zqt0vwq4] {
        width: 100%;
    }
}
/* /Components/Pages/WorkItemAdoModal.razor.rz.scp.css */
.ado-modal-overlay[b-px4h3hnuzp] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.4);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1000;
        backdrop-filter: blur(2px);
    }

    .ado-modal-container[b-px4h3hnuzp] {
        width: 95%;
        height: 90%;
        max-width: 1400px;
        background: white;
        box-shadow: 0 20px 40px rgba(0,0,0,0.2);
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        color: #333;
    }

    .loading-state[b-px4h3hnuzp] {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .ado-modal-header[b-px4h3hnuzp] {
        padding: 12px 24px;
        background: #f8f8f8;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #ddd;
        transition: background 0.3s;
    }
    
    .ado-modal-header.consolidated[b-px4h3hnuzp] {
        background: #f0f7ff;
        border-bottom: 2px solid #0f6cbd;
    }

    .type-icon-question[b-px4h3hnuzp] {
        background-color: #0f6cbd;
    }

    .ai-header-icon[b-px4h3hnuzp] {
        font-size: 18px;
    }

    .header-left[b-px4h3hnuzp] {
        display: flex;
        flex-direction: column;
        gap: 4px;
        flex: 1;
    }

    .item-id-type[b-px4h3hnuzp] {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .header-chip[b-px4h3hnuzp] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 24px;
        padding: 0 10px;
        border-radius: 12px;
        font-size: 11px;
        font-weight: 600;
        line-height: 1;
        white-space: nowrap;
        letter-spacing: 0;
    }

    .header-chip-label[b-px4h3hnuzp],
    .header-chip-count[b-px4h3hnuzp] {
        background: #0f6cbd;
        color: white;
        border: 1px solid #0f6cbd;
    }

    .header-chip-id[b-px4h3hnuzp] {
        background: #eaf4ff;
        color: #0f6cbd;
        border: 1px solid #cfe7ff;
    }

    .header-chip-link[b-px4h3hnuzp] {
        cursor: pointer;
        font: inherit;
    }

    .header-chip-link:hover[b-px4h3hnuzp],
    .header-chip-link:focus[b-px4h3hnuzp] {
        filter: brightness(1.06);
        outline: 1px solid rgba(92, 45, 145, 0.22);
        outline-offset: 2px;
    }

    .header-left input[b-px4h3hnuzp] {
        font-size: 20px;
        font-weight: 400;
        border: 1px solid transparent;
        background: none;
        width: 100%;
        outline: none;
        padding: 2px 0;
        color: #000;
    }

    .ado-modal-content[b-px4h3hnuzp] {
        flex: 1;
        display: grid;
        grid-template-columns: 1fr 320px;
        overflow: hidden;
    }

    .main-column[b-px4h3hnuzp] {
        padding: 24px;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .section-group[b-px4h3hnuzp] {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .section-header[b-px4h3hnuzp] {
        font-size: 14px;
        font-weight: 700;
        color: #333;
    }

    .primary-ai[b-px4h3hnuzp] {
        background: #fdfdfd;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        padding: 0;
        overflow: visible;
    }

    .ai-header[b-px4h3hnuzp] {
        background: #0f6cbd;
        color: white;
        padding: 8px 16px;
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 600;
    }

    .ai-summary-area[b-px4h3hnuzp] {
        padding: 20px 20px 24px;
        line-height: 1.6;
    }

    .ai-generated-text[b-px4h3hnuzp] {
        font-size: 16px;
        color: #111;
        margin-bottom: 20px;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 16px;
        white-space: pre-wrap;
    }

    .ai-angle[b-px4h3hnuzp] {
        background: #f0f7ff;
        padding: 12px;
        border-radius: 4px;
        font-size: 13px;
        margin-bottom: 4px;
    }

    .ai-angle p[b-px4h3hnuzp] {
        margin: 8px 0 0;
    }

    .response-composer[b-px4h3hnuzp] {
        gap: 12px;
    }

    .response-actions[b-px4h3hnuzp] {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        align-items: center;
    }

    .response-textarea[b-px4h3hnuzp] {
        width: 100%;
        min-height: 110px;
        padding: 12px 14px;
        border: 1px solid #d9d9d9;
        border-radius: 6px;
        background: #fff;
        color: #111;
        font: inherit;
        line-height: 1.5;
        resize: vertical;
        box-sizing: border-box;
    }

    .response-textarea:focus[b-px4h3hnuzp] {
        border-color: #0f6cbd;
        outline: 2px solid rgba(15, 108, 189, 0.18);
        outline-offset: 1px;
    }

    .response-feedback[b-px4h3hnuzp] {
        margin-top: 4px;
        font-size: 13px;
        color: #0f6cbd;
    }

    .draft-review-group[b-px4h3hnuzp] {
        gap: 12px;
    }

    .selected-draft-review-group[b-px4h3hnuzp] {
        gap: 10px;
        margin-top: 8px;
    }

    .selected-review-card[b-px4h3hnuzp] {
        border-color: #d8e0ea;
        background: #eaf4ff;
    }

    .selected-review-textarea[b-px4h3hnuzp] {
        min-height: 170px;
        background: white;
    }

    .review-toolbar[b-px4h3hnuzp] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding: 12px 14px;
        border: 1px solid #e8e8ef;
        border-radius: 6px;
        background: #f8fbff;
        color: #444;
        flex-wrap: wrap;
    }

    .review-list[b-px4h3hnuzp] {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .review-card[b-px4h3hnuzp] {
        border: 1px solid #d8e0ea;
        border-radius: 6px;
        padding: 14px;
        background: #fff;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .review-card-header[b-px4h3hnuzp] {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 16px;
    }

    .review-card-title[b-px4h3hnuzp] {
        display: flex;
        flex-direction: column;
        gap: 4px;
        min-width: 0;
    }

    .review-card-title strong[b-px4h3hnuzp] {
        font-size: 14px;
        color: #0f6cbd;
    }

    .review-card-title span[b-px4h3hnuzp] {
        font-size: 13px;
        color: #444;
    }

    .review-ready-toggle[b-px4h3hnuzp] {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        color: #333;
        white-space: nowrap;
    }

    .review-card-meta[b-px4h3hnuzp] {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        font-size: 12px;
        color: #777;
    }

    .review-textarea[b-px4h3hnuzp] {
        width: 100%;
        min-height: 120px;
        border: 1px solid #dcd7ea;
        border-radius: 6px;
        padding: 12px 14px;
        font: inherit;
        line-height: 1.55;
        resize: vertical;
        box-sizing: border-box;
    }

    .review-textarea:focus[b-px4h3hnuzp] {
        border-color: #0f6cbd;
        outline: 2px solid rgba(15, 108, 189, 0.16);
        outline-offset: 1px;
    }

    .aggregation-tag[b-px4h3hnuzp] {
        background: #0f6cbd;
        color: white;
        padding: 2px 10px;
        border-radius: 12px;
        font-size: 11px;
        font-weight: 600;
    }

    .aggregation-tag-link[b-px4h3hnuzp] {
        border: 0;
        font-family: inherit;
        cursor: pointer;
    }

    .aggregation-tag-link:hover[b-px4h3hnuzp],
    .aggregation-tag-link:focus[b-px4h3hnuzp] {
        background: #115ea3;
        outline: none;
    }

    .reference-section[b-px4h3hnuzp] {
        background: #f8f8f8;
        border: 1px dashed #ccc;
        padding: 12px;
        border-radius: 4px;
    }

    .original-content-area[b-px4h3hnuzp] {
        margin-top: 12px;
        padding: 16px;
        background: white;
        border: 1px solid #eee;
        font-size: 13px;
        color: #444;
        line-height: 1.6;
    }

    .citizen-report-sim[b-px4h3hnuzp] {
        background: #fafafa;
        border: 1px solid #ddd;
        border-radius: 4px;
        color: #111;
        font-size: 15px;
        line-height: 1.6;
        min-height: 140px;
        padding: 16px;
        white-space: pre-wrap;
    }

    .original-meta[b-px4h3hnuzp] {
        margin-bottom: 12px;
        font-size: 11px;
        color: #999;
        display: flex;
        gap: 16px;
    }

    .aggregated-table[b-px4h3hnuzp] {
        display: flex;
        flex-direction: column;
        border: 1px solid #eee;
        border-radius: 4px;
        overflow: hidden;
    }

    .table-header[b-px4h3hnuzp] {
        display: grid;
        grid-template-columns: 120px 1fr 100px;
        background: #f3f2f1;
        padding: 8px 12px;
        font-weight: 600;
        font-size: 12px;
        border-bottom: 1px solid #eee;
    }

    .table-row[b-px4h3hnuzp] {
        display: grid;
        grid-template-columns: 120px 1fr 100px;
        padding: 8px 12px;
        font-size: 13px;
        border-bottom: 1px solid #f8f8f8;
        align-items: center;
    }

    .case-row[b-px4h3hnuzp] {
        width: 100%;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        background: white;
        color: inherit;
        text-align: left;
        cursor: pointer;
        font-family: inherit;
    }

    .case-row:hover[b-px4h3hnuzp],
    .case-row:focus[b-px4h3hnuzp] {
        background: #f0f7ff;
        outline: none;
    }

    .case-row.is-expanded[b-px4h3hnuzp] {
        background: #f8fbff;
        border-left: 3px solid #0f6cbd;
    }

    .case-row-wrap[b-px4h3hnuzp] {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .case-inline-detail[b-px4h3hnuzp] {
        padding: 14px 16px 16px;
        border-bottom: 1px solid #d8e0ea;
        background: #f8fbff;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .case-inline-review[b-px4h3hnuzp] {
        margin-top: 0;
    }

    .case-inline-empty[b-px4h3hnuzp] {
        font-size: 13px;
        color: #666;
        padding: 10px 0 2px;
    }

    .aggregated-toolbar[b-px4h3hnuzp] {
        margin-bottom: 10px;
    }

    .case-preview-group[b-px4h3hnuzp] {
        margin-top: 8px;
    }

    .case-preview-area[b-px4h3hnuzp] {
        min-height: 180px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .case-preview-meta[b-px4h3hnuzp] {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        align-items: baseline;
        padding-bottom: 8px;
        border-bottom: 1px solid #e8e8e8;
    }

    .case-preview-title[b-px4h3hnuzp] {
        font-weight: 600;
        color: #111;
    }

    .case-preview-origin[b-px4h3hnuzp] {
        font-size: 12px;
        color: #666;
        white-space: nowrap;
    }

    .case-preview-text[b-px4h3hnuzp] {
        white-space: pre-wrap;
        color: #111;
        line-height: 1.6;
        font-size: 15px;
    }

    .table-row:last-child[b-px4h3hnuzp] {
        border-bottom: none;
    }

    .col-ref[b-px4h3hnuzp] {
        font-family: 'Consolas', monospace;
        color: #0f6cbd;
    }

    .col-title[b-px4h3hnuzp] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 12px;
    }

    .col-origin[b-px4h3hnuzp] {
        font-size: 11px;
        color: #666;
    }

    .comment-input-sim[b-px4h3hnuzp] {
        display: flex;
        gap: 12px;
        padding: 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
        align-items: center;
        margin-bottom: 24px;
        background: #fafafa;
    }

    .user-avatar[b-px4h3hnuzp] {
        width: 32px;
        height: 32px;
        background: #0f6cbd;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 600;
    }

    .input-placeholder[b-px4h3hnuzp] {
        color: #888;
        font-size: 13px;
    }

    .comment-item[b-px4h3hnuzp] {
        display: flex;
        gap: 12px;
        margin-bottom: 20px;
    }

    .comment-avatar[b-px4h3hnuzp] {
        width: 32px;
        height: 32px;
        background: #eee;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: #666;
        flex-shrink: 0;
    }

    .comment-header[b-px4h3hnuzp] {
        display: flex;
        gap: 8px;
        align-items: baseline;
        margin-bottom: 4px;
    }

    .comment-header .author[b-px4h3hnuzp] {
        font-weight: 600;
        font-size: 13px;
    }

    .comment-header .date[b-px4h3hnuzp] {
        font-size: 11px;
        color: #888;
    }

    .sidebar-column[b-px4h3hnuzp] {
        background: #fafafa;
        border-left: 1px solid #eee;
        padding: 24px;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .status-fields[b-px4h3hnuzp] {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .field-item label[b-px4h3hnuzp] {
        font-size: 11px;
        color: #666;
        display: block;
        margin-bottom: 4px;
    }

    .field-value[b-px4h3hnuzp] {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        font-weight: 600;
    }

    .status-dot-large[b-px4h3hnuzp] {
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }

    .status-new[b-px4h3hnuzp] {
        background-color: #b5b5b5;
    }

    .status-assigned[b-px4h3hnuzp] {
        background-color: #ffaa44;
    }

    .status-accepted[b-px4h3hnuzp] {
        background-color: #0f6cbd;
    }

    .status-closed[b-px4h3hnuzp] {
        background-color: #107c10;
    }

    .status-default[b-px4h3hnuzp] {
        background-color: #cccccc;
    }

    .sidebar-section-header[b-px4h3hnuzp] {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        color: #666;
        margin-bottom: 12px;
        border-bottom: 1px solid #eee;
        padding-bottom: 4px;
    }

    .sidebar-field[b-px4h3hnuzp] {
        display: flex;
        justify-content: space-between;
        font-size: 13px;
        margin-bottom: 8px;
    }

    .sidebar-field label[b-px4h3hnuzp] { color: #666; }

    .info-banner-ai[b-px4h3hnuzp] {
        background: #f0f7ff;
        border: 1px solid #0f6cbd;
        padding: 12px 16px;
        border-radius: 4px;
        font-size: 13px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #0f6cbd;
    }

    .text-link[b-px4h3hnuzp] {
        background: none;
        border: none;
        color: #0f6cbd;
        text-decoration: underline;
        cursor: pointer;
        font-weight: 600;
        padding: 0;
    }

    .ai-button-sidebar[b-px4h3hnuzp] {
        width: 100%;
        background: #0f6cbd;
        color: white;
        border: none;
        padding: 8px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-weight: 600;
        cursor: pointer;
        transition: background 0.2s;
    }

    .ai-button-sidebar:hover[b-px4h3hnuzp] { background: #115ea3; }

    .reopen-policy-banner[b-px4h3hnuzp] {
        background: #f0f7ff;
        border-left: 4px solid #0f6cbd;
        border-radius: 6px;
        color: #1f3b57;
        font-size: 13px;
        line-height: 1.5;
        padding: 12px 14px;
    }
/* /Components/Shared/OperationalLoadingState.razor.rz.scp.css */
.operational-loading-state[b-bgr6c034am] {
    display: grid;
    gap: 12px;
}

.operational-loading-message[b-bgr6c034am] {
    margin: 0;
    color: var(--muted);
}
/* /Components/Shared/OperationalStateCard.razor.rz.scp.css */
.operational-state-card[b-xtk2gkrqzg] {
    display: grid;
    gap: 8px;
}

.operational-state-card strong[b-xtk2gkrqzg] {
    font-size: 14px;
}

.operational-state-hint[b-xtk2gkrqzg] {
    font-size: 12px;
    color: var(--muted);
}

.operational-state-error[b-xtk2gkrqzg] {
    color: #9f4c49;
}

.operational-state-warning[b-xtk2gkrqzg] {
    color: #8b5a00;
}

.operational-state-success[b-xtk2gkrqzg] {
    color: #0f5132;
}
