/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-rcubsm8wjp] {
    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-rcubsm8wjp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
.landing[b-q6v8pkf4de] {
    position: relative;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.5rem 4rem;
    background: #ffffff;
    color: #003d6a;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.card[b-q6v8pkf4de] {
    width: 100%;
    max-width: 380px;
    text-align: center;
}

.logo[b-q6v8pkf4de] {
    width: 120px;
    height: 120px;
    margin-bottom: 1.75rem;
}

.title[b-q6v8pkf4de] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: -0.015em;
    color: #003d6a;
}

.subtitle[b-q6v8pkf4de] {
    margin: 0.75rem auto 2.5rem;
    max-width: 30ch;
    font-size: 1rem;
    line-height: 1.5;
    color: #5c7682;
}

.store-links[b-q6v8pkf4de] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.store-button[b-q6v8pkf4de] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    padding: 0.85rem 1.25rem;
    border-radius: 0.8rem;
    background: #003d6a;
    color: #ffffff;
    text-decoration: none;
    transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.store-button:hover[b-q6v8pkf4de],
.store-button:focus-visible[b-q6v8pkf4de] {
    background: #00568f;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 61, 106, 0.18);
    outline: none;
}

.store-icon[b-q6v8pkf4de] {
    width: 1.6rem;
    height: 1.6rem;
    flex-shrink: 0;
}

.store-text[b-q6v8pkf4de] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.15;
}

.store-prefix[b-q6v8pkf4de] {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.85;
}

.store-name[b-q6v8pkf4de] {
    font-size: 1.15rem;
    font-weight: 600;
}

.footer[b-q6v8pkf4de] {
    position: absolute;
    bottom: 1.5rem;
    font-size: 0.8rem;
    color: #8a9395;
}
