/* /Components/GameHeader.razor.rz.scp.css */
.game-header[b-o9ibbs4s55]{display:flex;justify-content:space-between;align-items:center;background:var(--header-bg);color:var(--text);border-radius:10px;padding:12px 18px;border:1px solid rgba(255,255,255,0.04);box-shadow:0 6px 18px rgba(2,6,23,0.6)}
.game-header .left[b-o9ibbs4s55]{display:flex;align-items:center;gap:16px}
.game-header .brand[b-o9ibbs4s55]{display:flex;align-items:center;gap:10px}
.game-header .title[b-o9ibbs4s55]{font-weight:700;font-size:1.1rem;letter-spacing:0.4px}
.game-header .logo[b-o9ibbs4s55]{font-size:1.2rem}
.game-header .controls[b-o9ibbs4s55]{display:flex;align-items:center;gap:10px}
.game-header .board-select[b-o9ibbs4s55]{min-width:240px;background:transparent;color:var(--text);border:1px solid rgba(255,255,255,0.04);border-radius:6px;padding:4px 8px}
.game-header .right[b-o9ibbs4s55]{display:flex;align-items:center;gap:12px}
.game-header .player[b-o9ibbs4s55]{display:flex;align-items:center;gap:8px}
.game-header .avatar[b-o9ibbs4s55]{background:var(--primary);color:#00121a;border-radius:999px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-weight:800}
.game-header .name-btn[b-o9ibbs4s55]{padding:0 6px;color:var(--text)}

/* Modal tweaks */
.modal-backdrop[b-o9ibbs4s55]{background:rgba(0,0,0,.6)}
.modal .modal-content[b-o9ibbs4s55]{box-shadow:0 12px 40px rgba(0,0,0,.6);background:var(--surface);color:var(--text);border:1px solid rgba(255,255,255,0.035)}

/* Button group consistency */
.btn-group .btn[b-o9ibbs4s55]{min-width:84px}

/* make header responsive */
@media (max-width: 640.98px) {
    .game-header[b-o9ibbs4s55]{flex-direction:column;align-items:stretch;gap:10px}
    .game-header .controls[b-o9ibbs4s55]{justify-content:space-between}
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ohrxqfo3b0] {
    position: relative;
    display: flex;
    flex-direction: column;
    width:100%;
}

main[b-ohrxqfo3b0] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-ohrxqfo3b0] {
    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-ohrxqfo3b0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-w1u2t9wv1l] {
    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-w1u2t9wv1l] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-w1u2t9wv1l] {
    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-w1u2t9wv1l] {
    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-w1u2t9wv1l] {
    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-w1u2t9wv1l] {
    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-w1u2t9wv1l] {
    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-w1u2t9wv1l] {
    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-w1u2t9wv1l] {
    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-w1u2t9wv1l] {
    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-w1u2t9wv1l] {
    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-w1u2t9wv1l] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-w1u2t9wv1l]  .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-w1u2t9wv1l]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

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

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

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

    .nav-scrollable[b-w1u2t9wv1l] {
        /* 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-wu6rcltdqk],
.components-reconnect-repeated-attempt-visible[b-wu6rcltdqk],
.components-reconnect-failed-visible[b-wu6rcltdqk],
.components-pause-visible[b-wu6rcltdqk],
.components-resume-failed-visible[b-wu6rcltdqk],
.components-rejoining-animation[b-wu6rcltdqk] {
    display: none;
}

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


#components-reconnect-modal[b-wu6rcltdqk] {
    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-wu6rcltdqk 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-wu6rcltdqk {
    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/BoardBuilders/BoardBuilder.razor.rz.scp.css */
.board-wrapper[b-usl0aeij2c] {
    user-select: none;
    animation: fadeIn-b-usl0aeij2c .3s ease
}

.board-grid[b-usl0aeij2c] {
    display: grid;
    gap: 6px
}

.grid-cell[b-usl0aeij2c] {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--cell-border,#e5e7eb);
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.05);
    position: relative;
    overflow: hidden
}

/* permitir que o BlockIcon "salte" sem ser cortado no builder */
.grid-cell.perimeter[b-usl0aeij2c] { overflow: unset; }

    .grid-cell.empty[b-usl0aeij2c] {
        background: #f9fafb;
        border:none;        
    }

    .grid-cell.perimeter[b-usl0aeij2c] {
        cursor: pointer
    }

        .grid-cell.perimeter.changed[b-usl0aeij2c]::after {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(255,255,255,.35);
            animation: flashCell-b-usl0aeij2c .6s ease forwards;
            pointer-events: none
        }

.cell-type[b-usl0aeij2c] {
    font-weight: 600;
    font-size: 12px;
    line-height: 1
}

.cell-index[b-usl0aeij2c] {
    font-size: 10px;
    opacity: .75
}

.type-popup[b-usl0aeij2c] {
    position: fixed;
    z-index: 1000;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
    padding: 8px
}

.type-list[b-usl0aeij2c] {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 6px
}

.type-option[b-usl0aeij2c] {
    border: none;
    padding: 8px 10px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer
}

@keyframes fadeIn-b-usl0aeij2c {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes flashCell-b-usl0aeij2c {
    0% {
        opacity: 0
    }

    20% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}
/* /Components/Pages/BoardBuilders/BoardGrid.razor.rz.scp.css */
.board-grid[b-3tvo6dyac8] {
    display: grid;
    gap: 6px;
    position: relative;
    z-index: 1
}

.grid-cell[b-3tvo6dyac8] {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    background: rgba(0,0,0,0.0);
    backdrop-filter: none;
    transition: box-shadow .15s ease
}

    .grid-cell.empty[b-3tvo6dyac8] {
        background: transparent;
        border: none;
    }

    .grid-cell.perimeter[b-3tvo6dyac8] {
        cursor: pointer
    }

        .grid-cell.perimeter > *[b-3tvo6dyac8] {
            position: relative;
            z-index: 2
        }

        .grid-cell.perimeter:hover[b-3tvo6dyac8] {
            box-shadow: 0 0 0 2px rgba(255,255,255,.25) inset
        }
/* /Components/Pages/BoardBuilders/CategoryModal.razor.rz.scp.css */
.category-modal-surface[b-do47ko4ain]{background:var(--surface);border:1px solid rgba(255,255,255,0.08);color:var(--text);animation:modalIn-b-do47ko4ain .28s cubic-bezier(.32,.08,.24,1.15)}
.modal-backdrop.show[b-do47ko4ain]{animation:fadeIn-b-do47ko4ain .25s ease}
.category-modal .cat-row[b-do47ko4ain]{background:rgba(255,255,255,.02);transition:background .15s ease,border-color .15s ease;display:flex;justify-content:space-between}
.category-modal .cat-row:hover[b-do47ko4ain]{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.35)}
.category-modal .level-btn[b-do47ko4ain]{position:relative;display:inline-flex;flex-direction:column;align-items:center;justify-content:flex-start;width:96px;padding:6px 4px;gap:4px;border-radius:10px;background:rgba(255,255,255,.03);transition:background .15s ease,transform .15s ease,box-shadow .15s ease}
.category-modal .level-btn:hover[b-do47ko4ain]{background:rgba(255,255,255,.08);transform:translateY(-2px);box-shadow:0 6px 14px -6px rgba(0,0,0,.6)}
.category-modal .level-btn:active[b-do47ko4ain]{transform:scale(.95)}
.category-modal .level-img[b-do47ko4ain]{width:68px;height:68px;object-fit:contain;transition:transform .15s ease,filter .15s ease}
.category-modal .level-btn:hover .level-img[b-do47ko4ain]{transform:scale(1.07);filter:drop-shadow(0 3px 6px rgba(0,0,0,.5))}
.category-modal .level-tag[b-do47ko4ain]{position:absolute;top:6px;right:8px;font-size:11px;padding:0 8px;border-radius:10px;background:rgba(0,0,0,.55);color:#fff;line-height:18px;font-weight:600}
.category-modal .level-price[b-do47ko4ain]{font-size:12px;line-height:14px;color:var(--text);font-weight:600;white-space:nowrap;background:rgba(0,0,0,.35);padding:2px 6px;border-radius:6px}
.category-modal .level-name[b-do47ko4ain]{font-size:11px;font-weight:600;color:var(--text-muted)}
.shortcut-hint[b-do47ko4ain]{font-size:11px;font-weight:500;color:var(--text-muted);margin-left:4px}
.cat-shortcuts[b-do47ko4ain]{font-size:11px;font-weight:500;color:var(--text-muted)}
.evo-tooltip[b-do47ko4ain]{position:fixed;z-index:2000;max-width:280px;background:linear-gradient(145deg,#101b24,#182a35);border:1px solid rgba(255,255,255,.12);padding:10px 12px;border-radius:12px;box-shadow:0 12px 32px -6px rgba(0,0,0,.65),0 0 0 1px rgba(255,255,255,.05);animation:tooltipIn-b-do47ko4ain .22s ease;pointer-events:none;color:var(--text)}
.evo-tooltip-header[b-do47ko4ain]{margin-bottom:6px}
.evo-tooltip-img[b-do47ko4ain]{width:40px;height:40px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}
.evo-tooltip-title[b-do47ko4ain]{font-size:15px;line-height:18px}
.evo-tooltip-price[b-do47ko4ain]{font-size:12px;font-weight:600;color:var(--primary);margin-bottom:4px}
.evo-tooltip-desc[b-do47ko4ain]{font-size:12px;line-height:16px;color:var(--text-muted)}
@keyframes tooltipIn-b-do47ko4ain{0%{opacity:0;transform:translateY(4px) scale(.95)}100%{opacity:1;transform:translateY(0) scale(1)}}
@keyframes modalIn-b-do47ko4ain{0%{opacity:0;transform:translateY(14px) scale(.9)}55%{opacity:1;transform:translateY(-4px) scale(1.02)}100%{opacity:1;transform:translateY(0) scale(1)}}
@keyframes fadeIn-b-do47ko4ain{from{opacity:0}to{opacity:1}}
/* /Components/Pages/BoardBuilders/SpecialValueModal.razor.rz.scp.css */
.animated-backdrop[b-c0jydovga4]{animation:fadeIn-b-c0jydovga4 .25s ease}
.animated-modal[b-c0jydovga4]{animation:modalIn-b-c0jydovga4 .3s cubic-bezier(.32,.08,.24,1.15)}
@keyframes modalIn-b-c0jydovga4{0%{opacity:0;transform:translateY(18px) scale(.9)}55%{opacity:1;transform:translateY(-4px) scale(1.03)}100%{opacity:1;transform:translateY(0) scale(1)}}
@keyframes fadeIn-b-c0jydovga4{from{opacity:0}to{opacity:1}}
/* /Components/Pages/BoardBuilders/TypePopup.razor.rz.scp.css */
.type-popup-overlay[b-kfuy3cahnm]{position:fixed;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(2px);z-index:1049;animation:fadeIn-b-kfuy3cahnm .25s ease}
.type-popup[b-kfuy3cahnm]{position:fixed;z-index:1050;background:var(--surface);color:var(--text);border:1px solid rgba(255,255,255,.08);padding:4px;width:400px;max-height:80vh;overflow:auto;box-shadow:0 8px 24px -6px rgba(0,0,0,.6),0 0 0 1px rgba(255,255,255,.05);border-radius:10px;animation:popupIn-b-kfuy3cahnm .28s cubic-bezier(.32,.08,.24,1.15)}
.type-popup:focus[b-kfuy3cahnm]{outline:none}
.type-popup-header[b-kfuy3cahnm]{padding:6px 8px 8px 8px;border-bottom:1px solid rgba(255,255,255,.06)}
.type-popup-header .title[b-kfuy3cahnm]{font-weight:600;color:rgba(255,255,255,.85)}
.type-list[b-kfuy3cahnm]{display:flex;flex-direction:column;gap:8px;padding:8px}
.type-option-wrapper[b-kfuy3cahnm]{position:relative;display:flex;align-items:center;gap:6px}
.type-option[b-kfuy3cahnm]{flex:1;position:relative;text-align:left;border:0;cursor:pointer;border-radius:8px;padding:10px 12px;background:var(--block-bg);color:var(--block-fg);font-size:14px;font-weight:500;transition:filter .15s ease,transform .18s cubic-bezier(.4,.14,.3,1.4),box-shadow .15s ease}
.type-option:hover[b-kfuy3cahnm]{filter:brightness(1.07);transform:translateY(-2px) scale(1.01);box-shadow:0 6px 12px -4px rgba(0,0,0,.55)}
.type-option:active[b-kfuy3cahnm]{transform:translateY(0) scale(.97)}
.type-option-inner[b-kfuy3cahnm]{display:flex;flex-direction:column;gap:6px;width:100%}
.type-option .name[b-kfuy3cahnm]{font-size:15px;line-height:18px}
.type-option .current-cat[b-kfuy3cahnm]{font-weight:500;margin-left:4px;opacity:.9}
.type-option .categories[b-kfuy3cahnm]{display:flex;flex-direction:column;gap:6px;margin-top:4px}
.type-option .cat-line[b-kfuy3cahnm]{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;padding:4px 6px;border-radius:8px;background:rgba(0,0,0,.18);position:relative;transition:background .2s ease}
.type-option .cat-line:hover[b-kfuy3cahnm]{background:rgba(0,0,0,.28)}
.type-option .cat-badge[b-kfuy3cahnm]{display:inline-block;font-size:11px;line-height:16px;background:rgba(255,255,255,.18);color:#fff;border-radius:6px;padding:0 8px;font-weight:600;white-space:nowrap;transition:background .15s ease,transform .18s cubic-bezier(.4,.14,.3,1.4)}
.type-option .cat-badge:hover[b-kfuy3cahnm]{background:rgba(255,255,255,.3);transform:scale(1.05)}
.type-option .levels[b-kfuy3cahnm]{display:flex;gap:6px;align-items:center}
.type-option .lvl[b-kfuy3cahnm]{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.2);border-radius:8px;overflow:hidden;transition:background .15s ease,transform .18s cubic-bezier(.4,.14,.3,1.4),box-shadow .15s ease;cursor:pointer}
.type-option .lvl:hover[b-kfuy3cahnm]{background:rgba(0,0,0,.35);transform:scale(1.18);box-shadow:0 3px 6px -2px rgba(0,0,0,.6)}
.type-option .lvl:active[b-kfuy3cahnm]{transform:scale(.95)}
.type-option .lvl img[b-kfuy3cahnm]{width:30px;height:30px;object-fit:contain;image-rendering:crisp-edges;filter:drop-shadow(0 1px 2px rgba(0,0,0,.4));transition:transform .18s cubic-bezier(.4,.14,.3,1.4)}
.inline-edit[b-kfuy3cahnm]{display:flex;align-items:center;gap:4px}
.inline-edit .inline-number[b-kfuy3cahnm]{width:70px;padding:2px 4px;font-size:12px;height:28px}
.special-value[b-kfuy3cahnm]{background:rgba(0,0,0,.25);padding:2px 6px;border-radius:6px;font-weight:600;letter-spacing:.5px}
@media (max-width:520px){.type-popup[b-kfuy3cahnm]{width:calc(100vw - 32px);left:16px !important;right:16px}}
/* Tooltip melhorado */
.evo-tooltip[b-kfuy3cahnm]{position:fixed;display:flex;align-items:center;background:linear-gradient(135deg,rgba(30,30,35,.95),rgba(15,15,20,.9));border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(6px);padding:12px 16px 12px 12px;border-radius:14px;box-shadow:0 10px 28px -8px rgba(0,0,0,.7),0 0 0 1px rgba(255,255,255,.04);min-width:280px;max-width:360px;color:#fff;overflow:hidden;animation:tooltipIn-b-kfuy3cahnm .25s ease}
.evo-tooltip-img[b-kfuy3cahnm]{width:110px;height:110px;object-fit:contain;flex-shrink:0;margin-right:12px;filter:drop-shadow(0 3px 6px rgba(0,0,0,.55))}
.evo-tip-title-container[b-kfuy3cahnm]{display:flex;flex-direction:column;gap:4px;flex:1}
.evo-tooltip-price[b-kfuy3cahnm]{font-size:13px;font-weight:600;background:rgba(255,255,255,.15);padding:4px 10px;border-radius:8px;width:fit-content;cursor:pointer;user-select:none}
.evo-tooltip-price .price-label:hover[b-kfuy3cahnm]{background:rgba(255,255,255,.25);border-radius:6px}
.price-edit input[b-kfuy3cahnm]{background:#222;border:1px solid rgba(255,255,255,.25);color:#fff}
.price-edit button[b-kfuy3cahnm]{min-width:32px}
.evo-tooltip-desc[b-kfuy3cahnm]{font-size:12px;line-height:15px;opacity:.85}
@keyframes popupIn-b-kfuy3cahnm{0%{opacity:0;transform:translateY(10px) scale(.92)}60%{opacity:1;transform:translateY(-2px) scale(1.02)}100%{opacity:1;transform:translateY(0) scale(1)}}
@keyframes tooltipIn-b-kfuy3cahnm{0%{opacity:0;transform:translateY(6px) scale(.96)}100%{opacity:1;transform:translateY(0) scale(1)}}
@keyframes fadeIn-b-kfuy3cahnm{from{opacity:0}to{opacity:1}}
/* /Components/Pages/GamePlay/BlockModal.razor.rz.scp.css */
.modal-surface[b-39901uzlu3] {
    background: var(--surface);
    border: 1px solid rgba(255,255,255,0.04);
}

.modal-center .modal-content[b-39901uzlu3] {
    border-radius: 12px;
}

.property-modal[b-39901uzlu3] {
    background: var(--surface);
    border: 1px solid rgba(255,255,255,0.06);
}

    .property-modal .modal-header[b-39901uzlu3] {
        padding: 10px 12px;
    }

    .property-modal .modal-body[b-39901uzlu3] {
        padding: 12px;
    }

    .property-modal .modal-footer[b-39901uzlu3] {
        padding: 10px 12px;
    }

    .property-modal .property-modal-body[b-39901uzlu3] {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .property-modal .property-icon[b-39901uzlu3] {
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0,0,0,0.25);
        border-radius: 8px;
        position: relative;
        overflow: hidden;
    }

        .property-modal .property-icon img[b-39901uzlu3] {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        .property-modal .property-icon .evolution-flash[b-39901uzlu3] {
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.35), rgba(255,255,255,0) 70%);
            animation: evoPulse-b-39901uzlu3 1.4s ease-in-out infinite;
            mix-blend-mode: screen;
            pointer-events: none;
        }

            .property-modal .property-icon .evolution-flash.lv-2[b-39901uzlu3] {
                animation-duration: 1.2s;
            }

            .property-modal .property-icon .evolution-flash.lv-3[b-39901uzlu3] {
                animation-duration: 1s;
            }

            .property-modal .property-icon .evolution-flash.lv-4[b-39901uzlu3] {
                animation-duration: 0.8s;
                background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.55), rgba(255,255,255,0) 65%);
            }

@keyframes evoPulse-b-39901uzlu3 {
    0% {
        transform: scale(.9);
        opacity: .6
    }

    50% {
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        transform: scale(.9);
        opacity: .6
    }
}

.property-modal .property-info[b-39901uzlu3] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.property-modal .prop-line.name[b-39901uzlu3] {
    font-size: 16px;
    font-weight: 600;
}

.property-modal .prop-line.price[b-39901uzlu3] {
    font-size: 14px;
}

.property-modal .prop-line.rent[b-39901uzlu3] {
    font-size: 14px;
    opacity: .9;
}

.modal-center[b-39901uzlu3] {
    display: flex;
    align-items: start;
    justify-content: center;
}
/* /Components/Pages/GamePlay/BoardPawnLayer.razor.rz.scp.css */
.pawn-img[b-ni6paza0hz]{ position:absolute; object-fit:contain; transform:translate(20%,20%); transition: top 140ms linear, left 140ms linear; pointer-events:none; }
/* /Components/Pages/GamePlay/BoardSpace.razor.rz.scp.css */
.space-inner[b-wfxdmg74hf]{position:relative;width:100%;height:100%}
.owner-overlay[b-wfxdmg74hf]{position:absolute;inset:0;border-radius:8px;mix-blend-mode:color;opacity:.55;pointer-events:none}
.owner-center-img[b-wfxdmg74hf]{position:absolute;inset:0;margin:auto;width:60%;height:60%;object-fit:contain;filter:drop-shadow(0 2px 6px rgba(0,0,0,.6));pointer-events:none}
/* /Components/Pages/GamePlay/DiceOverlay.razor.rz.scp.css */
.dice-overlay[b-cnb8b9qvki] { position:absolute; inset:0; z-index:9999; display:flex; align-items:center; justify-content:center; pointer-events:auto; }
.dice-faces[b-cnb8b9qvki] { display:flex; gap:12px; align-items:center; z-index:1; }
.dice-rolling[b-cnb8b9qvki] { position:absolute; z-index:2; object-fit:contain; pointer-events:none; opacity:0.95; }
/* /Components/Pages/GamePlay/GameBoard.razor.rz.scp.css */
.game-board[b-ggpgcpoot2] {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.03);
    border-radius: 10px;
    padding: 10px;
}
/* /Components/Pages/GamePlay/Play.razor.rz.scp.css */
.play-container[b-z4xauaj962]{ min-height: calc(100vh - 140px); }
.board-shell[b-z4xauaj962]{ background: transparent; border:1px solid rgba(255,255,255,0.03); border-radius:10px; padding:10px; }
.round-badge[b-z4xauaj962]{ position:absolute; top:8px; left:8px; z-index:2500; background:rgba(0,0,0,0.35); padding:6px 8px; border-radius:6px; color:white; font-weight:600; transform:rotate(-12deg); }
.turn-badge[b-z4xauaj962]{ position:absolute; top:8px; right:8px; z-index:2500; background:rgba(0,0,0,0.35); padding:6px 8px; border-radius:6px; color:white; font-weight:600; transform:rotate(12deg); }

/* Turn action buttons container */
.turn-actions-container[b-z4xauaj962] { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; z-index: 4000; }
.turn-btn[b-z4xauaj962] { min-width: 220px; padding: 14px 26px; font-size: 18px; font-weight: 600; border-radius: 12px; box-shadow: 0 6px 14px rgba(0,0,0,0.4); transition: transform .18s ease, box-shadow .18s ease, opacity .18s; }
.turn-btn:active[b-z4xauaj962] { transform: translateY(2px); box-shadow: 0 3px 8px rgba(0,0,0,0.4); }
.roll-btn[b-z4xauaj962] { animation: fadeScaleIn-b-z4xauaj962 .35s ease; }
.end-btn[b-z4xauaj962] { animation: fadeScaleIn-b-z4xauaj962 .35s ease; }
.turn-btn[disabled][b-z4xauaj962] { opacity: .55; cursor: not-allowed; }
@keyframes fadeScaleIn-b-z4xauaj962 { from { opacity:0; transform:translateX(-50%) scale(.85); } to { opacity:1; transform:translateX(-50%) scale(1); } }

.bot-toast-wrapper[b-z4xauaj962]{position:fixed;left:50%;bottom:28px;transform:translateX(-50%);z-index:26000;pointer-events:none}
.bot-toast-wrapper .bot-toast[b-z4xauaj962]{background:#0d6efd;color:#fff;border-radius:10px;padding:.5rem .75rem;box-shadow:0 10px 25px rgba(0,0,0,.25);opacity:0;transform:translateY(12px);animation:toastIn-b-z4xauaj962 .25s ease-out forwards}
.bot-toast-wrapper .bot-toast.hide[b-z4xauaj962]{animation:toastOut-b-z4xauaj962 .25s ease-in forwards}
@keyframes toastIn-b-z4xauaj962{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@keyframes toastOut-b-z4xauaj962{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}

/* Centro imagem background dentro do board - remover escurecimento e manter atrás do conteúdo */
.board-center-bg[b-z4xauaj962]{ position:absolute; inset:0; z-index:0; opacity:1; filter:none; pointer-events:none; }
.board-center-bg img[b-z4xauaj962]{ width:100%; height:100%; object-fit:cover; }
/* /Components/Pages/GamePlay/PlayersPanel.razor.rz.scp.css */
.players-panel[b-cnmrjowmts]{ }
.players-hud[b-cnmrjowmts] { display: flex; flex-direction:column; gap:24px; position: relative; width: 100%; max-height: 45vh; overflow-y: auto; background: rgba(0,0,0,0.35); backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; padding: 10px 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.4); font-size: 13px; }
.players-hud.floating[b-cnmrjowmts] { position: absolute; }
.players-hud-center[b-cnmrjowmts] { left: 50%; transform: translateX(-50%); width: clamp(280px, 70vw, 860px); max-width: 90vw; }
.players-hud-header[b-cnmrjowmts] { font-weight: 600; font-size: 14px; margin-bottom: 6px; letter-spacing: .5px; text-align: center; }
.players-hud-list[b-cnmrjowmts] { display: flex; flex-direction: column; gap: 6px; }
.players-hud-grid[b-cnmrjowmts] { flex-direction: row; flex-wrap: wrap; gap: 8px; justify-content: center; }
.player-card[b-cnmrjowmts] { background: linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)); border: 1px solid rgba(255,255,255,0.05); border-radius: 8px; padding: 6px 8px; display: flex; flex-direction: column; gap: 4px; transition: border-color .2s, box-shadow .2s, background .2s; min-width: 220px; max-width: 280px; flex: 1 1 240px; }
.player-card.current[b-cnmrjowmts] { border-color: var(--accent, #4caf50); box-shadow: 0 0 0 2px rgba(76,175,80,0.25); background: linear-gradient(145deg, rgba(76,175,80,0.25), rgba(0,0,0,0.15)); }
.player-card.bankrupt[b-cnmrjowmts] { opacity: .55; filter: grayscale(0.7); }
.player-card-row[b-cnmrjowmts] { display: flex; align-items: center; gap: 6px; }
.values-row[b-cnmrjowmts] { justify-content: space-between; }
.player-name[b-cnmrjowmts] { font-weight: 500; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.turn-indicator[b-cnmrjowmts] { font-size: 11px; font-weight: 600; padding: 2px 6px; background: var(--accent, #4caf50); color: #fff; border-radius: 12px; }
.pawn-icon[b-cnmrjowmts] { width: 22px; height: 22px; object-fit: contain; border-radius: 4px; background: rgba(0,0,0,0.3); padding: 2px; }
.money[b-cnmrjowmts] { font-weight: 700; font-size: 15px; }
.asset[b-cnmrjowmts] { font-size: 11px; font-weight: 500; opacity: .85; }

@media (max-width: 640px) {
  .players-hud[b-cnmrjowmts] { font-size: 12px; }
  .player-card[b-cnmrjowmts] { min-width: 180px; flex: 1 1 180px; }
  .money[b-cnmrjowmts] { font-size: 14px; }
}

.players-hud[b-cnmrjowmts]::-webkit-scrollbar { width: 8px; }
.players-hud[b-cnmrjowmts]::-webkit-scrollbar-track { background: transparent; }
.players-hud[b-cnmrjowmts]::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.15); border-radius: 4px; }
.players-hud[b-cnmrjowmts]::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,0.25); }


/* Turn action buttons container */
.turn-actions-container[b-cnmrjowmts] { display: flex; flex-direction: column; justify-content:center; align-items: center; z-index: 4000; }
.turn-btn[b-cnmrjowmts] { min-width: 220px; padding: 14px 26px; font-size: 18px; font-weight: 600; border-radius: 12px; box-shadow: 0 6px 14px rgba(0,0,0,0.4); transition: transform .18s ease, box-shadow .18s ease, opacity .18s; }
.turn-btn:active[b-cnmrjowmts] { transform: translateY(2px); box-shadow: 0 3px 8px rgba(0,0,0,0.4); }
.roll-btn[b-cnmrjowmts] { animation: fadeScaleIn-b-cnmrjowmts .35s ease; }
.end-btn[b-cnmrjowmts] { animation: fadeScaleIn-b-cnmrjowmts .35s ease; }
.turn-btn[disabled][b-cnmrjowmts] { opacity: .55; cursor: not-allowed; }
.players-hud floating[b-cnmrjowmts] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@keyframes fadeScaleIn-b-cnmrjowmts { from { opacity:0; transform:translateX(-50%) scale(.85); } to { opacity:1; transform:translateX(-50%) scale(1); } }
/* /Components/Pages/GamePlay/SimpleModal.razor.rz.scp.css */
.modal-surface[b-zgtc1q4bmz]{ background:var(--surface); border:1px solid rgba(255,255,255,0.04);}
/* /Components/Pages/Lobby.razor.rz.scp.css */
.lobby-root[b-6fu54l7pgc]{min-height:calc(100vh - 80px);background:linear-gradient(135deg,#0f172a,#3730a3);color:#e2e8f0;padding:24px;position:relative}
.name-modal[b-6fu54l7pgc]{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0.45);z-index:10}
.name-modal .card[b-6fu54l7pgc]{background:#0b1220;border:1px solid rgba(255,255,255,0.1);color:#e2e8f0;border-radius:12px;padding:16px;min-width:320px}
.name-modal .title[b-6fu54l7pgc]{font-weight:700;margin-bottom:8px}
.input[b-6fu54l7pgc]{background:#0b1220;border:1px solid rgba(255,255,255,0.1);color:#e2e8f0;padding:8px;border-radius:8px;width:100%;margin-bottom:8px}
.btn[b-6fu54l7pgc]{background:#1f2937;color:#e5e7eb;border:1px solid rgba(255,255,255,0.08);padding:8px 12px;border-radius:8px;cursor:pointer}
.btn:hover[b-6fu54l7pgc]{background:#111827}
.lobby-header[b-6fu54l7pgc]{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.08);border-radius:12px;backdrop-filter:blur(8px);box-shadow:0 8px 24px rgba(0,0,0,0.25)}
.lobby-header .title[b-6fu54l7pgc]{font-size:22px;font-weight:700}
.lobby-header .status[b-6fu54l7pgc]{font-size:14px;opacity:.85}
.lobby-main[b-6fu54l7pgc]{display:grid;grid-template-columns:1fr 380px;gap:16px;margin-top:16px}
.panel[b-6fu54l7pgc]{background:rgba(2,6,23,0.55);border:1px solid rgba(255,255,255,0.08);border-radius:16px;box-shadow:0 10px 28px rgba(0,0,0,0.35);padding:16px}
.panel-title[b-6fu54l7pgc]{font-weight:700;margin-bottom:10px}
.actions[b-6fu54l7pgc]{display:flex;justify-content:flex-end;margin-bottom:8px}
.btn.refresh[b-6fu54l7pgc]{background:#0ea5e9;border-color:#0284c7}
.btn.refresh:hover[b-6fu54l7pgc]{background:#0284c7}
.room-list[b-6fu54l7pgc]{display:grid;gap:12px}
.room-card[b-6fu54l7pgc]{background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.09);border-radius:12px;padding:12px;display:flex;justify-content:space-between;align-items:center}
.room-title[b-6fu54l7pgc]{font-weight:600}
.room-meta[b-6fu54l7pgc]{font-size:12px;opacity:.9;display:flex;gap:12px}
.room-actions .btn.join[b-6fu54l7pgc]{background:#4f46e5;border-color:#4338ca}
.room-actions .btn.join:disabled[b-6fu54l7pgc]{opacity:.5;cursor:not-allowed}
.form[b-6fu54l7pgc]{display:grid;gap:8px}
.btn.create[b-6fu54l7pgc]{background:#22d3ee;border-color:#06b6d4;color:#0b1220;font-weight:700}
.btn.create:hover[b-6fu54l7pgc]{background:#06b6d4}
.start-area[b-6fu54l7pgc]{margin-top:16px;display:grid;gap:6px}
.btn.start[b-6fu54l7pgc]{background:#64748b;border-color:#475569}
.hint[b-6fu54l7pgc]{font-size:12px;opacity:.85}
.empty[b-6fu54l7pgc]{opacity:.8}
@media (max-width:900px){.lobby-main[b-6fu54l7pgc]{grid-template-columns:1fr}}
/* /Components/Pages/Room.razor.rz.scp.css */
.room-container[b-zswx7fu4fa]{min-height:calc(100vh - 80px);display:grid;grid-template-columns:500px 1fr;gap:16px;background:linear-gradient(135deg,#0f172a,#3730a3);color:#e2e8f0;padding:16px;position:relative}
.name-modal[b-zswx7fu4fa]{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0.45);z-index:10}
.name-modal .card[b-zswx7fu4fa]{background:#0b1220;border:1px solid rgba(255,255,255,0.1);color:#e2e8f0;border-radius:12px;padding:16px;min-width:320px}
.name-modal .title[b-zswx7fu4fa]{font-weight:700;margin-bottom:8px}
.left-panel[b-zswx7fu4fa],.right-panel[b-zswx7fu4fa]{background:rgba(2,6,23,0.55);border:1px solid rgba(255,255,255,0.08);border-radius:16px;box-shadow:0 10px 28px rgba(0,0,0,0.35);padding:16px}
.players-header[b-zswx7fu4fa]{font-weight:700;margin-bottom:8px}
.players-list[b-zswx7fu4fa]{display:grid;gap:8px}
.player-row[b-zswx7fu4fa]{display:grid;grid-template-columns:1fr auto auto auto;align-items:center;gap:8px;background:rgba(255,255,255,0.06);padding:8px;border-radius:8px}
.player-row .name[b-zswx7fu4fa]{font-weight:600}
.player-row .ready[b-zswx7fu4fa]{opacity:.9}
.btn[b-zswx7fu4fa]{background:#1f2937;color:#e5e7eb;border:1px solid rgba(255,255,255,0.08);padding:8px 12px;border-radius:8px;cursor:pointer}
.btn:hover[b-zswx7fu4fa]{background:#111827}
.btn.small[b-zswx7fu4fa]{padding:6px 8px;font-size:12px}
.btn.small.danger[b-zswx7fu4fa]{background:#ef4444;border-color:#dc2626}
.right-panel .title[b-zswx7fu4fa]{font-weight:700;font-size:18px}
.right-panel .meta[b-zswx7fu4fa]{opacity:.9;margin-bottom:8px}
.chat[b-zswx7fu4fa]{display:grid;grid-template-rows:1fr auto;gap:8px;height:380px}
.chat-list[b-zswx7fu4fa]{overflow:auto;display:grid;gap:6px;background:rgba(255,255,255,0.06);padding:8px;border-radius:8px}
.chat-input[b-zswx7fu4fa]{display:grid;grid-template-columns:1fr auto;gap:8px}
.input[b-zswx7fu4fa]{background:#0b1220;border:1px solid rgba(255,255,255,0.1);color:#e2e8f0;padding:8px;border-radius:8px}
.actions[b-zswx7fu4fa]{margin-top:12px;display:flex;gap:8px}
@media (max-width:1000px){.room-container[b-zswx7fu4fa]{grid-template-columns:1fr}}
/* /Components/Shared/BlockIcon.razor.rz.scp.css */
.block-icon-wrapper[b-x4tm5t6e9b] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: unset; /* permitir que a imagem saia do container */
    border-radius: 8px;
    padding: 4px;
    box-sizing: border-box;
    /* dimensionamento dinâmico igual ao builder */
    /* --cell-size is provided by parent; consumers use fallbacks */
    --infobar-h: clamp(18px, calc(var(--cell-size, 60px) / 4.2), 42px);
}

/* Moldura com imagem de fundo do template */
.block-moldure[b-x4tm5t6e9b] {
    position: relative;
    width: 100%;
    aspect-ratio: var(--frame-ratio, 2 / 3); /* template_card_1: 768x1152 */
    background-image: url('/images/blocks/template_card_1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

    /* Variações de moldura por família (imagens dedicadas com sufixo) */
    .block-moldure.frame-house[b-x4tm5t6e9b] {
        background-image: url('/images/blocks/template_card_house.png');
    }

    .block-moldure.frame-hotel[b-x4tm5t6e9b] {
        background-image: url('/images/blocks/template_card_hotel.png');
    }

    .block-moldure.frame-company[b-x4tm5t6e9b] {
        background-image: url('/images/blocks/template_card_company.png');
    }

    .block-moldure.frame-special[b-x4tm5t6e9b] {
        background-image: url('/images/blocks/template_card_special.png');
    }

    /* Special frames for powerups/debuffs (imagens dedicadas) */
    .block-moldure.frame-powerup[b-x4tm5t6e9b] {
        background-image: url('/images/blocks/template_card_powerup.png');
    }

    .block-moldure.frame-debuff[b-x4tm5t6e9b] {
        background-image: url('/images/blocks/template_card_debuff.png');
    }

    .block-moldure.frame-gold[b-x4tm5t6e9b] {
        background-image: url('/images/blocks/template_card_gold.png');
    }

    .block-moldure.frame-go[b-x4tm5t6e9b] {
        background-image: url('/images/blocks/template_card_go.png');
    }

    .block-moldure.frame-freeparking[b-x4tm5t6e9b] {
        background-image: url('/images/blocks/template_card_debuff.png');
    }


/* Title bar area that matches the template top band */
.moldure-title[b-x4tm5t6e9b] {
    position: absolute;
    left: 6.9%;
    right: 6.9%;
    top: 3%;
    height: 12%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    color: white;
    text-shadow: 0 1px 0 rgba(255,255,255,.25);
    font-weight: 800;
    letter-spacing: .3px;
}

    .moldure-title .title-text[b-x4tm5t6e9b] {
        font-size: clamp(0, calc(var(--cell-size, 60px) / 2), 18px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .moldure-title .title-badge[b-x4tm5t6e9b] {
        width: clamp(14px, calc(var(--cell-size, 60px) / 3.8), 24px);
        height: clamp(14px, calc(var(--cell-size, 60px) / 3.8), 24px);
        border-radius: 50%;
        background: rgba(0,0,0,.1);
        box-shadow: inset 0 0 0 2px rgba(0,0,0,.25), inset 0 2px 0 rgba(255,255,255,.25);
    }

/* Overlay stars below the title, right aligned on the content top band */
.level-stars-overlay[b-x4tm5t6e9b] {
    position: absolute;
    top: 13%; /* logo abaixo da faixa do título */
    right: 8%;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    z-index: 5;
    pointer-events: none;
}

    .level-stars-overlay .level-star[b-x4tm5t6e9b] {
        width: clamp(10px, calc(var(--cell-size, 60px) / 5.2), 18px);
        height: clamp(10px, calc(var(--cell-size, 60px) / 5.2), 18px);
        object-fit: contain;
        filter: drop-shadow(0 1px 1px rgba(0,0,0,.45));
    }

/* Área útil dentro da moldura onde o conteúdo deve ficar centralizado.  */
.moldure-content[b-x4tm5t6e9b] {
    position: absolute;
    left: var(--content-left, 5%);
    right: var(--content-right, 6.9%);
    top: var(--content-top, 16%);
    bottom: var(--content-bottom, 7.2%);
    display: grid;
    place-items: center;
    overflow: hidden;
    width: 90%;
    height: 80%;
}

    /* A imagem do bloco centralizada e ligeiramente maior para evitar vazamentos */
    .moldure-content > .block-icon-img[b-x4tm5t6e9b] {
        width: 110%;
        height: 110%;
        object-fit: cover;
        object-position: center;
    }

.block-icon-img[b-x4tm5t6e9b] {
    width: 110%;
    height: 110%;
    object-fit: contain;
    transition: transform .15s ease, filter .15s ease;
}

.block-icon-wrapper:hover .block-icon-img[b-x4tm5t6e9b] {
    transform: translateY(-4px) scale(1.05);
    filter: drop-shadow(0 4px 8px rgba(0,0,0,.55));
}

.block-icon-img.img-change[b-x4tm5t6e9b] {
    animation: imgFadeScale-b-x4tm5t6e9b .45s cubic-bezier(.32,.1,.3,1.3);
}

@keyframes imgFadeScale-b-x4tm5t6e9b {
    0% {
        opacity: 0;
        transform: scale(.7)
    }

    50% {
        opacity: .6;
        transform: scale(1.08)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.icon-info-bar[b-x4tm5t6e9b] {
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: -10%;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 6px;
    justify-content: center;
    z-index: 99;
    width: 80%;
    min-height: var(--infobar-h);
    font-size: calc(var(--cell-size, 60px) / 8.5);
    line-height: 1;
    font-weight: 600;
    border-radius: 6px;
    background: rgba(0, 0, 0, .55);
    color: #fff;
    opacity: .7;
    backdrop-filter: blur(2px);
    box-shadow: 0 2px 6px -2px rgba(0, 0, 0, .6), inset 0 0 0 1px rgba(255, 255, 255, .08);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
}

    .icon-info-bar .info-price[b-x4tm5t6e9b] {
        white-space: nowrap
    }

    .icon-info-bar .info-name[b-x4tm5t6e9b] {
        flex: 1;
        max-width: calc(var(--cell-size, 60px) - 38px);
        overflow: hidden;
        text-overflow: ellipsis
    }

    .icon-info-bar .info-rent[b-x4tm5t6e9b] {
        white-space: nowrap;
        opacity: .9
    }

    .icon-info-bar.price-green[b-x4tm5t6e9b] {
        background: linear-gradient(135deg,#065f46,#10b981)
    }

    .icon-info-bar.price-yellow[b-x4tm5t6e9b] {
        background: linear-gradient(135deg,#92400e,#f59e0b)
    }

    .icon-info-bar.price-red[b-x4tm5t6e9b] {
        background: linear-gradient(135deg,#7f1d1d,#dc2626)
    }

/* Tooltip (fixed, centered) */
.evo-tooltip[b-x4tm5t6e9b] {
    position: fixed;
    z-index: 30000; /* acima do HUD e toasts */
    max-width: 90vw;
    width: fit-content;
    background: linear-gradient(145deg,#101b24,#182a35);
    background-color: rgb(79, 62, 62, 0,55);
    border: 1px solid rgba(255,255,255,.12);
    padding: 14px 16px;
    border-radius: 14px;
    box-shadow: 0 22px 48px -10px rgba(0,0,0,.75), 0 0 0 1px rgba(255,255,255,.05);
    animation: tipFade-b-x4tm5t6e9b .18s ease;
    pointer-events: none;
    color: var(--text);
}

/* centered variant */
.evo-tooltip-center[b-x4tm5t6e9b] {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.evo-tooltip-header[b-x4tm5t6e9b] {
    margin-bottom: 8px
}

.evo-tooltip-img[b-x4tm5t6e9b] {
    width: 600px;
    height: 450px;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,.45))
}

.evo-tooltip-title[b-x4tm5t6e9b] {
    font-size: 18px;
    line-height: 22px
}

.evo-tooltip-sub[b-x4tm5t6e9b] {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 6px
}

.evo-tooltip-price[b-x4tm5t6e9b], .evo-tooltip-rent[b-x4tm5t6e9b] {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 6px
}

.evo-tooltip-desc[b-x4tm5t6e9b] {
    font-size: 14px;
    line-height: 20px;
    color: var(--text-muted)
}

@keyframes tipFade-b-x4tm5t6e9b {
    from {
        opacity: 0;
        transform: translate(-50%,-44%);
    }

    to {
        opacity: 1;
        transform: translate(-50%,-50%);
    }
}
/* /Components/Shared/EvolutionStrip.razor.rz.scp.css */
/* Scoped styles for EvolutionStrip component with dark-friendly colors */
:host[b-olksc96h87] { display: block; }
.evo-strip[b-olksc96h87] { gap: .75rem; }
.evo-card[b-olksc96h87] { display:flex; align-items:center; gap:.75rem; min-width: 220px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.14); border-radius: .6rem; padding: .5rem .75rem; box-shadow: 0 4px 14px rgba(0,0,0,.35); transition: transform .15s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; color: #e9ecef; }
.evo-card:hover[b-olksc96h87] { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.45); border-color: rgba(0,123,255,.5); background: rgba(255,255,255,.06); }

.evo-img-wrap[b-olksc96h87] { width: 56px; height: 56px; border-radius: .5rem; overflow: hidden; background: rgba(0,0,0,.35); display:flex; align-items:center; justify-content:center; }
.evo-img[b-olksc96h87] { max-height: 56px; max-width: 56px; object-fit: contain; }
.evo-placeholder[b-olksc96h87] { color: #adb5bd; font-size: .85rem; text-align:center; }

.evo-title[b-olksc96h87] { display:flex; flex-direction:column; line-height:1.1; }
.evo-level[b-olksc96h87] { font-size:.85rem; color:#cfd8dc; }
.evo-name[b-olksc96h87] { font-weight:600; color:#f8f9fa; }

.evo-arrow[b-olksc96h87] { opacity:.8; font-size:1.25rem; color:#cfd8dc; margin:0 .25rem; }
.max[b-olksc96h87] { opacity:.6; }

@media (max-width: 520px) {
  .evo-card[b-olksc96h87] { min-width: 180px; }
}
/* /Components/Shared/PropertyDetailsModal.razor.rz.scp.css */
.property-modal-backdrop[b-3dq1n3rfls] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.68);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    animation: fadeIn-b-3dq1n3rfls .25s ease;
    z-index: 8000;
}

.property-modal-wrapper[b-3dq1n3rfls] {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: clamp(1.1rem, 3vw, 2.2rem);
    z-index: 8010;
}

.property-modal[b-3dq1n3rfls] {
    --surface-bg: linear-gradient(165deg,#101015,#151820 60%,#0e1218);
    background: var(--surface-bg);
    color: #e8eaee;
    width: min(1100px, 96vw);
    border-radius: 26px;
    box-shadow: 0 40px 70px -18px rgba(0,0,0,.75), 0 0 0 1px rgba(255,255,255,.06) inset, 0 0 0 2px rgba(255,255,255,.03);
    padding: 1.2rem 1.4rem 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    position: relative;
    animation: pop-b-3dq1n3rfls .28s cubic-bezier(.16,.7,.3,1);
    font-family: system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.property-modal:focus-within[b-3dq1n3rfls] { outline: 2px solid #1fa2ff33; outline-offset: 2px; }

.header[b-3dq1n3rfls] { text-align: center; padding-top:.25rem; }
.header .title[b-3dq1n3rfls] { margin:0; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight:650; letter-spacing:.4px; }

.close-btn[b-3dq1n3rfls] {
    position: absolute;
    top: .9rem;
    right: .9rem;
    background: rgba(255,255,255,.06);
    color: #b7bdc6;
    border: none;
    width: 42px;
    height: 42px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius: 14px;
    cursor: pointer;
    transition: background .18s, color .18s, transform .22s, box-shadow .22s;
}
.close-btn:hover[b-3dq1n3rfls] { background: rgba(255,255,255,.12); color:#fff; box-shadow:0 6px 22px -10px rgba(0,0,0,.6); }
.close-btn:active[b-3dq1n3rfls] { transform: scale(.92); }

.content[b-3dq1n3rfls] { display:flex; flex-direction:column; gap:1.1rem; }

.card-grid[b-3dq1n3rfls] { display:grid; grid-template-columns: 1fr; gap: 1rem; }

.prop-card[b-3dq1n3rfls] {
    background: linear-gradient(180deg, rgba(255,255,255,.02), transparent 60%), rgba(255,255,255,.02);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 22px;
    padding: clamp(.9rem, 2vw, 1.15rem);
    display:flex;
    flex-direction: column;
    gap: .85rem;
    box-shadow: 0 18px 48px -16px rgba(0,0,0,.6);
}

.prop-card.main[b-3dq1n3rfls] { align-items: stretch; }

.media-shell[b-3dq1n3rfls] {
    width: 100%;
    aspect-ratio: 4 / 3; /* imagem grande em 4:3 */
    background: linear-gradient(145deg,#14161c,#1a1f26);
    border-radius: 18px;
    position: relative;
    overflow:hidden;
    box-shadow: 0 24px 60px -18px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.07), 0 0 0 6px rgba(255,255,255,.02);
}
.media-shell img[b-3dq1n3rfls] {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:contain;
    padding: clamp(1rem, 3vw, 2rem);
    filter: drop-shadow(0 14px 28px rgba(0,0,0,.55));
}
.media-shell .shine[b-3dq1n3rfls] {
    position:absolute; inset:-20% -10% auto -10%; height:60%;
    background: radial-gradient(60% 60% at 20% 30%, rgba(255,255,255,.22), rgba(255,255,255,0) 70%);
    pointer-events:none;
    mix-blend-mode: screen;
    opacity:.25;
}

.meta[b-3dq1n3rfls] { display:flex; justify-content:center; gap:1rem; }
.meta-line[b-3dq1n3rfls] { display:flex; gap:.5rem; align-items:center; background: rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12); padding:.6rem .9rem; border-radius: 12px; }
.meta-label[b-3dq1n3rfls] { color:#b9c0c8; font-size:.95rem; letter-spacing:.3px; text-transform:uppercase; }
.meta-value[b-3dq1n3rfls] { font-weight:700; letter-spacing:.3px; font-size:1.1rem; }

.actions[b-3dq1n3rfls] { display:flex; justify-content:center; gap:.8rem; margin-top:.2rem; }

.footer[b-3dq1n3rfls] { display:flex; justify-content:flex-end; gap:.8rem; flex-wrap:wrap; }

.btn[b-3dq1n3rfls] {
    --btn-bg: #222;
    --btn-border: rgba(255,255,255,.14);
    background: var(--btn-bg);
    color:#eaeaea;
    border:1px solid var(--btn-border);
    padding:.9rem 1.35rem;
    font-size:1.05rem;
    font-weight:700;
    letter-spacing:.3px;
    border-radius: 16px;
    cursor:pointer;
    position:relative;
    overflow:hidden;
    transition: background .25s, transform .25s, box-shadow .25s, filter .25s;
    min-width: 200px;
}
.btn[b-3dq1n3rfls]:before { content:""; position:absolute; inset:0; background:linear-gradient(145deg,rgba(255,255,255,.06),transparent 60%); opacity:0; transition:opacity .35s; }
.btn:hover[b-3dq1n3rfls]:before { opacity:1; }
.btn:hover[b-3dq1n3rfls] { transform: translateY(-3px); box-shadow:0 10px 28px -8px rgba(0,0,0,.55); }
.btn:active[b-3dq1n3rfls] { transform: translateY(0); box-shadow:none; }

.btn.primary[b-3dq1n3rfls] { --btn-bg: linear-gradient(160deg,#0a5,#0b6,#098); border: none; color:#fff; }
.btn.primary:hover[b-3dq1n3rfls] { filter: brightness(1.08); }
.btn.primary:disabled[b-3dq1n3rfls] { filter: grayscale(.6); opacity:.55; cursor:not-allowed; }

.btn.secondary[b-3dq1n3rfls] { --btn-bg: #1d2128; }
.btn.secondary:hover[b-3dq1n3rfls] { background:#252a33; }

/* Puff + flash quando o botão principal está ativo */
.prop-card:has(.btn.primary:active) .media-shell[b-3dq1n3rfls] { animation: puffScale-b-3dq1n3rfls .55s cubic-bezier(.16,.7,.3,1); }
.prop-card:has(.btn.primary:active) .media-shell[b-3dq1n3rfls]::after {
    content:""; position:absolute; inset:0; background: radial-gradient(60% 60% at 50% 50%, rgba(255,255,255,.45), rgba(255,255,255,0) 70%);
    animation: plimplim-b-3dq1n3rfls .55s ease-out; pointer-events:none;
}

/* Estados visuais opcionais (podem ser aplicados via classes no Razor) */
.prop-card.is-evolving .media-shell[b-3dq1n3rfls] { animation: puffScale-b-3dq1n3rfls .6s cubic-bezier(.16,.7,.3,1); }
.prop-card.is-max-level[b-3dq1n3rfls] { box-shadow: 0 22px 60px -18px rgba(0,0,0,.75), 0 0 0 1px rgba(255,255,255,.10) inset; }
.prop-card.is-max-level .media-shell[b-3dq1n3rfls] { animation: glowPulse-b-3dq1n3rfls 2.2s ease-in-out infinite; }

/* Especiais pela identificação do nome (Circo, Aeroporto, Estádio, Shopping) */
/* data-name é atribuído no Razor do card */
.prop-card[data-name*="Circo" i][b-3dq1n3rfls],
.prop-card[data-name*="Aeroporto" i][b-3dq1n3rfls],
.prop-card[data-name*="Estádio" i][b-3dq1n3rfls],
.prop-card[data-name*="Estadio" i][b-3dq1n3rfls],
.prop-card[data-name*="Shopping" i][b-3dq1n3rfls] {
    border-color: rgba(140,255,220,.35);
    box-shadow: 0 24px 64px -18px rgba(0,0,0,.75), 0 0 22px 0 rgba(80,220,200,.25) inset;
}
.prop-card[data-name*="Circo" i] .media-shell[b-3dq1n3rfls],
.prop-card[data-name*="Aeroporto" i] .media-shell[b-3dq1n3rfls],
.prop-card[data-name*="Estádio" i] .media-shell[b-3dq1n3rfls],
.prop-card[data-name*="Estadio" i] .media-shell[b-3dq1n3rfls],
.prop-card[data-name*="Shopping" i] .media-shell[b-3dq1n3rfls] {
    animation: glowPulse-b-3dq1n3rfls 2.4s ease-in-out infinite;
    background: radial-gradient(800px 300px at -20% -20%, rgba(140,255,220,.10), transparent 40%),
                linear-gradient(145deg,#161a22,#1b2230);
}

/* Responsividade */
@media (min-width: 860px) {
    .card-grid[b-3dq1n3rfls] { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
    .property-modal[b-3dq1n3rfls] { padding: 1.05rem 1.05rem 1.25rem; border-radius:22px; }
    .prop-card[b-3dq1n3rfls] { border-radius:20px; }
    .btn[b-3dq1n3rfls] { flex:1 1 auto; min-width:160px; }
}

/* Animações */
@keyframes pop-b-3dq1n3rfls { from { transform: scale(.96) translateY(12px); opacity:0; } to { transform: scale(1) translateY(0); opacity:1; } }
@keyframes fadeIn-b-3dq1n3rfls { from { opacity:0; } to { opacity:1; } }
@keyframes puffScale-b-3dq1n3rfls { 0% { transform: scale(1); } 40% { transform: scale(1.04); } 100% { transform: scale(1); } }
@keyframes plimplim-b-3dq1n3rfls { 0% { opacity:.0; } 20% { opacity:.75; } 60% { opacity:.25; } 100% { opacity:0; } }
@keyframes glowPulse-b-3dq1n3rfls { 0% { box-shadow: 0 24px 60px -18px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.07), 0 0 0 6px rgba(180,255,230,.06);} 50% { box-shadow: 0 28px 64px -18px rgba(0,0,0,.75), 0 0 0 1px rgba(160,255,240,.18), 0 0 0 10px rgba(120,255,220,.10);} 100% { box-shadow: 0 24px 60px -18px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.07), 0 0 0 6px rgba(180,255,230,.06);} }
/* /Components/Shared/VictoryDefeatPopup.razor.rz.scp.css */
:root[b-8wsb2i63e6] { font-family: Segoe UI, Arial, sans-serif; }

.vdp-backdrop[b-8wsb2i63e6] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    z-index:999999;
    justify-content: center;
}

.vdp-modal[b-8wsb2i63e6] {
    background: #101418;
    border: 1px solid #2e3a44;
    border-radius: 12px;
    width: min(90vw, 520px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.6);
    color: #e8f1f5;
    overflow: hidden;
}

.vdp-header[b-8wsb2i63e6] { padding: 16px 20px; background: linear-gradient(180deg,#172029,#141a21); border-bottom: 1px solid #2e3a44; }
.vdp-header h3[b-8wsb2i63e6] { margin: 0; font-size: 1.4rem; letter-spacing: 0.3px; }

.vdp-body[b-8wsb2i63e6] { padding: 18px 22px; }
.vdp-message[b-8wsb2i63e6] { margin: 0 0 6px; font-weight: 700; font-size: 1.2rem; }
.vdp-sub[b-8wsb2i63e6] { margin: 0; opacity: 0.85; }

.vdp-footer[b-8wsb2i63e6] { padding: 14px 20px; display: flex; gap:12px; justify-content: flex-end; border-top: 1px solid #2e3a44; }
.vdp-btn[b-8wsb2i63e6] {
    background: #2f8f6c;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 700;
    cursor: pointer;
}
.vdp-btn:hover[b-8wsb2i63e6] { background: #3aa47d; }
.vdp-btn.alt[b-8wsb2i63e6] { background:#37424d; }
.vdp-btn.alt:hover[b-8wsb2i63e6] { background:#46535f; }
