/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-shell[b-im0nnu2g6f] {
    align-items: center;
    background:
        radial-gradient(ellipse at 20% 0%, rgba(35, 87, 198, 0.14) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 100%, rgba(35, 87, 198, 0.07) 0%, transparent 40%),
        linear-gradient(160deg, #f0f4fc 0%, #f8faff 50%, #eef2fb 100%);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    min-height: 100vh;
    padding: 2rem 1rem;
}

.login-brand[b-im0nnu2g6f] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    justify-content: center;
}

.login-brand-icon[b-im0nnu2g6f] {
    align-items: center;
    display: flex;
    filter: drop-shadow(0 4px 12px rgba(35, 87, 198, 0.25));
}

.login-brand-title[b-im0nnu2g6f] {
    color: #101828;
    font-size: 1.45rem;
    font-weight: 780;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.login-brand-sub[b-im0nnu2g6f] {
    color: #667085;
    font-size: 0.82rem;
    letter-spacing: 0.01em;
}

.login-card[b-im0nnu2g6f] {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(208, 213, 221, 0.7);
    border-radius: 16px;
    box-shadow:
        0 4px 6px rgba(15, 23, 42, 0.04),
        0 12px 40px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    max-width: 420px;
    padding: 2.5rem 2rem;
    width: 100%;
}

.login-footer[b-im0nnu2g6f] {
    color: #98a2b3;
    font-size: 0.78rem;
    text-align: center;
}

@media (max-width: 480px) {
    .login-card[b-im0nnu2g6f] {
        border-radius: 12px;
        padding: 2rem 1.25rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */

.page[b-i1vta8hg7v] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 100vh;
}

.app-shell[b-i1vta8hg7v] {
    background:
        radial-gradient(circle at top left, rgba(35, 87, 198, 0.08), transparent 28%),
        linear-gradient(180deg, #f8fafc 0%, #f3f5f9 100%);
}

main[b-i1vta8hg7v],
.workspace-main[b-i1vta8hg7v] {
    flex: 1;
    min-width: 0;
}

.workspace-main[b-i1vta8hg7v] {
    display: flex;
    flex-direction: column;
}

.sidebar[b-i1vta8hg7v] {
    background: linear-gradient(180deg, #0f1728 0%, #101828 52%, #0b1220 100%);
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.04);
    flex-shrink: 0;
}

.top-row[b-i1vta8hg7v] {
    align-items: center;
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(208, 213, 221, 0.7);
    display: flex;
    gap: 1rem;
    height: 3.25rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

@media (max-width: 640.98px) {
    .top-row[b-i1vta8hg7v] {
        height: auto;
        padding-bottom: 0.6rem;
        padding-top: 0.6rem;
    }
}

@media (min-width: 641px) {
    .page[b-i1vta8hg7v] {
        flex-direction: row;
        height: 100vh;
        overflow: hidden;
    }

    .sidebar[b-i1vta8hg7v] {
        bottom: 0;
        left: 0;
        position: fixed;
        top: 0;
        width: 288px;
        z-index: 20;
    }

    .workspace-main[b-i1vta8hg7v] {
        height: 100vh;
        margin-left: 288px;
        overflow: hidden;
        width: calc(100vw - 288px);
    }

    .top-row[b-i1vta8hg7v] {
        position: sticky;
        top: 0;
        z-index: 10;
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    }

    .top-row.auth[b-i1vta8hg7v]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-i1vta8hg7v], article[b-i1vta8hg7v] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    article.content[b-i1vta8hg7v] {
        flex: 1;
        min-height: 0;
        overflow: auto;
        padding-bottom: 3rem;
    }
}

.topbar-search-trigger[b-i1vta8hg7v] {
    align-items: center;
    background: #f2f4f7;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    color: #667085;
    cursor: pointer;
    display: flex;
    flex: 1;
    font-family: inherit;
    gap: 0.6rem;
    height: 2.25rem;
    max-width: 480px;
    padding: 0 0.75rem;
    transition: background 0.12s, border-color 0.12s, box-shadow 0.12s;
}

.topbar-search-trigger:hover[b-i1vta8hg7v] {
    background: #e9ebef;
    border-color: #d0d5dd;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
    color: #344054;
}

.topbar-search-label[b-i1vta8hg7v] {
    flex: 1;
    font-size: 0.875rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topbar-search-kbd[b-i1vta8hg7v] {
    background: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 4px;
    color: #98a2b3;
    flex-shrink: 0;
    font-family: inherit;
    font-size: 0.68rem;
    letter-spacing: 0.03em;
    padding: 0.1rem 0.4rem;
    white-space: nowrap;
}

@media (max-width: 640.98px) {
    .topbar-search-trigger[b-i1vta8hg7v] {
        min-width: unset;
        width: 38px;
        justify-content: center;
        padding: 0;
    }

    .topbar-search-label[b-i1vta8hg7v],
    .topbar-search-kbd[b-i1vta8hg7v] {
        display: none;
    }
}

#blazor-error-ui .dismiss[b-i1vta8hg7v] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lixs721mic] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.95rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.78%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.2);
}

.navbar-toggler:checked[b-lixs721mic] {
    background-color: rgba(255, 255, 255, 0.16);
}

.top-row[b-lixs721mic] {
    background: transparent;
    min-height: 3.5rem;
}

.nav-shell-header[b-lixs721mic] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0.9rem 1.25rem;
}

.nav-collapse-btn[b-lixs721mic] {
    background: transparent;
    border: none;
    border-radius: 0.6rem;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    display: none;
    font-size: 1.1rem;
    line-height: 1;
    padding: 0.35rem 0.5rem;
    transition: background 0.15s, color 0.15s;
}

.nav-collapse-btn:hover[b-lixs721mic] {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-expand-btn[b-lixs721mic] {
    background: transparent;
    border: none;
    border-radius: 0.6rem;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    display: none;
    font-size: 1.1rem;
    line-height: 1;
    margin: 0.6rem auto 0;
    padding: 0.35rem 0.5rem;
    transition: background 0.15s, color 0.15s;
    width: calc(100% - 1.4rem);
}

.nav-expand-btn:hover[b-lixs721mic] {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-brand-block[b-lixs721mic] {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    gap: 0.6rem;
    letter-spacing: -0.01em;
    text-decoration: none;
}

.nav-link i.bi[b-lixs721mic] {
    flex-shrink: 0;
    font-size: 1rem;
    text-align: center;
    width: 1.25rem;
}

.nav-badge[b-lixs721mic] {
    background: #dc3545;
    border-radius: 999px;
    color: white;
    flex-shrink: 0;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
    margin-left: auto;
    padding: 0.28rem 0.5rem;
}

.nav-item[b-lixs721mic] {
    font-size: 0.9rem;
}

.nav-section[b-lixs721mic] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 0.9rem;
    padding-top: 0.9rem;
}

.nav-section:first-child[b-lixs721mic] {
    padding-top: 0.2rem;
}

.nav-section:last-child[b-lixs721mic] {
    border-bottom: 0;
}

.nav-section-title[b-lixs721mic] {
    color: #98a2b3;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 0.25rem 0.5rem;
    text-transform: uppercase;
}

.nav-groups[b-lixs721mic] {
    gap: 0;
    padding: 0 0.7rem;
}

.nav-user-card[b-lixs721mic] {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    display: grid;
    gap: 0.2rem;
    margin-bottom: 0.5rem;
    padding: 0.85rem 0.95rem;
}

.nav-user-name[b-lixs721mic] {
    color: #f8fafc;
    font-size: 0.95rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-user-caption[b-lixs721mic] {
    color: #98a2b3;
    font-size: 0.78rem;
}

    .nav-item[b-lixs721mic]  .nav-link {
        color: #d0d5dd;
        background: transparent;
        border: none;
        border-radius: 0.95rem;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0.75rem;
        line-height: 1.2;
        margin-bottom: 0.2rem;
        padding: 0 0.95rem;
        transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
        width: 100%;
    }

.nav-link-button[b-lixs721mic] {
    font: inherit;
    text-align: left;
}

.nav-item[b-lixs721mic]  a.active {
    background: linear-gradient(135deg, rgba(53, 104, 224, 0.9), rgba(35, 87, 198, 0.95));
    box-shadow: 0 10px 24px rgba(35, 87, 198, 0.28);
    color: white;
}

.nav-item[b-lixs721mic]  .nav-link:hover {
    background-color: rgba(255,255,255,0.08);
    color: white;
    transform: translateX(1px);
}

.nav-scrollable[b-lixs721mic] {
    display: none;
    padding-bottom: 0.8rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lixs721mic] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lixs721mic] {
        display: none;
    }

    .nav-scrollable[b-lixs721mic] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .nav-collapse-btn[b-lixs721mic] {
        display: flex;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2au39ub11c],
.components-reconnect-repeated-attempt-visible[b-2au39ub11c],
.components-reconnect-failed-visible[b-2au39ub11c],
.components-pause-visible[b-2au39ub11c],
.components-resume-failed-visible[b-2au39ub11c],
.components-rejoining-animation[b-2au39ub11c] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2au39ub11c],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2au39ub11c],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2au39ub11c],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2au39ub11c],
#components-reconnect-modal.components-reconnect-retrying[b-2au39ub11c],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2au39ub11c],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2au39ub11c],
#components-reconnect-modal.components-reconnect-failed[b-2au39ub11c],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2au39ub11c] {
    display: block;
}


#components-reconnect-modal[b-2au39ub11c] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-2au39ub11c 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-2au39ub11c 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2au39ub11c 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-2au39ub11c]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-2au39ub11c 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2au39ub11c {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-2au39ub11c {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2au39ub11c {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2au39ub11c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2au39ub11c] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-2au39ub11c] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-2au39ub11c] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-2au39ub11c] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-2au39ub11c] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-2au39ub11c] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-2au39ub11c 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-2au39ub11c] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-2au39ub11c {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Contacts.razor.rz.scp.css */
.column-picker-anchor[b-9ext6orzoq] {
    position: relative;
    display: flex;
    justify-content: center;
}

.column-picker-backdrop[b-9ext6orzoq] {
    position: fixed;
    inset: 0;
    z-index: 90;
}

.column-picker[b-9ext6orzoq] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 91;
    background: #ffffff;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
    min-width: 320px;
    max-height: 480px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.column-picker-header[b-9ext6orzoq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    padding: .5rem .75rem;
    border-bottom: 1px solid #edf0f5;
    background: #f7f8fa;
    flex-shrink: 0;
}

.column-picker-header-label[b-9ext6orzoq] {
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #667085;
}

.column-picker-header-actions[b-9ext6orzoq] {
    display: flex;
    gap: .25rem;
}

.column-picker-list[b-9ext6orzoq] {
    overflow-y: auto;
    padding: .25rem 0;
    background: #ffffff;
}

.column-picker-item[b-9ext6orzoq] {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .3rem .75rem;
    font-size: .8rem;
    color: #1d2939;
    cursor: pointer;
    user-select: none;
}

    .column-picker-item:hover[b-9ext6orzoq] {
        background: #f7f8fa;
    }

    .column-picker-item input[type="checkbox"][b-9ext6orzoq] {
        flex-shrink: 0;
        accent-color: #2357c6;
        width: 15px;
        height: 15px;
    }
/* /Components/Pages/FieldOptions.razor.rz.scp.css */
.entity-badge[b-orotihnk7s] {
    display: inline-block;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.entity-badge-org[b-orotihnk7s] {
    background: #dbeafe;
    color: #1d4ed8;
}

.entity-badge-person[b-orotihnk7s] {
    background: #dcfae6;
    color: #067647;
}

.entity-badge-local[b-orotihnk7s] {
    background: #ede9fe;
    color: #6d28d9;
}

.field-group-header[b-orotihnk7s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 1rem;
    border-bottom: 1px solid #e4e7ec;
    background: #f7f8fa;
}

.editing-row td[b-orotihnk7s] {
    background: #f0f4ff;
    padding: .3rem .5rem;
}

.row-actions[b-orotihnk7s] {
    display: flex;
    gap: .4rem;
    white-space: nowrap;
}

.input-sm[b-orotihnk7s] {
    padding: .25rem .5rem;
    font-size: .85rem;
    width: 100%;
    min-width: 60px;
}

.icon-button-danger[b-orotihnk7s] {
    color: #ef4444;
}

.form-row[b-orotihnk7s] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1rem;
}

.form-row label[b-orotihnk7s] {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    font-size: .875rem;
    flex: 1;
    min-width: 180px;
}

.form-actions[b-orotihnk7s] {
    display: flex;
    gap: .75rem;
    padding: .75rem 1rem;
    border-top: 1px solid #e4e7ec;
}
/* /Components/Pages/GasBalancing.razor.rz.scp.css */
.gb-page[b-3084gmu785] {
    padding: 1rem 1.5rem 1.5rem;
    font-size: 13px;
    color: #1a1a1a;
}

.gb-page > div[b-3084gmu785] { width: 100%; }

/* Card shell */
.gb-card[b-3084gmu785] {
    position: relative;
    background: #fff;
    border: 1px solid #dfe3ea;
    border-radius: 16px;
    box-shadow: 0 24px 60px -30px rgba(16,24,40,0.35);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.gb-card-header[b-3084gmu785] {
    padding: 18px 24px 14px;
    border-bottom: 1px solid #eef0f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.gb-card-title-wrap[b-3084gmu785] { display: flex; align-items: center; gap: 10px; }
.gb-card-title[b-3084gmu785] { font-size: 17px; font-weight: 700; color: #101828; }
.gb-card-subtitle[b-3084gmu785] { font-family: var(--font-mono); font-size: 11px; color: #98a2b3; }

.gb-card-actions[b-3084gmu785] { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; position: relative; }

.gb-card-subheader[b-3084gmu785] {
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #f2f4f7;
    flex-wrap: wrap;
}

.gb-month-nav[b-3084gmu785] { display: flex; align-items: center; gap: 14px; }

.gb-month-switch[b-3084gmu785] { display: flex; align-items: center; gap: 2px; background: #f2f4f7; border-radius: 8px; padding: 2px; }
.gb-month-switch button[b-3084gmu785] {
    border: none;
    background: #fff;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    cursor: pointer;
    color: #344054;
    font-size: 15px;
    line-height: 1;
    box-shadow: 0 1px 2px rgba(16,24,40,0.08);
}
.gb-month-switch button:hover[b-3084gmu785] { background: #f8fafc; }
.gb-month-label[b-3084gmu785] { min-width: 116px; text-align: center; font-size: 12.5px; font-weight: 700; color: #101828; }

.gb-today-label[b-3084gmu785] { font-size: 12px; color: #667085; }
.gb-today-label strong[b-3084gmu785] { color: #344054; }

/* Tabs */
.gb-tabs[b-3084gmu785] {
    display: flex;
    gap: 3px;
    background: #f2f4f7;
    border-radius: 9px;
    padding: 3px;
}

.gb-tab[b-3084gmu785] {
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 12.5px;
    cursor: pointer;
    color: #667085;
    border: none;
    background: none;
    font-weight: 500;
}

.gb-tab.active[b-3084gmu785] {
    background: #fff;
    color: #101828;
    font-weight: 600;
    box-shadow: 0 1px 2px rgba(16,24,40,0.12);
}

.gb-placeholder[b-3084gmu785] {
    padding: 3rem;
    text-align: center;
    color: #888;
}

/* Sheet toolbar */
.gb-sheet-toolbar[b-3084gmu785] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 24px 0;
    flex-wrap: wrap;
}

/* Color utilities */
.ok[b-3084gmu785] { color: #3b6d11; }
.warn-c[b-3084gmu785] { color: #854f0b; }
.err[b-3084gmu785] { color: #a32d2d; }

/* Filters */
.gb-filters[b-3084gmu785] { display: flex; gap: 5px; flex-wrap: wrap; }

.gb-filter-btn[b-3084gmu785] {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #f5f4f0;
    cursor: pointer;
    color: #666;
}

.gb-filter-btn:hover[b-3084gmu785] { background: #eee; }
.gb-filter-btn.on[b-3084gmu785] { background: #dbeafe; color: #1e40af; border-color: #93c5fd; font-weight: 500; }

/* Buttons */
.gb-btn[b-3084gmu785] {
    font-size: 12.5px;
    font-weight: 600;
    padding: 7px 12px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    background: #f1f5f9;
    cursor: pointer;
    color: #334155;
}

.gb-btn:hover:not(:disabled)[b-3084gmu785] { background: #e2e8f0; }
.gb-btn:disabled[b-3084gmu785] { opacity: 0.5; cursor: not-allowed; }

.gb-btn-primary[b-3084gmu785] {
    background: #2357c6;
    color: #fff;
    border-color: #2357c6;
    font-weight: 700;
    padding: 7px 14px;
}

.gb-btn-primary:hover:not(:disabled)[b-3084gmu785] { background: #1e4ea8; }
.gb-btn-primary:disabled[b-3084gmu785] { background: #93c5fd; border-color: #93c5fd; cursor: not-allowed; }

.gb-btn-secondary[b-3084gmu785] { background: #f1f5f9; color: #334155; border-color: #cbd5e1; }

/* Table header section colors (exact design tokens) */
.gb-th-fact[b-3084gmu785]   { background: #eef4ff; color: #1e40af; }
.gb-th-fore[b-3084gmu785]   { background: #bbf7d0; color: #166534; border-bottom: 2px solid #16a34a !important; }
.gb-th-plan[b-3084gmu785]   { background: #f1f0e8; color: #857f6d; }
.gb-th-fact-d[b-3084gmu785] { background: #f7fbff; color: #475467; }
.gb-th-fore-d[b-3084gmu785] { background: #d6f5df; color: #166534; }
.gb-th-plan-d[b-3084gmu785] { background: #f4f3ec; color: #98917c; }
.gb-today-col[b-3084gmu785] { border-top: 2px solid #dc2626 !important; }

/* Table */
.gb-tbl-outer[b-3084gmu785] { padding: 10px 24px 4px; }
.gb-tbl-wrap[b-3084gmu785] { overflow-x: auto; }

.gb-table[b-3084gmu785] {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    font-size: 11.5px;
    min-width: 1400px;
}

.gb-table th[b-3084gmu785],
.gb-table td[b-3084gmu785] {
    border: 1px solid #eaecf0;
    padding: 5px 7px;
    text-align: center;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.gb-table th[b-3084gmu785] {
    font-weight: 700;
    font-size: 10.5px;
    color: #475467;
    background: #f8f9fb;
}

/* Sticky meta columns: #, Період договору, Організація */
.gb-sticky-n[b-3084gmu785] {
    position: sticky;
    left: 0;
    z-index: 4;
    background: #f8f9fb;
    width: 30px;
    min-width: 30px;
}

.gb-sticky-h[b-3084gmu785] {
    position: sticky;
    left: 30px;
    z-index: 4;
    background: #f8f9fb;
    min-width: 118px;
}

.gb-sticky-h2[b-3084gmu785] {
    position: sticky;
    left: 148px;
    z-index: 4;
    background: #f8f9fb;
    border-right: 2px solid #e4e7ec;
    min-width: 184px;
}

.gb-sticky-num[b-3084gmu785] {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fbfcfd;
    color: #98a2b3;
    font-size: 10px;
}

.gb-sticky[b-3084gmu785] {
    position: sticky;
    left: 30px;
    z-index: 2;
    background: #fff;
    text-align: left !important;
    padding-left: 10px !important;
    min-width: 118px;
}

.gb-sticky2[b-3084gmu785] {
    position: sticky;
    left: 148px;
    z-index: 2;
    background: #fff;
    text-align: left !important;
    padding-left: 10px !important;
    min-width: 184px;
    border-right: 2px solid #e4e7ec;
}

.gb-meta-h[b-3084gmu785] { background: #f8f9fb !important; }
.gb-meta-cell[b-3084gmu785] { font-size: 10.5px; color: #344054; white-space: nowrap; text-align: left; }
.gb-point-name[b-3084gmu785] { font-weight: 600; font-size: 10.5px; color: #344054; }
.gb-point-cell[b-3084gmu785] { text-align: left; padding-left: 10px !important; }

.gb-contract-cell[b-3084gmu785],
.gb-status-cell[b-3084gmu785] { background: #fbfcfd; }
.gb-contract-cell[b-3084gmu785] { color: #475467; font-weight: 600; }

/* Cell types */
.gb-f[b-3084gmu785]  { background: #fff; cursor: pointer; }
.gb-f:hover[b-3084gmu785] { background: #f2f4f7; }
.gb-f-manual[b-3084gmu785] {
    background: #e0e7ff;
    color: #3730a3;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}
.gb-f-manual:hover[b-3084gmu785] { background: #c7d2fe; }
.gb-anom[b-3084gmu785] { background: #fee2e2; color: #991b1b; font-weight: 700; cursor: pointer; }

.gb-p-idle[b-3084gmu785] {
    background: #dcfce7;
    color: #166534;
    cursor: pointer;
    position: relative;
}
.gb-p-idle:hover[b-3084gmu785] { background: #bbf7d0; outline: 1px dashed #166534; }

.gb-p-done[b-3084gmu785] {
    background: #86efac;
    color: #166534;
    font-weight: 600;
    cursor: default;
}

.gb-p-manual[b-3084gmu785] {
    background: #e0e7ff;
    color: #3730a3;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}
.gb-p-manual:hover[b-3084gmu785] { background: #c7d2fe; }

.gb-p-overcap[b-3084gmu785] {
    background: #fef2f2;
    color: #b91c1c;
    font-weight: 700;
    cursor: pointer;
    outline: 2px solid #dc2626;
    outline-offset: -2px;
}

.gb-pl[b-3084gmu785]  { background: #f1f0e8; color: #98917c; }
.gb-pl-manual[b-3084gmu785] {
    background: #e0e7ff;
    color: #3730a3;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}
.gb-pl-manual:hover[b-3084gmu785] { background: #c7d2fe; }
.gb-fix[b-3084gmu785] { background: #f4f3ee; color: #a9a595; }

/* Read-only «Транспорт» tab cell */
.gb-ro-cell[b-3084gmu785] { background: #fbfcfd; color: #475467; cursor: default; }

/* Win-band cell contents (стек прог / value) */
.gb-fore-line[b-3084gmu785] {
    font-size: 8.5px;
    font-weight: 600;
    color: #667085;
    letter-spacing: 0.02em;
    line-height: 1.3;
}
.gb-fore-diff[b-3084gmu785] { text-decoration: line-through; text-decoration-color: #cbd5e1; }
.gb-cell-val[b-3084gmu785] { font-weight: 500; font-size: 12px; }
.gb-cell-empty[b-3084gmu785] { color: #ccc; }

/* Win band bracket (green border marking the 3-day forecast window) */
.gb-win-bracket[b-3084gmu785] { border-left: 2px solid #16a34a !important; border-right: 2px solid #16a34a !important; }
.gb-win-start[b-3084gmu785]   { border-left: 2px solid #16a34a !important; }
.gb-win-end[b-3084gmu785]     { border-right: 2px solid #16a34a !important; }

/* Day header markers */
.gb-day-num[b-3084gmu785] { font-size: 11px; white-space: nowrap; }
.gb-today-ic[b-3084gmu785] { color: #dc2626; font-weight: 700; margin-left: 2px; }
.gb-confirmed-ic[b-3084gmu785] { color: #16a34a; font-weight: 700; margin-left: 2px; }

.gb-total-row td[b-3084gmu785] {
    background: #f2f4f7 !important;
    font-weight: 700;
    color: #101828 !important;
}

/* Editing cell */
.gb-editing-cell[b-3084gmu785] { background: #fff; padding: 3px !important; outline: 2px solid #2563eb; outline-offset: -2px; }

.gb-editor[b-3084gmu785] { display: flex; flex-direction: column; align-items: center; gap: 3px; }

.gb-editor-fore[b-3084gmu785] {
    font-size: 8.5px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #98a2b3;
    text-transform: uppercase;
}

.gb-editor input[type=number][b-3084gmu785] {
    width: 58px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #2563eb;
    border-radius: 4px;
    padding: 2px 4px;
    text-align: center;
    background: #fff;
    outline: none;
    color: #1d2939;
}

.gb-editor-actions[b-3084gmu785] { display: flex; gap: 3px; }

.gb-editor-btn[b-3084gmu785] {
    border: none;
    width: 21px;
    height: 18px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 10px;
    line-height: 1;
    padding: 0;
}
.gb-editor-save[b-3084gmu785]  { background: #16a34a; color: #fff; }
.gb-editor-reset[b-3084gmu785] { background: #eef2f7; color: #475467; }

.gb-manual-icon[b-3084gmu785] {
    font-size: 9px;
    position: absolute;
    top: 1px;
    right: 2px;
    color: #6366f1;
    line-height: 1;
    pointer-events: none;
}

/* Badges */
.gb-badge[b-3084gmu785] {
    font-size: 9px;
    padding: 1px 6px;
    border-radius: 999px;
    margin-left: 4px;
    vertical-align: middle;
    font-weight: 600;
}

.gb-badge-fix[b-3084gmu785]    { background: #eaecf0; color: #667085; }
.gb-badge-warn[b-3084gmu785]   { background: #fef3f2; color: #b42318; }
.gb-badge-expiry[b-3084gmu785] { background: #fffbeb; color: #b45309; border: 1px solid #fde68a; }

.gb-eic[b-3084gmu785] {
    font-size: 9.5px;
    color: #98a2b3;
    font-family: var(--font-mono);
    margin-top: 2px;
}

.gb-period[b-3084gmu785] { font-size: 10px; color: #475467; line-height: 1.4; white-space: nowrap; font-family: var(--font-mono); }
.gb-period-lbl[b-3084gmu785] { color: #98a2b3; }

.gb-expiry-cell[b-3084gmu785] { background: #fffbeb !important; box-shadow: inset 3px 0 0 #f59e0b; }

/* Status pill column */
.gb-status-pill[b-3084gmu785] {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 9px;
    border-radius: 999px;
    white-space: nowrap;
}

/* Banners */
.gb-banner[b-3084gmu785] {
    margin: 12px 24px 0;
    padding: 9px 14px;
    border-radius: 9px;
    font-size: 12.5px;
    font-weight: 600;
}
.gb-banner-info[b-3084gmu785]    { background: #eff6ff; border: 1px solid #bfdbfe; color: #1e40af; }
.gb-banner-success[b-3084gmu785] { background: #ecfdf3; border: 1px solid #a6f4c5; color: #067647; }

/* Edit hint */
.gb-edit-hint[b-3084gmu785] { font-size: 11.5px; color: #667085; line-height: 1.5; flex-basis: 100%; padding-top: 4px; }
.gb-edit-hint-title[b-3084gmu785] { font-weight: 600; color: #166534; }

/* Footer stats bar */
.gb-card-footer[b-3084gmu785] {
    padding: 9px 24px;
    border-top: 1px solid #eef0f4;
    background: #fafbfc;
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 12px;
    color: #475467;
    font-family: var(--font-mono);
    flex-wrap: wrap;
}
.gb-card-footer b[b-3084gmu785] { color: #101828; }
.gb-autosave[b-3084gmu785] { margin-left: auto; color: #98a2b3; }

/* Legend */
.gb-legend[b-3084gmu785] {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    padding: 11px 24px 16px;
}

.gb-leg[b-3084gmu785] { display: flex; align-items: center; gap: 6px; font-size: 11px; color: #667085; }
.gb-dot[b-3084gmu785] { width: 13px; height: 13px; border-radius: 3px; flex-shrink: 0; }

/* «Небаланс» block */
.gb-imb-section[b-3084gmu785] { border-top: 1px solid #eef0f4; padding-top: 14px; }

.gb-imb-header[b-3084gmu785] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px 8px;
}
.gb-imb-title[b-3084gmu785] { font-size: 13px; font-weight: 700; color: #101828; }

.gb-imb-subtitle[b-3084gmu785] {
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #667085;
    padding: 12px 24px 2px;
}

.gb-imb-table[b-3084gmu785] { min-width: 1100px; }
.gb-imb-label-h[b-3084gmu785],
.gb-imb-label[b-3084gmu785] {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fff;
    text-align: left !important;
    padding-left: 10px !important;
    min-width: 190px;
    max-width: 190px;
    white-space: normal !important;
}
.gb-imb-label-h[b-3084gmu785] { background: #f8f9fb; z-index: 4; }

.gb-imb-input[b-3084gmu785] {
    width: 64px;
    border: none;
    background: transparent;
    text-align: center;
    font: inherit;
    font-variant-numeric: tabular-nums;
    padding: 2px;
    border-radius: 4px;
}
.gb-imb-input:hover[b-3084gmu785] { background: #f2f4f7; }
.gb-imb-input:focus[b-3084gmu785] { outline: 2px solid #2563eb; outline-offset: -1px; background: #fff; }

.gb-imb-supplier-cell[b-3084gmu785] { padding: 6px 10px !important; }

.gb-imb-pos[b-3084gmu785] { color: #067647; font-weight: 700; }
.gb-imb-neg[b-3084gmu785] { color: #b42318; font-weight: 700; }

.gb-imb-summary[b-3084gmu785] {
    display: flex;
    gap: 16px;
    padding: 4px 24px 18px;
    flex-wrap: wrap;
}
.gb-imb-summary-col[b-3084gmu785] {
    flex: 1;
    min-width: 220px;
    border: 1px solid #eaecf0;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 12.5px;
    color: #344054;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.gb-imb-summary-col.gb-imb-pos[b-3084gmu785] { border-color: #b7ebc6; background: #f6fefa; }
.gb-imb-summary-col.gb-imb-neg[b-3084gmu785] { border-color: #fecdca; background: #fffbfa; }
.gb-imb-summary-title[b-3084gmu785] { font-weight: 700; color: #101828; margin-bottom: 2px; }

/* Sync toasts */
.gb-toast-stack[b-3084gmu785] {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 340px;
}
.gb-toast[b-3084gmu785] {
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 12.5px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(16, 24, 40, 0.12);
    animation: gb-toast-in-b-3084gmu785 0.2s ease-out;
}
.gb-toast-ok[b-3084gmu785]  { background: #ecfdf3; color: #067647; border: 1px solid #abefc6; }
.gb-toast-err[b-3084gmu785] { background: #fef3f2; color: #b42318; border: 1px solid #fecdca; }
@keyframes gb-toast-in-b-3084gmu785 {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Sync history dropdown */
.gb-history-wrap[b-3084gmu785] { position: relative; }
.gb-history-panel[b-3084gmu785] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 50;
    background: #fff;
    border: 1px solid #eaecf0;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.12);
    padding: 8px;
    width: 420px;
    max-height: 320px;
    overflow-y: auto;
}
.gb-history-empty[b-3084gmu785] { padding: 12px; font-size: 12px; color: #98a2b3; text-align: center; }
.gb-history-row[b-3084gmu785] {
    display: grid;
    grid-template-columns: auto auto auto auto 1fr;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    font-size: 11.5px;
    border-bottom: 1px solid #f2f4f7;
}
.gb-history-row:last-child[b-3084gmu785] { border-bottom: none; }
.gb-history-src[b-3084gmu785] { font-weight: 700; color: #344054; }
.gb-history-time[b-3084gmu785] { font-family: var(--font-mono); color: #98a2b3; font-size: 10.5px; }
.gb-history-dur[b-3084gmu785] { font-family: var(--font-mono); color: #475467; font-size: 10.5px; }
.gb-history-msg[b-3084gmu785] { color: #667085; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* Point-sync modal */
.gb-modal-backdrop[b-3084gmu785] {
    position: fixed;
    inset: 0;
    background: rgba(16, 24, 40, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
}

.gb-modal-panel[b-3084gmu785] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 24px 60px -20px rgba(16, 24, 40, 0.5);
    width: 340px;
    max-width: calc(100vw - 32px);
    padding: 18px;
}

.gb-modal-title[b-3084gmu785] { font-size: 14px; font-weight: 700; color: #101828; margin-bottom: 14px; }

.gb-modal-body[b-3084gmu785] { display: flex; flex-direction: column; gap: 10px; }

.gb-modal-field[b-3084gmu785] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12.5px;
    color: #344054;
    gap: 10px;
}
.gb-modal-field input[type=date][b-3084gmu785] {
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    padding: 5px 8px;
    font-size: 12.5px;
    color: #1d2939;
}

.gb-modal-check[b-3084gmu785] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: #344054;
}

.gb-modal-msg[b-3084gmu785] {
    margin-top: 10px;
    padding: 8px 10px;
    border-radius: 8px;
    background: #fef3f2;
    color: #b42318;
    font-size: 12px;
}

.gb-modal-actions[b-3084gmu785] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 16px;
}

/* Bulk selection bar */
.gb-bulk-bar[b-3084gmu785] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 10px 24px 0;
    padding: 8px 14px;
    border-radius: 9px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1e40af;
    font-size: 12.5px;
}

.gb-modal-names[b-3084gmu785] {
    font-size: 11px;
    color: #667085;
    margin: -8px 0 14px;
    line-height: 1.4;
}

.gb-modal-hint[b-3084gmu785] {
    font-size: 11px;
    color: #667085;
    background: #f8f9fb;
    border-radius: 6px;
    padding: 6px 8px;
    margin-bottom: 12px;
    line-height: 1.4;
}
/* /Components/Pages/OrganizationDetails.razor.rz.scp.css */
.org-file-row[b-wygf4mh1y7] {
    align-items: center;
    border-radius: 9px;
    display: flex;
    gap: 0.75rem;
    padding: 0.6rem 0.5rem;
}

.org-file-row:hover[b-wygf4mh1y7] {
    background: var(--gray-50);
}

.org-file-icon[b-wygf4mh1y7] {
    flex-shrink: 0;
    font-size: 1.35rem;
}

.file-icon-red[b-wygf4mh1y7] { color: var(--danger-600); }
.file-icon-blue[b-wygf4mh1y7] { color: var(--blue-link); }
.file-icon-green[b-wygf4mh1y7] { color: var(--success-600); }
.file-icon-amber[b-wygf4mh1y7] { color: var(--warning-600); }
.file-icon-gray[b-wygf4mh1y7] { color: var(--gray-400); }

.org-dropzone[b-wygf4mh1y7] {
    border: 1.5px dashed var(--gray-300);
    border-radius: 12px;
    color: var(--gray-500);
    cursor: pointer;
    display: block;
    font-size: 0.83rem;
    margin-top: 0.5rem;
    padding: 1.1rem;
    text-align: center;
}

.org-dropzone i[b-wygf4mh1y7] {
    color: var(--gray-400);
    display: block;
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
}

.org-dropzone-link[b-wygf4mh1y7] {
    color: var(--blue-link);
    font-weight: 600;
}

.org-notes-timeline[b-wygf4mh1y7] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.org-note-entry[b-wygf4mh1y7] {
    display: flex;
    gap: 0.75rem;
}

.org-note-avatar[b-wygf4mh1y7] {
    align-items: center;
    background: var(--blue-50);
    border-radius: 999px;
    color: var(--blue-link);
    display: flex;
    flex-shrink: 0;
    font-size: 0.78rem;
    font-weight: 700;
    height: 2rem;
    justify-content: center;
    width: 2rem;
}

.org-note-bubble[b-wygf4mh1y7] {
    background: var(--gray-50);
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    border-top-left-radius: 4px;
    flex: 1 1 0;
    padding: 0.7rem 0.9rem;
}

.org-note-author[b-wygf4mh1y7] {
    color: var(--gray-800);
    font-size: 0.82rem;
    font-weight: 700;
}

.org-totals-row td[b-wygf4mh1y7] {
    background: var(--gray-75);
    font-family: var(--font-mono);
}

.org-row-list[b-wygf4mh1y7] {
    display: flex;
    flex-direction: column;
}

.org-row[b-wygf4mh1y7] {
    align-items: center;
    border-bottom: 1px solid var(--border-divider);
    display: flex;
    gap: 0.75rem;
    padding: 0.7rem 0.25rem;
}

.org-row.row-done[b-wygf4mh1y7] {
    opacity: 0.55;
}

.org-row-toggle[b-wygf4mh1y7] {
    align-items: center;
    background: #fff;
    border: 1.5px solid var(--gray-300);
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    height: 1.4rem;
    justify-content: center;
    width: 1.4rem;
}

.org-row-toggle.done[b-wygf4mh1y7] {
    background: var(--success-600);
    border-color: var(--success-600);
}

.org-row-toggle:disabled[b-wygf4mh1y7] {
    cursor: default;
}

.org-row-main[b-wygf4mh1y7] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    min-width: 0;
}

.org-row.row-done .task-subject[b-wygf4mh1y7] {
    text-decoration: line-through;
}

.org-row-due[b-wygf4mh1y7] {
    color: var(--gray-600);
    flex-shrink: 0;
    font-size: 0.8rem;
    text-align: right;
    width: 6.75rem;
}

.org-row-due.overdue[b-wygf4mh1y7] {
    color: var(--danger-700);
    font-weight: 600;
}

.org-row-actions[b-wygf4mh1y7] {
    display: flex;
    flex-shrink: 0;
    gap: 0.15rem;
}

.org-inline-card-edit.danger[b-wygf4mh1y7] {
    color: var(--danger-700);
}

.org-inline-card-edit.danger:hover[b-wygf4mh1y7] {
    background: var(--danger-50);
    border-color: var(--danger-border);
}

.org-card-grid[b-wygf4mh1y7] {
    align-items: start;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.org-card-column[b-wygf4mh1y7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
}

.org-card-grid .org-info-list[b-wygf4mh1y7] {
    display: grid;
    margin: 0;
}

.org-card-grid .org-info-row[b-wygf4mh1y7] {
    align-items: center;
    border-bottom: 1px solid var(--border-divider);
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(9rem, 0.9fr) minmax(0, 1.1fr);
    min-height: 3rem;
    padding: 0.65rem 0;
}

.org-card-grid .org-info-row:last-child[b-wygf4mh1y7] {
    border-bottom: 0;
}

.org-card-grid .org-info-row dt[b-wygf4mh1y7] {
    color: var(--gray-500);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.35;
}

.org-card-grid .org-info-row dd[b-wygf4mh1y7] {
    color: var(--gray-800);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
    min-width: 0;
    overflow-wrap: anywhere;
}

.org-card-grid .org-info-row[b-wygf4mh1y7]  .pipedrive-label-list {
    justify-content: flex-start;
}

.org-card-grid .org-info-row[b-wygf4mh1y7]  .pipedrive-label {
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0.3rem 0.6rem;
}

.org-card-grid .org-info-empty[b-wygf4mh1y7] {
    color: var(--gray-300);
}

@media (max-width: 760px) {
    .org-card-grid[b-wygf4mh1y7] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .org-card-grid .org-info-row[b-wygf4mh1y7] {
        align-items: start;
        gap: 0.25rem;
        grid-template-columns: 1fr;
    }
}

.org-detail[b-wygf4mh1y7] {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

.org-header-banner[b-wygf4mh1y7] {
    background: #fff;
    border: 1px solid var(--border-card);
    border-radius: 14px;
    box-shadow: var(--shadow-card);
    margin-bottom: 1rem;
    padding: 1.25rem 1.5rem;
}

.org-header-back[b-wygf4mh1y7] {
    align-items: center;
    color: var(--gray-500);
    display: inline-flex;
    font-size: 0.82rem;
    gap: 0.35rem;
    margin-bottom: 0.6rem;
    text-decoration: none;
}

.org-header-back:hover[b-wygf4mh1y7] {
    color: var(--gray-700);
}

.org-header-row[b-wygf4mh1y7] {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}

.org-header-identity[b-wygf4mh1y7] {
    display: flex;
    gap: 1rem;
    min-width: 0;
}

.org-header-avatar[b-wygf4mh1y7] {
    align-items: center;
    background: linear-gradient(135deg, var(--blue-500), var(--blue-700));
    border-radius: 14px;
    box-shadow: var(--shadow-primary);
    color: #fff;
    display: flex;
    flex-shrink: 0;
    font-size: 1.25rem;
    font-weight: 700;
    height: 3.25rem;
    justify-content: center;
    width: 3.25rem;
}

.org-header-main[b-wygf4mh1y7] {
    min-width: 0;
}

.org-header-title-row[b-wygf4mh1y7] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.org-header-title-row h1[b-wygf4mh1y7] {
    color: var(--gray-800);
    font-size: 1.5rem;
    margin: 0;
}

.org-header-meta[b-wygf4mh1y7] {
    color: var(--gray-500);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.83rem;
    gap: 1.1rem;
    margin-top: 0.4rem;
}

.org-header-meta i[b-wygf4mh1y7] {
    margin-right: 0.25rem;
}

.org-header-banner .actions[b-wygf4mh1y7] {
    flex-shrink: 0;
    gap: 0.5rem;
}

.org-pill-tabs[b-wygf4mh1y7] {
    background: var(--gray-100);
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-bottom: 1.1rem;
    padding: 0.3rem;
}

.org-pill-tab[b-wygf4mh1y7] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 9px;
    color: var(--gray-600);
    cursor: pointer;
    display: inline-flex;
    font-size: 0.85rem;
    font-weight: 600;
    gap: 0.4rem;
    padding: 0.45rem 0.8rem;
}

.org-pill-tab.active[b-wygf4mh1y7] {
    background: #fff;
    box-shadow: var(--shadow-xs);
    color: var(--gray-900);
}

.org-pill-tab-count[b-wygf4mh1y7] {
    align-items: center;
    background: var(--gray-200);
    border-radius: 999px;
    color: var(--gray-600);
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-width: 1.25rem;
    padding: 0.2rem 0.35rem;
}

.org-pill-tab.active .org-pill-tab-count[b-wygf4mh1y7] {
    background: var(--blue-50);
    color: var(--blue-link);
}

.note-form-actions[b-wygf4mh1y7] {
    margin-top: 0.75rem;
}

.eic-entries-editor[b-wygf4mh1y7] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.eic-entry-row[b-wygf4mh1y7] {
    background: var(--gray-50);
    border: 1px solid var(--border-subtle);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.75rem;
}

.eic-entry-header[b-wygf4mh1y7] {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.eic-entry-inputs[b-wygf4mh1y7] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.eic-entry-inputs .input[b-wygf4mh1y7] {
    flex: 1 1 140px;
    min-width: 0;
}

.eic-entry-inputs[b-wygf4mh1y7]  .searchable-select {
    flex: 1 1 180px;
    min-width: 0;
}

.eic-primary-control[b-wygf4mh1y7] {
    align-items: center;
    color: var(--gray-600);
    cursor: pointer;
    display: inline-flex;
    font-size: 0.75rem;
    font-weight: 500;
    gap: 0.4rem;
    white-space: nowrap;
}

.eic-primary-control input[b-wygf4mh1y7] {
    accent-color: var(--blue-600);
    height: 1rem;
    margin: 0;
    width: 1rem;
}

.eic-entry-inputs .input[b-wygf4mh1y7],
.eic-entry-inputs[b-wygf4mh1y7]  .searchable-select-trigger {
    border-color: var(--border-default);
    border-radius: 8px;
    min-height: 2.45rem;
}

.eic-remove-button[b-wygf4mh1y7] {
    align-items: center;
    background: #fff;
    border: 1px solid var(--danger-border);
    border-radius: 8px;
    color: var(--danger-600);
    cursor: pointer;
    display: inline-flex;
    height: 2.45rem;
    justify-content: center;
    width: 2.45rem;
}

.eic-remove-button:hover[b-wygf4mh1y7] {
    background: var(--danger-50);
}

.eic-add-button[b-wygf4mh1y7] {
    align-self: flex-start;
    gap: 0.4rem;
}

.eic-display-list[b-wygf4mh1y7] {
    display: flex;
    flex-direction: column;
}

.eic-display-row[b-wygf4mh1y7] {
    align-items: center;
    border-bottom: 1px solid var(--border-divider);
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) minmax(12rem, auto);
    padding: 0.85rem 0;
}

.eic-display-row:first-child[b-wygf4mh1y7] {
    padding-top: 0.25rem;
}

.eic-display-row:last-child[b-wygf4mh1y7] {
    border-bottom: 0;
    padding-bottom: 0.25rem;
}

.eic-display-code-group[b-wygf4mh1y7] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    min-width: 0;
}

.eic-display-operator[b-wygf4mh1y7] {
    color: var(--gray-500);
    font-size: 0.9rem;
    text-align: right;
}

.eic-code[b-wygf4mh1y7] {
    color: var(--gray-800);
    font-family: var(--font-mono);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.eic-badge-primary[b-wygf4mh1y7] {
    background: var(--blue-50);
    border-radius: 999px;
    color: var(--blue-link);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 0.28rem 0.55rem;
    text-transform: uppercase;
}

@media (max-width: 680px) {
    .eic-display-row[b-wygf4mh1y7] {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .eic-display-operator[b-wygf4mh1y7] {
        text-align: left;
    }

}

.tasks-tab-header[b-wygf4mh1y7] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.task-inline-form[b-wygf4mh1y7] {
    background: var(--gray-50);
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    display: grid;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    padding: 1.1rem;
}

.task-inline-form .field-grid[b-wygf4mh1y7] {
    gap: 0.85rem 1rem;
    grid-template-columns: 1fr 1fr;
}

.task-inline-form .actions[b-wygf4mh1y7] {
    justify-content: flex-end;
    margin-top: 1rem;
}

.task-type-badge[b-wygf4mh1y7] {
    border-radius: 6px;
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    white-space: nowrap;
}

.type-task[b-wygf4mh1y7]    { background: #f2f4f7; color: #344054; }
.type-call[b-wygf4mh1y7]    { background: #ecfdf3; color: #027a48; }
.type-email[b-wygf4mh1y7]   { background: #eff4ff; color: #1d4ed8; }
.type-meeting[b-wygf4mh1y7] { background: #fdf6ec; color: #b45309; }
.type-deadline[b-wygf4mh1y7] { background: #fef3f2; color: #b42318; }

.priority-badge[b-wygf4mh1y7] {
    border-radius: 6px;
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    white-space: nowrap;
}

.priority-low[b-wygf4mh1y7]    { background: #f2f4f7; color: #667085; }
.priority-normal[b-wygf4mh1y7] { background: #eff4ff; color: #1d4ed8; }
.priority-high[b-wygf4mh1y7]   { background: #fdf6ec; color: #b45309; }
.priority-urgent[b-wygf4mh1y7] { background: #fef3f2; color: #b42318; }

.status-badge[b-wygf4mh1y7] {
    border-radius: 6px;
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    white-space: nowrap;
}

.status-open[b-wygf4mh1y7]       { background: #eff4ff; color: #1d4ed8; }
.status-inprogress[b-wygf4mh1y7] { background: #fdf6ec; color: #b45309; }
.status-done[b-wygf4mh1y7]       { background: #ecfdf3; color: #027a48; }
.status-cancelled[b-wygf4mh1y7]  { background: #f2f4f7; color: #667085; }

.task-subject[b-wygf4mh1y7] {
    display: block;
    font-weight: 500;
    color: #101828;
}

.task-desc[b-wygf4mh1y7] {
    display: block;
    color: #667085;
    font-size: 0.8rem;
    margin-top: 0.1rem;
}

.row-done td[b-wygf4mh1y7] {
    opacity: 0.55;
}

.row-done .task-subject[b-wygf4mh1y7] {
    text-decoration: line-through;
}

.overdue[b-wygf4mh1y7] {
    color: #b42318;
    font-weight: 600;
}

.actions-cell[b-wygf4mh1y7] {
    text-align: right;
    white-space: nowrap;
}
/* /Components/Pages/Organizations.razor.rz.scp.css */
.column-picker-anchor[b-3tcws00mxd] {
    position: relative;
    display: flex;
    justify-content: center;
}

.organizations-table[b-3tcws00mxd] {
    border-collapse: separate;
    border-spacing: 0;
}

.organizations-table[b-3tcws00mxd]  .organization-name-column,
.organization-name-cell[b-3tcws00mxd] {
    background: #fff;
    border-right: 1px solid var(--border-subtle);
    box-shadow: 4px 0 8px rgba(16, 24, 40, 0.035);
    left: 0;
    min-width: 17rem;
    position: sticky;
    width: 17rem;
}

.organizations-table[b-3tcws00mxd]  .organization-name-column {
    background: var(--gray-50);
    z-index: 5;
}

.organization-name-cell[b-3tcws00mxd] {
    z-index: 2;
}

.organizations-table tbody tr:hover .organization-name-cell[b-3tcws00mxd] {
    background: var(--gray-50);
}

.organization-name-link[b-3tcws00mxd] {
    align-items: center;
    color: var(--gray-800) !important;
    display: flex;
    font-weight: 600;
    min-width: 0;
    text-decoration: none;
}

.organization-name-text[b-3tcws00mxd] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.organization-name-link:hover .organization-name-text[b-3tcws00mxd] {
    color: var(--blue-link);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.organization-action-trigger[b-3tcws00mxd] {
    border-radius: 8px;
    height: 2.1rem;
    min-width: 2.1rem;
    padding: 0;
}

.organization-action-trigger.is-active[b-3tcws00mxd] {
    background: var(--blue-50);
    border-color: var(--blue-200);
    color: var(--blue-link);
}

.organization-action-menu[b-3tcws00mxd] {
    border-color: var(--border-subtle);
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(16, 24, 40, 0.16);
    gap: 0.15rem;
    min-width: 11rem;
    padding: 0.35rem;
}

.organization-action-menu button[b-3tcws00mxd] {
    align-items: center;
    border-radius: 7px;
    display: flex;
    font-size: 0.85rem;
    gap: 0.6rem;
    min-height: 2.25rem;
    padding: 0.45rem 0.65rem;
}

.organization-action-menu button i[b-3tcws00mxd] {
    color: var(--gray-500);
    font-size: 0.9rem;
    width: 1rem;
}

.organization-action-menu button.danger[b-3tcws00mxd] {
    margin-top: 0.15rem;
    padding-top: 0.55rem;
}

.organization-action-menu button.danger i[b-3tcws00mxd] {
    color: var(--danger-600);
}

.column-picker-backdrop[b-3tcws00mxd] {
    position: fixed;
    inset: 0;
    z-index: 90;
}

.column-picker[b-3tcws00mxd] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 91;
    background: #ffffff;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
    min-width: 320px;
    max-height: 480px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.column-picker-header[b-3tcws00mxd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    padding: .5rem .75rem;
    border-bottom: 1px solid #edf0f5;
    background: #f7f8fa;
    flex-shrink: 0;
}

.column-picker-header-label[b-3tcws00mxd] {
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #667085;
}

.column-picker-header-actions[b-3tcws00mxd] {
    display: flex;
    gap: .25rem;
}

.column-picker-list[b-3tcws00mxd] {
    overflow-y: auto;
    padding: .25rem 0;
    background: #ffffff;
}

.column-picker-item[b-3tcws00mxd] {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .3rem .75rem;
    font-size: .8rem;
    color: #1d2939;
    cursor: pointer;
    user-select: none;
}

    .column-picker-item:hover[b-3tcws00mxd] {
        background: #f7f8fa;
    }

    .column-picker-item input[type="checkbox"][b-3tcws00mxd] {
        flex-shrink: 0;
        accent-color: #2357c6;
        width: 15px;
        height: 15px;
    }
/* /Components/Pages/Tasks.razor.rz.scp.css */
.task-filters[b-128me7u7ue] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 641px) {
    .task-filters[b-128me7u7ue] {
        flex-direction: row;
        align-items: center;
    }

    .task-filters .toolbar[b-128me7u7ue] {
        flex: 1;
        margin-bottom: 0;
    }
}


/* ── Badges ── */
.task-type-badge[b-128me7u7ue] {
    border-radius: 6px;
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    white-space: nowrap;
}

.type-task[b-128me7u7ue]    { background: #f2f4f7; color: #344054; }
.type-call[b-128me7u7ue]    { background: #ecfdf3; color: #027a48; }
.type-email[b-128me7u7ue]   { background: #eff4ff; color: #1d4ed8; }
.type-meeting[b-128me7u7ue] { background: #fdf6ec; color: #b45309; }
.type-deadline[b-128me7u7ue] { background: #fef3f2; color: #b42318; }

.priority-badge[b-128me7u7ue] {
    border-radius: 6px;
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    white-space: nowrap;
}

.priority-low[b-128me7u7ue]    { background: #f2f4f7; color: #667085; }
.priority-normal[b-128me7u7ue] { background: #eff4ff; color: #1d4ed8; }
.priority-high[b-128me7u7ue]   { background: #fdf6ec; color: #b45309; }
.priority-urgent[b-128me7u7ue] { background: #fef3f2; color: #b42318; }

.status-badge[b-128me7u7ue] {
    border-radius: 6px;
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    white-space: nowrap;
}

.status-open[b-128me7u7ue]      { background: #eff4ff; color: #1d4ed8; }
.status-inprogress[b-128me7u7ue] { background: #fdf6ec; color: #b45309; }
.status-done[b-128me7u7ue]      { background: #ecfdf3; color: #027a48; }
.status-cancelled[b-128me7u7ue] { background: #f2f4f7; color: #667085; }

/* ── Task content ── */
.task-subject[b-128me7u7ue] {
    display: block;
    font-weight: 500;
    color: #101828;
}

.task-desc[b-128me7u7ue] {
    display: block;
    color: #667085;
    font-size: 0.8rem;
    margin-top: 0.1rem;
}

.row-done td:not(.action-cell)[b-128me7u7ue] {
    opacity: 0.55;
}

.row-done .task-subject[b-128me7u7ue] {
    text-decoration: line-through;
}

.overdue[b-128me7u7ue] {
    color: #b42318;
    font-weight: 600;
}

.actions-cell[b-128me7u7ue] {
    white-space: nowrap;
    text-align: right;
}

.button.small[b-128me7u7ue] {
    font-size: 0.78rem;
    padding: 0.2rem 0.55rem;
    height: auto;
}

/* ── Column picker ── */
.column-picker-anchor[b-128me7u7ue] {
    position: relative;
    display: flex;
    justify-content: center;
}

.column-picker-backdrop[b-128me7u7ue] {
    position: fixed;
    inset: 0;
    z-index: 90;
}

.column-picker[b-128me7u7ue] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 91;
    background: #ffffff;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
    min-width: 320px;
    max-height: 400px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.column-picker-header[b-128me7u7ue] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    padding: .5rem .75rem;
    border-bottom: 1px solid #edf0f5;
    background: #f7f8fa;
    flex-shrink: 0;
}

.column-picker-header-label[b-128me7u7ue] {
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #667085;
}

.column-picker-header-actions[b-128me7u7ue] {
    display: flex;
    gap: .25rem;
}

.column-picker-list[b-128me7u7ue] {
    overflow-y: auto;
    padding: .25rem 0;
    background: #ffffff;
}

.column-picker-item[b-128me7u7ue] {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .3rem .75rem;
    font-size: .8rem;
    color: #1d2939;
    cursor: pointer;
    user-select: none;
}

    .column-picker-item:hover[b-128me7u7ue] {
        background: #f7f8fa;
    }

    .column-picker-item input[type="checkbox"][b-128me7u7ue] {
        flex-shrink: 0;
        accent-color: #2357c6;
        width: 15px;
        height: 15px;
    }
/* /Components/Shared/GlobalSearch.razor.rz.scp.css */
/* ── Overlay ── */
.gs-overlay[b-3a4021jpl6] {
    align-items: flex-start;
    animation: gs-fade-in-b-3a4021jpl6 0.12s ease;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding-top: 10vh;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

@keyframes gs-fade-in-b-3a4021jpl6 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* ── Panel ── */
.gs-panel[b-3a4021jpl6] {
    animation: gs-slide-in-b-3a4021jpl6 0.14s ease;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 32px 64px rgba(15, 23, 42, 0.22), 0 0 0 1px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    max-height: 70vh;
    overflow: hidden;
    width: 780px;
    max-width: calc(100vw - 2rem);
}

@keyframes gs-slide-in-b-3a4021jpl6 {
    from { opacity: 0; transform: translateY(-10px) scale(0.98); }
    to   { opacity: 1; transform: translateY(0)     scale(1);    }
}

/* ── Header ── */
.gs-header[b-3a4021jpl6] {
    align-items: center;
    border-bottom: 1px solid #e4e7ec;
    display: flex;
    gap: 0.75rem;
    padding: 0 1.25rem;
}

.gs-header-icon[b-3a4021jpl6] {
    color: #98a2b3;
    flex-shrink: 0;
}

.gs-input[b-3a4021jpl6] {
    background: transparent;
    border: none;
    color: #101828;
    flex: 1;
    font-size: 1rem;
    outline: none;
    padding: 1.1rem 0;
}

.gs-input[b-3a4021jpl6]::placeholder {
    color: #98a2b3;
}

.gs-spinner[b-3a4021jpl6] {
    animation: gs-spin-b-3a4021jpl6 0.7s linear infinite;
    border: 2px solid #e4e7ec;
    border-radius: 50%;
    border-top-color: #2357c6;
    display: inline-block;
    flex-shrink: 0;
    height: 18px;
    width: 18px;
}

@keyframes gs-spin-b-3a4021jpl6 {
    to { transform: rotate(360deg); }
}

.gs-close[b-3a4021jpl6] {
    background: none;
    border: 1px solid #e4e7ec;
    border-radius: 6px;
    color: #667085;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 0.8rem;
    height: 28px;
    line-height: 1;
    padding: 0 0.5rem;
    transition: background 0.12s;
}

.gs-close:hover[b-3a4021jpl6] {
    background: #f2f4f7;
    color: #344054;
}

/* ── Body (two-pane) ── */
.gs-body[b-3a4021jpl6] {
    display: flex;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

/* ── Left: module list ── */
.gs-modules[b-3a4021jpl6] {
    border-right: 1px solid #e4e7ec;
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow-y: auto;
    padding: 0.75rem 0.5rem;
    width: 190px;
    flex-shrink: 0;
}

.gs-module[b-3a4021jpl6] {
    align-items: center;
    background: none;
    border: none;
    border-radius: 8px;
    color: #344054;
    cursor: pointer;
    display: flex;
    font-size: 0.875rem;
    gap: 0.5rem;
    justify-content: space-between;
    padding: 0.55rem 0.75rem;
    text-align: left;
    transition: background 0.12s;
    width: 100%;
}

.gs-module:hover[b-3a4021jpl6] {
    background: #f2f4f7;
}

.gs-module-active[b-3a4021jpl6] {
    background: #eff4ff;
    color: #1d4ed8;
    font-weight: 600;
}

.gs-module-active:hover[b-3a4021jpl6] {
    background: #dbeafe;
}

.gs-module-empty[b-3a4021jpl6] {
    color: #98a2b3;
}

.gs-module-label[b-3a4021jpl6] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gs-module-badge[b-3a4021jpl6] {
    background: #2357c6;
    border-radius: 20px;
    color: #fff;
    flex-shrink: 0;
    font-size: 0.7rem;
    font-weight: 700;
    min-width: 20px;
    padding: 0.1rem 0.4rem;
    text-align: center;
}

.gs-badge-zero[b-3a4021jpl6] {
    background: #e4e7ec;
    color: #98a2b3;
}

/* ── Right: results ── */
.gs-results[b-3a4021jpl6] {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    overflow-y: auto;
    padding: 0.75rem 0.75rem;
}

.gs-hit[b-3a4021jpl6] {
    align-items: flex-start;
    background: none;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.65rem 0.75rem;
    text-align: left;
    transition: background 0.12s;
    width: 100%;
}

.gs-hit:hover[b-3a4021jpl6] {
    background: #f2f4f7;
}

.gs-hit-details[b-3a4021jpl6] {
    border-top: 1px solid #e4e7ec;
    display: flex;
    flex-direction: column;
    margin-top: 0.35rem;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-top: 0;
    /* delay before collapsing */
    transition: max-height 0.15s ease 0.5s, opacity 0.12s ease 0.5s, padding-top 0.15s ease 0.5s;
    width: 100%;
}

.gs-hit--has-details:hover .gs-hit-details[b-3a4021jpl6] {
    max-height: 200px;
    opacity: 1;
    padding-top: 0.35rem;
    /* expand instantly */
    transition: max-height 0.15s ease, opacity 0.15s ease, padding-top 0.15s ease;
}

.gs-hit-details-group[b-3a4021jpl6] {
    display: flex;
    flex-direction: column;
}

.gs-hit-details-group + .gs-hit-details-group[b-3a4021jpl6] {
    border-top: 1px solid #f2f4f7;
    margin-top: 0.2rem;
    padding-top: 0.2rem;
}

.gs-hit-details-link[b-3a4021jpl6] {
    align-items: center;
    color: #344054;
    display: flex;
    font-size: 0.775rem;
    gap: 0.35rem;
    padding: 0.15rem 0;
    text-decoration: none;
}

.gs-hit-details-link:hover[b-3a4021jpl6] {
    color: #2357c6;
}

.gs-hit-title[b-3a4021jpl6] {
    color: #101828;
    font-size: 0.9rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.gs-hit-subtitle[b-3a4021jpl6] {
    color: #667085;
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/* ── Empty / hint states ── */
.gs-empty[b-3a4021jpl6],
.gs-hint[b-3a4021jpl6],
.gs-no-results[b-3a4021jpl6] {
    color: #667085;
    font-size: 0.9rem;
    padding: 2rem 1.5rem;
    text-align: center;
}
/* /Components/Shared/OrgInlineCard.razor.rz.scp.css */
.org-info-list[b-937ycq3in6] {
    display: grid;
    margin: 0;
}

.org-info-row[b-937ycq3in6] {
    align-items: center;
    border-bottom: 1px solid var(--border-divider);
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(9rem, 0.9fr) minmax(0, 1.1fr);
    min-height: 3rem;
    padding: 0.65rem 0;
}

.org-info-row:last-child[b-937ycq3in6] {
    border-bottom: none;
}

.org-info-row dt[b-937ycq3in6] {
    color: var(--gray-500);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.35;
}

.org-info-row dd[b-937ycq3in6] {
    color: var(--gray-800);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
    min-width: 0;
    overflow-wrap: anywhere;
}

.org-info-row[b-937ycq3in6]  .pipedrive-label-list {
    justify-content: flex-start;
}

.org-info-row[b-937ycq3in6]  .pipedrive-label {
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0.3rem 0.6rem;
}

.org-info-empty[b-937ycq3in6] {
    color: var(--gray-300);
}

@media (max-width: 520px) {
    .org-info-row[b-937ycq3in6] {
        align-items: start;
        gap: 0.25rem;
        grid-template-columns: 1fr;
    }
}
