*{margin:0;padding:0;box-sizing:border-box}html,body,#app{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#11301b;color:#f5f2ea}.screen{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px}.card{width:100%;max-width:360px;text-align:center;background:#1d4d2b;border-radius:20px;padding:32px 24px;box-shadow:0 18px 50px #00000073}.card h1{font-size:2rem;margin-bottom:10px}.card p{opacity:.85;margin-bottom:20px;line-height:1.5}.ball-logo{width:64px;height:64px;margin:0 auto 16px;border-radius:50%;background:#f5f2ea;box-shadow:inset -6px -6px 12px #00000026}.btn{display:block;width:100%;padding:14px;border:0;border-radius:12px;background:#f4b942;color:#11301b;font-size:1rem;font-weight:700;cursor:pointer}.btn-secondary{background:#f5f2ea;margin-top:10px}.link{background:none;border:0;color:#f5f2ea;opacity:.7;margin-top:14px;cursor:pointer;text-decoration:underline}form input{width:100%;padding:12px;margin-bottom:10px;border:0;border-radius:10px;font-size:1rem}#hud{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;gap:8px;padding:12px 16px;font-size:.85rem;font-weight:700;color:#11301b;text-shadow:0 1px 0 rgba(255,255,255,.4);z-index:2}#hud #hud-score{font-size:1.05rem}#game{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%}ol{list-style:none;text-align:left;margin-bottom:20px}ol li{display:flex;justify-content:space-between;padding:8px 4px;border-bottom:1px solid rgba(255,255,255,.12)}ol li.muted{opacity:.6;justify-content:center}
