@import '_content/OneQuiz.CommonLibrary.RazorComponents/OneQuiz.CommonLibrary.RazorComponents.m44zi8ewu2.bundle.scp.css';

/* /Components/Account/Login.razor.rz.scp.css */
.host-shell[b-cewp8n0ths] {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.75rem;
    padding: 3rem 1rem 2.5rem;
    background-image: url('images/darklogobackground.png');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    border-radius: 15px;
}

.host-brand[b-cewp8n0ths] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.host-login__logo[b-cewp8n0ths] {
    width: 160px;
    height: auto;
}

.host-brand__tagline[b-cewp8n0ths] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0;
}

.host-brand__tagline[b-cewp8n0ths]::before,
.host-brand__tagline[b-cewp8n0ths]::after {
    content: "—";
    color: #f5c542;
}

.host-card[b-cewp8n0ths] {
    position: relative;
    z-index: 1;
    width: 100%;
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 24px 60px rgba(5, 15, 60, 0.35);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.host-login__card[b-cewp8n0ths] {
    max-width: 420px;
}

.host-card__title[b-cewp8n0ths] {
    font-size: 1.4rem;
    font-weight: 800;
    color: #10182c;
    margin: 0;
}

.host-card__subtitle[b-cewp8n0ths] {
    color: #64748b;
    font-size: 0.9rem;
    margin: 0.25rem 0 0;
}

.host-login__welcome[b-cewp8n0ths] {
    margin: 0;
}

.host-login__form[b-cewp8n0ths] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.host-login__label[b-cewp8n0ths] {
    margin: 0.9rem 0 0.4rem;
    font-weight: 600;
    color: #10182c;
    font-size: 0.85rem;
}

.host-login__form[b-cewp8n0ths]  .form-control {
    border-color: #e2e8f0;
    padding: 0.6rem 0.85rem;
}

.host-login__form[b-cewp8n0ths]  .form-control:focus {
    border-color: #2f6fed;
    box-shadow: 0 0 0 0.2rem rgba(47, 111, 237, 0.15);
}

.host-login__checkbox[b-cewp8n0ths] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    color: #475569;
    font-size: 0.88rem;
    cursor: pointer;
}

.host-login__submit[b-cewp8n0ths] {
    margin-top: 1.5rem;
    padding: 0.65rem;
    font-weight: 700;
}

.host-login__footer[b-cewp8n0ths] {
    margin: 0;
    text-align: center;
    color: #64748b;
    font-size: 0.88rem;
}
/* /Components/GamePlayer/Index.razor.rz.scp.css */
.join-page[b-u3lwulx1ie] {
	display: flex;
	justify-content: center;
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 3rem 1rem 2.5rem;
	background-image: url('images/darklogobackground.png');
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	border-radius: 15px;
}

.join-card[b-u3lwulx1ie] {
	width: 100%;
	max-width: 380px;
	background: #ffffff;
	border: 1px solid #e9edf5;
	border-radius: 14px;
	padding: 1.75rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	text-align: center;
}

.join-card__title[b-u3lwulx1ie] {
	font-size: 1.3rem;
	font-weight: 800;
	color: #10182c;
	margin: 0;
}

.join-card__subtitle[b-u3lwulx1ie] {
	color: #64748b;
	font-size: 0.9rem;
	margin: 0;
}

.join-card[b-u3lwulx1ie]  form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.join-pin-input[b-u3lwulx1ie] {
	width: 100%;
	padding: 0.75rem;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.2em;
	color: #10182c;
}

	.join-pin-input:focus[b-u3lwulx1ie] {
		outline: none;
		border-color: #2f6fed;
		box-shadow: 0 0 0 0.2rem rgba(47, 111, 237, 0.15);
	}

.join-submit-btn[b-u3lwulx1ie] {
	padding: 0.65rem 1rem;
	font-size: 1rem;
	border-radius: 999px;
}
/* /Components/GamePlayer/Join.razor.rz.scp.css */
.join-page[b-xsrlcr0jos] {
    display: flex;
    justify-content: center;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 1rem 2.5rem;
    background-image: url('images/darklogobackground.png');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    border-radius: 15px;
}

.join-card[b-xsrlcr0jos] {
    width: 100%;
    max-width: 380px;
    background: #ffffff;
    border: 1px solid #e9edf5;
    border-radius: 14px;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}

.join-card__title[b-xsrlcr0jos] {
    font-size: 1.3rem;
    font-weight: 800;
    color: #10182c;
    margin: 0;
}

.join-card__avatar[b-xsrlcr0jos] {
    width:100px;
    align-self:center;
}

.join-card__subtitle[b-xsrlcr0jos] {
    color: #64748b;
    font-size: 0.9rem;
    margin: 0;
}

.join-card[b-xsrlcr0jos]  form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.join-nickname-input[b-xsrlcr0jos] {
    width: 100%;
    padding: 0.6rem 0.85rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 1.1rem;
    text-align: center;
    color: #10182c;
}

.join-nickname-input:focus[b-xsrlcr0jos] {
    outline: none;
    border-color: #2f6fed;
    box-shadow: 0 0 0 0.2rem rgba(47, 111, 237, 0.15);
}

.avatar-picker[b-xsrlcr0jos] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.avatar-image[b-xsrlcr0jos] {
    width: 50px;
    filter: grayscale(60%);
}

.avatar-btn[b-xsrlcr0jos] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    background: #ffffff;
    font-size: 1.3rem;
    cursor: pointer;
}

    .avatar-btn:hover[b-xsrlcr0jos] {
        border-color: #2f6fed;
        background: #0dcaf0;
    }

        .avatar-btn:hover img[b-xsrlcr0jos] {
            filter: grayscale(0%);
        }

.avatar-btn--selected[b-xsrlcr0jos] {
    border-color: #2f6fed;
    background: #0dcaf0;
}

    .avatar-btn--selected img[b-xsrlcr0jos] {
        filter: grayscale(0%);
    }

.join-submit-btn[b-xsrlcr0jos] {
    padding: 0.65rem 1rem;
    font-size: 1rem;
    border-radius: 999px;
}
/* /Components/GamePlayer/Play.razor.rz.scp.css */
.play-page[b-88e0y0jm4l] {
    display: flex;
    justify-content: center;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.1rem 1rem 2.5rem;
    background-image: url('images/darklogobackground.png');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    border-radius: 15px;
}

.play-page[b-88e0y0jm4l]  .alert {
    width: 100%;
}

.play-card[b-88e0y0jm4l] {
    background: #ffffff;
    border: 1px solid #e9edf5;
    border-radius: 14px;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    min-width: 40%;
    max-width: 75%;
}

.play-header[b-88e0y0jm4l] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.play-header__progress[b-88e0y0jm4l] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
}

.play-header__timer[b-88e0y0jm4l] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 1.3rem;
    font-weight: 800;
    color: #2f6fed;
}

.play-question-row[b-88e0y0jm4l] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.play-question-icon[b-88e0y0jm4l] {
    width: 72px;
    height: auto;
    flex-shrink: 0;
}

.play-question[b-88e0y0jm4l] {
    font-size: 1.25rem;
    font-weight: 800;
    color: #10182c;
    text-align: left;
    margin: 0;
}

.play-answers[b-88e0y0jm4l] {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
}

.play-answer[b-88e0y0jm4l] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.75rem 1.1rem;
    border: 2px solid transparent;
    border-radius: 12px;
    background: #f4f6fb;
    color: #10182c;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
}

.play-answer__badge[b-88e0y0jm4l] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    flex-shrink: 0;
    color: #ffffff;
    font-weight: 800;
    font-size: 0.9rem;
}

.play-answer__label[b-88e0y0jm4l] {
    flex: 1;
}

.play-answer:not(.play-answer--static):hover[b-88e0y0jm4l] {
    filter: brightness(0.96);
}

.play-answer--static[b-88e0y0jm4l] {
    cursor: default;
}

.play-answer--color-0[b-88e0y0jm4l] { background: #f1e9fe; }
.play-answer--color-1[b-88e0y0jm4l] { background: #fdeaea; }
.play-answer--color-2[b-88e0y0jm4l] { background: #fef3e2; }
.play-answer--color-3[b-88e0y0jm4l] { background: #e9f9ef; }
.play-answer--color-4[b-88e0y0jm4l] { background: #e8f0fe; }
.play-answer--color-5[b-88e0y0jm4l] { background: #e1f7f4; }
.play-answer--color-6[b-88e0y0jm4l] { background: #fce7f3; }
.play-answer--color-7[b-88e0y0jm4l] { background: #eaeafe; }

.play-answer__badge--color-0[b-88e0y0jm4l] { background: #7c3aed; }
.play-answer__badge--color-1[b-88e0y0jm4l] { background: #ef4444; }
.play-answer__badge--color-2[b-88e0y0jm4l] { background: #f59e0b; }
.play-answer__badge--color-3[b-88e0y0jm4l] { background: #22c55e; }
.play-answer__badge--color-4[b-88e0y0jm4l] { background: #2563eb; }
.play-answer__badge--color-5[b-88e0y0jm4l] { background: #0d9488; }
.play-answer__badge--color-6[b-88e0y0jm4l] { background: #db2777; }
.play-answer__badge--color-7[b-88e0y0jm4l] { background: #4f46e5; }

.play-answer--correct[b-88e0y0jm4l] {
    border-color: #16a34a;
}

.play-answer--mine[b-88e0y0jm4l] {
    border-color: #dc2626;
}

.play-answer__glow[b-88e0y0jm4l] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: auto;
    pointer-events: none;
}

.play-answer__glow--left[b-88e0y0jm4l] {
    left: -14px;
}

.play-answer__glow--right[b-88e0y0jm4l] {
    right: -14px;
}

.play-answer__status[b-88e0y0jm4l] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-weight: 800;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.play-answer__status--correct[b-88e0y0jm4l] {
    color: #16a34a;
}

.play-answer__status--incorrect[b-88e0y0jm4l] {
    color: #dc2626;
}

.play-divider[b-88e0y0jm4l] {
    width: 100%;
    border: none;
    border-top: 1px solid #e9edf5;
    margin: 0;
}

.play-waiting[b-88e0y0jm4l] {
    color: #64748b;
    text-align: center;
    margin: 0;
}

.play-feedback[b-88e0y0jm4l] {
    font-weight: 700;
    margin: 0;
}

.play-feedback--incorrect[b-88e0y0jm4l] {
    color: #dc2626;
}
/* /Components/GamePlayer/Result.razor.rz.scp.css */
.result-page[b-gxx29u4hjh] {
    display: flex;
    justify-content: center;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.1rem 1rem 2.5rem;
    background-image: url('images/darklogobackground.png');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    border-radius: 15px;
}

.result-card[b-gxx29u4hjh] {
    background: #ffffff;
    border: 1px solid #e9edf5;
    border-radius: 14px;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    min-width: 40%;
}

.result-card__title[b-gxx29u4hjh] {
    font-size: 1.3rem;
    font-weight: 800;
    color: #10182c;
    text-align: center;
    margin: 0;
}

.result-card__score[b-gxx29u4hjh] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2f6fed;
    margin: 0;
}
/* /Components/GameSession/Index.razor.rz.scp.css */
.host-shell[b-rasko8ksi6] {
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.75rem;
	padding: 3rem 1rem 2.5rem;
	background-image: url('images/darklogobackground.png');
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	border-radius: 15px;
}

.host-brand[b-rasko8ksi6] {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
}

.host-brand__tagline[b-rasko8ksi6] {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.1rem;
	margin: 0;
}

	.host-brand__tagline[b-rasko8ksi6]::before,
	.host-brand__tagline[b-rasko8ksi6]::after {
		content: "—";
		color: #f5c542;
	}

.host-brand__account[b-rasko8ksi6] {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin: 0;
}

.host-brand__account-email[b-rasko8ksi6] {
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.85rem;
}

.host-brand__logout[b-rasko8ksi6] {
	border: none;
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	padding: 0.3rem 0.75rem;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 600;
	cursor: pointer;
}

.host-brand__logout:hover[b-rasko8ksi6] {
	background: rgba(255, 255, 255, 0.22);
}

.host-alert[b-rasko8ksi6] {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 960px;
}

.host-card[b-rasko8ksi6] {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 960px;
	background: #ffffff;
	border-radius: 20px;
	padding: 2rem;
	box-shadow: 0 24px 60px rgba(5, 15, 60, 0.35);
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.host-card__title[b-rasko8ksi6] {
	font-size: 1.4rem;
	font-weight: 800;
	color: #10182c;
	margin: 0;
}

.host-card__subtitle[b-rasko8ksi6] {
	color: #64748b;
	font-size: 0.9rem;
	margin: 0.25rem 0 0;
}

.host-card--picker[b-rasko8ksi6] {
	background: linear-gradient(180deg, #eaf2ff 0%, #ffffff 40%);
}

.host-picker__banner[b-rasko8ksi6] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

.host-picker__logo[b-rasko8ksi6] {
	width: 130px;
	height: auto;
	flex-shrink: 0;
}

.host-picker__heading[b-rasko8ksi6] {
	flex: 1;
	text-align: center;
}

.host-picker__heading .host-card__title[b-rasko8ksi6] {
	font-size: 1.9rem;
}

.host-picker__heading .host-card__subtitle[b-rasko8ksi6] {
	font-size: 1rem;
}

.host-picker__mascot[b-rasko8ksi6] {

	width: 150px;
	height: auto;
	flex-shrink: 0;
}

.host-picker__toolbar[b-rasko8ksi6] {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.85rem;
}

.host-picker__search[b-rasko8ksi6] {
	position: relative;
	flex: 1 1 500px;
}

.host-picker__search svg[b-rasko8ksi6] {
	position: absolute;
	top: 50%;
	left: 0.9rem;
	transform: translateY(-50%);
	color: #94a3b8;
	pointer-events: none;
}

.host-picker__search .form-control[b-rasko8ksi6] {
	padding-left: 2.5rem;
	border-radius: 999px;
}

.host-picker__theme-filter[b-rasko8ksi6] {
	min-width: 180px;
	border-radius: 999px;
}

.host-picker__count[b-rasko8ksi6] {
	flex-shrink: 0;
	padding: 0.5rem 1rem;
	border-radius: 999px;
	background: #eaf1ff;
	color: #2f6fed;
	font-weight: 700;
	font-size: 0.85rem;
	white-space: nowrap;
}

.host-quiz-list[b-rasko8ksi6] {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.host-quiz-card[b-rasko8ksi6] {
	display: flex;
	align-items: baseline;
	gap: 1.1rem;
	padding: 1rem 1.25rem;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 6px 20px rgba(15, 35, 95, 0.06);
}

.host-quiz-card__icon[b-rasko8ksi6] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	flex-shrink: 0;
	color:white;
}

.host-quiz-card__icon img[b-rasko8ksi6] {
	width: 30px;
	height: 30px;
	filter: brightness(0) invert(1);
}

.host-quiz-card__text[b-rasko8ksi6] {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.host-quiz-card__title[b-rasko8ksi6] {
	font-weight: 800;
	font-size: 1.05rem;
	color: #10182c;
}

.host-quiz-card__desc[b-rasko8ksi6] {
	color: #64748b;
	font-size: 0.88rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.host-quiz-card__meta[b-rasko8ksi6] {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-top: 0.3rem;
}

.host-quiz-card__meta-item[b-rasko8ksi6] {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	padding: 0.25rem 0.65rem;
	border-radius: 999px;
	background: #eef1f8;
	color: #475569;
	font-size: 0.78rem;
	font-weight: 600;
}

.host-quiz-card__launch[b-rasko8ksi6] {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	flex-shrink: 0;
	padding: 0.65rem 1.4rem;
	border-radius: 999px;
	font-weight: 700;
}

.host-lobby[b-rasko8ksi6] {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 2rem;
}

.host-lobby__main[b-rasko8ksi6] {
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
}

.host-pin-block[b-rasko8ksi6] {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	align-items: center;
}

.host-pin-block__label[b-rasko8ksi6] {
	font-size: 0.8rem;
	font-weight: 700;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.host-pin-block__row[b-rasko8ksi6] {
	display: flex;
	align-items: center;
	gap: 0.85rem;
}

.host-pin-block__code[b-rasko8ksi6] {
	font-size: 3.4rem;
	font-weight: 800;
	color: #2f6fed;
	letter-spacing: 0.08em;
	line-height: 1.1;
}

.host-pin-block__glow[b-rasko8ksi6] {
	width: 28px;
	height: auto;
	flex-shrink: 0;
}

.host-hint[b-rasko8ksi6] {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	background: #eef3ff;
	border-radius: 12px;
	padding: 0.85rem 1rem;
}

.host-hint__icon[b-rasko8ksi6] {
	font-size: 1.2rem;
}

.host-hint__text[b-rasko8ksi6] {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	font-size: 0.9rem;
	color: #10182c;
}

.host-hint__link[b-rasko8ksi6] {
	color: #2f6fed;
	text-decoration: none;
	font-size: 1rem;
	font-weight:600;
}

.host-hint__sub[b-rasko8ksi6] {
	color: #64748b;
	font-size: 0.85rem;
}

.host-info-row[b-rasko8ksi6] {
	display: flex;
	align-items: center;
	gap: 0.85rem;
}

.host-info-row__icon[b-rasko8ksi6] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #ffe682;
	font-size: 1.2rem;
	flex-shrink: 0;
}

.quiz-image[b-rasko8ksi6] {
	width: 30px;
}

.players-image[b-rasko8ksi6] {
	width: 30px;
}

.host-info-row__icon--players[b-rasko8ksi6] {
	background: #ffe682;
}

.host-info-row__text[b-rasko8ksi6] {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.host-info-row__title[b-rasko8ksi6] {
	font-weight: 700;
	color: #10182c;
}

.host-info-row__meta[b-rasko8ksi6] {
	font-size: 0.85rem;
	color: #64748b;
}

.host-players__list[b-rasko8ksi6] {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-top: 0.15rem;
}

.player-chip[b-rasko8ksi6] {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.3rem 0.7rem;
	border-radius: 999px;
	background: #f4f6fb;
	color: #10182c;
	font-weight: 600;
	font-size: 0.85rem;
}

.avatar-image[b-rasko8ksi6] {
	width: 50px;
}

.host-start-btn[b-rasko8ksi6] {
	padding: 0.75rem 1.5rem;
	font-size: 1.05rem;
	font-weight: 700;
	border-radius: 999px;
	margin-top: 0.25rem;
}

.host-lobby__qr[b-rasko8ksi6] {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.5rem;
	padding: 1.25rem;
	background: #f8faff;
	border: 1px solid #e9edf5;
	border-radius: 16px;
}

.host-lobby__qr-title[b-rasko8ksi6] {
	font-weight: 800;
	color: #2f6fed;
	font-size: 1.05rem;
}

.host-lobby__qr-subtitle[b-rasko8ksi6] {
	color: #64748b;
	font-size: 0.85rem;
	margin: 0;
}

.host-lobby__qr-image[b-rasko8ksi6] {
	width: 100%;
	max-width: 220px;
	height: auto;
	background: #ffffff;
	border: 1px solid #e9edf5;
	border-radius: 12px;
	padding: 0.6rem;
}

.host-lobby__qr-caption-img[b-rasko8ksi6] {
	width: 100%;
	max-width: 220px;
	height: auto;
}

.host-features[b-rasko8ksi6] {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 960px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.5rem;
	padding-top: 0.3rem;
}

.host-feature[b-rasko8ksi6] {
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

.host-feature__image[b-rasko8ksi6] {
	width:80px;
}

.host-feature__text[b-rasko8ksi6] {
	display: flex;
	flex-direction: column;
	gap: 0.05rem;
}

.host-feature__title[b-rasko8ksi6] {
	color: #ffffff;
	font-weight: 700;
	font-size: 0.9rem;
}

.host-feature__desc[b-rasko8ksi6] {
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.78rem;
}

@media (max-width: 720px) {
	.host-lobby[b-rasko8ksi6] {
		grid-template-columns: 1fr;
	}

	.host-pin-block__code[b-rasko8ksi6] {
		font-size: 2.6rem;
	}

	.host-picker__banner[b-rasko8ksi6] {
		flex-direction: column;
		text-align: center;
	}

	.host-picker__mascot[b-rasko8ksi6] {
		display: none;
	}

	.host-quiz-card[b-rasko8ksi6] {
		flex-wrap: wrap;
	}

	.host-quiz-card__launch[b-rasko8ksi6] {
		width: 100%;
		justify-content: center;
	}
}
/* /Components/GameSession/Playground.razor.rz.scp.css */
.playground-page[b-czskaj4de2] {

    display: flex;
    justify-content: center;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.1rem 1rem 2.5rem;
    background-image: url('images/darklogobackground.png');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    border-radius: 15px;
}

.playground-page[b-czskaj4de2]  .alert {
    width: 100%;
}

.playground-card[b-czskaj4de2] {
    background: #ffffff;
    border: 1px solid #e9edf5;
    border-radius: 14px;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    min-width: 40%;
    max-width: 75%;
}

.playground-header[b-czskaj4de2] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.playground-header__progress[b-czskaj4de2] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #64748b;
}

.playground-header__timer[b-czskaj4de2] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 1.5rem;
    font-weight: 800;
    color: #2f6fed;
}

.playground-question-row[b-czskaj4de2] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.playground-question-icon[b-czskaj4de2] {
    width: 96px;
    height: auto;
    flex-shrink: 0;
}

.playground-question[b-czskaj4de2] {
    font-size: 1.5rem;
    font-weight: 800;
    color: #10182c;
    text-align: left;
    margin: 0;
}

.playground-answers[b-czskaj4de2] {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.playground-answer[b-czskaj4de2] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 1.25rem;
    border-radius: 12px;
    border: 2px solid transparent;
    background: #f4f6fb;
    color: #10182c;
    font-weight: 600;
    box-sizing: border-box;
}

.playground-answer__badge[b-czskaj4de2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    flex-shrink: 0;
    color: #ffffff;
    font-weight: 800;
}

.playground-answer__label[b-czskaj4de2] {
    flex: 1;
}

.playground-answer--color-0[b-czskaj4de2] { background: #f1e9fe; }
.playground-answer--color-1[b-czskaj4de2] { background: #fdeaea; }
.playground-answer--color-2[b-czskaj4de2] { background: #fef3e2; }
.playground-answer--color-3[b-czskaj4de2] { background: #e9f9ef; }
.playground-answer--color-4[b-czskaj4de2] { background: #e8f0fe; }
.playground-answer--color-5[b-czskaj4de2] { background: #e1f7f4; }
.playground-answer--color-6[b-czskaj4de2] { background: #fce7f3; }
.playground-answer--color-7[b-czskaj4de2] { background: #eaeafe; }

.playground-answer__badge--color-0[b-czskaj4de2] { background: #7c3aed; }
.playground-answer__badge--color-1[b-czskaj4de2] { background: #ef4444; }
.playground-answer__badge--color-2[b-czskaj4de2] { background: #f59e0b; }
.playground-answer__badge--color-3[b-czskaj4de2] { background: #22c55e; }
.playground-answer__badge--color-4[b-czskaj4de2] { background: #2563eb; }
.playground-answer__badge--color-5[b-czskaj4de2] { background: #0d9488; }
.playground-answer__badge--color-6[b-czskaj4de2] { background: #db2777; }
.playground-answer__badge--color-7[b-czskaj4de2] { background: #4f46e5; }

.playground-answer--correct[b-czskaj4de2] {
    border-color: #16a34a;
}

.playground-answer__glow[b-czskaj4de2] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: auto;
    pointer-events: none;
}

.playground-answer__glow--left[b-czskaj4de2] {
    left: -17px;
}

.playground-answer__glow--right[b-czskaj4de2] {
    right: -17px;
}

.playground-answer__status[b-czskaj4de2] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: #16a34a;
    font-weight: 800;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.playground-answer-count[b-czskaj4de2] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #64748b;
    font-size: 0.9rem;
    margin: 0;
}

.playground-divider[b-czskaj4de2] {
    width: 100%;
    border: none;
    border-top: 1px solid #e9edf5;
    margin: 0;
}

.playground-action-btn[b-czskaj4de2] {
    padding: 0.65rem 2rem;
    font-size: 1.05rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    border-radius: 999px;
    font-weight: 700;
}
/* /Components/GameSession/Result.razor.rz.scp.css */
.result-page[b-m2jgh52db4] {
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.75rem;
	padding: 3rem 1rem 2.5rem;
	background-image: url('images/darklogobackground.png');
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
	border-radius: 15px;
}

.result-brand[b-m2jgh52db4] {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
}

.result-brand__tagline[b-m2jgh52db4] {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.1rem;
	margin: 0;
}
	.result-brand__tagline[b-m2jgh52db4]::before,
	.result-brand__tagline[b-m2jgh52db4]::after {
		content: "—";
		color: #f5c542;
	}

.result-card[b-m2jgh52db4] {
	background: #ffffff;
	border: 1px solid #e9edf5;
	border-radius: 14px;
	padding: 1.75rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
	min-width: 40%;
}

.result-card__title[b-m2jgh52db4] {
	font-size: 1.4rem;
	font-weight: 800;
	color: #10182c;
	text-align: center;
	margin: 0;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-gtqjy7v8it] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-gtqjy7v8it] {
    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-gtqjy7v8it] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-t0ul4r6gap],
.components-reconnect-repeated-attempt-visible[b-t0ul4r6gap],
.components-reconnect-failed-visible[b-t0ul4r6gap],
.components-pause-visible[b-t0ul4r6gap],
.components-resume-failed-visible[b-t0ul4r6gap],
.components-rejoining-animation[b-t0ul4r6gap] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-t0ul4r6gap {
    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/Leaderboard.razor.rz.scp.css */
.leaderboard[b-4485ush2c0] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.leaderboard-title[b-4485ush2c0] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: #2f6fed;
    margin-bottom: 0.25rem;
}

.leaderboard-title__icon[b-4485ush2c0] {
    font-size: 1.2rem;
}

.leaderboard-title__decor[b-4485ush2c0] {
    color: #93c5fd;
    font-size: 0.9rem;
}

.leaderboard-podium[b-4485ush2c0] {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

.leaderboard-podium__card[b-4485ush2c0] {
    position: relative;
    flex: 1 1 140px;
    max-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 1.5rem 0.85rem 1rem;
    border-radius: 14px;
    border: 1px solid transparent;
    background: #f4f6fb;
}

.leaderboard-podium__card--highlighted[b-4485ush2c0] {
    outline: 2px solid #2f6fed;
}

.leaderboard-podium__card--rank-1[b-4485ush2c0] {
    order: 2;
    padding-top: 1.9rem;
    background: #fffbea;
    border-color: #f5d886;
}

.leaderboard-podium__card--rank-2[b-4485ush2c0] {
    order: 1;
    background: #eaf1ff;
    border-color: #cfe0ff;
}

.leaderboard-podium__card--rank-3[b-4485ush2c0] {
    order: 3;
    background: #fff1e6;
    border-color: #ffd9b8;
}

.leaderboard-podium__crown[b-4485ush2c0] {
    position: absolute;
    top: -0.6rem;
    font-size: 1.5rem;
}

.leaderboard-podium__badge[b-4485ush2c0] {
    position: absolute;
    top: 0.6rem;
    left: 0.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 800;
    font-size: 0.75rem;
}

.leaderboard-podium__card--rank-1 .leaderboard-podium__badge[b-4485ush2c0] {
    background: #f5b942;
}

.leaderboard-podium__card--rank-2 .leaderboard-podium__badge[b-4485ush2c0] {
    background: #a8b4c4;
}

.leaderboard-podium__card--rank-3 .leaderboard-podium__badge[b-4485ush2c0] {
    background: #d38b5d;
}

.leaderboard-podium__avatar[b-4485ush2c0] {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.leaderboard-podium__nickname[b-4485ush2c0] {
    font-weight: 800;
    color: #10182c;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leaderboard-podium__score[b-4485ush2c0] {
    font-weight: 800;
    font-size: 1.05rem;
}

.leaderboard-podium__card--rank-1 .leaderboard-podium__score[b-4485ush2c0] {
    color: #8b5cf6;
}

.leaderboard-podium__card--rank-2 .leaderboard-podium__score[b-4485ush2c0] {
    color: #2f6fed;
}

.leaderboard-podium__card--rank-3 .leaderboard-podium__score[b-4485ush2c0] {
    color: #f97316;
}

.leaderboard-podium__bar[b-4485ush2c0] {
    width: 100%;
    height: 6px;
    border-radius: 999px;
    background: rgba(16, 24, 44, 0.08);
    overflow: hidden;
    margin-top: 0.15rem;
}

.leaderboard-podium__bar-fill[b-4485ush2c0] {
    height: 100%;
    border-radius: 999px;
}

.leaderboard-podium__card--rank-1 .leaderboard-podium__bar-fill[b-4485ush2c0] {
    background: #8b5cf6;
}

.leaderboard-podium__card--rank-2 .leaderboard-podium__bar-fill[b-4485ush2c0] {
    background: #2f6fed;
}

.leaderboard-podium__card--rank-3 .leaderboard-podium__bar-fill[b-4485ush2c0] {
    background: #f97316;
}

.leaderboard-row[b-4485ush2c0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 1rem;
    border-radius: 10px;
    background: #f4f6fb;
}

.leaderboard-row--highlighted[b-4485ush2c0] {
    background: #eaf1ff;
    outline: 2px solid #2f6fed;
}

.leaderboard-row__rank[b-4485ush2c0] {
    font-weight: 800;
    color: #64748b;
    min-width: 1.5rem;
}

.leaderboard-row__avatar[b-4485ush2c0] {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.avatar-image[b-4485ush2c0] {
    width: 40px;
}

.leaderboard-row__nickname[b-4485ush2c0] {
    font-weight: 600;
    color: #10182c;
    text-align: left;
    min-width: 0;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 0;
}

.leaderboard-row__bar[b-4485ush2c0] {
    flex: 1 1 auto;
    height: 8px;
    border-radius: 999px;
    background: rgba(47, 111, 237, 0.12);
    overflow: hidden;
}

.leaderboard-row__bar-fill[b-4485ush2c0] {
    height: 100%;
    border-radius: 999px;
    background: #2f6fed;
}

.leaderboard-row__score[b-4485ush2c0] {
    flex-shrink: 0;
    min-width: 4.5rem;
    text-align: right;
    font-weight: 700;
    color: #2f6fed;
}
