/* Head-specific chrome only. Everything that makes Ketchup look like Ketchup lives in the
   component library, at _content/Ketchup.Components/ketchup.css, so it travels to a MAUI
   head unchanged. What is left here is the boot screen and Blazor's own error strip. */

.boot__text {
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
}

#blazor-error-ui {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 100;
    display: none;
    box-sizing: border-box;
    padding: 14px 44px 14px 18px;
    padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
    background: #d6402f;
    color: #fff;
    font-size: .9rem;
    box-shadow: 0 -2px 12px rgb(0 0 0 / .25);
}

#blazor-error-ui .reload {
    color: #fff;
    font-weight: 700;
}

#blazor-error-ui .dismiss {
    position: absolute;
    top: 12px;
    right: 16px;
    cursor: pointer;
}

.blazor-error-boundary {
    padding: 14px 18px;
    background: #d6402f;
    color: #fff;
    border-radius: 12px;
}

.blazor-error-boundary::after {
    content: "Something went wrong on this screen.";
}
