/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-8eoysyr35e] {
    color-scheme: light only;
    background: lightyellow;
    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[b-8eoysyr35e] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Pages/Initiatives/Initiatives.razor.rz.scp.css */
.screen[b-jmqu57rr04] {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    max-width: 640px;
    margin: 0 auto;
}

.topbar[b-jmqu57rr04] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(8px + env(safe-area-inset-top)) 6px 4px 16px;
}

.heading[b-jmqu57rr04] {
    display: flex;
    flex-direction: column;
}

.status[b-jmqu57rr04] {
    color: var(--mud-palette-text-secondary);
    line-height: 1.2;
}

.list[b-jmqu57rr04] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* Leave room for the fixed action bar plus the phone's home indicator. */
    padding: 4px 12px calc(96px + env(safe-area-inset-bottom));
}

.section-label[b-jmqu57rr04] {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--mud-palette-text-secondary);
    margin: 8px 4px 0;
}

.empty[b-jmqu57rr04] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    color: var(--mud-palette-text-secondary);
    padding: 48px 24px;
}

.actions[b-jmqu57rr04] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 12px;
    max-width: 640px;
    margin: 0 auto;
    padding: 20px 12px calc(12px + env(safe-area-inset-bottom));
    background: linear-gradient(to top, var(--mud-palette-background) 65%, transparent);
    pointer-events: none;
}

.actions[b-jmqu57rr04]  .mud-button-root {
    pointer-events: auto;
    flex: 1;
    min-height: 52px;
}

.actions[b-jmqu57rr04]  .mud-button-filled {
    flex: 1.5;
}
/* /Components/Pages/Initiatives/PlayerRow.razor.rz.scp.css */
.row[b-prtmf1eesj] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding: 8px 2px 8px 10px;
    background: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: var(--mud-default-borderradius);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    transition: background-color 120ms ease, opacity 120ms ease;
}

.row:active[b-prtmf1eesj] {
    background: color-mix(in srgb, var(--mud-palette-surface), white 8%);
}

.row:focus-visible[b-prtmf1eesj] {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 2px;
}

.row.monster[b-prtmf1eesj] {
    border-left: 4px solid var(--mud-palette-error);
    padding-left: 7px;
}

.row.resting[b-prtmf1eesj] {
    opacity: 0.65;
}

/* The initiative box is the thing people scan for, so it is the largest element. */
.init[b-prtmf1eesj] {
    flex: 0 0 64px;
    height: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--mud-palette-primary);
    color: var(--mud-palette-primary-text);
    font-weight: 700;
    line-height: 1;
}

.monster .init[b-prtmf1eesj] {
    background: var(--mud-palette-error);
    color: var(--mud-palette-error-text);
}

.undecided .init[b-prtmf1eesj] {
    background: transparent;
    border: 2px dashed var(--mud-palette-lines-inputs);
    color: var(--mud-palette-text-secondary);
}

.init-number[b-prtmf1eesj] {
    font-size: 30px;
    font-variant-numeric: tabular-nums;
}

.init-caption[b-prtmf1eesj] {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 3px;
}

.body[b-prtmf1eesj] {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.name[b-prtmf1eesj] {
    font-size: 20px;
    font-weight: 500;
    color: var(--mud-palette-text-primary);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tags[b-prtmf1eesj] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
    color: var(--mud-palette-text-secondary);
}

.tags:empty[b-prtmf1eesj] {
    display: none;
}

.tag[b-prtmf1eesj] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-variant-numeric: tabular-nums;
}

/* The shield and retaliate artwork is black on transparent; flip it for the dark theme.
   Sized off the tag font so the PNGs (512x600, 360x431) never render at their native size. */
.game-icon[b-prtmf1eesj] {
    filter: invert(1);
    height: 1em;
    width: auto;
    vertical-align: -0.1em;
}

.tag-monster[b-prtmf1eesj] {
    color: var(--mud-palette-error);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.menu[b-prtmf1eesj] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}
