/* /Components/Atmosphere.razor.rz.scp.css */
.atmosphere-picker[b-a118ury3oi] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 32px;
}

.atmosphere-option[b-a118ury3oi] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #d2d7e3;
    border-radius: 6px;
    background: #fff;
}

.atmosphere-option:hover:not(:disabled)[b-a118ury3oi],
.atmosphere-option:focus-visible:not(:disabled)[b-a118ury3oi] {
    border-color: var(--xpm-button-hilite);
    outline: none;
}

.atmosphere-option.is-selected[b-a118ury3oi] {
    border-color: var(--xpm-button-hilite);
    background: #eef2ff;
}

.atmosphere-option:disabled[b-a118ury3oi] {
    opacity: 0.55;
    cursor: not-allowed;
}

.atmosphere-icon[b-a118ury3oi] {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
    filter: grayscale(1) brightness(0) opacity(0.45);
}

.atmosphere-option.is-selected .atmosphere-icon[b-a118ury3oi] {
    filter: brightness(0);
}
/* /Components/AttachmentBrowser.razor.rz.scp.css */
.attachment-browser-backdrop[b-eppj2jbwe7] {
    position: fixed;
    inset: 0;
    z-index: 2720;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.45);
}

.attachment-browser-panel[b-eppj2jbwe7] {
    width: min(760px, 96vw);
    max-height: 88vh;
    overflow: auto;
    padding: 0.9rem;
    border: 1px solid #d2d7e3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.28);
}

.attachment-browser-header[b-eppj2jbwe7],
.attachment-browser-toolbar[b-eppj2jbwe7],
.attachment-browser-row[b-eppj2jbwe7],
.attachment-browser-actions[b-eppj2jbwe7] {
    display: flex;
    align-items: center;
}

.attachment-browser-header[b-eppj2jbwe7] {
    justify-content: space-between;
    gap: 0.75rem;
    padding-bottom: 0.55rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #eceff5;
}

.attachment-browser-header h5[b-eppj2jbwe7] {
    margin: 0;
}

.attachment-browser-close[b-eppj2jbwe7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: #000;
}

.attachment-browser-toolbar[b-eppj2jbwe7] {
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.attachment-browser-toolbar-actions[b-eppj2jbwe7] {
    align-items: center;
    display: flex;
    gap: 0.45rem;
}

.attachment-browser-context[b-eppj2jbwe7],
.attachment-browser-state[b-eppj2jbwe7] {
    color: var(--xpm-muted);
}

.attachment-browser-debug[b-eppj2jbwe7] {
    border: 0;
}

.attachment-browser-upload[b-eppj2jbwe7] {
    position: relative;
    overflow: hidden;
}

.attachment-browser-file[b-eppj2jbwe7] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.attachment-browser-list[b-eppj2jbwe7] {
    display: grid;
    gap: 0.55rem;
}

.attachment-browser-row[b-eppj2jbwe7] {
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid var(--xpm-border);
    border-radius: 8px;
    background: #f8f9fc;
}

.attachment-browser-main[b-eppj2jbwe7] {
    display: grid;
    min-width: 0;
}

.attachment-browser-main strong[b-eppj2jbwe7],
.attachment-browser-main span[b-eppj2jbwe7] {
    overflow-wrap: anywhere;
}

.attachment-browser-main span[b-eppj2jbwe7] {
    color: var(--xpm-muted);
    font-size: 0.82rem;
}

.attachment-browser-row-actions[b-eppj2jbwe7] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex: 0 0 auto;
}

.attachment-browser-actions[b-eppj2jbwe7] {
    justify-content: flex-end;
    margin-top: 0.9rem;
}

@media (max-width: 620px) {
    .attachment-browser-row[b-eppj2jbwe7] {
        align-items: stretch;
        flex-direction: column;
    }

    .attachment-browser-row-actions[b-eppj2jbwe7] {
        justify-content: flex-end;
    }
}
/* /Components/BattleShitMap.razor.rz.scp.css */
.battle-map-component[b-vz7iok4wqz] {
    --battle-cell-size: 24px;
    --battle-grid-gap: 1px;
    --battle-row-label-width: 24px;
    --battle-row-label-gap: 4px;
    --battle-grid-width: 1499px;
    --battle-grid-height: 624px;
    --battle-board-size: calc(var(--battle-row-label-width) + var(--battle-row-label-gap) + var(--battle-grid-width));

    position: relative;
    display: block;
    min-height: 0;
}

.battle-map-shell[b-vz7iok4wqz] {
    padding: 0.55rem 0.75rem 0.75rem 0.2rem;
    border: 1px solid var(--battle-border, #5a626c);
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 45%, rgba(85, 255, 136, 0.08), transparent 58%),
        var(--battle-panel-soft, #091a0f);
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 0.4rem;
    overflow: auto;
    min-height: 0;
    overscroll-behavior: contain;
    box-shadow: inset 0 0 28px rgba(0, 0, 0, 0.68);
}

.battle-map-shell-editing[b-vz7iok4wqz] {
    box-shadow: inset 0 0 0 2px var(--battle-border-hot, #55ff88), inset 0 0 28px rgba(0, 0, 0, 0.68), 0 0 18px rgba(85, 255, 136, 0.26);
}

.battle-map-top-strip[b-vz7iok4wqz] {
    position: relative;
    width: var(--battle-board-size);
    min-width: var(--battle-board-size);
    min-height: 28px;
    display: block;
}

.battle-map-coordinate-row[b-vz7iok4wqz] {
    width: var(--battle-grid-width);
    margin-left: calc(var(--battle-row-label-width) + var(--battle-row-label-gap));
    display: grid;
    grid-template-columns: repeat(60, var(--battle-cell-size));
    column-gap: var(--battle-grid-gap);
    color: var(--battle-muted, #d4dae1);
    font-size: 0.68rem;
    font-weight: 800;
    text-shadow: 0 0 6px rgba(85, 255, 136, 0.4);
}

.battle-map-mode-badge[b-vz7iok4wqz] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 12;
    min-height: 28px;
    padding: 0.26rem 0.45rem;
    border: 1px solid var(--battle-border-hot, #55ff88);
    border-radius: 6px;
    background: rgba(1, 6, 3, 0.92);
    color: var(--battle-text, #b8ffd0);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.34rem;
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
    box-shadow: 0 0 14px rgba(85, 255, 136, 0.14), inset 0 0 10px rgba(85, 255, 136, 0.08);
    text-shadow: 0 0 6px rgba(85, 255, 136, 0.45);
}

.battle-map-mode-badge span[b-vz7iok4wqz] {
    display: inline;
}

.battle-map-mode-badge svg[b-vz7iok4wqz] {
    flex: 0 0 auto;
    color: var(--battle-border-hot, #55ff88);
    filter: drop-shadow(0 0 5px rgba(85, 255, 136, 0.52));
}

.battle-map-coordinate-row span[b-vz7iok4wqz] {
    justify-self: center;
    min-width: var(--battle-cell-size);
    text-align: center;
}

.battle-map-board[b-vz7iok4wqz] {
    display: flex;
    gap: var(--battle-row-label-gap);
    width: var(--battle-board-size);
    min-width: var(--battle-board-size);
    justify-self: start;
}

.battle-map-row-labels[b-vz7iok4wqz] {
    width: var(--battle-row-label-width);
    min-width: var(--battle-row-label-width);
    display: grid;
    grid-template-rows: repeat(25, var(--battle-cell-size));
    row-gap: var(--battle-grid-gap);
    color: var(--battle-muted, #d4dae1);
    font-size: 0.62rem;
    font-weight: 800;
    text-shadow: 0 0 6px rgba(85, 255, 136, 0.4);
}

.battle-map-row-labels span[b-vz7iok4wqz] {
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 2px;
}

.battle-map-cells[b-vz7iok4wqz] {
    position: relative;
    width: var(--battle-grid-width);
    height: var(--battle-grid-height);
    flex: 0 0 var(--battle-grid-width);
    display: grid;
    grid-template-columns: repeat(60, var(--battle-cell-size));
    grid-template-rows: repeat(25, var(--battle-cell-size));
    gap: var(--battle-grid-gap);
    background:
        linear-gradient(rgba(85, 255, 136, 0.22) 1px, transparent 1px),
        linear-gradient(90deg, rgba(85, 255, 136, 0.18) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(23, 121, 55, 0.16), transparent 62%),
        #010603;
    background-size: calc(var(--battle-cell-size) + var(--battle-grid-gap)) calc(var(--battle-cell-size) + var(--battle-grid-gap));
    box-shadow: inset 0 0 26px rgba(0, 0, 0, 0.78), 0 0 22px rgba(85, 255, 136, 0.12);
}

.battle-map-cell[b-vz7iok4wqz] {
    position: relative;
    z-index: 1;
    width: var(--battle-cell-size);
    height: var(--battle-cell-size);
    min-width: var(--battle-cell-size);
    min-height: var(--battle-cell-size);
    border: 0;
    border-radius: 0;
    padding: 0;
    color: var(--battle-text, #b8ffd0);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.battle-map-cell[b-vz7iok4wqz]::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
}

.battle-map-cell:hover[b-vz7iok4wqz],
.battle-map-cell:focus-visible[b-vz7iok4wqz] {
    z-index: 20;
    outline: none;
}

.battle-map-unit-tooltip[b-vz7iok4wqz] {
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    z-index: 50;
    width: max-content;
    max-width: 320px;
    padding: 0.62rem 0.72rem;
    border: 1px solid var(--battle-border-hot, #55ff88);
    border-radius: 7px;
    background: var(--battle-panel, #07140c);
    color: var(--battle-text, #b8ffd0);
    font-family: inherit;
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
    white-space: nowrap;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.72), 0 0 18px rgba(85, 255, 136, 0.22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-50%);
    transition: opacity 100ms ease;
}

.battle-map-unit-tooltip-left[b-vz7iok4wqz] {
    right: calc(100% + 10px);
    left: auto;
}

.battle-map-cell:hover .battle-map-unit-tooltip[b-vz7iok4wqz],
.battle-map-cell:focus-visible .battle-map-unit-tooltip[b-vz7iok4wqz] {
    opacity: 1;
    visibility: visible;
}

.battle-map-unit-tooltip-block[b-vz7iok4wqz],
.battle-map-unit-tooltip-block > span[b-vz7iok4wqz] {
    display: block;
}

.battle-map-unit-tooltip-block + .battle-map-unit-tooltip-block[b-vz7iok4wqz] {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid var(--battle-border, #1f7a3c);
}

.battle-map-unit-tooltip strong[b-vz7iok4wqz] {
    color: var(--battle-border-hot, #55ff88);
    font-weight: 900;
}

.battle-map-cell:hover[b-vz7iok4wqz]::after,
.battle-map-cell:focus-visible[b-vz7iok4wqz]::after {
    box-shadow: inset 0 0 0 2px var(--battle-border-hot, #55ff88), 0 0 12px rgba(85, 255, 136, 0.45);
}

.battle-map-selected[b-vz7iok4wqz] {
    z-index: 3;
}

.battle-map-selected[b-vz7iok4wqz]::after {
    box-shadow: inset 0 0 0 2px var(--battle-border-hot, #55ff88), 0 0 0 1px #020604, 0 0 16px rgba(85, 255, 136, 0.62);
}

.battle-map-target-valid[b-vz7iok4wqz],
.battle-map-target-invalid[b-vz7iok4wqz] {
    cursor: crosshair;
}

.battle-map-target-valid[b-vz7iok4wqz]::before,
.battle-map-target-invalid[b-vz7iok4wqz]::before {
    content: "";
    position: absolute;
    inset: 4px;
    z-index: 9;
    pointer-events: none;
}

.battle-map-target-valid[b-vz7iok4wqz]::before {
    border: 1px solid var(--battle-border-hot, #55ff88);
    border-radius: 50%;
    background:
        linear-gradient(90deg, transparent calc(50% - 1px), rgba(85, 255, 136, 0.84) calc(50% - 1px), rgba(85, 255, 136, 0.84) calc(50% + 1px), transparent calc(50% + 1px)),
        linear-gradient(transparent calc(50% - 1px), rgba(85, 255, 136, 0.84) calc(50% - 1px), rgba(85, 255, 136, 0.84) calc(50% + 1px), transparent calc(50% + 1px));
    box-shadow: 0 0 10px rgba(85, 255, 136, 0.62), inset 0 0 8px rgba(85, 255, 136, 0.18);
}

.battle-map-target-invalid[b-vz7iok4wqz]::before {
    content: "X";
    inset: 0;
    color: #113d21;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: var(--battle-cell-size);
    text-align: center;
    text-shadow: 0 0 5px rgba(85, 255, 136, 0.2);
}

.battle-map-current-player-cell[b-vz7iok4wqz] {
    z-index: 10;
    overflow: visible;
}

.battle-map-detecting-unit-cell[b-vz7iok4wqz] {
    z-index: 11;
    overflow: visible;
}

.battle-map-coast.battle-map-detecting-unit-cell[b-vz7iok4wqz] {
    overflow: visible;
}

.battle-map-water[b-vz7iok4wqz] {
    background: #062c16;
}

.battle-map-land[b-vz7iok4wqz] {
    background: #0b180f;
}

.battle-map-coast[b-vz7iok4wqz] {
    background: #0b180f;
    overflow: hidden;
    --coast-land: #0d2013;
    --coast-line: #55ff88;
    --coast-shadow: #010603;
}

.battle-map-contour-overlay[b-vz7iok4wqz] {
    position: absolute;
    inset: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
    --coast-line: #55ff88;
    --coast-shadow: #010603;
}

.battle-map-order-vector-overlay[b-vz7iok4wqz] {
    position: absolute;
    inset: 0;
    z-index: 7;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
}

.battle-map-coast-variant-1[b-vz7iok4wqz] {
    --coast-line: #55ff88;
}

.battle-map-coast-variant-2[b-vz7iok4wqz] {
    --coast-line: #55ff88;
}

.battle-map-coast-variant-3[b-vz7iok4wqz] {
    --coast-line: #55ff88;
    --coast-land: #0a180f;
}

.battle-map-coast-variant-4[b-vz7iok4wqz] {
    --coast-line: #55ff88;
    --coast-land: #102817;
}

.battle-map-coast-outline[b-vz7iok4wqz] {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.battle-map-coast-fill[b-vz7iok4wqz] {
    fill: var(--coast-land);
    stroke: none;
}

.battle-map-coast-line[b-vz7iok4wqz],
.battle-map-coast-shadow-line[b-vz7iok4wqz] {
    fill: none;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    vector-effect: non-scaling-stroke;
}

.battle-map-coast-shadow-line[b-vz7iok4wqz] {
    stroke: var(--coast-shadow, #010603);
    stroke-width: 3.5;
}

.battle-map-coast-line[b-vz7iok4wqz] {
    stroke: var(--coast-line, #55ff88);
    stroke-width: 2.1;
}

.battle-map-order-vector-shadow[b-vz7iok4wqz],
.battle-map-order-vector-line[b-vz7iok4wqz] {
    vector-effect: non-scaling-stroke;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.battle-map-order-vector-shadow[b-vz7iok4wqz] {
    stroke: rgba(1, 6, 3, 0.9);
    stroke-width: 5;
    stroke-dasharray: 7 5;
}

.battle-map-order-vector-line[b-vz7iok4wqz] {
    stroke: #9affb5;
    stroke-width: 2.2;
    stroke-dasharray: 7 5;
    marker-end: url(#battle-order-vector-arrow);
    filter: drop-shadow(0 0 5px rgba(85, 255, 136, 0.54));
}

.battle-map-order-vector-arrowhead[b-vz7iok4wqz] {
    fill: #9affb5;
    filter: drop-shadow(0 0 4px rgba(85, 255, 136, 0.5));
}

.battle-map-attack-vector-shadow[b-vz7iok4wqz],
.battle-map-attack-vector-line[b-vz7iok4wqz] {
    fill: none;
    vector-effect: non-scaling-stroke;
    pointer-events: none;
}

.battle-map-attack-vector-shadow[b-vz7iok4wqz] {
    stroke: rgba(0, 0, 0, 0.86);
    stroke-width: 6;
    stroke-dasharray: 2 6;
}

.battle-map-attack-vector-line[b-vz7iok4wqz] {
    stroke: var(--battle-border-hot, #55ff88);
    stroke-width: 2.5;
    stroke-dasharray: 2 6;
    filter: drop-shadow(0 0 5px rgba(85, 255, 136, 0.9));
}

.battle-map-spawn[b-vz7iok4wqz] {
    background: #17421f;
    box-shadow: inset 0 0 0 1px rgba(154, 255, 181, 0.28);
}

.battle-map-port[b-vz7iok4wqz] {
    color: var(--battle-border-hot, #55ff88);
}

.battle-map-infrastructure[b-vz7iok4wqz] {
    box-shadow: none;
}

.battle-map-marker[b-vz7iok4wqz] {
    position: relative;
    z-index: 8;
    width: 100%;
    height: 100%;
    font-size: clamp(0.34rem, 0.56vw, 0.58rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    text-shadow: 0 0 5px rgba(85, 255, 136, 0.62);
}

.battle-map-port .battle-map-marker[b-vz7iok4wqz] {
    text-shadow: 0 0 4px #55ff88, 0 0 8px rgba(85, 255, 136, 0.62);
}

.battle-map-ntds-friendly-surface[b-vz7iok4wqz] {
    position: absolute;
    z-index: 8;
    width: 62%;
    height: 62%;
    border: 2px solid #55ff88;
    border-radius: 50%;
    background: rgba(85, 255, 136, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.battle-map-ntds-friendly-surface span[b-vz7iok4wqz] {
    width: 22%;
    height: 22%;
    border-radius: 50%;
    background: #55ff88;
    box-shadow: 0 0 8px rgba(85, 255, 136, 0.72);
}

.battle-map-current-player-ship[b-vz7iok4wqz] {
    overflow: visible;
    border-color: #55ff88;
    background: #55ff88;
    box-shadow:
        0 0 8px rgba(85, 255, 136, 0.72),
        inset 0 0 0 1px rgba(1, 6, 3, 0.82);
}

.battle-map-unit-detecting[b-vz7iok4wqz] {
    overflow: visible;
}

.battle-map-unit-detecting[b-vz7iok4wqz]::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    width: calc((var(--battle-cell-size) + var(--battle-grid-gap)) * var(--battle-radar-diameter-cells, 7));
    height: calc((var(--battle-cell-size) + var(--battle-grid-gap)) * var(--battle-radar-diameter-cells, 7));
    border: 1px solid rgba(85, 255, 136, 0.44);
    border-radius: 50%;
    background:
        conic-gradient(
            from 0deg,
            rgba(85, 255, 136, 0.08) 0deg,
            rgba(85, 255, 136, 0.2) 24deg,
            rgba(85, 255, 136, 0.34) 58deg,
            rgba(85, 255, 136, 0) 58deg,
            rgba(85, 255, 136, 0) 360deg),
        radial-gradient(circle, transparent 58%, rgba(85, 255, 136, 0.14) 59%, transparent 61%);
    transform: translate(-50%, -50%);
    transform-origin: center;
    pointer-events: none;
    animation: battle-current-player-radar-b-vz7iok4wqz 2.4s linear infinite;
}

.battle-map-current-player-ship span[b-vz7iok4wqz] {
    position: relative;
    z-index: 2;
    width: 24%;
    height: 24%;
    background: #010603;
    box-shadow: none;
}

@keyframes battle-current-player-radar-b-vz7iok4wqz {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.battle-map-maraxe-unit[b-vz7iok4wqz] {
    position: absolute;
    z-index: 8;
    width: 66%;
    height: 66%;
    border: 2px solid #9affb5;
    background: rgba(154, 255, 181, 0.08);
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.battle-map-maraxe-unit-immobilized[b-vz7iok4wqz] {
    border-style: dashed;
    border-color: #ffb454;
    background: rgba(255, 180, 84, 0.06);
}

.battle-map-maraxe-unit span[b-vz7iok4wqz] {
    color: #eaffef;
    font-size: 0.5rem;
    font-weight: 900;
    line-height: 1;
    transform: rotate(-45deg);
}

.battle-map-maraxe-objective[b-vz7iok4wqz] {
    position: absolute;
    right: 1px;
    top: 0;
    z-index: 8;
    color: #ff5b4d;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 0 4px rgba(255, 45, 32, 0.95);
    pointer-events: none;
}

.battle-map-replay-overlay[b-vz7iok4wqz] {
    position: absolute;
    inset: 0;
    z-index: 18;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}

.battle-map-replay-ping[b-vz7iok4wqz] {
    fill: none;
    stroke: #fff4a3;
    stroke-width: 9;
    filter: drop-shadow(0 0 16px rgba(255, 244, 163, 0.95));
}

.battle-map-replay-moving-unit[b-vz7iok4wqz] {
    filter: drop-shadow(0 0 18px rgba(87, 255, 119, 0.95));
}

.battle-map-replay-maraxe-symbol[b-vz7iok4wqz] {
    fill: rgba(154, 255, 181, 0.14);
    stroke: #9affb5;
    stroke-width: 2;
}

.battle-map-replay-vizship-symbol[b-vz7iok4wqz] {
    fill: rgba(85, 255, 136, 0.05);
    stroke: #55ff88;
    stroke-width: 2;
}

.battle-map-replay-symbol-dot[b-vz7iok4wqz] {
    fill: #55ff88;
    stroke: none;
}

.battle-map-replay-attack-guide[b-vz7iok4wqz] {
    fill: none;
    stroke: rgba(255, 91, 77, 0.2);
    stroke-width: 2;
    stroke-dasharray: 5 5;
}

.battle-map-replay-projectile[b-vz7iok4wqz] {
    fill: #fff4a3;
    stroke: #ff8a52;
    stroke-width: 2;
    filter: drop-shadow(0 0 10px rgba(255, 210, 80, 1));
}

.battle-map-replay-explosion[b-vz7iok4wqz] {
    fill: rgba(255, 91, 30, 0.85);
    stroke: #fff4a3;
    stroke-width: 5;
    filter: drop-shadow(0 0 18px rgba(255, 70, 20, 1));
}

.battle-map-replay-status[b-vz7iok4wqz] {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 40;
    display: grid;
    min-width: min(460px, calc(100% - 2rem));
    padding: 0.7rem 0.9rem;
    border: 1px solid rgba(87, 255, 119, 0.65);
    border-radius: 6px;
    color: #d8ffe0;
    background: rgba(1, 15, 6, 0.94);
    box-shadow: 0 0 24px rgba(87, 255, 119, 0.2);
    transform: translateX(-50%);
    pointer-events: none;
}

.battle-map-replay-status strong[b-vz7iok4wqz] {
    color: #57ff77;
}

.battle-map-replay-status span[b-vz7iok4wqz] {
    font-size: 0.78rem;
}

@keyframes battle-replay-shot-b-vz7iok4wqz {
    from { stroke-dashoffset: 220; opacity: 0; }
    20% { opacity: 1; }
    to { stroke-dashoffset: 0; opacity: 1; }
}

@keyframes battle-replay-impact-b-vz7iok4wqz {
    from { transform: scale(0.25); opacity: 1; }
    to { transform: scale(1.8); opacity: 0; }
}

.battle-map-hover-coordinates[b-vz7iok4wqz] {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    z-index: 2900;
    min-width: 58px;
    padding: 0.22rem 0.38rem;
    border: 1px solid var(--battle-border, #5a626c);
    border-radius: 4px;
    background: rgba(1, 6, 3, 0.94);
    color: var(--battle-text, #fff);
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    pointer-events: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.52), 0 0 14px rgba(85, 255, 136, 0.16);
}

.battle-map-targeting-status[b-vz7iok4wqz] {
    position: fixed;
    left: 50%;
    bottom: 1rem;
    z-index: 2910;
    width: min(520px, calc(100vw - 2rem));
    padding: 0.48rem 0.65rem;
    border: 1px solid var(--battle-border-hot, #55ff88);
    border-radius: 6px;
    background: rgba(1, 6, 3, 0.96);
    color: var(--battle-text, #fff);
    font-size: 0.76rem;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    transform: translateX(-50%);
    pointer-events: none;
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.62), 0 0 18px rgba(85, 255, 136, 0.24);
}

.battle-detail-overlay[b-vz7iok4wqz] {
    position: fixed;
    inset: 0;
    z-index: 3000;
    padding: 1.25rem;
    background: rgba(0, 6, 2, 0.72);
    display: flex;
    align-items: center;
    justify-content: center;
}

.battle-detail-overlay-news[b-vz7iok4wqz] {
    padding: 0;
    background: rgba(0, 6, 2, 0.12);
    display: block;
    animation: battle-news-popup-cycle-b-vz7iok4wqz 5s ease-in-out both;
}

.battle-detail-overlay-news .battle-detail-popup[b-vz7iok4wqz] {
    position: fixed;
    left: var(--news-popup-left, 50%);
    top: var(--news-popup-top, 50%);
    z-index: 2;
}

.battle-unit-editor-overlay[b-vz7iok4wqz] {
    padding: 0;
    background: rgba(0, 6, 2, 0.12);
    display: block;
}

.battle-detail-overlay-linked[b-vz7iok4wqz] {
    animation: none;
}

.battle-unit-editor-overlay .battle-detail-popup[b-vz7iok4wqz] {
    position: fixed;
    left: var(--news-popup-left, 50%);
    top: var(--news-popup-top, 50%);
    z-index: 2;
}

.battle-news-leader[b-vz7iok4wqz] {
    position: fixed;
    inset: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    overflow: visible;
    pointer-events: none;
}

.battle-news-leader line[b-vz7iok4wqz] {
    stroke: var(--battle-border-hot, #55ff88);
    stroke-width: 2;
    stroke-linecap: round;
    filter: drop-shadow(0 0 4px rgba(85, 255, 136, 0.9));
}

@keyframes battle-news-popup-cycle-b-vz7iok4wqz {
    0% {
        opacity: 0;
    }

    10%, 85% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .battle-detail-overlay-news[b-vz7iok4wqz] {
        animation: none;
    }
}

.battle-detail-popup[b-vz7iok4wqz] {
    width: min(420px, 100%);
    max-height: min(540px, calc(100vh - 48px));
    overflow-y: auto;
    border: 1px solid var(--battle-border, #5a626c);
    border-radius: 8px;
    background: var(--battle-panel, #3a3f45);
    color: var(--battle-text, #fff);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.78), 0 0 22px rgba(85, 255, 136, 0.18);
}

.battle-detail-header[b-vz7iok4wqz] {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 0.75rem 0.85rem;
    border-bottom: 1px solid var(--battle-border, #5a626c);
    background: var(--battle-panel, #3a3f45);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.battle-detail-header h5[b-vz7iok4wqz] {
    margin: 0;
    color: var(--battle-text, #fff);
    font-size: 1rem;
    font-weight: 900;
}

.battle-detail-header span[b-vz7iok4wqz] {
    color: var(--battle-muted, #d4dae1);
    font-size: 0.76rem;
    font-weight: 800;
}

.battle-detail-close[b-vz7iok4wqz] {
    width: 32px;
    height: 32px;
    border: 1px solid var(--battle-border, #1f7a3c);
    border-radius: 6px;
    background: var(--battle-navy, #00345f);
    color: var(--battle-text, #fff);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.battle-detail-close:hover[b-vz7iok4wqz],
.battle-detail-close:focus-visible[b-vz7iok4wqz] {
    border-color: var(--battle-border-hot, #55ff88);
    background: var(--battle-navy-hover, #004f8f);
    outline: none;
    box-shadow: 0 0 12px rgba(85, 255, 136, 0.42);
}

.battle-detail-cards[b-vz7iok4wqz] {
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.battle-detail-card[b-vz7iok4wqz] {
    padding: 0.65rem 0.75rem;
    border: 1px solid var(--battle-border, #5a626c);
    border-radius: 8px;
    background: rgba(3, 15, 8, 0.82);
    color: var(--battle-text, #fff);
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.battle-detail-card span[b-vz7iok4wqz] {
    color: var(--battle-muted, #d4dae1);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.battle-detail-card strong[b-vz7iok4wqz] {
    font-size: 0.95rem;
}

.battle-detail-card small[b-vz7iok4wqz] {
    color: var(--battle-muted, #d4dae1);
    line-height: 1.25;
}

.battle-detail-inline-heading[b-vz7iok4wqz] {
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
    min-width: 0;
}

.battle-detail-inline-heading span[b-vz7iok4wqz] {
    flex: 0 0 auto;
}

.battle-detail-inline-heading strong[b-vz7iok4wqz] {
    min-width: 0;
    font-size: 0.86rem;
    overflow-wrap: anywhere;
}

.battle-detail-card small strong[b-vz7iok4wqz] {
    color: var(--battle-text, #fff);
    font-size: inherit;
}

.battle-detail-card-unit[b-vz7iok4wqz] {
    border-color: var(--battle-border, #1f7a3c);
    background: var(--battle-navy, #00345f);
}

.battle-detail-order[b-vz7iok4wqz] {
    margin-top: 0.35rem;
    padding: 0.42rem 0.5rem;
    border: 1px solid rgba(85, 255, 136, 0.26);
    border-radius: 6px;
    background: rgba(1, 6, 3, 0.5);
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
}

.battle-detail-order span[b-vz7iok4wqz] {
    color: var(--battle-muted, #d4dae1);
    font-size: 0.62rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.battle-detail-order strong[b-vz7iok4wqz] {
    color: var(--battle-text, #fff);
    font-size: 0.78rem;
    line-height: 1.18;
}

.battle-edit-card[b-vz7iok4wqz] {
    border-color: var(--battle-border-hot, #55ff88);
}

.battle-edit-label[b-vz7iok4wqz] {
    margin-top: 0.35rem;
    color: var(--battle-muted, #d4dae1);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.battle-edit-select[b-vz7iok4wqz],
.battle-edit-input[b-vz7iok4wqz] {
    min-height: 38px;
    border: 1px solid var(--battle-border, #1f7a3c);
    border-radius: 6px;
    background: #020604;
    color: var(--battle-text, #b8ffd0);
    font: inherit;
    font-weight: 800;
    box-shadow: inset 0 0 10px rgba(85, 255, 136, 0.08);
}

.battle-edit-move-grid[b-vz7iok4wqz] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.45rem;
    align-items: end;
}

.battle-edit-move-button[b-vz7iok4wqz] {
    grid-column: 1 / -1;
    min-height: 38px;
    border: 1px solid var(--battle-border, #1f7a3c);
    border-radius: 6px;
    background: #000;
    color: #c8ffd8;
    font-weight: 900;
}

.battle-edit-move-button:hover[b-vz7iok4wqz],
.battle-edit-move-button:focus-visible[b-vz7iok4wqz] {
    border-color: var(--BattleShitHiliteColor, #55ff88);
    background: #000;
    outline: none;
    box-shadow: 0 0 12px rgba(85, 255, 136, 0.42);
}

.battle-detail-unit-title[b-vz7iok4wqz] {
    color: var(--battle-text, #fff);
    font-size: 0.85rem;
    font-weight: 900;
    letter-spacing: 0;
}

.battle-edit-unit-button[b-vz7iok4wqz],
.battle-edit-unit-secondary-button[b-vz7iok4wqz],
.battle-reactivate-unit-button[b-vz7iok4wqz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    width: 38px;
    min-height: 34px;
    border: 1px solid var(--battle-border, #1f7a3c);
    border-radius: 6px;
    background: #000;
    color: #c8ffd8;
    font-weight: 900;
}

.battle-button-svg-icon[b-vz7iok4wqz] {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(91%) sepia(20%) saturate(690%) hue-rotate(78deg) brightness(106%) contrast(103%);
}

.battle-unit-quick-actions[b-vz7iok4wqz] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.battle-edit-unit-button:hover[b-vz7iok4wqz],
.battle-edit-unit-button:focus-visible[b-vz7iok4wqz],
.battle-edit-unit-secondary-button:hover[b-vz7iok4wqz],
.battle-edit-unit-secondary-button:focus-visible[b-vz7iok4wqz],
.battle-reactivate-unit-button:hover[b-vz7iok4wqz],
.battle-reactivate-unit-button:focus-visible[b-vz7iok4wqz] {
    border-color: var(--BattleShitHiliteColor, #55ff88);
    outline: none;
    box-shadow: 0 0 12px rgba(85, 255, 136, 0.32);
}

.battle-unit-editor-popup[b-vz7iok4wqz] {
    width: min(520px, 100%);
}

.battle-unit-editor-form[b-vz7iok4wqz] {
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.battle-unit-editor-grid[b-vz7iok4wqz] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.35rem 0.5rem;
}

.battle-unit-editor-header-actions[b-vz7iok4wqz] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.battle-unit-editor-actions[b-vz7iok4wqz] {
    margin-top: 0.55rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.45rem;
}

.battle-unit-editor-message[b-vz7iok4wqz] {
    color: var(--battle-muted, #d4dae1);
}

@media (max-width: 1100px) {
    .battle-map-shell[b-vz7iok4wqz] {
        justify-items: start;
    }
}

@media (max-width: 720px) {
    .battle-map-component[b-vz7iok4wqz] {
        --battle-cell-size: 24px;
        --battle-row-label-width: 20px;
    }

    .battle-map-shell[b-vz7iok4wqz] {
        min-height: 420px;
        padding: 0.55rem;
    }

    .battle-map-coordinate-row[b-vz7iok4wqz] {
        font-size: 0.56rem;
    }

    .battle-map-row-labels[b-vz7iok4wqz] {
        font-size: 0.5rem;
    }

    .battle-detail-overlay[b-vz7iok4wqz] {
        padding: 0.65rem;
    }
}
/* /Components/CommitmentEditorPopup.razor.rz.scp.css */
.commitment-editor-backdrop[b-ucqv7ko70u] {
    position: fixed;
    inset: 0;
    z-index: 1060;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.42);
}

.commitment-editor-panel[b-ucqv7ko70u] {
    width: min(920px, 100%);
    max-height: calc(100vh - 2rem);
    overflow: auto;
    padding: 1rem;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
}

.commitment-editor-header[b-ucqv7ko70u],
.commitment-editor-actions[b-ucqv7ko70u] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.commitment-editor-close[b-ucqv7ko70u] {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 8px;
    background: #000;
    color: #fff;
}

.commitment-editor-grid[b-ucqv7ko70u] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 1rem 0;
}

.commitment-editor-wide[b-ucqv7ko70u] {
    grid-column: 1 / -1;
}

.commitment-editor-actions[b-ucqv7ko70u] {
    justify-content: flex-end;
}

@media (max-width: 720px) {
    .commitment-editor-grid[b-ucqv7ko70u] {
        grid-template-columns: 1fr;
    }
}
/* /Components/CommitmentsList.razor.rz.scp.css */
.commitment-list-description[b-h9zhetfwts] {
    max-width: 620px;
    color: #64748b;
    font-size: 0.86rem;
    line-height: 1.25;
}

.commitment-user-cell[b-h9zhetfwts] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    white-space: nowrap;
}

.commitment-title-link[b-h9zhetfwts] {
    font-weight: 700;
}

.milestones-list-section-action-btn[b-h9zhetfwts] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 8px;
    background: #000;
    color: #fff;
    padding: 0;
    text-decoration: none;
    flex: 0 0 auto;
}

.milestones-list-section-action-btn:hover:not(:disabled)[b-h9zhetfwts],
.milestones-list-section-action-btn:focus-visible:not(:disabled)[b-h9zhetfwts] {
    background: var(--xpm-button-hilite);
    color: #fff;
    outline: none;
}

.milestones-list-section-action-btn:disabled[b-h9zhetfwts] {
    opacity: 0.45;
    cursor: not-allowed;
}

.commitment-add-icon[b-h9zhetfwts] {
    width: 18px;
    height: 18px;
    display: inline-block;
    filter: brightness(0) invert(1);
}

.row-action-icon[b-h9zhetfwts] {
    width: 24px;
    height: 24px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 6px;
    background: #000;
    color: #fff;
    text-decoration: none;
}

.row-action-icon:hover[b-h9zhetfwts],
.row-action-icon:focus[b-h9zhetfwts] {
    color: #fff;
    background: var(--xpm-button-hilite);
    text-decoration: none;
}
/* /Components/ContactEditorPopup.razor.rz.scp.css */
.contact-editor-overlay-backdrop[b-ep4coor6dq] {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.08);
    z-index: 2600;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 1rem;
}

.contact-editor-overlay-panel[b-ep4coor6dq] {
    width: min(640px, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    overflow: auto;
    background: #fff;
    border: 1px solid #d2d7e3;
    border-radius: 10px;
    box-shadow: 0 18px 52px rgba(15, 23, 42, 0.38);
    padding: 0.9rem;
}

.contact-editor-overlay-header[b-ep4coor6dq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.8rem;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid #eceff5;
}

.contact-editor-overlay-header h5[b-ep4coor6dq] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-editor-header-actions[b-ep4coor6dq] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex: 0 0 auto;
    margin-left: auto;
}

.contact-editor-grid[b-ep4coor6dq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    align-items: start;
}

.contact-editor-wide[b-ep4coor6dq],
.contact-editor-customer-field[b-ep4coor6dq] {
    grid-column: 1 / -1;
}

.contact-editor-customer-row[b-ep4coor6dq] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--xpm-action-icon-button-size);
    gap: 0.45rem;
    align-items: center;
}

.contact-editor-selected-customer[b-ep4coor6dq] {
    margin-top: 0.4rem;
    color: var(--xpm-muted);
    font-size: 0.85rem;
    font-weight: 700;
}

.contact-editor-customer-options[b-ep4coor6dq] {
    margin-top: 0.45rem;
    max-height: 180px;
    overflow: auto;
    border: 1px solid var(--xpm-border);
    border-radius: 8px;
    background: #fff;
}

.contact-editor-customer-option[b-ep4coor6dq] {
    width: 100%;
    min-height: 34px;
    padding: 0.4rem 0.55rem;
    border: 0;
    border-bottom: 1px solid #edf0f5;
    background: #fff;
    color: var(--xpm-text);
    text-align: left;
}

.contact-editor-customer-option:hover[b-ep4coor6dq],
.contact-editor-customer-option:focus-visible[b-ep4coor6dq] {
    background: #f3f6fb;
    outline: none;
}

.contact-editor-active-toggle[b-ep4coor6dq] {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    font-weight: 700;
    color: #263443;
}

@media (max-width: 700px) {
    .contact-editor-grid[b-ep4coor6dq] {
        grid-template-columns: 1fr;
    }
}
/* /Components/EmailDocument.razor.rz.scp.css */
.email-doc-shell[b-6febn5wq8n] {
    min-width: 0;
    max-height: calc(100vh - 13.5rem);
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.email-doc-header[b-6febn5wq8n],
.email-doc-subheader[b-6febn5wq8n] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    min-height: 32px;
}

.email-doc-header h6[b-6febn5wq8n] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    color: #1f2937;
}

.email-doc-actions[b-6febn5wq8n] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.email-doc-template[b-6febn5wq8n] {
    width: 190px;
    height: 32px;
    font-size: 0.82rem;
}

.email-doc-state[b-6febn5wq8n] {
    color: #64748b;
    font-size: 0.84rem;
    padding: 0.35rem 0;
}

.email-compose[b-6febn5wq8n] {
    min-width: 0;
    background: #fff;
}

.email-address-line[b-6febn5wq8n] {
    min-height: 44px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: end;
    gap: 0.45rem;
    border-bottom: 1px solid #9ca3af;
    padding: 0 0.35rem 0.35rem 0;
}

.email-address-line.primary[b-6febn5wq8n] {
    border-bottom-color: #2563eb;
}

.email-address-label[b-6febn5wq8n] {
    width: 50px;
    height: 32px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    background: #fff;
    color: #111827;
    font-size: 0.83rem;
    font-weight: 700;
}

.email-address-label:disabled[b-6febn5wq8n],
.email-address-side:disabled[b-6febn5wq8n] {
    opacity: 0.55;
}

.email-address-entry[b-6febn5wq8n] {
    min-width: 0;
    min-height: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    cursor: text;
}

.email-address-input[b-6febn5wq8n] {
    min-width: 150px;
    flex: 1 1 180px;
    height: 30px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #111827;
    font-size: 0.84rem;
}

.email-address-side[b-6febn5wq8n] {
    align-self: center;
    border: 0;
    background: transparent;
    color: #334155;
    font-size: 0.78rem;
    padding: 0.2rem 0.15rem;
}

.email-subject-line[b-6febn5wq8n] {
    min-height: 44px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 0.7rem;
    border-bottom: 1px solid #9ca3af;
    padding: 0 0.35rem 0.4rem 0;
}

.email-subject-input[b-6febn5wq8n] {
    min-width: 0;
    height: 32px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #111827;
    font-size: 0.86rem;
}

.email-subject-input[b-6febn5wq8n]::placeholder,
.email-address-input[b-6febn5wq8n]::placeholder {
    color: #4b5563;
    opacity: 0.9;
}

.email-draft-status[b-6febn5wq8n] {
    color: #64748b;
    font-size: 0.76rem;
    white-space: nowrap;
    padding-bottom: 0.45rem;
}

.email-doc-chip[b-6febn5wq8n] {
    max-width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #f8fafc;
    color: #1f2937;
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    padding: 0.2rem 0.42rem;
    font-size: 0.76rem;
    font-weight: 700;
}

.email-doc-chip.cc[b-6febn5wq8n] {
    border-color: #c7d2fe;
    background: #eef2ff;
    color: #3730a3;
}

.email-doc-chip.bcc[b-6febn5wq8n] {
    border-color: #d8b4fe;
    background: #faf5ff;
    color: #581c87;
}

.email-doc-chip span[b-6febn5wq8n] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.email-html-panel[b-6febn5wq8n] {
    min-width: 0;
    border: 1px solid #d8dee9;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

.email-recipient-picker-backdrop[b-6febn5wq8n] {
    position: fixed;
    inset: 0;
    z-index: 3050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.22);
}

.email-recipient-picker-panel[b-6febn5wq8n] {
    width: min(720px, calc(100vw - 2rem));
    max-height: calc(100vh - 3rem);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid #cfd6e4;
    border-radius: 8px;
    box-shadow: 0 18px 52px rgba(15, 23, 42, 0.35);
}

.email-recipient-picker-header[b-6febn5wq8n] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 46px;
    padding: 0.55rem 0.7rem;
    border-bottom: 1px solid #e8edf5;
}

.email-recipient-picker-header h6[b-6febn5wq8n] {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 800;
    color: #111827;
}

.email-recipient-picker-filter[b-6febn5wq8n] {
    padding: 0.55rem 0.65rem;
    border-bottom: 1px solid #e8edf5;
    background: #f8fafc;
}

.email-recipient-picker-filter .form-control[b-6febn5wq8n] {
    min-height: 31px;
    font-size: 0.82rem;
}

.email-recipient-picker-list[b-6febn5wq8n] {
    min-height: 0;
    overflow: auto;
    padding: 0.65rem;
}

.email-recipient-picker-empty[b-6febn5wq8n] {
    padding: 0.85rem;
    color: #64748b;
    font-size: 0.82rem;
    text-align: center;
}

.email-recipient-picker-group + .email-recipient-picker-group[b-6febn5wq8n] {
    margin-top: 0.8rem;
}

.email-recipient-picker-group-title[b-6febn5wq8n] {
    color: #475569;
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}

.email-recipient-picker-option[b-6febn5wq8n] {
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(180px, 1fr) minmax(180px, 0.9fr);
    gap: 0.55rem;
    align-items: center;
    margin: 0;
    padding: 0.45rem 0.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #fff;
}

.email-recipient-picker-option + .email-recipient-picker-option[b-6febn5wq8n] {
    margin-top: 0.35rem;
}

.email-recipient-picker-option.is-added[b-6febn5wq8n] {
    background: #f8fafc;
    color: #64748b;
}

.email-recipient-picker-person[b-6febn5wq8n] {
    min-width: 0;
    display: grid;
    gap: 0.1rem;
}

.email-recipient-picker-person strong[b-6febn5wq8n],
.email-recipient-picker-person small[b-6febn5wq8n],
.email-recipient-picker-email[b-6febn5wq8n] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.email-recipient-picker-person strong[b-6febn5wq8n] {
    color: #111827;
    font-size: 0.83rem;
}

.email-recipient-picker-person small[b-6febn5wq8n] {
    color: #64748b;
    font-size: 0.73rem;
}

.email-recipient-picker-email[b-6febn5wq8n] {
    color: #1d4ed8;
    font-size: 0.78rem;
    text-align: right;
}

.email-recipient-picker-actions[b-6febn5wq8n] {
    display: flex;
    justify-content: flex-end;
    gap: 0.45rem;
    padding: 0.65rem;
    border-top: 1px solid #e8edf5;
    background: #f8fafc;
}

.email-html-toolbar[b-6febn5wq8n] {
    min-height: 34px;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    border-bottom: 1px solid #e5e7eb;
    background: #f8fafc;
    padding: 0.25rem;
}

.email-html-toolbar button[b-6febn5wq8n] {
    width: 30px;
    height: 28px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: transparent;
    color: #334155;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.email-html-toolbar button:hover:not(:disabled)[b-6febn5wq8n] {
    border-color: #cbd5e1;
    background: #fff;
}

.email-html-toolbar button:disabled[b-6febn5wq8n] {
    opacity: 0.55;
}

.email-html-toolbar-divider[b-6febn5wq8n] {
    width: 1px;
    height: 20px;
    background: #cbd5e1;
    margin: 0 0.25rem;
}

.email-html-editor[b-6febn5wq8n] {
    min-height: 190px;
    max-height: 320px;
    overflow: auto;
    padding: 0.75rem;
    color: #111827;
    font-size: 0.88rem;
    line-height: 1.45;
    outline: 0;
}

.email-html-editor:focus[b-6febn5wq8n] {
    box-shadow: inset 0 0 0 1px #2563eb;
}

.email-html-editor p[b-6febn5wq8n] {
    margin: 0 0 0.65rem;
}

.email-doc-attachments[b-6febn5wq8n] {
    border-top: 1px solid #e8edf5;
    padding-top: 0.65rem;
    min-width: 0;
}

.email-doc-subheader[b-6febn5wq8n] {
    color: #1f2937;
    font-size: 0.86rem;
    font-weight: 800;
    margin-bottom: 0.45rem;
}

.email-doc-upload[b-6febn5wq8n] {
    position: relative;
    overflow: hidden;
}

.email-doc-upload input[b-6febn5wq8n] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.email-doc-attachment-list[b-6febn5wq8n] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 0.45rem;
    overflow: auto;
    padding-right: 0.15rem;
}

.email-doc-attachment[b-6febn5wq8n] {
    min-width: 0;
    border: 1px solid #d8dee9;
    border-radius: 6px;
    background: #fff;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.45rem;
    align-items: center;
    padding: 0.45rem 0.55rem;
    margin: 0;
}

.email-doc-attachment span[b-6febn5wq8n] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #111827;
    font-size: 0.82rem;
    font-weight: 700;
}

.email-doc-attachment small[b-6febn5wq8n] {
    color: #64748b;
    font-size: 0.72rem;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .email-doc-shell[b-6febn5wq8n] {
        max-height: 420px;
    }

    .email-doc-header[b-6febn5wq8n],
    .email-doc-subheader[b-6febn5wq8n] {
        align-items: stretch;
        flex-direction: column;
    }

    .email-doc-actions[b-6febn5wq8n],
    .email-doc-template[b-6febn5wq8n] {
        width: 100%;
    }

    .email-address-line[b-6febn5wq8n] {
        grid-template-columns: 54px minmax(0, 1fr);
    }

    .email-address-side[b-6febn5wq8n] {
        grid-column: 2;
        justify-self: start;
        padding-left: 0;
    }

    .email-subject-line[b-6febn5wq8n] {
        grid-template-columns: 1fr;
        gap: 0.1rem;
    }

    .email-draft-status[b-6febn5wq8n] {
        padding-bottom: 0;
    }
}
/* /Components/MarkdownEditor.razor.rz.scp.css */
.markdown-wysiwyg[b-9tzuxyyjmn] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 260px;
    background: #fff;
}

.markdown-wysiwyg-toolbar[b-9tzuxyyjmn] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.45rem 0.55rem;
    border-bottom: 1px solid var(--xpm-border);
    background: #f8f9fc;
}

.markdown-tool-btn[b-9tzuxyyjmn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #374151;
    background: transparent;
}

.markdown-tool-btn:hover[b-9tzuxyyjmn],
.markdown-tool-btn:focus[b-9tzuxyyjmn] {
    border-color: #cbd5e1;
    background: #fff;
}

.markdown-tool-btn:disabled[b-9tzuxyyjmn] {
    opacity: 0.55;
}

.markdown-color-picker[b-9tzuxyyjmn] {
    position: relative;
    display: inline-flex;
}

.markdown-color-trigger[b-9tzuxyyjmn] {
    position: relative;
}

.markdown-text-color-icon[b-9tzuxyyjmn] {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
}

.markdown-highlight-color-icon[b-9tzuxyyjmn] {
    display: block;
    width: 18px;
    height: 6px;
    border: 1px solid #000;
    border-radius: 1px;
}

.markdown-color-palette[b-9tzuxyyjmn] {
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 0;
    z-index: 2600;
    display: grid;
    grid-template-columns: repeat(4, 22px);
    gap: 0.25rem;
    padding: 0.4rem;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18);
}

.markdown-color-swatch[b-9tzuxyyjmn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin: 0;
    border: 1px solid #111827;
    border-radius: 4px;
    cursor: pointer;
}

.markdown-color-swatch:hover[b-9tzuxyyjmn],
.markdown-color-swatch:focus-visible[b-9tzuxyyjmn],
.markdown-color-swatch.is-selected[b-9tzuxyyjmn] {
    outline: 2px solid var(--xpm-button-hilite);
    outline-offset: 1px;
}

.markdown-wysiwyg-editor[b-9tzuxyyjmn] {
    flex: 1 1 auto;
    min-height: 220px;
    padding: 0.75rem 0.85rem;
    color: var(--xpm-text);
    line-height: 1.45;
    overflow: auto;
    outline: none;
}

.markdown-wysiwyg-editor:focus[b-9tzuxyyjmn] {
    box-shadow: inset 0 0 0 2px rgba(37, 99, 235, 0.18);
}

.markdown-wysiwyg-editor p[b-9tzuxyyjmn] {
    margin: 0 0 0.65rem;
}

.markdown-wysiwyg-editor ul[b-9tzuxyyjmn] {
    margin: 0 0 0.65rem 1.2rem;
    padding: 0;
}

.markdown-wysiwyg-editor li[b-9tzuxyyjmn] {
    margin: 0.2rem 0;
}

.markdown-wysiwyg-editor a[b-9tzuxyyjmn] {
    color: #1d4ed8;
}

.markdown-token[b-9tzuxyyjmn] {
    display: inline-flex;
    align-items: center;
    min-height: 1.25rem;
    padding: 0 0.35rem;
    border-radius: 4px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    background: #eef2ff;
    color: #3730a3;
}

.markdown-symbol-icon[b-9tzuxyyjmn] {
    width: 18px;
    height: 18px;
    margin-right: 0.25rem;
    vertical-align: -0.22rem;
}

.markdown-token.caution[b-9tzuxyyjmn] {
    background: #fee2e2;
    color: #991b1b;
}

.markdown-token.warning[b-9tzuxyyjmn],
.markdown-token.alert[b-9tzuxyyjmn] {
    background: #fff7ed;
    color: #9a3412;
}

.is-disabled .markdown-wysiwyg-editor[b-9tzuxyyjmn] {
    background: #f8f9fc;
    color: var(--xpm-muted);
}
/* /Components/MarkdownViewer.razor.rz.scp.css */
.markdown-viewer[b-kfwbwtnsrs] {
    color: #1f2937;
    font-size: 0.9rem;
    line-height: 1.45;
}

.markdown-viewer p[b-kfwbwtnsrs] {
    margin: 0 0 0.65rem;
}

.markdown-viewer p:last-child[b-kfwbwtnsrs],
.markdown-viewer ul:last-child[b-kfwbwtnsrs] {
    margin-bottom: 0;
}

.markdown-viewer ul[b-kfwbwtnsrs] {
    margin: 0 0 0.65rem;
    padding-left: 1.25rem;
}

.markdown-viewer li[b-kfwbwtnsrs] {
    margin-bottom: 0.2rem;
}

.markdown-viewer a[b-kfwbwtnsrs] {
    color: var(--xpm-button-hilite);
    font-weight: 700;
}

.markdown-viewer-image[b-kfwbwtnsrs] {
    max-height: 1.2rem;
    max-width: 1.2rem;
    object-fit: contain;
    vertical-align: text-bottom;
}
/* /Components/MilestoneSummaryCard.razor.rz.scp.css */
.milestone-summary-card[b-1gvw7hkhk0] {
    --milestone-summary-color: #94a3b8;
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
    display: grid;
    grid-template-columns: 7px minmax(0, 1fr);
    min-height: 132px;
    overflow: hidden;
}

.milestone-summary-color-bar[b-1gvw7hkhk0] {
    background: var(--milestone-summary-color);
}

.milestone-summary-main[b-1gvw7hkhk0],
.milestone-summary-loading[b-1gvw7hkhk0],
.milestone-summary-empty[b-1gvw7hkhk0] {
    min-width: 0;
    padding: 12px 14px;
}

.milestone-summary-loading[b-1gvw7hkhk0],
.milestone-summary-empty[b-1gvw7hkhk0] {
    align-items: center;
    color: #64748b;
    display: flex;
    font-size: 0.88rem;
}

.milestone-summary-header[b-1gvw7hkhk0] {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.milestone-summary-title-group[b-1gvw7hkhk0] {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.milestone-summary-label[b-1gvw7hkhk0],
.milestone-summary-meta dt[b-1gvw7hkhk0] {
    color: #64748b;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.milestone-summary-name[b-1gvw7hkhk0] {
    color: #0f172a;
    font-size: 1.22rem;
    line-height: 1.15;
    overflow-wrap: anywhere;
}

.milestone-summary-open-btn[b-1gvw7hkhk0] {
    align-items: center;
    background: #0b0f14;
    border: 0;
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    height: 28px;
    justify-content: center;
    line-height: 1;
    min-width: 34px;
    padding: 0 8px 4px;
    text-decoration: none;
}

.milestone-summary-open-btn:hover[b-1gvw7hkhk0],
.milestone-summary-open-btn:focus[b-1gvw7hkhk0] {
    color: #fff;
    background: var(--xpm-button-hilite);
}

.milestone-summary-meta[b-1gvw7hkhk0] {
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(120px, 1fr) minmax(150px, 1.2fr) minmax(95px, 0.75fr) minmax(120px, 0.8fr);
    margin: 12px 0 0;
}

.milestone-summary-meta div[b-1gvw7hkhk0] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    min-width: 0;
    padding: 7px 8px;
}

.milestone-summary-meta dd[b-1gvw7hkhk0] {
    color: #0f172a;
    font-size: 0.85rem;
    margin: 0;
    overflow-wrap: anywhere;
}

@media (max-width: 760px) {
    .milestone-summary-meta[b-1gvw7hkhk0] {
        grid-template-columns: 1fr;
    }
}
/* /Components/ProgressGauge.razor.rz.scp.css */
.progress-gauge[b-ue0rjvfnbr] {
    align-items: center;
    background:
        radial-gradient(circle at center, #fff 0 54%, transparent 55%),
        conic-gradient(var(--progress-gauge-color) var(--progress-gauge-value), var(--progress-gauge-track) 0);
    border-radius: 50%;
    color: #0f172a;
    display: inline-flex;
    flex: 0 0 48px;
    font-size: 0.76rem;
    font-weight: 800;
    height: 48px;
    justify-content: center;
    line-height: 1;
    width: 48px;
}

.progress-gauge span[b-ue0rjvfnbr] {
    display: block;
    letter-spacing: 0;
}
/* /Components/ProjectListGrid.razor.rz.scp.css */
.project-list-grid-section[b-v2d4lz2d4y] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.project-list-grid-header[b-v2d4lz2d4y] {
    flex: 0 0 auto;
}

.project-list-grid-unframed[b-v2d4lz2d4y] {
    gap: 0.5rem;
}

.project-list-grid-unframed .project-list-grid-header[b-v2d4lz2d4y] {
    display: flex;
    align-items: center;
    padding-top: 5px;
}

.project-list-grid-actions[b-v2d4lz2d4y] {
    flex: 1 1 auto;
    justify-content: flex-end;
    min-width: min(460px, 100%);
}

.project-list-grid-filter-cell[b-v2d4lz2d4y] {
    width: min(460px, 100%);
    margin-bottom: 0;
}

.project-list-grid-searchbox[b-v2d4lz2d4y] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
}

.project-list-grid-search-input[b-v2d4lz2d4y] {
    flex: 1 1 auto;
    min-width: 0;
    border: none !important;
    box-shadow: none !important;
    outline: none;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.project-list-grid-search-input:focus[b-v2d4lz2d4y] {
    border: none !important;
    box-shadow: none !important;
    outline: none;
}

.project-list-grid-search-btn[b-v2d4lz2d4y] {
    width: var(--xpm-action-icon-button-size);
    min-width: var(--xpm-action-icon-button-size);
    height: var(--xpm-action-icon-button-size);
    min-height: var(--xpm-action-icon-button-size);
    padding: 0;
    border: none;
    border-radius: var(--xpm-action-icon-button-radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--xpm-action-icon-button-bg);
    color: var(--xpm-action-icon-button-color);
    flex: 0 0 auto;
}

.project-list-grid-search-btn:hover[b-v2d4lz2d4y],
.project-list-grid-search-btn:focus[b-v2d4lz2d4y],
.project-list-grid-search-btn:focus-visible[b-v2d4lz2d4y] {
    background: var(--xpm-action-icon-button-hover-bg);
    color: var(--xpm-action-icon-button-color);
    outline: none;
}

.project-list-grid-scroll[b-v2d4lz2d4y] {
    flex: 1 1 auto;
}

.project-list-grid-table[b-v2d4lz2d4y] {
    table-layout: fixed;
}

.project-logo-col[b-v2d4lz2d4y] {
    width: 4.6rem;
}

.project-status-col[b-v2d4lz2d4y] {
    width: 8rem;
}

.project-intensity-col[b-v2d4lz2d4y] {
    width: 10rem;
}

.project-progress-col[b-v2d4lz2d4y] {
    width: 11rem;
}

.project-milestone-count-col[b-v2d4lz2d4y] {
    width: 8rem;
}

.project-action-col[b-v2d4lz2d4y] {
    width: 12rem;
}

.project-list-grid-state[b-v2d4lz2d4y] {
    margin: 0;
    padding: 0.9rem;
}

.project-action-btn[b-v2d4lz2d4y] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 10px;
    border: none;
    border-radius: 6px;
    background: #000;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.project-action-btn:hover[b-v2d4lz2d4y],
.project-action-btn:focus[b-v2d4lz2d4y],
.project-action-btn:focus-visible[b-v2d4lz2d4y] {
    background: var(--xpm-button-hilite);
    color: #fff;
    text-decoration: none;
    outline: none;
}

.project-name-cell[b-v2d4lz2d4y] {
    display: flex;
    align-items: center;
    min-width: 0;
}

.project-list-logo[b-v2d4lz2d4y] {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 0;
}

.project-logo-cell[b-v2d4lz2d4y] {
    vertical-align: middle;
}

.project-name-link[b-v2d4lz2d4y] {
    color: #111827;
    font-weight: 600;
    text-decoration: none;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project-name-link:hover[b-v2d4lz2d4y],
.project-name-link:focus[b-v2d4lz2d4y] {
    color: var(--xpm-button-hilite);
    text-decoration: underline;
}

.project-intensity-chip[b-v2d4lz2d4y] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 7.8rem;
    height: 1.45rem;
    border: 1px solid currentColor;
    border-radius: 999px;
    padding: 0 0.45rem;
    background: #fff;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.project-status-chip[b-v2d4lz2d4y] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 1.45rem;
    padding: 0 0.5rem;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #fff;
    color: #1f2937;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-intensity-normal[b-v2d4lz2d4y] {
    color: yellowgreen;
}

.project-intensity-warning[b-v2d4lz2d4y] {
    color: orange;
}

.project-intensity-critical[b-v2d4lz2d4y],
.project-overdue-count.has-overdue[b-v2d4lz2d4y],
.project-blocker-count.has-blockers[b-v2d4lz2d4y] {
    color: red;
}

.project-intensity-dead[b-v2d4lz2d4y] {
    color: #000;
}

.project-overdue-count[b-v2d4lz2d4y],
.project-blocker-count[b-v2d4lz2d4y] {
    font-weight: 700;
}

@media (max-width: 760px) {
    .project-list-grid-header[b-v2d4lz2d4y] {
        align-items: stretch;
        flex-direction: column;
    }

    .project-list-grid-actions[b-v2d4lz2d4y] {
        width: 100%;
        min-width: 0;
    }

    .project-list-grid-filter-cell[b-v2d4lz2d4y] {
        width: 100%;
    }
}
/* /Components/ProjectStatusProgress.razor.rz.scp.css */
.project-status-progress[b-qyg69j6a40] {
    display: grid;
    align-items: start;
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    padding: 0.35rem 0.2rem 0.45rem;
}

.project-status-step[b-qyg69j6a40] {
    min-width: 0;
}

.project-status-label[b-qyg69j6a40] {
    min-height: 2.05rem;
    margin-bottom: 0.4rem;
    padding: 0 0.25rem;
    color: #111827;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    overflow-wrap: anywhere;
}

.project-status-node-row[b-qyg69j6a40] {
    display: grid;
    grid-template-columns: 1fr 27px 1fr;
    align-items: center;
}

.project-status-line[b-qyg69j6a40] {
    height: 8px;
    background: #c8cde9;
    position: relative;
    z-index: 1;
}

.project-status-line-left[b-qyg69j6a40] {
    margin-right: -5px;
}

.project-status-line-right[b-qyg69j6a40] {
    margin-left: -5px;
}

.project-status-step:first-child .project-status-line-left[b-qyg69j6a40],
.project-status-step:last-child .project-status-line-right[b-qyg69j6a40] {
    visibility: hidden;
}

.project-status-node[b-qyg69j6a40] {
    width: 27px;
    height: 27px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    border: 0;
    background: #c8cde9;
    color: #fff;
    position: relative;
    z-index: 2;
}

.project-status-node-inner[b-qyg69j6a40] {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #fff;
}

.project-status-step-complete .project-status-node[b-qyg69j6a40],
.project-status-step-current .project-status-node[b-qyg69j6a40],
.project-status-step-complete .project-status-line[b-qyg69j6a40],
.project-status-step-current .project-status-line-left[b-qyg69j6a40] {
    background: var(--xpm-button-hilite);
}

@media (max-width: 760px) {
    .project-status-progress[b-qyg69j6a40] {
        overflow-x: auto;
        padding-bottom: 0.45rem;
    }

    .project-status-node-row[b-qyg69j6a40] {
        grid-template-columns: minmax(20px, 1fr) 24px minmax(20px, 1fr);
    }

    .project-status-node[b-qyg69j6a40] {
        width: 24px;
        height: 24px;
    }
}
/* /Components/SearchableMilestoneSelect.razor.rz.scp.css */
.search-milestone-select[b-4e9esanyyl] {
    position: relative;
    width: 100%;
}

.search-milestone-select-trigger[b-4e9esanyyl] {
    width: 100%;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
    border: none;
    background: transparent;
    color: #111827;
    text-align: left;
    padding: 0 2px 0 0;
}

.search-milestone-select-trigger:disabled[b-4e9esanyyl] {
    cursor: not-allowed;
    opacity: 0.8;
}

.search-milestone-select-trigger-value[b-4e9esanyyl] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
}

.search-milestone-select-trigger-text[b-4e9esanyyl] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-milestone-select-trigger-placeholder[b-4e9esanyyl] {
    color: #6b7280;
}

.search-milestone-select-trigger-chevron[b-4e9esanyyl] {
    color: #000;
    font-size: 0.72rem;
    line-height: 1;
    margin-left: auto;
}

.search-milestone-select-menu[b-4e9esanyyl] {
    position: absolute;
    z-index: 50;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
    padding: 0.4rem;
}

.search-milestone-select-filter[b-4e9esanyyl] {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    height: 32px;
    padding: 0 0.45rem;
    margin-bottom: 0.35rem;
}

.search-milestone-select-options[b-4e9esanyyl] {
    max-height: 220px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.search-milestone-select-option[b-4e9esanyyl] {
    width: 100%;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    text-align: left;
    padding: 0.3rem 0.35rem;
}

.search-milestone-select-option:hover[b-4e9esanyyl],
.search-milestone-select-option:focus-visible[b-4e9esanyyl],
.search-milestone-select-option.is-active[b-4e9esanyyl] {
    background: #edf2ff;
}

.search-milestone-select-empty[b-4e9esanyyl] {
    color: #6b7280;
    font-size: 0.86rem;
    padding: 0.35rem 0.25rem;
}
/* /Components/SearchableUserSelect.razor.rz.scp.css */
.search-user-select[b-pdtins4fpm] {
    position: relative;
    width: 100%;
}

.search-user-select-trigger[b-pdtins4fpm] {
    width: 100%;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
    border: none;
    background: transparent;
    color: #111827;
    text-align: left;
    padding: 0 2px 0 0;
}

.search-user-select-trigger:disabled[b-pdtins4fpm] {
    cursor: not-allowed;
    opacity: 0.8;
}

.search-user-select-trigger-value[b-pdtins4fpm] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
}

.search-user-select-trigger-text[b-pdtins4fpm] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-user-select-trigger-placeholder[b-pdtins4fpm] {
    color: #6b7280;
}

.search-user-select-trigger-chevron[b-pdtins4fpm] {
    color: #000;
    font-size: 0.72rem;
    line-height: 1;
    margin-left: auto;
}

.search-user-select-menu[b-pdtins4fpm] {
    position: absolute;
    z-index: 50;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
    padding: 0.4rem;
}

.search-user-select-filter[b-pdtins4fpm] {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    height: 32px;
    padding: 0 0.45rem;
    margin-bottom: 0.35rem;
}

.search-user-select-options[b-pdtins4fpm] {
    max-height: 220px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.search-user-select-option[b-pdtins4fpm] {
    width: 100%;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    text-align: left;
    padding: 0.3rem 0.35rem;
}

.search-user-select-option:hover[b-pdtins4fpm],
.search-user-select-option:focus-visible[b-pdtins4fpm],
.search-user-select-option.is-active[b-pdtins4fpm] {
    background: #edf2ff;
}

.search-user-select-empty[b-pdtins4fpm] {
    color: #6b7280;
    font-size: 0.86rem;
    padding: 0.35rem 0.25rem;
}

/* /Components/TaskAttachmentGrid.razor.rz.scp.css */
.task-attach-shell[b-5b2pqiuv0g] {
    min-width: 0;
    max-height: calc(100vh - 13.5rem);
    display: flex;
    flex-direction: column;
}

.task-attach-header[b-5b2pqiuv0g] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 32px;
    margin-bottom: 0.55rem;
}

.task-attach-header h6[b-5b2pqiuv0g] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    color: #1f2937;
}

.task-attach-toolbar[b-5b2pqiuv0g] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.task-attach-state[b-5b2pqiuv0g] {
    color: #64748b;
    font-size: 0.84rem;
    padding: 0.35rem 0;
}

.attach-grid[b-5b2pqiuv0g] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
    gap: 0.7rem;
    overflow: auto;
    padding: 0.05rem 0.15rem 0.15rem 0;
}

.attach-card[b-5b2pqiuv0g] {
    min-width: 0;
    min-height: 166px;
    border: 1px solid #d8dee9;
    border-radius: 8px;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.attach-thumb[b-5b2pqiuv0g] {
    min-height: 82px;
    border: 0;
    border-bottom: 1px solid #edf0f5;
    background: #f8fafc;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.attach-thumb:disabled[b-5b2pqiuv0g] {
    cursor: default;
}

.attach-thumb img[b-5b2pqiuv0g] {
    width: 100%;
    height: 82px;
    object-fit: cover;
    display: block;
}

.ft-badge[b-5b2pqiuv0g] {
    min-width: 54px;
    height: 34px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.55rem;
    color: #fff;
    background: #64748b;
    font-size: 0.78rem;
    font-weight: 800;
}

.ft-badge.pdf[b-5b2pqiuv0g] {
    background: #b91c1c;
}

.ft-badge.doc[b-5b2pqiuv0g] {
    background: #1d4ed8;
}

.ft-badge.xls[b-5b2pqiuv0g] {
    background: #15803d;
}

.ft-badge.img[b-5b2pqiuv0g] {
    background: #7c3aed;
}

.ft-badge.txt[b-5b2pqiuv0g] {
    background: #334155;
}

.attach-info[b-5b2pqiuv0g] {
    min-width: 0;
    flex: 1 1 auto;
    padding: 0.58rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.attach-name[b-5b2pqiuv0g] {
    min-height: 2.35rem;
    color: #111827;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.attach-meta[b-5b2pqiuv0g] {
    color: #64748b;
    font-size: 0.72rem;
    line-height: 1.2;
}

.attach-actions[b-5b2pqiuv0g] {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
}

.btn-icon[b-5b2pqiuv0g] {
    width: 30px;
    height: 30px;
    border: 1px solid #d7dce8;
    border-radius: 6px;
    background: #fff;
    color: #334155;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-icon:hover:not(:disabled)[b-5b2pqiuv0g],
.btn-icon:focus-visible:not(:disabled)[b-5b2pqiuv0g] {
    color: #111827;
    border-color: #aab3c2;
    outline: none;
}

.btn-icon:disabled[b-5b2pqiuv0g] {
    opacity: 0.55;
}

.btn-icon-danger[b-5b2pqiuv0g] {
    color: #b91c1c;
}

.btn-icon-danger:hover:not(:disabled)[b-5b2pqiuv0g],
.btn-icon-danger:focus-visible:not(:disabled)[b-5b2pqiuv0g] {
    color: #7f1d1d;
    border-color: #fca5a5;
    background: #fff1f2;
}

.attach-card-upload[b-5b2pqiuv0g] {
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    color: #334155;
    background: #f8fafc;
    cursor: pointer;
    border-style: dashed;
    padding: 0.85rem 0.65rem;
    text-align: center;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.attach-card-upload:hover:not(.busy)[b-5b2pqiuv0g],
.attach-card-upload.drag-hover[b-5b2pqiuv0g] {
    border-color: #4169e1;
    background: #eef4ff;
    color: #1d4ed8;
}

.attach-card-upload.busy[b-5b2pqiuv0g] {
    cursor: default;
    opacity: 0.7;
}

.attach-file-input[b-5b2pqiuv0g] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: transparent;
    cursor: pointer;
    font-size: 0;
    z-index: 2;
}

.attach-file-input[b-5b2pqiuv0g]::file-selector-button {
    cursor: pointer;
}

.attach-file-input[b-5b2pqiuv0g]::-webkit-file-upload-button {
    cursor: pointer;
}

.upload-glyph[b-5b2pqiuv0g] {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e8edf5;
    pointer-events: none;
    position: relative;
    z-index: 1;
}

.upload-lbl[b-5b2pqiuv0g] {
    display: block;
    width: 100%;
    max-width: 118px;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    overflow-wrap: anywhere;
    pointer-events: none;
    position: relative;
    z-index: 1;
}

.upload-empty-lbl[b-5b2pqiuv0g] {
    display: block;
    width: 100%;
    max-width: 118px;
    color: #64748b;
    font-size: 0.74rem;
    font-weight: 600;
    line-height: 1.2;
    overflow-wrap: anywhere;
    pointer-events: none;
    position: relative;
    z-index: 1;
}

@media (max-width: 900px) {
    .task-attach-shell[b-5b2pqiuv0g] {
        max-height: 360px;
    }

    .attach-grid[b-5b2pqiuv0g] {
        grid-template-columns: repeat(auto-fill, minmax(124px, 1fr));
    }
}
/* /Components/TaskBulkCorrectionPopup.razor.rz.scp.css */
.bulk-backdrop[b-rzu9u72v10] { position: fixed; inset: 0; z-index: 2600; background: #0003; display: flex; justify-content: flex-end; padding: 1rem; }
.bulk-panel[b-rzu9u72v10] { width: min(680px, 100%); background: white; border: 1px solid #d2d7e3; border-radius: 10px; padding: 1rem; overflow-y: auto; box-shadow: 0 18px 52px #0f172a40; }
header[b-rzu9u72v10], footer[b-rzu9u72v10] { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
footer[b-rzu9u72v10] { justify-content: flex-end; margin-top: 1.25rem; }
fieldset[b-rzu9u72v10] { min-width: 0; }
.bulk-field[b-rzu9u72v10] { display: grid; gap: .4rem; border: 1px solid #d2d7e3; border-radius: 6px; padding: .65rem; margin-bottom: .6rem; }
.bulk-field label[b-rzu9u72v10] { display: flex; align-items: center; gap: .5rem; font-weight: 600; }
/* /Components/TaskDueDatePopup.razor.rz.scp.css */
.date-backdrop[b-4qah7sohyc] { position: fixed; inset: 0; z-index: 3000; background: #0005; display: flex; align-items: center; justify-content: center; padding: 1rem; }
.date-dialog[b-4qah7sohyc] { background: white; border-radius: 10px; padding: 1.2rem; width: 380px; max-width: 100%; max-height: calc(100dvh - 2rem); overflow: auto; box-shadow: 0 12px 36px #0004; }
.month-navigation[b-4qah7sohyc], .date-actions[b-4qah7sohyc], .date-shortcuts[b-4qah7sohyc] { display: flex; align-items: center; justify-content: space-between; gap: .5rem; margin: .75rem 0; }
.calendar-days[b-4qah7sohyc] { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.weekday[b-4qah7sohyc] { text-align: center; font-size: .8rem; padding: .4rem 0; }
.day[b-4qah7sohyc] { border: 1px solid #ddd; background: white; border-radius: 4px; padding: .45rem; }
.day:hover[b-4qah7sohyc] { background: #e7f0ff; }
.day.selected[b-4qah7sohyc] { background: #0d6efd; color: white; border-color: #0d6efd; }
.date-actions[b-4qah7sohyc] { justify-content: flex-end; margin-bottom: 0; }
fieldset[b-4qah7sohyc] { min-width: 0; }
/* /Components/TaskEditDialog.razor.rz.scp.css */
.task-dialog-status[b-f5k2e5qg0y] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 2600;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid #d2d7e3;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.2);
}
/* /Components/TaskEditorPopup.razor.rz.scp.css */
.task-editor-overlay-backdrop[b-hzno0ndn0q] {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.08);
    z-index: 2600;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    padding: 1rem;
}

.task-editor-overlay-panel[b-hzno0ndn0q] {
    width: min(820px, 48vw);
    min-width: min(760px, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    overflow: auto;
    background: #fff;
    border: 1px solid #d2d7e3;
    border-radius: 10px;
    box-shadow: 0 18px 52px rgba(15, 23, 42, 0.38);
    padding: 0.9rem;
}

.task-editor-overlay-header[b-hzno0ndn0q] {
    position: sticky;
    top: -0.9rem;
    z-index: 10;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin: -0.9rem -0.9rem 0.8rem;
    padding: 0.9rem 0.9rem 0.55rem;
    border-bottom: 1px solid #eceff5;
}

.task-editor-overlay-header h5[b-hzno0ndn0q] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.task-editor-content[b-hzno0ndn0q] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
    align-items: stretch;
}

.task-editor-main[b-hzno0ndn0q] {
    min-width: 0;
}

.task-editor-header-actions[b-hzno0ndn0q] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex: 0 0 auto;
    margin-left: auto;
    white-space: nowrap;
}

.task-editor-header-actions .section-nav-item[b-hzno0ndn0q] {
    flex: 0 0 auto;
}

.task-editor-header-actions .task-editor-close-action[b-hzno0ndn0q] {
    order: 100;
    margin-left: auto;
}

.task-editor-header-actions > :not(.task-editor-close-action)[b-hzno0ndn0q] {
    order: 0;
}

.task-editor-summary-row[b-hzno0ndn0q] {
    display: grid;
    grid-template-columns: minmax(120px, 0.7fr) minmax(210px, 1.2fr) minmax(260px, 1.6fr);
    gap: 0.7rem;
    align-items: stretch;
    margin-bottom: 0.75rem;
}

.task-editor-summary-row > .edit-field[b-hzno0ndn0q] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 64px;
    min-width: 0;
    margin-bottom: 0;
}

.task-editor-no-field[b-hzno0ndn0q] {
    background: var(--xpm-tab-hilite);
    border: 1px solid var(--xpm-tab-hilite);
}

.task-editor-no-field .edit-field-static[b-hzno0ndn0q] {
    font-size: 1.066rem;
    font-weight: 800;
}

.task-editor-summary-row .edit-field-control[b-hzno0ndn0q],
.task-editor-summary-row .form-select[b-hzno0ndn0q],
.task-editor-no-row[b-hzno0ndn0q] {
    height: 36px;
    min-height: 36px;
}

.task-editor-summary-row .edit-field-control[b-hzno0ndn0q] {
    display: flex;
    align-items: center;
}

.task-editor-summary-row .form-select[b-hzno0ndn0q] {
    display: flex;
    align-items: center;
}

.task-editor-summary-row[b-hzno0ndn0q] (.search-user-select),
.task-editor-summary-row[b-hzno0ndn0q] (.search-user-select-trigger) {
    height: 36px;
    min-height: 36px;
}

.task-editor-tabs[b-hzno0ndn0q] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    border-bottom: 1px solid #e3e7ef;
    margin-bottom: 0.75rem;
}

.task-editor-tab[b-hzno0ndn0q] {
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #475569;
    font-size: 0.86rem;
    font-weight: 700;
    padding: 0.45rem 0.8rem;
}

.task-editor-tab:hover[b-hzno0ndn0q],
.task-editor-tab:focus-visible[b-hzno0ndn0q] {
    color: #111827;
    outline: none;
}

.task-editor-tab-active[b-hzno0ndn0q] {
    color: #111827;
    border-bottom-color: var(--xpm-tab-hilite);
}

.task-editor-grid[b-hzno0ndn0q] {
    display: grid;
    grid-template-columns: repeat(2, minmax(160px, 1fr));
    gap: 0.7rem;
}

.task-editor-grid > .edit-field[b-hzno0ndn0q] {
    grid-column: span 2;
}

.task-editor-grid > .task-editor-compact-field[b-hzno0ndn0q] {
    grid-column: span 1;
}

.task-editor-grid > .task-editor-half-field[b-hzno0ndn0q] {
    grid-column: span 1;
}

.task-editor-description[b-hzno0ndn0q] {
    grid-column: 1 / -1;
}

.task-editor-description textarea[b-hzno0ndn0q] {
    min-height: 260px;
    resize: vertical;
}

.task-editor-no-row[b-hzno0ndn0q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.task-editor-fire-inline[b-hzno0ndn0q] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    white-space: nowrap;
}

.task-editor-fire-icon[b-hzno0ndn0q] {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: inline-block;
    flex: 0 0 auto;
}

.task-editor-fire-toggle[b-hzno0ndn0q] {
    min-height: 32px;
    display: flex;
    align-items: center;
}

.task-editor-inline-warning[b-hzno0ndn0q] {
    margin-top: 0.25rem;
    color: #b42318;
    font-size: 0.78rem;
}

.task-editor-history[b-hzno0ndn0q] {
    min-width: 0;
    max-height: calc(100vh - 13.5rem);
    display: flex;
    flex-direction: column;
    border-left: 0;
    border-top: 0;
    padding-left: 0;
    padding-top: 0;
}

.task-editor-history-header[b-hzno0ndn0q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 32px;
    margin-bottom: 0.55rem;
}

.task-editor-history-header h6[b-hzno0ndn0q] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    color: #1f2937;
}

.task-editor-history-list[b-hzno0ndn0q] {
    overflow: auto;
    padding-right: 0.2rem;
}

.task-editor-history-item[b-hzno0ndn0q] {
    padding: 0.65rem 0;
    border-bottom: 1px solid #edf0f5;
}

.task-editor-history-item:first-child[b-hzno0ndn0q] {
    padding-top: 0;
}

.task-editor-history-item-header[b-hzno0ndn0q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    color: #475569;
    font-size: 0.76rem;
    font-weight: 600;
}

.task-editor-history-user[b-hzno0ndn0q] {
    margin-top: 0.25rem;
    color: #64748b;
    font-size: 0.76rem;
}

.task-editor-history-item pre[b-hzno0ndn0q] {
    margin: 0.45rem 0 0;
    white-space: pre-wrap;
    word-break: break-word;
    font-family: inherit;
    font-size: 0.8rem;
    line-height: 1.35;
    color: #111827;
}

.task-editor-history-state[b-hzno0ndn0q] {
    color: #64748b;
    font-size: 0.84rem;
    padding: 0.35rem 0;
}

.task-editor-questions[b-hzno0ndn0q] {
    min-width: 0;
    max-height: calc(100vh - 13.5rem);
    display: flex;
    flex-direction: column;
}

.task-editor-questions-header[b-hzno0ndn0q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 32px;
    margin-bottom: 0.55rem;
}

.task-editor-questions-header h6[b-hzno0ndn0q] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    color: #1f2937;
}

.task-editor-question-create[b-hzno0ndn0q] {
    border: 1px solid #d7dce8;
    border-radius: 6px;
    background: #f8fafc;
    padding: 0.7rem;
    margin-bottom: 0.75rem;
}

.task-editor-question-create-grid[b-hzno0ndn0q] {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) max-content;
    gap: 0.65rem;
    align-items: end;
}

.task-editor-question-text[b-hzno0ndn0q] {
    grid-column: 1 / -1;
}

.task-editor-question-text textarea[b-hzno0ndn0q] {
    min-height: 88px;
    resize: vertical;
}

.task-editor-question-fire[b-hzno0ndn0q] {
    align-items: center;
    display: inline-flex;
    gap: 0.35rem;
    margin: 0 0 0.35rem;
    color: #334155;
    font-size: 0.84rem;
    font-weight: 700;
    white-space: nowrap;
}

.task-editor-question-error[b-hzno0ndn0q] {
    color: #b91c1c;
    font-size: 0.84rem;
    margin-top: 0.5rem;
}

.task-editor-question-actions[b-hzno0ndn0q] {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.6rem;
}

.task-editor-question-list[b-hzno0ndn0q] {
    display: grid;
    gap: 0.65rem;
    overflow: auto;
    padding-right: 0.2rem;
}

.task-editor-links[b-hzno0ndn0q] {
    min-width: 0;
    max-height: calc(100vh - 13.5rem);
    display: flex;
    flex-direction: column;
}

.task-editor-links-header[b-hzno0ndn0q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 32px;
    margin-bottom: 0.55rem;
}

.task-editor-links-header h6[b-hzno0ndn0q] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    color: #1f2937;
}

.task-editor-link-list[b-hzno0ndn0q] {
    display: grid;
    gap: 0.65rem;
    overflow: auto;
    padding-right: 0.2rem;
}

.task-editor-link-card[b-hzno0ndn0q] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.65rem;
    align-items: start;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #fff;
    padding: 0.65rem;
}

.task-editor-link-main[b-hzno0ndn0q] {
    min-width: 0;
}

.task-editor-link-title[b-hzno0ndn0q] {
    color: #111827;
    font-size: 0.86rem;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.task-editor-link-url[b-hzno0ndn0q] {
    display: inline-block;
    max-width: 100%;
    color: #2563eb;
    font-size: 0.78rem;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.task-editor-link-url:hover[b-hzno0ndn0q] {
    text-decoration: underline;
}

.task-editor-link-description[b-hzno0ndn0q] {
    margin-top: 0.3rem;
    color: #475569;
    font-size: 0.8rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.task-editor-link-actions[b-hzno0ndn0q] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.task-editor-link-type[b-hzno0ndn0q] {
    border: 1px solid #dbe3ef;
    border-radius: 999px;
    background: #f8fafc;
    color: #475569;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    padding: 0.28rem 0.45rem;
    white-space: nowrap;
}

.task-editor-link-error[b-hzno0ndn0q] {
    color: #b91c1c;
    font-size: 0.84rem;
    margin-top: 0.5rem;
}

.task-editor-footer-actions[b-hzno0ndn0q] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.9rem;
    padding-top: 0.65rem;
    border-top: 1px solid #eceff5;
}

.task-question-editor-backdrop[b-hzno0ndn0q] {
    position: fixed;
    inset: 0;
    z-index: 2800;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.22);
}

.task-email-editor-backdrop[b-hzno0ndn0q] {
    position: fixed;
    inset: 0;
    z-index: 2900;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.26);
}

.task-email-editor-panel[b-hzno0ndn0q] {
    width: min(960px, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    overflow: auto;
    background: #fff;
    border: 1px solid #cfd6e4;
    border-radius: 8px;
    box-shadow: 0 18px 52px rgba(15, 23, 42, 0.35);
    padding: 0.85rem;
}

.task-email-editor-header[b-hzno0ndn0q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid #e8edf5;
}

.task-email-editor-header h5[b-hzno0ndn0q] {
    margin: 0;
    font-size: 0.96rem;
    font-weight: 800;
}

.task-question-editor-panel[b-hzno0ndn0q] {
    width: min(640px, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    overflow: auto;
    background: #fff;
    border: 1px solid #cfd6e4;
    border-radius: 8px;
    box-shadow: 0 18px 52px rgba(15, 23, 42, 0.35);
    padding: 0.85rem;
}

.task-question-editor-header[b-hzno0ndn0q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid #e8edf5;
}

.task-question-editor-header h5[b-hzno0ndn0q] {
    margin: 0;
    font-size: 0.96rem;
    font-weight: 800;
}

.task-question-editor-actions[b-hzno0ndn0q] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.8rem;
    padding-top: 0.6rem;
    border-top: 1px solid #e8edf5;
}

.task-question-editor-grid[b-hzno0ndn0q] {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(160px, 0.7fr) max-content;
    gap: 0.65rem;
    align-items: end;
}

.task-question-editor-full[b-hzno0ndn0q] {
    grid-column: 1 / -1;
}

.task-question-editor-full textarea[b-hzno0ndn0q] {
    min-height: 108px;
    resize: vertical;
}

.task-link-editor-backdrop[b-hzno0ndn0q] {
    position: fixed;
    inset: 0;
    z-index: 2800;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.22);
}

.task-link-editor-panel[b-hzno0ndn0q] {
    width: min(620px, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    overflow: auto;
    background: #fff;
    border: 1px solid #cfd6e4;
    border-radius: 8px;
    box-shadow: 0 18px 52px rgba(15, 23, 42, 0.35);
    padding: 0.85rem;
}

.task-link-editor-header[b-hzno0ndn0q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid #e8edf5;
}

.task-link-editor-header h5[b-hzno0ndn0q] {
    margin: 0;
    font-size: 0.96rem;
    font-weight: 800;
}

.task-link-editor-grid[b-hzno0ndn0q] {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(150px, 0.45fr);
    gap: 0.65rem;
    align-items: end;
}

.task-link-editor-full[b-hzno0ndn0q] {
    grid-column: 1 / -1;
}

.task-link-editor-full textarea[b-hzno0ndn0q] {
    min-height: 88px;
    resize: vertical;
}

.task-link-editor-actions[b-hzno0ndn0q] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.8rem;
    padding-top: 0.6rem;
    border-top: 1px solid #e8edf5;
}

.task-editor-co-responsibles[b-hzno0ndn0q] {
    display: grid;
    gap: 0.85rem;
}

.task-editor-co-responsibles-header h6[b-hzno0ndn0q] {
    margin: 0 0 0.2rem;
    font-weight: 800;
}

.task-editor-co-responsibles-header span[b-hzno0ndn0q] {
    color: #667085;
    font-size: 0.88rem;
}

.task-editor-co-responsibles-list[b-hzno0ndn0q] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 0.5rem;
    max-height: 360px;
    overflow-y: auto;
}

.task-editor-co-responsible-option[b-hzno0ndn0q] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
    padding: 0.55rem 0.65rem;
    border: 1px solid #dce3ec;
    border-radius: 0.45rem;
    background: #fff;
    cursor: pointer;
}

.task-editor-co-responsible-option:has(input:checked)[b-hzno0ndn0q] {
    border-color: #f59e0b;
    background: #fff8e8;
}

.task-editor-co-responsible-option span:last-child[b-hzno0ndn0q] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .task-editor-summary-row[b-hzno0ndn0q] {
        grid-template-columns: 1fr;
    }

    .task-editor-content[b-hzno0ndn0q] {
        grid-template-columns: 1fr;
    }

    .task-editor-grid[b-hzno0ndn0q] {
        grid-template-columns: 1fr;
    }

    .task-editor-grid > .edit-field[b-hzno0ndn0q],
    .task-editor-grid > .task-editor-compact-field[b-hzno0ndn0q] {
        grid-column: auto;
    }

    .task-editor-description[b-hzno0ndn0q] {
        grid-column: auto;
    }

    .task-editor-history[b-hzno0ndn0q] {
        max-height: 280px;
        border-left: 0;
        border-top: 1px solid #e3e7ef;
        padding-left: 0;
        padding-top: 0.8rem;
    }

    .task-editor-questions[b-hzno0ndn0q] {
        max-height: 360px;
    }

    .task-editor-links[b-hzno0ndn0q] {
        max-height: 360px;
    }

    .task-editor-link-card[b-hzno0ndn0q] {
        grid-template-columns: 1fr;
    }

    .task-editor-question-create-grid[b-hzno0ndn0q] {
        grid-template-columns: 1fr;
    }

    .task-question-editor-grid[b-hzno0ndn0q],
    .task-link-editor-grid[b-hzno0ndn0q] {
        grid-template-columns: 1fr;
    }

    .task-question-editor-full[b-hzno0ndn0q],
    .task-link-editor-full[b-hzno0ndn0q] {
        grid-column: auto;
    }
}
/* /Components/TaskListGrid.razor.rz.scp.css */
.task-list-grid-shell[b-upjjo7fe98] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.task-list-grid-header[b-upjjo7fe98] {
    position: sticky;
    top: 0;
    z-index: 5;
    background: #fff;
    padding-bottom: .5rem;
    box-shadow: 0 1px 0 #dfe3ea;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
}

.task-list-grid-header-with-filter[b-upjjo7fe98] {
    justify-content: flex-start;
}

.task-list-grid-title[b-upjjo7fe98] {
    margin: 0;
    margin-left: 8px;
    margin-top: 8px;
    flex: 0 0 auto;
}

.task-list-grid-section-actions[b-upjjo7fe98] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-left: auto;
    margin-right: 5px;
    margin-top: 5px;
}

.task-list-grid-info[b-upjjo7fe98] {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin-left: 0.25rem;
    padding: 2px;
    border: 0;
    background: transparent;
    color: var(--xpm-muted);
    cursor: help;
}

.task-list-grid-info:focus-visible[b-upjjo7fe98] {
    outline: 2px solid var(--xpm-button-hilite);
    outline-offset: 2px;
    border-radius: 3px;
}

.task-list-grid-section-action-btn[b-upjjo7fe98] {
    flex: 0 0 auto;
}

.task-list-grid-expand-icon[b-upjjo7fe98] {
    width: var(--xpm-action-icon-size);
    height: var(--xpm-action-icon-size);
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}

.task-list-grid-filter-row[b-upjjo7fe98] {
    display: flex;
    align-items: center;
    margin-left: 5px;
    margin-top: 5px;
}

.task-list-grid-filter-row-inline[b-upjjo7fe98] {
    flex: 1 1 560px;
    max-width: 640px;
    margin-left: 0.35rem;
}

.task-list-grid-filter-cell[b-upjjo7fe98] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-width: min(560px, 100%);
    width: min(560px, 100%);
    border: 1px solid var(--xpm-border);
    border-radius: 8px;
    padding: 3px;
    background: #fff;
}

.task-list-grid-filter-row-inline .task-list-grid-filter-cell[b-upjjo7fe98] {
    width: 100%;
    min-width: min(320px, 100%);
}

.task-list-grid-filter-input[b-upjjo7fe98] {
    flex: 1 1 auto;
    min-width: 0;
    border: none;
    border-radius: 0;
    padding: 0.45rem 0.65rem;
    background: #fff;
}

.task-list-grid-filter-input:focus[b-upjjo7fe98] {
    outline: none;
    box-shadow: none;
}

.task-list-grid-filter-cell:focus-within[b-upjjo7fe98] {
    border-color: var(--xpm-button-hilite);
    box-shadow: 0 0 0 1px var(--xpm-button-hilite);
}

.task-list-grid-filter-btn[b-upjjo7fe98] {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: var(--xpm-action-icon-button-size);
    min-width: var(--xpm-action-icon-button-size);
    height: var(--xpm-action-icon-button-size);
    min-height: var(--xpm-action-icon-button-size);
    border: none;
    border-radius: var(--xpm-action-icon-button-radius);
    background: var(--xpm-action-icon-button-bg);
    color: var(--xpm-action-icon-button-color);
    padding: 0;
}

.task-list-grid-filter-btn:hover[b-upjjo7fe98],
.task-list-grid-filter-btn:focus-visible[b-upjjo7fe98] {
    background: var(--xpm-action-icon-button-hover-bg);
    color: var(--xpm-action-icon-button-color);
    outline: none;
}

.task-list-grid-filter-icon[b-upjjo7fe98] {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}

.task-list-grid-table[b-upjjo7fe98] {
    table-layout: fixed;
    width: 100%;
    font-size: 0.85rem;
}

.task-list-grid-table thead th[b-upjjo7fe98] {
    top: var(--task-list-header-height, 0px);
}

.task-list-grid-table tbody td[b-upjjo7fe98] {
    vertical-align: middle;
    white-space: normal;
    overflow-wrap: anywhere;
}

.task-list-grid-table .sortable-header-btn[b-upjjo7fe98] {
    max-width: 100%;
    white-space: normal;
    gap: .2rem;
}

.task-list-grid-table .user-cell[b-upjjo7fe98] { min-width: 0; }
.task-list-grid-table .user-cell > span[b-upjjo7fe98] { min-width: 0; overflow-wrap: anywhere; }

.task-check-col[b-upjjo7fe98] {
    width: 32px;
}

.task-no-col[b-upjjo7fe98] {
    width: 76px;
}

.task-number-cell > span[b-upjjo7fe98],
.task-number-cell > a[b-upjjo7fe98],
.task-number-cell > button[b-upjjo7fe98] {
    font-size: 1.2em;
    font-weight: 700;
}

.task-project-col[b-upjjo7fe98] {
    width: 110px;
    white-space: normal;
    overflow-wrap: anywhere;
}

.task-project-text[b-upjjo7fe98] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.35;
}

.task-no-link-button[b-upjjo7fe98] {
    border: 0;
    background: transparent;
    color: #0d6efd;
    padding: 0;
    text-decoration: underline;
}

.task-no-link-button:hover:not(:disabled)[b-upjjo7fe98],
.task-no-link-button:focus-visible:not(:disabled)[b-upjjo7fe98] {
    color: #0a58ca;
    outline: none;
}

.task-no-link-button:disabled[b-upjjo7fe98] {
    opacity: 0.55;
}

.task-fire-col[b-upjjo7fe98] {
    width: 52px;
}

.task-fire-cell[b-upjjo7fe98] {
    vertical-align: middle;
}

.task-fire-icon[b-upjjo7fe98] {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}

.task-owner-col[b-upjjo7fe98] {
    width: 120px;
}

.task-priority-col[b-upjjo7fe98] {
    width: 125px;
}

.task-type-col[b-upjjo7fe98] {
    width: 52px;
}

.task-ref-col[b-upjjo7fe98] {
    width: 120px;
}

.task-status-col[b-upjjo7fe98] {
    width: 96px;
}

.task-estimated-time-col[b-upjjo7fe98] {
    width: 72px;
}

.task-due-date-col[b-upjjo7fe98] {
    width: 100px;
}

.task-linked-col[b-upjjo7fe98] {
    width: 52px;
}

.task-action-col[b-upjjo7fe98] {
    width: var(--task-action-width, 64px);
}

.task-empty-cell[b-upjjo7fe98] {
    text-align: center;
    padding: 0.9rem 0.6rem;
}

.task-action-cell[b-upjjo7fe98] {
    vertical-align: middle;
    white-space: nowrap;
}

.task-action-buttons[b-upjjo7fe98] {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.35rem;
}

.icon-btn[b-upjjo7fe98] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 6px;
    background: #000;
    color: #fff;
    padding: 0;
}

.icon-btn:hover:not(:disabled)[b-upjjo7fe98],
.icon-btn:focus-visible:not(:disabled)[b-upjjo7fe98] {
    background: var(--xpm-button-hilite);
    color: #fff;
    outline: none;
}

.icon-btn:disabled[b-upjjo7fe98] {
    opacity: 0.5;
}

.icon-inline-svg[b-upjjo7fe98] {
    width: 16px;
    height: 16px;
    color: #fff;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}

.icon-inline-svg-sm[b-upjjo7fe98] {
    width: 16px;
    height: 16px;
    color: #fff;
}

.task-desc-clamp[b-upjjo7fe98] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.35;
    min-height: 4.05em;
}

.task-status-cell[b-upjjo7fe98] {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.task-late-tag[b-upjjo7fe98] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c2410c;
    border-radius: 4px;
    background: #fff7ed;
    color: #9a3412;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.16rem 0.28rem;
    text-transform: uppercase;
}

.task-linked-pill[b-upjjo7fe98] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.8rem;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    background: #eef8f0;
    border: 1px solid #cbe7d1;
    color: #1f6a35;
    font-size: 0.78rem;
    font-weight: 700;
}

.task-linked-pill-button[b-upjjo7fe98] {
    border: 1px solid #cbe7d1;
    cursor: pointer;
}

.task-linked-pill-button:hover[b-upjjo7fe98],
.task-linked-pill-button:focus-visible[b-upjjo7fe98] {
    background: var(--xpm-button-hilite);
    border-color: var(--xpm-button-hilite);
    color: #fff;
    outline: none;
}

.task-priority-marker[b-upjjo7fe98] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    max-width: 100%;
    padding: 0.15rem 0.4rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: normal;
}

.task-priority-urgent[b-upjjo7fe98] {
    background: #dc2626;
    border: 1px solid #b91c1c;
    color: #fff;
}

.task-priority-semi-urgent[b-upjjo7fe98] {
    background: #f97316;
    border: 1px solid #ea580c;
    color: #111827;
}

.task-priority-none[b-upjjo7fe98] {
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    color: #4b5563;
}

.task-list-grid-compact th[b-upjjo7fe98],
.task-list-grid-compact td[b-upjjo7fe98] {
    padding: 0.3rem 0.45rem;
    font-size: 0.85rem;
}

.task-completion-date-col[b-upjjo7fe98] {
    width: 112px;
}

.task-completion-date-cell[b-upjjo7fe98] {
    white-space: nowrap;
}
/* /Components/TaskQuestionCard.razor.rz.scp.css */
.task-question-card[b-wyhc1bxkm3] {
    background: #fff;
    border: 1px solid #d7dce8;
    border-radius: 6px;
    display: grid;
    grid-template-columns: 7px minmax(0, 1fr);
    overflow: hidden;
}

.task-question-status-bar[b-wyhc1bxkm3] {
    background: #94a3b8;
}

.task-question-open .task-question-status-bar[b-wyhc1bxkm3] {
    background: var(--xpm-tab-hilite, #f28c28);
}

.task-question-answered .task-question-status-bar[b-wyhc1bxkm3] {
    background: #22c55e;
}

.task-question-cancelled .task-question-status-bar[b-wyhc1bxkm3] {
    background: #94a3b8;
}

.task-question-content[b-wyhc1bxkm3] {
    display: grid;
    gap: 8px;
    min-width: 0;
    padding: 10px 12px;
}

.task-question-header[b-wyhc1bxkm3],
.task-question-block-header[b-wyhc1bxkm3],
.task-question-flags[b-wyhc1bxkm3],
.task-question-participants[b-wyhc1bxkm3] {
    align-items: center;
    display: flex;
    gap: 8px;
}

.task-question-header[b-wyhc1bxkm3],
.task-question-block-header[b-wyhc1bxkm3] {
    justify-content: space-between;
}

.task-question-participants[b-wyhc1bxkm3] {
    color: #0f172a;
    font-size: 0.86rem;
    font-weight: 800;
    min-width: 0;
}

.task-question-arrow[b-wyhc1bxkm3] {
    color: #64748b;
}

.task-question-status[b-wyhc1bxkm3] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    color: #334155;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 2px 8px;
}

.task-question-edit-btn[b-wyhc1bxkm3] {
    align-items: center;
    background: #111827;
    border: 0;
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    font-size: 0.74rem;
    font-weight: 800;
    height: 24px;
    justify-content: center;
    line-height: 1;
    min-width: 28px;
    padding: 0 6px;
}

.task-question-edit-btn:hover[b-wyhc1bxkm3],
.task-question-edit-btn:focus-visible[b-wyhc1bxkm3] {
    background: var(--xpm-button-hilite, #f28c28);
    outline: none;
}

.task-question-modified[b-wyhc1bxkm3] {
    color: #64748b;
    font-size: 0.74rem;
    font-weight: 700;
}

.task-question-fire-icon[b-wyhc1bxkm3] {
    height: 20px;
    width: 20px;
}

.task-question-block[b-wyhc1bxkm3] {
    border-top: 1px solid #edf0f5;
    display: grid;
    gap: 4px;
    padding-top: 8px;
}

.task-question-block-header strong[b-wyhc1bxkm3],
.task-question-block-header time[b-wyhc1bxkm3] {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.task-question-block p[b-wyhc1bxkm3] {
    color: #1f2937;
    font-size: 0.88rem;
    line-height: 1.35;
    margin: 0;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

.task-question-answer p[b-wyhc1bxkm3] {
    color: #334155;
}
/* /Components/TaskSummaryCard.razor.rz.scp.css */
.task-summary-card[b-oq2qbse9sl] {
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
    display: grid;
    grid-template-columns: 7px minmax(0, 1fr);
    min-height: 150px;
    overflow: hidden;
}

.task-summary-priority-bar[b-oq2qbse9sl] {
    background: #94a3b8;
}

.task-summary-priority-urgent .task-summary-priority-bar[b-oq2qbse9sl] {
    background: #c1121f;
}

.task-summary-priority-semi .task-summary-priority-bar[b-oq2qbse9sl] {
    background: var(--xpm-tab-hilite, #f28c28);
}

.task-summary-main[b-oq2qbse9sl],
.task-summary-loading[b-oq2qbse9sl],
.task-summary-empty[b-oq2qbse9sl] {
    min-width: 0;
    padding: 12px 14px;
}

.task-summary-loading[b-oq2qbse9sl],
.task-summary-empty[b-oq2qbse9sl] {
    align-items: center;
    color: #64748b;
    display: flex;
    font-size: 0.88rem;
}

.task-summary-header[b-oq2qbse9sl] {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.task-summary-title-group[b-oq2qbse9sl] {
    display: grid;
    gap: 1px;
}

.task-summary-label[b-oq2qbse9sl],
.task-summary-reference span[b-oq2qbse9sl],
.task-summary-meta dt[b-oq2qbse9sl] {
    color: #64748b;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.task-summary-no[b-oq2qbse9sl] {
    color: #0f172a;
    font-size: 1.35rem;
    line-height: 1;
}

.task-summary-open-btn[b-oq2qbse9sl] {
    align-items: center;
    background: #0b0f14;
    border: 0;
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    height: 28px;
    justify-content: center;
    line-height: 1;
    min-width: 34px;
    padding: 0 8px 4px;
}

.task-summary-open-btn:disabled[b-oq2qbse9sl] {
    cursor: default;
    opacity: 0.65;
}

.task-summary-meta[b-oq2qbse9sl] {
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(120px, 1fr) minmax(160px, 1.4fr) minmax(95px, 0.7fr);
    margin: 12px 0 0;
}

.task-summary-meta div[b-oq2qbse9sl] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    min-width: 0;
    padding: 7px 8px;
}

.task-summary-meta dd[b-oq2qbse9sl] {
    color: #0f172a;
    font-size: 0.85rem;
    margin: 0;
    overflow-wrap: anywhere;
}

.task-summary-body[b-oq2qbse9sl] {
    border-top: 1px solid #e2e8f0;
    display: grid;
    gap: 7px;
    margin-top: 12px;
    padding-top: 10px;
}

.task-summary-reference[b-oq2qbse9sl] {
    align-items: baseline;
    display: flex;
    gap: 8px;
    min-width: 0;
}

.task-summary-reference strong[b-oq2qbse9sl] {
    color: #0f172a;
    font-size: 0.9rem;
    overflow-wrap: anywhere;
}

.task-summary-body p[b-oq2qbse9sl] {
    color: #1f2937;
    font-size: 0.9rem;
    line-height: 1.35;
    margin: 0;
    overflow-wrap: anywhere;
}

@media (max-width: 700px) {
    .task-summary-meta[b-oq2qbse9sl] {
        grid-template-columns: 1fr;
    }
}
/* /Components/TestGridAttachmentPanel.razor.rz.scp.css */
.test-grid-attach-shell[b-wqamsncwya] {
    min-width: 0;
}

.test-grid-attach-list[b-wqamsncwya] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
    gap: 0.7rem;
    padding: 0.05rem 0.15rem 0.15rem 0;
}

.task-attach-state[b-wqamsncwya] {
    color: #64748b;
    font-size: 0.84rem;
    padding: 0.35rem 0;
}

.attach-card[b-wqamsncwya] {
    min-width: 0;
    min-height: 166px;
    border: 1px solid #d8dee9;
    border-radius: 8px;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.attach-thumb[b-wqamsncwya] {
    min-height: 82px;
    border: 0;
    border-bottom: 1px solid #edf0f5;
    background: #f8fafc;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.ft-badge[b-wqamsncwya] {
    min-width: 54px;
    height: 34px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.55rem;
    color: #fff;
    background: #64748b;
    font-size: 0.78rem;
    font-weight: 800;
}

.ft-badge.pdf[b-wqamsncwya] { background: #b91c1c; }
.ft-badge.doc[b-wqamsncwya] { background: #1d4ed8; }
.ft-badge.xls[b-wqamsncwya] { background: #15803d; }
.ft-badge.img[b-wqamsncwya] { background: #7c3aed; }
.ft-badge.txt[b-wqamsncwya] { background: #334155; }

.attach-info[b-wqamsncwya] {
    min-width: 0;
    flex: 1 1 auto;
    padding: 0.58rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.attach-name[b-wqamsncwya] {
    min-height: 2.35rem;
    color: #111827;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.attach-meta[b-wqamsncwya] {
    color: #64748b;
    font-size: 0.72rem;
    line-height: 1.2;
}

.attach-actions[b-wqamsncwya] {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
}

.btn-icon[b-wqamsncwya] {
    width: 30px;
    height: 30px;
    border: 1px solid #d7dce8;
    border-radius: 6px;
    background: #fff;
    color: #334155;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-icon-danger[b-wqamsncwya] {
    color: #b91c1c;
}

.btn-icon-danger:hover:not(:disabled)[b-wqamsncwya],
.btn-icon-danger:focus-visible:not(:disabled)[b-wqamsncwya] {
    color: #7f1d1d;
    border-color: #fca5a5;
    background: #fff1f2;
}

.attach-card-upload[b-wqamsncwya] {
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    color: #334155;
    background: #f8fafc;
    cursor: pointer;
    border-style: dashed;
    padding: 0.85rem 0.65rem;
    text-align: center;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.attach-card-upload:hover:not(.busy)[b-wqamsncwya],
.attach-card-upload.drag-hover[b-wqamsncwya] {
    border-color: #4169e1;
    background: #eef4ff;
    color: #1d4ed8;
}

.attach-card-upload.busy[b-wqamsncwya] {
    cursor: default;
    opacity: 0.7;
}

.attach-file-input[b-wqamsncwya] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: transparent;
    cursor: pointer;
    font-size: 0;
    z-index: 2;
}

.upload-glyph[b-wqamsncwya] {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e8edf5;
    pointer-events: none;
    position: relative;
    z-index: 1;
}

.upload-lbl[b-wqamsncwya],
.upload-empty-lbl[b-wqamsncwya] {
    display: block;
    width: 100%;
    max-width: 118px;
    line-height: 1.2;
    overflow-wrap: anywhere;
    pointer-events: none;
    position: relative;
    z-index: 1;
}

.upload-lbl[b-wqamsncwya] {
    font-size: 0.82rem;
    font-weight: 700;
}

.upload-empty-lbl[b-wqamsncwya] {
    color: #64748b;
    font-size: 0.74rem;
    font-weight: 600;
}
/* /Components/UserSettingsPopup.razor.rz.scp.css */
.user-settings-backdrop[b-3he8m8hyhs] { position: fixed; inset: 3.5rem 0 0; z-index: 2600; background: #0004; display: flex; justify-content: flex-end; padding: 1rem; }
.user-settings-popup[b-3he8m8hyhs] { display: flex; flex-direction: column; width: min(950px, 100%); min-height: 0; background: white; border-radius: 10px; box-shadow: 0 18px 52px #0005; overflow: hidden; }
.user-settings-header[b-3he8m8hyhs] { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem 1rem; border-bottom: 1px solid #ddd; flex-shrink: 0; }
.user-settings-header h5[b-3he8m8hyhs] { margin: 0; }
.user-settings-content[b-3he8m8hyhs] { padding: 1rem; min-height: 0; overflow: auto; }
/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-9au4107tzc] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #f3f4f6;
    min-height: 100dvh;
}

.top-bar[b-9au4107tzc] {
    position: sticky;
    top: 0;
    z-index: 100;
    height: 3.5rem;
    display: grid;
    grid-template-columns: 3.5rem minmax(0, 1fr) 3.5rem;
    align-items: center;
    background: var(--top-bar-user-color, var(--BleuVizCo));
    color: #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.14);
}

.top-bar[b-9au4107tzc]::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 8px;
    background: #fff;
    pointer-events: none;
}

.top-mariachi[b-9au4107tzc] {
    position: absolute;
    right: 4.1rem;
    top: calc(0px + var(--top-image-offset, 0px));
    z-index: 2;
    width: 82px;
    height: auto;
    pointer-events: none;
    user-select: none;
}

.top-bar-preview[b-9au4107tzc] {
    z-index: 2700;
}

.top-menu-button[b-9au4107tzc] {
    width: 3.5rem;
    height: 3.5rem;
    border: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #fff;
}

.top-menu-button:hover[b-9au4107tzc],
.top-menu-button:focus-visible[b-9au4107tzc] {
    background: rgba(255, 255, 255, 0.14);
    outline: none;
}

.top-menu-icon[b-9au4107tzc] {
    width: 32px;
    height: 32px;
}

.top-title[b-9au4107tzc] {
    position: relative;
    z-index: 3;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.top-user[b-9au4107tzc] {
    position: relative;
    z-index: 3;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.top-user-button[b-9au4107tzc] {
    width: 3.5rem;
    height: 3.5rem;
    border: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    cursor: pointer;
}

.top-user-button:hover[b-9au4107tzc],
.top-user-button:focus-visible[b-9au4107tzc] {
    background: rgba(255, 255, 255, 0.14);
    outline: none;
}

.top-user-menu[b-9au4107tzc] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0.5rem;
    min-width: 270px;
    padding: 0.35rem;
    border: 1px solid #d6dbe3;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
    color: #111827;
}

.top-user-summary[b-9au4107tzc] {
    min-width: 0;
    padding: 0.5rem 2rem 0.5rem 0.45rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.top-user-summary-text[b-9au4107tzc] {
    min-width: 0;
    display: grid;
    gap: 0.15rem;
}

.top-user-summary-text strong[b-9au4107tzc] {
    overflow: hidden;
    color: #111827;
    font-size: 0.92rem;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-user-summary-text span[b-9au4107tzc] {
    color: #64748b;
    font-size: 0.76rem;
    line-height: 1.1;
}

.top-user-details[b-9au4107tzc] {
    margin: 0.2rem 0.25rem 0;
    padding: 0.45rem 0.55rem;
    display: grid;
    gap: 0.35rem;
    border-top: 1px solid #e5e7eb;
}

.top-user-details div[b-9au4107tzc] {
    display: grid;
    grid-template-columns: 3.4rem minmax(0, 1fr);
    gap: 0.5rem;
    align-items: baseline;
}

.top-user-details dt[b-9au4107tzc] {
    color: #64748b;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.top-user-details dd[b-9au4107tzc] {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    color: #111827;
    font-size: 0.84rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-user-settings[b-9au4107tzc] {
    width: calc(100% - 0.5rem);
    min-height: 2.15rem;
    margin: 0.35rem 0.25rem 0.15rem;
    border: 1px solid #111827;
    border-radius: 4px;
    background: #111827;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    font-size: 0.84rem;
    font-weight: 700;
}

.top-user-settings:hover[b-9au4107tzc],
.top-user-settings:focus-visible[b-9au4107tzc] {
    border-color: var(--xpm-button-hilite);
    background: var(--xpm-button-hilite);
    outline: none;
}

.top-user-menu-close[b-9au4107tzc] {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    width: 1.6rem;
    height: 1.6rem;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #475569;
    font-size: 1.15rem;
    line-height: 1;
}

.top-user-menu-close:hover[b-9au4107tzc],
.top-user-menu-close:focus-visible[b-9au4107tzc] {
    background: #eef2f7;
    outline: none;
}

.top-user-menu-item[b-9au4107tzc] {
    width: 100%;
    min-height: 2rem;
    padding: 0.45rem 2rem 0.45rem 0.6rem;
    display: flex;
    align-items: center;
    border-radius: 4px;
    color: #111827;
    font-size: 0.86rem;
    line-height: 1.2;
    cursor: pointer;
}

.top-user-menu-item:hover[b-9au4107tzc],
.top-user-menu-item:focus-visible[b-9au4107tzc] {
    background: #eef2f7;
}

.top-user-file[b-9au4107tzc] {
    display: none;
}

.top-user-offset[b-9au4107tzc] {
    margin: 0.3rem 0.25rem 0;
    padding: 0.45rem 0.35rem 0.2rem;
    border-top: 1px solid #e5e7eb;
}

.top-user-color[b-9au4107tzc] {
    margin: 0.15rem 0.25rem 0;
    padding: 0.35rem 0.35rem 0.2rem;
    border-top: 1px solid #e5e7eb;
}

.top-user-color-row[b-9au4107tzc] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 0.35rem;
    align-items: center;
}

.top-user-color-input[b-9au4107tzc] {
    width: 100%;
    height: 1.9rem;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    padding: 0.1rem 0.2rem;
    background: #fff;
}

.top-user-reset-color[b-9au4107tzc] {
    width: 100%;
    min-height: 1.9rem;
    margin-top: 0.35rem;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    background: #fff;
    color: #111827;
    font-size: 0.78rem;
    font-weight: 600;
}

.top-user-reset-color:hover[b-9au4107tzc],
.top-user-reset-color:focus-visible[b-9au4107tzc] {
    background: #eef2f7;
    outline: none;
}

.top-user-reset-color:disabled[b-9au4107tzc] {
    opacity: 0.58;
}

.top-user-offset-label[b-9au4107tzc] {
    display: block;
    margin-bottom: 0.3rem;
    color: #374151;
    font-size: 0.78rem;
    font-weight: 600;
}

.top-user-offset-row[b-9au4107tzc] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 0.35rem;
    align-items: center;
}

.top-user-offset-input[b-9au4107tzc] {
    width: 100%;
    height: 1.9rem;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    padding: 0 0.4rem;
    color: #111827;
    font-size: 0.86rem;
}

.top-user-offset-save[b-9au4107tzc] {
    height: 1.9rem;
    border: 1px solid #111827;
    border-radius: 4px;
    background: #111827;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
}

.top-user-offset-save:disabled[b-9au4107tzc] {
    opacity: 0.58;
}

.top-user-menu-message[b-9au4107tzc] {
    margin: 0.35rem 0.25rem 0.15rem;
    padding: 0.45rem 0.55rem;
    border-radius: 4px;
    font-size: 0.78rem;
    line-height: 1.25;
}

.top-user-menu-message.is-success[b-9au4107tzc] {
    background: #e8f7ee;
    color: #166534;
}

.top-user-menu-message.is-error[b-9au4107tzc] {
    background: #fef2f2;
    color: #991b1b;
}

.top-user-session[b-9au4107tzc] {
    margin: 0.35rem 0.25rem 0.15rem;
    padding-top: 0.35rem;
    border-top: 1px solid #e5e7eb;
}

.top-user-logout[b-9au4107tzc] {
    width: 100%;
    min-height: 2.15rem;
    border: 1px solid #111827;
    border-radius: 4px;
    background: #111827;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    font-size: 0.84rem;
    font-weight: 700;
}

.top-user-logout:hover[b-9au4107tzc],
.top-user-logout:focus-visible[b-9au4107tzc] {
    background: #000;
    outline: none;
}

.top-user-logout-icon[b-9au4107tzc] {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex: 0 0 auto;
}

.page[b-9au4107tzc] {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
}

main[b-9au4107tzc] {
    flex: 1 1 0;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

article[b-9au4107tzc] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.sidebar[b-9au4107tzc] {
    background: #000;
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.06);
}

@media (min-width: 641px) {
    .top-bar[b-9au4107tzc]::after {
        left: calc(3rem + 10px);
    }

    .page[b-9au4107tzc] {
        flex-direction: row;
    }

    .sidebar[b-9au4107tzc] {
        width: calc(3rem + 10px);
        flex: 0 0 calc(3rem + 10px);
        height: calc(100vh - 3.5rem);
        position: sticky;
        top: 3.5rem;
    }

    article[b-9au4107tzc] {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
}

@media (max-width: 760px) {
    .top-mariachi[b-9au4107tzc] {
        display: none;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.nav-icon[b-ciuawga3mv] {
    display: inline-flex;
    width: 32px;
    height: 32px;
}

.nav-icon.home-icon-white[b-ciuawga3mv] {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.nav-icon.dashboard-icon-white[b-ciuawga3mv] {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.nav-icon.inbox-icon-white[b-ciuawga3mv] {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.nav-icon.personal-note-icon-white[b-ciuawga3mv] {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.nav-icon.project-icon-white[b-ciuawga3mv] {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.nav-icon.contact-icon-vizco[b-ciuawga3mv] {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.nav-icon.task-icon-white[b-ciuawga3mv] {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.nav-icon.nav-lucide-icon[b-ciuawga3mv] {
    color: #fff;
    stroke-width: 2.2;
}

.nav-icon.meeting-icon-white[b-ciuawga3mv] {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.nav-icon.login-icon-white[b-ciuawga3mv] {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.nav-item[b-ciuawga3mv] {
    font-size: 0.9rem;
    padding-bottom: 0.35rem;
    display: flex;
    justify-content: center;
}

.nav-primary .nav-item:first-of-type[b-ciuawga3mv] {
    padding-top: 0.8rem;
}

.nav-meeting-item[b-ciuawga3mv] {
    position: relative;
}

.nav-secondary .nav-item:last-of-type[b-ciuawga3mv] {
    padding-bottom: 1rem;
}

.nav-item[b-ciuawga3mv]  a {
    color: #fff;
    border-radius: 4px;
    border: none !important;
    outline: none !important;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    background: #000;
    position: relative;
}

.nav-running-meeting[b-ciuawga3mv] {
    position: absolute;
    right: 0.35rem;
    top: 0.35rem;
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 999px;
    background: #ed8b00;
    box-shadow: 0 0 0 2px #000;
}

.nav-unread-inbox[b-ciuawga3mv] {
    position: absolute;
    right: 0.35rem;
    top: 0.35rem;
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 999px;
    background: var(--ImportantColor);
    box-shadow: 0 0 0 2px #000;
}

.nav-item[b-ciuawga3mv]  a.active {
    background-color: #000;
    color: #fff;
    box-shadow: none;
}

.nav-item[b-ciuawga3mv]  a:hover {
    background-color: var(--xpm-button-hilite);
    color: #fff;
}

.nav-item[b-ciuawga3mv]  a:focus,
.nav-item[b-ciuawga3mv]  a:focus-visible {
    background-color: var(--xpm-button-hilite);
    color: #fff;
}

.icon-only[b-ciuawga3mv] {
    padding-left: 0;
    padding-right: 0;
}

.nav-shell[b-ciuawga3mv] {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nav-primary[b-ciuawga3mv],
.nav-secondary[b-ciuawga3mv] {
    display: flex;
    flex-direction: column;
}

@media (min-width: 641px) {
    .collapse[b-ciuawga3mv] {
        display: block;
    }

    .nav-scrollable[b-ciuawga3mv] {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
}
/* /Pages/BattleShit25.razor.rz.scp.css */
.battleshit25-page[b-k5p9f5ipvs] {
    --BattleShitHiliteColor: #55ff88;
    --battle-bg: #020604;
    --battle-panel: #06120a;
    --battle-panel-soft: #091a0f;
    --battle-border: #1f7a3c;
    --battle-border-hot: var(--BattleShitHiliteColor);
    --battle-text: #b8ffd0;
    --battle-muted: #69c982;
    --battle-navy: #0a2d18;
    --battle-navy-hover: #115d2c;
    --battle-disabled: #07100b;
    --battle-glow: rgba(76, 255, 126, 0.34);
    --battle-shadow: rgba(0, 0, 0, 0.78);

    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    height: calc(100vh - 92px);
    min-height: 0;
    padding: 0.9rem;
    border: 1px solid rgba(85, 255, 136, 0.28);
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 40%, rgba(23, 121, 55, 0.18), transparent 52%),
        linear-gradient(rgba(70, 255, 118, 0.035) 50%, rgba(0, 0, 0, 0.08) 50%),
        var(--battle-bg);
    background-size: auto, 100% 4px, auto;
    color: var(--battle-text);
    font-family: "Courier Prime", "Special Elite", "Courier New", Consolas, monospace;
    letter-spacing: 0;
    overflow: hidden;
    text-shadow: 0 0 7px var(--battle-glow);
    box-shadow:
        inset 0 0 34px rgba(0, 0, 0, 0.92),
        inset 0 0 90px rgba(23, 121, 55, 0.12);
}

.battleshit25-page[b-k5p9f5ipvs]::before,
.battleshit25-page[b-k5p9f5ipvs]::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.battleshit25-page[b-k5p9f5ipvs]::before {
    z-index: 5;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 8%, rgba(255, 255, 255, 0.018) 16%, transparent 24%),
        linear-gradient(rgba(140, 255, 170, 0.075) 1px, transparent 1px);
    background-size: 8px 100%, 100% 3px;
    mix-blend-mode: screen;
    opacity: 0.46;
}

.battleshit25-page[b-k5p9f5ipvs]::after {
    z-index: 4;
    border-radius: inherit;
    box-shadow:
        inset 0 0 110px rgba(0, 0, 0, 0.96),
        inset 0 0 22px rgba(85, 255, 136, 0.18);
}

.battleshit25-page[b-k5p9f5ipvs]  .page-header-row {
    border-color: var(--battle-border);
    background: linear-gradient(180deg, #0b1f12, var(--battle-panel));
    color: var(--battle-text);
    box-shadow: inset 0 -1px 0 rgba(85, 255, 136, 0.18), 0 0 18px rgba(34, 197, 94, 0.12);
}

.battleshit25-page[b-k5p9f5ipvs]  .page-main-object-label,
.battleshit25-page[b-k5p9f5ipvs]  .page-main-object-sep,
.battleshit25-page[b-k5p9f5ipvs]  .page-main-object-name {
    color: var(--battle-text);
}

.battleshit25-page[b-k5p9f5ipvs]  .section-nav-item {
    border-color: var(--battle-border);
    background: #000;
    color: #c8ffd8;
    box-shadow: inset 0 0 0 1px rgba(85, 255, 136, 0.08);
}

.battleshit25-page[b-k5p9f5ipvs]  .section-nav-item:hover,
.battleshit25-page[b-k5p9f5ipvs]  .section-nav-item:focus-visible {
    border-color: var(--battle-border-hot);
    background: #000;
    color: #dcffe6;
    box-shadow: 0 0 14px var(--battle-glow), inset 0 0 12px rgba(85, 255, 136, 0.12);
}

.battle-toolbar-svg-icon[b-k5p9f5ipvs] {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(91%) sepia(20%) saturate(690%) hue-rotate(78deg) brightness(106%) contrast(103%);
}

.battleshit25-page[b-k5p9f5ipvs]  .section-nav-label,
.battleshit25-page[b-k5p9f5ipvs]  .section-nav-icon {
    color: #c8ffd8;
}

.battleshit25-page[b-k5p9f5ipvs]  img.section-nav-icon {
    filter: brightness(0) saturate(100%) invert(91%) sepia(20%) saturate(690%) hue-rotate(78deg) brightness(106%) contrast(103%);
}

.battleshit25-page[b-k5p9f5ipvs]  .section-nav-item:hover .section-nav-icon,
.battleshit25-page[b-k5p9f5ipvs]  .section-nav-item:focus-visible .section-nav-icon {
    color: #dcffe6;
}

.battleshit25-page[b-k5p9f5ipvs]  .section-nav-item:hover img.section-nav-icon,
.battleshit25-page[b-k5p9f5ipvs]  .section-nav-item:focus-visible img.section-nav-icon {
    filter: brightness(0) saturate(100%) invert(96%) sepia(11%) saturate(716%) hue-rotate(76deg) brightness(105%) contrast(104%);
}

.battleshit25-page[b-k5p9f5ipvs]  .child-list-section {
    border-color: var(--battle-border);
    background: var(--battle-panel);
    color: var(--battle-text);
    box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.42);
}

.battleshit25-page[b-k5p9f5ipvs]  .child-list-title {
    color: var(--battle-text);
}

.battle-actions-header[b-k5p9f5ipvs] {
    position: relative;
    display: inline-flex;
}

.battle-actions-popup-button[b-k5p9f5ipvs] {
    appearance: none;
    font: inherit;
    cursor: pointer;
}

.battle-actions-popup-button:hover[b-k5p9f5ipvs],
.battle-actions-popup-button:focus-visible[b-k5p9f5ipvs] {
    outline: none;
}

.battle-actions-popup[b-k5p9f5ipvs] {
    position: absolute;
    top: calc(100% + 0.45rem);
    right: 0;
    z-index: 20;
    width: min(260px, calc(100vw - 2rem));
    padding: 0.65rem;
    border: 1px solid var(--battle-border);
    border-radius: 8px;
    background: var(--battle-panel);
    box-shadow: 0 18px 50px var(--battle-shadow), 0 0 22px rgba(85, 255, 136, 0.16);
}

.battle-toast[b-k5p9f5ipvs] {
    position: fixed;
    right: 1.15rem;
    bottom: 1.15rem;
    z-index: 3200;
    width: min(420px, calc(100vw - 2rem));
    padding: 0.75rem 0.85rem;
    border: 1px solid var(--battle-border);
    border-radius: 8px;
    background: var(--battle-panel);
    color: var(--battle-text);
    box-shadow: 0 18px 50px var(--battle-shadow), 0 0 20px rgba(85, 255, 136, 0.18);
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1.3;
}

.battle-command-layout[b-k5p9f5ipvs] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.2fr);
    gap: 0.9rem;
    align-items: stretch;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.battle-column[b-k5p9f5ipvs],
.battle-map-panel[b-k5p9f5ipvs] {
    border: 1px solid var(--battle-border);
    border-radius: 8px;
    background: var(--battle-panel);
    color: var(--battle-text);
    box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.58), 0 0 16px rgba(85, 255, 136, 0.08);
}

.battle-column[b-k5p9f5ipvs] {
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 0;
    overflow: auto;
}

.battle-map-panel[b-k5p9f5ipvs] {
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    display: flex;
}

.battle-map-panel[b-k5p9f5ipvs]  .battle-map-component {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
}

.battle-map-panel[b-k5p9f5ipvs]  .battle-map-shell {
    height: 100%;
    min-height: 0;
}

.battle-column-header[b-k5p9f5ipvs] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.battle-column-header h5[b-k5p9f5ipvs] {
    margin: 0;
    color: var(--battle-text);
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
}

.battle-column-header span[b-k5p9f5ipvs] {
    color: var(--battle-muted);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.battle-action-menu[b-k5p9f5ipvs],
.battle-news-feed[b-k5p9f5ipvs] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.battle-action-menu a[b-k5p9f5ipvs],
.battle-action-button[b-k5p9f5ipvs] {
    min-height: 44px;
    padding: 0.55rem 0.65rem;
    border: 1px solid #0b4d82;
    border-color: var(--battle-border);
    border-radius: 8px;
    background: var(--battle-navy);
    color: var(--battle-text);
    text-decoration: none;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.battle-action-button:disabled[b-k5p9f5ipvs] {
    border-color: var(--battle-border);
    background: var(--battle-disabled);
    color: #2d6b3e;
    cursor: not-allowed;
    text-shadow: none;
}

.battle-action-menu a:hover[b-k5p9f5ipvs],
.battle-action-menu a:focus-visible[b-k5p9f5ipvs],
.battle-action-button:hover[b-k5p9f5ipvs],
.battle-action-button:focus-visible[b-k5p9f5ipvs] {
    border-color: var(--battle-border-hot);
    background: var(--battle-navy-hover);
    color: var(--battle-text);
    outline: none;
    box-shadow: 0 0 14px var(--battle-glow), inset 0 0 12px rgba(85, 255, 136, 0.12);
}

.battle-action-button[b-k5p9f5ipvs] {
    width: 100%;
    text-align: left;
}

.battle-action-button-active[b-k5p9f5ipvs] {
    border-color: var(--battle-border-hot);
    background: var(--battle-navy-hover);
    box-shadow: inset 0 0 0 1px var(--battle-border-hot), 0 0 16px var(--battle-glow);
}

.battle-news-card[b-k5p9f5ipvs] {
    padding: 0.65rem;
    border: 1px solid var(--battle-border);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(85, 255, 136, 0.08), transparent 38%),
        rgba(3, 15, 8, 0.82);
    box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.45);
}

.battle-news-card-primary[b-k5p9f5ipvs] {
    border-color: var(--battle-border-hot);
    background:
        linear-gradient(90deg, rgba(85, 255, 136, 0.14), transparent 48%),
        rgba(3, 15, 8, 0.92);
    box-shadow:
        inset 0 0 20px rgba(0, 0, 0, 0.58),
        0 0 16px rgba(85, 255, 136, 0.12);
}

.battle-news-card span[b-k5p9f5ipvs] {
    color: var(--battle-muted);
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
}

.battle-news-card strong[b-k5p9f5ipvs] {
    display: block;
    margin-top: 0.2rem;
    color: var(--battle-text);
    font-size: 0.92rem;
    line-height: 1.2;
}

.battle-news-card p[b-k5p9f5ipvs] {
    margin: 0.35rem 0 0;
    color: var(--battle-muted);
    font-size: 0.8rem;
    line-height: 1.3;
}

.battle-stat-grid[b-k5p9f5ipvs] {
    margin-top: 0.55rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.42rem;
}

.battle-stat-grid div[b-k5p9f5ipvs] {
    min-width: 0;
    min-height: 34px;
    padding: 0.34rem 0.4rem;
    border: 1px solid rgba(85, 255, 136, 0.26);
    border-radius: 6px;
    background: rgba(1, 6, 3, 0.78);
    color: var(--battle-text);
    display: flex;
    align-items: center;
    gap: 0.35rem;
    overflow: hidden;
}

.battle-stat-grid svg[b-k5p9f5ipvs] {
    flex: 0 0 auto;
    color: var(--battle-border-hot);
    filter: drop-shadow(0 0 5px rgba(85, 255, 136, 0.52));
}

.battle-stat-grid span[b-k5p9f5ipvs] {
    min-width: 0;
    color: var(--battle-text);
    font-size: 0.72rem;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: none;
}

.battle-modal-overlay[b-k5p9f5ipvs] {
    position: fixed;
    inset: 0;
    z-index: 3100;
    padding: 1.25rem;
    background: rgba(0, 6, 2, 0.72);
    display: flex;
    align-items: center;
    justify-content: center;
}

.battle-modal[b-k5p9f5ipvs] {
    width: min(440px, 100%);
    max-height: min(620px, calc(100vh - 48px));
    overflow-y: auto;
    border: 1px solid var(--battle-border);
    border-radius: 8px;
    background: var(--battle-panel);
    color: var(--battle-text);
    box-shadow: 0 18px 50px var(--battle-shadow), 0 0 24px rgba(85, 255, 136, 0.18);
}

.battle-modal-wide[b-k5p9f5ipvs] {
    width: min(1180px, 100%);
}

.battle-modal-header[b-k5p9f5ipvs] {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 0.75rem 0.85rem;
    border-bottom: 1px solid var(--battle-border);
    background: var(--battle-panel);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.battle-modal-header h5[b-k5p9f5ipvs] {
    margin: 0;
    color: var(--battle-text);
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
}

.battle-modal-body[b-k5p9f5ipvs] {
    padding: 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.battle-modal-body p[b-k5p9f5ipvs] {
    margin: 0.25rem 0 0;
    color: var(--battle-muted);
    font-size: 0.8rem;
    line-height: 1.35;
}

.battle-turn-summary-modal[b-k5p9f5ipvs] {
    width: min(680px, calc(100vw - 2rem));
}

.battle-turn-summary-modal .battle-modal-body[b-k5p9f5ipvs] {
    max-height: min(68vh, 680px);
    overflow-y: auto;
}

.battle-turn-journal-modal[b-k5p9f5ipvs] {
    width: min(780px, calc(100vw - 2rem));
}

.battle-turn-journal-body[b-k5p9f5ipvs] {
    display: grid;
    gap: 0.55rem;
    max-height: min(65vh, 640px);
    overflow-y: auto;
}

.battle-turn-journal-current[b-k5p9f5ipvs] {
    display: grid;
    gap: 0.85rem;
}

.battle-turn-journal-heading[b-k5p9f5ipvs] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid rgba(87, 255, 119, 0.28);
}

.battle-turn-journal-heading strong[b-k5p9f5ipvs] {
    color: #57ff77;
    font-size: 1.05rem;
}

.battle-turn-journal-heading span[b-k5p9f5ipvs],
.battle-turn-journal-current > p[b-k5p9f5ipvs] {
    color: #b7dcbc;
}

.battle-turn-action-log[b-k5p9f5ipvs] {
    display: grid;
    gap: 0.5rem;
}

.battle-turn-action-log h6[b-k5p9f5ipvs] {
    margin: 0.2rem 0;
    color: #57ff77;
}

.battle-turn-action-entry[b-k5p9f5ipvs] {
    padding: 0.65rem 0.75rem;
    border-left: 3px solid rgba(87, 255, 119, 0.7);
    background: rgba(4, 24, 11, 0.88);
}

.battle-turn-action-entry > div[b-k5p9f5ipvs] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.battle-turn-action-entry strong[b-k5p9f5ipvs] {
    color: #d8ffe0;
}

.battle-turn-action-entry span[b-k5p9f5ipvs],
.battle-turn-action-entry small[b-k5p9f5ipvs] {
    color: #9fcaa7;
}

.battle-turn-action-entry p[b-k5p9f5ipvs] {
    margin: 0.25rem 0;
}

.battle-turn-journal-entry[b-k5p9f5ipvs] {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) auto;
    gap: 0.2rem 1rem;
    width: 100%;
    padding: 0.75rem 0.85rem;
    border: 1px solid rgba(87, 255, 119, 0.28);
    border-radius: 8px;
    color: #b7dcbc;
    background: rgba(4, 24, 11, 0.88);
    text-align: left;
    cursor: pointer;
}

.battle-turn-journal-entry:hover[b-k5p9f5ipvs],
.battle-turn-journal-entry:focus-visible[b-k5p9f5ipvs] {
    border-color: #57ff77;
    background: rgba(10, 48, 21, 0.92);
}

.battle-turn-journal-entry > :last-child[b-k5p9f5ipvs] {
    grid-column: 1 / -1;
    font-size: 0.82rem;
}

.battle-turn-journal-title[b-k5p9f5ipvs] {
    color: #57ff77;
    font-weight: 700;
}

.battle-turn-summary-grid[b-k5p9f5ipvs] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.battle-turn-summary-grid > div[b-k5p9f5ipvs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 52px;
    padding: 0.65rem 0.8rem;
    border: 1px solid rgba(87, 255, 119, 0.3);
    border-radius: 6px;
    background: rgba(4, 24, 11, 0.88);
}

.battle-turn-summary-grid span[b-k5p9f5ipvs] {
    color: #b7dcbc;
    font-size: 0.82rem;
}

.battle-turn-summary-grid strong[b-k5p9f5ipvs] {
    color: #57ff77;
    font-size: 1.2rem;
}

.battle-turn-summary-grid .battle-turn-summary-reputation[b-k5p9f5ipvs] {
    border-color: rgba(237, 170, 0, 0.5);
}

.battle-turn-summary-grid .battle-turn-summary-reputation strong[b-k5p9f5ipvs] {
    color: #edaa00;
}

.battle-turn-attack-summary[b-k5p9f5ipvs] {
    display: grid;
    gap: 0.55rem;
    margin-top: 0.9rem;
}

.battle-turn-attack-summary h6[b-k5p9f5ipvs] {
    margin: 0;
    color: var(--BattleShitHiliteColor, #55ff88);
    font-size: 0.92rem;
}

.battle-turn-attack-summary > p[b-k5p9f5ipvs] {
    margin: 0;
    color: #b7dcbc;
}

.battle-turn-attack-entry[b-k5p9f5ipvs] {
    padding: 0.65rem 0.75rem;
    border: 1px solid rgba(87, 255, 119, 0.28);
    border-left-width: 4px;
    border-radius: 6px;
    background: rgba(4, 24, 11, 0.88);
}

.battle-turn-attack-entry > div[b-k5p9f5ipvs] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.battle-turn-attack-entry p[b-k5p9f5ipvs] {
    margin: 0.25rem 0;
}

.battle-turn-attack-entry small[b-k5p9f5ipvs] {
    color: #9fcaa7;
}

.battle-turn-attack-hit[b-k5p9f5ipvs] {
    border-left-color: var(--BattleShitHiliteColor, #55ff88);
}

.battle-turn-attack-miss[b-k5p9f5ipvs] {
    border-left-color: #ffb454;
}

.battle-turn-attack-result[b-k5p9f5ipvs] {
    color: var(--BattleShitHiliteColor, #55ff88);
    font-weight: 900;
}

@media (max-width: 620px) {
    .battle-turn-summary-grid[b-k5p9f5ipvs] {
        grid-template-columns: 1fr;
    }
}

.battle-edit-label[b-k5p9f5ipvs] {
    color: var(--battle-muted);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.battle-edit-input[b-k5p9f5ipvs],
.battle-edit-select[b-k5p9f5ipvs] {
    min-height: 38px;
    border: 1px solid #0b4d82;
    border-color: var(--battle-border);
    border-radius: 6px;
    padding: 0.35rem 0.5rem;
    background: #020604;
    color: var(--battle-text);
    font: inherit;
    font-weight: 800;
    box-shadow: inset 0 0 10px rgba(85, 255, 136, 0.08);
}

.battle-edit-input:focus[b-k5p9f5ipvs],
.battle-edit-select:focus[b-k5p9f5ipvs] {
    border-color: var(--battle-border-hot);
    outline: none;
    box-shadow: 0 0 14px var(--battle-glow), inset 0 0 12px rgba(85, 255, 136, 0.12);
}

.battle-checkbox-label[b-k5p9f5ipvs] {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--battle-text);
    font-weight: 900;
}

.battle-modal-actions[b-k5p9f5ipvs] {
    padding: 0.75rem 0.85rem;
    border-top: 1px solid var(--battle-border);
    display: flex;
    justify-content: flex-end;
    gap: 0.55rem;
}

.battle-late-task-table-wrap[b-k5p9f5ipvs] {
    max-height: min(58vh, 560px);
    overflow: auto;
    border: 1px solid var(--battle-border);
    border-radius: 8px;
}

.battle-spawn-intro[b-k5p9f5ipvs] {
    display: grid;
    gap: 0.55rem;
    margin-bottom: 0.75rem;
    padding: 0.7rem 0.8rem;
    border: 1px solid rgba(85, 255, 136, 0.3);
    border-radius: 8px;
    background: rgba(4, 24, 11, 0.88);
}

.battle-spawn-intro > div[b-k5p9f5ipvs] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.battle-spawn-intro strong[b-k5p9f5ipvs],
.battle-spawn-unit-class[b-k5p9f5ipvs] {
    color: var(--BattleShitHiliteColor, #55ff88);
}

.battle-spawn-intro span[b-k5p9f5ipvs],
.battle-spawn-intro p[b-k5p9f5ipvs],
.battle-late-task-table small[b-k5p9f5ipvs] {
    color: #9fcaa7;
}

.battle-spawn-intro p[b-k5p9f5ipvs] {
    margin: 0;
}

.battle-spawn-summary[b-k5p9f5ipvs] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 0.65rem;
}

.battle-spawn-summary span[b-k5p9f5ipvs],
.battle-spawn-alert-chip[b-k5p9f5ipvs] {
    padding: 0.22rem 0.45rem;
    border: 1px solid rgba(85, 255, 136, 0.32);
    border-radius: 999px;
    background: #020604;
    color: #c8ffd8;
    white-space: nowrap;
}

.battle-late-task-table td strong[b-k5p9f5ipvs],
.battle-late-task-table td small[b-k5p9f5ipvs] {
    display: block;
}

.battle-spawn-alert-1[b-k5p9f5ipvs] {
    background: rgba(237, 170, 0, 0.08);
}

.battle-spawn-alert-2[b-k5p9f5ipvs] {
    background: rgba(255, 72, 72, 0.1);
}

.battle-spawn-alert-1 .battle-spawn-alert-chip[b-k5p9f5ipvs] {
    border-color: #edaa00;
    color: #ffd76a;
}

.battle-spawn-alert-2 .battle-spawn-alert-chip[b-k5p9f5ipvs] {
    border-color: #ff5757;
    color: #ffaaaa;
}

.battle-late-task-table[b-k5p9f5ipvs] {
    width: 100%;
    min-width: 960px;
    border-collapse: collapse;
    color: var(--battle-text);
    font-size: 0.76rem;
}

.battle-late-task-table th[b-k5p9f5ipvs],
.battle-late-task-table td[b-k5p9f5ipvs] {
    padding: 0.42rem 0.5rem;
    border-bottom: 1px solid rgba(85, 255, 136, 0.16);
    vertical-align: top;
}

.battle-late-task-table th[b-k5p9f5ipvs] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--battle-panel);
    color: var(--battle-muted);
    font-size: 0.68rem;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
}

.battle-late-task-table td:first-child[b-k5p9f5ipvs],
.battle-late-task-table th:first-child[b-k5p9f5ipvs],
.battle-late-task-table td:nth-child(2)[b-k5p9f5ipvs],
.battle-late-task-table th:nth-child(2)[b-k5p9f5ipvs],
.battle-late-task-table td:last-child[b-k5p9f5ipvs],
.battle-late-task-table th:last-child[b-k5p9f5ipvs] {
    text-align: center;
    white-space: nowrap;
}

.battle-primary-button[b-k5p9f5ipvs],
.battle-secondary-button[b-k5p9f5ipvs] {
    min-height: 38px;
    padding: 0.45rem 0.7rem;
    border-radius: 8px;
    font: inherit;
    font-weight: 900;
}

.battle-primary-button[b-k5p9f5ipvs] {
    border: 1px solid #0b4d82;
    border-color: var(--battle-border);
    background: var(--battle-navy);
    color: var(--battle-text);
}

.battle-secondary-button[b-k5p9f5ipvs] {
    border: 1px solid var(--battle-border);
    background: var(--battle-panel-soft);
    color: var(--battle-text);
}

.battle-primary-button:hover[b-k5p9f5ipvs],
.battle-primary-button:focus-visible[b-k5p9f5ipvs],
.battle-secondary-button:hover[b-k5p9f5ipvs],
.battle-secondary-button:focus-visible[b-k5p9f5ipvs] {
    border-color: var(--battle-border-hot);
    background: var(--battle-navy-hover);
    color: var(--battle-text);
    outline: none;
    box-shadow: 0 0 14px var(--battle-glow), inset 0 0 12px rgba(85, 255, 136, 0.12);
}

.battle-primary-button:disabled[b-k5p9f5ipvs] {
    border-color: var(--battle-border);
    background: var(--battle-disabled);
    color: #2d6b3e;
    cursor: not-allowed;
    text-shadow: none;
}

@media (max-width: 1180px) {
    .battleshit25-page[b-k5p9f5ipvs] {
        height: auto;
        min-height: 100%;
        overflow: visible;
    }

    .battle-command-layout[b-k5p9f5ipvs] {
        grid-template-columns: 1fr;
        overflow: visible;
    }

    .battle-map-panel[b-k5p9f5ipvs]  .battle-map-shell {
        height: min(72vh, 720px);
    }
}
/* /Pages/Contacts.razor.rz.scp.css */
.contacts-page[b-qnz57vughu] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contacts-search-section[b-qnz57vughu],
.contacts-results-section[b-qnz57vughu] {
    margin: 0;
}

.contacts-search-button[b-qnz57vughu] {
    width: var(--xpm-action-icon-button-size);
    min-width: var(--xpm-action-icon-button-size);
    height: var(--xpm-action-icon-button-size);
    min-height: var(--xpm-action-icon-button-size);
    border: none;
    border-radius: var(--xpm-action-icon-button-radius);
    background: var(--xpm-action-icon-button-bg);
    color: var(--xpm-action-icon-button-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.contacts-search-button:hover:not(:disabled)[b-qnz57vughu],
.contacts-search-button:focus-visible:not(:disabled)[b-qnz57vughu] {
    background: var(--xpm-action-icon-button-hover-bg);
    color: var(--xpm-action-icon-button-color);
    outline: none;
}

.contacts-search-button:disabled[b-qnz57vughu] {
    opacity: 0.45;
    cursor: not-allowed;
}

.contacts-search-icon[b-qnz57vughu] {
    width: 24px;
    height: 24px;
    filter: none !important;
}

.contacts-search-grid[b-qnz57vughu] {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto;
    gap: 12px;
    align-items: end;
}

.contacts-active-filter[b-qnz57vughu] {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: .9rem;
    color: #1f2933;
    white-space: nowrap;
}

.contacts-card-grid[b-qnz57vughu] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 300px));
    gap: 12px;
    align-items: stretch;
}

.contact-card[b-qnz57vughu] {
    width: 300px;
    min-height: 200px;
    border: 1px solid #d7dde5;
    border-radius: 8px;
    background: #ffffff;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
}

.contact-card-header[b-qnz57vughu] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
}

.contact-card-identity[b-qnz57vughu] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-card-actions[b-qnz57vughu] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.contact-card-edit-btn[b-qnz57vughu] {
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    border-radius: 6px;
    background: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-card-edit-btn:hover:not(:disabled)[b-qnz57vughu],
.contact-card-edit-btn:focus-visible:not(:disabled)[b-qnz57vughu] {
    background: var(--xpm-action-icon-button-hover-bg);
    outline: none;
}

.contact-card-edit-btn:disabled[b-qnz57vughu] {
    opacity: 0.45;
    cursor: not-allowed;
}

.contact-card-edit-btn img[b-qnz57vughu] {
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.contact-card-title[b-qnz57vughu] {
    min-width: 0;
}

.contact-card-header h6[b-qnz57vughu] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.contact-card-header p[b-qnz57vughu] {
    margin: 4px 0 0;
    color: #52606d;
    font-size: .85rem;
    line-height: 1.2;
}

.contact-inactive-chip[b-qnz57vughu] {
    height: 22px;
    padding: 2px 7px;
    border: 1px solid #c9ced6;
    color: #52606d;
    font-size: .75rem;
    white-space: nowrap;
}

.contact-role[b-qnz57vughu] {
    color: #263443;
    font-size: .88rem;
    font-weight: 600;
}

.contact-details[b-qnz57vughu] {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    column-gap: 5px;
    row-gap: 5px;
    margin: auto 0 0;
    font-size: .83rem;
}

.contact-details dt[b-qnz57vughu] {
    color: #697586;
    font-weight: 600;
}

.contact-detail-icon-cell[b-qnz57vughu] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact-detail-icon[b-qnz57vughu] {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}

.contact-details dd[b-qnz57vughu] {
    margin: 0;
    color: #111827;
    overflow-wrap: anywhere;
}

.contact-phone-row[b-qnz57vughu] {
    display: flex;
    align-items: baseline;
    gap: 8px;
    min-width: 0;
}

.contact-phone-local[b-qnz57vughu] {
    flex: 0 0 auto;
    color: #52606d;
    white-space: nowrap;
}

.contact-email-row[b-qnz57vughu] {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    width: 100%;
}

.contact-email-row a[b-qnz57vughu] {
    flex: 1 1 auto;
    min-width: 0;
    overflow-wrap: anywhere;
}

.contact-copy-email-btn[b-qnz57vughu] {
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.contact-copy-email-btn:hover[b-qnz57vughu],
.contact-copy-email-btn:focus-visible[b-qnz57vughu] {
    background: var(--xpm-action-icon-button-hover-bg);
    outline: none;
}

.contact-details a[b-qnz57vughu] {
    color: #1c5d99;
    text-decoration: none;
}

.contact-details a:hover[b-qnz57vughu] {
    text-decoration: underline;
}

.contacts-state[b-qnz57vughu] {
    margin: 0;
    color: #52606d;
}

.contacts-error[b-qnz57vughu] {
    color: #9f1239;
}

@media (max-width: 720px) {
    .contacts-search-grid[b-qnz57vughu] {
        grid-template-columns: 1fr;
    }

    .contacts-card-grid[b-qnz57vughu] {
        grid-template-columns: minmax(0, 1fr);
    }

    .contact-card[b-qnz57vughu] {
        width: 100%;
    }
}
/* /Pages/DeliverablesPdfPreview.razor.rz.scp.css */
.deliverables-pdf-preview-page[b-9cq6qciow2] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    gap: 0.75rem;
}

.deliverables-pdf-state[b-9cq6qciow2] {
    color: var(--xpm-muted);
}

.deliverables-pdf-preview-scroll[b-9cq6qciow2] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    padding: 1.25rem;
    border: 1px solid var(--xpm-border);
    border-radius: 8px;
    background: #d8dde6;
}

.deliverables-pdf-document[b-9cq6qciow2],
.deliverables-pdf-document *[b-9cq6qciow2] {
    box-sizing: border-box;
}

.deliverables-pdf-document[b-9cq6qciow2] {
    width: 8.5in;
    max-width: 8.5in;
    min-height: 11in;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    color: #061227;
    background: #fff;
    box-shadow: none;
    font-family: "Noto Sans", "Segoe UI", Arial, sans-serif;
    font-size: 12px;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
}

.deliverables-pdf-preview-scroll .deliverables-pdf-document[b-9cq6qciow2] {
    background:
        repeating-linear-gradient(
            to bottom,
            #fff 0,
            #fff calc(11in - 0.08in),
            #eef2f7 calc(11in - 0.08in),
            #eef2f7 11in
        );
    outline: 1px solid #b9c2d1;
}

.deliverables-pdf-preview-scroll .deliverables-pdf-document[b-9cq6qciow2]::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        repeating-linear-gradient(
            to bottom,
            transparent 0,
            transparent calc(11in - 2px),
            rgba(111, 192, 68, 0.72) calc(11in - 2px),
            rgba(111, 192, 68, 0.72) 11in,
            rgba(216, 221, 230, 0.54) 11in,
            rgba(216, 221, 230, 0.54) calc(11in + 0.08in)
        );
}

.deliverables-pdf-preview-scroll .deliverables-pdf-document > *[b-9cq6qciow2] {
    position: relative;
    z-index: 1;
}

.deliverables-pdf-hero[b-9cq6qciow2] {
    display: grid;
    width: 100%;
    grid-template-columns: 205px minmax(0, 1fr) 170px;
    align-items: center;
    gap: 1rem;
    margin: 0;
    padding: 22px 56px 12px;
    border-bottom: 7px solid #6fc044;
    color: #fff;
    background: #2c3337;
    overflow: hidden;
}

.deliverables-pdf-logo[b-9cq6qciow2] {
    display: block;
    width: 205px;
    max-height: 52px;
    object-fit: contain;
    object-position: left center;
}

.deliverables-pdf-title-block[b-9cq6qciow2] {
    min-width: 0;
}

.deliverables-pdf-kicker[b-9cq6qciow2] {
    margin-bottom: 6px;
    color: #74c943;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.deliverables-pdf-title-block h1[b-9cq6qciow2] {
    margin: 0 0 8px;
    color: #fff;
    font-size: 25px;
    line-height: 1.05;
    font-weight: 800;
}

.deliverables-pdf-title-block p[b-9cq6qciow2] {
    margin: 0;
    font-size: 13px;
}

.deliverables-pdf-date-card[b-9cq6qciow2] {
    justify-self: end;
    min-width: 158px;
    padding: 12px 16px;
    border-radius: 10px;
    background: #3d454a;
    text-align: center;
}

.deliverables-pdf-date-card span[b-9cq6qciow2] {
    display: block;
    color: #74c943;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.deliverables-pdf-date-card strong[b-9cq6qciow2] {
    display: block;
    margin-top: 2px;
    color: #fff;
}

.deliverables-pdf-section[b-9cq6qciow2] {
    padding: 16px 56px 0;
}

.deliverables-pdf-keep-section[b-9cq6qciow2] {
    break-inside: avoid;
    page-break-inside: avoid;
}

.deliverables-pdf-info-section[b-9cq6qciow2] {
    padding-top: 10px;
}

.deliverables-pdf-section h2[b-9cq6qciow2] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: #152033;
    font-size: 16px;
    font-weight: 800;
    break-after: avoid;
    page-break-after: avoid;
}

.deliverables-pdf-section > h2[b-9cq6qciow2],
.deliverables-pdf-milestone-title-row[b-9cq6qciow2],
.deliverables-pdf-milestone-meta[b-9cq6qciow2],
.deliverables-pdf-milestone-details > div[b-9cq6qciow2],
.deliverables-pdf-summary-table[b-9cq6qciow2],
.deliverables-pdf-footer[b-9cq6qciow2] {
    break-inside: avoid;
    page-break-inside: avoid;
}

.deliverables-pdf-milestone-title-row[b-9cq6qciow2],
.deliverables-pdf-milestone-meta[b-9cq6qciow2] {
    break-after: avoid;
    page-break-after: avoid;
}

.deliverables-pdf-section h2[b-9cq6qciow2]::before {
    content: "";
    width: 7px;
    height: 22px;
    border-radius: 4px;
    background: #6fc044;
}

.deliverables-pdf-info-grid[b-9cq6qciow2] {
    display: grid;
    grid-template-columns: 1.05fr 1.18fr 0.86fr;
    border: 1px solid #d9dfe7;
}

.deliverables-pdf-info-grid div[b-9cq6qciow2] {
    min-height: 33px;
    padding: 7px 12px 6px;
    border-right: 1px solid #d9dfe7;
    border-bottom: 1px solid #d9dfe7;
}

.deliverables-pdf-info-grid div:nth-child(3n)[b-9cq6qciow2] {
    border-right: 0;
}

.deliverables-pdf-info-grid div:nth-last-child(-n+3)[b-9cq6qciow2] {
    border-bottom: 0;
}

.deliverables-pdf-info-grid strong[b-9cq6qciow2],
.deliverables-pdf-info-grid span[b-9cq6qciow2] {
    display: block;
}

.deliverables-pdf-info-grid strong[b-9cq6qciow2] {
    font-weight: 800;
}

.deliverables-pdf-tree[b-9cq6qciow2] {
    display: grid;
    gap: 10px;
}

.deliverables-pdf-milestone[b-9cq6qciow2] {
    margin-left: calc(var(--deliverable-level, 0) * 18px);
    max-width: calc(100% - (var(--deliverable-level, 0) * 18px));
    border: 1px solid #d9dfe7;
    border-left: 5px solid #6fc044;
    border-radius: 8px;
    background: #fff;
}

.deliverables-pdf-milestone + .deliverables-pdf-milestone.is-root[b-9cq6qciow2] {
    margin-top: 2px;
}

.deliverables-pdf-milestone.is-child[b-9cq6qciow2] {
    border-color: #edf0f4;
    border-left-width: 3px;
    border-left-color: #c5d9b8;
    border-radius: 5px;
    box-shadow: none;
}

.deliverables-pdf-milestone-title-row[b-9cq6qciow2] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 1rem;
    padding: 10px 12px 8px;
    background: #f1f3f5;
}

.deliverables-pdf-milestone.is-child .deliverables-pdf-milestone-title-row[b-9cq6qciow2] {
    padding: 7px 10px 6px;
    background: #fbfcfd;
}

.deliverables-pdf-milestone-title-row h3[b-9cq6qciow2] {
    display: inline;
    margin: 0;
    font-size: 14px;
    font-weight: 800;
}

.deliverables-pdf-milestone.is-child .deliverables-pdf-milestone-title-row h3[b-9cq6qciow2] {
    font-size: 12.5px;
    font-weight: 700;
}

.deliverables-pdf-milestone-title-row > strong[b-9cq6qciow2] {
    padding: 4px 10px;
    border-radius: 999px;
    color: #061227;
    background: #fff;
    font-size: 12px;
}

.deliverables-pdf-milestone.is-child .deliverables-pdf-milestone-title-row > strong[b-9cq6qciow2] {
    padding: 2px 8px;
    color: #304052;
    background: #f3f5f7;
    font-size: 11px;
}

.deliverables-pdf-level[b-9cq6qciow2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    margin-right: 8px;
    padding: 3px 7px;
    border-radius: 999px;
    color: #fff;
    background: #2c3337;
    font-size: 10px;
    font-weight: 800;
}

.deliverables-pdf-milestone.is-child .deliverables-pdf-level[b-9cq6qciow2] {
    min-width: 26px;
    padding: 2px 6px;
    color: #405064;
    background: #eef2f7;
    font-size: 9px;
}

.deliverables-pdf-milestone-meta[b-9cq6qciow2] {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 0.8fr) minmax(0, 0.65fr) minmax(0, 0.7fr);
    gap: 0;
    border-top: 1px solid #d9dfe7;
    border-bottom: 1px solid #d9dfe7;
}

.deliverables-pdf-milestone.is-child .deliverables-pdf-milestone-meta[b-9cq6qciow2] {
    border-top-color: #edf0f4;
    border-bottom-color: #edf0f4;
}

.deliverables-pdf-milestone-meta span[b-9cq6qciow2] {
    min-width: 0;
    padding: 8px 10px;
    border-right: 1px solid #d9dfe7;
}

.deliverables-pdf-milestone.is-child .deliverables-pdf-milestone-meta span[b-9cq6qciow2] {
    padding: 6px 9px;
    border-right-color: #edf0f4;
}

.deliverables-pdf-milestone-meta span:last-child[b-9cq6qciow2] {
    border-right: 0;
}

.deliverables-pdf-milestone-meta strong[b-9cq6qciow2] {
    display: block;
    font-weight: 800;
}

.deliverables-pdf-milestone-details[b-9cq6qciow2] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
    gap: 14px;
    padding: 10px 12px 12px;
}

.deliverables-pdf-milestone.is-child .deliverables-pdf-milestone-details[b-9cq6qciow2] {
    padding: 8px 10px 10px;
}

.deliverables-pdf-milestone-details h4[b-9cq6qciow2] {
    margin: 0 0 7px;
    font-size: 12px;
    font-weight: 800;
}

.deliverables-pdf-blocker-list[b-9cq6qciow2] {
    margin: 0;
    padding-left: 1.1rem;
}

.deliverables-pdf-blocker-list li[b-9cq6qciow2] {
    margin-bottom: 6px;
}

.deliverables-pdf-blocker-list li:last-child[b-9cq6qciow2] {
    margin-bottom: 0;
}

.deliverables-pdf-blocker-list span[b-9cq6qciow2],
.deliverables-pdf-blocker-list small[b-9cq6qciow2] {
    display: block;
}

.deliverables-pdf-blocker-list small[b-9cq6qciow2] {
    color: #66758a;
}

.deliverables-pdf-task-counts[b-9cq6qciow2] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.deliverables-pdf-task-counts span[b-9cq6qciow2] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #f3f5f7;
}

.deliverables-pdf-summary-table[b-9cq6qciow2] {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d9dfe7;
}

.deliverables-pdf-summary-table th[b-9cq6qciow2],
.deliverables-pdf-summary-table td[b-9cq6qciow2] {
    padding: 8px 10px;
    border-bottom: 1px solid #d9dfe7;
    text-align: left;
}

.deliverables-pdf-summary-table th:last-child[b-9cq6qciow2],
.deliverables-pdf-summary-table td:last-child[b-9cq6qciow2] {
    width: 150px;
    text-align: center;
}

.deliverables-pdf-summary-table th[b-9cq6qciow2] {
    background: #f1f3f5;
    font-weight: 800;
}

.deliverables-pdf-footer[b-9cq6qciow2] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    padding: 0 56px 28px;
    margin-top: 18px;
    color: #66758a;
    font-size: 9px;
}

@page {
    size: letter portrait;
    margin: 1cm 0;
}

@page:first {
    margin: 0;
}

.deliverables-pdf-footer span:nth-child(2)[b-9cq6qciow2] {
    text-align: center;
}

.deliverables-pdf-footer span:nth-child(3)[b-9cq6qciow2] {
    text-align: right;
}

.deliverables-pdf-empty[b-9cq6qciow2] {
    margin: 0;
    color: #66758a;
}

@media print {
    .deliverables-pdf-preview-scroll[b-9cq6qciow2] {
        display: block;
        overflow: visible;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: #fff;
    }

    .deliverables-pdf-preview-scroll .deliverables-pdf-document[b-9cq6qciow2] {
        background: #fff;
        outline: 0;
    }

    .deliverables-pdf-preview-scroll .deliverables-pdf-document[b-9cq6qciow2]::after {
        display: none;
    }

    .deliverables-pdf-document[b-9cq6qciow2] {
        width: 8.5in;
        max-width: 8.5in;
        margin: 0;
    }

    .deliverables-pdf-hero[b-9cq6qciow2],
    .deliverables-pdf-info-section[b-9cq6qciow2],
    .deliverables-pdf-keep-section[b-9cq6qciow2],
    .deliverables-pdf-milestone[b-9cq6qciow2] {
        break-inside: avoid;
        page-break-inside: avoid;
    }
}

@media screen and (max-width: 980px) {
    .deliverables-pdf-preview-scroll[b-9cq6qciow2] {
        padding: 0.5rem;
    }

    .deliverables-pdf-document[b-9cq6qciow2] {
        width: 100%;
        min-height: 0;
    }

    .deliverables-pdf-hero[b-9cq6qciow2],
    .deliverables-pdf-info-grid[b-9cq6qciow2],
    .deliverables-pdf-milestone-meta[b-9cq6qciow2],
    .deliverables-pdf-milestone-details[b-9cq6qciow2],
    .deliverables-pdf-footer[b-9cq6qciow2] {
        grid-template-columns: 1fr;
    }

    .deliverables-pdf-hero[b-9cq6qciow2],
    .deliverables-pdf-section[b-9cq6qciow2],
    .deliverables-pdf-footer[b-9cq6qciow2] {
        padding-left: 22px;
        padding-right: 22px;
    }

    .deliverables-pdf-date-card[b-9cq6qciow2] {
        justify-self: start;
    }

    .deliverables-pdf-milestone[b-9cq6qciow2] {
        margin-left: 0;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.home-page[b-68hs8gkl35] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    min-width: 0;
}

.home-tabs[b-68hs8gkl35] {
    flex-wrap: wrap;
}

.home-task-page[b-68hs8gkl35] {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
    padding-bottom: 8px;
}

.home-task-page > .home-tabs[b-68hs8gkl35] {
    flex-shrink: 0;
}

.home-task-page > #home-panel[b-68hs8gkl35] {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.home-task-page .xpm-list-scroll[b-68hs8gkl35] {
    flex: 1 1 0;
    min-height: 0;
    overflow: auto;
}
/* /Pages/Inbox.razor.rz.scp.css */
.inbox-toolbar-section[b-u8du1fojry] {
    margin-bottom: var(--xpm-section-gap);
}

.inbox-toolbar[b-u8du1fojry] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.inbox-subtitle[b-u8du1fojry] {
    color: #5f6b7a;
    display: block;
    font-size: 0.82rem;
    margin-top: 2px;
}

.inbox-toolbar-actions[b-u8du1fojry] {
    align-items: center;
    display: flex;
    gap: 8px;
}

.inbox-refresh-button[b-u8du1fojry] {
    align-items: center;
    background: #0b0f14;
    border: 0;
    border-radius: 6px;
    color: #fff;
    display: inline-flex;
    font-weight: 600;
    gap: 8px;
    min-height: 34px;
    padding: 6px 12px;
}

.inbox-icon-button[b-u8du1fojry] {
    flex: 0 0 auto;
}

.inbox-icon-button img[b-u8du1fojry] {
    height: var(--xpm-action-icon-size);
    width: var(--xpm-action-icon-size);
}

.inbox-refresh-button img[b-u8du1fojry] {
    filter: brightness(0) invert(1);
    height: 17px;
    width: 17px;
}

.inbox-refresh-button:disabled[b-u8du1fojry] {
    opacity: 0.7;
}

.inbox-shell-section[b-u8du1fojry] {
    min-height: calc(100vh - 170px);
}

.inbox-shell[b-u8du1fojry] {
    align-items: start;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(280px, 32%) minmax(360px, 1fr);
    min-height: calc(100vh - 190px);
}

.inbox-list[b-u8du1fojry] {
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    max-height: calc(100vh - 190px);
    overflow: auto;
}

.inbox-item[b-u8du1fojry] {
    background: #fff;
    border: 0;
    border-bottom: 1px solid #e2e8f0;
    color: #1f2937;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: 6px;
    padding: 0;
    width: 100%;
}

.inbox-preview-button[b-u8du1fojry] {
    background: transparent;
    border: 0;
    color: inherit;
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 10px 12px;
    text-align: left;
}

.inbox-preview-button:hover[b-u8du1fojry],
.inbox-preview-button:focus[b-u8du1fojry] {
    background: #eef6ff;
    outline: none;
}

.inbox-delete-button[b-u8du1fojry] {
    align-self: start;
    background: #0b0f14;
    border: 0;
    border-radius: 5px;
    display: inline-flex;
    height: 26px;
    justify-content: center;
    margin: 10px 8px 0 0;
    padding: 5px;
    width: 26px;
}

.inbox-delete-button img[b-u8du1fojry] {
    height: 15px;
    width: 15px;
}

.inbox-delete-button:hover[b-u8du1fojry],
.inbox-delete-button:focus[b-u8du1fojry] {
    background: #a90000;
    outline: none;
}

.inbox-item-unread[b-u8du1fojry] {
    background: #f8fbff;
}

.inbox-item-unread .inbox-title[b-u8du1fojry] {
    font-weight: 800;
}

.inbox-item-header[b-u8du1fojry] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.inbox-tags[b-u8du1fojry] {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px;
    min-width: 0;
}

.inbox-kind[b-u8du1fojry] {
    background: #e9f2ff;
    border: 1px solid #b8d6ff;
    border-radius: 999px;
    color: #0b4a86;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 2px 8px;
    text-transform: uppercase;
}

.inbox-display-tag[b-u8du1fojry] {
    background: var(--ImportantColor);
    border: 1px solid var(--ImportantColor);
    border-radius: 999px;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 2px 8px;
}

.inbox-date[b-u8du1fojry],
.inbox-project[b-u8du1fojry] {
    color: #64748b;
    font-size: 0.76rem;
}

.inbox-title[b-u8du1fojry] {
    color: #0f172a;
    font-size: 0.92rem;
    line-height: 1.25;
}

.inbox-preview[b-u8du1fojry] {
    color: #475569;
    display: -webkit-box;
    font-size: 0.82rem;
    line-height: 1.25;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.inbox-detail[b-u8du1fojry] {
    align-self: start;
    max-height: calc(100vh - 190px);
    min-width: 0;
    overflow: auto;
    position: sticky;
    top: 10px;
}

.inbox-detail-card[b-u8du1fojry],
.inbox-detail-empty[b-u8du1fojry] {
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    min-height: 100%;
    padding: 16px;
}

.inbox-detail-empty[b-u8du1fojry] {
    align-items: center;
    color: #64748b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.inbox-detail-header[b-u8du1fojry] {
    align-items: flex-start;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 12px;
}

.inbox-detail-header h4[b-u8du1fojry] {
    font-size: 1.15rem;
    margin: 8px 0 0;
}

.inbox-open-link[b-u8du1fojry] {
    background: #0b0f14;
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    padding: 7px 12px;
    text-decoration: none;
}

.inbox-open-button[b-u8du1fojry] {
    cursor: pointer;
}

.inbox-open-link:disabled[b-u8du1fojry] {
    cursor: default;
    opacity: 0.7;
}

.inbox-meta[b-u8du1fojry] {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    margin: 12px 0;
}

.inbox-meta div[b-u8du1fojry] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 8px;
}

.inbox-meta dt[b-u8du1fojry],
.inbox-card-section h5[b-u8du1fojry] {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 800;
    margin: 0 0 4px;
    text-transform: uppercase;
}

.inbox-meta dd[b-u8du1fojry] {
    color: #0f172a;
    font-size: 0.88rem;
    margin: 0;
}

.inbox-card-section[b-u8du1fojry] {
    border-top: 1px solid #e2e8f0;
    padding: 12px 0 0;
    margin-top: 12px;
}

.inbox-card-section p[b-u8du1fojry],
.inbox-card-section pre[b-u8du1fojry],
.inbox-source span[b-u8du1fojry] {
    color: #1f2937;
    font-size: 0.9rem;
}

.inbox-meeting-preview-md[b-u8du1fojry] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 10px;
}

.inbox-card-section pre[b-u8du1fojry] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    margin: 0;
    padding: 10px;
    white-space: pre-wrap;
}

.inbox-empty[b-u8du1fojry],
.inbox-error[b-u8du1fojry] {
    color: #64748b;
    padding: 12px;
}

.inbox-error[b-u8du1fojry] {
    color: #a90000;
}

@media (max-width: 900px) {
    .inbox-shell[b-u8du1fojry] {
        grid-template-columns: 1fr;
    }

    .inbox-list[b-u8du1fojry],
    .inbox-detail[b-u8du1fojry] {
        max-height: none;
    }

    .inbox-detail[b-u8du1fojry] {
        position: static;
    }

    .inbox-meta[b-u8du1fojry] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Login.razor.rz.scp.css */
.login-page[b-bnsrvc0xrh] {
    min-height: calc(100vh - 2.5rem);
    display: grid;
    place-items: center;
    padding: 1rem;
}

.login-form[b-bnsrvc0xrh] {
    width: 100%;
    display: grid;
    place-items: center;
}

.login-auth-section[b-bnsrvc0xrh] {
    width: min(33vw, 560px);
    min-width: 420px;
    height: min(33vh, 440px);
    min-height: 360px;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.login-auth-body[b-bnsrvc0xrh] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.login-actions[b-bnsrvc0xrh] {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
    padding-top: 0.4rem;
}

.login-submit-btn[b-bnsrvc0xrh] {
    min-width: 140px;
}

.login-error[b-bnsrvc0xrh] {
    margin-top: 0.65rem;
    margin-bottom: 0;
}

.login-validation[b-bnsrvc0xrh] {
    margin: 0;
    width: min(33vw, 560px);
    min-width: 420px;
}

@media (max-width: 768px) {
    .login-auth-section[b-bnsrvc0xrh],
    .login-validation[b-bnsrvc0xrh] {
        width: min(94vw, 560px);
        min-width: 0;
    }

    .login-auth-section[b-bnsrvc0xrh] {
        height: auto;
        min-height: 360px;
    }
}
/* /Pages/MeetingDetails.razor.rz.scp.css */
.meeting-details-page[b-r9v4q2ni54] {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    height: calc(100dvh - 3.5rem - 8px);
    min-height: 0;
    overflow: hidden;
    gap: 4px !important;
}

.meeting-details-content[b-r9v4q2ni54] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    gap: 4px;
}

.meeting-details-page[b-r9v4q2ni54]  .page-header-row {
    margin-bottom: 2px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.meeting-details-content > .edit-section[b-r9v4q2ni54],
.meeting-details-content > .child-list-section[b-r9v4q2ni54],
.meeting-overview-header > .edit-section[b-r9v4q2ni54],
.meeting-overview-header > .child-list-section[b-r9v4q2ni54] {
    padding: 8px 8px !important;
    margin-bottom: 0 !important;
}

.meeting-overview-header[b-r9v4q2ni54] {
    display: grid;
    grid-template-columns: minmax(640px, 1.05fr) minmax(360px, 0.95fr);
    flex: 0 0 auto;
    gap: 8px;
    align-items: stretch;
}

.meeting-edit-section[b-r9v4q2ni54],
.meeting-participants-section[b-r9v4q2ni54],
.meeting-log-panel[b-r9v4q2ni54] {
    background: var(--xpm-surface);
    border: 1px solid var(--xpm-border);
    border-radius: 8px;
    box-shadow: var(--xpm-shadow);
}

.meeting-edit-grid[b-r9v4q2ni54] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.meeting-edit-row[b-r9v4q2ni54] {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.meeting-edit-section .edit-field[b-r9v4q2ni54] {
    margin-bottom: 0 !important;
}

.meeting-edit-row-main[b-r9v4q2ni54] {
    grid-template-columns: minmax(180px, 1.2fr) minmax(120px, 0.6fr) minmax(300px, 2fr);
    justify-content: flex-start;
}

.meeting-edit-row-dates[b-r9v4q2ni54] {
    grid-template-columns: minmax(150px, 0.9fr) minmax(150px, 0.9fr) minmax(210px, 1.6fr) minmax(200px, 1.2fr);
    justify-content: flex-start;
}

.atmosphere-edit-control[b-r9v4q2ni54] {
    display: flex;
    align-items: flex-start;
    min-height: 0;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin-top: 5px !important;
    margin-left: 0;
}

.meeting-atmosphere-field[b-r9v4q2ni54] {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    padding: 0 0.35rem 0.35rem 0 !important;
}

.meeting-atmosphere-field .edit-field-label[b-r9v4q2ni54] {
    flex: 0 0 auto;
    padding-top: 2px;
    white-space: nowrap;
}

.meeting-atmosphere-field[b-r9v4q2ni54]  .atmosphere-picker {
    align-items: flex-start;
    min-height: 0;
}

.meeting-date-time-picker[b-r9v4q2ni54] {
    position: relative;
}

.meeting-date-time-trigger[b-r9v4q2ni54] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
    text-align: left;
    font-variant-numeric: tabular-nums;
    background: #fff;
}

.meeting-date-time-trigger-icon[b-r9v4q2ni54] {
    flex: 0 0 auto;
    color: #111827;
}

.meeting-date-time-popover[b-r9v4q2ni54] {
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    z-index: 2300;
    width: min(310px, calc(100vw - 2rem));
    padding: 0.65rem;
    background: #fff;
    border: 1px solid var(--xpm-border);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.2);
}

.meeting-date-time-popover-grid[b-r9v4q2ni54] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 66px 66px;
    gap: 0.4rem;
}

.meeting-date-time-select[b-r9v4q2ni54] {
    font-variant-numeric: tabular-nums;
}

.meeting-date-time-popover-actions[b-r9v4q2ni54] {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.55rem;
}

.meeting-running-highlight[b-r9v4q2ni54] {
    background: #fff0d6;
    color: #8a5200;
}

.meeting-view-project-btn[b-r9v4q2ni54] {
    position: relative;
}

.meeting-project-expand-icon[b-r9v4q2ni54] {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url("/icons/vzGEP_Project_White_32.png") center / 22px 22px no-repeat;
}

.meeting-project-expand-icon[b-r9v4q2ni54]::after {
    content: "";
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 13px;
    height: 13px;
    background-color: var(--xpm-tab-hilite, var(--xpm-accent));
    border-radius: 3px;
    -webkit-mask: url("/icons/expand.svg") center / contain no-repeat;
    mask: url("/icons/expand.svg") center / contain no-repeat;
}

.meeting-top-btn[b-r9v4q2ni54] {
    min-width: 94px;
}

.meeting-state[b-r9v4q2ni54] {
    color: var(--xpm-muted);
}

.meeting-participant-add[b-r9v4q2ni54] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.meeting-participants-section[b-r9v4q2ni54] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.meeting-small-btn[b-r9v4q2ni54] {
    min-width: 84px;
}

.meeting-participant-list[b-r9v4q2ni54] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    padding: 0.35rem 0.75rem;
}

.meeting-participant-row[b-r9v4q2ni54] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 36px;
    padding: 0.25rem 0.35rem 0.25rem 0.55rem;
    border: 1px solid #e1e5ee;
    border-radius: 999px;
    background: #f8f9fc;
}

.meeting-participant-delete-btn[b-r9v4q2ni54] {
    width: 28px;
    height: 28px;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.meeting-participant-delete-btn:hover[b-r9v4q2ni54],
.meeting-participant-delete-btn:focus[b-r9v4q2ni54] {
    border: 0;
    box-shadow: none;
    background: #eef2f7;
}

.meeting-log-panel[b-r9v4q2ni54] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow: hidden;
}

.meeting-log-tabs-section[b-r9v4q2ni54] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.meeting-log-tabs[b-r9v4q2ni54] {
    flex: 0 0 auto;
    margin-bottom: 4px !important;
}

.meeting-log-panel[b-r9v4q2ni54]  .markdown-wysiwyg {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.meeting-log-panel[b-r9v4q2ni54]  .markdown-wysiwyg-toolbar {
    flex: 0 0 auto;
}

.meeting-log-panel[b-r9v4q2ni54]  .markdown-wysiwyg-editor {
    min-height: 0;
    font-size: 0.8rem;
    overflow-y: auto;
    overflow-x: hidden;
}

.meeting-summary-panel[b-r9v4q2ni54] {
    padding: 0;
}

.meeting-action-history-panel[b-r9v4q2ni54] {
    padding: 8px;
    overflow: auto;
    background: #f7f8fb;
}

.meeting-action-history-list[b-r9v4q2ni54] {
    display: grid;
    gap: 8px;
}

.meeting-action-history-card[b-r9v4q2ni54] {
    display: grid;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid #dbe1ec;
    border-radius: 8px;
    background: #fff;
}

.meeting-action-history-card-header[b-r9v4q2ni54] {
    display: grid;
    grid-template-columns: minmax(136px, max-content) minmax(0, 1fr) 32px;
    gap: 10px;
    align-items: baseline;
}

.meeting-action-history-card-header time[b-r9v4q2ni54] {
    color: var(--xpm-muted);
    font-size: 0.78rem;
    font-variant-numeric: tabular-nums;
}

.meeting-action-history-card-header strong[b-r9v4q2ni54] {
    min-width: 0;
    color: var(--xpm-text);
    font-size: 0.92rem;
    font-weight: 700;
}

.meeting-action-history-popout[b-r9v4q2ni54] {
    width: 32px;
    height: 32px;
    justify-self: end;
    align-self: center;
}

.meeting-action-history-md[b-r9v4q2ni54] {
    color: var(--xpm-text);
    font-size: 0.86rem;
    line-height: 1.45;
}

.meeting-action-history-md[b-r9v4q2ni54]  p,
.meeting-action-history-md[b-r9v4q2ni54]  ul {
    margin-bottom: 0.45rem;
}

.meeting-action-history-md[b-r9v4q2ni54]  p:last-child,
.meeting-action-history-md[b-r9v4q2ni54]  ul:last-child {
    margin-bottom: 0;
}

.meeting-attachments-panel[b-r9v4q2ni54] {
    padding: 8px;
    overflow: hidden;
}

.meeting-attachments-panel[b-r9v4q2ni54]  .task-attach-shell {
    flex: 1 1 auto;
    min-height: 0;
}

.meeting-summary-markdown[b-r9v4q2ni54] {
    flex: 1 1 auto;
    min-height: 0;
    margin: 0;
    padding: 0.85rem 1rem;
    overflow: auto;
    color: var(--xpm-text);
    background: #fff;
    font: 0.92rem/1.5 "Consolas", "Cascadia Mono", monospace;
    white-space: pre-wrap;
}

.meeting-summary-state[b-r9v4q2ni54] {
    margin: 0;
    padding: 0.85rem 1rem;
    color: var(--xpm-muted);
}

.meeting-summary-error[b-r9v4q2ni54] {
    color: #b91c1c;
}

.markdown-insert-icon-btn img[b-r9v4q2ni54] {
    width: 18px;
    height: 18px;
}

.markdown-history-icon[b-r9v4q2ni54] {
    color: #000;
    filter: brightness(0);
}

.markdown-roadblock-icon[b-r9v4q2ni54] {
    width: 18px;
    height: 18px;
}

.meeting-participant-popup-backdrop[b-r9v4q2ni54] {
    position: fixed;
    inset: 0;
    z-index: 2600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.45);
}

.meeting-participant-popup-panel[b-r9v4q2ni54] {
    width: min(980px, 96vw);
    max-height: 90vh;
    overflow: auto;
    padding: 0.9rem;
    border: 1px solid #d2d7e3;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.28);
}

.meeting-participant-popup-header[b-r9v4q2ni54] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-bottom: 0.55rem;
    margin-bottom: 0.8rem;
    border-bottom: 1px solid #eceff5;
}

.meeting-participant-popup-header h5[b-r9v4q2ni54] {
    margin: 0;
}

.meeting-participant-close-btn[b-r9v4q2ni54] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 8px;
    color: #fff;
    background: #000;
}

.meeting-participant-close-btn:hover[b-r9v4q2ni54],
.meeting-participant-close-btn:focus[b-r9v4q2ni54] {
    background: var(--xpm-button-hilite);
}

.meeting-participant-popup-body[b-r9v4q2ni54] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.meeting-participant-picker-group[b-r9v4q2ni54] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 0.3rem;
}

.meeting-participant-filter[b-r9v4q2ni54] {
    min-height: 34px;
    font-size: 0.88rem;
}

.meeting-participant-user-list[b-r9v4q2ni54] {
    max-height: 340px;
    overflow: auto;
    border: 1px solid var(--xpm-border);
    border-radius: 8px;
    background: #f8f9fc;
}

.meeting-participant-check-row[b-r9v4q2ni54] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 36px;
    padding: 0.45rem 0.65rem;
    border-bottom: 1px solid #e7ebf2;
    cursor: pointer;
}

.meeting-participant-check-row:last-child[b-r9v4q2ni54] {
    border-bottom: 0;
}

.meeting-participant-check-row.is-disabled[b-r9v4q2ni54] {
    color: var(--xpm-muted);
    cursor: default;
    opacity: 0.62;
}

.meeting-participant-empty[b-r9v4q2ni54] {
    margin: 0;
    padding: 0.65rem;
    color: var(--xpm-muted);
    font-size: 0.9rem;
}

.meeting-external-participants-field textarea[b-r9v4q2ni54] {
    min-height: 126px;
    resize: vertical;
}

.meeting-participant-popup-actions[b-r9v4q2ni54] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 0.9rem;
}

.meeting-blocker-popup-backdrop[b-r9v4q2ni54] {
    position: fixed;
    inset: 0;
    z-index: 2640;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.45);
}

.meeting-blocker-popup-panel[b-r9v4q2ni54] {
    width: min(920px, 96vw);
    max-height: 90vh;
    overflow: auto;
    padding: 0.9rem;
    border: 1px solid #d2d7e3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.28);
}

.meeting-blocker-popup-state[b-r9v4q2ni54] {
    margin: 0;
    padding: 0.7rem 0.2rem;
    color: var(--xpm-muted);
}

.meeting-blocker-create-section[b-r9v4q2ni54] {
    margin-bottom: 0.85rem;
    padding: 0.75rem;
    border: 1px solid var(--xpm-border);
    border-radius: 8px;
    background: #fff;
}

.meeting-blocker-create-header[b-r9v4q2ni54] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.55rem;
}

.meeting-blocker-create-header h6[b-r9v4q2ni54] {
    margin: 0;
    color: var(--xpm-text);
    font-weight: 800;
}

.meeting-blocker-create-grid[b-r9v4q2ni54] {
    display: grid;
    grid-template-columns: minmax(220px, 1.5fr) minmax(130px, 0.8fr) minmax(130px, 0.8fr) minmax(180px, 1fr);
    gap: 0.6rem;
}

.meeting-blocker-description-field[b-r9v4q2ni54] {
    grid-column: 1 / -1;
}

.meeting-blocker-description-field textarea[b-r9v4q2ni54] {
    min-height: 82px;
    resize: vertical;
}

.meeting-blocker-create-error[b-r9v4q2ni54] {
    color: #b91c1c;
    font-size: 0.86rem;
    margin-top: 0.5rem;
}

.meeting-blocker-create-actions[b-r9v4q2ni54] {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.65rem;
}

.meeting-blocker-list[b-r9v4q2ni54] {
    display: grid;
    gap: 0.65rem;
}

.meeting-blocker-item[b-r9v4q2ni54] {
    padding: 0.75rem;
    border: 1px solid var(--xpm-border);
    border-radius: 8px;
    background: #f8f9fc;
}

.meeting-blocker-item-header[b-r9v4q2ni54] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.45rem;
}

.meeting-blocker-milestone-btn[b-r9v4q2ni54] {
    padding: 0;
    border: 0;
    color: var(--xpm-accent);
    background: transparent;
    font-weight: 700;
    text-align: left;
}

.meeting-blocker-status[b-r9v4q2ni54] {
    flex: 0 0 auto;
    padding: 0.15rem 0.45rem;
    border: 1px solid #d7dce8;
    border-radius: 999px;
    color: #334155;
    background: #fff;
    font-size: 0.78rem;
}

.meeting-blocker-item p[b-r9v4q2ni54] {
    margin: 0 0 0.55rem;
    color: var(--xpm-text);
}

.meeting-blocker-meta[b-r9v4q2ni54] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    color: var(--xpm-muted);
    font-size: 0.82rem;
}

@media (max-width: 860px) {
    .meeting-blocker-create-grid[b-r9v4q2ni54] {
        grid-template-columns: 1fr;
    }
}

.meeting-lucide-popup-backdrop[b-r9v4q2ni54] {
    position: fixed;
    inset: 0;
    z-index: 2650;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.45);
}

.meeting-lucide-popup-panel[b-r9v4q2ni54] {
    width: min(680px, 96vw);
    max-height: 88vh;
    overflow: auto;
    padding: 0.9rem;
    border: 1px solid #d2d7e3;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.28);
}

.meeting-lucide-popup-header[b-r9v4q2ni54] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-bottom: 0.55rem;
    margin-bottom: 0.8rem;
    border-bottom: 1px solid #eceff5;
}

.meeting-lucide-popup-header h5[b-r9v4q2ni54] {
    margin: 0;
}

.meeting-lucide-popup-search[b-r9v4q2ni54] {
    margin-bottom: 0.55rem;
}

.meeting-lucide-custom-row[b-r9v4q2ni54] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.meeting-lucide-custom-row span[b-r9v4q2ni54] {
    margin-right: auto;
    color: var(--xpm-muted);
    font-size: 0.85rem;
}

.meeting-lucide-icon-grid[b-r9v4q2ni54] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 0.45rem;
}

.meeting-lucide-icon-choice[b-r9v4q2ni54] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 34px;
    padding: 0.35rem 0.5rem;
    border: 1px solid var(--xpm-border);
    border-radius: 6px;
    color: #374151;
    background: #fff;
    text-align: left;
}

.meeting-lucide-icon-choice:hover[b-r9v4q2ni54],
.meeting-lucide-icon-choice:focus[b-r9v4q2ni54] {
    border-color: #cbd5e1;
    background: #f8f9fc;
}

.meeting-lucide-icon-choice img[b-r9v4q2ni54] {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.meeting-lucide-icon-choice span[b-r9v4q2ni54] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.meeting-task-picker-backdrop[b-r9v4q2ni54] {
    position: fixed;
    inset: 0;
    z-index: 2640;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.45);
}

.meeting-task-picker-panel[b-r9v4q2ni54] {
    width: min(960px, 96vw);
    max-height: 88vh;
    overflow: auto;
    padding: 0.9rem;
    border: 1px solid #d2d7e3;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.28);
}

.meeting-task-picker-header[b-r9v4q2ni54] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-bottom: 0.55rem;
    margin-bottom: 0.8rem;
    border-bottom: 1px solid #eceff5;
}

.meeting-task-picker-header h5[b-r9v4q2ni54] {
    margin: 0;
}

.meeting-task-picker-filters[b-r9v4q2ni54] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    margin-bottom: 0.65rem;
}

.meeting-task-picker-status[b-r9v4q2ni54] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.55rem;
}

.meeting-task-picker-status span[b-r9v4q2ni54] {
    color: var(--xpm-muted);
    font-size: 0.85rem;
}

.meeting-task-picker-list[b-r9v4q2ni54] {
    display: flex;
    flex-direction: column;
    max-height: 48vh;
    overflow: auto;
    border: 1px solid var(--xpm-border);
    border-radius: 8px;
    background: #fff;
}

.meeting-task-picker-row[b-r9v4q2ni54] {
    display: grid;
    grid-template-columns: 28px minmax(72px, 0.5fr) minmax(110px, 0.7fr) minmax(0, 2fr);
    align-items: center;
    gap: 0.55rem;
    min-height: 38px;
    padding: 0.45rem 0.6rem;
    border-bottom: 1px solid #e7ebf2;
    cursor: pointer;
}

.meeting-task-picker-row:last-child[b-r9v4q2ni54] {
    border-bottom: 0;
}

.meeting-task-picker-row:hover[b-r9v4q2ni54] {
    background: #f8f9fc;
}

.meeting-task-picker-task-no[b-r9v4q2ni54] {
    font-weight: 700;
}

.meeting-task-picker-task-responsible[b-r9v4q2ni54] {
    color: #4b5563;
}

.meeting-task-picker-task-text[b-r9v4q2ni54] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.meeting-task-picker-actions[b-r9v4q2ni54] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 0.9rem;
}

.meeting-task-picker-close-action[b-r9v4q2ni54] {
    order: 999;
}

@media (max-width: 980px) {
    .meeting-overview-header[b-r9v4q2ni54] {
        grid-template-columns: 1fr;
    }

    .meeting-edit-row[b-r9v4q2ni54] {
        grid-template-columns: 1fr;
    }

    .meeting-participant-popup-body[b-r9v4q2ni54] {
        grid-template-columns: 1fr;
    }

    .meeting-task-picker-filters[b-r9v4q2ni54],
    .meeting-task-picker-row[b-r9v4q2ni54] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/MeetingPdfPreview.razor.rz.scp.css */
.meeting-pdf-preview-page[b-1nsbji08o8] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    gap: 0.75rem;
}

.meeting-pdf-state[b-1nsbji08o8] {
    color: var(--xpm-muted);
}

.meeting-pdf-preview-scroll[b-1nsbji08o8] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    padding: 1.25rem;
    border: 1px solid var(--xpm-border);
    border-radius: 8px;
    background: #d8dde6;
}

.meeting-pdf-document[b-1nsbji08o8],
.meeting-pdf-document *[b-1nsbji08o8] {
    box-sizing: border-box;
}

.meeting-pdf-document[b-1nsbji08o8] {
    width: 8.5in;
    max-width: 8.5in;
    min-height: 11in;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    color: #061227;
    background: #fff;
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.22);
    font-family: "Noto Sans", "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
}

.meeting-pdf-preview-scroll .meeting-pdf-document[b-1nsbji08o8] {
    background:
        repeating-linear-gradient(
            to bottom,
            #fff 0,
            #fff calc(11in - 0.08in),
            #eef2f7 calc(11in - 0.08in),
            #eef2f7 11in
        );
    outline: 1px solid #b9c2d1;
}

.meeting-pdf-preview-scroll .meeting-pdf-document[b-1nsbji08o8]::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background:
        repeating-linear-gradient(
            to bottom,
            transparent 0,
            transparent calc(11in - 2px),
            rgba(111, 192, 68, 0.72) calc(11in - 2px),
            rgba(111, 192, 68, 0.72) 11in,
            rgba(216, 221, 230, 0.54) 11in,
            rgba(216, 221, 230, 0.54) calc(11in + 0.08in)
        );
}

.meeting-pdf-preview-scroll .meeting-pdf-document > *[b-1nsbji08o8] {
    position: relative;
    z-index: 1;
}

.meeting-pdf-hero[b-1nsbji08o8] {
    display: grid;
    grid-template-columns: 205px minmax(0, 1fr) 170px;
    align-items: start;
    gap: 1rem;
    padding: 22px 56px 12px;
    border-bottom: 7px solid #6fc044;
    color: #fff;
    background: #2c3337;
}

.meeting-pdf-header-main[b-1nsbji08o8] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.meeting-pdf-logo[b-1nsbji08o8] {
    display: block;
    width: 205px;
    max-height: 52px;
    object-fit: contain;
    object-position: left center;
}

.meeting-pdf-title-block[b-1nsbji08o8] {
    min-width: 0;
}

.meeting-pdf-kicker[b-1nsbji08o8] {
    margin-bottom: 6px;
    color: #74c943;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.meeting-pdf-title-block h1[b-1nsbji08o8] {
    margin: 0 0 8px;
    color: #fff;
    font-size: 25px;
    line-height: 1.05;
    font-weight: 800;
}

.meeting-pdf-title-block p[b-1nsbji08o8] {
    margin: 0;
    font-size: 13px;
}

.meeting-pdf-date-card[b-1nsbji08o8] {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: start;
    min-width: 158px;
    padding: 12px 16px;
    border-radius: 10px;
    background: #3d454a;
    text-align: center;
}

.meeting-pdf-date-card span[b-1nsbji08o8] {
    display: block;
    color: #74c943;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.meeting-pdf-date-card strong[b-1nsbji08o8] {
    display: block;
    margin-top: 2px;
    color: #fff;
}

.meeting-pdf-section[b-1nsbji08o8] {
    padding: 16px 56px 0;
}

.meeting-pdf-info-section[b-1nsbji08o8] {
    padding-top: 10px;
}

.meeting-pdf-section h2[b-1nsbji08o8] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 52px;
    color: #152033;
    font-size: 16px;
    font-weight: 800;
    break-after: avoid;
    page-break-after: avoid;
}

.meeting-pdf-hero[b-1nsbji08o8],
.meeting-pdf-info-section[b-1nsbji08o8],
.meeting-pdf-followup-stack > section[b-1nsbji08o8],
.meeting-pdf-participants-card[b-1nsbji08o8],
.meeting-pdf-log-card[b-1nsbji08o8],
.meeting-pdf-section > h2[b-1nsbji08o8],
.meeting-pdf-card h3[b-1nsbji08o8],
.meeting-pdf-footer[b-1nsbji08o8] {
    break-inside: avoid;
    page-break-inside: avoid;
}

.meeting-pdf-info-section h2[b-1nsbji08o8] {
    margin-bottom: 11px;
    font-size: 15px;
}

.meeting-pdf-info-section h2[b-1nsbji08o8]::before {
    height: 18px;
}

.meeting-pdf-section h2[b-1nsbji08o8]::before {
    content: "";
    width: 7px;
    height: 22px;
    border-radius: 4px;
    background: #6fc044;
}

.meeting-pdf-section + .meeting-pdf-section h2[b-1nsbji08o8] {
    margin-bottom: 17px;
}

.meeting-pdf-participants-section[b-1nsbji08o8] {
    padding-top: 10px;
    display: grid;
    gap: 10px;
}

.meeting-pdf-summary-section[b-1nsbji08o8] {
    padding-top: 10px;
}

.meeting-pdf-info-grid[b-1nsbji08o8] {
    display: grid;
    grid-template-columns: 1.35fr 1.2fr 0.85fr 0.75fr;
    border: 1px solid #d9dfe7;
}

.meeting-pdf-info-grid div[b-1nsbji08o8] {
    min-height: 33px;
    padding: 7px 12px 6px;
    border-right: 1px solid #d9dfe7;
    border-bottom: 1px solid #d9dfe7;
}

.meeting-pdf-info-grid div:nth-child(4n)[b-1nsbji08o8] {
    border-right: 0;
}

.meeting-pdf-info-grid div:nth-last-child(-n+4)[b-1nsbji08o8] {
    border-bottom: 0;
}

.meeting-pdf-info-grid strong[b-1nsbji08o8],
.meeting-pdf-info-grid span[b-1nsbji08o8] {
    display: block;
}

.meeting-pdf-info-grid strong[b-1nsbji08o8] {
    font-weight: 800;
}

.meeting-pdf-followup-grid[b-1nsbji08o8] {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.meeting-pdf-followup-stack[b-1nsbji08o8] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.meeting-pdf-followup-section[b-1nsbji08o8] {
    padding-top: 14px;
}

.meeting-pdf-followup-section h2[b-1nsbji08o8] {
    margin-bottom: 17px;
}

.meeting-pdf-card[b-1nsbji08o8] {
    overflow: hidden;
    border: 1px solid #d9dfe7;
    border-radius: 10px;
    background: #fff;
}

.meeting-pdf-card h3[b-1nsbji08o8] {
    margin: 0;
    padding: 10px 16px;
    color: #061227;
    background: #f1f3f5;
    font-size: 13px;
    font-weight: 800;
}

.meeting-pdf-summary-card[b-1nsbji08o8] {
    overflow: visible;
    break-inside: auto;
    page-break-inside: auto;
}

.meeting-pdf-summary-card .meeting-pdf-markdown[b-1nsbji08o8] {
    break-inside: auto;
    page-break-inside: auto;
}

.meeting-pdf-summary-chunk[b-1nsbji08o8] {
    break-inside: avoid;
    page-break-inside: avoid;
}

.meeting-pdf-manual-page-break[b-1nsbji08o8] {
    display: block;
    height: 0;
    break-before: page;
    page-break-before: always;
}

.meeting-pdf-participants[b-1nsbji08o8],
.meeting-pdf-markdown[b-1nsbji08o8],
.meeting-pdf-numbered-list[b-1nsbji08o8],
.meeting-pdf-action-list[b-1nsbji08o8] {
    padding: 16px 18px;
}

.meeting-pdf-participants-card .meeting-pdf-participants[b-1nsbji08o8] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    padding: 10px 16px;
}

.meeting-pdf-summary-card .meeting-pdf-markdown[b-1nsbji08o8] {
    min-height: 0;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1.5;
}

.meeting-pdf-log-card .meeting-pdf-numbered-list[b-1nsbji08o8],
.meeting-pdf-log-card .meeting-pdf-action-list[b-1nsbji08o8] {
    padding-top: 14px;
    padding-right: 20px;
    padding-bottom: 14px;
    padding-left: 20px;
}

.meeting-pdf-participant[b-1nsbji08o8] {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    min-width: 145px;
    max-width: 210px;
}

.meeting-pdf-participant:last-child[b-1nsbji08o8] {
    margin-bottom: 0;
}

.meeting-pdf-participant strong[b-1nsbji08o8],
.meeting-pdf-participant small[b-1nsbji08o8] {
    display: block;
}

.meeting-pdf-participant small[b-1nsbji08o8] {
    color: #687387;
    font-size: 10px;
}

.meeting-pdf-markdown[b-1nsbji08o8] {
    line-height: 1.42;
}

.meeting-pdf-markdown p[b-1nsbji08o8],
.meeting-pdf-numbered-list p[b-1nsbji08o8],
.meeting-pdf-action-row p[b-1nsbji08o8] {
    margin: 0 0 8px;
}

.meeting-pdf-markdown p:last-child[b-1nsbji08o8],
.meeting-pdf-numbered-list p:last-child[b-1nsbji08o8],
.meeting-pdf-action-row p:last-child[b-1nsbji08o8] {
    margin-bottom: 0;
}

.meeting-pdf-numbered-list[b-1nsbji08o8] {
    margin: 0;
    list-style: none;
    counter-reset: decision;
}

.meeting-pdf-numbered-list li[b-1nsbji08o8] {
    position: relative;
    min-height: 24px;
    margin-bottom: 10px;
    padding-left: 30px;
    counter-increment: decision;
}

.meeting-pdf-numbered-list li[b-1nsbji08o8]::before {
    content: counter(decision);
    position: absolute;
    left: 0;
    top: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    background: #6fc044;
    font-size: 10px;
    font-weight: 800;
}

.meeting-pdf-action-row[b-1nsbji08o8] {
    padding: 0 0 10px;
    line-height: 1.42;
}

.meeting-pdf-action-row:last-child[b-1nsbji08o8] {
    padding-bottom: 0;
}

.meeting-pdf-action-list ul[b-1nsbji08o8] {
    margin: 0 0 10px 1.1rem;
    padding-left: 1rem;
    list-style: disc outside;
}

.meeting-pdf-action-list li[b-1nsbji08o8] {
    margin-bottom: 5px;
    padding-left: 2px;
}

.meeting-pdf-action-list li:last-child[b-1nsbji08o8] {
    margin-bottom: 0;
}

.meeting-pdf-action-row a:first-of-type[b-1nsbji08o8] {
    display: inline-flex;
    justify-content: center;
    min-width: 64px;
    margin-right: 10px;
    padding: 4px 12px;
    border-radius: 999px;
    color: #061227;
    background: #f3f5f7;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.meeting-pdf-footer[b-1nsbji08o8] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0 56px 28px;
    margin-top: 18px;
    color: #66758a;
    font-size: 9px;
    text-align: center;
}

.meeting-pdf-page-number[b-1nsbji08o8]::after {
    content: "1/1";
}

.meeting-pdf-print-pagination[b-1nsbji08o8] {
    position: absolute;
    right: 0;
    left: 0;
    width: 8.5in;
    padding: 0 56px;
    color: #66758a;
    background: #fff;
    font-size: 9px;
    text-align: center;
    z-index: 10;
}

.meeting-pdf-page-spacer[b-1nsbji08o8] {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    break-after: auto;
    page-break-after: auto;
}

.meeting-pdf-empty[b-1nsbji08o8] {
    margin: 0;
    color: #66758a;
}

.markdown-symbol-icon[b-1nsbji08o8] {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: -3px;
}

.meeting-pdf-document a[b-1nsbji08o8] {
    color: #244ecb;
    text-decoration: none;
}

@page {
    size: letter portrait;
    margin: 1cm 0;
}

@page:first {
    margin: 0;
}

@media print {
    .meeting-pdf-preview-scroll[b-1nsbji08o8] {
        display: block;
        overflow: visible;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: #fff;
    }

    .meeting-pdf-preview-scroll .meeting-pdf-document[b-1nsbji08o8] {
        background: #fff;
        outline: 0;
    }

    .meeting-pdf-preview-scroll .meeting-pdf-document[b-1nsbji08o8]::after {
        display: none;
    }

        .meeting-pdf-document[b-1nsbji08o8] {
            width: 8.5in;
            max-width: 8.5in;
            margin: 0;
            padding-bottom: 0.55in;
            box-shadow: none;
        }

    .meeting-pdf-manual-page-break[b-1nsbji08o8] {
        height: 0.48in;
    }

    .meeting-pdf-header-main[b-1nsbji08o8] {
        grid-template-columns: minmax(0, 1fr);
    }

    .meeting-pdf-date-card[b-1nsbji08o8] {
        justify-self: end;
        align-self: start;
    }

    .meeting-pdf-footer[b-1nsbji08o8] {
        display: none;
    }
}

.meeting-email-backdrop[b-1nsbji08o8] {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(15, 23, 42, 0.45);
}

.meeting-email-dialog[b-1nsbji08o8] {
    width: min(560px, 100%);
    border: 1px solid var(--xpm-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 70px rgba(15, 23, 42, 0.32);
}

.meeting-email-header[b-1nsbji08o8] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-bottom: 1px solid var(--xpm-border);
}

.meeting-email-header h2[b-1nsbji08o8] {
    margin: 0;
    color: var(--xpm-text);
    font-size: 1rem;
    font-weight: 800;
}

.meeting-email-header p[b-1nsbji08o8] {
    margin: 0.2rem 0 0;
    color: var(--xpm-muted);
    font-size: 0.85rem;
}

.meeting-email-close[b-1nsbji08o8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid var(--xpm-border);
    border-radius: 6px;
    color: var(--xpm-text);
    background: #fff;
}

.meeting-email-fields[b-1nsbji08o8] {
    display: grid;
    gap: 0.75rem;
    padding: 1rem 1.1rem;
}

.meeting-email-fields label[b-1nsbji08o8] {
    display: grid;
    gap: 0.3rem;
    color: var(--xpm-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.meeting-email-fields input[b-1nsbji08o8] {
    width: 100%;
    min-height: 42px;
    padding: 0.55rem 0.7rem;
    border: 1px solid var(--xpm-border);
    border-radius: 6px;
    color: var(--xpm-text);
    background: #fff;
    font: inherit;
}

.meeting-email-actions[b-1nsbji08o8] {
    display: flex;
    justify-content: flex-end;
    gap: 0.6rem;
    padding: 1rem 1.1rem;
    border-top: 1px solid var(--xpm-border);
}

.meeting-email-primary[b-1nsbji08o8],
.meeting-email-secondary[b-1nsbji08o8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 36px;
    padding: 0 0.85rem;
    border-radius: 6px;
    font-weight: 800;
}

.meeting-email-primary[b-1nsbji08o8] {
    border: 1px solid #111827;
    color: #fff;
    background: #111827;
}

.meeting-email-secondary[b-1nsbji08o8] {
    border: 1px solid var(--xpm-border);
    color: var(--xpm-text);
    background: #fff;
}

@media (max-width: 980px) {
    .meeting-pdf-preview-scroll[b-1nsbji08o8] {
        padding: 0.5rem;
    }

    .meeting-pdf-document[b-1nsbji08o8] {
        width: 100%;
        min-height: 0;
    }

    .meeting-pdf-hero[b-1nsbji08o8],
    .meeting-pdf-header-main[b-1nsbji08o8],
    .meeting-pdf-info-grid[b-1nsbji08o8] {
        grid-template-columns: 1fr;
    }

    .meeting-pdf-hero[b-1nsbji08o8],
    .meeting-pdf-section[b-1nsbji08o8],
    .meeting-pdf-footer[b-1nsbji08o8] {
        padding-left: 22px;
        padding-right: 22px;
    }

    .meeting-pdf-section h2[b-1nsbji08o8] {
        margin-bottom: 18px;
    }

    .meeting-pdf-date-card[b-1nsbji08o8] {
        justify-self: start;
    }
}
/* /Pages/Meetings.razor.rz.scp.css */
.meetings-page[b-s1y15enwj1] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
}

.meetings-list-section[b-s1y15enwj1] {
    flex: 1 1 auto;
    min-height: 0;
}

.meetings-list-scroll[b-s1y15enwj1] {
    flex: 1 1 auto;
}

.meetings-list-actions[b-s1y15enwj1] {
    flex: 1 1 auto;
    justify-content: flex-end;
}

.meetings-filter-cell[b-s1y15enwj1] {
    width: min(420px, 100%);
}

.meetings-filter-control[b-s1y15enwj1] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.meetings-filter-input[b-s1y15enwj1] {
    border: 0;
    box-shadow: none;
    padding-left: 0;
    height: 24px;
}

.meetings-filter-input:focus[b-s1y15enwj1] {
    box-shadow: none;
}

.meetings-filter-icon[b-s1y15enwj1] {
    width: 24px;
    height: 24px;
}

.meeting-list-state[b-s1y15enwj1] {
    margin: 1rem;
    color: var(--xpm-muted);
}

.meeting-list-table th[b-s1y15enwj1],
.meeting-list-table td[b-s1y15enwj1] {
    vertical-align: middle;
}

.meeting-title-link[b-s1y15enwj1] {
    font-weight: 700;
    color: #283593;
    text-decoration: none;
}

.meeting-title-link:hover[b-s1y15enwj1],
.meeting-title-link:focus[b-s1y15enwj1] {
    color: var(--xpm-button-hilite);
    text-decoration: underline;
}

.meeting-author-cell[b-s1y15enwj1] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
    font-weight: 700;
}

.meeting-author-cell span[b-s1y15enwj1] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.meeting-atmosphere-icon[b-s1y15enwj1] {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: brightness(0);
}

.meeting-status-chip[b-s1y15enwj1] {
    display: inline-flex;
    min-width: 92px;
    justify-content: center;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
}

.meeting-status-started[b-s1y15enwj1] {
    background: #fff0d6;
    color: #8a5200;
}

.meeting-status-closed[b-s1y15enwj1] {
    background: #edf2f7;
    color: #4a5568;
}

.meeting-action-btn[b-s1y15enwj1] {
    min-width: 94px;
}
/* /Pages/MilestoneDetails.razor.rz.scp.css */
.milestone-header-grid[b-vcpcl4mdr8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-bottom: 0.9rem;
}

.milestone-header-grid .edit-section[b-vcpcl4mdr8] {
    border: none;
    box-shadow: none;
}

.milestone-header-grid .edit-field[b-vcpcl4mdr8],
.xpm-section-card .edit-field[b-vcpcl4mdr8] {
    border-width: 1px;
}

.progression-columns[b-vcpcl4mdr8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.progression-compact-layout[b-vcpcl4mdr8] {
    grid-template-columns: repeat(2, minmax(280px, max-content));
    justify-content: start;
}

.progression-column[b-vcpcl4mdr8] {
    display: grid;
    align-content: start;
    gap: 0.7rem;
}

.progression-compact-layout .progression-column .edit-field[b-vcpcl4mdr8] {
    width: min(340px, 100%);
    margin-bottom: 0;
}

.milestone-progress-gauge-field[b-vcpcl4mdr8] {
    align-items: start;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    grid-template-rows: auto 1fr;
    column-gap: 8px;
    min-height: 58px;
}

.milestone-progress-gauge-field .edit-field-label[b-vcpcl4mdr8] {
    grid-column: 1;
    grid-row: 1;
}

.milestone-progress-gauge-field .edit-field-static[b-vcpcl4mdr8] {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
    margin: 4px 8px 0 0;
}

.description-top-row[b-vcpcl4mdr8] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.7rem;
}

@media (max-width: 900px) {
    .milestone-header-grid[b-vcpcl4mdr8] {
        grid-template-columns: 1fr;
    }

    .progression-columns[b-vcpcl4mdr8] {
        grid-template-columns: 1fr;
    }

    .progression-compact-layout .progression-column .edit-field[b-vcpcl4mdr8] {
        width: 100%;
    }

    .description-top-row[b-vcpcl4mdr8] {
        grid-template-columns: 1fr;
    }
}

.xpm-section-card[b-vcpcl4mdr8] {
    margin: 1rem 0 1.25rem;
    padding: 0.85rem 1rem 1rem;
    border: none;
    border-radius: 10px;
    background: var(--xpm-surface);
    box-shadow: none;
}

.xpm-section-header[b-vcpcl4mdr8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e6e8ef;
}

.milestone-color-control[b-vcpcl4mdr8] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.milestone-color-picker[b-vcpcl4mdr8] {
    width: 32px;
    height: 24px;
    padding: 0;
    border: none;
    background: transparent;
}

.milestone-color-value[b-vcpcl4mdr8] {
    font-size: 0.82rem;
    color: #4b5563;
}

.milestone-color-reset-btn[b-vcpcl4mdr8] {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 6px;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.milestone-color-reset-btn:hover[b-vcpcl4mdr8],
.milestone-color-reset-btn:focus-visible[b-vcpcl4mdr8] {
    background: #ffffff;
    outline: none;
}

.milestone-color-reset-icon[b-vcpcl4mdr8] {
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: none !important;
}

.xpm-section-header-actions[b-vcpcl4mdr8] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.xpm-context-panel[b-vcpcl4mdr8] {
    margin-bottom: 0.75rem;
    padding: 0.65rem;
    border: 1px solid #d9dbe1;
    border-radius: 8px;
    background: #f8f9fc;
}

.icon-btn[b-vcpcl4mdr8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 6px;
    background: #000;
    color: #fff;
    padding: 0;
}

.xpm-section-header-actions .icon-btn[b-vcpcl4mdr8] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
}

.icon-btn:hover:not(:disabled)[b-vcpcl4mdr8] {
    background: var(--xpm-button-hilite);
    color: #fff;
}

.icon-btn:focus-visible:not(:disabled)[b-vcpcl4mdr8] {
    background: var(--xpm-button-hilite);
    color: #fff;
    outline: none;
}

.icon-btn:disabled[b-vcpcl4mdr8] {
    opacity: 0.45;
    cursor: not-allowed;
}

.icon-btn-danger[b-vcpcl4mdr8] {
    color: #fff;
}

.xpm-overlay-backdrop[b-vcpcl4mdr8] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    z-index: 2500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.xpm-overlay-panel[b-vcpcl4mdr8] {
    width: min(620px, 96vw);
    max-height: 90vh;
    overflow: auto;
    background: #fff;
    border: 1px solid #d2d7e3;
    border-radius: 10px;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.28);
    padding: 0.9rem;
}

.blocker-editor-overlay-panel[b-vcpcl4mdr8] {
    width: min(1040px, 96vw);
    max-height: 92vh;
}

.xpm-overlay-header[b-vcpcl4mdr8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.8rem;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid #eceff5;
}

.blocker-editor-grid[b-vcpcl4mdr8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.blocker-editor-description[b-vcpcl4mdr8] {
    grid-column: 1 / span 2;
}

.blocker-editor-description textarea[b-vcpcl4mdr8] {
    min-height: 92px;
    resize: vertical;
}

.xpm-overlay-actions[b-vcpcl4mdr8] {
    margin-top: 0.9rem;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

@media (max-width: 900px) {
    .blocker-editor-grid[b-vcpcl4mdr8] {
        grid-template-columns: 1fr;
    }

    .blocker-editor-description[b-vcpcl4mdr8] {
        grid-column: auto;
    }
}

.note-type-badge[b-vcpcl4mdr8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5.8rem;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    border: 1px solid #dbe4ff;
    background: #eef2ff;
    color: #2f3ba8;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}
/* /Pages/MilestoneTasks.razor.rz.scp.css */
.milestone-tasks-page[b-p9pfah5hul] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    flex: 1 1 auto;
    min-height: 0;
}

.milestone-main-object-link[b-p9pfah5hul] {
    text-decoration: none;
}

.milestone-main-object-link:hover[b-p9pfah5hul],
.milestone-main-object-link:focus-visible[b-p9pfah5hul] {
    color: var(--xpm-button-hilite);
    text-decoration: underline;
    outline: none;
}

.task-tabs-in-list[b-p9pfah5hul] {
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
}

.task-header-bar[b-p9pfah5hul] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    flex-wrap: wrap;
    padding: 0.55rem 0.7rem;
    border: none;
    border-radius: 10px;
    background: var(--xpm-surface);
    box-shadow: none;
}

.task-filter-toggle[b-p9pfah5hul] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--xpm-muted);
    font-size: 0.94rem;
    margin-bottom: 0;
}

.task-filter-toggle-inline[b-p9pfah5hul] {
    white-space: nowrap;
    margin-left: 0.15rem;
}

.task-tab-count[b-p9pfah5hul] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.5rem;
    height: 1.5rem;
    padding: 0 0.45rem;
    border-radius: 999px;
    background: #eef2ff;
    font-size: 0.78rem;
    font-weight: 700;
    color: #1f2937;
}

.child-tab-item-active .task-tab-count[b-p9pfah5hul] {
    background: var(--xpm-accent);
    color: #111827;
}

.task-actions-bar[b-p9pfah5hul] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.icon-btn[b-p9pfah5hul] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 6px;
    background: #000;
    color: #fff;
    padding: 0;
}

.icon-btn:hover:not(:disabled)[b-p9pfah5hul],
.icon-btn:focus-visible:not(:disabled)[b-p9pfah5hul] {
    background: var(--xpm-button-hilite);
    color: #fff;
    outline: none;
}

.icon-btn-danger[b-p9pfah5hul] {
    color: #fff;
}

.task-toolbar[b-p9pfah5hul] {
    display: grid;
    grid-template-columns: minmax(240px, 1.1fr) minmax(200px, 0.9fr) minmax(190px, 0.8fr) minmax(210px, 0.8fr) minmax(260px, 1fr) minmax(140px, 0.5fr) var(--xpm-action-icon-button-size);
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.7rem;
    width: 100%;
}

.task-toolbar .edit-field.is-filter-cell[b-p9pfah5hul] {
    min-height: 58px;
    height: 58px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.milestone-tasks-page .edit-field[b-p9pfah5hul] {
    border-width: 1px;
}

.task-toolbar .edit-field.is-filter-cell .edit-field-control[b-p9pfah5hul] {
    min-height: 1.45rem;
}

.task-search-cell[b-p9pfah5hul] {
    min-width: 0;
    margin-bottom: 0;
}

.task-owner-filter-cell[b-p9pfah5hul] {
    min-width: 0;
    margin-bottom: 0;
}

.task-priority-filter-cell[b-p9pfah5hul] {
    min-width: 0;
    margin-bottom: 0;
}

.task-project-filter-cell[b-p9pfah5hul] {
    min-width: 0;
    margin-bottom: 0;
}

.task-milestone-filter-cell[b-p9pfah5hul] {
    min-width: 0;
    margin-bottom: 0;
}

.task-closed-filter-cell[b-p9pfah5hul] {
    min-width: 0;
    margin-bottom: 0;
}

.task-searchbox[b-p9pfah5hul] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
}

.task-closed-filter-control[b-p9pfah5hul] {
    display: flex;
    align-items: center;
    min-height: 1.45rem;
}

.task-search-input[b-p9pfah5hul] {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    border: none !important;
    box-shadow: none !important;
    outline: none;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.task-search-input:focus[b-p9pfah5hul] {
    border: none !important;
    box-shadow: none !important;
    outline: none;
}

.task-search-btn[b-p9pfah5hul] {
    width: var(--xpm-action-icon-button-size);
    height: var(--xpm-action-icon-button-size);
    min-width: var(--xpm-action-icon-button-size);
    min-height: var(--xpm-action-icon-button-size);
    padding: 0;
    border: none;
    border-radius: var(--xpm-action-icon-button-radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--xpm-action-icon-button-bg);
    color: var(--xpm-action-icon-button-color);
    flex: 0 0 auto;
}

.task-search-btn:hover:not(:disabled)[b-p9pfah5hul],
.task-search-btn:focus-visible:not(:disabled)[b-p9pfah5hul] {
    background: var(--xpm-action-icon-button-hover-bg);
    color: var(--xpm-action-icon-button-color);
    outline: none;
}

.task-search-action-wrap[b-p9pfah5hul] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: var(--xpm-action-icon-button-size);
    min-height: var(--xpm-action-icon-button-size);
}

.task-linked-header[b-p9pfah5hul] {
    margin-top: 0.1rem;
}

.task-selection-note[b-p9pfah5hul] {
    color: var(--xpm-muted);
    font-size: 0.92rem;
}

.milestone-task-list-scroll[b-p9pfah5hul] {
    flex: 1 1 auto;
    min-height: 0;
    border: none;
    box-shadow: none;
}

.milestone-task-table[b-p9pfah5hul] {
    table-layout: fixed;
}

.task-check-col[b-p9pfah5hul] {
    width: 2.8rem;
}

.task-no-col[b-p9pfah5hul] {
    width: 5.2rem;
}

.task-ref-col[b-p9pfah5hul] {
    width: 13.2rem;
}

.task-owner-col[b-p9pfah5hul] {
    width: 9rem;
}

.task-priority-col[b-p9pfah5hul] {
    width: 6.4rem;
}

.task-type-col[b-p9pfah5hul] {
    width: 5.4rem;
}

.task-status-col[b-p9pfah5hul] {
    width: 7.2rem;
}

.task-linked-col[b-p9pfah5hul],
.task-action-col[b-p9pfah5hul] {
    width: 8rem;
}

.task-linked-col[b-p9pfah5hul] {
    width: 3.6rem;
}

.task-action-col .icon-btn + .icon-btn[b-p9pfah5hul] {
    margin-left: 0.35rem;
}

.task-action-cell[b-p9pfah5hul] {
    vertical-align: middle;
}

.task-action-buttons[b-p9pfah5hul] {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}

.icon-minus-svg[b-p9pfah5hul] {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}

.icon-minus-svg-sm[b-p9pfah5hul] {
    width: 16px;
    height: 16px;
}

.task-desc-clamp[b-p9pfah5hul] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    line-height: 1.35;
    min-height: 4.05em;
}

.task-linked-pill[b-p9pfah5hul] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.8rem;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    background: #eef8f0;
    border: 1px solid #cbe7d1;
    color: #1f6a35;
    font-size: 0.78rem;
    font-weight: 700;
}

.task-linked-pill-button[b-p9pfah5hul] {
    border: 1px solid #cbe7d1;
    cursor: pointer;
}

.task-linked-pill-button:hover[b-p9pfah5hul],
.task-linked-pill-button:focus-visible[b-p9pfah5hul] {
    background: var(--xpm-button-hilite);
    border-color: var(--xpm-button-hilite);
    color: #fff;
    outline: none;
}

.task-priority-marker[b-p9pfah5hul] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5.4rem;
    padding: 0.15rem 0.4rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.task-priority-urgent[b-p9pfah5hul] {
    background: #dc2626;
    border: 1px solid #b91c1c;
    color: #fff;
}

.task-priority-semi-urgent[b-p9pfah5hul] {
    background: #f97316;
    border: 1px solid #ea580c;
    color: #111827;
}

.task-priority-none[b-p9pfah5hul] {
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    color: #4b5563;
}

.task-row-linked td[b-p9pfah5hul] {
    background: #fafbff;
}

.task-linked-milestones-popup-backdrop[b-p9pfah5hul] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.42);
}

.task-linked-milestones-popup-panel[b-p9pfah5hul] {
    width: min(560px, 100%);
    max-height: min(680px, calc(100vh - 2rem));
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
}

.task-linked-milestones-popup-header[b-p9pfah5hul] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-bottom: 1px solid var(--xpm-border);
}

.task-linked-milestones-popup-header h5[b-p9pfah5hul] {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
}

.task-linked-milestones-popup-header span[b-p9pfah5hul] {
    display: block;
    margin-top: 0.2rem;
    color: var(--xpm-muted);
    font-size: 0.88rem;
}

.task-linked-milestones-popup-body[b-p9pfah5hul] {
    overflow: auto;
    padding: 1rem 1.1rem;
}

.task-linked-milestones-list[b-p9pfah5hul] {
    display: grid;
    gap: 0.55rem;
}

.task-linked-milestone-row[b-p9pfah5hul] {
    display: grid;
    gap: 0.15rem;
    padding: 0.75rem 0.85rem;
    border: 1px solid var(--xpm-border);
    border-radius: 8px;
    color: inherit;
    background: #fff;
    text-decoration: none;
}

.task-linked-milestone-row:hover[b-p9pfah5hul],
.task-linked-milestone-row:focus-visible[b-p9pfah5hul] {
    border-color: var(--xpm-button-hilite);
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.12);
    outline: none;
}

.task-linked-milestone-row span[b-p9pfah5hul] {
    color: var(--xpm-muted);
    font-size: 0.8rem;
}

.task-linked-milestone-row strong[b-p9pfah5hul] {
    font-size: 0.95rem;
}

@media (max-width: 992px) {
    .task-header-bar[b-p9pfah5hul] {
        align-items: stretch;
    }

    .task-toolbar[b-p9pfah5hul] {
        grid-template-columns: 1fr;
        justify-content: stretch;
    }

    .milestone-task-table[b-p9pfah5hul] {
        min-width: 1040px;
    }
}
/* /Pages/PersonalNotes.razor.rz.scp.css */
.personal-notes-page[b-1syi7h0y83] {
    min-height: 100%;
    padding-bottom: 3rem;
}

.personal-notes-add-button[b-1syi7h0y83] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: #000;
    color: #fff;
}

.personal-notes-add-button:disabled[b-1syi7h0y83] {
    opacity: 0.5;
}

.personal-notes-section[b-1syi7h0y83] {
    margin-top: var(--xpm-section-gap) !important;
}

.personal-notes-header[b-1syi7h0y83] {
    align-items: flex-end;
    margin-bottom: 1.45rem;
}

.personal-notes-heading p[b-1syi7h0y83] {
    margin: 0.25rem 0 0;
    color: #68727d;
    font-size: 0.86rem;
}

.personal-notes-header-actions[b-1syi7h0y83] {
    align-items: flex-end;
}

.personal-notes-filter[b-1syi7h0y83] {
    width: min(360px, 48vw);
    margin-bottom: 0;
}

.personal-notes-filter-control[b-1syi7h0y83] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.personal-notes-filter-control input[b-1syi7h0y83] {
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #27313b;
    font-size: 0.86rem;
}

.personal-notes-filter-control input[b-1syi7h0y83]::placeholder {
    color: #8a939d;
}

.personal-notes-count[b-1syi7h0y83] {
    padding: 0.35rem 0.7rem;
    border: 1px solid #d8dde2;
    border-radius: 999px;
    background: #fff;
    color: #626c76;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.personal-notes-grid[b-1syi7h0y83] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 270px), 1fr));
    align-items: start;
    gap: 1.65rem 1.4rem;
}

.personal-note-card[b-1syi7h0y83] {
    --note-color: LightSkyBlue;
    position: relative;
    display: flex;
    min-height: 260px;
    max-height: 400px;
    box-sizing: border-box;
    flex-direction: column;
    padding: 1.65rem 1.25rem 0.7rem;
    overflow: visible;
    border: 1px solid rgb(109 95 28 / 16%);
    border-radius: 2px 2px 12px 2px;
    background:
        linear-gradient(135deg, transparent 0 97%, rgb(83 69 15 / 12%) 97%) bottom right / 32px 32px no-repeat,
        var(--note-color);
    box-shadow: 0 10px 22px rgb(30 37 44 / 12%), 0 2px 3px rgb(30 37 44 / 8%);
    color: #36331f;
    transform: rotate(-0.35deg);
    transition: transform 150ms ease, box-shadow 150ms ease;
}

.personal-note-card:nth-child(3n + 2)[b-1syi7h0y83] {
    transform: rotate(0.45deg);
}

.personal-note-card:nth-child(3n)[b-1syi7h0y83] {
    transform: rotate(-0.15deg);
}

.personal-note-card:hover[b-1syi7h0y83],
.personal-note-card:focus-within[b-1syi7h0y83] {
    z-index: 1;
    transform: rotate(0) translateY(-3px);
    box-shadow: 0 16px 30px rgb(30 37 44 / 17%), 0 3px 5px rgb(30 37 44 / 8%);
}

.personal-note-card.is-priority[b-1syi7h0y83] {
    border-top: 4px solid #d94a3d;
}

.personal-note-card.is-new[b-1syi7h0y83] {
    --note-color: LightSkyBlue;
    border: 2px dashed rgb(117 101 28 / 28%);
}

.personal-note-tape[b-1syi7h0y83] {
    position: absolute;
    top: -11px;
    left: 50%;
    width: 76px;
    height: 23px;
    background: rgb(255 255 255 / 58%);
    box-shadow: 0 1px 2px rgb(34 40 46 / 8%);
    transform: translateX(-50%) rotate(-1.5deg);
    pointer-events: none;
}

.personal-note-header[b-1syi7h0y83] {
    flex-shrink: 0;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 0.6rem;
}

.personal-note-header h2[b-1syi7h0y83] {
    margin: 0;
    overflow-wrap: anywhere;
    font-size: 1.08rem;
    line-height: 1.3;
    font-weight: 760;
}

.personal-note-content[b-1syi7h0y83] {
    font-family: Consolas, "Courier New", monospace;
    flex: 1;
    min-height: 0;
    overflow: hidden;
    margin: 1rem 0 0.945rem;
    overflow-wrap: anywhere;
    color: #4d4930;
    font-size: 0.95rem;
    line-height: 1.55;
    white-space: normal;
}

.personal-note-footer[b-1syi7h0y83] {
    flex-shrink: 0;
    display: flex;
    min-height: 21px;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-top: 0.49rem;
    border-top: 1px solid rgb(67 60 24 / 12%);
}

.personal-note-footer time[b-1syi7h0y83] {
    color: rgb(64 60 38 / 66%);
    font-size: 0.71rem;
    font-weight: 650;
}

.personal-note-footer .personal-note-icon-button[b-1syi7h0y83] {
    height: 21px;
}

.personal-note-footer .personal-note-confirm-delete[b-1syi7h0y83] {
    padding-top: 0.175rem;
    padding-bottom: 0.175rem;
}

.personal-note-actions[b-1syi7h0y83],
.personal-note-edit-actions[b-1syi7h0y83] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.personal-note-actions > span[b-1syi7h0y83] {
    margin-right: 0.15rem;
    font-size: 0.74rem;
    font-weight: 700;
}

.personal-note-icon-button[b-1syi7h0y83],
.personal-notes-message button[b-1syi7h0y83] {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #5a583f;
}

.personal-note-icon-button:hover:not(:disabled)[b-1syi7h0y83],
.personal-note-icon-button:focus-visible[b-1syi7h0y83],
.personal-notes-message button:hover[b-1syi7h0y83] {
    background: rgb(255 255 255 / 52%);
    color: #111827;
}

.personal-note-icon-button.is-active[b-1syi7h0y83] {
    color: #c87000;
    fill: #f1a400;
}

.personal-note-icon-button.is-danger:hover:not(:disabled)[b-1syi7h0y83],
.personal-note-confirm-delete[b-1syi7h0y83] {
    color: #a6251d;
}

.personal-note-icon-button:disabled[b-1syi7h0y83],
.personal-note-text-button:disabled[b-1syi7h0y83],
.personal-note-primary-button:disabled[b-1syi7h0y83] {
    cursor: wait;
    opacity: 0.55;
}

.personal-note-confirm-delete[b-1syi7h0y83] {
    padding: 0.25rem 0.45rem;
    border: 1px solid rgb(166 37 29 / 30%);
    border-radius: 5px;
    background: rgb(255 255 255 / 48%);
    font-size: 0.72rem;
    font-weight: 750;
}

.personal-note-edit-fields[b-1syi7h0y83] {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.personal-note-edit-fields label[b-1syi7h0y83] {
    margin-bottom: 0.25rem;
    color: rgb(59 55 31 / 70%);
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.personal-note-edit-fields input[b-1syi7h0y83],
.personal-note-edit-fields textarea[b-1syi7h0y83] {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgb(67 60 24 / 18%);
    border-radius: 0;
    outline: none;
    background: transparent;
    color: #36331f;
}

.personal-note-edit-fields input[b-1syi7h0y83] {
    margin-bottom: 0.9rem;
    padding: 0.25rem 0;
    font-size: 1.02rem;
    font-weight: 720;
}

.personal-note-edit-fields textarea[b-1syi7h0y83] {
    min-height: 125px;
    flex: 1;
    padding: 0.35rem 0;
    resize: vertical;
    font: inherit;
    line-height: 1.5;
}

.personal-note-edit-fields input:focus[b-1syi7h0y83],
.personal-note-edit-fields textarea:focus[b-1syi7h0y83] {
    border-bottom-color: #756819;
}

.personal-note-edit-footer[b-1syi7h0y83] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    margin-top: 0.9rem;
    padding-top: 0.7rem;
    border-top: 1px solid rgb(67 60 24 / 12%);
}

.personal-note-priority-check[b-1syi7h0y83] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    font-weight: 650;
}

.personal-note-text-button[b-1syi7h0y83],
.personal-note-primary-button[b-1syi7h0y83] {
    min-height: 30px;
    padding: 0.3rem 0.6rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 720;
}

.personal-note-text-button[b-1syi7h0y83] {
    border: 0;
    background: transparent;
    color: #59563c;
}

.personal-note-primary-button[b-1syi7h0y83] {
    border: 1px solid #222;
    background: #222;
    color: #fff;
}

.personal-notes-message[b-1syi7h0y83] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1.25rem;
    padding: 0.65rem 0.8rem;
    border-radius: 8px;
    font-size: 0.85rem;
}

.personal-notes-message.is-error[b-1syi7h0y83] {
    border: 1px solid #efc3bf;
    background: #fff1f0;
    color: #8f2119;
}

.personal-notes-message span[b-1syi7h0y83] {
    flex: 1;
}

.personal-notes-loading[b-1syi7h0y83] {
    display: flex;
    min-height: 180px;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    color: #68727d;
}

[b-1syi7h0y83] .personal-notes-spinner {
    animation: personal-notes-spin-b-1syi7h0y83 900ms linear infinite;
}

.personal-notes-empty[b-1syi7h0y83] {
    display: flex;
    min-height: 260px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.45rem;
    padding: 1.5rem;
    border: 2px dashed #ced4da;
    border-radius: 12px;
    background: #fafbfc;
    color: #68727d;
    text-align: center;
}

.personal-notes-no-results[b-1syi7h0y83] {
    display: flex;
    min-height: 190px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.4rem;
    padding: 1.5rem;
    border: 1px dashed #ced4da;
    border-radius: 10px;
    background: #fafbfc;
    color: #68727d;
    text-align: center;
}

.personal-notes-no-results strong[b-1syi7h0y83] {
    color: #303841;
}

.personal-notes-empty:hover[b-1syi7h0y83] {
    border-color: #8b949e;
    background: #fff;
}

.personal-notes-empty strong[b-1syi7h0y83] {
    color: #303841;
}

.personal-notes-empty-icon[b-1syi7h0y83] {
    display: inline-flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.25rem;
    border-radius: 12px;
    background: #fff0a0;
    color: #5f561f;
    transform: rotate(-4deg);
}

@keyframes personal-notes-spin-b-1syi7h0y83 {
    to { transform: rotate(360deg); }
}

@media (max-width: 640px) {
    .personal-notes-header[b-1syi7h0y83] {
        align-items: start;
        flex-direction: column;
    }

    .personal-notes-header-actions[b-1syi7h0y83],
    .personal-notes-filter[b-1syi7h0y83] {
        width: 100%;
    }

    .personal-notes-grid[b-1syi7h0y83] {
        grid-template-columns: 1fr;
    }

    .personal-note-card[b-1syi7h0y83] {
        min-height: 230px;
        transform: none !important;
    }
}

.personal-note-modal-backdrop[b-1syi7h0y83] {
    position: fixed;
    inset: 0;
    z-index: 2600;
    background: rgb(0 0 0 / 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.personal-note-modal[b-1syi7h0y83] {
    width: min(850px, 96vw);
    height: min(800px, 92dvh);
    max-height: calc(100dvh - 2rem);
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid var(--xpm-border);
    background: var(--note-color, #fff);
    box-shadow: 0 18px 52px rgb(15 23 42 / 25%);
}
.personal-note-modal-header[b-1syi7h0y83] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}
.personal-note-modal-header h5[b-1syi7h0y83] { margin: 0; }
.personal-note-modal .personal-note-edit-fields[b-1syi7h0y83] {
    margin-bottom: 1rem;
    min-height: 0;
    flex: 1 1 0;
}

.personal-note-modal .personal-note-edit-fields > label[b-1syi7h0y83],
.personal-note-modal .personal-note-edit-fields > input[b-1syi7h0y83],
.personal-note-modal .personal-note-edit-fields > select[b-1syi7h0y83],
.personal-note-modal .personal-note-edit-footer[b-1syi7h0y83],
.personal-note-modal > .alert[b-1syi7h0y83] {
    flex-shrink: 0;
}

.personal-note-modal[b-1syi7h0y83]  .markdown-wysiwyg {
    min-height: 0;
    flex: 1 1 0;
}

.personal-note-modal[b-1syi7h0y83]  .markdown-wysiwyg-toolbar {
    flex-shrink: 0;
}

.personal-note-modal[b-1syi7h0y83]  .markdown-wysiwyg-editor {
    font-family: Consolas, "Courier New", monospace;
    min-height: 0;
    overflow-y: auto;
}
/* /Pages/ProjectActivities.razor.rz.scp.css */
.activities-table .activity-date-col[b-5b87yws54m] {
    min-width: 210px;
    width: 210px;
}

.activity-description[b-5b87yws54m] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.25rem;
    max-height: calc(1.25rem * 3);
    white-space: normal;
}

.linked-cell[b-5b87yws54m] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}

.linked-text[b-5b87yws54m] {
    font-weight: 600;
    min-width: 2rem;
}

.list-inline-icon-btn[b-5b87yws54m] {
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background: transparent;
    color: #000;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.list-inline-icon-btn:hover[b-5b87yws54m],
.list-inline-icon-btn:focus[b-5b87yws54m],
.list-inline-icon-btn:focus-visible[b-5b87yws54m] {
    background: var(--xpm-button-hilite);
    color: #fff;
    outline: none;
}

.list-inline-icon-btn:disabled[b-5b87yws54m] {
    opacity: 0.45;
    cursor: default;
}

.linked-popup-backdrop[b-5b87yws54m] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.35);
    z-index: 2200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.linked-popup-card[b-5b87yws54m] {
    width: min(760px, 100%);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.25);
}

.activity-search-cell[b-5b87yws54m] {
    height: 100%;
    min-height: var(--xpm-action-icon-button-size);
    min-width: var(--xpm-action-icon-button-size);
}

.activity-search-action-wrap[b-5b87yws54m] {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    height: 100%;
}

.activity-search-btn[b-5b87yws54m] {
    width: var(--xpm-action-icon-button-size);
    height: var(--xpm-action-icon-button-size);
    min-height: var(--xpm-action-icon-button-size);
    min-width: var(--xpm-action-icon-button-size);
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: var(--xpm-action-icon-button-radius);
    background: var(--xpm-action-icon-button-bg);
    color: var(--xpm-action-icon-button-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.activity-search-btn:hover[b-5b87yws54m],
.activity-search-btn:focus[b-5b87yws54m],
.activity-search-btn:focus-visible[b-5b87yws54m] {
    background: var(--xpm-action-icon-button-hover-bg);
    color: var(--xpm-action-icon-button-color);
    outline: none;
}

/* /Pages/ProjectBlockers.razor.rz.scp.css */
.project-blockers-page .blocker-filter-grid[b-y1pxk34b5o] {
    display: grid;
    grid-template-columns: minmax(260px, 0.35fr) minmax(320px, 0.65fr);
    gap: 0.6rem;
}

.project-blockers-page .blocker-filter-cell[b-y1pxk34b5o] {
    min-height: 58px;
    border: 1.5px solid rgb(208, 208, 208);
    border-radius: 8px;
    overflow: hidden;
}

.project-blockers-page .blocker-filter-cell .edit-cell-label[b-y1pxk34b5o] {
    padding: 4px 0 0 8px;
    font-weight: 400;
}

.project-blockers-page .blocker-filter-cell .edit-cell-control[b-y1pxk34b5o] {
    margin: 5px 8px 4px;
    width: calc(100% - 16px);
    font-weight: 600;
    border: 0;
    box-shadow: none;
}

.blockers-table[b-y1pxk34b5o] {
    table-layout: fixed;
}

.blockers-table th:nth-child(1)[b-y1pxk34b5o] {
    width: 18%;
}

.blockers-table th:nth-child(2)[b-y1pxk34b5o] {
    width: 20%;
}

.blockers-table th:nth-child(3)[b-y1pxk34b5o] {
    width: 13%;
}

.blockers-table th:nth-child(4)[b-y1pxk34b5o] {
    width: auto;
}

.blockers-table th:nth-child(5)[b-y1pxk34b5o] {
    width: 135px;
}

.blockers-table th:nth-child(6)[b-y1pxk34b5o] {
    width: 72px;
}

.blocker-author-cell[b-y1pxk34b5o] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-width: 0;
}

.row-action-btn[b-y1pxk34b5o] {
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 5px;
    background: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.row-action-btn:hover[b-y1pxk34b5o],
.row-action-btn:focus[b-y1pxk34b5o] {
    background: var(--xpm-button-hilite);
}

.row-action-btn img[b-y1pxk34b5o] {
    width: 15px;
    height: 15px;
    filter: brightness(0) invert(1);
}

.blocker-modal-backdrop[b-y1pxk34b5o] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.35);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.blocker-modal[b-y1pxk34b5o] {
    width: min(560px, 100%);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.25);
}

@media (max-width: 900px) {
    .project-blockers-page .blocker-filter-grid[b-y1pxk34b5o] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/ProjectDetails.razor.rz.scp.css */
.project-progress-row[b-h2qr1hga94] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.project-progress-value[b-h2qr1hga94] {
    font-size: 0.72rem;
    font-weight: 700;
    color: #2f3ba8;
    white-space: nowrap;
}

.project-progression-header[b-h2qr1hga94] {
    align-items: center;
    justify-content: flex-end;
}

.project-progression-actions[b-h2qr1hga94] {
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
}

.project-progression-ref-date-field[b-h2qr1hga94] {
    width: 208px;
    height: 50px;
    min-height: 0;
    overflow: visible;
}

.project-progression-actions .section-nav-item[b-h2qr1hga94] {
    align-self: center;
    background: #000;
    color: #fff;
    border-color: #000;
}

.project-progression-actions .section-nav-item:hover[b-h2qr1hga94],
.project-progression-actions .section-nav-item:focus-visible[b-h2qr1hga94] {
    background: var(--xpm-button-hilite);
    border-color: var(--xpm-button-hilite);
    color: #fff;
}

.project-progression-ref-date-field .edit-field-control[b-h2qr1hga94] {
    margin: 2px 8px 4px;
    width: calc(100% - 16px);
    max-width: calc(100% - 16px);
    height: 28px;
    box-sizing: border-box;
    padding-right: 2.25rem;
}

.project-progression-ref-date-field .edit-field-control[b-h2qr1hga94]::-webkit-calendar-picker-indicator {
    margin-right: 0.35rem;
}

.project-progression-grid[b-h2qr1hga94] {
    display: grid;
    gap: 1.1rem;
}

.project-sequence-section[b-h2qr1hga94] {
    grid-column: 1 / -1;
}

.project-sequence-table th:nth-child(1)[b-h2qr1hga94],
.project-sequence-table td:nth-child(1)[b-h2qr1hga94] {
    width: 130px;
}

.project-sequence-table th:nth-child(2)[b-h2qr1hga94],
.project-sequence-table td:nth-child(2)[b-h2qr1hga94],
.project-sequence-table th:nth-child(3)[b-h2qr1hga94],
.project-sequence-table td:nth-child(3)[b-h2qr1hga94] {
    width: 90px;
}

.project-progression-grid .task-list-grid-shell[b-h2qr1hga94] {
    border: 1px solid #d6d9df;
    border-left: 4px solid var(--xpm-accent);
    border-radius: 6px;
    padding: 0.7rem 0.75rem 0.8rem;
    background: #fff;
}

.project-progression-grid .task-list-grid-shell:first-child[b-h2qr1hga94] {
    border-top: 1px solid #d6d9df;
    padding-top: 0.7rem;
}

.project-info-grid[b-h2qr1hga94] {
    display: grid;
    grid-template-columns: 2fr 1.05fr 1fr 1fr 1.35fr 1.35fr;
    gap: 0.5rem;
}

.project-info-cell[b-h2qr1hga94] {
    display: flex;
    min-width: 0;
    min-height: 66px;
}

.project-info-grid .edit-field[b-h2qr1hga94],
.project-info-grid .edit-cell[b-h2qr1hga94] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 66px;
    min-height: 66px;
    overflow: hidden;
}

.project-info-grid .project-progress-field[b-h2qr1hga94] {
    align-items: start;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    grid-template-rows: auto 1fr;
    column-gap: 8px;
    height: 66px;
}

.project-progress-field .edit-field-label[b-h2qr1hga94],
.project-progress-field .edit-cell-label[b-h2qr1hga94] {
    grid-column: 1;
    grid-row: 1;
}

.project-progress-field .project-progress-row[b-h2qr1hga94] {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
    margin: 4px 8px 0 0;
}

.edit-field[b-h2qr1hga94],
.edit-cell[b-h2qr1hga94] {
    --edit-field-border-color: rgb(208, 208, 208);
    border-width: 1px;
    padding: 0;
}

.readonly-field[b-h2qr1hga94] {
    background: rgb(208, 208, 208);
}

.edit-field .edit-field-label[b-h2qr1hga94],
.edit-cell .edit-cell-label[b-h2qr1hga94] {
    padding: 4px 0 0 8px;
}

.edit-field .edit-field-control[b-h2qr1hga94],
.edit-field .edit-field-static[b-h2qr1hga94],
.edit-field .user-cell[b-h2qr1hga94],
.edit-field .project-progress-row[b-h2qr1hga94],
.edit-cell .edit-cell-control[b-h2qr1hga94],
.edit-cell .edit-cell-static[b-h2qr1hga94] {
    margin-left: 8px;
    margin-top: 3px;
    margin-bottom: 2px;
}

.project-progress-field .project-progress-row[b-h2qr1hga94] {
    margin: 4px 8px 0 0;
}

@media (max-width: 1400px) {
    .project-info-grid[b-h2qr1hga94] {
        grid-template-columns: 1fr 1fr;
    }
}

.project-progress-bar[b-h2qr1hga94] {
    width: min(360px, 100%);
    height: 1.2rem;
    margin-right: 5px;
}

.project-progress-bar .progress-bar[b-h2qr1hga94] {
    font-size: 0.75rem;
    font-weight: 600;
    background-color: var(--xpm-button-hilite);
}

.project-meeting-status[b-h2qr1hga94] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    background: #eef2ff;
    color: #24315f;
}

.project-meeting-status-started[b-h2qr1hga94] {
    background: #dcfce7;
    color: #166534;
}

.project-meeting-status-closed[b-h2qr1hga94] {
    background: #f1f5f9;
    color: #475569;
}

.project-intensity-control[b-h2qr1hga94],
.project-status-control[b-h2qr1hga94] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.project-intensity-control .edit-field-control[b-h2qr1hga94],
.project-status-control .edit-field-control[b-h2qr1hga94] {
    min-width: 0;
}

.project-manager-edit-row[b-h2qr1hga94] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    width: calc(100% - 16px);
}

.project-manager-select[b-h2qr1hga94] {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
}

.project-summary-error[b-h2qr1hga94] {
    margin-left: 8px;
    margin-top: -1px;
    color: #dc3545;
    font-size: 0.72rem;
    line-height: 1;
}

.project-intensity-chip[b-h2qr1hga94] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    border-radius: 999px;
    padding: 0.12rem 0.55rem;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
}

.project-intensity-header-chip[b-h2qr1hga94] {
    margin-left: 0.35rem;
    font-size: 0.75rem;
    background: #fff;
}

.project-header-logo[b-h2qr1hga94] {
    width: 48px;
    height: 48px;
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
    margin-left: 0.35rem;
    border-radius: 0;
    background: #fff;
}

.project-logo-file-input[b-h2qr1hga94] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.project-logo-upload-action[b-h2qr1hga94] {
    cursor: pointer;
}

.project-logo-upload-action.is-disabled[b-h2qr1hga94] {
    cursor: wait;
    opacity: 0.65;
    pointer-events: none;
}

.project-intensity-normal[b-h2qr1hga94] {
    color: yellowgreen;
}

.project-intensity-warning[b-h2qr1hga94] {
    color: orange;
}

.project-intensity-critical[b-h2qr1hga94] {
    color: red;
}

.project-intensity-dead[b-h2qr1hga94] {
    color: #000;
}

.project-milestone-responsible-cell[b-h2qr1hga94] {
    justify-content: flex-start;
    gap: 0.4rem;
}

.milestone-date-inconsistent[b-h2qr1hga94] {
    color: #dc3545;
    font-weight: 700;
    background-color: #fff6f6;
}

.week-employee-avatars[b-h2qr1hga94] {
    display: inline-flex;
    align-items: center;
}

.week-employee-avatar[b-h2qr1hga94] {
    display: inline-flex;
    margin-left: -0.35rem;
}

.week-employee-avatar:first-child[b-h2qr1hga94] {
    margin-left: 0;
}

.activity-week-chart[b-h2qr1hga94] {
    display: flex;
    align-items: flex-end;
    gap: 0.55rem;
    padding: 0.55rem 0.2rem 0.35rem;
    margin-bottom: 0.65rem;
    border-bottom: 1px dashed #d9dbe1;
}

.activity-week-chart-item[b-h2qr1hga94] {
    width: 40px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
}

.activity-week-bar-shell[b-h2qr1hga94] {
    width: 100%;
    height: 84px;
    border: 1px solid #d9dbe1;
    border-radius: 6px;
    background: #f7f8fb;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.activity-week-bar-fill[b-h2qr1hga94] {
    width: 100%;
    min-height: 2px;
    background: var(--xpm-accent);
}

.activity-week-label[b-h2qr1hga94] {
    font-size: 0.72rem;
    color: #4b5563;
    font-weight: 600;
}

.activity-week-axis-title[b-h2qr1hga94] {
    margin: 0.1rem 0 0.6rem;
    font-size: 0.78rem;
    color: #4b5563;
    font-weight: 600;
}

.task-summary-kpi-list[b-h2qr1hga94] {
    margin: 0 0 0.8rem;
    padding-left: 1.1rem;
}

.task-summary-kpi-list li[b-h2qr1hga94] {
    margin-bottom: 0.25rem;
}

.task-user-chart .activity-week-chart-item[b-h2qr1hga94] {
    width: 46px;
}

.child-section-action[b-h2qr1hga94] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 8px;
    color: #fff;
    background: #000;
    text-decoration: none;
}

.child-section-action:hover[b-h2qr1hga94] {
    background: var(--xpm-button-hilite);
    color: #fff;
}

.child-section-action:focus-visible[b-h2qr1hga94] {
    background: var(--xpm-button-hilite);
    color: #fff;
    outline: none;
}

.stakeholders-table[b-h2qr1hga94] {
    table-layout: fixed;
}

.stakeholders-table th:nth-child(1)[b-h2qr1hga94] {
    width: 14rem;
}

.stakeholders-table th:nth-child(2)[b-h2qr1hga94],
.stakeholders-table th:nth-child(3)[b-h2qr1hga94] {
    width: 11rem;
}

.stakeholders-table th:nth-child(4)[b-h2qr1hga94],
.stakeholders-table th:nth-child(5)[b-h2qr1hga94] {
    width: 9rem;
}

.stakeholders-table th:nth-child(7)[b-h2qr1hga94] {
    width: 5.5rem;
}

.project-test-grids-table[b-h2qr1hga94] {
    table-layout: fixed;
}

.project-test-grids-table th:nth-child(1)[b-h2qr1hga94] {
    width: 30%;
}

.project-test-grids-table th:nth-child(2)[b-h2qr1hga94] {
    width: 26%;
}

.project-test-grids-table th:nth-child(3)[b-h2qr1hga94],
.project-test-grids-table th:nth-child(4)[b-h2qr1hga94],
.project-test-grids-table th:nth-child(5)[b-h2qr1hga94],
.project-test-grids-table th:nth-child(6)[b-h2qr1hga94],
.project-test-grids-table th:nth-child(7)[b-h2qr1hga94] {
    width: 8.8%;
}

.project-test-grid-description[b-h2qr1hga94] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.15rem;
    color: #5f6875;
    font-size: 0.78rem;
    overflow: hidden;
    white-space: normal;
}

.stakeholder-notes[b-h2qr1hga94] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
}

.stakeholder-modal-backdrop[b-h2qr1hga94] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.35);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.stakeholder-modal[b-h2qr1hga94] {
    width: min(860px, 100%);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.25);
}

.stakeholder-editor-grid[b-h2qr1hga94] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
}

.stakeholder-notes-editor[b-h2qr1hga94] {
    grid-column: 1 / -1;
}

@media (max-width: 768px) {
    .stakeholder-editor-grid[b-h2qr1hga94] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/ProjectMilestones.razor.rz.scp.css */
.project-milestones-page[b-p7a7ff89a4] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

.name-cell[b-p7a7ff89a4] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: nowrap;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.milestone-name-root[b-p7a7ff89a4] {
    font-weight: 700;
}

.milestone-name-link[b-p7a7ff89a4] {
    color: inherit;
    text-decoration: none;
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.milestone-name-link:hover[b-p7a7ff89a4],
.milestone-name-link:focus-visible[b-p7a7ff89a4] {
    color: var(--xpm-button-hilite);
    text-decoration: underline;
    outline: none;
}

.tree-toggle-btn[b-p7a7ff89a4] {
    width: 18px;
    height: 18px;
    padding: 0;
    border: none;
    border-radius: 4px;
    background: transparent;
    color: #6c757d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
}

.tree-toggle-btn:hover[b-p7a7ff89a4],
.tree-toggle-btn:focus-visible[b-p7a7ff89a4] {
    background: var(--xpm-button-hilite);
    color: #fff;
    outline: none;
}

.tree-toggle-spacer[b-p7a7ff89a4] {
    width: 18px;
    height: 18px;
    display: inline-block;
    flex: 0 0 18px;
}

.delivery-markers[b-p7a7ff89a4] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    flex: 0 0 auto;
}

.milestone-marker[b-p7a7ff89a4] {
    display: inline-flex;
    align-items: center;
    padding: 0.05rem 0.4rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.2;
    border: 1px solid transparent;
}

.marker-priority[b-p7a7ff89a4] {
    color: #875a00;
    border-color: #e9be6b;
    background: #fff3cd;
}

.marker-overdue[b-p7a7ff89a4] {
    color: #9f1c1c;
    border-color: #f3a9a9;
    background: #fde6e6;
}

.table > :not(caption) > * > *[b-p7a7ff89a4] {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.milestones-list-scroll .child-list-table tbody td[b-p7a7ff89a4] {
    vertical-align: middle;
}

.milestones-list-scroll[b-p7a7ff89a4] {
    flex: 1 1 auto;
    min-height: 0;
    max-height: calc(100dvh - 215px);
    overflow-y: auto;
    overflow-x: auto;
    position: relative;
}

.milestones-list-section[b-p7a7ff89a4] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

.milestones-list-scroll .child-list-table thead th[b-p7a7ff89a4] {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #f8f9fc;
    box-shadow: inset 0 -1px 0 #dfe3ea, 0 1px 0 rgba(15, 23, 42, 0.06);
}

.milestones-list-scroll .child-list-table thead th:first-child[b-p7a7ff89a4] {
    border-top-left-radius: 9px;
}

.milestones-list-scroll .child-list-table thead th:last-child[b-p7a7ff89a4] {
    border-top-right-radius: 9px;
}

.milestones-list-scroll .child-list-table[b-p7a7ff89a4] {
    table-layout: fixed;
    width: 100%;
    min-width: 88rem;
}

.milestones-list-scroll .child-list-table th:first-child[b-p7a7ff89a4],
.milestones-list-scroll .child-list-table td:first-child[b-p7a7ff89a4] {
    width: 28rem;
    min-width: 28rem;
}

.milestones-list-scroll .child-list-table .milestone-sequence-col[b-p7a7ff89a4] {
    width: 5.4rem;
    min-width: 5.4rem;
}

.milestones-list-scroll .child-list-table .milestone-responsible-col[b-p7a7ff89a4] {
    width: 4rem;
    min-width: 4rem;
}

.milestones-list-scroll .child-list-table .milestone-status-col[b-p7a7ff89a4] {
    width: 8rem;
    min-width: 8rem;
}

.milestones-list-scroll .child-list-table .milestone-progress-col[b-p7a7ff89a4] {
    width: 5.6rem;
    min-width: 5.6rem;
}

.milestones-list-scroll .child-list-table .milestone-weight-col[b-p7a7ff89a4] {
    width: 4.6rem;
    min-width: 4.6rem;
}

.milestones-list-scroll .child-list-table .milestone-due-date-col[b-p7a7ff89a4] {
    width: 8.8rem;
    min-width: 8.8rem;
    overflow: visible;
}

.milestones-list-scroll .child-list-table .milestone-count-col[b-p7a7ff89a4] {
    width: 4.6rem;
    min-width: 4.6rem;
}

.milestones-list-scroll .child-list-table .milestone-action-col[b-p7a7ff89a4] {
    width: 13rem;
    min-width: 13rem;
}

.milestones-list-actions[b-p7a7ff89a4] {
    flex: 1 1 auto;
    justify-content: flex-end;
    min-width: min(540px, 100%);
}

.milestones-list-title-wrap[b-p7a7ff89a4] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-width: min(420px, 100%);
}

.milestones-global-progress-wrap[b-p7a7ff89a4] {
    width: min(260px, 44vw);
    min-width: 140px;
}

.milestones-global-progress-inline[b-p7a7ff89a4] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.milestones-global-progress-value[b-p7a7ff89a4] {
    font-size: 0.72rem;
    font-weight: 700;
    color: #2f3ba8;
    white-space: nowrap;
}

.milestone-global-progress[b-p7a7ff89a4] {
    height: 1rem;
    margin-bottom: 0;
    flex: 1 1 auto;
}

.milestones-list-filter-cell[b-p7a7ff89a4] {
    width: min(420px, 100%);
    margin-bottom: 0;
}

.milestones-progress-filter-cell[b-p7a7ff89a4] {
    width: 11rem;
    margin-bottom: 0;
}

.milestones-list-toggle-filters[b-p7a7ff89a4] {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.2rem;
    min-height: 32px;
}

.milestones-completed-filter[b-p7a7ff89a4] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    color: #243042;
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
}

.milestones-list-searchbox[b-p7a7ff89a4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
}

.milestones-list-search-input[b-p7a7ff89a4] {
    flex: 1 1 auto;
    min-width: 0;
    border: none !important;
    box-shadow: none !important;
    outline: none;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.milestones-list-search-input:focus[b-p7a7ff89a4] {
    border: none !important;
    box-shadow: none !important;
    outline: none;
}

.milestones-list-search-btn[b-p7a7ff89a4] {
    width: var(--xpm-action-icon-button-size);
    min-width: var(--xpm-action-icon-button-size);
    height: var(--xpm-action-icon-button-size);
    min-height: var(--xpm-action-icon-button-size);
    padding: 0;
    border: none;
    border-radius: var(--xpm-action-icon-button-radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--xpm-action-icon-button-bg);
    color: var(--xpm-action-icon-button-color);
    flex: 0 0 auto;
}

.milestones-list-search-btn:hover[b-p7a7ff89a4],
.milestones-list-search-btn:focus[b-p7a7ff89a4],
.milestones-list-search-btn:focus-visible[b-p7a7ff89a4] {
    background: var(--xpm-action-icon-button-hover-bg);
    color: var(--xpm-action-icon-button-color);
    outline: none;
}

.milestones-list-section-action-btn[b-p7a7ff89a4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 8px;
    background: #000;
    color: #fff;
    padding: 0;
    text-decoration: none;
    flex: 0 0 auto;
}

.milestones-list-section-action-btn:hover:not(:disabled)[b-p7a7ff89a4],
.milestones-list-section-action-btn:focus-visible:not(:disabled)[b-p7a7ff89a4] {
    background: var(--xpm-button-hilite);
    color: #fff;
    outline: none;
}

.milestones-list-section-action-btn:disabled[b-p7a7ff89a4] {
    opacity: 0.45;
    cursor: not-allowed;
}

.milestones-list-section-action-icon[b-p7a7ff89a4] {
    width: 18px;
    height: 18px;
    display: block;
}

.milestones-list-state[b-p7a7ff89a4] {
    margin: 0;
    padding: 0.75rem 0.25rem;
    color: #6c757d;
}

.milestones-list-scroll.is-busy[b-p7a7ff89a4] {
    cursor: progress;
}

.list-busy-overlay[b-p7a7ff89a4] {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.55);
    z-index: 20;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    pointer-events: all;
}

.list-busy-content[b-p7a7ff89a4] {
    margin-top: 0.6rem;
    background: #fff;
    border: 1px solid #d9dbe1;
    border-radius: 999px;
    padding: 0.3rem 0.8rem;
    font-size: 0.85rem;
    color: #4f5665;
    box-shadow: 0 1px 8px rgba(15, 23, 42, 0.12);
}

.indent-icon[b-p7a7ff89a4] {
    display: inline-flex;
    align-items: center;
    color: #6c757d;
}

.drag-handle[b-p7a7ff89a4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 0.45rem;
    border: none;
    border-radius: 0;
    background: transparent;
    cursor: grab;
    user-select: none;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: none;
}

.drag-handle:active[b-p7a7ff89a4] {
    cursor: grabbing;
}

.milestone-drag-icon[b-p7a7ff89a4] {
    width: 22px;
    height: 22px;
    display: block;
    pointer-events: none;
}

.drag-handle:hover[b-p7a7ff89a4],
.drag-handle:focus[b-p7a7ff89a4],
.drag-handle:focus-visible[b-p7a7ff89a4] {
    background: var(--xpm-button-hilite);
    color: #fff;
    border-radius: 6px;
    outline: none;
}

.drop-target-row td[b-p7a7ff89a4] {
    background-color: rgba(13, 110, 253, 0.08);
    box-shadow: inset 0 -2px 0 rgba(13, 110, 253, 0.55);
}

.recent-progress-cell[b-p7a7ff89a4] {
    background-color: #cccccc;
    color: #666666;
    box-shadow: inset 3px 0 0 #999999;
}

.recent-progress-cell .progress-gauge[b-p7a7ff89a4] {
    color: #666666;
}

.milestone-ensure-visible-flash td[b-p7a7ff89a4] {
    animation: milestoneEnsureVisibleFlash-b-p7a7ff89a4 1.4s ease-out;
}

@keyframes milestoneEnsureVisibleFlash-b-p7a7ff89a4 {
    0%,
    55% {
        background-color: rgba(65, 105, 225, 0.16);
        box-shadow: inset 3px 0 0 var(--xpm-button-hilite);
    }

    100% {
        background-color: transparent;
        box-shadow: inset 3px 0 0 transparent;
    }
}

.status-pill[b-p7a7ff89a4] {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    color: #333333 !important;
    border-color: #d9d9d9 !important;
    background: #f2f2f2 !important;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
}

.milestone-status-button[b-p7a7ff89a4] {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.milestone-status-button:disabled[b-p7a7ff89a4] {
    cursor: not-allowed;
    opacity: 0.65;
}

.milestone-status-button:hover:not(:disabled) .status-pill[b-p7a7ff89a4],
.milestone-status-button:focus-visible:not(:disabled) .status-pill[b-p7a7ff89a4] {
    outline: 2px solid var(--xpm-button-hilite);
    outline-offset: 2px;
}

.milestone-status-modal[b-p7a7ff89a4] {
    width: min(440px, 100%);
}

.status-todo[b-p7a7ff89a4] {
    background: #f2f2f2 !important;
}

.status-progress[b-p7a7ff89a4] {
    background: #f2f2f2 !important;
}

.status-validation[b-p7a7ff89a4] {
    background: #f2f2f2 !important;
}

.status-done[b-p7a7ff89a4] {
    background: #f2f2f2 !important;
}

.status-cancelled[b-p7a7ff89a4] {
    background: #f2f2f2 !important;
}

.status-deployed[b-p7a7ff89a4] {
    background: #f2f2f2 !important;
}

.status-default[b-p7a7ff89a4] {
    background: #f2f2f2 !important;
}

.milestone-progress[b-p7a7ff89a4] {
    height: 1.2rem;
    min-width: 120px;
}

.milestone-progress-button[b-p7a7ff89a4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    border: none;
    background: transparent;
    color: inherit;
}

.milestone-progress-button:hover .milestone-progress[b-p7a7ff89a4],
.milestone-progress-button:focus-visible .milestone-progress[b-p7a7ff89a4] {
    box-shadow: 0 0 0 0.15rem rgba(65, 105, 225, 0.18);
}

.milestone-progress-button:focus-visible[b-p7a7ff89a4] {
    outline: none;
}

.milestone-progress .progress-bar[b-p7a7ff89a4] {
    font-size: 0.75rem;
    font-weight: 600;
    background-color: var(--xpm-button-hilite);
}

.milestone-global-progress .progress-bar[b-p7a7ff89a4] {
    font-size: 0.68rem;
    font-weight: 700;
    background-color: var(--xpm-button-hilite);
}

.milestone-date-input[b-p7a7ff89a4] {
    width: 100%;
    min-width: 0;
    max-width: 8rem;
    margin: 0 auto;
    box-sizing: border-box;
}

.milestone-date-inconsistent[b-p7a7ff89a4] {
    color: #dc3545 !important;
    font-weight: 700;
}

input.milestone-date-inconsistent[b-p7a7ff89a4] {
    border-color: #dc3545 !important;
    color: #dc3545 !important;
    background-color: #fff1f1 !important;
}

.milestone-date-readonly[b-p7a7ff89a4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 8.75rem;
    min-height: 31px;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
}

.milestone-date-readonly.milestone-date-inconsistent[b-p7a7ff89a4] {
    border: 1px solid #dc3545;
    background-color: #fff1f1;
}

.sequence-cell[b-p7a7ff89a4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    white-space: nowrap;
}

.sequence-number[b-p7a7ff89a4] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 1.5rem;
    font-variant-numeric: tabular-nums;
}

.sequence-actions[b-p7a7ff89a4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    vertical-align: middle;
}

.seq-btn[b-p7a7ff89a4] {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    background: transparent !important;
    color: #000 !important;
    border-radius: 0;
    box-shadow: none !important;
    padding: 0;
    line-height: 1;
    vertical-align: middle;
}

.seq-btn:hover[b-p7a7ff89a4],
.seq-btn:focus[b-p7a7ff89a4] {
    color: #fff !important;
    background: var(--xpm-button-hilite) !important;
    border-radius: 6px;
    box-shadow: none !important;
}

.blocker-cell[b-p7a7ff89a4] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.task-cell[b-p7a7ff89a4] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.milestone-owner-avatar-cell[b-p7a7ff89a4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
}

.support-count-button[b-p7a7ff89a4] {
    border: 0;
    cursor: pointer;
    line-height: 1;
    vertical-align: middle;
}

.support-count-button:hover[b-p7a7ff89a4],
.support-count-button:focus-visible[b-p7a7ff89a4] {
    outline: none;
    filter: brightness(0.95);
    box-shadow: 0 0 0 0.15rem rgba(65, 105, 225, 0.18);
}

.blocker-count[b-p7a7ff89a4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.4rem;
    height: 1.4rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: #eef2ff;
    border: 1px solid #dbe4ff;
    color: #2f3ba8;
    font-size: 0.78rem;
    font-weight: 700;
}

.task-count[b-p7a7ff89a4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.4rem;
    height: 1.4rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: #eef2ff;
    border: 1px solid #dbe4ff;
    color: #2f3ba8;
    font-size: 0.78rem;
    font-weight: 700;
}

.note-count[b-p7a7ff89a4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.4rem;
    height: 1.4rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: #eef2ff;
    border: 1px solid #dbe4ff;
    color: #2f3ba8;
    font-size: 0.78rem;
    font-weight: 700;
}

.blocker-list-status[b-p7a7ff89a4] {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.35rem;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    border: 1px solid #ffecb5;
    background: #fff3cd;
    color: #7a5600;
    font-size: 0.76rem;
    font-weight: 700;
}

.notes-modal[b-p7a7ff89a4] {
    width: min(720px, 100%);
}

.completed-tasks-modal[b-p7a7ff89a4] {
    width: min(840px, 100%);
}

.completed-task-groups[b-p7a7ff89a4] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-height: min(62vh, 560px);
    overflow: auto;
    padding-right: 0.2rem;
}

.completed-task-week[b-p7a7ff89a4] {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.completed-task-week-title[b-p7a7ff89a4] {
    margin: 0;
    padding: 0.45rem 0.7rem;
    background: #f3f4f6;
    font-size: 0.88rem;
    font-weight: 800;
}

.completed-task-list[b-p7a7ff89a4] {
    overflow-x: auto;
    display: flex;
    flex-direction: column;
}

.notes-list[b-p7a7ff89a4] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    max-height: min(56vh, 520px);
    overflow: auto;
    padding-right: 0.2rem;
}

.note-list-item[b-p7a7ff89a4] {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    padding: 0.55rem 0.65rem;
}

.note-list-item-header[b-p7a7ff89a4] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.note-list-item-header .note-list-meta[b-p7a7ff89a4] {
    flex: 1 1 auto;
    min-width: 0;
}

.note-list-edit-btn[b-p7a7ff89a4] {
    flex: 0 0 auto;
}

.note-edit-form[b-p7a7ff89a4] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-top: 0.45rem;
    padding-top: 0.55rem;
    border-top: 1px solid #eef1f5;
}

.note-edit-form .edit-field[b-p7a7ff89a4] {
    margin-bottom: 0;
}

.note-edit-actions[b-p7a7ff89a4] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.45rem;
}

.blocker-list-item-header[b-p7a7ff89a4] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.blocker-list-item-header .note-list-meta[b-p7a7ff89a4] {
    flex: 1 1 auto;
    min-width: 0;
}

.blocker-list-column-header[b-p7a7ff89a4],
.blocker-list-column-row[b-p7a7ff89a4] {
    display: grid;
    grid-template-columns: minmax(90px, 0.7fr) minmax(150px, 1fr) minmax(240px, 2fr) minmax(100px, 0.8fr);
    gap: 0.75rem;
    align-items: start;
}

.blocker-list-column-header[b-p7a7ff89a4] {
    padding: 0 0.65rem;
    color: #52606d;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.blocker-list-column-row[b-p7a7ff89a4] {
    margin-top: 0.5rem;
}

@media (max-width: 760px) {
    .blocker-list-column-header[b-p7a7ff89a4] {
        display: none;
    }

    .blocker-list-column-row[b-p7a7ff89a4] {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }
}

.blocker-list-edit-btn[b-p7a7ff89a4] {
    flex: 0 0 auto;
}

.note-list-meta[b-p7a7ff89a4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    color: #6b7280;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.note-list-meta-right[b-p7a7ff89a4] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
}

.note-type-badge[b-p7a7ff89a4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5.8rem;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    border: 1px solid #dbe4ff;
    background: #eef2ff;
    color: #2f3ba8;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.note-list-body[b-p7a7ff89a4] {
    color: #111827;
    font-size: 0.92rem;
    line-height: 1.35;
    white-space: pre-wrap;
}

.btn-icon-only[b-p7a7ff89a4] {
    width: 24px;
    height: 24px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    background: transparent !important;
    color: #000 !important;
    border-radius: 0;
    box-shadow: none !important;
}

.btn-icon-only:hover[b-p7a7ff89a4],
.btn-icon-only:focus[b-p7a7ff89a4] {
    background: var(--xpm-button-hilite) !important;
    color: #fff !important;
    border-radius: 6px;
    box-shadow: none !important;
}

.row-action-icon[b-p7a7ff89a4] {
    width: 24px;
    height: 24px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 6px;
    background: #000;
    color: #fff;
    text-decoration: none;
}

.row-action-icon:hover[b-p7a7ff89a4],
.row-action-icon:focus[b-p7a7ff89a4] {
    color: #fff;
    background: var(--xpm-button-hilite);
    text-decoration: none;
}

.row-action-icon:disabled[b-p7a7ff89a4] {
    opacity: 0.45;
    cursor: not-allowed;
}

.icon-notebook-svg[b-p7a7ff89a4] {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    filter: brightness(0) invert(1);
}

.icon-notebook-svg-sm[b-p7a7ff89a4] {
    width: 16px;
    height: 16px;
}

.row-action-priority.is-priority[b-p7a7ff89a4] {
    background: #edaa00;
    color: #fff;
}

.row-action-svg-icon[b-p7a7ff89a4] {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
}

.row-action-group[b-p7a7ff89a4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    vertical-align: middle;
}

.row-action-btn[b-p7a7ff89a4] {
    height: 24px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: none;
    border-radius: 6px;
    background: #000;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1;
}

.row-action-btn:hover[b-p7a7ff89a4],
.row-action-btn:focus[b-p7a7ff89a4] {
    color: #fff;
    background: var(--xpm-button-hilite);
}

.blocker-modal-backdrop[b-p7a7ff89a4] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.35);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.blocker-modal[b-p7a7ff89a4] {
    width: min(560px, 100%);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.25);
}

.quick-create-modal[b-p7a7ff89a4] {
    width: min(760px, 100%);
}

.milestone-edit-modal[b-p7a7ff89a4] {
    width: min(680px, 100%);
}

.move-parent-modal[b-p7a7ff89a4] {
    width: min(620px, 100%);
}
/* /Pages/Projects.razor.rz.scp.css */
.projects-page[b-n0562k1op6] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
}

.projects-list-scroll[b-n0562k1op6] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
/* /Pages/Settings.razor.rz.scp.css */
.settings-page[b-ci74vsvk0i] {
    display: grid;
    gap: 0.75rem;
}

.settings-user[b-ci74vsvk0i],
.settings-section[b-ci74vsvk0i] {
    background: #fff;
    border: 1px solid #d6dbe3;
    border-radius: 6px;
}

.settings-user[b-ci74vsvk0i] {
    padding: 0.85rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.settings-user h2[b-ci74vsvk0i],
.settings-section h2[b-ci74vsvk0i] {
    margin: 0;
    color: #111827;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
}

.settings-user dl[b-ci74vsvk0i] {
    margin: 0.35rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.settings-user dl div[b-ci74vsvk0i] {
    display: inline-flex;
    gap: 0.3rem;
    align-items: baseline;
}

.settings-user dt[b-ci74vsvk0i] {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.settings-user dd[b-ci74vsvk0i] {
    margin: 0;
    color: #111827;
    font-size: 0.86rem;
}

.settings-message[b-ci74vsvk0i] {
    padding: 0.55rem 0.75rem;
    border-radius: 4px;
    font-size: 0.86rem;
    line-height: 1.25;
}

.settings-message.is-success[b-ci74vsvk0i] {
    background: #e8f7ee;
    color: #166534;
}

.settings-message.is-error[b-ci74vsvk0i] {
    background: #fef2f2;
    color: #991b1b;
}

.settings-grid[b-ci74vsvk0i] {
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(320px, 1fr);
    gap: 0.75rem;
    align-items: start;
}

.settings-section[b-ci74vsvk0i] {
    padding: 0.85rem;
    display: grid;
    gap: 0.75rem;
}

.settings-projects-section[b-ci74vsvk0i] {
    grid-column: 1 / -1;
}

.settings-section-header[b-ci74vsvk0i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.settings-image-row[b-ci74vsvk0i] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.settings-user-image[b-ci74vsvk0i],
.settings-image-empty[b-ci74vsvk0i] {
    width: 86px;
    height: 86px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #f8fafc;
}

.settings-user-image[b-ci74vsvk0i] {
    object-fit: contain;
}

.settings-image-empty[b-ci74vsvk0i] {
    display: grid;
    place-items: center;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 800;
}

.settings-upload[b-ci74vsvk0i],
.settings-button[b-ci74vsvk0i] {
    min-height: 2.15rem;
    border: 1px solid #111827;
    border-radius: 4px;
    background: #111827;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0 0.75rem;
    font-size: 0.84rem;
    font-weight: 700;
    cursor: pointer;
}

.settings-upload:hover[b-ci74vsvk0i],
.settings-upload:focus-visible[b-ci74vsvk0i],
.settings-button:hover[b-ci74vsvk0i],
.settings-button:focus-visible[b-ci74vsvk0i] {
    border-color: var(--xpm-button-hilite);
    background: var(--xpm-button-hilite);
    outline: none;
}

.settings-button:disabled[b-ci74vsvk0i] {
    opacity: 0.55;
    cursor: default;
}

.settings-button.secondary[b-ci74vsvk0i] {
    border-color: #cbd5e1;
    background: #fff;
    color: #111827;
}

.settings-file[b-ci74vsvk0i] {
    display: none;
}

.settings-fields[b-ci74vsvk0i] {
    display: grid;
    gap: 0.65rem;
}

.settings-fields label[b-ci74vsvk0i] {
    display: grid;
    gap: 0.3rem;
}

.settings-fields label span[b-ci74vsvk0i] {
    color: #374151;
    font-size: 0.78rem;
    font-weight: 700;
}

.settings-fields input[type="number"][b-ci74vsvk0i],
.settings-fields input[type="color"][b-ci74vsvk0i] {
    width: 100%;
    height: 2.1rem;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    background: #fff;
    color: #111827;
}

.settings-fields input[type="number"][b-ci74vsvk0i] {
    padding: 0 0.45rem;
}

.settings-fields input[type="color"][b-ci74vsvk0i] {
    padding: 0.12rem 0.2rem;
}

.settings-button-row[b-ci74vsvk0i] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.settings-project-list[b-ci74vsvk0i] {
    max-height: min(52vh, 520px);
    overflow: auto;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
}

.settings-project-item[b-ci74vsvk0i] {
    min-height: 2.45rem;
    padding: 0.45rem 0.65rem;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.55rem;
    border-bottom: 1px solid #eef2f7;
    color: #111827;
    cursor: pointer;
}

.settings-project-item:last-child[b-ci74vsvk0i] {
    border-bottom: 0;
}

.settings-project-item:hover[b-ci74vsvk0i] {
    background: #f8fafc;
}

.settings-project-item span[b-ci74vsvk0i] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.88rem;
}

.settings-project-item small[b-ci74vsvk0i] {
    color: #64748b;
    font-size: 0.74rem;
}

.settings-empty[b-ci74vsvk0i] {
    margin: 0;
    color: #64748b;
    font-size: 0.88rem;
}

@media (max-width: 860px) {
    .settings-grid[b-ci74vsvk0i] {
        grid-template-columns: 1fr;
    }

    .settings-project-item[b-ci74vsvk0i] {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .settings-project-item small[b-ci74vsvk0i] {
        grid-column: 2;
    }
}
/* /Pages/TaskDetails.razor.rz.scp.css */
.task-details-page[b-ja95lzgv8x] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    gap: 0.75rem;
}

.task-details-state[b-ja95lzgv8x] {
    margin: 1rem 0;
    color: var(--xpm-muted);
}
/* /Pages/Tasks.razor.rz.scp.css */
.tasks-page[b-ewf2fsqqqa] {
    display: grid;
    gap: 0.75rem;
}

.tasks-search-section[b-ewf2fsqqqa] {
    display: grid;
    gap: 0.65rem;
}

.tasks-search-grid[b-ewf2fsqqqa] {
    display: grid;
    grid-template-columns: minmax(170px, 1fr) minmax(150px, 0.95fr) minmax(150px, 0.95fr) minmax(180px, 1.1fr) minmax(110px, 0.7fr) minmax(120px, 0.75fr) minmax(210px, 1.35fr) minmax(190px, 1fr) minmax(180px, 1fr);
    gap: 0.55rem;
    align-items: end;
}

.tasks-description-filter[b-ewf2fsqqqa] {
    min-width: 0;
}

.tasks-text-filter[b-ewf2fsqqqa] {
    background: #fff;
}

.tasks-text-filter .edit-cell-control[b-ewf2fsqqqa] {
    border: 0;
    background: transparent;
}

.tasks-text-filter .form-control[b-ewf2fsqqqa] {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.tasks-text-filter .form-control:focus[b-ewf2fsqqqa] {
    border-color: transparent;
    box-shadow: none;
}

.tasks-results-section[b-ewf2fsqqqa] {
    border: 0;
    background: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.tasks-search-button[b-ewf2fsqqqa] {
    border-radius: 8px;
    background: #000;
    color: #fff;
}

.tasks-search-button:hover:not(:disabled)[b-ewf2fsqqqa],
.tasks-search-button:focus-visible:not(:disabled)[b-ewf2fsqqqa] {
    background: var(--xpm-button-hilite);
}

.tasks-search-icon[b-ewf2fsqqqa] {
    width: 24px;
    height: 24px;
    filter: none !important;
}

.tasks-list-scroll[b-ewf2fsqqqa] {
    max-height: calc(100vh - 16rem);
}

.tasks-list-scroll[b-ewf2fsqqqa]  .tasks-bulk-table .task-check-col {
    width: 2rem;
    min-width: 2rem;
    padding-inline: .2rem;
}

.tasks-list-scroll[b-ewf2fsqqqa]  .tasks-bulk-table td:first-child {
    padding-inline: .2rem;
}

.tasks-list-scroll[b-ewf2fsqqqa]  .task-list-grid-section-actions {
    flex-wrap: wrap;
}

@media (max-width: 1180px) {
    .tasks-search-grid[b-ewf2fsqqqa] {
        grid-template-columns: repeat(3, minmax(180px, 1fr));
    }
}

@media (max-width: 760px) {
    .tasks-search-grid[b-ewf2fsqqqa] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/TestGridDetails.razor.rz.scp.css */
.test-grid-main[b-xx6h9gwxj2] {
    margin-bottom: 0.9rem;
}

.test-grid-main-fields[b-xx6h9gwxj2] {
    display: grid;
    grid-template-columns: minmax(260px, 1.4fr) minmax(180px, 0.6fr) minmax(320px, 2fr) auto;
    gap: 0.75rem;
    align-items: end;
}

.test-grid-description[b-xx6h9gwxj2] {
    min-height: 76px;
}

.test-grid-select-root[b-xx6h9gwxj2] {
    min-height: 2.25rem;
    white-space: nowrap;
}

.test-grid-entry-summary[b-xx6h9gwxj2] {
    margin-bottom: 0.9rem;
}

.test-grid-entry-summary-body[b-xx6h9gwxj2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.test-grid-entry-title[b-xx6h9gwxj2] {
    color: #111827;
    font-size: 1rem;
    font-weight: 800;
}

.test-grid-entry-description[b-xx6h9gwxj2] {
    margin-top: 0.2rem;
    color: #64748b;
    font-size: 0.86rem;
}

.test-grid-entry-status[b-xx6h9gwxj2] {
    border: 1px solid #dbe3ef;
    border-radius: 999px;
    background: #f8fafc;
    color: #334155;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 0.35rem 0.55rem;
    white-space: nowrap;
}

.test-grid-workspace[b-xx6h9gwxj2] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.test-grid-list td[b-xx6h9gwxj2],
.test-grid-list th[b-xx6h9gwxj2] {
    vertical-align: middle;
}

.test-grid-matrix-scroll[b-xx6h9gwxj2] {
    overflow-x: auto;
}

.test-grid-matrix[b-xx6h9gwxj2] {
    min-width: 720px;
}

.test-grid-matrix th[b-xx6h9gwxj2],
.test-grid-matrix td[b-xx6h9gwxj2] {
    min-width: 150px;
    vertical-align: top;
}

.test-grid-matrix tbody th[b-xx6h9gwxj2] {
    width: 220px;
    color: #111827;
    font-weight: 700;
}

.test-grid-axis-name[b-xx6h9gwxj2] {
    color: #111827;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.test-grid-axis-description[b-xx6h9gwxj2] {
    margin-top: 0.2rem;
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 500;
    overflow-wrap: anywhere;
}

.test-grid-cell-actions[b-xx6h9gwxj2] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.35rem;
}

.test-grid-cell-actions .btn[b-xx6h9gwxj2] {
    flex: 1 1 auto;
}

.test-grid-count-pill[b-xx6h9gwxj2] {
    min-width: 22px;
    height: 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e0f2fe;
    color: #075985;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
}

.test-grid-count-pill-question[b-xx6h9gwxj2] {
    background: #fef3c7;
    color: #92400e;
}

.test-grid-count-pill-attachment[b-xx6h9gwxj2] {
    background: #dcfce7;
    color: #166534;
}

.is-selected[b-xx6h9gwxj2] {
    outline: 2px solid var(--xpm-button-hilite);
    outline-offset: -2px;
    background: rgba(65, 105, 225, 0.08);
}

.test-grid-detail-panel .edit-field[b-xx6h9gwxj2] {
    margin-bottom: 0.9rem;
}

.test-grid-detail-tabs[b-xx6h9gwxj2] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
    margin-bottom: 0.8rem;
    border-bottom: 1px solid #e5e7eb;
}

.test-grid-detail-tab[b-xx6h9gwxj2] {
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: #475569;
    font-size: 0.86rem;
    font-weight: 800;
    padding: 0.45rem 0.55rem;
}

.test-grid-detail-tab:hover[b-xx6h9gwxj2],
.test-grid-detail-tab:focus-visible[b-xx6h9gwxj2] {
    color: #111827;
}

.test-grid-detail-tab.is-active[b-xx6h9gwxj2] {
    border-bottom-color: var(--xpm-button-hilite);
    color: #111827;
}

.test-grid-detail-columns[b-xx6h9gwxj2] {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 0.8fr;
    gap: 1rem;
}

.test-grid-detail-title[b-xx6h9gwxj2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.45rem;
    color: #111827;
    font-weight: 700;
}

.test-grid-mini-row[b-xx6h9gwxj2] {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) minmax(110px, 0.8fr) minmax(150px, 1fr) auto;
    gap: 0.35rem;
    margin-bottom: 0.35rem;
    align-items: center;
}

.test-grid-qa-row[b-xx6h9gwxj2] {
    grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) auto;
}

@media (max-width: 1100px) {
    .test-grid-main-fields[b-xx6h9gwxj2],
    .test-grid-workspace[b-xx6h9gwxj2],
    .test-grid-detail-columns[b-xx6h9gwxj2],
    .test-grid-entry-summary-body[b-xx6h9gwxj2] {
        grid-template-columns: 1fr;
    }

    .test-grid-entry-summary-body[b-xx6h9gwxj2] {
        align-items: flex-start;
        flex-direction: column;
    }

    .test-grid-mini-row[b-xx6h9gwxj2],
    .test-grid-qa-row[b-xx6h9gwxj2] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/UserDshboard.razor.rz.scp.css */
.user-dashboard-page .child-list-section[b-01ggwe19k8] {
    margin-top: 0.9rem;
}

.user-dashboard-page .child-tab-item[b-01ggwe19k8] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.dashboard-tab-alert-count[b-01ggwe19k8] {
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: #dc2626;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
}

.dashboard-count[b-01ggwe19k8] {
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.55rem;
    border-radius: 999px;
    background: #eef2ff;
    border: 1px solid #dbe4ff;
    color: #2f3ba8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    font-weight: 700;
}

.dashboard-kpis[b-01ggwe19k8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(120px, 180px));
    gap: 0.55rem;
    margin-bottom: 0.8rem;
}

.dashboard-kpi[b-01ggwe19k8] {
    border: 1px solid var(--xpm-border, #d9dbe1);
    border-radius: 8px;
    padding: 0.45rem 0.6rem;
    background: #fff;
}

.dashboard-kpi span[b-01ggwe19k8] {
    display: block;
    color: #5b6474;
    font-size: 0.76rem;
    font-weight: 600;
}

.dashboard-kpi strong[b-01ggwe19k8] {
    display: block;
    color: #111827;
    font-size: 1.35rem;
    line-height: 1.1;
}

.admin-reference-date-cell[b-01ggwe19k8] {
    width: 178px;
    margin-bottom: 0;
}

.admin-reference-date-input[b-01ggwe19k8] {
    width: 100%;
    border: none;
    background: transparent;
    color: #111827;
    font: inherit;
    font-weight: 600;
    outline: none;
}

.admin-project-stats-table[b-01ggwe19k8] {
    table-layout: fixed;
}

.admin-project-action-column[b-01ggwe19k8] {
    width: 76px;
}

.admin-project-logo-column[b-01ggwe19k8] {
    width: 58px;
}

.admin-project-action-cell[b-01ggwe19k8] {
    text-align: center;
    vertical-align: middle;
}

.admin-project-action-group[b-01ggwe19k8] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
}

.admin-project-action-btn[b-01ggwe19k8] {
    width: 32px;
    height: 32px;
    border: 1px solid #111827;
    border-radius: 6px;
    background: #111827;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.admin-project-action-btn:hover[b-01ggwe19k8],
.admin-project-action-btn:focus-visible[b-01ggwe19k8] {
    border-color: #374151;
    background: #374151;
    color: #fff;
}

.admin-project-logo-cell[b-01ggwe19k8] {
    text-align: center;
    vertical-align: middle;
}

.admin-project-logo[b-01ggwe19k8] {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #e5e7eb;
}

.admin-project-logo-fallback[b-01ggwe19k8] {
    padding: 4px;
}

.admin-project-name-cell[b-01ggwe19k8] {
    position: relative;
    overflow: visible;
}

.admin-project-stats-row:hover > td[b-01ggwe19k8] {
    background: #f8f9fc;
}

.admin-customer-stats-row > td[b-01ggwe19k8] {
    background: #f3f4f6;
    border-top: 1px solid #d1d5db;
    font-weight: 700;
}

.admin-customer-name-cell[b-01ggwe19k8] {
    display: grid;
    gap: 0.1rem;
}

.admin-customer-name-cell span[b-01ggwe19k8] {
    color: #5b6474;
    font-size: 0.76rem;
    font-weight: 600;
}

.admin-project-child-row > td[b-01ggwe19k8] {
    background: #fff;
}

.admin-project-child-link[b-01ggwe19k8] {
    display: inline-block;
    padding-left: 0.9rem;
}

.admin-project-time-cell[b-01ggwe19k8] {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) 68px;
    align-items: center;
    gap: 0.65rem;
}

.admin-project-time-bar-track[b-01ggwe19k8] {
    height: 10px;
    border-radius: 999px;
    background: #e5e7eb;
    overflow: hidden;
}

.admin-project-time-bar[b-01ggwe19k8] {
    height: 100%;
    min-width: 2px;
    border-radius: inherit;
    background: #4169e1;
}

.admin-customer-time-bar[b-01ggwe19k8] {
    background: #111827;
}

.admin-project-time-cell span[b-01ggwe19k8] {
    font-weight: 700;
    color: #111827;
    text-align: right;
    white-space: nowrap;
}

.admin-project-user-popover[b-01ggwe19k8] {
    position: absolute;
    left: min(100%, 420px);
    top: 50%;
    z-index: 20;
    display: grid;
    grid-template-columns: 92px minmax(190px, 260px);
    gap: 0.8rem;
    align-items: center;
    min-width: 330px;
    padding: 0.75rem;
    border: 1px solid var(--xpm-border, #d9dbe1);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--xpm-shadow, 0 8px 24px rgba(16, 24, 40, 0.12));
    transform: translate(0.75rem, -50%);
}

.admin-project-donut[b-01ggwe19k8] {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    position: relative;
}

.admin-project-donut[b-01ggwe19k8]::after {
    content: "";
    position: absolute;
    inset: 24px;
    border-radius: 50%;
    background: #fff;
}

.admin-project-donut-legend[b-01ggwe19k8] {
    display: grid;
    gap: 0.25rem;
    min-width: 0;
}

.admin-project-donut-legend-item[b-01ggwe19k8] {
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    color: #374151;
}

.admin-project-donut-legend-item span:nth-child(2)[b-01ggwe19k8] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-project-donut-legend-item strong[b-01ggwe19k8] {
    color: #111827;
    font-size: 0.78rem;
}

.admin-project-donut-swatch[b-01ggwe19k8] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
}

.admin-activity-popup-backdrop[b-01ggwe19k8] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(17, 24, 39, 0.42);
}

.admin-activity-popup[b-01ggwe19k8] {
    width: min(1120px, 96vw);
    max-height: 86vh;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--xpm-border, #d9dbe1);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--xpm-shadow, 0 18px 48px rgba(16, 24, 40, 0.24));
}

.admin-activity-popup-header[b-01ggwe19k8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 0.9rem;
    border-bottom: 1px solid var(--xpm-border, #d9dbe1);
}

.admin-activity-popup-header h5[b-01ggwe19k8] {
    margin: 0;
    color: #111827;
    font-size: 1rem;
    font-weight: 800;
}

.admin-activity-popup-header span[b-01ggwe19k8] {
    color: #5b6474;
    font-size: 0.78rem;
    font-weight: 600;
}

.admin-activity-popup-scroll[b-01ggwe19k8] {
    max-height: calc(86vh - 70px);
    margin: 0;
}

.admin-activity-popup-table[b-01ggwe19k8] {
    table-layout: fixed;
}

.admin-activity-popup-table th:nth-child(1)[b-01ggwe19k8] {
    width: 96px;
}

.admin-activity-popup-table th:nth-child(2)[b-01ggwe19k8],
.admin-activity-popup-table th:nth-child(4)[b-01ggwe19k8] {
    width: 140px;
}

.admin-activity-popup-table th:nth-child(3)[b-01ggwe19k8] {
    width: 220px;
}

.admin-activity-popup-table th:nth-child(6)[b-01ggwe19k8] {
    width: 82px;
}

.admin-activity-popup-table td[b-01ggwe19k8] {
    vertical-align: top;
}
/* /Pages/Users.razor.rz.scp.css */
.users-page[b-xts949ke4q] { display: flex; flex-direction: column; gap: .9rem; }
.users-filter[b-xts949ke4q] { max-width: 420px; }
.user-name[b-xts949ke4q] { display: flex; align-items: center; gap: .7rem; }
