:root {
    font-family:
        Inter,
        ui-sans-serif,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    margin: 0;
}

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

h1:focus {
    outline: none;
}

.app-loading {
    min-height: 100vh;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 7px;
    background: #090c11;
    color: #f6f7f9;
}

.app-loading-star {
    width: 54px;
    height: 54px;
    margin-bottom: 5px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: rgba(215, 166, 42, .12);
    color: #f2c552;
    font-size: 1.35rem;
}

.app-loading strong {
    letter-spacing: .08em;
}

.app-loading span {
    color: #8f98a5;
    font-size: .75rem;
}

#blazor-error-ui {
    display: none;
    position: fixed;
    inset: auto 12px 12px 12px;
    z-index: 10000;
    padding: 12px 46px 12px 14px;
    border: 1px solid #e0bb62;
    border-radius: 10px;
    background: #fff5d9;
    color: #4f3b0c;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .15);
}

#blazor-error-ui .reload {
    margin-left: 8px;
    color: #795707;
    font-weight: 800;
}

#blazor-error-ui .dismiss {
    position: absolute;
    top: 7px;
    right: 8px;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #4f3b0c;
    cursor: pointer;
    font-size: 1.15rem;
}
