html, body {
    font-family: 'Inter', 'Roboto', 'Segoe UI', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

/* ---- Tela de login (identidade SELE IA) ---- */
.sele-login-bg {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: radial-gradient(1200px 600px at 15% 10%, #0059c9 0%, #002f8e 45%, #001a52 100%);
}

.sele-login-card {
    width: 100%;
    max-width: 420px;
    border-radius: 16px;
}

/* ---- Blazor error UI ---- */
#blazor-error-ui {
    color-scheme: light only;
    background: #fff3cd;
    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 {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: #b32121;
    padding: 1rem 1rem 1rem 1rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "Ocorreu um erro."
    }

/* ---- Provisionamento ---- */
.sele-mono textarea {
    font-family: 'Cascadia Code', Consolas, 'Courier New', monospace;
    font-size: 0.85rem;
}

.sele-pre {
    white-space: pre-wrap;
    word-break: break-word;
    background: #0F2E5F;
    color: #DCE6F5;
    padding: 12px;
    border-radius: 8px;
    font-family: 'Cascadia Code', Consolas, 'Courier New', monospace;
    font-size: 0.8rem;
    margin: 0;
}
