.select-screen{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460)}.select-screen h1{font-size:2.5rem;font-weight:700;text-shadow:0 2px 10px rgba(0,0,0,.5)}.character-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;max-width:900px;padding:1rem}.character-card{background:#ffffff14;border:2px solid rgba(255,255,255,.15);border-radius:16px;padding:1rem;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.75rem;transition:transform .2s,border-color .2s,box-shadow .2s;color:#eee;width:160px}.character-card:hover{transform:scale(1.08);border-color:#e94560;box-shadow:0 0 20px #e945604d}.character-card img{width:120px;height:120px;object-fit:contain;border-radius:8px}.character-card span{font-size:1rem;font-weight:600;text-transform:capitalize}.game-screen{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;cursor:crosshair;overflow:hidden}.back-button{position:absolute;top:1rem;left:1rem;z-index:10;padding:.5rem 1rem;background:#0009;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:8px;cursor:pointer;font-size:.9rem;transition:background .2s}.back-button:hover{background:#000000d9}.avatar{position:absolute;width:100px;height:100px;object-fit:contain;transform:translate(-50%,-100%);transition:left .6s ease-in-out,top .6s ease-in-out;pointer-events:none;filter:drop-shadow(0 4px 8px rgba(0,0,0,.5))}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden;font-family:Segoe UI,system-ui,-apple-system,sans-serif}body{background:#1a1a2e;color:#eee}
