/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-53ghn3u86g] {
    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-53ghn3u86g] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
.coming-soon-page[b-88di2isv4e] {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('images/coming-soon-bg.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.coming-soon-overlay[b-88di2isv4e] {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.coming-soon-content[b-88di2isv4e] {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #ffffff;
    padding: 2rem;
    max-width: 640px;
}

.coming-soon-content .eyebrow[b-88di2isv4e] {
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
    opacity: 0.85;
}

.coming-soon-content h1[b-88di2isv4e] {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.coming-soon-content .tagline[b-88di2isv4e] {
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin-bottom: 2rem;
    opacity: 0.95;
}

.badge[b-88di2isv4e] {
    display: inline-block;
    padding: 0.6rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 999px;
    font-size: 0.9rem;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.08);
}
