@import '_content/Cosmos.Common.AspNetCore.Blazor.DateInput/Cosmos.Common.AspNetCore.Blazor.DateInput.6w83upadcy.bundle.scp.css';
@import '_content/Cosmos.Common.AspNetCore.Blazor.Dialogs/Cosmos.Common.AspNetCore.Blazor.Dialogs.i4diw6r1p5.bundle.scp.css';
@import '_content/Cosmos.Common.AspNetCore.Blazor/Cosmos.Common.AspNetCore.Blazor.153xxkc38e.bundle.scp.css';

/* /Dialogs/ConfirmDialog.razor.rz.scp.css */
/* --------------------------------------------------------------------------
   ConfirmDialog — scoped to the component (blazor.md: styling never lives in a
   .razor file, and a shared stylesheet is wrong for a component that must work
   on any route).

   SCOPED, NOT IN neriks-air.css, for a reason worth keeping: the class names
   below are generic enough (.na-modal, .na-modal__card) that a future admin or
   public block could plausibly want them too. neriks-admin.css's own header
   records two live collisions that happened exactly that way (.na-row,
   .na-field). CSS isolation removes the possibility rather than relying on the
   next author checking. The bundle it compiles into,
   NEriksAudio.Web.styles.css, is already linked from App.razor on every route.

   The design tokens (--na-bg, --na-ink, --na-rule …) are declared on :root by
   neriks-air.css and inherit in here normally; scoping affects selectors, not
   custom-property inheritance.
   -------------------------------------------------------------------------- */

/* THE SCRIM IS ALSO THE POSITIONER, and the card is its CHILD — see the
   component's header comment. A child always paints above its parent's own
   background, so no z-index relationship between the two can be got wrong.

   z-index 100 clears everything the app positions (the admin bar's 30, the
   editor bar's 20, the rail and inspector's 15, the public header's 50) and
   stays below site.css's #blazor-error-ui at 1000, which must remain visible
   over a dialog. */
.na-modal[b-eenvpql480] {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--na-gutter, 1.5rem);
  background: rgba(4, 9, 14, .78);
  backdrop-filter: blur(2px);
}

.na-modal__card[b-eenvpql480] {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 32rem;
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
  padding: 1.5rem;
  background: var(--na-bg);
  border: 1px solid var(--na-rule);
  border-radius: 2px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .55);
  color: var(--na-ink);
}

/* The card takes focus when it opens, which would otherwise draw a focus ring
   around the whole dialog. The ring belongs on whatever the user tabs to. */
.na-modal__card:focus[b-eenvpql480] {
  outline: none;
}

.na-modal__head[b-eenvpql480] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--na-rule-faint);
}

.na-modal__title[b-eenvpql480] {
  margin: 0;
  font: 600 1.05rem/1.2 var(--na-font-display);
  letter-spacing: -.2px;
  color: var(--na-ink);
}

.na-modal__close[b-eenvpql480] {
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--na-ink-soft);
}

.na-modal__close:hover[b-eenvpql480] {
  color: var(--na-ink);
}

.na-modal__message[b-eenvpql480] {
  margin: 0;
  color: var(--na-ink);
}

.na-modal__actions[b-eenvpql480] {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 1rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-rs44o3r8qy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-rs44o3r8qy] {
    flex: 1;
}

.sidebar[b-rs44o3r8qy] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-rs44o3r8qy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rs44o3r8qy]  a, .top-row .btn-link[b-rs44o3r8qy] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-rs44o3r8qy] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-rs44o3r8qy] {
        display: none;
    }

    .top-row.auth[b-rs44o3r8qy] {
        justify-content: space-between;
    }

    .top-row a[b-rs44o3r8qy], .top-row .btn-link[b-rs44o3r8qy] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rs44o3r8qy] {
        flex-direction: row;
    }

    .sidebar[b-rs44o3r8qy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rs44o3r8qy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-rs44o3r8qy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
