/* _content/AgivaWeb/Components/Field/Code128BarcodeDisplay.razor.rz.scp.css */
.code128-barcode[b-waf2rolyn9] {
    display: flex;
    justify-content: center;
    line-height: 0;
}

.code128-barcode svg[b-waf2rolyn9] {
    max-width: 100%;
    height: auto;
}
/* _content/AgivaWeb/Components/Field/FloorPlanningCard.razor.rz.scp.css */
.floor-planning-card[b-iwrx5tfbob] {
    cursor: pointer;
    border-left: 4px solid #00678f;
    transition: box-shadow 0.15s ease;
}

.floor-planning-card:hover[b-iwrx5tfbob] {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.floor-planning-card.readiness-ready[b-iwrx5tfbob] {
    border-left-color: #2e7d32;
}

.floor-planning-card.readiness-notready[b-iwrx5tfbob] {
    border-left-color: #ed6c02;
}

.floor-planning-card.readiness-completed[b-iwrx5tfbob] {
    border-left-color: #0288d1;
}

.floor-planning-card__qr[b-iwrx5tfbob] {
    background: #fff;
    border-radius: 4px;
    padding: 0.5rem;
    display: flex;
    justify-content: center;
}

.floor-planning-card__qr-link[b-iwrx5tfbob] {
    display: block;
    text-decoration: none;
    color: inherit;
    text-align: center;
}

.floor-planning-card__qr-img[b-iwrx5tfbob] {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 160px;
    image-rendering: pixelated;
}
/* _content/AgivaWeb/Components/Field/PlanningFieldWeekSpanBar.razor.rz.scp.css */
.planning-week-span-row[b-f41nr7blcv] {
    --planning-span-cols: 5;
    display: grid;
    grid-template-columns: repeat(var(--planning-span-cols), minmax(0, 1fr));
    gap: 0.75rem;
    min-height: 2.75rem;
}

.planning-week-span-row--compact[b-f41nr7blcv] {
    gap: 0.35rem;
    min-height: 2.1rem;
}

.planning-week-span-bar[b-f41nr7blcv] {
    display: flex;
    align-items: stretch;
    gap: 0.25rem;
    min-width: 0;
    border-radius: 0.35rem;
    border: 1px solid var(--mud-palette-lines-default, rgba(0, 0, 0, 0.12));
    padding: 0.25rem 0.35rem;
    background: var(--mud-palette-surface, #fff);
    position: relative;
    z-index: 1;
}

.planning-week-span-row--compact .planning-week-span-bar[b-f41nr7blcv] {
    padding: 0.15rem 0.25rem;
}

.planning-week-span-bar--ready[b-f41nr7blcv] {
    background: var(--planning-ready-bg, #e8f5e9);
    border-color: var(--planning-ready, #2e7d32);
}

.planning-week-span-bar--not-ready[b-f41nr7blcv] {
    background: var(--planning-not-ready-bg, #fff3e0);
    border-color: var(--planning-not-ready, #ef6c00);
}

.planning-week-span-bar--completed[b-f41nr7blcv] {
    background: #f5f5f5;
    opacity: 1;
}

.planning-week-span-bar__body[b-f41nr7blcv] {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    text-align: left;
    padding: 0.125rem 0.25rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 0.0625rem;
}

.planning-week-span-bar__header[b-f41nr7blcv] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    min-width: 0;
}

.planning-week-span-bar__type[b-f41nr7blcv] {
    display: inline-flex;
    align-items: center;
    padding: 0.08rem 0.35rem;
    border-radius: 0.25rem;
    font-size: 0.625rem;
    font-weight: 600;
    background: rgba(25, 118, 210, 0.12);
    color: #1565c0;
    white-space: nowrap;
}

.planning-week-span-bar__reason[b-f41nr7blcv] {
    font-size: 0.625rem;
    font-weight: 500;
    color: #bf360c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.planning-week-span-bar__title[b-f41nr7blcv] {
    font-weight: 600;
    font-size: 0.8125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.planning-week-span-row--compact .planning-week-span-bar__title[b-f41nr7blcv] {
    font-size: 0.75rem;
}

.planning-week-span-bar__meta[b-f41nr7blcv],
.planning-week-span-bar__dates[b-f41nr7blcv] {
    font-size: 0.6875rem;
    color: var(--mud-palette-text-secondary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.planning-week-span-bar__edit[b-f41nr7blcv] {
    align-self: center;
    flex-shrink: 0;
    color: var(--mud-palette-text-primary, rgba(0, 0, 0, 0.87));
}

.planning-week-span-bar__edit[b-f41nr7blcv]  .mud-icon-root,
.planning-week-span-bar__edit[b-f41nr7blcv]  .mud-svg-icon {
    font-size: 1.45rem !important;
    width: 1.45rem !important;
    height: 1.45rem !important;
}

.planning-week-span-row--compact .planning-week-span-bar__edit[b-f41nr7blcv]  .mud-icon-root,
.planning-week-span-row--compact .planning-week-span-bar__edit[b-f41nr7blcv]  .mud-svg-icon {
    font-size: 1.3rem !important;
    width: 1.3rem !important;
    height: 1.3rem !important;
}
/* _content/AgivaWeb/Components/Field/PlanningInterventionCard.razor.rz.scp.css */
.planning-card[b-gctbhi3voy] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border: 1px solid var(--mud-palette-lines-default, rgba(0, 0, 0, 0.12));
    border-left-width: 4px;
    border-radius: 0.5rem;
    background: var(--mud-palette-surface);
    padding: 0.65rem 0.75rem;
    text-align: left;
}

.planning-card--ready[b-gctbhi3voy] {
    border-left-color: #2e7d32;
    background: #e8f5e9;
}

.planning-card--ready.planning-card--has-open-steps[b-gctbhi3voy] {
    box-shadow: inset 0 -3px 0 #c62828;
}

.planning-card--not-ready[b-gctbhi3voy] {
    border-left-color: #ef6c00;
    background: #fff3e0;
}

.planning-card--completed[b-gctbhi3voy] {
    border-left-color: #9e9e9e;
    opacity: 0.85;
}

.planning-card--compact[b-gctbhi3voy] {
    padding: 0.35rem 0.45rem;
    gap: 0.25rem;
}

.planning-card__header[b-gctbhi3voy] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
}

.planning-card__badges[b-gctbhi3voy] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
}

.planning-card__readiness-badge[b-gctbhi3voy] {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    line-height: 1.2;
}

.planning-card--ready .planning-card__readiness-badge[b-gctbhi3voy] {
    background: rgba(46, 125, 50, 0.15);
    color: #1b5e20;
}

.planning-card--not-ready .planning-card__readiness-badge[b-gctbhi3voy] {
    background: rgba(239, 108, 0, 0.15);
    color: #e65100;
}

.planning-card--completed .planning-card__readiness-badge[b-gctbhi3voy] {
    background: rgba(0, 0, 0, 0.08);
    color: #616161;
}

.planning-card__status-badge[b-gctbhi3voy] {
    display: inline-flex;
    align-items: center;
    padding: 0.12rem 0.4rem;
    border-radius: 0.25rem;
    font-size: 0.68rem;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.06);
    color: var(--mud-palette-text-secondary);
}

.planning-card__type-badge[b-gctbhi3voy] {
    display: inline-flex;
    align-items: center;
    padding: 0.12rem 0.4rem;
    border-radius: 0.25rem;
    font-size: 0.68rem;
    font-weight: 600;
    background: rgba(25, 118, 210, 0.12);
    color: #1565c0;
}

.planning-card__status-chip[b-gctbhi3voy] {
    display: inline-flex;
    align-items: center;
    padding: 0.12rem 0.4rem;
    border-radius: 0.25rem;
    font-size: 0.68rem;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.08);
    color: var(--mud-palette-text-primary);
}

.planning-card__cd-status[b-gctbhi3voy] {
    flex: 0 0 auto;
    max-width: 48%;
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1.25;
    text-align: right;
    color: var(--mud-palette-text-secondary);
}

.planning-card__body[b-gctbhi3voy] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
    width: 100%;
    padding: 0;
    border: none;
    background: transparent;
    font: inherit;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.planning-card__body:hover[b-gctbhi3voy] {
    opacity: 0.92;
}

.planning-card__title[b-gctbhi3voy] {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.3;
    word-break: break-word;
}

.planning-card__company[b-gctbhi3voy] {
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--mud-palette-text-primary);
    word-break: break-word;
}

.planning-card__meta[b-gctbhi3voy] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.5rem;
    font-size: 0.72rem;
    color: var(--mud-palette-text-secondary);
}

.planning-card__meta-item[b-gctbhi3voy] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.planning-card__schedule[b-gctbhi3voy] {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--mud-palette-text-secondary);
}

.planning-card__promised[b-gctbhi3voy] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1565c0;
}

.planning-card__promised--urgent[b-gctbhi3voy] {
    color: #b71c1c;
}

.planning-card__promised-icon[b-gctbhi3voy] {
    color: #c62828;
}

.planning-card__priority-flag[b-gctbhi3voy] {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    padding: 0.1rem 0.4rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    line-height: 1.2;
    background: rgba(198, 40, 40, 0.12);
    color: #b71c1c;
}

.planning-card__priority-flag .mud-icon-root[b-gctbhi3voy] {
    font-size: 0.85rem !important;
}

.planning-card--promised-urgent[b-gctbhi3voy] {
    box-shadow: inset 0 0 0 1px rgba(198, 40, 40, 0.35);
}

.planning-card__open-steps[b-gctbhi3voy] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    margin: 0.1rem 0 0;
    padding: 0.35rem 0.5rem;
    list-style: none;
    border-radius: 0.35rem;
    background: rgba(198, 40, 40, 0.08);
    border-left: 3px solid #c62828;
}

.planning-card__open-step[b-gctbhi3voy] {
    position: relative;
    padding-left: 0.85rem;
    font-size: 0.72rem;
    line-height: 1.3;
    font-weight: 600;
    color: #b71c1c;
}

.planning-card__open-step[b-gctbhi3voy]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.4rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 999px;
    background: #c62828;
}

.planning-card--compact .planning-card__open-steps[b-gctbhi3voy] {
    padding: 0.25rem 0.4rem;
}

.planning-card--compact .planning-card__open-step[b-gctbhi3voy] {
    font-size: 0.68rem;
}

.planning-card__compact-line[b-gctbhi3voy] {
    font-size: 0.72rem;
    color: var(--mud-palette-text-secondary);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.planning-card__main[b-gctbhi3voy] {
    display: flex;
    align-items: flex-start;
    gap: 0.25rem;
    min-width: 0;
}

.planning-card__content[b-gctbhi3voy] {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: inherit;
}

.planning-card__actions[b-gctbhi3voy] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.05rem;
    flex-shrink: 0;
    margin: -0.15rem -0.2rem -0.15rem 0;
}

.planning-card__action-icon[b-gctbhi3voy] {
    color: var(--mud-palette-text-primary, rgba(0, 0, 0, 0.87));
}

.planning-card__action-icon[b-gctbhi3voy]  .mud-icon-root,
.planning-card__action-icon[b-gctbhi3voy]  .mud-svg-icon {
    font-size: 1.45rem !important;
    width: 1.45rem !important;
    height: 1.45rem !important;
}

.planning-card--compact .planning-card__actions[b-gctbhi3voy] {
    margin: -0.2rem -0.25rem -0.2rem 0;
}

.planning-card--compact .planning-card__action-icon[b-gctbhi3voy]  .mud-icon-root,
.planning-card--compact .planning-card__action-icon[b-gctbhi3voy]  .mud-svg-icon {
    font-size: 1.3rem !important;
    width: 1.3rem !important;
    height: 1.3rem !important;
}

.planning-card--compact .planning-card__title[b-gctbhi3voy] {
    font-size: 0.75rem;
}
/* _content/AgivaWeb/Components/Field/PlanningPipelineKanbanPanel.razor.rz.scp.css */
.planning-pipeline-board[b-q5wzo1mq8l] {
    display: grid;
    grid-template-columns: repeat(4, minmax(16rem, 1fr));
    gap: 0.75rem;
    align-items: start;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

.planning-pipeline-column[b-q5wzo1mq8l] {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    min-height: 12rem;
    display: flex;
    flex-direction: column;
}

.planning-pipeline-column__header[b-q5wzo1mq8l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.75rem 0.75rem 0.25rem;
}

.planning-pipeline-column__header h3[b-q5wzo1mq8l] {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
}

.planning-pipeline-column__count[b-q5wzo1mq8l] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--mud-palette-text-secondary);
    background: rgba(0, 0, 0, 0.06);
    border-radius: 999px;
    padding: 0.1rem 0.5rem;
}

.planning-pipeline-column__hint[b-q5wzo1mq8l] {
    margin: 0;
    padding: 0 0.75rem 0.5rem;
    font-size: 0.72rem;
    color: var(--mud-palette-text-secondary);
    line-height: 1.35;
}

.planning-pipeline-column__body[b-q5wzo1mq8l] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0 0.5rem 0.75rem;
    max-height: min(70vh, 48rem);
    overflow-y: auto;
}

.planning-pipeline-column--unplanned .planning-pipeline-column__header h3[b-q5wzo1mq8l] {
    color: #6b7280;
}

.planning-pipeline-column--workpreparation .planning-pipeline-column__header h3[b-q5wzo1mq8l] {
    color: #c45c12;
}

.planning-pipeline-column--inprogress .planning-pipeline-column__header h3[b-q5wzo1mq8l] {
    color: #0a7a3e;
}

.planning-pipeline-column--done .planning-pipeline-column__header h3[b-q5wzo1mq8l] {
    color: #4b5563;
}

@media (max-width: 1100px) {
    .planning-pipeline-board[b-q5wzo1mq8l] {
        grid-template-columns: repeat(2, minmax(16rem, 1fr));
    }
}

@media (max-width: 700px) {
    .planning-pipeline-board[b-q5wzo1mq8l] {
        grid-template-columns: minmax(16rem, 1fr);
    }
}
/* _content/AgivaWeb/Components/Field/ProductionPlanningPanel.razor.rz.scp.css */
.production-planning-legend[b-5gw5imnnze] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.production-legend-item[b-5gw5imnnze] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.production-legend-item[b-5gw5imnnze]::before {
    content: "";
    width: 1.25rem;
    height: 0.5rem;
    border-radius: 0.25rem;
}

.production-legend-item--scheduled[b-5gw5imnnze]::before {
    background: #1565c0;
}

.production-legend-item--undated[b-5gw5imnnze]::before {
    background: repeating-linear-gradient(
        90deg,
        #90a4ae 0,
        #90a4ae 4px,
        transparent 4px,
        transparent 8px
    );
    border: 1px dashed #607d8b;
}

.production-legend-item--promised[b-5gw5imnnze]::before {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 999px;
    background: #6a1b9a;
}

.production-timeline[b-5gw5imnnze] {
    border: 1px solid var(--mud-palette-lines-default, rgba(0, 0, 0, 0.12));
    border-radius: 0.5rem;
    overflow: hidden;
    background: var(--mud-palette-surface);
}

.production-timeline-header[b-5gw5imnnze],
.production-timeline-row[b-5gw5imnnze] {
    display: grid;
    grid-template-columns: minmax(14rem, 22rem) 1fr;
    border-bottom: 1px solid var(--mud-palette-lines-default, rgba(0, 0, 0, 0.08));
}

.production-timeline-row:last-child[b-5gw5imnnze] {
    border-bottom: none;
}

.production-timeline-label-col[b-5gw5imnnze] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.5rem 0.75rem;
    border-right: 1px solid var(--mud-palette-lines-default, rgba(0, 0, 0, 0.08));
    min-width: 0;
}

.production-timeline-label-btn[b-5gw5imnnze] {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    text-align: left;
    padding: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.production-timeline-label-btn:hover .production-timeline-nrpr[b-5gw5imnnze] {
    text-decoration: underline;
}

.production-timeline-nrpr[b-5gw5imnnze] {
    font-weight: 600;
    font-size: 0.875rem;
}

.production-timeline-subject[b-5gw5imnnze] {
    font-size: 0.8125rem;
    color: var(--mud-palette-text-primary);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.production-timeline-meta[b-5gw5imnnze] {
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
}

.production-timeline-track-col[b-5gw5imnnze] {
    position: relative;
    padding: 0.65rem 0.5rem;
    min-width: 0;
}

.production-timeline-months[b-5gw5imnnze] {
    position: relative;
    height: 1.25rem;
    margin-bottom: 0.25rem;
}

.production-timeline-month[b-5gw5imnnze] {
    position: absolute;
    top: 0;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--mud-palette-text-secondary);
    transform: translateX(0.25rem);
}

.production-timeline-track[b-5gw5imnnze] {
    position: relative;
    height: 1.75rem;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 0.35rem;
}

.production-timeline-bar[b-5gw5imnnze] {
    position: absolute;
    top: 0.35rem;
    height: 1rem;
    border-radius: 0.35rem;
    background: #1565c0;
    min-width: 2px;
}

.production-timeline-bar--undated[b-5gw5imnnze] {
    background: transparent;
    border: 1px dashed #607d8b;
    top: 0.35rem;
    height: 1rem;
}

.production-timeline-promised[b-5gw5imnnze] {
    position: absolute;
    top: 0.2rem;
    width: 0.65rem;
    height: 0.65rem;
    margin-left: -0.325rem;
    border-radius: 999px;
    background: #6a1b9a;
    box-shadow: 0 0 0 2px var(--mud-palette-surface);
}

@media (max-width: 720px) {
    .production-timeline-header[b-5gw5imnnze],
    .production-timeline-row[b-5gw5imnnze] {
        grid-template-columns: 1fr;
    }

    .production-timeline-label-col[b-5gw5imnnze] {
        border-right: none;
        border-bottom: 1px solid var(--mud-palette-lines-default, rgba(0, 0, 0, 0.06));
    }
}
/* _content/AgivaWeb/Components/Field/TimeRegistrationMyRegistrationsPanel.razor.rz.scp.css */
.time-my-registrations__toolbar[b-lyx03eb9zr] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.time-my-registrations__toolbar-actions[b-lyx03eb9zr] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
}

.time-my-registrations__filters[b-lyx03eb9zr] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
}

.time-my-registrations__filter-group[b-lyx03eb9zr] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;
}

.time-my-registrations__filter-group + .time-my-registrations__filter-group[b-lyx03eb9zr] {
    padding-left: 0.35rem;
    border-left: 1px solid var(--mud-palette-lines-default, rgba(0, 0, 0, 0.12));
}

.time-my-registrations__week-nav[b-lyx03eb9zr] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin-bottom: 0.75rem;
}

.time-my-registrations__week-label[b-lyx03eb9zr] {
    min-width: 12rem;
    text-align: center;
}

.time-my-registrations__totals[b-lyx03eb9zr] {
    margin-bottom: 0.75rem;
}

.time-week-calendar__scroll[b-lyx03eb9zr] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.time-my-registrations__list-actions[b-lyx03eb9zr] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;
    white-space: nowrap;
}

.time-week-calendar[b-lyx03eb9zr] {
    min-width: calc(3.5rem + (6rem * var(--day-count, 7)));
}

.time-week-calendar--work-week[b-lyx03eb9zr] {
    min-width: 38rem;
}

.time-week-calendar__header[b-lyx03eb9zr],
.time-week-calendar__body[b-lyx03eb9zr] {
    display: grid;
    grid-template-columns: 3.5rem repeat(var(--day-count, 7), minmax(6rem, 1fr));
}

.time-week-calendar__header[b-lyx03eb9zr] {
    border-bottom: 1px solid var(--mud-palette-lines-default, rgba(0, 0, 0, 0.12));
}

.time-week-calendar__day-head[b-lyx03eb9zr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
    padding: 0.35rem 0.25rem;
    text-align: center;
    font-size: 0.75rem;
    border-left: 1px solid var(--mud-palette-lines-default, rgba(0, 0, 0, 0.08));
}

.time-week-calendar__day-add[b-lyx03eb9zr] {
    margin-top: 0.1rem;
}

.time-week-calendar__day-name[b-lyx03eb9zr] {
    display: block;
    font-weight: 600;
}

.time-week-calendar__day-total[b-lyx03eb9zr] {
    display: block;
    color: var(--mud-palette-text-secondary);
}

.time-week-calendar__hours[b-lyx03eb9zr] {
    display: flex;
    flex-direction: column;
}

.time-week-calendar__hour-label[b-lyx03eb9zr] {
    height: 2.5rem;
    font-size: 0.6875rem;
    color: var(--mud-palette-text-secondary);
    padding-right: 0.35rem;
    text-align: right;
    line-height: 2.5rem;
}

.time-week-calendar__grid[b-lyx03eb9zr] {
    display: grid;
    grid-template-columns: repeat(var(--day-count, 7), minmax(6rem, 1fr));
    grid-column: 2 / -1;
}

.time-week-calendar__day-col[b-lyx03eb9zr] {
    position: relative;
    min-height: calc(2.5rem * 16);
    border-left: 1px solid var(--mud-palette-lines-default, rgba(0, 0, 0, 0.08));
}

.time-week-calendar__hour-line[b-lyx03eb9zr] {
    height: 2.5rem;
    border-bottom: 1px solid var(--mud-palette-lines-default, rgba(0, 0, 0, 0.06));
}

.time-week-calendar__event[b-lyx03eb9zr] {
    position: absolute;
    left: 2px;
    right: 2px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1rem;
    padding: 0.15rem 0.25rem;
    border: none;
    border-radius: 4px;
    text-align: left;
    font-size: 0.6875rem;
    line-height: 1.2;
    cursor: pointer;
    overflow: hidden;
}

.time-week-calendar__event--working[b-lyx03eb9zr] {
    background: rgba(46, 125, 50, 0.18);
    color: #1b5e20;
}

.time-week-calendar__event--travel[b-lyx03eb9zr] {
    background: rgba(2, 119, 189, 0.18);
    color: #01579b;
}

.time-week-calendar__event--workday[b-lyx03eb9zr] {
    background: rgba(109, 76, 65, 0.15);
    color: #4e342e;
}

.time-week-calendar__event--editable[b-lyx03eb9zr] {
    outline: 1px dashed rgba(25, 118, 210, 0.45);
    outline-offset: -1px;
}

.time-week-calendar__event--editable:hover[b-lyx03eb9zr] {
    filter: brightness(0.97);
}

.time-week-calendar__event-label[b-lyx03eb9zr] {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.time-week-calendar__event-time[b-lyx03eb9zr] {
    opacity: 0.85;
}

.time-my-registrations__row[b-lyx03eb9zr] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.time-my-registrations__row-main[b-lyx03eb9zr] {
    display: grid;
    gap: 0.35rem;
}

.time-my-registrations__row-line[b-lyx03eb9zr] {
    display: grid;
    grid-template-columns: minmax(5rem, 7rem) 1fr;
    gap: 0.5rem;
    align-items: start;
}

.time-my-registrations__label[b-lyx03eb9zr] {
    color: var(--mud-palette-text-secondary);
    font-size: 0.8125rem;
}

.time-my-registrations__row-actions[b-lyx03eb9zr] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
}

.time-my-registrations__running[b-lyx03eb9zr] {
    font-weight: 600;
    color: var(--mud-palette-success);
}

@media (min-width: 600px) {
    .time-my-registrations__row[b-lyx03eb9zr] {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .time-my-registrations__row-main[b-lyx03eb9zr] {
        flex: 1 1 auto;
        min-width: 0;
    }

    .time-my-registrations__row-actions[b-lyx03eb9zr] {
        flex: 0 0 auto;
        justify-content: flex-end;
    }
}
/* _content/AgivaWeb/Components/Field/WorkOrderCard.razor.rz.scp.css */
/* FSPEC-063 design tokens — work order card status + origin (ADR-058 cdsrc) */

.time-wo-row[b-e0ewfr9apg] {
    border: 1px solid var(--dm-wo-row-border, var(--mud-palette-lines-default));
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.15s ease;
}

.time-wo-row--open[b-e0ewfr9apg] {
    border-color: var(--dm-wo-status-active-border, var(--mud-palette-primary));
}

.time-wo-row--active[b-e0ewfr9apg] {
    border-color: var(--dm-wo-status-selected-border, var(--mud-palette-success));
    background-color: var(--dm-wo-status-selected-bg, var(--mud-palette-success-hover));
}

/* Portal Testing / portal-test (RIGMANTEST, RIGMANSTAG) */
.time-wo-row--origin-test[b-e0ewfr9apg] {
    border-color: var(--dm-wo-origin-test-border, #f57c00);
    box-shadow: inset var(--dm-wo-origin-test-accent-width, 4px) 0 0 var(--dm-wo-origin-test-accent, #f57c00);
}

/* Portal Production (RIGMANPROD, DRILLMASTER) */
.time-wo-row--origin-prod[b-e0ewfr9apg] {
    border-color: var(--dm-wo-origin-prod-border, var(--mud-palette-info));
    box-shadow: inset var(--dm-wo-origin-prod-accent-width, 3px) 0 0 var(--dm-wo-origin-prod-accent, var(--mud-palette-info));
}

.time-wo-row-header[b-e0ewfr9apg] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    padding: 10px 14px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    outline: none;
}

.time-wo-row-header-main[b-e0ewfr9apg] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.time-wo-row-cd-status[b-e0ewfr9apg] {
    flex: 0 0 auto;
    max-width: 48%;
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1.25;
    text-align: right;
    color: var(--mud-palette-text-secondary);
}

.time-wo-row-header:hover[b-e0ewfr9apg] {
    background: var(--mud-palette-action-default-hover);
}

.time-wo-row-identity[b-e0ewfr9apg] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    flex: 1 1 auto;
    min-width: 0;
}

.time-wo-row-nrpr[b-e0ewfr9apg] {
    font-weight: 600;
    font-size: 0.92rem;
}

.time-wo-row-title-line[b-e0ewfr9apg] {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px;
    min-width: 0;
    max-width: 100%;
}

.time-wo-row-subject-inline[b-e0ewfr9apg] {
    font-size: 0.82rem;
    font-weight: 500;
    line-height: 1.35;
    color: var(--mud-palette-text-primary);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    flex: 1 1 auto;
}

.time-wo-row-title-sep[b-e0ewfr9apg] {
    flex: 0 0 auto;
    color: var(--mud-palette-text-secondary);
    font-weight: 400;
}

.time-wo-intervention-badge[b-e0ewfr9apg],
.time-wo-origin-badge[b-e0ewfr9apg] {
    font-size: 0.68rem;
    height: 20px;
    padding: 0 6px;
}

.time-wo-row-meta[b-e0ewfr9apg] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 12px;
    width: 100%;
    font-size: 0.80rem;
    min-width: 0;
}

.time-wo-row-meta-context[b-e0ewfr9apg] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
}

.time-wo-row-planned[b-e0ewfr9apg] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 0 0 auto;
    margin-left: auto;
    text-align: right;
}

.time-wo-row-planned-label[b-e0ewfr9apg] {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--mud-palette-text-secondary);
    line-height: 1.2;
}

.time-wo-row-planned-date[b-e0ewfr9apg] {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--mud-palette-text-primary);
    white-space: nowrap;
}

.time-wo-row-chevron[b-e0ewfr9apg] {
    flex: 0 0 auto;
    margin-left: auto;
    color: var(--mud-palette-text-secondary);
}

.time-wo-active-badge[b-e0ewfr9apg] {
    font-size: 0.68rem;
    height: 18px;
    padding: 0 6px;
}

.time-wo-row-detail[b-e0ewfr9apg] {
    border-top: 1px solid var(--mud-palette-lines-default);
    background: var(--mud-palette-surface);
}
/* _content/AgivaWeb/Components/Field/WorkOrderDetailView.razor.rz.scp.css */
.work-order-detail-summary-card[b-upvlm72wzv] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 12px;
    background: var(--mud-palette-surface);
}

.work-order-detail-summary-card__item[b-upvlm72wzv] {
    min-width: 0;
}

.work-order-detail-summary-card__label[b-upvlm72wzv] {
    color: var(--mud-palette-text-secondary);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.work-order-detail-summary-card__value[b-upvlm72wzv] {
    font-size: 0.95rem;
    line-height: 1.35;
    word-break: break-word;
}

.work-order-detail-summary-card__value--strong[b-upvlm72wzv] {
    font-weight: 600;
}

.work-order-detail-view-scroll[b-upvlm72wzv] {
    max-height: none;
    overflow-y: visible;
    overflow-x: hidden;
    min-width: 0;
}

.work-order-detail-kv[b-upvlm72wzv] {
    display: grid;
    grid-template-columns: minmax(5.5rem, 42%) minmax(0, 1fr);
    column-gap: 0.65rem;
    row-gap: 0.35rem;
    align-items: start;
}

.work-order-detail-kv dt[b-upvlm72wzv] {
    margin: 0;
    padding: 0;
    color: var(--mud-palette-text-secondary);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.work-order-detail-kv dd[b-upvlm72wzv] {
    margin: 0;
    padding: 0;
    font-size: 0.92rem;
    line-height: 1.35;
    word-break: break-word;
}

.work-order-detail-qty-hint[b-upvlm72wzv] {
    color: var(--mud-palette-text-secondary);
    font-size: 0.8125rem;
}
/* _content/AgivaWeb/Components/Field/WorkOrderListToolbar.razor.rz.scp.css */
/* FSPEC-063 — stacked toolbar (pic 1 reference: search + sort full width, chips below) */

.work-order-list-toolbar[b-48buznw79w] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.work-order-list-toolbar__search[b-48buznw79w],
.work-order-list-toolbar__sort[b-48buznw79w],
.work-order-list-toolbar__page-size[b-48buznw79w] {
    width: 100%;
}

.work-order-list-toolbar__sort-row[b-48buznw79w] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.work-order-list-toolbar__chips[b-48buznw79w] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.work-order-list-toolbar__extra[b-48buznw79w] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
/* _content/AgivaWeb/Components/Layout/AdminNavMenu.razor.rz.scp.css */
.navbar-toggler[b-hch2xlg82a] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

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

.top-row[b-hch2xlg82a] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hch2xlg82a] {
    font-size: 1.1rem;
}

.bi[b-hch2xlg82a] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-hch2xlg82a] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-hch2xlg82a] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-hch2xlg82a] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-hch2xlg82a] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hch2xlg82a] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hch2xlg82a] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hch2xlg82a]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-hch2xlg82a]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-hch2xlg82a]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-hch2xlg82a] {
    display: none;
}

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

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

    .nav-scrollable[b-hch2xlg82a] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/AgivaWeb/Components/Layout/AppHeader.razor.rz.scp.css */
/* ============================================================
   AppHeader — global 52px header bar
   Design tokens (declared in app.css ::root):
     --header-h, --brand, --brand-hover
   ============================================================ */

.app-header[b-4i2hdpv9jd] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    height: var(--header-h, 52px);
    background: var(--header-bg, var(--brand, #00678F));
    display: flex;
    align-items: center;
    padding: 0 12px;
    gap: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
    overflow: visible;
}

/* portal-test (Staging) and local Development — ADR-058 / task F2 */
.app-header--test-env[b-4i2hdpv9jd] {
    --header-bg: #d84315;
    --brand: #d84315;
    --brand-hover: #bf360c;
    background: var(--header-bg);
}

.app-header__env-badge[b-4i2hdpv9jd] {
    flex-shrink: 0;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 5px 8px;
    border: 2px solid rgba(255, 255, 255, 0.92);
    border-radius: 6px;
    text-transform: uppercase;
    user-select: none;
}

/* Hamburger toggle — Material Icons `menu` (Unicode ☰ sits optically high in system fonts) */
.app-header__hamburger[b-4i2hdpv9jd] {
    position: relative;
    align-self: center;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    flex-shrink: 0;
    padding: 0;
    color: white;
    appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.15s;
}

.app-header__hamburger:hover[b-4i2hdpv9jd],
.app-header__hamburger:focus-visible[b-4i2hdpv9jd] {
    background: rgba(255, 255, 255, 0.15);
}

.app-header__hamburger-icon[b-4i2hdpv9jd] {
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: block;
}

/* Logo */
.app-header__logo-link[b-4i2hdpv9jd] {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    flex-shrink: 0;
}

.app-header__logo-img[b-4i2hdpv9jd] {
    height: 32px;
    width: auto;
}

.app-header__logo-text[b-4i2hdpv9jd] {
    color: white;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: -0.01em;
}

/* Spacer */
.app-header__spacer[b-4i2hdpv9jd] {
    flex: 1 1 auto;
    min-width: 0;
}

/* Optional intervention timer (mobile) */
.app-header__affix[b-4i2hdpv9jd] {
    display: flex;
    align-items: center;
    flex-shrink: 1;
    min-width: 0;
    max-width: min(40vw, 168px);
    margin-right: 2px;
    overflow: hidden;
}

.app-header__affix .field-chat-timer-nav[b-4i2hdpv9jd] {
    min-width: 0;
    max-width: 100%;
}

.app-header__affix .field-chat-timer-nav-chip[b-4i2hdpv9jd] {
    max-width: 100%;
}

/* Right actions cluster */
.app-header__actions[b-4i2hdpv9jd] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

/* Language toggle — guests only (signed-in: avatar menu) */
.app-header__culture[b-4i2hdpv9jd] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 2px;
}

.app-header__culture[b-4i2hdpv9jd]  .culture-picker__btn--compact {
    color: #fff;
}

/* FSPEC-086: Cart / Wishlist / Orders — desktop only (≥769px); mobile uses avatar menu */
.app-header__commerce[b-4i2hdpv9jd] {
    display: none;
    align-items: center;
    gap: 0;
    flex-shrink: 0;
}

.app-header__commerce-icon-wrap[b-4i2hdpv9jd] {
    position: relative;
    z-index: 1300;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.app-header__commerce-btn[b-4i2hdpv9jd] {
    margin: 0 !important;
}

.app-header__commerce-badge[b-4i2hdpv9jd] {
    position: absolute;
    top: 6px;
    right: 4px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #e50031;
    color: #fff;
    font-size: 0.625rem;
    font-weight: 700;
    border: 2px solid var(--header-bg, var(--brand, #00678F));
    box-sizing: border-box;
    pointer-events: none;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.app-header__dropdown-commerce[b-4i2hdpv9jd] {
    display: contents;
}

.app-header__dropdown-count[b-4i2hdpv9jd] {
    flex: 0 0 auto;
    margin-left: 0;
    min-width: 1.25rem;
    padding: 0 6px;
    border-radius: 999px;
    background: #e50031;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.35;
}

@media (min-width: 769px) {
    .app-header__commerce[b-4i2hdpv9jd] {
        display: inline-flex;
    }

    .app-header__dropdown-commerce[b-4i2hdpv9jd] {
        display: none;
    }
}

/* Bell + unread count — keep badge on the bell, fully inside the header bar.
   z-index must exceed avatar-backdrop (1299) so the bell stays tappable on mobile
   even when the avatar dropdown is accidentally open. */
.app-header__bell-wrap[b-4i2hdpv9jd] {
    position: relative;
    z-index: 1300;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.app-header__bell-btn[b-4i2hdpv9jd] {
    margin: 0 !important;
}

.app-header__notif-badge[b-4i2hdpv9jd] {
    position: absolute;
    top: 6px;
    right: 4px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #e50031;
    color: #fff;
    font-size: 0.625rem;
    font-weight: 700;
    border: 2px solid var(--header-bg, var(--brand, #00678F));
    box-sizing: border-box;
    pointer-events: none;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.app-header__avatar-btn[b-4i2hdpv9jd] {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s;
    padding: 0;
}

.app-header__avatar-btn:hover[b-4i2hdpv9jd] {
    background: rgba(255, 255, 255, 0.3);
}

.app-header__avatar-initials[b-4i2hdpv9jd] {
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    user-select: none;
}

.app-header__avatar-person[b-4i2hdpv9jd] {
    color: white;
    font-size: 1.25rem;
    line-height: 1;
    user-select: none;
}

/* Avatar dropdown */
.app-header__avatar-backdrop[b-4i2hdpv9jd] {
    position: fixed;
    inset: 0;
    z-index: 1299;
}

.app-header__avatar-dropdown[b-4i2hdpv9jd] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 1300;
    background: #ffffff;
    border: 1px solid rgba(0, 103, 143, 0.14);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
    min-width: 220px;
    max-width: min(92vw, 280px);
    overflow: visible;
    padding: 6px 0;
    animation: avatar-dropdown-in-b-4i2hdpv9jd 0.14s ease;
}

@keyframes avatar-dropdown-in-b-4i2hdpv9jd {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.app-header__dropdown-item[b-4i2hdpv9jd] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 16px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    color: #1a2a38;
    text-align: left;
    transition: background 0.12s;
    line-height: 1.3;
}

.app-header__dropdown-item--static[b-4i2hdpv9jd] {
    cursor: default;
}

.app-header__dropdown-item:hover[b-4i2hdpv9jd] {
    background: rgba(0, 103, 143, 0.07);
}

.app-header__dropdown-item--static:hover[b-4i2hdpv9jd] {
    background: transparent;
}

.app-header__dropdown-item--danger[b-4i2hdpv9jd] {
    color: #c62828;
}

.app-header__dropdown-item--danger:hover[b-4i2hdpv9jd] {
    background: rgba(198, 40, 40, 0.07);
}

.app-header__dropdown-divider[b-4i2hdpv9jd] {
    margin: 4px 12px;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.app-header__dropdown-icon[b-4i2hdpv9jd] {
    flex: 0 0 1.25rem;
    width: 1.25rem;
    font-size: 1.05rem;
    opacity: 0.8;
    text-align: center;
}

.app-header__dropdown-label[b-4i2hdpv9jd] {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
}

.app-header__dropdown-flag[b-4i2hdpv9jd] {
    flex: 0 0 auto;
    display: block;
    border-radius: 3px;
    object-fit: cover;
}

.app-header__dropdown-chevron[b-4i2hdpv9jd] {
    flex: 0 0 auto;
    font-size: 1.1rem !important;
    opacity: 0.55;
}

.app-header__dropdown-langs[b-4i2hdpv9jd] {
    background: rgba(0, 103, 143, 0.04);
    padding: 2px 0 6px;
}

.app-header__dropdown-item--lang[b-4i2hdpv9jd] {
    padding-left: 2.5rem;
}

.app-header__dropdown-culture[b-4i2hdpv9jd] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
}

.app-header__dropdown-culture[b-4i2hdpv9jd]  .culture-picker__btn--compact {
    color: inherit;
}

/* Login button (unauthenticated) */
.app-header__login-btn[b-4i2hdpv9jd] {
    color: #ffffff !important;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.85) !important;
    border-radius: 20px !important;
    text-transform: none !important;
    font-weight: 600 !important;
    height: 34px !important;
    min-width: 88px;
}

.app-header__login-btn .mud-button-label[b-4i2hdpv9jd] {
    color: #ffffff !important;
}

.app-header__login-btn:hover[b-4i2hdpv9jd] {
    background: rgba(255, 255, 255, 0.12) !important;
}

.app-header__login-btn:hover .mud-button-label[b-4i2hdpv9jd] {
    color: #ffffff !important;
}

/* Top navigation (Admin / Account) */
.app-header__top-nav[b-4i2hdpv9jd] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    margin-left: 8px;
}

.app-header__nav-group[b-4i2hdpv9jd] {
    position: relative;
}

.app-header__nav-trigger[b-4i2hdpv9jd] {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 6px 10px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.12s;
    white-space: nowrap;
}

.app-header__nav-trigger:hover[b-4i2hdpv9jd],
.app-header__nav-trigger--open[b-4i2hdpv9jd] {
    background: rgba(255, 255, 255, 0.15);
}

.app-header__nav-chevron[b-4i2hdpv9jd] {
    font-size: 1.1rem !important;
    transition: transform 0.15s;
}

.app-header__nav-trigger--open .app-header__nav-chevron[b-4i2hdpv9jd] {
    transform: rotate(180deg);
}

.app-header__nav-trigger-label--account[b-4i2hdpv9jd] {
    max-width: 9rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-header__dropdown[b-4i2hdpv9jd] {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 1300;
    background: #ffffff;
    border: 1px solid rgba(0, 103, 143, 0.14);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
    min-width: 220px;
    padding: 6px 0;
    animation: avatar-dropdown-in-b-4i2hdpv9jd 0.14s ease;
}

.app-header__nav-group:last-child .app-header__dropdown[b-4i2hdpv9jd] {
    left: auto;
    right: 0;
}

.app-header__dropdown-item--link[b-4i2hdpv9jd] {
    text-decoration: none;
}

.app-header__menu-backdrop[b-4i2hdpv9jd] {
    position: fixed;
    inset: 0;
    z-index: 1299;
}

.app-header__avatar-wrap[b-4i2hdpv9jd] {
    position: relative;
    z-index: 1300;
}

.app-header__avatar-badge[b-4i2hdpv9jd] {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #e50031;
    color: #fff;
    font-size: 0.625rem;
    font-weight: 700;
    border: 2px solid var(--header-bg, var(--brand, #00678F));
    box-sizing: border-box;
    pointer-events: none;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Desktop: cart badge lives on the header cart icon — hide avatar badge */
@media (min-width: 769px) {
    .app-header__avatar-badge[b-4i2hdpv9jd] {
        display: none;
    }
}

.app-header__dropdown--from-avatar[b-4i2hdpv9jd] {
    right: 0;
    left: auto;
}

@media (max-width: 768px) {
    .app-header__nav-group--account-desktop[b-4i2hdpv9jd] {
        display: none;
    }

    .app-header__affix .field-chat-timer-nav-badge[b-4i2hdpv9jd],
    .app-header__affix .field-chat-timer-nav-chevron[b-4i2hdpv9jd] {
        display: none;
    }

    .app-header__affix .field-chat-timer-nav-chip[b-4i2hdpv9jd] {
        padding: 4px 6px;
        gap: 4px;
    }
}

/* Mobile: hide logo text — rules in app.css (Portal shell section). */
/* _content/AgivaWeb/Components/Layout/MainLayout.razor.rz.scp.css */
/* ============================================================
   MainLayout — shell content-area offset rules (FSPEC-033)
   All shell chrome (header, sidebar, mobile drawer,
   bottom nav) is positioned by the individual component CSS files.
   This file only manages the main content area offset.
   ============================================================ */

/* Content area: offset from fixed header + sidebar */
.main-content-area[b-1t7kkb2lyc] {
    margin-top: var(--header-h, 52px);
    margin-left: var(--sidebar-w, 112px);
    min-height: calc(100vh - var(--header-h, 52px));
    background: var(--page-bg, #f0f0f5);
    transition: margin-left 0.22s ease;
}

/* Sidebar collapsed: reduce left margin */
.main-content-area--sidebar-collapsed[b-1t7kkb2lyc] {
    margin-left: var(--sidebar-sm, 72px);
}

.main-content-area--no-sidebar[b-1t7kkb2lyc] {
    margin-left: 0;
}

/* Narrow shell layout: see app.css (--portal-shell-compact-max-px + Portal shell section). */

/* Shell article padding: none — see app.css article.content (full bleed). */
.content[b-1t7kkb2lyc] {
    padding: 0;
}

/* Blazor error boundary */
#blazor-error-ui[b-1t7kkb2lyc] {
    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: 9999;
}

#blazor-error-ui .dismiss[b-1t7kkb2lyc] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/AgivaWeb/Components/Layout/MobileBottomNav.razor.rz.scp.css */
/* ============================================================
   MobileBottomNav — unified contextual bottom tab bar (52px)
   Shown on compact shell (app.css) inside machine / intervention context.
   ============================================================ */

.bottom-nav[b-yi2hm46ubt] {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    z-index: 2;
    height: var(--bottom-h, 52px);
    background: #ffffff;
    border-top: 1px solid rgba(0, 103, 143, 0.15);
    display: flex;
    align-items: stretch;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
}

.bottom-nav__tab[b-yi2hm46ubt] {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    background: transparent;
    border: none;
    border-top: 2px solid transparent;
    cursor: pointer;
    color: rgba(80, 100, 120, 0.75);
    transition: color 0.13s, border-top-color 0.13s;
    padding: 4px 2px 2px;
    /* minimum touch target 44×44px */
    min-height: 44px;
    min-width: 44px;
}

.bottom-nav__tab:hover[b-yi2hm46ubt] {
    color: var(--brand, #00678F);
}

.bottom-nav__tab--active[b-yi2hm46ubt] {
    color: var(--brand, #00678F);
    border-top-color: var(--brand, #00678F);
    font-weight: 600;
}

.bottom-nav__icon[b-yi2hm46ubt] {
    font-size: 1.3rem !important;
    line-height: 1 !important;
}

.bottom-nav__label[b-yi2hm46ubt] {
    font-size: 0.62rem;
    font-weight: 500;
    white-space: nowrap;
    letter-spacing: -0.01em;
}

/* Hidden on desktop shell — rules in app.css (Portal shell section). */
/* _content/AgivaWeb/Components/Layout/MobileDrawer.razor.rz.scp.css */
/* ============================================================
   MobileDrawer — slide-in navigation drawer (when sidebar hidden, compact shell)
   Width: min(85vw, 320px).  z-index above header (1200) → 1300.
   ============================================================ */

/* Backdrop */
.mobile-drawer__backdrop[b-wp8qa978cb] {
    position: fixed;
    inset: 0;
    z-index: 1298;
    background: rgba(0, 0, 0, 0.45);
    animation: drawer-backdrop-in-b-wp8qa978cb 0.2s ease;
}

@keyframes drawer-backdrop-in-b-wp8qa978cb {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Drawer panel */
.mobile-drawer[b-wp8qa978cb] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1299;
    width: min(85vw, 320px);
    background: linear-gradient(180deg, var(--sidebar-top, #00678F) 0%, var(--sidebar-bot, #003d56) 100%);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    transform: translateX(-105%);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.25);
}

.mobile-drawer--open[b-wp8qa978cb] {
    transform: translateX(0);
}

.mobile-drawer__header[b-wp8qa978cb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: calc(env(safe-area-inset-top, 0px) + 12px) 12px 8px 16px;
    flex-shrink: 0;
}

.mobile-drawer__title[b-wp8qa978cb] {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0;
}

.mobile-drawer__close[b-wp8qa978cb] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    cursor: pointer;
}

.mobile-drawer__close:hover[b-wp8qa978cb],
.mobile-drawer__close:active[b-wp8qa978cb] {
    background: rgba(255, 255, 255, 0.22);
}

/* User identity card at the top — opens profile */
.mobile-drawer__user-card[b-wp8qa978cb] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 20px 16px 16px;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
    text-align: left;
    cursor: pointer;
    color: inherit;
    font: inherit;
}

.mobile-drawer__user-card:hover[b-wp8qa978cb],
.mobile-drawer__user-card:active[b-wp8qa978cb] {
    background: rgba(255, 255, 255, 0.14);
}

.mobile-drawer__user-card--guest[b-wp8qa978cb] {
    opacity: 0.8;
}

.mobile-drawer__user-avatar[b-wp8qa978cb] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    border: 2px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.85rem;
    font-weight: 700;
    flex-shrink: 0;
}

.mobile-drawer__user-avatar-icon[b-wp8qa978cb] {
    font-size: 1.5rem !important;
    line-height: 1 !important;
    color: #ffffff;
}

.mobile-drawer__user-info[b-wp8qa978cb] {
    min-width: 0;
    flex: 1 1 auto;
}

.mobile-drawer__user-name[b-wp8qa978cb] {
    color: white;
    font-size: 0.925rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-drawer__user-email[b-wp8qa978cb] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1px;
}

.mobile-drawer__user-chevron[b-wp8qa978cb] {
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.35rem !important;
    line-height: 1 !important;
}

/* Navigation body */
.mobile-drawer__nav[b-wp8qa978cb] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 8px 0 24px;
}

.mobile-drawer__tiles[b-wp8qa978cb] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 12px 16px 8px;
}

.mobile-drawer__tile[b-wp8qa978cb] {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    min-height: 96px;
    padding: 12px 8px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    cursor: pointer;
    transition: background 0.13s;
}

.mobile-drawer__tile:hover[b-wp8qa978cb],
.mobile-drawer__tile:active[b-wp8qa978cb] {
    background: rgba(255, 255, 255, 0.16);
}

.mobile-drawer__tile-icon[b-wp8qa978cb] {
    font-size: 2.15rem !important;
    color: #ffffff;
    line-height: 1 !important;
}

.mobile-drawer__tile-label[b-wp8qa978cb] {
    font-size: 0.72rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.25;
    color: #9ed4ff;
    white-space: normal;
    word-break: break-word;
}

.mobile-drawer__section-header[b-wp8qa978cb] {
    font-size: 0.9375rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    padding: 14px 16px 6px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}

.mobile-drawer__nav-item[b-wp8qa978cb] {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 12px 16px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.0625rem;
    font-weight: 500;
    text-align: left;
    transition: background 0.13s, color 0.13s;
    /* minimum touch target */
    min-height: 44px;
}

.mobile-drawer__nav-item:hover[b-wp8qa978cb],
.mobile-drawer__nav-item:active[b-wp8qa978cb] {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.mobile-drawer__nav-item--logout[b-wp8qa978cb] {
    color: rgba(255, 120, 120, 0.85);
}

.mobile-drawer__nav-item--logout:hover[b-wp8qa978cb] {
    background: rgba(255, 80, 80, 0.1);
    color: #ff9999;
}

.mobile-drawer__nav-icon[b-wp8qa978cb] {
    font-size: 1.45rem !important;
    flex-shrink: 0;
    opacity: 0.85;
    line-height: 1 !important;
}

.mobile-drawer__divider[b-wp8qa978cb] {
    margin: 8px 16px;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

/* Desktop shell: drawer hidden — rules in app.css (Portal shell section). */
/* _content/AgivaWeb/Components/Layout/NavMenu.razor.rz.scp.css */
/* ============================================================
   NavMenu — tile sidebar (My machines + Webshop)
   Tokens: --header-h, --sidebar-w, --sidebar-sm, --sidebar-top, --sidebar-bot, --brand
   ============================================================ */

.nav-sidebar[b-p4heep5uwh] {
    position: fixed;
    top: var(--header-h, 52px);
    left: 0;
    bottom: 0;
    z-index: 1190;
    background: linear-gradient(180deg, var(--sidebar-top, #00678F) 0%, var(--sidebar-bot, #003d56) 100%);
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    transition: width 0.22s ease;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.18) transparent;
}

.nav-sidebar--expanded[b-p4heep5uwh] {
    width: var(--sidebar-w, 112px);
}

.nav-sidebar--collapsed[b-p4heep5uwh] {
    width: var(--sidebar-sm, 72px);
}

.nav-tiles[b-p4heep5uwh] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 14px 10px;
}

.nav-tile[b-p4heep5uwh] {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 88px;
    padding: 12px 8px;
    border-radius: 14px;
    text-decoration: none !important;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.15s, border-color 0.15s, transform 0.15s;
    box-sizing: border-box;
    width: 100%;
}

.nav-tile:hover[b-p4heep5uwh] {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    transform: translateY(-1px);
}

.nav-tile--active[b-p4heep5uwh],
.nav-tile.active[b-p4heep5uwh] {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.28);
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.nav-tile__icon[b-p4heep5uwh] {
    font-size: 2.15rem !important;
    line-height: 1 !important;
    color: #ffffff;
    transition: color 0.15s;
}

.nav-tile__icon-wrap[b-p4heep5uwh] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-tile__badge[b-p4heep5uwh] {
    position: absolute;
    top: 2px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: #e50031;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    border: 2px solid rgba(0, 61, 86, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.nav-tile--active .nav-tile__icon[b-p4heep5uwh],
.nav-tile.active .nav-tile__icon[b-p4heep5uwh] {
    color: #9ed4ff;
}

.nav-tile__label[b-p4heep5uwh] {
    font-size: 0.72rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.25;
    letter-spacing: 0.01em;
    color: #ffffff;
    max-width: 100%;
}

.nav-tile--active .nav-tile__label[b-p4heep5uwh],
.nav-tile.active .nav-tile__label[b-p4heep5uwh] {
    color: #9ed4ff;
}

.nav-sidebar--collapsed .nav-tiles[b-p4heep5uwh] {
    padding: 12px 6px;
    gap: 8px;
}

.nav-sidebar--collapsed .nav-tile[b-p4heep5uwh] {
    min-height: 56px;
    padding: 10px 4px;
    gap: 0;
}

.nav-sidebar--collapsed .nav-tile__label[b-p4heep5uwh] {
    display: none !important;
}

.nav-sidebar--collapsed .nav-tile__icon[b-p4heep5uwh] {
    font-size: 1.65rem !important;
}
/* _content/AgivaWeb/Components/Machine/MachineChecklistProfilePanel.razor.rz.scp.css */
.checklist-profile-zone-nav[b-2dm2tj3177] {
    position: sticky;
    top: 0.75rem;
}

.checklist-profile-zone-nav__btn[b-2dm2tj3177] {
    justify-content: flex-start !important;
    text-align: left;
    text-transform: none !important;
    min-height: 2.75rem;
}

.checklist-profile-zone-nav__label[b-2dm2tj3177] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
}

.checklist-profile-zone-nav__name[b-2dm2tj3177] {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checklist-profile-zone-nav__badge[b-2dm2tj3177] {
    flex-shrink: 0;
}

.checklist-profile-settings .mud-input-root[b-2dm2tj3177] {
    width: 100%;
}

@media (max-width: 959.98px) {
    .checklist-profile-zone-nav[b-2dm2tj3177] {
        position: static;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
        gap: 0.35rem;
    }

    .checklist-profile-zone-nav.mud-stack[b-2dm2tj3177] {
        flex-direction: row !important;
        flex-wrap: wrap;
    }
}
/* _content/AgivaWeb/Components/Pages/DevicePermissionsSettings.razor.rz.scp.css */
.pulse-highlight[b-zzapq7d8u5] {
    animation: device-perm-prompt-pulse-b-zzapq7d8u5 1.5s ease-in-out 3;
}

@keyframes device-perm-prompt-pulse-b-zzapq7d8u5 {
    0%, 100% { box-shadow: 0 0 0 0 rgba(var(--mud-palette-primary-rgb), 0.4); }
    50% { box-shadow: 0 0 0 8px rgba(var(--mud-palette-primary-rgb), 0); }
}
/* _content/AgivaWeb/Components/Pages/FieldChatMessageRow.razor.rz.scp.css */
.chat-mention-highlight[b-jd4ubx7pvr] {
  background-color: rgba(255, 213, 79, 0.4);
  border-radius: 3px;
  padding: 0 2px;
}
/* _content/AgivaWeb/Components/Pages/Machines/MachinesPage.razor.rz.scp.css */
[b-jm7vjciy6o] .machine-card {
    border-radius: 8px !important;
}

[b-jm7vjciy6o] .stat-card {
    border-radius: 6px !important;
}

.portal-machine-card-unread-dot[b-jm7vjciy6o] {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--mud-palette-error, #d32f2f);
    flex-shrink: 0;
}

.portal-machine-card-activity--top[b-jm7vjciy6o] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* BUG-037: MudTypography caption lines must not flow inline after wrapped model text. */
.portal-machine-card-meta[b-jm7vjciy6o] {
    width: 100%;
    min-width: 0;
}

.portal-machine-card-meta[b-jm7vjciy6o]  .portal-machine-card-meta__line {
    display: block;
    width: 100%;
    line-height: 1.35;
    word-break: break-word;
}
/* _content/AgivaWeb/Components/Pages/NotificationSettings.razor.rz.scp.css */
.notification-prefs-table th[b-9aw2y2nakw],
.notification-prefs-table td[b-9aw2y2nakw] {
    vertical-align: middle;
}

.pulse-highlight[b-9aw2y2nakw] {
    animation: push-prompt-pulse-b-9aw2y2nakw 1.5s ease-in-out 3;
}

@keyframes push-prompt-pulse-b-9aw2y2nakw {
    0%, 100% { box-shadow: 0 0 0 0 rgba(var(--mud-palette-primary-rgb), 0.4); }
    50% { box-shadow: 0 0 0 8px rgba(var(--mud-palette-primary-rgb), 0); }
}
/* _content/AgivaWeb/Components/Pages/PlanningCalendarPage.razor.rz.scp.css */
.planning-calendar-page[b-w1bj5ledqq] {
    --planning-ready: #2e7d32;
    --planning-ready-bg: #e8f5e9;
    --planning-not-ready: #ef6c00;
    --planning-not-ready-bg: #fff3e0;
    --planning-week-gap: 0.75rem;
    --planning-month-gap: 0.35rem;
    --planning-day-line: var(--mud-palette-lines-default, rgba(0, 0, 0, 0.12));
}

.planning-calendar-range-label[b-w1bj5ledqq] {
    min-width: 10rem;
    text-align: center;
}

.planning-calendar-legend[b-w1bj5ledqq] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.planning-legend-item[b-w1bj5ledqq] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.planning-legend-item[b-w1bj5ledqq]::before {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 999px;
}

.planning-legend-item--ready[b-w1bj5ledqq]::before {
    background: var(--planning-ready);
}

.planning-legend-item--not-ready[b-w1bj5ledqq]::before {
    background: var(--planning-not-ready);
}

.planning-legend-item--hints[b-w1bj5ledqq]::before {
    background: linear-gradient(135deg, var(--planning-ready) 50%, #f9a825 50%);
}

.planning-week-board[b-w1bj5ledqq] {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--planning-day-line);
    border-radius: 0.5rem;
    background: var(--mud-palette-surface);
    overflow: hidden;
    min-height: 24rem;
}

.planning-week-headers[b-w1bj5ledqq],
.planning-week-days[b-w1bj5ledqq] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.planning-week-headers[b-w1bj5ledqq] {
    border-bottom: 1px solid var(--planning-day-line);
}

.planning-week-body[b-w1bj5ledqq],
.planning-month-week-body[b-w1bj5ledqq] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

/* Full-height day separators behind span bars and day content. */
.planning-day-rails[b-w1bj5ledqq] {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(var(--planning-span-cols, 5), minmax(0, 1fr));
    pointer-events: none;
    z-index: 0;
}

.planning-day-rails > span[b-w1bj5ledqq] {
    border-right: 1px solid var(--planning-day-line);
    min-width: 0;
}

.planning-day-rails > span:last-child[b-w1bj5ledqq] {
    border-right: none;
}

.planning-week-span-section[b-w1bj5ledqq] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding: 0.5rem 0 0.35rem;
    border-bottom: 1px solid var(--planning-day-line);
}

.planning-week-span-section[b-w1bj5ledqq]  .planning-week-span-row {
    gap: 0;
}

.planning-week-span-section[b-w1bj5ledqq]  .planning-week-span-bar {
    /* Opaque so day rails stay under the bar, not through it. */
    margin-inline: 0.35rem;
}

.planning-week-days[b-w1bj5ledqq] {
    position: relative;
    z-index: 1;
}

.planning-day-column[b-w1bj5ledqq] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 12rem;
    /* Separators come from .planning-day-rails */
    border-right: none;
}

.planning-day-header[b-w1bj5ledqq] {
    padding: 0.5rem 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    border-right: 1px solid var(--planning-day-line);
}

.planning-week-headers .planning-day-header:last-child[b-w1bj5ledqq] {
    border-right: none;
}

.planning-day-header--today[b-w1bj5ledqq] {
    background: rgba(25, 118, 210, 0.08);
}

.planning-day-name[b-w1bj5ledqq] {
    font-weight: 600;
    font-size: 0.875rem;
}

.planning-day-date[b-w1bj5ledqq] {
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
}

.planning-day-body[b-w1bj5ledqq] {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.planning-month-grid[b-w1bj5ledqq] {
    display: flex;
    flex-direction: column;
    gap: var(--planning-month-gap);
}

.planning-month-week[b-w1bj5ledqq] {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--planning-day-line);
    border-radius: 0.35rem;
    background: var(--mud-palette-surface);
    overflow: hidden;
}

.planning-month-week-headers[b-w1bj5ledqq],
.planning-month-week-days[b-w1bj5ledqq] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.planning-month-week-headers[b-w1bj5ledqq] {
    border-bottom: 1px solid var(--planning-day-line);
}

.planning-month-week-spans[b-w1bj5ledqq] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.25rem 0 0.15rem;
    border-bottom: 1px solid var(--planning-day-line);
}

.planning-month-week-spans[b-w1bj5ledqq]  .planning-week-span-row {
    gap: 0;
}

.planning-month-week-spans[b-w1bj5ledqq]  .planning-week-span-bar {
    margin-inline: 0.2rem;
}

.planning-month-week-days[b-w1bj5ledqq] {
    position: relative;
    z-index: 1;
}

.planning-month-cell[b-w1bj5ledqq] {
    min-height: 4.5rem;
    /* Open columns (not boxed cards) — rails draw the day separators. */
    border: none;
    border-radius: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
}

.planning-month-cell--outside[b-w1bj5ledqq] {
    opacity: 0.45;
    background: rgba(0, 0, 0, 0.02);
}

.planning-month-cell--today[b-w1bj5ledqq] {
    box-shadow: inset 0 0 0 2px rgba(25, 118, 210, 0.35);
}

.planning-month-cell-header[b-w1bj5ledqq] {
    padding: 0.35rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--mud-palette-text-secondary);
    text-align: right;
    border-right: 1px solid var(--planning-day-line);
}

.planning-month-week-headers .planning-month-cell-header:last-child[b-w1bj5ledqq] {
    border-right: none;
}

.planning-month-cell-header--outside[b-w1bj5ledqq] {
    opacity: 0.45;
}

.planning-month-cell-header--today[b-w1bj5ledqq] {
    color: #1565c0;
    font-weight: 700;
}

.planning-month-cell-body[b-w1bj5ledqq] {
    padding: 0.35rem 0.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.planning-unscheduled-list[b-w1bj5ledqq] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
    gap: 0.75rem;
    align-items: start;
}

@media (max-width: 960px) {
    .planning-week-headers[b-w1bj5ledqq],
    .planning-week-days[b-w1bj5ledqq] {
        grid-template-columns: 1fr;
    }

    .planning-day-rails[b-w1bj5ledqq] {
        display: none;
    }

    .planning-day-column[b-w1bj5ledqq],
    .planning-week-headers .planning-day-header[b-w1bj5ledqq] {
        border-right: none;
        border-bottom: 1px solid var(--planning-day-line);
    }

    .planning-day-column:last-child[b-w1bj5ledqq],
    .planning-week-headers .planning-day-header:last-child[b-w1bj5ledqq] {
        border-bottom: none;
    }

    .planning-week-span-row[b-w1bj5ledqq] {
        grid-template-columns: 1fr;
    }

    .planning-week-span-bar[b-w1bj5ledqq] {
        grid-column: 1 / -1 !important;
    }

    .planning-month-week-headers[b-w1bj5ledqq],
    .planning-month-week-days[b-w1bj5ledqq] {
        grid-template-columns: 1fr;
    }

    .planning-month-week-headers .planning-month-cell-header[b-w1bj5ledqq] {
        border-right: none;
        border-bottom: 1px solid var(--planning-day-line);
    }

    .planning-month-week-spans[b-w1bj5ledqq]  .planning-week-span-bar {
        grid-column: 1 / -1 !important;
    }
}
/* _content/AgivaWeb/Components/Pages/PlanningFloorDashboardPage.razor.rz.scp.css */
.planning-floor-dashboard[b-y3ipwlxhkf] {
    padding: 0.75rem 1rem 1.5rem;
}

.planning-floor-dashboard__columns[b-y3ipwlxhkf] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    align-items: start;
}

.planning-floor-dashboard__column[b-y3ipwlxhkf] {
    background: rgba(0, 103, 143, 0.04);
    border-radius: 8px;
    padding: 0.75rem;
    min-height: 12rem;
}

.planning-floor-dashboard__day-header[b-y3ipwlxhkf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #008c8c;
}

@media (min-width: 1200px) {
    .planning-floor-dashboard__columns[b-y3ipwlxhkf] {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* _content/AgivaWeb/Components/Pages/TimeRegistrationPage.razor.rz.scp.css */
.time-timer-duo[b-coiu5hc3nn] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 12px;
}

.time-timer-pane[b-coiu5hc3nn] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    padding: 8px 10px;
    min-width: 0;
}

.time-timer-pane-head[b-coiu5hc3nn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}

.time-timer-display[b-coiu5hc3nn] {
    font-variant-numeric: tabular-nums;
    line-height: 1.1;
}

.time-timer-total[b-coiu5hc3nn] {
    display: block;
    margin-bottom: 6px;
}

.time-timer-actions[b-coiu5hc3nn] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
/* _content/AgivaWeb/Components/Shared/TouchSearchBar.razor.rz.scp.css */
.touch-search-bar[b-16o90y1umz] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

/* Mud outlined fields always add label-clearance margins, even with only a placeholder.
   Drop them when there is no Label so the Search button sits on the same row. */
.touch-search-bar:not(.touch-search-bar--with-label) .mud-input-outlined-with-label[b-16o90y1umz] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.touch-search-bar .mud-input-control-helper-container[b-16o90y1umz],
.touch-search-bar .mud-input-helper-text[b-16o90y1umz] {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.touch-search-bar__actions[b-16o90y1umz] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.touch-search-bar--with-label .touch-search-bar__actions[b-16o90y1umz] {
    margin-top: 8px;
    margin-bottom: 4px;
}

.touch-search-bar__button[b-16o90y1umz] {
    min-height: 40px;
    min-width: 88px;
    flex-shrink: 0;
}

.touch-search-bar__field[b-16o90y1umz] {
    min-width: 0;
    flex: 1 1 12rem;
}
