/* Non-production marker (see MainLayout.razor). Stays visible over MudBlazor's
   app bar (z-index 1100) and dialogs (1400), below snackbars (1600); the rule is
   here rather than in MainLayout.razor.css because this app never links the
   scoped-CSS bundle. Never intercepts clicks. */
.env-ribbon {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #22c55e;
    z-index: 1500;
    pointer-events: none;
}
