/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-epnv2tr6m1] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.85)), url('images/home_base_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    overflow-x: hidden;
}

main[b-epnv2tr6m1] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 0;
    overflow-x: hidden;
}

.sidebar[b-epnv2tr6m1] {
    background: rgba(18, 18, 22, 0.82) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: 100;
}

.top-row[b-epnv2tr6m1] {
    background-color: rgba(12, 12, 14, 0.4) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 2px solid #4d4333;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-epnv2tr6m1]  a, .top-row[b-epnv2tr6m1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #d4af37;
        font-family: 'Cinzel', serif;
        font-weight: 500;
    }

    .top-row[b-epnv2tr6m1]  a:hover, .top-row[b-epnv2tr6m1]  .btn-link:hover {
        color: #ffd700;
        text-shadow: 0 0 8px rgba(212, 175, 55, 0.4);
    }

    .top-row[b-epnv2tr6m1]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-epnv2tr6m1] {
        display: none;
    }

    .sidebar[b-epnv2tr6m1] {
        position: sticky;
        top: 0;
        z-index: 1000;
        border-bottom: 2px solid #4d4333;
    }
}

@media (min-width: 641px) {
    .page[b-epnv2tr6m1] {
        flex-direction: row;
    }

    .sidebar[b-epnv2tr6m1] {
        width: 250px;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        border-right: 2px solid #4d4333;
        transition: width 0.3s ease;
    }

    .sidebar.collapsed[b-epnv2tr6m1] {
        width: 78px;
    }

    main[b-epnv2tr6m1] {
        padding-left: 250px;
        transition: padding-left 0.3s ease;
    }

    .sidebar.collapsed + main[b-epnv2tr6m1] {
        padding-left: 78px;
    }

    .top-row[b-epnv2tr6m1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-epnv2tr6m1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-epnv2tr6m1], article[b-epnv2tr6m1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-epnv2tr6m1] {
    background: #5c1111;
    color: #ffffff;
    border-top: 2px solid #d4af37;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-family: 'Lora', serif;
}

    #blazor-error-ui .dismiss[b-epnv2tr6m1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        color: #d4af37;
    }

@media (max-width: 640.98px) {
    article.content.px-4[b-epnv2tr6m1] {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lb9oephlop] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 3rem;
    color: white;
    position: absolute;
    top: 0.25rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    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.75%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-lb9oephlop] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-lb9oephlop] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.desktop-toggle[b-lb9oephlop] {
    display: none;
}

.navbar-brand[b-lb9oephlop] {
    font-size: 0.9rem;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.2;
}

.bi[b-lb9oephlop] {
    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-lb9oephlop] {
    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-lb9oephlop] {
    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-lb9oephlop] {
    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");
}

.nav-item[b-lb9oephlop] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lb9oephlop] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lb9oephlop] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lb9oephlop]  .nav-link {
        color: var(--gothic-text-muted) !important;
        background: rgba(0, 0, 0, 0.25);
        border: 1px solid rgba(77, 67, 51, 0.35);
        border-radius: 6px;
        height: 3.2rem;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0 1rem;
        margin-bottom: 0.5rem;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

.nav-item[b-lb9oephlop]  a.active {
    background-color: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    border-color: var(--gothic-gold) !important;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.15);
}

.nav-item[b-lb9oephlop]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff !important;
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.1);
}

.nav-icon-wrapper[b-lb9oephlop] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    margin-right: 12px;
    font-size: 1.15rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    flex-shrink: 0;
}

.menu-icon-svg[b-lb9oephlop] {
    width: 26px;
    height: 26px;
    display: block;
    pointer-events: none;
}

.base-icon[b-lb9oephlop] {
    background: linear-gradient(135deg, #c0458a 0%, #7e2b5e 100%);
    border: 1px solid #ff7bca;
    box-shadow: 0 0 8px rgba(192, 69, 138, 0.4);
}

.logout-icon[b-lb9oephlop] {
    background: linear-gradient(135deg, #d37332 0%, #8b4513 100%);
    border: 1px solid #ffaa66;
    box-shadow: 0 0 8px rgba(211, 115, 50, 0.4);
}

.settings-icon[b-lb9oephlop] {
    background: linear-gradient(135deg, #7f8c8d 0%, #2c3e50 100%);
    border: 1px solid #95a5a6;
    box-shadow: 0 0 8px rgba(127, 140, 141, 0.4);
}

.debug-icon[b-lb9oephlop] {
    background: linear-gradient(135deg, #2b5876 0%, #4e4376 100%);
    border: 1px solid #7f99b2;
    box-shadow: 0 0 8px rgba(43, 88, 118, 0.4);
}

.character-icon[b-lb9oephlop] {
    background: linear-gradient(135deg, #b8860b 0%, #8b6508 100%);
    border: 1px solid var(--gothic-gold);
    box-shadow: 0 0 8px rgba(184, 134, 11, 0.4);
}

.inventory-icon[b-lb9oephlop] {
    background: linear-gradient(135deg, #0ba3a8 0%, #075f63 100%);
    border: 1px solid #10e3eb;
    box-shadow: 0 0 8px rgba(11, 163, 168, 0.4);
}

.map-icon[b-lb9oephlop] {
    background: linear-gradient(135deg, #27ae60 0%, #1e824c 100%);
    border: 1px solid #2ecc71;
    box-shadow: 0 0 8px rgba(39, 174, 96, 0.4);
}

.help-icon[b-lb9oephlop] {
    background: linear-gradient(135deg, #8e44ad 0%, #2c3e50 100%);
    border: 1px solid #9b59b6;
    box-shadow: 0 0 8px rgba(142, 68, 173, 0.4);
}


.nav-text[b-lb9oephlop] {
    font-family: var(--font-heading);
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 0.95rem;
}

/* Interaction Effects */
.nav-item[b-lb9oephlop]  .nav-link:hover .nav-icon-wrapper {
    transform: scale(1.1);
}

.nav-item[b-lb9oephlop]  a.active .nav-icon-wrapper {
    transform: scale(1.1);
    box-shadow: 0 0 12px rgba(192, 69, 138, 0.85);
}

.nav-item[b-lb9oephlop]  a.active .debug-icon {
    box-shadow: 0 0 12px rgba(78, 67, 118, 0.85) !important;
}

.nav-item[b-lb9oephlop]  a.active .settings-icon {
    box-shadow: 0 0 12px rgba(127, 140, 141, 0.85) !important;
}

.nav-item[b-lb9oephlop]  a.active .character-icon {
    box-shadow: 0 0 12px rgba(184, 134, 11, 0.85) !important;
}

.nav-item[b-lb9oephlop]  a.active .inventory-icon {
    box-shadow: 0 0 12px rgba(11, 163, 168, 0.85) !important;
}

.nav-item[b-lb9oephlop]  a.active .map-icon {
    box-shadow: 0 0 12px rgba(39, 174, 96, 0.85) !important;
}

.nav-item[b-lb9oephlop]  a.active .help-icon {
    box-shadow: 0 0 12px rgba(142, 68, 173, 0.85) !important;
}


.mobile-user-info[b-lb9oephlop] {
    display: none;
}

.nav-scrollable[b-lb9oephlop] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lb9oephlop] {
    display: block;
}

@media (max-width: 640.98px) {
    .nav-scrollable[b-lb9oephlop] {
        display: block !important;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
        background: rgba(12, 12, 14, 0.96) !important;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-bottom: 2px solid var(--gothic-border);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9);
    }

    .navbar-toggler:checked ~ .nav-scrollable[b-lb9oephlop] {
        max-height: 600px;
        opacity: 1;
    }
}

@media (max-width: 640.98px) {
    .mobile-user-info[b-lb9oephlop] {
        display: block;
        padding: 0.75rem 1rem;
        background: rgba(0, 0, 0, 0.35);
        border-bottom: 1px dashed var(--gothic-border);
        margin-bottom: 0.5rem;
        text-align: center;
        color: var(--gothic-text-muted);
        font-family: var(--font-body);
        font-size: 0.85rem;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-lb9oephlop] {
        display: none;
    }

    .nav-scrollable[b-lb9oephlop] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .desktop-toggle[b-lb9oephlop] {
        display: block;
    }

    .nav-scrollable.collapsed .nav-text[b-lb9oephlop] {
        display: none;
    }

    .nav-scrollable.collapsed .nav-item[b-lb9oephlop]  .nav-link {
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }

    .nav-scrollable.collapsed .nav-icon-wrapper[b-lb9oephlop] {
        margin-right: 0;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jf4g07q3is],
.components-reconnect-repeated-attempt-visible[b-jf4g07q3is],
.components-reconnect-failed-visible[b-jf4g07q3is],
.components-pause-visible[b-jf4g07q3is],
.components-resume-failed-visible[b-jf4g07q3is],
.components-rejoining-animation[b-jf4g07q3is] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-jf4g07q3is],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-jf4g07q3is],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-jf4g07q3is],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-jf4g07q3is],
#components-reconnect-modal.components-reconnect-retrying[b-jf4g07q3is],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-jf4g07q3is],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-jf4g07q3is],
#components-reconnect-modal.components-reconnect-failed[b-jf4g07q3is],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-jf4g07q3is] {
    display: block;
}


#components-reconnect-modal[b-jf4g07q3is] {
    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-jf4g07q3is 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-jf4g07q3is 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-jf4g07q3is 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-jf4g07q3is]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-jf4g07q3is 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-jf4g07q3is {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-jf4g07q3is {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-jf4g07q3is {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-jf4g07q3is] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-jf4g07q3is] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-jf4g07q3is] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-jf4g07q3is] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-jf4g07q3is] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-jf4g07q3is] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-jf4g07q3is] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-jf4g07q3is 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-jf4g07q3is] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-jf4g07q3is {
    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/Feedback.razor.rz.scp.css */
/* Custom scrollbar for feedback list */
.feedback-list[b-ltmghoif3u]::-webkit-scrollbar {
    width: 6px;
}

.feedback-list[b-ltmghoif3u]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.feedback-list[b-ltmghoif3u]::-webkit-scrollbar-thumb {
    background: rgba(77, 67, 51, 0.8);
    border-radius: 4px;
}

.feedback-list[b-ltmghoif3u]::-webkit-scrollbar-thumb:hover {
    background: var(--gothic-gold);
}
/* /Components/Shared/ChatOverlay.razor.rz.scp.css */
.chat-overlay-container[b-6ku5w6xwwy] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    font-family: var(--font-body), sans-serif;
}

.chat-toggle-btn[b-6ku5w6xwwy] {
    background: linear-gradient(135deg, #1a1c1e 0%, #2a2e35 100%);
    border: 2px solid var(--gothic-gold);
    color: var(--gothic-gold-bright);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
}

.chat-toggle-btn:hover[b-6ku5w6xwwy] {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(212, 175, 55, 0.3);
}

.unread-badge[b-6ku5w6xwwy] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #d32f2f;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #1a1c1e;
}

.chat-window[b-6ku5w6xwwy] {
    width: 350px;
    height: 450px;
    background: rgba(26, 28, 30, 0.95);
    border: 2px solid var(--gothic-border);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.9);
    overflow: hidden;
    backdrop-filter: blur(5px);
}

.chat-header[b-6ku5w6xwwy] {
    background: linear-gradient(to right, #2a1f1a, #3a2e12);
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid var(--gothic-gold);
}

.chat-header h4[b-6ku5w6xwwy] {
    margin: 0;
    color: var(--gothic-gold-bright);
    font-family: var(--font-heading);
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.close-btn[b-6ku5w6xwwy] {
    background: transparent;
    border: none;
    color: #a62b2b;
    font-size: 1.5rem;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

.close-btn:hover[b-6ku5w6xwwy] {
    color: #ff4d4d;
}

.chat-messages[b-6ku5w6xwwy] {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.chat-messages[b-6ku5w6xwwy]::-webkit-scrollbar {
    width: 8px;
}
.chat-messages[b-6ku5w6xwwy]::-webkit-scrollbar-track {
    background: #111;
}
.chat-messages[b-6ku5w6xwwy]::-webkit-scrollbar-thumb {
    background: var(--gothic-border);
    border-radius: 4px;
}

.chat-message[b-6ku5w6xwwy] {
    background: rgba(45, 49, 57, 0.6);
    border-left: 3px solid #5a5d64;
    padding: 8px 12px;
    border-radius: 0 4px 4px 0;
}

.chat-message.my-message[b-6ku5w6xwwy] {
    border-left: none;
    border-right: 3px solid var(--gothic-gold);
    background: rgba(58, 46, 18, 0.4);
    align-self: flex-end;
    width: 90%;
}

.chat-sender[b-6ku5w6xwwy] {
    font-weight: bold;
    color: #d2b48c;
    font-size: 0.9rem;
    margin-right: 8px;
}

.my-message .chat-sender[b-6ku5w6xwwy] {
    color: var(--gothic-gold-bright);
}

.chat-time[b-6ku5w6xwwy] {
    font-size: 0.75rem;
    color: #888;
}

.chat-text[b-6ku5w6xwwy] {
    margin-top: 4px;
    color: #eee;
    font-size: 0.95rem;
    word-break: break-word;
}

.chat-input-area[b-6ku5w6xwwy] {
    padding: 10px;
    background: #1a1c1e;
    border-top: 1px solid var(--gothic-border);
    display: flex;
    gap: 8px;
}

.chat-input-area input[b-6ku5w6xwwy] {
    flex: 1;
    background: #2a2e35;
    border: 1px solid #4f5257;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    outline: none;
    font-family: inherit;
}

.chat-input-area input:focus[b-6ku5w6xwwy] {
    border-color: var(--gothic-gold);
}

.send-btn[b-6ku5w6xwwy] {
    background: linear-gradient(to bottom, #a62b2b, #600);
    color: white;
    border: 1px solid #ff4d4d;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: filter 0.2s;
}

.send-btn:hover:not(:disabled)[b-6ku5w6xwwy] {
    filter: brightness(1.2);
}

.send-btn:disabled[b-6ku5w6xwwy] {
    background: #444;
    border-color: #333;
    color: #888;
    cursor: not-allowed;
}

@media (max-width: 600px) {
    .chat-window[b-6ku5w6xwwy] {
        width: calc(100vw - 40px);
        height: 60vh;
    }
}
/* /Components/Shared/DiceRoller.razor.rz.scp.css */
.dice-container[b-2eqjlwvqvb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: 'Cinzel', serif;
    padding: 1rem;
    user-select: none;
}

.dice[b-2eqjlwvqvb] {
    width: 120px;
    height: 120px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 8px 12px rgba(0,0,0,0.5));
}

.dice:hover[b-2eqjlwvqvb] {
    transform: scale(1.05) translateY(-5px);
}

.dice-svg[b-2eqjlwvqvb] {
    width: 100%;
    height: 100%;
}

.dice-face[b-2eqjlwvqvb] {
    stroke: #d4af37; /* Gold edges */
    stroke-width: 1.5;
    stroke-linejoin: round;
    transition: fill 0.3s ease, stroke 0.3s ease;
}

/* Normal Dice Colors - Ruby/Gold with 3D Shading */
.dice-face-2[b-2eqjlwvqvb] { fill: #ff6b81; } 
.dice-face-4[b-2eqjlwvqvb], .dice-face-6[b-2eqjlwvqvb] { fill: #ff4757; } 
.dice-face-1[b-2eqjlwvqvb], .dice-face-3[b-2eqjlwvqvb] { fill: #e84118; } 
.dice-face-8[b-2eqjlwvqvb], .dice-face-5[b-2eqjlwvqvb] { fill: #c23616; } 
.dice-face-7[b-2eqjlwvqvb], .dice-face-10[b-2eqjlwvqvb] { fill: #8c2710; } 
.dice-face-9[b-2eqjlwvqvb] { fill: #5c1809; } 

.dice-text[b-2eqjlwvqvb] {
    fill: #ffffff;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: 'Cinzel', serif;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    transition: fill 0.3s ease;
}

.rolling-text[b-2eqjlwvqvb] {
    opacity: 0.5;
    filter: blur(1px);
}

.rolling[b-2eqjlwvqvb] {
    animation: rollAnimation-b-2eqjlwvqvb 0.5s ease-in-out infinite;
    pointer-events: none;
}

/* Critical Hit Styling - Glowing Gold / White */
.crit .dice-face[b-2eqjlwvqvb] { stroke: #ffffff; filter: drop-shadow(0 0 2px rgba(255, 215, 0, 0.4)); }
.crit .dice-face-2[b-2eqjlwvqvb] { fill: #ffeaa7; } 
.crit .dice-face-4[b-2eqjlwvqvb], .crit .dice-face-6[b-2eqjlwvqvb] { fill: #fdcb6e; } 
.crit .dice-face-1[b-2eqjlwvqvb], .crit .dice-face-3[b-2eqjlwvqvb] { fill: #f1c40f; } 
.crit .dice-face-8[b-2eqjlwvqvb], .crit .dice-face-5[b-2eqjlwvqvb] { fill: #f39c12; } 
.crit .dice-face-7[b-2eqjlwvqvb], .crit .dice-face-10[b-2eqjlwvqvb] { fill: #e67e22; } 
.crit .dice-face-9[b-2eqjlwvqvb] { fill: #d35400; } 
.crit .dice-text[b-2eqjlwvqvb] {
    fill: #ffffff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

/* Critical Fail Styling - Obsidian / Red */
.fail .dice-face[b-2eqjlwvqvb] { stroke: #ff4757; }
.fail .dice-face-2[b-2eqjlwvqvb] { fill: #576574; } 
.fail .dice-face-4[b-2eqjlwvqvb], .fail .dice-face-6[b-2eqjlwvqvb] { fill: #222f3e; } 
.fail .dice-face-1[b-2eqjlwvqvb], .fail .dice-face-3[b-2eqjlwvqvb] { fill: #10151c; } 
.fail .dice-face-8[b-2eqjlwvqvb], .fail .dice-face-5[b-2eqjlwvqvb] { fill: #0b0e12; } 
.fail .dice-face-7[b-2eqjlwvqvb], .fail .dice-face-10[b-2eqjlwvqvb] { fill: #050709; } 
.fail .dice-face-9[b-2eqjlwvqvb] { fill: #000000; } 
.fail .dice-text[b-2eqjlwvqvb] {
    fill: #ff4757;
    text-shadow: 0 0 8px rgba(255, 71, 87, 0.8);
}

@keyframes rollAnimation-b-2eqjlwvqvb {
    0% { transform: rotate(0deg) scale(1) translateY(0); }
    25% { transform: rotate(15deg) scale(1.1) translateY(-10px); }
    50% { transform: rotate(-15deg) scale(0.9) translateY(5px); }
    75% { transform: rotate(10deg) scale(1.05) translateY(-5px); }
    100% { transform: rotate(0deg) scale(1) translateY(0); }
}

.bonus-display[b-2eqjlwvqvb] {
    margin-top: 1rem;
    font-size: 1.25rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    min-height: 2rem;
    text-align: center;
}

.fade-in[b-2eqjlwvqvb] {
    animation: fadeIn-b-2eqjlwvqvb 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes fadeIn-b-2eqjlwvqvb {
    from { 
        opacity: 0; 
        transform: translateY(15px) scale(0.9); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0) scale(1); 
    }
}
