/* /Components/Features/Campaigns/CampaignCharacterList.razor.rz.scp.css */
.campaign-character-toolbar[b-qpthvdwcfb] {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    flex-wrap: nowrap;
}

.campaign-character-toolbar__search[b-qpthvdwcfb] {
    flex: 0 1 300px;
    min-width: 220px;
}

.campaign-character-filter[b-qpthvdwcfb] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    flex-wrap: nowrap;
}

.campaign-character-filter__button[b-qpthvdwcfb] {
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: transparent;
    color: var(--muted-foreground);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.campaign-character-filter__button:hover[b-qpthvdwcfb] {
    background: rgba(255, 255, 255, 0.04);
    color: var(--foreground);
}

.campaign-character-filter__button--active[b-qpthvdwcfb] {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
    box-shadow: 0 0 14px rgba(124, 106, 245, 0.28);
}

.campaign-character-toolbar__results[b-qpthvdwcfb] {
    margin-left: auto;
    color: var(--muted-foreground);
    flex: 0 0 auto;
    white-space: nowrap;
}

.campaign-character-grid[b-qpthvdwcfb] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}

.campaign-character-card[b-qpthvdwcfb] {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    background: var(--input-background);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: var(--foreground);
    cursor: pointer;
    transition: border-color 140ms ease, transform 140ms ease, background 140ms ease;
}

.campaign-character-card:focus-visible[b-qpthvdwcfb],
.campaign-character-card:hover[b-qpthvdwcfb] {
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--campaign-character-accent-border, rgba(255, 255, 255, 0.18));
    outline: none;
    transform: translateY(-1px);
}

.campaign-character-card__hero[b-qpthvdwcfb] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    border-bottom: 1px solid var(--border);
}

.campaign-character-card__type-badge[b-qpthvdwcfb] {
    position: absolute;
    top: 12px;
    left: 12px;
}

.campaign-character-card__visibility-badge[b-qpthvdwcfb] {
    position: absolute;
    top: 12px;
    right: 12px;
}

.campaign-character-card__avatar[b-qpthvdwcfb] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border: 2px solid;
    border-radius: 999px;
}

.campaign-character-card__avatar[b-qpthvdwcfb]  .mud-icon-root {
    font-size: 28px;
}

.campaign-character-card[b-qpthvdwcfb]  .campaign-character-card__badge-icon {
    width: 13px;
    height: 13px;
    margin-right: 4px;
    font-size: 13px;
}

.campaign-character-card__avatar-image[b-qpthvdwcfb],
.campaign-character-card__avatar-image[b-qpthvdwcfb]  img {
    width: 100%;
    height: 100%;
}

.campaign-character-card__body[b-qpthvdwcfb] {
    padding: 16px;
}

.campaign-character-card__title-block[b-qpthvdwcfb] {
    min-width: 0;
}

.campaign-character-card[b-qpthvdwcfb]  .campaign-character-card__title {
    color: var(--foreground);
    font-family: 'Cinzel', serif !important;
    letter-spacing: 0.03em;
    overflow-wrap: anywhere;
}

.campaign-character-card[b-qpthvdwcfb]  .campaign-character-card__subtitle,
.campaign-character-card[b-qpthvdwcfb]  .campaign-character-card__excerpt {
    color: var(--muted-foreground);
}

.campaign-character-card__badges[b-qpthvdwcfb] {
    flex-wrap: wrap;
}

.campaign-character-card__meta-grid[b-qpthvdwcfb] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.campaign-character-card[b-qpthvdwcfb]  .campaign-character-card__meta-label {
    color: var(--muted-foreground);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.campaign-character-card[b-qpthvdwcfb]  .campaign-character-card__meta-value {
    color: var(--foreground);
}

.campaign-character-card__players[b-qpthvdwcfb] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    padding-top: 12px;
    border-top: 1px solid var(--border);
    color: var(--muted-foreground);
}

.campaign-character-card__players[b-qpthvdwcfb]  .mud-icon-root {
    font-size: 14px;
}

@media (max-width: 768px) {
    .campaign-character-toolbar[b-qpthvdwcfb] {
        align-items: stretch;
        flex-direction: column;
    }

    .campaign-character-toolbar__search[b-qpthvdwcfb] {
        width: 100%;
    }

    .campaign-character-toolbar__results[b-qpthvdwcfb] {
        margin-left: 0;
    }
}
/* /Components/Features/Campaigns/CampaignMediaFormCard.razor.rz.scp.css */
.campaign-media-action[b-vpwsoxs4fl] {
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    color: #8888a8;
    text-transform: none;
}
/* /Components/Features/Campaigns/CampaignQuestList.razor.rz.scp.css */
.campaign-quest-list__labels-cell[b-fp45f1gj6e] {
    min-width: 280px;
    width: 36%;
}

.campaign-quest-list__labels[b-fp45f1gj6e] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}
/* /Components/Features/KnowledgeEntries/KnowledgeEntryRelatedList.razor.rz.scp.css */
.knowledge-entry-related-list[b-yz6zo17tvt] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.knowledge-entry-related-list__row[b-yz6zo17tvt] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.knowledge-entry-related-list__link[b-yz6zo17tvt] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
    padding: 10px 14px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--secondary);
    color: var(--foreground);
    text-decoration: none;
    transition: border-color 0.15s ease, background-color 0.15s ease;
}

.knowledge-entry-related-list__link:hover[b-yz6zo17tvt] {
    border-color: rgba(124,106,245,0.35);
    background: rgba(124,106,245,0.08);
}

.knowledge-entry-related-list__title[b-yz6zo17tvt] {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
}

.knowledge-entry-related-list__arrow[b-yz6zo17tvt] {
    color: var(--muted-foreground) !important;
    flex-shrink: 0;
}
/* /Components/Features/KnowledgeEntries/KnowledgeEntryRowActions.razor.rz.scp.css */
.knowledge-entry-row-actions[b-tgcyw641da] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}
/* /Components/Features/KnowledgeEntries/KnowledgeEntryTagList.razor.rz.scp.css */
.knowledge-entry-tag-list[b-b9ue9xs0ru] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.knowledge-entry-tag-list__tag[b-b9ue9xs0ru] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid rgba(124,106,245,0.2);
    border-radius: 9999px;
    padding: 2px 8px;
    background: rgba(124,106,245,0.12);
    color: var(--primary);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
}

.knowledge-entry-tag-list__tag--more[b-b9ue9xs0ru] {
    border-color: var(--border);
    background: rgba(255,255,255,0.05);
    color: var(--muted-foreground);
}

.knowledge-entry-tag-list__remove[b-b9ue9xs0ru] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin: 0 -4px 0 0;
    padding: 0;
    border: 0;
    border-radius: 9999px;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.knowledge-entry-tag-list__remove:hover[b-b9ue9xs0ru] {
    background: rgba(255,255,255,0.08);
}

.knowledge-entry-tag-list__remove[b-b9ue9xs0ru]  .mud-icon-size-small {
    font-size: 12px;
}

.knowledge-entry-tag-list__empty[b-b9ue9xs0ru] {
    color: var(--muted-foreground);
}
/* /Components/Features/KnowledgeEntries/KnowledgeEntryVisibilityBadge.razor.rz.scp.css */
.knowledge-entry-visibility-badge__icon[b-6xo3g6s3uq] {
    font-size: 12px !important;
    margin-right: 4px;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
#components-reconnect-modal[b-67sj6k22y0] {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1400;
    overflow: hidden;
    background-color: transparent;
    border: none;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

    #components-reconnect-modal[b-67sj6k22y0]::backdrop {
        background: rgba(10, 16, 28, 0.5);
    }

    #components-reconnect-modal.components-reconnect-show[b-67sj6k22y0],
    #components-reconnect-modal[open][b-67sj6k22y0],
    #components-reconnect-modal.components-reconnect-failed[b-67sj6k22y0],
    #components-reconnect-modal.components-reconnect-repeated-attempt[b-67sj6k22y0],
    #components-reconnect-modal.components-reconnect-paused[b-67sj6k22y0],
    #components-reconnect-modal.components-reconnect-resume-failed[b-67sj6k22y0],
    #components-reconnect-modal.components-pause[b-67sj6k22y0],
    #components-reconnect-modal.components-resume-failed[b-67sj6k22y0] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.components-reconnect-backdrop[b-67sj6k22y0] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(8, 12, 20, 0.5);
}

.components-reconnect-surface[b-67sj6k22y0] {
    width: min(480px, 100%);
    border-radius: var(--mud-default-borderradius, 12px);
    border: 1px solid var(--mud-palette-lines-default, #e0e0e0);
    background: var(--mud-palette-surface, #fff);
    box-shadow: var(--mud-elevation-24, 0 16px 30px rgba(0, 0, 0, 0.28));
    color: var(--mud-palette-text-primary, #1f2937);
    padding: 20px 20px 18px;
}

.components-reconnect-header[b-67sj6k22y0] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

    .components-reconnect-header h2[b-67sj6k22y0] {
        margin: 0;
        font-size: 1.05rem;
        font-weight: 600;
        line-height: 1.3;
    }

.components-reconnect-status-dot[b-67sj6k22y0] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--mud-palette-warning, #f59e0b);
}

.components-reconnect-supporting[b-67sj6k22y0],
.components-reconnect-message[b-67sj6k22y0] {
    margin: 0;
    line-height: 1.45;
    font-size: 0.95rem;
}

.components-reconnect-supporting[b-67sj6k22y0] {
    color: var(--mud-palette-text-secondary, #52607a);
    margin-bottom: 14px;
}

.components-reconnect-message[b-67sj6k22y0] {
    font-weight: 500;
}

.components-reconnect-danger[b-67sj6k22y0] {
    color: var(--mud-palette-error, #b00020);
}

.components-reconnect-actions[b-67sj6k22y0] {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.components-reconnect-first-attempt-visible[b-67sj6k22y0],
.components-reconnect-repeated-attempt-visible[b-67sj6k22y0],
.components-reconnect-failed-visible[b-67sj6k22y0],
.components-pause-visible[b-67sj6k22y0],
.components-resume-failed-visible[b-67sj6k22y0] {
    display: none;
}

dialog[open].components-reconnect-show .components-reconnect-first-attempt-visible[b-67sj6k22y0],
dialog[open].components-reconnect-failed .components-reconnect-failed-visible[b-67sj6k22y0],
dialog[open].components-reconnect-repeated-attempt .components-reconnect-repeated-attempt-visible[b-67sj6k22y0],
dialog[open].components-reconnect-paused .components-pause-visible[b-67sj6k22y0],
dialog[open].components-pause .components-pause-visible[b-67sj6k22y0],
dialog[open].components-reconnect-resume-failed .components-resume-failed-visible[b-67sj6k22y0],
dialog[open].components-resume-failed .components-resume-failed-visible[b-67sj6k22y0] {
    display: block;
}

dialog[open].components-reconnect-show .components-rejoin-loader[b-67sj6k22y0],
dialog[open].components-reconnect-repeated-attempt .components-rejoin-loader[b-67sj6k22y0] {
    display: inline-flex;
}

dialog[open].components-reconnect-failed #components-reconnect-button[b-67sj6k22y0],
dialog[open].components-reconnect-paused #components-resume-button[b-67sj6k22y0],
dialog[open].components-pause #components-resume-button[b-67sj6k22y0],
dialog[open].components-reconnect-resume-failed #components-resume-button[b-67sj6k22y0],
dialog[open].components-resume-failed #components-resume-button[b-67sj6k22y0] {
    display: block;
}

.components-rejoin-loader[b-67sj6k22y0] {
    display: none;
    margin-bottom: 10px;
    gap: 8px;
}

    .components-rejoin-loader div[b-67sj6k22y0] {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background-color: var(--mud-palette-primary, #594AE2);
        animation: reconnect-pulse-b-67sj6k22y0 1.2s infinite ease-in-out both;
    }

        .components-rejoin-loader div:nth-child(1)[b-67sj6k22y0] {
            animation-delay: -0.24s;
        }

        .components-rejoin-loader div:nth-child(2)[b-67sj6k22y0] {
            animation-delay: -0.12s;
        }

@keyframes reconnect-pulse-b-67sj6k22y0 {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

#components-reconnect-button[b-67sj6k22y0],
#components-resume-button[b-67sj6k22y0] {
    display: none;
    min-width: 92px;
    cursor: pointer;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-radius: 999px;
    background-color: var(--mud-palette-primary, #594AE2);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
}
/* /Components/Pages/CampaignManagement/CampaignCreate.razor.rz.scp.css */
:deep(.campaign-create-page__header)[b-mju426zvd4] {
    position: sticky;
    top: 0;
    z-index: 2;
    margin-bottom: 0;
    padding: 20px 32px;
    background: #12121e;
}

:deep(.campaign-create-page__header .mud-breadcrumbs)[b-mju426zvd4] {
    padding: 0;
    color: #8888a8;
    font-size: 12px;
}

@media (max-width: 768px) {
    :deep(.campaign-create-page__header)[b-mju426zvd4] {
        padding: 16px;
    }
}
/* /Components/Pages/CampaignManagement/CampaignDetails.razor.rz.scp.css */
.campaign-detail-page[b-ejf8ah6msz] {
    height: 100vh;
    background: #12121e;
    color: #e8e8f0;
    font-family: Inter, system-ui, sans-serif;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.campaign-detail-page__content[b-ejf8ah6msz] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 24px 32px 32px;
}

.campaign-detail-page :deep(.mud-table)[b-ejf8ah6msz] {
    background: transparent;
}

.campaign-detail-page :deep(.mud-table-container)[b-ejf8ah6msz] {
    background: transparent;
}

.campaign-detail-page :deep(.mud-table-head .mud-table-cell)[b-ejf8ah6msz] {
    color: #e8e8f0;
    font-weight: 600;
    border-bottom-color: rgba(255,255,255,0.08);
}

.campaign-detail-page :deep(.mud-table-row .mud-table-cell)[b-ejf8ah6msz] {
    color: #e8e8f0;
    border-bottom-color: rgba(255,255,255,0.08);
}

.campaign-detail-page :deep(.mud-input-control)[b-ejf8ah6msz] {
    margin-top: 0;
}

@media (max-width: 768px) {
    .campaign-detail-page__content[b-ejf8ah6msz] {
        padding: 16px;
    }

}
/* /Components/Pages/CampaignManagement/CampaignEdit.razor.rz.scp.css */
.campaign-edit-page[b-pc9qsm2h8l] {
    height: 100vh;
    background: #12121e;
    color: #e8e8f0;
    font-family: Inter, system-ui, sans-serif;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

:deep(.campaign-edit-page__header)[b-pc9qsm2h8l] {
    position: sticky;
    top: 0;
    z-index: 2;
    margin-bottom: 0;
    padding: 20px 32px;
    background: #12121e;
}

:deep(.campaign-edit-page__header .mud-breadcrumbs)[b-pc9qsm2h8l] {
    padding: 0;
    color: #8888a8;
    font-size: 12px;
}

.campaign-edit-page__content[b-pc9qsm2h8l] {
    height: 100%;
    overflow-y: auto;
    padding: 24px 32px 96px;
}

.campaign-edit-page__action-bar[b-pc9qsm2h8l] {
    position: sticky;
    bottom: 0;
    z-index: 3;
    padding: 12px 32px;
    border-top: 1px solid rgba(255,255,255,0.08);
    background: #1c1c2e;
    justify-content: flex-end;
    gap: 12px;
}

@media (max-width: 768px) {
    :deep(.campaign-edit-page__header)[b-pc9qsm2h8l] {
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 16px;
    }

    .campaign-edit-page__content[b-pc9qsm2h8l] {
        padding: 16px 16px 96px;
    }

    .campaign-edit-page__action-bar[b-pc9qsm2h8l] {
        padding: 12px 16px;
    }
}
/* /Components/Pages/CharacterManagement/CampaignCharacterDetails.razor.rz.scp.css */
.character-detail-overview[b-thsjfqnto9] {
    display: flex;
    align-items: stretch;
    gap: 16px;
    width: 100%;
}

.character-detail-identity-card[b-thsjfqnto9] {
    flex: 1 1 0;
    min-width: 0;
}

.character-detail-identity-card[b-thsjfqnto9]  .myth-section-card {
    height: 100%;
}

.character-detail-portrait-shell[b-thsjfqnto9] {
    width: 180px;
    flex: 0 0 180px;
}

.character-detail-portrait[b-thsjfqnto9] {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 280px;
    overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
}

.character-detail-portrait[b-thsjfqnto9]::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(160deg, rgba(124, 106, 245, 0.15) 0%, rgba(6, 182, 212, 0.08) 100%);
}

.character-detail-portrait__image[b-thsjfqnto9],
.character-detail-portrait__image[b-thsjfqnto9]  img {
    position: relative;
    width: 100%;
    height: 100%;
}

.character-detail-portrait__image[b-thsjfqnto9]  img {
    object-position: center top;
}

.character-detail-portrait__empty[b-thsjfqnto9] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    height: 100%;
    padding: 0 16px;
}

.character-detail-portrait__icon[b-thsjfqnto9] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: rgba(124, 106, 245, 0.15);
    border: 2px solid rgba(124, 106, 245, 0.25);
    border-radius: 999px;
    color: var(--primary);
}

.character-detail-portrait__icon[b-thsjfqnto9]  .mud-icon-root {
    font-size: 28px;
}

.character-detail-portrait[b-thsjfqnto9]  .character-detail-portrait__text {
    color: var(--muted-foreground);
    text-align: center;
}

@media (max-width: 768px) {
    .character-detail-overview[b-thsjfqnto9] {
        flex-direction: column;
    }

    .character-detail-portrait-shell[b-thsjfqnto9] {
        width: min(100%, 240px);
        flex-basis: auto;
    }

    .character-detail-portrait[b-thsjfqnto9] {
        aspect-ratio: 1 / 1;
        height: auto;
        min-height: 0;
    }
}
/* /Components/Pages/CharacterManagement/CampaignCharacterEdit.razor.rz.scp.css */
.character-edit-page[b-mfz9yq5afc] {
    width: min(100%, 768px);
    margin: 0 auto;
}

.character-edit-image-row[b-mfz9yq5afc] {
    min-height: 72px;
}

.character-edit-image-preview[b-mfz9yq5afc] {
    width: 72px;
    height: 72px;
    border: 1px solid var(--border);
    border-radius: 8px;
}

.character-edit-image-placeholder[b-mfz9yq5afc] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    background: rgba(124, 106, 245, 0.10);
    border: 1px dashed rgba(124, 106, 245, 0.30);
    border-radius: 8px;
    color: var(--primary);
}

.character-edit-image-placeholder[b-mfz9yq5afc]  .mud-icon-root {
    font-size: 28px;
}
/* /Components/Shared/AppIconSelect.razor.rz.scp.css */
.app-icon-select[b-skpp5brkn6] {
    position: relative;
    width: 100%;
}

.app-icon-select__trigger[b-skpp5brkn6] {
    width: 100%;
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    color: #e8e8f0;
    background: #252538;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.app-icon-select__trigger:hover[b-skpp5brkn6],
.app-icon-select__trigger:focus-visible[b-skpp5brkn6] {
    border-color: rgba(124, 106, 245, 0.7);
    outline: none;
}

.app-icon-select.is-disabled .app-icon-select__trigger[b-skpp5brkn6] {
    cursor: default;
    opacity: 0.6;
}

.app-icon-select__preview[b-skpp5brkn6] {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 8px;
    background: rgba(124, 106, 245, 0.12);
}

.app-icon-select__value[b-skpp5brkn6] {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-icon-select__panel[b-skpp5brkn6] {
    padding: 12px;
    background: #1c1c2e;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
}

.app-icon-select__filter[b-skpp5brkn6] {
    margin-top: 10px;
}

.app-icon-select__grid[b-skpp5brkn6] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
    gap: 8px;
    max-height: 220px;
    overflow-y: auto;
    padding-top: 10px;
}

.app-icon-select__option[b-skpp5brkn6] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 4px;
    color: #e8e8f0;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.app-icon-select__option:hover[b-skpp5brkn6],
.app-icon-select__option:focus-visible[b-skpp5brkn6] {
    background: #252538;
    border-color: rgba(255, 255, 255, 0.08);
    outline: none;
}

.app-icon-select__option.is-selected[b-skpp5brkn6] {
    background: rgba(124, 106, 245, 0.14);
    border-color: rgba(124, 106, 245, 0.4);
}

.app-icon-select__option span[b-skpp5brkn6] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-icon-select__empty[b-skpp5brkn6] {
    padding: 16px 4px 4px;
    color: #8888a8;
}

.app-icon-select__pager[b-skpp5brkn6] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-top: 10px;
    color: #8888a8;
}
/* /Components/Shared/CharacterFieldDivider.razor.rz.scp.css */
.character-field-divider[b-08cbwgcame] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 6px 0;
}

.character-field-divider__line[b-08cbwgcame] {
    flex: 1 1 auto;
    min-width: 24px;
    border-top: 1px solid var(--border);
}

.character-field-divider__label[b-08cbwgcame] {
    color: var(--muted-text);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}
/* /Components/Shared/FormSearchSelect.razor.rz.scp.css */
.form-select[b-qdmt32c8pd] {
    position: relative;
    width: 100%;
}

.form-select__popover[b-qdmt32c8pd] {
    width: 100%;
}

.form-select__panel[b-qdmt32c8pd] {
    padding: 0.75rem;
}

.form-select__list[b-qdmt32c8pd] {
    max-height: 18rem;
    overflow-y: auto;
}
/* /Components/Shared/FormSelect.razor.rz.scp.css */
.form-select[b-fyu404pt3x] {
    position: relative;
    width: 100%;
}

.form-select__popover[b-fyu404pt3x] {
    width: 100%;
}

.form-select__panel[b-fyu404pt3x] {
    padding: 0.75rem;
}

.form-select__list[b-fyu404pt3x] {
    max-height: 18rem;
    overflow-y: auto;
}
/* /Components/Shared/ImageDropZone.razor.rz.scp.css */
.image-drop-zone[b-d7c6pzv0kc] {
    position: relative;
    min-height: 148px;
    border: 2px dashed rgba(255,255,255,0.08);
    border-radius: 12px;
    background: transparent;
    color: #8888a8;
    overflow: hidden;
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.image-drop-zone:hover[b-d7c6pzv0kc],
.image-drop-zone:focus-within[b-d7c6pzv0kc],
.image-drop-zone.image-drop-zone--dragging[b-d7c6pzv0kc] {
    background: rgba(124,106,245,0.08);
    border-color: #7c6af5;
    box-shadow: 0 0 0 1px rgba(124,106,245,0.18);
}

.image-drop-zone-input[b-d7c6pzv0kc] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.image-drop-zone-picker[b-d7c6pzv0kc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    min-height: 148px;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.image-drop-zone-icon[b-d7c6pzv0kc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(124,106,245,0.12);
    color: #7c6af5;
}

.image-drop-zone-title[b-d7c6pzv0kc] {
    color: #e8e8f0;
    font-weight: 600;
}

.image-drop-zone-hint[b-d7c6pzv0kc] {
    color: #8888a8;
}

.image-drop-zone-preview[b-d7c6pzv0kc] {
    width: 100%;
    max-height: 220px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
}

.image-drop-zone-alert[b-d7c6pzv0kc] {
    background: rgba(224,84,114,0.12);
    border: 1px solid rgba(224,84,114,0.35);
    color: #e8e8f0;
}
/* /Components/Shared/ImageLibraryDialog.razor.rz.scp.css */
.image-library-dialog__item[b-v67hernd47] {
    height: 100%;
}

.image-library-dialog__preview[b-v67hernd47] {
    width: 100%;
    height: 8rem;
    border-radius: 6px;
}

.image-library-dialog__name[b-v67hernd47] {
    min-height: 2.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
/* /Components/Shared/LinkEditorDialog.razor.rz.scp.css */
.link-editor-dialog[b-5rsqc47hmb] {
    min-width: min(34rem, calc(100vw - 3rem));
}

.link-editor-dialog__title[b-5rsqc47hmb] {
    max-width: 36rem;
    padding-right: 1rem;
}

.link-editor-dialog__description[b-5rsqc47hmb] {
    color: var(--mud-palette-text-secondary);
}

.link-editor-dialog__preview[b-5rsqc47hmb] {
    background: color-mix(in srgb, var(--mud-palette-surface), var(--mud-palette-primary) 3%);
    border-radius: 6px;
}

.link-editor-dialog__preview-text[b-5rsqc47hmb] {
    color: var(--mud-palette-text-secondary);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.link-editor-dialog__actions[b-5rsqc47hmb] {
    width: 100%;
    gap: 0.75rem;
}

@media (max-width: 600px) {
    .link-editor-dialog[b-5rsqc47hmb] {
        min-width: 0;
    }

    .link-editor-dialog__actions[b-5rsqc47hmb] {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .link-editor-dialog__actions > .mud-stack-row[b-5rsqc47hmb] {
        justify-content: flex-end;
    }
}
/* /Components/Shared/ListGrid.razor.rz.scp.css */
.myth-list-grid[b-jcl0n6v24d] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.myth-list-grid__toolbar[b-jcl0n6v24d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.myth-list-grid__filters[b-jcl0n6v24d] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    flex: 1 1 auto;
    min-width: 0;
}

.myth-list-grid__results[b-jcl0n6v24d] {
    color: var(--muted-foreground);
    flex-shrink: 0;
}

.myth-list-grid__table[b-jcl0n6v24d] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
}

.myth-list-grid__table[b-jcl0n6v24d]  .myth-table .mud-table-root {
    border-spacing: 0;
}

.myth-list-grid__table[b-jcl0n6v24d]  .myth-table .mud-table-head .mud-table-cell:first-child,
.myth-list-grid__table[b-jcl0n6v24d]  .myth-table .mud-table-head .mud-table-cell:last-child {
    border-radius: 0;
}

.myth-list-grid__table[b-jcl0n6v24d]  .myth-table .mud-table-row {
    cursor: pointer;
}

@media (max-width: 768px) {
    .myth-list-grid__toolbar[b-jcl0n6v24d] {
        align-items: stretch;
    }

    .myth-list-grid__filters[b-jcl0n6v24d] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Shared/PageHeader.razor.rz.scp.css */
.myth-page-header[b-8aas633hgb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 20px;
    margin: 0 -32px 24px;
    border-bottom: 1px solid var(--border);
}

.myth-page-header-main[b-8aas633hgb] {
    min-width: 0;
}

.myth-page-header-breadcrumbs[b-8aas633hgb] {
    color: var(--muted-foreground);
    font-size: 12px;
    line-height: 1.4;
}

.myth-page-header[b-8aas633hgb]  .myth-page-header-title {
    color: var(--foreground);
    font-family: 'Cinzel', Georgia, serif !important;
    overflow-wrap: anywhere;
    text-transform: uppercase
}

.myth-page-header[b-8aas633hgb]  .myth-page-header-subtitle {
    color: var(--muted-foreground);
    font-size: 12px;
    line-height: 1.4;
}

.myth-page-header-actions[b-8aas633hgb] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-self: center;
    gap: 8px;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.myth-page-header-breadcrumbs[b-8aas633hgb]  ol.mud-breadcrumbs {
    padding: unset;
}

@media (max-width: 768px) {
    .myth-page-header[b-8aas633hgb] {
        flex-direction: column;
        align-items: stretch;
        margin-right: -16px;
        margin-left: -16px;
    }

    .myth-page-header-actions[b-8aas633hgb] {
        justify-content: flex-start;
    }
}
/* /Components/Shared/RichTextDisplay.razor.rz.scp.css */
.rich-text-display[b-6tuevkwyxz] {
    color: var(--mud-palette-text-primary);
    font-size: 1rem;
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.rich-text-display[b-6tuevkwyxz]  h2,
.rich-text-display[b-6tuevkwyxz]  h3 {
    margin: 1.5rem 0 0.75rem;
}

.rich-text-display[b-6tuevkwyxz]  p {
    margin: 0 0 0.85rem;
}

.rich-text-display[b-6tuevkwyxz]  ul,
.rich-text-display[b-6tuevkwyxz]  ol {
    margin: 0 0 0.85rem 1.5rem;
    padding: 0;
}

.rich-text-display[b-6tuevkwyxz]  blockquote {
    border-left: 4px solid var(--mud-palette-primary);
    margin: 1rem 0;
    padding: 0.25rem 0 0.25rem 1rem;
    color: var(--mud-palette-text-secondary);
}

.rich-text-display[b-6tuevkwyxz]  pre {
    background: var(--mud-palette-background-grey);
    border-radius: 4px;
    padding: 1rem;
    overflow-x: auto;
}
/* /Components/Shared/RichTextEditor.razor.rz.scp.css */
.rich-text-editor-shell[b-3wx569ddph] {
    --rich-text-editor-radius: 8px;
    border: 1px solid var(--mud-palette-lines-inputs);
    border-radius: var(--rich-text-editor-radius);
    background: var(--mud-palette-surface);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    transition: border-color 140ms ease, box-shadow 140ms ease;
}

.rich-text-editor-shell:focus-within[b-3wx569ddph] {
    border-color: var(--mud-palette-primary);
    box-shadow: 0 0 0 1px var(--mud-palette-primary);
}

.rich-text-editor-shell--readonly[b-3wx569ddph] {
    background: var(--mud-palette-background-gray);
}

.rich-text-editor__header[b-3wx569ddph] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.75rem 1rem 0.5rem;
    border-bottom: 1px solid var(--mud-palette-lines-default);
}

.rich-text-editor[b-3wx569ddph] {
    min-height: calc(var(--rich-text-editor-min-height) + 3.25rem);
}

.rich-text-editor[b-3wx569ddph]  .ql-toolbar.ql-snow {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    padding: 0.5rem 0.625rem;
    border: 0;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    border-radius: var(--rich-text-editor-radius) var(--rich-text-editor-radius) 0 0;
    background: color-mix(in srgb, var(--mud-palette-surface), var(--mud-palette-primary) 4%);
}

.rich-text-editor-shell:has(.rich-text-editor__header) .rich-text-editor[b-3wx569ddph]  .ql-toolbar.ql-snow {
    border-radius: 0;
}

.rich-text-editor[b-3wx569ddph]  .ql-toolbar.ql-snow .ql-formats {
    display: inline-flex;
    align-items: center;
    gap: 0.125rem;
    margin-right: 0.375rem;
}

.rich-text-editor[b-3wx569ddph]  .ql-snow.ql-toolbar button,
.rich-text-editor[b-3wx569ddph]  .ql-snow .ql-toolbar button {
    width: 2rem;
    height: 2rem;
    border-radius: 6px;
    transition: background 120ms ease, color 120ms ease;
}

.rich-text-editor[b-3wx569ddph]  .ql-snow.ql-toolbar button:hover,
.rich-text-editor[b-3wx569ddph]  .ql-snow .ql-toolbar button:hover,
.rich-text-editor[b-3wx569ddph]  .ql-snow.ql-toolbar button.ql-active,
.rich-text-editor[b-3wx569ddph]  .ql-snow .ql-toolbar button.ql-active,
.rich-text-editor[b-3wx569ddph]  .ql-snow.ql-toolbar .ql-picker-label:hover,
.rich-text-editor[b-3wx569ddph]  .ql-snow .ql-toolbar .ql-picker-label:hover,
.rich-text-editor[b-3wx569ddph]  .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.rich-text-editor[b-3wx569ddph]  .ql-snow .ql-toolbar .ql-picker-label.ql-active {
    background: color-mix(in srgb, var(--mud-palette-primary), transparent 88%);
    color: var(--mud-palette-primary);
}

.rich-text-editor[b-3wx569ddph]  .ql-snow.ql-toolbar button:hover .ql-stroke,
.rich-text-editor[b-3wx569ddph]  .ql-snow .ql-toolbar button:hover .ql-stroke,
.rich-text-editor[b-3wx569ddph]  .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.rich-text-editor[b-3wx569ddph]  .ql-snow .ql-toolbar button.ql-active .ql-stroke,
.rich-text-editor[b-3wx569ddph]  .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.rich-text-editor[b-3wx569ddph]  .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.rich-text-editor[b-3wx569ddph]  .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.rich-text-editor[b-3wx569ddph]  .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke {
    stroke: var(--mud-palette-primary);
}

.rich-text-editor[b-3wx569ddph]  .ql-snow.ql-toolbar button:hover .ql-fill,
.rich-text-editor[b-3wx569ddph]  .ql-snow .ql-toolbar button:hover .ql-fill,
.rich-text-editor[b-3wx569ddph]  .ql-snow.ql-toolbar button.ql-active .ql-fill,
.rich-text-editor[b-3wx569ddph]  .ql-snow .ql-toolbar button.ql-active .ql-fill,
.rich-text-editor[b-3wx569ddph]  .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.rich-text-editor[b-3wx569ddph]  .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.rich-text-editor[b-3wx569ddph]  .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.rich-text-editor[b-3wx569ddph]  .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill {
    fill: var(--mud-palette-primary);
}

.rich-text-editor[b-3wx569ddph]  .ql-container.ql-snow {
    border: 0;
    border-radius: 0 0 var(--rich-text-editor-radius) var(--rich-text-editor-radius);
    color: var(--mud-palette-text-primary);
    font-family: inherit;
}

.rich-text-editor[b-3wx569ddph]  .ql-editor {
    min-height: var(--rich-text-editor-min-height);
    padding: 1rem 1.125rem 1.25rem;
    font-size: 1rem;
    line-height: 1.7;
}

.rich-text-editor[b-3wx569ddph]  .ql-editor.ql-blank::before {
    color: var(--mud-palette-text-secondary);
    font-style: normal;
    left: 1.125rem;
    right: 1.125rem;
}

.rich-text-editor[b-3wx569ddph]  .ql-editor h2,
.rich-text-editor[b-3wx569ddph]  .ql-editor h3,
.rich-text-editor[b-3wx569ddph]  .ql-editor h4 {
    margin: 0.875rem 0 0.375rem;
    font-weight: 600;
    line-height: 1.25;
}

.rich-text-editor[b-3wx569ddph]  .ql-editor p,
.rich-text-editor[b-3wx569ddph]  .ql-editor ol,
.rich-text-editor[b-3wx569ddph]  .ql-editor ul,
.rich-text-editor[b-3wx569ddph]  .ql-editor blockquote,
.rich-text-editor[b-3wx569ddph]  .ql-editor pre {
    margin-bottom: 0.625rem;
}

.rich-text-editor[b-3wx569ddph]  .ql-editor blockquote {
    border-left: 3px solid var(--mud-palette-primary);
    color: var(--mud-palette-text-secondary);
    padding-left: 0.875rem;
}

.rich-text-editor[b-3wx569ddph]  .ql-editor img {
    display: block;
    max-width: 100%;
    max-height: 32rem;
    margin: 0.75rem auto;
    border-radius: 6px;
    object-fit: contain;
}

.rich-text-editor[b-3wx569ddph]  .ql-tooltip {
    display: none !important;
}

.rich-text-editor[b-3wx569ddph]  .ql-editor pre.ql-syntax {
    border-radius: 6px;
    padding: 0.875rem 1rem;
    background: var(--mud-palette-dark);
}
