/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-05jhmhbwo7] {
    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-05jhmhbwo7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Index.razor.rz.scp.css */
.container[b-9vjillu7dg] {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100%;
}

.title[b-9vjillu7dg] {
    color: #F2CB40;
    font-size: 8rem;
}

button[b-9vjillu7dg] {
    width: 18rem;
    height: 3rem;
    border-radius: 0.5rem;
    border: none;
    background: #F2CB40;
    color: #202020;
    font-size: 1.5rem;
}

button:hover[b-9vjillu7dg] {
    
    cursor: pointer;
    box-shadow: 0px 0px 32px 0px #F4D35E;
}
/* /Components/Pages/Room.razor.rz.scp.css */
.room-container[b-pkh2gjbw2b] {
    display: flex;
    padding: 0.5rem;
    flex-direction: column;
    height: 100%;
    color: #fff;
}

.board[b-pkh2gjbw2b] {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.user-list[b-pkh2gjbw2b] {
    width: 15%;
    justify-content: center;
    align-items: self-start;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    position: absolute;
}

.user-list ul[b-pkh2gjbw2b] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.player[b-pkh2gjbw2b] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: start;
    align-items: center;
    color: #94A49B;
    font-size: 1.5rem;
}

.avatar-wrap[b-pkh2gjbw2b] {
    padding: 2px;
    border-radius: 50%;
    background: linear-gradient(180deg, #313131 0%, #EFEFEF 100%);
    display: inline-block;
}

.avatar-wrap_selected[b-pkh2gjbw2b] {
    background: linear-gradient(180deg, #F2CB40 0%, #EFEFEF 100%);
    box-shadow: 0px 0px 32px 0px #F4D35E;
}

.player_ico[b-pkh2gjbw2b] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--avatar-url) center/cover no-repeat #202020;
}

.player_user[b-pkh2gjbw2b] {
    color: #F2CB40;
}

.main-content[b-pkh2gjbw2b] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 2rem;
    align-items: center;
    gap: 3rem;
}

.session-counter-box[b-pkh2gjbw2b] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1rem 0;
    justify-content: center;
    align-items: center;
}

.counter[b-pkh2gjbw2b] {
    display: flex;
    flex-direction: row;
    font-size: 2rem;
    gap: 2rem;
    align-items: center;
}

.counter span[b-pkh2gjbw2b] {
    display: flex;
    width: 2rem;
    height: 2rem;
    padding: 0.5rem;
    background-color: #202020;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    border: 4px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}

.counter span:hover[b-pkh2gjbw2b] {
    color: #F2CB40;
    border-color: #F2CB40;
}

.counter span.counter_selected[b-pkh2gjbw2b] {
    background: #F2CB40;
    color: #202020;
    box-shadow: 0px 0px 32px 0px #F4D35E;
    border-color: #202020;
}

.counter-nav[b-pkh2gjbw2b] {
    background: none;
    border: none;
    color: #F2CB40;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
}

.counter-nav:hover:not(:disabled)[b-pkh2gjbw2b] {
    color: #F4D35E;
    text-shadow: 0px 0px 16px 0px #F4D35E;
}

.counter-nav:disabled[b-pkh2gjbw2b] {
    color: #94A49B;
    cursor: not-allowed;
    opacity: 0.5;
}

.title[b-pkh2gjbw2b] {
    color: #F2CB40;
    text-decoration: underline;
    font-size: 2rem;

}

.rounds[b-pkh2gjbw2b] {
    font-size: 1.5rem;
    color: #fff;
}

.session-main-box[b-pkh2gjbw2b] {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 4rem;
    justify-content: center;
}

.main-title[b-pkh2gjbw2b] {
    font-size: 4rem;
    color: #94A49B;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: end;
}

.finish_main-title[b-pkh2gjbw2b] {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
    align-items: center;
    width: 100%;
}

.avg[b-pkh2gjbw2b] {
    width: 100%;
    font-size: 3rem;
    color: #94A49B;
    justify-content: end;
    display: flex;
    gap: 0.5rem;
}

.avg_value[b-pkh2gjbw2b] {
    color: #fff;
}

.median[b-pkh2gjbw2b] {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    display: flex;
    gap: 0.5rem;
}

.median_top[b-pkh2gjbw2b] {
    display: flex;
    flex-direction: row;
    font-size: 4rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.median_value[b-pkh2gjbw2b] {
    color: #F2CB40
}

.median_bot[b-pkh2gjbw2b] {
    color: #94a49b;
    font-size: 2rem;
}

.aggrement[b-pkh2gjbw2b] {
    width: 100%;
    font-size: 2rem;
    text-transform: uppercase;
    color: #94A49B;
}

.timer[b-pkh2gjbw2b] {
    color: #fff;
}

.card-holder[b-pkh2gjbw2b] {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    padding: 4rem 0;
}

.player-card[b-pkh2gjbw2b] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.player-card_title_selected[b-pkh2gjbw2b] {
    color: #F2CB40;
}

.card[b-pkh2gjbw2b] {
    border: 4px solid;
    width: 60px;
    height: 96px;
    background:
        url(assets/card_black.svg),
        #202020;
    border: 4px solid;
    color: #202020;
    border-image: linear-gradient(201.34deg, #202020 0%, #3B3B3B 50%, #202020 100%) 1;
    box-shadow: 0px 4px 4px 0px #000000;
}

.card_selected[b-pkh2gjbw2b] {
    background:
        url(assets/card.svg),
        #4B4327;
    border: 4px solid;
    color: #F2CB40;
    border-image: linear-gradient(201.34deg, #F2CB40 0%, #FFFFFF 50%, #F2CB40 100%) 1;
    box-shadow: 0px 0px 32px 0px #F4D35E;
}

.main-actions[b-pkh2gjbw2b] {
    height: 100%;
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.main-actions span[b-pkh2gjbw2b] {
    display: flex;
    font-size: 1.5rem;
}

.main-actions button[b-pkh2gjbw2b] {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F2CB40;
    border: none;
    width: 185px;
    height: 56px;
    font-size: 1.5rem;
    border-radius: 10px;
}

.main-actions button:hover[b-pkh2gjbw2b] {
    cursor: pointer;
    background: #e1c86c;
    box-shadow: 0px 0px 32px 0px #F4D35E;

}

.session-cards-box[b-pkh2gjbw2b] {
    display: flex;
    flex-direction: row;
    padding-bottom: 8rem;

}

.card-picker[b-pkh2gjbw2b] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    color: #202020;
}

.pick-card[b-pkh2gjbw2b] {
    position: relative;
    width: 80px;
    height: 128px;
    border-radius: 4px;
    border: 4px solid transparent;
    background:
        url(assets/card_white.svg) center / cover no-repeat padding-box,
        linear-gradient(#FAFAFA, #FAFAFA) padding-box,
        linear-gradient(201.34deg, #9C9C9C, #FFFFFF, #9C9C9C) border-box;
    box-shadow: 0px 4px 4px 0px #000000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.corner[b-pkh2gjbw2b] {
    position: absolute;
    color: #989898;
    font-size: 1.5rem;
}

.corner.top[b-pkh2gjbw2b] {
    top: 6px;
    left: 8px;
}

.corner.bottom[b-pkh2gjbw2b] {
    bottom: 6px;
    right: 8px;
}

.center[b-pkh2gjbw2b] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #202020;
    font-size: 4rem;
}

.pick-card_selected[b-pkh2gjbw2b] {
    border: 4px solid transparent;
    background:
        url(assets/card_white.svg) center / cover no-repeat padding-box,
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(201.34deg, #F2CB40 0%, #FFFFFF 50%, #F2CB40 100%) border-box;
    box-shadow: 0px 0px 32px 0px #F4D35E;
    transform: translateY(-2rem);
}

.pick-card_selected .corner[b-pkh2gjbw2b],
.pick-card_selected .center[b-pkh2gjbw2b] {
    background: linear-gradient(180deg, #F2CB40 46.15%, #FFF3CA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pick-card_revealed[b-pkh2gjbw2b] {
    border: 4px solid transparent;
    background:
        url(assets/card_white.svg) center / cover no-repeat padding-box,
        linear-gradient(#FAFAFA, #FAFAFA) padding-box,
        linear-gradient(201.34deg, #9C9C9C, #FFFFFF, #9C9C9C) border-box;
    box-shadow: 0px 4px 4px 0px #000000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pick-card_revealed .corner[b-pkh2gjbw2b],
.pick-card_revealed .center[b-pkh2gjbw2b] {
    color: #202020;
}

.pick-card:hover[b-pkh2gjbw2b] {
    transform: translateY(-2rem);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.4);
}

.pick-card_selected :hover[b-pkh2gjbw2b] {
    box-shadow: 0px 0px 32px 0px #F4D35E;
}

.card_revealed_box[b-pkh2gjbw2b] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
}

.card_median[b-pkh2gjbw2b] {
    background:
        url(assets/card_white.svg) center / cover no-repeat padding-box,
        linear-gradient(#FAFAFA, #FAFAFA) padding-box,
        linear-gradient(201.34deg, #F4D35E, #FFFFFF, #F4D35E) border-box;
    box-shadow: 0px 0px 32px 0px #F4D35E;
}

.median_label[b-pkh2gjbw2b] {
    color: #F4D35E;
    font-weight: bold;
    font-size: 0.9rem;
}

.add-task-section[b-pkh2gjbw2b] {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-task-btn[b-pkh2gjbw2b] {
      width: 18rem;
    height: 3rem;
    border-radius: 0.5rem;
    border: none;
    background: #F2CB40;
    color: #202020;
    font-size: 1.5rem;
}

.add-task-btn:hover[b-pkh2gjbw2b] {
    
    cursor: pointer;
    box-shadow: 0px 0px 32px 0px #F4D35E;
}

.creating-task-message[b-pkh2gjbw2b] {
    font-size: 1.5rem;
    color: #F2CB40;
    text-align: center;
    margin: 0;
    animation: pulse-b-pkh2gjbw2b 2s infinite;
}

@keyframes pulse-b-pkh2gjbw2b {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

.card-flip-container[b-pkh2gjbw2b] {
    perspective: 1000px;
    width: 80px;
    height: 128px;
    position: relative;
}

.card-flip-inner[b-pkh2gjbw2b] {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.card-flip-container.flip .card-flip-inner[b-pkh2gjbw2b] {
    transform: rotateY(180deg);
}

.card-flip-front[b-pkh2gjbw2b],
.card-flip-back[b-pkh2gjbw2b] {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-flip-front[b-pkh2gjbw2b] {
    color: #F2CB40;
    border-radius: 4px;
    font-size: 2rem;
    font-weight: bold;
    box-shadow: 0px 4px 4px 0px #000000;
}

.card-flip-back[b-pkh2gjbw2b] {
    transform: rotateY(180deg);
}

@media (max-width: 768px) {
    .room-container[b-pkh2gjbw2b] {
        padding: 0.25rem;
    }

    .board[b-pkh2gjbw2b] {
        flex-direction: column;
    }

    .user-list[b-pkh2gjbw2b] {
        width: 100%;
        position: static;
        height: auto;
        padding: 0.5rem 0;
        margin-bottom: 1rem;
    }

    .user-list ul[b-pkh2gjbw2b] {
        flex-direction: row;
        gap: 0.5rem;
        flex-wrap: wrap;
    }

    .player[b-pkh2gjbw2b] {
        font-size: 1rem;
        gap: 0.5rem;
    }

    .player_ico[b-pkh2gjbw2b] {
        width: 24px;
        height: 24px;
    }

    .main-content[b-pkh2gjbw2b] {
        padding: 0;
        gap: 1.5rem;
    }

    .session-counter-box[b-pkh2gjbw2b] {
        gap: 1rem;
        padding: 0.5rem 0;
    }

    .counter[b-pkh2gjbw2b] {
        font-size: 1.2rem;
        gap: 0.8rem;
        flex-wrap: wrap;
    }

    .counter span[b-pkh2gjbw2b] {
        width: 1.8rem;
        height: 1.8rem;
        padding: 0.3rem;
        font-size: 0.9rem;
    }

    .counter-nav[b-pkh2gjbw2b] {
        font-size: 1.2rem;
        padding: 0.3rem 0.5rem;
    }

    .counter-nav .material-icons[b-pkh2gjbw2b] {
        font-size: 1.2rem;
    }

    .title[b-pkh2gjbw2b] {
        font-size: 1.2rem;
    }

    .rounds[b-pkh2gjbw2b] {
        font-size: 1rem;
    }

    .main-title[b-pkh2gjbw2b] {
        font-size: 1.8rem;
        gap: 0.5rem;
        flex-wrap: wrap;
    }

    .finish_main-title[b-pkh2gjbw2b] {
        gap: 1.5rem;
        flex-direction: row;
    }

    .avg[b-pkh2gjbw2b] {
        font-size: 1.5rem;
        gap: 0.3rem;
    }

    .median_top[b-pkh2gjbw2b] {
        font-size: 1.8rem;
        gap: 0.3rem;
    }

    .median_bot[b-pkh2gjbw2b] {
        font-size: 1rem;
    }

    .aggrement[b-pkh2gjbw2b] {
        font-size: 1rem;
    }

    .card-holder[b-pkh2gjbw2b] {
        gap: 1rem;
        padding: 1rem 0;
        flex-wrap: wrap;
    }

    .player-card_title_selected[b-pkh2gjbw2b] {
        font-size: 0.9rem;
    }

    .main-actions[b-pkh2gjbw2b] {
        gap: 0.5rem;
    }

    .main-actions span[b-pkh2gjbw2b] {
        font-size: 1rem;
    }

    .main-actions button[b-pkh2gjbw2b] {
        width: 140px;
        height: 44px;
        font-size: 1rem;
    }

    .session-cards-box[b-pkh2gjbw2b] {
        padding-bottom: 2rem;
    }

    .card-picker[b-pkh2gjbw2b] {
        gap: 0.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pick-card[b-pkh2gjbw2b] {
        width: 60px;
        height: 96px;
    }

    .corner[b-pkh2gjbw2b] {
        font-size: 1rem;
    }

    .corner.top[b-pkh2gjbw2b] {
        top: 4px;
        left: 6px;
    }

    .corner.bottom[b-pkh2gjbw2b] {
        bottom: 4px;
        right: 6px;
    }

    .center[b-pkh2gjbw2b] {
        font-size: 2.5rem;
    }

    .card-flip-container[b-pkh2gjbw2b] {
        width: 60px;
        height: 96px;
    }

    .card-flip-front[b-pkh2gjbw2b] {
        font-size: 1.5rem;
    }

    .add-task-btn[b-pkh2gjbw2b] {
        width: 12rem;
        height: 2.5rem;
        font-size: 1rem;
    }

    .creating-task-message[b-pkh2gjbw2b] {
        font-size: 1rem;
        padding: 0 1rem;
    }
}
/* /Components/Shared/AddTaskModal.razor.rz.scp.css */
.modal-overlay[b-8ph7t5dyhb] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 78%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-overlay_visible[b-8ph7t5dyhb] {
    display: flex;
}

.modal-content[b-8ph7t5dyhb] {
    background: url(/assets/sm.svg), linear-gradient(107.56deg, #000262 0%, #573992 50%, #7374C2 100%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-radius: 0.5rem;
    width: 90%;
    max-width: 80%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.modal-header[b-8ph7t5dyhb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid rgba(242, 203, 64, 0.2);
}

.modal-header h2[b-8ph7t5dyhb] {
    margin: 0;
    font-size: 1.75rem;
    color: #F2CB40;
}

.modal-close[b-8ph7t5dyhb] {
    background: none;
    border: none;
    color: #F2CB40;
    font-size: 2rem;
    cursor: pointer;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.modal-close:hover[b-8ph7t5dyhb] {
    color: #fff;
    text-shadow: 0px 0px 16px 0px #F4D35E;
}

.modal-body[b-8ph7t5dyhb] {
    padding: 1.5rem;
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group[b-8ph7t5dyhb] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.form-group label[b-8ph7t5dyhb] {
    color: #F2CB40;
    font-size: 1rem;
    font-weight: 600;
}

.form-input[b-8ph7t5dyhb] {
    padding: 0.75rem;
    border: 2px solid #F2CB40;
    border-radius: 0.25rem;
    background-color: rgba(32, 32, 32, 0.8);
    color: #fff;
    font-size: 1rem;
    font-family: "Jersey 20", sans-serif;
    transition: all 0.2s ease;
}

.form-input:focus[b-8ph7t5dyhb] {
    outline: none;
    background-color: rgba(32, 32, 32, 0.95);
    box-shadow: 0px 0px 16px 0px rgba(244, 211, 94, 0.5);
    border-color: #F4D35E;
}

.form-input[b-8ph7t5dyhb]::placeholder {
    color: #94A49B;
}

.radio-group[b-8ph7t5dyhb] {
    display: flex;
    gap: 1rem;
    flex-direction: row;
}

.radio-option[b-8ph7t5dyhb] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.radio-option input[type="radio"][b-8ph7t5dyhb] {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    accent-color: #F2CB40;
}

.radio-option label[b-8ph7t5dyhb] {
    margin: 0;
    cursor: pointer;
    color: #94A49B;
    transition: color 0.2s ease;
      font-size: 2rem;
}

.radio-option input[type="radio"]:checked + label[b-8ph7t5dyhb] {
    color: #F2CB40;
}

.radio-option input[type="radio"]:hover + label[b-8ph7t5dyhb] {
    color: #fff;
}

.modal-footer[b-8ph7t5dyhb] {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    border-top: 1px solid rgba(242, 203, 64, 0.2);
    justify-content: flex-end;
}

.btn-cancel[b-8ph7t5dyhb],
.btn-confirm[b-8ph7t5dyhb] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    cursor: pointer;
    font-family: "Jersey 20", sans-serif;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-cancel[b-8ph7t5dyhb] {
    background-color: transparent;
    color: #94A49B;
    border: 2px solid #94A49B;
}

.btn-cancel:hover[b-8ph7t5dyhb] {
    background-color: rgba(148, 164, 155, 0.1);
    color: #F2CB40;
    border-color: #F2CB40;
}

.btn-confirm[b-8ph7t5dyhb] {
    background-color: #F2CB40;
    color: #202020;
}

.btn-confirm:hover[b-8ph7t5dyhb] {
    background-color: #F4D35E;
    box-shadow: 0px 0px 32px 0px #F4D35E;
}

.btn-confirm:disabled[b-8ph7t5dyhb] {
    background-color: #94A49B;
    cursor: not-allowed;
    box-shadow: none;
}
/* /Components/Shared/JoinRoomModal.razor.rz.scp.css */
.modal-backdrop[b-oyyefl3tl8] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 78%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-oyyefl3tl8] {
       background: url(assets/sm.svg), linear-gradient(107.56deg, #000262 0%, #573992 50%, #7374C2 100%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 50%;
    width: 80%;
    border-radius: 0.5rem;
}

.user-name-box[b-oyyefl3tl8] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 30%;
    margin: auto;
}

.user-name-box-top[b-oyyefl3tl8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.user-name-box-bottom[b-oyyefl3tl8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.user-name-label[b-oyyefl3tl8] {
    font-size: 1.25rem;
    color: #F2CB40;
    width: 100%;
}

.title[b-oyyefl3tl8] {
    font-size: 6.25rem;
    color: #F2CB40;
    width: 100%;
}

.user-name-input[b-oyyefl3tl8] {
    font-size: 1.25rem;
    padding: 0.75rem;
    border: none;
    border-radius: 0.25rem;
    display: flex;
    align-self: normal;
}

.error-message[b-oyyefl3tl8] {
    color: #ff0404;
    font-size: 1.25rem;
}

button[b-oyyefl3tl8] {
    width: 18rem;
    height: 3rem;
    border-radius: 0.5rem;
    border: none;
    background: #F2CB40;
    color: #202020;
    font-size: 1.5rem;
}

button:hover[b-oyyefl3tl8] {
    
    cursor: pointer;
    box-shadow: 0px 0px 32px 0px #F4D35E;
}
/* /Components/Shared/Loader.razor.rz.scp.css */
.loader[b-ls31clj6a0] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.box[b-ls31clj6a0] {
    margin: auto;
    width: 50%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: var(--gold-color);
    font-size: 2rem;
    font-family: "Bitcount Prop Single", system-ui;
}

.card-box[b-ls31clj6a0] {
    width: 50%;
    height: 200px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
}

.card[b-ls31clj6a0] {
    width: 35px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card.a[b-ls31clj6a0] {
    animation: animA-b-ls31clj6a0 4s ease-in-out infinite;
}

@keyframes animA-b-ls31clj6a0 {
    0%   { transform: translate(calc(-50% - 150px), -50%); }
    15%  { transform: translate(-50%, -50%); }
    25%  { transform: translate(-50%, -50%); }
    100% { transform: translate(-50%, -50%); }
}

.card.b[b-ls31clj6a0] {
    animation: animB-b-ls31clj6a0 4s ease-in-out infinite;
}

@keyframes animB-b-ls31clj6a0 {
    0%   { transform: translate(calc(-50% + 150px), -50%); }
    15%  { transform: translate(-50%, -50%); }
    25%  { transform: translate(calc(-50% - 5px), -50%) rotate(-25deg); }
    100% { transform: translate(-50%, -50%); }
}

.card.c[b-ls31clj6a0] {
    animation: animC-b-ls31clj6a0 4s ease-in-out infinite;
}

@keyframes animC-b-ls31clj6a0 {
    0%   { transform: translate(-50%, calc(-50% - 150px)); }
    15%  { transform: translate(-50%, -50%); }
    25%  { transform: translate(-50%, -50%) rotate(25deg); }
    100% { transform: translate(-50%, -50%); }
}

.a[b-ls31clj6a0] {
    box-shadow: inset 4px 4px 6px rgba(0, 150, 255, 1),
    inset -4px 4px 6px rgba(0, 150, 255, 1),
    inset 4px -4px 6px rgba(0, 150, 255, 1),
    inset -4px -4px 6px rgba(0, 150, 255, 1);
}

.b[b-ls31clj6a0] {
    box-shadow: inset 4px 4px 6px rgb(255, 0, 47),
    inset -4px 4px 6px rgb(255, 0, 47),
    inset 4px -4px 6px rgb(255, 0, 47),
    inset -4px -4px 6px rgb(255, 0, 47);
}

.c[b-ls31clj6a0] {
    box-shadow: inset 4px 4px 6px rgb(123, 255, 0),
    inset -4px 4px 6px rgb(123, 255, 0),
    inset 4px -4px 6px rgb(123, 255, 0),
    inset -4px -4px 6px rgb(123, 255, 0);
}
/* /Components/Shared/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-g7fbsd8we6],
.components-reconnect-repeated-attempt-visible[b-g7fbsd8we6],
.components-reconnect-failed-visible[b-g7fbsd8we6],
.components-pause-visible[b-g7fbsd8we6],
.components-resume-failed-visible[b-g7fbsd8we6],
.components-rejoining-animation[b-g7fbsd8we6] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-g7fbsd8we6 {
    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/Shared/ToastContainer.razor.rz.scp.css */
.toast-container[b-la6cskq49j] {
    position: fixed;
    right: 16px;
    top: 16px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 360px;
    font-family: monospace;
}

.toast[b-la6cskq49j] {
    cursor: pointer;
    padding: 12px 14px;
    border-radius: 10px;
    background: #222;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0,0,0,0.25);
    border-left: 6px solid #6aa9ff;
}

.toast-title[b-la6cskq49j] {
    font-weight: 700;
    margin-bottom: 4px;
}

.toast-message[b-la6cskq49j] {
    opacity: 0.9;
    line-height: 1.3;
}

.toast-info[b-la6cskq49j] { border-left-color: #6aa9ff; }
.toast-success[b-la6cskq49j] { border-left-color: #3ddc97; }
.toast-warning[b-la6cskq49j] { border-left-color: #ffcc66; }
.toast-error[b-la6cskq49j] { border-left-color: #ff6b6b; }
