html, body {
    height: 100%;
    margin: 0;
    font-family: 'Roboto', 'Segoe UI', Tahoma, sans-serif;
    background: #f6f7fa;
}

a, .btn-link {
    color: #1976d2;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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;
}

.candidate-empty-layout {
    min-height: 100vh;
    background: linear-gradient(135deg, #e3f2fd 0%, #f6f7fa 60%, #fff 100%);
}

.candidate-topbar {
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid var(--mud-palette-divider, #e0e0e0);
}
