/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-6o7v1byzs0] {
    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-6o7v1byzs0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8wf2tr5ype],
.components-reconnect-repeated-attempt-visible[b-8wf2tr5ype],
.components-reconnect-failed-visible[b-8wf2tr5ype],
.components-pause-visible[b-8wf2tr5ype],
.components-resume-failed-visible[b-8wf2tr5ype],
.components-rejoining-animation[b-8wf2tr5ype] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8wf2tr5ype],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8wf2tr5ype],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8wf2tr5ype],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8wf2tr5ype],
#components-reconnect-modal.components-reconnect-retrying[b-8wf2tr5ype],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8wf2tr5ype],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8wf2tr5ype],
#components-reconnect-modal.components-reconnect-failed[b-8wf2tr5ype],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8wf2tr5ype] {
    display: block;
}


#components-reconnect-modal[b-8wf2tr5ype] {
    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-8wf2tr5ype 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-8wf2tr5ype 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8wf2tr5ype 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-8wf2tr5ype]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-8wf2tr5ype 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-8wf2tr5ype {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8wf2tr5ype {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8wf2tr5ype {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-8wf2tr5ype] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-8wf2tr5ype] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8wf2tr5ype] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-8wf2tr5ype] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-8wf2tr5ype] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-8wf2tr5ype] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-8wf2tr5ype] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-8wf2tr5ype 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-8wf2tr5ype] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-8wf2tr5ype {
    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/Evaluation/Evaluate.razor.rz.scp.css */
.eval-shell[b-uqg8tyog58] {
    --navy: #0A2E50;
    --cyan: #00AEEF;
    --ink: #12263a;
    --muted: #5b6b7a;
    --bg: #eef3f8;
    --line: #d8e2ec;
    min-height: 100vh;
    background: var(--bg);
    color: var(--ink);
    font-family: "Segoe UI", system-ui, sans-serif;
    padding: 0 16px 48px;
}

.eval-top[b-uqg8tyog58] {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 4px;
}

.brand[b-uqg8tyog58] { color: var(--navy); font-weight: 800; letter-spacing: .02em; }
.brand b[b-uqg8tyog58] { color: var(--cyan); font-weight: 800; }
.saved[b-uqg8tyog58] { font-size: .8rem; color: var(--muted); }

.card[b-uqg8tyog58] {
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(10,46,80,.08);
    padding: clamp(20px, 4vw, 36px);
}

.card.center[b-uqg8tyog58] { text-align: center; }
.card h1[b-uqg8tyog58] { font-size: clamp(1.4rem, 3.5vw, 1.9rem); color: var(--navy); margin: 0 0 12px; }
.card h2[b-uqg8tyog58] { font-size: 1.05rem; color: var(--navy); margin: 0 0 8px; }
.lead[b-uqg8tyog58] { color: var(--muted); font-size: 1.02rem; }

.error h1[b-uqg8tyog58] { color: #c0392b; }

.privacy[b-uqg8tyog58] {
    background: #f5f9fc;
    border: 1px solid var(--line);
    border-left: 4px solid var(--cyan);
    border-radius: 10px;
    padding: 16px 18px;
    margin: 18px 0;
}
.privacy p[b-uqg8tyog58] { color: var(--muted); font-size: .92rem; margin: 0; }

.consent[b-uqg8tyog58] { display: flex; gap: 10px; align-items: flex-start; margin: 8px 0 20px; cursor: pointer; }
.consent input[b-uqg8tyog58] { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--cyan); }

.hint[b-uqg8tyog58] { color: var(--muted); font-size: .82rem; margin-top: 16px; }

.btn[b-uqg8tyog58] {
    font: inherit;
    font-weight: 600;
    border-radius: 10px;
    padding: 12px 22px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: filter .15s, background .15s;
}
.btn.primary[b-uqg8tyog58] { background: var(--navy); color: #fff; }
.btn.primary:hover:not(:disabled)[b-uqg8tyog58] { filter: brightness(1.15); }
.btn.ghost[b-uqg8tyog58] { background: transparent; color: var(--navy); border-color: var(--line); }
.btn:disabled[b-uqg8tyog58] { opacity: .45; cursor: not-allowed; }

.progress[b-uqg8tyog58] { height: 8px; background: #e3ecf4; border-radius: 999px; overflow: hidden; margin-bottom: 16px; }
.progress .bar[b-uqg8tyog58] { height: 100%; background: linear-gradient(90deg, var(--navy), var(--cyan)); transition: width .3s ease; }

.meta[b-uqg8tyog58] { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: .85rem; margin-bottom: 14px; }
.timer[b-uqg8tyog58] { font-weight: 700; color: var(--navy); font-variant-numeric: tabular-nums; }
.timer.urgent[b-uqg8tyog58] { color: #c0392b; }

.prompt[b-uqg8tyog58] { font-size: 1.2rem; line-height: 1.4; margin: 0 0 22px; color: var(--ink); }

.figure[b-uqg8tyog58] { margin: 0 0 22px; text-align: center; }
.figure img[b-uqg8tyog58] { max-width: 100%; border: 1px solid var(--line); border-radius: 12px; }

.likert[b-uqg8tyog58] { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
@media (max-width: 560px) { .likert[b-uqg8tyog58] { grid-template-columns: 1fr; } }

.choices[b-uqg8tyog58] { display: flex; flex-direction: column; gap: 10px; }

/* ---- Elección forzada (MÁS/MENOS) ---- */
.forced[b-uqg8tyog58] { display: flex; flex-direction: column; gap: 8px; }
.forced-head[b-uqg8tyog58], .forced-row[b-uqg8tyog58] {
    display: grid; grid-template-columns: 1fr 56px 56px; align-items: center; gap: 8px;
}
.forced-head[b-uqg8tyog58] { font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); padding: 0 6px; }
.forced-head span:not(:first-child)[b-uqg8tyog58], .forced-row .fc[b-uqg8tyog58] { text-align: center; }
.forced-row[b-uqg8tyog58] {
    border: 2px solid var(--line); border-radius: 12px; padding: 10px 12px; transition: border-color .15s, background .15s;
}
.forced-row.is-most[b-uqg8tyog58] { border-color: #1f9d6b; background: #e6f5ee; }
.forced-row.is-least[b-uqg8tyog58] { border-color: #c0392b; background: #fbe8e6; }
.forced-text[b-uqg8tyog58] { font-size: .95rem; }
.fc[b-uqg8tyog58] {
    font: inherit; font-weight: 800; width: 44px; height: 40px; border-radius: 10px;
    border: 2px solid var(--line); background: #fff; cursor: pointer; color: var(--muted);
}
.fc:hover[b-uqg8tyog58] { border-color: var(--cyan); }
.fc.on.most[b-uqg8tyog58] { background: #1f9d6b; border-color: #1f9d6b; color: #fff; }
.fc.on.least[b-uqg8tyog58] { background: #c0392b; border-color: #c0392b; color: #fff; }

.opt[b-uqg8tyog58] {
    font: inherit;
    background: #fff;
    border: 2px solid var(--line);
    border-radius: 12px;
    padding: 14px 12px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
    transition: border-color .15s, background .15s, transform .05s;
}
.opt.wide[b-uqg8tyog58] { flex-direction: row; justify-content: center; }
.opt:hover[b-uqg8tyog58] { border-color: var(--cyan); }
.opt:active[b-uqg8tyog58] { transform: scale(.99); }
.opt.sel[b-uqg8tyog58] { border-color: var(--cyan); background: #e8f7fe; }
.opt .num[b-uqg8tyog58] { font-weight: 800; font-size: 1.15rem; color: var(--navy); }
.opt .lbl[b-uqg8tyog58] { font-size: .72rem; color: var(--muted); }

.nav[b-uqg8tyog58] { display: flex; justify-content: space-between; margin-top: 26px; }

.done .check[b-uqg8tyog58] {
    width: 64px; height: 64px; border-radius: 50%;
    background: #e8f7fe; color: var(--cyan);
    display: flex; align-items: center; justify-content: center;
    font-size: 2rem; font-weight: 800; margin: 0 auto 16px;
}
/* /Components/Pages/Evaluation/MemoryGame.razor.rz.scp.css */
.mem[b-vszzywol9z] { --navy: #0A2E50; --cyan: #00AEEF; --muted: #5b6b7a; --line: #d8e2ec; text-align: center; }

.mem-title[b-vszzywol9z] { color: var(--navy); margin: 0 0 8px; }
.mem-help[b-vszzywol9z] { color: var(--muted); font-size: .92rem; max-width: 52ch; margin: 0 auto 16px; }
.mem-block[b-vszzywol9z] { color: var(--navy); font-weight: 700; margin: 0 0 12px; }

.mem-stage[b-vszzywol9z] {
    background: #f5f9fc; border: 1px solid var(--line); border-radius: 16px;
    height: 200px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px;
}
.mem-digit[b-vszzywol9z] { font-size: 5rem; font-weight: 800; color: var(--navy); font-variant-numeric: tabular-nums; }

.mem-recall[b-vszzywol9z] {
    font-size: 1.8rem; font-weight: 700; color: var(--navy); letter-spacing: .1em;
    background: #f5f9fc; border: 1px solid var(--line); border-radius: 12px; padding: 14px; margin-bottom: 14px;
    min-height: 32px;
}
.mem-pad[b-vszzywol9z] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; max-width: 260px; margin: 0 auto 14px; }
.mem-key[b-vszzywol9z] {
    font: inherit; font-size: 1.4rem; font-weight: 800; color: var(--navy);
    background: #fff; border: 2px solid var(--line); border-radius: 12px; padding: 16px; cursor: pointer;
}
.mem-key:hover[b-vszzywol9z] { border-color: var(--cyan); }
.mem-actions[b-vszzywol9z] { display: flex; gap: 12px; justify-content: center; }

.btn[b-vszzywol9z] { font: inherit; font-weight: 700; border-radius: 10px; padding: 12px 26px; border: 1px solid transparent; cursor: pointer; font-size: 1rem; }
.btn.primary[b-vszzywol9z] { background: var(--navy); color: #fff; }
.btn.primary:hover:not(:disabled)[b-vszzywol9z] { filter: brightness(1.15); }
.btn.ghost[b-vszzywol9z] { background: #fff; color: var(--navy); border-color: var(--line); }
.btn:disabled[b-vszzywol9z] { opacity: .45; cursor: not-allowed; }
/* /Components/Pages/Evaluation/MultitaskGame.razor.rz.scp.css */
.mt[b-k0ah7keub6] { --navy: #0A2E50; --cyan: #00AEEF; --muted: #5b6b7a; --line: #d8e2ec; text-align: center; }

.mt-title[b-k0ah7keub6] { color: var(--navy); margin: 0 0 8px; }
.mt-help[b-k0ah7keub6] { color: var(--muted); font-size: .92rem; max-width: 54ch; margin: 0 auto 16px; }
.mt-block[b-k0ah7keub6] { color: var(--navy); font-weight: 700; margin: 0 0 12px; }

.mt-stage[b-k0ah7keub6] {
    background: #f5f9fc; border: 1px solid var(--line); border-radius: 16px;
    height: 220px; display: flex; align-items: center; justify-content: center; gap: 60px; margin-bottom: 16px;
}
.mt-letter[b-k0ah7keub6] { font-size: 5rem; font-weight: 800; color: var(--navy); }
.mt-shape[b-k0ah7keub6] { font-size: 4.5rem; color: var(--cyan); }
.mt-gap[b-k0ah7keub6] { font-size: 2rem; color: #c3cedb; }

.mt-actions[b-k0ah7keub6] { display: flex; gap: 14px; justify-content: center; }
.btn[b-k0ah7keub6] { font: inherit; font-weight: 700; border-radius: 10px; padding: 14px 30px; border: 1px solid transparent; cursor: pointer; font-size: 1rem; }
.btn.primary[b-k0ah7keub6] { background: var(--navy); color: #fff; }
.btn.ghost[b-k0ah7keub6] { background: #fff; color: var(--navy); border-color: var(--line); }
.btn:disabled[b-k0ah7keub6] { opacity: .5; cursor: not-allowed; }
/* /Components/Pages/Evaluation/PlanningGame.razor.rz.scp.css */
.plan[b-2ll31f0o1c] { --navy: #0A2E50; --cyan: #00AEEF; --muted: #5b6b7a; --line: #d8e2ec; text-align: center; }

.plan-head[b-2ll31f0o1c] {
    display: flex; justify-content: space-between; align-items: center;
    color: var(--muted); font-size: .9rem; margin-bottom: 8px;
}
.plan-head strong[b-2ll31f0o1c] { color: var(--navy); }
.plan-help[b-2ll31f0o1c] { color: var(--muted); font-size: .9rem; margin: 0 auto 16px; max-width: 52ch; }

.plan-intro[b-2ll31f0o1c] {
    background: #f5f9fc; border: 1px solid var(--line); border-radius: 16px;
    padding: 24px; text-align: left; max-width: 560px; margin: 0 auto;
}
.plan-intro h3[b-2ll31f0o1c] { color: var(--navy); margin: 0 0 8px; }
.plan-intro p[b-2ll31f0o1c] { color: var(--muted); margin: 8px 0; }
.plan-intro ul[b-2ll31f0o1c] { color: var(--muted); padding-left: 20px; margin: 10px 0; }
.plan-intro li[b-2ll31f0o1c] { margin: 6px 0; }
.plan-intro strong[b-2ll31f0o1c] { color: var(--navy); }
.plan-tip[b-2ll31f0o1c] { font-style: italic; }
.plan-intro .btn[b-2ll31f0o1c] { margin-top: 10px; }

.plan-board[b-2ll31f0o1c] {
    display: flex; justify-content: center; align-items: flex-end; gap: 18px;
    background: #f5f9fc; border: 1px solid var(--line); border-radius: 16px;
    padding: 24px 16px; min-height: 260px;
}
.plan-peg[b-2ll31f0o1c] {
    position: relative; flex: 1; max-width: 200px; min-height: 220px;
    display: flex; flex-direction: column; justify-content: flex-end; align-items: center;
    cursor: pointer; border-radius: 12px; padding-bottom: 4px;
    transition: background .15s ease;
}
.plan-peg[b-2ll31f0o1c]::before {
    content: ""; position: absolute; bottom: 14px; width: 10px; top: 18px;
    background: #c3d2e0; border-radius: 6px; z-index: 0;
}
.plan-peg:hover[b-2ll31f0o1c] { background: rgba(0,174,239,.06); }
.plan-peg.sel[b-2ll31f0o1c] { background: rgba(0,174,239,.14); outline: 2px solid var(--cyan); }
.plan-peg.goal[b-2ll31f0o1c]::after {
    content: "meta"; position: absolute; top: 0; font-size: .7rem; color: var(--cyan);
    font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
}
.plan-disks[b-2ll31f0o1c] { display: flex; flex-direction: column-reverse; align-items: center; gap: 3px; z-index: 1; }
.plan-disk[b-2ll31f0o1c] {
    height: 22px; border-radius: 6px; color: #fff; font-size: .8rem; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(180deg, #3aa0e0, #0A2E50);
    box-shadow: 0 2px 5px rgba(10,46,80,.25);
}
.plan-base[b-2ll31f0o1c] {
    height: 12px; width: 100%; border-radius: 6px;
    background: #9fb4c7; margin-top: 4px; z-index: 1;
}

.plan-msg.err[b-2ll31f0o1c] { color: #c0392b; font-weight: 700; margin: 12px 0 0; font-size: .9rem; }
.plan-actions[b-2ll31f0o1c] { margin-top: 16px; }

.btn[b-2ll31f0o1c] {
    font: inherit; font-weight: 700; border-radius: 10px; padding: 12px 26px;
    border: 1px solid transparent; cursor: pointer; font-size: 1rem;
}
.btn.primary[b-2ll31f0o1c] { background: var(--navy); color: #fff; }
.btn.primary:hover:not(:disabled)[b-2ll31f0o1c] { filter: brightness(1.15); }
.btn.ghost[b-2ll31f0o1c] { background: #fff; color: var(--navy); border-color: var(--line); }
.btn:disabled[b-2ll31f0o1c] { opacity: .45; cursor: not-allowed; }
/* /Components/Pages/Evaluation/RiskGame.razor.rz.scp.css */
.risk[b-fqmpesdewf] { --navy: #0A2E50; --cyan: #00AEEF; --muted: #5b6b7a; --line: #d8e2ec; text-align: center; }

.risk-head[b-fqmpesdewf] {
    display: flex; justify-content: space-between; align-items: center;
    color: var(--muted); font-size: .9rem; margin-bottom: 8px;
}
.risk-head strong[b-fqmpesdewf] { color: var(--navy); }
.risk-help[b-fqmpesdewf] { color: var(--muted); font-size: .9rem; margin: 0 auto 16px; max-width: 52ch; }

.risk-stage[b-fqmpesdewf] {
    background: #f5f9fc; border: 1px solid var(--line); border-radius: 16px;
    padding: 24px; display: flex; flex-direction: column; align-items: center; gap: 14px;
    min-height: 300px; justify-content: center;
}
.balloon[b-fqmpesdewf] {
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%; background: radial-gradient(circle at 35% 30%, #ff8f8f, #e0463f);
    font-size: 2rem; transition: width .18s ease, height .18s ease; box-shadow: 0 6px 18px rgba(224,70,63,.3);
}
.balloon.popped[b-fqmpesdewf] { background: none; box-shadow: none; font-size: 4rem; }
.risk-pot[b-fqmpesdewf] { color: var(--navy); font-size: 1.05rem; margin: 0; }
.risk-pot strong[b-fqmpesdewf] { font-size: 1.3rem; }
.risk-msg[b-fqmpesdewf] { color: #c0392b; font-weight: 700; margin: 0; }

.risk-actions[b-fqmpesdewf] { display: flex; gap: 12px; }

.btn[b-fqmpesdewf] {
    font: inherit; font-weight: 700; border-radius: 10px; padding: 12px 26px;
    border: 1px solid transparent; cursor: pointer; font-size: 1rem;
}
.btn.primary[b-fqmpesdewf] { background: var(--navy); color: #fff; }
.btn.primary:hover:not(:disabled)[b-fqmpesdewf] { filter: brightness(1.15); }
.btn.ghost[b-fqmpesdewf] { background: #fff; color: var(--navy); border-color: var(--line); }
.btn:disabled[b-fqmpesdewf] { opacity: .45; cursor: not-allowed; }
/* /Components/Pages/Evaluation/SpeedGame.razor.rz.scp.css */
.spd[b-gwqwncarzt] { --navy: #0A2E50; --cyan: #00AEEF; --muted: #5b6b7a; --line: #d8e2ec; text-align: center; }

.spd-head[b-gwqwncarzt] {
    display: flex; justify-content: space-between; align-items: center;
    color: var(--muted); font-size: .95rem; margin-bottom: 10px;
}
.spd-head strong[b-gwqwncarzt] { color: var(--navy); }
.spd-help[b-gwqwncarzt] { color: var(--muted); font-size: .9rem; margin: 0 auto 16px; max-width: 52ch; }

.spd-intro[b-gwqwncarzt] {
    background: #f5f9fc; border: 1px solid var(--line); border-radius: 16px;
    padding: 24px; max-width: 560px; margin: 0 auto; text-align: left;
}
.spd-intro h3[b-gwqwncarzt] { color: var(--navy); margin: 0 0 8px; }
.spd-intro p[b-gwqwncarzt] { color: var(--muted); margin: 8px 0 16px; }
.spd-intro strong[b-gwqwncarzt] { color: var(--navy); }
.spd-intro .btn[b-gwqwncarzt] { margin-top: 8px; }

.spd-key[b-gwqwncarzt] {
    display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin: 14px 0;
}
.spd-key.compact[b-gwqwncarzt] { margin: 6px 0 14px; }
.spd-key-cell[b-gwqwncarzt] {
    display: flex; flex-direction: column; align-items: center;
    border: 1px solid var(--line); border-radius: 8px; background: #fff;
    min-width: 46px; overflow: hidden;
}
.spd-sym[b-gwqwncarzt] { font-size: 1.2rem; padding: 6px 10px 2px; color: var(--navy); }
.spd-num[b-gwqwncarzt] {
    font-size: .85rem; font-weight: 700; color: #fff; background: var(--navy);
    width: 100%; text-align: center; padding: 2px 0;
}

.spd-stage[b-gwqwncarzt] {
    position: relative; background: #f5f9fc; border: 1px solid var(--line);
    border-radius: 16px; padding: 28px; margin-bottom: 14px;
    display: flex; align-items: center; justify-content: center; min-height: 130px;
}
.spd-current[b-gwqwncarzt] { font-size: 4rem; color: var(--navy); line-height: 1; }
.spd-flash[b-gwqwncarzt] {
    position: absolute; right: 18px; top: 50%; transform: translateY(-50%);
    font-size: 2.4rem; font-weight: 700;
}
.spd-flash.ok[b-gwqwncarzt] { color: #1f9d55; }
.spd-flash.no[b-gwqwncarzt] { color: #c0392b; }

.spd-pad[b-gwqwncarzt] {
    display: flex; justify-content: center; flex-wrap: wrap; gap: 10px;
}
.spd-btn[b-gwqwncarzt] {
    font: inherit; font-weight: 700; font-size: 1.3rem; width: 62px; height: 62px;
    border-radius: 12px; border: 1px solid var(--line); background: #fff; color: var(--navy);
    cursor: pointer;
}
.spd-btn:hover[b-gwqwncarzt] { background: rgba(0,174,239,.08); border-color: var(--cyan); }
.spd-btn:active[b-gwqwncarzt] { background: var(--navy); color: #fff; }

.btn[b-gwqwncarzt] {
    font: inherit; font-weight: 700; border-radius: 10px; padding: 12px 26px;
    border: 1px solid transparent; cursor: pointer; font-size: 1rem;
}
.btn.primary[b-gwqwncarzt] { background: var(--navy); color: #fff; }
.btn.primary:hover:not(:disabled)[b-gwqwncarzt] { filter: brightness(1.15); }
/* /Components/Pages/Home.razor.rz.scp.css */
.landing[b-lvdcpj76nw] {
    --navy: #0A2E50;
    --cyan: #00AEEF;
    --ink: #12263a;
    --muted: #5b6b7a;
    --bg: #f3f7fb;
    --line: #dbe4ee;
    color: var(--ink);
    font-family: "Segoe UI", system-ui, sans-serif;
    background: var(--bg);
    min-height: 100vh;
}

.lnav[b-lvdcpj76nw] {
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px clamp(16px, 5vw, 64px);
    background: #fff; border-bottom: 1px solid var(--line);
}
.brand[b-lvdcpj76nw] { color: var(--navy); font-weight: 800; font-size: 1.1rem; }
.brand b[b-lvdcpj76nw] { color: var(--cyan); }
.lnav-links[b-lvdcpj76nw] { display: flex; align-items: center; gap: 20px; }
.lnav-links a[b-lvdcpj76nw] { color: var(--navy); text-decoration: none; font-weight: 600; }

.btn-cta[b-lvdcpj76nw] {
    background: var(--navy); color: #fff !important; padding: 11px 20px;
    border-radius: 10px; text-decoration: none; font-weight: 700; display: inline-block;
    border: none; cursor: pointer;
}
.btn-cta:hover[b-lvdcpj76nw] { filter: brightness(1.15); }
.btn-ghost[b-lvdcpj76nw] {
    background: transparent; color: var(--navy) !important; padding: 11px 20px;
    border-radius: 10px; text-decoration: none; font-weight: 700; border: 1px solid var(--line);
    display: inline-block;
}

.hero[b-lvdcpj76nw] {
    text-align: center; padding: clamp(40px, 8vw, 90px) clamp(16px, 5vw, 64px) 60px;
    background: radial-gradient(1000px 340px at 50% -10%, rgba(0,174,239,.15), transparent 60%);
}
.hero h1[b-lvdcpj76nw] {
    color: var(--navy); font-size: clamp(1.8rem, 4.5vw, 3rem); max-width: 16ch;
    margin: 0 auto 18px; line-height: 1.15;
}
.hero p[b-lvdcpj76nw] { color: var(--muted); font-size: 1.1rem; max-width: 60ch; margin: 0 auto 26px; }
.hero-cta[b-lvdcpj76nw] { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.trial-note[b-lvdcpj76nw] { margin-top: 18px; font-size: .85rem; color: var(--muted); }

.feats[b-lvdcpj76nw] {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px; padding: 20px clamp(16px, 5vw, 64px) 40px; max-width: 1100px; margin: 0 auto;
}
.feat[b-lvdcpj76nw] { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 22px; }
.feat h3[b-lvdcpj76nw] { color: var(--navy); margin: 0 0 8px; font-size: 1.05rem; }
.feat p[b-lvdcpj76nw] { color: var(--muted); margin: 0; font-size: .92rem; }

.pricing[b-lvdcpj76nw] { padding: 30px clamp(16px, 5vw, 64px) 50px; max-width: 1100px; margin: 0 auto; }
.pricing h2[b-lvdcpj76nw] { color: var(--navy); text-align: center; margin-bottom: 24px; }
.cards[b-lvdcpj76nw] { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.pkg[b-lvdcpj76nw] {
    background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 24px;
    text-align: center; display: flex; flex-direction: column; gap: 10px;
}
.pkg-name[b-lvdcpj76nw] { color: var(--navy); font-weight: 700; font-size: 1.05rem; }
.pkg-price[b-lvdcpj76nw] { font-size: 1.8rem; font-weight: 800; color: var(--ink); }
.pkg-price span[b-lvdcpj76nw] { font-size: .8rem; color: var(--muted); font-weight: 600; }
.pkg-detail[b-lvdcpj76nw] { color: var(--muted); flex: 1; }
.pricing-note[b-lvdcpj76nw] { text-align: center; color: var(--muted); font-size: .85rem; margin-top: 20px; }

.lfoot[b-lvdcpj76nw] { text-align: center; padding: 30px; color: var(--muted); border-top: 1px solid var(--line); background: #fff; }
