/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-shell[b-193f345m8z] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.admin-shell__hero[b-193f345m8z] {
    display: grid;
    gap: 1rem;
    border-radius: 1.2rem;
    border: 1px solid #578f4f;
    color: #ffffff;
    background:
        radial-gradient(circle at top right, rgba(223, 231, 119, 0.22), transparent 30%),
        linear-gradient(120deg, #203a1b 0%, #4d8b40 45%, #749f4e 100%);
    padding: 1.1rem;
    box-shadow: 0 18px 36px rgba(21, 35, 20, 0.18);
}

.admin-shell__hero h1[b-193f345m8z] {
    margin: 0;
    font-size: clamp(1.9rem, 5vw, 2.5rem);
    line-height: 1.05;
}

.admin-shell__hero p[b-193f345m8z] {
    margin: 0;
    max-width: 56ch;
    color: rgba(255, 255, 255, 0.92);
}

.admin-shell__hero-copy[b-193f345m8z],
.admin-shell__hero-status[b-193f345m8z] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    min-width: 0;
}

.admin-shell__hero-status[b-193f345m8z] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.admin-shell__hero-card[b-193f345m8z] {
    display: grid;
    gap: 0.3rem;
    padding: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.admin-shell__hero-card span[b-193f345m8z] {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}

.admin-shell__hero-card strong[b-193f345m8z] {
    font-size: 1.05rem;
    line-height: 1.2;
}

.admin-shell__hero-card small[b-193f345m8z] {
    color: rgba(255, 255, 255, 0.82);
}

.admin-shell__body[b-193f345m8z] {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 290px) minmax(0, 1fr);
    align-items: start;
}

.admin-shell__sidebar[b-193f345m8z],
.admin-shell__content[b-193f345m8z] {
    min-width: 0;
}

.admin-nav-panel[b-193f345m8z] {
    position: sticky;
    top: 1rem;
}

.admin-nav-panel__header[b-193f345m8z] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 0.75rem;
}

.admin-nav-panel__actions[b-193f345m8z] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.5rem;
}

.admin-nav-panel__header h2[b-193f345m8z] {
    margin: 0;
    font-size: 1.05rem;
    color: #233d1f;
}

.admin-logout-form[b-193f345m8z] {
    margin: 0;
}

.admin-logout-button[b-193f345m8z] {
    border: 0;
    cursor: pointer;
}

.admin-nav[b-193f345m8z] {
    display: grid;
    gap: 0.45rem;
}

.admin-nav__link[b-193f345m8z] {
    display: flex;
    align-items: center;
    min-height: 2.75rem;
    padding: 0.65rem 0.8rem;
    border: 1px solid #d5ddc6;
    border-radius: 0.8rem;
    text-decoration: none;
    font-weight: 700;
    color: #294223;
    background: #fbfdf7;
    transition: transform 0.14s ease, box-shadow 0.14s ease, border-color 0.14s ease, background 0.14s ease;
}

.admin-nav__link:hover[b-193f345m8z] {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(32, 58, 27, 0.1);
    border-color: #c7d8be;
    background: #ffffff;
}

.admin-nav__link.active[b-193f345m8z] {
    color: #ffffff;
    border-color: #5a8f47;
    background: linear-gradient(135deg, #355f2d 0%, #6f7d1c 100%);
    box-shadow: 0 12px 22px rgba(32, 58, 27, 0.18);
}

@media (max-width: 980px) {
    .admin-shell__body[b-193f345m8z] {
        grid-template-columns: 1fr;
    }

    .admin-nav-panel[b-193f345m8z] {
        position: static;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/*
   Site header + navigation shell
*/

.site-header[b-tefr3qohlf] {
    position: sticky;
    top: 0;
    z-index: 1200;
    background: linear-gradient(120deg, #203a1b 0%, #4d8b40 45%, #749f4e 100%);
    box-shadow: 0 2px 12px rgba(32, 58, 27, 0.35);
}

.site-header-inner[b-tefr3qohlf] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.25rem;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
    height: 56px;
}

.app-brand-link[b-tefr3qohlf] {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 0.75rem;
}

.desktop-nav[b-tefr3qohlf] {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    flex: 1;
    min-width: 0;
}

.desktop-nav .nav-link[b-tefr3qohlf] {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-size: 0.83rem;
    font-weight: 600;
    padding: 0.38rem 0.55rem;
    border-radius: 0.4rem;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
}

.desktop-nav .nav-link:hover[b-tefr3qohlf] {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.admin-pill[b-tefr3qohlf] {
    flex-shrink: 0;
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, 0.65);
    color: #ffffff;
    border-radius: 999px;
    padding: 0.28rem 0.9rem;
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
    transition: background 0.15s;
}

.admin-pill:hover[b-tefr3qohlf] {
    background: rgba(255, 255, 255, 0.18);
}

.hamburger[b-tefr3qohlf] {
    position: relative;
    z-index: 1300;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
}

.hamburger span[b-tefr3qohlf] {
    display: block;
    height: 2.5px;
    background: #ffffff;
    border-radius: 2px;
    width: 100%;
}

.drawer-backdrop[b-tefr3qohlf] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2000;
}

.mobile-drawer[b-tefr3qohlf] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 260px;
    max-width: 85vw;
    background: #1e3a1a;
    z-index: 2100;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    overflow-y: auto;
}

.mobile-drawer.drawer-open[b-tefr3qohlf] {
    transform: translateX(0);
}

.drawer-header[b-tefr3qohlf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.drawer-brand[b-tefr3qohlf] {
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.drawer-close[b-tefr3qohlf] {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.75);
    font-size: 1rem;
    cursor: pointer;
    padding: 0.25rem;
}

.drawer-link[b-tefr3qohlf] {
    display: block;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-size: 0.97rem;
    font-weight: 500;
    padding: 0.7rem 1.2rem;
    transition: background 0.12s;
}

.drawer-link:hover[b-tefr3qohlf] {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.drawer-divider[b-tefr3qohlf] {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin: 0.4rem 0;
}

.app-main[b-tefr3qohlf] {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0.5rem 0.85rem 1.5rem;
}

.site-footer[b-tefr3qohlf] {
    margin-top: 1.5rem;
    border-top: 1px solid #c7d8be;
    background: #f0f6e8;
}

.site-footer-inner[b-tefr3qohlf] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    text-align: center;
}

.site-footer-social[b-tefr3qohlf] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.6rem;
}

.site-footer-social-link[b-tefr3qohlf] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #203a1b;
    color: #ffffff;
    transition: background 0.15s, transform 0.15s;
}

.site-footer-social-link:hover[b-tefr3qohlf] {
    background: #4d8b40;
    transform: translateY(-1px);
}

.site-footer-copy[b-tefr3qohlf] {
    margin: 0;
    font-size: 0.85rem;
    color: #5f6e5b;
}

.site-footer-copy-sep[b-tefr3qohlf] {
    margin: 0 0.4rem;
}

.site-footer-copy a[b-tefr3qohlf] {
    color: #355031;
    font-weight: 600;
    text-decoration: none;
}

.site-footer-copy a:hover[b-tefr3qohlf] {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .site-footer[b-tefr3qohlf] {
        padding-bottom: 4.5rem;
    }
}

.mobile-bottom-nav[b-tefr3qohlf] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    justify-content: space-around;
    align-items: stretch;
    background: #ffffff;
    border-top: 1px solid #c7d8be;
    box-shadow: 0 -4px 16px rgba(32, 58, 27, 0.1);
    height: 56px;
}

.bottom-tab[b-tefr3qohlf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-decoration: none;
    color: #4a5e45;
    gap: 0.1rem;
    transition: background 0.12s;
}

.bottom-tab:hover[b-tefr3qohlf],
.bottom-tab:active[b-tefr3qohlf] {
    background: #f0f6e8;
}

.tab-icon[b-tefr3qohlf] {
    font-size: 1.2rem;
    line-height: 1;
}

.tab-label[b-tefr3qohlf] {
    font-size: 0.67rem;
    font-weight: 600;
    color: #4a5e45;
}

@media (min-width: 1025px) {
    .hamburger[b-tefr3qohlf]         { display: none !important; }
    .mobile-drawer[b-tefr3qohlf]     { display: none !important; }
    .drawer-backdrop[b-tefr3qohlf]   { display: none !important; }
    .mobile-bottom-nav[b-tefr3qohlf] { display: none !important; }
    .desktop-nav[b-tefr3qohlf]       { display: flex !important; }
}

@media (max-width: 1024px) {
    .site-header[b-tefr3qohlf]       { display: none !important; }
    .desktop-nav[b-tefr3qohlf]       { display: none !important; }
    .hamburger[b-tefr3qohlf]         { display: none !important; }
    .mobile-drawer[b-tefr3qohlf]     { display: none !important; }
    .drawer-backdrop[b-tefr3qohlf]   { display: none !important; }
    .app-content[b-tefr3qohlf]       { margin-top: 0 !important; padding: 0 !important; }
    .mobile-bottom-nav[b-tefr3qohlf] { display: flex !important; }
    .app-main[b-tefr3qohlf]          { padding: 0.5rem 0.85rem 5rem; }
}

#blazor-error-ui[b-tefr3qohlf] {
    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: 3000;
}

#blazor-error-ui .dismiss[b-tefr3qohlf] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-qe4dezb5qc] {
    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-qe4dezb5qc] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-qe4dezb5qc] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-qe4dezb5qc] {
    font-size: 1.1rem;
}

.bi[b-qe4dezb5qc] {
    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-qe4dezb5qc] {
    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-qe4dezb5qc] {
    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-qe4dezb5qc] {
    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-qe4dezb5qc] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-qe4dezb5qc] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-qe4dezb5qc] {
        padding-bottom: 1rem;
    }

    .nav-item[b-qe4dezb5qc]  .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-qe4dezb5qc]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-qe4dezb5qc]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-qe4dezb5qc] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-qe4dezb5qc] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-qe4dezb5qc] {
        display: none;
    }

    .nav-scrollable[b-qe4dezb5qc] {
        /* 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-smuyoicmo3],
.components-reconnect-repeated-attempt-visible[b-smuyoicmo3],
.components-reconnect-failed-visible[b-smuyoicmo3],
.components-pause-visible[b-smuyoicmo3],
.components-resume-failed-visible[b-smuyoicmo3],
.components-rejoining-animation[b-smuyoicmo3] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-smuyoicmo3],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-smuyoicmo3],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-smuyoicmo3],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-smuyoicmo3],
#components-reconnect-modal.components-reconnect-retrying[b-smuyoicmo3],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-smuyoicmo3],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-smuyoicmo3],
#components-reconnect-modal.components-reconnect-failed[b-smuyoicmo3],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-smuyoicmo3] {
    display: block;
}


#components-reconnect-modal[b-smuyoicmo3] {
    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-smuyoicmo3 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-smuyoicmo3 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-smuyoicmo3 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-smuyoicmo3]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-smuyoicmo3 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-smuyoicmo3 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-smuyoicmo3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-smuyoicmo3 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-smuyoicmo3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-smuyoicmo3] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-smuyoicmo3] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-smuyoicmo3] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-smuyoicmo3] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-smuyoicmo3] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-smuyoicmo3] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-smuyoicmo3 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-smuyoicmo3] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-smuyoicmo3 {
    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/DiagnosticKey.razor.rz.scp.css */
.diagnostic-key-hero[b-5376372z3y] {
    display: grid;
    gap: 0.85rem;
    border-radius: 1.15rem;
    padding: 1.15rem;
    color: #f7fbf3;
    background:
        radial-gradient(circle at top right, rgba(223, 231, 119, 0.24), transparent 28%),
        linear-gradient(135deg, var(--green-900) 0%, #315226 62%, var(--green-400) 100%);
    box-shadow: 0 18px 36px rgba(32, 58, 27, 0.16);
}

.diagnostic-key-hero__copy[b-5376372z3y] {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.diagnostic-key-hero__eyebrow[b-5376372z3y] {
    width: fit-content;
}

.diagnostic-key-hero h1[b-5376372z3y] {
    margin: 0;
    line-height: 1.04;
}

.diagnostic-key-hero p[b-5376372z3y] {
    max-width: 60ch;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

.diagnostic-key-summary[b-5376372z3y] {
    display: grid;
    gap: 0.85rem;
}

.diagnostic-key-summary__meta[b-5376372z3y] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.diagnostic-key-summary__label[b-5376372z3y] {
    margin-bottom: 0.2rem;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #60715c;
}

.diagnostic-key-summary__note[b-5376372z3y] {
    margin: 0;
    color: #566255;
}

.diagnostic-key-filter-panel[b-5376372z3y] {
    display: grid;
    gap: 0.9rem;
}

.diagnostic-key-filter-panel__grid[b-5376372z3y] {
    display: grid;
    grid-template-columns: minmax(12rem, 18rem) minmax(0, 1fr);
    gap: 0.85rem;
    align-items: end;
}

.diagnostic-key-filter-panel__actions[b-5376372z3y] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.diagnostic-key-control[b-5376372z3y] {
    display: grid;
    gap: 0.35rem;
}

.diagnostic-key-control__label[b-5376372z3y] {
    font-size: 0.82rem;
    font-weight: 700;
    color: #4c5b47;
}

.diagnostic-key-control__input[b-5376372z3y] {
    width: 100%;
    min-height: 2.8rem;
    padding: 0.7rem 0.9rem;
    border: 1px solid #cfdcc6;
    border-radius: 0.9rem;
    background: #ffffff;
    color: var(--text-main);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6);
}

.diagnostic-key-control__input:focus[b-5376372z3y] {
    outline: 2px solid rgba(90, 132, 72, 0.22);
    outline-offset: 2px;
    border-color: #9fb68f;
}

.diagnostic-key-grid[b-5376372z3y] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    gap: 1rem;
}

.diagnostic-key-card[b-5376372z3y] {
    overflow: hidden;
    border: 1px solid #d9e3d0;
    border-radius: 1.05rem;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(32, 58, 27, 0.08);
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.diagnostic-key-card:hover[b-5376372z3y] {
    transform: translateY(-2px);
    border-color: #b9cba8;
    box-shadow: 0 16px 30px rgba(32, 58, 27, 0.12);
}

.diagnostic-key-card__image[b-5376372z3y] {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, #edf4e8 0%, #dfead7 100%);
}

.diagnostic-key-card__image img[b-5376372z3y] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.diagnostic-key-card__content[b-5376372z3y] {
    display: grid;
    gap: 0.85rem;
}

.diagnostic-key-card__header[b-5376372z3y] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.85rem;
}

.diagnostic-key-card__title[b-5376372z3y] {
    margin-bottom: 0.15rem;
}

.diagnostic-key-card__scientific[b-5376372z3y] {
    color: #60715c;
    font-style: italic;
}

.diagnostic-key-card__attributes[b-5376372z3y] {
    display: grid;
    gap: 0.55rem;
}

.diagnostic-key-card__attribute[b-5376372z3y] {
    display: grid;
    gap: 0.12rem;
    padding: 0.65rem 0.75rem;
    border-radius: 0.85rem;
    background: #f6f9f3;
    border: 1px solid #e1e9da;
}

.diagnostic-key-card__attribute span[b-5376372z3y] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6a7864;
}

.diagnostic-key-card__attribute strong[b-5376372z3y] {
    font-size: 0.92rem;
    color: var(--text-main);
}

.diagnostic-key-card__actions[b-5376372z3y] {
    justify-content: flex-start;
    gap: 0.25rem;
    padding-inline: 1rem 1rem;
    padding-bottom: 1rem;
}

.diagnostic-key-pagination[b-5376372z3y] {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.diagnostic-key-pagination[b-5376372z3y]  ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.diagnostic-key-pagination[b-5376372z3y]  li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.diagnostic-key-pagination[b-5376372z3y]  li::marker {
    content: '';
}

.diagnostic-key-pagination[b-5376372z3y]  li::before {
    content: none;
}

.diagnostic-key-pagination[b-5376372z3y]  .mud-button-root {
    min-width: 2.35rem;
}

@media (max-width: 48rem) {
    .diagnostic-key-summary__meta[b-5376372z3y] {
        grid-template-columns: 1fr;
    }

    .diagnostic-key-filter-panel__grid[b-5376372z3y] {
        grid-template-columns: 1fr;
    }

    .diagnostic-key-card__header[b-5376372z3y] {
        flex-direction: column;
    }
}
/* /Components/Pages/GuidesProduction.razor.rz.scp.css */
.production-landing[b-iywehxk4e2] {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 1.2rem;
    align-items: stretch;
    background: #203a1b;
    border-color: #4d8b40;
    color: #f0f6ea;
}

.production-landing-content[b-iywehxk4e2] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.5rem 0.1rem;
}

.production-landing-content h1[b-iywehxk4e2] {
    margin: 0 0 0.7rem;
    font-size: clamp(1.25rem, 2.6vw, 2rem);
    line-height: 1.1;
    color: #ffffff;
}

.production-landing-content p[b-iywehxk4e2] {
    margin: 0;
    color: #eef3e6;
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    line-height: 1.55;
    max-width: 42rem;
}

.production-landing-actions[b-iywehxk4e2] {
    margin-top: 1.4rem;
}

.production-cover[b-iywehxk4e2] {
    min-height: 460px;
    border-radius: 0.3rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #14240f;
}

.production-cover img[b-iywehxk4e2] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 900px) {
    .production-landing[b-iywehxk4e2] {
        grid-template-columns: 1fr;
    }

    .production-cover[b-iywehxk4e2] {
        min-height: 360px;
    }
}
/* /Components/Pages/GuidesScouting.razor.rz.scp.css */
.scouting-landing[b-wo1o5zxtw3] {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 1.2rem;
    align-items: stretch;
    background: #665027;
    border-color: #7a6536;
    color: #f2f1e8;
}

.scouting-landing-content[b-wo1o5zxtw3] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.5rem 0.1rem;
}

.scouting-landing-content h1[b-wo1o5zxtw3] {
    margin: 0 0 0.7rem;
    font-size: clamp(1.25rem, 2.6vw, 2rem);
    line-height: 1.1;
    color: #ffffff;
}

.scouting-landing-content p[b-wo1o5zxtw3] {
    margin: 0;
    color: #f3ebd4;
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    line-height: 1.55;
    max-width: 42rem;
}

.scouting-access-btn[b-wo1o5zxtw3] {
    margin-top: 1.4rem;
    align-self: flex-start;
    border: 3px solid #dce77d;
    color: #dce77d;
    background: transparent;
    border-radius: 1.25rem;
    padding: 0.7rem 3rem;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
}

.scouting-access-btn:hover[b-wo1o5zxtw3] {
    background: #dce77d;
    color: #4f3f1e;
}

.scouting-cover[b-wo1o5zxtw3] {
    min-height: 460px;
    border-radius: 0.3rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        linear-gradient(160deg, rgba(0, 63, 34, 0.74) 0%, rgba(0, 132, 66, 0.62) 45%, rgba(9, 129, 67, 0.85) 100%),
        radial-gradient(circle at 30% 20%, rgba(120, 194, 120, 0.34) 0%, rgba(47, 120, 47, 0.2) 48%, rgba(6, 90, 44, 0.45) 100%);
}

.scouting-cover-inner[b-wo1o5zxtw3] {
    text-align: left;
    width: min(82%, 320px);
}

.scouting-cover-inner h2[b-wo1o5zxtw3] {
    margin: 0;
    color: #f3f6ef;
    font-size: clamp(2rem, 4.5vw, 3.6rem);
    line-height: 0.95;
    letter-spacing: 0.02em;
}

.scouting-cover-inner p[b-wo1o5zxtw3] {
    margin: 0.85rem 0 0;
    color: #9fcf7d;
    font-size: clamp(1rem, 2.2vw, 1.75rem);
    line-height: 1.15;
    font-weight: 700;
}

@media (max-width: 900px) {
    .scouting-landing[b-wo1o5zxtw3] {
        grid-template-columns: 1fr;
    }

    .scouting-cover[b-wo1o5zxtw3] {
        min-height: 360px;
    }
}
/* /Components/Pages/GuidesSoybeanGrowthStages.razor.rz.scp.css */
.soybean-growth-guide[b-kvcp56sgaq] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.soybean-growth-guide__hero[b-kvcp56sgaq] {
    display: grid;
    gap: 1.2rem;
    align-items: start;
}

.soybean-growth-guide__hero img[b-kvcp56sgaq] {
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
    border-radius: 1rem;
    box-shadow: 0 20px 40px rgba(21, 35, 20, 0.18);
}

.soybean-growth-guide__intro[b-kvcp56sgaq] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.soybean-growth-guide__eyebrow[b-kvcp56sgaq] {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #54763e;
}

.soybean-growth-guide__intro h2[b-kvcp56sgaq] {
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    line-height: 1.05;
}

.soybean-growth-guide__intro p[b-kvcp56sgaq] {
    margin: 0;
}

.soybean-growth-guide__stat-grid[b-kvcp56sgaq] {
    display: grid;
    gap: 0.8rem;
}

.soybean-growth-guide__stat-grid article[b-kvcp56sgaq] {
    padding: 1rem;
    border: 1px solid #dde7d7;
    border-radius: 1rem;
    background: linear-gradient(180deg, #f9fbf7 0%, #f2f7ee 100%);
}

.soybean-growth-guide__stat-grid span[b-kvcp56sgaq] {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #63844e;
}

.soybean-growth-guide__stat-grid strong[b-kvcp56sgaq] {
    display: block;
    margin-top: 0.3rem;
    font-size: 1.2rem;
}

.soybean-growth-guide__stat-grid p[b-kvcp56sgaq] {
    margin-top: 0.45rem;
    color: #4c5b4f;
}

.soybean-growth-guide__body[b-kvcp56sgaq] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.soybean-growth-guide__split[b-kvcp56sgaq] {
    display: grid;
    gap: 1rem;
}

.soybean-growth-guide__split section[b-kvcp56sgaq] {
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid #dfe7db;
    background: #f8fbf6;
}

.soybean-growth-guide__split ul[b-kvcp56sgaq] {
    margin: 0.8rem 0 0;
    padding-left: 1.1rem;
}

.soybean-growth-guide__split li + li[b-kvcp56sgaq] {
    margin-top: 0.55rem;
}

.soybean-growth-guide__gallery[b-kvcp56sgaq] {
    display: grid;
    gap: 1rem;
}

.soybean-growth-guide__gallery figure[b-kvcp56sgaq] {
    margin: 0;
    padding: 0.85rem;
    border-radius: 1rem;
    border: 1px solid #dfe7db;
    background: #fbfcfa;
}

.soybean-growth-guide__gallery figcaption[b-kvcp56sgaq] {
    margin-top: 0.65rem;
    font-size: 0.95rem;
    color: #536055;
}

.soybean-growth-guide__callout[b-kvcp56sgaq] {
    margin: 0;
    padding: 1rem 1.1rem;
    border-left: 4px solid #789945;
    border-radius: 0 1rem 1rem 0;
    background: linear-gradient(90deg, #f2f7ea 0%, #fbfdf8 100%);
}

.soybean-growth-guide__callout p[b-kvcp56sgaq] {
    margin: 0;
}

@media (min-width: 900px) {
    .soybean-growth-guide__hero[b-kvcp56sgaq] {
        grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
    }

    .soybean-growth-guide__stat-grid[b-kvcp56sgaq],
    .soybean-growth-guide__gallery[b-kvcp56sgaq] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .soybean-growth-guide__gallery--two-up[b-kvcp56sgaq] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .soybean-growth-guide__split[b-kvcp56sgaq] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Components/Pages/SAdminContent.razor.rz.scp.css */
.sadmin-page-header[b-6rzfzt726t] {
    margin-bottom: 1rem;
}

.sadmin-page-header h1[b-6rzfzt726t] {
    margin: 0;
    color: #ffffff;
}

.sadmin-page-header p:last-child[b-6rzfzt726t] {
    max-width: 58ch;
}

.sadmin-workspace-card[b-6rzfzt726t] {
    display: grid;
    gap: 1rem;
}

.sadmin-tabs[b-6rzfzt726t] {
    margin: 0;
}

.sadmin-tab-pane[b-6rzfzt726t] {
    padding: 1rem;
}
/* /Components/Pages/SAdminIndex.razor.rz.scp.css */
.sadmin-dashboard-header[b-mlppgar3ta] {
    margin-bottom: 1rem;
}

.sadmin-dashboard-header h1[b-mlppgar3ta] {
    margin: 0;
    color: #ffffff;
}

.sadmin-dashboard-header p:last-child[b-mlppgar3ta] {
    max-width: 58ch;
}

.sadmin-metric-grid[b-mlppgar3ta] {
    margin-bottom: 1rem;
}

.sadmin-metric-card[b-mlppgar3ta],
.sadmin-action-card[b-mlppgar3ta],
.sadmin-list-card[b-mlppgar3ta] {
    height: 100%;
}

.sadmin-metric-card[b-mlppgar3ta] {
    display: grid;
    gap: 0.35rem;
    align-content: start;
    background: linear-gradient(180deg, #fbfdf7 0%, #ffffff 100%);
}

.sadmin-metric-card__label[b-mlppgar3ta] {
    color: #4d6b43;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sadmin-metric-card strong[b-mlppgar3ta] {
    font-size: clamp(1.7rem, 4vw, 2.2rem);
    line-height: 1;
    color: #223d1d;
}

.sadmin-action-card[b-mlppgar3ta] {
    display: grid;
    gap: 0.3rem;
    align-content: start;
}

.sadmin-list-card h3[b-mlppgar3ta],
.sadmin-action-card h3[b-mlppgar3ta] {
    margin-bottom: 0.35rem;
}
/* /Components/Pages/SAdminNews.razor.rz.scp.css */
.sadmin-page-header[b-jjrokmvgru] {
    margin-bottom: 1rem;
}

.sadmin-page-header h1[b-jjrokmvgru] {
    margin: 0;
    color: #ffffff;
}

.sadmin-page-header p:last-child[b-jjrokmvgru] {
    max-width: 58ch;
}

.sadmin-workspace-card[b-jjrokmvgru] {
    display: grid;
    gap: 1rem;
}

.sadmin-toolbar[b-jjrokmvgru] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.sadmin-toolbar h3[b-jjrokmvgru] {
    margin-bottom: 0.35rem;
}

@media (max-width: 760px) {
    .sadmin-toolbar[b-jjrokmvgru] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Pages/SAdminUsers.razor.rz.scp.css */
.sadmin-page-header[b-3w2ofis878] {
    margin-bottom: 1rem;
}

.sadmin-page-header h1[b-3w2ofis878] {
    margin: 0;
    color: #ffffff;
}

.sadmin-page-header p:last-child[b-3w2ofis878] {
    max-width: 58ch;
}

.sadmin-workspace-card[b-3w2ofis878] {
    display: grid;
    gap: 1rem;
}

.sadmin-toolbar[b-3w2ofis878] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.sadmin-toolbar h3[b-3w2ofis878] {
    margin-bottom: 0.35rem;
}

@media (max-width: 760px) {
    .sadmin-toolbar[b-3w2ofis878] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Pages/SAdminVarieties.razor.rz.scp.css */
.variety-sync-hero[b-xxmlryuksa] {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 1fr);
    gap: 1rem;
    border-radius: 1.25rem;
    padding: 1.35rem;
    color: #ffffff;
    background:
        radial-gradient(circle at top right, rgba(223, 231, 119, 0.22), transparent 34%),
        linear-gradient(120deg, #1f351a 0%, #355f2d 44%, #5d8f3e 100%);
    box-shadow: 0 16px 34px rgba(32, 58, 27, 0.16);
}

.variety-sync-hero__copy[b-xxmlryuksa] {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.variety-sync-hero__eyebrow[b-xxmlryuksa] {
    width: fit-content;
    letter-spacing: 0.05em;
}

.variety-sync-hero__title[b-xxmlryuksa] {
    margin: 0;
}

.variety-sync-hero__subtitle[b-xxmlryuksa] {
    margin: 0;
    max-width: 54ch;
    color: rgba(255, 255, 255, 0.9);
}

.variety-sync-hero__stats[b-xxmlryuksa] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.variety-sync-stat[b-xxmlryuksa] {
    border-radius: 1rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.variety-sync-stat__label[b-xxmlryuksa] {
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.variety-sync-stat__value[b-xxmlryuksa] {
    margin-top: 0.2rem;
    color: #ffffff;
    font-weight: 800;
}

.variety-sync-panel[b-xxmlryuksa] {
    border-radius: 1.1rem;
    border: 1px solid #d0dcc9;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 28px rgba(32, 58, 27, 0.08);
}

.variety-sync-panel--actions[b-xxmlryuksa] {
    min-height: 100%;
}

.variety-sync-panel--runs[b-xxmlryuksa] {
    min-height: 100%;
}

.variety-run-card[b-xxmlryuksa] {
    border-radius: 0.95rem;
    border-color: #dbe4d3;
    background: #f8faf5;
}

.variety-run-card__metrics[b-xxmlryuksa] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.75rem;
    margin-top: 0.65rem;
}

.variety-run-card__metrics .mud-typography[b-xxmlryuksa] {
    margin: 0;
    padding: 0.3rem 0.55rem;
    border-radius: 999px;
    background: #edf3e7;
    color: #3a5433;
}

@media (max-width: 960px) {
    .variety-sync-hero[b-xxmlryuksa] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .variety-sync-hero[b-xxmlryuksa] {
        padding: 1.1rem;
    }

    .variety-sync-hero__stats[b-xxmlryuksa] {
        grid-template-columns: 1fr 1fr;
    }
}
/* /Components/Pages/SprayConditions.razor.rz.scp.css */
.spray-page[b-32vnx9gvws] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-bottom: 1rem;
}

.spray-hero[b-32vnx9gvws] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: 1.2rem;
    padding: 1.1rem;
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(250, 200, 0, 0.18), transparent 30%),
        linear-gradient(135deg, #203a1b 0%, #4d8b40 55%, #749f4e 100%);
    box-shadow: 0 18px 36px rgba(21, 35, 20, 0.18);
}

.spray-hero__copy[b-32vnx9gvws] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 0.8rem;
}

.spray-hero h1[b-32vnx9gvws] {
    margin: 0;
    font-size: clamp(1.8rem, 6vw, 2.35rem);
    line-height: 1.05;
}

.spray-hero__eyebrow[b-32vnx9gvws] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.spray-hero__text[b-32vnx9gvws] {
    margin: 0;
    max-width: 58ch;
    color: rgba(255, 255, 255, 0.92);
}

.spray-station-form[b-32vnx9gvws] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    width: 100%;
    max-width: 28rem;
    min-width: 0;
}

.spray-station-label[b-32vnx9gvws] {
    font-size: 0.9rem;
    font-weight: 600;
}

.spray-station-row[b-32vnx9gvws] {
    display: grid;
    gap: 0.6rem;
    width: 100%;
    min-width: 0;
}

.spray-station-select[b-32vnx9gvws],
.spray-county-select[b-32vnx9gvws],
.spray-refresh-btn[b-32vnx9gvws] {
    min-height: 2.9rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border-radius: 0.9rem;
}

.spray-station-select[b-32vnx9gvws],
.spray-county-select[b-32vnx9gvws] {
    border: 1px solid rgba(255, 255, 255, 0.28);
    padding: 0.8rem 0.9rem;
    color: #183043;
    background: rgba(255, 255, 255, 0.96);
}

.spray-refresh-btn[b-32vnx9gvws] {
    border: 0;
    padding: 0.8rem 1.05rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #355f2d 0%, #6f7d1c 100%);
    cursor: pointer;
}

.spray-loading[b-32vnx9gvws],
.spray-error[b-32vnx9gvws] {
    border-radius: 1rem;
    padding: 1rem;
    border: 1px solid #d4dfd8;
    background: rgba(255, 255, 255, 0.96);
}

.page-loading-indicator[b-32vnx9gvws] {
    display: flex;
    justify-content: center;
    margin-bottom: 0.8rem;
}

.page-loading-indicator__spinner[b-32vnx9gvws] {
    width: 2.1rem;
    height: 2.1rem;
    border: 0.22rem solid #d7e4d2;
    border-top-color: #4d8b40;
    border-radius: 999px;
    animation: page-loading-spin-b-32vnx9gvws 0.85s linear infinite;
}

@keyframes page-loading-spin-b-32vnx9gvws {
    to {
        transform: rotate(360deg);
    }
}

.spray-status[b-32vnx9gvws] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 1.1rem;
    border-radius: 1.1rem;
    border: 1px solid #d4dfd8;
    box-shadow: 0 14px 26px rgba(29, 55, 82, 0.08);
}

.spray-status__header[b-32vnx9gvws] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.spray-status__label[b-32vnx9gvws] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #53635f;
}

.spray-status__value[b-32vnx9gvws] {
    font-size: 1.6rem;
    line-height: 1.1;
}

.spray-status__headline[b-32vnx9gvws] {
    margin: 0;
    font-weight: 600;
}

.spray-status__reasons[b-32vnx9gvws] {
    margin: 0;
    padding-left: 1.1rem;
    color: #46545a;
}

.spray-status__reasons li + li[b-32vnx9gvws] {
    margin-top: 0.3rem;
}

.spray-status__observed[b-32vnx9gvws] {
    font-size: 0.85rem;
    color: #5f6e5b;
}

.spray-status--ok[b-32vnx9gvws] {
    background: #f3f8ef;
    border-color: #cfe2c6;
}

.spray-status--ok .spray-status__value[b-32vnx9gvws] {
    color: #2f5e26;
}

.spray-status--warn[b-32vnx9gvws] {
    background: #fff7e8;
    border-color: #f1d8ab;
}

.spray-status--warn .spray-status__value[b-32vnx9gvws] {
    color: #8a5a10;
}

.spray-status--danger[b-32vnx9gvws] {
    background: #fff1ee;
    border-color: #edc2bc;
}

.spray-status--danger .spray-status__value[b-32vnx9gvws] {
    color: #9c2f22;
}

.spray-metrics[b-32vnx9gvws] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    min-width: 0;
}

.spray-metric[b-32vnx9gvws] {
    padding: 0.8rem;
    min-width: 0;
    border-radius: 0.9rem;
    background: #f5f8f2;
    border: 1px solid #e2eadf;
}

.spray-metric__label[b-32vnx9gvws] {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #5f6e5b;
}

.spray-metric strong[b-32vnx9gvws] {
    display: block;
    margin-top: 0.15rem;
    font-size: 1.05rem;
    overflow-wrap: anywhere;
}

.spray-table-wrap[b-32vnx9gvws] {
    margin-top: 0.75rem;
    overflow-x: auto;
}

.spray-table[b-32vnx9gvws] {
    width: 100%;
    border-collapse: collapse;
}

.spray-table th[b-32vnx9gvws],
.spray-table td[b-32vnx9gvws] {
    padding: 0.6rem 0.5rem;
    border-bottom: 1px solid #e6ece4;
    text-align: left;
    white-space: nowrap;
}

.spray-table th[b-32vnx9gvws] {
    font-size: 0.78rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #53635f;
}

@media (min-width: 900px) {
    .spray-hero[b-32vnx9gvws] {
        padding: 1.35rem;
    }

    .spray-station-row[b-32vnx9gvws] {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .spray-metrics[b-32vnx9gvws] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .spray-page[b-32vnx9gvws] {
        gap: 0.85rem;
    }

    .spray-hero[b-32vnx9gvws] {
        padding: 0.95rem;
        border-radius: 1rem;
    }

    .spray-station-form[b-32vnx9gvws] {
        max-width: none;
    }

    .spray-status[b-32vnx9gvws] {
        padding: 0.95rem;
        border-radius: 0.95rem;
    }

    .spray-metrics[b-32vnx9gvws] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Varieties.razor.rz.scp.css */
.varieties-page[b-wnumuqnso6] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding-bottom: 0.5rem;
}

.varieties-filter-panel[b-wnumuqnso6]  svg,
.varieties-filter-panel[b-wnumuqnso6]  .mud-icon-button,
.varieties-filter-panel[b-wnumuqnso6]  .mud-input-adornment-start,
.varieties-filter-panel[b-wnumuqnso6]  .mud-input-adornment-end,
.varieties-filter-panel[b-wnumuqnso6]  .mud-input-adornment-icon,
.varieties-filter-panel[b-wnumuqnso6]  .mud-select-icon {
    display: none !important;
}

.varieties-hero[b-wnumuqnso6] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
    border-radius: 1.15rem;
    padding: 1.15rem;
    color: var(--surface);
    background:
        radial-gradient(circle at top right, rgba(223, 231, 119, 0.22), transparent 30%),
        linear-gradient(120deg, var(--green-900) 0%, #274421 56%, var(--green-400) 100%);
    box-shadow: 0 18px 36px rgba(32, 58, 27, 0.16);
}

.varieties-hero__copy[b-wnumuqnso6] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.varieties-hero__eyebrow[b-wnumuqnso6] {
    width: fit-content;
    letter-spacing: 0.05em;
}

.varieties-hero__title[b-wnumuqnso6] {
    max-width: 15ch;
    margin: 0;
    line-height: 1.05;
}

.varieties-hero__subtitle[b-wnumuqnso6] {
    margin: 0;
    max-width: 58ch;
    color: rgba(255, 255, 255, 0.9);
}

.varieties-search-row[b-wnumuqnso6] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-top: 0.35rem;
    max-width: 42rem;
}

.varieties-search-input[b-wnumuqnso6] {
    width: 100%;
    min-height: 2.85rem;
    padding: 0.8rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 0.95rem;
    color: var(--text-main);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.varieties-search-input[b-wnumuqnso6]::placeholder {
    color: #6c7868;
}

.varieties-search-input:focus[b-wnumuqnso6] {
    outline: 2px solid rgba(223, 231, 119, 0.55);
    outline-offset: 2px;
}

.varieties-search-btn[b-wnumuqnso6] {
    min-height: 2.75rem;
    padding: 0.75rem 1.1rem;
    border: 0;
    border-radius: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #355d2d 0%, var(--green-400) 100%);
    box-shadow: 0 10px 22px rgba(32, 58, 27, 0.18);
    text-transform: none;
    cursor: pointer;
}

.varieties-hero__stats[b-wnumuqnso6] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    align-content: start;
}

.varieties-stat[b-wnumuqnso6] {
    border-radius: 1rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.varieties-stat__label[b-wnumuqnso6] {
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.varieties-stat__value[b-wnumuqnso6] {
    margin-top: 0.2rem;
    color: #ffffff;
    font-weight: 800;
}

.varieties-filter-panel[b-wnumuqnso6] {
    border-radius: 1.1rem;
    border: 1px solid var(--line);
    background: linear-gradient(180deg, #ffffff 0%, #f7faf5 100%);
    box-shadow: 0 10px 28px rgba(32, 58, 27, 0.08);
}

.varieties-results-bar[b-wnumuqnso6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.varieties-compare-rail[b-wnumuqnso6] {
    border-radius: 1rem;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 28px rgba(32, 58, 27, 0.12);
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 40;
    margin-bottom: 0 !important;
}

.varieties-compare-rail__header[b-wnumuqnso6] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.varieties-compare-rail__chips[b-wnumuqnso6] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
}

.varieties-compare-pill[b-wnumuqnso6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    border-radius: 0.9rem;
    padding: 0.65rem 0.75rem;
    background: #f5f8f1;
    border: 1px solid #dfe8d6;
}

.varieties-compare-pill__copy[b-wnumuqnso6] {
    min-width: 0;
}

.varieties-compare-pill__copy .mud-typography[b-wnumuqnso6] {
    margin: 0;
}

.varieties-compare-pill__remove[b-wnumuqnso6] {
    flex-shrink: 0;
    min-width: 0;
    padding-inline: 0.35rem;
    text-transform: none;
}

.variety-card[b-wnumuqnso6] {
    overflow: hidden;
    border: 1px solid #d9e3d0;
    border-radius: 1.05rem;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(32, 58, 27, 0.08);
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.variety-card:hover[b-wnumuqnso6] {
    transform: translateY(-2px);
    border-color: #b9cba8;
    box-shadow: 0 16px 30px rgba(32, 58, 27, 0.12);
}

.variety-card__band[b-wnumuqnso6] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.9rem 0.9rem 0.8rem;
    color: #ffffff;
    background:
        radial-gradient(circle at top right, rgba(223, 231, 119, 0.18), transparent 36%),
        linear-gradient(135deg, var(--green-900) 0%, #274421 58%, var(--green-400) 100%);
}

.variety-card__eyebrow[b-wnumuqnso6] {
    display: block;
    margin-bottom: 0.25rem;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.variety-card__title[b-wnumuqnso6] {
    margin: 0;
    line-height: 1.15;
}

.variety-card__compare[b-wnumuqnso6] {
    flex-shrink: 0;
    margin-top: -0.1rem;
    min-width: 0;
    padding-inline: 0.35rem;
    color: rgba(255, 255, 255, 0.92);
    text-transform: none;
}

.variety-card__body[b-wnumuqnso6] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-top: 0.8rem;
}

.variety-card__meta-row[b-wnumuqnso6] {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(96px, 0.75fr);
    gap: 0.75rem;
    align-items: start;
}

.variety-card__meta[b-wnumuqnso6] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.variety-card__meta--compact[b-wnumuqnso6] {
    align-items: flex-start;
}

.variety-card__metrics[b-wnumuqnso6] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.variety-card__metric[b-wnumuqnso6] {
    padding: 0.65rem 0.75rem;
    border-radius: 0.85rem;
    background: #f4f8ef;
    border: 1px solid #e1e9d8;
}

.variety-card__metric .mud-typography[b-wnumuqnso6] {
    margin: 0;
}

.variety-card__actions[b-wnumuqnso6] {
    padding: 0 0.85rem 0.85rem;
}

.varieties-empty[b-wnumuqnso6] {
    border-radius: 1rem;
}

.varieties-filter-reset[b-wnumuqnso6] {
    min-height: 2.5rem;
    padding-inline: 0.65rem;
    text-transform: none;
}

@media (min-width: 960px) {
    .varieties-hero[b-wnumuqnso6] {
        grid-template-columns: minmax(0, 1.65fr) minmax(280px, 1fr);
        gap: 1rem;
        padding: 1.35rem;
    }

    .varieties-search-row[b-wnumuqnso6] {
        flex-direction: row;
        align-items: end;
        max-width: 38rem;
    }

    .varieties-search-input[b-wnumuqnso6] {
        flex: 1 1 18rem;
    }

    .varieties-compare-rail[b-wnumuqnso6] {
        position: sticky;
        top: 4.5rem;
        left: auto;
        right: auto;
        bottom: auto;
        margin-bottom: 1rem !important;
    }

    .varieties-compare-rail__chips[b-wnumuqnso6] {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
}

@media (max-width: 959px) {
    .varieties-page[b-wnumuqnso6] {
        padding-bottom: 8rem;
    }
}

@media (max-width: 640px) {
    .varieties-hero__stats[b-wnumuqnso6] {
        grid-template-columns: 1fr 1fr;
    }

    .variety-card__meta-row[b-wnumuqnso6],
    .variety-card__metrics[b-wnumuqnso6] {
        grid-template-columns: 1fr;
    }

    .varieties-compare-rail__header[b-wnumuqnso6] {
        flex-direction: column;
    }

    .varieties-filter-reset[b-wnumuqnso6] {
        width: 100%;
        justify-content: flex-start;
        padding-left: 0;
    }

    .variety-card__actions[b-wnumuqnso6] {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .variety-card__actions .mud-button-root[b-wnumuqnso6],
    .variety-card__actions .mud-icon-button[b-wnumuqnso6] {
        width: 100%;
    }
}
/* /Components/Pages/Weather.razor.rz.scp.css */
.weather-page[b-71oeolihiq] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-bottom: 1rem;
}

.weather-hero[b-71oeolihiq] {
    display: grid;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: 1.2rem;
    padding: 1.1rem;
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(250, 200, 0, 0.18), transparent 30%),
        linear-gradient(135deg, #1c3852 0%, #2f6477 55%, #4c8f87 100%);
    box-shadow: 0 18px 36px rgba(29, 55, 82, 0.18);
}

.weather-hero__copy[b-71oeolihiq],
.weather-hero__stats[b-71oeolihiq] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 0.8rem;
}

.weather-hero h1[b-71oeolihiq],
.weather-panel h2[b-71oeolihiq],
.weather-advisory h3[b-71oeolihiq],
.weather-loading h2[b-71oeolihiq],
.weather-error h2[b-71oeolihiq] {
    margin: 0;
}

.weather-hero__eyebrow[b-71oeolihiq],
.weather-kicker[b-71oeolihiq],
.weather-stat__label[b-71oeolihiq],
.weather-metric__label[b-71oeolihiq] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.weather-hero__text[b-71oeolihiq] {
    margin: 0;
    max-width: 58ch;
    color: rgba(255, 255, 255, 0.9);
}

.weather-station-form[b-71oeolihiq] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    max-width: 28rem;
}

.weather-station-label[b-71oeolihiq] {
    font-size: 0.9rem;
    font-weight: 600;
}

.weather-station-row[b-71oeolihiq] {
    display: grid;
    gap: 0.6rem;
    width: 100%;
    min-width: 0;
}

.weather-station-select[b-71oeolihiq],
.weather-county-select[b-71oeolihiq],
.weather-refresh-btn[b-71oeolihiq] {
    min-height: 2.9rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border-radius: 0.9rem;
}

.weather-station-select[b-71oeolihiq],
.weather-county-select[b-71oeolihiq] {
    border: 1px solid rgba(255, 255, 255, 0.28);
    padding: 0.8rem 0.9rem;
    color: #183043;
    background: rgba(255, 255, 255, 0.96);
}

.weather-refresh-btn[b-71oeolihiq] {
    border: 0;
    padding: 0.8rem 1.05rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #355f2d 0%, #6f7d1c 100%);
    cursor: pointer;
}

.weather-hero__stats[b-71oeolihiq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    min-width: 0;
}

.weather-stat[b-71oeolihiq],
.weather-panel[b-71oeolihiq],
.weather-loading[b-71oeolihiq],
.weather-error[b-71oeolihiq] {
    border-radius: 1rem;
}

.weather-stat[b-71oeolihiq] {
    padding: 0.9rem;
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.weather-stat__value[b-71oeolihiq] {
    font-size: 1.05rem;
    overflow-wrap: anywhere;
}

.weather-stat__sub[b-71oeolihiq] {
    overflow-wrap: anywhere;
    color: rgba(255, 255, 255, 0.8);
}

.weather-grid[b-71oeolihiq] {
    display: grid;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.weather-panel[b-71oeolihiq],
.weather-loading[b-71oeolihiq],
.weather-error[b-71oeolihiq] {
    padding: 1rem;
    min-width: 0;
    max-width: 100%;
    border: 1px solid #d4dfd8;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 26px rgba(29, 55, 82, 0.08);
}

.page-loading-indicator[b-71oeolihiq] {
    display: flex;
    justify-content: center;
    margin-bottom: 0.8rem;
}

.page-loading-indicator__spinner[b-71oeolihiq] {
    width: 2.1rem;
    height: 2.1rem;
    border: 0.22rem solid #d7e2e4;
    border-top-color: #2f6477;
    border-radius: 999px;
    animation: page-loading-spin-b-71oeolihiq 0.85s linear infinite;
}

@keyframes page-loading-spin-b-71oeolihiq {
    to {
        transform: rotate(360deg);
    }
}

.weather-panel__header[b-71oeolihiq] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}

.weather-badge[b-71oeolihiq] {
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #33503c;
    background: #edf5eb;
}

.weather-metrics[b-71oeolihiq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    min-width: 0;
}

.weather-metric[b-71oeolihiq] {
    padding: 0.8rem;
    min-width: 0;
    border-radius: 0.9rem;
    background: #f5f8f2;
    border: 1px solid #e2eadf;
}

.weather-metric strong[b-71oeolihiq] {
    display: block;
    margin-top: 0.15rem;
    font-size: 1.05rem;
    overflow-wrap: anywhere;
}

.weather-advisories[b-71oeolihiq] {
    display: grid;
    gap: 0.7rem;
}

.weather-decisions[b-71oeolihiq] {
    display: grid;
    gap: 0.7rem;
}

.weather-advisory[b-71oeolihiq] {
    padding: 0.85rem 0.9rem;
    border-radius: 0.9rem;
    border: 1px solid #d8e3d4;
    background: #f8faf6;
}

.weather-decision[b-71oeolihiq] {
    padding: 0.9rem;
    border-radius: 0.95rem;
    border: 1px solid #d8e3d4;
    background: #f8faf6;
}

.weather-decision__header[b-71oeolihiq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.weather-decision__label[b-71oeolihiq] {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #53635f;
}

.weather-decision strong[b-71oeolihiq] {
    font-size: 0.98rem;
    overflow-wrap: anywhere;
}

.weather-decision p[b-71oeolihiq] {
    margin: 0.4rem 0 0;
    color: #46545a;
}

.weather-advisory--ok[b-71oeolihiq] {
    border-color: #cfe2c6;
    background: #f3f8ef;
}

.weather-advisory--warn[b-71oeolihiq] {
    border-color: #f1d8ab;
    background: #fff7e8;
}

.weather-advisory--danger[b-71oeolihiq] {
    border-color: #edc2bc;
    background: #fff1ee;
}

.weather-decision--ok[b-71oeolihiq] {
    border-color: #cfe2c6;
    background: #f3f8ef;
}

.weather-decision--warn[b-71oeolihiq] {
    border-color: #f1d8ab;
    background: #fff7e8;
}

.weather-decision--danger[b-71oeolihiq] {
    border-color: #edc2bc;
    background: #fff1ee;
}

.weather-advisory p[b-71oeolihiq] {
    margin: 0.35rem 0 0;
    color: #46545a;
}

.weather-chart[b-71oeolihiq] {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.weather-chart__svg[b-71oeolihiq] {
    width: 100%;
    height: 12rem;
    border-radius: 0.9rem;
    background:
        linear-gradient(180deg, rgba(244, 247, 243, 1) 0%, rgba(251, 252, 250, 1) 100%);
    border: 1px solid #e4ebe1;
}

.weather-chart__line[b-71oeolihiq] {
    fill: none;
    stroke-width: 2.25;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.weather-chart__line--temp[b-71oeolihiq] {
    stroke: #d15b3f;
}

.weather-chart__line--humidity[b-71oeolihiq] {
    stroke: #3d7ea6;
}

.weather-chart__line--soil[b-71oeolihiq] {
    stroke: #5f7d2b;
}

.weather-chart__bar[b-71oeolihiq] {
    fill: rgba(61, 126, 166, 0.28);
}

.weather-chart__legend[b-71oeolihiq] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    font-size: 0.85rem;
    color: #586862;
}

.weather-chart__legend span[b-71oeolihiq] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.weather-dot[b-71oeolihiq] {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 999px;
    display: inline-block;
}

.weather-dot--temp[b-71oeolihiq] {
    background: #d15b3f;
}

.weather-dot--humidity[b-71oeolihiq] {
    background: #3d7ea6;
}

.weather-dot--soil[b-71oeolihiq] {
    background: #5f7d2b;
}

.weather-dot--rain[b-71oeolihiq] {
    background: rgba(61, 126, 166, 0.45);
}

.weather-table-wrap[b-71oeolihiq] {
    overflow-x: auto;
}

.weather-table[b-71oeolihiq] {
    width: 100%;
    border-collapse: collapse;
}

.weather-table th[b-71oeolihiq],
.weather-table td[b-71oeolihiq] {
    padding: 0.7rem 0.5rem;
    border-bottom: 1px solid #e6ece4;
    text-align: left;
    white-space: nowrap;
}

.weather-table th[b-71oeolihiq] {
    font-size: 0.78rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #53635f;
}

@media (min-width: 900px) {
    .weather-hero[b-71oeolihiq] {
        grid-template-columns: minmax(0, 1.6fr) minmax(320px, 1fr);
        padding: 1.35rem;
    }

    .weather-station-row[b-71oeolihiq] {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .weather-grid[b-71oeolihiq] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .weather-page[b-71oeolihiq] {
        gap: 0.85rem;
    }

    .weather-hero[b-71oeolihiq] {
        padding: 0.95rem;
        border-radius: 1rem;
    }

    .weather-hero h1[b-71oeolihiq] {
        font-size: clamp(2rem, 8vw, 2.35rem);
        line-height: 1.02;
        max-width: 10ch;
    }

    .weather-hero__text[b-71oeolihiq] {
        font-size: 0.96rem;
        line-height: 1.45;
    }

    .weather-station-form[b-71oeolihiq] {
        max-width: none;
    }

    .weather-panel[b-71oeolihiq],
    .weather-loading[b-71oeolihiq],
    .weather-error[b-71oeolihiq] {
        padding: 0.9rem;
        border-radius: 0.95rem;
    }

    .weather-panel__header[b-71oeolihiq] {
        flex-direction: column;
        align-items: flex-start;
    }

    .weather-metrics[b-71oeolihiq],
    .weather-hero__stats[b-71oeolihiq] {
        grid-template-columns: 1fr;
    }

    .weather-decision__header[b-71oeolihiq] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.2rem;
    }
}
