/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-yq608hvsfz] {
    min-height: 100vh;
    background: #130f20;
}

.top-nav[b-yq608hvsfz] {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    padding: 0 28px;
    border-bottom: 1px solid rgba(232, 200, 107, 0.14);
    background: rgba(19, 15, 32, 0.86);
    backdrop-filter: blur(12px);
}

.brand[b-yq608hvsfz] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: linear-gradient(135deg, #ffe79b, #c8892d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-decoration: none;
}

.brand-mark[b-yq608hvsfz] {
    color: #e8c86b;
    transition: transform 160ms ease;
}

.brand:hover .brand-mark[b-yq608hvsfz],
.brand:focus-visible .brand-mark[b-yq608hvsfz] {
    transform: rotate(12deg);
}

.nav-link[b-yq608hvsfz] {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 6px;
    color: #f8f1d6;
    font-weight: 700;
    text-decoration: none;
}

.nav-button[b-yq608hvsfz] {
    border: 0;
    background: transparent;
    font: inherit;
    cursor: pointer;
}

.nav-link:hover[b-yq608hvsfz],
.nav-link:focus-visible[b-yq608hvsfz],
.nav-link.active[b-yq608hvsfz] {
    color: #201429;
    background: linear-gradient(135deg, #ffe79b, #be7928);
    box-shadow: 0 0 26px rgba(232, 200, 107, 0.26);
}

.nav-link:focus-visible[b-yq608hvsfz] {
    outline: 3px solid rgba(232, 200, 107, 0.25);
    outline-offset: 2px;
}

.nav-link-muted[b-yq608hvsfz] {
    border: 1px solid rgba(164, 92, 222, 0.44);
    background: rgba(34, 25, 52, 0.56);
}

.nav-link-strong[b-yq608hvsfz] {
    background: linear-gradient(135deg, #ffe79b, #be7928);
    box-shadow: 0 0 24px rgba(232, 200, 107, 0.24);
    color: #201429;
}

.page-content[b-yq608hvsfz] {
    min-height: calc(100vh - 64px);
    display: flex;
    flex-direction: column;
}

@media (max-width: 520px) {
    .top-nav[b-yq608hvsfz] {
        min-height: 58px;
        padding: 0 18px;
    }

    .page-content[b-yq608hvsfz] {
        min-height: calc(100vh - 58px);
        display: flex;
        flex-direction: column;
    }
}


#blazor-error-ui[b-yq608hvsfz] {
    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-yq608hvsfz] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6mpnhw04xk],
.components-reconnect-repeated-attempt-visible[b-6mpnhw04xk],
.components-reconnect-failed-visible[b-6mpnhw04xk],
.components-pause-visible[b-6mpnhw04xk],
.components-resume-failed-visible[b-6mpnhw04xk],
.components-rejoining-animation[b-6mpnhw04xk] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-6mpnhw04xk],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-6mpnhw04xk],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-6mpnhw04xk],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-6mpnhw04xk],
#components-reconnect-modal.components-reconnect-retrying[b-6mpnhw04xk],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-6mpnhw04xk],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-6mpnhw04xk],
#components-reconnect-modal.components-reconnect-failed[b-6mpnhw04xk],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-6mpnhw04xk] {
    display: block;
}


#components-reconnect-modal[b-6mpnhw04xk] {
    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-6mpnhw04xk 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-6mpnhw04xk 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-6mpnhw04xk 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-6mpnhw04xk]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-6mpnhw04xk 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-6mpnhw04xk {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-6mpnhw04xk {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-6mpnhw04xk {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-6mpnhw04xk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-6mpnhw04xk] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-6mpnhw04xk] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-6mpnhw04xk] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-6mpnhw04xk] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-6mpnhw04xk] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-6mpnhw04xk] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-6mpnhw04xk 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-6mpnhw04xk] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-6mpnhw04xk {
    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/Authentication/Login.razor.rz.scp.css */
.login-page[b-vphvuqu325] {
    min-height: calc(100vh - 64px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    background: radial-gradient(ellipse at top, #342158 0%, #130f20 62%);
    color: #f8f1d6;
    overflow: hidden;
}

.login-art[b-vphvuqu325] {
    position: relative;
    min-height: calc(100vh - 64px);
    overflow: hidden;
}

.login-art img[b-vphvuqu325] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.login-art-overlay[b-vphvuqu325] {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(19, 15, 32, 0.4), rgba(19, 15, 32, 0.62) 46%, #130f20 100%),
        radial-gradient(circle at 44% 34%, rgba(178, 117, 255, 0.18), transparent 34%);
}

blockquote[b-vphvuqu325] {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0;
    padding: 48px;
    max-width: 560px;
}

blockquote p[b-vphvuqu325] {
    margin: 0;
    color: rgba(248, 241, 214, 0.92);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.55rem;
    line-height: 1.55;
}

blockquote footer[b-vphvuqu325] {
    margin-top: 16px;
    color: rgba(248, 241, 214, 0.58);
    font-size: 0.92rem;
}

.login-form-side[b-vphvuqu325] {
    min-height: calc(100vh - 64px);
    display: grid;
    place-items: center;
    padding: 48px;
}

.login-panel[b-vphvuqu325] {
    width: min(100%, 448px);
}

.mobile-brand[b-vphvuqu325] {
    display: none;
}

.login-copy[b-vphvuqu325] {
    margin-bottom: 32px;
}

h1[b-vphvuqu325] {
    margin: 0;
    background: linear-gradient(135deg, #ffe79b, #c8892d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.02em;
}

.subtitle[b-vphvuqu325] {
    margin: 10px 0 0;
    color: rgba(248, 241, 214, 0.62);
    line-height: 1.5;
}

form[b-vphvuqu325] {
    display: grid;
    gap: 18px;
}

.field[b-vphvuqu325] {
    display: grid;
    gap: 8px;
}

label[b-vphvuqu325] {
    color: rgba(248, 241, 214, 0.88);
    font-size: 0.92rem;
    font-weight: 700;
}

/* .input styles live in app.css — InputText renders without scoped attribute */

.validation-message[b-vphvuqu325] {
    color: #ffb49f;
}

.alert[b-vphvuqu325] {
    border: 1px solid rgba(240, 112, 86, 0.52);
    border-radius: 8px;
    padding: 11px 12px;
    background: rgba(95, 28, 26, 0.5);
    color: #ffd7ce;
    line-height: 1.4;
}

.submit-button[b-vphvuqu325] {
    margin-top: 16px;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 8px;
    padding: 0 18px;
    background: linear-gradient(135deg, #ffe79b, #be7928);
    box-shadow: 0 0 30px rgba(232, 200, 107, 0.34);
    color: #201429;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    transition:
        transform 160ms ease,
        box-shadow 160ms ease;
}

.submit-button:hover:not(:disabled)[b-vphvuqu325],
.submit-button:focus-visible:not(:disabled)[b-vphvuqu325] {
    transform: translateY(-1px);
    box-shadow: 0 0 42px rgba(232, 200, 107, 0.52);
}

.submit-button:focus-visible[b-vphvuqu325] {
    outline: 3px solid rgba(232, 200, 107, 0.28);
    outline-offset: 3px;
}

.submit-button:disabled[b-vphvuqu325] {
    cursor: wait;
    opacity: 0.75;
}

.auth-footer[b-vphvuqu325] {
    margin: 24px 0 0;
    color: rgba(248, 241, 214, 0.58);
    font-size: 0.95rem;
    text-align: center;
}

.auth-footer a[b-vphvuqu325] {
    color: #e8c86b;
    font-weight: 700;
    text-decoration: none;
}

.auth-footer a:hover[b-vphvuqu325],
.auth-footer a:focus-visible[b-vphvuqu325] {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .login-page[b-vphvuqu325] {
        grid-template-columns: 1fr;
    }

    .login-art[b-vphvuqu325] {
        display: none;
    }

    .login-form-side[b-vphvuqu325] {
        min-height: calc(100vh - 64px);
        padding: 40px 24px;
    }

    .mobile-brand[b-vphvuqu325] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        margin-bottom: 32px;
        background: linear-gradient(135deg, #ffe79b, #c8892d);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 1.2rem;
        font-weight: 800;
        letter-spacing: 0.12em;
    }

    .mobile-brand-mark[b-vphvuqu325] {
        color: #e8c86b;
    }
}

@media (max-width: 520px) {
    .login-page[b-vphvuqu325],
    .login-form-side[b-vphvuqu325] {
        min-height: calc(100vh - 58px);
    }

    .login-form-side[b-vphvuqu325] {
        align-content: center;
        padding: 32px 18px;
    }

    h1[b-vphvuqu325] {
        font-size: 2.2rem;
    }
}
/* /Components/Pages/GameScreenOne.razor.rz.scp.css */
.play-page[b-lsa914dotf] {
    flex: 1;
    min-height: 100%;
    background:
        linear-gradient(180deg, rgba(19, 15, 32, 0.94), rgba(20, 19, 28, 0.98)),
        url("/assets/hero-fantasy.jpg") center/cover fixed;
    background-color: #130f20;
    color: #f8f1d6;
}

.play-loading[b-lsa914dotf] {
    flex: 1;
    min-height: 100%;
    display: grid;
    place-items: center;
    background: #130f20;
}

.loading-mark[b-lsa914dotf] {
    width: 34px;
    height: 34px;
    border: 3px solid rgba(232, 200, 107, 0.25);
    border-top-color: #e8c86b;
    border-radius: 50%;
    animation: spin-b-lsa914dotf 900ms linear infinite;
}

.save-button[b-lsa914dotf] {
    width: 100%;
    margin-top: 12px;
}

.link-button[b-lsa914dotf],
.rune-button[b-lsa914dotf],
.hero-button[b-lsa914dotf],
.roster-item[b-lsa914dotf] {
    font: inherit;
    cursor: pointer;
}

.link-button[b-lsa914dotf] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    color: rgba(248, 241, 214, 0.72);
    font-size: 0.9rem;
}

.link-button:hover[b-lsa914dotf],
.link-button:focus-visible[b-lsa914dotf] {
    color: #f8f1d6;
}

.rune-button[b-lsa914dotf],
.hero-button[b-lsa914dotf] {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    padding: 0 16px;
    font-weight: 800;
    transition:
        transform 160ms ease,
        border-color 160ms ease,
        box-shadow 160ms ease,
        background 160ms ease;
}

.rune-button[b-lsa914dotf] {
    border: 1px solid rgba(164, 92, 222, 0.52);
    background: rgba(34, 25, 52, 0.72);
    background: rgba(34, 25, 52, 0.72);
    color: #f8f1d6;
}

.hero-button[b-lsa914dotf] {
    min-height: 48px;
    border: 0;
    background: linear-gradient(135deg, #ffe79b, #be7928);
    box-shadow: 0 0 30px rgba(232, 200, 107, 0.32);
    color: #201429;
}

.rune-button.large[b-lsa914dotf] {
    min-height: 48px;
}

.rune-button:hover:not(:disabled)[b-lsa914dotf],
.hero-button:hover:not(:disabled)[b-lsa914dotf],
.roster-item:hover[b-lsa914dotf],
.roster-item:focus-visible[b-lsa914dotf] {
    transform: translateY(-1px);
}

.rune-button:disabled[b-lsa914dotf],
.hero-button:disabled[b-lsa914dotf] {
    cursor: not-allowed;
    opacity: 0.62;
}

.status-message[b-lsa914dotf] {
    width: min(100% - 32px, 1180px);
    margin: 16px auto 0;
    padding: 10px 12px;
    border: 1px solid rgba(232, 200, 107, 0.34);
    border-radius: 8px;
    background: rgba(34, 25, 52, 0.8);
    color: #f8f1d6;
}

.play-layout[b-lsa914dotf] {
    width: min(100% - 32px, 1180px);
    margin: 0 auto;
    padding: 24px 0;
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 18px;
}

.side-panel[b-lsa914dotf] {
    display: grid;
    align-content: start;
    gap: 14px;
}

.panel[b-lsa914dotf],
.game-stage[b-lsa914dotf] {
    border: 1px solid rgba(164, 92, 222, 0.38);
    border-radius: 8px;
    background: rgba(34, 25, 52, 0.68);
    backdrop-filter: blur(10px);
}

.panel[b-lsa914dotf] {
    padding: 18px;
}

.panel-kicker[b-lsa914dotf] {
    margin: 0 0 12px;
    color: rgba(248, 241, 214, 0.62);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-summary[b-lsa914dotf] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-copy[b-lsa914dotf] {
    min-width: 0;
    flex: 1;
}

.hero-copy h1[b-lsa914dotf] {
    margin: 0;
    overflow: hidden;
    background: linear-gradient(135deg, #ffe79b, #c8892d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.65rem;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hero-copy p[b-lsa914dotf] {
    margin: 6px 0 0;
    color: rgba(248, 241, 214, 0.62);
    font-size: 0.8rem;
}

.hero-avatar[b-lsa914dotf],
.roster-avatar[b-lsa914dotf] {
    border: 1px solid rgba(164, 92, 222, 0.5);
    border-radius: 50%;
    background: #2b2138;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.hero-avatar[b-lsa914dotf] {
    width: 56px;
    height: 56px;
}

.roster-avatar[b-lsa914dotf] {
    width: 36px;
    height: 36px;
}

.meter-panel[b-lsa914dotf] {
    display: grid;
    gap: 16px;
}

.meter-label[b-lsa914dotf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 7px;
    color: rgba(248, 241, 214, 0.72);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.meter-track[b-lsa914dotf] {
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(248, 241, 214, 0.12);
}

.meter-fill[b-lsa914dotf] {
    height: 100%;
    border-radius: inherit;
    transition: width 220ms ease;
}

.meter-fill-health[b-lsa914dotf] {
    background: #d94a5f;
}

.meter-fill-stamina[b-lsa914dotf] {
    background: #3b9cd8;
}

.meter-fill-xp[b-lsa914dotf] {
    background: linear-gradient(90deg, #e8c86b, #c8892d);
}

.stat-grid[b-lsa914dotf] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.stat-chip span[b-lsa914dotf] {
    display: block;
    margin-bottom: 4px;
    color: rgba(248, 241, 214, 0.62);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.stat-chip strong[b-lsa914dotf] {
    display: block;
    overflow-wrap: anywhere;
    color: #f8f1d6;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.15rem;
}

.roster-list[b-lsa914dotf] {
    display: grid;
    gap: 8px;
}

.roster-item[b-lsa914dotf] {
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid rgba(248, 241, 214, 0.12);
    border-radius: 8px;
    padding: 8px 10px;
    background: rgba(19, 15, 32, 0.38);
    color: #f8f1d6;
    text-align: left;
}

.roster-item.active[b-lsa914dotf] {
    border-color: rgba(232, 200, 107, 0.62);
    background: rgba(232, 200, 107, 0.12);
}

.roster-item span[b-lsa914dotf] {
    min-width: 0;
}

.roster-item strong[b-lsa914dotf],
.roster-item small[b-lsa914dotf] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.roster-item small[b-lsa914dotf] {
    margin-top: 3px;
    color: rgba(248, 241, 214, 0.56);
    font-size: 0.68rem;
    text-transform: uppercase;
}


.game-stage[b-lsa914dotf] {
    min-height: min(72vh, 760px);
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(34, 25, 52, 0.55), rgba(19, 15, 32, 0.88)),
        rgba(34, 25, 52, 0.74);
}

.stage-content[b-lsa914dotf] {
    min-height: 440px;
    display: grid;
    padding: 18px;
    text-align: center;
}

.stage-state[b-lsa914dotf],
.combat-state[b-lsa914dotf] {
    width: min(100%, 440px);
}

.location-pill[b-lsa914dotf] {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: 18px;
    border: 1px solid rgba(164, 92, 222, 0.48);
    border-radius: 999px;
    padding: 0 12px;
    background: rgba(34, 25, 52, 0.7);
    color: rgba(248, 241, 214, 0.72);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.stage-content h2[b-lsa914dotf] {
    margin: 0;
    color: #f8f1d6;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.3rem, 5vw, 4rem);
    line-height: 1;
}

.stage-content p:not(.panel-kicker)[b-lsa914dotf] {
    margin: 18px auto 0;
    max-width: 420px;
    color: rgba(248, 241, 214, 0.66);
    line-height: 1.6;
}

.stage-actions[b-lsa914dotf] {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.enemy-health[b-lsa914dotf] {
    margin-top: 28px;
}

.canvas-stage[b-lsa914dotf] {
    min-width: 0;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 12px;
}

.canvas-toolbar[b-lsa914dotf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.canvas-toolbar .location-pill[b-lsa914dotf] {
    margin-bottom: 0;
}

.canvas-hint[b-lsa914dotf] {
    color: rgba(248, 241, 214, 0.58);
    font-size: 0.82rem;
    font-weight: 700;
}

.volume-control[b-lsa914dotf] {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    flex-shrink: 0;
}

.volume-icon[b-lsa914dotf] {
    color: rgba(248, 241, 214, 0.55);
    font-size: 0.9rem;
    line-height: 1;
    user-select: none;
}

.volume-slider[b-lsa914dotf] {
    -webkit-appearance: none;
    appearance: none;
    width: 88px;
    height: 4px;
    border-radius: 999px;
    background: rgba(248, 241, 214, 0.18);
    outline: none;
    cursor: pointer;
}

.volume-slider[b-lsa914dotf]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffe79b, #c8892d);
    box-shadow: 0 0 6px rgba(232, 200, 107, 0.45);
    cursor: pointer;
    transition: transform 120ms ease;
}

.volume-slider[b-lsa914dotf]::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffe79b, #c8892d);
    box-shadow: 0 0 6px rgba(232, 200, 107, 0.45);
    cursor: pointer;
    transition: transform 120ms ease;
}

.volume-slider[b-lsa914dotf]::-webkit-slider-thumb:hover,
.volume-slider[b-lsa914dotf]::-moz-range-thumb:hover {
    transform: scale(1.2);
}

.game-window[b-lsa914dotf] {
    position: relative;
    height: min(80vh, 800px);
    overflow: hidden;
    border: 2px solid rgba(232, 200, 107, 0.36);
    border-radius: 8px;
    background: #0d0508;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.bg-canvas[b-lsa914dotf] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
}

.game-canvas[b-lsa914dotf] {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.fallen-mark[b-lsa914dotf] {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    margin: 0 auto 22px;
    color: #d94a5f;
    font-size: 4rem;
    line-height: 1;
}

.story-log[b-lsa914dotf] {
    max-height: 190px;
    overflow: auto;
    border-top: 1px solid rgba(164, 92, 222, 0.28);
    padding: 16px 20px;
    background: rgba(19, 15, 32, 0.44);
}

.story-log p:not(.panel-kicker)[b-lsa914dotf],
.empty-log[b-lsa914dotf] {
    margin: 0 0 8px;
    color: rgba(248, 241, 214, 0.72);
    font-size: 0.9rem;
}

.conversation-balloon[b-lsa914dotf] {
    position: absolute;
    right: clamp(14px, 4vw, 34px);
    bottom: clamp(14px, 4vw, 30px);
    left: clamp(14px, 4vw, 34px);
    z-index: 2;
    overflow: visible;
    border: 2px solid rgba(32, 20, 41, 0.28);
    border-radius: 8px;
    padding: 16px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    color: #201429;
    text-align: left;
}


.conversation-balloon[b-lsa914dotf]::after {
    content: "";
    position: absolute;
    top: -28px;
    left: calc(50% - 260px);
    width: 36px;
    height: 30px;
    background: #ffffff;
    clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
    border: none;
    transform: none;
}

.conversation-balloon--player[b-lsa914dotf]::after {
    left: auto;
    right: calc(50% - 260px);
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
}

.conversation-balloon--object[b-lsa914dotf]::after {
    display: none;
}

.conversation-speaker[b-lsa914dotf] {
    margin-bottom: 6px;
    color: #7a4a18;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.stage-content .conversation-balloon .conversation-line[b-lsa914dotf] {
    margin: 0;
    max-width: none;
    color: #201429;
    font-size: 1rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
    text-align: left;
}

.conversation-choices[b-lsa914dotf] {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.story-log .conversation-choices[b-lsa914dotf] {
    margin-top: 0;
}

.story-log .conversation-choice[b-lsa914dotf] {
    border-color: rgba(255, 231, 155, 0.72);
    background: rgba(255, 255, 255, 0.92);
    color: #201429;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.story-log .conversation-choice:hover[b-lsa914dotf],
.story-log .conversation-choice:focus-visible[b-lsa914dotf] {
    border-color: #ffe79b;
    background: #fff8df;
}

.conversation-choice[b-lsa914dotf] {
    width: 100%;
    min-height: 38px;
    border: 1px solid rgba(122, 74, 24, 0.32);
    border-radius: 8px;
    padding: 8px 10px;
    background: rgba(232, 200, 107, 0.2);
    color: #201429;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.conversation-choice:hover[b-lsa914dotf],
.conversation-choice:focus-visible[b-lsa914dotf] {
    border-color: rgba(122, 74, 24, 0.62);
    background: rgba(232, 200, 107, 0.34);
}


.conversation-portrait[b-lsa914dotf] {
    position: absolute;
    bottom: calc(100% + 3px);
    right: -10px;
    width: 140px;
    height: 140px;
    overflow: hidden;
    pointer-events: none;
    z-index: 20;
    background-repeat: no-repeat;
    background-color: transparent;
}

.conversation-portrait--npc[b-lsa914dotf] {
    right: auto;
    left: -10px;
    transform: scaleX(-1);
}

.conversation-choices-balloon[b-lsa914dotf] {
    position: absolute;
    right: 24px;
    bottom: 220px;
    z-index: 3;
    width: 200px;
    display: grid;
    gap: 6px;
    border: 2px solid rgba(32, 20, 41, 0.28);
    border-radius: 8px;
    padding: 12px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.conversation-balloon--player .conversation-line[b-lsa914dotf] {
    text-align: right;
}

.conversation-balloon--clickable[b-lsa914dotf] {
    cursor: pointer;
}

.conversation-balloon--clickable:hover[b-lsa914dotf] {
    border-color: rgba(122, 74, 24, 0.5);
}

.conversation-continue-hint[b-lsa914dotf] {
    display: block;
    margin-top: 10px;
    color: rgba(32, 20, 41, 0.45);
    font-size: 0.72rem;
    font-style: italic;
    text-align: right;
}

@keyframes spin-b-lsa914dotf {
    to {
        transform: rotate(360deg);
    }
}

/* ── Quest complete overlay ── */
.quest-complete-overlay[b-lsa914dotf] {
    position: absolute;
    inset: 0;
    z-index: 30;
    display: grid;
    place-items: center;
    background: rgba(13, 10, 22, 0.72);
    backdrop-filter: blur(4px);
}

.quest-complete-panel[b-lsa914dotf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    width: min(420px, 90%);
    padding: 36px 32px;
    border: 1px solid rgba(232, 200, 107, 0.5);
    border-radius: 16px;
    background: rgba(19, 15, 32, 0.97);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(232, 200, 107, 0.2);
    text-align: center;
    animation: quest-panel-in-b-lsa914dotf 360ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.quest-complete-kicker[b-lsa914dotf] {
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(232, 200, 107, 0.85);
}

.quest-complete-title[b-lsa914dotf] {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.15;
    background: linear-gradient(135deg, #ffe79b, #c8892d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.quest-complete-rewards[b-lsa914dotf] {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.quest-complete-reward-chip[b-lsa914dotf] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border: 1px solid rgba(232, 200, 107, 0.3);
    border-radius: 999px;
    background: rgba(232, 200, 107, 0.08);
    color: rgba(232, 200, 107, 0.9);
    font-size: 0.95rem;
    font-weight: 800;
}

.reward-icon[b-lsa914dotf] {
    font-size: 1.1rem;
}

.quest-complete-actions[b-lsa914dotf] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-top: 4px;
}

.quest-complete-actions .hero-button[b-lsa914dotf] {
    width: 100%;
}

.quest-complete-actions .rune-button[b-lsa914dotf] {
    width: 100%;
    font-size: 0.85rem;
    color: rgba(248, 241, 214, 0.6);
    border-color: rgba(164, 92, 222, 0.3);
}

@keyframes quest-panel-in-b-lsa914dotf {
    from { opacity: 0; transform: scale(0.92) translateY(12px); }
    to   { opacity: 1; transform: scale(1) translateY(0); }
}

/* ── Quest notifications ── */
.quest-notifications[b-lsa914dotf] {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    pointer-events: none;
}

.quest-notification[b-lsa914dotf] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px 12px;
    align-items: start;
    min-width: 240px;
    max-width: 300px;
    padding: 12px 14px;
    border: 1px solid rgba(232, 200, 107, 0.5);
    border-radius: 10px;
    background: rgba(19, 15, 32, 0.93);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(232, 200, 107, 0.15);
    animation: quest-in-b-lsa914dotf 320ms cubic-bezier(0.22, 1, 0.36, 1) forwards,
               quest-out-b-lsa914dotf 400ms ease-in var(--quest-lifetime, 4s) forwards;
}

.quest-notification--complete[b-lsa914dotf] {
    border-color: rgba(74, 196, 74, 0.5);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(74, 196, 74, 0.12);
}

.quest-notification-icon[b-lsa914dotf] {
    font-size: 1.3rem;
    line-height: 1;
    margin-top: 1px;
}

.quest-notification-kicker[b-lsa914dotf] {
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(232, 200, 107, 0.8);
    margin-bottom: 3px;
}

.quest-notification--complete .quest-notification-kicker[b-lsa914dotf] {
    color: rgba(74, 196, 74, 0.9);
}

.quest-notification-title[b-lsa914dotf] {
    color: #f8f1d6;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2px;
}

.quest-notification-sub[b-lsa914dotf] {
    color: rgba(248, 241, 214, 0.52);
    font-size: 0.72rem;
    line-height: 1.4;
}

.quest-notification-rewards[b-lsa914dotf] {
    grid-column: 1 / -1;
    display: flex;
    gap: 10px;
    margin-top: 6px;
    padding-top: 8px;
    border-top: 1px solid rgba(248, 241, 214, 0.1);
}

.quest-reward-chip[b-lsa914dotf] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.72rem;
    font-weight: 800;
    color: rgba(232, 200, 107, 0.9);
}

@keyframes quest-in-b-lsa914dotf {
    from { opacity: 0; transform: translateY(-16px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes quest-out-b-lsa914dotf {
    from { opacity: 1; transform: translateY(0); }
    to   { opacity: 0; transform: translateY(-16px); }
}

.mist-overlay[b-lsa914dotf] {
    position: absolute;
    inset: 0;
    z-index: 10;
    background: #ffffff;
    pointer-events: none;
    animation: mist-lift-b-lsa914dotf 2.4s ease-out forwards;
}

@keyframes mist-lift-b-lsa914dotf {
    0%   { opacity: 1; }
    60%  { opacity: 1; }
    100% { opacity: 0; }
}

/* ── Touch interact button (hidden on non-touch) ── */
.touch-interact-btn[b-lsa914dotf] {
    display: none;
}

@media (max-width: 900px) {
    .play-layout[b-lsa914dotf] {
        grid-template-columns: 1fr;
    }

    .side-panel[b-lsa914dotf] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .roster-panel[b-lsa914dotf] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .brand-lockup[b-lsa914dotf] {
        order: -1;
        width: 100%;
        justify-content: center;
    }

    .play-layout[b-lsa914dotf] {
        width: min(100% - 24px, 1180px);
        padding: 16px 0;
    }

    .side-panel[b-lsa914dotf] {
        grid-template-columns: 1fr;
    }

    .stage-content[b-lsa914dotf] {
        min-height: 360px;
        padding: 14px;
    }

    .canvas-toolbar[b-lsa914dotf] {
        align-items: flex-start;
        flex-direction: column;
    }

    .game-window[b-lsa914dotf] {
        height: 75vh;
    }

    .conversation-balloon[b-lsa914dotf] {
        right: 10px;
        bottom: 10px;
        left: 10px;
        max-height: 44vh;
        padding: 14px;
    }

    .stage-actions[b-lsa914dotf] {
        flex-direction: column;
    }

    .hero-button[b-lsa914dotf],
    .rune-button.large[b-lsa914dotf] {
        width: 100%;
    }
}

/* ── Touch-device overrides ── */
@media (hover: none) and (pointer: coarse) {
    /* Hide keyboard hint on touch */
    .canvas-hint[b-lsa914dotf] {
        display: none;
    }

    /* Taller game window on mobile for more play area */
    .game-window[b-lsa914dotf] {
        height: 72svh;
        height: 72vh;
        touch-action: none;
    }

    /* Compact side panel: meters + stats side by side */
    .side-panel[b-lsa914dotf] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .roster-panel[b-lsa914dotf] {
        grid-column: 1 / -1;
    }

    /* Bigger touch targets for conversation choices */
    .conversation-choice[b-lsa914dotf] {
        min-height: 48px;
        font-size: 0.95rem;
    }

    .conversation-balloon[b-lsa914dotf] {
        bottom: 16px;
        left: 12px;
        right: 12px;
        padding: 14px 16px;
    }

    /* Show the interact button */
    .touch-interact-btn[b-lsa914dotf] {
        position: absolute;
        right: 20px;
        bottom: 24px;
        z-index: 5;
        display: grid;
        place-items: center;
        width: 56px;
        height: 56px;
        border: 2px solid rgba(255, 255, 255, 0.35);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.14);
        color: #ffffff;
        font-size: 1.6rem;
        font-weight: 900;
        line-height: 1;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    .touch-interact-btn:active[b-lsa914dotf] {
        background: rgba(255, 255, 255, 0.28);
        transform: scale(0.93);
    }

    /* Hide interact button while conversation is open (choices take over) */
    .game-window:has(.conversation-balloon) .touch-interact-btn[b-lsa914dotf] {
        display: none;
    }

    /* Show menu button on touch devices */
    .touch-menu-btn[b-lsa914dotf] {
        position: absolute;
        left: 20px;
        bottom: 24px;
        z-index: 5;
        display: grid;
        place-items: center;
        width: 56px;
        height: 56px;
        border: 2px solid rgba(255, 255, 255, 0.35);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.14);
        color: #ffffff;
        font-size: 1.4rem;
        line-height: 1;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    .touch-menu-btn:active[b-lsa914dotf] {
        background: rgba(255, 255, 255, 0.28);
        transform: scale(0.93);
    }
}

/* ── Game menu overlay ── */
.touch-menu-btn[b-lsa914dotf] {
    display: none;
}

.game-menu-overlay[b-lsa914dotf] {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    background: rgba(13, 10, 22, 0.78);
    backdrop-filter: blur(6px);
    padding: 16px;
}

.game-menu-panel[b-lsa914dotf] {
    display: flex;
    flex-direction: column;
    width: min(560px, 100%);
    max-height: min(80vh, 700px);
    border: 1px solid rgba(164, 92, 222, 0.48);
    border-radius: 16px;
    background: rgba(19, 15, 32, 0.97);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.7);
    animation: menu-in-b-lsa914dotf 240ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes menu-in-b-lsa914dotf {
    from { opacity: 0; transform: scale(0.94) translateY(16px); }
    to   { opacity: 1; transform: scale(1) translateY(0); }
}

.game-menu-header[b-lsa914dotf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px 16px;
    border-bottom: 1px solid rgba(164, 92, 222, 0.28);
    flex-shrink: 0;
}

.game-menu-title[b-lsa914dotf] {
    margin: 0;
    background: linear-gradient(135deg, #ffe79b, #c8892d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.5rem;
}

.game-menu-currency[b-lsa914dotf] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: 1px solid rgba(232, 200, 107, 0.38);
    border-radius: 999px;
    background: rgba(232, 200, 107, 0.08);
}

.game-menu-currency-icon[b-lsa914dotf] {
    color: rgba(232, 200, 107, 0.9);
    font-size: 1rem;
    line-height: 1;
}

.game-menu-currency-amount[b-lsa914dotf] {
    color: #ffe79b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1rem;
    font-weight: 700;
}

.game-menu-currency-label[b-lsa914dotf] {
    color: rgba(248, 241, 214, 0.55);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.game-menu-body[b-lsa914dotf] {
    flex: 1;
    overflow-y: auto;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.game-menu-section-label[b-lsa914dotf] {
    margin: 0 0 4px;
    color: rgba(248, 241, 214, 0.5);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.game-menu-empty[b-lsa914dotf] {
    margin: 0;
    color: rgba(248, 241, 214, 0.52);
    font-size: 0.9rem;
    line-height: 1.6;
    text-align: center;
    padding: 24px 0;
}

.quest-entry[b-lsa914dotf] {
    border: 1px solid rgba(164, 92, 222, 0.28);
    border-radius: 10px;
    padding: 14px 16px;
    background: rgba(34, 25, 52, 0.5);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.quest-entry--completed[b-lsa914dotf] {
    opacity: 0.6;
    border-color: rgba(74, 196, 74, 0.28);
}

.quest-entry-header[b-lsa914dotf] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quest-entry-icon[b-lsa914dotf] {
    font-size: 1.1rem;
    line-height: 1;
    flex-shrink: 0;
}

.quest-entry--completed .quest-entry-icon[b-lsa914dotf] {
    color: rgba(74, 196, 74, 0.9);
}

.quest-entry-name[b-lsa914dotf] {
    color: #f8f1d6;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1rem;
    font-weight: 700;
}

.quest-entry-desc[b-lsa914dotf] {
    margin: 0;
    color: rgba(248, 241, 214, 0.62);
    font-size: 0.82rem;
    line-height: 1.5;
}

.quest-objectives[b-lsa914dotf] {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.quest-objective[b-lsa914dotf] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: rgba(248, 241, 214, 0.72);
    font-size: 0.82rem;
    line-height: 1.45;
}

.quest-objective--done[b-lsa914dotf] {
    color: rgba(248, 241, 214, 0.38);
    text-decoration: line-through;
}

.quest-objective-check[b-lsa914dotf] {
    flex-shrink: 0;
    margin-top: 1px;
    color: rgba(232, 200, 107, 0.7);
    font-size: 0.72rem;
}

.quest-objective--done .quest-objective-check[b-lsa914dotf] {
    color: rgba(74, 196, 74, 0.8);
}

.game-menu-footer[b-lsa914dotf] {
    padding: 16px 24px 20px;
    border-top: 1px solid rgba(164, 92, 222, 0.28);
    flex-shrink: 0;
}

.game-menu-footer .hero-button[b-lsa914dotf] {
    width: 100%;
    min-height: 52px;
    font-size: 1rem;
}

.game-menu-tabs[b-lsa914dotf] {
    display: flex;
    gap: 4px;
}

.game-menu-tab[b-lsa914dotf] {
    padding: 6px 14px;
    background: transparent;
    border: 1px solid rgba(164, 92, 222, 0.3);
    border-radius: 6px;
    color: rgba(248, 241, 214, 0.55);
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.game-menu-tab:hover[b-lsa914dotf] {
    background: rgba(164, 92, 222, 0.12);
    color: rgba(248, 241, 214, 0.85);
}

.game-menu-tab.active[b-lsa914dotf] {
    background: rgba(164, 92, 222, 0.22);
    border-color: rgba(164, 92, 222, 0.6);
    color: #f8f1d6;
}

.inventory-grid[b-lsa914dotf] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
    gap: 10px;
}

.inventory-item[b-lsa914dotf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 10px 6px 8px;
    border: 1px solid rgba(164, 92, 222, 0.25);
    border-radius: 8px;
    background: rgba(34, 25, 52, 0.6);
    cursor: default;
    position: relative;
    transition: border-color 0.15s;
}

.inventory-item:hover[b-lsa914dotf] {
    border-color: rgba(164, 92, 222, 0.6);
}

.inventory-item.equippable[b-lsa914dotf] {
    border-color: rgba(232, 200, 107, 0.35);
}

.inventory-item.equippable:hover[b-lsa914dotf] {
    border-color: rgba(232, 200, 107, 0.7);
}

.inventory-item-icon[b-lsa914dotf] {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    font-size: 1.4rem;
}

.inventory-item-icon img[b-lsa914dotf] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    image-rendering: pixelated;
}

.inventory-item-name[b-lsa914dotf] {
    font-size: 0.65rem;
    color: rgba(248, 241, 214, 0.75);
    text-align: center;
    line-height: 1.2;
    word-break: break-word;
}

.inventory-item-qty[b-lsa914dotf] {
    position: absolute;
    bottom: 4px;
    right: 5px;
    font-size: 0.6rem;
    font-weight: 900;
    color: rgba(248, 241, 214, 0.55);
}

.inventory-item.equipped[b-lsa914dotf] {
    border-color: rgba(22, 163, 74, 0.7);
    background: rgba(22, 163, 74, 0.1);
}

.inventory-item-actions[b-lsa914dotf] {
    display: flex;
    gap: 4px;
    margin-top: 4px;
    flex-wrap: wrap;
    justify-content: center;
}

.inv-btn[b-lsa914dotf] {
    padding: 2px 7px;
    border: none;
    border-radius: 4px;
    font-size: 0.6rem;
    font-weight: 700;
    cursor: pointer;
    line-height: 1.4;
}

.inv-btn-equip[b-lsa914dotf] {
    background: rgba(124, 58, 237, 0.7);
    color: #fff;
}

.inv-btn-equip:hover[b-lsa914dotf] {
    background: rgba(124, 58, 237, 1);
}

.inv-btn-unequip[b-lsa914dotf] {
    background: rgba(22, 163, 74, 0.7);
    color: #fff;
}

.inv-btn-unequip:hover[b-lsa914dotf] {
    background: rgba(22, 163, 74, 1);
}

.inv-btn-remove[b-lsa914dotf] {
    background: rgba(220, 38, 38, 0.5);
    color: #fff;
}

.inv-btn-remove:hover[b-lsa914dotf] {
    background: rgba(220, 38, 38, 0.85);
}

@media (max-width: 640px) {
    .game-menu-overlay[b-lsa914dotf] {
        padding: 0;
        align-items: flex-end;
    }

    .game-menu-panel[b-lsa914dotf] {
        width: 100%;
        max-height: 85svh;
        max-height: 85vh;
        border-radius: 20px 20px 0 0;
        animation: menu-in-mobile-b-lsa914dotf 280ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }

    @keyframes menu-in-mobile-b-lsa914dotf {
        from { opacity: 0; transform: translateY(40px); }
        to   { opacity: 1; transform: translateY(0); }
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ── ROOT ── */
.landing-root[b-m9zhg3xztl] {
    position: fixed;
    inset: 0;
    overflow: hidden;
}

/* ── HEADER ── */
.landing-header[b-m9zhg3xztl] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    padding: 24px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.landing-brand[b-m9zhg3xztl] {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.landing-brand-icon[b-m9zhg3xztl] {
    color: #e8c86b;
    font-size: 1.25rem;
    transition: transform .2s ease;
}

.landing-brand:hover .landing-brand-icon[b-m9zhg3xztl] {
    transform: rotate(12deg);
}

.landing-brand-name[b-m9zhg3xztl] {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 1.1rem;
    letter-spacing: 0.2em;
    background: linear-gradient(135deg, #ffe79b, #c8892d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.landing-nav[b-m9zhg3xztl] {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ── HERO ── */
.hero-section[b-m9zhg3xztl] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-background[b-m9zhg3xztl] {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-background img[b-m9zhg3xztl] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0.5;
}

.hero-overlay[b-m9zhg3xztl] {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(19,15,32,.6) 0%, rgba(19,15,32,.28) 42%, #130f20 100%),
        radial-gradient(circle at 50% 36%, rgba(178,117,255,.2), transparent 36%);
}

/* ── CONTENT ── */
.hero-content[b-m9zhg3xztl] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 24px;
    max-width: 900px;
    width: 100%;
}

/* vertical line above title */
.hero-divider-line[b-m9zhg3xztl] {
    width: 1px;
    height: 64px;
    background: linear-gradient(to bottom, transparent, rgba(255,255,255,.4), rgba(255,255,255,.1));
    margin-bottom: 32px;
}

/* ── TITLE ── */
.hero-title[b-m9zhg3xztl] {
    position: relative;
    margin: 0 0 40px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-title-top[b-m9zhg3xztl] {
    display: block;
    font-family: 'Cinzel', Georgia, serif;
    font-size: clamp(4rem, 11vw, 8rem);
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #fff;
    margin-bottom: 4px;
}

.hero-title-bottom[b-m9zhg3xztl] {
    display: block;
    font-family: 'Cinzel', Georgia, serif;
    font-size: clamp(4rem, 11vw, 8rem);
    font-weight: 700;
    letter-spacing: 0.15em;
    background: linear-gradient(135deg, #fff 0%, #d4e8ff 50%, #c8f0d8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-title-glow[b-m9zhg3xztl] {
    position: absolute;
    top: -16px;
    right: -32px;
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,.2);
    filter: blur(20px);
    border-radius: 50%;
    mix-blend-mode: overlay;
    pointer-events: none;
}

/* ── SEASON SUBTITLE ── */
.hero-subtitle-block[b-m9zhg3xztl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 480px;
}

.hero-season-row[b-m9zhg3xztl] {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.hero-season-line[b-m9zhg3xztl] {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255,255,255,.2));
}

.hero-season-line-right[b-m9zhg3xztl] {
    background: linear-gradient(to left, transparent, rgba(255,255,255,.2));
}

.hero-season-label[b-m9zhg3xztl] {
    font-family: 'Montserrat', 'Inter', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    color: #6ee7b7;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    white-space: nowrap;
}

.hero-subtitle[b-m9zhg3xztl] {
    font-family: 'Cinzel', Georgia, serif;
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    font-weight: 300;
    color: rgba(255,255,255,.75);
    letter-spacing: 0.15em;
    font-style: italic;
    margin: 0;
}

/* ── BUTTONS ── */
.hero-actions[b-m9zhg3xztl] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.hero-button[b-m9zhg3xztl] {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 8px;
    padding: 0 28px;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    transition:
        transform 160ms ease,
        border-color 160ms ease,
        box-shadow 160ms ease,
        background 160ms ease;
}

.hero-button:hover:not(:disabled)[b-m9zhg3xztl],
.hero-button:focus-visible:not(:disabled)[b-m9zhg3xztl] {
    transform: translateY(-2px);
}

.hero-button:focus-visible[b-m9zhg3xztl] {
    outline: 3px solid rgba(232,200,107,.3);
    outline-offset: 3px;
}

.btn-icon[b-m9zhg3xztl] {
    font-style: normal;
}

.hero-button-primary[b-m9zhg3xztl] {
    border: 0;
    background: linear-gradient(135deg, #ffe79b, #be7928);
    box-shadow: 0 0 30px rgba(232,200,107,.4);
    color: #201429;
}

.hero-button-primary:hover[b-m9zhg3xztl],
.hero-button-primary:focus-visible[b-m9zhg3xztl] {
    box-shadow: 0 0 45px rgba(232,200,107,.6);
}

.hero-button-secondary[b-m9zhg3xztl] {
    border: 1px solid rgba(164,92,222,.52);
    background: rgba(34,25,52,.62);
    color: #f8f1d6;
    backdrop-filter: blur(10px);
}

.hero-button-secondary:hover[b-m9zhg3xztl],
.hero-button-secondary:focus-visible[b-m9zhg3xztl] {
    border-color: rgba(232,200,107,.72);
    box-shadow: 0 0 28px rgba(164,92,222,.26);
}

/* ── RESPONSIVE ── */
@@media (max-width: 640px) {
    .landing-header[b-m9zhg3xztl] {
        padding: 18px 20px;
    }

    .hero-actions[b-m9zhg3xztl] {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .hero-button[b-m9zhg3xztl] {
        width: min(100%, 320px);
    }
}
/* /Components/Pages/PlayerPages/CreatePlayer.razor.rz.scp.css */
/* ── PAGE ── */
.cp-page[b-ra4y36ccsw] {
    min-height: 100vh;
    padding: 48px 24px 80px;
    background: #130f20;
    color: #f8f1d6;
}

.cp-title-block[b-ra4y36ccsw] {
    max-width: 900px;
    margin: 0 auto 32px;
}

.cp-eyebrow[b-ra4y36ccsw] {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(248, 241, 214, .45);
    margin: 0 0 8px;
}

.cp-heading[b-ra4y36ccsw] {
    font-family: 'Cinzel', Georgia, serif;
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    font-weight: 700;
    margin: 0;
    background: linear-gradient(135deg, #ffe79b, #c8892d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1.15;
}

/* ── TWO-COLUMN LAYOUT ── */
.cp-layout[b-ra4y36ccsw] {
    display: grid;
    gap: 28px;
    max-width: 900px;
    margin: 0 auto;
    grid-template-columns: 240px 1fr;
    align-items: start;
}

/* ── PREVIEW PANEL ── */
.cp-preview[b-ra4y36ccsw] {
    border: 1px solid rgba(248, 241, 214, .1);
    border-radius: 12px;
    background: rgba(34, 25, 52, .6);
    backdrop-filter: blur(8px);
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: sticky;
    top: 80px;
}

.cp-avatar-large[b-ra4y36ccsw] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid rgba(164, 92, 222, .5);
    overflow: hidden;
    background: rgba(19, 15, 32, .7);
    display: flex;
    align-items: center;
    justify-content: center;
}


.cp-avatar-placeholder[b-ra4y36ccsw] {
    font-size: 2.5rem;
    color: rgba(248, 241, 214, .2);
}

.cp-preview-name[b-ra4y36ccsw] {
    margin: 14px 0 16px;
    font-family: 'Cinzel', Georgia, serif;
    font-size: 1.1rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ffe79b, #c8892d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    word-break: break-word;
    max-width: 100%;
}

.cp-stat-preview[b-ra4y36ccsw] {
    width: 100%;
    display: grid;
    gap: 8px;
}

.cp-stat-row[b-ra4y36ccsw] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
}

.cp-stat-icon[b-ra4y36ccsw] {
    color: rgba(164, 92, 222, .8);
}

.cp-stat-label[b-ra4y36ccsw] {
    flex: 1;
    color: rgba(248, 241, 214, .45);
    text-align: left;
}

.cp-stat-val[b-ra4y36ccsw] {
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

/* ── FORM COLUMN ── */
.cp-form-col[b-ra4y36ccsw] {
    display: grid;
    gap: 20px;
}

/* ── SHARED SECTION ── */
.cp-section[b-ra4y36ccsw] {
    border: 1px solid rgba(248, 241, 214, .1);
    border-radius: 12px;
    background: rgba(34, 25, 52, .6);
    backdrop-filter: blur(8px);
    padding: 20px;
    display: grid;
    gap: 16px;
}

.cp-section-header[b-ra4y36ccsw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cp-label[b-ra4y36ccsw] {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    color: rgba(248, 241, 214, .8);
    margin: 0 0 2px;
}

.cp-hint[b-ra4y36ccsw] {
    font-size: 0.8rem;
    color: rgba(248, 241, 214, .4);
    margin: 0;
}

/* ── POINTS BADGE ── */
.cp-points-badge[b-ra4y36ccsw] {
    font-size: 0.78rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    background: rgba(19, 15, 32, .5);
    border: 1px solid rgba(248, 241, 214, .15);
    color: rgba(248, 241, 214, .6);
    white-space: nowrap;
}

.cp-points-badge.badge-done[b-ra4y36ccsw] {
    border-color: rgba(164, 92, 222, .5);
    color: #c8a4f0;
}

/* ── NAME FIELD ── */
.cp-field[b-ra4y36ccsw] {
    border: 1px solid rgba(248, 241, 214, .1);
    border-radius: 12px;
    background: rgba(34, 25, 52, .6);
    backdrop-filter: blur(8px);
    padding: 20px;
    display: grid;
    gap: 8px;
}

.cp-input[b-ra4y36ccsw] {
    width: 100%;
    min-height: 48px;
    box-sizing: border-box;
    border: 1px solid rgba(248, 241, 214, .15);
    border-radius: 8px;
    background: rgba(19, 15, 32, .7);
    color: #f8f1d6;
    font: inherit;
    font-size: 1rem;
    padding: 10px 14px;
    transition: border-color .15s;
}

.cp-input[b-ra4y36ccsw]::placeholder {
    color: rgba(248, 241, 214, .25);
}

.cp-input:focus[b-ra4y36ccsw] {
    outline: none;
    border-color: rgba(164, 92, 222, .6);
    box-shadow: 0 0 0 3px rgba(164, 92, 222, .12);
}

.cp-validation[b-ra4y36ccsw] {
    font-size: 0.8rem;
    color: #f09090;
}

/* ── STAT CARDS ── */
.cp-stat-cards[b-ra4y36ccsw] {
    display: grid;
    gap: 10px;
}

.cp-stat-card[b-ra4y36ccsw] {
    border: 1px solid rgba(248, 241, 214, .08);
    border-radius: 8px;
    background: rgba(19, 15, 32, .5);
    padding: 12px 14px;
    display: grid;
    gap: 10px;
}

.cp-stat-card-top[b-ra4y36ccsw] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cp-stat-icon-lg[b-ra4y36ccsw] {
    font-size: 1rem;
    color: rgba(164, 92, 222, .8);
    flex-shrink: 0;
}

.cp-stat-card-info[b-ra4y36ccsw] {
    flex: 1;
    min-width: 0;
}

.cp-stat-card-label[b-ra4y36ccsw] {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: #f8f1d6;
}

.cp-stat-card-blurb[b-ra4y36ccsw] {
    display: block;
    font-size: 0.75rem;
    color: rgba(248, 241, 214, .4);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── STEPPER ── */
.cp-stepper[b-ra4y36ccsw] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.cp-step-btn[b-ra4y36ccsw] {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(248, 241, 214, .15);
    border-radius: 6px;
    background: rgba(19, 15, 32, .6);
    color: #f8f1d6;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .15s, background .15s;
}

.cp-step-btn:hover:not(:disabled)[b-ra4y36ccsw] {
    border-color: rgba(164, 92, 222, .5);
    background: rgba(164, 92, 222, .12);
}

.cp-step-btn:disabled[b-ra4y36ccsw] {
    opacity: 0.3;
    cursor: default;
}

.cp-step-val[b-ra4y36ccsw] {
    width: 28px;
    text-align: center;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    font-size: 0.95rem;
}

/* ── PROGRESS BAR ── */
.cp-progress-track[b-ra4y36ccsw] {
    height: 5px;
    border-radius: 3px;
    background: rgba(248, 241, 214, .08);
    overflow: hidden;
}

.cp-progress-fill[b-ra4y36ccsw] {
    height: 100%;
    border-radius: 3px;
    background: linear-gradient(90deg, rgba(164,92,222,.7), rgba(164,92,222,1));
    transition: width 0.2s ease;
}

/* ── AVATAR GRID ── */
.cp-avatar-grid[b-ra4y36ccsw] {
    display: grid;
    grid-template-columns: repeat(6, 80px);
    gap: 10px;
}

.cp-avatar-option[b-ra4y36ccsw] {
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid rgba(248, 241, 214, .12);
    overflow: hidden;
    background: rgba(19, 15, 32, .6);
    cursor: pointer;
    padding: 0;
    transition: border-color .15s, transform .15s, box-shadow .15s;
}


.cp-avatar-option:hover[b-ra4y36ccsw] {
    border-color: rgba(164, 92, 222, .5);
}

.cp-avatar-option.active[b-ra4y36ccsw] {
    border-color: rgba(164, 92, 222, .9);
    box-shadow: 0 0 0 3px rgba(164, 92, 222, .2);
    transform: scale(1.07);
}

/* ── ACTIONS ── */
.cp-actions[b-ra4y36ccsw] {
    display: flex;
    gap: 12px;
}

.cp-btn-primary[b-ra4y36ccsw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 28px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #ffe79b, #be7928);
    box-shadow: 0 0 24px rgba(232, 200, 107, .3);
    color: #201429;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform .16s, box-shadow .16s;
}

.cp-btn-primary:hover:not(:disabled)[b-ra4y36ccsw] {
    transform: translateY(-2px);
    box-shadow: 0 0 38px rgba(232, 200, 107, .5);
}

.cp-btn-primary:disabled[b-ra4y36ccsw] {
    opacity: 0.6;
    cursor: wait;
}

.cp-btn-secondary[b-ra4y36ccsw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid rgba(248, 241, 214, .15);
    border-radius: 8px;
    background: transparent;
    color: rgba(248, 241, 214, .55);
    font: inherit;
    font-size: 0.9rem;
    cursor: pointer;
    transition: border-color .15s, color .15s;
}

.cp-btn-secondary:hover:not(:disabled)[b-ra4y36ccsw] {
    border-color: rgba(248, 241, 214, .35);
    color: #f8f1d6;
}

.cp-btn-secondary:disabled[b-ra4y36ccsw] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ── ALERTS ── */
.cp-alert[b-ra4y36ccsw] {
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 0.88rem;
    line-height: 1.4;
}

.cp-alert-error[b-ra4y36ccsw] {
    border: 1px solid rgba(240, 100, 100, .4);
    background: rgba(140, 40, 40, .25);
    color: #f09090;
}

.cp-alert-success[b-ra4y36ccsw] {
    border: 1px solid rgba(100, 200, 140, .4);
    background: rgba(30, 100, 60, .25);
    color: #80d4a0;
}

/* ── RESPONSIVE ── */
@@media (max-width: 700px) {
    .cp-layout[b-ra4y36ccsw] {
        grid-template-columns: 1fr;
    }

    .cp-preview[b-ra4y36ccsw] {
        position: static;
        flex-direction: row;
        text-align: left;
        gap: 16px;
        padding: 16px;
    }

    .cp-avatar-large[b-ra4y36ccsw] {
        width: 56px;
        height: 56px;
        flex-shrink: 0;
    }

    .cp-preview-name[b-ra4y36ccsw] {
        margin: 0 0 8px;
        font-size: 1rem;
    }

    .cp-stat-preview[b-ra4y36ccsw] {
        gap: 4px;
    }

    .cp-avatar-grid[b-ra4y36ccsw] {
        grid-template-columns: repeat(4, 80px);
    }

    .cp-actions[b-ra4y36ccsw] {
        flex-direction: column;
    }
}

@@media (max-width: 520px) {
    .cp-page[b-ra4y36ccsw] {
        padding: 32px 16px 60px;
    }
}
/* /Components/Pages/PlayerPages/StartNewGame.razor.rz.scp.css */
/* ── ROOT ── */
.sng-root[b-pqebcy370e] {
    min-height: 100vh;
    background: #130f20;
    color: #f8f1d6;
}

.sng-main[b-pqebcy370e] {
    max-width: 520px;
    margin: 0 auto;
    padding: 48px 24px 80px;
}

/* ── BACK LINK ── */
.sng-back[b-pqebcy370e] {
    margin-bottom: 36px;
}

.sng-back-btn[b-pqebcy370e] {
    background: none;
    border: none;
    color: rgba(248, 241, 214, .45);
    font: inherit;
    font-size: 0.85rem;
    cursor: pointer;
    padding: 0;
    transition: color .15s;
}

.sng-back-btn:hover[b-pqebcy370e] {
    color: #f8f1d6;
}

/* ── HEADING ── */
.sng-eyebrow[b-pqebcy370e] {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(248, 241, 214, .45);
    margin: 0 0 8px;
}

.sng-title[b-pqebcy370e] {
    font-family: 'Cinzel', Georgia, serif;
    font-size: clamp(1.8rem, 5vw, 2.6rem);
    font-weight: 700;
    margin: 0 0 10px;
    background: linear-gradient(135deg, #ffe79b, #c8892d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1.15;
}

.sng-subtitle[b-pqebcy370e] {
    color: rgba(248, 241, 214, .55);
    font-size: 0.95rem;
    margin: 0 0 36px;
    line-height: 1.55;
}

/* ── CARD ── */
.sng-card[b-pqebcy370e] {
    border: 1px solid rgba(248, 241, 214, .1);
    border-radius: 12px;
    background: rgba(34, 25, 52, .6);
    backdrop-filter: blur(8px);
    padding: 32px;
    display: grid;
    gap: 24px;
}

/* ── FIELD ── */
.sng-field[b-pqebcy370e] {
    display: grid;
    gap: 8px;
}

.sng-label[b-pqebcy370e] {
    font-size: 0.88rem;
    font-weight: 700;
    color: rgba(248, 241, 214, .8);
}

.sng-input[b-pqebcy370e] {
    width: 100%;
    box-sizing: border-box;
    min-height: 48px;
    border: 1px solid rgba(248, 241, 214, .15);
    border-radius: 8px;
    background: rgba(19, 15, 32, .7);
    color: #f8f1d6;
    font: inherit;
    font-size: 1rem;
    padding: 10px 14px;
    transition: border-color .15s;
}

.sng-input[b-pqebcy370e]::placeholder {
    color: rgba(248, 241, 214, .25);
}

.sng-input:focus[b-pqebcy370e] {
    outline: none;
    border-color: rgba(164, 92, 222, .6);
    box-shadow: 0 0 0 3px rgba(164, 92, 222, .12);
}

.sng-validation[b-pqebcy370e] {
    font-size: 0.8rem;
    color: #f09090;
}

/* ── ACTIONS ── */
.sng-actions[b-pqebcy370e] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sng-btn-hero[b-pqebcy370e] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #ffe79b, #be7928);
    box-shadow: 0 0 24px rgba(232, 200, 107, .3);
    color: #201429;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform .16s, box-shadow .16s;
}

.sng-btn-hero:hover:not(:disabled)[b-pqebcy370e] {
    transform: translateY(-2px);
    box-shadow: 0 0 38px rgba(232, 200, 107, .5);
}

.sng-btn-hero:disabled[b-pqebcy370e] {
    opacity: 0.6;
    cursor: wait;
}

.sng-btn-ghost[b-pqebcy370e] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 1px solid rgba(248, 241, 214, .15);
    border-radius: 8px;
    background: transparent;
    color: rgba(248, 241, 214, .55);
    font: inherit;
    font-size: 0.9rem;
    cursor: pointer;
    transition: border-color .15s, color .15s;
}

.sng-btn-ghost:hover:not(:disabled)[b-pqebcy370e] {
    border-color: rgba(248, 241, 214, .35);
    color: #f8f1d6;
}

.sng-btn-ghost:disabled[b-pqebcy370e] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ── ALERT ── */
.sng-alert[b-pqebcy370e] {
    border: 1px solid rgba(240, 100, 100, .4);
    border-radius: 8px;
    background: rgba(140, 40, 40, .25);
    color: #f09090;
    padding: 12px 14px;
    font-size: 0.88rem;
    line-height: 1.4;
}

/* ── RESPONSIVE ── */
@@media (max-width: 520px) {
    .sng-main[b-pqebcy370e] {
        padding: 32px 16px 60px;
    }

    .sng-card[b-pqebcy370e] {
        padding: 24px;
    }
}
/* /Components/Pages/UserPages/Register.razor.rz.scp.css */
/* ── SHELL ── */
.auth-shell[b-8m8rtw9ryj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
}

/* ── LEFT PANEL ── */
.auth-left[b-8m8rtw9ryj] {
    position: relative;
    display: none;
}

@media (min-width: 1024px) {
    .auth-left[b-8m8rtw9ryj] {
        display: block;
    }
}

.auth-left-img[b-8m8rtw9ryj] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.auth-left-overlay[b-8m8rtw9ryj] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, rgba(19,15,32,.4), rgba(19,15,32,.6), #130f20);
}

.auth-left-content[b-8m8rtw9ryj] {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 48px;
}

/* ── BRAND ── */
.auth-brand[b-8m8rtw9ryj] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.auth-brand-mobile[b-8m8rtw9ryj] {
    display: none;
    justify-content: center;
    margin-bottom: 32px;
}

@media (max-width: 1023px) {
    .auth-brand-mobile[b-8m8rtw9ryj] {
        display: flex;
    }
}

.auth-brand-icon[b-8m8rtw9ryj] {
    color: #e8c86b;
    font-size: 1.25rem;
}

.auth-brand-name[b-8m8rtw9ryj] {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 1.1rem;
    letter-spacing: 0.2em;
    background: linear-gradient(135deg, #ffe79b, #c8892d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* ── QUOTE ── */
.auth-quote[b-8m8rtw9ryj] {
    max-width: 420px;
    margin: 0;
    padding: 0;
    border: none;
}

.auth-quote p[b-8m8rtw9ryj] {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 1.3rem;
    line-height: 1.6;
    color: rgba(248,241,214,.9);
    margin: 0 0 16px;
}

.auth-quote footer[b-8m8rtw9ryj] {
    font-size: 0.85rem;
    color: rgba(248,241,214,.5);
}

/* ── RIGHT PANEL ── */
.auth-right[b-8m8rtw9ryj] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    background: #130f20;
}

.auth-form-wrap[b-8m8rtw9ryj] {
    width: 100%;
    max-width: 420px;
}

/* ── HEADING ── */
.auth-heading[b-8m8rtw9ryj] {
    margin-bottom: 32px;
}

.auth-heading h1[b-8m8rtw9ryj] {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 8px;
    background: linear-gradient(135deg, #ffe79b, #c8892d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1.2;
}

.auth-heading p[b-8m8rtw9ryj] {
    color: rgba(248,241,214,.55);
    margin: 0;
    font-size: 0.95rem;
}

/* ── FORM ── */
.auth-form-wrap form[b-8m8rtw9ryj] {
    display: grid;
    gap: 16px;
}

.auth-form-grid[b-8m8rtw9ryj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.auth-field[b-8m8rtw9ryj] {
    display: grid;
    gap: 6px;
}

.auth-field label[b-8m8rtw9ryj] {
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(248,241,214,.75);
}

/* .auth-input styles live in app.css — InputText renders without scoped attribute */

/* ── ALERTS ── */
.auth-alert[b-8m8rtw9ryj] {
    border-radius: 6px;
    padding: 11px 14px;
    font-size: 0.9rem;
    line-height: 1.4;
}

.auth-alert-error[b-8m8rtw9ryj] {
    border: 1px solid rgba(240,100,80,.4);
    background: rgba(143,47,28,.25);
    color: #ffb3a0;
}

.auth-alert-success[b-8m8rtw9ryj] {
    border: 1px solid rgba(74,200,130,.4);
    background: rgba(22,97,63,.25);
    color: #90efc0;
}

/* ── BUTTONS ── */
.auth-btn-primary[b-8m8rtw9ryj] {
    width: 100%;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #ffe79b, #be7928);
    box-shadow: 0 0 28px rgba(232,200,107,.35);
    color: #201429;
    font: inherit;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform .16s ease, box-shadow .16s ease;
    margin-top: 4px;
}

.auth-btn-primary:hover:not(:disabled)[b-8m8rtw9ryj],
.auth-btn-primary:focus-visible:not(:disabled)[b-8m8rtw9ryj] {
    transform: translateY(-2px);
    box-shadow: 0 0 42px rgba(232,200,107,.55);
}

.auth-btn-primary:focus-visible[b-8m8rtw9ryj] {
    outline: 3px solid rgba(232,200,107,.3);
    outline-offset: 3px;
}

.auth-btn-primary:disabled[b-8m8rtw9ryj] {
    cursor: wait;
    opacity: 0.7;
}

/* ── SPINNER ── */
.auth-spinner[b-8m8rtw9ryj] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(32,20,41,.4);
    border-top-color: #201429;
    border-radius: 50%;
    animation: auth-spin .7s linear infinite;
    flex-shrink: 0;
}

@@keyframes auth-spin {
    to[b-8m8rtw9ryj] { transform: rotate(360deg); }
}

/* ── FOOTER LINK ── */
.auth-footer[b-8m8rtw9ryj] {
    text-align: center;
    font-size: 0.875rem;
    color: rgba(248,241,214,.45);
    margin: 4px 0 0;
}

.auth-link[b-8m8rtw9ryj] {
    color: rgba(232,200,107,.9);
    text-decoration: none;
    font-weight: 600;
}

.auth-link:hover[b-8m8rtw9ryj] {
    text-decoration: underline;
}

/* ── RESPONSIVE ── */
@media (max-width: 1023px) {
    .auth-shell[b-8m8rtw9ryj] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .auth-right[b-8m8rtw9ryj] {
        padding: 32px 18px;
        align-items: flex-start;
    }

    .auth-form-grid[b-8m8rtw9ryj] {
        grid-template-columns: 1fr;
    }

    .auth-heading h1[b-8m8rtw9ryj] {
        font-size: 1.8rem;
    }
}
/* /Components/Pages/UserPages/SaveGamePage.razor.rz.scp.css */
/* ── ROOT ── */
.saves-root[b-mikc0r4yn6] {
    min-height: 100vh;
    background: #130f20;
    color: #f8f1d6;
}

/* ── MAIN ── */
.saves-main[b-mikc0r4yn6] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 24px 64px;
}

/* ── PAGE HEADING ── */
.saves-heading-row[b-mikc0r4yn6] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
}

.saves-eyebrow[b-mikc0r4yn6] {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(248,241,214,.45);
    margin: 0 0 8px;
}

.saves-title[b-mikc0r4yn6] {
    font-family: 'Cinzel', Georgia, serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    margin: 0;
    background: linear-gradient(135deg, #ffe79b, #c8892d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1.15;
}

/* ── HERO BUTTON ── */
.saves-btn-hero[b-mikc0r4yn6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 22px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #ffe79b, #be7928);
    box-shadow: 0 0 24px rgba(232,200,107,.3);
    color: #201429;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform .16s ease, box-shadow .16s ease;
}

.saves-btn-hero:hover:not(:disabled)[b-mikc0r4yn6] {
    transform: translateY(-2px);
    box-shadow: 0 0 38px rgba(232,200,107,.5);
}

.saves-btn-full[b-mikc0r4yn6] {
    width: 100%;
    min-height: 48px;
}

/* ── LOADING ── */
.saves-loading[b-mikc0r4yn6] {
    display: flex;
    justify-content: center;
    padding: 80px 0;
}

.saves-spinner[b-mikc0r4yn6] {
    width: 36px;
    height: 36px;
    border: 3px solid rgba(232,200,107,.2);
    border-top-color: #e8c86b;
    border-radius: 50%;
    animation: saves-spin .8s linear infinite;
    display: block;
}

@@keyframes saves-spin {
    to[b-mikc0r4yn6] { transform: rotate(360deg); }
}

/* ── EMPTY STATE ── */
.saves-empty[b-mikc0r4yn6] {
    border: 1px dashed rgba(248,241,214,.15);
    border-radius: 12px;
    background: rgba(34,25,52,.3);
    padding: 64px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.saves-empty-icon[b-mikc0r4yn6] {
    font-size: 3rem;
    margin-bottom: 4px;
}

.saves-empty h2[b-mikc0r4yn6] {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 1.6rem;
    margin: 0;
    color: #f8f1d6;
}

.saves-empty p[b-mikc0r4yn6] {
    color: rgba(248,241,214,.5);
    margin: 0 0 12px;
    max-width: 380px;
}

/* ── SAVE GRID ── */
.saves-grid[b-mikc0r4yn6] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* ── SAVE CARD ── */
.save-card[b-mikc0r4yn6] {
    border: 1px solid rgba(248,241,214,.1);
    border-radius: 12px;
    background: rgba(34,25,52,.6);
    backdrop-filter: blur(8px);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: border-color .2s;
}

.save-card:hover[b-mikc0r4yn6] {
    border-color: rgba(164,92,222,.5);
}

.save-card-top[b-mikc0r4yn6] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.save-card-hero[b-mikc0r4yn6] {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.save-avatar[b-mikc0r4yn6] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(164,92,222,.5);
    background: rgba(34,25,52,.8);
    background-repeat: no-repeat;
    flex-shrink: 0;
    flex-shrink: 0;
}

.save-card-info[b-mikc0r4yn6] {
    min-width: 0;
}

.save-card-name[b-mikc0r4yn6] {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 4px;
    background: linear-gradient(135deg, #ffe79b, #c8892d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.save-card-meta[b-mikc0r4yn6] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(248,241,214,.45);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── CARD ACTIONS ── */
.saves-card-actions[b-mikc0r4yn6] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.saves-btn-flex[b-mikc0r4yn6] {
    flex: 1;
}

.saves-btn-delete[b-mikc0r4yn6] {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(248, 241, 214, .15);
    border-radius: 8px;
    background: transparent;
    color: rgba(248, 241, 214, .45);
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .15s, color .15s, background .15s;
    flex-shrink: 0;
}

.saves-btn-delete:hover[b-mikc0r4yn6] {
    border-color: rgba(220, 80, 80, .5);
    background: rgba(220, 80, 80, .1);
    color: #f09090;
}

/* ── CONFIRM DELETE ── */
.saves-confirm[b-mikc0r4yn6] {
    display: grid;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(220, 80, 80, .3);
    border-radius: 8px;
    background: rgba(140, 40, 40, .15);
}

.saves-confirm-text[b-mikc0r4yn6] {
    font-size: 0.88rem;
    color: rgba(248, 241, 214, .8);
    margin: 0;
    line-height: 1.4;
}

.saves-confirm-text strong[b-mikc0r4yn6] {
    color: #f8f1d6;
}

.saves-confirm-actions[b-mikc0r4yn6] {
    display: flex;
    gap: 8px;
}

.saves-btn-danger[b-mikc0r4yn6] {
    flex: 1;
    min-height: 38px;
    border: 0;
    border-radius: 6px;
    background: rgba(200, 60, 60, .8);
    color: #fff;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    transition: background .15s;
}

.saves-btn-danger:hover:not(:disabled)[b-mikc0r4yn6] {
    background: rgba(200, 60, 60, 1);
}

.saves-btn-danger:disabled[b-mikc0r4yn6] {
    opacity: 0.6;
    cursor: wait;
}

.saves-btn-ghost[b-mikc0r4yn6] {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(248, 241, 214, .15);
    border-radius: 6px;
    background: transparent;
    color: rgba(248, 241, 214, .55);
    font: inherit;
    font-size: 0.88rem;
    cursor: pointer;
    transition: border-color .15s, color .15s;
}

.saves-btn-ghost:hover:not(:disabled)[b-mikc0r4yn6] {
    border-color: rgba(248, 241, 214, .35);
    color: #f8f1d6;
}

.saves-btn-ghost:disabled[b-mikc0r4yn6] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ── ERROR ── */
.saves-error[b-mikc0r4yn6] {
    margin-top: 16px;
    padding: 12px 14px;
    border: 1px solid rgba(240, 100, 100, .4);
    border-radius: 8px;
    background: rgba(140, 40, 40, .25);
    color: #f09090;
    font-size: 0.88rem;
}

/* ── RESPONSIVE ── */
@@media (max-width: 768px) {
    .saves-grid[b-mikc0r4yn6] {
        grid-template-columns: 1fr;
    }
}

@@media (max-width: 520px) {
    .saves-main[b-mikc0r4yn6] {
        padding: 32px 16px 48px;
    }

    .saves-heading-row[b-mikc0r4yn6] {
        flex-direction: column;
        align-items: flex-start;
    }
}
