/* Reset global — os estilos visuais ficam no Home.razor */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { min-height: 100vh; background: #0f1117; }

/* Blazor error UI */
#blazor-error-ui {
    background: #ff4970;
    bottom: 0; left: 0; right: 0;
    padding: 10px 16px;
    position: fixed;
    z-index: 9999;
    color: white;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
}
#blazor-error-ui .dismiss { cursor: pointer; margin-left: auto; }
