.arcade-shell{max-width:850px;padding:28px 0 50px}.arcade-shell h1{font:700 clamp(2rem,5vw,3rem) Georgia,serif;margin:8px 0}.arcade-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:25px}.arcade-cards article{border:1px solid var(--app-line);background:var(--app-surface);border-radius:26px;padding:26px}.arcade-cards h2{font-size:1.25rem}.arcade-cards p{color:var(--app-muted);min-height:75px}.game-icon{display:grid;place-items:center;height:110px;border-radius:20px;background:var(--app-soft);font-size:3.5rem}.arcade-cards button{width:100%;min-height:48px}.arcade-note{font-size:.875rem;color:var(--app-muted)}@media(max-width:540px){.arcade-cards{grid-template-columns:1fr}.arcade-cards article{padding:20px;display:grid;grid-template-columns:75px 1fr;gap:8px 16px}.game-icon{height:75px;font-size:2.5rem;grid-row:1/3}.arcade-cards h2,.arcade-cards p{margin:0;min-height:0}.arcade-cards button{grid-column:1/-1;margin-top:8px}}

.game-loading{padding:32px;border-radius:20px;background:var(--app-soft)}.game-loading:after{content:"";display:block;width:45%;height:4px;border-radius:4px;margin-top:18px;background:var(--app-accent,#b6295f);animation:loading-glow 1s ease-in-out infinite alternate}@keyframes loading-glow{to{opacity:.3}}@media(prefers-reduced-motion:reduce){.game-loading:after{animation:none}}

.arcade-featured-label{font-size:.875rem;font-weight:700;color:var(--app-accent,#b6295f)}
