/* /Components/AboutSection.razor.rz.scp.css */
.pn-about[b-xxjs0qdqtx] {
    position: relative; padding: 80px 32px 40px;
    max-width: 1280px; margin: 0 auto;
}
.pn-about .grid[b-xxjs0qdqtx] {
    display: grid; grid-template-columns: 1.1fr 1fr;
    gap: 40px; align-items: stretch;
}
.pn-about .col h2[b-xxjs0qdqtx] {
    font-family: var(--display);
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1.05;
}
.pn-about .col h2 em[b-xxjs0qdqtx] {
    font-style: normal; color: var(--red);
    background: var(--gold);
    padding: 0 8px;
    display: inline-block; transform: rotate(-2deg);
    box-shadow: 4px 4px 0 var(--ink);
}
.pn-about .col .lede[b-xxjs0qdqtx] {
    margin-top: 24px;
    font-family: var(--body); font-size: 16px; line-height: 1.95;
    max-width: 46ch;
}
.pn-about .stats[b-xxjs0qdqtx] {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 14px; margin-top: 28px;
}
.pn-about .stat[b-xxjs0qdqtx] {
    background: var(--white);
    border: 3px solid var(--ink);
    box-shadow: 5px 5px 0 var(--ink);
    padding: 14px 16px;
}
.pn-about .stat .k[b-xxjs0qdqtx] {
    font-family: var(--eng); font-size: 12px; letter-spacing: 0.2em;
    color: var(--ink-soft);
}
.pn-about .stat .v[b-xxjs0qdqtx] {
    font-family: var(--display); font-size: 22px; margin-top: 4px;
}
.pn-about .profile[b-xxjs0qdqtx] {
    position: relative;
    background: var(--white);
    border: 4px solid var(--ink);
    box-shadow: 8px 8px 0 var(--ink);
    padding: 26px 28px 28px;
    display: flex; flex-direction: column;
}
.pn-about .profile .top[b-xxjs0qdqtx] { display: flex; gap: 14px; align-items: center; }
.pn-about .profile .avatar[b-xxjs0qdqtx] {
    width: 64px; height: 64px; border-radius: 50%;
    border: 3px solid var(--ink);
    background: conic-gradient(from 200deg, var(--gold) 0%, var(--apricot) 35%, var(--red) 60%, var(--sora) 100%);
    box-shadow: 4px 4px 0 var(--ink);
    display: grid; place-items: center;
    font-family: var(--display); font-size: 24px;
}
.pn-about .profile .name[b-xxjs0qdqtx] { font-family: var(--display); font-size: 22px; }
.pn-about .profile .meta[b-xxjs0qdqtx] { font-family: var(--eng); font-size: 13px; letter-spacing: 0.16em; color: var(--ink-soft); margin-top: 2px; }
.pn-about .profile dl[b-xxjs0qdqtx] {
    margin-top: 22px;
    display: grid; grid-template-columns: 110px 1fr;
    row-gap: 12px; column-gap: 14px;
    font-family: var(--body); font-size: 14px; line-height: 1.6;
}
.pn-about .profile dt[b-xxjs0qdqtx] {
    font-family: var(--eng); font-size: 12px; letter-spacing: 0.2em;
    color: var(--ink-soft);
    border-right: 2px solid var(--ink);
    padding-right: 12px;
}
.pn-about .profile dd[b-xxjs0qdqtx] { padding-left: 4px; }
.pn-about .profile .verify[b-xxjs0qdqtx] {
    margin-top: 22px;
    display: inline-flex; gap: 8px; align-items: center;
    font-family: var(--eng); font-size: 12px; letter-spacing: 0.2em;
    background: var(--ink); color: var(--gold);
    padding: 6px 10px; align-self: flex-start;
}
.pn-about .profile .verify[b-xxjs0qdqtx]::before {
    content: "✓"; font-size: 12px;
    background: var(--gold); color: var(--ink);
    width: 16px; height: 16px; border-radius: 50%;
    display: grid; place-items: center;
}

@media (max-width: 980px) {
    .pn-about[b-xxjs0qdqtx] { padding: 60px 20px 30px; }
    .pn-about .grid[b-xxjs0qdqtx] { grid-template-columns: 1fr; gap: 28px; }
}
/* /Components/AdBanner.razor.rz.scp.css */
.ad-banner[b-882skt4akb] {
    width: min(960px, calc(100vw - 40px));
    min-height: 78px;
    margin: 0 auto 24px;
    padding: 14px 18px;
    background:
        repeating-linear-gradient(-68deg, transparent 0 24px, rgba(225,29,42,0.14) 24px 26px, transparent 26px 52px),
        var(--white);
    border: 3px solid var(--ink);
    border-radius: 4px;
    box-shadow: 5px 5px 0 var(--ink);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    text-align: center;
}

.ad-banner .label[b-882skt4akb] {
    background: var(--ink);
    color: var(--gold);
    font-family: var(--eng);
    font-size: 13px;
    letter-spacing: 0.18em;
    padding: 4px 8px;
}

.ad-banner .copy[b-882skt4akb] {
    font-family: var(--display);
    font-size: clamp(16px, 2.2vw, 24px);
}

@media (max-width: 680px) {
    .ad-banner[b-882skt4akb] {
        min-height: 92px;
        flex-direction: column;
        gap: 8px;
    }
}
/* /Components/ContactPanel.razor.rz.scp.css */
.pn-panel[b-tnafyj0mi8] {
    position: relative;
    padding: 40px 32px 80px;
    max-width: 1280px; margin: 0 auto;
}
.pn-panel .frame[b-tnafyj0mi8] {
    position: relative;
    background: var(--ink);
    color: var(--white);
    padding: 48px 48px;
    border: 4px solid var(--ink);
    box-shadow: 10px 10px 0 var(--red);
    overflow: hidden;
    display: grid; grid-template-columns: 1.2fr 1fr;
    gap: 40px; align-items: center;
}
.pn-panel .frame[b-tnafyj0mi8]::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(circle at 1px 1px, rgba(244,196,48,0.18) 1px, transparent 1.2px) 0 0/8px 8px;
    opacity: 0.6; pointer-events: none;
}
.pn-panel .label[b-tnafyj0mi8] {
    font-family: var(--eng); font-size: 14px; letter-spacing: 0.2em;
    color: var(--gold);
}
.pn-panel h3[b-tnafyj0mi8] {
    font-family: var(--display);
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.15; margin-top: 12px;
    position: relative; z-index: 2;
}
.pn-panel h3 em[b-tnafyj0mi8] { font-style: normal; color: var(--gold); }
.pn-panel .copy[b-tnafyj0mi8] {
    margin-top: 18px;
    font-family: var(--body); font-size: 15px; line-height: 1.85;
    color: var(--apricot-2); max-width: 38ch;
    position: relative; z-index: 2;
}
.pn-panel .actions[b-tnafyj0mi8] {
    position: relative; z-index: 2;
    display: flex; flex-direction: column; gap: 12px;
}
.pn-panel .btn[b-tnafyj0mi8] {
    display: inline-flex; align-items: center; justify-content: space-between;
    gap: 16px;
    background: var(--gold); color: var(--ink);
    border: 3px solid var(--gold);
    padding: 14px 18px;
    font-family: var(--eng); font-size: 16px; letter-spacing: 0.18em;
    box-shadow: 5px 5px 0 var(--red);
    transition: transform 0.2s var(--easing), box-shadow 0.2s var(--easing);
}
.pn-panel .btn:hover[b-tnafyj0mi8] { transform: translate(-2px,-2px); box-shadow: 7px 7px 0 var(--red); }
.pn-panel .btn.alt[b-tnafyj0mi8] { background: var(--white); border-color: var(--white); }
.pn-panel .btn .arr[b-tnafyj0mi8] { width: 22px; height: 2px; background: currentColor; position: relative; }
.pn-panel .btn .arr[b-tnafyj0mi8]::after {
    content: ""; position: absolute; right: 0; top: -4px;
    width: 9px; height: 9px;
    border-top: 2px solid currentColor; border-right: 2px solid currentColor;
    transform: rotate(45deg);
}
.pn-panel .corner[b-tnafyj0mi8] { position: absolute; width: 22px; height: 22px; border: 4px solid var(--gold); }
.pn-panel .c-tl[b-tnafyj0mi8] { top: 10px; left: 10px; border-right: 0; border-bottom: 0; }
.pn-panel .c-tr[b-tnafyj0mi8] { top: 10px; right: 10px; border-left: 0; border-bottom: 0; }
.pn-panel .c-bl[b-tnafyj0mi8] { bottom: 10px; left: 10px; border-right: 0; border-top: 0; }
.pn-panel .c-br[b-tnafyj0mi8] { bottom: 10px; right: 10px; border-left: 0; border-top: 0; }

@media (max-width: 980px) {
    .pn-panel[b-tnafyj0mi8] { padding: 20px 20px 60px; }
    .pn-panel .frame[b-tnafyj0mi8] { padding: 32px 24px; grid-template-columns: 1fr; gap: 24px; }
}
/* /Components/GameHeader.razor.rz.scp.css */
.game-header[b-juihe5jv78] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 104px 32px 28px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    align-items: center;
}

.game-header .back[b-juihe5jv78],
.game-header .games[b-juihe5jv78] {
    background: var(--ink);
    color: var(--gold);
    border: 3px solid var(--ink);
    border-radius: 4px;
    box-shadow: 4px 4px 0 var(--red);
    font-family: var(--eng);
    font-size: 16px;
    letter-spacing: 0.18em;
    padding: 9px 13px;
}

.game-header .games[b-juihe5jv78] {
    background: var(--gold);
    color: var(--ink);
}

.game-header .eyebrow[b-juihe5jv78] {
    font-family: var(--eng);
    font-size: 14px;
    letter-spacing: 0.22em;
    color: var(--red);
}

.game-header h1[b-juihe5jv78] {
    font-family: var(--display);
    font-size: clamp(36px, 5vw, 68px);
    line-height: 1.05;
    margin-top: 6px;
    text-shadow: 3px 3px 0 var(--gold);
}

.game-header .description[b-juihe5jv78] {
    max-width: 52ch;
    margin-top: 12px;
    font-family: var(--body);
    font-size: 15px;
    line-height: 1.8;
    color: var(--ink-soft);
}

@media (max-width: 760px) {
    .game-header[b-juihe5jv78] {
        grid-template-columns: 1fr auto;
        padding: 88px 20px 24px;
    }

    .game-header > div[b-juihe5jv78] {
        grid-column: 1 / -1;
        grid-row: 2;
    }
}
/* /Components/Hero.razor.rz.scp.css */
.pn-hero[b-8t1hidurwc] {
    position: relative; min-height: 100vh;
    padding: 120px 32px 60px;
    overflow: hidden;
    display: flex; align-items: center;
}
.pn-hero .stripes[b-8t1hidurwc] {
    position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background: repeating-linear-gradient(
        -68deg,
        transparent 0 60px,
        rgba(225,29,42,0.08) 60px 64px,
        transparent 64px 124px);
}
.pn-hero .sash[b-8t1hidurwc] {
    position: absolute; z-index: 1; pointer-events: none;
    left: -10%; right: -10%; bottom: 6%; height: 80px;
    background: var(--red);
    transform: rotate(-6deg);
    box-shadow: 0 0 0 6px var(--ink), 0 14px 0 0 rgba(14,14,16,0.85);
}
.pn-hero .sash[b-8t1hidurwc]::before, .pn-hero .sash[b-8t1hidurwc]::after {
    content: ""; position: absolute; left: 0; right: 0; height: 4px; background: var(--ink);
}
.pn-hero .sash[b-8t1hidurwc]::before { top: 14px; }
.pn-hero .sash[b-8t1hidurwc]::after { bottom: 14px; }
.pn-hero .sash-text[b-8t1hidurwc] {
    position: absolute; inset: 0;
    display: flex; align-items: center;
    font-family: var(--eng); color: var(--white);
    font-size: 22px; letter-spacing: 0.18em;
    white-space: nowrap;
    animation: pn-march 26s linear infinite;
}
.pn-hero .sash-text span[b-8t1hidurwc] { padding: 0 24px; }
.pn-hero .sash-text .star[b-8t1hidurwc] { color: var(--gold); }
.pn-hero .speed[b-8t1hidurwc] {
    position: absolute; right: -40px; top: 0; bottom: 0; width: 50%;
    z-index: 1; pointer-events: none;
    background: repeating-linear-gradient(
        90deg, transparent 0 12px, rgba(14,14,16,0.6) 12px 13px, transparent 13px 36px);
    -webkit-mask: linear-gradient(90deg, transparent 0%, black 60%);
    mask: linear-gradient(90deg, transparent 0%, black 60%);
    opacity: 0.30;
}
.pn-hero .stage[b-8t1hidurwc] { position: relative; z-index: 4; max-width: 1280px; margin: 0 auto; width: 100%; }
.pn-hero .kicker[b-8t1hidurwc] {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--ink); color: var(--gold);
    padding: 6px 14px;
    font-family: var(--eng); font-size: 16px; letter-spacing: 0.18em;
    transform: skewX(-10deg) rotate(-2deg);
    box-shadow: 4px 4px 0 var(--red);
}
.pn-hero .kicker > *[b-8t1hidurwc] { transform: skewX(10deg); display: inline-block; }
.pn-hero h1[b-8t1hidurwc] {
    font-family: var(--display);
    font-size: clamp(72px, 12vw, 200px);
    line-height: 0.9; letter-spacing: -0.01em; margin-top: 22px;
    color: var(--ink);
    text-shadow: 4px 4px 0 var(--gold), 8px 8px 0 var(--ink);
    -webkit-text-stroke: 2px var(--ink);
}
.pn-hero h1 .row[b-8t1hidurwc] { display: block; }
.pn-hero h1 .row.r1[b-8t1hidurwc] { transform: rotate(-1.5deg); }
.pn-hero h1 .row.r2[b-8t1hidurwc] {
    margin-left: clamp(40px, 12vw, 200px);
    transform: rotate(2deg);
    text-shadow: 4px 4px 0 var(--sora), 8px 8px 0 var(--ink);
}
.pn-hero h1 .ch[b-8t1hidurwc] {
    display: inline-block;
    opacity: 0; transform: translateY(40px) rotate(-8deg);
    animation: pn-slam-b-8t1hidurwc 0.6s var(--easing) forwards;
}
.pn-hero h1 .ch:nth-child(1)[b-8t1hidurwc]{animation-delay:.05s}
.pn-hero h1 .ch:nth-child(2)[b-8t1hidurwc]{animation-delay:.12s}
.pn-hero h1 .ch:nth-child(3)[b-8t1hidurwc]{animation-delay:.19s}
.pn-hero h1 .ch:nth-child(4)[b-8t1hidurwc]{animation-delay:.26s}
.pn-hero h1 .ch:nth-child(5)[b-8t1hidurwc]{animation-delay:.33s}
.pn-hero h1 .ch:nth-child(6)[b-8t1hidurwc]{animation-delay:.40s}
.pn-hero h1 .ch:nth-child(7)[b-8t1hidurwc]{animation-delay:.47s}
.pn-hero h1 .ch:nth-child(8)[b-8t1hidurwc]{animation-delay:.54s}
.pn-hero h1 .ch:nth-child(9)[b-8t1hidurwc]{animation-delay:.61s}

@keyframes pn-slam-b-8t1hidurwc {
    60% { opacity: 1; transform: translateY(-6px) rotate(2deg); }
    100% { opacity: 1; transform: translateY(0) rotate(0); }
}
.pn-hero .tag[b-8t1hidurwc] {
    position: relative;
    margin-top: clamp(36px, 5vw, 56px);
    margin-left: auto; max-width: 520px;
    background: var(--white);
    border: 3px solid var(--ink);
    border-radius: 6px; padding: 22px 26px;
    font-family: var(--body); font-size: 15px; line-height: 1.85;
    box-shadow: 6px 6px 0 var(--ink);
}
.pn-hero .tag .role[b-8t1hidurwc] {
    display: inline-block;
    font-family: var(--eng); font-size: 12px; letter-spacing: 0.2em;
    background: var(--ink); color: var(--gold);
    padding: 3px 8px; margin-bottom: 12px;
}
.pn-hero .tag .who[b-8t1hidurwc] { font-weight: 700; }
.pn-hero .clock-chip[b-8t1hidurwc] {
    position: absolute; right: 32px; top: 110px; z-index: 6;
    background: var(--gold);
    border: 3px solid var(--ink);
    box-shadow: 5px 5px 0 var(--ink);
    padding: 10px 14px; transform: rotate(4deg);
    display: flex; align-items: center; gap: 10px;
    font-family: var(--display);
}
.pn-hero .clock-chip .pm[b-8t1hidurwc] {
    font-family: var(--eng); font-size: 12px;
    background: var(--ink); color: var(--gold);
    padding: 2px 6px;
}
.pn-hero .clock-chip .t[b-8t1hidurwc] { font-size: 22px; line-height: 1; }
.pn-hero .clock-chip .jp[b-8t1hidurwc] { font-size: 11px; color: var(--ink-soft); }

@media (max-width: 980px) {
    .pn-hero[b-8t1hidurwc] { padding: 100px 20px 40px; }
    .pn-hero h1[b-8t1hidurwc] { font-size: clamp(58px, 14vw, 100px); }
    .pn-hero h1 .row.r2[b-8t1hidurwc] { margin-left: 24px; }
    .pn-hero .clock-chip[b-8t1hidurwc] { right: 20px; top: 96px; }
    .pn-hero .tag[b-8t1hidurwc] { margin-left: 0; }
}
/* /Components/NavBar.razor.rz.scp.css */
.pn-nav[b-58r0oog2zn] {
    position: fixed; inset: 0 0 auto 0; z-index: 50;
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 32px;
}
.pn-nav .brand[b-58r0oog2zn] {
    display: flex; align-items: center; gap: 14px;
    background: var(--ink); color: var(--gold);
    padding: 10px 16px;
    border: 3px solid var(--ink);
    border-radius: 4px;
    box-shadow: 4px 4px 0 var(--red);
    transform: rotate(-2deg);
}
.pn-nav .brand .num[b-58r0oog2zn] {
    font-family: var(--eng); font-size: 16px;
    background: var(--gold); color: var(--ink);
    padding: 2px 6px; line-height: 1;
}
.pn-nav .brand .title[b-58r0oog2zn] { font-family: var(--display); font-size: 14px; letter-spacing: 0.04em; }
.pn-nav .right[b-58r0oog2zn] {
    display: flex; align-items: stretch; gap: 8px;
    font-family: var(--mono); font-size: 11px; color: var(--ink);
}
.pn-nav .right .chip[b-58r0oog2zn] {
    background: var(--white); border: 2px solid var(--ink);
    padding: 8px 12px; border-radius: 4px;
    box-shadow: 3px 3px 0 var(--ink);
    display: inline-flex; align-items: center; gap: 8px;
}
.pn-nav .right .chip .dot[b-58r0oog2zn] {
    width: 8px; height: 8px; background: var(--red);
    border-radius: 50%; animation: pn-blink-b-58r0oog2zn 1s steps(2) infinite;
}
.pn-nav .right .chip a[b-58r0oog2zn] { color: var(--ink); }

@keyframes pn-blink-b-58r0oog2zn { 50% { opacity: 0; } }

@media (max-width: 760px) {
    .pn-nav[b-58r0oog2zn] {
        padding: 14px 16px;
        align-items: flex-start;
        gap: 10px;
    }

    .pn-nav .brand[b-58r0oog2zn] {
        padding: 8px 10px;
    }

    .pn-nav .brand .title[b-58r0oog2zn] {
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .pn-nav .right[b-58r0oog2zn] {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .pn-nav .right .chip[b-58r0oog2zn] {
        padding: 7px 9px;
    }
}
/* /Components/SiteFooter.razor.rz.scp.css */
.pn-footer[b-591j9kus6g] {
    background: var(--ink); color: var(--white);
    padding: 22px 32px;
    display: flex; justify-content: space-between; align-items: center;
    font-family: var(--eng); font-size: 14px; letter-spacing: 0.2em;
    border-top: 4px solid var(--red);
}
.pn-footer .right[b-591j9kus6g] { display: flex; gap: 18px; align-items: center; }
.pn-footer .right a[b-591j9kus6g] { color: var(--gold); transition: color 0.2s; }
.pn-footer .right a:hover[b-591j9kus6g] { color: var(--apricot); }
.pn-footer .pin[b-591j9kus6g] { background: var(--red); color: var(--white); padding: 4px 10px; }

@media (max-width: 980px) {
    .pn-footer[b-591j9kus6g] { flex-direction: column; gap: 12px; align-items: flex-start; padding: 20px; }
}
/* /Components/WorksSection.razor.rz.scp.css */
.pn-show[b-onws0dw8ui] {
    position: relative;
    padding: 60px 32px 60px;
    max-width: 1280px; margin: 0 auto;
}
.pn-show .head[b-onws0dw8ui] {
    display: flex; justify-content: space-between; align-items: end;
    margin-bottom: 40px;
}
.pn-show .head h2[b-onws0dw8ui] {
    font-family: var(--display);
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1;
}
.pn-show .head h2 em[b-onws0dw8ui] {
    font-style: normal; color: var(--red);
    background: var(--gold);
    padding: 0 8px;
    display: inline-block; transform: rotate(-2deg);
    box-shadow: 4px 4px 0 var(--ink);
}
.pn-show .head .meta[b-onws0dw8ui] {
    font-family: var(--eng); font-size: 16px; letter-spacing: 0.18em;
    background: var(--ink); color: var(--gold);
    padding: 6px 12px;
    transform: rotate(-2deg);
}
.pn-show .grid[b-onws0dw8ui] {
    display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
}
.pn-card[b-onws0dw8ui] {
    position: relative;
    background: var(--white);
    border: 4px solid var(--ink);
    border-radius: 4px;
    padding: 28px 28px 24px;
    box-shadow: 8px 8px 0 var(--ink);
    overflow: hidden; isolation: isolate;
    display: flex; flex-direction: column;
    min-height: 420px;
    transition: transform 0.35s var(--easing), box-shadow 0.35s var(--easing);
}
.pn-card:hover[b-onws0dw8ui] {
    transform: translate(-3px, -3px) rotate(-0.6deg);
    box-shadow: 14px 14px 0 var(--ink);
}
.pn-card[b-onws0dw8ui]::before {
    content: ""; position: absolute; inset: 0; z-index: -1;
    background: radial-gradient(circle at 1.2px 1.2px, rgba(14,14,16,0.15) 1.2px, transparent 1.4px) 0 0/8px 8px;
    opacity: 0.5;
}
.pn-card .top[b-onws0dw8ui] {
    display: flex; gap: 10px; align-items: center;
    font-family: var(--mono); font-size: 11px; color: var(--ink-soft);
    text-transform: uppercase; letter-spacing: 0.18em;
}
.pn-card .top .id[b-onws0dw8ui] {
    background: var(--ink); color: var(--gold);
    padding: 2px 8px;
    font-family: var(--eng); font-size: 14px;
}
.pn-card h3[b-onws0dw8ui] {
    font-family: var(--display);
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.25; margin-top: 18px;
}
.pn-card .handle[b-onws0dw8ui] {
    margin-top: 12px; font-family: var(--eng); font-size: 18px;
    letter-spacing: 0.04em;
}
.pn-card .body[b-onws0dw8ui] {
    margin-top: 14px;
    font-family: var(--body); font-size: 14px; line-height: 1.85;
    color: var(--ink-soft); max-width: 32ch;
}
.pn-card .cta[b-onws0dw8ui] {
    margin-top: auto; align-self: flex-start;
    display: inline-flex; align-items: center; gap: 12px;
    background: var(--ink); color: var(--gold);
    padding: 12px 18px;
    font-family: var(--eng); font-size: 16px; letter-spacing: 0.18em;
    border: 3px solid var(--ink);
    box-shadow: 4px 4px 0 var(--red);
    transition: transform 0.2s var(--easing), box-shadow 0.2s var(--easing), background 0.2s, color 0.2s;
}
.pn-card:hover .cta[b-onws0dw8ui] {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0 var(--red);
    background: var(--red); color: var(--white);
}
.pn-card .cta .arr[b-onws0dw8ui] { width: 18px; height: 2px; background: currentColor; position: relative; }
.pn-card .cta .arr[b-onws0dw8ui]::after {
    content: ""; position: absolute; right: 0; top: -4px;
    width: 9px; height: 9px;
    border-top: 2px solid currentColor; border-right: 2px solid currentColor;
    transform: rotate(45deg);
}
.pn-card .badge[b-onws0dw8ui] {
    position: absolute; right: -10px; top: 18px;
    background: var(--ink); color: var(--gold);
    font-family: var(--eng); font-size: 13px; letter-spacing: 0.18em;
    padding: 5px 12px; transform: rotate(6deg);
    border: 3px solid var(--ink);
    box-shadow: 3px 3px 0 var(--red);
    z-index: 3;
}
.pn-card.x[b-onws0dw8ui] { background: linear-gradient(180deg, var(--white) 0%, #DCE8EE 100%); }
.pn-card.x .bubble-x[b-onws0dw8ui] {
    position: absolute; right: 26px; top: 64px;
    width: 88px; height: 64px;
    border: 4px solid var(--ink); border-radius: 18px;
    background: var(--sora); color: var(--white);
    display: grid; place-items: center;
    font-family: var(--display); font-size: 32px;
    box-shadow: 4px 4px 0 var(--ink);
    transform: rotate(6deg);
    animation: pn-bob-b-onws0dw8ui 4s ease-in-out infinite;
}
.pn-card.x .bubble-x[b-onws0dw8ui]::after {
    content: ""; position: absolute; left: 16px; bottom: -16px;
    width: 18px; height: 18px;
    background: var(--sora);
    border-right: 4px solid var(--ink);
    border-bottom: 4px solid var(--ink);
    transform: rotate(45deg);
}
@keyframes pn-bob-b-onws0dw8ui { 0%,100%{transform:rotate(6deg) translateY(0)} 50%{transform:rotate(4deg) translateY(-6px)} }
.pn-card.x .glyph[b-onws0dw8ui] {
    position: absolute; right: -20px; bottom: -40px;
    font-family: var(--display); font-size: 240px; color: var(--sora);
    opacity: 0.18; line-height: 1; pointer-events: none;
    -webkit-text-stroke: 2px var(--ink);
}
.pn-card.ios[b-onws0dw8ui] {
    padding-right: 220px;
    background:
        radial-gradient(ellipse at 90% 0%, rgba(255,122,46,0.30) 0%, transparent 55%),
        linear-gradient(180deg, var(--white) 0%, #FBE6CC 100%);
}
.pn-card.ios h3[b-onws0dw8ui], .pn-card.ios .body[b-onws0dw8ui], .pn-card.ios .meta-row[b-onws0dw8ui] { max-width: 28ch; }
.pn-card.ios .device[b-onws0dw8ui] {
    position: absolute; right: -28px; bottom: -120px;
    width: 200px; height: 380px;
    border-radius: 36px;
    background: var(--ink);
    border: 4px solid var(--ink);
    box-shadow: 8px 8px 0 var(--red);
    transform: rotate(8deg);
    transition: transform 0.6s var(--easing);
}
.pn-card.ios:hover .device[b-onws0dw8ui] { transform: rotate(4deg) translateY(-12px); }
.pn-card.ios .device[b-onws0dw8ui]::before {
    content: ""; position: absolute; left: 50%; top: 12px;
    transform: translateX(-50%);
    width: 64px; height: 18px; border-radius: 12px; background: #000;
}
.pn-card.ios .device .screen[b-onws0dw8ui] {
    position: absolute; inset: 8px; border-radius: 28px; overflow: hidden;
    background:
        repeating-linear-gradient(-68deg, transparent 0 28px, rgba(225,29,42,0.20) 28px 30px, transparent 30px 60px),
        radial-gradient(circle at 1px 1px, rgba(14,14,16,0.18) 1px, transparent 1.2px) 0 0/6px 6px,
        linear-gradient(180deg, var(--gold) 0%, var(--apricot) 100%);
}
.pn-card.ios .device .ico[b-onws0dw8ui] {
    position: absolute; left: 50%; top: 36%;
    transform: translate(-50%,-50%);
    width: 72px; height: 72px; border-radius: 16px;
    background: var(--white);
    border: 3px solid var(--ink);
    display: grid; place-items: center;
    font-size: 32px;
    box-shadow: 4px 4px 0 var(--ink);
    animation: pn-pulse-b-onws0dw8ui 1.8s ease-in-out infinite;
}
@keyframes pn-pulse-b-onws0dw8ui { 0%,100%{transform:translate(-50%,-50%) scale(1)} 50%{transform:translate(-50%,-50%) scale(1.06) rotate(-3deg)} }
.pn-card.ios .device .label[b-onws0dw8ui] {
    position: absolute; left: 50%; top: 60%;
    transform: translateX(-50%);
    font-family: var(--display); font-size: 14px;
    background: var(--ink); color: var(--gold);
    padding: 4px 10px; letter-spacing: 0.14em;
    white-space: nowrap;
}
.pn-card.ios .device .btn[b-onws0dw8ui] {
    position: absolute; left: 50%; bottom: 26px;
    transform: translateX(-50%);
    width: 130px; height: 36px;
    background: var(--red); color: var(--white);
    border: 3px solid var(--ink);
    font-family: var(--eng); font-size: 14px; letter-spacing: 0.18em;
    display: grid; place-items: center;
    box-shadow: 3px 3px 0 var(--ink);
}
.pn-card.ios .meta-row[b-onws0dw8ui] { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.pn-card.ios .meta-row span[b-onws0dw8ui] {
    background: var(--ink); color: var(--gold);
    font-family: var(--eng); font-size: 13px; letter-spacing: 0.16em;
    padding: 4px 10px;
    border: 2px solid var(--ink);
}
.pn-card.ios .meta-row .red[b-onws0dw8ui] { background: var(--red); color: var(--white); }

@media (max-width: 980px) {
    .pn-show[b-onws0dw8ui] { padding: 40px 20px 60px; }
    .pn-show .grid[b-onws0dw8ui] { grid-template-columns: 1fr; }
    .pn-card.ios[b-onws0dw8ui] { padding-right: 28px; padding-bottom: 200px; }
    .pn-card.ios h3[b-onws0dw8ui], .pn-card.ios .body[b-onws0dw8ui], .pn-card.ios .meta-row[b-onws0dw8ui] { max-width: none; }
    .pn-card.ios .device[b-onws0dw8ui] { right: 50%; transform: translateX(50%) rotate(6deg); bottom: -160px; }
    .pn-card.ios:hover .device[b-onws0dw8ui] { transform: translateX(50%) rotate(3deg) translateY(-12px); }
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* Layout is pass-through — styles live in page and component CSS files. */
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zsjwmf8ma7] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.bi[b-zsjwmf8ma7] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-zsjwmf8ma7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-zsjwmf8ma7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-zsjwmf8ma7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-zsjwmf8ma7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-zsjwmf8ma7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-zsjwmf8ma7]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

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

    .collapse[b-zsjwmf8ma7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-zsjwmf8ma7] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/EscapeGame.razor.rz.scp.css */
.escape-game[b-lxusnht7lc] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 32px 80px;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    gap: 28px;
}

.room[b-lxusnht7lc] {
    position: relative;
    min-height: 560px;
    background:
        linear-gradient(90deg, rgba(14,14,16,0.08) 0 1px, transparent 1px 100%) 0 0/40px 40px,
        linear-gradient(180deg, var(--white), #f6ddb9);
    border: 4px solid var(--ink);
    border-radius: 4px;
    box-shadow: 8px 8px 0 var(--ink);
    overflow: hidden;
}

.room.unavailable[b-lxusnht7lc] {
    min-height: 320px;
    background:
        repeating-linear-gradient(-68deg, transparent 0 28px, rgba(14,14,16,0.1) 28px 31px, transparent 31px 62px),
        var(--white);
}

.room[b-lxusnht7lc]::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    background: #d8b981;
    border-top: 4px solid var(--ink);
}

.status[b-lxusnht7lc] {
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-family: var(--mono);
    font-size: 12px;
}

.status span[b-lxusnht7lc] {
    background: var(--ink);
    color: var(--gold);
    padding: 6px 10px;
}

.object[b-lxusnht7lc] {
    position: absolute;
    z-index: 3;
    border: 4px solid var(--ink);
    border-radius: 4px;
    box-shadow: 5px 5px 0 var(--ink);
    font-family: var(--display);
    cursor: pointer;
}

.object:hover[b-lxusnht7lc] {
    transform: translate(-2px, -2px);
}

.clock[b-lxusnht7lc] {
    top: 92px;
    left: 9%;
    width: 118px;
    height: 86px;
    background: var(--gold);
}

.poster[b-lxusnht7lc] {
    top: 86px;
    left: 38%;
    width: 170px;
    height: 150px;
    background: var(--sora);
    color: var(--white);
    font-size: 24px;
    line-height: 1.35;
    transform: rotate(-2deg);
}

.drawer[b-lxusnht7lc] {
    left: 10%;
    bottom: 118px;
    width: 190px;
    height: 118px;
    background: var(--apricot-2);
}

.cabinet[b-lxusnht7lc] {
    right: 11%;
    bottom: 118px;
    width: 150px;
    height: 250px;
    background: var(--sora-2);
}

.door[b-lxusnht7lc] {
    right: 33%;
    bottom: 118px;
    width: 130px;
    height: 310px;
    background: var(--ink);
    color: var(--gold);
}

.door[b-lxusnht7lc]::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 145px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--red);
    border: 2px solid var(--gold);
}

.hidden-message[b-lxusnht7lc] {
    position: absolute;
    top: 250px;
    left: 28%;
    z-index: 5;
    background: var(--ink);
    color: var(--gold);
    border: 3px solid var(--red);
    box-shadow: 4px 4px 0 var(--ink);
    padding: 8px 12px;
    font-family: var(--eng);
    font-size: 16px;
    letter-spacing: 0.16em;
    transform: rotate(2deg);
}

.message[b-lxusnht7lc] {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 5;
    min-height: 82px;
    background: var(--white);
    border: 3px solid var(--ink);
    box-shadow: 5px 5px 0 var(--ink);
    padding: 14px 16px;
    display: flex;
    align-items: center;
}

.message p[b-lxusnht7lc] {
    font-family: var(--body);
    font-size: 15px;
    line-height: 1.75;
}

.control-panel[b-lxusnht7lc] {
    background: var(--white);
    border: 4px solid var(--ink);
    border-radius: 4px;
    box-shadow: 8px 8px 0 var(--ink);
    padding: 24px;
    align-self: start;
}

.control-panel h2[b-lxusnht7lc] {
    font-family: var(--display);
    font-size: 30px;
}

.control-panel p[b-lxusnht7lc],
.panel-block label[b-lxusnht7lc] {
    font-family: var(--body);
    font-size: 14px;
    line-height: 1.8;
    color: var(--ink-soft);
}

.control-panel p[b-lxusnht7lc] {
    margin-top: 10px;
}

.panel-block[b-lxusnht7lc] {
    margin-top: 20px;
}

.panel-block label[b-lxusnht7lc] {
    display: block;
    margin-bottom: 8px;
}

.input-row[b-lxusnht7lc] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
}

.input-row input[b-lxusnht7lc] {
    min-width: 0;
    border: 3px solid var(--ink);
    border-radius: 4px;
    background: #fff;
    font-family: var(--mono);
    font-size: 18px;
    padding: 9px 10px;
}

.input-row button[b-lxusnht7lc],
.reset[b-lxusnht7lc] {
    border: 3px solid var(--ink);
    background: var(--gold);
    color: var(--ink);
    box-shadow: 4px 4px 0 var(--ink);
    font-family: var(--eng);
    font-size: 16px;
    letter-spacing: 0.16em;
    padding: 9px 12px;
    cursor: pointer;
}

.reset[b-lxusnht7lc] {
    width: 100%;
    margin-top: 22px;
    background: var(--red);
    color: var(--white);
    display: inline-block;
    text-align: center;
}

@media (max-width: 920px) {
    .escape-game[b-lxusnht7lc] {
        grid-template-columns: 1fr;
        padding: 0 20px 60px;
    }

    .room[b-lxusnht7lc] {
        min-height: 520px;
    }
}

@media (max-width: 620px) {
    .clock[b-lxusnht7lc] { left: 6%; }
    .poster[b-lxusnht7lc] { left: 35%; width: 145px; }
    .drawer[b-lxusnht7lc] { left: 6%; width: 160px; }
    .cabinet[b-lxusnht7lc] { right: 5%; width: 120px; }
    .door[b-lxusnht7lc] { right: 32%; width: 110px; }
    .hidden-message[b-lxusnht7lc] { left: 12%; right: 12%; font-size: 14px; }
}
/* /Pages/Games.razor.rz.scp.css */
.games-page[b-21vlh9dcp1] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 32px 80px;
}

.game-list[b-21vlh9dcp1] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.game-card[b-21vlh9dcp1] {
    position: relative;
    min-height: 360px;
    padding: 30px;
    background: var(--white);
    border: 4px solid var(--ink);
    border-radius: 4px;
    box-shadow: 8px 8px 0 var(--ink);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s var(--easing), box-shadow 0.25s var(--easing);
}

.game-card:hover[b-21vlh9dcp1] {
    transform: translate(-3px, -3px) rotate(-0.5deg);
    box-shadow: 12px 12px 0 var(--ink);
}

.game-card.disabled[b-21vlh9dcp1] {
    cursor: not-allowed;
    filter: grayscale(0.35);
    opacity: 0.78;
}

.game-card.disabled:hover[b-21vlh9dcp1] {
    transform: none;
    box-shadow: 8px 8px 0 var(--ink);
}

.game-card.disabled .cta[b-21vlh9dcp1] {
    background: var(--ink-soft);
    color: var(--white);
    box-shadow: 4px 4px 0 var(--ink);
}

.game-card[b-21vlh9dcp1]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 1.2px 1.2px, rgba(14,14,16,0.13) 1.2px, transparent 1.4px) 0 0/8px 8px;
    pointer-events: none;
}

.game-card.action[b-21vlh9dcp1] {
    background:
        linear-gradient(180deg, rgba(91,182,217,0.25), transparent 55%),
        var(--white);
}

.game-card.escape[b-21vlh9dcp1] {
    background:
        radial-gradient(ellipse at 88% 18%, rgba(244,196,48,0.45), transparent 42%),
        var(--white);
}

.game-card .badge[b-21vlh9dcp1],
.game-card .num[b-21vlh9dcp1],
.game-card h2[b-21vlh9dcp1],
.game-card p[b-21vlh9dcp1],
.game-card .cta[b-21vlh9dcp1] {
    position: relative;
    z-index: 1;
}

.game-card .badge[b-21vlh9dcp1] {
    align-self: flex-start;
    background: var(--ink);
    color: var(--gold);
    font-family: var(--eng);
    font-size: 14px;
    letter-spacing: 0.2em;
    padding: 5px 10px;
}

.game-card .num[b-21vlh9dcp1] {
    margin-top: 28px;
    font-family: var(--eng);
    font-size: 64px;
    line-height: 1;
    color: var(--red);
}

.game-card h2[b-21vlh9dcp1] {
    margin-top: 12px;
    font-family: var(--display);
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.18;
}

.game-card p[b-21vlh9dcp1] {
    max-width: 34ch;
    margin-top: 16px;
    font-family: var(--body);
    font-size: 15px;
    line-height: 1.8;
    color: var(--ink-soft);
}

.game-card .cta[b-21vlh9dcp1] {
    margin-top: auto;
    align-self: flex-start;
    background: var(--red);
    color: var(--white);
    border: 3px solid var(--ink);
    box-shadow: 4px 4px 0 var(--ink);
    font-family: var(--eng);
    font-size: 18px;
    letter-spacing: 0.2em;
    padding: 10px 16px;
}

@media (max-width: 820px) {
    .games-page[b-21vlh9dcp1] {
        padding: 0 20px 60px;
    }

    .game-list[b-21vlh9dcp1] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.pn-divider[b-fcjy0v7ksb] {
    position: relative;
    height: 56px;
    background: var(--ink);
    overflow: hidden;
    border-top: 4px solid var(--red);
    border-bottom: 4px solid var(--red);
}
.pn-divider .strip[b-fcjy0v7ksb] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    font-family: var(--eng);
    color: var(--gold);
    font-size: 22px;
    letter-spacing: 0.22em;
    white-space: nowrap;
    animation: pn-march 26s linear infinite;
}
.pn-divider .strip span[b-fcjy0v7ksb] { padding: 0 28px; }
.pn-divider .strip .red[b-fcjy0v7ksb] { color: var(--red); }
.pn-divider .strip .blue[b-fcjy0v7ksb] { color: var(--sora-2); }
/* /Pages/SideScrollGame.razor.rz.scp.css */
.side-game[b-gmyim2jgfm] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 32px 80px;
}

.playfield[b-gmyim2jgfm] {
    position: relative;
    height: min(64vh, 560px);
    min-height: 420px;
    background:
        repeating-linear-gradient(90deg, rgba(26,82,47,0.12) 0 18px, transparent 18px 72px),
        linear-gradient(180deg, #9bd1a4 0%, #5b9f67 54%, #356f43 100%);
    border: 4px solid var(--ink);
    border-radius: 4px;
    box-shadow: 8px 8px 0 var(--ink);
    overflow: hidden;
    outline: none;
    cursor: pointer;
    isolation: isolate;
}

.playfield:focus[b-gmyim2jgfm] {
    box-shadow: 8px 8px 0 var(--ink), 0 0 0 5px rgba(244,196,48,0.75);
}

.hud[b-gmyim2jgfm] {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    z-index: 8;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    font-family: var(--eng);
    font-size: 18px;
    letter-spacing: 0.18em;
}

.hud span[b-gmyim2jgfm] {
    background: var(--ink);
    color: var(--gold);
    border: 2px solid var(--ink);
    padding: 5px 10px;
    box-shadow: 3px 3px 0 var(--red);
}

.sun[b-gmyim2jgfm] {
    position: absolute;
    top: 72px;
    right: 76px;
    z-index: 1;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: var(--gold);
    border: 4px solid var(--ink);
    box-shadow: 5px 5px 0 var(--red);
    display: grid;
    align-content: center;
    place-items: center;
    font-family: var(--display);
    line-height: 1;
    text-align: center;
}

.sun span[b-gmyim2jgfm] {
    font-family: var(--eng);
    font-size: 15px;
    letter-spacing: 0.14em;
}

.sun strong[b-gmyim2jgfm] {
    font-size: 27px;
}

.clouds span[b-gmyim2jgfm] {
    position: absolute;
    z-index: 1;
    width: 158px;
    height: 46px;
    background: var(--white);
    border: 3px solid var(--ink);
    border-radius: 999px;
    opacity: 0.92;
    box-shadow: 5px 5px 0 rgba(14,14,16,0.35);
}

.clouds span[b-gmyim2jgfm]::before,
.clouds span[b-gmyim2jgfm]::after {
    content: "";
    position: absolute;
    bottom: 16px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--white);
    border: 3px solid var(--ink);
    border-bottom: 0;
}

.clouds span[b-gmyim2jgfm]::before { left: 22px; }
.clouds span[b-gmyim2jgfm]::after { right: 20px; }

.clouds span:nth-child(1)[b-gmyim2jgfm] { left: 9%; top: 84px; }
.clouds span:nth-child(2)[b-gmyim2jgfm] { left: 42%; top: 126px; transform: scale(0.86); }
.clouds span:nth-child(3)[b-gmyim2jgfm] { right: 12%; top: 164px; transform: scale(0.74); }

.hills span[b-gmyim2jgfm] {
    position: absolute;
    bottom: 62px;
    z-index: 1;
    width: 260px;
    height: 132px;
    border: 4px solid var(--ink);
    border-radius: 120px 120px 0 0;
    background: #2f8a4f;
    opacity: 0.84;
}

.hills span:nth-child(1)[b-gmyim2jgfm] { left: -40px; }
.hills span:nth-child(2)[b-gmyim2jgfm] { left: 35%; height: 170px; background: #1f6b3e; }
.hills span:nth-child(3)[b-gmyim2jgfm] { right: -30px; background: #4b9a55; }

.ferret[b-gmyim2jgfm] {
    position: absolute;
    left: 150px;
    z-index: 6;
    width: 106px;
    height: 58px;
    transition: transform 0.08s linear;
}

.ferret.jumping[b-gmyim2jgfm] {
    transform: rotate(-8deg);
}

.ferret.left[b-gmyim2jgfm] {
    transform: scaleX(-1);
}

.ferret.left.jumping[b-gmyim2jgfm] {
    transform: scaleX(-1) rotate(-8deg);
}

.ferret.defeated[b-gmyim2jgfm] {
    animation: ferret-defeat-b-gmyim2jgfm 0.72s var(--easing) forwards;
    filter: saturate(0.65);
}

.ferret.defeated .body[b-gmyim2jgfm],
.ferret.defeated .head[b-gmyim2jgfm] {
    background: #b7a08c;
    box-shadow: 0 0 0 5px rgba(225,29,42,0.35), 5px 5px 0 var(--ink);
}

.ferret.defeated .eye[b-gmyim2jgfm] {
    width: 14px;
    height: 14px;
    right: 8px;
    top: 6px;
    border-radius: 0;
    background: transparent;
}

.ferret.defeated .eye[b-gmyim2jgfm]::before,
.ferret.defeated .eye[b-gmyim2jgfm]::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 0;
    width: 3px;
    height: 14px;
    background: var(--ink);
}

.ferret.defeated .eye[b-gmyim2jgfm]::before {
    transform: rotate(45deg);
}

.ferret.defeated .eye[b-gmyim2jgfm]::after {
    transform: rotate(-45deg);
}

.ferret.boost .body[b-gmyim2jgfm],
.ferret.boost .head[b-gmyim2jgfm] {
    box-shadow: 0 0 0 4px rgba(244,196,48,0.55), 5px 5px 0 var(--ink);
}

.ferret .body[b-gmyim2jgfm] {
    position: absolute;
    left: 10px;
    bottom: 8px;
    width: 78px;
    height: 34px;
    background: #c8844c;
    border: 4px solid var(--ink);
    border-radius: 999px;
    box-shadow: 5px 5px 0 var(--ink);
}

.ferret .body[b-gmyim2jgfm]::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 5px;
    width: 42px;
    height: 13px;
    border-radius: 999px;
    background: #f5d0a8;
}

.ferret .head[b-gmyim2jgfm] {
    position: absolute;
    right: 2px;
    bottom: 18px;
    width: 38px;
    height: 32px;
    background: #d99557;
    border: 4px solid var(--ink);
    border-radius: 18px 18px 16px 16px;
    box-shadow: 4px 4px 0 var(--ink);
}

.ferret .ear[b-gmyim2jgfm] {
    position: absolute;
    top: -11px;
    width: 13px;
    height: 13px;
    background: #d99557;
    border: 3px solid var(--ink);
    border-radius: 50%;
}

.ferret .e1[b-gmyim2jgfm] { left: 4px; }
.ferret .e2[b-gmyim2jgfm] { right: 4px; }

.ferret .eye[b-gmyim2jgfm] {
    position: absolute;
    right: 10px;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--ink);
}

.ferret .nose[b-gmyim2jgfm] {
    position: absolute;
    right: -2px;
    top: 16px;
    width: 8px;
    height: 7px;
    border-radius: 50%;
    background: var(--ink);
}

.ferret .tail[b-gmyim2jgfm] {
    position: absolute;
    left: -8px;
    bottom: 21px;
    width: 32px;
    height: 15px;
    background: #9b5b36;
    border: 4px solid var(--ink);
    border-radius: 999px;
    transform: rotate(-18deg);
}

.ferret .leg[b-gmyim2jgfm] {
    position: absolute;
    bottom: 0;
    width: 18px;
    height: 15px;
    background: #7b452b;
    border: 3px solid var(--ink);
    border-radius: 0 0 8px 8px;
}

.ferret .l1[b-gmyim2jgfm] { left: 25px; }
.ferret .l2[b-gmyim2jgfm] { left: 64px; }

.ferret .burst[b-gmyim2jgfm] {
    position: absolute;
    z-index: 20;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--gold);
    border: 3px solid var(--ink);
    opacity: 0;
}

.ferret.defeated .burst[b-gmyim2jgfm] {
    animation: burst-pop-b-gmyim2jgfm 0.58s var(--easing) forwards;
}

.ferret .b1[b-gmyim2jgfm] { left: 8px; top: -10px; }
.ferret .b2[b-gmyim2jgfm] { right: 6px; top: -16px; background: var(--red); }
.ferret .b3[b-gmyim2jgfm] { left: 50px; bottom: -10px; background: var(--sora-2); }

.ferret.defeated .b1[b-gmyim2jgfm] { --burst-x: -28px; --burst-y: -30px; }
.ferret.defeated .b2[b-gmyim2jgfm] { --burst-x: 32px; --burst-y: -34px; }
.ferret.defeated .b3[b-gmyim2jgfm] { --burst-x: 14px; --burst-y: 28px; }

.entity[b-gmyim2jgfm] {
    position: absolute;
    z-index: 5;
    display: grid;
    place-items: center;
    font-family: var(--eng);
    letter-spacing: 0.08em;
}

.entity[b-gmyim2jgfm]::before {
    box-sizing: border-box;
}

.entity:not(.clock)[b-gmyim2jgfm]::before {
    border-color: rgba(225,29,42,0.75);
}

.entity.star[b-gmyim2jgfm] {
    color: var(--gold);
    font-family: var(--display);
    font-size: 30px;
    text-shadow: 3px 3px 0 var(--ink);
    animation: item-bob-b-gmyim2jgfm 1.2s ease-in-out infinite;
}

.entity.snack[b-gmyim2jgfm] {
    background: var(--apricot);
    color: var(--white);
    border: 3px solid var(--ink);
    border-radius: 999px;
    box-shadow: 4px 4px 0 var(--ink);
    font-family: var(--body);
    font-size: 12px;
    animation: item-bob-b-gmyim2jgfm 1.4s ease-in-out infinite;
}

.entity.clock[b-gmyim2jgfm] {
    background: var(--gold);
    color: var(--ink);
    border: 4px solid var(--ink);
    border-radius: 50%;
    box-shadow: 6px 6px 0 var(--red);
    font-size: 18px;
    text-align: center;
    line-height: 1;
}

.entity.clock[b-gmyim2jgfm]::before,
.entity.clock[b-gmyim2jgfm]::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--ink);
    transform-origin: left center;
}

.entity.clock[b-gmyim2jgfm]::before {
    width: 22px;
    height: 3px;
    transform: rotate(0deg);
}

.entity.clock[b-gmyim2jgfm]::after {
    width: 3px;
    height: 23px;
    transform: translateY(-21px);
}

.entity.enemy[b-gmyim2jgfm] {
    color: var(--white);
    border: 4px solid var(--ink);
    box-shadow: 5px 5px 0 var(--ink);
}

.entity.dust[b-gmyim2jgfm] {
    background: var(--apricot);
    border-radius: 50% 50% 18px 18px;
    animation: enemy-walk-b-gmyim2jgfm 0.58s steps(2) infinite;
}

.entity.dust[b-gmyim2jgfm]::before,
.entity.dust[b-gmyim2jgfm]::after {
    content: "";
    position: absolute;
    top: 15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ink);
}

.entity.dust[b-gmyim2jgfm]::before { left: 18px; }
.entity.dust[b-gmyim2jgfm]::after { right: 18px; }

.entity.dust span[b-gmyim2jgfm]::before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 10px;
    height: 5px;
    border-radius: 999px;
    background: var(--ink);
}

.entity.dust span[b-gmyim2jgfm]::after {
    content: "";
    position: absolute;
    left: -10px;
    bottom: -9px;
    width: 18px;
    height: 16px;
    border-radius: 50%;
    background: var(--gold);
    border: 3px solid var(--ink);
}

.entity.shade[b-gmyim2jgfm] {
    border-radius: 20px 20px 8px 8px;
    background: var(--ink);
    color: var(--gold);
    font-size: 30px;
    animation: shade-hop-b-gmyim2jgfm 0.9s ease-in-out infinite;
}

.entity.shade[b-gmyim2jgfm]::before,
.entity.shade[b-gmyim2jgfm]::after {
    content: "";
    position: absolute;
    top: 18px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
}

.entity.shade[b-gmyim2jgfm]::before { left: 15px; }
.entity.shade[b-gmyim2jgfm]::after { right: 15px; }

.entity.mop[b-gmyim2jgfm] {
    background: var(--sora);
    border-radius: 12px 12px 8px 8px;
    animation: enemy-walk-b-gmyim2jgfm 0.72s steps(2) infinite;
}

.entity.mop[b-gmyim2jgfm]::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -42px;
    width: 8px;
    height: 48px;
    background: var(--ink);
    transform: translateX(-50%) rotate(-12deg);
}

.entity.mop[b-gmyim2jgfm]::after {
    content: "";
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 8px;
    height: 10px;
    border-radius: 0 0 999px 999px;
    background: var(--gold);
}

.entity.flyer[b-gmyim2jgfm] {
    background: var(--red);
    border-radius: 50% 50% 16px 16px;
    animation: flyer-flap-b-gmyim2jgfm 0.42s steps(2) infinite;
}

.entity.flyer[b-gmyim2jgfm]::before,
.entity.flyer[b-gmyim2jgfm]::after {
    content: "";
    position: absolute;
    top: 11px;
    width: 28px;
    height: 18px;
    background: var(--gold);
    border: 3px solid var(--ink);
    border-radius: 50% 50% 8px 8px;
}

.entity.flyer[b-gmyim2jgfm]::before {
    left: -22px;
    transform: rotate(-18deg);
}

.entity.flyer[b-gmyim2jgfm]::after {
    right: -22px;
    transform: rotate(18deg);
}

.entity.flyer span[b-gmyim2jgfm]::before,
.entity.flyer span[b-gmyim2jgfm]::after {
    content: "";
    position: absolute;
    top: 16px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--ink);
}

.entity.flyer span[b-gmyim2jgfm]::before { left: 20px; }
.entity.flyer span[b-gmyim2jgfm]::after { right: 20px; }

.entity.hazard.orb[b-gmyim2jgfm] {
    border: 3px solid var(--ink);
    border-radius: 50%;
    box-shadow:
        0 0 0 5px rgba(255,255,255,0.2),
        0 0 18px currentColor,
        4px 4px 0 var(--ink);
    animation: orb-pulse-b-gmyim2jgfm 1.1s ease-in-out infinite;
}

.entity.hazard.orb[b-gmyim2jgfm]::before {
    content: "";
    position: absolute;
    inset: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,0.42);
}

.entity.hazard.orb[b-gmyim2jgfm]::after {
    content: "";
    position: absolute;
    right: 7px;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--white);
}

.entity.hazard.orb.blue[b-gmyim2jgfm] {
    background: #5bb6d9;
    color: #5bb6d9;
}

.entity.hazard.orb.red[b-gmyim2jgfm] {
    background: #e11d2a;
    color: #e11d2a;
}

.entity.hazard.orb.gold[b-gmyim2jgfm] {
    background: #f4c430;
    color: #f4c430;
}

.hole[b-gmyim2jgfm] {
    position: absolute;
    bottom: 0;
    z-index: 7;
    height: 76px;
    background:
        radial-gradient(ellipse at 50% 84%, rgba(0,0,0,0.95) 0%, rgba(14,14,16,0.95) 58%, transparent 60%),
        linear-gradient(180deg, transparent 0 20px, var(--ink) 20px 100%);
    border-left: 6px solid var(--red);
    border-right: 6px solid var(--red);
    box-shadow: inset 0 10px 0 var(--ink), 0 -8px 0 var(--gold);
}

.hole[b-gmyim2jgfm]::before {
    content: "HOLE";
    position: absolute;
    left: 50%;
    top: -34px;
    transform: translateX(-50%) rotate(-4deg);
    background: var(--red);
    color: var(--white);
    border: 3px solid var(--ink);
    box-shadow: 3px 3px 0 var(--ink);
    font-family: var(--eng);
    font-size: 15px;
    letter-spacing: 0.16em;
    padding: 3px 8px;
}

.checkpoint[b-gmyim2jgfm] {
    position: absolute;
    z-index: 6;
    width: 72px;
    height: 148px;
    border-left: 8px solid var(--ink);
}

.checkpoint[b-gmyim2jgfm]::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 0;
    width: 86px;
    height: 50px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.28), transparent 52%),
        var(--gold);
    border: 4px solid var(--ink);
    box-shadow: 5px 5px 0 var(--red);
    transform: skewX(-10deg);
}

.checkpoint span[b-gmyim2jgfm] {
    position: absolute;
    left: 16px;
    top: 11px;
    z-index: 2;
    font-family: var(--eng);
    font-size: 16px;
    letter-spacing: 0.14em;
}

.checkpoint[b-gmyim2jgfm]::after {
    content: "";
    position: absolute;
    left: -21px;
    bottom: -4px;
    width: 48px;
    height: 14px;
    background: var(--ink);
    border-radius: 999px;
}

.checkpoint.active[b-gmyim2jgfm]::before {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.36), transparent 52%),
        var(--sora-2);
    box-shadow: 5px 5px 0 var(--gold), 0 0 22px rgba(91,182,217,0.9);
}

.block[b-gmyim2jgfm] {
    position: absolute;
    z-index: 5;
    border: 4px solid var(--ink);
    box-shadow: 5px 5px 0 var(--ink);
    display: grid;
    place-items: center;
    font-family: var(--display);
}

.block.brick[b-gmyim2jgfm] {
    background:
        linear-gradient(45deg, rgba(255,255,255,0.18) 0 12px, transparent 12px 24px),
        linear-gradient(90deg, rgba(14,14,16,0.14) 0 2px, transparent 2px 100%) 0 0/18px 18px,
        var(--apricot);
    color: var(--white);
    font-size: 22px;
}

.block.brick[b-gmyim2jgfm]::after {
    content: "";
    width: 42%;
    height: 42%;
    border: 3px solid rgba(14,14,16,0.55);
    transform: rotate(45deg);
}

.block.crystal[b-gmyim2jgfm] {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.42) 0 20%, transparent 20% 100%),
        conic-gradient(from 45deg, #5bb6d9, #f4c430, #ff7a2e, #5bb6d9);
    border-color: var(--ink);
    box-shadow: 5px 5px 0 var(--ink), inset 0 0 0 4px rgba(255,255,255,0.22);
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}

.block.crystal[b-gmyim2jgfm]::before,
.block.crystal[b-gmyim2jgfm]::after {
    content: "";
    position: absolute;
    inset: 5px;
    border: 2px solid rgba(14,14,16,0.55);
    pointer-events: none;
}

.block.crystal[b-gmyim2jgfm]::before {
    transform: skewX(-18deg);
}

.block.crystal[b-gmyim2jgfm]::after {
    inset: auto 14px 7px 14px;
    height: 6px;
    background: rgba(14,14,16,0.65);
    border: 0;
}

.block.pipe[b-gmyim2jgfm] {
    background:
        linear-gradient(90deg, rgba(255,255,255,0.22), transparent 45%),
        var(--sora);
    border-radius: 12px 12px 0 0;
}

.block.pipe[b-gmyim2jgfm]::before {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -18px;
    height: 24px;
    background: var(--sora-2);
    border: 4px solid var(--ink);
    border-radius: 10px;
}

.ground[b-gmyim2jgfm] {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    width: 9600px;
    height: 48px;
    background:
        linear-gradient(180deg, #d7d7d7 0%, #a8a8a8 100%);
    border-top: 4px solid var(--ink);
}

.ground[b-gmyim2jgfm]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(90deg, transparent 0 44px, rgba(14,14,16,0.22) 44px 47px),
        repeating-linear-gradient(0deg, transparent 0 18px, rgba(255,255,255,0.26) 18px 20px);
    pointer-events: none;
}

.ground span[b-gmyim2jgfm] {
    position: absolute;
    top: -18px;
    width: 54px;
    height: 18px;
    background: #7f7f7f;
    border: 3px solid var(--ink);
    border-bottom: 0;
    box-shadow: inset 0 5px 0 rgba(255,255,255,0.18);
}

.overlay[b-gmyim2jgfm] {
    position: absolute;
    inset: 0;
    z-index: 12;
    background: rgba(242,234,210,0.8);
    display: grid;
    place-items: center;
    align-content: center;
    gap: 16px;
    text-align: center;
    padding: 24px;
}

.overlay h2[b-gmyim2jgfm] {
    font-family: var(--display);
    font-size: clamp(34px, 6vw, 72px);
    text-shadow: 3px 3px 0 var(--gold);
}

.overlay p[b-gmyim2jgfm] {
    max-width: 46ch;
    font-family: var(--body);
    font-size: 15px;
    line-height: 1.8;
}

.overlay button[b-gmyim2jgfm] {
    border: 3px solid var(--ink);
    background: var(--red);
    color: var(--white);
    box-shadow: 5px 5px 0 var(--ink);
    font-family: var(--eng);
    font-size: 22px;
    letter-spacing: 0.2em;
    padding: 10px 20px;
    cursor: pointer;
}

.instructions[b-gmyim2jgfm] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    font-family: var(--mono);
    font-size: 12px;
}

.mobile-controls[b-gmyim2jgfm] {
    display: none;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 18px;
}

.mobile-controls button[b-gmyim2jgfm] {
    min-height: 48px;
    border: 3px solid var(--ink);
    background: var(--gold);
    color: var(--ink);
    box-shadow: 4px 4px 0 var(--ink);
    font-family: var(--eng);
    font-size: 17px;
    letter-spacing: 0.16em;
}

.mobile-controls button:nth-child(2)[b-gmyim2jgfm] {
    background: var(--red);
    color: var(--white);
}

.instructions span[b-gmyim2jgfm] {
    background: var(--white);
    border: 2px solid var(--ink);
    box-shadow: 3px 3px 0 var(--ink);
    padding: 7px 10px;
}

@keyframes item-bob-b-gmyim2jgfm {
    0%, 100% { transform: translateY(0) rotate(-4deg); }
    50% { transform: translateY(-8px) rotate(4deg); }
}

@keyframes shade-hop-b-gmyim2jgfm {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes enemy-walk-b-gmyim2jgfm {
    0% { transform: translateY(0) rotate(-1deg); }
    100% { transform: translateY(-2px) rotate(1deg); }
}

@keyframes flyer-flap-b-gmyim2jgfm {
    0% { transform: translateY(-2px); }
    100% { transform: translateY(3px); }
}

@keyframes orb-pulse-b-gmyim2jgfm {
    0%, 100% { transform: scale(1); filter: saturate(1); }
    50% { transform: scale(1.12); filter: saturate(1.3); }
}

@keyframes ferret-defeat-b-gmyim2jgfm {
    0% { transform: translateY(0) rotate(0) scale(1); opacity: 1; }
    28% { transform: translateY(-24px) rotate(-12deg) scale(1.06); }
    68% { transform: translateY(18px) rotate(18deg) scale(0.92); opacity: 1; }
    100% { transform: translateY(28px) rotate(24deg) scale(0.74); opacity: 0.12; }
}

@keyframes burst-pop-b-gmyim2jgfm {
    0% { opacity: 0; transform: translate(0, 0) scale(0.4); }
    30% { opacity: 1; }
    100% { opacity: 0; transform: translate(var(--burst-x), var(--burst-y)) scale(1.15); }
}

@media (max-width: 720px) {
    .side-game[b-gmyim2jgfm] {
        padding: 0 20px 60px;
    }

    .playfield[b-gmyim2jgfm] {
        height: 450px;
    }

    .hud[b-gmyim2jgfm] {
        align-items: flex-start;
        flex-direction: column;
        right: auto;
    }

    .sun[b-gmyim2jgfm] {
        right: 24px;
        top: 86px;
        width: 68px;
        height: 68px;
        font-size: 34px;
    }

    .ferret[b-gmyim2jgfm] {
        transform: scale(0.86);
        transform-origin: left bottom;
    }

    .ferret.jumping[b-gmyim2jgfm] {
        transform: scale(0.86) rotate(-8deg);
    }

    .ferret.left[b-gmyim2jgfm] {
        transform: scale(0.86) scaleX(-1);
    }

    .ferret.left.jumping[b-gmyim2jgfm] {
        transform: scale(0.86) scaleX(-1) rotate(-8deg);
    }

    .mobile-controls[b-gmyim2jgfm] {
        display: grid;
    }
}
