/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-htqqowwzfh] {
    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-htqqowwzfh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Garden.razor.rz.scp.css */
/* Garden tab — hardiness & frost facts panel. Scoped to Garden.razor. */

.garden-facts[b-t0b7e9wmhu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.75rem 1rem;
    margin: 0.75rem 0 0;
    padding: 0;
}

.garden-facts > div[b-t0b7e9wmhu] {
    border: 1px solid var(--border, #d9d9d9);
    border-radius: 6px;
    padding: 0.55rem 0.7rem;
}

.garden-facts dt[b-t0b7e9wmhu] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--muted, #6a6a6a);
}

.garden-facts dd[b-t0b7e9wmhu] {
    margin: 0.15rem 0 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.garden-facts dd.garden-zone[b-t0b7e9wmhu] {
    font-size: 1.6rem;
    color: var(--accent, #2f7d4f);
}
