/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-6i5qjehovm] {
    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-6i5qjehovm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-0f7ane5zal],
.components-reconnect-repeated-attempt-visible[b-0f7ane5zal],
.components-reconnect-failed-visible[b-0f7ane5zal],
.components-pause-visible[b-0f7ane5zal],
.components-resume-failed-visible[b-0f7ane5zal],
.components-rejoining-animation[b-0f7ane5zal] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-0f7ane5zal],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-0f7ane5zal],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-0f7ane5zal],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-0f7ane5zal],
#components-reconnect-modal.components-reconnect-retrying[b-0f7ane5zal],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-0f7ane5zal],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-0f7ane5zal],
#components-reconnect-modal.components-reconnect-failed[b-0f7ane5zal],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-0f7ane5zal] {
    display: block;
}


#components-reconnect-modal[b-0f7ane5zal] {
    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-0f7ane5zal 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-0f7ane5zal 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-0f7ane5zal 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-0f7ane5zal]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-0f7ane5zal 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-0f7ane5zal {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-0f7ane5zal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-0f7ane5zal {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-0f7ane5zal] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-0f7ane5zal] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-0f7ane5zal] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-0f7ane5zal] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-0f7ane5zal] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-0f7ane5zal] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-0f7ane5zal] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-0f7ane5zal 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-0f7ane5zal] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-0f7ane5zal {
    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/Home.razor.rz.scp.css */
@font-face {
    font-family: 'Geist';
    src: url('/fonts/Geist-VariableFont_wght.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'InstrumentSerif';
    src: url('/fonts/InstrumentSerif-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body[b-mp9h68d3in] {
    margin: 0 !important;
    padding: 0;
    box-sizing: border-box;
    background-color: red;
    font-family: 'Geist'
}

.weather-page[b-mp9h68d3in] {
    min-height: 100vh;
    /*    height: 800px;*/
    padding: 3rem clamp(1.25rem, 2vw, 2rem) 4rem;
    /*    background:
        radial-gradient(circle at top left, rgba(63, 89, 123, 0.28), transparent 28rem),
        linear-gradient(180deg, #0f1722 0%, #1d2634 42%, #e4e7eb 42%, #eef1f4 100%);*/
    background-color: #000852;
    color: #f1eee7;
    font-family: 'Geist', 'Arial Narrow', Arial, sans-serif
}

.hero-panel[b-mp9h68d3in],
.results-panel[b-mp9h68d3in] {
    max-width: 1200px;
    margin: 0 auto;
}

.hero-panel[b-mp9h68d3in] {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.9fr);
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    align-items: end;
    margin-bottom: 2rem;
}

.eyebrow[b-mp9h68d3in],
.section-label[b-mp9h68d3in],
.forecast-date[b-mp9h68d3in],
.forecast-metrics dt[b-mp9h68d3in],
.current-metrics dt[b-mp9h68d3in],
label[b-mp9h68d3in] {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.76rem;
}

.eyebrow[b-mp9h68d3in],
.hero-text[b-mp9h68d3in],
label[b-mp9h68d3in],
.status-card[b-mp9h68d3in] {
    color: rgba(238, 242, 247, 0.72);
}

h1[b-mp9h68d3in] {
    margin: 0 0 0.75rem;
    font-size: clamp(2.6rem, 6vw, 4.8rem);
    line-height: 0.95;
    font-weight: 500;
}

.hero-text[b-mp9h68d3in] {
    max-width: 34rem;
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
}

.zip-form[b-mp9h68d3in] {
    background: rgba(7, 12, 19, 0.38);
    border: 1px solid rgba(179, 191, 206, 0.15);
    border-radius: 1.5rem;
    padding: 1.25rem;
    backdrop-filter: blur(14px);
}

.input-row[b-mp9h68d3in] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: end;
}

.field[b-mp9h68d3in] {
    display: grid;
    gap: 0.55rem;
}

.zipCode-Gps[b-mp9h68d3in] {
    display: grid;
    grid-template-columns: 30px 1fr;
}

#gps-Box[b-mp9h68d3in] {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
}

.myLabel[b-mp9h68d3in] {
    font-size: 12px;
    text-transform: uppercase;
    color: #a0a0a0;
    color: rgba(238, 242, 247, 0.72);
    margin-bottom: 4px;
}

#zipCode-Box[b-mp9h68d3in] {
    grid-row: 1;
    grid-column: 2;
    display: flex;
    flex-direction: column;
}

#gps[b-mp9h68d3in] {
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/img/current-location-icon.svg');
    height:40px;
}

[b-mp9h68d3in] #zip-code {
    font-size: 30px;
    font-weight: 600;
    background-color: #d9dce6;
    border-radius: 10px;
    width: 100%;
    border-style: none;
    padding: 0;
    text-align: center;
    color: #606060;
    color: #000000;
    font-family: 'InstrumentSerif';
    height: 40px;
}


.zip-input[b-mp9h68d3in] {
    width: 100%;
    padding: 0.95rem 1rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(182, 191, 201, 0.16);
    background: rgba(233, 238, 244, 0.08);
    color: #f4f7fb;
    font-size: 1.5rem;
    height: 30px;
}


    .zip-input[b-mp9h68d3in]::placeholder {
        color: rgba(244, 247, 251, 0.38);
    }

    .zip-input:focus[b-mp9h68d3in],
    .submit-button:focus[b-mp9h68d3in] {
        outline: 2px solid rgba(171, 190, 216, 0.5);
        outline-offset: 2px;
    }

.submit-button[b-mp9h68d3in] {
    border: 0;
    border-radius: 10px;
    min-width: 9.5rem;
    background-color: #d9dce6;
    background-color: #849fdf;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
    font-size: 20px;
    height: 40px;
}

    .submit-button:disabled[b-mp9h68d3in] {
        opacity: 0.7;
        cursor: progress;
    }

.status-card[b-mp9h68d3in],
.current-weather-card[b-mp9h68d3in],
.forecast-card[b-mp9h68d3in] {
    border-radius: 1.5rem;
    border: 1px solid rgba(69, 85, 105, 0.12);
    background: rgba(247, 249, 251, 0.88);
    color: #17212d;
    box-shadow: 0 20px 50px rgba(15, 23, 34, 0.08);
}

.status-card[b-mp9h68d3in],
.current-weather-card[b-mp9h68d3in] {
    padding: 1.4rem;
}

.error-card[b-mp9h68d3in] {
    color: #7a2323;
    background: rgba(251, 239, 239, 0.92);
}

.current-weather-card[b-mp9h68d3in] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem 2rem;
    align-items: center;
    margin-bottom: 1.25rem;
}

    .current-weather-card h2[b-mp9h68d3in] {
        margin: 0.2rem 0 0.35rem;
        font-size: clamp(1.8rem, 3.2vw, 2.6rem);
        color: #101822;
    }

.summary[b-mp9h68d3in],
.forecast-summary[b-mp9h68d3in] {
    margin: 0;
    color: #4a5a6d;
}

.temperature-block[b-mp9h68d3in] {
    display: flex;
    align-items: start;
    color: #0f1722;
}

.current-temp[b-mp9h68d3in] {
    font-size: clamp(3.2rem, 7vw, 5rem);
    line-height: 0.85;
    font-weight: 500;
}

.unit[b-mp9h68d3in] {
    font-size: 1.15rem;
    padding-top: 0.35rem;
}

.current-metrics[b-mp9h68d3in],
.forecast-metrics[b-mp9h68d3in] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr));
    gap: 0.85rem;
    margin: 0;
}

    .current-metrics div[b-mp9h68d3in],
    .forecast-metrics div[b-mp9h68d3in] {
        padding-top: 0.85rem;
        border-top: 1px solid rgba(116, 132, 149, 0.16);
    }

    .current-metrics dt[b-mp9h68d3in],
    .forecast-metrics dt[b-mp9h68d3in] {
        color: #6a7786;
        margin-bottom: 0.3rem;
    }

    .current-metrics dd[b-mp9h68d3in],
    .forecast-metrics dd[b-mp9h68d3in] {
        margin: 0;
        color: #142030;
        font-weight: 600;
    }

.forecast-grid[b-mp9h68d3in] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
}

.forecast-card[b-mp9h68d3in] {
    padding: 1.1rem;
}

.forecast-header[b-mp9h68d3in] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 0.35rem;
}

.forecast-day[b-mp9h68d3in] {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 600;
    color: #101822;
}

.forecast-date[b-mp9h68d3in] {
    margin: 0.25rem 0 0;
    color: #617184;
}

.forecast-icon[b-mp9h68d3in] {
    width: 3.2rem;
    height: 3.2rem;
}

.forecast-temps[b-mp9h68d3in] {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
    font-size: 1.45rem;
    font-weight: 600;
    color: #122030;
}

.validation-message[b-mp9h68d3in] {
    color: #ffd0d0;
    font-size: 0.84rem;
}

@media (max-width: 900px) {
    .weather-page[b-mp9h68d3in] {
        padding-top: 2rem;
    }

    .hero-panel[b-mp9h68d3in],
    .current-weather-card[b-mp9h68d3in] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .input-row[b-mp9h68d3in] {
        grid-template-columns: 1fr;
    }

    .submit-button[b-mp9h68d3in] {
        width: 100%;
    }
}
