@import '_content/ControlSaaS.UiKit/ControlSaaS.UiKit.govpxtea0d.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6dzqrazowi] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6dzqrazowi] {
    flex: 1;
}

.sidebar[b-6dzqrazowi] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6dzqrazowi] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6dzqrazowi]  a, .top-row[b-6dzqrazowi]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6dzqrazowi]  a:hover, .top-row[b-6dzqrazowi]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6dzqrazowi]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-6dzqrazowi] {
        justify-content: space-between;
    }

    .top-row[b-6dzqrazowi]  a, .top-row[b-6dzqrazowi]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6dzqrazowi] {
        flex-direction: row;
    }

    .sidebar[b-6dzqrazowi] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6dzqrazowi] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

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

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

#blazor-error-ui[b-6dzqrazowi] {
    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-6dzqrazowi] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-uhuyzd1szm] {
    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-uhuyzd1szm] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-uhuyzd1szm] {
    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-uhuyzd1szm] {
    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-uhuyzd1szm] {
    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-uhuyzd1szm] {
    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-uhuyzd1szm] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-uhuyzd1szm]  .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-uhuyzd1szm]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

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

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

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

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

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-645eaf2q4h],
.components-reconnect-repeated-attempt-visible[b-645eaf2q4h],
.components-reconnect-failed-visible[b-645eaf2q4h],
.components-pause-visible[b-645eaf2q4h],
.components-resume-failed-visible[b-645eaf2q4h],
.components-rejoining-animation[b-645eaf2q4h] {
    display: none;
}

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


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

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

}

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

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

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

@keyframes components-reconnect-modal-fadeInOpacity-b-645eaf2q4h {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/AgIrrigationControlCenter.razor.rz.scp.css */
/* Scoped styling for the irrigation control center. Reuses the V3 palette
   variables already declared globally in agro.css. */

.agro-cc-tabs[b-80maxkll4n] {
    margin: 4px 0 2px;
}

.agro-cc-section-hd[b-80maxkll4n] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    font-family: var(--agro-font-display, inherit);
    font-size: 13px;
    font-weight: 600;
    color: var(--agro-ink);
    border-bottom: 1px solid var(--agro-line, #e3ded3);
}

.agro-cc-active-grid[b-80maxkll4n] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
    padding: 14px;
}

.agro-cc-active-card[b-80maxkll4n] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: var(--agro-water-soft, #e9f1f2);
    border: 1px solid #b0cfd2;
    border-radius: 10px;
    padding: 12px;
}

.agro-cc-lot[b-80maxkll4n] {
    font-weight: 600;
    color: var(--agro-ink);
}

.agro-cc-progress[b-80maxkll4n] {
    height: 8px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.agro-cc-progress-bar[b-80maxkll4n] {
    height: 100%;
    border-radius: 6px;
    background: var(--agro-water, #2f7d83);
    transition: width 0.3s ease;
}

.agro-cc-meta[b-80maxkll4n] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 11.5px;
    color: var(--agro-muted, #8a8576);
}

.agro-cc-hw-note[b-80maxkll4n] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px 14px;
    font-size: 11.5px;
    color: var(--agro-muted, #8a8576);
}

.agro-cc-rec[b-80maxkll4n] {
    border-left: 3px solid var(--agro-line, #e3ded3);
    border-radius: 8px;
    background: var(--agro-bg-soft, #f6f4ef);
    padding: 10px 12px;
}

.agro-cc-rec.t-risk[b-80maxkll4n] { border-left-color: var(--agro-risk, #b5482b); }
.agro-cc-rec.t-warn[b-80maxkll4n] { border-left-color: var(--agro-warn, #b9821f); }
.agro-cc-rec.t-ok[b-80maxkll4n] { border-left-color: var(--agro-ok, #5d8a3a); }

.agro-cc-rec-title[b-80maxkll4n] {
    font-weight: 600;
    font-size: 13px;
    color: var(--agro-ink);
}

.agro-cc-sensors-empty[b-80maxkll4n] {
    flex-direction: column;
    gap: 6px;
    text-align: center;
    padding: 20px 16px;
}

.agro-cc-sensors-empty strong[b-80maxkll4n] { color: var(--agro-ink); }
.agro-cc-sensors-empty span[b-80maxkll4n] { font-size: 12px; color: var(--agro-muted, #8a8576); }

.agro-cc-sys[b-80maxkll4n] {
    border: 1px solid var(--agro-line, #e3ded3);
    border-radius: 8px;
    background: var(--agro-bg-soft, #f6f4ef);
    padding: 10px 12px;
}

/* ── V3 rich layout (mockup parity) ───────────────────────────────────── */

/* 5-column KPI strip. Collapses on narrow viewports. */
.agro-cc-kpi-strip[b-80maxkll4n] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin: 6px 0 4px;
}

@media (max-width: 1180px) {
    .agro-cc-kpi-strip[b-80maxkll4n] { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .agro-cc-kpi-strip[b-80maxkll4n] { grid-template-columns: 1fr; }
}

/* Generic card wrapper used across the centre. Keeps content flush; inner
   blocks supply their own padding. */
.agro-cc-card[b-80maxkll4n] {
    overflow: hidden;
}

/* Live-sector list (Sectores regando ahora). */
.agro-cc-live-list[b-80maxkll4n] {
    display: grid;
    gap: 12px;
    padding: 14px;
}

/* Queue / scheduled rows. Grid: icon · body · figures · pill · action. */
.agro-cc-queue-row[b-80maxkll4n] {
    display: grid;
    grid-template-columns: 32px 1fr auto auto auto;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    border-bottom: 1px solid var(--agro-line, #e3ded3);
}

.agro-cc-queue-row:last-child[b-80maxkll4n] {
    border-bottom: none;
}

@media (max-width: 720px) {
    .agro-cc-queue-row[b-80maxkll4n] {
        grid-template-columns: 32px 1fr auto;
    }
    .agro-cc-queue-row > :nth-child(4)[b-80maxkll4n],
    .agro-cc-queue-row > :nth-child(5)[b-80maxkll4n] {
        display: none;
    }
}

/* Balance chart legend. */
.agro-cc-balance-legend[b-80maxkll4n] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 12px;
    font-size: 11.5px;
    color: var(--agro-muted, #8a8576);
}

.agro-cc-balance-legend span[b-80maxkll4n] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.agro-cc-balance-legend b[b-80maxkll4n] {
    color: var(--agro-ink);
    font-weight: 600;
}

.agro-cc-balance-legend .sw[b-80maxkll4n] {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    display: inline-block;
}

/* Inline "out of scope" note next to live-sector actions. */
.agro-cc-hw-inline[b-80maxkll4n] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: var(--agro-muted, #8a8576);
}
/* /Components/Pages/AgIrrigationHistory.razor.rz.scp.css */
/* Scoped styling for the irrigation history table. Reuses the V3 palette
   variables declared globally in agro.css and shares toolbar classes with the
   weekly plan (agro-wp-toolbar, agro-wp-legend). */

.agro-hist-table th[b-qfnos1ws2x],
.agro-hist-table td[b-qfnos1ws2x] {
    vertical-align: top;
    padding: 8px 10px;
}

.agro-hist-row[b-qfnos1ws2x] {
    cursor: pointer;
    transition: background 0.12s ease;
}

.agro-hist-row:hover[b-qfnos1ws2x] {
    background: var(--agro-water-soft, #e9f1f2);
}

.agro-hist-lot[b-qfnos1ws2x] {
    font-weight: 600;
    color: var(--agro-ink);
}

.agro-hist-vol[b-qfnos1ws2x] {
    font-weight: 600;
    color: var(--agro-ink);
}

.agro-hist-date[b-qfnos1ws2x] {
    color: var(--agro-ink);
    font-size: 12.5px;
}

.agro-input-sm[b-qfnos1ws2x] {
    height: 30px;
    padding: 2px 8px;
    font-size: 12.5px;
    border: 1px solid var(--agro-line, #cfc8b8);
    border-radius: 7px;
    background: #fff;
    color: var(--agro-ink);
}
/* /Components/Pages/AgIrrigationWeeklyPlan.razor.rz.scp.css */
/* Scoped styling for the irrigation weekly plan. Reuses the V3 palette variables
   declared globally in agro.css. */

.agro-wp-toolbar[b-xojihjm5us] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
}

.agro-wp-toolbar-grp[b-xojihjm5us] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.agro-chip.is-disabled[b-xojihjm5us] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Calendar grid -------------------------------------------------------- */
.agro-wp-cal-wrap[b-xojihjm5us] {
    overflow-x: auto;
    padding: 0 0 8px;
}

.agro-wp-cal[b-xojihjm5us] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    min-width: 720px;
}

.agro-wp-cal th[b-xojihjm5us],
.agro-wp-cal td[b-xojihjm5us] {
    border: 1px solid var(--agro-line, #e3ded3);
    vertical-align: top;
    padding: 6px;
}

.agro-wp-turn-col[b-xojihjm5us] {
    width: 96px;
    background: var(--agro-bg-soft, #f6f4ef);
}

.agro-wp-turnname[b-xojihjm5us] {
    font-weight: 600;
    font-size: 12.5px;
    color: var(--agro-ink);
}

.agro-wp-turntime[b-xojihjm5us] {
    font-size: 11px;
    color: var(--agro-muted, #8a8576);
}

.agro-wp-cal thead th[b-xojihjm5us] {
    background: var(--agro-bg-soft, #f6f4ef);
    text-align: left;
}

.agro-wp-cal thead th.is-today[b-xojihjm5us] {
    background: var(--agro-water-soft, #e9f1f2);
}

.agro-wp-dayhd[b-xojihjm5us] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.agro-wp-dayname[b-xojihjm5us] {
    font-weight: 600;
    font-size: 12.5px;
    color: var(--agro-ink);
}

.agro-wp-daymeta[b-xojihjm5us] {
    font-size: 10.5px;
    color: var(--agro-muted, #8a8576);
}

.agro-wp-daydef[b-xojihjm5us] {
    font-size: 10.5px;
    color: var(--agro-risk, #b5482b);
}

.agro-wp-cell[b-xojihjm5us] {
    position: relative;
    height: 78px;
}

.agro-wp-cell.is-today[b-xojihjm5us] {
    background: rgba(47, 125, 131, 0.05);
}

.agro-wp-add[b-xojihjm5us] {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed var(--agro-line, #cfc8b8);
    border-radius: 6px;
    background: transparent;
    color: var(--agro-muted, #8a8576);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.15s ease;
}

.agro-wp-cell:hover .agro-wp-add[b-xojihjm5us] {
    opacity: 1;
}

/* Calendar blocks ------------------------------------------------------ */
.agro-wp-block[b-xojihjm5us] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    border-radius: 7px;
    border-left: 3px solid var(--agro-water, #2f7d83);
    background: var(--agro-water-soft, #e9f1f2);
    padding: 5px 7px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 11.5px;
}

.agro-wp-block:hover[b-xojihjm5us] {
    filter: brightness(0.98);
}

.agro-wp-block.is-suggested[b-xojihjm5us] {
    border-left-style: dashed;
    background: var(--agro-bg-soft, #f6f4ef);
}

.agro-wp-block-lot[b-xojihjm5us] {
    font-weight: 600;
    color: var(--agro-ink);
    line-height: 1.2;
}

.agro-wp-block-meta[b-xojihjm5us] {
    font-size: 10.5px;
    color: var(--agro-muted, #8a8576);
}

.agro-wp-block-foot[b-xojihjm5us] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
    color: var(--agro-muted, #8a8576);
}

.agro-wp-tag[b-xojihjm5us] {
    font-size: 9.5px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* Status color keys (also used by the legend dots) --------------------- */
.c-scheduled[b-xojihjm5us] { border-left-color: var(--agro-water, #2f7d83); background: var(--agro-water-soft, #e9f1f2); }
.c-queued[b-xojihjm5us] { border-left-color: #5aa7c9; }
.c-in_progress[b-xojihjm5us] { border-left-color: var(--agro-warn, #b9821f); background: #fbf3df; }
.c-completed[b-xojihjm5us] { border-left-color: var(--agro-ok, #5d8a3a); background: #eef5e6; }
.c-suggested[b-xojihjm5us] { border-left-color: #9a8fb0; }
.c-high[b-xojihjm5us] { border-left-color: var(--agro-risk, #b5482b); background: #f6e7e2; }

/* Legend --------------------------------------------------------------- */
.agro-wp-legend[b-xojihjm5us] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 4px 2px 12px;
    font-size: 11.5px;
    color: var(--agro-muted, #8a8576);
}

.agro-wp-legend-it[b-xojihjm5us] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.agro-wp-legend .dot[b-xojihjm5us] {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    border-left: 3px solid var(--agro-water, #2f7d83);
    background: var(--agro-water-soft, #e9f1f2);
    display: inline-block;
}
/* /Components/Pages/IrrigationScheduleDrawer.razor.rz.scp.css */
/* Scoped styling for the assisted irrigation-schedule drawer. Reuses the V3
   palette variables already declared globally in agro.css. */

.agro-step-hd[b-wqpqaj5s3l] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--agro-font-display, inherit);
    font-size: 13px;
    font-weight: 600;
    color: var(--agro-ink);
    margin-bottom: 10px;
}

[b-wqpqaj5s3l] .agro-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--agro-water, #2f7d83);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    flex-shrink: 0;
}

.agro-diag[b-wqpqaj5s3l],
.agro-rec-card[b-wqpqaj5s3l],
.agro-confirm[b-wqpqaj5s3l] {
    background: var(--agro-bg-soft, #f6f4ef);
    border: 1px solid var(--agro-line, #e3ded3);
    border-radius: 10px;
    padding: 12px;
}

.agro-rec-card[b-wqpqaj5s3l] {
    background: var(--agro-water-soft, #e9f1f2);
    border-color: #b0cfd2;
}

.agro-diag-row[b-wqpqaj5s3l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0;
    font-size: 12.5px;
}

.agro-diag-row .muted[b-wqpqaj5s3l] { color: var(--agro-muted, #8a8576); }

.agro-diag-row .t-risk[b-wqpqaj5s3l] { color: var(--agro-risk, #b5482b); }
.agro-diag-row .t-warn[b-wqpqaj5s3l] { color: var(--agro-warn, #b9821f); }
.agro-diag-row .t-ok[b-wqpqaj5s3l] { color: var(--agro-ok, #5d8a3a); }

.agro-dot[b-wqpqaj5s3l] {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    vertical-align: middle;
}

.agro-dot.t-risk[b-wqpqaj5s3l] { background: var(--agro-risk, #b5482b); }
.agro-dot.t-warn[b-wqpqaj5s3l] { background: var(--agro-warn, #b9821f); }
.agro-dot.t-ok[b-wqpqaj5s3l] { background: var(--agro-ok, #5d8a3a); }

[b-wqpqaj5s3l] .agro-chip.is-disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}
