/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-x4ve1wuzw5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x4ve1wuzw5] {
    flex: 1;
}

.sidebar[b-x4ve1wuzw5] {
    background-image: linear-gradient(180deg, var(--kaki-color), var(--kaki-color) 70%);
}

.sidebar img[b-x4ve1wuzw5] {
    width: 200px;
    margin: 20px auto;
    display: block;
}

    .top-row[b-x4ve1wuzw5] {
        background-color: var(--kaki-color);
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
        height: 3.5rem;
        display: flex;
        align-items: center;
        display: none;
    }

    .top-row[b-x4ve1wuzw5]  a, .top-row[b-x4ve1wuzw5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-x4ve1wuzw5]  a:hover, .top-row[b-x4ve1wuzw5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-x4ve1wuzw5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-x4ve1wuzw5] {
        justify-content: space-between;
    }

    .top-row[b-x4ve1wuzw5]  a, .top-row[b-x4ve1wuzw5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-x4ve1wuzw5] {
        flex-direction: row;
    }

    .sidebar[b-x4ve1wuzw5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-x4ve1wuzw5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-x4ve1wuzw5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-x4ve1wuzw5], article[b-x4ve1wuzw5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-x4ve1wuzw5] {
    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-x4ve1wuzw5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-93fg4uv2tv] {
    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-93fg4uv2tv] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-93fg4uv2tv] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-93fg4uv2tv] {
    font-size: 1.1rem;
}


.nav-item[b-93fg4uv2tv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-section-title[b-93fg4uv2tv] {
    color: #5f6670;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-top: 0.35rem;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
}

    .nav-item:first-of-type[b-93fg4uv2tv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-93fg4uv2tv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-93fg4uv2tv]  .nav-link {
        color: #000000;
        gap: 8px;
        background: none;
        border: none;
        border-radius: 4px;
        height: 35px;
        display: flex;
        align-items: center;
        line-height: 35px;
        width: 100%;
        font-weight: 600;
        text-transform: uppercase;
    }
    .nav-icon[b-93fg4uv2tv]{
        color: #000000 !important;
    }

/*.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item ::deep .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}*/

.nav-scrollable[b-93fg4uv2tv] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-93fg4uv2tv] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-93fg4uv2tv] {
        display: none;
    }

    .nav-scrollable[b-93fg4uv2tv] {
        /* 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-6dsih69uhd],
.components-reconnect-repeated-attempt-visible[b-6dsih69uhd],
.components-reconnect-failed-visible[b-6dsih69uhd],
.components-pause-visible[b-6dsih69uhd],
.components-resume-failed-visible[b-6dsih69uhd],
.components-rejoining-animation[b-6dsih69uhd] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-6dsih69uhd],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-6dsih69uhd],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-6dsih69uhd],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-6dsih69uhd],
#components-reconnect-modal.components-reconnect-retrying[b-6dsih69uhd],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-6dsih69uhd],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-6dsih69uhd],
#components-reconnect-modal.components-reconnect-failed[b-6dsih69uhd],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-6dsih69uhd] {
    display: block;
}


#components-reconnect-modal[b-6dsih69uhd] {
    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-6dsih69uhd 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-6dsih69uhd 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-6dsih69uhd 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-6dsih69uhd]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-6dsih69uhd 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-6dsih69uhd {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-6dsih69uhd {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-6dsih69uhd {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-6dsih69uhd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-6dsih69uhd] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-6dsih69uhd] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-6dsih69uhd] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-6dsih69uhd] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-6dsih69uhd] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-6dsih69uhd] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-6dsih69uhd 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-6dsih69uhd] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-6dsih69uhd {
    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/Setup/LaboratorySetup.razor.rz.scp.css */
.laboratory-setup-page[b-u1ztgntcsa] {
    max-width: 960px;
}

.page-title[b-u1ztgntcsa] {
    margin: 0 0 16px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #1f3146;
    text-transform: uppercase;
}

.setup-card[b-u1ztgntcsa] {
    border: 1px solid #d7dde5;
    border-radius: 8px;
    background: #fff;
    padding: 16px;
    margin-bottom: 14px;
}

.section-title[b-u1ztgntcsa] {
    margin: 0 0 12px;
    color: #1f3146;
    font-size: 1.15rem;
    font-weight: 600;
    text-transform: uppercase;
}

.feedback-message[b-u1ztgntcsa] {
    margin-bottom: 12px;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 0.95rem;
}

.feedback-message.success[b-u1ztgntcsa] {
    border: 1px solid #b7dfbc;
    background: #ecf8ee;
    color: #1f5a25;
}

.feedback-message.error[b-u1ztgntcsa] {
    border: 1px solid #e8bcbc;
    background: #fdf1f1;
    color: #8b1d1d;
}

.form-field label[b-u1ztgntcsa] {
    display: block;
    margin-bottom: 4px;
    font-size: 0.92rem;
    color: #1f3146;
    text-transform: uppercase;
}

.first-row-field[b-u1ztgntcsa],
.compact-field[b-u1ztgntcsa] {
    max-width: 180px;
}

.intro-card[b-u1ztgntcsa] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.intro-text[b-u1ztgntcsa] {
    margin: 0;
    color: #3b4654;
    font-size: 1rem;
}

.action-button[b-u1ztgntcsa] {
    height: 38px;
    min-width: 86px;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    background: #fff;
    color: #1f3146;
    font-size: 0.95rem;
    font-weight: 500;
}

.action-button.primary[b-u1ztgntcsa] {
    background: #1f3146;
    border-color: #1f3146;
    color: #fff;
}

.action-button.danger[b-u1ztgntcsa] {
    border-color: #d7a9a9;
    color: #7a1717;
}

.action-button:disabled[b-u1ztgntcsa] {
    opacity: 0.6;
    cursor: not-allowed;
}

.table-wrapper[b-u1ztgntcsa] {
    width: 100%;
    overflow-x: auto;
}

.laboratory-table[b-u1ztgntcsa] {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

.laboratory-table th[b-u1ztgntcsa],
.laboratory-table td[b-u1ztgntcsa] {
    border-bottom: 1px solid #eceff3;
    padding: 8px 10px;
    text-align: left;
    font-size: 0.95rem;
    color: #1f3146;
    vertical-align: middle;
}

.laboratory-table th[b-u1ztgntcsa] {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: #45576c;
}

.actions-column[b-u1ztgntcsa] {
    width: 190px;
}

.actions-cell[b-u1ztgntcsa] {
    display: flex;
    gap: 8px;
}

.empty-state[b-u1ztgntcsa] {
    margin: 0;
    color: #3b4654;
}

.modal-backdrop[b-u1ztgntcsa] {
    position: fixed;
    inset: 0;
    background: rgba(22, 33, 49, 0.45);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
    padding: 10px;
    z-index: 2000;
}

.setup-modal[b-u1ztgntcsa] {
    width: min(99vw, 1560px) !important;
    max-width: min(99vw, 1560px) !important;
    max-height: 78vh;
    overflow-y: auto;
    border-radius: 10px;
    border: 1px solid #d7dde5;
    background: #fff;
    padding: 18px;
    box-shadow: 0 14px 30px rgba(18, 33, 49, 0.26);
}

.lab-mapping-modal[b-u1ztgntcsa] {
    width: min(99vw, 1640px) !important;
    max-width: min(99vw, 1640px) !important;
}

.modal-title[b-u1ztgntcsa] {
    margin: 0 0 12px;
    color: #1f3146;
    font-size: 1.25rem;
    font-weight: 600;
}

.modal-text[b-u1ztgntcsa] {
    margin: 0 0 14px;
    color: #3b4654;
}

.modal-form-grid[b-u1ztgntcsa] {
    display: grid;
    grid-template-columns: minmax(0, 2fr) repeat(3, minmax(140px, 1fr));
    gap: 10px;
}

.template-upload-row[b-u1ztgntcsa] {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
}

.excel-file-input[b-u1ztgntcsa] {
    display: none;
}

.template-file-trigger[b-u1ztgntcsa] {
    min-width: 170px;
    white-space: nowrap;
}

.template-analyze-button[b-u1ztgntcsa] {
    min-width: 150px;
    white-space: nowrap;
}

.template-file-name[b-u1ztgntcsa] {
    margin: 8px 0 0;
    font-size: 0.9rem;
    color: #3b4654;
}

.template-hint[b-u1ztgntcsa] {
    margin: 8px 0 0;
    font-size: 0.9rem;
    color: #3b4654;
}

.detected-headings[b-u1ztgntcsa] {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #1f3146;
}

.detected-headings strong[b-u1ztgntcsa] {
    margin-right: 5px;
}

.mapping-quick-actions[b-u1ztgntcsa] {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.mapping-toggle[b-u1ztgntcsa] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.88rem;
    color: #1f3146;
}

.mapping-counts[b-u1ztgntcsa] {
    font-size: 0.88rem;
    color: #45576c;
}

.mapping-table-wrapper[b-u1ztgntcsa] {
    margin-top: 12px;
    max-height: 260px;
    overflow: auto;
    border: 1px solid #eceff3;
    border-radius: 6px;
}

.mapping-table[b-u1ztgntcsa] {
    width: 100%;
    border-collapse: collapse;
}

.mapping-table th[b-u1ztgntcsa],
.mapping-table td[b-u1ztgntcsa] {
    border-bottom: 1px solid #eceff3;
    padding: 6px 8px;
    text-align: left;
    font-size: 0.9rem;
    color: #1f3146;
    vertical-align: middle;
}

.mapping-table th:nth-child(1)[b-u1ztgntcsa],
.mapping-table td:nth-child(1)[b-u1ztgntcsa] {
    width: 300px;
}

.mapping-table th:nth-child(3)[b-u1ztgntcsa],
.mapping-table td:nth-child(3)[b-u1ztgntcsa] {
    width: 100px;
}

.mapping-table th[b-u1ztgntcsa] {
    position: sticky;
    top: 0;
    background: #f8fbff;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.mapping-table td input[type="checkbox"][b-u1ztgntcsa] {
    width: 16px;
    height: 16px;
}

.mapping-table td .form-control[b-u1ztgntcsa] {
    min-width: 240px;
    height: 34px;
}

.mapping-empty-state[b-u1ztgntcsa] {
    color: #45576c;
    font-style: italic;
}

.heading-combobox[b-u1ztgntcsa] {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) auto;
    gap: 8px;
    align-items: center;
}

.heading-combobox-input[b-u1ztgntcsa] {
    min-width: 260px;
    height: 34px;
    font-size: 0.9rem;
}

.heading-clear-button[b-u1ztgntcsa] {
    height: 34px;
    min-width: 64px;
    border: 1px solid #b8c3d1;
    border-radius: 4px;
    background: #f7f9fc;
    color: #1f3146;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.heading-clear-button:disabled[b-u1ztgntcsa] {
    opacity: 0.45;
}

.validation-message[b-u1ztgntcsa] {
    margin: 10px 0 0;
    font-size: 0.9rem;
    line-height: 1.3;
}

.validation-message.success[b-u1ztgntcsa] {
    color: #1f5a25;
}

.validation-message.error[b-u1ztgntcsa] {
    color: #8b1d1d;
}

.validation-table-wrapper[b-u1ztgntcsa] {
    margin-top: 10px;
    max-height: 130px;
    overflow: auto;
    border: 1px solid #eceff3;
    border-radius: 6px;
}

.detected-headings span[b-u1ztgntcsa] {
    display: block;
    margin-top: 4px;
    max-height: 56px;
    overflow: auto;
}

.validation-table[b-u1ztgntcsa] {
    width: 100%;
    border-collapse: collapse;
    min-width: 920px;
}

.validation-table th[b-u1ztgntcsa],
.validation-table td[b-u1ztgntcsa] {
    border-bottom: 1px solid #eceff3;
    padding: 6px 8px;
    text-align: left;
    font-size: 0.84rem;
    color: #1f3146;
}

.validation-table th[b-u1ztgntcsa] {
    position: sticky;
    top: 0;
    background: #f8fbff;
    font-size: 0.78rem;
    text-transform: uppercase;
}

.validation-table tr.has-issue td[b-u1ztgntcsa] {
    color: #8b1d1d;
}

.validation-table tr.has-warning td[b-u1ztgntcsa] {
    color: #8a6500;
}

.modal-actions[b-u1ztgntcsa] {
    margin-top: 14px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.modal-error-message[b-u1ztgntcsa] {
    margin: 10px 0 0;
    color: #8b1d1d;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .page-title[b-u1ztgntcsa] {
        font-size: 1.5rem;
    }

    .intro-card[b-u1ztgntcsa] {
        flex-direction: column;
        align-items: flex-start;
    }

    .first-row-field[b-u1ztgntcsa] {
        max-width: 100%;
    }

    .modal-form-grid[b-u1ztgntcsa] {
        grid-template-columns: 1fr;
    }

    .template-upload-row[b-u1ztgntcsa] {
        grid-template-columns: 1fr;
    }

    .mapping-quick-actions[b-u1ztgntcsa] {
        flex-direction: column;
        align-items: stretch;
    }

    .template-file-trigger[b-u1ztgntcsa],
    .template-analyze-button[b-u1ztgntcsa] {
        min-width: 0;
        width: 100%;
    }

    .heading-combobox[b-u1ztgntcsa] {
        grid-template-columns: 1fr;
    }

    .heading-combobox-input[b-u1ztgntcsa] {
        min-width: 0;
    }

    .modal-actions[b-u1ztgntcsa] {
        justify-content: stretch;
    }

    .modal-actions .action-button[b-u1ztgntcsa] {
        flex: 1;
    }
}
/* /Components/Pages/Setup/SoilNormSetup.razor.rz.scp.css */
.soil-norm-setup-page[b-2t0e84so0j] {
    max-width: 1120px;
}

.page-title[b-2t0e84so0j] {
    margin: 0 0 16px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #1f3146;
    text-transform: uppercase;
}

.setup-card[b-2t0e84so0j] {
    border: 1px solid #d7dde5;
    border-radius: 8px;
    background: #fff;
    padding: 16px;
    margin-bottom: 14px;
}

.section-title[b-2t0e84so0j] {
    margin: 0 0 12px;
    color: #1f3146;
    font-size: 1.15rem;
    font-weight: 600;
    text-transform: uppercase;
}

.feedback-message[b-2t0e84so0j] {
    margin-bottom: 12px;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 0.95rem;
}

.feedback-message.success[b-2t0e84so0j] {
    border: 1px solid #b7dfbc;
    background: #ecf8ee;
    color: #1f5a25;
}

.feedback-message.error[b-2t0e84so0j] {
    border: 1px solid #e8bcbc;
    background: #fdf1f1;
    color: #8b1d1d;
}

.form-field label[b-2t0e84so0j] {
    display: block;
    margin-bottom: 4px;
    font-size: 0.92rem;
    color: #1f3146;
    text-transform: uppercase;
}

.full-width[b-2t0e84so0j] {
    grid-column: 1 / -1;
}

.intro-card[b-2t0e84so0j] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.intro-text[b-2t0e84so0j] {
    margin: 0;
    color: #3b4654;
    font-size: 1rem;
}

.action-button[b-2t0e84so0j] {
    height: 38px;
    min-width: 86px;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    background: #fff;
    color: #1f3146;
    font-size: 0.95rem;
    font-weight: 500;
}

.action-button.primary[b-2t0e84so0j] {
    background: #1f3146;
    border-color: #1f3146;
    color: #fff;
}

.action-button.danger[b-2t0e84so0j] {
    border-color: #d7a9a9;
    color: #7a1717;
}

.action-button:disabled[b-2t0e84so0j] {
    opacity: 0.6;
    cursor: not-allowed;
}

.table-wrapper[b-2t0e84so0j] {
    width: 100%;
    overflow-x: auto;
}

.soil-norm-table[b-2t0e84so0j] {
    width: 100%;
    border-collapse: collapse;
    min-width: 980px;
}

.soil-norm-table th[b-2t0e84so0j],
.soil-norm-table td[b-2t0e84so0j] {
    border-bottom: 1px solid #eceff3;
    padding: 8px 10px;
    text-align: left;
    font-size: 0.95rem;
    color: #1f3146;
    vertical-align: middle;
}

.soil-norm-table th[b-2t0e84so0j] {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: #45576c;
}

.actions-column[b-2t0e84so0j] {
    width: 190px;
}

.actions-cell[b-2t0e84so0j] {
    display: flex;
    gap: 8px;
}

.empty-state[b-2t0e84so0j] {
    margin: 0;
    color: #3b4654;
}

.modal-backdrop[b-2t0e84so0j] {
    position: fixed;
    inset: 0;
    background: rgba(22, 33, 49, 0.45);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
    padding: 20px 16px;
    z-index: 2000;
}

.setup-modal[b-2t0e84so0j] {
    width: min(96vw, 980px);
    max-width: 980px;
    max-height: 82vh;
    overflow-y: auto;
    border-radius: 10px;
    border: 1px solid #d7dde5;
    background: #fff;
    padding: 18px;
    box-shadow: 0 14px 30px rgba(18, 33, 49, 0.26);
}

.modal-title[b-2t0e84so0j] {
    margin: 0 0 12px;
    color: #1f3146;
    font-size: 1.25rem;
    font-weight: 600;
}

.modal-text[b-2t0e84so0j] {
    margin: 0 0 14px;
    color: #3b4654;
}

.modal-form-grid[b-2t0e84so0j] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.modal-actions[b-2t0e84so0j] {
    margin-top: 14px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.modal-error-message[b-2t0e84so0j] {
    margin: 10px 0 0;
    color: #8b1d1d;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .page-title[b-2t0e84so0j] {
        font-size: 1.5rem;
    }

    .intro-card[b-2t0e84so0j] {
        flex-direction: column;
        align-items: flex-start;
    }

    .modal-form-grid[b-2t0e84so0j] {
        grid-template-columns: 1fr;
    }

    .modal-actions[b-2t0e84so0j] {
        justify-content: stretch;
    }

    .modal-actions .action-button[b-2t0e84so0j] {
        flex: 1;
    }
}
/* /Components/Pages/Suggestions/ImportResults.razor.rz.scp.css */
.import-results-page[b-303xvpois8] {
    max-width: 860px;
}

.page-title[b-303xvpois8] {
    margin: 0 0 16px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #1f3146;
    text-transform: uppercase;
}

.import-form[b-303xvpois8] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.feedback-message[b-303xvpois8] {
    margin-bottom: 12px;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 0.95rem;
}

.feedback-message.success[b-303xvpois8] {
    border: 1px solid #b7dfbc;
    background: #ecf8ee;
    color: #1f5a25;
}

.feedback-message.error[b-303xvpois8] {
    border: 1px solid #e8bcbc;
    background: #fdf1f1;
    color: #8b1d1d;
}

.form-row[b-303xvpois8] {
    display: grid;
    grid-template-columns: 220px minmax(0, 310px);
    align-items: center;
    column-gap: 0;
}

.form-row label[b-303xvpois8] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 400;
    color: #1f3146;
    letter-spacing: 0.01em;
}

.form-row .form-control[b-303xvpois8],
.form-row .form-select[b-303xvpois8] {
    height: 38px;
    font-size: 1.1rem;
    font-weight: 300;
    border-color: #b8b8b8;
    color: #1f3146;
}

.form-row .form-control[b-303xvpois8]::placeholder {
    color: #3b4654;
    opacity: 1;
}

.checkbox-row[b-303xvpois8] {
    margin-top: -2px;
}

.empty-label[b-303xvpois8] {
    display: block;
    width: 220px;
    height: 1px;
}

.crop-options[b-303xvpois8] {
    display: flex;
    align-items: center;
    gap: 34px;
}

.crop-options label[b-303xvpois8] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    color: #1f3146;
}

.crop-options input[type="checkbox"][b-303xvpois8] {
    width: 16px;
    height: 16px;
    margin: 0;
}

.form-section-space[b-303xvpois8] {
    margin-top: 4px;
}

.empty-field[b-303xvpois8] {
    height: 30px;
}

.button-row[b-303xvpois8] {
    margin-top: 10px;
}

.upload-input-container[b-303xvpois8] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 6px;
}

.upload-actions[b-303xvpois8] {
    display: flex;
    gap: 8px;
}

.excel-file-input[b-303xvpois8] {
    display: none;
}

.action-upload-button[b-303xvpois8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 56px;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    background: #fff;
    color: #1f3146;
    font-size: 1.05rem;
    font-weight: 500;
    cursor: pointer;
}

.upload-button[b-303xvpois8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 56px;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    background: transparent;
    color: #1f3146;
    font-size: 1.1rem;
    font-weight: 400;
    white-space: nowrap;
    cursor: pointer;
}

.upload-button:disabled[b-303xvpois8] {
    opacity: 0.6;
    cursor: not-allowed;
}

.selected-file-name[b-303xvpois8] {
    font-size: 0.95rem;
    color: #3b4654;
    line-height: 1.3;
}

.field-error-message[b-303xvpois8] {
    color: #8b1d1d;
    font-size: 0.9rem;
    line-height: 1.3;
}

.field-hint-message[b-303xvpois8] {
    color: #3b4654;
    font-size: 0.9rem;
    line-height: 1.3;
}

.import-error-section[b-303xvpois8] {
    margin-top: 16px;
    padding: 12px;
    border: 1px solid #eceff3;
    border-radius: 6px;
    background: #fff;
}

.import-error-title[b-303xvpois8] {
    margin: 0 0 8px;
    color: #1f3146;
    font-size: 1rem;
    text-transform: uppercase;
}

.import-error-list[b-303xvpois8] {
    margin: 0;
    padding-left: 18px;
    color: #8b1d1d;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .import-results-page[b-303xvpois8] {
        max-width: 100%;
    }

    .page-title[b-303xvpois8] {
        font-size: 1.5rem;
    }

    .form-row[b-303xvpois8] {
        grid-template-columns: 1fr;
        row-gap: 8px;
        margin-bottom: 6px;
    }

    .empty-label[b-303xvpois8] {
        display: none;
    }

    .form-row label[b-303xvpois8] {
        font-size: 1rem;
    }

    .form-row .form-control[b-303xvpois8],
    .form-row .form-select[b-303xvpois8] {
        font-size: 1rem;
    }

    .button-row[b-303xvpois8] {
        margin-top: 8px;
    }

    .upload-actions[b-303xvpois8] {
        flex-direction: column;
    }

    .action-upload-button[b-303xvpois8] {
        width: 100%;
    }

    .selected-file-name[b-303xvpois8] {
        font-size: 0.9rem;
    }

    .field-error-message[b-303xvpois8] {
        font-size: 0.85rem;
    }

    .field-hint-message[b-303xvpois8] {
        font-size: 0.85rem;
    }
}
/* /Components/Pages/Suggestions/SoilResults.razor.rz.scp.css */
.soil-results-page[b-2wgzalimau] {
    max-width: 1200px;
}

.page-header-row[b-2wgzalimau] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.page-title[b-2wgzalimau] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #1f3146;
    text-transform: uppercase;
}

.action-button[b-2wgzalimau] {
    height: 38px;
    min-width: 88px;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    background: #fff;
    color: #1f3146;
    font-size: 0.95rem;
    font-weight: 500;
}

.filter-row[b-2wgzalimau] {
    margin-bottom: 10px;
}

.search-input[b-2wgzalimau] {
    max-width: 380px;
    height: 38px;
}

.feedback-message[b-2wgzalimau] {
    margin-bottom: 12px;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 0.95rem;
}

.feedback-message.error[b-2wgzalimau] {
    border: 1px solid #e8bcbc;
    background: #fdf1f1;
    color: #8b1d1d;
}

.empty-state[b-2wgzalimau] {
    color: #3b4654;
}

.result-summary[b-2wgzalimau] {
    margin: 0 0 10px;
    color: #45576c;
    font-size: 0.9rem;
}

.table-wrapper[b-2wgzalimau] {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e5e8ed;
    border-radius: 8px;
}

.results-table[b-2wgzalimau] {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
}

.results-table th[b-2wgzalimau],
.results-table td[b-2wgzalimau] {
    border-bottom: 1px solid #eceff3;
    padding: 8px 10px;
    text-align: left;
    font-size: 0.93rem;
    color: #1f3146;
    vertical-align: middle;
}

.results-table th[b-2wgzalimau] {
    background: #f8fbff;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #45576c;
}

@media (max-width: 768px) {
    .page-header-row[b-2wgzalimau] {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-title[b-2wgzalimau] {
        font-size: 1.45rem;
    }

    .search-input[b-2wgzalimau] {
        max-width: 100%;
    }
}
