@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/CharacterSheetSections/CharacterSpellcastingComponent.razor.rz.scp.css */
/* Spellcasting component styles */

/* Mobile styles for specialization items - two-line layout */
@media (max-width: 575.98px) {
    .specialization-item[b-9z9e0e9om4] {
        flex-wrap: wrap !important;
    }

    .specialization-item-left[b-9z9e0e9om4] {
        width: 100% !important;
        margin-bottom: 0.5rem !important;
    }

    .specialization-item-right[b-9z9e0e9om4] {
        width: 100% !important;
        justify-content: space-between !important;
    }

    .specialization-item .btn-group[b-9z9e0e9om4] {
        flex-shrink: 0 !important;
    }
}
/* /Components/CharacterSheetSections/CharacterStressComponent.razor.rz.scp.css */
/* Stress component styles */

/* Mobile styles for smaller stress checkboxes to fit 7 slots + buttons */
@media (max-width: 575.98px) {
    .stress-checkbox[b-nhu5bnqzox] {
        width: 1.25rem !important;
        height: 1.25rem !important;
    }

    .stress-value-mobile[b-nhu5bnqzox] {
        font-size: 0.65rem !important;
    }

    .stress-action-buttons-mobile[b-nhu5bnqzox] {
        gap: 0.25rem !important;
    }

    .stress-action-buttons-mobile .btn[b-nhu5bnqzox] {
        padding: 0.25rem 0.4rem !important;
        font-size: 0.75rem !important;
    }

    .stress-row-mobile[b-nhu5bnqzox] {
        gap: 0.5rem !important;
    }

    .stress-label-mobile[b-nhu5bnqzox] {
        min-width: 50px !important;
        font-size: 0.85rem !important;
    }
}
/* /Components/EncounterCharacterComponents/CombatCharacterCard.razor.rz.scp.css */
/* Combat Character Card Styling */

.encounter-character-card[b-mn4tfbhgts] {
    font-size: 0.85rem;
    border-width: 1px;
}

.encounter-character-card .card-header[b-mn4tfbhgts] {
    padding: 0.5rem 0.75rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom-width: 1px;
}

.encounter-character-card .card-body[b-mn4tfbhgts] {
    padding: 0.75rem;
}

/* Stress Slots */
.encounter-stress-slot[b-mn4tfbhgts] {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

/* Purple badge for ability type */
.bg-purple[b-mn4tfbhgts] {
    background-color: #6f42c1 !important;
}

/* Compact weapon/armor/ability items */
.weapon-item[b-mn4tfbhgts],
.armor-item[b-mn4tfbhgts],
.ability-weapon[b-mn4tfbhgts],
.consequence-item[b-mn4tfbhgts] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem;
}

/* Stress checkbox styling (reuse from conflict components) */
.stress-checkbox:checked[b-mn4tfbhgts] {
    background-color: #dc3545;
    border-color: #dc3545;
}

.stress-checkbox:disabled[b-mn4tfbhgts] {
    cursor: not-allowed;
    opacity: 0.6;
}
/* /Components/EncounterCharacterComponents/SocialCharacterCard.razor.rz.scp.css */
/* Social Character Card Styling */

.encounter-character-card[b-x12ix52w4b] {
    font-size: 0.85rem;
    border-width: 1px;
}

.encounter-character-card .card-header[b-x12ix52w4b] {
    padding: 0.5rem 0.75rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom-width: 1px;
}

.encounter-character-card .card-body[b-x12ix52w4b] {
    padding: 0.75rem;
}

/* Stress Slots */
.encounter-stress-slot[b-x12ix52w4b] {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

/* Skill Badges for Social Cards */
.encounter-skill-badge[b-x12ix52w4b] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    background: linear-gradient(145deg, #6f42c1, #5a32a3);
    color: white;
    border-radius: 12px;
    font-size: 0.7rem;
    box-shadow: 0 2px 4px rgba(111, 66, 193, 0.3);
}

.encounter-skill-badge .skill-value[b-x12ix52w4b] {
    font-weight: bold;
    font-size: 0.8rem;
}

.encounter-skill-badge .skill-name[b-x12ix52w4b] {
    text-transform: uppercase;
    font-size: 0.6rem;
    letter-spacing: 0.5px;
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.encounter-skill-badge .skill-badge-role[b-x12ix52w4b] {
    font-size: 0.5rem;
    padding: 1px 4px;
    border-radius: 4px;
}

/* Stress checkbox styling (reuse from conflict components) */
.stress-checkbox:checked[b-x12ix52w4b] {
    background-color: #dc3545;
    border-color: #dc3545;
}

.stress-checkbox:disabled[b-x12ix52w4b] {
    cursor: not-allowed;
    opacity: 0.6;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7kfen4y29i] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7kfen4y29i] {
    flex: 1;
}

.sidebar[b-7kfen4y29i] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7kfen4y29i] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7kfen4y29i]  a, .top-row[b-7kfen4y29i]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-7kfen4y29i]  a:hover, .top-row[b-7kfen4y29i]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-7kfen4y29i]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-7kfen4y29i] {
        justify-content: space-between;
    }

    .top-row[b-7kfen4y29i]  a, .top-row[b-7kfen4y29i]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7kfen4y29i] {
        flex-direction: row;
    }

    .sidebar[b-7kfen4y29i] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7kfen4y29i] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-7kfen4y29i]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7kfen4y29i], article[b-7kfen4y29i] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-7kfen4y29i] {
    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-7kfen4y29i] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-sitpja5uoc] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-sitpja5uoc] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-sitpja5uoc] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-sitpja5uoc] {
    font-size: 1.1rem;
}

.bi[b-sitpja5uoc] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-sitpja5uoc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-sitpja5uoc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-sitpja5uoc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-sitpja5uoc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-sitpja5uoc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-sitpja5uoc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-sitpja5uoc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-sitpja5uoc] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-sitpja5uoc] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-sitpja5uoc] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-sitpja5uoc] {
        padding-bottom: 1rem;
    }

    .nav-item[b-sitpja5uoc]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-sitpja5uoc]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-sitpja5uoc]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-sitpja5uoc] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-sitpja5uoc] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-sitpja5uoc] {
        display: none;
    }

    .nav-scrollable[b-sitpja5uoc] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-0sgsosswba],
.components-reconnect-repeated-attempt-visible[b-0sgsosswba],
.components-reconnect-failed-visible[b-0sgsosswba],
.components-pause-visible[b-0sgsosswba],
.components-resume-failed-visible[b-0sgsosswba],
.components-rejoining-animation[b-0sgsosswba] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-0sgsosswba],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-0sgsosswba],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-0sgsosswba],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-0sgsosswba],
#components-reconnect-modal.components-reconnect-retrying[b-0sgsosswba],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-0sgsosswba],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-0sgsosswba],
#components-reconnect-modal.components-reconnect-failed[b-0sgsosswba],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-0sgsosswba] {
    display: block;
}


#components-reconnect-modal[b-0sgsosswba] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-0sgsosswba 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-0sgsosswba 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-0sgsosswba 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-0sgsosswba]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-0sgsosswba 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-0sgsosswba {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-0sgsosswba {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-0sgsosswba {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-0sgsosswba] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-0sgsosswba] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-0sgsosswba] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-0sgsosswba] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-0sgsosswba] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-0sgsosswba] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-0sgsosswba] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-0sgsosswba 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-0sgsosswba] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-0sgsosswba {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/Abilities.razor.rz.scp.css */
/* Abilities Page - Mobile Responsive Styles */

/* Purple badge for Power type */
.bg-purple[b-gt9xg00qsi] {
    background-color: #6f42c1 !important;
}

.badge.bg-purple[b-gt9xg00qsi] {
    color: #fff !important;
}

/* Mobile card styling */
.ability-cards[b-gt9xg00qsi] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ability-card[b-gt9xg00qsi] {
    background: #fff;
    border: 2px solid #dee2e6;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.ability-card-header[b-gt9xg00qsi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 2px solid #dee2e6;
    gap: 0.75rem;
}

.ability-name[b-gt9xg00qsi] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #212529;
    flex: 1;
    min-width: 0;
}

.ability-card-body[b-gt9xg00qsi] {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.ability-stats[b-gt9xg00qsi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.ability-stat[b-gt9xg00qsi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0.5rem;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
}

.ability-stat-label[b-gt9xg00qsi] {
    font-size: 0.75rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ability-stat-value[b-gt9xg00qsi] {
    font-weight: 600;
    color: #212529;
}

.ability-description[b-gt9xg00qsi] {
    margin-top: 0.75rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    font-size: 0.9rem;
    color: #495057;
    line-height: 1.5;
}

.ability-extra[b-gt9xg00qsi] {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e9ecef;
}

.ability-card-footer[b-gt9xg00qsi] {
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

/* Small screen optimizations */
@media (max-width: 575.98px) {
    .ability-card-header[b-gt9xg00qsi],
    .ability-card-body[b-gt9xg00qsi] {
        padding: 0.875rem;
    }

    .ability-name[b-gt9xg00qsi] {
        font-size: 1rem;
    }

    .ability-stats[b-gt9xg00qsi] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

    .ability-stat[b-gt9xg00qsi] {
        padding: 0.375rem;
    }

    .ability-description[b-gt9xg00qsi] {
        font-size: 0.875rem;
        padding: 0.625rem;
    }
}

/* Extra small screens */
@media (max-width: 359.98px) {
    .ability-stats[b-gt9xg00qsi] {
        grid-template-columns: 1fr;
    }

    .ability-stat[b-gt9xg00qsi] {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }

    .ability-stat-label[b-gt9xg00qsi] {
        margin-bottom: 0;
    }
}
/* /Components/Pages/Campaigns.razor.rz.scp.css */
/* Campaigns Page - Mobile Responsive Styles */

/* Header Section */
.campaigns-header[b-keonw3wmyx] {
    gap: 0.75rem;
}

.campaigns-header h1[b-keonw3wmyx] {
    font-size: 1.5rem;
    line-height: 1.3;
}

.create-campaign-btn[b-keonw3wmyx] {
    white-space: nowrap;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
}

/* Mobile Card Layout */
.campaign-cards[b-keonw3wmyx] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.campaign-card[b-keonw3wmyx] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.campaign-card-header[b-keonw3wmyx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.875rem 1rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #dee2e6;
    gap: 0.75rem;
}

.campaign-name[b-keonw3wmyx] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #212529;
    flex: 1;
    min-width: 0;
}

.campaign-card-body[b-keonw3wmyx] {
    padding: 0.875rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.campaign-info-row[b-keonw3wmyx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
}

.campaign-info-label[b-keonw3wmyx] {
    color: #6c757d;
    font-weight: 500;
}

.campaign-info-value[b-keonw3wmyx] {
    color: #212529;
    font-weight: 400;
    text-align: right;
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.campaign-card-footer[b-keonw3wmyx] {
    padding: 0.875rem 1rem;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.campaign-card-footer .btn[b-keonw3wmyx] {
    min-height: 44px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

/* Badge styling */
.badge[b-keonw3wmyx] {
    font-size: 0.85rem;
    padding: 0.4em 0.6em;
}

/* Small screen optimizations (320px - 575px) */
@media (max-width: 575.98px) {
    .campaigns-header h1[b-keonw3wmyx] {
        font-size: 1.25rem;
    }

    .create-campaign-btn[b-keonw3wmyx] {
        width: 100%;
        justify-content: center;
    }

    .campaign-card-header[b-keonw3wmyx] {
        padding: 0.75rem 0.875rem;
    }

    .campaign-name[b-keonw3wmyx] {
        font-size: 1rem;
    }

    .campaign-card-body[b-keonw3wmyx],
    .campaign-card-footer[b-keonw3wmyx] {
        padding: 0.75rem 0.875rem;
    }

    .campaign-info-row[b-keonw3wmyx] {
        font-size: 0.9rem;
    }

    .campaign-info-value[b-keonw3wmyx] {
        max-width: 55%;
    }
}

/* Extra small screens (less than 360px) */
@media (max-width: 359.98px) {
    .campaign-card-header[b-keonw3wmyx] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .campaign-name[b-keonw3wmyx] {
        width: 100%;
    }

    .campaign-info-row[b-keonw3wmyx] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.125rem;
    }

    .campaign-info-value[b-keonw3wmyx] {
        text-align: left;
        max-width: 100%;
    }
}

/* Tablet adjustments (576px - 767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .campaign-cards[b-keonw3wmyx] {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 1rem;
    }

    .campaign-card[b-keonw3wmyx] {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .campaign-card-body[b-keonw3wmyx] {
        flex: 1;
    }
}

/* Desktop table improvements */
@media (min-width: 768px) {
    .campaigns-header h1[b-keonw3wmyx] {
        font-size: 2rem;
    }

    .table th[b-keonw3wmyx],
    .table td[b-keonw3wmyx] {
        vertical-align: middle;
    }

    .table td[b-keonw3wmyx] {
        padding: 0.875rem 0.75rem;
    }
}

/* Touch target improvements for all buttons */
.btn[b-keonw3wmyx] {
    touch-action: manipulation;
}

/* Smooth transitions */
.campaign-card[b-keonw3wmyx] {
    transition: box-shadow 0.2s ease-in-out, transform 0.1s ease-in-out;
}

.campaign-card:active[b-keonw3wmyx] {
    transform: scale(0.995);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* Focus styles for accessibility */
.campaign-card-footer .btn:focus[b-keonw3wmyx],
.create-campaign-btn:focus[b-keonw3wmyx] {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Dresden Files Homepage Styles */

.dresden-homepage[b-kf2ujnzpjt] {
    min-height: 100vh;
}

/* Hero Section */
.hero-section[b-kf2ujnzpjt] {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.hero-section h1[b-kf2ujnzpjt] {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-section .lead[b-kf2ujnzpjt] {
    opacity: 0.9;
}

.hero-badges .badge[b-kf2ujnzpjt] {
    padding: 0.5em 1em;
    margin: 0.25em;
}

/* Quick Actions Section */
.quick-actions-section .action-card[b-kf2ujnzpjt] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border: 2px solid transparent;
    cursor: pointer;
}

.quick-actions-section .action-card:hover[b-kf2ujnzpjt] {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border-color: var(--bs-primary);
}

.quick-actions-section .action-card .display-4[b-kf2ujnzpjt] {
    transition: transform 0.2s ease-in-out;
}

.quick-actions-section .action-card:hover .display-4[b-kf2ujnzpjt] {
    transform: scale(1.1);
}

/* Features Section */
.features-section .feature-card[b-kf2ujnzpjt] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.features-section .feature-card:hover[b-kf2ujnzpjt] {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.features-section .feature-icon i[b-kf2ujnzpjt] {
    transition: transform 0.2s ease-in-out;
}

.features-section .feature-card:hover .feature-icon i[b-kf2ujnzpjt] {
    transform: scale(1.1);
}

/* Footer Info Section */
.footer-info-section[b-kf2ujnzpjt] {
    background-color: #f8f9fa;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .hero-section h1[b-kf2ujnzpjt] {
        font-size: 1.75rem;
    }

    .hero-section .lead[b-kf2ujnzpjt] {
        font-size: 0.9rem;
    }

    .quick-actions-section .action-card .display-4[b-kf2ujnzpjt] {
        font-size: 2.5rem;
    }

    .features-section .feature-icon .display-6[b-kf2ujnzpjt] {
        font-size: 2rem;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .footer-info-section[b-kf2ujnzpjt] {
        background-color: #1a1a2e;
        color: #fff;
    }

    .footer-info-section .text-muted[b-kf2ujnzpjt] {
        color: rgba(255, 255, 255, 0.7) !important;
    }

    .features-section .feature-card[b-kf2ujnzpjt] {
        background-color: #16213e;
        border-color: rgba(255, 255, 255, 0.1);
    }

    .features-section .feature-card .card-text[b-kf2ujnzpjt] {
        color: rgba(255, 255, 255, 0.8);
    }
}
/* /Components/Pages/Notes.razor.rz.scp.css */
/* Highlighted note styling - placed first for cascade priority */
.note-card.note-highlighted[b-gvhl76z5dx] {
    background: linear-gradient(135deg, #fff3cd 0%, #ffe69c 100%) !important;
    border: 3px solid #ffc107 !important;
    box-shadow: 0 0 20px rgba(255, 193, 7, 0.8) !important;
    animation: note-highlight-pulse-b-gvhl76z5dx 1.5s ease-in-out infinite;
}

.note-card.note-highlighted .card-title[b-gvhl76z5dx] {
    color: #856404 !important;
    font-weight: bold;
}

@keyframes note-highlight-pulse-b-gvhl76z5dx {
    0%, 100% {
        box-shadow: 0 0 20px rgba(255, 193, 7, 0.8);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 30px rgba(255, 193, 7, 1);
        transform: scale(1.03);
    }
}

/* Note card styling */
.note-card[b-gvhl76z5dx] {
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.note-card:hover[b-gvhl76z5dx] {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.note-content[b-gvhl76z5dx] {
    line-height: 1.6;
    color: #495057;
    font-size: 0.95rem;
    overflow-y: auto;
    max-height: 200px;
}

.note-content a[b-gvhl76z5dx] {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
}

.note-content a:hover[b-gvhl76z5dx] {
    text-decoration: underline;
    color: #0a58ca;
}

/* Character link styling */
.note-content a[href^="/characters/"][b-gvhl76z5dx] {
    color: #198754;
}

.note-content a[href^="/characters/"]:hover[b-gvhl76z5dx] {
    color: #146c43;
}

/* Note link styling */
.note-content a[href*="/notes#"][b-gvhl76z5dx] {
    color: #6f42c1;
}

.note-content a[href*="/notes#"]:hover[b-gvhl76z5dx] {
    color: #59359a;
}

.card-header.bg-purple[b-gvhl76z5dx] {
    background-color: #6f42c1;
}

/* TinyMCE mobile adjustments */
.tox-tinymce[b-gvhl76z5dx] {
    min-height: 250px !important;
}

@media (max-width: 575.98px) {
    .tox-tinymce[b-gvhl76z5dx] {
        min-height: 200px !important;
    }
    
    .tox-editor-container[b-gvhl76z5dx] {
        min-height: 150px !important;
    }
}

/* Modal mobile adjustments */
@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down[b-gvhl76z5dx] {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    
    .modal-fullscreen-sm-down .modal-content[b-gvhl76z5dx] {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    
    .modal-fullscreen-sm-down .modal-header[b-gvhl76z5dx] {
        border-radius: 0;
    }
    
    .modal-fullscreen-sm-down .modal-body[b-gvhl76z5dx] {
        overflow-y: auto;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .note-content[b-gvhl76z5dx] {
        max-height: none;
    }
    
    .btn-group .btn[b-gvhl76z5dx] {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
    }
}

/* Touch-friendly button sizes on mobile */
@media (max-width: 575.98px) {
    .btn[b-gvhl76z5dx] {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .btn-sm[b-gvhl76z5dx] {
        min-height: 36px;
    }
}
/* /Components/Pages/Skills.razor.rz.scp.css */
/* Skills Page - Mobile Responsive Styles */

/* Mobile Card Layout */
.skill-cards[b-rvkcocbif0] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.skill-card[b-rvkcocbif0] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.skill-card-header[b-rvkcocbif0] {
    padding: 0.875rem 1rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #dee2e6;
}

.skill-name[b-rvkcocbif0] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #212529;
}

.skill-card-body[b-rvkcocbif0] {
    padding: 0.875rem 1rem;
}

.skill-stats[b-rvkcocbif0] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.skill-stat[b-rvkcocbif0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0.5rem;
    background: #f8f9fa;
    border-radius: 0.375rem;
}

.skill-stat-label[b-rvkcocbif0] {
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.skill-stat .badge[b-rvkcocbif0] {
    font-size: 0.9rem;
    padding: 0.4em 0.6em;
}

.skill-card-footer[b-rvkcocbif0] {
    padding: 0.625rem 1rem;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
    font-size: 0.875rem;
}

/* Desktop table improvements */
@media (min-width: 768px) {
    .table th[b-rvkcocbif0],
    .table td[b-rvkcocbif0] {
        vertical-align: middle;
    }

    .table td[b-rvkcocbif0] {
        padding: 0.875rem 0.75rem;
    }
}

/* Small screen optimizations */
@media (max-width: 575.98px) {
    .skill-card-header[b-rvkcocbif0],
    .skill-card-body[b-rvkcocbif0],
    .skill-card-footer[b-rvkcocbif0] {
        padding: 0.75rem 0.875rem;
    }

    .skill-name[b-rvkcocbif0] {
        font-size: 1rem;
    }

    .skill-stats[b-rvkcocbif0] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

    .skill-stat[b-rvkcocbif0] {
        padding: 0.375rem;
    }

    .skill-stat-label[b-rvkcocbif0] {
        font-size: 0.75rem;
    }

    .skill-stat .badge[b-rvkcocbif0] {
        font-size: 0.85rem;
    }
}

/* Extra small screens */
@media (max-width: 359.98px) {
    .skill-stats[b-rvkcocbif0] {
        grid-template-columns: 1fr;
    }

    .skill-stat[b-rvkcocbif0] {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }

    .skill-stat-label[b-rvkcocbif0] {
        margin-bottom: 0;
    }
}

/* Smooth transitions */
.skill-card[b-rvkcocbif0] {
    transition: box-shadow 0.2s ease-in-out, transform 0.1s ease-in-out;
}

.skill-card:active[b-rvkcocbif0] {
    transform: scale(0.995);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
