/* /Layout/MainLayout.razor.rz.scp.css */
main[b-xo8zcp3j76] { display: block; }

/* thin studio cross-link bar across every page */
.zss-bar[b-xo8zcp3j76] {
    display: flex; align-items: center; justify-content: space-between;
    padding: 0.25rem 0.8rem;
    background: rgba(38, 52, 28, 0.88);
    font-size: 0.75rem; font-weight: 700;
}
.zss-bar a[b-xo8zcp3j76] { color: #eef7df; text-decoration: none; white-space: nowrap; }
.zss-bar a:hover[b-xo8zcp3j76] { color: #ffe08a; }
.zb-studio[b-xo8zcp3j76] { letter-spacing: 0.03em; }
.zb-right[b-xo8zcp3j76] { display: flex; align-items: center; gap: 0.45rem; }
.zb-sep[b-xo8zcp3j76] { opacity: 0.5; color: #eef7df; }
/* /Pages/Home.razor.rz.scp.css */
.meadow[b-vxfvcfo53b] {
    max-width: 460px;
    margin: 0 auto;
    padding: 0.6rem 0.7rem 3rem;
}

/* top bar */
.bar[b-vxfvcfo53b] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: space-between;
    padding: 0.2rem 0.1rem 0.5rem;
}
.brand[b-vxfvcfo53b] { font-weight: 700; font-size: 1.35rem; color: #3a4a2f; text-decoration: none; }
.brand span[b-vxfvcfo53b] { color: #4f7a2f; }
.chip[b-vxfvcfo53b] {
    border: 2px solid #e6dcc0; background: #fff; border-radius: 999px;
    padding: 0.35rem 0.8rem; font-weight: 700; font-size: 0.85rem; color: #5a6b48;
    box-shadow: 0 2px 0 var(--shadow); max-width: 10rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.chip.primary[b-vxfvcfo53b] { background: var(--grass); color: #fff; border-color: var(--grass-d); }

/* score bar — this game + ZSS global, always visible up top */
.scoreline[b-vxfvcfo53b] { display: flex; gap: 0.5rem; margin-bottom: 0.5rem; }
.sl[b-vxfvcfo53b] {
    flex: 1;
    display: flex; align-items: center; justify-content: center; gap: 0.35rem;
    border-radius: 14px; padding: 0.5rem 0.4rem; font-weight: 800;
    box-shadow: 0 3px 0 rgba(0,0,0,0.18);
}
.sl-ic[b-vxfvcfo53b] { font-size: 1.05rem; }
.sl-lbl[b-vxfvcfo53b] { font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; opacity: 0.85; }
.sl-val[b-vxfvcfo53b] { font-size: 1.1rem; }
.sl.game[b-vxfvcfo53b] { background: linear-gradient(180deg, #ffe08a, #ffb02e); color: #5e3d10; }
.sl.zss[b-vxfvcfo53b] { background: linear-gradient(180deg, #8f7be0, #5f48b8); color: #fff; }
/* the ZSS badge is a button that opens the cross-game score popup */
button.sl.zss[b-vxfvcfo53b] { border: none; font: inherit; font-weight: 800; cursor: pointer; }
button.sl.zss:active[b-vxfvcfo53b] { transform: translateY(2px); box-shadow: 0 1px 0 rgba(0,0,0,0.18); }

/* resource stats row */
.stats[b-vxfvcfo53b] { display: flex; gap: 0.5rem; margin-bottom: 0.6rem; }
.stat[b-vxfvcfo53b] {
    flex: 1;
    display: flex; align-items: center; justify-content: center; gap: 0.3rem;
    background: #fff; border: 2px solid #e6dcc0; border-radius: 14px;
    padding: 0.45rem 0.3rem; box-shadow: 0 3px 0 var(--shadow);
}
.st-ic[b-vxfvcfo53b] { font-size: 1.1rem; }
.st-val[b-vxfvcfo53b] { font-weight: 800; font-size: 1.05rem; }
.stat.catnip .st-val[b-vxfvcfo53b] { color: #4f7a2f; }
.stat.gold .st-val[b-vxfvcfo53b] { color: #b8860b; }
.stat.score .st-val[b-vxfvcfo53b] { color: #d2691e; }

.toolbar[b-vxfvcfo53b] { display: flex; gap: 0.5rem; margin: 0 0 0.8rem; }
.tool[b-vxfvcfo53b] {
    flex: 1;
    border: 2px solid #e6dcc0; background: #fff; border-radius: 12px;
    padding: 0.5rem 0.4rem; font-weight: 700; font-size: 0.9rem; color: #5a6b48;
    box-shadow: 0 3px 0 var(--shadow);
    display: flex; align-items: center; justify-content: center; gap: 0.25rem;
}
.tool .tool-lbl[b-vxfvcfo53b] { font-size: 0.85rem; }
.tool:active[b-vxfvcfo53b] { transform: translateY(2px); box-shadow: 0 1px 0 var(--shadow); }

.loading[b-vxfvcfo53b] { text-align: center; color: #5a6b48; font-weight: 600; }

/* sections */
.garden[b-vxfvcfo53b], .board-wrap[b-vxfvcfo53b] {
    background: rgba(255, 255, 255, 0.55);
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 18px;
    padding: 0.7rem;
    margin-bottom: 0.8rem;
    box-shadow: 0 4px 14px var(--shadow);
}
.garden-head[b-vxfvcfo53b], .board-head[b-vxfvcfo53b] { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.5rem; }
.garden-head h2[b-vxfvcfo53b], .board-head h2[b-vxfvcfo53b] { font-size: 1.05rem; color: #4f7a2f; }
.hint[b-vxfvcfo53b] { font-size: 0.72rem; color: #8a9a76; }

/* garden plots */
.plots[b-vxfvcfo53b] { display: grid; grid-template-columns: repeat(auto-fill, minmax(74px, 1fr)); gap: 0.5rem; }
.plot[b-vxfvcfo53b] {
    aspect-ratio: 1;
    border-radius: 14px;
    border: none;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.15rem;
    background: linear-gradient(180deg, #b07a44, #8a5a2e);
    box-shadow: inset 0 -4px 0 rgba(0,0,0,0.18), 0 3px 0 var(--shadow);
    color: #fff7e6;
}
.plot.empty[b-vxfvcfo53b] { background: linear-gradient(180deg, #9c6b3e, #6e4524); opacity: 0.85; }
.plot.growing[b-vxfvcfo53b] { background: linear-gradient(180deg, #7faa54, #5a8a36); }
.plot.ready[b-vxfvcfo53b] { background: linear-gradient(180deg, #8fd35a, #5aa83a); animation: glow-b-vxfvcfo53b 1.2s ease-in-out infinite; }
@keyframes glow-b-vxfvcfo53b { 0%,100% { box-shadow: inset 0 -4px 0 rgba(0,0,0,0.18), 0 0 0 rgba(143,211,90,0); } 50% { box-shadow: inset 0 -4px 0 rgba(0,0,0,0.18), 0 0 16px rgba(143,211,90,0.9); } }
.plot:active[b-vxfvcfo53b] { transform: translateY(2px); }
.plot-emoji[b-vxfvcfo53b] { font-size: 1.8rem; }
.plot-emoji.bounce[b-vxfvcfo53b] { animation: bob-b-vxfvcfo53b 0.8s ease-in-out infinite; }
@keyframes bob-b-vxfvcfo53b { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
.plot-label[b-vxfvcfo53b] { font-size: 0.68rem; font-weight: 700; }

/* spawn */
.spawn[b-vxfvcfo53b] {
    border: none; border-radius: 12px; font-weight: 700; font-size: 0.9rem;
    padding: 0.45rem 0.9rem; color: #fff;
    background: linear-gradient(180deg, #8fd35a, var(--grass-d));
    box-shadow: 0 4px 0 #3f7a25;
}
.spawn:active[b-vxfvcfo53b] { transform: translateY(3px); box-shadow: 0 1px 0 #3f7a25; }
.spawn.disabled[b-vxfvcfo53b] { background: #c7c7b8; box-shadow: 0 4px 0 #a9a995; color: #fff; opacity: 0.7; }
.spawn .cost[b-vxfvcfo53b] { background: rgba(0,0,0,0.18); border-radius: 8px; padding: 0.05rem 0.4rem; margin-left: 0.3rem; font-size: 0.82rem; }

/* board */
.board[b-vxfvcfo53b] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.4rem;
}
.cell[b-vxfvcfo53b] {
    position: relative;
    aspect-ratio: 1;
    border-radius: 12px;
    background: repeating-linear-gradient(45deg, rgba(123,178,74,0.25) 0 8px, rgba(110,165,64,0.25) 8px 16px);
    border: 2px dashed rgba(90,130,54,0.35);
    display: grid; place-items: center;
    overflow: hidden;
    cursor: pointer;
}
.cell.filled[b-vxfvcfo53b] { border-style: solid; border-color: #fff; background: #fff; box-shadow: 0 3px 0 var(--shadow); }
.cell.item[b-vxfvcfo53b] { background: linear-gradient(180deg, #fff5d6, #ffe9a8); border-color: var(--sun); }
.item-emoji[b-vxfvcfo53b] { font-size: 2.4rem; animation: itemBob-b-vxfvcfo53b 1.6s ease-in-out infinite; }
@keyframes itemBob-b-vxfvcfo53b { 0%,100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-3px) rotate(4deg); } }
.cell .lv.tier[b-vxfvcfo53b] {
    background: #ff5e92; color: #fff;
    font-size: 1.15rem; padding: 0.05rem 0.5rem; border-radius: 9px;
    border: 2px solid #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.45);
}
.cell img[b-vxfvcfo53b] { width: 100%; height: 100%; object-fit: cover; }
.cell .lv[b-vxfvcfo53b] {
    position: absolute; top: 2px; left: 3px;
    font-size: 0.7rem; font-weight: 800; color: #3a4a2f;
    background: var(--sun); border-radius: 6px; padding: 0 0.28rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.cell .cat-name[b-vxfvcfo53b] {
    position: absolute; bottom: 0; left: 0; right: 0;
    font-size: 0.58rem; font-weight: 700; color: #fff; text-align: center;
    background: rgba(0,0,0,0.4); padding: 1px 0;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.cell.sel[b-vxfvcfo53b] { outline: 3px solid var(--sun); outline-offset: -1px; box-shadow: 0 0 14px var(--sun); }
.cell.bump[b-vxfvcfo53b] { animation: pop-b-vxfvcfo53b 0.32s cubic-bezier(0.18,1.6,0.4,1); }
@keyframes pop-b-vxfvcfo53b { 0% { transform: scale(0.5); } 60% { transform: scale(1.18); } 100% { transform: scale(1); } }
.board-hint[b-vxfvcfo53b] { font-size: 0.72rem; color: #8a9a76; text-align: center; margin: 0.5rem 0 0; }

/* toasts */
/* top-left so they never cover the board (achievements own the top-right) */
.toasts[b-vxfvcfo53b] { position: fixed; top: 0.6rem; left: 0.6rem; display: flex; flex-direction: column; align-items: flex-start; gap: 0.3rem; pointer-events: none; z-index: 50; }
.toast[b-vxfvcfo53b] {
    background: #fff; color: #3a4a2f; font-weight: 700; font-size: 0.9rem;
    padding: 0.4rem 0.9rem; border-radius: 999px; border: 2px solid var(--sun);
    box-shadow: 0 4px 14px var(--shadow);
    animation: toastIn-b-vxfvcfo53b 0.3s ease, toastOut-b-vxfvcfo53b 0.4s ease 2.2s forwards;
}
@keyframes toastIn-b-vxfvcfo53b { from { transform: translateX(-14px) scale(0.9); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes toastOut-b-vxfvcfo53b { to { transform: translateY(-10px); opacity: 0; } }

/* achievement unlocks — distinct, top-right, separate from the toast feed */
.ach-pops[b-vxfvcfo53b] { position: fixed; top: 0.6rem; right: 0.6rem; display: flex; flex-direction: column; gap: 0.4rem; z-index: 80; pointer-events: none; }
.ach-pop[b-vxfvcfo53b] {
    display: flex; align-items: center; gap: 0.6rem;
    background: linear-gradient(135deg, #fff7e0, #ffe9a8);
    border: 2px solid var(--sun);
    border-radius: 14px; padding: 0.5rem 0.8rem;
    box-shadow: 0 8px 22px rgba(0,0,0,0.3);
    max-width: 240px;
    animation: achIn-b-vxfvcfo53b 0.4s cubic-bezier(0.18,1.5,0.4,1), achOut-b-vxfvcfo53b 0.5s ease 3.6s forwards;
}
.ap-ic[b-vxfvcfo53b] { font-size: 1.9rem; filter: drop-shadow(0 1px 2px rgba(0,0,0,0.25)); }
.ap-body[b-vxfvcfo53b] { display: flex; flex-direction: column; line-height: 1.1; }
.ap-tag[b-vxfvcfo53b] { font-size: 0.62rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: #b8860b; }
.ap-name[b-vxfvcfo53b] { font-size: 0.98rem; font-weight: 800; color: #3a4a2f; }
.ap-rw[b-vxfvcfo53b] { font-weight: 800; color: #d2691e; }
@keyframes achIn-b-vxfvcfo53b { from { transform: translateX(120%) scale(0.9); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes achOut-b-vxfvcfo53b { to { transform: translateX(120%); opacity: 0; } }

.foot[b-vxfvcfo53b] { text-align: center; margin-top: 1rem; font-size: 0.8rem; color: #5a6b48; }
.foot a[b-vxfvcfo53b] { color: #4f7a2f; font-weight: 700; text-decoration: none; }

/* ===== modals ===== */
.ov[b-vxfvcfo53b] { position: fixed; inset: 0; background: rgba(40,55,30,0.45); backdrop-filter: blur(3px); display: grid; place-items: center; z-index: 100; padding: 1rem; }
.modal[b-vxfvcfo53b] {
    background: var(--cream); border-radius: 20px; padding: 1.3rem 1.4rem;
    width: 100%; max-width: 360px; box-shadow: 0 20px 50px rgba(0,0,0,0.4);
    border: 3px solid #fff; max-height: 88vh; overflow-y: auto;
    animation: mIn-b-vxfvcfo53b 0.25s cubic-bezier(0.18,1.4,0.4,1);
}
.modal.wide[b-vxfvcfo53b] { max-width: 460px; }
.modal form[b-vxfvcfo53b] { display: contents; } /* form is for password-manager semantics only */
@keyframes mIn-b-vxfvcfo53b { from { transform: scale(0.85); opacity: 0; } to { transform: none; opacity: 1; } }
.modal h3[b-vxfvcfo53b] { color: #4f7a2f; font-size: 1.3rem; margin-bottom: 0.4rem; display: flex; justify-content: space-between; align-items: baseline; }
.m-coins[b-vxfvcfo53b] { font-size: 0.9rem; color: #b8860b; }
.m-note[b-vxfvcfo53b] { font-size: 0.85rem; color: #7a8a66; margin: 0.2rem 0 0.8rem; }
.m-err[b-vxfvcfo53b] { color: #c0392b; font-size: 0.85rem; font-weight: 600; }

.tabs[b-vxfvcfo53b] { display: flex; gap: 0.4rem; margin-bottom: 0.8rem; }
.tabs button[b-vxfvcfo53b] { flex: 1; border: 2px solid #e6dcc0; background: #fff; border-radius: 10px; padding: 0.45rem; font-weight: 700; color: #5a6b48; font-size: 0.85rem; }
.tabs button.on[b-vxfvcfo53b] { background: var(--grass); color: #fff; border-color: var(--grass-d); }

.inp[b-vxfvcfo53b] { width: 100%; padding: 0.6rem 0.7rem; margin-bottom: 0.5rem; border: 2px solid #e6dcc0; border-radius: 10px; font-size: 1rem; background: #fff; }
.m-go[b-vxfvcfo53b] { width: 100%; border: none; border-radius: 12px; padding: 0.7rem; font-weight: 800; color: #fff; font-size: 1rem; background: linear-gradient(180deg, #8fd35a, var(--grass-d)); box-shadow: 0 4px 0 #3f7a25; }
.m-go:active[b-vxfvcfo53b] { transform: translateY(3px); box-shadow: 0 1px 0 #3f7a25; }
.m-go.danger[b-vxfvcfo53b] { background: linear-gradient(180deg, #ff8fb1, #e0567f); box-shadow: 0 4px 0 #b03a5f; }
.m-x[b-vxfvcfo53b] { width: 100%; margin-top: 0.5rem; background: none; border: none; color: #8a9a76; font-weight: 700; padding: 0.4rem; }
.m-note-link[b-vxfvcfo53b] { color: #4f7a2f; font-weight: 700; text-decoration: none; }
/* ZSS cross-game score popup */
.zss-big[b-vxfvcfo53b] { margin: 0.4rem 0 0.2rem; font-size: 2rem; font-weight: 900; text-align: center; color: #5f48b8; }
a.m-go.link[b-vxfvcfo53b] { display: block; text-align: center; text-decoration: none; box-sizing: border-box; background: linear-gradient(180deg, #8f7be0, #5f48b8); box-shadow: 0 4px 0 #43317f; }
a.m-go.link:active[b-vxfvcfo53b] { transform: translateY(3px); box-shadow: 0 1px 0 #43317f; }

/* shop */
.shop[b-vxfvcfo53b] { display: grid; gap: 0.5rem; }
.shop-sect[b-vxfvcfo53b] {
    margin: 0.7rem 0 0.4rem; font-size: 0.8rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: 0.07em; color: #8a9a76;
    border-bottom: 2px solid #eee4cc; padding-bottom: 0.25rem;
}
/* supplies: one row per item type, six tier buttons */
.sup-row[b-vxfvcfo53b] {
    display: grid; gap: 0.3rem;
    border: 2px solid #e6dcc0; background: #fff; border-radius: 14px; padding: 0.5rem 0.6rem;
    box-shadow: 0 3px 0 var(--shadow);
}
.sup-name[b-vxfvcfo53b] { font-weight: 800; font-size: 0.85rem; color: #3a4a2f; }
.sup-tiers[b-vxfvcfo53b] { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0.3rem; }
.sup-tier[b-vxfvcfo53b] {
    display: flex; flex-direction: column; align-items: center; gap: 0.05rem;
    border: 2px solid #eee4cc; background: var(--cream); border-radius: 10px; padding: 0.3rem 0.1rem;
}
.sup-tier:disabled[b-vxfvcfo53b] { opacity: 0.45; }
.sup-tier:not(:disabled):active[b-vxfvcfo53b] { transform: translateY(2px); }
.sup-tier .st-emoji[b-vxfvcfo53b] { font-size: 1.25rem; }
.sup-tier .st-cost[b-vxfvcfo53b] { font-size: 0.62rem; font-weight: 800; color: #b8860b; }
.buy[b-vxfvcfo53b] {
    display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 0.6rem;
    text-align: left; border: 2px solid #e6dcc0; background: #fff; border-radius: 14px; padding: 0.6rem 0.8rem;
    box-shadow: 0 3px 0 var(--shadow);
}
.buy:disabled[b-vxfvcfo53b] { opacity: 0.5; }
.buy:not(:disabled):active[b-vxfvcfo53b] { transform: translateY(2px); box-shadow: 0 1px 0 var(--shadow); }
.buy-emoji[b-vxfvcfo53b] { font-size: 1.7rem; grid-row: span 2; }
.buy-name[b-vxfvcfo53b] { font-weight: 800; color: #3a4a2f; }
.buy-sub[b-vxfvcfo53b] { grid-column: 2; font-size: 0.72rem; color: #8a9a76; }
.buy-cost[b-vxfvcfo53b] { grid-row: span 2; font-weight: 800; color: #b8860b; white-space: nowrap; }

/* achievements */
.ach-grid[b-vxfvcfo53b] { display: grid; gap: 0.4rem; }
.ach[b-vxfvcfo53b] { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 0.6rem; padding: 0.5rem 0.7rem; border-radius: 12px; background: #fff; border: 2px solid #eee4cc; }
.ach.lock[b-vxfvcfo53b] { opacity: 0.6; }
.ach.got[b-vxfvcfo53b] { border-color: var(--sun); background: #fffbe9; }
.ach-ic[b-vxfvcfo53b] { font-size: 1.5rem; }
.ach strong[b-vxfvcfo53b] { color: #3a4a2f; font-size: 0.92rem; }
.ach p[b-vxfvcfo53b] { margin: 0; font-size: 0.72rem; color: #8a9a76; }
.ach-rw[b-vxfvcfo53b] { font-weight: 800; color: #d2691e; font-size: 0.85rem; }

/* leaderboard */
.lb[b-vxfvcfo53b] { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.3rem; }
.lb li[b-vxfvcfo53b] { display: flex; align-items: center; gap: 0.6rem; background: #fff; border: 2px solid #eee4cc; border-radius: 10px; padding: 0.4rem 0.7rem; }
.lb-rank[b-vxfvcfo53b] { font-weight: 800; min-width: 2rem; }
.lb-name[b-vxfvcfo53b] { flex: 1; font-weight: 700; color: #3a4a2f; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lb-score[b-vxfvcfo53b] { font-weight: 800; color: #d2691e; }
/* /Pages/Landing.razor.rz.scp.css */
.landing[b-dpm3utvr3x] {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 1.2rem 1.25rem 4rem;
    color: var(--ink);
    text-align: center;
    overflow: hidden;
}

/* ---- Drifting background bits ---- */
.floaters[b-dpm3utvr3x] { position: absolute; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.floaters span[b-dpm3utvr3x] {
    position: absolute;
    bottom: -10%;
    opacity: 0;
    animation: drift-b-dpm3utvr3x 20s linear infinite;
}
@keyframes drift-b-dpm3utvr3x {
    0%   { transform: translateY(0) rotate(0deg); opacity: 0; }
    10%  { opacity: 0.35; }
    90%  { opacity: 0.3; }
    100% { transform: translateY(-110vh) rotate(160deg); opacity: 0; }
}
.landing > *:not(.floaters)[b-dpm3utvr3x] { position: relative; z-index: 1; }

/* ---- Top scores ticker ---- */
.ticker[b-dpm3utvr3x] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: var(--cream);
    border: 3px solid #fff;
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
    box-shadow: 0 4px 0 var(--shadow);
}
.ticker-label[b-dpm3utvr3x] { flex: 0 0 auto; font-weight: 800; font-size: 0.9rem; color: #5e3d10; white-space: nowrap; }
.ticker-viewport[b-dpm3utvr3x] {
    flex: 1;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.ticker-track[b-dpm3utvr3x] { display: flex; gap: 1.4rem; width: max-content; animation: tickScroll-b-dpm3utvr3x 22s linear infinite; }
.ticker-track.static[b-dpm3utvr3x] { animation: none; }
.ticker-viewport:hover .ticker-track[b-dpm3utvr3x] { animation-play-state: paused; }
@keyframes tickScroll-b-dpm3utvr3x { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ticker-item[b-dpm3utvr3x] { white-space: nowrap; font-size: 0.88rem; font-weight: 600; color: var(--ink); }
.ticker-item .ti-rank[b-dpm3utvr3x] { opacity: 0.6; font-size: 0.78rem; }
.ticker-item .ti-score[b-dpm3utvr3x] { color: #4f7a2f; font-weight: 800; }
.ticker-item.first .ti-score[b-dpm3utvr3x] { color: #c98a06; }

/* ---- Hero ---- */
.hero[b-dpm3utvr3x] { position: relative; padding: 2.2rem 0 1.6rem; }

/* fanned-out cat photos behind the title, gently swaying */
.card-fan[b-dpm3utvr3x] {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0.3;
    animation: fanSway-b-dpm3utvr3x 7s ease-in-out infinite;
}
@keyframes fanSway-b-dpm3utvr3x {
    0%, 100% { transform: translateY(0) rotate(-1.5deg); }
    50% { transform: translateY(-8px) rotate(1.5deg); }
}
.hero > *:not(.card-fan)[b-dpm3utvr3x] { position: relative; z-index: 1; }

.fan-card[b-dpm3utvr3x] {
    position: absolute;
    width: 116px;
    border-radius: 16px;
    border: 3px solid #fff;
    background: var(--cream);
    padding: 0.4rem 0.4rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    box-shadow: 0 10px 24px rgba(40, 60, 25, 0.35);
}
.fan-card img[b-dpm3utvr3x] { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 11px; }
.fan-card .fc-name[b-dpm3utvr3x] { font-size: 0.72rem; font-weight: 800; color: var(--ink); }
.fan-card .fc-lvl[b-dpm3utvr3x] { font-size: 0.62rem; font-weight: 700; color: #fff; background: var(--grass-d); border-radius: 999px; padding: 0 0.5rem; }
.fan-card.mythic[b-dpm3utvr3x] { border-color: var(--sun); box-shadow: 0 0 26px rgba(255, 210, 74, 0.65), 0 10px 24px rgba(40,60,25,0.35); }
.fan-card.mythic .fc-lvl[b-dpm3utvr3x] { background: linear-gradient(90deg, #e8a40c, #c97a06); }

.fan-card:nth-child(1)[b-dpm3utvr3x] { transform: translate(-210px, 26px) rotate(-20deg); }
.fan-card:nth-child(2)[b-dpm3utvr3x] { transform: translate(-105px, 7px)  rotate(-10deg); }
.fan-card:nth-child(3)[b-dpm3utvr3x] { transform: translate(0, 0)         rotate(0deg); }
.fan-card:nth-child(4)[b-dpm3utvr3x] { transform: translate(105px, 7px)   rotate(10deg); }
.fan-card:nth-child(5)[b-dpm3utvr3x] { transform: translate(210px, 26px)  rotate(20deg); }

@media (max-width: 640px) {
    .card-fan[b-dpm3utvr3x] { opacity: 0.18; }
    .fan-card[b-dpm3utvr3x] { width: 88px; }
    .fan-card:nth-child(1)[b-dpm3utvr3x] { transform: translate(-128px, 18px) rotate(-20deg); }
    .fan-card:nth-child(2)[b-dpm3utvr3x] { transform: translate(-64px, 5px)   rotate(-10deg); }
    .fan-card:nth-child(4)[b-dpm3utvr3x] { transform: translate(64px, 5px)    rotate(10deg); }
    .fan-card:nth-child(5)[b-dpm3utvr3x] { transform: translate(128px, 18px)  rotate(20deg); }
}

.hero h1[b-dpm3utvr3x] {
    font-size: clamp(2.6rem, 8vw, 4.4rem);
    margin: 0.3rem 0;
    font-weight: 700;
    background: linear-gradient(90deg, #fff7d6, #ffd24a, #b9f08a, #fff7d6);
    background-size: 300% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 3px 0 rgba(58, 74, 47, 0.4)) drop-shadow(0 8px 18px rgba(0, 0, 0, 0.25));
    animation: shimmer-b-dpm3utvr3x 6s linear infinite;
}
@keyframes shimmer-b-dpm3utvr3x { to { background-position: 300% 0; } }

.tagline[b-dpm3utvr3x] { font-size: 1.25rem; font-weight: 600; color: #fff7d6; margin: 0.2rem 0 1rem; text-shadow: 0 1px 3px rgba(0,0,0,0.3); }
.lede[b-dpm3utvr3x] {
    max-width: 600px; margin: 0 auto 1.4rem;
    font-size: 1.02rem; line-height: 1.6; color: #f3fbe8;
    text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

.scroll-hint[b-dpm3utvr3x] {
    margin-top: 1.2rem;
    font-size: 0.9rem;
    color: #e4f3cf;
    animation: nudge-b-dpm3utvr3x 1.8s ease-in-out infinite;
}
@keyframes nudge-b-dpm3utvr3x { 0%, 100% { transform: translateY(0); opacity: 0.7; } 50% { transform: translateY(6px); opacity: 1; } }

/* ---- Buttons ---- */
.cta[b-dpm3utvr3x] { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin: 1.4rem 0 0; }
.btn-big[b-dpm3utvr3x] {
    display: inline-block;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.2rem;
    padding: 0.85rem 2rem;
    border-radius: 16px;
    box-shadow: 0 6px 0 rgba(40, 60, 25, 0.4), 0 10px 24px rgba(0, 0, 0, 0.25);
    transition: transform 0.1s ease, filter 0.1s ease;
}
.btn-big:hover[b-dpm3utvr3x] { filter: brightness(1.08); transform: translateY(-2px); }
.btn-big:active[b-dpm3utvr3x] { transform: translateY(3px); box-shadow: 0 2px 0 rgba(40,60,25,0.4); }
.btn-big.play[b-dpm3utvr3x] { background: linear-gradient(180deg, #ffe08a, #ffb02e); color: #5e3d10; animation: pulse-b-dpm3utvr3x 2.2s ease-in-out infinite; }
.btn-big.learn[b-dpm3utvr3x] { background: var(--cream); color: #4f7a2f; border: 2px solid #e6dcc0; }
@keyframes pulse-b-dpm3utvr3x {
    0%, 100% { box-shadow: 0 6px 0 rgba(40,60,25,0.4), 0 10px 24px rgba(0,0,0,0.25), 0 0 0 rgba(255,210,74,0); }
    50% { box-shadow: 0 6px 0 rgba(40,60,25,0.4), 0 10px 24px rgba(0,0,0,0.25), 0 0 26px rgba(255,210,74,0.8); }
}

/* ---- Sections ---- */
.landing section[b-dpm3utvr3x] { margin: 3rem 0; }
.landing h2[b-dpm3utvr3x] {
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #fff7d6;
    margin-bottom: 0.6rem;
    text-shadow: 0 2px 0 rgba(58, 74, 47, 0.4), 0 0 18px rgba(255, 210, 74, 0.35);
}
.section-lede[b-dpm3utvr3x] { max-width: 620px; margin: 0 auto 1.3rem; color: #f3fbe8; line-height: 1.5; text-shadow: 0 1px 2px rgba(0,0,0,0.25); }
.section-lede strong[b-dpm3utvr3x], .lede strong[b-dpm3utvr3x] { color: #ffe08a; }

/* reveal-on-scroll */
.reveal[b-dpm3utvr3x] { opacity: 0; transform: translateY(34px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in[b-dpm3utvr3x] { opacity: 1; transform: none; }

/* ---- Level marquee ---- */
.lvl-marquee[b-dpm3utvr3x] {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.lm-track[b-dpm3utvr3x] { display: flex; gap: 1rem; width: max-content; animation: lmScroll-b-dpm3utvr3x 50s linear infinite; padding: 0.6rem 0 0.9rem; }
.lvl-marquee:hover .lm-track[b-dpm3utvr3x] { animation-play-state: paused; }
@keyframes lmScroll-b-dpm3utvr3x { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.show-card[b-dpm3utvr3x] {
    flex: 0 0 auto;
    width: 112px;
    border-radius: 16px;
    border: 3px solid #fff;
    background: var(--cream);
    padding: 0.4rem 0.4rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    box-shadow: 0 6px 0 var(--shadow);
    transition: transform 0.15s ease;
}
.show-card:hover[b-dpm3utvr3x] { transform: translateY(-8px) scale(1.05); }
.show-card img[b-dpm3utvr3x] { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 11px; }
.show-card .sc-name[b-dpm3utvr3x] { font-size: 0.74rem; font-weight: 800; color: var(--ink); white-space: nowrap; }
.show-card .sc-lvl[b-dpm3utvr3x] { font-size: 0.64rem; font-weight: 700; color: #fff; background: var(--grass-d); border-radius: 999px; padding: 0 0.5rem; }
.show-card.mythic[b-dpm3utvr3x] { border-color: var(--sun); box-shadow: 0 0 22px rgba(255, 210, 74, 0.6), 0 6px 0 var(--shadow); }
.show-card.mythic .sc-lvl[b-dpm3utvr3x] { background: linear-gradient(90deg, #e8a40c, #c97a06); }

/* ---- How it works ---- */
.steps[b-dpm3utvr3x] { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; text-align: left; }
.step[b-dpm3utvr3x] {
    background: var(--cream);
    border: 3px solid #fff;
    border-radius: 16px;
    padding: 1rem;
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    box-shadow: 0 5px 0 var(--shadow);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.step:hover[b-dpm3utvr3x] { transform: translateY(-4px); box-shadow: 0 9px 0 var(--shadow); }
.step p[b-dpm3utvr3x] { margin: 0; font-size: 0.95rem; color: var(--ink); line-height: 1.45; }
.step-n[b-dpm3utvr3x] {
    flex: 0 0 auto; width: 2rem; height: 2rem; border-radius: 50%;
    display: grid; place-items: center; font-weight: 800;
    background: linear-gradient(180deg, #ffe08a, #ffb02e); color: #5e3d10;
    box-shadow: 0 2px 0 rgba(94, 61, 16, 0.3);
}

/* ---- Items ---- */
.item-grid[b-dpm3utvr3x] { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
.item-card[b-dpm3utvr3x] {
    border-radius: 16px;
    padding: 1.1rem 1rem;
    background: var(--cream);
    border: 3px solid #fff;
    box-shadow: 0 5px 0 var(--shadow);
    transition: transform 0.15s ease;
}
.item-card:hover[b-dpm3utvr3x] { transform: translateY(-6px) scale(1.02); }
.item-card h3[b-dpm3utvr3x] { margin: 0 0 0.5rem; font-size: 1.1rem; color: #4f7a2f; }
.item-card .tier-row[b-dpm3utvr3x] {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    background: #fff;
    border: 2px solid #e6dcc0;
    border-radius: 12px;
    padding: 0.35rem 0.4rem;
    margin-bottom: 0.5rem;
    white-space: nowrap;
}
.item-card p[b-dpm3utvr3x] { margin: 0; font-size: 0.85rem; color: var(--ink); }
.item-card.toy[b-dpm3utvr3x]   { border-top: 6px solid var(--pink); }
.item-card.water[b-dpm3utvr3x] { border-top: 6px solid #6db5e8; }
.item-card.food[b-dpm3utvr3x]  { border-top: 6px solid #e8a40c; }
.boost-note[b-dpm3utvr3x] { margin-top: 1rem; font-size: 0.95rem; color: #fff7d6; text-shadow: 0 1px 2px rgba(0,0,0,0.3); }
.boost-note strong[b-dpm3utvr3x] { color: #ffe08a; }

/* ---- Info cards ---- */
.info-grid[b-dpm3utvr3x] { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; }
.info-card[b-dpm3utvr3x] {
    background: var(--cream);
    border: 3px solid #fff;
    border-radius: 16px;
    padding: 1.1rem 1rem;
    box-shadow: 0 5px 0 var(--shadow);
    transition: transform 0.15s ease;
}
.info-card:hover[b-dpm3utvr3x] { transform: translateY(-5px); }
.ic-emoji[b-dpm3utvr3x] { font-size: 2.1rem; display: inline-block; }
.info-card h3[b-dpm3utvr3x] { margin: 0.35rem 0; font-size: 1.05rem; color: #4f7a2f; }
.info-card p[b-dpm3utvr3x] { margin: 0; font-size: 0.88rem; color: var(--ink); }
.info-card a[b-dpm3utvr3x] { color: #4f7a2f; font-weight: 700; }

/* ---- ZSS banner ---- */
.zss-banner[b-dpm3utvr3x] {
    margin: 1.2rem auto 0;
    max-width: 640px;
    border-radius: 16px;
    padding: 0.85rem 1.1rem;
    background: linear-gradient(180deg, #8f7be0, #5f48b8);
    border: 3px solid #fff;
    box-shadow: 0 5px 0 rgba(67, 49, 127, 0.45);
    color: #fff;
}
.zss-banner p[b-dpm3utvr3x] { margin: 0; font-size: 0.95rem; }
.zss-banner a[b-dpm3utvr3x] { color: #ffe08a; font-weight: 800; text-decoration: none; }

/* ---- Footer ---- */
.landing-foot[b-dpm3utvr3x] { margin-top: 3rem; font-size: 0.85rem; color: #eef7df; line-height: 1.9; }
.landing-foot a[b-dpm3utvr3x] { color: #fff; font-weight: 700; }
/* /Pages/Learn.razor.rz.scp.css */
.learn[b-att9pb03bi] {
    max-width: 560px;
    margin: 0 auto;
    padding: 0.9rem 0.9rem 2.5rem;
}

.learn-head[b-att9pb03bi] { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; margin-bottom: 0.8rem; }
.learn-head h1[b-att9pb03bi] { font-size: 1.5rem; color: #fff; text-shadow: 0 2px 0 rgba(58,74,47,0.35); }
.link-btn[b-att9pb03bi] {
    background: var(--cream); border: 2px solid #e6dcc0; border-radius: 999px;
    padding: 0.35rem 0.8rem; font-weight: 700; font-size: 0.9rem; color: #4f7a2f;
    text-decoration: none; box-shadow: 0 2px 0 var(--shadow); white-space: nowrap;
}
.link-btn:active[b-att9pb03bi] { transform: translateY(2px); box-shadow: none; }

.intro[b-att9pb03bi] {
    background: var(--cream); border: 3px solid #fff; border-radius: 16px;
    padding: 0.8rem 1rem; box-shadow: 0 4px 0 var(--shadow);
    font-size: 0.95rem; margin: 0 0 0.8rem;
}

.card[b-att9pb03bi] {
    background: var(--cream); border: 3px solid #fff; border-radius: 18px;
    padding: 0.9rem 1.05rem; box-shadow: 0 4px 0 var(--shadow);
    margin-bottom: 0.8rem;
}
.card h2[b-att9pb03bi] { font-size: 1.15rem; color: #4f7a2f; margin-bottom: 0.45rem; }
.shop-lede[b-att9pb03bi] { font-size: 0.9rem; margin: 0 0 0.5rem; color: #5e3d10; }
.card ul[b-att9pb03bi] { margin: 0; padding-left: 1.1rem; display: grid; gap: 0.35rem; }
.card li[b-att9pb03bi] { font-size: 0.9rem; }
.card a[b-att9pb03bi] { color: #4f7a2f; font-weight: 700; }

.tip[b-att9pb03bi] {
    margin: 0.6rem 0 0; font-size: 0.88rem; color: #5e3d10;
    background: #fff3d6; border: 2px solid #f0ddb0; border-radius: 12px; padding: 0.5rem 0.7rem;
}
.inline-link[b-att9pb03bi] { color: #4f7a2f; font-weight: 800; }
