.deck-stage{flex:1;display:grid;place-items:center;min-height:0;padding:18px 0}.deck-stack{position:relative;width:100%;z-index:var(--z-deck)}.deck-ghost{position:absolute;inset:12px 12px -12px;background:#101010;border:1px solid #282828;border-radius:var(--radius);transform:rotate(-2deg);z-index:-2}.ghost-b{inset:6px 6px -6px;transform:rotate(2deg);z-index:-1}.game-card{position:relative;display:flex;flex-direction:column;min-height:clamp(330px,48dvh,500px);height:auto;max-height:calc(100dvh - 132px);overflow-y:auto;overscroll-behavior:contain;padding:22px;background:linear-gradient(145deg,#1b1b1b,#111);border:1px solid #493030;border-radius:var(--radius);box-shadow:var(--shadow);transition:min-height .25s ease,transform .2s}.game-card>header,.game-card>footer{display:flex;justify-content:space-between;align-items:center;font-weight:950;font-size:.74rem;letter-spacing:.08em}.game-card>header i{width:9px;height:9px;background:var(--red);border-radius:50%;box-shadow:0 0 14px var(--red)}.game-card>footer{margin-top:auto;padding-top:18px;color:var(--muted)}.game-card>footer strong{color:#fff}.card-body{display:flex;flex:1;flex-direction:column;justify-content:flex-start;padding:18px 0}.card-body>small{font-size:clamp(.76rem,2.4vw,.9rem);font-weight:950;text-transform:uppercase;letter-spacing:.1em}.card-copy{font-weight:680;font-size:clamp(1.05rem,4.1vw,1.4rem);line-height:1.32;letter-spacing:-.018em;margin:14px 0 18px}.card-copy.compact{font-size:clamp(1rem,3.8vw,1.25rem)}.card-copy.tiny{font-size:clamp(.96rem,3.5vw,1.16rem)}.resolved-card{min-height:clamp(300px,40dvh,440px)}.resolved-card .card-copy{font-size:clamp(.92rem,3vw,1.04rem);line-height:1.4;color:#aaa;font-weight:620;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.level-intro h2{font-size:2rem;letter-spacing:-.05em}.level-intro p{font-size:1.3rem;line-height:1.35}.level-intro button{width:100%}
