/* /Components/DesignLinkViewer.razor.rz.scp.css */
.design-link-viewer-overlay[b-fa2kf6usnv] {
    position: fixed;
    inset: 0;
    z-index: 2600;
    background: rgba(15, 23, 42, 0.42);
    display: grid;
    place-items: center;
    padding: 1rem;
}

.design-link-viewer-overlay.is-maximized[b-fa2kf6usnv] {
    padding: 0;
}

.design-link-viewer-shell[b-fa2kf6usnv] {
    width: min(1280px, 100%);
    height: min(900px, 100%);
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    gap: 0.55rem;
    border: 1px solid #d7e1ef;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.38);
    overflow: hidden;
}

.design-link-viewer-shell.is-maximized[b-fa2kf6usnv] {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    border-radius: 0;
}

.design-link-viewer-header[b-fa2kf6usnv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.75rem 0.9rem 0;
}

.design-link-viewer-title[b-fa2kf6usnv] {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    min-width: 0;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0f172a;
}

.design-link-viewer-subtitle[b-fa2kf6usnv] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #64748b;
}

.design-link-viewer-close[b-fa2kf6usnv],
.design-link-viewer-maximize[b-fa2kf6usnv] {
    width: 2rem;
    height: 2rem;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #ffffff;
    color: #0f172a;
    cursor: pointer;
}

.design-link-viewer-close[b-fa2kf6usnv] {
    font-size: 1.25rem;
    line-height: 1;
}

.design-link-viewer-maximize[b-fa2kf6usnv] {
    font-size: 0.95rem;
    line-height: 1;
}

.design-link-viewer-url[b-fa2kf6usnv] {
    padding: 0 0.9rem;
    font-size: 0.76rem;
    color: #475569;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.design-link-viewer-empty[b-fa2kf6usnv] {
    display: grid;
    place-items: center;
    min-height: 100%;
    padding: 2rem;
    color: #475569;
    font-weight: 600;
}

.design-link-viewer-canvas-shell[b-fa2kf6usnv] {
    min-height: 0;
    overflow: hidden;
    padding: 0 0.9rem 0.9rem;
}

.design-link-viewer-canvas[b-fa2kf6usnv] {
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: auto;
    border-radius: 14px;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.06), transparent 28%),
        linear-gradient(180deg, #ffffff, #f8fafc);
    border: 1px solid #dbe3ee;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.08);
}

.design-link-viewer-image[b-fa2kf6usnv] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center center;
    transform: scale(var(--diagram-zoom, 1));
    transform-origin: center center;
    transform-box: fill-box;
    max-width: none;
    max-height: none;
}
/* /Components/MoverTaskCard.razor.rz.scp.css */
.mover-card-shell[b-hlljp8765k] {
    display: flex;
    flex-direction: column;
}

.mover-card-row[b-hlljp8765k] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.mover-card-toggle[b-hlljp8765k],
.mover-card-toggle-spacer[b-hlljp8765k] {
    width: 0.8rem;
    height: 0.8rem;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.68rem;
    font-weight: 900;
    border: none;
    background: none;
    cursor: pointer;
    color: #64748b;
    padding: 0;
    line-height: 1;
}

.mover-card[b-hlljp8765k] {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.02rem;
    padding: 0.1rem 0.4rem;
    border-radius: 7px;
    border: 1px solid #dbe3ee;
    background: #ffffff;
    cursor: pointer;
    line-height: 1.1;
    box-sizing: border-box;
}

.mover-card-main-row[b-hlljp8765k] {
    display: flex;
    align-items: center;
    gap: 0.32rem;
    min-width: 0;
}

.mover-card.selected[b-hlljp8765k] {
    border: 3px solid #2563eb;
    padding: 0.1rem 0.38rem;
}

.mover-card.dimmed[b-hlljp8765k] {
    opacity: 0.4;
}

.mover-card.dragging[b-hlljp8765k] {
    opacity: 0.35;
}

.mover-card.drop-upper[b-hlljp8765k] {
    box-shadow: inset 0 -2px 0 0 #2563eb;
}

.mover-card.drop-lower[b-hlljp8765k] {
    box-shadow: inset 0 2px 0 0 #2563eb;
}

.mover-card.type-chapter[b-hlljp8765k] {
    background: #dcfce7;
}

.mover-card.type-userstory[b-hlljp8765k] {
    background: #ffedd5;
}

.mover-card.type-requirement[b-hlljp8765k] {
    background: #f3e8ff;
}

.mover-card.drop-onto[b-hlljp8765k] {
    outline: 2px dashed #16a34a;
    outline-offset: -2px;
}

.mover-card-id[b-hlljp8765k] {
    font-size: 0.7rem;
    font-weight: 900;
    color: #0f172a;
    flex: 0 0 auto;
}

.mover-card-parent[b-hlljp8765k] {
    display: block;
    font-size: 0.54rem;
    line-height: 1;
    color: #006400;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mover-card-author[b-hlljp8765k] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 999px;
    background: #e2e8f0;
    color: #1e293b;
    font-size: 0.52rem;
    font-weight: 900;
}

.mover-card-title[b-hlljp8765k] {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.72rem;
    font-weight: 700;
    color: #1e293b;
}

.mover-card-pill[b-hlljp8765k] {
    flex: 0 0 auto;
    font-size: 0.58rem;
    font-weight: 800;
    padding: 0.04rem 0.28rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    white-space: nowrap;
}

.mover-card-pill-project[b-hlljp8765k] {
    background: #eef2ff;
    color: #3730a3;
}

.mover-card-children[b-hlljp8765k] {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    margin-top: 0.12rem;
}
/* /Components/MoverTreeColumn.razor.rz.scp.css */
.mover-column[b-r9polpcwjt] {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    border: 2px solid rgba(15, 23, 42, 0.1);
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    padding: 0.75rem;
    min-height: 0;
    height: 100%;
    box-sizing: border-box;
}

.mover-column.active[b-r9polpcwjt] {
    border-color: #2563eb;
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.18);
}

.mover-column-header[b-r9polpcwjt] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.mover-column-subheader[b-r9polpcwjt] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.mover-column-align-right[b-r9polpcwjt] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-left: auto;
}

.mover-column-count[b-r9polpcwjt] {
    font-size: 0.74rem;
    color: #64748b;
    flex: 0 0 auto;
}

.mover-column-filter-summary[b-r9polpcwjt] {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
    font-size: 0.66rem;
    color: #64748b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mover-column-reload[b-r9polpcwjt] {
    min-height: 1.7rem;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #0f172a;
    font-weight: 800;
    font-size: 0.76rem;
    cursor: pointer;
}

.mover-column-reload:disabled[b-r9polpcwjt] {
    opacity: 0.5;
    cursor: not-allowed;
}

.mover-column-body[b-r9polpcwjt] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    padding-right: 0.15rem;
}

.mover-column-empty[b-r9polpcwjt] {
    padding: 1rem;
    color: #475569;
    font-size: 0.84rem;
}
/* /Components/TaskContextMenu.razor.rz.scp.css */
.task-context-overlay[b-htbllung7y] {
    position: fixed;
    inset: 0;
    z-index: 2500;
    background: transparent;
    pointer-events: none;
}

.task-context-menu[b-htbllung7y] {
    position: fixed;
    top: var(--task-context-top, 0.75rem);
    left: var(--task-context-left, 0.75rem);
    width: min(25rem, 94vw);
    max-height: calc(100vh - 1rem);
    overflow: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    padding: 0.8rem;
    border: 1px solid #dbe3ee;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
    display: grid;
    gap: 0.55rem;
    pointer-events: auto;
}

.task-context-header[b-htbllung7y] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
}

.task-context-drag-handle[b-htbllung7y] {
    cursor: move;
    user-select: none;
}

.task-context-header-text[b-htbllung7y] {
    min-width: 0;
}

.task-context-title[b-htbllung7y] {
    font-size: 0.8rem;
    font-weight: 800;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.task-context-subtitle[b-htbllung7y] {
    color: #1e3a8a;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.25;
}

.task-context-close[b-htbllung7y] {
    flex: 0 0 auto;
    width: 1.6rem;
    height: 1.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #ffffff;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1;
    cursor: pointer;
}

.task-context-close:hover[b-htbllung7y] {
    background: #fee2e2;
    border-color: #fca5a5;
    color: #991b1b;
}

.task-context-group[b-htbllung7y] {
    display: grid;
    gap: 0.35rem;
    padding-top: 0.45rem;
    border-top: 1px solid #e2e8f0;
}

.task-context-group-title[b-htbllung7y] {
    font-size: 0.72rem;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.task-context-action-row[b-htbllung7y] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.task-context-action[b-htbllung7y],
.task-context-select[b-htbllung7y] {
    min-height: 2rem;
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #0f172a;
    font-size: 0.82rem;
}

.task-context-action[b-htbllung7y] {
    padding: 0.3rem 0.78rem;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.task-context-action:hover[b-htbllung7y] {
    background: #eff6ff;
    border-color: #93c5fd;
}

.task-context-action:disabled[b-htbllung7y] {
    opacity: 0.5;
    cursor: not-allowed;
    background: #f8fafc;
    border-color: #cbd5e1;
}

.task-context-danger[b-htbllung7y] {
    color: #991b1b;
    border-color: #fecaca;
    background: #fff1f2;
}

.task-context-danger:hover[b-htbllung7y] {
    background: #ffe4e6;
    border-color: #fca5a5;
}

.task-context-action-with-badge[b-htbllung7y] {
    padding-right: 0.55rem;
}

.task-context-action-badge[b-htbllung7y] {
    min-width: 1.3rem;
    padding: 0.05rem 0.35rem;
    border-radius: 999px;
    background: #0f172a;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.task-context-field[b-htbllung7y] {
    display: grid;
    gap: 0.25rem;
}

.task-context-field-label[b-htbllung7y] {
    font-size: 0.72rem;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.task-context-select[b-htbllung7y] {
    width: 100%;
    min-width: 0;
    padding: 0.45rem 0.6rem;
}
/* /Components/TaskDependenciesDialog.razor.rz.scp.css */
.task-dependencies-overlay[b-r8kzgdcuui] {
    position: fixed;
    inset: 0;
    z-index: 2650;
    background: rgba(15, 23, 42, 0.36);
    display: grid;
    place-items: center;
    padding: 1rem;
}

.task-dependencies-dialog[b-r8kzgdcuui] {
    width: min(52rem, 96vw);
    max-height: min(86vh, 60rem);
    overflow: auto;
    border: 1px solid #dbe3ee;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24);
    padding: 1rem;
    display: grid;
    gap: 0.9rem;
}

.task-dependencies-header[b-r8kzgdcuui] {
    display: grid;
    gap: 0.18rem;
}

.task-dependencies-kicker[b-r8kzgdcuui] {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f766e;
}

.task-dependencies-title[b-r8kzgdcuui] {
    font-size: 1.18rem;
    font-weight: 800;
    color: #0f172a;
}

.task-dependencies-subtitle[b-r8kzgdcuui] {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.4;
}

.task-dependencies-state[b-r8kzgdcuui] {
    padding: 0.7rem 0.8rem;
    border-radius: 12px;
    border: 1px solid #dbe3ee;
    background: #f8fafc;
    color: #475569;
    font-weight: 700;
}

.task-dependencies-summary[b-r8kzgdcuui] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 0.8rem;
    border-radius: 12px;
    border: 1px solid #dbe3ee;
    background: #f8fafc;
}

.task-dependencies-summary-label[b-r8kzgdcuui] {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}

.task-dependencies-summary-value[b-r8kzgdcuui] {
    font-size: 1rem;
    font-weight: 900;
    color: #0f172a;
}

.task-dependencies-add[b-r8kzgdcuui] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.6rem;
    align-items: end;
}

.task-dependencies-field[b-r8kzgdcuui] {
    display: grid;
    gap: 0.25rem;
}

.task-dependencies-field-label[b-r8kzgdcuui] {
    font-size: 0.72rem;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.task-dependencies-table-wrap[b-r8kzgdcuui] {
    overflow: auto;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
}

.task-dependencies-table[b-r8kzgdcuui] {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

.task-dependencies-table th[b-r8kzgdcuui],
.task-dependencies-table td[b-r8kzgdcuui] {
    padding: 0.62rem 0.7rem;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: middle;
    text-align: left;
    font-size: 0.86rem;
}

.task-dependencies-table th[b-r8kzgdcuui] {
    background: #f8fafc;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.task-dependencies-empty[b-r8kzgdcuui] {
    color: #64748b;
    text-align: center;
    font-style: italic;
}

.task-dependencies-id[b-r8kzgdcuui] {
    font-weight: 900;
    color: #0f172a;
}

.task-dependencies-title-cell[b-r8kzgdcuui] {
    font-weight: 600;
    color: #334155;
    max-width: 24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.task-dependencies-actions[b-r8kzgdcuui] {
    text-align: right;
    white-space: nowrap;
}

.task-dependencies-footer[b-r8kzgdcuui] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
    padding-top: 0.3rem;
    border-top: 1px solid #e2e8f0;
}

.task-dependencies-note[b-r8kzgdcuui] {
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.35;
}

.task-dependencies-button[b-r8kzgdcuui] {
    min-height: 2.1rem;
    padding: 0.35rem 0.8rem;
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #0f172a;
    font-weight: 700;
}

.task-dependencies-button.primary[b-r8kzgdcuui] {
    border-color: #0f766e;
    background: #0f766e;
    color: #ffffff;
}

.task-dependencies-button.secondary[b-r8kzgdcuui] {
    background: #ffffff;
}

.task-dependencies-button:disabled[b-r8kzgdcuui] {
    opacity: 0.5;
    cursor: not-allowed;
}
/* /Components/TaskEditorWindow.razor.rz.scp.css */
.task-editor-overlay[b-us833c4c06] {
    position: fixed;
    inset: 0;
    z-index: 5000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5vh 5vw;
    background: rgba(15, 23, 42, 0.48);
}

.task-editor-shell[b-us833c4c06] {
    width: 90vw;
    height: 95vh;
    max-height: 95vh;
    display: flex;
    flex-direction: column;
    border: 1px solid #dbe3ee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.28);
    overflow: hidden;
}

.task-editor-header[b-us833c4c06] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.task-editor-close[b-us833c4c06] {
    width: 2rem;
    height: 2rem;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
    font-size: 1.15rem;
    line-height: 1;
    font-weight: 700;
}

.task-editor-body[b-us833c4c06] {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    padding: 1rem;
    overflow: auto;
}

.task-editor-scroll[b-us833c4c06] {
    min-height: 0;
    flex: 1 1 auto;
}

.task-editor-title[b-us833c4c06] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    font-weight: 700;
}

.task-editor-subtitle[b-us833c4c06] {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
}

.task-editor-state[b-us833c4c06] {
    padding: 1rem;
    color: #475569;
}

.editor-grid[b-us833c4c06] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.65rem 0.8rem;
    align-items: start;
}

.task-main-grid[b-us833c4c06] {
    grid-template-columns:
        minmax(7rem, 0.8fr)
        minmax(13rem, 1.35fr)
        minmax(15rem, 1.7fr)
        minmax(10.5rem, 1.1fr)
        minmax(10.5rem, 1.1fr)
        minmax(9rem, 0.95fr);
}

.task-main-grid .task-field-type[b-us833c4c06] {
    grid-column: 1;
}

.task-main-grid .task-field-project[b-us833c4c06] {
    grid-column: 2 / span 2;
}

.task-main-grid .task-field-sprint[b-us833c4c06] {
    grid-column: 4 / span 1;
}

.task-main-grid .task-field-author[b-us833c4c06] {
    grid-column: 5;
}

.task-main-grid .task-field-status[b-us833c4c06] {
    grid-column: 6;
}

.task-hours-grid[b-us833c4c06] {
    grid-template-columns:
        minmax(7rem, 0.85fr)
        minmax(7rem, 0.85fr)
        minmax(8rem, 0.95fr)
        minmax(8rem, 0.95fr)
        minmax(8rem, 0.95fr)
        minmax(8rem, 0.95fr);
}

.task-secondary-grid[b-us833c4c06] {
    grid-template-columns:
        minmax(10rem, 1fr)
        minmax(10rem, 1fr)
        minmax(10rem, 1fr)
        minmax(8rem, 0.85fr)
        minmax(8rem, 0.85fr)
        minmax(9rem, 1fr);
    margin-top: 0.35rem;
}

.editor-grid .field[b-us833c4c06] {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.editor-grid .field.full[b-us833c4c06] {
    grid-column: 1 / -1;
}

.editor-grid label[b-us833c4c06] {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    font-weight: 700;
    margin-bottom: 0;
}

.task-parent-hint[b-us833c4c06] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    padding: 0.15rem 0.6rem 0.3rem;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.task-parent-hint-label[b-us833c4c06] {
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    font-weight: 800;
    line-height: 1;
}

.task-parent-hint-value[b-us833c4c06] {
    font-size: 0.72rem;
    color: #0f172a;
    line-height: 1.15;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.editor-grid .input[b-us833c4c06] {
    width: 100%;
    min-width: 0;
    min-height: 2rem;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 0.32rem 0.55rem;
    background: #fff;
    color: #0f172a;
}

.editor-grid select.input[b-us833c4c06] {
    border-radius: 10px;
    background-color: #fff;
}

.editor-grid select.input:focus[b-us833c4c06],
.editor-grid .input:focus[b-us833c4c06] {
    outline: none;
    border-color: #60a5fa;
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.18);
}

.comment-box[b-us833c4c06] {
    min-height: 8rem;
}

.editor-frame[b-us833c4c06] {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.editor-field-toolbar[b-us833c4c06] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.editor-field-actions[b-us833c4c06] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.task-editor-dependencies-button[b-us833c4c06] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 1.9rem;
    padding: 0.24rem 0.62rem;
    border-radius: 999px;
    border: 1px solid #0f766e;
    background: #ecfdf5;
    color: #0f766e;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.task-editor-dependencies-badge[b-us833c4c06] {
    min-width: 1.25rem;
    padding: 0.05rem 0.3rem;
    border-radius: 999px;
    background: #0f766e;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
}

.task-editor-dependencies-button:disabled[b-us833c4c06] {
    opacity: 0.5;
    cursor: not-allowed;
    border-color: #cbd5e1;
    background: #f8fafc;
    color: #64748b;
}

.speech-button[b-us833c4c06] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 1.9rem;
    padding: 0.24rem 0.6rem;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #0f172a;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.speech-button .oi[b-us833c4c06] {
    font-size: 0.95rem;
}

.speech-button.active[b-us833c4c06] {
    border-color: #f59e0b;
    background: #fff7ed;
    color: #9a3412;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.12);
}

.speech-button:disabled[b-us833c4c06] {
    opacity: 0.55;
    cursor: not-allowed;
}

.speech-status[b-us833c4c06] {
    margin-top: 0.15rem;
    font-size: 0.7rem;
    font-weight: 700;
    color: #475569;
}

.totals-panel[b-us833c4c06] {
    border: 1px solid #dbe3ee;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    padding: 0.5rem 0.7rem;
    margin: 0.15rem 0;
}

.totals-title[b-us833c4c06] {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.totals-grid[b-us833c4c06] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
}

.total-card[b-us833c4c06] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.35rem 0.6rem;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.total-label[b-us833c4c06] {
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    font-weight: 700;
    flex: 0 0 auto;
}

.total-value[b-us833c4c06] {
    font-size: 0.9rem;
    font-weight: 800;
    color: #0f172a;
    flex: 0 0 auto;
}

.editor-actions[b-us833c4c06] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1rem;
    position: sticky;
    bottom: 0;
    padding: 0.75rem 0 0.25rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.75), rgba(255,255,255,1));
}

.primary-button[b-us833c4c06],
.secondary-button[b-us833c4c06] {
    min-height: 2.3rem;
    padding: 0.45rem 0.9rem;
    border-radius: 6px;
    border: 1px solid transparent;
    font-weight: 700;
}

.primary-button[b-us833c4c06] {
    background: #1d4ed8;
    color: #fff;
}

.primary-button:disabled[b-us833c4c06] {
    opacity: 0.65;
}

.secondary-button[b-us833c4c06] {
    background: #fff;
    color: #0f172a;
    border-color: #cbd5e1;
}

@media (max-width: 900px) {
    .editor-grid[b-us833c4c06] {
        grid-template-columns: 1fr;
    }

    .task-main-grid[b-us833c4c06],
    .task-hours-grid[b-us833c4c06],
    .task-secondary-grid[b-us833c4c06] {
        grid-template-columns: 1fr;
    }

    .task-main-grid .task-field-type[b-us833c4c06],
    .task-main-grid .task-field-project[b-us833c4c06],
    .task-main-grid .task-field-sprint[b-us833c4c06],
    .task-main-grid .task-field-author[b-us833c4c06],
    .task-main-grid .task-field-status[b-us833c4c06] {
        grid-column: auto;
    }

    .totals-grid[b-us833c4c06] {
        grid-template-columns: 1fr;
    }

    .total-card[b-us833c4c06] {
        justify-content: space-between;
    }
}
/* /Components/TaskGraphNode.razor.rz.scp.css */
.task-graph-node-shell[b-q1ae4o29fq] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.task-graph-node-row[b-q1ae4o29fq] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
}

.task-graph-toggle[b-q1ae4o29fq],
.task-graph-toggle-spacer[b-q1ae4o29fq] {
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 1.25rem;
}

.task-graph-toggle[b-q1ae4o29fq] {
    border: 1px solid color-mix(in srgb, var(--task-graph-color) 55%, #cbd5e1);
    border-radius: 20px;
    background: #fff;
    color: var(--task-graph-color);
    font-size: 0.85rem;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
}

.task-graph-toggle:hover[b-q1ae4o29fq] {
    background: color-mix(in srgb, var(--task-graph-color) 8%, white);
}

.task-graph-card[b-q1ae4o29fq] {
    width: max-content;
    min-width: 14rem;
    max-width: none;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.12rem;
    padding: 0.15rem 0.84rem 0.2rem;
    min-height: 3.2rem;
    border-radius: 14px;
    border: 1px solid color-mix(in srgb, var(--task-graph-border-color, var(--task-graph-color)) 62%, #dbe3ee);
    border-left: 0.55rem solid var(--task-graph-border-color, var(--task-graph-color));
    background: linear-gradient(135deg,
        color-mix(in srgb, var(--task-graph-color) 22%, white) 0%,
        color-mix(in srgb, var(--task-graph-color) 10%, white) 100%);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.09);
    user-select: none;
    overflow: hidden;
    text-align: left;
    position: relative;
    transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease, background-color 120ms ease;
}

.task-graph-topline[b-q1ae4o29fq] {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 0.5rem;
    min-width: 0;
    width: 100%;
    line-height: 1;
}

.task-graph-titleline[b-q1ae4o29fq] {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    line-height: 1.02;
}

.task-graph-datechip[b-q1ae4o29fq] {
    flex: 0 0 auto;
    min-width: 4.9rem;
    max-width: 7.25rem;
    padding: 0.1rem 0.28rem;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--task-graph-border-color, var(--task-graph-color)) 18%, #dbe3ee);
    background: color-mix(in srgb, var(--task-graph-color) 8%, white);
    color: #475569;
    font-size: 0.64rem;
    font-weight: 800;
    line-height: 1.05;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.task-graph-parent-title[b-q1ae4o29fq] {
    min-width: 0;
    flex: 1 1 auto;
    max-width: 55%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.54rem;
    line-height: 1;
    font-weight: 800;
    color: #006400;
    opacity: 0.95;
    letter-spacing: 0.01em;
}

.task-graph-card[b-q1ae4o29fq]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--task-graph-border-color, var(--task-graph-color)) 18%, transparent);
    pointer-events: none;
}

.task-graph-node-row.planned-task .task-graph-card[b-q1ae4o29fq] {
    border-color: orangered;
    border-left-color: orangered;
}

.task-graph-node-row.planned-ancestor .task-graph-card[b-q1ae4o29fq] {
    border-color: #fb923c;
    border-left-color: #fb923c;
}

.task-graph-node-row.selected .task-graph-card[b-q1ae4o29fq] {
    box-shadow:
        0 0 0 4px rgba(37, 99, 235, 0.28),
        0 8px 18px rgba(15, 23, 42, 0.12);
    outline: 2px solid #60a5fa;
    outline-offset: -2px;
}

.task-graph-design-link-bridge[b-q1ae4o29fq] {
    flex: 0 0 auto;
    width: 0.65rem;
    height: 1px;
    margin-left: 0.1rem;
    background: rgba(100, 116, 139, 0.45);
}

.task-graph-meta-bridge[b-q1ae4o29fq] {
    flex: 0 0 auto;
    width: 0.65rem;
    height: 1px;
    margin-left: 0.1rem;
    background: rgba(100, 116, 139, 0.45);
}

.task-graph-design-link[b-q1ae4o29fq] {
    flex: 0 0 auto;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.05rem;
    padding: 0;
    appearance: none;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--task-graph-border-color, var(--task-graph-color)) 28%, #cbd5e1);
    background: color-mix(in srgb, var(--task-graph-color) 8%, white);
    color: color-mix(in srgb, var(--task-graph-border-color, var(--task-graph-color)) 72%, #0f172a);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
    cursor: pointer;
}

.task-graph-design-link .oi[b-q1ae4o29fq] {
    font-size: 1.64rem;
    line-height: 1;
}

.task-graph-status-pill[b-q1ae4o29fq],
.task-graph-project-pill[b-q1ae4o29fq],
.task-graph-sprint-pill[b-q1ae4o29fq] {
    flex: 0 0 auto;
    min-width: 3rem;
    padding: 0.2rem 0.56rem;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--task-graph-border-color, var(--task-graph-color)) 20%, #dbe3ee);
    background: color-mix(in srgb, var(--task-graph-color) 9%, white);
    color: #0f172a;
    font-size: 0.76rem;
    font-weight: 900;
    line-height: 1.05;
    text-align: center;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.task-graph-project-pill[b-q1ae4o29fq] {
    min-width: 2.2rem;
    padding: 0.16rem 0.42rem;
}

.task-graph-project-icon[b-q1ae4o29fq] {
    width: 1.1rem;
    height: 1.1rem;
    display: block;
    object-fit: contain;
}

.task-graph-root-summary-pill-group[b-q1ae4o29fq] {
    display: flex;
    align-items: center;
    gap: 0.22rem;
    flex-wrap: wrap;
}

.task-graph-root-summary-pill[b-q1ae4o29fq] {
    flex: 0 0 auto;
    min-width: 4.3rem;
    padding: 0.2rem 0.68rem;
    border-radius: 999px;
    border: 1px solid #000000;
    font-size: 0.8rem;
    font-weight: 900;
    line-height: 1.12;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
}

.task-graph-root-summary-pill-planned[b-q1ae4o29fq] {
    background: #3b82f6;
    color: #ffffff;
}

.task-graph-root-summary-pill-new[b-q1ae4o29fq] {
    background: #ffffff;
    color: #0f172a;
}

.task-graph-root-summary-pill-active[b-q1ae4o29fq] {
    background: #facc15;
    color: #1f2937;
}

.task-graph-root-summary-pill-hold[b-q1ae4o29fq] {
    background: #f97316;
    color: #ffffff;
}

.task-graph-root-summary-pill-done[b-q1ae4o29fq] {
    background: #22c55e;
    color: #ffffff;
}

.task-graph-root-summary-pill-other[b-q1ae4o29fq] {
    background: #9ca3af;
    color: #ffffff;
}

.task-graph-root-summary-pill-total[b-q1ae4o29fq] {
    background: #111827;
    color: #ffffff;
}

.task-graph-dependency-pill[b-q1ae4o29fq] {
    flex: 0 0 auto;
    min-width: 1.45rem;
    padding: 0.1rem 0.32rem;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    color: #0f172a;
    font-size: 0.66rem;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
}

.task-graph-warning-pill[b-q1ae4o29fq] {
    flex: 0 0 auto;
    min-width: 1.45rem;
    padding: 0.1rem 0.28rem;
    border-radius: 999px;
    border: 1px solid #f59e0b;
    background: #fef3c7;
    color: #92400e;
    font-size: 0.7rem;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(245, 158, 11, 0.16);
}

.task-graph-dependency-pill-success[b-q1ae4o29fq] {
    border-color: #22c55e;
    background: #dcfce7;
    color: #166534;
}

.task-graph-dependency-pill-warning[b-q1ae4o29fq] {
    border-color: #f59e0b;
    background: #ffedd5;
    color: #92400e;
}

.task-graph-dependency-pill-danger[b-q1ae4o29fq] {
    border-color: #ef4444;
    background: #fee2e2;
    color: #991b1b;
}

.task-graph-sprint-pill[b-q1ae4o29fq] {
    background: color-mix(in srgb, var(--author-color, var(--task-graph-color)) 9%, white);
    border-color: color-mix(in srgb, var(--author-color, var(--task-graph-color)) 20%, #dbe3ee);
}

.task-graph-marked-badge[b-q1ae4o29fq] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 999px;
    border: 1px solid #22c55e;
    background: #dcfce7;
    color: #166534;
    font-size: 0.58rem;
    font-weight: 800;
    line-height: 1;
}

.task-graph-card:hover[b-q1ae4o29fq] {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.task-graph-id[b-q1ae4o29fq] {
    flex: 0 0 auto;
    min-width: 2.9rem;
    font-size: 0.86rem;
    font-weight: 700;
    color: #000000;
    opacity: 1;
}

.task-graph-title[b-q1ae4o29fq] {
    min-width: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.8rem;
    font-weight: 600;
    color: color-mix(in srgb, var(--task-graph-color) 10%, #0f172a);
    line-height: 1.1;
}

.task-graph-percent[b-q1ae4o29fq] {
    flex: 0 0 auto;
    min-width: 2.95rem;
    padding: 0.12rem 0.42rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--task-graph-color) 14%, white);
    border: 1px solid color-mix(in srgb, var(--task-graph-color) 28%, #dbe3ee);
    color: #000000;
    font-size: 0.8rem;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.01em;
}

.task-graph-sequence[b-q1ae4o29fq] {
    flex: 0 0 auto;
    min-width: 2.2rem;
    padding: 0.1rem 0.34rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--task-graph-color) 10%, white);
    border: 1px solid color-mix(in srgb, var(--task-graph-color) 18%, #dbe3ee);
    color: #000000;
    font-size: 0.63rem;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.02em;
}

.task-graph-bottomline[b-q1ae4o29fq] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    min-width: 0;
    width: 100%;
    flex-wrap: nowrap;
}

.task-graph-value-group[b-q1ae4o29fq] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0.28rem;
    min-width: 0;
    flex: 0 0 auto;
    flex-wrap: nowrap;
}

.task-graph-pill[b-q1ae4o29fq] {
    flex: 0 0 auto;
    min-width: 2.4rem;
    padding: 0.1rem 0.3rem;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--task-graph-color) 18%, #dbe3ee);
    background: color-mix(in srgb, var(--task-graph-color) 10%, white);
    color: #000000;
    font-size: 0.63rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.1;
}

.task-graph-tmp-estimate[b-q1ae4o29fq] {
    background: color-mix(in srgb, var(--task-graph-color) 8%, white);
}

.task-graph-tmp-done[b-q1ae4o29fq] {
    background: color-mix(in srgb, var(--author-color, var(--task-graph-color)) 8%, white);
    border-color: color-mix(in srgb, var(--author-color, var(--task-graph-color)) 18%, #dbe3ee);
}

.task-graph-hr-needed[b-q1ae4o29fq] {
    background: color-mix(in srgb, #93c5fd 24%, white);
    border-color: color-mix(in srgb, #93c5fd 42%, #dbe3ee);
}

.task-graph-hr-done[b-q1ae4o29fq] {
    background: color-mix(in srgb, #86efac 28%, white);
    border-color: color-mix(in srgb, #86efac 48%, #dbe3ee);
}

.task-graph-author-initials[b-q1ae4o29fq] {
    flex: 0 0 auto;
    margin-left: auto;
    min-width: 2rem;
    padding: 0.12rem 0.35rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--author-color, var(--task-graph-color)) 12%, white);
    border: 1px solid color-mix(in srgb, var(--author-color, var(--task-graph-color)) 30%, #dbe3ee);
    color: color-mix(in srgb, var(--author-color, var(--task-graph-color)) 84%, #0f172a);
    font-size: 0.65rem;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.04em;
}

.task-graph-remaining[b-q1ae4o29fq] {
    flex: 0 0 auto;
    min-width: 2.8rem;
    padding: 0.12rem 0.38rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--author-color, var(--task-graph-color)) 14%, white);
    border: 1px solid color-mix(in srgb, var(--author-color, var(--task-graph-color)) 26%, #dbe3ee);
    color: #000000;
    font-size: 0.8rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.1;
    letter-spacing: 0.01em;
}

.task-graph-children[b-q1ae4o29fq] {
    margin-left: 0.9rem;
    padding-left: 1.1rem;
    border-left: 1px solid rgba(148, 163, 184, 0.45);
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}
/* /Components/TaskMultiAuthorDialog.razor.rz.scp.css */
.task-multi-overlay[b-mb9f2avdw8] {
    position: fixed;
    inset: 0;
    z-index: 2600;
    background: rgba(15, 23, 42, 0.35);
    display: grid;
    place-items: center;
    padding: 1rem;
}

.task-multi-dialog[b-mb9f2avdw8] {
    width: min(40rem, 96vw);
    max-height: min(82vh, 52rem);
    overflow: auto;
    border: 1px solid #dbe3ee;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24);
    padding: 1rem;
    display: grid;
    gap: 0.9rem;
}

.task-multi-header[b-mb9f2avdw8] {
    display: grid;
    gap: 0.2rem;
}

.task-multi-kicker[b-mb9f2avdw8] {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f766e;
}

.task-multi-title[b-mb9f2avdw8] {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
}

.task-multi-subtitle[b-mb9f2avdw8] {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.4;
}

.task-multi-task[b-mb9f2avdw8] {
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
    flex-wrap: wrap;
    padding: 0.7rem 0.8rem;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #dbe3ee;
}

.task-multi-task-id[b-mb9f2avdw8] {
    font-weight: 800;
    color: #0f172a;
}

.task-multi-task-name[b-mb9f2avdw8] {
    color: #334155;
    font-weight: 600;
}

.task-multi-list[b-mb9f2avdw8] {
    display: grid;
    gap: 0.45rem;
    max-height: 30rem;
    overflow: auto;
    padding-right: 0.15rem;
}

.task-multi-option[b-mb9f2avdw8] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.65rem;
    align-items: center;
    padding: 0.55rem 0.65rem;
    border: 1px solid #dbe3ee;
    border-radius: 12px;
    background: #ffffff;
    cursor: pointer;
}

.task-multi-option:hover[b-mb9f2avdw8] {
    border-color: #93c5fd;
    background: #eff6ff;
}

.task-multi-option input[b-mb9f2avdw8] {
    margin: 0;
}

.task-multi-option-name[b-mb9f2avdw8] {
    font-weight: 700;
    color: #0f172a;
}

.task-multi-option-meta[b-mb9f2avdw8] {
    min-width: 2.2rem;
    justify-self: end;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}

.task-multi-footer[b-mb9f2avdw8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    flex-wrap: wrap;
    padding-top: 0.3rem;
    border-top: 1px solid #e2e8f0;
}

.task-multi-note[b-mb9f2avdw8] {
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.35;
}

.task-multi-actions[b-mb9f2avdw8] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.task-multi-button[b-mb9f2avdw8] {
    min-height: 2.1rem;
    padding: 0.35rem 0.85rem;
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #0f172a;
    font-weight: 700;
}

.task-multi-button.primary[b-mb9f2avdw8] {
    background: #0f766e;
    border-color: #0f766e;
    color: #ffffff;
}

.task-multi-button.secondary[b-mb9f2avdw8] {
    background: #ffffff;
}

.task-multi-button:disabled[b-mb9f2avdw8] {
    opacity: 0.5;
    cursor: not-allowed;
}
/* /Pages/Authors.razor.rz.scp.css */
.authors-page[b-2p4rd555ql] {
    min-height: calc(100vh - 5rem);
    padding: 0 1rem 1.25rem;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.10), transparent 30%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.authors-toolbar[b-2p4rd555ql] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.9rem;
}

.authors-toolbar-actions[b-2p4rd555ql] {
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.authors-layout[b-2p4rd555ql] {
    display: grid;
    grid-template-columns: 24rem minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.authors-list-panel[b-2p4rd555ql],
.authors-detail-panel[b-2p4rd555ql] {
    border: 1px solid #d7e1ef;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.authors-list[b-2p4rd555ql] {
    display: grid;
    gap: 0.35rem;
    padding: 0.75rem;
    max-height: calc(100vh - 15rem);
    overflow: auto;
}

.author-list-row[b-2p4rd555ql] {
    display: grid;
    grid-template-columns: 0.9rem 1fr auto;
    align-items: center;
    gap: 0.7rem;
    width: 100%;
    padding: 0.55rem 0.7rem;
    border: 1px solid #d7e1ef;
    border-radius: 14px;
    background: #ffffff;
    text-align: left;
    color: #0f172a;
    box-shadow: 0 5px 14px rgba(15, 23, 42, 0.05);
}

.author-list-row.selected[b-2p4rd555ql] {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.16), 0 6px 16px rgba(15, 23, 42, 0.08);
}

.author-swatch[b-2p4rd555ql] {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.12);
}

.author-list-name[b-2p4rd555ql] {
    font-weight: 700;
}

.author-list-id[b-2p4rd555ql] {
    font-size: 0.76rem;
    color: #64748b;
}

.authors-detail-panel[b-2p4rd555ql] {
    padding: 1rem;
}

.authors-detail-card[b-2p4rd555ql] {
    display: grid;
    gap: 1rem;
}

.authors-detail-top[b-2p4rd555ql] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.authors-detail-subtitle[b-2p4rd555ql] {
    color: #64748b;
    font-size: 0.88rem;
}

.authors-detail-preview[b-2p4rd555ql] {
    width: 4rem;
    height: 4rem;
    border-radius: 18px;
    display: grid;
    place-items: center;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 0.08em;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35), 0 10px 24px rgba(15, 23, 42, 0.18);
}

.authors-form-grid[b-2p4rd555ql] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.author-color-input[b-2p4rd555ql] {
    height: 2.6rem;
    padding: 0.25rem;
}

.field-hint[b-2p4rd555ql] {
    margin-top: 0.25rem;
    color: #64748b;
    font-size: 0.76rem;
    line-height: 1.25;
}

.author-capacity-card[b-2p4rd555ql] {
    display: grid;
    gap: 0.9rem;
    padding-top: 0.35rem;
    border-top: 1px solid #e2e8f0;
}

.author-capacity-header[b-2p4rd555ql] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.author-capacity-actions[b-2p4rd555ql] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.author-capacity-table[b-2p4rd555ql] {
    display: grid;
    gap: 0.45rem;
}

.author-capacity-table-head[b-2p4rd555ql],
.author-capacity-row[b-2p4rd555ql] {
    display: grid;
    grid-template-columns: minmax(12rem, 1.5fr) minmax(6rem, 0.45fr) minmax(14rem, 1.2fr) auto;
    gap: 0.6rem;
    align-items: center;
}

.author-capacity-table-head[b-2p4rd555ql] {
    padding: 0 0.3rem;
    color: #64748b;
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.author-capacity-row[b-2p4rd555ql] {
    padding: 0.5rem 0.55rem;
    border: 1px solid #dbe3ee;
    border-radius: 14px;
    background: #f8fbff;
}

.author-capacity-row.current[b-2p4rd555ql] {
    border-color: #93c5fd;
    box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.14);
}

.author-capacity-sprint[b-2p4rd555ql] {
    display: grid;
    gap: 0.12rem;
}

.author-capacity-sprint-title[b-2p4rd555ql] {
    font-weight: 700;
    color: #0f172a;
}

.author-capacity-sprint-id[b-2p4rd555ql] {
    font-size: 0.75rem;
    color: #64748b;
}

.author-capacity-row-actions[b-2p4rd555ql] {
    display: flex;
    gap: 0.35rem;
    justify-content: flex-end;
    flex-wrap: wrap;
}

@media (max-width: 1100px) {
    .authors-layout[b-2p4rd555ql] {
        grid-template-columns: 1fr;
    }

    .authors-list[b-2p4rd555ql] {
        max-height: none;
    }

    .authors-form-grid[b-2p4rd555ql] {
        grid-template-columns: 1fr;
    }

    .author-capacity-table-head[b-2p4rd555ql],
    .author-capacity-row[b-2p4rd555ql] {
        grid-template-columns: 1fr;
    }

    .author-capacity-row-actions[b-2p4rd555ql] {
        justify-content: flex-start;
    }
}
/* /Pages/Diagrams.razor.rz.scp.css */
.diagrams-page[b-btffg7kxtc] {
    height: calc(100vh - 5rem);
    min-height: calc(100vh - 5rem);
    padding: 0 1rem 1.25rem;
    display: grid;
    grid-template-columns: 20rem minmax(0, 1fr);
    gap: 1rem;
    align-items: stretch;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.12), transparent 30%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.diagrams-sidebar[b-btffg7kxtc],
.diagrams-preview-card[b-btffg7kxtc],
.diagrams-preview-empty[b-btffg7kxtc] {
    border: 1px solid #d7e1ef;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.diagrams-sidebar[b-btffg7kxtc] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    min-height: 0;
    height: 100%;
    overflow: hidden;
}

.diagrams-sidebar-header[b-btffg7kxtc] {
    padding: 1rem 1rem 0.8rem;
}

.diagrams-kicker[b-btffg7kxtc] {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.diagrams-sidebar h1[b-btffg7kxtc] {
    margin: 0.35rem 0 0;
    font-size: 1.35rem;
    font-weight: 900;
    color: #0f172a;
}

.diagrams-sidebar p[b-btffg7kxtc] {
    margin: 0.35rem 0 0;
    color: #475569;
    line-height: 1.45;
}

.diagrams-file-list[b-btffg7kxtc] {
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 0.7rem 0.7rem;
    display: grid;
    gap: 0.45rem;
}

.diagrams-file-item[b-btffg7kxtc] {
    text-align: left;
    border: 1px solid #dbe3ee;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    padding: 0.8rem 0.85rem;
    display: grid;
    gap: 0.2rem;
    cursor: pointer;
}

.diagrams-file-item.selected[b-btffg7kxtc] {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
}

.diagrams-file-name[b-btffg7kxtc] {
    font-size: 0.92rem;
    font-weight: 800;
    color: #0f172a;
}

.diagrams-file-meta[b-btffg7kxtc] {
    font-size: 0.72rem;
    color: #64748b;
    line-height: 1.35;
}

.diagrams-main[b-btffg7kxtc] {
    min-width: 0;
    min-height: 0;
    height: 100%;
}

.diagrams-preview-card[b-btffg7kxtc],
.diagrams-preview-empty[b-btffg7kxtc] {
    height: 100%;
    min-height: 0;
}

.diagrams-preview-card[b-btffg7kxtc] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 0.8rem;
    padding: 1rem;
}

.diagrams-preview-header[b-btffg7kxtc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.diagrams-preview-title[b-btffg7kxtc] {
    font-size: 1.15rem;
    font-weight: 900;
    color: #0f172a;
}

.diagrams-preview-subtitle[b-btffg7kxtc] {
    margin-top: 0.2rem;
    font-size: 0.78rem;
    color: #64748b;
}

.diagrams-preview-actions[b-btffg7kxtc] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.diagrams-action[b-btffg7kxtc] {
    min-width: 2rem;
    min-height: 2rem;
    padding: 0.25rem 0.65rem;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #ffffff;
    color: #0f172a;
    font-size: 0.78rem;
    font-weight: 800;
}

.diagrams-zoom-label[b-btffg7kxtc] {
    min-width: 3.2rem;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 800;
    color: #475569;
}

.diagrams-canvas-shell[b-btffg7kxtc] {
    min-height: 0;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid #dbe3ee;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.05), transparent 28%),
        linear-gradient(180deg, #ffffff, #f8fafc);
}

.diagrams-canvas[b-btffg7kxtc] {
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: auto;
}

.diagrams-image[b-btffg7kxtc] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center center;
    transform: scale(var(--diagram-zoom, 1));
    transform-origin: center center;
    transform-box: fill-box;
    max-width: none;
    max-height: none;
}

.diagrams-preview-empty[b-btffg7kxtc] {
    display: grid;
    place-items: center;
    color: #475569;
    font-weight: 600;
}

.diagrams-empty[b-btffg7kxtc] {
    padding: 1rem;
    color: #64748b;
    line-height: 1.45;
}

@media (max-width: 1100px) {
    .diagrams-page[b-btffg7kxtc] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/SprintPlanner.razor.rz.scp.css */
.planner-shell[b-26z5qmq0ai] {
    min-height: 40vh;
    display: grid;
    place-items: center;
}

.planner-page[b-26z5qmq0ai] {
    display: grid;
    gap: 1rem;
}

.planner-toolbar[b-26z5qmq0ai] {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid #dbe3ee;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.95), rgba(255, 255, 255, 0.98));
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.planner-toolbar-copy[b-26z5qmq0ai] {
    display: grid;
    gap: 0.35rem;
    align-content: start;
}

.planner-toolbar-stats[b-26z5qmq0ai] {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: auto;
    padding-bottom: 0.15rem;
}

.planner-mini-stats[b-26z5qmq0ai] {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
    flex: 0 0 auto;
}

.planner-toolbar h1[b-26z5qmq0ai] {
    margin: 0.15rem 0 0;
    font-size: 1.8rem;
    letter-spacing: -0.03em;
}

.planner-subtitle[b-26z5qmq0ai] {
    max-width: 56rem;
    margin-top: 0.35rem;
    color: #64748b;
}

.planner-toolbar-actions[b-26z5qmq0ai] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: flex-start;
    align-self: flex-start;
}

.total-card.compact[b-26z5qmq0ai] {
    --author-color: #64748b;
    flex: 0 0 auto;
    min-width: 9.25rem;
    padding: 0.6rem 0.75rem;
    border: 1px solid color-mix(in srgb, var(--author-color) 22%, #dbe3ee);
    border-radius: 14px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--author-color) 12%, white), #ffffff);
}

.total-card.compact .total-card-label[b-26z5qmq0ai] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    font-weight: 700;
}

.total-card.compact .total-card-value[b-26z5qmq0ai] {
    margin-top: 0.2rem;
    font-size: 1.55rem;
    line-height: 1;
    font-weight: 800;
    color: #0f172a;
}

.total-card.compact .total-card-meta[b-26z5qmq0ai] {
    margin-top: 0.25rem;
    font-size: 0.78rem;
    color: #334155;
}

.author-summary-list.compact[b-26z5qmq0ai] {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
    flex-wrap: nowrap;
    flex: 0 0 auto;
}

.author-summary-card.compact[b-26z5qmq0ai] {
    flex: 0 0 auto;
    min-width: 9.75rem;
    padding: 0.6rem 0.75rem;
    border-radius: 14px;
}

.author-summary-card.compact .author-summary-name[b-26z5qmq0ai] {
    font-size: 0.82rem;
}

.author-summary-card.compact .author-summary-count[b-26z5qmq0ai] {
    min-width: 1.8rem;
    padding: 0.12rem 0.35rem;
    font-size: 0.72rem;
}

.author-summary-card.compact .author-summary-meta[b-26z5qmq0ai] {
    margin-top: 0.2rem;
    font-size: 0.74rem;
}

.total-card.compact.planned-card[b-26z5qmq0ai] {
    --author-color: #7c3aed;
}

.total-card.compact.done-card[b-26z5qmq0ai] {
    --author-color: #16a34a;
}

.kanban-column-header[b-26z5qmq0ai] {
    --status-color: #1e293b;
    padding: 0.6rem 0.9rem 0.55rem;
    color: #ffffff;
    background: linear-gradient(135deg, var(--status-color), color-mix(in srgb, var(--status-color) 72%, white));
}

.kanban-column-header.drop-target[b-26z5qmq0ai] {
    filter: brightness(1.04);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.22);
}

.kanban-column-header-main[b-26z5qmq0ai] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.6rem;
    margin-bottom: 0.15rem;
}

.kanban-column-title[b-26z5qmq0ai] {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.kanban-column-count[b-26z5qmq0ai] {
    margin-top: 0;
    align-self: center;
}

.author-summary-list[b-26z5qmq0ai] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: 0.75rem;
}

.author-summary-card[b-26z5qmq0ai] {
    --author-color: #94a3b8;
    border-radius: 16px;
    padding: 0.8rem 0.9rem;
    border: 1px solid color-mix(in srgb, var(--author-color) 24%, #dbe3ee);
    background: linear-gradient(135deg, color-mix(in srgb, var(--author-color) 12%, white), #ffffff);
}

.author-summary-card.capacity-low[b-26z5qmq0ai] {
    border-color: #86efac;
    background: linear-gradient(135deg, #f0fdf4, #ffffff);
}

.author-summary-card.capacity-medium[b-26z5qmq0ai] {
    border-color: #fde68a;
    background: linear-gradient(135deg, #fffbeb, #ffffff);
}

.author-summary-card.capacity-high[b-26z5qmq0ai] {
    border-color: #fdba74;
    background: linear-gradient(135deg, #fff7ed, #ffffff);
}

.author-summary-card.capacity-over[b-26z5qmq0ai] {
    border-color: #fb7185;
    background: linear-gradient(135deg, #fff1f2, #ffffff);
}

.author-summary-card.capacity-unknown[b-26z5qmq0ai] {
    border-color: #cbd5e1;
}

.author-summary-top[b-26z5qmq0ai] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.author-summary-name[b-26z5qmq0ai] {
    font-weight: 700;
    color: #0f172a;
}

.author-summary-count[b-26z5qmq0ai] {
    min-width: 2rem;
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
    background: var(--author-color);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
}

.author-summary-meta[b-26z5qmq0ai] {
    margin-top: 0.35rem;
    color: #334155;
    font-size: 0.86rem;
}

.kanban-board[b-26z5qmq0ai] {
    display: grid;
    grid-template-columns: repeat(4, minmax(16rem, 1fr));
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

.kanban-column[b-26z5qmq0ai] {
    min-height: 26rem;
    border: 1px solid #dbe3ee;
    border-radius: 18px;
    background: rgba(248, 250, 252, 0.95);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: background-color 120ms ease, box-shadow 120ms ease, border-color 120ms ease;
}

.kanban-column.drop-target[b-26z5qmq0ai] {
    background: rgba(219, 234, 254, 0.45);
    border-color: #93c5fd;
    box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.15);
}

.kanban-status-id[b-26z5qmq0ai] {
    font-weight: 600;
    opacity: 0.9;
}

.column-toggle[b-26z5qmq0ai] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.95;
    cursor: pointer;
    user-select: none;
}

.column-toggle input[b-26z5qmq0ai] {
    margin: 0;
}

.kanban-column-count[b-26z5qmq0ai] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
}

.kanban-column-body[b-26z5qmq0ai] {
    flex: 1 1 auto;
    min-height: 14rem;
    display: grid;
    gap: 0.65rem;
    padding: 0.85rem;
    align-content: start;
}

.kanban-card[b-26z5qmq0ai] {
    --author-color: #94a3b8;
    border: 1px solid color-mix(in srgb, var(--author-color) 18%, #dbe3ee);
    border-left: 0.45rem solid var(--author-color);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
    padding: 0.8rem 0.85rem 0.85rem;
    display: grid;
    gap: 0.55rem;
}

.kanban-card.dragging[b-26z5qmq0ai] {
    opacity: 0.45;
    transform: scale(0.99);
}

.kanban-card.selected[b-26z5qmq0ai] {
    border-color: #2563eb;
    box-shadow:
        0 0 0 4px rgba(37, 99, 235, 0.24),
        0 10px 24px rgba(15, 23, 42, 0.12);
    outline: 2px solid #60a5fa;
    outline-offset: -2px;
}

.kanban-card-top[b-26z5qmq0ai] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.78rem;
    color: #64748b;
}

.kanban-card-id[b-26z5qmq0ai] {
    font-weight: 700;
    color: #0f172a;
}

.kanban-card-percent[b-26z5qmq0ai] {
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 700;
}

.kanban-card-title[b-26z5qmq0ai] {
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
}

.kanban-card-date[b-26z5qmq0ai] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #475569;
    line-height: 1.1;
    margin-top: -0.05rem;
    margin-bottom: 0.08rem;
    align-self: flex-start;
    text-align: left;
}

.kanban-card-meta[b-26z5qmq0ai] {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.78rem;
    color: #334155;
}

.kanban-card-meta.subtle[b-26z5qmq0ai] {
    color: #64748b;
}

.kanban-context-overlay[b-26z5qmq0ai] {
    position: fixed;
    inset: 0;
    z-index: 2500;
    background: transparent;
}

.kanban-context-menu[b-26z5qmq0ai] {
    position: fixed;
    top: 0.5rem;
    left: 0.75rem;
    width: min(25rem, 94vw);
    max-height: calc(100vh - 1rem);
    overflow: auto;
    padding: 0.8rem;
    border: 1px solid #dbe3ee;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
    display: grid;
    gap: 0.55rem;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
}

.kanban-context-title[b-26z5qmq0ai] {
    font-size: 0.78rem;
    font-weight: 800;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.kanban-context-subtitle[b-26z5qmq0ai] {
    color: #475569;
    font-size: 0.88rem;
    line-height: 1.25;
}

.kanban-context-group[b-26z5qmq0ai] {
    display: grid;
    gap: 0.35rem;
    padding-top: 0.45rem;
    border-top: 1px solid #e2e8f0;
}

.kanban-context-group-title[b-26z5qmq0ai] {
    font-size: 0.72rem;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.kanban-context-action[b-26z5qmq0ai] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 2rem;
    padding: 0.35rem 0.65rem;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #f8fafc;
    color: #0f172a;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: left;
}

.kanban-context-action:hover[b-26z5qmq0ai] {
    background: #eff6ff;
    border-color: #93c5fd;
}

.kanban-context-action-row[b-26z5qmq0ai] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
}

.kanban-context-field[b-26z5qmq0ai] {
    display: grid;
    gap: 0.25rem;
}

.kanban-context-field-label[b-26z5qmq0ai] {
    font-size: 0.68rem;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.kanban-context-select[b-26z5qmq0ai] {
    width: 100%;
    min-height: 2rem;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #f8fafc;
    color: #0f172a;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.35rem 0.65rem;
}

.kanban-context-status-select[b-26z5qmq0ai] {
    background: color-mix(in srgb, var(--kanban-status-color, #94a3b8) 10%, #fff);
}

.kanban-context-danger[b-26z5qmq0ai] {
    border-color: #fca5a5;
    background: #fff1f2;
    color: #b91c1c;
}

.kanban-context-danger:hover[b-26z5qmq0ai] {
    background: #ffe4e6;
    border-color: #fb7185;
}

.auth-gate[b-26z5qmq0ai] {
    min-height: 45vh;
}

@media (max-width: 1200px) {
    .kanban-board[b-26z5qmq0ai] {
        grid-template-columns: repeat(2, minmax(16rem, 1fr));
    }
}

@media (max-width: 800px) {
    .planner-toolbar[b-26z5qmq0ai] {
        align-items: flex-start;
        flex-direction: column;
    }

    .planner-toolbar-actions[b-26z5qmq0ai] {
        width: 100%;
    }

    .planner-toolbar-actions .toolbar-button[b-26z5qmq0ai] {
        width: 100%;
    }

    .planner-toolbar-stats[b-26z5qmq0ai] {
        width: 100%;
    }

    .kanban-board[b-26z5qmq0ai] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/SprintTimeline.razor.rz.scp.css */
.sprint-timeline-page[b-8nlmd6kfkk] {
    min-height: calc(100vh - var(--app-header-height));
    height: calc(100vh - var(--app-header-height));
    padding: 0.35rem 1rem 1rem;
    box-sizing: border-box;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.10), transparent 30%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sprint-timeline-shell[b-8nlmd6kfkk] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
}

.sprint-timeline-board[b-8nlmd6kfkk] {
    display: grid;
    grid-template-columns: repeat(4, minmax(18rem, 1fr));
    gap: 0.85rem;
    align-items: stretch;
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.25rem;
    height: 100%;
}

.sprint-timeline-column[b-8nlmd6kfkk] {
    display: flex;
    flex-direction: column;
    min-width: 18rem;
    min-height: 0;
    height: 100%;
    border: 1px solid #d7e1ef;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.sprint-timeline-column-header[b-8nlmd6kfkk] {
    position: sticky;
    top: 0.25rem;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.3rem 0.55rem;
    align-items: center;
    padding: 0.68rem 0.75rem;
    border-bottom: 1px solid #d7e1ef;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.sprint-timeline-column-heading[b-8nlmd6kfkk] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    min-width: 0;
}

.sprint-timeline-column-text[b-8nlmd6kfkk] {
    min-width: 0;
    display: grid;
    gap: 0.1rem;
}

.sprint-timeline-column-title[b-8nlmd6kfkk] {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f172a;
}

.sprint-timeline-column-subtitle[b-8nlmd6kfkk] {
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.25;
}

.sprint-timeline-column-capacity[b-8nlmd6kfkk] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.22rem;
    margin-top: 0.18rem;
    min-width: 0;
}

.sprint-timeline-capacity-chip[b-8nlmd6kfkk] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    min-width: 0;
    max-width: 100%;
    padding: 0.18rem 0.52rem;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    color: #0f172a;
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1;
}

.sprint-timeline-capacity-chip.capacity-low[b-8nlmd6kfkk] {
    background: #eff6ff;
    border-color: #93c5fd;
    color: #1d4ed8;
}

.sprint-timeline-capacity-chip.capacity-low .sprint-timeline-capacity-initials[b-8nlmd6kfkk] {
    background: #dbeafe;
    color: #1d4ed8;
}

.sprint-timeline-capacity-chip.capacity-medium[b-8nlmd6kfkk] {
    background: #ecfdf5;
    border-color: #86efac;
    color: #15803d;
}

.sprint-timeline-capacity-chip.capacity-medium .sprint-timeline-capacity-initials[b-8nlmd6kfkk] {
    background: #dcfce7;
    color: #15803d;
}

.sprint-timeline-capacity-chip.capacity-high[b-8nlmd6kfkk] {
    background: #fffbeb;
    border-color: #fcd34d;
    color: #b45309;
}

.sprint-timeline-capacity-chip.capacity-high .sprint-timeline-capacity-initials[b-8nlmd6kfkk] {
    background: #fef3c7;
    color: #b45309;
}

.sprint-timeline-capacity-chip.capacity-over[b-8nlmd6kfkk] {
    background: #fef2f2;
    border-color: #fca5a5;
    color: #b91c1c;
}

.sprint-timeline-capacity-chip.capacity-over .sprint-timeline-capacity-initials[b-8nlmd6kfkk] {
    background: #fee2e2;
    color: #b91c1c;
}

.sprint-timeline-capacity-chip.capacity-unknown[b-8nlmd6kfkk] {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #475569;
}

.sprint-timeline-capacity-initials[b-8nlmd6kfkk] {
    flex: 0 0 auto;
    padding: 0.1rem 0.34rem;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    letter-spacing: 0.04em;
}

.sprint-timeline-capacity-hours[b-8nlmd6kfkk] {
    flex: 0 0 auto;
    white-space: nowrap;
    color: #334155;
    font-size: 0.82rem;
}

.sprint-timeline-column-actions[b-8nlmd6kfkk] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.4rem;
}

.sprint-timeline-column-count[b-8nlmd6kfkk] {
    min-width: 2rem;
    padding: 0.18rem 0.45rem;
    border-radius: 999px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1d4ed8;
    font-size: 0.74rem;
    font-weight: 800;
    text-align: center;
}

.sprint-timeline-arrow[b-8nlmd6kfkk] {
    width: 1.9rem;
    height: 1.9rem;
    padding: 0;
}

.sprint-timeline-column-select[b-8nlmd6kfkk] {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
    min-width: 0;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #ffffff;
    color: #0f172a;
    padding: 0.45rem 0.6rem;
}

.sprint-timeline-column-body[b-8nlmd6kfkk] {
    display: flex;
    flex-direction: column;
    gap: 0.38rem;
    padding: 0.55rem 0.45rem;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    align-items: stretch;
    scrollbar-gutter: stable;
}

.sprint-timeline-pinned-column[b-8nlmd6kfkk] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

.sprint-timeline-pinned-column-overlay[b-8nlmd6kfkk] {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    align-content: start;
    padding: 0.1rem 0 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84));
    transition: opacity 0.18s ease, visibility 0.18s ease;
}

.sprint-timeline-column-dropzone[b-8nlmd6kfkk] {
    flex: 1 1 auto;
    min-height: 0;
    display: grid;
    gap: 0.2rem;
    align-content: start;
}

.sprint-timeline-pinned-column:hover .sprint-timeline-pinned-column-overlay[b-8nlmd6kfkk],
.sprint-timeline-pinned-column:focus-within .sprint-timeline-pinned-column-overlay[b-8nlmd6kfkk] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.sprint-timeline-task-info-card[b-8nlmd6kfkk] {
    margin: 0 0.2rem;
    border: 1px solid #d7e1ef;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
    padding: 0.85rem 0.9rem;
    display: grid;
    gap: 0.45rem;
}

.sprint-timeline-task-info-empty[b-8nlmd6kfkk] {
    min-height: 8rem;
}

.sprint-timeline-task-info-kicker[b-8nlmd6kfkk] {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.sprint-timeline-task-info-title[b-8nlmd6kfkk] {
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
}

.sprint-timeline-task-info-name[b-8nlmd6kfkk] {
    font-size: 0.92rem;
    font-weight: 600;
    color: #334155;
    line-height: 1.35;
    word-break: break-word;
}

.sprint-timeline-task-info-grid[b-8nlmd6kfkk] {
    margin-top: 0.2rem;
    display: grid;
    gap: 0.35rem;
}

.sprint-timeline-task-info-row[b-8nlmd6kfkk] {
    display: grid;
    grid-template-columns: 5.5rem 1fr;
    gap: 0.45rem;
    align-items: baseline;
}

.sprint-timeline-task-info-wide[b-8nlmd6kfkk] {
    grid-template-columns: 5.5rem 1fr;
}

.sprint-timeline-task-info-label[b-8nlmd6kfkk] {
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
}

.sprint-timeline-task-info-value[b-8nlmd6kfkk] {
    font-size: 0.84rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
    word-break: break-word;
}

.sprint-timeline-column-hidden-dropzone[b-8nlmd6kfkk] {
    min-height: 100%;
}

.sprint-timeline-card-stack[b-8nlmd6kfkk] {
    display: grid;
    gap: 0.2rem;
    width: 100%;
}

.sprint-timeline-card-stack.dragging[b-8nlmd6kfkk] {
    opacity: 0.45;
    transform: scale(0.99);
}

.sprint-timeline-card-stack.dragging .task-graph-card[b-8nlmd6kfkk] {
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.08);
}

.sprint-timeline-card-stack.preview-boundary-top .task-graph-card[b-8nlmd6kfkk] {
    box-shadow:
        inset 0 0 0 3px #2563eb,
        0 6px 16px rgba(15, 23, 42, 0.09);
    background: linear-gradient(135deg, color-mix(in srgb, #2563eb 14%, white) 0%, #ffffff 82%);
}

.sprint-timeline-card-stack.preview-boundary-bottom .task-graph-card[b-8nlmd6kfkk] {
    box-shadow:
        inset 0 0 0 3px #2563eb,
        0 6px 16px rgba(15, 23, 42, 0.09);
    background: linear-gradient(135deg, color-mix(in srgb, #2563eb 14%, white) 0%, #ffffff 82%);
}

.sprint-timeline-card-stack.preview-boundary-top.preview-boundary-bottom .task-graph-card[b-8nlmd6kfkk] {
    box-shadow:
        inset 0 0 0 3px #2563eb,
        0 6px 16px rgba(15, 23, 42, 0.09);
    background: linear-gradient(135deg, color-mix(in srgb, #2563eb 14%, white) 0%, #ffffff 82%);
}

.sprint-timeline-shell.is-dragging .sprint-timeline-pinned-column-overlay[b-8nlmd6kfkk] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.sprint-timeline-context-overlay[b-8nlmd6kfkk] {
    position: fixed;
    inset: 0;
    z-index: 2500;
    background: transparent;
    pointer-events: none;
}

.sprint-timeline-context-title[b-8nlmd6kfkk] {
    font-size: 0.78rem;
    font-weight: 800;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.sprint-timeline-context-subtitle[b-8nlmd6kfkk] {
    color: #475569;
    font-size: 0.88rem;
    line-height: 1.25;
}

.sprint-timeline-context-group[b-8nlmd6kfkk] {
    display: grid;
    gap: 0.4rem;
    padding-top: 0.45rem;
    border-top: 1px solid #e2e8f0;
}

.sprint-timeline-context-group-title[b-8nlmd6kfkk] {
    font-size: 0.72rem;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.sprint-timeline-context-action-row[b-8nlmd6kfkk] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
}

.sprint-timeline-context-action[b-8nlmd6kfkk] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 2.4rem;
    padding: 0.45rem 0.85rem;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    color: #0f172a;
    font-size: 0.82rem;
    font-weight: 700;
    text-align: left;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
    transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease, background-color 120ms ease;
}

.sprint-timeline-context-action:hover[b-8nlmd6kfkk] {
    transform: translateY(-1px);
    background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
    border-color: #93c5fd;
    box-shadow: 0 12px 22px rgba(37, 99, 235, 0.12);
}

.sprint-timeline-context-action:focus-visible[b-8nlmd6kfkk] {
    outline: 2px solid #60a5fa;
    outline-offset: 2px;
}

.sprint-timeline-context-danger[b-8nlmd6kfkk] {
    border-color: #fca5a5;
    color: #b91c1c;
    background: linear-gradient(180deg, #fef2f2 0%, #ffffff 100%);
}

.sprint-timeline-context-danger:hover[b-8nlmd6kfkk] {
    border-color: #f87171;
    background: linear-gradient(180deg, #fee2e2 0%, #ffffff 100%);
    box-shadow: 0 12px 22px rgba(185, 28, 28, 0.12);
}

.sprint-timeline-context-field[b-8nlmd6kfkk] {
    display: grid;
    gap: 0.22rem;
}

.sprint-timeline-context-field-label[b-8nlmd6kfkk] {
    font-size: 0.72rem;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.sprint-timeline-context-select[b-8nlmd6kfkk],
.sprint-timeline-context-status-select[b-8nlmd6kfkk] {
    width: 100%;
    min-width: 0;
    padding: 0.5rem 0.7rem;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    color: #0f172a;
    font-size: 0.82rem;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.sprint-timeline-context-status-select[b-8nlmd6kfkk] {
    border-color: color-mix(in srgb, var(--status-color) 45%, #cbd5e1);
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--status-color) 13%, white) 0%, #ffffff 100%);
}

@media (max-width: 1100px) {
    .sprint-timeline-board[b-8nlmd6kfkk] {
        grid-template-columns: 1fr;
    }

    .sprint-timeline-column[b-8nlmd6kfkk] {
        min-width: 0;
    }
}
/* /Pages/TaskGraph.razor.rz.scp.css */
.task-graph-page[b-0egr2236ad] {
    min-height: calc(100vh - 5rem);
    padding: 0 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.10), transparent 30%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.task-graph-shell[b-0egr2236ad] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    flex: 1 1 auto;
    min-height: 0;
}

.task-graph-layout[b-0egr2236ad] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 27rem;
    gap: 1rem;
    align-items: start;
    flex: 1 1 auto;
    min-height: 0;
}

.task-graph-canvas[b-0egr2236ad] {
    flex: 1 1 auto;
    min-height: 0;
    max-height: calc(100vh - 8.75rem);
    overflow: auto;
    border: 1px solid #d7e1ef;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.72)),
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.07), transparent 28%);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    padding: 1.1rem;
}

.task-graph-page .task-graph-canvas .task-graph-card[b-0egr2236ad] {
    background: linear-gradient(135deg,
        color-mix(in srgb, var(--task-graph-color) 42%, white) 0%,
        color-mix(in srgb, var(--task-graph-color) 22%, white) 100%);
    border-color: color-mix(in srgb, var(--task-graph-border-color, var(--task-graph-color)) 82%, #334155);
    box-shadow: 0 7px 18px rgba(15, 23, 42, 0.11);
}

.task-graph-page .task-graph-canvas .task-graph-card[b-0egr2236ad]::after {
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--task-graph-border-color, var(--task-graph-color)) 26%, transparent);
}

.task-graph-page .task-graph-canvas .task-graph-node-row.selected .task-graph-card[b-0egr2236ad] {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--task-graph-border-color, var(--task-graph-color)) 45%, transparent), 0 10px 22px rgba(15, 23, 42, 0.14);
}

.task-graph-details[b-0egr2236ad] {
    position: sticky;
    top: 0.65rem;
    align-self: start;
    z-index: 12;
}

.task-graph-details-card[b-0egr2236ad],
.task-graph-details-empty[b-0egr2236ad] {
    border: 1px solid #d7e1ef;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
    padding: 0.78rem 0.9rem;
}

.task-graph-details-card[b-0egr2236ad] {
    display: grid;
    gap: 0.55rem;
}

.task-graph-details-summary[b-0egr2236ad] {
    display: grid;
    gap: 0.18rem;
    padding: 0.7rem 0.8rem;
    border-radius: 14px;
    border: 1px solid color-mix(in srgb, #2563eb 18%, #d7e1ef);
    background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(14, 165, 233, 0.03)),
        #f8fbff;
}

.task-graph-details-summary-label[b-0egr2236ad] {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.task-graph-details-summary-values[b-0egr2236ad] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.task-graph-details-summary-header[b-0egr2236ad] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.task-graph-details-summary-copy[b-0egr2236ad] {
    min-width: 0;
    flex: 1 1 16rem;
}

.task-graph-details-summary-total[b-0egr2236ad] {
    font-size: 1.15rem;
    font-weight: 900;
    color: #0f172a;
}

.task-graph-details-summary-percent[b-0egr2236ad] {
    min-width: 3rem;
    padding: 0.12rem 0.42rem;
    border-radius: 999px;
    background: #dbeafe;
    border: 1px solid #93c5fd;
    color: #1d4ed8;
    font-size: 0.8rem;
    font-weight: 900;
    text-align: center;
}

.task-graph-details-summary-caption[b-0egr2236ad] {
    font-size: 0.74rem;
    color: #475569;
    line-height: 1.2;
}

.task-graph-details-summary-actions[b-0egr2236ad] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.task-graph-details-action[b-0egr2236ad] {
    min-height: 1.85rem;
    padding: 0.24rem 0.7rem;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #0f172a;
    font-size: 0.74rem;
    font-weight: 800;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
}

.task-graph-details-action:hover:not(:disabled)[b-0egr2236ad] {
    background: #eff6ff;
    border-color: #93c5fd;
}

.task-graph-details-action:disabled[b-0egr2236ad] {
    opacity: 0.45;
    cursor: not-allowed;
    box-shadow: none;
}

.task-graph-details-actions[b-0egr2236ad] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.task-graph-details-actions .app-view-action[b-0egr2236ad] {
    min-height: 1.8rem;
    padding: 0.22rem 0.65rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #0f172a;
    font-size: 0.74rem;
    font-weight: 700;
}

.task-graph-details-empty[b-0egr2236ad] {
    color: #475569;
    line-height: 1.5;
}

.task-graph-details-kicker[b-0egr2236ad] {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.task-graph-details-title[b-0egr2236ad] {
    margin-top: 0.12rem;
    font-size: 1.02rem;
    font-weight: 800;
    color: #0f172a;
}

.task-graph-details-name[b-0egr2236ad] {
    margin-top: 0.22rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: #334155;
    line-height: 1.28;
    word-break: break-word;
}

.task-graph-details-grid[b-0egr2236ad] {
    margin-top: 0.55rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.42rem;
}

.task-graph-details-pills[b-0egr2236ad] {
    margin-top: 0.55rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.42rem;
}

.task-graph-details-pill[b-0egr2236ad] {
    min-width: 4.3rem;
    padding: 0.2rem 0.68rem;
    border-radius: 999px;
    border: 1px solid #000000;
    font-size: 0.8rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.12;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.task-graph-details-pill-planned[b-0egr2236ad] {
    background: #3b82f6;
    color: #ffffff;
}

.task-graph-details-pill-new[b-0egr2236ad] {
    background: #ffffff;
    color: #0f172a;
}

.task-graph-details-pill-active[b-0egr2236ad] {
    background: #facc15;
    color: #1f2937;
}

.task-graph-details-pill-hold[b-0egr2236ad] {
    background: #f97316;
    color: #ffffff;
}

.task-graph-details-pill-other[b-0egr2236ad] {
    background: #9ca3af;
    color: #ffffff;
}

.task-graph-details-pill-done[b-0egr2236ad] {
    background: #22c55e;
    color: #ffffff;
}

.task-graph-details-pill-total[b-0egr2236ad] {
    background: #111827;
    color: #ffffff;
}

.task-graph-details-section[b-0egr2236ad] {
    margin-top: 0.18rem;
    padding-top: 0.42rem;
    border-top: 1px solid rgba(148, 163, 184, 0.28);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.task-graph-details-row[b-0egr2236ad] {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 0.35rem;
}

.task-graph-details-row.single[b-0egr2236ad] {
    grid-template-columns: 1fr auto;
}

.task-graph-details-label[b-0egr2236ad] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
}

.task-graph-details-value[b-0egr2236ad] {
    font-size: 0.84rem;
    font-weight: 600;
    color: #0f172a;
    padding-bottom: 0.14rem;
    margin-bottom: 0.1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}

.task-graph-details-subvalue[b-0egr2236ad] {
    min-width: 2.8rem;
    text-align: right;
    font-size: 0.78rem;
    font-weight: 700;
    color: #475569;
    padding-bottom: 0.14rem;
    margin-bottom: 0.1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}

.task-graph-loading[b-0egr2236ad],
.task-graph-empty[b-0egr2236ad],
.task-graph-error[b-0egr2236ad] {
    padding: 1rem 1.1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid #d7e1ef;
    color: #334155;
}

.task-graph-error[b-0egr2236ad] {
    border-color: #fecaca;
    color: #991b1b;
    background: #fff1f2;
}

.task-graph-auth[b-0egr2236ad] {
    min-height: calc(100vh - 5rem);
    display: grid;
    place-items: center;
}

.task-graph-auth-panel[b-0egr2236ad] {
    max-width: 30rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #d7e1ef;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.task-graph-context-overlay[b-0egr2236ad] {
    position: fixed;
    inset: 0;
    z-index: 2500;
    background: transparent;
    pointer-events: none;
}

.task-graph-context-menu[b-0egr2236ad] {
    position: fixed;
    top: 0.5rem;
    left: 0.75rem;
    width: min(25rem, 94vw);
    max-height: calc(100vh - 1rem);
    overflow: auto;
    padding: 0.8rem;
    border: 1px solid #dbe3ee;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
    display: grid;
    gap: 0.55rem;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    pointer-events: auto;
}

.task-graph-context-title[b-0egr2236ad] {
    font-size: 0.78rem;
    font-weight: 800;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.task-graph-context-subtitle[b-0egr2236ad] {
    color: #475569;
    font-size: 0.88rem;
    line-height: 1.25;
}

.task-graph-context-group[b-0egr2236ad] {
    display: grid;
    gap: 0.35rem;
    padding-top: 0.45rem;
    border-top: 1px solid #e2e8f0;
}

.task-graph-context-group-title[b-0egr2236ad] {
    font-size: 0.72rem;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.task-graph-context-action[b-0egr2236ad] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 2rem;
    padding: 0.35rem 0.65rem;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #f8fafc;
    color: #0f172a;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: left;
}

.task-graph-context-action:hover[b-0egr2236ad] {
    background: #eff6ff;
    border-color: #93c5fd;
}

.task-graph-context-action-row[b-0egr2236ad] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
}

.task-graph-context-field[b-0egr2236ad] {
    display: grid;
    gap: 0.25rem;
}

.task-graph-context-field-label[b-0egr2236ad] {
    font-size: 0.68rem;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.task-graph-context-select[b-0egr2236ad] {
    width: 100%;
    min-height: 2rem;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #f8fafc;
    color: #0f172a;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.35rem 0.65rem;
}

.task-graph-context-status-select[b-0egr2236ad] {
    background: color-mix(in srgb, var(--task-graph-border-color, #94a3b8) 10%, #fff);
}

.task-graph-context-danger[b-0egr2236ad] {
    border-color: #fca5a5;
    background: #fff1f2;
    color: #b91c1c;
}

.task-graph-context-danger:hover[b-0egr2236ad] {
    background: #ffe4e6;
    border-color: #fb7185;
}

@media (max-width: 1100px) {
    .task-graph-layout[b-0egr2236ad] {
        grid-template-columns: 1fr;
    }

    .task-graph-details[b-0egr2236ad] {
        position: static;
    }

    .task-graph-toolbar[b-0egr2236ad] {
        top: 0.75rem;
    }
}

/* /Shared/MainLayout.razor.rz.scp.css */
.app-shell[b-j524rw3mn6] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    --app-header-height: 4.75rem;
}

.app-header[b-j524rw3mn6] {
    position: sticky;
    top: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: nowrap;
    padding: 0.85rem 1.25rem;
    border-bottom: 1px solid #dbe3ee;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
}

.app-brand-block[b-j524rw3mn6] {
    min-width: 0;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    white-space: nowrap;
}

.app-topbar[b-j524rw3mn6] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1 1 auto;
    min-width: 0;
    flex-wrap: nowrap;
}

.app-header-spacer[b-j524rw3mn6] {
    flex: 1 1 0.5rem;
    min-width: 0.5rem;
}

.app-header-controls[b-j524rw3mn6] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1 1 auto;
    min-width: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.app-brand[b-j524rw3mn6] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.15;
}

.app-subtitle[b-j524rw3mn6] {
    font-size: 0.8rem;
    color: #64748b;
}

.app-session[b-j524rw3mn6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex: 0 0 auto;
    white-space: nowrap;
}

.app-task-actions[b-j524rw3mn6] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex: 0 0 auto;
    white-space: nowrap;
}

.app-project-picker[b-j524rw3mn6] {
    display: grid;
    gap: 0.25rem;
    width: min(8.5rem, 100%);
    flex: 0 0 auto;
}

.app-sprint-picker[b-j524rw3mn6] {
    width: min(13.75rem, 100%);
}

.app-author-picker[b-j524rw3mn6] {
    width: min(10.75rem, 100%);
}

.app-view-actions[b-j524rw3mn6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
    flex: 0 0 auto;
}

.app-menu-toggle[b-j524rw3mn6] {
    min-width: 5.8rem;
    gap: 0.4rem;
    border-color: #93c5fd;
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
    color: #1d4ed8;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.10);
}

.app-menu-toggle:hover[b-j524rw3mn6] {
    border-color: #60a5fa;
    background: linear-gradient(135deg, #dbeafe 0%, #ffffff 100%);
    box-shadow: 0 12px 22px rgba(37, 99, 235, 0.14);
}

.app-menu-toggle .oi[b-j524rw3mn6] {
    font-size: 0.98rem;
}

.app-view-action[b-j524rw3mn6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.3rem 0.75rem;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #ffffff;
    color: #0f172a;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
    flex: 0 0 auto;
}

.app-icon-action[b-j524rw3mn6] {
    min-width: 2.25rem;
    padding-left: 0.55rem;
    padding-right: 0.55rem;
}

.app-icon-action .oi[b-j524rw3mn6] {
    font-size: 0.95rem;
}

.app-project-page-link[b-j524rw3mn6] {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    color: #334155;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.78rem;
    background: #ffffff;
}

.app-project-page-link.active[b-j524rw3mn6] {
    background: #dbeafe;
    color: #0f172a;
}

.app-project-page-link:hover[b-j524rw3mn6] {
    background: #eef2ff;
    color: #0f172a;
}

.app-project-label[b-j524rw3mn6] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #64748b;
}

.app-project-dropdown[b-j524rw3mn6] {
    position: relative;
    width: 100%;
}

.app-project-toggle[b-j524rw3mn6] {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #ffffff;
    color: #0f172a;
    padding: 0.3rem 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.4rem;
    font-weight: 600;
    min-height: 2rem;
    font-size: 0.78rem;
}

.app-sprint-select[b-j524rw3mn6] {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #ffffff;
    color: #0f172a;
    padding: 0.3rem 0.75rem;
    font-weight: 600;
    min-height: 2rem;
    font-size: 0.78rem;
}

.app-project-count[b-j524rw3mn6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.55rem;
    height: 1.3rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.72rem;
    font-weight: 700;
}

.app-task-pill[b-j524rw3mn6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.8rem;
    padding: 0.2rem 0.75rem;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.app-task-edit[b-j524rw3mn6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.8rem;
    padding: 0.2rem 0.75rem;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #ffffff;
    color: #0f172a;
    font-size: 0.78rem;
    font-weight: 700;
}

.app-project-menu[b-j524rw3mn6] {
    position: absolute;
    top: calc(100% + 0.45rem);
    left: 0;
    z-index: 40;
    width: min(18rem, 92vw);
    max-height: 20rem;
    overflow: auto;
    border: 1px solid #dbe3ee;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
    padding: 0.75rem;
}

.app-project-menu-actions[b-j524rw3mn6] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.app-project-action[b-j524rw3mn6] {
    flex: 1 1 0;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #f8fafc;
    color: #0f172a;
    padding: 0.24rem 0.55rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    min-height: 1.85rem;
}

.app-project-refresh[b-j524rw3mn6] {
    background: #ecfeff;
    border-color: #99f6e4;
    color: #0f766e;
}

.app-project-checkbox-list[b-j524rw3mn6] {
    display: grid;
    gap: 0.45rem;
}

.app-project-option[b-j524rw3mn6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #0f172a;
    font-size: 0.9rem;
    line-height: 1.2;
    margin: 0;
}

.app-user[b-j524rw3mn6] {
    color: #0f172a;
    font-weight: 600;
    white-space: nowrap;
}

.app-logout[b-j524rw3mn6] {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #0f172a;
    border-radius: 999px;
    padding: 0.3rem 0.75rem;
    font-weight: 700;
    min-height: 2rem;
    font-size: 0.78rem;
}

.app-body[b-j524rw3mn6] {
    flex: 1;
    min-height: 0;
    padding: 0.55rem 1.25rem 1.5rem;
}

.app-filter-summary[b-j524rw3mn6] {
    padding: 0.08rem 1.25rem 0.18rem;
    margin: 0;
    font-size: 0.56rem;
    line-height: 1.05;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.02em;
    border: 0;
    background: transparent;
    box-shadow: none;
    pointer-events: none;
}

.app-drawer-panel[b-j524rw3mn6] {
    padding: 1rem;
    min-height: 100%;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

@media (max-width: 900px) {
    .app-header[b-j524rw3mn6] {
        flex-direction: column;
        align-items: flex-start;
    }

    .app-topbar[b-j524rw3mn6],
    .app-header-controls[b-j524rw3mn6],
    .app-task-actions[b-j524rw3mn6],
    .app-session[b-j524rw3mn6] {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .app-header-spacer[b-j524rw3mn6] {
        display: none;
    }

    .app-project-picker[b-j524rw3mn6] {
        width: 100%;
    }

    .app-sprint-picker[b-j524rw3mn6] {
        width: 100%;
    }

    .app-author-picker[b-j524rw3mn6] {
        width: 100%;
    }

    .app-project-menu[b-j524rw3mn6] {
        width: min(20rem, 100%);
    }

    .app-session[b-j524rw3mn6] {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .app-view-actions[b-j524rw3mn6] {
        flex-wrap: wrap;
    }

}
/* /Shared/NavMenu.razor.rz.scp.css */
.nav-shell[b-g9bossnsii] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
    flex-wrap: nowrap;
    min-width: 0;
    width: 100%;
    padding: 0.35rem;
}

.nav-item[b-g9bossnsii] {
    display: flex;
    align-items: center;
    min-height: 2.4rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    color: #0f172a;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.82rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    width: 100%;
    justify-content: flex-start;
    white-space: nowrap;
    letter-spacing: 0.01em;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
    transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease, background-color 120ms ease;
    position: relative;
    overflow: hidden;
}

.nav-item.active[b-g9bossnsii] {
    background: linear-gradient(180deg, #dbeafe 0%, #bfdbfe 100%);
    color: #0f172a;
    border-color: #93c5fd;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.12);
}

.nav-item.active[b-g9bossnsii]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.3rem;
    background: #2563eb;
}

.nav-item:hover[b-g9bossnsii] {
    transform: translateY(-1px);
    background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
    color: #0f172a;
    border-color: #93c5fd;
    box-shadow: 0 12px 22px rgba(37, 99, 235, 0.12);
}

.nav-item:focus-visible[b-g9bossnsii] {
    outline: 2px solid #60a5fa;
    outline-offset: 2px;
}
