:root {
    color-scheme: light;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    background: #ffffff;
    color: #071d41;
}

html {
    min-width: 320px;
    background: #ffffff;
}

body {
    min-width: 320px;
    min-height: 100vh;
    margin: 0;
    background: #ffffff;
}

button,
input,
select,
textarea {
    font: inherit;
}

.loading-shell {
    min-height: 100vh;
    display: flex;
    gap: 0.8rem;
    align-items: center;
    justify-content: center;
    color: #233956;
    font-size: 1rem;
    font-weight: 650;
}

.loading-shell img {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}

#blazor-error-ui {
    display: none;
    position: fixed;
    inset: auto 0 0;
    z-index: 1000;
    padding: 0.85rem 1rem;
    background: #fff2f0;
    border-top: 1px solid #e9a39c;
    color: #651b16;
    text-align: center;
}

#blazor-error-ui .reload {
    margin-left: 0.8rem;
    color: inherit;
    font-weight: 700;
}

#blazor-error-ui .dismiss {
    margin-left: 0.8rem;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    text-decoration: underline;
}

.not-found-page {
    width: min(680px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 5rem 0;
}

.not-found-page h1 {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.1;
}

.not-found-page p {
    color: #405876;
    line-height: 1.6;
}

.not-found-page a {
    color: #075faa;
    font-weight: 700;
}
