/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Scoped styles removed - all layout styles are in app.css */
#blazor-error-ui[b-mdgbm729ha] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-mdgbm729ha] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-o9qa6mq9w7],
.components-reconnect-repeated-attempt-visible[b-o9qa6mq9w7],
.components-reconnect-failed-visible[b-o9qa6mq9w7],
.components-pause-visible[b-o9qa6mq9w7],
.components-resume-failed-visible[b-o9qa6mq9w7],
.components-rejoining-animation[b-o9qa6mq9w7] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-o9qa6mq9w7],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-o9qa6mq9w7],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-o9qa6mq9w7],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-o9qa6mq9w7],
#components-reconnect-modal.components-reconnect-retrying[b-o9qa6mq9w7],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-o9qa6mq9w7],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-o9qa6mq9w7],
#components-reconnect-modal.components-reconnect-failed[b-o9qa6mq9w7],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-o9qa6mq9w7] {
    display: block;
}

#components-reconnect-modal[b-o9qa6mq9w7] {
    background-color: var(--bg-card, #12151e);
    color: var(--text, #c8cdd8);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 1px solid var(--border, #1e2233);
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px var(--shadow, rgba(0,0,0,0.5));
    opacity: 0;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-o9qa6mq9w7 0.5s both;
}

#components-reconnect-modal[open][b-o9qa6mq9w7] {
    animation: components-reconnect-modal-slideUp-b-o9qa6mq9w7 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-o9qa6mq9w7 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

#components-reconnect-modal[b-o9qa6mq9w7]::backdrop {
    background-color: var(--overlay, rgba(0,0,0,0.6));
    animation: components-reconnect-modal-fadeInOpacity-b-o9qa6mq9w7 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-o9qa6mq9w7 {
    0% { transform: translateY(30px) scale(0.95); }
    100% { transform: translateY(0); }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-o9qa6mq9w7 {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-o9qa6mq9w7 {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.components-reconnect-container[b-o9qa6mq9w7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-o9qa6mq9w7] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-o9qa6mq9w7] {
    border: 1px solid var(--accent, #2563eb);
    background-color: var(--accent, #2563eb);
    color: white;
    padding: 6px 24px;
    border-radius: 4px;
    font-family: inherit;
    font-size: 12px;
    cursor: pointer;
}

#components-reconnect-modal button:hover[b-o9qa6mq9w7] {
    background-color: var(--accent-hover, #3b82f6);
}

.components-rejoining-animation[b-o9qa6mq9w7] {
    position: relative;
    width: 80px;
    height: 80px;
}

.components-rejoining-animation div[b-o9qa6mq9w7] {
    position: absolute;
    border: 3px solid var(--accent, #2563eb);
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-o9qa6mq9w7 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.components-rejoining-animation div:nth-child(2)[b-o9qa6mq9w7] {
    animation-delay: -0.5s;
}

@keyframes components-rejoining-animation-b-o9qa6mq9w7 {
    0% { top: 40px; left: 40px; width: 0; height: 0; opacity: 0; }
    4.9% { top: 40px; left: 40px; width: 0; height: 0; opacity: 0; }
    5% { top: 40px; left: 40px; width: 0; height: 0; opacity: 1; }
    100% { top: 0; left: 0; width: 80px; height: 80px; opacity: 0; }
}
/* /Components/Shared/GanttChart.razor.rz.scp.css */
.gantt-wrapper[b-bsg68yaam7] {
    overflow-x: auto;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--bg-card);
}

.gantt-container[b-bsg68yaam7] {
    display: inline-block;
    min-width: 100%;
}

.gantt-header[b-bsg68yaam7] {
    display: flex;
    border-bottom: 2px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 2;
    background: var(--bg-card);
}

.gantt-header-cell[b-bsg68yaam7] {
    text-align: center;
    font-size: 0.75rem;
    padding: 0.4rem 0;
    font-weight: 600;
    color: var(--text-muted);
}

.gantt-machine-col[b-bsg68yaam7] {
    width: 120px;
    min-width: 120px;
    padding: 0.4rem 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    font-weight: 500;
    border-right: 1px solid var(--border);
    position: sticky;
    left: 0;
    background: var(--bg-card);
    z-index: 1;
}

.gantt-machine-name[b-bsg68yaam7] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gantt-day-col[b-bsg68yaam7] {
    width: var(--gantt-col-width);
    min-width: var(--gantt-col-width);
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.gantt-day-name[b-bsg68yaam7] {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.gantt-day-num[b-bsg68yaam7] {
    font-size: 0.8rem;
}

.gantt-row[b-bsg68yaam7] {
    display: flex;
    border-bottom: 1px solid var(--border-soft);
    min-height: 36px;
}

.gantt-row:hover[b-bsg68yaam7] {
    background: rgba(0,0,0,0.02);
}

.gantt-timeline[b-bsg68yaam7] {
    display: flex;
    position: relative;
    flex: 1;
}

.gantt-cell[b-bsg68yaam7] {
    width: var(--gantt-col-width);
    min-width: var(--gantt-col-width);
    border-right: 1px solid var(--border-soft);
}

.gantt-weekend[b-bsg68yaam7] {
    background: rgba(0,0,0,0.03);
}

.gantt-today[b-bsg68yaam7] {
    background: rgba(37, 99, 235, 0.06);
}

.gantt-today-header[b-bsg68yaam7] {
    background: rgba(37, 99, 235, 0.1);
    color: var(--accent);
}

.gantt-monday[b-bsg68yaam7] {
    border-left: 2px solid var(--border);
}

.gantt-monday-cell[b-bsg68yaam7] {
    border-left: 2px solid var(--border);
}

.gantt-block[b-bsg68yaam7] {
    position: absolute;
    top: 3px;
    height: calc(100% - 6px);
    border-radius: 3px;
    display: flex;
    align-items: center;
    padding: 0 0.4rem;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: opacity 0.15s;
    opacity: 0.85;
    touch-action: none;
}

.gantt-block-draggable[b-bsg68yaam7] {
    cursor: grab;
}

.gantt-block-draggable:active[b-bsg68yaam7] {
    cursor: grabbing;
}

.gantt-block-ghost[b-bsg68yaam7] {
    opacity: 0.7;
    border: 2px dashed rgba(255,255,255,0.6);
    pointer-events: none;
}

.gantt-block:hover[b-bsg68yaam7] {
    opacity: 1;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.gantt-block-locked[b-bsg68yaam7] {
    border: 2px dashed rgba(255,255,255,0.5);
}

.gantt-block-text[b-bsg68yaam7] {
    color: white;
    font-size: 0.7rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.gantt-lock-icon[b-bsg68yaam7] {
    font-size: 0.6rem;
    margin-left: auto;
}
/* /Components/Shared/GanttDetailPanel.razor.rz.scp.css */
.detail-overlay[b-3qn9srrgxg] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 100;
    display: flex;
    justify-content: flex-end;
}

.detail-panel[b-3qn9srrgxg] {
    width: 360px;
    background: var(--bg-card);
    border-left: 1px solid var(--border);
    height: 100%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    animation: slideIn-b-3qn9srrgxg 0.2s ease;
}

@keyframes slideIn-b-3qn9srrgxg {
    from { transform: translateX(100%); }
    to { transform: translateX(0); }
}

.detail-header[b-3qn9srrgxg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.detail-header h3[b-3qn9srrgxg] {
    margin: 0;
}

.detail-body[b-3qn9srrgxg] {
    flex: 1;
}

.detail-row[b-3qn9srrgxg] {
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--border-soft);
}

.detail-label[b-3qn9srrgxg] {
    display: block;
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 0.15rem;
}

.detail-actions[b-3qn9srrgxg] {
    padding-top: 1rem;
    border-top: 1px solid var(--border);
}
