/* _content/Ginoma/Components/Layout/MainLayout.razor.rz.scp.css */
.ginoma-topbar[b-92g9zgbqu7] {
    background: #2b2d31;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    color: #e5e7eb;
    height: 64px;
    min-height: 64px;
}

.topbar-title[b-92g9zgbqu7] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

    .topbar-title strong[b-92g9zgbqu7] {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .topbar-title span[b-92g9zgbqu7] {
        font-size: 11px;
        color: #9ca3af;
    }

.topbar-zoom[b-92g9zgbqu7] {
    min-width: 42px;
    padding: 3px 7px;
    color: #cbd5e1;
    font-size: 0.75rem;
    font-weight: 700;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 999px;
    background: rgba(15,23,42,0.34);
}

.topbar-chat-trigger[b-92g9zgbqu7] {
    position: relative;
    width: 42px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border: 1px solid rgba(129, 140, 248, 0.28);
    border-radius: 8px;
    color: #c4b5fd;
    background: rgba(15, 23, 42, 0.42);
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.topbar-chat-tooltip[b-92g9zgbqu7] {
    position: relative;
    width: 42px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    margin-right: 10px;
}

.topbar-chat-tooltip[b-92g9zgbqu7]::before,
.topbar-chat-tooltip[b-92g9zgbqu7]::after {
    position: absolute;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .12s ease, transform .12s ease, visibility .12s ease;
    z-index: 9600;
}

.topbar-chat-tooltip[b-92g9zgbqu7]::before {
    content: "";
    top: calc(100% + 3px);
    width: 8px;
    height: 8px;
    background: #111827;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    transform: translate(-50%, -2px) rotate(45deg);
}

.topbar-chat-tooltip[b-92g9zgbqu7]::after {
    content: attr(data-tooltip);
    top: calc(100% + 7px);
    min-width: max-content;
    max-width: 220px;
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 4px;
    color: #f8fafc;
    background: #111827;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
    transform: translate(-50%, -2px);
}

.topbar-chat-tooltip:hover[b-92g9zgbqu7]::before,
.topbar-chat-tooltip:focus-within[b-92g9zgbqu7]::before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0) rotate(45deg);
}

.topbar-chat-tooltip:hover[b-92g9zgbqu7]::after,
.topbar-chat-tooltip:focus-within[b-92g9zgbqu7]::after {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.topbar-chat-tooltip .topbar-chat-trigger[b-92g9zgbqu7] {
    margin-right: 0;
}

.topbar-chat-trigger:hover[b-92g9zgbqu7] {
    border-color: rgba(129, 140, 248, 0.64);
    background: rgba(79, 70, 229, 0.20);
    color: #ede9fe;
    transform: translateY(-1px);
}

.topbar-chat-trigger.has-unread[b-92g9zgbqu7] {
    border-color: rgba(96, 165, 250, 0.48);
    color: #dbeafe;
    background: rgba(30, 64, 175, 0.28);
}

.topbar-chat-trigger span[b-92g9zgbqu7] {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 19px;
    height: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #ffffff;
    background: #3b82f6;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(59, 130, 246, 0.34);
}

.topbar-critical-trigger[b-92g9zgbqu7] {
    position: relative;
    width: 42px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    border: 1px solid rgba(96, 165, 250, 0.22);
    border-radius: 8px;
    color: #93c5fd;
    background: rgba(15, 23, 42, 0.42);
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.topbar-critical-trigger:hover[b-92g9zgbqu7] {
    border-color: rgba(96, 165, 250, 0.58);
    background: rgba(37, 99, 235, 0.18);
    color: #dbeafe;
    transform: translateY(-1px);
}

.topbar-critical-trigger.danger[b-92g9zgbqu7] {
    border-color: rgba(248, 113, 113, 0.44);
    color: #fecaca;
    background: rgba(127, 29, 29, 0.28);
}

.topbar-critical-trigger span[b-92g9zgbqu7] {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 19px;
    height: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #ffffff;
    background: #ef4444;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(239, 68, 68, 0.32);
}

.ginoma-sidebar[b-92g9zgbqu7] {
    height: 100vh;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: linear-gradient( 180deg, #2f3136 0%, #25272b 40%, #1f2125 100% );
    border-right: 1px solid rgba(255,255,255,0.08);
}

.logo-area[b-92g9zgbqu7] {
    box-sizing: border-box;
    flex: 0 0 64px;
    height: 64px;
    min-height: 64px;
    background: #050505;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 18px;
    border-top: 0;
    border-bottom: 1px solid rgba(191,148,70,0.45);
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
}

.logo-area:hover[b-92g9zgbqu7] {
    background: #0b0b0b;
}

    .logo-area img[b-92g9zgbqu7] {
        width: 100%;
        height: 100%;
        max-width: 240px;
        max-height: 50px;
        object-fit: contain;
        object-position: center;
        transform: none;
    }

.ginoma-menu[b-92g9zgbqu7] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 12px 8px;
}

.ginoma-menu .mud-nav-link[b-92g9zgbqu7],
.ginoma-menu .mud-nav-group[b-92g9zgbqu7] {
    font-size: 0.875rem;
}

.ginoma-nav-pdf-link[b-92g9zgbqu7] {
    width: 100%;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 0 16px;
    border: 0;
    margin: 0;
    appearance: none;
    color: rgba(255, 255, 255, 0.72);
    background: transparent;
    font-family: inherit;
    font-size: 0.875rem;
    line-height: 1;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
}

.ginoma-nav-pdf-link:hover[b-92g9zgbqu7] {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}

.ginoma-nav-pdf-link .mud-icon-root[b-92g9zgbqu7] {
    width: 24px !important;
    min-width: 24px !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.72);
}

.ginoma-nav-pdf-link span[b-92g9zgbqu7] {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.ginoma-confirm-backdrop[b-92g9zgbqu7] {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(2, 6, 23, 0.68);
    backdrop-filter: blur(2px);
}

.ginoma-confirm-dialog[b-92g9zgbqu7] {
    width: min(440px, 100%);
    padding: 0;
    border: 1px solid rgba(96, 165, 250, 0.28);
    border-radius: 8px;
    color: #f8fafc;
    background: #20212a;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.ginoma-confirm-inner[b-92g9zgbqu7] {
    padding: 32px 40px 28px;
}

.ginoma-confirm-icon[b-92g9zgbqu7] {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border: 1px solid rgba(248, 113, 113, 0.34);
    border-radius: 8px;
    color: #fecaca;
    background: rgba(127, 29, 29, 0.24);
}

.ginoma-confirm-icon .mud-icon-root[b-92g9zgbqu7] {
    width: 28px;
    height: 28px;
}

.ginoma-confirm-content h2[b-92g9zgbqu7] {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
}

.ginoma-confirm-content p[b-92g9zgbqu7] {
    max-width: 380px;
    margin: 0;
    color: #cbd5e1;
    font-size: 13px;
    line-height: 1.55;
}

.ginoma-confirm-actions[b-92g9zgbqu7] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 26px;
}

.critical-actions-backdrop[b-92g9zgbqu7] {
    position: fixed;
    inset: 0;
    z-index: 3200;
    display: grid;
    place-items: center;
    padding: 22px;
    background: rgba(2, 6, 23, 0.74);
    backdrop-filter: blur(4px);
}

.critical-actions-dialog[b-92g9zgbqu7] {
    width: min(1180px, calc(100vw - 44px));
    max-height: min(760px, calc(100vh - 44px));
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(96, 165, 250, 0.28);
    border-radius: 8px;
    color: #f8fafc;
    background: linear-gradient(180deg, #20232c 0%, #171b22 100%);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.56);
}

.critical-actions-header[b-92g9zgbqu7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 22px 24px 18px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.76), rgba(15, 23, 42, 0.35));
}

.critical-actions-kicker[b-92g9zgbqu7] {
    display: block;
    margin-bottom: 7px;
    color: #93c5fd;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.critical-actions-header h2[b-92g9zgbqu7] {
    margin: 0;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0;
}

.critical-actions-header p[b-92g9zgbqu7] {
    margin: 6px 0 0;
    color: #cbd5e1;
    font-size: 13px;
}

.critical-actions-summary[b-92g9zgbqu7] {
    min-width: 104px;
    padding: 12px 16px;
    border: 1px solid rgba(34, 197, 94, 0.26);
    border-radius: 8px;
    text-align: center;
    background: rgba(15, 23, 42, 0.46);
}

.critical-actions-summary strong[b-92g9zgbqu7] {
    display: block;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
}

.critical-actions-summary span[b-92g9zgbqu7] {
    display: block;
    margin-top: 4px;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.critical-actions-grid[b-92g9zgbqu7] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 18px 20px 10px;
}

.critical-action-group[b-92g9zgbqu7] {
    margin-bottom: 9px;
}

.critical-action-row[b-92g9zgbqu7] {
    width: 100%;
    min-height: 44px;
    display: grid;
    grid-template-columns: 34px 18px minmax(160px, 1fr) minmax(410px, auto);
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border: 1px solid rgba(34, 197, 94, 0.38);
    border-radius: 8px;
    color: #e5e7eb;
    background: rgba(15, 23, 42, 0.50);
    text-decoration: none;
}

.critical-action-row.is-group[b-92g9zgbqu7] {
    border-color: rgba(34, 197, 94, 0.52);
    color: #ffffff;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
}

.critical-action-group.is-delay > .critical-action-row.is-group[b-92g9zgbqu7],
.critical-action-row.has-delay[b-92g9zgbqu7] {
    border-color: rgba(248, 113, 113, 0.48);
}

.critical-action-expand[b-92g9zgbqu7] {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 7px;
    color: #dbeafe;
    background: rgba(30, 41, 59, 0.8);
}

.critical-action-expand .mud-icon-root[b-92g9zgbqu7] {
    width: 18px;
    height: 18px;
}

.critical-action-expand.muted[b-92g9zgbqu7] {
    border-color: transparent;
    color: #94a3b8;
    background: transparent;
}

.critical-action-dot[b-92g9zgbqu7] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.10);
}

.critical-action-group.is-delay .critical-action-dot[b-92g9zgbqu7],
.critical-action-row.has-delay .critical-action-dot[b-92g9zgbqu7] {
    background: #ef4444;
    box-shadow: 0 0 0 5px rgba(239, 68, 68, 0.10);
}

.critical-action-title[b-92g9zgbqu7] {
    min-width: 0;
    overflow: hidden;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.critical-action-detail[b-92g9zgbqu7] {
    min-width: 0;
    overflow: hidden;
    color: #cbd5e1;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.critical-action-values[b-92g9zgbqu7] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    color: #dbeafe;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.critical-action-values b[b-92g9zgbqu7] {
    font-weight: 800;
}

.critical-action-values strong[b-92g9zgbqu7] {
    min-width: 54px;
    padding: 5px 10px;
    border-radius: 999px;
    color: #bbf7d0;
    background: rgba(22, 163, 74, 0.25);
    font-size: 12px;
    text-align: center;
}

.critical-action-group.is-delay .critical-action-values strong[b-92g9zgbqu7],
.critical-action-row.has-delay .critical-action-values strong[b-92g9zgbqu7] {
    color: #fecaca;
    background: rgba(127, 29, 29, 0.30);
}

.critical-action-children[b-92g9zgbqu7] {
    display: grid;
    gap: 7px;
    margin: 7px 0 10px 44px;
    max-height: min(420px, 46vh);
    overflow-y: auto;
    padding-right: 6px;
    scrollbar-color: rgba(148, 163, 184, 0.62) rgba(15, 23, 42, 0.42);
    scrollbar-width: thin;
}

.critical-action-children[b-92g9zgbqu7]::-webkit-scrollbar {
    width: 8px;
}

.critical-action-children[b-92g9zgbqu7]::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.42);
}

.critical-action-children[b-92g9zgbqu7]::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.62);
}

.critical-action-children .critical-action-row[b-92g9zgbqu7] {
    grid-template-columns: 34px minmax(110px, 170px) minmax(180px, 1fr) minmax(340px, auto);
    border-color: rgba(96, 165, 250, 0.24);
    background: rgba(15, 23, 42, 0.30);
}

.critical-action-empty[b-92g9zgbqu7] {
    padding: 16px 18px;
    border: 1px dashed rgba(96, 165, 250, 0.30);
    border-radius: 8px;
    color: #bfdbfe;
    font-size: 13px;
    text-align: center;
    background: rgba(15, 23, 42, 0.30);
}

.critical-action-empty.is-panel[b-92g9zgbqu7] {
    margin: 8px 0;
}

.critical-actions-footer[b-92g9zgbqu7] {
    display: flex;
    justify-content: flex-end;
    padding: 14px 20px 20px;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
}

@media (max-width: 900px) {
    .critical-action-row[b-92g9zgbqu7],
    .critical-action-children .critical-action-row[b-92g9zgbqu7] {
        grid-template-columns: 34px minmax(0, 1fr);
    }

    .critical-action-dot[b-92g9zgbqu7],
    .critical-action-detail[b-92g9zgbqu7],
    .critical-action-values[b-92g9zgbqu7] {
        grid-column: 2;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

.ginoma-content[b-92g9zgbqu7] {
    min-height: 100vh;
    background: linear-gradient(135deg, #0b1120 0%, #111827 45%, #05070a 100%);
    padding: 18px 16px 22px;
}

#blazor-error-ui[b-92g9zgbqu7] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-92g9zgbqu7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


/* _content/Ginoma/Components/Pages/DashboardExecutivo.razor.rz.scp.css */
.executive-dashboard[b-3pfj4l73pn] {
    min-height: calc(100vh - 64px);
    padding: 6px 22px 28px;
    color: #f4f7fb;
    background:
        linear-gradient(180deg, rgba(18, 21, 31, 0.18), rgba(8, 13, 22, 0.20)),
        #262832;
}

.executive-title[b-3pfj4l73pn] {
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 0 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.executive-title h1[b-3pfj4l73pn] {
    position: relative;
    margin: 0;
    padding-left: 12px;
    color: #e9eef9;
    font-size: clamp(0.95rem, 1.32vw, 1.22rem);
    font-weight: 500;
    line-height: 1.15;
}

.executive-title h1[b-3pfj4l73pn]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 28px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: linear-gradient(180deg, #60a5fa 0%, #45d2c6 48%, #ff84bc 100%);
    box-shadow: 0 0 14px rgba(69, 210, 198, 0.36);
}

.executive-clear-filters[b-3pfj4l73pn] {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(139, 159, 191, 0.24);
    border-radius: 10px;
    background: rgba(20, 31, 49, 0.58);
    color: #d7e1ef;
    cursor: pointer;
}

.executive-clear-filters:hover[b-3pfj4l73pn] {
    border-color: rgba(125, 211, 252, 0.58);
    background: rgba(45, 107, 143, 0.50);
    color: #ffffff;
}

.executive-loading[b-3pfj4l73pn] {
    min-height: 360px;
    display: grid;
    place-items: center;
}

.executive-grid[b-3pfj4l73pn] {
    display: grid;
    grid-template-columns: 210px minmax(480px, 0.96fr) minmax(360px, 0.52fr);
    align-items: start;
    gap: 18px;
    margin-top: 6px;
}

.executive-filter[b-3pfj4l73pn],
.executive-map-card[b-3pfj4l73pn],
.executive-kpi-card[b-3pfj4l73pn] {
    border: 1px solid rgba(139, 159, 191, 0.22);
    border-radius: 20px;
    background: rgba(19, 25, 37, 0.76);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 16px 36px rgba(0, 0, 0, 0.20);
}

.executive-filter[b-3pfj4l73pn] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 12px;
    background:
        linear-gradient(160deg, rgba(44, 61, 91, 0.78), rgba(25, 34, 51, 0.90)),
        #182232;
}

.executive-company-grid[b-3pfj4l73pn] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 10px;
}

.executive-company[b-3pfj4l73pn] {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: center;
    gap: 7px;
    width: 100%;
    min-height: 24px;
    border: 0;
    background: transparent;
    color: #d7deea;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.executive-company span[b-3pfj4l73pn] {
    width: 18px;
    height: 18px;
    border: 1px solid rgba(159, 181, 213, 0.44);
    border-radius: 7px;
    background: rgba(59, 78, 109, 0.46);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.executive-company strong[b-3pfj4l73pn] {
    overflow: hidden;
    color: inherit;
    font-size: 0.72rem;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.executive-company-all[b-3pfj4l73pn] {
    margin-bottom: 2px;
    padding-bottom: 0;
    border-bottom: 0;
}

.executive-filter-separator[b-3pfj4l73pn] {
    height: 1px;
    margin: 10px 2px 2px;
    background: rgba(159, 181, 213, 0.20);
}

.executive-year-filter[b-3pfj4l73pn] {
    display: grid;
    gap: 8px;
    padding-top: 4px;
}

.executive-year-filter > span[b-3pfj4l73pn] {
    color: #79d9ff;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.executive-year-filter > div[b-3pfj4l73pn] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
}

.executive-year[b-3pfj4l73pn] {
    min-height: 28px;
    border: 1px solid rgba(139, 159, 191, 0.22);
    border-radius: 8px;
    background: rgba(20, 31, 49, 0.58);
    color: #d7e1ef;
    cursor: pointer;
    font: inherit;
    font-size: 0.72rem;
    font-weight: 750;
}

.executive-year:hover[b-3pfj4l73pn],
.executive-year.active[b-3pfj4l73pn] {
    border-color: rgba(125, 211, 252, 0.58);
    background: rgba(45, 107, 143, 0.50);
    color: #ffffff;
}

.executive-company.active span[b-3pfj4l73pn] {
    border-color: rgba(125, 211, 252, 0.64);
    background:
        radial-gradient(circle at 50% 50%, #9ee8ff 0 34%, transparent 36%),
        rgba(45, 107, 143, 0.62);
}

.executive-company:hover[b-3pfj4l73pn] {
    color: #ffffff;
}

.executive-main-column[b-3pfj4l73pn] {
    grid-column: 2;
    grid-row: 1;
    display: block;
    min-width: 0;
}

.executive-kpis[b-3pfj4l73pn] {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 10px;
}

.executive-kpi-card[b-3pfj4l73pn] {
    position: relative;
    min-height: 128px;
    padding: 14px 16px 12px;
    overflow: hidden;
    color: #edf4ff;
    text-decoration: none;
    background:
        radial-gradient(circle at 84% 64%, rgba(255, 255, 255, 0.10), transparent 28%),
        linear-gradient(135deg, var(--card-glow), rgba(19, 25, 38, 0.96) 72%),
        #141b29;
}

.executive-kpi-card[b-3pfj4l73pn]::before {
    content: "";
    position: absolute;
    inset: 13px auto 13px 0;
    width: 4px;
    border-radius: 999px;
    background: var(--accent);
    box-shadow: 0 0 18px var(--accent);
}

.executive-kpi-card:hover[b-3pfj4l73pn] {
    transform: translateY(-1px);
    border-color: color-mix(in srgb, var(--accent) 54%, rgba(139, 159, 191, 0.22));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 38px rgba(0, 0, 0, 0.24);
}

.executive-kpi-module[b-3pfj4l73pn] {
    display: inline-grid;
    place-items: center;
    min-width: 64px;
    height: 26px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1;
}

.executive-kpi-title[b-3pfj4l73pn] {
    position: absolute;
    top: 15px;
    right: 16px;
    max-width: 62%;
    color: #f6f8fc;
    font-size: 0.86rem;
    font-weight: 900;
    line-height: 1.1;
    text-align: right;
    overflow-wrap: anywhere;
}

.executive-kpi-value[b-3pfj4l73pn] {
    display: block;
    margin-top: 11px;
    color: #f7fbff;
    font-size: clamp(1.06rem, 1.55vw, 1.34rem);
    font-weight: 900;
    line-height: 1;
}

.executive-kpi-details[b-3pfj4l73pn] {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 26px;
}

.executive-kpi-details span[b-3pfj4l73pn] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 24px;
    padding: 0 9px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.32);
    color: #c9d4e4;
    font-size: 0.66rem;
    font-weight: 650;
    line-height: 1;
}

.executive-kpi-details b[b-3pfj4l73pn] {
    color: #ffffff;
    font-weight: 850;
}

.executive-map-card[b-3pfj4l73pn] {
    grid-column: 3;
    grid-row: 1;
    min-height: 680px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 16px 16px;
    background:
        radial-gradient(circle at 48% 45%, rgba(64, 82, 111, 0.24), transparent 52%),
        linear-gradient(145deg, rgba(22, 28, 39, 0.92), rgba(12, 17, 26, 0.98)),
        #121824;
}

.executive-map-shell[b-3pfj4l73pn] {
    position: relative;
    width: min(100%, 510px);
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
    margin-top: 0;
}

.executive-map-info[b-3pfj4l73pn] {
    width: min(100%, 470px);
    min-height: 120px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(118px, 0.82fr);
    align-items: center;
    column-gap: 16px;
    margin-top: -2px;
    padding: 16px 0 0;
    border-top: 1px solid rgba(139, 159, 191, 0.24);
    background:
        linear-gradient(180deg, rgba(148, 163, 184, 0.04), transparent 52%),
        transparent;
}

.regional-spotlight[b-3pfj4l73pn] {
    display: grid;
    gap: 3px;
    justify-items: start;
    text-align: left;
}

.regional-label[b-3pfj4l73pn] {
    color: #78d7ff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.regional-spotlight strong[b-3pfj4l73pn] {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 850;
    line-height: 1.05;
}

.regional-spotlight span:last-child[b-3pfj4l73pn] {
    color: #c9d4e4;
    font-size: 0.76rem;
    font-weight: 600;
}

.regional-ranking[b-3pfj4l73pn] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 0;
    padding-left: 16px;
    border-left: 1px solid rgba(139, 159, 191, 0.28);
}

.regional-rank-item[b-3pfj4l73pn] {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    min-height: 22px;
    padding: 0 8px;
    border: 1px solid rgba(139, 159, 191, 0.18);
    border-radius: 999px;
    background: rgba(30, 41, 59, 0.42);
    color: #d7e1ef;
    font-size: 0.67rem;
    font-weight: 650;
    white-space: nowrap;
}

.regional-rank-item strong[b-3pfj4l73pn] {
    color: #8be7ff;
    font-weight: 850;
}

.regional-empty[b-3pfj4l73pn] {
    display: grid;
    min-height: 84px;
    place-items: center;
    color: #9aa8bc;
    font-size: 0.78rem;
    font-weight: 600;
    text-align: center;
}

.executive-map-shell img[b-3pfj4l73pn] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.45));
}

.map-marker-button[b-3pfj4l73pn] {
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
    z-index: 3;
}

.map-marker[b-3pfj4l73pn] {
    display: block;
    width: 24px;
    height: 24px;
    border: 5px solid #29e980;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.48), 0 0 18px rgba(41, 233, 128, 0.72);
    pointer-events: none;
}

.map-marker-button:hover .map-marker[b-3pfj4l73pn],
.map-marker-button:focus-visible .map-marker[b-3pfj4l73pn] {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.58), 0 0 22px rgba(41, 233, 128, 0.86);
}

.map-marker-button:focus-visible[b-3pfj4l73pn] {
    outline: 1px solid rgba(125, 211, 252, 0.70);
    outline-offset: 2px;
}

.map-marker.muted[b-3pfj4l73pn] {
    border-color: rgba(255, 255, 255, 0.72);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.38), 0 0 14px rgba(255, 255, 255, 0.32);
}

.map-region-hit[b-3pfj4l73pn] {
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--w);
    height: var(--h);
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, 0.94);
    cursor: pointer;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1.08;
    text-align: center;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.72);
    white-space: pre-line;
}

.map-region-hit:hover[b-3pfj4l73pn],
.map-region-hit.selected[b-3pfj4l73pn] {
    background: rgba(15, 23, 42, 0.20);
    outline: 1px solid rgba(125, 211, 252, 0.40);
    box-shadow: 0 0 22px rgba(56, 189, 248, 0.20);
}

.map-region-hit.selected span[b-3pfj4l73pn] {
    color: #e0f2fe;
}

@media (max-width: 1280px) {
    .executive-grid[b-3pfj4l73pn] {
        grid-template-columns: 210px minmax(440px, 1fr);
    }

    .executive-filter[b-3pfj4l73pn],
    .executive-main-column[b-3pfj4l73pn],
    .executive-map-card[b-3pfj4l73pn] {
        grid-column: auto;
        grid-row: auto;
    }

    .executive-map-card[b-3pfj4l73pn] {
        grid-column: 1 / -1;
        min-height: 420px;
    }

    .executive-map-shell[b-3pfj4l73pn] {
        width: min(100%, 390px);
    }

    .executive-map-info[b-3pfj4l73pn] {
        min-height: 76px;
    }
}

@media (max-width: 860px) {
    .executive-dashboard[b-3pfj4l73pn] {
        padding: 14px;
    }

    .executive-title[b-3pfj4l73pn] {
        min-height: 44px;
        padding: 0 18px;
        border-radius: 0;
    }

    .executive-grid[b-3pfj4l73pn] {
        grid-template-columns: 1fr;
    }

    .executive-filter[b-3pfj4l73pn] {
        display: grid;
        grid-template-columns: 1fr;
        grid-row: auto;
    }

    .executive-company-grid[b-3pfj4l73pn],
    .executive-year-filter > div[b-3pfj4l73pn] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .executive-kpis[b-3pfj4l73pn] {
        grid-template-columns: 1fr;
    }

    .executive-map-card[b-3pfj4l73pn] {
        min-height: 340px;
    }

    .executive-map-shell[b-3pfj4l73pn] {
        width: min(100%, 330px);
        margin-top: 0;
    }

    .executive-map-info[b-3pfj4l73pn] {
        min-height: 72px;
    }
}
/* _content/Ginoma/Components/Pages/Home.razor.rz.scp.css */
.notification-center[b-crks3m3glj] {
    color: #f8fafc;
    padding: 16px 18px 30px;
}

.notification-hero[b-crks3m3glj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 10px 16px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: #1a1d24;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}

.notification-title-block > span[b-crks3m3glj],
.notification-panel-header span[b-crks3m3glj] {
    display: block;
    color: #7dd3fc;
    font-size: 0.74rem;
    font-weight: 850;
}

.notification-title-row[b-crks3m3glj] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 0;
}

.notification-title-row h1[b-crks3m3glj] {
    margin: 0;
    color: #ffffff;
    font-size: 1.12rem;
    font-weight: 400;
}

.notification-title-row strong[b-crks3m3glj] {
    padding: 5px 10px;
    border: 1px solid rgba(125, 211, 252, 0.28);
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.14);
    color: #bae6fd;
    font-size: 0.75rem;
}

.notification-hero-actions[b-crks3m3glj] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.notification-hero-refresh[b-crks3m3glj],
.notification-hero-clear[b-crks3m3glj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 132px;
    height: 34px;
    border-radius: 8px;
    cursor: pointer;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 600;
}

.notification-hero-refresh[b-crks3m3glj] {
    border: 1px solid rgba(56, 189, 248, 0.34);
    background: rgba(14, 165, 233, 0.16);
    color: #dff7ff;
}

.notification-hero-refresh:hover[b-crks3m3glj] {
    background: rgba(14, 165, 233, 0.24);
}

.notification-hero-clear[b-crks3m3glj] {
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: rgba(15, 23, 42, 0.28);
    color: #cbd5e1;
}

.notification-hero-clear:hover[b-crks3m3glj] {
    border-color: rgba(148, 163, 184, 0.40);
    background: rgba(30, 41, 59, 0.42);
    color: #ffffff;
}

.notification-toolbar[b-crks3m3glj] {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 14px 16px 12px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: #1f222b;
}

.notification-filter[b-crks3m3glj] {
    position: relative;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: 8px;
    background: #111721;
}

.notification-filter legend[b-crks3m3glj] {
    margin-left: 12px;
    padding: 0 6px;
    color: #9fb3c8;
    background: transparent;
    font-size: 0.69rem;
    font-weight: 500;
    line-height: 1;
}

.notification-filter span[b-crks3m3glj] {
    color: #9fb3c8;
    font-size: 0.69rem;
    font-weight: 500;
}

.notification-filter-region[b-crks3m3glj] {
    flex: 1 1 auto;
    min-width: 360px;
    max-width: none;
}

.notification-filter-date[b-crks3m3glj] {
    flex: 0 0 164px;
}

.notification-filter select[b-crks3m3glj],
.notification-filter input[b-crks3m3glj] {
    width: 100%;
    height: 38px;
    min-width: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #eef6ff;
    color-scheme: dark;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 400;
    outline: none;
    padding: 0 14px 3px;
}

.notification-filter select option[b-crks3m3glj] {
    background: #111721;
    color: #eef6ff;
}

.notification-filter input[b-crks3m3glj]::-webkit-calendar-picker-indicator {
    filter: invert(1) opacity(0.72);
}

.notification-filter input[b-crks3m3glj]::-webkit-datetime-edit,
.notification-filter input[b-crks3m3glj]::-webkit-datetime-edit-fields-wrapper,
.notification-filter input[b-crks3m3glj]::-webkit-datetime-edit-text,
.notification-filter input[b-crks3m3glj]::-webkit-datetime-edit-month-field,
.notification-filter input[b-crks3m3glj]::-webkit-datetime-edit-day-field,
.notification-filter input[b-crks3m3glj]::-webkit-datetime-edit-year-field {
    color: #eef6ff;
    background: transparent;
}

.notification-filter select:open[b-crks3m3glj] {
    background: #111721;
    color: #eef6ff;
}

.notification-filter:focus-within[b-crks3m3glj] {
    border-color: rgba(56, 189, 248, 0.8);
    box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.16);
}

.notification-quick-days[b-crks3m3glj] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex: 0 0 auto;
    height: 40px;
    padding: 0 4px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.26);
}

.notification-day-button[b-crks3m3glj] {
    min-width: 38px;
    height: 30px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #bfdbfe;
    cursor: pointer;
    font: inherit;
    font-size: 0.8rem;
    font-weight: 500;
}

.notification-day-button:hover[b-crks3m3glj],
.notification-day-button.active[b-crks3m3glj] {
    background: rgba(14, 165, 233, 0.18);
    color: #ffffff;
}

.notification-filter-button[b-crks3m3glj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 0 0 128px;
    height: 40px;
    border: 1px solid rgba(56, 189, 248, 0.34);
    border-radius: 8px;
    background: rgba(14, 165, 233, 0.16);
    color: #dff7ff;
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 600;
}

.notification-filter-button:hover[b-crks3m3glj] {
    background: rgba(14, 165, 233, 0.24);
}

.notification-loading[b-crks3m3glj] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 260px;
    color: #cbd5e1;
}

.notification-tabbar[b-crks3m3glj] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 8px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 8px;
    background: #1f222b;
    overflow-x: visible;
}

.notification-tab[b-crks3m3glj] {
    display: inline-flex;
    flex: 1 1 0;
    min-width: 0;
    height: 58px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
    color: #cbd5e1;
    cursor: pointer;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 500;
}

.notification-tab span[b-crks3m3glj] {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notification-tab strong[b-crks3m3glj] {
    color: #93c5fd;
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1;
}

.notification-tab.active[b-crks3m3glj] {
    border-color: rgba(125, 211, 252, 0.36);
    background: rgba(14, 165, 233, 0.14);
    color: #ffffff;
}

.notification-tab-body[b-crks3m3glj] {
    padding-top: 14px;
}

.notification-panel[b-crks3m3glj] {
    min-width: 0;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: #202127;
    padding: 16px;
}

.notification-panel-header[b-crks3m3glj] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.notification-panel-header h2[b-crks3m3glj] {
    margin: 4px 0 0;
    color: #ffffff;
    font-size: 1.06rem;
    font-weight: 850;
}

.notification-panel-header small[b-crks3m3glj] {
    display: block;
    margin-top: 4px;
    color: #94a3b8;
    font-size: 0.75rem;
}

.notification-panel-actions[b-crks3m3glj] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.notification-count-pill[b-crks3m3glj] {
    flex: 0 0 auto;
    margin-top: 2px;
    padding: 5px 9px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.52);
    color: #dbeafe;
    font-size: 0.73rem;
    white-space: nowrap;
}

.notification-grid-filter[b-crks3m3glj] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: min(360px, 34vw);
    height: 34px;
    padding: 0 9px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.50);
    color: #8fb7d8;
}

.notification-grid-filter:focus-within[b-crks3m3glj] {
    border-color: rgba(56, 189, 248, 0.55);
    box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.12);
}

.notification-grid-filter input[b-crks3m3glj] {
    min-width: 0;
    flex: 1 1 auto;
    border: 0;
    background: transparent;
    color: #eef6ff;
    font: inherit;
    font-size: 0.78rem;
    outline: none;
}

.notification-grid-filter input[b-crks3m3glj]::placeholder {
    color: #7f93aa;
}

.notification-grid-filter button[b-crks3m3glj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #94a3b8;
    cursor: pointer;
}

.notification-grid-filter button:hover[b-crks3m3glj] {
    background: rgba(148, 163, 184, 0.12);
    color: #ffffff;
}

.notification-export-button[b-crks3m3glj],
.notification-pagination-actions button[b-crks3m3glj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 74px;
    height: 34px;
    border: 1px solid rgba(56, 189, 248, 0.26);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.45);
    color: #dbeafe;
    cursor: pointer;
    font: inherit;
    font-size: 0.76rem;
    font-weight: 650;
}

.notification-export-button:hover[b-crks3m3glj],
.notification-pagination-actions button:hover:not(:disabled)[b-crks3m3glj],
.notification-pagination-actions button.active[b-crks3m3glj] {
    border-color: rgba(56, 189, 248, 0.55);
    background: rgba(14, 165, 233, 0.18);
    color: #ffffff;
}

.notification-export-button:disabled[b-crks3m3glj],
.notification-pagination-actions button:disabled[b-crks3m3glj] {
    cursor: not-allowed;
    opacity: 0.45;
}

.notification-clear-columns[b-crks3m3glj] {
    min-width: 38px;
    width: 38px;
    padding: 0;
}

.notification-filter-toggle[b-crks3m3glj] {
    min-width: 38px;
    width: 38px;
    padding: 0;
}

.notification-filter-toggle.active[b-crks3m3glj] {
    border-color: rgba(250, 204, 21, 0.52);
    background: rgba(250, 204, 21, 0.12);
    color: #facc15;
}

[b-crks3m3glj] .notification-panel-actions .grid-columns-wrapper {
    display: inline-flex;
}

[b-crks3m3glj] .notification-panel-actions .grid-columns-wrapper .mud-button-root {
    height: 34px;
    min-width: 98px;
    border: 1px solid rgba(56, 189, 248, 0.26);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.45);
    color: #dbeafe;
    box-shadow: none;
    font-size: 0.76rem;
    font-weight: 650;
    text-transform: none;
}

[b-crks3m3glj] .notification-panel-actions .grid-columns-wrapper .mud-button-root:hover {
    border-color: rgba(56, 189, 248, 0.55);
    background: rgba(14, 165, 233, 0.18);
}

.notification-page-size[b-crks3m3glj] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 34px;
    padding: 0 8px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.38);
    color: #94a3b8;
    font-size: 0.74rem;
}

.notification-page-size select[b-crks3m3glj] {
    height: 24px;
    border: 0;
    background: transparent;
    color: #e0f2fe;
    color-scheme: dark;
    outline: none;
    font: inherit;
    font-weight: 700;
}

.notification-page-size option[b-crks3m3glj] {
    background: #111721;
    color: #eef6ff;
}

.notification-grid-shell[b-crks3m3glj] {
    min-height: 320px;
}

.notification-filters-panel[b-crks3m3glj] {
    display: grid;
    grid-template-columns: repeat(6, minmax(150px, 1fr));
    gap: 14px 12px;
    margin: 0 0 14px;
    padding: 16px 14px 12px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 8px;
    background: #18202b;
}

.notification-filter-field[b-crks3m3glj] {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    height: 46px;
    margin: 0;
    padding: 0 10px 2px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 6px;
    background: #111821;
    color: #cbd5e1;
}

.notification-filter-field legend[b-crks3m3glj] {
    margin-left: 8px;
    padding: 0 5px;
    color: #a8bfd7;
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1;
}

.notification-filter-field > .mud-icon-root[b-crks3m3glj] {
    flex: 0 0 auto;
    color: #cbd5e1;
    font-size: 20px;
}

.notification-filter-field input[b-crks3m3glj] {
    min-width: 0;
    flex: 1 1 auto;
    border: 0;
    background: transparent;
    color: #eaf6ff;
    font: inherit;
    font-size: 0.88rem;
    outline: none;
}

.notification-filter-field input[b-crks3m3glj]::placeholder {
    color: #7e8794;
}

.notification-filter-field button[b-crks3m3glj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #94a3b8;
    cursor: pointer;
}

.notification-filter-field button:hover[b-crks3m3glj] {
    background: rgba(148, 163, 184, 0.12);
    color: #ffffff;
}

.notification-filter-field:focus-within[b-crks3m3glj],
.notification-filter-field.active[b-crks3m3glj] {
    border-color: rgba(56, 189, 248, 0.55);
    box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.10);
}

.notification-table-wrap[b-crks3m3glj] {
    max-height: calc(100vh - 430px);
    min-height: 300px;
    overflow: auto;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 8px;
    background: #141820;
}

.notification-table[b-crks3m3glj] {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    table-layout: fixed;
}

.notification-table th[b-crks3m3glj] {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 9px 10px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
    background: #171d27;
    color: #93c5fd;
    font-size: 0.7rem;
    font-weight: 750;
    text-align: left;
    text-transform: uppercase;
}

.notification-column-head[b-crks3m3glj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 18px;
}

.notification-column-head .mud-icon-root[b-crks3m3glj] {
    color: #38bdf8;
    font-size: 16px;
}

.notification-column-modulo[b-crks3m3glj] { width: 220px; }
.notification-column-aviso[b-crks3m3glj] { width: 190px; }
.notification-column-status[b-crks3m3glj] { width: 180px; }
.notification-column-prazo[b-crks3m3glj] { width: 136px; }
.notification-column-criticidade[b-crks3m3glj] { width: 126px; }

.notification-table td[b-crks3m3glj] {
    padding: 12px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.10);
    color: #d7e7f8;
    font-size: 0.78rem;
    line-height: 1.35;
    vertical-align: middle;
}

.notification-table tr:hover td[b-crks3m3glj] {
    background: rgba(30, 41, 59, 0.34);
}

.notification-module-cell[b-crks3m3glj],
.notification-record-title[b-crks3m3glj] {
    color: #f8fafc;
    text-decoration: none;
}

.notification-module-cell[b-crks3m3glj] {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 9px;
    row-gap: 2px;
    align-items: center;
}

.notification-module-cell .mud-icon-root[b-crks3m3glj] {
    grid-row: span 2;
    color: #7dd3fc;
}

.notification-module-cell span[b-crks3m3glj],
.notification-record-title[b-crks3m3glj],
.notification-status-text[b-crks3m3glj],
.notification-record-description[b-crks3m3glj] {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notification-module-cell small[b-crks3m3glj] {
    color: #60a5fa;
    font-size: 0.68rem;
    font-weight: 700;
}

.notification-record-title[b-crks3m3glj] {
    font-weight: 800;
}

.notification-record-title:hover[b-crks3m3glj] {
    color: #7dd3fc;
}

.notification-status-text[b-crks3m3glj],
.notification-record-description[b-crks3m3glj] {
    color: #b8c7d9;
}

.notification-tone-pill[b-crks3m3glj] {
    display: inline-flex;
    min-width: 62px;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.15);
    color: #bfdbfe;
    font-size: 0.68rem;
    font-weight: 800;
}

.notification-tone-pill.danger[b-crks3m3glj] {
    background: rgba(220, 38, 38, 0.20);
    color: #fecaca;
}

.notification-tone-pill.warning[b-crks3m3glj] {
    background: rgba(245, 158, 11, 0.18);
    color: #fde68a;
}

.notification-tone-pill.success[b-crks3m3glj] {
    background: rgba(34, 197, 94, 0.16);
    color: #bbf7d0;
}

.notification-pagination[b-crks3m3glj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 12px;
    color: #94a3b8;
    font-size: 0.76rem;
}

.notification-pagination-actions[b-crks3m3glj] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.notification-pagination-actions button[b-crks3m3glj] {
    min-width: 34px;
    width: 34px;
    padding: 0;
}

.notification-empty[b-crks3m3glj] {
    display: grid;
    place-items: center;
    min-height: 220px;
    text-align: center;
    color: #cbd5e1;
}

.notification-empty .mud-icon-root[b-crks3m3glj] {
    color: #34d399;
    font-size: 38px;
}

.notification-empty strong[b-crks3m3glj] {
    margin-top: 8px;
    color: #ffffff;
}

.notification-empty span[b-crks3m3glj] {
    max-width: 430px;
    margin-top: 6px;
    color: #aeb6c6;
}

.notification-usage-panel[b-crks3m3glj] {
    margin-top: 14px;
    overflow: hidden;
}

.notification-usage-summary[b-crks3m3glj] {
    display: grid;
    grid-template-columns: repeat(4, minmax(130px, 1fr));
    gap: 10px;
}

.notification-usage-summary div[b-crks3m3glj] {
    min-width: 0;
    min-height: 76px;
    padding: 13px 14px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(30, 41, 59, 0.70), rgba(15, 23, 42, 0.50));
}

.notification-usage-summary span[b-crks3m3glj] {
    display: block;
    color: #93c5fd;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
}

.notification-usage-summary strong[b-crks3m3glj] {
    display: block;
    margin-top: 8px;
    color: #ffffff;
    font-size: 1.28rem;
    font-weight: 900;
}

@media (max-width: 1320px) {
    .notification-hero[b-crks3m3glj] {
        gap: 12px;
    }

    .notification-filters-panel[b-crks3m3glj] {
        grid-template-columns: repeat(3, minmax(180px, 1fr));
    }
}

@media (max-width: 980px) {
    .notification-hero[b-crks3m3glj] {
        align-items: flex-start;
        flex-direction: column;
    }

    .notification-hero-actions[b-crks3m3glj] {
        width: 100%;
        flex-wrap: wrap;
    }

    .notification-hero-refresh[b-crks3m3glj],
    .notification-hero-clear[b-crks3m3glj] {
        flex: 1 1 180px;
    }

    .notification-toolbar[b-crks3m3glj] {
        flex-wrap: wrap;
    }

    .notification-filter-region[b-crks3m3glj],
    .notification-filter-date[b-crks3m3glj],
    .notification-quick-days[b-crks3m3glj],
    .notification-filter-button[b-crks3m3glj] {
        flex: 1 1 100%;
        max-width: none;
    }

    .notification-panel-header[b-crks3m3glj],
    .notification-pagination[b-crks3m3glj] {
        align-items: flex-start;
        flex-direction: column;
    }

    .notification-panel-actions[b-crks3m3glj] {
        justify-content: flex-start;
        width: 100%;
    }

    .notification-grid-filter[b-crks3m3glj] {
        width: 100%;
    }

    .notification-filters-panel[b-crks3m3glj] {
        grid-template-columns: 1fr;
    }

    .notification-table-wrap[b-crks3m3glj] {
        max-height: none;
    }

    .notification-usage-summary[b-crks3m3glj] {
        width: 100%;
    }

    .notification-usage-summary[b-crks3m3glj] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* _content/Ginoma/Components/Pages/SctPage.razor.rz.scp.css */
.sct-page .adm-tabs[b-4tfapptowe] {
    margin-top: 14px;
}

.sct-page .adm-tabs .mud-tabs-panels[b-4tfapptowe] {
    padding: 10px;
}

.sct-header-actions[b-4tfapptowe],
.sct-filter-row[b-4tfapptowe],
.sct-insights[b-4tfapptowe] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.sct-filter-row[b-4tfapptowe] {
    margin-bottom: 12px;
}

.sct-filter-row .mud-input-control[b-4tfapptowe] {
    min-width: 220px;
}

.sct-kpi-grid[b-4tfapptowe] {
    grid-template-columns: repeat(5, minmax(150px, 1fr));
}

.sct-page .gma-kpi:first-child[b-4tfapptowe] {
    border-color: rgba(45, 212, 191, 0.82);
    box-shadow: inset 0 0 0 1px rgba(45, 212, 191, 0.18);
}

.sct-chart-grid[b-4tfapptowe] {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
}

.sct-wide-chart[b-4tfapptowe] {
    grid-column: span 1;
}

.sct-insights[b-4tfapptowe] {
    margin-top: 12px;
    align-items: stretch;
}

.sct-insight[b-4tfapptowe] {
    flex: 1 1 230px;
    min-height: 96px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.46);
    color: #e5e7eb;
}

.sct-insight .mud-icon-root[b-4tfapptowe] {
    color: #2dd4bf;
}

.sct-insight strong[b-4tfapptowe],
.sct-insight span[b-4tfapptowe] {
    display: block;
}

.sct-insight strong[b-4tfapptowe] {
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.sct-insight span[b-4tfapptowe] {
    color: #cbd5e1;
    font-size: 0.8rem;
    line-height: 1.45;
}

.sct-two-columns[b-4tfapptowe] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
}

.sct-modal[b-4tfapptowe] {
    width: min(860px, calc(100vw - 32px));
}

.sct-modal-small[b-4tfapptowe] {
    width: min(560px, calc(100vw - 32px));
}

.sct-field-span-all[b-4tfapptowe] {
    grid-column: 1 / -1;
}

.sct-page .adm-actions[b-4tfapptowe] {
    justify-content: flex-end;
}

@media (max-width: 1100px) {
    .sct-kpi-grid[b-4tfapptowe],
    .sct-chart-grid[b-4tfapptowe],
    .sct-two-columns[b-4tfapptowe] {
        grid-template-columns: 1fr;
    }
}
/* _content/Ginoma/Components/Pages/SgcPage.razor.rz.scp.css */
.sgc-toolbar[b-oz6zgn3nji] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.sgc-toolbar .mud-input-control[b-oz6zgn3nji] {
    max-width: 420px;
    width: 100%;
}

.sgc-kpi-grid[b-oz6zgn3nji] {
    margin-bottom: 18px;
}

.sgc-chart-grid[b-oz6zgn3nji] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.sgc-dashboard-chart[b-oz6zgn3nji] {
    min-height: 340px;
}

.sgc-actions-head[b-oz6zgn3nji],
.sgc-actions-cell[b-oz6zgn3nji] {
    width: 132px;
    text-align: right;
    white-space: nowrap;
}

.sgc-modal[b-oz6zgn3nji] {
    max-width: 980px;
    width: min(980px, calc(100vw - 32px));
}

@media (max-width: 720px) {
    .sgc-toolbar[b-oz6zgn3nji] {
        align-items: stretch;
        flex-direction: column;
    }

    .sgc-toolbar .mud-button-root[b-oz6zgn3nji],
    .sgc-toolbar .mud-input-control[b-oz6zgn3nji] {
        max-width: none;
        width: 100%;
    }

    .sgc-chart-grid[b-oz6zgn3nji] {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 721px) and (max-width: 1280px) {
    .sgc-chart-grid[b-oz6zgn3nji] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* _content/Ginoma/Components/Pages/SgsPage.razor.rz.scp.css */
.sgs-page .adm-stack[b-4jvxparjw0] {
    gap: 12px;
}

.sgs-page .adm-tabs[b-4jvxparjw0] {
    margin-top: 14px;
}

.sgs-page .adm-tabs .mud-tabs-panels[b-4jvxparjw0] {
    padding: 10px;
}

.sgs-kpi-grid[b-4jvxparjw0] {
    grid-template-columns: repeat(4, minmax(160px, 1fr));
}

.sgs-page .gma-kpi:first-child[b-4jvxparjw0] {
    border-color: rgba(139, 124, 255, 0.92);
    box-shadow: inset 0 0 0 1px rgba(139, 124, 255, 0.22);
}

.sgs-cadastro-panel .adm-actions[b-4jvxparjw0],
.sgs-page .adm-actions[b-4jvxparjw0] {
    justify-content: flex-end;
}

.sgs-field-span-all[b-4jvxparjw0] {
    grid-column: 1 / -1;
}

.sgs-field-span-two[b-4jvxparjw0] {
    grid-column: span 2;
}

.sgs-row-critical .mud-table-cell[b-4jvxparjw0] {
    color: #fecaca !important;
}

.sgs-row-warning .mud-table-cell[b-4jvxparjw0] {
    color: #fde68a !important;
}
/* _content/Ginoma/Components/Pages/SupPage.razor.rz.scp.css */
.sup-page[b-l5f2e61oth] {
    --sup-border: rgba(148, 163, 184, .18);
    --sup-panel: rgba(15, 23, 42, .72);
    --sup-soft: rgba(30, 41, 59, .62);
}

.sup-action-blocker[b-l5f2e61oth] {
    position: fixed;
    inset: 0;
    z-index: 9000;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    padding: 24px;
    background: rgba(2, 6, 23, .68);
    backdrop-filter: blur(5px);
    color: #e5e7eb;
    text-align: center;
    pointer-events: all;
}

.sup-action-blocker strong[b-l5f2e61oth] {
    color: #f8fafc;
    font-size: 1rem;
    font-weight: 950;
}

.sup-action-blocker span[b-l5f2e61oth] {
    color: #cbd5e1;
    font-size: .86rem;
}

.sup-header-actions[b-l5f2e61oth],
.sup-row-actions[b-l5f2e61oth],
.sup-sla-cell[b-l5f2e61oth] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sup-header-actions[b-l5f2e61oth] {
    justify-content: flex-end;
    flex-wrap: wrap;
}

.sup-kpi-grid[b-l5f2e61oth] {
    grid-template-columns: repeat(5, minmax(160px, 1fr));
}

.sup-filter-row[b-l5f2e61oth] {
    display: grid;
    grid-template-columns: minmax(260px, 1.3fr) minmax(180px, .8fr) minmax(180px, .8fr);
    gap: 12px;
    margin-bottom: 16px;
}

.sup-chart-grid[b-l5f2e61oth] {
    grid-template-columns: repeat(3, minmax(260px, 1fr));
}

.sup-wide-chart[b-l5f2e61oth] {
    grid-column: span 2;
}

.sup-table-panel[b-l5f2e61oth] {
    overflow: hidden;
}

.sup-ticket-cell[b-l5f2e61oth] {
    display: grid;
    gap: 3px;
    min-width: 220px;
}

.sup-ticket-cell strong[b-l5f2e61oth] {
    color: #f8fafc;
    font-weight: 800;
}

.sup-ticket-cell span[b-l5f2e61oth] {
    color: #aeb8c9;
    font-size: .84rem;
    max-width: 360px;
    overflow-wrap: anywhere;
}

.sup-sla-cell[b-l5f2e61oth] {
    color: #cbd5e1;
    white-space: nowrap;
}

.sup-row-actions[b-l5f2e61oth] {
    justify-content: flex-end;
    min-width: 188px;
}

.sup-support-grid[b-l5f2e61oth] {
    display: grid;
    grid-template-columns: minmax(520px, 1.4fr) minmax(320px, .8fr);
    gap: 16px;
}

.sup-chip-list[b-l5f2e61oth] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.sup-modal[b-l5f2e61oth] {
    position: relative;
    width: min(1280px, calc(100vw - 32px));
    max-height: calc(100vh - 48px);
    overflow: auto;
}

.sup-detail-modal[b-l5f2e61oth] {
    width: min(1180px, calc(100vw - 32px));
}

.sup-small-modal[b-l5f2e61oth] {
    width: min(720px, calc(100vw - 32px));
    max-height: calc(100vh - 48px);
    overflow: auto;
}

.sup-support-tabs[b-l5f2e61oth] {
    width: 100%;
}

.sup-processing-overlay[b-l5f2e61oth] {
    position: absolute;
    inset: 0;
    z-index: 20;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    min-height: 100%;
    padding: 24px;
    border-radius: inherit;
    background: rgba(15, 23, 42, .82);
    backdrop-filter: blur(4px);
    text-align: center;
    pointer-events: all;
}

.sup-processing-overlay strong[b-l5f2e61oth] {
    color: #f8fafc;
    font-size: 1rem;
    font-weight: 900;
}

.sup-processing-overlay span[b-l5f2e61oth] {
    color: #cbd5e1;
    font-size: .88rem;
}

.sup-sla-preview[b-l5f2e61oth] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    border: 1px solid var(--sup-border);
    background: var(--sup-soft);
    color: #dbeafe;
    border-radius: 8px;
    padding: 10px 12px;
    font-weight: 700;
}

.sup-description-field[b-l5f2e61oth],
.sup-attachments-field[b-l5f2e61oth] {
    grid-column: 1 / -1;
}

.sup-description-field[b-l5f2e61oth] {
    width: 100%;
}

.sup-description-field :deep(.mud-input-control)[b-l5f2e61oth] {
    width: 100%;
}

.sup-attachments-field[b-l5f2e61oth] {
    display: grid;
    gap: 10px;
    border: 1px solid var(--sup-border);
    background: rgba(15, 23, 42, .42);
    border-radius: 8px;
    padding: 12px;
}

.sup-attachments-header[b-l5f2e61oth] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #f8fafc;
}

.sup-attachments-header span[b-l5f2e61oth] {
    color: #94a3b8;
    font-size: .82rem;
    margin-left: 4px;
}

.sup-upload-button[b-l5f2e61oth] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 8px;
    border: 1px solid rgba(129, 140, 248, .52);
    background: linear-gradient(135deg, rgba(99, 102, 241, .88), rgba(79, 70, 229, .92));
    color: #ffffff;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .02em;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(79, 70, 229, .18);
    transition: border-color .16s ease, filter .16s ease, transform .16s ease;
}

.sup-upload-button:hover[b-l5f2e61oth] {
    border-color: rgba(165, 180, 252, .82);
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.sup-upload-button input[b-l5f2e61oth] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.sup-upload-button.is-disabled[b-l5f2e61oth] {
    opacity: .6;
    pointer-events: none;
}

.sup-attachment-list[b-l5f2e61oth] {
    display: grid;
    gap: 8px;
}

.sup-attachment-item[b-l5f2e61oth] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(148, 163, 184, .14);
    background: rgba(30, 41, 59, .48);
    border-radius: 8px;
    padding: 8px 10px;
}

.sup-attachment-item span[b-l5f2e61oth] {
    color: #e5e7eb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sup-attachment-item em[b-l5f2e61oth] {
    color: #94a3b8;
    font-size: .78rem;
    font-style: normal;
}

.sup-detail-attachments[b-l5f2e61oth] {
    margin-top: 12px;
}

.sup-detail-header[b-l5f2e61oth] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    border: 1px solid rgba(96, 165, 250, .28);
    background: linear-gradient(135deg, rgba(30, 64, 175, .26), rgba(15, 23, 42, .76));
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 14px;
}

.sup-detail-heading[b-l5f2e61oth] {
    min-width: 0;
    display: grid;
    gap: 8px;
}

.sup-detail-heading-main[b-l5f2e61oth] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.sup-detail-heading-main > div[b-l5f2e61oth] {
    min-width: 0;
}

.sup-detail-heading-main span[b-l5f2e61oth],
.sup-detail-meta span[b-l5f2e61oth] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sup-detail-heading-main span[b-l5f2e61oth] {
    display: block;
    color: #cbd5e1;
    font-size: .9rem;
    margin-top: 2px;
}

.sup-detail-meta[b-l5f2e61oth] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.sup-detail-meta span[b-l5f2e61oth] {
    max-width: 240px;
    border: 1px solid rgba(148, 163, 184, .18);
    background: rgba(15, 23, 42, .52);
    color: #cbd5e1;
    border-radius: 999px;
    padding: 5px 9px;
    font-size: .74rem;
    font-weight: 800;
}

.sup-detail-tabs[b-l5f2e61oth] {
    border: 1px solid var(--sup-border);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(15, 23, 42, .28);
}

.sup-detail-tabs :deep(.mud-tabs-panels)[b-l5f2e61oth] {
    padding: 14px;
}

.sup-detail-grid[b-l5f2e61oth] {
    display: grid;
    grid-template-columns: repeat(4, minmax(140px, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.sup-detail-grid div[b-l5f2e61oth] {
    border: 1px solid var(--sup-border);
    background: var(--sup-panel);
    border-radius: 8px;
    padding: 10px 12px;
    min-height: 72px;
}

.sup-detail-grid span[b-l5f2e61oth] {
    display: block;
    color: #94a3b8;
    font-size: .76rem;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 5px;
}

.sup-detail-grid strong[b-l5f2e61oth] {
    color: #f8fafc;
    font-size: .94rem;
    overflow-wrap: anywhere;
}

.sup-description[b-l5f2e61oth] {
    border: 1px solid var(--sup-border);
    background: rgba(15, 23, 42, .58);
    border-radius: 8px;
    color: #d5deeb;
    padding: 12px 14px;
    white-space: pre-wrap;
}

.sup-detail-section[b-l5f2e61oth] {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.sup-detail-section-title[b-l5f2e61oth],
.sup-flow-title[b-l5f2e61oth],
.sup-attachment-board-head[b-l5f2e61oth] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #f8fafc;
}

.sup-detail-section-title[b-l5f2e61oth] {
    justify-content: flex-start;
    font-weight: 900;
}

.sup-flow-title[b-l5f2e61oth],
.sup-attachment-board-head[b-l5f2e61oth] {
    margin: 16px 0 10px;
}

.sup-flow-title strong[b-l5f2e61oth],
.sup-attachment-board-head strong[b-l5f2e61oth] {
    display: block;
    color: #f8fafc;
    font-weight: 900;
}

.sup-flow-title span[b-l5f2e61oth],
.sup-attachment-board-head span[b-l5f2e61oth] {
    display: block;
    color: #94a3b8;
    font-size: .82rem;
    margin-top: 2px;
}

.sup-detail-actions[b-l5f2e61oth] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 0 12px;
    padding: 10px;
    border: 1px solid var(--sup-border);
    background: rgba(15, 23, 42, .38);
    border-radius: 8px;
}

.sup-work-modal[b-l5f2e61oth] {
    width: min(1220px, calc(100vw - 32px));
}

.sup-decision-modal[b-l5f2e61oth] {
    width: min(1240px, calc(100vw - 32px));
}

.sup-work-summary[b-l5f2e61oth] {
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}

.sup-work-summary div[b-l5f2e61oth] {
    border: 1px solid var(--sup-border);
    background: rgba(15, 23, 42, .48);
    border-radius: 8px;
    padding: 10px 12px;
    min-height: 62px;
}

.sup-work-summary span[b-l5f2e61oth] {
    display: block;
    color: #94a3b8;
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.sup-work-summary strong[b-l5f2e61oth] {
    color: #f8fafc;
    font-size: .9rem;
    overflow-wrap: anywhere;
}

.sup-work-grid[b-l5f2e61oth] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
    gap: 16px;
    align-items: stretch;
}

.sup-work-main[b-l5f2e61oth],
.sup-work-side[b-l5f2e61oth] {
    min-width: 0;
}

.sup-work-main :deep(.mud-input-control)[b-l5f2e61oth],
.sup-work-main :deep(.mud-input)[b-l5f2e61oth],
.sup-work-main :deep(textarea)[b-l5f2e61oth] {
    width: 100%;
}

.sup-work-side[b-l5f2e61oth] {
    display: grid;
    gap: 12px;
    align-content: start;
}

.sup-work-card[b-l5f2e61oth] {
    border: 1px solid var(--sup-border);
    background: rgba(15, 23, 42, .48);
    border-radius: 8px;
    padding: 12px;
}

.sup-work-card p[b-l5f2e61oth] {
    color: #cbd5e1;
    margin: 0;
    line-height: 1.45;
    font-size: .86rem;
}

.sup-decision-warning[b-l5f2e61oth] {
    border-color: rgba(251, 191, 36, .34);
    background: rgba(120, 53, 15, .18);
}

.sup-work-card-title[b-l5f2e61oth] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #e5e7eb;
    font-weight: 900;
    margin-bottom: 8px;
}

.sup-work-attachments[b-l5f2e61oth] {
    min-height: 190px;
}

.sup-work-actions[b-l5f2e61oth] {
    margin-top: 16px;
}

.sup-timeline[b-l5f2e61oth] {
    display: grid;
    gap: 12px;
    margin-top: 10px;
    position: relative;
}

.sup-timeline-item[b-l5f2e61oth] {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.sup-timeline-item i[b-l5f2e61oth] {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    margin-top: 2px;
    border-radius: 50%;
    background: #38bdf8;
    color: #03141f;
    font-size: .74rem;
    font-style: normal;
    font-weight: 950;
    box-shadow: 0 0 0 5px rgba(56, 189, 248, .12);
}

.sup-timeline-item div[b-l5f2e61oth] {
    border: 1px solid var(--sup-border);
    background: rgba(15, 23, 42, .58);
    border-radius: 8px;
    padding: 10px 12px;
}

.sup-timeline-item header[b-l5f2e61oth] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 2px;
}

.sup-timeline-item strong[b-l5f2e61oth],
.sup-timeline-item span[b-l5f2e61oth] {
    display: block;
}

.sup-timeline-item strong[b-l5f2e61oth] {
    color: #f8fafc;
}

.sup-timeline-item span[b-l5f2e61oth] {
    color: #94a3b8;
    font-size: .78rem;
    margin-top: 2px;
}

.sup-timeline-item p[b-l5f2e61oth] {
    color: #cbd5e1;
    margin: 8px 0 0;
    overflow-wrap: anywhere;
}

.sup-flow-steps[b-l5f2e61oth] {
    display: grid;
    grid-template-columns: repeat(4, minmax(140px, 1fr));
    gap: 10px;
}

.sup-flow-step[b-l5f2e61oth] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    border: 1px solid rgba(148, 163, 184, .16);
    background: rgba(15, 23, 42, .48);
    color: #94a3b8;
    border-radius: 8px;
    padding: 10px 12px;
    font-weight: 900;
}

.sup-flow-step.is-done[b-l5f2e61oth] {
    border-color: rgba(34, 197, 94, .36);
    background: rgba(20, 83, 45, .24);
    color: #dcfce7;
}

.sup-flow-step.is-current[b-l5f2e61oth] {
    border-color: rgba(96, 165, 250, .52);
    background: rgba(37, 99, 235, .24);
    color: #dbeafe;
    box-shadow: inset 3px 0 0 rgba(96, 165, 250, .78);
}

.sup-attachment-board[b-l5f2e61oth] {
    display: grid;
    gap: 10px;
}

.sup-attachment-board-head[b-l5f2e61oth] {
    margin-top: 0;
}

.sup-attachment-row[b-l5f2e61oth] {
    grid-template-columns: auto minmax(0, 1fr) auto auto auto;
}

.sup-empty-state[b-l5f2e61oth] {
    border: 1px dashed rgba(148, 163, 184, .28);
    background: rgba(15, 23, 42, .42);
    color: #94a3b8;
    border-radius: 8px;
    padding: 18px;
    text-align: center;
    font-weight: 800;
}

@media (max-width: 1280px) {
    .sup-kpi-grid[b-l5f2e61oth] {
        grid-template-columns: repeat(3, minmax(180px, 1fr));
    }

    .sup-chart-grid[b-l5f2e61oth],
    .sup-support-grid[b-l5f2e61oth],
    .sup-detail-grid[b-l5f2e61oth],
    .sup-flow-steps[b-l5f2e61oth] {
        grid-template-columns: repeat(2, minmax(240px, 1fr));
    }

    .sup-wide-chart[b-l5f2e61oth] {
        grid-column: span 2;
    }
}

@media (max-width: 760px) {
    .sup-kpi-grid[b-l5f2e61oth],
    .sup-filter-row[b-l5f2e61oth],
    .sup-chart-grid[b-l5f2e61oth],
    .sup-support-grid[b-l5f2e61oth],
    .sup-detail-grid[b-l5f2e61oth],
    .sup-flow-steps[b-l5f2e61oth] {
        grid-template-columns: 1fr;
    }

    .sup-wide-chart[b-l5f2e61oth] {
        grid-column: auto;
    }

    .sup-header-actions[b-l5f2e61oth] {
        justify-content: stretch;
    }

    .sup-work-summary[b-l5f2e61oth],
    .sup-work-grid[b-l5f2e61oth] {
        grid-template-columns: 1fr;
    }

    .sup-detail-header[b-l5f2e61oth],
    .sup-detail-heading-main[b-l5f2e61oth],
    .sup-timeline-item header[b-l5f2e61oth] {
        align-items: flex-start;
    }

    .sup-detail-header[b-l5f2e61oth] {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .sup-detail-header > .mud-icon-button-root[b-l5f2e61oth] {
        grid-column: 2;
        justify-self: end;
    }

    .sup-detail-heading-main[b-l5f2e61oth],
    .sup-timeline-item header[b-l5f2e61oth] {
        flex-direction: column;
    }

    .sup-detail-actions[b-l5f2e61oth] {
        justify-content: stretch;
    }
}
